droid-hal-version-t0lte

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

droid-hal-version-t0lte.spec (620B)


      1 # Feel free to cleanup this file by removing comments, once you have memorised them ;)
      2 
      3 %define device t0lte
      4 %define vendor samsung
      5 
      6 # Manufacturer and device name to be shown in UI
      7 %define vendor_pretty Samsung
      8 %define device_pretty Galaxy Note 2
      9 
     10 # See ../droid-hal-version/droid-hal-device.inc for similar macros:
     11 %define have_vibrator_native 1
     12 %define have_led 1
     13 
     14 %include droid-hal-version/droid-hal-version.inc
     15 
     16 # IMPORTANT if you want to comment out any macros in your .spec, delete the %
     17 # sign, otherwise they will remain defined! E.g.:
     18 #define some_macro "I'll not be defined because I don't have % in front"
     19