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.

85 lines
1.7 KiB

  1. ;
  2. ; PASSTM.INF
  3. ;
  4. ; Network Pass-Thru Miniport
  5. ;
  6. ; Copyright 1997, Microsoft Corporation
  7. [version]
  8. LayoutFile=layout.inf
  9. signature="$CHICAGO$"
  10. Class=NetTrans
  11. provider=%V_MS%
  12. [DestinationDirs]
  13. DefaultDestDir = 11
  14. PASSTM.CopyFiles = 11
  15. [Manufacturer]
  16. %V_MS%=MS
  17. [MS]
  18. %PASSTM.DeviceDesc%= PASSTM.ndi, PASSTM
  19. [ControlFlags]
  20. ;****************************************************************************
  21. ; PASSTM
  22. ;****************************************************************************
  23. [PASSTM.ndi]
  24. AddReg=PASSTM.ndi.reg
  25. ;Unique PnP ID, entry need to be present so that setup can back track
  26. ;the device name from the driver
  27. DeviceID=PassThru
  28. ;Specify if the device can be installed more than once
  29. ;if not specify, default is MaxInstance=1
  30. MaxInstance=8
  31. [PASSTM.ndi.reg]
  32. HKR,Ndi,DeviceID,,PassThru
  33. HKR,Ndi,MaxInstance,,8
  34. ; NDIS Info
  35. HKR,NDIS,LogDriverName,,PassThru
  36. HKR,NDIS,MajorNdisVersion,1,03
  37. HKR,NDIS,MinorNdisVersion,1,0A
  38. ; Interfaces
  39. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  40. HKR,Ndi\Interfaces,DefLower,,"passthru"
  41. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  42. HKR,Ndi\Interfaces,LowerRange,,"passthru"
  43. ; Install sections
  44. HKR,Ndi\Install,,,"PASSTM.Install"
  45. HKR,Ndi\Remove,,,"PASSTM.Remove"
  46. ; Context Help
  47. HKR,Ndi,HelpText,,%PASSTM_HELP%
  48. [PASSTM.Install]
  49. AddReg=PASSTM.AddReg
  50. CopyFiles=PASSTM.CopyFiles
  51. [PASSTM.AddReg]
  52. HKR,,DevLoader,,*ndis
  53. HKR,,DeviceVxDs,,passthru.sys
  54. HKR,,RealClass,,Net
  55. [PASSTM.CopyFiles]
  56. [PASSTM.Remove]
  57. AddReg=PASSTM.Rmv.AddReg
  58. [PASSTM.Rmv.AddReg]
  59. ;****************************************************************************
  60. ; Localizable Strings
  61. ;****************************************************************************
  62. [strings]
  63. V_MS="Microsoft"
  64. V_CLASSNAME="Network Protocol"
  65. PASSTM.DeviceDesc="Pass-Thru Miniport"
  66. PASSTM_HELP=""