]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2WrapperPkg/Library/BaseFspWrapperApiTestLibNull/BaseFspWrapperApiTestLibNull.inf
IntelFsp2WrapperPkg: Support FSP Dispatch mode
[mirror_edk2.git] / IntelFsp2WrapperPkg / Library / BaseFspWrapperApiTestLibNull / BaseFspWrapperApiTestLibNull.inf
CommitLineData
cf1d4549
JY
1### @file\r
2# Provide FSP wrapper API test related function.\r
3#\r
4# Copyright (C) 2016, Intel Corporation. All rights reserved.<BR>\r
5#\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
12#\r
13##\r
14\r
15[Defines]\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
20 MODULE_TYPE = PEIM\r
21 LIBRARY_CLASS = FspWrapperApiTestLib\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32\r
27#\r
28\r
29################################################################################\r
30#\r
31# Sources Section - list of files that are required for the build to succeed.\r
32#\r
33################################################################################\r
34\r
35[Sources]\r
36 FspWrapperApiTestNull.c\r
37\r
38################################################################################\r
39#\r
40# Package Dependency Section - list of Package files that are required for\r
41# this module.\r
42#\r
43################################################################################\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 IntelFsp2Pkg/IntelFsp2Pkg.dec\r
48 IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
49\r
50[LibraryClasses]\r
51 DebugLib\r
52\r
cae524cd 53[Guids]\r