home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / sffdisk.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  9KB  |  154 lines

  1.  ■; Copyright (c) 2002 Microsoft Corporation
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. sffdisk.sys         = 3426
  7. sffp_sd.sys         = 3426
  8. sffp_mmc.sys         = 3426
  9. ;;--
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=DiskDrive
  13. ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318}
  14. Provider=%MS%
  15. DriverVer=06/21/2006,6.0.6001.18000
  16. ;; Commented by AddSDisk.cmd
  17. ;; LayoutFile=layout.inf
  18. [DestinationDirs]
  19. DefaultDestDir=12 ;DIRID_DRIVERS
  20. [ControlFlags]
  21. ExcludeFromSelect = SD\CLASS_STORAGE
  22. [Manufacturer]
  23. %Generic%=Generic,NTx86
  24. [Generic.NTx86]
  25. %GenericSDMemoryCard.DeviceDesc%=sdstorage_Install,SD\CLASS_STORAGE
  26. %GenericMmcMemoryCard.DeviceDesc%=mmcstorage_Install,SD\CLASS_MMC
  27. ;
  28. ; SD install section
  29. ;
  30. [sdstorage_Install.NT]
  31. CopyFiles=sdstorage_copyfiles
  32. [sdstorage_copyfiles]
  33. sffdisk.sys,,,0x100
  34. sffp_sd.sys,,,0x100
  35. [sdstorage_Install.NT.Services]
  36. AddService=sffdisk, 2, sffdisk_service_Install
  37. AddService=sffp_sd,, sffp_sd_service_Install
  38. [sdstorage_Install.NT.HW]
  39. AddReg=SdStorageHwReg
  40. [SdStorageHwReg]
  41. HKR,,"LowerFilters",0x00010000,"sffp_sd"
  42. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage",,0x00000012
  43. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","Icons",0x00010000,"%%SystemRoot%%\system32\sdhcinst.dll,-2"
  44. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","Label",,"@%%SystemRoot%%\system32\sysclass.dll,-2800"
  45. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","NoSoftEject",0x00010001,0x00000001
  46. [sffp_sd_ServiceReg]
  47. HKR,Parameters,SdCmdFlags,1,    09,01, 0A,01, 0D,01, \
  48.                                 20,01, 21,01, 26,01, \
  49.                                 22,01, 23,01, 24,01, 25,01, 32,01, 39,01
  50. HKR,Parameters,SdAppCmdFlags,1, 0D,01, \
  51.                                 12,01, 19,01, 1A,01, 26,01, 2B,01, \
  52.                                 2C,01, 2D,01, 2E,01, 2F,01, 30,01, 31,01, \
  53.                                 33,01
  54. ;
  55. ; SD protocol driver service install section
  56. ;
  57. [sffp_sd_service_Install]
  58. DisplayName    = %sffp_sd_ServiceDesc%
  59. ServiceType    = 1
  60. StartType      = 3
  61. ErrorControl   = 1
  62. ServiceBinary  = %12%\sffp_sd.sys
  63. AddReg         = sffp_sd_ServiceReg
  64. ;
  65. ; MMC install section
  66. ;
  67. [mmcstorage_Install.NT]
  68. CopyFiles=mmcstorage_copyfiles
  69. [mmcstorage_copyfiles]
  70. sffdisk.sys,,,0x100
  71. sffp_mmc.sys,,,0x100
  72. [mmcstorage_Install.NT.Services]
  73. AddService=sffdisk, 2, sffdisk_service_Install
  74. AddService=sffp_mmc,, sffp_mmc_service_Install
  75. [mmcstorage_Install.NT.HW]
  76. AddReg=MmcStorageHwReg
  77. [MmcStorageHwReg]
  78. HKR,,"LowerFilters",0x00010000,"sffp_mmc"
  79. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_MMC",,0x00000012
  80. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_MMC","Icons",0x00010000,"%%SystemRoot%%\system32\sdhcinst.dll,-2"
  81. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_MMC","Label",,"@%%SystemRoot%%\system32\sysclass.dll,-2801"
  82. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_MMC","NoSoftEject",0x00010001,0x00000001
  83. [sffp_mmc_ServiceReg]
  84. HKR,Parameters,SdCmdFlags,1,    09,01, 0A,01, 0D,01, \
  85.                                 20,01, 21,01, 26,01, \
  86.                                 22,01, 23,01, 24,01, 25,01, 32,01, 39,01
  87. HKR,Parameters,SdAppCmdFlags,1, 0D,01, \
  88.                                 12,01, 19,01, 1A,01, 26,01, 2B,01, \
  89.                                 2C,01, 2D,01, 2E,01, 2F,01, 30,01, 31,01, \
  90.                                 33,01
  91. ;
  92. ; MMC protocol driver service install section
  93. ;
  94. [sffp_mmc_service_Install]
  95. DisplayName    = %sffp_mmc_ServiceDesc%
  96. ServiceType    = 1
  97. StartType      = 3
  98. ErrorControl   = 1
  99. ServiceBinary  = %12%\sffp_mmc.sys
  100. AddReg         = sffp_mmc_ServiceReg
  101. ;
  102. ; SffDisk Class Driver service install section
  103. ;
  104. [sffdisk_service_Install]
  105. DisplayName    = %sffdisk_ServiceDesc%
  106. ServiceType    = 1
  107. StartType      = 3
  108. ErrorControl   = 1
  109. ServiceBinary  = %12%\sffdisk.sys
  110. [Strings]
  111. MS                      = "Microsoft"
  112. sffdisk_ServiceDesc     = "SFF Storage Class Driver"
  113. sffp_srm_ServiceDesc    = "SFF Storage Protocol Driver for PcCard SRAM"
  114. sffp_sd_ServiceDesc     = "SFF Storage Protocol Driver for SDBus"
  115. sffp_mmc_ServiceDesc    = "SFF Storage Protocol Driver for MMC"
  116. Generic                 = "Generic"
  117. GenericPcCardSram.DeviceDesc = "PCMCIA SRAM Storage Card"
  118. GenericSDMemoryCard.DeviceDesc = "SD Storage Card"
  119. GenericMmcMemoryCard.DeviceDesc = "MMC Storage Card"