]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
Clean up DEC files:
[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 - 2010, 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 FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = RuntimeDriverInitialize\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 Crc32.c\r
38 Runtime.h\r
39 Runtime.c\r
40 \r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45[LibraryClasses]\r
46 PeCoffLib\r
47 CacheMaintenanceLib\r
48 UefiBootServicesTableLib\r
49 UefiLib\r
50 UefiRuntimeServicesTableLib\r
51 ReportStatusCodeLib\r
52 DebugLib\r
53 UefiDriverEntryPoint\r
54 BaseLib\r
55\r
56[Protocols]\r
57 gEfiRuntimeArchProtocolGuid ## PRODUCES\r
58 gEfiLoadedImageProtocolGuid ## CONSUMES\r
59 \r
60[depex]\r
61 TRUE