summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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]>
2024-02-05Update codeql code scanning to add microsoft/windows-drivers queries (#1098)Jacob Ronstadt
* test code scanning with new package * update code scanning file. test without building * fix typo * add back build step * Update Code-Scanning.yml * Update Code-Scanning.yml * Update Code-Scanning.yml
2024-02-05exclusion.csv: Update network.trans.wfpsampler to now be supported with NI ↵Jakob Lichtenberg (170957)
WDK but still broken for GE WDK
2024-02-05Updating the Windows Filtering Platform Samples to compile correctly on ↵Elaine Houha
VS2022 (#1089) * ddproxy compiles on VS2022 * inspect compiles on VS2022 * stmEdit compiles on VS2022 * sampler compiles on VS2022 * changes some encodings and updates the stmedit version * restores the vcxproj * more vcxproj fixes * ddproxy inf * stmedit vcxproj pt2 * stmd sln * Update exclusions.csv * all but one flavor compiles on NI EWDK * found a bug in an assert * Builds clean for all drivers except WfpSampler on both WDK 17.1.5 and 17.8.2, WFPSampler changes get it to build on WDK 17.1.5 but there are still issues with 17.8.2 --------- Co-authored-by: Elaine Houha <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-02-01Fix PRM sample driver INF targetOsVersion (#1096)Yinghan Yang
fix INF target OS for Ge only PRM sample Co-authored-by: Yinghan Yang (307315) <[email protected]>
2024-01-31Add Prm sample (#1094)Yinghan Yang
* add prm sample * Update exclusions.csv * add owners for PRM and GPIO samples * fix INF --------- Co-authored-by: Yinghan Yang (307315) <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-31This PR simply deletes a redundant sln file (#1095)JakobL-MSFT
user/jakobl/delete_AvsCameraDMFT_sln
2024-01-31Fixes for sample build errors and updates to the execution script to use new ↵zlockard
build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-29Merge branch 'main' into developAdonais Romero Gonzalez
2024-01-29Remove WinHEC 2017 from exclusion listAdonais Romero Gonzalez
2024-01-29Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#1067)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29Remove WinHEC 2017 samplesAdonais Romero Gonzalez
2024-01-26Update exclusions (#1090)JakobL-MSFT
2024-01-25Merge pull request #932 from hsebs/patch-2Christian Allred
Fix error logging
2024-01-24Replace deprecated ExAllocatePool* APIs with ExAllocatePool2.David Spruill
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-22Merge from main branchJakob Lichtenberg (170957)
2024-01-22Merge from main branchJakob Lichtenberg (170957)
2024-01-22mshidkmdf->mshidumdf (#1085)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2024-01-22Fix build issues in vhid samples (#1084)zlockard
* Fix build issues in vhid samples * Merge from main branch and remove entries from exclusion.csv. Still see failure 2087 for hid.hidusbfx2 * Also update hidusbfx2.inf --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-22Partial Manual Merge of develop to main specifically to add /sw1402 (#1083)JakobL-MSFT
user/jakobl/partial_merge_develop_to_main
2024-01-22Add infverif suppression of 1402 (add missing comment)Jakob Lichtenberg (170957)
2024-01-20A trivial bug in Build-AllSamples.ps1 for the case when there are 0 samples ↵JakobL-MSFT
matching the -Samples argument (#1081) user/jakob/build_sample_fix
2024-01-20Add infverif suppression of 1402 (#1080)JakobL-MSFT
user/jakob/add_infverif_sw1402
2024-01-20For Build-AllSamples.ps1: For EWDK: Log full build lab string. (#1079)JakobL-MSFT
user/jakob/ewdk_print_buildlab
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]>
2024-01-15Update exclusions.csv - fix commentJakobL-MSFT
2024-01-15merge conflict resolutionJakob Lichtenberg (170957)
2024-01-15Partial Manual Merge of develop to main specifically to add support for fine ↵JakobL-MSFT
grained exclusions (#1076) user/jakob/partial_manual_merge_develop_to_main_fine_grained_exclusion
2024-01-15Merge branch 'main' into developJakob Lichtenberg (170957)
2024-01-15Add support for fine grained exclusions (#1074)JakobL-MSFT
* user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * Update exclusions.csv
2024-01-15Merge main to develop (#1075)JakobL-MSFT
* Workaround to fix issues install VS using winget configuration * Add winget configuration file to install VS only --------- Co-authored-by: Adonais Romero González <[email protected]>
2024-01-14Bug 45018002: WDK: Samples - Sample not build by PR workflow if exclusion is ↵JakobL-MSFT
removed (#1073) user/jakobl/full_build_trigger_by_exclusions_csv
2024-01-14For all solutions in .\tools folder: Add ARM64 support. Remove any aspects ↵JakobL-MSFT
of ARM, Win32, x86 support. January 2024 version (#1072) user-jakobl-tools_arm64_2
2023-12-14Add winget configuration file to install VS onlyuser/jacob-ronstadt/code-scanningAdonais Romero González
2023-12-14Workaround to fix issues install VS using winget configurationAdonais Romero González
2023-12-05Merge pull request #1059 from microsoft/revert-1058-user/zhuman/delete-pixlibZachary Northrup
Revert "Delete video/pixlib directory" and instead move it into an archive folder
2023-12-04Move pixlib to an "archive" folderZachary Northrup