2 # Provide FSP wrapper API test related function.
\r
4 # Copyright (C) 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
16 INF_VERSION = 0x00010017
\r
17 BASE_NAME = BaseFspWrapperApiTestLibNull
\r
18 FILE_GUID = E7E96F88-017B-417C-8DC8-B84C2B877020
\r
19 VERSION_STRING = 1.0
\r
21 LIBRARY_CLASS = FspWrapperApiTestLib
\r
24 # The following information is for reference only and not required by the build tools.
\r
26 # VALID_ARCHITECTURES = IA32
\r
29 ################################################################################
\r
31 # Sources Section - list of files that are required for the build to succeed.
\r
33 ################################################################################
\r
36 FspWrapperApiTestNull.c
\r
38 ################################################################################
\r
40 # Package Dependency Section - list of Package files that are required for
\r
43 ################################################################################
\r
47 IntelFsp2Pkg/IntelFsp2Pkg.dec
\r
48 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
\r