sm8450-common: gps: Disable xtwifi location services
Squashed with: Author: Michael Bestas <mkbestas@lineageos.org> Date: Fri Jan 15 22:14:25 2021 +0200 sm8450-common: Remove unused gps certificates * They are used by xtwifi-inet-agent which we disabled. Change-Id: I4fbf6e02276b508a27f320e630ddad3c9aada5a8 Author: Arian <arian.kulmer@web.de> Date: Thu Apr 1 01:09:38 2021 +0200 sm8450-common: Remove xtwfi-client and xtwifi-inet-agent Change-Id: I232fd3b351f0e47b86f7d5d7b2a2bd0f28712d64 Change-Id: I70f39d8d611167f65bb3912590b05f8a8d121c80
This commit is contained in:
@@ -40,12 +40,6 @@ prebuilt_etc {
|
||||
src: "sap.conf",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "xtwifi.conf",
|
||||
vendor: true,
|
||||
src: "xtwifi.conf",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-base.policy",
|
||||
vendor: true,
|
||||
@@ -59,17 +53,3 @@ prebuilt_etc {
|
||||
sub_dir: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtra-daemon.policy",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-xtwifi-client.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtwifi-client.policy",
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "gnss@2.0-xtwifi-inet-agent.policy",
|
||||
vendor: true,
|
||||
sub_dir: "seccomp_policy",
|
||||
src: "seccomp_policy/gnss@2.0-xtwifi-inet-agent.policy",
|
||||
}
|
||||
|
@@ -155,7 +155,7 @@ LAUNCH_ON_OPTIN=0
|
||||
|
||||
PROCESS_NAME=xtwifi-inet-agent
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=inet gps
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xc03
|
||||
@@ -169,7 +169,7 @@ LAUNCH_ON_OPTIN=1
|
||||
|
||||
PROCESS_NAME=xtwifi-client
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_STATE=DISABLED
|
||||
PROCESS_GROUPS=wifi inet gps system oem_2904
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xd03
|
||||
|
@@ -1,73 +0,0 @@
|
||||
|
||||
#*******************************************************************************
|
||||
# Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation, nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
#******************************************************************************
|
||||
|
||||
fdatasync: 1
|
||||
getdents64: 1
|
||||
gettimeofday: 1
|
||||
ioctl: 1
|
||||
lseek: 1
|
||||
madvise: 1
|
||||
mkdirat: 1
|
||||
pwrite64: 1
|
||||
|
||||
timerfd_create: 1
|
||||
timerfd_settime: 1
|
||||
epoll_create1: 1
|
||||
epoll_pwait: 1
|
||||
epoll_ctl: 1
|
||||
|
||||
sched_getaffinity: 1
|
||||
gettid: 1
|
||||
fchown: 1
|
||||
fchmod: 1
|
||||
fchmodat: 1
|
||||
getsockopt: 1
|
||||
fchownat: 1
|
||||
fstat: 1
|
||||
fstatfs: 1
|
||||
newfstatat: 1
|
||||
sendmsg: 1
|
||||
recvmsg: 1
|
||||
gettimeofday: 1
|
||||
setsockopt: 1
|
||||
rt_tgsigqueueinfo: 1
|
||||
ioctl: 1
|
||||
mmap: 1
|
||||
getuid32: 1
|
||||
getuid: 1
|
||||
fstat64: 1
|
||||
fstatat64: 1
|
||||
mkdir: 1
|
||||
rmdir: 1
|
||||
creat: 1
|
||||
chmod: 1
|
||||
lseek: 1
|
||||
geteuid32: 1
|
@@ -1,43 +0,0 @@
|
||||
|
||||
#*******************************************************************************
|
||||
# Copyright (c) 2020 The Linux Foundation. All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are
|
||||
# met:
|
||||
# * Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above
|
||||
# copyright notice, this list of conditions and the following
|
||||
# disclaimer in the documentation and/or other materials provided
|
||||
# with the distribution.
|
||||
# * Neither the name of The Linux Foundation, nor the names of its
|
||||
# contributors may be used to endorse or promote products derived
|
||||
# from this software without specific prior written permission.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
||||
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
||||
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
||||
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
||||
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
#******************************************************************************
|
||||
|
||||
unlinkat: 1
|
||||
sched_getaffinity: 1
|
||||
newfstatat: 1
|
||||
fchmodat: 1
|
||||
madvise: 1
|
||||
mmap: 1
|
||||
getuid: 1
|
||||
getuid32: 1
|
||||
fstat64: 1
|
||||
fstatat64: 1
|
||||
gettimeofday: 1
|
||||
getdents64: 1
|
@@ -1,78 +0,0 @@
|
||||
#GTP AP Project client core config file
|
||||
#
|
||||
#GENERAL DESCRIPTION
|
||||
#This is used by client core
|
||||
#
|
||||
#Copyright (c) 2012-2014 Qualcomm Atheros, Inc.
|
||||
#All Rights Reserved.
|
||||
#Qualcomm Atheros Confidential and Proprietary.
|
||||
#
|
||||
#Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
#All Rights Reserved.
|
||||
#Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
|
||||
##############################################################################
|
||||
# non-IOT devices configuration items #
|
||||
# For non-IOT devices, configure below configuration items #
|
||||
# according to the app note: 80-NK218-1 and remove the configuration items #
|
||||
# in section of "IOT devices configuration items". #
|
||||
##############################################################################
|
||||
|
||||
# ASN URI v2 to be used by some GTP AP modules that
|
||||
# need to run with ASN URI v2 protocol.
|
||||
XT_SERVER_ROOT_URL = https://gtp1.izatcloud.net:443/uds/v2
|
||||
|
||||
# ASN URI v3 to be used by GTP AP modules that
|
||||
# can support ASN URI v3 protocol.
|
||||
XT_SERVER_ROOT_URL_V3 = https://gtp1.izatcloud.net:443/uds/v3
|
||||
|
||||
# size, in bytes, of the cache on device
|
||||
SIZE_BYTE_TOTAL_CACHE = 5000000
|
||||
|
||||
##############################################################################
|
||||
# IOT devices configuration items #
|
||||
# For IOT devices, configure below configuration items #
|
||||
# according to the app note and remove the configuration items in section of #
|
||||
# "non-IOT devices configuration items". #
|
||||
##############################################################################
|
||||
|
||||
# ASN URI v3 to be used by GTP AP modules that
|
||||
# can support ASN URI v3 protocol.
|
||||
# XT_SERVER_ROOT_URL_V3 = https://gtpma1.izatcloud.net:443/uds/v3
|
||||
|
||||
# 3: Wi-Fi APDB injection via Izat SDK. GTP server is not accessed
|
||||
# for any GTP requests, instead notification is sent to Izat SDK.
|
||||
# WiFi crowdsourcing module is disabled.
|
||||
# 4: Wi-Fi APDB injection via Izat SDK. GTP server is not accessed
|
||||
# for any GTP requests, instead notification is sent to Izat SDK.
|
||||
# WiFi crowdsourcing module is active, also accessed via Izat SDK.
|
||||
# GTP_AP_MODE = 4
|
||||
|
||||
# 1: MP cell features relies on GTP AP for either download or upload
|
||||
# 0: MP cell features does not rely on GTP AP
|
||||
# GTP_AP_NEEDED_BY_MP_CELL = 1
|
||||
|
||||
##############################################################################
|
||||
# Configuration items applicable to all devices #
|
||||
##############################################################################
|
||||
|
||||
# Log verbosity control for most of the GTP WiFi system, including native and
|
||||
# Java componenets
|
||||
# OFF = 0, ERROR = 1, WARNING = 2, INFO = 3, DEBUG = 4, VERBOSE = 5, ALL = 100
|
||||
DEBUG_GLOBAL_LOG_LEVEL = 2
|
||||
|
||||
# this is used at the server side to distinguish uploads from different maker/model
|
||||
# default "Qualcomm"
|
||||
OEM_ID_IN_REQUEST_TO_SERVER = "Qualcomm"
|
||||
|
||||
# this is used at the server side to distinguish uploads from different maker/model
|
||||
# default "UNKNOWN"
|
||||
MODEL_ID_IN_REQUEST_TO_SERVER = "UNKNOWN"
|
||||
|
||||
##############################################################################
|
||||
# Qualcomm Network Location Provider config #
|
||||
##############################################################################
|
||||
|
||||
# Accuracy Threshold for NLP position. Position exceeds thsi threshold will be filtered out.
|
||||
# Default is 25000 meters.
|
||||
LARGE_ACCURACY_THRESHOLD_TO_FILTER_NLP_POSITION = 25000
|
Reference in New Issue
Block a user