From 313b0d5ea1f33ceb78c860745befed8d660f447e Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 10 Aug 2021 02:12:38 +0200 Subject: img4: Add Ap,SystemVolumeCanonicalMetadata and SystemVolume component tags --- src/img4.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/img4.c b/src/img4.c index e0c30bd..ae29bf3 100644 --- a/src/img4.c +++ b/src/img4.c @@ -291,6 +291,7 @@ static const char *_img4_get_component_tag(const char *compname) { "Ap,RestoreCIO", "rcio" }, { "Ap,RestoreTMU", "rtmu" }, { "Ap,Scorpius", "scpf" }, + { "Ap,SystemVolumeCanonicalMetadata", "msys" }, { "Ap,TMU", "tmuf" }, { "Ap,VolumeUUID", "vuid" }, { "AppleLogo", "logo" }, @@ -363,6 +364,7 @@ static const char *_img4_get_component_tag(const char *compname) { "SIO", "siof" }, { "StaticTrustCache", "trst" }, { "SystemLocker", "lckr" }, + { "SystemVolume", "isys" }, { "WCHFirmwareUpdater", "wchf" }, { NULL, NULL } }; -- cgit v1.1-32-gdbae