]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
Meta-data review.
[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 - 2008, Intel Corporation
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = RuntimeDxe
24 FILE_GUID = B601F8C4-43B7-4784-95B1-F4226CB40CEE
25 MODULE_TYPE = DXE_RUNTIME_DRIVER
26 VERSION_STRING = 1.0
27
28 ENTRY_POINT = RuntimeDriverInitialize
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources.common]
37 Crc32.c
38 Runtime.h
39 Runtime.c
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44
45 [LibraryClasses]
46 PeCoffLib
47 CacheMaintenanceLib
48 UefiBootServicesTableLib
49 UefiLib
50 UefiRuntimeServicesTableLib
51 ReportStatusCodeLib
52 DebugLib
53 UefiDriverEntryPoint
54 BaseLib
55
56 [Protocols]
57 gEfiRuntimeArchProtocolGuid ## PRODUCES
58 gEfiLoadedImageProtocolGuid ## CONSUMES
59
60 [FixedPcd.common]
61 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap
62
63 [depex]
64 TRUE