]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
MdePkg: Do not use CreateEventEx unless required
[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
9095d37b 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
89f10087 9#\r
9344f092 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
89f10087 11#\r
12#\r
6bfbb5f0 13##\r
89f10087 14\r
89f10087 15[Defines]\r
16 INF_VERSION = 0x00010005\r
f1baef62 17 BASE_NAME = UefiRuntimeLib\r
c92c1790 18 MODULE_UNI_FILE = UefiRuntimeLib.uni\r
89f10087 19 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
f6b4e53d 20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
89f10087 21 VERSION_STRING = 1.0\r
3cb0a311 22 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER\r
89f10087 23\r
24 CONSTRUCTOR = RuntimeDriverLibConstruct\r
25 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
26\r
89f10087 27#\r
3cb0a311 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
89f10087 29#\r
30\r
89f10087 31\r
6bfbb5f0 32[Sources]\r
89f10087 33 RuntimeLib.c\r
34\r
89f10087 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
89f10087 38[LibraryClasses]\r
39 UefiBootServicesTableLib\r
ad9e507a 40 UefiRuntimeServicesTableLib\r
89f10087 41 DebugLib\r