parts {
  device {
    display {
      width 1280
      height 2856
      x 0
      y 0
      corner_radius 109
    }
  }
  portrait {
    background {
      image back.webp
    }
    foreground {
      mask mask.webp
      cutout hole
    }
  }
}
layouts {
  portrait {
    width 1408
    height 2974
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 60
      y 61
    }
  }
}
