📄 wceusbdbgrndis.inf
字号:
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
;
; WceUsbDbgRndis.INF -- This is the inf installation script for the Windows CE device
; connecting to host using a USBDBG RNDIS (USB RNDIS KITL) connection.
;
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Microsoft%
[Manufacturer]
%WindowsCE% = WindowsCeDevices,NT.5.1,NTx86,NTamd64
[WindowsCeDevices]
%WindowsCeDevice% = RNDIS, USB\VID_045E&PID_0301
[WindowsCeDevices.NT.5.1]
%WindowsCeDevice% = RNDIS.NT.5.1, USB\VID_045E&PID_0301
[WindowsCeDevices.NTx86]
%WindowsCeDevice% = RNDIS.NT.5.1, USB\VID_045E&PID_0301
[WindowsCeDevices.NTamd64]
%WindowsCeDevice% = RNDIS.NT.5.1, USB\VID_045E&PID_0301
[ControlFlags]
ExcludeFromSelect=*
; Windows XP specific sections -----------------------------------
[RNDIS.NT.5.1]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
include = netrndis.inf
needs = Usb_Rndis.ndi
;[RNDIS_CopyFiles_NT.5.1]
; no copyfiles - the files are already in place for XP and above
[RNDIS.NT.5.1.Services]
include = netrndis.inf
needs = Usb_Rndis.ndi.Services
; Windows 2000 specific sections ---------------------------------
[RNDIS.NT]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 11/09/2005,5.2.3790.1454
AddReg = RNDIS_AddReg_NT
CopyFiles = RNDIS_CopyFiles_NT
[RNDIS.NT.Services]
AddService = usb_rndisy, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
[RNDIS_CopyFiles_NT]
; no rename of files on Windows 2000, use the 'y' names as is
usb8023y.sys, , , 0
rndismpy.sys, , , 0
[RNDIS_ServiceInst_NT]
DisplayName = %ServiceDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usb8023y.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_NT
[RNDIS_WMI_AddReg_NT]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpy.sys"
; DO NOT MODIFY ServiceName!!
[RNDIS_AddReg_NT]
HKR, , ReclaimRecv, 0x00010001, 1
HKR, Ndi, Service, 0, "usb_rndisy"
; References -------------------------------------------
[RNDIS_EventLog]
AddReg = RNDIS_EventLog_AddReg
[RNDIS_EventLog_AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[SourceDisksNames]
1=%SourceDisk%,,1
[SourceDisksFiles]
usb8023y.sys=1
rndismpy.sys=1
[DestinationDirs]
RNDIS_CopyFiles_NT = 12
; DO NOT MODIFY ServiceDisplayName!!
[Strings]
ServiceDisplayName = "USB RNDIS Adapter"
WindowsCE = "Microsoft Windows CE"
WindowsCeDevice = "Windows CE USBDBG RNDIS"
SourceDisk = "Windows Mobile-based Device Driver Install Disk"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -