]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Test/UnitTest/Library/BaseLib/BaseLibUnitTestsUefi.inf
MdePkg/Test: Add SafeIntLib and BaseLib Base64 unit tests
[mirror_edk2.git] / MdePkg / Test / UnitTest / Library / BaseLib / BaseLibUnitTestsUefi.inf
CommitLineData
e50c2bb3
MK
1## @file\r
2# Unit tests of Base64 conversion APIs in BaseLib that are run from UEFI Shell.\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 = BaseLibUnitTestsUefi\r
11 FILE_GUID = df5a6fed-8786-4a9d-9d02-eab39497b4a1\r
12 MODULE_TYPE = UEFI_APPLICATION\r
13 VERSION_STRING = 1.0\r
14 ENTRY_POINT = BaseLibUnitTestAppEntry\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 UefiApplicationEntryPoint\r
32 DebugLib\r
33 UnitTestLib\r