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