Source code of Windows XP (NT5)
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.

98 lines
2.3 KiB

  1. ; KODAK.INF -- Windows Still Image Setup File
  2. ; Win98/NT5 Drivers for the following cameras:
  3. ; Kodak DC200/DC210
  4. ; Copyright (c) 1998 Microsoft Corporation
  5. [Version]
  6. ;CatalogFile=wia.cat
  7. Signature="$CHICAGO$"
  8. Class=Image
  9. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  10. Provider=%Msft%
  11. LayoutFile=Layout.inf, Layout1.inf
  12. [DestinationDirs]
  13. ; LDID_SYS
  14. DefaultDestDir=11
  15. [Manufacturer]
  16. %Mfg%=Models
  17. [Models]
  18. %Kodak_DC200_DigitalCamera% = Kodak.DC210,Kodak_DC210
  19. %Kodak_DC210_DigitalCamera% = Kodak.DC210,Kodak_DC210
  20. [Kodak.DC210]
  21. SubClass=StillImage
  22. DeviceType=2
  23. ; Auto port + Notification
  24. Capabilities=9
  25. ; Event notification DC210 can generate. (Oct/19/98)
  26. Events=DC210.Events
  27. ; Serial/Parallel port
  28. DeviceSubType=25
  29. AddReg=Kodak.DC210.Registry
  30. CopyFiles=Kodak.DC210.Files
  31. DelFiles=Kodak.DC210.OldFiles
  32. UninstallSection=Uninstall.DC210
  33. DeviceData=DC210.DeviceData
  34. ICMProfiles="sRGB Color Space Profile.icm"
  35. ;PropertyPages="dc25cpl.cpl,EnumStiPropPages"
  36. [DC210.Events]
  37. Connected=%DC210_connected%,{A28BBADE-64B6-11d2-A231-00C04FA31809},*
  38. Disconnected=%DC210_disconnected%,{143E4E83-6497-11d2-A231-00C04FA31809},*
  39. [Kodak.DC210.Services]
  40. AddService = KodakCam, 0x00000002, KodakCamera.AddService
  41. [Uninstall.DC210]
  42. DelFiles=Kodak.DC210.Files
  43. [Kodak.DC210.Registry]
  44. HKR,,USDClass,,"{8EA04021-8D97-11d1-AE28-00609784B8B3}"
  45. HKCR,CLSID\{8EA04021-8D97-11d1-AE28-00609784B8B3},,,"DC200/DC210 USD"
  46. HKCR,CLSID\{8EA04021-8D97-11d1-AE28-00609784B8B3}\InProcServer32,,,%11%\dc210usd.dll
  47. HKCR,CLSID\{8EA04021-8D97-11d1-AE28-00609784B8B3}\InProcServer32,ThreadingModel,,"Both"
  48. [DC210.DeviceData]
  49. baudrate=115200
  50. Model=DC210
  51. Server=local
  52. UI DLL=sti.dll
  53. UI Class ID={4DB1AD10-3391-11D2-9A33-00C04FA36145}
  54. LockHoldingTime=0x3E8,1
  55. [Kodak.DC210.Files]
  56. dc210usd.dll
  57. dc210_32.dll
  58. [Kodak.DC210.OldFiles]
  59. dc210usd.dll
  60. dc210_32.dll
  61. [KodakCamera.AddService]
  62. DisplayName = %KodakCam.SvcDesc%
  63. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  64. StartType = 3 ; SERVICE_DEMAND_START
  65. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  66. ServiceBinary = %12%\null.sys
  67. LoadOrderGroup = Base
  68. [Strings]
  69. Msft="Microsoft"
  70. Mfg="Kodak"
  71. Kodak_DC200_DigitalCamera="Kodak DC200 Digital Camera"
  72. Kodak_DC210_DigitalCamera="Kodak DC210 Digital Camera"
  73. KodakCam.SvcDesc="Kodak Digital Camera Driver"
  74. DC210_Connected="DC210 connected"
  75. DC210_Disconnected="DC210 disconnected"