droid-hal-version-t0lte

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

commit 3fceb7706550bdb5f6131be4d1f8a3f070339334
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 30 Nov 2020 13:24:02 +0000

[dvd] Initial content

Diffstat:
A.gitmodules | 3+++
Adroid-hal-version | 1+
Arpm/droid-hal-version-t0lte.spec | 19+++++++++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "droid-hal-version"] + path = droid-hal-version + url = https://github.com/mer-hybris/droid-hal-version diff --git a/droid-hal-version b/droid-hal-version @@ -0,0 +1 @@ +Subproject commit 9c79378c3c25e224d4196a6128f7854a31a38ab6 diff --git a/rpm/droid-hal-version-t0lte.spec b/rpm/droid-hal-version-t0lte.spec @@ -0,0 +1,19 @@ +# Feel free to cleanup this file by removing comments, once you have memorised them ;) + +%define device t0lte +%define vendor samsung + +# Manufacturer and device name to be shown in UI +%define vendor_pretty Samsung +%define device_pretty Galaxy Note 2 + +# See ../droid-hal-version/droid-hal-device.inc for similar macros: +%define have_vibrator_native 1 +%define have_led 1 + +%include droid-hal-version/droid-hal-version.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" +