fox_cap_sprout.mk 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #
  2. # This file is part of the OrangeFox Recovery Project
  3. # Copyright (C) 2023 The OrangeFox Recovery Project
  4. #
  5. # OrangeFox is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # any later version.
  9. #
  10. # OrangeFox is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # This software is released under GPL version 3 or any later version.
  16. # See <http://www.gnu.org/licenses/>.
  17. #
  18. # Please maintain this if you use this script or any part of it
  19. #
  20. # OrangeFox settings
  21. OF_NO_TREBLE_COMPATIBILITY_CHECK := 1
  22. OF_AB_DEVICE_WITH_RECOVERY_PARTITION := 1
  23. OF_RECOVERY_AB_FULL_REFLASH_RAMDISK := 1
  24. OF_ENABLE_LPTOOLS := 1
  25. OF_USE_GREEN_LED := 1
  26. OF_CLASSIC_LEDS_FUNCTION := 1
  27. # Custom pic for maintainers about section info
  28. # Image should be 32 bit PNG 192 x 192 px - Size of image should be as small as possible 50kb
  29. OF_MAINTAINER_AVATAR := /device/nokia/cap_sprout/author.png
  30. OF_MAINTAINER := Samuel Kendall
  31. # Maximum permissible splash image size (in kilobytes); do *NOT* increase
  32. OF_SPLASH_MAX_SIZE := 130
  33. OF_ADVANCED_SECURITY := 1
  34. OF_DONT_PATCH_ENCRYPTED_DEVICE := 1
  35. OF_NO_RELOAD_AFTER_DECRYPTION := 1
  36. # Screen settings
  37. OF_SCREEN_H := 2400
  38. OF_STATUS_H := 80
  39. OF_STATUS_INDENT_LEFT := 40
  40. OF_STATUS_INDENT_RIGHT := 40
  41. ##export OF_HIDE_NOTCH := 1
  42. ##export OF_CLOCK_POS := 1
  43. OF_ALLOW_DISABLE_NAVBAR := 0
  44. # use system (ROM) fingerprint where available
  45. ##export OF_USE_SYSTEM_FINGERPRINT := 1