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.

80 lines
2.2 KiB

  1. ;cyclom-y.inf
  2. ;Copyright (c) 2000-2001 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 = 12/12/2001,1.0.25.0
  10. [DestinationDirs]
  11. system_dir = 11 ; %windir%\system32
  12. driver_dir = 12 ; %windir%\system32\drivers
  13. help_dir = 18 ; %windir%\help
  14. [Manufacturer]
  15. %Cyclades% = Cyclades
  16. [Cyclades]
  17. ; DisplayName Section DeviceID
  18. ; ----------- ------- --------
  19. %Y_PCI% = ypci_inst.nt, PCI\VEN_120E&DEV_0105&SUBSYS_0100120E&REV_01,PCI\VEN_120E&DEV_0105
  20. %Y_PCI% = ypci_inst.nt, PCI\VEN_120E&DEV_0103&SUBSYS_0100120E&REV_01,PCI\VEN_120E&DEV_0103
  21. %Y_PCI% = ypci_inst.nt, PCI\VEN_120E&DEV_0101&SUBSYS_0100120E&REV_01,PCI\VEN_120E&DEV_0101
  22. [ControlFlags]
  23. ExcludeFromSelect = *
  24. ;------------------------------------------------------------------------------
  25. [ypci_inst.nt]
  26. CopyFiles = driver_dir
  27. AddReg = y_pp_reg
  28. CopyInf = cyyport.inf
  29. [ypci_inst.nt.Services]
  30. AddService = cyclom-y, 0x00000002, y_service_inst, y_eventlog_inst
  31. [ypci_inst.nt.CoInstallers]
  32. CopyFiles = system_dir, help_dir
  33. AddReg = y_coinst_reg
  34. ;------------------------------------------------------------------------------
  35. [y_service_inst]
  36. DisplayName = %Service_DispName%
  37. ServiceType = 1 ;SERVICE_KERNEL_DRIVER
  38. StartType = 3 ;SERVICE_DEMAND_START
  39. ErrorControl = 1 ;SERVICE_ERROR_NORMAL
  40. ServiceBinary = %12%\cyclom-y.sys
  41. LoadOrderGroup = ExtendedBase
  42. [y_eventlog_inst]
  43. AddReg = y_eventlog_reg
  44. [y_eventlog_reg]
  45. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\cyclom-y.sys"
  46. HKR,, TypesSupported, 0x00010001, 7
  47. ;------------------------------------------------------------------------------
  48. [y_coinst_reg]
  49. HKR,,CoInstallers32,0x00010000,"cyycoins.dll,CyclomyCoInstaller"
  50. ;------------------------------------------------------------------------------
  51. [y_pp_reg]
  52. HKR,,EnumPropPages32,,"cyycoins.dll,CyclomyPropPageProvider"
  53. [driver_dir]
  54. cyclom-y.sys
  55. [system_dir]
  56. cyycoins.dll
  57. [help_dir]
  58. cyycoins.chm