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 23;------------------------------ ACPI DRIVER ----------------------------- 24 25[ACPI_Inst.NT] 26CopyFiles = ACPI_CopyFiles.NT 27 28[ACPI_CopyFiles.NT] 29acpi.sys 30 31[ACPI_Inst.NT.Services] 32AddService = acpi, 0x00000002, acpi_Service_Inst 33 34[acpi_Service_Inst] 35ServiceType = 1 36StartType = 0 37ErrorControl = 1 38ServiceBinary = %12%\acpi.sys 39LoadOrderGroup = Boot Bus Extender 40 41;-------------------------------- STRINGS ------------------------------- 42 43[Strings] 44; Non-localizable 45ReactOS = "ReactOS Project" 46 47; Localizable 48GenericMfg = "(Generic system devices)" 49*PNP0C08.DeviceDesc = "ACPI hardware" 50 51[Strings.0405] 52GenericMfg = "(Generická systémová zařízení)" 53 54[Strings.0404] 55GenericMfg = "(標準系統裝置)" 56*PNP0C08.DeviceDesc = "ACPI 硬體" 57 58[Strings.0407] 59GenericMfg = "(Generische Systemgeräte)" 60*PNP0C08.DeviceDesc = "ACPI Hardware" 61 62[Strings.0a] 63GenericMfg = "(Dispositivos del sistema estándar)" 64*PNP0C08.DeviceDesc = "Hardware ACPI" 65 66[Strings.040C] 67GenericMfg = "(Périphériques systèmes génériques)" 68 69[Strings.0411] 70GenericMfg = "(標準システム デバイス)" 71*PNP0C08.DeviceDesc = "ACPI ハードウェア" 72 73[Strings.0415] 74GenericMfg = "(Standardowe urządzenia systemowe)" 75*PNP0C08.DeviceDesc = "Sprzęt ACPI" 76 77[Strings.0416] 78GenericMfg = "(Dispositivos de sistema padrão)" 79*PNP0C08.DeviceDesc = "Hardware ACPI" 80 81[Strings.0418] 82GenericMfg = "(dispozitiv de sistem generic)" 83*PNP0C08.DeviceDesc = "Dispozitive ACPI" 84 85[Strings.0419] 86GenericMfg = "(Стандартные системные устройства)" 87*PNP0C08.DeviceDesc = "Устройства ACPI" 88 89[Strings.041B] 90GenericMfg = "(Generické systémové zariadenia)" 91*PNP0C08.DeviceDesc = "ACPI hardvér" 92 93[Strings.041f] 94GenericMfg = "(Genel Sistem Aygıtları)" 95*PNP0C08.DeviceDesc = "ACPI Donanım" 96 97[Strings.0422] 98GenericMfg = "(Стандартні системні пристрої)" 99*PNP0C08.DeviceDesc = "Пристрої ACPI" 100 101[Strings.0427] 102GenericMfg = "(Standartiniai sisteminiai įrenginiai)" 103 104[Strings.0804] 105GenericMfg = "(通用系统设备)" 106*PNP0C08.DeviceDesc = "ACPI 硬件" 107 108[Strings.0c04] 109GenericMfg = "(標準系統裝置)" 110*PNP0C08.DeviceDesc = "ACPI 硬件" 111