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] 44ReactOS = "ReactOS Team" 45 46GenericMfg = "(Generic system devices)" 47*PNP0C08.DeviceDesc = "ACPI hardware" 48 49[Strings.0405] 50GenericMfg = "(Generická systémová zařízení)" 51 52[Strings.0407] 53GenericMfg = "(Generische Systemgeräte)" 54*PNP0C08.DeviceDesc = "ACPI Hardware" 55 56[Strings.0a] 57ReactOS = "Equipo de ReactOS" 58 59GenericMfg = "(Dispositivos del sistema estándar)" 60*PNP0C08.DeviceDesc = "Hardware ACPI" 61 62[Strings.040C] 63GenericMfg = "(Périphériques systèmes génériques)" 64 65[Strings.0411] 66GenericMfg = "(標準システム デバイス)" 67*PNP0C08.DeviceDesc = "ACPI ハードウェア" 68 69[Strings.0415] 70ReactOS = "Zespół ReactOS" 71 72GenericMfg = "(Standardowe urządzenia systemowe)" 73*PNP0C08.DeviceDesc = "Sprzęt ACPI" 74 75[Strings.0416] 76GenericMfg = "(Dispositivos de sistema padrão)" 77*PNP0C08.DeviceDesc = "Hardware ACPI" 78 79[Strings.0418] 80ReactOS = "Echipa ReactOS" 81 82GenericMfg = "(dispozitiv de sistem generic)" 83*PNP0C08.DeviceDesc = "Dispozitive ACPI" 84 85[Strings.0419] 86ReactOS = "Команда ReactOS" 87 88GenericMfg = "(Стандартные системные устройства)" 89*PNP0C08.DeviceDesc = "Устройства ACPI" 90 91[Strings.041B] 92GenericMfg = "(Generické systémové zariadenia)" 93*PNP0C08.DeviceDesc = "ACPI hardvér" 94 95[Strings.041f] 96ReactOS = "ReactOS Takımı" 97 98GenericMfg = "(Umûmî Dizge Aygıtları)" 99*PNP0C08.DeviceDesc = "ACPI Donanım" 100 101[Strings.0422] 102ReactOS = "Команда ReactOS" 103 104GenericMfg = "(Стандартні системні пристрої)" 105*PNP0C08.DeviceDesc = "Пристрої ACPI" 106 107[Strings.0427] 108GenericMfg = "(Standartiniai sisteminiai įrenginiai)" 109 110[Strings.0804] 111GenericMfg = "(通用系统设备)" 112*PNP0C08.DeviceDesc = "ACPI 硬件" 113