droid-config-t0lte

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

commit a71356e5e34944aa632e2f2c3315198c3dafa6ec
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 30 Nov 2020 13:16:08 +0000

[dcd] Initial content

Diffstat:
A.gitmodules | 3+++
Adroid-configs-device | 1+
Arpm/droid-config-t0lte.spec | 28++++++++++++++++++++++++++++
3 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "droid-configs-device"] + path = droid-configs-device + url = https://github.com/mer-hybris/droid-hal-configs diff --git a/droid-configs-device b/droid-configs-device @@ -0,0 +1 @@ +Subproject commit f3bb9daeb2a5be4d23e4117b0ebcca1d5ed74f26 diff --git a/rpm/droid-config-t0lte.spec b/rpm/droid-config-t0lte.spec @@ -0,0 +1,28 @@ +# These and other macros are documented in ../droid-configs-device/droid-configs.inc +# Feel free to cleanup this file by removing comments, once you have memorised them ;) + +%define device t0lte +%define vendor samsung + +%define vendor_pretty Samsung +%define device_pretty Galaxy Note 2 + +# Community HW adaptations need this +%define community_adaptation 1 + +# Sailfish OS is considered to-scale, if in the App Grid you get 4-in-a-row icons, +# and 2-in-a-row or 3-in-a-row app covers in the Home Screen, depending on +# how many apps are open. +# For 4-5.5" device screen sizes of 16:9 ratio, use this formula (hold portrait): +# pixel_ratio = 4.5/DiagonalDisplaySizeInches * HorizontalDisplayResolution/540 +# Other screen sizes and ratios will require more trial-and-error. +%define pixel_ratio 1.0 + +%include droid-configs-device/droid-configs.inc +%include patterns/patterns-sailfish-device-adaptation-t0lte.inc +%include patterns/patterns-sailfish-device-configuration-t0lte.inc + +# IMPORTANT if you want to comment out any macros in your .spec, delete the % +# sign, otherwise they will remain defined! E.g.: +#define some_macro "I'll not be defined because I don't have % in front" +