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.

82 lines
2.3 KiB

  1. ;cyclom-y.inf
  2. ;Copyright (c) 2000 Cyclades Corporation
  3. [version]
  4. Signature = "$Windows NT$"
  5. Class = MultiportSerial
  6. ClassGUID = {50906cb8-ba12-11d1-bf5d-0000f805f530}
  7. Provider = %Cyclades%
  8. LayoutFile=layout.inf
  9. DriverVer = 03/12/2001,1.0.9.0
  10. [DestinationDirs]
  11. del_dir = 11 ; %windir%\system32
  12. system_dir = 11 ; %windir%\system32
  13. driver_dir = 12 ; %windir%\system32\drivers
  14. help_dir = 18 ; %windir%\help
  15. [Manufacturer]
  16. %Cyclades% = Cyclades
  17. [Cyclades]
  18. ; DisplayName Section DeviceID
  19. ; ----------- ------- --------
  20. %Y_PCI% = ypci_inst.nt, PCI\VEN_120E&DEV_0105&SUBSYS_0100120E&REV_01, \
  21. PCI\VEN_120E&DEV_0103&SUBSYS_0100120E&REV_01, \
  22. PCI\VEN_120E&DEV_0101&SUBSYS_0100120E&REV_01
  23. [ControlFlags]
  24. ExcludeFromSelect = PCI\VEN_120E&DEV_0105&SUBSYS_0100120E&REV_01
  25. ExcludeFromSelect = PCI\VEN_120E&DEV_0103&SUBSYS_0100120E&REV_01
  26. ExcludeFromSelect = PCI\VEN_120E&DEV_0101&SUBSYS_0100120E&REV_01
  27. ;------------------------------------------------------------------------------
  28. [ypci_inst.nt]
  29. CopyFiles = driver_dir
  30. AddReg = y_pp_reg
  31. CopyMyInf = cyyport.inf
  32. [ypci_inst.nt.Services]
  33. AddService = cyclom-y, 0x00000002, y_service_inst, y_eventlog_inst
  34. [ypci_inst.nt.CoInstallers]
  35. CopyFiles = system_dir, help_dir
  36. DelFiles = del_dir
  37. AddReg = y_coinst_reg
  38. ;------------------------------------------------------------------------------
  39. [y_service_inst]
  40. DisplayName = %Service_DispName%
  41. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  42. StartType = 3 ;SERVICE_DEMAND_START
  43. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  44. ServiceBinary = %12%\cyclom-y.sys
  45. LoadOrderGroup = ExtendedBase
  46. [y_eventlog_inst]
  47. AddReg = y_eventlog_reg
  48. [y_eventlog_reg]
  49. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\cyclom-y.sys"
  50. HKR,, TypesSupported, 0x00010001, 7
  51. ;------------------------------------------------------------------------------
  52. [y_coinst_reg]
  53. HKR,,CoInstallers32,0x00010000,"cyycoins.dll,CyclomyCoInstaller"
  54. ;------------------------------------------------------------------------------
  55. [y_pp_reg]
  56. HKR,,EnumPropPages32,,"cyycoins.dll,CyclomyPropPageProvider"
  57. [del_dir]
  58. cyycoins.hlp
  59. [driver_dir]
  60. cyclom-y.sys
  61. [system_dir]
  62. cyycoins.dll
  63. [help_dir]
  64. cyycoins.chm