home *** CD-ROM | disk | FTP | other *** search
/ Chip 2009 November / Chip_2009.11_CD.iso / I386 / NETSMC.IN_ / netsmc.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  4.0 KB  |  79 lines

  1. ; Copyright (c) 2000, Microsoft
  2.  
  3. [version]
  4. signature   = "$Windows NT$"
  5. Class       = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=07/01/2001,3.13.1025.2000
  10.  
  11. [Manufacturer]
  12. %SMC%       = SMC
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [SMC]
  18. %SMC8416.DeviceDesc% = SMC8416.ndi, ISAPNP\SMC8416 ;SMC EtherEz PnP
  19.  
  20. ;-------------------------------------------------------------------------------
  21. ; SMC EtherEZ PnP
  22. ;
  23. [SMC8416.ndi]
  24. AddReg          = SMC.reg
  25. Characteristics = 0x04
  26. BusType         = 14
  27. CopyFiles       = SMCMAC.CopyFiles
  28.  
  29. [SMC8416.ndi.Services]
  30. Addservice      = SMC8000N, 2, smc8000n.service, common.EventLog
  31.  
  32. ;-------------------------------------------------------------------------------
  33. ; SMC Service and Driver
  34. ;
  35. [SMC.reg]
  36. HKR, Ndi,                     Service,    0, "SMC8000N"
  37. HKR, Ndi\Interfaces,          UpperRange, 0, "ndis5"
  38. HKR, Ndi\Interfaces,          LowerRange, 0, "ethernet"
  39.  
  40. [smc8000n.service]
  41. DisplayName     = %SMC8416.Service.DispName%
  42. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  43. StartType       = 3 ;%SERVICE_DEMAND_START%
  44. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  45. ServiceBinary   = %12%\smc8000n.sys
  46. LoadOrderGroup  = NDIS
  47.  
  48. [common.EventLog]
  49. AddReg = common.AddEventLog.reg
  50.  
  51. [common.AddEventLog.reg]
  52. HKR, , EventMessageFile, 0x00020000, %10%\System32\netevent.dll
  53. HKR, , TypesSupported,   0x00010001, 7
  54.  
  55. [SMCMAC.CopyFiles]
  56. smc8000n.sys,,,2
  57.  
  58.  
  59. ;-------------------------------------------------------------------------------
  60. ; Destination Directories
  61. ;
  62.  
  63. [DestinationDirs]
  64. DefaultDestDir   = 12
  65. SMCMAC.CopyFiles = 12
  66.  
  67. ;-------------------------------------------------------------------------------
  68. ; Localizable Strings
  69. ;
  70. [strings]
  71. MSFT                      = "Microsoft"
  72. SMC                       = "SMC Networks Inc."
  73.  
  74. SMC8416.DeviceDesc        = "SMC ISAPNP Ethernet адаптер (Универсальный 8416)"
  75.  
  76. SMC8416.Service.DispName  = "SMC семейство Ethernet адаптеров, драйвер"
  77.  
  78.  
  79.