droid-hal-t0lte

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

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

[dhd] Initial content

Diffstat:
A.gitmodules | 3+++
Adhd | 1+
Adroid-hal-t0lte.spec | 17+++++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dhd"] + path = dhd + url = https://github.com/mer-hybris/droid-hal-device diff --git a/dhd b/dhd @@ -0,0 +1 @@ +Subproject commit c7a4a59e44410963daedbc7485d613bfcb1a2ce7 diff --git a/droid-hal-t0lte.spec b/droid-hal-t0lte.spec @@ -0,0 +1,17 @@ +# These and other macros are documented in dhd/droid-hal-device.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 + +%define installable_zip 1 + +%include rpm/dhd/droid-hal-device.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" +