]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
IntelFsp2WrapperPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperApiTestLibNull / BaseFspWrapperApiTestLibNull.inf
1 ### @file
2 # Provide FSP wrapper API test related function.
3 #
4 # Copyright (C) 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010017
12 BASE_NAME = BaseFspWrapperApiTestLibNull
13 FILE_GUID = E7E96F88-017B-417C-8DC8-B84C2B877020
14 VERSION_STRING = 1.0
15 MODULE_TYPE = PEIM
16 LIBRARY_CLASS = FspWrapperApiTestLib
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32
22 #
23
24 ################################################################################
25 #
26 # Sources Section - list of files that are required for the build to succeed.
27 #
28 ################################################################################
29
30 [Sources]
31 FspWrapperApiTestNull.c
32
33 ################################################################################
34 #
35 # Package Dependency Section - list of Package files that are required for
36 # this module.
37 #
38 ################################################################################
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 IntelFsp2Pkg/IntelFsp2Pkg.dec
43 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec
44
45 [LibraryClasses]
46 DebugLib
47
48 [Guids]