Advertisement
Guest User

Untitled

a guest
Jul 28th, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 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 device hlte
  5. %define vendor samsung
  6.  
  7. %define vendor_pretty note3
  8. %define device_pretty SAMSUNG
  9.  
  10. # Community HW adaptations need this
  11. %define community_adaptation 1
  12.  
  13. # Sailfish OS is considered to-scale, if in the App Grid you get 4-in-a-row icons,
  14. # and 2-in-a-row or 3-in-a-row app covers in the Home Screen, depending on
  15. # how many apps are open.
  16. # For 4-5.5" device screen sizes of 16:9 ratio, use this formula (hold portrait):
  17. # pixel_ratio = 4.5/DiagonalDisplaySizeInches * HorizontalDisplayResolution/540
  18. # Other screen sizes and ratios will require more trial-and-error.
  19. %define pixel_ratio 1.0
  20.  
  21. %include droid-configs-device/droid-configs.inc
  22. %include patterns/patterns-sailfish-device-adaptation-@DEVICE@.inc
  23. %include patterns/patterns-sailfish-device-configuration-@DEVICE@.inc
  24.  
  25. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  26. # sign, otherwise they will remain defined! E.g.:
  27. #define some_macro "I'll not be defined because I don't have % in front"
  28.  
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement