]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Update MODULE_TYPE to be DXE_RUNTIME_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
19388d29 8# Copyright (c) 2006 - 2010, 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
89f10087 23 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
f6b4e53d 24 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
89f10087 25 VERSION_STRING = 1.0\r
c91a44b8 26 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_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
6bfbb5f0 36[Sources]\r
89f10087 37 RuntimeLib.c\r
38\r
89f10087 39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
89f10087 42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
ad9e507a 44 UefiRuntimeServicesTableLib\r
89f10087 45 DebugLib\r
57a31578 46 \r
47[Guids]\r
48 gEfiEventExitBootServicesGuid ## PRODUCES ## Event\r
49 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
89f10087 50\r