TianoCore EDK2 master
Loading...
Searching...
No Matches
TestDevicePathLib.h
Go to the documentation of this file.
1
8#ifndef __TEST_DEVICE_PATH_LIB_H__
9#define __TEST_DEVICE_PATH_LIB_H__
10
11#include <PiPei.h>
12#include <Uefi.h>
13#include <Library/UefiLib.h>
14#include <Library/DebugLib.h>
16#include <Library/UnitTestLib.h>
17#include <Protocol/DevicePath.h>
19#include <stdint.h>
20
22CreateDevicePathStringConversionsTestSuite (
23 IN UNIT_TEST_FRAMEWORK_HANDLE Framework
24 );
25
26#endif
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29