usbuis/rndisui/data/nokiarndis.inf
changeset 2 468cfcb53fd1
parent 1 705ec7b86991
child 3 47c263f7e521
equal deleted inserted replaced
1:705ec7b86991 2:468cfcb53fd1
     1 ; Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 ; All rights reserved.
       
     3 ; This component and the accompanying materials are made available
       
     4 ; under the terms of "Eclipse Public License v1.0"
       
     5 ; which accompanies this distribution, and is available
       
     6 ; at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 ;
       
     8 ; Initial Contributors:
       
     9 ; Nokia Corporation - initial contribution.
       
    10 ;
       
    11 ; Contributors:
       
    12 ;
       
    13 ; Description:  Nokia USB Remote NDIS Device
       
    14 
       
    15 
       
    16 [Version]
       
    17 Signature           = "$Windows NT$"
       
    18 Class               = Net
       
    19 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
       
    20 Provider            = %Symbian%
       
    21 DriverVer           = 05/02/2007,0.0.0.1
       
    22 ;CatalogFile         = Symbian.cat
       
    23 
       
    24 [Manufacturer]
       
    25 %Symbian%          = SymbianDevices,NT.5.1
       
    26 
       
    27 [SymbianDevices]
       
    28 %SymbianDevice%    = RNDIS, USB\VID_0421&PID_03A3
       
    29 
       
    30 [SymbianDevices.NT.5.1]
       
    31 %SymbianDevice%    = RNDIS.NT.5.1, USB\VID_0421&PID_03A3
       
    32 
       
    33 [ControlFlags]
       
    34 ExcludeFromSelect=*
       
    35 
       
    36 ; Windows 2000 specific sections ---------------------------------
       
    37 
       
    38 [RNDIS.NT]
       
    39 Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
       
    40 BusType         = 15
       
    41 DriverVer       = 05/02/2007,0.0.0.1
       
    42 AddReg          = RNDIS_AddReg_NT, RNDIS_AddReg_WIN2K
       
    43 CopyFiles       = RNDIS_CopyFiles_NT
       
    44 
       
    45 ; DO NOT MODIFY THE SERVICE NAME
       
    46 [RNDIS.NT.Services]
       
    47 AddService = USB_RNDISY, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
       
    48 
       
    49 [RNDIS_CopyFiles_NT]
       
    50 ; no rename of files on Windows 2000, use the 'y' names as is
       
    51 usb8023y.sys, , , 0 
       
    52 rndismpy.sys, , , 0 
       
    53 
       
    54 [RNDIS_ServiceInst_NT]
       
    55 DisplayName     = %ServiceDisplayName%
       
    56 ServiceType     = 1 
       
    57 StartType       = 3 
       
    58 ErrorControl    = 1 
       
    59 ServiceBinary   = %12%\usb8023y.sys    
       
    60 LoadOrderGroup  = NDIS
       
    61 AddReg          = RNDIS_WMI_AddReg_NT
       
    62 
       
    63 [RNDIS_WMI_AddReg_NT]
       
    64 HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpy.sys"
       
    65 
       
    66 ; Windows XP specific sections -----------------------------------
       
    67 
       
    68 [RNDIS.NT.5.1]
       
    69 Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
       
    70 BusType         = 15
       
    71 DriverVer       = 05/02/2007,0.0.0.1
       
    72 AddReg          = RNDIS_AddReg_XP
       
    73 include         = netrndis.inf
       
    74 needs           = Usb_Rndis.ndi
       
    75 
       
    76 ; no copyfiles - the files are already in place
       
    77 
       
    78 [RNDIS.NT.5.1.Services]
       
    79 include     = netrndis.inf
       
    80 needs       = Usb_Rndis.ndi.Services
       
    81 
       
    82 ; Windows 2000 sections 
       
    83 
       
    84 ; DO NOT MODIFY ServiceName
       
    85 [RNDIS_AddReg_NT]
       
    86 HKR, Ndi,               Service,        0, "USB_RNDISY"
       
    87 HKR, Ndi\Interfaces,    UpperRange,     0, "ndis5" 
       
    88 HKR, Ndi\Interfaces,    LowerRange,     0, "ethernet"
       
    89 
       
    90 [RNDIS_AddReg_WIN2K]
       
    91 HKR, ,                  ReclaimRecv,    0x00010001, 1
       
    92 HKR, NDI\params\NetworkAddress, ParamDesc,  0, %NetworkAddress%
       
    93 HKR, NDI\params\NetworkAddress, type,       0, "edit"
       
    94 HKR, NDI\params\NetworkAddress, LimitText,  0, "12"
       
    95 HKR, NDI\params\NetworkAddress, UpperCase,  0, "1"
       
    96 HKR, NDI\params\NetworkAddress, default,    0, " "
       
    97 HKR, NDI\params\NetworkAddress, optional,   0, "1"
       
    98 
       
    99 [RNDIS_EventLog]
       
   100 AddReg = RNDIS_EventLog_AddReg
       
   101 
       
   102 [RNDIS_EventLog_AddReg]
       
   103 HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
       
   104 HKR, , TypesSupported,   0x00010001, 7
       
   105 
       
   106 ; An optional Property to demonstrate adding advanced properties on Windows XP 
       
   107 [RNDIS_AddReg_XP]
       
   108 HKR, NDI\params\XPProperty, ParamDesc,  0, %Sample_Property%
       
   109 HKR, NDI\params\XPProperty, type,       0, "edit"
       
   110 HKR, NDI\params\XPProperty, LimitText,  0, "12"
       
   111 HKR, NDI\params\XPProperty, UpperCase,  0, "1"
       
   112 HKR, NDI\params\XPProperty, default,    0, " "
       
   113 HKR, NDI\params\XPProperty, optional,   0, "1"
       
   114 
       
   115 
       
   116 [SourceDisksNames]
       
   117 1=%SourceDisk%,,1
       
   118 
       
   119 [SourceDisksFiles]
       
   120 usb8023y.sys=1
       
   121 rndismpy.sys=1
       
   122 
       
   123 [DestinationDirs]
       
   124 RNDIS_CopyFiles_NT    = 12
       
   125 
       
   126 ; DO NOT CHANGE ServiceDisplayName
       
   127 [Strings]
       
   128 ServiceDisplayName    = "USB Remote NDIS Y Network Device Driver"
       
   129 Sample_Property       = "Sample XP property"
       
   130 NetworkAddress        = "Network Address"
       
   131 Symbian                  = "Symbian Software"
       
   132 SymbianDevice            = "Symbian USB Remote NDIS Network Device"
       
   133 SourceDisk            = "Symbian USB Network Driver Install Disk"
       
   134