Skip to content

Commit

Permalink
Tenshi: Initial import of Aquaris U Plus blobs
Browse files Browse the repository at this point in the history
* BQ package version: 1.5.0_20170217-1218

Change-Id: I218db122a59a631a06dd59fc6e573ea5f0fa5d38
  • Loading branch information
brinlyau committed Mar 15, 2017
1 parent 9a4b48c commit 59e75a8
Show file tree
Hide file tree
Showing 473 changed files with 3,655 additions and 0 deletions.
174 changes: 174 additions & 0 deletions tenshi/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
# Copyright (C) 2017 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is generated by device/bq/tenshi/setup-makefiles.sh

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),tenshi)


ifeq ($(QCPATH),)
include $(CLEAR_VARS)
LOCAL_MODULE := libtime_genoff
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/vendor/lib/libtime_genoff.so
LOCAL_MULTILIB := 32
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_SUFFIX := .so
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := datastatusnotification
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/app/datastatusnotification/datastatusnotification.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := fastdormancy
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/app/fastdormancy/fastdormancy.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := QtiTelephonyService
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/app/QtiTelephonyService/QtiTelephonyService.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := shutdownlistener
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/app/shutdownlistener/shutdownlistener.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := TimeService
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/app/TimeService/TimeService.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := CNEService
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/priv-app/CNEService/CNEService.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := com.qualcomm.location
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/priv-app/com.qualcomm.location/com.qualcomm.location.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := dpmserviceapp
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/priv-app/dpmserviceapp/dpmserviceapp.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := qcrilmsgtunnel
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := QtiTetherService
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/priv-app/QtiTetherService/QtiTetherService.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := colorservice
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/vendor/app/colorservice/colorservice.apk
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := .apk
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := com.qti.location.sdk
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/framework/com.qti.location.sdk.jar
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE_SUFFIX := .jar
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := qcrilhook
LOCAL_MODULE_OWNER := bq
LOCAL_SRC_FILES := proprietary/framework/qcrilhook.jar
LOCAL_CERTIFICATE := platform
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE_SUFFIX := .jar
include $(BUILD_PREBUILT)


$(shell mkdir -p $(PRODUCT_OUT)/system/vendor/lib/egl && pushd $(PRODUCT_OUT)/system/vendor/lib > /dev/null && ln -s egl/libEGL_adreno.so libEGL_adreno.so && popd > /dev/null)

endif
endif
16 changes: 16 additions & 0 deletions tenshi/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (C) 2017 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is generated by device/bq/tenshi/setup-makefiles.sh

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tenshi/proprietary/bin/adsprpcd
Binary file not shown.
Binary file added tenshi/proprietary/bin/btnvtool
Binary file not shown.
Binary file added tenshi/proprietary/bin/cnd
Binary file not shown.
Binary file added tenshi/proprietary/bin/cnss-daemon
Binary file not shown.
Binary file added tenshi/proprietary/bin/cnss_diag
Binary file not shown.
Binary file added tenshi/proprietary/bin/dpmd
Binary file not shown.
Binary file added tenshi/proprietary/bin/fm_qsoc_patches
Binary file not shown.
Binary file added tenshi/proprietary/bin/fstman
Binary file not shown.
Binary file added tenshi/proprietary/bin/hci_qcomm_init
Binary file not shown.
Binary file added tenshi/proprietary/bin/hvdcp_opti
Binary file not shown.
Binary file added tenshi/proprietary/bin/iop
Binary file not shown.
Binary file added tenshi/proprietary/bin/ipacm-diag
Binary file not shown.
Binary file added tenshi/proprietary/bin/irsc_util
Binary file not shown.
Binary file added tenshi/proprietary/bin/loc_launcher
Binary file not shown.
Binary file added tenshi/proprietary/bin/lowi-server
Binary file not shown.
Binary file added tenshi/proprietary/bin/mm-qcamera-app
Binary file not shown.
Binary file added tenshi/proprietary/bin/mm-qcamera-daemon
Binary file not shown.
Binary file added tenshi/proprietary/bin/msm_irqbalance
Binary file not shown.
Binary file added tenshi/proprietary/bin/netmgrd
Binary file not shown.
Binary file added tenshi/proprietary/bin/pm-proxy
Binary file not shown.
Binary file added tenshi/proprietary/bin/pm-service
Binary file not shown.
Binary file added tenshi/proprietary/bin/qmuxd
Binary file not shown.
Binary file added tenshi/proprietary/bin/qseecomd
Binary file not shown.
Binary file added tenshi/proprietary/bin/radish
Binary file not shown.
Binary file added tenshi/proprietary/bin/rmt_storage
Binary file not shown.
Binary file added tenshi/proprietary/bin/sensors.qcom
Binary file not shown.
Binary file added tenshi/proprietary/bin/ssr_diag
Binary file not shown.
Binary file added tenshi/proprietary/bin/tftp_server
Binary file not shown.
Binary file added tenshi/proprietary/bin/time_daemon
Binary file not shown.
Binary file added tenshi/proprietary/bin/wcnss_service
Binary file not shown.
Binary file added tenshi/proprietary/bin/xtwifi-client
Binary file not shown.
Binary file added tenshi/proprietary/bin/xtwifi-inet-agent
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
70 changes: 70 additions & 0 deletions tenshi/proprietary/etc/cne/SwimConfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2012-2013 Qualcomm Technologies, Inc. All Rights Reserved. Qualcomm Technologies Proprietary and Confidential.-->
<SwimConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SwimConfig.xsd">
<!--The version of SwimConfig file format-->
<Version>1.0</Version>
<ModulesConfiguration>
<WiFiManager>
<DefaultState>ON</DefaultState>
</WiFiManager>
<LinkPathManager>
<!-- The number of past days to retain path history-->
<PathHistory units="days">365</PathHistory>
</LinkPathManager>
<IFSelection>
<HysteresisTimer units="s">10</HysteresisTimer>
</IFSelection>
<InterfaceManager>
<T_BLACKLIST_BQE units="secs">900</T_BLACKLIST_BQE>
<T_BLACKLIST_ICD units="secs">900</T_BLACKLIST_ICD>
<T_BLACKLIST_CQE units="secs">900</T_BLACKLIST_CQE>
<BQE>
<T_passiveBQE units="s">5</T_passiveBQE>
</BQE>
</InterfaceManager>
<BitrateEstimationManager>
<RAT Type="WLAN">
<PollInterval units="ms">60</PollInterval>
<BurstDuration units="">2</BurstDuration>
<TopN units="">4</TopN>
</RAT>
<RAT Type="WWAN">
<PollInterval units="ms">70</PollInterval>
<BurstDuration units="">2</BurstDuration>
<TopN units="">4</TopN>
</RAT>
<ActiveBQE>
<URI>http://cne.qualcomm.com/cne/v1/bqe/traffic</URI>
<PostURI>https://cne-post.qualcomm.com/cne/v1/bqe/findings</PostURI>
<!-- Specifies delaying the active
probe relative to the start of BPS sampling If the delay value is
positive the active probe will be delayed and vice versa -->
<Delay units="ms">0</Delay>
<Default_mbw units="bps">4000000</Default_mbw>
<Default_mss units="bytes">1360</Default_mss>
<default_rtt units="ms">250</default_rtt>
<cong2slow>1</cong2slow>
<BQE_Past_Size>7</BQE_Past_Size>
<BQE_validity_short_timer units="s">10800</BQE_validity_short_timer>
<BQE_good_validity units="minutes">10080</BQE_good_validity>
<BQE_bad_validity units="minutes">1440</BQE_bad_validity>
</ActiveBQE>
</BitrateEstimationManager>
<ICD>
<ICD_Past_Size>7</ICD_Past_Size>
<ICD_validity_short_timer units="s">3600</ICD_validity_short_timer>
<ICD_Timeout units="s">5</ICD_Timeout>
<ICD_High>0.05</ICD_High>
<ICD_URI>https://cne-ssl.qualcomm.com/cne/v1/icd/wifi-data</ICD_URI>
<ICD_HTTP_URI>http://cne.qualcomm.com/cne/v1/icd</ICD_HTTP_URI>
</ICD>
<TQE>
<SOCK_ACTIVE_THRESH units="ms">3000</SOCK_ACTIVE_THRESH>
<TQ_THRESH>0.15</TQ_THRESH>
<TQE_COUNT_THRESH>2</TQE_COUNT_THRESH>
<TQE_OVERALL_COUNT_THRESH>2</TQE_OVERALL_COUNT_THRESH>
<alphaTQE>0.8</alphaTQE>
<T_BLACKLIST_TQE units="secs">3600</T_BLACKLIST_TQE>
</TQE>
</ModulesConfiguration>
</SwimConfig>

0 comments on commit 59e75a8

Please sign in to comment.