]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
MdeModulePkg: Add BootScriptExecutorDxe driver
[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
7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
22 FILE_GUID = FA20568B-548B-4b2b-81EF-1BA08D4A3CEC\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = BootScriptExecutorEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 ScriptExecute.h\r
36 ScriptExecute.c\r
37\r
38[Sources.X64]\r
39 X64/SetIdtEntry.c \r
40 X64/S3Asm.asm\r
41 X64/S3Asm.S\r
42 \r
43[Sources.Ia32]\r
44 IA32/SetIdtEntry.c \r
45 IA32/S3Asm.asm\r
46 IA32/S3Asm.S\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51\r
52[LibraryClasses]\r
53 TimerLib\r
54 PcdLib\r
55 BaseMemoryLib\r
56 SmbusLib\r
57 UefiDriverEntryPoint\r
58 BaseLib\r
59 PciLib\r
60 IoLib\r
61 S3BootScriptLib\r
62 PeCoffLib\r
63 DxeServicesLib\r
64 UefiBootServicesTableLib\r
65 UefiRuntimeServicesTableLib\r
66 CacheMaintenanceLib\r
67 PerformanceLib\r
68 UefiLib\r
69 DebugAgentLib\r
70 LockBoxLib\r
71\r
72[Guids]\r
73 gEfiBootScriptExecutorVariableGuid\r
74 gEfiBootScriptExecutorContextGuid\r
75 gPerformanceProtocolGuid\r
76 gEfiEventExitBootServicesGuid\r
77\r
78[FeaturePcd]\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode\r
80\r
81[Depex]\r
82 gEfiLockBoxProtocolGuid\r
83\r