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.inf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 UefiMonitorTest/UefiMonitorTest.inf (limited to 'UefiMonitorTest/UefiMonitorTest.inf') diff --git a/UefiMonitorTest/UefiMonitorTest.inf b/UefiMonitorTest/UefiMonitorTest.inf new file mode 100644 index 0000000..64a3b08 --- /dev/null +++ b/UefiMonitorTest/UefiMonitorTest.inf @@ -0,0 +1,28 @@ +[Defines] + INF_VERSION = 0x00010005 + BASE_NAME = UefiMonitorTest + FILE_GUID = e6ca80d0-12bc-4fda-a229-8d108630296e + MODULE_TYPE = UEFI_APPLICATION + VERSION_STRING = 1.0 + ENTRY_POINT = UefiMain + +[Sources] + UefiMonitorTest.c + +[Packages] + MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec + +[LibraryClasses] + BaseLib + DebugLib + MemoryAllocationLib + PcdLib + UefiApplicationEntryPoint + UefiBootServicesTableLib + UefiLib + UefiRuntimeServicesTableLib + +[FeaturePcd] + +[Pcd] -- cgit v1.2.3-18-g5258