From d477f821bb485acbb232cb896e06b99ed98ba25c Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Fri, 7 Feb 2020 22:26:08 +0530 Subject: db845c: qcom: Add userspace tools to talk to dsp and modem Add Qcom userspace tools and their respective sepolicy rules. Userspace tools are downloaded from following github: To trigger loading of wlan firmware on SDM845 git clone https://github.com/andersson/pd-mapper Userspace reference for net/qrtr in the Linux kernel git clone https://github.com/andersson/qrtr Qualcomm Remote Filesystem Service Implementation git clone https://github.com/andersson/rmtfs Trivial File Transfer Protocol server over AF_QIPCRTR git clone https://github.com/andersson/tqftpserv Change-Id: Ic466af6fef010a9b71c90e38205f49a876b001e2 Signed-off-by: Amit Pundir Signed-off-by: John Stultz --- db845c/device.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'db845c') diff --git a/db845c/device.mk b/db845c/device.mk index be50f51..f141081 100644 --- a/db845c/device.mk +++ b/db845c/device.mk @@ -14,6 +14,9 @@ # limitations under the License. # +PRODUCT_SOONG_NAMESPACES += \ + device/linaro/dragonboard + # setup dalvik vm configs $(call inherit-product, frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk) @@ -30,5 +33,13 @@ PRODUCT_COPY_FILES := \ # Build generic Audio HAL PRODUCT_PACKAGES := audio.primary.db845c +PRODUCT_PACKAGES += \ + pd-mapper \ + qrtr-ns \ + qrtr-cfg \ + qrtr-lookup \ + rmtfs \ + tqftpserv + # Copy firmware files $(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk) -- cgit v1.2.3