home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-10-21 | 1.9 KB | 88 lines |
-
- ; Copyright (c) 1993-1995 Microsoft Corporation
-
- [Version]
- CatalogFile=mtd.cat
- Signature="$CHICAGO$"
- LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
- Class=MTD
- ClassGUID={4d36e970-e325-11ce-bfc1-08002be10318}
- Provider=%MS%
-
- ;
- ; Information for installing the PCMCIA class
- ;
- [ClassInstall]
- AddReg=MTD_Class
-
- [MTD_Class]
- HKR,,,,%ClassName%
-
- ;
- ; List of manufacturers and devices
- ;
- [Manufacturer]
- %GenMTDDrvs%=GenericMTD
-
- [GenericMTD]
- %PCMCIA\MTD-0000.DeviceDesc%=SRAM_MTD, PCMCIA\MTD-0000
- %PCMCIA\MTD-B489.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-B489
- %PCMCIA\MTD-BD89.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-BD89
- %PCMCIA\MTD-2A01.DeviceDesc%=FLS1_MTD, PCMCIA\MTD-2A01
- %PCMCIA\MTD-A289.DeviceDesc%=FLS2_MTD, PCMCIA\MTD-A289
-
- ;
- ; Generic SRAM Memory Card
- ;
- [SRAM_MTD]
- CopyFiles=@SRAMMTD.VXD
- AddReg=SRAM_MTD_Reg
-
- [SRAM_MTD_Reg]
- HKR,,DriverDesc,,"SRAM Memory Technology Driver"
- HKR,,DevLoader,,"PCCARD.VXD"
- HKR,,MTD,,"SRAMMTD.VXD"
-
- ;
- ; Generic Flash Series 1 Memory Card
- ;
- [FLS1_MTD]
- CopyFiles=@FLS1MTD.VXD
- AddReg=FLS1_MTD_Reg
-
- [FLS1_MTD_Reg]
- HKR,,DriverDesc,,"Flash Series 1 Memory Technology Driver"
- HKR,,DevLoader,,"PCCARD.VXD"
- HKR,,MTD,,"FLS1MTD.VXD"
-
- ;
- ; Generic Flash Series 2 Memory Card
- ;
- [FLS2_MTD]
- CopyFiles=@FLS2MTD.VXD
- AddReg=FLS2_MTD_Reg
-
- [FLS2_MTD_Reg]
- HKR,,DriverDesc,,"Flash Series 2 Memory Technology Driver"
- HKR,,DevLoader,,"PCCARD.VXD"
- HKR,,MTD,,"FLS2MTD.VXD"
-
- ;
- ; Information about where the files are
- ;
- [DestinationDirs]
- DefaultDestDir=11 ; LDID_SYS
-
- [ForceCopy]
- HKR,,NoSetupUI,,1
-
- [Strings]
- MS="Microsoft"
- ClassName="Memory Technology Drivers (MTDs)"
- GenMTDDrvs="(Standard MTD drivers)"
- PCMCIA\MTD-0000.DeviceDesc = "SRAM Memory Card"
- PCMCIA\MTD-B489.DeviceDesc = "Flash Memory Card (Series 1)"
- PCMCIA\MTD-BD89.DeviceDesc = "Flash Memory Card (Series 1)"
- PCMCIA\MTD-2A01.DeviceDesc = "Flash Memory Card (Series 1)"
- PCMCIA\MTD-A289.DeviceDesc = "Flash Memory Card (Series 2)"
-