rawaccel/signed/ARM64/rawaccel.ddf
2025-02-17 14:44:34 -05:00

19 lines
No EOL
593 B
Text

.OPTION EXPLICIT ; Generate errors
.Set CabinetFileCountThreshold=0
.Set FolderFileCountThreshold=0
.Set FolderSizeThreshold=0
.Set MaxCabinetSize=0
.Set MaxDiskFileCount=0
.Set MaxDiskSize=0
.Set CompressionType=MSZIP
.Set Cabinet=on
.Set Compress=on
;Specify file name for new cab file
.Set CabinetNameTemplate=rawaccel.cab
; Specify the subdirectory for the files.
; Your cab file should not have files at the root level,
; and each driver package must be in a separate subfolder.
.Set DestinationDir=rawaccel
;Specify files to be included in cab file
driver\rawaccel.sys
rawaccel.inf