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