]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / BootScriptExecutorDxe / BootScriptExecutorDxe.inf
CommitLineData
be46cd5f 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
6d614649 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
ab1a5a58 8# Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
be46cd5f 9#\r
10# This program and the accompanying materials are\r
11# licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BootScriptExecutorDxe\r
6036e94d 23 MODULE_UNI_FILE = BootScriptExecutorDxe.uni\r
be46cd5f 24 FILE_GUID = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = BootScriptExecutorEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64\r
34#\r
35\r
36[Sources]\r
37 ScriptExecute.h\r
38 ScriptExecute.c\r
39\r
40[Sources.X64]\r
d1102dba 41 X64/SetIdtEntry.c\r
79e19664 42 X64/S3Asm.nasm\r
d1102dba 43\r
be46cd5f 44[Sources.Ia32]\r
d1102dba 45 IA32/SetIdtEntry.c\r
0ed65cc2 46 IA32/S3Asm.nasm\r
be46cd5f 47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52[LibraryClasses]\r
be46cd5f 53 PcdLib\r
54 BaseMemoryLib\r
be46cd5f 55 UefiDriverEntryPoint\r
56 BaseLib\r
be46cd5f 57 S3BootScriptLib\r
58 PeCoffLib\r
59 DxeServicesLib\r
60 UefiBootServicesTableLib\r
be46cd5f 61 CacheMaintenanceLib\r
be46cd5f 62 UefiLib\r
63 DebugAgentLib\r
64 LockBoxLib\r
1e172d6b 65 CpuExceptionHandlerLib\r
84edd20b 66 DevicePathLib\r
6a3094c9 67 DxeServicesTableLib\r
be46cd5f 68\r
69[Guids]\r
6036e94d
SZ
70 gEfiBootScriptExecutorVariableGuid ## PRODUCES ## UNDEFINED # SaveLockBox\r
71 gEfiBootScriptExecutorContextGuid ## PRODUCES ## UNDEFINED # SaveLockBox\r
84edd20b 72 gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
be46cd5f 73\r
59cc677c 74[Protocols]\r
6036e94d
SZ
75 ## NOTIFY\r
76 ## CONSUMES\r
59cc677c
SZ
77 gEfiDxeSmmReadyToLockProtocolGuid\r
78\r
be46cd5f 79[FeaturePcd]\r
6036e94d 80 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
be46cd5f 81\r
d0bf5623 82[Pcd]\r
84edd20b
SZ
83 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask ## CONSUMES\r
800c02fb 85 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES\r
ab1a5a58 86 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES\r
d0bf5623 87\r
be46cd5f 88[Depex]\r
89 gEfiLockBoxProtocolGuid\r
90\r
6036e94d
SZ
91[UserExtensions.TianoCore."ExtraFiles"]\r
92 BootScriptExecutorDxeExtra.uni\r