]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/SecureBootVariableLib/UnitTest/SecureBootVariableLibUnitTest.inf
f99fb09be52ea0ee58d935c832b3f34e2096d7ec
[mirror_edk2.git] / SecurityPkg / Library / SecureBootVariableLib / UnitTest / SecureBootVariableLibUnitTest.inf
1 ## @file
2 # Unit tests of the implementation of SecureBootVariableLib.
3 #
4 # Copyright (C) Microsoft Corporation.
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8 [Defines]
9 INF_VERSION = 0x00010006
10 BASE_NAME = SecureBootVariableLibUnitTest
11 FILE_GUID = 71C5359E-08FB-450E-9766-BC70482DF66B
12 MODULE_TYPE = HOST_APPLICATION
13 VERSION_STRING = 1.0
14
15 #
16 # The following information is for reference only and not required by the build tools.
17 #
18 # VALID_ARCHITECTURES = IA32 X64
19 #
20
21 [Sources]
22 SecureBootVariableLibUnitTest.c
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 MdeModulePkg/MdeModulePkg.dec
27 SecurityPkg/SecurityPkg.dec
28 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
29
30 [LibraryClasses]
31 SecureBootVariableLib
32 BaseLib
33 BaseMemoryLib
34 DebugLib
35 UefiLib
36 UnitTestLib