X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiServicesTablePointerLib%2FPeiServicesTablePointerLib.inf;h=d1916806c68188fb84dab8e5c7f111f6ad6e8c89;hb=6bfbb5f0e09c3fd70e0df5300dfed2e734c4a230;hp=8f1a3cc18ea35403d16b38b99866310741b8f213;hpb=7b202cb0f917fde1d84f77b000063d56e2c11530;p=mirror_edk2.git diff --git a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf index 8f1a3cc18e..d1916806c6 100644 --- a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf +++ b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf @@ -1,11 +1,11 @@ -#/** @file +## @file # Instance of PEI Services Table Pointer Library using global variable for the table pointer. # # PEI Services Table Pointer Library implementation that retrieves a pointer to the # PEI Services Table from a global variable. Not available to modules that execute from # read-only memory. # -# Copyright (c) 2007 - 2008, Intel Corporation. +# Copyright (c) 2007 - 2010, Intel Corporation. # # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -31,7 +31,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # -[Sources.common] +[Sources] PeiServicesTablePointer.c [Packages]