derrenardl

Untitled

Sep 26th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. hybris/droid-configs/rpm/droid-config-Mi439.spec
  2.  
  3.  
  4.  
  5.  
  6. # These and other macros are documented in ../droid-configs-device/droid-configs.inc
  7. # Feel free to cleanup this file by removing comments, once you have memorised them ;)
  8.  
  9. %define device Mi439
  10. %define vendor xiaomi
  11.  
  12. %define vendor_pretty Xiaomi
  13. %define device_pretty Redmi 7a
  14.  
  15. %define android_version_major 14
  16.  
  17. # Community HW adaptations need this
  18. %define community_adaptation 1
  19.  
  20. #Device-specific ofono configuration
  21. Provides: ofono-configs
  22. Obsoletes: ofono-configs-mer
  23. Obsoletes: ofono-configs-binder
  24.  
  25.  
  26. # Pixel ratio 1.0 was originally jolla phone with 245ppi, and the devices
  27. # should roughly have their ppi compared to that. Large displays can use
  28. # bigger ratio if seen fit. Values are with 0.25 increments.
  29. %define pixel_ratio 1.0
  30.  
  31. %include droid-configs-device/droid-configs.inc
  32. %include patterns/patterns-sailfish-device-adaptation-Mi439.inc
  33. %include patterns/patterns-sailfish-device-configuration-Mi439.inc
  34.  
  35. # IMPORTANT if you want to comment out any macros in your .spec, delete the %
  36. # sign, otherwise they will remain defined! E.g.:
  37. #define some_macro "I'll not be defined because I don't have % in front"
  38.  
Advertisement
Add Comment
Please, Sign In to add comment