]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
dcaa9393
MK
1## @file\r
2# This is a host-based unit test for the VariableLockRequestToLock shim.\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 = 0x00010017\r
10 BASE_NAME = VariableLockRequestToLockUnitTest\r
11 FILE_GUID = A7388B6C-7274-4717-9649-BDC5DFD1FCBE\r
12 VERSION_STRING = 1.0\r
13 MODULE_TYPE = HOST_APPLICATION\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 ARM AARCH64\r
19#\r
20\r
21[Sources]\r
22 VariableLockRequestToLockUnitTest.c\r
23 ../VariableLockRequestToLock.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27 MdeModulePkg/MdeModulePkg.dec\r
28 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec\r
29\r
30[LibraryClasses]\r
31 UnitTestLib\r
32 DebugLib\r
33 VariablePolicyLib\r
34 VariablePolicyHelperLib\r
35 BaseMemoryLib\r
36 MemoryAllocationLib\r