diff options
author | Nickle Wang <nicklew@nvidia.com> | 2023-04-10 21:12:03 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-28 12:21:38 +0000 |
commit | 02990e2558ffe4ed7e78103dfa2df88badc66316 (patch) | |
tree | d5c2350142c95336c316d40eff82c8473271773c /RedfishPkg/RedfishPkg.dec | |
parent | 78f088b5a71b26f75daa194c8a2d6a79ada5c4a2 (diff) | |
download | edk2-02990e2558ffe4ed7e78103dfa2df88badc66316.tar.gz |
RedfishPkg: introduce HII utility helper library
HiiUtilityLib is a helper library that provides the
functions to manipulate HII options.
Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Abner Chang <abner.chang@amd.com>
Reviewed-by: Igor Kulchytskyy <igork @ami.com>
Diffstat (limited to 'RedfishPkg/RedfishPkg.dec')
-rw-r--r-- | RedfishPkg/RedfishPkg.dec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index 904630ae4b..e2892ce9ce 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
|