]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg BootScriptExecutorDxe: Convert IA32/S3Asm.asm to NASM
[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
800c02fb 7# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
be46cd5f 8#\r
9# This program and the accompanying materials are\r
10# 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
6036e94d 22 MODULE_UNI_FILE = BootScriptExecutorDxe.uni\r
be46cd5f 23 FILE_GUID = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = BootScriptExecutorEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64\r
33#\r
34\r
35[Sources]\r
36 ScriptExecute.h\r
37 ScriptExecute.c\r
38\r
39[Sources.X64]\r
40 X64/SetIdtEntry.c \r
41 X64/S3Asm.asm\r
42 X64/S3Asm.S\r
43 \r
44[Sources.Ia32]\r
45 IA32/SetIdtEntry.c \r
0ed65cc2 46 IA32/S3Asm.nasm\r
be46cd5f 47 IA32/S3Asm.asm\r
48 IA32/S3Asm.S\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52 MdeModulePkg/MdeModulePkg.dec\r
53\r
54[LibraryClasses]\r
be46cd5f 55 PcdLib\r
56 BaseMemoryLib\r
be46cd5f 57 UefiDriverEntryPoint\r
58 BaseLib\r
be46cd5f 59 S3BootScriptLib\r
60 PeCoffLib\r
61 DxeServicesLib\r
62 UefiBootServicesTableLib\r
be46cd5f 63 CacheMaintenanceLib\r
be46cd5f 64 UefiLib\r
65 DebugAgentLib\r
66 LockBoxLib\r
1e172d6b 67 CpuExceptionHandlerLib\r
84edd20b 68 DevicePathLib\r
be46cd5f 69\r
70[Guids]\r
6036e94d
SZ
71 gEfiBootScriptExecutorVariableGuid ## PRODUCES ## UNDEFINED # SaveLockBox\r
72 gEfiBootScriptExecutorContextGuid ## PRODUCES ## UNDEFINED # SaveLockBox\r
84edd20b 73 gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol\r
be46cd5f 74\r
59cc677c 75[Protocols]\r
6036e94d
SZ
76 ## NOTIFY\r
77 ## CONSUMES\r
59cc677c
SZ
78 gEfiDxeSmmReadyToLockProtocolGuid\r
79\r
be46cd5f 80[FeaturePcd]\r
6036e94d 81 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES\r
be46cd5f 82\r
d0bf5623 83[Pcd]\r
84edd20b
SZ
84 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES\r
85 gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask ## CONSUMES\r
800c02fb 86 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## 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