Advertisement
Guest User

Untitled

a guest
Jul 28th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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 note3
  8. %define device_pretty SAMSUNG
  9.  
  10. %define installable_zip 1
  11. %include rpm/dhd/droid-hal-device.inc
  12. %exclude /bugreports
  13. %exclude /plat_property_contexts
  14. %exclude /bugreports
  15. %exclude /d
  16. %exclude /nonplat_file_contexts
  17. %exclude /nonplat_hwservice_contexts
  18. %exclude /nonplat_property_contexts
  19. %exclude /nonplat_seapp_contexts
  20. %exclude /nonplat_service_contexts
  21. %exclude /plat_file_contexts
  22. %exclude /plat_hwservice_contexts
  23. %exclude /plat_seapp_contexts
  24. %exclude /plat_service_contexts
  25. %exclude /sdcard
  26. %exclude /vendor
  27. %exclude /vndservice_contexts
  28.  
  29. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  30. # sign, otherwise they will remain defined! E.g.:
  31. #define some_macro "I'll not be defined because I don't have % in front"
  32.  
  33.  
  34.  
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement