1 ## @file 2 # The library implements the Extended SAL Library Class for boot service only modules. 3 # 4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 5 # 6 # This program and the accompanying materials 7 # are licensed and made available under the terms and conditions of the BSD License 8 # which accompanies this distribution. The full text of the license may be found at 9 # http://opensource.org/licenses/bsd-license.php. 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 ## 14 15 [Defines] 16 INF_VERSION = 0x00010005 17 BASE_NAME = DxeExtendedSalLib 18 MODULE_UNI_FILE = DxeExtendedSalLib.uni 19 FILE_GUID = 8FDED21D-7AB5-4c26-8CF7-20EC4DB9861D 20 MODULE_TYPE = DXE_DRIVER 21 VERSION_STRING = 1.0 22 LIBRARY_CLASS = ExtendedSalLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION 23 CONSTRUCTOR = DxeExtendedSalLibConstruct 24 25 # 26 # The following information is for reference only and not required by the build tools. 27 # 28 # VALID_ARCHITECTURES = IPF 29 # 30 31 [Sources.IPF] 32 ExtendedSalLib.c 33 Ipf/AsmExtendedSalLib.s 34 35 [Packages] 36 MdePkg/MdePkg.dec 37 38 [LibraryClasses] 39 UefiBootServicesTableLib 40 41 [Protocols] 42 gEfiExtendedSalBootServiceProtocolGuid ## CONSUMES 43 44 [Depex.common.DXE_DRIVER] 45 gEfiExtendedSalBootServiceProtocolGuid 46 47