home *** CD-ROM | disk | FTP | other *** search
INI File | 2002-08-05 | 1.5 KB | 64 lines |
- ; -- netmcnfm.inf--
- ;
- ; McAfee Firewall Network Filter Miniport INF file
- ;
- ; Copyright (c) 2001, McAfee.com
- ; Copyright (c) 2001, Network Associates, Inc.
-
- [Version]
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %Mcaf%
- DriverVer = 08/15/2001,1.0.0.1
- CatalogFile = fw220sys.cat
-
- [ControlFlags]
- ExcludeFromSelect = mfw_netdrvmp
-
- [DestinationDirs]
- DefaultDestDir=12
- ; No files to copy
-
- [Manufacturer]
- %Mcaf% = MCAF
-
- [MCAF]
- %SFilterMP_Desc% = SFilterMP.ndi, mfw_netdrvmp
-
- [SFilterMP.ndi]
- Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
- ;CopyFiles =
-
- [SFilterMP.ndi.Services]
- AddService = McAfeePF, 0x2, SFilterMP.AddService
-
-
- [SFilterMP.AddService]
- DisplayName = %SFilterMP_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\fw220.sys
- LoadOrderGroup = PNP_TDI
- AddReg = SFilterMP.AddService.AddReg
-
-
- [SFilterMP.AddService.AddReg]
- ; ----------------------------------------------------------------------
- ; Add any miniport-specific parameters here. These are params that your
- ; filter device is going to use.
- ;
- ;HKR, Parameters, ParameterName, 0x10000, "MultiSz", "Parameter", "Value"
- ;HKR, Parameters, ParameterName2, 0x10001, 4
-
- [Strings]
- Mcaf = "Network Associates, Inc."
- SFilterMP_Desc = "McAfee Firewall Network Filter Miniport"
-
- [SourceDisksNames]
- ;None
-
- [SourceDisksFiles]
- ;None
-