xref: /reactos/drivers/bus/acpi/acpi.inf (revision ccef43f3)
1; ACPI.INF
2
3; Installation file for ACPI driver
4
5[Version]
6Signature  = "$Windows NT$"
7;Signature  = "$ReactOS$"
8LayoutFile = layout.inf
9Class      = System
10ClassGUID  = {4D36E97D-E325-11CE-BFC1-08002BE10318}
11Provider   = %ReactOS%
12DriverVer  = 10/11/2005,1.01.0.0
13
14[DestinationDirs]
15DefaultDestDir = 12
16
17[Manufacturer]
18%GenericMfg% = GenericMfg
19
20[GenericMfg]
21%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
22%COMPOSITE_BATTERY.DeviceDesc% = CompBatt_Inst,COMPOSITE_BATTERY
23
24;------------------------------ ACPI DRIVER -----------------------------
25
26[ACPI_Inst.NT]
27CopyFiles = ACPI_CopyFiles.NT
28
29[ACPI_CopyFiles.NT]
30acpi.sys
31
32[ACPI_Inst.NT.Services]
33AddService = acpi, 0x00000002, acpi_Service_Inst
34
35[acpi_Service_Inst]
36ServiceType   = 1
37StartType     = 0
38ErrorControl  = 1
39ServiceBinary = %12%\acpi.sys
40LoadOrderGroup = Boot Bus Extender
41
42;---------------------------- COMPBATT DRIVER ---------------------------
43
44[CompBatt_Inst.NT]
45CopyFiles = CompBatt_CopyFiles.NT
46
47[CompBatt_CopyFiles.NT]
48compbatt.sys
49
50[CompBatt_Inst.NT.Services]
51AddService = compbatt, 0x00000002, compbatt_Service_Inst
52
53[compbatt_Service_Inst]
54ServiceType   = 1
55StartType     = 0
56ErrorControl  = 1
57ServiceBinary = %12%\compbatt.sys
58LoadOrderGroup = System Bus Extender
59
60;-------------------------------- STRINGS -------------------------------
61
62[Strings]
63; Non-localizable
64ReactOS = "ReactOS Project"
65
66; Localizable
67GenericMfg = "(Generic system devices)"
68*PNP0C08.DeviceDesc = "ACPI hardware"
69COMPOSITE_BATTERY.DeviceDesc = "Composite battery"
70
71[Strings.0405]
72GenericMfg = "(Generická systémová zařízení)"
73
74[Strings.0404]
75GenericMfg = "(標準系統裝置)"
76*PNP0C08.DeviceDesc = "ACPI 硬體"
77
78[Strings.0407]
79GenericMfg = "(Generische Systemgeräte)"
80*PNP0C08.DeviceDesc = "ACPI Hardware"
81
82[Strings.0a]
83GenericMfg = "(Dispositivos del sistema estándar)"
84*PNP0C08.DeviceDesc = "Hardware ACPI"
85
86[Strings.040C]
87GenericMfg = "(Périphériques systèmes génériques)"
88
89[Strings.0411]
90GenericMfg = "(標準システム デバイス)"
91*PNP0C08.DeviceDesc = "ACPI ハードウェア"
92
93[Strings.0415]
94GenericMfg = "(Standardowe urządzenia systemowe)"
95*PNP0C08.DeviceDesc = "Sprzęt ACPI"
96
97[Strings.0416]
98GenericMfg = "(Dispositivos de sistema padrão)"
99*PNP0C08.DeviceDesc = "Hardware ACPI"
100
101[Strings.0418]
102GenericMfg = "(dispozitiv de sistem generic)"
103*PNP0C08.DeviceDesc = "Dispozitive ACPI"
104
105[Strings.0419]
106GenericMfg = "(Стандартные системные устройства)"
107*PNP0C08.DeviceDesc = "Устройства ACPI"
108
109[Strings.041B]
110GenericMfg = "(Generické systémové zariadenia)"
111*PNP0C08.DeviceDesc = "ACPI hardvér"
112
113[Strings.041f]
114GenericMfg = "(Genel Sistem Aygıtları)"
115*PNP0C08.DeviceDesc = "ACPI Donanım"
116
117[Strings.0422]
118GenericMfg = "(Стандартні системні пристрої)"
119*PNP0C08.DeviceDesc = "Пристрої ACPI"
120
121[Strings.0427]
122GenericMfg = "(Standartiniai sisteminiai įrenginiai)"
123
124[Strings.0804]
125GenericMfg = "(通用系统设备)"
126*PNP0C08.DeviceDesc = "ACPI 硬件"
127
128[Strings.0c04]
129GenericMfg = "(標準系統裝置)"
130*PNP0C08.DeviceDesc = "ACPI 硬件"
131