Advertisement
Guest User

Untitled

a guest
Jul 28th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  2.  
  3. %define device hlte
  4. %define vendor samsung
  5.  
  6. # Manufacturer and device name to be shown in UI
  7. %define vendor_pretty note3
  8. %define device_pretty SAMSUNG
  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.  
  20.  
  21.  
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement