masha11

Untitled

Feb 20th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. Description: Pattern with packages for @DEVICE@ HW Adaptation
  2. Name: jolla-hw-adaptation-@DEVICE@
  3. Requires:
  4. - droid-hal-@DEVICE@
  5. - droid-hal-@DEVICE@-img-boot
  6. - droid-hal-@DEVICE@-kernel-modules
  7. - droid-config-@DEVICE@-sailfish
  8. - droid-config-@DEVICE@-pulseaudio-settings
  9. - droid-config-@DEVICE@-policy-settings
  10. - droid-config-@DEVICE@-preinit-plugin
  11. - droid-config-@DEVICE@-flashing
  12. - droid-config-@DEVICE@-bluez5
  13. - droid-hal-version-@DEVICE@
  14. - droid-hal-$DEVICE-detritus
  15.  
  16. # Hybris packages
  17. - libhybris-libEGL
  18. - libhybris-libGLESv2
  19. - libhybris-libwayland-egl
  20.  
  21. # Sensors
  22. - hybris-libsensorfw-qt5
  23.  
  24. # Vibra
  25. - ngfd-plugin-droid-vibrator
  26. - qt5-feedback-haptics-droid-vibrator
  27.  
  28. # Needed for /dev/touchscreen symlink
  29. - qt5-plugin-generic-evdev
  30.  
  31. - pulseaudio-modules-droid
  32. # for audio recording to work:
  33. - qt5-qtmultimedia-plugin-mediaservice-gstmediacapture
  34.  
  35. # These need to be per-device due to differing backends (fbdev, eglfs, hwc, ..?)
  36. - qt5-qtwayland-wayland_egl
  37. - qt5-qpa-hwcomposer-plugin
  38. - qtscenegraph-adaptation
  39.  
  40. # Add GStreamer v1.0 as standard
  41. - gstreamer1.0
  42. - gstreamer1.0-plugins-good
  43. - gstreamer1.0-plugins-base
  44. - gstreamer1.0-plugins-bad
  45. - nemo-gstreamer1.0-interfaces
  46. # For devices with droidmedia and gst-droid built, see HADK pdf for more information
  47. #- gstreamer1.0-droid
  48.  
  49. # This is needed for notification LEDs
  50. - mce-plugin-libhybris
  51.  
  52. ## USB mode controller
  53. # Enables mode selector upon plugging USB cable:
  54. - usb-moded
  55. - usb-moded-defaults-android
  56. - usb-moded-developer-mode-android
  57.  
  58. # Extra useful modes not officially supported:
  59. # might need some configuration to get working
  60. #- usb-moded-mass-storage-android-config
  61. # working but careful with roaming!
  62. - usb-moded-connection-sharing-android-config
  63. # android diag mode only usable for certain android tools
  64. #- usb-moded-diag-mode-android
  65.  
  66. # hammerhead, grouper, and maguro use this in scripts, so include for all
  67. - rfkill
  68.  
  69. # enable device lock and allow to select untrusted software
  70. - jolla-devicelock-daemon-encsfa
  71.  
  72. # For GPS
  73. - geoclue-provider-hybris
  74.  
  75. # For FM radio on some QCOM devices
  76. #- qt5-qtmultimedia-plugin-mediaservice-irisradio
  77. #- jolla-mediaplayer-radio
  78.  
  79. # For devices with SD Card
  80. #- sd-utils
  81.  
  82. Summary: Jolla HW Adaptation @DEVICE@
Add Comment
Please, Sign In to add comment