home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / precopy2.cab / mtd.inf < prev    next >
INI File  |  1995-07-11  |  2KB  |  85 lines

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