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.

91 lines
2.0 KiB

  1. ;
  2. ; PASSTP.INF
  3. ;
  4. ; Pass-thru Transport
  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. PASSTP.CopyFiles = 11
  15. [Manufacturer]
  16. %V_MS%=MS
  17. [MS]
  18. %PASSTP.DeviceDesc%= PASSTP.ndi, PASSTP
  19. [ControlFlags]
  20. ;****************************************************************************
  21. ; PASSTP
  22. ;****************************************************************************
  23. [PASSTP.ndi]
  24. AddReg=PASSTP.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=PassThruTransport
  28. ;Specify if the device can be installed more than once
  29. ;if not specify, default is MaxInstance=1
  30. MaxInstance=4
  31. [PASSTP.ndi.reg]
  32. HKR,Ndi,DeviceID,,PassThruTransport
  33. HKR,Ndi,MaxInstance,,8
  34. ; NDIS Info
  35. HKR,NDIS,LogDriverName,,PassThruTransport
  36. HKR,NDIS,MiniportLogDriverName,,PassThru
  37. HKR,NDIS,MajorNdisVersion,1,03
  38. HKR,NDIS,MinorNdisVersion,1,0A
  39. ; Interfaces
  40. HKR,Ndi\Interfaces,DefUpper,,"passthru"
  41. HKR,Ndi\Interfaces,DefLower,,"ndis3"
  42. HKR,Ndi\Interfaces,UpperRange,,"passthru"
  43. HKR,Ndi\Interfaces,LowerRange,,"ndis3"
  44. ; Install sections
  45. HKR,Ndi\Install,,,"PASSTP.Install"
  46. HKR,Ndi\Remove,,,"PASSTP.Remove"
  47. ; Context Help
  48. HKR,Ndi,HelpText,,%PASSTP_HELP%
  49. [PASSTP.Install]
  50. AddReg=PASSTP.AddReg
  51. CopyFiles=PASSTP.CopyFiles
  52. [PASSTP.AddReg]
  53. HKR,,DevLoader,,*ndis
  54. HKR,,DeviceVxDs,,passthru.sys
  55. HKR,,IntermediateProtocol,,1
  56. HKLM,Enum\Root\Net\Ndis,Class,,"Ndis"
  57. HKLM,Enum\Root\Net\Ndis,ConfigFlags,1,10,00,00,00
  58. HKLM,Enum\Root\Net\Ndis,Driver,,"Ndis"
  59. HKLM,System\CurrentControlSet\Services\Class\Ndis,DevLoader,,"*ndis"
  60. [PASSTP.CopyFiles]
  61. passthru.sys
  62. [PASSTP.Remove]
  63. AddReg=PASSTP.Rmv.AddReg
  64. [PASSTP.Rmv.AddReg]
  65. ;****************************************************************************
  66. ; Localizable Strings
  67. ;****************************************************************************
  68. [strings]
  69. V_MS="Microsoft"
  70. V_CLASSNAME="Network Protocol"
  71. PASSTP.DeviceDesc="Pass-Thru Protocol"
  72. PASSTP_HELP=""