Update PTN_SWAP_LIST and handle "multiimgoem", "multiimgqti" partitions.
Update PTN_SWAP_LIST to reflect partition entry changes to BOOT LUN
and handle "multiimgoem", "multiimgqti" partitions, similar to other
BOOT LUN partitions.
Change-Id: I3fb2934c44f3c2555ef36437ae97c9a47bb874ed
CRs-Fixed:: 2897043
diff --git a/gpt-utils/gpt-utils.h b/gpt-utils/gpt-utils.h
index 262cc5b..ea63323 100644
--- a/gpt-utils/gpt-utils.h
+++ b/gpt-utils/gpt-utils.h
@@ -80,7 +80,9 @@
#define AB_SLOT_B_SUFFIX "_b"
#define PTN_XBL "xbl"
#define PTN_XBL_CFG "xbl_config"
-#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, \
+#define PTN_MULTIIMGOEM "multiimgoem"
+#define PTN_MULTIIMGQTI "multiimgqti"
+#define PTN_SWAP_LIST PTN_XBL, PTN_XBL_CFG, PTN_MULTIIMGOEM, PTN_MULTIIMGQTI, \
"abl", "aop", "bluetooth" "cpucp" "devcfg", "dsp", "dtbo", "featenabler", \
"hyp", "keymaster", "multiimgoem", "qupfw", "qweslicstore", "shrm", "tz", \
"uefisecapp", "vbmeta_system", "vbmeta"