]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / RuntimeDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
48557c65 2# Module that produces EFI runtime virtual switch over services.\r
f2abdc91 3#\r
48557c65 4# This runtime module installs Runtime Architectural Protocol and registers\r
5# CalculateCrc32 boot services table, SetVirtualAddressMap & ConvertPointer\r
6# runtime services table.\r
6f315615 7#\r
d1102dba 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
f2abdc91 9#\r
cd5ebaa0 10# This program and the accompanying materials\r
f2abdc91 11# are 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# 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
6bfbb5f0 18##\r
f2abdc91 19\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = RuntimeDxe\r
6036e94d 24 MODULE_UNI_FILE = RuntimeDxe.uni\r
f2abdc91 25 FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
f2abdc91 28\r
29 ENTRY_POINT = RuntimeDriverInitialize\r
30\r
078bee4e 31#\r
32# The following information is for reference only and not required by the build tools.\r
f2abdc91 33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
6bfbb5f0 37[Sources]\r
f2abdc91 38 Crc32.c\r
39 Runtime.h\r
40 Runtime.c\r
d1102dba 41\r
f2abdc91 42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45\r
46[LibraryClasses]\r
47 PeCoffLib\r
48 CacheMaintenanceLib\r
49 UefiBootServicesTableLib\r
857c8410 50 UefiLib\r
f2abdc91 51 UefiRuntimeServicesTableLib\r
f2abdc91 52 ReportStatusCodeLib\r
53 DebugLib\r
54 UefiDriverEntryPoint\r
55 BaseLib\r
56\r
f2abdc91 57[Protocols]\r
7bfc66a2 58 gEfiRuntimeArchProtocolGuid ## PRODUCES\r
59 gEfiLoadedImageProtocolGuid ## CONSUMES\r
d1102dba 60\r
f2abdc91 61[depex]\r
6036e94d
SZ
62 TRUE\r
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
d1102dba 65 RuntimeDxeExtra.uni\r