mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[COMPBATT] Add inf entry. CORE-18167
This commit is contained in:
parent
9293b975ef
commit
d3a718eb01
1 changed files with 20 additions and 0 deletions
|
@ -19,6 +19,7 @@ DefaultDestDir = 12
|
||||||
|
|
||||||
[GenericMfg]
|
[GenericMfg]
|
||||||
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
|
%*PNP0C08.DeviceDesc% = ACPI_Inst,*PNP0C08
|
||||||
|
%COMPOSITE_BATTERY.DeviceDesc% = CompBatt_Inst,COMPOSITE_BATTERY
|
||||||
|
|
||||||
;------------------------------ ACPI DRIVER -----------------------------
|
;------------------------------ ACPI DRIVER -----------------------------
|
||||||
|
|
||||||
|
@ -38,6 +39,24 @@ ErrorControl = 1
|
||||||
ServiceBinary = %12%\acpi.sys
|
ServiceBinary = %12%\acpi.sys
|
||||||
LoadOrderGroup = Boot Bus Extender
|
LoadOrderGroup = Boot Bus Extender
|
||||||
|
|
||||||
|
;---------------------------- COMPBATT DRIVER ---------------------------
|
||||||
|
|
||||||
|
[CompBatt_Inst.NT]
|
||||||
|
CopyFiles = CompBatt_CopyFiles.NT
|
||||||
|
|
||||||
|
[CompBatt_CopyFiles.NT]
|
||||||
|
compbatt.sys
|
||||||
|
|
||||||
|
[CompBatt_Inst.NT.Services]
|
||||||
|
AddService = compbatt, 0x00000002, compbatt_Service_Inst
|
||||||
|
|
||||||
|
[compbatt_Service_Inst]
|
||||||
|
ServiceType = 1
|
||||||
|
StartType = 0
|
||||||
|
ErrorControl = 1
|
||||||
|
ServiceBinary = %12%\compbatt.sys
|
||||||
|
LoadOrderGroup = System Bus Extender
|
||||||
|
|
||||||
;-------------------------------- STRINGS -------------------------------
|
;-------------------------------- STRINGS -------------------------------
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
|
@ -47,6 +66,7 @@ ReactOS = "ReactOS Project"
|
||||||
; Localizable
|
; Localizable
|
||||||
GenericMfg = "(Generic system devices)"
|
GenericMfg = "(Generic system devices)"
|
||||||
*PNP0C08.DeviceDesc = "ACPI hardware"
|
*PNP0C08.DeviceDesc = "ACPI hardware"
|
||||||
|
COMPOSITE_BATTERY.DeviceDesc = "Composite battery"
|
||||||
|
|
||||||
[Strings.0405]
|
[Strings.0405]
|
||||||
GenericMfg = "(Generická systémová zařízení)"
|
GenericMfg = "(Generická systémová zařízení)"
|
||||||
|
|
Loading…
Reference in a new issue