From d6861f1df69e3a59cce5dd1297522cb966dc29dd Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 27 Apr 2022 12:40:34 +0300 Subject: main: publish HII String packages --- UefiMonitorTest/UefiMonitorTest.inf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UefiMonitorTest/UefiMonitorTest.inf') diff --git a/UefiMonitorTest/UefiMonitorTest.inf b/UefiMonitorTest/UefiMonitorTest.inf index df169d9..5492350 100644 --- a/UefiMonitorTest/UefiMonitorTest.inf +++ b/UefiMonitorTest/UefiMonitorTest.inf @@ -5,6 +5,7 @@ MODULE_TYPE = UEFI_APPLICATION VERSION_STRING = 1.0 ENTRY_POINT = UefiMain + UEFI_HII_RESOURCE_SECTION = TRUE [Sources] UefiMonitorTest.c @@ -18,15 +19,18 @@ [LibraryClasses] BaseLib DebugLib + HiiLib MemoryAllocationLib PcdLib PrintLib UefiApplicationEntryPoint UefiBootServicesTableLib + UefiHiiServicesLib UefiLib UefiRuntimeServicesTableLib [Protocols] + gEfiHiiPackageListProtocolGuid gEfiSimplePointerProtocolGuid gEfiSimpleTextInputExProtocolGuid -- cgit v1.2.3-18-g5258