X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeServicesLib%2FDxeServicesLib.inf;h=d60f76129b0490dc1714920cc116b5890bd13930;hb=9344f0921518309295da89c221d10cbead8531aa;hp=cc4cd6522a46227ffa3de8a35027e9339f0b845c;hpb=eb9dd4d058b51fd95f93145fb5dd3ab9095e40dd;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf b/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf index cc4cd6522a..d60f76129b 100644 --- a/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf +++ b/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf @@ -1,36 +1,39 @@ -#/** @file -# Instance of PI Library for DXE phase. +## @file +# DXE Services Library instance provides functions that simplify the development of DXE Drivers. # -# Copyright (c) 2007 - 2008, Intel Corporation. +# DXE Services Library provides access data from sections of FFS files based on FV protocol. +# It also provides access file based on file path from a firmware volume, +# from a file system interface, or from the load file interface. # -# 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 = DxeServicesLib + MODULE_UNI_FILE = DxeServicesLib.uni FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - EDK_RELEASE_VERSION = 0x00020000 - PI_SPECIFICATION_VERSION = 0x00010000 - + LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 # -[Sources.common] +[Sources] DxeServicesLib.c +[Sources.IA32, Sources.EBC, Sources.ARM, Sources.AARCH64] + Allocate.c + +[Sources.X64] + X64/Allocate.c + [Packages] MdePkg/MdePkg.dec @@ -38,9 +41,20 @@ [LibraryClasses] MemoryAllocationLib DebugLib + DevicePathLib + UefiLib UefiBootServicesTableLib +[LibraryClasses.X64] + HobLib + +[Guids] + gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED + [Protocols] - gEfiFirmwareVolume2ProtocolGuid # ALWAYS_CONSUMED - gEfiLoadedImageProtocolGuid + gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES + gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES + gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES + gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES + gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES