]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
MdePkg BaseMemoryLibSse2: Convert X64/SetMem64.asm to NASM
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / UefiRuntimeLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of UEFI Runtime Library.\r
3#\r
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
6# This instance also supports SAL drivers for better performance.\r
7#\r
8# Copyright (c) 2006 - 2014, 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[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = UefiRuntimeLib\r
23 MODULE_UNI_FILE = UefiRuntimeLib.uni\r
24 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
25 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER\r
28\r
29 CONSTRUCTOR = RuntimeDriverLibConstruct\r
30 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
31\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36\r
37[Sources]\r
38 RuntimeLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
45 UefiRuntimeServicesTableLib\r
46 DebugLib\r
47 \r
48[Guids]\r
49 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
50 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
51\r