[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] Add Svr2019, Svr2022 and Win11 to Inf2Cat
On 30/06/2022 17:16, Owen Smith wrote: Non-obvious as to which driver I posted this for... (see also previous email patch, which was from xenbus) All drivers should have this patch applied, in order to tag CAT files with the correct OS metadata. Note: this doesn't prevent WHQL for Svr19/Svr22/Win11, as it appears the 10_x64 and Server10_x64 tags are general enough to cover ServerRS5_x64 (Svr2019), ServerFE_x64 (Svr22) and 10_CO_x64 (Win11) Ok, thanks for the clarification. Owen -----Original Message----- From: Owen Smith <owen.smith@xxxxxxxxxx> Sent: 30 June 2022 16:46 To: win-pv-devel@xxxxxxxxxxxxxxxxxxxx Cc: Owen Smith <owen.smith@xxxxxxxxxx> Subject: [PATCH] Add Svr2019, Svr2022 and Win11 to Inf2Cat Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- vs2019/package/package.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs2019/package/package.vcxproj b/vs2019/package/package.vcxproj index cc39738..8e07a3c 100644 --- a/vs2019/package/package.vcxproj +++ b/vs2019/package/package.vcxproj @@ -17,7 +17,7 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <PropertyGroup> <EnableInf2cat>true</EnableInf2cat> - <Inf2CatWindowsVersionList Condition="'$(Platform)'=='x64'">8_x64;Server8_x64;10_x64;Server10_x64</Inf2CatWindowsVersionList> + <Inf2CatWindowsVersionList + Condition="'$(Platform)'=='x64'">8_x64;Server8_x64;10_x64;Server10_x64 + ;ServerRS5_X64;ServerFE_X64;10_CO_X64</Inf2CatWindowsVersionList> <Inf2CatWindowsVersionList Condition="'$(Platform)'=='Win32'">8_x86;10_x86</Inf2CatWindowsVersionList> <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> <EnableDeployment>False</EnableDeployment> -- 2.32.0.windows.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |