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