From 1eae13e3f98d4ac1d6deb6f339ef9a53b1f961b9 Mon Sep 17 00:00:00 2001 From: Dhiren Vispute Date: Sun, 20 Jun 2021 21:28:47 -0700 Subject: [bug_32135084]: Set driver signing algorithm to sha256 --- bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj | 12 ++++++++++++ bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj | 12 ++++++++++++ bluetooth/bthecho/common/lib/bthecho.vcxproj | 12 ++++++++++++ bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj | 14 +++++++++++++- 4 files changed, 49 insertions(+), 1 deletion(-) diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj index 35a2afb7..6f79e19b 100644 --- a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj +++ b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.vcxproj @@ -115,6 +115,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -136,6 +139,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -157,6 +163,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -178,6 +187,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + diff --git a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj index 8e5c6c80..f612a2bc 100644 --- a/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj +++ b/bluetooth/bthecho/bthsrv/sys/BthEchoSampleSrv.vcxproj @@ -115,6 +115,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -136,6 +139,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -157,6 +163,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + @@ -178,6 +187,9 @@ %(AdditionalDependencies);.\..\..\common\lib\$(IntDir)\bthecho.lib + + sha256 + diff --git a/bluetooth/bthecho/common/lib/bthecho.vcxproj b/bluetooth/bthecho/common/lib/bthecho.vcxproj index 63481f32..27ac5cc6 100644 --- a/bluetooth/bthecho/common/lib/bthecho.vcxproj +++ b/bluetooth/bthecho/common/lib/bthecho.vcxproj @@ -118,6 +118,9 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE %(PreprocessorDefinitions);EVENT_TRACING + + sha256 + @@ -140,6 +143,9 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE %(PreprocessorDefinitions);EVENT_TRACING + + sha256 + @@ -162,6 +168,9 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE %(PreprocessorDefinitions);EVENT_TRACING + + sha256 + @@ -184,6 +193,9 @@ %(PreprocessorDefinitions);_UNICODE;UNICODE %(PreprocessorDefinitions);EVENT_TRACING + + sha256 + diff --git a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj index 45e5970c..5302d735 100644 --- a/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj +++ b/bluetooth/serialhcibus/WDK/SerialBusWdk.vcxproj @@ -119,6 +119,9 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + sha256 + @@ -140,6 +143,9 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + sha256 + @@ -161,6 +167,9 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + sha256 + @@ -182,6 +191,9 @@ %(AdditionalDependencies);$(DDK_LIB_PATH)\Ntstrsafe.lib + + sha256 + @@ -199,4 +211,4 @@ - + \ No newline at end of file -- cgit v1.3.1