home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 1 / Windows / inf / hdaudbus.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.2 KB  |  94 lines

  1. ;Copyright (c) Microsoft Corporation. All rights reserved.
  2. ;
  3. ;Module Name:
  4. ;    HDAUDBUS.INF
  5. ;
  6. ;Abstract:
  7. ;    INF file for installing the Microsoft UAA Bus Driver for HD Audio
  8. ;
  9.  
  10. ;;++ Added by AddSDisk.cmd
  11. [SourceDisksNames]
  12. 3426=windows cd
  13.  
  14. [SourceDisksFiles]
  15. hdaudbus.sys         = 3426
  16. ;;--
  17.  
  18. [Version]
  19. Signature = "$Windows NT$"
  20. Class = System
  21. ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
  22. Provider = Microsoft
  23. ;; Commented by AddSDisk.cmd
  24. ;; LayoutFile=layout.inf
  25. DriverVer=06/21/2006,6.0.6001.18000
  26. pnplockdown=1
  27.  
  28. [DestinationDirs]
  29. DefaultDestDir = 12 ; windows\system32\drivers
  30.  
  31.  
  32. ;*****************************************
  33. ; HDAudio Install Section
  34. ;*****************************************
  35.  
  36. [Manufacturer]
  37. Microsoft = Microsoft, ntx86
  38.  
  39.  
  40. [ControlFlags]
  41. ExcludeFromSelect = PCI\CC_0403
  42. ExcludeFromSelect = PCI\VEN_8086&DEV_2668
  43.  
  44. [Microsoft.ntx86]
  45. ;
  46. ; Hw Id is root\HDAudio
  47. ;
  48. %HDAudio.DeviceDesc% = HDAudio_Device, PCI\CC_0403
  49.  
  50. [HDAudio_Device.NT]
  51. CopyFiles = Drivers_Dir
  52. AddReg = HDAudio.AddReg
  53.  
  54. [Drivers_Dir]
  55. hdaudbus.sys,,,0x0100
  56.  
  57. [HDAudio.AddReg]
  58. HKR,Settings,DeviceDescription_FUNC_01,,%AUDIOFG%
  59. HKR,Settings,DeviceDescription_FUNC_02,,%MODEMFG%
  60. HKR,Settings,DeviceDescription_Default,,%UNKNOWNFG%
  61. HKR,Settings,DeviceLocation,,%HDAudioBUS%
  62.  
  63.  
  64. ;-------------- Service installation
  65. [HDAudio_Device.NT.Services]
  66. AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst
  67.  
  68. ; -------------- HDAudio driver install sections
  69. [HDAudio_Service_Inst]
  70. DisplayName    = %HDAudBus.SVCDESC%
  71. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  72. StartType      = 3               ; SERVICE_DEMAND_START
  73. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  74. ServiceBinary  = %12%\HDAudBus.sys
  75. LoadOrderGroup = Extended Base
  76.  
  77. [SignatureAttributes]
  78. hdaudbus.sys=SignatureAttributes.DRM
  79.  
  80. [SignatureAttributes.DRM]
  81. DRMLevel=1200
  82.  
  83.  
  84.  
  85. [Strings]
  86. DiskId1 = "Microsoft UAA Bus Driver for High Definition Audio. Installation Disk #1" ; {PlaceHolder="High Definition Audio"}
  87. HDAudio.DeviceDesc = "High Definition Audio Controller" ; {PlaceHolder="High Definition Audio"}
  88. HDAudBus.SVCDESC = "Microsoft UAA Bus Driver for High Definition Audio" ; {PlaceHolder="UAA","High Definition Audio"}
  89. AUDIOFG = "Audio Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  90. MODEMFG = "Modem Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  91. UNKNOWNFG = "Unknown Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  92. HDAudioBUS = "Internal High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  93.  
  94.