home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / ATI / R1289X / ATIDRIVE / ATIVRAXX.IN_ / ATIVRAXX.IN
Windows Setup INFormation  |  1999-09-15  |  3KB  |  116 lines

  1. ; ATIVraxx.INF  -- This file installs ATIVraxx.sys
  2. ;
  3.  
  4. [Version]
  5. signature="$CHICAGO$"
  6. Class=MEDIA
  7. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  8. Provider=%AtiTech%
  9. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  10.  
  11. [SourceDisksNames]
  12. ;1="ATI WDM Drivers",,,c:\ati\install
  13. 1="ATI WDM Drivers",,,a:\
  14.  
  15. [SourceDisksFiles]
  16. ATIVraxx.sys=1
  17.  
  18. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  19.  
  20. [DestinationDirs]
  21. AtiRtAudio.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  22.  
  23. [Manufacturer]
  24. %ATI%=ATI
  25.  
  26. ; =================== Generic ==================================
  27.  
  28. [ATI]
  29. %AtiRtAudio.DeviceDesc%=AtiRtAudio.Device,DISPLAY\ATIRTAUDIO
  30.  
  31. [AtiRtAudio.Device]
  32. Include  =  ks.inf, ativdaxx.inf
  33. ;, kscaptur.inf, ksfilter.inf
  34. Needs=      KS.Registration, DefaultInstall
  35. ;,KSCAPTUR.Registration,MSPCLOCK.Installation
  36. AddReg   =  AtiRtAudio.AddReg,TopologyNodes
  37. CopyFiles=  AtiRtAudio.CopyDrivers
  38. KnownFiles= AtiRtAudio.KnownFiles
  39.  
  40.  
  41. [AtiRtAudio.Device.NT]
  42. Include  =  ks.inf, ativdaxx.inf
  43. ;, kscaptur.inf, ksfilter.inf
  44. Needs=      KS.Registration, DefaultInstall
  45. ;,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
  46. AddReg   =  AtiRtAudio.AddReg,TopologyNodes
  47. CopyFiles=  AtiRtAudio.CopyDrivers
  48. DelFiles =  AtiRtAudio.DelDrivers
  49.  
  50.  
  51. [AtiRtAudio.AddReg]
  52. HKR,,DevLoader,,*ntkern
  53. HKR,,NTMPDriver,,ATIVraxx.sys
  54. HKR,,PageOutWhenUnopened,3,01
  55. HKR,,DebugLevel,3,0
  56. HKR,Provider,TurboMode,3,0
  57. ;HKR,,DataWidth,,8
  58. ;HKR,,EmbeddedControl,,true
  59.  
  60.  
  61. [AtiRtAudio.CopyDrivers]
  62. stream.sys
  63. ;ks.sys
  64. ATIVraxx.sys
  65.  
  66. [AtiRtAudio.KnownFiles]
  67. ATIVraxx.sys=safe
  68.  
  69. [AtiRtAudio.Device.Interfaces]
  70. AddInterface=%KSCATEGORY_CAPTURE%,"GLOBAL",CategoryCapture,
  71. AddInterface=%KSCATEGORY_RENDER%,"GLOBAL",CategoryRender,
  72.  
  73. [CategoryCapture]
  74. AddReg=AudioCapture.AddReg
  75.  
  76. [CategoryRender]
  77. AddReg=AudioRender.AddReg
  78.  
  79. [AudioCapture.AddReg]
  80. HKR,,CLSID,,%Proxy.CLSID%
  81. HKR,,FriendlyName,,%AtiRtAudio.DeviceDesc%
  82. HKR,,PageOutWhenUnopened,3,01
  83. HKR,,DontSuspendIfStreamsAreRunning,3,01
  84.  
  85. [AudioRender.AddReg]
  86. HKR,,CLSID,,%Proxy.CLSID%
  87. HKR,,FriendlyName,,%AtiRtAudio.DeviceDesc%
  88. HKR,,PageOutWhenUnopened,3,01
  89. HKR,,DontSuspendIfStreamsAreRunning,3,01
  90.  
  91. [TopologyNodes]
  92. HKLM,%MediaCategories%\%GUID.SpdifPin%,Name,,%Node.SpdifPin%
  93. HKLM,%MediaCategories%\%GUID.SpdifPin%,Display,1,00,00,00,00
  94. HKLM,%MediaCategories%\%GUID.PcmInPin%,Name,,%Node.PcmInPin%
  95. HKLM,%MediaCategories%\%GUID.PcmInPin%,Display,1,00,00,00,00
  96. HKLM,%MediaCategories%\%GUID.PcmOutPin%,Name,,%Node.PcmOutPin%
  97. HKLM,%MediaCategories%\%GUID.PcmOutPin%,Display,1,00,00,00,00
  98.  
  99.  
  100. [Strings]
  101. AtiTech="ATI Technologies Inc."
  102. ATI="ATI"
  103. captureClassName="Sound, video and game controllers"
  104. KSCATEGORY_CAPTURE=    "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  105. KSCATEGORY_RENDER=    "{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
  106. Proxy.CLSID=        "{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  107. AtiRtAudio.DeviceDesc="ATI WDM RageTheater Audio"
  108. AtiRtAudio.Capture="ATI RageTheater Audio"
  109. AtiRtAudio.Render="ATI RageTheater Audio"
  110. GUID.SpdifPin="{ECDA4882-9501-11d2-BD1E-00105A196FB7}"
  111. GUID.PcmInPin="{ECDA4881-9501-11d2-BD1E-00105A196FB7}"
  112. GUID.PcmOutPin="{ECDA4880-9501-11d2-BD1E-00105A196FB7}"
  113. Node.SpdifPin="S/PDIF"
  114. Node.PcmInPin="PCM Render"
  115. Node.PcmOutPin="PCM Capture"
  116.