Add option to exclude unreferenced driver files from packages - #85
Open
elizashurov wants to merge 1 commit into
Open
Add option to exclude unreferenced driver files from packages#85elizashurov wants to merge 1 commit into
elizashurov wants to merge 1 commit into
Conversation
elizashurov
force-pushed
the
VIRTWINKVM-2038
branch
from
September 2, 2026 06:11
b29b6eb to
6c256a8
Compare
kostyanf14
reviewed
Sep 2, 2026
Microsoft HDC is changing its policy so files not referenced by a driver's INF will eventually be ineligible for signing. Add -excludeunreferencedfiles to createprojectpackage and the corresponding exclude_unreferenced_files keyword argument to create_project_package. When enabled, the INF parser identifies referenced files using SourceDisksFiles, CopyFiles, and ServiceBinary directives, then moves unreferenced files out of the driver directory before calling AddDriver. If the newer 8-argument AddDriver overload is available, use it to surface any remaining unreferenced-file warnings reported by HLK Studio. Signed-off-by: Elizabeth Ashurov <[email protected]>
elizashurov
force-pushed
the
VIRTWINKVM-2038
branch
from
September 2, 2026 15:13
6c256a8 to
0355978
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Microsoft HDC is changing its policy so files not referenced by a driver's INF will eventually be ineligible for signing.
Add -excludeunreferencedfiles to createprojectpackage and the corresponding exclude_unreferenced_files keyword argument to create_project_package.
When enabled, the INF parser identifies referenced files using SourceDisksFiles, CopyFiles, and ServiceBinary directives, then moves unreferenced files out of the driver directory before calling AddDriver.
If the newer 8-argument AddDriver overload is available, use it to surface any remaining unreferenced-file warnings reported by HLK Studio.