]> git.proxmox.com Git - mirror_edk2.git/blob - UnitTestFrameworkPkg/Library/UnitTestPersistenceLibSimpleFileSystem/UnitTestPersistenceLibSimpleFileSystem.uni
UnitTestFrameworkPkg/Library: Add library instances
[mirror_edk2.git] / UnitTestFrameworkPkg / Library / UnitTestPersistenceLibSimpleFileSystem / UnitTestPersistenceLibSimpleFileSystem.uni
1 // /** @file
2 // UEFI Simple File System based version of the Unit Test Persistence Lib
3 //
4 // Instance of the Unit Test Persistence Lib that utilizes the UEFI filesystem
5 // that a test application is running from to save a serialized version of the
6 // internal test state in case the test needs to quit and restore.
7 //
8 // Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
9 // SPDX-License-Identifier: BSD-2-Clause-Patent
10 //
11 // **/
12
13 #string STR_MODULE_ABSTRACT #language en-US "UEFI Simple File System based version of the Unit Test Persistence Lib"
14
15 #string STR_MODULE_DESCRIPTION #language en-US "UEFI Simple File System based version of the Unit Test Persistence Lib."