]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
Remove unused comments in MdePkg.
[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
f1baef62 24 LIBRARY_CLASS = UefiRuntimeLib|DXE_RUNTIME_DRIVER DXE_SAL_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
0c1f1ad1 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
89f10087 33#\r
34\r
89f10087 35\r
36[Sources.common]\r
37 RuntimeLibInternal.h\r
89f10087 38\r
39[Sources.Ia32]\r
40 RuntimeService.c\r
41 RuntimeLib.c\r
42\r
43[Sources.X64]\r
44 RuntimeService.c\r
45 RuntimeLib.c\r
46\r
47[Sources.EBC]\r
48 RuntimeService.c\r
49 RuntimeLib.c\r
50\r
51\r
89f10087 52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55\r
56[Packages.IPF]\r
57 MdePkg/MdePkg.dec\r
58\r
59\r
89f10087 60[LibraryClasses]\r
61 UefiBootServicesTableLib\r
62 DebugLib\r
63\r
64\r