summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2019-01-13 10:21:11 +0100
committerIsaac Chen <tingyi364@gmail.com>2019-09-01 13:46:30 +0200
commitd90e487b85b23f73dd15f1d5ca84c857cfb3d109 (patch)
tree271fe8633ab62e491fdc7803075d9c1eda0e5dd1
parent52149afc453ca9cb93e1c188e5b5dfb6062aa7e1 (diff)
wayne-common: Build Trust HAL
Change-Id: I92706987f8d3094cdfb82e71e5331b7efe69e5df
-rw-r--r--manifest.xml9
-rw-r--r--vendor_framework_compatibility_matrix.xml8
-rw-r--r--wayne.mk4
3 files changed, 21 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 353d05c..626aa37 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -526,6 +526,15 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</interface>
</hal>
<hal format="hidl">
+ <name>vendor.lineage.trust</name>
+ <transport>hwbinder</transport>
+ <version>1.0</version>
+ <interface>
+ <name>IUsbRestrict</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl">
<name>vendor.qti.data.factory</name>
<transport>hwbinder</transport>
<version>1.0</version>
diff --git a/vendor_framework_compatibility_matrix.xml b/vendor_framework_compatibility_matrix.xml
index 78938b7..ff2a66f 100644
--- a/vendor_framework_compatibility_matrix.xml
+++ b/vendor_framework_compatibility_matrix.xml
@@ -496,6 +496,14 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</interface>
</hal>
<hal format="hidl" optional="true">
+ <name>vendor.lineage.trust</name>
+ <version>1.0</version>
+ <interface>
+ <name>IUsbRestrict</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+ <hal format="hidl" optional="true">
<name>vendor.xiaomi.hardware.mlipay</name>
<transport>hwbinder</transport>
<version>1.0</version>
diff --git a/wayne.mk b/wayne.mk
index 3e1326c..852cd9d 100644
--- a/wayne.mk
+++ b/wayne.mk
@@ -422,6 +422,10 @@ PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-service \
thermal.sdm660
+# Trust
+PRODUCT_PACKAGES += \
+ vendor.lineage.trust@1.0-service
+
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic \