summaryrefslogtreecommitdiff
path: root/general
AgeCommit message (Collapse)Author
2026-06-10Reset to correct toolsetGerritsMSFTSimpleMediaPlayerCompilerUpdateGerrit Swaneveld
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
2026-06-09Fix to use CPP20 for compilerGerrit Swaneveld
STD 17 used experimental coroutine. STD 20 uses standard C++. WinRT will inherit the coroutine automatically, so updating to STD 20 will fix this issue.
2025-03-20Update samples to use WDF v15+Wei Mao
2024-09-03Copy general\ioctl\wdm\exe to general\ioctl\kmdf\exeWei Mao
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-19Add ARM64 as target platform on multiple samples (#1104)Adonais Romero González
* Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-02-06Initial Support for WDK NuGet Experiment. Take 2. (#1099)JakobL-MSFT
* Add parent directory file for NuGet import support * fix directory.build.props file * Checked in a comment with baseline. Also small fix to make sure we use GE InfVerif flags and Exclusions.csv * Remove references to path which refer older vars * Remove stale variable path from mincore.lib * remove references to stale variale from vhidmimium * remove stale reference from ddproxy * remove stale reference in inspect.vcxproj * Remove stale path reference in msnmntr.vcxproj * Remove stale path reference to stmedit.vcxproj * Remove stale path from echosrv.vcxproj * remove stale path mscorelib SingleComponentSingleStateUm.vcxproj * remove stale path * Move GitHub check up front * Replace correct value for the wpprecorderum * Removed the stale references for the um libs * correct the reference path for libs simplemedia * Correct the reference path for vccomsup * Correct the reference path for sdk lib path * added reference to the kit shared inc path * added reference to the kit shared inc path * Build-SampleSet: Let determination of NuGet packages be based on a folder .\packages rather than the .\packages.config file * added reference to the kit shared inc path * Updated PACKAGERESTORE_README.md with results from Prashant's recent fixes. Moves us 37 failures to 19 failures. * Rewrite how to get NuGet packages via EEAP or MSFTNuGet * Minor edits to Building-Locally.md * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm * added reference to the kit shared inc path * Move forward to ge_release 26052. This fixes samples .\prm. Update to .\Building-Locally.md * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * added reference to the kit shared inc path * Update NuGet build instructions and PACKAGERESTORE_README.md * Reset Building-Locally.md and remote PACKAGERESTORE_README.md --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-01-29Remove WinHEC 2017 samplesAdonais Romero Gonzalez
2024-01-24Update projects so that no warning/error is logged for AddSoftware Type1 (#1086)andylsn
Co-authored-by: Shunni Li <[email protected]>
2024-01-15Fix build errors for osrfx2_dchu_extension loose/tight solutions (#1069)andylsn
* Update exclusive.csv * Fix extension_loose solution and projects * Fix extension_tight projects * Minor update * Update exclusions.csv * Update exclusions.csv - Undo my prior edit --------- Co-authored-by: Shunni Li <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2023-10-31INF changes to support latest WDK (#1046)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2023-06-12[general/DCHU] Fix toolset, target version and signing errors (#994)Adonais Romero González
* Set WindowsTargetPlatformVersion to target latest one instead of a fixed version * Set PlatformToolset to target latest one instead of a fixed version * Set FileDigestAlgorithm to clear errors caused by a digest algorithm not being specified * Removed exception for general\dchu\osrfx2_dchu_base; sample now builds successfully
2023-04-18[general/simplemediasource] Fix architecture in solution (#977)Adonais Romero González
2023-04-10Update various general projects to use DriverTargetPlatform of 'Windows ↵Jason
Driver' (#969) Co-authored-by: Jason Knichel <[email protected]>
2023-04-07Update toaster projects' DriverTargetPlatform to be 'Windows Driver' (#963)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-06Update osrfx2_DCHU_base.inx to Include/Needs wudfrd.inf (#960)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-05Update file encoding to be UTF-16 LE for misc INFs (#959)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-04Address violations in osrfx2_DCHU_extension.inx (#952)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Fix file encoding of various OSR FX2 DCHU samples (#951)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-31Remove references to XP in INFs (#950)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-14Use WudfRd.inf instead of AddServiceWei Mao
2023-03-14Fix file encoding of osrfx2_DCHU_base.inx (#933)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-13INFs using DIRID 13 should target only build 16299 or later - misc general ↵Jason
updates (#929) Co-authored-by: Jason Knichel <[email protected]>
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-03-07[general\echo\umdf2] Add TargetOSVersion to INF file (#911)Wei Mao
2023-03-07Opt many samples in for Universal validation (#910)Michael Bernstein (MSFT)
* Opt-in many Desktop samples for ApiValidator ApiValidator is passing for many of our samples marked Desktop. This is promising and it is worth running ApiValidator on these to ensure they stay within the Universal API limits. * Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll * Opt many samples in for Universal validation Many of our driver samples build cleanly agains the UniversalDDIs.xml API list. Opting these in as Universal helps protect their API surface against accidentally picking up more Desktop-only APIs. * Revert "Opt-in many Desktop samples for ApiValidator" This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629. --------- Co-authored-by: Michael Bernstein (DPLAT) <[email protected]>
2023-03-03Fix up some of the malformed DriverVer directives (#909)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-02-14Update DCHU sample INFs to restrict themselves to only OS versions they work ↵Jason
on (#884) Co-authored-by: Jason Knichel <[email protected]>
2023-02-08Update README.md (#530)Shiselster
In order to launch the Device Manager, the command is **devmgmt.msc** and not simply **devmgmt**.
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-25Create Test.txtCymoki
2023-01-15[general/toaster] Update GetDeviceDescriptionWei Mao
2023-01-15Fix: Invalid flag 0x4000, cannot be used with DIRID 13Wei Mao
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-15[DirID-13] echo, pcidrv, plx9x5x, vhidmini, serial, virtualserial2, usbsamp, ↵Wei Mao
usb/ucm 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-13[UMDF v1] Remove General, USB, serialWei Mao
2023-01-13[UMDF v1] Remove general/umdfSkeletonWei Mao
2023-01-13[UMDF v1] Remove general/toaster/toastDrv/umdf/func, ToastmonWei Mao
2023-01-13[UMDF v1] Remove general/echo/umdf, umdfSocketEchoWei Mao
2023-01-12Remove invalid INF DeviceInstall32 (#811)Gerrit Swaneveld
* Remove invalid INF DeviceInstall32 Removes from the sample an invalid API call. * Update to SimpleMediaSource.inf Fixes to use public installation path
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
2022-10-05Add PnpLockdown=1 to a bunch of sample INFs (#789)Jason
2022-09-26[general/filehistory] Remove sample; APIs have been deprecatedAdonais Romero Gonzalez
2022-09-26Merge branch 'main' into developAdonais Romero Gonzalez
2022-09-21[general/toaster] Handle non successful return value of WdfIoTargetStart in ↵Phan Trinh Ha
toastmon.c (#785) Handle non-successful return value of WdfIoTargetStart in toastmon.c