summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYinghan Yang <[email protected]>2021-06-21 15:53:34 -0700
committerGitHub <[email protected]>2021-06-21 15:53:34 -0700
commit11adb782298ea43f5578e3e9c3ee8d5b9828e29a (patch)
tree8a17f062e3a05ae4d99ab7b41ab70130b61e9609
parent77e6755266b5c816cf08c182f0b40d368ed86d45 (diff)
fix wmiacpi signature sample (#640)
Co-authored-by: Yinghan Yang <[email protected]>
-rw-r--r--wmi/wmiacpi/acpimof.vcxproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/wmi/wmiacpi/acpimof.vcxproj b/wmi/wmiacpi/acpimof.vcxproj
index 2ed19356..c0965bad 100644
--- a/wmi/wmiacpi/acpimof.vcxproj
+++ b/wmi/wmiacpi/acpimof.vcxproj
@@ -132,6 +132,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
@@ -141,6 +144,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
@@ -150,6 +156,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>
@@ -159,6 +168,9 @@
<ExceptionHandling>
</ExceptionHandling>
</ClCompile>
+ <DriverSign>
+ <FileDigestAlgorithm>sha256</FileDigestAlgorithm>
+ </DriverSign>
<Link>
<NoEntryPoint>true</NoEntryPoint>
</Link>