TianoCore EDK2 master
|
#include <PiPei.h>
#include <Uefi.h>
#include <Library/UefiLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UnitTestLib.h>
#include <Protocol/DevicePath.h>
#include <Library/DevicePathLib.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
EFI_STATUS | CreateDevicePathStringConversionsTestSuite (IN UNIT_TEST_FRAMEWORK_HANDLE Framework) |
UEFI OS based application for unit testing the DevicePathLib.
Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file TestDevicePathLib.h.
EFI_STATUS CreateDevicePathStringConversionsTestSuite | ( | IN UNIT_TEST_FRAMEWORK_HANDLE | Framework | ) |
Definition at line 339 of file TestDevicePathStringConversions.c.