summaryrefslogtreecommitdiff
path: root/libebl/eblobjnotetypename.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblobjnotetypename.c')
-rw-r--r--libebl/eblobjnotetypename.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libebl/eblobjnotetypename.c b/libebl/eblobjnotetypename.c
index 4662906d..473a1f2f 100644
--- a/libebl/eblobjnotetypename.c
+++ b/libebl/eblobjnotetypename.c
@@ -101,6 +101,9 @@ ebl_object_note_type_name (Ebl *ebl, const char *name, uint32_t type,
return buf;
}
+ if (strcmp (name, "FDO") == 0 && type == NT_FDO_PACKAGING_METADATA)
+ return "FDO_PACKAGING_METADATA";
+
if (strcmp (name, "GNU") != 0)
{
/* NT_VERSION is special, all data is in the name. */