; Copyright (c) 2002 Microsoft Corporation [Version] Signature="$WINDOWS NT$" Class=DiskDrive ClassGuid={4D36E967-E325-11CE-BFC1-08002BE10318} Provider=%MS% CatalogFile=sddriver.cat DriverVer=10/01/2002,6.0.4050.1 [SourceDisksNames] 1 = %DiskId1%, sdhcpkg.tag,, [SourceDisksFiles] sffdisk.sys = 1,, sffp_sd.sys = 1,, [DestinationDirs] DefaultDestDir=12 ;DIRID_DRIVERS [ControlFlags] ExcludeFromSelect = SD\CLASS_STORAGE [Manufacturer] %Generic%=Generic [Generic] %GenericSDMemoryCard.DeviceDesc%=sdstorage_Install,SD\CLASS_STORAGE ; ; SD install section ; [sdstorage_Install.NT] CopyFiles=@sffdisk.sys CopyFiles=@sffp_sd.sys [sdstorage_Install.NT.Services] AddService=sffdisk, 2, sffdisk_service_Install AddService=sffp_sd,, sffp_sd_service_Install [sdstorage_Install.NT.HW] AddReg=SdStorageHwReg [SdStorageHwReg] HKR,,"LowerFilters",0x00010000,"sffp_sd" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage",,0x00000012 HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","Icons",0x00010000,"%%SystemRoot%%\system32\sdhcinst.dll,-2" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","Label",,"%DESC_SDSTORAGE%" HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SD#class_storage","NoSoftEject",0x00010001,0x00000001 ; ; SD protocol driver service install section ; [sffp_sd_service_Install] DisplayName = %sffp_sd_ServiceDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\sffp_sd.sys ; ; SffDisk Class Driver service install section ; [sffdisk_service_Install] DisplayName = %sffdisk_ServiceDesc% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\sffdisk.sys [Strings] MS = "Microsoft" sffdisk_ServiceDesc = "SFF Storage Class Driver" sffp_srm_ServiceDesc = "SFF Storage Protocol Driver for PcCard SRAM" sffp_sd_ServiceDesc = "SFF Storage Protocol Driver for SDBus" Generic = "Generic" GenericPcCardSram.DeviceDesc = "Pcmcia SRAM Storage Card" GenericSDMemoryCard.DeviceDesc = "SD Storage Card" DESC_SDSTORAGE = "Secure Digital storage device"