From 02990e2558ffe4ed7e78103dfa2df88badc66316 Mon Sep 17 00:00:00 2001 From: Nickle Wang Date: Mon, 10 Apr 2023 21:12:03 +0800 Subject: RedfishPkg: introduce HII utility helper library HiiUtilityLib is a helper library that provides the functions to manipulate HII options. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Igor Kulchytskyy Cc: Nick Ramirez Reviewed-by: Abner Chang Reviewed-by: Igor Kulchytskyy --- RedfishPkg/RedfishPkg.dec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RedfishPkg/RedfishPkg.dec') diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 904630a..e2892ce 100644 --- a/RedfishPkg/RedfishPkg.dec +++ b/RedfishPkg/RedfishPkg.dec @@ -60,6 +60,10 @@ # Library provides Redfish debug functions. RedfishDebugLib|Include/Library/RedfishDebugLib.h + ## @libraryclass Provides the library functions to parse IFR binary data. + # + HiiUtilityLib|Include/Library/HiiUtilityLib.h + [LibraryClasses.Common.Private] ## @libraryclass Provides the private C runtime library functions. # CRT library is currently used by edk2 JsonLib (open source -- cgit v1.1