]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / UefiRuntimeServicesTableLib / UefiRuntimeServicesTableLib.inf
... / ...
CommitLineData
1## @file\r
2# UEFI Runtime Services Table Library implementation.\r
3#\r
4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = UefiRuntimeServicesTableLib\r
14 MODULE_UNI_FILE = UefiRuntimeServicesTableLib.uni\r
15 FILE_GUID = 19cbbb97-ff61-45ff-8c3f-dfa66dd118c8\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = UefiRuntimeServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
19\r
20 CONSTRUCTOR = UefiRuntimeServicesTableLibConstructor\r
21\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
27 UefiRuntimeServicesTableLib.c\r
28\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r
33\r
34[LibraryClasses]\r
35 DebugLib\r
36\r