mirror of https://github.com/acidanthera/audk.git
33 lines
872 B
INI
33 lines
872 B
INI
## @file
|
|
# Instance of FspCommonLib
|
|
# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = BaseFspCommonLib
|
|
FILE_GUID = 54607F66-D728-448e-A282-49E0404A557F
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = FspCommonLib
|
|
|
|
[Sources]
|
|
FspCommonLib.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
IntelFspPkg/IntelFspPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
|
|
[Pcd]
|
|
gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress ## CONSUMES
|
|
|
|
[FixedPcd]
|
|
gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
|
|
gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
|