From 135db17fb36f502f0f20d5675f4f1d6f41cda226 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 19 Mar 2022 17:25:13 +0300 Subject: add .c and .inf stub-files --- UefiMonitorTest/UefiMonitorTest.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 UefiMonitorTest/UefiMonitorTest.c (limited to 'UefiMonitorTest/UefiMonitorTest.c') diff --git a/UefiMonitorTest/UefiMonitorTest.c b/UefiMonitorTest/UefiMonitorTest.c new file mode 100644 index 0000000..f7c9f04 --- /dev/null +++ b/UefiMonitorTest/UefiMonitorTest.c @@ -0,0 +1,21 @@ +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include + +EFI_STATUS +EFIAPI +UefiMain ( + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable + ) +{ + return EFI_SUCCESS; +} -- cgit v1.2.3-18-g5258