home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A0801 / a308.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  4.9 KB  |  183 lines

  1. ; Copyright (c) Intel Corporation (2000).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; A308.INF  -- This file contains installation information for the TH-164 AIM3 Driver
  14. ;               
  15.  
  16. [Version]
  17. signature="$CHICAGO$"
  18. Class=DisplayCodec
  19. ClassGUID={E6ABB47D-8339-4c60-BE92-E9045FF5A33D}
  20. Provider=%Intel%
  21. CatalogFile=a308.cat
  22. DriverVer=08/06/2001,5.00.2195.1
  23.  
  24. [Manufacturer]
  25. %IntelMfg%=Intel
  26.  
  27. [DestinationDirs]
  28. ;DefaultDestDir = 11
  29. AIM.Device.CopyDrivers = 11
  30. AIM.Device.CopyDriversNT = 10,system32\drivers
  31.  
  32. ;WHQL requirement: Uncomment this section later on once we have PnP
  33. ;method of installing/loading/unloading WDM AIM drivers across all 
  34. ;OS platforms enabled.
  35. ;[ControlFlags]
  36. ;ExcludeFromSelect=DISPLAY\%AimDevID%
  37.  
  38. [Intel]
  39. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  40.  
  41. [ClassInstall]
  42. Addreg=AIMClass.AddReg
  43.  
  44. [ClassInstall32]
  45. Addreg=AIMClass.AddRegNT
  46.  
  47. [AIM.Device]
  48. AddReg=     AIM.Device.AddReg
  49. CopyFiles=  AIM.Device.CopyDrivers
  50.  
  51. [AIM.Device.NT]
  52. AddReg=     AIM.Device.AddRegNT
  53. CopyFiles=  AIM.Device.CopyDriversNT
  54.  
  55. [AIM.Device.AddReg]
  56. ;HKR,,DevLoader,,*ntkern
  57. HKR,,NTMPDriver,,%AimDriverName%
  58. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  59. HKR,,DevicePNPID,,%AimDevID%
  60. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  61.  
  62. [AIM.Device.AddRegNT]
  63. HKR,,DevLoader,,*ntkern
  64. HKR,,NTMPDriver,,%AimDriverName%
  65. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  66. HKR,,DevicePNPID,,%AimDevID%
  67. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  68.  
  69. [AIM_Parameters_AddReg]
  70. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  71.  
  72. [AIMClass.AddReg]
  73. HKR,,,,%AimClass.Desc%
  74. HKR,,Icon,,"-1"
  75. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  76. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  77. HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  78. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  79.  
  80. [AIMClass.AddRegNT]
  81. HKR,,,,%AimClass.Desc%
  82. HKR,,Class,,DisplayCodec
  83. HKR,,Icon,,"-1"
  84. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  85. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  86. ;HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  87. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  88.  
  89. [SourceDisksNames]
  90. 1=%DiskId1%,,,""
  91.  
  92. [SourceDisksFiles] 
  93. A308.sys=1
  94.  
  95. [AIM.Device.CopyDrivers]
  96. A308.sys
  97.  
  98. [AIM.Device.CopyDriversNT]
  99. A308.sys
  100.  
  101. [AIM.Device.Interfaces]
  102. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  103.  
  104. [AimChildInterface]
  105. AddReg=AimChildInterface.AddReg
  106.  
  107. [AimChildInterface.AddReg]
  108. HKR,,Class,,%AimClassGUID%
  109. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  110.  
  111. [AIM.Device.NT.Services]
  112. AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  113.  
  114. [AIM.Device.Services]
  115.  
  116. [Aim_EventLog_Inst]
  117. AddReg=Aim_EventLog_AddReg
  118.  
  119. [Aim_EventLog_AddReg]
  120. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%"
  121. HKR,,TypesSupported,0x00010001,7
  122.  
  123.  
  124. [Aim.ServiceInstall]
  125. DisplayName   = %AimChildDriver.DeviceDesc%
  126. ServiceType   = %SERVICE_KERNEL_DRIVER%
  127. StartType     = %SERVICE_DEMAND_START%
  128. ErrorControl  = %SERVICE_ERROR_NORMAL%
  129. ServiceBinary = %10%\system32\drivers\%AimDriverName%
  130. AddReg        = AIM_Parameters_AddReg
  131.  
  132. ;---------------------------------------------------------------
  133. ;                S t r i n g s
  134. ;---------------------------------------------------------------
  135.  
  136. [Strings]
  137.  
  138. ;----------------
  139. ; Non-Localizable
  140. ;----------------
  141.  
  142. SERVICE_KERNEL_DRIVER=1
  143. SERVICE_SYSTEM_START=1 
  144. SERVICE_AUTO_START=2
  145. SERVICE_DEMAND_START=3
  146. SERVICE_ERROR_NORMAL=1
  147. ;
  148. ;
  149. ; These are customizable
  150. ;
  151. AimDevID="TH-164"
  152. AimDriverSig=0x12354678        ; Supplied by Intel
  153. AimDriverName="A308.sys"
  154. AimDevFuncGUID="{FE3AC900-723B-11d5-A8DE-000002005D88}"
  155.  
  156. ;
  157. ;
  158. ; These do not change - ever !
  159. ;
  160. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  161. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  162.  
  163. ;----------------
  164. ; Localizable
  165. ;----------------
  166.  
  167. Intel="Intel"
  168. IntelMfg="Intel Corporation"
  169. DiskId1="Intel Corporation Installation Disk #1"
  170. ;
  171. ;
  172. ; Do not change this line !
  173. ;
  174. AimClass.Desc="Intel AIM 3.0 Codec"
  175. ;
  176. ;
  177. ; Put device specifics here ->
  178. ;
  179. AimChildDriver.DeviceDesc="AIM 3.0 THC164"
  180. AimChildDriver.FriendlyName="THine 164 DVI Encoder"
  181.  
  182.  
  183.