netsf_m.inf
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:2k
开发平台:

Visual C++

  1. ; -- NETSF_M.INF --
  2. ;
  3. ; Passsthru Miniport INF file
  4. ;
  5. ; Copyright (c) 1993-1999, Microsoft Corporation
  6. ; ----------------------------------------------------------------------
  7. ; Notes:
  8. ; 0. The term "filter" is used here to refer to an NDIS IM driver that
  9. ;    implements a 1:1 relationship between upper and lower bindings.
  10. ; 1. Items specifically required for a filter have been marked with
  11. ;    "!!--Filter Specific--!!" keyword
  12. ; 2. A filter DOES NOT require a notify object for proper installation.
  13. ;    A notify object is only required if one wants to have better control
  14. ;    over binding operations or if one wants to receive notifications
  15. ;    when other components get installed/removed/bound/unbound.
  16. ;    This sample uses a notify object as an example only. If you do not
  17. ;    want to use a notify object, please comment out the lines that add
  18. ;    ClsId and ComponentDll registry keys.
  19. ; ----------------------------------------------------------------------
  20. [Version]
  21. signature  = "$Windows NT$"
  22. Class      = Net
  23. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  24. Provider   = %Msft%
  25. DriverVer  = 06/24/1999,5.00.2071.1
  26. [ControlFlags]
  27. ExcludeFromSelect = ms_passthrump
  28. [DestinationDirs]
  29. DefaultDestDir=12
  30. ; No files to copy 
  31. [Manufacturer]
  32. %Msft% = MSFT
  33. [MSFT]
  34. %PassthruMP_Desc% = PassthruMP.ndi, ms_passthrump
  35. [PassthruMP.ndi]
  36. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  37. CopyFiles = 
  38. [PassthruMP.ndi.Services]
  39. AddService = Passthru,0x2, PassthruMP.AddService
  40. [PassthruMP.AddService]
  41. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  42. StartType      = 3 ;SERVICE_DEMAND_START
  43. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  44. ServiceBinary  = %12%passthru.sys
  45. [PassthruMP.AddService.AddReg]
  46. ; ----------------------------------------------------------------------
  47. ; Add any miniport-specific parameters here.  These are params that your
  48. ; filter device is going to use.
  49. ;
  50. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  51. ;HKR, Parameters, ParameterName2, 0x10001, 4
  52. [Strings]
  53. Msft = "Microsoft"
  54. PassthruMP_Desc = "Passthru Miniport"
  55. [SourceDisksNames]
  56. ;None 
  57. [SourceDisksFiles]
  58. ;None