X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiSalLib%2FUefiSalLib.inf;h=bc25c53b83d7152ccced370d0a0e1e3b196e4280;hb=41bfaffd13094d9042110091e6c37adf20c4032c;hp=9a30213ee5db0cc249a07347f20d72e675ce13d8;hpb=dc8577f2756004a71def12afd21272aeaaca950b;p=mirror_edk2.git diff --git a/MdePkg/Library/UefiSalLib/UefiSalLib.inf b/MdePkg/Library/UefiSalLib/UefiSalLib.inf index 9a30213ee5..bc25c53b83 100644 --- a/MdePkg/Library/UefiSalLib/UefiSalLib.inf +++ b/MdePkg/Library/UefiSalLib/UefiSalLib.inf @@ -1,24 +1,25 @@ -# @file +## @file # UEFI Instance of SAL Library Class. # # This instance of SAL library retrieves the SAL Entry Point from the SAL System Table # register in the EFI System Confguration Table. # -# Copyright (c) 2007 - 2008, Intel Corporation. +# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# 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 +# 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. # # -# +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = UefiSalLib + MODULE_UNI_FILE = UefiSalLib.uni FILE_GUID = 4ABCFD77-4A33-4089-B003-5F09BCA940A2 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -31,7 +32,7 @@ # VALID_ARCHITECTURES = IPF # -[Sources.IPF] +[Sources] UefiSalLib.c [Packages] @@ -40,3 +41,7 @@ [LibraryClasses] UefiLib DebugLib + +[Guids] + gEfiSalSystemTableGuid ## CONSUMES ## SystemTable +