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