fox_cap_sprout.mk 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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_ENABLE_LPTOOLS := 1
  24. OF_USE_GREEN_LED := 1
  25. OF_CLASSIC_LEDS_FUNCTION := 1
  26. # Custom pic for maintainers about section info
  27. # Image should be 32 bit PNG 192 x 192 px - Size of image should be as small as possible 50kb
  28. OF_MAINTAINER_AVATAR := "/device/nokia/cap_sprout/author.png"
  29. OF_MAINTAINER := "Samuel Kendall"
  30. # Maximum permissible splash image size (in kilobytes); do *NOT* increase
  31. OF_SPLASH_MAX_SIZE := "130"
  32. OF_ADVANCED_SECURITY := 1
  33. OF_DONT_PATCH_ENCRYPTED_DEVICE := 1
  34. OF_NO_RELOAD_AFTER_DECRYPTION := 1
  35. # Screen settings
  36. OF_SCREEN_H := "2400"
  37. OF_STATUS_H := "80"
  38. OF_STATUS_INDENT_LEFT := "40"
  39. OF_STATUS_INDENT_RIGHT := "40"
  40. ##export OF_HIDE_NOTCH := 1
  41. ##export OF_CLOCK_POS := 1
  42. OF_ALLOW_DISABLE_NAVBAR := 0
  43. # use system (ROM) fingerprint where available
  44. ##export OF_USE_SYSTEM_FINGERPRINT := "1"