X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FPeiPcdLib%2FPeiPcdLib.inf;h=58288b4ab780662cf5b5be0b3cc0591098cf4a50;hb=0c3437e0437334687bf08557339072ec9d6977e3;hp=60de929637ff3d163b7a472ee918a861f670d06c;hpb=c7d265a94a3ee2517430e4f19f5b24482e5e7132;p=mirror_edk2.git diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf b/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf index 60de929637..58288b4ab7 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf @@ -1,9 +1,8 @@ #/** @file -# PCD Library instance implemented with PCD PPI. +# Instance of PCD Library using PCD PPI. +# +# PCD Library that uses the PCD PPI to access Dynamic and DynamicEx PCD entries # -# This library instance implement the APIs listed -# in PCD library class defined in MDE library specification. -# It is used by module in PEI phase. # Copyright (c) 2007, Intel Corporation # # All rights reserved. This program and the accompanying materials @@ -16,79 +15,35 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PeiPcdLib FILE_GUID = 9dbf6f25-0da2-4a1d-8e12-e78de6ab4d0e MODULE_TYPE = PEIM VERSION_STRING = 1.0 - LIBRARY_CLASS = PcdLib|PEIM PEI_CORE - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + LIBRARY_CLASS = PcdLib|PEIM PEI_CORE SEC # -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 X64 IPF EBC -# - -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. +# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only) # -################################################################################ [Sources.common] PeiPcdLib.c -################################################################################ -# -# Includes Section - list of Include locations that are required for -# this module. -# -################################################################################ - -[Includes] - $(WORKSPACE)/MdePkg\Include/Library - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ - [Packages] MdePkg/MdePkg.dec -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ - [LibraryClasses] BaseMemoryLib - PeiServicesTablePointerLib + PeiServicesLib DebugLib -################################################################################ -# -# PPI C Name Section - list of PPI and PPI Notify C Names that this module -# uses or produces. -# -################################################################################ - [Ppis] gPcdPpiGuid # PPI ALWAYS_CONSUMED +[depex] + gPcdPpiGuid