1# ----------------- BEGIN MIX-IN DEFINITIONS ----------------- 2# Mix-In definitions are auto-generated by mixin-update 3############################################################## 4# Source: device/intel/mixins/groups/boot-arch/abl/gpt.ini 5############################################################## 6[base] 7# The sequence matters, and the index starts from p1. 8# The fastboot ABL by default boots from the 2nd partition. 9partitions = data_partition sos_boot sos_rootfs 10device = auto 11 12[partition.data_partition] 13label = data_partition 14len = 20000 15type = linux 16 17[partition.sos_boot] 18label = sos_boot 19len = 100 20type = linux 21 22[partition.sos_rootfs] 23label = sos_rootfs 24len = -1 25type = linux 26# ------------------ END MIX-IN DEFINITIONS ------------------ 27