X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiBootServicesTableLib%2FUefiBootServicesTableLib.inf;h=3a17dc18f6845f42ec7dde4cdb9f5ed92b72343d;hb=9344f0921518309295da89c221d10cbead8531aa;hp=3d575ab8125f3e90a6bb21a9f4ec627c62dfd64e;hpb=bf295af27c0638bb9563436c946954916badbcf9;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf index 3d575ab812..3a17dc18f6 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf @@ -1,38 +1,29 @@ -#/** @file -# UEFI Boot Services Table Library -# -# This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in -# library's constructor. -# -# Copyright (c) 2007, Intel Corporation. +## @file +# UEFI Boot Services Table Library implementation. # -# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# +# SPDX-License-Identifier: BSD-2-Clause-Patent # -#**/ +# +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = UefiBootServicesTableLib + MODULE_UNI_FILE = UefiBootServicesTableLib.uni FILE_GUID = ff5c7a2c-ab7a-4366-8616-11c6e53247b6 - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE CONSTRUCTOR = UefiBootServicesTableLibConstructor # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # -[Sources.common] +[Sources] UefiBootServicesTableLib.c [Packages]