home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / hdaudbus.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  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. ;;++ Added by AddSDisk.cmd
  10. [SourceDisksNames]
  11. 3426=windows cd
  12. [SourceDisksFiles]
  13. hdaudbus.sys         = 3426
  14. ;;--
  15. [Version]
  16. Signature = "$Windows NT$"
  17. Class = System
  18. ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
  19. Provider = Microsoft
  20. ;; Commented by AddSDisk.cmd
  21. ;; LayoutFile=layout.inf
  22. DriverVer=06/21/2006,6.0.6001.18000
  23. pnplockdown=1
  24. [DestinationDirs]
  25. DefaultDestDir = 12 ; windows\system32\drivers
  26. ;*****************************************
  27. ; HDAudio Install Section
  28. ;*****************************************
  29. [Manufacturer]
  30. Microsoft = Microsoft, ntx86
  31. [ControlFlags]
  32. ExcludeFromSelect = PCI\CC_0403
  33. ExcludeFromSelect = PCI\VEN_8086&DEV_2668
  34. [Microsoft.ntx86]
  35. ;
  36. ; Hw Id is root\HDAudio
  37. ;
  38. %HDAudio.DeviceDesc% = HDAudio_Device, PCI\CC_0403
  39. [HDAudio_Device.NT]
  40. CopyFiles = Drivers_Dir
  41. AddReg = HDAudio.AddReg
  42. [Drivers_Dir]
  43. hdaudbus.sys,,,0x0100
  44. [HDAudio.AddReg]
  45. HKR,Settings,DeviceDescription_FUNC_01,,%AUDIOFG%
  46. HKR,Settings,DeviceDescription_FUNC_02,,%MODEMFG%
  47. HKR,Settings,DeviceDescription_Default,,%UNKNOWNFG%
  48. HKR,Settings,DeviceLocation,,%HDAudioBUS%
  49. ;-------------- Service installation
  50. [HDAudio_Device.NT.Services]
  51. AddService = HDAudBus, 0x00000002, HDAudio_Service_Inst
  52. ; -------------- HDAudio driver install sections
  53. [HDAudio_Service_Inst]
  54. DisplayName    = %HDAudBus.SVCDESC%
  55. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  56. StartType      = 3               ; SERVICE_DEMAND_START
  57. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  58. ServiceBinary  = %12%\HDAudBus.sys
  59. LoadOrderGroup = Extended Base
  60. [SignatureAttributes]
  61. hdaudbus.sys=SignatureAttributes.DRM
  62. [SignatureAttributes.DRM]
  63. DRMLevel=1200
  64. [Strings]
  65. DiskId1 = "Microsoft UAA Bus Driver for High Definition Audio. Installation Disk #1" ; {PlaceHolder="High Definition Audio"}
  66. HDAudio.DeviceDesc = "High Definition Audio Controller" ; {PlaceHolder="High Definition Audio"}
  67. HDAudBus.SVCDESC = "Microsoft UAA Bus Driver for High Definition Audio" ; {PlaceHolder="UAA","High Definition Audio"}
  68. AUDIOFG = "Audio Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  69. MODEMFG = "Modem Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  70. UNKNOWNFG = "Unknown Device on High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}
  71. HDAudioBUS = "Internal High Definition Audio Bus" ; {PlaceHolder="High Definition Audio"}