Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.8 KiB

  1. ; FDC.INF -- This file contains descriptions of all the
  2. ; Floppy Drive Controllers supported in Windows NT
  3. ;
  4. ; Copyright (c) 1993-1999, Microsoft Corporation
  5. [Version]
  6. Signature="$WINDOWS NT$"
  7. Class=fdc
  8. ClassGuid={4D36E969-E325-11CE-BFC1-08002BE10318}
  9. Provider=%MSFT%
  10. LayoutFile=layout.inf
  11. [ClassInstall32.NT]
  12. AddReg=fdc_class_addreg
  13. [fdc_class_addreg]
  14. HKR,,,,%FdcClassName%
  15. HKR,,NoInstallClass,,1
  16. HKR,,TroubleShooter-0,,"hcp://help/tshoot/tsdrive.htm"
  17. HKR,,Icon,,-9
  18. HKR,,DeviceType,0x10001,4 ; FILE_DEVICE_CONTROLLER
  19. HKR,,DeviceCharacteristics,0x10001,0x100 ; Use same security checks on relative opens
  20. [fdc_copyfiles]
  21. fdc.sys
  22. [CopyFileLibrettoA]
  23. %FileLibretto1%
  24. [DestinationDirs]
  25. fdc_copyfiles=12
  26. CopyFileLibrettoA=12
  27. [Manufacturer]
  28. %GenManufacturer%=fdc_device
  29. %TOSHIBA%=TSBMfg
  30. [TSBMfg]
  31. %DeviceLibrettoA% = InstallLibrettoA,PCMCIA\Y-E_DATA-External_FDD-994B
  32. %DeviceLibrettoA% = InstallLibrettoA,PCMCIA\Y-E_DATA-External_FDD-C993
  33. ;
  34. ; Libretto Type A
  35. ;
  36. [InstallLibrettoA.NT]
  37. CopyFiles=CopyFileLibrettoA
  38. [InstallLibrettoA.NT.Services]
  39. AddService = lbrtfdc, 0x00000002, ServiceInstallLibrettoA, Miniport_EventLog_Inst
  40. [ServiceInstallLibrettoA]
  41. DisplayName=%ServiceLibrettoA%
  42. ServiceType=1
  43. StartType=0
  44. ErrorControl=1
  45. ServiceBinary = %12%\%FileLibretto1%
  46. [Miniport_EventLog_Inst]
  47. AddReg = Miniport_EventLog_AddReg
  48. [Miniport_EventLog_AddReg]
  49. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  50. HKR,,TypesSupported,0x00010001,7
  51. ;
  52. ; End of Libretto Type A Section
  53. ;
  54. [fdc_device]
  55. %fdc_devdesc%=fdc_install,*PNP0700
  56. [fdc_install.NT]
  57. CopyFiles=fdc_copyfiles
  58. [fdc_install.NT.Services]
  59. AddService=fdc,2,fdc_ServiceInstallSection
  60. [fdc_ServiceInstallSection]
  61. DisplayName=%fdc_ServiceDesc%
  62. ServiceType=1
  63. StartType=3
  64. ErrorControl=1
  65. ServiceBinary = %12%\fdc.sys