Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
diff --git a/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf b/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
deleted file mode 100644
index 864559fc665455a9f7823bd7978aa7289cbeb924..0000000000000000000000000000000000000000
--- a/telemetry/third_party/webpagereplay/third_party/ipfw_win32/netipfw_m.inf
+++ /dev/null
@@ -1,54 +0,0 @@
-; version section
-[Version]
-Signature = "$Windows NT$"
-Class = Net
-ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
-Provider = %Unipi%
-DriverVer = 26/02/2010,3.0.0.2
-
-; control flags section
-; optional, unused in netipfw.inf inf, used in netipfw_m.inf
-[ControlFlags]
-ExcludeFromSelect = unipi_ipfwmp
-
-; destinationdirs section, optional
-[DestinationDirs]
-DefaultDestDir=12
-; No files to copy
-
-; manufacturer section
-[Manufacturer]
-%Unipi% = UNIPI,NTx86
-
-; models section
-[UNIPI] ; Win2k
-%Desc% = IpfwMP.ndi, unipi_ipfwmp
-[UNIPI.NTx86] ;For WinXP and later
-%Desc% = IpfwMP.ndi, unipi_ipfwmp
-
-; ddinstall section
-[IpfwMP.ndi]
-AddReg = IpfwMP.ndi.AddReg
-Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
-
-; ddinstall->addreg points here
-[IpfwMP.ndi.AddReg]
-HKR, Ndi, Service, 0, IpfwMP
-
-;ddinstall.services section
-[IpfwMP.ndi.Services]
-AddService = IpfwMP,0x2, IpfwMP.AddService
-
-[IpfwMP.AddService]
-ServiceType = 1 ;SERVICE_KERNEL_DRIVER
-StartType = 3 ;SERVICE_DEMAND_START
-ErrorControl = 1 ;SERVICE_ERROR_NORMAL
-ServiceBinary = %12%\ipfw.sys
-AddReg = IpfwMP.AddService.AddReg
-
-[IpfwMP.AddService.AddReg]
-; None
-
-[Strings]
-Unipi = "Unipi"
-Desc = "Ipfw Miniport"

Powered by Google App Engine
This is Rietveld 408576698