summaryrefslogtreecommitdiff
path: root/nfc/NfcCxSample/windows-drivertemplate-nfc
AgeCommit message (Collapse)Author
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-06Simplify MSBuild Flags (#1093)JakobL-MSFT
* user/jakobl/simplify_flags * user/jakobl/simplify_flags * Update Build-Sample.ps1 * Merge with upcoming PR https://github.com/microsoft/Windows-driver-samples/pull/1088 * white space only change
2023-03-13INFs using DIRID 13 should target only build 16299 or later - remaining ↵Jason
updates (#930) Co-authored-by: Jason Knichel <[email protected]>
2023-02-08Update NFC sample driver for Windows Driver Compliance (#851)tenglu83
* Install driver to driver store. Include reference to wudfrd.inf * Update windows-drivertemplate-nfc.inf Save the INF file in UTF-8 code. * Update windows-drivertemplate-nfc.inf Remove WUDFRD_ServiceInstall from INF * Remove unnecessary CoInstallers * Change INF coding to UTF-16 LE --------- Co-authored-by: Teng Lu <[email protected]>
2022-10-06Add PnpLockdown=1 to more sample INFs (#790)Jason
2019-01-08Add NFC CX sample driver.Chris Gunn