droid-config-t0lte

git clone git://archive.git.mtrnord.blog/MTRNord/droid-config-t0lte.git
Log | Files | Refs | Submodules

droid-config-t0lte.spec (1174B)


      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 t0lte
      5 %define vendor samsung
      6 
      7 %define vendor_pretty Samsung
      8 %define device_pretty Galaxy Note 2
      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-t0lte.inc
     23 %include patterns/patterns-sailfish-device-configuration-t0lte.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