From 730161a9834d4e6f47844383c0891f877444c8fd Mon Sep 17 00:00:00 2001 From: kahashimoto-ms <117399367+kahashimoto-ms@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:47:20 -0700 Subject: User/kahashimoto ms/ndislwf dirid 13 fix (#945) * removed unused Common.Params.reg section * Change DIRID from 12 to 13 * add PnpLockdown = 1 to the version section of the inf * Edit inf so that it uses DIRID 13 for installation above certain release * add the x86 and ia64 archs that were previously removed for simplicity * add comment on why there is a different installation for newer build versions * Move sections so updated ones appear first * Change Install_Update->Install and Install->Install_NC * Enable CET Shadow Stack Compatible * remove white space * Use the stampinf ARCH variable to replace all the hard coded architectures * Network driver INF that use DIRID 13 should only target build 25319 or later * Update comment * delete some white space * Change encoding of inf to UTF-16LE --- network/ndis/filter/ndislwf.vcxproj | 1 + network/ndis/filter/netlwf.inf | Bin 8824 -> 19952 bytes 2 files changed, 1 insertion(+) diff --git a/network/ndis/filter/ndislwf.vcxproj b/network/ndis/filter/ndislwf.vcxproj index 8dfd9637..456ac131 100644 --- a/network/ndis/filter/ndislwf.vcxproj +++ b/network/ndis/filter/ndislwf.vcxproj @@ -206,6 +206,7 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\ndis.lib + true diff --git a/network/ndis/filter/netlwf.inf b/network/ndis/filter/netlwf.inf index ae728775..e59b56fb 100644 Binary files a/network/ndis/filter/netlwf.inf and b/network/ndis/filter/netlwf.inf differ -- cgit v1.3.1