]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/Test/UnitTest/Library/FmpDependencyLib/FmpDependencyLibUnitTestsHost.inf
93ae635da59139788e26648bf4e9bad8ed0ff1e6
[mirror_edk2.git] / FmpDevicePkg / Test / UnitTest / Library / FmpDependencyLib / FmpDependencyLibUnitTestsHost.inf
1 ## @file
2 # Unit tests of EvaluateDependency API in FmpDependencyLib that are run from host
3 # environment.
4 #
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010006
11 BASE_NAME = FmpDependencyLibUnitTestsHost
12 FILE_GUID = CE32C647-CAD7-4099-9463-653B932C1691
13 MODULE_TYPE = HOST_APPLICATION
14 VERSION_STRING = 1.0
15
16 #
17 # The following information is for reference only and not required by the build tools.
18 #
19 # VALID_ARCHITECTURES = IA32 X64
20 #
21
22 [Sources]
23 EvaluateDependencyUnitTest.c
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 FmpDevicePkg/FmpDevicePkg.dec
28
29 [LibraryClasses]
30 BaseLib
31 BaseMemoryLib
32 DebugLib
33 UnitTestLib
34 FmpDependencyLib