2014-07-29 04:21:52 +02:00
|
|
|
## @file
|
2015-01-19 08:18:24 +01:00
|
|
|
# NULL instance of Platform Sec Lib.
|
2014-07-29 04:21:52 +02:00
|
|
|
#
|
2015-01-19 08:18:24 +01:00
|
|
|
# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
|
2014-07-29 04:21:52 +02:00
|
|
|
#
|
2019-04-04 01:04:08 +02:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2014-07-29 04:21:52 +02:00
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# Defines Section - statements that will be processed to create a Makefile.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
2015-04-23 10:52:21 +02:00
|
|
|
BASE_NAME = BaseFspSecPlatformLibNull
|
2014-08-05 05:59:56 +02:00
|
|
|
FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311
|
2014-07-29 04:21:52 +02:00
|
|
|
MODULE_TYPE = SEC
|
|
|
|
VERSION_STRING = 1.0
|
2015-04-23 10:52:21 +02:00
|
|
|
LIBRARY_CLASS = FspSecPlatformLib
|
2014-07-29 04:21:52 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
2015-04-23 10:52:21 +02:00
|
|
|
# VALID_ARCHITECTURES = IA32
|
2014-07-29 04:21:52 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# Sources Section - list of files that are required for the build to succeed.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
[Sources]
|
|
|
|
PlatformSecLibNull.c
|
|
|
|
|
2015-04-23 10:52:21 +02:00
|
|
|
[Sources.IA32]
|
|
|
|
Ia32/Flat32.asm
|
|
|
|
Ia32/Flat32.s
|
|
|
|
Ia32/SecCarInit.asm
|
|
|
|
Ia32/SecCarInit.s
|
2014-07-29 04:21:52 +02:00
|
|
|
|
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# Package Dependency Section - list of Package files that are required for
|
|
|
|
# this module.
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
2015-04-23 10:52:21 +02:00
|
|
|
IntelFspPkg/IntelFspPkg.dec
|