remove internal files
[ipfw-google.git] / original_passthru / netsf_m.inf
diff --git a/original_passthru/netsf_m.inf b/original_passthru/netsf_m.inf
deleted file mode 100644 (file)
index 6605a02..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-; -- NETSF_M.INF --\r
-;\r
-; Passsthru Miniport INF file\r
-;\r
-; Copyright (c) 1993-1999, Microsoft Corporation\r
-\r
-; ----------------------------------------------------------------------\r
-; Notes:\r
-; 0. The term "filter" is used here to refer to an NDIS IM driver that\r
-;    implements a 1:1 relationship between upper and lower bindings.\r
-; 1. Items specifically required for a filter have been marked with\r
-;    "!!--Filter Specific--!!" keyword\r
-; 2. A filter DOES NOT require a notify object for proper installation.\r
-;    A notify object is only required if one wants to have better control\r
-;    over binding operations or if one wants to receive notifications\r
-;    when other components get installed/removed/bound/unbound.\r
-;    This sample uses a notify object as an example only. If you do not\r
-;    want to use a notify object, please comment out the lines that add\r
-;    ClsId and ComponentDll registry keys.\r
-; ----------------------------------------------------------------------\r
-\r
-[Version]\r
-signature  = "$Windows NT$"\r
-Class      = Net\r
-ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}\r
-Provider   = %Msft%\r
-DriverVer  =10/01/2002,6.0.5019.0\r
-\r
-[ControlFlags]\r
-ExcludeFromSelect = ms_passthrump\r
-\r
-[DestinationDirs]\r
-DefaultDestDir=12\r
-; No files to copy \r
-\r
-[Manufacturer]\r
-%Msft% = MSFT,NTx86,NTia64,NTamd64\r
-\r
-;For Win2K\r
-\r
-[MSFT]\r
-%PassthruMP_Desc% = PassthruMP.ndi, ms_passthrump\r
-\r
-;For WinXP and later\r
-\r
-[MSFT.NTx86]\r
-%PassthruMP_Desc% = PassthruMP.ndi, ms_passthrump\r
-\r
-[MSFT.NTia64]\r
-%PassthruMP_Desc% = PassthruMP.ndi, ms_passthrump\r
-\r
-[MSFT.NTamd64]\r
-%PassthruMP_Desc% = PassthruMP.ndi, ms_passthrump\r
-\r
-\r
-[PassthruMP.ndi]\r
-AddReg  = PassthruMP.ndi.AddReg\r
-Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN\r
-\r
-[PassthruMP.ndi.AddReg]\r
-HKR, Ndi, Service,  0,  PassthruMP\r
-\r
-[PassthruMP.ndi.Services]\r
-AddService = PassthruMP,0x2, PassthruMP.AddService\r
-\r
-\r
-[PassthruMP.AddService]\r
-ServiceType    = 1 ;SERVICE_KERNEL_DRIVER\r
-StartType      = 3 ;SERVICE_DEMAND_START\r
-ErrorControl   = 1 ;SERVICE_ERROR_NORMAL\r
-ServiceBinary  = %12%\passthru.sys\r
-AddReg         = PassthruMP.AddService.AddReg\r
-\r
-\r
-[PassthruMP.AddService.AddReg]\r
-; ----------------------------------------------------------------------\r
-; Add any miniport-specific parameters here.  These are params that your\r
-; filter device is going to use.\r
-;\r
-;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"\r
-;HKR, Parameters, ParameterName2, 0x10001, 4\r
-\r
-[Strings]\r
-Msft = "Microsoft"\r
-PassthruMP_Desc = "Passthru Miniport"\r
-\r
-[SourceDisksNames]\r
-;None \r
-\r
-[SourceDisksFiles]\r
-;None\r
-\r
-\r