home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / mtd.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  1.9 KB  |  88 lines

  1.  
  2. ; Copyright (c) 1993-1995 Microsoft Corporation
  3.  
  4. [Version]
  5. CatalogFile=mtd.cat
  6. Signature="$CHICAGO$"
  7. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  8. Class=MTD
  9. ClassGUID={4d36e970-e325-11ce-bfc1-08002be10318}
  10. Provider=%MS%
  11.  
  12. ;
  13. ;   Information for installing the PCMCIA class
  14. ;
  15. [ClassInstall]
  16. AddReg=MTD_Class
  17.  
  18. [MTD_Class]
  19. HKR,,,,%ClassName%
  20.  
  21. ;
  22. ;   List of manufacturers and devices
  23. ;
  24. [Manufacturer]
  25. %GenMTDDrvs%=GenericMTD
  26.  
  27. [GenericMTD]
  28. %PCMCIA\MTD-0000.DeviceDesc%=SRAM_MTD, PCMCIA\MTD-0000
  29. %PCMCIA\MTD-B489.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-B489
  30. %PCMCIA\MTD-BD89.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-BD89
  31. %PCMCIA\MTD-2A01.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-2A01
  32. %PCMCIA\MTD-A289.DeviceDesc%=FLS2_MTD, PCMCIA\MTD-A289
  33.  
  34. ;
  35. ;   Generic SRAM Memory Card
  36. ;
  37. [SRAM_MTD]
  38. CopyFiles=@SRAMMTD.VXD
  39. AddReg=SRAM_MTD_Reg
  40.  
  41. [SRAM_MTD_Reg]
  42. HKR,,DriverDesc,,"SRAM Memory Technology Driver"
  43. HKR,,DevLoader,,"PCCARD.VXD"
  44. HKR,,MTD,,"SRAMMTD.VXD"
  45.  
  46. ;
  47. ;   Generic Flash Series 1 Memory Card
  48. ;
  49. [FLS1_MTD]
  50. CopyFiles=@FLS1MTD.VXD
  51. AddReg=FLS1_MTD_Reg
  52.  
  53. [FLS1_MTD_Reg]
  54. HKR,,DriverDesc,,"Flash Series 1 Memory Technology Driver"
  55. HKR,,DevLoader,,"PCCARD.VXD"
  56. HKR,,MTD,,"FLS1MTD.VXD"
  57.  
  58. ;
  59. ;   Generic Flash Series 2 Memory Card
  60. ;
  61. [FLS2_MTD]
  62. CopyFiles=@FLS2MTD.VXD
  63. AddReg=FLS2_MTD_Reg
  64.  
  65. [FLS2_MTD_Reg]
  66. HKR,,DriverDesc,,"Flash Series 2 Memory Technology Driver"
  67. HKR,,DevLoader,,"PCCARD.VXD"
  68. HKR,,MTD,,"FLS2MTD.VXD"
  69.  
  70. ;
  71. ;   Information about where the files are
  72. ;
  73. [DestinationDirs]
  74. DefaultDestDir=11               ; LDID_SYS
  75.  
  76. [ForceCopy]
  77. HKR,,NoSetupUI,,1
  78.  
  79. [Strings]
  80. MS="Microsoft"
  81. ClassName="Memory Technology Drivers (MTDs)"
  82. GenMTDDrvs="(Standard MTD drivers)"
  83. PCMCIA\MTD-0000.DeviceDesc = "SRAM Memory Card"
  84. PCMCIA\MTD-B489.DeviceDesc = "Flash Memory Card (Series 1)"
  85. PCMCIA\MTD-BD89.DeviceDesc = "Flash Memory Card (Series 1)"
  86. PCMCIA\MTD-2A01.DeviceDesc = "Flash Memory Card (Series 1)"
  87. PCMCIA\MTD-A289.DeviceDesc = "Flash Memory Card (Series 2)"
  88.