2 # Provide FSP API related function.
\r
4 # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
\r
6 # This program and the accompanying materials
\r
7 # are licensed and made available under the terms and conditions of the BSD License
\r
8 # which accompanies this distribution. The full text of the license may be found at
\r
9 # http://opensource.org/licenses/bsd-license.php.
\r
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
15 ################################################################################
\r
17 # Defines Section - statements that will be processed to create a Makefile.
\r
19 ################################################################################
\r
21 INF_VERSION = 0x00010005
\r
22 BASE_NAME = BaseFspWrapperApiLib
\r
23 FILE_GUID = F42C789F-4D66-49AF-8C73-1AADC00437AC
\r
25 VERSION_STRING = 1.0
\r
26 LIBRARY_CLASS = FspWrapperApiLib
\r
29 # The following information is for reference only and not required by the build tools.
\r
31 # VALID_ARCHITECTURES = IA32 X64
\r
34 ################################################################################
\r
36 # Sources Section - list of files that are required for the build to succeed.
\r
38 ################################################################################
\r
44 IA32/DispatchExecute.c
\r
47 X64/DispatchExecute.c
\r
51 ################################################################################
\r
53 # Package Dependency Section - list of Package files that are required for
\r
56 ################################################################################
\r
60 IntelFsp2Pkg/IntelFsp2Pkg.dec
\r
61 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
\r
67 gFspHeaderFileGuid ## CONSUMES ## GUID
\r
70 gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress ## CONSUMES
\r
71 gIntelFsp2WrapperTokenSpaceGuid.PcdFspsBaseAddress ## CONSUMES
\r