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