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.

70 lines
1.5 KiB

  1. ; TESTMCRO.INF -- WIA sample MicroDriver scanner setup file
  2. ; Copyright (c) 2001 Microsoft Corporation
  3. ; Manufacturer: Microsoft
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=Image
  7. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  8. Provider=%Mfg%
  9. DriverVer=01/01/2001,1.0.0.0
  10. CatalogFile=testmcro.cat
  11. [SourceDisksFiles.x86]
  12. testmcro.dll=1
  13. [SourceDisksNames.x86]
  14. 1=%Location%,,,
  15. [SourceDisksFiles.ia64]
  16. testmcro.dll=1
  17. [SourceDisksNames.ia64]
  18. 1=%Location%,,,
  19. [DestinationDirs]
  20. ; By default, files will be copied to \windows\system32.
  21. DefaultDestDir=11
  22. [Manufacturer]
  23. %Mfg%=Models
  24. [Models]
  25. %WIASample.DeviceDesc% = WIASample.Scanner, PnPIDInformation
  26. [WIASample.Scanner]
  27. Include=sti.inf
  28. Needs=STI.SerialSection, STI.MICRODRIVERSection
  29. SubClass=StillImage
  30. DeviceType=1
  31. DeviceSubType=0x1
  32. Capabilities=0x30
  33. Events=WIASample.Events
  34. DeviceData=WIASample.DeviceData
  35. AddReg=WIASample.AddReg
  36. CopyFiles=WIASample.CopyFiles
  37. ICMProfiles="sRGB Color Space Profile.icm"
  38. [WIASample.Events]
  39. [WIASample.Scanner.Services]
  40. Include=sti.inf
  41. Needs=STI.SerialSection.Services
  42. [WIASample.DeviceData]
  43. Server=local
  44. UI DLL=sti.dll
  45. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  46. MicroDriver="TESTMCRO.DLL"
  47. Sample Entry=1,1
  48. [WIASample.AddReg]
  49. HKR,,HardwareConfig,1,1
  50. [WIASample.CopyFiles]
  51. testmcro.dll
  52. [Strings]
  53. Msft="Microsoft"
  54. Mfg="IHV Provider"
  55. Location="Install Source"
  56. WIASample.DeviceDesc="WIA Sample MicroDriver Scanner Device"
  57. WIASample.SvcDesc="WIA Sample MicroDriver Scanner Device"