diff options
author | Rebecca Cran <rebecca@quicinc.com> | 2023-02-14 09:58:29 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-12 14:29:54 +0000 |
commit | 5430f7f60dee3747fff906b48718db8afb4589d9 (patch) | |
tree | 837431c259b84aa3b2685e1eac17625ec2c84f58 /MdePkg/MdePkg.dec | |
parent | f9278458b60d519b1635e18ab8fb6ca495f027b7 (diff) | |
download | edk2-5430f7f60dee3747fff906b48718db8afb4589d9.tar.gz |
MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
Add a new library, JedecJep106Lib which provides a service to return the
JEDEC JEP106 manufacturer string given the code and continuation bytes
values.
Signed-off-by: Rebecca Cran <rebecca@quicinc.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/MdePkg.dec')
-rw-r--r-- | MdePkg/MdePkg.dec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index a46f28fff4..e70182bf7f 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -259,6 +259,9 @@ #
UnitTestLib|Include/Library/UnitTestLib.h
+ ## @libraryclass Provides service to get the manufacturer given JEP106 bytes.
+ JedecJep106Lib|Include/Library/JedecJep106Lib.h
+
## @libraryclass Extension to BaseLib for host based unit tests that allows a
# subset of BaseLib services to be hooked for emulation.
#
|