Changeset 106856 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 6, 2024 3:12:55 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165771
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd
r106854 r106856 299 299 echo %_MY_OPT_GADIR%\VBoxMouse.inf>> "%_MY_OPT_DDF_FILE%" 300 300 echo %_MY_OPT_GADIR%\VBoxMouse.sys>> "%_MY_OPT_DDF_FILE%" 301 rem rem @todo win.arm64: Temporarily skipping video drivers as they're not building. 302 if "%_MY_OPT_ARCH%" == "arm64" goto skip_video_files 301 303 rem VBoxVideo files are excluded from attestation signing. 302 304 rem echo %_MY_OPT_GADIR%\VBoxVideo.inf>> "%_MY_OPT_DDF_FILE%" … … 310 312 echo %_MY_OPT_GADIR%\VBoxSVGA.dll>> "%_MY_OPT_DDF_FILE%" 311 313 echo %_MY_OPT_GADIR%\VBoxGL.dll>> "%_MY_OPT_DDF_FILE%" 314 :skip_video_files 312 315 echo %_MY_OPT_GADIR%\VBoxMRXNP.dll>> "%_MY_OPT_DDF_FILE%" 313 316 echo %_MY_OPT_GADIR%\VBoxSF.sys>> "%_MY_OPT_DDF_FILE%"
Note:
See TracChangeset
for help on using the changeset viewer.