home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / servis / ovladace / drivers / wme-766-04-020129x-2545e.exe / WDM / WDM_9x / ativmdxx.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-01-15  |  3.1 KB  |  118 lines

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