# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.

deviceinfo_format_version="0"
deviceinfo_name="Apple Generic iDevice"
deviceinfo_manufacturer="Apple"
deviceinfo_codename="apple-idevice"
deviceinfo_year="2013"
deviceinfo_arch="aarch64"

# Device related
deviceinfo_drm="false"
# Some devices (e.g. iPads) are not handsets, but most are.
deviceinfo_chassis="handset"
deviceinfo_external_storage="false"
deviceinfo_rootfs_image_sector_size="4096"
# Futureproofing since the size that can be passed to iBoot is a limitation.
deviceinfo_create_initfs_extra="true"

# Bootloader related
deviceinfo_flash_method="none"
