Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.0 KiB

  1. ;61883.INF -- Copyright 2000 Microsoft
  2. [Version]
  3. signature="$CHICAGO$"
  4. Class=61883
  5. ClassGuid={7EBEFBC0-3200-11d2-B4C2-00A0C9697D07}
  6. Provider=%Msft%
  7. LayoutFile=Layout.inf
  8. [DestinationDirs]
  9. defaultdestdir=10,system32\drivers
  10. 61883Class.CopyFiles=10,system32\drivers
  11. ; =================== Class Sections ===========================
  12. [ClassInstall32]
  13. Addreg=61883ClassReg
  14. [ClassInstall]
  15. Addreg=61883ClassReg
  16. [61883ClassReg]
  17. HKR,,,,%61883ClassName%
  18. HKR,,Icon,,-21
  19. HKR,,NoInstallClass,,1
  20. [ControlFlags]
  21. ; All PnP devices should be excluded from manual AddDevice Applet list
  22. ExcludeFromSelect=*
  23. ; =================== Table of content =========================
  24. [Manufacturer]
  25. %MicrosoftMfg%=Microsoft
  26. ; =================== Microsoft ========================
  27. [Microsoft]
  28. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10000
  29. %61883Class.DeviceDesc%=61883_Unit,1394\A02D&10001
  30. %61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10000
  31. %61883Class.DeviceDesc%=V61883_Unit,V1394\A02D&10001
  32. ; dynamically loaded 61883
  33. [61883_Unit]
  34. AddReg=61883_Unit.AddReg
  35. CopyFiles=61883_Unit.CopyFiles
  36. [61883_Unit.AddReg]
  37. HKR,,DevLoader,,*ntkern
  38. HKR,,NTMPDriver,,61883.sys
  39. [61883_Unit.NT]
  40. CopyFiles=61883_Unit.CopyFiles
  41. [61883_Unit.CopyFiles]
  42. 61883.sys
  43. [61883_Unit.NT.Services]
  44. AddService = 61883, 2, 61883_Unit.ServiceInstall
  45. [61883_Unit.ServiceInstall]
  46. DisplayName = %61883_Unit.ServiceDesc%
  47. ServiceType = 1
  48. StartType = 3
  49. ErrorControl = 1
  50. ServiceBinary = %12%\61883.sys
  51. ; statically loaded 61883
  52. [V61883_Unit]
  53. AddReg=61883_Unit.AddReg,V61883_Unit.DevDesc
  54. CopyFiles=61883_Unit.CopyFiles
  55. [V61883_Unit.NT]
  56. AddReg=V61883_Unit.DevDesc
  57. CopyFiles=61883_Unit.CopyFiles
  58. [V61883_Unit.NT.Services]
  59. AddService = 61883, 2, 61883_Unit.ServiceInstall
  60. [V61883_Unit.ServiceInstall]
  61. DisplayName = %61883_Unit.ServiceDesc%
  62. ServiceType = 1
  63. StartType = 3
  64. ErrorControl = 1
  65. ServiceBinary = %12%\61883.sys
  66. [V61883_Unit.DevDesc]
  67. HKR,VDL,VendorId,0x10001,0x50F2
  68. HKR,VDL,ModelId,0x10001,0x0
  69. HKR,VDL,SwVersion,0x10001,0x10001
  70. HKR,VDL,szVendorId,,"Microsoft"
  71. HKR,VDL,szModelId,,"61883 Device"