universal9830: initial import
Signed-off-by: Francescodario Cuzzocrea <bosconovic@gmail.com>
This commit is contained in:
+1910
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/samsung/universal9830-common/setup-makefiles.sh
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter r8s x1s x1slte y2s z3s,$(TARGET_DEVICE)),)
|
||||
|
||||
endif
|
||||
@@ -0,0 +1,4 @@
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
# This file is generated by device/samsung/universal9830-common/setup-makefiles.sh
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2018 The Android Open Source 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.
|
||||
-->
|
||||
<permissions>
|
||||
<library
|
||||
name="com.android.hotwordenrollment.common.util"
|
||||
file="/system_ext/framework/com.android.hotwordenrollment.common.util.jar"
|
||||
/>
|
||||
</permissions>
|
||||
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+27
@@ -0,0 +1,27 @@
|
||||
#! /vendor/bin/sh
|
||||
|
||||
SILENT_LOGGING_9900=/data/vendor/gps/silentGnssLogging
|
||||
SILENT_LOGGING_ISSUETRACKER=/data/vendor/gps/silentGnssLoggingIssueTracker
|
||||
GSI_IMAGE=/data/vendor/gps/GSI
|
||||
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.xml
|
||||
DAEMONFILE=/vendor/bin/hw/gpsd
|
||||
|
||||
if [ -d "$SILENT_LOGGING_ISSUETRACKER" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.issuetracker.xml
|
||||
fi
|
||||
|
||||
if [ -d "$SILENT_LOGGING_9900" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.debug.xml
|
||||
fi
|
||||
|
||||
if [ -d "$GSI_IMAGE" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.gsi.xml
|
||||
if [ -e "$CONFIGFILE" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.gsi.xml
|
||||
else
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.xml
|
||||
fi
|
||||
fi
|
||||
|
||||
exec $DAEMONFILE -c $CONFIGFILE
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Vendored
+1072
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,26 @@
|
||||
on property:init.svc.mediadrm=running
|
||||
mkdir /data/vendor/mediadrm 0770 media mediadrm
|
||||
start vendor.move_data_sh
|
||||
|
||||
service vendor.move_data_sh /system/bin/move_widevine_data.sh
|
||||
class late_start
|
||||
user media
|
||||
group media mediadrm system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service vendor.drm-widevine-hal-1-3 /vendor/bin/hw/android.hardware.drm@1.3-service.widevine
|
||||
interface android.hardware.drm@1.0::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.0::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.1::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.1::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.2::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.2::IDrmFactory widevine
|
||||
interface android.hardware.drm@1.3::ICryptoFactory widevine
|
||||
interface android.hardware.drm@1.3::IDrmFactory widevine
|
||||
interface android.hidl.base@1.0::IBase widevine
|
||||
class hal
|
||||
user media
|
||||
group media mediadrm drmrpc system
|
||||
ioprio rt 4
|
||||
writepid /dev/cpuset/foreground/tasks
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
service vendor.keymaster-4-0_strongbox /vendor/bin/hw/android.hardware.keymaster@4.0_strongbox-service
|
||||
class early_hal
|
||||
user system
|
||||
group system drmrpc
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
service neuralnetworks_hal_service_eden_drv /vendor/bin/hw/android.hardware.neuralnetworks@1.3-service.eden-drv
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,4 @@
|
||||
service vendor.secure_element_hal_service /vendor/bin/hw/android.hardware.secure_element@1.2-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,4 @@
|
||||
service sec_gnss_service /vendor/bin/hw/vendor.samsung.hardware.gnss@2.1-service
|
||||
class main
|
||||
user system
|
||||
group system gps
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
service eden_runtime /vendor/bin/hw/vendor.samsung_slsi.hardware.eden_runtime@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
# Permission for vertex10
|
||||
on post-fs
|
||||
chmod 0644 /dev/vertex10
|
||||
on post-fs-data
|
||||
mkdir /data/vendor/eden 0771 system system
|
||||
mkdir /data/vendor/eden/gpu 0771 system system
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
#Gemalto SPI devnode
|
||||
GTO_DEV=/dev/p3;
|
||||
+788
@@ -0,0 +1,788 @@
|
||||
|
||||
|
||||
21437vodafone ES"voda ES
|
||||
|
||||
238063"3
|
||||
|
||||
24007Tele2 SE"Tele2 SE
|
||||
|
||||
25005TELE2"TELE2
|
||||
|
||||
25011Yota"Yota
|
||||
|
||||
25050Sberbank"Sberbank
|
||||
|
||||
26209Vodafone.de"Vodafone
|
||||
(
|
||||
28001CYTAMOBILE-VODAFONE"CYTAVODA
|
||||
|
||||
30237Fido"Fido
|
||||
|
||||
30272ROGERS"ROGERS
|
||||
|
||||
30286TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302660MTS"MTS
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
&
|
||||
310040Cellular One"Cellular One
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
/
|
||||
310180West Central Wireless"West Central
|
||||
$
|
||||
310350Carolina Phone"Carolina
|
||||
|
||||
310560AT&T"AT&T
|
||||
!
|
||||
310610
|
||||
Epic Touch" EpicTouch
|
||||
)
|
||||
310670Wireless 2000 PCS"
|
||||
W 2000 PCS
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310760PTSI"PTSI
|
||||
|
||||
310780AirLink PCS"AirLink
|
||||
|
||||
310790Pinpoint"Pinpoint
|
||||
|
||||
310980AT&T"AT&T
|
||||
|
||||
310990AT&T"AT&T
|
||||
|
||||
311140Sprocket"Sprocket
|
||||
|
||||
311660metroPCS"metroPCS
|
||||
"
|
||||
40002BAKCELL GSM2000"BKCELL
|
||||
|
||||
40004Azerfon"AZERFON
|
||||
|
||||
40101 BeelineKZ"Beeline
|
||||
|
||||
40107 ALTEL 4G " ALTEL-kz
|
||||
|
||||
40211
|
||||
BTB-Mobile"B-Mobile
|
||||
|
||||
40277 TASHICELL" TASHICELL
|
||||
#
|
||||
40401Vodafone IN"Vodafone IN
|
||||
|
||||
40402Airtel"Airtel
|
||||
|
||||
40403Airtel"Airtel
|
||||
#
|
||||
40405Vodafone IN"Vodafone IN
|
||||
|
||||
40409Reliance"Reliance
|
||||
|
||||
40410Airtel"Airtel
|
||||
#
|
||||
40411Vodafone IN"Vodafone IN
|
||||
#
|
||||
40413Vodafone IN"Vodafone IN
|
||||
#
|
||||
40415Vodafone IN"Vodafone IN
|
||||
|
||||
40416Airtel"Airtel
|
||||
|
||||
40417AIRCEL"AIRCEL
|
||||
|
||||
40418Reliance"Reliance
|
||||
#
|
||||
40420Vodafone IN"Vodafone IN
|
||||
#
|
||||
40421LOOP MOBILE"LOOP MOBILE
|
||||
|
||||
40425AIRCEL"AIRCEL
|
||||
#
|
||||
40427Vodafone IN"Vodafone IN
|
||||
|
||||
40428AIRCEL"AIRCEL
|
||||
|
||||
40429AIRCEL"AIRCEL
|
||||
#
|
||||
40430Vodafone IN"Vodafone IN
|
||||
|
||||
40431Airtel"Airtel
|
||||
|
||||
40433AIRCEL"AIRCEL
|
||||
|
||||
40435AIRCEL"AIRCEL
|
||||
|
||||
40436Reliance"Reliance
|
||||
|
||||
40437AIRCEL"AIRCEL
|
||||
|
||||
40440Airtel"Airtel
|
||||
|
||||
40441AIRCEL"AIRCEL
|
||||
|
||||
40443Vodafone IN"Vodafone
|
||||
|
||||
40445Airtel"Airtel
|
||||
|
||||
40446Vodafone IN"Vodafone
|
||||
|
||||
40449Airtel"Airtel
|
||||
|
||||
40460Vodafone IN"Vodafone
|
||||
|
||||
40468Dolphin"Dolphin
|
||||
|
||||
40469Dolphin"Dolphin
|
||||
|
||||
40470Airtel"Airtel
|
||||
|
||||
40483Reliance"Reliance
|
||||
|
||||
40484Vodafone IN"Vodafone
|
||||
|
||||
40485Reliance"RELIANCE
|
||||
|
||||
40486Vodafone IN"Vodafone
|
||||
|
||||
40488Vodafone IN"Vodafone
|
||||
|
||||
40490Airtel"Airtel
|
||||
|
||||
40491Aircel"Aircel
|
||||
|
||||
40492Airtel"Airtel
|
||||
|
||||
40493Airtel"Airtel
|
||||
|
||||
40494Airtel"Airtel
|
||||
|
||||
40495Airtel"Airtel
|
||||
|
||||
40496Airtel"Airtel
|
||||
|
||||
40497Airtel"Airtel
|
||||
|
||||
40498Airtel"Airtel
|
||||
|
||||
40501Reliance"Reliance
|
||||
|
||||
40503Reliance"Reliance
|
||||
|
||||
40504Reliance"Reliance
|
||||
|
||||
40505Reliance"Reliance
|
||||
|
||||
40506Reliance"Reliance
|
||||
|
||||
40507Reliance"Reliance
|
||||
|
||||
40508Reliance"Reliance
|
||||
|
||||
40509Reliance"Reliance
|
||||
|
||||
40510Reliance"Reliance
|
||||
|
||||
40511Reliance"Reliance
|
||||
|
||||
40512Reliance"Reliance
|
||||
|
||||
40513Reliance"Reliance
|
||||
|
||||
40514Reliance"Reliance
|
||||
|
||||
40515Reliance"Reliance
|
||||
|
||||
40517Reliance"Reliance
|
||||
|
||||
40518Reliance"Reliance
|
||||
|
||||
40519Reliance"Reliance
|
||||
|
||||
40520Reliance"Reliance
|
||||
|
||||
40521Reliance"Reliance
|
||||
|
||||
40522Reliance"Reliance
|
||||
|
||||
40523Reliance"Reliance
|
||||
$
|
||||
405025TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405026TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405027TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405028TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405029TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405030TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405031TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405032TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405033TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405034TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405035TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405036TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405037TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405038TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405039TATA DOCOMO"TATA DOCOMO
|
||||
$
|
||||
405040TATA DOCOMO"TATA DOCOMO
|
||||
|
||||
40551Airtel"Airtel
|
||||
|
||||
40552Airtel"Airtel
|
||||
|
||||
40553Airtel"Airtel
|
||||
|
||||
40554Airtel"Airtel
|
||||
|
||||
40555Airtel"Airtel
|
||||
|
||||
40556Airtel"Airtel
|
||||
|
||||
40566Vodafone IN"Vodafone
|
||||
|
||||
40567Vodafone IN"Vodafone
|
||||
|
||||
40585AIRCEL"AIRCEL
|
||||
!
|
||||
405750Vodafone IN"Vodafone
|
||||
!
|
||||
405751Vodafone IN"Vodafone
|
||||
!
|
||||
405752Vodafone IN"Vodafone
|
||||
!
|
||||
405753Vodafone IN"Vodafone
|
||||
!
|
||||
405754Vodafone IN"Vodafone
|
||||
!
|
||||
405755Vodafone IN"Vodafone
|
||||
!
|
||||
405756Vodafone IN"Vodafone
|
||||
|
||||
405800AIRCEL"AIRCEL
|
||||
|
||||
405801AIRCEL"AIRCEL
|
||||
|
||||
405802AIRCEL"AIRCEL
|
||||
|
||||
405803AIRCEL"AIRCEL
|
||||
|
||||
405804AIRCEL"AIRCEL
|
||||
|
||||
405805AIRCEL"AIRCEL
|
||||
|
||||
405806AIRCEL"AIRCEL
|
||||
|
||||
405807AIRCEL"AIRCEL
|
||||
|
||||
405808AIRCEL"AIRCEL
|
||||
|
||||
405809AIRCEL"AIRCEL
|
||||
|
||||
405810AIRCEL"AIRCEL
|
||||
|
||||
405811AIRCEL"AIRCEL
|
||||
|
||||
405812AIRCEL"AIRCEL
|
||||
|
||||
405813Uninor"Uninor
|
||||
|
||||
405814Uninor"Uninor
|
||||
|
||||
405815Uninor"Uninor
|
||||
|
||||
405816Uninor"Uninor
|
||||
|
||||
405817Uninor"Uninor
|
||||
|
||||
405818Uninor"Uninor
|
||||
|
||||
405819Uninor"Uninor
|
||||
|
||||
405820Uninor"Uninor
|
||||
|
||||
405821Uninor"Uninor
|
||||
|
||||
405822Uninor"Uninor
|
||||
|
||||
405823Videocon"Videocon
|
||||
|
||||
405824Videocon"Videocon
|
||||
|
||||
405825Videocon"Videocon
|
||||
|
||||
405826Videocon"Videocon
|
||||
|
||||
405827Videocon"Videocon
|
||||
|
||||
405828Videocon"Videocon
|
||||
|
||||
405829Videocon"Videocon
|
||||
|
||||
405830Videocon"Videocon
|
||||
|
||||
405831Videocon"Videocon
|
||||
|
||||
405832Videocon"Videocon
|
||||
|
||||
405833Videocon"Videocon
|
||||
|
||||
405834Videocon"Videocon
|
||||
|
||||
405835Videocon"Videocon
|
||||
|
||||
405836Videocon"Videocon
|
||||
|
||||
405837Videocon"Videocon
|
||||
|
||||
405838Videocon"Videocon
|
||||
|
||||
405839Videocon"Videocon
|
||||
|
||||
405841Videocon"Videocon
|
||||
|
||||
405842Videocon"Videocon
|
||||
|
||||
405843Videocon"Videocon
|
||||
|
||||
405844Uninor"Uninor
|
||||
|
||||
405875Uninor"Uninor
|
||||
|
||||
405876Uninor"Uninor
|
||||
|
||||
405877Uninor"Uninor
|
||||
|
||||
405878Uninor"Uninor
|
||||
|
||||
405879Uninor"Uninor
|
||||
|
||||
405880Uninor"Uninor
|
||||
|
||||
405881STEL"STEL
|
||||
|
||||
405882STEL"STEL
|
||||
|
||||
405883STEL"STEL
|
||||
|
||||
405884STEL"STEL
|
||||
|
||||
405885STEL"STEL
|
||||
|
||||
405886STEL"STEL
|
||||
|
||||
405908IDEA"IDEA
|
||||
|
||||
405909IDEA"IDEA
|
||||
|
||||
405910IDEA"IDEA
|
||||
|
||||
405911IDEA"IDEA
|
||||
|
||||
405925Uninor"Uninor
|
||||
|
||||
405926Uninor"Uninor
|
||||
|
||||
405927Uninor"Uninor
|
||||
|
||||
405928Uninor"Uninor
|
||||
|
||||
405929Uninor"Uninor
|
||||
|
||||
405932Videocon"Videocon
|
||||
|
||||
405947IDEA"IDEA
|
||||
|
||||
405951IDEA"IDEA
|
||||
|
||||
41003Ufone"Ufone
|
||||
|
||||
41006Telenor"Telenor
|
||||
|
||||
41007Jazz"Jazz
|
||||
|
||||
41240AREEBA"AREEBA
|
||||
|
||||
41303Etisalat"Etisalat
|
||||
|
||||
41305Airtel"Airtel
|
||||
|
||||
41401MPT"MPT
|
||||
|
||||
41501Alfa"Alfa
|
||||
|
||||
41503 MTC Touch" MTC Touch
|
||||
|
||||
41505Only Landlines"OM
|
||||
|
||||
41601zain JO"zain JO
|
||||
|
||||
41603Umniah"Umniah
|
||||
|
||||
41702 MTN Syria" MTN Syria
|
||||
%
|
||||
41709MOBILE SYRIA"MOBILE SYRIA
|
||||
|
||||
41800ASIACELL"ASIACELL
|
||||
|
||||
41802SanaTel"SanaTel
|
||||
|
||||
41808SanaTel"SanaTel
|
||||
|
||||
41820 Zain Iraq" Zain Iraq
|
||||
|
||||
41830
|
||||
Zain Iraq " Zain Iraq
|
||||
'
|
||||
41840
|
||||
Korek Telecom"
|
||||
Korek Telecom
|
||||
|
||||
41845mobitel"mobitel
|
||||
|
||||
41902zain KW"zain KW
|
||||
|
||||
42003mobily"mobily
|
||||
|
||||
42004zain SA"zain SA
|
||||
|
||||
42101SABAFON"SABAFON
|
||||
|
||||
421700Y"Y
|
||||
#
|
||||
42202OMAN MOBILE"OMAN MOBILE
|
||||
|
||||
42502Cellcom"Cellcom
|
||||
|
||||
42503 Pelephone" Pelephone
|
||||
|
||||
42507 HotMobile" HotMobile
|
||||
|
||||
42602zain BH"zain BH
|
||||
)
|
||||
42702Vodafone Qatar"Vodafone Qatar
|
||||
|
||||
42901NT 3G"NT 3G
|
||||
|
||||
42902NCELL"NCELL
|
||||
|
||||
43211IR MCI"IR MCI
|
||||
|
||||
43212TKC"TKC
|
||||
|
||||
43214TKC"TKC
|
||||
|
||||
43219MTCE"MTCE
|
||||
|
||||
43232Taliya"Taliya
|
||||
|
||||
43235Irancell"Irancell
|
||||
|
||||
43601Somoncom"Somoncom
|
||||
|
||||
43602INDIGO-T"INDIGO-T
|
||||
|
||||
43603TJKMLT"MLT
|
||||
|
||||
43605 BEELINETJ"BEELINE
|
||||
|
||||
43612 INDIGO-3G"INDIGO-T
|
||||
|
||||
43701 BeelineKG" BeelineKG
|
||||
)
|
||||
45001Samsung Test Bed_Test"Samsung
|
||||
#
|
||||
45201VN MobiFone"VN MobiFone
|
||||
%
|
||||
45202VN VINAPHONE"VN VINAPHONE
|
||||
!
|
||||
45208
|
||||
EVNTelecom"
|
||||
EVNTelecom
|
||||
|
||||
45602Smart"Smart
|
||||
|
||||
45604qb"qb
|
||||
|
||||
45605STARCELL"STARCELL
|
||||
|
||||
45606Smart"Smart
|
||||
|
||||
45609
|
||||
Beeline KH"Beeline
|
||||
|
||||
45611Seatel"Seatel
|
||||
&
|
||||
45618CAMBODIASHINAWATRA"CAMSHIN
|
||||
|
||||
45701LAO GSM"LAOGSM
|
||||
|
||||
45708Beeline Lao"Beeline
|
||||
|
||||
46605GT 4G"GT 4G
|
||||
|
||||
46703KP SUN"SUNNET
|
||||
|
||||
47001GrameenPhone"GRAMEEN
|
||||
|
||||
47002Robi"Robi
|
||||
|
||||
47004Teletalk"Teletalk
|
||||
|
||||
47202WMOBILE"WMOBILE
|
||||
|
||||
50212MY MAXIS"MYMAXIS
|
||||
|
||||
50213 MY CELCOM" MY CELCOM
|
||||
|
||||
50217MY MAXIS"MY MAXIS
|
||||
|
||||
50218U Mobile"U Mobile
|
||||
|
||||
50219 MY CELCOM" MY CELCOM
|
||||
#
|
||||
50503Vodafone AU"Vodafone AU
|
||||
|
||||
505063"3
|
||||
|
||||
50508One.Tel"One.Tel
|
||||
|
||||
51009 Smartfren" Smartfren
|
||||
|
||||
51010 TELKOMSEL" TELKOMSEL
|
||||
|
||||
51011XL"XL
|
||||
|
||||
51028 Smartfren" Smartfren
|
||||
|
||||
51501ISLACOM"ISLACOM
|
||||
|
||||
51502GLOBE"GLOBE
|
||||
|
||||
51503Smart"Smart
|
||||
|
||||
51505SUN"SUN
|
||||
!
|
||||
51518
|
||||
red mobile"
|
||||
red mobile
|
||||
|
||||
52005dtac"dtac
|
||||
|
||||
52010TH WCS"TH WCS
|
||||
|
||||
52021TH ACT 1900"ACT-1900
|
||||
|
||||
52505StarHub"StarHub
|
||||
|
||||
52802B-Mobile"B-mobile
|
||||
|
||||
52811DSTCom"DSTCom
|
||||
|
||||
53005Spark NZ"Spark NZ
|
||||
|
||||
54411Blue Sky"Blue Sky
|
||||
|
||||
54417Blue Sky"Blue Sky
|
||||
|
||||
54927Samoatel GO"GO
|
||||
|
||||
60202vodafone"vodaEG
|
||||
|
||||
60301Mobilis"Mobilis
|
||||
|
||||
60401IAM"IAM
|
||||
|
||||
60402WANA GSM"WANA GSM
|
||||
|
||||
60502TUNTEL"TUNTEL
|
||||
|
||||
60600Libyana"Libyana
|
||||
|
||||
60601Almadar"Almadar
|
||||
|
||||
60703 GM COMIUM" GM COMIUM
|
||||
|
||||
60704607 04/Qcell"QC
|
||||
|
||||
61104
|
||||
CKY-Areeba"Areeba
|
||||
|
||||
61202CIV02"ACELL-CI
|
||||
|
||||
61203Orange"Orange
|
||||
|
||||
61204 IC COMIUM"ICCOMIUM
|
||||
|
||||
61401SAHELCOM"SAHELCOM
|
||||
|
||||
61403
|
||||
NE TELECEL"TELECEL
|
||||
|
||||
61404Orange"Orange
|
||||
|
||||
61503TELECEL-TOGO"TELECEL
|
||||
"
|
||||
61602
|
||||
TELECEL BENIN"TLCL-BEN
|
||||
|
||||
61603BJ BENINCELL"BENCELL
|
||||
|
||||
61702MTML"MTML
|
||||
|
||||
61710Emtel"EMTEL
|
||||
|
||||
61802 LIBERCELL"LIBERCEL
|
||||
|
||||
61902MILLICOM SL"MILLICOM
|
||||
|
||||
62001MTN"MTN
|
||||
|
||||
62003Tigo"Tigo
|
||||
|
||||
62006Zain Gh"Zain Gh
|
||||
!
|
||||
62007
|
||||
Glo Mobile"
|
||||
Glo Mobile
|
||||
%
|
||||
62120Zain Nigeria"Zain Nigeria
|
||||
#
|
||||
62130MTN Nigeria"MTN Nigeria
|
||||
|
||||
62140Mtel"Mtel
|
||||
!
|
||||
62150
|
||||
Glo Mobile"
|
||||
Glo Mobile
|
||||
$
|
||||
62160EtisalatNigeria"Etisalat
|
||||
|
||||
62402Orange"Orange
|
||||
|
||||
62701Orange"GETESA
|
||||
|
||||
62801Libertis"LIBERTIS
|
||||
|
||||
62802GAB TELECEL"TELECEL
|
||||
|
||||
62803 CELTEL GA"CELTEL
|
||||
|
||||
62901CELTEL"CELTELRC
|
||||
|
||||
62907WARID RC"WARID RC
|
||||
|
||||
63001Vodacom"Vodacom
|
||||
|
||||
63104MOVICEL"MOVICEL
|
||||
|
||||
63207GTM"GTM
|
||||
|
||||
63401Zain" ZainSUDAN
|
||||
|
||||
63402 MTN Sudan"MTN
|
||||
|
||||
63407
|
||||
Sudani One" SudaniTel
|
||||
|
||||
63510R-CELL"RCELL
|
||||
|
||||
63701
|
||||
SOMTELESOM"TELESOM
|
||||
|
||||
63782Telsom"Telsom
|
||||
|
||||
63903Airtel"CELTEL
|
||||
|
||||
63905Yu"Yu
|
||||
|
||||
64002Tigo"MOBITEL
|
||||
|
||||
64003ZANTEL"ZANTEL
|
||||
|
||||
64004Vodacom"VodaCom
|
||||
|
||||
64005ZAIN TZ"celtel
|
||||
|
||||
64008Smart"SmartTZA
|
||||
|
||||
64101Celtel"CELTEL
|
||||
|
||||
64110MTN UG"MTN-UG
|
||||
|
||||
64201Spacetel BI"SPACETEL
|
||||
|
||||
64202BUSAFA"SAFARIS
|
||||
|
||||
64301mCel"mCel
|
||||
|
||||
64304Vodacom"VodaCom
|
||||
|
||||
64501Airtel"CELTEL
|
||||
|
||||
64502MTN"TELECEL
|
||||
|
||||
64503ZAMTEL"TELECEL
|
||||
|
||||
64601Airtel"Celtel
|
||||
|
||||
64603Sacel"Sacel
|
||||
|
||||
64604Telma"TELMA
|
||||
|
||||
64700Orange"Orange
|
||||
|
||||
64710
|
||||
SFRREUNION"SFRRU
|
||||
|
||||
64801Net*One"NETONE
|
||||
|
||||
64803Telecel"TELECEL
|
||||
|
||||
64804Econet"ECONET
|
||||
|
||||
64901MTC"MTCNAM
|
||||
|
||||
64902switch"switch
|
||||
|
||||
64903Leo"leo™
|
||||
|
||||
65001TNM"CP900
|
||||
|
||||
65010Airtel"CELTEL
|
||||
|
||||
65101Vodacom"
|
||||
Vodacom-LS
|
||||
|
||||
65102Mascom"EZI-CEL
|
||||
|
||||
65201Mascom"MASCOM
|
||||
|
||||
65204 BTCMobile"beMOBILE
|
||||
!
|
||||
65501
|
||||
Vodacom-SA"
|
||||
Vodacom-SA
|
||||
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
302220TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302520 Videotron" Videotron
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
|
||||
310150cricket"cricket
|
||||
|
||||
310170AT&T"AT&T
|
||||
|
||||
310380AT&T"AT&T
|
||||
|
||||
310410AT&T"AT&T
|
||||
|
||||
310560AT&T"AT&T
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310950AT&T"AT&T
|
||||
|
||||
311180AT&T"AT&TATT AIO 2017-06-19
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
|
||||
|
||||
302220TELUS"TELUS
|
||||
|
||||
302221TELUS"TELUS
|
||||
|
||||
302500 Videotron" Videotron
|
||||
|
||||
302510 Videotron" Videotron
|
||||
|
||||
302520 Videotron" Videotron
|
||||
|
||||
302720ROGERS"ROGERS
|
||||
|
||||
310070AT&T"AT&T
|
||||
|
||||
310090AT&T"AT&T
|
||||
|
||||
310150AT&T"AT&T
|
||||
|
||||
310170AT&T"AT&T
|
||||
|
||||
310380AT&T"AT&T
|
||||
|
||||
310410AT&T"AT&T
|
||||
|
||||
310560AT&T"AT&T
|
||||
|
||||
310680AT&T"AT&T
|
||||
|
||||
310950AT&T"AT&T
|
||||
|
||||
311180AT&T"AT&TUSA GSM all 2017-05-19
|
||||
Vendored
+1780
File diff suppressed because it is too large
Load Diff
+50
@@ -0,0 +1,50 @@
|
||||
PortName=tcp:127.0.0.1:300
|
||||
FlpName=tcp
|
||||
LheName=bbd
|
||||
LheSerialControl=BBD:Serial=TTY
|
||||
LheClockMHz=100
|
||||
|
||||
GpioNPowerPath=/sys/class/sec/sensorhub/mcu_power
|
||||
GpioNStdbyPath=/sys/class/sec/gps/GPS_PWR_EN/value
|
||||
|
||||
#LhePatch=/system/bin/bcm_sensorhub_a1.patch
|
||||
LhePatch=/dev/bbd_patch
|
||||
UrgentPatch=/dev/bbd_urgent_patch
|
||||
# After retrying 4 times it will go to forever sleep.
|
||||
LheMaxMcuResetTries=4
|
||||
|
||||
LheBbdPacket=/dev/ttyBCM
|
||||
#LheBbdReliable=/dev/bbd_reliable
|
||||
LheBbdControl=/dev/bbd_control
|
||||
LheBbdSensor=/dev/bbd_sensor
|
||||
# LheDriverDebugFlags=PATCH_BBD:LHE_BBD
|
||||
|
||||
# For developement stage, we need to set this on.
|
||||
# For production stage, we should set this off.
|
||||
# LheFailSafe=ON
|
||||
# LheFailSafe=/data/vendor/gps/esw-crash-dump.hex
|
||||
# LheFailSafe=LOG
|
||||
|
||||
Lhe477xDebugFlags=RPC:FACILITY=33:STDOUT_PUTS:STDOUT_LOG
|
||||
# LheConsole=/data/vendor/gps/LheConsole
|
||||
|
||||
Log=JAVA
|
||||
LogDirectory=/storage/emulated/0/gps/broadcom/storage
|
||||
NvStorageDir=/data/vendor/gps/
|
||||
LheSensorIpc=true
|
||||
|
||||
## MuxMode setting:
|
||||
#ExtLNA for GNSS
|
||||
LhePinMux=P17=M1
|
||||
|
||||
#Set the services (logger buffer and batch buffer)
|
||||
#LheServiceList=
|
||||
|
||||
LheAutoBaudDelayMS=10
|
||||
|
||||
LheMaxMcuResetTries=3
|
||||
|
||||
# Disable logger wake-lock when YellowBird is installed
|
||||
LoggerWakeLockEnable=false
|
||||
# Skip sensor command wake-lock
|
||||
SkipSensorWakeLock=true
|
||||
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2019 The Android Open Source 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.
|
||||
-->
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.drm</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@1.3::ICryptoFactory/widevine</fqname>
|
||||
<fqname>@1.3::IDrmFactory/widevine</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+10532
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+105
@@ -0,0 +1,105 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<libs lib_count="17">
|
||||
<kernels>
|
||||
<lib kernel_count="12" name="libdata_manipulate_gc.so" target="DMA">
|
||||
<kernel exe="deinterleave_2" id="0" post="" pre="" />
|
||||
<kernel exe="deinterleave_3" id="1" post="" pre="" />
|
||||
<kernel exe="interleave_2" id="2" post="" pre="" />
|
||||
<kernel exe="interleave_3" id="3" post="" pre="" />
|
||||
<kernel exe="down_scale" id="4" post="" pre="" />
|
||||
<kernel exe="rotate" id="5" post="" pre="" />
|
||||
<kernel exe="data_convert" id="6" post="" pre="" />
|
||||
<kernel exe="min" id="7" post="" pre="" />
|
||||
<kernel exe="max" id="8" post="" pre="" />
|
||||
<kernel exe="sum" id="9" post="" pre="" />
|
||||
<kernel exe="square_sum" id="10" post="" pre="" />
|
||||
<kernel exe="average" id="11" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libenf_uv_gc.so" target="DSP">
|
||||
<kernel exe="enf_uv" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="10" name="libnn_gc.so" target="DSP">
|
||||
<kernel exe="Convolution" id="0" post="" pre="Convolution_pre" />
|
||||
<kernel exe="DwConvolution" id="1" post="" pre="" />
|
||||
<kernel exe="Deconvolution" id="2" post="" pre="" />
|
||||
<kernel exe="DwdeConvolution" id="3" post="" pre="" />
|
||||
<kernel exe="Pooling" id="4" post="" pre="" />
|
||||
<kernel exe="Concat" id="5" post="" pre="" />
|
||||
<kernel exe="FullyConnected" id="6" post="" pre="" />
|
||||
<kernel exe="Eltwise" id="7" post="" pre="" />
|
||||
<kernel exe="SoftMax" id="8" post="" pre="Softmax_pre" />
|
||||
<kernel exe="Sigmoid" id="9" post="" pre="Sigmoid_pre" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libenf_gc.so" target="DSP">
|
||||
<kernel exe="enf" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libgaussian3x3_gc.so" target="DSP">
|
||||
<kernel exe="gaussian3x3" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="5" name="libnn_sdma_gc.so" target="DMA">
|
||||
<kernel exe="Slice" id="0" post="" pre="" />
|
||||
<kernel exe="Permute" id="1" post="" pre="" />
|
||||
<kernel exe="Reshape" id="2" post="" pre="" />
|
||||
<kernel exe="Flatten" id="3" post="" pre="" />
|
||||
<kernel exe="SSD_Permute_Flatten" id="4" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="2" name="libtile_loop_gc.so" target="DSP">
|
||||
<kernel exe="tile_loop_sub" id="0" post="" pre="" />
|
||||
<kernel exe="tile_loop" id="1" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libdefault_desc_gc.so" target="DSP">
|
||||
<kernel exe="copy_kernel" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libenf_y_gc.so" target="DSP">
|
||||
<kernel exe="enf_y" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libsobel3x3_gc.so" target="DSP">
|
||||
<kernel exe="sobel3x3" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="12" name="libann_gc.so" target="DSP">
|
||||
<kernel exe="Convolution_ANN" id="0" post="" pre="nn_ifm_preproc_ANN" />
|
||||
<kernel exe="DwConvolution_ANN" id="1" post="" pre="" />
|
||||
<kernel exe="Deconvolution_ANN" id="2" post="" pre="" />
|
||||
<kernel exe="Pooling_ANN" id="3" post="" pre="" />
|
||||
<kernel exe="Concat_ANN" id="4" post="" pre="" />
|
||||
<kernel exe="FullyConnected_ANN" id="5" post="" pre="" />
|
||||
<kernel exe="Eltwise_ANN" id="6" post="" pre="" />
|
||||
<kernel exe="SoftMax_ANN" id="7" post="" pre="Softmax_get_lut_ANN" />
|
||||
<kernel exe="DetectionOutput_ANN" id="8" post="" pre="" />
|
||||
<kernel exe="DwdeConvolution_ANN" id="9" post="" pre="" />
|
||||
<kernel exe="Sigmoid_ANN" id="10" post="" pre="Sigmoid_get_lut_ANN" />
|
||||
<kernel exe="ReLU_ANN" id="11" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="12" name="libsdma_veri_gc.so" target="DSP">
|
||||
<kernel exe="dummy_1p" id="0" post="" pre="" />
|
||||
<kernel exe="dummy_2p" id="1" post="" pre="" />
|
||||
<kernel exe="dummy_3p" id="2" post="" pre="" />
|
||||
<kernel exe="dummy_yuv422uv" id="3" post="" pre="" />
|
||||
<kernel exe="dummy_yuv420uv" id="4" post="" pre="" />
|
||||
<kernel exe="dummy_yuv422" id="5" post="" pre="" />
|
||||
<kernel exe="dummy_yuv420" id="6" post="" pre="" />
|
||||
<kernel exe="dummy_io_1p" id="7" post="" pre="" />
|
||||
<kernel exe="dummy_io_2p" id="8" post="" pre="" />
|
||||
<kernel exe="dummy_io_3p" id="9" post="" pre="" />
|
||||
<kernel exe="dummy_io_yuv422uv" id="10" post="" pre="" />
|
||||
<kernel exe="dummy_io_yuv420uv" id="11" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libunpackBayer13_gc.so" target="DSP">
|
||||
<kernel exe="unpackbayer13" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libtile_iter_gc.so" target="DSP">
|
||||
<kernel exe="tile_iter" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="2" name="libMFB_gc.so" target="DSP">
|
||||
<kernel exe="BLEND_tb" id="0" post="" pre="" />
|
||||
<kernel exe="BLEND_MOTMULT_tb" id="1" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="liblog_gc.so" target="DSP">
|
||||
<kernel exe="ivp_log" id="0" post="" pre="" />
|
||||
</lib>
|
||||
<lib kernel_count="1" name="libofiempty_gc.so" target="DSP">
|
||||
<kernel exe="ofiempty" id="0" post="" pre="" />
|
||||
</lib>
|
||||
</kernels>
|
||||
</libs>
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user