home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd2.bin / system / _ovladace / ati_catalyst / tv-capture-wdm-6-14-10-6201v1.exe / WDM_9x / ativpdxx.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-06-23  |  3.5 KB  |  137 lines

  1. ;
  2. ; ATIVpdxx.INF  -- This file installs the VBI codec for Parental control detection
  3. ;               
  4. ;*** Created 12/24/99  (Creation Date)
  5. ;
  6. ; Copyright 2002, ATI Technologies Inc.
  7.  
  8.  
  9. [Version]
  10. CatalogFile=ati9xwdm.cat
  11. signature="$CHICAGO$"
  12. Class=Media
  13. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  14. Provider=%AtiTech%
  15. DriverVer=06/23/2003, 6.14.10.6207
  16.  
  17. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  18. [SourceDisksNames]
  19. 1="ATI Drivers Release CD",,1
  20.  
  21. [SourceDisksFiles]
  22. ativpdxx.sys=1
  23.  
  24. [DestinationDirs]
  25. PCDCodec.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  26.  
  27.  
  28. [Manufacturer]
  29. %ATI%=ATI
  30.  
  31. [ControlFlags]
  32. ExcludeFromSelect=*
  33.  
  34. ; =================== Generic ==================================
  35.  
  36. [ATI]
  37. %PCDCodec.DeviceDesc%=PCDCodec.Device,DISPLAY\ATIVPD27
  38. %PCDCodec.DeviceDesc%=PCDCodec.Device,DISPLAY\ATIVPD28
  39.  
  40.  
  41. [PCDCodec.Device]
  42. Include=    ks.inf
  43. Needs=      KS.Registration
  44. AddReg=     PCDCodec.Device.AddReg
  45. CopyFiles=  PCDCodec.CopyDrivers
  46. DelFiles =  PCDCodec.DelDrivers
  47.  
  48. [PCDCodec.Device.NT]
  49. Include=    ks.inf
  50. Needs=      KS.Registration
  51. AddReg=     PCDCodec.Device.NT.AddReg
  52. CopyFiles=  PCDCodec.CopyDrivers
  53. DelFiles =  PCDCodec.DelDrivers
  54.  
  55. [PCDCodec.CopyDrivers]
  56. ativpdxx.sys
  57.  
  58. [PCDCodec.DelDrivers]
  59.  
  60.  
  61. [PCDCodec.Device.AddReg]
  62. HKR,,DevLoader,,*ntkern
  63. HKR,,NTMPDriver,,ativpdxx.sys
  64. HKR,,DebugLevel,3,0
  65.  
  66. [PCDCodec.Device.NT.AddReg]
  67. HKR,,DevLoader,,*ntkern
  68. HKR,,NTMPDriver,,atinpdxx.sys
  69. HKR,,DebugLevel,3,0
  70.  
  71. [PCDCodec.Device.Interfaces]
  72. AddInterface=%KSCATEGORY_VBICODEC%,"GLOBAL",VBICodec,
  73.  
  74. [PCDCodec.Device.NT.Interfaces]
  75. AddInterface=%KSCATEGORY_VBICODEC%,"GLOBAL",VBICodec,
  76.  
  77.  
  78. [VBICodec]
  79. AddReg=VBICodec.AddReg
  80.  
  81. [VBICodec.AddReg]
  82. HKR,,CLSID,,%CLSID_Proxy%
  83. HKR,,FriendlyName,,%PCDCodec.FriendlyName%
  84. HKLM,Software\CLASSES\CLSID\%CLSID_AMCat%\Instance\%KSCATEGORY_VBICODEC%
  85. HKLM,Software\CLASSES\CLSID\%CLSID_AMCat%\Instance\%KSCATEGORY_VBICODEC%,,,%WDMCodecs%
  86. HKLM,Software\CLASSES\CLSID\%CLSID_AMCat%\Instance\%KSCATEGORY_VBICODEC%,FriendlyName,,%WDMCodecs%
  87. HKLM,Software\CLASSES\CLSID\%CLSID_AMCat%\Instance\%KSCATEGORY_VBICODEC%,CLSID,,%KSCATEGORY_VBICODEC%
  88.  
  89. [PCDCodec.Device.Services]
  90. AddService = PCDCODEC,0x00000002,PCDCodec.ServiceInstall
  91.  
  92. [PCDCodec.Device.NT.Services]
  93. AddService = PCDCODEC,0x00000002,PCDCodec.NT.ServiceInstall
  94.  
  95.  
  96. [PCDCodec.ServiceInstall]
  97. DisplayName   = %PCDCodec.DeviceDesc%
  98. ServiceType   = %SERVICE_KERNEL_DRIVER%
  99. StartType     = %SERVICE_AUTO_START%
  100. ErrorControl  = %SERVICE_ERROR_NORMAL%
  101. ServiceBinary = %12%\ativpdxx.sys
  102.  
  103. [PCDCodec.NT.ServiceInstall]
  104. DisplayName   = %PCDCodec.DeviceDesc%
  105. ServiceType   = %SERVICE_KERNEL_DRIVER%
  106. StartType     = %SERVICE_AUTO_START%
  107. ErrorControl  = %SERVICE_ERROR_NORMAL%
  108. ServiceBinary = %12%\atinpdxx.sys
  109.  
  110. ;---------------------------------------------------------------
  111. ;                S t r i n g s
  112. ;---------------------------------------------------------------
  113.  
  114. [Strings]
  115.  
  116. ;----------------
  117. ; Non-Localizable
  118. ;----------------
  119.  
  120. SERVICE_KERNEL_DRIVER    =1
  121. SERVICE_AUTO_START    =2
  122. SERVICE_ERROR_NORMAL    =1
  123.  
  124. CLSID_Proxy=    "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"    ; KsProxy.ax's ID, REQUIRED
  125. CLSID_AMCat=    "{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
  126. KSCATEGORY_VBICODEC="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  127.  
  128. ;----------------
  129. ; Localizable
  130. ;----------------
  131.  
  132. AtiTech="ATI Technologies Inc."
  133. ATI="ATI"
  134. PCDCodec.DeviceDesc    = "ATI Specialized PCD WDM VBI Codec"
  135. PCDCodec.FriendlyName    = "ATI Specialized PCD WDM VBI Codec"
  136. WDMCodecs        = "WDM Streaming VBI Codecs"
  137.