]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / RuntimeDxe.inf
1 ## @file
2 # Module that produces EFI runtime virtual switch over services.
3 #
4 # This runtime module installs Runtime Architectural Protocol and registers
5 # CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer
6 # runtime services table.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = RuntimeDxe
19 MODULE_UNI_FILE = RuntimeDxe.uni
20 FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE
21 MODULE_TYPE = DXE_RUNTIME_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = RuntimeDriverInitialize
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 Crc32.c
34 Runtime.h
35 Runtime.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40
41 [LibraryClasses]
42 PeCoffLib
43 CacheMaintenanceLib
44 UefiBootServicesTableLib
45 UefiLib
46 UefiRuntimeServicesTableLib
47 ReportStatusCodeLib
48 DebugLib
49 UefiDriverEntryPoint
50 BaseLib
51
52 [Protocols]
53 gEfiRuntimeArchProtocolGuid ## PRODUCES
54 gEfiLoadedImageProtocolGuid ## CONSUMES
55
56 [depex]
57 TRUE
58
59 [UserExtensions.TianoCore."ExtraFiles"]
60 RuntimeDxeExtra.uni