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

  1. ; tdkcd31.sys
  2. ; Copyright (c) 2000, Microsoft
  3.  
  4.  
  5. [version]
  6. signature  = "$Windows NT$"
  7. Class      = Net
  8. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider   = %MSFT%
  10. LayoutFile = layout.inf
  11. DriverVer=07/01/2001,5.0.2128.1
  12.  
  13.  
  14. [Manufacturer]
  15. %TDK%  = TDK
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = PCMCIA\TDK-LAK-CD031_for_PCMCIA-481C
  19.  
  20. [TDK]
  21. %TDK.DeviceDesc%  = LE10cc.ndi, PCMCIA\TDK-LAK-CD031_for_PCMCIA-481C
  22.  
  23. [le10cc.ndi]
  24. Characteristics   = 0x4
  25. BusType           = 8
  26. AddReg            = le10.ndi.reg
  27. CopyFiles         = le10.ndis5.CopyFiles
  28.  
  29. [le10cc.ndi.Services]
  30. AddService = tdkcd31, 2, le10.Service, le10.AddEventLog
  31.  
  32. [le10.ndi.reg]
  33. HKR, Ndi,               Service,    0, "tdkcd31"
  34. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  35. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  36. HKR,               ,    Pcmcia    , 0, "2"
  37.  
  38. [le10.ndis5.CopyFiles]
  39. tdkcd31.sys,,,2
  40.  
  41. [le10.Service]
  42. DisplayName         =   %Service.DispName%
  43. ServiceType         =   1 ;%SERVICE_KERNEL_DRIVER%
  44. StartType           =   3 ;%SERVICE_DEMAND_START%
  45. ErrorControl        =   1 ;%SERVICE_ERROR_NORMAL%
  46. ServiceBinary       =   %12%\tdkcd31.sys
  47. LoadOrderGroup      =   NDIS
  48.  
  49.  
  50. [le10.AddEventLog]
  51. AddReg = le10.AddEventLog.reg
  52.  
  53. [le10.AddEventLog.reg]
  54. HKR,    ,   EventMessageFile,   0x00020000,"%%SystemRoot%%\System32\netevent.dll"
  55. HKR,    ,   TypesSupported,     0x00010001, 7
  56.  
  57. [DestinationDirs]
  58. le10.ndis5.CopyFiles  =   12
  59.  
  60. [Strings]
  61. TDK   =   "TDK"
  62. MSFT  =   "Microsoft"
  63.  
  64. TDK.DeviceDesc   = "TDK LAK-CD031 для PCMCIA"
  65. Service.DispName = "TDK LAK-CD031 для PCMCIA NT драйвер"
  66.