summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux4 <tim@linux4.de>2020-05-22 14:47:04 +0200
committerJan Altensen <info@stricted.net>2020-06-09 10:21:05 +0200
commitcbdc389458c9a6a5291a23d1252a202fadd412f0 (patch)
treecb9b23d9f7ecbe47bff24bc3a64c93df4c10d307
parent33903e134985a89c9d1c07fb2c1518c7fe3ff1d3 (diff)
downloadandroid_hardware_samsung-cbdc389458c9a6a5291a23d1252a202fadd412f0.tar.gz
android_hardware_samsung-cbdc389458c9a6a5291a23d1252a202fadd412f0.tar.bz2
android_hardware_samsung-cbdc389458c9a6a5291a23d1252a202fadd412f0.zip
hidl: powershare: add vintf manifest fragment
Change-Id: I7fddba246ce58127192b7cebcaa09da667e33c91
-rw-r--r--hidl/powershare/Android.mk1
-rw-r--r--hidl/powershare/vendor.lineage.powershare@1.0-service.samsung.xml11
2 files changed, 12 insertions, 0 deletions
diff --git a/hidl/powershare/Android.mk b/hidl/powershare/Android.mk
index 1bebb3c..c33ff92 100644
--- a/hidl/powershare/Android.mk
+++ b/hidl/powershare/Android.mk
@@ -38,6 +38,7 @@ LOCAL_INIT_RC := vendor.lineage.powershare@1.0-service.samsung.rc
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_OWNER := samsung
+LOCAL_VINTF_FRAGMENTS := vendor.lineage.powershare@1.0-service.samsung.xml
LOCAL_VENDOR_MODULE := true
include $(BUILD_EXECUTABLE)
diff --git a/hidl/powershare/vendor.lineage.powershare@1.0-service.samsung.xml b/hidl/powershare/vendor.lineage.powershare@1.0-service.samsung.xml
new file mode 100644
index 0000000..b4af2cd
--- /dev/null
+++ b/hidl/powershare/vendor.lineage.powershare@1.0-service.samsung.xml
@@ -0,0 +1,11 @@
+<manifest version="1.0" type="device">
+ <hal format="hidl">
+ <name>vendor.lineage.powershare</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IPowerShare</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>