home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / WinCabs / 98fe / WIN98_44.CAB / mwutl460.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-05-11  |  3.3 KB  |  128 lines

  1. ;****************************************************************************
  2. ;
  3. ;                    Copyright IBM Corp., 1995,1996
  4. ;                          All Rights Reserved
  5. ;
  6. ;****************************************************************************
  7. ;
  8. ;   Title: mwutl460.inf
  9. ;
  10. ;   Description: .inf file for Mwave DSP device.
  11. ;
  12. ;
  13. ;   Date:        02/15/96
  14. ;
  15. ;   Author:      TWS
  16. ;
  17. ;------------------------------------------------------------------------------
  18. ;
  19. ;   Change log:
  20. ;
  21. ;       DATE    DESCRIPTION
  22. ;    ---------- -----------------------------------------------------------
  23. ;     01/30/98     Modified for Windows 98 Terry Broman - tbroman@vnet.ibm.com
  24. ;
  25. ;******************************************************************************
  26.  
  27. [version]
  28. signature="$CHICAGO$"
  29. Class=MwaveUtility
  30. Provider=%MSFT%
  31. LayoutFile=layout.inf, layout1.inf, layout2.inf
  32.  
  33. [ClassInstall]
  34. CopyFiles=MwaveDSPClass.CopyFiles
  35. AddReg=MwaveDSPUtlClass.AddReg
  36.  
  37. [MwaveDSPClass.CopyFiles]
  38. mwci.dll
  39.  
  40. [MwaveDSPUtlClass.AddReg]
  41. HKR,,,,%MwaveDSPUtlClassName%
  42. HKR,,Icon,,"0"
  43. HKR,,Installer,,mwci.dll
  44. HKR,,NoDisplayClass,,1
  45. HKLM,System\CurrentControlSet\Services\Class\MwaveDSP,,,%MwaveDSPClassName%
  46. HKLM,System\CurrentControlSet\Services\Class\MwaveDSP,Icon,,"0"
  47. HKLM,System\CurrentControlSet\Services\Class\MwaveDSP,Installer,,mwci.dll
  48. ;HKLM,System\CurrentControlSet\Services\VxD\Mwave,StaticVxD,2,mwave.vxd
  49. HKCR,.dsp,,,dspfile
  50. HKCR,dspfile,,,"Mwave DSP Task file"
  51. HKCR,dspfile\DefaultIcon,,,"mwci.dll,1"
  52.  
  53. ; Drivers
  54. [Manufacturer]
  55. %IBM%=IBM
  56.  
  57. [IBM]
  58. %Reserved1.DeviceDesc%= Reserved1,    *IBM3690  ; Game Port, MPU-401
  59. %CTRL.DeviceDesc%     = CTRL_460,     *IBM36A0  ; Control Port
  60. %BaseAddr.DeviceDesc% = BaseAddr_460, *IBM36B0  ; DSP Base Address
  61.  
  62. [ControlFlags]
  63. ;  Do not enable these, Windows won't process if you do...
  64. ;ExcludeFromSelect=*IBM3690
  65. ;ExcludeFromSelect=*IBM36A0
  66. ;ExcludeFromSelect=*IBM36B0
  67.  
  68. [CTRL_460]
  69. CopyFiles=WINSYS.CPY
  70. AddReg=NonDSP_460.AddReg
  71.  
  72. [CTRL_460.HW]
  73. AddReg=CTRL_460HW.AddReg
  74.  
  75. [Reserved1]
  76. CopyFiles=WINSYS.CPY
  77. AddReg=NonDSP_460.AddReg
  78.  
  79. [Reserved2]
  80. AddReg=NonDSP_460.AddReg
  81.  
  82. [BaseAddr_460]
  83. CopyFiles=WINSYS.CPY
  84. AddReg=NonDSP_460.AddReg
  85.  
  86. [BaseAddr_460.HW]
  87. AddReg=BaseAddr_460HW.AddReg
  88.  
  89. [NonDSP_460.AddReg]
  90. HKR,,DevLoader,,*CONFIGMG
  91. HKR,,DeviceDriver,,vmw50460.vxd
  92.  
  93. ; define this DSP resource type
  94. ; no type,0 = dummy device
  95. ; 1 = DSP device driver
  96. ; 2 = DSP BaseAddress port
  97. ; 3 = MEIO Control port
  98. ; 4 = Auxiliary Control port
  99. ; 5 = HW SoundBlaster Device
  100.  
  101. [BaseAddr_460HW.AddReg]
  102. HKR,,DeviceType,1,02
  103.  
  104. [CTRL_460HW.AddReg]
  105. HKR,,DeviceType,1,04
  106. ;--------------------------------------------------------------------------
  107.  
  108. [DestinationDirs]
  109. WinSys.CPY=11
  110. DefaultDestDir=11
  111. MwaveDSPClass.CopyFiles=11
  112. ;;-----------------------------------------------------------------------------
  113.  
  114. [WINSYS.CPY]
  115. VMW50460.VXD
  116.  
  117. ;--------------------------------------------------------------------------
  118. [Strings]
  119. MSFT="Microsoft"
  120. IBM = "IBM"
  121. ID1="OEM Mfg SETUP DISK"
  122. Reserved1.DeviceDesc="IBM Mwave Reserved"
  123. CTRL.DeviceDesc="IBM Mwave Control Port"
  124. Reserved2.DeviceDesc="IBM Mwave Reserved"
  125. BaseAddr.DeviceDesc="IBM DSP Base Address Setup Register"
  126. MwaveDSPUtlClassName = "IBM Mwave DSP Utility Devices"
  127. MwaveDSPClassName = "IBM Digital Signal Processors"
  128.