home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / cx88tune_ibv32.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  9.2 KB  |  142 lines

  1. ;------------------------------------------------------------------------
  2. ;
  3. ;   Copyright and Disclaimer:
  4. ;
  5. ;       ---------------------------------------------------------------
  6. ;       This software is provided "as is" without warranty of any kind,
  7. ;       either expressed or implied, including but not limited to the
  8. ;       implied warranties of merchantability and/or fitness for a
  9. ;       particular purpose.
  10. ;
  11. ;       Copyright (c) 1999-2006 Conexant Systems, Inc.
  12. ;       All Rights Reserved.
  13. ;       ---------------------------------------------------------------
  14. ;
  15. ;
  16. ;   Abstract:
  17. ;
  18. ;       This is the tuner driver inf file.
  19. ;
  20. ;------------------------------------------------------------------------
  21.  
  22. [Version]
  23. signature="$CHICAGO$"
  24. Class=Media
  25. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  26. Provider="Conexant"
  27. PNPLockDown = 1 ;;; Lock driver against 3rd party application changes
  28. DriverVer=06/21/2006,6.0.6001.18000
  29.  
  30.  
  31. [Manufacturer]
  32. "Conexant"=Conexant,NTx86...1
  33.  
  34. [SourceDisksNames]
  35. 1="Conexant Cx23880 Drivers",,,""
  36.  
  37. [SourceDisksFiles]
  38. cx88tune_IBV32.sys=1
  39.  
  40. [Conexant.NTx86...1]
  41. ;Philips 4-in-1 with FM radio 
  42. %CXTUNE.DeviceDescP4in1% = CXTUNE.Philips4In1,    STREAM\CXTUNE.VEN_14F1.Philips4In1
  43. %CXTUNE.DeviceDescP4in1% = CXTUNE.Philips4In1,    STREAM\CXTUNE.VEN_14F1.Philips4In1#PCI#VEN_14F1&DEV_8800&SUBSYS_034214F1
  44. %CXTUNE.DeviceDescP4in1% = CXTUNE.Philips4In1,    STREAM\CXTUNE.VEN_14F1.Philips4In1#PCI#VEN_14F1&DEV_8800&SUBSYS_48241043
  45. %CXTUNE.DeviceDescP4in1% = CXTUNE.Philips4In1,    STREAM\CXTUNE.VEN_14F1.Philips4In1#PCI#VEN_14F1&DEV_8800&SUBSYS_482A1043
  46.  
  47. ; Philips MK3
  48. %CXTUNE.DeviceDescPMK3%  = CXTUNE.PhilipsMK3,     STREAM\CXTUNE.VEN_14F1.PhilipsMk3
  49. %CXTUNE.DeviceDescPMK3%  = CXTUNE.PhilipsMK3,     STREAM\CXTUNE.VEN_14F1.PhilipsMk3#PCI#VEN_14F1&DEV_8800&SUBSYS_024214F1
  50. %CXTUNE.DeviceDescPMK3%  = CXTUNE.PhilipsMK3,     STREAM\CXTUNE.VEN_14F1.PhilipsMk3#PCI#VEN_14F1&DEV_8800&SUBSYS_48231043
  51. %CXTUNE.DeviceDescPMK3%  = CXTUNE.PhilipsMK3,     STREAM\CXTUNE.VEN_14F1.PhilipsMk3#PCI#VEN_14F1&DEV_8800&SUBSYS_48291043
  52.  
  53. [CXTUNE.Philips4In1]
  54. Include  =  ks.inf, kscaptur.inf
  55. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  56. AddReg   =  CXTUNE.addreg,philips4in1.addreg
  57. CopyFiles=  CXTUNE.CopyDrivers
  58. AddProperty=cx88tune_IBV32.AddProp
  59.  
  60. [CXTUNE.PhilipsMK3]
  61. Include  =  ks.inf, kscaptur.inf
  62. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  63. AddReg   =  CXTUNE.addreg,philipsMK3.addreg
  64. CopyFiles=  CXTUNE.CopyDrivers
  65. AddProperty=cx88tune_IBV32.AddProp 
  66.  
  67. [DestinationDirs]
  68. CXTUNE.CopyDrivers=10,system32\drivers
  69.  
  70. [CXTUNE.CopyDrivers]
  71. cx88tune_IBV32.sys
  72.  
  73. [CXTUNE.AddReg]
  74. HKR,,DevLoader,,*ntkern
  75. HKR,,NTMPDriver,,CX88TUNE_IBV32.sys
  76. HKR,,OkToHibernate,3,01
  77. HKR,,PageOutWhenUnopened,3,00
  78.  
  79.  
  80. [Philips4in1.AddReg]
  81. HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
  82. HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
  83. HKR,"DriverData","TunerType",0x00010001, 0x0A, 0x00, 0x00, 0x00
  84. HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
  85. HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00
  86.  
  87. [PhilipsMk3.AddReg]
  88. HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
  89. HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
  90. HKR,"DriverData","TunerType",0x00010001, 0x0B, 0x00, 0x00, 0x00
  91. HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
  92. HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00
  93.  
  94.  
  95. [TvTuner]
  96. AddReg=TvTuner.AddReg
  97.  
  98. [TvTuner.AddReg]
  99. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  100. HKR,,FriendlyName,,%CXTUNE.TUNER%
  101.  
  102. ;
  103. ; Tagging driver as generic
  104. ;
  105.  
  106. [cx88tune_IBV32.AddProp]
  107. GenericDriverInstalled,,,,1
  108.  
  109. ;
  110. ; Interfaces installation
  111. ;
  112.  
  113. [CXTUNE.Philips4in1.Interfaces]
  114. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  115.  
  116. [CXTUNE.PhilipsMK3.Interfaces]
  117. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  118.  
  119. [CXTUNE.Philips4in1.Services]
  120. AddService = CXTUNE,0x00000002,CXTUNE.ServiceInstall
  121.  
  122. [CXTUNE.PhilipsMK3.Services]
  123. AddService = CXTUNE,0x00000002,CXTUNE.ServiceInstall
  124.  
  125.  
  126. [CXTUNE.ServiceInstall]
  127. DisplayName   = %CXTUNE.DeviceDesc%
  128. ServiceType   = %SERVICE_KERNEL_DRIVER%
  129. StartType     = %SERVICE_AUTO_START%
  130. ErrorControl  = %SERVICE_ERROR_NORMAL%
  131. ServiceBinary = %10%\system32\drivers\CX88TUNE_IBV32.sys
  132.  
  133. [Strings]
  134. CXTUNE.DeviceDesc         = "Conexant 2388x Tuner"
  135. CXTUNE.DeviceDescP4in1    = "Conexant 2388x Tuner (FM1216 MK3, 4 in 1)"
  136. CXTUNE.DeviceDescPMK3      = "Conexant 2388x Tuner (FM1236 MK3, NTSC)"
  137. CXTUNE.Tuner              = "Conexant 2388x Tuner"
  138.  
  139. SERVICE_KERNEL_DRIVER=1
  140. SERVICE_AUTO_START=2
  141. SERVICE_ERROR_NORMAL=1
  142.