Advertisement
muhammadrefa

Untitled

Sep 10th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. diff --git a/patterns/jolla-configuration-falcon.yaml b/patterns/jolla-configura
  2. tion-falcon.yaml
  3. index a3f2d33..96b65fb 100644
  4. --- a/patterns/jolla-configuration-falcon.yaml
  5. +++ b/patterns/jolla-configuration-falcon.yaml
  6. @@ -1,5 +1,5 @@
  7. -# Feel free to disable non-critical HA parts during devel by commenting out
  8. -# Generated in hadk by executing: cd $ANDROID_ROOT; rpm/helpers/add_new_device.
  9. sh
  10. +# Feel free to disable non-critical HA parts during devel by commenting lines o
  11. ut
  12. +# Generated in hadk by executing: rpm/dhd/helpers/add_new_device.sh
  13.  
  14. Description: Pattern with packages for falcon configurations
  15. Name: jolla-configuration-falcon
  16. diff --git a/patterns/jolla-hw-adaptation-falcon.yaml b/patterns/jolla-hw-adapta
  17. tion-falcon.yaml
  18. index 4a44c9c..434d8b6 100644
  19. --- a/patterns/jolla-hw-adaptation-falcon.yaml
  20. +++ b/patterns/jolla-hw-adaptation-falcon.yaml
  21. @@ -1,32 +1,44 @@
  22. -# Feel free to disable non-critical HA parts during devel by commenting out
  23. -# Generated in hadk by executing: cd $ANDROID_ROOT; rpm/helpers/add_new_device.
  24. sh
  25. +# Feel free to disable non-critical HA parts during devel by commenting lines o
  26. ut
  27. +# Generated in hadk by executing: rpm/dhd/helpers/add_new_device.sh
  28.  
  29. Description: Pattern with packages for falcon HW Adaptation
  30. Name: jolla-hw-adaptation-falcon
  31. Requires:
  32. - pattern:jolla-hw-adaptation-hybris
  33. - pattern:jolla-hw-adaptation-hybris-droid-vibrator
  34. +- pattern:jolla-ui-configuration-falcon
  35.  
  36. - droid-hal-falcon
  37. -- droid-hal-falcon-sailfish-config
  38. - droid-hal-falcon-img-boot
  39. -- droid-hal-falcon-pulseaudio-settings
  40. -- droid-hal-falcon-policy-settings
  41. - droid-hal-falcon-kernel-modules
  42. -- droid-hal-falcon-preinit-plugin
  43. +- droid-config-falcon-sailfish
  44. +- droid-config-falcon-pulseaudio-settings
  45. +- droid-config-falcon-policy-settings
  46. +- droid-config-falcon-preinit-plugin
  47. +- droid-hal-version-falcon
  48. +
  49. +- pulseaudio-modules-droid
  50.  
  51. # These need to be per-device due to differing backends (fbdev, eglfs, hwc, ..?)
  52. - qt5-qtwayland-wayland_egl
  53. - qt5-qpa-hwcomposer-plugin
  54. - qtscenegraph-adaptation
  55.  
  56. +# GStreamer v0.10 multimedia support is being deprecated
  57. #- gstreamer0.10-droidcamsrc
  58. #- gstreamer0.10-omx
  59. #- gstreamer0.10-droideglsink
  60. #- nemo-qtmultimedia-plugins-gstvideotexturebackend
  61.  
  62. -# This will do good after sensors start to work:
  63. -#- mce-plugin-libhybris
  64. +# Add GStreamer v1.0 as standard
  65. +- gstreamer1.0
  66. +- gstreamer1.0-plugins-good
  67. +- gstreamer1.0-plugins-base
  68. +- gstreamer1.0-plugins-bad
  69. +- nemo-gstreamer1.0-interfaces
  70. +
  71. +# This is needed for notification LEDs
  72. +- mce-plugin-libhybris
  73.  
  74. ## USB mode controller
  75. # Enables mode selector upon plugging USB cable:
  76. @@ -52,5 +64,11 @@ Requires:
  77. # hammerhead, grouper, and maguro use this in scripts, so include for all
  78. - rfkill
  79.  
  80. +# enable device lock and allow to select untrusted software
  81. +- jolla-devicelock-plugin-encsfa
  82. +
  83. +# jolla settings
  84. +- jolla-settings-layout
  85. +
  86. Summary: Jolla HW Adaptation falcon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement