## @file # Unit tests of EvaluateDependency API in FmpDependencyLib that are run from UEFI Shell. # # Copyright (c) 2020, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## [Defines] INF_VERSION = 0x00010006 BASE_NAME = FmpDependencyLibUnitTestsUefi FILE_GUID = 8FF4C129-C2EF-445D-8658-9A342A1FCC4D MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 ENTRY_POINT = FmpDependencyLibUnitTestAppEntry # # 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 UefiApplicationEntryPoint DebugLib UnitTestLib FmpDependencyLib