Leaked source code of windows server 2003
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.

90 lines
2.7 KiB

  1. ;-------------------------------------------------------------------------------
  2. ; NETVMINI.INF
  3. ;
  4. ; Microsoft Virtual Ethernet Adapter
  5. ;
  6. ; Copyright (c) Microsoft Corporation. All rights reserved.
  7. [version]
  8. Signature = "$Windows NT$"
  9. Class = Net
  10. ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider = %Msft%
  12. DriverVer = 01/08/2003,1.0.0.0
  13. [ControlFlags]
  14. ExcludeFromSelect={b85b7c50-6a01-11d2-b841-00c04fad5171}\NetVMini
  15. [Manufacturer]
  16. %Msft% = Msft
  17. [Msft]
  18. %NetVMini.DeviceDesc% = NetVMini.ndi, root\NetVMini ; Root enumerated
  19. %NetVMini.DeviceDesc% = NetVMini.ndi, {b85b7c50-6a01-11d2-b841-00c04fad5171}\NetVMini ; Toaster Bus enumerated
  20. ;-------------------------------------------------------------------------------
  21. ; Microsoft Virtual Ethernet Adapter
  22. ;
  23. [NetVMini.ndi]
  24. Characteristics = 0x1 ; NCF_VIRTUAL
  25. AddReg = NetVMini.Reg
  26. CopyFiles = NetVMini.CopyFiles
  27. [NetVMini.ndi.Services]
  28. AddService = NetVMini, 2, NetVMini.Service, NetVMini.EventLog
  29. ;-----------------------------------------------------------------------------
  30. ; Microsoft Virtual Miniport Common
  31. ;
  32. [NetVMini.Reg]
  33. HKR, , BusNumber, 0, "0"
  34. HKR, Ndi, Service, 0, "NetVMini"
  35. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  36. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  37. ;-----------------------------------------------------------------------------
  38. ; Driver and Service Section
  39. ;
  40. [NetVMini.CopyFiles]
  41. NetVMini.sys,,,2
  42. [NetVMini.Service]
  43. DisplayName = %NetVMini.Service.DispName%
  44. ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
  45. StartType = 3 ;%SERVICE_DEMAND_START%
  46. ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
  47. ServiceBinary = %12%\netvmini.sys
  48. LoadOrderGroup = NDIS
  49. AddReg = TextModeFlags.Reg
  50. [NetVMini.EventLog]
  51. AddReg = NetVMini.AddEventLog.Reg
  52. [NetVMini.AddEventLog.Reg]
  53. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  54. HKR, , TypesSupported, 0x00010001, 7
  55. [TextModeFlags.Reg]
  56. HKR, , TextModeFlags, 0x00010001, 0x0001
  57. [SourceDisksNames]
  58. 1 = %DiskId1%,,,""
  59. [SourceDisksFiles]
  60. netvmini.sys = 1,,
  61. ;-----------------------------------------------------------------------------
  62. ; DestinationDirs
  63. ;
  64. [DestinationDirs]
  65. NetVMini.CopyFiles = 12
  66. ;-----------------------------------------------------------------------------
  67. ; Localizable Strings
  68. ;
  69. [Strings]
  70. Msft = "Microsoft"
  71. NetVMini.DeviceDesc = "Microsoft Virtual Ethernet Adapter"
  72. NetVMini.Service.DispName = "Microsoft Virtual Miniport"
  73. DiskId1 = "Microsoft Virtual Miniport Device Installation Disk #1"