diff options
| author | robert-wu-ms <[email protected]> | 2021-02-05 13:59:45 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-05 13:59:45 -0800 |
| commit | 5ab5f7c9597394285812d9fa113ce3f511fbb8f4 (patch) | |
| tree | c73b97ccb6998377a2f38d6babe48f377a7ba527 /sensors/SimpleDeviceOrientationSensor | |
| parent | c3b354b79a46a20e7a8063bb69e24d3f7883ce67 (diff) | |
Update sensors drivers (#576)
I looked at the commits of all the other projects that added sha256 to the driver sign and did a find and replace.
Diffstat (limited to 'sensors/SimpleDeviceOrientationSensor')
| -rw-r--r-- | sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj index ee3d87a3..591fe423 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.vcxproj @@ -121,6 +121,9 @@ <AdditionalDependencies>%(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib</AdditionalDependencies> <ModuleDefinitionFile>SimpleDeviceOrientationSensor.def</ModuleDefinitionFile> </Link> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> @@ -143,6 +146,9 @@ <AdditionalDependencies>%(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib</AdditionalDependencies> <ModuleDefinitionFile>SimpleDeviceOrientationSensor.def</ModuleDefinitionFile> </Link> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> @@ -165,6 +171,9 @@ <AdditionalDependencies>%(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib</AdditionalDependencies> <ModuleDefinitionFile>SimpleDeviceOrientationSensor.def</ModuleDefinitionFile> </Link> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> @@ -187,6 +196,9 @@ <AdditionalDependencies>%(AdditionalDependencies);$(SDK_LIB_PATH)\mincore.lib;$(SDK_LIB_PATH)\propsys.lib;$(SDK_LIB_PATH)\sensors\1.1\sensorscxstub.lib;$(SDK_LIB_PATH)\sensorsutils.lib</AdditionalDependencies> <ModuleDefinitionFile>SimpleDeviceOrientationSensor.def</ModuleDefinitionFile> </Link> + <DriverSign> + <FileDigestAlgorithm>sha256</FileDigestAlgorithm> + </DriverSign> </ItemDefinitionGroup> <ItemGroup> <Inf Exclude="@(Inf)" Include="*.inf" /> |
