]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Refine file header for INF files of MDE library instances.
[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
6#\r
7# Copyright (c) 2006 - 2008, Intel Corporation.\r
89f10087 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
89f10087 19[Defines]\r
20 INF_VERSION = 0x00010005\r
f1baef62 21 BASE_NAME = UefiRuntimeLib\r
89f10087 22 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
0ca3bcbc 25 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER\r
89f10087 26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 CONSTRUCTOR = RuntimeDriverLibConstruct\r
30 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
31\r
89f10087 32#\r
60c93673 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
89f10087 34#\r
35\r
89f10087 36\r
37[Sources.common]\r
38 RuntimeLibInternal.h\r
89f10087 39 RuntimeService.c\r
40 RuntimeLib.c\r
41\r
89f10087 42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
89f10087 45[LibraryClasses]\r
46 UefiBootServicesTableLib\r
ad9e507a 47 UefiRuntimeServicesTableLib\r
89f10087 48 DebugLib\r
49\r
50\r