summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfig.mk2
-rw-r--r--sdm660_64.mk3
-rw-r--r--vintf.xml15
3 files changed, 17 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9d97550..e7309ed 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -73,7 +73,7 @@ BOARD_CHARGER_ENABLE_SUSPEND := true
TARGET_USES_ION := true
TARGET_USES_NEW_ION_API :=true
-#TARGET_USES_QCOM_BSP :=true
+TARGET_USES_QCOM_DISPLAY_BSP := true
#Gralloc h/w specif flags
TARGET_USES_HWC2 := true
diff --git a/sdm660_64.mk b/sdm660_64.mk
index 9f86e94..f650924 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -1,5 +1,4 @@
TARGET_USES_AOSP := true
-TARGET_USES_QCOM_BSP := false
ifneq ($(TARGET_USES_AOSP),true)
DEVICE_PACKAGE_OVERLAYS := device/qcom/sdm660_64/overlay
@@ -95,7 +94,7 @@ PRODUCT_BOOT_JARS += telephony-ext
PRODUCT_PACKAGES += telephony-ext
ifneq ($(strip $(QCPATH)),)
-#PRODUCT_BOOT_JARS += WfdCommon
+PRODUCT_BOOT_JARS += WfdCommon
#Android oem shutdown hook
PRODUCT_BOOT_JARS += oem-services
endif
diff --git a/vintf.xml b/vintf.xml
index 3f48bfd..2e83f1e 100644
--- a/vintf.xml
+++ b/vintf.xml
@@ -559,4 +559,19 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>cnd</instance>
</interface>
</hal>
+ <!-- WFD HAL Service -->
+ <hal format="hidl">
+ <name>com.qualcomm.qti.wifidisplayhal</name>
+ <transport>hwbinder</transport>
+ <impl level="generic"></impl>
+ <version>1.0</version>
+ <interface>
+ <name>IHDCPSession</name>
+ <instance>wifidisplayhdcphal</instance>
+ </interface>
+ <interface>
+ <name>IDSManager</name>
+ <instance>wifidisplaydshal</instance>
+ </interface>
+ </hal>
</manifest>