home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / NETRNDIS.IN_ / netrndis.inf
Encoding:
Text (UTF-16)  |  2008-04-14  |  5.7 KB  |  95 lines

  1. ;-------------------------------------------------------------------------------
  2. ; NETRNDIS.INF
  3. ;
  4. ; Generic RNDIS USB Adapter INF file
  5. ;
  6. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  7.  
  8.  
  9. [version]
  10. Signature   = "$Windows NT$"
  11. Class       = Net
  12. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider    = %Msft%
  14. DriverVer   =07/01/2001,5.1.2535.0
  15. Layoutfile  = Layout.inf
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect=*
  19. [Manufacturer]
  20. %Msft% = Msft
  21.  
  22.  
  23. [DestinationDirs]
  24. DefaultDestDir=12                               
  25. rndisxCopyFiles=12
  26.  
  27. [Msft]
  28. ;-------------------------------------------------------------------------------
  29. ; This is a template INF. IHV INFs are expected to reference this INF.
  30. ;
  31. ;%usb_rndis.DeviceDesc%    = usb_rndis.ndi, USB\VID_XXXE&PID_YYYY
  32.  
  33.  
  34. ;-------------------------------------------------------------------------------
  35. ; USB RNDIS Adapter DDInstall and Services section
  36. ;
  37. [usb_rndis.ndi]
  38. Characteristics = 0x84
  39. AddReg          = usb_rndis.Reg, usb_rndis_AddReg_Common
  40. CopyFiles       = rndisxCopyFiles
  41.  
  42. [rndisxCopyFiles]
  43. rndismpx.sys
  44. usb8023x.sys
  45.  
  46. [usb_rndis.ndi.Services]
  47. AddService      = usb_rndisx, 2, usb_rndis.Service, usb_rndis.EventLog
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; USB RNDIS Adapter Registry section
  51. ;
  52. [usb_rndis.Reg]
  53. HKR,    ,                         BusNumber,           0, "0" 
  54. HKR, Ndi,                         Service,             0, "usb_rndisx"
  55. HKR, Ndi\Interfaces,              UpperRange,          0, "ndis5"
  56. HKR, Ndi\Interfaces,              LowerRange,          0, "ethernet"
  57.  
  58. [usb_rndis_AddReg_Common]
  59. HKR, NDI\params\NetworkAddress, ParamDesc,  0, %NetworkAddress%
  60. HKR, NDI\params\NetworkAddress, type,       0, "edit"
  61. HKR, NDI\params\NetworkAddress, LimitText,  0, "12"
  62. HKR, NDI\params\NetworkAddress, UpperCase,  0, "1"
  63. HKR, NDI\params\NetworkAddress, default,    0, " "
  64. HKR, NDI\params\NetworkAddress, optional,   0, "1"
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Driver and Service Section
  68. ;
  69.  
  70. [usb_rndis.Service]
  71. DisplayName     = %usb_rndis.Service.DispName%
  72. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  73. StartType       = 3 ;%SERVICE_DEMAND_START%
  74. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  75. ServiceBinary   = %12%\usb8023x.sys
  76. LoadOrderGroup  = NDIS
  77.  
  78. [usb_rndis.EventLog]
  79. AddReg = usb_rndis.AddEventLog.Reg
  80.  
  81. [usb_rndis.AddEventLog.Reg]
  82. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  83. HKR, , TypesSupported,   0x00010001, 7
  84.  
  85.  
  86. ;-----------------------------------------------------------------------------
  87. ; Localizable Strings
  88. ;
  89. [Strings]
  90. Msft                          = "Microsoft"                      
  91. usb_rndis.DeviceDesc          = "Адаптер USB RNDIS"
  92. usb_rndis.Service.DispName    = "Адаптер USB RNDIS"
  93. NetworkAddress                = "Сетевой адрес"
  94.