]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
QuarkPlatformPkg: Add new package for Galileo boards
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / Dxe / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
CommitLineData
b303605e
MK
1## @file\r
2# Boot Script Executor Module\r
3#\r
4# This is a standalone Boot Script Executor. Standalone means it does not\r
5# depends on any PEI or DXE service.\r
6#\r
7# Copyright (c) 2013-2015 Intel Corporation.\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = BootScriptExecutorDxe\r
22 FILE_GUID = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = BootScriptExecutorEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 ScriptExecute.h\r
36 ScriptExecute.c\r
37\r
38[Sources.Ia32]\r
39 IA32/SetIdtEntry.c\r
40 IA32/S3Asm.asm\r
41 IA32/S3Asm.S\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
47 QuarkSocPkg/QuarkSocPkg.dec\r
48\r
49[LibraryClasses]\r
50 TimerLib\r
51 PcdLib\r
52 BaseMemoryLib\r
53 SmbusLib\r
54 UefiDriverEntryPoint\r
55 BaseLib\r
56 PciLib\r
57 IoLib\r
58 S3BootScriptLib\r
59 PeCoffLib\r
60 DxeServicesLib\r
61 UefiBootServicesTableLib\r
62 UefiRuntimeServicesTableLib\r
63 CacheMaintenanceLib\r
64 UefiLib\r
65 DebugAgentLib\r
66 LockBoxLib\r
67 IntelQNCLib\r
68 QNCAccessLib\r
69\r
70[Guids]\r
71 gEfiBootScriptExecutorVariableGuid\r
72 gEfiBootScriptExecutorContextGuid\r
73 gPerformanceProtocolGuid\r
74 gEfiEventExitBootServicesGuid\r
75\r
76[FeaturePcd]\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
78\r
79[Pcd]\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable\r
81\r
82[Depex]\r
83 gEfiLockBoxProtocolGuid\r