## @file
|
#
|
# @copyright
|
# Copyright 2008 - 2021 Intel Corporation. <BR>
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
##
|
|
################################################################################
|
#
|
# Defines Section - statements that will be processed to create a Makefile.
|
#
|
################################################################################
|
[Defines]
|
INF_VERSION = 0x00010005
|
BASE_NAME = SiliconWorkaroundLib
|
FILE_GUID = 85650F6E-9B35-40C0-9F84-B6C8285D1837
|
MODULE_TYPE = BASE
|
VERSION_STRING = 1.0
|
LIBRARY_CLASS = SiliconWorkaroundLib
|
|
################################################################################
|
#
|
# Sources Section - list of files that are required for the build to succeed.
|
#
|
################################################################################
|
|
[Sources]
|
SiliconWorkaroundLibNull.c
|
|
################################################################################
|
#
|
# Package Dependency Section - list of Package files that are required for
|
# this module.
|
#
|
################################################################################
|
|
[Packages]
|
MdePkg/MdePkg.dec
|
WhitleySiliconPkg/CpRcPkg.dec
|
WhitleySiliconPkg/SiliconPkg.dec
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
[LibraryClasses]
|
DebugLib
|
EmulationConfigurationLib
|
PreSiliconEnvDetectLib
|
CpuAndRevisionLib
|
SiliconWorkaroundHelperLib
|
|