Compare commits
1
Commits
b1e1c098c6
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef44a703e5 |
@@ -1 +0,0 @@
|
||||
radio/* filter=lfs diff=lfs merge=lfs -text
|
||||
-31157
File diff suppressed because it is too large
Load Diff
-22
@@ -1,22 +0,0 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),rosemary)
|
||||
|
||||
$(call add-radio-file-sha1-checked,radio/audio_dsp.img,dbc6ae6e7109ec4ca98da9dd15bcab1a0d38d9a1)
|
||||
$(call add-radio-file-sha1-checked,radio/cam_vpu1.img,217ec73ccd355f69ba22cf99d9de18bce715f75f)
|
||||
$(call add-radio-file-sha1-checked,radio/cam_vpu2.img,c71ab5f25b9b44a943a199262af4c89847ed31bc)
|
||||
$(call add-radio-file-sha1-checked,radio/cam_vpu3.img,6d300741d92c2f7c7d76a211a054c38162f6ee71)
|
||||
$(call add-radio-file-sha1-checked,radio/gz.img,5afff9eefa64c2e24dc794ee8d5956d2594b78da)
|
||||
$(call add-radio-file-sha1-checked,radio/lk.img,3af188a85d1b44ac6c5bbe3ec6dff33c7be05ec1)
|
||||
$(call add-radio-file-sha1-checked,radio/md1img.img,06ffb17f82950ca938b3bf04a3907ea8bc9face6)
|
||||
$(call add-radio-file-sha1-checked,radio/preloader_raw.img,c963964e230ef975003fd1f790fe8952f18baa1b)
|
||||
$(call add-radio-file-sha1-checked,radio/scp.img,d795b777756f0665b9523dcf3fb6118db80c3289)
|
||||
$(call add-radio-file-sha1-checked,radio/spmfw.img,c5f1a5b624a1c94459b6ca46d296e3a54d8ab700)
|
||||
$(call add-radio-file-sha1-checked,radio/sspm.img,c8e1ce7c455b714203f3de9a75fdaa34c3ada22d)
|
||||
$(call add-radio-file-sha1-checked,radio/tee.img,45d71e28ce486e230440b12686a37408bac337b7)
|
||||
|
||||
endif
|
||||
@@ -1,17 +0,0 @@
|
||||
#
|
||||
# Automatically generated file. DO NOT MODIFY
|
||||
#
|
||||
|
||||
AB_OTA_PARTITIONS += \
|
||||
audio_dsp \
|
||||
cam_vpu1 \
|
||||
cam_vpu2 \
|
||||
cam_vpu3 \
|
||||
gz \
|
||||
lk \
|
||||
md1img \
|
||||
preloader_raw \
|
||||
scp \
|
||||
spmfw \
|
||||
sspm \
|
||||
tee
|
||||
BIN
Binary file not shown.
BIN
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,15 +0,0 @@
|
||||
# VTService .rc configure
|
||||
|
||||
service vtservice /system_ext/bin/vtservice
|
||||
class main
|
||||
user system
|
||||
group system camera graphics inet net_admin net_raw media sdcard_rw radio sdcard_r media_rw
|
||||
capabilities NET_ADMIN NET_RAW
|
||||
ioprio rt 4
|
||||
disabled
|
||||
|
||||
on property:persist.vendor.vilte_support=1
|
||||
start vtservice
|
||||
|
||||
on property:persist.vendor.viwifi_support=1
|
||||
start vtservice
|
||||
@@ -1,22 +0,0 @@
|
||||
<?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.
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.
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.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
-31
@@ -1,31 +0,0 @@
|
||||
#!/vendor/bin/sh
|
||||
|
||||
default_fact_prop=$(getprop ro.soc.manufacturer)
|
||||
|
||||
if [ "$default_fact_prop" == "" ]; then
|
||||
fact_val=$(cat /sys/devices/soc0/family)
|
||||
/vendor/bin/setprop ro.vendor.soc.manufacturer ${fact_val}
|
||||
fi
|
||||
|
||||
default_soc_prop=$(getprop ro.soc.model)
|
||||
|
||||
if [ "$default_soc_prop" == "" ]; then
|
||||
soc_val=$(cat /sys/devices/soc0/soc_id)
|
||||
/vendor/bin/setprop ro.vendor.soc.model ${soc_val}
|
||||
else
|
||||
soc_val="$default_soc_prop"
|
||||
fi
|
||||
|
||||
soc_ext_val=$(cat /proc/device-tree/model-external-name 2>/dev/null)
|
||||
if [ -z "$soc_ext_val" ]; then
|
||||
soc_ext_val=${soc_val}
|
||||
fi
|
||||
/vendor/bin/setprop ro.vendor.soc.model.external_name ${soc_ext_val}
|
||||
|
||||
soc_part_val=$(cat /proc/device-tree/model-part-name 2>/dev/null)
|
||||
if [ -z "$soc_part_val" ]; then
|
||||
soc_part_val=${soc_val}
|
||||
fi
|
||||
/vendor/bin/setprop ro.vendor.soc.model.part_name ${soc_part_val}
|
||||
|
||||
/vendor/bin/setprop ro.vendor.soc.model_ready 1
|
||||
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
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.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
-110
@@ -1,110 +0,0 @@
|
||||
SfebGmowgWang
|
||||
MU8:<:
|
||||
SfebIsj
|
||||
SfebGIe[U
|
||||
/qtrg4s slopnhv4s s"sdrx1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg9
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg:
|
||||
mumwwFV'>B012#I]O[(>012
|
||||
/qtrg4s slopnhv4s s"sqolg2y% su
|
||||
|
||||
/qtrg4s slopnhv4s s"sccwxjx%5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/vlzzkw%n13
|
||||
|
||||
/qtrg4s slopnhv4s s"sdjdvlky5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s"sdjdvlky:6rtv
|
||||
|
||||
/qtrg4s slopnhv4s s"sxow1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4s s"sBR0w#yy "
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/vlzzkw%n12
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/fer67
|
||||
EYKW$:678
|
||||
/qtrg4s slopnhv4giklt`nfqtlm
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt`4qhdrjuxfg
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt`4qh
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4s s6cm/vlzzkw%n14
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/phtlm
|
||||
EYKW$8678
|
||||
/qtrg4s slopnhv4s s6cm/qsNSZ
|
||||
EYKW$7678
|
||||
/qtrg4s slopnhv4s s6cm/dhu3t""t
|
||||
EYKW$7678
|
||||
SfebIsj
|
||||
SfebMYV
|
||||
/qtrg4jyq$es1wljxtiu/u!exxewi an
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"3
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvhgyascp
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"4
|
||||
/qtrg4jyq$es1wljxtiu/dneghz
|
||||
0!784%9<8)162
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
0!4345&88)16"4$<;7(9 573$5
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
1!3345&88)16"4$967(9 343$5
|
||||
/qtrg4jyq$es1wljxtiu/dnpyyz
|
||||
0!634%778)112#656'990!8345&889 37845&>9901
|
||||
/qtrg4jyq$es1wljxtiu/dnfxr
|
||||
2!:8456'>=012#8=678)53234%=<890!7;456';<7123$:8<8)28;345&;:>0!734%;78)14734
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi
|
||||
52234%7789 323456'=)2123$5&7(<012#4%7
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi gucnqij
|
||||
1!76456'9901"545678)5!4345&=89
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi g;ne
|
||||
52234%7789 323456'=)2123$5
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi g;neaogrumn
|
||||
1!76456'9901"545678)5!4345&=89
|
||||
SfebIsj
|
||||
SfebVYV
|
||||
/qtrg4jyq$es1wljxtiu/u!ftz
|
||||
1!34;567(9 nvnxxiw"6szuuwy&=8901"3$hv!gjdbrwm kf8)5:234%6'kyu`cgeuzp#n_2"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 323
|
||||
/qtrg4jyq$es1wljxtiu/u!sqni
|
||||
1!36:567(9 nvnxxvtql-t vvxz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#5567
|
||||
/qtrg4jyq$es1wljxtiu/u!eeyzlz'
|
||||
1!83456'8)mumwwgg !nrz/v"xxz!)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%7789
|
||||
/qtrg4jyq$es1wljxtiu/u!se
|
||||
1!354567(9 nvn1hr4 quufr s68(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$7678
|
||||
/qtrg4jyq$es1wljxtiu/u!flfxnm
|
||||
1!354567(9 nvnxxioi gft0w#yy " 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&9890
|
||||
/qtrg4jyq$es1wljxtiu/u!flfxnm 2
|
||||
1!354567(9 nvnxxioi gft51wy (9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$7678
|
||||
/qtrg4jyq$es1wljxtiu/u!zqy
|
||||
1!354567(9 nvnxx"t!6szuuwy&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"8456
|
||||
/qtrg4jyq$es1wljxtiu/u!exx
|
||||
1!334567(9 nvnxxGW5!yttvx%?7890!2#qyq4ku-tjxxiu#v90!7:456'8)mum0gq3jiv01"7=568(9 bdfgyeskvogh#8>678)0!ceghzf:wd`nfqtlm(=6124$5&hjlcu"7:567(9 bdfgye9vm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"4456
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvh
|
||||
1!354567(9 nvn1hr4 quufr s69(:11234%6'u"k.eo1rjvno 223456'8)mum0gq3uwRMT"9<567(9 nvn1hr4imp.oxxy&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 2234
|
||||
SfebIsj
|
||||
SfebX_e[U
|
||||
/qtrg4s s"z0owoyyjx#
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyywurc
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyyii"tft!
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyywi
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyjpjrhgu
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyjpjrhgu6
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyy#u"
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyHX
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyi!!merd
|
||||
mbaois&8(
|
||||
SfebIsj
|
||||
EPH
|
||||
-106
@@ -1,106 +0,0 @@
|
||||
SfebGmowgWang
|
||||
MU8:<:
|
||||
SfebIsj
|
||||
SfebGIe[U
|
||||
/qtrg4s slopnhv4s s"sdrx1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg9
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg:
|
||||
mumwwFV'?=012#I]O[(>012
|
||||
/qtrg4s slopnhv4s s"sqolg2y% su
|
||||
|
||||
/qtrg4s slopnhv4s s"sccwxjx%5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo24
|
||||
|
||||
/qtrg4s slopnhv4s s"sdjdvlky5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s"sxow1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4s s"sBR0w#yy "
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo23
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/fer67
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4giklt`nfqtlm
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo25
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/phtlm
|
||||
EYKW$8678
|
||||
/qtrg4s slopnhv4s s6cm/qsNSZ
|
||||
EYKW$7678
|
||||
/qtrg4s slopnhv4s s6cm/dhu3t""t
|
||||
EYKW$7678
|
||||
SfebIsj
|
||||
SfebMYV
|
||||
/qtrg4jyq$es1wljxtiu/u!exxewi an
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"3
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvhgyascp
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"4
|
||||
/qtrg4jyq$es1wljxtiu/dneghz
|
||||
0!784%9<8)162
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
0!4345&88)16"4$:=7(9 323$5
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
1!3345&88)16"4$7>7(9 293$5
|
||||
/qtrg4jyq$es1wljxtiu/dnpyyz
|
||||
0!634%778)112#656'990!8345&889 37845&>9901
|
||||
/qtrg4jyq$es1wljxtiu/dnfxr
|
||||
2!:8456'>A012#98678)58234%=<890!7;456';:0373$98<8)312595&;:>0!734%;78)14734
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi
|
||||
52234%7789 323456'=)2123$5&7(<012#4%7
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi gucnqij
|
||||
1!76456'9901"545678)5!4345&=89
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog
|
||||
0!49$76@(=127#77
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog`odxwo$
|
||||
692:5<&:8>64"4;67';9575#;7>;>A 52:<>&8?:1!63;=?'9@0969$79;<A56"4:<7@;@ 29:;987(:293758:'9?72;6;%7;@A5523$>??=)11234%;<?B3
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
0!4#:%78(; 27#4%6
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
1!4#:%7:(9 1"3$5
|
||||
/qtrg4jyq$es1wljxtiu/xkimdoug!od
|
||||
1!2#8%6'@>012#9567(:012#95&989 6234%878)212#55678)11234
|
||||
SfebIsj
|
||||
SfebVYV
|
||||
/qtrg4jyq$es1wljxtiu/u!ftz
|
||||
3!34;567(9 nvnxxiw"6szuuwy&<?901"3$hv!gjdbrwm kf8)57234%6'kyu`cgeuzp#n_2"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 323
|
||||
/qtrg4jyq$es1wljxtiu/u!sqni
|
||||
1!36:567(9 nvnxxvtql-t vvxz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#5567
|
||||
/qtrg4jyq$es1wljxtiu/u!eeyzlz'
|
||||
1!83456'8)mumwwgg !nrz/v"xxz!)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%7789
|
||||
/qtrg4jyq$es1wljxtiu/u!se
|
||||
1!354567(9 nvn1hr4s!hvvgs!t79)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%8789
|
||||
/qtrg4jyq$es1wljxtiu/u!flfxnm
|
||||
1!354567(9 nvnxxioi gft0w#yy " 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&9890
|
||||
/qtrg4jyq$es1wljxtiu/u!zqy
|
||||
1!354567(9 nvnxx"t!6szuuwy&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"4456
|
||||
/qtrg4jyq$es1wljxtiu/u!exx
|
||||
5!334567(9 nvnxxGW5!yttvx%?7890!2#qyq4ku-lukyyjv$w01"94567(9 nvn1hr4kjm12#97678)0!ceghzftlmphi$:6789 1"dfhi (9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(:012
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvh
|
||||
4!354567(9 nvn1hr4s!hvvgs!t7:)122345&7(vtl/fp2skwof!334567(9 nvn1hr4vxINU#:=678)0!owo2is5jdq/pyyz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!3345
|
||||
SfebIsj
|
||||
SfebX_e[U
|
||||
/qtrg4s s"z0owoyyjx#
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyywurc
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyyii"tft!
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyywi
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyjpjrhgu
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyy#u"
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyHX
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyi!!merd
|
||||
mbaois&8(
|
||||
SfebIsj
|
||||
EPH
|
||||
-106
@@ -1,106 +0,0 @@
|
||||
SfebGmowgWang
|
||||
MU8:<:
|
||||
SfebIsj
|
||||
SfebGIe[U
|
||||
/qtrg4s slopnhv4s s"sdrx1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg9
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg:
|
||||
mumwwFV'?=012#I]O[(>012
|
||||
/qtrg4s slopnhv4s s"sqolg2y% su
|
||||
|
||||
/qtrg4s slopnhv4s s"sccwxjx%5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo24
|
||||
|
||||
/qtrg4s slopnhv4s s"sdjdvlky5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s"sxow1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4s s"sBR0w#yy "
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo23
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/fer67
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4giklt`nfqtlm
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo25
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/phtlm
|
||||
EYKW$8678
|
||||
/qtrg4s slopnhv4s s6cm/qsNSZ
|
||||
EYKW$7678
|
||||
/qtrg4s slopnhv4s s6cm/dhu3t""t
|
||||
EYKW$7678
|
||||
SfebIsj
|
||||
SfebMYV
|
||||
/qtrg4jyq$es1wljxtiu/u!exxewi an
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"3
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvhgyascp
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"4
|
||||
/qtrg4jyq$es1wljxtiu/dneghz
|
||||
0!784%9<8)162
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
0!4345&88)16"4$:=7(9 323$5
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
1!3345&88)16"4$7>7(9 293$5
|
||||
/qtrg4jyq$es1wljxtiu/dnpyyz
|
||||
0!634%778)112#656'990!8345&889 37845&>9901
|
||||
/qtrg4jyq$es1wljxtiu/dnfxr
|
||||
2!:8456'><012#8<678)52234%=<890!7;456';=3623$:;78)286:95&;:>0!734%;78)14734
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi
|
||||
52234%7789 323456'=)2123$5&7(<012#4%7
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi gucnqij
|
||||
1!76456'9901"545678)5!4345&=89
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog
|
||||
0!49$76@(=127#77
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog`odxwo$
|
||||
692:5<&:8>64"4;67';9575#;7>;>A 52:<>&8?:1!63;=?'9@0969$79;<A56"4:<7@;@ 29:;987(:293758:'9?72;6;%7;@A5523$>??=)11234%;<?B3
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
0!4#:%78(; 27#4%6
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
1!4#:%7:(9 1"3$5
|
||||
/qtrg4jyq$es1wljxtiu/xkimdoug!od
|
||||
1!2#8%6'@>012#9567(:012#95&989 6234%878)212#55678)11234
|
||||
SfebIsj
|
||||
SfebVYV
|
||||
/qtrg4jyq$es1wljxtiu/u!ftz
|
||||
3!34;567(9 nvnxxiw"6szuuwy&<?901"3$hv!gjdbrwm kf8)57234%6'kyu`cgeuzp#n_2"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 323
|
||||
/qtrg4jyq$es1wljxtiu/u!sqni
|
||||
1!36:567(9 nvnxxvtql-t vvxz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#5567
|
||||
/qtrg4jyq$es1wljxtiu/u!eeyzlz'
|
||||
1!83456'8)mumwwgg !nrz/v"xxz!)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%7789
|
||||
/qtrg4jyq$es1wljxtiu/u!se
|
||||
1!354567(9 nvn1hr4s!hvvgs!t79)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%8789
|
||||
/qtrg4jyq$es1wljxtiu/u!flfxnm
|
||||
1!354567(9 nvnxxioi gft0w#yy " 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&9890
|
||||
/qtrg4jyq$es1wljxtiu/u!zqy
|
||||
1!354567(9 nvnxx"t!6szuuwy&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"4456
|
||||
/qtrg4jyq$es1wljxtiu/u!exx
|
||||
5!334567(9 nvnxxGW5!yttvx%?7890!2#qyq4ku-lukyyjv$w01"88567(9 nvn1hr4kjm12#97678)0!ceghzftlmphi$:6789 1"dfhi (9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(:012
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvh
|
||||
4!354567(9 nvn1hr4s!hvvgs!t7:)122345&7(vtl/fp2skwof!334567(9 nvn1hr4vxINU#:=678)0!owo2is5jdq/pyyz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!3345
|
||||
SfebIsj
|
||||
SfebX_e[U
|
||||
/qtrg4s s"z0owoyyjx#
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyywurc
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyyii"tft!
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyywi
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyjpjrhgu
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyy#u"
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyHX
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyi!!merd
|
||||
mbaois&8(
|
||||
SfebIsj
|
||||
EPH
|
||||
-106
@@ -1,106 +0,0 @@
|
||||
SfebGmowgWang
|
||||
MU8:<:
|
||||
SfebIsj
|
||||
SfebGIe[U
|
||||
/qtrg4s slopnhv4s s"sdrx1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg9
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4iw"haecsxn!lg:
|
||||
mumwwFV'?=012#I]O[(>012
|
||||
/qtrg4s slopnhv4s s"sqolg2y% su
|
||||
|
||||
/qtrg4s slopnhv4s s"sccwxjx%5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo24
|
||||
|
||||
/qtrg4s slopnhv4s s"sdjdvlky5!yttvx
|
||||
|
||||
/qtrg4s slopnhv4s s"sxow1x$zz!t
|
||||
|
||||
/qtrg4s slopnhv4s s"sBR0w#yy "
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo23
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/fer67
|
||||
EYKW$;678
|
||||
/qtrg4s slopnhv4giklt`nfqtlm
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4giklt
|
||||
EYKW$>?@
|
||||
/qtrg4s slopnhv4s s6cm/nwm lxwo25
|
||||
|
||||
/qtrg4s slopnhv4s s6cm/phtlm
|
||||
EYKW$8678
|
||||
/qtrg4s slopnhv4s s6cm/qsNSZ
|
||||
EYKW$7678
|
||||
/qtrg4s slopnhv4s s6cm/dhu3t""t
|
||||
EYKW$7678
|
||||
SfebIsj
|
||||
SfebMYV
|
||||
/qtrg4jyq$es1wljxtiu/u!exxewi an
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"3
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvhgyascp
|
||||
PVRbV%9@8901"SYUe]WUT!3;45&V^NR`EUMYOJIU_M"77>=89B OVFcYGITN 8"4
|
||||
/qtrg4jyq$es1wljxtiu/dneghz
|
||||
0!784%9<8)162
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
0!4345&88)16"4$:=7(9 323$5
|
||||
/qtrg4jyq$es1wljxtiu/dndxrezm"tjpj
|
||||
1!3345&88)16"4$7>7(9 293$5
|
||||
/qtrg4jyq$es1wljxtiu/dnpyyz
|
||||
0!634%778)112#656'990!8345&889 37845&>9901
|
||||
/qtrg4jyq$es1wljxtiu/dnfxr
|
||||
2!:8456'><012#8<678)52234%=<890!7;456';=3623$:;78)286:95&;:>0!734%;78)14734
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi
|
||||
52234%7789 323456'=)2123$5&7(<012#4%7
|
||||
/qtrg4jyq$es1wljxtiu/dndfhi gucnqij
|
||||
1!76456'9901"545678)5!4345&=89
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog
|
||||
0!49$76@(=127#77
|
||||
/qtrg4jyq$es1wljxtiu/u!ggysfkog`odxwo$
|
||||
692:5<&:8>64"4;67';9575#;7>;>A 52:<>&8?:1!63;=?'9@0969$79;<A56"4:<7@;@ 29:;987(:293758:'9?72;6;%7;@A5523$>??=)11234%;<?B3
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
0!4#:%78(; 27#4%6
|
||||
/qtrg4jyq$es1wljxtiu/dndxrejx#_nkqctvw
|
||||
1!4#:%7:(9 1"3$5
|
||||
/qtrg4jyq$es1wljxtiu/xkimdoug!od
|
||||
1!2#8%6'@>012#9567(:012#95&989 6234%878)212#55678)11234
|
||||
SfebIsj
|
||||
SfebVYV
|
||||
/qtrg4jyq$es1wljxtiu/u!ftz
|
||||
3!34;567(9 nvnxxiw"6szuuwy&<?901"3$hv!gjdbrwm kf8)57234%6'kyu`cgeuzp#n_2"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 323
|
||||
/qtrg4jyq$es1wljxtiu/u!sqni
|
||||
1!36:567(9 nvnxxvtql-t vvxz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#5567
|
||||
/qtrg4jyq$es1wljxtiu/u!eeyzlz'
|
||||
1!83456'8)mumwwgg !nrz/v"xxz!)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%7789
|
||||
/qtrg4jyq$es1wljxtiu/u!se
|
||||
1!354567(9 nvn1hr4s!hvvgs!t79)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!2#4%tv5lopnhv%8789
|
||||
/qtrg4jyq$es1wljxtiu/u!flfxnm
|
||||
1!354567(9 nvnxxioi gft0w#yy " 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&9890
|
||||
/qtrg4jyq$es1wljxtiu/u!zqy
|
||||
1!354567(9 nvnxx"t!6szuuwy&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(9 1"qs2ivwues"4456
|
||||
/qtrg4jyq$es1wljxtiu/u!exx
|
||||
1!334567(9 nvnxxGW5!yttvx%?7890!2#qyq4ku-lukyyjv$w01"88567(9 nvn1hr4kjm12#97678)0!ceghzftlmphi$:6789 1"dfhi (9 1"qs2ivwues"3$5&uw6cpqoiw&7(9 oq0gtusm 1"3$su4kxomgu$5&7(wo.ersqky(:012
|
||||
/qtrg4jyq$es1wljxtiu/u!exxvh
|
||||
1!354567(9 nvn1hr4s!hvvgs!t7:)122345&7(vtl/fp2skwof!334567(9 nvn1hr4vxINU#:=678)0!owo2is5jdq/pyyz'8)0!pr1huvtnr!2#4%tv5lopnhv%6'8)np/fstrlz)0!2#rt3jwxlft#4%6'vx-dqrpjx'8)0!pr1huvtnr!3345
|
||||
SfebIsj
|
||||
SfebX_e[U
|
||||
/qtrg4s s"z0owoyyjx#
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyywurc
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyyii"tft!
|
||||
mbaois&;(
|
||||
/qtrg4s s"z0owoyywi
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyjpjrhgu
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyy#u"
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyHX
|
||||
mbaois&8(
|
||||
/qtrg4s s"z0owoyyi!!merd
|
||||
mbaois&8(
|
||||
SfebIsj
|
||||
EPH
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user