Advertisement
Guest User

Untitled

a guest
Jul 1st, 2023
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # These and other macros are documented in ../droid-configs-device/droid-configs.inc
  2. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  3.  
  4. %define android_version_major 10
  5. %define device jmxnlte
  6. %define vendor samsung
  7.  
  8. %define vendor_pretty Samsung
  9. %define device_pretty j5 2016
  10.  
  11. # Community HW adaptations need this
  12. %define community_adaptation 1
  13.  
  14. # Sailfish OS is considered to-scale, if in the App Grid you get 4-in-a-row icons,
  15. # and 2-in-a-row or 3-in-a-row app covers in the Home Screen, depending on
  16. # how many apps are open.
  17. # For 4-5.5" device screen sizes of 16:9 ratio, use this formula (hold portrait):
  18. # pixel_ratio = 4.5/DiagonalDisplaySizeInches * HorizontalDisplayResolution/540
  19. # Other screen sizes and ratios will require more trial-and-error.
  20. %define pixel_ratio 1.0
  21.  
  22. %include droid-configs-device/droid-configs.inc
  23. %include patterns/patterns-sailfish-device-adaptation-j5xnlte.inc
  24. %include patterns/patterns-sailfish-device-configuration-j5xnlte.inc
  25.  
  26. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  27. # sign, otherwise they will remain defined! E.g.:
  28. #define some_macro "I'll not be defined because I don't have % in front"
  29.  
  30. # Device-specific ofono configuration
  31. Provides: droid-configs-j5xnlte
  32. Obsoletes: ofono-configs-binder
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement