/** @file
UEFI OS based application for unit testing the DevicePathLib.
Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef __TEST_DEVICE_PATH_LIB_H__
#define __TEST_DEVICE_PATH_LIB_H__
#include
#include
#include
#include
#include
#include
#include
#include
#include
EFI_STATUS
CreateDevicePathStringConversionsTestSuite (
IN UNIT_TEST_FRAMEWORK_HANDLE Framework
);
#endif