X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FmpDevicePkg%2FTest%2FUnitTest%2FLibrary%2FFmpDependencyLib%2FFmpDependencyLibUnitTestsHost.inf;fp=FmpDevicePkg%2FTest%2FUnitTest%2FLibrary%2FFmpDependencyLib%2FFmpDependencyLibUnitTestsHost.inf;h=93ae635da59139788e26648bf4e9bad8ed0ff1e6;hp=0000000000000000000000000000000000000000;hb=ff306cfd6ce43771d992e506aef9c4c8009cdb25;hpb=a93bf06b1da145f6e0dc305ccb7de6f2b4dec1f7;ds=sidebyside diff --git a/FmpDevicePkg/Test/UnitTest/Library/FmpDependencyLib/FmpDependencyLibUnitTestsHost.inf b/FmpDevicePkg/Test/UnitTest/Library/FmpDependencyLib/FmpDependencyLibUnitTestsHost.inf new file mode 100644 index 0000000000..93ae635da5 --- /dev/null +++ b/FmpDevicePkg/Test/UnitTest/Library/FmpDependencyLib/FmpDependencyLibUnitTestsHost.inf @@ -0,0 +1,34 @@ +## @file +# Unit tests of EvaluateDependency API in FmpDependencyLib that are run from host +# environment. +# +# Copyright (c) 2020, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent +## + +[Defines] + INF_VERSION = 0x00010006 + BASE_NAME = FmpDependencyLibUnitTestsHost + FILE_GUID = CE32C647-CAD7-4099-9463-653B932C1691 + MODULE_TYPE = HOST_APPLICATION + VERSION_STRING = 1.0 + +# +# The following information is for reference only and not required by the build tools. +# +# VALID_ARCHITECTURES = IA32 X64 +# + +[Sources] + EvaluateDependencyUnitTest.c + +[Packages] + MdePkg/MdePkg.dec + FmpDevicePkg/FmpDevicePkg.dec + +[LibraryClasses] + BaseLib + BaseMemoryLib + DebugLib + UnitTestLib + FmpDependencyLib