summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@quicinc.com>2023-02-14 09:58:29 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-04-12 14:29:54 +0000
commit5430f7f60dee3747fff906b48718db8afb4589d9 (patch)
tree837431c259b84aa3b2685e1eac17625ec2c84f58 /MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
parentf9278458b60d519b1635e18ab8fb6ca495f027b7 (diff)
downloadedk2-5430f7f60dee3747fff906b48718db8afb4589d9.tar.gz
edk2-5430f7f60dee3747fff906b48718db8afb4589d9.tar.bz2
edk2-5430f7f60dee3747fff906b48718db8afb4589d9.zip
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/Library/JedecJep106Lib/JedecJep106Lib.inf')
-rw-r--r--MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf25
1 files changed, 25 insertions, 0 deletions
diff --git a/MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf b/MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
new file mode 100644
index 0000000000..b49e2ba720
--- /dev/null
+++ b/MdePkg/Library/JedecJep106Lib/JedecJep106Lib.inf
@@ -0,0 +1,25 @@
+## @file
+# Instance of JEDEC JEP106 Library
+#
+# JedecJep106Lib fetches the manufacturer string given the JEP106
+# Code and Continuation Bytes.
+#
+# Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.<BR>
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x0001001d
+ BASE_NAME = JedecJep106Lib
+ FILE_GUID = d48d43d7-ba31-4463-9433-ccb233cf0df7
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = JedecJep106Lib
+
+[Sources]
+ JedecJep106Lib.c
+
+[Packages]
+ MdePkg/MdePkg.dec