]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[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# This program and the accompanying materials\r
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
18##\r
19\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = RuntimeDxe\r
24 MODULE_UNI_FILE = RuntimeDxe.uni\r
25 FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
28\r
29 ENTRY_POINT = RuntimeDriverInitialize\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources]\r
38 Crc32.c\r
39 Runtime.h\r
40 Runtime.c\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45\r
46[LibraryClasses]\r
47 PeCoffLib\r
48 CacheMaintenanceLib\r
49 UefiBootServicesTableLib\r
50 UefiLib\r
51 UefiRuntimeServicesTableLib\r
52 ReportStatusCodeLib\r
53 DebugLib\r
54 UefiDriverEntryPoint\r
55 BaseLib\r
56\r
57[Protocols]\r
58 gEfiRuntimeArchProtocolGuid ## PRODUCES\r
59 gEfiLoadedImageProtocolGuid ## CONSUMES\r
60\r
61[depex]\r
62 TRUE\r
63\r
64[UserExtensions.TianoCore."ExtraFiles"]\r
65 RuntimeDxeExtra.uni\r