diff options
| author | katiezb <[email protected]> | 2023-03-01 10:32:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-01 10:32:28 -0800 |
| commit | 800278d3a66158b2f0f7eb6e9ce880bedb54def3 (patch) | |
| tree | 091d9e011829a69757ae45aefdf1bc1d7e48ef2f /storage/sfloppy/src/sfloppy.inf | |
| parent | c68ea4b3f8dbcd9a83da004ce74b2e7a08e872b2 (diff) | |
Archiving storage/sfloppy sample (#903)
The following sample is being archived but can still be accessed using:
git checkout win11-22h2
or by accessing this link:
https://github.com/microsoft/Windows-driver-samples/tree/win11-22h2
Diffstat (limited to 'storage/sfloppy/src/sfloppy.inf')
| -rw-r--r-- | storage/sfloppy/src/sfloppy.inf | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/storage/sfloppy/src/sfloppy.inf b/storage/sfloppy/src/sfloppy.inf deleted file mode 100644 index 2f5c4bbd..00000000 --- a/storage/sfloppy/src/sfloppy.inf +++ /dev/null @@ -1,88 +0,0 @@ -; sfloppy.inf -; -; Installation inf for the Floppy Disk Driver (DDK Sample). -; -; (c) Copyright 2002 Microsoft -; -[Version] -Signature="$WINDOWS NT$" -Class=FloppyDisk -ClassGuid={4D36E980-E325-11CE-BFC1-08002BE10318} -Provider=%ProviderString% -CatalogFile=ddk_sample.cat -DriverVer=05/17/2002,5.2.3635.0 -PnpLockdown=1 - -;You must specify which platform is supported by each SourceDisksNames section -;Valid platform identifiers include .x86, .ia64, .alpha, .axp64 -[SourceDisksNames] -12=%floppyClassName%,,, - -;You must also specify which platform is supported by each SourceDisksFiles section -;Valid platform identifiers include .x86, .ia64, .alpha, .axp64 -[SourceDisksFiles] -sfloppy.sys=12 - -[ControlFlags] -ExcludeFromSelect=* - -[DestinationDirs] -sfloppy_copyfiles=12 -DefaultDestDir=12 - -[Manufacturer] -%ManufacturerName%=floppy_device,NTx86,NTia64,NTamd64 - -[floppy_device.NTx86] -%sfloppy_devdesc%=sfloppy_install,GenSFloppy -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_COSM___04 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_VER5___AB -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_HIMA___01 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_VER5___00 - -[floppy_device.NTia64] -%sfloppy_devdesc%=sfloppy_install,GenSFloppy -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_COSM___04 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_VER5___AB -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_HIMA___01 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_VER5___00 - -[floppy_device.NTamd64] -%sfloppy_devdesc%=sfloppy_install,GenSFloppy -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_COSM___04 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_VER5___AB -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskCOMPAQ__LS-120_HIMA___01 -%sfloppy_devdesc%=sfloppy_install,SCSI\DiskMATSHITALS-120_VER5___00 - -;; -;; super floppy -;; -[sfloppy_install.NT] -CopyFiles=sfloppy_copyfiles - -[sfloppy_copyfiles] -sfloppy.sys - -[sfloppy_install.NT.Services] -AddService=sfloppy,2,sfloppy_ServiceInstallSection - -[sfloppy_ServiceInstallSection] -DisplayName=%sfloppy_devdesc% -ServiceType=1 -StartType=3 -ErrorControl=1 -ServiceBinary = %12%\sfloppy.sys - -[sfloppy_install.NT.HW] -AddReg=sfloppyEnable.RegHW - -[sfloppyEnable.RegHW] -HKR,,SuperFloppy,%REG_DWORD%,0x00000001 - -[Strings] -ProviderString="TODO-Set-Provider" -ManufacturerName="TODO-Set-Manufacturer" -floppyClassName="Floppy disk drives" -sfloppy_devdesc="High-Capacity Floppy Disk Drive" - -REG_DWORD=0x00010001 |
