]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
fix some checklist issues
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / UefiRuntimeLib.inf
CommitLineData
89f10087 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
8# Copyright (c) 2006 - 2008, Intel Corporation.\r
89f10087 9#\r
10# All rights reserved. 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
89f10087 20[Defines]\r
21 INF_VERSION = 0x00010005\r
f1baef62 22 BASE_NAME = UefiRuntimeLib\r
89f10087 23 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
484c7785 24 MODULE_TYPE = UEFI_DRIVER\r
89f10087 25 VERSION_STRING = 1.0\r
484c7785 26 LIBRARY_CLASS = UefiRuntimeLib|UEFI_DRIVER DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER\r
89f10087 27\r
28 CONSTRUCTOR = RuntimeDriverLibConstruct\r
29 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
30\r
89f10087 31#\r
484c7785 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
89f10087 33#\r
34\r
89f10087 35\r
36[Sources.common]\r
37 RuntimeLibInternal.h\r
89f10087 38 RuntimeService.c\r
39 RuntimeLib.c\r
40\r
89f10087 41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
89f10087 44[LibraryClasses]\r
45 UefiBootServicesTableLib\r
ad9e507a 46 UefiRuntimeServicesTableLib\r
89f10087 47 DebugLib\r
48\r
49\r