microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

Add arch variable to simsensor and simtc infs #1092

Closed mvillalpando06 closed 5 months ago

mvillalpando06 commented 5 months ago

Add arch variable to inf files to use specific architecture when building driver solution.

jasonknichel commented 5 months ago

you need to update the Models section names too. i.e. you need to collapse these into a single section that uses $ARCH$ image

JakobL-MSFT commented 5 months ago

Hi @mvillalpando06 . I would like to ask for an entry added to https://github.com/microsoft/Windows-driver-samples/blob/develop/.github/CODEOWNERS as part of this PR. Contact @NeoAdonis or I offline for further details.