]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
MdePkg/UefiRuntimeLib: Do not allow to be linked by DXE driver
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / UefiRuntimeLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# Instance of UEFI Runtime Library.\r
89f10087 3#\r
85ea851e 4# Instance of UEFI Runtime Library, with hooked EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and\r
5# EVT_SIGNAL_EXIT_BOOT_SERVICES event, to provide runtime services.\r
484c7785 6# This instance also supports SAL drivers for better performance.\r
85ea851e 7#\r
f6406f94 8# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
89f10087 9#\r
19388d29 10# This program and the accompanying materials\r
89f10087 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
2fc59a00 13# http://opensource.org/licenses/bsd-license.php.\r
89f10087 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
89f10087 19\r
89f10087 20[Defines]\r
21 INF_VERSION = 0x00010005\r
f1baef62 22 BASE_NAME = UefiRuntimeLib\r
c92c1790 23 MODULE_UNI_FILE = UefiRuntimeLib.uni\r
89f10087 24 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
f6b4e53d 25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
89f10087 26 VERSION_STRING = 1.0\r
f6406f94 27 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
89f10087 28\r
29 CONSTRUCTOR = RuntimeDriverLibConstruct\r
30 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
31\r
89f10087 32#\r
484c7785 33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
89f10087 34#\r
35\r
89f10087 36\r
6bfbb5f0 37[Sources]\r
89f10087 38 RuntimeLib.c\r
39\r
89f10087 40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
89f10087 43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
ad9e507a 45 UefiRuntimeServicesTableLib\r
89f10087 46 DebugLib\r
57a31578 47 \r
48[Guids]\r
c92c1790
LG
49 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
50 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
89f10087 51\r