diff options
author | Bruno Martins <bgcngm@gmail.com> | 2019-01-21 09:40:51 +0000 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-09-01 16:44:11 +0200 |
commit | 5fd4d9f756d4ed53088c959df2c23f7ab1ddc808 (patch) | |
tree | 7aededf4eedac3f6bd333c92f61b634cc95f068f | |
parent | faeed7b3865e96a88e2e5c6579d0c2df94f66cfd (diff) |
wayne-common: Migrate to livedisplay 2.0
Change-Id: I513c284c534ce3abc27bf374513280171454f4d1
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
-rw-r--r-- | manifest.xml | 8 | ||||
-rw-r--r-- | vendor_framework_compatibility_matrix.xml | 8 | ||||
-rw-r--r-- | wayne.mk | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/manifest.xml b/manifest.xml index 1dae21c..65d39f5 100644 --- a/manifest.xml +++ b/manifest.xml @@ -510,9 +510,13 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <hal format="hidl"> <name>vendor.lineage.livedisplay</name> <transport>hwbinder</transport> - <version>1.0</version> + <version>2.0</version> + <interface> + <name>IDisplayModes</name> + <instance>default</instance> + </interface> <interface> - <name>IColor</name> + <name>IPictureAdjustment</name> <instance>default</instance> </interface> </hal> diff --git a/vendor_framework_compatibility_matrix.xml b/vendor_framework_compatibility_matrix.xml index 0348519..f0c5da8 100644 --- a/vendor_framework_compatibility_matrix.xml +++ b/vendor_framework_compatibility_matrix.xml @@ -481,9 +481,13 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </hal> <hal format="hidl" optional="true"> <name>vendor.lineage.livedisplay</name> - <version>1.0</version> + <version>2.0</version> + <interface> + <name>IDisplayModes</name> + <instance>default</instance> + </interface> <interface> - <name>IColor</name> + <name>IPictureAdjustment</name> <instance>default</instance> </interface> </hal> @@ -292,7 +292,7 @@ PRODUCT_PACKAGES += \ # LiveDisplay native PRODUCT_PACKAGES += \ - vendor.lineage.livedisplay@1.0-service-sdm + vendor.lineage.livedisplay@2.0-service-sdm # Media PRODUCT_COPY_FILES += \ |