]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Added necessary support module type
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeLib / UefiRuntimeLib.inf
CommitLineData
89f10087 1#/** @file\r
2# Runtime driver library\r
3#\r
f1baef62 4# Instance of runtime driver library, Hook VitualAddressChange and\r
89f10087 5# BooterviceExit event and provide runtime service.\r
6# Copyright (c) 2006 - 2007, Intel Corporation.\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
89f10087 18[Defines]\r
19 INF_VERSION = 0x00010005\r
f1baef62 20 BASE_NAME = UefiRuntimeLib\r
89f10087 21 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
0ca3bcbc 24 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION DXE_SMM_DRIVER\r
89f10087 25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 CONSTRUCTOR = RuntimeDriverLibConstruct\r
29 DESTRUCTOR = RuntimeDriverLibDeconstruct\r
30\r
89f10087 31#\r
ad9e507a 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