]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Test/UnitTest/Library/BaseLib/BaseLibUnitTestsHost.inf
MdePkg/Test: Add SafeIntLib and BaseLib Base64 unit tests
[mirror_edk2.git] / MdePkg / Test / UnitTest / Library / BaseLib / BaseLibUnitTestsHost.inf
CommitLineData
e50c2bb3
MK
1## @file\r
2# Unit tests of Base64 conversion APIs in BaseLib that are run from host\r
3# environment.\r
4#\r
5# Copyright (C) Microsoft Corporation.\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010006\r
11 BASE_NAME = BaseLibUnitTestsHost\r
12 FILE_GUID = 1d005f4c-4dfa-41b5-ab0c-be91fe121459\r
13 MODULE_TYPE = HOST_APPLICATION\r
14 VERSION_STRING = 1.0\r
15\r
16#\r
17# The following information is for reference only and not required by the build tools.\r
18#\r
19# VALID_ARCHITECTURES = IA32 X64\r
20#\r
21\r
22[Sources]\r
23 Base64UnitTest.c\r
24\r
25[Packages]\r
26 MdePkg/MdePkg.dec\r
27\r
28[LibraryClasses]\r
29 BaseLib\r
30 BaseMemoryLib\r
31 DebugLib\r
32 UnitTestLib\r