home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / precopy2.cab / pcmciamf.inf < prev    next >
INI File  |  1996-04-22  |  867b  |  42 lines

  1. ; Copyright (c) 1993-1995 Microsoft Corporation
  2. ;
  3. ; PCMCIAMF.INF    -- This file contains the descriptions of multifunction
  4. ;           PCMCIA 3.0 PC Cards supported in Windows 95
  5. ;
  6.  
  7. [Version]
  8. LayoutFile=Layout.inf
  9. Signature="$CHICAGO$"
  10. Class=MultiFunction
  11. Provider=%MS%
  12.  
  13. ; Class Install
  14. [ClassInstall]
  15. Addreg=MFReg
  16.  
  17. [MFReg]
  18. HKR,,,,%MFClassName%
  19.  
  20. ; Table of Contents
  21. [Manufacturer]
  22. %MFCName%=MFCParent
  23.  
  24. ;---------------------------------------------------------------;
  25.  
  26. [MFCParent]
  27. %MFCParent.DeviceDesc%=MFCPCCard,*PCMCIA\MFC
  28.  
  29. [MFCPCCard]
  30. AddReg=MFCPCCard.Reg
  31.  
  32. [MFCPCCard.Reg]
  33. HKR,,DevLoader,,*PCCARD
  34.  
  35. ;---------------------------------------------------------------;
  36.  
  37. [Strings]
  38. MS="Microsoft"
  39. MFClassName="Multi-function adapters"
  40. MFCName="(Multi-function PC Card Parent Driver)"
  41. MFCParent.DeviceDesc="Multi-function PC Card Parent"
  42.