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