summaryrefslogtreecommitdiff
path: root/general/toaster/toastpkg/inf
AgeCommit message (Collapse)Author
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.
2023-04-05Update file encoding to be UTF-16 LE for misc INFs (#959)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-17[general/toaster/toastpkg] update INF; remove toastcd (#936)Wei Mao
- Remove reference to coinstaller. They are deprecated. - Remove support for multiple-arch. No many needs for such a feature, and they do not play well with InfVerif - Remove toastcd folder. They are basically the binary result of sibling folders.
2023-03-13Fix TargetOSVersion for INFs with UMDF drivers. Fix comments in toaster ↵Jason
samples (#926) Co-authored-by: Jason Knichel <[email protected]>
2023-03-13INFs using DIRID 13 should target only build 16299 or later - toaster ↵Jason
updates (#924) Co-authored-by: Jason Knichel <[email protected]>
2023-02-07Clean up a few misc things after merge of main into develop (#859)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-02-03Merge branch 'main' into develop-2302-mergeAdonais Romero González
2023-01-15[DirID-13] toaster sample driversWei Mao
Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-03Remove IA64 support from more samples (#816)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-10-14Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors ↵Jason
(#793) * Clean up some misc infverif 1203 errors * Clean up some infverif 1324 (no PnpLockdown=1) errors
2017-08-16Remove any reference to tostrcls.dll from INF fileWei Mao
The sample class installer itself has been removed long time back.
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10
2015-03-17Initial publishDave Wilson