X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FSecureBootVariableLib%2FUnitTest%2FSecureBootVariableLibUnitTest.inf;fp=SecurityPkg%2FLibrary%2FSecureBootVariableLib%2FUnitTest%2FSecureBootVariableLibUnitTest.inf;h=f99fb09be52ea0ee58d935c832b3f34e2096d7ec;hp=0000000000000000000000000000000000000000;hb=dbc4e3675f507b2c6df4bd2a0f5bdba37ff0d54c;hpb=5678ebb42b5137556b8d62dd8a3c5779d5a21a48 diff --git a/SecurityPkg/Library/SecureBootVariableLib/UnitTest/SecureBootVariableLibUnitTest.inf b/SecurityPkg/Library/SecureBootVariableLib/UnitTest/SecureBootVariableLibUnitTest.inf new file mode 100644 index 0000000000..f99fb09be5 --- /dev/null +++ b/SecurityPkg/Library/SecureBootVariableLib/UnitTest/SecureBootVariableLibUnitTest.inf @@ -0,0 +1,36 @@ +## @file +# Unit tests of the implementation of SecureBootVariableLib. +# +# Copyright (C) Microsoft Corporation. +# SPDX-License-Identifier: BSD-2-Clause-Patent +## + +[Defines] + INF_VERSION = 0x00010006 + BASE_NAME = SecureBootVariableLibUnitTest + FILE_GUID = 71C5359E-08FB-450E-9766-BC70482DF66B + 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] + SecureBootVariableLibUnitTest.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + SecurityPkg/SecurityPkg.dec + UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec + +[LibraryClasses] + SecureBootVariableLib + BaseLib + BaseMemoryLib + DebugLib + UefiLib + UnitTestLib