Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.5 KiB

  1. ; DRIVERCAB.INF
  2. ; Copyright (c) Microsoft Corporation. All rights reserved.
  3. ;
  4. ; Dummy driver for purpose of referencing DDInstall sections
  5. ; that are intended to be used by 3rd parties via Include=/Needs=
  6. ;
  7. ; WARNING - this is not part of the product, it's for building driver.cab only
  8. ;
  9. [DriverCabDepends]
  10. ;
  11. ; Force sections to be processed
  12. ;
  13. ; Add INF's to Include line
  14. ; Add Sections to Needs line
  15. ;
  16. Include = ks.inf,bda.inf
  17. Needs = KS.Registration,BDA.Installation.NT
  18. ;
  19. ; any extra CopyFiles= can be added below here
  20. ;
  21. CopyFiles = @modem.sys
  22. CopyFiles = @dvdplay.exe
  23. @*:
  24. @*: (#427321) Workaround for Brother INF files which have problem causing
  25. @*: drvlist.exe not to produce correct driver file listing on Win2K.
  26. @@:@i:; - brmfcsto.inf
  27. @@:@i:CopyFiles = @brfiltlo.sys,@brfiltup.sys
  28. @@:@i:; - brmfcwia.inf
  29. @@:@i:CopyFiles = @brmsi01.bin,@brmsi01.icm,@brmsi02.bin,@brmsi02.icm,@brmsi02f.bin,\
  30. @@:@i: @brmsi03.bin,@brmsi03f.bin,@brmsl02.bin,@brmsl03.bin,@brmsl04.bin,\
  31. @@:@i: @brparimg.sys
  32. ;
  33. ; Don't touch anything below this line
  34. ;
  35. [version]
  36. Signature="$WINDOWS NT$"
  37. Class=Unknown
  38. ClassGuid={4D36E97E-E325-11CE-BFC1-08002BE10318}
  39. Provider = %MSFT%
  40. [Manufacturer]
  41. %MSFT% = Microsoft
  42. [Microsoft]
  43. %DummyDeviceDesc% = DriverCabDepends, ROOT\DriverCabRef
  44. [DriverCabDepends.Services]
  45. AddService=,2,
  46. [Strings]
  47. ;
  48. ; No localization needed, internal only
  49. ;
  50. MSFT = "Microsoft"
  51. DummyDeviceDesc = "Dummy Device - Driver Cab Helper"