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.

125 lines
4.1 KiB

  1. ; PhilTune.INF -- This file installs PhilTune.sys
  2. ;
  3. ;
  4. [Version]
  5. signature="$CHICAGO$"
  6. Class=Media
  7. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  8. Provider=%Msft%
  9. LayoutFile=Layout.inf
  10. ; F i l e c o p y i n g s e c t i o n s (where the files go to).
  11. ;
  12. [DestinationDirs]
  13. PHILTUNE.CopyDrivers=10,System32\Drivers ; ie \windows\system32\drivers
  14. ; PHILTUNE.CopyInf=10,Inf ; ie \windows\Inf
  15. [Manufacturer]
  16. %MfgName%=Philips
  17. [ControlFlags]
  18. ExcludeFromSelect=*
  19. ExcludeFromSelect.NT=*
  20. ; =================== Generic ==================================
  21. [Philips]
  22. %PhilTune.DeviceDesc%=PhilTune.Device,STREAM\PhilTune
  23. [PhilTune.Device]
  24. Include = bda.inf
  25. Needs = BDA.Installation
  26. AddReg = PhilTune.addreg
  27. CopyFiles = PhilTune.CopyDrivers
  28. ; KnownFiles = PhilTune.KnownFiles
  29. Reboot=1
  30. [PhilTune.Device.NT]
  31. Include = bda.inf
  32. Needs = BDA.Installation.NT
  33. AddReg = PhilTune.AddReg
  34. CopyFiles = PhilTune.CopyDrivers
  35. ; KnownFiles = PhilTune.KnownFiles
  36. [PhilTune.Device.NT.Services]
  37. Addservice = PhilTune, 0x00000002, PhilTune.AddService
  38. [PhilTune.AddService]
  39. DisplayName = %SvcDesc%
  40. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  41. StartType = 3 ; SERVICE_DEMAND_START
  42. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  43. ServiceBinary = %10%\System32\Drivers\PhilTune.sys
  44. LoadOrderGroup = Base
  45. [PhilTune.CopyDrivers]
  46. PhilTune.sys
  47. ; [PhilTune.CopyInf]
  48. ; PhilTune.Inf
  49. ; [PhilTune.KnownFiles]
  50. ; PhilTune.sys=safe
  51. [PhilTune.AddReg]
  52. HKR,,DevLoader,,*ntkern
  53. HKR,,NTMPDriver,,PhilTune.sys
  54. HKR,,PageOutWhenUnopened,3,01
  55. ;---------------------------------------------------------------
  56. ; Tuner related values
  57. ; All values in the tuner key are string values
  58. ;---------------------------------------------------------------
  59. HKR,,InitialFrequency,1,D0,57,3F,16 ; Initial Frequency of tuner
  60. HKR,,TunerI2cAddress,1,c0,0,0,0 ; I2C address of the tuner chip
  61. HKR,,8VsbI2cAddress,1,18,0,0,0 ; I2C address of the 8VSB Demod Chipo
  62. HKR,,ParallelPortI2cAddress,1,40,0,0,0 ; I2C address of the 7146 Parallel Port
  63. HKR,,BoardType,1,01,00,00,00 ; Board Type
  64. ; 0 - Coney
  65. ; 1 - Catalina (Maui)
  66. ; 2 - Kangaroo
  67. ; 3 - Coronado
  68. ; 4 - CES
  69. ; 5 - CorFU
  70. HKR,,TunerType,0,TD1536 ; Tuner Type
  71. ; Possible Tuner Types
  72. ;
  73. ; "FI1216" : CCIR B, G system
  74. ; (Western Europe)
  75. ; "FI1216MF": CCIR B,G, L, L1 system
  76. ; (W. Europe, SE Asia, OZ, NZ)
  77. ; "FI1236" : RTMA M+N system
  78. ; (USA)
  79. ; "FI1246" : CCIR I system
  80. ; (UK, Ireland, SA, H.K.)
  81. ; "FI1256" : OIRT system
  82. ; (China, Russia, E. Europe)
  83. ; "FR1216" : RTMN M+N system + FM
  84. ; (USA)
  85. ; "FR1236" : RTMN M+N system + FM
  86. ; (USA)
  87. ; "TD1536" : ATSC digital tuner
  88. ; (USA)
  89. [PhilTune.Device.Interfaces]
  90. AddInterface=%BDAcatID%,%KSNAME_Filter%,PhilTune.Interfaces,
  91. AddInterface=%GUID.BdaDeviceControl%,%KSNAME_Filter%,BdaDevice,
  92. [PhilTune.Device.NT.Interfaces]
  93. AddInterface=%BDAcatID%,%KSNAME_Filter%,PhilTune.Interfaces,
  94. AddInterface=%GUID.BdaDeviceControl%,%KSNAME_Filter%,BdaDevice,
  95. [PhilTune.Interfaces]
  96. AddReg=PhilTune.Interface.AddReg
  97. [PhilTune.Interface.AddReg]
  98. HKR,,CLSID,,%PhilTune.CLSID%
  99. HKR,,FriendlyName,,%PhilTune.FriendlyName%
  100. ; [BdaDevice]
  101. ; AddReg=BdaDevice.AddReg
  102. ; [BdaDevice.AddReg]