Change-Id: I7fddba246ce58127192b7cebcaa09da667e33c91
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)
--- /dev/null
+<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>