]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.inf
MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit Tests
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / RuntimeDxeUnitTest / VariableLockRequestToLockUnitTest.inf
1 ## @file
2 # This is a host-based unit test for the VariableLockRequestToLock shim.
3 #
4 # Copyright (c) Microsoft Corporation.
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8 [Defines]
9 INF_VERSION = 0x00010017
10 BASE_NAME = VariableLockRequestToLockUnitTest
11 FILE_GUID = A7388B6C-7274-4717-9649-BDC5DFD1FCBE
12 VERSION_STRING = 1.0
13 MODULE_TYPE = HOST_APPLICATION
14
15 #
16 # The following information is for reference only and not required by the build tools.
17 #
18 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
19 #
20
21 [Sources]
22 VariableLockRequestToLockUnitTest.c
23 ../VariableLockRequestToLock.c
24
25 [Packages]
26 MdePkg/MdePkg.dec
27 MdeModulePkg/MdeModulePkg.dec
28 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
29
30 [LibraryClasses]
31 UnitTestLib
32 DebugLib
33 VariablePolicyLib
34 VariablePolicyHelperLib
35 BaseMemoryLib
36 MemoryAllocationLib