69 lines
1.5 KiB
Plaintext
69 lines
1.5 KiB
Plaintext
; DRIVERCAB.INF
|
|
; Copyright (c) 2001 Microsoft Corporation
|
|
;
|
|
; Dummy driver for purpose of referencing DDInstall sections
|
|
; that are intended to be used by 3rd parties via Include=/Needs=
|
|
;
|
|
; WARNING - this is not part of the product, it's for building driver.cab only
|
|
;
|
|
|
|
|
|
[DriverCabDepends]
|
|
;
|
|
; Force sections to be processed
|
|
;
|
|
; Add INF's to Include line
|
|
; Add Sections to Needs line
|
|
;
|
|
Include = ks.inf,bda.inf
|
|
Needs = KS.Registration,BDA.Installation.NT
|
|
;
|
|
; any extra CopyFiles= can be added below here
|
|
;
|
|
CopyFiles = @modem.sys
|
|
CopyFiles = @dvdplay.exe
|
|
|
|
@*:
|
|
@*: (#427321) Workaround for Brother INF files which have problem causing
|
|
@*: drvlist.exe not to produce correct driver file listing on Win2K.
|
|
@@:@i:; - brmfcsto.inf
|
|
@@:@i:CopyFiles = @brfiltlo.sys,@brfiltup.sys
|
|
@@:@i:; - brmfcwia.inf
|
|
@@:@i:CopyFiles = @brmsi01.bin,@brmsi01.icm,@brmsi02.bin,@brmsi02.icm,@brmsi02f.bin,\
|
|
@@:@i: @brmsi03.bin,@brmsi03f.bin,@brmsl02.bin,@brmsl03.bin,@brmsl04.bin,\
|
|
@@:@i: @brparimg.sys
|
|
|
|
|
|
;
|
|
; Don't touch anything below this line
|
|
;
|
|
|
|
[version]
|
|
Signature="$WINDOWS NT$"
|
|
Class=Unknown
|
|
ClassGuid={4D36E97E-E325-11CE-BFC1-08002BE10318}
|
|
Provider = %MSFT%
|
|
|
|
[ClassInstall32]
|
|
AddReg=DriverCabRef.AddReg
|
|
|
|
[DriverCabRef.AddReg]
|
|
HKR,,,,%DriverCabRefName%
|
|
|
|
[Manufacturer]
|
|
%MSFT% = Microsoft
|
|
|
|
[Microsoft]
|
|
%DummyDeviceDesc% = DriverCabDepends, ROOT\DriverCabRef
|
|
|
|
[DriverCabDepends.Services]
|
|
AddService=,2,
|
|
|
|
[Strings]
|
|
;
|
|
; No localization needed, internal only
|
|
;
|
|
MSFT = "Microsoft"
|
|
DummyDeviceDesc = "Dummy Device - Driver Cab Helper"
|
|
|