diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml
index 3e1e182..26e7df3 100644
--- a/configs/hidl/manifest.xml
+++ b/configs/hidl/manifest.xml
@@ -440,6 +440,15 @@
default
+
+ vendor.lineage.trust
+ hwbinder
+ 1.0
+
+ IUsbRestrict
+ default
+
+
vendor.nxp.hardware.nfc
hwbinder
diff --git a/device.mk b/device.mk
index d9d54e4..afd3655 100644
--- a/device.mk
+++ b/device.mk
@@ -359,6 +359,10 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
+# Trust HAL
+PRODUCT_PACKAGES += \
+ vendor.lineage.trust@1.0-service
+
# Uevent
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc