smi32xPC.INF
上传用户:dongfanggk
上传日期:2018-01-17
资源大小:3089k
文件大小:2k
源码类别:

USB编程

开发平台:

Others

  1. ;
  2. ; Copyright(C) 1998-2003 Silicon Motion Corp. All rights reserved.
  3. ;
  4. [Version]
  5. Signature=$CHICAGO$
  6. Class=USB
  7. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  8. ;ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  9. provider=%VENDOR%
  10. LayoutFile=layout.inf
  11. [DestinationDirs]
  12. SMI324PC.Files.Ext=10,System32Drivers
  13. SMI324PC.Files.Inf=10,INF
  14. NTMAP.CopyList = 10, system32drivers
  15. [Manufacturer]
  16. %SMIHWTeam%=SMIHW
  17. [SMIHW]
  18. %SMIICNameUSB%=SMI324PC.Dev,USBVID_090C&PID_9999
  19. %SMIICNameUSB%=SMI324PC.Dev,USBVID_0000&PID_0000
  20. [SMI324PC.Dev]
  21. CopyFiles=SMI324PC.Files.Ext,SMI324PC.Files.Inf,NTMAP.CopyList
  22. AddReg=SMI324PC.AddReg,SMI324PC_USB.AddReg
  23. [SMI324PC.Files.Ext]
  24. ;smi32xPC.sys
  25. [SMI324PC.Files.Inf]
  26. ;smi32xPC.inf
  27. [NTMAP.CopyList]
  28. NTMAP.SYS
  29. [SMI324PC.AddReg]
  30. HKR,,DevLoader,0,*ntkern
  31. HKR,,NTMPDriver,0,smi32xPC.sys
  32. [SMI324PC_USB.AddReg]
  33. ;HKR,,DriverFlags,0x00010001,0x00000001
  34. HKR,,DevLoader,0,*ntkern
  35. HKR,,NTMPDriver,0,smi32xPC.sys
  36. [ControlFlags]
  37. ExcludeFromSelect = *
  38. [PreCopySection]
  39. HKR,,NoSetupUI,,1
  40. [SMI324PC.Dev.NT]
  41. CopyFiles=SMI324PC.Files.Ext, SMI324PC.Files.Inf
  42. AddReg=SMI324PC_USB.AddReg
  43. [SMI324PC.Dev.NT.Services]
  44. Addservice = SMI324PC, 0x00000002, SMI324PC.AddService
  45. [SMI324PC.AddService]
  46. DisplayName    = %SMIICNameNT%
  47. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  48. StartType      = 2                  ; SERVICE_AUTO_START
  49. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  50. ServiceBinary  = %10%System32Driverssmi32xPC.sys
  51. LoadOrderGroup = Base
  52. [Strings]
  53. VENDOR="SMI "
  54. SMISWTeam   = "SMI Corp."
  55. SMIHWTeam   = "SMI Corp."
  56. SMIICName   = "SMI Win XP PC Factory Driver"
  57. SMIICNameNT = "SMI Win XP PC Factory Driver"
  58. SMIICNameUSB = "SMI Factory On/Off Driver"