summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-18Upgrade NuGet to 26095.2Jakob Lichtenberg (170957)
2024-04-18Upgrade NuGet 26095.2 (#1161)JakobL-MSFT
Upgrade NuGet to 26095.2
2024-04-12Upgrade nuget to 26090.10 (#1159)JakobL-MSFT
Upgrade NuGet to 26090.10
2024-04-11Upgrade nuget to 26090.8 (#1158)JakobL-MSFT
Upgrade NuGet to 26090.8
2024-04-11Add exclusion for network\trans\WFPSampler incompatible with previous EWDK; ↵Adonais Romero Gonzalez
fix descriptions in list
2024-04-10[network/trans/WFPSampler] Fix driver target platform for service (#1157)Adonais Romero González
2024-04-04[network/trans/WFPSampler] Fix to build for all flavors (#1149)Keith Horton
2024-04-04Update code ownersAdonais Romero Gonzalez
2024-04-02Add power limit policy and client sample driver (#1152)AlbertGuan9527
This PR adds power limit policy and client driver as samples to use OS native power limit interfaces.
2024-03-25Upgrade nuget to 26090 (#1145)JakobL-MSFT
* Upgrade NuGet to 26090 * Update Build-SampleSet.ps1 * Update Build-SampleSet.ps1
2024-03-21[WDI Sample] Refactoring Platform File IO ops to use WDM calls (#1142)Enya Quetzalli
2024-03-16Upgrade nuget to 26085 (#1143)JakobL-MSFT
* Update to WDK NuGet 26085 * Update to WDK NuGet 26085 --------- Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-03-14Revert "Fixing the WFP Sampler build"Keith Horton
This reverts commit 362c44aef8e9046f21a4c653ed582110765294dc.
2024-03-13Fixing the WFP Sampler buildKeith Horton
2024-03-09 Update to WDK NuGet 26080 (#1139)JakobL-MSFT
* Update to WDK NuGet 26080 * Update to WDK NuGet 26080 * Update to WDK NuGet 26080 --------- Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-03-07Configuration manifests now install latest VS and WDKAdonais Romero Gonzalez
2024-03-07Add Wi-Fi Core as ownersAdonais Romero Gonzalez
2024-03-07Update VS DSC in configuration manifestsAdonais Romero Gonzalez
2024-03-05Update jobs to use Node.js 20 (#1134)Jacob Ronstadt
* Update Code-Scanning.yml actions/checkout to v4 and microsoft/setup-msbuild to v2 * Update ci-pr.yml to use node20 * Update ci.yml to use node20
2024-03-03Update to WDK NuGet 26074 (#1133)JakobL-MSFT
Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-02-26Update to WDK NuGet 26068 (#1129)JakobL-MSFT
Co-authored-by: Jakob Lichtenberg <[email protected]>
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-26Merge main to develop (empty merge)Jakob Lichtenberg (170957)
2024-02-26Merge tools in develop to main (#1128)JakobL-MSFT
* Merge tools in develop to main * Fine tune testenv
2024-02-25Upgrade nuget to 26066 (#1127)JakobL-MSFT
Update to WDK NuGet 26066 Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-02-22Add ARM64 support on remaining network samples. (#1125)Adonais Romero González
* Added ARM64 as a new project configuration in both Debug and Release modes. * Set up properties for the ARM64 platform, including target version, debug libraries, driver target platform, driver type, and platform toolset. * Included additional dependencies for the ARM64 build. * Added ARM64 to the list of platforms for which the mux.dll file is packaged. * Remove /CETCOMPAT as it's not compatible with ARM64
2024-02-20Fix TrEE Sample (#1124)JakobL-MSFT
* Fix TrEE sample * Fix TrEE sample
2024-02-20Build System: Catch Sporadic Failures (#1123)JakobL-MSFT
* Build System: Catch Sporadic Failures * Build System: Catch Sporadic Failures --------- Co-authored-by: Jakob Lichtenberg <[email protected]>
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-19Update IddSampleApp.vcxproj - fix copy-paste errorJakobL-MSFT
2024-02-19Add explicit flag for arm64 for ehsc and remove incremental link (#1117)prashantchahar
* Add explicit flag for arm64 for ehsc and remove incremental link as ehsc is not passsed for ARM64 VS and looks like ltcg is not supported as well. * Update exclusions.csv * Set exception handling via property ExceptionHandling --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-02-18Merge main to develop (empty merge) (#1119)JakobL-MSFT
Update main branch infverif flags (#1118)
2024-02-18Update main branch infverif flags (#1118)JakobL-MSFT
2024-02-15Upgrade nuget to 26061 (#1115)JakobL-MSFT
Update to WDK NuGet 26061 Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-02-15Re-add exclusion of video.indirectdisplay. This time for EWDK.JakobL-MSFT
2024-02-14Delete biometrics sample (#1111)JakobL-MSFT
2024-02-14WDK NuGet: Add support for network/trans/WFPSampler and wmi/wmisamp (#1109)JakobL-MSFT
* Remove wmicheck for mof as it is not valid for kmdf projects * Fixed path to uuid.lib --------- Co-authored-by: Prashant Chahar <[email protected]>
2024-02-13Remove exclusion of video.indirectdisplayJakob Lichtenberg (170957)
2024-02-13Add ownership info for TrEEAdonais Romero Gonzalez
2024-02-13Merge pull request #1107 from microsoft/user/daspr/CorrectIDDSampleDavid Spruill
User/daspr/correct idd sample
2024-02-13Part 2: WfpSampler now compiles on both EWDKs (#1108)Elaine Houha
* compiles on both EWDKs needed for all 5 Samples * fixes the debug build which broke during merge conflict resolution * Update exclusions.csv --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-02-12update the project settings for the IDD sampleDavid Spruill
2024-02-08Add arch variable to simsensor and simtc infs (#1092)mvillalpando06
* Add arch variable to simsensor and simtc infs * Update models section to user $ARCH$ variable
2024-02-06Do not build solutions in the .\packages folderJakob Lichtenberg
2024-02-06Add signing policy for prm sample (#1103)JakobL-MSFT
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
2024-02-06Initial Support for WDK NuGet Experiment. Take 3 (#1102)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 * Add reference to wdk um include path * Add reference to wdk um include path * Add reference to wdk um include path * Provided full path to wmimofck.exe to correctly resolve * Fix the path resolution for wmimofexe * Correct the wmimfck path resolution * Add NuGet arm64 support --------- Co-authored-by: Prashant Chahar <[email protected]> Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-02-06replace deprecated exallocatepool* APIs with their modern replacement (#1088)David Spruill
2024-02-06Add new teams as owners; fix some entries.Adonais Romero Gonzalez
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]>