mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
109
drivers/storage/class/disk_new/diskdev.inf
Normal file
109
drivers/storage/class/disk_new/diskdev.inf
Normal file
|
@ -0,0 +1,109 @@
|
|||
; disk.inf
|
||||
;
|
||||
; Installation inf for the Disk drive adapter.
|
||||
;
|
||||
; SAMPLE INF File for Class Driver
|
||||
; FOR DDK - Driver Development Kit
|
||||
;
|
||||
; (c) Copyright 1999 Microsoft Corp.
|
||||
;
|
||||
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%MS%
|
||||
ClassGUID={4d36e967-e325-11ce-bfc1-08002be10318}
|
||||
Class=DiskDrive
|
||||
; CatalogFile=disk.cat ; Supply your own catalog file
|
||||
; see DDK Doc.
|
||||
DriverVer=08/27/1999
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
||||
;
|
||||
; Driver information
|
||||
;
|
||||
|
||||
[Manufacturer]
|
||||
%MS% = MS.Mfg
|
||||
|
||||
[MS.Mfg]
|
||||
%MS.DeviceDesc0% = disk, GenDisk
|
||||
%MS.DeviceDesc1% = disk, GenOptical
|
||||
|
||||
|
||||
;
|
||||
; General installation section
|
||||
;
|
||||
|
||||
[disk]
|
||||
|
||||
;
|
||||
; File sections
|
||||
;
|
||||
|
||||
|
||||
;
|
||||
; Service Installation
|
||||
;
|
||||
|
||||
[disk.Services]
|
||||
AddService = disk, 0x00000002 , disk_Service_Inst
|
||||
|
||||
[disk_Service_Inst]
|
||||
DisplayName = %disk.SvcDesc%
|
||||
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
||||
StartType = 1 ; SERVICE_SYSTEM_START
|
||||
ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
|
||||
LoadOrderGroup = Pointer Port
|
||||
ServiceBinary = %12%\disk.sys
|
||||
|
||||
|
||||
;
|
||||
; Source file information
|
||||
;
|
||||
|
||||
[SourceDisksNames.x86]
|
||||
1 = %DiskId1%,,,""
|
||||
|
||||
[SourceDisksFiles]
|
||||
; Files for disk Microsoft Corp. Installation Disk #1 (DiskDrive)
|
||||
disk.sys = 1,,
|
||||
|
||||
|
||||
[Strings]
|
||||
|
||||
;
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
|
||||
REG_SZ = 0x00000000
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_BINARY = 0x00000001
|
||||
REG_DWORD = 0x00010001
|
||||
SERVICEROOT = "System\CurrentControlSet\Services"
|
||||
|
||||
;
|
||||
; Localizable Strings
|
||||
;
|
||||
|
||||
MS.DeviceDesc0 = "Disk drive"
|
||||
MS.DeviceDesc1 = "Optical disk drive"
|
||||
DiskId1 = "Microsoft Corp. Installation Disk #1 (DiskDrive)"
|
||||
MS = "Microsoft Corp."
|
||||
disk.SvcDesc="Disk Drive"
|
||||
|
||||
[Strings.0418]
|
||||
MS.DeviceDesc0 = "Dispozitiv de disc"
|
||||
MS.DeviceDesc1 = "Dispozitiv de disc optic"
|
||||
DiskId1 = "Disc de instalare #1 (DiskDrive) al Microsoft Corp."
|
||||
MS = "Microsoft Corp."
|
||||
disk.SvcDesc="Dispozitiv de disc"
|
||||
|
||||
[Strings.041f]
|
||||
MS.DeviceDesc0 = "Disk sürücüsü"
|
||||
MS.DeviceDesc1 = "Işıklık disk sürücüsü"
|
||||
DiskId1 = "Microsoft Ortaklığı Kurulum Diski #1 (DiskDrive)"
|
||||
MS = "Microsoft Ortaklığı"
|
||||
disk.SvcDesc="Disk Sürücüsü"
|
Loading…
Add table
Add a link
Reference in a new issue