Advertisement
Guest User

Untitled

a guest
Jul 30th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # These and other macros are documented in dhd/droid-hal-device.inc
  2. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  3.  
  4. %define device hlte
  5. %define vendor samsung
  6.  
  7. %define vendor_pretty SAMSUNG
  8. %define device_pretty note3
  9.  
  10. %define installable_zip 1
  11.  
  12. %include rpm/dhd/droid-hal-device.inc
  13. %define /bugreports \
  14. /d \
  15. /nonplat_file_contexts \
  16. /nonplat_hwservice_contexts \
  17. /nonplat_property_contexts \
  18. /nonplat_seapp_contexts \
  19. /nonplat_service_contexts \
  20. /plat_file_contexts \
  21. /plat_hwservice_contexts \
  22. /plat_property_contexts \
  23. /plat_seapp_contexts \
  24. /plat_service_contexts \
  25. /sdcard \
  26. /vendor \
  27. /vndservice_contexts \
  28. %{nil}
  29.  
  30. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  31. # sign, otherwise they will remain defined! E.g.:
  32. #define some_macro "I'll not be defined because I don't have % in front"
  33.  
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement