summaryrefslogtreecommitdiff
path: root/nfc/NfcCxSample
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-08-21Update README.md7867278669Barry Golden
2019-08-17Update README.mdBarry Golden
2019-07-15Update heading667286672766726667256672466723667226672166720667196671866717667166671566714667136671266711667106670966707667066670566704667036670266701667006669966698666976669666695666946669366692666916669066689666876668666685666846668366682666816668066679666786667766676666756667466673666726667166670666696666866667666666666566664666636666266661666606665966658666576665666655666546665366652666516665066649666486664766646666446664366642666416664066639666386663766636666356663466633666326663166630Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-12Update README.md for samples portal (#358)Barry Golden
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
2019-01-08Add NFC CX sample driver.Chris Gunn