]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg: Clean up source files
[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 - 2018, 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
44 [Sources.Ia32]
45 IA32/SetIdtEntry.c
46 IA32/S3Asm.nasm
47
48 [Packages]
49 MdePkg/MdePkg.dec
50 MdeModulePkg/MdeModulePkg.dec
51
52 [LibraryClasses]
53 PcdLib
54 BaseMemoryLib
55 UefiDriverEntryPoint
56 BaseLib
57 S3BootScriptLib
58 PeCoffLib
59 DxeServicesLib
60 UefiBootServicesTableLib
61 CacheMaintenanceLib
62 UefiLib
63 DebugAgentLib
64 LockBoxLib
65 CpuExceptionHandlerLib
66 DevicePathLib
67 DxeServicesTableLib
68
69 [Guids]
70 gEfiBootScriptExecutorVariableGuid ## PRODUCES ## UNDEFINED # SaveLockBox
71 gEfiBootScriptExecutorContextGuid ## PRODUCES ## UNDEFINED # SaveLockBox
72 gEdkiiMemoryProfileGuid ## SOMETIMES_CONSUMES ## GUID # Locate protocol
73
74 [Protocols]
75 ## NOTIFY
76 ## CONSUMES
77 gEfiDxeSmmReadyToLockProtocolGuid
78
79 [FeaturePcd]
80 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
81
82 [Pcd]
83 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable ## SOMETIMES_CONSUMES
84 gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask ## CONSUMES
85 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES
86 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask ## CONSUMES
87
88 [Depex]
89 gEfiLockBoxProtocolGuid
90
91 [UserExtensions.TianoCore."ExtraFiles"]
92 BootScriptExecutorDxeExtra.uni