diff --git a/system/bin/AudioSetParam b/system/bin/AudioSetParam
new file mode 100755
index 0000000000000000000000000000000000000000..b6d6f6def06e5ae728fcb50ba9959e7577a702b8
Binary files /dev/null and b/system/bin/AudioSetParam differ
diff --git a/system/bin/aal b/system/bin/aal
new file mode 100755
index 0000000000000000000000000000000000000000..67f1934a2a9e58062048e2626caa037ba91d0083
Binary files /dev/null and b/system/bin/aal differ
diff --git a/system/bin/acpi b/system/bin/acpi
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/acpi
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/adbd b/system/bin/adbd
new file mode 100755
index 0000000000000000000000000000000000000000..f76886e414cf6479602256a951283c886303bd60
Binary files /dev/null and b/system/bin/adbd differ
diff --git a/system/bin/aee b/system/bin/aee
new file mode 100755
index 0000000000000000000000000000000000000000..60dd22acb7ba10b69a39b73508a3806b699dc85c
Binary files /dev/null and b/system/bin/aee differ
diff --git a/system/bin/aee_aed b/system/bin/aee_aed
new file mode 100755
index 0000000000000000000000000000000000000000..42b7d953f650141c4e156aad0dedb7fc3986788e
Binary files /dev/null and b/system/bin/aee_aed differ
diff --git a/system/bin/aee_aed64 b/system/bin/aee_aed64
new file mode 100755
index 0000000000000000000000000000000000000000..cb0d6751cef7ba86f909a52402689171d7202224
Binary files /dev/null and b/system/bin/aee_aed64 differ
diff --git a/system/bin/aee_archive b/system/bin/aee_archive
new file mode 100755
index 0000000000000000000000000000000000000000..a86b8007bb7f1acd3a9fc89954b1a5934fc53ef8
Binary files /dev/null and b/system/bin/aee_archive differ
diff --git a/system/bin/aee_dumpstate b/system/bin/aee_dumpstate
new file mode 100755
index 0000000000000000000000000000000000000000..16e29ee2bdd6e6d62960c42f54561acbadfa65fc
Binary files /dev/null and b/system/bin/aee_dumpstate differ
diff --git a/system/bin/am b/system/bin/am
new file mode 100755
index 0000000000000000000000000000000000000000..54c2d394be2c329e4d81233da8d326ff99820f01
--- /dev/null
+++ b/system/bin/am
@@ -0,0 +1,9 @@
+#!/system/bin/sh
+
+if [ "$1" != "instrument" ] ; then
+    cmd activity "$@"
+else
+    base=/system
+    export CLASSPATH=$base/framework/am.jar
+    exec app_process $base/bin com.android.commands.am.Am "$@"
+fi
diff --git a/system/bin/app_process b/system/bin/app_process
new file mode 120000
index 0000000000000000000000000000000000000000..9c2ec25eef55c87dd513f8102a66a3d16cffb669
--- /dev/null
+++ b/system/bin/app_process
@@ -0,0 +1 @@
+app_process64
\ No newline at end of file
diff --git a/system/bin/app_process32 b/system/bin/app_process32
new file mode 100755
index 0000000000000000000000000000000000000000..e25c75073a29bcfbaaeadb793c1b7af1e1ca3561
Binary files /dev/null and b/system/bin/app_process32 differ
diff --git a/system/bin/app_process64 b/system/bin/app_process64
new file mode 100755
index 0000000000000000000000000000000000000000..7c5262583eeefe9768c43fffd120c6ffbc8bc86c
Binary files /dev/null and b/system/bin/app_process64 differ
diff --git a/system/bin/applypatch b/system/bin/applypatch
new file mode 100755
index 0000000000000000000000000000000000000000..b9e31025ba951bfdab5f5faea2f34bc5046286e4
Binary files /dev/null and b/system/bin/applypatch differ
diff --git a/system/bin/appops b/system/bin/appops
new file mode 100755
index 0000000000000000000000000000000000000000..5dc85aa0979ce762d5e90fa6a4137b475a2e022b
--- /dev/null
+++ b/system/bin/appops
@@ -0,0 +1,2 @@
+#!/system/bin/sh
+cmd appops "$@"
diff --git a/system/bin/appwidget b/system/bin/appwidget
new file mode 100755
index 0000000000000000000000000000000000000000..610500929519116d6ce8ddd3cfc56b7c20b8b8e2
--- /dev/null
+++ b/system/bin/appwidget
@@ -0,0 +1,5 @@
+# Script to start "appwidget" on the device, which has a very rudimentary shell.
+base=/system
+export CLASSPATH=$base/framework/appwidget.jar
+exec app_process $base/bin com.android.commands.appwidget.AppWidget "$@"
+
diff --git a/system/bin/art b/system/bin/art
new file mode 100755
index 0000000000000000000000000000000000000000..077dc4a8b7f279da4cfdfa85579756fec55bc6cc
--- /dev/null
+++ b/system/bin/art
@@ -0,0 +1,315 @@
+# Copyright (C) 2011 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.
+
+# This script is used on host and device. It uses a common subset
+# shell dialect that should work on the host (e.g. bash), and
+# Android (e.g. mksh).
+
+# Globals
+ARCHS={arm,arm64,mips,mips64,x86,x86_64}
+ART_BINARY=dalvikvm
+DELETE_ANDROID_DATA="no"
+LAUNCH_WRAPPER=
+LIBART=libart.so
+JIT_PROFILE="no"
+VERBOSE="no"
+EXTRA_OPTIONS=()
+
+# Follow all sym links to get the program name.
+if [ z"$BASH_SOURCE" != z ]; then
+  PROG_NAME="$BASH_SOURCE"
+else
+  PROG_NAME="$0"
+fi
+while [ -h "$PROG_NAME" ]; do
+  # On Mac OS, readlink -f doesn't work.
+  PROG_NAME="$(readlink "$PROG_NAME")"
+done
+
+function find_libdir() {
+  # Get the actual file, $1 is the ART_BINARY_PATH and may be a symbolic link.
+  # Use realpath instead of readlink because Android does not have a readlink.
+  if [[ "$(realpath "$1")" == *dalvikvm64 ]]; then
+    echo "lib64"
+  else
+    echo "lib"
+  fi
+}
+
+function replace_compiler_filter_with_quicken() {
+  ARGS_WITH_QUICKEN=("$@")
+
+  found="false"
+  ((index=0))
+  while ((index <= $#)); do
+    what="${ARGS_WITH_QUICKEN[$index]}"
+
+    case "$what" in
+      --compiler-filter=*)
+        ARGS_WITH_QUICKEN[$index]="--compiler-filter=quicken"
+        found="true"
+        ;;
+    esac
+
+    ((index++))
+    shift
+  done
+  if [ "$found" != "true" ]; then
+    ARGS_WITH_QUICKEN=(-Xcompiler-option --compiler-filter=quicken "${ARGS_WITH_QUICKEN[@]}")
+  fi
+}
+
+function usage() {
+  cat 1>&2 <<EOF
+Usage: art [OPTIONS] [--] [ART_OPTIONS] CLASS
+
+Supported OPTIONS include:
+  --32                     Use the 32-bit Android Runtime.
+  --64                     Use the 64-bit Android Runtime.
+  --callgrind              Launch the Android Runtime in callgrind.
+  -d                       Use the debug ART library (libartd.so).
+  --debug                  Equivalent to -d.
+  --gdb                    Launch the Android Runtime in gdb.
+  --help                   Display usage message.
+  --invoke-with <program>  Launch the Android Runtime in <program>.
+  --perf                   Launch the Android Runtime with perf recording.
+  --perf-report            Launch the Android Runtime with perf recording with
+                           report upon completion.
+  --profile                Run with profiling, then run using profile data.
+  --verbose                Run script verbosely.
+
+The ART_OPTIONS are passed directly to the Android Runtime.
+
+Example:
+  art --32 -cp my_classes.dex MainClass
+
+Common errors:
+  1) Not having core.art available (see $ANDROID_BUILD_TOP/art/Android.mk).
+     eg m -j32 build-art-host
+  2) Not having boot.art available (see $ANDROID_BUILD_TOP/build/make/core/dex_preopt_libart_boot.mk)
+     eg m -j32 out/target/product/generic_x86_64/dex_bootjars/system/framework/x86_64/boot.art
+EOF
+}
+
+function clean_android_data() {
+  if [ "$DELETE_ANDROID_DATA" = "yes" ]; then
+    rm -rf $ANDROID_DATA
+  fi
+}
+
+# Given 'VAR1=VAL VAR2=VAL2 ... cmd arg1 arg2 ... argN' run the 'cmd' with the args
+# with the modified environment {VAR1=VAL,VAL2=,...}.
+#
+# Also prints the command to be run if verbose mode is enabled.
+function verbose_run() {
+  if [ "$VERBOSE" = "yes" ]; then
+    echo "$@"
+  fi
+
+  env "$@"
+}
+
+# Automatically find the boot image location. It uses core.art by default.
+# On a real device, it might only have a boot.art, so use that instead when core.art does not exist.
+function detect_boot_image_location() {
+  local image_location_dir="$ANDROID_ROOT/framework"
+  local image_location_name="core.art"
+
+  local maybe_arch
+  local core_image_exists="false"
+
+  # Parse ARCHS={a,b,c,d} syntax.
+  local array
+  IFS=, read -a array <<< "${ARCHS:1:(-1)}";
+  for maybe_arch in "${array[@]}"; do
+    if [[ -e "$image_location_dir/$maybe_arch/$image_location_name" ]]; then
+      core_image_exists="true"
+      break
+    fi
+  done
+
+  if [[ "$core_image_exists" == "false" ]]; then
+    image_location_name="boot.art"
+  fi
+
+  local image_location="$image_location_dir/$image_location_name"
+  echo "$image_location"
+}
+
+function run_art() {
+  local image_location="$(detect_boot_image_location)"
+
+  verbose_run ANDROID_DATA=$ANDROID_DATA               \
+              ANDROID_ROOT=$ANDROID_ROOT               \
+              LD_LIBRARY_PATH=$LD_LIBRARY_PATH         \
+              PATH=$ANDROID_ROOT/bin:$PATH             \
+              LD_USE_LOAD_BIAS=1                       \
+              $LAUNCH_WRAPPER $ART_BINARY_PATH $lib    \
+              -XXlib:$LIBART                           \
+              -Xnorelocate                             \
+              -Ximage:"$image_location"                \
+              "$@"
+}
+
+while [[ "$1" = "-"* ]]; do
+  case "$1" in
+  --)
+    # No more arguments for this script.
+    shift
+    break
+    ;;
+  --32)
+    ART_BINARY=dalvikvm32
+    ;;
+  --64)
+    ART_BINARY=dalvikvm64
+    ;;
+  --callgrind)
+    LAUNCH_WRAPPER="valgrind --tool=callgrind"
+    ;;
+  -d)
+    ;& # Fallthrough
+  --debug)
+    LIBART="libartd.so"
+    # Expect that debug mode wants all checks.
+    EXTRA_OPTIONS+=(-XX:SlowDebug=true)
+    ;;
+  --gdb)
+    LIBART="libartd.so"
+    LAUNCH_WRAPPER="gdb --args"
+    ;;
+  --help)
+    usage
+    exit 0
+    ;;
+  --invoke-with)
+    LAUNCH_WRAPPER=$2
+    shift
+    ;;
+  --perf)
+    PERF="record"
+    ;;
+  --perf-report)
+    PERF="report"
+    ;;
+  --profile)
+    JIT_PROFILE="yes"
+    ;;
+  --verbose)
+    VERBOSE="yes"
+    ;;
+  --*)
+    echo "unknown option: $1" 1>&2
+    usage
+    exit 1
+    ;;
+  *)
+    break
+    ;;
+  esac
+  shift
+done
+
+if [ $# -eq 0 ]; then
+  usage
+  exit 1
+fi
+
+PROG_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)"
+ANDROID_ROOT=$PROG_DIR/..
+ART_BINARY_PATH=$ANDROID_ROOT/bin/$ART_BINARY
+
+if [ ! -x "$ART_BINARY_PATH" ]; then
+  cat 1>&2 <<EOF
+Android Runtime not found: $ART_BINARY_PATH
+This script should be in the same directory as the Android Runtime ($ART_BINARY).
+EOF
+  exit 1
+fi
+
+LIBDIR="$(find_libdir $ART_BINARY_PATH)"
+LD_LIBRARY_PATH=$ANDROID_ROOT/$LIBDIR
+
+# If ANDROID_DATA is the system ANDROID_DATA or is not set, use our own,
+# and ensure we delete it at the end.
+if [ "$ANDROID_DATA" = "/data" ] || [ "$ANDROID_DATA" = "" ]; then
+  if [[ $PWD != / ]]; then
+    ANDROID_DATA="$PWD/android-data$$"
+  else
+    # Use /data/local/tmp when running this from adb shell, since it starts out in /
+    # by default.
+    ANDROID_DATA="$ANDROID_DATA/local/tmp/android-data$$"
+  fi
+  mkdir -p $ANDROID_DATA/dalvik-cache/$ARCHS
+  DELETE_ANDROID_DATA="yes"
+fi
+
+if [ "$PERF" != "" ]; then
+  LAUNCH_WRAPPER="perf record -g -o $ANDROID_DATA/perf.data -e cycles:u $LAUNCH_WRAPPER"
+  EXTRA_OPTIONS+=(-Xcompiler-option --generate-debug-info)
+fi
+
+if [ "$JIT_PROFILE" = "yes" ]; then
+  # Create the profile. The runtime expects profiles to be created before
+  # execution.
+  PROFILE_PATH="$ANDROID_DATA/primary.prof"
+  touch $PROFILE_PATH
+
+  # Replace the compiler filter with quicken so that we
+  # can capture the profile.
+  ARGS_WITH_QUICKEN=
+  replace_compiler_filter_with_quicken "$@"
+
+  run_art -Xjitsaveprofilinginfo               \
+          -Xps-min-methods-to-save:1           \
+          -Xps-min-classes-to-save:1           \
+          -Xps-min-notification-before-wake:10 \
+          -Xps-profile-path:$PROFILE_PATH      \
+          -Xusejit:true                        \
+          "${ARGS_WITH_QUICKEN[@]}"            \
+          "&>" "$ANDROID_DATA/profile_gen.log"
+  EXIT_STATUS=$?
+
+  if [ $EXIT_STATUS != 0 ]; then
+    cat "$ANDROID_DATA/profile_gen.log"
+    clean_android_data
+    exit $EXIT_STATUS
+  fi
+
+  # Wipe dalvik-cache to prepare it for the next invocation.
+  rm -rf $ANDROID_DATA/dalvik-cache/$ARCHS/*
+
+  # Append arguments so next invocation of run_art uses the profile.
+  EXTRA_OPTIONS+=(-Xcompiler-option --profile-file="$PROFILE_PATH")
+fi
+
+# Protect additional arguments in quotes to preserve whitespaces (used by
+# run-jdwp-test.sh when running on device), '$' (may be used as part of
+# classpath) and other special characters when evaluated.
+EXTRA_OPTIONS+=("$@")
+
+run_art "${EXTRA_OPTIONS[@]}"
+EXIT_STATUS=$?
+
+if [ "$PERF" != "" ]; then
+  if [ "$PERF" = report ]; then
+    perf report -i $ANDROID_DATA/perf.data
+  fi
+  echo "Perf data saved in: $ANDROID_DATA/perf.data"
+else
+  # Perf output is placed under $ANDROID_DATA so not cleaned when perf options used.
+  clean_android_data
+fi
+
+exit $EXIT_STATUS
diff --git a/system/bin/atcid b/system/bin/atcid
new file mode 100755
index 0000000000000000000000000000000000000000..f1a386e1ee9595919dedf79bb32f6b0ac6775eca
Binary files /dev/null and b/system/bin/atcid differ
diff --git a/system/bin/atrace b/system/bin/atrace
new file mode 100755
index 0000000000000000000000000000000000000000..1cbb8b78f17d1792ab6ce53499290aafe5497fa9
Binary files /dev/null and b/system/bin/atrace differ
diff --git a/system/bin/audiocmdservice_atci b/system/bin/audiocmdservice_atci
new file mode 100755
index 0000000000000000000000000000000000000000..0e0d19e2121b75d922cc3ade1f460500bbb0c837
Binary files /dev/null and b/system/bin/audiocmdservice_atci differ
diff --git a/system/bin/audioserver b/system/bin/audioserver
new file mode 100755
index 0000000000000000000000000000000000000000..8d04ef750801cf097578b1f58b655626ff559fcd
Binary files /dev/null and b/system/bin/audioserver differ
diff --git a/system/bin/badblocks b/system/bin/badblocks
new file mode 100755
index 0000000000000000000000000000000000000000..a22ceb873f6a6af1419ca45b74e5c13e60f958b1
Binary files /dev/null and b/system/bin/badblocks differ
diff --git a/system/bin/base64 b/system/bin/base64
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/base64
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/basename b/system/bin/basename
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/basename
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/batterywarning b/system/bin/batterywarning
new file mode 100755
index 0000000000000000000000000000000000000000..feaf8c2f0792317a797896c43213de694ac61adb
Binary files /dev/null and b/system/bin/batterywarning differ
diff --git a/system/bin/bcc b/system/bin/bcc
new file mode 100755
index 0000000000000000000000000000000000000000..4a4527094e86a11716971a0acdf63ecb98361a8d
Binary files /dev/null and b/system/bin/bcc differ
diff --git a/system/bin/blkid b/system/bin/blkid
new file mode 100755
index 0000000000000000000000000000000000000000..130adea8c2075daf59d4be72cf50e67e9b03066f
Binary files /dev/null and b/system/bin/blkid differ
diff --git a/system/bin/blockdev b/system/bin/blockdev
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/blockdev
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/bmgr b/system/bin/bmgr
new file mode 100755
index 0000000000000000000000000000000000000000..6b4bbe2d90326f402b60754420c8abdc3e8897bf
--- /dev/null
+++ b/system/bin/bmgr
@@ -0,0 +1,7 @@
+# Script to start "bmgr" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/bmgr.jar
+exec app_process $base/bin com.android.commands.bmgr.Bmgr "$@"
+
diff --git a/system/bin/boot_logo_updater b/system/bin/boot_logo_updater
new file mode 100755
index 0000000000000000000000000000000000000000..95edc67fa2a3ce2ad30d55a29a5152d9315c32ef
Binary files /dev/null and b/system/bin/boot_logo_updater differ
diff --git a/system/bin/bootstat b/system/bin/bootstat
new file mode 100755
index 0000000000000000000000000000000000000000..e1138c2d98aacbeb25e454947d7e4340b3eab81b
Binary files /dev/null and b/system/bin/bootstat differ
diff --git a/system/bin/bu b/system/bin/bu
new file mode 100755
index 0000000000000000000000000000000000000000..e8dbc318818f36ddd70ff0fb37599e8f93766574
--- /dev/null
+++ b/system/bin/bu
@@ -0,0 +1,6 @@
+# Script to start "bu" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/bu.jar
+exec app_process $base/bin com.android.commands.bu.Backup "$@"
+
diff --git a/system/bin/bugreport b/system/bin/bugreport
new file mode 100755
index 0000000000000000000000000000000000000000..d513b7474a2fc21e34f022a8d30dc1d705883b81
Binary files /dev/null and b/system/bin/bugreport differ
diff --git a/system/bin/bugreportz b/system/bin/bugreportz
new file mode 100755
index 0000000000000000000000000000000000000000..b259b454da6c9f82e9ff8030b599d02910cfc3f6
Binary files /dev/null and b/system/bin/bugreportz differ
diff --git a/system/bin/bunzip2 b/system/bin/bunzip2
new file mode 120000
index 0000000000000000000000000000000000000000..a989e1da11aef72b6904b826475a113eee556a5b
--- /dev/null
+++ b/system/bin/bunzip2
@@ -0,0 +1 @@
+bzip2
\ No newline at end of file
diff --git a/system/bin/bzcat b/system/bin/bzcat
new file mode 120000
index 0000000000000000000000000000000000000000..a989e1da11aef72b6904b826475a113eee556a5b
--- /dev/null
+++ b/system/bin/bzcat
@@ -0,0 +1 @@
+bzip2
\ No newline at end of file
diff --git a/system/bin/bzip2 b/system/bin/bzip2
new file mode 100755
index 0000000000000000000000000000000000000000..55c7ee25a78b80bc5b33fb006765b74f9b3a7a91
Binary files /dev/null and b/system/bin/bzip2 differ
diff --git a/system/bin/cal b/system/bin/cal
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cal
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/cameraserver b/system/bin/cameraserver
new file mode 100755
index 0000000000000000000000000000000000000000..21270a60040aa29a1308c2e6bfcb697cde347db2
Binary files /dev/null and b/system/bin/cameraserver differ
diff --git a/system/bin/cat b/system/bin/cat
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cat
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chcon b/system/bin/chcon
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chcon
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chgrp b/system/bin/chgrp
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chgrp
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chmod b/system/bin/chmod
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chmod
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chown b/system/bin/chown
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chown
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chroot b/system/bin/chroot
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chroot
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/chrt b/system/bin/chrt
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/chrt
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/cksum b/system/bin/cksum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cksum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/clatd b/system/bin/clatd
new file mode 100755
index 0000000000000000000000000000000000000000..0a04977f026920ee707052e5a293d104185b3cf2
Binary files /dev/null and b/system/bin/clatd differ
diff --git a/system/bin/clear b/system/bin/clear
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/clear
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/cmd b/system/bin/cmd
new file mode 100755
index 0000000000000000000000000000000000000000..c8f52e592d1c585415f386e3922c7734ad51c7f5
Binary files /dev/null and b/system/bin/cmd differ
diff --git a/system/bin/cmp b/system/bin/cmp
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cmp
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/comm b/system/bin/comm
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/comm
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/content b/system/bin/content
new file mode 100755
index 0000000000000000000000000000000000000000..a8e056d04d6901a57d8eb6c758a3c06569f3a3f1
--- /dev/null
+++ b/system/bin/content
@@ -0,0 +1,5 @@
+# Script to start "content" on the device, which has a very rudimentary shell.
+base=/system
+export CLASSPATH=$base/framework/content.jar
+exec app_process $base/bin com.android.commands.content.Content "$@"
+
diff --git a/system/bin/cp b/system/bin/cp
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cp
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/cpio b/system/bin/cpio
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cpio
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/crash_dump32 b/system/bin/crash_dump32
new file mode 100755
index 0000000000000000000000000000000000000000..710b62a8fc19fe01e8c275deee2ab88e304e2776
Binary files /dev/null and b/system/bin/crash_dump32 differ
diff --git a/system/bin/crash_dump64 b/system/bin/crash_dump64
new file mode 100755
index 0000000000000000000000000000000000000000..906cdf2f77a2c0167d98c24697f9f64146526713
Binary files /dev/null and b/system/bin/crash_dump64 differ
diff --git a/system/bin/cut b/system/bin/cut
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/cut
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dalvikvm b/system/bin/dalvikvm
new file mode 120000
index 0000000000000000000000000000000000000000..9b57ad4e949f4234a8ea0626968f400d810f6470
--- /dev/null
+++ b/system/bin/dalvikvm
@@ -0,0 +1 @@
+dalvikvm64
\ No newline at end of file
diff --git a/system/bin/dalvikvm32 b/system/bin/dalvikvm32
new file mode 100755
index 0000000000000000000000000000000000000000..9fa782302e98231c5a669c4d4e193bc65f08970f
Binary files /dev/null and b/system/bin/dalvikvm32 differ
diff --git a/system/bin/dalvikvm64 b/system/bin/dalvikvm64
new file mode 100755
index 0000000000000000000000000000000000000000..dfaf013771bae224f5057bab033e9ca04dba2813
Binary files /dev/null and b/system/bin/dalvikvm64 differ
diff --git a/system/bin/date b/system/bin/date
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/date
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dd b/system/bin/dd
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/dd
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/debuggerd b/system/bin/debuggerd
new file mode 100755
index 0000000000000000000000000000000000000000..3e186e74fca8f961c592d1c47f4850d55dd17c34
Binary files /dev/null and b/system/bin/debuggerd differ
diff --git a/system/bin/dex2oat b/system/bin/dex2oat
new file mode 100755
index 0000000000000000000000000000000000000000..7f4ee5df6c81dfacd753b37554c86909fe30a24f
Binary files /dev/null and b/system/bin/dex2oat differ
diff --git a/system/bin/dexdiag b/system/bin/dexdiag
new file mode 100755
index 0000000000000000000000000000000000000000..38df3afe45f68b2ffdfffe010723be72f7aa7d7c
Binary files /dev/null and b/system/bin/dexdiag differ
diff --git a/system/bin/dexdump b/system/bin/dexdump
new file mode 100755
index 0000000000000000000000000000000000000000..7f946b996c12b045ff23d9d319e83a72a5cf9640
Binary files /dev/null and b/system/bin/dexdump differ
diff --git a/system/bin/dexlist b/system/bin/dexlist
new file mode 100755
index 0000000000000000000000000000000000000000..08e7be0bfc9151abf1380a1eb2ae60f20a79a0a4
Binary files /dev/null and b/system/bin/dexlist differ
diff --git a/system/bin/dexoptanalyzer b/system/bin/dexoptanalyzer
new file mode 100755
index 0000000000000000000000000000000000000000..89360fc6e8e1c2b3f94435ccbb2d0590d9063dc6
Binary files /dev/null and b/system/bin/dexoptanalyzer differ
diff --git a/system/bin/df b/system/bin/df
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/df
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/diff b/system/bin/diff
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/diff
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dirname b/system/bin/dirname
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/dirname
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dmesg b/system/bin/dmesg
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/dmesg
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dnsmasq b/system/bin/dnsmasq
new file mode 100755
index 0000000000000000000000000000000000000000..b4ab1da164232f2ca821d4e39f5af9b40d261a91
Binary files /dev/null and b/system/bin/dnsmasq differ
diff --git a/system/bin/dos2unix b/system/bin/dos2unix
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/dos2unix
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dpm b/system/bin/dpm
new file mode 100755
index 0000000000000000000000000000000000000000..c2e5cbb61c18e1cf1dfdb2b387c899029d084480
--- /dev/null
+++ b/system/bin/dpm
@@ -0,0 +1,6 @@
+# Script to start "dpm" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/dpm.jar
+exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
+
diff --git a/system/bin/drmserver b/system/bin/drmserver
new file mode 100755
index 0000000000000000000000000000000000000000..20069bb8a0cc20898623aceea77fe96e152439d5
Binary files /dev/null and b/system/bin/drmserver differ
diff --git a/system/bin/du b/system/bin/du
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/du
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/dumpstate b/system/bin/dumpstate
new file mode 100755
index 0000000000000000000000000000000000000000..71637af407e1beb0720061e8cc5606dfdd3f9bfa
Binary files /dev/null and b/system/bin/dumpstate differ
diff --git a/system/bin/dumpsys b/system/bin/dumpsys
new file mode 100755
index 0000000000000000000000000000000000000000..f1492471dfe08a6299cd4d53e9c23fa77b24b42f
Binary files /dev/null and b/system/bin/dumpsys differ
diff --git a/system/bin/e2fsck b/system/bin/e2fsck
new file mode 100755
index 0000000000000000000000000000000000000000..85691e7cea1d21304812a80d283fcec06e57296b
Binary files /dev/null and b/system/bin/e2fsck differ
diff --git a/system/bin/e2fsdroid b/system/bin/e2fsdroid
new file mode 100755
index 0000000000000000000000000000000000000000..1dc105b966d3ed4aa898418555287393a46e2856
Binary files /dev/null and b/system/bin/e2fsdroid differ
diff --git a/system/bin/echo b/system/bin/echo
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/echo
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/egrep b/system/bin/egrep
new file mode 120000
index 0000000000000000000000000000000000000000..9b059dc5d829bf98c58317d4d6f9e75249e48b9d
--- /dev/null
+++ b/system/bin/egrep
@@ -0,0 +1 @@
+grep
\ No newline at end of file
diff --git a/system/bin/emdlogger1 b/system/bin/emdlogger1
new file mode 100755
index 0000000000000000000000000000000000000000..ac0f70b768a9e3d8411a73d9b075c0ddeff08c1b
Binary files /dev/null and b/system/bin/emdlogger1 differ
diff --git a/system/bin/emdlogger2 b/system/bin/emdlogger2
new file mode 100755
index 0000000000000000000000000000000000000000..b7bcd45d373a7d6db4d7872c5bae14105bd59f72
Binary files /dev/null and b/system/bin/emdlogger2 differ
diff --git a/system/bin/emdlogger5 b/system/bin/emdlogger5
new file mode 100755
index 0000000000000000000000000000000000000000..86698aef423d8e4958e651c154435b4389aa06a7
Binary files /dev/null and b/system/bin/emdlogger5 differ
diff --git a/system/bin/env b/system/bin/env
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/env
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/expand b/system/bin/expand
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/expand
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/expr b/system/bin/expr
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/expr
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/factory b/system/bin/factory
new file mode 100755
index 0000000000000000000000000000000000000000..8c9324c0638f519813537af69a84477a600b058c
Binary files /dev/null and b/system/bin/factory differ
diff --git a/system/bin/fallocate b/system/bin/fallocate
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/fallocate
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/false b/system/bin/false
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/false
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/fgrep b/system/bin/fgrep
new file mode 120000
index 0000000000000000000000000000000000000000..9b059dc5d829bf98c58317d4d6f9e75249e48b9d
--- /dev/null
+++ b/system/bin/fgrep
@@ -0,0 +1 @@
+grep
\ No newline at end of file
diff --git a/system/bin/file b/system/bin/file
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/file
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/find b/system/bin/find
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/find
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/flock b/system/bin/flock
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/flock
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/free b/system/bin/free
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/free
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/fsck.f2fs b/system/bin/fsck.f2fs
new file mode 100755
index 0000000000000000000000000000000000000000..ef5ccc31171b4b73f1611730330783a371966561
Binary files /dev/null and b/system/bin/fsck.f2fs differ
diff --git a/system/bin/fsck_msdos b/system/bin/fsck_msdos
new file mode 100755
index 0000000000000000000000000000000000000000..70fc644f2193e26f0a706888a6bbcd1dd3b7f003
Binary files /dev/null and b/system/bin/fsck_msdos differ
diff --git a/system/bin/gatekeeperd b/system/bin/gatekeeperd
new file mode 100755
index 0000000000000000000000000000000000000000..6979ac7fd23c8794790ebea9c2cd6da8bc8fa9e4
Binary files /dev/null and b/system/bin/gatekeeperd differ
diff --git a/system/bin/ged_srv b/system/bin/ged_srv
new file mode 100755
index 0000000000000000000000000000000000000000..e793ddb1587bd6bf0b47d577e6bcf8f44f9a7b98
Binary files /dev/null and b/system/bin/ged_srv differ
diff --git a/system/bin/getenforce b/system/bin/getenforce
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/getenforce
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/getevent b/system/bin/getevent
new file mode 120000
index 0000000000000000000000000000000000000000..a7cf9a836224b834d2f81b63e885735abef189cb
--- /dev/null
+++ b/system/bin/getevent
@@ -0,0 +1 @@
+toolbox
\ No newline at end of file
diff --git a/system/bin/getprop b/system/bin/getprop
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/getprop
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/grep b/system/bin/grep
new file mode 100755
index 0000000000000000000000000000000000000000..0d5fabff09d9a634e36afd43f59f8333f7587ffe
Binary files /dev/null and b/system/bin/grep differ
diff --git a/system/bin/groups b/system/bin/groups
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/groups
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/gunzip b/system/bin/gunzip
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/gunzip
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/gzip b/system/bin/gzip
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/gzip
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/head b/system/bin/head
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/head
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/healthd b/system/bin/healthd
new file mode 100755
index 0000000000000000000000000000000000000000..2a93e22c1657d227039dceca8b6a1fa6b51dc299
Binary files /dev/null and b/system/bin/healthd differ
diff --git a/system/bin/hid b/system/bin/hid
new file mode 100755
index 0000000000000000000000000000000000000000..2359fcd738ddc9a1fd07ec7878114ff008d0a627
--- /dev/null
+++ b/system/bin/hid
@@ -0,0 +1,8 @@
+#!/system/bin/sh
+#
+# Script to start "hid" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/hid.jar
+exec app_process $base/bin com.android.commands.hid.Hid "$@"
diff --git a/system/bin/hostname b/system/bin/hostname
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/hostname
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/hw/android.hidl.allocator@1.0-service b/system/bin/hw/android.hidl.allocator@1.0-service
new file mode 100755
index 0000000000000000000000000000000000000000..31dfaa2371b882c0988afb8647e883fb2bc000a3
Binary files /dev/null and b/system/bin/hw/android.hidl.allocator@1.0-service differ
diff --git a/system/bin/hwclock b/system/bin/hwclock
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/hwclock
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/hwservicemanager b/system/bin/hwservicemanager
new file mode 100755
index 0000000000000000000000000000000000000000..d520845fd95b6dc03714b6e6bff0c1c96034b4ab
Binary files /dev/null and b/system/bin/hwservicemanager differ
diff --git a/system/bin/id b/system/bin/id
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/id
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/idmap b/system/bin/idmap
new file mode 100755
index 0000000000000000000000000000000000000000..5e73dbd4bb7cb112d2c0132edd9a2ba7abaeb0bd
Binary files /dev/null and b/system/bin/idmap differ
diff --git a/system/bin/ifconfig b/system/bin/ifconfig
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ifconfig
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/ime b/system/bin/ime
new file mode 100755
index 0000000000000000000000000000000000000000..96c56d3bde0ac426902e4c71c09d84ab77463480
--- /dev/null
+++ b/system/bin/ime
@@ -0,0 +1,7 @@
+# Script to start "pm" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/ime.jar
+exec app_process $base/bin com.android.commands.ime.Ime "$@"
+
diff --git a/system/bin/incident b/system/bin/incident
new file mode 100755
index 0000000000000000000000000000000000000000..f4f69b9c277fe8bac0c6e8121d4ad90c58745d94
Binary files /dev/null and b/system/bin/incident differ
diff --git a/system/bin/incidentd b/system/bin/incidentd
new file mode 100755
index 0000000000000000000000000000000000000000..6428cdbc8fb6434db368ebe908e6c3cb033ffc1c
Binary files /dev/null and b/system/bin/incidentd differ
diff --git a/system/bin/inotifyd b/system/bin/inotifyd
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/inotifyd
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/input b/system/bin/input
new file mode 100755
index 0000000000000000000000000000000000000000..7f1a18e369c6999069ee294ed627b06fe9f24b08
--- /dev/null
+++ b/system/bin/input
@@ -0,0 +1,7 @@
+# Script to start "input" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/input.jar
+exec app_process $base/bin com.android.commands.input.Input "$@"
+
diff --git a/system/bin/insmod b/system/bin/insmod
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/insmod
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/install-recovery.sh b/system/bin/install-recovery.sh
new file mode 100755
index 0000000000000000000000000000000000000000..ca0cd635e63ebf2720e4a3a8ff9dbb32a6ce7a1e
--- /dev/null
+++ b/system/bin/install-recovery.sh
@@ -0,0 +1,6 @@
+#!/system/bin/sh
+if ! applypatch -c EMMC:/dev/block/platform/bootdevice/by-name/recovery:13740960:052c1149150f2fbc9d0854212692363d261c6ce0; then
+  applypatch -b /system/etc/recovery-resource.dat EMMC:/dev/block/platform/bootdevice/by-name/boot:9333664:c08d5b7e36b49d1ff6320225979f3c495384a08b EMMC:/dev/block/platform/bootdevice/by-name/recovery 052c1149150f2fbc9d0854212692363d261c6ce0 13740960 c08d5b7e36b49d1ff6320225979f3c495384a08b:/system/recovery-from-boot.p && log -t recovery "Installing new recovery image: succeeded" || log -t recovery "Installing new recovery image: failed"
+else
+  log -t recovery "Recovery image already installed"
+fi
diff --git a/system/bin/installd b/system/bin/installd
new file mode 100755
index 0000000000000000000000000000000000000000..be8639a0db1d7a6d1f17555b3ee5775f11a8cf1a
Binary files /dev/null and b/system/bin/installd differ
diff --git a/system/bin/ionice b/system/bin/ionice
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ionice
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/iorenice b/system/bin/iorenice
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/iorenice
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/ip b/system/bin/ip
new file mode 100755
index 0000000000000000000000000000000000000000..b0f2eab5aa3c66ac1bd038ea146396bd9765af83
Binary files /dev/null and b/system/bin/ip differ
diff --git a/system/bin/ip-wrapper-1.0 b/system/bin/ip-wrapper-1.0
new file mode 120000
index 0000000000000000000000000000000000000000..cf5c05df522dedc654dd0012a1b40a44c19793c9
--- /dev/null
+++ b/system/bin/ip-wrapper-1.0
@@ -0,0 +1 @@
+netutils-wrapper-1.0
\ No newline at end of file
diff --git a/system/bin/ip6tables b/system/bin/ip6tables
new file mode 100755
index 0000000000000000000000000000000000000000..eed7e4812541342f1669d1983495f2712a52c245
Binary files /dev/null and b/system/bin/ip6tables differ
diff --git a/system/bin/ip6tables-restore b/system/bin/ip6tables-restore
new file mode 120000
index 0000000000000000000000000000000000000000..54d4c75f53ca0f7b3a9eac44643b38cc097d27f3
--- /dev/null
+++ b/system/bin/ip6tables-restore
@@ -0,0 +1 @@
+ip6tables
\ No newline at end of file
diff --git a/system/bin/ip6tables-save b/system/bin/ip6tables-save
new file mode 120000
index 0000000000000000000000000000000000000000..54d4c75f53ca0f7b3a9eac44643b38cc097d27f3
--- /dev/null
+++ b/system/bin/ip6tables-save
@@ -0,0 +1 @@
+ip6tables
\ No newline at end of file
diff --git a/system/bin/ip6tables-wrapper-1.0 b/system/bin/ip6tables-wrapper-1.0
new file mode 120000
index 0000000000000000000000000000000000000000..cf5c05df522dedc654dd0012a1b40a44c19793c9
--- /dev/null
+++ b/system/bin/ip6tables-wrapper-1.0
@@ -0,0 +1 @@
+netutils-wrapper-1.0
\ No newline at end of file
diff --git a/system/bin/iptables b/system/bin/iptables
new file mode 100755
index 0000000000000000000000000000000000000000..65fb5ad1a514146798bd6cf94f1d39cd7ff83526
Binary files /dev/null and b/system/bin/iptables differ
diff --git a/system/bin/iptables-restore b/system/bin/iptables-restore
new file mode 120000
index 0000000000000000000000000000000000000000..59cead781ec27561b0bf514f67d4d1b9ecbbafb2
--- /dev/null
+++ b/system/bin/iptables-restore
@@ -0,0 +1 @@
+iptables
\ No newline at end of file
diff --git a/system/bin/iptables-save b/system/bin/iptables-save
new file mode 120000
index 0000000000000000000000000000000000000000..59cead781ec27561b0bf514f67d4d1b9ecbbafb2
--- /dev/null
+++ b/system/bin/iptables-save
@@ -0,0 +1 @@
+iptables
\ No newline at end of file
diff --git a/system/bin/iptables-wrapper-1.0 b/system/bin/iptables-wrapper-1.0
new file mode 120000
index 0000000000000000000000000000000000000000..cf5c05df522dedc654dd0012a1b40a44c19793c9
--- /dev/null
+++ b/system/bin/iptables-wrapper-1.0
@@ -0,0 +1 @@
+netutils-wrapper-1.0
\ No newline at end of file
diff --git a/system/bin/keystore b/system/bin/keystore
new file mode 100755
index 0000000000000000000000000000000000000000..ae010370657ab490bb5d079f1228c0411118059d
Binary files /dev/null and b/system/bin/keystore differ
diff --git a/system/bin/kill b/system/bin/kill
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/kill
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/killall b/system/bin/killall
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/killall
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/kpoc_charger b/system/bin/kpoc_charger
new file mode 100755
index 0000000000000000000000000000000000000000..aedcb1009d861fff3dc91f76a0223d4afaca2a62
Binary files /dev/null and b/system/bin/kpoc_charger differ
diff --git a/system/bin/lcdc_screen_cap b/system/bin/lcdc_screen_cap
new file mode 100755
index 0000000000000000000000000000000000000000..9232d72b32bf53f38a1f9e4be312fbbb5a5f0d07
Binary files /dev/null and b/system/bin/lcdc_screen_cap differ
diff --git a/system/bin/ld.mc b/system/bin/ld.mc
new file mode 100755
index 0000000000000000000000000000000000000000..9bcda832a35cdcd10629a952fd7d204a392c8535
Binary files /dev/null and b/system/bin/ld.mc differ
diff --git a/system/bin/linker b/system/bin/linker
new file mode 100755
index 0000000000000000000000000000000000000000..4f30a2aab3076130e84bd4b8ff348476ba188460
Binary files /dev/null and b/system/bin/linker differ
diff --git a/system/bin/linker64 b/system/bin/linker64
new file mode 100755
index 0000000000000000000000000000000000000000..89eb6048eb4164e01ab71b345c380743b11946e5
Binary files /dev/null and b/system/bin/linker64 differ
diff --git a/system/bin/linker_asan b/system/bin/linker_asan
new file mode 120000
index 0000000000000000000000000000000000000000..d8ca144dcb84978ca189edd5d84e86da7fec92a0
--- /dev/null
+++ b/system/bin/linker_asan
@@ -0,0 +1 @@
+linker
\ No newline at end of file
diff --git a/system/bin/linker_asan64 b/system/bin/linker_asan64
new file mode 120000
index 0000000000000000000000000000000000000000..2913f16d3a21ad2e75796a5c39afa9ede72970fd
--- /dev/null
+++ b/system/bin/linker_asan64
@@ -0,0 +1 @@
+linker64
\ No newline at end of file
diff --git a/system/bin/lmkd b/system/bin/lmkd
new file mode 100755
index 0000000000000000000000000000000000000000..42351e8113ef34dae0de0b57b83f783fe4df5bd7
Binary files /dev/null and b/system/bin/lmkd differ
diff --git a/system/bin/ln b/system/bin/ln
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ln
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/load_policy b/system/bin/load_policy
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/load_policy
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/locksettings b/system/bin/locksettings
new file mode 100755
index 0000000000000000000000000000000000000000..c963b238726b1140464c861dca4dce005cb4446d
--- /dev/null
+++ b/system/bin/locksettings
@@ -0,0 +1,5 @@
+# Script to start "locksettings" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/locksettings.jar
+exec app_process $base/bin com.android.commands.locksettings.LockSettingsCmd "$@"
diff --git a/system/bin/log b/system/bin/log
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/log
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/logcat b/system/bin/logcat
new file mode 100755
index 0000000000000000000000000000000000000000..598926a7c23b31c3dcf45fc4575bc90edc44609b
Binary files /dev/null and b/system/bin/logcat differ
diff --git a/system/bin/logd b/system/bin/logd
new file mode 100755
index 0000000000000000000000000000000000000000..bb215e26695dafcbbe149ef1b693ffc1cea97034
Binary files /dev/null and b/system/bin/logd differ
diff --git a/system/bin/logname b/system/bin/logname
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/logname
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/logwrapper b/system/bin/logwrapper
new file mode 100755
index 0000000000000000000000000000000000000000..927ba7611d0cd0527f99a0c390a46f3c5a93e62c
Binary files /dev/null and b/system/bin/logwrapper differ
diff --git a/system/bin/losetup b/system/bin/losetup
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/losetup
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/ls b/system/bin/ls
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ls
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/lshal b/system/bin/lshal
new file mode 100755
index 0000000000000000000000000000000000000000..55bf9336080e1174b1382c13d3e98b0875a0be98
Binary files /dev/null and b/system/bin/lshal differ
diff --git a/system/bin/lsmod b/system/bin/lsmod
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/lsmod
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/lsof b/system/bin/lsof
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/lsof
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/lspci b/system/bin/lspci
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/lspci
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/lsusb b/system/bin/lsusb
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/lsusb
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/make_ext4fs b/system/bin/make_ext4fs
new file mode 100755
index 0000000000000000000000000000000000000000..cc5a7655fce9e2fff8442644d4d432bb5ea67ea5
Binary files /dev/null and b/system/bin/make_ext4fs differ
diff --git a/system/bin/make_f2fs b/system/bin/make_f2fs
new file mode 100755
index 0000000000000000000000000000000000000000..100e540cfe994c2368102c3c1fb7198c26e7d094
Binary files /dev/null and b/system/bin/make_f2fs differ
diff --git a/system/bin/md5sum b/system/bin/md5sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/md5sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/md_monitor b/system/bin/md_monitor
new file mode 100755
index 0000000000000000000000000000000000000000..9d877543f7b564d0451f7c5496b169e44c681fe9
Binary files /dev/null and b/system/bin/md_monitor differ
diff --git a/system/bin/md_monitor_ctrl b/system/bin/md_monitor_ctrl
new file mode 100755
index 0000000000000000000000000000000000000000..fa803bf28f3b2f36a0daff06968297a3ad1b09e7
Binary files /dev/null and b/system/bin/md_monitor_ctrl differ
diff --git a/system/bin/mdlogger b/system/bin/mdlogger
new file mode 100755
index 0000000000000000000000000000000000000000..f7a53ad721013e98b85dd49edc3d0b5b6c494fff
Binary files /dev/null and b/system/bin/mdlogger differ
diff --git a/system/bin/mdnsd b/system/bin/mdnsd
new file mode 100755
index 0000000000000000000000000000000000000000..8c0be06055476f1ffeb4a5bf529337115cdf9be4
Binary files /dev/null and b/system/bin/mdnsd differ
diff --git a/system/bin/media b/system/bin/media
new file mode 100755
index 0000000000000000000000000000000000000000..11944426b316d24b4385d4c2b215b486f3909e52
--- /dev/null
+++ b/system/bin/media
@@ -0,0 +1,6 @@
+# Script to start "media_cmd" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/media_cmd.jar
+exec app_process $base/bin com.android.commands.media.Media "$@"
diff --git a/system/bin/mediadrmserver b/system/bin/mediadrmserver
new file mode 100755
index 0000000000000000000000000000000000000000..701c50f5848c01181a5677d4b1a79b13195e384d
Binary files /dev/null and b/system/bin/mediadrmserver differ
diff --git a/system/bin/mediaextractor b/system/bin/mediaextractor
new file mode 100755
index 0000000000000000000000000000000000000000..f42fb1add406ea12e646eacd9cd078c617d892be
Binary files /dev/null and b/system/bin/mediaextractor differ
diff --git a/system/bin/mediametrics b/system/bin/mediametrics
new file mode 100755
index 0000000000000000000000000000000000000000..598716e370f543f75c26a858bc11c105adaf6017
Binary files /dev/null and b/system/bin/mediametrics differ
diff --git a/system/bin/mediaserver b/system/bin/mediaserver
new file mode 100755
index 0000000000000000000000000000000000000000..aaf938b2fd4e8f57a403409d4ec0d8a975ecb6f1
Binary files /dev/null and b/system/bin/mediaserver differ
diff --git a/system/bin/met-cmd b/system/bin/met-cmd
new file mode 100755
index 0000000000000000000000000000000000000000..33f2943e78578d37e7f9d4edc5f208c9a5715db3
Binary files /dev/null and b/system/bin/met-cmd differ
diff --git a/system/bin/met_log_d b/system/bin/met_log_d
new file mode 100755
index 0000000000000000000000000000000000000000..d446648dc4d2368312f17158b61624fb8f0af989
Binary files /dev/null and b/system/bin/met_log_d differ
diff --git a/system/bin/meta_tst b/system/bin/meta_tst
new file mode 100755
index 0000000000000000000000000000000000000000..61227635c0d539d0e357205b35ae363f38ee9f01
Binary files /dev/null and b/system/bin/meta_tst differ
diff --git a/system/bin/microcom b/system/bin/microcom
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/microcom
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mkdir b/system/bin/mkdir
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mkdir
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mke2fs b/system/bin/mke2fs
new file mode 100755
index 0000000000000000000000000000000000000000..11fa5683363814ce4aa9ceac5aa2b33402087bd3
Binary files /dev/null and b/system/bin/mke2fs differ
diff --git a/system/bin/mkfifo b/system/bin/mkfifo
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mkfifo
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mknod b/system/bin/mknod
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mknod
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mkswap b/system/bin/mkswap
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mkswap
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mktemp b/system/bin/mktemp
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mktemp
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mobile_log_d b/system/bin/mobile_log_d
new file mode 100755
index 0000000000000000000000000000000000000000..6efc49fb24ccc756b93a8f916c1d9fe192cbd680
Binary files /dev/null and b/system/bin/mobile_log_d differ
diff --git a/system/bin/modinfo b/system/bin/modinfo
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/modinfo
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/modprobe b/system/bin/modprobe
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/modprobe
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/monkey b/system/bin/monkey
new file mode 100755
index 0000000000000000000000000000000000000000..a334990e3ebe172112723fe12edc12faa9fc133a
--- /dev/null
+++ b/system/bin/monkey
@@ -0,0 +1,11 @@
+# Script to start "monkey" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/monkey.jar
+trap "" HUP
+for a in "$@"; do
+    echo "  bash arg:" $a
+done
+exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
+
diff --git a/system/bin/more b/system/bin/more
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/more
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mount b/system/bin/mount
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mount
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mountpoint b/system/bin/mountpoint
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mountpoint
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/mtkbootanimation b/system/bin/mtkbootanimation
new file mode 100755
index 0000000000000000000000000000000000000000..4792b029547787797ae55529ed0e8382456a14d4
Binary files /dev/null and b/system/bin/mtkbootanimation differ
diff --git a/system/bin/mtpd b/system/bin/mtpd
new file mode 100755
index 0000000000000000000000000000000000000000..0fa5a4f00013125b2e6b926a537b2917701722d7
Binary files /dev/null and b/system/bin/mtpd differ
diff --git a/system/bin/mv b/system/bin/mv
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/mv
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/ndc b/system/bin/ndc
new file mode 100755
index 0000000000000000000000000000000000000000..b30206459bf671aeb202687423939971ffda0047
Binary files /dev/null and b/system/bin/ndc differ
diff --git a/system/bin/ndc-wrapper-1.0 b/system/bin/ndc-wrapper-1.0
new file mode 120000
index 0000000000000000000000000000000000000000..cf5c05df522dedc654dd0012a1b40a44c19793c9
--- /dev/null
+++ b/system/bin/ndc-wrapper-1.0
@@ -0,0 +1 @@
+netutils-wrapper-1.0
\ No newline at end of file
diff --git a/system/bin/netd b/system/bin/netd
new file mode 100755
index 0000000000000000000000000000000000000000..77341304dc9b144f3d34a4796bea3c1a3f9c99d5
Binary files /dev/null and b/system/bin/netd differ
diff --git a/system/bin/netdiag b/system/bin/netdiag
new file mode 100755
index 0000000000000000000000000000000000000000..167fb2a1fae05aedc4cc618966a56a0eedc1d0b6
Binary files /dev/null and b/system/bin/netdiag differ
diff --git a/system/bin/netstat b/system/bin/netstat
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/netstat
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/netutils-wrapper-1.0 b/system/bin/netutils-wrapper-1.0
new file mode 100755
index 0000000000000000000000000000000000000000..82222d63b3106ebe49f66388c9da8f6c8585e787
Binary files /dev/null and b/system/bin/netutils-wrapper-1.0 differ
diff --git a/system/bin/newfs_msdos b/system/bin/newfs_msdos
new file mode 120000
index 0000000000000000000000000000000000000000..a7cf9a836224b834d2f81b63e885735abef189cb
--- /dev/null
+++ b/system/bin/newfs_msdos
@@ -0,0 +1 @@
+toolbox
\ No newline at end of file
diff --git a/system/bin/nice b/system/bin/nice
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/nice
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/nl b/system/bin/nl
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/nl
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/nohup b/system/bin/nohup
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/nohup
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/oatdump b/system/bin/oatdump
new file mode 100755
index 0000000000000000000000000000000000000000..9b97053de9eccd768b01a7311aab6dc9e6169796
Binary files /dev/null and b/system/bin/oatdump differ
diff --git a/system/bin/od b/system/bin/od
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/od
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/paste b/system/bin/paste
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/paste
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/patch b/system/bin/patch
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/patch
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/patchoat b/system/bin/patchoat
new file mode 100755
index 0000000000000000000000000000000000000000..27ed06f2148a46e7f55701be8558e9fa727a9a18
Binary files /dev/null and b/system/bin/patchoat differ
diff --git a/system/bin/pgrep b/system/bin/pgrep
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/pgrep
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/pidof b/system/bin/pidof
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/pidof
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/ping b/system/bin/ping
new file mode 100755
index 0000000000000000000000000000000000000000..ff87247cd7804d95305c18106345cf52926cdc90
Binary files /dev/null and b/system/bin/ping differ
diff --git a/system/bin/ping6 b/system/bin/ping6
new file mode 100755
index 0000000000000000000000000000000000000000..e08e38c31f6d21ae438799e99e109ee24db7230d
Binary files /dev/null and b/system/bin/ping6 differ
diff --git a/system/bin/pkill b/system/bin/pkill
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/pkill
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/pm b/system/bin/pm
new file mode 100755
index 0000000000000000000000000000000000000000..81838386c055e35958b7b7ff6d9a2e934f05daca
--- /dev/null
+++ b/system/bin/pm
@@ -0,0 +1,7 @@
+# Script to start "pm" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/pm.jar
+exec app_process $base/bin com.android.commands.pm.Pm "$@"
+
diff --git a/system/bin/pmap b/system/bin/pmap
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/pmap
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/pppd b/system/bin/pppd
new file mode 100755
index 0000000000000000000000000000000000000000..c62c5ecd4b1ab79a6d495ae7c4098f814773a50e
Binary files /dev/null and b/system/bin/pppd differ
diff --git a/system/bin/printenv b/system/bin/printenv
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/printenv
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/printf b/system/bin/printf
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/printf
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/profman b/system/bin/profman
new file mode 100755
index 0000000000000000000000000000000000000000..3809d843f304d3ccd9b067a471eeaee109d9b2ef
Binary files /dev/null and b/system/bin/profman differ
diff --git a/system/bin/program_binary_builder b/system/bin/program_binary_builder
new file mode 100755
index 0000000000000000000000000000000000000000..de5a6b39c084b9be34a050338dcd2b12cb8ecd96
Binary files /dev/null and b/system/bin/program_binary_builder differ
diff --git a/system/bin/program_binary_service b/system/bin/program_binary_service
new file mode 100755
index 0000000000000000000000000000000000000000..2f362449e8d6289985457e82b140abcfa11b5bc3
Binary files /dev/null and b/system/bin/program_binary_service differ
diff --git a/system/bin/ps b/system/bin/ps
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ps
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/pwd b/system/bin/pwd
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/pwd
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/racoon b/system/bin/racoon
new file mode 100755
index 0000000000000000000000000000000000000000..3ad5bd9c41105eab886bc9e3459560ad7528c339
Binary files /dev/null and b/system/bin/racoon differ
diff --git a/system/bin/readlink b/system/bin/readlink
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/readlink
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/realpath b/system/bin/realpath
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/realpath
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/reboot b/system/bin/reboot
new file mode 100755
index 0000000000000000000000000000000000000000..d71333f8bc6865066cbab61fd5f506d804e9fc44
Binary files /dev/null and b/system/bin/reboot differ
diff --git a/system/bin/renice b/system/bin/renice
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/renice
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/requestsync b/system/bin/requestsync
new file mode 100755
index 0000000000000000000000000000000000000000..931567583e90b120b0109dcbc9c28c6e4d1b927d
--- /dev/null
+++ b/system/bin/requestsync
@@ -0,0 +1,6 @@
+# Script to start "requestsync" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/requestsync.jar
+exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
+
diff --git a/system/bin/resize.f2fs b/system/bin/resize.f2fs
new file mode 100755
index 0000000000000000000000000000000000000000..ef5ccc31171b4b73f1611730330783a371966561
Binary files /dev/null and b/system/bin/resize.f2fs differ
diff --git a/system/bin/resize2fs b/system/bin/resize2fs
new file mode 100755
index 0000000000000000000000000000000000000000..faf4e03c45cb21370f51bd1e49619115ed92aa60
Binary files /dev/null and b/system/bin/resize2fs differ
diff --git a/system/bin/restorecon b/system/bin/restorecon
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/restorecon
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/rm b/system/bin/rm
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/rm
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/rmdir b/system/bin/rmdir
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/rmdir
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/rmmod b/system/bin/rmmod
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/rmmod
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/rtt b/system/bin/rtt
new file mode 100755
index 0000000000000000000000000000000000000000..bb5c65d8db7f3b64b9b16f5484779806c3a55c8e
Binary files /dev/null and b/system/bin/rtt differ
diff --git a/system/bin/run-as b/system/bin/run-as
new file mode 100755
index 0000000000000000000000000000000000000000..59476db73ee6eaf67f95cb99a825024278382238
Binary files /dev/null and b/system/bin/run-as differ
diff --git a/system/bin/runcon b/system/bin/runcon
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/runcon
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/schedtest b/system/bin/schedtest
new file mode 100755
index 0000000000000000000000000000000000000000..952b2725b95206d17c525aab9ef421d8a14860c5
Binary files /dev/null and b/system/bin/schedtest differ
diff --git a/system/bin/screencap b/system/bin/screencap
new file mode 100755
index 0000000000000000000000000000000000000000..9878d9e491480efdd16eb014b6d57c3eb1ee1322
Binary files /dev/null and b/system/bin/screencap differ
diff --git a/system/bin/screenrecord b/system/bin/screenrecord
new file mode 100755
index 0000000000000000000000000000000000000000..27d585931799bac9f368cf2346fd94ac6c23735c
Binary files /dev/null and b/system/bin/screenrecord differ
diff --git a/system/bin/sdcard b/system/bin/sdcard
new file mode 100755
index 0000000000000000000000000000000000000000..2be7d2fa73c8d6f6d0a407449c29e5600ef0328f
Binary files /dev/null and b/system/bin/sdcard differ
diff --git a/system/bin/secdiscard b/system/bin/secdiscard
new file mode 100755
index 0000000000000000000000000000000000000000..b3330d8ac330248e02850820fd55a39d0233c0ee
Binary files /dev/null and b/system/bin/secdiscard differ
diff --git a/system/bin/secilc b/system/bin/secilc
new file mode 100755
index 0000000000000000000000000000000000000000..d6d41d5abe9af5cbff37bcb66f7e56fc409f3603
Binary files /dev/null and b/system/bin/secilc differ
diff --git a/system/bin/sed b/system/bin/sed
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sed
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sendevent b/system/bin/sendevent
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sendevent
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sensorservice b/system/bin/sensorservice
new file mode 100755
index 0000000000000000000000000000000000000000..433bc97f96ffdeae2c4bb0be9f161be08feaab34
Binary files /dev/null and b/system/bin/sensorservice differ
diff --git a/system/bin/seq b/system/bin/seq
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/seq
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/service b/system/bin/service
new file mode 100755
index 0000000000000000000000000000000000000000..53b2598c335b501d716ebd75bddf6c16a01ade03
Binary files /dev/null and b/system/bin/service differ
diff --git a/system/bin/servicemanager b/system/bin/servicemanager
new file mode 100755
index 0000000000000000000000000000000000000000..afe99c75ad3098cebdbe7cea41c8810fa365b9b5
Binary files /dev/null and b/system/bin/servicemanager differ
diff --git a/system/bin/setenforce b/system/bin/setenforce
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/setenforce
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/setprop b/system/bin/setprop
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/setprop
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/setsid b/system/bin/setsid
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/setsid
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/settings b/system/bin/settings
new file mode 100755
index 0000000000000000000000000000000000000000..d41ccc62811abdb765b1c7cd0ca602ec8354ec3b
--- /dev/null
+++ b/system/bin/settings
@@ -0,0 +1,2 @@
+#!/system/bin/sh
+cmd settings "$@"
diff --git a/system/bin/sgdisk b/system/bin/sgdisk
new file mode 100755
index 0000000000000000000000000000000000000000..c8a2a8f6aa7986535256409ed6e3b303412b9305
Binary files /dev/null and b/system/bin/sgdisk differ
diff --git a/system/bin/sh b/system/bin/sh
new file mode 100755
index 0000000000000000000000000000000000000000..a073dcc33f93442aba9e9cf84a7eb97d4ee7b888
Binary files /dev/null and b/system/bin/sh differ
diff --git a/system/bin/sha1sum b/system/bin/sha1sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sha1sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sha224sum b/system/bin/sha224sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sha224sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sha256sum b/system/bin/sha256sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sha256sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sha384sum b/system/bin/sha384sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sha384sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sha512sum b/system/bin/sha512sum
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sha512sum
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sleep b/system/bin/sleep
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sleep
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sm b/system/bin/sm
new file mode 100755
index 0000000000000000000000000000000000000000..8fba0070630f228eda1839c4a1023cba53021046
--- /dev/null
+++ b/system/bin/sm
@@ -0,0 +1,6 @@
+# Script to start "sm" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/sm.jar
+exec app_process $base/bin com.android.commands.sm.Sm "$@"
diff --git a/system/bin/sn b/system/bin/sn
new file mode 100755
index 0000000000000000000000000000000000000000..8bfe1719e94aabba6ec853fb97293cfadd751401
Binary files /dev/null and b/system/bin/sn differ
diff --git a/system/bin/sort b/system/bin/sort
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sort
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/split b/system/bin/split
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/split
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/start b/system/bin/start
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/start
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/stat b/system/bin/stat
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/stat
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/stop b/system/bin/stop
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/stop
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/storaged b/system/bin/storaged
new file mode 100755
index 0000000000000000000000000000000000000000..eb89077987f88927e4f67b3b26a5b20ee40651ee
Binary files /dev/null and b/system/bin/storaged differ
diff --git a/system/bin/storagemanagerd b/system/bin/storagemanagerd
new file mode 100755
index 0000000000000000000000000000000000000000..9c1a945abd9ec101c103c26f4b2381f033fc1913
Binary files /dev/null and b/system/bin/storagemanagerd differ
diff --git a/system/bin/strings b/system/bin/strings
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/strings
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/surfaceflinger b/system/bin/surfaceflinger
new file mode 100755
index 0000000000000000000000000000000000000000..92cbebd0859744b18f1e93a2eea6a266d90371d5
Binary files /dev/null and b/system/bin/surfaceflinger differ
diff --git a/system/bin/svc b/system/bin/svc
new file mode 100755
index 0000000000000000000000000000000000000000..27111cdcc6c9b42c7ec0ac05fb93bd9d1ace1e6f
--- /dev/null
+++ b/system/bin/svc
@@ -0,0 +1,7 @@
+# Script to start "am" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/svc.jar
+exec app_process $base/bin com.android.commands.svc.Svc $*
+
diff --git a/system/bin/swapoff b/system/bin/swapoff
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/swapoff
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/swapon b/system/bin/swapon
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/swapon
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sync b/system/bin/sync
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sync
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/sysctl b/system/bin/sysctl
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/sysctl
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tac b/system/bin/tac
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tac
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tail b/system/bin/tail
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tail
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tar b/system/bin/tar
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tar
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/taskset b/system/bin/taskset
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/taskset
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tc b/system/bin/tc
new file mode 100755
index 0000000000000000000000000000000000000000..dfa8dac37882f741183fff36e03e73da36e96194
Binary files /dev/null and b/system/bin/tc differ
diff --git a/system/bin/tc-wrapper-1.0 b/system/bin/tc-wrapper-1.0
new file mode 120000
index 0000000000000000000000000000000000000000..cf5c05df522dedc654dd0012a1b40a44c19793c9
--- /dev/null
+++ b/system/bin/tc-wrapper-1.0
@@ -0,0 +1 @@
+netutils-wrapper-1.0
\ No newline at end of file
diff --git a/system/bin/tee b/system/bin/tee
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tee
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/telecom b/system/bin/telecom
new file mode 100755
index 0000000000000000000000000000000000000000..9efdcfdec88e29d6e5f8e5be28987713edfd4b95
--- /dev/null
+++ b/system/bin/telecom
@@ -0,0 +1,6 @@
+# Script to start "telecom" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/telecom.jar
+exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
+
diff --git a/system/bin/terservice b/system/bin/terservice
new file mode 100755
index 0000000000000000000000000000000000000000..fb844eda73cb63556b9385320c8c7eaa63853c04
Binary files /dev/null and b/system/bin/terservice differ
diff --git a/system/bin/tertestclient b/system/bin/tertestclient
new file mode 100755
index 0000000000000000000000000000000000000000..9081028da0a1af326b84e43179bee3506264dfe7
Binary files /dev/null and b/system/bin/tertestclient differ
diff --git a/system/bin/thermald b/system/bin/thermald
new file mode 100755
index 0000000000000000000000000000000000000000..241867ea755e07b6f6a947a19b4d65f8f596b77c
Binary files /dev/null and b/system/bin/thermald differ
diff --git a/system/bin/thermalindicator b/system/bin/thermalindicator
new file mode 100755
index 0000000000000000000000000000000000000000..9e14cba7b722d9a5f8817cbaea762cb6121bd4a2
Binary files /dev/null and b/system/bin/thermalindicator differ
diff --git a/system/bin/thermalserviced b/system/bin/thermalserviced
new file mode 100755
index 0000000000000000000000000000000000000000..6c2e81d2ef71267929332b408fda0e72fd03ae12
Binary files /dev/null and b/system/bin/thermalserviced differ
diff --git a/system/bin/time b/system/bin/time
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/time
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/timeout b/system/bin/timeout
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/timeout
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tombstoned b/system/bin/tombstoned
new file mode 100755
index 0000000000000000000000000000000000000000..2d0b402473a72a5dc11ce5bb6fba0330f0165eef
Binary files /dev/null and b/system/bin/tombstoned differ
diff --git a/system/bin/toolbox b/system/bin/toolbox
new file mode 100755
index 0000000000000000000000000000000000000000..0c8e94213d2400533566d52f4721dc637433bbbd
Binary files /dev/null and b/system/bin/toolbox differ
diff --git a/system/bin/top b/system/bin/top
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/top
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/touch b/system/bin/touch
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/touch
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/toybox b/system/bin/toybox
new file mode 100755
index 0000000000000000000000000000000000000000..a93a18eb6c65134dd3c931ed7529f76a544769e7
Binary files /dev/null and b/system/bin/toybox differ
diff --git a/system/bin/tr b/system/bin/tr
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tr
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/trace-cmd b/system/bin/trace-cmd
new file mode 100755
index 0000000000000000000000000000000000000000..0572832aaca89b184f82f6be15663994c19fec37
Binary files /dev/null and b/system/bin/trace-cmd differ
diff --git a/system/bin/true b/system/bin/true
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/true
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/truncate b/system/bin/truncate
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/truncate
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tty b/system/bin/tty
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/tty
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/tune2fs b/system/bin/tune2fs
new file mode 100755
index 0000000000000000000000000000000000000000..90ed25441de7554d9f3e9b87705fc97314183bab
Binary files /dev/null and b/system/bin/tune2fs differ
diff --git a/system/bin/tzdatacheck b/system/bin/tzdatacheck
new file mode 100755
index 0000000000000000000000000000000000000000..3a7937fb0601785981f22fdbb1337fae17da3faf
Binary files /dev/null and b/system/bin/tzdatacheck differ
diff --git a/system/bin/uiautomator b/system/bin/uiautomator
new file mode 100755
index 0000000000000000000000000000000000000000..86a1dbaad119dcb390d4cb8a34e73a88c36447ec
--- /dev/null
+++ b/system/bin/uiautomator
@@ -0,0 +1,128 @@
+#
+# Copyright (C) 2012 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.
+#
+# Script to start "uiautomator" on the device
+#
+# The script does a couple of things:
+# * Use an alternative dalvik cache when running as non-root. Jar file needs
+#   to be dexopt'd to run in Dalvik. For plain jar files, this is done at first
+#   use. shell user does not have write permission to default system Dalvik
+#   cache so we redirect to an alternative cache
+# * special processing for subcommand 'runtest':
+#    * '--nohup' allows process continue to run even if parent process that
+#      started it has already terminated. We parse for this parameter and set
+#      signal trap. This is useful for testing with USB disconnected
+#    * all jar files that the test classes resides in, or dependent on are
+#      provided on command line and exported to CLASSPATH environment variable
+#      before starting the Java code. This offloads the task of class loading
+#      and resolving of cross jar class dependency to Dalvik
+#    * all other subcommand or options are directly passed into Java code for
+#      further parsing
+
+export run_base=/data/local/tmp
+export base=/system
+
+# if not running as root, trick dalvik into using an alternative dex cache
+if [ ${USER_ID} -ne 0 ]; then
+  tmp_cache=${run_base}/dalvik-cache
+
+  if [ ! -d ${tmp_cache} ]; then
+    mkdir -p ${tmp_cache}
+  fi
+
+  export ANDROID_DATA=${run_base}
+fi
+
+# take first parameter as the command
+cmd=${1}
+
+if [ -z "${1}" ]; then
+  cmd="help"
+fi
+
+# strip the command parameter
+if [ -n "${1}" ]; then
+  shift
+fi
+
+CLASSPATH=/system/framework/android.test.runner.jar:${base}/framework/uiautomator.jar
+
+# eventually args will be what get passed down to Java code
+args=
+# we also pass the list of jar files, so we can extract class names for tests
+# if they are not explicitly specified
+jars=
+
+# special case pre-processing for 'runtest' command
+if [ "${cmd}" == "runtest" ]; then
+  # Print deprecation warning
+  echo "Warning: This version of UI Automator is deprecated. New tests should be written using"
+  echo "UI Automator 2.0 which is available as part of the Android Testing Support Library."
+  echo "See https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html"
+  echo "for more details."
+  # first parse the jar paths
+  while [ true ]; do
+    if [ -z "${1}" ] && [ -z "${jars}" ]; then
+      echo "Error: more parameters expected for runtest; please see usage for details"
+      cmd="help"
+      break
+    fi
+    if [ -z "${1}" ]; then
+      break
+    fi
+    jar=${1}
+    if [ "${1:0:1}" = "-" ]; then
+      # we are done with jars, starting with parameters now
+      break
+    fi
+    # if relative path, append the default path prefix
+    if [ "${1:0:1}" != "/" ]; then
+      jar=${run_base}/${1}
+    fi
+    # about to add the file to class path, check if it's valid
+    if [ ! -f ${jar} ]; then
+      echo "Error: ${jar} does not exist"
+      # force to print help message
+      cmd="help"
+      break
+    fi
+    jars=${jars}:${jar}
+    # done processing current arg, moving on
+    shift
+  done
+  # look for --nohup: if found, consume it and trap SIG_HUP, otherwise just
+  # append the arg to args
+  while [ -n "${1}" ]; do
+    if [ "${1}" = "--nohup" ]; then
+      trap "" HUP
+      shift
+    else
+      args="${args} ${1}"
+      shift
+    fi
+  done
+else
+  # if cmd is not 'runtest', just take the rest of the args
+  args=${@}
+fi
+
+args="${cmd} ${args}"
+if [ -n "${jars}" ]; then
+   args="${args} -e jars ${jars}"
+fi
+
+CLASSPATH=${CLASSPATH}:${jars}
+export CLASSPATH
+exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
diff --git a/system/bin/ulimit b/system/bin/ulimit
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/ulimit
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/umount b/system/bin/umount
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/umount
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/uname b/system/bin/uname
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/uname
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/uncrypt b/system/bin/uncrypt
new file mode 100755
index 0000000000000000000000000000000000000000..575f201641773fef52e295f2e87d9c6ad20bc7c8
Binary files /dev/null and b/system/bin/uncrypt differ
diff --git a/system/bin/uniq b/system/bin/uniq
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/uniq
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/unix2dos b/system/bin/unix2dos
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/unix2dos
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/uptime b/system/bin/uptime
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/uptime
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/usleep b/system/bin/usleep
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/usleep
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/uudecode b/system/bin/uudecode
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/uudecode
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/uuencode b/system/bin/uuencode
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/uuencode
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/vdc b/system/bin/vdc
new file mode 100755
index 0000000000000000000000000000000000000000..68046be698a42c6c88400449dca8fbd67cb978fb
Binary files /dev/null and b/system/bin/vdc differ
diff --git a/system/bin/vintf b/system/bin/vintf
new file mode 100755
index 0000000000000000000000000000000000000000..352e02d88b789318a782050e0b99ac58adcef5b3
Binary files /dev/null and b/system/bin/vintf differ
diff --git a/system/bin/vmstat b/system/bin/vmstat
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/vmstat
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/vold b/system/bin/vold
new file mode 100755
index 0000000000000000000000000000000000000000..7ef21c7741ab7a73a8257152ce93bc99ae1e30ee
Binary files /dev/null and b/system/bin/vold differ
diff --git a/system/bin/vr b/system/bin/vr
new file mode 100755
index 0000000000000000000000000000000000000000..a279007caed48ffecf68965df5b05e91487650a5
--- /dev/null
+++ b/system/bin/vr
@@ -0,0 +1,6 @@
+# Script to start "vr" on the device
+#
+base=/system
+export CLASSPATH=$base/framework/vr.jar
+exec app_process $base/bin com.android.commands.vr.Vr "$@"
+
diff --git a/system/bin/vtservice b/system/bin/vtservice
new file mode 100755
index 0000000000000000000000000000000000000000..3ac362c12660276f201a9e190447c661f2be730a
Binary files /dev/null and b/system/bin/vtservice differ
diff --git a/system/bin/wc b/system/bin/wc
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/wc
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/webview_zygote32 b/system/bin/webview_zygote32
new file mode 100755
index 0000000000000000000000000000000000000000..e99b8a2f971fc17a1972b4cdff970e631be62ff2
Binary files /dev/null and b/system/bin/webview_zygote32 differ
diff --git a/system/bin/webview_zygote64 b/system/bin/webview_zygote64
new file mode 100755
index 0000000000000000000000000000000000000000..fe15fc7d1aa0b1318339161ea779ec70867fe305
Binary files /dev/null and b/system/bin/webview_zygote64 differ
diff --git a/system/bin/wfd b/system/bin/wfd
new file mode 100755
index 0000000000000000000000000000000000000000..b9c70aa953fad20e3cb41c39af1af794e98d033e
Binary files /dev/null and b/system/bin/wfd differ
diff --git a/system/bin/which b/system/bin/which
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/which
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/whoami b/system/bin/whoami
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/whoami
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/wificond b/system/bin/wificond
new file mode 100755
index 0000000000000000000000000000000000000000..0d0bd54db9686f886f52ae6b07e4424700bb8a0e
Binary files /dev/null and b/system/bin/wificond differ
diff --git a/system/bin/wm b/system/bin/wm
new file mode 100755
index 0000000000000000000000000000000000000000..f7a5bc736831c2cc5859587d204565265b5d0f16
--- /dev/null
+++ b/system/bin/wm
@@ -0,0 +1,6 @@
+# Script to start "wm" on the device, which has a very rudimentary
+# shell.
+#
+base=/system
+export CLASSPATH=$base/framework/wm.jar
+exec app_process $base/bin com.android.commands.wm.Wm "$@"
diff --git a/system/bin/xargs b/system/bin/xargs
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/xargs
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/xxd b/system/bin/xxd
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/xxd
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/yes b/system/bin/yes
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/yes
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/bin/zcat b/system/bin/zcat
new file mode 120000
index 0000000000000000000000000000000000000000..f978d793771e0d521857e6d8fb244fdbe1030987
--- /dev/null
+++ b/system/bin/zcat
@@ -0,0 +1 @@
+toybox
\ No newline at end of file
diff --git a/system/build.prop b/system/build.prop
new file mode 100644
index 0000000000000000000000000000000000000000..2aefe2d22d133f6a8f3525e175d3b92150aa16b0
--- /dev/null
+++ b/system/build.prop
@@ -0,0 +1,145 @@
+
+# begin build properties
+# autogenerated by buildinfo.sh
+ro.build.id=O11019
+ro.build.display.id=MMX_YU5014_SW_V11_HW_V2.0_20181204
+ro.build.version.incremental=1543909657
+ro.build.version.sdk=27
+ro.build.version.preview_sdk=0
+ro.build.version.codename=REL
+ro.build.version.all_codenames=REL
+ro.build.version.release=8.1.0
+ro.build.version.security_patch=2018-11-05
+ro.build.version.base_os=
+ro.build.date=Tue Dec  4 15:47:35 CST 2018
+ro.build.date.utc=1543909655
+ro.build.type=user
+ro.build.user=jks
+ro.build.host=Server21
+ro.build.tags=release-keys
+ro.build.flavor=full_k39tv1_64_bsp-user
+ro.product.model=YU5014
+ro.product.brand=YU
+ro.product.name=YU5014
+ro.product.device=YU5014
+# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,
+# use ro.product.cpu.abilist instead.
+ro.product.cpu.abi=arm64-v8a
+ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
+ro.product.cpu.abilist32=armeabi-v7a,armeabi
+ro.product.cpu.abilist64=arm64-v8a
+ro.product.manufacturer=YU
+ro.product.locale=en-US
+ro.wifi.channels=
+# ro.build.product is obsolete; use ro.product.device
+ro.build.product=YU5014
+# Do not try to parse description, fingerprint, or thumbprint
+ro.build.description=YU5014-user 8.1.0 O11019 1543909657 release-keys
+ro.build.fingerprint=YU/YU5014/YU5014:8.1.0/O11019/1543909657:user/release-keys
+ro.build.characteristics=default
+# additional.sh #
+# end build properties
+#
+# from device/mediateksample/k39tv1_64_bsp/system.prop
+#
+#
+# system.prop for generic sdk
+#
+
+rild.libpath=mtk-ril.so
+rild.libargs=-d /dev/ttyC0
+ro.sf.lcd_density=320
+
+# MTK, Infinity, 20090720 {
+wifi.interface=wlan0
+# MTK, Infinity, 20090720 }
+
+# MTK, mtk03034, 20101210 {
+ro.mediatek.wlan.wsc=1
+# MTK, mtk03034 20101210}
+# MTK, mtk03034, 20110318 {
+ro.mediatek.wlan.p2p=1
+# MTK, mtk03034 20110318}
+
+# MTK, mtk03034, 20101213 {
+mediatek.wlan.ctia=0
+# MTK, mtk03034 20101213}
+
+
+#
+wifi.tethering.interface=ap0
+#
+
+ro.opengles.version=196610
+# ro.kernel.qemu=1
+# ro.kernel.qemu.gles=0
+
+wifi.direct.interface=p2p0
+#dalvik.vm.heapgrowthlimit=256m
+#dalvik.vm.heapsize=512m
+
+# USB MTP WHQL
+ro.sys.usb.mtp.whql.enable=0
+
+# Power off opt in IPO
+sys.ipo.pwrdncap=2
+
+ro.sys.usb.storage.type=mtp
+
+# USB BICR function
+ro.sys.usb.bicr=yes
+
+# USB Charge only function
+ro.sys.usb.charging.only=yes
+
+# audio
+ro.camera.sound.forced=0
+ro.audio.silent=0
+
+ro.zygote.preload.enable=0
+
+# temporary enables NAV bar (soft keys)
+qemu.hw.mainkeys=0
+
+ro.kernel.zio=38,108,105,16
+#ro.kernel.qemu=1
+#ro.kernel.qemu.gles=0
+#ro.boot.selinux=disable
+
+# Disable dirty region for Mali
+#debug.hwui.render_dirty_regions=false
+
+
+# performance
+ro.mtk_perf_simple_start_win=1
+ro.mtk_perf_fast_start_win=1
+ro.mtk_perf_response_time=1
+
+# disable ipo for development
+sys.ipo.disable=1
+
+#
+# ADDITIONAL_BUILD_PROPERTIES
+#
+ro.treble.enabled=true
+persist.sys.dalvik.vm.lib.2=libart.so
+dalvik.vm.isa.arm64.variant=cortex-a53
+dalvik.vm.isa.arm64.features=default
+dalvik.vm.isa.arm.variant=cortex-a53
+dalvik.vm.isa.arm.features=default
+net.bt.name=Android
+dalvik.vm.stack-trace-dir=/data/anr
+# begin faceunlock properties
+ro.faceunlock.support=1
+ro.faceunlock.orientation=90
+ro.faceunlock.direction=8
+ro.faceunlock.hacker=1
+ro.faceunlock.camera_force=0
+ro.faceunlock.part_num=7
+ro.faceunlock.scan=0
+ro.faceunlock.light=1
+ro.faceunlock.slide_support=1
+ro.faceunlock.min_light=80
+ro.faceunlock.menu=2
+# end faceunlock properties
+ro.expect.recovery_id=0xedb49fccb2d53f8058d599bb990d090f6f12ae09000000000000000000000000
diff --git a/system/compatibility_matrix.xml b/system/compatibility_matrix.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a221f28ce6d0de2d20a72ee947b19d24007ac522
--- /dev/null
+++ b/system/compatibility_matrix.xml
@@ -0,0 +1,2375 @@
+<compatibility-matrix version="1.0" type="framework">
+    <hal format="hidl" optional="false">
+        <name>android.hardware.audio</name>
+        <version>2.0</version>
+        <interface>
+            <name>IDevicesFactory</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.audio.effect</name>
+        <version>2.0</version>
+        <interface>
+            <name>IEffectsFactory</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.automotive.evs</name>
+        <version>1.0</version>
+        <interface>
+            <name>IEvsEnumerator</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.automotive.vehicle</name>
+        <version>2.0</version>
+        <interface>
+            <name>IVehicle</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.biometrics.fingerprint</name>
+        <version>2.1</version>
+        <interface>
+            <name>IBiometricsFingerprint</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.bluetooth</name>
+        <version>1.0</version>
+        <interface>
+            <name>IBluetoothHci</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.boot</name>
+        <version>1.0</version>
+        <interface>
+            <name>IBootControl</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.broadcastradio</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IBroadcastRadioFactory</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.camera.provider</name>
+        <version>2.4</version>
+        <interface>
+            <name>ICameraProvider</name>
+            <instance>legacy/0</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.cas</name>
+        <version>1.0</version>
+        <interface>
+            <name>IMediaCasService</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.configstore</name>
+        <version>1.0</version>
+        <interface>
+            <name>ISurfaceFlingerConfigs</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.contexthub</name>
+        <version>1.0</version>
+        <interface>
+            <name>IContexthub</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.drm</name>
+        <version>1.0</version>
+        <interface>
+            <name>ICryptoFactory</name>
+            <instance>default</instance>
+        </interface>
+        <interface>
+            <name>IDrmFactory</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.dumpstate</name>
+        <version>1.0</version>
+        <interface>
+            <name>IDumpstateDevice</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.gatekeeper</name>
+        <version>1.0</version>
+        <interface>
+            <name>IGatekeeper</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.gnss</name>
+        <version>1.0</version>
+        <interface>
+            <name>IGnss</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.graphics.allocator</name>
+        <version>2.0</version>
+        <interface>
+            <name>IAllocator</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.graphics.composer</name>
+        <version>2.1</version>
+        <interface>
+            <name>IComposer</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.graphics.mapper</name>
+        <version>2.0</version>
+        <interface>
+            <name>IMapper</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.health</name>
+        <version>1.0</version>
+        <interface>
+            <name>IHealth</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.ir</name>
+        <version>1.0</version>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.keymaster</name>
+        <version>3.0</version>
+        <interface>
+            <name>IKeymasterDevice</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.light</name>
+        <version>2.0</version>
+        <interface>
+            <name>ILight</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="false">
+        <name>android.hardware.media.omx</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOmx</name>
+            <instance>default</instance>
+        </interface>
+        <interface>
+            <name>IOmxStore</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.memtrack</name>
+        <version>1.0</version>
+        <interface>
+            <name>IMemtrack</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.nfc</name>
+        <version>1.0</version>
+        <interface>
+            <name>INfc</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.oemlock</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOemLock</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.power</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IPower</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.radio</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IRadio</name>
+            <instance>slot1</instance>
+        </interface>
+        <interface>
+            <name>ISap</name>
+            <instance>slot1</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.radio.deprecated</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOemHook</name>
+            <instance>slot1</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.renderscript</name>
+        <version>1.0</version>
+        <interface>
+            <name>IDevice</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.sensors</name>
+        <version>1.0</version>
+        <interface>
+            <name>ISensors</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.soundtrigger</name>
+        <version>2.0</version>
+        <interface>
+            <name>ISoundTriggerHw</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.tetheroffload.config</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOffloadConfig</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.tetheroffload.control</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOffloadControl</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.thermal</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IThermal</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.tv.cec</name>
+        <version>1.0</version>
+        <interface>
+            <name>IHdmiCec</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.tv.input</name>
+        <version>1.0</version>
+        <interface>
+            <name>ITvInput</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.usb</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IUsb</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.vibrator</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IVibrator</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.vr</name>
+        <version>1.0</version>
+        <interface>
+            <name>IVr</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.weaver</name>
+        <version>1.0</version>
+        <interface>
+            <name>IWeaver</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.wifi</name>
+        <version>1.0-1</version>
+        <interface>
+            <name>IWifi</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.wifi.offload</name>
+        <version>1.0</version>
+        <interface>
+            <name>IOffload</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl" optional="true">
+        <name>android.hardware.wifi.supplicant</name>
+        <version>1.0</version>
+        <interface>
+            <name>ISupplicant</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <kernel version="3.18.0">
+        <config>
+            <key>CONFIG_ANDROID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_DEVICES</key>
+            <value type="string">binder,hwbinder,vndbinder</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_IPC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ASHMEM</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_AUDIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_BLK_DEV_INITRD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUPS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_CPUACCT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_FREEZER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEFAULT_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVKMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_EMBEDDED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FHANDLE</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_HARDENED_USERCOPY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_HIGH_RES_TIMERS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG_PROC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_IPCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_DIAG_DESTROY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_LRO</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_XFRM_MODE_TUNNEL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MIP6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_OPTIMISTIC_DAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTER_PREF</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTE_INFO</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_ADVANCED_ROUTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTICAST</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARP_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_ECN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_TTL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_MASQUERADE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_NETMAP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REDIRECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULE_UNLOAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODVERSIONS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETDEVICES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_COMMENT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HASHLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HELPER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_IPRANGE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LENGTH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_PKTTYPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_POLICY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QTAGUID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA2</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_SOCKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATISTIC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STRING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_TIME</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CLASSIFY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNSECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_IDLETIMER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFLOG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFQUEUE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TCPMSS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TPROXY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TRACE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_ACT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_KEY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCH_HTB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NFSD</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NFS_FS</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_AMANDA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_EVENTS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_FTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_H323</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV4</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IRC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_NETBIOS_NS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_PPTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SANE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_TFTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_NETLINK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_DCCP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_SCTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_UDPLITE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NO_HZ</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_OABI_COMPAT</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_PACKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_AUTOSLEEP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_WAKELOCKS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOLAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOPNS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_BSDCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_DEFLATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_MPPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PREEMPT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RESOURCE_COUNTERS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RTC_CLASS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RT_GROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_NETWORK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_PERF_EVENTS_RESTRICT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_STAGING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SWITCH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SYNC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SYSVIPC</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_TUN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UID_SYS_STATS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UNIX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_GADGET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USELIB</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_XFRM_USER</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <kernel version="3.18.0">
+        <conditions>
+            <config>
+                <key>CONFIG_ARM64</key>
+                <value type="tristate">y</value>
+            </config>
+        </conditions>
+        <config>
+            <key>CONFIG_ARMV8_DEPRECATED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CP15_BARRIER_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SETEND_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SWP_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <kernel version="4.4.0">
+        <config>
+            <key>CONFIG_ANDROID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_DEVICES</key>
+            <value type="string">binder,hwbinder,vndbinder</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_IPC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ASHMEM</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_AUDIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_BLK_DEV_INITRD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUPS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_CPUACCT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_FREEZER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEFAULT_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVKMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_EMBEDDED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FHANDLE</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_HARDENED_USERCOPY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_HIGH_RES_TIMERS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG_PROC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_IPCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_DIAG_DESTROY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_XFRM_MODE_TUNNEL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MIP6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_OPTIMISTIC_DAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTER_PREF</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTE_INFO</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_ADVANCED_ROUTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTICAST</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARP_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_ECN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_TTL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_MASQUERADE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_NETMAP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REDIRECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULE_UNLOAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODVERSIONS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETDEVICES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_COMMENT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HASHLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HELPER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_IPRANGE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LENGTH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_PKTTYPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_POLICY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QTAGUID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA2</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_SOCKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATISTIC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STRING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_TIME</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CLASSIFY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNSECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_IDLETIMER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFLOG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFQUEUE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TCPMSS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TPROXY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TRACE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_ACT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_KEY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCH_HTB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NFSD</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NFS_FS</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_AMANDA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_EVENTS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_FTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_H323</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV4</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IRC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_NETBIOS_NS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_PPTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SANE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_TFTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_NETLINK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_DCCP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_SCTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_UDPLITE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NO_HZ</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_OABI_COMPAT</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_PACKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_AUTOSLEEP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_WAKELOCKS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOLAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOPNS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_BSDCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_DEFLATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_MPPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PREEMPT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PROFILING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RTC_CLASS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RT_GROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_NETWORK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_PERF_EVENTS_RESTRICT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_STAGING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SYNC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SYSVIPC</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_TUN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UID_SYS_STATS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UNIX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_ACC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_AUDIO_SRC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_FS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_MIDI</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_MTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_PTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_UEVENT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_GADGET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USELIB</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_XFRM_USER</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <kernel version="4.4.0">
+        <conditions>
+            <config>
+                <key>CONFIG_ARM64</key>
+                <value type="tristate">y</value>
+            </config>
+        </conditions>
+        <config>
+            <key>CONFIG_ARMV8_DEPRECATED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CP15_BARRIER_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RANDOMIZE_BASE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SETEND_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SWP_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <kernel version="4.9.0">
+        <config>
+            <key>CONFIG_ANDROID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_DEVICES</key>
+            <value type="string">binder,hwbinder,vndbinder</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_BINDER_IPC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ANDROID_LOW_MEMORY_KILLER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_ASHMEM</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_AUDIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_BLK_DEV_INITRD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUPS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_BPF</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_CPUACCT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_FREEZER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CGROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEFAULT_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVKMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_DEVMEM</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_EMBEDDED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_FHANDLE</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_HARDENED_USERCOPY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_HIGH_RES_TIMERS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IKCONFIG_PROC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET6_IPCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_DIAG_DESTROY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_ESP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_LRO</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_INET_XFRM_MODE_TUNNEL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP6_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MIP6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_OPTIMISTIC_DAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTER_PREF</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IPV6_ROUTE_INFO</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_ADVANCED_ROUTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTICAST</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_MULTIPLE_TABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_ARP_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_FILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_IPTABLES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MANGLE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_AH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_ECN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_MATCH_TTL</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_RAW</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_MASQUERADE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_NETMAP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REDIRECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_IP_NF_TARGET_REJECT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODULE_UNLOAD</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_MODVERSIONS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETDEVICES</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_COMMENT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HASHLIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_HELPER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_IPRANGE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LENGTH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_LIMIT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_PKTTYPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_POLICY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QTAGUID</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_QUOTA2</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_SOCKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STATISTIC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_STRING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_TIME</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_MATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CLASSIFY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_CONNSECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_IDLETIMER</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_MARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFLOG</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_NFQUEUE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TCPMSS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TPROXY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NETFILTER_XT_TARGET_TRACE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_ACT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_CLS_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_EMATCH_U32</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_KEY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NET_SCH_HTB</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NFSD</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NFS_FS</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_AMANDA</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_EVENTS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_FTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_H323</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV4</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IPV6</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_IRC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_NETBIOS_NS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_PPTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SANE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_SECMARK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CONNTRACK_TFTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_NETLINK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_DCCP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_SCTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_CT_PROTO_UDPLITE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NF_NAT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_NO_HZ</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_OABI_COMPAT</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_PACKET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_AUTOSLEEP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PM_WAKELOCKS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOLAC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPPOPNS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_BSDCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_DEFLATE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PPP_MPPE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PREEMPT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_PROFILING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RTC_CLASS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RT_GROUP_SCHED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECCOMP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_NETWORK</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_PERF_EVENTS_RESTRICT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SECURITY_SELINUX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_STAGING</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SYSVIPC</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_TUN</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UID_SYS_STATS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_UNIX</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_ACC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_AUDIO_SRC</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_FS</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_MIDI</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_MTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_F_PTP</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_CONFIGFS_UEVENT</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USB_GADGET</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_USELIB</key>
+            <value type="tristate">n</value>
+        </config>
+        <config>
+            <key>CONFIG_XFRM_USER</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <kernel version="4.9.0">
+        <conditions>
+            <config>
+                <key>CONFIG_ARM64</key>
+                <value type="tristate">y</value>
+            </config>
+        </conditions>
+        <config>
+            <key>CONFIG_ARMV8_DEPRECATED</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_CP15_BARRIER_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_RANDOMIZE_BASE</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SETEND_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+        <config>
+            <key>CONFIG_SWP_EMULATION</key>
+            <value type="tristate">y</value>
+        </config>
+    </kernel>
+    <sepolicy>
+        <kernel-sepolicy-version>30</kernel-sepolicy-version>
+        <sepolicy-version>27.0</sepolicy-version>
+    </sepolicy>
+    <avb>
+        <vbmeta-version>0.0</vbmeta-version>
+    </avb>
+</compatibility-matrix>
diff --git a/system/etc/NOTICE.xml.gz b/system/etc/NOTICE.xml.gz
new file mode 100644
index 0000000000000000000000000000000000000000..40baf529a110f1f4077b2737d3ec6eea1081bb18
Binary files /dev/null and b/system/etc/NOTICE.xml.gz differ
diff --git a/system/etc/a2dp_audio_policy_configuration.xml b/system/etc/a2dp_audio_policy_configuration.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7bcab5cddeae1eefe4c41efbf92b4294dd7b8052
--- /dev/null
+++ b/system/etc/a2dp_audio_policy_configuration.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- A2dp Audio HAL Audio Policy Configuration file -->
+<module name="a2dp" halVersion="2.0">
+    <mixPorts>
+        <mixPort name="a2dp output" role="source"/>
+        <mixPort name="a2dp input" role="sink">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100,48000"
+                     channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO"/>
+        </mixPort>
+    </mixPorts>
+    <devicePorts>
+        <devicePort tagName="BT A2DP Out" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP" role="sink">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100"
+                     channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </devicePort>
+        <devicePort tagName="BT A2DP Headphones" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES" role="sink">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100"
+                     channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </devicePort>
+        <devicePort tagName="BT A2DP Speaker" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER" role="sink">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100"
+                     channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </devicePort>
+        <devicePort tagName="BT A2DP In" type="AUDIO_DEVICE_IN_BLUETOOTH_A2DP" role="source">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100,48000"
+                     channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO"/>
+        </devicePort>
+    </devicePorts>
+    <routes>
+        <route type="mix" sink="BT A2DP Out"
+               sources="a2dp output"/>
+        <route type="mix" sink="BT A2DP Headphones"
+               sources="a2dp output"/>
+        <route type="mix" sink="BT A2DP Speaker"
+               sources="a2dp output"/>
+        <route type="mix" sink="a2dp input"
+               sources="BT A2DP In"/>
+    </routes>
+</module>
diff --git a/system/etc/aee-config b/system/etc/aee-config
new file mode 100644
index 0000000000000000000000000000000000000000..8a484ed03a2281d6ff9cb88697321966bca45448
--- /dev/null
+++ b/system/etc/aee-config
@@ -0,0 +1,2 @@
+AE_FORCE_MODE = 0
+AE_EE = n
diff --git a/system/etc/amzn.mshop.properties b/system/etc/amzn.mshop.properties
new file mode 100644
index 0000000000000000000000000000000000000000..1f096e007ced1d9e2bbd94d46f6914ddea0fd809
--- /dev/null
+++ b/system/etc/amzn.mshop.properties
@@ -0,0 +1,3 @@
+OEMtag=58284768799e6ee277fd6e973e48a7bf1b774fdbe72a6c3abec23750c9b58382f07ac48643877110ef4cac23079aa5d2c818c42bb48ee9019b9732e895662a94a5fa846fb852ec55ee14271e96af19e66101658e17b48d4c2f13b87a8ff94c487549f5f5633df8d7d343e310a72c5171bdb09b6e889257e28cec41916b1feb0514cd6929ca73b6625e9b9ec292ed57ae6f6155c8659fa21f0f6c5ccd1e325abafdbd0b44f02f313f2a0d4b7dda8592e98336acbd2f9d985f5426e8e2b04cd617d11e92d48651a301af9aaab16f72ee0c82dd3e2f09a95fde1f26f2607d45f0c50a0e61141c102b29d872eb338c9ac11b98f18467216f485325828bfb5936cc59
+override=false
+partnerName=Micromax
diff --git a/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36 b/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36
new file mode 100644
index 0000000000000000000000000000000000000000..7dbfd06b9b97546078e39d41f73f160a990ad971
Binary files /dev/null and b/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36 differ
diff --git a/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36_ENUM b/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36_ENUM
new file mode 100644
index 0000000000000000000000000000000000000000..beb707fb8feaea5f0b004270717e1356cbea2fc6
--- /dev/null
+++ b/system/etc/apdb/APDB_MT6739_S01_alps-trunk-o1.bsp_W18.36_ENUM
@@ -0,0 +1,286 @@
+AP_CFG_CUSTOM_BEGIN_LID                                               51
+AP_CFG_CUSTOM_FILE_FUEL_GAUGE_LID                                     76
+AP_CFG_CUSTOM_FILE_GPS_LID                                            52
+AP_CFG_CUSTOM_FILE_MAX_LID                                            77
+AP_CFG_FILE_EXT_MDTYPE_LID                                            20
+AP_CFG_FILE_MDTYPE_LID                                                19
+AP_CFG_FILE_VER_INFO_LID                                              0
+AP_CFG_RDCL_BWCS_LID                                                  11
+AP_CFG_RDCL_CAMERA_3A_LID                                             4
+AP_CFG_RDCL_CAMERA_AF_LID                                             49
+AP_CFG_RDCL_CAMERA_DEFECT_LID                                         6
+AP_CFG_RDCL_CAMERA_FEATURE_LID                                        23
+AP_CFG_RDCL_CAMERA_FLASH_CALIBRATION_LID                              50
+AP_CFG_RDCL_CAMERA_GEOMETRY_LID                                       24
+AP_CFG_RDCL_CAMERA_LENS_LID                                           8
+AP_CFG_RDCL_CAMERA_PARA_LID                                           3
+AP_CFG_RDCL_CAMERA_PLINE10_LID                                        46
+AP_CFG_RDCL_CAMERA_PLINE11_LID                                        47
+AP_CFG_RDCL_CAMERA_PLINE12_LID                                        48
+AP_CFG_RDCL_CAMERA_PLINE2_LID                                         38
+AP_CFG_RDCL_CAMERA_PLINE3_LID                                         39
+AP_CFG_RDCL_CAMERA_PLINE4_LID                                         40
+AP_CFG_RDCL_CAMERA_PLINE5_LID                                         41
+AP_CFG_RDCL_CAMERA_PLINE6_LID                                         42
+AP_CFG_RDCL_CAMERA_PLINE7_LID                                         43
+AP_CFG_RDCL_CAMERA_PLINE8_LID                                         44
+AP_CFG_RDCL_CAMERA_PLINE9_LID                                         45
+AP_CFG_RDCL_CAMERA_PLINE_LID                                          37
+AP_CFG_RDCL_CAMERA_SENSOR_LID                                         7
+AP_CFG_RDCL_CAMERA_SHADING10_LID                                      34
+AP_CFG_RDCL_CAMERA_SHADING11_LID                                      35
+AP_CFG_RDCL_CAMERA_SHADING12_LID                                      36
+AP_CFG_RDCL_CAMERA_SHADING2_LID                                       26
+AP_CFG_RDCL_CAMERA_SHADING3_LID                                       27
+AP_CFG_RDCL_CAMERA_SHADING4_LID                                       28
+AP_CFG_RDCL_CAMERA_SHADING5_LID                                       29
+AP_CFG_RDCL_CAMERA_SHADING6_LID                                       30
+AP_CFG_RDCL_CAMERA_SHADING7_LID                                       31
+AP_CFG_RDCL_CAMERA_SHADING8_LID                                       32
+AP_CFG_RDCL_CAMERA_SHADING9_LID                                       33
+AP_CFG_RDCL_CAMERA_SHADING_LID                                        5
+AP_CFG_RDCL_CAMERA_VERSION_LID                                        22
+AP_CFG_RDCL_FACTORY_LID                                               10
+AP_CFG_RDCL_FILE_AUDIO_AUDENH_CONTROL_OPTION_PAR_LID                  16
+AP_CFG_RDCL_FILE_AUDIO_BT_GAIN_CUSTOM_LID                             74
+AP_CFG_RDCL_FILE_AUDIO_BUFFER_DC_CALIBRATION_PAR_LID                  67
+AP_CFG_RDCL_FILE_AUDIO_COMPFLT_LID                                    53
+AP_CFG_RDCL_FILE_AUDIO_EFFECT_LID                                     54
+AP_CFG_RDCL_FILE_AUDIO_FUNC_SWITCH_PARAM_LID                          75
+AP_CFG_RDCL_FILE_AUDIO_GAIN_TABLE_LID                                 63
+AP_CFG_RDCL_FILE_AUDIO_HAC_PARAM_LID                                  72
+AP_CFG_RDCL_FILE_AUDIO_HD_REC_PAR_LID                                 65
+AP_CFG_RDCL_FILE_AUDIO_HD_REC_SCENE_LID                               66
+AP_CFG_RDCL_FILE_AUDIO_LID                                            51
+AP_CFG_RDCL_FILE_AUDIO_MAGI_CONFERENCE_LID                            71
+AP_CFG_RDCL_FILE_AUDIO_MUSIC_DRC_LID                                  69
+AP_CFG_RDCL_FILE_AUDIO_PARAM_MED_LID                                  57
+AP_CFG_RDCL_FILE_AUDIO_RINGTONE_DRC_LID                               70
+AP_CFG_RDCL_FILE_AUDIO_SPEECH_LPBK_PARAM_LID                          73
+AP_CFG_RDCL_FILE_AUDIO_VER1_VOLUME_CUSTOM_LID                         64
+AP_CFG_RDCL_FILE_AUDIO_VOIP_PAR_LID                                   17
+AP_CFG_RDCL_FILE_AUDIO_VOLUME_CUSTOM_LID                              58
+AP_CFG_RDCL_FILE_AUDIO_WB_PARAM_LID                                   60
+AP_CFG_RDCL_FILE_AUXADC_LID                                           2
+AP_CFG_RDCL_FILE_DUAL_MIC_CUSTOM_LID                                  59
+AP_CFG_RDCL_FILE_HEADPHONE_COMPFLT_LID                                62
+AP_CFG_RDCL_FILE_MD_SBP_LID                                           25
+AP_CFG_RDCL_FILE_SDIO_LID                                             21
+AP_CFG_RDCL_FILE_VIBSPK_COMPFLT_LID                                   68
+AP_CFG_RDCL_FILE_VOICE_RECOGNIZE_PARAM_LID                            15
+AP_CFG_RDCL_HWMON_ACC_LID                                             12
+AP_CFG_RDCL_HWMON_GYRO_LID                                            13
+AP_CFG_RDCL_HWMON_PS_LID                                              18
+AP_CFG_RDCL_UART_LID                                                  9
+AP_CFG_RDEB_FILE_BT_ADDR_LID                                          1
+AP_CFG_RDEB_FILE_WIFI_LID                                             55
+AP_CFG_RDEB_OMADM_USB_LID                                             14
+AP_CFG_RDEB_WIFI_CUSTOM_LID                                           56
+AP_CFG_REEB_PRODUCT_INFO_LID                                          61
+AUDIO_GAIN_ALARM                                                      4
+AUDIO_GAIN_BLUETOOTH_SCO                                              6
+AUDIO_GAIN_DEFAULT                                                    -1
+AUDIO_GAIN_DTMF                                                       8
+AUDIO_GAIN_ENFORCED_AUDIBLE                                           7
+AUDIO_GAIN_FM                                                         10
+AUDIO_GAIN_MATV                                                       11
+AUDIO_GAIN_MAX_STREAM                                                 11
+AUDIO_GAIN_MUSIC                                                      3
+AUDIO_GAIN_NOTIFICATION                                               5
+AUDIO_GAIN_RING                                                       2
+AUDIO_GAIN_SYSTEM                                                     1
+AUDIO_GAIN_TTS                                                        9
+AUDIO_GAIN_VOICE_CALL                                                 0
+AUDIO_HFP_DEVICE_HEADSET                                              2
+AUDIO_HFP_DEVICE_NORMAL                                               0
+AUDIO_HFP_DEVICE_RESERVED                                             3
+AUDIO_HFP_DEVICE_SPEAKER                                              1
+AUDIO_VOIP_DEVICE_BT                                                  3
+AUDIO_VOIP_DEVICE_HEADSET                                             2
+AUDIO_VOIP_DEVICE_NORMAL                                              0
+AUDIO_VOIP_DEVICE_SPEAKER                                             1
+DATA_MPAL_SAP                                                         7
+DRIVER_PS_SAP                                                         11
+EXTAMP_VOLUME_TYPE_MAX                                                6
+GAIN_ANALOG_PLAY                                                      17
+GAIN_IDLE_RECORD_HEADSET                                              1
+GAIN_IDLE_RECORD_MIC                                                  0
+GAIN_INCALL_NB_ECEIVER                                                6
+GAIN_INCALL_NB_HEADSET                                                7
+GAIN_INCALL_NB_SPEAKER                                                8
+GAIN_INCALL_WB_ECEIVER                                                9
+GAIN_INCALL_WB_HEADSET                                                10
+GAIN_INCALL_WB_SPEAKER                                                11
+GAIN_LEVEL_SHIFT                                                      16
+GAIN_OUTPUT_DOCK                                                      3
+GAIN_OUTPUT_EARPIECE                                                  0
+GAIN_OUTPUT_HEADSET                                                   1
+GAIN_OUTPUT_SPEAKER                                                   2
+GAIN_RESERVED1_HEADSET                                                21
+GAIN_RESERVED1_MIC                                                    20
+GAIN_RESERVED2_HEADSET                                                23
+GAIN_RESERVED2_MIC                                                    22
+GAIN_TTY_DEVICE                                                       15
+GAIN_VIDEO_REC_HEADSET                                                5
+GAIN_VIDEO_REC_MIC                                                    4
+GAIN_VOICE_REC_HEADSET                                                3
+GAIN_VOICE_REC_MIC                                                    2
+GAIN_VOICE_UNLOCK_HEADSET                                             19
+GAIN_VOICE_UNLOCK_MIC                                                 18
+GAIN_VOIP_HEADSET                                                     13
+GAIN_VOIP_RECEIVER                                                    12
+GAIN_VOIP_SPEAKER                                                     14
+GMMREG_SAP                                                            1
+HD_REC_DEVICE_SOURCE_BT_EARPHONE                                      2
+HD_REC_DEVICE_SOURCE_HANDSET                                          0
+HD_REC_DEVICE_SOURCE_HEADSET                                          1
+HEADSET_AUDIO_BUFFER                                                  0
+HEADSET_FM_RECORD_A                                                   1
+HEADSET_FM_RECORD_D                                                   2
+HEADSET_RSERVED_2                                                     4
+HEADSET_RSERVED_3                                                     5
+HEADSET_SIP_AUDIO_BUFFER                                              3
+HEADSET_SPEAKER_AMP                                                   1
+HEADSET_SPEAKER_AUDIO_BUFFER                                          0
+HEADSET_SPEAKER_FM_RECORD_A                                           3
+HEADSET_SPEAKER_FM_RECORD_D                                           4
+HEADSET_SPEAKER_IV_BUFFER                                             2
+HEADSET_SPEAKER_RSERVED_2                                             6
+HEADSET_SPEAKER_RSERVED_3                                             7
+HEADSET_SPEAKER_SIP_AUDIO_BUFFER                                      5
+HEADSET_SPEAKER_VOLUME_TYPE_MAX                                       8
+HEADSET_VOLUME_TYPE_MAX                                               6
+INVALID_SAP                                                           0
+L1_L1_SAP                                                             8
+L1_MPAL_SAP                                                           9
+LAST_MOD_ID                                                           27
+LAST_SAP_CODE                                                         12
+MAX_VOL_CATE                                                          3
+MAX_VOL_TYPE                                                          7
+MM_CC_SAP                                                             3
+MM_SMS_SAP                                                            2
+MM_SS_SAP                                                             4
+MOD_ATCI                                                              4
+MOD_CC                                                                6
+MOD_CISS                                                              7
+MOD_CUSTOM1                                                           12
+MOD_CUSTOM_BEGIN                                                      12
+MOD_CUSTOM_END                                                        13
+MOD_FT                                                                0
+MOD_MM                                                                5
+MOD_NIL                                                               0
+MOD_NVRAM                                                             1
+MOD_SMS                                                               8
+MOD_SYSDEBUG                                                          11
+MOD_SYSTEM                                                            10
+MOD_TIMER                                                             9
+MOD_TST                                                               2
+MOD_TST_READER                                                        3
+MPAL_L1_SAP                                                           10
+MSG_ID_END                                                            10000
+MSG_ID_FT                                                             9500
+MSG_ID_INVALID_TYPE                                                   0
+MSG_ID_L1TASK_WAKEUP                                                  14
+MSG_ID_MMCC_DATA_REQ                                                  6
+MSG_ID_MMCC_EST_REQ                                                   4
+MSG_ID_MMCC_PROMPT_REJ                                                1
+MSG_ID_MMCC_PROMPT_RSP                                                2
+MSG_ID_MMCC_REEST_REQ                                                 5
+MSG_ID_MMCC_REL_REQ                                                   3
+MSG_ID_MPHC_BLOCK_QUALITY_IND                                         9
+MSG_ID_MPHC_EXTENDED_MEAS_IND                                         8
+MSG_ID_MPHC_NEIGHBOR_BSIC_IND                                         13
+MSG_ID_MPHC_NEIGHBOR_MEAS_IND                                         12
+MSG_ID_MPHC_OPEN_TCH_LOOP_CNF                                         7
+MSG_ID_MPHC_SERV_DEDI_MEAS_IND                                        11
+MSG_ID_MPHC_SERV_IDLE_MEAS_IND                                        10
+MSG_ID_TIMER_EXPIRY                                                   9000
+MSG_ID_TST_INJECT_STRING                                              6000
+NORMAL_AUDIO_BUFFER                                                   0
+NORMAL_FM_RECORD_A                                                    1
+NORMAL_FM_RECORD_D                                                    2
+NORMAL_RSERVED_2                                                      4
+NORMAL_RSERVED_3                                                      5
+NORMAL_SIP_AUDIO_BUFFER                                               3
+NORMAL_VOLUME_TYPE_MAX                                                6
+NUM_AUDIO_GAIN_TYPES                                                  12
+NUM_AUDIO_HFP_DEVICE                                                  4
+NUM_AUDIO_VOIP_DEVICE                                                 4
+NUM_GAIN_OUTPUT_DEVICES                                               4
+NUM_HD_REC_DEVICE_SOURCE                                              3
+NUM_MIC_GAINS                                                         24
+NUM_OF_VOL_MODE                                                       4
+SME_READER_SAP                                                        5
+SME_TIMER_SAP                                                         6
+SPEAKER_AMP                                                           0
+SPEAKER_FM_RECORD_A                                                   1
+SPEAKER_FM_RECORD_D                                                   2
+SPEAKER_RSERVED_2                                                     4
+SPEAKER_RSERVED_3                                                     5
+SPEAKER_SIP_AUDIO_BUFFER                                              3
+SPEAKER_VOLUME_TYPE_MAX                                               6
+STACK_TIMER_SAP                                                       12
+TRACE_ERROR                                                           4
+TRACE_FUNC                                                            0
+TRACE_GROUP_1                                                         5
+TRACE_GROUP_10                                                        14
+TRACE_GROUP_2                                                         6
+TRACE_GROUP_3                                                         7
+TRACE_GROUP_4                                                         8
+TRACE_GROUP_5                                                         9
+TRACE_GROUP_6                                                         10
+TRACE_GROUP_7                                                         11
+TRACE_GROUP_8                                                         12
+TRACE_GROUP_9                                                         13
+TRACE_INFO                                                            2
+TRACE_STATE                                                           1
+TRACE_WARNING                                                         3
+TST_CTI_COMMAND_CMD                                                   56
+TST_EM_MODE_CONFIG                                                    12
+TST_FT_MODE_CONFIG                                                    16
+TST_FT_SAP                                                            200
+TST_INJECT_AT_CMD                                                     7
+TST_INJECT_STRING_TO_MODULE                                           6
+TST_LOG_ON_OFF                                                        1
+TST_NULL_COMMAND                                                      0
+TST_READ_GLOBAL_VARIABLE                                              10
+TST_REBOOT_TARGET_CMD                                                 8
+TST_SET_L1_TRC_FILTER                                                 5
+TST_SET_PRIM_MOD_FILTER                                               2
+TST_SET_PRIM_SAP_FILTER                                               3
+TST_SET_PS_TRC_FILTER                                                 4
+TST_SET_TRAP_FILTER                                                   9
+TST_SIM_FILE_INFO_REQ                                                 13
+TST_SIM_READ_REQ                                                      14
+TST_SIM_WRITE_REQ                                                     15
+TST_WRITE_GLOBAL_VARIABLE                                             11
+VER1_NUM_OF_VOL_TYPE                                                  9
+VER1_VOL_TYPE_FM                                                      3
+VER1_VOL_TYPE_MATV                                                    8
+VER1_VOL_TYPE_MEDIA                                                   7
+VER1_VOL_TYPE_MIC                                                     2
+VER1_VOL_TYPE_RING                                                    0
+VER1_VOL_TYPE_SID                                                     6
+VER1_VOL_TYPE_SIP                                                     1
+VER1_VOL_TYPE_SPH                                                     4
+VER1_VOL_TYPE_SPH2                                                    5
+VOLUME_AUDIO_BUFFER_EXTAMP                                            1
+VOLUME_EXTAMP                                                         2
+VOLUME_EXTAMP_RSERVED_1                                               3
+VOLUME_EXTAMP_RSERVED_2                                               4
+VOLUME_EXTAMP_RSERVED_3                                               5
+VOLUME_HEADSET_MODE                                                   1
+VOLUME_HEADSET_SPEAKER_MODE                                           3
+VOLUME_IV_BUFFER_EXTAMP                                               0
+VOLUME_NORMAL_MODE                                                    0
+VOLUME_SPEAKER_MODE                                                   2
+VOL_HANDFREE                                                          2
+VOL_HEADSET                                                           1
+VOL_NORMAL                                                            0
+VOL_TYPE_FMR                                                          3
+VOL_TYPE_KEY                                                          1
+VOL_TYPE_MEDIA                                                        6
+VOL_TYPE_MIC                                                          2
+VOL_TYPE_SID                                                          5
+VOL_TYPE_SPH                                                          4
+VOL_TYPE_TON                                                          0
diff --git a/system/etc/apns-conf.xml b/system/etc/apns-conf.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4715c7761ba63837294bf0395de919c492e0c483
--- /dev/null
+++ b/system/etc/apns-conf.xml
@@ -0,0 +1,1512 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2006, Google Inc.
+**
+** 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.
+*/
+-->
+
+<!-- use empty string to specify no proxy or port -->
+<!-- This version must agree with that in apps/common/res/apns.xml -->
+<apns version="8">
+<apn carrier="Emergency" mcc="" mnc="" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Cosmote Wireless Internet" mcc="202" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Cosmote MMS" mcc="202" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://195.167.65.220:8002" mmsproxy="10.10.10.20" mmsport="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="202" mnc="05" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Q-Telecom MMS GPRS" mcc="202" mnc="09" apn="q-mms.myq.gr" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.myq.gr" mmsproxy="192.168.80.134" mmsport="8080"/>
+<apn carrier="Wind Internet" mcc="202" mnc="10" apn="gint.b-online.gr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap" password="wap"/>
+<apn carrier="Wind MMS" mcc="202" mnc="10" apn="mnet.b-online.gr" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.200.95/servlets/mms" mmsproxy="192.168.200.11" mmsport="9401"/>
+<apn carrier="Vodafone Mobile Connect" mcc="204" mnc="04" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="CTNET" mcc="204" mnc="04" apn="ctnet" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  authtype="3" mvno_type="spn" mvno_match_data="中国电信"/>
+<apn carrier="CTWAP" mcc="204" mnc="04" apn="ctwap" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vnet.mobi" mmsproxy="10.0.0.200" mmsport="80" authtype="3" mvno_type="spn" mvno_match_data="中国电信"/>
+<apn carrier="8•ta" mcc="204" mnc="04" apn="8ta.internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  mvno_type="spn" mvno_match_data="8.ta Δ"/>
+<apn carrier="8•ta mms" mcc="204" mnc="04" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.8ta.com:38090/was" mmsproxy="41.151.254.162" mmsport="8080" mvno_type="spn" mvno_match_data="8.ta Δ"/>
+<apn carrier="KPN" mcc="204" mnc="08" apn="portalmmm.nl" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mp.mobiel.kpn/mmsc" mmsproxy="10.10.100.20" mmsport="5080"/>
+<apn carrier="Telfort" mcc="204" mnc="12" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mp.mobiel.kpn/mmsc" mmsproxy="193.113.200.195" mmsport="8080"/>
+<apn carrier="T-Mobile NL" mcc="204" mnc="16" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://t-mobilemms" mmsproxy="10.10.10.11" mmsport="8080" user="*" password="*" server="*"/>
+<apn carrier="T-Mobile NL MMS" mcc="204" mnc="16" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://t-mobilemms" mmsproxy="10.10.10.11" mmsport="8080" user="tmobilemms" password="tmobilemms" server="*"/>
+<apn carrier="Internet Access" mcc="204" mnc="20" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="204" mnc="20" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.nl:8002" mmsproxy="10.250.255.183" mmsport="5080"/>
+<apn carrier="rabo.plus" mcc="204" mnc="20" apn="rabo.plus" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobistar MMS" mcc="206" mnc="10" apn="mms.be" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mobistar.be" mmsproxy="212.65.63.143" mmsport="8080"/>
+<apn carrier="Orange World" mcc="206" mnc="10" apn="mworld.be" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="212.65.63.143" port="8080"/>
+<apn carrier="Base Mobile Internet" mcc="206" mnc="20" apn="gprs.base.be" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="base" password="base"/>
+<apn carrier="BASE MMS" mcc="206" mnc="20" apn="mms.base.be" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.base.be" mmsproxy="217.72.235.1" mmsport="8080" user="base" password="base"/>
+<apn carrier="Orange Entreprise" mcc="208" mnc="01" apn="orange-mib" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mportail" password="mib"/>
+<apn carrier="Virgin" mcc="208" mnc="01" apn="ofnew.fr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange"/>
+<apn carrier="Orange World" mcc="208" mnc="01" apn="orange" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange" proxy="192.168.10.100" port="8080"/>
+<apn carrier="Orange MMS" mcc="208" mnc="01" apn="orange.acte" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.fr" mmsproxy="192.168.10.200" mmsport="8080" user="orange" password="orange"/>
+<apn carrier="Orange Internet" mcc="208" mnc="01" apn="orange.fr" type="tethering" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange"/>
+<apn carrier="Internet Entreprise" mcc="208" mnc="01" apn="internet-entreprise" type="tethering" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange"/>
+<apn carrier="MMS Orange GPRS" mcc="208" mnc="02" apn="orange.acte" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.fr/" mmsproxy="192.168.10.200" mmsport="8080" user="orange" password="orange"/>
+<apn carrier="Orange GPRS ISP" mcc="208" mnc="02" apn="orange.fr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="SFR-MMS" mcc="208" mnc="10" apn="mmssfr" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1" mmsproxy="10.151.0.1" mmsport="8080"/>
+<apn carrier="SFR" mcc="208" mnc="10" apn="sl2sfr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="SFR Illimytics" mcc="208" mnc="10" apn="wapsfr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="ACCESS DATA" mcc="208" mnc="10" apn="websfr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="208" mnc="11" apn="mmssfr" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1" mmsproxy="10.151.0.1" mmsport="8080"/>
+<apn carrier="ACCESS DATA" mcc="208" mnc="11" apn="websfr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="208" mnc="13" apn="mmssfr" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1" mmsproxy="10.151.0.1" mmsport="8080"/>
+<apn carrier="ACCESS DATA" mcc="208" mnc="13" apn="websfr" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Bouygues Telecom" mcc="208" mnc="20" apn="mmsbouygtel.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.bouyguestelecom.fr/mms/wapenc" mmsproxy="62.201.129.226" mmsport="8080"/>
+<apn carrier="Bouygues Pro" mcc="208" mnc="20" apn="a2bouygtel.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BouyguesGPRS ISP" mcc="208" mnc="21" apn="ebouygtel.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Bouygues" mcc="208" mnc="21" apn="mmsbouygtel.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.bouyguestelecom.fr/mms/wapenc" mmsproxy="62.201.129.226" mmsport="8080"/>
+<apn carrier="BouyguesGPRS ISP" mcc="208" mnc="88" apn="ebouygtel.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Bouygues" mcc="208" mnc="88" apn="mmsbouygtel.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.bouyguestelecom.fr/mms/wapenc" mmsproxy="62.201.129.226" mmsport="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="214" mnc="01" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Orange MMS" mcc="214" mnc="03" apn="orangemms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.es" mmsproxy="172.22.188.25" mmsport="8080" user="orange" password="orange"/>
+<apn carrier="Orange World" mcc="214" mnc="03" apn="orangeworld" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange" proxy="10.132.61.10" port="8080"/>
+<apn carrier="Orange Internet PC" mcc="214" mnc="03" apn="internet" type="tethering" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="orange" password="orange"/>
+<apn carrier="GPRS Connection" mcc="214" mnc="04" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Yoigo MMS" mcc="214" mnc="04" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmss/" mmsproxy="193.209.134.141" mmsport="80"/>
+<apn carrier="Vodafone Mobile Connect" mcc="214" mnc="06" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="movistar Internet" mcc="214" mnc="07" apn="movistar.es" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="MOVISTAR" password="MOVISTAR"/>
+<apn carrier="Telefonica MMS" mcc="214" mnc="07" apn="telefonica.es" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.movistar.com" mmsproxy="10.138.255.5" mmsport="8080" user="telefonica" password="telefonica"/>
+<apn carrier="blau ES" mcc="214" mnc="19" apn="gprs-service.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://217.18.32.180:8080" mmsproxy="217.18.32.181" mmsport="8080"/>
+<apn carrier="Simyo ES" mcc="214" mnc="19" apn="gprs-service.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Simyo ES-MMS" mcc="214" mnc="19" apn="gprs-service.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms-services.eu" mmsproxy="217.12.32.180" mmsport="8080" password="1234"/>
+<apn carrier="Jazztel" mcc="214" mnc="21" apn="jazzinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jazztel MMS" mcc="214" mnc="21" apn="jazzmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://jazztelmms.com:8081" mmsproxy="217.18.32.183" mmsport="8081"/>
+<apn carrier="Pannon MMS" mcc="216" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.pgsm.hu/" mmsproxy="193.225.154.22" mmsport="8080"/>
+<apn carrier="Pannon NET GPRS" mcc="216" mnc="01" apn="net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="T-Mobile NET GPRS" mcc="216" mnc="30" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="T-Mobile MMS GPRS" mcc="216" mnc="30" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.t-mobile.hu/servlets/mms" mmsproxy="212.51.126.10" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Vodafone Mobile Connect" mcc="216" mnc="70" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Tesco Internet" mcc="216" mnc="70" apn="internet.tescomobile.hu" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Tesco" mcc="216" mnc="70" apn="mms.tescomobile.hu" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tescomobile.hu/servlets/mms" mmsproxy="80.244.97.2" mmsport="8080"/>
+<apn carrier="T-Mobile HR MMS" mcc="219" mnc="01" apn="mms.htgprs" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.t-mobile.hr/servlets/mms" mmsproxy="10.12.0.4" mmsport="8080"/>
+<apn carrier="T-Mobile HR" mcc="219" mnc="01" apn="web.htgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TIM WEB" mcc="222" mnc="01" apn="ibox.tim.it" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="NOVERCA MMS" mcc="222" mnc="01" apn="mms.noverca.it" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.noverca.it/" mmsproxy="213.230.130.89" mmsport="80"/>
+<apn carrier="iTIM" mcc="222" mnc="01" apn="unico.tim.it" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tim.it/servlets/mms" mmsproxy="213.230.130.89" mmsport="80" proxy="213.230.130.89" port="80"/>
+<apn carrier="NOVERCA WEB" mcc="222" mnc="01" apn="web.noverca.it" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone Mobile Connect" mcc="222" mnc="10" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="WIND Internet" mcc="222" mnc="88" apn="internet.wind" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Wind" mcc="222" mnc="88" apn="mms.wind" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.wind.it" mmsproxy="212.245.244.100" mmsport="8080"/>
+<apn carrier="Fastweb" mcc="222" mnc="99" apn="apn.fastweb.it" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.fastweb.it/mms/wapenc" mmsproxy="10.0.65.9" mmsport="8080"/>
+<apn carrier="3" mcc="222" mnc="99" apn="tre.it" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.216.59.240:10021/mmsc" mmsproxy="62.13.171.3" mmsport="8799"/>
+<apn carrier="Vodafone Mobile Connect" mcc="226" mnc="01" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Cosmote Internet" mcc="226" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Cosmote MMS" mcc="226" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc1.mms.cosmote.ro:8002" mmsproxy="10.252.1.62" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Orange Internet" mcc="226" mnc="10" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="226" mnc="10" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://wap.mms.orange.ro:8002" mmsproxy="62.217.247.252" mmsport="8799" user="mms" password="mms"/>
+<apn carrier="Swisscom-MMS" mcc="228" mnc="01" apn="event.swisscom.ch" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.natel.ch:8079" mmsproxy="192.168.210.2" mmsport="8080"/>
+<apn carrier="Swisscom" mcc="228" mnc="01" apn="gprs.swisscom.ch" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Sunrise" mcc="228" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="internet"/>
+<apn carrier="Sunrise MMS" mcc="228" mnc="02" apn="mms.sunrise.ch" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.sunrise.ch" mmsproxy="212.35.34.75" mmsport="8080"/>
+<apn carrier="Orange Internet" mcc="228" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="228" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.151.3:8002" proxy="192.168.151.2" port="8080"/>
+<apn carrier="T-Mobile CZ" mcc="230" mnc="01" apn="internet.t-mobile.cz" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="10.0.0.10" mmsport="80" user="wap" password="wap" server="*"/>
+<apn carrier="T-Mobile CZ MMS" mcc="230" mnc="01" apn="mms.t-mobile.cz" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="10.0.0.10" mmsport="80" user="mms" password="mms" server="*"/>
+<apn carrier="O2 internet" mcc="230" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="O2 MMS" mcc="230" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.o2active.cz:8002" mmsproxy="160.218.160.218" mmsport="8080"/>
+<apn carrier="GPRS Web" mcc="230" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="GPRS MMS" mcc="230" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="10.11.10.111" mmsport="80" user="mms" password="mms"/>
+<apn carrier="GPRS Web" mcc="230" mnc="03" apn="ointernet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="T-Mobile SK" mcc="231" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="T-Mobile SK MMS" mcc="231" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="192.168.1.1" mmsport="8080" password="mms"/>
+<apn carrier="T-Mobile SK" mcc="231" mnc="04" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="T-Mobile SK MMS" mcc="231" mnc="04" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="192.168.1.1" mmsport="8080" password="mms"/>
+<apn carrier="Orange Internet" mcc="231" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="231" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://imms.orange.sk" mmsproxy="213.151.208.145" mmsport="8799" user="wap" password="wap"/>
+<apn carrier="O2 SK" mcc="231" mnc="06" apn="o2internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="O2 SK MMS" mcc="231" mnc="06" apn="o2mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.o2world.sk:8002" mmsproxy="10.97.1.11" mmsport="8080"/>
+<apn carrier="Mobilkom" mcc="232" mnc="01" apn="a1.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ppp@a1plus.at" password="ppp"/>
+<apn carrier="Mobilkom-MMS" mcc="232" mnc="01" apn="free.a1.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.a1.net" mmsproxy="194.48.124.71" mmsport="8001" user="ppp@a1plus.at" password="ppp"/>
+<apn carrier="T-Mobile A" mcc="232" mnc="03" apn="gprsinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.t-mobile.at/servlets/mms" mmsproxy="10.12.0.20" mmsport="80" user="t-mobile" password="tm" server="*"/>
+<apn carrier="T-Mobile A MMS" mcc="232" mnc="03" apn="gprsmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.t-mobile.at/servlets/mms" mmsproxy="10.12.0.20" mmsport="80" user="t-mobile" password="tm" server="*"/>
+<apn carrier="Orange MMS" mcc="232" mnc="05" apn="orange.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.orange.at/mms/wapenc" mmsproxy="194.24.128.118" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Orange Web" mcc="232" mnc="05" apn="orange.web" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="web" password="web"/>
+<apn carrier="tele.ring MMS" mcc="232" mnc="07" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://relay.mms.telering.at" mmsproxy="212.95.31.50" mmsport="80" user="wap@telering.at" password="wap"/>
+<apn carrier="tele.ring" mcc="232" mnc="07" apn="web" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="web@telering.at" password="web"/>
+<apn carrier="Planet3" mcc="232" mnc="10" apn="drei.at" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="213.94.78.133" mmsport="8799"/>
+<apn carrier="UBIQUISYS" mcc="234" mnc="01" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="O2 MOBILE WEB" mcc="234" mnc="02" apn="mobile.o2.co.uk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="O2web" password="O2web"/>
+<apn carrier="O2 MMS Prepay" mcc="234" mnc="02" apn="payandgo.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="payandgo" password="password"/>
+<apn carrier="O2 MMS Postpay" mcc="234" mnc="02" apn="wap.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="o2wap" password="password"/>
+<apn carrier="O2 UK MMS" mcc="234" mnc="10" apn="idata.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="vertigo" password="password"/>
+<apn carrier="O2 UK" mcc="234" mnc="10" apn="mobile.o2.co.uk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="O2web" password="O2web"/>
+<apn carrier="O2 MMS Prepay" mcc="234" mnc="10" apn="payandgo.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="payandgo" password="password"/>
+<apn carrier="O2 MMS Postpay" mcc="234" mnc="10" apn="wap.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="o2wap" password="password"/>
+<apn carrier="O2 MOBILE WEB" mcc="234" mnc="11" apn="mobile.o2.co.uk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="O2web" password="O2web"/>
+<apn carrier="O2 MMS Prepay" mcc="234" mnc="11" apn="payandgo.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="payandgo" password="password"/>
+<apn carrier="O2 MMS Postpay" mcc="234" mnc="11" apn="wap.o2.co.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.co.uk:8002" mmsproxy="193.113.200.195" mmsport="8080" user="o2wap" password="password"/>
+<apn carrier="Vodafone Mobile Connect" mcc="234" mnc="15" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="3 UK" mcc="234" mnc="20" apn="three.co.uk" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.um.three.co.uk:10021/mmsc" mmsproxy="mms.three.co.uk" mmsport="8799"/>
+<apn carrier="Internet" mcc="234" mnc="30" apn="everywhere" type="default,supl,a-gps" protocol="IPV4V6" roaming_protocol="IPV4V6"  authtype="1"/>
+<apn carrier="MMS" mcc="234" mnc="30" apn="eezone" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="149.254.201.135" mmsport="8080" authtype="1"/>
+<apn carrier="T-Mobile UK" mcc="234" mnc="30" apn="general.t-mobile.uk" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.t-mobile.co.uk:8002" mmsproxy="149.254.201.135" mmsport="8080" user="t-mobile" password="tm" server="*"/>
+<apn carrier="Picture Message" mcc="234" mnc="30" apn="general.t-mobile.uk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.t-mobile.co.uk:8002" mmsproxy="149.254.201.135" mmsport="8080" user="user" password="wap"/>
+<apn carrier="Orange Internet" mcc="234" mnc="33" apn="orangeinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="234" mnc="33" apn="orangemms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.co.uk/" mmsproxy="192.168.224.10" mmsport="8080"/>
+<apn carrier="Orange Broadband" mcc="234" mnc="33" apn="consumerbroadband" type="tethering" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Multimedia" password="Orange"/>
+<apn carrier="Orange Internet" mcc="234" mnc="34" apn="orangeinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Orange MMS" mcc="234" mnc="34" apn="orangemms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.co.uk/" mmsproxy="192.168.224.10" mmsport="8080"/>
+<apn carrier="Jersey Telecom" mcc="234" mnc="50" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.surfmail.com/mmsc" mmsproxy="212.9.19.199" mmsport="3130" user="mms" password="mms"/>
+<apn carrier="pepperWEB (Jersey)" mcc="234" mnc="50" apn="pepper" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="C&amp;W Guernsey Internet" mcc="234" mnc="55" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Sure Picture Messaging" mcc="234" mnc="55" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.gprs.cw.com/" mmsproxy="10.0.3.101" mmsport="80"/>
+<apn carrier="3G HSDPA" mcc="234" mnc="58" apn="3gpronto" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Manx Telecom Contract MMS" mcc="234" mnc="58" apn="mms.manxpronto.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.manxpronto.net:8002" mmsproxy="195.10.99.46" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Manx Telecom Prepay MMS" mcc="234" mnc="58" apn="mms.prontogo.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.manxpronto.net:8002" mmsproxy="195.10.99.41" mmsport="8080" user="mmsgo" password="mmsgo"/>
+<apn carrier="Manx Telecom Contract WEB" mcc="234" mnc="58" apn="web.manxpronto.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="gprs" password="gprs"/>
+<apn carrier="TDC MMS" mcc="238" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.241.114:8002" mmsproxy="194.182.251.15" mmsport="8080"/>
+<apn carrier="TDC WAP" mcc="238" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telenor Internet" mcc="238" mnc="02" apn="Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telenor MMS" mcc="238" mnc="02" apn="telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.telenor.dk" mmsproxy="212.88.64.8" mmsport="8080"/>
+<apn carrier="3 Danmark" mcc="238" mnc="06" apn="data.tre.dk" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.3.dk/" mmsproxy="172.16.1.25" mmsport="8799"/>
+<apn carrier="Telia Internet" mcc="238" mnc="20" apn="www.internet.mtelia.dk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telia MMS" mcc="238" mnc="20" apn="www.mms.mtelia.dk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.telia.dk" mmsproxy="193.209.134.131" mmsport="8080"/>
+<apn carrier="Telenor Internet" mcc="238" mnc="77" apn="Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telenor MMS" mcc="238" mnc="77" apn="telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.telenor.dk" mmsproxy="212.88.64.8" mmsport="8080"/>
+<apn carrier="Telia MMS" mcc="240" mnc="01" apn="mms.telia.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmss/" mmsproxy="193.209.134.132" mmsport="8080"/>
+<apn carrier="Telia Online" mcc="240" mnc="01" apn="online.telia.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Halebop Internet" mcc="240" mnc="017" apn="halebop.telia.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Halebop MMS" mcc="240" mnc="017" apn="mms.telia.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmss" mmsproxy="193.209.134.132" mmsport="9201" user="mms" password="telia"/>
+<apn carrier="3" mcc="240" mnc="02" apn="data.tre.se" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tre.se" mmsproxy="mmsproxy.tre.se" mmsport="8799"/>
+<apn carrier="Telenor Mobilsurf" mcc="240" mnc="04" apn="services.telenor.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.30.253.241" port="8799"/>
+<apn carrier="Telenor MMS" mcc="240" mnc="04" apn="services.telenor.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="172.30.253.241" mmsport="8799"/>
+<apn carrier="Telenor MMS" mcc="240" mnc="06" apn="services.telenor.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="173.30.253.241" mmsport="8799"/>
+<apn carrier="Telenor Mobilsurf" mcc="240" mnc="06" apn="services.telenor.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="173.30.253.241" port="8799"/>
+<apn carrier="Tele2" mcc="240" mnc="07" apn="internet.tele2.se" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.se" mmsproxy="130.244.202.30" mmsport="8080"/>
+<apn carrier="Telenor Mobilsurf" mcc="240" mnc="08" apn="services.telenor.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.30.253.241" port="8799"/>
+<apn carrier="Telenor MMS" mcc="240" mnc="08" apn="services.telenor.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="172.30.253.241" mmsport="8799"/>
+<apn carrier="Telenor MMS" mcc="240" mnc="09" apn="services.telenor.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="173.30.253.241" mmsport="8799"/>
+<apn carrier="TelenorMobilsurf" mcc="240" mnc="09" apn="services.telenor.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="173.30.253.241" port="8799"/>
+<apn carrier="Spring data" mcc="240" mnc="10" apn="data.springmobil.se" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Spring MMS" mcc="240" mnc="10" apn="mms.springmobil.se" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.springmobil.se" mmsproxy="213.88.184.37" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="242" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.10.10.11" mmsport="8080"/>
+<apn carrier="Telenor Internett" mcc="242" mnc="01" apn="telenor" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="NetCom MMS" mcc="242" mnc="02" apn="mms.netcom.no" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mm/" mmsproxy="212.169.66.4" mmsport="80" user="mms" password="netcom"/>
+<apn carrier="NetCom Internett" mcc="242" mnc="02" apn="netcom" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.254.254.10" port="8080"/>
+<apn carrier="Tele2 Internett" mcc="242" mnc="04" apn="internet.tele2.no" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Tele2 MMS" mcc="242" mnc="04" apn="internet.tele2.no" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.no" mmsproxy="193.12.40.14" mmsport="8080"/>
+<apn carrier="OneCall Internet" mcc="242" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="OneCall MMS" mcc="242" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.nwn.no" mmsproxy="89.254.65.20" mmsport="80"/>
+<apn carrier="DNA Internet" mcc="244" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="DNA MMS" mcc="244" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.dnafinland.fi/" mmsproxy="10.1.1.2" mmsport="8080" user="dna" password="mms"/>
+<apn carrier="DNA Internet" mcc="244" mnc="04" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="DNA MMS" mcc="244" mnc="04" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.dnafinland.fi/" mmsproxy="10.1.1.2" mmsport="8080" user="dna" password="mms"/>
+<apn carrier="Elisa Internet" mcc="244" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Elisa MMS" mcc="244" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.elisa.fi" mmsproxy="213.161.41.57" mmsport="80"/>
+<apn carrier="TDC Internet" mcc="244" mnc="10" apn="internet.song.fi" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="song@internet" password="songnet"/>
+<apn carrier="TDC MMS" mcc="244" mnc="10" apn="mms.song.fi" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.song.fi" mmsproxy="213.161.41.58" mmsport="80"/>
+<apn carrier="DNA Internet" mcc="244" mnc="12" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="DNA MMS" mcc="244" mnc="12" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.dnafinland.fi/" mmsproxy="10.1.1.2" mmsport="8080" user="dna" password="mms"/>
+<apn carrier="DNA Internet" mcc="244" mnc="13" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="DNA MMS" mcc="244" mnc="13" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.dnafinland.fi/" mmsproxy="10.1.1.2" mmsport="8080" user="dna" password="mms"/>
+<apn carrier="Saunalahti Wap" mcc="244" mnc="21" apn="wap.saunalahti.fi" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Saunalahti MMS" mcc="244" mnc="21" apn="mms.saunalahti.fi" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.saunalahti.fi:8002/" mmsproxy="62.142.4.197" mmsport="8080"/>
+<apn carrier="TeliaSonera Internet" mcc="244" mnc="91" apn="wap.sonera.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TeliaSonera MMS" mcc="244" mnc="91" apn="wap.sonera.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.sonera.fi:8002" mmsproxy="195.156.25.33" mmsport="8080"/>
+<apn carrier="Omnitel MMS" mcc="246" mnc="01" apn="gprs.mms.lt" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.omnitel.net:8002/" mmsproxy="194.176.32.149" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Omnitel Internet" mcc="246" mnc="01" apn="omnitel" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="omni" password="omni"/>
+<apn carrier="Bite LT Internet" mcc="246" mnc="02" apn="banga" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Bite LT MMS" mcc="246" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.150.2" mmsport="8080"/>
+<apn carrier="Tele2 Internet LT" mcc="246" mnc="03" apn="internet.tele2.lt" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="130.244.196.90" port="8080"/>
+<apn carrier="Tele2 MMS LT" mcc="246" mnc="03" apn="mms.tele2.lt" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.lt/" mmsproxy="193.12.40.29" mmsport="8080"/>
+<apn carrier="LMT Internet" mcc="247" mnc="01" apn="internet.lmt.lv" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="lmt" password="lmt"/>
+<apn carrier="LMT MMS" mcc="247" mnc="01" apn="mms.lmt.lv" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.lmt.lv/mmsc" mmsport="8080"/>
+<apn carrier="Tele2 Internet LV" mcc="247" mnc="02" apn="internet.tele2.lv" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap" password="wap" proxy="130.244.196.90" port="8080"/>
+<apn carrier="Tele2 MMS LV" mcc="247" mnc="02" apn="mms.tele2.lv" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.lv/" mmsproxy="193.12.40.38" mmsport="8080" user="wap" password="wap"/>
+<apn carrier="Bite LV Internet" mcc="247" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Bite MMS" mcc="247" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.150.2" mmsport="8080"/>
+<apn carrier="EMT Internet" mcc="248" mnc="01" apn="internet.emt.ee" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="EMT MMS" mcc="248" mnc="01" apn="mms.emt.ee" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.emt.ee/servlets/mms" mmsproxy="217.71.32.82" mmsport="8080"/>
+<apn carrier="Tele2 Internet" mcc="248" mnc="03" apn="internet.tele2.ee" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Tele2 MMS" mcc="248" mnc="03" apn="mms.tele2.ee" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.ee" mmsproxy="193.12.40.6" mmsport="8080"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="01" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts" authtype="1"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="01" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="IMS" mcc="250" mnc="01" apn="ims" type="ims" protocol="IPV4V6"/>
+<apn carrier="Megafon internet" mcc="250" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="gdata" password="gdata"/>
+<apn carrier="Megafon MMS" mcc="250" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc:8002" mmsproxy="10.10.10.10" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="NCC" mcc="250" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.0.3.50" mmsproxy="10.0.3.20" mmsport="8080"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="04" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="04" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="05" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="05" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="internet" mcc="250" mnc="07" apn="internet.smarts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="any" password="any"/>
+<apn carrier="mms" mcc="250" mnc="07" apn="mms.smarts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.24.120.135/mms/wapenc" mmsproxy="172.24.128.5" mmsport="8080" user="wap" password="wap"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="10" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="10" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="Beeline internet" mcc="250" mnc="11" apn="internet.beeline.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="beeline" password="beeline"/>
+<apn carrier="Beeline MMS" mcc="250" mnc="11" apn="mms.beeline.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="192.168.94.23" mmsport="8080" user="beeline" password="beeline"/>
+<apn carrier="GPRS-Internet" mcc="250" mnc="12" apn="inet.bwc.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="bwc" password="bwc"/>
+<apn carrier="BWC MMS" mcc="250" mnc="12" apn="mms.bwc.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/mms" mmsproxy="10.10.17.2" mmsport="8080" user="bwc" password="bwc"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="13" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="13" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="MMS" mcc="250" mnc="16" apn="mms.ntc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vntc.ru/was" mmsproxy="80.243.64.68" mmsport="8080"/>
+<apn carrier="Internet" mcc="250" mnc="17" apn="internet.usi.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="250" mnc="17" apn="mms.usi.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="192.168.168.192" mmsport="8080"/>
+<apn carrier="TELE2" mcc="250" mnc="20" apn="internet.tele2.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TELE2 Wap" mcc="250" mnc="20" apn="wap.tele2.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="130.244.196.90" port="8080"/>
+<apn carrier="TELE2 MMS" mcc="250" mnc="20" apn="mms.tele2.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tele2.ru" mmsproxy="193.12.40.65" mmsport="9201"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="39" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="39" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="Beeline internet" mcc="250" mnc="44" apn="internet.beeline.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="beeline" password="beeline"/>
+<apn carrier="Beeline MMS" mcc="250" mnc="44" apn="mms.beeline.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="192.168.94.23" mmsport="8080" user="beeline" password="beeline"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="92" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="92" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="МТС-интернет" mcc="250" mnc="93" apn="internet.mts.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mts" password="mts"/>
+<apn carrier="МТС Центр MMS" mcc="250" mnc="93" apn="mms.mts.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="192.168.192.192" mmsport="8080" user="mts" password="mts"/>
+<apn carrier="Beeline internet" mcc="250" mnc="99" apn="internet.beeline.ru" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="beeline" password="beeline" proxy="194.190.195.66"/>
+<apn carrier="Beeline MMS" mcc="250" mnc="99" apn="mms.beeline.ru" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="192.168.94.23" mmsport="8080" user="beeline" password="beeline"/>
+<apn carrier="MTS-MMS" mcc="255" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc:8002" mmsproxy="192.168.10.10" mmsport="8080"/>
+<apn carrier="MTS-internet" mcc="255" mnc="01" apn="www.mts.com.ua" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Beeline-internet" mcc="255" mnc="02" apn="internet.beeline.ua" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Beeline-MMS" mcc="255" mnc="02" apn="mms.beeline.ua" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="10.11.8.18" mmsport="8080"/>
+<apn carrier="Kyivstar MMS" mcc="255" mnc="03" apn="mms.kyivstar.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.kyivstar.net" mmsproxy="10.10.10.10" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Kyivstar-internet" mcc="255" mnc="03" apn="www.kyivstar.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="igprs" password="internet"/>
+<apn carrier="life:) internet" mcc="255" mnc="06" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="life:) MMS" mcc="255" mnc="06" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.life.com.ua/cmmsc/post" mmsproxy="212.58.162.230" mmsport="8080"/>
+<apn carrier="Utel" mcc="255" mnc="07" apn="3g.utel.ua" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.212.1.4/mms/wapenc" mmsproxy="10.212.3.148" mmsport="8080"/>
+<apn carrier="Plus Internet" mcc="260" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Plus MMS" mcc="260" mnc="01" apn="mms.plusgsm.pl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.plusgsm.pl:8002" mmsproxy="212.2.96.16" mmsport="8080"/>
+<apn carrier="ERA Internet" mcc="260" mnc="02" apn="erainternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="erainternet" password="erainternet"/>
+<apn carrier="Era MMS" mcc="260" mnc="02" apn="eramms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.era.pl/servlets/mms" mmsproxy="213.158.194.226" mmsport="8080" user="eramms" password="eramms"/>
+<apn carrier="heyahinternet" mcc="260" mnc="02" apn="heyah.pl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="heyah" password="heyah"/>
+<apn carrier="heyahmms" mcc="260" mnc="02" apn="heyahmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.heyah.pl/servlets/mms" mmsproxy="213.158.194.226" mmsport="8080" user="heyah" password="heyah"/>
+<apn carrier="Orange Internet" mcc="260" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ppp" password="ppp"/>
+<apn carrier="MMS Orange" mcc="260" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.pl" mmsproxy="192.168.6.104" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="P4 Internet" mcc="260" mnc="06" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="P4 MMS" mcc="260" mnc="06" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.10.28.164/mms/wapenc" mmsproxy="10.10.25.5" mmsport="8080"/>
+<apn carrier="T-Mobile D" mcc="262" mnc="01" apn="internet.t-mobile" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.t-mobile.de/servlets/mms" mmsproxy="172.28.23.131" mmsport="8008" user="t-mobile" password="tm" server="*"/>
+<apn carrier="Vodafone Mobile Connect" mcc="262" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="E-Plus Web GPRS" mcc="262" mnc="03" apn="internet.eplus.de" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="eplus" password="internet"/>
+<apn carrier="E-Plus MMS" mcc="262" mnc="03" apn="mms.eplus.de" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/eplus/" mmsproxy="212.23.97.153" mmsport="5080" user="mms" password="eplus"/>
+<apn carrier="E-Plus WAP GPRS" mcc="262" mnc="03" apn="wap.eplus.de" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="212.23.97.9" port="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="262" mnc="04" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="E-Plus Web GPRS" mcc="262" mnc="05" apn="internet.eplus.de" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="eplus" password="internet"/>
+<apn carrier="E-Plus MMS" mcc="262" mnc="05" apn="mms.eplus.de" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/eplus/" mmsproxy="212.23.97.153" mmsport="5080" user="mms" password="eplus"/>
+<apn carrier="T-Mobile Internet" mcc="262" mnc="06" apn="internet.t-mobile" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.t-mobile.de/servlets/mms" mmsproxy="172.28.23.131" mmsport="8008" user="t-mobile" password="tm"/>
+<apn carrier="o2" mcc="262" mnc="07" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.81.0.7:8002" mmsproxy="82.113.100.5" mmsport="8080"/>
+<apn carrier="o2" mcc="262" mnc="08" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.81.0.7:8002" mmsproxy="82.113.100.5" mmsport="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="262" mnc="09" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="o2" mcc="262" mnc="11" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.81.0.7:8002" mmsproxy="82.113.100.5" mmsport="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="268" mnc="01" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Optimus" mcc="268" mnc="03" apn="umts" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc:10021/mmsc" mmsproxy="62.169.66.5" mmsport="8799"/>
+<apn carrier="tmn internet" mcc="268" mnc="06" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="mms tmn" mcc="268" mnc="06" apn="mmsc.tmn.pt" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.111.2.16" mmsport="8080" user="tmn" password="tmnnet"/>
+<apn carrier="Vodafone Mobile Connect" mcc="272" mnc="01" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="O2 Ireland" mcc="272" mnc="02" apn="internet" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.o2.ie:8002" mmsproxy="62.40.32.40" mmsport="8080"/>
+<apn carrier="Meteor Data" mcc="272" mnc="03" apn="data.mymeteor.ie" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Meteor MMS" mcc="272" mnc="03" apn="mms.mymeteor.ie" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.mymeteor.ie" mmsproxy="10.85.85.85" mmsport="8799" user="my" password="wap" proxy="10.85.85.85" port="8799"/>
+<apn carrier="eMobile WAP" mcc="272" mnc="03" apn="mms.eircom.ie" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.85.85.85"/>
+<apn carrier="eMobile MMS" mcc="272" mnc="03" apn="mms.eircom.ie" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.eircom.ie" mmsproxy="10.85.85.85"/>
+<apn carrier="3 Ireland" mcc="272" mnc="05" apn="3ireland.ie" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.um.3ireland.ie:10021/mmsc" mmsproxy="mms.3ireland.ie" mmsport="8799"/>
+<apn carrier="Tesco Mobile" mcc="272" mnc="11" apn="Tescomobile.liffeytelecom.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.1.11.19" port="8080"/>
+<apn carrier="Tesco Mobile" mcc="272" mnc="11" apn="Tescomobile.liffeytelecom.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmc1/servlets/mms" mmsproxy="10.1.11.19" mmsport="8080"/>
+<apn carrier="Siminn Internet" mcc="274" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Siminn MMS" mcc="274" mnc="01" apn="mms.simi.is" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.simi.is/servlets/mms" mmsproxy="213.167.138.200" mmsport="8080"/>
+<apn carrier="Vodafone Mobile Connect" mcc="274" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="MMS Nova" mcc="274" mnc="11" apn="mms.nova.is" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.nova.is" mmsproxy="10.10.2.60" mmsport="8080"/>
+<apn carrier="Net Nova" mcc="274" mnc="11" apn="net.nova.is" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Turkcell Internet" mcc="286" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Turkcell MMS" mcc="286" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.turkcell.com.tr/servlets/mms" mmsproxy="212.252.169.217" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Vodafone Mobile Connect" mcc="286" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Avea Internet" mcc="286" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Avea MMS" mcc="286" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.avea.com.tr/servlets/mms" mmsproxy="213.161.151.201" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="T-Mobile MK" mcc="294" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="t-mobile"/>
+<apn carrier="T-Mobile MK MMS" mcc="294" mnc="01" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.t-mobile.com.mk" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="T-Mobile CG MMS" mcc="297" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.180.100/servlets/mms" mmsproxy="10.0.5.19" mmsport="8080" user="38267" password="38267"/>
+<apn carrier="T-Mobile CG" mcc="297" mnc="02" apn="tmcg-wnw" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="38267" password="38267"/>
+<apn carrier="TELUS SP" mcc="302" mnc="220" apn="sp.telus.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://aliasredirect.net/proxy/mmsc" mmsproxy="74.49.0.18" mmsport="80" proxy="74.49.0.18" port="80"/>
+<apn carrier="Koodo SP" mcc="302" mnc="220" apn="sp.koodo.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://aliasredirect.net/proxy/koodo/mmsc" mmsproxy="74.49.0.18" mmsport="80" proxy="74.49.0.18" port="80"/>
+<apn carrier="fido internet" mcc="302" mnc="370" apn="internet.fido.ca" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="fido" password="fido"/>
+<apn carrier="fido mms" mcc="302" mnc="370" apn="mms.fido.ca" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.fido.ca" mmsproxy="205.151.11.13"/>
+<apn carrier="Fido Tethering" mcc="302" mnc="370" apn="isp.fido.apn" type="dun" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Bell Mobility and Solo Mobile" mcc="302" mnc="610" apn="pda.bell.ca" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.bell.ca/mms/wapenc" mmsproxy="web.wireless.bell.ca" mmsport="80" proxy="web.wireless.bell.ca" port="80"/>
+<apn carrier="Virgin Mobile Canada" mcc="302" mnc="610" apn="inet.bell.ca" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.bell.ca/mms/wapenc" mmsproxy="web.wireless.bell.ca" mmsport="80" proxy="web.wireless.bell.ca" port="80"/>
+<apn carrier="Rogers" mcc="302" mnc="720" apn="rogers-core-appl1.apn" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gprs.rogers.com" mmsproxy="10.128.1.69" mmsport="80"/>
+<apn carrier="Rogers" mcc="302" mnc="720" apn="internet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wapuser1" password="wap"/>
+<apn carrier="Rogers MMS" mcc="302" mnc="720" apn="media.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gprs.rogers.com" mmsproxy="10.128.1.69" user="media" password="mda01" server="172.25.0.107" port="80"/>
+<apn carrier="Rogers Tethering" mcc="302" mnc="720" apn="isp.apn" type="dun" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Fido ISP GPRS" mcc="302" mnc="370" apn="fido-core-appl1.apn" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.fido.ca" mmsproxy="205.151.11.13" mmsport="80"/>
+<apn carrier="Rogers" mcc="302" mnc="720" apn="internet.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="guest" password="guest"/>
+<apn carrier="Rogers" mcc="302" mnc="720" apn="rogers-core-appl1.apn" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gprs.rogers.com" mmsproxy="10.128.1.69" mmsport="80"/>
+<apn carrier="myBlue Pix" mcc="310" mnc="030" apn="mmswap.centennialwireless.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.myblue.com/servlets/mms" mmsproxy="63.99.231.135" mmsport="8080"/>
+<apn carrier="Internet" mcc="310" mnc="030" apn="private.centennialwireless.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="privuser" password="priv"/>
+<apn carrier="CorrMMS" mcc="310" mnc="080" apn="corrmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.iot1.com/corr/mms.php" mmsproxy="66.255.55.23" mmsport="80"/>
+<apn carrier="Internet" mcc="310" mnc="090" apn="isp" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="310" mnc="090" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.edgemobile.net/mmsc" mmsproxy="12.108.12.13" mmsport="3128"/>
+<apn carrier="Edge MMS Prepay" mcc="310" mnc="090" apn="ppmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.edgemobile.net/mmsc" mmsproxy="12.108.12.13" mmsport="3128"/>
+<apn carrier="PLAT-OTA-MMS" mcc="310" mnc="100" apn="plateaumms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="208.254.124.11:8514" mmsproxy="208.254.124.11" mmsport="8080" password="mmsc"/>
+<apn carrier="PLATWEB" mcc="310" mnc="100" apn="plateauweb" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="My Multi Media" mcc="310" mnc="130" apn="mms.c1.ama" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.iot1.com/amarillo/mms.php" user="cell1mms" password="cell1"/>
+<apn carrier="T-Mobile US 160" mcc="310" mnc="160" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="DataConnect" mcc="310" mnc="170" apn="isp.cingular" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Cingular MMS" mcc="310" mnc="170" apn="wap.cingular" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.cingular.com" mmsproxy="66.209.11.32" mmsport="8080" user="WAP@CINGULARGPRS.COM" password="CINGULAR1"/>
+<apn carrier="T-Mobile US 200" mcc="310" mnc="200" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 210" mcc="310" mnc="210" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 220" mcc="310" mnc="220" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 230" mcc="310" mnc="230" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 240" mcc="310" mnc="240" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 250" mcc="310" mnc="250" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US" mcc="310" mnc="260" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 270" mcc="310" mnc="270" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="T-Mobile US 310" mcc="310" mnc="310" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="Cingular 380 ATT" mcc="310" mnc="380" apn="proxy" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.cingular.com/" mmsproxy="wireless.cingular.com"/>
+<apn carrier="AWS MMS" mcc="310" mnc="380" apn="proxy" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mymmode.com" mmsproxy="10.250.250.55" mmsport="8080"/>
+<apn carrier="Celloneet MMS" mcc="310" mnc="390" apn="mms.celloneet.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.celloneet.com/servlets/mms" mmsproxy="63.99.231.135" mmsport="8080" user="user1@mms.celloneet.com" password="celloneet"/>
+<apn carrier="Cingular 410" mcc="310" mnc="410" apn="wap.cingular" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.cingular.com/" mmsproxy="wireless.cingular.com" user="WAP@CINGULARGPRS.COM" password="CINGULAR1" server="cingulargprs.com"/>
+<apn carrier="CBW MMS" mcc="310" mnc="420" apn="wap.gocbw.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gocbw.com:8088/mms" mmsproxy="216.68.79.202" mmsport="80"/>
+<apn carrier="DataConnect" mcc="310" mnc="470" apn="isp.cingular" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MediaNet" mcc="310" mnc="470" apn="wap.cingular" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.cingular.com" mmsproxy="66.209.11.32" mmsport="8080" user="WAP@CINGULARGPRS.COM" password="CINGULAR1"/>
+<apn carrier="DataConnect" mcc="310" mnc="480" apn="isp.cingular" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MediaNet" mcc="310" mnc="480" apn="wap.cingular" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.cingular.com" mmsproxy="66.209.11.32" mmsport="8080" user="WAP@CINGULARGPRS.COM" password="CINGULAR1"/>
+<apn carrier="T-Mobile US 490" mcc="310" mnc="490" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="GoodCall Picture Message" mcc="310" mnc="490" apn="good.call" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.suncom.net:8088/mms" mmsproxy="66.150.33.125" mmsport="8080"/>
+<apn carrier="Suncom MMS" mcc="310" mnc="490" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.suncom.net:8088/mms" mmsproxy="66.150.33.125" mmsport="8080"/>
+<apn carrier="DobsonMMS" mcc="310" mnc="560" apn="dobsoncellularwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="172.23.1.252" mmsport="8799"/>
+<apn carrier="ChinookMMS" mcc="310" mnc="570" apn="wapgw.chinookwireless.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.cellonenation.net/mms/" mmsproxy="204.181.155.195" mmsport="8080"/>
+<apn carrier="T-Mobile US 580" mcc="310" mnc="580" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="CellularOne MMS" mcc="310" mnc="590" apn="cellular1wap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc" mmsproxy="172.23.1.252" mmsport="8799"/>
+<apn carrier="EpicINT" mcc="310" mnc="610" apn="internet.epictouch" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="EpicMMS" mcc="310" mnc="610" apn="mms.epictouch" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.westlinkcom.com/servlets/mms" mmsproxy="63.99.231.135" mmsport="8080"/>
+<apn carrier="T-Mobile US 660" mcc="310" mnc="660" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="WEB 2" mcc="310" mnc="770" apn="i2.iwireless.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Picture Messaging" mcc="310" mnc="770" apn="wap1.iwireless.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.iwireless.dataonair.net:6672" mmsproxy="209.4.229.31" mmsport="9401"/>
+<apn carrier="PIAPicture Messaging" mcc="310" mnc="770" apn="wap9.iwireless.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.iwireless.dataonair.net:6672" mmsproxy="209.4.229.32" mmsport="9401"/>
+<apn carrier="T-Mobile US 800" mcc="310" mnc="800" apn="epc.tmobile.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc" server="*"/>
+<apn carrier="Internet" mcc="310" mnc="840" apn="isp" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="310" mnc="840" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.edgemobile.net/mmsc" mmsproxy="12.108.12.13" mmsport="3128"/>
+<apn carrier="Edge MMS Prepay" mcc="310" mnc="840" apn="ppmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.edgemobile.net/mmsc" mmsproxy="12.108.12.13" mmsport="3128"/>
+<apn carrier="DTC MMS" mcc="310" mnc="880" apn="mms.adv.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.iot1.com/advantage/mms.php"/>
+<apn carrier="WOW_WAP" mcc="310" mnc="910" apn="wap.firstcellular.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="mms.firstcellular.net/mmsc" mmsproxy="10.101.1.5" mmsport="3128"/>
+<apn carrier="MMS" mcc="311" mnc="190" apn="wap.cellular1.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.cellular1.net/ecit/mms.php"/>
+<apn carrier="Farmers GPRS" mcc="311" mnc="210" apn="internet.farmerswireless.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Farmers MMS" mcc="311" mnc="210" apn="mms.farmers.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="172.16.0.37:8514"/>
+<apn carrier="Telcel EDGE" mcc="334" mnc="020" apn="internet.itelcel.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="webgprs" password="webgprs2002"/>
+<apn carrier="Telcel MMS" mcc="334" mnc="020" apn="mms.itelcel.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.itelcel.com/servlets/mms" mmsproxy="148.233.151.240" mmsport="8080" user="mmsgprs" password="mmsgprs2003"/>
+<apn carrier="Telcel Internet" mcc="334" mnc="02" apn="internet.itelcel.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="webgprs" password="webgprs2002"/>
+<apn carrier="Mensajas Multimedia" mcc="334" mnc="02" apn="mms.itelcel.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.itelcel.com/servlets/mms" mmsproxy="148.233.151.240" mmsport="8080" user="mmsgprs" password="mmsgprs2003"/>
+<apn carrier="MoviStar Internet" mcc="334" mnc="030" apn="internet.movistar.mx" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="movistar" password="movistar" proxy="10.2.20.1" port="80"/>
+<apn carrier="MoviStar Mms" mcc="334" mnc="030" apn="mms.movistar.mx" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.movistar.mx" mmsproxy="10.2.20.1" mmsport="80" user="movistar" password="movistar"/>
+<apn carrier="MoviStar Internet" mcc="334" mnc="03" apn="internet.movistar.mx" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="movistar" password="movistar"/>
+<apn carrier="Album Multimedia" mcc="334" mnc="03" apn="mms.movistar.mx" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.movistar.mx" mmsproxy="10.2.20.1" mmsport="8080" user="movistar" password="movistar"/>
+<apn carrier="Iusacell Internet" mcc="334" mnc="050" apn="web.iusacellgsm.mx" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="iusacellgsm" password="iusacellgsm"/>
+<apn carrier="Internet MODEM" mcc="334" mnc="050" apn="modem.iusacellgsm.mx" type="default,wap" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="iusacellgsm" password="iusacellgsm"/>
+<apn carrier="Iusacell MMS" mcc="334" mnc="050" apn="mms.iusacellgsm.mx" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.iusacell3g.com" mmsproxy="192.200.1.110" mmsport="9201" user="mmsiusacellgs" password="mmsiusacellgs"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="01" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="01" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="01" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="02" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="02" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="02" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="02" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="03" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="03" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="03" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="03" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Idea Internet" mcc="404" mnc="04" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="04" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="04" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="04" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="05" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="05" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="05" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="07" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="07" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="07" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="07" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="09" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="09" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="09" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Mobile Office" mcc="404" mnc="10" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="10" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="10" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="10" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="11" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="11" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="11" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="12" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="12" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="12" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="12" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="13" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="13" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="13" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea MMS" mcc="404" mnc="14" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="Idea Internet" mcc="404" mnc="14" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="14" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="IMS" mcc="404" mnc="14" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="15" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="15" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="15" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="16" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="16" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="16" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="16" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="17" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="17" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="17" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="18" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="18" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="18" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Idea Internet" mcc="404" mnc="19" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="19" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="19" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="19" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="20" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="20" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="20" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Loop Mobile" mcc="404" mnc="21" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Loop Mobile MMS" mcc="404" mnc="21" apn="mizone" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.loopmobile.in:8080" mmsproxy="10.0.0.10" mmsport="9401" password="mmsc"/>
+<apn carrier="Idea Internet" mcc="404" mnc="22" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="22" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="22" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="22" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="24" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="24" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="24" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="24" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="25" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="25" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="25" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="27" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="27" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="27" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="28" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="28" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="28" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="29" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="29" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="29" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="30" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="30" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="30" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="31" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="31" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="31" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="31" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="33" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="33" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="33" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="34" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="34" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="34" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="35" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="35" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="35" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="36" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="36" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="36" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="37" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="37" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="37" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="38" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="38" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="38" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Mobile Office" mcc="404" mnc="40" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="40" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="40" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="40" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="41" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="41" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="41" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="42" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="42" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="42" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="43" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="43" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="43" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="44" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="44" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="44" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="44" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="45" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="45" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="45" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="45" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="46" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="46" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="46" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="49" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="49" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="49" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="49" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="50" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="50" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="50" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="51" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="51" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="51" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="52" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="52" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="52" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="53" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="53" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="53" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="54" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="54" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="54" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="55" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="55" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="55" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Idea Internet" mcc="404" mnc="56" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="56" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="56" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="56" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="57" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="57" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="57" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="58" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="58" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="58" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="59" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="59" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="59" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="60" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="60" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="60" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="62" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="62" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="62" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="64" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="64" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="64" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="66" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="66" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="66" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="67" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="67" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="67" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="MTNL MMS" mcc="404" mnc="68" apn="mtnl.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mtnlmms/" mmsproxy="10.10.10.10" mmsport="9401"/>
+<apn carrier="MTNL Internet" mcc="404" mnc="68" apn="mtnl.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MTNL WAP" mcc="404" mnc="68" apn="mtnl.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.10.10.10" port="9401"/>
+<apn carrier="MTNL MMS" mcc="404" mnc="69" apn="mtnl.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mtnlmms/" mmsproxy="10.10.10.10" mmsport="9401"/>
+<apn carrier="MTNL Internet" mcc="404" mnc="69" apn="mtnl.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MTNL WAP" mcc="404" mnc="69" apn="mtnl.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.10.10.10" port="9401"/>
+<apn carrier="Mobile Office" mcc="404" mnc="70" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="70" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="70" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="70" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="71" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="71" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="71" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="72" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="72" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="72" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="73" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="73" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="73" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="74" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="74" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="74" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="75" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="75" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="75" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="76" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="76" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="76" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="77" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="77" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="77" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Idea Internet" mcc="404" mnc="78" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="78" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="78" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="78" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="79" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="79" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="79" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="80" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="80" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="80" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="BSNL MMS" mcc="404" mnc="81" apn="bsnlmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://bsnlmmsc.in:8514" mmsproxy="10.210.10.11" mmsport="8080"/>
+<apn carrier="BSNL GPRS" mcc="404" mnc="81" apn="bsnlnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BSNL Live" mcc="404" mnc="81" apn="bsnllive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.67.131" port="8080"/>
+<apn carrier="Idea Internet" mcc="404" mnc="82" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="82" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="82" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="82" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="83" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="83" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="83" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="84" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="84" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="84" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Reliance MMS" mcc="404" mnc="85" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="404" mnc="85" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="404" mnc="85" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="86" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="86" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="86" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="87" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="87" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="87" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="87" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="404" mnc="88" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="404" mnc="88" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="404" mnc="88" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="404" mnc="89" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="404" mnc="89" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="404" mnc="89" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="404" mnc="89" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobile Office" mcc="404" mnc="90" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="90" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="90" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="90" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Aircel MMS" mcc="404" mnc="91" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="404" mnc="91" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="404" mnc="91" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Mobile Office" mcc="404" mnc="92" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="92" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="92" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="92" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="93" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="93" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="93" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="93" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="94" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="94" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="94" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="94" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="95" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="95" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="95" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="95" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="96" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="96" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="96" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="96" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="97" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="97" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="97" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="97" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="404" mnc="98" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="404" mnc="98" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="404" mnc="98" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="404" mnc="98" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="01" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="01" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="01" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="03" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="03" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="03" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="04" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="04" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="04" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="05" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="05" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="05" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="06" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="06" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="06" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="07" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="07" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="07" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="08" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="08" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="08" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="09" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="09" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="09" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="10" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="10" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="10" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="11" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="11" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="11" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="12" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="12" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="12" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="13" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="13" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="13" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="14" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="14" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="14" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="15" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="15" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="15" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="17" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="17" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="17" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="18" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="18" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="18" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="19" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="19" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="19" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="20" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="20" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="20" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="21" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="21" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="21" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="22" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="22" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="22" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="Reliance MMS" mcc="405" mnc="23" apn="rcommms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.rcom.co.in/mms/" mmsproxy="10.239.221.5" mmsport="8080"/>
+<apn carrier="Reliance Netconnect" mcc="405" mnc="23" apn="rcomnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="RelianceMbWorld" mcc="405" mnc="23" apn="rcomwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.239.221.5" port="8080"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="025" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="025" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="025" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="026" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="026" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="026" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="027" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="027" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="027" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="028" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="028" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="028" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="029" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="029" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="029" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="030" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="030" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="030" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="031" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="031" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="031" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="032" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="032" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="032" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="033" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="033" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TataDOCOMO MMS" mcc="405" mnc="033" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="034" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="034" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="034" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="035" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="035" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="035" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="036" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="036" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="036" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="037" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="037" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="037" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="038" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="038" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="038" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="039" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="039" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="039" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="040" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="040" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TataDOCOMO MMS" mcc="405" mnc="040" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="041" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="041" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="041" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="042" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="042" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="042" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="043" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="043" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="043" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="044" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="044" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="044" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="045" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="045" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="045" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="046" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="046" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="046" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="047" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="047" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="047" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="Mobile Office" mcc="405" mnc="51" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="51" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="51" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="51" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="405" mnc="52" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="52" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="52" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="52" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="405" mnc="53" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="53" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="53" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="53" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="405" mnc="54" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="54" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="54" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="54" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="405" mnc="55" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="55" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="55" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="55" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Mobile Office" mcc="405" mnc="56" apn="airtelgprs.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel Live" mcc="405" mnc="56" apn="airtelfun.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="100.1.200.99" port="8080"/>
+<apn carrier="Airtel MMS" mcc="405" mnc="56" apn="airtelmms.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://100.1.201.171:10021/mmsc" mmsproxy="100.1.201.172" mmsport="8799"/>
+<apn carrier="AIRTEL IMS" mcc="405" mnc="56" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="66" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="66" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="66" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="67" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="67" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="67" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="70" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="70" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="70" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="70" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="750" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="750" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="750" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="751" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="751" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="751" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="752" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="752" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="752" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="753" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="753" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="753" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="754" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="754" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="754" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="755" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="755" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="755" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone mobile connect" mcc="405" mnc="756" apn="www" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="405" mnc="756" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" user_visible="false"/>
+<apn carrier="hos" mcc="405" mnc="756" apn="hos" type="xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="799" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="799" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="799" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="799" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="800" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="800" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.17.83.69" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="800" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="801" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="801" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="801" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="802" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="802" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="802" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="803" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="803" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="803" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="804" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="804" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="804" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="805" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="805" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="805" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="806" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="806" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="806" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="807" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="807" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="807" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="808" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="808" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="808" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="809" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="809" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="809" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="810" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="810" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="810" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="811" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="811" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="811" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Aircel Internet" mcc="405" mnc="812" apn="aircelgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Aircel GPRS/WAP" mcc="405" mnc="812" apn="aircelwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.017.083.069" port="8080"/>
+<apn carrier="Aircel MMS" mcc="405" mnc="812" apn="aircelmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.17.83.67/servlets/mms" mmsproxy="172.17.83.69" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="813" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="814" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="815" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="816" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="817" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="818" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="819" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="UNINOR Internet" mcc="405" mnc="820" apn="uninor" type="email, internet gprs" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="UNINOR WAP" mcc="405" mnc="820" apn="uninor" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.58.10.58" port="8080"/>
+<apn carrier="UNINOR MMS" mcc="405" mnc="820" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="821" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="822" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="823" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="823" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="824" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="824" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="825" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="825" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="826" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="826" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="827" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="827" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="828" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="828" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="829" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="829" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="830" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="830" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="831" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="831" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="832" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="832" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="833" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="833" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="834" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="834" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="835" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="835" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="836" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="836" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="837" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="837" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="838" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="838" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="839" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="839" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="841" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="841" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="842" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="842" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="843" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="843" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="844" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Idea Internet" mcc="405" mnc="845" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="845" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="845" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="845" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="846" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="846" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="846" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="846" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="847" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="847" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="847" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="847" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="848" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="848" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="848" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="848" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="849" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="849" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="849" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="849" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="850" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="850" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="850" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="850" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="851" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="851" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="851" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="851" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="852" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="852" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="852" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="852" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea Internet" mcc="405" mnc="853" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Idea GPRS/WAP" mcc="405" mnc="853" apn="imis" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.42.15" port="8080"/>
+<apn carrier="Idea MMS" mcc="405" mnc="853" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="853" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="875" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="876" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="877" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="878" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="879" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="880" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="STEL" mcc="405" mnc="881" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="STEL" mcc="405" mnc="882" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="STEL" mcc="405" mnc="883" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="STEL" mcc="405" mnc="884" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="STEL" mcc="405" mnc="885" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="STEL" mcc="405" mnc="886" apn="gprs.stel.in" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA" mcc="405" mnc="908" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA MMS" mcc="405" mnc="908" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="908" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA" mcc="405" mnc="909" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA MMS" mcc="405" mnc="909" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="909" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA" mcc="405" mnc="910" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA MMS" mcc="405" mnc="910" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="910" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA" mcc="405" mnc="911" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEA MMS" mcc="405" mnc="911" apn="mmsc" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.42.21:8002/" mmsproxy="10.4.42.15" mmsport="8080"/>
+<apn carrier="IMS" mcc="405" mnc="911" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="925" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="926" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="927" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Uninor MMS" mcc="405" mnc="928" apn="uninor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Telenor MMS" mcc="405" mnc="929" apn="Telenor" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.58.2.120" mmsproxy="10.58.10.59" mmsport="8080"/>
+<apn carrier="Videocon MMS" mcc="405" mnc="932" apn="vgprs.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.202.4.119:10021/mmsc/" mmsproxy="10.202.5.145" mmsport="8799"/>
+<apn carrier="Videocon" mcc="405" mnc="932" apn="vinternet.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobilink" mcc="410" mnc="01" apn="jazzwap.mobilinkworld.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.24.97.29" port="8080"/>
+<apn carrier="Mobilink-MMS" mcc="410" mnc="01" apn="mms.mobilinkworld.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="HTTP://mms/" mmsproxy="172.25.20.12" mmsport="8080" user="mobilink" password="mobilink"/>
+<apn carrier="Mobilink-Internet" mcc="410" mnc="01" apn="Jazzconnect.mobilinkworld.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.24.97.29" port="8080"/>
+<apn carrier="Ufone" mcc="410" mnc="03" apn="ufone.pwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Ufone" password="Ufone" proxy="172.16.13.26" port="8080"/>
+<apn carrier="Ufone-MMS" mcc="410" mnc="03" apn="ufone.pmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://www.ufonemms.com:80" mmsproxy="172.16.13.27" mmsport="8080"/>
+<apn carrier="Ufone-Internet" mcc="410" mnc="03" apn="ufone.pinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Ufone" password="ufone" proxy="172.16.13.26" port="8080"/>
+<apn carrier="Zong" mcc="410" mnc="04" apn="Zongwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.81.6.33" port="8000"/>
+<apn carrier="Zong-MMS" mcc="410" mnc="04" apn="zongmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.81.6.11:8080" mmsproxy="10.81.6.33" mmsport="8000"/>
+<apn carrier="Zong-Internet" mcc="410" mnc="04" apn="zonginternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.81.6.33" port="8000"/>
+<apn carrier="Telenor" mcc="410" mnc="06" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Telenor" password="Telenor" proxy="172.18.19.11" port="8080"/>
+<apn carrier="Telenor-MMS" mcc="410" mnc="06" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmstelenor" mmsproxy="172.18.19.11" mmsport="8080" user="Telenor" password="Telenor"/>
+<apn carrier="Telenor-Internet" mcc="410" mnc="06" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Telenor" password="Telenor" proxy="172.18.19.11" port="8080"/>
+<apn carrier="Warid" mcc="410" mnc="07" apn="wap.warid" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.2.1" port="8080"/>
+<apn carrier="Warid-MMS" mcc="410" mnc="07" apn="mms.warid" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.0.132/servlets/mms" mmsproxy="10.4.2.1" mmsport="8080"/>
+<apn carrier="Warid-Internet" mcc="410" mnc="07" apn="wap.warid" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.2.1" port="8080"/>
+<apn carrier="Batelco Internet" mcc="426" mnc="01" apn="internet.batelco.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Batelco MMS" mcc="426" mnc="01" apn="mms.batelco.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.36.10/servlets/mms" mmsproxy="192.168.1.2" mmsport="80" user="wap" password="wap"/>
+<apn carrier="Zain NET" mcc="426" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="internet"/>
+<apn carrier="Zain MMS" mcc="426" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.18.83.129" mmsproxy="172.18.85.34" mmsport="80" user="mms" password="mms"/>
+<apn carrier="mopera" mcc="440" mnc="10" apn="mopera.net" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="mopera U(Biz・ホーダ〿" mcc="440" mnc="10" apn="mpr2.bizho.net" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Softbank(open)" mcc="440" mnc="20" apn="open.softbank.ne.jp" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="mmsopen.softbank.ne.jp" mmsport="8080" user="opensoftbank" password="ebMNuX1FIHg9d3DA"/>
+<apn carrier="Softbank(smile.world)" mcc="440" mnc="20" apn="smile.world" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms/" mmsproxy="smilemms.softbank.ne.jp" mmsport="8080" user="dna1trop" password="so2t3k3m2a"/>
+<apn carrier="SKT" mcc="450" mnc="05" apn="web.sktelecom.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://omms.nate.com:9082/oma_mms" mmsproxy="smart.nate.com" mmsport="9093" authtype="3"/>
+<apn carrier="KT" mcc="450" mnc="08" apn="alwayson.ktfwing.com" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.ktfwing.com:9082"/>
+<apn carrier="Mobifone" mcc="452" mnc="01" apn="m-wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mms"/>
+<apn carrier="Mobifone MMS" mcc="452" mnc="01" apn="m-i090" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://203.162.21.114/mmsc" mmsproxy="203.162.21.114" mmsport="3130" user="mms"/>
+<apn carrier="Vinaphone" mcc="452" mnc="02" apn="m3-world" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mms"/>
+<apn carrier="Vinaphone MMS" mcc="452" mnc="02" apn="m3-mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.vinaphone.com.vn" mmsproxy="10.1.10.46" mmsport="8000" user="mms" password="mms"/>
+<apn carrier="Viettelmobile" mcc="452" mnc="04" apn="v-internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Viettelmobile MMS" mcc="452" mnc="04" apn="v-mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.viettelmobile.com.vn/mms/wapenc" mmsproxy="192.168.233.10" mmsport="8080"/>
+<apn carrier="Vietnamobile" mcc="452" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vietnamobile MMS" mcc="452" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.10.128.58/servlets/mms" mmsproxy="10.10.128.44" mmsport="8080"/>
+<apn carrier="BeeLine" mcc="452" mnc="07" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mms"/>
+<apn carrier="Beeline MMS" mcc="452" mnc="07" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="10.16.70.199" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="CSL Data" mcc="454" mnc="00" apn="hkcsl" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.58.171:8002" mmsproxy="192.168.59.51" mmsport="8080" proxy="192.168.59.51" port="8080"/>
+<apn carrier="CSL GPRS" mcc="454" mnc="02" apn="hkcsl" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.58.171:8002" mmsproxy="192.168.59.51" mmsport="8080" proxy="192.168.59.51" port="8080"/>
+<apn carrier="3 LTE" mcc="454" mnc="03" apn="mobile.lte.three.com.hk" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.um.three.com.hk:10021/mmsc" mmsproxy="172.20.97.116" mmsport="8799" authtype="1"/>
+<apn carrier="3-HK" mcc="454" mnc="03" apn="mobile.three.com.hk" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.um.three.com.hk:10021/mmsc" mmsproxy="mms.three.com.hk" mmsport="8799"/>
+<apn carrier="3 (2G) MMS" mcc="454" mnc="04" apn="mms-g.three.com.hk" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.30.15.51:10021/mmsc" mmsproxy="10.30.15.53" mmsport="9201"/>
+<apn carrier="3 (2G)" mcc="454" mnc="04" apn="web-g.three.com.hk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="SmarTone" mcc="454" mnc="06" apn="smartone" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.smartone.com/server" mmsproxy="10.9.9.9" mmsport="8080" authtype="2"/>
+<apn carrier="SMC-Voda Internet" mcc="454" mnc="06" apn="SmarTone-Vodafone" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.smartone-vodafone.com/server" mmsproxy="10.9.9.9" mmsport="8080"/>
+<apn carrier="3gwap" mcc="454" mnc="07" apn="3gwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="one2free 2G" mcc="454" mnc="10" apn="hkcsl" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.58.171:8002" mmsproxy="192.168.59.51" mmsport="8080"/>
+<apn carrier="CMHK Data" mcc="454" mnc="12" apn="cmhk" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.hk.chinamobile.com/mms" authtype="1"/>
+<apn carrier="China Mobile HK MMS" mcc="454" mnc="12" apn="peoples.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.peoples.com.hk/mms" mmsproxy="172.31.31.36" mmsport="8080"/>
+<apn carrier="China Mobile HK" mcc="454" mnc="12" apn="peoples.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="PCCW 2G" mcc="454" mnc="16" apn="pccwdata" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="PCCW 2G MMS" mcc="454" mnc="16" apn="pccwmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.mms.pccwmobile.com:8002/" mmsproxy="10.131.2.8" mmsport="8080"/>
+<apn carrier="PCCW-HKT" mcc="454" mnc="19" apn="pccw" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://3gmms.pccwmobile.com:8080/was" mmsproxy="10.140.14.10" mmsport="8080" authtype="1"/>
+<apn carrier="PCCW 3G" mcc="454" mnc="19" apn="pccw" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://3gmms.pccwmobile.com:8080/was" mmsproxy="10.140.14.10" mmsport="8080"/>
+<apn carrier="SmarTone Macau" mcc="455" mnc="00" apn="smartgprs" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.smartone.com.mo/dmog/mo" mmsproxy="10.9.9.29" mmsport="8080" proxy="10.9.9.29" port="8080"/>
+<apn carrier="CTM" mcc="455" mnc="01" apn="ctm-mobile" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.99.2" port="8080"/>
+<apn carrier="CTM MMS" mcc="455" mnc="01" apn="ctmmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.wap.ctm.net:8002" mmsproxy="192.168.99.3" mmsport="8080"/>
+<apn carrier="Hutchison Macau MMS" mcc="455" mnc="03" apn="mms.hutchisonmacau.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.30.15.51:10021/mmsc" mmsproxy="10.30.15.53" mmsport="8080"/>
+<apn carrier="Hutchison Macau" mcc="455" mnc="03" apn="web-g.three.com.hk" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="hutchison" password="1234"/>
+<apn carrier="CTM" mcc="455" mnc="04" apn="ctm-mobile" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.99.2" port="8080"/>
+<apn carrier="CTM MMS" mcc="455" mnc="04" apn="ctmmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.wap.ctm.net:8002" mmsproxy="192.168.99.3" mmsport="8080"/>
+<apn carrier="qb mms" mcc="456" mnc="04" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6"  mmsproxy="172.16.96.66" mmsport="8080"/>
+<apn carrier="qb web" mcc="456" mnc="04" apn="wap" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="172.16.96.66" port="8080"/>
+<apn carrier="CMWAP" mcc="460" mnc="00" apn="cmwap" type="default,supl,wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="CMNET" mcc="460" mnc="00" apn="cmnet" type="default,supl,net" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国移动彩信 (China Mobile)" mcc="460" mnc="00" apn="cmwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.monternet.com" mmsproxy="10.0.0.172" mmsport="80" proxy="10.0.0.172" port="80"/>
+<apn carrier="IA" mcc="460" mnc="00" apn="" type="ia" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="460" mnc="00" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国联通 3g 网络 (China Unicom)" mcc="460" mnc="01" apn="3gnet" type="default,supl,net" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国联通 GPRS (China Unicom)" mcc="460" mnc="01" apn="uninet" type="default,supl,net" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国联通 Wap 网络 (China Unicom)" mcc="460" mnc="01" apn="3gwap" type="default,wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="中国联通 Wap 网络 (China Unicom)" mcc="460" mnc="01" apn="uniwap" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="中国联通 3g 彩信 (China Unicom)" mcc="460" mnc="01" apn="3gwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.myuni.com.cn" mmsproxy="10.0.0.172" mmsport="80"/>
+<apn carrier="IMS" mcc="460" mnc="01" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国联通彩信 (China Unicom)" mcc="460" mnc="01" apn="uniwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.myuni.com.cn" mmsproxy="10.0.0.172" mmsport="80"/>
+<apn carrier="CMWAP" mcc="460" mnc="02" apn="cmwap" type="default,supl,wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="CMNET" mcc="460" mnc="02" apn="cmnet" type="default,supl,net" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国移动彩信 (China Mobile)" mcc="460" mnc="02" apn="cmwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.monternet.com" mmsproxy="10.0.0.172" mmsport="80" proxy="10.0.0.172" port="80"/>
+<apn carrier="IA" mcc="460" mnc="02" apn="" type="ia" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="460" mnc="02" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="CTWAP" mcc="460" mnc="03" apn="ctwap" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vnet.mobi" mmsproxy="10.0.0.200" mmsport="80" user="ctwap@mycdma.cn" password="vnet.mobi" authtype="3" proxy="10.0.0.200" port="80" ppp="#777"/>
+<apn carrier="CTNET" mcc="460" mnc="03" apn="ctnet" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ctnet@mycdma.cn" password="vnet.mobi" authtype="3" ppp="#777"/>
+<apn carrier="CTNET" mcc="455" mnc="02" apn="ctnet" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ctnet@mycdma.cn" password="vnet.mobi" authtype="3" ppp="#777"/>
+<apn carrier="CMWAP" mcc="460" mnc="07" apn="cmwap" type="default,supl,wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.0.0.172" port="80"/>
+<apn carrier="CMNET" mcc="460" mnc="07" apn="cmnet" type="default,supl,net" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中国移动彩信 (China Mobile)" mcc="460" mnc="07" apn="cmwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.monternet.com" mmsproxy="10.0.0.172" mmsport="80" proxy="10.0.0.172" port="80"/>
+<apn carrier="IA" mcc="460" mnc="07" apn="" type="ia" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IMS" mcc="460" mnc="07" apn="ims" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="CTWAP" mcc="460" mnc="12" apn="ctwap" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vnet.mobi" mmsproxy="10.0.0.200" mmsport="80" user="ctwap@mycdma.cn" password="vnet.mobi" proxy="10.0.0.200" port="80"/>
+<apn carrier="CTNET" mcc="460" mnc="12" apn="ctnet" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ctnet@mycdma.cn" password="vnet.mobi"/>
+<apn carrier="CTWAP" mcc="460" mnc="13" apn="ctwap" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vnet.mobi" mmsproxy="10.0.0.200" mmsport="80" user="ctwap@mycdma.cn" password="vnet.mobi" proxy="10.0.0.200" port="80"/>
+<apn carrier="CTNET" mcc="460" mnc="13" apn="ctnet" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ctnet@mycdma.cn" password="vnet.mobi"/>
+<apn carrier="遠傳電信(Far EasTone) (Fetnet01)" mcc="466" mnc="01" apn="fetnet01" type="supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="210.241.199.199" port="80"/>
+<apn carrier="遠傳電信(Far EasTone) (MMS)" mcc="466" mnc="01" apn="fetnet01" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="210.241.199.199" mmsport="9201"/>
+<apn carrier="遠傳電信(Far EasTone)" mcc="466" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="和信電訊(KGT-Online) (Internet)" mcc="466" mnc="88" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="和信電訊(KGT-Online) (MMS)" mcc="466" mnc="88" apn="kgtmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.kgtmms.net.tw/mms/wapenc" mmsproxy="172.28.33.5" mmsport="8080"/>
+<apn carrier="震旦電信(AURORA) (MMS)" mcc="466" mnc="89" apn="aurorawap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://auroramms" mmsproxy="172.24.128.36" mmsport="8080"/>
+<apn carrier="震旦電信(AURORA) (Internet)" mcc="466" mnc="89" apn="auroraweb" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="威寶電信(VIBO)" mcc="466" mnc="89" apn="vibo" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="172.24.128.36" mmsport="8080"/>
+<apn carrier="中華電信(Chunghwa) (Internet)" mcc="466" mnc="92" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="中華電信(Chunghwa)" mcc="466" mnc="92" apn="emome" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.emome.net:8002" mmsproxy="10.1.1.1" mmsport="8080"/>
+<apn carrier="中華電信網路MMS" mcc="466" mnc="92" apn="emome" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.emome.net:8002" mmsproxy="10.1.1.1" mmsport="8080"/>
+<apn carrier="台灣大哥大(TW Mobile) (Internet)" mcc="466" mnc="93" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="台灣大哥大(TW Mobile) (MMS)" mcc="466" mnc="93" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.catch.net.tw" mmsproxy="10.1.1.2" mmsport="80"/>
+<apn carrier="台灣大哥大(TW Mobile) (twm)" mcc="466" mnc="93" apn="twm" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="台灣大哥大(TW Mobile) (Internet)" mcc="466" mnc="97" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="台灣大哥大(TW Mobile) (MMS)" mcc="466" mnc="97" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.catch.net.tw" mmsproxy="10.1.1.2" mmsport="80"/>
+<apn carrier="台灣大哥大(TW Mobile) (twm)" mcc="466" mnc="97" apn="twm" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="台灣大哥大(TW Mobile) (Internet)" mcc="466" mnc="99" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="台灣大哥大(TW Mobile) (MMS)" mcc="466" mnc="99" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.catch.net.tw" mmsproxy="10.1.1.2" mmsport="80"/>
+<apn carrier="台灣大哥大(TW Mobile) (twm)" mcc="466" mnc="99" apn="twm" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Maxis 2G Internet" mcc="502" mnc="12" apn="net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="maxis" password="wap"/>
+<apn carrier="Maxis 2G MMS" mcc="502" mnc="12" apn="net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.16.74.100:10021/mmsc" mmsproxy="202.75.133.49" mmsport="80" user="maxis" password="wap" server="202.75.133.49"/>
+<apn carrier="Maxis 3G Internet" mcc="502" mnc="12" apn="unet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="maxis" password="wap"/>
+<apn carrier="Maxis 3G MMS" mcc="502" mnc="12" apn="unet" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://172.16.74.100:10021/mmsc" mmsproxy="202.75.133.49" mmsport="80" user="maxis" password="wap" server="202.75.133.49"/>
+<apn carrier="Celcom" mcc="502" mnc="13" apn="celcom3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Celcom MMS" mcc="502" mnc="13" apn="celcom3g" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.celcom.net.my" mmsproxy="10.128.1.242" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="Digi MMS" mcc="502" mnc="16" apn="digimms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.digi.com.my/servlets/mms" mmsproxy="203.92.128.160" mmsport="80" user="mms" password="mms"/>
+<apn carrier="Digi" mcc="502" mnc="16" apn="diginet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="digi" password="digi"/>
+<apn carrier="U Mobile Internet" mcc="502" mnc="18" apn="my3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="U Mobile MMS" mcc="502" mnc="18" apn="my3g" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.30.3.11/servlets/mms" mmsproxy="10.30.5.11" mmsport="8080"/>
+<apn carrier="Celcom 3G" mcc="502" mnc="19" apn="celcom3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.128.1.242" port="8080"/>
+<apn carrier="Celcom MMS" mcc="502" mnc="19" apn="celcom3g" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.celcom.net.my" mmsproxy="10.128.1.242" mmsport="8080"/>
+<apn carrier="Telstra MMS" mcc="505" mnc="01" apn="Telstra.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.telstra.com:8002" mmsproxy="10.1.1.180" mmsport="80"/>
+<apn carrier="Telstra Internet" mcc="505" mnc="01" apn="Telstra.wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Optus Internet" mcc="505" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Optus MMS" mcc="505" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.optus.com.au:8002/" mmsproxy="61.88.190.10" mmsport="8070"/>
+<apn carrier="Optus Internet" mcc="505" mnc="02" apn="yesinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone Mobile Connect" mcc="505" mnc="03" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Lebara WAP" mcc="505" mnc="03" apn="purtona.wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.202.2.20" port="8080"/>
+<apn carrier="Lebara MMS" mcc="505" mnc="03" apn="purtona.wap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://purtona.mms/mmssend" proxy="10.202.2.20" port="8080"/>
+<apn carrier="3Internet" mcc="505" mnc="06" apn="3netaccess" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="3" mcc="505" mnc="06" apn="3services" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.three.net.au:10021/mmsc" mmsproxy="10.176.57.25" mmsport="8799"/>
+<apn carrier="Vodafone Mobile Connect" mcc="505" mnc="07" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Telstra MMS" mcc="505" mnc="11" apn="Telstra.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.telstra.com:8002" mmsproxy="10.1.1.180" mmsport="80"/>
+<apn carrier="Telstra Internet" mcc="505" mnc="11" apn="Telstra.wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="3Internet" mcc="505" mnc="12" apn="3netaccess" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="3" mcc="505" mnc="12" apn="3services" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.three.net.au:10021/mmsc" mmsproxy="10.176.57.25" mmsport="8799"/>
+<apn carrier="LM AU GPRS DATA" mcc="505" mnc="19" apn="data.lycamobile.com.au" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telstra MMS" mcc="505" mnc="71" apn="Telstra.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.telstra.com:8002" mmsproxy="10.1.1.180" mmsport="80"/>
+<apn carrier="Telstra Internet" mcc="505" mnc="71" apn="Telstra.wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telstra MMS" mcc="505" mnc="72" apn="Telstra.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.telstra.com:8002" mmsproxy="10.1.1.180" mmsport="80"/>
+<apn carrier="Telstra Internet" mcc="505" mnc="72" apn="Telstra.wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone Mobile Connect" mcc="505" mnc="88" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Optus Internet" mcc="505" mnc="90" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Optus MMS" mcc="505" mnc="90" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.optus.com.au:8002/" mmsproxy="61.88.190.10" mmsport="8070"/>
+<apn carrier="GLOBE" mcc="515" mnc="02" apn="http.globe.com.ph" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="GLOBE MMS" mcc="515" mnc="02" apn="mms.globe.com.ph" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.40.100.22:10021/mmsc" mmsproxy="203.177.42.21" mmsport="8080"/>
+<apn carrier="SMART GPRS" mcc="515" mnc="03" apn="Smart1" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.102.61.46" port="8080"/>
+<apn carrier="Smart Internet" mcc="515" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="SMART MMS" mcc="515" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.102.61.238:8002" mmsproxy="10.102.61.46" mmsport="8080"/>
+<apn carrier="SUN WAP GPRS" mcc="515" mnc="05" apn="MINTERNET" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="SUN MMS" mcc="515" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmscenter.suncellular.com.ph" mmsproxy="202.138.159.78" mmsport="8080"/>
+<apn carrier="SUN WAP GPRS" mcc="515" mnc="18" apn="redmms" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.138.3.35" port="8080"/>
+<apn carrier="RED MOBILE MMS" mcc="515" mnc="18" apn="redmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.102.61.193:8002/mmsc" mmsproxy="10.138.3.35" mmsport="8080"/>
+<apn carrier="IDEAS" mcc="525" mnc="01" apn="e-ideas" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="IDEAS MMS" mcc="525" mnc="01" apn="e-ideas" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.singtel.com:10021/mmsc" mmsproxy="165.21.42.84" mmsport="8080" user="65IDEAS" password="65IDEAS"/>
+<apn carrier="M1 MMS" mcc="525" mnc="03" apn="Miworld" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsgw:8002" mmsproxy="172.16.14.10" mmsport="9201" proxy="172.16.1.23" port="9201"/>
+<apn carrier="M1" mcc="525" mnc="03" apn="sunsurf" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="65" password="user123"/>
+<apn carrier="StarHub" mcc="525" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Gee! MMS" mcc="525" mnc="05" apn="shmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.starhubgee.com.sg:8002" mmsproxy="10.12.1.80" mmsport="80"/>
+<apn carrier="Gee! (GPRS)" mcc="525" mnc="05" apn="shwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="star" password="hub" proxy="10.12.1.2" port="80"/>
+<apn carrier="Vodafone Mobile Connect" mcc="530" mnc="01" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Vodafone Mobile Connect" mcc="530" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Telecom Internet" mcc="530" mnc="05" apn="internet.telecom.co.nz" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Telecom MMS" mcc="530" mnc="05" apn="wap.telecom.co.nz" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://lsmmsc.xtra.co.nz" mmsproxy="210.55.11.73" mmsport="80"/>
+<apn carrier="2degrees Internet" mcc="530" mnc="24" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="2degrees MMS" mcc="530" mnc="24" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.2degreesmobile.net.nz:48090" mmsproxy="118.148.1.118" mmsport="8080"/>
+<apn carrier="Mobinil MMS" mcc="602" mnc="01" apn="mobinilmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.7.13.24:8002" mmsproxy="62.241.155.54" mmsport="8080"/>
+<apn carrier="Mobinil Alo wap" mcc="602" mnc="01" apn="alowap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone Mobile Connect" mcc="602" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Orange ML" mcc="610" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="internet"/>
+<apn carrier="Orange ML MMS" mcc="610" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.109.6.2/servlets/mms" mmsproxy="10.109.4.35" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="ETISALAT wap" mcc="602" mnc="03" apn="etisalat" type="default,mms,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.71.131.7:38090" mmsproxy="10.71.130.29" mmsport="8080" proxy="10.71.130.29" port="8080"/>
+<apn carrier="Zain NG" mcc="621" mnc="20" apn="internet.ng.zain.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="internet" proxy="172.18.254.5" port="8080"/>
+<apn carrier="Airtel MMS" mcc="621" mnc="20" apn="mms.ng.airtel.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.210.3.239:9800/mm1" mmsproxy="192.168.175.184" mmsport="8080" user="mms" password="mms" authtype="1"/>
+<apn carrier="Airtel NG" mcc="621" mnc="20" apn="internet.ng.airtel.com" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Zain NG" mcc="621" mnc="20" apn="internet.ng.airtel.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="internet" password="internet" port="8080"/>
+<apn carrier="MTN NG" mcc="621" mnc="30" apn="web.gprs.mtnnigeria.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="web" password="web" proxy="10.199.212.2" port="8080"/>
+<apn carrier="MTN NG MMS" mcc="621" mnc="30" apn="web.gprs.mtnnigeria.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.199.212.8/servlets/mms" mmsproxy="10.199.212.2" mmsport="8080" user="web" password="web"/>
+<apn carrier="GLO NG" mcc="621" mnc="50" apn="gloflat" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="flat" password="flat"/>
+<apn carrier="Glo MMS" mcc="621" mnc="50" apn="glomms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gloworld.com/mmsc" mmsproxy="10.100.82.4" mmsport="9201" user="mms" password="mms"/>
+<apn carrier="Glo" mcc="621" mnc="50" apn="glosecure" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.100.82.4" port="8080"/>
+<apn carrier="Etisalat MMS" mcc="621" mnc="60" apn="etisalat" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.71.170.30:38090/was" mmsproxy="10.71.170.5"/>
+<apn carrier="Etisalat WAP" mcc="621" mnc="60" apn="etisalat" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.71.170.5" port="8080"/>
+<apn carrier="Safaricom" mcc="639" mnc="02" apn="safaricom" type="default,supl,mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://www.safaricom.com" mmsproxy="172.22.2.38" mmsport="8080" user="saf" password="data"/>
+<apn carrier="Airtel Internet" mcc="639" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel MMS" mcc="639" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6"  mmsproxy="172.30.9.8" mmsport="8080" user="mms" password="mms" authtype="1"/>
+<apn carrier="yu" mcc="639" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.4.16.6" port="8080"/>
+<apn carrier="yu MMS" mcc="639" mnc="05" apn="iternet" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.4.16.22/servlets/mms" mmsproxy="10.4.16.6" mmsport="8080"/>
+<apn carrier="Orange KE" mcc="639" mnc="07" apn="orange internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="02web" password="02web"/>
+<apn carrier="Orange KE MMS" mcc="639" mnc="07" apn="orange internet" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.orange.co.ke" mmsproxy="10.36.17.130" mmsport="8080" user="02web" password="02web"/>
+<apn carrier="Vodacom" mcc="655" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodacom MMS" mcc="655" mnc="01" apn="mms.vodacom.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.vodacom4me.co.za/" mmsproxy="196.6.128.13" mmsport="8080"/>
+<apn carrier="Vlive!" mcc="655" mnc="01" apn="vlive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="196.6.128.12" port="8080"/>
+<apn carrier="8•ta" mcc="655" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="8•ta mms" mcc="655" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.8ta.com:38090/was" mmsproxy="41.151.254.162" mmsport="8080"/>
+<apn carrier="Cell C Internet" mcc="655" mnc="07" apn="Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Cell C MMS" mcc="655" mnc="07" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.cmobile.co.za" mmsproxy="196.31.116.250" mmsport="8080"/>
+<apn carrier="Virgin Mobile SA Internet" mcc="655" mnc="07" apn="vdata" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Virgin Mobile SA Internet" mcc="655" mnc="07" apn="vmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.virginmobile.co.za" mmsproxy="196.31.116.242" mmsport="8080"/>
+<apn carrier="MTN SA Web" mcc="655" mnc="10" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MTN MMS" mcc="655" mnc="10" apn="myMTN" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.mtn.co.za/mms/wapenc" mmsproxy="196.11.240.241" mmsport="8080" user="mtnmms" password="mtnmms" proxy="196.11.240.241" port="8080"/>
+<apn carrier="MTN GPRS" mcc="655" mnc="10" apn="myMTN" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="mtnwap" proxy="196.11.240.251" port="8080"/>
+<apn carrier="MOVISTAR WAP" mcc="716" mnc="06" apn="wap.movistar.pe" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="movistar@wap" password="movistar" proxy="200.4.196.117" port="8080"/>
+<apn carrier="MOVISTAR MMS" mcc="716" mnc="06" apn="mms.movistar.pe" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.telefonicamovistar.com.pe:8088/mms" mmsproxy="200.4.196.118" mmsport="8080" user="movistar@mms" password="movistar"/>
+<apn carrier="CLARO WAP" mcc="716" mnc="10" apn="wap.claro.pe" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="claro" password="claro" proxy="192.168.231.30" port="80"/>
+<apn carrier="CLARO MMS" mcc="716" mnc="10" apn="mms.claro.pe" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://claro/servlets/mms" mmsproxy="192.168.231.30" mmsport="80" user="claro" password="claro"/>
+<apn carrier="NEXTEL" mcc="716" mnc="17" apn="mms.nextel.com.pe" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.nextel.pe" mmsproxy="129.192.129.104" mmsport="8080"/>
+<apn carrier="TIM MMS" mcc="724" mnc="02" apn="mms.tim.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tim.br" mmsproxy="200.179.66.242" mmsport="8080" user="tim" password="tim"/>
+<apn carrier="TIM WAP FAST" mcc="724" mnc="02" apn="timbrasil.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="tim" password="tim"/>
+<apn carrier="TIM WAP" mcc="724" mnc="02" apn="*600" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap@tim" password="tim"/>
+<apn carrier="TIM MMS" mcc="724" mnc="03" apn="mms.tim.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tim.br" mmsproxy="200.179.66.242" mmsport="8080" user="tim" password="tim"/>
+<apn carrier="TIM WAP FAST" mcc="724" mnc="03" apn="timbrasil.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="tim" password="tim"/>
+<apn carrier="TIM WAP" mcc="724" mnc="03" apn="*600" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap@tim" password="tim"/>
+<apn carrier="TIM MMS" mcc="724" mnc="04" apn="mms.tim.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.tim.br" mmsproxy="200.179.66.242" mmsport="8080" user="tim" password="tim"/>
+<apn carrier="TIM WAP FAST" mcc="724" mnc="04" apn="timbrasil.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="tim" password="tim"/>
+<apn carrier="TIM WAP" mcc="724" mnc="04" apn="*600" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap@tim" password="tim"/>
+<apn carrier="Java Session" mcc="724" mnc="05" apn="java.claro.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Claro" password="claro" authtype="1"/>
+<apn carrier="Claro Dados" mcc="724" mnc="05" apn="claro.com.br" type="dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="Claro" password="claro"/>
+<apn carrier="Claro Foto" mcc="724" mnc="05" apn="mms.claro.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.claro.com.br" mmsproxy="200.169.126.10" mmsport="8799" user="claro" password="claro"/>
+<apn carrier="VIVO MMS" mcc="724" mnc="06" apn="mms.vivo.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://termnat.vivomms.com.br:8088/mms" mmsproxy="200.142.130.104" mmsport="80" user="vivo" password="vivo"/>
+<apn carrier="VIVO ZAP" mcc="724" mnc="06" apn="zap.vivo.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="vivo" password="vivo"/>
+<apn carrier="SCTL MMS" mcc="724" mnc="07" apn="mms.sercomtel.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.claro.com.br" mmsproxy="200.169.126.10" mmsport="8799" user="sercomtel" password="sercomtel"/>
+<apn carrier="SCTL GPRS" mcc="724" mnc="07" apn="sercomtel.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="sercomtel" password="sercomtel"/>
+<apn carrier="VIVO MMS" mcc="724" mnc="10" apn="mms.vivo.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://termnat.vivomms.com.br:8088/mms" mmsproxy="200.142.130.104" mmsport="80" user="vivo" password="vivo"/>
+<apn carrier="VIVO ZAP" mcc="724" mnc="10" apn="zap.vivo.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="vivo" password="vivo"/>
+<apn carrier="VIVO MMS" mcc="724" mnc="11" apn="mms.vivo.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://termnat.vivomms.com.br:8088/mms" mmsproxy="200.142.130.104" mmsport="80" user="vivo" password="vivo"/>
+<apn carrier="VIVO ZAP" mcc="724" mnc="11" apn="zap.vivo.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="vivo" password="vivo"/>
+<apn carrier="BrT WAP 1" mcc="724" mnc="16" apn="wap.brt.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="brt" password="brt" proxy="200.96.8.30" port="8080"/>
+<apn carrier="BrT WAP 2" mcc="724" mnc="16" apn="wap.brt.br" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="brt" password="brt" proxy="200.96.8.30" port="9201"/>
+<apn carrier="BrT MMS" mcc="724" mnc="16" apn="mms.brt.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.brasiltelecom.com.br/" mmsproxy="200.96.8.29" mmsport="8080" user="brt" password="brt"/>
+<apn carrier="TelemigC GPRS" mcc="724" mnc="19" apn="gprs.telemigcelular.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="celular" password="celular"/>
+<apn carrier="Telemig MMS" mcc="724" mnc="19" apn="mmsgprs.telemigcelular.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.telemigcelular.com.br" mmsproxy="200.192.230.142" mmsport="8080" user="celular" password="celular"/>
+<apn carrier="VIVO MMS" mcc="724" mnc="23" apn="mms.vivo.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://termnat.vivomms.com.br:8088/mms" mmsproxy="200.142.130.104" mmsport="80" user="vivo" password="vivo"/>
+<apn carrier="VIVO ZAP" mcc="724" mnc="23" apn="zap.vivo.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="vivo" password="vivo"/>
+<apn carrier="Amazonia MMS" mcc="724" mnc="24" apn="mmsgprs.amazoniacelular.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.amazoniacelular.com.br" mmsproxy="200.192.230.142" mmsport="8080" user="celular" password="celular"/>
+<apn carrier="Amazonia GPRS" mcc="724" mnc="24" apn="gprs.amazoniacelular.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="celular" password="celular"/>
+<apn carrier="OI MMS" mcc="724" mnc="31" apn="mmsgprs.oi.com.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://200.222.42.204:8002" mmsproxy="192.168.10.50" mmsport="3128" user="oimms" password="oioioi"/>
+<apn carrier="OI WAP GPRS" mcc="724" mnc="31" apn="wapgprs.oi.com.br" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="oiwap" password="oioioi" authtype="1" proxy="200.222.108.241" port="3128"/>
+<apn carrier="OI WAP" mcc="724" mnc="31" apn="*600" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="oiwap" password="oioioi" proxy="200.222.108.241" port="3128"/>
+<apn carrier="CTBC MMS" mcc="724" mnc="32" apn="mms.ctbc.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.ctbccelular.com.br/was" mmsproxy="172.29.7.70" mmsport="8080" user="ctbc" password="1212"/>
+<apn carrier="CTBC MMS" mcc="724" mnc="33" apn="mms.ctbc.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.ctbccelular.com.br/was" mmsproxy="172.29.7.70" mmsport="8080" user="ctbc" password="1212"/>
+<apn carrier="CTBC MMS" mcc="724" mnc="34" apn="mms.ctbc.br" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.ctbccelular.com.br/was" mmsproxy="172.29.7.70" mmsport="8080" user="ctbc" password="1212"/>
+<apn carrier="Internet Movil" mcc="730" mnc="01" apn="bam.entelpcs.cl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="entelpcs" password="entelpcs" proxy="10.99.0.10" port="8080"/>
+<apn carrier="Mensajes Multimedia" mcc="730" mnc="01" apn="mms.entelpcs.cl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.entelpcs.cl" mmsproxy="10.99.0.10" mmsport="8080" user="entelpcs" password="entelpcs"/>
+<apn carrier="Movistar" mcc="730" mnc="02" apn="wap.tmovil.cl" type="default,supl,dun" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap" password="wap" proxy="172.17.8.11" port="8080"/>
+<apn carrier="Movistar MMS" mcc="730" mnc="02" apn="mms.tmovil.cl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.movistar.cl" mmsproxy="172.17.8.10" mmsport="8080" user="mms" password="mms"/>
+<apn carrier="WEB CLARO" mcc="730" mnc="03" apn="bam.clarochile.cl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="clarochile" password="clarochile"/>
+<apn carrier="MMS CLARO" mcc="730" mnc="03" apn="mms.clarochile.cl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.clarochile.cl" mmsproxy="172.23.200.200" mmsport="8080" user="clarochile" password="clarochile"/>
+<apn carrier="Internet" mcc="730" mnc="07" apn="imovil.virginmobile.cl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS" mcc="730" mnc="07" apn="mmsc.virginmobile.cl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.virginmobile.cl:1981/mms"/>
+<apn carrier="VTR Internet" mcc="730" mnc="08" apn="movil.vtr.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="VTR MMS" mcc="730" mnc="08" apn="mms.vtr.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.94.162:19090/was" mmsproxy="192.168.94.210"/>
+<apn carrier="Internet Movil" mcc="730" mnc="10" apn="bam.entelpcs.cl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="entelpcs" password="entelpcs" proxy="10.99.0.10" port="8080"/>
+<apn carrier="WEB EPCS" mcc="730" mnc="10" apn="imovil.entelpcs.cl" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="entelpcs" password="entelpcs"/>
+<apn carrier="MMS EPCS" mcc="730" mnc="10" apn="mms.entelpcs.cl" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.entelpcs.cl" mmsproxy="10.99.0.10" mmsport="8080" user="entelmms" password="entelpcs"/>
+<apn carrier="DTAC GPRS" mcc="520" mnc="18" apn="www.dtac.co.th" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="DTAC MMS" mcc="520" mnc="18" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.dtac.co.th:8002" mmsproxy="203.155.200.133" mmsport="8080"/>
+<apn carrier="AIS GPRS" mcc="520" mnc="01" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ais" password="ais"/>
+<apn carrier="AIS MMS" mcc="520" mnc="01" apn="multimedia" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.mobilelife.co.th" mmsproxy="203.170.229.34" mmsport="8080" user="ais" password="ais"/>
+<apn carrier="TRUE GPRS" mcc="520" mnc="99" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="true" password="true"/>
+<apn carrier="TRUE MMS" mcc="520" mnc="99" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.trueworld.net:8002" mmsproxy="10.4.7.39" mmsport="8080" user="true" password="true"/>
+<apn carrier="tot internet" mcc="520" mnc="15" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="tot mms" mcc="520" mnc="15" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tot3g.net:8002" mmsproxy="10.218.24.83" mmsport="8080"/>
+<apn carrier="TrueMove GPRS" mcc="520" mnc="00" apn="hinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="true" password="true"/>
+<apn carrier="TrueMove MMS" mcc="520" mnc="00" apn="hmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.trueh.com:8002/" mmsproxy="10.4.7.39" mmsport="8080" user="true" password="true"/>
+<apn carrier="Telkomsel GPRS" mcc="510" mnc="10" apn="telkomsel" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="wap" password="wap123"/>
+<apn carrier="Telkomsel MMS" mcc="510" mnc="10" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.telkomsel.com" mmsproxy="10.1.89.150" mmsport="8000" user="wap" password="wap123"/>
+<apn carrier="Indosat GPRS" mcc="510" mnc="01" apn="indosatgprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="indosat" password="indosat"/>
+<apn carrier="Indosat MMS" mcc="510" mnc="01" apn="indosatmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.indosat.com" mmsproxy="10.19.19.19" mmsport="8080" user="indosat" password="indosat"/>
+<apn carrier="XL GPRS" mcc="510" mnc="11" apn="www.xlgprs.net" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="xlgprs" password="proxl"/>
+<apn carrier="XL MMS" mcc="510" mnc="11" apn="www.xlmms.net" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.xl.net.id/servlets/mms" mmsproxy="202.152.240.50" mmsport="8080" user="xlgprs" password="proxl"/>
+<apn carrier="3 GPRS" mcc="510" mnc="89" apn="3gprs" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="3gprs" password="3gprs" proxy="10.4.0.10" port="3128"/>
+<apn carrier="3 MMS" mcc="510" mnc="89" apn="3mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.three.co.id" mmsproxy="10.4.0.10" mmsport="3128" user="3mms" password="3mms"/>
+<apn carrier="AXIS GPRS" mcc="510" mnc="08" apn="AXIS" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="axis" password="123456"/>
+<apn carrier="AXIS MMS" mcc="510" mnc="08" apn="AXISmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.AXIS" mmsproxy="10.8.3.8" mmsport="8080" user="axis" password="123456" proxy="10.8.3.8" port="8080"/>
+<apn carrier="VOXWAP" mcc="744" mnc="01" apn="vox.wap" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="vox" password="1234" proxy="172.24.97.29" port="8080"/>
+<apn carrier="VOXINTERNET" mcc="744" mnc="01" apn="vox.internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vox Mms" mcc="744" mnc="01" apn="vox.mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.vox.com.py/mmsc" mmsproxy="172.24.97.29" mmsport="8080"/>
+<apn carrier="WAP GPRS" mcc="744" mnc="02" apn="wap.ctimovil.com.py" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="ctigprs" password="ctigprs999" proxy="170.51.255.240" port="8080"/>
+<apn carrier="Internet Claro" mcc="744" mnc="02" apn="internet.ctimovil.com.py" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="CLARO MMS PY" mcc="744" mnc="02" apn="mms.ctimovil.com.py" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.ctimovil.com.py" mmsproxy="170.51.255.240" mmsport="8080"/>
+<apn carrier="WAP Tigo" mcc="744" mnc="04" apn="wap.tigo.py" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.16.17.12" port="8888"/>
+<apn carrier="Ineternet TIGO" mcc="744" mnc="04" apn="internet.tigo.py" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Tigo" mcc="744" mnc="04" apn="mms.tigo.py" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="10.16.17.12" mmsport="8888"/>
+<apn carrier="Personal WAP" mcc="744" mnc="05" apn="wap.personal.com.py" type="wap" protocol="IPV4V6" roaming_protocol="IPV4V6"  user="personal" password="personal" proxy="172.16.192.6" port="9201"/>
+<apn carrier="Internet Personal" mcc="744" mnc="05" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="WAP PERSONAL" mcc="744" mnc="05" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms" mmsproxy="172.16.192.7" mmsport="8080"/>
+<apn carrier="Ghana MTN" mcc="620" mnc="01" apn="internet" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Vodafone Mobile Connect" mcc="620" mnc="02" apn="WWW" type="" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms1.live.vodafone.in/mms/"/>
+<apn carrier="Ghana Tigo" mcc="620" mnc="03" apn="web.tigo.com.gh" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="MMS Tigo" mcc="620" mnc="03" apn="wap.tigo.com.gh" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc.tigo.com.gh:19090" mmsproxy="10.4.1.7" mmsport="8080"/>
+<apn carrier="Ghana Airtel" mcc="620" mnc="06" apn="web" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Ghana glo" mcc="620" mnc="07" apn="internet" type="" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="25" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="25" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="25" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="26" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="26" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="26" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="27" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="27" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="27" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="28" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="28" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="28" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="29" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="29" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="29" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="30" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="30" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="30" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="31" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="31" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="31" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="32" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="32" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="32" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="33" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="33" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TataDOCOMO MMS" mcc="405" mnc="33" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="34" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="34" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="34" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="35" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="35" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="35" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="36" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="36" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="36" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="37" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="37" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="37" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="38" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="38" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="38" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="39" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="39" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="39" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="40" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="40" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TataDOCOMO MMS" mcc="405" mnc="40" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="41" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="41" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="41" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="42" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="42" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="42" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="43" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="43" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="43" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="44" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="44" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="44" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="45" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="45" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="45" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="46" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="46" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="46" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="TATA DOCOMO INTERNET" mcc="405" mnc="47" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO STREAMING" mcc="405" mnc="47" apn="Tata.Docomo.Internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="TATA DOCOMO MMS" mcc="405" mnc="47" apn="Tata.Docomo.MMS" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc/" mmsproxy="10.124.26.94" mmsport="8799"/>
+<apn carrier="Jionet" mcc="405" mnc="840" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="854" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="855" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="856" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="857" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="858" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="859" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="860" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="861" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="862" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="863" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="864" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="865" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="866" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="867" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="868" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="869" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="870" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="871" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="872" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="873" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Jionet" mcc="405" mnc="874" apn="Jionet" type="default,supl,xcap" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Ims" mcc="405" mnc="840" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="854" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="855" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="856" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="857" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="858" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="859" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="860" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="861" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="862" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="863" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="864" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="865" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="866" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="867" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="868" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="869" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="870" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="871" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="872" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="873" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Ims" mcc="405" mnc="874" apn="IMS" type="ims" protocol="IPV4V6" roaming_protocol="IPV4V6" bearer_bitmask ="1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="840" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="854" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="855" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="856" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="857" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="858" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="859" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="860" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="861" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="862" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="863" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="864" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="865" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="866" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="867" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="868" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="869" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="870" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="871" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="872" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="873" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Emergency Ims" mcc="405" mnc="874" apn="" type="emergency" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="NTWAP" mcc="429" mnc="01" apn="ntwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.80.7.133" port="8000"/>
+<apn carrier="NTinternet" mcc="429" mnc="01" apn="ntnet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="NTMMS" mcc="429" mnc="01" apn="ntmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.80.11.180" mmsproxy="192.80.7.133" mmsport="8000"/>
+<apn carrier="Ncell WAP" mcc="429" mnc="02" apn="web" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.19.15" port="8080"/>
+<apn carrier="Ncell MMS" mcc="429" mnc="02" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.19.15" mmsproxy="192.168.19.15" mmsport="8080"/>
+<apn carrier="Robi-WAP" mcc="470" mnc="02" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.023.007" port="9208"/>
+<apn carrier="Robi-INTERNET" mcc="470" mnc="02" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Robi-MMS" mcc="470" mnc="02" apn="wap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.23.4/was" mmsproxy="192.168.023.007" mmsport="9208"/>
+<apn carrier="BL-WAP" mcc="470" mnc="03" apn="blwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="010.10.055.034" port="8799"/>
+<apn carrier="BL-WEB" mcc="470" mnc="03" apn="blweb" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="BL-MMS" mcc="470" mnc="03" apn="blmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mmsc1:10021/mmsc/01" mmsproxy="010.010.055.034" mmsport="8799"/>
+<apn carrier="Airtel wap BG" mcc="470" mnc="06" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="010.006.000.002" port="8080"/>
+<apn carrier="Airtel Internet BG" mcc="470" mnc="06" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel mms BG" mcc="470" mnc="06" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.6.0.21/servlets/mms" mmsproxy="010.006.000.002" mmsport="8080"/>
+<apn carrier="Airtel wap BG" mcc="470" mnc="07" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="010.006.000.002" port="8080"/>
+<apn carrier="Airtel Internet BG" mcc="470" mnc="07" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel mms BG" mcc="470" mnc="07" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://10.6.0.21/servlets/mms" mmsproxy="010.006.000.002" mmsport="8080"/>
+<apn carrier="Teletalk-wap" mcc="470" mnc="04" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.145.101" port="9201"/>
+<apn carrier="Teletalk-internet" mcc="470" mnc="04" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="GP-WAP" mcc="470" mnc="01" apn="gpwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.128.001.002" port="8080"/>
+<apn carrier="GP-INTERNET" mcc="470" mnc="01" apn="gpinternet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="GP-MMS" mcc="470" mnc="01" apn="gpmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.gpsurf.net/servlets/mms" mmsproxy="010.128.001.002" mmsport="8080"/>
+<apn carrier="Mobitel WAP" mcc="413" mnc="01" apn="mobitel3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.050.163" port="8080"/>
+<apn carrier="Mobitel Internet" mcc="413" mnc="01" apn="mobitel3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Mobitel MMS" mcc="413" mnc="01" apn="wapmms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://192.168.050.165" mmsproxy="192.168.050.163" mmsport="8080"/>
+<apn carrier="Dialog WAP Prepaid" mcc="413" mnc="02" apn="ppwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.122.002" port="8080"/>
+<apn carrier="Dialog WAP Postpaid" mcc="413" mnc="02" apn="www.dialogsl.com" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.122.002" port="8080"/>
+<apn carrier="Dialog Internet Prepaid" mcc="413" mnc="02" apn="ppwap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Dialog Internet Postpaid" mcc="413" mnc="02" apn="dialogbb" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Dialog MMS Prepaid" mcc="413" mnc="02" apn="ppwap" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.dialog.lk:3130/mmsc" mmsproxy="192.168.122.002" mmsport="8080"/>
+<apn carrier="Dialog MMS Postpaid" mcc="413" mnc="02" apn="www.dialogsl.com" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.dialog.lk:3130/mmsc" mmsproxy="192.168.122.002" mmsport="8080"/>
+<apn carrier="Etisalat WAP" mcc="413" mnc="03" apn="wap" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="192.168.104.004" port="9401"/>
+<apn carrier="Etisalat Internet Prepaid" mcc="413" mnc="03" apn="web" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Etisalat Intenet Postpaid" mcc="413" mnc="03" apn="internet" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Etisalat MMS" mcc="413" mnc="03" apn="mms" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.etisalat.lk:8085" mmsproxy="192.168.104.004" mmsport="9401"/>
+<apn carrier="Airtel WAP SL" mcc="413" mnc="05" apn="AirtelLive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.200.184.086" port="8080"/>
+<apn carrier="Airtel prepaid Internet" mcc="413" mnc="05" apn="airtellive" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel postpaid Internet" mcc="413" mnc="05" apn="airteldata" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+<apn carrier="Airtel MMS SL" mcc="413" mnc="05" apn="AirtelLive" type="mms" protocol="IPV4V6" roaming_protocol="IPV4V6" mmsc="http://mms.Airtel.lk" mmsproxy="10.200.184.086" mmsport="8080"/>
+<apn carrier="Hutch WAP" mcc="413" mnc="08" apn="hutch3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6" proxy="10.220.135.249" port="8080"/>
+<apn carrier="Hutch Internet" mcc="413" mnc="08" apn="hutch3g" type="default,supl" protocol="IPV4V6" roaming_protocol="IPV4V6"/>
+</apns>
\ No newline at end of file
diff --git a/system/etc/audio_effects.conf b/system/etc/audio_effects.conf
new file mode 100644
index 0000000000000000000000000000000000000000..c0789351772e090e6c3e9785b933e814fe815729
--- /dev/null
+++ b/system/etc/audio_effects.conf
@@ -0,0 +1,195 @@
+# List of effect libraries to load. Each library element must contain a "path" element
+# giving the full path of the library .so file.
+#    libraries {
+#        <lib name> {
+#          path <lib path>
+#        }
+#    }
+libraries {
+# This is a proxy library that will be an abstraction for
+# the HW and SW effects
+
+  #proxy {
+    #path /vendor/lib/soundfx/libeffectproxy.so
+  #}
+
+# This is the SW implementation library of the effect
+  #libSW {
+    #path /vendor/lib/soundfx/libswwrapper.so
+  #}
+
+# This is the HW implementation library for the effect
+  #libHW {
+    #path /vendor/lib/soundfx/libhwwrapper.so
+  #}
+
+  bundle {
+    path /vendor/lib/soundfx/libbundlewrapper.so
+  }
+  reverb {
+    path /vendor/lib/soundfx/libreverbwrapper.so
+  }
+  visualizer {
+    path /vendor/lib/soundfx/libvisualizer.so
+  }
+  downmix {
+    path /vendor/lib/soundfx/libdownmix.so
+  }
+  loudness_enhancer {
+    path /vendor/lib/soundfx/libldnhncr.so
+  }
+    arkamys {
+    path /vendor/lib/soundfx/libarkamys.so
+  }
+}
+
+# Default pre-processing library. Add to audio_effect.conf "libraries" section if
+# audio HAL implements support for default software audio pre-processing effects
+#
+#  pre_processing {
+#    path /vendor/lib/soundfx/libaudiopreprocessing.so
+#  }
+
+# list of effects to load. Each effect element must contain a "library" and a "uuid" element.
+# The value of the "library" element must correspond to the name of one library element in the
+# "libraries" element.
+# The name of the effect element is indicative, only the value of the "uuid" element
+# designates the effect.
+# The uuid is the implementation specific UUID as specified by the effect vendor. This is not the
+# generic effect type UUID.
+#    effects {
+#        <fx name> {
+#            library <lib name>
+#            uuid <effect uuid>
+#        }
+#        ...
+#    }
+
+effects {
+
+# additions for the proxy implementation
+# Proxy implementation
+  #effectname {
+    #library proxy
+    #uuid  xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
+
+    # SW implemetation of the effect. Added as a node under the proxy to
+    # indicate this as a sub effect.
+      #libsw {
+         #library libSW
+         #uuid  yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
+      #} End of SW effect
+
+    # HW implementation of the effect. Added as a node under the proxy to
+    # indicate this as a sub effect.
+      #libhw {
+         #library libHW
+         #uuid  zzzzzzzz-zzzz-zzzz-zzzz-zzzzzzzzzzzz
+      #}End of HW effect
+  #} End of effect proxy
+
+  Arkamysfx {
+    library arkamys
+    uuid 17852d50-161e-11e2-892e-0800200c9a66
+  }
+  bassboost {
+    library bundle
+    uuid 8631f300-72e2-11df-b57e-0002a5d5c51b
+  }
+  virtualizer {
+    library bundle
+    uuid 1d4033c0-8557-11df-9f2d-0002a5d5c51b
+  }
+  equalizer {
+    library bundle
+    uuid ce772f20-847d-11df-bb17-0002a5d5c51b
+  }
+  volume {
+    library bundle
+    uuid 119341a0-8469-11df-81f9-0002a5d5c51b
+  }
+  reverb_env_aux {
+    library reverb
+    uuid 4a387fc0-8ab3-11df-8bad-0002a5d5c51b
+  }
+  reverb_env_ins {
+    library reverb
+    uuid c7a511a0-a3bb-11df-860e-0002a5d5c51b
+  }
+  reverb_pre_aux {
+    library reverb
+    uuid f29a1400-a3bb-11df-8ddc-0002a5d5c51b
+  }
+  reverb_pre_ins {
+    library reverb
+    uuid 172cdf00-a3bc-11df-a72f-0002a5d5c51b
+  }
+  visualizer {
+    library visualizer
+    uuid d069d9e0-8329-11df-9168-0002a5d5c51b
+  }
+  downmix {
+    library downmix
+    uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
+  }
+  loudness_enhancer {
+    library loudness_enhancer
+    uuid fa415329-2034-4bea-b5dc-5b381c8d1e2c
+  }
+}
+
+# Default pre-processing effects. Add to audio_effect.conf "effects" section if
+# audio HAL implements support for them.
+#
+#  agc {
+#    library pre_processing
+#    uuid aa8130e0-66fc-11e0-bad0-0002a5d5c51b
+#  }
+#  aec {
+#    library pre_processing
+#    uuid bb392ec0-8d4d-11e0-a896-0002a5d5c51b
+#  }
+#  ns {
+#    library pre_processing
+#    uuid c06c8400-8e06-11e0-9cb6-0002a5d5c51b
+#  }
+
+# Audio preprocessor configurations.
+# The pre processor configuration consists in a list of elements each describing
+# pre processor settings for a given input source. Valid input source names are:
+# "mic", "camcorder", "voice_recognition", "voice_communication"
+# Each input source element contains a list of effects elements. The name of the effect
+# element must be the name of one of the effects in the "effects" list of the file.
+# Each effect element may optionally contain a list of parameters and their
+# default value to apply when the pre processor effect is created.
+# A parameter is defined by a "param" element and a "value" element. Each of these elements
+# consists in one or more elements specifying a type followed by a value.
+# The types defined are: "int", "short", "float", "bool" and "string"
+# When both "param" and "value" are a single int, a simple form is allowed where just
+# the param and value pair is present in the parameter description
+#    pre_processing {
+#        <input source name> {
+#            <fx name> {
+#                <param 1 name> {
+#                    param {
+#                        int|short|float|bool|string <value>
+#                        [ int|short|float|bool|string <value> ]
+#                        ...
+#                    }
+#                    value {
+#                        int|short|float|bool|string <value>
+#                        [ int|short|float|bool|string <value> ]
+#                        ...
+#                    }
+#                }
+#                <param 2 name > {<param> <value>}
+#                ...
+#            }
+#            ...
+#        }
+#        ...
+#    }
+
+#
+# TODO: add default audio pre processor configurations after debug and tuning phase
+#
diff --git a/system/etc/audio_policy_configuration.xml b/system/etc/audio_policy_configuration.xml
new file mode 100644
index 0000000000000000000000000000000000000000..7af2f810a76eba84e3ee5fbcdef160dd06be9d29
--- /dev/null
+++ b/system/etc/audio_policy_configuration.xml
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Copyright (C) 2015 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.
+-->
+
+<audioPolicyConfiguration version="1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <!-- version section contains a “version” tag in the form “major.minor” e.g version=”1.0” -->
+
+    <!-- Global configuration Decalaration -->
+    <globalConfiguration speaker_drc_enabled="true"/>
+
+
+    <!-- Modules section:
+        There is one section per audio HW module present on the platform.
+        Each module section will contains two mandatory tags for audio HAL “halVersion” and “name”.
+        The module names are the same as in current .conf file:
+                “primary”, “A2DP”, “remote_submix”, “USB”
+        Each module will contain the following sections:
+        “devicePorts”: a list of device descriptors for all input and output devices accessible via this
+        module.
+        This contains both permanently attached devices and removable devices.
+        “mixPorts”: listing all output and input streams exposed by the audio HAL
+        “routes”: list of possible connections between input and output devices or between stream and
+        devices.
+            "route": is defined by an attribute:
+                -"type": <mux|mix> means all sources are mutual exclusive (mux) or can be mixed (mix)
+                -"sink": the sink involved in this route
+                -"sources": all the sources than can be connected to the sink via vis route
+        “attachedDevices”: permanently attached devices.
+        The attachedDevices section is a list of devices names. The names correspond to device names
+        defined in <devicePorts> section.
+        “defaultOutputDevice”: device to be used by default when no policy rule applies
+    -->
+    <modules>
+        <!-- Primary Audio HAL -->
+        <module name="primary" halVersion="3.0">
+            <attachedDevices>
+                <item>Speaker</item>
+                <item>Built-In Mic</item>
+                <item>Built-In Back Mic</item>
+            </attachedDevices>
+            <defaultOutputDevice>Speaker</defaultOutputDevice>
+            <mixPorts>
+                <mixPort name="primary output" role="source" flags="AUDIO_OUTPUT_FLAG_PRIMARY">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                </mixPort>
+                <mixPort name="deep_buffer" role="source"
+                        flags="AUDIO_OUTPUT_FLAG_DEEP_BUFFER">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                </mixPort>
+                <mixPort name="compressed_offload" role="source"
+                         flags="AUDIO_OUTPUT_FLAG_DIRECT|AUDIO_OUTPUT_FLAG_COMPRESS_OFFLOAD|AUDIO_OUTPUT_FLAG_NON_BLOCKING">
+                    <profile name="" format="AUDIO_FORMAT_MP3"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
+                    <profile name="" format="AUDIO_FORMAT_AAC"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
+                    <profile name="" format="AUDIO_FORMAT_AAC_LC"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_OUT_STEREO,AUDIO_CHANNEL_OUT_MONO"/>
+                </mixPort>
+                <mixPort name="voice_tx" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
+                </mixPort>
+                <mixPort name="primary input" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
+                </mixPort>
+                <mixPort name="voice_rx" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
+                </mixPort>
+            </mixPorts>
+            <devicePorts>
+                <!-- Output devices declaration, i.e. Sink DEVICE PORT -->
+                <devicePort tagName="Earpiece" type="AUDIO_DEVICE_OUT_EARPIECE" role="sink">
+                   <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                            samplingRates="48000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
+                </devicePort>
+                <devicePort tagName="Speaker" role="sink" type="AUDIO_DEVICE_OUT_SPEAKER" address="">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                    <gains>
+                        <gain name="gain_1" mode="AUDIO_GAIN_MODE_JOINT"
+                              minValueMB="-8400"
+                              maxValueMB="4000"
+                              defaultValueMB="0"
+                              stepValueMB="100"/>
+                    </gains>
+                </devicePort>
+                <devicePort tagName="Wired Headset" type="AUDIO_DEVICE_OUT_WIRED_HEADSET" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                </devicePort>
+                <devicePort tagName="Wired Headphones" type="AUDIO_DEVICE_OUT_WIRED_HEADPHONE" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                </devicePort>
+                <devicePort tagName="BT SCO" type="AUDIO_DEVICE_OUT_BLUETOOTH_SCO" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
+                </devicePort>
+                <devicePort tagName="BT SCO Headset" type="AUDIO_DEVICE_OUT_BLUETOOTH_SCO_HEADSET" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
+                </devicePort>
+                <devicePort tagName="BT SCO Car Kit" type="AUDIO_DEVICE_OUT_BLUETOOTH_SCO_CARKIT" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
+                </devicePort>
+                <devicePort tagName="Telephony Tx" type="AUDIO_DEVICE_OUT_TELEPHONY_TX" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_OUT_MONO"/>
+                </devicePort>
+
+                <devicePort tagName="Built-In Mic" type="AUDIO_DEVICE_IN_BUILTIN_MIC" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
+                </devicePort>
+                <devicePort tagName="Built-In Back Mic" type="AUDIO_DEVICE_IN_BACK_MIC" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
+                </devicePort>
+                <devicePort tagName="Wired Headset Mic" type="AUDIO_DEVICE_IN_WIRED_HEADSET" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
+                             channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK"/>
+                </devicePort>
+                <devicePort tagName="BT SCO Headset Mic" type="AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
+                </devicePort>
+                <devicePort tagName="Telephony Rx" type="AUDIO_DEVICE_IN_TELEPHONY_RX" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="8000,16000" channelMasks="AUDIO_CHANNEL_IN_MONO"/>
+                </devicePort>
+            </devicePorts>
+            <!-- route declaration, i.e. list all available sources for a given sink -->
+            <routes>
+                <route type="mix" sink="Earpiece"
+                       sources="primary output,deep_buffer,BT SCO Headset Mic"/>
+                <route type="mix" sink="Speaker"
+                       sources="primary output,deep_buffer,compressed_offload,BT SCO Headset Mic,Telephony Rx"/>
+                <route type="mix" sink="Wired Headset"
+                       sources="primary output,deep_buffer,compressed_offload,BT SCO Headset Mic,Telephony Rx"/>
+                <route type="mix" sink="Wired Headphones"
+                       sources="primary output,deep_buffer,compressed_offload,BT SCO Headset Mic,Telephony Rx"/>
+                <route type="mix" sink="Telephony Tx"
+                       sources="voice_tx"/>
+                <route type="mix" sink="primary input"
+                       sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic"/>
+                <route type="mix" sink="Telephony Tx"
+                       sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic"/>
+                <route type="mix" sink="voice_rx"
+                       sources="Telephony Rx"/>
+            </routes>
+
+        </module>
+
+        <!-- HDMI Audio HAL -->
+        <module description="HDMI Audio HAL" name="hdmi" version="2.0">
+            <mixPorts>
+                <mixPort name="hdmi output" role="source">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT" samplingRates="48000"/>
+                </mixPort>
+            </mixPorts>
+            <devicePorts>
+                <devicePort tagName="HDMI Out" type="AUDIO_DEVICE_OUT_AUX_DIGITAL" role="sink">
+                    <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                             samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+                </devicePort>
+            </devicePorts>
+            <routes>
+                <route type="mix" sink="HDMI Out"
+                       sources="hdmi output"/>
+            </routes>
+        </module>
+
+        <!-- A2dp Audio HAL -->
+        <xi:include href="a2dp_audio_policy_configuration.xml"/>
+
+        <!-- Usb Audio HAL -->
+        <xi:include href="usb_audio_policy_configuration.xml"/>
+
+        <!-- Remote Submix Audio HAL -->
+        <xi:include href="r_submix_audio_policy_configuration.xml"/>
+
+    </modules>
+    <!-- End of Modules section -->
+
+    <!-- Volume section -->
+
+    <xi:include href="audio_policy_volumes.xml"/>
+    <xi:include href="default_volume_tables.xml"/>
+
+    <!-- End of Volume section -->
+
+</audioPolicyConfiguration>
diff --git a/system/etc/audio_policy_configuration_stub.xml b/system/etc/audio_policy_configuration_stub.xml
new file mode 100644
index 0000000000000000000000000000000000000000..26c381f561c394db2b01078a23b7cca11bd271e6
--- /dev/null
+++ b/system/etc/audio_policy_configuration_stub.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Copyright (C) 2016 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.
+-->
+
+<audioPolicyConfiguration version="1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <modules>
+        <!-- Stub Audio HAL -->
+        <xi:include href="stub_audio_policy_configuration.xml"/>
+
+        <!-- Remote Submix Audio HAL -->
+        <xi:include href="r_submix_audio_policy_configuration.xml"/>
+
+    </modules>
+
+    <xi:include href="audio_policy_volumes.xml"/>
+    <xi:include href="default_volume_tables.xml"/>
+
+</audioPolicyConfiguration>
diff --git a/system/etc/audio_policy_volumes.xml b/system/etc/audio_policy_volumes.xml
new file mode 100644
index 0000000000000000000000000000000000000000..43a47b045ea17d9ed9e5a01bf516567fb1d440d2
--- /dev/null
+++ b/system/etc/audio_policy_volumes.xml
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<!-- Volume section defines a volume curve for a given use case and device category.
+It contains a list of points of this curve expressing the attenuation in Millibels for a given
+volume index from 0 to 100.
+<volume stream=”AUDIO_STREAM_MUSIC” deviceCategory=””>
+<point>0,-9600</point>
+<point>100,0</point>
+</volume>
+-->
+
+<volumes>
+    <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_HEADSET">
+        <point>0,-4200</point>
+        <point>33,-2800</point>
+        <point>66,-1400</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_SPEAKER">
+        <point>0,-2400</point>
+        <point>33,-1600</point>
+        <point>66,-800</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EARPIECE">
+        <point>0,-2400</point>
+        <point>33,-1600</point>
+        <point>66,-800</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_VOICE_CALL" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                             ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_HEADSET">
+        <point>1,-3000</point>
+        <point>33,-2600</point>
+        <point>66,-2200</point>
+        <point>100,-1800</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                         ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                         ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_SYSTEM" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                         ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                       ref="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_SPEAKER">
+        <point>1,-2970</point>
+        <point>33,-2010</point>
+        <point>66,-1020</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                       ref="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_RING" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                       ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                        ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                        ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                        ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_MUSIC" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                        ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                        ref="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_SPEAKER">
+        <point>1,-2970</point>
+        <point>33,-2010</point>
+        <point>66,-1020</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                        ref="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ALARM" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                        ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                               ref="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_SPEAKER">
+        <point>1,-2970</point>
+        <point>33,-2010</point>
+        <point>66,-1020</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                               ref="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_NOTIFICATION" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                               ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_HEADSET">
+        <point>0,-4200</point>
+        <point>33,-2800</point>
+        <point>66,-1400</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_SPEAKER">
+        <point>0,-2400</point>
+        <point>33,-1600</point>
+        <point>66,-800</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_EARPIECE">
+        <point>0,-4200</point>
+        <point>33,-2800</point>
+        <point>66,-1400</point>
+        <point>100,0</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_BLUETOOTH_SCO" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                                ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_HEADSET">
+        <point>1,-3000</point>
+        <point>33,-2600</point>
+        <point>66,-2200</point>
+        <point>100,-1800</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                                   ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                                   ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ENFORCED_AUDIBLE" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                                   ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_HEADSET">
+        <point>1,-3000</point>
+        <point>33,-2600</point>
+        <point>66,-2200</point>
+        <point>100,-1800</point>
+    </volume>
+    <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                       ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                       ref="DEFAULT_SYSTEM_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_DTMF" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                       ref="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                      ref="SILENT_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                      ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                      ref="SILENT_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_TTS" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                      ref="SILENT_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                                ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                                ref="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                                ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_ACCESSIBILITY" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                                ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                            ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                            ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                            ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_REROUTING" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                            ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_HEADSET"
+                                        ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_SPEAKER"
+                                        ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_EARPIECE"
+                                        ref="FULL_SCALE_VOLUME_CURVE"/>
+    <volume stream="AUDIO_STREAM_PATCH" deviceCategory="DEVICE_CATEGORY_EXT_MEDIA"
+                                        ref="FULL_SCALE_VOLUME_CURVE"/>
+</volumes>
+
diff --git a/system/etc/bluetooth/bt_did.conf b/system/etc/bluetooth/bt_did.conf
new file mode 100644
index 0000000000000000000000000000000000000000..942a854f5f020ae20c76721149dfb15f241666b0
--- /dev/null
+++ b/system/etc/bluetooth/bt_did.conf
@@ -0,0 +1,88 @@
+# Device ID (DID) configuration
+[DID1]
+
+# Primary Record - true or false (default)
+# There can be only one primary record
+primaryRecord = true
+
+# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
+# 0x000F = Broadcom Corporation (default)
+#vendorId = 0x000F
+
+# Set right vendorId
+vendorId = 0x0046
+
+# Vendor ID Source
+# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
+# 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
+#vendorIdSource = 0x0001
+
+# Product ID & Product Version
+# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
+# JJ: major version number, M: minor version number, N: sub-minor version number
+# For example: 1200, v14.3.6
+productId = 0x1200
+version = 0x1436
+
+# Optional attributes
+#clientExecutableURL =
+#serviceDescription =
+#documentationURL =
+
+#=================================================================================================#
+# Device ID (DID) configuration
+[DID2]
+
+# Primary Record - true or false (default)
+# There can be only one primary record
+#primaryRecord = false
+
+# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
+# 0x000F = Broadcom Corporation (default)
+#vendorId = 0x000F
+
+# Vendor ID Source
+# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
+# 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
+#vendorIdSource = 0x0001
+
+# Product ID & Product Version
+# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
+# JJ: major version number, M: minor version number, N: sub-minor version number
+# Default: 0x0000, v00.0.0
+#productId = 0x0000
+#version = 0x0000
+
+# Optional attributes
+#clientExecutableURL =
+#serviceDescription =
+#documentationURL =
+
+#=================================================================================================#
+# Device ID (DID) configuration
+[DID3]
+
+# Primary Record - true or false (default)
+# There can be only one primary record
+#primaryRecord = false
+
+# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
+# 0x000F = Broadcom Corporation (default)
+#vendorId = 0x000F
+
+# Vendor ID Source
+# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)
+# 0x0002 = USB Implementer's Forum assigned Device ID Vendor ID value
+#vendorIdSource = 0x0001
+
+# Product ID & Product Version
+# Per spec DID v1.3 0xJJMN for version is interpreted as JJ.M.N
+# JJ: major version number, M: minor version number, N: sub-minor version number
+# Default: 0x0000, v00.0.0
+#productId = 0x0000
+#version = 0x0000
+
+# Optional attributes
+#clientExecutableURL =
+#serviceDescription =
+#documentationURL =
diff --git a/system/etc/bluetooth/bt_stack.conf b/system/etc/bluetooth/bt_stack.conf
new file mode 100644
index 0000000000000000000000000000000000000000..f1557b162d368cc820e614f46fc947894e822f99
--- /dev/null
+++ b/system/etc/bluetooth/bt_stack.conf
@@ -0,0 +1,67 @@
+# Enable trace level reconfiguration function
+# Must be present before any TRC_ trace level settings
+TraceConf=true
+
+# Trace level configuration
+#   BT_TRACE_LEVEL_NONE    0    ( No trace messages to be generated )
+#   BT_TRACE_LEVEL_ERROR   1    ( Error condition trace messages )
+#   BT_TRACE_LEVEL_WARNING 2    ( Warning condition trace messages )
+#   BT_TRACE_LEVEL_API     3    ( API traces )
+#   BT_TRACE_LEVEL_EVENT   4    ( Debug messages for events )
+#   BT_TRACE_LEVEL_DEBUG   5    ( Full debug messages )
+#   BT_TRACE_LEVEL_VERBOSE 6    ( Verbose messages ) - Currently supported for TRC_BTAPP only.
+TRC_BTM=2
+TRC_HCI=2
+TRC_L2CAP=2
+TRC_RFCOMM=2
+TRC_OBEX=2
+TRC_AVCT=2
+TRC_AVDT=2
+TRC_AVRC=2
+TRC_AVDT_SCB=2
+TRC_AVDT_CCB=2
+TRC_A2D=2
+TRC_SDP=2
+TRC_SMP=2
+TRC_BTAPP=2
+TRC_BTIF=2
+TRC_BNEP=2
+TRC_PAN=2
+TRC_HID_HOST=2
+TRC_HID_DEV=2
+
+# This is Log configuration for new C++ code using LOG() macros.
+# See libchrome/base/logging.h for description on how to configure your logs.
+# sample configuration:
+#LoggingV=--v=0
+#LoggingVModule=--vmodule=*/btm/*=1,btm_ble_multi*=2,btif_*=1
+
+# PTS testing helpers
+
+# Secure connections only mode.
+# PTS_SecurePairOnly=true
+
+# Disable LE Connection updates
+#PTS_DisableConnUpdates=true
+
+# Disable BR/EDR discovery after LE pairing to avoid cross key derivation errors
+#PTS_DisableSDPOnLEPair=true
+
+# SMP Pair options (formatted as hex bytes) auth, io, ikey, rkey, ksize
+#PTS_SmpOptions=0xD,0x4,0xf,0xf,0x10
+
+# SMP Certification Failure Cases
+# Set any of the following SMP error values (from smp_api_types.h)
+# to induce pairing failues for various PTS SMP test cases.
+# Setting PTS_SmpFailureCase to 0 means normal operation.
+# Failure modes:
+#
+#  SMP_PASSKEY_ENTRY_FAIL = 1
+#  SMP_PAIR_AUTH_FAIL = 3
+#  SMP_CONFIRM_VALUE_ERR = 4
+#  SMP_PAIR_NOT_SUPPORT = 5
+#  SMP_PAIR_FAIL_UNKNOWN = 8
+#  SMP_REPEATED_ATTEMPTS = 9
+#  SMP_NUMERIC_COMPAR_FAIL = 12
+#PTS_SmpFailureCase=0
+
diff --git a/system/etc/bluetooth/mtk_bt_fw.conf b/system/etc/bluetooth/mtk_bt_fw.conf
new file mode 100644
index 0000000000000000000000000000000000000000..0c65fe905e279a1024a26c8d25952ea689d47618
--- /dev/null
+++ b/system/etc/bluetooth/mtk_bt_fw.conf
@@ -0,0 +1,84 @@
+#
+# Control FW Log
+#
+
+[MtkBtFwLogOff]
+# FCBE switch
+# Ex. Disable FWlog to set C1 = 01 BE FC 01 00 / Enable FWlog to set C1 = 01 BE FC 01 05
+C1      = 01 BE FC 01 00
+# FC5F filter
+C2      = 01 5F FC 2A 50 01 09 00 00 00
+# FC5F group filter bitmap
+# SYS
+C201    = 00 00 00 00
+# TIM
+C202    = 00 00 00 00
+# PKV
+C203    = 00 00 00 00
+# LC
+C204    = 00 00 00 00
+# LL
+C205    = 00 00 00 00
+# ANT
+C206    = 00 00 00 00
+# LMP
+C207    = 00 00 00 00
+# CO
+C208    = 00 00 00 00
+# VOICE
+C209    = 00 00 00 00
+
+
+[MtkBtFwLogSqc]
+
+# FCBE switch - Disable
+# Ex. Disable FWlog to set C1 = 01 BE FC 01 00 / Enable FWlog to set C1 = 01 BE FC 01 05
+C1      = 01 BE FC 01 05
+# FC5F filter
+C2      = 01 5F FC 2A 50 01 09 00 00 00
+# FC5F group filter bitmap
+# SYS
+C201    = 00 00 00 88
+# TIM
+C202    = 00 00 00 00
+# PKV
+C203    = 00 00 00 00
+# LC
+C204    = 00 00 00 00
+# LL
+C205    = 00 00 00 00
+# ANT
+C206    = 00 00 00 00
+# LMP
+C207    = 00 00 00 00
+# CO
+C208    = 00 00 00 00
+# VOICE
+C209    = 00 00 00 00
+
+[MtkBtFwLogDebug]
+
+# FCBE switch - Enable
+# Ex. Disable FWlog to set C1 = 01 BE FC 01 00 / Enable FWlog to set C1 = 01 BE FC 01 05
+C1      = 01 BE FC 01 05
+# FC5F filter
+C2      = 01 5F FC 2A 50 01 09 00 00 00
+# FC5F group filter bitmap
+# SYS
+C201    = 00 00 00 CC
+# TIM
+C202    = 00 00 00 00
+# PKV
+C203    = 00 00 00 00
+# LC
+C204    = 1F F0 00 00
+# LL
+C205    = 07 27 06 00
+# ANT
+C206    = 00 00 00 00
+# LMP
+C207    = 03 00 03 00
+# CO
+C208    = 03 08 00 00
+# VOICE
+C209    = 00 00 00 00
\ No newline at end of file
diff --git a/system/etc/bluetooth/mtk_bt_stack.conf b/system/etc/bluetooth/mtk_bt_stack.conf
new file mode 100644
index 0000000000000000000000000000000000000000..3223e2caaf31ab3368a4a9e400b6d0905779d7bd
--- /dev/null
+++ b/system/etc/bluetooth/mtk_bt_stack.conf
@@ -0,0 +1,39 @@
+# Enable trace level reconfiguration function
+# Must be present before any TRC_ trace level settings
+TraceConf=true
+
+# Trace level configuration
+#   BT_TRACE_LEVEL_NONE    0    ( No trace messages to be generated )
+#   BT_TRACE_LEVEL_ERROR   1    ( Error condition trace messages )
+#   BT_TRACE_LEVEL_WARNING 2    ( Warning condition trace messages )
+#   BT_TRACE_LEVEL_API     3    ( API traces )
+#   BT_TRACE_LEVEL_EVENT   4    ( Debug messages for events )
+#   BT_TRACE_LEVEL_DEBUG   5    ( Full debug messages )
+#   BT_TRACE_LEVEL_VERBOSE 6    ( Verbose messages ) - Currently supported for TRC_BTAPP only.
+TRC_BTM=6
+TRC_HCI=6
+TRC_L2CAP=6
+TRC_RFCOMM=6
+TRC_OBEX=6
+TRC_AVCT=6
+TRC_AVDT=6
+TRC_AVRC=6
+TRC_AVDT_SCB=6
+TRC_AVDT_CCB=6
+TRC_A2D=6
+TRC_SDP=6
+TRC_GATT=6
+TRC_SMP=6
+TRC_BTAPP=6
+TRC_BTIF=6
+TRC_GAP=6
+TRC_BNEP=6
+TRC_PAN=6
+TRC_HID_HOST=6
+TRC_HID_DEV=6
+
+# This is Log configuration for new C++ code using LOG() macros.
+# See libchrome/base/logging.h for description on how to configure your logs.
+# sample configuration:
+LoggingV=--v=2
+#LoggingVModule=--vmodule=*/btm/*=1,btm_ble_multi*=2,btif_*=1
diff --git a/system/etc/clatd.conf b/system/etc/clatd.conf
new file mode 100644
index 0000000000000000000000000000000000000000..ff80975ea61b3595d96f46f95ee2ad9673c552df
--- /dev/null
+++ b/system/etc/clatd.conf
@@ -0,0 +1,22 @@
+# Host IID to use as the source of CLAT traffic.
+# This is a /128 taken out of the /64 on the parent interface.
+# A host IID of :: means to generate a checksum-neutral, random IID.
+ipv6_host_id ::
+
+# IPv4 address configuration to use when selecting a host address. The first
+# clat daemon started will use the address specified by ipv4_local_subnet. If
+# more than one daemon is run at the same time, subsequent daemons will use
+# other addresses in the prefix of length ipv4_local prefixlen that contains
+# ipv4_local_subnet. The default is to use the IANA-assigned range 192.0.0.0/29,
+# which allows up to 8 clat daemons (.4, .5, .6, .7, .0, .1, .2, .3).
+ipv4_local_subnet 192.0.0.4
+ipv4_local_prefixlen 29
+
+# get the plat_subnet from dns lookups (requires DNS64)
+plat_from_dns64 yes
+# hostname to use to lookup plat subnet. must contain only A records
+plat_from_dns64_hostname ipv4only.arpa
+
+# plat subnet to send ipv4 traffic to. This is a /96 subnet.
+# This setting only makes sense with: plat_from_dns64 no
+#plat_subnet 2001:db8:1:2:3:4::
diff --git a/system/etc/compiled-classes b/system/etc/compiled-classes
new file mode 100644
index 0000000000000000000000000000000000000000..7d8a7b518c46ca63cb2ae1a2f2e2530fe9d741a0
--- /dev/null
+++ b/system/etc/compiled-classes
@@ -0,0 +1,8664 @@
+#
+# Copyright (C) 2017 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.
+#
+#
+#
+# Compiled-classes filter file for phones.
+#
+# Using a compiled-classes file filters non-mentioned classes from being compiled into
+# the boot.oat file(s), reducing the size of the boot image. This is a tradeoff, as classes
+# that have not been compiled must be run with the interpreter or through JIT.
+#
+# This file has been derived for mainline phone (and tablet) usage in concern with the
+# preloaded-classes file, but is not used by default. To use this file, add a copy statement
+# to your device.mk, e.g.,
+#
+#   PRODUCT_COPY_FILES += \
+#     frameworks/base/config/compiled-classes-phone:system/etc/compiled-classes
+#
+android.R$styleable
+android.accessibilityservice.AccessibilityServiceInfo
+android.accessibilityservice.AccessibilityServiceInfo$1
+android.accessibilityservice.IAccessibilityServiceClient
+android.accessibilityservice.IAccessibilityServiceConnection
+android.accessibilityservice.IAccessibilityServiceConnection$Stub
+android.accounts.AbstractAccountAuthenticator
+android.accounts.AbstractAccountAuthenticator$Transport
+android.accounts.Account
+android.accounts.Account$1
+android.accounts.AccountAndUser
+android.accounts.AccountAuthenticatorResponse
+android.accounts.AccountAuthenticatorResponse$1
+android.accounts.AccountManager
+android.accounts.AccountManager$1
+android.accounts.AccountManager$11
+android.accounts.AccountManager$19
+android.accounts.AccountManager$3
+android.accounts.AccountManager$4
+android.accounts.AccountManager$AmsTask
+android.accounts.AccountManager$AmsTask$1
+android.accounts.AccountManager$AmsTask$Response
+android.accounts.AccountManager$BaseFutureTask
+android.accounts.AccountManager$BaseFutureTask$1
+android.accounts.AccountManager$BaseFutureTask$Response
+android.accounts.AccountManager$Future2Task
+android.accounts.AccountManager$Future2Task$1
+android.accounts.AccountManagerCallback
+android.accounts.AccountManagerFuture
+android.accounts.AccountManagerInternal
+android.accounts.AccountManagerInternal$OnAppPermissionChangeListener
+android.accounts.AccountsException
+android.accounts.AuthenticatorDescription
+android.accounts.AuthenticatorDescription$1
+android.accounts.AuthenticatorException
+android.accounts.IAccountAuthenticator
+android.accounts.IAccountAuthenticator$Stub
+android.accounts.IAccountAuthenticator$Stub$Proxy
+android.accounts.IAccountAuthenticatorResponse
+android.accounts.IAccountAuthenticatorResponse$Stub
+android.accounts.IAccountAuthenticatorResponse$Stub$Proxy
+android.accounts.IAccountManager
+android.accounts.IAccountManager$Stub
+android.accounts.IAccountManager$Stub$Proxy
+android.accounts.IAccountManagerResponse
+android.accounts.IAccountManagerResponse$Stub
+android.accounts.IAccountManagerResponse$Stub$Proxy
+android.accounts.OnAccountsUpdateListener
+android.accounts.OperationCanceledException
+android.animation.AnimationHandler
+android.animation.AnimationHandler$1
+android.animation.AnimationHandler$AnimationFrameCallback
+android.animation.AnimationHandler$AnimationFrameCallbackProvider
+android.animation.AnimationHandler$MyFrameCallbackProvider
+android.animation.Animator
+android.animation.Animator$AnimatorConstantState
+android.animation.Animator$AnimatorListener
+android.animation.Animator$AnimatorPauseListener
+android.animation.AnimatorInflater
+android.animation.AnimatorInflater$PathDataEvaluator
+android.animation.AnimatorListenerAdapter
+android.animation.AnimatorSet
+android.animation.AnimatorSet$1
+android.animation.AnimatorSet$2
+android.animation.AnimatorSet$3
+android.animation.AnimatorSet$AnimationEvent
+android.animation.AnimatorSet$Builder
+android.animation.AnimatorSet$Node
+android.animation.AnimatorSet$SeekState
+android.animation.ArgbEvaluator
+android.animation.FloatArrayEvaluator
+android.animation.FloatEvaluator
+android.animation.FloatKeyframeSet
+android.animation.IntEvaluator
+android.animation.IntKeyframeSet
+android.animation.Keyframe
+android.animation.Keyframe$FloatKeyframe
+android.animation.Keyframe$IntKeyframe
+android.animation.Keyframe$ObjectKeyframe
+android.animation.KeyframeSet
+android.animation.Keyframes
+android.animation.Keyframes$FloatKeyframes
+android.animation.Keyframes$IntKeyframes
+android.animation.LayoutTransition
+android.animation.LayoutTransition$1
+android.animation.LayoutTransition$2
+android.animation.LayoutTransition$3
+android.animation.LayoutTransition$4
+android.animation.LayoutTransition$5
+android.animation.LayoutTransition$CleanupCallback
+android.animation.LayoutTransition$TransitionListener
+android.animation.ObjectAnimator
+android.animation.PathKeyframes
+android.animation.PathKeyframes$1
+android.animation.PathKeyframes$2
+android.animation.PathKeyframes$FloatKeyframesBase
+android.animation.PathKeyframes$IntKeyframesBase
+android.animation.PathKeyframes$SimpleKeyframes
+android.animation.PropertyValuesHolder
+android.animation.PropertyValuesHolder$1
+android.animation.PropertyValuesHolder$FloatPropertyValuesHolder
+android.animation.PropertyValuesHolder$IntPropertyValuesHolder
+android.animation.PropertyValuesHolder$PropertyValues
+android.animation.PropertyValuesHolder$PropertyValues$DataSource
+android.animation.RectEvaluator
+android.animation.RevealAnimator
+android.animation.StateListAnimator
+android.animation.StateListAnimator$1
+android.animation.StateListAnimator$StateListAnimatorConstantState
+android.animation.StateListAnimator$Tuple
+android.animation.TimeAnimator
+android.animation.TimeAnimator$TimeListener
+android.animation.TimeInterpolator
+android.animation.TypeEvaluator
+android.animation.ValueAnimator
+android.animation.ValueAnimator$AnimatorUpdateListener
+android.app.-$Lambda$9I5WEMsoBc7l4QrNqZ4wx59yuHU
+android.app.-$Lambda$9I5WEMsoBc7l4QrNqZ4wx59yuHU$1
+android.app.-$Lambda$CsyQO--8YdRe5wlajUCi-L98enA$1
+android.app.-$Lambda$CsyQO--8YdRe5wlajUCi-L98enA$2
+android.app.-$Lambda$CsyQO--8YdRe5wlajUCi-L98enA$3
+android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk
+android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ
+android.app.-$Lambda$c44uHH2WE4sJvw5tZZB6gRzEaHI
+android.app.-$Lambda$c44uHH2WE4sJvw5tZZB6gRzEaHI$1
+android.app.-$Lambda$vZ1qb742P9hE4drBY-TrOZB_qKo
+android.app.-$Lambda$w9bG0NLfK6B6UpQKzQS6S1ayAh0
+android.app.-$Lambda$w9bG0NLfK6B6UpQKzQS6S1ayAh0$1
+android.app.ActionBar
+android.app.ActionBar$LayoutParams
+android.app.Activity
+android.app.Activity$HostCallbacks
+android.app.ActivityManager
+android.app.ActivityManager$1
+android.app.ActivityManager$AppTask
+android.app.ActivityManager$MemoryInfo
+android.app.ActivityManager$MemoryInfo$1
+android.app.ActivityManager$OnUidImportanceListener
+android.app.ActivityManager$ProcessErrorStateInfo
+android.app.ActivityManager$RecentTaskInfo
+android.app.ActivityManager$RecentTaskInfo$1
+android.app.ActivityManager$RunningAppProcessInfo
+android.app.ActivityManager$RunningAppProcessInfo$1
+android.app.ActivityManager$RunningServiceInfo
+android.app.ActivityManager$RunningServiceInfo$1
+android.app.ActivityManager$RunningTaskInfo
+android.app.ActivityManager$RunningTaskInfo$1
+android.app.ActivityManager$StackId
+android.app.ActivityManager$StackInfo
+android.app.ActivityManager$StackInfo$1
+android.app.ActivityManager$TaskDescription
+android.app.ActivityManager$TaskDescription$1
+android.app.ActivityManager$TaskSnapshot
+android.app.ActivityManager$TaskSnapshot$1
+android.app.ActivityManager$TaskThumbnail
+android.app.ActivityManager$TaskThumbnailInfo
+android.app.ActivityManager$TaskThumbnailInfo$1
+android.app.ActivityManager$UidObserver
+android.app.ActivityManagerInternal
+android.app.ActivityManagerInternal$SleepToken
+android.app.ActivityOptions
+android.app.ActivityOptions$1
+android.app.ActivityOptions$1$1
+android.app.ActivityOptions$OnAnimationFinishedListener
+android.app.ActivityOptions$OnAnimationStartedListener
+android.app.ActivityThread
+android.app.ActivityThread$1
+android.app.ActivityThread$2
+android.app.ActivityThread$ActivityClientRecord
+android.app.ActivityThread$ActivityConfigChangeData
+android.app.ActivityThread$AppBindData
+android.app.ActivityThread$ApplicationThread
+android.app.ActivityThread$BindServiceData
+android.app.ActivityThread$ContextCleanupInfo
+android.app.ActivityThread$CreateServiceData
+android.app.ActivityThread$DropBoxReporter
+android.app.ActivityThread$EventLoggingReporter
+android.app.ActivityThread$GcIdler
+android.app.ActivityThread$H
+android.app.ActivityThread$Idler
+android.app.ActivityThread$NewIntentData
+android.app.ActivityThread$Profiler
+android.app.ActivityThread$ProviderClientRecord
+android.app.ActivityThread$ProviderKey
+android.app.ActivityThread$ProviderRefCount
+android.app.ActivityThread$ReceiverData
+android.app.ActivityThread$RequestAssistContextExtras
+android.app.ActivityThread$ResultData
+android.app.ActivityThread$ServiceArgsData
+android.app.ActivityThread$StopInfo
+android.app.ActivityTransitionCoordinator
+android.app.ActivityTransitionCoordinator$ContinueTransitionListener
+android.app.ActivityTransitionCoordinator$FixedEpicenterCallback
+android.app.ActivityTransitionCoordinator$GhostViewListeners
+android.app.ActivityTransitionCoordinator$SharedElementOriginalState
+android.app.ActivityTransitionState
+android.app.AlarmManager$AlarmClockInfo
+android.app.AlarmManager$ListenerWrapper
+android.app.AlarmManager$OnAlarmListener
+android.app.AlertDialog
+android.app.AlertDialog$Builder
+android.app.AppGlobals
+android.app.AppOpsManager
+android.app.AppOpsManager$1
+android.app.AppOpsManager$OnOpChangedInternalListener
+android.app.AppOpsManager$OnOpChangedListener
+android.app.AppOpsManager$OpEntry
+android.app.AppOpsManager$OpEntry$1
+android.app.AppOpsManager$PackageOps
+android.app.AppOpsManager$PackageOps$1
+android.app.Application
+android.app.Application$ActivityLifecycleCallbacks
+android.app.ApplicationErrorReport
+android.app.ApplicationErrorReport$AnrInfo
+android.app.ApplicationErrorReport$CrashInfo
+android.app.ApplicationErrorReport$ParcelableCrashInfo
+android.app.ApplicationErrorReport$ParcelableCrashInfo$1
+android.app.ApplicationLoaders
+android.app.ApplicationPackageManager
+android.app.ApplicationPackageManager$MoveCallbackDelegate
+android.app.ApplicationPackageManager$OnPermissionsChangeListenerDelegate
+android.app.ApplicationPackageManager$ResourceName
+android.app.AutomaticZenRule
+android.app.BackStackRecord
+android.app.BackStackRecord$Op
+android.app.BroadcastOptions
+android.app.ContentProviderHolder
+android.app.ContentProviderHolder$1
+android.app.ContextImpl
+android.app.ContextImpl$1
+android.app.ContextImpl$ApplicationContentResolver
+android.app.DatePickerDialog$OnDateSetListener
+android.app.DexLoadReporter
+android.app.Dialog
+android.app.Dialog$ListenersHandler
+android.app.DialogFragment
+android.app.DownloadManager
+android.app.DownloadManager$CursorTranslator
+android.app.DownloadManager$Query
+android.app.EnterTransitionCoordinator
+android.app.EnterTransitionCoordinator$1
+android.app.EnterTransitionCoordinator$2
+android.app.EnterTransitionCoordinator$3
+android.app.EnterTransitionCoordinator$4
+android.app.EnterTransitionCoordinator$5
+android.app.EnterTransitionCoordinator$6
+android.app.ExitTransitionCoordinator
+android.app.ExitTransitionCoordinator$10
+android.app.ExitTransitionCoordinator$3
+android.app.ExitTransitionCoordinator$9
+android.app.Fragment
+android.app.Fragment$1
+android.app.Fragment$AnimationInfo
+android.app.FragmentContainer
+android.app.FragmentController
+android.app.FragmentHostCallback
+android.app.FragmentManager
+android.app.FragmentManager$BackStackEntry
+android.app.FragmentManager$FragmentLifecycleCallbacks
+android.app.FragmentManager$OnBackStackChangedListener
+android.app.FragmentManagerImpl
+android.app.FragmentManagerImpl$1
+android.app.FragmentManagerImpl$AnimateOnHWLayerIfNeededListener
+android.app.FragmentManagerImpl$OpGenerator
+android.app.FragmentManagerState
+android.app.FragmentManagerState$1
+android.app.FragmentState
+android.app.FragmentState$1
+android.app.FragmentTransaction
+android.app.FragmentTransition
+android.app.FragmentTransition$FragmentContainerTransition
+android.app.IActivityContainer
+android.app.IActivityContainer$Stub
+android.app.IActivityContainerCallback
+android.app.IActivityController
+android.app.IActivityManager
+android.app.IActivityManager$Stub
+android.app.IActivityManager$Stub$Proxy
+android.app.IAlarmCompleteListener
+android.app.IAlarmCompleteListener$Stub
+android.app.IAlarmCompleteListener$Stub$Proxy
+android.app.IAlarmListener
+android.app.IAlarmListener$Stub
+android.app.IAlarmListener$Stub$Proxy
+android.app.IAlarmManager
+android.app.IAlarmManager$Stub
+android.app.IAlarmManager$Stub$Proxy
+android.app.IAppTask
+android.app.IAppTask$Stub
+android.app.IAppTask$Stub$Proxy
+android.app.IApplicationThread
+android.app.IApplicationThread$Stub
+android.app.IApplicationThread$Stub$Proxy
+android.app.IInstantAppResolver
+android.app.IInstantAppResolver$Stub
+android.app.IInstantAppResolver$Stub$Proxy
+android.app.IInstrumentationWatcher
+android.app.IInstrumentationWatcher$Stub
+android.app.INotificationManager
+android.app.INotificationManager$Stub
+android.app.INotificationManager$Stub$Proxy
+android.app.IProcessObserver
+android.app.IProcessObserver$Stub
+android.app.IProcessObserver$Stub$Proxy
+android.app.ISearchManager
+android.app.ISearchManager$Stub
+android.app.ISearchManager$Stub$Proxy
+android.app.IServiceConnection
+android.app.IServiceConnection$Stub
+android.app.IServiceConnection$Stub$Proxy
+android.app.IStopUserCallback
+android.app.ITaskStackListener
+android.app.ITaskStackListener$Stub
+android.app.ITaskStackListener$Stub$Proxy
+android.app.ITransientNotification
+android.app.ITransientNotification$Stub
+android.app.ITransientNotification$Stub$Proxy
+android.app.IUiAutomationConnection
+android.app.IUiAutomationConnection$Stub
+android.app.IUiModeManager
+android.app.IUiModeManager$Stub
+android.app.IUiModeManager$Stub$Proxy
+android.app.IUidObserver
+android.app.IUidObserver$Stub
+android.app.IUidObserver$Stub$Proxy
+android.app.IUserSwitchObserver
+android.app.IUserSwitchObserver$Stub
+android.app.IUserSwitchObserver$Stub$Proxy
+android.app.IWallpaperManager
+android.app.IWallpaperManager$Stub
+android.app.IWallpaperManager$Stub$Proxy
+android.app.IWallpaperManagerCallback
+android.app.IWallpaperManagerCallback$Stub
+android.app.IWallpaperManagerCallback$Stub$Proxy
+android.app.InstantAppResolverService
+android.app.InstantAppResolverService$1
+android.app.InstantAppResolverService$InstantAppResolutionCallback
+android.app.InstantAppResolverService$ServiceHandler
+android.app.Instrumentation
+android.app.IntentReceiverLeaked
+android.app.IntentService
+android.app.IntentService$ServiceHandler
+android.app.JobSchedulerImpl
+android.app.KeyguardManager
+android.app.KeyguardManager$1
+android.app.KeyguardManager$KeyguardDismissCallback
+android.app.ListActivity
+android.app.ListFragment
+android.app.ListFragment$1
+android.app.ListFragment$2
+android.app.LoadedApk
+android.app.LoadedApk$ReceiverDispatcher
+android.app.LoadedApk$ReceiverDispatcher$Args
+android.app.LoadedApk$ReceiverDispatcher$InnerReceiver
+android.app.LoadedApk$ServiceDispatcher
+android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
+android.app.LoadedApk$ServiceDispatcher$DeathMonitor
+android.app.LoadedApk$ServiceDispatcher$InnerConnection
+android.app.LoadedApk$ServiceDispatcher$RunConnection
+android.app.LoadedApk$WarningContextClassLoader
+android.app.LoaderManager
+android.app.LoaderManager$LoaderCallbacks
+android.app.LoaderManagerImpl
+android.app.LoaderManagerImpl$LoaderInfo
+android.app.NativeActivity
+android.app.Notification
+android.app.Notification$1
+android.app.Notification$Action
+android.app.Notification$Action$1
+android.app.Notification$Action$Builder
+android.app.Notification$BigPictureStyle
+android.app.Notification$BigTextStyle
+android.app.Notification$Builder
+android.app.Notification$BuilderRemoteViews
+android.app.Notification$DecoratedCustomViewStyle
+android.app.Notification$DecoratedMediaCustomViewStyle
+android.app.Notification$Extender
+android.app.Notification$InboxStyle
+android.app.Notification$MediaStyle
+android.app.Notification$MessagingStyle
+android.app.Notification$StandardTemplateParams
+android.app.Notification$Style
+android.app.Notification$TvExtender
+android.app.Notification$WearableExtender
+android.app.NotificationChannel
+android.app.NotificationChannel$1
+android.app.NotificationChannelGroup
+android.app.NotificationChannelGroup$1
+android.app.NotificationManager
+android.app.NotificationManager$Policy
+android.app.NotificationManager$Policy$1
+android.app.OnActivityPausedListener
+android.app.PackageInstallObserver
+android.app.PackageInstallObserver$1
+android.app.PendingIntent
+android.app.PendingIntent$1
+android.app.PendingIntent$CanceledException
+android.app.PendingIntent$FinishedDispatcher
+android.app.PendingIntent$OnFinished
+android.app.PendingIntent$OnMarshaledListener
+android.app.PictureInPictureParams
+android.app.PictureInPictureParams$1
+android.app.PictureInPictureParams$Builder
+android.app.ProfilerInfo
+android.app.ProgressDialog
+android.app.QueuedWork
+android.app.QueuedWork$QueuedWorkHandler
+android.app.ReceiverRestrictedContext
+android.app.RemoteAction
+android.app.RemoteAction$1
+android.app.RemoteInput
+android.app.RemoteInput$1
+android.app.ResourcesManager
+android.app.ResourcesManager$1
+android.app.ResourcesManager$ActivityResources
+android.app.ResultInfo
+android.app.ResultInfo$1
+android.app.SearchableInfo
+android.app.SearchableInfo$1
+android.app.Service
+android.app.ServiceConnectionLeaked
+android.app.ServiceStartArgs
+android.app.ServiceStartArgs$1
+android.app.SharedElementCallback
+android.app.SharedElementCallback$1
+android.app.SharedElementCallback$OnSharedElementsReadyListener
+android.app.SharedPreferencesImpl
+android.app.SharedPreferencesImpl$1
+android.app.SharedPreferencesImpl$2
+android.app.SharedPreferencesImpl$EditorImpl
+android.app.SharedPreferencesImpl$EditorImpl$1
+android.app.SharedPreferencesImpl$EditorImpl$2
+android.app.SharedPreferencesImpl$EditorImpl$3
+android.app.SharedPreferencesImpl$MemoryCommitResult
+android.app.StatusBarManager
+android.app.SynchronousUserSwitchObserver
+android.app.SystemServiceRegistry
+android.app.SystemServiceRegistry$1
+android.app.SystemServiceRegistry$10
+android.app.SystemServiceRegistry$11
+android.app.SystemServiceRegistry$12
+android.app.SystemServiceRegistry$13
+android.app.SystemServiceRegistry$14
+android.app.SystemServiceRegistry$15
+android.app.SystemServiceRegistry$16
+android.app.SystemServiceRegistry$17
+android.app.SystemServiceRegistry$18
+android.app.SystemServiceRegistry$19
+android.app.SystemServiceRegistry$2
+android.app.SystemServiceRegistry$20
+android.app.SystemServiceRegistry$21
+android.app.SystemServiceRegistry$22
+android.app.SystemServiceRegistry$23
+android.app.SystemServiceRegistry$24
+android.app.SystemServiceRegistry$25
+android.app.SystemServiceRegistry$26
+android.app.SystemServiceRegistry$27
+android.app.SystemServiceRegistry$28
+android.app.SystemServiceRegistry$29
+android.app.SystemServiceRegistry$3
+android.app.SystemServiceRegistry$30
+android.app.SystemServiceRegistry$31
+android.app.SystemServiceRegistry$32
+android.app.SystemServiceRegistry$33
+android.app.SystemServiceRegistry$34
+android.app.SystemServiceRegistry$35
+android.app.SystemServiceRegistry$36
+android.app.SystemServiceRegistry$37
+android.app.SystemServiceRegistry$38
+android.app.SystemServiceRegistry$39
+android.app.SystemServiceRegistry$4
+android.app.SystemServiceRegistry$40
+android.app.SystemServiceRegistry$41
+android.app.SystemServiceRegistry$42
+android.app.SystemServiceRegistry$43
+android.app.SystemServiceRegistry$44
+android.app.SystemServiceRegistry$45
+android.app.SystemServiceRegistry$46
+android.app.SystemServiceRegistry$47
+android.app.SystemServiceRegistry$48
+android.app.SystemServiceRegistry$49
+android.app.SystemServiceRegistry$5
+android.app.SystemServiceRegistry$50
+android.app.SystemServiceRegistry$51
+android.app.SystemServiceRegistry$52
+android.app.SystemServiceRegistry$53
+android.app.SystemServiceRegistry$54
+android.app.SystemServiceRegistry$55
+android.app.SystemServiceRegistry$56
+android.app.SystemServiceRegistry$57
+android.app.SystemServiceRegistry$58
+android.app.SystemServiceRegistry$59
+android.app.SystemServiceRegistry$6
+android.app.SystemServiceRegistry$60
+android.app.SystemServiceRegistry$61
+android.app.SystemServiceRegistry$62
+android.app.SystemServiceRegistry$63
+android.app.SystemServiceRegistry$64
+android.app.SystemServiceRegistry$65
+android.app.SystemServiceRegistry$66
+android.app.SystemServiceRegistry$67
+android.app.SystemServiceRegistry$68
+android.app.SystemServiceRegistry$69
+android.app.SystemServiceRegistry$7
+android.app.SystemServiceRegistry$70
+android.app.SystemServiceRegistry$71
+android.app.SystemServiceRegistry$72
+android.app.SystemServiceRegistry$73
+android.app.SystemServiceRegistry$74
+android.app.SystemServiceRegistry$75
+android.app.SystemServiceRegistry$76
+android.app.SystemServiceRegistry$77
+android.app.SystemServiceRegistry$78
+android.app.SystemServiceRegistry$79
+android.app.SystemServiceRegistry$8
+android.app.SystemServiceRegistry$80
+android.app.SystemServiceRegistry$81
+android.app.SystemServiceRegistry$82
+android.app.SystemServiceRegistry$83
+android.app.SystemServiceRegistry$84
+android.app.SystemServiceRegistry$85
+android.app.SystemServiceRegistry$9
+android.app.SystemServiceRegistry$CachedServiceFetcher
+android.app.SystemServiceRegistry$ServiceFetcher
+android.app.SystemServiceRegistry$StaticApplicationContextServiceFetcher
+android.app.SystemServiceRegistry$StaticServiceFetcher
+android.app.TaskStackListener
+android.app.TimePickerDialog$OnTimeSetListener
+android.app.UiModeManager
+android.app.UserSwitchObserver
+android.app.Vr2dDisplayProperties
+android.app.VrManager
+android.app.WaitResult
+android.app.WallpaperColors
+android.app.WallpaperColors$1
+android.app.WallpaperInfo
+android.app.WallpaperInfo$1
+android.app.WallpaperManager
+android.app.WallpaperManager$Globals
+android.app.admin.DeviceAdminInfo
+android.app.admin.DeviceAdminInfo$1
+android.app.admin.DeviceAdminInfo$PolicyInfo
+android.app.admin.DevicePolicyManager
+android.app.admin.DevicePolicyManagerInternal
+android.app.admin.DevicePolicyManagerInternal$OnCrossProfileWidgetProvidersChangeListener
+android.app.admin.IDevicePolicyManager
+android.app.admin.IDevicePolicyManager$Stub
+android.app.admin.IDevicePolicyManager$Stub$Proxy
+android.app.admin.PasswordMetrics
+android.app.admin.PasswordMetrics$1
+android.app.admin.SecurityLog
+android.app.admin.SecurityLog$SecurityEvent
+android.app.admin.SecurityLog$SecurityEvent$1
+android.app.admin.SystemUpdateInfo
+android.app.admin.SystemUpdateInfo$1
+android.app.admin.SystemUpdatePolicy
+android.app.admin.SystemUpdatePolicy$1
+android.app.assist.AssistContent
+android.app.assist.AssistStructure
+android.app.assist.AssistStructure$1
+android.app.assist.AssistStructure$AutofillOverlay
+android.app.assist.AssistStructure$ParcelTransferReader
+android.app.assist.AssistStructure$ParcelTransferWriter
+android.app.assist.AssistStructure$SendChannel
+android.app.assist.AssistStructure$ViewNode
+android.app.assist.AssistStructure$ViewNodeBuilder
+android.app.assist.AssistStructure$ViewNodeText
+android.app.assist.AssistStructure$ViewStackEntry
+android.app.assist.AssistStructure$WindowNode
+android.app.backup.BackupAgent
+android.app.backup.BackupAgentHelper
+android.app.backup.BackupDataInput
+android.app.backup.BackupDataInput$EntityHeader
+android.app.backup.BackupDataOutput
+android.app.backup.BackupHelper
+android.app.backup.BackupHelperDispatcher
+android.app.backup.BackupHelperDispatcher$Header
+android.app.backup.BackupManager
+android.app.backup.BackupTransport
+android.app.backup.BackupTransport$TransportImpl
+android.app.backup.FileBackupHelperBase
+android.app.backup.FullBackup
+android.app.backup.FullBackupDataOutput
+android.app.backup.IBackupManager
+android.app.backup.IBackupManager$Stub
+android.app.backup.IBackupManager$Stub$Proxy
+android.app.backup.IBackupManagerMonitor
+android.app.backup.IBackupObserver
+android.app.backup.IFullBackupRestoreObserver
+android.app.backup.IRestoreSession
+android.app.backup.ISelectBackupTransportCallback
+android.app.backup.RestoreDescription
+android.app.backup.RestoreSet
+android.app.job.IJobCallback
+android.app.job.IJobCallback$Stub
+android.app.job.IJobCallback$Stub$Proxy
+android.app.job.IJobScheduler
+android.app.job.IJobScheduler$Stub
+android.app.job.IJobScheduler$Stub$Proxy
+android.app.job.IJobService
+android.app.job.IJobService$Stub
+android.app.job.IJobService$Stub$Proxy
+android.app.job.JobInfo
+android.app.job.JobInfo$1
+android.app.job.JobInfo$Builder
+android.app.job.JobInfo$TriggerContentUri
+android.app.job.JobInfo$TriggerContentUri$1
+android.app.job.JobParameters
+android.app.job.JobParameters$1
+android.app.job.JobScheduler
+android.app.job.JobService
+android.app.job.JobService$1
+android.app.job.JobServiceEngine
+android.app.job.JobServiceEngine$JobHandler
+android.app.job.JobServiceEngine$JobInterface
+android.app.job.JobWorkItem
+android.app.job.JobWorkItem$1
+android.app.timezone.RulesManager
+android.app.trust.IStrongAuthTracker
+android.app.trust.IStrongAuthTracker$Stub
+android.app.trust.IStrongAuthTracker$Stub$Proxy
+android.app.trust.ITrustListener
+android.app.trust.ITrustListener$Stub
+android.app.trust.ITrustListener$Stub$Proxy
+android.app.trust.ITrustManager
+android.app.trust.ITrustManager$Stub
+android.app.trust.ITrustManager$Stub$Proxy
+android.app.trust.TrustManager
+android.app.trust.TrustManager$1
+android.app.trust.TrustManager$2
+android.app.trust.TrustManager$TrustListener
+android.app.usage.CacheQuotaHint
+android.app.usage.CacheQuotaHint$1
+android.app.usage.CacheQuotaHint$Builder
+android.app.usage.ConfigurationStats
+android.app.usage.ConfigurationStats$1
+android.app.usage.ExternalStorageStats
+android.app.usage.ICacheQuotaService
+android.app.usage.ICacheQuotaService$Stub
+android.app.usage.ICacheQuotaService$Stub$Proxy
+android.app.usage.IStorageStatsManager
+android.app.usage.IStorageStatsManager$Stub
+android.app.usage.IUsageStatsManager
+android.app.usage.IUsageStatsManager$Stub
+android.app.usage.IUsageStatsManager$Stub$Proxy
+android.app.usage.NetworkStatsManager
+android.app.usage.StorageStats
+android.app.usage.StorageStatsManager
+android.app.usage.TimeSparseArray
+android.app.usage.UsageEvents
+android.app.usage.UsageEvents$1
+android.app.usage.UsageEvents$Event
+android.app.usage.UsageStats
+android.app.usage.UsageStats$1
+android.app.usage.UsageStatsManager
+android.app.usage.UsageStatsManagerInternal
+android.app.usage.UsageStatsManagerInternal$AppIdleStateChangeListener
+android.appwidget.AppWidgetHost
+android.appwidget.AppWidgetHost$Callbacks
+android.appwidget.AppWidgetHost$UpdateHandler
+android.appwidget.AppWidgetHostView
+android.appwidget.AppWidgetHostView$1
+android.appwidget.AppWidgetHostView$ParcelableSparseArray
+android.appwidget.AppWidgetHostView$ParcelableSparseArray$1
+android.appwidget.AppWidgetManager
+android.appwidget.AppWidgetProvider
+android.appwidget.AppWidgetProviderInfo
+android.appwidget.AppWidgetProviderInfo$1
+android.appwidget.PendingHostUpdate
+android.appwidget.PendingHostUpdate$1
+android.bluetooth.BluetoothA2dp
+android.bluetooth.BluetoothA2dp$1
+android.bluetooth.BluetoothA2dp$2
+android.bluetooth.BluetoothActivityEnergyInfo
+android.bluetooth.BluetoothAdapter
+android.bluetooth.BluetoothAdapter$1
+android.bluetooth.BluetoothAdapter$BluetoothStateChangeCallback
+android.bluetooth.BluetoothCodecConfig
+android.bluetooth.BluetoothCodecConfig$1
+android.bluetooth.BluetoothCodecStatus
+android.bluetooth.BluetoothDevice
+android.bluetooth.BluetoothDevice$1
+android.bluetooth.BluetoothDevice$2
+android.bluetooth.BluetoothGatt
+android.bluetooth.BluetoothGattCallback
+android.bluetooth.BluetoothGattCharacteristic
+android.bluetooth.BluetoothGattDescriptor
+android.bluetooth.BluetoothGattService
+android.bluetooth.BluetoothHeadset
+android.bluetooth.BluetoothHeadset$1
+android.bluetooth.BluetoothHeadset$2
+android.bluetooth.BluetoothHeadset$3
+android.bluetooth.BluetoothHealthAppConfiguration
+android.bluetooth.BluetoothInputDevice
+android.bluetooth.BluetoothInputDevice$1
+android.bluetooth.BluetoothInputDevice$2
+android.bluetooth.BluetoothInputStream
+android.bluetooth.BluetoothManager
+android.bluetooth.BluetoothMap
+android.bluetooth.BluetoothMap$1
+android.bluetooth.BluetoothMap$2
+android.bluetooth.BluetoothOutputStream
+android.bluetooth.BluetoothPan
+android.bluetooth.BluetoothPan$1
+android.bluetooth.BluetoothPan$2
+android.bluetooth.BluetoothPbap
+android.bluetooth.BluetoothPbap$1
+android.bluetooth.BluetoothPbap$2
+android.bluetooth.BluetoothPbap$ServiceListener
+android.bluetooth.BluetoothProfile
+android.bluetooth.BluetoothProfile$ServiceListener
+android.bluetooth.BluetoothServerSocket
+android.bluetooth.BluetoothSocket
+android.bluetooth.BluetoothSocket$SocketState
+android.bluetooth.BluetoothUuid
+android.bluetooth.IBluetooth
+android.bluetooth.IBluetooth$Stub
+android.bluetooth.IBluetooth$Stub$Proxy
+android.bluetooth.IBluetoothA2dp
+android.bluetooth.IBluetoothA2dp$Stub
+android.bluetooth.IBluetoothA2dp$Stub$Proxy
+android.bluetooth.IBluetoothCallback
+android.bluetooth.IBluetoothCallback$Stub
+android.bluetooth.IBluetoothCallback$Stub$Proxy
+android.bluetooth.IBluetoothGatt
+android.bluetooth.IBluetoothGatt$Stub
+android.bluetooth.IBluetoothGatt$Stub$Proxy
+android.bluetooth.IBluetoothGattCallback
+android.bluetooth.IBluetoothGattServerCallback
+android.bluetooth.IBluetoothHeadset
+android.bluetooth.IBluetoothHeadset$Stub
+android.bluetooth.IBluetoothHeadset$Stub$Proxy
+android.bluetooth.IBluetoothHeadsetPhone
+android.bluetooth.IBluetoothHeadsetPhone$Stub
+android.bluetooth.IBluetoothHeadsetPhone$Stub$Proxy
+android.bluetooth.IBluetoothHealth
+android.bluetooth.IBluetoothHealth$Stub
+android.bluetooth.IBluetoothHealthCallback
+android.bluetooth.IBluetoothInputDevice
+android.bluetooth.IBluetoothInputDevice$Stub
+android.bluetooth.IBluetoothInputDevice$Stub$Proxy
+android.bluetooth.IBluetoothManager
+android.bluetooth.IBluetoothManager$Stub
+android.bluetooth.IBluetoothManager$Stub$Proxy
+android.bluetooth.IBluetoothManagerCallback
+android.bluetooth.IBluetoothManagerCallback$Stub
+android.bluetooth.IBluetoothManagerCallback$Stub$Proxy
+android.bluetooth.IBluetoothMap
+android.bluetooth.IBluetoothMap$Stub
+android.bluetooth.IBluetoothMap$Stub$Proxy
+android.bluetooth.IBluetoothPan
+android.bluetooth.IBluetoothPan$Stub
+android.bluetooth.IBluetoothPan$Stub$Proxy
+android.bluetooth.IBluetoothPbap
+android.bluetooth.IBluetoothPbap$Stub
+android.bluetooth.IBluetoothPbap$Stub$Proxy
+android.bluetooth.IBluetoothProfileServiceConnection
+android.bluetooth.IBluetoothProfileServiceConnection$Stub
+android.bluetooth.IBluetoothProfileServiceConnection$Stub$Proxy
+android.bluetooth.IBluetoothSap
+android.bluetooth.IBluetoothSap$Stub
+android.bluetooth.IBluetoothStateChangeCallback
+android.bluetooth.IBluetoothStateChangeCallback$Stub
+android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy
+android.bluetooth.OobData
+android.bluetooth.UidTraffic
+android.bluetooth.UidTraffic$1
+android.bluetooth.le.AdvertiseData
+android.bluetooth.le.AdvertisingSetParameters
+android.bluetooth.le.BluetoothLeAdvertiser
+android.bluetooth.le.BluetoothLeScanner
+android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper
+android.bluetooth.le.BluetoothLeScanner$BleScanCallbackWrapper$1
+android.bluetooth.le.BluetoothLeUtils
+android.bluetooth.le.IAdvertisingSetCallback
+android.bluetooth.le.IPeriodicAdvertisingCallback
+android.bluetooth.le.IScannerCallback
+android.bluetooth.le.IScannerCallback$Stub
+android.bluetooth.le.IScannerCallback$Stub$Proxy
+android.bluetooth.le.PeriodicAdvertisingParameters
+android.bluetooth.le.ScanCallback
+android.bluetooth.le.ScanFilter
+android.bluetooth.le.ScanFilter$1
+android.bluetooth.le.ScanFilter$Builder
+android.bluetooth.le.ScanRecord
+android.bluetooth.le.ScanResult
+android.bluetooth.le.ScanResult$1
+android.bluetooth.le.ScanSettings
+android.bluetooth.le.ScanSettings$1
+android.bluetooth.le.ScanSettings$Builder
+android.companion.AssociationRequest
+android.companion.CompanionDeviceManager
+android.companion.ICompanionDeviceManager
+android.companion.ICompanionDeviceManager$Stub
+android.companion.IFindDeviceCallback
+android.content.AbstractThreadedSyncAdapter
+android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl
+android.content.AbstractThreadedSyncAdapter$SyncThread
+android.content.ActivityNotFoundException
+android.content.AsyncQueryHandler
+android.content.AsyncQueryHandler$WorkerArgs
+android.content.AsyncQueryHandler$WorkerHandler
+android.content.AsyncTaskLoader
+android.content.AsyncTaskLoader$LoadTask
+android.content.BroadcastReceiver
+android.content.BroadcastReceiver$PendingResult
+android.content.BroadcastReceiver$PendingResult$1
+android.content.ClipData
+android.content.ClipData$1
+android.content.ClipData$Item
+android.content.ClipDescription
+android.content.ClipDescription$1
+android.content.ClipboardManager
+android.content.ClipboardManager$1
+android.content.ClipboardManager$2
+android.content.ClipboardManager$OnPrimaryClipChangedListener
+android.content.ComponentCallbacks
+android.content.ComponentCallbacks2
+android.content.ComponentName
+android.content.ComponentName$1
+android.content.ContentProvider
+android.content.ContentProvider$PipeDataWriter
+android.content.ContentProvider$Transport
+android.content.ContentProviderClient
+android.content.ContentProviderClient$CursorWrapperInner
+android.content.ContentProviderNative
+android.content.ContentProviderOperation
+android.content.ContentProviderOperation$1
+android.content.ContentProviderOperation$Builder
+android.content.ContentProviderProxy
+android.content.ContentProviderResult
+android.content.ContentProviderResult$1
+android.content.ContentQueryMap
+android.content.ContentResolver
+android.content.ContentResolver$1
+android.content.ContentResolver$CursorWrapperInner
+android.content.ContentResolver$ParcelFileDescriptorInner
+android.content.ContentUris
+android.content.ContentValues
+android.content.ContentValues$1
+android.content.Context
+android.content.ContextWrapper
+android.content.CursorLoader
+android.content.DialogInterface
+android.content.DialogInterface$OnCancelListener
+android.content.DialogInterface$OnClickListener
+android.content.DialogInterface$OnDismissListener
+android.content.DialogInterface$OnKeyListener
+android.content.DialogInterface$OnMultiChoiceClickListener
+android.content.DialogInterface$OnShowListener
+android.content.IClipboard
+android.content.IClipboard$Stub
+android.content.IClipboard$Stub$Proxy
+android.content.IContentProvider
+android.content.IContentService
+android.content.IContentService$Stub
+android.content.IContentService$Stub$Proxy
+android.content.IIntentReceiver
+android.content.IIntentReceiver$Stub
+android.content.IIntentReceiver$Stub$Proxy
+android.content.IIntentSender
+android.content.IIntentSender$Stub
+android.content.IIntentSender$Stub$Proxy
+android.content.IOnPrimaryClipChangedListener
+android.content.IOnPrimaryClipChangedListener$Stub
+android.content.IRestrictionsManager
+android.content.IRestrictionsManager$Stub
+android.content.IRestrictionsManager$Stub$Proxy
+android.content.ISyncAdapter
+android.content.ISyncAdapter$Stub
+android.content.ISyncAdapter$Stub$Proxy
+android.content.ISyncContext
+android.content.ISyncContext$Stub
+android.content.ISyncContext$Stub$Proxy
+android.content.ISyncStatusObserver
+android.content.ISyncStatusObserver$Stub
+android.content.ISyncStatusObserver$Stub$Proxy
+android.content.Intent
+android.content.Intent$1
+android.content.Intent$FilterComparison
+android.content.Intent$ShortcutIconResource
+android.content.Intent$ShortcutIconResource$1
+android.content.IntentFilter
+android.content.IntentFilter$1
+android.content.IntentFilter$AuthorityEntry
+android.content.IntentFilter$MalformedMimeTypeException
+android.content.IntentSender
+android.content.IntentSender$1
+android.content.IntentSender$SendIntentException
+android.content.Loader
+android.content.Loader$ForceLoadContentObserver
+android.content.Loader$OnLoadCanceledListener
+android.content.Loader$OnLoadCompleteListener
+android.content.OperationApplicationException
+android.content.PeriodicSync
+android.content.PeriodicSync$1
+android.content.ReceiverCallNotAllowedException
+android.content.RestrictionEntry
+android.content.RestrictionEntry$1
+android.content.RestrictionsManager
+android.content.SearchRecentSuggestionsProvider
+android.content.SearchRecentSuggestionsProvider$DatabaseHelper
+android.content.ServiceConnection
+android.content.SharedPreferences
+android.content.SharedPreferences$Editor
+android.content.SharedPreferences$OnSharedPreferenceChangeListener
+android.content.SyncAdapterType
+android.content.SyncAdapterType$1
+android.content.SyncAdaptersCache
+android.content.SyncAdaptersCache$MySerializer
+android.content.SyncContext
+android.content.SyncInfo
+android.content.SyncInfo$1
+android.content.SyncRequest
+android.content.SyncRequest$1
+android.content.SyncRequest$Builder
+android.content.SyncResult
+android.content.SyncResult$1
+android.content.SyncStats
+android.content.SyncStats$1
+android.content.SyncStatusInfo
+android.content.SyncStatusInfo$1
+android.content.SyncStatusObserver
+android.content.UndoManager
+android.content.UndoManager$UndoState
+android.content.UndoOperation
+android.content.UndoOwner
+android.content.UriMatcher
+android.content.om.IOverlayManager
+android.content.om.IOverlayManager$Stub
+android.content.om.OverlayInfo
+android.content.pm.ActivityInfo
+android.content.pm.ActivityInfo$1
+android.content.pm.ActivityInfo$WindowLayout
+android.content.pm.ApplicationInfo
+android.content.pm.ApplicationInfo$1
+android.content.pm.AuxiliaryResolveInfo
+android.content.pm.BaseParceledListSlice
+android.content.pm.BaseParceledListSlice$1
+android.content.pm.ChangedPackages
+android.content.pm.ComponentInfo
+android.content.pm.ConfigurationInfo
+android.content.pm.ConfigurationInfo$1
+android.content.pm.FallbackCategoryProvider
+android.content.pm.FeatureGroupInfo
+android.content.pm.FeatureGroupInfo$1
+android.content.pm.FeatureInfo
+android.content.pm.FeatureInfo$1
+android.content.pm.ILauncherApps
+android.content.pm.ILauncherApps$Stub
+android.content.pm.ILauncherApps$Stub$Proxy
+android.content.pm.IOnAppsChangedListener
+android.content.pm.IOnAppsChangedListener$Stub
+android.content.pm.IOnAppsChangedListener$Stub$Proxy
+android.content.pm.IOnPermissionsChangeListener
+android.content.pm.IOnPermissionsChangeListener$Stub
+android.content.pm.IOnPermissionsChangeListener$Stub$Proxy
+android.content.pm.IOtaDexopt
+android.content.pm.IOtaDexopt$Stub
+android.content.pm.IPackageDataObserver
+android.content.pm.IPackageDataObserver$Stub
+android.content.pm.IPackageDataObserver$Stub$Proxy
+android.content.pm.IPackageDeleteObserver
+android.content.pm.IPackageDeleteObserver2
+android.content.pm.IPackageInstallObserver
+android.content.pm.IPackageInstallObserver2
+android.content.pm.IPackageInstallObserver2$Stub
+android.content.pm.IPackageInstaller
+android.content.pm.IPackageInstaller$Stub
+android.content.pm.IPackageInstaller$Stub$Proxy
+android.content.pm.IPackageInstallerCallback
+android.content.pm.IPackageInstallerCallback$Stub
+android.content.pm.IPackageInstallerCallback$Stub$Proxy
+android.content.pm.IPackageInstallerSession
+android.content.pm.IPackageInstallerSession$Stub
+android.content.pm.IPackageInstallerSession$Stub$Proxy
+android.content.pm.IPackageManager
+android.content.pm.IPackageManager$Stub
+android.content.pm.IPackageManager$Stub$Proxy
+android.content.pm.IPackageMoveObserver
+android.content.pm.IPackageMoveObserver$Stub
+android.content.pm.IPackageMoveObserver$Stub$Proxy
+android.content.pm.IPackageStatsObserver
+android.content.pm.IPackageStatsObserver$Stub
+android.content.pm.IShortcutService
+android.content.pm.IShortcutService$Stub
+android.content.pm.IShortcutService$Stub$Proxy
+android.content.pm.InstantAppRequest
+android.content.pm.InstantAppResolveInfo$InstantAppDigest
+android.content.pm.InstantAppResolveInfo$InstantAppDigest$1
+android.content.pm.InstrumentationInfo
+android.content.pm.InstrumentationInfo$1
+android.content.pm.IntentFilterVerificationInfo
+android.content.pm.IntentFilterVerificationInfo$1
+android.content.pm.KeySet
+android.content.pm.LauncherActivityInfo
+android.content.pm.LauncherApps
+android.content.pm.LauncherApps$1
+android.content.pm.LauncherApps$Callback
+android.content.pm.LauncherApps$CallbackMessageHandler
+android.content.pm.LauncherApps$CallbackMessageHandler$CallbackInfo
+android.content.pm.LauncherApps$ShortcutQuery
+android.content.pm.PackageCleanItem
+android.content.pm.PackageInfo
+android.content.pm.PackageInfo$1
+android.content.pm.PackageInfoLite
+android.content.pm.PackageInfoLite$1
+android.content.pm.PackageInstaller
+android.content.pm.PackageInstaller$Session
+android.content.pm.PackageInstaller$SessionCallback
+android.content.pm.PackageInstaller$SessionCallbackDelegate
+android.content.pm.PackageInstaller$SessionInfo
+android.content.pm.PackageInstaller$SessionInfo$1
+android.content.pm.PackageInstaller$SessionParams
+android.content.pm.PackageInstaller$SessionParams$1
+android.content.pm.PackageItemInfo
+android.content.pm.PackageManager
+android.content.pm.PackageManager$MoveCallback
+android.content.pm.PackageManager$NameNotFoundException
+android.content.pm.PackageManager$OnPermissionsChangedListener
+android.content.pm.PackageManagerInternal
+android.content.pm.PackageManagerInternal$ExternalSourcesPolicy
+android.content.pm.PackageManagerInternal$PackagesProvider
+android.content.pm.PackageManagerInternal$SyncAdapterPackagesProvider
+android.content.pm.PackageParser
+android.content.pm.PackageParser$Activity
+android.content.pm.PackageParser$Activity$1
+android.content.pm.PackageParser$ActivityIntentInfo
+android.content.pm.PackageParser$ApkLite
+android.content.pm.PackageParser$Callback
+android.content.pm.PackageParser$CallbackImpl
+android.content.pm.PackageParser$Component
+android.content.pm.PackageParser$IntentInfo
+android.content.pm.PackageParser$NewPermissionInfo
+android.content.pm.PackageParser$Package
+android.content.pm.PackageParser$Package$1
+android.content.pm.PackageParser$PackageLite
+android.content.pm.PackageParser$PackageParserException
+android.content.pm.PackageParser$ParseComponentArgs
+android.content.pm.PackageParser$ParsePackageItemArgs
+android.content.pm.PackageParser$Permission
+android.content.pm.PackageParser$Permission$1
+android.content.pm.PackageParser$PermissionGroup
+android.content.pm.PackageParser$PermissionGroup$1
+android.content.pm.PackageParser$Provider
+android.content.pm.PackageParser$Provider$1
+android.content.pm.PackageParser$ProviderIntentInfo
+android.content.pm.PackageParser$Service
+android.content.pm.PackageParser$Service$1
+android.content.pm.PackageParser$ServiceIntentInfo
+android.content.pm.PackageParser$SplitNameComparator
+android.content.pm.PackageParser$SplitPermissionInfo
+android.content.pm.PackageStats
+android.content.pm.PackageUserState
+android.content.pm.ParceledListSlice
+android.content.pm.ParceledListSlice$1
+android.content.pm.PathPermission
+android.content.pm.PathPermission$1
+android.content.pm.PermissionGroupInfo
+android.content.pm.PermissionGroupInfo$1
+android.content.pm.PermissionInfo
+android.content.pm.PermissionInfo$1
+android.content.pm.ProviderInfo
+android.content.pm.ProviderInfo$1
+android.content.pm.RegisteredServicesCache
+android.content.pm.RegisteredServicesCache$1
+android.content.pm.RegisteredServicesCache$2
+android.content.pm.RegisteredServicesCache$3
+android.content.pm.RegisteredServicesCache$ServiceInfo
+android.content.pm.RegisteredServicesCache$UserServices
+android.content.pm.RegisteredServicesCacheListener
+android.content.pm.ResolveInfo
+android.content.pm.ResolveInfo$1
+android.content.pm.SELinuxUtil
+android.content.pm.ServiceInfo
+android.content.pm.ServiceInfo$1
+android.content.pm.SharedLibraryInfo
+android.content.pm.SharedLibraryInfo$1
+android.content.pm.ShortcutInfo
+android.content.pm.ShortcutInfo$1
+android.content.pm.ShortcutInfo$Builder
+android.content.pm.ShortcutManager
+android.content.pm.ShortcutServiceInternal
+android.content.pm.ShortcutServiceInternal$ShortcutChangeListener
+android.content.pm.Signature
+android.content.pm.Signature$1
+android.content.pm.StringParceledListSlice
+android.content.pm.StringParceledListSlice$1
+android.content.pm.UserInfo
+android.content.pm.UserInfo$1
+android.content.pm.VerifierDeviceIdentity
+android.content.pm.VerifierInfo
+android.content.pm.VersionedPackage
+android.content.pm.VersionedPackage$1
+android.content.pm.XmlSerializerAndParser
+android.content.pm.split.DefaultSplitAssetLoader
+android.content.pm.split.SplitAssetLoader
+android.content.pm.split.SplitDependencyLoader$IllegalDependencyException
+android.content.res.AssetFileDescriptor
+android.content.res.AssetFileDescriptor$1
+android.content.res.AssetFileDescriptor$AutoCloseInputStream
+android.content.res.AssetManager
+android.content.res.AssetManager$AssetInputStream
+android.content.res.ColorStateList
+android.content.res.ColorStateList$1
+android.content.res.ColorStateList$ColorStateListFactory
+android.content.res.CompatResources
+android.content.res.CompatibilityInfo
+android.content.res.CompatibilityInfo$1
+android.content.res.CompatibilityInfo$2
+android.content.res.ComplexColor
+android.content.res.Configuration
+android.content.res.Configuration$1
+android.content.res.ConfigurationBoundResourceCache
+android.content.res.ConstantState
+android.content.res.DrawableCache
+android.content.res.GradientColor
+android.content.res.ObbInfo
+android.content.res.ObbInfo$1
+android.content.res.ObbScanner
+android.content.res.ResourceId
+android.content.res.Resources
+android.content.res.Resources$NotFoundException
+android.content.res.Resources$Theme
+android.content.res.Resources$ThemeKey
+android.content.res.ResourcesImpl
+android.content.res.ResourcesImpl$ThemeImpl
+android.content.res.ResourcesKey
+android.content.res.StringBlock
+android.content.res.StringBlock$StyleIDs
+android.content.res.ThemedResourceCache
+android.content.res.TypedArray
+android.content.res.XmlBlock
+android.content.res.XmlBlock$Parser
+android.content.res.XmlResourceParser
+android.database.AbstractCursor
+android.database.AbstractCursor$SelfContentObserver
+android.database.AbstractWindowedCursor
+android.database.BulkCursorDescriptor
+android.database.BulkCursorDescriptor$1
+android.database.BulkCursorNative
+android.database.BulkCursorProxy
+android.database.BulkCursorToCursorAdaptor
+android.database.CharArrayBuffer
+android.database.ContentObservable
+android.database.ContentObserver
+android.database.ContentObserver$NotificationRunnable
+android.database.ContentObserver$Transport
+android.database.CrossProcessCursor
+android.database.CrossProcessCursorWrapper
+android.database.Cursor
+android.database.CursorIndexOutOfBoundsException
+android.database.CursorToBulkCursorAdaptor
+android.database.CursorToBulkCursorAdaptor$ContentObserverProxy
+android.database.CursorWindow
+android.database.CursorWindow$1
+android.database.CursorWrapper
+android.database.DataSetObservable
+android.database.DataSetObserver
+android.database.DatabaseErrorHandler
+android.database.DatabaseUtils
+android.database.DatabaseUtils$InsertHelper
+android.database.DefaultDatabaseErrorHandler
+android.database.IBulkCursor
+android.database.IContentObserver
+android.database.IContentObserver$Stub
+android.database.IContentObserver$Stub$Proxy
+android.database.MatrixCursor
+android.database.MatrixCursor$RowBuilder
+android.database.MergeCursor
+android.database.MergeCursor$1
+android.database.Observable
+android.database.SQLException
+android.database.StaleDataException
+android.database.sqlite.-$Lambda$gPaS7kMbZ8xtrrEx06GlwJ2iDWE
+android.database.sqlite.DatabaseObjectNotClosedException
+android.database.sqlite.SQLiteAbortException
+android.database.sqlite.SQLiteCantOpenDatabaseException
+android.database.sqlite.SQLiteClosable
+android.database.sqlite.SQLiteConnection
+android.database.sqlite.SQLiteConnection$Operation
+android.database.sqlite.SQLiteConnection$OperationLog
+android.database.sqlite.SQLiteConnection$PreparedStatement
+android.database.sqlite.SQLiteConnection$PreparedStatementCache
+android.database.sqlite.SQLiteConnectionPool
+android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
+android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
+android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
+android.database.sqlite.SQLiteConstraintException
+android.database.sqlite.SQLiteCursor
+android.database.sqlite.SQLiteCursorDriver
+android.database.sqlite.SQLiteCustomFunction
+android.database.sqlite.SQLiteDatabase
+android.database.sqlite.SQLiteDatabase$1
+android.database.sqlite.SQLiteDatabase$2
+android.database.sqlite.SQLiteDatabase$CursorFactory
+android.database.sqlite.SQLiteDatabase$CustomFunction
+android.database.sqlite.SQLiteDatabase$OpenParams
+android.database.sqlite.SQLiteDatabase$OpenParams$Builder
+android.database.sqlite.SQLiteDatabaseConfiguration
+android.database.sqlite.SQLiteDatabaseCorruptException
+android.database.sqlite.SQLiteDatabaseLockedException
+android.database.sqlite.SQLiteDebug
+android.database.sqlite.SQLiteDebug$PagerStats
+android.database.sqlite.SQLiteDirectCursorDriver
+android.database.sqlite.SQLiteDiskIOException
+android.database.sqlite.SQLiteDoneException
+android.database.sqlite.SQLiteException
+android.database.sqlite.SQLiteFullException
+android.database.sqlite.SQLiteGlobal
+android.database.sqlite.SQLiteOpenHelper
+android.database.sqlite.SQLiteProgram
+android.database.sqlite.SQLiteQuery
+android.database.sqlite.SQLiteQueryBuilder
+android.database.sqlite.SQLiteReadOnlyDatabaseException
+android.database.sqlite.SQLiteSession
+android.database.sqlite.SQLiteSession$Transaction
+android.database.sqlite.SQLiteStatement
+android.database.sqlite.SQLiteStatementInfo
+android.database.sqlite.SQLiteTransactionListener
+android.database.sqlite.SqliteWrapper
+android.ddm.DdmHandleAppName
+android.ddm.DdmHandleExit
+android.ddm.DdmHandleHeap
+android.ddm.DdmHandleHello
+android.ddm.DdmHandleNativeHeap
+android.ddm.DdmHandleProfiling
+android.ddm.DdmHandleThread
+android.ddm.DdmHandleViewDebug
+android.ddm.DdmRegister
+android.drm.DrmManagerClient$OnErrorListener
+android.drm.DrmManagerClient$OnEventListener
+android.drm.DrmManagerClient$OnInfoListener
+android.drm.DrmOutputStream
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$1
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$2
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$4
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$6
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$7
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$8
+android.graphics.BaseCanvas
+android.graphics.Bitmap
+android.graphics.Bitmap$1
+android.graphics.Bitmap$CompressFormat
+android.graphics.Bitmap$Config
+android.graphics.BitmapFactory
+android.graphics.BitmapFactory$Options
+android.graphics.BitmapRegionDecoder
+android.graphics.BitmapShader
+android.graphics.BlurMaskFilter
+android.graphics.BlurMaskFilter$Blur
+android.graphics.Camera
+android.graphics.Canvas
+android.graphics.Canvas$EdgeType
+android.graphics.Canvas$NoImagePreloadHolder
+android.graphics.CanvasProperty
+android.graphics.Color
+android.graphics.ColorFilter
+android.graphics.ColorFilter$NoImagePreloadHolder
+android.graphics.ColorMatrix
+android.graphics.ColorMatrixColorFilter
+android.graphics.ColorSpace
+android.graphics.ColorSpace$Adaptation
+android.graphics.ColorSpace$Lab
+android.graphics.ColorSpace$Model
+android.graphics.ColorSpace$Named
+android.graphics.ColorSpace$Rgb
+android.graphics.ColorSpace$Rgb$TransferParameters
+android.graphics.ColorSpace$Xyz
+android.graphics.ComposePathEffect
+android.graphics.ComposeShader
+android.graphics.CornerPathEffect
+android.graphics.DashPathEffect
+android.graphics.DiscretePathEffect
+android.graphics.DrawFilter
+android.graphics.EmbossMaskFilter
+android.graphics.FontFamily
+android.graphics.FontListParser
+android.graphics.GraphicBuffer
+android.graphics.GraphicBuffer$1
+android.graphics.ImageFormat
+android.graphics.Insets
+android.graphics.Interpolator
+android.graphics.Interpolator$Result
+android.graphics.LeakyTypefaceStorage
+android.graphics.LightingColorFilter
+android.graphics.LinearGradient
+android.graphics.MaskFilter
+android.graphics.Matrix
+android.graphics.Matrix$1
+android.graphics.Matrix$NoImagePreloadHolder
+android.graphics.Matrix$ScaleToFit
+android.graphics.Movie
+android.graphics.NinePatch
+android.graphics.NinePatch$InsetStruct
+android.graphics.Outline
+android.graphics.Paint
+android.graphics.Paint$Align
+android.graphics.Paint$Cap
+android.graphics.Paint$FontMetrics
+android.graphics.Paint$FontMetricsInt
+android.graphics.Paint$Join
+android.graphics.Paint$NoImagePreloadHolder
+android.graphics.Paint$Style
+android.graphics.PaintFlagsDrawFilter
+android.graphics.Path
+android.graphics.Path$Direction
+android.graphics.Path$FillType
+android.graphics.Path$Op
+android.graphics.PathDashPathEffect
+android.graphics.PathEffect
+android.graphics.PathMeasure
+android.graphics.Picture
+android.graphics.Picture$RecordingCanvas
+android.graphics.PixelFormat
+android.graphics.Point
+android.graphics.Point$1
+android.graphics.PointF
+android.graphics.PointF$1
+android.graphics.PorterDuff
+android.graphics.PorterDuff$Mode
+android.graphics.PorterDuffColorFilter
+android.graphics.PorterDuffXfermode
+android.graphics.RadialGradient
+android.graphics.Rect
+android.graphics.Rect$1
+android.graphics.Rect$UnflattenHelper
+android.graphics.RectF
+android.graphics.RectF$1
+android.graphics.Region
+android.graphics.Region$1
+android.graphics.Region$Op
+android.graphics.RegionIterator
+android.graphics.Shader
+android.graphics.Shader$NoImagePreloadHolder
+android.graphics.Shader$TileMode
+android.graphics.SumPathEffect
+android.graphics.SurfaceTexture
+android.graphics.SurfaceTexture$1
+android.graphics.SurfaceTexture$OnFrameAvailableListener
+android.graphics.SweepGradient
+android.graphics.TableMaskFilter
+android.graphics.TemporaryBuffer
+android.graphics.Typeface
+android.graphics.Typeface$Builder
+android.graphics.Xfermode
+android.graphics.YuvImage
+android.graphics.drawable.AdaptiveIconDrawable
+android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
+android.graphics.drawable.AdaptiveIconDrawable$LayerState
+android.graphics.drawable.Animatable
+android.graphics.drawable.Animatable2
+android.graphics.drawable.Animatable2$AnimationCallback
+android.graphics.drawable.AnimatedStateListDrawable
+android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState
+android.graphics.drawable.AnimatedStateListDrawable$AnimatedVectorDrawableTransition
+android.graphics.drawable.AnimatedStateListDrawable$AnimationDrawableTransition
+android.graphics.drawable.AnimatedStateListDrawable$FrameInterpolator
+android.graphics.drawable.AnimatedStateListDrawable$Transition
+android.graphics.drawable.AnimatedVectorDrawable
+android.graphics.drawable.AnimatedVectorDrawable$1
+android.graphics.drawable.AnimatedVectorDrawable$2
+android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
+android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
+android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
+android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
+android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI
+android.graphics.drawable.AnimationDrawable
+android.graphics.drawable.AnimationDrawable$AnimationState
+android.graphics.drawable.BitmapDrawable
+android.graphics.drawable.BitmapDrawable$BitmapState
+android.graphics.drawable.ClipDrawable
+android.graphics.drawable.ClipDrawable$ClipState
+android.graphics.drawable.ColorDrawable
+android.graphics.drawable.ColorDrawable$ColorState
+android.graphics.drawable.Drawable
+android.graphics.drawable.Drawable$Callback
+android.graphics.drawable.Drawable$ConstantState
+android.graphics.drawable.DrawableContainer
+android.graphics.drawable.DrawableContainer$1
+android.graphics.drawable.DrawableContainer$BlockInvalidateCallback
+android.graphics.drawable.DrawableContainer$DrawableContainerState
+android.graphics.drawable.DrawableInflater
+android.graphics.drawable.DrawableWrapper
+android.graphics.drawable.DrawableWrapper$DrawableWrapperState
+android.graphics.drawable.GradientDrawable
+android.graphics.drawable.GradientDrawable$GradientState
+android.graphics.drawable.GradientDrawable$Orientation
+android.graphics.drawable.Icon
+android.graphics.drawable.Icon$1
+android.graphics.drawable.InsetDrawable
+android.graphics.drawable.InsetDrawable$InsetState
+android.graphics.drawable.InsetDrawable$InsetValue
+android.graphics.drawable.LayerDrawable
+android.graphics.drawable.LayerDrawable$ChildDrawable
+android.graphics.drawable.LayerDrawable$LayerState
+android.graphics.drawable.NinePatchDrawable
+android.graphics.drawable.NinePatchDrawable$NinePatchState
+android.graphics.drawable.PaintDrawable
+android.graphics.drawable.PictureDrawable
+android.graphics.drawable.RippleBackground
+android.graphics.drawable.RippleBackground$1
+android.graphics.drawable.RippleBackground$BackgroundProperty
+android.graphics.drawable.RippleComponent
+android.graphics.drawable.RippleComponent$RenderNodeAnimatorSet
+android.graphics.drawable.RippleDrawable
+android.graphics.drawable.RippleDrawable$RippleState
+android.graphics.drawable.RippleForeground
+android.graphics.drawable.RippleForeground$1
+android.graphics.drawable.RippleForeground$2
+android.graphics.drawable.RippleForeground$3
+android.graphics.drawable.RippleForeground$4
+android.graphics.drawable.RippleForeground$LogDecelerateInterpolator
+android.graphics.drawable.RotateDrawable
+android.graphics.drawable.RotateDrawable$RotateState
+android.graphics.drawable.ScaleDrawable
+android.graphics.drawable.ScaleDrawable$ScaleState
+android.graphics.drawable.ShapeDrawable
+android.graphics.drawable.ShapeDrawable$ShaderFactory
+android.graphics.drawable.ShapeDrawable$ShapeState
+android.graphics.drawable.StateListDrawable
+android.graphics.drawable.StateListDrawable$StateListState
+android.graphics.drawable.TransitionDrawable
+android.graphics.drawable.TransitionDrawable$TransitionState
+android.graphics.drawable.VectorDrawable
+android.graphics.drawable.VectorDrawable$VClipPath
+android.graphics.drawable.VectorDrawable$VFullPath
+android.graphics.drawable.VectorDrawable$VFullPath$1
+android.graphics.drawable.VectorDrawable$VFullPath$10
+android.graphics.drawable.VectorDrawable$VFullPath$2
+android.graphics.drawable.VectorDrawable$VFullPath$3
+android.graphics.drawable.VectorDrawable$VFullPath$4
+android.graphics.drawable.VectorDrawable$VFullPath$5
+android.graphics.drawable.VectorDrawable$VFullPath$6
+android.graphics.drawable.VectorDrawable$VFullPath$7
+android.graphics.drawable.VectorDrawable$VFullPath$8
+android.graphics.drawable.VectorDrawable$VFullPath$9
+android.graphics.drawable.VectorDrawable$VGroup
+android.graphics.drawable.VectorDrawable$VGroup$1
+android.graphics.drawable.VectorDrawable$VGroup$2
+android.graphics.drawable.VectorDrawable$VGroup$3
+android.graphics.drawable.VectorDrawable$VGroup$4
+android.graphics.drawable.VectorDrawable$VGroup$5
+android.graphics.drawable.VectorDrawable$VGroup$6
+android.graphics.drawable.VectorDrawable$VGroup$7
+android.graphics.drawable.VectorDrawable$VGroup$8
+android.graphics.drawable.VectorDrawable$VGroup$9
+android.graphics.drawable.VectorDrawable$VObject
+android.graphics.drawable.VectorDrawable$VPath
+android.graphics.drawable.VectorDrawable$VPath$1
+android.graphics.drawable.VectorDrawable$VectorDrawableState
+android.graphics.drawable.VectorDrawable$VectorDrawableState$1
+android.graphics.drawable.shapes.OvalShape
+android.graphics.drawable.shapes.RectShape
+android.graphics.drawable.shapes.RoundRectShape
+android.graphics.drawable.shapes.Shape
+android.graphics.fonts.FontVariationAxis
+android.graphics.pdf.PdfDocument
+android.graphics.pdf.PdfEditor
+android.graphics.pdf.PdfRenderer
+android.hardware.Camera
+android.hardware.Camera$CameraInfo
+android.hardware.Camera$ErrorCallback
+android.hardware.Camera$Face
+android.hardware.CameraStatus
+android.hardware.CameraStatus$1
+android.hardware.ConsumerIrManager
+android.hardware.GeomagneticField
+android.hardware.GeomagneticField$LegendreTable
+android.hardware.HardwareBuffer
+android.hardware.HardwareBuffer$1
+android.hardware.ICameraService
+android.hardware.ICameraService$Stub
+android.hardware.ICameraService$Stub$Proxy
+android.hardware.ICameraServiceListener
+android.hardware.ICameraServiceListener$Stub
+android.hardware.ICameraServiceProxy
+android.hardware.ICameraServiceProxy$Stub
+android.hardware.IConsumerIrService
+android.hardware.IConsumerIrService$Stub
+android.hardware.ISerialManager
+android.hardware.ISerialManager$Stub
+android.hardware.Sensor
+android.hardware.SensorAdditionalInfo
+android.hardware.SensorEvent
+android.hardware.SensorEventListener
+android.hardware.SensorManager
+android.hardware.SerialManager
+android.hardware.SerialPort
+android.hardware.SystemSensorManager
+android.hardware.SystemSensorManager$BaseEventQueue
+android.hardware.SystemSensorManager$SensorEventQueue
+android.hardware.SystemSensorManager$TriggerEventQueue
+android.hardware.TriggerEvent
+android.hardware.TriggerEventListener
+android.hardware.camera2.CameraAccessException
+android.hardware.camera2.CameraCaptureSession
+android.hardware.camera2.CameraCaptureSession$CaptureCallback
+android.hardware.camera2.CameraCaptureSession$StateCallback
+android.hardware.camera2.CameraCharacteristics
+android.hardware.camera2.CameraCharacteristics$1
+android.hardware.camera2.CameraCharacteristics$2
+android.hardware.camera2.CameraCharacteristics$3
+android.hardware.camera2.CameraCharacteristics$4
+android.hardware.camera2.CameraCharacteristics$5
+android.hardware.camera2.CameraCharacteristics$Key
+android.hardware.camera2.CameraDevice
+android.hardware.camera2.CameraDevice$StateCallback
+android.hardware.camera2.CameraManager
+android.hardware.camera2.CameraManager$AvailabilityCallback
+android.hardware.camera2.CameraManager$CameraManagerGlobal
+android.hardware.camera2.CameraManager$CameraManagerGlobal$1
+android.hardware.camera2.CameraManager$CameraManagerGlobal$2
+android.hardware.camera2.CameraManager$CameraManagerGlobal$3
+android.hardware.camera2.CameraManager$CameraManagerGlobal$4
+android.hardware.camera2.CameraManager$TorchCallback
+android.hardware.camera2.CameraMetadata
+android.hardware.camera2.CaptureFailure
+android.hardware.camera2.CaptureRequest
+android.hardware.camera2.CaptureRequest$1
+android.hardware.camera2.CaptureRequest$2
+android.hardware.camera2.CaptureRequest$Builder
+android.hardware.camera2.CaptureRequest$Key
+android.hardware.camera2.CaptureResult
+android.hardware.camera2.CaptureResult$1
+android.hardware.camera2.CaptureResult$2
+android.hardware.camera2.CaptureResult$3
+android.hardware.camera2.CaptureResult$Key
+android.hardware.camera2.DngCreator
+android.hardware.camera2.ICameraDeviceCallbacks
+android.hardware.camera2.ICameraDeviceCallbacks$Stub
+android.hardware.camera2.ICameraDeviceUser
+android.hardware.camera2.ICameraDeviceUser$Stub
+android.hardware.camera2.ICameraDeviceUser$Stub$Proxy
+android.hardware.camera2.TotalCaptureResult
+android.hardware.camera2.dispatch.ArgumentReplacingDispatcher
+android.hardware.camera2.dispatch.BroadcastDispatcher
+android.hardware.camera2.dispatch.Dispatchable
+android.hardware.camera2.dispatch.DuckTypingDispatcher
+android.hardware.camera2.dispatch.HandlerDispatcher
+android.hardware.camera2.dispatch.HandlerDispatcher$1
+android.hardware.camera2.dispatch.InvokeDispatcher
+android.hardware.camera2.dispatch.MethodNameInvoker
+android.hardware.camera2.impl.CallbackProxies$DeviceCaptureCallbackProxy
+android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy
+android.hardware.camera2.impl.CameraCaptureSessionCore
+android.hardware.camera2.impl.CameraCaptureSessionImpl
+android.hardware.camera2.impl.CameraCaptureSessionImpl$1
+android.hardware.camera2.impl.CameraCaptureSessionImpl$2
+android.hardware.camera2.impl.CameraCaptureSessionImpl$AbortDrainListener
+android.hardware.camera2.impl.CameraCaptureSessionImpl$IdleDrainListener
+android.hardware.camera2.impl.CameraCaptureSessionImpl$SequenceDrainListener
+android.hardware.camera2.impl.CameraDeviceImpl
+android.hardware.camera2.impl.CameraDeviceImpl$1
+android.hardware.camera2.impl.CameraDeviceImpl$10
+android.hardware.camera2.impl.CameraDeviceImpl$2
+android.hardware.camera2.impl.CameraDeviceImpl$3
+android.hardware.camera2.impl.CameraDeviceImpl$4
+android.hardware.camera2.impl.CameraDeviceImpl$5
+android.hardware.camera2.impl.CameraDeviceImpl$6
+android.hardware.camera2.impl.CameraDeviceImpl$7
+android.hardware.camera2.impl.CameraDeviceImpl$9
+android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks
+android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks$2
+android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks$3
+android.hardware.camera2.impl.CameraDeviceImpl$CameraDeviceCallbacks$4
+android.hardware.camera2.impl.CameraDeviceImpl$CaptureCallback
+android.hardware.camera2.impl.CameraDeviceImpl$CaptureCallbackHolder
+android.hardware.camera2.impl.CameraDeviceImpl$FrameNumberTracker
+android.hardware.camera2.impl.CameraDeviceImpl$RequestLastFrameNumbersHolder
+android.hardware.camera2.impl.CameraDeviceImpl$StateCallbackKK
+android.hardware.camera2.impl.CameraMetadataNative
+android.hardware.camera2.impl.CameraMetadataNative$1
+android.hardware.camera2.impl.CameraMetadataNative$10
+android.hardware.camera2.impl.CameraMetadataNative$11
+android.hardware.camera2.impl.CameraMetadataNative$12
+android.hardware.camera2.impl.CameraMetadataNative$13
+android.hardware.camera2.impl.CameraMetadataNative$14
+android.hardware.camera2.impl.CameraMetadataNative$15
+android.hardware.camera2.impl.CameraMetadataNative$16
+android.hardware.camera2.impl.CameraMetadataNative$17
+android.hardware.camera2.impl.CameraMetadataNative$18
+android.hardware.camera2.impl.CameraMetadataNative$19
+android.hardware.camera2.impl.CameraMetadataNative$2
+android.hardware.camera2.impl.CameraMetadataNative$3
+android.hardware.camera2.impl.CameraMetadataNative$4
+android.hardware.camera2.impl.CameraMetadataNative$5
+android.hardware.camera2.impl.CameraMetadataNative$6
+android.hardware.camera2.impl.CameraMetadataNative$7
+android.hardware.camera2.impl.CameraMetadataNative$8
+android.hardware.camera2.impl.CameraMetadataNative$9
+android.hardware.camera2.impl.CameraMetadataNative$Key
+android.hardware.camera2.impl.CaptureResultExtras
+android.hardware.camera2.impl.CaptureResultExtras$1
+android.hardware.camera2.impl.GetCommand
+android.hardware.camera2.impl.ICameraDeviceUserWrapper
+android.hardware.camera2.impl.SetCommand
+android.hardware.camera2.legacy.LegacyCameraDevice
+android.hardware.camera2.legacy.LegacyExceptionUtils
+android.hardware.camera2.legacy.LegacyExceptionUtils$BufferQueueAbandonedException
+android.hardware.camera2.legacy.PerfMeasurement
+android.hardware.camera2.marshal.MarshalHelpers
+android.hardware.camera2.marshal.MarshalQueryable
+android.hardware.camera2.marshal.MarshalRegistry
+android.hardware.camera2.marshal.MarshalRegistry$MarshalToken
+android.hardware.camera2.marshal.Marshaler
+android.hardware.camera2.marshal.impl.MarshalQueryableArray
+android.hardware.camera2.marshal.impl.MarshalQueryableArray$MarshalerArray
+android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern
+android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern$MarshalerBlackLevelPattern
+android.hardware.camera2.marshal.impl.MarshalQueryableBoolean
+android.hardware.camera2.marshal.impl.MarshalQueryableBoolean$MarshalerBoolean
+android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform
+android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform$MarshalerColorSpaceTransform
+android.hardware.camera2.marshal.impl.MarshalQueryableEnum
+android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration$MarshalerHighSpeedVideoConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle
+android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle$MarshalerMeteringRectangle
+android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger
+android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger$MarshalerNativeByteToInteger
+android.hardware.camera2.marshal.impl.MarshalQueryablePair
+android.hardware.camera2.marshal.impl.MarshalQueryablePair$MarshalerPair
+android.hardware.camera2.marshal.impl.MarshalQueryableParcelable
+android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive
+android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive$MarshalerPrimitive
+android.hardware.camera2.marshal.impl.MarshalQueryableRange
+android.hardware.camera2.marshal.impl.MarshalQueryableRange$MarshalerRange
+android.hardware.camera2.marshal.impl.MarshalQueryableRect
+android.hardware.camera2.marshal.impl.MarshalQueryableRect$MarshalerRect
+android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap
+android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap$MarshalerReprocessFormatsMap
+android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector
+android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector$MarshalerRggbChannelVector
+android.hardware.camera2.marshal.impl.MarshalQueryableSize
+android.hardware.camera2.marshal.impl.MarshalQueryableSize$MarshalerSize
+android.hardware.camera2.marshal.impl.MarshalQueryableSizeF
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration$MarshalerStreamConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration$MarshalerStreamConfigurationDuration
+android.hardware.camera2.marshal.impl.MarshalQueryableString
+android.hardware.camera2.params.BlackLevelPattern
+android.hardware.camera2.params.ColorSpaceTransform
+android.hardware.camera2.params.Face
+android.hardware.camera2.params.HighSpeedVideoConfiguration
+android.hardware.camera2.params.InputConfiguration
+android.hardware.camera2.params.LensShadingMap
+android.hardware.camera2.params.MeteringRectangle
+android.hardware.camera2.params.OutputConfiguration
+android.hardware.camera2.params.OutputConfiguration$1
+android.hardware.camera2.params.ReprocessFormatsMap
+android.hardware.camera2.params.RggbChannelVector
+android.hardware.camera2.params.StreamConfiguration
+android.hardware.camera2.params.StreamConfigurationDuration
+android.hardware.camera2.params.StreamConfigurationMap
+android.hardware.camera2.params.TonemapCurve
+android.hardware.camera2.utils.HashCodeHelpers
+android.hardware.camera2.utils.SubmitInfo
+android.hardware.camera2.utils.SubmitInfo$1
+android.hardware.camera2.utils.SurfaceUtils
+android.hardware.camera2.utils.TaskDrainer
+android.hardware.camera2.utils.TaskDrainer$1
+android.hardware.camera2.utils.TaskDrainer$DrainListener
+android.hardware.camera2.utils.TaskSingleDrainer
+android.hardware.camera2.utils.TypeReference
+android.hardware.camera2.utils.TypeReference$SpecializedBaseTypeReference
+android.hardware.camera2.utils.TypeReference$SpecializedTypeReference
+android.hardware.display.DisplayManager
+android.hardware.display.DisplayManager$DisplayListener
+android.hardware.display.DisplayManagerGlobal
+android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
+android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
+android.hardware.display.DisplayManagerInternal
+android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
+android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
+android.hardware.display.DisplayManagerInternal$DisplayTransactionListener
+android.hardware.display.DisplayViewport
+android.hardware.display.IDisplayManager
+android.hardware.display.IDisplayManager$Stub
+android.hardware.display.IDisplayManager$Stub$Proxy
+android.hardware.display.IDisplayManagerCallback
+android.hardware.display.IDisplayManagerCallback$Stub
+android.hardware.display.IDisplayManagerCallback$Stub$Proxy
+android.hardware.display.IVirtualDisplayCallback
+android.hardware.display.WifiDisplay
+android.hardware.display.WifiDisplay$1
+android.hardware.display.WifiDisplaySessionInfo
+android.hardware.display.WifiDisplaySessionInfo$1
+android.hardware.display.WifiDisplayStatus
+android.hardware.display.WifiDisplayStatus$1
+android.hardware.fingerprint.Fingerprint
+android.hardware.fingerprint.Fingerprint$1
+android.hardware.fingerprint.FingerprintManager
+android.hardware.fingerprint.FingerprintManager$1
+android.hardware.fingerprint.FingerprintManager$2
+android.hardware.fingerprint.FingerprintManager$AuthenticationCallback
+android.hardware.fingerprint.FingerprintManager$AuthenticationResult
+android.hardware.fingerprint.FingerprintManager$LockoutResetCallback
+android.hardware.fingerprint.FingerprintManager$MyHandler
+android.hardware.fingerprint.IFingerprintClientActiveCallback
+android.hardware.fingerprint.IFingerprintService
+android.hardware.fingerprint.IFingerprintService$Stub
+android.hardware.fingerprint.IFingerprintService$Stub$Proxy
+android.hardware.fingerprint.IFingerprintServiceLockoutResetCallback
+android.hardware.fingerprint.IFingerprintServiceLockoutResetCallback$Stub
+android.hardware.fingerprint.IFingerprintServiceLockoutResetCallback$Stub$Proxy
+android.hardware.fingerprint.IFingerprintServiceReceiver
+android.hardware.fingerprint.IFingerprintServiceReceiver$Stub
+android.hardware.hdmi.HdmiControlManager
+android.hardware.hdmi.HdmiPlaybackClient$DisplayStatusCallback
+android.hardware.input.IInputDevicesChangedListener
+android.hardware.input.IInputDevicesChangedListener$Stub
+android.hardware.input.IInputDevicesChangedListener$Stub$Proxy
+android.hardware.input.IInputManager
+android.hardware.input.IInputManager$Stub
+android.hardware.input.IInputManager$Stub$Proxy
+android.hardware.input.ITabletModeChangedListener
+android.hardware.input.InputDeviceIdentifier
+android.hardware.input.InputDeviceIdentifier$1
+android.hardware.input.InputManager
+android.hardware.input.InputManager$InputDeviceListener
+android.hardware.input.InputManager$InputDeviceListenerDelegate
+android.hardware.input.InputManager$InputDevicesChangedListener
+android.hardware.input.InputManager$OnTabletModeChangedListener
+android.hardware.input.InputManagerInternal
+android.hardware.input.KeyboardLayout
+android.hardware.input.KeyboardLayout$1
+android.hardware.input.TouchCalibration
+android.hardware.input.TouchCalibration$1
+android.hardware.location.ActivityRecognitionHardware
+android.hardware.location.ContextHubInfo
+android.hardware.location.ContextHubInfo$1
+android.hardware.location.ContextHubManager
+android.hardware.location.ContextHubManager$1
+android.hardware.location.ContextHubManager$Callback
+android.hardware.location.ContextHubManager$ICallback
+android.hardware.location.ContextHubMessage
+android.hardware.location.ContextHubMessage$1
+android.hardware.location.GeofenceHardware
+android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
+android.hardware.location.GeofenceHardwareCallback
+android.hardware.location.GeofenceHardwareImpl
+android.hardware.location.GeofenceHardwareImpl$1
+android.hardware.location.GeofenceHardwareImpl$2
+android.hardware.location.GeofenceHardwareImpl$3
+android.hardware.location.GeofenceHardwareImpl$Reaper
+android.hardware.location.GeofenceHardwareMonitorCallback
+android.hardware.location.GeofenceHardwareService
+android.hardware.location.GeofenceHardwareService$1
+android.hardware.location.IActivityRecognitionHardware
+android.hardware.location.IActivityRecognitionHardware$Stub
+android.hardware.location.IActivityRecognitionHardwareClient
+android.hardware.location.IActivityRecognitionHardwareClient$Stub
+android.hardware.location.IActivityRecognitionHardwareClient$Stub$Proxy
+android.hardware.location.IActivityRecognitionHardwareWatcher
+android.hardware.location.IContextHubCallback
+android.hardware.location.IContextHubCallback$Stub
+android.hardware.location.IContextHubCallback$Stub$Proxy
+android.hardware.location.IContextHubService
+android.hardware.location.IContextHubService$Stub
+android.hardware.location.IContextHubService$Stub$Proxy
+android.hardware.location.IFusedLocationHardware
+android.hardware.location.IGeofenceHardware
+android.hardware.location.IGeofenceHardware$Stub
+android.hardware.location.IGeofenceHardware$Stub$Proxy
+android.hardware.location.IGeofenceHardwareMonitorCallback
+android.hardware.location.IGeofenceHardwareMonitorCallback$Stub
+android.hardware.location.IGeofenceHardwareMonitorCallback$Stub$Proxy
+android.hardware.location.MemoryRegion
+android.hardware.location.MemoryRegion$1
+android.hardware.location.NanoApp
+android.hardware.location.NanoAppFilter
+android.hardware.location.NanoAppFilter$1
+android.hardware.location.NanoAppInstanceInfo
+android.hardware.location.NanoAppInstanceInfo$1
+android.hardware.radio.RadioManager
+android.hardware.radio.RadioManager$AmBandConfig
+android.hardware.radio.RadioManager$AmBandConfig$1
+android.hardware.radio.RadioManager$AmBandDescriptor
+android.hardware.radio.RadioManager$AmBandDescriptor$1
+android.hardware.radio.RadioManager$BandConfig
+android.hardware.radio.RadioManager$BandConfig$1
+android.hardware.radio.RadioManager$BandDescriptor
+android.hardware.radio.RadioManager$BandDescriptor$1
+android.hardware.radio.RadioManager$FmBandConfig
+android.hardware.radio.RadioManager$FmBandConfig$1
+android.hardware.radio.RadioManager$FmBandDescriptor
+android.hardware.radio.RadioManager$FmBandDescriptor$1
+android.hardware.radio.RadioManager$ModuleProperties
+android.hardware.radio.RadioManager$ModuleProperties$1
+android.hardware.radio.RadioManager$ProgramInfo
+android.hardware.radio.RadioManager$ProgramInfo$1
+android.hardware.radio.RadioMetadata
+android.hardware.radio.RadioMetadata$1
+android.hardware.radio.RadioModule
+android.hardware.radio.RadioTuner
+android.hardware.radio.V1_0.Call
+android.hardware.radio.V1_0.CardStatus
+android.hardware.radio.V1_0.CdmaSignalStrength
+android.hardware.radio.V1_0.CellIdentity
+android.hardware.radio.V1_0.CellIdentityCdma
+android.hardware.radio.V1_0.CellIdentityGsm
+android.hardware.radio.V1_0.CellIdentityLte
+android.hardware.radio.V1_0.CellIdentityTdscdma
+android.hardware.radio.V1_0.CellIdentityWcdma
+android.hardware.radio.V1_0.CellInfo
+android.hardware.radio.V1_0.CellInfoCdma
+android.hardware.radio.V1_0.CellInfoGsm
+android.hardware.radio.V1_0.CellInfoLte
+android.hardware.radio.V1_0.CellInfoTdscdma
+android.hardware.radio.V1_0.CellInfoType
+android.hardware.radio.V1_0.CellInfoWcdma
+android.hardware.radio.V1_0.DataRegStateResult
+android.hardware.radio.V1_0.EvdoSignalStrength
+android.hardware.radio.V1_0.GsmSignalStrength
+android.hardware.radio.V1_0.HardwareConfig
+android.hardware.radio.V1_0.IRadio
+android.hardware.radio.V1_0.IRadio$Proxy
+android.hardware.radio.V1_0.IRadioIndication
+android.hardware.radio.V1_0.IRadioIndication$Stub
+android.hardware.radio.V1_0.IRadioResponse
+android.hardware.radio.V1_0.IRadioResponse$Stub
+android.hardware.radio.V1_0.LceStatusInfo
+android.hardware.radio.V1_0.LteSignalStrength
+android.hardware.radio.V1_0.RadioCapability
+android.hardware.radio.V1_0.RadioResponseInfo
+android.hardware.radio.V1_0.RegState
+android.hardware.radio.V1_0.SignalStrength
+android.hardware.radio.V1_0.TdScdmaSignalStrength
+android.hardware.radio.V1_0.VoiceRegStateResult
+android.hardware.radio.V1_0.WcdmaSignalStrength
+android.hardware.radio.deprecated.V1_0.IOemHook
+android.hardware.radio.deprecated.V1_0.IOemHook$Proxy
+android.hardware.radio.deprecated.V1_0.IOemHookIndication
+android.hardware.radio.deprecated.V1_0.IOemHookIndication$Stub
+android.hardware.radio.deprecated.V1_0.IOemHookResponse
+android.hardware.radio.deprecated.V1_0.IOemHookResponse$Stub
+android.hardware.soundtrigger.IRecognitionStatusCallback
+android.hardware.soundtrigger.IRecognitionStatusCallback$Stub
+android.hardware.soundtrigger.KeyphraseEnrollmentInfo
+android.hardware.soundtrigger.KeyphraseMetadata
+android.hardware.soundtrigger.SoundTrigger
+android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel
+android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1
+android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$GenericSoundModel
+android.hardware.soundtrigger.SoundTrigger$GenericSoundModel$1
+android.hardware.soundtrigger.SoundTrigger$Keyphrase
+android.hardware.soundtrigger.SoundTrigger$Keyphrase$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel
+android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1
+android.hardware.soundtrigger.SoundTrigger$ModuleProperties
+android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
+android.hardware.soundtrigger.SoundTrigger$RecognitionConfig
+android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1
+android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$SoundModel
+android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
+android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1
+android.hardware.soundtrigger.SoundTrigger$StatusListener
+android.hardware.soundtrigger.SoundTriggerModule
+android.hardware.usb.IUsbManager
+android.hardware.usb.IUsbManager$Stub
+android.hardware.usb.IUsbManager$Stub$Proxy
+android.hardware.usb.UsbAccessory
+android.hardware.usb.UsbDevice
+android.hardware.usb.UsbDevice$1
+android.hardware.usb.UsbDeviceConnection
+android.hardware.usb.UsbManager
+android.hardware.usb.UsbPort
+android.hardware.usb.UsbPort$1
+android.hardware.usb.UsbPortStatus
+android.hardware.usb.UsbPortStatus$1
+android.hardware.usb.UsbRequest
+android.hidl.base.V1_0.DebugInfo
+android.hidl.base.V1_0.IBase
+android.hidl.manager.V1_0.IServiceManager
+android.hidl.manager.V1_0.IServiceManager$Proxy
+android.hidl.manager.V1_0.IServiceNotification
+android.hidl.manager.V1_0.IServiceNotification$Stub
+android.icu.impl.BMPSet
+android.icu.impl.CacheBase
+android.icu.impl.CacheValue
+android.icu.impl.CacheValue$NullValue
+android.icu.impl.CacheValue$SoftValue
+android.icu.impl.CacheValue$Strength
+android.icu.impl.CalendarUtil
+android.icu.impl.CalendarUtil$CalendarPreferences
+android.icu.impl.CaseMapImpl
+android.icu.impl.CaseMapImpl$GreekUpper
+android.icu.impl.CaseMapImpl$StringContextIterator
+android.icu.impl.CharTrie
+android.icu.impl.CharacterIteration
+android.icu.impl.ClassLoaderUtil
+android.icu.impl.CurrencyData
+android.icu.impl.CurrencyData$CurrencyDisplayInfo
+android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider
+android.icu.impl.CurrencyData$CurrencySpacingInfo
+android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern
+android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType
+android.icu.impl.DateNumberFormat
+android.icu.impl.DontCareFieldPosition
+android.icu.impl.Grego
+android.icu.impl.ICUBinary
+android.icu.impl.ICUBinary$Authenticate
+android.icu.impl.ICUBinary$DatPackageReader
+android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable
+android.icu.impl.ICUBinary$DataFile
+android.icu.impl.ICUBinary$PackageDataFile
+android.icu.impl.ICUCache
+android.icu.impl.ICUConfig
+android.icu.impl.ICUCurrencyDisplayInfoProvider
+android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo
+android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$SpacingInfoSink
+android.icu.impl.ICUCurrencyMetaInfo
+android.icu.impl.ICUCurrencyMetaInfo$Collector
+android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector
+android.icu.impl.ICUCurrencyMetaInfo$UniqueList
+android.icu.impl.ICUData
+android.icu.impl.ICUDebug
+android.icu.impl.ICULangDataTables
+android.icu.impl.ICULocaleService
+android.icu.impl.ICULocaleService$ICUResourceBundleFactory
+android.icu.impl.ICULocaleService$LocaleKey
+android.icu.impl.ICULocaleService$LocaleKeyFactory
+android.icu.impl.ICUNotifier
+android.icu.impl.ICURWLock
+android.icu.impl.ICURegionDataTables
+android.icu.impl.ICUResourceBundle
+android.icu.impl.ICUResourceBundle$1
+android.icu.impl.ICUResourceBundle$2
+android.icu.impl.ICUResourceBundle$3
+android.icu.impl.ICUResourceBundle$3$1
+android.icu.impl.ICUResourceBundle$4
+android.icu.impl.ICUResourceBundle$AvailEntry
+android.icu.impl.ICUResourceBundle$Loader
+android.icu.impl.ICUResourceBundle$OpenType
+android.icu.impl.ICUResourceBundle$WholeBundle
+android.icu.impl.ICUResourceBundleImpl
+android.icu.impl.ICUResourceBundleImpl$ResourceArray
+android.icu.impl.ICUResourceBundleImpl$ResourceBinary
+android.icu.impl.ICUResourceBundleImpl$ResourceContainer
+android.icu.impl.ICUResourceBundleImpl$ResourceInt
+android.icu.impl.ICUResourceBundleImpl$ResourceIntVector
+android.icu.impl.ICUResourceBundleImpl$ResourceString
+android.icu.impl.ICUResourceBundleImpl$ResourceTable
+android.icu.impl.ICUResourceBundleReader
+android.icu.impl.ICUResourceBundleReader$Array
+android.icu.impl.ICUResourceBundleReader$Array16
+android.icu.impl.ICUResourceBundleReader$Array32
+android.icu.impl.ICUResourceBundleReader$Container
+android.icu.impl.ICUResourceBundleReader$IsAcceptable
+android.icu.impl.ICUResourceBundleReader$ReaderCache
+android.icu.impl.ICUResourceBundleReader$ReaderCacheKey
+android.icu.impl.ICUResourceBundleReader$ReaderValue
+android.icu.impl.ICUResourceBundleReader$ResourceCache
+android.icu.impl.ICUResourceBundleReader$ResourceCache$Level
+android.icu.impl.ICUResourceBundleReader$Table
+android.icu.impl.ICUResourceBundleReader$Table16
+android.icu.impl.ICUResourceBundleReader$Table1632
+android.icu.impl.ICUResourceTableAccess
+android.icu.impl.ICUService
+android.icu.impl.ICUService$CacheEntry
+android.icu.impl.ICUService$Factory
+android.icu.impl.ICUService$Key
+android.icu.impl.IDNA2003
+android.icu.impl.JavaTimeZone
+android.icu.impl.LocaleDisplayNamesImpl
+android.icu.impl.LocaleDisplayNamesImpl$Cache
+android.icu.impl.LocaleDisplayNamesImpl$CapitalizationContextUsage
+android.icu.impl.LocaleDisplayNamesImpl$DataTable
+android.icu.impl.LocaleDisplayNamesImpl$DataTables
+android.icu.impl.LocaleDisplayNamesImpl$ICUDataTable
+android.icu.impl.LocaleDisplayNamesImpl$ICUDataTables
+android.icu.impl.LocaleDisplayNamesImpl$LangDataTables
+android.icu.impl.LocaleDisplayNamesImpl$RegionDataTables
+android.icu.impl.LocaleIDParser
+android.icu.impl.LocaleIDs
+android.icu.impl.Norm2AllModes
+android.icu.impl.Norm2AllModes$1
+android.icu.impl.Norm2AllModes$ComposeNormalizer2
+android.icu.impl.Norm2AllModes$DecomposeNormalizer2
+android.icu.impl.Norm2AllModes$FCDNormalizer2
+android.icu.impl.Norm2AllModes$NFCSingleton
+android.icu.impl.Norm2AllModes$NFKCSingleton
+android.icu.impl.Norm2AllModes$NoopNormalizer2
+android.icu.impl.Norm2AllModes$Norm2AllModesSingleton
+android.icu.impl.Norm2AllModes$Normalizer2WithImpl
+android.icu.impl.Normalizer2Impl
+android.icu.impl.Normalizer2Impl$1
+android.icu.impl.Normalizer2Impl$IsAcceptable
+android.icu.impl.Normalizer2Impl$ReorderingBuffer
+android.icu.impl.OlsonTimeZone
+android.icu.impl.Pair
+android.icu.impl.PatternProps
+android.icu.impl.PatternTokenizer
+android.icu.impl.PluralRulesLoader
+android.icu.impl.ReplaceableUCharacterIterator
+android.icu.impl.RuleCharacterIterator
+android.icu.impl.SimpleCache
+android.icu.impl.SimpleFormatterImpl
+android.icu.impl.SoftCache
+android.icu.impl.StandardPlural
+android.icu.impl.StringPrepDataReader
+android.icu.impl.TextTrieMap
+android.icu.impl.TextTrieMap$Node
+android.icu.impl.TimeZoneNamesFactoryImpl
+android.icu.impl.TimeZoneNamesImpl
+android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache
+android.icu.impl.TimeZoneNamesImpl$MZMapEntry
+android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache
+android.icu.impl.TimeZoneNamesImpl$ZNames
+android.icu.impl.TimeZoneNamesImpl$ZNames$NameTypeIndex
+android.icu.impl.TimeZoneNamesImpl$ZNamesLoader
+android.icu.impl.Trie
+android.icu.impl.Trie$DataManipulate
+android.icu.impl.Trie$DefaultGetFoldingOffset
+android.icu.impl.Trie2
+android.icu.impl.Trie2$1
+android.icu.impl.Trie2$Range
+android.icu.impl.Trie2$Trie2Iterator
+android.icu.impl.Trie2$UTrie2Header
+android.icu.impl.Trie2$ValueMapper
+android.icu.impl.Trie2$ValueWidth
+android.icu.impl.Trie2_16
+android.icu.impl.Trie2_32
+android.icu.impl.UBiDiProps
+android.icu.impl.UBiDiProps$IsAcceptable
+android.icu.impl.UCaseProps
+android.icu.impl.UCaseProps$ContextIterator
+android.icu.impl.UCaseProps$IsAcceptable
+android.icu.impl.UCharacterProperty
+android.icu.impl.UCharacterProperty$1
+android.icu.impl.UCharacterProperty$10
+android.icu.impl.UCharacterProperty$11
+android.icu.impl.UCharacterProperty$12
+android.icu.impl.UCharacterProperty$13
+android.icu.impl.UCharacterProperty$14
+android.icu.impl.UCharacterProperty$15
+android.icu.impl.UCharacterProperty$16
+android.icu.impl.UCharacterProperty$17
+android.icu.impl.UCharacterProperty$18
+android.icu.impl.UCharacterProperty$19
+android.icu.impl.UCharacterProperty$2
+android.icu.impl.UCharacterProperty$20
+android.icu.impl.UCharacterProperty$21
+android.icu.impl.UCharacterProperty$22
+android.icu.impl.UCharacterProperty$23
+android.icu.impl.UCharacterProperty$3
+android.icu.impl.UCharacterProperty$4
+android.icu.impl.UCharacterProperty$5
+android.icu.impl.UCharacterProperty$6
+android.icu.impl.UCharacterProperty$7
+android.icu.impl.UCharacterProperty$8
+android.icu.impl.UCharacterProperty$9
+android.icu.impl.UCharacterProperty$BiDiIntProperty
+android.icu.impl.UCharacterProperty$BinaryProperty
+android.icu.impl.UCharacterProperty$CaseBinaryProperty
+android.icu.impl.UCharacterProperty$CombiningClassIntProperty
+android.icu.impl.UCharacterProperty$IntProperty
+android.icu.impl.UCharacterProperty$IsAcceptable
+android.icu.impl.UCharacterProperty$NormInertBinaryProperty
+android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty
+android.icu.impl.UPropertyAliases
+android.icu.impl.UPropertyAliases$IsAcceptable
+android.icu.impl.URLHandler$URLVisitor
+android.icu.impl.UResource$Array
+android.icu.impl.UResource$Key
+android.icu.impl.UResource$Sink
+android.icu.impl.UResource$Table
+android.icu.impl.UResource$Value
+android.icu.impl.USerializedSet
+android.icu.impl.Utility
+android.icu.impl.ZoneMeta
+android.icu.impl.ZoneMeta$CustomTimeZoneCache
+android.icu.impl.ZoneMeta$SystemTimeZoneCache
+android.icu.impl.coll.Collation
+android.icu.impl.coll.CollationCompare
+android.icu.impl.coll.CollationData
+android.icu.impl.coll.CollationDataReader
+android.icu.impl.coll.CollationDataReader$IsAcceptable
+android.icu.impl.coll.CollationFCD
+android.icu.impl.coll.CollationFastLatin
+android.icu.impl.coll.CollationIterator
+android.icu.impl.coll.CollationIterator$CEBuffer
+android.icu.impl.coll.CollationKeys
+android.icu.impl.coll.CollationKeys$LevelCallback
+android.icu.impl.coll.CollationKeys$SortKeyByteSink
+android.icu.impl.coll.CollationLoader
+android.icu.impl.coll.CollationRoot
+android.icu.impl.coll.CollationSettings
+android.icu.impl.coll.CollationTailoring
+android.icu.impl.coll.ContractionsAndExpansions
+android.icu.impl.coll.FCDUTF16CollationIterator
+android.icu.impl.coll.SharedObject
+android.icu.impl.coll.SharedObject$Reference
+android.icu.impl.coll.UTF16CollationIterator
+android.icu.impl.locale.AsciiUtil
+android.icu.impl.locale.BaseLocale
+android.icu.impl.locale.BaseLocale$Cache
+android.icu.impl.locale.BaseLocale$Key
+android.icu.impl.locale.LocaleObjectCache
+android.icu.impl.locale.LocaleObjectCache$CacheEntry
+android.icu.impl.locale.LocaleSyntaxException
+android.icu.lang.UCharacter
+android.icu.lang.UCharacterEnums$ECharacterCategory
+android.icu.lang.UCharacterEnums$ECharacterDirection
+android.icu.lang.UScript
+android.icu.lang.UScript$ScriptUsage
+android.icu.math.BigDecimal
+android.icu.math.MathContext
+android.icu.text.AlphabeticIndex
+android.icu.text.AlphabeticIndex$1
+android.icu.text.AlphabeticIndex$Bucket
+android.icu.text.AlphabeticIndex$Bucket$LabelType
+android.icu.text.AlphabeticIndex$BucketList
+android.icu.text.AlphabeticIndex$ImmutableIndex
+android.icu.text.Bidi
+android.icu.text.Bidi$ImpTabPair
+android.icu.text.BreakIterator
+android.icu.text.BreakIterator$BreakIteratorCache
+android.icu.text.BreakIterator$BreakIteratorServiceShim
+android.icu.text.BreakIteratorFactory
+android.icu.text.BreakIteratorFactory$BFService
+android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory
+android.icu.text.CaseMap
+android.icu.text.CaseMap$Upper
+android.icu.text.CollationKey
+android.icu.text.Collator
+android.icu.text.Collator$ServiceShim
+android.icu.text.CollatorServiceShim
+android.icu.text.CollatorServiceShim$CService
+android.icu.text.CollatorServiceShim$CService$1CollatorFactory
+android.icu.text.CurrencyDisplayNames
+android.icu.text.CurrencyMetaInfo
+android.icu.text.CurrencyMetaInfo$CurrencyDigits
+android.icu.text.CurrencyMetaInfo$CurrencyFilter
+android.icu.text.CurrencyPluralInfo
+android.icu.text.DateFormat
+android.icu.text.DateFormat$BooleanAttribute
+android.icu.text.DateFormat$Field
+android.icu.text.DateFormatSymbols
+android.icu.text.DateFormatSymbols$1
+android.icu.text.DateFormatSymbols$CalendarDataSink
+android.icu.text.DateFormatSymbols$CalendarDataSink$AliasType
+android.icu.text.DateFormatSymbols$CapitalizationContextUsage
+android.icu.text.DateIntervalFormat
+android.icu.text.DateIntervalFormat$BestMatchInfo
+android.icu.text.DateIntervalFormat$SkeletonAndItsBestMatch
+android.icu.text.DateIntervalInfo
+android.icu.text.DateIntervalInfo$DateIntervalSink
+android.icu.text.DateIntervalInfo$PatternInfo
+android.icu.text.DateTimePatternGenerator
+android.icu.text.DateTimePatternGenerator$AppendItemFormatsSink
+android.icu.text.DateTimePatternGenerator$AppendItemNamesSink
+android.icu.text.DateTimePatternGenerator$AvailableFormatsSink
+android.icu.text.DateTimePatternGenerator$DTPGflags
+android.icu.text.DateTimePatternGenerator$DateTimeMatcher
+android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink
+android.icu.text.DateTimePatternGenerator$DistanceInfo
+android.icu.text.DateTimePatternGenerator$FormatParser
+android.icu.text.DateTimePatternGenerator$PatternInfo
+android.icu.text.DateTimePatternGenerator$PatternWithMatcher
+android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag
+android.icu.text.DateTimePatternGenerator$SkeletonFields
+android.icu.text.DateTimePatternGenerator$VariableField
+android.icu.text.DecimalFormat
+android.icu.text.DecimalFormat$Unit
+android.icu.text.DecimalFormatSymbols
+android.icu.text.DecimalFormatSymbols$1
+android.icu.text.DecimalFormatSymbols$CacheData
+android.icu.text.DecimalFormatSymbols$DecFmtDataSink
+android.icu.text.DigitList
+android.icu.text.DisplayContext
+android.icu.text.DisplayContext$Type
+android.icu.text.Edits
+android.icu.text.IDNA
+android.icu.text.LanguageBreakEngine
+android.icu.text.ListFormatter$Style
+android.icu.text.LocaleDisplayNames
+android.icu.text.LocaleDisplayNames$DialectHandling
+android.icu.text.MeasureFormat
+android.icu.text.MeasureFormat$FormatWidth
+android.icu.text.MeasureFormat$ImmutableNumberFormat
+android.icu.text.MeasureFormat$MeasureFormatData
+android.icu.text.MeasureFormat$UnitDataSink
+android.icu.text.Normalizer
+android.icu.text.Normalizer$FCDMode
+android.icu.text.Normalizer$Mode
+android.icu.text.Normalizer$ModeImpl
+android.icu.text.Normalizer$NFCMode
+android.icu.text.Normalizer$NFCModeImpl
+android.icu.text.Normalizer$NFDMode
+android.icu.text.Normalizer$NFKCMode
+android.icu.text.Normalizer$NFKDMode
+android.icu.text.Normalizer$NFKDModeImpl
+android.icu.text.Normalizer$NONEMode
+android.icu.text.Normalizer$QuickCheckResult
+android.icu.text.Normalizer2
+android.icu.text.NumberFormat
+android.icu.text.NumberFormat$Field
+android.icu.text.NumberFormat$NumberFormatShim
+android.icu.text.NumberFormatServiceShim
+android.icu.text.NumberFormatServiceShim$NFService
+android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory
+android.icu.text.NumberingSystem
+android.icu.text.NumberingSystem$1
+android.icu.text.NumberingSystem$2
+android.icu.text.NumberingSystem$LocaleLookupData
+android.icu.text.PluralRanges
+android.icu.text.PluralRanges$Matrix
+android.icu.text.PluralRules
+android.icu.text.PluralRules$1
+android.icu.text.PluralRules$AndConstraint
+android.icu.text.PluralRules$BinaryConstraint
+android.icu.text.PluralRules$Constraint
+android.icu.text.PluralRules$Factory
+android.icu.text.PluralRules$FixedDecimal
+android.icu.text.PluralRules$FixedDecimalRange
+android.icu.text.PluralRules$FixedDecimalSamples
+android.icu.text.PluralRules$Operand
+android.icu.text.PluralRules$PluralType
+android.icu.text.PluralRules$RangeConstraint
+android.icu.text.PluralRules$Rule
+android.icu.text.PluralRules$RuleList
+android.icu.text.PluralRules$SampleType
+android.icu.text.PluralRules$SimpleTokenizer
+android.icu.text.QuantityFormatter
+android.icu.text.RBBIDataWrapper
+android.icu.text.RBBIDataWrapper$IsAcceptable
+android.icu.text.RBBIDataWrapper$RBBIDataHeader
+android.icu.text.RBBIDataWrapper$TrieFoldingFunc
+android.icu.text.RawCollationKey
+android.icu.text.RelativeDateTimeFormatter
+android.icu.text.RelativeDateTimeFormatter$AbsoluteUnit
+android.icu.text.RelativeDateTimeFormatter$Cache
+android.icu.text.RelativeDateTimeFormatter$Cache$1
+android.icu.text.RelativeDateTimeFormatter$Direction
+android.icu.text.RelativeDateTimeFormatter$Loader
+android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink
+android.icu.text.RelativeDateTimeFormatter$RelDateTimeDataSink$DateTimeUnit
+android.icu.text.RelativeDateTimeFormatter$RelativeDateTimeFormatterData
+android.icu.text.RelativeDateTimeFormatter$RelativeUnit
+android.icu.text.RelativeDateTimeFormatter$Style
+android.icu.text.Replaceable
+android.icu.text.ReplaceableString
+android.icu.text.RuleBasedBreakIterator
+android.icu.text.RuleBasedBreakIterator$LookAheadResults
+android.icu.text.RuleBasedCollator
+android.icu.text.RuleBasedCollator$CollationBuffer
+android.icu.text.RuleBasedCollator$CollationKeyByteSink
+android.icu.text.RuleBasedCollator$FCDUTF16NFDIterator
+android.icu.text.RuleBasedCollator$NFDIterator
+android.icu.text.RuleBasedCollator$UTF16NFDIterator
+android.icu.text.SimpleDateFormat
+android.icu.text.SimpleDateFormat$PatternItem
+android.icu.text.StringPrep
+android.icu.text.StringPrepParseException
+android.icu.text.TimeZoneNames
+android.icu.text.TimeZoneNames$Cache
+android.icu.text.TimeZoneNames$Factory
+android.icu.text.TimeZoneNames$NameType
+android.icu.text.UCharacterIterator
+android.icu.text.UFieldPosition
+android.icu.text.UFormat
+android.icu.text.UForwardCharacterIterator
+android.icu.text.UTF16
+android.icu.text.UTF16$StringComparator
+android.icu.text.UnhandledBreakEngine
+android.icu.text.UnicodeFilter
+android.icu.text.UnicodeMatcher
+android.icu.text.UnicodeSet
+android.icu.text.UnicodeSet$Filter
+android.icu.text.UnicodeSet$GeneralCategoryMaskFilter
+android.icu.text.UnicodeSet$IntPropertyFilter
+android.icu.text.UnicodeSet$UnicodeSetIterator2
+android.icu.text.UnicodeSetSpanner
+android.icu.util.BasicTimeZone
+android.icu.util.ByteArrayWrapper
+android.icu.util.BytesTrie
+android.icu.util.BytesTrie$Result
+android.icu.util.Calendar
+android.icu.util.Calendar$CalType
+android.icu.util.Calendar$FormatConfiguration
+android.icu.util.Calendar$PatternData
+android.icu.util.Calendar$WeekData
+android.icu.util.Calendar$WeekDataCache
+android.icu.util.CharsTrie
+android.icu.util.CharsTrie$Entry
+android.icu.util.CharsTrie$Iterator
+android.icu.util.Currency
+android.icu.util.Currency$1
+android.icu.util.Currency$CurrencyUsage
+android.icu.util.Currency$EquivalenceRelation
+android.icu.util.CurrencyAmount
+android.icu.util.Freezable
+android.icu.util.GregorianCalendar
+android.icu.util.ICUException
+android.icu.util.ICUUncheckedIOException
+android.icu.util.LocaleData
+android.icu.util.Measure
+android.icu.util.MeasureUnit
+android.icu.util.MeasureUnit$1
+android.icu.util.MeasureUnit$2
+android.icu.util.MeasureUnit$3
+android.icu.util.MeasureUnit$Factory
+android.icu.util.Output
+android.icu.util.SimpleTimeZone
+android.icu.util.TimeUnit
+android.icu.util.TimeZone
+android.icu.util.TimeZone$ConstantZone
+android.icu.util.ULocale
+android.icu.util.ULocale$1
+android.icu.util.ULocale$2
+android.icu.util.ULocale$Category
+android.icu.util.ULocale$JDKLocaleHelper
+android.icu.util.ULocale$Type
+android.icu.util.UResourceBundle
+android.icu.util.UResourceBundle$RootType
+android.icu.util.UResourceBundleIterator
+android.icu.util.UResourceTypeMismatchException
+android.icu.util.VersionInfo
+android.inputmethodservice.AbstractInputMethodService
+android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodImpl
+android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl
+android.inputmethodservice.IInputMethodSessionWrapper
+android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver
+android.inputmethodservice.IInputMethodWrapper
+android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper
+android.inputmethodservice.InputMethodService
+android.inputmethodservice.InputMethodService$1
+android.inputmethodservice.InputMethodService$2
+android.inputmethodservice.InputMethodService$InputMethodImpl
+android.inputmethodservice.InputMethodService$InputMethodSessionImpl
+android.inputmethodservice.InputMethodService$Insets
+android.inputmethodservice.InputMethodService$SettingsObserver
+android.inputmethodservice.SoftInputWindow
+android.location.Address
+android.location.Address$1
+android.location.BatchedLocationCallbackTransport
+android.location.BatchedLocationCallbackTransport$CallbackTransport
+android.location.Country
+android.location.Country$1
+android.location.CountryDetector
+android.location.CountryDetector$ListenerTransport
+android.location.CountryDetector$ListenerTransport$1
+android.location.CountryListener
+android.location.Criteria
+android.location.Criteria$1
+android.location.Geocoder
+android.location.GeocoderParams
+android.location.GeocoderParams$1
+android.location.Geofence
+android.location.GnssMeasurementCallbackTransport
+android.location.GnssMeasurementCallbackTransport$ListenerTransport
+android.location.GnssNavigationMessageCallbackTransport
+android.location.GnssNavigationMessageCallbackTransport$ListenerTransport
+android.location.GnssStatus
+android.location.GnssStatus$Callback
+android.location.GpsSatellite
+android.location.GpsStatus
+android.location.GpsStatus$1
+android.location.GpsStatus$Listener
+android.location.GpsStatus$SatelliteIterator
+android.location.IBatchedLocationCallback
+android.location.IBatchedLocationCallback$Stub
+android.location.ICountryDetector
+android.location.ICountryDetector$Stub
+android.location.ICountryDetector$Stub$Proxy
+android.location.ICountryListener
+android.location.ICountryListener$Stub
+android.location.ICountryListener$Stub$Proxy
+android.location.IFusedProvider
+android.location.IFusedProvider$Stub
+android.location.IGeocodeProvider
+android.location.IGeocodeProvider$Stub
+android.location.IGeocodeProvider$Stub$Proxy
+android.location.IGeofenceProvider
+android.location.IGeofenceProvider$Stub
+android.location.IGeofenceProvider$Stub$Proxy
+android.location.IGnssMeasurementsListener
+android.location.IGnssMeasurementsListener$Stub
+android.location.IGnssNavigationMessageListener
+android.location.IGnssNavigationMessageListener$Stub
+android.location.IGnssStatusListener
+android.location.IGnssStatusListener$Stub
+android.location.IGnssStatusListener$Stub$Proxy
+android.location.IGnssStatusProvider
+android.location.IGnssStatusProvider$Stub
+android.location.IGpsGeofenceHardware
+android.location.IGpsGeofenceHardware$Stub
+android.location.ILocationListener
+android.location.ILocationListener$Stub
+android.location.ILocationListener$Stub$Proxy
+android.location.ILocationManager
+android.location.ILocationManager$Stub
+android.location.ILocationManager$Stub$Proxy
+android.location.INetInitiatedListener
+android.location.INetInitiatedListener$Stub
+android.location.LocalListenerHelper
+android.location.Location
+android.location.Location$1
+android.location.Location$2
+android.location.Location$BearingDistanceCache
+android.location.LocationListener
+android.location.LocationManager
+android.location.LocationManager$GnssStatusListenerTransport
+android.location.LocationManager$GnssStatusListenerTransport$1
+android.location.LocationManager$GnssStatusListenerTransport$GnssHandler
+android.location.LocationManager$ListenerTransport
+android.location.LocationManager$ListenerTransport$1
+android.location.LocationManager$ListenerTransport$2
+android.location.LocationProvider
+android.location.LocationRequest
+android.location.LocationRequest$1
+android.media.AudioAttributes
+android.media.AudioAttributes$1
+android.media.AudioAttributes$Builder
+android.media.AudioDeviceCallback
+android.media.AudioDeviceInfo
+android.media.AudioDevicePort
+android.media.AudioDevicePortConfig
+android.media.AudioFocusInfo
+android.media.AudioFocusInfo$1
+android.media.AudioFocusRequest
+android.media.AudioFocusRequest$Builder
+android.media.AudioFormat
+android.media.AudioFormat$1
+android.media.AudioFormat$Builder
+android.media.AudioGain
+android.media.AudioGainConfig
+android.media.AudioHandle
+android.media.AudioManager
+android.media.AudioManager$1
+android.media.AudioManager$2
+android.media.AudioManager$3
+android.media.AudioManager$FocusRequestInfo
+android.media.AudioManager$NativeEventHandlerDelegate
+android.media.AudioManager$NativeEventHandlerDelegate$1
+android.media.AudioManager$OnAmPortUpdateListener
+android.media.AudioManager$OnAudioFocusChangeListener
+android.media.AudioManager$OnAudioPortUpdateListener
+android.media.AudioManager$ServiceEventHandlerDelegate
+android.media.AudioManager$ServiceEventHandlerDelegate$1
+android.media.AudioManagerInternal
+android.media.AudioManagerInternal$RingerModeDelegate
+android.media.AudioMixPort
+android.media.AudioMixPortConfig
+android.media.AudioPatch
+android.media.AudioPlaybackConfiguration
+android.media.AudioPlaybackConfiguration$1
+android.media.AudioPlaybackConfiguration$IPlayerShell
+android.media.AudioPlaybackConfiguration$PlayerDeathMonitor
+android.media.AudioPort
+android.media.AudioPortConfig
+android.media.AudioPortEventHandler
+android.media.AudioPortEventHandler$1
+android.media.AudioRecord
+android.media.AudioRoutesInfo
+android.media.AudioRoutesInfo$1
+android.media.AudioRouting
+android.media.AudioSystem
+android.media.AudioSystem$AudioRecordingCallback
+android.media.AudioSystem$DynamicPolicyCallback
+android.media.AudioSystem$ErrorCallback
+android.media.AudioTimestamp
+android.media.AudioTrack
+android.media.BufferingParams
+android.media.BufferingParams$1
+android.media.CamcorderProfile
+android.media.CameraProfile
+android.media.DecoderCapabilities
+android.media.DeniedByServerException
+android.media.EncoderCapabilities
+android.media.ExifInterface
+android.media.ExifInterface$ByteOrderedDataInputStream
+android.media.ExifInterface$ExifAttribute
+android.media.ExifInterface$ExifTag
+android.media.IAudioFocusDispatcher
+android.media.IAudioFocusDispatcher$Stub
+android.media.IAudioFocusDispatcher$Stub$Proxy
+android.media.IAudioRoutesObserver
+android.media.IAudioRoutesObserver$Stub
+android.media.IAudioRoutesObserver$Stub$Proxy
+android.media.IAudioService
+android.media.IAudioService$Stub
+android.media.IAudioService$Stub$Proxy
+android.media.IMediaHTTPConnection
+android.media.IMediaHTTPConnection$Stub
+android.media.IMediaHTTPService
+android.media.IMediaHTTPService$Stub
+android.media.IMediaResourceMonitor
+android.media.IMediaResourceMonitor$Stub
+android.media.IMediaRouterClient
+android.media.IMediaRouterClient$Stub
+android.media.IMediaRouterClient$Stub$Proxy
+android.media.IMediaRouterService
+android.media.IMediaRouterService$Stub
+android.media.IMediaRouterService$Stub$Proxy
+android.media.IPlaybackConfigDispatcher
+android.media.IPlaybackConfigDispatcher$Stub
+android.media.IPlayer
+android.media.IPlayer$Stub
+android.media.IPlayer$Stub$Proxy
+android.media.IRecordingConfigDispatcher
+android.media.IRecordingConfigDispatcher$Stub
+android.media.IRemoteVolumeController
+android.media.IRemoteVolumeController$Stub
+android.media.IRemoteVolumeController$Stub$Proxy
+android.media.IRemoteVolumeObserver
+android.media.IRemoteVolumeObserver$Stub
+android.media.IRingtonePlayer
+android.media.IRingtonePlayer$Stub
+android.media.IRingtonePlayer$Stub$Proxy
+android.media.IVolumeController
+android.media.IVolumeController$Stub
+android.media.IVolumeController$Stub$Proxy
+android.media.Image
+android.media.Image$Plane
+android.media.ImageReader
+android.media.ImageReader$ListenerHandler
+android.media.ImageReader$OnImageAvailableListener
+android.media.ImageReader$SurfaceImage
+android.media.ImageReader$SurfaceImage$SurfacePlane
+android.media.ImageUtils
+android.media.ImageWriter
+android.media.ImageWriter$ListenerHandler
+android.media.ImageWriter$OnImageReleasedListener
+android.media.ImageWriter$WriterSurfaceImage
+android.media.ImageWriter$WriterSurfaceImage$SurfacePlane
+android.media.JetPlayer
+android.media.MediaCodec
+android.media.MediaCodec$BufferInfo
+android.media.MediaCodec$BufferMap
+android.media.MediaCodec$BufferMap$CodecBuffer
+android.media.MediaCodec$CodecException
+android.media.MediaCodec$CryptoException
+android.media.MediaCodec$CryptoInfo
+android.media.MediaCodec$CryptoInfo$Pattern
+android.media.MediaCodec$EventHandler
+android.media.MediaCodec$PersistentSurface
+android.media.MediaCodecInfo
+android.media.MediaCodecInfo$AudioCapabilities
+android.media.MediaCodecInfo$CodecCapabilities
+android.media.MediaCodecInfo$CodecProfileLevel
+android.media.MediaCodecInfo$EncoderCapabilities
+android.media.MediaCodecInfo$Feature
+android.media.MediaCodecInfo$VideoCapabilities
+android.media.MediaCodecList
+android.media.MediaCrypto
+android.media.MediaCryptoException
+android.media.MediaDescrambler
+android.media.MediaDescription
+android.media.MediaDescription$1
+android.media.MediaDescription$Builder
+android.media.MediaDrm
+android.media.MediaDrm$Certificate
+android.media.MediaDrm$EventHandler
+android.media.MediaDrm$KeyRequest
+android.media.MediaDrm$MediaDrmStateException
+android.media.MediaDrm$OnEventListener
+android.media.MediaDrm$ProvisionRequest
+android.media.MediaDrmException
+android.media.MediaExtractor
+android.media.MediaFile
+android.media.MediaFile$MediaFileType
+android.media.MediaFormat
+android.media.MediaHTTPConnection
+android.media.MediaHTTPService
+android.media.MediaMetadata
+android.media.MediaMetadata$1
+android.media.MediaMetadata$Builder
+android.media.MediaMetadataRetriever
+android.media.MediaMuxer
+android.media.MediaPlayer
+android.media.MediaPlayer$1
+android.media.MediaPlayer$2
+android.media.MediaPlayer$4
+android.media.MediaPlayer$4$1
+android.media.MediaPlayer$EventHandler
+android.media.MediaPlayer$OnCompletionListener
+android.media.MediaPlayer$OnErrorListener
+android.media.MediaPlayer$OnInfoListener
+android.media.MediaPlayer$OnPreparedListener
+android.media.MediaPlayer$OnSeekCompleteListener
+android.media.MediaPlayer$OnSubtitleDataListener
+android.media.MediaPlayer$TimeProvider
+android.media.MediaPlayer$TimeProvider$EventHandler
+android.media.MediaPlayer$TrackInfo
+android.media.MediaPlayer$TrackInfo$1
+android.media.MediaRecorder
+android.media.MediaRecorder$EventHandler
+android.media.MediaRecorder$OnErrorListener
+android.media.MediaRouter
+android.media.MediaRouter$Callback
+android.media.MediaRouter$CallbackInfo
+android.media.MediaRouter$RouteCategory
+android.media.MediaRouter$RouteGroup
+android.media.MediaRouter$RouteInfo
+android.media.MediaRouter$RouteInfo$1
+android.media.MediaRouter$SimpleCallback
+android.media.MediaRouter$Static
+android.media.MediaRouter$Static$1
+android.media.MediaRouter$Static$1$1
+android.media.MediaRouter$Static$Client
+android.media.MediaRouter$Static$Client$1
+android.media.MediaRouter$VolumeCallback
+android.media.MediaRouter$VolumeChangeReceiver
+android.media.MediaRouter$WifiDisplayStatusChangedReceiver
+android.media.MediaRouterClientState
+android.media.MediaRouterClientState$1
+android.media.MediaRouterClientState$RouteInfo
+android.media.MediaRouterClientState$RouteInfo$1
+android.media.MediaScanner
+android.media.MediaScannerConnection
+android.media.MediaScannerConnection$OnScanCompletedListener
+android.media.MediaSync
+android.media.MediaTimeProvider
+android.media.MediaTimeProvider$OnMediaTimeListener
+android.media.MiniThumbFile
+android.media.NotProvisionedException
+android.media.PlaybackParams
+android.media.PlaybackParams$1
+android.media.PlayerBase
+android.media.PlayerBase$IAppOpsCallbackWrapper
+android.media.PlayerBase$IPlayerWrapper
+android.media.PlayerBase$PlayerIdCard
+android.media.PlayerBase$PlayerIdCard$1
+android.media.PlayerProxy
+android.media.Rating
+android.media.Rating$1
+android.media.RemoteDisplay
+android.media.ResampleInputStream
+android.media.Ringtone$MyOnCompletionListener
+android.media.SoundPool
+android.media.SoundPool$Builder
+android.media.SoundPool$EventHandler
+android.media.SoundPool$OnLoadCompleteListener
+android.media.SubtitleController
+android.media.SubtitleController$1
+android.media.SubtitleController$2
+android.media.SubtitleController$Anchor
+android.media.SubtitleController$Listener
+android.media.SubtitleTrack
+android.media.SyncParams
+android.media.ThumbnailUtils
+android.media.ThumbnailUtils$SizedThumbnailBitmap
+android.media.ToneGenerator
+android.media.UnsupportedSchemeException
+android.media.Utils
+android.media.Utils$1
+android.media.Utils$2
+android.media.VolumeAutomation
+android.media.VolumePolicy
+android.media.VolumePolicy$1
+android.media.VolumeShaper
+android.media.VolumeShaper$Configuration
+android.media.VolumeShaper$Configuration$1
+android.media.VolumeShaper$Configuration$Builder
+android.media.VolumeShaper$Operation
+android.media.VolumeShaper$Operation$1
+android.media.VolumeShaper$Operation$Builder
+android.media.VolumeShaper$State
+android.media.VolumeShaper$State$1
+android.media.audiofx.AudioEffect
+android.media.audiofx.AudioEffect$Descriptor
+android.media.audiofx.LoudnessEnhancer
+android.media.audiofx.Virtualizer
+android.media.audiofx.Visualizer
+android.media.audiopolicy.AudioMix
+android.media.audiopolicy.AudioMixingRule
+android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion
+android.media.audiopolicy.AudioPolicyConfig
+android.media.audiopolicy.IAudioPolicyCallback
+android.media.audiopolicy.IAudioPolicyCallback$Stub
+android.media.browse.MediaBrowser
+android.media.browse.MediaBrowser$1
+android.media.browse.MediaBrowser$2
+android.media.browse.MediaBrowser$6
+android.media.browse.MediaBrowser$ConnectionCallback
+android.media.browse.MediaBrowser$MediaServiceConnection
+android.media.browse.MediaBrowser$MediaServiceConnection$1
+android.media.browse.MediaBrowser$ServiceCallbacks
+android.media.midi.IMidiDeviceListener
+android.media.midi.IMidiDeviceOpenCallback
+android.media.midi.IMidiDeviceServer
+android.media.midi.IMidiManager
+android.media.midi.IMidiManager$Stub
+android.media.midi.MidiDeviceInfo
+android.media.midi.MidiDeviceStatus
+android.media.midi.MidiManager
+android.media.projection.IMediaProjection
+android.media.projection.IMediaProjectionManager
+android.media.projection.IMediaProjectionManager$Stub
+android.media.projection.IMediaProjectionManager$Stub$Proxy
+android.media.projection.IMediaProjectionWatcherCallback
+android.media.projection.IMediaProjectionWatcherCallback$Stub
+android.media.projection.IMediaProjectionWatcherCallback$Stub$Proxy
+android.media.projection.MediaProjectionInfo
+android.media.projection.MediaProjectionManager
+android.media.projection.MediaProjectionManager$Callback
+android.media.projection.MediaProjectionManager$CallbackDelegate
+android.media.session.IActiveSessionsListener
+android.media.session.IActiveSessionsListener$Stub
+android.media.session.IActiveSessionsListener$Stub$Proxy
+android.media.session.ICallback
+android.media.session.ICallback$Stub
+android.media.session.ICallback$Stub$Proxy
+android.media.session.IOnMediaKeyListener
+android.media.session.IOnVolumeKeyLongPressListener
+android.media.session.ISession
+android.media.session.ISession$Stub
+android.media.session.ISession$Stub$Proxy
+android.media.session.ISessionCallback
+android.media.session.ISessionCallback$Stub
+android.media.session.ISessionCallback$Stub$Proxy
+android.media.session.ISessionController
+android.media.session.ISessionController$Stub
+android.media.session.ISessionController$Stub$Proxy
+android.media.session.ISessionControllerCallback
+android.media.session.ISessionControllerCallback$Stub
+android.media.session.ISessionControllerCallback$Stub$Proxy
+android.media.session.ISessionManager
+android.media.session.ISessionManager$Stub
+android.media.session.ISessionManager$Stub$Proxy
+android.media.session.MediaController
+android.media.session.MediaController$Callback
+android.media.session.MediaController$CallbackStub
+android.media.session.MediaController$MessageHandler
+android.media.session.MediaController$PlaybackInfo
+android.media.session.MediaController$TransportControls
+android.media.session.MediaSession
+android.media.session.MediaSession$Callback
+android.media.session.MediaSession$CallbackMessageHandler
+android.media.session.MediaSession$CallbackStub
+android.media.session.MediaSession$QueueItem
+android.media.session.MediaSession$QueueItem$1
+android.media.session.MediaSession$Token
+android.media.session.MediaSession$Token$1
+android.media.session.MediaSessionManager
+android.media.session.MediaSessionManager$Callback
+android.media.session.MediaSessionManager$CallbackImpl
+android.media.session.MediaSessionManager$CallbackImpl$3
+android.media.session.MediaSessionManager$CallbackImpl$4
+android.media.session.MediaSessionManager$OnActiveSessionsChangedListener
+android.media.session.MediaSessionManager$SessionsChangedWrapper
+android.media.session.MediaSessionManager$SessionsChangedWrapper$1
+android.media.session.MediaSessionManager$SessionsChangedWrapper$1$1
+android.media.session.ParcelableVolumeInfo
+android.media.session.ParcelableVolumeInfo$1
+android.media.session.PlaybackState
+android.media.session.PlaybackState$1
+android.media.session.PlaybackState$Builder
+android.media.session.PlaybackState$CustomAction
+android.media.session.PlaybackState$CustomAction$1
+android.media.session.PlaybackState$CustomAction$Builder
+android.media.soundtrigger.SoundTriggerManager
+android.media.tv.TvInputHardwareInfo$Builder
+android.media.tv.TvInputManager
+android.media.tv.TvStreamConfig
+android.media.tv.TvStreamConfig$Builder
+android.metrics.LogMaker
+android.mtp.MtpDatabase
+android.mtp.MtpDevice
+android.mtp.MtpDeviceInfo
+android.mtp.MtpEvent
+android.mtp.MtpObjectInfo
+android.mtp.MtpPropertyGroup
+android.mtp.MtpPropertyList
+android.mtp.MtpServer
+android.mtp.MtpStorage
+android.mtp.MtpStorageInfo
+android.net.ConnectivityManager
+android.net.ConnectivityManager$CallbackHandler
+android.net.ConnectivityManager$NetworkCallback
+android.net.ConnectivityManager$OnNetworkActiveListener
+android.net.ConnectivityManager$PacketKeepaliveCallback
+android.net.ConnectivityMetricsEvent
+android.net.ConnectivityMetricsEvent$1
+android.net.ConnectivityThread
+android.net.ConnectivityThread$Singleton
+android.net.Credentials
+android.net.DataUsageRequest
+android.net.DhcpInfo
+android.net.DhcpInfo$1
+android.net.DhcpResults
+android.net.DhcpResults$1
+android.net.EthernetManager
+android.net.EthernetManager$1
+android.net.EthernetManager$2
+android.net.EventLogTags
+android.net.IConnectivityManager
+android.net.IConnectivityManager$Stub
+android.net.IConnectivityManager$Stub$Proxy
+android.net.IEthernetManager
+android.net.IEthernetManager$Stub
+android.net.IEthernetServiceListener
+android.net.IEthernetServiceListener$Stub
+android.net.IIpConnectivityMetrics
+android.net.IIpConnectivityMetrics$Stub
+android.net.IIpSecService
+android.net.IIpSecService$Stub
+android.net.INetd
+android.net.INetd$Stub
+android.net.INetd$Stub$Proxy
+android.net.INetdEventCallback
+android.net.INetworkManagementEventObserver
+android.net.INetworkManagementEventObserver$Stub
+android.net.INetworkPolicyListener
+android.net.INetworkPolicyListener$Stub
+android.net.INetworkPolicyListener$Stub$Proxy
+android.net.INetworkPolicyManager
+android.net.INetworkPolicyManager$Stub
+android.net.INetworkPolicyManager$Stub$Proxy
+android.net.INetworkRecommendationProvider
+android.net.INetworkRecommendationProvider$Stub
+android.net.INetworkRecommendationProvider$Stub$Proxy
+android.net.INetworkScoreCache
+android.net.INetworkScoreCache$Stub
+android.net.INetworkScoreCache$Stub$Proxy
+android.net.INetworkScoreService
+android.net.INetworkScoreService$Stub
+android.net.INetworkScoreService$Stub$Proxy
+android.net.INetworkStatsService
+android.net.INetworkStatsService$Stub
+android.net.INetworkStatsService$Stub$Proxy
+android.net.INetworkStatsSession
+android.net.InterfaceConfiguration
+android.net.InterfaceConfiguration$1
+android.net.IpConfiguration
+android.net.IpConfiguration$1
+android.net.IpConfiguration$IpAssignment
+android.net.IpConfiguration$ProxySettings
+android.net.IpPrefix
+android.net.IpPrefix$1
+android.net.IpSecConfig
+android.net.IpSecManager
+android.net.IpSecManager$SpiUnavailableException
+android.net.LinkAddress
+android.net.LinkAddress$1
+android.net.LinkProperties
+android.net.LinkProperties$1
+android.net.LinkProperties$CompareResult
+android.net.LinkProperties$ProvisioningChange
+android.net.LocalServerSocket
+android.net.LocalSocket
+android.net.LocalSocketAddress
+android.net.LocalSocketAddress$Namespace
+android.net.LocalSocketImpl
+android.net.LocalSocketImpl$SocketInputStream
+android.net.LocalSocketImpl$SocketOutputStream
+android.net.MatchAllNetworkSpecifier
+android.net.MatchAllNetworkSpecifier$1
+android.net.Network
+android.net.Network$1
+android.net.Network$2
+android.net.Network$NetworkBoundSocketFactory
+android.net.NetworkAgent
+android.net.NetworkCapabilities
+android.net.NetworkCapabilities$1
+android.net.NetworkConfig
+android.net.NetworkFactory
+android.net.NetworkFactory$NetworkRequestInfo
+android.net.NetworkIdentity
+android.net.NetworkInfo
+android.net.NetworkInfo$1
+android.net.NetworkInfo$DetailedState
+android.net.NetworkInfo$State
+android.net.NetworkKey
+android.net.NetworkKey$1
+android.net.NetworkMisc
+android.net.NetworkMisc$1
+android.net.NetworkPolicy
+android.net.NetworkPolicy$1
+android.net.NetworkPolicyManager
+android.net.NetworkQuotaInfo
+android.net.NetworkRecommendationProvider
+android.net.NetworkRecommendationProvider$ServiceWrapper
+android.net.NetworkRecommendationProvider$ServiceWrapper$1
+android.net.NetworkRequest
+android.net.NetworkRequest$1
+android.net.NetworkRequest$Builder
+android.net.NetworkRequest$Type
+android.net.NetworkScoreManager
+android.net.NetworkScorerAppData
+android.net.NetworkScorerAppData$1
+android.net.NetworkSpecifier
+android.net.NetworkState
+android.net.NetworkState$1
+android.net.NetworkStats
+android.net.NetworkStats$1
+android.net.NetworkStats$Entry
+android.net.NetworkStats$NonMonotonicObserver
+android.net.NetworkStatsHistory
+android.net.NetworkStatsHistory$1
+android.net.NetworkStatsHistory$DataStreamUtils
+android.net.NetworkStatsHistory$Entry
+android.net.NetworkTemplate
+android.net.NetworkTemplate$1
+android.net.NetworkUtils
+android.net.ParseException
+android.net.Proxy
+android.net.ProxyInfo
+android.net.ProxyInfo$1
+android.net.RouteInfo
+android.net.RouteInfo$1
+android.net.RssiCurve
+android.net.RssiCurve$1
+android.net.SSLCertificateSocketFactory
+android.net.SSLCertificateSocketFactory$1
+android.net.SSLSessionCache
+android.net.ScoredNetwork
+android.net.ScoredNetwork$1
+android.net.SntpClient
+android.net.StaticIpConfiguration
+android.net.StaticIpConfiguration$1
+android.net.StringNetworkSpecifier
+android.net.StringNetworkSpecifier$1
+android.net.TrafficStats
+android.net.UidRange
+android.net.Uri
+android.net.Uri$1
+android.net.Uri$AbstractHierarchicalUri
+android.net.Uri$AbstractPart
+android.net.Uri$Builder
+android.net.Uri$HierarchicalUri
+android.net.Uri$OpaqueUri
+android.net.Uri$Part
+android.net.Uri$Part$EmptyPart
+android.net.Uri$PathPart
+android.net.Uri$PathSegments
+android.net.Uri$PathSegmentsBuilder
+android.net.Uri$StringUri
+android.net.WebAddress
+android.net.WifiKey
+android.net.WifiKey$1
+android.net.http.AndroidHttpClient
+android.net.http.AndroidHttpClient$1
+android.net.http.AndroidHttpClient$2
+android.net.http.AndroidHttpClient$CurlLogger
+android.net.http.AndroidHttpClient$LoggingConfiguration
+android.net.http.HttpResponseCache
+android.net.http.SslCertificate
+android.net.http.X509TrustManagerExtensions
+android.net.lowpan.LowpanManager
+android.net.metrics.ApfProgramEvent
+android.net.metrics.ApfProgramEvent$1
+android.net.metrics.ApfStats
+android.net.metrics.ApfStats$1
+android.net.metrics.ConnectStats
+android.net.metrics.DefaultNetworkEvent
+android.net.metrics.DefaultNetworkEvent$1
+android.net.metrics.DhcpClientEvent
+android.net.metrics.DhcpClientEvent$1
+android.net.metrics.DnsEvent
+android.net.metrics.IpConnectivityLog
+android.net.metrics.IpManagerEvent
+android.net.metrics.IpManagerEvent$1
+android.net.metrics.NetworkEvent
+android.net.metrics.NetworkEvent$1
+android.net.metrics.RaEvent
+android.net.metrics.RaEvent$1
+android.net.metrics.RaEvent$Builder
+android.net.metrics.ValidationProbeEvent
+android.net.metrics.ValidationProbeEvent$1
+android.net.metrics.ValidationProbeEvent$Decoder
+android.net.nsd.INsdManager
+android.net.nsd.INsdManager$Stub
+android.net.nsd.NsdManager
+android.net.sip.ISipService
+android.net.sip.ISipService$Stub
+android.net.sip.SipManager
+android.net.wifi.IRttManager
+android.net.wifi.IRttManager$Stub
+android.net.wifi.IWifiManager
+android.net.wifi.IWifiManager$Stub
+android.net.wifi.IWifiManager$Stub$Proxy
+android.net.wifi.IWifiScanner
+android.net.wifi.IWifiScanner$Stub
+android.net.wifi.IWifiScanner$Stub$Proxy
+android.net.wifi.ParcelUtil
+android.net.wifi.RttManager
+android.net.wifi.RttManager$RttCapabilities
+android.net.wifi.RttManager$RttListener
+android.net.wifi.RttManager$RttResult
+android.net.wifi.ScanResult
+android.net.wifi.ScanResult$1
+android.net.wifi.ScanResult$InformationElement
+android.net.wifi.ScanSettings
+android.net.wifi.SupplicantState
+android.net.wifi.SupplicantState$1
+android.net.wifi.WifiActivityEnergyInfo
+android.net.wifi.WifiActivityEnergyInfo$1
+android.net.wifi.WifiConfiguration
+android.net.wifi.WifiConfiguration$1
+android.net.wifi.WifiConfiguration$KeyMgmt
+android.net.wifi.WifiConfiguration$NetworkSelectionStatus
+android.net.wifi.WifiConfiguration$Visibility
+android.net.wifi.WifiConnectionStatistics
+android.net.wifi.WifiConnectionStatistics$1
+android.net.wifi.WifiEnterpriseConfig
+android.net.wifi.WifiEnterpriseConfig$1
+android.net.wifi.WifiInfo
+android.net.wifi.WifiInfo$1
+android.net.wifi.WifiLinkLayerStats
+android.net.wifi.WifiLinkLayerStats$1
+android.net.wifi.WifiManager
+android.net.wifi.WifiManager$ActionListener
+android.net.wifi.WifiManager$MulticastLock
+android.net.wifi.WifiManager$WifiLock
+android.net.wifi.WifiNetworkScoreCache
+android.net.wifi.WifiNetworkScoreCache$CacheListener
+android.net.wifi.WifiNetworkScoreCache$CacheListener$1
+android.net.wifi.WifiScanner
+android.net.wifi.WifiScanner$ActionListener
+android.net.wifi.WifiScanner$ChannelSpec
+android.net.wifi.WifiScanner$ParcelableScanData
+android.net.wifi.WifiScanner$ParcelableScanData$1
+android.net.wifi.WifiScanner$ParcelableScanResults
+android.net.wifi.WifiScanner$ParcelableScanResults$1
+android.net.wifi.WifiScanner$PnoScanListener
+android.net.wifi.WifiScanner$ScanData
+android.net.wifi.WifiScanner$ScanData$1
+android.net.wifi.WifiScanner$ScanListener
+android.net.wifi.WifiScanner$ScanSettings
+android.net.wifi.WifiScanner$ScanSettings$1
+android.net.wifi.WifiScanner$ScanSettings$HiddenNetwork
+android.net.wifi.WifiScanner$ServiceHandler
+android.net.wifi.WifiSsid
+android.net.wifi.WifiSsid$1
+android.net.wifi.WpsInfo
+android.net.wifi.WpsInfo$1
+android.net.wifi.aware.WifiAwareManager
+android.net.wifi.hotspot2.PasspointConfiguration
+android.net.wifi.p2p.IWifiP2pManager
+android.net.wifi.p2p.IWifiP2pManager$Stub
+android.net.wifi.p2p.WifiP2pConfig
+android.net.wifi.p2p.WifiP2pConfig$1
+android.net.wifi.p2p.WifiP2pDevice
+android.net.wifi.p2p.WifiP2pDevice$1
+android.net.wifi.p2p.WifiP2pDeviceList
+android.net.wifi.p2p.WifiP2pDeviceList$1
+android.net.wifi.p2p.WifiP2pGroup
+android.net.wifi.p2p.WifiP2pGroup$1
+android.net.wifi.p2p.WifiP2pGroupList
+android.net.wifi.p2p.WifiP2pGroupList$1
+android.net.wifi.p2p.WifiP2pGroupList$2
+android.net.wifi.p2p.WifiP2pGroupList$GroupDeleteListener
+android.net.wifi.p2p.WifiP2pInfo
+android.net.wifi.p2p.WifiP2pInfo$1
+android.net.wifi.p2p.WifiP2pManager
+android.net.wifi.p2p.WifiP2pWfdInfo
+android.net.wifi.p2p.WifiP2pWfdInfo$1
+android.nfc.BeamShareData
+android.nfc.FormatException
+android.nfc.IAppCallback
+android.nfc.IAppCallback$Stub
+android.nfc.IAppCallback$Stub$Proxy
+android.nfc.INfcAdapter
+android.nfc.INfcAdapter$Stub
+android.nfc.INfcAdapter$Stub$Proxy
+android.nfc.INfcAdapterExtras
+android.nfc.INfcCardEmulation
+android.nfc.INfcCardEmulation$Stub
+android.nfc.INfcCardEmulation$Stub$Proxy
+android.nfc.INfcFCardEmulation
+android.nfc.INfcFCardEmulation$Stub
+android.nfc.INfcFCardEmulation$Stub$Proxy
+android.nfc.INfcTag
+android.nfc.INfcTag$Stub
+android.nfc.INfcTag$Stub$Proxy
+android.nfc.INfcUnlockHandler
+android.nfc.ITagRemovedCallback
+android.nfc.NdefMessage
+android.nfc.NfcActivityManager
+android.nfc.NfcActivityManager$NfcActivityState
+android.nfc.NfcActivityManager$NfcApplicationState
+android.nfc.NfcAdapter
+android.nfc.NfcAdapter$1
+android.nfc.NfcAdapter$CreateBeamUrisCallback
+android.nfc.NfcAdapter$CreateNdefMessageCallback
+android.nfc.NfcAdapter$OnNdefPushCompleteCallback
+android.nfc.NfcEvent
+android.nfc.NfcManager
+android.nfc.Tag
+android.nfc.TechListParcel
+android.nfc.TransceiveResult
+android.nfc.cardemulation.AidGroup
+android.nfc.cardemulation.AidGroup$1
+android.nfc.cardemulation.ApduServiceInfo
+android.nfc.cardemulation.ApduServiceInfo$1
+android.nfc.cardemulation.CardEmulation
+android.nfc.cardemulation.HostApduService
+android.nfc.cardemulation.HostApduService$MsgHandler
+android.opengl.EGL14
+android.opengl.EGLConfig
+android.opengl.EGLContext
+android.opengl.EGLDisplay
+android.opengl.EGLExt
+android.opengl.EGLObjectHandle
+android.opengl.EGLSurface
+android.opengl.ETC1
+android.opengl.GLES10
+android.opengl.GLES10Ext
+android.opengl.GLES11
+android.opengl.GLES11Ext
+android.opengl.GLES20
+android.opengl.GLES30
+android.opengl.GLES31
+android.opengl.GLES31Ext
+android.opengl.GLES32
+android.opengl.GLUtils
+android.opengl.Matrix
+android.opengl.Visibility
+android.os.-$Lambda$-dncxFEc2F2bgG2fsIoC6FC6WNE
+android.os.-$Lambda$-dncxFEc2F2bgG2fsIoC6FC6WNE$1
+android.os.-$Lambda$6x30vPJhBKUfNY8tswxuZo3DCe0
+android.os.-$Lambda$BcGBlsGjMZMF6Ej78rWJ608MYSM
+android.os.AsyncResult
+android.os.AsyncTask
+android.os.AsyncTask$1
+android.os.AsyncTask$2
+android.os.AsyncTask$3
+android.os.AsyncTask$AsyncTaskResult
+android.os.AsyncTask$InternalHandler
+android.os.AsyncTask$SerialExecutor
+android.os.AsyncTask$SerialExecutor$1
+android.os.AsyncTask$Status
+android.os.AsyncTask$WorkerRunnable
+android.os.BadParcelableException
+android.os.BaseBundle
+android.os.BaseBundle$NoImagePreloadHolder
+android.os.BatteryManager
+android.os.BatteryManagerInternal
+android.os.BatteryProperties
+android.os.BatteryProperties$1
+android.os.BatteryStats
+android.os.BatteryStats$BitDescription
+android.os.BatteryStats$ControllerActivityCounter
+android.os.BatteryStats$Counter
+android.os.BatteryStats$DailyItem
+android.os.BatteryStats$HistoryEventTracker
+android.os.BatteryStats$HistoryItem
+android.os.BatteryStats$HistoryStepDetails
+android.os.BatteryStats$HistoryTag
+android.os.BatteryStats$IntToString
+android.os.BatteryStats$LevelStepTracker
+android.os.BatteryStats$LongCounter
+android.os.BatteryStats$LongCounterArray
+android.os.BatteryStats$PackageChange
+android.os.BatteryStats$Timer
+android.os.BatteryStats$Uid
+android.os.BatteryStats$Uid$Pid
+android.os.BatteryStats$Uid$Pkg
+android.os.BatteryStats$Uid$Pkg$Serv
+android.os.BatteryStats$Uid$Proc
+android.os.BatteryStats$Uid$Sensor
+android.os.BatteryStats$Uid$Wakelock
+android.os.Binder
+android.os.BinderProxy
+android.os.Build
+android.os.Build$VERSION
+android.os.Bundle
+android.os.Bundle$1
+android.os.CancellationSignal
+android.os.CancellationSignal$OnCancelListener
+android.os.CancellationSignal$Transport
+android.os.CommonTimeConfig$OnServerDiedListener
+android.os.ConditionVariable
+android.os.CountDownTimer
+android.os.CpuUsageInfo
+android.os.CpuUsageInfo$1
+android.os.DeadObjectException
+android.os.DeadSystemException
+android.os.Debug
+android.os.Debug$MemoryInfo
+android.os.Debug$MemoryInfo$1
+android.os.DropBoxManager
+android.os.DropBoxManager$Entry
+android.os.DropBoxManager$Entry$1
+android.os.Environment
+android.os.Environment$UserEnvironment
+android.os.FactoryTest
+android.os.FileBridge
+android.os.FileBridge$FileBridgeOutputStream
+android.os.FileObserver$ObserverThread
+android.os.FileUtils
+android.os.GraphicsEnvironment
+android.os.Handler
+android.os.Handler$BlockingRunnable
+android.os.Handler$Callback
+android.os.Handler$MessengerImpl
+android.os.HandlerThread
+android.os.HardwarePropertiesManager
+android.os.HwBinder
+android.os.HwBlob
+android.os.HwParcel
+android.os.HwRemoteBinder
+android.os.IBatteryPropertiesListener
+android.os.IBatteryPropertiesListener$Stub
+android.os.IBatteryPropertiesRegistrar
+android.os.IBatteryPropertiesRegistrar$Stub
+android.os.IBatteryPropertiesRegistrar$Stub$Proxy
+android.os.IBinder
+android.os.IBinder$DeathRecipient
+android.os.ICancellationSignal
+android.os.ICancellationSignal$Stub
+android.os.ICancellationSignal$Stub$Proxy
+android.os.IDeviceIdentifiersPolicyService
+android.os.IDeviceIdentifiersPolicyService$Stub
+android.os.IDeviceIdleController
+android.os.IDeviceIdleController$Stub
+android.os.IDeviceIdleController$Stub$Proxy
+android.os.IHardwarePropertiesManager
+android.os.IHardwarePropertiesManager$Stub
+android.os.IHardwarePropertiesManager$Stub$Proxy
+android.os.IHwBinder
+android.os.IHwBinder$DeathRecipient
+android.os.IHwInterface
+android.os.IIncidentManager
+android.os.IIncidentManager$Stub
+android.os.IInstalld
+android.os.IInstalld$Stub
+android.os.IInstalld$Stub$Proxy
+android.os.IInterface
+android.os.IMaintenanceActivityListener
+android.os.IMessenger
+android.os.IMessenger$Stub
+android.os.IMessenger$Stub$Proxy
+android.os.INetworkActivityListener
+android.os.INetworkManagementService
+android.os.INetworkManagementService$Stub
+android.os.INetworkManagementService$Stub$Proxy
+android.os.IPermissionController
+android.os.IPermissionController$Stub
+android.os.IPowerManager
+android.os.IPowerManager$Stub
+android.os.IPowerManager$Stub$Proxy
+android.os.IProcessInfoService
+android.os.IProcessInfoService$Stub
+android.os.IProgressListener
+android.os.IRecoverySystem
+android.os.IRecoverySystem$Stub
+android.os.IRecoverySystemProgressListener
+android.os.IRemoteCallback
+android.os.IRemoteCallback$Stub
+android.os.IRemoteCallback$Stub$Proxy
+android.os.ISchedulingPolicyService
+android.os.ISchedulingPolicyService$Stub
+android.os.IServiceManager
+android.os.IUpdateLock
+android.os.IUpdateLock$Stub
+android.os.IUserManager
+android.os.IUserManager$Stub
+android.os.IUserManager$Stub$Proxy
+android.os.IVibratorService
+android.os.IVibratorService$Stub
+android.os.IVibratorService$Stub$Proxy
+android.os.IncidentManager
+android.os.LocaleList
+android.os.LocaleList$1
+android.os.Looper
+android.os.MemoryFile
+android.os.Message
+android.os.Message$1
+android.os.MessageQueue
+android.os.MessageQueue$FileDescriptorRecord
+android.os.MessageQueue$IdleHandler
+android.os.MessageQueue$OnFileDescriptorEventListener
+android.os.Messenger
+android.os.Messenger$1
+android.os.OperationCanceledException
+android.os.Parcel
+android.os.Parcel$1
+android.os.Parcel$2
+android.os.Parcel$ReadWriteHelper
+android.os.ParcelFileDescriptor
+android.os.ParcelFileDescriptor$1
+android.os.ParcelFileDescriptor$2
+android.os.ParcelFileDescriptor$AutoCloseInputStream
+android.os.ParcelFileDescriptor$AutoCloseOutputStream
+android.os.ParcelFileDescriptor$OnCloseListener
+android.os.ParcelFileDescriptor$Status
+android.os.ParcelFormatException
+android.os.ParcelUuid
+android.os.ParcelUuid$1
+android.os.Parcelable
+android.os.Parcelable$ClassLoaderCreator
+android.os.Parcelable$Creator
+android.os.ParcelableException
+android.os.ParcelableException$1
+android.os.ParcelableParcel
+android.os.ParcelableParcel$1
+android.os.PatternMatcher
+android.os.PatternMatcher$1
+android.os.PersistableBundle
+android.os.PersistableBundle$1
+android.os.PersistableBundle$MyReadMapCallback
+android.os.PooledStringReader
+android.os.PooledStringWriter
+android.os.PowerManager
+android.os.PowerManager$WakeLock
+android.os.PowerManager$WakeLock$1
+android.os.PowerManagerInternal
+android.os.PowerManagerInternal$LowPowerModeListener
+android.os.PowerSaveState
+android.os.PowerSaveState$1
+android.os.PowerSaveState$Builder
+android.os.Process
+android.os.Process$ProcessStartResult
+android.os.RecoverySystem
+android.os.RecoverySystem$ProgressListener
+android.os.Registrant
+android.os.RegistrantList
+android.os.RemoteCallback
+android.os.RemoteCallback$1
+android.os.RemoteCallback$2
+android.os.RemoteCallback$OnResultListener
+android.os.RemoteCallbackList
+android.os.RemoteCallbackList$Callback
+android.os.RemoteException
+android.os.ResultReceiver
+android.os.ResultReceiver$1
+android.os.ResultReceiver$MyResultReceiver
+android.os.ResultReceiver$MyRunnable
+android.os.SELinux
+android.os.Seccomp
+android.os.ServiceManager
+android.os.ServiceManager$ServiceNotFoundException
+android.os.ServiceManagerNative
+android.os.ServiceManagerProxy
+android.os.ServiceSpecificException
+android.os.SharedMemory
+android.os.SharedMemory$1
+android.os.ShellCallback
+android.os.ShellCallback$1
+android.os.StatFs
+android.os.StrictMode
+android.os.StrictMode$1
+android.os.StrictMode$2
+android.os.StrictMode$3
+android.os.StrictMode$4
+android.os.StrictMode$5
+android.os.StrictMode$6
+android.os.StrictMode$7
+android.os.StrictMode$8
+android.os.StrictMode$9
+android.os.StrictMode$AndroidBlockGuardPolicy
+android.os.StrictMode$AndroidBlockGuardPolicy$1
+android.os.StrictMode$AndroidCloseGuardReporter
+android.os.StrictMode$InstanceCountViolation
+android.os.StrictMode$InstanceTracker
+android.os.StrictMode$LogStackTrace
+android.os.StrictMode$Span
+android.os.StrictMode$StrictModeCustomViolation
+android.os.StrictMode$StrictModeDiskReadViolation
+android.os.StrictMode$StrictModeDiskWriteViolation
+android.os.StrictMode$StrictModeViolation
+android.os.StrictMode$ThreadPolicy
+android.os.StrictMode$ThreadPolicy$Builder
+android.os.StrictMode$ThreadSpanState
+android.os.StrictMode$ViolationInfo
+android.os.StrictMode$ViolationInfo$1
+android.os.StrictMode$VmPolicy
+android.os.StrictMode$VmPolicy$Builder
+android.os.SynchronousResultReceiver
+android.os.SynchronousResultReceiver$Result
+android.os.SystemClock
+android.os.SystemProperties
+android.os.SystemService
+android.os.SystemService$1
+android.os.SystemService$State
+android.os.SystemVibrator
+android.os.TokenWatcher
+android.os.TokenWatcher$1
+android.os.Trace
+android.os.Trace$1
+android.os.TransactionTooLargeException
+android.os.UEventObserver
+android.os.UEventObserver$UEvent
+android.os.UEventObserver$UEventThread
+android.os.UpdateLock
+android.os.UserHandle
+android.os.UserHandle$1
+android.os.UserManager
+android.os.UserManager$EnforcingUser
+android.os.UserManager$EnforcingUser$1
+android.os.UserManagerInternal
+android.os.UserManagerInternal$UserRestrictionsListener
+android.os.VibrationEffect
+android.os.VibrationEffect$1
+android.os.VibrationEffect$OneShot
+android.os.VibrationEffect$Prebaked
+android.os.VibrationEffect$Prebaked$1
+android.os.VibrationEffect$Waveform
+android.os.VibrationEffect$Waveform$1
+android.os.Vibrator
+android.os.VintfObject
+android.os.VintfRuntimeInfo
+android.os.WorkSource
+android.os.WorkSource$1
+android.os.ZygoteProcess
+android.os.ZygoteProcess$ZygoteState
+android.os.ZygoteStartFailedEx
+android.os.health.HealthStatsParceler
+android.os.health.SystemHealthManager
+android.os.storage.DiskInfo
+android.os.storage.DiskInfo$1
+android.os.storage.IObbActionListener
+android.os.storage.IObbActionListener$Stub
+android.os.storage.IStorageEventListener
+android.os.storage.IStorageEventListener$Stub
+android.os.storage.IStorageEventListener$Stub$Proxy
+android.os.storage.IStorageManager
+android.os.storage.IStorageManager$Stub
+android.os.storage.IStorageManager$Stub$Proxy
+android.os.storage.IStorageShutdownObserver
+android.os.storage.StorageEventListener
+android.os.storage.StorageManager
+android.os.storage.StorageManager$ObbActionListener
+android.os.storage.StorageManager$StorageEventListenerDelegate
+android.os.storage.StorageManagerInternal
+android.os.storage.StorageManagerInternal$ExternalStorageMountPolicy
+android.os.storage.StorageVolume
+android.os.storage.StorageVolume$1
+android.os.storage.VolumeInfo
+android.os.storage.VolumeInfo$1
+android.os.storage.VolumeInfo$2
+android.os.storage.VolumeRecord
+android.os.storage.VolumeRecord$1
+android.preference.GenericInflater$Parent
+android.preference.Preference
+android.preference.Preference$BaseSavedState
+android.preference.Preference$BaseSavedState$1
+android.preference.Preference$OnPreferenceChangeListener
+android.preference.PreferenceActivity
+android.preference.PreferenceFragment
+android.preference.PreferenceFragment$OnPreferenceStartFragmentCallback
+android.preference.PreferenceGroup
+android.preference.PreferenceManager
+android.preference.PreferenceManager$OnPreferenceTreeClickListener
+android.preference.PreferenceScreen
+android.print.IPrintDocumentAdapter
+android.print.IPrintJobStateChangeListener
+android.print.IPrintManager
+android.print.IPrintManager$Stub
+android.print.IPrintServicesChangeListener
+android.print.IPrintSpooler
+android.print.IPrintSpooler$Stub
+android.print.IPrintSpooler$Stub$Proxy
+android.print.IPrintSpoolerCallbacks
+android.print.IPrintSpoolerCallbacks$Stub
+android.print.IPrintSpoolerClient
+android.print.IPrintSpoolerClient$Stub
+android.print.IPrinterDiscoveryObserver
+android.print.PageRange
+android.print.PrintAttributes
+android.print.PrintDocumentAdapter
+android.print.PrintDocumentAdapter$LayoutResultCallback
+android.print.PrintDocumentAdapter$WriteResultCallback
+android.print.PrintJobId
+android.print.PrintJobInfo
+android.print.PrintManager
+android.print.PrinterId
+android.printservice.IPrintServiceClient
+android.printservice.IPrintServiceClient$Stub
+android.printservice.PrintServiceInfo
+android.printservice.PrintServiceInfo$1
+android.printservice.recommendation.IRecommendationsChangeListener
+android.provider.-$Lambda$87WmhkvObehVg0OMBzwa_MTVV8g
+android.provider.-$Lambda$a7Jyr6j_Mb70hHJ2ssL1AAhKh4c
+android.provider.-$Lambda$asz6VwQ86PPY-v8JLMb7rx-pSqg
+android.provider.BaseColumns
+android.provider.BlockedNumberContract
+android.provider.BlockedNumberContract$BlockedNumbers
+android.provider.CalendarContract
+android.provider.CalendarContract$Attendees
+android.provider.CalendarContract$AttendeesColumns
+android.provider.CalendarContract$CalendarAlerts
+android.provider.CalendarContract$CalendarAlertsColumns
+android.provider.CalendarContract$CalendarCache
+android.provider.CalendarContract$CalendarCacheColumns
+android.provider.CalendarContract$CalendarColumns
+android.provider.CalendarContract$CalendarSyncColumns
+android.provider.CalendarContract$Calendars
+android.provider.CalendarContract$Colors
+android.provider.CalendarContract$ColorsColumns
+android.provider.CalendarContract$Events
+android.provider.CalendarContract$EventsColumns
+android.provider.CalendarContract$ExtendedProperties
+android.provider.CalendarContract$ExtendedPropertiesColumns
+android.provider.CalendarContract$Instances
+android.provider.CalendarContract$Reminders
+android.provider.CalendarContract$RemindersColumns
+android.provider.CalendarContract$SyncColumns
+android.provider.CallLog
+android.provider.CallLog$Calls
+android.provider.ContactsContract
+android.provider.ContactsContract$BaseSyncColumns
+android.provider.ContactsContract$CommonDataKinds$BaseTypes
+android.provider.ContactsContract$CommonDataKinds$Callable
+android.provider.ContactsContract$CommonDataKinds$CommonColumns
+android.provider.ContactsContract$CommonDataKinds$Email
+android.provider.ContactsContract$CommonDataKinds$Event
+android.provider.ContactsContract$CommonDataKinds$Im
+android.provider.ContactsContract$CommonDataKinds$Phone
+android.provider.ContactsContract$CommonDataKinds$Relation
+android.provider.ContactsContract$CommonDataKinds$StructuredPostal
+android.provider.ContactsContract$ContactCounts
+android.provider.ContactsContract$ContactNameColumns
+android.provider.ContactsContract$ContactOptionsColumns
+android.provider.ContactsContract$ContactStatusColumns
+android.provider.ContactsContract$Contacts
+android.provider.ContactsContract$ContactsColumns
+android.provider.ContactsContract$Data
+android.provider.ContactsContract$DataColumns
+android.provider.ContactsContract$DataColumnsWithJoins
+android.provider.ContactsContract$DataUsageFeedback
+android.provider.ContactsContract$DataUsageStatColumns
+android.provider.ContactsContract$DeletedContacts
+android.provider.ContactsContract$DeletedContactsColumns
+android.provider.ContactsContract$Directory
+android.provider.ContactsContract$DisplayPhoto
+android.provider.ContactsContract$Groups
+android.provider.ContactsContract$GroupsColumns
+android.provider.ContactsContract$MetadataSync
+android.provider.ContactsContract$MetadataSyncColumns
+android.provider.ContactsContract$PhoneLookup
+android.provider.ContactsContract$PhoneLookupColumns
+android.provider.ContactsContract$Profile
+android.provider.ContactsContract$ProviderStatus
+android.provider.ContactsContract$RawContacts
+android.provider.ContactsContract$RawContactsColumns
+android.provider.ContactsContract$RawContactsEntity
+android.provider.ContactsContract$StatusColumns
+android.provider.ContactsContract$SyncColumns
+android.provider.DocumentsContract
+android.provider.DocumentsContract$Path
+android.provider.DocumentsProvider
+android.provider.Downloads
+android.provider.Downloads$Impl
+android.provider.FontsContract
+android.provider.FontsContract$1
+android.provider.MediaStore$Audio
+android.provider.MediaStore$Audio$AlbumColumns
+android.provider.MediaStore$Audio$Albums
+android.provider.MediaStore$Audio$AudioColumns
+android.provider.MediaStore$Audio$Media
+android.provider.MediaStore$Audio$Playlists
+android.provider.MediaStore$Audio$PlaylistsColumns
+android.provider.MediaStore$Files
+android.provider.MediaStore$Images$ImageColumns
+android.provider.MediaStore$Images$Media
+android.provider.MediaStore$Images$Thumbnails
+android.provider.MediaStore$MediaColumns
+android.provider.MediaStore$Video$Media
+android.provider.MediaStore$Video$VideoColumns
+android.provider.OpenableColumns
+android.provider.SearchIndexableData
+android.provider.SearchIndexableResource
+android.provider.SearchIndexablesProvider
+android.provider.SearchRecentSuggestions
+android.provider.Settings
+android.provider.Settings$ContentProviderHolder
+android.provider.Settings$GenerationTracker
+android.provider.Settings$Global
+android.provider.Settings$NameValueCache
+android.provider.Settings$NameValueTable
+android.provider.Settings$Secure
+android.provider.Settings$SettingNotFoundException
+android.provider.Settings$System
+android.provider.Settings$System$1
+android.provider.Settings$System$2
+android.provider.Settings$System$3
+android.provider.Settings$System$4
+android.provider.Settings$System$5
+android.provider.Settings$System$6
+android.provider.Settings$System$7
+android.provider.Settings$System$8
+android.provider.Settings$System$9
+android.provider.Settings$System$DiscreteValueValidator
+android.provider.Settings$System$InclusiveFloatRangeValidator
+android.provider.Settings$System$InclusiveIntegerRangeValidator
+android.provider.Settings$System$Validator
+android.provider.SyncStateContract$Columns
+android.provider.Telephony$BaseMmsColumns
+android.provider.Telephony$Carriers
+android.provider.Telephony$Mms
+android.provider.Telephony$MmsSms
+android.provider.Telephony$ServiceStateTable
+android.provider.Telephony$Sms
+android.provider.Telephony$TextBasedSmsColumns
+android.provider.Telephony$Threads
+android.provider.Telephony$ThreadsColumns
+android.provider.UserDictionary$Words
+android.provider.VoicemailContract$Status
+android.provider.VoicemailContract$Voicemails
+android.renderscript.Allocation
+android.renderscript.BaseObj
+android.renderscript.Matrix4f
+android.renderscript.RenderScriptCacheDir
+android.security.GateKeeper
+android.security.IKeyChainService
+android.security.IKeyChainService$Stub
+android.security.IKeyChainService$Stub$Proxy
+android.security.IKeystoreService
+android.security.IKeystoreService$Stub
+android.security.IKeystoreService$Stub$Proxy
+android.security.KeyChain
+android.security.KeyChain$1
+android.security.KeyChain$KeyChainConnection
+android.security.KeyStore
+android.security.NetworkSecurityPolicy
+android.security.keymaster.IKeyAttestationApplicationIdProvider
+android.security.keymaster.IKeyAttestationApplicationIdProvider$Stub
+android.security.keymaster.KeyAttestationApplicationId
+android.security.keymaster.KeymasterArguments
+android.security.keymaster.KeymasterArguments$1
+android.security.keystore.AndroidKeyStoreBCWorkaroundProvider
+android.security.keystore.AndroidKeyStoreKeyGeneratorSpi
+android.security.keystore.AndroidKeyStoreKeyGeneratorSpi$AES
+android.security.keystore.AndroidKeyStoreProvider
+android.security.keystore.AndroidKeyStoreSpi
+android.security.keystore.ArrayUtils
+android.security.keystore.KeyGenParameterSpec
+android.security.keystore.KeyGenParameterSpec$Builder
+android.security.keystore.KeyInfo
+android.security.keystore.KeyPermanentlyInvalidatedException
+android.security.keystore.KeyProperties
+android.security.keystore.KeyProperties$BlockMode
+android.security.keystore.KeyProperties$EncryptionPadding
+android.security.keystore.KeyProperties$Purpose
+android.security.keystore.KeymasterUtils
+android.security.keystore.UserNotAuthenticatedException
+android.security.keystore.Utils
+android.security.net.config.ApplicationConfig
+android.security.net.config.CertificateSource
+android.security.net.config.CertificatesEntryRef
+android.security.net.config.ConfigNetworkSecurityPolicy
+android.security.net.config.ConfigSource
+android.security.net.config.DirectoryCertificateSource
+android.security.net.config.DirectoryCertificateSource$1
+android.security.net.config.DirectoryCertificateSource$3
+android.security.net.config.DirectoryCertificateSource$CertSelector
+android.security.net.config.KeyStoreCertificateSource
+android.security.net.config.KeyStoreConfigSource
+android.security.net.config.ManifestConfigSource
+android.security.net.config.ManifestConfigSource$DefaultConfigSource
+android.security.net.config.NetworkSecurityConfig
+android.security.net.config.NetworkSecurityConfig$1
+android.security.net.config.NetworkSecurityConfig$Builder
+android.security.net.config.NetworkSecurityConfigProvider
+android.security.net.config.NetworkSecurityTrustManager
+android.security.net.config.PinSet
+android.security.net.config.RootTrustManager
+android.security.net.config.RootTrustManagerFactorySpi
+android.security.net.config.SystemCertificateSource
+android.security.net.config.TrustedCertificateStoreAdapter
+android.security.net.config.UserCertificateSource
+android.security.net.config.XmlConfigSource
+android.security.net.config.XmlConfigSource$ParserException
+android.service.autofill.-$Lambda$svbjmB3NFhHnuZrn67G14PFSJlY
+android.service.autofill.AutofillService
+android.service.autofill.AutofillService$1
+android.service.autofill.AutofillServiceInfo
+android.service.autofill.FillCallback
+android.service.autofill.FillContext
+android.service.autofill.FillContext$1
+android.service.autofill.FillEventHistory
+android.service.autofill.FillRequest
+android.service.autofill.FillRequest$1
+android.service.autofill.FillResponse
+android.service.autofill.IAutoFillService
+android.service.autofill.IAutoFillService$Stub
+android.service.autofill.IAutoFillService$Stub$Proxy
+android.service.autofill.IFillCallback
+android.service.autofill.IFillCallback$Stub
+android.service.autofill.IFillCallback$Stub$Proxy
+android.service.autofill.SaveCallback
+android.service.autofill.SaveRequest
+android.service.carrier.CarrierIdentifier
+android.service.carrier.CarrierIdentifier$1
+android.service.carrier.ICarrierService
+android.service.carrier.ICarrierService$Stub
+android.service.carrier.ICarrierService$Stub$Proxy
+android.service.dreams.DreamManagerInternal
+android.service.dreams.IDreamManager
+android.service.dreams.IDreamManager$Stub
+android.service.dreams.IDreamManager$Stub$Proxy
+android.service.gatekeeper.IGateKeeperService
+android.service.gatekeeper.IGateKeeperService$Stub
+android.service.gatekeeper.IGateKeeperService$Stub$Proxy
+android.service.media.IMediaBrowserService
+android.service.media.IMediaBrowserService$Stub
+android.service.media.IMediaBrowserService$Stub$Proxy
+android.service.media.IMediaBrowserServiceCallbacks
+android.service.media.IMediaBrowserServiceCallbacks$Stub
+android.service.notification.Adjustment
+android.service.notification.Condition
+android.service.notification.Condition$1
+android.service.notification.ConditionProviderService
+android.service.notification.ConditionProviderService$H
+android.service.notification.ConditionProviderService$Provider
+android.service.notification.IConditionListener
+android.service.notification.IConditionListener$Stub
+android.service.notification.IConditionProvider
+android.service.notification.IConditionProvider$Stub
+android.service.notification.INotificationListener
+android.service.notification.INotificationListener$Stub
+android.service.notification.INotificationListener$Stub$Proxy
+android.service.notification.IStatusBarNotificationHolder
+android.service.notification.IStatusBarNotificationHolder$Stub
+android.service.notification.IStatusBarNotificationHolder$Stub$Proxy
+android.service.notification.NotificationListenerService
+android.service.notification.NotificationListenerService$MyHandler
+android.service.notification.NotificationListenerService$NotificationListenerWrapper
+android.service.notification.NotificationListenerService$Ranking
+android.service.notification.NotificationListenerService$RankingMap
+android.service.notification.NotificationListenerService$RankingMap$1
+android.service.notification.NotificationRankingUpdate
+android.service.notification.NotificationRankingUpdate$1
+android.service.notification.StatusBarNotification
+android.service.notification.StatusBarNotification$1
+android.service.notification.ZenModeConfig
+android.service.notification.ZenModeConfig$1
+android.service.notification.ZenModeConfig$Diff
+android.service.notification.ZenModeConfig$EventInfo
+android.service.notification.ZenModeConfig$ScheduleInfo
+android.service.notification.ZenModeConfig$ZenRule
+android.service.notification.ZenModeConfig$ZenRule$1
+android.service.oemlock.IOemLockService
+android.service.oemlock.IOemLockService$Stub
+android.service.oemlock.OemLockManager
+android.service.persistentdata.IPersistentDataBlockService
+android.service.persistentdata.IPersistentDataBlockService$Stub
+android.service.persistentdata.IPersistentDataBlockService$Stub$Proxy
+android.service.persistentdata.PersistentDataBlockManager
+android.service.quicksettings.IQSService
+android.service.quicksettings.IQSService$Stub
+android.service.quicksettings.Tile
+android.service.textservice.SpellCheckerService
+android.service.textservice.SpellCheckerService$InternalISpellCheckerSession
+android.service.textservice.SpellCheckerService$Session
+android.service.textservice.SpellCheckerService$SpellCheckerServiceBinder
+android.service.voice.AlwaysOnHotwordDetector
+android.service.voice.AlwaysOnHotwordDetector$Callback
+android.service.voice.AlwaysOnHotwordDetector$EventPayload
+android.service.voice.AlwaysOnHotwordDetector$MyHandler
+android.service.voice.AlwaysOnHotwordDetector$RefreshAvailabiltyTask
+android.service.voice.AlwaysOnHotwordDetector$SoundTriggerListener
+android.service.voice.IVoiceInteractionService
+android.service.voice.IVoiceInteractionService$Stub
+android.service.voice.IVoiceInteractionService$Stub$Proxy
+android.service.voice.IVoiceInteractionSession
+android.service.voice.VoiceInteractionManagerInternal
+android.service.voice.VoiceInteractionService
+android.service.voice.VoiceInteractionService$1
+android.service.voice.VoiceInteractionService$MyHandler
+android.service.voice.VoiceInteractionServiceInfo
+android.service.vr.IPersistentVrStateCallbacks
+android.service.vr.IPersistentVrStateCallbacks$Stub
+android.service.vr.IVrManager
+android.service.vr.IVrManager$Stub
+android.service.vr.IVrManager$Stub$Proxy
+android.service.vr.IVrStateCallbacks
+android.service.vr.IVrStateCallbacks$Stub
+android.service.vr.IVrStateCallbacks$Stub$Proxy
+android.service.wallpaper.IWallpaperConnection
+android.service.wallpaper.IWallpaperConnection$Stub
+android.service.wallpaper.IWallpaperConnection$Stub$Proxy
+android.service.wallpaper.IWallpaperEngine
+android.service.wallpaper.IWallpaperEngine$Stub
+android.service.wallpaper.IWallpaperEngine$Stub$Proxy
+android.service.wallpaper.IWallpaperService
+android.service.wallpaper.IWallpaperService$Stub
+android.service.wallpaper.IWallpaperService$Stub$Proxy
+android.service.wallpaper.WallpaperService
+android.service.wallpaper.WallpaperService$Engine
+android.service.wallpaper.WallpaperService$Engine$1
+android.service.wallpaper.WallpaperService$Engine$2
+android.service.wallpaper.WallpaperService$Engine$3
+android.service.wallpaper.WallpaperService$Engine$WallpaperInputEventReceiver
+android.service.wallpaper.WallpaperService$IWallpaperEngineWrapper
+android.service.wallpaper.WallpaperService$IWallpaperServiceWrapper
+android.service.wallpaper.WallpaperService$WallpaperCommand
+android.speech.SpeechRecognizer
+android.speech.tts.AbstractEventLogger
+android.speech.tts.AbstractSynthesisCallback
+android.speech.tts.AudioPlaybackHandler
+android.speech.tts.AudioPlaybackHandler$MessageLoop
+android.speech.tts.EventLogger
+android.speech.tts.FileSynthesisCallback
+android.speech.tts.ITextToSpeechCallback
+android.speech.tts.ITextToSpeechCallback$Stub
+android.speech.tts.ITextToSpeechCallback$Stub$Proxy
+android.speech.tts.ITextToSpeechService
+android.speech.tts.ITextToSpeechService$Stub
+android.speech.tts.ITextToSpeechService$Stub$Proxy
+android.speech.tts.SynthesisCallback
+android.speech.tts.SynthesisRequest
+android.speech.tts.TextToSpeech
+android.speech.tts.TextToSpeech$10
+android.speech.tts.TextToSpeech$16
+android.speech.tts.TextToSpeech$17
+android.speech.tts.TextToSpeech$7
+android.speech.tts.TextToSpeech$Action
+android.speech.tts.TextToSpeech$Connection
+android.speech.tts.TextToSpeech$Connection$1
+android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask
+android.speech.tts.TextToSpeech$EngineInfo
+android.speech.tts.TextToSpeech$OnInitListener
+android.speech.tts.TextToSpeechService
+android.speech.tts.TextToSpeechService$1
+android.speech.tts.TextToSpeechService$CallbackMap
+android.speech.tts.TextToSpeechService$SpeechItem
+android.speech.tts.TextToSpeechService$SynthHandler
+android.speech.tts.TextToSpeechService$SynthHandler$1
+android.speech.tts.TextToSpeechService$SynthHandler$2
+android.speech.tts.TextToSpeechService$SynthThread
+android.speech.tts.TextToSpeechService$SynthesisSpeechItem
+android.speech.tts.TextToSpeechService$SynthesisToFileOutputStreamSpeechItem
+android.speech.tts.TextToSpeechService$UtteranceProgressDispatcher
+android.speech.tts.TextToSpeechService$UtteranceSpeechItem
+android.speech.tts.TextToSpeechService$UtteranceSpeechItemWithParams
+android.speech.tts.TtsEngines
+android.speech.tts.TtsEngines$EngineInfoComparator
+android.speech.tts.UtteranceProgressListener
+android.system.ErrnoException
+android.system.GaiException
+android.system.NetlinkSocketAddress
+android.system.Os
+android.system.OsConstants
+android.system.PacketSocketAddress
+android.system.StructAddrinfo
+android.system.StructFlock
+android.system.StructGroupReq
+android.system.StructGroupSourceReq
+android.system.StructIcmpHdr
+android.system.StructIfaddrs
+android.system.StructLinger
+android.system.StructPasswd
+android.system.StructPollfd
+android.system.StructStat
+android.system.StructStatVfs
+android.system.StructTimespec
+android.system.StructTimeval
+android.system.StructUcred
+android.system.StructUtsname
+android.system.UnixSocketAddress
+android.telecom.-$Lambda$afyb_ODGzn3xMew6fjs8ANSIdVo
+android.telecom.CallAudioState
+android.telecom.CallAudioState$1
+android.telecom.Conference
+android.telecom.Conference$Listener
+android.telecom.Conferenceable
+android.telecom.Connection
+android.telecom.Connection$1
+android.telecom.Connection$2
+android.telecom.Connection$FailureSignalingConnection
+android.telecom.Connection$Listener
+android.telecom.ConnectionRequest
+android.telecom.ConnectionRequest$1
+android.telecom.ConnectionRequest$Builder
+android.telecom.ConnectionService
+android.telecom.ConnectionService$1
+android.telecom.ConnectionService$2
+android.telecom.ConnectionService$2$1
+android.telecom.ConnectionService$3
+android.telecom.ConnectionService$4
+android.telecom.ConnectionService$5
+android.telecom.ConnectionService$5$1
+android.telecom.ConnectionServiceAdapter
+android.telecom.DefaultDialerManager
+android.telecom.DisconnectCause
+android.telecom.DisconnectCause$1
+android.telecom.Log
+android.telecom.Log$1
+android.telecom.Logging.-$Lambda$OwO3BlCgqcOx28O1BaOAPVPor24
+android.telecom.Logging.-$Lambda$OwO3BlCgqcOx28O1BaOAPVPor24$1
+android.telecom.Logging.-$Lambda$OwO3BlCgqcOx28O1BaOAPVPor24$2
+android.telecom.Logging.EventManager
+android.telecom.Logging.EventManager$Event
+android.telecom.Logging.EventManager$EventListener
+android.telecom.Logging.EventManager$EventRecord
+android.telecom.Logging.EventManager$Loggable
+android.telecom.Logging.EventManager$TimedEventPair
+android.telecom.Logging.Runnable
+android.telecom.Logging.Runnable$1
+android.telecom.Logging.Session
+android.telecom.Logging.Session$Info
+android.telecom.Logging.Session$Info$1
+android.telecom.Logging.SessionManager
+android.telecom.Logging.SessionManager$ICurrentThreadId
+android.telecom.Logging.SessionManager$ISessionCleanupTimeoutMs
+android.telecom.Logging.SessionManager$ISessionIdQueryHandler
+android.telecom.Logging.SessionManager$ISessionListener
+android.telecom.ParcelableCall
+android.telecom.ParcelableCall$1
+android.telecom.ParcelableConference
+android.telecom.ParcelableConnection
+android.telecom.ParcelableConnection$1
+android.telecom.PhoneAccount
+android.telecom.PhoneAccount$1
+android.telecom.PhoneAccount$Builder
+android.telecom.PhoneAccountHandle
+android.telecom.PhoneAccountHandle$1
+android.telecom.RemoteConnectionManager
+android.telecom.StatusHints
+android.telecom.TelecomAnalytics
+android.telecom.TelecomManager
+android.telecom.VideoProfile
+android.telecom.VideoProfile$1
+android.telephony.CarrierConfigManager
+android.telephony.CellIdentityLte
+android.telephony.CellIdentityLte$1
+android.telephony.CellIdentityWcdma
+android.telephony.CellIdentityWcdma$1
+android.telephony.CellInfo
+android.telephony.CellInfo$1
+android.telephony.CellInfoCdma
+android.telephony.CellInfoGsm
+android.telephony.CellInfoLte
+android.telephony.CellInfoLte$1
+android.telephony.CellInfoWcdma
+android.telephony.CellInfoWcdma$1
+android.telephony.CellLocation
+android.telephony.CellSignalStrength
+android.telephony.CellSignalStrengthLte
+android.telephony.CellSignalStrengthLte$1
+android.telephony.CellSignalStrengthWcdma
+android.telephony.CellSignalStrengthWcdma$1
+android.telephony.ClientRequestStats
+android.telephony.ClientRequestStats$1
+android.telephony.DisconnectCause
+android.telephony.IccOpenLogicalChannelResponse
+android.telephony.ModemActivityInfo
+android.telephony.PhoneNumberFormattingTextWatcher
+android.telephony.PhoneNumberUtils
+android.telephony.PhoneStateListener
+android.telephony.PhoneStateListener$1
+android.telephony.PhoneStateListener$IPhoneStateListenerStub
+android.telephony.PreciseCallState
+android.telephony.PreciseCallState$1
+android.telephony.PreciseDataConnectionState
+android.telephony.PreciseDataConnectionState$1
+android.telephony.RadioAccessFamily
+android.telephony.Rlog
+android.telephony.ServiceState
+android.telephony.ServiceState$1
+android.telephony.SignalStrength
+android.telephony.SignalStrength$1
+android.telephony.SmsManager
+android.telephony.SmsMessage
+android.telephony.SubscriptionInfo
+android.telephony.SubscriptionInfo$1
+android.telephony.SubscriptionManager
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$2
+android.telephony.TelephonyHistogram
+android.telephony.TelephonyHistogram$1
+android.telephony.TelephonyManager
+android.telephony.TelephonyManager$MultiSimVariants
+android.telephony.VisualVoicemailSmsFilterSettings
+android.telephony.VoLteServiceState
+android.telephony.VoLteServiceState$1
+android.telephony.euicc.EuiccManager
+android.telephony.gsm.GsmCellLocation
+android.telephony.ims.ImsServiceProxy$INotifyStatusChanged
+android.telephony.ims.ImsServiceProxyCompat
+android.telephony.ims.feature.IMMTelFeature
+android.telephony.ims.stub.ImsConfigImplBase
+android.telephony.ims.stub.ImsEcbmImplBase
+android.telephony.ims.stub.ImsUtImplBase
+android.telephony.ims.stub.ImsUtListenerImplBase
+android.text.AndroidBidi
+android.text.AndroidCharacter
+android.text.Annotation
+android.text.BidiFormatter
+android.text.BidiFormatter$DirectionalityEstimator
+android.text.BoringLayout
+android.text.BoringLayout$Metrics
+android.text.CharSequenceCharacterIterator
+android.text.ClipboardManager
+android.text.DynamicLayout
+android.text.DynamicLayout$ChangeWatcher
+android.text.Editable
+android.text.Editable$Factory
+android.text.FontConfig
+android.text.FontConfig$Alias
+android.text.FontConfig$Family
+android.text.FontConfig$Font
+android.text.GetChars
+android.text.GraphicsOperations
+android.text.Html
+android.text.Html$HtmlParser
+android.text.Html$TagHandler
+android.text.HtmlToSpannedConverter
+android.text.HtmlToSpannedConverter$Bold
+android.text.HtmlToSpannedConverter$Href
+android.text.Hyphenator
+android.text.Hyphenator$HyphenationData
+android.text.InputFilter
+android.text.InputFilter$LengthFilter
+android.text.InputType
+android.text.Layout
+android.text.Layout$Alignment
+android.text.Layout$Directions
+android.text.Layout$Ellipsizer
+android.text.Layout$SpannedEllipsizer
+android.text.MeasuredText
+android.text.NoCopySpan
+android.text.NoCopySpan$Concrete
+android.text.PackedIntVector
+android.text.PackedObjectVector
+android.text.ParcelableSpan
+android.text.Selection
+android.text.Selection$END
+android.text.Selection$PositionIterator
+android.text.Selection$START
+android.text.SpanSet
+android.text.SpanWatcher
+android.text.Spannable
+android.text.Spannable$Factory
+android.text.SpannableString
+android.text.SpannableStringBuilder
+android.text.SpannableStringInternal
+android.text.Spanned
+android.text.SpannedString
+android.text.StaticLayout
+android.text.StaticLayout$Builder
+android.text.StaticLayout$LineBreaks
+android.text.TextDirectionHeuristic
+android.text.TextDirectionHeuristics
+android.text.TextDirectionHeuristics$AnyStrong
+android.text.TextDirectionHeuristics$FirstStrong
+android.text.TextDirectionHeuristics$TextDirectionAlgorithm
+android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl
+android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal
+android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale
+android.text.TextLine
+android.text.TextLine$DecorationInfo
+android.text.TextPaint
+android.text.TextUtils
+android.text.TextUtils$1
+android.text.TextUtils$EllipsizeCallback
+android.text.TextUtils$SimpleStringSplitter
+android.text.TextUtils$StringSplitter
+android.text.TextUtils$TruncateAt
+android.text.TextWatcher
+android.text.format.DateFormat
+android.text.format.DateUtils
+android.text.format.Formatter
+android.text.format.Formatter$BytesResult
+android.text.format.Time
+android.text.format.Time$TimeCalculator
+android.text.format.TimeFormatter
+android.text.method.AllCapsTransformationMethod
+android.text.method.ArrowKeyMovementMethod
+android.text.method.BaseKeyListener
+android.text.method.BaseMovementMethod
+android.text.method.DialerKeyListener
+android.text.method.KeyListener
+android.text.method.LinkMovementMethod
+android.text.method.MetaKeyKeyListener
+android.text.method.MovementMethod
+android.text.method.NumberKeyListener
+android.text.method.PasswordTransformationMethod
+android.text.method.QwertyKeyListener
+android.text.method.QwertyKeyListener$Replaced
+android.text.method.ReplacementTransformationMethod
+android.text.method.ReplacementTransformationMethod$ReplacementCharSequence
+android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence
+android.text.method.ScrollingMovementMethod
+android.text.method.SingleLineTransformationMethod
+android.text.method.TextKeyListener
+android.text.method.TextKeyListener$Capitalize
+android.text.method.TextKeyListener$SettingsObserver
+android.text.method.Touch
+android.text.method.Touch$DragState
+android.text.method.TransformationMethod
+android.text.method.TransformationMethod2
+android.text.method.WordIterator
+android.text.style.AlignmentSpan
+android.text.style.BackgroundColorSpan
+android.text.style.CharacterStyle
+android.text.style.CharacterStyle$Passthrough
+android.text.style.ClickableSpan
+android.text.style.DynamicDrawableSpan
+android.text.style.EasyEditSpan
+android.text.style.ForegroundColorSpan
+android.text.style.ImageSpan
+android.text.style.LeadingMarginSpan
+android.text.style.LeadingMarginSpan$LeadingMarginSpan2
+android.text.style.LeadingMarginSpan$Standard
+android.text.style.LineBackgroundSpan
+android.text.style.LineHeightSpan
+android.text.style.LineHeightSpan$WithDensity
+android.text.style.MetricAffectingSpan
+android.text.style.MetricAffectingSpan$Passthrough
+android.text.style.ParagraphStyle
+android.text.style.RelativeSizeSpan
+android.text.style.ReplacementSpan
+android.text.style.SpellCheckSpan
+android.text.style.StrikethroughSpan
+android.text.style.StyleSpan
+android.text.style.SuggestionSpan
+android.text.style.SuggestionSpan$1
+android.text.style.TabStopSpan
+android.text.style.TextAppearanceSpan
+android.text.style.TtsSpan
+android.text.style.TtsSpan$Builder
+android.text.style.TtsSpan$SemioticClassBuilder
+android.text.style.TtsSpan$TelephoneBuilder
+android.text.style.TtsSpan$VerbatimBuilder
+android.text.style.TypefaceSpan
+android.text.style.URLSpan
+android.text.style.UnderlineSpan
+android.text.style.UpdateAppearance
+android.text.style.UpdateLayout
+android.text.style.WrapTogetherSpan
+android.text.util.Linkify
+android.text.util.Linkify$1
+android.text.util.Linkify$2
+android.text.util.Linkify$3
+android.text.util.Linkify$4
+android.text.util.Linkify$MatchFilter
+android.text.util.Linkify$TransformFilter
+android.text.util.Rfc822Token
+android.text.util.Rfc822Tokenizer
+android.transition.ArcMotion
+android.transition.AutoTransition
+android.transition.ChangeBounds
+android.transition.ChangeBounds$1
+android.transition.ChangeBounds$2
+android.transition.ChangeBounds$3
+android.transition.ChangeBounds$4
+android.transition.ChangeBounds$5
+android.transition.ChangeBounds$6
+android.transition.ChangeBounds$9
+android.transition.ChangeClipBounds
+android.transition.ChangeImageTransform
+android.transition.ChangeImageTransform$1
+android.transition.ChangeImageTransform$2
+android.transition.ChangeTransform
+android.transition.ChangeTransform$1
+android.transition.ChangeTransform$2
+android.transition.ChangeTransform$3
+android.transition.ChangeTransform$GhostListener
+android.transition.ChangeTransform$PathAnimatorMatrix
+android.transition.ChangeTransform$Transforms
+android.transition.CircularPropagation
+android.transition.Explode
+android.transition.Fade
+android.transition.Fade$1
+android.transition.Fade$FadeAnimatorListener
+android.transition.PathMotion
+android.transition.Scene
+android.transition.SidePropagation
+android.transition.Slide
+android.transition.Slide$1
+android.transition.Slide$2
+android.transition.Slide$3
+android.transition.Slide$4
+android.transition.Slide$5
+android.transition.Slide$6
+android.transition.Slide$CalculateSlide
+android.transition.Slide$CalculateSlideHorizontal
+android.transition.Slide$CalculateSlideVertical
+android.transition.Transition
+android.transition.Transition$1
+android.transition.Transition$2
+android.transition.Transition$3
+android.transition.Transition$AnimationInfo
+android.transition.Transition$ArrayListManager
+android.transition.Transition$EpicenterCallback
+android.transition.Transition$TransitionListener
+android.transition.TransitionInflater
+android.transition.TransitionListenerAdapter
+android.transition.TransitionManager
+android.transition.TransitionManager$MultiListener
+android.transition.TransitionManager$MultiListener$1
+android.transition.TransitionPropagation
+android.transition.TransitionSet
+android.transition.TransitionSet$TransitionSetListener
+android.transition.TransitionUtils
+android.transition.TransitionValues
+android.transition.TransitionValuesMaps
+android.transition.Visibility
+android.transition.Visibility$1
+android.transition.Visibility$VisibilityInfo
+android.transition.VisibilityPropagation
+android.util.AndroidException
+android.util.AndroidRuntimeException
+android.util.ArrayMap
+android.util.ArrayMap$1
+android.util.ArraySet
+android.util.ArraySet$1
+android.util.AtomicFile
+android.util.AttributeSet
+android.util.Base64
+android.util.Base64$Coder
+android.util.Base64$Decoder
+android.util.Base64$Encoder
+android.util.ByteStringUtils
+android.util.ContainerHelpers
+android.util.DebugUtils
+android.util.DisplayMetrics
+android.util.EventLog
+android.util.EventLog$Event
+android.util.FastImmutableArraySet
+android.util.FastImmutableArraySet$FastIterator
+android.util.FloatProperty
+android.util.IconDrawableFactory
+android.util.IntArray
+android.util.IntProperty
+android.util.JsonReader
+android.util.JsonScope
+android.util.JsonToken
+android.util.JsonWriter
+android.util.KeyValueListParser
+android.util.LauncherIcons
+android.util.LauncherIcons$ShadowDrawable
+android.util.LauncherIcons$ShadowDrawable$MyConstantState
+android.util.LocalLog
+android.util.LocalLog$ReadOnlyLocalLog
+android.util.Log
+android.util.Log$1
+android.util.Log$ImmediateLogWriter
+android.util.Log$PreloadHolder
+android.util.Log$TerribleFailure
+android.util.Log$TerribleFailureHandler
+android.util.LogPrinter
+android.util.LongArray
+android.util.LongSparseArray
+android.util.LongSparseLongArray
+android.util.LruCache
+android.util.MapCollections
+android.util.MapCollections$ArrayIterator
+android.util.MapCollections$EntrySet
+android.util.MapCollections$KeySet
+android.util.MapCollections$MapIterator
+android.util.MapCollections$ValuesCollection
+android.util.MathUtils
+android.util.MemoryIntArray
+android.util.MemoryIntArray$1
+android.util.MergedConfiguration
+android.util.MergedConfiguration$1
+android.util.MutableBoolean
+android.util.MutableInt
+android.util.MutableLong
+android.util.NtpTrustedTime
+android.util.Pair
+android.util.PathParser
+android.util.PathParser$PathData
+android.util.Patterns
+android.util.Pools$Pool
+android.util.Pools$SimplePool
+android.util.Pools$SynchronizedPool
+android.util.Printer
+android.util.Property
+android.util.Range
+android.util.Rational
+android.util.ReflectiveProperty
+android.util.Singleton
+android.util.Size
+android.util.SizeF
+android.util.Slog
+android.util.SparseArray
+android.util.SparseBooleanArray
+android.util.SparseIntArray
+android.util.SparseLongArray
+android.util.Spline
+android.util.Spline$MonotoneCubicSpline
+android.util.StateSet
+android.util.SuperNotCalledException
+android.util.TimeFormatException
+android.util.TimeUtils
+android.util.TimedRemoteCaller
+android.util.TimingLogger
+android.util.TimingsTraceLog
+android.util.TrustedTime
+android.util.TypedValue
+android.util.Xml
+android.util.Xml$XmlSerializerFactory
+android.util.XmlPullAttributes
+android.util.apk.ApkSignatureSchemeV2Verifier
+android.util.apk.ApkSignatureSchemeV2Verifier$SignatureNotFoundException
+android.util.apk.ZipUtils
+android.util.jar.StrictJarFile
+android.util.jar.StrictJarFile$EntryIterator
+android.util.jar.StrictJarFile$FDStream
+android.util.jar.StrictJarFile$JarFileInputStream
+android.util.jar.StrictJarFile$ZipInflaterInputStream
+android.util.jar.StrictJarManifest
+android.util.jar.StrictJarManifest$Chunk
+android.util.jar.StrictJarManifestReader
+android.util.jar.StrictJarVerifier
+android.util.jar.StrictJarVerifier$VerifierEntry
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$1
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$2
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$3
+android.view.-$Lambda$P6MTGFSudLpwrqb6oVD8FdorW1c
+android.view.-$Lambda$XmA8Y30pNAdQP9ujRlGx1qfDHH8
+android.view.-$Lambda$iU_USrtPm1XIm5H9QYQvXfBGDE4
+android.view.-$Lambda$iU_USrtPm1XIm5H9QYQvXfBGDE4$1
+android.view.AbsSavedState
+android.view.AbsSavedState$1
+android.view.AbsSavedState$2
+android.view.AccessibilityInteractionController
+android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher
+android.view.AccessibilityInteractionController$PrivateHandler
+android.view.ActionMode
+android.view.ActionMode$Callback
+android.view.ActionMode$Callback2
+android.view.ActionProvider
+android.view.ActionProvider$SubUiVisibilityListener
+android.view.AppTransitionAnimationSpec
+android.view.AppTransitionAnimationSpec$1
+android.view.Choreographer
+android.view.Choreographer$1
+android.view.Choreographer$2
+android.view.Choreographer$3
+android.view.Choreographer$CallbackQueue
+android.view.Choreographer$CallbackRecord
+android.view.Choreographer$FrameCallback
+android.view.Choreographer$FrameDisplayEventReceiver
+android.view.Choreographer$FrameHandler
+android.view.ContextMenu
+android.view.ContextMenu$ContextMenuInfo
+android.view.ContextThemeWrapper
+android.view.Display
+android.view.Display$HdrCapabilities
+android.view.Display$HdrCapabilities$1
+android.view.Display$Mode
+android.view.Display$Mode$1
+android.view.DisplayAdjustments
+android.view.DisplayEventReceiver
+android.view.DisplayInfo
+android.view.DisplayInfo$1
+android.view.DisplayListCanvas
+android.view.DragEvent
+android.view.FallbackEventHandler
+android.view.FocusFinder
+android.view.FocusFinder$1
+android.view.FocusFinder$FocusSorter
+android.view.FocusFinder$UserSpecifiedFocusComparator
+android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter
+android.view.FrameInfo
+android.view.FrameMetrics
+android.view.FrameMetricsObserver
+android.view.FrameStats
+android.view.GestureDetector
+android.view.GestureDetector$GestureHandler
+android.view.GestureDetector$OnContextClickListener
+android.view.GestureDetector$OnDoubleTapListener
+android.view.GestureDetector$OnGestureListener
+android.view.GestureDetector$SimpleOnGestureListener
+android.view.GhostView
+android.view.Gravity
+android.view.HandlerActionQueue
+android.view.HandlerActionQueue$HandlerAction
+android.view.HardwareLayer
+android.view.IAppTransitionAnimationSpecsFuture
+android.view.IAppTransitionAnimationSpecsFuture$Stub
+android.view.IAppTransitionAnimationSpecsFuture$Stub$Proxy
+android.view.IApplicationToken
+android.view.IApplicationToken$Stub
+android.view.IDockedStackListener
+android.view.IDockedStackListener$Stub
+android.view.IDockedStackListener$Stub$Proxy
+android.view.IGraphicsStats
+android.view.IGraphicsStats$Stub
+android.view.IGraphicsStats$Stub$Proxy
+android.view.IGraphicsStatsCallback
+android.view.IGraphicsStatsCallback$Stub
+android.view.IGraphicsStatsCallback$Stub$Proxy
+android.view.IInputFilter
+android.view.IOnKeyguardExitResult
+android.view.IPinnedStackController
+android.view.IPinnedStackController$Stub
+android.view.IPinnedStackController$Stub$Proxy
+android.view.IPinnedStackListener
+android.view.IPinnedStackListener$Stub
+android.view.IPinnedStackListener$Stub$Proxy
+android.view.IRotationWatcher
+android.view.IRotationWatcher$Stub
+android.view.IRotationWatcher$Stub$Proxy
+android.view.IWindow
+android.view.IWindow$Stub
+android.view.IWindow$Stub$Proxy
+android.view.IWindowFocusObserver
+android.view.IWindowId
+android.view.IWindowId$Stub
+android.view.IWindowId$Stub$Proxy
+android.view.IWindowManager
+android.view.IWindowManager$Stub
+android.view.IWindowManager$Stub$Proxy
+android.view.IWindowSession
+android.view.IWindowSession$Stub
+android.view.IWindowSession$Stub$Proxy
+android.view.IWindowSessionCallback
+android.view.IWindowSessionCallback$Stub
+android.view.IWindowSessionCallback$Stub$Proxy
+android.view.InflateException
+android.view.InputChannel
+android.view.InputChannel$1
+android.view.InputDevice
+android.view.InputDevice$1
+android.view.InputDevice$MotionRange
+android.view.InputEvent
+android.view.InputEvent$1
+android.view.InputEventConsistencyVerifier
+android.view.InputEventReceiver
+android.view.InputEventReceiver$Factory
+android.view.InputEventSender
+android.view.InputQueue
+android.view.InputQueue$Callback
+android.view.InputQueue$FinishedInputEventCallback
+android.view.KeyCharacterMap
+android.view.KeyCharacterMap$1
+android.view.KeyCharacterMap$FallbackAction
+android.view.KeyEvent
+android.view.KeyEvent$1
+android.view.KeyEvent$Callback
+android.view.KeyEvent$DispatcherState
+android.view.KeyboardShortcutGroup
+android.view.KeyboardShortcutGroup$1
+android.view.KeyboardShortcutInfo
+android.view.KeyboardShortcutInfo$1
+android.view.LayoutInflater
+android.view.LayoutInflater$Factory
+android.view.LayoutInflater$Factory2
+android.view.LayoutInflater$FactoryMerger
+android.view.LayoutInflater$Filter
+android.view.MagnificationSpec
+android.view.Menu
+android.view.MenuInflater
+android.view.MenuInflater$MenuState
+android.view.MenuItem
+android.view.MenuItem$OnActionExpandListener
+android.view.MenuItem$OnMenuItemClickListener
+android.view.MotionEvent
+android.view.MotionEvent$1
+android.view.MotionEvent$PointerCoords
+android.view.MotionEvent$PointerProperties
+android.view.NotificationHeaderView
+android.view.NotificationHeaderView$1
+android.view.NotificationHeaderView$HeaderTouchListener
+android.view.OrientationEventListener
+android.view.OrientationEventListener$SensorEventListenerImpl
+android.view.PointerIcon
+android.view.PointerIcon$1
+android.view.RecordingCanvas
+android.view.RemotableViewMethod
+android.view.RenderNode
+android.view.RenderNode$NoImagePreloadHolder
+android.view.RenderNodeAnimator
+android.view.RenderNodeAnimator$1
+android.view.RenderNodeAnimatorSetHelper
+android.view.ScaleGestureDetector
+android.view.ScaleGestureDetector$1
+android.view.ScaleGestureDetector$OnScaleGestureListener
+android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
+android.view.SearchEvent
+android.view.SubMenu
+android.view.Surface
+android.view.Surface$1
+android.view.Surface$CompatibleCanvas
+android.view.Surface$OutOfResourcesException
+android.view.SurfaceControl
+android.view.SurfaceControl$PhysicalDisplayInfo
+android.view.SurfaceHolder
+android.view.SurfaceHolder$Callback
+android.view.SurfaceHolder$Callback2
+android.view.SurfaceSession
+android.view.SurfaceView
+android.view.SurfaceView$1
+android.view.SurfaceView$2
+android.view.SurfaceView$3
+android.view.SurfaceView$4
+android.view.SurfaceView$SurfaceControlWithBackground
+android.view.TextureView
+android.view.TextureView$1
+android.view.TextureView$SurfaceTextureListener
+android.view.ThreadedRenderer
+android.view.ThreadedRenderer$DrawCallbacks
+android.view.ThreadedRenderer$ProcessInitializer
+android.view.ThreadedRenderer$ProcessInitializer$1
+android.view.TouchDelegate
+android.view.VelocityTracker
+android.view.VelocityTracker$Estimator
+android.view.View
+android.view.View$1
+android.view.View$10
+android.view.View$11
+android.view.View$12
+android.view.View$2
+android.view.View$3
+android.view.View$4
+android.view.View$5
+android.view.View$6
+android.view.View$7
+android.view.View$8
+android.view.View$9
+android.view.View$AccessibilityDelegate
+android.view.View$AttachInfo
+android.view.View$AttachInfo$Callbacks
+android.view.View$BaseSavedState
+android.view.View$BaseSavedState$1
+android.view.View$CheckForLongPress
+android.view.View$CheckForTap
+android.view.View$DeclaredOnClickListener
+android.view.View$ForegroundInfo
+android.view.View$ListenerInfo
+android.view.View$MatchIdPredicate
+android.view.View$MatchLabelForPredicate
+android.view.View$MeasureSpec
+android.view.View$OnApplyWindowInsetsListener
+android.view.View$OnAttachStateChangeListener
+android.view.View$OnClickListener
+android.view.View$OnCreateContextMenuListener
+android.view.View$OnDragListener
+android.view.View$OnFocusChangeListener
+android.view.View$OnGenericMotionListener
+android.view.View$OnHoverListener
+android.view.View$OnKeyListener
+android.view.View$OnLayoutChangeListener
+android.view.View$OnLongClickListener
+android.view.View$OnScrollChangeListener
+android.view.View$OnSystemUiVisibilityChangeListener
+android.view.View$OnTouchListener
+android.view.View$PerformClick
+android.view.View$ScrollabilityCache
+android.view.View$SendViewScrolledAccessibilityEvent
+android.view.View$TintInfo
+android.view.View$TooltipInfo
+android.view.View$TransformationInfo
+android.view.View$UnsetPressedState
+android.view.View$VisibilityChangeForAutofillHandler
+android.view.ViewAnimationUtils
+android.view.ViewConfiguration
+android.view.ViewDebug$CapturedViewProperty
+android.view.ViewDebug$ExportedProperty
+android.view.ViewDebug$HierarchyHandler
+android.view.ViewGroup
+android.view.ViewGroup$1
+android.view.ViewGroup$2
+android.view.ViewGroup$3
+android.view.ViewGroup$4
+android.view.ViewGroup$ChildListForAutoFill
+android.view.ViewGroup$LayoutParams
+android.view.ViewGroup$MarginLayoutParams
+android.view.ViewGroup$OnHierarchyChangeListener
+android.view.ViewGroup$TouchTarget
+android.view.ViewGroupOverlay
+android.view.ViewManager
+android.view.ViewOutlineProvider
+android.view.ViewOutlineProvider$1
+android.view.ViewOutlineProvider$2
+android.view.ViewOutlineProvider$3
+android.view.ViewOverlay
+android.view.ViewOverlay$OverlayViewGroup
+android.view.ViewParent
+android.view.ViewPropertyAnimator
+android.view.ViewPropertyAnimator$1
+android.view.ViewPropertyAnimator$2
+android.view.ViewPropertyAnimator$3
+android.view.ViewPropertyAnimator$AnimatorEventListener
+android.view.ViewPropertyAnimator$NameValuesHolder
+android.view.ViewPropertyAnimator$PropertyBundle
+android.view.ViewRootImpl
+android.view.ViewRootImpl$1
+android.view.ViewRootImpl$2
+android.view.ViewRootImpl$4
+android.view.ViewRootImpl$AccessibilityInteractionConnection
+android.view.ViewRootImpl$AccessibilityInteractionConnectionManager
+android.view.ViewRootImpl$ActivityConfigCallback
+android.view.ViewRootImpl$AsyncInputStage
+android.view.ViewRootImpl$ConfigChangedCallback
+android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable
+android.view.ViewRootImpl$ConsumeBatchedInputRunnable
+android.view.ViewRootImpl$EarlyPostImeInputStage
+android.view.ViewRootImpl$HighContrastTextManager
+android.view.ViewRootImpl$ImeInputStage
+android.view.ViewRootImpl$InputStage
+android.view.ViewRootImpl$InvalidateOnAnimationRunnable
+android.view.ViewRootImpl$NativePostImeInputStage
+android.view.ViewRootImpl$NativePreImeInputStage
+android.view.ViewRootImpl$QueuedInputEvent
+android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent
+android.view.ViewRootImpl$SyntheticInputStage
+android.view.ViewRootImpl$SyntheticJoystickHandler
+android.view.ViewRootImpl$SyntheticKeyboardHandler
+android.view.ViewRootImpl$SyntheticTouchNavigationHandler
+android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1
+android.view.ViewRootImpl$SyntheticTrackballHandler
+android.view.ViewRootImpl$SystemUiVisibilityInfo
+android.view.ViewRootImpl$TrackballAxis
+android.view.ViewRootImpl$TraversalRunnable
+android.view.ViewRootImpl$ViewPostImeInputStage
+android.view.ViewRootImpl$ViewPreImeInputStage
+android.view.ViewRootImpl$ViewRootHandler
+android.view.ViewRootImpl$W
+android.view.ViewRootImpl$WindowInputEventReceiver
+android.view.ViewRootImpl$WindowStoppedCallback
+android.view.ViewStructure
+android.view.ViewStructure$HtmlInfo
+android.view.ViewStub
+android.view.ViewStub$OnInflateListener
+android.view.ViewStub$ViewReplaceRunnable
+android.view.ViewTreeObserver
+android.view.ViewTreeObserver$CopyOnWriteArray
+android.view.ViewTreeObserver$CopyOnWriteArray$Access
+android.view.ViewTreeObserver$InternalInsetsInfo
+android.view.ViewTreeObserver$OnComputeInternalInsetsListener
+android.view.ViewTreeObserver$OnDrawListener
+android.view.ViewTreeObserver$OnGlobalFocusChangeListener
+android.view.ViewTreeObserver$OnGlobalLayoutListener
+android.view.ViewTreeObserver$OnPreDrawListener
+android.view.ViewTreeObserver$OnScrollChangedListener
+android.view.ViewTreeObserver$OnTouchModeChangeListener
+android.view.Window
+android.view.Window$Callback
+android.view.Window$OnWindowDismissedCallback
+android.view.Window$OnWindowSwipeDismissedCallback
+android.view.Window$WindowControllerCallback
+android.view.WindowAnimationFrameStats
+android.view.WindowAnimationFrameStats$1
+android.view.WindowCallbackWrapper
+android.view.WindowCallbacks
+android.view.WindowContentFrameStats
+android.view.WindowContentFrameStats$1
+android.view.WindowId
+android.view.WindowId$1
+android.view.WindowInsets
+android.view.WindowLeaked
+android.view.WindowManager
+android.view.WindowManager$BadTokenException
+android.view.WindowManager$InvalidDisplayException
+android.view.WindowManager$KeyboardShortcutsReceiver
+android.view.WindowManager$LayoutParams
+android.view.WindowManager$LayoutParams$1
+android.view.WindowManagerGlobal
+android.view.WindowManagerGlobal$1
+android.view.WindowManagerGlobal$2
+android.view.WindowManagerImpl
+android.view.WindowManagerInternal
+android.view.WindowManagerInternal$AppTransitionListener
+android.view.WindowManagerInternal$MagnificationCallbacks
+android.view.WindowManagerInternal$OnHardKeyboardStatusChangeListener
+android.view.WindowManagerInternal$WindowsForAccessibilityCallback
+android.view.WindowManagerPolicy
+android.view.WindowManagerPolicy$InputConsumer
+android.view.WindowManagerPolicy$OnKeyguardExitResult
+android.view.WindowManagerPolicy$PointerEventListener
+android.view.WindowManagerPolicy$ScreenOffListener
+android.view.WindowManagerPolicy$ScreenOnListener
+android.view.WindowManagerPolicy$StartingSurface
+android.view.WindowManagerPolicy$WindowManagerFuncs
+android.view.WindowManagerPolicy$WindowState
+android.view.accessibility.-$Lambda$T3m_l9_RA18vCOcakSWp1lZCy5g$1
+android.view.accessibility.AccessibilityEvent
+android.view.accessibility.AccessibilityEvent$1
+android.view.accessibility.AccessibilityEventSource
+android.view.accessibility.AccessibilityManager
+android.view.accessibility.AccessibilityManager$1
+android.view.accessibility.AccessibilityManager$AccessibilityServicesStateChangeListener
+android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
+android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener
+android.view.accessibility.AccessibilityManager$MyCallback
+android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
+android.view.accessibility.AccessibilityNodeInfo
+android.view.accessibility.AccessibilityNodeInfo$1
+android.view.accessibility.AccessibilityNodeInfo$AccessibilityAction
+android.view.accessibility.AccessibilityNodeProvider
+android.view.accessibility.AccessibilityRecord
+android.view.accessibility.CaptioningManager
+android.view.accessibility.CaptioningManager$1
+android.view.accessibility.CaptioningManager$CaptionStyle
+android.view.accessibility.CaptioningManager$CaptioningChangeListener
+android.view.accessibility.CaptioningManager$MyContentObserver
+android.view.accessibility.IAccessibilityInteractionConnection
+android.view.accessibility.IAccessibilityInteractionConnection$Stub
+android.view.accessibility.IAccessibilityInteractionConnection$Stub$Proxy
+android.view.accessibility.IAccessibilityInteractionConnectionCallback
+android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub
+android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy
+android.view.accessibility.IAccessibilityManager
+android.view.accessibility.IAccessibilityManager$Stub
+android.view.accessibility.IAccessibilityManager$Stub$Proxy
+android.view.accessibility.IAccessibilityManagerClient
+android.view.accessibility.IAccessibilityManagerClient$Stub
+android.view.accessibility.IAccessibilityManagerClient$Stub$Proxy
+android.view.animation.AccelerateDecelerateInterpolator
+android.view.animation.AccelerateInterpolator
+android.view.animation.AlphaAnimation
+android.view.animation.Animation
+android.view.animation.Animation$1
+android.view.animation.Animation$2
+android.view.animation.Animation$3
+android.view.animation.Animation$AnimationListener
+android.view.animation.Animation$Description
+android.view.animation.Animation$NoImagePreloadHolder
+android.view.animation.AnimationSet
+android.view.animation.AnimationUtils
+android.view.animation.AnimationUtils$1
+android.view.animation.AnimationUtils$AnimationState
+android.view.animation.BaseInterpolator
+android.view.animation.ClipRectAnimation
+android.view.animation.CycleInterpolator
+android.view.animation.DecelerateInterpolator
+android.view.animation.GridLayoutAnimationController$AnimationParameters
+android.view.animation.Interpolator
+android.view.animation.LayoutAnimationController
+android.view.animation.LayoutAnimationController$AnimationParameters
+android.view.animation.LinearInterpolator
+android.view.animation.OvershootInterpolator
+android.view.animation.PathInterpolator
+android.view.animation.ScaleAnimation
+android.view.animation.Transformation
+android.view.animation.TranslateAnimation
+android.view.autofill.AutofillId
+android.view.autofill.AutofillId$1
+android.view.autofill.AutofillManager
+android.view.autofill.AutofillManager$AutofillClient
+android.view.autofill.AutofillManager$AutofillManagerClient
+android.view.autofill.AutofillValue
+android.view.autofill.AutofillValue$1
+android.view.autofill.Helper
+android.view.autofill.IAutoFillManager
+android.view.autofill.IAutoFillManager$Stub
+android.view.autofill.IAutoFillManager$Stub$Proxy
+android.view.autofill.IAutoFillManagerClient
+android.view.autofill.IAutoFillManagerClient$Stub
+android.view.autofill.IAutoFillManagerClient$Stub$Proxy
+android.view.autofill.IAutofillWindowPresenter
+android.view.inputmethod.BaseInputConnection
+android.view.inputmethod.CompletionInfo
+android.view.inputmethod.CompletionInfo$1
+android.view.inputmethod.ComposingText
+android.view.inputmethod.CorrectionInfo
+android.view.inputmethod.CursorAnchorInfo
+android.view.inputmethod.CursorAnchorInfo$Builder
+android.view.inputmethod.EditorInfo
+android.view.inputmethod.EditorInfo$1
+android.view.inputmethod.ExtractedText
+android.view.inputmethod.ExtractedText$1
+android.view.inputmethod.ExtractedTextRequest
+android.view.inputmethod.ExtractedTextRequest$1
+android.view.inputmethod.InputBinding
+android.view.inputmethod.InputBinding$1
+android.view.inputmethod.InputConnection
+android.view.inputmethod.InputConnectionInspector
+android.view.inputmethod.InputConnectionWrapper
+android.view.inputmethod.InputContentInfo
+android.view.inputmethod.InputMethod
+android.view.inputmethod.InputMethod$SessionCallback
+android.view.inputmethod.InputMethodInfo
+android.view.inputmethod.InputMethodInfo$1
+android.view.inputmethod.InputMethodManager
+android.view.inputmethod.InputMethodManager$1
+android.view.inputmethod.InputMethodManager$2
+android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper
+android.view.inputmethod.InputMethodManager$FinishedInputEventCallback
+android.view.inputmethod.InputMethodManager$H
+android.view.inputmethod.InputMethodManager$ImeInputEventSender
+android.view.inputmethod.InputMethodManager$PendingEvent
+android.view.inputmethod.InputMethodManagerInternal
+android.view.inputmethod.InputMethodSession
+android.view.inputmethod.InputMethodSession$EventCallback
+android.view.inputmethod.InputMethodSubtype
+android.view.inputmethod.InputMethodSubtype$1
+android.view.inputmethod.InputMethodSubtype$InputMethodSubtypeBuilder
+android.view.inputmethod.InputMethodSubtypeArray
+android.view.textclassifier.TextClassificationManager
+android.view.textclassifier.TextClassifier
+android.view.textclassifier.TextClassifier$1
+android.view.textclassifier.TextClassifierImpl
+android.view.textclassifier.logging.SmartSelectionEventTracker
+android.view.textservice.SpellCheckerInfo
+android.view.textservice.SpellCheckerInfo$1
+android.view.textservice.SpellCheckerSession
+android.view.textservice.SpellCheckerSession$1
+android.view.textservice.SpellCheckerSession$InternalListener
+android.view.textservice.SpellCheckerSession$SpellCheckerSessionListener
+android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl
+android.view.textservice.SpellCheckerSession$SpellCheckerSessionListenerImpl$SpellCheckerParams
+android.view.textservice.SpellCheckerSubtype
+android.view.textservice.SpellCheckerSubtype$1
+android.view.textservice.SuggestionsInfo
+android.view.textservice.TextInfo
+android.view.textservice.TextServicesManager
+android.webkit.ConsoleMessage
+android.webkit.ConsoleMessage$MessageLevel
+android.webkit.CookieManager
+android.webkit.CookieSyncManager
+android.webkit.DownloadListener
+android.webkit.GeolocationPermissions
+android.webkit.IWebViewUpdateService
+android.webkit.IWebViewUpdateService$Stub
+android.webkit.IWebViewUpdateService$Stub$Proxy
+android.webkit.JavascriptInterface
+android.webkit.MimeTypeMap
+android.webkit.ServiceWorkerClient
+android.webkit.ServiceWorkerController
+android.webkit.ServiceWorkerWebSettings
+android.webkit.TokenBindingService
+android.webkit.URLUtil
+android.webkit.UserPackage
+android.webkit.ValueCallback
+android.webkit.WebBackForwardList
+android.webkit.WebChromeClient
+android.webkit.WebChromeClient$CustomViewCallback
+android.webkit.WebIconDatabase
+android.webkit.WebMessage
+android.webkit.WebMessagePort
+android.webkit.WebResourceRequest
+android.webkit.WebSettings
+android.webkit.WebSettings$LayoutAlgorithm
+android.webkit.WebSettings$PluginState
+android.webkit.WebSettings$RenderPriority
+android.webkit.WebSettings$ZoomDensity
+android.webkit.WebStorage
+android.webkit.WebSyncManager
+android.webkit.WebView
+android.webkit.WebView$FindListener
+android.webkit.WebView$HitTestResult
+android.webkit.WebView$PictureListener
+android.webkit.WebView$PrivateAccess
+android.webkit.WebView$VisualStateCallback
+android.webkit.WebViewClient
+android.webkit.WebViewDatabase
+android.webkit.WebViewDelegate
+android.webkit.WebViewDelegate$1
+android.webkit.WebViewDelegate$OnTraceEnabledChangeListener
+android.webkit.WebViewFactory
+android.webkit.WebViewFactory$1
+android.webkit.WebViewFactory$MissingWebViewPackageException
+android.webkit.WebViewFactory$RelroFileCreator
+android.webkit.WebViewFactoryProvider
+android.webkit.WebViewFactoryProvider$Statics
+android.webkit.WebViewLibraryLoader
+android.webkit.WebViewProvider
+android.webkit.WebViewProvider$ScrollDelegate
+android.webkit.WebViewProvider$ViewDelegate
+android.webkit.WebViewProviderInfo
+android.webkit.WebViewProviderInfo$1
+android.webkit.WebViewProviderResponse
+android.webkit.WebViewProviderResponse$1
+android.webkit.WebViewZygote
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4$1
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4$2
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4$3
+android.widget.-$Lambda$tfOQKOmkDz_xLYaBQX_cysn8vbE
+android.widget.AbsListView
+android.widget.AbsListView$3
+android.widget.AbsListView$AdapterDataSetObserver
+android.widget.AbsListView$CheckForTap
+android.widget.AbsListView$FlingRunnable
+android.widget.AbsListView$FlingRunnable$1
+android.widget.AbsListView$LayoutParams
+android.widget.AbsListView$MultiChoiceModeListener
+android.widget.AbsListView$MultiChoiceModeWrapper
+android.widget.AbsListView$OnScrollListener
+android.widget.AbsListView$PerformClick
+android.widget.AbsListView$RecycleBin
+android.widget.AbsListView$RecyclerListener
+android.widget.AbsListView$SavedState
+android.widget.AbsListView$SavedState$1
+android.widget.AbsListView$SelectionBoundsAdjuster
+android.widget.AbsListView$WindowRunnnable
+android.widget.AbsSeekBar
+android.widget.AbsSpinner
+android.widget.AbsSpinner$RecycleBin
+android.widget.AbsoluteLayout
+android.widget.ActionMenuPresenter
+android.widget.ActionMenuPresenter$1
+android.widget.ActionMenuPresenter$2
+android.widget.ActionMenuPresenter$ActionMenuPopupCallback
+android.widget.ActionMenuPresenter$OverflowMenuButton
+android.widget.ActionMenuPresenter$OverflowMenuButton$1
+android.widget.ActionMenuPresenter$PopupPresenterCallback
+android.widget.ActionMenuView
+android.widget.ActionMenuView$ActionMenuChildView
+android.widget.ActionMenuView$ActionMenuPresenterCallback
+android.widget.ActionMenuView$LayoutParams
+android.widget.ActionMenuView$MenuBuilderCallback
+android.widget.ActionMenuView$OnMenuItemClickListener
+android.widget.Adapter
+android.widget.AdapterView
+android.widget.AdapterView$AdapterDataSetObserver
+android.widget.AdapterView$OnItemClickListener
+android.widget.AdapterView$OnItemLongClickListener
+android.widget.AdapterView$OnItemSelectedListener
+android.widget.AdapterView$SelectionNotifier
+android.widget.ArrayAdapter
+android.widget.AutoCompleteTextView
+android.widget.AutoCompleteTextView$DropDownItemClickListener
+android.widget.AutoCompleteTextView$MyWatcher
+android.widget.AutoCompleteTextView$PassThroughClickListener
+android.widget.AutoCompleteTextView$PopupDataSetObserver
+android.widget.AutoCompleteTextView$PopupDataSetObserver$1
+android.widget.AutoCompleteTextView$Validator
+android.widget.BaseAdapter
+android.widget.Button
+android.widget.CheckBox
+android.widget.Checkable
+android.widget.CheckedTextView
+android.widget.Chronometer
+android.widget.Chronometer$1
+android.widget.CompoundButton
+android.widget.CompoundButton$OnCheckedChangeListener
+android.widget.CursorAdapter
+android.widget.CursorFilter$CursorFilterClient
+android.widget.DatePicker
+android.widget.DateTimeView
+android.widget.DateTimeView$ReceiverInfo
+android.widget.DateTimeView$ReceiverInfo$1
+android.widget.DateTimeView$ReceiverInfo$2
+android.widget.DropDownListView
+android.widget.EdgeEffect
+android.widget.EditText
+android.widget.Editor
+android.widget.Editor$1
+android.widget.Editor$2
+android.widget.Editor$Blink
+android.widget.Editor$CursorAnchorInfoNotifier
+android.widget.Editor$CursorController
+android.widget.Editor$EditOperation
+android.widget.Editor$EditOperation$1
+android.widget.Editor$HandleView
+android.widget.Editor$InputContentType
+android.widget.Editor$InputMethodState
+android.widget.Editor$InsertionHandleView
+android.widget.Editor$InsertionHandleView$2
+android.widget.Editor$InsertionPointCursorController
+android.widget.Editor$PositionListener
+android.widget.Editor$ProcessTextIntentActionsHandler
+android.widget.Editor$SelectionModifierCursorController
+android.widget.Editor$SpanController
+android.widget.Editor$SuggestionHelper
+android.widget.Editor$SuggestionHelper$SuggestionSpanComparator
+android.widget.Editor$TextRenderNode
+android.widget.Editor$TextViewPositionListener
+android.widget.Editor$UndoInputFilter
+android.widget.ExpandableListConnector
+android.widget.FastScroller
+android.widget.FastScroller$1
+android.widget.FastScroller$2
+android.widget.FastScroller$3
+android.widget.FastScroller$4
+android.widget.FastScroller$5
+android.widget.FastScroller$6
+android.widget.Filter
+android.widget.Filter$FilterListener
+android.widget.Filter$FilterResults
+android.widget.Filter$RequestArguments
+android.widget.Filter$RequestHandler
+android.widget.Filter$ResultsHandler
+android.widget.Filterable
+android.widget.ForwardingListener
+android.widget.FrameLayout
+android.widget.FrameLayout$LayoutParams
+android.widget.GridLayout
+android.widget.GridLayout$1
+android.widget.GridLayout$2
+android.widget.GridLayout$3
+android.widget.GridLayout$4
+android.widget.GridLayout$5
+android.widget.GridLayout$6
+android.widget.GridLayout$6$1
+android.widget.GridLayout$7
+android.widget.GridLayout$8
+android.widget.GridLayout$Alignment
+android.widget.GridLayout$Arc
+android.widget.GridLayout$Assoc
+android.widget.GridLayout$Axis
+android.widget.GridLayout$Axis$1
+android.widget.GridLayout$Bounds
+android.widget.GridLayout$Interval
+android.widget.GridLayout$LayoutParams
+android.widget.GridLayout$MutableInt
+android.widget.GridLayout$PackedMap
+android.widget.GridLayout$Spec
+android.widget.GridView
+android.widget.HeaderViewListAdapter
+android.widget.HorizontalScrollView
+android.widget.HorizontalScrollView$SavedState
+android.widget.HorizontalScrollView$SavedState$1
+android.widget.ImageButton
+android.widget.ImageView
+android.widget.ImageView$ImageDrawableCallback
+android.widget.ImageView$ScaleType
+android.widget.LinearLayout
+android.widget.LinearLayout$LayoutParams
+android.widget.ListAdapter
+android.widget.ListPopupWindow
+android.widget.ListPopupWindow$2
+android.widget.ListPopupWindow$3
+android.widget.ListPopupWindow$ListSelectorHider
+android.widget.ListPopupWindow$PopupDataSetObserver
+android.widget.ListPopupWindow$PopupScrollListener
+android.widget.ListPopupWindow$PopupTouchInterceptor
+android.widget.ListPopupWindow$ResizePopupRunnable
+android.widget.ListView
+android.widget.ListView$ArrowScrollFocusResult
+android.widget.ListView$FixedViewInfo
+android.widget.MediaController
+android.widget.MediaController$MediaPlayerControl
+android.widget.MultiAutoCompleteTextView
+android.widget.MultiAutoCompleteTextView$Tokenizer
+android.widget.NumberPicker
+android.widget.NumberPicker$Formatter
+android.widget.NumberPicker$OnValueChangeListener
+android.widget.OverScroller
+android.widget.OverScroller$SplineOverScroller
+android.widget.PopupMenu
+android.widget.PopupMenu$1
+android.widget.PopupMenu$2
+android.widget.PopupMenu$3
+android.widget.PopupMenu$OnMenuItemClickListener
+android.widget.PopupWindow
+android.widget.PopupWindow$1
+android.widget.PopupWindow$2
+android.widget.PopupWindow$OnDismissListener
+android.widget.PopupWindow$PopupBackgroundView
+android.widget.PopupWindow$PopupDecorView
+android.widget.PopupWindow$PopupDecorView$1
+android.widget.ProgressBar
+android.widget.ProgressBar$1
+android.widget.ProgressBar$AccessibilityEventSender
+android.widget.ProgressBar$ProgressTintInfo
+android.widget.ProgressBar$RefreshData
+android.widget.ProgressBar$RefreshProgressRunnable
+android.widget.ProgressBar$SavedState
+android.widget.ProgressBar$SavedState$1
+android.widget.QuickContactBadge
+android.widget.QuickContactBadge$QueryHandler
+android.widget.RadioButton
+android.widget.RadioGroup
+android.widget.RadioGroup$CheckedStateTracker
+android.widget.RadioGroup$LayoutParams
+android.widget.RadioGroup$OnCheckedChangeListener
+android.widget.RadioGroup$PassThroughHierarchyChangeListener
+android.widget.RatingBar
+android.widget.RelativeLayout
+android.widget.RelativeLayout$DependencyGraph
+android.widget.RelativeLayout$DependencyGraph$Node
+android.widget.RelativeLayout$LayoutParams
+android.widget.RelativeLayout$TopToBottomLeftToRightComparator
+android.widget.RemoteViews
+android.widget.RemoteViews$1
+android.widget.RemoteViews$2
+android.widget.RemoteViews$3
+android.widget.RemoteViews$Action
+android.widget.RemoteViews$ActionException
+android.widget.RemoteViews$AsyncApplyTask
+android.widget.RemoteViews$BitmapCache
+android.widget.RemoteViews$BitmapReflectionAction
+android.widget.RemoteViews$LayoutParamAction
+android.widget.RemoteViews$MemoryUsageCounter
+android.widget.RemoteViews$MutablePair
+android.widget.RemoteViews$OnClickHandler
+android.widget.RemoteViews$OnViewAppliedListener
+android.widget.RemoteViews$ReflectionAction
+android.widget.RemoteViews$RemoteView
+android.widget.RemoteViews$RemoteViewsContextWrapper
+android.widget.RemoteViews$RunnableAction
+android.widget.RemoteViews$RuntimeAction
+android.widget.RemoteViews$SetDrawableParameters
+android.widget.RemoteViews$SetOnClickPendingIntent
+android.widget.RemoteViews$SetOnClickPendingIntent$1
+android.widget.RemoteViews$ViewGroupAction
+android.widget.RemoteViews$ViewGroupAction$1
+android.widget.RemoteViews$ViewGroupAction$2
+android.widget.RemoteViews$ViewPaddingAction
+android.widget.RemoteViews$ViewTree
+android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback
+android.widget.ResourceCursorAdapter
+android.widget.RtlSpacingHelper
+android.widget.ScrollBarDrawable
+android.widget.ScrollView
+android.widget.ScrollView$SavedState
+android.widget.ScrollView$SavedState$1
+android.widget.Scroller
+android.widget.Scroller$ViscousFluidInterpolator
+android.widget.SearchView$OnCloseListener
+android.widget.SectionIndexer
+android.widget.SeekBar
+android.widget.SeekBar$OnSeekBarChangeListener
+android.widget.SelectionActionModeHelper
+android.widget.SelectionActionModeHelper$SelectionMetricsLogger
+android.widget.SelectionActionModeHelper$SelectionTracker
+android.widget.SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable
+android.widget.SelectionActionModeHelper$TextClassificationHelper
+android.widget.SimpleCursorAdapter
+android.widget.Space
+android.widget.SpellChecker
+android.widget.SpellChecker$SpellParser
+android.widget.Spinner
+android.widget.Spinner$1
+android.widget.Spinner$DialogPopup
+android.widget.Spinner$DropDownAdapter
+android.widget.Spinner$DropdownPopup
+android.widget.Spinner$DropdownPopup$1
+android.widget.Spinner$SpinnerPopup
+android.widget.SpinnerAdapter
+android.widget.Switch
+android.widget.Switch$1
+android.widget.TabHost
+android.widget.TabHost$1
+android.widget.TabHost$2
+android.widget.TabHost$ContentStrategy
+android.widget.TabHost$FactoryContentStrategy
+android.widget.TabHost$IndicatorStrategy
+android.widget.TabHost$OnTabChangeListener
+android.widget.TabHost$TabContentFactory
+android.widget.TabHost$TabSpec
+android.widget.TabHost$ViewIndicatorStrategy
+android.widget.TabWidget
+android.widget.TabWidget$OnTabSelectionChanged
+android.widget.TabWidget$TabClickListener
+android.widget.TableLayout
+android.widget.TextClock
+android.widget.TextClock$1
+android.widget.TextClock$2
+android.widget.TextClock$FormatChangeObserver
+android.widget.TextSwitcher
+android.widget.TextView
+android.widget.TextView$2
+android.widget.TextView$3
+android.widget.TextView$BufferType
+android.widget.TextView$ChangeWatcher
+android.widget.TextView$CharWrapper
+android.widget.TextView$Drawables
+android.widget.TextView$Marquee
+android.widget.TextView$Marquee$1
+android.widget.TextView$Marquee$2
+android.widget.TextView$Marquee$3
+android.widget.TextView$OnEditorActionListener
+android.widget.TextView$SavedState
+android.widget.TextView$SavedState$1
+android.widget.ThemedSpinnerAdapter
+android.widget.TimePicker
+android.widget.TimePicker$OnTimeChangedListener
+android.widget.Toast
+android.widget.Toast$TN
+android.widget.Toast$TN$1
+android.widget.ToggleButton
+android.widget.Toolbar
+android.widget.Toolbar$1
+android.widget.Toolbar$2
+android.widget.Toolbar$ExpandedActionViewMenuPresenter
+android.widget.Toolbar$LayoutParams
+android.widget.Toolbar$OnMenuItemClickListener
+android.widget.Toolbar$SavedState$1
+android.widget.VideoView
+android.widget.ViewAnimator
+android.widget.ViewFlipper
+android.widget.ViewFlipper$1
+android.widget.ViewFlipper$2
+android.widget.ViewSwitcher
+android.widget.WrapperListAdapter
+com.android.framework.protobuf.nano.CodedInputByteBufferNano
+com.android.framework.protobuf.nano.CodedOutputByteBufferNano
+com.android.framework.protobuf.nano.InternalNano
+com.android.framework.protobuf.nano.InvalidProtocolBufferNanoException
+com.android.framework.protobuf.nano.MessageNano
+com.android.framework.protobuf.nano.WireFormatNano
+com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet
+com.android.i18n.phonenumbers.AsYouTypeFormatter
+com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap
+com.android.i18n.phonenumbers.MetadataLoader
+com.android.i18n.phonenumbers.MetadataManager
+com.android.i18n.phonenumbers.MetadataManager$1
+com.android.i18n.phonenumbers.MetadataSource
+com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl
+com.android.i18n.phonenumbers.NumberParseException
+com.android.i18n.phonenumbers.NumberParseException$ErrorType
+com.android.i18n.phonenumbers.PhoneNumberMatcher
+com.android.i18n.phonenumbers.PhoneNumberMatcher$State
+com.android.i18n.phonenumbers.PhoneNumberUtil
+com.android.i18n.phonenumbers.PhoneNumberUtil$1
+com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency
+com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$1
+com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$2
+com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$3
+com.android.i18n.phonenumbers.PhoneNumberUtil$Leniency$4
+com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberFormat
+com.android.i18n.phonenumbers.PhoneNumberUtil$PhoneNumberType
+com.android.i18n.phonenumbers.PhoneNumberUtil$ValidationResult
+com.android.i18n.phonenumbers.Phonemetadata$NumberFormat
+com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadata
+com.android.i18n.phonenumbers.Phonemetadata$PhoneMetadataCollection
+com.android.i18n.phonenumbers.Phonemetadata$PhoneNumberDesc
+com.android.i18n.phonenumbers.Phonenumber$PhoneNumber
+com.android.i18n.phonenumbers.Phonenumber$PhoneNumber$CountryCodeSource
+com.android.i18n.phonenumbers.RegexCache
+com.android.i18n.phonenumbers.RegexCache$LRUCache
+com.android.i18n.phonenumbers.RegexCache$LRUCache$1
+com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet
+com.android.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder
+com.android.i18n.phonenumbers.prefixmapper.MappingFileProvider
+com.android.i18n.phonenumbers.prefixmapper.PrefixFileReader
+com.android.ims.-$Lambda$AvFHcs3Z6Dq6dkOugMW9Kc7Qzng$4
+com.android.ims.ImsCall$Listener
+com.android.ims.ImsCallForwardInfo
+com.android.ims.ImsCallProfile
+com.android.ims.ImsConfig
+com.android.ims.ImsConfigListener
+com.android.ims.ImsConfigListener$Stub
+com.android.ims.ImsConnectionStateListener
+com.android.ims.ImsEcbm
+com.android.ims.ImsEcbm$ImsEcbmListenerProxy
+com.android.ims.ImsEcbmStateListener
+com.android.ims.ImsException
+com.android.ims.ImsExternalCallStateListener
+com.android.ims.ImsManager
+com.android.ims.ImsManager$1
+com.android.ims.ImsManager$ImsRegistrationListenerProxy
+com.android.ims.ImsManager$ImsServiceDeathRecipient
+com.android.ims.ImsReasonInfo
+com.android.ims.ImsReasonInfo$1
+com.android.ims.ImsSsInfo
+com.android.ims.internal.IImsCallSession
+com.android.ims.internal.IImsCallSessionListener
+com.android.ims.internal.IImsConfig
+com.android.ims.internal.IImsConfig$Stub
+com.android.ims.internal.IImsEcbm
+com.android.ims.internal.IImsEcbm$Stub
+com.android.ims.internal.IImsEcbmListener
+com.android.ims.internal.IImsEcbmListener$Stub
+com.android.ims.internal.IImsMultiEndpoint
+com.android.ims.internal.IImsRegistrationListener
+com.android.ims.internal.IImsRegistrationListener$Stub
+com.android.ims.internal.IImsService
+com.android.ims.internal.IImsService$Stub
+com.android.ims.internal.IImsServiceController
+com.android.ims.internal.IImsServiceFeatureListener
+com.android.ims.internal.IImsUt
+com.android.ims.internal.IImsUt$Stub
+com.android.ims.internal.IImsUtListener
+com.android.ims.internal.IImsUtListener$Stub
+com.android.internal.R$styleable
+com.android.internal.alsa.AlsaCardsParser
+com.android.internal.alsa.AlsaCardsParser$AlsaCardRecord
+com.android.internal.alsa.AlsaDevicesParser
+com.android.internal.alsa.LineTokenizer
+com.android.internal.app.AlertController
+com.android.internal.app.AlertController$1
+com.android.internal.app.AlertController$AlertParams
+com.android.internal.app.AlertController$AlertParams$1
+com.android.internal.app.AlertController$AlertParams$4
+com.android.internal.app.AlertController$ButtonHandler
+com.android.internal.app.AlertController$RecycleListView
+com.android.internal.app.AssistUtils
+com.android.internal.app.IAppOpsCallback
+com.android.internal.app.IAppOpsCallback$Stub
+com.android.internal.app.IAppOpsCallback$Stub$Proxy
+com.android.internal.app.IAppOpsService
+com.android.internal.app.IAppOpsService$Stub
+com.android.internal.app.IAppOpsService$Stub$Proxy
+com.android.internal.app.IAssistScreenshotReceiver
+com.android.internal.app.IBatteryStats
+com.android.internal.app.IBatteryStats$Stub
+com.android.internal.app.IBatteryStats$Stub$Proxy
+com.android.internal.app.IMediaContainerService
+com.android.internal.app.IMediaContainerService$Stub
+com.android.internal.app.IMediaContainerService$Stub$Proxy
+com.android.internal.app.ISoundTriggerService
+com.android.internal.app.ISoundTriggerService$Stub
+com.android.internal.app.IVoiceInteractionManagerService
+com.android.internal.app.IVoiceInteractionManagerService$Stub
+com.android.internal.app.IVoiceInteractionManagerService$Stub$Proxy
+com.android.internal.app.IVoiceInteractionSessionListener
+com.android.internal.app.IVoiceInteractionSessionListener$Stub
+com.android.internal.app.IVoiceInteractionSessionListener$Stub$Proxy
+com.android.internal.app.IVoiceInteractionSessionShowCallback
+com.android.internal.app.IVoiceInteractionSessionShowCallback$Stub
+com.android.internal.app.IVoiceInteractor
+com.android.internal.app.IVoiceInteractor$Stub
+com.android.internal.app.NightDisplayController
+com.android.internal.app.NightDisplayController$1
+com.android.internal.app.NightDisplayController$Callback
+com.android.internal.app.ProcessMap
+com.android.internal.app.ResolverActivity
+com.android.internal.app.ToolbarActionBar
+com.android.internal.app.ToolbarActionBar$1
+com.android.internal.app.ToolbarActionBar$2
+com.android.internal.app.ToolbarActionBar$ActionMenuPresenterCallback
+com.android.internal.app.ToolbarActionBar$MenuBuilderCallback
+com.android.internal.app.ToolbarActionBar$ToolbarCallbackWrapper
+com.android.internal.app.WindowDecorActionBar
+com.android.internal.app.WindowDecorActionBar$1
+com.android.internal.app.WindowDecorActionBar$2
+com.android.internal.app.WindowDecorActionBar$3
+com.android.internal.app.WindowDecorActionBar$ActionModeImpl
+com.android.internal.app.procstats.DurationsTable
+com.android.internal.app.procstats.IProcessStats
+com.android.internal.app.procstats.IProcessStats$Stub
+com.android.internal.app.procstats.ProcessState
+com.android.internal.app.procstats.ProcessState$1
+com.android.internal.app.procstats.ProcessStats
+com.android.internal.app.procstats.ProcessStats$1
+com.android.internal.app.procstats.ProcessStats$PackageState
+com.android.internal.app.procstats.ProcessStats$ProcessStateHolder
+com.android.internal.app.procstats.PssTable
+com.android.internal.app.procstats.ServiceState
+com.android.internal.app.procstats.SparseMappingTable
+com.android.internal.app.procstats.SparseMappingTable$Table
+com.android.internal.app.procstats.SysMemUsageTable
+com.android.internal.appwidget.IAppWidgetHost
+com.android.internal.appwidget.IAppWidgetHost$Stub
+com.android.internal.appwidget.IAppWidgetHost$Stub$Proxy
+com.android.internal.appwidget.IAppWidgetService
+com.android.internal.appwidget.IAppWidgetService$Stub
+com.android.internal.appwidget.IAppWidgetService$Stub$Proxy
+com.android.internal.backup.IBackupTransport
+com.android.internal.backup.IBackupTransport$Stub
+com.android.internal.backup.IBackupTransport$Stub$Proxy
+com.android.internal.backup.LocalTransport
+com.android.internal.backup.LocalTransportService
+com.android.internal.content.FileSystemProvider
+com.android.internal.content.NativeLibraryHelper
+com.android.internal.content.NativeLibraryHelper$Handle
+com.android.internal.content.PackageHelper
+com.android.internal.content.PackageHelper$1
+com.android.internal.content.PackageHelper$TestableInterface
+com.android.internal.content.PackageMonitor
+com.android.internal.content.ReferrerIntent
+com.android.internal.content.ReferrerIntent$1
+com.android.internal.graphics.drawable.AnimationScaleListDrawable
+com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState
+com.android.internal.hardware.AmbientDisplayConfiguration
+com.android.internal.inputmethod.IInputContentUriToken
+com.android.internal.inputmethod.InputMethodSubtypeHandle
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$ControllerImpl
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$DynamicRotationList
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$ImeSubtypeListItem
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$InputMethodAndSubtypeList$1
+com.android.internal.inputmethod.InputMethodSubtypeSwitchingController$StaticRotationList
+com.android.internal.inputmethod.InputMethodUtils
+com.android.internal.inputmethod.InputMethodUtils$1
+com.android.internal.inputmethod.InputMethodUtils$InputMethodListBuilder
+com.android.internal.inputmethod.InputMethodUtils$InputMethodSettings
+com.android.internal.inputmethod.LocaleUtils
+com.android.internal.inputmethod.LocaleUtils$LocaleExtractor
+com.android.internal.inputmethod.LocaleUtils$ScoreEntry
+com.android.internal.location.GpsNetInitiatedHandler
+com.android.internal.location.GpsNetInitiatedHandler$1
+com.android.internal.location.GpsNetInitiatedHandler$2
+com.android.internal.location.ILocationProvider
+com.android.internal.location.ILocationProvider$Stub
+com.android.internal.location.ILocationProvider$Stub$Proxy
+com.android.internal.location.ProviderProperties
+com.android.internal.location.ProviderProperties$1
+com.android.internal.location.ProviderRequest
+com.android.internal.location.ProviderRequest$1
+com.android.internal.logging.AndroidConfig
+com.android.internal.logging.AndroidHandler
+com.android.internal.logging.AndroidHandler$1
+com.android.internal.logging.EventLogTags
+com.android.internal.logging.MetricsLogger
+com.android.internal.net.LegacyVpnInfo
+com.android.internal.net.NetworkStatsFactory
+com.android.internal.net.VpnConfig
+com.android.internal.net.VpnInfo
+com.android.internal.net.VpnProfile
+com.android.internal.notification.SystemNotificationChannels
+com.android.internal.os.AndroidPrintStream
+com.android.internal.os.AppFuseMount
+com.android.internal.os.AtomicFile
+com.android.internal.os.BackgroundThread
+com.android.internal.os.BatteryStatsHelper
+com.android.internal.os.BatteryStatsImpl
+com.android.internal.os.BatteryStatsImpl$1
+com.android.internal.os.BatteryStatsImpl$6
+com.android.internal.os.BatteryStatsImpl$BatchTimer
+com.android.internal.os.BatteryStatsImpl$BatteryCallback
+com.android.internal.os.BatteryStatsImpl$Clocks
+com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl
+com.android.internal.os.BatteryStatsImpl$Counter
+com.android.internal.os.BatteryStatsImpl$DualTimer
+com.android.internal.os.BatteryStatsImpl$DurationTimer
+com.android.internal.os.BatteryStatsImpl$ExternalStatsSync
+com.android.internal.os.BatteryStatsImpl$LongSamplingCounter
+com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray
+com.android.internal.os.BatteryStatsImpl$MyHandler
+com.android.internal.os.BatteryStatsImpl$OverflowArrayMap
+com.android.internal.os.BatteryStatsImpl$PlatformIdleStateCallback
+com.android.internal.os.BatteryStatsImpl$SamplingTimer
+com.android.internal.os.BatteryStatsImpl$StopwatchTimer
+com.android.internal.os.BatteryStatsImpl$SystemClocks
+com.android.internal.os.BatteryStatsImpl$TimeBase
+com.android.internal.os.BatteryStatsImpl$TimeBaseObs
+com.android.internal.os.BatteryStatsImpl$Timer
+com.android.internal.os.BatteryStatsImpl$Uid
+com.android.internal.os.BatteryStatsImpl$Uid$1
+com.android.internal.os.BatteryStatsImpl$Uid$2
+com.android.internal.os.BatteryStatsImpl$Uid$3
+com.android.internal.os.BatteryStatsImpl$Uid$Pkg
+com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv
+com.android.internal.os.BatteryStatsImpl$Uid$Proc
+com.android.internal.os.BatteryStatsImpl$Uid$Sensor
+com.android.internal.os.BatteryStatsImpl$Uid$Wakelock
+com.android.internal.os.BinderInternal
+com.android.internal.os.BinderInternal$GcWatcher
+com.android.internal.os.ClassLoaderFactory
+com.android.internal.os.FuseAppLoop
+com.android.internal.os.FuseAppLoop$1
+com.android.internal.os.FuseUnavailableMountException
+com.android.internal.os.HandlerCaller
+com.android.internal.os.HandlerCaller$Callback
+com.android.internal.os.HandlerCaller$MyHandler
+com.android.internal.os.IDropBoxManagerService
+com.android.internal.os.IDropBoxManagerService$Stub
+com.android.internal.os.IDropBoxManagerService$Stub$Proxy
+com.android.internal.os.IResultReceiver
+com.android.internal.os.IResultReceiver$Stub
+com.android.internal.os.IResultReceiver$Stub$Proxy
+com.android.internal.os.KernelCpuSpeedReader
+com.android.internal.os.KernelMemoryBandwidthStats
+com.android.internal.os.KernelUidCpuFreqTimeReader
+com.android.internal.os.KernelUidCpuTimeReader
+com.android.internal.os.KernelWakelockReader
+com.android.internal.os.KernelWakelockStats
+com.android.internal.os.KernelWakelockStats$Entry
+com.android.internal.os.LoggingPrintStream
+com.android.internal.os.LoggingPrintStream$1
+com.android.internal.os.PathClassLoaderFactory
+com.android.internal.os.PowerProfile
+com.android.internal.os.PowerProfile$CpuClusterKey
+com.android.internal.os.ProcessCpuTracker
+com.android.internal.os.ProcessCpuTracker$1
+com.android.internal.os.ProcessCpuTracker$FilterStats
+com.android.internal.os.ProcessCpuTracker$Stats
+com.android.internal.os.RoSystemProperties
+com.android.internal.os.RuntimeInit
+com.android.internal.os.RuntimeInit$1
+com.android.internal.os.RuntimeInit$Arguments
+com.android.internal.os.RuntimeInit$KillApplicationHandler
+com.android.internal.os.RuntimeInit$LoggingHandler
+com.android.internal.os.RuntimeInit$MethodAndArgsCaller
+com.android.internal.os.SamplingProfilerIntegration
+com.android.internal.os.SomeArgs
+com.android.internal.os.Zygote
+com.android.internal.os.Zygote$MethodAndArgsCaller
+com.android.internal.os.ZygoteConnection
+com.android.internal.os.ZygoteConnection$Arguments
+com.android.internal.os.ZygoteInit
+com.android.internal.os.ZygoteSecurityException
+com.android.internal.os.ZygoteServer
+com.android.internal.policy.DecorContext
+com.android.internal.policy.DecorView
+com.android.internal.policy.DecorView$1
+com.android.internal.policy.DecorView$ActionModeCallback2Wrapper
+com.android.internal.policy.DecorView$ColorViewAttributes
+com.android.internal.policy.DecorView$ColorViewState
+com.android.internal.policy.DividerSnapAlgorithm
+com.android.internal.policy.DividerSnapAlgorithm$SnapTarget
+com.android.internal.policy.DockedDividerUtils
+com.android.internal.policy.IKeyguardDismissCallback
+com.android.internal.policy.IKeyguardDismissCallback$Stub
+com.android.internal.policy.IKeyguardDrawnCallback
+com.android.internal.policy.IKeyguardDrawnCallback$Stub
+com.android.internal.policy.IKeyguardDrawnCallback$Stub$Proxy
+com.android.internal.policy.IKeyguardExitCallback
+com.android.internal.policy.IKeyguardService
+com.android.internal.policy.IKeyguardService$Stub
+com.android.internal.policy.IKeyguardService$Stub$Proxy
+com.android.internal.policy.IKeyguardStateCallback
+com.android.internal.policy.IKeyguardStateCallback$Stub
+com.android.internal.policy.IKeyguardStateCallback$Stub$Proxy
+com.android.internal.policy.IShortcutService
+com.android.internal.policy.IShortcutService$Stub
+com.android.internal.policy.IShortcutService$Stub$Proxy
+com.android.internal.policy.PhoneFallbackEventHandler
+com.android.internal.policy.PhoneLayoutInflater
+com.android.internal.policy.PhoneWindow
+com.android.internal.policy.PhoneWindow$1
+com.android.internal.policy.PhoneWindow$ActionMenuPresenterCallback
+com.android.internal.policy.PhoneWindow$PanelFeatureState
+com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1
+com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback
+com.android.internal.policy.PhoneWindow$RotationWatcher
+com.android.internal.policy.PhoneWindow$RotationWatcher$1
+com.android.internal.policy.PipSnapAlgorithm
+com.android.internal.statusbar.IStatusBar
+com.android.internal.statusbar.IStatusBar$Stub
+com.android.internal.statusbar.IStatusBar$Stub$Proxy
+com.android.internal.statusbar.IStatusBarService
+com.android.internal.statusbar.IStatusBarService$Stub
+com.android.internal.statusbar.IStatusBarService$Stub$Proxy
+com.android.internal.statusbar.NotificationVisibility
+com.android.internal.statusbar.NotificationVisibility$1
+com.android.internal.statusbar.StatusBarIcon
+com.android.internal.statusbar.StatusBarIcon$1
+com.android.internal.telecom.IConnectionService
+com.android.internal.telecom.IConnectionService$Stub
+com.android.internal.telecom.IConnectionService$Stub$Proxy
+com.android.internal.telecom.IConnectionServiceAdapter
+com.android.internal.telecom.IConnectionServiceAdapter$Stub
+com.android.internal.telecom.IConnectionServiceAdapter$Stub$Proxy
+com.android.internal.telecom.IInCallAdapter
+com.android.internal.telecom.IInCallAdapter$Stub
+com.android.internal.telecom.IInCallService
+com.android.internal.telecom.IInCallService$Stub
+com.android.internal.telecom.IInCallService$Stub$Proxy
+com.android.internal.telecom.ITelecomService
+com.android.internal.telecom.ITelecomService$Stub
+com.android.internal.telecom.ITelecomService$Stub$Proxy
+com.android.internal.telecom.IVideoProvider
+com.android.internal.telecom.IVideoProvider$Stub
+com.android.internal.telecom.RemoteServiceCallback
+com.android.internal.telecom.RemoteServiceCallback$Stub
+com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy
+com.android.internal.telephony.AppSmsManager
+com.android.internal.telephony.BaseCommands
+com.android.internal.telephony.Call
+com.android.internal.telephony.Call$SrvccState
+com.android.internal.telephony.Call$State
+com.android.internal.telephony.CallManager
+com.android.internal.telephony.CallManager$CallManagerHandler
+com.android.internal.telephony.CallStateException
+com.android.internal.telephony.CallTracker
+com.android.internal.telephony.CallerInfo
+com.android.internal.telephony.CallerInfoAsyncQuery
+com.android.internal.telephony.CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler
+com.android.internal.telephony.CallerInfoAsyncQuery$CallerInfoAsyncQueryHandler$CallerInfoWorkerHandler
+com.android.internal.telephony.CallerInfoAsyncQuery$CookieWrapper
+com.android.internal.telephony.CallerInfoAsyncQuery$OnQueryCompleteListener
+com.android.internal.telephony.CarrierActionAgent
+com.android.internal.telephony.CarrierActionAgent$1
+com.android.internal.telephony.CarrierActionAgent$SettingsObserver
+com.android.internal.telephony.CarrierAppUtils
+com.android.internal.telephony.CarrierServiceBindHelper
+com.android.internal.telephony.CarrierServiceBindHelper$1
+com.android.internal.telephony.CarrierServiceBindHelper$2
+com.android.internal.telephony.CarrierServiceBindHelper$AppBinding
+com.android.internal.telephony.CarrierServiceBindHelper$CarrierServicePackageMonitor
+com.android.internal.telephony.CarrierServiceStateTracker
+com.android.internal.telephony.CarrierServiceStateTracker$1
+com.android.internal.telephony.CarrierSignalAgent
+com.android.internal.telephony.CarrierSignalAgent$1
+com.android.internal.telephony.CellBroadcastHandler
+com.android.internal.telephony.CellNetworkScanResult
+com.android.internal.telephony.ClientWakelockAccountant
+com.android.internal.telephony.ClientWakelockTracker
+com.android.internal.telephony.CommandException
+com.android.internal.telephony.CommandException$Error
+com.android.internal.telephony.CommandsInterface
+com.android.internal.telephony.CommandsInterface$RadioState
+com.android.internal.telephony.Connection
+com.android.internal.telephony.DctConstants$Activity
+com.android.internal.telephony.DctConstants$State
+com.android.internal.telephony.DebugService
+com.android.internal.telephony.DefaultPhoneNotifier
+com.android.internal.telephony.DeviceStateMonitor
+com.android.internal.telephony.DeviceStateMonitor$1
+com.android.internal.telephony.DeviceStateMonitor$2
+com.android.internal.telephony.EncodeException
+com.android.internal.telephony.GsmAlphabet
+com.android.internal.telephony.GsmAlphabet$TextEncodingDetails
+com.android.internal.telephony.GsmCdmaCall
+com.android.internal.telephony.GsmCdmaCallTracker
+com.android.internal.telephony.GsmCdmaCallTracker$1
+com.android.internal.telephony.GsmCdmaConnection
+com.android.internal.telephony.GsmCdmaPhone
+com.android.internal.telephony.GsmCdmaPhone$1
+com.android.internal.telephony.GsmCdmaPhone$2
+com.android.internal.telephony.HardwareConfig
+com.android.internal.telephony.ICarrierConfigLoader
+com.android.internal.telephony.ICarrierConfigLoader$Stub
+com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy
+com.android.internal.telephony.IIccPhoneBook
+com.android.internal.telephony.IIccPhoneBook$Stub
+com.android.internal.telephony.IMms
+com.android.internal.telephony.IMms$Stub
+com.android.internal.telephony.IOnSubscriptionsChangedListener
+com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub
+com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub$Proxy
+com.android.internal.telephony.IPhoneStateListener
+com.android.internal.telephony.IPhoneStateListener$Stub
+com.android.internal.telephony.IPhoneStateListener$Stub$Proxy
+com.android.internal.telephony.IPhoneSubInfo
+com.android.internal.telephony.IPhoneSubInfo$Stub
+com.android.internal.telephony.IPhoneSubInfo$Stub$Proxy
+com.android.internal.telephony.ISms
+com.android.internal.telephony.ISms$Stub
+com.android.internal.telephony.ISms$Stub$Proxy
+com.android.internal.telephony.ISub
+com.android.internal.telephony.ISub$Stub
+com.android.internal.telephony.ISub$Stub$Proxy
+com.android.internal.telephony.ITelephony
+com.android.internal.telephony.ITelephony$Stub
+com.android.internal.telephony.ITelephony$Stub$Proxy
+com.android.internal.telephony.ITelephonyRegistry
+com.android.internal.telephony.ITelephonyRegistry$Stub
+com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
+com.android.internal.telephony.IWapPushManager
+com.android.internal.telephony.IccCard
+com.android.internal.telephony.IccCardConstants$State
+com.android.internal.telephony.IccPhoneBookInterfaceManager
+com.android.internal.telephony.IccPhoneBookInterfaceManager$1
+com.android.internal.telephony.IccProvider
+com.android.internal.telephony.IccSmsInterfaceManager
+com.android.internal.telephony.IccSmsInterfaceManager$1
+com.android.internal.telephony.IccSmsInterfaceManager$CdmaBroadcastRangeManager
+com.android.internal.telephony.IccSmsInterfaceManager$CellBroadcastRangeManager
+com.android.internal.telephony.ImsSMSDispatcher
+com.android.internal.telephony.InboundSmsHandler
+com.android.internal.telephony.InboundSmsHandler$1
+com.android.internal.telephony.InboundSmsHandler$DefaultState
+com.android.internal.telephony.InboundSmsHandler$DeliveringState
+com.android.internal.telephony.InboundSmsHandler$IdleState
+com.android.internal.telephony.InboundSmsHandler$NewMessageNotificationActionReceiver
+com.android.internal.telephony.InboundSmsHandler$StartupState
+com.android.internal.telephony.InboundSmsHandler$WaitingState
+com.android.internal.telephony.IntRangeManager
+com.android.internal.telephony.OemHookIndication
+com.android.internal.telephony.OemHookResponse
+com.android.internal.telephony.OperatorInfo
+com.android.internal.telephony.Phone
+com.android.internal.telephony.Phone$1
+com.android.internal.telephony.PhoneConstantConversions
+com.android.internal.telephony.PhoneConstants$DataState
+com.android.internal.telephony.PhoneConstants$State
+com.android.internal.telephony.PhoneFactory
+com.android.internal.telephony.PhoneInternalInterface
+com.android.internal.telephony.PhoneInternalInterface$DataActivityState
+com.android.internal.telephony.PhoneNotifier
+com.android.internal.telephony.PhoneSubInfoController
+com.android.internal.telephony.PhoneSwitcher
+com.android.internal.telephony.PhoneSwitcher$1
+com.android.internal.telephony.PhoneSwitcher$2
+com.android.internal.telephony.PhoneSwitcher$PhoneState
+com.android.internal.telephony.PhoneSwitcher$PhoneSwitcherNetworkRequestListener
+com.android.internal.telephony.ProxyController
+com.android.internal.telephony.ProxyController$1
+com.android.internal.telephony.RIL
+com.android.internal.telephony.RIL$RadioProxyDeathRecipient
+com.android.internal.telephony.RIL$RilHandler
+com.android.internal.telephony.RILConstants
+com.android.internal.telephony.RILRequest
+com.android.internal.telephony.RadioCapability
+com.android.internal.telephony.RadioIndication
+com.android.internal.telephony.RadioResponse
+com.android.internal.telephony.RatRatcheter
+com.android.internal.telephony.RatRatcheter$1
+com.android.internal.telephony.RestrictedState
+com.android.internal.telephony.RetryManager
+com.android.internal.telephony.RilWakelockInfo
+com.android.internal.telephony.SMSDispatcher
+com.android.internal.telephony.SMSDispatcher$SettingsObserver
+com.android.internal.telephony.ServiceStateTracker
+com.android.internal.telephony.ServiceStateTracker$1
+com.android.internal.telephony.ServiceStateTracker$2
+com.android.internal.telephony.ServiceStateTracker$3
+com.android.internal.telephony.ServiceStateTracker$CellInfoResult
+com.android.internal.telephony.ServiceStateTracker$SstSubscriptionsChangedListener
+com.android.internal.telephony.SimActivationTracker
+com.android.internal.telephony.SimActivationTracker$1
+com.android.internal.telephony.SmsApplication
+com.android.internal.telephony.SmsApplication$SmsApplicationData
+com.android.internal.telephony.SmsApplication$SmsPackageMonitor
+com.android.internal.telephony.SmsBroadcastUndelivered
+com.android.internal.telephony.SmsBroadcastUndelivered$1
+com.android.internal.telephony.SmsBroadcastUndelivered$ScanRawTableThread
+com.android.internal.telephony.SmsMessageBase
+com.android.internal.telephony.SmsStorageMonitor
+com.android.internal.telephony.SmsStorageMonitor$1
+com.android.internal.telephony.SmsUsageMonitor
+com.android.internal.telephony.SmsUsageMonitor$SettingsObserver
+com.android.internal.telephony.SmsUsageMonitor$SettingsObserverHandler
+com.android.internal.telephony.SubscriptionController
+com.android.internal.telephony.SubscriptionController$ScLocalLog
+com.android.internal.telephony.SubscriptionInfoUpdater
+com.android.internal.telephony.SubscriptionInfoUpdater$1
+com.android.internal.telephony.SubscriptionInfoUpdater$2
+com.android.internal.telephony.SubscriptionMonitor
+com.android.internal.telephony.SubscriptionMonitor$1
+com.android.internal.telephony.SubscriptionMonitor$2
+com.android.internal.telephony.TelephonyCapabilities
+com.android.internal.telephony.TelephonyComponentFactory
+com.android.internal.telephony.TelephonyDevController
+com.android.internal.telephony.TelephonyTester
+com.android.internal.telephony.TelephonyTester$1
+com.android.internal.telephony.UiccPhoneBookController
+com.android.internal.telephony.UiccSmsController
+com.android.internal.telephony.WakeLockStateMachine
+com.android.internal.telephony.WakeLockStateMachine$1
+com.android.internal.telephony.WakeLockStateMachine$DefaultState
+com.android.internal.telephony.WakeLockStateMachine$IdleState
+com.android.internal.telephony.WakeLockStateMachine$WaitingState
+com.android.internal.telephony.WapPushOverSms
+com.android.internal.telephony.WapPushOverSms$1
+com.android.internal.telephony.WapPushOverSms$BindServiceThread
+com.android.internal.telephony.cat.AppInterface
+com.android.internal.telephony.cat.CatLog
+com.android.internal.telephony.cat.CatService
+com.android.internal.telephony.cdma.CdmaInboundSmsHandler
+com.android.internal.telephony.cdma.CdmaSMSDispatcher
+com.android.internal.telephony.cdma.CdmaServiceCategoryProgramHandler
+com.android.internal.telephony.cdma.CdmaServiceCategoryProgramHandler$1
+com.android.internal.telephony.cdma.CdmaSubscriptionSourceManager
+com.android.internal.telephony.cdma.EriInfo
+com.android.internal.telephony.cdma.EriManager
+com.android.internal.telephony.cdma.EriManager$EriFile
+com.android.internal.telephony.dataconnection.ApnContext
+com.android.internal.telephony.dataconnection.DataConnection
+com.android.internal.telephony.dataconnection.DataEnabledSettings
+com.android.internal.telephony.dataconnection.DcController
+com.android.internal.telephony.dataconnection.DcController$1
+com.android.internal.telephony.dataconnection.DcController$DccDefaultState
+com.android.internal.telephony.dataconnection.DcFailBringUp
+com.android.internal.telephony.dataconnection.DcFailCause
+com.android.internal.telephony.dataconnection.DcRequest
+com.android.internal.telephony.dataconnection.DcTesterDeactivateAll
+com.android.internal.telephony.dataconnection.DcTesterDeactivateAll$1
+com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll
+com.android.internal.telephony.dataconnection.DcTesterFailBringUpAll$1
+com.android.internal.telephony.dataconnection.DcTracker
+com.android.internal.telephony.dataconnection.DcTracker$1
+com.android.internal.telephony.dataconnection.DcTracker$2
+com.android.internal.telephony.dataconnection.DcTracker$3
+com.android.internal.telephony.dataconnection.DcTracker$4
+com.android.internal.telephony.dataconnection.DcTracker$ApnChangeObserver
+com.android.internal.telephony.dataconnection.DcTracker$DataAllowFailReason
+com.android.internal.telephony.dataconnection.DcTracker$DataAllowFailReasonType
+com.android.internal.telephony.dataconnection.DcTracker$RetryFailures
+com.android.internal.telephony.dataconnection.DcTracker$SettingsObserver
+com.android.internal.telephony.dataconnection.DcTracker$TxRxSum
+com.android.internal.telephony.dataconnection.TelephonyNetworkFactory
+com.android.internal.telephony.dataconnection.TelephonyNetworkFactory$InternalHandler
+com.android.internal.telephony.gsm.GsmCellBroadcastHandler
+com.android.internal.telephony.gsm.GsmInboundSmsHandler
+com.android.internal.telephony.gsm.GsmSMSDispatcher
+com.android.internal.telephony.gsm.SmsMessage
+com.android.internal.telephony.gsm.UsimDataDownloadHandler
+com.android.internal.telephony.ims.-$Lambda$6hDwuvYxqWrzW_Ex5wc53XnUOpg
+com.android.internal.telephony.ims.-$Lambda$6hDwuvYxqWrzW_Ex5wc53XnUOpg$1
+com.android.internal.telephony.ims.-$Lambda$6hDwuvYxqWrzW_Ex5wc53XnUOpg$2
+com.android.internal.telephony.ims.ImsResolver
+com.android.internal.telephony.ims.ImsResolver$1
+com.android.internal.telephony.ims.ImsResolver$2
+com.android.internal.telephony.ims.ImsResolver$3
+com.android.internal.telephony.ims.ImsResolver$ImsServiceControllerFactory
+com.android.internal.telephony.ims.ImsResolver$SubscriptionManagerProxy
+com.android.internal.telephony.ims.ImsServiceController$ImsServiceControllerCallbacks
+com.android.internal.telephony.imsphone.-$Lambda$tILLuSJl16qfDJK1ikBVGFm2D5w
+com.android.internal.telephony.imsphone.-$Lambda$tILLuSJl16qfDJK1ikBVGFm2D5w$1
+com.android.internal.telephony.imsphone.ImsExternalCallTracker
+com.android.internal.telephony.imsphone.ImsExternalCallTracker$1
+com.android.internal.telephony.imsphone.ImsExternalCallTracker$2
+com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalCallStateListener
+com.android.internal.telephony.imsphone.ImsExternalCallTracker$ExternalConnectionListener
+com.android.internal.telephony.imsphone.ImsExternalCallTracker$ImsCallNotify
+com.android.internal.telephony.imsphone.ImsExternalConnection$Listener
+com.android.internal.telephony.imsphone.ImsPhone
+com.android.internal.telephony.imsphone.ImsPhone$1
+com.android.internal.telephony.imsphone.ImsPhone$2
+com.android.internal.telephony.imsphone.ImsPhone$3
+com.android.internal.telephony.imsphone.ImsPhoneBase
+com.android.internal.telephony.imsphone.ImsPhoneCall
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$1
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$2
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$3
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$4
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$5
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$IRetryTimeout
+com.android.internal.telephony.imsphone.ImsPhoneCallTracker$PhoneStateListener
+com.android.internal.telephony.imsphone.ImsPhoneCommandInterface
+com.android.internal.telephony.imsphone.ImsPhoneFactory
+com.android.internal.telephony.imsphone.ImsPullCall
+com.android.internal.telephony.metrics.CallSessionEventBuilder
+com.android.internal.telephony.metrics.InProgressCallSession
+com.android.internal.telephony.metrics.InProgressSmsSession
+com.android.internal.telephony.metrics.SmsSessionEventBuilder
+com.android.internal.telephony.metrics.TelephonyEventBuilder
+com.android.internal.telephony.metrics.TelephonyMetrics
+com.android.internal.telephony.nano.TelephonyProto$ImsCapabilities
+com.android.internal.telephony.nano.TelephonyProto$ImsConnectionState
+com.android.internal.telephony.nano.TelephonyProto$ImsReasonInfo
+com.android.internal.telephony.nano.TelephonyProto$RilDataCall
+com.android.internal.telephony.nano.TelephonyProto$SmsSession$Event
+com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event
+com.android.internal.telephony.nano.TelephonyProto$TelephonyCallSession$Event$RilCall
+com.android.internal.telephony.nano.TelephonyProto$TelephonyEvent
+com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState
+com.android.internal.telephony.nano.TelephonyProto$TelephonyServiceState$TelephonyOperator
+com.android.internal.telephony.nano.TelephonyProto$TelephonySettings
+com.android.internal.telephony.protobuf.nano.CodedOutputByteBufferNano
+com.android.internal.telephony.protobuf.nano.ExtendableMessageNano
+com.android.internal.telephony.protobuf.nano.InternalNano
+com.android.internal.telephony.protobuf.nano.InvalidProtocolBufferNanoException
+com.android.internal.telephony.protobuf.nano.MessageNano
+com.android.internal.telephony.protobuf.nano.WireFormatNano
+com.android.internal.telephony.test.SimulatedRadioControl
+com.android.internal.telephony.uicc.IccCardApplicationStatus
+com.android.internal.telephony.uicc.IccCardApplicationStatus$AppType
+com.android.internal.telephony.uicc.IccCardProxy
+com.android.internal.telephony.uicc.IccCardStatus
+com.android.internal.telephony.uicc.IccCardStatus$CardState
+com.android.internal.telephony.uicc.IccCardStatus$PinState
+com.android.internal.telephony.uicc.IccConstants
+com.android.internal.telephony.uicc.IccRecords
+com.android.internal.telephony.uicc.IccUtils
+com.android.internal.telephony.uicc.UiccCard
+com.android.internal.telephony.uicc.UiccCard$1
+com.android.internal.telephony.uicc.UiccCardApplication
+com.android.internal.telephony.uicc.UiccController
+com.android.internal.telephony.uicc.UiccStateChangedLauncher
+com.android.internal.telephony.util.NotificationChannelController
+com.android.internal.telephony.util.NotificationChannelController$1
+com.android.internal.textservice.ISpellCheckerService
+com.android.internal.textservice.ISpellCheckerService$Stub
+com.android.internal.textservice.ISpellCheckerService$Stub$Proxy
+com.android.internal.textservice.ISpellCheckerServiceCallback
+com.android.internal.textservice.ISpellCheckerServiceCallback$Stub
+com.android.internal.textservice.ISpellCheckerServiceCallback$Stub$Proxy
+com.android.internal.textservice.ISpellCheckerSession
+com.android.internal.textservice.ISpellCheckerSession$Stub
+com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy
+com.android.internal.textservice.ISpellCheckerSessionListener
+com.android.internal.textservice.ISpellCheckerSessionListener$Stub
+com.android.internal.textservice.ISpellCheckerSessionListener$Stub$Proxy
+com.android.internal.textservice.ITextServicesManager
+com.android.internal.textservice.ITextServicesManager$Stub
+com.android.internal.textservice.ITextServicesManager$Stub$Proxy
+com.android.internal.textservice.ITextServicesSessionListener
+com.android.internal.textservice.ITextServicesSessionListener$Stub
+com.android.internal.textservice.ITextServicesSessionListener$Stub$Proxy
+com.android.internal.transition.EpicenterTranslateClipReveal
+com.android.internal.transition.TransitionConstants
+com.android.internal.util.ArrayUtils
+com.android.internal.util.AsyncChannel
+com.android.internal.util.AsyncChannel$AsyncChannelConnection
+com.android.internal.util.AsyncChannel$DeathMonitor
+com.android.internal.util.AsyncChannel$SyncMessenger
+com.android.internal.util.AsyncChannel$SyncMessenger$SyncHandler
+com.android.internal.util.BitUtils
+com.android.internal.util.CollectionUtils
+com.android.internal.util.ConcurrentUtils
+com.android.internal.util.ConcurrentUtils$1
+com.android.internal.util.ConcurrentUtils$1$1
+com.android.internal.util.DumpUtils$Dump
+com.android.internal.util.ExponentiallyBucketedHistogram
+com.android.internal.util.FastMath
+com.android.internal.util.FastPrintWriter
+com.android.internal.util.FastPrintWriter$DummyWriter
+com.android.internal.util.FastXmlSerializer
+com.android.internal.util.FileRotator
+com.android.internal.util.FileRotator$FileInfo
+com.android.internal.util.FileRotator$Reader
+com.android.internal.util.FileRotator$Rewriter
+com.android.internal.util.FileRotator$Writer
+com.android.internal.util.GrowingArrayUtils
+com.android.internal.util.HexDump
+com.android.internal.util.IState
+com.android.internal.util.ImageUtils
+com.android.internal.util.IndentingPrintWriter
+com.android.internal.util.IntPair
+com.android.internal.util.JournaledFile
+com.android.internal.util.LineBreakBufferedWriter
+com.android.internal.util.LocalLog
+com.android.internal.util.MemInfoReader
+com.android.internal.util.MessageUtils
+com.android.internal.util.NotificationColorUtil
+com.android.internal.util.NotificationColorUtil$ColorUtilsFromCompat
+com.android.internal.util.NotificationMessagingUtil
+com.android.internal.util.NotificationMessagingUtil$1
+com.android.internal.util.Preconditions
+com.android.internal.util.ProcFileReader
+com.android.internal.util.ProgressReporter
+com.android.internal.util.RingBufferIndices
+com.android.internal.util.ScreenShapeHelper
+com.android.internal.util.State
+com.android.internal.util.StateMachine
+com.android.internal.util.StateMachine$LogRec
+com.android.internal.util.StateMachine$LogRecords
+com.android.internal.util.StateMachine$SmHandler
+com.android.internal.util.StateMachine$SmHandler$HaltingState
+com.android.internal.util.StateMachine$SmHandler$QuittingState
+com.android.internal.util.StateMachine$SmHandler$StateInfo
+com.android.internal.util.ToBooleanFunction
+com.android.internal.util.TokenBucket
+com.android.internal.util.VirtualRefBasePtr
+com.android.internal.util.WakeupMessage
+com.android.internal.util.XmlUtils
+com.android.internal.util.XmlUtils$ReadMapCallback
+com.android.internal.util.XmlUtils$WriteMapCallback
+com.android.internal.view.ActionBarPolicy
+com.android.internal.view.BaseIWindow
+com.android.internal.view.BaseSurfaceHolder
+com.android.internal.view.IInputConnectionWrapper
+com.android.internal.view.IInputConnectionWrapper$MyHandler
+com.android.internal.view.IInputContext
+com.android.internal.view.IInputContext$Stub
+com.android.internal.view.IInputContext$Stub$Proxy
+com.android.internal.view.IInputContextCallback
+com.android.internal.view.IInputContextCallback$Stub
+com.android.internal.view.IInputContextCallback$Stub$Proxy
+com.android.internal.view.IInputMethod
+com.android.internal.view.IInputMethod$Stub
+com.android.internal.view.IInputMethod$Stub$Proxy
+com.android.internal.view.IInputMethodClient
+com.android.internal.view.IInputMethodClient$Stub
+com.android.internal.view.IInputMethodClient$Stub$Proxy
+com.android.internal.view.IInputMethodManager
+com.android.internal.view.IInputMethodManager$Stub
+com.android.internal.view.IInputMethodManager$Stub$Proxy
+com.android.internal.view.IInputMethodSession
+com.android.internal.view.IInputMethodSession$Stub
+com.android.internal.view.IInputMethodSession$Stub$Proxy
+com.android.internal.view.IInputSessionCallback
+com.android.internal.view.IInputSessionCallback$Stub
+com.android.internal.view.IInputSessionCallback$Stub$Proxy
+com.android.internal.view.InputBindResult
+com.android.internal.view.InputBindResult$1
+com.android.internal.view.InputConnectionWrapper
+com.android.internal.view.InputConnectionWrapper$InputContextCallback
+com.android.internal.view.OneShotPreDrawListener
+com.android.internal.view.RootViewSurfaceTaker
+com.android.internal.view.RotationPolicy
+com.android.internal.view.RotationPolicy$RotationPolicyListener
+com.android.internal.view.RotationPolicy$RotationPolicyListener$1
+com.android.internal.view.SurfaceCallbackHelper
+com.android.internal.view.SurfaceCallbackHelper$1
+com.android.internal.view.SurfaceFlingerVsyncChoreographer
+com.android.internal.view.WindowManagerPolicyThread
+com.android.internal.view.animation.FallbackLUTInterpolator
+com.android.internal.view.animation.HasNativeInterpolator
+com.android.internal.view.animation.NativeInterpolatorFactory
+com.android.internal.view.animation.NativeInterpolatorFactoryHelper
+com.android.internal.view.menu.ActionMenuItem
+com.android.internal.view.menu.ActionMenuItemView
+com.android.internal.view.menu.ActionMenuItemView$PopupCallback
+com.android.internal.view.menu.BaseMenuPresenter
+com.android.internal.view.menu.ContextMenuBuilder
+com.android.internal.view.menu.MenuBuilder
+com.android.internal.view.menu.MenuBuilder$Callback
+com.android.internal.view.menu.MenuBuilder$ItemInvoker
+com.android.internal.view.menu.MenuHelper
+com.android.internal.view.menu.MenuItemImpl
+com.android.internal.view.menu.MenuPopupHelper
+com.android.internal.view.menu.MenuPopupHelper$1
+com.android.internal.view.menu.MenuPresenter
+com.android.internal.view.menu.MenuPresenter$Callback
+com.android.internal.view.menu.MenuView
+com.android.internal.view.menu.MenuView$ItemView
+com.android.internal.view.menu.ShowableListMenu
+com.android.internal.widget.-$Lambda$LaTFiUorkqfcqmu-zMQbCLeO77c
+com.android.internal.widget.AbsActionBarView
+com.android.internal.widget.AbsActionBarView$VisibilityAnimListener
+com.android.internal.widget.ActionBarContainer
+com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable
+com.android.internal.widget.ActionBarContextView
+com.android.internal.widget.ActionBarContextView$1
+com.android.internal.widget.ActionBarOverlayLayout
+com.android.internal.widget.ActionBarOverlayLayout$1
+com.android.internal.widget.ActionBarOverlayLayout$2
+com.android.internal.widget.ActionBarOverlayLayout$3
+com.android.internal.widget.ActionBarOverlayLayout$4
+com.android.internal.widget.ActionBarOverlayLayout$5
+com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback
+com.android.internal.widget.ActionBarOverlayLayout$LayoutParams
+com.android.internal.widget.AlertDialogLayout
+com.android.internal.widget.BackgroundFallback
+com.android.internal.widget.ButtonBarLayout
+com.android.internal.widget.CachingIconView
+com.android.internal.widget.DecorContentParent
+com.android.internal.widget.DecorToolbar
+com.android.internal.widget.DialogTitle
+com.android.internal.widget.EditableInputConnection
+com.android.internal.widget.ICheckCredentialProgressCallback
+com.android.internal.widget.ILockSettings
+com.android.internal.widget.ILockSettings$Stub
+com.android.internal.widget.ILockSettings$Stub$Proxy
+com.android.internal.widget.ImageFloatingTextView
+com.android.internal.widget.LockPatternUtils
+com.android.internal.widget.LockPatternUtils$RequestThrottledException
+com.android.internal.widget.LockPatternUtils$StrongAuthTracker
+com.android.internal.widget.LockPatternUtils$StrongAuthTracker$1
+com.android.internal.widget.LockPatternUtils$StrongAuthTracker$H
+com.android.internal.widget.MediaNotificationView
+com.android.internal.widget.NotificationActionListLayout
+com.android.internal.widget.NotificationExpandButton
+com.android.internal.widget.ScrollBarUtils
+com.android.internal.widget.ToolbarWidgetWrapper
+com.android.internal.widget.ToolbarWidgetWrapper$1
+com.android.internal.widget.ToolbarWidgetWrapper$2
+com.android.internal.widget.VerifyCredentialResponse
+com.android.okhttp.Address
+com.android.okhttp.AndroidInternal
+com.android.okhttp.AndroidShimResponseCache
+com.android.okhttp.Authenticator
+com.android.okhttp.Cache
+com.android.okhttp.Cache$1
+com.android.okhttp.Cache$CacheRequestImpl
+com.android.okhttp.Cache$CacheRequestImpl$1
+com.android.okhttp.Cache$Entry
+com.android.okhttp.CacheControl
+com.android.okhttp.CacheControl$Builder
+com.android.okhttp.CertificatePinner
+com.android.okhttp.CertificatePinner$Builder
+com.android.okhttp.CipherSuite
+com.android.okhttp.ConfigAwareConnectionPool
+com.android.okhttp.ConfigAwareConnectionPool$1
+com.android.okhttp.Connection
+com.android.okhttp.ConnectionPool
+com.android.okhttp.ConnectionPool$1
+com.android.okhttp.ConnectionSpec
+com.android.okhttp.ConnectionSpec$Builder
+com.android.okhttp.Dispatcher
+com.android.okhttp.Dns
+com.android.okhttp.Dns$1
+com.android.okhttp.Handshake
+com.android.okhttp.Headers
+com.android.okhttp.Headers$Builder
+com.android.okhttp.HttpHandler
+com.android.okhttp.HttpHandler$CleartextURLFilter
+com.android.okhttp.HttpUrl
+com.android.okhttp.HttpUrl$Builder
+com.android.okhttp.HttpUrl$Builder$ParseResult
+com.android.okhttp.HttpsHandler
+com.android.okhttp.OkCacheContainer
+com.android.okhttp.OkHttpClient
+com.android.okhttp.OkHttpClient$1
+com.android.okhttp.OkUrlFactory
+com.android.okhttp.Protocol
+com.android.okhttp.Request
+com.android.okhttp.Request$Builder
+com.android.okhttp.RequestBody
+com.android.okhttp.RequestBody$2
+com.android.okhttp.Response
+com.android.okhttp.Response$Builder
+com.android.okhttp.ResponseBody
+com.android.okhttp.Route
+com.android.okhttp.TlsVersion
+com.android.okhttp.internal.ConnectionSpecSelector
+com.android.okhttp.internal.DiskLruCache
+com.android.okhttp.internal.DiskLruCache$1
+com.android.okhttp.internal.DiskLruCache$2
+com.android.okhttp.internal.DiskLruCache$3
+com.android.okhttp.internal.DiskLruCache$Editor
+com.android.okhttp.internal.DiskLruCache$Editor$1
+com.android.okhttp.internal.DiskLruCache$Entry
+com.android.okhttp.internal.FaultHidingSink
+com.android.okhttp.internal.Internal
+com.android.okhttp.internal.InternalCache
+com.android.okhttp.internal.OptionalMethod
+com.android.okhttp.internal.Platform
+com.android.okhttp.internal.RouteDatabase
+com.android.okhttp.internal.URLFilter
+com.android.okhttp.internal.Util
+com.android.okhttp.internal.Util$1
+com.android.okhttp.internal.http.AuthenticatorAdapter
+com.android.okhttp.internal.http.CacheRequest
+com.android.okhttp.internal.http.CacheStrategy
+com.android.okhttp.internal.http.CacheStrategy$Factory
+com.android.okhttp.internal.http.HeaderParser
+com.android.okhttp.internal.http.Http1xStream
+com.android.okhttp.internal.http.Http1xStream$AbstractSource
+com.android.okhttp.internal.http.Http1xStream$ChunkedSink
+com.android.okhttp.internal.http.Http1xStream$ChunkedSource
+com.android.okhttp.internal.http.Http1xStream$FixedLengthSink
+com.android.okhttp.internal.http.Http1xStream$FixedLengthSource
+com.android.okhttp.internal.http.Http1xStream$UnknownLengthSource
+com.android.okhttp.internal.http.HttpEngine
+com.android.okhttp.internal.http.HttpEngine$1
+com.android.okhttp.internal.http.HttpEngine$2
+com.android.okhttp.internal.http.HttpMethod
+com.android.okhttp.internal.http.HttpStream
+com.android.okhttp.internal.http.OkHeaders
+com.android.okhttp.internal.http.OkHeaders$1
+com.android.okhttp.internal.http.RealResponseBody
+com.android.okhttp.internal.http.RequestException
+com.android.okhttp.internal.http.RequestLine
+com.android.okhttp.internal.http.RetryableSink
+com.android.okhttp.internal.http.RouteException
+com.android.okhttp.internal.http.RouteSelector
+com.android.okhttp.internal.http.StatusLine
+com.android.okhttp.internal.http.StreamAllocation
+com.android.okhttp.internal.huc.DelegatingHttpsURLConnection
+com.android.okhttp.internal.huc.HttpURLConnectionImpl
+com.android.okhttp.internal.huc.HttpsURLConnectionImpl
+com.android.okhttp.internal.io.FileSystem
+com.android.okhttp.internal.io.FileSystem$1
+com.android.okhttp.internal.io.RealConnection
+com.android.okhttp.internal.tls.OkHostnameVerifier
+com.android.okhttp.okio.AsyncTimeout
+com.android.okhttp.okio.AsyncTimeout$1
+com.android.okhttp.okio.AsyncTimeout$2
+com.android.okhttp.okio.AsyncTimeout$Watchdog
+com.android.okhttp.okio.Base64
+com.android.okhttp.okio.Buffer
+com.android.okhttp.okio.BufferedSink
+com.android.okhttp.okio.BufferedSource
+com.android.okhttp.okio.ByteString
+com.android.okhttp.okio.ForwardingSink
+com.android.okhttp.okio.ForwardingTimeout
+com.android.okhttp.okio.GzipSource
+com.android.okhttp.okio.InflaterSource
+com.android.okhttp.okio.Okio
+com.android.okhttp.okio.Okio$1
+com.android.okhttp.okio.Okio$2
+com.android.okhttp.okio.Okio$3
+com.android.okhttp.okio.RealBufferedSink
+com.android.okhttp.okio.RealBufferedSink$1
+com.android.okhttp.okio.RealBufferedSource
+com.android.okhttp.okio.RealBufferedSource$1
+com.android.okhttp.okio.Segment
+com.android.okhttp.okio.SegmentPool
+com.android.okhttp.okio.Sink
+com.android.okhttp.okio.Source
+com.android.okhttp.okio.Timeout
+com.android.okhttp.okio.Timeout$1
+com.android.okhttp.okio.Util
+com.android.org.bouncycastle.asn1.ASN1BitString
+com.android.org.bouncycastle.asn1.ASN1Choice
+com.android.org.bouncycastle.asn1.ASN1Encodable
+com.android.org.bouncycastle.asn1.ASN1EncodableVector
+com.android.org.bouncycastle.asn1.ASN1InputStream
+com.android.org.bouncycastle.asn1.ASN1Integer
+com.android.org.bouncycastle.asn1.ASN1Null
+com.android.org.bouncycastle.asn1.ASN1Object
+com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier
+com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle
+com.android.org.bouncycastle.asn1.ASN1OutputStream
+com.android.org.bouncycastle.asn1.ASN1Primitive
+com.android.org.bouncycastle.asn1.ASN1Sequence
+com.android.org.bouncycastle.asn1.ASN1Set
+com.android.org.bouncycastle.asn1.ASN1StreamParser
+com.android.org.bouncycastle.asn1.ASN1String
+com.android.org.bouncycastle.asn1.ASN1TaggedObject
+com.android.org.bouncycastle.asn1.ASN1TaggedObjectParser
+com.android.org.bouncycastle.asn1.ASN1UTCTime
+com.android.org.bouncycastle.asn1.BERTags
+com.android.org.bouncycastle.asn1.DERBitString
+com.android.org.bouncycastle.asn1.DERFactory
+com.android.org.bouncycastle.asn1.DERNull
+com.android.org.bouncycastle.asn1.DEROutputStream
+com.android.org.bouncycastle.asn1.DERPrintableString
+com.android.org.bouncycastle.asn1.DERSequence
+com.android.org.bouncycastle.asn1.DERSet
+com.android.org.bouncycastle.asn1.DERTaggedObject
+com.android.org.bouncycastle.asn1.DLSequence
+com.android.org.bouncycastle.asn1.DLSet
+com.android.org.bouncycastle.asn1.DefiniteLengthInputStream
+com.android.org.bouncycastle.asn1.InMemoryRepresentable
+com.android.org.bouncycastle.asn1.IndefiniteLengthInputStream
+com.android.org.bouncycastle.asn1.LimitedInputStream
+com.android.org.bouncycastle.asn1.OIDTokenizer
+com.android.org.bouncycastle.asn1.StreamUtil
+com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
+com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers
+com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers
+com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers
+com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
+com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
+com.android.org.bouncycastle.asn1.x500.RDN
+com.android.org.bouncycastle.asn1.x500.X500Name
+com.android.org.bouncycastle.asn1.x500.X500NameStyle
+com.android.org.bouncycastle.asn1.x500.style.AbstractX500NameStyle
+com.android.org.bouncycastle.asn1.x500.style.BCStyle
+com.android.org.bouncycastle.asn1.x509.AlgorithmIdentifier
+com.android.org.bouncycastle.asn1.x509.Certificate
+com.android.org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
+com.android.org.bouncycastle.asn1.x509.TBSCertificate
+com.android.org.bouncycastle.asn1.x509.Time
+com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers
+com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
+com.android.org.bouncycastle.crypto.AsymmetricBlockCipher
+com.android.org.bouncycastle.crypto.CipherKeyGenerator
+com.android.org.bouncycastle.crypto.CipherParameters
+com.android.org.bouncycastle.crypto.CryptoException
+com.android.org.bouncycastle.crypto.Digest
+com.android.org.bouncycastle.crypto.ExtendedDigest
+com.android.org.bouncycastle.crypto.InvalidCipherTextException
+com.android.org.bouncycastle.crypto.KeyGenerationParameters
+com.android.org.bouncycastle.crypto.Mac
+com.android.org.bouncycastle.crypto.PBEParametersGenerator
+com.android.org.bouncycastle.crypto.digests.AndroidDigestFactory
+com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryInterface
+com.android.org.bouncycastle.crypto.digests.AndroidDigestFactoryOpenSSL
+com.android.org.bouncycastle.crypto.digests.EncodableDigest
+com.android.org.bouncycastle.crypto.digests.GeneralDigest
+com.android.org.bouncycastle.crypto.digests.OpenSSLDigest
+com.android.org.bouncycastle.crypto.digests.OpenSSLDigest$SHA1
+com.android.org.bouncycastle.crypto.digests.SHA1Digest
+com.android.org.bouncycastle.crypto.encodings.OAEPEncoding
+com.android.org.bouncycastle.crypto.engines.RSABlindedEngine
+com.android.org.bouncycastle.crypto.engines.RSACoreEngine
+com.android.org.bouncycastle.crypto.generators.PKCS12ParametersGenerator
+com.android.org.bouncycastle.crypto.io.MacInputStream
+com.android.org.bouncycastle.crypto.macs.HMac
+com.android.org.bouncycastle.crypto.params.KeyParameter
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DH
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.EC
+com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA
+com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
+com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.CipherSpi$NoPadding
+com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.util.PKCS12BagAttributeCarrierImpl
+com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory
+com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.PEMUtil
+com.android.org.bouncycastle.jcajce.provider.asymmetric.x509.X509CertificateObject
+com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider
+com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration
+com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
+com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.digest.MD5
+com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA1
+com.android.org.bouncycastle.jcajce.provider.digest.SHA1$KeyGenerator
+com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA224
+com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA256
+com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA384
+com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA512
+com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
+com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
+com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$StoreEntry
+com.android.org.bouncycastle.jcajce.provider.symmetric.AES
+com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4
+com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish
+com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.DES
+com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.DESede
+com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.RC2
+com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish
+com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.util.BaseKeyGenerator
+com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter
+com.android.org.bouncycastle.jcajce.provider.util.DigestFactory
+com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper
+com.android.org.bouncycastle.jcajce.util.JcaJceHelper
+com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper
+com.android.org.bouncycastle.jce.interfaces.BCKeyStore
+com.android.org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier
+com.android.org.bouncycastle.jce.provider.BouncyCastleProvider
+com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1
+com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration
+com.android.org.bouncycastle.jce.provider.CertStoreCollectionSpi
+com.android.org.bouncycastle.util.Arrays
+com.android.org.bouncycastle.util.Encodable
+com.android.org.bouncycastle.util.Integers
+com.android.org.bouncycastle.util.Iterable
+com.android.org.bouncycastle.util.Memoable
+com.android.org.bouncycastle.util.Pack
+com.android.org.bouncycastle.util.Strings
+com.android.org.bouncycastle.util.Strings$1
+com.android.org.bouncycastle.util.io.Streams
+com.android.org.conscrypt.AbstractConscryptSocket
+com.android.org.conscrypt.AbstractConscryptSocket$1
+com.android.org.conscrypt.AbstractOpenSSLSession
+com.android.org.conscrypt.AbstractSessionContext
+com.android.org.conscrypt.AbstractSessionContext$1
+com.android.org.conscrypt.ActiveSession
+com.android.org.conscrypt.AddressUtils
+com.android.org.conscrypt.ArrayUtils
+com.android.org.conscrypt.ByteArray
+com.android.org.conscrypt.CertBlacklist
+com.android.org.conscrypt.CertificatePriorityComparator
+com.android.org.conscrypt.ChainStrengthAnalyzer
+com.android.org.conscrypt.ClientSessionContext
+com.android.org.conscrypt.ClientSessionContext$HostAndPort
+com.android.org.conscrypt.Conscrypt
+com.android.org.conscrypt.ConscryptFileDescriptorSocket
+com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream
+com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream
+com.android.org.conscrypt.CryptoUpcalls
+com.android.org.conscrypt.DefaultSSLContextImpl
+com.android.org.conscrypt.DelegatingExtendedSSLSession
+com.android.org.conscrypt.EvpMdRef$MD5
+com.android.org.conscrypt.EvpMdRef$SHA1
+com.android.org.conscrypt.EvpMdRef$SHA256
+com.android.org.conscrypt.FileClientSessionCache
+com.android.org.conscrypt.FileClientSessionCache$CacheFile
+com.android.org.conscrypt.FileClientSessionCache$Impl
+com.android.org.conscrypt.Hex
+com.android.org.conscrypt.InternalUtil
+com.android.org.conscrypt.JSSEProvider
+com.android.org.conscrypt.KeyManagerFactoryImpl
+com.android.org.conscrypt.KeyManagerImpl
+com.android.org.conscrypt.NativeCrypto
+com.android.org.conscrypt.NativeCrypto$SSLHandshakeCallbacks
+com.android.org.conscrypt.NativeCryptoJni
+com.android.org.conscrypt.NativeRef
+com.android.org.conscrypt.NativeRef$EC_GROUP
+com.android.org.conscrypt.NativeRef$EC_POINT
+com.android.org.conscrypt.NativeRef$EVP_CIPHER_CTX
+com.android.org.conscrypt.NativeRef$EVP_MD_CTX
+com.android.org.conscrypt.NativeRef$EVP_PKEY
+com.android.org.conscrypt.NativeRef$HMAC_CTX
+com.android.org.conscrypt.NativeRef$SSL_SESSION
+com.android.org.conscrypt.OpenSSLBIOInputStream
+com.android.org.conscrypt.OpenSSLCipher
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES$CBC
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES$CBC$PKCS5Padding
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES_BASE
+com.android.org.conscrypt.OpenSSLCipher$Mode
+com.android.org.conscrypt.OpenSSLCipher$Padding
+com.android.org.conscrypt.OpenSSLContextImpl
+com.android.org.conscrypt.OpenSSLContextImpl$TLSv12
+com.android.org.conscrypt.OpenSSLECGroupContext
+com.android.org.conscrypt.OpenSSLECKeyFactory
+com.android.org.conscrypt.OpenSSLECPointContext
+com.android.org.conscrypt.OpenSSLECPublicKey
+com.android.org.conscrypt.OpenSSLExtendedSessionImpl
+com.android.org.conscrypt.OpenSSLKey
+com.android.org.conscrypt.OpenSSLKeyHolder
+com.android.org.conscrypt.OpenSSLMac
+com.android.org.conscrypt.OpenSSLMac$HmacSHA1
+com.android.org.conscrypt.OpenSSLMac$HmacSHA256
+com.android.org.conscrypt.OpenSSLMessageDigestJDK
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$MD5
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$SHA1
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$SHA256
+com.android.org.conscrypt.OpenSSLProvider
+com.android.org.conscrypt.OpenSSLRSAKeyFactory
+com.android.org.conscrypt.OpenSSLRSAPublicKey
+com.android.org.conscrypt.OpenSSLRandom
+com.android.org.conscrypt.OpenSSLSessionImpl
+com.android.org.conscrypt.OpenSSLSignature
+com.android.org.conscrypt.OpenSSLSignature$EngineType
+com.android.org.conscrypt.OpenSSLSignature$RSAPKCS1Padding
+com.android.org.conscrypt.OpenSSLSignature$SHA1RSA
+com.android.org.conscrypt.OpenSSLSignature$SHA256RSA
+com.android.org.conscrypt.OpenSSLSocketFactoryImpl
+com.android.org.conscrypt.OpenSSLSocketImpl
+com.android.org.conscrypt.OpenSSLSocketImpl$SSLInputStream
+com.android.org.conscrypt.OpenSSLSocketImpl$SSLOutputStream
+com.android.org.conscrypt.OpenSSLSocketImplWrapper
+com.android.org.conscrypt.OpenSSLX509CertPath
+com.android.org.conscrypt.OpenSSLX509CertPath$Encoding
+com.android.org.conscrypt.OpenSSLX509Certificate
+com.android.org.conscrypt.OpenSSLX509CertificateFactory
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$1
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$2
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$Parser
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException
+com.android.org.conscrypt.PeerInfoProvider
+com.android.org.conscrypt.PeerInfoProvider$1
+com.android.org.conscrypt.Platform
+com.android.org.conscrypt.Preconditions
+com.android.org.conscrypt.SSLClientSessionCache
+com.android.org.conscrypt.SSLParametersImpl
+com.android.org.conscrypt.SSLParametersImpl$AliasChooser
+com.android.org.conscrypt.SSLParametersImpl$PSKCallbacks
+com.android.org.conscrypt.SSLUtils
+com.android.org.conscrypt.SSLUtils$SessionType
+com.android.org.conscrypt.ServerSessionContext
+com.android.org.conscrypt.SslSessionWrapper
+com.android.org.conscrypt.SslSessionWrapper$Impl
+com.android.org.conscrypt.SslSessionWrapper$Impl$1
+com.android.org.conscrypt.SslWrapper
+com.android.org.conscrypt.TrustManagerFactoryImpl
+com.android.org.conscrypt.TrustManagerImpl
+com.android.org.conscrypt.TrustManagerImpl$ExtendedKeyUsagePKIXCertPathChecker
+com.android.org.conscrypt.TrustManagerImpl$TrustAnchorComparator
+com.android.org.conscrypt.TrustedCertificateIndex
+com.android.org.conscrypt.TrustedCertificateKeyStoreSpi
+com.android.org.conscrypt.TrustedCertificateStore
+com.android.org.conscrypt.TrustedCertificateStore$1
+com.android.org.conscrypt.TrustedCertificateStore$2
+com.android.org.conscrypt.TrustedCertificateStore$4
+com.android.org.conscrypt.TrustedCertificateStore$5
+com.android.org.conscrypt.TrustedCertificateStore$CertSelector
+com.android.org.conscrypt.TrustedCertificateStore$PreloadHolder
+com.android.org.conscrypt.ct.CTLogInfo
+com.android.org.conscrypt.ct.CTLogStore
+com.android.org.conscrypt.ct.CTLogStoreImpl
+com.android.org.conscrypt.ct.CTLogStoreImpl$InvalidLogFileException
+com.android.org.conscrypt.ct.CTPolicy
+com.android.org.conscrypt.ct.CTPolicyImpl
+com.android.org.conscrypt.ct.CTVerifier
+com.android.org.conscrypt.ct.KnownLogs
+com.android.org.conscrypt.ct.SerializationException
+com.android.server.AppWidgetBackupBridge
+com.android.server.BootReceiver
+com.android.server.BootReceiver$1
+com.android.server.BootReceiver$2
+com.android.server.LocalServices
+com.android.server.NetworkManagementSocketTagger
+com.android.server.NetworkManagementSocketTagger$1
+com.android.server.NetworkManagementSocketTagger$SocketTags
+com.android.server.SystemConfig
+com.android.server.SystemConfig$PermissionEntry
+com.android.server.WidgetBackupProvider
+com.android.server.backup.AccountSyncSettingsBackupHelper
+com.android.server.net.BaseNetworkObserver
+com.android.server.net.DnsServerEntry
+com.android.server.net.DnsServerRepository
+com.android.server.net.NetlinkTracker
+com.android.server.net.NetlinkTracker$Callback
+com.android.server.sip.SipService
+com.android.server.sip.SipService$ConnectivityReceiver
+com.android.server.sip.SipService$MyExecutor
+com.android.server.sip.SipWakeLock
+com.android.server.sip.SipWakeupTimer
+com.android.server.sip.SipWakeupTimer$MyEventComparator
+com.android.server.wifi.nano.WifiMetricsProto$AlertReasonCount
+com.android.server.wifi.nano.WifiMetricsProto$ConnectionEvent
+com.android.server.wifi.nano.WifiMetricsProto$RouterFingerPrint
+com.android.server.wifi.nano.WifiMetricsProto$RssiPollCount
+com.android.server.wifi.nano.WifiMetricsProto$SoftApDurationBucket
+com.android.server.wifi.nano.WifiMetricsProto$SoftApReturnCodeCount
+com.android.server.wifi.nano.WifiMetricsProto$StaEvent
+com.android.server.wifi.nano.WifiMetricsProto$StaEvent$ConfigInfo
+com.android.server.wifi.nano.WifiMetricsProto$WifiLog
+com.android.server.wifi.nano.WifiMetricsProto$WifiLog$ScanReturnEntry
+com.android.server.wifi.nano.WifiMetricsProto$WifiLog$WifiSystemStateEntry
+com.android.server.wifi.nano.WifiMetricsProto$WifiScoreCount
+com.android.server.wm.nano.WindowManagerProtos$TaskSnapshotProto
+com.google.android.collect.Lists
+com.google.android.collect.Maps
+com.google.android.collect.Sets
+com.google.android.gles_jni.EGLConfigImpl
+com.google.android.gles_jni.EGLContextImpl
+com.google.android.gles_jni.EGLDisplayImpl
+com.google.android.gles_jni.EGLImpl
+com.google.android.gles_jni.EGLSurfaceImpl
+com.google.android.gles_jni.GLImpl
+com.google.android.mms.MmsException
+dalvik.annotation.optimization.CriticalNative
+dalvik.annotation.optimization.FastNative
+dalvik.system.-$Lambda$xxvwQBVHC44UYbpcpA8j0sUqLOo
+dalvik.system.BaseDexClassLoader
+dalvik.system.BaseDexClassLoader$Reporter
+dalvik.system.BlockGuard
+dalvik.system.BlockGuard$1
+dalvik.system.BlockGuard$2
+dalvik.system.BlockGuard$BlockGuardPolicyException
+dalvik.system.BlockGuard$Policy
+dalvik.system.ClassExt
+dalvik.system.CloseGuard
+dalvik.system.CloseGuard$DefaultReporter
+dalvik.system.CloseGuard$DefaultTracker
+dalvik.system.CloseGuard$Reporter
+dalvik.system.CloseGuard$Tracker
+dalvik.system.DalvikLogHandler
+dalvik.system.DalvikLogging
+dalvik.system.DelegateLastClassLoader
+dalvik.system.DexClassLoader
+dalvik.system.DexFile
+dalvik.system.DexFile$DFEnum
+dalvik.system.DexPathList
+dalvik.system.DexPathList$Element
+dalvik.system.DexPathList$NativeLibraryElement
+dalvik.system.EmulatedStackFrame
+dalvik.system.EmulatedStackFrame$Range
+dalvik.system.PathClassLoader
+dalvik.system.SocketTagger
+dalvik.system.SocketTagger$1
+dalvik.system.VMDebug
+dalvik.system.VMRuntime
+dalvik.system.VMStack
+dalvik.system.ZygoteHooks
+java.io.Bits
+java.io.BufferedInputStream
+java.io.BufferedOutputStream
+java.io.BufferedReader
+java.io.BufferedWriter
+java.io.ByteArrayInputStream
+java.io.ByteArrayOutputStream
+java.io.CharArrayWriter
+java.io.Closeable
+java.io.Console
+java.io.DataInput
+java.io.DataInputStream
+java.io.DataOutput
+java.io.DataOutputStream
+java.io.DefaultFileSystem
+java.io.EOFException
+java.io.ExpiringCache
+java.io.ExpiringCache$1
+java.io.ExpiringCache$Entry
+java.io.Externalizable
+java.io.File
+java.io.File$PathStatus
+java.io.File$TempDirectory
+java.io.FileDescriptor
+java.io.FileDescriptor$1
+java.io.FileFilter
+java.io.FileInputStream
+java.io.FileInputStream$UseManualSkipException
+java.io.FileNotFoundException
+java.io.FileOutputStream
+java.io.FileReader
+java.io.FileSystem
+java.io.FileWriter
+java.io.FilenameFilter
+java.io.FilterInputStream
+java.io.FilterOutputStream
+java.io.FilterReader
+java.io.Flushable
+java.io.IOException
+java.io.InputStream
+java.io.InputStreamReader
+java.io.InterruptedIOException
+java.io.InvalidClassException
+java.io.InvalidObjectException
+java.io.ObjectInput
+java.io.ObjectInputStream
+java.io.ObjectInputStream$BlockDataInputStream
+java.io.ObjectInputStream$HandleTable
+java.io.ObjectInputStream$HandleTable$HandleList
+java.io.ObjectInputStream$PeekInputStream
+java.io.ObjectInputStream$ValidationList
+java.io.ObjectOutput
+java.io.ObjectOutputStream
+java.io.ObjectOutputStream$BlockDataOutputStream
+java.io.ObjectOutputStream$HandleTable
+java.io.ObjectOutputStream$PutField
+java.io.ObjectOutputStream$ReplaceTable
+java.io.ObjectStreamClass
+java.io.ObjectStreamClass$1
+java.io.ObjectStreamClass$2
+java.io.ObjectStreamClass$3
+java.io.ObjectStreamClass$4
+java.io.ObjectStreamClass$5
+java.io.ObjectStreamClass$Caches
+java.io.ObjectStreamClass$ClassDataSlot
+java.io.ObjectStreamClass$EntryFuture
+java.io.ObjectStreamClass$ExceptionInfo
+java.io.ObjectStreamClass$FieldReflector
+java.io.ObjectStreamClass$FieldReflectorKey
+java.io.ObjectStreamClass$MemberSignature
+java.io.ObjectStreamClass$WeakClassKey
+java.io.ObjectStreamConstants
+java.io.ObjectStreamException
+java.io.ObjectStreamField
+java.io.OutputStream
+java.io.OutputStreamWriter
+java.io.PrintStream
+java.io.PrintWriter
+java.io.PushbackInputStream
+java.io.PushbackReader
+java.io.RandomAccessFile
+java.io.Reader
+java.io.SequenceInputStream
+java.io.SerialCallbackContext
+java.io.Serializable
+java.io.SerializablePermission
+java.io.StreamCorruptedException
+java.io.StringReader
+java.io.StringWriter
+java.io.UnixFileSystem
+java.io.UnsupportedEncodingException
+java.io.Writer
+java.lang.-$Lambda$S9HjrJh0nDg7IyU6wZdPArnZWRQ
+java.lang.-$Lambda$S9HjrJh0nDg7IyU6wZdPArnZWRQ$1
+java.lang.AbstractMethodError
+java.lang.AbstractStringBuilder
+java.lang.AndroidHardcodedSystemProperties
+java.lang.Appendable
+java.lang.ArithmeticException
+java.lang.ArrayIndexOutOfBoundsException
+java.lang.ArrayStoreException
+java.lang.AssertionError
+java.lang.AutoCloseable
+java.lang.Boolean
+java.lang.BootClassLoader
+java.lang.Byte
+java.lang.Byte$ByteCache
+java.lang.CaseMapper
+java.lang.CaseMapper$1
+java.lang.CharSequence
+java.lang.CharSequence$1CharIterator
+java.lang.CharSequence$1CodePointIterator
+java.lang.Character
+java.lang.Character$CharacterCache
+java.lang.Character$Subset
+java.lang.Character$UnicodeBlock
+java.lang.Class
+java.lang.Class$Caches
+java.lang.ClassCastException
+java.lang.ClassLoader
+java.lang.ClassLoader$SystemClassLoader
+java.lang.ClassNotFoundException
+java.lang.CloneNotSupportedException
+java.lang.Cloneable
+java.lang.Comparable
+java.lang.Daemons
+java.lang.Daemons$Daemon
+java.lang.Daemons$FinalizerDaemon
+java.lang.Daemons$FinalizerWatchdogDaemon
+java.lang.Daemons$HeapTaskDaemon
+java.lang.Daemons$ReferenceQueueDaemon
+java.lang.Deprecated
+java.lang.DexCache
+java.lang.Double
+java.lang.Enum
+java.lang.Enum$1
+java.lang.EnumConstantNotPresentException
+java.lang.Error
+java.lang.Exception
+java.lang.ExceptionInInitializerError
+java.lang.Float
+java.lang.IllegalAccessError
+java.lang.IllegalAccessException
+java.lang.IllegalArgumentException
+java.lang.IllegalMonitorStateException
+java.lang.IllegalStateException
+java.lang.IllegalThreadStateException
+java.lang.IncompatibleClassChangeError
+java.lang.IndexOutOfBoundsException
+java.lang.InheritableThreadLocal
+java.lang.InstantiationError
+java.lang.InstantiationException
+java.lang.Integer
+java.lang.Integer$IntegerCache
+java.lang.InternalError
+java.lang.InterruptedException
+java.lang.Iterable
+java.lang.JavaLangAccess
+java.lang.LinkageError
+java.lang.Long
+java.lang.Long$LongCache
+java.lang.Math
+java.lang.Math$RandomNumberGeneratorHolder
+java.lang.NegativeArraySizeException
+java.lang.NoClassDefFoundError
+java.lang.NoSuchFieldError
+java.lang.NoSuchFieldException
+java.lang.NoSuchMethodError
+java.lang.NoSuchMethodException
+java.lang.NullPointerException
+java.lang.Number
+java.lang.NumberFormatException
+java.lang.Object
+java.lang.OutOfMemoryError
+java.lang.Package
+java.lang.Process
+java.lang.ProcessBuilder
+java.lang.ProcessEnvironment
+java.lang.ProcessEnvironment$ExternalData
+java.lang.ProcessEnvironment$StringEnvironment
+java.lang.ProcessEnvironment$Value
+java.lang.ProcessEnvironment$Variable
+java.lang.Readable
+java.lang.ReflectiveOperationException
+java.lang.Runnable
+java.lang.Runtime
+java.lang.RuntimeException
+java.lang.RuntimePermission
+java.lang.SecurityException
+java.lang.SecurityManager
+java.lang.Short
+java.lang.Short$ShortCache
+java.lang.StackOverflowError
+java.lang.StackTraceElement
+java.lang.StrictMath
+java.lang.String
+java.lang.String$CaseInsensitiveComparator
+java.lang.StringBuffer
+java.lang.StringBuilder
+java.lang.StringFactory
+java.lang.StringIndexOutOfBoundsException
+java.lang.System
+java.lang.System$PropertiesWithNonOverrideableDefaults
+java.lang.Thread
+java.lang.Thread$1
+java.lang.Thread$Caches
+java.lang.Thread$State
+java.lang.Thread$UncaughtExceptionHandler
+java.lang.Thread$WeakClassKey
+java.lang.ThreadDeath
+java.lang.ThreadGroup
+java.lang.ThreadLocal
+java.lang.ThreadLocal$SuppliedThreadLocal
+java.lang.ThreadLocal$ThreadLocalMap
+java.lang.ThreadLocal$ThreadLocalMap$Entry
+java.lang.Throwable
+java.lang.Throwable$PrintStreamOrWriter
+java.lang.Throwable$SentinelHolder
+java.lang.Throwable$WrappedPrintStream
+java.lang.Throwable$WrappedPrintWriter
+java.lang.TypeNotPresentException
+java.lang.UNIXProcess
+java.lang.UNIXProcess$1
+java.lang.UNIXProcess$ProcessReaperThreadFactory
+java.lang.UNIXProcess$ProcessReaperThreadFactory$1
+java.lang.UnsatisfiedLinkError
+java.lang.UnsupportedOperationException
+java.lang.VMClassLoader
+java.lang.VerifyError
+java.lang.VirtualMachineError
+java.lang.Void
+java.lang.annotation.Annotation
+java.lang.annotation.AnnotationTypeMismatchException
+java.lang.annotation.IncompleteAnnotationException
+java.lang.annotation.Inherited
+java.lang.annotation.Retention
+java.lang.annotation.Target
+java.lang.invoke.CallSite
+java.lang.invoke.ConstantCallSite
+java.lang.invoke.MethodHandle
+java.lang.invoke.MethodHandleImpl
+java.lang.invoke.MethodHandleImpl$HandleInfo
+java.lang.invoke.MethodHandleInfo
+java.lang.invoke.MethodHandleStatics
+java.lang.invoke.MethodHandles
+java.lang.invoke.MethodHandles$Lookup
+java.lang.invoke.MethodType
+java.lang.invoke.MethodType$ConcurrentWeakInternSet
+java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
+java.lang.invoke.MethodTypeForm
+java.lang.invoke.Transformers$AlwaysThrow
+java.lang.invoke.Transformers$BindTo
+java.lang.invoke.Transformers$CatchException
+java.lang.invoke.Transformers$CollectArguments
+java.lang.invoke.Transformers$Collector
+java.lang.invoke.Transformers$Constant
+java.lang.invoke.Transformers$Construct
+java.lang.invoke.Transformers$DropArguments
+java.lang.invoke.Transformers$ExplicitCastArguments
+java.lang.invoke.Transformers$FilterArguments
+java.lang.invoke.Transformers$FilterReturnValue
+java.lang.invoke.Transformers$FoldArguments
+java.lang.invoke.Transformers$GuardWithTest
+java.lang.invoke.Transformers$InsertArguments
+java.lang.invoke.Transformers$Invoker
+java.lang.invoke.Transformers$PermuteArguments
+java.lang.invoke.Transformers$ReferenceArrayElementGetter
+java.lang.invoke.Transformers$ReferenceArrayElementSetter
+java.lang.invoke.Transformers$ReferenceIdentity
+java.lang.invoke.Transformers$Spreader
+java.lang.invoke.Transformers$Transformer
+java.lang.invoke.Transformers$VarargsCollector
+java.lang.invoke.WrongMethodTypeException
+java.lang.ref.FinalizerReference
+java.lang.ref.FinalizerReference$Sentinel
+java.lang.ref.PhantomReference
+java.lang.ref.Reference
+java.lang.ref.ReferenceQueue
+java.lang.ref.SoftReference
+java.lang.ref.WeakReference
+java.lang.reflect.AccessibleObject
+java.lang.reflect.AnnotatedElement
+java.lang.reflect.Array
+java.lang.reflect.Constructor
+java.lang.reflect.Executable
+java.lang.reflect.Executable$GenericInfo
+java.lang.reflect.Field
+java.lang.reflect.GenericArrayType
+java.lang.reflect.GenericDeclaration
+java.lang.reflect.InvocationHandler
+java.lang.reflect.InvocationTargetException
+java.lang.reflect.MalformedParametersException
+java.lang.reflect.Member
+java.lang.reflect.Method
+java.lang.reflect.Method$1
+java.lang.reflect.Modifier
+java.lang.reflect.Parameter
+java.lang.reflect.ParameterizedType
+java.lang.reflect.Proxy
+java.lang.reflect.Proxy$1
+java.lang.reflect.Proxy$Key1
+java.lang.reflect.Proxy$Key2
+java.lang.reflect.Proxy$KeyFactory
+java.lang.reflect.Proxy$KeyX
+java.lang.reflect.Proxy$ProxyClassFactory
+java.lang.reflect.Type
+java.lang.reflect.TypeVariable
+java.lang.reflect.UndeclaredThrowableException
+java.lang.reflect.WeakCache
+java.lang.reflect.WeakCache$CacheKey
+java.lang.reflect.WeakCache$CacheValue
+java.lang.reflect.WeakCache$Factory
+java.lang.reflect.WeakCache$LookupValue
+java.lang.reflect.WeakCache$Value
+java.lang.reflect.WildcardType
+java.math.BigDecimal
+java.math.BigInt
+java.math.BigInteger
+java.math.Conversion
+java.math.Division
+java.math.MathContext
+java.math.Multiplication
+java.math.NativeBN
+java.math.RoundingMode
+java.net.AbstractPlainDatagramSocketImpl
+java.net.AbstractPlainSocketImpl
+java.net.AddressCache
+java.net.AddressCache$AddressCacheEntry
+java.net.AddressCache$AddressCacheKey
+java.net.ConnectException
+java.net.CookieHandler
+java.net.CookieManager
+java.net.CookiePolicy
+java.net.CookiePolicy$1
+java.net.CookiePolicy$2
+java.net.CookiePolicy$3
+java.net.CookieStore
+java.net.DatagramPacket
+java.net.DatagramSocket
+java.net.DatagramSocket$1
+java.net.DatagramSocketImpl
+java.net.DefaultDatagramSocketImplFactory
+java.net.DefaultFileNameMap
+java.net.DefaultInterface
+java.net.FileNameMap
+java.net.HttpURLConnection
+java.net.IDN
+java.net.InMemoryCookieStore
+java.net.Inet4Address
+java.net.Inet6Address
+java.net.Inet6Address$Inet6AddressHolder
+java.net.Inet6AddressImpl
+java.net.InetAddress
+java.net.InetAddress$1
+java.net.InetAddress$InetAddressHolder
+java.net.InetAddressImpl
+java.net.InetSocketAddress
+java.net.InetSocketAddress$InetSocketAddressHolder
+java.net.InterfaceAddress
+java.net.JarURLConnection
+java.net.MalformedURLException
+java.net.MulticastSocket
+java.net.NetworkInterface
+java.net.NetworkInterface$1checkedAddresses
+java.net.NoRouteToHostException
+java.net.Parts
+java.net.PlainDatagramSocketImpl
+java.net.PlainSocketImpl
+java.net.PortUnreachableException
+java.net.ProtocolException
+java.net.ProtocolFamily
+java.net.Proxy
+java.net.Proxy$Type
+java.net.ProxySelector
+java.net.ResponseCache
+java.net.ServerSocket
+java.net.Socket
+java.net.Socket$1
+java.net.Socket$2
+java.net.Socket$3
+java.net.SocketAddress
+java.net.SocketException
+java.net.SocketImpl
+java.net.SocketInputStream
+java.net.SocketOptions
+java.net.SocketOutputStream
+java.net.SocketTimeoutException
+java.net.SocksConsts
+java.net.SocksSocketImpl
+java.net.StandardProtocolFamily
+java.net.URI
+java.net.URI$Parser
+java.net.URISyntaxException
+java.net.URL
+java.net.URLConnection
+java.net.URLDecoder
+java.net.URLEncoder
+java.net.URLStreamHandler
+java.net.URLStreamHandlerFactory
+java.net.UnknownHostException
+java.net.UnknownServiceException
+java.nio.Bits
+java.nio.Buffer
+java.nio.BufferOverflowException
+java.nio.BufferUnderflowException
+java.nio.ByteBuffer
+java.nio.ByteBufferAsCharBuffer
+java.nio.ByteBufferAsDoubleBuffer
+java.nio.ByteBufferAsFloatBuffer
+java.nio.ByteBufferAsIntBuffer
+java.nio.ByteBufferAsLongBuffer
+java.nio.ByteBufferAsShortBuffer
+java.nio.ByteOrder
+java.nio.CharBuffer
+java.nio.DirectByteBuffer
+java.nio.DirectByteBuffer$MemoryRef
+java.nio.DoubleBuffer
+java.nio.FloatBuffer
+java.nio.HeapByteBuffer
+java.nio.HeapCharBuffer
+java.nio.IntBuffer
+java.nio.InvalidMarkException
+java.nio.LongBuffer
+java.nio.MappedByteBuffer
+java.nio.NIOAccess
+java.nio.NioUtils
+java.nio.ReadOnlyBufferException
+java.nio.ShortBuffer
+java.nio.StringCharBuffer
+java.nio.channels.AsynchronousCloseException
+java.nio.channels.ByteChannel
+java.nio.channels.CancelledKeyException
+java.nio.channels.Channel
+java.nio.channels.Channels
+java.nio.channels.Channels$1
+java.nio.channels.ClosedByInterruptException
+java.nio.channels.ClosedChannelException
+java.nio.channels.DatagramChannel
+java.nio.channels.FileChannel
+java.nio.channels.FileChannel$MapMode
+java.nio.channels.FileLock
+java.nio.channels.GatheringByteChannel
+java.nio.channels.InterruptibleChannel
+java.nio.channels.MulticastChannel
+java.nio.channels.NetworkChannel
+java.nio.channels.NonWritableChannelException
+java.nio.channels.OverlappingFileLockException
+java.nio.channels.ReadableByteChannel
+java.nio.channels.ScatteringByteChannel
+java.nio.channels.SeekableByteChannel
+java.nio.channels.SelectableChannel
+java.nio.channels.SelectionKey
+java.nio.channels.Selector
+java.nio.channels.ServerSocketChannel
+java.nio.channels.SocketChannel
+java.nio.channels.WritableByteChannel
+java.nio.channels.spi.AbstractInterruptibleChannel
+java.nio.channels.spi.AbstractInterruptibleChannel$1
+java.nio.channels.spi.AbstractSelectableChannel
+java.nio.channels.spi.AbstractSelectionKey
+java.nio.channels.spi.AbstractSelector
+java.nio.channels.spi.AbstractSelector$1
+java.nio.channels.spi.SelectorProvider
+java.nio.channels.spi.SelectorProvider$1
+java.nio.charset.CharacterCodingException
+java.nio.charset.Charset
+java.nio.charset.CharsetDecoder
+java.nio.charset.CharsetDecoderICU
+java.nio.charset.CharsetEncoder
+java.nio.charset.CharsetEncoderICU
+java.nio.charset.CharsetICU
+java.nio.charset.CoderResult
+java.nio.charset.CoderResult$1
+java.nio.charset.CoderResult$2
+java.nio.charset.CoderResult$Cache
+java.nio.charset.CodingErrorAction
+java.nio.charset.IllegalCharsetNameException
+java.nio.charset.StandardCharsets
+java.nio.charset.UnsupportedCharsetException
+java.nio.file.AccessMode
+java.nio.file.CopyOption
+java.nio.file.FileAlreadyExistsException
+java.nio.file.FileSystem
+java.nio.file.FileSystemException
+java.nio.file.FileSystems
+java.nio.file.FileSystems$DefaultFileSystemHolder
+java.nio.file.FileSystems$DefaultFileSystemHolder$1
+java.nio.file.Files
+java.nio.file.LinkOption
+java.nio.file.NoSuchFileException
+java.nio.file.OpenOption
+java.nio.file.Path
+java.nio.file.Paths
+java.nio.file.StandardOpenOption
+java.nio.file.Watchable
+java.nio.file.attribute.AttributeView
+java.nio.file.attribute.BasicFileAttributeView
+java.nio.file.attribute.BasicFileAttributes
+java.nio.file.attribute.FileAttribute
+java.nio.file.attribute.FileAttributeView
+java.nio.file.attribute.PosixFileAttributes
+java.nio.file.spi.FileSystemProvider
+java.security.AccessControlContext
+java.security.AccessControlException
+java.security.AccessController
+java.security.AlgorithmConstraints
+java.security.AlgorithmParameters
+java.security.AlgorithmParametersSpi
+java.security.BasicPermission
+java.security.CodeSigner
+java.security.CryptoPrimitive
+java.security.DigestException
+java.security.GeneralSecurityException
+java.security.Guard
+java.security.InvalidAlgorithmParameterException
+java.security.InvalidKeyException
+java.security.InvalidParameterException
+java.security.Key
+java.security.KeyException
+java.security.KeyFactory
+java.security.KeyFactorySpi
+java.security.KeyManagementException
+java.security.KeyPair
+java.security.KeyPairGenerator
+java.security.KeyPairGeneratorSpi
+java.security.KeyStore
+java.security.KeyStore$1
+java.security.KeyStoreException
+java.security.KeyStoreSpi
+java.security.MessageDigest
+java.security.MessageDigest$Delegate
+java.security.MessageDigestSpi
+java.security.NoSuchAlgorithmException
+java.security.NoSuchProviderException
+java.security.Permission
+java.security.PermissionCollection
+java.security.Permissions
+java.security.Principal
+java.security.PrivateKey
+java.security.PrivilegedAction
+java.security.PrivilegedActionException
+java.security.PrivilegedExceptionAction
+java.security.ProtectionDomain
+java.security.Provider
+java.security.Provider$EngineDescription
+java.security.Provider$Service
+java.security.Provider$ServiceKey
+java.security.Provider$UString
+java.security.PublicKey
+java.security.SecureRandom
+java.security.SecureRandomSpi
+java.security.Security
+java.security.Signature
+java.security.Signature$Delegate
+java.security.SignatureException
+java.security.SignatureSpi
+java.security.UnrecoverableEntryException
+java.security.UnrecoverableKeyException
+java.security.cert.CRL
+java.security.cert.CRLException
+java.security.cert.CRLReason
+java.security.cert.CertPath
+java.security.cert.CertPathBuilderException
+java.security.cert.CertPathChecker
+java.security.cert.CertPathHelperImpl
+java.security.cert.CertPathParameters
+java.security.cert.CertPathValidator
+java.security.cert.CertPathValidatorException
+java.security.cert.CertPathValidatorResult
+java.security.cert.CertPathValidatorSpi
+java.security.cert.CertSelector
+java.security.cert.CertStore
+java.security.cert.CertStoreException
+java.security.cert.CertStoreParameters
+java.security.cert.CertStoreSpi
+java.security.cert.Certificate
+java.security.cert.CertificateEncodingException
+java.security.cert.CertificateException
+java.security.cert.CertificateExpiredException
+java.security.cert.CertificateFactory
+java.security.cert.CertificateFactorySpi
+java.security.cert.CertificateNotYetValidException
+java.security.cert.CertificateParsingException
+java.security.cert.CollectionCertStoreParameters
+java.security.cert.Extension
+java.security.cert.PKIXCertPathChecker
+java.security.cert.PKIXCertPathValidatorResult
+java.security.cert.PKIXParameters
+java.security.cert.PKIXRevocationChecker
+java.security.cert.PKIXRevocationChecker$Option
+java.security.cert.PolicyNode
+java.security.cert.PolicyQualifierInfo
+java.security.cert.TrustAnchor
+java.security.cert.X509CertSelector
+java.security.cert.X509Certificate
+java.security.cert.X509Extension
+java.security.interfaces.DSAKey
+java.security.interfaces.DSAPublicKey
+java.security.interfaces.ECKey
+java.security.interfaces.ECPrivateKey
+java.security.interfaces.ECPublicKey
+java.security.interfaces.RSAKey
+java.security.interfaces.RSAPrivateKey
+java.security.interfaces.RSAPublicKey
+java.security.spec.AlgorithmParameterSpec
+java.security.spec.ECField
+java.security.spec.ECFieldFp
+java.security.spec.ECGenParameterSpec
+java.security.spec.ECParameterSpec
+java.security.spec.ECPoint
+java.security.spec.ECPrivateKeySpec
+java.security.spec.ECPublicKeySpec
+java.security.spec.EllipticCurve
+java.security.spec.EncodedKeySpec
+java.security.spec.InvalidKeySpecException
+java.security.spec.InvalidParameterSpecException
+java.security.spec.KeySpec
+java.security.spec.MGF1ParameterSpec
+java.security.spec.PKCS8EncodedKeySpec
+java.security.spec.RSAPrivateCrtKeySpec
+java.security.spec.RSAPrivateKeySpec
+java.security.spec.RSAPublicKeySpec
+java.security.spec.X509EncodedKeySpec
+java.sql.Timestamp
+java.text.AttributedCharacterIterator$Attribute
+java.text.Bidi
+java.text.BreakIterator
+java.text.CalendarBuilder
+java.text.CharacterIterator
+java.text.CollationKey
+java.text.Collator
+java.text.DateFormat
+java.text.DateFormat$Field
+java.text.DateFormatSymbols
+java.text.DecimalFormat
+java.text.DecimalFormatSymbols
+java.text.DontCareFieldPosition
+java.text.DontCareFieldPosition$1
+java.text.FieldPosition
+java.text.FieldPosition$Delegate
+java.text.Format
+java.text.Format$Field
+java.text.Format$FieldDelegate
+java.text.IcuIteratorWrapper
+java.text.MessageFormat
+java.text.MessageFormat$Field
+java.text.Normalizer
+java.text.Normalizer$Form
+java.text.NumberFormat
+java.text.ParseException
+java.text.ParsePosition
+java.text.RuleBasedCollator
+java.text.SimpleDateFormat
+java.text.StringCharacterIterator
+java.time.DateTimeException
+java.time.format.DateTimeParseException
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$1
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$2
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$3
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$4
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$5
+java.util.-$Lambda$Hazqao1eYCE_pmZR5Jlrc2GvLhk
+java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw
+java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$1
+java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$2
+java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$3
+java.util.AbstractCollection
+java.util.AbstractList
+java.util.AbstractList$Itr
+java.util.AbstractList$ListItr
+java.util.AbstractMap
+java.util.AbstractMap$1
+java.util.AbstractMap$2
+java.util.AbstractMap$2$1
+java.util.AbstractMap$SimpleEntry
+java.util.AbstractMap$SimpleImmutableEntry
+java.util.AbstractQueue
+java.util.AbstractSequentialList
+java.util.AbstractSet
+java.util.ArrayDeque
+java.util.ArrayDeque$DeqIterator
+java.util.ArrayDeque$DescendingIterator
+java.util.ArrayList
+java.util.ArrayList$ArrayListSpliterator
+java.util.ArrayList$Itr
+java.util.ArrayList$ListItr
+java.util.ArrayList$SubList
+java.util.ArrayList$SubList$1
+java.util.ArrayPrefixHelpers$CumulateTask
+java.util.ArrayPrefixHelpers$DoubleCumulateTask
+java.util.ArrayPrefixHelpers$IntCumulateTask
+java.util.ArrayPrefixHelpers$LongCumulateTask
+java.util.Arrays
+java.util.Arrays$ArrayList
+java.util.Arrays$NaturalOrder
+java.util.ArraysParallelSortHelpers$FJByte$Sorter
+java.util.ArraysParallelSortHelpers$FJChar$Sorter
+java.util.ArraysParallelSortHelpers$FJDouble$Sorter
+java.util.ArraysParallelSortHelpers$FJFloat$Sorter
+java.util.ArraysParallelSortHelpers$FJInt$Sorter
+java.util.ArraysParallelSortHelpers$FJLong$Sorter
+java.util.ArraysParallelSortHelpers$FJObject$Sorter
+java.util.ArraysParallelSortHelpers$FJShort$Sorter
+java.util.Base64
+java.util.Base64$Decoder
+java.util.Base64$Encoder
+java.util.BitSet
+java.util.Calendar
+java.util.Collection
+java.util.Collections
+java.util.Collections$1
+java.util.Collections$2
+java.util.Collections$3
+java.util.Collections$AsLIFOQueue
+java.util.Collections$CheckedCollection
+java.util.Collections$CheckedList
+java.util.Collections$CheckedMap
+java.util.Collections$CheckedNavigableMap
+java.util.Collections$CheckedNavigableSet
+java.util.Collections$CheckedQueue
+java.util.Collections$CheckedRandomAccessList
+java.util.Collections$CheckedSet
+java.util.Collections$CheckedSortedMap
+java.util.Collections$CheckedSortedSet
+java.util.Collections$CopiesList
+java.util.Collections$EmptyEnumeration
+java.util.Collections$EmptyIterator
+java.util.Collections$EmptyList
+java.util.Collections$EmptyListIterator
+java.util.Collections$EmptyMap
+java.util.Collections$EmptySet
+java.util.Collections$ReverseComparator
+java.util.Collections$ReverseComparator2
+java.util.Collections$SetFromMap
+java.util.Collections$SingletonList
+java.util.Collections$SingletonMap
+java.util.Collections$SingletonSet
+java.util.Collections$SynchronizedCollection
+java.util.Collections$SynchronizedList
+java.util.Collections$SynchronizedMap
+java.util.Collections$SynchronizedNavigableMap
+java.util.Collections$SynchronizedNavigableSet
+java.util.Collections$SynchronizedRandomAccessList
+java.util.Collections$SynchronizedSet
+java.util.Collections$SynchronizedSortedMap
+java.util.Collections$SynchronizedSortedSet
+java.util.Collections$UnmodifiableCollection
+java.util.Collections$UnmodifiableCollection$1
+java.util.Collections$UnmodifiableList
+java.util.Collections$UnmodifiableList$1
+java.util.Collections$UnmodifiableMap
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
+java.util.Collections$UnmodifiableNavigableMap
+java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap
+java.util.Collections$UnmodifiableNavigableSet
+java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet
+java.util.Collections$UnmodifiableRandomAccessList
+java.util.Collections$UnmodifiableSet
+java.util.Collections$UnmodifiableSortedMap
+java.util.Collections$UnmodifiableSortedSet
+java.util.ComparableTimSort
+java.util.Comparator
+java.util.Comparators$NaturalOrderComparator
+java.util.Comparators$NullComparator
+java.util.ConcurrentModificationException
+java.util.Currency
+java.util.Date
+java.util.Deque
+java.util.Dictionary
+java.util.DualPivotQuicksort
+java.util.EmptyStackException
+java.util.EnumMap
+java.util.EnumMap$1
+java.util.EnumMap$EntryIterator
+java.util.EnumMap$EntryIterator$Entry
+java.util.EnumMap$EntrySet
+java.util.EnumMap$EnumMapIterator
+java.util.EnumMap$KeyIterator
+java.util.EnumMap$KeySet
+java.util.EnumMap$ValueIterator
+java.util.EnumMap$Values
+java.util.EnumSet
+java.util.EnumSet$SerializationProxy
+java.util.Enumeration
+java.util.EventListener
+java.util.FormatFlagsConversionMismatchException
+java.util.Formattable
+java.util.Formatter
+java.util.Formatter$Conversion
+java.util.Formatter$DateTime
+java.util.Formatter$FixedString
+java.util.Formatter$Flags
+java.util.Formatter$FormatSpecifier
+java.util.Formatter$FormatSpecifierParser
+java.util.Formatter$FormatString
+java.util.FormatterClosedException
+java.util.GregorianCalendar
+java.util.HashMap
+java.util.HashMap$EntryIterator
+java.util.HashMap$EntrySet
+java.util.HashMap$HashIterator
+java.util.HashMap$KeyIterator
+java.util.HashMap$KeySet
+java.util.HashMap$Node
+java.util.HashMap$TreeNode
+java.util.HashMap$ValueIterator
+java.util.HashMap$Values
+java.util.HashSet
+java.util.Hashtable
+java.util.Hashtable$EntrySet
+java.util.Hashtable$Enumerator
+java.util.Hashtable$HashtableEntry
+java.util.Hashtable$KeySet
+java.util.Hashtable$ValueCollection
+java.util.IdentityHashMap
+java.util.IdentityHashMap$EntryIterator
+java.util.IdentityHashMap$EntryIterator$Entry
+java.util.IdentityHashMap$EntrySet
+java.util.IdentityHashMap$IdentityHashMapIterator
+java.util.IdentityHashMap$KeyIterator
+java.util.IdentityHashMap$KeySet
+java.util.IdentityHashMap$ValueIterator
+java.util.IdentityHashMap$Values
+java.util.IllegalFormatException
+java.util.IllformedLocaleException
+java.util.Iterator
+java.util.JumboEnumSet
+java.util.JumboEnumSet$EnumSetIterator
+java.util.LinkedHashMap
+java.util.LinkedHashMap$LinkedEntryIterator
+java.util.LinkedHashMap$LinkedEntrySet
+java.util.LinkedHashMap$LinkedHashIterator
+java.util.LinkedHashMap$LinkedHashMapEntry
+java.util.LinkedHashMap$LinkedKeyIterator
+java.util.LinkedHashMap$LinkedKeySet
+java.util.LinkedHashMap$LinkedValueIterator
+java.util.LinkedHashMap$LinkedValues
+java.util.LinkedHashSet
+java.util.LinkedList
+java.util.LinkedList$DescendingIterator
+java.util.LinkedList$ListItr
+java.util.LinkedList$Node
+java.util.List
+java.util.ListIterator
+java.util.Locale
+java.util.Locale$Builder
+java.util.Locale$Cache
+java.util.Locale$Category
+java.util.Locale$FilteringMode
+java.util.Locale$LanguageRange
+java.util.Locale$LocaleKey
+java.util.Locale$NoImagePreloadHolder
+java.util.Map
+java.util.Map$Entry
+java.util.MissingFormatArgumentException
+java.util.MissingResourceException
+java.util.NavigableMap
+java.util.NavigableSet
+java.util.NoSuchElementException
+java.util.Objects
+java.util.Observable
+java.util.Observer
+java.util.Optional
+java.util.PrimitiveIterator
+java.util.PrimitiveIterator$OfInt
+java.util.PriorityQueue
+java.util.PriorityQueue$Itr
+java.util.Properties
+java.util.Properties$LineReader
+java.util.PropertyResourceBundle
+java.util.Queue
+java.util.Random
+java.util.RandomAccess
+java.util.RandomAccessSubList
+java.util.RegularEnumSet
+java.util.RegularEnumSet$EnumSetIterator
+java.util.ResourceBundle
+java.util.ResourceBundle$1
+java.util.ResourceBundle$BundleReference
+java.util.ResourceBundle$CacheKey
+java.util.ResourceBundle$CacheKeyReference
+java.util.ResourceBundle$Control
+java.util.ResourceBundle$Control$1
+java.util.ResourceBundle$Control$CandidateListCache
+java.util.ResourceBundle$LoaderReference
+java.util.Scanner
+java.util.Scanner$1
+java.util.ServiceConfigurationError
+java.util.ServiceLoader
+java.util.ServiceLoader$1
+java.util.ServiceLoader$LazyIterator
+java.util.Set
+java.util.SimpleTimeZone
+java.util.SortedMap
+java.util.SortedSet
+java.util.Spliterator
+java.util.Spliterator$OfDouble
+java.util.Spliterator$OfInt
+java.util.Spliterator$OfLong
+java.util.Spliterator$OfPrimitive
+java.util.Spliterators
+java.util.Spliterators$EmptySpliterator
+java.util.Spliterators$EmptySpliterator$OfDouble
+java.util.Spliterators$EmptySpliterator$OfInt
+java.util.Spliterators$EmptySpliterator$OfLong
+java.util.Spliterators$EmptySpliterator$OfRef
+java.util.Spliterators$IntArraySpliterator
+java.util.Spliterators$IteratorSpliterator
+java.util.Stack
+java.util.StringJoiner
+java.util.StringTokenizer
+java.util.SubList
+java.util.SubList$1
+java.util.TaskQueue
+java.util.TimSort
+java.util.TimeZone
+java.util.Timer
+java.util.Timer$1
+java.util.TimerTask
+java.util.TimerThread
+java.util.TreeMap
+java.util.TreeMap$AscendingSubMap
+java.util.TreeMap$AscendingSubMap$AscendingEntrySetView
+java.util.TreeMap$EntryIterator
+java.util.TreeMap$EntrySet
+java.util.TreeMap$KeyIterator
+java.util.TreeMap$KeySet
+java.util.TreeMap$NavigableSubMap
+java.util.TreeMap$NavigableSubMap$EntrySetView
+java.util.TreeMap$NavigableSubMap$SubMapEntryIterator
+java.util.TreeMap$NavigableSubMap$SubMapIterator
+java.util.TreeMap$NavigableSubMap$SubMapKeyIterator
+java.util.TreeMap$PrivateEntryIterator
+java.util.TreeMap$TreeMapEntry
+java.util.TreeMap$ValueIterator
+java.util.TreeMap$Values
+java.util.TreeSet
+java.util.UUID
+java.util.UUID$Holder
+java.util.UnknownFormatConversionException
+java.util.Vector
+java.util.Vector$1
+java.util.Vector$Itr
+java.util.WeakHashMap
+java.util.WeakHashMap$Entry
+java.util.WeakHashMap$EntrySet
+java.util.WeakHashMap$HashIterator
+java.util.WeakHashMap$KeyIterator
+java.util.WeakHashMap$KeySet
+java.util.WeakHashMap$ValueIterator
+java.util.WeakHashMap$Values
+java.util.concurrent.-$Lambda$xR9BLpu6SifNikvFgr4lEiECBsk
+java.util.concurrent.AbstractExecutorService
+java.util.concurrent.ArrayBlockingQueue
+java.util.concurrent.BlockingDeque
+java.util.concurrent.BlockingQueue
+java.util.concurrent.Callable
+java.util.concurrent.CancellationException
+java.util.concurrent.CompletableFuture
+java.util.concurrent.CompletableFuture$AltResult
+java.util.concurrent.CompletableFuture$AsynchronousCompletionTask
+java.util.concurrent.CompletableFuture$Completion
+java.util.concurrent.CompletionStage
+java.util.concurrent.ConcurrentHashMap
+java.util.concurrent.ConcurrentHashMap$BaseIterator
+java.util.concurrent.ConcurrentHashMap$BulkTask
+java.util.concurrent.ConcurrentHashMap$CollectionView
+java.util.concurrent.ConcurrentHashMap$CounterCell
+java.util.concurrent.ConcurrentHashMap$EntryIterator
+java.util.concurrent.ConcurrentHashMap$EntrySetView
+java.util.concurrent.ConcurrentHashMap$ForEachEntryTask
+java.util.concurrent.ConcurrentHashMap$ForEachKeyTask
+java.util.concurrent.ConcurrentHashMap$ForEachMappingTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask
+java.util.concurrent.ConcurrentHashMap$ForEachValueTask
+java.util.concurrent.ConcurrentHashMap$ForwardingNode
+java.util.concurrent.ConcurrentHashMap$KeyIterator
+java.util.concurrent.ConcurrentHashMap$KeySetView
+java.util.concurrent.ConcurrentHashMap$KeySpliterator
+java.util.concurrent.ConcurrentHashMap$MapEntry
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask
+java.util.concurrent.ConcurrentHashMap$Node
+java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask
+java.util.concurrent.ConcurrentHashMap$ReduceKeysTask
+java.util.concurrent.ConcurrentHashMap$ReduceValuesTask
+java.util.concurrent.ConcurrentHashMap$ReservationNode
+java.util.concurrent.ConcurrentHashMap$SearchEntriesTask
+java.util.concurrent.ConcurrentHashMap$SearchKeysTask
+java.util.concurrent.ConcurrentHashMap$SearchMappingsTask
+java.util.concurrent.ConcurrentHashMap$SearchValuesTask
+java.util.concurrent.ConcurrentHashMap$Segment
+java.util.concurrent.ConcurrentHashMap$Traverser
+java.util.concurrent.ConcurrentHashMap$TreeBin
+java.util.concurrent.ConcurrentHashMap$TreeNode
+java.util.concurrent.ConcurrentHashMap$ValueIterator
+java.util.concurrent.ConcurrentHashMap$ValuesView
+java.util.concurrent.ConcurrentLinkedDeque
+java.util.concurrent.ConcurrentLinkedDeque$Node
+java.util.concurrent.ConcurrentLinkedQueue
+java.util.concurrent.ConcurrentLinkedQueue$Itr
+java.util.concurrent.ConcurrentLinkedQueue$Node
+java.util.concurrent.ConcurrentMap
+java.util.concurrent.ConcurrentNavigableMap
+java.util.concurrent.ConcurrentSkipListMap
+java.util.concurrent.ConcurrentSkipListMap$HeadIndex
+java.util.concurrent.ConcurrentSkipListMap$Index
+java.util.concurrent.ConcurrentSkipListMap$Iter
+java.util.concurrent.ConcurrentSkipListMap$Node
+java.util.concurrent.ConcurrentSkipListMap$ValueIterator
+java.util.concurrent.ConcurrentSkipListMap$Values
+java.util.concurrent.CopyOnWriteArrayList
+java.util.concurrent.CopyOnWriteArrayList$COWIterator
+java.util.concurrent.CopyOnWriteArraySet
+java.util.concurrent.CountDownLatch
+java.util.concurrent.CountDownLatch$Sync
+java.util.concurrent.CountedCompleter
+java.util.concurrent.DelayQueue
+java.util.concurrent.Delayed
+java.util.concurrent.ExecutionException
+java.util.concurrent.Executor
+java.util.concurrent.ExecutorService
+java.util.concurrent.Executors
+java.util.concurrent.Executors$DefaultThreadFactory
+java.util.concurrent.Executors$DelegatedExecutorService
+java.util.concurrent.Executors$DelegatedScheduledExecutorService
+java.util.concurrent.Executors$FinalizableDelegatedExecutorService
+java.util.concurrent.Executors$RunnableAdapter
+java.util.concurrent.ForkJoinPool
+java.util.concurrent.ForkJoinPool$1
+java.util.concurrent.ForkJoinPool$DefaultForkJoinWorkerThreadFactory
+java.util.concurrent.ForkJoinPool$ForkJoinWorkerThreadFactory
+java.util.concurrent.ForkJoinTask
+java.util.concurrent.ForkJoinTask$ExceptionNode
+java.util.concurrent.Future
+java.util.concurrent.FutureTask
+java.util.concurrent.FutureTask$WaitNode
+java.util.concurrent.LinkedBlockingDeque
+java.util.concurrent.LinkedBlockingDeque$AbstractItr
+java.util.concurrent.LinkedBlockingDeque$Itr
+java.util.concurrent.LinkedBlockingDeque$Node
+java.util.concurrent.LinkedBlockingQueue
+java.util.concurrent.LinkedBlockingQueue$Itr
+java.util.concurrent.LinkedBlockingQueue$Node
+java.util.concurrent.PriorityBlockingQueue
+java.util.concurrent.RejectedExecutionException
+java.util.concurrent.RejectedExecutionHandler
+java.util.concurrent.RunnableFuture
+java.util.concurrent.RunnableScheduledFuture
+java.util.concurrent.ScheduledExecutorService
+java.util.concurrent.ScheduledFuture
+java.util.concurrent.ScheduledThreadPoolExecutor
+java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
+java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
+java.util.concurrent.Semaphore
+java.util.concurrent.Semaphore$NonfairSync
+java.util.concurrent.Semaphore$Sync
+java.util.concurrent.SynchronousQueue
+java.util.concurrent.SynchronousQueue$TransferQueue
+java.util.concurrent.SynchronousQueue$TransferStack
+java.util.concurrent.SynchronousQueue$TransferStack$SNode
+java.util.concurrent.SynchronousQueue$Transferer
+java.util.concurrent.ThreadFactory
+java.util.concurrent.ThreadLocalRandom
+java.util.concurrent.ThreadLocalRandom$1
+java.util.concurrent.ThreadPoolExecutor
+java.util.concurrent.ThreadPoolExecutor$AbortPolicy
+java.util.concurrent.ThreadPoolExecutor$DiscardOldestPolicy
+java.util.concurrent.ThreadPoolExecutor$DiscardPolicy
+java.util.concurrent.ThreadPoolExecutor$Worker
+java.util.concurrent.TimeUnit
+java.util.concurrent.TimeUnit$1
+java.util.concurrent.TimeUnit$2
+java.util.concurrent.TimeUnit$3
+java.util.concurrent.TimeUnit$4
+java.util.concurrent.TimeUnit$5
+java.util.concurrent.TimeUnit$6
+java.util.concurrent.TimeUnit$7
+java.util.concurrent.TimeoutException
+java.util.concurrent.atomic.AtomicBoolean
+java.util.concurrent.atomic.AtomicInteger
+java.util.concurrent.atomic.AtomicIntegerArray
+java.util.concurrent.atomic.AtomicIntegerFieldUpdater
+java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl
+java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl$1
+java.util.concurrent.atomic.AtomicLong
+java.util.concurrent.atomic.AtomicLongArray
+java.util.concurrent.atomic.AtomicReference
+java.util.concurrent.atomic.AtomicReferenceArray
+java.util.concurrent.atomic.AtomicReferenceFieldUpdater
+java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
+java.util.concurrent.locks.AbstractOwnableSynchronizer
+java.util.concurrent.locks.AbstractQueuedSynchronizer
+java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
+java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
+java.util.concurrent.locks.Condition
+java.util.concurrent.locks.Lock
+java.util.concurrent.locks.LockSupport
+java.util.concurrent.locks.ReadWriteLock
+java.util.concurrent.locks.ReentrantLock
+java.util.concurrent.locks.ReentrantLock$FairSync
+java.util.concurrent.locks.ReentrantLock$NonfairSync
+java.util.concurrent.locks.ReentrantLock$Sync
+java.util.concurrent.locks.ReentrantReadWriteLock
+java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
+java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
+java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
+java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
+java.util.function.-$Lambda$1MZdIZ-DL_fjy9l0o8IMJk57T2g
+java.util.function.-$Lambda$VGDeaUHZQIZywZW2ttlyhwk3Cmk
+java.util.function.-$Lambda$VGDeaUHZQIZywZW2ttlyhwk3Cmk$1
+java.util.function.BiConsumer
+java.util.function.BiFunction
+java.util.function.BinaryOperator
+java.util.function.Consumer
+java.util.function.DoubleBinaryOperator
+java.util.function.DoubleUnaryOperator
+java.util.function.Function
+java.util.function.IntBinaryOperator
+java.util.function.IntConsumer
+java.util.function.IntFunction
+java.util.function.IntToDoubleFunction
+java.util.function.IntToLongFunction
+java.util.function.IntUnaryOperator
+java.util.function.LongBinaryOperator
+java.util.function.LongConsumer
+java.util.function.LongUnaryOperator
+java.util.function.Predicate
+java.util.function.Supplier
+java.util.function.ToDoubleBiFunction
+java.util.function.ToDoubleFunction
+java.util.function.ToIntBiFunction
+java.util.function.ToIntFunction
+java.util.function.ToLongBiFunction
+java.util.function.ToLongFunction
+java.util.function.UnaryOperator
+java.util.jar.Attributes
+java.util.jar.Attributes$Name
+java.util.jar.JarEntry
+java.util.jar.JarFile
+java.util.jar.JarFile$JarEntryIterator
+java.util.jar.JarFile$JarFileEntry
+java.util.jar.JarVerifier
+java.util.jar.JarVerifier$1
+java.util.jar.JarVerifier$VerifierStream
+java.util.jar.Manifest
+java.util.jar.Manifest$FastInputStream
+java.util.logging.ErrorManager
+java.util.logging.FileHandler
+java.util.logging.FileHandler$InitializationErrorManager
+java.util.logging.FileHandler$MeteredStream
+java.util.logging.Filter
+java.util.logging.Formatter
+java.util.logging.Handler
+java.util.logging.Level
+java.util.logging.Level$KnownLevel
+java.util.logging.LogManager
+java.util.logging.LogManager$1
+java.util.logging.LogManager$2
+java.util.logging.LogManager$3
+java.util.logging.LogManager$5
+java.util.logging.LogManager$Cleaner
+java.util.logging.LogManager$LogNode
+java.util.logging.LogManager$LoggerContext
+java.util.logging.LogManager$LoggerContext$1
+java.util.logging.LogManager$LoggerWeakRef
+java.util.logging.LogManager$RootLogger
+java.util.logging.LogManager$SystemLoggerContext
+java.util.logging.LogRecord
+java.util.logging.Logger
+java.util.logging.Logger$1
+java.util.logging.Logger$LoggerBundle
+java.util.logging.LoggingPermission
+java.util.logging.LoggingProxyImpl
+java.util.logging.SimpleFormatter
+java.util.logging.StreamHandler
+java.util.logging.XMLFormatter
+java.util.prefs.AbstractPreferences
+java.util.prefs.BackingStoreException
+java.util.prefs.FileSystemPreferences
+java.util.prefs.FileSystemPreferences$1
+java.util.prefs.FileSystemPreferencesFactory
+java.util.prefs.Preferences
+java.util.prefs.PreferencesFactory
+java.util.regex.MatchResult
+java.util.regex.Matcher
+java.util.regex.Matcher$OffsetBasedMatchResult
+java.util.regex.Pattern
+java.util.regex.PatternSyntaxException
+java.util.stream.-$Lambda$DJvCeprCIGMk0JvfSkTmQUmEYKA$1
+java.util.stream.-$Lambda$QgGTJrv63_zzBbeGjswm_UMqEbo$12
+java.util.stream.-$Lambda$QgGTJrv63_zzBbeGjswm_UMqEbo$5
+java.util.stream.-$Lambda$QgGTJrv63_zzBbeGjswm_UMqEbo$6
+java.util.stream.-$Lambda$RYrQKhHyGc-mMxiERR98xxRAWkA$5
+java.util.stream.-$Lambda$ioGbka_-VkWTFjRjTt8T4zzsxgk$3
+java.util.stream.-$Lambda$ioGbka_-VkWTFjRjTt8T4zzsxgk$7
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$21
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$22
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$26
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$4
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$5
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$51
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$54
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$67
+java.util.stream.-$Lambda$qTstLJg88fs2C3g6LH-R51vCVP0$83
+java.util.stream.AbstractPipeline
+java.util.stream.AbstractSpinedBuffer
+java.util.stream.BaseStream
+java.util.stream.Collector
+java.util.stream.Collector$Characteristics
+java.util.stream.Collectors
+java.util.stream.Collectors$CollectorImpl
+java.util.stream.DistinctOps
+java.util.stream.DistinctOps$1
+java.util.stream.DistinctOps$1$2
+java.util.stream.DoubleStream
+java.util.stream.FindOps
+java.util.stream.FindOps$FindOp
+java.util.stream.FindOps$FindSink
+java.util.stream.FindOps$FindSink$OfRef
+java.util.stream.ForEachOps
+java.util.stream.ForEachOps$ForEachOp
+java.util.stream.ForEachOps$ForEachOp$OfRef
+java.util.stream.IntPipeline
+java.util.stream.IntPipeline$4
+java.util.stream.IntPipeline$4$1
+java.util.stream.IntPipeline$Head
+java.util.stream.IntPipeline$StatelessOp
+java.util.stream.IntStream
+java.util.stream.LongPipeline
+java.util.stream.LongPipeline$StatelessOp
+java.util.stream.LongStream
+java.util.stream.Node
+java.util.stream.Node$Builder
+java.util.stream.Node$Builder$OfInt
+java.util.stream.Node$OfDouble
+java.util.stream.Node$OfInt
+java.util.stream.Node$OfLong
+java.util.stream.Node$OfPrimitive
+java.util.stream.Nodes
+java.util.stream.Nodes$EmptyNode
+java.util.stream.Nodes$EmptyNode$OfDouble
+java.util.stream.Nodes$EmptyNode$OfInt
+java.util.stream.Nodes$EmptyNode$OfLong
+java.util.stream.Nodes$EmptyNode$OfRef
+java.util.stream.Nodes$IntSpinedNodeBuilder
+java.util.stream.PipelineHelper
+java.util.stream.ReduceOps
+java.util.stream.ReduceOps$3
+java.util.stream.ReduceOps$3ReducingSink
+java.util.stream.ReduceOps$8
+java.util.stream.ReduceOps$8ReducingSink
+java.util.stream.ReduceOps$AccumulatingSink
+java.util.stream.ReduceOps$Box
+java.util.stream.ReduceOps$ReduceOp
+java.util.stream.ReferencePipeline
+java.util.stream.ReferencePipeline$2
+java.util.stream.ReferencePipeline$2$1
+java.util.stream.ReferencePipeline$3
+java.util.stream.ReferencePipeline$3$1
+java.util.stream.ReferencePipeline$4
+java.util.stream.ReferencePipeline$4$1
+java.util.stream.ReferencePipeline$5
+java.util.stream.ReferencePipeline$5$1
+java.util.stream.ReferencePipeline$Head
+java.util.stream.ReferencePipeline$StatefulOp
+java.util.stream.ReferencePipeline$StatelessOp
+java.util.stream.Sink
+java.util.stream.Sink$ChainedInt
+java.util.stream.Sink$ChainedReference
+java.util.stream.Sink$OfInt
+java.util.stream.Sink$OfLong
+java.util.stream.SliceOps
+java.util.stream.SliceOps$1
+java.util.stream.SliceOps$1$1
+java.util.stream.SpinedBuffer$OfInt
+java.util.stream.SpinedBuffer$OfPrimitive
+java.util.stream.Stream
+java.util.stream.StreamOpFlag
+java.util.stream.StreamOpFlag$MaskBuilder
+java.util.stream.StreamOpFlag$Type
+java.util.stream.StreamShape
+java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator
+java.util.stream.StreamSpliterators$InfiniteSupplyingSpliterator$OfRef
+java.util.stream.StreamSupport
+java.util.stream.TerminalOp
+java.util.stream.TerminalSink
+java.util.zip.Adler32
+java.util.zip.CRC32
+java.util.zip.CheckedInputStream
+java.util.zip.Checksum
+java.util.zip.DataFormatException
+java.util.zip.Deflater
+java.util.zip.DeflaterOutputStream
+java.util.zip.GZIPInputStream
+java.util.zip.GZIPInputStream$1
+java.util.zip.GZIPOutputStream
+java.util.zip.Inflater
+java.util.zip.InflaterInputStream
+java.util.zip.ZStreamRef
+java.util.zip.ZipCoder
+java.util.zip.ZipConstants
+java.util.zip.ZipEntry
+java.util.zip.ZipException
+java.util.zip.ZipFile
+java.util.zip.ZipFile$ZipEntryIterator
+java.util.zip.ZipFile$ZipFileInflaterInputStream
+java.util.zip.ZipFile$ZipFileInputStream
+java.util.zip.ZipInputStream
+java.util.zip.ZipUtils
+javax.crypto.BadPaddingException
+javax.crypto.Cipher
+javax.crypto.Cipher$CipherSpiAndProvider
+javax.crypto.Cipher$InitParams
+javax.crypto.Cipher$InitType
+javax.crypto.Cipher$NeedToSet
+javax.crypto.Cipher$SpiAndProviderUpdater
+javax.crypto.Cipher$Transform
+javax.crypto.CipherSpi
+javax.crypto.IllegalBlockSizeException
+javax.crypto.JarVerifier
+javax.crypto.JceSecurity
+javax.crypto.JceSecurity$1
+javax.crypto.KeyGenerator
+javax.crypto.KeyGeneratorSpi
+javax.crypto.Mac
+javax.crypto.MacSpi
+javax.crypto.NoSuchPaddingException
+javax.crypto.NullCipher
+javax.crypto.SecretKey
+javax.crypto.ShortBufferException
+javax.crypto.spec.GCMParameterSpec
+javax.crypto.spec.IvParameterSpec
+javax.crypto.spec.OAEPParameterSpec
+javax.crypto.spec.PBEParameterSpec
+javax.crypto.spec.PSource
+javax.crypto.spec.PSource$PSpecified
+javax.crypto.spec.SecretKeySpec
+javax.microedition.khronos.egl.EGL
+javax.microedition.khronos.egl.EGL10
+javax.microedition.khronos.egl.EGLConfig
+javax.microedition.khronos.egl.EGLContext
+javax.microedition.khronos.egl.EGLDisplay
+javax.microedition.khronos.egl.EGLSurface
+javax.microedition.khronos.opengles.GL
+javax.microedition.khronos.opengles.GL10
+javax.microedition.khronos.opengles.GL10Ext
+javax.microedition.khronos.opengles.GL11
+javax.microedition.khronos.opengles.GL11Ext
+javax.microedition.khronos.opengles.GL11ExtensionPack
+javax.net.DefaultSocketFactory
+javax.net.ServerSocketFactory
+javax.net.SocketFactory
+javax.net.ssl.ExtendedSSLSession
+javax.net.ssl.HandshakeCompletedListener
+javax.net.ssl.HostnameVerifier
+javax.net.ssl.HttpsURLConnection
+javax.net.ssl.KeyManager
+javax.net.ssl.KeyManagerFactory
+javax.net.ssl.KeyManagerFactory$1
+javax.net.ssl.KeyManagerFactorySpi
+javax.net.ssl.SNIHostName
+javax.net.ssl.SNIServerName
+javax.net.ssl.SSLContext
+javax.net.ssl.SSLContextSpi
+javax.net.ssl.SSLEngine
+javax.net.ssl.SSLException
+javax.net.ssl.SSLParameters
+javax.net.ssl.SSLPeerUnverifiedException
+javax.net.ssl.SSLProtocolException
+javax.net.ssl.SSLServerSocketFactory
+javax.net.ssl.SSLSession
+javax.net.ssl.SSLSessionContext
+javax.net.ssl.SSLSocket
+javax.net.ssl.SSLSocketFactory
+javax.net.ssl.SSLSocketFactory$1
+javax.net.ssl.TrustManager
+javax.net.ssl.TrustManagerFactory
+javax.net.ssl.TrustManagerFactory$1
+javax.net.ssl.TrustManagerFactorySpi
+javax.net.ssl.X509ExtendedKeyManager
+javax.net.ssl.X509ExtendedTrustManager
+javax.net.ssl.X509KeyManager
+javax.net.ssl.X509TrustManager
+javax.security.auth.Destroyable
+javax.security.auth.callback.UnsupportedCallbackException
+javax.security.auth.x500.X500Principal
+javax.security.cert.Certificate
+javax.security.cert.CertificateEncodingException
+javax.security.cert.CertificateException
+javax.security.cert.X509Certificate
+javax.sip.SipException
+javax.xml.parsers.ParserConfigurationException
+javax.xml.parsers.SAXParser
+javax.xml.parsers.SAXParserFactory
+javax.xml.transform.TransformerConfigurationException
+javax.xml.transform.TransformerException
+junit.framework.Assert
+libcore.icu.CollationKeyICU
+libcore.icu.DateIntervalFormat
+libcore.icu.DateUtilsBridge
+libcore.icu.ICU
+libcore.icu.LocaleData
+libcore.icu.NativeConverter
+libcore.icu.RelativeDateTimeFormatter
+libcore.icu.RelativeDateTimeFormatter$FormatterCache
+libcore.icu.TimeZoneNames
+libcore.icu.TimeZoneNames$1
+libcore.icu.TimeZoneNames$ZoneStringsCache
+libcore.internal.StringPool
+libcore.io.AsynchronousCloseMonitor
+libcore.io.BlockGuardOs
+libcore.io.BufferIterator
+libcore.io.ClassPathURLStreamHandler
+libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection
+libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1
+libcore.io.DropBox
+libcore.io.DropBox$DefaultReporter
+libcore.io.DropBox$Reporter
+libcore.io.EventLogger
+libcore.io.EventLogger$DefaultReporter
+libcore.io.EventLogger$Reporter
+libcore.io.ForwardingOs
+libcore.io.IoBridge
+libcore.io.IoTracker
+libcore.io.IoTracker$Mode
+libcore.io.IoUtils
+libcore.io.IoUtils$FileReader
+libcore.io.Libcore
+libcore.io.Linux
+libcore.io.Memory
+libcore.io.MemoryMappedFile
+libcore.io.NioBufferIterator
+libcore.io.Os
+libcore.io.Streams
+libcore.math.MathUtils
+libcore.net.MimeUtils
+libcore.net.NetworkSecurityPolicy
+libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy
+libcore.net.UriCodec
+libcore.net.event.NetworkEventDispatcher
+libcore.net.event.NetworkEventListener
+libcore.reflect.AnnotatedElements
+libcore.reflect.AnnotationFactory
+libcore.reflect.AnnotationMember
+libcore.reflect.AnnotationMember$DefaultValues
+libcore.reflect.GenericArrayTypeImpl
+libcore.reflect.GenericSignatureParser
+libcore.reflect.ListOfTypes
+libcore.reflect.ListOfVariables
+libcore.reflect.ParameterizedTypeImpl
+libcore.reflect.TypeVariableImpl
+libcore.reflect.Types
+libcore.util.BasicLruCache
+libcore.util.CharsetUtils
+libcore.util.CollectionUtils
+libcore.util.EmptyArray
+libcore.util.HexEncoding
+libcore.util.NativeAllocationRegistry
+libcore.util.NativeAllocationRegistry$CleanerRunner
+libcore.util.NativeAllocationRegistry$CleanerThunk
+libcore.util.Objects
+libcore.util.TimeZoneDataFiles
+libcore.util.ZoneInfo
+libcore.util.ZoneInfo$CheckedArithmeticException
+libcore.util.ZoneInfo$OffsetInterval
+libcore.util.ZoneInfo$WallTime
+libcore.util.ZoneInfoDB
+libcore.util.ZoneInfoDB$TzData
+libcore.util.ZoneInfoDB$TzData$1
+org.apache.commons.logging.Log
+org.apache.commons.logging.LogFactory
+org.apache.commons.logging.impl.Jdk14Logger
+org.apache.commons.logging.impl.WeakHashtable
+org.apache.harmony.dalvik.NativeTestTarget
+org.apache.harmony.dalvik.ddmc.Chunk
+org.apache.harmony.dalvik.ddmc.ChunkHandler
+org.apache.harmony.dalvik.ddmc.DdmServer
+org.apache.harmony.dalvik.ddmc.DdmVmInternal
+org.apache.harmony.luni.internal.util.TimezoneGetter
+org.apache.harmony.xml.ExpatAttributes
+org.apache.harmony.xml.ExpatException
+org.apache.harmony.xml.ExpatParser
+org.apache.harmony.xml.ExpatParser$CurrentAttributes
+org.apache.harmony.xml.ExpatParser$ExpatLocator
+org.apache.harmony.xml.ExpatReader
+org.apache.harmony.xml.parsers.SAXParserFactoryImpl
+org.apache.harmony.xml.parsers.SAXParserImpl
+org.apache.http.ConnectionReuseStrategy
+org.apache.http.FormattedHeader
+org.apache.http.Header
+org.apache.http.HeaderElement
+org.apache.http.HeaderElementIterator
+org.apache.http.HeaderIterator
+org.apache.http.HttpClientConnection
+org.apache.http.HttpConnection
+org.apache.http.HttpConnectionMetrics
+org.apache.http.HttpEntity
+org.apache.http.HttpEntityEnclosingRequest
+org.apache.http.HttpException
+org.apache.http.HttpHost
+org.apache.http.HttpInetConnection
+org.apache.http.HttpMessage
+org.apache.http.HttpRequest
+org.apache.http.HttpRequestFactory
+org.apache.http.HttpRequestInterceptor
+org.apache.http.HttpResponse
+org.apache.http.HttpResponseFactory
+org.apache.http.HttpResponseInterceptor
+org.apache.http.HttpServerConnection
+org.apache.http.HttpVersion
+org.apache.http.NameValuePair
+org.apache.http.ParseException
+org.apache.http.ProtocolException
+org.apache.http.ProtocolVersion
+org.apache.http.ReasonPhraseCatalog
+org.apache.http.RequestLine
+org.apache.http.StatusLine
+org.apache.http.auth.AuthSchemeFactory
+org.apache.http.auth.AuthSchemeRegistry
+org.apache.http.auth.AuthState
+org.apache.http.auth.AuthenticationException
+org.apache.http.client.AuthenticationHandler
+org.apache.http.client.ClientProtocolException
+org.apache.http.client.CookieStore
+org.apache.http.client.CredentialsProvider
+org.apache.http.client.HttpClient
+org.apache.http.client.HttpRequestRetryHandler
+org.apache.http.client.HttpResponseException
+org.apache.http.client.RedirectHandler
+org.apache.http.client.RequestDirector
+org.apache.http.client.ResponseHandler
+org.apache.http.client.UserTokenHandler
+org.apache.http.client.entity.UrlEncodedFormEntity
+org.apache.http.client.methods.AbortableHttpRequest
+org.apache.http.client.methods.HttpEntityEnclosingRequestBase
+org.apache.http.client.methods.HttpGet
+org.apache.http.client.methods.HttpPost
+org.apache.http.client.methods.HttpPut
+org.apache.http.client.methods.HttpRequestBase
+org.apache.http.client.methods.HttpUriRequest
+org.apache.http.client.params.HttpClientParams
+org.apache.http.client.protocol.RequestAddCookies
+org.apache.http.client.protocol.RequestDefaultHeaders
+org.apache.http.client.protocol.RequestProxyAuthentication
+org.apache.http.client.protocol.RequestTargetAuthentication
+org.apache.http.client.protocol.ResponseProcessCookies
+org.apache.http.client.utils.URIUtils
+org.apache.http.client.utils.URLEncodedUtils
+org.apache.http.conn.BasicManagedEntity
+org.apache.http.conn.ClientConnectionManager
+org.apache.http.conn.ClientConnectionOperator
+org.apache.http.conn.ClientConnectionRequest
+org.apache.http.conn.ConnectTimeoutException
+org.apache.http.conn.ConnectionKeepAliveStrategy
+org.apache.http.conn.ConnectionReleaseTrigger
+org.apache.http.conn.EofSensorInputStream
+org.apache.http.conn.EofSensorWatcher
+org.apache.http.conn.ManagedClientConnection
+org.apache.http.conn.OperatedClientConnection
+org.apache.http.conn.params.ConnManagerPNames
+org.apache.http.conn.params.ConnManagerParamBean
+org.apache.http.conn.params.ConnManagerParams
+org.apache.http.conn.params.ConnManagerParams$1
+org.apache.http.conn.params.ConnPerRoute
+org.apache.http.conn.params.ConnPerRouteBean
+org.apache.http.conn.params.ConnRoutePNames
+org.apache.http.conn.params.ConnRouteParams
+org.apache.http.conn.routing.BasicRouteDirector
+org.apache.http.conn.routing.HttpRoute
+org.apache.http.conn.routing.HttpRouteDirector
+org.apache.http.conn.routing.HttpRoutePlanner
+org.apache.http.conn.routing.RouteInfo
+org.apache.http.conn.routing.RouteInfo$LayerType
+org.apache.http.conn.routing.RouteInfo$TunnelType
+org.apache.http.conn.routing.RouteTracker
+org.apache.http.conn.scheme.LayeredSocketFactory
+org.apache.http.conn.scheme.PlainSocketFactory
+org.apache.http.conn.scheme.Scheme
+org.apache.http.conn.scheme.SchemeRegistry
+org.apache.http.conn.scheme.SocketFactory
+org.apache.http.conn.ssl.AbstractVerifier
+org.apache.http.conn.ssl.AllowAllHostnameVerifier
+org.apache.http.conn.ssl.AndroidDistinguishedNameParser
+org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
+org.apache.http.conn.ssl.SSLSocketFactory
+org.apache.http.conn.ssl.StrictHostnameVerifier
+org.apache.http.conn.ssl.X509HostnameVerifier
+org.apache.http.cookie.ClientCookie
+org.apache.http.cookie.Cookie
+org.apache.http.cookie.CookieAttributeHandler
+org.apache.http.cookie.CookieIdentityComparator
+org.apache.http.cookie.CookieOrigin
+org.apache.http.cookie.CookiePathComparator
+org.apache.http.cookie.CookieSpec
+org.apache.http.cookie.CookieSpecFactory
+org.apache.http.cookie.CookieSpecRegistry
+org.apache.http.cookie.MalformedCookieException
+org.apache.http.cookie.SetCookie
+org.apache.http.entity.AbstractHttpEntity
+org.apache.http.entity.BasicHttpEntity
+org.apache.http.entity.ByteArrayEntity
+org.apache.http.entity.ContentLengthStrategy
+org.apache.http.entity.HttpEntityWrapper
+org.apache.http.entity.InputStreamEntity
+org.apache.http.entity.StringEntity
+org.apache.http.impl.AbstractHttpClientConnection
+org.apache.http.impl.AbstractHttpServerConnection
+org.apache.http.impl.DefaultConnectionReuseStrategy
+org.apache.http.impl.DefaultHttpRequestFactory
+org.apache.http.impl.DefaultHttpResponseFactory
+org.apache.http.impl.DefaultHttpServerConnection
+org.apache.http.impl.EnglishReasonPhraseCatalog
+org.apache.http.impl.HttpConnectionMetricsImpl
+org.apache.http.impl.SocketHttpClientConnection
+org.apache.http.impl.SocketHttpServerConnection
+org.apache.http.impl.auth.BasicSchemeFactory
+org.apache.http.impl.auth.DigestSchemeFactory
+org.apache.http.impl.client.AbstractAuthenticationHandler
+org.apache.http.impl.client.AbstractHttpClient
+org.apache.http.impl.client.BasicCookieStore
+org.apache.http.impl.client.BasicCredentialsProvider
+org.apache.http.impl.client.ClientParamsStack
+org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
+org.apache.http.impl.client.DefaultHttpClient
+org.apache.http.impl.client.DefaultHttpRequestRetryHandler
+org.apache.http.impl.client.DefaultProxyAuthenticationHandler
+org.apache.http.impl.client.DefaultRedirectHandler
+org.apache.http.impl.client.DefaultRequestDirector
+org.apache.http.impl.client.DefaultTargetAuthenticationHandler
+org.apache.http.impl.client.DefaultUserTokenHandler
+org.apache.http.impl.client.EntityEnclosingRequestWrapper
+org.apache.http.impl.client.RequestWrapper
+org.apache.http.impl.client.RoutedRequest
+org.apache.http.impl.client.TunnelRefusedException
+org.apache.http.impl.conn.AbstractClientConnAdapter
+org.apache.http.impl.conn.AbstractPoolEntry
+org.apache.http.impl.conn.AbstractPooledConnAdapter
+org.apache.http.impl.conn.DefaultClientConnection
+org.apache.http.impl.conn.DefaultClientConnectionOperator
+org.apache.http.impl.conn.DefaultResponseParser
+org.apache.http.impl.conn.IdleConnectionHandler
+org.apache.http.impl.conn.IdleConnectionHandler$TimeValues
+org.apache.http.impl.conn.ProxySelectorRoutePlanner
+org.apache.http.impl.conn.tsccm.AbstractConnPool
+org.apache.http.impl.conn.tsccm.BasicPoolEntry
+org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
+org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
+org.apache.http.impl.conn.tsccm.ConnPoolByRoute
+org.apache.http.impl.conn.tsccm.ConnPoolByRoute$1
+org.apache.http.impl.conn.tsccm.PoolEntryRequest
+org.apache.http.impl.conn.tsccm.RefQueueHandler
+org.apache.http.impl.conn.tsccm.RefQueueWorker
+org.apache.http.impl.conn.tsccm.RouteSpecificPool
+org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
+org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1
+org.apache.http.impl.conn.tsccm.WaitingThreadAborter
+org.apache.http.impl.cookie.AbstractCookieAttributeHandler
+org.apache.http.impl.cookie.AbstractCookieSpec
+org.apache.http.impl.cookie.BasicClientCookie
+org.apache.http.impl.cookie.BasicCommentHandler
+org.apache.http.impl.cookie.BasicDomainHandler
+org.apache.http.impl.cookie.BasicExpiresHandler
+org.apache.http.impl.cookie.BasicMaxAgeHandler
+org.apache.http.impl.cookie.BasicPathHandler
+org.apache.http.impl.cookie.BasicSecureHandler
+org.apache.http.impl.cookie.BestMatchSpec
+org.apache.http.impl.cookie.BestMatchSpecFactory
+org.apache.http.impl.cookie.BrowserCompatSpec
+org.apache.http.impl.cookie.BrowserCompatSpecFactory
+org.apache.http.impl.cookie.CookieSpecBase
+org.apache.http.impl.cookie.DateParseException
+org.apache.http.impl.cookie.DateUtils
+org.apache.http.impl.cookie.DateUtils$DateFormatHolder
+org.apache.http.impl.cookie.DateUtils$DateFormatHolder$1
+org.apache.http.impl.cookie.NetscapeDomainHandler
+org.apache.http.impl.cookie.NetscapeDraftHeaderParser
+org.apache.http.impl.cookie.NetscapeDraftSpec
+org.apache.http.impl.cookie.NetscapeDraftSpecFactory
+org.apache.http.impl.cookie.RFC2109DomainHandler
+org.apache.http.impl.cookie.RFC2109Spec
+org.apache.http.impl.cookie.RFC2109SpecFactory
+org.apache.http.impl.cookie.RFC2109VersionHandler
+org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
+org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
+org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
+org.apache.http.impl.cookie.RFC2965PortAttributeHandler
+org.apache.http.impl.cookie.RFC2965Spec
+org.apache.http.impl.cookie.RFC2965SpecFactory
+org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
+org.apache.http.impl.entity.EntityDeserializer
+org.apache.http.impl.entity.EntitySerializer
+org.apache.http.impl.entity.LaxContentLengthStrategy
+org.apache.http.impl.entity.StrictContentLengthStrategy
+org.apache.http.impl.io.AbstractMessageParser
+org.apache.http.impl.io.AbstractMessageWriter
+org.apache.http.impl.io.AbstractSessionInputBuffer
+org.apache.http.impl.io.AbstractSessionOutputBuffer
+org.apache.http.impl.io.ChunkedInputStream
+org.apache.http.impl.io.ContentLengthInputStream
+org.apache.http.impl.io.ContentLengthOutputStream
+org.apache.http.impl.io.HttpRequestParser
+org.apache.http.impl.io.HttpRequestWriter
+org.apache.http.impl.io.HttpResponseWriter
+org.apache.http.impl.io.HttpTransportMetricsImpl
+org.apache.http.impl.io.IdentityOutputStream
+org.apache.http.impl.io.SocketInputBuffer
+org.apache.http.impl.io.SocketOutputBuffer
+org.apache.http.io.HttpMessageParser
+org.apache.http.io.HttpMessageWriter
+org.apache.http.io.HttpTransportMetrics
+org.apache.http.io.SessionInputBuffer
+org.apache.http.io.SessionOutputBuffer
+org.apache.http.message.AbstractHttpMessage
+org.apache.http.message.BasicHeader
+org.apache.http.message.BasicHeaderElement
+org.apache.http.message.BasicHeaderElementIterator
+org.apache.http.message.BasicHeaderValueParser
+org.apache.http.message.BasicHttpRequest
+org.apache.http.message.BasicHttpResponse
+org.apache.http.message.BasicLineFormatter
+org.apache.http.message.BasicLineParser
+org.apache.http.message.BasicListHeaderIterator
+org.apache.http.message.BasicNameValuePair
+org.apache.http.message.BasicRequestLine
+org.apache.http.message.BasicStatusLine
+org.apache.http.message.BufferedHeader
+org.apache.http.message.HeaderGroup
+org.apache.http.message.HeaderValueParser
+org.apache.http.message.LineFormatter
+org.apache.http.message.LineParser
+org.apache.http.message.ParserCursor
+org.apache.http.params.AbstractHttpParams
+org.apache.http.params.BasicHttpParams
+org.apache.http.params.CoreConnectionPNames
+org.apache.http.params.CoreProtocolPNames
+org.apache.http.params.DefaultedHttpParams
+org.apache.http.params.HttpAbstractParamBean
+org.apache.http.params.HttpConnectionParams
+org.apache.http.params.HttpParams
+org.apache.http.params.HttpProtocolParams
+org.apache.http.protocol.BasicHttpContext
+org.apache.http.protocol.BasicHttpProcessor
+org.apache.http.protocol.DefaultedHttpContext
+org.apache.http.protocol.HTTP
+org.apache.http.protocol.HttpContext
+org.apache.http.protocol.HttpProcessor
+org.apache.http.protocol.HttpRequestExecutor
+org.apache.http.protocol.HttpRequestHandler
+org.apache.http.protocol.HttpRequestHandlerRegistry
+org.apache.http.protocol.HttpRequestHandlerResolver
+org.apache.http.protocol.HttpRequestInterceptorList
+org.apache.http.protocol.HttpResponseInterceptorList
+org.apache.http.protocol.HttpService
+org.apache.http.protocol.RequestConnControl
+org.apache.http.protocol.RequestContent
+org.apache.http.protocol.RequestExpectContinue
+org.apache.http.protocol.RequestTargetHost
+org.apache.http.protocol.RequestUserAgent
+org.apache.http.protocol.ResponseConnControl
+org.apache.http.protocol.ResponseContent
+org.apache.http.protocol.UriPatternMatcher
+org.apache.http.util.ByteArrayBuffer
+org.apache.http.util.CharArrayBuffer
+org.apache.http.util.EntityUtils
+org.apache.http.util.LangUtils
+org.ccil.cowan.tagsoup.AttributesImpl
+org.ccil.cowan.tagsoup.AutoDetector
+org.ccil.cowan.tagsoup.Element
+org.ccil.cowan.tagsoup.ElementType
+org.ccil.cowan.tagsoup.HTMLModels
+org.ccil.cowan.tagsoup.HTMLScanner
+org.ccil.cowan.tagsoup.HTMLSchema
+org.ccil.cowan.tagsoup.Parser
+org.ccil.cowan.tagsoup.Parser$1
+org.ccil.cowan.tagsoup.ScanHandler
+org.ccil.cowan.tagsoup.Scanner
+org.ccil.cowan.tagsoup.Schema
+org.json.JSON
+org.json.JSONArray
+org.json.JSONException
+org.json.JSONObject
+org.json.JSONObject$1
+org.json.JSONStringer
+org.json.JSONStringer$Scope
+org.json.JSONTokener
+org.kxml2.io.KXmlParser
+org.kxml2.io.KXmlParser$ValueContext
+org.kxml2.io.KXmlSerializer
+org.xml.sax.Attributes
+org.xml.sax.ContentHandler
+org.xml.sax.DTDHandler
+org.xml.sax.EntityResolver
+org.xml.sax.ErrorHandler
+org.xml.sax.InputSource
+org.xml.sax.Locator
+org.xml.sax.SAXException
+org.xml.sax.SAXNotRecognizedException
+org.xml.sax.SAXNotSupportedException
+org.xml.sax.SAXParseException
+org.xml.sax.XMLReader
+org.xml.sax.ext.DeclHandler
+org.xml.sax.ext.DefaultHandler2
+org.xml.sax.ext.EntityResolver2
+org.xml.sax.ext.LexicalHandler
+org.xml.sax.helpers.AttributesImpl
+org.xml.sax.helpers.DefaultHandler
+org.xmlpull.v1.XmlPullParser
+org.xmlpull.v1.XmlPullParserException
+org.xmlpull.v1.XmlPullParserFactory
+org.xmlpull.v1.XmlSerializer
+sun.invoke.util.BytecodeDescriptor
+sun.invoke.util.VerifyAccess
+sun.invoke.util.Wrapper
+sun.invoke.util.Wrapper$Format
+sun.misc.ASCIICaseInsensitiveComparator
+sun.misc.Cleaner
+sun.misc.CompoundEnumeration
+sun.misc.FDBigInteger
+sun.misc.FloatingDecimal
+sun.misc.FloatingDecimal$1
+sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
+sun.misc.FloatingDecimal$ASCIIToBinaryConverter
+sun.misc.FloatingDecimal$BinaryToASCIIBuffer
+sun.misc.FloatingDecimal$BinaryToASCIIConverter
+sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
+sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
+sun.misc.FormattedFloatingDecimal
+sun.misc.FormattedFloatingDecimal$1
+sun.misc.FormattedFloatingDecimal$Form
+sun.misc.IOUtils
+sun.misc.JavaIOFileDescriptorAccess
+sun.misc.LRUCache
+sun.misc.REException
+sun.misc.SharedSecrets
+sun.misc.Unsafe
+sun.misc.VM
+sun.misc.Version
+sun.net.ConnectionResetException
+sun.net.NetHooks
+sun.net.NetProperties
+sun.net.NetProperties$1
+sun.net.ResourceManager
+sun.net.spi.DefaultProxySelector
+sun.net.spi.DefaultProxySelector$1
+sun.net.spi.DefaultProxySelector$NonProxyInfo
+sun.net.spi.nameservice.NameService
+sun.net.util.IPAddressUtil
+sun.net.www.ParseUtil
+sun.net.www.protocol.file.Handler
+sun.net.www.protocol.jar.Handler
+sun.nio.ch.AbstractPollArrayWrapper
+sun.nio.ch.AbstractPollSelectorImpl
+sun.nio.ch.AllocatedNativeObject
+sun.nio.ch.ChannelInputStream
+sun.nio.ch.DatagramChannelImpl
+sun.nio.ch.DatagramDispatcher
+sun.nio.ch.DefaultSelectorProvider
+sun.nio.ch.DirectBuffer
+sun.nio.ch.FileChannelImpl
+sun.nio.ch.FileChannelImpl$Unmapper
+sun.nio.ch.FileDescriptorHolderSocketImpl
+sun.nio.ch.FileDispatcher
+sun.nio.ch.FileDispatcherImpl
+sun.nio.ch.FileKey
+sun.nio.ch.FileLockImpl
+sun.nio.ch.FileLockTable
+sun.nio.ch.IOStatus
+sun.nio.ch.IOUtil
+sun.nio.ch.Interruptible
+sun.nio.ch.NativeDispatcher
+sun.nio.ch.NativeObject
+sun.nio.ch.NativeThread
+sun.nio.ch.NativeThreadSet
+sun.nio.ch.Net
+sun.nio.ch.Net$1
+sun.nio.ch.Net$4
+sun.nio.ch.PollArrayWrapper
+sun.nio.ch.PollSelectorImpl
+sun.nio.ch.PollSelectorProvider
+sun.nio.ch.SelChImpl
+sun.nio.ch.SelectionKeyImpl
+sun.nio.ch.SelectorImpl
+sun.nio.ch.SelectorProviderImpl
+sun.nio.ch.ServerSocketChannelImpl
+sun.nio.ch.SharedFileLockTable
+sun.nio.ch.SharedFileLockTable$FileLockReference
+sun.nio.ch.SocketAdaptor
+sun.nio.ch.SocketAdaptor$1
+sun.nio.ch.SocketAdaptor$2
+sun.nio.ch.SocketAdaptor$SocketInputStream
+sun.nio.ch.SocketChannelImpl
+sun.nio.ch.SocketDispatcher
+sun.nio.ch.Util
+sun.nio.ch.Util$1
+sun.nio.ch.Util$2
+sun.nio.ch.Util$BufferCache
+sun.nio.cs.ArrayDecoder
+sun.nio.cs.ArrayEncoder
+sun.nio.cs.StreamDecoder
+sun.nio.cs.StreamEncoder
+sun.nio.cs.ThreadLocalCoders
+sun.nio.cs.ThreadLocalCoders$1
+sun.nio.cs.ThreadLocalCoders$2
+sun.nio.cs.ThreadLocalCoders$Cache
+sun.nio.fs.AbstractBasicFileAttributeView
+sun.nio.fs.AbstractFileSystemProvider
+sun.nio.fs.AbstractPath
+sun.nio.fs.DefaultFileSystemProvider
+sun.nio.fs.DynamicFileAttributeView
+sun.nio.fs.LinuxFileSystem
+sun.nio.fs.LinuxFileSystemProvider
+sun.nio.fs.NativeBuffer
+sun.nio.fs.NativeBuffer$Deallocator
+sun.nio.fs.NativeBuffers
+sun.nio.fs.UnixChannelFactory
+sun.nio.fs.UnixChannelFactory$Flags
+sun.nio.fs.UnixConstants
+sun.nio.fs.UnixException
+sun.nio.fs.UnixFileAttributeViews
+sun.nio.fs.UnixFileAttributeViews$Basic
+sun.nio.fs.UnixFileAttributes
+sun.nio.fs.UnixFileAttributes$UnixAsBasicFileAttributes
+sun.nio.fs.UnixFileModeAttribute
+sun.nio.fs.UnixFileStoreAttributes
+sun.nio.fs.UnixFileSystem
+sun.nio.fs.UnixFileSystemProvider
+sun.nio.fs.UnixMountEntry
+sun.nio.fs.UnixNativeDispatcher
+sun.nio.fs.UnixPath
+sun.nio.fs.Util
+sun.reflect.misc.ReflectUtil
+sun.security.action.GetBooleanAction
+sun.security.action.GetIntegerAction
+sun.security.action.GetPropertyAction
+sun.security.jca.GetInstance
+sun.security.jca.GetInstance$Instance
+sun.security.jca.JCAUtil
+sun.security.jca.JCAUtil$CachedSecureRandomHolder
+sun.security.jca.ProviderConfig
+sun.security.jca.ProviderConfig$2
+sun.security.jca.ProviderList
+sun.security.jca.ProviderList$1
+sun.security.jca.ProviderList$2
+sun.security.jca.ProviderList$3
+sun.security.jca.ProviderList$ServiceList
+sun.security.jca.ProviderList$ServiceList$1
+sun.security.jca.Providers
+sun.security.jca.ServiceId
+sun.security.pkcs.ContentInfo
+sun.security.pkcs.PKCS7
+sun.security.pkcs.PKCS7$VerbatimX509Certificate
+sun.security.pkcs.PKCS7$WrappedX509Certificate
+sun.security.pkcs.PKCS9Attribute
+sun.security.pkcs.SignerInfo
+sun.security.provider.CertPathProvider
+sun.security.provider.X509Factory
+sun.security.provider.certpath.AdaptableX509CertSelector
+sun.security.provider.certpath.AlgorithmChecker
+sun.security.provider.certpath.BasicChecker
+sun.security.provider.certpath.CertId
+sun.security.provider.certpath.CertPathHelper
+sun.security.provider.certpath.ConstraintsChecker
+sun.security.provider.certpath.KeyChecker
+sun.security.provider.certpath.OCSP$RevocationStatus
+sun.security.provider.certpath.OCSP$RevocationStatus$CertStatus
+sun.security.provider.certpath.OCSPResponse
+sun.security.provider.certpath.OCSPResponse$ResponseStatus
+sun.security.provider.certpath.OCSPResponse$SingleResponse
+sun.security.provider.certpath.PKIX
+sun.security.provider.certpath.PKIX$ValidatorParams
+sun.security.provider.certpath.PKIXCertPathValidator
+sun.security.provider.certpath.PKIXMasterCertPathValidator
+sun.security.provider.certpath.PolicyChecker
+sun.security.provider.certpath.PolicyNodeImpl
+sun.security.provider.certpath.RevocationChecker
+sun.security.provider.certpath.RevocationChecker$1
+sun.security.provider.certpath.RevocationChecker$Mode
+sun.security.provider.certpath.RevocationChecker$RevocationProperties
+sun.security.util.AbstractAlgorithmConstraints
+sun.security.util.AbstractAlgorithmConstraints$1
+sun.security.util.AlgorithmDecomposer
+sun.security.util.BitArray
+sun.security.util.ByteArrayLexOrder
+sun.security.util.ByteArrayTagOrder
+sun.security.util.Cache
+sun.security.util.Cache$EqualByteArray
+sun.security.util.CertConstraintParameters
+sun.security.util.Debug
+sun.security.util.DerEncoder
+sun.security.util.DerIndefLenConverter
+sun.security.util.DerInputBuffer
+sun.security.util.DerInputStream
+sun.security.util.DerOutputStream
+sun.security.util.DerValue
+sun.security.util.DisabledAlgorithmConstraints
+sun.security.util.DisabledAlgorithmConstraints$Constraint
+sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
+sun.security.util.DisabledAlgorithmConstraints$Constraints
+sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
+sun.security.util.KeyUtil
+sun.security.util.Length
+sun.security.util.ManifestDigester
+sun.security.util.ManifestDigester$Entry
+sun.security.util.ManifestDigester$Position
+sun.security.util.ManifestEntryVerifier
+sun.security.util.ManifestEntryVerifier$SunProviderHolder
+sun.security.util.MemoryCache
+sun.security.util.MemoryCache$CacheEntry
+sun.security.util.MemoryCache$SoftCacheEntry
+sun.security.util.ObjectIdentifier
+sun.security.util.SignatureFileVerifier
+sun.security.x509.AVA
+sun.security.x509.AVAKeyword
+sun.security.x509.AccessDescription
+sun.security.x509.AlgorithmId
+sun.security.x509.AuthorityInfoAccessExtension
+sun.security.x509.AuthorityKeyIdentifierExtension
+sun.security.x509.BasicConstraintsExtension
+sun.security.x509.CRLDistributionPointsExtension
+sun.security.x509.CRLNumberExtension
+sun.security.x509.CRLReasonCodeExtension
+sun.security.x509.CertAttrSet
+sun.security.x509.CertificateAlgorithmId
+sun.security.x509.CertificateExtensions
+sun.security.x509.CertificateIssuerExtension
+sun.security.x509.CertificatePoliciesExtension
+sun.security.x509.CertificatePolicyId
+sun.security.x509.CertificateSerialNumber
+sun.security.x509.CertificateValidity
+sun.security.x509.CertificateVersion
+sun.security.x509.CertificateX509Key
+sun.security.x509.DNSName
+sun.security.x509.DeltaCRLIndicatorExtension
+sun.security.x509.DistributionPoint
+sun.security.x509.ExtendedKeyUsageExtension
+sun.security.x509.Extension
+sun.security.x509.FreshestCRLExtension
+sun.security.x509.GeneralName
+sun.security.x509.GeneralNameInterface
+sun.security.x509.GeneralNames
+sun.security.x509.InhibitAnyPolicyExtension
+sun.security.x509.IssuerAlternativeNameExtension
+sun.security.x509.IssuingDistributionPointExtension
+sun.security.x509.KeyIdentifier
+sun.security.x509.KeyUsageExtension
+sun.security.x509.NameConstraintsExtension
+sun.security.x509.NetscapeCertTypeExtension
+sun.security.x509.OCSPNoCheckExtension
+sun.security.x509.OIDMap
+sun.security.x509.OIDMap$OIDInfo
+sun.security.x509.PKIXExtensions
+sun.security.x509.PolicyConstraintsExtension
+sun.security.x509.PolicyInformation
+sun.security.x509.PolicyMappingsExtension
+sun.security.x509.PrivateKeyUsageExtension
+sun.security.x509.RDN
+sun.security.x509.SerialNumber
+sun.security.x509.SubjectAlternativeNameExtension
+sun.security.x509.SubjectInfoAccessExtension
+sun.security.x509.SubjectKeyIdentifierExtension
+sun.security.x509.URIName
+sun.security.x509.X500Name
+sun.security.x509.X500Name$1
+sun.security.x509.X509AttributeName
+sun.security.x509.X509CertImpl
+sun.security.x509.X509CertInfo
+sun.security.x509.X509Key
+sun.util.calendar.AbstractCalendar
+sun.util.calendar.BaseCalendar
+sun.util.calendar.BaseCalendar$Date
+sun.util.calendar.CalendarDate
+sun.util.calendar.CalendarSystem
+sun.util.calendar.CalendarUtils
+sun.util.calendar.Era
+sun.util.calendar.Gregorian
+sun.util.calendar.Gregorian$Date
+sun.util.calendar.ImmutableGregorianDate
+sun.util.calendar.JulianCalendar
+sun.util.calendar.LocalGregorianCalendar
+sun.util.locale.BaseLocale
+sun.util.locale.BaseLocale$Cache
+sun.util.locale.BaseLocale$Key
+sun.util.locale.Extension
+sun.util.locale.InternalLocaleBuilder
+sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar
+sun.util.locale.LanguageTag
+sun.util.locale.LocaleExtensions
+sun.util.locale.LocaleObjectCache
+sun.util.locale.LocaleObjectCache$CacheEntry
+sun.util.locale.LocaleSyntaxException
+sun.util.locale.LocaleUtils
+sun.util.locale.ParseStatus
+sun.util.locale.StringTokenIterator
+sun.util.locale.UnicodeLocaleExtension
+sun.util.logging.LoggingProxy
+sun.util.logging.LoggingSupport
+sun.util.logging.LoggingSupport$1
+sun.util.logging.LoggingSupport$2
+sun.util.logging.PlatformLogger
+sun.util.logging.PlatformLogger$1
+sun.util.logging.PlatformLogger$JavaLoggerProxy
+sun.util.logging.PlatformLogger$Level
+sun.util.logging.PlatformLogger$LoggerProxy
diff --git a/system/etc/custom.conf b/system/etc/custom.conf
new file mode 100644
index 0000000000000000000000000000000000000000..5765e7655951f89f9010b0b78ead333ab96d4655
--- /dev/null
+++ b/system/etc/custom.conf
@@ -0,0 +1,34 @@
+# [usage]
+# format-> m.n=v
+# m -> module definition, support wildcards
+# p -> property name, used as key, case sensitive
+# v -> property value
+#
+# [example]
+# mms.UserAgent = Android 4.0/Release 01.05.2012
+# bluetooth.HostName = BtDevice
+# *.UAProfileURL = http://www.google.com/UAProf.xml
+#
+# [notice]
+# CR/LF used as only delimiter of each configuaration items, both LINUX/MAC/DOS format supported
+# character set: ASCII, encoding type: UTF8
+
+#browser.UserAgent = Athens15_TD/V2 Linux/3.0.13 Android/4.0 Release/02.15.2012 Browser/AppleWebKit534.30 Mobile Safari/534.30 System/Android 4.0.1;
+browser.UAProfileURL = http://218.249.47.94/Xianghe/MTK_Phone_KK_UAprofile.xml
+mms.UserAgent = Android-Mms/0.1
+mms.UAProfileURL = http://www.google.com/oha/rdf/ua-profile-kila.xml 
+http_streaming.UserAgent = stagefright/1.2 (Linux;Android @ro.build.version.release )
+rtsp_streaming.UserAgent = stagefright/1.2 (Linux;Android @ro.build.version.release )
+#http_streaming.UAProfileURL = http://218.249.47.94/Xianghe/MTK_Athens15_UAProfile.xml
+#rtsp_streaming.UAProfileURL = http://218.249.47.94/Xianghe/MTK_Athens15_UAProfile.xml
+dm.Manufacturer = MTK1
+dm.Model = MTK
+bluetooth.HostName = ANDROID BT
+fmtransmitter.RDSValue = Mediatek
+wlan.SSID = AndroidAP
+Setting.Model=@ro.product.model@
+Setting.SWVerno= @ro.mediatek.version.release@
+
+
+
+
diff --git a/system/etc/default_volume_tables.xml b/system/etc/default_volume_tables.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9a22b1da3fcb880becacb25bb60cb1a197c0521a
--- /dev/null
+++ b/system/etc/default_volume_tables.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<!-- Default Volume Tables included by Audio Policy Configuration file -->
+<!-- Full Default Volume table for all device category -->
+<volumes>
+    <reference name="FULL_SCALE_VOLUME_CURVE">
+    <!-- Full Scale reference Volume Curve -->
+        <point>0,0</point>
+        <point>100,0</point>
+    </reference>
+    <reference name="SILENT_VOLUME_CURVE">
+        <point>0,-9600</point>
+        <point>100,-9600</point>
+    </reference>
+    <reference name="DEFAULT_SYSTEM_VOLUME_CURVE">
+    <!-- Default System reference Volume Curve -->
+        <point>1,-2400</point>
+        <point>33,-1800</point>
+        <point>66,-1200</point>
+        <point>100,-600</point>
+    </reference>
+    <reference name="DEFAULT_MEDIA_VOLUME_CURVE">
+    <!-- Default Media reference Volume Curve -->
+        <point>1,-5800</point>
+        <point>20,-4000</point>
+        <point>60,-1700</point>
+        <point>100,0</point>
+    </reference>
+    <reference name="DEFAULT_DEVICE_CATEGORY_HEADSET_VOLUME_CURVE">
+    <!--Default Volume Curve -->
+        <point>1,-4950</point>
+        <point>33,-3350</point>
+        <point>66,-1700</point>
+        <point>100,0</point>
+    </reference>
+    <reference name="DEFAULT_DEVICE_CATEGORY_SPEAKER_VOLUME_CURVE">
+    <!-- Default is Speaker Media Volume Curve -->
+        <point>1,-5800</point>
+        <point>20,-4000</point>
+        <point>60,-1700</point>
+        <point>100,0</point>
+    </reference>
+    <reference name="DEFAULT_DEVICE_CATEGORY_EARPIECE_VOLUME_CURVE">
+    <!--Default Volume Curve -->
+        <point>1,-4950</point>
+        <point>33,-3350</point>
+        <point>66,-1700</point>
+        <point>100,0</point>
+    </reference>
+    <reference name="DEFAULT_DEVICE_CATEGORY_EXT_MEDIA_VOLUME_CURVE">
+    <!-- Default is Ext Media System Volume Curve -->
+        <point>1,-5800</point>
+        <point>20,-4000</point>
+        <point>60,-2100</point>
+        <point>100,-1000</point>
+    </reference>
+</volumes>
diff --git a/system/etc/dirty-image-objects b/system/etc/dirty-image-objects
new file mode 100644
index 0000000000000000000000000000000000000000..9b4d199dc723dc3ef353757e63fb5580944bdda1
--- /dev/null
+++ b/system/etc/dirty-image-objects
@@ -0,0 +1,176 @@
+#
+# Copyright (C) 2017 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.
+#
+#
+#
+# Dirty-image-objects file for boot image.
+#
+# Objects in this file are known dirty at runtime. Current this includes:
+#   - classes with known dirty static fields.
+#
+# The image writer will bin these objects together in the image.
+#
+# This file can be generated using imgdiag with a command such as:
+#   adb shell imgdiag --image-diff-pid=<app pid> --zygote-diff-pid=<zygote pid> \
+#     --boot-image=/system/framework/boot.art --dump-dirty-objects
+# Then, grep for lines containing "Private dirty object" from the output.
+# This particular file was generated by dumping systemserver and systemui.
+#
+java.lang.System
+java.net.Inet4Address
+java.lang.Thread
+java.lang.Throwable
+java.util.Collections
+javax.net.ssl.SSLContext
+java.nio.charset.Charset
+java.security.Provider
+javax.net.ssl.HttpsURLConnection
+javax.net.ssl.SSLSocketFactory
+java.util.TimeZone
+java.util.Locale
+java.util.function.ToIntFunction
+sun.misc.FormattedFloatingDecimal
+java.util.stream.IntStream
+android.icu.util.TimeZone
+libcore.io.DropBox
+org.apache.harmony.luni.internal.util.TimezoneGetter
+dalvik.system.SocketTagger
+dalvik.system.CloseGuard
+java.lang.ref.FinalizerReference
+com.android.org.conscrypt.ct.CTLogStoreImpl
+com.android.org.conscrypt.SSLParametersImpl
+com.android.org.conscrypt.OpenSSLContextImpl
+com.android.org.conscrypt.SSLParametersImpl$AliasChooser
+com.android.org.conscrypt.SSLParametersImpl$PSKCallbacks
+com.android.org.conscrypt.NativeCrypto$SSLHandshakeCallbacks
+com.android.okhttp.OkHttpClient
+com.android.okhttp.okio.SegmentPool
+com.android.okhttp.okio.AsyncTimeout
+com.android.okhttp.HttpUrl
+android.os.StrictMode
+com.android.internal.os.BinderInternal
+android.os.storage.StorageManager
+android.os.Trace
+android.app.ActivityManager
+android.media.MediaRouter
+android.os.Environment
+android.view.ThreadedRenderer
+android.media.AudioManager
+android.app.AlarmManager
+android.telephony.TelephonyManager
+android.bluetooth.BluetoothAdapter
+com.android.internal.os.SomeArgs
+android.os.LocaleList
+android.view.WindowManagerGlobal
+android.media.AudioSystem
+android.ddm.DdmHandleAppName
+android.provider.Settings
+android.view.ViewRootImpl
+android.net.ConnectivityManager
+android.app.ActivityThread
+android.os.BaseBundle
+android.util.ArraySet
+android.view.View
+android.os.ServiceManager
+android.view.ViewTreeObserver
+android.hardware.input.InputManager
+android.os.UEventObserver
+android.app.NotificationManager
+android.hardware.display.DisplayManagerGlobal
+android.os.Binder
+android.app.AppOpsManager
+android.content.ContentResolver
+android.app.backup.BackupManager
+android.util.ArrayMap
+android.os.Looper
+android.graphics.Bitmap
+android.view.textservice.TextServicesManager
+com.android.internal.inputmethod.InputMethodUtils
+android.app.QueuedWork
+android.graphics.TemporaryBuffer
+android.widget.ImageView
+android.database.sqlite.SQLiteGlobal
+android.view.autofill.Helper
+android.text.method.SingleLineTransformationMethod
+com.android.internal.os.RuntimeInit
+android.view.inputmethod.InputMethodManager
+android.hardware.SystemSensorManager
+android.database.CursorWindow
+android.text.TextUtils
+android.media.PlayerBase
+android.app.ResourcesManager
+android.os.Message
+android.view.accessibility.AccessibilityManager
+android.app.Notification
+android.provider.ContactsContract$ContactNameColumns
+android.provider.CalendarContract$EventsColumns
+android.provider.CalendarContract$CalendarColumns
+android.provider.CalendarContract$SyncColumns
+android.provider.ContactsContract$ContactsColumns
+android.content.pm.PackageManager$OnPermissionsChangedListener
+android.net.IpConfiguration$ProxySettings
+android.provider.ContactsContract$ContactOptionsColumns
+android.net.wifi.SupplicantState
+android.provider.ContactsContract$ContactStatusColumns
+android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
+android.provider.CalendarContract$CalendarSyncColumns
+android.bluetooth.BluetoothProfile$ServiceListener
+android.provider.ContactsContract$ContactCounts
+android.net.IpConfiguration$IpAssignment
+android.text.TextWatcher
+android.graphics.Bitmap$CompressFormat
+android.location.LocationListener
+sun.security.jca.Providers
+java.lang.CharSequence
+android.icu.util.ULocale
+dalvik.system.BaseDexClassLoader
+android.icu.text.BreakIterator
+libcore.io.EventLogger
+libcore.net.NetworkSecurityPolicy
+android.icu.text.UnicodeSet
+com.android.org.conscrypt.TrustedCertificateStore$PreloadHolder
+android.app.SearchManager
+android.os.Build
+android.app.ContextImpl
+android.app.WallpaperManager
+android.security.net.config.ApplicationConfig
+android.animation.LayoutTransition
+android.widget.TextView
+com.android.internal.logging.MetricsLogger
+android.renderscript.RenderScriptCacheDir
+android.os.Process
+android.os.Handler
+android.content.Context
+android.graphics.drawable.AdaptiveIconDrawable
+android.provider.FontsContract
+android.text.style.SuggestionSpan
+android.graphics.drawable.VectorDrawable$VGroup
+android.view.ViewStub
+android.text.style.MetricAffectingSpan
+android.content.SharedPreferences$OnSharedPreferenceChangeListener
+android.app.PendingIntent
+android.text.SpanWatcher
+android.widget.FrameLayout
+android.net.NetworkRequest$Type
+android.net.NetworkInfo$State
+android.graphics.drawable.GradientDrawable
+android.text.style.AlignmentSpan
+android.widget.LinearLayout
+android.text.style.CharacterStyle
+android.view.View$OnApplyWindowInsetsListener
+android.view.MenuItem
+android.text.style.ReplacementSpan
+android.graphics.drawable.Icon
+android.widget.Button
diff --git a/system/etc/event-log-tags b/system/etc/event-log-tags
new file mode 100644
index 0000000000000000000000000000000000000000..e58faf9b5cfd499b901f71f35c9d8afd30ea8203
--- /dev/null
+++ b/system/etc/event-log-tags
@@ -0,0 +1,348 @@
+42 answer (to life the universe etc|3)
+314 pi
+1003 auditd (avc|3)
+1004 chatty (dropped|3)
+1005 tag_def (tag|1),(name|3),(format|3)
+1006 liblog (dropped|1)
+2718 e
+2719 configuration_changed (config mask|1|5)
+2720 sync (id|3),(event|1|5),(source|1|5),(account|1|5)
+2721 cpu (total|1|6),(user|1|6),(system|1|6),(iowait|1|6),(irq|1|6),(softirq|1|6)
+2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
+2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
+2724 power_sleep_requested (wakeLocksCleared|1|1)
+2725 power_screen_broadcast_send (wakelockCount|1|1)
+2726 power_screen_broadcast_done (on|1|5),(broadcastDuration|2|3),(wakelockCount|1|1)
+2727 power_screen_broadcast_stop (which|1|5),(wakelockCount|1|1)
+2728 power_screen_state (offOrOn|1|5),(becauseOfUser|1|5),(totalTouchDownTime|2|3),(touchCycles|1|1),(latency|1|3)
+2729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3)
+2730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6)
+2731 power_soft_sleep_requested (savedwaketimems|2)
+2732 storaged_disk_stats (type|3),(start_time|2|3),(end_time|2|3),(read_ios|2|1),(read_merges|2|1),(read_sectors|2|1),(read_ticks|2|3),(write_ios|2|1),(write_merges|2|1),(write_sectors|2|1),(write_ticks|2|3),(o_in_flight|2|1),(io_ticks|2|3),(io_in_queue|2|1)
+2733 storaged_emmc_info (mmc_ver|3),(eol|1),(lifetime_a|1),(lifetime_b|1)
+2740 location_controller
+2741 force_gc (reason|3)
+2742 tickle (authority|3)
+2747 contacts_aggregation (aggregation time|2|3), (count|1|1)
+2748 cache_file_deleted (path|3)
+2749 storage_state (uuid|3),(old_state|1),(new_state|1),(usable|2),(total|2)
+2750 notification_enqueue (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(notification|3),(status|1)
+2751 notification_cancel (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3)
+2752 notification_cancel_all (uid|1|5),(pid|1|5),(pkg|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3)
+2755 fstrim_start (time|2|3)
+2756 fstrim_finish (time|2|3)
+2802 watchdog (Service|3)
+2803 watchdog_proc_pss (Process|3),(Pid|1|5),(Pss|1|2)
+2804 watchdog_soft_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2),(Skip|3)
+2805 watchdog_hard_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2)
+2806 watchdog_pss_stats (EmptyPss|1|2),(EmptyCount|1|1),(BackgroundPss|1|2),(BackgroundCount|1|1),(ServicePss|1|2),(ServiceCount|1|1),(VisiblePss|1|2),(VisibleCount|1|1),(ForegroundPss|1|2),(ForegroundCount|1|1),(NoPssCount|1|1)
+2807 watchdog_proc_stats (DeathsInOne|1|1),(DeathsInTwo|1|1),(DeathsInThree|1|1),(DeathsInFour|1|1),(DeathsInFive|1|1)
+2808 watchdog_scheduled_reboot (Now|2|1),(Interval|1|3),(StartTime|1|3),(Window|1|3),(Skip|3)
+2809 watchdog_meminfo (MemFree|1|2),(Buffers|1|2),(Cached|1|2),(Active|1|2),(Inactive|1|2),(AnonPages|1|2),(Mapped|1|2),(Slab|1|2),(SReclaimable|1|2),(SUnreclaim|1|2),(PageTables|1|2)
+2810 watchdog_vmstat (runtime|2|3),(pgfree|1|1),(pgactivate|1|1),(pgdeactivate|1|1),(pgfault|1|1),(pgmajfault|1|1)
+2811 watchdog_requested_reboot (NoWait|1|1),(ScheduleInterval|1|3),(RecheckInterval|1|3),(StartTime|1|3),(Window|1|3),(MinScreenOff|1|3),(MinNextAlarm|1|3)
+2820 backup_data_changed (Package|3)
+2821 backup_start (Transport|3)
+2822 backup_transport_failure (Package|3)
+2823 backup_agent_failure (Package|3),(Message|3)
+2824 backup_package (Package|3),(Size|1|2)
+2825 backup_success (Packages|1|1),(Time|1|3)
+2826 backup_reset (Transport|3)
+2827 backup_initialize
+2828 backup_requested (Total|1|1),(Key-Value|1|1),(Full|1|1)
+2829 backup_quota_exceeded (Package|3)
+2830 restore_start (Transport|3),(Source|2|5)
+2831 restore_transport_failure
+2832 restore_agent_failure (Package|3),(Message|3)
+2833 restore_package (Package|3),(Size|1|2)
+2834 restore_success (Packages|1|1),(Time|1|3)
+2840 full_backup_package (Package|3)
+2841 full_backup_agent_failure (Package|3),(Message|3)
+2842 full_backup_transport_failure
+2843 full_backup_success (Package|3)
+2844 full_restore_package (Package|3)
+2845 full_backup_quota_exceeded (Package|3)
+2846 full_backup_cancelled (Package|3),(Message|3)
+2850 backup_transport_lifecycle (Transport|3),(Bound|1|1)
+2900 rescue_note (uid|1),(count|1),(window|2)
+2901 rescue_level (level|1),(trigger_uid|1)
+2902 rescue_success (level|1)
+2903 rescue_failure (level|1),(msg|3)
+3000 boot_progress_start (time|2|3)
+3010 boot_progress_system_run (time|2|3)
+3020 boot_progress_preload_start (time|2|3)
+3030 boot_progress_preload_end (time|2|3)
+3040 boot_progress_ams_ready (time|2|3)
+3050 boot_progress_enable_screen (time|2|3)
+3060 boot_progress_pms_start (time|2|3)
+3070 boot_progress_pms_system_scan_start (time|2|3)
+3080 boot_progress_pms_data_scan_start (time|2|3)
+3090 boot_progress_pms_scan_end (time|2|3)
+3100 boot_progress_pms_ready (time|2|3)
+3110 unknown_sources_enabled (value|1)
+3120 pm_critical_info (msg|3)
+3121 pm_package_stats (manual_time|2|3),(quota_time|2|3),(manual_data|2|2),(quota_data|2|2),(manual_cache|2|2),(quota_cache|2|2)
+4000 calendar_upgrade_receiver (time|2|3)
+4100 contacts_upgrade_receiver (time|2|3)
+20003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(ownerfile|3),(ownerline|1|5),(sample_percent|1|6)
+27500 notification_panel_revealed (items|1)
+27501 notification_panel_hidden
+27510 notification_visibility_changed (newlyVisibleKeys|3),(noLongerVisibleKeys|3)
+27511 notification_expansion (key|3),(user_action|1),(expanded|1),(lifespan|1),(freshness|1),(exposure|1)
+27520 notification_clicked (key|3),(lifespan|1),(freshness|1),(exposure|1)
+27521 notification_action_clicked (key|3),(action_index|1),(lifespan|1),(freshness|1),(exposure|1)
+27530 notification_canceled (key|3),(reason|1),(lifespan|1),(freshness|1),(exposure|1),(listener|3)
+27531 notification_visibility (key|3),(visibile|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1)
+27532 notification_alert (key|3),(buzz|1),(beep|1),(blink|1)
+27533 notification_autogrouped (key|3)
+30001 am_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
+30002 am_task_to_front (User|1|5),(Task|1|5)
+30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
+30004 am_create_task (User|1|5),(Task ID|1|5)
+30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
+30006 am_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
+30007 am_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
+30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3)
+30009 am_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
+30010 am_proc_bound (User|1|5),(PID|1|5),(Process Name|3)
+30011 am_proc_died (User|1|5),(PID|1|5),(Process Name|3),(OomAdj|1|5),(ProcState|1|5)
+30012 am_failed_to_pause (User|1|5),(Token|1|5),(Wanting to pause|3),(Currently pausing|3)
+30013 am_pause_activity (User|1|5),(Token|1|5),(Component Name|3)
+30014 am_proc_start (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3),(Type|3),(Component|3)
+30015 am_proc_bad (User|1|5),(UID|1|5),(Process Name|3)
+30016 am_proc_good (User|1|5),(UID|1|5),(Process Name|3)
+30017 am_low_memory (Num Processes|1|1)
+30018 am_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
+30019 am_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
+30020 am_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
+30021 am_on_paused_called (User|1|5),(Component Name|3),(Reason|3)
+30022 am_on_resume_called (User|1|5),(Component Name|3),(Reason|3)
+30023 am_kill (User|1|5),(PID|1|5),(Process Name|3),(OomAdj|1|5),(Reason|3)
+30024 am_broadcast_discard_filter (User|1|5),(Broadcast|1|5),(Action|3),(Receiver Number|1|1),(BroadcastFilter|1|5)
+30025 am_broadcast_discard_app (User|1|5),(Broadcast|1|5),(Action|3),(Receiver Number|1|1),(App|3)
+30030 am_create_service (User|1|5),(Service Record|1|5),(Name|3),(UID|1|5),(PID|1|5)
+30031 am_destroy_service (User|1|5),(Service Record|1|5),(PID|1|5)
+30032 am_process_crashed_too_much (User|1|5),(Name|3),(PID|1|5)
+30033 am_drop_process (PID|1|5)
+30034 am_service_crashed_too_much (User|1|5),(Crash Count|1|1),(Component Name|3),(PID|1|5)
+30035 am_schedule_service_restart (User|1|5),(Component Name|3),(Time|2|3)
+30036 am_provider_lost_process (User|1|5),(Package Name|3),(UID|1|5),(Name|3)
+30037 am_process_start_timeout (User|1|5),(PID|1|5),(UID|1|5),(Process Name|3)
+30039 am_crash (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Exception|3),(Message|3),(File|3),(Line|1|5)
+30040 am_wtf (User|1|5),(PID|1|5),(Process Name|3),(Flags|1|5),(Tag|3),(Message|3)
+30041 am_switch_user (id|1|5)
+30042 am_activity_fully_drawn_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
+30043 am_set_resumed_activity (User|1|5),(Component Name|3),(Reason|3)
+30044 am_focused_stack (User|1|5),(Focused Stack Id|1|5),(Last Focused Stack Id|1|5),(Reason|3)
+30045 am_pre_boot (User|1|5),(Package|3)
+30046 am_meminfo (Cached|2|2),(Free|2|2),(Zram|2|2),(Kernel|2|2),(Native|2|2)
+30047 am_pss (Pid|1|5),(UID|1|5),(Process Name|3),(Pss|2|2),(Uss|2|2),(SwapPss|2|2)
+30048 am_stop_activity (User|1|5),(Token|1|5),(Component Name|3)
+30049 am_on_stop_called (User|1|5),(Component Name|3),(Reason|3)
+30050 am_mem_factor (Current|1|5),(Previous|1|5)
+30051 am_user_state_changed (id|1|5),(state|1|5)
+30052 am_uid_running (UID|1|5)
+30053 am_uid_stopped (UID|1|5)
+30054 am_uid_active (UID|1|5)
+30055 am_uid_idle (UID|1|5)
+30056 am_stop_idle_service (UID|1|5),(Component Name|3)
+31000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3)
+31001 wm_task_created (TaskId|1|5),(StackId|1|5)
+31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
+31003 wm_task_removed (TaskId|1|5),(Reason|3)
+31004 wm_stack_created (StackId|1|5)
+31005 wm_home_stack_moved (ToTop|1)
+31006 wm_stack_removed (StackId|1|5)
+31007 wm_boot_animation_done (time|2|3)
+32000 imf_force_reconnect_ime (IME|4),(Time Since Connect|2|3),(Showing|1|1)
+33000 wp_wallpaper_crashed (component|3)
+34000 device_idle (state|1|5), (reason|3)
+34001 device_idle_step
+34002 device_idle_wake_from_idle (is_idle|1|5), (reason|3)
+34003 device_idle_on_start
+34004 device_idle_on_phase (what|3)
+34005 device_idle_on_complete
+34006 device_idle_off_start (reason|3)
+34007 device_idle_off_phase (what|3)
+34008 device_idle_off_complete
+34009 device_idle_light (state|1|5), (reason|3)
+34010 device_idle_light_step
+35000 auto_brightness_adj (old_adj|5),(old_lux|5),(old_brightness|5),(old_gamma|5),(new_adj|5),(new_lux|5),(new_brightness|5),(new_gamma|5)
+36000 sysui_statusbar_touch (type|1),(x|1),(y|1),(disable1|1),(disable2|1)
+36001 sysui_heads_up_status (key|3),(visible|1)
+36002 sysui_fullscreen_notification (key|3)
+36003 sysui_heads_up_escalation (key|3)
+36004 sysui_status_bar_state (state|1),(keyguardShowing|1),(keyguardOccluded|1),(bouncerShowing|1),(secure|1),(currentlyInsecure|1)
+36010 sysui_panelbar_touch (type|1),(x|1),(y|1),(enabled|1)
+36020 sysui_notificationpanel_touch (type|1),(x|1),(y|1)
+36021 sysui_lockscreen_gesture (type|1),(lengthDp|1),(velocityDp|1)
+36030 sysui_quickpanel_touch (type|1),(x|1),(y|1)
+36040 sysui_panelholder_touch (type|1),(x|1),(y|1)
+36050 sysui_searchpanel_touch (type|1),(x|1),(y|1)
+36060 sysui_recents_connection (type|1),(user|1)
+36070 sysui_latency (action|1|5),(latency|1|3)
+40000 volume_changed (stream|1), (prev_level|1), (level|1), (max_level|1), (caller|3)
+40001 stream_devices_changed (stream|1), (prev_devices|1), (devices|1)
+40100 camera_gesture_triggered (gesture_on_time|2|3), (sensor1_on_time|2|3), (sensor2_on_time|2|3), (event_extra|1|1)
+50000 menu_item_selected (Menu type where 0 is options and 1 is context|1|5),(Menu item title|3)
+50001 menu_opened (Menu type where 0 is options and 1 is context|1|5)
+50020 connectivity_state_changed (type|1),(subtype|1),(state|1)
+50021 wifi_state_changed (wifi_state|3)
+50022 wifi_event_handled (wifi_event|1|5)
+50023 wifi_supplicant_state_changed (supplicant_state|1|5)
+50080 ntp_success (server|3),(rtt|2),(offset|2)
+50081 ntp_failure (server|3),(msg|3)
+50100 pdp_bad_dns_address (dns_address|3)
+50101 pdp_radio_reset_countdown_triggered (out_packet_count|1|1)
+50102 pdp_radio_reset (out_packet_count|1|1)
+50103 pdp_context_reset (out_packet_count|1|1)
+50104 pdp_reregister_network (out_packet_count|1|1)
+50105 pdp_setup_fail (cause|1|5), (cid|1|5), (network_type|1|5)
+50106 call_drop (cause|1|5), (cid|1|5), (network_type|1|5)
+50107 data_network_registration_fail (op_numeric|1|5), (cid|1|5)
+50108 data_network_status_on_radio_off (dc_state|3), (enable|1|5)
+50109 pdp_network_drop (cid|1|5), (network_type|1|5)
+50110 cdma_data_setup_failed (cause|1|5), (cid|1|5), (network_type|1|5)
+50111 cdma_data_drop (cid|1|5), (network_type|1|5)
+50112 gsm_rat_switched (cid|1|5), (network_from|1|5), (network_to|1|5)
+50113 gsm_data_state_change (oldState|3), (newState|3)
+50114 gsm_service_state_change (oldState|1|5), (oldGprsState|1|5), (newState|1|5), (newGprsState|1|5)
+50115 cdma_data_state_change (oldState|3), (newState|3)
+50116 cdma_service_state_change (oldState|1|5), (oldDataState|1|5), (newState|1|5), (newDataState|1|5)
+50117 bad_ip_address (ip_address|3)
+50118 data_stall_recovery_get_data_call_list (out_packet_count|1|1)
+50119 data_stall_recovery_cleanup (out_packet_count|1|1)
+50120 data_stall_recovery_reregister (out_packet_count|1|1)
+50121 data_stall_recovery_radio_restart (out_packet_count|1|1)
+50122 data_stall_recovery_radio_restart_with_prop (out_packet_count|1|1)
+50123 gsm_rat_switched_new (cid|1|5), (network_from|1|5), (network_to|1|5)
+50125 exp_det_sms_denied_by_user (app_signature|3)
+50128 exp_det_sms_sent_by_user (app_signature|3)
+51100 netstats_mobile_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3)
+51101 netstats_wifi_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3)
+51200 lockdown_vpn_connecting (egress_net|1)
+51201 lockdown_vpn_connected (egress_net|1)
+51202 lockdown_vpn_error (egress_net|1)
+51300 config_install_failed (dir|3)
+51400 ifw_intent_matched (Intent Type|1|5),(Component Name|3),(Caller Uid|1|5),(Caller Pkg Count|1|1),(Caller Pkgs|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
+51500 idle_maintenance_window_start (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5)
+51501 idle_maintenance_window_finish (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5)
+51600 timezone_trigger_check (token|3)
+51610 timezone_request_install (token|3)
+51611 timezone_install_started (token|3)
+51612 timezone_install_complete (token|3), (result|1)
+51620 timezone_request_uninstall (token|3)
+51621 timezone_uninstall_started (token|3)
+51622 timezone_uninstall_complete (token|3), (result|1)
+51630 timezone_request_nothing (token|3)
+51631 timezone_nothing_complete (token|3)
+51690 timezone_check_trigger_received (token_bytes|3)
+51691 timezone_check_read_from_data_app (token_bytes|3)
+51692 timezone_check_request_uninstall (token_bytes|3)
+51693 timezone_check_request_install (token_bytes|3)
+51694 timezone_check_request_nothing (token_bytes|3), (success|1)
+52000 db_sample (db|3),(sql|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
+52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
+52002 content_query_sample (uri|3),(projection|3),(selection|3),(sortorder|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
+52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
+52004 binder_sample (descriptor|3),(method_num|1|5),(time|1|3),(blocking_package|3),(sample_percent|1|6)
+52100 unsupported_settings_query (uri|3),(selection|3),(whereArgs|3)
+52101 persist_setting_error (message|3)
+60000 viewroot_draw (Draw time|1|3)
+60001 viewroot_layout (Layout time|1|3)
+60002 view_build_drawing_cache (View created drawing cache|1|5)
+60003 view_use_drawing_cache (View drawn using bitmap cache|1|5)
+60100 sf_frame_dur (window|3),(dur0|1),(dur1|1),(dur2|1),(dur3|1),(dur4|1),(dur5|1),(dur6|1)
+60110 sf_stop_bootanim (time|2|3)
+65537 exp_det_netlink_failure (uid|1)
+70000 screen_toggled (screen_state|1|5)
+70101 browser_zoom_level_change (start level|1|5),(end level|1|5),(time|2|3)
+70102 browser_double_tap_duration (duration|1|3),(time|2|3)
+70103 browser_bookmark_added (url|3), (where|3)
+70104 browser_page_loaded (url|3), (time|2|3)
+70105 browser_timeonpage (url|3), (time|2|3)
+70150 browser_snap_center
+70151 exp_det_attempt_to_call_object_getclass (app_signature|3)
+70200 aggregation (aggregation time|2|3)
+70201 aggregation_test (field1|1|2),(field2|1|2),(field3|1|2),(field4|1|2),(field5|1|2)
+70301 phone_ui_enter
+70302 phone_ui_exit
+70303 phone_ui_button_click (text|3)
+70304 phone_ui_ringer_query_elapsed
+70305 phone_ui_multiple_query
+71001 qsb_start (name|3),(version|1),(start_method|3),(latency|1|3),(search_source|3),(enabled_sources|3),(on_create_latency|1|3)
+71002 qsb_click (id|2),(suggestions|3),(queried_sources|3),(num_chars|1),(click_type|1)
+71003 qsb_search (search_source|3),(method|1),(num_chars|1)
+71004 qsb_voice_search (search_source|3)
+71005 qsb_exit (suggestions|3),(num_chars|1)
+71006 qsb_latency (corpus|3),(latency|1|3),(num_chars|1)
+75000 sqlite_mem_alarm_current (current|1|2)
+75001 sqlite_mem_alarm_max (max|1|2)
+75002 sqlite_mem_alarm_alloc_attempt (attempts|1|4)
+75003 sqlite_mem_released (Memory released|1|2)
+75004 sqlite_db_corrupt (Database file corrupt|3)
+76001 tts_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3)
+76002 tts_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(locale|3),(rate|1),(pitch|1)
+76003 tts_v2_speak_success (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3),(engine_latency|2|3),(engine_total|2|3),(audio_latency|2|3)
+76004 tts_v2_speak_failure (engine|3),(caller_uid|1),(caller_pid|1),(length|1),(request_config|3), (statusCode|1)
+78001 exp_det_dispatchCommand_overflow
+80100 bionic_event_memcpy_buffer_overflow (uid|1)
+80105 bionic_event_strcat_buffer_overflow (uid|1)
+80110 bionic_event_memmov_buffer_overflow (uid|1)
+80115 bionic_event_strncat_buffer_overflow (uid|1)
+80120 bionic_event_strncpy_buffer_overflow (uid|1)
+80125 bionic_event_memset_buffer_overflow (uid|1)
+80130 bionic_event_strcpy_buffer_overflow (uid|1)
+80200 bionic_event_strcat_integer_overflow (uid|1)
+80205 bionic_event_strncat_integer_overflow (uid|1)
+80300 bionic_event_resolver_old_response (uid|1)
+80305 bionic_event_resolver_wrong_server (uid|1)
+80310 bionic_event_resolver_wrong_query (uid|1)
+90100 exp_det_cert_pin_failure (certs|4)
+90200 lock_screen_type (type|3)
+90201 exp_det_device_admin_activated_by_user (app_signature|3)
+90202 exp_det_device_admin_declined_by_user (app_signature|3)
+90203 exp_det_device_admin_uninstalled_by_user (app_signature|3)
+201001 system_update (status|1|5),(download_result|1|5),(bytes|2|2),(url|3)
+201002 system_update_user (action|3)
+202001 vending_reconstruct (changes|1)
+202901 transaction_event (data|3)
+203001 sync_details (authority|3),(send|1|2),(recv|1|2),(details|3)
+203002 google_http_request (elapsed|2|3),(status|1),(appname|3),(reused|1)
+204001 gtalkservice (eventType|1)
+204002 gtalk_connection (status|1)
+204003 gtalk_conn_close (status|1),(duration|1)
+204004 gtalk_heartbeat_reset (interval_and_nt|1),(ip|3)
+204005 c2dm (packet_type|1),(persistent_id|3),(stream_id|1),(last_stream_id|1)
+205001 setup_server_timeout
+205002 setup_required_captcha (action|3)
+205003 setup_io_error (status|3)
+205004 setup_server_error
+205005 setup_retries_exhausted
+205006 setup_no_data_network
+205007 setup_completed
+205008 gls_account_tried (status|1)
+205009 gls_account_saved (status|1)
+205010 gls_authenticate (status|1),(service|3)
+205011 google_mail_switch (direction|1)
+206001 snet (payload|3)
+206003 exp_det_snet (payload|3)
+208000 metrics_heartbeat
+210001 security_adb_shell_interactive
+210002 security_adb_shell_command (command|3)
+210003 security_adb_sync_recv (path|3)
+210004 security_adb_sync_send (path|3)
+210005 security_app_process_start (process|3),(start_time|2|3),(uid|1),(pid|1),(seinfo|3),(sha256|3)
+210006 security_keyguard_dismissed
+210007 security_keyguard_dismiss_auth_attempt (success|1),(method_strength|1)
+210008 security_keyguard_secured
+275534 notification_unautogrouped (key|3)
+524287 sysui_view_visibility (category|1|5),(visible|1|6)
+524288 sysui_action (category|1|5),(pkg|3)
+524290 sysui_count (name|3),(increment|1)
+524291 sysui_histogram (name|3),(bucket|1)
+524292 sysui_multi_action (content|4)
+1010000 bt_hci_timeout (opcode|1)
+1010001 bt_config_source (opcode|1)
+1010002 bt_hci_unknown_type (hci_type|1)
+1397638484 snet_event_log (subtag|3) (uid|1) (message|3)
diff --git a/system/etc/factory.ini b/system/etc/factory.ini
new file mode 100644
index 0000000000000000000000000000000000000000..88491f7ec92cb1e3ebbdd16360789c9796401fb3
--- /dev/null
+++ b/system/etc/factory.ini
@@ -0,0 +1,180 @@
+// test item and test flow configuration
+//MenuItem=Keys(M);
+// MenuItem=Jogball(M);
+// MenuItem=OpticalFingerNavi(M);
+// MenuItem=Touch Panel(M);
+// MenuItem=LCM Test(M);
+// MenuItem=Backlight Level(M);
+// MenuItem=eMMC(A);
+// MenuItem=LCM(M);
+// MenuItem=Nand Flash(A);
+// MenuItem=Memory Card(A);
+// MenuItem=SIM Detect(A);
+// MenuItem=Signaling Test(M);
+// MenuItem=Vibrator(M);
+// MenuItem=LED(M);
+// MenuItem=RTC(A);
+//MenuItem=Dual-Mic Acoustic Loopback(M);
+// MenuItem=Loopback(A);
+//MenuItem=Dual-Mic Loopback(M);
+// MenuItem=Mic-Spk loopback(A);
+// MenuItem=Ringtone(A);
+// MenuItem=Receiver(A);
+// MenuItem=WavePlayback(A);
+// MenuItem=Speaker Rdc Calibration(A);
+// MenuItem=Speaker OC Test(A);
+// MenuItem=Headset(A);
+// MenuItem=G-Sensor(M);
+// MenuItem=G-Sensor cali(A);
+// MenuItem=M-Sensor(M);
+// MenuItem=ALS/PS(M);
+// MenuItem=Gyroscope(M);
+// MenuItem=Gyroscope cali(M);
+// MenuItem=Barometer(M);
+// MenuItem=Humidity(M);
+// MenuItem=Main Camera(A);
+// MenuItem=Sub Camera(A);
+// MenuItem=Main Lens(M);
+// MenuItem=Sub Lens(M);
+// MenuItem=Strobe(M);
+// MenuItem=GPS(A);
+// MenuItem=NFC(A);
+// MenuItem=FM Radio(A);
+// MenuItem=FM Transmitter(M);
+// MenuItem=Bluetooth(A);
+// MenuItem=Wi-Fi(M);
+// MenuItem=Cmmb(A);
+// MenuItem=MATV Autoscan(A);
+// MenuItem=Battery & Charger(A);
+//MenuItem=Idle Current(M);
+// MenuItem=HDMI(A);
+// MenuItem=BTS(M);
+// MenuItem=EXT BUCK(M);
+// MenuItem=Universal ANT Test(A);
+// MenuItem=RF Test(A);
+// MenuItem=AP-AuxADC Test(M);
+//MenuItem=Fingerprint;
+// MenuItem=C2K RF Test(A);
+// MenuItem=OTG(A);
+//MenuItem=USBTYPEC(A);
+// MenuItem=IrTx LED Test;
+// MenuItem=EFUSE(A);
+
+
+//FM Radio
+FMRadio.CH1=885;
+FMRadio.CH2=1058;
+FMRadio.CH3=980;
+FMRadio.CH4=1080;
+FMRadio.RSSITH=-95;
+
+//FM Transmitter
+FMTX.CH1=878;
+FMTX.CH2=886;
+FMTX.CH3=891;
+FMTX.CH4=910;
+FMTX.CH5=920;
+FMTX.CH6=930;
+FMTX.CH7=940;
+FMTX.CH8=990;
+FMTX.CH9=1050;
+FMTX.CH10=1070;
+
+//WIFI
+WIFI.SSID=mtkguest;
+
+//Vibrator
+Vibrator_Last_Time=0;
+
+//AUDIO
+Audio.Ringtone=5;
+Audio.Receiver=0;
+Freq.Ringtone=1000;
+Audio.Record.Dump=0;
+Audio.Mic.Sets=1,1;
+
+Loopback.Speaker.chToCheck=ALL;
+Lower.Magnitude.Speaker.L=1000000,1000000,500000,500000;
+Upper.Magnitude.Speaker.L=1000000000,1000000000,1000000000,1000000000;
+Lower.Magnitude.Speaker.R=1000000,1000000,500000,500000;
+Upper.Magnitude.Speaker.R=1000000000,1000000000,1000000000,1000000000;
+
+Loopback.Receiver.chToCheck=R;
+Lower.Magnitude.Receiver.L=100;
+Upper.Magnitude.Receiver.L=1000000000;
+Lower.Magnitude.Receiver.R=1000;
+Upper.Magnitude.Receiver.R=1000000000;
+
+Lower.Magnitude.Headset=1000;
+Upper.Magnitude.Headset=1000000000;
+
+//RF Test
+RF.band=39
+RF.dl.earfcn=38450
+RF.rssi0.dbm=-60
+RF.rssi1.dbm=-60
+
+GSM.RF.test=0;
+GSM.RF.arfcn=37;
+GSM.RF.gain=7;
+GSM.RF.band=8;
+GSM.RF.pattern=1;
+GSM.RF.rssi0.dbm=-90;
+
+WCDMA.RF.test=0;
+WCDMA.RF.uarfcn=10700;
+WCDMA.RF.rssi0.dbm=-101;
+WCDMA.RF.rssi1.dbm=-94;
+
+LTE.RF.test=1;
+LTE.RF.band=40;
+LTE.RF.dl.earfcn=39150;
+LTE.RF.rssi0.dbm=-60;
+LTE.RF.rssi1.dbm=-60;
+
+TDSCDMA.RF.test=0;
+TDSCDMA.RF.uarfcn=9500;
+TDSCDMA.RF.rssi0.dbm=-90;
+
+C2K.RF.test=0;
+C2K.RF.subsystem=0;
+C2K.RF.band=0;
+C2K.RF.channel=384;
+C2K.RF.rssi0.dbm=-90;
+C2K.RF.rssi1.dbm=-90;
+
+//AudioWavePlayFile
+/res/sound/testpattern1.wav
+
+//AudioRingtonePlayFile
+/res/sound/ringtone.wav
+
+//AudioReceiverFreq2K
+/res/sound/sinewave2k.wav
+
+//AudioReceiverFreq25K
+/res/sound/sinewave25k.wav
+
+//AudioReceiverFreq3K
+/res/sound/sinewave3k.wav
+
+//AudioReceiverFreq35K
+/res/sound/sinewave35k.wav
+
+//AudioReceiverFreq4K
+/res/sound/sinewave4k.wav
+
+//AudioSpeakerFreq05K
+/res/sound/sinewave05k.wav
+
+//AudioSpeakerFreq075K
+/res/sound/sinewave075k.wav
+
+//AudioSpeakerFreq1K
+/res/sound/sinewave1k.wav
+
+//AudioSpeakerFreq15K
+/res/sound/sinewave15k.wav
+
+//AudioSpeakerFreq2K
+/res/sound/sinewave2k.wav
diff --git a/system/etc/fonts.xml b/system/etc/fonts.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ae93608726a3ef8918ff9875bbca9d7244758dfc
--- /dev/null
+++ b/system/etc/fonts.xml
@@ -0,0 +1,509 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    WARNING: Parsing of this file by third-party apps is not supported. The
+    file, and the font files it refers to, will be renamed and/or moved out
+    from their respective location in the next Android release, and/or the
+    format or syntax of the file may change significantly. If you parse this
+    file for information about system fonts, do it at your own risk. Your
+    application will almost certainly break with the next major Android
+    release.
+
+    In this file, all fonts without names are added to the default list.
+    Fonts are chosen based on a match: full BCP-47 language tag including
+    script, then just language, and finally order (the first font containing
+    the glyph).
+
+    Order of appearance is also the tiebreaker for weight matching. This is
+    the reason why the 900 weights of Roboto precede the 700 weights - we
+    prefer the former when an 800 weight is requested. Since bold spans
+    effectively add 300 to the weight, this ensures that 900 is the bold
+    paired with the 500 weight, ensuring adequate contrast.
+-->
+<familyset version="22">
+    <!-- first font is default -->
+    <family name="sans-serif">
+        <font weight="100" style="normal">Roboto-Thin.ttf</font>
+        <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
+        <font weight="300" style="normal">Roboto-Light.ttf</font>
+        <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
+        <font weight="400" style="normal">Roboto-Regular.ttf</font>
+        <font weight="400" style="italic">Roboto-Italic.ttf</font>
+        <font weight="500" style="normal">Roboto-Medium.ttf</font>
+        <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
+        <font weight="900" style="normal">Roboto-Black.ttf</font>
+        <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
+        <font weight="700" style="normal">Roboto-Bold.ttf</font>
+        <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
+    </family>
+
+    <!-- Note that aliases must come after the fonts they reference. -->
+    <alias name="sans-serif-thin" to="sans-serif" weight="100" />
+    <alias name="sans-serif-light" to="sans-serif" weight="300" />
+    <alias name="sans-serif-medium" to="sans-serif" weight="500" />
+    <alias name="sans-serif-black" to="sans-serif" weight="900" />
+    <alias name="arial" to="sans-serif" />
+    <alias name="helvetica" to="sans-serif" />
+    <alias name="tahoma" to="sans-serif" />
+    <alias name="verdana" to="sans-serif" />
+
+    <family name="sans-serif-condensed">
+        <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
+        <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
+        <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
+        <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
+        <font weight="500" style="normal">RobotoCondensed-Medium.ttf</font>
+        <font weight="500" style="italic">RobotoCondensed-MediumItalic.ttf</font>
+        <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
+        <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
+    </family>
+    <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
+    <alias name="sans-serif-condensed-medium" to="sans-serif-condensed" weight="500" />
+
+    <family name="serif">
+        <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
+        <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
+        <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
+    </family>
+    <alias name="times" to="serif" />
+    <alias name="times new roman" to="serif" />
+    <alias name="palatino" to="serif" />
+    <alias name="georgia" to="serif" />
+    <alias name="baskerville" to="serif" />
+    <alias name="goudy" to="serif" />
+    <alias name="fantasy" to="serif" />
+    <alias name="ITC Stone Serif" to="serif" />
+
+    <family name="monospace">
+        <font weight="400" style="normal">DroidSansMono.ttf</font>
+    </family>
+    <alias name="sans-serif-monospace" to="monospace" />
+    <alias name="monaco" to="monospace" />
+
+    <family name="serif-monospace">
+        <font weight="400" style="normal">CutiveMono.ttf</font>
+    </family>
+    <alias name="courier" to="serif-monospace" />
+    <alias name="courier new" to="serif-monospace" />
+
+    <family name="casual">
+        <font weight="400" style="normal">ComingSoon.ttf</font>
+    </family>
+
+    <family name="cursive">
+        <font weight="400" style="normal">DancingScript-Regular.ttf</font>
+        <font weight="700" style="normal">DancingScript-Bold.ttf</font>
+    </family>
+
+    <family name="sans-serif-smallcaps">
+        <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
+    </family>
+
+    <!-- fallback fonts -->
+    <family lang="und-Arab" variant="elegant">
+        <font weight="400" style="normal">NotoNaskhArabic-Regular.ttf</font>
+        <font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font>
+    </family>
+    <family lang="und-Arab" variant="compact">
+        <font weight="400" style="normal">NotoNaskhArabicUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Ethi">
+        <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
+    </family>
+    <family lang="und-Hebr">
+        <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
+    </family>
+    <family lang="und-Thai" variant="elegant">
+        <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
+    </family>
+    <family lang="und-Thai" variant="compact">
+        <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Armn">
+        <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
+    </family>
+    <!-- TODO: add Geok -->
+    <family lang="und-Geor">
+        <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
+    </family>
+    <family lang="und-Deva" variant="elegant">
+        <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
+    </family>
+    <family lang="und-Deva" variant="compact">
+        <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
+    </family>
+
+    <!-- All scripts of India should come after Devanagari, due to shared
+         danda characters.
+    -->
+    <family lang="und-Gujr" variant="elegant">
+        <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
+    </family>
+    <family lang="und-Gujr" variant="compact">
+        <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Guru" variant="elegant">
+        <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
+    </family>
+    <family lang="und-Guru" variant="compact">
+        <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Taml" variant="elegant">
+        <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
+    </family>
+    <family lang="und-Taml" variant="compact">
+        <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Mlym" variant="elegant">
+        <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
+    </family>
+    <family lang="und-Mlym" variant="compact">
+        <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Beng" variant="elegant">
+        <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
+    </family>
+    <family lang="und-Beng" variant="compact">
+        <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Telu" variant="elegant">
+        <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
+    </family>
+    <family lang="und-Telu" variant="compact">
+        <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Knda" variant="elegant">
+        <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
+    </family>
+    <family lang="und-Knda" variant="compact">
+        <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Orya" variant="elegant">
+        <font weight="400" style="normal">NotoSansOriya-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
+    </family>
+    <family lang="und-Orya" variant="compact">
+        <font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
+    </family>
+
+    <family lang="und-Sinh">
+        <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
+    </family>
+    <family lang="und-Khmr" variant="elegant">
+        <font weight="100" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="26.0" />
+        </font>
+        <font weight="200" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="39.0" />
+        </font>
+        <font weight="300" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="58.0" />
+        </font>
+        <font weight="400" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="90.0" />
+        </font>
+        <font weight="500" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="108.0" />
+        </font>
+        <font weight="600" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="128.0" />
+        </font>
+        <font weight="700" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="151.0" />
+        </font>
+        <font weight="800" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="169.0" />
+        </font>
+        <font weight="900" style="normal">NotoSansKhmer-VF.ttf
+            <axis tag="wdth" stylevalue="100.0" />
+            <axis tag="wght" stylevalue="190.0" />
+        </font>
+    </family>
+    <family lang="und-Khmr" variant="compact">
+        <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Laoo" variant="elegant">
+        <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
+    </family>
+    <family lang="und-Laoo" variant="compact">
+        <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Mymr" variant="elegant">
+        <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
+    </family>
+    <family lang="und-Mymr" variant="compact">
+        <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
+    </family>
+    <family lang="und-Thaa">
+        <font weight="400" style="normal">NotoSansThaana-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
+    </family>
+    <family lang="und-Cham">
+        <font weight="400" style="normal">NotoSansCham-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
+    </family>
+    <family lang="und-Adlm">
+        <font weight="400" style="normal">NotoSansAdlam-Regular.ttf</font>
+    </family>
+    <family lang="und-Avst">
+        <font weight="400" style="normal">NotoSansAvestan-Regular.ttf</font>
+    </family>
+    <family lang="und-Bali">
+        <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font>
+    </family>
+    <family lang="und-Bamu">
+        <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font>
+    </family>
+    <family lang="und-Batk">
+        <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font>
+    </family>
+    <family lang="und-Brah">
+        <font weight="400" style="normal">NotoSansBrahmi-Regular.ttf</font>
+    </family>
+    <family lang="und-Bugi">
+        <font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font>
+    </family>
+    <family lang="und-Buhd">
+        <font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font>
+    </family>
+    <family lang="und-Cans">
+        <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
+    </family>
+    <family lang="und-Cari">
+        <font weight="400" style="normal">NotoSansCarian-Regular.ttf</font>
+    </family>
+    <family lang="und-Cher">
+        <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
+    </family>
+    <family lang="und-Copt">
+        <font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font>
+    </family>
+    <family lang="und-Xsux">
+        <font weight="400" style="normal">NotoSansCuneiform-Regular.ttf</font>
+    </family>
+    <family lang="und-Cprt">
+        <font weight="400" style="normal">NotoSansCypriot-Regular.ttf</font>
+    </family>
+    <family lang="und-Dsrt">
+        <font weight="400" style="normal">NotoSansDeseret-Regular.ttf</font>
+    </family>
+    <family lang="und-Egyp">
+        <font weight="400" style="normal">NotoSansEgyptianHieroglyphs-Regular.ttf</font>
+    </family>
+    <family lang="und-Glag">
+        <font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font>
+    </family>
+    <family lang="und-Goth">
+        <font weight="400" style="normal">NotoSansGothic-Regular.ttf</font>
+    </family>
+    <family lang="und-Hano">
+        <font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font>
+    </family>
+    <family lang="und-Armi">
+        <font weight="400" style="normal">NotoSansImperialAramaic-Regular.ttf</font>
+    </family>
+    <family lang="und-Phli">
+        <font weight="400" style="normal">NotoSansInscriptionalPahlavi-Regular.ttf</font>
+    </family>
+    <family lang="und-Prti">
+        <font weight="400" style="normal">NotoSansInscriptionalParthian-Regular.ttf</font>
+    </family>
+    <family lang="und-Java">
+        <font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font>
+    </family>
+    <family lang="und-Kthi">
+        <font weight="400" style="normal">NotoSansKaithi-Regular.ttf</font>
+    </family>
+    <family lang="und-Kali">
+        <font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font>
+    </family>
+    <family lang="und-Khar">
+        <font weight="400" style="normal">NotoSansKharoshthi-Regular.ttf</font>
+    </family>
+    <family lang="und-Lepc">
+        <font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font>
+    </family>
+    <family lang="und-Limb">
+        <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font>
+    </family>
+    <family lang="und-Linb">
+        <font weight="400" style="normal">NotoSansLinearB-Regular.ttf</font>
+    </family>
+    <family lang="und-Lisu">
+        <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font>
+    </family>
+    <family lang="und-Lyci">
+        <font weight="400" style="normal">NotoSansLycian-Regular.ttf</font>
+    </family>
+    <family lang="und-Lydi">
+        <font weight="400" style="normal">NotoSansLydian-Regular.ttf</font>
+    </family>
+    <family lang="und-Mand">
+        <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font>
+    </family>
+    <family lang="und-Mtei">
+        <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font>
+    </family>
+    <family lang="und-Talu">
+        <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font>
+    </family>
+    <family lang="und-Nkoo">
+        <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font>
+    </family>
+    <family lang="und-Ogam">
+        <font weight="400" style="normal">NotoSansOgham-Regular.ttf</font>
+    </family>
+    <family lang="und-Olck">
+        <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font>
+    </family>
+    <family lang="und-Ital">
+        <font weight="400" style="normal">NotoSansOldItalic-Regular.ttf</font>
+    </family>
+    <family lang="und-Xpeo">
+        <font weight="400" style="normal">NotoSansOldPersian-Regular.ttf</font>
+    </family>
+    <family lang="und-Sarb">
+        <font weight="400" style="normal">NotoSansOldSouthArabian-Regular.ttf</font>
+    </family>
+    <family lang="und-Orkh">
+        <font weight="400" style="normal">NotoSansOldTurkic-Regular.ttf</font>
+    </family>
+    <family lang="und-Osma">
+        <font weight="400" style="normal">NotoSansOsmanya-Regular.ttf</font>
+    </family>
+    <family lang="und-Phnx">
+        <font weight="400" style="normal">NotoSansPhoenician-Regular.ttf</font>
+    </family>
+    <family lang="und-Rjng">
+        <font weight="400" style="normal">NotoSansRejang-Regular.ttf</font>
+    </family>
+    <family lang="und-Runr">
+        <font weight="400" style="normal">NotoSansRunic-Regular.ttf</font>
+    </family>
+    <family lang="und-Samr">
+        <font weight="400" style="normal">NotoSansSamaritan-Regular.ttf</font>
+    </family>
+    <family lang="und-Saur">
+        <font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font>
+    </family>
+    <family lang="und-Shaw">
+        <font weight="400" style="normal">NotoSansShavian-Regular.ttf</font>
+    </family>
+    <family lang="und-Sund">
+        <font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font>
+    </family>
+    <family lang="und-Sylo">
+        <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font>
+    </family>
+    <!-- Esrangela should precede Eastern and Western Syriac, since it's our default form. -->
+    <family lang="und-Syre">
+        <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font>
+    </family>
+    <family lang="und-Syrn">
+        <font weight="400" style="normal">NotoSansSyriacEastern-Regular.ttf</font>
+    </family>
+    <family lang="und-Syrj">
+        <font weight="400" style="normal">NotoSansSyriacWestern-Regular.ttf</font>
+    </family>
+    <family lang="und-Tglg">
+        <font weight="400" style="normal">NotoSansTagalog-Regular.ttf</font>
+    </family>
+    <family lang="und-Tagb">
+        <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
+    </family>
+    <family lang="und-Lana">
+        <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
+    </family>
+    <family lang="und-Tavt">
+        <font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font>
+    </family>
+    <family lang="und-Tibt">
+        <font weight="400" style="normal">NotoSansTibetan-Regular.ttf</font>
+        <font weight="700" style="normal">NotoSansTibetan-Bold.ttf</font>
+    </family>
+    <family lang="und-Tfng">
+        <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font>
+    </family>
+    <family lang="und-Ugar">
+        <font weight="400" style="normal">NotoSansUgaritic-Regular.ttf</font>
+    </family>
+    <family lang="und-Vaii">
+        <font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
+    </family>
+    <family>
+        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
+    </family>
+    <family lang="zh-Hans">
+        <font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font>
+    </family>
+    <!-- TODO: Add Bopo -->
+    <family lang="zh-Hant">
+        <font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font>
+    </family>
+    <family lang="ja">
+        <font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font>
+    </family>
+    <family lang="ko">
+        <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font>
+    </family>
+    <family lang="und-Zsye">
+        <font weight="400" style="normal">NotoColorEmoji.ttf</font>
+    </family>
+    <family lang="und-Zsym">
+        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
+    </family>
+    <!--
+        Tai Le, Yi, Mongolian, and Phags-pa are intentionally kept last, to make sure they don't
+        override the East Asian punctuation for Chinese.
+    -->
+    <family lang="und-Tale">
+        <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
+    </family>
+    <family lang="und-Yiii">
+        <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
+    </family>
+    <family lang="und-Mong">
+        <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
+    </family>
+    <family lang="und-Phag">
+        <font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font>
+    </family>
+</familyset>
diff --git a/system/etc/fs_config_dirs b/system/etc/fs_config_dirs
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/etc/fs_config_files b/system/etc/fs_config_files
new file mode 100644
index 0000000000000000000000000000000000000000..e18df08aec86983899e49f0002ef63c1ff9a2379
Binary files /dev/null and b/system/etc/fs_config_files differ
diff --git a/system/etc/group b/system/etc/group
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/etc/hosts b/system/etc/hosts
new file mode 100644
index 0000000000000000000000000000000000000000..649151cef760606204b5ad24d57bc3ea7a0e21e4
--- /dev/null
+++ b/system/etc/hosts
@@ -0,0 +1,2 @@
+127.0.0.1       localhost
+::1             ip6-localhost
diff --git a/system/etc/init/aal.rc b/system/etc/init/aal.rc
new file mode 100644
index 0000000000000000000000000000000000000000..36a9da72616880b45fd7b63b115195b04f6ca48a
--- /dev/null
+++ b/system/etc/init/aal.rc
@@ -0,0 +1,5 @@
+service aal /system/bin/aal
+    class main
+    user system
+    group system graphics
+
diff --git a/system/etc/init/aee_aed.rc b/system/etc/init/aee_aed.rc
new file mode 100644
index 0000000000000000000000000000000000000000..286478dda249be20ccf5b5a8fef18b4fb294bb95
--- /dev/null
+++ b/system/etc/init/aee_aed.rc
@@ -0,0 +1,11 @@
+service aee_aed /system/bin/aee_aed
+    group root readproc
+    writepid /dev/cpuset/system-background/tasks
+    onrestart restart aee_aedv
+    onrestart restart aee_aedv64
+
+service aee-reinit /system/bin/aee_aed --reinit
+    oneshot
+    disabled
+    user root
+    group root
diff --git a/system/etc/init/aee_aed64.rc b/system/etc/init/aee_aed64.rc
new file mode 100644
index 0000000000000000000000000000000000000000..598b6219315a22537c8130c235c324382267dd80
--- /dev/null
+++ b/system/etc/init/aee_aed64.rc
@@ -0,0 +1,3 @@
+service aee_aed64 /system/bin/aee_aed64
+    group root readproc
+    writepid /dev/cpuset/system-background/tasks
diff --git a/system/etc/init/android.hidl.allocator@1.0-service.rc b/system/etc/init/android.hidl.allocator@1.0-service.rc
new file mode 100644
index 0000000000000000000000000000000000000000..4f05523e307c7073260dc59425a278dea0a5d6a4
--- /dev/null
+++ b/system/etc/init/android.hidl.allocator@1.0-service.rc
@@ -0,0 +1,4 @@
+service hidl_memory /system/bin/hw/android.hidl.allocator@1.0-service
+    class hal
+    user system
+    group system
diff --git a/system/etc/init/atcid.rc b/system/etc/init/atcid.rc
new file mode 100644
index 0000000000000000000000000000000000000000..565c3a96135c85895d1128d4677731cc577f0c3f
--- /dev/null
+++ b/system/etc/init/atcid.rc
@@ -0,0 +1,21 @@
+service atcid-daemon-u /system/bin/atcid
+    class main
+    socket adb_atci_socket stream 660 radio system
+    user system
+    group radio system media
+    disabled
+    oneshot
+
+service atcid-daemon-e /system/bin/atcid
+    class core
+    socket adb_atci_socket stream 660 radio system
+    user root
+    group radio system
+    disabled
+    oneshot
+
+on property:ro.build.type=eng
+start atcid-daemon-e
+
+on property:persist.service.atci.autostart=1
+start atcid-daemon-u
diff --git a/system/etc/init/atrace.rc b/system/etc/init/atrace.rc
new file mode 100644
index 0000000000000000000000000000000000000000..3ea1d5677103f120d9bc14d813c941df34396d41
--- /dev/null
+++ b/system/etc/init/atrace.rc
@@ -0,0 +1,151 @@
+## Permissions to allow system-wide tracing to the kernel trace buffer.
+##
+on post-fs
+
+# Allow writing to the kernel trace log.
+    chmod 0222 /sys/kernel/debug/tracing/trace_marker
+    chmod 0222 /sys/kernel/tracing/trace_marker
+
+# Allow the shell group to enable (some) kernel tracing.
+    chown root shell /sys/kernel/debug/tracing/trace_clock
+    chown root shell /sys/kernel/tracing/trace_clock
+    chown root shell /sys/kernel/debug/tracing/buffer_size_kb
+    chown root shell /sys/kernel/tracing/buffer_size_kb
+    chown root shell /sys/kernel/debug/tracing/options/overwrite
+    chown root shell /sys/kernel/tracing/options/overwrite
+    chown root shell /sys/kernel/debug/tracing/options/print-tgid
+    chown root shell /sys/kernel/tracing/options/print-tgid
+    chown root shell /sys/kernel/debug/tracing/saved_cmdlines_size
+    chown root shell /sys/kernel/tracing/saved_cmdlines_size
+    chown root shell /sys/kernel/debug/tracing/events/sched/sched_switch/enable
+    chown root shell /sys/kernel/tracing/events/sched/sched_switch/enable
+    chown root shell /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
+    chown root shell /sys/kernel/tracing/events/sched/sched_wakeup/enable
+    chown root shell /sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable
+    chown root shell /sys/kernel/tracing/events/sched/sched_blocked_reason/enable
+    chown root shell /sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable
+    chown root shell /sys/kernel/tracing/events/sched/sched_cpu_hotplug/enable
+    chown root shell /sys/kernel/debug/tracing/events/cgroup/enable
+    chown root shell /sys/kernel/tracing/events/cgroup/enable
+    chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency/enable
+    chown root shell /sys/kernel/tracing/events/power/cpu_frequency/enable
+    chown root shell /sys/kernel/debug/tracing/events/power/cpu_idle/enable
+    chown root shell /sys/kernel/tracing/events/power/cpu_idle/enable
+    chown root shell /sys/kernel/debug/tracing/events/power/clock_set_rate/enable
+    chown root shell /sys/kernel/tracing/events/power/clock_set_rate/enable
+    chown root shell /sys/kernel/debug/tracing/events/power/cpu_frequency_limits/enable
+    chown root shell /sys/kernel/tracing/events/power/cpu_frequency_limits/enable
+    chown root shell /sys/kernel/debug/tracing/events/cpufreq_interactive/enable
+    chown root shell /sys/kernel/tracing/events/cpufreq_interactive/enable
+    chown root shell /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable
+    chown root shell /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable
+    chown root shell /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable
+    chown root shell /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable
+    chown root shell /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable
+    chown root shell /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable
+    chown root shell /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable
+    chown root shell /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable
+    chown root shell /sys/kernel/debug/tracing/events/binder/binder_transaction/enable
+    chown root shell /sys/kernel/tracing/events/binder/binder_transaction/enable
+    chown root shell /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable
+    chown root shell /sys/kernel/tracing/events/binder/binder_transaction_received/enable
+    chown root shell /sys/kernel/debug/tracing/events/binder/binder_lock/enable
+    chown root shell /sys/kernel/tracing/events/binder/binder_lock/enable
+    chown root shell /sys/kernel/debug/tracing/events/binder/binder_locked/enable
+    chown root shell /sys/kernel/tracing/events/binder/binder_locked/enable
+    chown root shell /sys/kernel/debug/tracing/events/binder/binder_unlock/enable
+    chown root shell /sys/kernel/tracing/events/binder/binder_unlock/enable
+    chown root shell /sys/kernel/debug/tracing/events/lowmemorykiller/enable
+    chown root shell /sys/kernel/tracing/events/lowmemorykiller/enable
+
+    chown root shell /sys/kernel/debug/tracing/tracing_on
+    chown root shell /sys/kernel/tracing/tracing_on
+
+    chmod 0664 /sys/kernel/debug/tracing/trace_clock
+    chmod 0664 /sys/kernel/tracing/trace_clock
+    chmod 0664 /sys/kernel/debug/tracing/buffer_size_kb
+    chmod 0664 /sys/kernel/tracing/buffer_size_kb
+    chmod 0664 /sys/kernel/debug/tracing/options/overwrite
+    chmod 0664 /sys/kernel/tracing/options/overwrite
+    chmod 0664 /sys/kernel/debug/tracing/options/print-tgid
+    chmod 0664 /sys/kernel/tracing/options/print-tgid
+    chmod 0664 /sys/kernel/debug/tracing/saved_cmdlines_size
+    chmod 0664 /sys/kernel/tracing/saved_cmdlines_size
+    chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_switch/enable
+    chmod 0664 /sys/kernel/tracing/events/sched/sched_switch/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_wakeup/enable
+    chmod 0664 /sys/kernel/tracing/events/sched/sched_wakeup/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable
+    chmod 0664 /sys/kernel/tracing/events/sched/sched_blocked_reason/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable
+    chmod 0664 /sys/kernel/tracing/events/sched/sched_cpu_hotplug/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/cgroup/enable
+    chmod 0664 /sys/kernel/tracing/events/cgroup/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/power/cpu_frequency/enable
+    chmod 0664 /sys/kernel/tracing/events/power/cpu_frequency/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/power/cpu_idle/enable
+    chmod 0664 /sys/kernel/tracing/events/power/cpu_idle/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/power/clock_set_rate/enable
+    chmod 0664 /sys/kernel/tracing/events/power/clock_set_rate/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/power/cpu_frequency_limits/enable
+    chmod 0664 /sys/kernel/tracing/events/power/cpu_frequency_limits/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/cpufreq_interactive/enable
+    chmod 0664 /sys/kernel/tracing/events/cpufreq_interactive/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable
+    chmod 0664 /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_begin/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable
+    chmod 0664 /sys/kernel/tracing/events/vmscan/mm_vmscan_direct_reclaim_end/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable
+    chmod 0664 /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_wake/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable
+    chmod 0664 /sys/kernel/tracing/events/vmscan/mm_vmscan_kswapd_sleep/enable
+    chmod 0664 /sys/kernel/debug/tracing/tracing_on
+    chmod 0664 /sys/kernel/tracing/tracing_on
+    chmod 0664 /sys/kernel/debug/tracing/events/binder/binder_transaction/enable
+    chmod 0664 /sys/kernel/tracing/events/binder/binder_transaction/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable
+    chmod 0664 /sys/kernel/tracing/events/binder/binder_transaction_received/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/binder/binder_lock/enable
+    chmod 0664 /sys/kernel/tracing/events/binder/binder_lock/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/binder/binder_locked/enable
+    chmod 0664 /sys/kernel/tracing/events/binder/binder_locked/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable
+    chmod 0664 /sys/kernel/tracing/events/binder/binder_unlock/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/i2c_read/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/i2c_read/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/i2c_write/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/i2c_write/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/i2c_result/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/i2c_result/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/i2c_reply/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/i2c_reply/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/smbus_read/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/smbus_read/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/smbus_write/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/smbus_write/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/smbus_result/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/smbus_result/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/i2c/smbus_reply/enable
+    chmod 0664 /sys/kernel/tracing/events/i2c/smbus_reply/enable
+    chmod 0664 /sys/kernel/debug/tracing/events/lowmemorykiller/enable
+    chmod 0664 /sys/kernel/tracing/events/lowmemorykiller/enable
+
+    # Tracing disabled by default
+    write /sys/kernel/debug/tracing/tracing_on 0
+    write /sys/kernel/tracing/tracing_on 0
+
+# Allow only the shell group to read and truncate the kernel trace.
+    chown root shell /sys/kernel/debug/tracing/trace
+    chown root shell /sys/kernel/tracing/trace
+    chmod 0660 /sys/kernel/debug/tracing/trace
+    chmod 0660 /sys/kernel/tracing/trace
+
+on property:persist.debug.atrace.boottrace=1
+    start boottrace
+
+# Run atrace with the categories written in a file
+service boottrace /system/bin/atrace --async_start -f /data/misc/boottrace/categories
+    disabled
+    oneshot
diff --git a/system/etc/init/audiocmdservice_atci.rc b/system/etc/init/audiocmdservice_atci.rc
new file mode 100644
index 0000000000000000000000000000000000000000..0a005065b171457115cf036894bf23aa68e655dd
--- /dev/null
+++ b/system/etc/init/audiocmdservice_atci.rc
@@ -0,0 +1,7 @@
+service audio-daemon /system/bin/audiocmdservice_atci
+    class main
+    socket atci-audio stream 660 root system
+    user root
+    disabled
+    oneshot
+
diff --git a/system/etc/init/audioserver.rc b/system/etc/init/audioserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..03d89b0b7c09401aca71c4449d90428f8b38caa8
--- /dev/null
+++ b/system/etc/init/audioserver.rc
@@ -0,0 +1,13 @@
+service audioserver /system/bin/audioserver
+    class main
+    user audioserver
+    # media gid needed for /dev/fm (radio) and for /data/misc/media (tee)
+    group audio camera drmrpc inet media mediadrm net_bt net_bt_admin net_bw_acct system sdcard_rw
+    ioprio rt 4
+    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
+    onrestart restart audio-hal-2-0
+
+on property:vts.native_server.on=1
+    stop audioserver
+on property:vts.native_server.on=0
+    start audioserver
diff --git a/system/etc/init/batterywarning.rc b/system/etc/init/batterywarning.rc
new file mode 100644
index 0000000000000000000000000000000000000000..17618b3d80ee072aa9d8c9c132e6b3b33c8df897
--- /dev/null
+++ b/system/etc/init/batterywarning.rc
@@ -0,0 +1,6 @@
+#monitor battery status
+service batterywarning /system/bin/batterywarning
+    class main
+    user system
+    group system
+
diff --git a/system/etc/init/bootlogoupdater.rc b/system/etc/init/bootlogoupdater.rc
new file mode 100644
index 0000000000000000000000000000000000000000..16f9fab9b27fcbcbd485a4235252a77d774d76d5
--- /dev/null
+++ b/system/etc/init/bootlogoupdater.rc
@@ -0,0 +1,5 @@
+
+# Update the second boot logo
+service bootlogoupdater /system/bin/boot_logo_updater
+    class core
+    oneshot
diff --git a/system/etc/init/bootstat.rc b/system/etc/init/bootstat.rc
new file mode 100644
index 0000000000000000000000000000000000000000..2c48faed4e0ddc99d0c1fcd84f13882b5ff1c3c9
--- /dev/null
+++ b/system/etc/init/bootstat.rc
@@ -0,0 +1,77 @@
+# This file is the LOCAL_INIT_RC file for the bootstat command.
+
+on post-fs-data
+    mkdir /data/misc/bootstat 0700 system log
+    # To deal with ota transition resulting from a change in DAC from
+    # root.root to system.log, may be deleted after ota has settled.
+    chown system log /data/misc/bootstat/absolute_boot_time
+    chown system log /data/misc/bootstat/boot_complete
+    chown system log /data/misc/bootstat/boot_complete_no_encryption
+    chown system log /data/misc/bootstat/boot_reason
+    chown system log /data/misc/bootstat/boottime.bootloader.1BLE
+    chown system log /data/misc/bootstat/boottime.bootloader.1BLL
+    chown system log /data/misc/bootstat/boottime.bootloader.2BLE
+    chown system log /data/misc/bootstat/boottime.bootloader.2BLL
+    chown system log /data/misc/bootstat/boottime.bootloader.AVB
+    chown system log /data/misc/bootstat/boottime.bootloader.KD
+    chown system log /data/misc/bootstat/boottime.bootloader.KL
+    chown system log /data/misc/bootstat/boottime.bootloader.ODT
+    chown system log /data/misc/bootstat/boottime.bootloader.SW
+    chown system log /data/misc/bootstat/boottime.bootloader.total
+    chown system log /data/misc/bootstat/build_date
+    chown system log /data/misc/bootstat/factory_reset
+    chown system log /data/misc/bootstat/factory_reset_boot_complete
+    chown system log /data/misc/bootstat/factory_reset_boot_complete_no_encryption
+    chown system log /data/misc/bootstat/factory_reset_current_time
+    chown system log /data/misc/bootstat/factory_reset_record_value
+    chown system log /data/misc/bootstat/last_boot_time_utc
+    chown system log /data/misc/bootstat/ota_boot_complete
+    chown system log /data/misc/bootstat/ota_boot_complete_no_encryption
+    chown system log /data/misc/bootstat/post_decrypt_time_elapsed
+    chown system log /data/misc/bootstat/ro.boottime.init
+    chown system log /data/misc/bootstat/ro.boottime.init.cold_boot_wait
+    chown system log /data/misc/bootstat/ro.boottime.init.selinux
+    chown system log /data/misc/bootstat/time_since_factory_reset
+    chown system log /data/misc/bootstat/time_since_last_boot
+    # end ota transitional support
+
+# Record the time at which the user has successfully entered the pin to decrypt
+# the device, /data is decrypted, and the system is entering the main boot phase.
+#
+# post-fs-data: /data is writable
+# property:init.svc.bootanim=running: The boot animation is running
+# property:ro.crypto.type=block: FDE device
+on post-fs-data && property:init.svc.bootanim=running && property:ro.crypto.type=block
+    exec - system log -- /system/bin/bootstat -r post_decrypt_time_elapsed
+
+# sys.logbootcomplete is a signal to enable the bootstat logging mechanism.
+# This signaling is necessary to prevent logging boot metrics after a runtime
+# restart (e.g., adb shell stop && adb shell start).  /proc/uptime is not reset
+# during a runtime restart, which leads to false boot time metrics being reported.
+#
+# The 'on boot' event occurs once per hard boot (device power on), which
+# switches the flag on. If the device performs a runtime restart, the flag is
+# switched off and cannot be switched on until the device hard boots again.
+
+# Enable bootstat logging on boot.
+on boot
+    setprop sys.logbootcomplete 1
+
+# Disable further bootstat logging on a runtime restart. A runtime restart is
+# signaled by the zygote stopping.
+on property:init.svc.zygote=stopping
+    setprop sys.logbootcomplete 0
+
+# Record boot complete metrics.
+on property:sys.boot_completed=1 && property:sys.logbootcomplete=1
+    # Record boot_complete and related stats (decryption, etc).
+    exec - system log -- /system/bin/bootstat --record_boot_complete
+
+    # Record the boot reason.
+    exec - system log -- /system/bin/bootstat --record_boot_reason
+
+    # Record time since factory reset.
+    exec - system log -- /system/bin/bootstat --record_time_since_factory_reset
+
+    # Log all boot events.
+    exec - system log -- /system/bin/bootstat -l
diff --git a/system/etc/init/cameraserver.rc b/system/etc/init/cameraserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..fea5a1d5c6e45ed057fd201e6d8a9816fb594a40
--- /dev/null
+++ b/system/etc/init/cameraserver.rc
@@ -0,0 +1,6 @@
+service cameraserver /system/bin/cameraserver
+    class main
+    user cameraserver
+    group audio camera input drmrpc
+    ioprio rt 4
+    writepid /dev/cpuset/camera-daemon/tasks /dev/stune/top-app/tasks
diff --git a/system/etc/init/drmserver.rc b/system/etc/init/drmserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..5d9442c4bf3188771c4d0cd0b8f16c82dd7dbd16
--- /dev/null
+++ b/system/etc/init/drmserver.rc
@@ -0,0 +1,6 @@
+service drm /system/bin/drmserver
+    class main
+    user drm
+    # Add drmserver access sdcard and internal storage permission
+    group drm system inet drmrpc readproc sdcard_rw media_rw
+    writepid /dev/cpuset/foreground/tasks
diff --git a/system/etc/init/dumpstate.rc b/system/etc/init/dumpstate.rc
new file mode 100644
index 0000000000000000000000000000000000000000..2e72574738d30d2bb023da98a198db8ec64aee74
--- /dev/null
+++ b/system/etc/init/dumpstate.rc
@@ -0,0 +1,19 @@
+on boot
+    # Allow bugreports access to eMMC 5.0 stats
+    chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
+    chmod 0440 /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
+
+service dumpstate /system/bin/dumpstate -s
+    class main
+    socket dumpstate stream 0660 shell log
+    disabled
+    oneshot
+
+# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
+# it is finished.
+service dumpstatez /system/bin/dumpstate -S -d -z \
+        -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
+    socket dumpstate stream 0660 shell log
+    class main
+    disabled
+    oneshot
diff --git a/system/etc/init/emdlogger1.rc b/system/etc/init/emdlogger1.rc
new file mode 100644
index 0000000000000000000000000000000000000000..c99179a8838553922dfc703c7fa5bc8071eec846
--- /dev/null
+++ b/system/etc/init/emdlogger1.rc
@@ -0,0 +1,6 @@
+service emdlogger1 /system/bin/emdlogger1
+    class main
+    user shell
+    group system shell radio sdcard_rw inet sdcard_r media_rw
+    disabled
+    oneshot
\ No newline at end of file
diff --git a/system/etc/init/emdlogger2.rc b/system/etc/init/emdlogger2.rc
new file mode 100644
index 0000000000000000000000000000000000000000..e88cf264ec44fc918619859fb7428b38212cb4fa
--- /dev/null
+++ b/system/etc/init/emdlogger2.rc
@@ -0,0 +1,6 @@
+service emdlogger2 /system/bin/emdlogger2
+    class main
+    user shell
+    group system shell radio sdcard_rw inet sdcard_r media_rw
+    disabled
+    oneshot
\ No newline at end of file
diff --git a/system/etc/init/emdlogger5.rc b/system/etc/init/emdlogger5.rc
new file mode 100644
index 0000000000000000000000000000000000000000..cc193f8d5ac609b4f72427a0290bcb6e032cfc18
--- /dev/null
+++ b/system/etc/init/emdlogger5.rc
@@ -0,0 +1,6 @@
+service emdlogger5 /system/bin/emdlogger5
+    class main
+    user shell
+    group system shell radio sdcard_rw inet sdcard_r media_rw
+    disabled
+    oneshot
\ No newline at end of file
diff --git a/system/etc/init/gatekeeperd.rc b/system/etc/init/gatekeeperd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..8b126d588a256ee3e5280218ddd644430010f3e1
--- /dev/null
+++ b/system/etc/init/gatekeeperd.rc
@@ -0,0 +1,4 @@
+service gatekeeperd /system/bin/gatekeeperd /data/misc/gatekeeper
+    class late_start
+    user system
+    writepid /dev/cpuset/system-background/tasks
diff --git a/system/etc/init/ged_srv.rc b/system/etc/init/ged_srv.rc
new file mode 100644
index 0000000000000000000000000000000000000000..989a4c5c0a8ff20ad852cc48ade902069ae2322a
--- /dev/null
+++ b/system/etc/init/ged_srv.rc
@@ -0,0 +1,24 @@
+# start ged_srv
+on property:sys.boot_completed=1
+    start ged_srv
+
+service ged_srv /system/bin/ged_srv
+    class core
+    user system
+    group system readproc inet net_admin
+    disabled
+
+# Permission for ged proc node
+on boot
+    chown system system /sys/kernel/debug/ged/hal/fps_upper_bound
+    chmod 0660 /sys/kernel/debug/ged/hal/fps_upper_bound
+    chown system system /sys/kernel/debug/ged/hal/vsync_offset_level
+    chmod 0660 /sys/kernel/debug/ged/hal/vsync_offset_level
+    chown system system /sys/kernel/debug/ged/hal/event_notify
+    chmod 0660 /sys/kernel/debug/ged/hal/event_notify
+    chown media media /sys/kernel/debug/ged/hal/media_event
+    chown system system /sys/kernel/debug/ged/hal/custom_upbound_gpu_freq
+    chmod 0660 /sys/kernel/debug/ged/hal/custom_upbound_gpu_freq
+    chown system system /sys/kernel/debug/ged/hal/custom_boost_gpu_freq
+    chmod 0660 /sys/kernel/debug/ged/hal/custom_boost_gpu_freq
+
diff --git a/system/etc/init/hwservicemanager.rc b/system/etc/init/hwservicemanager.rc
new file mode 100644
index 0000000000000000000000000000000000000000..96fd5b0dd694e5942bb16f5c111a089a16229499
--- /dev/null
+++ b/system/etc/init/hwservicemanager.rc
@@ -0,0 +1,11 @@
+service hwservicemanager /system/bin/hwservicemanager
+    user system
+    disabled
+    group system readproc
+    critical
+    onrestart setprop hwservicemanager.ready false
+    onrestart class_restart hal
+    onrestart class_restart early_hal
+    writepid /dev/cpuset/system-background/tasks
+    class animation
+    shutdown critical
diff --git a/system/etc/init/init.thermald.rc b/system/etc/init/init.thermald.rc
new file mode 100644
index 0000000000000000000000000000000000000000..e49ac5277648b27dd15a31f03800a612345e6fd7
--- /dev/null
+++ b/system/etc/init/init.thermald.rc
@@ -0,0 +1,4 @@
+service thermald /system/bin/thermald
+    class main
+    user system
+    group system
diff --git a/system/etc/init/init.vtservice.rc b/system/etc/init/init.vtservice.rc
new file mode 100644
index 0000000000000000000000000000000000000000..a8214ce8bace3ae59afc70d23704b3a8bf4e4693
--- /dev/null
+++ b/system/etc/init/init.vtservice.rc
@@ -0,0 +1,14 @@
+# VTService .rc configure
+
+service vtservice /system/bin/vtservice
+    class main
+    user system
+    group system camera graphics inet net_admin net_raw media sdcard_rw radio sdcard_r media_rw
+    ioprio rt 4
+
+service vtservice_hidl /vendor/bin/hw/vtservice_hidl
+    class hal
+    socket volte_vt stream 660 root system
+    user system
+    group system camera graphics inet net_admin net_raw media sdcard_rw radio sdcard_r media_rw
+    ioprio rt 4
diff --git a/system/etc/init/installd.rc b/system/etc/init/installd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..240aa495b7efc897d08deff4941ce442cfeac3a1
--- /dev/null
+++ b/system/etc/init/installd.rc
@@ -0,0 +1,103 @@
+
+service installd /system/bin/installd
+    class main
+
+on early-boot
+    mkdir /config/sdcardfs/extensions/1055
+    mkdir /config/sdcardfs/extensions/1056
+    mkdir /config/sdcardfs/extensions/1057
+    mkdir /config/sdcardfs/extensions/1056/3gpp
+    mkdir /config/sdcardfs/extensions/1056/3gp
+    mkdir /config/sdcardfs/extensions/1056/3gpp2
+    mkdir /config/sdcardfs/extensions/1056/3g2
+    mkdir /config/sdcardfs/extensions/1056/avi
+    mkdir /config/sdcardfs/extensions/1056/dl
+    mkdir /config/sdcardfs/extensions/1056/dif
+    mkdir /config/sdcardfs/extensions/1056/dv
+    mkdir /config/sdcardfs/extensions/1056/fli
+    mkdir /config/sdcardfs/extensions/1056/m4v
+    mkdir /config/sdcardfs/extensions/1056/ts
+    mkdir /config/sdcardfs/extensions/1056/mpeg
+    mkdir /config/sdcardfs/extensions/1056/mpg
+    mkdir /config/sdcardfs/extensions/1056/mpe
+    mkdir /config/sdcardfs/extensions/1056/mp4
+    mkdir /config/sdcardfs/extensions/1056/vob
+    mkdir /config/sdcardfs/extensions/1056/qt
+    mkdir /config/sdcardfs/extensions/1056/mov
+    mkdir /config/sdcardfs/extensions/1056/mxu
+    mkdir /config/sdcardfs/extensions/1056/webm
+    mkdir /config/sdcardfs/extensions/1056/lsf
+    mkdir /config/sdcardfs/extensions/1056/lsx
+    mkdir /config/sdcardfs/extensions/1056/mkv
+    mkdir /config/sdcardfs/extensions/1056/mng
+    mkdir /config/sdcardfs/extensions/1056/asf
+    mkdir /config/sdcardfs/extensions/1056/asx
+    mkdir /config/sdcardfs/extensions/1056/wm
+    mkdir /config/sdcardfs/extensions/1056/wmv
+    mkdir /config/sdcardfs/extensions/1056/wmx
+    mkdir /config/sdcardfs/extensions/1056/wvx
+    mkdir /config/sdcardfs/extensions/1056/movie
+    mkdir /config/sdcardfs/extensions/1056/wrf
+    mkdir /config/sdcardfs/extensions/1057/bmp
+    mkdir /config/sdcardfs/extensions/1057/gif
+    mkdir /config/sdcardfs/extensions/1057/jpg
+    mkdir /config/sdcardfs/extensions/1057/jpeg
+    mkdir /config/sdcardfs/extensions/1057/jpe
+    mkdir /config/sdcardfs/extensions/1057/pcx
+    mkdir /config/sdcardfs/extensions/1057/png
+    mkdir /config/sdcardfs/extensions/1057/svg
+    mkdir /config/sdcardfs/extensions/1057/svgz
+    mkdir /config/sdcardfs/extensions/1057/tiff
+    mkdir /config/sdcardfs/extensions/1057/tif
+    mkdir /config/sdcardfs/extensions/1057/wbmp
+    mkdir /config/sdcardfs/extensions/1057/webp
+    mkdir /config/sdcardfs/extensions/1057/dng
+    mkdir /config/sdcardfs/extensions/1057/cr2
+    mkdir /config/sdcardfs/extensions/1057/ras
+    mkdir /config/sdcardfs/extensions/1057/art
+    mkdir /config/sdcardfs/extensions/1057/jng
+    mkdir /config/sdcardfs/extensions/1057/nef
+    mkdir /config/sdcardfs/extensions/1057/nrw
+    mkdir /config/sdcardfs/extensions/1057/orf
+    mkdir /config/sdcardfs/extensions/1057/rw2
+    mkdir /config/sdcardfs/extensions/1057/pef
+    mkdir /config/sdcardfs/extensions/1057/psd
+    mkdir /config/sdcardfs/extensions/1057/pnm
+    mkdir /config/sdcardfs/extensions/1057/pbm
+    mkdir /config/sdcardfs/extensions/1057/pgm
+    mkdir /config/sdcardfs/extensions/1057/ppm
+    mkdir /config/sdcardfs/extensions/1057/srw
+    mkdir /config/sdcardfs/extensions/1057/arw
+    mkdir /config/sdcardfs/extensions/1057/rgb
+    mkdir /config/sdcardfs/extensions/1057/xbm
+    mkdir /config/sdcardfs/extensions/1057/xpm
+    mkdir /config/sdcardfs/extensions/1057/xwd
+    mkdir /config/sdcardfs/extensions/1055/aac
+    mkdir /config/sdcardfs/extensions/1055/aac
+    mkdir /config/sdcardfs/extensions/1055/amr
+    mkdir /config/sdcardfs/extensions/1055/awb
+    mkdir /config/sdcardfs/extensions/1055/snd
+    mkdir /config/sdcardfs/extensions/1055/flac
+    mkdir /config/sdcardfs/extensions/1055/flac
+    mkdir /config/sdcardfs/extensions/1055/mp3
+    mkdir /config/sdcardfs/extensions/1055/mpga
+    mkdir /config/sdcardfs/extensions/1055/mpega
+    mkdir /config/sdcardfs/extensions/1055/mp2
+    mkdir /config/sdcardfs/extensions/1055/m4a
+    mkdir /config/sdcardfs/extensions/1055/aif
+    mkdir /config/sdcardfs/extensions/1055/aiff
+    mkdir /config/sdcardfs/extensions/1055/aifc
+    mkdir /config/sdcardfs/extensions/1055/gsm
+    mkdir /config/sdcardfs/extensions/1055/mka
+    mkdir /config/sdcardfs/extensions/1055/m3u
+    mkdir /config/sdcardfs/extensions/1055/wma
+    mkdir /config/sdcardfs/extensions/1055/wax
+    mkdir /config/sdcardfs/extensions/1055/ra
+    mkdir /config/sdcardfs/extensions/1055/rm
+    mkdir /config/sdcardfs/extensions/1055/ram
+    mkdir /config/sdcardfs/extensions/1055/ra
+    mkdir /config/sdcardfs/extensions/1055/pls
+    mkdir /config/sdcardfs/extensions/1055/sd2
+    mkdir /config/sdcardfs/extensions/1055/wav
+    mkdir /config/sdcardfs/extensions/1055/ogg
+    mkdir /config/sdcardfs/extensions/1055/oga
diff --git a/system/etc/init/keystore.rc b/system/etc/init/keystore.rc
new file mode 100644
index 0000000000000000000000000000000000000000..5dac93772aca948988a86650b093fe08bc299481
--- /dev/null
+++ b/system/etc/init/keystore.rc
@@ -0,0 +1,5 @@
+service keystore /system/bin/keystore /data/misc/keystore
+    class main
+    user keystore
+    group keystore drmrpc readproc
+    writepid /dev/cpuset/foreground/tasks
diff --git a/system/etc/init/kpoc_charger.rc b/system/etc/init/kpoc_charger.rc
new file mode 100644
index 0000000000000000000000000000000000000000..e71adad3712fe8a37a38f40666b33938b5607e35
--- /dev/null
+++ b/system/etc/init/kpoc_charger.rc
@@ -0,0 +1,5 @@
+on charger
+    start kpoc_charger
+
+service kpoc_charger /system/bin/kpoc_charger
+    class charger
diff --git a/system/etc/init/lmkd.rc b/system/etc/init/lmkd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..3bb84abf60624bdf735c09b468e00b21f5e436ac
--- /dev/null
+++ b/system/etc/init/lmkd.rc
@@ -0,0 +1,6 @@
+service lmkd /system/bin/lmkd
+    class core
+    group root readproc
+    critical
+    socket lmkd seqpacket 0660 system system
+    writepid /dev/cpuset/system-background/tasks
diff --git a/system/etc/init/logd.rc b/system/etc/init/logd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..a1b13146eb55672a0930bd75a1aba36d750a1b0c
--- /dev/null
+++ b/system/etc/init/logd.rc
@@ -0,0 +1,23 @@
+service logd /system/bin/logd
+    socket logd stream 0666 logd logd
+    socket logdr seqpacket 0666 logd logd
+    socket logdw dgram+passcred 0222 logd logd
+    file /proc/kmsg r
+    file /dev/kmsg w
+    user logd
+    group logd system package_info readproc
+
+
+
+service logd-reinit /system/bin/logd --reinit
+    oneshot
+    disabled
+    user logd
+    group logd
+
+on fs
+    write /dev/event-log-tags "# content owned by logd
+"
+    chown logd logd /dev/event-log-tags
+    chmod 0644 /dev/event-log-tags
+    restorecon /dev/event-log-tags
diff --git a/system/etc/init/md_monitor.rc b/system/etc/init/md_monitor.rc
new file mode 100644
index 0000000000000000000000000000000000000000..3f85c7390df619d2d1eca3bc2587fbe8351f7a9f
--- /dev/null
+++ b/system/etc/init/md_monitor.rc
@@ -0,0 +1,13 @@
+# MTK platform .rc configure
+service md_monitor /system/bin/md_monitor
+    class main
+    user system
+    group system radio sdcard_rw inet sdcard_r media_rw
+    disabled
+    oneshot
+
+on property:persist.mdmmonitor=0
+    stop md_monitor
+
+on property:persist.mdmmonitor=1
+    start md_monitor
diff --git a/system/etc/init/mdlogger.rc b/system/etc/init/mdlogger.rc
new file mode 100644
index 0000000000000000000000000000000000000000..cc5fc8fd78bac84551b8f7f8f3d39f1e0b9a397b
--- /dev/null
+++ b/system/etc/init/mdlogger.rc
@@ -0,0 +1,6 @@
+service mdlogger /system/bin/mdlogger
+    class main
+    user shell
+    group shell system radio sdcard_rw inet sdcard_r media_rw
+    disabled
+    oneshot
\ No newline at end of file
diff --git a/system/etc/init/mdnsd.rc b/system/etc/init/mdnsd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..0696ac5b47bedd82ae9c66dfaf52c3054fb74903
--- /dev/null
+++ b/system/etc/init/mdnsd.rc
@@ -0,0 +1,7 @@
+service mdnsd /system/bin/mdnsd
+    class main
+    user mdnsr
+    group inet
+    socket mdnsd stream 0660 mdnsr inet
+    disabled
+    oneshot
diff --git a/system/etc/init/mediadrmserver.rc b/system/etc/init/mediadrmserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..359c2cf76d52bce5ccc5e71faea0ca1d1bbceb53
--- /dev/null
+++ b/system/etc/init/mediadrmserver.rc
@@ -0,0 +1,6 @@
+service mediadrm /system/bin/mediadrmserver
+    class main
+    user media
+    group mediadrm drmrpc
+    ioprio rt 4
+    writepid /dev/cpuset/foreground/tasks
diff --git a/system/etc/init/mediaextractor.rc b/system/etc/init/mediaextractor.rc
new file mode 100644
index 0000000000000000000000000000000000000000..5fc294111c0d9eab681c30ad5748221fc8594035
--- /dev/null
+++ b/system/etc/init/mediaextractor.rc
@@ -0,0 +1,6 @@
+service mediaextractor /system/bin/mediaextractor
+    class main
+    user mediaex
+    group drmrpc mediadrm
+    ioprio rt 4
+    writepid /dev/cpuset/foreground/tasks
diff --git a/system/etc/init/mediametrics.rc b/system/etc/init/mediametrics.rc
new file mode 100644
index 0000000000000000000000000000000000000000..1efde5e0eb96b0a18d36e0ee749707e1dfff4581
--- /dev/null
+++ b/system/etc/init/mediametrics.rc
@@ -0,0 +1,6 @@
+service mediametrics /system/bin/mediametrics
+    class main
+    user media
+    group media
+    ioprio rt 4
+    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
diff --git a/system/etc/init/mediaserver.rc b/system/etc/init/mediaserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..c7c7ce0634c3cf3c518c513c5b37a49a2f77a375
--- /dev/null
+++ b/system/etc/init/mediaserver.rc
@@ -0,0 +1,6 @@
+service media /system/bin/mediaserver
+    class main
+    user media
+    group audio camera inet net_bt net_bt_admin net_bw_acct drmrpc mediadrm readproc
+    ioprio rt 4
+    writepid /dev/cpuset/foreground/tasks /dev/stune/foreground/tasks
diff --git a/system/etc/init/met_log_d.rc b/system/etc/init/met_log_d.rc
new file mode 100644
index 0000000000000000000000000000000000000000..e7455d4917ff50bd7efdda5d5a2f01a905f84b34
--- /dev/null
+++ b/system/etc/init/met_log_d.rc
@@ -0,0 +1,3 @@
+service met_log_d /system/bin/met_log_d
+    class main
+
diff --git a/system/etc/init/mobile_log_d.rc b/system/etc/init/mobile_log_d.rc
new file mode 100644
index 0000000000000000000000000000000000000000..aa0347be52e069b3e4baf936b75c3cd4f8f0fd04
--- /dev/null
+++ b/system/etc/init/mobile_log_d.rc
@@ -0,0 +1,35 @@
+on post-fs-data
+    mkdir /data/log_temp 0755 system system
+    mkdir /data/misc/mblog 0755 system system
+
+service mobile_log_d /system/bin/mobile_log_d
+    class main
+
+service mmedialogstart /system/bin/mobile_log_d --ftrace mmedia
+    oneshot
+    disabled
+
+service bsplogstart /system/bin/mobile_log_d --ftrace bsp
+    oneshot
+    disabled
+
+service trace_buf_off /system/bin/mobile_log_d --ftrace off
+    oneshot
+    disabled
+
+# ftrace log buffer control
+on property:ftrace.buffer.log=mmedia
+    start mmedialogstart
+
+on property:ftrace.buffer.log=bsp
+    start bsplogstart
+
+on property:ftrace.buffer.log=off
+    start trace_buf_off
+
+# MTK PR_DEBUG SWITCH
+on property:debug.MB.prdebug=1
+    write /sys/kernel/debug/dynamic_debug/control "file *mediatek* +p"
+    write /sys/kernel/debug/dynamic_debug/control "file *gpu* -p"
+on property:debug.MB.prdebug=0
+    write /sys/kernel/debug/dynamic_debug/control "file *mediatek* -p"
diff --git a/system/etc/init/mtkbootanim.rc b/system/etc/init/mtkbootanim.rc
new file mode 100644
index 0000000000000000000000000000000000000000..f54a410f9b784848cdee5421dac5c0b3765c06fb
--- /dev/null
+++ b/system/etc/init/mtkbootanim.rc
@@ -0,0 +1,24 @@
+service bootanim /system/bin/mtkbootanimation
+    class core animation
+    user graphics
+    group graphics audio
+    disabled
+    oneshot
+    writepid /dev/stune/top-app/tasks
+
+# MTK add
+service banim_shutmp3 /system/bin/mtkbootanimation shut mp3
+    class core animation
+    user graphics
+    group graphics audio
+    disabled
+    oneshot
+    writepid /dev/stune/top-app/tasks
+
+service banim_shutnomp3 /system/bin/mtkbootanimation shut nomp3
+    class core animation
+    user graphics
+    group graphics audio
+    disabled
+    oneshot
+    writepid /dev/stune/top-app/tasks
diff --git a/system/etc/init/mtpd.rc b/system/etc/init/mtpd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..af701d59c9bb0ea8155355ece3f0426f94407221
--- /dev/null
+++ b/system/etc/init/mtpd.rc
@@ -0,0 +1,8 @@
+service mtpd /system/bin/mtpd
+    class main
+    socket mtpd stream 600 system system
+    user vpn
+    group vpn inet
+    capabilities NET_ADMIN NET_RAW
+    disabled
+    oneshot
diff --git a/system/etc/init/netd.rc b/system/etc/init/netd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..4fc6fd8c7796edbf1bfc4542c498e18369c67986
--- /dev/null
+++ b/system/etc/init/netd.rc
@@ -0,0 +1,6 @@
+service netd /system/bin/netd
+    class main
+    socket netd stream 0660 root system
+    socket dnsproxyd stream 0660 root inet
+    socket mdns stream 0660 root system
+    socket fwmarkd stream 0660 root inet
diff --git a/system/etc/init/netdiag.rc b/system/etc/init/netdiag.rc
new file mode 100644
index 0000000000000000000000000000000000000000..6734f465dcac4079d4f931e787e19bedd76a88fc
--- /dev/null
+++ b/system/etc/init/netdiag.rc
@@ -0,0 +1,33 @@
+# emdlogger SELinux issue for selinux_android_restorecon phase out
+#    mkdir /data/mdlog 0775 shell system
+#    mkdir /data/mdlog/bootupLog 0755 shell system
+
+on boot
+
+##Netlog tool
+   #change permissions about terminal
+    chown root radio /proc/net/vlan/config
+    chmod 0640 /proc/net/vlan/config
+    chown root radio /proc/net/ip6_tables_matches
+    chown root radio /proc/net/ip6_tables_names
+    chown root radio /proc/net/ip6_tables_targets
+    chown root radio /proc/net/arp_tables_targets
+    chown root radio /proc/net/arp_tables_matches
+    chown root radio /proc/net/arp_tables_names
+    chown root radio /proc/net/ip_tables_targets
+    chown root radio /proc/net/ip_tables_matches
+    chown root radio /proc/net/ip_tables_names
+    chown root radio /proc/net/ip_conntrack_expect
+    chown root radio /proc/net/ip_conntrack
+    chown root radio /proc/net/nf_conntrack
+    chown root radio /proc/net/nf_conntrack_expect
+    chown root radio /proc/net/netfilter/nfnetlink_log
+    chown root radio /proc/net/netfilter/nfnetlink_queue
+
+
+# define device for EMCSMDLOGGER
+#    chown system radio /dev/ttyGS3
+#    chmod 0660 /dev/ttyGS3
+
+service netdiag /system/bin/netdiag
+    class main
\ No newline at end of file
diff --git a/system/etc/init/program_binary_service.rc b/system/etc/init/program_binary_service.rc
new file mode 100644
index 0000000000000000000000000000000000000000..d7da1d4c04902011d6d1a0609a36cef07ef04368
--- /dev/null
+++ b/system/etc/init/program_binary_service.rc
@@ -0,0 +1,7 @@
+# Program binary service
+service program_binary /system/bin/program_binary_service
+    class late_start
+    user system
+    group graphics
+    oneshot
+
diff --git a/system/etc/init/racoon.rc b/system/etc/init/racoon.rc
new file mode 100644
index 0000000000000000000000000000000000000000..fdb8823f814ac9f693007b08a8e26f04536f6aa1
--- /dev/null
+++ b/system/etc/init/racoon.rc
@@ -0,0 +1,9 @@
+service racoon /system/bin/racoon
+    class main
+    socket racoon stream 600 system system
+    # IKE uses UDP port 500.
+    user vpn
+    group vpn inet
+    capabilities NET_ADMIN NET_BIND_SERVICE NET_RAW
+    disabled
+    oneshot
diff --git a/system/etc/init/servicemanager.rc b/system/etc/init/servicemanager.rc
new file mode 100644
index 0000000000000000000000000000000000000000..d336a436d712ef3bfd561cbce8d3622717299294
--- /dev/null
+++ b/system/etc/init/servicemanager.rc
@@ -0,0 +1,15 @@
+service servicemanager /system/bin/servicemanager
+    class core animation
+    user system
+    group system readproc
+    critical
+    onrestart restart healthd
+    onrestart restart zygote
+    onrestart restart audioserver
+    onrestart restart media
+    onrestart restart surfaceflinger
+    onrestart restart inputflinger
+    onrestart restart drm
+    onrestart restart cameraserver
+    writepid /dev/cpuset/system-background/tasks
+    shutdown critical
diff --git a/system/etc/init/sn.rc b/system/etc/init/sn.rc
new file mode 100644
index 0000000000000000000000000000000000000000..27a2a775b3621003fd7dd764c0b04b43b769994b
--- /dev/null
+++ b/system/etc/init/sn.rc
@@ -0,0 +1,14 @@
+on post-fs-data
+    chmod 0664 /sys/class/android_usb/android0/iSerial
+    chown root system /sys/class/android_usb/android0/iSerial
+    chmod 0664 /sys/devices/platform/mt_usb/cmode
+    chown root system /sys/devices/platform/mt_usb/cmode
+    chmod 0664 /sys/class/udc/musb-hdrc/device/cmode
+    chown root system /sys/class/udc/musb-hdrc/device/cmode
+
+service sn /system/bin/sn
+    class late_start
+    user system
+    group system sdcard_rw
+    oneshot
+
diff --git a/system/etc/init/storaged.rc b/system/etc/init/storaged.rc
new file mode 100644
index 0000000000000000000000000000000000000000..a24c7fba8e941544d7bbef17b82174265d1fc270
--- /dev/null
+++ b/system/etc/init/storaged.rc
@@ -0,0 +1,7 @@
+service storaged /system/bin/storaged
+    class main
+    priority 10
+    file /d/mmc0/mmc0:0001/ext_csd r
+    writepid /dev/cpuset/system-background/tasks
+    user root
+    group package_info
\ No newline at end of file
diff --git a/system/etc/init/storagemanagerd.rc b/system/etc/init/storagemanagerd.rc
new file mode 100644
index 0000000000000000000000000000000000000000..7e554105543e754aa713fe31d8ed9d1126046178
--- /dev/null
+++ b/system/etc/init/storagemanagerd.rc
@@ -0,0 +1,18 @@
+#mount all storages in meta mode
+on nonencrypted && property:ro.bootmode=meta
+    start mount_all_storages
+
+on property:vold.decrypt=trigger_restart_framework && property:ro.bootmode=meta
+    start mount_all_storages
+
+#mount all storages in factory mode
+on nonencrypted && property:ro.bootmode=factory
+    start mount_all_storages
+
+on property:vold.decrypt=trigger_restart_framework && property:ro.bootmode=factory
+    start mount_all_storages
+
+service mount_all_storages /system/bin/storagemanagerd --wait volume mount_all
+    class main
+    disabled
+    oneshot
diff --git a/system/etc/init/surfaceflinger.rc b/system/etc/init/surfaceflinger.rc
new file mode 100644
index 0000000000000000000000000000000000000000..aea602bba489ac481b202d798daed8f7da99af49
--- /dev/null
+++ b/system/etc/init/surfaceflinger.rc
@@ -0,0 +1,9 @@
+service surfaceflinger /system/bin/surfaceflinger
+    class core animation
+    user system
+    group graphics drmrpc readproc
+    onrestart restart zygote
+    writepid /dev/stune/foreground/tasks
+    socket pdx/system/vr/display/client     stream 0666 system graphics u:object_r:pdx_display_client_endpoint_socket:s0
+    socket pdx/system/vr/display/manager    stream 0666 system graphics u:object_r:pdx_display_manager_endpoint_socket:s0
+    socket pdx/system/vr/display/vsync      stream 0666 system graphics u:object_r:pdx_display_vsync_endpoint_socket:s0
diff --git a/system/etc/init/terserver.rc b/system/etc/init/terserver.rc
new file mode 100644
index 0000000000000000000000000000000000000000..767e0d2ffa4483f672171c363f7eaf54cc706c13
--- /dev/null
+++ b/system/etc/init/terserver.rc
@@ -0,0 +1,8 @@
+#
+#   Telephony Early Read service
+#
+service terservice /system/bin/terservice
+    class core
+    user radio
+    group radio cache inet misc
+    oneshot
diff --git a/system/etc/init/thermalindicator.rc b/system/etc/init/thermalindicator.rc
new file mode 100644
index 0000000000000000000000000000000000000000..20544981fb055b6f873e37b24f86ff57d4674bb7
--- /dev/null
+++ b/system/etc/init/thermalindicator.rc
@@ -0,0 +1,11 @@
+# Thermal Indicator Service
+
+service ThermalIndicator /system/bin/thermalindicator
+	class core
+	disabled
+
+on property:debug.mtk.thermalindicator=0
+	stop ThermalIndicator
+
+on property:debug.mtk.thermalindicator=1
+	start ThermalIndicator
\ No newline at end of file
diff --git a/system/etc/init/thermalservice.rc b/system/etc/init/thermalservice.rc
new file mode 100644
index 0000000000000000000000000000000000000000..b9836cec8065bf45ea67cdb4863536ff7f4accbd
--- /dev/null
+++ b/system/etc/init/thermalservice.rc
@@ -0,0 +1,2 @@
+service thermalservice /system/bin/thermalserviced
+    class core
diff --git a/system/etc/init/tombstoned.rc b/system/etc/init/tombstoned.rc
new file mode 100644
index 0000000000000000000000000000000000000000..53ef01c5f873e49383ce1a4b722b666eb191293b
--- /dev/null
+++ b/system/etc/init/tombstoned.rc
@@ -0,0 +1,11 @@
+service tombstoned /system/bin/tombstoned
+    user tombstoned
+    group system
+
+    # Don't start tombstoned until after the real /data is mounted.
+    class late_start
+
+    socket tombstoned_crash seqpacket 0666 system system
+    socket tombstoned_intercept seqpacket 0666 system system
+    socket tombstoned_java_trace seqpacket 0666 system system
+    writepid /dev/cpuset/system-background/tasks
diff --git a/system/etc/init/uncrypt.rc b/system/etc/init/uncrypt.rc
new file mode 100644
index 0000000000000000000000000000000000000000..52f564eb6cf8885e83049b0a2216b3c637705cbe
--- /dev/null
+++ b/system/etc/init/uncrypt.rc
@@ -0,0 +1,17 @@
+service uncrypt /system/bin/uncrypt
+    class main
+    socket uncrypt stream 600 system system
+    disabled
+    oneshot
+
+service setup-bcb /system/bin/uncrypt --setup-bcb
+    class main
+    socket uncrypt stream 600 system system
+    disabled
+    oneshot
+
+service clear-bcb /system/bin/uncrypt --clear-bcb
+    class main
+    socket uncrypt stream 600 system system
+    disabled
+    oneshot
diff --git a/system/etc/init/vdc.rc b/system/etc/init/vdc.rc
new file mode 100644
index 0000000000000000000000000000000000000000..4d51ced245448e6cdf416a3a4cfb09252f6f6d4c
--- /dev/null
+++ b/system/etc/init/vdc.rc
@@ -0,0 +1,12 @@
+# One shot invocation to deal with encrypted volume.
+on defaultcrypto
+    exec - root -- /system/bin/vdc --wait cryptfs mountdefaultencrypted
+    # vold will set vold.decrypt to trigger_restart_framework (default
+    # encryption) or trigger_restart_min_framework (other encryption)
+
+# One shot invocation to encrypt unencrypted volumes
+on encrypt
+    start surfaceflinger
+    exec - root -- /system/bin/vdc --wait cryptfs enablecrypto inplace default noui
+    # vold will set vold.decrypt to trigger_restart_framework (default
+    # encryption)
diff --git a/system/etc/init/vold.rc b/system/etc/init/vold.rc
new file mode 100644
index 0000000000000000000000000000000000000000..87e2fd8a9287f91242b09d99c742250ba799bca5
--- /dev/null
+++ b/system/etc/init/vold.rc
@@ -0,0 +1,10 @@
+service vold /system/bin/vold \
+        --blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \
+        --fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0
+    class core
+    socket vold stream 0660 root mount
+    socket cryptd stream 0660 root mount
+    ioprio be 2
+    writepid /dev/cpuset/foreground/tasks
+    shutdown critical
+
diff --git a/system/etc/init/webview_zygote32.rc b/system/etc/init/webview_zygote32.rc
new file mode 100644
index 0000000000000000000000000000000000000000..b7decc8eba3b198de050f636a39b490d712e8f5f
--- /dev/null
+++ b/system/etc/init/webview_zygote32.rc
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2016 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.
+#
+
+service webview_zygote32 /system/bin/webview_zygote32
+    user webview_zygote
+    socket webview_zygote stream 660 webview_zygote system
+
+on property:init.svc.zygote=stopped
+    stop webview_zygote32
diff --git a/system/etc/init/webview_zygote64.rc b/system/etc/init/webview_zygote64.rc
new file mode 100644
index 0000000000000000000000000000000000000000..2935b28cff550d8e3879942c67123045a2720130
--- /dev/null
+++ b/system/etc/init/webview_zygote64.rc
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2016 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.
+#
+
+service webview_zygote64 /system/bin/webview_zygote64
+    user webview_zygote
+    socket webview_zygote stream 660 webview_zygote system
+
+on property:init.svc.zygote=stopped
+    stop webview_zygote64
diff --git a/system/etc/init/wifi-events.rc b/system/etc/init/wifi-events.rc
new file mode 100644
index 0000000000000000000000000000000000000000..b4b09344136f26ae371182d13d1ee41a9fde1728
--- /dev/null
+++ b/system/etc/init/wifi-events.rc
@@ -0,0 +1,64 @@
+#
+# Copyright (C) 2016 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.
+#
+
+on fs
+   setprop sys.wifitracing.started 0
+
+on property:sys.boot_completed=1 && property:sys.wifitracing.started=0
+   # Create trace buffer, and set basic configuration.
+   mkdir /sys/kernel/debug/tracing/instances/wifi 711
+   restorecon_recursive /sys/kernel/debug/tracing/instances/wifi
+   write /sys/kernel/debug/tracing/instances/wifi/tracing_on 0
+   write /sys/kernel/debug/tracing/instances/wifi/buffer_size_kb 1
+   write /sys/kernel/debug/tracing/instances/wifi/trace_options disable_on_free
+
+   # Enable cfg80211 events for connection and key management events.
+   # - Events are not actually logged until WifiService writes "1" to
+   #   /sys/kernel/debug/tracing/instances/wifi/tracing_on.
+   # - WifiService is responsible for turning tracing off and on.
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/cfg80211_gtk_rekey_notify/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_add_key/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_assoc/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_auth/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_connect/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_default_key/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_default_mgmt_key/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/cfg80211/rdev_set_rekey_data/enable 1
+
+   # Enable datapath events for Wifi.
+   # - Events are not actually logged until WifiService writes "1" to
+   #   /sys/kernel/debug/tracing/instances/wifi/tracing_on.
+   # - WifiService will ensure that tracing is turned back off,
+   #   when a connection attempt ends (whether in success or failure)
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0}
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/net_dev_queue/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/net_dev_xmit/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/netif_rx/enable 1
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/netif_receive_skb/enable 1
+
+   # Set DAC to allow system_server to enable/disable, and read wifi trace
+   # events.
+   chown system /sys/kernel/debug/tracing/instances/wifi/tracing_on
+   chown system /sys/kernel/debug/tracing/instances/wifi/free_buffer
+   chown system /sys/kernel/debug/tracing/instances/wifi/trace
+   chmod 200 /sys/kernel/debug/tracing/instances/wifi/tracing_on
+   chmod 400 /sys/kernel/debug/tracing/instances/wifi/free_buffer
+   chmod 600 /sys/kernel/debug/tracing/instances/wifi/trace
+   setprop sys.wifitracing.started 1
+
+on property:sys.boot_completed=1 && property:wifi.interface=* && sys.wifitracing.started=1
+   # Override default value.
+   write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface}
diff --git a/system/etc/init/wificond.rc b/system/etc/init/wificond.rc
new file mode 100644
index 0000000000000000000000000000000000000000..3cc72e6c736e734a853022477cbf575fe0a0cf13
--- /dev/null
+++ b/system/etc/init/wificond.rc
@@ -0,0 +1,4 @@
+service wificond /system/bin/wificond
+    class main
+    user wifi
+    group wifi net_raw net_admin
diff --git a/system/etc/ld.config.txt b/system/etc/ld.config.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8aa3369302c777632ed87b782a69db782a967ce5
--- /dev/null
+++ b/system/etc/ld.config.txt
@@ -0,0 +1,128 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Bionic loader config file.
+#
+
+# Don't change the order here.
+dir.system = /system/bin/
+dir.system = /system/xbin/
+dir.vendor = /vendor/bin/
+dir.vendor = /data/nativetest/vendor
+dir.vendor = /data/nativetest64/vendor
+dir.vendor = /data/benchmarktest/vendor
+dir.vendor = /data/benchmarktest64/vendor
+dir.system = /data/nativetest
+dir.system = /data/nativetest64
+dir.system = /data/benchmarktest
+dir.system = /data/benchmarktest64
+
+[system]
+additional.namespaces = sphal,vndk,rs
+
+###############################################################################
+# "default" namespace
+#
+# Framework-side code runs in this namespace. Anything from /vendor partition
+# can't be loaded in this namespace.
+###############################################################################
+namespace.default.isolated = false
+namespace.default.search.paths = /system/${LIB}:/vendor/${LIB}
+namespace.default.permitted.paths = /system/${LIB}:/vendor/${LIB}
+
+namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB}
+namespace.default.asan.permitted.paths = /data/asan/system/${LIB}:/system/${LIB}:/data/asan/vendor/${LIB}:/vendor/${LIB}
+
+# TODO(b/37013858): remove all dependencies to /vendor/lib from system processes
+# When this is done, comment out following three lines and remove the three
+# lines above
+#namespace.default.isolated = true
+#namespace.default.search.paths = /system/${LIB}
+#namespace.default.permitted.paths = /system/${LIB}
+#
+#namespace.default.asan.search.paths = /data/asan/system/${LIB}:/system/${LIB}
+#namespace.default.asan.permitted.paths = /data/asan/system/${LIB}:/system/${LIB}
+
+###############################################################################
+# "sphal" namespace
+#
+# SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
+# loaded inside system processes. libEGL_<chipset>.so, libGLESv2_<chipset>.so,
+# android.hardware.graphics.mapper@2.0-impl.so, etc are SP-HALs.
+#
+# This namespace is exclusivly for SP-HALs. When the framework tries to dynami-
+# cally load SP-HALs, android_dlopen_ext() is used to explicitly specifying
+# that they should be searched and loaded from this namespace.
+#
+# Note that there is no link from the default namespace to this namespace.
+###############################################################################
+namespace.sphal.isolated = true
+namespace.sphal.visible = true
+namespace.sphal.search.paths = /vendor/${LIB}/egl:/vendor/${LIB}/hw:/vendor/${LIB}
+namespace.sphal.permitted.paths = /vendor/${LIB}:/system/${LIB}/vndk-sp/hw
+
+namespace.sphal.asan.search.paths = /data/asan/vendor/${LIB}/egl:/vendor/${LIB}/egl:/data/asan/vendor/${LIB}/hw:/vendor/${LIB}/hw:/data/asan/vendor/${LIB}:/vendor/${LIB}
+namespace.sphal.asan.permitted.paths = /data/asan/vendor/${LIB}:/vendor/${LIB}
+
+# Once in this namespace, access to libraries in /system/lib is restricted. Only
+# libs listed here can be used.
+namespace.sphal.links = default,vndk,rs
+
+# WARNING: only NDK libs can be listed here.
+namespace.sphal.link.default.shared_libs = libc.so:libm.so:libdl.so:libstdc++.so:liblog.so:libnativewindow.so:libEGL.so:libsync.so:libGLESv1_CM.so:libGLESv2.so:libvndksupport.so:libz.so
+
+# WARNING: only VNDK-SP libs can be listed here. DO NOT EDIT this line.
+namespace.sphal.link.vndk.shared_libs = android.hardware.renderscript@1.0.so:android.hardware.graphics.allocator@2.0.so:android.hardware.graphics.mapper@2.0.so:android.hardware.graphics.common@1.0.so:android.hidl.memory@1.0.so:libhwbinder.so:libbase.so:libcutils.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libhidltransport.so:libion.so:libutils.so:libc++.so
+
+# Renderscript gets separate namespace
+namespace.sphal.link.rs.shared_libs = libRS_internal.so
+
+###############################################################################
+# "rs" namespace
+#
+# This namespace is exclusively for Renderscript internal libraries.
+# This namespace has slightly looser restriction than the vndk namespace because
+# of the genuine characteristics of Renderscript; /data is in the permitted path
+# to load the compiled *.so file and libmediandk.so can be used here.
+###############################################################################
+namespace.rs.isolated = true
+namespace.rs.visible = true
+namespace.rs.search.paths = /vendor/${LIB}/vndk-sp:/system/${LIB}/vndk-sp:/vendor/${LIB}
+namespace.rs.permitted.paths = /vendor/${LIB}:/data
+
+namespace.rs.asan.search.paths = /data/asan/vendor/${LIB}/vndk-sp:/vendor/${LIB}/vndk-sp:/data/asan/system/${LIB}/vndk-sp:/system/${LIB}/vndk-sp:/data/asan/vendor/${LIB}:/vendor/${LIB}
+namespace.rs.asan.permitted.paths = /data/asan/vendor/${LIB}:/vendor/${LIB}:/data
+
+namespace.rs.links = default,vndk
+namespace.rs.link.default.shared_libs = libc.so:libm.so:libdl.so:libstdc++.so:liblog.so:libnativewindow.so:libEGL.so:libsync.so:libGLESv1_CM.so:libGLESv2.so:libmediandk.so:libvndksupport.so:libz.so:libft2.so
+namespace.rs.link.vndk.shared_libs = android.hardware.renderscript@1.0.so:android.hardware.graphics.allocator@2.0.so:android.hardware.graphics.mapper@2.0.so:android.hardware.graphics.common@1.0.so:android.hidl.memory@1.0.so:libhwbinder.so:libbase.so:libcutils.so:libhardware.so:libhidlbase.so:libhidlmemory.so:libhidltransport.so:libion.so:libutils.so:libc++.so
+
+###############################################################################
+# "vndk" namespace
+#
+# This namespace is exclusively for vndk-sp libs.
+###############################################################################
+namespace.vndk.isolated = true
+namespace.vndk.visible = true
+namespace.vndk.search.paths = /vendor/${LIB}/vndk-sp:/system/${LIB}/vndk-sp
+namespace.vndk.permitted.paths = /vendor/${LIB}/hw:/vendor/${LIB}/egl
+
+namespace.vndk.asan.search.paths = /data/asan/vendor/${LIB}/vndk-sp:/vendor/${LIB}/vndk-sp:/data/asan/system/${LIB}/vndk-sp:/system/${LIB}/vndk-sp
+namespace.vndk.asan.permitted.paths = /data/asan/vendor/${LIB}/hw:/vendor/${LIB}/hw:/data/asan/vendor/${LIB}/egl:/vendor/${LIB}/egl
+
+# When these NDK libs are required inside this namespace, then it is redirected
+# to the default namespace. This is possible since their ABI is stable across
+# Android releases.
+namespace.vndk.links = default
+namespace.vndk.link.default.shared_libs = android.hidl.memory@1.0-impl.so:libc.so:libm.so:libdl.so:libstdc++.so:liblog.so:libnativewindow.so:libEGL.so:libsync.so:libvndksupport.so:libz.so
+
+###############################################################################
+# Namespace config for vendor processes. In O, no restriction is enforced for
+# them. However, in O-MR1, access to /system/${LIB} will not be allowed to
+# the default namespace. 'system' namespace will be added to give limited
+# (LL-NDK only) access.
+###############################################################################
+[vendor]
+namespace.default.isolated = false
+namespace.default.search.paths = /vendor/${LIB}/hw:/vendor/${LIB}/egl:/vendor/${LIB}:/system/${LIB}/vndk:/vendor/${LIB}/vndk-sp:/system/${LIB}/vndk-sp:/system/${LIB}
+
+namespace.default.asan.search.paths = /data/asan/vendor/${LIB}/hw:/vendor/${LIB}/hw:/data/asan/vendor/${LIB}/egl:/vendor/${LIB}/egl:/data/asan/vendor/${LIB}:/vendor/${LIB}:/data/asan/system/${LIB}/vndk:/system/${LIB}/vndk:/data/asan/vendor/${LIB}/vndk-sp:/vendor/${LIB}/vndk-sp:/data/asan/system/${LIB}/vndk-sp:/system/${LIB}/vndk-sp:/data/asan/system/${LIB}:/system/${LIB}
diff --git a/system/etc/mddb b/system/etc/mddb
new file mode 120000
index 0000000000000000000000000000000000000000..982b3cf7fdd397f5e5ba08bbc8ecc72f12e1b02b
--- /dev/null
+++ b/system/etc/mddb
@@ -0,0 +1 @@
+/vendor/etc/mddb
\ No newline at end of file
diff --git a/system/etc/media_profiles_V1_0.dtd b/system/etc/media_profiles_V1_0.dtd
new file mode 100644
index 0000000000000000000000000000000000000000..40900e07c5bcddd6ef3ba68cf6f47924268a8fde
--- /dev/null
+++ b/system/etc/media_profiles_V1_0.dtd
@@ -0,0 +1,56 @@
+<!ELEMENT MediaSettings (CamcorderProfiles+,
+                         EncoderOutputFileFormat+,
+                         VideoEncoderCap+,
+                         AudioEncoderCap+,
+                         VideoDecoderCap,
+                         AudioDecoderCap)>
+<!ELEMENT CamcorderProfiles (EncoderProfile|ImageEncoding|ImageDecoding|Camera)+>
+<!ATTLIST CamcorderProfiles cameraId (0|1) #REQUIRED>
+<!ELEMENT EncoderProfile (Video, Audio)>
+<!ATTLIST EncoderProfile quality CDATA #REQUIRED>
+<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED>
+<!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
+<!ELEMENT Video EMPTY>
+<!ATTLIST Video codec (h264|h263|m4v) #REQUIRED>
+<!ATTLIST Video bitRate CDATA #REQUIRED>
+<!ATTLIST Video width CDATA #REQUIRED>
+<!ATTLIST Video height CDATA #REQUIRED>
+<!ATTLIST Video frameRate CDATA #REQUIRED>
+<!ELEMENT Audio EMPTY>
+<!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED>
+<!ATTLIST Audio bitRate CDATA #REQUIRED>
+<!ATTLIST Audio sampleRate CDATA #REQUIRED>
+<!ATTLIST Audio channels (1|2) #REQUIRED>
+<!ELEMENT ImageEncoding EMPTY>
+<!ATTLIST ImageEncoding quality (95|90|80|70|60|50|40) #REQUIRED>
+<!ELEMENT ImageDecoding EMPTY>
+<!ATTLIST ImageDecoding memCap CDATA #REQUIRED>
+<!ELEMENT Camera EMPTY>
+<!ELEMENT EncoderOutputFileFormat EMPTY>
+<!ATTLIST EncoderOutputFileFormat name (mp4|3gp) #REQUIRED>
+<!ELEMENT VideoEncoderCap EMPTY>
+<!ATTLIST VideoEncoderCap name (hevc|h264|h263|m4v|wmv) #REQUIRED>
+<!ATTLIST VideoEncoderCap enabled (true|false) #REQUIRED>
+<!ATTLIST VideoEncoderCap minBitRate CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap maxBitRate CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap minFrameWidth CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap maxFrameWidth CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap minFrameHeight CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap maxFrameHeight CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap minFrameRate CDATA #REQUIRED>
+<!ATTLIST VideoEncoderCap maxFrameRate CDATA #REQUIRED>
+<!ELEMENT AudioEncoderCap EMPTY>
+<!ATTLIST AudioEncoderCap name (amrnb|amrwb|aac|wma|heaac|aaceld) #REQUIRED>
+<!ATTLIST AudioEncoderCap enabled (true|false) #REQUIRED>
+<!ATTLIST AudioEncoderCap minBitRate CDATA #REQUIRED>
+<!ATTLIST AudioEncoderCap maxBitRate CDATA #REQUIRED>
+<!ATTLIST AudioEncoderCap minSampleRate CDATA #REQUIRED>
+<!ATTLIST AudioEncoderCap maxSampleRate CDATA #REQUIRED>
+<!ATTLIST AudioEncoderCap minChannels (1|2) #REQUIRED>
+<!ATTLIST AudioEncoderCap maxChannels (1|2) #REQUIRED>
+<!ELEMENT VideoDecoderCap EMPTY>
+<!ATTLIST VideoDecoderCap name (wmv) #REQUIRED>
+<!ATTLIST VideoDecoderCap enabled (true|false) #REQUIRED>
+<!ELEMENT AudioDecoderCap EMPTY>
+<!ATTLIST AudioDecoderCap name (wma) #REQUIRED>
+<!ATTLIST AudioDecoderCap enabled (true|false) #REQUIRED>
diff --git a/system/etc/mke2fs.conf b/system/etc/mke2fs.conf
new file mode 100644
index 0000000000000000000000000000000000000000..b6d8d4136f39d104718bae089204452fa94457e6
--- /dev/null
+++ b/system/etc/mke2fs.conf
@@ -0,0 +1,53 @@
+[defaults]
+    base_features = sparse_super,large_file,filetype,resize_inode,dir_index,ext_attr
+    default_mntopts = acl,user_xattr
+    enable_periodic_fsck = 0
+    blocksize = 4096
+    inode_size = 256
+    inode_ratio = 16384
+    reserved_ratio = 1.0
+
+[fs_types]
+    ext3 = {
+        features = has_journal
+    }
+    ext4 = {
+        features = has_journal,extent,huge_file,dir_nlink,extra_isize,uninit_bg
+        inode_size = 256
+    }
+    ext4dev = {
+        features = has_journal,extent,huge_file,inline_data,dir_nlink,extra_isize
+        inode_size = 256
+        options = test_fs=1
+    }
+    small = {
+        blocksize = 1024
+        inode_size = 128
+        inode_ratio = 4096
+    }
+    floppy = {
+        blocksize = 1024
+        inode_size = 128
+        inode_ratio = 8192
+    }
+    big = {
+        inode_ratio = 32768
+    }
+    huge = {
+        inode_ratio = 65536
+    }
+    news = {
+        inode_ratio = 4096
+    }
+    largefile = {
+        inode_ratio = 1048576
+        blocksize = -1
+    }
+    largefile4 = {
+        inode_ratio = 4194304
+        blocksize = -1
+    }
+    hurd = {
+         blocksize = 4096
+         inode_size = 128
+    }
diff --git a/system/etc/mkshrc b/system/etc/mkshrc
new file mode 100644
index 0000000000000000000000000000000000000000..c254a010eac34b73b9568e3d9a7d685ffdf288a9
--- /dev/null
+++ b/system/etc/mkshrc
@@ -0,0 +1,21 @@
+# Copyright (c) 2010, 2012, 2013, 2014
+#	Thorsten Glaser <tg@mirbsd.org>
+# This file is provided under the same terms as mksh.
+#-
+# Minimal /system/etc/mkshrc for Android
+#
+# Support: https://launchpad.net/mksh
+
+: ${HOSTNAME:=$(getprop ro.product.device)}
+: ${HOSTNAME:=android}
+: ${TMPDIR:=/data/local/tmp}
+export HOSTNAME TMPDIR
+
+if (( USER_ID )); then PS1='$'; else PS1='#'; fi
+PS4='[$EPOCHREALTIME] '; PS1='${|
+	local e=$?
+
+	(( e )) && REPLY+="$e|"
+
+	return $e
+}$HOSTNAME:${PWD:-?} '"$PS1 "
diff --git a/system/etc/mtklog-config.prop b/system/etc/mtklog-config.prop
new file mode 100644
index 0000000000000000000000000000000000000000..7f31d3b034306b3cdbfe95c06c40c64fd03680a0
--- /dev/null
+++ b/system/etc/mtklog-config.prop
@@ -0,0 +1,9 @@
+mtklog_path = internal_sd
+com.mediatek.log.mobile.enabled = false
+com.mediatek.log.mobile.maxsize = 500
+com.mediatek.log.mobile.totalmaxsize = 1000
+com.mediatek.log.modem.enabled = false
+com.mediatek.log.modem.maxsize = 2000
+com.mediatek.log.net.enabled = false
+com.mediatek.log.net.maxsize = 600
+com.mediatek.log.gps.enabled = false
diff --git a/system/etc/passwd b/system/etc/passwd
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/etc/permissions/android.hardware.fingerprint.xml b/system/etc/permissions/android.hardware.fingerprint.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3181e7eedd4ad629e774bd6da7059c8b607bc90b
--- /dev/null
+++ b/system/etc/permissions/android.hardware.fingerprint.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+
+<!-- This is the standard set of features for a biometric fingerprint sensor. -->
+<permissions>
+    <feature name="android.hardware.fingerprint" />
+</permissions>
diff --git a/system/etc/permissions/android.hardware.sensor.accelerometer.xml b/system/etc/permissions/android.hardware.sensor.accelerometer.xml
new file mode 100644
index 0000000000000000000000000000000000000000..22f18b80958d75017e24fd498865863fed92c0c6
--- /dev/null
+++ b/system/etc/permissions/android.hardware.sensor.accelerometer.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- Feature for devices with an accelerometer sensor. -->
+<permissions>
+    <feature name="android.hardware.sensor.accelerometer" />
+</permissions>
diff --git a/system/etc/permissions/android.hardware.sensor.light.xml b/system/etc/permissions/android.hardware.sensor.light.xml
new file mode 100644
index 0000000000000000000000000000000000000000..78b0fecb99ab9a16eba7df2df4e62b0762059e58
--- /dev/null
+++ b/system/etc/permissions/android.hardware.sensor.light.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- Feature for devices with an ambient light sensor. -->
+<permissions>
+    <feature name="android.hardware.sensor.light" />
+</permissions>
diff --git a/system/etc/permissions/android.hardware.sensor.proximity.xml b/system/etc/permissions/android.hardware.sensor.proximity.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d1948dea98f4208bd9c05ed3ec43a0951ae88b06
--- /dev/null
+++ b/system/etc/permissions/android.hardware.sensor.proximity.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- Feature for devices with a proximity sensor. -->
+<permissions>
+    <feature name="android.hardware.sensor.proximity" />
+</permissions>
diff --git a/system/etc/permissions/android.software.live_wallpaper.xml b/system/etc/permissions/android.software.live_wallpaper.xml
new file mode 100644
index 0000000000000000000000000000000000000000..164abbe12c1fdd095149144d44ecdf3f7f8bdc4a
--- /dev/null
+++ b/system/etc/permissions/android.software.live_wallpaper.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<!-- This feature should be defined for devices that support live wallpapers.
+     There are minimum hardware requirements to be able to support this
+     feature: robust multiple GL context support, fast enough CPU, enough
+     RAM to allow the wallpaper to be running all of the time. -->
+<permissions>
+    <!--feature name="android.software.live_wallpaper" /-->
+</permissions>
diff --git a/system/etc/permissions/android.software.webview.xml b/system/etc/permissions/android.software.webview.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d84320947ead9abb033bf17d818c849223e26cd4
--- /dev/null
+++ b/system/etc/permissions/android.software.webview.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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>
+    <feature name="android.software.webview" />
+</permissions>
diff --git a/system/etc/permissions/com.android.location.provider.xml b/system/etc/permissions/com.android.location.provider.xml
new file mode 100644
index 0000000000000000000000000000000000000000..000e68ffc8650c81dacaaf7f9c3c5eb0bfded256
--- /dev/null
+++ b/system/etc/permissions/com.android.location.provider.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.location.provider"
+            file="/system/framework/com.android.location.provider.jar" />
+</permissions>
diff --git a/system/etc/permissions/com.android.media.remotedisplay.xml b/system/etc/permissions/com.android.media.remotedisplay.xml
new file mode 100644
index 0000000000000000000000000000000000000000..77a91d23e1d8b4560c3ea0842be08657b801e7f4
--- /dev/null
+++ b/system/etc/permissions/com.android.media.remotedisplay.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.media.remotedisplay"
+            file="/system/framework/com.android.media.remotedisplay.jar" />
+</permissions>
diff --git a/system/etc/permissions/com.android.mediadrm.signer.xml b/system/etc/permissions/com.android.mediadrm.signer.xml
new file mode 100644
index 0000000000000000000000000000000000000000..fd3a1158095daaa86892f131d57f8043e0309078
--- /dev/null
+++ b/system/etc/permissions/com.android.mediadrm.signer.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2013 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.mediadrm.signer"
+            file="/system/framework/com.android.mediadrm.signer.jar" />
+</permissions>
diff --git a/system/etc/permissions/com.google.android.maps.xml b/system/etc/permissions/com.google.android.maps.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5be5c2ce13e4e14ced45e88698d8c8243e099277
--- /dev/null
+++ b/system/etc/permissions/com.google.android.maps.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.google.android.maps"
+            file="/system/framework/com.google.android.maps.jar" />
+</permissions>
diff --git a/system/etc/permissions/com.google.android.media.effects.xml b/system/etc/permissions/com.google.android.media.effects.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ea82b9d330bbc3984cc41c5335e076cfb63de39f
--- /dev/null
+++ b/system/etc/permissions/com.google.android.media.effects.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.google.android.media.effects"
+            file="/system/framework/com.google.android.media.effects.jar" />
+
+</permissions>
diff --git a/system/etc/permissions/mediatek-packages-teleservice.xml b/system/etc/permissions/mediatek-packages-teleservice.xml
new file mode 100644
index 0000000000000000000000000000000000000000..60735ab527a5f1e0fc199527e66f64a11419f38d
--- /dev/null
+++ b/system/etc/permissions/mediatek-packages-teleservice.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<permissions>
+    <library name="mediatek-packages-teleservice"
+            file="/system/framework/mediatek-packages-teleservice.jar" />
+</permissions>
diff --git a/system/etc/permissions/platform.xml b/system/etc/permissions/platform.xml
new file mode 100644
index 0000000000000000000000000000000000000000..24d9f0f64f87875ecdcf0b94aafb882650d1a91d
--- /dev/null
+++ b/system/etc/permissions/platform.xml
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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.
+-->
+
+<!-- This file is used to define the mappings between lower-level system
+     user and group IDs and the higher-level permission names managed
+     by the platform.
+
+     Be VERY careful when editing this file!  Mistakes made here can open
+     big security holes.
+-->
+<permissions>
+
+    <!-- ================================================================== -->
+    <!-- ================================================================== -->
+    <!-- ================================================================== -->
+
+    <!-- The following tags are associating low-level group IDs with
+         permission names.  By specifying such a mapping, you are saying
+         that any application process granted the given permission will
+         also be running with the given group ID attached to its process,
+         so it can perform any filesystem (read, write, execute) operations
+         allowed for that group. -->
+
+    <permission name="android.permission.BLUETOOTH_ADMIN" >
+        <group gid="net_bt_admin" />
+    </permission>
+
+    <permission name="android.permission.BLUETOOTH" >
+        <group gid="net_bt" />
+    </permission>
+
+    <permission name="android.permission.BLUETOOTH_STACK" >
+        <group gid="bluetooth" />
+        <group gid="wakelock" />
+        <group gid="uhid" />
+    </permission>
+
+    <permission name="android.permission.NET_TUNNELING" >
+        <group gid="vpn" />
+    </permission>
+
+    <permission name="android.permission.INTERNET" >
+        <group gid="inet" />
+    </permission>
+
+    <permission name="android.permission.READ_LOGS" >
+        <group gid="log" />
+    </permission>
+
+    <permission name="android.permission.WRITE_MEDIA_STORAGE" >
+        <group gid="media_rw" />
+        <group gid="sdcard_rw" />
+    </permission>
+
+    <permission name="android.permission.ACCESS_MTP" >
+        <group gid="mtp" />
+    </permission>
+
+    <permission name="android.permission.NET_ADMIN" >
+        <group gid="net_admin" />
+    </permission>
+
+    <!-- The group that /cache belongs to, linked to the permission
+         set on the applications that can access /cache -->
+    <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" >
+        <group gid="cache" />
+    </permission>
+
+    <!-- RW permissions to any system resources owned by group 'diag'.
+         This is for carrier and manufacture diagnostics tools that must be
+         installable from the framework. Be careful. -->
+    <permission name="android.permission.DIAGNOSTIC" >
+        <group gid="input" />
+        <group gid="diag" />
+    </permission>
+
+    <!-- Group that can read detailed network usage statistics -->
+    <permission name="android.permission.READ_NETWORK_USAGE_HISTORY">
+        <group gid="net_bw_stats" />
+    </permission>
+
+    <!-- Group that can modify how network statistics are accounted -->
+    <permission name="android.permission.UPDATE_DEVICE_STATS">
+        <group gid="net_bw_acct" />
+    </permission>
+
+    <permission name="android.permission.LOOP_RADIO" >
+        <group gid="loop_radio" />
+    </permission>
+
+    <!-- Hotword training apps sometimes need a GID to talk with low-level
+         hardware; give them audio for now until full HAL support is added. -->
+    <permission name="android.permission.MANAGE_VOICE_KEYPHRASES">
+        <group gid="audio" />
+    </permission>
+
+    <permission name="android.permission.ACCESS_BROADCAST_RADIO" >
+        <!-- /dev/fm is gid media, not audio -->
+        <group gid="media" />
+    </permission>
+
+    <!-- These are permissions that were mapped to gids but we need
+         to keep them here until an upgrade from L to the current
+         version is to be supported. These permissions are built-in
+         and in L were not stored in packages.xml as a result if they
+         are not defined here while parsing packages.xml we would
+         ignore these permissions being granted to apps and not
+         propagate the granted state. From N we are storing the
+         built-in permissions in packages.xml as the saved storage
+         is negligible (one tag with the permission) compared to
+         the fragility as one can remove a built-in permission which
+         no longer needs to be mapped to gids and break grant propagation. -->
+    <permission name="android.permission.READ_EXTERNAL_STORAGE" />
+    <permission name="android.permission.WRITE_EXTERNAL_STORAGE" />
+
+    <!-- ================================================================== -->
+    <!-- ================================================================== -->
+    <!-- ================================================================== -->
+
+    <!-- The following tags are assigning high-level permissions to specific
+         user IDs.  These are used to allow specific core system users to
+         perform the given operations with the higher-level framework.  For
+         example, we give a wide variety of permissions to the shell user
+         since that is the user the adb shell runs under and developers and
+         others should have a fairly open environment in which to
+         interact with the system. -->
+
+    <assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="media" />
+    <assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="media" />
+    <assign-permission name="android.permission.WAKE_LOCK" uid="media" />
+    <assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="media" />
+    <assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="media" />
+    <assign-permission name="android.permission.GET_PROCESS_STATE_AND_OOM_SCORE" uid="media" />
+    <assign-permission name="android.permission.CAPTURE_AUDIO_OUTPUT" uid="media" />
+    <!-- AudioServer is separated from mediaServer on Android N0, so AudioServer will
+         check mediaServer permission when mediaServer call audioServer through binder,
+         so add CAPTURE_AUDIO_OUTPUT permission for mediaServer. -->
+
+    <assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="audioserver" />
+    <assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="audioserver" />
+    <assign-permission name="android.permission.WAKE_LOCK" uid="audioserver" />
+    <assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="audioserver" />
+    <assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="audioserver" />
+
+    <assign-permission name="android.permission.MODIFY_AUDIO_SETTINGS" uid="cameraserver" />
+    <assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="cameraserver" />
+    <assign-permission name="android.permission.WAKE_LOCK" uid="cameraserver" />
+    <assign-permission name="android.permission.UPDATE_DEVICE_STATS" uid="cameraserver" />
+    <assign-permission name="android.permission.UPDATE_APP_OPS_STATS" uid="cameraserver" />
+    <assign-permission name="android.permission.GET_PROCESS_STATE_AND_OOM_SCORE" uid="cameraserver" />
+
+    <assign-permission name="android.permission.ACCESS_SURFACE_FLINGER" uid="graphics" />
+
+    <!-- This is a list of all the libraries available for application
+         code to link against. -->
+
+    <library name="android.test.mock"
+            file="/system/framework/android.test.mock.jar" />
+    <library name="android.test.runner"
+            file="/system/framework/android.test.runner.jar" />
+    <library name="javax.obex"
+            file="/system/framework/javax.obex.jar" />
+    <library name="org.apache.http.legacy"
+            file="/system/framework/org.apache.http.legacy.jar" />
+
+    <!-- These are the standard packages that are white-listed to always have internet
+         access while in power save mode, even if they aren't in the foreground. -->
+    <allow-in-power-save package="com.android.providers.downloads" />
+	
+	<!-- need by ADUPS_FOTA_SUPPORT or FOTA_UPDATE_SUPPORT -->
+	<allow-in-power-save package="com.adups.fota" />
+    <allow-in-power-save package="com.adups.fota.sysoper" />
+
+    <!-- These are the standard packages that are white-listed to always have internet
+         access while in data mode, even if they aren't in the foreground. -->
+    <allow-in-data-usage-save package="com.android.providers.downloads" />
+
+    <!-- This is a core platform component that needs to freely run in the background -->
+    <allow-in-power-save package="com.android.cellbroadcastreceiver" />
+    <allow-in-power-save package="com.android.shell" />
+
+    <!-- These are the packages that are white-listed to be able to run as system user -->
+    <system-user-whitelisted-app package="com.android.settings" />
+
+    <!-- These are the packages that shouldn't run as system user -->
+    <system-user-blacklisted-app package="com.android.wallpaper.livepicker" />
+</permissions>
diff --git a/system/etc/permissions/pms_sysapp_removable_system_list.txt b/system/etc/permissions/pms_sysapp_removable_system_list.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ae7c42ae945664646cfa0390b3ea550b4397d0dc
--- /dev/null
+++ b/system/etc/permissions/pms_sysapp_removable_system_list.txt
@@ -0,0 +1,7 @@
+com.android.quicksearchbox
+com.android.calendar
+com.android.dreams.basic
+com.android.musicfx
+com.android.calculator2
+com.android.email
+com.android.exchange
diff --git a/system/etc/permissions/privapp-permissions-google.xml b/system/etc/permissions/privapp-permissions-google.xml
new file mode 100644
index 0000000000000000000000000000000000000000..82103e30a943dd20baa3b8ed66a22ef1b353b974
--- /dev/null
+++ b/system/etc/permissions/privapp-permissions-google.xml
@@ -0,0 +1,347 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2017 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
+  -->
+
+<!--
+This XML file declares which signature|privileged permissions should be granted to privileged
+applications on GMS or Google-branded devices.
+It allows additional grants on top of privapp-permissions-platform.xml
+-->
+<permissions>
+    <privapp-permissions package="com.android.carrierconfig">
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.connectivity.metrics">
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>.
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.hotspot2">
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.READ_WIFI_CREDENTIAL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.hotwordenrollment.okgoogle">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.hotwordenrollment.xgoogle">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.hotwordenrollment.tgoogle">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.hotwordenrollment">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.systemui">
+        <permission name="com.android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/>
+        <permission name="android.permission.SET_WALLPAPER_COMPONENT"/>
+        <permission name="android.permission.LOCATION_HARDWARE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.vending">
+        <permission name="android.permission.ALLOCATE_AGGRESSIVE"/>
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.BATTERY_STATS"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.FORCE_STOP_PACKAGES"/>
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="android.permission.GET_APP_OPS_STATS"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.PACKAGE_VERIFICATION_AGENT"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.SEND_SMS_NO_CONFIRMATION"/>
+        <permission name="android.permission.SET_PREFERRED_APPLICATIONS"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.gcs">
+        <permission name="android.permission.CONTROL_VPN"/>
+        <permission name="android.permission.GET_APP_OPS_STATS"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
+        <permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/>
+        <permission name="android.permission.SCORE_NETWORKS"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.launcher3">
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.nbu.files">
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.DELETE_CACHE_FILES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.work.oobconfig">
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.DISPATCH_PROVISIONING_MESSAGE"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MANAGE_CARRIER_OEM_UNLOCK_STATE" />
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.backuptransport">
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.configupdater">
+        <permission name="android.permission.UPDATE_CONFIG"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.contacts">
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.dialer">
+        <permission name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"/>
+        <permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
+        <permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MODIFY_AUDIO_ROUTING"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.REGISTER_CONNECTION_MANAGER"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+        <permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.feedback">
+        <permission name="android.permission.READ_LOGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.gms">
+        <permission name="android.permission.ACCESS_NETWORK_CONDITIONS"/>
+        <permission name="android.permission.ACTIVITY_EMBEDDING"/>
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.CAPTURE_AUDIO_HOTWORD"/>
+        <permission name="android.permission.CAPTURE_AUDIO_OUTPUT"/>
+        <permission name="android.permission.CAPTURE_SECURE_VIDEO_OUTPUT"/>
+        <permission name="android.permission.CAPTURE_VIDEO_OUTPUT"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
+        <permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
+        <permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
+        <permission name="android.permission.DISPATCH_PROVISIONING_MESSAGE"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.GET_APP_OPS_STATS"/>
+        <permission name="android.permission.INTENT_FILTER_VERIFICATION_AGENT"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.INVOKE_CARRIER_SETUP"/>
+        <permission name="android.permission.LOCAL_MAC_ADDRESS"/>
+        <permission name="android.permission.LOCATION_HARDWARE"/>
+        <permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.MANAGE_SOUND_TRIGGER"/>
+        <permission name="android.permission.MANAGE_SUBSCRIPTION_PLANS"/>
+        <permission name="android.permission.MANAGE_USB"/>
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.MODIFY_AUDIO_ROUTING"/>
+        <permission name="android.permission.MODIFY_NETWORK_ACCOUNTING"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.NOTIFY_PENDING_SYSTEM_UPDATE"/>
+        <permission name="android.permission.OBSERVE_GRANT_REVOKE_PERMISSIONS"/>
+        <permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE" />
+        <permission name="android.permission.PROVIDE_TRUST_AGENT"/>
+        <permission name="android.permission.READ_DREAM_STATE"/>
+        <permission name="android.permission.READ_LOGS"/>
+        <permission name="android.permission.READ_OEM_UNLOCK_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.READ_WIFI_CREDENTIAL"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"/>
+        <permission name="android.permission.RECOVERY"/>
+        <permission name="android.permission.REGISTER_CALL_PROVIDER"/>
+        <permission name="android.permission.SCORE_NETWORKS"/>
+        <permission name="android.permission.SEND_SMS_NO_CONFIRMATION"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.SET_TIME_ZONE"/>
+        <permission name="android.permission.START_TASKS_FROM_RECENTS"/>
+        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
+        <permission name="android.permission.TETHER_PRIVILEGED"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.USER_ACTIVITY"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.googlequicksearchbox">
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.CAPTURE_AUDIO_HOTWORD"/>
+        <permission name="android.permission.GLOBAL_SEARCH"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.SET_MEDIA_KEY_LISTENER"/>
+        <permission name="android.permission.SET_VOLUME_KEY_LONG_PRESS_LISTENER"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="com.google.android.permission.SET_WATCH_FACE_PRIVILEGED"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.searchlite">
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.CAPTURE_AUDIO_HOTWORD"/>
+        <permission name="android.permission.GLOBAL_SEARCH"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.speechservices">
+        <permission name="android.permission.BIND_APPWIDGET" />
+        <permission name="android.permission.CAPTURE_AUDIO_HOTWORD" />
+        <permission name="android.permission.GLOBAL_SEARCH" />
+        <permission name="android.permission.INTERACT_ACROSS_USERS" />
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES" />
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL" />
+        <permission name="android.permission.REAL_GET_TASKS" />
+        <permission name="android.permission.STATUS_BAR" />
+        <permission name="android.permission.STOP_APP_SWITCHES" />
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.actionsservice">
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.CAPTURE_AUDIO_HOTWORD"/>
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.assistant">
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.gsf">
+        <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.INVOKE_CARRIER_SETUP"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.READ_DREAM_STATE"/>
+        <permission name="android.permission.READ_LOGS"/>
+        <permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+        <permission name="android.permission.REBOOT"/>
+        <permission name="android.permission.RECEIVE_DATA_ACTIVITY_CHANGE"/>
+        <permission name="android.permission.RECOVERY"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.WRITE_GSERVICES"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.ims">
+        <permission name="android.permission.BIND_IMS_SERVICE"/>
+        <permission name="android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.onetimeinitializer">
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.packageinstaller">
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.OBSERVE_GRANT_REVOKE_PERMISSIONS"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.partnersetup">
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.setupwizard">
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.DISPATCH_PROVISIONING_MESSAGE"/>
+        <permission name="android.permission.INVOKE_CARRIER_SETUP"/>
+        <permission name="android.permission.LOCAL_MAC_ADDRESS"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.MANAGE_FINGERPRINT"/>
+        <permission name="android.permission.MANAGE_USB"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.NOTIFICATION_DURING_SETUP"/>
+        <permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
+        <permission name="android.permission.PERFORM_CDMA_PROVISIONING"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.REBOOT"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.SET_TIME_ZONE"/>
+        <permission name="android.permission.SHUTDOWN"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.tag">
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.apps.wallpaper">
+        <permission name="android.permission.READ_WALLPAPER_INTERNAL"/>
+    </privapp-permissions>
+</permissions>
diff --git a/system/etc/permissions/privapp-permissions-mediatek.xml b/system/etc/permissions/privapp-permissions-mediatek.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3a9734827886652c16372cc1a52330bef2b72e40
--- /dev/null
+++ b/system/etc/permissions/privapp-permissions-mediatek.xml
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+This XML file declares which signature|privileged permissions should be granted to privileged
+applications that come with the platform
+-->
+<permissions>
+    <privapp-permissions package="com.android.fmradio">
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.ACCESS_BROADCAST_RADIO"/>
+        <permission name="android.permission.MODIFY_AUDIO_ROUTING"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.connectivity">
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.baidu.map.location">
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.INSTALL_LOCATION_PROVIDER"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+        <permission name="android.permission.READ_LOGS"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.contacts">
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.ims">
+        <permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.simprocessor">
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="android.ext.services">
+        <permission name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.calendar">
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.settings">
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.dialer">
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.CREATE_USERS"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.telephony">
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.callrecorder">
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.launcher3">
+        <permission name="android.permission.BIND_APPWIDGET"/>
+    </privapp-permissions>
+
+   <privapp-permissions package="com.android.apps.tag">
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.stk">
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.RECEIVE_STK_COMMANDS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.carrierexpress">
+        <permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.mms">
+        <permission name="android.permission.RECEIVE_EMERGENCY_BROADCAST"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.systemui">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="com.android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.downloads">
+        <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.MODIFY_NETWORK_ACCOUNTING"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.voicecommand">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.voicecommand.vis">
+        <permission name="android.permission.MANAGE_VOICE_KEYPHRASES"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.phone">
+        <permission name="com.mediatek.intent.action.ACTION_NETWORK_CHANGED"/>
+        <permission name="com.mediatek.INTENT.IMS_STATE_CHANGED"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.wfo.impl">
+        <permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.skyroam.silverhelper">
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.cellbroadcastreceiver">
+        <permission name="android.permission.RECEIVE_EMERGENCY_BROADCAST"/>
+        <permission name="android.permission.READ_SEARCH_INDEXABLES"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.mediatek.fullscreenmode">
+        <permission name="android.permission.FORCE_STOP_PACKAGES"/>
+    </privapp-permissions>
+	
+	<privapp-permissions package="com.mediatek.ppl">
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
+        <permission name="android.permission.REBOOT"/>
+    </privapp-permissions>
+	
+    <privapp-permissions package="com.redbend.client">
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.RECOVERY"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+        <permission name="android.permission.REBOOT"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+    </privapp-permissions>
+	<privapp-permissions package="com.yandex.launcher.updaterapp">
+	    <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+	</privapp-permissions>
+	
+	<privapp-permissions package="com.deviceinfo.device_info">
+	    <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+		<permission name="android.permission.DELETE_CACHE_FILES"/>
+		<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+		<permission name="android.permission.PACKAGE_USAGE_STATS"/>
+		<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+		<permission name="android.permission.REBOOT"/>
+		<permission name="android.permission.RECOVERY"/>
+		<permission name="android.permission.WRITE_APN_SETTINGS"/>
+	</privapp-permissions>
+		
+	<privapp-permissions package="com.yandex.launcher">
+		<permission name="android.permission.BIND_APPWIDGET"/>
+	</privapp-permissions>
+	
+	<privapp-permissions package="com.fly.sts">
+		<permission name="android.permission.INTERACT_ACROSS_USERS"/>
+		<permission name="android.permission.REAL_GET_TASKS"/>
+	</privapp-permissions>
+	
+	<privapp-permissions package="com.deviceinfo.system_helper">
+	    <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+		<permission name="android.permission.DELETE_CACHE_FILES"/>
+		<permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+		<permission name="android.permission.PACKAGE_USAGE_STATS"/>
+		<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+		<permission name="android.permission.REBOOT"/>
+		<permission name="android.permission.RECOVERY"/>
+	</privapp-permissions>    
+</permissions>
diff --git a/system/etc/permissions/privapp-permissions-platform.xml b/system/etc/permissions/privapp-permissions-platform.xml
new file mode 100644
index 0000000000000000000000000000000000000000..21019ade2751db54b2228f9f1d35fd1c3134a1f4
--- /dev/null
+++ b/system/etc/permissions/privapp-permissions-platform.xml
@@ -0,0 +1,372 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Copyright (C) 2016 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
+  -->
+
+<!--
+This XML file declares which signature|privileged permissions should be granted to privileged
+applications that come with the platform
+-->
+<permissions>
+    <privapp-permissions package="com.android.backupconfirm">
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.CRYPT_KEEPER"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.cellbroadcastreceiver">
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.RECEIVE_EMERGENCY_BROADCAST"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.contacts">
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.defcontainer">
+        <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+        <permission name="android.permission.ALLOCATE_AGGRESSIVE"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.dialer">
+        <permission name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"/>
+        <permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+        <permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.emergency">
+        <permission name="android.permission.MANAGE_USERS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.externalstorage">
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.launcher3">
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.location.fused">
+        <permission name="android.permission.INSTALL_LOCATION_PROVIDER"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.managedprovisioning">
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.CRYPT_KEEPER"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.PERFORM_CDMA_PROVISIONING"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.SET_TIME_ZONE"/>
+        <permission name="android.permission.SHUTDOWN"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.mms.service">
+        <permission name="android.permission.BIND_CARRIER_MESSAGING_SERVICE"/>
+        <permission name="android.permission.BIND_CARRIER_SERVICES"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.mtp">
+        <permission name="android.permission.MANAGE_USB"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.musicfx">
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.networkrecommendation">
+        <permission name="android.permission.SCORE_NETWORKS"/>
+        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.omadm.service">
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.packageinstaller">
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.OBSERVE_GRANT_REVOKE_PERMISSIONS"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.phone">
+        <permission name="android.permission.ACCESS_IMS_CALL_SERVICE"/>
+        <permission name="android.permission.BIND_CARRIER_MESSAGING_SERVICE"/>
+        <permission name="android.permission.BIND_CARRIER_SERVICES"/>
+        <permission name="android.permission.BIND_IMS_SERVICE"/>
+        <permission name="android.permission.BIND_VISUAL_VOICEMAIL_SERVICE"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.CONTROL_INCALL_EXPERIENCE"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.LOCAL_MAC_ADDRESS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.PERFORM_CDMA_PROVISIONING"/>
+        <permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.READ_SEARCH_INDEXABLES"/>
+        <permission name="android.permission.REBOOT"/>
+        <permission name="android.permission.REGISTER_CALL_PROVIDER"/>
+        <permission name="android.permission.REGISTER_SIM_SUBSCRIPTION"/>
+        <permission name="android.permission.SEND_RESPOND_VIA_MESSAGE"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.SET_TIME_ZONE"/>
+        <permission name="android.permission.SHUTDOWN"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+        <permission name="android.permission.UPDATE_LOCK"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+        <permission name="com.android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"/>
+        <permission name="com.android.voicemail.permission.READ_VOICEMAIL"/>
+        <permission name="com.android.voicemail.permission.WRITE_VOICEMAIL"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.calendar">
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.contacts">
+        <permission name="android.permission.BIND_DIRECTORY_SEARCH"/>
+        <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.downloads">
+        <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.UPDATE_DEVICE_STATS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.media">
+        <permission name="android.permission.ACCESS_MTP"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.providers.telephony">
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.provision">
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.server.telecom">
+        <permission name="android.permission.BIND_CONNECTION_SERVICE"/>
+        <permission name="android.permission.BIND_INCALL_SERVICE"/>
+        <permission name="android.permission.CALL_PRIVILEGED"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.settings">
+        <permission name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
+        <permission name="android.permission.ACCESS_NOTIFICATIONS"/>
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.BATTERY_STATS"/>
+        <permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.FORCE_STOP_PACKAGES"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.MANAGE_FINGERPRINT"/>
+        <permission name="android.permission.MANAGE_USB"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" />
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.MOVE_PACKAGE"/>
+        <permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.READ_SEARCH_INDEXABLES"/>
+        <permission name="android.permission.REBOOT"/>
+        <permission name="android.permission.SET_TIME"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.TETHER_PRIVILEGED"/>
+        <permission name="android.permission.USER_ACTIVITY"/>
+        <permission name="android.permission.WRITE_APN_SETTINGS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.sharedstoragebackup">
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.shell">
+        <permission name="android.permission.BACKUP"/>
+        <permission name="android.permission.BATTERY_STATS"/>
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_CONFIGURATION"/>
+        <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST" />
+        <permission name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
+        <permission name="android.permission.CLEAR_APP_CACHE"/>
+        <permission name="android.permission.ACCESS_INSTANT_APPS" />
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.DELETE_CACHE_FILES"/>
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.ACTIVITY_EMBEDDING"/>
+        <permission name="android.permission.FORCE_STOP_PACKAGES"/>
+        <permission name="android.permission.GET_APP_OPS_STATS"/>
+        <permission name="android.permission.INSTALL_LOCATION_PROVIDER"/>
+        <permission name="android.permission.INSTALL_PACKAGES"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.LOCAL_MAC_ADDRESS"/>
+        <permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
+        <permission name="android.permission.MANAGE_DEVICE_ADMINS"/>
+        <permission name="android.permission.MANAGE_USB"/>
+        <permission name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.MOVE_PACKAGE"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS" />
+        <permission name="android.permission.READ_FRAME_BUFFER"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.REGISTER_CALL_PROVIDER"/>
+        <permission name="android.permission.REGISTER_CONNECTION_MANAGER"/>
+        <permission name="android.permission.REGISTER_SIM_SUBSCRIPTION"/>
+        <permission name="android.permission.RETRIEVE_WINDOW_CONTENT"/>
+        <permission name="android.permission.SET_ALWAYS_FINISH"/>
+        <permission name="android.permission.SET_ANIMATION_SCALE"/>
+        <permission name="android.permission.SET_DEBUG_APP"/>
+        <permission name="android.permission.SET_PROCESS_LIMIT"/>
+        <permission name="android.permission.SIGNAL_PERSISTENT_PROCESSES"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.statementservice">
+        <permission name="android.permission.INTENT_FILTER_VERIFICATION_AGENT"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.storagemanager">
+        <permission name="android.permission.DELETE_PACKAGES"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.systemui">
+        <permission name="android.permission.BATTERY_STATS"/>
+        <permission name="android.permission.BIND_APPWIDGET"/>
+        <permission name="android.permission.BLUETOOTH_PRIVILEGED"/>
+        <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+        <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
+        <permission name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.CONTROL_VPN"/>
+        <permission name="android.permission.DUMP"/>
+        <permission name="android.permission.GET_APP_OPS_STATS"/>
+        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+        <permission name="android.permission.MANAGE_ACTIVITY_STACKS"/>
+        <permission name="android.permission.MANAGE_USB"/>
+        <permission name="android.permission.MANAGE_USERS"/>
+        <permission name="android.permission.MASTER_CLEAR"/>
+        <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+        <permission name="android.permission.MODIFY_PHONE_STATE"/>
+        <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+        <permission name="android.permission.OVERRIDE_WIFI_CONFIG"/>
+        <permission name="android.permission.READ_DREAM_STATE"/>
+        <permission name="android.permission.READ_FRAME_BUFFER"/>
+        <permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>
+        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE"/>
+        <permission name="android.permission.REAL_GET_TASKS"/>
+        <permission name="android.permission.RECEIVE_MEDIA_RESOURCE_USAGE"/>
+        <permission name="android.permission.START_TASKS_FROM_RECENTS"/>
+        <permission name="android.permission.STATUS_BAR"/>
+        <permission name="android.permission.STOP_APP_SWITCHES"/>
+        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME"/>
+        <permission name="android.permission.TETHER_PRIVILEGED"/>
+        <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+        <permission name="android.permission.WRITE_DREAM_STATE"/>
+        <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+        <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.tv">
+        <permission name="android.permission.CHANGE_HDMI_CEC_ACTIVE_SOURCE"/>
+        <permission name="android.permission.DVB_DEVICE"/>
+        <permission name="android.permission.GLOBAL_SEARCH"/>
+        <permission name="android.permission.HDMI_CEC"/>
+        <permission name="android.permission.MODIFY_PARENTAL_CONTROLS"/>
+        <permission name="android.permission.READ_CONTENT_RATING_SYSTEMS"/>
+        <permission name="com.android.providers.tv.permission.ACCESS_ALL_EPG_DATA"/>
+        <permission name="com.android.providers.tv.permission.ACCESS_WATCHED_PROGRAMS"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.android.vpndialogs">
+        <permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+        <permission name="android.permission.CONTROL_VPN"/>
+    </privapp-permissions>
+
+    <privapp-permissions package="com.google.android.ext.services">
+        <permission name="android.permission.PROVIDE_RESOLVER_RANKER_SERVICE" />
+    </privapp-permissions>
+
+</permissions>
diff --git a/system/etc/permissions/privapp-permissions-vas.xml b/system/etc/permissions/privapp-permissions-vas.xml
new file mode 100644
index 0000000000000000000000000000000000000000..bb03caa8d4042b31ab88e4b0de980d04480107bb
--- /dev/null
+++ b/system/etc/permissions/privapp-permissions-vas.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<permissions>
+
+  <privapp-permissions package="com.micromaxinfo.analytics">
+    <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+    <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+    <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+  </privapp-permissions>
+  
+  <privapp-permissions package="com.micromax.manufacturer.diagnostics">
+    <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+    <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+    <permission name="android.permission.READ_PRECISE_PHONE_STATE"/>
+    <permission name="android.permission.WRITE_MEDIA_STORAGE"/>
+  </privapp-permissions>
+  
+  <privapp-permissions package="com.micromax.lib.activation">
+    <permission name="android.permission.UPDATE_APP_OPS_STATS"/>
+    <permission name="android.permission.BATTERY_STATS"/>
+  </privapp-permissions>
+  
+  <privapp-permissions package="com.rock.gota">
+    <permission name="android.permission.ACCESS_CACHE_FILESYSTEM"/>
+    <permission name="android.permission.REBOOT"/>
+    <permission name="android.permission.RECOVERY"/>
+  </privapp-permissions>
+  
+  <privapp-permissions package="com.micromaxinfo.sso">
+    <permission name="android.permission.MOUNT_FORMAT_FILESYSTEMS"/>
+    <permission name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"/>
+    <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+  </privapp-permissions>
+  
+  <privapp-permissions package="com.micromax.trendingapps">
+    <permission name="android.permission.ACCESS_NOTIFICATIONS"/>
+    <permission name="android.permission.CHANGE_COMPONENT_ENABLED_STATE"/>
+    <permission name="android.permission.CLEAR_APP_CACHE"/>
+    <permission name="android.permission.FORCE_STOP_PACKAGES"/>
+    <permission name="android.permission.INSTALL_PACKAGES"/>
+    <permission name="android.permission.SET_PROCESS_LIMIT"/>
+  </privapp-permissions>
+
+  <privapp-permissions package="com.steroid.launcher">
+    <permission name="android.permission.BIND_APPWIDGET"/>
+    <permission name="android.permission.MEDIA_CONTENT_CONTROL"/>
+	<permission name="android.permission.CONNECTIVITY_INTERNAL"/>
+    <permission name="android.permission.INTERACT_ACROSS_USERS"/>
+    <permission name="android.permission.MANAGE_USERS"/>
+    <permission name="android.permission.MODIFY_PHONE_STATE"/>
+    <permission name="android.permission.PACKAGE_USAGE_STATS"/>
+    <permission name="android.permission.WRITE_SECURE_SETTINGS"/>
+  </privapp-permissions>
+  
+</permissions>
diff --git a/system/etc/ppp/ip-up-vpn b/system/etc/ppp/ip-up-vpn
new file mode 100755
index 0000000000000000000000000000000000000000..2703237d0de1880550b499e7bbdf42d478a0818c
Binary files /dev/null and b/system/etc/ppp/ip-up-vpn differ
diff --git a/system/etc/preferred-apps/google.xml b/system/etc/preferred-apps/google.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0c0085e0374d2cbc9ecd62e239985d524ca4c958
--- /dev/null
+++ b/system/etc/preferred-apps/google.xml
@@ -0,0 +1,109 @@
+<?xml version='1.0' encoding='utf-8' standalone='yes'?>
+<!-- Copyright (C) 2012 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.
+-->
+
+<!--
+    These are the default set of preferred applications for various standard
+    web URIs of Google properties to built-in Google Android applications.
+
+    To generate new entries, set whatever app you want to be the default as
+    normal through the UI, and then use "adb shell dumpsys package preferred-xml"
+    to get the XML structure for the current preferred apps.  You will probably
+    want to clean up the output some, such as adding the BROWSABLE category.  See
+    the other entries here for guides.
+ -->
+<preferred-activities>
+    <!-- junhong add @{-->
+    <item name="com.google.android.apps.nbu.files/.home.HomeActivity">
+        <filter>
+            <action name="android.os.storage.action.MANAGE_STORAGE" />
+            <cat name="android.intent.category.DEFAULT" />
+        </filter>
+    </item>
+    <!-- junhong add @}-->
+    <item name="com.google.android.apps.plus/.editor.PlusEditorActivity">
+        <filter>
+            <action name="android.intent.action.EDIT" />
+            <cat name="android.intent.category.DEFAULT" />
+            <type name="image/bmp" />
+            <type name="image/jpeg" />
+            <type name="image/gif" />
+            <type name="image/png" />
+            <type name="image/webp" />
+            <type name="image/x-ms-bmp" />
+            <type name="image/vnd.wap.wbmp" />
+        </filter>
+    </item>
+    <item name="com.google.android.apps.plus/.editor.PlusCropActivity">
+        <filter>
+            <action name="com.android.camera.action.CROP" />
+            <cat name="android.intent.category.DEFAULT" />
+            <type name="image/bmp" />
+            <type name="image/jpeg" />
+            <type name="image/gif" />
+            <type name="image/png" />
+            <type name="image/webp" />
+            <type name="image/x-ms-bmp" />
+            <type name="image/vnd.wap.wbmp" />
+        </filter>
+    </item>
+    <item name="com.google.android.apps.photos/.home.HomeActivity">
+        <filter>
+            <action name="android.intent.action.MAIN" />
+            <cat name="android.intent.category.APP_GALLERY" />
+            <cat name="android.intent.category.DEFAULT" />
+        </filter>
+    </item>
+    <item name="com.google.android.apps.docs.editors.sheets/com.google.android.apps.docs.editors.trix.quicksheet.QuickSheetDocumentOpenerActivityAlias">
+        <filter>
+            <action name="android.intent.action.EDIT" />
+            <cat name="android.intent.category.DEFAULT" />
+            <type name="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
+            <type name="application/vnd.ms-excel.sheet.macroenabled.12" />
+            <type name="application/vnd.ms-excel" />
+            <type name="application/vnd.ms-excel.addin.macroenabled.12" />
+            <type name="application/vnd.ms-excel.template.macroenabled.12" />
+            <type name="application/vnd.openxmlformats-officedocument.spreadsheetml.template" />
+            <type name="application/x-msexcel" />
+        </filter>
+    </item>
+    <item name="com.google.android.apps.docs.editors.docs/com.google.android.apps.docs.editors.kix.quickword.QuickWordDocumentOpenerActivityAlias">
+      <filter>
+            <action name="android.intent.action.EDIT" />
+            <cat name="android.intent.category.DEFAULT" />
+            <type name="application/vnd.ms-word" />
+            <type name="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
+            <type name="application/vnd.ms-word.document.macroenabled.12" />
+            <type name="application/msword" />
+            <type name="application/vnd.ms-word.template.macroenabled.12" />
+            <type name="application/vnd.openxmlformats-officedocument.wordprocessingml.template" />
+            <type name="application/x-msword" />
+      </filter>
+    </item>
+    <item name="com.google.android.apps.docs.editors.slides/com.google.android.apps.docs.editors.kix.quickword.QuickWordDocumentOpenerActivityAlias">
+      <filter>
+            <action name="android.intent.action.EDIT" />
+            <cat name="android.intent.category.DEFAULT" />
+            <type name="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
+            <type name="application/vnd.ms-powerpoint" />
+            <type name="application/vnd.openxmlformats-officedocument.presentationml.template" />
+            <type name="application/vnd.ms-powerpoint.presentation.macroenabled.12" />
+            <type name="application/vnd.openxmlformats-officedocument.presentationml.slideshow" />
+            <type name="application/vnd.ms-powerpoint.slideshow.macroenabled.12" />
+            <type name="application/x-mspowerpoint" />
+
+      </filter>
+    </item>
+</preferred-activities>
diff --git a/system/etc/preloaded-classes b/system/etc/preloaded-classes
new file mode 100644
index 0000000000000000000000000000000000000000..479cda4ffd13d390f151c13e70cf373fc15b951f
--- /dev/null
+++ b/system/etc/preloaded-classes
@@ -0,0 +1,4739 @@
+#
+# Copyright (C) 2017 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.
+#
+# Preloaded-classes filter file for phones.
+#
+# Classes in this file will be allocated into the boot image, and forcibly initialized in
+# the zygote during initialization. This is a trade-off, using virtual address space to share
+# common heap between apps.
+#
+# This file has been derived for mainline phone (and tablet) usage.
+#
+android.R$styleable
+android.accessibilityservice.AccessibilityServiceInfo$1
+android.accounts.Account
+android.accounts.Account$1
+android.accounts.AccountManager
+android.accounts.AccountManager$1
+android.accounts.AccountManager$11
+android.accounts.AccountManager$AmsTask
+android.accounts.AccountManager$AmsTask$1
+android.accounts.AccountManager$AmsTask$Response
+android.accounts.AccountManager$BaseFutureTask
+android.accounts.AccountManager$BaseFutureTask$1
+android.accounts.AccountManager$BaseFutureTask$Response
+android.accounts.AccountManager$Future2Task
+android.accounts.AccountManagerFuture
+android.accounts.AccountsException
+android.accounts.AuthenticatorException
+android.accounts.IAccountManager
+android.accounts.IAccountManager$Stub
+android.accounts.IAccountManager$Stub$Proxy
+android.accounts.IAccountManagerResponse
+android.accounts.IAccountManagerResponse$Stub
+android.accounts.OnAccountsUpdateListener
+android.accounts.OperationCanceledException
+android.animation.AnimationHandler
+android.animation.AnimationHandler$1
+android.animation.AnimationHandler$AnimationFrameCallback
+android.animation.AnimationHandler$AnimationFrameCallbackProvider
+android.animation.AnimationHandler$MyFrameCallbackProvider
+android.animation.Animator
+android.animation.Animator$AnimatorConstantState
+android.animation.Animator$AnimatorListener
+android.animation.Animator$AnimatorPauseListener
+android.animation.AnimatorInflater
+android.animation.AnimatorInflater$PathDataEvaluator
+android.animation.AnimatorListenerAdapter
+android.animation.AnimatorSet
+android.animation.AnimatorSet$1
+android.animation.AnimatorSet$2
+android.animation.AnimatorSet$3
+android.animation.AnimatorSet$AnimationEvent
+android.animation.AnimatorSet$Builder
+android.animation.AnimatorSet$Node
+android.animation.AnimatorSet$SeekState
+android.animation.FloatEvaluator
+android.animation.FloatKeyframeSet
+android.animation.IntEvaluator
+android.animation.IntKeyframeSet
+android.animation.Keyframe
+android.animation.Keyframe$FloatKeyframe
+android.animation.Keyframe$IntKeyframe
+android.animation.Keyframe$ObjectKeyframe
+android.animation.KeyframeSet
+android.animation.Keyframes
+android.animation.Keyframes$FloatKeyframes
+android.animation.Keyframes$IntKeyframes
+android.animation.LayoutTransition$TransitionListener
+android.animation.ObjectAnimator
+android.animation.PathKeyframes$1
+android.animation.PathKeyframes$2
+android.animation.PathKeyframes$FloatKeyframesBase
+android.animation.PathKeyframes$IntKeyframesBase
+android.animation.PathKeyframes$SimpleKeyframes
+android.animation.PropertyValuesHolder
+android.animation.PropertyValuesHolder$FloatPropertyValuesHolder
+android.animation.PropertyValuesHolder$IntPropertyValuesHolder
+android.animation.PropertyValuesHolder$PropertyValues
+android.animation.RectEvaluator
+android.animation.StateListAnimator
+android.animation.StateListAnimator$1
+android.animation.StateListAnimator$StateListAnimatorConstantState
+android.animation.StateListAnimator$Tuple
+android.animation.TimeAnimator
+android.animation.TimeAnimator$TimeListener
+android.animation.TimeInterpolator
+android.animation.TypeEvaluator
+android.animation.ValueAnimator
+android.animation.ValueAnimator$AnimatorUpdateListener
+android.app.-$Lambda$9I5WEMsoBc7l4QrNqZ4wx59yuHU
+android.app.-$Lambda$9I5WEMsoBc7l4QrNqZ4wx59yuHU$1
+android.app.-$Lambda$aS31cHIhRx41653CMnd4gZqshIQ
+android.app.-$Lambda$c44uHH2WE4sJvw5tZZB6gRzEaHI
+android.app.-$Lambda$vZ1qb742P9hE4drBY-TrOZB_qKo
+android.app.ActionBar
+android.app.ActionBar$LayoutParams
+android.app.Activity
+android.app.Activity$HostCallbacks
+android.app.ActivityManager
+android.app.ActivityManager$1
+android.app.ActivityManager$AppTask
+android.app.ActivityManager$MemoryInfo$1
+android.app.ActivityManager$RecentTaskInfo$1
+android.app.ActivityManager$RunningAppProcessInfo
+android.app.ActivityManager$RunningAppProcessInfo$1
+android.app.ActivityManager$RunningTaskInfo$1
+android.app.ActivityManager$StackId
+android.app.ActivityManager$TaskDescription
+android.app.ActivityManager$TaskDescription$1
+android.app.ActivityOptions
+android.app.ActivityThread
+android.app.ActivityThread$1
+android.app.ActivityThread$2
+android.app.ActivityThread$ActivityClientRecord
+android.app.ActivityThread$ActivityConfigChangeData
+android.app.ActivityThread$AppBindData
+android.app.ActivityThread$ApplicationThread
+android.app.ActivityThread$BindServiceData
+android.app.ActivityThread$ContextCleanupInfo
+android.app.ActivityThread$CreateServiceData
+android.app.ActivityThread$DropBoxReporter
+android.app.ActivityThread$EventLoggingReporter
+android.app.ActivityThread$GcIdler
+android.app.ActivityThread$H
+android.app.ActivityThread$Idler
+android.app.ActivityThread$NewIntentData
+android.app.ActivityThread$Profiler
+android.app.ActivityThread$ProviderClientRecord
+android.app.ActivityThread$ProviderKey
+android.app.ActivityThread$ProviderRefCount
+android.app.ActivityThread$ReceiverData
+android.app.ActivityThread$RequestAssistContextExtras
+android.app.ActivityThread$ServiceArgsData
+android.app.ActivityThread$StopInfo
+android.app.ActivityTransitionState
+android.app.AlarmManager
+android.app.AlarmManager$ListenerWrapper
+android.app.AlertDialog
+android.app.AlertDialog$Builder
+android.app.AppGlobals
+android.app.AppOpsManager
+android.app.AppOpsManager$OnOpChangedListener
+android.app.Application
+android.app.Application$ActivityLifecycleCallbacks
+android.app.ApplicationErrorReport$CrashInfo
+android.app.ApplicationLoaders
+android.app.ApplicationPackageManager
+android.app.ApplicationPackageManager$ResourceName
+android.app.BackStackRecord
+android.app.BackStackRecord$Op
+android.app.ContentProviderHolder
+android.app.ContentProviderHolder$1
+android.app.ContextImpl
+android.app.ContextImpl$1
+android.app.ContextImpl$ApplicationContentResolver
+android.app.DexLoadReporter
+android.app.Dialog
+android.app.Dialog$ListenersHandler
+android.app.DialogFragment
+android.app.DownloadManager
+android.app.Fragment
+android.app.Fragment$1
+android.app.Fragment$AnimationInfo
+android.app.FragmentContainer
+android.app.FragmentController
+android.app.FragmentHostCallback
+android.app.FragmentManager
+android.app.FragmentManager$BackStackEntry
+android.app.FragmentManagerImpl
+android.app.FragmentManagerImpl$1
+android.app.FragmentManagerImpl$OpGenerator
+android.app.FragmentManagerState$1
+android.app.FragmentState$1
+android.app.FragmentTransaction
+android.app.FragmentTransition$FragmentContainerTransition
+android.app.IActivityManager
+android.app.IActivityManager$Stub
+android.app.IActivityManager$Stub$Proxy
+android.app.IAlarmListener
+android.app.IAlarmListener$Stub
+android.app.IAlarmManager
+android.app.IAlarmManager$Stub
+android.app.IAlarmManager$Stub$Proxy
+android.app.IAppTask
+android.app.IAppTask$Stub
+android.app.IAppTask$Stub$Proxy
+android.app.IApplicationThread
+android.app.IApplicationThread$Stub
+android.app.IInstrumentationWatcher
+android.app.IInstrumentationWatcher$Stub
+android.app.INotificationManager
+android.app.INotificationManager$Stub
+android.app.INotificationManager$Stub$Proxy
+android.app.IServiceConnection
+android.app.IServiceConnection$Stub
+android.app.IUiAutomationConnection
+android.app.IUiAutomationConnection$Stub
+android.app.IUiModeManager
+android.app.IUiModeManager$Stub
+android.app.IUiModeManager$Stub$Proxy
+android.app.IUserSwitchObserver
+android.app.IUserSwitchObserver$Stub
+android.app.IWallpaperManager
+android.app.IWallpaperManager$Stub
+android.app.IWallpaperManager$Stub$Proxy
+android.app.IWallpaperManagerCallback
+android.app.IWallpaperManagerCallback$Stub
+android.app.Instrumentation
+android.app.IntentReceiverLeaked
+android.app.IntentService
+android.app.IntentService$ServiceHandler
+android.app.JobSchedulerImpl
+android.app.KeyguardManager
+android.app.LoadedApk
+android.app.LoadedApk$ReceiverDispatcher
+android.app.LoadedApk$ReceiverDispatcher$Args
+android.app.LoadedApk$ReceiverDispatcher$InnerReceiver
+android.app.LoadedApk$ServiceDispatcher
+android.app.LoadedApk$ServiceDispatcher$ConnectionInfo
+android.app.LoadedApk$ServiceDispatcher$DeathMonitor
+android.app.LoadedApk$ServiceDispatcher$InnerConnection
+android.app.LoadedApk$ServiceDispatcher$RunConnection
+android.app.LoadedApk$WarningContextClassLoader
+android.app.LoaderManager
+android.app.LoaderManager$LoaderCallbacks
+android.app.LoaderManagerImpl
+android.app.LoaderManagerImpl$LoaderInfo
+android.app.NativeActivity
+android.app.Notification
+android.app.Notification$1
+android.app.Notification$Action$1
+android.app.Notification$BuilderRemoteViews
+android.app.Notification$StandardTemplateParams
+android.app.NotificationChannel
+android.app.NotificationChannel$1
+android.app.NotificationChannelGroup$1
+android.app.NotificationManager
+android.app.OnActivityPausedListener
+android.app.PendingIntent
+android.app.PendingIntent$1
+android.app.PendingIntent$CanceledException
+android.app.PendingIntent$OnMarshaledListener
+android.app.QueuedWork
+android.app.QueuedWork$QueuedWorkHandler
+android.app.ReceiverRestrictedContext
+android.app.RemoteInput$1
+android.app.ResourcesManager
+android.app.ResourcesManager$1
+android.app.ResourcesManager$ActivityResources
+android.app.ResultInfo
+android.app.ResultInfo$1
+android.app.SearchManager
+android.app.Service
+android.app.ServiceConnectionLeaked
+android.app.ServiceStartArgs
+android.app.ServiceStartArgs$1
+android.app.SharedElementCallback
+android.app.SharedElementCallback$1
+android.app.SharedPreferencesImpl
+android.app.SharedPreferencesImpl$1
+android.app.SharedPreferencesImpl$2
+android.app.SharedPreferencesImpl$EditorImpl
+android.app.SharedPreferencesImpl$EditorImpl$1
+android.app.SharedPreferencesImpl$EditorImpl$2
+android.app.SharedPreferencesImpl$EditorImpl$3
+android.app.SharedPreferencesImpl$MemoryCommitResult
+android.app.StatusBarManager
+android.app.SystemServiceRegistry
+android.app.SystemServiceRegistry$1
+android.app.SystemServiceRegistry$10
+android.app.SystemServiceRegistry$11
+android.app.SystemServiceRegistry$12
+android.app.SystemServiceRegistry$13
+android.app.SystemServiceRegistry$14
+android.app.SystemServiceRegistry$15
+android.app.SystemServiceRegistry$16
+android.app.SystemServiceRegistry$17
+android.app.SystemServiceRegistry$18
+android.app.SystemServiceRegistry$19
+android.app.SystemServiceRegistry$2
+android.app.SystemServiceRegistry$20
+android.app.SystemServiceRegistry$21
+android.app.SystemServiceRegistry$22
+android.app.SystemServiceRegistry$23
+android.app.SystemServiceRegistry$24
+android.app.SystemServiceRegistry$25
+android.app.SystemServiceRegistry$26
+android.app.SystemServiceRegistry$27
+android.app.SystemServiceRegistry$28
+android.app.SystemServiceRegistry$29
+android.app.SystemServiceRegistry$3
+android.app.SystemServiceRegistry$30
+android.app.SystemServiceRegistry$31
+android.app.SystemServiceRegistry$32
+android.app.SystemServiceRegistry$33
+android.app.SystemServiceRegistry$34
+android.app.SystemServiceRegistry$35
+android.app.SystemServiceRegistry$36
+android.app.SystemServiceRegistry$37
+android.app.SystemServiceRegistry$38
+android.app.SystemServiceRegistry$39
+android.app.SystemServiceRegistry$4
+android.app.SystemServiceRegistry$40
+android.app.SystemServiceRegistry$41
+android.app.SystemServiceRegistry$42
+android.app.SystemServiceRegistry$43
+android.app.SystemServiceRegistry$44
+android.app.SystemServiceRegistry$45
+android.app.SystemServiceRegistry$46
+android.app.SystemServiceRegistry$47
+android.app.SystemServiceRegistry$48
+android.app.SystemServiceRegistry$49
+android.app.SystemServiceRegistry$5
+android.app.SystemServiceRegistry$50
+android.app.SystemServiceRegistry$51
+android.app.SystemServiceRegistry$52
+android.app.SystemServiceRegistry$53
+android.app.SystemServiceRegistry$54
+android.app.SystemServiceRegistry$55
+android.app.SystemServiceRegistry$56
+android.app.SystemServiceRegistry$57
+android.app.SystemServiceRegistry$58
+android.app.SystemServiceRegistry$59
+android.app.SystemServiceRegistry$6
+android.app.SystemServiceRegistry$60
+android.app.SystemServiceRegistry$61
+android.app.SystemServiceRegistry$62
+android.app.SystemServiceRegistry$63
+android.app.SystemServiceRegistry$64
+android.app.SystemServiceRegistry$65
+android.app.SystemServiceRegistry$66
+android.app.SystemServiceRegistry$67
+android.app.SystemServiceRegistry$68
+android.app.SystemServiceRegistry$69
+android.app.SystemServiceRegistry$7
+android.app.SystemServiceRegistry$70
+android.app.SystemServiceRegistry$71
+android.app.SystemServiceRegistry$72
+android.app.SystemServiceRegistry$73
+android.app.SystemServiceRegistry$74
+android.app.SystemServiceRegistry$75
+android.app.SystemServiceRegistry$76
+android.app.SystemServiceRegistry$77
+android.app.SystemServiceRegistry$78
+android.app.SystemServiceRegistry$79
+android.app.SystemServiceRegistry$8
+android.app.SystemServiceRegistry$80
+android.app.SystemServiceRegistry$81
+android.app.SystemServiceRegistry$82
+android.app.SystemServiceRegistry$83
+android.app.SystemServiceRegistry$84
+android.app.SystemServiceRegistry$85
+android.app.SystemServiceRegistry$9
+android.app.SystemServiceRegistry$CachedServiceFetcher
+android.app.SystemServiceRegistry$ServiceFetcher
+android.app.SystemServiceRegistry$StaticApplicationContextServiceFetcher
+android.app.SystemServiceRegistry$StaticServiceFetcher
+android.app.UiModeManager
+android.app.UserSwitchObserver
+android.app.VrManager
+android.app.WallpaperColors$1
+android.app.WallpaperInfo$1
+android.app.WallpaperManager
+android.app.WallpaperManager$Globals
+android.app.admin.DevicePolicyManager
+android.app.admin.IDevicePolicyManager
+android.app.admin.IDevicePolicyManager$Stub
+android.app.admin.IDevicePolicyManager$Stub$Proxy
+android.app.admin.SecurityLog
+android.app.admin.SecurityLog$SecurityEvent
+android.app.admin.SecurityLog$SecurityEvent$1
+android.app.assist.AssistStructure$1
+android.app.assist.AssistStructure$ParcelTransferWriter
+android.app.assist.AssistStructure$SendChannel
+android.app.assist.AssistStructure$ViewNode
+android.app.assist.AssistStructure$ViewNodeBuilder
+android.app.assist.AssistStructure$ViewNodeText
+android.app.assist.AssistStructure$ViewStackEntry
+android.app.assist.AssistStructure$WindowNode
+android.app.backup.BackupAgent
+android.app.backup.BackupAgentHelper
+android.app.backup.BackupDataInput
+android.app.backup.BackupDataInput$EntityHeader
+android.app.backup.BackupDataOutput
+android.app.backup.BackupHelperDispatcher
+android.app.backup.BackupHelperDispatcher$Header
+android.app.backup.BackupManager
+android.app.backup.FileBackupHelperBase
+android.app.backup.FullBackup
+android.app.backup.FullBackupDataOutput
+android.app.backup.IBackupManager
+android.app.backup.IBackupManager$Stub
+android.app.backup.IBackupManager$Stub$Proxy
+android.app.job.IJobCallback
+android.app.job.IJobCallback$Stub
+android.app.job.IJobCallback$Stub$Proxy
+android.app.job.IJobScheduler
+android.app.job.IJobScheduler$Stub
+android.app.job.IJobScheduler$Stub$Proxy
+android.app.job.IJobService
+android.app.job.IJobService$Stub
+android.app.job.JobInfo
+android.app.job.JobInfo$1
+android.app.job.JobInfo$Builder
+android.app.job.JobInfo$TriggerContentUri$1
+android.app.job.JobParameters
+android.app.job.JobParameters$1
+android.app.job.JobScheduler
+android.app.job.JobService
+android.app.job.JobService$1
+android.app.job.JobServiceEngine
+android.app.job.JobServiceEngine$JobHandler
+android.app.job.JobServiceEngine$JobInterface
+android.app.timezone.RulesManager
+android.app.trust.ITrustManager
+android.app.trust.ITrustManager$Stub
+android.app.trust.ITrustManager$Stub$Proxy
+android.app.trust.TrustManager
+android.app.usage.IStorageStatsManager
+android.app.usage.IStorageStatsManager$Stub
+android.app.usage.NetworkStatsManager
+android.app.usage.StorageStatsManager
+android.app.usage.UsageStatsManager
+android.appwidget.AppWidgetManager
+android.appwidget.AppWidgetProvider
+android.bluetooth.BluetoothA2dp
+android.bluetooth.BluetoothA2dp$1
+android.bluetooth.BluetoothA2dp$2
+android.bluetooth.BluetoothAdapter$1
+android.bluetooth.BluetoothDevice$1
+android.bluetooth.BluetoothDevice$2
+android.bluetooth.BluetoothHeadset
+android.bluetooth.BluetoothHeadset$1
+android.bluetooth.BluetoothHeadset$2
+android.bluetooth.BluetoothHeadset$3
+android.bluetooth.BluetoothManager
+android.bluetooth.BluetoothProfile
+android.bluetooth.BluetoothProfile$ServiceListener
+android.bluetooth.IBluetooth
+android.bluetooth.IBluetooth$Stub
+android.bluetooth.IBluetooth$Stub$Proxy
+android.bluetooth.IBluetoothA2dp
+android.bluetooth.IBluetoothA2dp$Stub
+android.bluetooth.IBluetoothA2dp$Stub$Proxy
+android.bluetooth.IBluetoothGatt
+android.bluetooth.IBluetoothGatt$Stub
+android.bluetooth.IBluetoothHeadset
+android.bluetooth.IBluetoothHeadset$Stub
+android.bluetooth.IBluetoothHeadset$Stub$Proxy
+android.bluetooth.IBluetoothManager
+android.bluetooth.IBluetoothManager$Stub
+android.bluetooth.IBluetoothManager$Stub$Proxy
+android.bluetooth.IBluetoothManagerCallback
+android.bluetooth.IBluetoothManagerCallback$Stub
+android.bluetooth.IBluetoothProfileServiceConnection
+android.bluetooth.IBluetoothProfileServiceConnection$Stub
+android.bluetooth.IBluetoothStateChangeCallback
+android.bluetooth.IBluetoothStateChangeCallback$Stub
+android.companion.CompanionDeviceManager
+android.content.AbstractThreadedSyncAdapter$ISyncAdapterImpl
+android.content.ActivityNotFoundException
+android.content.AsyncQueryHandler$WorkerArgs
+android.content.AsyncQueryHandler$WorkerHandler
+android.content.AsyncTaskLoader
+android.content.AsyncTaskLoader$LoadTask
+android.content.BroadcastReceiver
+android.content.BroadcastReceiver$PendingResult
+android.content.BroadcastReceiver$PendingResult$1
+android.content.ClipboardManager
+android.content.ClipboardManager$1
+android.content.ClipboardManager$2
+android.content.ComponentCallbacks
+android.content.ComponentCallbacks2
+android.content.ComponentName
+android.content.ComponentName$1
+android.content.ContentProvider
+android.content.ContentProvider$PipeDataWriter
+android.content.ContentProvider$Transport
+android.content.ContentProviderClient
+android.content.ContentProviderNative
+android.content.ContentProviderProxy
+android.content.ContentResolver
+android.content.ContentResolver$1
+android.content.ContentResolver$CursorWrapperInner
+android.content.ContentResolver$ParcelFileDescriptorInner
+android.content.ContentUris
+android.content.ContentValues
+android.content.ContentValues$1
+android.content.Context
+android.content.ContextWrapper
+android.content.CursorLoader
+android.content.DialogInterface
+android.content.DialogInterface$OnCancelListener
+android.content.DialogInterface$OnClickListener
+android.content.DialogInterface$OnDismissListener
+android.content.IClipboard
+android.content.IClipboard$Stub
+android.content.IClipboard$Stub$Proxy
+android.content.IContentProvider
+android.content.IContentService
+android.content.IContentService$Stub
+android.content.IContentService$Stub$Proxy
+android.content.IIntentReceiver
+android.content.IIntentReceiver$Stub
+android.content.IIntentSender
+android.content.IIntentSender$Stub
+android.content.IIntentSender$Stub$Proxy
+android.content.IOnPrimaryClipChangedListener
+android.content.IOnPrimaryClipChangedListener$Stub
+android.content.IRestrictionsManager
+android.content.IRestrictionsManager$Stub
+android.content.ISyncAdapter
+android.content.ISyncAdapter$Stub
+android.content.ISyncContext
+android.content.ISyncContext$Stub
+android.content.ISyncStatusObserver
+android.content.ISyncStatusObserver$Stub
+android.content.Intent
+android.content.Intent$1
+android.content.IntentFilter
+android.content.IntentFilter$1
+android.content.IntentFilter$MalformedMimeTypeException
+android.content.IntentSender
+android.content.IntentSender$SendIntentException
+android.content.Loader
+android.content.Loader$ForceLoadContentObserver
+android.content.Loader$OnLoadCanceledListener
+android.content.Loader$OnLoadCompleteListener
+android.content.OperationApplicationException
+android.content.RestrictionsManager
+android.content.ServiceConnection
+android.content.SharedPreferences
+android.content.SharedPreferences$Editor
+android.content.SharedPreferences$OnSharedPreferenceChangeListener
+android.content.SyncRequest$1
+android.content.SyncResult$1
+android.content.SyncStats$1
+android.content.SyncStatusObserver
+android.content.UndoManager
+android.content.UndoOwner
+android.content.UriMatcher
+android.content.pm.ActivityInfo
+android.content.pm.ActivityInfo$1
+android.content.pm.ActivityInfo$WindowLayout
+android.content.pm.ApplicationInfo
+android.content.pm.ApplicationInfo$1
+android.content.pm.BaseParceledListSlice
+android.content.pm.ComponentInfo
+android.content.pm.ConfigurationInfo
+android.content.pm.ConfigurationInfo$1
+android.content.pm.FeatureGroupInfo
+android.content.pm.FeatureGroupInfo$1
+android.content.pm.FeatureInfo
+android.content.pm.FeatureInfo$1
+android.content.pm.IPackageInstaller
+android.content.pm.IPackageInstaller$Stub
+android.content.pm.IPackageInstaller$Stub$Proxy
+android.content.pm.IPackageManager
+android.content.pm.IPackageManager$Stub
+android.content.pm.IPackageManager$Stub$Proxy
+android.content.pm.IShortcutService
+android.content.pm.IShortcutService$Stub
+android.content.pm.IShortcutService$Stub$Proxy
+android.content.pm.InstrumentationInfo
+android.content.pm.InstrumentationInfo$1
+android.content.pm.LauncherApps
+android.content.pm.PackageInfo
+android.content.pm.PackageInfo$1
+android.content.pm.PackageItemInfo
+android.content.pm.PackageManager
+android.content.pm.PackageManager$NameNotFoundException
+android.content.pm.PackageParser$PackageParserException
+android.content.pm.ParceledListSlice
+android.content.pm.ParceledListSlice$1
+android.content.pm.PathPermission
+android.content.pm.PathPermission$1
+android.content.pm.PermissionInfo
+android.content.pm.PermissionInfo$1
+android.content.pm.ProviderInfo
+android.content.pm.ProviderInfo$1
+android.content.pm.ResolveInfo
+android.content.pm.ResolveInfo$1
+android.content.pm.ServiceInfo
+android.content.pm.ServiceInfo$1
+android.content.pm.ShortcutInfo$1
+android.content.pm.ShortcutManager
+android.content.pm.Signature
+android.content.pm.Signature$1
+android.content.pm.UserInfo$1
+android.content.res.AssetFileDescriptor
+android.content.res.AssetFileDescriptor$1
+android.content.res.AssetManager
+android.content.res.AssetManager$AssetInputStream
+android.content.res.ColorStateList
+android.content.res.ColorStateList$1
+android.content.res.ColorStateList$ColorStateListFactory
+android.content.res.CompatResources
+android.content.res.CompatibilityInfo
+android.content.res.CompatibilityInfo$1
+android.content.res.CompatibilityInfo$2
+android.content.res.ComplexColor
+android.content.res.Configuration
+android.content.res.Configuration$1
+android.content.res.ConfigurationBoundResourceCache
+android.content.res.ConstantState
+android.content.res.DrawableCache
+android.content.res.GradientColor
+android.content.res.ObbInfo
+android.content.res.ObbInfo$1
+android.content.res.ObbScanner
+android.content.res.ResourceId
+android.content.res.Resources
+android.content.res.Resources$NotFoundException
+android.content.res.Resources$Theme
+android.content.res.Resources$ThemeKey
+android.content.res.ResourcesImpl
+android.content.res.ResourcesImpl$ThemeImpl
+android.content.res.ResourcesKey
+android.content.res.StringBlock
+android.content.res.ThemedResourceCache
+android.content.res.TypedArray
+android.content.res.XmlBlock
+android.content.res.XmlBlock$Parser
+android.content.res.XmlResourceParser
+android.database.AbstractCursor
+android.database.AbstractCursor$SelfContentObserver
+android.database.AbstractWindowedCursor
+android.database.BulkCursorDescriptor
+android.database.BulkCursorDescriptor$1
+android.database.BulkCursorNative
+android.database.BulkCursorProxy
+android.database.BulkCursorToCursorAdaptor
+android.database.CharArrayBuffer
+android.database.ContentObservable
+android.database.ContentObserver
+android.database.ContentObserver$NotificationRunnable
+android.database.ContentObserver$Transport
+android.database.CrossProcessCursor
+android.database.CrossProcessCursorWrapper
+android.database.Cursor
+android.database.CursorToBulkCursorAdaptor
+android.database.CursorToBulkCursorAdaptor$ContentObserverProxy
+android.database.CursorWindow
+android.database.CursorWindow$1
+android.database.CursorWrapper
+android.database.DataSetObservable
+android.database.DataSetObserver
+android.database.DatabaseErrorHandler
+android.database.DatabaseUtils
+android.database.DefaultDatabaseErrorHandler
+android.database.IBulkCursor
+android.database.IContentObserver
+android.database.IContentObserver$Stub
+android.database.IContentObserver$Stub$Proxy
+android.database.MatrixCursor
+android.database.MergeCursor
+android.database.MergeCursor$1
+android.database.Observable
+android.database.SQLException
+android.database.sqlite.-$Lambda$gPaS7kMbZ8xtrrEx06GlwJ2iDWE
+android.database.sqlite.DatabaseObjectNotClosedException
+android.database.sqlite.SQLiteClosable
+android.database.sqlite.SQLiteConnection
+android.database.sqlite.SQLiteConnection$Operation
+android.database.sqlite.SQLiteConnection$OperationLog
+android.database.sqlite.SQLiteConnection$PreparedStatement
+android.database.sqlite.SQLiteConnection$PreparedStatementCache
+android.database.sqlite.SQLiteConnectionPool
+android.database.sqlite.SQLiteConnectionPool$AcquiredConnectionStatus
+android.database.sqlite.SQLiteConnectionPool$ConnectionWaiter
+android.database.sqlite.SQLiteConnectionPool$IdleConnectionHandler
+android.database.sqlite.SQLiteCursor
+android.database.sqlite.SQLiteCursorDriver
+android.database.sqlite.SQLiteCustomFunction
+android.database.sqlite.SQLiteDatabase
+android.database.sqlite.SQLiteDatabase$CursorFactory
+android.database.sqlite.SQLiteDatabase$OpenParams
+android.database.sqlite.SQLiteDatabase$OpenParams$Builder
+android.database.sqlite.SQLiteDatabaseConfiguration
+android.database.sqlite.SQLiteDatabaseCorruptException
+android.database.sqlite.SQLiteDatabaseLockedException
+android.database.sqlite.SQLiteDebug
+android.database.sqlite.SQLiteDebug$PagerStats
+android.database.sqlite.SQLiteDirectCursorDriver
+android.database.sqlite.SQLiteDoneException
+android.database.sqlite.SQLiteException
+android.database.sqlite.SQLiteFullException
+android.database.sqlite.SQLiteGlobal
+android.database.sqlite.SQLiteOpenHelper
+android.database.sqlite.SQLiteProgram
+android.database.sqlite.SQLiteQuery
+android.database.sqlite.SQLiteQueryBuilder
+android.database.sqlite.SQLiteSession
+android.database.sqlite.SQLiteSession$Transaction
+android.database.sqlite.SQLiteStatement
+android.database.sqlite.SQLiteStatementInfo
+android.database.sqlite.SQLiteTransactionListener
+android.ddm.DdmHandleAppName
+android.ddm.DdmHandleExit
+android.ddm.DdmHandleHeap
+android.ddm.DdmHandleHello
+android.ddm.DdmHandleNativeHeap
+android.ddm.DdmHandleProfiling
+android.ddm.DdmHandleThread
+android.ddm.DdmHandleViewDebug
+android.ddm.DdmRegister
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$1
+android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$2
+android.graphics.BaseCanvas
+android.graphics.Bitmap
+android.graphics.Bitmap$1
+android.graphics.Bitmap$Config
+android.graphics.BitmapFactory
+android.graphics.BitmapFactory$Options
+android.graphics.BitmapRegionDecoder
+android.graphics.BitmapShader
+android.graphics.BlurMaskFilter
+android.graphics.Camera
+android.graphics.Canvas
+android.graphics.Canvas$EdgeType
+android.graphics.Canvas$NoImagePreloadHolder
+android.graphics.CanvasProperty
+android.graphics.Color
+android.graphics.ColorFilter
+android.graphics.ColorFilter$NoImagePreloadHolder
+android.graphics.ColorMatrix
+android.graphics.ColorMatrixColorFilter
+android.graphics.ColorSpace
+android.graphics.ColorSpace$Lab
+android.graphics.ColorSpace$Model
+android.graphics.ColorSpace$Named
+android.graphics.ColorSpace$Rgb
+android.graphics.ColorSpace$Rgb$TransferParameters
+android.graphics.ColorSpace$Xyz
+android.graphics.ComposePathEffect
+android.graphics.ComposeShader
+android.graphics.CornerPathEffect
+android.graphics.DashPathEffect
+android.graphics.DiscretePathEffect
+android.graphics.DrawFilter
+android.graphics.EmbossMaskFilter
+android.graphics.FontFamily
+android.graphics.FontListParser
+android.graphics.GraphicBuffer
+android.graphics.GraphicBuffer$1
+android.graphics.Insets
+android.graphics.Interpolator
+android.graphics.LightingColorFilter
+android.graphics.LinearGradient
+android.graphics.MaskFilter
+android.graphics.Matrix
+android.graphics.Matrix$1
+android.graphics.Matrix$NoImagePreloadHolder
+android.graphics.Matrix$ScaleToFit
+android.graphics.Movie
+android.graphics.NinePatch
+android.graphics.NinePatch$InsetStruct
+android.graphics.Outline
+android.graphics.Paint
+android.graphics.Paint$Align
+android.graphics.Paint$Cap
+android.graphics.Paint$FontMetrics
+android.graphics.Paint$FontMetricsInt
+android.graphics.Paint$Join
+android.graphics.Paint$NoImagePreloadHolder
+android.graphics.Paint$Style
+android.graphics.PaintFlagsDrawFilter
+android.graphics.Path
+android.graphics.Path$FillType
+android.graphics.PathDashPathEffect
+android.graphics.PathEffect
+android.graphics.PathMeasure
+android.graphics.Picture
+android.graphics.PixelFormat
+android.graphics.Point
+android.graphics.Point$1
+android.graphics.PointF
+android.graphics.PointF$1
+android.graphics.PorterDuff
+android.graphics.PorterDuff$Mode
+android.graphics.PorterDuffColorFilter
+android.graphics.PorterDuffXfermode
+android.graphics.RadialGradient
+android.graphics.Rect
+android.graphics.Rect$1
+android.graphics.RectF
+android.graphics.RectF$1
+android.graphics.Region
+android.graphics.Region$1
+android.graphics.Region$Op
+android.graphics.RegionIterator
+android.graphics.Shader
+android.graphics.Shader$TileMode
+android.graphics.SumPathEffect
+android.graphics.SurfaceTexture
+android.graphics.SurfaceTexture$1
+android.graphics.SurfaceTexture$OnFrameAvailableListener
+android.graphics.SweepGradient
+android.graphics.TableMaskFilter
+android.graphics.TemporaryBuffer
+android.graphics.Typeface
+android.graphics.Xfermode
+android.graphics.YuvImage
+android.graphics.drawable.AdaptiveIconDrawable$ChildDrawable
+android.graphics.drawable.AdaptiveIconDrawable$LayerState
+android.graphics.drawable.Animatable
+android.graphics.drawable.Animatable2
+android.graphics.drawable.AnimatedStateListDrawable
+android.graphics.drawable.AnimatedStateListDrawable$AnimatedStateListState
+android.graphics.drawable.AnimatedStateListDrawable$Transition
+android.graphics.drawable.AnimatedVectorDrawable
+android.graphics.drawable.AnimatedVectorDrawable$1
+android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
+android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
+android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
+android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
+android.graphics.drawable.AnimationDrawable
+android.graphics.drawable.AnimationDrawable$AnimationState
+android.graphics.drawable.BitmapDrawable
+android.graphics.drawable.BitmapDrawable$BitmapState
+android.graphics.drawable.ClipDrawable
+android.graphics.drawable.ClipDrawable$ClipState
+android.graphics.drawable.ColorDrawable
+android.graphics.drawable.ColorDrawable$ColorState
+android.graphics.drawable.Drawable
+android.graphics.drawable.Drawable$Callback
+android.graphics.drawable.Drawable$ConstantState
+android.graphics.drawable.DrawableContainer
+android.graphics.drawable.DrawableContainer$BlockInvalidateCallback
+android.graphics.drawable.DrawableContainer$DrawableContainerState
+android.graphics.drawable.DrawableInflater
+android.graphics.drawable.DrawableWrapper
+android.graphics.drawable.DrawableWrapper$DrawableWrapperState
+android.graphics.drawable.GradientDrawable
+android.graphics.drawable.GradientDrawable$GradientState
+android.graphics.drawable.GradientDrawable$Orientation
+android.graphics.drawable.Icon
+android.graphics.drawable.Icon$1
+android.graphics.drawable.InsetDrawable
+android.graphics.drawable.InsetDrawable$InsetState
+android.graphics.drawable.InsetDrawable$InsetValue
+android.graphics.drawable.LayerDrawable
+android.graphics.drawable.LayerDrawable$ChildDrawable
+android.graphics.drawable.LayerDrawable$LayerState
+android.graphics.drawable.NinePatchDrawable
+android.graphics.drawable.NinePatchDrawable$NinePatchState
+android.graphics.drawable.RippleBackground
+android.graphics.drawable.RippleBackground$1
+android.graphics.drawable.RippleBackground$BackgroundProperty
+android.graphics.drawable.RippleComponent
+android.graphics.drawable.RippleComponent$RenderNodeAnimatorSet
+android.graphics.drawable.RippleDrawable
+android.graphics.drawable.RippleDrawable$RippleState
+android.graphics.drawable.RippleForeground$1
+android.graphics.drawable.RippleForeground$2
+android.graphics.drawable.RippleForeground$3
+android.graphics.drawable.RippleForeground$4
+android.graphics.drawable.RippleForeground$LogDecelerateInterpolator
+android.graphics.drawable.RotateDrawable
+android.graphics.drawable.RotateDrawable$RotateState
+android.graphics.drawable.ScaleDrawable
+android.graphics.drawable.ScaleDrawable$ScaleState
+android.graphics.drawable.ShapeDrawable
+android.graphics.drawable.ShapeDrawable$ShapeState
+android.graphics.drawable.StateListDrawable
+android.graphics.drawable.StateListDrawable$StateListState
+android.graphics.drawable.TransitionDrawable
+android.graphics.drawable.TransitionDrawable$TransitionState
+android.graphics.drawable.VectorDrawable
+android.graphics.drawable.VectorDrawable$VClipPath
+android.graphics.drawable.VectorDrawable$VFullPath
+android.graphics.drawable.VectorDrawable$VFullPath$1
+android.graphics.drawable.VectorDrawable$VFullPath$10
+android.graphics.drawable.VectorDrawable$VFullPath$2
+android.graphics.drawable.VectorDrawable$VFullPath$3
+android.graphics.drawable.VectorDrawable$VFullPath$4
+android.graphics.drawable.VectorDrawable$VFullPath$5
+android.graphics.drawable.VectorDrawable$VFullPath$6
+android.graphics.drawable.VectorDrawable$VFullPath$7
+android.graphics.drawable.VectorDrawable$VFullPath$8
+android.graphics.drawable.VectorDrawable$VFullPath$9
+android.graphics.drawable.VectorDrawable$VGroup
+android.graphics.drawable.VectorDrawable$VGroup$1
+android.graphics.drawable.VectorDrawable$VGroup$2
+android.graphics.drawable.VectorDrawable$VGroup$3
+android.graphics.drawable.VectorDrawable$VGroup$4
+android.graphics.drawable.VectorDrawable$VGroup$5
+android.graphics.drawable.VectorDrawable$VGroup$6
+android.graphics.drawable.VectorDrawable$VGroup$7
+android.graphics.drawable.VectorDrawable$VGroup$8
+android.graphics.drawable.VectorDrawable$VGroup$9
+android.graphics.drawable.VectorDrawable$VObject
+android.graphics.drawable.VectorDrawable$VPath
+android.graphics.drawable.VectorDrawable$VPath$1
+android.graphics.drawable.VectorDrawable$VectorDrawableState
+android.graphics.drawable.VectorDrawable$VectorDrawableState$1
+android.graphics.drawable.shapes.OvalShape
+android.graphics.drawable.shapes.RectShape
+android.graphics.drawable.shapes.RoundRectShape
+android.graphics.drawable.shapes.Shape
+android.graphics.fonts.FontVariationAxis
+android.graphics.pdf.PdfDocument
+android.graphics.pdf.PdfEditor
+android.graphics.pdf.PdfRenderer
+android.hardware.Camera
+android.hardware.Camera$CameraInfo
+android.hardware.Camera$Face
+android.hardware.CameraStatus$1
+android.hardware.ConsumerIrManager
+android.hardware.HardwareBuffer
+android.hardware.HardwareBuffer$1
+android.hardware.ICameraService
+android.hardware.ICameraService$Stub
+android.hardware.ICameraService$Stub$Proxy
+android.hardware.ICameraServiceListener
+android.hardware.ICameraServiceListener$Stub
+android.hardware.SensorEvent
+android.hardware.SensorEventListener
+android.hardware.SensorManager
+android.hardware.SerialManager
+android.hardware.SerialPort
+android.hardware.SystemSensorManager
+android.hardware.SystemSensorManager$BaseEventQueue
+android.hardware.SystemSensorManager$SensorEventQueue
+android.hardware.TriggerEventListener
+android.hardware.camera2.CameraAccessException
+android.hardware.camera2.CameraCharacteristics
+android.hardware.camera2.CameraCharacteristics$1
+android.hardware.camera2.CameraCharacteristics$2
+android.hardware.camera2.CameraCharacteristics$3
+android.hardware.camera2.CameraCharacteristics$4
+android.hardware.camera2.CameraCharacteristics$5
+android.hardware.camera2.CameraCharacteristics$Key
+android.hardware.camera2.CameraManager
+android.hardware.camera2.CameraMetadata
+android.hardware.camera2.CaptureRequest
+android.hardware.camera2.CaptureRequest$1
+android.hardware.camera2.CaptureRequest$2
+android.hardware.camera2.CaptureRequest$Key
+android.hardware.camera2.CaptureResult
+android.hardware.camera2.CaptureResult$1
+android.hardware.camera2.CaptureResult$2
+android.hardware.camera2.CaptureResult$3
+android.hardware.camera2.CaptureResult$Key
+android.hardware.camera2.DngCreator
+android.hardware.camera2.impl.CameraMetadataNative
+android.hardware.camera2.impl.CameraMetadataNative$1
+android.hardware.camera2.impl.CameraMetadataNative$10
+android.hardware.camera2.impl.CameraMetadataNative$11
+android.hardware.camera2.impl.CameraMetadataNative$12
+android.hardware.camera2.impl.CameraMetadataNative$13
+android.hardware.camera2.impl.CameraMetadataNative$14
+android.hardware.camera2.impl.CameraMetadataNative$15
+android.hardware.camera2.impl.CameraMetadataNative$16
+android.hardware.camera2.impl.CameraMetadataNative$17
+android.hardware.camera2.impl.CameraMetadataNative$18
+android.hardware.camera2.impl.CameraMetadataNative$19
+android.hardware.camera2.impl.CameraMetadataNative$2
+android.hardware.camera2.impl.CameraMetadataNative$3
+android.hardware.camera2.impl.CameraMetadataNative$4
+android.hardware.camera2.impl.CameraMetadataNative$5
+android.hardware.camera2.impl.CameraMetadataNative$6
+android.hardware.camera2.impl.CameraMetadataNative$7
+android.hardware.camera2.impl.CameraMetadataNative$8
+android.hardware.camera2.impl.CameraMetadataNative$9
+android.hardware.camera2.impl.CameraMetadataNative$Key
+android.hardware.camera2.impl.GetCommand
+android.hardware.camera2.impl.SetCommand
+android.hardware.camera2.legacy.LegacyCameraDevice
+android.hardware.camera2.legacy.PerfMeasurement
+android.hardware.camera2.marshal.MarshalQueryable
+android.hardware.camera2.marshal.MarshalRegistry
+android.hardware.camera2.marshal.impl.MarshalQueryableArray
+android.hardware.camera2.marshal.impl.MarshalQueryableBlackLevelPattern
+android.hardware.camera2.marshal.impl.MarshalQueryableBoolean
+android.hardware.camera2.marshal.impl.MarshalQueryableColorSpaceTransform
+android.hardware.camera2.marshal.impl.MarshalQueryableEnum
+android.hardware.camera2.marshal.impl.MarshalQueryableHighSpeedVideoConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableMeteringRectangle
+android.hardware.camera2.marshal.impl.MarshalQueryableNativeByteToInteger
+android.hardware.camera2.marshal.impl.MarshalQueryablePair
+android.hardware.camera2.marshal.impl.MarshalQueryableParcelable
+android.hardware.camera2.marshal.impl.MarshalQueryablePrimitive
+android.hardware.camera2.marshal.impl.MarshalQueryableRange
+android.hardware.camera2.marshal.impl.MarshalQueryableRect
+android.hardware.camera2.marshal.impl.MarshalQueryableReprocessFormatsMap
+android.hardware.camera2.marshal.impl.MarshalQueryableRggbChannelVector
+android.hardware.camera2.marshal.impl.MarshalQueryableSize
+android.hardware.camera2.marshal.impl.MarshalQueryableSizeF
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfiguration
+android.hardware.camera2.marshal.impl.MarshalQueryableStreamConfigurationDuration
+android.hardware.camera2.marshal.impl.MarshalQueryableString
+android.hardware.camera2.params.BlackLevelPattern
+android.hardware.camera2.params.ColorSpaceTransform
+android.hardware.camera2.params.Face
+android.hardware.camera2.params.HighSpeedVideoConfiguration
+android.hardware.camera2.params.LensShadingMap
+android.hardware.camera2.params.MeteringRectangle
+android.hardware.camera2.params.ReprocessFormatsMap
+android.hardware.camera2.params.RggbChannelVector
+android.hardware.camera2.params.StreamConfiguration
+android.hardware.camera2.params.StreamConfigurationDuration
+android.hardware.camera2.params.StreamConfigurationMap
+android.hardware.camera2.params.TonemapCurve
+android.hardware.camera2.utils.TypeReference
+android.hardware.camera2.utils.TypeReference$SpecializedTypeReference
+android.hardware.display.DisplayManager
+android.hardware.display.DisplayManager$DisplayListener
+android.hardware.display.DisplayManagerGlobal
+android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
+android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
+android.hardware.display.IDisplayManager
+android.hardware.display.IDisplayManager$Stub
+android.hardware.display.IDisplayManager$Stub$Proxy
+android.hardware.display.IDisplayManagerCallback
+android.hardware.display.IDisplayManagerCallback$Stub
+android.hardware.display.WifiDisplay$1
+android.hardware.display.WifiDisplaySessionInfo$1
+android.hardware.display.WifiDisplayStatus$1
+android.hardware.fingerprint.FingerprintManager
+android.hardware.fingerprint.FingerprintManager$1
+android.hardware.fingerprint.FingerprintManager$MyHandler
+android.hardware.fingerprint.IFingerprintService
+android.hardware.fingerprint.IFingerprintService$Stub
+android.hardware.fingerprint.IFingerprintServiceReceiver
+android.hardware.fingerprint.IFingerprintServiceReceiver$Stub
+android.hardware.hdmi.HdmiControlManager
+android.hardware.input.IInputDevicesChangedListener
+android.hardware.input.IInputDevicesChangedListener$Stub
+android.hardware.input.IInputManager
+android.hardware.input.IInputManager$Stub
+android.hardware.input.IInputManager$Stub$Proxy
+android.hardware.input.InputDeviceIdentifier
+android.hardware.input.InputDeviceIdentifier$1
+android.hardware.input.InputManager
+android.hardware.input.InputManager$InputDeviceListener
+android.hardware.input.InputManager$InputDeviceListenerDelegate
+android.hardware.input.InputManager$InputDevicesChangedListener
+android.hardware.location.ActivityRecognitionHardware
+android.hardware.location.ContextHubManager
+android.hardware.location.IActivityRecognitionHardware
+android.hardware.location.IActivityRecognitionHardware$Stub
+android.hardware.radio.RadioManager
+android.hardware.soundtrigger.SoundTrigger
+android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel
+android.hardware.soundtrigger.SoundTrigger$ConfidenceLevel$1
+android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$GenericRecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$GenericSoundModel
+android.hardware.soundtrigger.SoundTrigger$Keyphrase
+android.hardware.soundtrigger.SoundTrigger$Keyphrase$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra
+android.hardware.soundtrigger.SoundTrigger$KeyphraseRecognitionExtra$1
+android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel
+android.hardware.soundtrigger.SoundTrigger$KeyphraseSoundModel$1
+android.hardware.soundtrigger.SoundTrigger$ModuleProperties
+android.hardware.soundtrigger.SoundTrigger$ModuleProperties$1
+android.hardware.soundtrigger.SoundTrigger$RecognitionConfig
+android.hardware.soundtrigger.SoundTrigger$RecognitionConfig$1
+android.hardware.soundtrigger.SoundTrigger$RecognitionEvent
+android.hardware.soundtrigger.SoundTrigger$RecognitionEvent$1
+android.hardware.soundtrigger.SoundTrigger$SoundModel
+android.hardware.soundtrigger.SoundTrigger$SoundModelEvent
+android.hardware.soundtrigger.SoundTrigger$SoundModelEvent$1
+android.hardware.soundtrigger.SoundTriggerModule
+android.hardware.usb.UsbDevice
+android.hardware.usb.UsbDeviceConnection
+android.hardware.usb.UsbManager
+android.hardware.usb.UsbRequest
+android.hidl.base.V1_0.IBase
+android.icu.impl.BMPSet
+android.icu.impl.CacheBase
+android.icu.impl.CacheValue
+android.icu.impl.CacheValue$NullValue
+android.icu.impl.CacheValue$SoftValue
+android.icu.impl.CacheValue$Strength
+android.icu.impl.CalendarUtil
+android.icu.impl.CaseMapImpl
+android.icu.impl.CaseMapImpl$StringContextIterator
+android.icu.impl.CharTrie
+android.icu.impl.ClassLoaderUtil
+android.icu.impl.CurrencyData
+android.icu.impl.CurrencyData$CurrencyDisplayInfo
+android.icu.impl.CurrencyData$CurrencyDisplayInfoProvider
+android.icu.impl.CurrencyData$CurrencySpacingInfo
+android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingPattern
+android.icu.impl.CurrencyData$CurrencySpacingInfo$SpacingType
+android.icu.impl.ICUBinary
+android.icu.impl.ICUBinary$Authenticate
+android.icu.impl.ICUBinary$DatPackageReader
+android.icu.impl.ICUBinary$DatPackageReader$IsAcceptable
+android.icu.impl.ICUBinary$DataFile
+android.icu.impl.ICUBinary$PackageDataFile
+android.icu.impl.ICUCache
+android.icu.impl.ICUConfig
+android.icu.impl.ICUCurrencyDisplayInfoProvider
+android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo
+android.icu.impl.ICUCurrencyDisplayInfoProvider$ICUCurrencyDisplayInfo$SpacingInfoSink
+android.icu.impl.ICUCurrencyMetaInfo
+android.icu.impl.ICUCurrencyMetaInfo$Collector
+android.icu.impl.ICUCurrencyMetaInfo$CurrencyCollector
+android.icu.impl.ICUCurrencyMetaInfo$UniqueList
+android.icu.impl.ICUData
+android.icu.impl.ICUDebug
+android.icu.impl.ICULocaleService
+android.icu.impl.ICULocaleService$ICUResourceBundleFactory
+android.icu.impl.ICULocaleService$LocaleKey
+android.icu.impl.ICULocaleService$LocaleKeyFactory
+android.icu.impl.ICUNotifier
+android.icu.impl.ICURWLock
+android.icu.impl.ICUResourceBundle
+android.icu.impl.ICUResourceBundle$1
+android.icu.impl.ICUResourceBundle$2
+android.icu.impl.ICUResourceBundle$3
+android.icu.impl.ICUResourceBundle$3$1
+android.icu.impl.ICUResourceBundle$4
+android.icu.impl.ICUResourceBundle$AvailEntry
+android.icu.impl.ICUResourceBundle$Loader
+android.icu.impl.ICUResourceBundle$OpenType
+android.icu.impl.ICUResourceBundle$WholeBundle
+android.icu.impl.ICUResourceBundleImpl
+android.icu.impl.ICUResourceBundleImpl$ResourceArray
+android.icu.impl.ICUResourceBundleImpl$ResourceBinary
+android.icu.impl.ICUResourceBundleImpl$ResourceContainer
+android.icu.impl.ICUResourceBundleImpl$ResourceInt
+android.icu.impl.ICUResourceBundleImpl$ResourceIntVector
+android.icu.impl.ICUResourceBundleImpl$ResourceString
+android.icu.impl.ICUResourceBundleImpl$ResourceTable
+android.icu.impl.ICUResourceBundleReader
+android.icu.impl.ICUResourceBundleReader$Array
+android.icu.impl.ICUResourceBundleReader$Array16
+android.icu.impl.ICUResourceBundleReader$Array32
+android.icu.impl.ICUResourceBundleReader$Container
+android.icu.impl.ICUResourceBundleReader$IsAcceptable
+android.icu.impl.ICUResourceBundleReader$ReaderCache
+android.icu.impl.ICUResourceBundleReader$ReaderCacheKey
+android.icu.impl.ICUResourceBundleReader$ReaderValue
+android.icu.impl.ICUResourceBundleReader$ResourceCache
+android.icu.impl.ICUResourceBundleReader$ResourceCache$Level
+android.icu.impl.ICUResourceBundleReader$Table
+android.icu.impl.ICUResourceBundleReader$Table16
+android.icu.impl.ICUResourceBundleReader$Table1632
+android.icu.impl.ICUService
+android.icu.impl.ICUService$CacheEntry
+android.icu.impl.ICUService$Factory
+android.icu.impl.ICUService$Key
+android.icu.impl.IDNA2003
+android.icu.impl.LocaleIDParser
+android.icu.impl.LocaleIDs
+android.icu.impl.Norm2AllModes
+android.icu.impl.Norm2AllModes$1
+android.icu.impl.Norm2AllModes$ComposeNormalizer2
+android.icu.impl.Norm2AllModes$DecomposeNormalizer2
+android.icu.impl.Norm2AllModes$FCDNormalizer2
+android.icu.impl.Norm2AllModes$NFKCSingleton
+android.icu.impl.Norm2AllModes$NoopNormalizer2
+android.icu.impl.Norm2AllModes$Norm2AllModesSingleton
+android.icu.impl.Norm2AllModes$Normalizer2WithImpl
+android.icu.impl.Normalizer2Impl
+android.icu.impl.Normalizer2Impl$1
+android.icu.impl.Normalizer2Impl$IsAcceptable
+android.icu.impl.Pair
+android.icu.impl.PatternProps
+android.icu.impl.ReplaceableUCharacterIterator
+android.icu.impl.RuleCharacterIterator
+android.icu.impl.SimpleCache
+android.icu.impl.SoftCache
+android.icu.impl.TextTrieMap
+android.icu.impl.TextTrieMap$Node
+android.icu.impl.TimeZoneNamesFactoryImpl
+android.icu.impl.TimeZoneNamesImpl$MZ2TZsCache
+android.icu.impl.TimeZoneNamesImpl$MZMapEntry
+android.icu.impl.TimeZoneNamesImpl$TZ2MZsCache
+android.icu.impl.Trie
+android.icu.impl.Trie$DataManipulate
+android.icu.impl.Trie$DefaultGetFoldingOffset
+android.icu.impl.Trie2
+android.icu.impl.Trie2$1
+android.icu.impl.Trie2$Range
+android.icu.impl.Trie2$Trie2Iterator
+android.icu.impl.Trie2$UTrie2Header
+android.icu.impl.Trie2$ValueMapper
+android.icu.impl.Trie2$ValueWidth
+android.icu.impl.Trie2_16
+android.icu.impl.Trie2_32
+android.icu.impl.UBiDiProps$IsAcceptable
+android.icu.impl.UCaseProps
+android.icu.impl.UCaseProps$ContextIterator
+android.icu.impl.UCaseProps$IsAcceptable
+android.icu.impl.UCharacterProperty
+android.icu.impl.UCharacterProperty$1
+android.icu.impl.UCharacterProperty$10
+android.icu.impl.UCharacterProperty$11
+android.icu.impl.UCharacterProperty$12
+android.icu.impl.UCharacterProperty$13
+android.icu.impl.UCharacterProperty$14
+android.icu.impl.UCharacterProperty$15
+android.icu.impl.UCharacterProperty$16
+android.icu.impl.UCharacterProperty$17
+android.icu.impl.UCharacterProperty$18
+android.icu.impl.UCharacterProperty$19
+android.icu.impl.UCharacterProperty$2
+android.icu.impl.UCharacterProperty$20
+android.icu.impl.UCharacterProperty$21
+android.icu.impl.UCharacterProperty$22
+android.icu.impl.UCharacterProperty$23
+android.icu.impl.UCharacterProperty$3
+android.icu.impl.UCharacterProperty$4
+android.icu.impl.UCharacterProperty$5
+android.icu.impl.UCharacterProperty$6
+android.icu.impl.UCharacterProperty$7
+android.icu.impl.UCharacterProperty$8
+android.icu.impl.UCharacterProperty$9
+android.icu.impl.UCharacterProperty$BiDiIntProperty
+android.icu.impl.UCharacterProperty$BinaryProperty
+android.icu.impl.UCharacterProperty$CaseBinaryProperty
+android.icu.impl.UCharacterProperty$CombiningClassIntProperty
+android.icu.impl.UCharacterProperty$IntProperty
+android.icu.impl.UCharacterProperty$IsAcceptable
+android.icu.impl.UCharacterProperty$NormInertBinaryProperty
+android.icu.impl.UCharacterProperty$NormQuickCheckIntProperty
+android.icu.impl.UPropertyAliases$IsAcceptable
+android.icu.impl.URLHandler$URLVisitor
+android.icu.impl.UResource$Array
+android.icu.impl.UResource$Key
+android.icu.impl.UResource$Sink
+android.icu.impl.UResource$Table
+android.icu.impl.UResource$Value
+android.icu.impl.USerializedSet
+android.icu.impl.Utility
+android.icu.impl.ZoneMeta$SystemTimeZoneCache
+android.icu.impl.coll.CollationDataReader$IsAcceptable
+android.icu.impl.coll.CollationRoot
+android.icu.impl.coll.SharedObject
+android.icu.impl.coll.SharedObject$Reference
+android.icu.impl.locale.AsciiUtil
+android.icu.impl.locale.BaseLocale
+android.icu.impl.locale.BaseLocale$Cache
+android.icu.impl.locale.BaseLocale$Key
+android.icu.impl.locale.LocaleObjectCache
+android.icu.impl.locale.LocaleObjectCache$CacheEntry
+android.icu.impl.locale.LocaleSyntaxException
+android.icu.impl.number.Parse
+android.icu.lang.UCharacter
+android.icu.lang.UCharacterEnums$ECharacterCategory
+android.icu.lang.UCharacterEnums$ECharacterDirection
+android.icu.math.MathContext
+android.icu.text.BreakIterator$BreakIteratorCache
+android.icu.text.BreakIterator$BreakIteratorServiceShim
+android.icu.text.BreakIteratorFactory$BFService
+android.icu.text.BreakIteratorFactory$BFService$1RBBreakIteratorFactory
+android.icu.text.CaseMap
+android.icu.text.CaseMap$Upper
+android.icu.text.Collator$ServiceShim
+android.icu.text.CollatorServiceShim$CService
+android.icu.text.CollatorServiceShim$CService$1CollatorFactory
+android.icu.text.CurrencyDisplayNames
+android.icu.text.CurrencyMetaInfo
+android.icu.text.CurrencyMetaInfo$CurrencyDigits
+android.icu.text.CurrencyMetaInfo$CurrencyFilter
+android.icu.text.DateFormatSymbols$1
+android.icu.text.DateTimePatternGenerator$AppendItemNamesSink
+android.icu.text.DateTimePatternGenerator$AvailableFormatsSink
+android.icu.text.DateTimePatternGenerator$DateTimeMatcher
+android.icu.text.DateTimePatternGenerator$DayPeriodAllowedHoursSink
+android.icu.text.DateTimePatternGenerator$DistanceInfo
+android.icu.text.DateTimePatternGenerator$PatternInfo
+android.icu.text.DateTimePatternGenerator$PatternWithMatcher
+android.icu.text.DateTimePatternGenerator$PatternWithSkeletonFlag
+android.icu.text.DateTimePatternGenerator$VariableField
+android.icu.text.DecimalFormat
+android.icu.text.DecimalFormat$Unit
+android.icu.text.DecimalFormatSymbols
+android.icu.text.DecimalFormatSymbols$1
+android.icu.text.DecimalFormatSymbols$CacheData
+android.icu.text.DecimalFormatSymbols$DecFmtDataSink
+android.icu.text.DigitList
+android.icu.text.DisplayContext
+android.icu.text.DisplayContext$Type
+android.icu.text.Edits
+android.icu.text.IDNA
+android.icu.text.LanguageBreakEngine
+android.icu.text.Normalizer
+android.icu.text.Normalizer$FCDMode
+android.icu.text.Normalizer$Mode
+android.icu.text.Normalizer$ModeImpl
+android.icu.text.Normalizer$NFCMode
+android.icu.text.Normalizer$NFDMode
+android.icu.text.Normalizer$NFKCMode
+android.icu.text.Normalizer$NFKDMode
+android.icu.text.Normalizer$NFKDModeImpl
+android.icu.text.Normalizer$NONEMode
+android.icu.text.Normalizer$QuickCheckResult
+android.icu.text.Normalizer2
+android.icu.text.NumberFormat
+android.icu.text.NumberFormat$Field
+android.icu.text.NumberFormat$NumberFormatShim
+android.icu.text.NumberFormatServiceShim$NFService
+android.icu.text.NumberFormatServiceShim$NFService$1RBNumberFormatFactory
+android.icu.text.NumberingSystem
+android.icu.text.NumberingSystem$1
+android.icu.text.NumberingSystem$2
+android.icu.text.NumberingSystem$LocaleLookupData
+android.icu.text.PluralRanges
+android.icu.text.PluralRanges$Matrix
+android.icu.text.PluralRules$1
+android.icu.text.PluralRules$AndConstraint
+android.icu.text.PluralRules$BinaryConstraint
+android.icu.text.PluralRules$Constraint
+android.icu.text.PluralRules$Factory
+android.icu.text.PluralRules$FixedDecimal
+android.icu.text.PluralRules$FixedDecimalRange
+android.icu.text.PluralRules$FixedDecimalSamples
+android.icu.text.PluralRules$RangeConstraint
+android.icu.text.PluralRules$Rule
+android.icu.text.PluralRules$RuleList
+android.icu.text.RBBIDataWrapper$IsAcceptable
+android.icu.text.RBBIDataWrapper$RBBIDataHeader
+android.icu.text.RBBIDataWrapper$TrieFoldingFunc
+android.icu.text.Replaceable
+android.icu.text.ReplaceableString
+android.icu.text.SimpleDateFormat$PatternItem
+android.icu.text.TimeZoneNames$Cache
+android.icu.text.TimeZoneNames$Factory
+android.icu.text.TimeZoneNames$NameType
+android.icu.text.UCharacterIterator
+android.icu.text.UFieldPosition
+android.icu.text.UFormat
+android.icu.text.UForwardCharacterIterator
+android.icu.text.UTF16
+android.icu.text.UnhandledBreakEngine
+android.icu.text.UnicodeFilter
+android.icu.text.UnicodeMatcher
+android.icu.text.UnicodeSet
+android.icu.text.UnicodeSet$GeneralCategoryMaskFilter
+android.icu.text.UnicodeSet$IntPropertyFilter
+android.icu.util.BasicTimeZone
+android.icu.util.Calendar$FormatConfiguration
+android.icu.util.Calendar$PatternData
+android.icu.util.Calendar$WeekData
+android.icu.util.Calendar$WeekDataCache
+android.icu.util.Currency
+android.icu.util.Currency$1
+android.icu.util.Currency$CurrencyUsage
+android.icu.util.Currency$EquivalenceRelation
+android.icu.util.Freezable
+android.icu.util.MeasureUnit
+android.icu.util.MeasureUnit$1
+android.icu.util.MeasureUnit$2
+android.icu.util.MeasureUnit$3
+android.icu.util.MeasureUnit$Factory
+android.icu.util.Output
+android.icu.util.TimeUnit
+android.icu.util.TimeZone
+android.icu.util.TimeZone$ConstantZone
+android.icu.util.ULocale
+android.icu.util.ULocale$1
+android.icu.util.ULocale$2
+android.icu.util.ULocale$Category
+android.icu.util.ULocale$JDKLocaleHelper
+android.icu.util.ULocale$Type
+android.icu.util.UResourceBundle
+android.icu.util.UResourceBundle$RootType
+android.icu.util.UResourceBundleIterator
+android.icu.util.UResourceTypeMismatchException
+android.icu.util.VersionInfo
+android.location.BatchedLocationCallbackTransport
+android.location.BatchedLocationCallbackTransport$CallbackTransport
+android.location.Country$1
+android.location.CountryDetector
+android.location.GeocoderParams$1
+android.location.GnssMeasurementCallbackTransport
+android.location.GnssMeasurementCallbackTransport$ListenerTransport
+android.location.GnssNavigationMessageCallbackTransport
+android.location.GnssNavigationMessageCallbackTransport$ListenerTransport
+android.location.IBatchedLocationCallback
+android.location.IBatchedLocationCallback$Stub
+android.location.ICountryDetector
+android.location.ICountryDetector$Stub
+android.location.IGnssMeasurementsListener
+android.location.IGnssMeasurementsListener$Stub
+android.location.IGnssNavigationMessageListener
+android.location.IGnssNavigationMessageListener$Stub
+android.location.IGnssStatusListener
+android.location.IGnssStatusListener$Stub
+android.location.ILocationListener
+android.location.ILocationListener$Stub
+android.location.ILocationManager
+android.location.ILocationManager$Stub
+android.location.ILocationManager$Stub$Proxy
+android.location.LocalListenerHelper
+android.location.Location
+android.location.Location$1
+android.location.Location$2
+android.location.Location$BearingDistanceCache
+android.location.LocationManager
+android.location.LocationManager$ListenerTransport
+android.location.LocationRequest$1
+android.media.AudioAttributes
+android.media.AudioAttributes$1
+android.media.AudioAttributes$Builder
+android.media.AudioDevicePort
+android.media.AudioDevicePortConfig
+android.media.AudioFocusRequest$Builder
+android.media.AudioFormat
+android.media.AudioFormat$1
+android.media.AudioFormat$Builder
+android.media.AudioGain
+android.media.AudioGainConfig
+android.media.AudioHandle
+android.media.AudioManager
+android.media.AudioManager$1
+android.media.AudioManager$2
+android.media.AudioManager$3
+android.media.AudioManager$FocusRequestInfo
+android.media.AudioManager$OnAudioFocusChangeListener
+android.media.AudioManager$ServiceEventHandlerDelegate
+android.media.AudioManager$ServiceEventHandlerDelegate$1
+android.media.AudioMixPort
+android.media.AudioMixPortConfig
+android.media.AudioPatch
+android.media.AudioPort
+android.media.AudioPortConfig
+android.media.AudioPortEventHandler
+android.media.AudioRecord
+android.media.AudioRoutesInfo$1
+android.media.AudioRouting
+android.media.AudioSystem
+android.media.AudioTimestamp
+android.media.AudioTrack
+android.media.BufferingParams$1
+android.media.IAudioFocusDispatcher
+android.media.IAudioFocusDispatcher$Stub
+android.media.IAudioRoutesObserver
+android.media.IAudioRoutesObserver$Stub
+android.media.IAudioService
+android.media.IAudioService$Stub
+android.media.IAudioService$Stub$Proxy
+android.media.IMediaHTTPConnection
+android.media.IMediaHTTPConnection$Stub
+android.media.IMediaRouterClient
+android.media.IMediaRouterClient$Stub
+android.media.IMediaRouterService
+android.media.IMediaRouterService$Stub
+android.media.IMediaRouterService$Stub$Proxy
+android.media.IPlaybackConfigDispatcher
+android.media.IPlaybackConfigDispatcher$Stub
+android.media.IPlayer
+android.media.IPlayer$Stub
+android.media.IRecordingConfigDispatcher
+android.media.IRecordingConfigDispatcher$Stub
+android.media.IRemoteVolumeObserver
+android.media.IRemoteVolumeObserver$Stub
+android.media.IRingtonePlayer
+android.media.IRingtonePlayer$Stub
+android.media.IRingtonePlayer$Stub$Proxy
+android.media.Image
+android.media.ImageReader
+android.media.JetPlayer
+android.media.MediaCodec$BufferInfo
+android.media.MediaCodec$BufferMap
+android.media.MediaCodec$CryptoInfo
+android.media.MediaCodec$CryptoInfo$Pattern
+android.media.MediaCodec$EventHandler
+android.media.MediaCodecInfo$AudioCapabilities
+android.media.MediaCodecInfo$CodecProfileLevel
+android.media.MediaCodecInfo$Feature
+android.media.MediaCodecInfo$VideoCapabilities
+android.media.MediaCodecList
+android.media.MediaFormat
+android.media.MediaMetadata$1
+android.media.MediaMetadata$Builder
+android.media.MediaPlayer
+android.media.MediaPlayer$1
+android.media.MediaPlayer$2
+android.media.MediaPlayer$EventHandler
+android.media.MediaPlayer$OnCompletionListener
+android.media.MediaPlayer$OnSeekCompleteListener
+android.media.MediaPlayer$OnSubtitleDataListener
+android.media.MediaPlayer$TimeProvider
+android.media.MediaPlayer$TimeProvider$EventHandler
+android.media.MediaRouter
+android.media.MediaRouter$Callback
+android.media.MediaRouter$CallbackInfo
+android.media.MediaRouter$RouteCategory
+android.media.MediaRouter$RouteInfo
+android.media.MediaRouter$RouteInfo$1
+android.media.MediaRouter$Static
+android.media.MediaRouter$Static$1
+android.media.MediaRouter$Static$1$1
+android.media.MediaRouter$Static$Client
+android.media.MediaRouter$VolumeCallback
+android.media.MediaRouter$VolumeChangeReceiver
+android.media.MediaRouter$WifiDisplayStatusChangedReceiver
+android.media.MediaTimeProvider
+android.media.PlaybackParams
+android.media.PlaybackParams$1
+android.media.PlayerBase
+android.media.PlayerBase$IAppOpsCallbackWrapper
+android.media.PlayerBase$IPlayerWrapper
+android.media.PlayerBase$PlayerIdCard$1
+android.media.RemoteDisplay
+android.media.Ringtone$MyOnCompletionListener
+android.media.SoundPool
+android.media.SubtitleController$Listener
+android.media.ToneGenerator
+android.media.Utils
+android.media.Utils$1
+android.media.Utils$2
+android.media.VolumeAutomation
+android.media.VolumeShaper$Configuration
+android.media.VolumeShaper$Configuration$1
+android.media.VolumeShaper$Configuration$Builder
+android.media.VolumeShaper$Operation
+android.media.VolumeShaper$Operation$1
+android.media.VolumeShaper$Operation$Builder
+android.media.VolumeShaper$State
+android.media.VolumeShaper$State$1
+android.media.audiopolicy.AudioMix
+android.media.audiopolicy.AudioMixingRule
+android.media.audiopolicy.AudioMixingRule$AudioMixMatchCriterion
+android.media.midi.MidiManager
+android.media.projection.MediaProjectionManager
+android.media.session.IActiveSessionsListener
+android.media.session.IActiveSessionsListener$Stub
+android.media.session.ISession
+android.media.session.ISession$Stub
+android.media.session.ISessionCallback
+android.media.session.ISessionCallback$Stub
+android.media.session.ISessionController
+android.media.session.ISessionController$Stub
+android.media.session.ISessionController$Stub$Proxy
+android.media.session.ISessionControllerCallback
+android.media.session.ISessionControllerCallback$Stub
+android.media.session.ISessionManager
+android.media.session.ISessionManager$Stub
+android.media.session.ISessionManager$Stub$Proxy
+android.media.session.MediaController
+android.media.session.MediaController$CallbackStub
+android.media.session.MediaController$TransportControls
+android.media.session.MediaSession
+android.media.session.MediaSession$Callback
+android.media.session.MediaSession$CallbackMessageHandler
+android.media.session.MediaSession$CallbackStub
+android.media.session.MediaSession$Token$1
+android.media.session.MediaSessionManager
+android.media.session.PlaybackState$1
+android.media.session.PlaybackState$Builder
+android.media.session.PlaybackState$CustomAction$1
+android.media.soundtrigger.SoundTriggerManager
+android.media.tv.TvInputManager
+android.metrics.LogMaker
+android.mtp.MtpDeviceInfo
+android.mtp.MtpEvent
+android.mtp.MtpObjectInfo
+android.mtp.MtpPropertyList
+android.mtp.MtpStorage
+android.mtp.MtpStorageInfo
+android.net.ConnectivityManager
+android.net.ConnectivityManager$CallbackHandler
+android.net.ConnectivityManager$NetworkCallback
+android.net.ConnectivityThread
+android.net.Credentials
+android.net.EthernetManager
+android.net.IConnectivityManager
+android.net.IConnectivityManager$Stub
+android.net.IConnectivityManager$Stub$Proxy
+android.net.INetworkPolicyManager
+android.net.INetworkPolicyManager$Stub
+android.net.INetworkPolicyManager$Stub$Proxy
+android.net.INetworkScoreService
+android.net.INetworkScoreService$Stub
+android.net.INetworkStatsService
+android.net.INetworkStatsService$Stub
+android.net.INetworkStatsService$Stub$Proxy
+android.net.IpPrefix
+android.net.IpPrefix$1
+android.net.IpSecManager
+android.net.LinkAddress
+android.net.LinkAddress$1
+android.net.LinkProperties
+android.net.LinkProperties$1
+android.net.LocalServerSocket
+android.net.LocalSocket
+android.net.LocalSocketAddress
+android.net.LocalSocketImpl
+android.net.LocalSocketImpl$SocketInputStream
+android.net.LocalSocketImpl$SocketOutputStream
+android.net.Network
+android.net.Network$1
+android.net.NetworkCapabilities
+android.net.NetworkCapabilities$1
+android.net.NetworkFactory
+android.net.NetworkInfo
+android.net.NetworkInfo$1
+android.net.NetworkInfo$DetailedState
+android.net.NetworkInfo$State
+android.net.NetworkPolicyManager
+android.net.NetworkRequest
+android.net.NetworkRequest$1
+android.net.NetworkRequest$Builder
+android.net.NetworkRequest$Type
+android.net.NetworkScoreManager
+android.net.NetworkSpecifier
+android.net.NetworkStats
+android.net.NetworkStats$1
+android.net.NetworkUtils
+android.net.Proxy
+android.net.ProxyInfo$1
+android.net.RouteInfo
+android.net.RouteInfo$1
+android.net.SSLCertificateSocketFactory$1
+android.net.SSLSessionCache
+android.net.TrafficStats
+android.net.Uri
+android.net.Uri$1
+android.net.Uri$AbstractHierarchicalUri
+android.net.Uri$AbstractPart
+android.net.Uri$Builder
+android.net.Uri$HierarchicalUri
+android.net.Uri$OpaqueUri
+android.net.Uri$Part
+android.net.Uri$Part$EmptyPart
+android.net.Uri$PathPart
+android.net.Uri$PathSegments
+android.net.Uri$PathSegmentsBuilder
+android.net.Uri$StringUri
+android.net.http.AndroidHttpClient$1
+android.net.http.X509TrustManagerExtensions
+android.net.lowpan.LowpanManager
+android.net.nsd.NsdManager
+android.net.wifi.IWifiManager
+android.net.wifi.IWifiManager$Stub
+android.net.wifi.IWifiManager$Stub$Proxy
+android.net.wifi.RttManager
+android.net.wifi.ScanResult$1
+android.net.wifi.ScanResult$InformationElement
+android.net.wifi.SupplicantState
+android.net.wifi.SupplicantState$1
+android.net.wifi.WifiInfo
+android.net.wifi.WifiInfo$1
+android.net.wifi.WifiManager
+android.net.wifi.WifiManager$WifiLock
+android.net.wifi.WifiScanner
+android.net.wifi.WifiSsid
+android.net.wifi.WifiSsid$1
+android.net.wifi.aware.WifiAwareManager
+android.net.wifi.p2p.WifiP2pManager
+android.nfc.IAppCallback
+android.nfc.IAppCallback$Stub
+android.nfc.INfcAdapter
+android.nfc.INfcAdapter$Stub
+android.nfc.INfcAdapter$Stub$Proxy
+android.nfc.INfcCardEmulation
+android.nfc.INfcCardEmulation$Stub
+android.nfc.INfcCardEmulation$Stub$Proxy
+android.nfc.INfcFCardEmulation
+android.nfc.INfcFCardEmulation$Stub
+android.nfc.INfcFCardEmulation$Stub$Proxy
+android.nfc.INfcTag
+android.nfc.INfcTag$Stub
+android.nfc.INfcTag$Stub$Proxy
+android.nfc.NfcActivityManager$NfcActivityState
+android.nfc.NfcActivityManager$NfcApplicationState
+android.nfc.NfcAdapter$1
+android.nfc.NfcAdapter$CreateNdefMessageCallback
+android.nfc.NfcManager
+android.opengl.EGL14
+android.opengl.EGLConfig
+android.opengl.EGLContext
+android.opengl.EGLDisplay
+android.opengl.EGLExt
+android.opengl.EGLObjectHandle
+android.opengl.EGLSurface
+android.opengl.ETC1
+android.opengl.GLES10
+android.opengl.GLES10Ext
+android.opengl.GLES11
+android.opengl.GLES11Ext
+android.opengl.GLES20
+android.opengl.GLES30
+android.opengl.GLES31
+android.opengl.GLES31Ext
+android.opengl.GLES32
+android.opengl.GLUtils
+android.opengl.Matrix
+android.opengl.Visibility
+android.os.-$Lambda$BcGBlsGjMZMF6Ej78rWJ608MYSM
+android.os.AsyncResult
+android.os.AsyncTask
+android.os.AsyncTask$1
+android.os.AsyncTask$2
+android.os.AsyncTask$3
+android.os.AsyncTask$AsyncTaskResult
+android.os.AsyncTask$InternalHandler
+android.os.AsyncTask$SerialExecutor
+android.os.AsyncTask$SerialExecutor$1
+android.os.AsyncTask$Status
+android.os.AsyncTask$WorkerRunnable
+android.os.BadParcelableException
+android.os.BaseBundle
+android.os.BaseBundle$NoImagePreloadHolder
+android.os.BatteryManager
+android.os.BatteryStats$BitDescription
+android.os.BatteryStats$ControllerActivityCounter
+android.os.BatteryStats$Counter
+android.os.BatteryStats$HistoryEventTracker
+android.os.BatteryStats$HistoryItem
+android.os.BatteryStats$HistoryStepDetails
+android.os.BatteryStats$HistoryTag
+android.os.BatteryStats$IntToString
+android.os.BatteryStats$LevelStepTracker
+android.os.BatteryStats$LongCounter
+android.os.BatteryStats$LongCounterArray
+android.os.BatteryStats$Timer
+android.os.BatteryStats$Uid$Pkg
+android.os.BatteryStats$Uid$Pkg$Serv
+android.os.BatteryStats$Uid$Proc
+android.os.BatteryStats$Uid$Sensor
+android.os.BatteryStats$Uid$Wakelock
+android.os.Binder
+android.os.BinderProxy
+android.os.Build
+android.os.Build$VERSION
+android.os.Bundle
+android.os.Bundle$1
+android.os.CancellationSignal
+android.os.CancellationSignal$OnCancelListener
+android.os.CancellationSignal$Transport
+android.os.ConditionVariable
+android.os.DeadObjectException
+android.os.DeadSystemException
+android.os.Debug
+android.os.Debug$MemoryInfo
+android.os.Debug$MemoryInfo$1
+android.os.DropBoxManager
+android.os.Environment
+android.os.Environment$UserEnvironment
+android.os.FactoryTest
+android.os.FileObserver$ObserverThread
+android.os.FileUtils
+android.os.GraphicsEnvironment
+android.os.Handler
+android.os.Handler$Callback
+android.os.Handler$MessengerImpl
+android.os.HandlerThread
+android.os.HardwarePropertiesManager
+android.os.HwBinder
+android.os.HwBlob
+android.os.HwParcel
+android.os.HwRemoteBinder
+android.os.IBatteryPropertiesRegistrar
+android.os.IBatteryPropertiesRegistrar$Stub
+android.os.IBatteryPropertiesRegistrar$Stub$Proxy
+android.os.IBinder
+android.os.IBinder$DeathRecipient
+android.os.ICancellationSignal
+android.os.ICancellationSignal$Stub
+android.os.ICancellationSignal$Stub$Proxy
+android.os.IDeviceIdleController
+android.os.IDeviceIdleController$Stub
+android.os.IHardwarePropertiesManager
+android.os.IHardwarePropertiesManager$Stub
+android.os.IHwBinder
+android.os.IHwBinder$DeathRecipient
+android.os.IHwInterface
+android.os.IInterface
+android.os.IMessenger
+android.os.IMessenger$Stub
+android.os.IMessenger$Stub$Proxy
+android.os.INetworkManagementService
+android.os.INetworkManagementService$Stub
+android.os.INetworkManagementService$Stub$Proxy
+android.os.IPowerManager
+android.os.IPowerManager$Stub
+android.os.IPowerManager$Stub$Proxy
+android.os.IServiceManager
+android.os.IUserManager
+android.os.IUserManager$Stub
+android.os.IUserManager$Stub$Proxy
+android.os.IVibratorService
+android.os.IVibratorService$Stub
+android.os.IVibratorService$Stub$Proxy
+android.os.IncidentManager
+android.os.LocaleList
+android.os.LocaleList$1
+android.os.Looper
+android.os.MemoryFile
+android.os.Message
+android.os.Message$1
+android.os.MessageQueue
+android.os.MessageQueue$IdleHandler
+android.os.Messenger
+android.os.Messenger$1
+android.os.OperationCanceledException
+android.os.Parcel
+android.os.Parcel$1
+android.os.Parcel$2
+android.os.Parcel$ReadWriteHelper
+android.os.ParcelFileDescriptor
+android.os.ParcelFileDescriptor$1
+android.os.ParcelFileDescriptor$AutoCloseInputStream
+android.os.ParcelUuid$1
+android.os.Parcelable
+android.os.Parcelable$ClassLoaderCreator
+android.os.Parcelable$Creator
+android.os.ParcelableException
+android.os.ParcelableParcel$1
+android.os.PatternMatcher
+android.os.PatternMatcher$1
+android.os.PersistableBundle
+android.os.PersistableBundle$1
+android.os.PooledStringWriter
+android.os.PowerManager
+android.os.PowerManager$WakeLock
+android.os.PowerManager$WakeLock$1
+android.os.Process
+android.os.RecoverySystem
+android.os.Registrant
+android.os.RemoteCallbackList
+android.os.RemoteCallbackList$Callback
+android.os.RemoteException
+android.os.ResultReceiver
+android.os.ResultReceiver$1
+android.os.SELinux
+android.os.Seccomp
+android.os.ServiceManager
+android.os.ServiceManager$ServiceNotFoundException
+android.os.ServiceManagerNative
+android.os.ServiceManagerProxy
+android.os.ServiceSpecificException
+android.os.SharedMemory
+android.os.ShellCallback
+android.os.StatFs
+android.os.StrictMode
+android.os.StrictMode$1
+android.os.StrictMode$2
+android.os.StrictMode$3
+android.os.StrictMode$4
+android.os.StrictMode$5
+android.os.StrictMode$6
+android.os.StrictMode$7
+android.os.StrictMode$8
+android.os.StrictMode$9
+android.os.StrictMode$AndroidBlockGuardPolicy
+android.os.StrictMode$AndroidBlockGuardPolicy$1
+android.os.StrictMode$AndroidCloseGuardReporter
+android.os.StrictMode$InstanceCountViolation
+android.os.StrictMode$InstanceTracker
+android.os.StrictMode$LogStackTrace
+android.os.StrictMode$Span
+android.os.StrictMode$StrictModeDiskReadViolation
+android.os.StrictMode$StrictModeDiskWriteViolation
+android.os.StrictMode$StrictModeViolation
+android.os.StrictMode$ThreadPolicy
+android.os.StrictMode$ThreadPolicy$Builder
+android.os.StrictMode$ThreadSpanState
+android.os.StrictMode$ViolationInfo
+android.os.StrictMode$ViolationInfo$1
+android.os.StrictMode$VmPolicy
+android.os.StrictMode$VmPolicy$Builder
+android.os.SystemClock
+android.os.SystemProperties
+android.os.SystemVibrator
+android.os.Trace
+android.os.UEventObserver
+android.os.UserHandle
+android.os.UserHandle$1
+android.os.UserManager
+android.os.Vibrator
+android.os.VintfObject
+android.os.VintfRuntimeInfo
+android.os.WorkSource$1
+android.os.ZygoteProcess
+android.os.ZygoteStartFailedEx
+android.os.health.SystemHealthManager
+android.os.storage.IObbActionListener
+android.os.storage.IObbActionListener$Stub
+android.os.storage.IStorageManager
+android.os.storage.IStorageManager$Stub
+android.os.storage.IStorageManager$Stub$Proxy
+android.os.storage.StorageManager
+android.os.storage.StorageManager$ObbActionListener
+android.os.storage.StorageVolume
+android.os.storage.StorageVolume$1
+android.os.storage.VolumeInfo$1
+android.os.storage.VolumeInfo$2
+android.preference.PreferenceManager
+android.preference.PreferenceManager$OnPreferenceTreeClickListener
+android.print.PrintManager
+android.provider.-$Lambda$a7Jyr6j_Mb70hHJ2ssL1AAhKh4c
+android.provider.-$Lambda$asz6VwQ86PPY-v8JLMb7rx-pSqg
+android.provider.BaseColumns
+android.provider.ContactsContract$CommonDataKinds$BaseTypes
+android.provider.ContactsContract$CommonDataKinds$CommonColumns
+android.provider.ContactsContract$ContactCounts
+android.provider.ContactsContract$ContactNameColumns
+android.provider.ContactsContract$ContactOptionsColumns
+android.provider.ContactsContract$ContactStatusColumns
+android.provider.ContactsContract$ContactsColumns
+android.provider.ContactsContract$DataColumns
+android.provider.ContactsContract$DataColumnsWithJoins
+android.provider.ContactsContract$DataUsageStatColumns
+android.provider.ContactsContract$RawContactsColumns
+android.provider.ContactsContract$StatusColumns
+android.provider.FontsContract
+android.provider.FontsContract$1
+android.provider.MediaStore$MediaColumns
+android.provider.Settings
+android.provider.Settings$ContentProviderHolder
+android.provider.Settings$GenerationTracker
+android.provider.Settings$Global
+android.provider.Settings$NameValueCache
+android.provider.Settings$NameValueTable
+android.provider.Settings$Secure
+android.provider.Settings$SettingNotFoundException
+android.provider.Settings$System
+android.provider.Settings$System$1
+android.provider.Settings$System$2
+android.provider.Settings$System$3
+android.provider.Settings$System$4
+android.provider.Settings$System$5
+android.provider.Settings$System$6
+android.provider.Settings$System$7
+android.provider.Settings$System$8
+android.provider.Settings$System$9
+android.provider.Settings$System$DiscreteValueValidator
+android.provider.Settings$System$InclusiveFloatRangeValidator
+android.provider.Settings$System$InclusiveIntegerRangeValidator
+android.provider.Settings$System$Validator
+android.renderscript.RenderScriptCacheDir
+android.security.IKeystoreService
+android.security.IKeystoreService$Stub
+android.security.IKeystoreService$Stub$Proxy
+android.security.KeyStore
+android.security.keystore.AndroidKeyStoreBCWorkaroundProvider
+android.security.keystore.AndroidKeyStoreProvider
+android.security.net.config.ApplicationConfig
+android.security.net.config.CertificateSource
+android.security.net.config.CertificatesEntryRef
+android.security.net.config.ConfigNetworkSecurityPolicy
+android.security.net.config.ConfigSource
+android.security.net.config.DirectoryCertificateSource
+android.security.net.config.DirectoryCertificateSource$1
+android.security.net.config.DirectoryCertificateSource$3
+android.security.net.config.DirectoryCertificateSource$CertSelector
+android.security.net.config.KeyStoreCertificateSource
+android.security.net.config.KeyStoreConfigSource
+android.security.net.config.ManifestConfigSource
+android.security.net.config.ManifestConfigSource$DefaultConfigSource
+android.security.net.config.NetworkSecurityConfig
+android.security.net.config.NetworkSecurityConfig$1
+android.security.net.config.NetworkSecurityConfig$Builder
+android.security.net.config.NetworkSecurityConfigProvider
+android.security.net.config.NetworkSecurityTrustManager
+android.security.net.config.PinSet
+android.security.net.config.RootTrustManager
+android.security.net.config.RootTrustManagerFactorySpi
+android.security.net.config.SystemCertificateSource
+android.security.net.config.SystemCertificateSource$NoPreloadHolder
+android.security.net.config.TrustedCertificateStoreAdapter
+android.security.net.config.UserCertificateSource
+android.security.net.config.XmlConfigSource
+android.security.net.config.XmlConfigSource$ParserException
+android.service.notification.Condition$1
+android.service.notification.INotificationListener
+android.service.notification.INotificationListener$Stub
+android.service.notification.IStatusBarNotificationHolder
+android.service.notification.IStatusBarNotificationHolder$Stub
+android.service.notification.NotificationListenerService
+android.service.notification.NotificationListenerService$MyHandler
+android.service.notification.NotificationListenerService$NotificationListenerWrapper
+android.service.notification.NotificationListenerService$RankingMap$1
+android.service.notification.NotificationRankingUpdate$1
+android.service.notification.StatusBarNotification$1
+android.service.notification.ZenModeConfig$ZenRule$1
+android.service.oemlock.OemLockManager
+android.service.persistentdata.PersistentDataBlockManager
+android.service.vr.IVrManager
+android.service.vr.IVrManager$Stub
+android.service.vr.IVrStateCallbacks
+android.service.vr.IVrStateCallbacks$Stub
+android.system.ErrnoException
+android.system.GaiException
+android.system.NetlinkSocketAddress
+android.system.Os
+android.system.OsConstants
+android.system.PacketSocketAddress
+android.system.StructAddrinfo
+android.system.StructFlock
+android.system.StructGroupReq
+android.system.StructGroupSourceReq
+android.system.StructIfaddrs
+android.system.StructLinger
+android.system.StructPasswd
+android.system.StructPollfd
+android.system.StructStat
+android.system.StructStatVfs
+android.system.StructTimespec
+android.system.StructTimeval
+android.system.StructUcred
+android.system.StructUtsname
+android.system.UnixSocketAddress
+android.telecom.DisconnectCause$1
+android.telecom.Log$1
+android.telecom.PhoneAccount$1
+android.telecom.PhoneAccountHandle$1
+android.telecom.TelecomManager
+android.telephony.CarrierConfigManager
+android.telephony.CellIdentityLte$1
+android.telephony.CellInfo$1
+android.telephony.CellInfoLte$1
+android.telephony.CellSignalStrengthLte$1
+android.telephony.PhoneStateListener
+android.telephony.PhoneStateListener$1
+android.telephony.PhoneStateListener$IPhoneStateListenerStub
+android.telephony.Rlog
+android.telephony.ServiceState$1
+android.telephony.SignalStrength$1
+android.telephony.SubscriptionInfo$1
+android.telephony.SubscriptionManager
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1
+android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$2
+android.telephony.TelephonyManager
+android.telephony.euicc.EuiccManager
+android.text.AndroidBidi
+android.text.AndroidCharacter
+android.text.Annotation
+android.text.BoringLayout
+android.text.BoringLayout$Metrics
+android.text.ClipboardManager
+android.text.DynamicLayout
+android.text.DynamicLayout$ChangeWatcher
+android.text.Editable
+android.text.Editable$Factory
+android.text.FontConfig
+android.text.FontConfig$Alias
+android.text.FontConfig$Family
+android.text.FontConfig$Font
+android.text.GetChars
+android.text.GraphicsOperations
+android.text.Html
+android.text.Html$HtmlParser
+android.text.HtmlToSpannedConverter$Href
+android.text.Hyphenator
+android.text.Hyphenator$HyphenationData
+android.text.InputFilter
+android.text.InputType
+android.text.Layout
+android.text.Layout$Alignment
+android.text.Layout$Directions
+android.text.Layout$Ellipsizer
+android.text.Layout$SpannedEllipsizer
+android.text.MeasuredText
+android.text.NoCopySpan
+android.text.NoCopySpan$Concrete
+android.text.PackedIntVector
+android.text.PackedObjectVector
+android.text.ParcelableSpan
+android.text.Selection
+android.text.Selection$END
+android.text.Selection$START
+android.text.SpanSet
+android.text.SpanWatcher
+android.text.Spannable
+android.text.Spannable$Factory
+android.text.SpannableString
+android.text.SpannableStringBuilder
+android.text.SpannableStringInternal
+android.text.Spanned
+android.text.SpannedString
+android.text.StaticLayout
+android.text.StaticLayout$Builder
+android.text.StaticLayout$LineBreaks
+android.text.TextDirectionHeuristic
+android.text.TextDirectionHeuristics
+android.text.TextDirectionHeuristics$AnyStrong
+android.text.TextDirectionHeuristics$FirstStrong
+android.text.TextDirectionHeuristics$TextDirectionAlgorithm
+android.text.TextDirectionHeuristics$TextDirectionHeuristicImpl
+android.text.TextDirectionHeuristics$TextDirectionHeuristicInternal
+android.text.TextDirectionHeuristics$TextDirectionHeuristicLocale
+android.text.TextLine
+android.text.TextLine$DecorationInfo
+android.text.TextPaint
+android.text.TextUtils
+android.text.TextUtils$1
+android.text.TextUtils$EllipsizeCallback
+android.text.TextUtils$SimpleStringSplitter
+android.text.TextUtils$StringSplitter
+android.text.TextUtils$TruncateAt
+android.text.TextWatcher
+android.text.format.Formatter
+android.text.format.Time$TimeCalculator
+android.text.method.AllCapsTransformationMethod
+android.text.method.ArrowKeyMovementMethod
+android.text.method.BaseKeyListener
+android.text.method.BaseMovementMethod
+android.text.method.KeyListener
+android.text.method.MetaKeyKeyListener
+android.text.method.MovementMethod
+android.text.method.PasswordTransformationMethod
+android.text.method.ReplacementTransformationMethod
+android.text.method.ReplacementTransformationMethod$ReplacementCharSequence
+android.text.method.ReplacementTransformationMethod$SpannedReplacementCharSequence
+android.text.method.SingleLineTransformationMethod
+android.text.method.TextKeyListener
+android.text.method.TextKeyListener$Capitalize
+android.text.method.TransformationMethod
+android.text.method.TransformationMethod2
+android.text.style.AlignmentSpan
+android.text.style.CharacterStyle
+android.text.style.EasyEditSpan
+android.text.style.ForegroundColorSpan
+android.text.style.LeadingMarginSpan
+android.text.style.LineBackgroundSpan
+android.text.style.LineHeightSpan
+android.text.style.MetricAffectingSpan
+android.text.style.ParagraphStyle
+android.text.style.ReplacementSpan
+android.text.style.SpellCheckSpan
+android.text.style.StyleSpan
+android.text.style.SuggestionSpan
+android.text.style.TabStopSpan
+android.text.style.TextAppearanceSpan
+android.text.style.URLSpan
+android.text.style.UnderlineSpan
+android.text.style.UpdateAppearance
+android.text.style.UpdateLayout
+android.text.style.WrapTogetherSpan
+android.transition.AutoTransition
+android.transition.ChangeBounds
+android.transition.ChangeBounds$1
+android.transition.ChangeBounds$2
+android.transition.ChangeBounds$3
+android.transition.ChangeBounds$4
+android.transition.ChangeBounds$5
+android.transition.ChangeBounds$6
+android.transition.ChangeClipBounds
+android.transition.ChangeImageTransform
+android.transition.ChangeImageTransform$1
+android.transition.ChangeImageTransform$2
+android.transition.ChangeTransform
+android.transition.ChangeTransform$1
+android.transition.ChangeTransform$2
+android.transition.Fade
+android.transition.PathMotion
+android.transition.Scene
+android.transition.Transition
+android.transition.Transition$1
+android.transition.TransitionInflater
+android.transition.TransitionManager
+android.transition.TransitionSet
+android.transition.TransitionValuesMaps
+android.transition.Visibility
+android.util.AndroidException
+android.util.AndroidRuntimeException
+android.util.ArrayMap
+android.util.ArrayMap$1
+android.util.ArraySet
+android.util.ArraySet$1
+android.util.AtomicFile
+android.util.AttributeSet
+android.util.Base64
+android.util.Base64$Coder
+android.util.Base64$Decoder
+android.util.Base64$Encoder
+android.util.ContainerHelpers
+android.util.DebugUtils
+android.util.DisplayMetrics
+android.util.EventLog
+android.util.EventLog$Event
+android.util.FloatProperty
+android.util.IntArray
+android.util.IntProperty
+android.util.Log
+android.util.Log$1
+android.util.Log$ImmediateLogWriter
+android.util.Log$PreloadHolder
+android.util.Log$TerribleFailureHandler
+android.util.LogPrinter
+android.util.LongArray
+android.util.LongSparseArray
+android.util.LongSparseLongArray
+android.util.LruCache
+android.util.MapCollections
+android.util.MapCollections$ArrayIterator
+android.util.MapCollections$EntrySet
+android.util.MapCollections$KeySet
+android.util.MapCollections$MapIterator
+android.util.MapCollections$ValuesCollection
+android.util.MathUtils
+android.util.MemoryIntArray
+android.util.MemoryIntArray$1
+android.util.MergedConfiguration
+android.util.MergedConfiguration$1
+android.util.MutableInt
+android.util.MutableLong
+android.util.Pair
+android.util.PathParser
+android.util.PathParser$PathData
+android.util.Pools$Pool
+android.util.Pools$SimplePool
+android.util.Pools$SynchronizedPool
+android.util.Printer
+android.util.Property
+android.util.Range
+android.util.Rational
+android.util.Singleton
+android.util.Size
+android.util.SizeF
+android.util.Slog
+android.util.SparseArray
+android.util.SparseBooleanArray
+android.util.SparseIntArray
+android.util.SparseLongArray
+android.util.StateSet
+android.util.SuperNotCalledException
+android.util.TimingLogger
+android.util.TimingsTraceLog
+android.util.TypedValue
+android.util.Xml
+android.util.jar.StrictJarFile
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk
+android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$1
+android.view.-$Lambda$XmA8Y30pNAdQP9ujRlGx1qfDHH8
+android.view.AbsSavedState
+android.view.AbsSavedState$1
+android.view.AbsSavedState$2
+android.view.AccessibilityInteractionController
+android.view.AccessibilityInteractionController$AccessibilityNodePrefetcher
+android.view.AccessibilityInteractionController$PrivateHandler
+android.view.ActionMode
+android.view.ActionMode$Callback
+android.view.ActionProvider
+android.view.ActionProvider$SubUiVisibilityListener
+android.view.Choreographer
+android.view.Choreographer$1
+android.view.Choreographer$2
+android.view.Choreographer$3
+android.view.Choreographer$CallbackQueue
+android.view.Choreographer$CallbackRecord
+android.view.Choreographer$FrameCallback
+android.view.Choreographer$FrameDisplayEventReceiver
+android.view.Choreographer$FrameHandler
+android.view.ContextMenu
+android.view.ContextMenu$ContextMenuInfo
+android.view.ContextThemeWrapper
+android.view.Display
+android.view.Display$HdrCapabilities
+android.view.Display$HdrCapabilities$1
+android.view.Display$Mode
+android.view.Display$Mode$1
+android.view.DisplayAdjustments
+android.view.DisplayEventReceiver
+android.view.DisplayInfo
+android.view.DisplayInfo$1
+android.view.DisplayListCanvas
+android.view.FallbackEventHandler
+android.view.FocusFinder
+android.view.FocusFinder$1
+android.view.FocusFinder$FocusSorter
+android.view.FocusFinder$UserSpecifiedFocusComparator
+android.view.FocusFinder$UserSpecifiedFocusComparator$NextFocusGetter
+android.view.FrameInfo
+android.view.FrameMetrics
+android.view.FrameMetricsObserver
+android.view.FrameStats
+android.view.GestureDetector
+android.view.GestureDetector$GestureHandler
+android.view.GestureDetector$OnContextClickListener
+android.view.GestureDetector$OnDoubleTapListener
+android.view.GestureDetector$OnGestureListener
+android.view.GestureDetector$SimpleOnGestureListener
+android.view.Gravity
+android.view.HandlerActionQueue
+android.view.HandlerActionQueue$HandlerAction
+android.view.HardwareLayer
+android.view.IGraphicsStats
+android.view.IGraphicsStats$Stub
+android.view.IGraphicsStats$Stub$Proxy
+android.view.IGraphicsStatsCallback
+android.view.IGraphicsStatsCallback$Stub
+android.view.IRotationWatcher
+android.view.IRotationWatcher$Stub
+android.view.IWindow
+android.view.IWindow$Stub
+android.view.IWindowManager
+android.view.IWindowManager$Stub
+android.view.IWindowManager$Stub$Proxy
+android.view.IWindowSession
+android.view.IWindowSession$Stub
+android.view.IWindowSession$Stub$Proxy
+android.view.IWindowSessionCallback
+android.view.IWindowSessionCallback$Stub
+android.view.InflateException
+android.view.InputChannel
+android.view.InputChannel$1
+android.view.InputDevice
+android.view.InputDevice$1
+android.view.InputDevice$MotionRange
+android.view.InputEvent
+android.view.InputEvent$1
+android.view.InputEventConsistencyVerifier
+android.view.InputEventReceiver
+android.view.InputEventSender
+android.view.InputQueue
+android.view.InputQueue$Callback
+android.view.InputQueue$FinishedInputEventCallback
+android.view.KeyCharacterMap
+android.view.KeyCharacterMap$1
+android.view.KeyCharacterMap$FallbackAction
+android.view.KeyEvent
+android.view.KeyEvent$1
+android.view.KeyEvent$Callback
+android.view.KeyEvent$DispatcherState
+android.view.LayoutInflater
+android.view.LayoutInflater$Factory
+android.view.LayoutInflater$Factory2
+android.view.LayoutInflater$FactoryMerger
+android.view.LayoutInflater$Filter
+android.view.Menu
+android.view.MenuInflater
+android.view.MenuInflater$MenuState
+android.view.MenuItem
+android.view.MenuItem$OnActionExpandListener
+android.view.MenuItem$OnMenuItemClickListener
+android.view.MotionEvent
+android.view.MotionEvent$1
+android.view.MotionEvent$PointerCoords
+android.view.MotionEvent$PointerProperties
+android.view.OrientationEventListener
+android.view.OrientationEventListener$SensorEventListenerImpl
+android.view.PointerIcon
+android.view.PointerIcon$1
+android.view.RecordingCanvas
+android.view.RenderNode
+android.view.RenderNode$NoImagePreloadHolder
+android.view.RenderNodeAnimator
+android.view.RenderNodeAnimator$1
+android.view.RenderNodeAnimatorSetHelper
+android.view.ScaleGestureDetector
+android.view.ScaleGestureDetector$1
+android.view.ScaleGestureDetector$OnScaleGestureListener
+android.view.ScaleGestureDetector$SimpleOnScaleGestureListener
+android.view.SearchEvent
+android.view.SubMenu
+android.view.Surface
+android.view.Surface$1
+android.view.Surface$CompatibleCanvas
+android.view.Surface$OutOfResourcesException
+android.view.SurfaceControl
+android.view.SurfaceControl$PhysicalDisplayInfo
+android.view.SurfaceHolder
+android.view.SurfaceHolder$Callback
+android.view.SurfaceHolder$Callback2
+android.view.SurfaceSession
+android.view.SurfaceView
+android.view.SurfaceView$1
+android.view.SurfaceView$2
+android.view.SurfaceView$3
+android.view.SurfaceView$SurfaceControlWithBackground
+android.view.TextureView
+android.view.TextureView$1
+android.view.TextureView$SurfaceTextureListener
+android.view.ThreadedRenderer
+android.view.ThreadedRenderer$DrawCallbacks
+android.view.ThreadedRenderer$ProcessInitializer
+android.view.ThreadedRenderer$ProcessInitializer$1
+android.view.TouchDelegate
+android.view.VelocityTracker
+android.view.VelocityTracker$Estimator
+android.view.View
+android.view.View$1
+android.view.View$10
+android.view.View$11
+android.view.View$12
+android.view.View$2
+android.view.View$3
+android.view.View$4
+android.view.View$5
+android.view.View$6
+android.view.View$7
+android.view.View$8
+android.view.View$9
+android.view.View$AccessibilityDelegate
+android.view.View$AttachInfo
+android.view.View$AttachInfo$Callbacks
+android.view.View$BaseSavedState
+android.view.View$BaseSavedState$1
+android.view.View$CheckForTap
+android.view.View$ForegroundInfo
+android.view.View$ListenerInfo
+android.view.View$MatchLabelForPredicate
+android.view.View$MeasureSpec
+android.view.View$OnApplyWindowInsetsListener
+android.view.View$OnAttachStateChangeListener
+android.view.View$OnClickListener
+android.view.View$OnCreateContextMenuListener
+android.view.View$OnDragListener
+android.view.View$OnFocusChangeListener
+android.view.View$OnHoverListener
+android.view.View$OnKeyListener
+android.view.View$OnLayoutChangeListener
+android.view.View$OnLongClickListener
+android.view.View$OnSystemUiVisibilityChangeListener
+android.view.View$OnTouchListener
+android.view.View$PerformClick
+android.view.View$ScrollabilityCache
+android.view.View$SendViewScrolledAccessibilityEvent
+android.view.View$TooltipInfo
+android.view.View$TransformationInfo
+android.view.View$UnsetPressedState
+android.view.View$VisibilityChangeForAutofillHandler
+android.view.ViewConfiguration
+android.view.ViewDebug$HierarchyHandler
+android.view.ViewGroup
+android.view.ViewGroup$1
+android.view.ViewGroup$2
+android.view.ViewGroup$LayoutParams
+android.view.ViewGroup$MarginLayoutParams
+android.view.ViewGroup$OnHierarchyChangeListener
+android.view.ViewGroup$TouchTarget
+android.view.ViewGroupOverlay
+android.view.ViewManager
+android.view.ViewOutlineProvider
+android.view.ViewOutlineProvider$1
+android.view.ViewOutlineProvider$2
+android.view.ViewOutlineProvider$3
+android.view.ViewOverlay
+android.view.ViewOverlay$OverlayViewGroup
+android.view.ViewParent
+android.view.ViewPropertyAnimator
+android.view.ViewPropertyAnimator$1
+android.view.ViewPropertyAnimator$AnimatorEventListener
+android.view.ViewPropertyAnimator$NameValuesHolder
+android.view.ViewPropertyAnimator$PropertyBundle
+android.view.ViewRootImpl
+android.view.ViewRootImpl$1
+android.view.ViewRootImpl$4
+android.view.ViewRootImpl$AccessibilityInteractionConnection
+android.view.ViewRootImpl$AccessibilityInteractionConnectionManager
+android.view.ViewRootImpl$ActivityConfigCallback
+android.view.ViewRootImpl$AsyncInputStage
+android.view.ViewRootImpl$ConfigChangedCallback
+android.view.ViewRootImpl$ConsumeBatchedInputImmediatelyRunnable
+android.view.ViewRootImpl$ConsumeBatchedInputRunnable
+android.view.ViewRootImpl$EarlyPostImeInputStage
+android.view.ViewRootImpl$HighContrastTextManager
+android.view.ViewRootImpl$ImeInputStage
+android.view.ViewRootImpl$InputStage
+android.view.ViewRootImpl$InvalidateOnAnimationRunnable
+android.view.ViewRootImpl$NativePostImeInputStage
+android.view.ViewRootImpl$NativePreImeInputStage
+android.view.ViewRootImpl$QueuedInputEvent
+android.view.ViewRootImpl$SendWindowContentChangedAccessibilityEvent
+android.view.ViewRootImpl$SyntheticInputStage
+android.view.ViewRootImpl$SyntheticJoystickHandler
+android.view.ViewRootImpl$SyntheticKeyboardHandler
+android.view.ViewRootImpl$SyntheticTouchNavigationHandler
+android.view.ViewRootImpl$SyntheticTouchNavigationHandler$1
+android.view.ViewRootImpl$SyntheticTrackballHandler
+android.view.ViewRootImpl$SystemUiVisibilityInfo
+android.view.ViewRootImpl$TrackballAxis
+android.view.ViewRootImpl$TraversalRunnable
+android.view.ViewRootImpl$ViewPostImeInputStage
+android.view.ViewRootImpl$ViewPreImeInputStage
+android.view.ViewRootImpl$ViewRootHandler
+android.view.ViewRootImpl$W
+android.view.ViewRootImpl$WindowInputEventReceiver
+android.view.ViewRootImpl$WindowStoppedCallback
+android.view.ViewStructure
+android.view.ViewStub
+android.view.ViewTreeObserver
+android.view.ViewTreeObserver$CopyOnWriteArray
+android.view.ViewTreeObserver$CopyOnWriteArray$Access
+android.view.ViewTreeObserver$InternalInsetsInfo
+android.view.ViewTreeObserver$OnGlobalFocusChangeListener
+android.view.ViewTreeObserver$OnGlobalLayoutListener
+android.view.ViewTreeObserver$OnPreDrawListener
+android.view.ViewTreeObserver$OnScrollChangedListener
+android.view.ViewTreeObserver$OnTouchModeChangeListener
+android.view.Window
+android.view.Window$Callback
+android.view.Window$OnWindowDismissedCallback
+android.view.Window$OnWindowSwipeDismissedCallback
+android.view.Window$WindowControllerCallback
+android.view.WindowAnimationFrameStats
+android.view.WindowAnimationFrameStats$1
+android.view.WindowCallbacks
+android.view.WindowContentFrameStats
+android.view.WindowContentFrameStats$1
+android.view.WindowInsets
+android.view.WindowLeaked
+android.view.WindowManager
+android.view.WindowManager$BadTokenException
+android.view.WindowManager$LayoutParams
+android.view.WindowManager$LayoutParams$1
+android.view.WindowManagerGlobal
+android.view.WindowManagerGlobal$1
+android.view.WindowManagerGlobal$2
+android.view.WindowManagerImpl
+android.view.accessibility.-$Lambda$T3m_l9_RA18vCOcakSWp1lZCy5g$1
+android.view.accessibility.AccessibilityEvent
+android.view.accessibility.AccessibilityEvent$1
+android.view.accessibility.AccessibilityEventSource
+android.view.accessibility.AccessibilityManager
+android.view.accessibility.AccessibilityManager$1
+android.view.accessibility.AccessibilityManager$AccessibilityStateChangeListener
+android.view.accessibility.AccessibilityManager$HighTextContrastChangeListener
+android.view.accessibility.AccessibilityManager$MyCallback
+android.view.accessibility.AccessibilityManager$TouchExplorationStateChangeListener
+android.view.accessibility.AccessibilityNodeInfo
+android.view.accessibility.AccessibilityNodeInfo$1
+android.view.accessibility.AccessibilityNodeProvider
+android.view.accessibility.AccessibilityRecord
+android.view.accessibility.CaptioningManager
+android.view.accessibility.CaptioningManager$1
+android.view.accessibility.CaptioningManager$CaptioningChangeListener
+android.view.accessibility.CaptioningManager$MyContentObserver
+android.view.accessibility.IAccessibilityInteractionConnection
+android.view.accessibility.IAccessibilityInteractionConnection$Stub
+android.view.accessibility.IAccessibilityInteractionConnectionCallback
+android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub
+android.view.accessibility.IAccessibilityInteractionConnectionCallback$Stub$Proxy
+android.view.accessibility.IAccessibilityManager
+android.view.accessibility.IAccessibilityManager$Stub
+android.view.accessibility.IAccessibilityManager$Stub$Proxy
+android.view.accessibility.IAccessibilityManagerClient
+android.view.accessibility.IAccessibilityManagerClient$Stub
+android.view.animation.AccelerateDecelerateInterpolator
+android.view.animation.AccelerateInterpolator
+android.view.animation.AlphaAnimation
+android.view.animation.Animation
+android.view.animation.Animation$1
+android.view.animation.Animation$2
+android.view.animation.Animation$3
+android.view.animation.Animation$AnimationListener
+android.view.animation.Animation$Description
+android.view.animation.AnimationSet
+android.view.animation.AnimationUtils
+android.view.animation.AnimationUtils$1
+android.view.animation.AnimationUtils$AnimationState
+android.view.animation.BaseInterpolator
+android.view.animation.DecelerateInterpolator
+android.view.animation.Interpolator
+android.view.animation.LayoutAnimationController
+android.view.animation.LinearInterpolator
+android.view.animation.OvershootInterpolator
+android.view.animation.PathInterpolator
+android.view.animation.Transformation
+android.view.animation.TranslateAnimation
+android.view.autofill.AutofillId$1
+android.view.autofill.AutofillManager
+android.view.autofill.AutofillManager$AutofillClient
+android.view.autofill.AutofillManager$AutofillManagerClient
+android.view.autofill.AutofillValue$1
+android.view.autofill.IAutoFillManager
+android.view.autofill.IAutoFillManager$Stub
+android.view.autofill.IAutoFillManager$Stub$Proxy
+android.view.autofill.IAutoFillManagerClient
+android.view.autofill.IAutoFillManagerClient$Stub
+android.view.autofill.IAutofillWindowPresenter
+android.view.inputmethod.BaseInputConnection
+android.view.inputmethod.ComposingText
+android.view.inputmethod.CursorAnchorInfo$Builder
+android.view.inputmethod.EditorInfo
+android.view.inputmethod.EditorInfo$1
+android.view.inputmethod.ExtractedText$1
+android.view.inputmethod.InputConnection
+android.view.inputmethod.InputMethodInfo$1
+android.view.inputmethod.InputMethodManager
+android.view.inputmethod.InputMethodManager$1
+android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper
+android.view.inputmethod.InputMethodManager$FinishedInputEventCallback
+android.view.inputmethod.InputMethodManager$H
+android.view.inputmethod.InputMethodManager$ImeInputEventSender
+android.view.inputmethod.InputMethodManager$PendingEvent
+android.view.inputmethod.InputMethodSubtype$1
+android.view.inputmethod.InputMethodSubtypeArray
+android.view.textclassifier.TextClassificationManager
+android.view.textservice.TextServicesManager
+android.webkit.IWebViewUpdateService
+android.webkit.IWebViewUpdateService$Stub
+android.webkit.IWebViewUpdateService$Stub$Proxy
+android.webkit.WebSyncManager
+android.webkit.WebViewFactory
+android.webkit.WebViewFactory$MissingWebViewPackageException
+android.webkit.WebViewLibraryLoader
+android.webkit.WebViewProviderResponse$1
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4
+android.widget.-$Lambda$ISuHLqeK-K4pmesAfzlFglc3xF4$1
+android.widget.AbsListView
+android.widget.AbsListView$AdapterDataSetObserver
+android.widget.AbsListView$LayoutParams
+android.widget.AbsListView$OnScrollListener
+android.widget.AbsListView$RecycleBin
+android.widget.AbsListView$SavedState$1
+android.widget.AbsSeekBar
+android.widget.AbsoluteLayout
+android.widget.ActionMenuPresenter
+android.widget.ActionMenuPresenter$1
+android.widget.ActionMenuPresenter$2
+android.widget.ActionMenuPresenter$OverflowMenuButton
+android.widget.ActionMenuPresenter$OverflowMenuButton$1
+android.widget.ActionMenuPresenter$PopupPresenterCallback
+android.widget.ActionMenuView
+android.widget.ActionMenuView$ActionMenuChildView
+android.widget.ActionMenuView$LayoutParams
+android.widget.ActionMenuView$MenuBuilderCallback
+android.widget.ActionMenuView$OnMenuItemClickListener
+android.widget.Adapter
+android.widget.AdapterView
+android.widget.AdapterView$AdapterDataSetObserver
+android.widget.AdapterView$OnItemClickListener
+android.widget.AdapterView$OnItemSelectedListener
+android.widget.ArrayAdapter
+android.widget.AutoCompleteTextView
+android.widget.AutoCompleteTextView$DropDownItemClickListener
+android.widget.AutoCompleteTextView$MyWatcher
+android.widget.AutoCompleteTextView$PassThroughClickListener
+android.widget.BaseAdapter
+android.widget.Button
+android.widget.CheckBox
+android.widget.Checkable
+android.widget.CompoundButton$OnCheckedChangeListener
+android.widget.EdgeEffect
+android.widget.EditText
+android.widget.Editor
+android.widget.Editor$1
+android.widget.Editor$2
+android.widget.Editor$Blink
+android.widget.Editor$CursorAnchorInfoNotifier
+android.widget.Editor$CursorController
+android.widget.Editor$InputContentType
+android.widget.Editor$InputMethodState
+android.widget.Editor$InsertionPointCursorController
+android.widget.Editor$PositionListener
+android.widget.Editor$ProcessTextIntentActionsHandler
+android.widget.Editor$SelectionModifierCursorController
+android.widget.Editor$SpanController
+android.widget.Editor$SuggestionHelper
+android.widget.Editor$SuggestionHelper$SuggestionSpanComparator
+android.widget.Editor$TextRenderNode
+android.widget.Editor$TextViewPositionListener
+android.widget.Editor$UndoInputFilter
+android.widget.FastScroller$1
+android.widget.FastScroller$2
+android.widget.FastScroller$3
+android.widget.FastScroller$4
+android.widget.FastScroller$5
+android.widget.FastScroller$6
+android.widget.Filter$FilterListener
+android.widget.Filterable
+android.widget.ForwardingListener
+android.widget.FrameLayout
+android.widget.FrameLayout$LayoutParams
+android.widget.GridLayout$1
+android.widget.GridLayout$2
+android.widget.GridLayout$3
+android.widget.GridLayout$4
+android.widget.GridLayout$5
+android.widget.GridLayout$6
+android.widget.GridLayout$6$1
+android.widget.GridLayout$7
+android.widget.GridLayout$8
+android.widget.GridLayout$Alignment
+android.widget.GridLayout$Arc
+android.widget.GridLayout$Assoc
+android.widget.GridLayout$Bounds
+android.widget.GridLayout$Interval
+android.widget.GridLayout$MutableInt
+android.widget.GridLayout$PackedMap
+android.widget.HorizontalScrollView
+android.widget.HorizontalScrollView$SavedState$1
+android.widget.ImageButton
+android.widget.ImageView
+android.widget.ImageView$ScaleType
+android.widget.LinearLayout
+android.widget.LinearLayout$LayoutParams
+android.widget.ListAdapter
+android.widget.ListPopupWindow
+android.widget.ListPopupWindow$ListSelectorHider
+android.widget.ListPopupWindow$PopupScrollListener
+android.widget.ListPopupWindow$PopupTouchInterceptor
+android.widget.ListPopupWindow$ResizePopupRunnable
+android.widget.ListView
+android.widget.ListView$ArrowScrollFocusResult
+android.widget.ListView$FixedViewInfo
+android.widget.OverScroller
+android.widget.OverScroller$SplineOverScroller
+android.widget.PopupWindow$1
+android.widget.PopupWindow$2
+android.widget.PopupWindow$OnDismissListener
+android.widget.ProgressBar
+android.widget.ProgressBar$1
+android.widget.ProgressBar$AccessibilityEventSender
+android.widget.ProgressBar$SavedState$1
+android.widget.RelativeLayout
+android.widget.RelativeLayout$DependencyGraph
+android.widget.RelativeLayout$DependencyGraph$Node
+android.widget.RelativeLayout$LayoutParams
+android.widget.RelativeLayout$TopToBottomLeftToRightComparator
+android.widget.RemoteViews$1
+android.widget.RemoteViews$2
+android.widget.RemoteViews$3
+android.widget.RemoteViews$Action
+android.widget.RemoteViews$BitmapCache
+android.widget.RemoteViews$LayoutParamAction
+android.widget.RemoteViews$MemoryUsageCounter
+android.widget.RemoteViews$MutablePair
+android.widget.RemoteViews$OnClickHandler
+android.widget.RemoteViews$ReflectionAction
+android.widget.RemoteViews$RemoteView
+android.widget.RemoteViews$RuntimeAction
+android.widget.RemoteViews$SetDrawableParameters
+android.widget.RemoteViewsAdapter$RemoteAdapterConnectionCallback
+android.widget.RtlSpacingHelper
+android.widget.ScrollBarDrawable
+android.widget.ScrollView
+android.widget.Scroller
+android.widget.Scroller$ViscousFluidInterpolator
+android.widget.SectionIndexer
+android.widget.SeekBar
+android.widget.SeekBar$OnSeekBarChangeListener
+android.widget.Space
+android.widget.SpinnerAdapter
+android.widget.Switch$1
+android.widget.TextView
+android.widget.TextView$BufferType
+android.widget.TextView$ChangeWatcher
+android.widget.TextView$CharWrapper
+android.widget.TextView$Drawables
+android.widget.TextView$OnEditorActionListener
+android.widget.TextView$SavedState$1
+android.widget.ThemedSpinnerAdapter
+android.widget.Toolbar
+android.widget.Toolbar$1
+android.widget.Toolbar$2
+android.widget.Toolbar$ExpandedActionViewMenuPresenter
+android.widget.Toolbar$LayoutParams
+android.widget.Toolbar$OnMenuItemClickListener
+android.widget.Toolbar$SavedState$1
+android.widget.ViewAnimator
+android.widget.WrapperListAdapter
+com.android.i18n.phonenumbers.AlternateFormatsCountryCodeSet
+com.android.i18n.phonenumbers.CountryCodeToRegionCodeMap
+com.android.i18n.phonenumbers.MetadataLoader
+com.android.i18n.phonenumbers.MetadataManager$1
+com.android.i18n.phonenumbers.MetadataSource
+com.android.i18n.phonenumbers.MultiFileMetadataSourceImpl
+com.android.i18n.phonenumbers.RegexCache
+com.android.i18n.phonenumbers.RegexCache$LRUCache
+com.android.i18n.phonenumbers.RegexCache$LRUCache$1
+com.android.i18n.phonenumbers.ShortNumbersRegionCodeSet
+com.android.ims.ImsException
+com.android.internal.R$styleable
+com.android.internal.app.AlertController$AlertParams
+com.android.internal.app.IAppOpsCallback
+com.android.internal.app.IAppOpsCallback$Stub
+com.android.internal.app.IAppOpsService
+com.android.internal.app.IAppOpsService$Stub
+com.android.internal.app.IAppOpsService$Stub$Proxy
+com.android.internal.app.IBatteryStats
+com.android.internal.app.IBatteryStats$Stub
+com.android.internal.app.IBatteryStats$Stub$Proxy
+com.android.internal.app.IVoiceInteractionManagerService
+com.android.internal.app.IVoiceInteractionManagerService$Stub
+com.android.internal.app.IVoiceInteractor
+com.android.internal.app.IVoiceInteractor$Stub
+com.android.internal.app.NightDisplayController
+com.android.internal.appwidget.IAppWidgetService
+com.android.internal.appwidget.IAppWidgetService$Stub
+com.android.internal.appwidget.IAppWidgetService$Stub$Proxy
+com.android.internal.content.NativeLibraryHelper
+com.android.internal.content.ReferrerIntent
+com.android.internal.content.ReferrerIntent$1
+com.android.internal.graphics.drawable.AnimationScaleListDrawable
+com.android.internal.graphics.drawable.AnimationScaleListDrawable$AnimationScaleListState
+com.android.internal.logging.AndroidConfig
+com.android.internal.logging.AndroidHandler
+com.android.internal.logging.AndroidHandler$1
+com.android.internal.logging.EventLogTags
+com.android.internal.logging.MetricsLogger
+com.android.internal.net.NetworkStatsFactory
+com.android.internal.os.AndroidPrintStream
+com.android.internal.os.BatteryStatsImpl$1
+com.android.internal.os.BatteryStatsImpl$Clocks
+com.android.internal.os.BatteryStatsImpl$ControllerActivityCounterImpl
+com.android.internal.os.BatteryStatsImpl$Counter
+com.android.internal.os.BatteryStatsImpl$DualTimer
+com.android.internal.os.BatteryStatsImpl$DurationTimer
+com.android.internal.os.BatteryStatsImpl$LongSamplingCounter
+com.android.internal.os.BatteryStatsImpl$LongSamplingCounterArray
+com.android.internal.os.BatteryStatsImpl$OverflowArrayMap
+com.android.internal.os.BatteryStatsImpl$SamplingTimer
+com.android.internal.os.BatteryStatsImpl$StopwatchTimer
+com.android.internal.os.BatteryStatsImpl$SystemClocks
+com.android.internal.os.BatteryStatsImpl$TimeBase
+com.android.internal.os.BatteryStatsImpl$TimeBaseObs
+com.android.internal.os.BatteryStatsImpl$Timer
+com.android.internal.os.BatteryStatsImpl$Uid
+com.android.internal.os.BatteryStatsImpl$Uid$1
+com.android.internal.os.BatteryStatsImpl$Uid$2
+com.android.internal.os.BatteryStatsImpl$Uid$3
+com.android.internal.os.BatteryStatsImpl$Uid$Pkg
+com.android.internal.os.BatteryStatsImpl$Uid$Pkg$Serv
+com.android.internal.os.BatteryStatsImpl$Uid$Proc
+com.android.internal.os.BatteryStatsImpl$Uid$Sensor
+com.android.internal.os.BatteryStatsImpl$Uid$Wakelock
+com.android.internal.os.BinderInternal
+com.android.internal.os.BinderInternal$GcWatcher
+com.android.internal.os.ClassLoaderFactory
+com.android.internal.os.FuseAppLoop
+com.android.internal.os.FuseAppLoop$1
+com.android.internal.os.FuseUnavailableMountException
+com.android.internal.os.HandlerCaller
+com.android.internal.os.HandlerCaller$Callback
+com.android.internal.os.HandlerCaller$MyHandler
+com.android.internal.os.IResultReceiver
+com.android.internal.os.IResultReceiver$Stub
+com.android.internal.os.IResultReceiver$Stub$Proxy
+com.android.internal.os.KernelMemoryBandwidthStats
+com.android.internal.os.KernelUidCpuFreqTimeReader
+com.android.internal.os.KernelUidCpuTimeReader
+com.android.internal.os.KernelWakelockStats
+com.android.internal.os.LoggingPrintStream
+com.android.internal.os.LoggingPrintStream$1
+com.android.internal.os.PowerProfile$CpuClusterKey
+com.android.internal.os.RoSystemProperties
+com.android.internal.os.RuntimeInit
+com.android.internal.os.RuntimeInit$1
+com.android.internal.os.RuntimeInit$Arguments
+com.android.internal.os.RuntimeInit$KillApplicationHandler
+com.android.internal.os.RuntimeInit$LoggingHandler
+com.android.internal.os.RuntimeInit$MethodAndArgsCaller
+com.android.internal.os.SomeArgs
+com.android.internal.os.Zygote
+com.android.internal.os.ZygoteConnection
+com.android.internal.os.ZygoteConnection$Arguments
+com.android.internal.os.ZygoteInit
+com.android.internal.os.ZygoteServer
+com.android.internal.policy.DecorContext
+com.android.internal.policy.DecorView
+com.android.internal.policy.DecorView$1
+com.android.internal.policy.DecorView$ColorViewAttributes
+com.android.internal.policy.DecorView$ColorViewState
+com.android.internal.policy.PhoneFallbackEventHandler
+com.android.internal.policy.PhoneLayoutInflater
+com.android.internal.policy.PhoneWindow
+com.android.internal.policy.PhoneWindow$1
+com.android.internal.policy.PhoneWindow$PanelFeatureState
+com.android.internal.policy.PhoneWindow$PanelFeatureState$SavedState$1
+com.android.internal.policy.PhoneWindow$PhoneWindowMenuCallback
+com.android.internal.policy.PhoneWindow$RotationWatcher
+com.android.internal.policy.PhoneWindow$RotationWatcher$1
+com.android.internal.telecom.ITelecomService
+com.android.internal.telecom.ITelecomService$Stub
+com.android.internal.telecom.ITelecomService$Stub$Proxy
+com.android.internal.telephony.ICarrierConfigLoader
+com.android.internal.telephony.ICarrierConfigLoader$Stub
+com.android.internal.telephony.ICarrierConfigLoader$Stub$Proxy
+com.android.internal.telephony.IOnSubscriptionsChangedListener
+com.android.internal.telephony.IOnSubscriptionsChangedListener$Stub
+com.android.internal.telephony.IPhoneStateListener
+com.android.internal.telephony.IPhoneStateListener$Stub
+com.android.internal.telephony.IPhoneSubInfo
+com.android.internal.telephony.IPhoneSubInfo$Stub
+com.android.internal.telephony.IPhoneSubInfo$Stub$Proxy
+com.android.internal.telephony.ISms
+com.android.internal.telephony.ISms$Stub
+com.android.internal.telephony.ISub
+com.android.internal.telephony.ISub$Stub
+com.android.internal.telephony.ISub$Stub$Proxy
+com.android.internal.telephony.ITelephony
+com.android.internal.telephony.ITelephony$Stub
+com.android.internal.telephony.ITelephony$Stub$Proxy
+com.android.internal.telephony.ITelephonyRegistry
+com.android.internal.telephony.ITelephonyRegistry$Stub
+com.android.internal.telephony.ITelephonyRegistry$Stub$Proxy
+com.android.internal.telephony.PhoneConstants$State
+com.android.internal.util.ArrayUtils
+com.android.internal.util.BitUtils
+com.android.internal.util.ExponentiallyBucketedHistogram
+com.android.internal.util.FastMath
+com.android.internal.util.FastPrintWriter
+com.android.internal.util.FastPrintWriter$DummyWriter
+com.android.internal.util.FastXmlSerializer
+com.android.internal.util.GrowingArrayUtils
+com.android.internal.util.IntPair
+com.android.internal.util.LineBreakBufferedWriter
+com.android.internal.util.Preconditions
+com.android.internal.util.State
+com.android.internal.util.StateMachine
+com.android.internal.util.StateMachine$LogRec
+com.android.internal.util.StateMachine$LogRecords
+com.android.internal.util.StateMachine$SmHandler$HaltingState
+com.android.internal.util.StateMachine$SmHandler$QuittingState
+com.android.internal.util.StateMachine$SmHandler$StateInfo
+com.android.internal.util.VirtualRefBasePtr
+com.android.internal.util.XmlUtils
+com.android.internal.util.XmlUtils$WriteMapCallback
+com.android.internal.view.ActionBarPolicy
+com.android.internal.view.IInputConnectionWrapper
+com.android.internal.view.IInputConnectionWrapper$MyHandler
+com.android.internal.view.IInputContext
+com.android.internal.view.IInputContext$Stub
+com.android.internal.view.IInputContextCallback
+com.android.internal.view.IInputContextCallback$Stub
+com.android.internal.view.IInputMethodClient
+com.android.internal.view.IInputMethodClient$Stub
+com.android.internal.view.IInputMethodManager
+com.android.internal.view.IInputMethodManager$Stub
+com.android.internal.view.IInputMethodManager$Stub$Proxy
+com.android.internal.view.IInputMethodSession
+com.android.internal.view.IInputMethodSession$Stub
+com.android.internal.view.IInputMethodSession$Stub$Proxy
+com.android.internal.view.InputBindResult
+com.android.internal.view.InputBindResult$1
+com.android.internal.view.RootViewSurfaceTaker
+com.android.internal.view.SurfaceCallbackHelper
+com.android.internal.view.SurfaceCallbackHelper$1
+com.android.internal.view.animation.FallbackLUTInterpolator
+com.android.internal.view.animation.HasNativeInterpolator
+com.android.internal.view.animation.NativeInterpolatorFactory
+com.android.internal.view.animation.NativeInterpolatorFactoryHelper
+com.android.internal.view.menu.ActionMenuItem
+com.android.internal.view.menu.BaseMenuPresenter
+com.android.internal.view.menu.MenuBuilder$Callback
+com.android.internal.view.menu.MenuBuilder$ItemInvoker
+com.android.internal.view.menu.MenuPresenter
+com.android.internal.view.menu.MenuPresenter$Callback
+com.android.internal.view.menu.MenuView
+com.android.internal.view.menu.ShowableListMenu
+com.android.internal.widget.AbsActionBarView$VisibilityAnimListener
+com.android.internal.widget.ActionBarContainer
+com.android.internal.widget.ActionBarContainer$ActionBarBackgroundDrawable
+com.android.internal.widget.ActionBarContextView
+com.android.internal.widget.ActionBarOverlayLayout$1
+com.android.internal.widget.ActionBarOverlayLayout$2
+com.android.internal.widget.ActionBarOverlayLayout$3
+com.android.internal.widget.ActionBarOverlayLayout$4
+com.android.internal.widget.ActionBarOverlayLayout$5
+com.android.internal.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback
+com.android.internal.widget.ActionBarOverlayLayout$LayoutParams
+com.android.internal.widget.BackgroundFallback
+com.android.internal.widget.DecorContentParent
+com.android.internal.widget.DecorToolbar
+com.android.internal.widget.EditableInputConnection
+com.android.internal.widget.LockPatternUtils
+com.android.internal.widget.ScrollBarUtils
+com.android.internal.widget.ToolbarWidgetWrapper
+com.android.internal.widget.ToolbarWidgetWrapper$1
+com.android.okhttp.Address
+com.android.okhttp.Authenticator
+com.android.okhttp.CacheControl$Builder
+com.android.okhttp.CertificatePinner$Builder
+com.android.okhttp.CipherSuite
+com.android.okhttp.ConfigAwareConnectionPool
+com.android.okhttp.ConfigAwareConnectionPool$1
+com.android.okhttp.Connection
+com.android.okhttp.ConnectionPool$1
+com.android.okhttp.ConnectionSpec
+com.android.okhttp.ConnectionSpec$Builder
+com.android.okhttp.Dispatcher
+com.android.okhttp.Dns$1
+com.android.okhttp.Handshake
+com.android.okhttp.Headers
+com.android.okhttp.Headers$Builder
+com.android.okhttp.HttpHandler
+com.android.okhttp.HttpHandler$CleartextURLFilter
+com.android.okhttp.HttpUrl$Builder
+com.android.okhttp.HttpsHandler
+com.android.okhttp.OkHttpClient$1
+com.android.okhttp.OkUrlFactory
+com.android.okhttp.Protocol
+com.android.okhttp.Request
+com.android.okhttp.Request$Builder
+com.android.okhttp.RequestBody
+com.android.okhttp.RequestBody$2
+com.android.okhttp.Response
+com.android.okhttp.Response$Builder
+com.android.okhttp.ResponseBody
+com.android.okhttp.Route
+com.android.okhttp.TlsVersion
+com.android.okhttp.internal.ConnectionSpecSelector
+com.android.okhttp.internal.OptionalMethod
+com.android.okhttp.internal.RouteDatabase
+com.android.okhttp.internal.URLFilter
+com.android.okhttp.internal.Util$1
+com.android.okhttp.internal.http.CacheStrategy
+com.android.okhttp.internal.http.CacheStrategy$Factory
+com.android.okhttp.internal.http.Http1xStream
+com.android.okhttp.internal.http.Http1xStream$AbstractSource
+com.android.okhttp.internal.http.Http1xStream$ChunkedSource
+com.android.okhttp.internal.http.Http1xStream$FixedLengthSource
+com.android.okhttp.internal.http.HttpEngine$1
+com.android.okhttp.internal.http.HttpMethod
+com.android.okhttp.internal.http.HttpStream
+com.android.okhttp.internal.http.OkHeaders$1
+com.android.okhttp.internal.http.RealResponseBody
+com.android.okhttp.internal.http.RequestException
+com.android.okhttp.internal.http.RequestLine
+com.android.okhttp.internal.http.RetryableSink
+com.android.okhttp.internal.http.RouteSelector
+com.android.okhttp.internal.http.StatusLine
+com.android.okhttp.internal.http.StreamAllocation
+com.android.okhttp.internal.huc.DelegatingHttpsURLConnection
+com.android.okhttp.internal.huc.HttpsURLConnectionImpl
+com.android.okhttp.internal.tls.OkHostnameVerifier
+com.android.okhttp.okio.AsyncTimeout$1
+com.android.okhttp.okio.AsyncTimeout$2
+com.android.okhttp.okio.AsyncTimeout$Watchdog
+com.android.okhttp.okio.BufferedSink
+com.android.okhttp.okio.BufferedSource
+com.android.okhttp.okio.ForwardingTimeout
+com.android.okhttp.okio.GzipSource
+com.android.okhttp.okio.InflaterSource
+com.android.okhttp.okio.Okio$1
+com.android.okhttp.okio.Okio$2
+com.android.okhttp.okio.Okio$3
+com.android.okhttp.okio.RealBufferedSink
+com.android.okhttp.okio.RealBufferedSink$1
+com.android.okhttp.okio.RealBufferedSource
+com.android.okhttp.okio.RealBufferedSource$1
+com.android.okhttp.okio.Segment
+com.android.okhttp.okio.Sink
+com.android.okhttp.okio.Source
+com.android.okhttp.okio.Timeout$1
+com.android.org.bouncycastle.asn1.ASN1Encodable
+com.android.org.bouncycastle.asn1.ASN1Object
+com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier
+com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle
+com.android.org.bouncycastle.asn1.ASN1Primitive
+com.android.org.bouncycastle.asn1.OIDTokenizer
+com.android.org.bouncycastle.asn1.bc.BCObjectIdentifiers
+com.android.org.bouncycastle.asn1.iana.IANAObjectIdentifiers
+com.android.org.bouncycastle.asn1.misc.MiscObjectIdentifiers
+com.android.org.bouncycastle.asn1.nist.NISTObjectIdentifiers
+com.android.org.bouncycastle.asn1.oiw.OIWObjectIdentifiers
+com.android.org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
+com.android.org.bouncycastle.asn1.x509.X509ObjectIdentifiers
+com.android.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
+com.android.org.bouncycastle.crypto.CipherParameters
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DH
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DH$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.DSA$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.EC
+com.android.org.bouncycastle.jcajce.provider.asymmetric.EC$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA
+com.android.org.bouncycastle.jcajce.provider.asymmetric.RSA$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.X509$Mappings
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dh.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.DSAUtil
+com.android.org.bouncycastle.jcajce.provider.asymmetric.dsa.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi$EC
+com.android.org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
+com.android.org.bouncycastle.jcajce.provider.config.ConfigurableProvider
+com.android.org.bouncycastle.jcajce.provider.config.ProviderConfiguration
+com.android.org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission
+com.android.org.bouncycastle.jcajce.provider.digest.DigestAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.digest.MD5
+com.android.org.bouncycastle.jcajce.provider.digest.MD5$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA1
+com.android.org.bouncycastle.jcajce.provider.digest.SHA1$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA224
+com.android.org.bouncycastle.jcajce.provider.digest.SHA224$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA256
+com.android.org.bouncycastle.jcajce.provider.digest.SHA256$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA384
+com.android.org.bouncycastle.jcajce.provider.digest.SHA384$Mappings
+com.android.org.bouncycastle.jcajce.provider.digest.SHA512
+com.android.org.bouncycastle.jcajce.provider.digest.SHA512$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.BC$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.PKCS12$Mappings
+com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi
+com.android.org.bouncycastle.jcajce.provider.keystore.bc.BcKeyStoreSpi$Std
+com.android.org.bouncycastle.jcajce.provider.symmetric.AES
+com.android.org.bouncycastle.jcajce.provider.symmetric.AES$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4
+com.android.org.bouncycastle.jcajce.provider.symmetric.ARC4$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish
+com.android.org.bouncycastle.jcajce.provider.symmetric.Blowfish$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.DES
+com.android.org.bouncycastle.jcajce.provider.symmetric.DES$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.DESede
+com.android.org.bouncycastle.jcajce.provider.symmetric.DESede$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPBKDF2$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBEPKCS12$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters
+com.android.org.bouncycastle.jcajce.provider.symmetric.PBES2AlgorithmParameters$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.RC2
+com.android.org.bouncycastle.jcajce.provider.symmetric.RC2$Mappings
+com.android.org.bouncycastle.jcajce.provider.symmetric.SymmetricAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish
+com.android.org.bouncycastle.jcajce.provider.symmetric.Twofish$Mappings
+com.android.org.bouncycastle.jcajce.provider.util.AlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.util.AsymmetricAlgorithmProvider
+com.android.org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter
+com.android.org.bouncycastle.jcajce.util.BCJcaJceHelper
+com.android.org.bouncycastle.jcajce.util.JcaJceHelper
+com.android.org.bouncycastle.jcajce.util.ProviderJcaJceHelper
+com.android.org.bouncycastle.jce.interfaces.BCKeyStore
+com.android.org.bouncycastle.jce.provider.BouncyCastleProvider
+com.android.org.bouncycastle.jce.provider.BouncyCastleProvider$1
+com.android.org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration
+com.android.org.bouncycastle.util.Arrays
+com.android.org.bouncycastle.util.Encodable
+com.android.org.bouncycastle.util.Strings
+com.android.org.bouncycastle.util.Strings$1
+com.android.org.conscrypt.AbstractConscryptSocket
+com.android.org.conscrypt.AbstractConscryptSocket$1
+com.android.org.conscrypt.AbstractSessionContext
+com.android.org.conscrypt.AbstractSessionContext$1
+com.android.org.conscrypt.ActiveSession
+com.android.org.conscrypt.ArrayUtils
+com.android.org.conscrypt.ByteArray
+com.android.org.conscrypt.CertBlacklist
+com.android.org.conscrypt.CertificatePriorityComparator
+com.android.org.conscrypt.ChainStrengthAnalyzer
+com.android.org.conscrypt.ClientSessionContext
+com.android.org.conscrypt.ClientSessionContext$HostAndPort
+com.android.org.conscrypt.Conscrypt
+com.android.org.conscrypt.ConscryptFileDescriptorSocket
+com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLInputStream
+com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream
+com.android.org.conscrypt.CryptoUpcalls
+com.android.org.conscrypt.EvpMdRef$SHA1
+com.android.org.conscrypt.FileClientSessionCache$Impl
+com.android.org.conscrypt.Hex
+com.android.org.conscrypt.InternalUtil
+com.android.org.conscrypt.JSSEProvider
+com.android.org.conscrypt.KeyManagerFactoryImpl
+com.android.org.conscrypt.KeyManagerImpl
+com.android.org.conscrypt.NativeCrypto
+com.android.org.conscrypt.NativeCrypto$SSLHandshakeCallbacks
+com.android.org.conscrypt.NativeCryptoJni
+com.android.org.conscrypt.NativeRef
+com.android.org.conscrypt.NativeRef$EC_GROUP
+com.android.org.conscrypt.NativeRef$EC_POINT
+com.android.org.conscrypt.NativeRef$EVP_CIPHER_CTX
+com.android.org.conscrypt.NativeRef$EVP_MD_CTX
+com.android.org.conscrypt.NativeRef$EVP_PKEY
+com.android.org.conscrypt.NativeRef$SSL_SESSION
+com.android.org.conscrypt.OpenSSLBIOInputStream
+com.android.org.conscrypt.OpenSSLCipher
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES$CBC
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES$CBC$PKCS5Padding
+com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER$AES_BASE
+com.android.org.conscrypt.OpenSSLContextImpl$TLSv12
+com.android.org.conscrypt.OpenSSLECGroupContext
+com.android.org.conscrypt.OpenSSLECKeyFactory
+com.android.org.conscrypt.OpenSSLECPointContext
+com.android.org.conscrypt.OpenSSLECPublicKey
+com.android.org.conscrypt.OpenSSLKey
+com.android.org.conscrypt.OpenSSLKeyHolder
+com.android.org.conscrypt.OpenSSLMessageDigestJDK
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$MD5
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$SHA1
+com.android.org.conscrypt.OpenSSLMessageDigestJDK$SHA256
+com.android.org.conscrypt.OpenSSLProvider
+com.android.org.conscrypt.OpenSSLRSAKeyFactory
+com.android.org.conscrypt.OpenSSLRSAPublicKey
+com.android.org.conscrypt.OpenSSLRandom
+com.android.org.conscrypt.OpenSSLSignature
+com.android.org.conscrypt.OpenSSLSignature$RSAPKCS1Padding
+com.android.org.conscrypt.OpenSSLSocketImpl
+com.android.org.conscrypt.OpenSSLX509CertPath
+com.android.org.conscrypt.OpenSSLX509CertPath$Encoding
+com.android.org.conscrypt.OpenSSLX509Certificate
+com.android.org.conscrypt.OpenSSLX509CertificateFactory
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$1
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$2
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$Parser
+com.android.org.conscrypt.OpenSSLX509CertificateFactory$ParsingException
+com.android.org.conscrypt.PeerInfoProvider$1
+com.android.org.conscrypt.Platform
+com.android.org.conscrypt.Platform$NoPreloadHolder
+com.android.org.conscrypt.Preconditions
+com.android.org.conscrypt.SSLClientSessionCache
+com.android.org.conscrypt.SSLParametersImpl$AliasChooser
+com.android.org.conscrypt.SSLParametersImpl$PSKCallbacks
+com.android.org.conscrypt.ServerSessionContext
+com.android.org.conscrypt.SslSessionWrapper
+com.android.org.conscrypt.SslSessionWrapper$Impl
+com.android.org.conscrypt.SslSessionWrapper$Impl$1
+com.android.org.conscrypt.SslWrapper
+com.android.org.conscrypt.TrustManagerFactoryImpl
+com.android.org.conscrypt.TrustManagerImpl
+com.android.org.conscrypt.TrustManagerImpl$ExtendedKeyUsagePKIXCertPathChecker
+com.android.org.conscrypt.TrustManagerImpl$TrustAnchorComparator
+com.android.org.conscrypt.TrustedCertificateIndex
+com.android.org.conscrypt.TrustedCertificateKeyStoreSpi
+com.android.org.conscrypt.TrustedCertificateStore
+com.android.org.conscrypt.TrustedCertificateStore$1
+com.android.org.conscrypt.TrustedCertificateStore$CertSelector
+com.android.org.conscrypt.TrustedCertificateStore$PreloadHolder
+com.android.org.conscrypt.ct.CTLogInfo
+com.android.org.conscrypt.ct.CTLogStore
+com.android.org.conscrypt.ct.CTLogStoreImpl
+com.android.org.conscrypt.ct.CTLogStoreImpl$InvalidLogFileException
+com.android.org.conscrypt.ct.CTPolicy
+com.android.org.conscrypt.ct.CTPolicyImpl
+com.android.org.conscrypt.ct.CTVerifier
+com.android.org.conscrypt.ct.SerializationException
+com.android.server.NetworkManagementSocketTagger
+com.android.server.NetworkManagementSocketTagger$1
+com.android.server.NetworkManagementSocketTagger$SocketTags
+com.google.android.collect.Lists
+com.google.android.collect.Maps
+com.google.android.collect.Sets
+com.google.android.gles_jni.EGLConfigImpl
+com.google.android.gles_jni.EGLContextImpl
+com.google.android.gles_jni.EGLDisplayImpl
+com.google.android.gles_jni.EGLImpl
+com.google.android.gles_jni.EGLSurfaceImpl
+com.google.android.gles_jni.GLImpl
+dalvik.annotation.optimization.CriticalNative
+dalvik.annotation.optimization.FastNative
+dalvik.system.-$Lambda$xxvwQBVHC44UYbpcpA8j0sUqLOo
+dalvik.system.BaseDexClassLoader
+dalvik.system.BaseDexClassLoader$Reporter
+dalvik.system.BlockGuard
+dalvik.system.BlockGuard$1
+dalvik.system.BlockGuard$2
+dalvik.system.BlockGuard$BlockGuardPolicyException
+dalvik.system.BlockGuard$Policy
+dalvik.system.ClassExt
+dalvik.system.CloseGuard
+dalvik.system.CloseGuard$DefaultReporter
+dalvik.system.CloseGuard$DefaultTracker
+dalvik.system.CloseGuard$Reporter
+dalvik.system.CloseGuard$Tracker
+dalvik.system.DalvikLogHandler
+dalvik.system.DalvikLogging
+dalvik.system.DelegateLastClassLoader
+dalvik.system.DexClassLoader
+dalvik.system.DexFile
+dalvik.system.DexFile$DFEnum
+dalvik.system.DexPathList
+dalvik.system.DexPathList$Element
+dalvik.system.DexPathList$NativeLibraryElement
+dalvik.system.EmulatedStackFrame
+dalvik.system.EmulatedStackFrame$Range
+dalvik.system.PathClassLoader
+dalvik.system.SocketTagger
+dalvik.system.SocketTagger$1
+dalvik.system.VMDebug
+dalvik.system.VMRuntime
+dalvik.system.VMStack
+dalvik.system.ZygoteHooks
+java.io.Bits
+java.io.BufferedInputStream
+java.io.BufferedOutputStream
+java.io.BufferedReader
+java.io.ByteArrayInputStream
+java.io.ByteArrayOutputStream
+java.io.CharArrayWriter
+java.io.Closeable
+java.io.Console
+java.io.DataInput
+java.io.DataInputStream
+java.io.DataOutput
+java.io.DataOutputStream
+java.io.DefaultFileSystem
+java.io.EOFException
+java.io.ExpiringCache
+java.io.ExpiringCache$1
+java.io.Externalizable
+java.io.File
+java.io.File$PathStatus
+java.io.File$TempDirectory
+java.io.FileDescriptor
+java.io.FileDescriptor$1
+java.io.FileFilter
+java.io.FileInputStream
+java.io.FileInputStream$UseManualSkipException
+java.io.FileNotFoundException
+java.io.FileOutputStream
+java.io.FileReader
+java.io.FileSystem
+java.io.FileWriter
+java.io.FilenameFilter
+java.io.FilterInputStream
+java.io.FilterOutputStream
+java.io.FilterReader
+java.io.Flushable
+java.io.IOException
+java.io.InputStream
+java.io.InputStreamReader
+java.io.InterruptedIOException
+java.io.InvalidClassException
+java.io.InvalidObjectException
+java.io.ObjectInput
+java.io.ObjectInputStream
+java.io.ObjectInputStream$BlockDataInputStream
+java.io.ObjectInputStream$HandleTable
+java.io.ObjectInputStream$HandleTable$HandleList
+java.io.ObjectInputStream$PeekInputStream
+java.io.ObjectInputStream$ValidationList
+java.io.ObjectOutput
+java.io.ObjectOutputStream
+java.io.ObjectOutputStream$BlockDataOutputStream
+java.io.ObjectOutputStream$HandleTable
+java.io.ObjectOutputStream$PutField
+java.io.ObjectOutputStream$ReplaceTable
+java.io.ObjectStreamClass
+java.io.ObjectStreamClass$1
+java.io.ObjectStreamClass$2
+java.io.ObjectStreamClass$3
+java.io.ObjectStreamClass$4
+java.io.ObjectStreamClass$5
+java.io.ObjectStreamClass$ClassDataSlot
+java.io.ObjectStreamClass$ExceptionInfo
+java.io.ObjectStreamClass$FieldReflectorKey
+java.io.ObjectStreamClass$MemberSignature
+java.io.ObjectStreamClass$WeakClassKey
+java.io.ObjectStreamConstants
+java.io.ObjectStreamException
+java.io.ObjectStreamField
+java.io.OutputStream
+java.io.OutputStreamWriter
+java.io.PrintStream
+java.io.PrintWriter
+java.io.PushbackInputStream
+java.io.PushbackReader
+java.io.RandomAccessFile
+java.io.Reader
+java.io.SequenceInputStream
+java.io.SerialCallbackContext
+java.io.Serializable
+java.io.SerializablePermission
+java.io.StreamCorruptedException
+java.io.StringReader
+java.io.StringWriter
+java.io.UnixFileSystem
+java.io.UnsupportedEncodingException
+java.io.Writer
+java.lang.-$Lambda$S9HjrJh0nDg7IyU6wZdPArnZWRQ
+java.lang.AbstractMethodError
+java.lang.AbstractStringBuilder
+java.lang.AndroidHardcodedSystemProperties
+java.lang.Appendable
+java.lang.ArithmeticException
+java.lang.ArrayIndexOutOfBoundsException
+java.lang.ArrayStoreException
+java.lang.AssertionError
+java.lang.AutoCloseable
+java.lang.Boolean
+java.lang.BootClassLoader
+java.lang.Byte
+java.lang.Byte$ByteCache
+java.lang.CaseMapper
+java.lang.CaseMapper$1
+java.lang.CharSequence
+java.lang.CharSequence$1CharIterator
+java.lang.CharSequence$1CodePointIterator
+java.lang.Character
+java.lang.Character$CharacterCache
+java.lang.Character$Subset
+java.lang.Character$UnicodeBlock
+java.lang.Class
+java.lang.Class$Caches
+java.lang.ClassCastException
+java.lang.ClassLoader
+java.lang.ClassLoader$SystemClassLoader
+java.lang.ClassNotFoundException
+java.lang.CloneNotSupportedException
+java.lang.Cloneable
+java.lang.Comparable
+java.lang.Daemons
+java.lang.Daemons$Daemon
+java.lang.Daemons$FinalizerDaemon
+java.lang.Daemons$FinalizerWatchdogDaemon
+java.lang.Daemons$HeapTaskDaemon
+java.lang.Daemons$ReferenceQueueDaemon
+java.lang.DexCache
+java.lang.Double
+java.lang.Enum
+java.lang.Enum$1
+java.lang.EnumConstantNotPresentException
+java.lang.Error
+java.lang.Exception
+java.lang.Float
+java.lang.IllegalAccessError
+java.lang.IllegalAccessException
+java.lang.IllegalArgumentException
+java.lang.IllegalStateException
+java.lang.IllegalThreadStateException
+java.lang.IncompatibleClassChangeError
+java.lang.IndexOutOfBoundsException
+java.lang.InheritableThreadLocal
+java.lang.InstantiationException
+java.lang.Integer
+java.lang.Integer$IntegerCache
+java.lang.InternalError
+java.lang.InterruptedException
+java.lang.Iterable
+java.lang.LinkageError
+java.lang.Long
+java.lang.Long$LongCache
+java.lang.Math
+java.lang.Math$RandomNumberGeneratorHolder
+java.lang.NoClassDefFoundError
+java.lang.NoSuchFieldError
+java.lang.NoSuchFieldException
+java.lang.NoSuchMethodError
+java.lang.NoSuchMethodException
+java.lang.NullPointerException
+java.lang.Number
+java.lang.NumberFormatException
+java.lang.Object
+java.lang.OutOfMemoryError
+java.lang.Package
+java.lang.Process
+java.lang.ProcessBuilder
+java.lang.ProcessEnvironment
+java.lang.Readable
+java.lang.ReflectiveOperationException
+java.lang.Runnable
+java.lang.Runtime
+java.lang.RuntimeException
+java.lang.RuntimePermission
+java.lang.SecurityException
+java.lang.Short
+java.lang.Short$ShortCache
+java.lang.StackOverflowError
+java.lang.StackTraceElement
+java.lang.StrictMath
+java.lang.String
+java.lang.String$CaseInsensitiveComparator
+java.lang.StringBuffer
+java.lang.StringBuilder
+java.lang.StringFactory
+java.lang.StringIndexOutOfBoundsException
+java.lang.System
+java.lang.System$PropertiesWithNonOverrideableDefaults
+java.lang.Thread
+java.lang.Thread$1
+java.lang.Thread$Caches
+java.lang.Thread$State
+java.lang.Thread$UncaughtExceptionHandler
+java.lang.Thread$WeakClassKey
+java.lang.ThreadDeath
+java.lang.ThreadGroup
+java.lang.ThreadLocal
+java.lang.ThreadLocal$SuppliedThreadLocal
+java.lang.ThreadLocal$ThreadLocalMap
+java.lang.ThreadLocal$ThreadLocalMap$Entry
+java.lang.Throwable
+java.lang.Throwable$PrintStreamOrWriter
+java.lang.Throwable$SentinelHolder
+java.lang.Throwable$WrappedPrintStream
+java.lang.Throwable$WrappedPrintWriter
+java.lang.TypeNotPresentException
+java.lang.UNIXProcess
+java.lang.UnsatisfiedLinkError
+java.lang.UnsupportedOperationException
+java.lang.VMClassLoader
+java.lang.VirtualMachineError
+java.lang.Void
+java.lang.annotation.Annotation
+java.lang.annotation.AnnotationTypeMismatchException
+java.lang.annotation.IncompleteAnnotationException
+java.lang.annotation.Inherited
+java.lang.annotation.Retention
+java.lang.invoke.CallSite
+java.lang.invoke.ConstantCallSite
+java.lang.invoke.MethodHandle
+java.lang.invoke.MethodHandleImpl
+java.lang.invoke.MethodHandleImpl$HandleInfo
+java.lang.invoke.MethodHandleInfo
+java.lang.invoke.MethodHandleStatics
+java.lang.invoke.MethodHandles
+java.lang.invoke.MethodHandles$Lookup
+java.lang.invoke.MethodType
+java.lang.invoke.MethodType$ConcurrentWeakInternSet
+java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
+java.lang.invoke.MethodTypeForm
+java.lang.invoke.Transformers$AlwaysThrow
+java.lang.invoke.Transformers$BindTo
+java.lang.invoke.Transformers$CatchException
+java.lang.invoke.Transformers$CollectArguments
+java.lang.invoke.Transformers$Collector
+java.lang.invoke.Transformers$Constant
+java.lang.invoke.Transformers$Construct
+java.lang.invoke.Transformers$DropArguments
+java.lang.invoke.Transformers$ExplicitCastArguments
+java.lang.invoke.Transformers$FilterArguments
+java.lang.invoke.Transformers$FilterReturnValue
+java.lang.invoke.Transformers$FoldArguments
+java.lang.invoke.Transformers$GuardWithTest
+java.lang.invoke.Transformers$InsertArguments
+java.lang.invoke.Transformers$Invoker
+java.lang.invoke.Transformers$PermuteArguments
+java.lang.invoke.Transformers$ReferenceArrayElementGetter
+java.lang.invoke.Transformers$ReferenceArrayElementSetter
+java.lang.invoke.Transformers$ReferenceIdentity
+java.lang.invoke.Transformers$Spreader
+java.lang.invoke.Transformers$Transformer
+java.lang.invoke.Transformers$VarargsCollector
+java.lang.invoke.WrongMethodTypeException
+java.lang.ref.FinalizerReference
+java.lang.ref.FinalizerReference$Sentinel
+java.lang.ref.PhantomReference
+java.lang.ref.Reference
+java.lang.ref.ReferenceQueue
+java.lang.ref.SoftReference
+java.lang.ref.WeakReference
+java.lang.reflect.AccessibleObject
+java.lang.reflect.AnnotatedElement
+java.lang.reflect.Array
+java.lang.reflect.Constructor
+java.lang.reflect.Executable
+java.lang.reflect.Executable$GenericInfo
+java.lang.reflect.Field
+java.lang.reflect.GenericArrayType
+java.lang.reflect.GenericDeclaration
+java.lang.reflect.InvocationHandler
+java.lang.reflect.InvocationTargetException
+java.lang.reflect.MalformedParametersException
+java.lang.reflect.Member
+java.lang.reflect.Method
+java.lang.reflect.Method$1
+java.lang.reflect.Modifier
+java.lang.reflect.Parameter
+java.lang.reflect.ParameterizedType
+java.lang.reflect.Proxy
+java.lang.reflect.Proxy$1
+java.lang.reflect.Proxy$Key1
+java.lang.reflect.Proxy$Key2
+java.lang.reflect.Proxy$KeyFactory
+java.lang.reflect.Proxy$KeyX
+java.lang.reflect.Proxy$ProxyClassFactory
+java.lang.reflect.Type
+java.lang.reflect.TypeVariable
+java.lang.reflect.UndeclaredThrowableException
+java.lang.reflect.WeakCache
+java.lang.reflect.WeakCache$CacheKey
+java.lang.reflect.WeakCache$CacheValue
+java.lang.reflect.WeakCache$Factory
+java.lang.reflect.WeakCache$LookupValue
+java.lang.reflect.WeakCache$Value
+java.lang.reflect.WildcardType
+java.math.BigInt
+java.math.BigInteger
+java.math.NativeBN
+java.math.RoundingMode
+java.net.AbstractPlainSocketImpl
+java.net.AddressCache
+java.net.AddressCache$AddressCacheEntry
+java.net.AddressCache$AddressCacheKey
+java.net.ConnectException
+java.net.DatagramPacket
+java.net.DatagramSocket$1
+java.net.DatagramSocketImpl
+java.net.DefaultInterface
+java.net.HttpURLConnection
+java.net.IDN
+java.net.Inet4Address
+java.net.Inet6Address
+java.net.Inet6Address$Inet6AddressHolder
+java.net.Inet6AddressImpl
+java.net.InetAddress
+java.net.InetAddress$1
+java.net.InetAddress$InetAddressHolder
+java.net.InetAddressImpl
+java.net.InetSocketAddress
+java.net.InetSocketAddress$InetSocketAddressHolder
+java.net.InterfaceAddress
+java.net.JarURLConnection
+java.net.MalformedURLException
+java.net.MulticastSocket
+java.net.NetworkInterface
+java.net.Parts
+java.net.PlainDatagramSocketImpl
+java.net.PlainSocketImpl
+java.net.ProxySelector
+java.net.Socket
+java.net.Socket$2
+java.net.Socket$3
+java.net.SocketAddress
+java.net.SocketException
+java.net.SocketImpl
+java.net.SocketInputStream
+java.net.SocketOptions
+java.net.SocketOutputStream
+java.net.SocketTimeoutException
+java.net.SocksConsts
+java.net.URI
+java.net.URI$Parser
+java.net.URISyntaxException
+java.net.URL
+java.net.URLConnection
+java.net.URLStreamHandler
+java.net.URLStreamHandlerFactory
+java.net.UnknownHostException
+java.nio.Bits
+java.nio.Buffer
+java.nio.BufferOverflowException
+java.nio.BufferUnderflowException
+java.nio.ByteBuffer
+java.nio.ByteBufferAsCharBuffer
+java.nio.ByteBufferAsDoubleBuffer
+java.nio.ByteBufferAsFloatBuffer
+java.nio.ByteBufferAsIntBuffer
+java.nio.ByteBufferAsLongBuffer
+java.nio.ByteBufferAsShortBuffer
+java.nio.ByteOrder
+java.nio.CharBuffer
+java.nio.DirectByteBuffer
+java.nio.DirectByteBuffer$MemoryRef
+java.nio.DoubleBuffer
+java.nio.FloatBuffer
+java.nio.HeapByteBuffer
+java.nio.HeapCharBuffer
+java.nio.IntBuffer
+java.nio.InvalidMarkException
+java.nio.LongBuffer
+java.nio.MappedByteBuffer
+java.nio.NIOAccess
+java.nio.NioUtils
+java.nio.ReadOnlyBufferException
+java.nio.ShortBuffer
+java.nio.StringCharBuffer
+java.nio.channels.AsynchronousCloseException
+java.nio.channels.ByteChannel
+java.nio.channels.Channel
+java.nio.channels.Channels
+java.nio.channels.ClosedByInterruptException
+java.nio.channels.ClosedChannelException
+java.nio.channels.DatagramChannel
+java.nio.channels.FileChannel
+java.nio.channels.FileChannel$MapMode
+java.nio.channels.FileLock
+java.nio.channels.GatheringByteChannel
+java.nio.channels.InterruptibleChannel
+java.nio.channels.MulticastChannel
+java.nio.channels.NetworkChannel
+java.nio.channels.OverlappingFileLockException
+java.nio.channels.ReadableByteChannel
+java.nio.channels.ScatteringByteChannel
+java.nio.channels.SeekableByteChannel
+java.nio.channels.SelectableChannel
+java.nio.channels.ServerSocketChannel
+java.nio.channels.SocketChannel
+java.nio.channels.WritableByteChannel
+java.nio.channels.spi.AbstractInterruptibleChannel
+java.nio.channels.spi.AbstractInterruptibleChannel$1
+java.nio.channels.spi.AbstractSelectableChannel
+java.nio.charset.CharacterCodingException
+java.nio.charset.Charset
+java.nio.charset.CharsetDecoder
+java.nio.charset.CharsetDecoderICU
+java.nio.charset.CharsetEncoder
+java.nio.charset.CharsetEncoderICU
+java.nio.charset.CharsetICU
+java.nio.charset.CoderResult
+java.nio.charset.CoderResult$1
+java.nio.charset.CoderResult$2
+java.nio.charset.CoderResult$Cache
+java.nio.charset.CodingErrorAction
+java.nio.charset.IllegalCharsetNameException
+java.nio.charset.StandardCharsets
+java.nio.charset.UnsupportedCharsetException
+java.nio.file.FileSystem
+java.nio.file.FileSystems
+java.nio.file.FileSystems$DefaultFileSystemHolder$1
+java.nio.file.Path
+java.nio.file.Watchable
+java.nio.file.attribute.BasicFileAttributes
+java.nio.file.attribute.FileAttribute
+java.nio.file.attribute.PosixFileAttributes
+java.security.AccessControlContext
+java.security.AccessControlException
+java.security.AccessController
+java.security.AlgorithmConstraints
+java.security.AlgorithmParameters
+java.security.AlgorithmParametersSpi
+java.security.BasicPermission
+java.security.CryptoPrimitive
+java.security.GeneralSecurityException
+java.security.Guard
+java.security.InvalidAlgorithmParameterException
+java.security.InvalidKeyException
+java.security.Key
+java.security.KeyException
+java.security.KeyFactory
+java.security.KeyFactorySpi
+java.security.KeyManagementException
+java.security.KeyPair
+java.security.KeyStore
+java.security.KeyStore$1
+java.security.KeyStoreException
+java.security.KeyStoreSpi
+java.security.MessageDigest
+java.security.MessageDigest$Delegate
+java.security.MessageDigestSpi
+java.security.NoSuchAlgorithmException
+java.security.NoSuchProviderException
+java.security.Permission
+java.security.PermissionCollection
+java.security.Permissions
+java.security.Principal
+java.security.PrivateKey
+java.security.PrivilegedAction
+java.security.PrivilegedActionException
+java.security.PrivilegedExceptionAction
+java.security.ProtectionDomain
+java.security.Provider
+java.security.Provider$EngineDescription
+java.security.Provider$Service
+java.security.Provider$ServiceKey
+java.security.Provider$UString
+java.security.PublicKey
+java.security.SecureRandom
+java.security.SecureRandomSpi
+java.security.Security
+java.security.SignatureException
+java.security.SignatureSpi
+java.security.UnrecoverableEntryException
+java.security.UnrecoverableKeyException
+java.security.cert.CRL
+java.security.cert.CRLException
+java.security.cert.CertPath
+java.security.cert.CertPathChecker
+java.security.cert.CertPathHelperImpl
+java.security.cert.CertPathParameters
+java.security.cert.CertPathValidator
+java.security.cert.CertPathValidatorException
+java.security.cert.CertPathValidatorResult
+java.security.cert.CertPathValidatorSpi
+java.security.cert.CertSelector
+java.security.cert.Certificate
+java.security.cert.CertificateEncodingException
+java.security.cert.CertificateException
+java.security.cert.CertificateExpiredException
+java.security.cert.CertificateFactory
+java.security.cert.CertificateFactorySpi
+java.security.cert.CertificateNotYetValidException
+java.security.cert.CertificateParsingException
+java.security.cert.Extension
+java.security.cert.PKIXCertPathChecker
+java.security.cert.PKIXCertPathValidatorResult
+java.security.cert.PKIXParameters
+java.security.cert.PKIXRevocationChecker
+java.security.cert.PolicyNode
+java.security.cert.PolicyQualifierInfo
+java.security.cert.TrustAnchor
+java.security.cert.X509CertSelector
+java.security.cert.X509Certificate
+java.security.cert.X509Extension
+java.security.interfaces.DSAKey
+java.security.interfaces.DSAPublicKey
+java.security.interfaces.ECKey
+java.security.interfaces.ECPublicKey
+java.security.interfaces.RSAKey
+java.security.interfaces.RSAPrivateKey
+java.security.interfaces.RSAPublicKey
+java.security.spec.AlgorithmParameterSpec
+java.security.spec.ECField
+java.security.spec.ECFieldFp
+java.security.spec.ECParameterSpec
+java.security.spec.ECPoint
+java.security.spec.ECPublicKeySpec
+java.security.spec.EllipticCurve
+java.security.spec.EncodedKeySpec
+java.security.spec.InvalidKeySpecException
+java.security.spec.InvalidParameterSpecException
+java.security.spec.KeySpec
+java.security.spec.PKCS8EncodedKeySpec
+java.security.spec.RSAPublicKeySpec
+java.security.spec.X509EncodedKeySpec
+java.text.AttributedCharacterIterator$Attribute
+java.text.CalendarBuilder
+java.text.CharacterIterator
+java.text.Collator
+java.text.DateFormat
+java.text.DateFormat$Field
+java.text.DateFormatSymbols
+java.text.DecimalFormat
+java.text.DecimalFormatSymbols
+java.text.DontCareFieldPosition
+java.text.DontCareFieldPosition$1
+java.text.FieldPosition
+java.text.FieldPosition$Delegate
+java.text.Format
+java.text.Format$Field
+java.text.Format$FieldDelegate
+java.text.Normalizer
+java.text.Normalizer$Form
+java.text.NumberFormat
+java.text.ParseException
+java.text.ParsePosition
+java.text.RuleBasedCollator
+java.text.SimpleDateFormat
+java.text.StringCharacterIterator
+java.time.DateTimeException
+java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo
+java.util.-$Lambda$Hazqao1eYCE_pmZR5Jlrc2GvLhk
+java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw
+java.util.AbstractCollection
+java.util.AbstractList
+java.util.AbstractList$Itr
+java.util.AbstractList$ListItr
+java.util.AbstractMap
+java.util.AbstractMap$1
+java.util.AbstractMap$2
+java.util.AbstractMap$SimpleImmutableEntry
+java.util.AbstractQueue
+java.util.AbstractSequentialList
+java.util.AbstractSet
+java.util.ArrayDeque
+java.util.ArrayDeque$DeqIterator
+java.util.ArrayList
+java.util.ArrayList$ArrayListSpliterator
+java.util.ArrayList$Itr
+java.util.ArrayList$ListItr
+java.util.ArrayList$SubList
+java.util.ArrayList$SubList$1
+java.util.ArrayPrefixHelpers$CumulateTask
+java.util.ArrayPrefixHelpers$DoubleCumulateTask
+java.util.ArrayPrefixHelpers$IntCumulateTask
+java.util.ArrayPrefixHelpers$LongCumulateTask
+java.util.Arrays
+java.util.Arrays$ArrayList
+java.util.Arrays$NaturalOrder
+java.util.ArraysParallelSortHelpers$FJByte$Sorter
+java.util.ArraysParallelSortHelpers$FJChar$Sorter
+java.util.ArraysParallelSortHelpers$FJDouble$Sorter
+java.util.ArraysParallelSortHelpers$FJFloat$Sorter
+java.util.ArraysParallelSortHelpers$FJInt$Sorter
+java.util.ArraysParallelSortHelpers$FJLong$Sorter
+java.util.ArraysParallelSortHelpers$FJObject$Sorter
+java.util.ArraysParallelSortHelpers$FJShort$Sorter
+java.util.BitSet
+java.util.Calendar
+java.util.Collection
+java.util.Collections
+java.util.Collections$1
+java.util.Collections$2
+java.util.Collections$3
+java.util.Collections$AsLIFOQueue
+java.util.Collections$CheckedCollection
+java.util.Collections$CheckedList
+java.util.Collections$CheckedMap
+java.util.Collections$CheckedNavigableMap
+java.util.Collections$CheckedNavigableSet
+java.util.Collections$CheckedQueue
+java.util.Collections$CheckedRandomAccessList
+java.util.Collections$CheckedSet
+java.util.Collections$CheckedSortedMap
+java.util.Collections$CheckedSortedSet
+java.util.Collections$CopiesList
+java.util.Collections$EmptyEnumeration
+java.util.Collections$EmptyIterator
+java.util.Collections$EmptyList
+java.util.Collections$EmptyListIterator
+java.util.Collections$EmptyMap
+java.util.Collections$EmptySet
+java.util.Collections$ReverseComparator
+java.util.Collections$ReverseComparator2
+java.util.Collections$SetFromMap
+java.util.Collections$SingletonList
+java.util.Collections$SingletonMap
+java.util.Collections$SingletonSet
+java.util.Collections$SynchronizedCollection
+java.util.Collections$SynchronizedList
+java.util.Collections$SynchronizedMap
+java.util.Collections$SynchronizedNavigableMap
+java.util.Collections$SynchronizedNavigableSet
+java.util.Collections$SynchronizedRandomAccessList
+java.util.Collections$SynchronizedSet
+java.util.Collections$SynchronizedSortedMap
+java.util.Collections$SynchronizedSortedSet
+java.util.Collections$UnmodifiableCollection
+java.util.Collections$UnmodifiableCollection$1
+java.util.Collections$UnmodifiableList
+java.util.Collections$UnmodifiableList$1
+java.util.Collections$UnmodifiableMap
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$1
+java.util.Collections$UnmodifiableMap$UnmodifiableEntrySet$UnmodifiableEntry
+java.util.Collections$UnmodifiableNavigableMap
+java.util.Collections$UnmodifiableNavigableMap$EmptyNavigableMap
+java.util.Collections$UnmodifiableNavigableSet
+java.util.Collections$UnmodifiableNavigableSet$EmptyNavigableSet
+java.util.Collections$UnmodifiableRandomAccessList
+java.util.Collections$UnmodifiableSet
+java.util.Collections$UnmodifiableSortedMap
+java.util.Collections$UnmodifiableSortedSet
+java.util.ComparableTimSort
+java.util.Comparator
+java.util.Comparators$NaturalOrderComparator
+java.util.Comparators$NullComparator
+java.util.ConcurrentModificationException
+java.util.Currency
+java.util.Date
+java.util.Deque
+java.util.Dictionary
+java.util.DualPivotQuicksort
+java.util.EnumMap
+java.util.EnumMap$1
+java.util.EnumMap$EnumMapIterator
+java.util.EnumMap$KeyIterator
+java.util.EnumMap$KeySet
+java.util.EnumSet
+java.util.Enumeration
+java.util.EventListener
+java.util.Formattable
+java.util.Formatter
+java.util.Formatter$Conversion
+java.util.Formatter$FixedString
+java.util.Formatter$Flags
+java.util.Formatter$FormatSpecifier
+java.util.Formatter$FormatSpecifierParser
+java.util.Formatter$FormatString
+java.util.GregorianCalendar
+java.util.HashMap
+java.util.HashMap$EntryIterator
+java.util.HashMap$EntrySet
+java.util.HashMap$HashIterator
+java.util.HashMap$KeyIterator
+java.util.HashMap$KeySet
+java.util.HashMap$Node
+java.util.HashMap$TreeNode
+java.util.HashMap$ValueIterator
+java.util.HashMap$Values
+java.util.HashSet
+java.util.Hashtable
+java.util.Hashtable$Enumerator
+java.util.Hashtable$HashtableEntry
+java.util.IdentityHashMap
+java.util.IdentityHashMap$KeySet
+java.util.IllegalFormatException
+java.util.IllformedLocaleException
+java.util.Iterator
+java.util.LinkedHashMap
+java.util.LinkedHashMap$LinkedEntryIterator
+java.util.LinkedHashMap$LinkedEntrySet
+java.util.LinkedHashMap$LinkedHashIterator
+java.util.LinkedHashMap$LinkedHashMapEntry
+java.util.LinkedHashMap$LinkedKeyIterator
+java.util.LinkedHashMap$LinkedKeySet
+java.util.LinkedHashMap$LinkedValueIterator
+java.util.LinkedHashMap$LinkedValues
+java.util.LinkedHashSet
+java.util.LinkedList
+java.util.LinkedList$ListItr
+java.util.LinkedList$Node
+java.util.List
+java.util.ListIterator
+java.util.Locale
+java.util.Locale$Builder
+java.util.Locale$Cache
+java.util.Locale$Category
+java.util.Locale$FilteringMode
+java.util.Locale$LanguageRange
+java.util.Locale$LocaleKey
+java.util.Locale$NoImagePreloadHolder
+java.util.Map
+java.util.Map$Entry
+java.util.MissingResourceException
+java.util.NavigableMap
+java.util.NavigableSet
+java.util.NoSuchElementException
+java.util.Objects
+java.util.Observable
+java.util.Observer
+java.util.PrimitiveIterator
+java.util.PrimitiveIterator$OfInt
+java.util.PriorityQueue
+java.util.PriorityQueue$Itr
+java.util.Properties
+java.util.Properties$LineReader
+java.util.Queue
+java.util.Random
+java.util.RandomAccess
+java.util.RandomAccessSubList
+java.util.RegularEnumSet
+java.util.RegularEnumSet$EnumSetIterator
+java.util.ResourceBundle
+java.util.ResourceBundle$1
+java.util.Set
+java.util.SimpleTimeZone
+java.util.SortedMap
+java.util.SortedSet
+java.util.Spliterator
+java.util.Spliterator$OfDouble
+java.util.Spliterator$OfInt
+java.util.Spliterator$OfLong
+java.util.Spliterator$OfPrimitive
+java.util.Spliterators
+java.util.Spliterators$EmptySpliterator
+java.util.Spliterators$EmptySpliterator$OfDouble
+java.util.Spliterators$EmptySpliterator$OfInt
+java.util.Spliterators$EmptySpliterator$OfLong
+java.util.Spliterators$EmptySpliterator$OfRef
+java.util.Spliterators$IteratorSpliterator
+java.util.Stack
+java.util.StringJoiner
+java.util.StringTokenizer
+java.util.SubList
+java.util.TimSort
+java.util.TimeZone
+java.util.Timer$1
+java.util.TimerTask
+java.util.TimerThread
+java.util.TreeMap
+java.util.TreeMap$AscendingSubMap
+java.util.TreeMap$AscendingSubMap$AscendingEntrySetView
+java.util.TreeMap$EntryIterator
+java.util.TreeMap$EntrySet
+java.util.TreeMap$KeyIterator
+java.util.TreeMap$KeySet
+java.util.TreeMap$NavigableSubMap
+java.util.TreeMap$NavigableSubMap$EntrySetView
+java.util.TreeMap$NavigableSubMap$SubMapEntryIterator
+java.util.TreeMap$NavigableSubMap$SubMapIterator
+java.util.TreeMap$PrivateEntryIterator
+java.util.TreeMap$TreeMapEntry
+java.util.TreeMap$ValueIterator
+java.util.TreeMap$Values
+java.util.TreeSet
+java.util.UUID
+java.util.UUID$Holder
+java.util.Vector
+java.util.Vector$1
+java.util.Vector$Itr
+java.util.WeakHashMap
+java.util.WeakHashMap$Entry
+java.util.WeakHashMap$EntrySet
+java.util.WeakHashMap$HashIterator
+java.util.WeakHashMap$KeyIterator
+java.util.WeakHashMap$KeySet
+java.util.WeakHashMap$ValueIterator
+java.util.WeakHashMap$Values
+java.util.concurrent.-$Lambda$xR9BLpu6SifNikvFgr4lEiECBsk
+java.util.concurrent.AbstractExecutorService
+java.util.concurrent.ArrayBlockingQueue
+java.util.concurrent.BlockingDeque
+java.util.concurrent.BlockingQueue
+java.util.concurrent.Callable
+java.util.concurrent.CancellationException
+java.util.concurrent.ConcurrentHashMap
+java.util.concurrent.ConcurrentHashMap$BaseIterator
+java.util.concurrent.ConcurrentHashMap$BulkTask
+java.util.concurrent.ConcurrentHashMap$CollectionView
+java.util.concurrent.ConcurrentHashMap$CounterCell
+java.util.concurrent.ConcurrentHashMap$EntryIterator
+java.util.concurrent.ConcurrentHashMap$EntrySetView
+java.util.concurrent.ConcurrentHashMap$ForEachEntryTask
+java.util.concurrent.ConcurrentHashMap$ForEachKeyTask
+java.util.concurrent.ConcurrentHashMap$ForEachMappingTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedEntryTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedKeyTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedMappingTask
+java.util.concurrent.ConcurrentHashMap$ForEachTransformedValueTask
+java.util.concurrent.ConcurrentHashMap$ForEachValueTask
+java.util.concurrent.ConcurrentHashMap$ForwardingNode
+java.util.concurrent.ConcurrentHashMap$KeyIterator
+java.util.concurrent.ConcurrentHashMap$KeySetView
+java.util.concurrent.ConcurrentHashMap$MapEntry
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceEntriesToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceKeysToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceMappingsToLongTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToDoubleTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToIntTask
+java.util.concurrent.ConcurrentHashMap$MapReduceValuesToLongTask
+java.util.concurrent.ConcurrentHashMap$Node
+java.util.concurrent.ConcurrentHashMap$ReduceEntriesTask
+java.util.concurrent.ConcurrentHashMap$ReduceKeysTask
+java.util.concurrent.ConcurrentHashMap$ReduceValuesTask
+java.util.concurrent.ConcurrentHashMap$ReservationNode
+java.util.concurrent.ConcurrentHashMap$SearchEntriesTask
+java.util.concurrent.ConcurrentHashMap$SearchKeysTask
+java.util.concurrent.ConcurrentHashMap$SearchMappingsTask
+java.util.concurrent.ConcurrentHashMap$SearchValuesTask
+java.util.concurrent.ConcurrentHashMap$Segment
+java.util.concurrent.ConcurrentHashMap$Traverser
+java.util.concurrent.ConcurrentHashMap$TreeBin
+java.util.concurrent.ConcurrentHashMap$TreeNode
+java.util.concurrent.ConcurrentHashMap$ValueIterator
+java.util.concurrent.ConcurrentHashMap$ValuesView
+java.util.concurrent.ConcurrentLinkedQueue
+java.util.concurrent.ConcurrentLinkedQueue$Node
+java.util.concurrent.ConcurrentMap
+java.util.concurrent.CopyOnWriteArrayList
+java.util.concurrent.CopyOnWriteArrayList$COWIterator
+java.util.concurrent.CopyOnWriteArraySet
+java.util.concurrent.CountDownLatch
+java.util.concurrent.CountDownLatch$Sync
+java.util.concurrent.CountedCompleter
+java.util.concurrent.Delayed
+java.util.concurrent.ExecutionException
+java.util.concurrent.Executor
+java.util.concurrent.ExecutorService
+java.util.concurrent.Executors
+java.util.concurrent.Executors$DefaultThreadFactory
+java.util.concurrent.Executors$DelegatedExecutorService
+java.util.concurrent.Executors$DelegatedScheduledExecutorService
+java.util.concurrent.Executors$FinalizableDelegatedExecutorService
+java.util.concurrent.Executors$RunnableAdapter
+java.util.concurrent.ForkJoinPool
+java.util.concurrent.ForkJoinTask
+java.util.concurrent.ForkJoinTask$ExceptionNode
+java.util.concurrent.Future
+java.util.concurrent.FutureTask
+java.util.concurrent.FutureTask$WaitNode
+java.util.concurrent.LinkedBlockingDeque
+java.util.concurrent.LinkedBlockingDeque$Node
+java.util.concurrent.LinkedBlockingQueue
+java.util.concurrent.LinkedBlockingQueue$Node
+java.util.concurrent.RejectedExecutionException
+java.util.concurrent.RejectedExecutionHandler
+java.util.concurrent.RunnableFuture
+java.util.concurrent.RunnableScheduledFuture
+java.util.concurrent.ScheduledExecutorService
+java.util.concurrent.ScheduledFuture
+java.util.concurrent.ScheduledThreadPoolExecutor
+java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
+java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
+java.util.concurrent.Semaphore
+java.util.concurrent.Semaphore$NonfairSync
+java.util.concurrent.Semaphore$Sync
+java.util.concurrent.SynchronousQueue
+java.util.concurrent.SynchronousQueue$TransferStack
+java.util.concurrent.SynchronousQueue$TransferStack$SNode
+java.util.concurrent.SynchronousQueue$Transferer
+java.util.concurrent.ThreadFactory
+java.util.concurrent.ThreadLocalRandom
+java.util.concurrent.ThreadLocalRandom$1
+java.util.concurrent.ThreadPoolExecutor
+java.util.concurrent.ThreadPoolExecutor$AbortPolicy
+java.util.concurrent.ThreadPoolExecutor$Worker
+java.util.concurrent.TimeUnit
+java.util.concurrent.TimeUnit$1
+java.util.concurrent.TimeUnit$2
+java.util.concurrent.TimeUnit$3
+java.util.concurrent.TimeUnit$4
+java.util.concurrent.TimeUnit$5
+java.util.concurrent.TimeUnit$6
+java.util.concurrent.TimeUnit$7
+java.util.concurrent.TimeoutException
+java.util.concurrent.atomic.AtomicBoolean
+java.util.concurrent.atomic.AtomicInteger
+java.util.concurrent.atomic.AtomicIntegerFieldUpdater
+java.util.concurrent.atomic.AtomicIntegerFieldUpdater$AtomicIntegerFieldUpdaterImpl$1
+java.util.concurrent.atomic.AtomicLong
+java.util.concurrent.atomic.AtomicReference
+java.util.concurrent.atomic.AtomicReferenceFieldUpdater
+java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
+java.util.concurrent.locks.AbstractOwnableSynchronizer
+java.util.concurrent.locks.AbstractQueuedSynchronizer
+java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
+java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
+java.util.concurrent.locks.Condition
+java.util.concurrent.locks.Lock
+java.util.concurrent.locks.LockSupport
+java.util.concurrent.locks.ReadWriteLock
+java.util.concurrent.locks.ReentrantLock
+java.util.concurrent.locks.ReentrantLock$NonfairSync
+java.util.concurrent.locks.ReentrantLock$Sync
+java.util.concurrent.locks.ReentrantReadWriteLock
+java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
+java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync$HoldCounter
+java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
+java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
+java.util.function.-$Lambda$1MZdIZ-DL_fjy9l0o8IMJk57T2g
+java.util.function.-$Lambda$VGDeaUHZQIZywZW2ttlyhwk3Cmk
+java.util.function.-$Lambda$VGDeaUHZQIZywZW2ttlyhwk3Cmk$1
+java.util.function.BiConsumer
+java.util.function.BiFunction
+java.util.function.BinaryOperator
+java.util.function.Consumer
+java.util.function.DoubleBinaryOperator
+java.util.function.DoubleUnaryOperator
+java.util.function.Function
+java.util.function.IntBinaryOperator
+java.util.function.IntConsumer
+java.util.function.IntFunction
+java.util.function.IntToDoubleFunction
+java.util.function.IntToLongFunction
+java.util.function.IntUnaryOperator
+java.util.function.LongBinaryOperator
+java.util.function.LongUnaryOperator
+java.util.function.Predicate
+java.util.function.Supplier
+java.util.function.ToDoubleBiFunction
+java.util.function.ToDoubleFunction
+java.util.function.ToIntBiFunction
+java.util.function.ToIntFunction
+java.util.function.ToLongBiFunction
+java.util.function.ToLongFunction
+java.util.function.UnaryOperator
+java.util.jar.JarEntry
+java.util.jar.JarFile
+java.util.jar.JarFile$JarEntryIterator
+java.util.jar.JarFile$JarFileEntry
+java.util.logging.ErrorManager
+java.util.logging.Formatter
+java.util.logging.Handler
+java.util.logging.Level
+java.util.logging.Level$KnownLevel
+java.util.logging.LogManager
+java.util.logging.LogManager$1
+java.util.logging.LogManager$2
+java.util.logging.LogManager$3
+java.util.logging.LogManager$5
+java.util.logging.LogManager$Cleaner
+java.util.logging.LogManager$LogNode
+java.util.logging.LogManager$LoggerContext
+java.util.logging.LogManager$LoggerContext$1
+java.util.logging.LogManager$LoggerWeakRef
+java.util.logging.LogManager$RootLogger
+java.util.logging.LogManager$SystemLoggerContext
+java.util.logging.Logger
+java.util.logging.Logger$LoggerBundle
+java.util.logging.LoggingPermission
+java.util.logging.LoggingProxyImpl
+java.util.prefs.AbstractPreferences
+java.util.prefs.FileSystemPreferences
+java.util.prefs.Preferences
+java.util.regex.MatchResult
+java.util.regex.Matcher
+java.util.regex.Pattern
+java.util.regex.PatternSyntaxException
+java.util.stream.BaseStream
+java.util.stream.DoubleStream
+java.util.stream.IntStream
+java.util.stream.LongStream
+java.util.stream.PipelineHelper
+java.util.stream.ReferencePipeline
+java.util.stream.ReferencePipeline$2
+java.util.stream.ReferencePipeline$2$1
+java.util.stream.ReferencePipeline$Head
+java.util.stream.Sink
+java.util.stream.Sink$ChainedReference
+java.util.stream.Stream
+java.util.stream.StreamOpFlag$MaskBuilder
+java.util.stream.StreamSupport
+java.util.stream.TerminalOp
+java.util.zip.Adler32
+java.util.zip.CRC32
+java.util.zip.CheckedInputStream
+java.util.zip.Checksum
+java.util.zip.DataFormatException
+java.util.zip.Deflater
+java.util.zip.DeflaterOutputStream
+java.util.zip.GZIPInputStream
+java.util.zip.GZIPInputStream$1
+java.util.zip.GZIPOutputStream
+java.util.zip.Inflater
+java.util.zip.InflaterInputStream
+java.util.zip.ZStreamRef
+java.util.zip.ZipCoder
+java.util.zip.ZipConstants
+java.util.zip.ZipEntry
+java.util.zip.ZipFile
+java.util.zip.ZipFile$ZipEntryIterator
+java.util.zip.ZipFile$ZipFileInflaterInputStream
+java.util.zip.ZipFile$ZipFileInputStream
+java.util.zip.ZipUtils
+javax.crypto.BadPaddingException
+javax.crypto.Cipher
+javax.crypto.Cipher$CipherSpiAndProvider
+javax.crypto.Cipher$InitParams
+javax.crypto.Cipher$SpiAndProviderUpdater
+javax.crypto.Cipher$Transform
+javax.crypto.CipherSpi
+javax.crypto.IllegalBlockSizeException
+javax.crypto.MacSpi
+javax.crypto.NoSuchPaddingException
+javax.crypto.NullCipher
+javax.crypto.SecretKey
+javax.crypto.ShortBufferException
+javax.crypto.spec.GCMParameterSpec
+javax.crypto.spec.IvParameterSpec
+javax.crypto.spec.SecretKeySpec
+javax.microedition.khronos.egl.EGL
+javax.microedition.khronos.egl.EGL10
+javax.microedition.khronos.egl.EGLConfig
+javax.microedition.khronos.egl.EGLDisplay
+javax.microedition.khronos.egl.EGLSurface
+javax.microedition.khronos.opengles.GL
+javax.microedition.khronos.opengles.GL10
+javax.microedition.khronos.opengles.GL10Ext
+javax.microedition.khronos.opengles.GL11
+javax.microedition.khronos.opengles.GL11Ext
+javax.microedition.khronos.opengles.GL11ExtensionPack
+javax.net.DefaultSocketFactory
+javax.net.SocketFactory
+javax.net.ssl.ExtendedSSLSession
+javax.net.ssl.HandshakeCompletedListener
+javax.net.ssl.HostnameVerifier
+javax.net.ssl.HttpsURLConnection
+javax.net.ssl.KeyManager
+javax.net.ssl.KeyManagerFactory
+javax.net.ssl.KeyManagerFactory$1
+javax.net.ssl.KeyManagerFactorySpi
+javax.net.ssl.SNIHostName
+javax.net.ssl.SSLContext
+javax.net.ssl.SSLContextSpi
+javax.net.ssl.SSLEngine
+javax.net.ssl.SSLException
+javax.net.ssl.SSLParameters
+javax.net.ssl.SSLPeerUnverifiedException
+javax.net.ssl.SSLProtocolException
+javax.net.ssl.SSLSession
+javax.net.ssl.SSLSessionContext
+javax.net.ssl.SSLSocket
+javax.net.ssl.SSLSocketFactory
+javax.net.ssl.SSLSocketFactory$1
+javax.net.ssl.TrustManager
+javax.net.ssl.TrustManagerFactory
+javax.net.ssl.TrustManagerFactory$1
+javax.net.ssl.TrustManagerFactorySpi
+javax.net.ssl.X509ExtendedKeyManager
+javax.net.ssl.X509ExtendedTrustManager
+javax.net.ssl.X509KeyManager
+javax.net.ssl.X509TrustManager
+javax.security.auth.Destroyable
+javax.security.auth.callback.UnsupportedCallbackException
+javax.security.auth.x500.X500Principal
+javax.security.cert.CertificateException
+javax.xml.parsers.ParserConfigurationException
+javax.xml.parsers.SAXParser
+javax.xml.parsers.SAXParserFactory
+libcore.icu.DateUtilsBridge
+libcore.icu.ICU
+libcore.icu.LocaleData
+libcore.icu.NativeConverter
+libcore.icu.TimeZoneNames
+libcore.internal.StringPool
+libcore.io.AsynchronousCloseMonitor
+libcore.io.BlockGuardOs
+libcore.io.BufferIterator
+libcore.io.ClassPathURLStreamHandler
+libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection
+libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1
+libcore.io.DropBox
+libcore.io.DropBox$DefaultReporter
+libcore.io.DropBox$Reporter
+libcore.io.EventLogger
+libcore.io.EventLogger$DefaultReporter
+libcore.io.EventLogger$Reporter
+libcore.io.ForwardingOs
+libcore.io.IoBridge
+libcore.io.IoTracker
+libcore.io.IoTracker$Mode
+libcore.io.IoUtils
+libcore.io.Libcore
+libcore.io.Linux
+libcore.io.Memory
+libcore.io.MemoryMappedFile
+libcore.io.NioBufferIterator
+libcore.io.Os
+libcore.net.NetworkSecurityPolicy
+libcore.net.NetworkSecurityPolicy$DefaultNetworkSecurityPolicy
+libcore.net.UriCodec
+libcore.net.event.NetworkEventDispatcher
+libcore.net.event.NetworkEventListener
+libcore.reflect.AnnotatedElements
+libcore.reflect.AnnotationFactory
+libcore.reflect.AnnotationMember
+libcore.reflect.AnnotationMember$DefaultValues
+libcore.reflect.GenericArrayTypeImpl
+libcore.reflect.GenericSignatureParser
+libcore.reflect.ListOfTypes
+libcore.reflect.ListOfVariables
+libcore.reflect.ParameterizedTypeImpl
+libcore.reflect.Types
+libcore.util.BasicLruCache
+libcore.util.CharsetUtils
+libcore.util.CollectionUtils
+libcore.util.EmptyArray
+libcore.util.NativeAllocationRegistry
+libcore.util.NativeAllocationRegistry$CleanerRunner
+libcore.util.NativeAllocationRegistry$CleanerThunk
+libcore.util.Objects
+libcore.util.TimeZoneDataFiles
+libcore.util.ZoneInfo
+libcore.util.ZoneInfo$CheckedArithmeticException
+libcore.util.ZoneInfo$WallTime
+libcore.util.ZoneInfoDB
+libcore.util.ZoneInfoDB$TzData
+libcore.util.ZoneInfoDB$TzData$1
+org.apache.commons.logging.Log
+org.apache.commons.logging.impl.WeakHashtable
+org.apache.harmony.dalvik.NativeTestTarget
+org.apache.harmony.dalvik.ddmc.Chunk
+org.apache.harmony.dalvik.ddmc.ChunkHandler
+org.apache.harmony.dalvik.ddmc.DdmServer
+org.apache.harmony.dalvik.ddmc.DdmVmInternal
+org.apache.harmony.luni.internal.util.TimezoneGetter
+org.apache.harmony.xml.ExpatAttributes
+org.apache.harmony.xml.ExpatParser
+org.apache.harmony.xml.ExpatParser$CurrentAttributes
+org.apache.harmony.xml.ExpatParser$ExpatLocator
+org.apache.harmony.xml.ExpatReader
+org.apache.harmony.xml.parsers.SAXParserFactoryImpl
+org.apache.harmony.xml.parsers.SAXParserImpl
+org.apache.http.ConnectionReuseStrategy
+org.apache.http.HeaderElement
+org.apache.http.HttpEntity
+org.apache.http.HttpException
+org.apache.http.HttpHost
+org.apache.http.HttpMessage
+org.apache.http.HttpRequest
+org.apache.http.HttpRequestInterceptor
+org.apache.http.HttpResponse
+org.apache.http.HttpResponseFactory
+org.apache.http.NameValuePair
+org.apache.http.ProtocolException
+org.apache.http.ProtocolVersion
+org.apache.http.ReasonPhraseCatalog
+org.apache.http.StatusLine
+org.apache.http.client.HttpClient
+org.apache.http.client.ResponseHandler
+org.apache.http.client.methods.AbortableHttpRequest
+org.apache.http.client.methods.HttpRequestBase
+org.apache.http.client.methods.HttpUriRequest
+org.apache.http.client.params.HttpClientParams
+org.apache.http.conn.ClientConnectionManager
+org.apache.http.conn.ClientConnectionOperator
+org.apache.http.conn.ConnectTimeoutException
+org.apache.http.conn.params.ConnManagerPNames
+org.apache.http.conn.params.ConnManagerParams$1
+org.apache.http.conn.params.ConnPerRoute
+org.apache.http.conn.scheme.LayeredSocketFactory
+org.apache.http.conn.scheme.Scheme
+org.apache.http.conn.scheme.SchemeRegistry
+org.apache.http.conn.scheme.SocketFactory
+org.apache.http.conn.ssl.AllowAllHostnameVerifier
+org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
+org.apache.http.conn.ssl.StrictHostnameVerifier
+org.apache.http.conn.ssl.X509HostnameVerifier
+org.apache.http.entity.AbstractHttpEntity
+org.apache.http.entity.BasicHttpEntity
+org.apache.http.impl.DefaultConnectionReuseStrategy
+org.apache.http.impl.DefaultHttpResponseFactory
+org.apache.http.impl.client.AbstractHttpClient
+org.apache.http.impl.client.DefaultHttpClient
+org.apache.http.impl.conn.IdleConnectionHandler
+org.apache.http.impl.conn.tsccm.AbstractConnPool
+org.apache.http.impl.conn.tsccm.ConnPoolByRoute
+org.apache.http.impl.conn.tsccm.RefQueueHandler
+org.apache.http.impl.conn.tsccm.RefQueueWorker
+org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
+org.apache.http.impl.cookie.DateParseException
+org.apache.http.impl.cookie.DateUtils$DateFormatHolder$1
+org.apache.http.message.AbstractHttpMessage
+org.apache.http.message.BasicHeader
+org.apache.http.message.BasicHeaderElement
+org.apache.http.message.BasicHttpResponse
+org.apache.http.message.BasicNameValuePair
+org.apache.http.message.BasicStatusLine
+org.apache.http.message.HeaderGroup
+org.apache.http.message.HeaderValueParser
+org.apache.http.message.ParserCursor
+org.apache.http.params.AbstractHttpParams
+org.apache.http.params.BasicHttpParams
+org.apache.http.params.CoreConnectionPNames
+org.apache.http.params.CoreProtocolPNames
+org.apache.http.params.HttpConnectionParams
+org.apache.http.params.HttpParams
+org.apache.http.params.HttpProtocolParams
+org.apache.http.protocol.BasicHttpProcessor
+org.apache.http.protocol.HTTP
+org.apache.http.protocol.HttpContext
+org.apache.http.protocol.HttpRequestInterceptorList
+org.apache.http.protocol.HttpResponseInterceptorList
+org.apache.http.util.CharArrayBuffer
+org.ccil.cowan.tagsoup.AttributesImpl
+org.ccil.cowan.tagsoup.AutoDetector
+org.ccil.cowan.tagsoup.Element
+org.ccil.cowan.tagsoup.ElementType
+org.ccil.cowan.tagsoup.HTMLScanner
+org.ccil.cowan.tagsoup.HTMLSchema
+org.ccil.cowan.tagsoup.Parser$1
+org.ccil.cowan.tagsoup.ScanHandler
+org.ccil.cowan.tagsoup.Scanner
+org.ccil.cowan.tagsoup.Schema
+org.json.JSON
+org.json.JSONArray
+org.json.JSONException
+org.json.JSONObject
+org.json.JSONObject$1
+org.json.JSONStringer
+org.json.JSONTokener
+org.kxml2.io.KXmlParser
+org.kxml2.io.KXmlParser$ValueContext
+org.xml.sax.Attributes
+org.xml.sax.DTDHandler
+org.xml.sax.EntityResolver
+org.xml.sax.ErrorHandler
+org.xml.sax.InputSource
+org.xml.sax.Locator
+org.xml.sax.SAXException
+org.xml.sax.XMLReader
+org.xml.sax.ext.LexicalHandler
+org.xml.sax.helpers.DefaultHandler
+org.xmlpull.v1.XmlPullParser
+org.xmlpull.v1.XmlPullParserException
+org.xmlpull.v1.XmlSerializer
+sun.invoke.util.BytecodeDescriptor
+sun.invoke.util.VerifyAccess
+sun.invoke.util.Wrapper
+sun.invoke.util.Wrapper$Format
+sun.misc.Cleaner
+sun.misc.CompoundEnumeration
+sun.misc.FDBigInteger
+sun.misc.FloatingDecimal
+sun.misc.FloatingDecimal$1
+sun.misc.FloatingDecimal$ASCIIToBinaryBuffer
+sun.misc.FloatingDecimal$ASCIIToBinaryConverter
+sun.misc.FloatingDecimal$BinaryToASCIIBuffer
+sun.misc.FloatingDecimal$BinaryToASCIIConverter
+sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
+sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
+sun.misc.FormattedFloatingDecimal$1
+sun.misc.IOUtils
+sun.misc.JavaIOFileDescriptorAccess
+sun.misc.SharedSecrets
+sun.misc.Unsafe
+sun.misc.VM
+sun.misc.Version
+sun.net.ConnectionResetException
+sun.net.NetHooks
+sun.net.NetProperties$1
+sun.net.spi.DefaultProxySelector
+sun.net.spi.DefaultProxySelector$1
+sun.net.spi.nameservice.NameService
+sun.net.util.IPAddressUtil
+sun.net.www.ParseUtil
+sun.net.www.protocol.file.Handler
+sun.net.www.protocol.jar.Handler
+sun.nio.ch.DatagramChannelImpl
+sun.nio.ch.DatagramDispatcher
+sun.nio.ch.DirectBuffer
+sun.nio.ch.FileChannelImpl
+sun.nio.ch.FileChannelImpl$Unmapper
+sun.nio.ch.FileDispatcher
+sun.nio.ch.FileDispatcherImpl
+sun.nio.ch.FileKey
+sun.nio.ch.FileLockTable
+sun.nio.ch.IOStatus
+sun.nio.ch.IOUtil
+sun.nio.ch.Interruptible
+sun.nio.ch.NativeDispatcher
+sun.nio.ch.NativeThread
+sun.nio.ch.NativeThreadSet
+sun.nio.ch.Net
+sun.nio.ch.SelChImpl
+sun.nio.ch.ServerSocketChannelImpl
+sun.nio.ch.SharedFileLockTable$FileLockReference
+sun.nio.ch.SocketChannelImpl
+sun.nio.ch.Util$1
+sun.nio.cs.ArrayEncoder
+sun.nio.cs.StreamDecoder
+sun.nio.cs.StreamEncoder
+sun.nio.fs.AbstractFileSystemProvider
+sun.nio.fs.AbstractPath
+sun.nio.fs.DefaultFileSystemProvider
+sun.nio.fs.LinuxFileSystem
+sun.nio.fs.LinuxFileSystemProvider
+sun.nio.fs.NativeBuffer$Deallocator
+sun.nio.fs.UnixChannelFactory$Flags
+sun.nio.fs.UnixFileSystem
+sun.nio.fs.UnixFileSystemProvider
+sun.security.action.GetBooleanAction
+sun.security.action.GetPropertyAction
+sun.security.jca.GetInstance
+sun.security.jca.GetInstance$Instance
+sun.security.jca.ProviderConfig
+sun.security.jca.ProviderConfig$2
+sun.security.jca.ProviderList
+sun.security.jca.ProviderList$1
+sun.security.jca.ProviderList$2
+sun.security.jca.ProviderList$3
+sun.security.jca.ProviderList$ServiceList
+sun.security.jca.ProviderList$ServiceList$1
+sun.security.jca.Providers
+sun.security.jca.ServiceId
+sun.security.provider.CertPathProvider
+sun.security.provider.X509Factory
+sun.security.provider.certpath.AdaptableX509CertSelector
+sun.security.provider.certpath.AlgorithmChecker
+sun.security.provider.certpath.BasicChecker
+sun.security.provider.certpath.CertPathHelper
+sun.security.provider.certpath.ConstraintsChecker
+sun.security.provider.certpath.KeyChecker
+sun.security.provider.certpath.PKIX
+sun.security.provider.certpath.PKIX$ValidatorParams
+sun.security.provider.certpath.PKIXCertPathValidator
+sun.security.provider.certpath.PKIXMasterCertPathValidator
+sun.security.provider.certpath.PolicyChecker
+sun.security.provider.certpath.PolicyNodeImpl
+sun.security.util.AbstractAlgorithmConstraints
+sun.security.util.AbstractAlgorithmConstraints$1
+sun.security.util.AlgorithmDecomposer
+sun.security.util.BitArray
+sun.security.util.ByteArrayLexOrder
+sun.security.util.ByteArrayTagOrder
+sun.security.util.Cache
+sun.security.util.Cache$EqualByteArray
+sun.security.util.CertConstraintParameters
+sun.security.util.Debug
+sun.security.util.DerEncoder
+sun.security.util.DerIndefLenConverter
+sun.security.util.DerInputBuffer
+sun.security.util.DerInputStream
+sun.security.util.DerOutputStream
+sun.security.util.DerValue
+sun.security.util.DisabledAlgorithmConstraints
+sun.security.util.DisabledAlgorithmConstraints$Constraint
+sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
+sun.security.util.DisabledAlgorithmConstraints$Constraints
+sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
+sun.security.util.KeyUtil
+sun.security.util.Length
+sun.security.util.MemoryCache
+sun.security.util.MemoryCache$CacheEntry
+sun.security.util.MemoryCache$SoftCacheEntry
+sun.security.util.ObjectIdentifier
+sun.security.x509.AVA
+sun.security.x509.AVAKeyword
+sun.security.x509.AccessDescription
+sun.security.x509.AlgorithmId
+sun.security.x509.AuthorityInfoAccessExtension
+sun.security.x509.AuthorityKeyIdentifierExtension
+sun.security.x509.BasicConstraintsExtension
+sun.security.x509.CRLDistributionPointsExtension
+sun.security.x509.CRLNumberExtension
+sun.security.x509.CertAttrSet
+sun.security.x509.CertificateAlgorithmId
+sun.security.x509.CertificateExtensions
+sun.security.x509.CertificateIssuerExtension
+sun.security.x509.CertificatePoliciesExtension
+sun.security.x509.CertificatePolicyId
+sun.security.x509.CertificateSerialNumber
+sun.security.x509.CertificateValidity
+sun.security.x509.CertificateVersion
+sun.security.x509.CertificateX509Key
+sun.security.x509.DNSName
+sun.security.x509.DeltaCRLIndicatorExtension
+sun.security.x509.DistributionPoint
+sun.security.x509.ExtendedKeyUsageExtension
+sun.security.x509.Extension
+sun.security.x509.FreshestCRLExtension
+sun.security.x509.GeneralName
+sun.security.x509.GeneralNameInterface
+sun.security.x509.GeneralNames
+sun.security.x509.IssuerAlternativeNameExtension
+sun.security.x509.IssuingDistributionPointExtension
+sun.security.x509.KeyIdentifier
+sun.security.x509.KeyUsageExtension
+sun.security.x509.NameConstraintsExtension
+sun.security.x509.OCSPNoCheckExtension
+sun.security.x509.OIDMap
+sun.security.x509.OIDMap$OIDInfo
+sun.security.x509.PolicyConstraintsExtension
+sun.security.x509.PolicyInformation
+sun.security.x509.PolicyMappingsExtension
+sun.security.x509.PrivateKeyUsageExtension
+sun.security.x509.RDN
+sun.security.x509.SerialNumber
+sun.security.x509.SubjectAlternativeNameExtension
+sun.security.x509.SubjectInfoAccessExtension
+sun.security.x509.SubjectKeyIdentifierExtension
+sun.security.x509.URIName
+sun.security.x509.X500Name
+sun.security.x509.X500Name$1
+sun.security.x509.X509AttributeName
+sun.security.x509.X509CertImpl
+sun.security.x509.X509CertInfo
+sun.security.x509.X509Key
+sun.util.calendar.AbstractCalendar
+sun.util.calendar.BaseCalendar
+sun.util.calendar.BaseCalendar$Date
+sun.util.calendar.CalendarDate
+sun.util.calendar.CalendarSystem
+sun.util.calendar.CalendarUtils
+sun.util.calendar.Gregorian
+sun.util.calendar.Gregorian$Date
+sun.util.calendar.JulianCalendar
+sun.util.calendar.LocalGregorianCalendar
+sun.util.locale.BaseLocale
+sun.util.locale.BaseLocale$Cache
+sun.util.locale.BaseLocale$Key
+sun.util.locale.InternalLocaleBuilder
+sun.util.locale.InternalLocaleBuilder$CaseInsensitiveChar
+sun.util.locale.LanguageTag
+sun.util.locale.LocaleObjectCache
+sun.util.locale.LocaleObjectCache$CacheEntry
+sun.util.locale.LocaleSyntaxException
+sun.util.locale.LocaleUtils
+sun.util.locale.ParseStatus
+sun.util.locale.StringTokenIterator
+sun.util.logging.LoggingProxy
+sun.util.logging.LoggingSupport
+sun.util.logging.LoggingSupport$1
+sun.util.logging.PlatformLogger
+sun.util.logging.PlatformLogger$1
+sun.util.logging.PlatformLogger$Level
diff --git a/system/etc/prop.default b/system/etc/prop.default
new file mode 100644
index 0000000000000000000000000000000000000000..fe3e9013eb08490a636a98830bfc1b7ed0dd6406
--- /dev/null
+++ b/system/etc/prop.default
@@ -0,0 +1,15 @@
+#
+# ADDITIONAL_DEFAULT_PROPERTIES
+#
+ro.secure=1
+security.perf_harden=1
+ro.adb.secure=1
+ro.allow.mock.location=0
+ro.debuggable=0
+#
+# BOOTIMAGE_BUILD_PROPERTIES
+#
+ro.bootimage.build.date=Tue Dec 4 15:47:35 CST 2018
+ro.bootimage.build.date.utc=1543909655
+ro.bootimage.build.fingerprint=YU/YU5014/YU5014:8.1.0/O11019/1543909657:user/release-keys
+persist.sys.usb.config=none
diff --git a/system/etc/public.libraries.txt b/system/etc/public.libraries.txt
new file mode 100644
index 0000000000000000000000000000000000000000..54820853f7721ea3b5f1d8ca4553c5c8e9430360
--- /dev/null
+++ b/system/etc/public.libraries.txt
@@ -0,0 +1,25 @@
+libandroid.so
+libaaudio.so
+libc.so
+libcamera2ndk.so
+libdl.so
+libEGL.so
+libGLESv1_CM.so
+libGLESv2.so
+libGLESv3.so
+libicui18n.so
+libicuuc.so
+libjnigraphics.so
+liblog.so
+libmediandk.so
+libm.so
+libnativewindow.so
+libneuralnetworks.so
+libOpenMAXAL.so
+libOpenSLES.so
+libRS.so
+libstdc++.so
+libsync.so
+libvulkan.so
+libwebviewchromium_plat_support.so
+libz.so
diff --git a/system/etc/r_submix_audio_policy_configuration.xml b/system/etc/r_submix_audio_policy_configuration.xml
new file mode 100644
index 0000000000000000000000000000000000000000..dc2a5ecc8283396ba80952364b12b0e3d0c20a35
--- /dev/null
+++ b/system/etc/r_submix_audio_policy_configuration.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<!-- Remote Submix Audio Policy Configuration file -->
+<module name="r_submix" halVersion="2.0">
+    <attachedDevices>
+        <item>Remote Submix In</item>
+    </attachedDevices>
+    <mixPorts>
+        <mixPort name="r_submix output" role="source">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </mixPort>
+        <mixPort name="r_submix input" role="sink">
+           <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                    samplingRates="48000" channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
+        </mixPort>
+   </mixPorts>
+   <devicePorts>
+       <devicePort tagName="Remote Submix Out" type="AUDIO_DEVICE_OUT_REMOTE_SUBMIX"  role="sink">
+           <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                    samplingRates="48000" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+       </devicePort>
+       <devicePort tagName="Remote Submix In" type="AUDIO_DEVICE_IN_REMOTE_SUBMIX"  role="source">
+           <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                    samplingRates="48000" channelMasks="AUDIO_CHANNEL_IN_STEREO"/>
+        </devicePort>
+    </devicePorts>
+    <routes>
+        <route type="mix" sink="Remote Submix Out"
+               sources="r_submix output"/>
+        <route type="mix" sink="r_submix input"
+               sources="Remote Submix In"/>
+    </routes>
+</module>
diff --git a/system/etc/recovery-resource.dat b/system/etc/recovery-resource.dat
new file mode 100644
index 0000000000000000000000000000000000000000..c0e182c0b149d0ba2abe80bb9d47466a5f9ff0e7
Binary files /dev/null and b/system/etc/recovery-resource.dat differ
diff --git a/system/etc/seccomp_policy/mediacodec.policy b/system/etc/seccomp_policy/mediacodec.policy
new file mode 100644
index 0000000000000000000000000000000000000000..a3ba7ec2494cdc95aaf384b47fe9704e4b6233b3
--- /dev/null
+++ b/system/etc/seccomp_policy/mediacodec.policy
@@ -0,0 +1,73 @@
+# Organized by frequency of systemcall - in descending order for
+# best performance.
+futex: 1
+ioctl: 1
+write: 1
+prctl: 1
+clock_gettime: 1
+getpriority: 1
+read: 1
+close: 1
+writev: 1
+dup: 1
+ppoll: 1
+mmap2: 1
+getrandom: 1
+
+# mremap: Ensure |flags| are (MREMAP_MAYMOVE | MREMAP_FIXED) TODO: Once minijail
+# parser support for '<' is in this needs to be modified to also prevent
+# |old_address| and |new_address| from touching the exception vector page, which
+# on ARM is statically loaded at 0xffff 0000. See
+# http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0211h/Babfeega.html
+# for more details.
+mremap: arg3 == 3
+munmap: 1
+mprotect: 1
+madvise: 1
+openat: 1
+sigaltstack: 1
+clone: 1
+setpriority: 1
+getuid32: 1
+fstat64: 1
+fstatfs64: 1
+pread64: 1
+faccessat: 1
+readlinkat: 1
+exit: 1
+rt_sigprocmask: 1
+set_tid_address: 1
+restart_syscall: 1
+exit_group: 1
+rt_sigreturn: 1
+pipe2: 1
+gettimeofday: 1
+sched_yield: 1
+nanosleep: 1
+lseek: 1
+_llseek: 1
+sched_get_priority_max: 1
+sched_get_priority_min: 1
+statfs64: 1
+sched_setscheduler: 1
+fstatat64: 1
+ugetrlimit: 1
+pselect6: 1
+getdents64: 1
+sched_getparam: 1
+sched_getscheduler: 1
+
+# for attaching to debuggerd on process crash
+sigaction: 1
+tgkill: 1
+socket: 1
+connect: 1
+fcntl64: 1
+rt_tgsigqueueinfo: 1
+geteuid32: 1
+getgid32: 1
+getegid32: 1
+getgroups32: 1
+recvmsg: 1
+getpid: 1
+gettid: 1
diff --git a/system/etc/seccomp_policy/mediaextractor.policy b/system/etc/seccomp_policy/mediaextractor.policy
new file mode 100644
index 0000000000000000000000000000000000000000..bac709deca71c46392a17bd7aeb143ad88a1ec2d
--- /dev/null
+++ b/system/etc/seccomp_policy/mediaextractor.policy
@@ -0,0 +1,59 @@
+# Organized by frequency of systemcall - in descending order for
+# best performance.
+ioctl: 1
+futex: 1
+prctl: 1
+write: 1
+getpriority: 1
+close: 1
+dup: 1
+mmap: 1
+munmap: 1
+openat: 1
+mprotect: 1
+madvise: 1
+getuid: 1
+fstat: 1
+fstatfs: 1
+read: 1
+setpriority: 1
+sigaltstack: 1
+clone: 1
+lseek: 1
+newfstatat: 1
+faccessat: 1
+restart_syscall: 1
+exit: 1
+exit_group: 1
+rt_sigreturn: 1
+getrlimit: 1
+nanosleep: 1
+
+# for FileSource
+readlinkat: 1
+
+# for attaching to debuggerd on process crash
+tgkill: 1
+rt_sigprocmask: 1
+rt_sigaction: 1
+# socket: arg0 == AF_LOCAL
+socket: arg0 == 1
+connect: 1
+recvmsg: 1
+rt_tgsigqueueinfo: 1
+writev: 1
+geteuid: 1
+getgid: 1
+getegid: 1
+getgroups: 1
+getdents64: 1
+pipe2: 1
+ppoll: 1
+getpid: 1
+gettid: 1
+
+# mtk add >>>
+gettimeofday: 1
+clock_gettime: 1
+unlinkat: 1
+# <<< mtk add
diff --git a/system/etc/security/cacerts/00673b5b.0 b/system/etc/security/cacerts/00673b5b.0
new file mode 100644
index 0000000000000000000000000000000000000000..ccea509428c5bbbec4c007e438c3bf5ae2746b81
--- /dev/null
+++ b/system/etc/security/cacerts/00673b5b.0
@@ -0,0 +1,83 @@
+-----BEGIN CERTIFICATE-----
+MIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB
+qTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
+Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
+MDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV
+BAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw
+NzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j
+LjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG
+A1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl
+IG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG
+SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs
+W0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta
+3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk
+6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6
+Sk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J
+NqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA
+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP
+r87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU
+DW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz
+YJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX
+xPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2
+/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/
+LHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7
+jVaMaA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            34:4e:d5:57:20:d5:ed:ec:49:f4:2f:ce:37:db:2b:6d
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2006 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA
+        Validity
+            Not Before: Nov 17 00:00:00 2006 GMT
+            Not After : Jul 16 23:59:59 2036 GMT
+        Subject: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2006 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ac:a0:f0:fb:80:59:d4:9c:c7:a4:cf:9d:a1:59:
+                    73:09:10:45:0c:0d:2c:6e:68:f1:6c:5b:48:68:49:
+                    59:37:fc:0b:33:19:c2:77:7f:cc:10:2d:95:34:1c:
+                    e6:eb:4d:09:a7:1c:d2:b8:c9:97:36:02:b7:89:d4:
+                    24:5f:06:c0:cc:44:94:94:8d:02:62:6f:eb:5a:dd:
+                    11:8d:28:9a:5c:84:90:10:7a:0d:bd:74:66:2f:6a:
+                    38:a0:e2:d5:54:44:eb:1d:07:9f:07:ba:6f:ee:e9:
+                    fd:4e:0b:29:f5:3e:84:a0:01:f1:9c:ab:f8:1c:7e:
+                    89:a4:e8:a1:d8:71:65:0d:a3:51:7b:ee:bc:d2:22:
+                    60:0d:b9:5b:9d:df:ba:fc:51:5b:0b:af:98:b2:e9:
+                    2e:e9:04:e8:62:87:de:2b:c8:d7:4e:c1:4c:64:1e:
+                    dd:cf:87:58:ba:4a:4f:ca:68:07:1d:1c:9d:4a:c6:
+                    d5:2f:91:cc:7c:71:72:1c:c5:c0:67:eb:32:fd:c9:
+                    92:5c:94:da:85:c0:9b:bf:53:7d:2b:09:f4:8c:9d:
+                    91:1f:97:6a:52:cb:de:09:36:a4:77:d8:7b:87:50:
+                    44:d5:3e:6e:29:69:fb:39:49:26:1e:09:a5:80:7b:
+                    40:2d:eb:e8:27:85:c9:fe:61:fd:7e:e6:7c:97:1d:
+                    d5:9d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                7B:5B:45:CF:AF:CE:CB:7A:FD:31:92:1A:6A:B6:F3:46:EB:57:48:50
+    Signature Algorithm: sha1WithRSAEncryption
+         79:11:c0:4b:b3:91:b6:fc:f0:e9:67:d4:0d:6e:45:be:55:e8:
+         93:d2:ce:03:3f:ed:da:25:b0:1d:57:cb:1e:3a:76:a0:4c:ec:
+         50:76:e8:64:72:0c:a4:a9:f1:b8:8b:d6:d6:87:84:bb:32:e5:
+         41:11:c0:77:d9:b3:60:9d:eb:1b:d5:d1:6e:44:44:a9:a6:01:
+         ec:55:62:1d:77:b8:5c:8e:48:49:7c:9c:3b:57:11:ac:ad:73:
+         37:8e:2f:78:5c:90:68:47:d9:60:60:e6:fc:07:3d:22:20:17:
+         c4:f7:16:e9:c4:d8:72:f9:c8:73:7c:df:16:2f:15:a9:3e:fd:
+         6a:27:b6:a1:eb:5a:ba:98:1f:d5:e3:4d:64:0a:9d:13:c8:61:
+         ba:f5:39:1c:87:ba:b8:bd:7b:22:7f:f6:fe:ac:40:79:e5:ac:
+         10:6f:3d:8f:1b:79:76:8b:c4:37:b3:21:18:84:e5:36:00:eb:
+         63:20:99:b9:e9:fe:33:04:bb:41:c8:c1:02:f9:44:63:20:9e:
+         81:ce:42:d3:d6:3f:2c:76:d3:63:9c:59:dd:8f:a6:e1:0e:a0:
+         2e:41:f7:2e:95:47:cf:bc:fd:33:f3:f6:0b:61:7e:7e:91:2b:
+         81:47:c2:27:30:ee:a7:10:5d:37:8f:5c:39:2b:e4:04:f0:7b:
+         8d:56:8c:68
+SHA1 Fingerprint=91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81
diff --git a/system/etc/security/cacerts/02756ea4.0 b/system/etc/security/cacerts/02756ea4.0
new file mode 100644
index 0000000000000000000000000000000000000000..e4787e581bfba5e8b70b6942f97ad270891c1cb9
--- /dev/null
+++ b/system/etc/security/cacerts/02756ea4.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIFazCCA1OgAwIBAgISESBVg+QtPlRWhS2DN7cs3EYRMA0GCSqGSIb3DQEBDQUA
+MD4xCzAJBgNVBAYTAkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2Vy
+dHBsdXMgUm9vdCBDQSBHMTAeFw0xNDA1MjYwMDAwMDBaFw0zODAxMTUwMDAwMDBa
+MD4xCzAJBgNVBAYTAkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2Vy
+dHBsdXMgUm9vdCBDQSBHMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB
+ANpQh7bauKk+nWT6VjOaVj0W5QOVsjQcmm1iBdTYj+eJZJ+622SLZOZ5KmHNr49a
+iZFluVj8tANfkT8tEBXgfs+8/H9DZ6itXjYj2JizTfNDnjl8KvzsiNWI7nC9hRYt
+6kuJPKNxQv4c/dMcLRC4hlTqQ7jbxofaqK6AJc96Jh2qkbBIb6613p7Y1/oA/caP
+0FG7Yn2ksYyy/yARujVjBYZHYEMzkPZHogNPlk2dT8Hq6pyi/jQu3rfKG3akt62f
+6ajUeD94/vI4CTYd0hYCyOwqaK/1jpTvLRN6HkJKHRUxrgwEV/xhc/MxVoYxgKDE
+EW4wduOU8F8ExKyHcomYxZ3MVwia9Az8fXoFOvpHgDm2z4QTd28n6v+WZxcIbekN
+1iNQMLAVdBM+5S//Ds3EC0pd8NgAM0lm66EYfFkuPSi5YXHLtaW6uOrc4nBvCGrc
+h2c0798wct3zyT8j/zXhviEpIDCB5BmlIOklynMxdCm+4kLV87ImZsdo/Rmz5yCT
+mehd4F6H50boJZwKKSTUzViGUkAksnsPmBIgJPaQbEfIDbsYIC7Z/fyL8inqh3SV
+4EJQeIQEQWGw9CEjjy3LKCHyamz0GqbFFLQ3ZU+V/YDI+HLlJWvEYLF7bY5KinPO
+WftwenMGE9nTdDckQQoRb5fc5+R+ob0V8rqHDz1oihYHAgMBAAGjYzBhMA4GA1Ud
+DwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSowcCbkahDFXxd
+Bie0KlHYlwuBsTAfBgNVHSMEGDAWgBSowcCbkahDFXxdBie0KlHYlwuBsTANBgkq
+hkiG9w0BAQ0FAAOCAgEAnFZvAX7RvUz1isbwJh/k4DgYzDLDKTudQSk0YcbX8ACh
+66Ryj5QXvBMsdbRX7gp8CXrc1cqh0DQT+Hern+X+2B50ioUHj3/MeXrKls3N/U/7
+/SMNkPX0XtPGYX2eEeAC7gkE2Qfdpoq3DIMku4NQkv5gdRE+2J2winq14J2by5BS
+S7CTKtQ+FjPlnsZlFT5kOwQ/2wyPX1wdaR+v8+khjPPvl/aatxm2hHSco1S1cE5j
+2FddUyGbQJJD+tZ3VTNPZNX70Cxqjm0lpu+F6ALEUz65noe8zDUa3qHpimOHZR4R
+Kttjd5cUvpoUmRGywO6wT/gUITJDT5+rosuoD6o7BlXGEilXCNQ314cnrUlZp5Gr
+RHpejXDbl85IULFzk/bwg2D5zfHhMf1bfHEhYxQUqq/F3pN+aLHsIqKqkHWetUNy
+6mSjhEv9DKgma3GX7lZjZuhCVPnHHd/Qj1vfyDBviP4NxDMcU6ij/UgQ8uQKTuEV
+V/xuZDDCVRHc6qnNSlSsKWNEz0pAoNZoWRsz+e86i9sgktxChL8Bq4fA1SCC28a5
+g4VCXA9DO2pJNdWY9BW/+mGBDAkgGNLQFwzLSABQ6XaCjGTXOqAHVcweMcDvOrRl
+++O/QmueD6i9a5jc2NvLi6Td11n0bt3+qsOR0C5CB8AMTVPNJLFMWx5R9N/pkvo=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            11:20:55:83:e4:2d:3e:54:56:85:2d:83:37:b7:2c:dc:46:11
+    Signature Algorithm: sha512WithRSAEncryption
+        Issuer: C=FR, O=Certplus, CN=Certplus Root CA G1
+        Validity
+            Not Before: May 26 00:00:00 2014 GMT
+            Not After : Jan 15 00:00:00 2038 GMT
+        Subject: C=FR, O=Certplus, CN=Certplus Root CA G1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:da:50:87:b6:da:b8:a9:3e:9d:64:fa:56:33:9a:
+                    56:3d:16:e5:03:95:b2:34:1c:9a:6d:62:05:d4:d8:
+                    8f:e7:89:64:9f:ba:db:64:8b:64:e6:79:2a:61:cd:
+                    af:8f:5a:89:91:65:b9:58:fc:b4:03:5f:91:3f:2d:
+                    10:15:e0:7e:cf:bc:fc:7f:43:67:a8:ad:5e:36:23:
+                    d8:98:b3:4d:f3:43:9e:39:7c:2a:fc:ec:88:d5:88:
+                    ee:70:bd:85:16:2d:ea:4b:89:3c:a3:71:42:fe:1c:
+                    fd:d3:1c:2d:10:b8:86:54:ea:43:b8:db:c6:87:da:
+                    a8:ae:80:25:cf:7a:26:1d:aa:91:b0:48:6f:ae:b5:
+                    de:9e:d8:d7:fa:00:fd:c6:8f:d0:51:bb:62:7d:a4:
+                    b1:8c:b2:ff:20:11:ba:35:63:05:86:47:60:43:33:
+                    90:f6:47:a2:03:4f:96:4d:9d:4f:c1:ea:ea:9c:a2:
+                    fe:34:2e:de:b7:ca:1b:76:a4:b7:ad:9f:e9:a8:d4:
+                    78:3f:78:fe:f2:38:09:36:1d:d2:16:02:c8:ec:2a:
+                    68:af:f5:8e:94:ef:2d:13:7a:1e:42:4a:1d:15:31:
+                    ae:0c:04:57:fc:61:73:f3:31:56:86:31:80:a0:c4:
+                    11:6e:30:76:e3:94:f0:5f:04:c4:ac:87:72:89:98:
+                    c5:9d:cc:57:08:9a:f4:0c:fc:7d:7a:05:3a:fa:47:
+                    80:39:b6:cf:84:13:77:6f:27:ea:ff:96:67:17:08:
+                    6d:e9:0d:d6:23:50:30:b0:15:74:13:3e:e5:2f:ff:
+                    0e:cd:c4:0b:4a:5d:f0:d8:00:33:49:66:eb:a1:18:
+                    7c:59:2e:3d:28:b9:61:71:cb:b5:a5:ba:b8:ea:dc:
+                    e2:70:6f:08:6a:dc:87:67:34:ef:df:30:72:dd:f3:
+                    c9:3f:23:ff:35:e1:be:21:29:20:30:81:e4:19:a5:
+                    20:e9:25:ca:73:31:74:29:be:e2:42:d5:f3:b2:26:
+                    66:c7:68:fd:19:b3:e7:20:93:99:e8:5d:e0:5e:87:
+                    e7:46:e8:25:9c:0a:29:24:d4:cd:58:86:52:40:24:
+                    b2:7b:0f:98:12:20:24:f6:90:6c:47:c8:0d:bb:18:
+                    20:2e:d9:fd:fc:8b:f2:29:ea:87:74:95:e0:42:50:
+                    78:84:04:41:61:b0:f4:21:23:8f:2d:cb:28:21:f2:
+                    6a:6c:f4:1a:a6:c5:14:b4:37:65:4f:95:fd:80:c8:
+                    f8:72:e5:25:6b:c4:60:b1:7b:6d:8e:4a:8a:73:ce:
+                    59:fb:70:7a:73:06:13:d9:d3:74:37:24:41:0a:11:
+                    6f:97:dc:e7:e4:7e:a1:bd:15:f2:ba:87:0f:3d:68:
+                    8a:16:07
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                A8:C1:C0:9B:91:A8:43:15:7C:5D:06:27:B4:2A:51:D8:97:0B:81:B1
+            X509v3 Authority Key Identifier: 
+                keyid:A8:C1:C0:9B:91:A8:43:15:7C:5D:06:27:B4:2A:51:D8:97:0B:81:B1
+
+    Signature Algorithm: sha512WithRSAEncryption
+         9c:56:6f:01:7e:d1:bd:4c:f5:8a:c6:f0:26:1f:e4:e0:38:18:
+         cc:32:c3:29:3b:9d:41:29:34:61:c6:d7:f0:00:a1:eb:a4:72:
+         8f:94:17:bc:13:2c:75:b4:57:ee:0a:7c:09:7a:dc:d5:ca:a1:
+         d0:34:13:f8:77:ab:9f:e5:fe:d8:1e:74:8a:85:07:8f:7f:cc:
+         79:7a:ca:96:cd:cd:fd:4f:fb:fd:23:0d:90:f5:f4:5e:d3:c6:
+         61:7d:9e:11:e0:02:ee:09:04:d9:07:dd:a6:8a:b7:0c:83:24:
+         bb:83:50:92:fe:60:75:11:3e:d8:9d:b0:8a:7a:b5:e0:9d:9b:
+         cb:90:52:4b:b0:93:2a:d4:3e:16:33:e5:9e:c6:65:15:3e:64:
+         3b:04:3f:db:0c:8f:5f:5c:1d:69:1f:af:f3:e9:21:8c:f3:ef:
+         97:f6:9a:b7:19:b6:84:74:9c:a3:54:b5:70:4e:63:d8:57:5d:
+         53:21:9b:40:92:43:fa:d6:77:55:33:4f:64:d5:fb:d0:2c:6a:
+         8e:6d:25:a6:ef:85:e8:02:c4:53:3e:b9:9e:87:bc:cc:35:1a:
+         de:a1:e9:8a:63:87:65:1e:11:2a:db:63:77:97:14:be:9a:14:
+         99:11:b2:c0:ee:b0:4f:f8:14:21:32:43:4f:9f:ab:a2:cb:a8:
+         0f:aa:3b:06:55:c6:12:29:57:08:d4:37:d7:87:27:ad:49:59:
+         a7:91:ab:44:7a:5e:8d:70:db:97:ce:48:50:b1:73:93:f6:f0:
+         83:60:f9:cd:f1:e1:31:fd:5b:7c:71:21:63:14:14:aa:af:c5:
+         de:93:7e:68:b1:ec:22:a2:aa:90:75:9e:b5:43:72:ea:64:a3:
+         84:4b:fd:0c:a8:26:6b:71:97:ee:56:63:66:e8:42:54:f9:c7:
+         1d:df:d0:8f:5b:df:c8:30:6f:88:fe:0d:c4:33:1c:53:a8:a3:
+         fd:48:10:f2:e4:0a:4e:e1:15:57:fc:6e:64:30:c2:55:11:dc:
+         ea:a9:cd:4a:54:ac:29:63:44:cf:4a:40:a0:d6:68:59:1b:33:
+         f9:ef:3a:8b:db:20:92:dc:42:84:bf:01:ab:87:c0:d5:20:82:
+         db:c6:b9:83:85:42:5c:0f:43:3b:6a:49:35:d5:98:f4:15:bf:
+         fa:61:81:0c:09:20:18:d2:d0:17:0c:cb:48:00:50:e9:76:82:
+         8c:64:d7:3a:a0:07:55:cc:1e:31:c0:ef:3a:b4:65:fb:e3:bf:
+         42:6b:9e:0f:a8:bd:6b:98:dc:d8:db:cb:8b:a4:dd:d7:59:f4:
+         6e:dd:fe:aa:c3:91:d0:2e:42:07:c0:0c:4d:53:cd:24:b1:4c:
+         5b:1e:51:f4:df:e9:92:fa
+SHA1 Fingerprint=22:FD:D0:B7:FD:A2:4E:0D:AC:49:2C:A0:AC:A6:7B:6A:1F:E3:F7:66
diff --git a/system/etc/security/cacerts/04f60c28.0 b/system/etc/security/cacerts/04f60c28.0
new file mode 100644
index 0000000000000000000000000000000000000000..dec2f4ed8a62dcf13602cf3f49f8d9725313c9c3
--- /dev/null
+++ b/system/etc/security/cacerts/04f60c28.0
@@ -0,0 +1,54 @@
+-----BEGIN CERTIFICATE-----
+MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL
+MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl
+eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT
+JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx
+MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT
+Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg
+VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm
+aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo
+I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng
+o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G
+A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD
+VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB
+zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW
+RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            5c:8b:99:c5:5a:94:c5:d2:71:56:de:cd:89:80:cc:26
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
+        Validity
+            Not Before: Feb  1 00:00:00 2010 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust ECC Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:1a:ac:54:5a:a9:f9:68:23:e7:7a:d5:24:6f:53:
+                    c6:5a:d8:4b:ab:c6:d5:b6:d1:e6:73:71:ae:dd:9c:
+                    d6:0c:61:fd:db:a0:89:03:b8:05:14:ec:57:ce:ee:
+                    5d:3f:e2:21:b3:ce:f7:d4:8a:79:e0:a3:83:7e:2d:
+                    97:d0:61:c4:f1:99:dc:25:91:63:ab:7f:30:a3:b4:
+                    70:e2:c7:a1:33:9c:f3:bf:2e:5c:53:b1:5f:b3:7d:
+                    32:7f:8a:34:e3:79:79
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                3A:E1:09:86:D4:CF:19:C2:96:76:74:49:76:DC:E0:35:C6:63:63:9A
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:30:36:67:a1:16:08:dc:e4:97:00:41:1d:4e:be:e1:
+         63:01:cf:3b:aa:42:11:64:a0:9d:94:39:02:11:79:5c:7b:1d:
+         fa:64:b9:ee:16:42:b3:bf:8a:c2:09:c4:ec:e4:b1:4d:02:31:
+         00:e9:2a:61:47:8c:52:4a:4b:4e:18:70:f6:d6:44:d6:6e:f5:
+         83:ba:6d:58:bd:24:d9:56:48:ea:ef:c4:a2:46:81:88:6a:3a:
+         46:d1:a9:9b:4d:c9:61:da:d1:5d:57:6a:18
+SHA1 Fingerprint=D1:CB:CA:5D:B2:D5:2A:7F:69:3B:67:4D:E5:F0:5A:1D:0C:95:7D:F0
diff --git a/system/etc/security/cacerts/0d5a4e1c.0 b/system/etc/security/cacerts/0d5a4e1c.0
new file mode 100644
index 0000000000000000000000000000000000000000..2a40cf60ad77c354fbfeca2cc7758affbea3430f
--- /dev/null
+++ b/system/etc/security/cacerts/0d5a4e1c.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIIEJzCCAw+gAwIBAgIHAI4X/iQggTANBgkqhkiG9w0BAQsFADCBsTELMAkGA1UE
+BhMCVFIxDzANBgNVBAcMBkFua2FyYTFNMEsGA1UECgxEVMOcUktUUlVTVCBCaWxn
+aSDEsGxldGnFn2ltIHZlIEJpbGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkg
+QS7Fni4xQjBABgNVBAMMOVTDnFJLVFJVU1QgRWxla3Ryb25payBTZXJ0aWZpa2Eg
+SGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSBINTAeFw0xMzA0MzAwODA3MDFaFw0yMzA0
+MjgwODA3MDFaMIGxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMU0wSwYD
+VQQKDERUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8
+dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLjFCMEAGA1UEAww5VMOcUktUUlVTVCBF
+bGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIEg1MIIB
+IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApCUZ4WWe60ghUEoI5RHwWrom
+/4NZzkQqL/7hzmAD/I0Dpe3/a6i6zDQGn1k19uwsu537jVJp45wnEFPzpALFp/kR
+Gml1bsMdi9GYjZOHp3GXDSHHmflS0yxjXVW86B8BSLlg/kJK9siArs1mep5Fimh3
+4khon6La8eHBEJ/rPCmBp+EyCNSgBbGM+42WAA4+Jd9ThiI7/PS98wl+d+yG6w8z
+5UNP9FR1bSmZLmZaQ9/LXMrI5Tjxfjs1nQ/0xVqhzPMggCTTV+wVunUlm+hkS7M0
+hO8EuPbJbKoCPrZV4jI3X/xml1/N1p7HIL9Nxqw/dV8c7TKcfGkAaZHjIxhT6QID
+AQABo0IwQDAdBgNVHQ4EFgQUVpkHHtOsDGlktAxQR95DLL4gwPswDgYDVR0PAQH/
+BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAJ5FdnsX
+SDLyOIspve6WSk6BGLFRRyDN0GSxDsnZAdkJzsiZ3GglE9Rc8qPoBP5yCccLqh0l
+VX6Wmle3usURehnmp349hQ71+S4pL+f5bFgWV1Al9j4uPqrtd3GqqpmWRgqujuwq
+URawXs3qZwQcWDD1YIq9pr1N5Za0/EKJAWv2cMhQOQwt1WbZyNKzMrcbGW3LM/nf
+peYVhDfwwvJllpKQd/Ct9JDpEXjXk4nAPQu6KfTomZ1yju2dL+6SfaHx/126M2CF
+Yv4HAqGEVka+lgqaE9chTLd8B59OTj+RdPsnnRHM3eaxynFNExc5JsUpISuTKWqW
++qtB4Uu2NQvAmxU=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 156233699172481 (0x8e17fe242081)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=TR, L=Ankara, O=T\xC3\x9CRKTRUST Bilgi \xC4\xB0leti\xC5\x9Fim ve Bili\xC5\x9Fim G\xC3\xBCvenli\xC4\x9Fi Hizmetleri A.\xC5\x9E., CN=T\xC3\x9CRKTRUST Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1 H5
+        Validity
+            Not Before: Apr 30 08:07:01 2013 GMT
+            Not After : Apr 28 08:07:01 2023 GMT
+        Subject: C=TR, L=Ankara, O=T\xC3\x9CRKTRUST Bilgi \xC4\xB0leti\xC5\x9Fim ve Bili\xC5\x9Fim G\xC3\xBCvenli\xC4\x9Fi Hizmetleri A.\xC5\x9E., CN=T\xC3\x9CRKTRUST Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1 H5
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:a4:25:19:e1:65:9e:eb:48:21:50:4a:08:e5:11:
+                    f0:5a:ba:26:ff:83:59:ce:44:2a:2f:fe:e1:ce:60:
+                    03:fc:8d:03:a5:ed:ff:6b:a8:ba:cc:34:06:9f:59:
+                    35:f6:ec:2c:bb:9d:fb:8d:52:69:e3:9c:27:10:53:
+                    f3:a4:02:c5:a7:f9:11:1a:69:75:6e:c3:1d:8b:d1:
+                    98:8d:93:87:a7:71:97:0d:21:c7:99:f9:52:d3:2c:
+                    63:5d:55:bc:e8:1f:01:48:b9:60:fe:42:4a:f6:c8:
+                    80:ae:cd:66:7a:9e:45:8a:68:77:e2:48:68:9f:a2:
+                    da:f1:e1:c1:10:9f:eb:3c:29:81:a7:e1:32:08:d4:
+                    a0:05:b1:8c:fb:8d:96:00:0e:3e:25:df:53:86:22:
+                    3b:fc:f4:bd:f3:09:7e:77:ec:86:eb:0f:33:e5:43:
+                    4f:f4:54:75:6d:29:99:2e:66:5a:43:df:cb:5c:ca:
+                    c8:e5:38:f1:7e:3b:35:9d:0f:f4:c5:5a:a1:cc:f3:
+                    20:80:24:d3:57:ec:15:ba:75:25:9b:e8:64:4b:b3:
+                    34:84:ef:04:b8:f6:c9:6c:aa:02:3e:b6:55:e2:32:
+                    37:5f:fc:66:97:5f:cd:d6:9e:c7:20:bf:4d:c6:ac:
+                    3f:75:5f:1c:ed:32:9c:7c:69:00:69:91:e3:23:18:
+                    53:e9
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                56:99:07:1E:D3:AC:0C:69:64:B4:0C:50:47:DE:43:2C:BE:20:C0:FB
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha256WithRSAEncryption
+         9e:45:76:7b:17:48:32:f2:38:8b:29:bd:ee:96:4a:4e:81:18:
+         b1:51:47:20:cd:d0:64:b1:0e:c9:d9:01:d9:09:ce:c8:99:dc:
+         68:25:13:d4:5c:f2:a3:e8:04:fe:72:09:c7:0b:aa:1d:25:55:
+         7e:96:9a:57:b7:ba:c5:11:7a:19:e6:a7:7e:3d:85:0e:f5:f9:
+         2e:29:2f:e7:f9:6c:58:16:57:50:25:f6:3e:2e:3e:aa:ed:77:
+         71:aa:aa:99:96:46:0a:ae:8e:ec:2a:51:16:b0:5e:cd:ea:67:
+         04:1c:58:30:f5:60:8a:bd:a6:bd:4d:e5:96:b4:fc:42:89:01:
+         6b:f6:70:c8:50:39:0c:2d:d5:66:d9:c8:d2:b3:32:b7:1b:19:
+         6d:cb:33:f9:df:a5:e6:15:84:37:f0:c2:f2:65:96:92:90:77:
+         f0:ad:f4:90:e9:11:78:d7:93:89:c0:3d:0b:ba:29:f4:e8:99:
+         9d:72:8e:ed:9d:2f:ee:92:7d:a1:f1:ff:5d:ba:33:60:85:62:
+         fe:07:02:a1:84:56:46:be:96:0a:9a:13:d7:21:4c:b7:7c:07:
+         9f:4e:4e:3f:91:74:fb:27:9d:11:cc:dd:e6:b1:ca:71:4d:13:
+         17:39:26:c5:29:21:2b:93:29:6a:96:fa:ab:41:e1:4b:b6:35:
+         0b:c0:9b:15
+SHA1 Fingerprint=C4:18:F6:4D:46:D1:DF:00:3D:27:30:13:72:43:A9:12:11:C6:75:FB
diff --git a/system/etc/security/cacerts/0d69c7e1.0 b/system/etc/security/cacerts/0d69c7e1.0
new file mode 100644
index 0000000000000000000000000000000000000000..84c387e89a838f8d00ee098e654ef88f9873e07e
--- /dev/null
+++ b/system/etc/security/cacerts/0d69c7e1.0
@@ -0,0 +1,47 @@
+-----BEGIN CERTIFICATE-----
+MIIB4TCCAYegAwIBAgIRKjikHJYKBN5CsiilC+g0mAIwCgYIKoZIzj0EAwIwUDEk
+MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI0MRMwEQYDVQQKEwpH
+bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX
+DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD
+QSAtIFI0MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
+MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEuMZ5049sJQ6fLjkZHAOkrprlOQcJ
+FspjsbmG+IpXwVfOQvpzofdlQv8ewQCybnMO/8ch5RikqtlxP6jUuc6MHaNCMEAw
+DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFFSwe61F
+uOJAf/sKbvu+M8k8o4TVMAoGCCqGSM49BAMCA0gAMEUCIQDckqGgE6bPA7DmxCGX
+kPoUVy0D7O48027KqGx2vKLeuwIgJ6iFJzWbVsaj8kfSt24bAgAXqmemFZHe+pTs
+ewv4n4Q=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            2a:38:a4:1c:96:0a:04:de:42:b2:28:a5:0b:e8:34:98:02
+    Signature Algorithm: ecdsa-with-SHA256
+        Issuer: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
+        Validity
+            Not Before: Nov 13 00:00:00 2012 GMT
+            Not After : Jan 19 03:14:07 2038 GMT
+        Subject: OU=GlobalSign ECC Root CA - R4, O=GlobalSign, CN=GlobalSign
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (256 bit)
+                pub: 
+                    04:b8:c6:79:d3:8f:6c:25:0e:9f:2e:39:19:1c:03:
+                    a4:ae:9a:e5:39:07:09:16:ca:63:b1:b9:86:f8:8a:
+                    57:c1:57:ce:42:fa:73:a1:f7:65:42:ff:1e:c1:00:
+                    b2:6e:73:0e:ff:c7:21:e5:18:a4:aa:d9:71:3f:a8:
+                    d4:b9:ce:8c:1d
+                ASN1 OID: prime256v1
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                54:B0:7B:AD:45:B8:E2:40:7F:FB:0A:6E:FB:BE:33:C9:3C:A3:84:D5
+    Signature Algorithm: ecdsa-with-SHA256
+         30:45:02:21:00:dc:92:a1:a0:13:a6:cf:03:b0:e6:c4:21:97:
+         90:fa:14:57:2d:03:ec:ee:3c:d3:6e:ca:a8:6c:76:bc:a2:de:
+         bb:02:20:27:a8:85:27:35:9b:56:c6:a3:f2:47:d2:b7:6e:1b:
+         02:00:17:aa:67:a6:15:91:de:fa:94:ec:7b:0b:f8:9f:84
+SHA1 Fingerprint=69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB
diff --git a/system/etc/security/cacerts/10531352.0 b/system/etc/security/cacerts/10531352.0
new file mode 100644
index 0000000000000000000000000000000000000000..be3e88cd333b4f2d3eeb622ee4a3ed22219a2afb
--- /dev/null
+++ b/system/etc/security/cacerts/10531352.0
@@ -0,0 +1,81 @@
+-----BEGIN CERTIFICATE-----
+MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx
+EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
+HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs
+ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5
+MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD
+VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy
+ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy
+dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p
+OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2
+8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K
+Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe
+hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk
+6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw
+DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q
+AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI
+bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB
+ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z
+qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd
+iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn
+0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN
+sSi6
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Services Root Certificate Authority - G2
+        Validity
+            Not Before: Sep  1 00:00:00 2009 GMT
+            Not After : Dec 31 23:59:59 2037 GMT
+        Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Services Root Certificate Authority - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d5:0c:3a:c4:2a:f9:4e:e2:f5:be:19:97:5f:8e:
+                    88:53:b1:1f:3f:cb:cf:9f:20:13:6d:29:3a:c8:0f:
+                    7d:3c:f7:6b:76:38:63:d9:36:60:a8:9b:5e:5c:00:
+                    80:b2:2f:59:7f:f6:87:f9:25:43:86:e7:69:1b:52:
+                    9a:90:e1:71:e3:d8:2d:0d:4e:6f:f6:c8:49:d9:b6:
+                    f3:1a:56:ae:2b:b6:74:14:eb:cf:fb:26:e3:1a:ba:
+                    1d:96:2e:6a:3b:58:94:89:47:56:ff:25:a0:93:70:
+                    53:83:da:84:74:14:c3:67:9e:04:68:3a:df:8e:40:
+                    5a:1d:4a:4e:cf:43:91:3b:e7:56:d6:00:70:cb:52:
+                    ee:7b:7d:ae:3a:e7:bc:31:f9:45:f6:c2:60:cf:13:
+                    59:02:2b:80:cc:34:47:df:b9:de:90:65:6d:02:cf:
+                    2c:91:a6:a6:e7:de:85:18:49:7c:66:4e:a3:3a:6d:
+                    a9:b5:ee:34:2e:ba:0d:03:b8:33:df:47:eb:b1:6b:
+                    8d:25:d9:9b:ce:81:d1:45:46:32:96:70:87:de:02:
+                    0e:49:43:85:b6:6c:73:bb:64:ea:61:41:ac:c9:d4:
+                    54:df:87:2f:c7:22:b2:26:cc:9f:59:54:68:9f:fc:
+                    be:2a:2f:c4:55:1c:75:40:60:17:85:02:55:39:8b:
+                    7f:05
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                9C:5F:00:DF:AA:01:D7:30:2B:38:88:A2:B8:6D:4A:9C:F2:11:91:83
+    Signature Algorithm: sha256WithRSAEncryption
+         4b:36:a6:84:77:69:dd:3b:19:9f:67:23:08:6f:0e:61:c9:fd:
+         84:dc:5f:d8:36:81:cd:d8:1b:41:2d:9f:60:dd:c7:1a:68:d9:
+         d1:6e:86:e1:88:23:cf:13:de:43:cf:e2:34:b3:04:9d:1f:29:
+         d5:bf:f8:5e:c8:d5:c1:bd:ee:92:6f:32:74:f2:91:82:2f:bd:
+         82:42:7a:ad:2a:b7:20:7d:4d:bc:7a:55:12:c2:15:ea:bd:f7:
+         6a:95:2e:6c:74:9f:cf:1c:b4:f2:c5:01:a3:85:d0:72:3e:ad:
+         73:ab:0b:9b:75:0c:6d:45:b7:8e:94:ac:96:37:b5:a0:d0:8f:
+         15:47:0e:e3:e8:83:dd:8f:fd:ef:41:01:77:cc:27:a9:62:85:
+         33:f2:37:08:ef:71:cf:77:06:de:c8:19:1d:88:40:cf:7d:46:
+         1d:ff:1e:c7:e1:ce:ff:23:db:c6:fa:8d:55:4e:a9:02:e7:47:
+         11:46:3e:f4:fd:bd:7b:29:26:bb:a9:61:62:37:28:b6:2d:2a:
+         f6:10:86:64:c9:70:a7:d2:ad:b7:29:70:79:ea:3c:da:63:25:
+         9f:fd:68:b7:30:ec:70:fb:75:8a:b7:6d:60:67:b2:1e:c8:b9:
+         e9:d8:a8:6f:02:8b:67:0d:4d:26:57:71:da:20:fc:c1:4a:50:
+         8d:b1:28:ba
+SHA1 Fingerprint=92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F
diff --git a/system/etc/security/cacerts/111e6273.0 b/system/etc/security/cacerts/111e6273.0
new file mode 100644
index 0000000000000000000000000000000000000000..97aa17a0788dea210ab8d2908d33d08ed248f138
--- /dev/null
+++ b/system/etc/security/cacerts/111e6273.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G
+A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp
+Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1
+MDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG
+A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL
+v4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8
+eoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq
+tTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd
+C9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa
+zq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB
+mTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH
+V2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n
+bG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG
+3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs
+J0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO
+291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS
+ot+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd
+AfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7
+TBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            04:00:00:00:00:01:0f:86:26:e6:0d
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
+        Validity
+            Not Before: Dec 15 08:00:00 2006 GMT
+            Not After : Dec 15 08:00:00 2021 GMT
+        Subject: OU=GlobalSign Root CA - R2, O=GlobalSign, CN=GlobalSign
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:a6:cf:24:0e:be:2e:6f:28:99:45:42:c4:ab:3e:
+                    21:54:9b:0b:d3:7f:84:70:fa:12:b3:cb:bf:87:5f:
+                    c6:7f:86:d3:b2:30:5c:d6:fd:ad:f1:7b:dc:e5:f8:
+                    60:96:09:92:10:f5:d0:53:de:fb:7b:7e:73:88:ac:
+                    52:88:7b:4a:a6:ca:49:a6:5e:a8:a7:8c:5a:11:bc:
+                    7a:82:eb:be:8c:e9:b3:ac:96:25:07:97:4a:99:2a:
+                    07:2f:b4:1e:77:bf:8a:0f:b5:02:7c:1b:96:b8:c5:
+                    b9:3a:2c:bc:d6:12:b9:eb:59:7d:e2:d0:06:86:5f:
+                    5e:49:6a:b5:39:5e:88:34:ec:bc:78:0c:08:98:84:
+                    6c:a8:cd:4b:b4:a0:7d:0c:79:4d:f0:b8:2d:cb:21:
+                    ca:d5:6c:5b:7d:e1:a0:29:84:a1:f9:d3:94:49:cb:
+                    24:62:91:20:bc:dd:0b:d5:d9:cc:f9:ea:27:0a:2b:
+                    73:91:c6:9d:1b:ac:c8:cb:e8:e0:a0:f4:2f:90:8b:
+                    4d:fb:b0:36:1b:f6:19:7a:85:e0:6d:f2:61:13:88:
+                    5c:9f:e0:93:0a:51:97:8a:5a:ce:af:ab:d5:f7:aa:
+                    09:aa:60:bd:dc:d9:5f:df:72:a9:60:13:5e:00:01:
+                    c9:4a:fa:3f:a4:ea:07:03:21:02:8e:82:ca:03:c2:
+                    9b:8f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.globalsign.net/root-r2.crl
+
+            X509v3 Authority Key Identifier: 
+                keyid:9B:E2:07:57:67:1C:1E:C0:6A:06:DE:59:B4:9A:2D:DF:DC:19:86:2E
+
+    Signature Algorithm: sha1WithRSAEncryption
+         99:81:53:87:1c:68:97:86:91:ec:e0:4a:b8:44:0b:ab:81:ac:
+         27:4f:d6:c1:b8:1c:43:78:b3:0c:9a:fc:ea:2c:3c:6e:61:1b:
+         4d:4b:29:f5:9f:05:1d:26:c1:b8:e9:83:00:62:45:b6:a9:08:
+         93:b9:a9:33:4b:18:9a:c2:f8:87:88:4e:db:dd:71:34:1a:c1:
+         54:da:46:3f:e0:d3:2a:ab:6d:54:22:f5:3a:62:cd:20:6f:ba:
+         29:89:d7:dd:91:ee:d3:5c:a2:3e:a1:5b:41:f5:df:e5:64:43:
+         2d:e9:d5:39:ab:d2:a2:df:b7:8b:d0:c0:80:19:1c:45:c0:2d:
+         8c:e8:f8:2d:a4:74:56:49:c5:05:b5:4f:15:de:6e:44:78:39:
+         87:a8:7e:bb:f3:79:18:91:bb:f4:6f:9d:c1:f0:8c:35:8c:5d:
+         01:fb:c3:6d:b9:ef:44:6d:79:46:31:7e:0a:fe:a9:82:c1:ff:
+         ef:ab:6e:20:c4:50:c9:5f:9d:4d:9b:17:8c:0c:e5:01:c9:a0:
+         41:6a:73:53:fa:a5:50:b4:6e:25:0f:fb:4c:18:f4:fd:52:d9:
+         8e:69:b1:e8:11:0f:de:88:d8:fb:1d:49:f7:aa:de:95:cf:20:
+         78:c2:60:12:db:25:40:8c:6a:fc:7e:42:38:40:64:12:f7:9e:
+         81:e1:93:2e
+SHA1 Fingerprint=75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE
diff --git a/system/etc/security/cacerts/12d55845.0 b/system/etc/security/cacerts/12d55845.0
new file mode 100644
index 0000000000000000000000000000000000000000..29cbb95e842dc6d8b3e7d7fd9ddd93d0687f19e5
--- /dev/null
+++ b/system/etc/security/cacerts/12d55845.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/
+MSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT
+DkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow
+PzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD
+Ew5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB
+AN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O
+rz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq
+OLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b
+xiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw
+7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD
+aeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV
+HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG
+SIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69
+ikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr
+AvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz
+R8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5
+JDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo
+Ob8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            44:af:b0:80:d6:a3:27:ba:89:30:39:86:2e:f8:40:6b
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: O=Digital Signature Trust Co., CN=DST Root CA X3
+        Validity
+            Not Before: Sep 30 21:12:19 2000 GMT
+            Not After : Sep 30 14:01:15 2021 GMT
+        Subject: O=Digital Signature Trust Co., CN=DST Root CA X3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:df:af:e9:97:50:08:83:57:b4:cc:62:65:f6:90:
+                    82:ec:c7:d3:2c:6b:30:ca:5b:ec:d9:c3:7d:c7:40:
+                    c1:18:14:8b:e0:e8:33:76:49:2a:e3:3f:21:49:93:
+                    ac:4e:0e:af:3e:48:cb:65:ee:fc:d3:21:0f:65:d2:
+                    2a:d9:32:8f:8c:e5:f7:77:b0:12:7b:b5:95:c0:89:
+                    a3:a9:ba:ed:73:2e:7a:0c:06:32:83:a2:7e:8a:14:
+                    30:cd:11:a0:e1:2a:38:b9:79:0a:31:fd:50:bd:80:
+                    65:df:b7:51:63:83:c8:e2:88:61:ea:4b:61:81:ec:
+                    52:6b:b9:a2:e2:4b:1a:28:9f:48:a3:9e:0c:da:09:
+                    8e:3e:17:2e:1e:dd:20:df:5b:c6:2a:8a:ab:2e:bd:
+                    70:ad:c5:0b:1a:25:90:74:72:c5:7b:6a:ab:34:d6:
+                    30:89:ff:e5:68:13:7b:54:0b:c8:d6:ae:ec:5a:9c:
+                    92:1e:3d:64:b3:8c:c6:df:bf:c9:41:70:ec:16:72:
+                    d5:26:ec:38:55:39:43:d0:fc:fd:18:5c:40:f1:97:
+                    eb:d5:9a:9b:8d:1d:ba:da:25:b9:c6:d8:df:c1:15:
+                    02:3a:ab:da:6e:f1:3e:2e:f5:5c:08:9c:3c:d6:83:
+                    69:e4:10:9b:19:2a:b6:29:57:e3:e5:3d:9b:9f:f0:
+                    02:5d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                C4:A7:B1:A4:7B:2C:71:FA:DB:E1:4B:90:75:FF:C4:15:60:85:89:10
+    Signature Algorithm: sha1WithRSAEncryption
+         a3:1a:2c:9b:17:00:5c:a9:1e:ee:28:66:37:3a:bf:83:c7:3f:
+         4b:c3:09:a0:95:20:5d:e3:d9:59:44:d2:3e:0d:3e:bd:8a:4b:
+         a0:74:1f:ce:10:82:9c:74:1a:1d:7e:98:1a:dd:cb:13:4b:b3:
+         20:44:e4:91:e9:cc:fc:7d:a5:db:6a:e5:fe:e6:fd:e0:4e:dd:
+         b7:00:3a:b5:70:49:af:f2:e5:eb:02:f1:d1:02:8b:19:cb:94:
+         3a:5e:48:c4:18:1e:58:19:5f:1e:02:5a:f0:0c:f1:b1:ad:a9:
+         dc:59:86:8b:6e:e9:91:f5:86:ca:fa:b9:66:33:aa:59:5b:ce:
+         e2:a7:16:73:47:cb:2b:cc:99:b0:37:48:cf:e3:56:4b:f5:cf:
+         0f:0c:72:32:87:c6:f0:44:bb:53:72:6d:43:f5:26:48:9a:52:
+         67:b7:58:ab:fe:67:76:71:78:db:0d:a2:56:14:13:39:24:31:
+         85:a2:a8:02:5a:30:47:e1:dd:50:07:bc:02:09:90:00:eb:64:
+         63:60:9b:16:bc:88:c9:12:e6:d2:7d:91:8b:f9:3d:32:8d:65:
+         b4:e9:7c:b1:57:76:ea:c5:b6:28:39:bf:15:65:1c:c8:f6:77:
+         96:6a:0a:8d:77:0b:d8:91:0b:04:8e:07:db:29:b6:0a:ee:9d:
+         82:35:35:10
+SHA1 Fingerprint=DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13
diff --git a/system/etc/security/cacerts/17b51fe6.0 b/system/etc/security/cacerts/17b51fe6.0
new file mode 100644
index 0000000000000000000000000000000000000000..f47a60f06a0a254926d9f0e64abc794db3ec3074
--- /dev/null
+++ b/system/etc/security/cacerts/17b51fe6.0
@@ -0,0 +1,87 @@
+-----BEGIN CERTIFICATE-----
+MIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw
+PTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz
+cyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9
+MQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz
+IDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ
+ltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR
+VhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL
+kcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd
+EgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas
+H7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0
+HGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud
+DwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4
+QgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu
+Y29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/
+AN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8
+yfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR
+FcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA
+ybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB
+kJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7
+l7+ijrRU
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            85:bd:4b:f3:d8:da:e3:69:f6:94:d7:5f:c3:a5:44:23
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=FR, O=Certplus, CN=Class 2 Primary CA
+        Validity
+            Not Before: Jul  7 17:05:00 1999 GMT
+            Not After : Jul  6 23:59:59 2019 GMT
+        Subject: C=FR, O=Certplus, CN=Class 2 Primary CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:dc:50:96:d0:12:f8:35:d2:08:78:7a:b6:52:70:
+                    fd:6f:ee:cf:b9:11:cb:5d:77:e1:ec:e9:7e:04:8d:
+                    d6:cc:6f:73:43:57:60:ac:33:0a:44:ec:03:5f:1c:
+                    80:24:91:e5:a8:91:56:12:82:f7:e0:2b:f4:db:ae:
+                    61:2e:89:10:8d:6b:6c:ba:b3:02:bd:d5:36:c5:48:
+                    37:23:e2:f0:5a:37:52:33:17:12:e2:d1:60:4d:be:
+                    2f:41:11:e3:f6:17:25:0c:8b:91:c0:1b:99:7b:99:
+                    56:0d:af:ee:d2:bc:47:57:e3:79:49:7b:34:89:27:
+                    24:84:de:b1:ec:e9:58:4e:fe:4e:df:5a:be:41:ad:
+                    ac:08:c5:18:0e:ef:d2:53:ee:6c:d0:9d:12:01:13:
+                    8d:dc:80:62:f7:95:a9:44:88:4a:71:4e:60:55:9e:
+                    db:23:19:79:56:07:0c:3f:63:0b:5c:b0:e2:be:7e:
+                    15:fc:94:33:58:41:38:74:c4:e1:8f:8b:df:26:ac:
+                    1f:b5:8b:3b:b7:43:59:6b:b0:24:a6:6d:90:8b:c4:
+                    72:ea:5d:33:98:b7:cb:de:5e:7b:ef:94:f1:1b:3e:
+                    ca:c9:21:c1:c5:98:02:aa:a2:f6:5b:77:9b:f5:7e:
+                    96:55:34:1c:67:69:c0:f1:42:e3:47:ac:fc:28:1c:
+                    66:55
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: 
+                CA:TRUE, pathlen:10
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                E3:73:2D:DF:CB:0E:28:0C:DE:DD:B3:A4:CA:79:B8:8E:BB:E8:30:89
+            Netscape Cert Type: 
+                SSL CA, S/MIME CA
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://www.certplus.com/CRL/class2.crl
+
+    Signature Algorithm: sha1WithRSAEncryption
+         a7:54:cf:88:44:19:cb:df:d4:7f:00:df:56:33:62:b5:f7:51:
+         01:90:eb:c3:3f:d1:88:44:e9:24:5d:ef:e7:14:bd:20:b7:9a:
+         3c:00:fe:6d:9f:db:90:dc:d7:f4:62:d6:8b:70:5d:e7:e5:04:
+         48:a9:68:7c:c9:f1:42:f3:6c:7f:c5:7a:7c:1d:51:88:ba:d2:
+         0a:3e:27:5d:de:2d:51:4e:d3:13:64:69:e4:2e:e3:d3:e7:9b:
+         09:99:a6:e0:95:9b:ce:1a:d7:7f:be:3c:ce:52:b3:11:15:c1:
+         0f:17:cd:03:bb:9c:25:15:ba:a2:76:89:fc:06:f1:18:d0:93:
+         4b:0e:7c:82:b7:a5:f4:f6:5f:fe:ed:40:a6:9d:84:74:39:b9:
+         dc:1e:85:16:da:29:1b:86:23:00:c9:bb:89:7e:6e:80:88:1e:
+         2f:14:b4:03:24:a8:32:6f:03:9a:47:2c:30:be:56:c6:a7:42:
+         02:70:1b:ea:40:d8:ba:05:03:70:07:a4:96:ff:fd:48:33:0a:
+         e1:dc:a5:81:90:9b:4d:dd:7d:e7:e7:b2:cd:5c:c8:6a:95:f8:
+         a5:f6:8d:c4:5d:78:08:be:7b:06:d6:49:cf:19:36:50:23:2e:
+         08:e6:9e:05:4d:47:18:d5:16:e9:b1:d6:b6:10:d5:bb:97:bf:
+         a2:8e:b4:54
+SHA1 Fingerprint=74:20:74:41:72:9C:DD:92:EC:79:31:D8:23:10:8D:C2:81:92:E2:BB
diff --git a/system/etc/security/cacerts/1dac3003.0 b/system/etc/security/cacerts/1dac3003.0
new file mode 100644
index 0000000000000000000000000000000000000000..28609cd4c14f9268b8cdff994b02d3a4d75bc647
--- /dev/null
+++ b/system/etc/security/cacerts/1dac3003.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIECTCCAvGgAwIBAgIQDV6ZCtadt3js2AdWO4YV2TANBgkqhkiG9w0BAQUFADBb
+MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3Qx
+ETAPBgNVBAsTCERTVCBBQ0VTMRcwFQYDVQQDEw5EU1QgQUNFUyBDQSBYNjAeFw0w
+MzExMjAyMTE5NThaFw0xNzExMjAyMTE5NThaMFsxCzAJBgNVBAYTAlVTMSAwHgYD
+VQQKExdEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdDERMA8GA1UECxMIRFNUIEFDRVMx
+FzAVBgNVBAMTDkRTVCBBQ0VTIENBIFg2MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
+MIIBCgKCAQEAuT31LMmU3HWKlV1j6IR3dma5WZFcRt2SPp/5DgO0PWGSvSMmtWPu
+ktKe1jzIDZBfZIGxqAgNTNj50wUoUrQBJcWVHAx+PhCEdc/BGZFjz+iokYi5Q1K7
+gLFViYsx+tC3dr5BPTCapCIlF3PoHuLTrCq9Wzgh1SpL11V94zpVvddtawJXa+ZH
+fAjIgrrep4c9oW24MFbCswKBXy314powGCi4ZtPLAZZv6opFVdbgnf9nKxcCpk4a
+ahELfrd755jWjHZvwTvbUJN+5dCOHze4vbrGn2zpfDPyMjwmR/onJALJfh1biEIT
+ajV8fTXpLmaRcpPVMibEdPVTo7NdmvYJywIDAQABo4HIMIHFMA8GA1UdEwEB/wQF
+MAMBAf8wDgYDVR0PAQH/BAQDAgHGMB8GA1UdEQQYMBaBFHBraS1vcHNAdHJ1c3Rk
+c3QuY29tMGIGA1UdIARbMFkwVwYKYIZIAWUDAgEBATBJMEcGCCsGAQUFBwIBFjto
+dHRwOi8vd3d3LnRydXN0ZHN0LmNvbS9jZXJ0aWZpY2F0ZXMvcG9saWN5L0FDRVMt
+aW5kZXguaHRtbDAdBgNVHQ4EFgQUCXIGThhDD+XWzMNqizF7eI+og7gwDQYJKoZI
+hvcNAQEFBQADggEBAKPYjtay284F5zLNAdMEA+V25FYrnJmQ6AgwbN99Pe7lv7Uk
+QIRJ4dEorsTCOlMwiPH1d25Ryvr/ma8kXxug/fKshMrfqfBfBC6tFr8hlxCBPeP/
+h40y3JTlR4peahPJlJU90u7INJXQgNStMgiAVDzgvVJT11J8smk/f3rPanTK+gQq
+nExaBqXpIK1FZg9p8d2/6eMyi/rgwYZNcjwu2JN4Cir42NInPRmJX1p7ijvMDNpR
+rscL9yuwNwXsvFcj4jjSm2jzVhKIT0J8uDHEtdvkyCE06UgRNe76x5JXxZ805Mf2
+9w4LTJxoeHtxMcfrHuBnQfO3oKfN5XozNmr6mis=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0d:5e:99:0a:d6:9d:b7:78:ec:d8:07:56:3b:86:15:d9
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=Digital Signature Trust, OU=DST ACES, CN=DST ACES CA X6
+        Validity
+            Not Before: Nov 20 21:19:58 2003 GMT
+            Not After : Nov 20 21:19:58 2017 GMT
+        Subject: C=US, O=Digital Signature Trust, OU=DST ACES, CN=DST ACES CA X6
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b9:3d:f5:2c:c9:94:dc:75:8a:95:5d:63:e8:84:
+                    77:76:66:b9:59:91:5c:46:dd:92:3e:9f:f9:0e:03:
+                    b4:3d:61:92:bd:23:26:b5:63:ee:92:d2:9e:d6:3c:
+                    c8:0d:90:5f:64:81:b1:a8:08:0d:4c:d8:f9:d3:05:
+                    28:52:b4:01:25:c5:95:1c:0c:7e:3e:10:84:75:cf:
+                    c1:19:91:63:cf:e8:a8:91:88:b9:43:52:bb:80:b1:
+                    55:89:8b:31:fa:d0:b7:76:be:41:3d:30:9a:a4:22:
+                    25:17:73:e8:1e:e2:d3:ac:2a:bd:5b:38:21:d5:2a:
+                    4b:d7:55:7d:e3:3a:55:bd:d7:6d:6b:02:57:6b:e6:
+                    47:7c:08:c8:82:ba:de:a7:87:3d:a1:6d:b8:30:56:
+                    c2:b3:02:81:5f:2d:f5:e2:9a:30:18:28:b8:66:d3:
+                    cb:01:96:6f:ea:8a:45:55:d6:e0:9d:ff:67:2b:17:
+                    02:a6:4e:1a:6a:11:0b:7e:b7:7b:e7:98:d6:8c:76:
+                    6f:c1:3b:db:50:93:7e:e5:d0:8e:1f:37:b8:bd:ba:
+                    c6:9f:6c:e9:7c:33:f2:32:3c:26:47:fa:27:24:02:
+                    c9:7e:1d:5b:88:42:13:6a:35:7c:7d:35:e9:2e:66:
+                    91:72:93:d5:32:26:c4:74:f5:53:a3:b3:5d:9a:f6:
+                    09:cb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Non Repudiation, Certificate Sign, CRL Sign
+            X509v3 Subject Alternative Name: 
+                email:pki-ops@trustdst.com
+            X509v3 Certificate Policies: 
+                Policy: 2.16.840.1.101.3.2.1.1.1
+                  CPS: http://www.trustdst.com/certificates/policy/ACES-index.html
+
+            X509v3 Subject Key Identifier: 
+                09:72:06:4E:18:43:0F:E5:D6:CC:C3:6A:8B:31:7B:78:8F:A8:83:B8
+    Signature Algorithm: sha1WithRSAEncryption
+         a3:d8:8e:d6:b2:db:ce:05:e7:32:cd:01:d3:04:03:e5:76:e4:
+         56:2b:9c:99:90:e8:08:30:6c:df:7d:3d:ee:e5:bf:b5:24:40:
+         84:49:e1:d1:28:ae:c4:c2:3a:53:30:88:f1:f5:77:6e:51:ca:
+         fa:ff:99:af:24:5f:1b:a0:fd:f2:ac:84:ca:df:a9:f0:5f:04:
+         2e:ad:16:bf:21:97:10:81:3d:e3:ff:87:8d:32:dc:94:e5:47:
+         8a:5e:6a:13:c9:94:95:3d:d2:ee:c8:34:95:d0:80:d4:ad:32:
+         08:80:54:3c:e0:bd:52:53:d7:52:7c:b2:69:3f:7f:7a:cf:6a:
+         74:ca:fa:04:2a:9c:4c:5a:06:a5:e9:20:ad:45:66:0f:69:f1:
+         dd:bf:e9:e3:32:8b:fa:e0:c1:86:4d:72:3c:2e:d8:93:78:0a:
+         2a:f8:d8:d2:27:3d:19:89:5f:5a:7b:8a:3b:cc:0c:da:51:ae:
+         c7:0b:f7:2b:b0:37:05:ec:bc:57:23:e2:38:d2:9b:68:f3:56:
+         12:88:4f:42:7c:b8:31:c4:b5:db:e4:c8:21:34:e9:48:11:35:
+         ee:fa:c7:92:57:c5:9f:34:e4:c7:f6:f7:0e:0b:4c:9c:68:78:
+         7b:71:31:c7:eb:1e:e0:67:41:f3:b7:a0:a7:cd:e5:7a:33:36:
+         6a:fa:9a:2b
+SHA1 Fingerprint=40:54:DA:6F:1C:3F:40:74:AC:ED:0F:EC:CD:DB:79:D1:53:FB:90:1D
diff --git a/system/etc/security/cacerts/1dcd6f4c.0 b/system/etc/security/cacerts/1dcd6f4c.0
new file mode 100644
index 0000000000000000000000000000000000000000..d21efc607967d2b198509dcc5ef432900b989b05
--- /dev/null
+++ b/system/etc/security/cacerts/1dcd6f4c.0
@@ -0,0 +1,121 @@
+-----BEGIN CERTIFICATE-----
+MIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA/
+MQswCQYDVQQGEwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmlj
+YXRpb24gQXV0aG9yaXR5MB4XDTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1ow
+PzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dvdmVybm1lbnQgUm9vdCBDZXJ0aWZp
+Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB
+AJoluOzMonWoe/fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qNw8XR
+IePaJD9IK/ufLqGU5ywck9G/GwGHU5nOp/UKIXZ3/6m3xnOUT0b3EEk3+qhZSV1q
+gQdW8or5BtD3cCJNtLdBuTK4sfCxw5w/cP1T3YGq2GN49thTbqGsaoQkclSGxtKy
+yhwOeYHWtXBiCAEuTk8O1RGvqa/lmr/czIdtJuTJV6L7lvnM4T9TjGxMfptTCAts
+F/tnyMKtsc2AtJfcdgEWFelq16TheEfOhtX7MfP6Mb40qij7cEwdScevLJ1tZqa2
+jWR+tSBqnTuBto9AAGdLiYa4zGX+FVPpBMHWXx1E1wovJ5pGfaENda1UhhXcSTvx
+ls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC
+VGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK
+YS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH
+EgKXTiCQ8P8NHuJBO9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw+9wThN
+Xo+EHWbNxWCWtFJaBYmOlXqYwZE8lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1Ud
+DgQWBBTMzO/MKWCkO7GStjz6MmKPrCUVOzAMBgNVHRMEBTADAQH/MDkGBGcqBwAE
+MTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP/lSg209yewDL7MTqK
+UWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ
+TulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh+Vzj8jeJPXgyf
+qzvS/3WXy6TjZwj/5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaK
+ZEk9GhiHkASfQlK3T8v+R0F2Ne//AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFE
+JPPB/hprv4j9wabak2BegUqZIJxIZhm1AHlUD7gsL0u8qV1bYH+Mh6XgUmMqvtg7
+hUAV/h62ZT/FS9p+tXo1KaMuephgIqP0fSdOLeq0dDzpD6QzDxARvBMB1uUO07+1
+EqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA+z2fI56wwbSdLaG5LKlwCCDTb+HbkZ6Mm
+nD+iMsJKxYEYMRBWqoTvLQr/uB930r+lWKBi5NdLkXWNiYCYfm3LU05er/ayl4WX
+udpVBrkk7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44Vbnz
+ssQwmSNOXfJIoRIM3BKQCZBUkQM8R+XVyWXgt0t97EfTsws+rZ7QdAAO671RrcDe
+LMDDav7v3Aun+kbfYNucpllQdSNpc5Oy+fwC00fmcc4QAu4njIT/rEUNE1yDMuAl
+pYYsfPQS
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            1f:9d:59:5a:d7:2f:c2:06:44:a5:80:08:69:e3:5e:f6
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=TW, O=Government Root Certification Authority
+        Validity
+            Not Before: Dec  5 13:23:33 2002 GMT
+            Not After : Dec  5 13:23:33 2032 GMT
+        Subject: C=TW, O=Government Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:9a:25:b8:ec:cc:a2:75:a8:7b:f7:ce:5b:59:8a:
+                    c9:d1:86:12:08:54:ec:9c:f2:e7:46:f6:88:f3:7c:
+                    e9:a5:df:4c:47:36:a4:1b:01:1c:7f:1e:57:8a:8d:
+                    c3:c5:d1:21:e3:da:24:3f:48:2b:fb:9f:2e:a1:94:
+                    e7:2c:1c:93:d1:bf:1b:01:87:53:99:ce:a7:f5:0a:
+                    21:76:77:ff:a9:b7:c6:73:94:4f:46:f7:10:49:37:
+                    fa:a8:59:49:5d:6a:81:07:56:f2:8a:f9:06:d0:f7:
+                    70:22:4d:b4:b7:41:b9:32:b8:b1:f0:b1:c3:9c:3f:
+                    70:fd:53:dd:81:aa:d8:63:78:f6:d8:53:6e:a1:ac:
+                    6a:84:24:72:54:86:c6:d2:b2:ca:1c:0e:79:81:d6:
+                    b5:70:62:08:01:2e:4e:4f:0e:d5:11:af:a9:af:e5:
+                    9a:bf:dc:cc:87:6d:26:e4:c9:57:a2:fb:96:f9:cc:
+                    e1:3f:53:8c:6c:4c:7e:9b:53:08:0b:6c:17:fb:67:
+                    c8:c2:ad:b1:cd:80:b4:97:dc:76:01:16:15:e9:6a:
+                    d7:a4:e1:78:47:ce:86:d5:fb:31:f3:fa:31:be:34:
+                    aa:28:fb:70:4c:1d:49:c7:af:2c:9d:6d:66:a6:b6:
+                    8d:64:7e:b5:20:6a:9d:3b:81:b6:8f:40:00:67:4b:
+                    89:86:b8:cc:65:fe:15:53:e9:04:c1:d6:5f:1d:44:
+                    d7:0a:2f:27:9a:46:7d:a1:0d:75:ad:54:86:15:dc:
+                    49:3b:f1:96:ce:0f:9b:a0:ec:a3:7a:5d:be:d5:2a:
+                    75:42:e5:7b:de:a5:b6:aa:af:28:ac:ac:90:ac:38:
+                    b7:d5:68:35:26:7a:dc:f7:3b:f3:fd:45:9b:d1:bb:
+                    43:78:6e:6f:f1:42:54:6a:98:f0:0d:ad:97:e9:52:
+                    5e:e9:d5:6a:72:de:6a:f7:1b:60:14:f4:a5:e4:b6:
+                    71:67:aa:1f:ea:e2:4d:c1:42:40:fe:67:46:17:38:
+                    2f:47:3f:71:9c:ae:e5:21:ca:61:2d:6d:07:a8:84:
+                    7c:2d:ee:51:25:f1:63:90:9e:fd:e1:57:88:6b:ef:
+                    8a:23:6d:b1:e6:bd:3f:ad:d1:3d:96:0b:85:8d:cd:
+                    6b:27:bb:b7:05:9b:ec:bb:91:a9:0a:07:12:02:97:
+                    4e:20:90:f0:ff:0d:1e:e2:41:3b:d3:40:3a:e7:8d:
+                    5d:da:66:e4:02:b0:07:52:98:5c:0e:8e:33:9c:c2:
+                    a6:95:fb:55:19:6e:4c:8e:ae:4b:0f:bd:c1:38:4d:
+                    5e:8f:84:1d:66:cd:c5:60:96:b4:52:5a:05:89:8e:
+                    95:7a:98:c1:91:3c:95:23:b2:0e:f4:79:b4:c9:7c:
+                    c1:4a:21
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                CC:CC:EF:CC:29:60:A4:3B:B1:92:B6:3C:FA:32:62:8F:AC:25:15:3B
+            X509v3 Basic Constraints: 
+                CA:TRUE
+            setCext-hashedRoot: 
+                0/0-...0...+......0...g*........"...(6....2.1:.Qe
+    Signature Algorithm: sha1WithRSAEncryption
+         40:80:4a:fa:26:c9:ce:5e:30:dd:4f:86:74:76:58:f5:ae:b3:
+         83:33:78:a4:7a:74:17:19:4e:e9:52:b5:b9:e0:0a:74:62:aa:
+         68:ca:78:a0:4c:9a:8e:2c:23:2e:d5:6a:12:24:bf:d4:68:d3:
+         8a:d0:d8:9c:9f:b4:1f:0c:de:38:7e:57:38:fc:8d:e2:4f:5e:
+         0c:9f:ab:3b:d2:ff:75:97:cb:a4:e3:67:08:ff:e5:c0:16:b5:
+         48:01:7d:e9:f9:0a:ff:1b:e5:6a:69:bf:78:21:a8:c2:a7:23:
+         a9:86:ab:76:56:e8:0e:0c:f6:13:dd:2a:66:8a:64:49:3d:1a:
+         18:87:90:04:9f:42:52:b7:4f:cb:fe:47:41:76:35:ef:ff:00:
+         76:36:45:32:9b:c6:46:85:5d:e2:24:b0:1e:e3:48:96:98:57:
+         47:94:55:7a:0f:41:b1:44:24:f3:c1:fe:1a:6b:bf:88:fd:c1:
+         a6:da:93:60:5e:81:4a:99:20:9c:48:66:19:b5:00:79:54:0f:
+         b8:2c:2f:4b:bc:a9:5d:5b:60:7f:8c:87:a5:e0:52:63:2a:be:
+         d8:3b:85:40:15:fe:1e:b6:65:3f:c5:4b:da:7e:b5:7a:35:29:
+         a3:2e:7a:98:60:22:a3:f4:7d:27:4e:2d:ea:b4:74:3c:e9:0f:
+         a4:33:0f:10:11:bc:13:01:d6:e5:0e:d3:bf:b5:12:a2:e1:45:
+         23:c0:cc:08:6e:61:b7:89:ab:83:e3:24:1e:e6:5d:07:e7:1f:
+         20:3e:cf:67:c8:e7:ac:30:6d:27:4b:68:6e:4b:2a:5c:02:08:
+         34:db:f8:76:e4:67:a3:26:9c:3f:a2:32:c2:4a:c5:81:18:31:
+         10:56:aa:84:ef:2d:0a:ff:b8:1f:77:d2:bf:a5:58:a0:62:e4:
+         d7:4b:91:75:8d:89:80:98:7e:6d:cb:53:4e:5e:af:f6:b2:97:
+         85:97:b9:da:55:06:b9:24:ee:d7:c6:38:1e:63:1b:12:3b:95:
+         e1:58:ac:f2:df:84:d5:5f:99:2f:0d:55:5b:e6:38:db:2e:3f:
+         72:e9:48:85:cb:bb:29:13:8f:1e:38:55:b9:f3:b2:c4:30:99:
+         23:4e:5d:f2:48:a1:12:0c:dc:12:90:09:90:54:91:03:3c:47:
+         e5:d5:c9:65:e0:b7:4b:7d:ec:47:d3:b3:0b:3e:ad:9e:d0:74:
+         00:0e:eb:bd:51:ad:c0:de:2c:c0:c3:6a:fe:ef:dc:0b:a7:fa:
+         46:df:60:db:9c:a6:59:50:75:23:69:73:93:b2:f9:fc:02:d3:
+         47:e6:71:ce:10:02:ee:27:8c:84:ff:ac:45:0d:13:5c:83:32:
+         e0:25:a5:86:2c:7c:f4:12
+SHA1 Fingerprint=F4:8B:11:BF:DE:AB:BE:94:54:20:71:E6:41:DE:6B:BE:88:2B:40:B9
diff --git a/system/etc/security/cacerts/1df5a75f.0 b/system/etc/security/cacerts/1df5a75f.0
new file mode 100644
index 0000000000000000000000000000000000000000..d325e8384c5222f08b9b34beb0e69068ca470069
--- /dev/null
+++ b/system/etc/security/cacerts/1df5a75f.0
@@ -0,0 +1,90 @@
+-----BEGIN CERTIFICATE-----
+MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF
+MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD
+bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha
+ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM
+HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB
+BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03
+UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42
+tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R
+ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM
+lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp
+/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G
+A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G
+A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj
+dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy
+MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl
+cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js
+L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL
+BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni
+acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0
+o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K
+zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8
+PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y
+Johw1+qRzT65ysCQblrGXnRl11z+o+I=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 623603 (0x983f3)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
+        Validity
+            Not Before: Nov  5 08:35:58 2009 GMT
+            Not After : Nov  5 08:35:58 2029 GMT
+        Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 2009
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d3:b2:4a:cf:7a:47:ef:75:9b:23:fa:3a:2f:d6:
+                    50:45:89:35:3a:c6:6b:db:fe:db:00:68:a8:e0:03:
+                    11:1d:37:50:08:9f:4d:4a:68:94:35:b3:53:d1:94:
+                    63:a7:20:56:af:de:51:78:ec:2a:3d:f3:48:48:50:
+                    3e:0a:df:46:55:8b:27:6d:c3:10:4d:0d:91:52:43:
+                    d8:87:e0:5d:4e:36:b5:21:ca:5f:39:40:04:5f:5b:
+                    7e:cc:a3:c6:2b:a9:40:1e:d9:36:84:d6:48:f3:92:
+                    1e:34:46:20:24:c1:a4:51:8e:4a:1a:ef:50:3f:69:
+                    5d:19:7f:45:c3:c7:01:8f:51:c9:23:e8:72:ae:b4:
+                    bc:56:09:7f:12:cb:1c:b1:af:29:90:0a:c9:55:cc:
+                    0f:d3:b4:1a:ed:47:35:5a:4a:ed:9c:73:04:21:d0:
+                    aa:bd:0c:13:b5:00:ca:26:6c:c4:6b:0c:94:5a:95:
+                    94:da:50:9a:f1:ff:a5:2b:66:31:a4:c9:38:a0:df:
+                    1d:1f:b8:09:2e:f3:a7:e8:67:52:ab:95:1f:e0:46:
+                    3e:d8:a4:c3:ca:5a:c5:31:80:e8:48:9a:9f:94:69:
+                    fe:19:dd:d8:73:7c:81:ca:96:de:8e:ed:b3:32:05:
+                    65:84:34:e6:e6:fd:57:10:b5:5f:76:bf:2f:b0:10:
+                    0d:c5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                FD:DA:14:C4:9F:30:DE:21:BD:1E:42:39:FC:AB:63:23:49:E0:F1:84
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
+
+                Full Name:
+                  URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl
+
+    Signature Algorithm: sha256WithRSAEncryption
+         7f:97:db:30:c8:df:a4:9c:7d:21:7a:80:70:ce:14:12:69:88:
+         14:95:60:44:01:ac:b2:e9:30:4f:9b:50:c2:66:d8:7e:8d:30:
+         b5:70:31:e9:e2:69:c7:f3:70:db:20:15:86:d0:0d:f0:be:ac:
+         01:75:84:ce:7e:9f:4d:bf:b7:60:3b:9c:f3:ca:1d:e2:5e:68:
+         d8:a3:9d:97:e5:40:60:d2:36:21:fe:d0:b4:b8:17:da:74:a3:
+         7f:d4:df:b0:98:02:ac:6f:6b:6b:2c:25:24:72:a1:65:ee:25:
+         5a:e5:e6:32:e7:f2:df:ab:49:fa:f3:90:69:23:db:04:d9:e7:
+         5c:58:fc:65:d4:97:be:cc:fc:2e:0a:cc:25:2a:35:04:f8:60:
+         91:15:75:3d:41:ff:23:1f:19:c8:6c:eb:82:53:04:a6:e4:4c:
+         22:4d:8d:8c:ba:ce:5b:73:ec:64:54:50:6d:d1:9c:55:fb:69:
+         c3:36:c3:8c:bc:3c:85:a6:6b:0a:26:0d:e0:93:98:60:ae:7e:
+         c6:24:97:8a:61:5f:91:8e:66:92:09:87:36:cd:8b:9b:2d:3e:
+         f6:51:d4:50:d4:59:28:bd:83:f2:cc:28:7b:53:86:6d:d8:26:
+         88:70:d7:ea:91:cd:3e:b9:ca:c0:90:6e:5a:c6:5e:74:65:d7:
+         5c:fe:a3:e2
+SHA1 Fingerprint=58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0
diff --git a/system/etc/security/cacerts/1e1eab7c.0 b/system/etc/security/cacerts/1e1eab7c.0
new file mode 100644
index 0000000000000000000000000000000000000000..6a4788c977f36430f54cb98b3448aa2f63c4db0e
--- /dev/null
+++ b/system/etc/security/cacerts/1e1eab7c.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx
+KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd
+BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl
+YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1
+OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy
+aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50
+ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN
+8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/
+RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4
+hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5
+ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM
+EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj
+QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1
+A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy
+WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ
+1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30
+6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT
+91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml
+e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p
+TpPDpFQUWw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
+        Validity
+            Not Before: Oct  1 10:29:56 2008 GMT
+            Not After : Oct  1 23:59:59 2033 GMT
+        Subject: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bd:75:93:f0:62:22:6f:24:ae:e0:7a:76:ac:7d:
+                    bd:d9:24:d5:b8:b7:fc:cd:f0:42:e0:eb:78:88:56:
+                    5e:9b:9a:54:1d:4d:0c:8a:f6:d3:cf:70:f4:52:b5:
+                    d8:93:04:e3:46:86:71:41:4a:2b:f0:2a:2c:55:03:
+                    d6:48:c3:e0:39:38:ed:f2:5c:3c:3f:44:bc:93:3d:
+                    61:ab:4e:cd:0d:be:f0:20:27:58:0e:44:7f:04:1a:
+                    87:a5:d7:96:14:36:90:d0:49:7b:a1:75:fb:1a:6b:
+                    73:b1:f8:ce:a9:09:2c:f2:53:d5:c3:14:44:b8:86:
+                    a5:f6:8b:2b:39:da:a3:33:54:d9:fa:72:1a:f7:22:
+                    15:1c:88:91:6b:7f:66:e5:c3:6a:80:b0:24:f3:df:
+                    86:45:88:fd:19:7f:75:87:1f:1f:b1:1b:0a:73:24:
+                    5b:b9:65:e0:2c:54:c8:60:d3:66:17:3f:e1:cc:54:
+                    33:73:91:02:3a:a6:7f:7b:76:39:a2:1f:96:b6:38:
+                    ae:b5:c8:93:74:1d:9e:b9:b4:e5:60:9d:2f:56:d1:
+                    e0:eb:5e:5b:4c:12:70:0c:6c:44:20:ab:11:d8:f4:
+                    19:f6:d2:9c:52:37:e7:fa:b6:c2:31:3b:4a:d4:14:
+                    99:ad:c7:1a:f5:5d:5f:fa:07:b8:7c:0d:1f:d6:83:
+                    1e:b3
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                B5:03:F7:76:3B:61:82:6A:12:AA:18:53:EB:03:21:94:BF:FE:CE:CA
+    Signature Algorithm: sha256WithRSAEncryption
+         56:3d:ef:94:d5:bd:da:73:b2:58:be:ae:90:ad:98:27:97:fe:
+         01:b1:b0:52:00:b8:4d:e4:1b:21:74:1b:7e:c0:ee:5e:69:2a:
+         25:af:5c:d6:1d:da:d2:79:c9:f3:97:29:e0:86:87:de:04:59:
+         0f:f1:59:d4:64:85:4b:99:af:25:04:1e:c9:46:a9:97:de:82:
+         b2:1b:70:9f:9c:f6:af:71:31:dd:7b:05:a5:2c:d3:b9:ca:47:
+         f6:ca:f2:f6:e7:ad:b9:48:3f:bc:16:b7:c1:6d:f4:ea:09:af:
+         ec:f3:b5:e7:05:9e:a6:1e:8a:53:51:d6:93:81:cc:74:93:f6:
+         b9:da:a6:25:05:74:79:5a:7e:40:3e:82:4b:26:11:30:6e:e1:
+         3f:41:c7:47:00:35:d5:f5:d3:f7:54:3e:81:3d:da:49:6a:9a:
+         b3:ef:10:3d:e6:eb:6f:d1:c8:22:47:cb:cc:cf:01:31:92:d9:
+         18:e3:22:be:09:1e:1a:3e:5a:b2:e4:6b:0c:54:7a:7d:43:4e:
+         b8:89:a5:7b:d7:a2:3d:96:86:cc:f2:26:34:2d:6a:92:9d:9a:
+         1a:d0:30:e2:5d:4e:04:b0:5f:8b:20:7e:77:c1:3d:95:82:d1:
+         46:9a:3b:3c:78:b8:6f:a1:d0:0d:64:a2:78:1e:29:4e:93:c3:
+         a4:54:14:5b
+SHA1 Fingerprint=55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1
diff --git a/system/etc/security/cacerts/1e8e7201.0 b/system/etc/security/cacerts/1e8e7201.0
new file mode 100644
index 0000000000000000000000000000000000000000..224b3d55e95d06d7b8246ca4026f75cc8c2e73e5
--- /dev/null
+++ b/system/etc/security/cacerts/1e8e7201.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G
+A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp
+Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4
+MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG
+A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8
+RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT
+gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm
+KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd
+QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ
+XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw
+DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o
+LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU
+RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp
+jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK
+6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX
+mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs
+Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH
+WD9f
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            04:00:00:00:00:01:21:58:53:08:a2
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
+        Validity
+            Not Before: Mar 18 10:00:00 2009 GMT
+            Not After : Mar 18 10:00:00 2029 GMT
+        Subject: OU=GlobalSign Root CA - R3, O=GlobalSign, CN=GlobalSign
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:cc:25:76:90:79:06:78:22:16:f5:c0:83:b6:84:
+                    ca:28:9e:fd:05:76:11:c5:ad:88:72:fc:46:02:43:
+                    c7:b2:8a:9d:04:5f:24:cb:2e:4b:e1:60:82:46:e1:
+                    52:ab:0c:81:47:70:6c:dd:64:d1:eb:f5:2c:a3:0f:
+                    82:3d:0c:2b:ae:97:d7:b6:14:86:10:79:bb:3b:13:
+                    80:77:8c:08:e1:49:d2:6a:62:2f:1f:5e:fa:96:68:
+                    df:89:27:95:38:9f:06:d7:3e:c9:cb:26:59:0d:73:
+                    de:b0:c8:e9:26:0e:83:15:c6:ef:5b:8b:d2:04:60:
+                    ca:49:a6:28:f6:69:3b:f6:cb:c8:28:91:e5:9d:8a:
+                    61:57:37:ac:74:14:dc:74:e0:3a:ee:72:2f:2e:9c:
+                    fb:d0:bb:bf:f5:3d:00:e1:06:33:e8:82:2b:ae:53:
+                    a6:3a:16:73:8c:dd:41:0e:20:3a:c0:b4:a7:a1:e9:
+                    b2:4f:90:2e:32:60:e9:57:cb:b9:04:92:68:68:e5:
+                    38:26:60:75:b2:9f:77:ff:91:14:ef:ae:20:49:fc:
+                    ad:40:15:48:d1:02:31:61:19:5e:b8:97:ef:ad:77:
+                    b7:64:9a:7a:bf:5f:c1:13:ef:9b:62:fb:0d:6c:e0:
+                    54:69:16:a9:03:da:6e:e9:83:93:71:76:c6:69:85:
+                    82:17
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                8F:F0:4B:7F:A8:2E:45:24:AE:4D:50:FA:63:9A:8B:DE:E2:DD:1B:BC
+    Signature Algorithm: sha256WithRSAEncryption
+         4b:40:db:c0:50:aa:fe:c8:0c:ef:f7:96:54:45:49:bb:96:00:
+         09:41:ac:b3:13:86:86:28:07:33:ca:6b:e6:74:b9:ba:00:2d:
+         ae:a4:0a:d3:f5:f1:f1:0f:8a:bf:73:67:4a:83:c7:44:7b:78:
+         e0:af:6e:6c:6f:03:29:8e:33:39:45:c3:8e:e4:b9:57:6c:aa:
+         fc:12:96:ec:53:c6:2d:e4:24:6c:b9:94:63:fb:dc:53:68:67:
+         56:3e:83:b8:cf:35:21:c3:c9:68:fe:ce:da:c2:53:aa:cc:90:
+         8a:e9:f0:5d:46:8c:95:dd:7a:58:28:1a:2f:1d:de:cd:00:37:
+         41:8f:ed:44:6d:d7:53:28:97:7e:f3:67:04:1e:15:d7:8a:96:
+         b4:d3:de:4c:27:a4:4c:1b:73:73:76:f4:17:99:c2:1f:7a:0e:
+         e3:2d:08:ad:0a:1c:2c:ff:3c:ab:55:0e:0f:91:7e:36:eb:c3:
+         57:49:be:e1:2e:2d:7c:60:8b:c3:41:51:13:23:9d:ce:f7:32:
+         6b:94:01:a8:99:e7:2c:33:1f:3a:3b:25:d2:86:40:ce:3b:2c:
+         86:78:c9:61:2f:14:ba:ee:db:55:6f:df:84:ee:05:09:4d:bd:
+         28:d8:72:ce:d3:62:50:65:1e:eb:92:97:83:31:d9:b3:b5:ca:
+         47:58:3f:5f
+SHA1 Fingerprint=D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD
diff --git a/system/etc/security/cacerts/1eb37bdf.0 b/system/etc/security/cacerts/1eb37bdf.0
new file mode 100644
index 0000000000000000000000000000000000000000..51c658f0bbd636a73cae491b99dd4728519a17ad
--- /dev/null
+++ b/system/etc/security/cacerts/1eb37bdf.0
@@ -0,0 +1,139 @@
+-----BEGIN CERTIFICATE-----
+MIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD
+VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0
+IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3
+MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz
+IG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz
+MTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj
+dXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw
+EAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp
+MCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G
+CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9
+28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq
+VKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q
+DuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR
+5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL
+ZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a
+Sd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl
+UlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s
++12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5
+Wk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj
+ya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx
+hduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV
+HQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1
++HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN
+YWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t
+L2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy
+ZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt
+IDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV
+HSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w
+DQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW
+PJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF
+5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1
+glanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH
+FoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2
+pSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD
+xvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG
+tjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq
+jktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De
+fhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg
+OGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ
+d0jQ
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 11806822484801597146 (0xa3da427ea4b1aeda)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
+        Validity
+            Not Before: Aug  1 12:29:50 2008 GMT
+            Not After : Jul 31 12:29:50 2038 GMT
+        Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Chambers of Commerce Root - 2008
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:af:00:cb:70:37:2b:80:5a:4a:3a:6c:78:94:7d:
+                    a3:7f:1a:1f:f6:35:d5:bd:db:cb:0d:44:72:3e:26:
+                    b2:90:52:ba:63:3b:28:58:6f:a5:b3:6d:94:a6:f3:
+                    dd:64:0c:55:f6:f6:e7:f2:22:22:80:5e:e1:62:c6:
+                    b6:29:e1:81:6c:f2:bf:e5:7d:32:6a:54:a0:32:19:
+                    59:fe:1f:8b:d7:3d:60:86:85:24:6f:e3:11:b3:77:
+                    3e:20:96:35:21:6b:b3:08:d9:70:2e:64:f7:84:92:
+                    53:d6:0e:b0:90:8a:8a:e3:87:8d:06:d3:bd:90:0e:
+                    e2:99:a1:1b:86:0e:da:9a:0a:bb:0b:61:50:06:52:
+                    f1:9e:7f:76:ec:cb:0f:d0:1e:0d:cf:99:30:3d:1c:
+                    c4:45:10:58:ac:d6:d3:e8:d7:e5:ea:c5:01:07:77:
+                    d6:51:e6:03:7f:8a:48:a5:4d:68:75:b9:e9:bc:9e:
+                    4e:19:71:f5:32:4b:9c:6d:60:19:0b:fb:cc:9d:75:
+                    dc:bf:26:cd:8f:93:78:39:79:73:5e:25:0e:ca:5c:
+                    eb:77:12:07:cb:64:41:47:72:93:ab:50:c3:eb:09:
+                    76:64:34:d2:39:b7:76:11:09:0d:76:45:c4:a9:ae:
+                    3d:6a:af:b5:7d:65:2f:94:58:10:ec:5c:7c:af:7e:
+                    e2:b6:18:d9:d0:9b:4e:5a:49:df:a9:66:0b:cc:3c:
+                    c6:78:7c:a7:9c:1d:e3:ce:8e:53:be:05:de:60:0f:
+                    6b:e5:1a:db:3f:e3:e1:21:c9:29:c1:f1:eb:07:9c:
+                    52:1b:01:44:51:3c:7b:25:d7:c4:e5:52:54:5d:25:
+                    07:ca:16:20:b8:ad:e4:41:ee:7a:08:fe:99:6f:83:
+                    a6:91:02:b0:6c:36:55:6a:e7:7d:f5:96:e6:ca:81:
+                    d6:97:f1:94:83:e9:ed:b0:b1:6b:12:69:1e:ac:fb:
+                    5d:a9:c5:98:e9:b4:5b:58:7a:be:3d:a2:44:3a:63:
+                    59:d4:0b:25:de:1b:4f:bd:e5:01:9e:cd:d2:29:d5:
+                    9f:17:19:0a:6f:bf:0c:90:d3:09:5f:d9:e3:8a:35:
+                    cc:79:5a:4d:19:37:92:b7:c4:c1:ad:af:f4:79:24:
+                    9a:b2:01:0b:b1:af:5c:96:f3:80:32:fb:5c:3d:98:
+                    f1:a0:3f:4a:de:be:af:94:2e:d9:55:9a:17:6e:60:
+                    9d:63:6c:b8:63:c9:ae:81:5c:18:35:e0:90:bb:be:
+                    3c:4f:37:22:b9:7e:eb:cf:9e:77:21:a6:3d:38:81:
+                    fb:48:da:31:3d:2b:e3:89:f5:d0:b5:bd:7e:e0:50:
+                    c4:12:89:b3:23:9a:10:31:85:db:ae:6f:ef:38:33:
+                    18:76:11
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:12
+            X509v3 Subject Key Identifier: 
+                F9:24:AC:0F:B2:B5:F8:79:C0:FA:60:88:1B:C4:D9:4D:02:9E:17:19
+            X509v3 Authority Key Identifier: 
+                keyid:F9:24:AC:0F:B2:B5:F8:79:C0:FA:60:88:1B:C4:D9:4D:02:9E:17:19
+                DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/O=AC Camerfirma S.A./CN=Chambers of Commerce Root - 2008
+                serial:A3:DA:42:7E:A4:B1:AE:DA
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://policy.camerfirma.com
+
+    Signature Algorithm: sha1WithRSAEncryption
+         90:12:af:22:35:c2:a3:39:f0:2e:de:e9:b5:e9:78:7c:48:be:
+         3f:7d:45:92:5e:e9:da:b1:19:fc:16:3c:9f:b4:5b:66:9e:6a:
+         e7:c3:b9:5d:88:e8:0f:ad:cf:23:0f:de:25:3a:5e:cc:4f:a5:
+         c1:b5:2d:ac:24:d2:58:07:de:a2:cf:69:84:60:33:e8:10:0d:
+         13:a9:23:d0:85:e5:8e:7b:a6:9e:3d:72:13:72:33:f5:aa:7d:
+         c6:63:1f:08:f4:fe:01:7f:24:cf:2b:2c:54:09:de:e2:2b:6d:
+         92:c6:39:4f:16:ea:3c:7e:7a:46:d4:45:6a:46:a8:eb:75:82:
+         56:a7:ab:a0:7c:68:13:33:f6:9d:30:f0:6f:27:39:24:23:2a:
+         90:fd:90:29:35:f2:93:df:34:a5:c6:f7:f8:ef:8c:0f:62:4a:
+         7c:ae:d3:f5:54:f8:8d:b6:9a:56:87:16:82:3a:33:ab:5a:22:
+         08:f7:82:ba:ea:2e:e0:47:9a:b4:b5:45:a3:05:3b:d9:dc:2e:
+         45:40:3b:ea:dc:7f:e8:3b:eb:d1:ec:26:d8:35:a4:30:c5:3a:
+         ac:57:9e:b3:76:a5:20:7b:f9:1e:4a:05:62:01:a6:28:75:60:
+         97:92:0d:6e:3e:4d:37:43:0d:92:15:9c:18:22:cd:51:99:a0:
+         29:1a:3c:5f:8a:32:33:5b:30:c7:89:2f:47:98:0f:a3:03:c6:
+         f6:f1:ac:df:32:f0:d9:81:1a:e4:9c:bd:f6:80:14:f0:d1:2c:
+         b9:85:f5:d8:a3:b1:c8:a5:21:e5:1c:13:97:ee:0e:bd:df:29:
+         a9:ef:34:53:5b:d3:e4:6a:13:84:06:b6:32:02:c4:52:ae:22:
+         d2:dc:b2:21:42:1a:da:40:f0:29:c9:ec:0a:0c:5c:e2:d0:ba:
+         cc:48:d3:37:0a:cc:12:0a:8a:79:b0:3d:03:7f:69:4b:f4:34:
+         20:7d:b3:34:ea:8e:4b:64:f5:3e:fd:b3:23:67:15:0d:04:b8:
+         f0:2d:c1:09:51:3c:b2:6c:15:f0:a5:23:d7:83:74:e4:e5:2e:
+         c9:fe:98:27:42:c6:ab:c6:9e:b0:d0:5b:38:a5:9b:50:de:7e:
+         18:98:b5:45:3b:f6:79:b4:e8:f7:1a:7b:06:83:fb:d0:8b:da:
+         bb:c7:bd:18:ab:08:6f:3c:80:6b:40:3f:19:19:ba:65:8a:e6:
+         be:d5:5c:d3:36:d7:ef:40:52:24:60:38:67:04:31:ec:8f:f3:
+         82:c6:de:b9:55:f3:3b:31:91:5a:dc:b5:08:15:ad:76:25:0a:
+         0d:7b:2e:87:e2:0c:a6:06:bc:26:10:6d:37:9d:ec:dd:78:8c:
+         7c:80:c5:f0:d9:77:48:d0
+SHA1 Fingerprint=78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C
diff --git a/system/etc/security/cacerts/1f58a078.0 b/system/etc/security/cacerts/1f58a078.0
new file mode 100644
index 0000000000000000000000000000000000000000..ac07485aa017b502f95e47831aebe79bf4aad40a
--- /dev/null
+++ b/system/etc/security/cacerts/1f58a078.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL
+BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc
+BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00
+MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM
+aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf
+qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW
+n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym
+c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+
+O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1
+o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j
+IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq
+IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz
+8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh
+vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l
+7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG
+cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
+BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD
+ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66
+AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC
+roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga
+W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n
+lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE
++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV
+csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd
+dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg
+KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM
+HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4
+WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            44:57:34:24:5b:81:89:9b:35:f2:ce:b8:2b:3b:5b:a7:26:f0:75:28
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
+        Validity
+            Not Before: Jan 12 18:59:32 2012 GMT
+            Not After : Jan 12 18:59:32 2042 GMT
+        Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2 G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a1:ae:25:b2:01:18:dc:57:88:3f:46:eb:f9:af:
+                    e2:eb:23:71:e2:9a:d1:61:66:21:5f:aa:af:27:51:
+                    e5:6e:1b:16:d4:2d:7d:50:b0:53:77:bd:78:3a:60:
+                    e2:64:02:9b:7c:86:9b:d6:1a:8e:ad:ff:1f:15:7f:
+                    d5:95:1e:12:cb:e6:14:84:04:c1:df:36:b3:16:9f:
+                    8a:e3:c9:db:98:34:ce:d8:33:17:28:46:fc:a7:c9:
+                    f0:d2:b4:d5:4d:09:72:49:f9:f2:87:e3:a9:da:7d:
+                    a1:7d:6b:b2:3a:25:a9:6d:52:44:ac:f8:be:6e:fb:
+                    dc:a6:73:91:90:61:a6:03:14:20:f2:e7:87:a3:88:
+                    ad:ad:a0:8c:ff:a6:0b:25:52:25:e7:16:01:d5:cb:
+                    b8:35:81:0c:a3:3b:f0:e1:e1:fc:5a:5d:ce:80:71:
+                    6d:f8:49:ab:3e:3b:ba:b8:d7:80:01:fb:a5:eb:5b:
+                    b3:c5:5e:60:2a:31:a0:af:37:e8:20:3a:9f:a8:32:
+                    2c:0c:cc:09:1d:d3:9e:8e:5d:bc:4c:98:ee:c5:1a:
+                    68:7b:ec:53:a6:e9:14:35:a3:df:cd:80:9f:0c:48:
+                    fb:1c:f4:f1:bf:4a:b8:fa:d5:8c:71:4a:c7:1f:ad:
+                    fe:41:9a:b3:83:5d:f2:84:56:ef:a5:57:43:ce:29:
+                    ad:8c:ab:55:bf:c4:fb:5b:01:dd:23:21:a1:58:00:
+                    8e:c3:d0:6a:13:ed:13:e3:12:2b:80:dc:67:e6:95:
+                    b2:cd:1e:22:6e:2a:f8:41:d4:f2:ca:14:07:8d:8a:
+                    55:12:c6:69:f5:b8:86:68:2f:53:5e:b0:d2:aa:21:
+                    c1:98:e6:30:e3:67:55:c7:9b:6e:ac:19:a8:55:a6:
+                    45:06:d0:23:3a:db:eb:65:5d:2a:11:11:f0:3b:4f:
+                    ca:6d:f4:34:c4:71:e4:ff:00:5a:f6:5c:ae:23:60:
+                    85:73:f1:e4:10:b1:25:ae:d5:92:bb:13:c1:0c:e0:
+                    39:da:b4:39:57:b5:ab:35:aa:72:21:3b:83:35:e7:
+                    31:df:7a:21:6e:b8:32:08:7d:1d:32:91:15:4a:62:
+                    72:cf:e3:77:a1:bc:d5:11:1b:76:01:67:08:e0:41:
+                    0b:c3:eb:15:6e:f8:a4:19:d9:a2:ab:af:e2:27:52:
+                    56:2b:02:8a:2c:14:24:f9:bf:42:02:bf:26:c8:c6:
+                    8f:e0:6e:38:7d:53:2d:e5:ed:98:b3:95:63:68:7f:
+                    f9:35:f4:df:88:c5:60:35:92:c0:7c:69:1c:61:95:
+                    16:d0:eb:de:0b:af:3e:04:10:45:65:58:50:38:af:
+                    48:f2:59:b6:16:f2:3c:0d:90:02:c6:70:2e:01:ad:
+                    3c:15:d7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                ED:E7:6F:76:5A:BF:60:EC:49:5B:C6:A5:77:BB:72:16:71:9B:C4:3D
+    Signature Algorithm: sha256WithRSAEncryption
+         91:df:80:3f:43:09:7e:71:c2:f7:eb:b3:88:8f:e1:51:b2:bc:
+         3d:75:f9:28:5d:c8:bc:99:9b:7b:5d:aa:e5:ca:e1:0a:f7:e8:
+         b2:d3:9f:dd:67:31:7e:ba:01:aa:c7:6a:41:3b:90:d4:08:5c:
+         b2:60:6a:90:f0:c8:ce:03:62:f9:8b:ed:fb:6e:2a:dc:06:4d:
+         3c:29:0f:89:16:8a:58:4c:48:0f:e8:84:61:ea:3c:72:a6:77:
+         e4:42:ae:88:a3:43:58:79:7e:ae:ca:a5:53:0d:a9:3d:70:bd:
+         20:19:61:a4:6c:38:fc:43:32:e1:c1:47:ff:f8:ec:f1:11:22:
+         32:96:9c:c2:f6:5b:69:96:7b:20:0c:43:41:9a:5b:f6:59:19:
+         88:de:55:88:37:51:0b:78:5c:0a:1e:a3:42:fd:c7:9d:88:0f:
+         c0:f2:78:02:24:54:93:af:89:87:88:c9:4a:80:1d:ea:d0:6e:
+         3e:61:2e:36:bb:35:0e:27:96:fd:66:34:3b:61:72:73:f1:16:
+         5c:47:06:54:49:00:7a:58:12:b0:0a:ef:85:fd:b1:b8:33:75:
+         6a:93:1c:12:e6:60:5e:6f:1d:7f:c9:1f:23:cb:84:61:9f:1e:
+         82:44:f9:5f:ad:62:55:24:9a:52:98:ed:51:e7:a1:7e:97:3a:
+         e6:2f:1f:11:da:53:80:2c:85:9e:ab:35:10:db:22:5f:6a:c5:
+         5e:97:53:f2:32:02:09:30:a3:58:f0:0d:01:d5:72:c6:b1:7c:
+         69:7b:c3:f5:36:45:cc:61:6e:5e:4c:94:c5:5e:ae:e8:0e:5e:
+         8b:bf:f7:cd:e0:ed:a1:0e:1b:33:ee:54:18:fe:0f:be:ef:7e:
+         84:6b:43:e3:70:98:db:5d:75:b2:0d:59:07:85:15:23:39:d6:
+         f1:df:a9:26:0f:d6:48:c7:b3:a6:22:f5:33:37:5a:95:47:9f:
+         7b:ba:18:15:6f:ff:d6:14:64:83:49:d2:0a:67:21:db:0f:35:
+         63:60:28:22:e3:b1:95:83:cd:85:a6:dd:2f:0f:e7:67:52:6e:
+         bb:2f:85:7c:f5:4a:73:e7:c5:3e:c0:bd:21:12:05:3f:fc:b7:
+         03:49:02:5b:c8:25:e6:e2:54:38:f5:79:87:8c:1d:53:b2:4e:
+         85:7b:06:38:c7:2c:f8:f8:b0:72:8d:25:e5:77:52:f4:03:1c:
+         48:a6:50:5f:88:20:30:6e:f2:82:43:ab:3d:97:84:e7:53:fb:
+         21:c1:4f:0f:22:9a:86:b8:59:2a:f6:47:3d:19:88:2d:e8:85:
+         e1:9e:ec:85:08:6a:b1:6c:34:c9:1d:ec:48:2b:3b:78:ed:66:
+         c4:8e:79:69:83:de:7f:8c
+SHA1 Fingerprint=09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36
diff --git a/system/etc/security/cacerts/21855f49.0 b/system/etc/security/cacerts/21855f49.0
new file mode 100644
index 0000000000000000000000000000000000000000..afaaf34f4c651a6c94ad4ae9d7d452fef86d87ce
--- /dev/null
+++ b/system/etc/security/cacerts/21855f49.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFaTCCA1GgAwIBAgIJAMMDmu5QkG4oMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNV
+BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu
+MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIxMB4XDTEyMDcxOTA5MDY1NloXDTQy
+MDcxOTA5MDY1NlowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx
+EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjEw
+ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCqw3j33Jijp1pedxiy3QRk
+D2P9m5YJgNXoqqXinCaUOuiZc4yd39ffg/N4T0Dhf9Kn0uXKE5Pn7cZ3Xza1lK/o
+OI7bm+V8u8yN63Vz4STN5qctGS7Y1oprFOsIYgrY3LMATcMjfF9DCCMyEtztDK3A
+fQ+lekLZWnDZv6fXARz2m6uOt0qGeKAeVjGu74IKgEH3G8muqzIm1Cxr7X1r5OJe
+IgpFy4QxTaz+29FHuvlglzmxZcfe+5nkCiKxLU3lSCZpq+Kq8/v8kiky6bM+TR8n
+oc2OuRf7JT7JbvN32g0S9l3HuzYQ1VTW8+DiR0jm3hTaYVKvJrT1cU/J19IG32PK
+/yHoWQbgCNWEFVP3Q+V8xaCJmGtzxmjOZd69fwX3se72V6FglcXM6pM6vpmumwKj
+rckWtc7dXpl4fho5frLABaTAgqWjR56M6ly2vGfb5ipN0gTco65F97yLnByn1tUD
+3AjLLhbKXEAz6GfDLuemROoRRRw1ZS0eRWEkG4IupZ0zXWX4Qfkuy5Q/H6MMMSRE
+7cderVC6xkGbrPAXZcD4XW9boAo0PO7X6oifmPmvTiT6l7Jkdtqr9O3jw2Dv1fkC
+yC2fg69naQanMVXVz0tv/wQFx1isXxYb5dKj6zHbHzMVTdDypVP1y+E9Tmgt2BLd
+qvLmTZtJ5cUoobqwWsagtQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud
+DwEB/wQEAwIBBjAdBgNVHQ4EFgQUiQq0OJMa5qvum5EY+fU8PjXQ04IwDQYJKoZI
+hvcNAQEFBQADggIBADKL9p1Kyb4U5YysOMo6CdQbzoaz3evUuii+Eq5FLAR0rBNR
+xVgYZk2C2tXck8An4b58n1KeElb21Zyp9HWc+jcSjxyT7Ff+Bw+r1RL3D65hXlaA
+SfX8MPWbTx9BLxyE04nH4toCdu0Jz2zBuByDHBb6lM19oMgY0sidbvW9adRtPTXo
+HqJPYNcHKfyyo6SdbhWSVhlMCrDpfNIZTUJG7L399ldb3Zh+pE3McgODWF3vkzpB
+emOqfDqo9ayk0d2iLbYq/J8BjuIQscTK5GfbVSUZP/3oNn6z4eGBrxEWi1CXYBmC
+AMBrTXO40RMHPuq2MU/wQppt4hF05ZSsjYSVPCGvxdpHyN85YmLLW1AL14FABZyb
+7bq2ix4Eb5YgOe2kfSnbSM6C3NQCjR0EMVrHS/BsYVLXtFHCgWzN4funodKSds+x
+DzdYpPJScWc/DIh4gInByLUfkmO+p3qKViwaqKactV2zY9ATIKHrkWzQjX2v3wvk
+F7mGnjixlAxYjOBVqjtjbZqJYLhkKpLGN/R+Q0O3c+gB53+XD9fyexn9GtePyfqF
+a3qdnom2piiZk4hA9z7NUaPK6u95RyG1/jLix8NRb76AdPCkwzryT+lf3xkK8jsT
+Q6wxpLPn6/wY1gGp8yqPNg7rtLG8t0zJa7+h89n07eLw4+1knj0vllJPgFOL
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 14052245610670616104 (0xc3039aee50906e28)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1
+        Validity
+            Not Before: Jul 19 09:06:56 2012 GMT
+            Not After : Jul 19 09:06:56 2042 GMT
+        Subject: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:aa:c3:78:f7:dc:98:a3:a7:5a:5e:77:18:b2:dd:
+                    04:64:0f:63:fd:9b:96:09:80:d5:e8:aa:a5:e2:9c:
+                    26:94:3a:e8:99:73:8c:9d:df:d7:df:83:f3:78:4f:
+                    40:e1:7f:d2:a7:d2:e5:ca:13:93:e7:ed:c6:77:5f:
+                    36:b5:94:af:e8:38:8e:db:9b:e5:7c:bb:cc:8d:eb:
+                    75:73:e1:24:cd:e6:a7:2d:19:2e:d8:d6:8a:6b:14:
+                    eb:08:62:0a:d8:dc:b3:00:4d:c3:23:7c:5f:43:08:
+                    23:32:12:dc:ed:0c:ad:c0:7d:0f:a5:7a:42:d9:5a:
+                    70:d9:bf:a7:d7:01:1c:f6:9b:ab:8e:b7:4a:86:78:
+                    a0:1e:56:31:ae:ef:82:0a:80:41:f7:1b:c9:ae:ab:
+                    32:26:d4:2c:6b:ed:7d:6b:e4:e2:5e:22:0a:45:cb:
+                    84:31:4d:ac:fe:db:d1:47:ba:f9:60:97:39:b1:65:
+                    c7:de:fb:99:e4:0a:22:b1:2d:4d:e5:48:26:69:ab:
+                    e2:aa:f3:fb:fc:92:29:32:e9:b3:3e:4d:1f:27:a1:
+                    cd:8e:b9:17:fb:25:3e:c9:6e:f3:77:da:0d:12:f6:
+                    5d:c7:bb:36:10:d5:54:d6:f3:e0:e2:47:48:e6:de:
+                    14:da:61:52:af:26:b4:f5:71:4f:c9:d7:d2:06:df:
+                    63:ca:ff:21:e8:59:06:e0:08:d5:84:15:53:f7:43:
+                    e5:7c:c5:a0:89:98:6b:73:c6:68:ce:65:de:bd:7f:
+                    05:f7:b1:ee:f6:57:a1:60:95:c5:cc:ea:93:3a:be:
+                    99:ae:9b:02:a3:ad:c9:16:b5:ce:dd:5e:99:78:7e:
+                    1a:39:7e:b2:c0:05:a4:c0:82:a5:a3:47:9e:8c:ea:
+                    5c:b6:bc:67:db:e6:2a:4d:d2:04:dc:a3:ae:45:f7:
+                    bc:8b:9c:1c:a7:d6:d5:03:dc:08:cb:2e:16:ca:5c:
+                    40:33:e8:67:c3:2e:e7:a6:44:ea:11:45:1c:35:65:
+                    2d:1e:45:61:24:1b:82:2e:a5:9d:33:5d:65:f8:41:
+                    f9:2e:cb:94:3f:1f:a3:0c:31:24:44:ed:c7:5e:ad:
+                    50:ba:c6:41:9b:ac:f0:17:65:c0:f8:5d:6f:5b:a0:
+                    0a:34:3c:ee:d7:ea:88:9f:98:f9:af:4e:24:fa:97:
+                    b2:64:76:da:ab:f4:ed:e3:c3:60:ef:d5:f9:02:c8:
+                    2d:9f:83:af:67:69:06:a7:31:55:d5:cf:4b:6f:ff:
+                    04:05:c7:58:ac:5f:16:1b:e5:d2:a3:eb:31:db:1f:
+                    33:15:4d:d0:f2:a5:53:f5:cb:e1:3d:4e:68:2d:d8:
+                    12:dd:aa:f2:e6:4d:9b:49:e5:c5:28:a1:ba:b0:5a:
+                    c6:a0:b5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                89:0A:B4:38:93:1A:E6:AB:EE:9B:91:18:F9:F5:3C:3E:35:D0:D3:82
+    Signature Algorithm: sha1WithRSAEncryption
+         32:8b:f6:9d:4a:c9:be:14:e5:8c:ac:38:ca:3a:09:d4:1b:ce:
+         86:b3:dd:eb:d4:ba:28:be:12:ae:45:2c:04:74:ac:13:51:c5:
+         58:18:66:4d:82:da:d5:dc:93:c0:27:e1:be:7c:9f:52:9e:12:
+         56:f6:d5:9c:a9:f4:75:9c:fa:37:12:8f:1c:93:ec:57:fe:07:
+         0f:ab:d5:12:f7:0f:ae:61:5e:56:80:49:f5:fc:30:f5:9b:4f:
+         1f:41:2f:1c:84:d3:89:c7:e2:da:02:76:ed:09:cf:6c:c1:b8:
+         1c:83:1c:16:fa:94:cd:7d:a0:c8:18:d2:c8:9d:6e:f5:bd:69:
+         d4:6d:3d:35:e8:1e:a2:4f:60:d7:07:29:fc:b2:a3:a4:9d:6e:
+         15:92:56:19:4c:0a:b0:e9:7c:d2:19:4d:42:46:ec:bd:fd:f6:
+         57:5b:dd:98:7e:a4:4d:cc:72:03:83:58:5d:ef:93:3a:41:7a:
+         63:aa:7c:3a:a8:f5:ac:a4:d1:dd:a2:2d:b6:2a:fc:9f:01:8e:
+         e2:10:b1:c4:ca:e4:67:db:55:25:19:3f:fd:e8:36:7e:b3:e1:
+         e1:81:af:11:16:8b:50:97:60:19:82:00:c0:6b:4d:73:b8:d1:
+         13:07:3e:ea:b6:31:4f:f0:42:9a:6d:e2:11:74:e5:94:ac:8d:
+         84:95:3c:21:af:c5:da:47:c8:df:39:62:62:cb:5b:50:0b:d7:
+         81:40:05:9c:9b:ed:ba:b6:8b:1e:04:6f:96:20:39:ed:a4:7d:
+         29:db:48:ce:82:dc:d4:02:8d:1d:04:31:5a:c7:4b:f0:6c:61:
+         52:d7:b4:51:c2:81:6c:cd:e1:fb:a7:a1:d2:92:76:cf:b1:0f:
+         37:58:a4:f2:52:71:67:3f:0c:88:78:80:89:c1:c8:b5:1f:92:
+         63:be:a7:7a:8a:56:2c:1a:a8:a6:9c:b5:5d:b3:63:d0:13:20:
+         a1:eb:91:6c:d0:8d:7d:af:df:0b:e4:17:b9:86:9e:38:b1:94:
+         0c:58:8c:e0:55:aa:3b:63:6d:9a:89:60:b8:64:2a:92:c6:37:
+         f4:7e:43:43:b7:73:e8:01:e7:7f:97:0f:d7:f2:7b:19:fd:1a:
+         d7:8f:c9:fa:85:6b:7a:9d:9e:89:b6:a6:28:99:93:88:40:f7:
+         3e:cd:51:a3:ca:ea:ef:79:47:21:b5:fe:32:e2:c7:c3:51:6f:
+         be:80:74:f0:a4:c3:3a:f2:4f:e9:5f:df:19:0a:f2:3b:13:43:
+         ac:31:a4:b3:e7:eb:fc:18:d6:01:a9:f3:2a:8f:36:0e:eb:b4:
+         b1:bc:b7:4c:c9:6b:bf:a1:f3:d9:f4:ed:e2:f0:e3:ed:64:9e:
+         3d:2f:96:52:4f:80:53:8b
+SHA1 Fingerprint=8E:1C:74:F8:A6:20:B9:E5:8A:F4:61:FA:EC:2B:47:56:51:1A:52:C6
diff --git a/system/etc/security/cacerts/219d9499.0 b/system/etc/security/cacerts/219d9499.0
new file mode 100644
index 0000000000000000000000000000000000000000..90790d336463e5a594e07abd9a680dfbe27d60ba
--- /dev/null
+++ b/system/etc/security/cacerts/219d9499.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh
+MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE
+YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3
+MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo
+ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg
+MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN
+ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA
+PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w
+wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi
+EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY
+avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+
+YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE
+sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h
+/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5
+IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj
+YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD
+ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy
+OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P
+TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ
+HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER
+dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf
+ReYNnyicsbkqWletNw+vHX/bvZ8=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority
+        Validity
+            Not Before: Jun 29 17:06:20 2004 GMT
+            Not After : Jun 29 17:06:20 2034 GMT
+        Subject: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:de:9d:d7:ea:57:18:49:a1:5b:eb:d7:5f:48:86:
+                    ea:be:dd:ff:e4:ef:67:1c:f4:65:68:b3:57:71:a0:
+                    5e:77:bb:ed:9b:49:e9:70:80:3d:56:18:63:08:6f:
+                    da:f2:cc:d0:3f:7f:02:54:22:54:10:d8:b2:81:d4:
+                    c0:75:3d:4b:7f:c7:77:c3:3e:78:ab:1a:03:b5:20:
+                    6b:2f:6a:2b:b1:c5:88:7e:c4:bb:1e:b0:c1:d8:45:
+                    27:6f:aa:37:58:f7:87:26:d7:d8:2d:f6:a9:17:b7:
+                    1f:72:36:4e:a6:17:3f:65:98:92:db:2a:6e:5d:a2:
+                    fe:88:e0:0b:de:7f:e5:8d:15:e1:eb:cb:3a:d5:e2:
+                    12:a2:13:2d:d8:8e:af:5f:12:3d:a0:08:05:08:b6:
+                    5c:a5:65:38:04:45:99:1e:a3:60:60:74:c5:41:a5:
+                    72:62:1b:62:c5:1f:6f:5f:1a:42:be:02:51:65:a8:
+                    ae:23:18:6a:fc:78:03:a9:4d:7f:80:c3:fa:ab:5a:
+                    fc:a1:40:a4:ca:19:16:fe:b2:c8:ef:5e:73:0d:ee:
+                    77:bd:9a:f6:79:98:bc:b1:07:67:a2:15:0d:dd:a0:
+                    58:c6:44:7b:0a:3e:62:28:5f:ba:41:07:53:58:cf:
+                    11:7e:38:74:c5:f8:ff:b5:69:90:8f:84:74:ea:97:
+                    1b:af
+                Exponent: 3 (0x3)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3
+            X509v3 Authority Key Identifier: 
+                keyid:D2:C4:B0:D2:91:D4:4C:11:71:B3:61:CB:3D:A1:FE:DD:A8:6A:D4:E3
+                DirName:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority
+                serial:00
+
+            X509v3 Basic Constraints: 
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         32:4b:f3:b2:ca:3e:91:fc:12:c6:a1:07:8c:8e:77:a0:33:06:
+         14:5c:90:1e:18:f7:08:a6:3d:0a:19:f9:87:80:11:6e:69:e4:
+         96:17:30:ff:34:91:63:72:38:ee:cc:1c:01:a3:1d:94:28:a4:
+         31:f6:7a:c4:54:d7:f6:e5:31:58:03:a2:cc:ce:62:db:94:45:
+         73:b5:bf:45:c9:24:b5:d5:82:02:ad:23:79:69:8d:b8:b6:4d:
+         ce:cf:4c:ca:33:23:e8:1c:88:aa:9d:8b:41:6e:16:c9:20:e5:
+         89:9e:cd:3b:da:70:f7:7e:99:26:20:14:54:25:ab:6e:73:85:
+         e6:9b:21:9d:0a:6c:82:0e:a8:f8:c2:0c:fa:10:1e:6c:96:ef:
+         87:0d:c4:0f:61:8b:ad:ee:83:2b:95:f8:8e:92:84:72:39:eb:
+         20:ea:83:ed:83:cd:97:6e:08:bc:eb:4e:26:b6:73:2b:e4:d3:
+         f6:4c:fe:26:71:e2:61:11:74:4a:ff:57:1a:87:0f:75:48:2e:
+         cf:51:69:17:a0:02:12:61:95:d5:d1:40:b2:10:4c:ee:c4:ac:
+         10:43:a6:a5:9e:0a:d5:95:62:9a:0d:cf:88:82:c5:32:0c:e4:
+         2b:9f:45:e6:0d:9f:28:9c:b1:b9:2a:5a:57:ad:37:0f:af:1d:
+         7f:db:bd:9f
+SHA1 Fingerprint=27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4
diff --git a/system/etc/security/cacerts/23f4c490.0 b/system/etc/security/cacerts/23f4c490.0
new file mode 100644
index 0000000000000000000000000000000000000000..22c6ee21217dd5ae7f104b6a246164161a7adcb2
--- /dev/null
+++ b/system/etc/security/cacerts/23f4c490.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl
+MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp
+U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw
+NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE
+ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp
+ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3
+DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf
+8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN
++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0
+X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa
+K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA
+1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G
+A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR
+zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0
+YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD
+bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w
+DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3
+L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D
+eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl
+xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp
+VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY
+WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority
+        Validity
+            Not Before: Jun 29 17:39:16 2004 GMT
+            Not After : Jun 29 17:39:16 2034 GMT
+        Subject: C=US, O=Starfield Technologies, Inc., OU=Starfield Class 2 Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b7:32:c8:fe:e9:71:a6:04:85:ad:0c:11:64:df:
+                    ce:4d:ef:c8:03:18:87:3f:a1:ab:fb:3c:a6:9f:f0:
+                    c3:a1:da:d4:d8:6e:2b:53:90:fb:24:a4:3e:84:f0:
+                    9e:e8:5f:ec:e5:27:44:f5:28:a6:3f:7b:de:e0:2a:
+                    f0:c8:af:53:2f:9e:ca:05:01:93:1e:8f:66:1c:39:
+                    a7:4d:fa:5a:b6:73:04:25:66:eb:77:7f:e7:59:c6:
+                    4a:99:25:14:54:eb:26:c7:f3:7f:19:d5:30:70:8f:
+                    af:b0:46:2a:ff:ad:eb:29:ed:d7:9f:aa:04:87:a3:
+                    d4:f9:89:a5:34:5f:db:43:91:82:36:d9:66:3c:b1:
+                    b8:b9:82:fd:9c:3a:3e:10:c8:3b:ef:06:65:66:7a:
+                    9b:19:18:3d:ff:71:51:3c:30:2e:5f:be:3d:77:73:
+                    b2:5d:06:6c:c3:23:56:9a:2b:85:26:92:1c:a7:02:
+                    b3:e4:3f:0d:af:08:79:82:b8:36:3d:ea:9c:d3:35:
+                    b3:bc:69:ca:f5:cc:9d:e8:fd:64:8d:17:80:33:6e:
+                    5e:4a:5d:99:c9:1e:87:b4:9d:1a:c0:d5:6e:13:35:
+                    23:5e:df:9b:5f:3d:ef:d6:f7:76:c2:ea:3e:bb:78:
+                    0d:1c:42:67:6b:04:d8:f8:d6:da:6f:8b:f2:44:a0:
+                    01:ab
+                Exponent: 3 (0x3)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
+            X509v3 Authority Key Identifier: 
+                keyid:BF:5F:B7:D1:CE:DD:1F:86:F4:5B:55:AC:DC:D7:10:C2:0E:A9:88:E7
+                DirName:/C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority
+                serial:00
+
+            X509v3 Basic Constraints: 
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         05:9d:3f:88:9d:d1:c9:1a:55:a1:ac:69:f3:f3:59:da:9b:01:
+         87:1a:4f:57:a9:a1:79:09:2a:db:f7:2f:b2:1e:cc:c7:5e:6a:
+         d8:83:87:a1:97:ef:49:35:3e:77:06:41:58:62:bf:8e:58:b8:
+         0a:67:3f:ec:b3:dd:21:66:1f:c9:54:fa:72:cc:3d:4c:40:d8:
+         81:af:77:9e:83:7a:bb:a2:c7:f5:34:17:8e:d9:11:40:f4:fc:
+         2c:2a:4d:15:7f:a7:62:5d:2e:25:d3:00:0b:20:1a:1d:68:f9:
+         17:b8:f4:bd:8b:ed:28:59:dd:4d:16:8b:17:83:c8:b2:65:c7:
+         2d:7a:a5:aa:bc:53:86:6d:dd:57:a4:ca:f8:20:41:0b:68:f0:
+         f4:fb:74:be:56:5d:7a:79:f5:f9:1d:85:e3:2d:95:be:f5:71:
+         90:43:cc:8d:1f:9a:00:0a:87:29:e9:55:22:58:00:23:ea:e3:
+         12:43:29:5b:47:08:dd:8c:41:6a:65:06:a8:e5:21:aa:41:b4:
+         95:21:95:b9:7d:d1:34:ab:13:d6:ad:bc:dc:e2:3d:39:cd:bd:
+         3e:75:70:a1:18:59:03:c9:22:b4:8f:9c:d5:5e:2a:d7:a5:b6:
+         d4:0a:6d:f8:b7:40:11:46:9a:1f:79:0e:62:bf:0f:97:ec:e0:
+         2f:1f:17:94
+SHA1 Fingerprint=AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A
diff --git a/system/etc/security/cacerts/27af790d.0 b/system/etc/security/cacerts/27af790d.0
new file mode 100644
index 0000000000000000000000000000000000000000..7de9d2fb82ddbc90eb8ab4a7f264a2b0a554cfcb
--- /dev/null
+++ b/system/etc/security/cacerts/27af790d.0
@@ -0,0 +1,55 @@
+-----BEGIN CERTIFICATE-----
+MIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL
+MAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj
+KSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2
+MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0
+eSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV
+BAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw
+NyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV
+BAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH
+MjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL
+So17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal
+tJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
+BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG
+CCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT
+qQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz
+rD6ogRLQy7rQkgu2npaqBA+K
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            3c:b2:f4:48:0a:00:e2:fe:eb:24:3b:5e:60:3e:c3:6b
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
+        Validity
+            Not Before: Nov  5 00:00:00 2007 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=US, O=GeoTrust Inc., OU=(c) 2007 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G2
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:15:b1:e8:fd:03:15:43:e5:ac:eb:87:37:11:62:
+                    ef:d2:83:36:52:7d:45:57:0b:4a:8d:7b:54:3b:3a:
+                    6e:5f:15:02:c0:50:a6:cf:25:2f:7d:ca:48:b8:c7:
+                    50:63:1c:2a:21:08:7c:9a:36:d8:0b:fe:d1:26:c5:
+                    58:31:30:28:25:f3:5d:5d:a3:b8:b6:a5:b4:92:ed:
+                    6c:2c:9f:eb:dd:43:89:a2:3c:4b:48:91:1d:50:ec:
+                    26:df:d6:60:2e:bd:21
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                15:5F:35:57:51:55:FB:25:B2:AD:03:69:FC:01:A3:FA:BE:11:55:D5
+    Signature Algorithm: ecdsa-with-SHA384
+         30:64:02:30:64:96:59:a6:e8:09:de:8b:ba:fa:5a:88:88:f0:
+         1f:91:d3:46:a8:f2:4a:4c:02:63:fb:6c:5f:38:db:2e:41:93:
+         a9:0e:e6:9d:dc:31:1c:b2:a0:a7:18:1c:79:e1:c7:36:02:30:
+         3a:56:af:9a:74:6c:f6:fb:83:e0:33:d3:08:5f:a1:9c:c2:5b:
+         9f:46:d6:b6:cb:91:06:63:a2:06:e7:33:ac:3e:a8:81:12:d0:
+         cb:ba:d0:92:0b:b6:9e:96:aa:04:0f:8a
+SHA1 Fingerprint=8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0
diff --git a/system/etc/security/cacerts/2add47b6.0 b/system/etc/security/cacerts/2add47b6.0
new file mode 100644
index 0000000000000000000000000000000000000000..aa885397c79774fcfa6aa4c4fe2b51afe8ecf368
--- /dev/null
+++ b/system/etc/security/cacerts/2add47b6.0
@@ -0,0 +1,52 @@
+-----BEGIN CERTIFICATE-----
+MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk
+MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH
+bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX
+DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD
+QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu
+MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc
+8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke
+hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD
+VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI
+KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg
+515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO
+xwy8p2Fp8fc74SrL+SvzZpA3
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            60:59:49:e0:26:2e:bb:55:f9:0a:77:8a:71:f9:4a:d8:6c
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
+        Validity
+            Not Before: Nov 13 00:00:00 2012 GMT
+            Not After : Jan 19 03:14:07 2038 GMT
+        Subject: OU=GlobalSign ECC Root CA - R5, O=GlobalSign, CN=GlobalSign
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:47:45:0e:96:fb:7d:5d:bf:e9:39:d1:21:f8:9f:
+                    0b:b6:d5:7b:1e:92:3a:48:59:1c:f0:62:31:2d:c0:
+                    7a:28:fe:1a:a7:5c:b3:b6:cc:97:e7:45:d4:58:fa:
+                    d1:77:6d:43:a2:c0:87:65:34:0a:1f:7a:dd:eb:3c:
+                    33:a1:c5:9d:4d:a4:6f:41:95:38:7f:c9:1e:84:eb:
+                    d1:9e:49:92:87:94:87:0c:3a:85:4a:66:9f:9d:59:
+                    93:4d:97:61:06:86:4a
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                3D:E6:29:48:9B:EA:07:CA:21:44:4A:26:DE:6E:DE:D2:83:D0:9F:59
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:31:00:e5:69:12:c9:6e:db:c6:31:ba:09:41:e1:97:
+         f8:fb:fd:9a:e2:7d:12:c9:ed:7c:64:d3:cb:05:25:8b:56:d9:
+         a0:e7:5e:5d:4e:0b:83:9c:5b:76:29:a0:09:26:21:6a:62:02:
+         30:71:d2:b5:8f:5c:ea:3b:e1:78:09:85:a8:75:92:3b:c8:5c:
+         fd:48:ef:0d:74:22:a8:08:e2:6e:c5:49:ce:c7:0c:bc:a7:61:
+         69:f1:f7:3b:e1:2a:cb:f9:2b:f3:66:90:37
+SHA1 Fingerprint=1F:24:C6:30:CD:A4:18:EF:20:69:FF:AD:4F:DD:5F:46:3A:1B:69:AA
diff --git a/system/etc/security/cacerts/2d9dafe4.0 b/system/etc/security/cacerts/2d9dafe4.0
new file mode 100644
index 0000000000000000000000000000000000000000..b99db9593060c69d53f7756e72665600914721a0
--- /dev/null
+++ b/system/etc/security/cacerts/2d9dafe4.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd
+MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg
+Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow
+TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw
+HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB
+BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y
+ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E
+N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9
+tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX
+0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c
+/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X
+KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY
+zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS
+O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D
+34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP
+K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3
+AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv
+Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj
+QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV
+cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS
+IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2
+HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa
+O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv
+033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u
+dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE
+kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41
+3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD
+u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq
+4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 2 (0x2)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
+        Validity
+            Not Before: Oct 26 08:28:58 2010 GMT
+            Not After : Oct 26 08:28:58 2040 GMT
+        Subject: C=NO, O=Buypass AS-983163327, CN=Buypass Class 3 Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a5:da:0a:95:16:50:e3:95:f2:5e:9d:76:31:06:
+                    32:7a:9b:f1:10:76:b8:00:9a:b5:52:36:cd:24:47:
+                    b0:9f:18:64:bc:9a:f6:fa:d5:79:d8:90:62:4c:22:
+                    2f:de:38:3d:d6:e0:a8:e9:1c:2c:db:78:11:e9:8e:
+                    68:51:15:72:c7:f3:33:87:e4:a0:5d:0b:5c:e0:57:
+                    07:2a:30:f5:cd:c4:37:77:28:4d:18:91:e6:bf:d5:
+                    52:fd:71:2d:70:3e:e7:c6:c4:8a:e3:f0:28:0b:f4:
+                    76:98:a1:8b:87:55:b2:3a:13:fc:b7:3e:27:37:8e:
+                    22:e3:a8:4f:2a:ef:60:bb:3d:b7:39:c3:0e:01:47:
+                    99:5d:12:4f:db:43:fa:57:a1:ed:f9:9d:be:11:47:
+                    26:5b:13:98:ab:5d:16:8a:b0:37:1c:57:9d:45:ff:
+                    88:96:36:bf:bb:ca:07:7b:6f:87:63:d7:d0:32:6a:
+                    d6:5d:6c:0c:f1:b3:6e:39:e2:6b:31:2e:39:00:27:
+                    14:de:38:c0:ec:19:66:86:12:e8:9d:72:16:13:64:
+                    52:c7:a9:37:1c:fd:82:30:ed:84:18:1d:f4:ae:5c:
+                    ff:70:13:00:eb:b1:f5:33:7a:4b:d6:55:f8:05:8d:
+                    4b:69:b0:f5:b3:28:36:5c:14:c4:51:73:4d:6b:0b:
+                    f1:34:07:db:17:39:d7:dc:28:7b:6b:f5:9f:f3:2e:
+                    c1:4f:17:2a:10:f3:cc:ca:e8:eb:fd:6b:ab:2e:9a:
+                    9f:2d:82:6e:04:d4:52:01:93:2d:3d:86:fc:7e:fc:
+                    df:ef:42:1d:a6:6b:ef:b9:20:c6:f7:bd:a0:a7:95:
+                    fd:a7:e6:89:24:d8:cc:8c:34:6c:e2:23:2f:d9:12:
+                    1a:21:b9:55:91:6f:0b:91:79:19:0c:ad:40:88:0b:
+                    70:e2:7a:d2:0e:d8:68:48:bb:82:13:39:10:58:e9:
+                    d8:2a:07:c6:12:db:58:db:d2:3b:55:10:47:05:15:
+                    67:62:7e:18:63:a6:46:3f:09:0e:54:32:5e:bf:0d:
+                    62:7a:27:ef:80:e8:db:d9:4b:06:5a:37:5a:25:d0:
+                    08:12:77:d4:6f:09:50:97:3d:c8:1d:c3:df:8c:45:
+                    30:56:c6:d3:64:ab:66:f3:c0:5e:96:9c:c3:c4:ef:
+                    c3:7c:6b:8b:3a:79:7f:b3:49:cf:3d:e2:89:9f:a0:
+                    30:4b:85:b9:9c:94:24:79:8f:7d:6b:a9:45:68:0f:
+                    2b:d0:f1:da:1c:cb:69:b8:ca:49:62:6d:c8:d0:63:
+                    62:dd:60:0f:58:aa:8f:a1:bc:05:a5:66:a2:cf:1b:
+                    76:b2:84:64:b1:4c:39:52:c0:30:ba:f0:8c:4b:02:
+                    b0:b6:b7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                47:B8:CD:FF:E5:6F:EE:F8:B2:EC:2F:4E:0E:F9:25:B0:8E:3C:6B:C3
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         00:20:23:41:35:04:90:c2:40:62:60:ef:e2:35:4c:d7:3f:ac:
+         e2:34:90:b8:a1:6f:76:fa:16:16:a4:48:37:2c:e9:90:c2:f2:
+         3c:f8:0a:9f:d8:81:e5:bb:5b:da:25:2c:a4:a7:55:71:24:32:
+         f6:c8:0b:f2:bc:6a:f8:93:ac:b2:07:c2:5f:9f:db:cc:c8:8a:
+         aa:be:6a:6f:e1:49:10:cc:31:d7:80:bb:bb:c8:d8:a2:0e:64:
+         57:ea:a2:f5:c2:a9:31:15:d2:20:6a:ec:fc:22:01:28:cf:86:
+         b8:80:1e:a9:cc:11:a5:3c:f2:16:b3:47:9d:fc:d2:80:21:c4:
+         cb:d0:47:70:41:a1:ca:83:19:08:2c:6d:f2:5d:77:9c:8a:14:
+         13:d4:36:1c:92:f0:e5:06:37:dc:a6:e6:90:9b:38:8f:5c:6b:
+         1b:46:86:43:42:5f:3e:01:07:53:54:5d:65:7d:f7:8a:73:a1:
+         9a:54:5a:1f:29:43:14:27:c2:85:0f:b5:88:7b:1a:3b:94:b7:
+         1d:60:a7:b5:9c:e7:29:69:57:5a:9b:93:7a:43:30:1b:03:d7:
+         62:c8:40:a6:aa:fc:64:e4:4a:d7:91:53:01:a8:20:88:6e:9c:
+         5f:44:b9:cb:60:81:34:ec:6f:d3:7d:da:48:5f:eb:b4:90:bc:
+         2d:a9:1c:0b:ac:1c:d5:a2:68:20:80:04:d6:fc:b1:8f:2f:bb:
+         4a:31:0d:4a:86:1c:eb:e2:36:29:26:f5:da:d8:c4:f2:75:61:
+         cf:7e:ae:76:63:4a:7a:40:65:93:87:f8:1e:80:8c:86:e5:86:
+         d6:8f:0e:fc:53:2c:60:e8:16:61:1a:a2:3e:43:7b:cd:39:60:
+         54:6a:f5:f2:89:26:01:68:83:48:a2:33:e8:c9:04:91:b2:11:
+         34:11:3e:ea:d0:43:19:1f:03:93:90:0c:ff:51:3d:57:f4:41:
+         6e:e1:cb:a0:be:eb:c9:63:cd:6d:cc:e4:f8:36:aa:68:9d:ed:
+         bd:5d:97:70:44:0d:b6:0e:35:dc:e1:0c:5d:bb:a0:51:94:cb:
+         7e:16:eb:11:2f:a3:92:45:c8:4c:71:d9:bc:c9:99:52:57:46:
+         2f:50:cf:bd:35:69:f4:3d:15:ce:06:a5:2c:0f:3e:f6:81:ba:
+         94:bb:c3:bb:bf:65:78:d2:86:79:ff:49:3b:1a:83:0c:f0:de:
+         78:ec:c8:f2:4d:4c:1a:de:82:29:f8:c1:5a:da:ed:ee:e6:27:
+         5e:e8:45:d0:9d:1c:51:a8:68:ab:44:e3:d0:8b:6a:e3:f8:3b:
+         bb:dc:4d:d7:64:f2:51:be:e6:aa:ab:5a:e9:31:ee:06:bc:73:
+         bf:13:62:0a:9f:c7:b9:97
+SHA1 Fingerprint=DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57
diff --git a/system/etc/security/cacerts/2fa87019.0 b/system/etc/security/cacerts/2fa87019.0
new file mode 100644
index 0000000000000000000000000000000000000000..530392735562e7ef0be936605d33a80c301e66ec
--- /dev/null
+++ b/system/etc/security/cacerts/2fa87019.0
@@ -0,0 +1,86 @@
+-----BEGIN CERTIFICATE-----
+MIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi
+MQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu
+MTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp
+dHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV
+UzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO
+ZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG
+SIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz
+c7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP
+OCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl
+mGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF
+BgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4
+qY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw
+gZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB
+BjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu
+bmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp
+dHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8
+6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/
+h1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH
+/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv
+wKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN
+pGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            57:cb:33:6f:c2:5c:16:e6:47:16:17:e3:90:31:68:e0
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
+        Validity
+            Not Before: Dec  1 00:00:00 2006 GMT
+            Not After : Dec 31 23:59:59 2029 GMT
+        Subject: C=US, O=Network Solutions L.L.C., CN=Network Solutions Certificate Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:e4:bc:7e:92:30:6d:c6:d8:8e:2b:0b:bc:46:ce:
+                    e0:27:96:de:de:f9:fa:12:d3:3c:33:73:b3:04:2f:
+                    bc:71:8c:e5:9f:b6:22:60:3e:5f:5d:ce:09:ff:82:
+                    0c:1b:9a:51:50:1a:26:89:dd:d5:61:5d:19:dc:12:
+                    0f:2d:0a:a2:43:5d:17:d0:34:92:20:ea:73:cf:38:
+                    2c:06:26:09:7a:72:f7:fa:50:32:f8:c2:93:d3:69:
+                    a2:23:ce:41:b1:cc:e4:d5:1f:36:d1:8a:3a:f8:8c:
+                    63:e2:14:59:69:ed:0d:d3:7f:6b:e8:b8:03:e5:4f:
+                    6a:e5:98:63:69:48:05:be:2e:ff:33:b6:e9:97:59:
+                    69:f8:67:19:ae:93:61:96:44:15:d3:72:b0:3f:bc:
+                    6a:7d:ec:48:7f:8d:c3:ab:aa:71:2b:53:69:41:53:
+                    34:b5:b0:b9:c5:06:0a:c4:b0:45:f5:41:5d:6e:89:
+                    45:7b:3d:3b:26:8c:74:c2:e5:d2:d1:7d:b2:11:d4:
+                    fb:58:32:22:9a:80:c9:dc:fd:0c:e9:7f:5e:03:97:
+                    ce:3b:00:14:87:27:70:38:a9:8e:6e:b3:27:76:98:
+                    51:e0:05:e3:21:ab:1a:d5:85:22:3c:29:b5:9a:16:
+                    c5:80:a8:f4:bb:6b:30:8f:2f:46:02:a2:b1:0c:22:
+                    e0:d3
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                21:30:C9:FB:00:D7:4E:98:DA:87:AA:2A:D0:A7:2E:B1:40:31:A7:4C
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.netsolssl.com/NetworkSolutionsCertificateAuthority.crl
+
+    Signature Algorithm: sha1WithRSAEncryption
+         bb:ae:4b:e7:b7:57:eb:7f:aa:2d:b7:73:47:85:6a:c1:e4:a5:
+         1d:e4:e7:3c:e9:f4:59:65:77:b5:7a:5b:5a:8d:25:36:e0:7a:
+         97:2e:38:c0:57:60:83:98:06:83:9f:b9:76:7a:6e:50:e0:ba:
+         88:2c:fc:45:cc:18:b0:99:95:51:0e:ec:1d:b8:88:ff:87:50:
+         1c:82:c2:e3:e0:32:80:bf:a0:0b:47:c8:c3:31:ef:99:67:32:
+         80:4f:17:21:79:0c:69:5c:de:5e:34:ae:02:b5:26:ea:50:df:
+         7f:18:65:2c:c9:f2:63:e1:a9:07:fe:7c:71:1f:6b:33:24:6a:
+         1e:05:f7:05:68:c0:6a:12:cb:2e:5e:61:cb:ae:28:d3:7e:c2:
+         b4:66:91:26:5f:3c:2e:24:5f:cb:58:0f:eb:28:ec:af:11:96:
+         f3:dc:7b:6f:c0:a7:88:f2:53:77:b3:60:5e:ae:ae:28:da:35:
+         2c:6f:34:45:d3:26:e1:de:ec:5b:4f:27:6b:16:7c:bd:44:04:
+         18:82:b3:89:79:17:10:71:3d:7a:a2:16:4e:f5:01:cd:a4:6c:
+         65:68:a1:49:76:5c:43:c9:d8:bc:36:67:6c:a5:94:b5:d4:cc:
+         b9:bd:6a:35:56:21:de:d8:c3:eb:fb:cb:a4:60:4c:b0:55:a0:
+         a0:7b:57:b2
+SHA1 Fingerprint=74:F8:A3:C3:EF:E7:B3:90:06:4B:83:90:3C:21:64:60:20:E5:DF:CE
diff --git a/system/etc/security/cacerts/31188b5e.0 b/system/etc/security/cacerts/31188b5e.0
new file mode 100644
index 0000000000000000000000000000000000000000..6d4419c8d70336ced68e7f3f90bcfbdb3f83aa7a
--- /dev/null
+++ b/system/etc/security/cacerts/31188b5e.0
@@ -0,0 +1,83 @@
+-----BEGIN CERTIFICATE-----
+MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx
+GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp
+bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w
+KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0
+BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy
+dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG
+EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll
+IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU
+QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT
+TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg
+LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7
+a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr
+LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr
+N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X
+YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/
+iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f
+AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH
+V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL
+BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh
+AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf
+IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4
+lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c
+8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf
+lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
+        Validity
+            Not Before: Nov 25 08:25:55 2013 GMT
+            Not After : Oct 25 08:25:55 2043 GMT
+        Subject: C=TR, L=Gebze - Kocaeli, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, OU=Kamu Sertifikasyon Merkezi - Kamu SM, CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:af:75:30:33:aa:bb:6b:d3:99:2c:12:37:84:d9:
+                    8d:7b:97:80:d3:6e:e7:ff:9b:50:95:3e:90:95:56:
+                    42:d7:19:7c:26:84:8d:92:fa:01:1d:3a:0f:e2:64:
+                    38:b7:8c:bc:e8:88:f9:8b:24:ab:2e:a3:f5:37:e4:
+                    40:8e:18:25:79:83:75:1f:3b:ff:6c:a8:c5:c6:56:
+                    f8:b4:ed:8a:44:a3:ab:6c:4c:fc:1d:d0:dc:ef:68:
+                    bd:cf:e4:aa:ce:f0:55:f7:a2:34:d4:83:6b:37:7c:
+                    1c:c2:fe:b5:03:ec:57:ce:bc:b4:b5:c5:ed:00:0f:
+                    53:37:2a:4d:f4:4f:0c:83:fb:86:cf:cb:fe:8c:4e:
+                    bd:87:f9:a7:8b:21:57:9c:7a:df:03:67:89:2c:9d:
+                    97:61:a7:10:b8:55:90:7f:0e:2d:27:38:74:df:e7:
+                    fd:da:4e:12:e3:4d:15:22:02:c8:e0:e0:fc:0f:ad:
+                    8a:d7:c9:54:50:cc:3b:0f:ca:16:80:84:d0:51:56:
+                    c3:8e:56:7f:89:22:33:2f:e6:85:0a:bd:a5:a8:1b:
+                    36:de:d3:dc:2c:6d:3b:c7:13:bd:59:23:2c:e6:e5:
+                    a4:f7:d8:0b:ed:ea:90:40:44:a8:95:bb:93:d5:d0:
+                    80:34:b6:46:78:0e:1f:00:93:46:e1:ee:e9:f9:ec:
+                    4f:17
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                65:3F:C7:8A:86:C6:3C:DD:3C:54:5C:35:F8:3A:ED:52:0C:47:57:C8
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha256WithRSAEncryption
+         2a:3f:e1:f1:32:8e:ae:e1:98:5c:4b:5e:cf:6b:1e:6a:09:d2:
+         22:a9:12:c7:5e:57:7d:73:56:64:80:84:7a:93:e4:09:b9:10:
+         cd:9f:2a:27:e1:00:77:be:48:c8:35:a8:81:9f:e4:b8:2c:c9:
+         7f:0e:b0:d2:4b:37:5d:ea:b9:d5:0b:5e:34:bd:f4:73:29:c3:
+         ed:26:15:9c:7e:08:53:8a:58:8d:d0:4b:28:df:c1:b3:df:20:
+         f3:f9:e3:e3:3a:df:cc:9c:94:d8:4e:4f:c3:6b:17:b7:f7:72:
+         e8:ad:66:33:b5:25:53:ab:e0:f8:4c:a9:9d:fd:f2:0d:ba:ae:
+         b9:d9:aa:c6:6b:f9:93:bb:ae:ab:b8:97:3c:03:1a:ba:43:c6:
+         96:b9:45:72:38:b3:a7:a1:96:3d:91:7b:7e:c0:21:53:4c:87:
+         ed:f2:0b:54:95:51:93:d5:22:a5:0d:8a:f1:93:0e:3e:54:0e:
+         b0:d8:c9:4e:dc:f2:31:32:56:ea:64:f9:ea:b5:9d:16:66:42:
+         72:f3:7f:d3:b1:31:43:fc:a4:8e:17:f1:6d:23:ab:94:66:f8:
+         ad:fb:0f:08:6e:26:2d:7f:17:07:09:b2:8c:fb:50:c0:9f:96:
+         8d:cf:b6:fd:00:9d:5a:14:9a:bf:02:44:f5:c1:c2:9f:22:5e:
+         a2:0f:a1:e3
+SHA1 Fingerprint=31:43:64:9B:EC:CE:27:EC:ED:3A:3F:0B:8F:0D:E4:E8:91:DD:EE:CA
diff --git a/system/etc/security/cacerts/343eb6cb.0 b/system/etc/security/cacerts/343eb6cb.0
new file mode 100644
index 0000000000000000000000000000000000000000..ef2f4062602ca85d798b891c614555083fae93b0
--- /dev/null
+++ b/system/etc/security/cacerts/343eb6cb.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG
+A1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh
+bCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE
+ChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS
+b290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5
+7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS
+J8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y
+HLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP
+t3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz
+FtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY
+XSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/
+MB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw
+hi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js
+MB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA
+A4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj
+Wqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx
+XOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o
+omcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc
+A06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW
+WL1WMRJOEcgh4LMRkWXbtKaIOM5V
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            04:00:00:00:00:01:0f:85:aa:2d:48
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: O=Cybertrust, Inc, CN=Cybertrust Global Root
+        Validity
+            Not Before: Dec 15 08:00:00 2006 GMT
+            Not After : Dec 15 08:00:00 2021 GMT
+        Subject: O=Cybertrust, Inc, CN=Cybertrust Global Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:f8:c8:bc:bd:14:50:66:13:ff:f0:d3:79:ec:23:
+                    f2:b7:1a:c7:8e:85:f1:12:73:a6:19:aa:10:db:9c:
+                    a2:65:74:5a:77:3e:51:7d:56:f6:dc:23:b6:d4:ed:
+                    5f:58:b1:37:4d:d5:49:0e:6e:f5:6a:87:d6:d2:8c:
+                    d2:27:c6:e2:ff:36:9f:98:65:a0:13:4e:c6:2a:64:
+                    9b:d5:90:12:cf:14:06:f4:3b:e3:d4:28:be:e8:0e:
+                    f8:ab:4e:48:94:6d:8e:95:31:10:5c:ed:a2:2d:bd:
+                    d5:3a:6d:b2:1c:bb:60:c0:46:4b:01:f5:49:ae:7e:
+                    46:8a:d0:74:8d:a1:0c:02:ce:ee:fc:e7:8f:b8:6b:
+                    66:f3:7f:44:00:bf:66:25:14:2b:dd:10:30:1d:07:
+                    96:3f:4d:f6:6b:b8:8f:b7:7b:0c:a5:38:eb:de:47:
+                    db:d5:5d:39:fc:88:a7:f3:d7:2a:74:f1:e8:5a:a2:
+                    3b:9f:50:ba:a6:8c:45:35:c2:50:65:95:dc:63:82:
+                    ef:dd:bf:77:4d:9c:62:c9:63:73:16:d0:29:0f:49:
+                    a9:48:f0:b3:aa:b7:6c:c5:a7:30:39:40:5d:ae:c4:
+                    e2:5d:26:53:f0:ce:1c:23:08:61:a8:94:19:ba:04:
+                    62:40:ec:1f:38:70:77:12:06:71:a7:30:18:5d:25:
+                    27:a5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://www2.public-trust.com/crl/ct/ctroot.crl
+
+            X509v3 Authority Key Identifier: 
+                keyid:B6:08:7B:0D:7A:CC:AC:20:4C:86:56:32:5E:CF:AB:6E:85:2D:70:57
+
+    Signature Algorithm: sha1WithRSAEncryption
+         56:ef:0a:23:a0:54:4e:95:97:c9:f8:89:da:45:c1:d4:a3:00:
+         25:f4:1f:13:ab:b7:a3:85:58:69:c2:30:ad:d8:15:8a:2d:e3:
+         c9:cd:81:5a:f8:73:23:5a:a7:7c:05:f3:fd:22:3b:0e:d1:06:
+         c4:db:36:4c:73:04:8e:e5:b0:22:e4:c5:f3:2e:a5:d9:23:e3:
+         b8:4e:4a:20:a7:6e:02:24:9f:22:60:67:7b:8b:1d:72:09:c5:
+         31:5c:e9:79:9f:80:47:3d:ad:a1:0b:07:14:3d:47:ff:03:69:
+         1a:0c:0b:44:e7:63:25:a7:7f:b2:c9:b8:76:84:ed:23:f6:7d:
+         07:ab:45:7e:d3:df:b3:bf:e9:8a:b6:cd:a8:a2:67:2b:52:d5:
+         b7:65:f0:39:4c:63:a0:91:79:93:52:0f:54:dd:83:bb:9f:d1:
+         8f:a7:53:73:c3:cb:ff:30:ec:7c:04:b8:d8:44:1f:93:5f:71:
+         09:22:b7:6e:3e:ea:1c:03:4e:9d:1a:20:61:fb:81:37:ec:5e:
+         fc:0a:45:ab:d7:e7:17:55:d0:a0:ea:60:9b:a6:f6:e3:8c:5b:
+         29:c2:06:60:14:9d:2d:97:4c:a9:93:15:9d:61:c4:01:5f:48:
+         d6:58:bd:56:31:12:4e:11:c8:21:e0:b3:11:91:65:db:b4:a6:
+         88:38:ce:55
+SHA1 Fingerprint=5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6
diff --git a/system/etc/security/cacerts/35105088.0 b/system/etc/security/cacerts/35105088.0
new file mode 100644
index 0000000000000000000000000000000000000000..3728c3b7346893d7264496d05ffdfe0af039517a
--- /dev/null
+++ b/system/etc/security/cacerts/35105088.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB
+iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl
+cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV
+BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw
+MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV
+BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU
+aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy
+dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK
+AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B
+3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY
+tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/
+Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2
+VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT
+79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6
+c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT
+Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l
+c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee
+UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE
+Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd
+BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G
+A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF
+Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO
+VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3
+ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs
+8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR
+iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze
+Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ
+XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/
+qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
+VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB
+L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG
+jjxDah2nGN59PRbxYvnKkKj9
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            01:fd:6d:30:fc:a3:ca:51:a8:1b:bc:64:0e:35:03:2d
+    Signature Algorithm: sha384WithRSAEncryption
+        Issuer: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
+        Validity
+            Not Before: Feb  1 00:00:00 2010 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=US, ST=New Jersey, L=Jersey City, O=The USERTRUST Network, CN=USERTrust RSA Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:80:12:65:17:36:0e:c3:db:08:b3:d0:ac:57:0d:
+                    76:ed:cd:27:d3:4c:ad:50:83:61:e2:aa:20:4d:09:
+                    2d:64:09:dc:ce:89:9f:cc:3d:a9:ec:f6:cf:c1:dc:
+                    f1:d3:b1:d6:7b:37:28:11:2b:47:da:39:c6:bc:3a:
+                    19:b4:5f:a6:bd:7d:9d:a3:63:42:b6:76:f2:a9:3b:
+                    2b:91:f8:e2:6f:d0:ec:16:20:90:09:3e:e2:e8:74:
+                    c9:18:b4:91:d4:62:64:db:7f:a3:06:f1:88:18:6a:
+                    90:22:3c:bc:fe:13:f0:87:14:7b:f6:e4:1f:8e:d4:
+                    e4:51:c6:11:67:46:08:51:cb:86:14:54:3f:bc:33:
+                    fe:7e:6c:9c:ff:16:9d:18:bd:51:8e:35:a6:a7:66:
+                    c8:72:67:db:21:66:b1:d4:9b:78:03:c0:50:3a:e8:
+                    cc:f0:dc:bc:9e:4c:fe:af:05:96:35:1f:57:5a:b7:
+                    ff:ce:f9:3d:b7:2c:b6:f6:54:dd:c8:e7:12:3a:4d:
+                    ae:4c:8a:b7:5c:9a:b4:b7:20:3d:ca:7f:22:34:ae:
+                    7e:3b:68:66:01:44:e7:01:4e:46:53:9b:33:60:f7:
+                    94:be:53:37:90:73:43:f3:32:c3:53:ef:db:aa:fe:
+                    74:4e:69:c7:6b:8c:60:93:de:c4:c7:0c:df:e1:32:
+                    ae:cc:93:3b:51:78:95:67:8b:ee:3d:56:fe:0c:d0:
+                    69:0f:1b:0f:f3:25:26:6b:33:6d:f7:6e:47:fa:73:
+                    43:e5:7e:0e:a5:66:b1:29:7c:32:84:63:55:89:c4:
+                    0d:c1:93:54:30:19:13:ac:d3:7d:37:a7:eb:5d:3a:
+                    6c:35:5c:db:41:d7:12:da:a9:49:0b:df:d8:80:8a:
+                    09:93:62:8e:b5:66:cf:25:88:cd:84:b8:b1:3f:a4:
+                    39:0f:d9:02:9e:eb:12:4c:95:7c:f3:6b:05:a9:5e:
+                    16:83:cc:b8:67:e2:e8:13:9d:cc:5b:82:d3:4c:b3:
+                    ed:5b:ff:de:e5:73:ac:23:3b:2d:00:bf:35:55:74:
+                    09:49:d8:49:58:1a:7f:92:36:e6:51:92:0e:f3:26:
+                    7d:1c:4d:17:bc:c9:ec:43:26:d0:bf:41:5f:40:a9:
+                    44:44:f4:99:e7:57:87:9e:50:1f:57:54:a8:3e:fd:
+                    74:63:2f:b1:50:65:09:e6:58:42:2e:43:1a:4c:b4:
+                    f0:25:47:59:fa:04:1e:93:d4:26:46:4a:50:81:b2:
+                    de:be:78:b7:fc:67:15:e1:c9:57:84:1e:0f:63:d6:
+                    e9:62:ba:d6:5f:55:2e:ea:5c:c6:28:08:04:25:39:
+                    b8:0e:2b:a9:f2:4c:97:1c:07:3f:0d:52:f5:ed:ef:
+                    2f:82:0f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                53:79:BF:5A:AA:2B:4A:CF:54:80:E1:D8:9B:C0:9D:F2:B2:03:66:CB
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha384WithRSAEncryption
+         5c:d4:7c:0d:cf:f7:01:7d:41:99:65:0c:73:c5:52:9f:cb:f8:
+         cf:99:06:7f:1b:da:43:15:9f:9e:02:55:57:96:14:f1:52:3c:
+         27:87:94:28:ed:1f:3a:01:37:a2:76:fc:53:50:c0:84:9b:c6:
+         6b:4e:ba:8c:21:4f:a2:8e:55:62:91:f3:69:15:d8:bc:88:e3:
+         c4:aa:0b:fd:ef:a8:e9:4b:55:2a:06:20:6d:55:78:29:19:ee:
+         5f:30:5c:4b:24:11:55:ff:24:9a:6e:5e:2a:2b:ee:0b:4d:9f:
+         7f:f7:01:38:94:14:95:43:07:09:fb:60:a9:ee:1c:ab:12:8c:
+         a0:9a:5e:a7:98:6a:59:6d:8b:3f:08:fb:c8:d1:45:af:18:15:
+         64:90:12:0f:73:28:2e:c5:e2:24:4e:fc:58:ec:f0:f4:45:fe:
+         22:b3:eb:2f:8e:d2:d9:45:61:05:c1:97:6f:a8:76:72:8f:8b:
+         8c:36:af:bf:0d:05:ce:71:8d:e6:a6:6f:1f:6c:a6:71:62:c5:
+         d8:d0:83:72:0c:f1:67:11:89:0c:9c:13:4c:72:34:df:bc:d5:
+         71:df:aa:71:dd:e1:b9:6c:8c:3c:12:5d:65:da:bd:57:12:b6:
+         43:6b:ff:e5:de:4d:66:11:51:cf:99:ae:ec:17:b6:e8:71:91:
+         8c:de:49:fe:dd:35:71:a2:15:27:94:1c:cf:61:e3:26:bb:6f:
+         a3:67:25:21:5d:e6:dd:1d:0b:2e:68:1b:3b:82:af:ec:83:67:
+         85:d4:98:51:74:b1:b9:99:80:89:ff:7f:78:19:5c:79:4a:60:
+         2e:92:40:ae:4c:37:2a:2c:c9:c7:62:c8:0e:5d:f7:36:5b:ca:
+         e0:25:25:01:b4:dd:1a:07:9c:77:00:3f:d0:dc:d5:ec:3d:d4:
+         fa:bb:3f:cc:85:d6:6f:7f:a9:2d:df:b9:02:f7:f5:97:9a:b5:
+         35:da:c3:67:b0:87:4a:a9:28:9e:23:8e:ff:5c:27:6b:e1:b0:
+         4f:f3:07:ee:00:2e:d4:59:87:cb:52:41:95:ea:f4:47:d7:ee:
+         64:41:55:7c:8d:59:02:95:dd:62:9d:c2:b9:ee:5a:28:74:84:
+         a5:9b:b7:90:c7:0c:07:df:f5:89:36:74:32:d6:28:c1:b0:b0:
+         0b:e0:9c:4c:c3:1c:d6:fc:e3:69:b5:47:46:81:2f:a2:82:ab:
+         d3:63:44:70:c4:8d:ff:2d:33:ba:ad:8f:7b:b5:70:88:ae:3e:
+         19:cf:40:28:d8:fc:c8:90:bb:5d:99:22:f5:52:e6:58:c5:1f:
+         88:31:43:ee:88:1d:d7:c6:8e:3c:43:6a:1d:a7:18:de:7d:3d:
+         16:f1:62:f9:ca:90:a8:fd
+SHA1 Fingerprint=2B:8F:1B:57:33:0D:BB:A2:D0:7A:6C:51:F7:0E:E9:0D:DA:B9:AD:8E
diff --git a/system/etc/security/cacerts/3929ec9f.0 b/system/etc/security/cacerts/3929ec9f.0
new file mode 100644
index 0000000000000000000000000000000000000000..bc31d157ae4b8555d93ac7e35a4a680c2b26fd20
--- /dev/null
+++ b/system/etc/security/cacerts/3929ec9f.0
@@ -0,0 +1,124 @@
+-----BEGIN CERTIFICATE-----
+MIIFbzCCA1egAwIBAgISESChaRu/vbm9UpaPI+hIvyYRMA0GCSqGSIb3DQEBDQUA
+MEAxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9w
+ZW5UcnVzdCBSb290IENBIEcyMB4XDTE0MDUyNjAwMDAwMFoXDTM4MDExNTAwMDAw
+MFowQDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCU9wZW5UcnVzdDEdMBsGA1UEAwwU
+T3BlblRydXN0IFJvb3QgQ0EgRzIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK
+AoICAQDMtlelM5QQgTJT32F+D3Y5z1zCU3UdSXqWON2ic2rxb95eolq5cSG+Ntmh
+/LzubKh8NBpxGuga2F8ORAbtp+Dz0mEL4DKiltE48MLaARf85KxP6O6JHnSrT78e
+CbY2albz4e6WiWYkBuTNQjpK3eCasMSCRbP+yatcfD7J6xcvDH1urqWPyKwlCm/6
+1UWY0jUJ9gNDlP7ZvyCVeYCYitmJNbtRG6Q3ffyZO6v/v6wNj0OxmXsWEH4db0fE
+FY8ElggGQgT4hNYdvJGmQr5J1WqIP7wtUdGejeBSzFfdNTVY27SPJIjki9/ca1TS
+gSuyzpJLHB9G+h3Ykst2Z7UJmQnlrBcUVXDGPKBWCgOz3GIZ38i1MH/1PCZ1Eb3X
+G7OHngevZXHloM8apwkQHZOJZlvoPGIytbU6bumFAYueQ4xncyhZW+vj3CzMpSZy
+YhK05pyDRPZRpOLAeiRXyg6lPzq1O4vldu5w5pLeFlwoW5cZJ5L+epJUzpM5ChaH
+vGOz9bGTXOBut9Dq+WIyiET7vycotjCVXRIouZW+j1MY5aIYFuJWpLIsEPUdN6b4
+t/bQWVyJ98LVtZR00dX+G7bw5tYee9I8y6jj9RjzIR9u701oBnstXW5DiabA+aC/
+gh7PU3+06yzbXfZqfUAkBXKJOAGTy3HCOV0GEfZvePg3DTmEJwIDAQABo2MwYTAO
+BgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUajn6QiL3
+5okATV59M4PLuG53hq8wHwYDVR0jBBgwFoAUajn6QiL35okATV59M4PLuG53hq8w
+DQYJKoZIhvcNAQENBQADggIBAJjLq0A85TMCl38th6aP1F5Kr7ge57tx+4BkJamz
+Gj5oXScmp7oq4fBXgwpkTx4idBvpkF/wrM//T2h6OKQQbA2xx6R3gBi2oihEdqc0
+nXGEL8pZ0keImUEiyTCYYW49qKgFbdEfwFFEVn8nNQLdXpgKQuswv42hm1GqO+qT
+RmTFAHneIWv2V6CG1wZy7HBGS4tz3aAhdT7cHcCP009zHIXZ/n9iyJVvttN7jLpT
+wm+bREx50B1ws9efAvSyB7DH5fitIw6mVskpEndI2S9G/Tvw/HRwkqWOOAgfZDC2
+t0v7NqwQjqBSM2OdAzVWxWm9xiNaJ5T2pBL4LTM8oValX9YZ6e18CL13zSdkzJTa
+TkZQh+D5wVOAHrut+0dSixv9ovneDiK3PTNZbNTe9ZUGMg1RGUFcPk8G97krgCf2
+o6p6fAbhQ8MTOWIaNr3gKC6UAuQpLmBVrkA9sHSSXvAgZJY/X0VdiLWK2gKgW0VU
+3jg9CcCoSmVGFvyqv1ROTVu+OEO3KMqLM6oaJbolXCkvW0pujOotnCr2BXbgd5eA
+iN1nE28daCSLT7d0geX0YJ96Vdc+N9oWaz53rK4YcJUIeSkDiv7BO7M/Gg+kO14f
+WKGVyasvc0rQLW6aWQ9VGHgtPFGml4vmu7JwqkwR3v98KzfUetF3NI/n+UL3PIEM
+S1IK
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            11:20:a1:69:1b:bf:bd:b9:bd:52:96:8f:23:e8:48:bf:26:11
+    Signature Algorithm: sha512WithRSAEncryption
+        Issuer: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
+        Validity
+            Not Before: May 26 00:00:00 2014 GMT
+            Not After : Jan 15 00:00:00 2038 GMT
+        Subject: C=FR, O=OpenTrust, CN=OpenTrust Root CA G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:cc:b6:57:a5:33:94:10:81:32:53:df:61:7e:0f:
+                    76:39:cf:5c:c2:53:75:1d:49:7a:96:38:dd:a2:73:
+                    6a:f1:6f:de:5e:a2:5a:b9:71:21:be:36:d9:a1:fc:
+                    bc:ee:6c:a8:7c:34:1a:71:1a:e8:1a:d8:5f:0e:44:
+                    06:ed:a7:e0:f3:d2:61:0b:e0:32:a2:96:d1:38:f0:
+                    c2:da:01:17:fc:e4:ac:4f:e8:ee:89:1e:74:ab:4f:
+                    bf:1e:09:b6:36:6a:56:f3:e1:ee:96:89:66:24:06:
+                    e4:cd:42:3a:4a:dd:e0:9a:b0:c4:82:45:b3:fe:c9:
+                    ab:5c:7c:3e:c9:eb:17:2f:0c:7d:6e:ae:a5:8f:c8:
+                    ac:25:0a:6f:fa:d5:45:98:d2:35:09:f6:03:43:94:
+                    fe:d9:bf:20:95:79:80:98:8a:d9:89:35:bb:51:1b:
+                    a4:37:7d:fc:99:3b:ab:ff:bf:ac:0d:8f:43:b1:99:
+                    7b:16:10:7e:1d:6f:47:c4:15:8f:04:96:08:06:42:
+                    04:f8:84:d6:1d:bc:91:a6:42:be:49:d5:6a:88:3f:
+                    bc:2d:51:d1:9e:8d:e0:52:cc:57:dd:35:35:58:db:
+                    b4:8f:24:88:e4:8b:df:dc:6b:54:d2:81:2b:b2:ce:
+                    92:4b:1c:1f:46:fa:1d:d8:92:cb:76:67:b5:09:99:
+                    09:e5:ac:17:14:55:70:c6:3c:a0:56:0a:03:b3:dc:
+                    62:19:df:c8:b5:30:7f:f5:3c:26:75:11:bd:d7:1b:
+                    b3:87:9e:07:af:65:71:e5:a0:cf:1a:a7:09:10:1d:
+                    93:89:66:5b:e8:3c:62:32:b5:b5:3a:6e:e9:85:01:
+                    8b:9e:43:8c:67:73:28:59:5b:eb:e3:dc:2c:cc:a5:
+                    26:72:62:12:b4:e6:9c:83:44:f6:51:a4:e2:c0:7a:
+                    24:57:ca:0e:a5:3f:3a:b5:3b:8b:e5:76:ee:70:e6:
+                    92:de:16:5c:28:5b:97:19:27:92:fe:7a:92:54:ce:
+                    93:39:0a:16:87:bc:63:b3:f5:b1:93:5c:e0:6e:b7:
+                    d0:ea:f9:62:32:88:44:fb:bf:27:28:b6:30:95:5d:
+                    12:28:b9:95:be:8f:53:18:e5:a2:18:16:e2:56:a4:
+                    b2:2c:10:f5:1d:37:a6:f8:b7:f6:d0:59:5c:89:f7:
+                    c2:d5:b5:94:74:d1:d5:fe:1b:b6:f0:e6:d6:1e:7b:
+                    d2:3c:cb:a8:e3:f5:18:f3:21:1f:6e:ef:4d:68:06:
+                    7b:2d:5d:6e:43:89:a6:c0:f9:a0:bf:82:1e:cf:53:
+                    7f:b4:eb:2c:db:5d:f6:6a:7d:40:24:05:72:89:38:
+                    01:93:cb:71:c2:39:5d:06:11:f6:6f:78:f8:37:0d:
+                    39:84:27
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                6A:39:FA:42:22:F7:E6:89:00:4D:5E:7D:33:83:CB:B8:6E:77:86:AF
+            X509v3 Authority Key Identifier: 
+                keyid:6A:39:FA:42:22:F7:E6:89:00:4D:5E:7D:33:83:CB:B8:6E:77:86:AF
+
+    Signature Algorithm: sha512WithRSAEncryption
+         98:cb:ab:40:3c:e5:33:02:97:7f:2d:87:a6:8f:d4:5e:4a:af:
+         b8:1e:e7:bb:71:fb:80:64:25:a9:b3:1a:3e:68:5d:27:26:a7:
+         ba:2a:e1:f0:57:83:0a:64:4f:1e:22:74:1b:e9:90:5f:f0:ac:
+         cf:ff:4f:68:7a:38:a4:10:6c:0d:b1:c7:a4:77:80:18:b6:a2:
+         28:44:76:a7:34:9d:71:84:2f:ca:59:d2:47:88:99:41:22:c9:
+         30:98:61:6e:3d:a8:a8:05:6d:d1:1f:c0:51:44:56:7f:27:35:
+         02:dd:5e:98:0a:42:eb:30:bf:8d:a1:9b:51:aa:3b:ea:93:46:
+         64:c5:00:79:de:21:6b:f6:57:a0:86:d7:06:72:ec:70:46:4b:
+         8b:73:dd:a0:21:75:3e:dc:1d:c0:8f:d3:4f:73:1c:85:d9:fe:
+         7f:62:c8:95:6f:b6:d3:7b:8c:ba:53:c2:6f:9b:44:4c:79:d0:
+         1d:70:b3:d7:9f:02:f4:b2:07:b0:c7:e5:f8:ad:23:0e:a6:56:
+         c9:29:12:77:48:d9:2f:46:fd:3b:f0:fc:74:70:92:a5:8e:38:
+         08:1f:64:30:b6:b7:4b:fb:36:ac:10:8e:a0:52:33:63:9d:03:
+         35:56:c5:69:bd:c6:23:5a:27:94:f6:a4:12:f8:2d:33:3c:a1:
+         56:a5:5f:d6:19:e9:ed:7c:08:bd:77:cd:27:64:cc:94:da:4e:
+         46:50:87:e0:f9:c1:53:80:1e:bb:ad:fb:47:52:8b:1b:fd:a2:
+         f9:de:0e:22:b7:3d:33:59:6c:d4:de:f5:95:06:32:0d:51:19:
+         41:5c:3e:4f:06:f7:b9:2b:80:27:f6:a3:aa:7a:7c:06:e1:43:
+         c3:13:39:62:1a:36:bd:e0:28:2e:94:02:e4:29:2e:60:55:ae:
+         40:3d:b0:74:92:5e:f0:20:64:96:3f:5f:45:5d:88:b5:8a:da:
+         02:a0:5b:45:54:de:38:3d:09:c0:a8:4a:65:46:16:fc:aa:bf:
+         54:4e:4d:5b:be:38:43:b7:28:ca:8b:33:aa:1a:25:ba:25:5c:
+         29:2f:5b:4a:6e:8c:ea:2d:9c:2a:f6:05:76:e0:77:97:80:88:
+         dd:67:13:6f:1d:68:24:8b:4f:b7:74:81:e5:f4:60:9f:7a:55:
+         d7:3e:37:da:16:6b:3e:77:ac:ae:18:70:95:08:79:29:03:8a:
+         fe:c1:3b:b3:3f:1a:0f:a4:3b:5e:1f:58:a1:95:c9:ab:2f:73:
+         4a:d0:2d:6e:9a:59:0f:55:18:78:2d:3c:51:a6:97:8b:e6:bb:
+         b2:70:aa:4c:11:de:ff:7c:2b:37:d4:7a:d1:77:34:8f:e7:f9:
+         42:f7:3c:81:0c:4b:52:0a
+SHA1 Fingerprint=79:5F:88:60:C5:AB:7C:3D:92:E6:CB:F4:8D:E1:45:CD:11:EF:60:0B
diff --git a/system/etc/security/cacerts/399e7759.0 b/system/etc/security/cacerts/399e7759.0
new file mode 100644
index 0000000000000000000000000000000000000000..e73ab67919c91bba3a8334f3a527e3553e59ef23
--- /dev/null
+++ b/system/etc/security/cacerts/399e7759.0
@@ -0,0 +1,83 @@
+-----BEGIN CERTIFICATE-----
+MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
+QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT
+MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
+b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG
+9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB
+CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97
+nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt
+43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P
+T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4
+gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO
+BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR
+TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw
+DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr
+hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg
+06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF
+PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls
+YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk
+CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            08:3b:e0:56:90:42:46:b1:a1:75:6a:c9:59:91:c7:4a
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
+        Validity
+            Not Before: Nov 10 00:00:00 2006 GMT
+            Not After : Nov 10 00:00:00 2031 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:e2:3b:e1:11:72:de:a8:a4:d3:a3:57:aa:50:a2:
+                    8f:0b:77:90:c9:a2:a5:ee:12:ce:96:5b:01:09:20:
+                    cc:01:93:a7:4e:30:b7:53:f7:43:c4:69:00:57:9d:
+                    e2:8d:22:dd:87:06:40:00:81:09:ce:ce:1b:83:bf:
+                    df:cd:3b:71:46:e2:d6:66:c7:05:b3:76:27:16:8f:
+                    7b:9e:1e:95:7d:ee:b7:48:a3:08:da:d6:af:7a:0c:
+                    39:06:65:7f:4a:5d:1f:bc:17:f8:ab:be:ee:28:d7:
+                    74:7f:7a:78:99:59:85:68:6e:5c:23:32:4b:bf:4e:
+                    c0:e8:5a:6d:e3:70:bf:77:10:bf:fc:01:f6:85:d9:
+                    a8:44:10:58:32:a9:75:18:d5:d1:a2:be:47:e2:27:
+                    6a:f4:9a:33:f8:49:08:60:8b:d4:5f:b4:3a:84:bf:
+                    a1:aa:4a:4c:7d:3e:cf:4f:5f:6c:76:5e:a0:4b:37:
+                    91:9e:dc:22:e6:6d:ce:14:1a:8e:6a:cb:fe:cd:b3:
+                    14:64:17:c7:5b:29:9e:32:bf:f2:ee:fa:d3:0b:42:
+                    d4:ab:b7:41:32:da:0c:d4:ef:f8:81:d5:bb:8d:58:
+                    3f:b5:1b:e8:49:28:a2:70:da:31:04:dd:f7:b2:16:
+                    f2:4c:0a:4e:07:a8:ed:4a:3d:5e:b5:7f:a3:90:c3:
+                    af:27
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55
+            X509v3 Authority Key Identifier: 
+                keyid:03:DE:50:35:56:D1:4C:BB:66:F0:A3:E2:1B:1B:C3:97:B2:3D:D1:55
+
+    Signature Algorithm: sha1WithRSAEncryption
+         cb:9c:37:aa:48:13:12:0a:fa:dd:44:9c:4f:52:b0:f4:df:ae:
+         04:f5:79:79:08:a3:24:18:fc:4b:2b:84:c0:2d:b9:d5:c7:fe:
+         f4:c1:1f:58:cb:b8:6d:9c:7a:74:e7:98:29:ab:11:b5:e3:70:
+         a0:a1:cd:4c:88:99:93:8c:91:70:e2:ab:0f:1c:be:93:a9:ff:
+         63:d5:e4:07:60:d3:a3:bf:9d:5b:09:f1:d5:8e:e3:53:f4:8e:
+         63:fa:3f:a7:db:b4:66:df:62:66:d6:d1:6e:41:8d:f2:2d:b5:
+         ea:77:4a:9f:9d:58:e2:2b:59:c0:40:23:ed:2d:28:82:45:3e:
+         79:54:92:26:98:e0:80:48:a8:37:ef:f0:d6:79:60:16:de:ac:
+         e8:0e:cd:6e:ac:44:17:38:2f:49:da:e1:45:3e:2a:b9:36:53:
+         cf:3a:50:06:f7:2e:e8:c4:57:49:6c:61:21:18:d5:04:ad:78:
+         3c:2c:3a:80:6b:a7:eb:af:15:14:e9:d8:89:c1:b9:38:6c:e2:
+         91:6c:8a:ff:64:b9:77:25:57:30:c0:1b:24:a3:e1:dc:e9:df:
+         47:7c:b5:b4:24:08:05:30:ec:2d:bd:0b:bf:45:bf:50:b9:a9:
+         f3:eb:98:01:12:ad:c8:88:c6:98:34:5f:8d:0a:3c:c6:e9:d5:
+         95:95:6d:de
+SHA1 Fingerprint=A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36
diff --git a/system/etc/security/cacerts/3a3b02ce.0 b/system/etc/security/cacerts/3a3b02ce.0
new file mode 100644
index 0000000000000000000000000000000000000000..4a01f1c555cfde8ef514c26be8efbb85a658c7e1
--- /dev/null
+++ b/system/etc/security/cacerts/3a3b02ce.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCB
+ijELMAkGA1UEBhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHly
+aWdodCAoYykgMjAwNTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl
+ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQSBDQTAeFw0w
+NTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYDVQQGEwJDSDEQMA4G
+A1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIwIAYD
+VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBX
+SVNlS2V5IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
+MIIBCgKCAQEAy0+zAJs9Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxR
+VVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2
+w93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbDd50kc3vkDIzh2TbhmYsF
+mQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ/yxViJGg
+4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t9
+4B3RLoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYw
+DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQw
+EAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOx
+SPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vImMMkQyh2I+3QZH4VFvbBsUfk2
+ftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4+vg1YFkCExh8
+vPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa
+hNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi
+Fj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ
+/L7fCg0=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            41:3d:72:c7:f4:6b:1f:81:43:7d:f1:d2:28:54:df:9a
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
+        Validity
+            Not Before: Dec 11 16:03:44 2005 GMT
+            Not After : Dec 11 16:09:51 2037 GMT
+        Subject: C=CH, O=WISeKey, OU=Copyright (c) 2005, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GA CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:cb:4f:b3:00:9b:3d:36:dd:f9:d1:49:6a:6b:10:
+                    49:1f:ec:d8:2b:b2:c6:f8:32:81:29:43:95:4c:9a:
+                    19:23:21:15:45:de:e3:c8:1c:51:55:5b:ae:93:e8:
+                    37:ff:2b:6b:e9:d4:ea:be:2a:dd:a8:51:2b:d7:66:
+                    c3:61:5c:60:02:c8:f5:ce:72:7b:3b:b8:f2:4e:65:
+                    08:9a:cd:a4:6a:19:c1:01:bb:73:a6:d7:f6:c3:dd:
+                    cd:bc:a4:8b:b5:99:61:b8:01:a2:a3:d4:4d:d4:05:
+                    3d:91:ad:f8:b4:08:71:64:af:70:f1:1c:6b:7e:f6:
+                    c3:77:9d:24:73:7b:e4:0c:8c:e1:d9:36:e1:99:8b:
+                    05:99:0b:ed:45:31:09:ca:c2:00:db:f7:72:a0:96:
+                    aa:95:87:d0:8e:c7:b6:61:73:0d:76:66:8c:dc:1b:
+                    b4:63:a2:9f:7f:93:13:30:f1:a1:27:db:d9:ff:2c:
+                    55:88:91:a0:e0:4f:07:b0:28:56:8c:18:1b:97:44:
+                    8e:89:dd:e0:17:6e:e7:2a:ef:8f:39:0a:31:84:82:
+                    d8:40:14:49:2e:7a:41:e4:a7:fe:e3:64:cc:c1:59:
+                    71:4b:2c:21:a7:5b:7d:e0:1d:d1:2e:81:9b:c3:d8:
+                    68:f7:bd:96:1b:ac:70:b1:16:14:0b:db:60:b9:26:
+                    01:05
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: 
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                B3:03:7E:AE:36:BC:B0:79:D1:DC:94:26:B6:11:BE:21:B2:69:86:94
+            1.3.6.1.4.1.311.21.1: 
+                ...
+    Signature Algorithm: sha1WithRSAEncryption
+         4b:a1:ff:0b:87:6e:b3:f9:c1:43:b1:48:f3:28:c0:1d:2e:c9:
+         09:41:fa:94:00:1c:a4:a4:ab:49:4f:8f:3d:1e:ef:4d:6f:bd:
+         bc:a4:f6:f2:26:30:c9:10:ca:1d:88:fb:74:19:1f:85:45:bd:
+         b0:6c:51:f9:36:7e:db:f5:4c:32:3a:41:4f:5b:47:cf:e8:0b:
+         2d:b6:c4:19:9d:74:c5:47:c6:3b:6a:0f:ac:14:db:3c:f4:73:
+         9c:a9:05:df:00:dc:74:78:fa:f8:35:60:59:02:13:18:7c:bc:
+         fb:4d:b0:20:6d:43:bb:60:30:7a:67:33:5c:c5:99:d1:f8:2d:
+         39:52:73:fb:8c:aa:97:25:5c:72:d9:08:1e:ab:4e:3c:e3:81:
+         31:9f:03:a6:fb:c0:fe:29:88:55:da:84:d5:50:03:b6:e2:84:
+         a3:a6:36:aa:11:3a:01:e1:18:4b:d6:44:68:b3:3d:f9:53:74:
+         84:b3:46:91:46:96:00:b7:80:2c:b6:e1:e3:10:e2:db:a2:e7:
+         28:8f:01:96:62:16:3e:00:e3:1c:a5:36:81:18:a2:4c:52:76:
+         c0:11:a3:6e:e6:1d:ba:e3:5a:be:36:53:c5:3e:75:8f:86:69:
+         29:58:53:b5:9c:bb:6f:9f:5c:c5:18:ec:dd:2f:e1:98:c9:fc:
+         be:df:0a:0d
+SHA1 Fingerprint=59:22:A1:E1:5A:EA:16:35:21:F8:98:39:6A:46:46:B0:44:1B:0F:A9
diff --git a/system/etc/security/cacerts/3ad48a91.0 b/system/etc/security/cacerts/3ad48a91.0
new file mode 100644
index 0000000000000000000000000000000000000000..d4bda9fb09396d469c7f445687cbcb6ac7c27aab
--- /dev/null
+++ b/system/etc/security/cacerts/3ad48a91.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ
+RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD
+VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX
+DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y
+ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy
+VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr
+mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr
+IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK
+mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu
+XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy
+dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye
+jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1
+BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3
+DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92
+9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx
+jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0
+Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz
+ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS
+R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 33554617 (0x20000b9)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
+        Validity
+            Not Before: May 12 18:46:00 2000 GMT
+            Not After : May 12 23:59:00 2025 GMT
+        Subject: C=IE, O=Baltimore, OU=CyberTrust, CN=Baltimore CyberTrust Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:a3:04:bb:22:ab:98:3d:57:e8:26:72:9a:b5:79:
+                    d4:29:e2:e1:e8:95:80:b1:b0:e3:5b:8e:2b:29:9a:
+                    64:df:a1:5d:ed:b0:09:05:6d:db:28:2e:ce:62:a2:
+                    62:fe:b4:88:da:12:eb:38:eb:21:9d:c0:41:2b:01:
+                    52:7b:88:77:d3:1c:8f:c7:ba:b9:88:b5:6a:09:e7:
+                    73:e8:11:40:a7:d1:cc:ca:62:8d:2d:e5:8f:0b:a6:
+                    50:d2:a8:50:c3:28:ea:f5:ab:25:87:8a:9a:96:1c:
+                    a9:67:b8:3f:0c:d5:f7:f9:52:13:2f:c2:1b:d5:70:
+                    70:f0:8f:c0:12:ca:06:cb:9a:e1:d9:ca:33:7a:77:
+                    d6:f8:ec:b9:f1:68:44:42:48:13:d2:c0:c2:a4:ae:
+                    5e:60:fe:b6:a6:05:fc:b4:dd:07:59:02:d4:59:18:
+                    98:63:f5:a5:63:e0:90:0c:7d:5d:b2:06:7a:f3:85:
+                    ea:eb:d4:03:ae:5e:84:3e:5f:ff:15:ed:69:bc:f9:
+                    39:36:72:75:cf:77:52:4d:f3:c9:90:2c:b9:3d:e5:
+                    c9:23:53:3f:1f:24:98:21:5c:07:99:29:bd:c6:3a:
+                    ec:e7:6e:86:3a:6b:97:74:63:33:bd:68:18:31:f0:
+                    78:8d:76:bf:fc:9e:8e:5d:2a:86:a7:4d:90:dc:27:
+                    1a:39
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                E5:9D:59:30:82:47:58:CC:AC:FA:08:54:36:86:7B:3A:B5:04:4D:F0
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:3
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         85:0c:5d:8e:e4:6f:51:68:42:05:a0:dd:bb:4f:27:25:84:03:
+         bd:f7:64:fd:2d:d7:30:e3:a4:10:17:eb:da:29:29:b6:79:3f:
+         76:f6:19:13:23:b8:10:0a:f9:58:a4:d4:61:70:bd:04:61:6a:
+         12:8a:17:d5:0a:bd:c5:bc:30:7c:d6:e9:0c:25:8d:86:40:4f:
+         ec:cc:a3:7e:38:c6:37:11:4f:ed:dd:68:31:8e:4c:d2:b3:01:
+         74:ee:be:75:5e:07:48:1a:7f:70:ff:16:5c:84:c0:79:85:b8:
+         05:fd:7f:be:65:11:a3:0f:c0:02:b4:f8:52:37:39:04:d5:a9:
+         31:7a:18:bf:a0:2a:f4:12:99:f7:a3:45:82:e3:3c:5e:f5:9d:
+         9e:b5:c8:9e:7c:2e:c8:a4:9e:4e:08:14:4b:6d:fd:70:6d:6b:
+         1a:63:bd:64:e6:1f:b7:ce:f0:f2:9f:2e:bb:1b:b7:f2:50:88:
+         73:92:c2:e2:e3:16:8d:9a:32:02:ab:8e:18:dd:e9:10:11:ee:
+         7e:35:ab:90:af:3e:30:94:7a:d0:33:3d:a7:65:0f:f5:fc:8e:
+         9e:62:cf:47:44:2c:01:5d:bb:1d:b5:32:d2:47:d2:38:2e:d0:
+         fe:81:dc:32:6a:1e:b5:ee:3c:d5:fc:e7:81:1d:19:c3:24:42:
+         ea:63:39:a9
+SHA1 Fingerprint=D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74
diff --git a/system/etc/security/cacerts/3c58f906.0 b/system/etc/security/cacerts/3c58f906.0
new file mode 100644
index 0000000000000000000000000000000000000000..4d776bacc7ca3198e0301f5935a628e084118e87
--- /dev/null
+++ b/system/etc/security/cacerts/3c58f906.0
@@ -0,0 +1,87 @@
+-----BEGIN CERTIFICATE-----
+MIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU
+MBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs
+IFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290
+MB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux
+FDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h
+bCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v
+dDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt
+H7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9
+uMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX
+mk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX
+a0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN
+E0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0
+WicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD
+VR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0
+Jvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU
+cnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx
+IjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN
+AQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH
+YINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5
+6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC
+Nr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX
+c4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a
+mnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
+        Validity
+            Not Before: May 30 10:48:38 2000 GMT
+            Not After : May 30 10:48:38 2020 GMT
+        Subject: C=SE, O=AddTrust AB, OU=AddTrust External TTP Network, CN=AddTrust External CA Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b7:f7:1a:33:e6:f2:00:04:2d:39:e0:4e:5b:ed:
+                    1f:bc:6c:0f:cd:b5:fa:23:b6:ce:de:9b:11:33:97:
+                    a4:29:4c:7d:93:9f:bd:4a:bc:93:ed:03:1a:e3:8f:
+                    cf:e5:6d:50:5a:d6:97:29:94:5a:80:b0:49:7a:db:
+                    2e:95:fd:b8:ca:bf:37:38:2d:1e:3e:91:41:ad:70:
+                    56:c7:f0:4f:3f:e8:32:9e:74:ca:c8:90:54:e9:c6:
+                    5f:0f:78:9d:9a:40:3c:0e:ac:61:aa:5e:14:8f:9e:
+                    87:a1:6a:50:dc:d7:9a:4e:af:05:b3:a6:71:94:9c:
+                    71:b3:50:60:0a:c7:13:9d:38:07:86:02:a8:e9:a8:
+                    69:26:18:90:ab:4c:b0:4f:23:ab:3a:4f:84:d8:df:
+                    ce:9f:e1:69:6f:bb:d7:42:d7:6b:44:e4:c7:ad:ee:
+                    6d:41:5f:72:5a:71:08:37:b3:79:65:a4:59:a0:94:
+                    37:f7:00:2f:0d:c2:92:72:da:d0:38:72:db:14:a8:
+                    45:c4:5d:2a:7d:b7:b4:d6:c4:ee:ac:cd:13:44:b7:
+                    c9:2b:dd:43:00:25:fa:61:b9:69:6a:58:23:11:b7:
+                    a7:33:8f:56:75:59:f5:cd:29:d7:46:b7:0a:2b:65:
+                    b6:d3:42:6f:15:b2:b8:7b:fb:ef:e9:5d:53:d5:34:
+                    5a:27
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:AD:BD:98:7A:34:B4:26:F7:FA:C4:26:54:EF:03:BD:E0:24:CB:54:1A
+                DirName:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
+                serial:01
+
+    Signature Algorithm: sha1WithRSAEncryption
+         b0:9b:e0:85:25:c2:d6:23:e2:0f:96:06:92:9d:41:98:9c:d9:
+         84:79:81:d9:1e:5b:14:07:23:36:65:8f:b0:d8:77:bb:ac:41:
+         6c:47:60:83:51:b0:f9:32:3d:e7:fc:f6:26:13:c7:80:16:a5:
+         bf:5a:fc:87:cf:78:79:89:21:9a:e2:4c:07:0a:86:35:bc:f2:
+         de:51:c4:d2:96:b7:dc:7e:4e:ee:70:fd:1c:39:eb:0c:02:51:
+         14:2d:8e:bd:16:e0:c1:df:46:75:e7:24:ad:ec:f4:42:b4:85:
+         93:70:10:67:ba:9d:06:35:4a:18:d3:2b:7a:cc:51:42:a1:7a:
+         63:d1:e6:bb:a1:c5:2b:c2:36:be:13:0d:e6:bd:63:7e:79:7b:
+         a7:09:0d:40:ab:6a:dd:8f:8a:c3:f6:f6:8c:1a:42:05:51:d4:
+         45:f5:9f:a7:62:21:68:15:20:43:3c:99:e7:7c:bd:24:d8:a9:
+         91:17:73:88:3f:56:1b:31:38:18:b4:71:0f:9a:cd:c8:0e:9e:
+         8e:2e:1b:e1:8c:98:83:cb:1f:31:f1:44:4c:c6:04:73:49:76:
+         60:0f:c7:f8:bd:17:80:6b:2e:e9:cc:4c:0e:5a:9a:79:0f:20:
+         0a:2e:d5:9e:63:26:1e:55:92:94:d8:82:17:5a:7b:d0:bc:c7:
+         8f:4e:86:04
+SHA1 Fingerprint=02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68
diff --git a/system/etc/security/cacerts/3c6676aa.0 b/system/etc/security/cacerts/3c6676aa.0
new file mode 100644
index 0000000000000000000000000000000000000000..2905a249ed07e171c6a2c755abede8ada3290198
--- /dev/null
+++ b/system/etc/security/cacerts/3c6676aa.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO
+TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh
+dCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y
+MjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg
+TmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS
+b290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS
+M4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC
+UiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d
+Z//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p
+rfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l
+pJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb
+j5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC
+KFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS
+/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X
+cgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH
+1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP
+px9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB
+/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7
+MA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI
+eK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u
+2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS
+v4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC
+wPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy
+CqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e
+vTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6
+Z2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa
+Gl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL
+eG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8
+FVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc
+7uzXLg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 10000013 (0x98968d)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
+        Validity
+            Not Before: Dec  8 11:19:29 2010 GMT
+            Not After : Dec  8 11:10:28 2022 GMT
+        Subject: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden EV Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:e3:c7:7e:89:f9:24:4b:3a:d2:33:83:35:2c:69:
+                    ec:dc:09:a4:e3:51:a8:25:2b:79:b8:08:3d:e0:91:
+                    ba:84:85:c6:85:a4:ca:e6:c9:2e:53:a4:c9:24:1e:
+                    fd:55:66:71:5d:2c:c5:60:68:04:b7:d9:c2:52:26:
+                    38:88:a4:d6:3b:40:a6:c2:cd:3f:cd:98:93:b3:54:
+                    14:58:96:55:d5:50:fe:86:ad:a4:63:7f:5c:87:f6:
+                    8e:e6:27:92:67:17:92:02:03:2c:dc:d6:66:74:ed:
+                    dd:67:ff:c1:61:8d:63:4f:0f:9b:6d:17:30:26:ef:
+                    ab:d2:1f:10:a0:f9:c5:7f:16:69:81:03:47:ed:1e:
+                    68:8d:72:a1:4d:b2:26:c6:ba:6c:5f:6d:d6:af:d1:
+                    b1:13:8e:a9:ad:f3:5e:69:75:26:18:3e:41:2b:21:
+                    7f:ee:8b:5d:07:06:9d:43:c4:29:0a:2b:fc:2a:3e:
+                    86:cb:3c:83:3a:f9:c9:0d:da:c5:99:e2:bc:78:41:
+                    33:76:e1:bf:2f:5d:e5:a4:98:50:0c:15:dd:e0:fa:
+                    9c:7f:38:68:d0:b2:a6:7a:a7:d1:31:bd:7e:8a:58:
+                    27:43:b3:ba:33:91:d3:a7:98:15:5c:9a:e6:d3:0f:
+                    75:d9:fc:41:98:97:3e:aa:25:db:8f:92:2e:b0:7b:
+                    0c:5f:f1:63:a9:37:f9:9b:75:69:4c:28:26:25:da:
+                    d5:f2:12:70:45:55:e3:df:73:5e:37:f5:21:6c:90:
+                    8e:35:5a:c9:d3:23:eb:d3:c0:be:78:ac:42:28:58:
+                    66:a5:46:6d:70:02:d7:10:f9:4b:54:fc:5d:86:4a:
+                    87:cf:7f:ca:45:ac:11:5a:b5:20:51:8d:2f:88:47:
+                    97:39:c0:cf:ba:c0:42:01:40:99:48:21:0b:6b:a7:
+                    d2:fd:96:d5:d1:be:46:9d:49:e0:0b:a6:a0:22:4e:
+                    38:d0:c1:3c:30:bc:70:8f:2c:75:cc:d0:c5:8c:51:
+                    3b:3d:94:08:64:26:61:7d:b9:c3:65:8f:14:9c:21:
+                    d0:aa:fd:17:72:03:8f:bd:9b:8c:e6:5e:53:9e:b9:
+                    9d:ef:82:bb:e1:bc:e2:72:41:5b:21:94:d3:45:37:
+                    94:d1:df:09:39:5d:e7:23:aa:9a:1d:ca:6d:a8:0a:
+                    86:85:8a:82:be:42:07:d6:f2:38:82:73:da:87:5b:
+                    e5:3c:d3:9e:3e:a7:3b:9e:f4:03:b3:f9:f1:7d:13:
+                    74:02:ff:bb:a1:e5:fa:00:79:1c:a6:66:41:88:5c:
+                    60:57:a6:2e:09:c4:ba:fd:9a:cf:a7:1f:40:c3:bb:
+                    cc:5a:0a:55:4b:3b:38:76:51:b8:63:8b:84:94:16:
+                    e6:56:f3
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                FE:AB:00:90:98:9E:24:FC:A9:CC:1A:8A:FB:27:B8:BF:30:6E:A8:3B
+    Signature Algorithm: sha256WithRSAEncryption
+         cf:77:2c:6e:56:be:4e:b3:b6:84:00:94:ab:47:c9:0d:d2:76:
+         c7:86:9f:1d:07:d3:b6:b4:bb:08:78:af:69:d2:0b:49:de:33:
+         c5:ac:ad:c2:88:02:7d:06:b7:35:02:c1:60:c9:bf:c4:e8:94:
+         de:d4:d3:a9:13:25:5a:fe:6e:a2:ae:7d:05:dc:7d:f3:6c:f0:
+         7e:a6:8d:ee:d9:d7:ce:58:17:e8:a9:29:ae:73:48:87:e7:9b:
+         ca:6e:29:a1:64:5f:19:13:f7:ae:06:10:ff:51:c6:9b:4d:55:
+         25:4f:93:99:10:01:53:75:f1:13:ce:c7:a6:41:41:d2:bf:88:
+         a5:7f:45:fc:ac:b8:a5:b5:33:0c:82:c4:fb:07:f6:6a:e5:25:
+         84:5f:06:ca:c1:86:39:11:db:58:cd:77:3b:2c:c2:4c:0f:5e:
+         9a:e3:f0:ab:3e:61:1b:50:24:c2:c0:f4:f1:19:f0:11:29:b6:
+         a5:18:02:9b:d7:63:4c:70:8c:47:a3:03:43:5c:b9:5d:46:a0:
+         0d:6f:ff:59:8e:be:dd:9f:72:c3:5b:2b:df:8c:5b:ce:e5:0c:
+         46:6c:92:b2:0a:a3:4c:54:42:18:15:12:18:bd:da:fc:ba:74:
+         6e:ff:c1:b6:a0:64:d8:a9:5f:55:ae:9f:5c:6a:76:96:d8:73:
+         67:87:fb:4d:7f:5c:ee:69:ca:73:10:fb:8a:a9:fd:9e:bd:36:
+         38:49:49:87:f4:0e:14:f0:e9:87:b8:3f:a7:4f:7a:5a:8e:79:
+         d4:93:e4:bb:68:52:84:ac:6c:e9:f3:98:70:55:72:32:f9:34:
+         ab:2b:49:b5:cd:20:62:e4:3a:7a:67:63:ab:96:dc:6d:ae:97:
+         ec:fc:9f:76:56:88:2e:66:cf:5b:b6:c9:a4:b0:d7:05:ba:e1:
+         27:2f:93:bb:26:2a:a2:93:b0:1b:f3:8e:be:1d:40:a3:b9:36:
+         8f:3e:82:1a:1a:5e:88:ea:50:f8:59:e2:83:46:29:0b:e3:44:
+         5c:e1:95:b6:69:90:9a:14:6f:97:ae:81:cf:68:ef:99:9a:be:
+         b5:e7:e1:7f:f8:fa:13:47:16:4c:cc:6d:08:40:e7:8b:78:6f:
+         50:82:44:50:3f:66:06:8a:ab:43:84:56:4a:0f:20:2d:86:0e:
+         f5:d2:db:d2:7a:8a:4b:cd:a5:e8:4e:f1:5e:26:25:01:59:23:
+         a0:7e:d2:f6:7e:21:57:d7:27:bc:15:57:4c:a4:46:c1:e0:83:
+         1e:0c:4c:4d:1f:4f:06:19:e2:f9:a8:f4:3a:82:a1:b2:79:43:
+         79:d6:ad:6f:7a:27:90:03:a4:ea:24:87:3f:d9:bd:d9:e9:f2:
+         5f:50:49:1c:ee:ec:d7:2e
+SHA1 Fingerprint=76:E2:7E:C1:4F:DB:82:C1:C0:A6:75:B5:05:BE:3D:29:B4:ED:DB:BB
diff --git a/system/etc/security/cacerts/3c860d51.0 b/system/etc/security/cacerts/3c860d51.0
new file mode 100644
index 0000000000000000000000000000000000000000..c71616e16333715592361be382fb593b8ee8aa9b
--- /dev/null
+++ b/system/etc/security/cacerts/3c860d51.0
@@ -0,0 +1,128 @@
+-----BEGIN CERTIFICATE-----
+MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV
+BAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln
+biBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF
+MQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT
+d2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC
+CgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8
+76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+
+bbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c
+6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE
+emA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd
+MmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt
+MDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y
+MszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y
+FGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi
+aG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM
+gI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB
+qTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7
+lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn
+8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov
+L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6
+45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO
+UYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5
+O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC
+bwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv
+GPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a
+77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC
+hdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3
+92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp
+Ld6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w
+ZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt
+Qc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 13492815561806991280 (0xbb401c43f55e4fb0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
+        Validity
+            Not Before: Oct 25 08:30:35 2006 GMT
+            Not After : Oct 25 08:30:35 2036 GMT
+        Subject: C=CH, O=SwissSign AG, CN=SwissSign Gold CA - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:af:e4:ee:7e:8b:24:0e:12:6e:a9:50:2d:16:44:
+                    3b:92:92:5c:ca:b8:5d:84:92:42:13:2a:bc:65:57:
+                    82:40:3e:57:24:cd:50:8b:25:2a:b7:6f:fc:ef:a2:
+                    d0:c0:1f:02:24:4a:13:96:8f:23:13:e6:28:58:00:
+                    a3:47:c7:06:a7:84:23:2b:bb:bd:96:2b:7f:55:cc:
+                    8b:c1:57:1f:0e:62:65:0f:dd:3d:56:8a:73:da:ae:
+                    7e:6d:ba:81:1c:7e:42:8c:20:35:d9:43:4d:84:fa:
+                    84:db:52:2c:f3:0e:27:77:0b:6b:bf:11:2f:72:78:
+                    9f:2e:d8:3e:e6:18:37:5a:2a:72:f9:da:62:90:92:
+                    95:ca:1f:9c:e9:b3:3c:2b:cb:f3:01:13:bf:5a:cf:
+                    c1:b5:0a:60:bd:dd:b5:99:64:53:b8:a0:96:b3:6f:
+                    e2:26:77:91:8c:e0:62:10:02:9f:34:0f:a4:d5:92:
+                    33:51:de:be:8d:ba:84:7a:60:3c:6a:db:9f:2b:ec:
+                    de:de:01:3f:6e:4d:e5:50:86:cb:b4:af:ed:44:40:
+                    c5:ca:5a:8c:da:d2:2b:7c:a8:ee:be:a6:e5:0a:aa:
+                    0e:a5:df:05:52:b7:55:c7:22:5d:32:6a:97:97:63:
+                    13:db:c9:db:79:36:7b:85:3a:4a:c5:52:89:f9:24:
+                    e7:9d:77:a9:82:ff:55:1c:a5:71:69:2b:d1:02:24:
+                    f2:b3:26:d4:6b:da:04:55:e5:c1:0a:c7:6d:30:37:
+                    90:2a:e4:9e:14:33:5e:16:17:55:c5:5b:b5:cb:34:
+                    89:92:f1:9d:26:8f:a1:07:d4:c6:b2:78:50:db:0c:
+                    0c:0b:7c:0b:8c:41:d7:b9:e9:dd:8c:88:f7:a3:4d:
+                    b2:32:cc:d8:17:da:cd:b7:ce:66:9d:d4:fd:5e:ff:
+                    bd:97:3e:29:75:e7:7e:a7:62:58:af:25:34:a5:41:
+                    c7:3d:bc:0d:50:ca:03:03:0f:08:5a:1f:95:73:78:
+                    62:bf:af:72:14:69:0e:a5:e5:03:0e:78:8e:26:28:
+                    42:f0:07:0b:62:20:10:67:39:46:fa:a9:03:cc:04:
+                    38:7a:66:ef:20:83:b5:8c:4a:56:8e:91:00:fc:8e:
+                    5c:82:de:88:a0:c3:e2:68:6e:7d:8d:ef:3c:dd:65:
+                    f4:5d:ac:51:ef:24:80:ae:aa:56:97:6f:f9:ad:7d:
+                    da:61:3f:98:77:3c:a5:91:b6:1c:8c:26:da:65:a2:
+                    09:6d:c1:e2:54:e3:b9:ca:4c:4c:80:8f:77:7b:60:
+                    9a:1e:df:b6:f2:48:1e:0e:ba:4e:54:6d:98:e0:e1:
+                    a2:1a:a2:77:50:cf:c4:63:92:ec:47:19:9d:eb:e6:
+                    6b:ce:c1
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                5B:25:7B:96:A4:65:51:7E:B8:39:F3:C0:78:66:5E:E8:3A:E7:F0:EE
+            X509v3 Authority Key Identifier: 
+                keyid:5B:25:7B:96:A4:65:51:7E:B8:39:F3:C0:78:66:5E:E8:3A:E7:F0:EE
+
+            X509v3 Certificate Policies: 
+                Policy: 2.16.756.1.89.1.2.1.1
+                  CPS: http://repository.swisssign.com/
+
+    Signature Algorithm: sha1WithRSAEncryption
+         27:ba:e3:94:7c:f1:ae:c0:de:17:e6:e5:d8:d5:f5:54:b0:83:
+         f4:bb:cd:5e:05:7b:4f:9f:75:66:af:3c:e8:56:7e:fc:72:78:
+         38:03:d9:2b:62:1b:00:b9:f8:e9:60:cd:cc:ce:51:8a:c7:50:
+         31:6e:e1:4a:7e:18:2f:69:59:b6:3d:64:81:2b:e3:83:84:e6:
+         22:87:8e:7d:e0:ee:02:99:61:b8:1e:f4:b8:2b:88:12:16:84:
+         c2:31:93:38:96:31:a6:b9:3b:53:3f:c3:24:93:56:5b:69:92:
+         ec:c5:c1:bb:38:00:e3:ec:17:a9:b8:dc:c7:7c:01:83:9f:32:
+         47:ba:52:22:34:1d:32:7a:09:56:a7:7c:25:36:a9:3d:4b:da:
+         c0:82:6f:0a:bb:12:c8:87:4b:27:11:f9:1e:2d:c7:93:3f:9e:
+         db:5f:26:6b:52:d9:2e:8a:f1:14:c6:44:8d:15:a9:b7:bf:bd:
+         de:a6:1a:ee:ae:2d:fb:48:77:17:fe:bb:ec:af:18:f5:2a:51:
+         f0:39:84:97:95:6c:6e:1b:c3:2b:c4:74:60:79:25:b0:0a:27:
+         df:df:5e:d2:39:cf:45:7d:42:4b:df:b3:2c:1e:c5:c6:5d:ca:
+         55:3a:a0:9c:69:9a:8f:da:ef:b2:b0:3c:9f:87:6c:12:2b:65:
+         70:15:52:31:1a:24:cf:6f:31:23:50:1f:8c:4f:8f:23:c3:74:
+         41:63:1c:55:a8:14:dd:3e:e0:51:50:cf:f1:1b:30:56:0e:92:
+         b0:82:85:d8:83:cb:22:64:bc:2d:b8:25:d5:54:a2:b8:06:ea:
+         ad:92:a4:24:a0:c1:86:b5:4a:13:6a:47:cf:2e:0b:56:95:54:
+         cb:ce:9a:db:6a:b4:a6:b2:db:41:08:86:27:77:f7:6a:a0:42:
+         6c:0b:38:ce:d7:75:50:32:92:c2:df:2b:30:22:48:d0:d5:41:
+         38:25:5d:a4:e9:5d:9f:c6:94:75:d0:45:fd:30:97:43:8f:90:
+         ab:0a:c7:86:73:60:4a:69:2d:de:a5:78:d7:06:da:6a:9e:4b:
+         3e:77:3a:20:13:22:01:d0:bf:68:9e:63:60:6b:35:4d:0b:6d:
+         ba:a1:3d:c0:93:e0:7f:23:b3:55:ad:72:25:4e:46:f9:d2:16:
+         ef:b0:64:c1:01:9e:e9:ca:a0:6a:98:0e:cf:d8:60:f2:2f:49:
+         b8:e4:42:e1:38:35:16:f4:c8:6e:4f:f7:81:56:e8:ba:a3:be:
+         23:af:ae:fd:6f:03:e0:02:3b:30:76:fa:1b:6d:41:cf:01:b1:
+         e9:b8:c9:66:f4:db:26:f3:3a:a4:74:f2:49:24:5b:c9:b0:d0:
+         57:c1:fa:3e:7a:e1:97:c9
+SHA1 Fingerprint=D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61
diff --git a/system/etc/security/cacerts/3c9a4d3b.0 b/system/etc/security/cacerts/3c9a4d3b.0
new file mode 100644
index 0000000000000000000000000000000000000000..c6e312ceb629cecdde26ba38b8e2676f6e4c9c85
--- /dev/null
+++ b/system/etc/security/cacerts/3c9a4d3b.0
@@ -0,0 +1,152 @@
+-----BEGIN CERTIFICATE-----
+MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE
+AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw
+CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ
+BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND
+VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb
+qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY
+HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo
+G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA
+lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr
+IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/
+0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH
+k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47
+4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO
+m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa
+cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl
+uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI
+KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls
+ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG
+AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2
+VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT
+VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG
+CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA
+cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA
+QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA
+7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA
+cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA
+QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA
+czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu
+aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt
+aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud
+DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF
+BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp
+D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU
+JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m
+AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD
+vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms
+tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH
+7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h
+I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA
+h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF
+d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H
+pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 6828503384748696800 (0x5ec3b7a6437fa4e0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
+        Validity
+            Not Before: May  5 09:37:37 2011 GMT
+            Not After : Dec 31 09:37:37 2030 GMT
+        Subject: CN=ACCVRAIZ1, OU=PKIACCV, O=ACCV, C=ES
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:9b:a9:ab:bf:61:4a:97:af:2f:97:66:9a:74:5f:
+                    d0:d9:96:fd:cf:e2:e4:66:ef:1f:1f:47:33:c2:44:
+                    a3:df:9a:de:1f:b5:54:dd:15:7c:69:35:11:6f:bb:
+                    c8:0c:8e:6a:18:1e:d8:8f:d9:16:bc:10:48:36:5c:
+                    f0:63:b3:90:5a:5c:24:37:d7:a3:d6:cb:09:71:b9:
+                    f1:01:72:84:b0:7d:db:4d:80:cd:fc:d3:6f:c9:f8:
+                    da:b6:0e:82:d2:45:85:a8:1b:68:a8:3d:e8:f4:44:
+                    6c:bd:a1:c2:cb:03:be:8c:3e:13:00:84:df:4a:48:
+                    c0:e3:22:0a:e8:e9:37:a7:18:4c:b1:09:0d:23:56:
+                    7f:04:4d:d9:17:84:18:a5:c8:da:40:94:73:eb:ce:
+                    0e:57:3c:03:81:3a:9d:0a:a1:57:43:69:ac:57:6d:
+                    79:90:78:e5:b5:b4:3b:d8:bc:4c:8d:28:a1:a7:a3:
+                    a7:ba:02:4e:25:d1:2a:ae:ed:ae:03:22:b8:6b:20:
+                    0f:30:28:54:95:7f:e0:ee:ce:0a:66:9d:d1:40:2d:
+                    6e:22:af:9d:1a:c1:05:19:d2:6f:c0:f2:9f:f8:7b:
+                    b3:02:42:fb:50:a9:1d:2d:93:0f:23:ab:c6:c1:0f:
+                    92:ff:d0:a2:15:f5:53:09:71:1c:ff:45:13:84:e6:
+                    26:5e:f8:e0:88:1c:0a:fc:16:b6:a8:73:06:b8:f0:
+                    63:84:02:a0:c6:5a:ec:e7:74:df:70:ae:a3:83:25:
+                    ea:d6:c7:97:87:93:a7:c6:8a:8a:33:97:60:37:10:
+                    3e:97:3e:6e:29:15:d6:a1:0f:d1:88:2c:12:9f:6f:
+                    aa:a4:c6:42:eb:41:a2:e3:95:43:d3:01:85:6d:8e:
+                    bb:3b:f3:23:36:c7:fe:3b:e0:a1:25:07:48:ab:c9:
+                    89:74:ff:08:8f:80:bf:c0:96:65:f3:ee:ec:4b:68:
+                    bd:9d:88:c3:31:b3:40:f1:e8:cf:f6:38:bb:9c:e4:
+                    d1:7f:d4:e5:58:9b:7c:fa:d4:f3:0e:9b:75:91:e4:
+                    ba:52:2e:19:7e:d1:f5:cd:5a:19:fc:ba:06:f6:fb:
+                    52:a8:4b:99:04:dd:f8:f9:b4:8b:50:a3:4e:62:89:
+                    f0:87:24:fa:83:42:c1:87:fa:d5:2d:29:2a:5a:71:
+                    7a:64:6a:d7:27:60:63:0d:db:ce:49:f5:8d:1f:90:
+                    89:32:17:f8:73:43:b8:d2:5a:93:86:61:d6:e1:75:
+                    0a:ea:79:66:76:88:4f:71:eb:04:25:d6:0a:5a:7a:
+                    93:e5:b9:4b:17:40:0f:b1:b6:b9:f5:de:4f:dc:e0:
+                    b3:ac:3b:11:70:60:84:4a:43:6e:99:20:c0:29:71:
+                    0a:c0:65
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            Authority Information Access: 
+                CA Issuers - URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1.crt
+                OCSP - URI:http://ocsp.accv.es
+
+            X509v3 Subject Key Identifier: 
+                D2:87:B4:E3:DF:37:27:93:55:F6:56:EA:81:E5:36:CC:8C:1E:3F:BD
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:D2:87:B4:E3:DF:37:27:93:55:F6:56:EA:81:E5:36:CC:8C:1E:3F:BD
+
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  User Notice:
+                    Explicit Text: 
+                  CPS: http://www.accv.es/legislacion_c.htm
+
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1_der.crl
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Alternative Name: 
+                email:accv@accv.es
+    Signature Algorithm: sha1WithRSAEncryption
+         97:31:02:9f:e7:fd:43:67:48:44:14:e4:29:87:ed:4c:28:66:
+         d0:8f:35:da:4d:61:b7:4a:97:4d:b5:db:90:e0:05:2e:0e:c6:
+         79:d0:f2:97:69:0f:bd:04:47:d9:be:db:b5:29:da:9b:d9:ae:
+         a9:99:d5:d3:3c:30:93:f5:8d:a1:a8:fc:06:8d:44:f4:ca:16:
+         95:7c:33:dc:62:8b:a8:37:f8:27:d8:09:2d:1b:ef:c8:14:27:
+         20:a9:64:44:ff:2e:d6:75:aa:6c:4d:60:40:19:49:43:54:63:
+         da:e2:cc:ba:66:e5:4f:44:7a:5b:d9:6a:81:2b:40:d5:7f:f9:
+         01:27:58:2c:c8:ed:48:91:7c:3f:a6:00:cf:c4:29:73:11:36:
+         de:86:19:3e:9d:ee:19:8a:1b:d5:b0:ed:8e:3d:9c:2a:c0:0d:
+         d8:3d:66:e3:3c:0d:bd:d5:94:5c:e2:e2:a7:35:1b:04:00:f6:
+         3f:5a:8d:ea:43:bd:5f:89:1d:a9:c1:b0:cc:99:e2:4d:00:0a:
+         da:c9:27:5b:e7:13:90:5c:e4:f5:33:a2:55:6d:dc:e0:09:4d:
+         2f:b1:26:5b:27:75:00:09:c4:62:77:29:08:5f:9e:59:ac:b6:
+         7e:ad:9f:54:30:22:03:c1:1e:71:64:fe:f9:38:0a:96:18:dd:
+         02:14:ac:23:cb:06:1c:1e:a4:7d:8d:0d:de:27:41:e8:ad:da:
+         15:b7:b0:23:dd:2b:a8:d3:da:25:87:ed:e8:55:44:4d:88:f4:
+         36:7e:84:9a:78:ac:f7:0e:56:49:0e:d6:33:25:d6:84:50:42:
+         6c:20:12:1d:2a:d5:be:bc:f2:70:81:a4:70:60:be:05:b5:9b:
+         9e:04:44:be:61:23:ac:e9:a5:24:8c:11:80:94:5a:a2:a2:b9:
+         49:d2:c1:dc:d1:a7:ed:31:11:2c:9e:19:a6:ee:e1:55:e1:c0:
+         ea:cf:0d:84:e4:17:b7:a2:7c:a5:de:55:25:06:ee:cc:c0:87:
+         5c:40:da:cc:95:3f:55:e0:35:c7:b8:84:be:b4:5d:cd:7a:83:
+         01:72:ee:87:e6:5f:1d:ae:b5:85:c6:26:df:e6:c1:9a:e9:1e:
+         02:47:9f:2a:a8:6d:a9:5b:cf:ec:45:77:7f:98:27:9a:32:5d:
+         2a:e3:84:ee:c5:98:66:2f:96:20:1d:dd:d8:c3:27:d7:b0:f9:
+         fe:d9:7d:cd:d0:9f:8f:0b:14:58:51:9f:2f:8b:c3:38:2d:de:
+         e8:8f:d6:8d:87:a4:f5:56:43:16:99:2c:f4:a4:56:b4:34:b8:
+         61:37:c9:c2:58:80:1b:a0:97:a1:fc:59:8d:e9:11:f6:d1:0f:
+         4b:55:34:46:2a:8b:86:3b
+SHA1 Fingerprint=93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17
diff --git a/system/etc/security/cacerts/3d441de8.0 b/system/etc/security/cacerts/3d441de8.0
new file mode 100644
index 0000000000000000000000000000000000000000..d8c9824f6bcb666049ffe4db05f021494c2313b8
--- /dev/null
+++ b/system/etc/security/cacerts/3d441de8.0
@@ -0,0 +1,125 @@
+-----BEGIN CERTIFICATE-----
+MIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO
+TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh
+dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oX
+DTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl
+ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv
+b3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ5291
+qj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8Sp
+uOUfiUtnvWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPU
+Z5uW6M7XxgpT0GtJlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE
+pMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp
+5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M
+UGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpICT0ugpTN
+GmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy
+5V6548r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv
+6q012iDTiIJh8BIitrzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEK
+eN5KzlW/HdXZt1bv8Hb/C3m1r737qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6
+B6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMBAAGjgZcwgZQwDwYDVR0TAQH/
+BAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcCARYxaHR0cDov
+L3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV
+HQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqG
+SIb3DQEBCwUAA4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLyS
+CZa59sCrI2AGeYwRTlHSeYAz+51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen
+5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwjf/ST7ZwaUb7dRUG/kSS0H4zpX897
+IZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaNkqbG9AclVMwWVxJK
+gnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfkCpYL
++63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxL
+vJxxcypFURmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkm
+bEgeqmiSBeGCc1qb3AdbCG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvk
+N1trSt8sV4pAWja63XVECDdCcAz+3F4hoKOKwJCcaNpQ5kUQR3i2TtJlycM33+FC
+Y7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoVIPVVYpbtbZNQvOSqeK3Z
+ywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm66+KAQ==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 10000012 (0x98968c)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
+        Validity
+            Not Before: Mar 26 11:18:17 2008 GMT
+            Not After : Mar 25 11:03:10 2020 GMT
+        Subject: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c5:59:e7:6f:75:aa:3e:4b:9c:b5:b8:ac:9e:0b:
+                    e4:f9:d9:ca:ab:5d:8f:b5:39:10:82:d7:af:51:e0:
+                    3b:e1:00:48:6a:cf:da:e1:06:43:11:99:aa:14:25:
+                    12:ad:22:e8:00:6d:43:c4:a9:b8:e5:1f:89:4b:67:
+                    bd:61:48:ef:fd:d2:e0:60:88:e5:b9:18:60:28:c3:
+                    77:2b:ad:b0:37:aa:37:de:64:59:2a:46:57:e4:4b:
+                    b9:f8:37:7c:d5:36:e7:80:c1:b6:f3:d4:67:9b:96:
+                    e8:ce:d7:c6:0a:53:d0:6b:49:96:f3:a3:0b:05:77:
+                    48:f7:25:e5:70:ac:30:14:20:25:e3:7f:75:5a:e5:
+                    48:f8:4e:7b:03:07:04:fa:82:61:87:6e:f0:3b:c4:
+                    a4:c7:d0:f5:74:3e:a5:5d:1a:08:f2:9b:25:d2:f6:
+                    ac:04:26:3e:55:3a:62:28:a5:7b:b2:30:af:f8:37:
+                    c2:d1:ba:d6:38:fd:f4:ef:49:30:37:99:26:21:48:
+                    85:01:a9:e5:16:e7:dc:90:55:df:0f:e8:38:cd:99:
+                    37:21:4f:5d:f5:22:6f:6a:c5:12:16:60:17:55:f2:
+                    65:66:a6:a7:30:91:38:c1:38:1d:86:04:84:ba:1a:
+                    25:78:5e:9d:af:cc:50:60:d6:13:87:52:ed:63:1f:
+                    6d:65:7d:c2:15:18:74:ca:e1:7e:64:29:8c:72:d8:
+                    16:13:7d:0b:49:4a:f1:28:1b:20:74:6b:c5:3d:dd:
+                    b0:aa:48:09:3d:2e:82:94:cd:1a:65:d9:2b:88:9a:
+                    99:bc:18:7e:9f:ee:7d:66:7c:3e:bd:94:b8:81:ce:
+                    cd:98:30:78:c1:6f:67:d0:be:5f:e0:68:ed:de:e2:
+                    b1:c9:2c:59:78:92:aa:df:2b:60:63:f2:e5:5e:b9:
+                    e3:ca:fa:7f:50:86:3e:a2:34:18:0c:09:68:28:11:
+                    1c:e4:e1:b9:5c:3e:47:ba:32:3f:18:cc:5b:84:f5:
+                    f3:6b:74:c4:72:74:e1:e3:8b:a0:4a:bd:8d:66:2f:
+                    ea:ad:35:da:20:d3:88:82:61:f0:12:22:b6:bc:d0:
+                    d5:a4:ec:af:54:88:25:24:3c:a7:6d:b1:72:29:3f:
+                    3e:57:a6:7f:55:af:6e:26:c6:fe:e7:cc:40:5c:51:
+                    44:81:0a:78:de:4a:ce:55:bf:1d:d5:d9:b7:56:ef:
+                    f0:76:ff:0b:79:b5:af:bd:fb:a9:69:91:46:97:68:
+                    80:14:36:1d:b3:7f:bb:29:98:36:a5:20:fa:82:60:
+                    62:33:a4:ec:d6:ba:07:a7:6e:c5:cf:14:a6:e7:d6:
+                    92:34:d8:81:f5:fc:1d:5d:aa:5c:1e:f6:a3:4d:3b:
+                    b8:f7:39
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://www.pkioverheid.nl/policies/root-policy-G2
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                91:68:32:87:15:1D:89:E2:B5:F1:AC:36:28:34:8D:0B:7C:62:88:EB
+    Signature Algorithm: sha256WithRSAEncryption
+         a8:41:4a:67:2a:92:81:82:50:6e:e1:d7:d8:b3:39:3b:f3:02:
+         15:09:50:51:ef:2d:bd:24:7b:88:86:3b:f9:b4:bc:92:09:96:
+         b9:f6:c0:ab:23:60:06:79:8c:11:4e:51:d2:79:80:33:fb:9d:
+         48:be:ec:41:43:81:1f:7e:47:40:1c:e5:7a:08:ca:aa:8b:75:
+         ad:14:c4:c2:e8:66:3c:82:07:a7:e6:27:82:5b:18:e6:0f:6e:
+         d9:50:3e:8a:42:18:29:c6:b4:56:fc:56:10:a0:05:17:bd:0c:
+         23:7f:f4:93:ed:9c:1a:51:be:dd:45:41:bf:91:24:b4:1f:8c:
+         e9:5f:cf:7b:21:99:9f:95:9f:39:3a:46:1c:6c:f9:cd:7b:9c:
+         90:cd:28:a9:c7:a9:55:bb:ac:62:34:62:35:13:4b:14:3a:55:
+         83:b9:86:8d:92:a6:c6:f4:07:25:54:cc:16:57:12:4a:82:78:
+         c8:14:d9:17:82:26:2d:5d:20:1f:79:ae:fe:d4:70:16:16:95:
+         83:d8:35:39:ff:52:5d:75:1c:16:c5:13:55:cf:47:cc:75:65:
+         52:4a:de:f0:b0:a7:e4:0a:96:0b:fb:ad:c2:e2:25:84:b2:dd:
+         e4:bd:7e:59:6c:9b:f0:f0:d8:e7:ca:f2:e9:97:38:7e:89:be:
+         cc:fb:39:17:61:3f:72:db:3a:91:d8:65:01:19:1d:ad:50:a4:
+         57:0a:7c:4b:bc:9c:71:73:2a:45:51:19:85:cc:8e:fd:47:a7:
+         74:95:1d:a8:d1:af:4e:17:b1:69:26:c2:aa:78:57:5b:c5:4d:
+         a7:e5:9e:05:17:94:ca:b2:5f:a0:49:18:8d:34:e9:26:6c:48:
+         1e:aa:68:92:05:e1:82:73:5a:9b:dc:07:5b:08:6d:7d:9d:d7:
+         8d:21:d9:fc:14:20:aa:c2:45:df:3f:e7:00:b2:51:e4:c2:f8:
+         05:b9:79:1a:8c:34:f3:9e:5b:e4:37:5b:6b:4a:df:2c:57:8a:
+         40:5a:36:ba:dd:75:44:08:37:42:70:0c:fe:dc:5e:21:a0:a3:
+         8a:c0:90:9c:68:da:50:e6:45:10:47:78:b6:4e:d2:65:c9:c3:
+         37:df:e1:42:63:b0:57:37:45:2d:7b:8a:9c:bf:05:ea:65:55:
+         33:f7:39:10:c5:28:2a:21:7a:1b:8a:c4:24:f9:3f:15:c8:9a:
+         15:20:f5:55:62:96:ed:6d:93:50:bc:e4:aa:78:ad:d9:cb:0a:
+         65:87:a6:66:c1:c4:81:a3:77:3a:58:1e:0b:ee:83:8b:9d:1e:
+         d2:52:a4:cc:1d:6f:b0:98:6d:94:31:b5:f8:71:0a:dc:b9:fc:
+         7d:32:60:e6:eb:af:8a:01
+SHA1 Fingerprint=59:AF:82:79:91:86:C7:B4:75:07:CB:CF:03:57:46:EB:04:DD:B7:16
diff --git a/system/etc/security/cacerts/3e7271e8.0 b/system/etc/security/cacerts/3e7271e8.0
new file mode 100644
index 0000000000000000000000000000000000000000..91dd4f9954c8a162a0a426f686d8a19d4e0b25e0
--- /dev/null
+++ b/system/etc/security/cacerts/3e7271e8.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML
+RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp
+bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5
+IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp
+ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3
+MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3
+LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp
+YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG
+A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq
+K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe
+sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX
+MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT
+XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/
+HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH
+4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV
+HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub
+j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo
+U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf
+zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b
+u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+
+bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er
+fF6adulZkMV8gzURZVE=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 946069240 (0x3863def8)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
+        Validity
+            Not Before: Dec 24 17:50:51 1999 GMT
+            Not After : Jul 24 14:15:12 2029 GMT
+        Subject: O=Entrust.net, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), OU=(c) 1999 Entrust.net Limited, CN=Entrust.net Certification Authority (2048)
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ad:4d:4b:a9:12:86:b2:ea:a3:20:07:15:16:64:
+                    2a:2b:4b:d1:bf:0b:4a:4d:8e:ed:80:76:a5:67:b7:
+                    78:40:c0:73:42:c8:68:c0:db:53:2b:dd:5e:b8:76:
+                    98:35:93:8b:1a:9d:7c:13:3a:0e:1f:5b:b7:1e:cf:
+                    e5:24:14:1e:b1:81:a9:8d:7d:b8:cc:6b:4b:03:f1:
+                    02:0c:dc:ab:a5:40:24:00:7f:74:94:a1:9d:08:29:
+                    b3:88:0b:f5:87:77:9d:55:cd:e4:c3:7e:d7:6a:64:
+                    ab:85:14:86:95:5b:97:32:50:6f:3d:c8:ba:66:0c:
+                    e3:fc:bd:b8:49:c1:76:89:49:19:fd:c0:a8:bd:89:
+                    a3:67:2f:c6:9f:bc:71:19:60:b8:2d:e9:2c:c9:90:
+                    76:66:7b:94:e2:af:78:d6:65:53:5d:3c:d6:9c:b2:
+                    cf:29:03:f9:2f:a4:50:b2:d4:48:ce:05:32:55:8a:
+                    fd:b2:64:4c:0e:e4:98:07:75:db:7f:df:b9:08:55:
+                    60:85:30:29:f9:7b:48:a4:69:86:e3:35:3f:1e:86:
+                    5d:7a:7a:15:bd:ef:00:8e:15:22:54:17:00:90:26:
+                    93:bc:0e:49:68:91:bf:f8:47:d3:9d:95:42:c1:0e:
+                    4d:df:6f:26:cf:c3:18:21:62:66:43:70:d6:d5:c0:
+                    07:e1
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                55:E4:81:D1:11:80:BE:D8:89:B9:08:A3:31:F9:A1:24:09:16:B9:70
+    Signature Algorithm: sha1WithRSAEncryption
+         3b:9b:8f:56:9b:30:e7:53:99:7c:7a:79:a7:4d:97:d7:19:95:
+         90:fb:06:1f:ca:33:7c:46:63:8f:96:66:24:fa:40:1b:21:27:
+         ca:e6:72:73:f2:4f:fe:31:99:fd:c8:0c:4c:68:53:c6:80:82:
+         13:98:fa:b6:ad:da:5d:3d:f1:ce:6e:f6:15:11:94:82:0c:ee:
+         3f:95:af:11:ab:0f:d7:2f:de:1f:03:8f:57:2c:1e:c9:bb:9a:
+         1a:44:95:eb:18:4f:a6:1f:cd:7d:57:10:2f:9b:04:09:5a:84:
+         b5:6e:d8:1d:3a:e1:d6:9e:d1:6c:79:5e:79:1c:14:c5:e3:d0:
+         4c:93:3b:65:3c:ed:df:3d:be:a6:e5:95:1a:c3:b5:19:c3:bd:
+         5e:5b:bb:ff:23:ef:68:19:cb:12:93:27:5c:03:2d:6f:30:d0:
+         1e:b6:1a:ac:de:5a:f7:d1:aa:a8:27:a6:fe:79:81:c4:79:99:
+         33:57:ba:12:b0:a9:e0:42:6c:93:ca:56:de:fe:6d:84:0b:08:
+         8b:7e:8d:ea:d7:98:21:c6:f3:e7:3c:79:2f:5e:9c:d1:4c:15:
+         8d:e1:ec:22:37:cc:9a:43:0b:97:dc:80:90:8d:b3:67:9b:6f:
+         48:08:15:56:cf:bf:f1:2b:7c:5e:9a:76:e9:59:90:c5:7c:83:
+         35:11:65:51
+SHA1 Fingerprint=50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31
diff --git a/system/etc/security/cacerts/40dc992e.0 b/system/etc/security/cacerts/40dc992e.0
new file mode 100644
index 0000000000000000000000000000000000000000..847cec60807d25da6521d6104219710a2f92aece
--- /dev/null
+++ b/system/etc/security/cacerts/40dc992e.0
@@ -0,0 +1,93 @@
+-----BEGIN CERTIFICATE-----
+MIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix
+RDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1
+dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p
+YyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw
+NjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK
+EztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl
+cnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl
+c2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB
+BQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz
+dYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ
+fel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns
+bgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD
+75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP
+FEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV
+HRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp
+5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu
+b3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA
+A4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p
+6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8
+TqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7
+dIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys
+Nnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI
+l7WdmplNsDz4SgCbZN2fOUvRJ9e4
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
+        Validity
+            Not Before: Dec  6 13:49:52 2011 GMT
+            Not After : Dec  1 13:49:52 2031 GMT
+        Subject: C=GR, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2011
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:a9:53:00:e3:2e:a6:f6:8e:fa:60:d8:2d:95:3e:
+                    f8:2c:2a:54:4e:cd:b9:84:61:94:58:4f:8f:3d:8b:
+                    e4:43:f3:75:89:8d:51:e4:c3:37:d2:8a:88:4d:79:
+                    1e:b7:12:dd:43:78:4a:8a:92:e6:d7:48:d5:0f:a4:
+                    3a:29:44:35:b8:07:f6:68:1d:55:cd:38:51:f0:8c:
+                    24:31:85:af:83:c9:7d:e9:77:af:ed:1a:7b:9d:17:
+                    f9:b3:9d:38:50:0f:a6:5a:79:91:80:af:37:ae:a6:
+                    d3:31:fb:b5:26:09:9d:3c:5a:ef:51:c5:2b:df:96:
+                    5d:eb:32:1e:02:da:70:49:ec:6e:0c:c8:9a:37:8d:
+                    f7:f1:36:60:4b:26:2c:82:9e:d0:78:f3:0d:0f:63:
+                    a4:51:30:e1:f9:2b:27:12:07:d8:ea:bd:18:62:98:
+                    b0:59:37:7d:be:ee:f3:20:51:42:5a:83:ef:93:ba:
+                    69:15:f1:62:9d:9f:99:39:82:a1:b7:74:2e:8b:d4:
+                    c5:0b:7b:2f:f0:c8:0a:da:3d:79:0a:9a:93:1c:a5:
+                    28:72:73:91:43:9a:a7:d1:4d:85:84:b9:a9:74:8f:
+                    14:40:c7:dc:de:ac:41:64:6c:b4:19:9b:02:63:6d:
+                    24:64:8f:44:b2:25:ea:ce:5d:74:0c:63:32:5c:8d:
+                    87:e5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                A6:91:42:FD:13:61:4A:23:9E:08:A4:29:E5:D8:13:04:23:EE:41:25
+            X509v3 Name Constraints: 
+                Permitted:
+                  DNS:.gr
+                  DNS:.eu
+                  DNS:.edu
+                  DNS:.org
+                  email:.gr
+                  email:.eu
+                  email:.edu
+                  email:.org
+
+    Signature Algorithm: sha1WithRSAEncryption
+         1f:ef:79:41:e1:7b:6e:3f:b2:8c:86:37:42:4a:4e:1c:37:1e:
+         8d:66:ba:24:81:c9:4f:12:0f:21:c0:03:97:86:25:6d:5d:d3:
+         22:29:a8:6c:a2:0d:a9:eb:3d:06:5b:99:3a:c7:cc:c3:9a:34:
+         7f:ab:0e:c8:4e:1c:e1:fa:e4:dc:cd:0d:be:bf:24:fe:6c:e7:
+         6b:c2:0d:c8:06:9e:4e:8d:61:28:a6:6a:fd:e5:f6:62:ea:18:
+         3c:4e:a0:53:9d:b2:3a:9c:eb:a5:9c:91:16:b6:4d:82:e0:0c:
+         05:48:a9:6c:f5:cc:f8:cb:9d:49:b4:f0:02:a5:fd:70:03:ed:
+         8a:21:a5:ae:13:86:49:c3:33:73:be:87:3b:74:8b:17:45:26:
+         4c:16:91:83:fe:67:7d:cd:4d:63:67:fa:f3:03:12:96:78:06:
+         8d:b1:67:ed:8e:3f:be:9f:4f:02:f5:b3:09:2f:f3:4c:87:df:
+         2a:cb:95:7c:01:cc:ac:36:7a:bf:a2:73:7a:f7:8f:c1:b5:9a:
+         a1:14:b2:8f:33:9f:0d:ef:22:dc:66:7b:84:bd:45:17:06:3d:
+         3c:ca:b9:77:34:8f:ca:ea:cf:3f:31:3e:e3:88:e3:80:49:25:
+         c8:97:b5:9d:9a:99:4d:b0:3c:f8:4a:00:9b:64:dd:9f:39:4b:
+         d1:27:d7:b8
+SHA1 Fingerprint=FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D
diff --git a/system/etc/security/cacerts/418595b9.0 b/system/etc/security/cacerts/418595b9.0
new file mode 100644
index 0000000000000000000000000000000000000000..7f9eca2f80845811c0b6005f0951245435f99fe2
--- /dev/null
+++ b/system/etc/security/cacerts/418595b9.0
@@ -0,0 +1,87 @@
+-----BEGIN CERTIFICATE-----
+MIIFFzCCA/+gAwIBAgIBETANBgkqhkiG9w0BAQUFADCCASsxCzAJBgNVBAYTAlRS
+MRgwFgYDVQQHDA9HZWJ6ZSAtIEtvY2FlbGkxRzBFBgNVBAoMPlTDvHJraXllIEJp
+bGltc2VsIHZlIFRla25vbG9qaWsgQXJhxZ90xLFybWEgS3VydW11IC0gVMOcQsSw
+VEFLMUgwRgYDVQQLDD9VbHVzYWwgRWxla3Ryb25payB2ZSBLcmlwdG9sb2ppIEFy
+YcWfdMSxcm1hIEVuc3RpdMO8c8O8IC0gVUVLQUUxIzAhBgNVBAsMGkthbXUgU2Vy
+dGlmaWthc3lvbiBNZXJrZXppMUowSAYDVQQDDEFUw5xCxLBUQUsgVUVLQUUgS8O2
+ayBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSAtIFPDvHLDvG0gMzAe
+Fw0wNzA4MjQxMTM3MDdaFw0xNzA4MjExMTM3MDdaMIIBKzELMAkGA1UEBhMCVFIx
+GDAWBgNVBAcMD0dlYnplIC0gS29jYWVsaTFHMEUGA1UECgw+VMO8cmtpeWUgQmls
+aW1zZWwgdmUgVGVrbm9sb2ppayBBcmHFn3TEsXJtYSBLdXJ1bXUgLSBUw5xCxLBU
+QUsxSDBGBgNVBAsMP1VsdXNhbCBFbGVrdHJvbmlrIHZlIEtyaXB0b2xvamkgQXJh
+xZ90xLFybWEgRW5zdGl0w7xzw7wgLSBVRUtBRTEjMCEGA1UECwwaS2FtdSBTZXJ0
+aWZpa2FzeW9uIE1lcmtlemkxSjBIBgNVBAMMQVTDnELEsFRBSyBVRUtBRSBLw7Zr
+IFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIC0gU8O8csO8bSAzMIIB
+IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAim1L/xCIOsP2fpTo6iBkcK4h
+gb46ezzb8R1Sf1n68yJMlaCQvEhOEav7t7WNeoMojCZG2E6VQIdhn8WebYGHV2yK
+O7Rm6sxA/OOqbLLLAdsyv9Lrhc+hDVXDWzhXcLh1xnnRFDDtG1hba+818qEhTsXO
+fJlfbLm4IpNQp81McGq+agV/E5wrHur+R84EpW+sky58K5+eeROR6Oqeyjh1jmKw
+lZMq5d/pXpduIF9fhHpEORlAHLpVK/swsoHvhOPc7Jg4OQOFCKlUAwUp8MmPi+oL
+hmUZEdPpCSPeaJMDyTYcIW7OjGbxmTDY17PDHfiBLqi9ggtm/oLL4eAagsNAgQID
+AQABo0IwQDAdBgNVHQ4EFgQUvYiHyY/2pAoLquvF/pEjnatKijIwDgYDVR0PAQH/
+BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAB18+kmP
+NOm3JpIWmgV050vQbTlswyb2zrgxvMTfvCr4N5EY3ATIZJkrGG2AA1nJrvhY0D7t
+wyOfaTyGOBye79oneNGEN3GKPEs5z35FBtYt2IpNeBLWrcLTy9LQQfMmNkqblWwM
+7uXRQydmwYj3erMgbOqwaSvHIOgMA8RBBZniP+Rr+KCGgceExh/VS4ESshYhLBOh
+gLJeDEoTniDYYkCrkOpkSi+sDQESeUWoL4cZaMjihccwsnX5OD+ywJO0a+IDRM5n
+oN+J1q2MdqMTw5RhK2vZbMEHCiIHhWyFJEapvj+LeISCfiQMnf2BN+MlqO02TpUs
+yZyQ2uypQjyttgI=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 17 (0x11)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=TR, L=Gebze - Kocaeli, O=T\xC3\xBCrkiye Bilimsel ve Teknolojik Ara\xC5\x9Ft\xC4\xB1rma Kurumu - T\xC3\x9CB\xC4\xB0TAK, OU=Ulusal Elektronik ve Kriptoloji Ara\xC5\x9Ft\xC4\xB1rma Enstit\xC3\xBCs\xC3\xBC - UEKAE, OU=Kamu Sertifikasyon Merkezi, CN=T\xC3\x9CB\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1 - S\xC3\xBCr\xC3\xBCm 3
+        Validity
+            Not Before: Aug 24 11:37:07 2007 GMT
+            Not After : Aug 21 11:37:07 2017 GMT
+        Subject: C=TR, L=Gebze - Kocaeli, O=T\xC3\xBCrkiye Bilimsel ve Teknolojik Ara\xC5\x9Ft\xC4\xB1rma Kurumu - T\xC3\x9CB\xC4\xB0TAK, OU=Ulusal Elektronik ve Kriptoloji Ara\xC5\x9Ft\xC4\xB1rma Enstit\xC3\xBCs\xC3\xBC - UEKAE, OU=Kamu Sertifikasyon Merkezi, CN=T\xC3\x9CB\xC4\xB0TAK UEKAE K\xC3\xB6k Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1 - S\xC3\xBCr\xC3\xBCm 3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:8a:6d:4b:ff:10:88:3a:c3:f6:7e:94:e8:ea:20:
+                    64:70:ae:21:81:be:3a:7b:3c:db:f1:1d:52:7f:59:
+                    fa:f3:22:4c:95:a0:90:bc:48:4e:11:ab:fb:b7:b5:
+                    8d:7a:83:28:8c:26:46:d8:4e:95:40:87:61:9f:c5:
+                    9e:6d:81:87:57:6c:8a:3b:b4:66:ea:cc:40:fc:e3:
+                    aa:6c:b2:cb:01:db:32:bf:d2:eb:85:cf:a1:0d:55:
+                    c3:5b:38:57:70:b8:75:c6:79:d1:14:30:ed:1b:58:
+                    5b:6b:ef:35:f2:a1:21:4e:c5:ce:7c:99:5f:6c:b9:
+                    b8:22:93:50:a7:cd:4c:70:6a:be:6a:05:7f:13:9c:
+                    2b:1e:ea:fe:47:ce:04:a5:6f:ac:93:2e:7c:2b:9f:
+                    9e:79:13:91:e8:ea:9e:ca:38:75:8e:62:b0:95:93:
+                    2a:e5:df:e9:5e:97:6e:20:5f:5f:84:7a:44:39:19:
+                    40:1c:ba:55:2b:fb:30:b2:81:ef:84:e3:dc:ec:98:
+                    38:39:03:85:08:a9:54:03:05:29:f0:c9:8f:8b:ea:
+                    0b:86:65:19:11:d3:e9:09:23:de:68:93:03:c9:36:
+                    1c:21:6e:ce:8c:66:f1:99:30:d8:d7:b3:c3:1d:f8:
+                    81:2e:a8:bd:82:0b:66:fe:82:cb:e1:e0:1a:82:c3:
+                    40:81
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                BD:88:87:C9:8F:F6:A4:0A:0B:AA:EB:C5:FE:91:23:9D:AB:4A:8A:32
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         1d:7c:fa:49:8f:34:e9:b7:26:92:16:9a:05:74:e7:4b:d0:6d:
+         39:6c:c3:26:f6:ce:b8:31:bc:c4:df:bc:2a:f8:37:91:18:dc:
+         04:c8:64:99:2b:18:6d:80:03:59:c9:ae:f8:58:d0:3e:ed:c3:
+         23:9f:69:3c:86:38:1c:9e:ef:da:27:78:d1:84:37:71:8a:3c:
+         4b:39:cf:7e:45:06:d6:2d:d8:8a:4d:78:12:d6:ad:c2:d3:cb:
+         d2:d0:41:f3:26:36:4a:9b:95:6c:0c:ee:e5:d1:43:27:66:c1:
+         88:f7:7a:b3:20:6c:ea:b0:69:2b:c7:20:e8:0c:03:c4:41:05:
+         99:e2:3f:e4:6b:f8:a0:86:81:c7:84:c6:1f:d5:4b:81:12:b2:
+         16:21:2c:13:a1:80:b2:5e:0c:4a:13:9e:20:d8:62:40:ab:90:
+         ea:64:4a:2f:ac:0d:01:12:79:45:a8:2f:87:19:68:c8:e2:85:
+         c7:30:b2:75:f9:38:3f:b2:c0:93:b4:6b:e2:03:44:ce:67:a0:
+         df:89:d6:ad:8c:76:a3:13:c3:94:61:2b:6b:d9:6c:c1:07:0a:
+         22:07:85:6c:85:24:46:a9:be:3f:8b:78:84:82:7e:24:0c:9d:
+         fd:81:37:e3:25:a8:ed:36:4e:95:2c:c9:9c:90:da:ec:a9:42:
+         3c:ad:b6:02
+SHA1 Fingerprint=1B:4B:39:61:26:27:6B:64:91:A2:68:6D:D7:02:43:21:2D:1F:1D:96
diff --git a/system/etc/security/cacerts/455f1b52.0 b/system/etc/security/cacerts/455f1b52.0
new file mode 100644
index 0000000000000000000000000000000000000000..f1d0471c26b619fbee1e8565c6a3044a6d7fa6b7
--- /dev/null
+++ b/system/etc/security/cacerts/455f1b52.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC
+VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50
+cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs
+IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz
+dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy
+NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu
+dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt
+dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0
+aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj
+YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
+AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T
+RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN
+cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW
+wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1
+U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0
+jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP
+BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN
+BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/
+jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ
+Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v
+1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R
+nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH
+VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1246989352 (0x4a538c28)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2
+        Validity
+            Not Before: Jul  7 17:25:54 2009 GMT
+            Not After : Dec  7 17:55:54 2030 GMT
+        Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ba:84:b6:72:db:9e:0c:6b:e2:99:e9:30:01:a7:
+                    76:ea:32:b8:95:41:1a:c9:da:61:4e:58:72:cf:fe:
+                    f6:82:79:bf:73:61:06:0a:a5:27:d8:b3:5f:d3:45:
+                    4e:1c:72:d6:4e:32:f2:72:8a:0f:f7:83:19:d0:6a:
+                    80:80:00:45:1e:b0:c7:e7:9a:bf:12:57:27:1c:a3:
+                    68:2f:0a:87:bd:6a:6b:0e:5e:65:f3:1c:77:d5:d4:
+                    85:8d:70:21:b4:b3:32:e7:8b:a2:d5:86:39:02:b1:
+                    b8:d2:47:ce:e4:c9:49:c4:3b:a7:de:fb:54:7d:57:
+                    be:f0:e8:6e:c2:79:b2:3a:0b:55:e2:50:98:16:32:
+                    13:5c:2f:78:56:c1:c2:94:b3:f2:5a:e4:27:9a:9f:
+                    24:d7:c6:ec:d0:9b:25:82:e3:cc:c2:c4:45:c5:8c:
+                    97:7a:06:6b:2a:11:9f:a9:0a:6e:48:3b:6f:db:d4:
+                    11:19:42:f7:8f:07:bf:f5:53:5f:9c:3e:f4:17:2c:
+                    e6:69:ac:4e:32:4c:62:77:ea:b7:e8:e5:bb:34:bc:
+                    19:8b:ae:9c:51:e7:b7:7e:b5:53:b1:33:22:e5:6d:
+                    cf:70:3c:1a:fa:e2:9b:67:b6:83:f4:8d:a5:af:62:
+                    4c:4d:e0:58:ac:64:34:12:03:f8:b6:8d:94:63:24:
+                    a4:71
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                6A:72:26:7A:D0:1E:EF:7D:E7:3B:69:51:D4:6C:8D:9F:90:12:66:AB
+    Signature Algorithm: sha256WithRSAEncryption
+         79:9f:1d:96:c6:b6:79:3f:22:8d:87:d3:87:03:04:60:6a:6b:
+         9a:2e:59:89:73:11:ac:43:d1:f5:13:ff:8d:39:2b:c0:f2:bd:
+         4f:70:8c:a9:2f:ea:17:c4:0b:54:9e:d4:1b:96:98:33:3c:a8:
+         ad:62:a2:00:76:ab:59:69:6e:06:1d:7e:c4:b9:44:8d:98:af:
+         12:d4:61:db:0a:19:46:47:f3:eb:f7:63:c1:40:05:40:a5:d2:
+         b7:f4:b5:9a:36:bf:a9:88:76:88:04:55:04:2b:9c:87:7f:1a:
+         37:3c:7e:2d:a5:1a:d8:d4:89:5e:ca:bd:ac:3d:6c:d8:6d:af:
+         d5:f3:76:0f:cd:3b:88:38:22:9d:6c:93:9a:c4:3d:bf:82:1b:
+         65:3f:a6:0f:5d:aa:fc:e5:b2:15:ca:b5:ad:c6:bc:3d:d0:84:
+         e8:ea:06:72:b0:4d:39:32:78:bf:3e:11:9c:0b:a4:9d:9a:21:
+         f3:f0:9b:0b:30:78:db:c1:dc:87:43:fe:bc:63:9a:ca:c5:c2:
+         1c:c9:c7:8d:ff:3b:12:58:08:e6:b6:3d:ec:7a:2c:4e:fb:83:
+         96:ce:0c:3c:69:87:54:73:a4:73:c2:93:ff:51:10:ac:15:54:
+         01:d8:fc:05:b1:89:a1:7f:74:83:9a:49:d7:dc:4e:7b:8a:48:
+         6f:8b:45:f6
+SHA1 Fingerprint=8C:F4:27:FD:79:0C:3A:D1:66:06:8D:E8:1E:57:EF:BB:93:22:72:D4
diff --git a/system/etc/security/cacerts/48a195d8.0 b/system/etc/security/cacerts/48a195d8.0
new file mode 100644
index 0000000000000000000000000000000000000000..46530f10db718c5ea57c726c397eb92c85bc84b2
--- /dev/null
+++ b/system/etc/security/cacerts/48a195d8.0
@@ -0,0 +1,125 @@
+-----BEGIN CERTIFICATE-----
+MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4
+MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6
+ZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD
+VQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j
+b20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq
+scIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO
+xdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H
+LmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX
+uaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD
+yCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+
+JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q
+rLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN
+BjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L
+hij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB
+QFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+
+HMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu
+Zm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg
+QTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB
+BgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx
+MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA
+A4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb
+laQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56
+awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo
+JNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw
+LDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT
+VyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk
+LhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb
+UjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/
+QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+
+naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls
+QyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            b0:b7:5a:16:48:5f:bf:e1:cb:f5:8b:d7:19:e6:7d
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=ES, O=IZENPE S.A., CN=Izenpe.com
+        Validity
+            Not Before: Dec 13 13:08:28 2007 GMT
+            Not After : Dec 13 08:27:25 2037 GMT
+        Subject: C=ES, O=IZENPE S.A., CN=Izenpe.com
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c9:d3:7a:ca:0f:1e:ac:a7:86:e8:16:65:6a:b1:
+                    c2:1b:45:32:71:95:d9:fe:10:5b:cc:af:e7:a5:79:
+                    01:8f:89:c3:ca:f2:55:71:f7:77:be:77:94:f3:72:
+                    a4:2c:44:d8:9e:92:9b:14:3a:a1:e7:24:90:0a:0a:
+                    56:8e:c5:d8:26:94:e1:d9:48:e1:2d:3e:da:0a:72:
+                    dd:a3:99:15:da:81:a2:87:f4:7b:6e:26:77:89:58:
+                    ad:d6:eb:0c:b2:41:7a:73:6e:6d:db:7a:78:41:e9:
+                    08:88:12:7e:87:2e:66:11:63:6c:54:fb:3c:9d:72:
+                    c0:bc:2e:ff:c2:b7:dd:0d:76:e3:3a:d7:f7:b4:68:
+                    be:a2:f5:e3:81:6e:c1:46:6f:5d:8d:e0:4d:c6:54:
+                    55:89:1a:33:31:0a:b1:57:b9:a3:8a:98:c3:ec:3b:
+                    34:c5:95:41:69:7e:75:c2:3c:20:c5:61:ba:51:47:
+                    a0:20:90:93:a1:90:4b:f3:4e:7c:85:45:54:9a:d1:
+                    05:26:41:b0:b5:4d:1d:33:be:c4:03:c8:25:7c:c1:
+                    70:db:3b:f4:09:2d:54:27:48:ac:2f:e1:c4:ac:3e:
+                    c8:cb:92:4c:53:39:37:23:ec:d3:01:f9:e0:09:44:
+                    4d:4d:64:c0:e1:0d:5a:87:22:bc:ad:1b:a3:fe:26:
+                    b5:15:f3:a7:fc:84:19:e9:ec:a1:88:b4:44:69:84:
+                    83:f3:89:d1:74:06:a9:cc:0b:d6:c2:de:27:85:50:
+                    26:ca:17:b8:c9:7a:87:56:2c:1a:01:1e:6c:be:13:
+                    ad:10:ac:b5:24:f5:38:91:a1:d6:4b:da:f1:bb:d2:
+                    de:47:b5:f1:bc:81:f6:59:6b:cf:19:53:e9:8d:15:
+                    cb:4a:cb:a9:6f:44:e5:1b:41:cf:e1:86:a7:ca:d0:
+                    6a:9f:bc:4c:8d:06:33:5a:a2:85:e5:90:35:a0:62:
+                    5c:16:4e:f0:e3:a2:fa:03:1a:b4:2c:71:b3:58:2c:
+                    de:7b:0b:db:1a:0f:eb:de:21:1f:06:77:06:03:b0:
+                    c9:ef:99:fc:c0:b9:4f:0b:86:28:fe:d2:b9:ea:e3:
+                    da:a5:c3:47:69:12:e0:db:f0:f6:19:8b:ed:7b:70:
+                    d7:02:d6:ed:87:18:28:2c:04:24:4c:77:e4:48:8a:
+                    1a:c6:3b:9a:d4:0f:ca:fa:75:d2:01:40:5a:8d:79:
+                    bf:8b:cf:4b:cf:aa:16:c1:95:e4:ad:4c:8a:3e:17:
+                    91:d4:b1:62:e5:82:e5:80:04:a4:03:7e:8d:bf:da:
+                    7f:a2:0f:97:4f:0c:d3:0d:fb:d7:d1:e5:72:7e:1c:
+                    c8:77:ff:5b:9a:0f:b7:ae:05:46:e5:f1:a8:16:ec:
+                    47:a4:17
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Alternative Name: 
+                email:info@izenpe.com, DirName:/O=IZENPE S.A. - CIF A01337260-RMerc.Vitoria-Gasteiz T1055 F62 S8/street=Avda del Mediterraneo Etorbidea 14 - 01010 Vitoria-Gasteiz
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                1D:1C:65:0E:A8:F2:25:7B:B4:91:CF:E4:B1:B1:E6:BD:55:74:6C:05
+    Signature Algorithm: sha256WithRSAEncryption
+         78:a6:0c:16:4a:9f:4c:88:3a:c0:cb:0e:a5:16:7d:9f:b9:48:
+         5f:18:8f:0d:62:36:f6:cd:19:6b:ac:ab:d5:f6:91:7d:ae:71:
+         f3:3f:b3:0e:78:85:9b:95:a4:27:21:47:42:4a:7c:48:3a:f5:
+         45:7c:b3:0c:8e:51:78:ac:95:13:de:c6:fd:7d:b8:1a:90:4c:
+         ab:92:03:c7:ed:42:01:ce:0f:d8:b1:fa:a2:92:e1:60:6d:ae:
+         7a:6b:09:aa:c6:29:ee:68:49:67:30:80:24:7a:31:16:39:5b:
+         7e:f1:1c:2e:dd:6c:09:ad:f2:31:c1:82:4e:b9:bb:f9:be:bf:
+         2a:85:3f:c0:40:a3:3a:59:fc:59:4b:3c:28:24:db:b4:15:75:
+         ae:0d:88:ba:2e:73:c0:bd:58:87:e5:42:f2:eb:5e:ee:1e:30:
+         22:99:cb:37:d1:c4:21:6c:81:ec:be:6d:26:e6:1c:e4:42:20:
+         9e:47:b0:ac:83:59:70:2c:35:d6:af:36:34:b4:cd:3b:f8:32:
+         a8:ef:e3:78:89:fb:8d:45:2c:da:9c:b8:7e:40:1c:61:e7:3e:
+         a2:92:2c:4b:f2:cd:fa:98:b6:29:ff:f3:f2:7b:a9:1f:2e:a0:
+         93:57:2b:de:85:03:f9:69:37:cb:9e:78:6a:05:b4:c5:31:78:
+         89:ec:7a:a7:85:e1:b9:7b:3c:de:be:1e:79:84:ce:9f:70:0e:
+         59:c2:35:2e:90:2a:31:d9:e4:45:7a:41:a4:2e:13:9b:34:0e:
+         66:7b:49:ab:64:97:d0:46:c3:79:9d:72:50:63:a6:98:5b:06:
+         bd:48:6d:d8:39:83:70:e8:35:f0:05:d1:aa:bc:e3:db:c8:02:
+         ea:7c:fd:82:da:c2:5b:52:35:ae:98:3a:ad:ba:35:93:23:a7:
+         1f:48:dd:35:46:98:b2:10:68:e4:a5:31:c2:0a:58:2e:19:81:
+         10:c9:50:75:fc:ea:5a:16:ce:11:d7:ee:ef:50:88:2d:61:ff:
+         3f:42:73:05:94:43:d5:8e:3c:4e:01:3a:19:a5:1f:46:4e:77:
+         d0:5d:e5:81:22:21:87:fe:94:7d:84:d8:93:ad:d6:68:43:48:
+         b2:db:eb:73:24:e7:91:7f:54:a4:b6:80:3e:9d:a3:3c:4c:72:
+         c2:57:c4:a0:d4:cc:38:27:ce:d5:06:9e:a2:48:d9:e9:9f:ce:
+         82:70:36:93:9a:3b:df:96:21:e3:59:b7:0c:da:91:37:f0:fd:
+         59:5a:b3:99:c8:69:6c:43:26:01:35:63:60:55:89:03:3a:75:
+         d8:ba:4a:d9:54:ff:ee:de:80:d8:2d:d1:38:d5:5e:2d:0b:98:
+         7d:3e:6c:db:fc:26:88:c7
+SHA1 Fingerprint=2F:78:3D:25:52:18:A7:4A:65:39:71:B5:2C:A2:9C:45:15:6F:E9:19
diff --git a/system/etc/security/cacerts/4be590e0.0 b/system/etc/security/cacerts/4be590e0.0
new file mode 100644
index 0000000000000000000000000000000000000000..788aff7d9a4530657045e954b81bc5706517a4fd
--- /dev/null
+++ b/system/etc/security/cacerts/4be590e0.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN
+MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu
+VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN
+MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0
+MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi
+MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7
+ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy
+RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS
+bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF
+/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R
+3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw
+EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy
+9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V
+GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ
+2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV
+WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD
+W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
+BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN
+AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj
+t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV
+DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9
+TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G
+lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW
+mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df
+WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5
++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ
+tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA
+GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv
+8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0a:01:42:80:00:00:01:45:23:cf:46:7c:00:00:00:02
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
+        Validity
+            Not Before: Jan 16 17:53:32 2014 GMT
+            Not After : Jan 16 17:53:32 2034 GMT
+        Subject: C=US, O=IdenTrust, CN=IdenTrust Public Sector Root CA 1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:b6:22:94:fc:a4:48:af:e8:47:6b:0a:fb:27:76:
+                    e4:f2:3f:8a:3b:7a:4a:2c:31:2a:8c:8d:b0:a9:c3:
+                    31:6b:a8:77:76:84:26:b6:ac:81:42:0d:08:eb:55:
+                    58:bb:7a:f8:bc:65:7d:f2:a0:6d:8b:a8:47:e9:62:
+                    76:1e:11:ee:08:14:d1:b2:44:16:f4:ea:d0:fa:1e:
+                    2f:5e:db:cb:73:41:ae:bc:00:b0:4a:2b:40:b2:ac:
+                    e1:3b:4b:c2:2d:9d:e4:a1:9b:ec:1a:3a:1e:f0:08:
+                    b3:d0:e4:24:35:07:9f:9c:b4:c9:52:6d:db:07:ca:
+                    8f:b5:5b:f0:83:f3:4f:c7:2d:a5:c8:ad:cb:95:20:
+                    a4:31:28:57:58:5a:e4:8d:1b:9a:ab:9e:0d:0c:f2:
+                    0a:33:39:22:39:0a:97:2e:f3:53:77:b9:44:45:fd:
+                    84:cb:36:20:81:59:2d:9a:6f:6d:48:48:61:ca:4c:
+                    df:53:d1:af:52:bc:44:9f:ab:2f:6b:83:72:ef:75:
+                    80:da:06:33:1b:5d:c8:da:63:c6:4d:cd:ac:66:31:
+                    cd:d1:de:3e:87:10:36:e1:b9:a4:7a:ef:60:50:b2:
+                    cb:ca:a6:56:e0:37:af:ab:34:13:39:25:e8:39:66:
+                    e4:98:7a:aa:12:98:9c:59:66:86:3e:ad:f1:b0:ca:
+                    3e:06:0f:7b:f0:11:4b:37:a0:44:6d:7b:cb:a8:8c:
+                    71:f4:d5:b5:91:36:cc:f0:15:c6:2b:de:51:17:b1:
+                    97:4c:50:3d:b1:95:59:7c:05:7d:2d:21:d5:00:bf:
+                    01:67:a2:5e:7b:a6:5c:f2:f7:22:f1:90:0d:93:db:
+                    aa:44:51:66:cc:7d:76:03:eb:6a:a8:2a:38:19:97:
+                    76:0d:6b:8a:61:f9:bc:f6:ee:76:fd:70:2b:dd:29:
+                    3c:f8:0a:1e:5b:42:1c:8b:56:2f:55:1b:1c:a1:2e:
+                    b5:c7:16:e6:f8:aa:3c:92:8e:69:b6:01:c1:b5:86:
+                    9d:89:0f:0b:38:94:54:e8:ea:dc:9e:3d:25:bc:53:
+                    26:ed:d5:ab:39:aa:c5:40:4c:54:ab:b2:b4:d9:d9:
+                    f8:d7:72:db:1c:bc:6d:bd:65:5f:ef:88:35:2a:66:
+                    2f:ee:f6:b3:65:f0:33:8d:7c:98:41:69:46:0f:43:
+                    1c:69:fa:9b:b5:d0:61:6a:cd:ca:4b:d9:4c:90:46:
+                    ab:15:59:a1:47:54:29:2e:83:28:5f:1c:c2:a2:ab:
+                    72:17:00:06:8e:45:ec:8b:e2:33:3d:7f:da:19:44:
+                    e4:62:72:c3:df:22:c6:f2:56:d4:dd:5f:95:72:ed:
+                    6d:5f:f7:48:03:5b:fd:c5:2a:a0:f6:73:23:84:10:
+                    1b:01:e7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                E3:71:E0:9E:D8:A7:42:D9:DB:71:91:6B:94:93:EB:C3:A3:D1:14:A3
+    Signature Algorithm: sha256WithRSAEncryption
+         47:fa:dd:0a:b0:11:91:38:ad:4d:5d:f7:e5:0e:97:54:19:82:
+         48:87:54:8c:aa:64:99:d8:5a:fe:88:01:c5:58:a5:99:b1:23:
+         54:23:b7:6a:1d:20:57:e5:01:62:41:17:d3:09:db:75:cb:6e:
+         54:90:75:fe:1a:9f:81:0a:c2:dd:d7:f7:09:d0:5b:72:15:e4:
+         1e:09:6a:3d:33:f3:21:9a:e6:15:7e:ad:51:d5:0d:10:ed:7d:
+         42:c0:8f:ee:c0:9a:08:d5:41:d6:5c:0e:21:69:6e:80:61:0e:
+         15:c0:b8:cf:c5:49:12:52:cc:be:3a:cc:d4:2e:38:05:de:35:
+         fd:1f:6f:b8:80:68:98:3d:4d:a0:ca:40:65:d2:73:7c:f5:8b:
+         d9:0a:95:3f:d8:3f:23:6d:1a:d1:2a:24:19:d9:85:b3:17:ef:
+         78:6e:a9:58:d1:23:d3:c7:13:ed:72:25:7f:5d:b1:73:70:d0:
+         7f:06:97:09:84:29:80:61:1d:fa:5e:ff:73:ac:a0:e3:89:b8:
+         1c:71:15:c6:de:31:7f:12:dc:e1:6d:9b:af:e7:e8:9f:75:78:
+         4c:ab:46:3b:9a:ce:bf:05:18:5d:4d:15:3c:16:9a:19:50:04:
+         9a:b2:9a:6f:65:8b:52:5f:3c:58:04:28:25:c0:66:61:31:7e:
+         b9:e0:75:b9:1a:a8:81:d6:72:17:b3:c5:03:31:35:11:78:78:
+         a2:e0:e9:30:8c:7f:80:df:58:df:3c:ba:27:96:e2:80:34:6d:
+         e3:98:d3:64:27:ac:48:7e:28:77:5c:c6:25:61:25:f8:85:0c:
+         65:fa:c4:32:2f:a5:98:05:e4:f8:0b:67:16:16:c6:82:b8:32:
+         19:f9:f9:b9:79:dc:1f:cd:eb:af:ab:0e:dd:1b:db:45:e4:7a:
+         e7:02:e2:95:5d:fc:69:f0:53:69:61:95:75:79:0b:5e:55:e6:
+         38:1c:94:a9:59:33:9e:c8:71:74:79:7f:51:89:b6:c8:6a:b8:
+         30:c8:6a:38:c3:6e:9e:e1:37:16:ea:05:62:4c:5b:12:47:ed:
+         a7:b4:b3:58:56:c7:49:f3:7f:12:68:09:31:71:f0:6d:f8:4e:
+         47:fb:d6:85:ee:c5:58:40:19:a4:1d:a7:f9:4b:43:37:dc:68:
+         5a:4f:cf:eb:c2:64:74:de:b4:15:d9:f4:54:54:1a:2f:1c:d7:
+         97:71:54:90:8e:d9:20:9d:53:2b:7f:ab:8f:e2:ea:30:bc:50:
+         37:ef:f1:47:b5:7d:7c:2c:04:ec:68:9d:b4:49:44:10:f4:72:
+         4b:1c:64:e7:fc:e6:6b:90:dd:69:7d:69:fd:00:56:a5:b7:ac:
+         b6:ad:b7:ca:3e:01:ef:9c
+SHA1 Fingerprint=BA:29:41:60:77:98:3F:F4:F3:EF:F2:31:05:3B:2E:EA:6D:4D:45:FD
diff --git a/system/etc/security/cacerts/4e18c148.0 b/system/etc/security/cacerts/4e18c148.0
new file mode 100644
index 0000000000000000000000000000000000000000..23828ec87d1fb9854ea97bd506f1f13dc7c2864c
--- /dev/null
+++ b/system/etc/security/cacerts/4e18c148.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc
+MBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj
+IFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB
+IDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE
+RTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl
+U2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290
+IENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU
+ha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC
+QN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr
+rFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S
+NNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc
+QqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH
+txa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP
+BgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC
+AQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp
+tJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa
+IzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl
+6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+
+xbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU
+Cm26OWMohpLzGITY+9HPBVZkVw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 38 (0x26)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
+        Validity
+            Not Before: Jul  9 12:11:00 1999 GMT
+            Not After : Jul  9 23:59:00 2019 GMT
+        Subject: C=DE, O=Deutsche Telekom AG, OU=T-TeleSec Trust Center, CN=Deutsche Telekom Root CA 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ab:0b:a3:35:e0:8b:29:14:b1:14:85:af:3c:10:
+                    e4:39:6f:35:5d:4a:ae:dd:ea:61:8d:95:49:f4:6f:
+                    64:a3:1a:60:66:a4:a9:40:22:84:d9:d4:a5:e5:78:
+                    93:0e:68:01:ad:b9:4d:5c:3a:ce:d3:b8:a8:42:40:
+                    df:cf:a3:ba:82:59:6a:92:1b:ac:1c:9a:da:08:2b:
+                    25:27:f9:69:23:47:f1:e0:eb:2c:7a:9b:f5:13:02:
+                    d0:7e:34:7c:c2:9e:3c:00:59:ab:f5:da:0c:f5:32:
+                    3c:2b:ac:50:da:d6:c3:de:83:94:ca:a8:0c:99:32:
+                    0e:08:48:56:5b:6a:fb:da:e1:58:58:01:49:5f:72:
+                    41:3c:15:06:01:8e:5d:ad:aa:b8:93:b4:cd:9e:eb:
+                    a7:e8:6a:2d:52:34:db:3a:ef:5c:75:51:da:db:f3:
+                    31:f9:ee:71:98:32:c4:54:15:44:0c:f9:9b:55:ed:
+                    ad:df:18:08:a0:a3:86:8a:49:ee:53:05:8f:19:4c:
+                    d5:de:58:79:9b:d2:6a:1c:42:ab:c5:d5:a7:cf:68:
+                    0f:96:e4:e1:61:98:76:61:c8:91:7c:d6:3e:00:e2:
+                    91:50:87:e1:9d:0a:e6:ad:97:d2:1d:c6:3a:7d:cb:
+                    bc:da:03:34:d5:8e:5b:01:f5:6a:07:b7:16:b6:6e:
+                    4a:7f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                31:C3:79:1B:BA:F5:53:D7:17:E0:89:7A:2D:17:6C:0A:B3:2B:9D:33
+            X509v3 Basic Constraints: 
+                CA:TRUE, pathlen:5
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         94:64:59:ad:39:64:e7:29:eb:13:fe:5a:c3:8b:13:57:c8:04:
+         24:f0:74:77:c0:60:e3:67:fb:e9:89:a6:83:bf:96:82:7c:6e:
+         d4:c3:3d:ef:9e:80:6e:bb:29:b4:98:7a:b1:3b:54:eb:39:17:
+         47:7e:1a:8e:0b:fc:1f:31:59:31:04:b2:ce:17:f3:2c:c7:62:
+         36:55:e2:22:d8:89:55:b4:98:48:aa:64:fa:d6:1c:36:d8:44:
+         78:5a:5a:23:3a:57:97:f5:7a:30:4f:ae:9f:6a:4c:4b:2b:8e:
+         a0:03:e3:3e:e0:a9:d4:d2:7b:d2:b3:a8:e2:72:3c:ad:9e:ff:
+         80:59:e4:9b:45:b4:f6:3b:b0:cd:39:19:98:32:e5:ea:21:61:
+         90:e4:31:21:8e:34:b1:f7:2f:35:4a:85:10:da:e7:8a:37:21:
+         be:59:63:e0:f2:85:88:31:53:d4:54:14:85:70:79:f4:2e:06:
+         77:27:75:2f:1f:b8:8a:f9:fe:c5:ba:d8:36:e4:83:ec:e7:65:
+         b7:bf:63:5a:f3:46:af:81:94:37:d4:41:8c:d6:23:d6:1e:cf:
+         f5:68:1b:44:63:a2:5a:ba:a7:35:59:a1:e5:70:05:9b:0e:23:
+         57:99:94:0a:6d:ba:39:63:28:86:92:f3:18:84:d8:fb:d1:cf:
+         05:56:64:57
+SHA1 Fingerprint=85:A4:08:C0:9C:19:3E:5D:51:58:7D:CD:D6:13:30:FD:8C:DE:37:BF
diff --git a/system/etc/security/cacerts/5046c355.0 b/system/etc/security/cacerts/5046c355.0
new file mode 100644
index 0000000000000000000000000000000000000000..229de34cad46fcdb555ca9a31e922f3e01de5816
--- /dev/null
+++ b/system/etc/security/cacerts/5046c355.0
@@ -0,0 +1,128 @@
+-----BEGIN CERTIFICATE-----
+MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE
+BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu
+IFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow
+RzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY
+U3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A
+MIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv
+Fz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br
+YT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF
+nbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH
+6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt
+eJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/
+c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ
+MoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH
+HTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf
+jNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6
+5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB
+rDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU
+F6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c
+wpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0
+cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB
+AHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp
+WJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9
+xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ
+2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ
+IseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8
+aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X
+em1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR
+dAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/
+OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+
+hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy
+tGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 5700383053117599563 (0x4f1bd42f54bb2f4b)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
+        Validity
+            Not Before: Oct 25 08:32:46 2006 GMT
+            Not After : Oct 25 08:32:46 2036 GMT
+        Subject: C=CH, O=SwissSign AG, CN=SwissSign Silver CA - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c4:f1:87:7f:d3:78:31:f7:38:c9:f8:c3:99:43:
+                    bc:c7:f7:bc:37:e7:4e:71:ba:4b:8f:a5:73:1d:5c:
+                    6e:98:ae:03:57:ae:38:37:43:2f:17:3d:1f:c8:ce:
+                    68:10:c1:78:ae:19:03:2b:10:fa:2c:79:83:f6:e8:
+                    b9:68:b9:55:f2:04:44:a7:39:f9:fc:04:8b:1e:f1:
+                    a2:4d:27:f9:61:7b:ba:b7:e5:a2:13:b6:eb:61:3e:
+                    d0:6c:d1:e6:fb:fa:5e:ed:1d:b4:9e:a0:35:5b:a1:
+                    92:cb:f0:49:92:fe:85:0a:05:3e:e6:d9:0b:e2:4f:
+                    bb:dc:95:37:fc:91:e9:32:35:22:d1:1f:3a:4e:27:
+                    85:9d:b0:15:94:32:da:61:0d:47:4d:60:42:ae:92:
+                    47:e8:83:5a:50:58:e9:8a:8b:b9:5d:a1:dc:dd:99:
+                    4a:1f:36:67:bb:48:e4:83:b6:37:eb:48:3a:af:0f:
+                    67:8f:17:07:e8:04:ca:ef:6a:31:87:d4:c0:b6:f9:
+                    94:71:7b:67:64:b8:b6:91:4a:42:7b:65:2e:30:6a:
+                    0c:f5:90:ee:95:e6:f2:cd:82:ec:d9:a1:4a:ec:f6:
+                    b2:4b:e5:45:85:e6:6d:78:93:04:2e:9c:82:6d:36:
+                    a9:c4:31:64:1f:86:83:0b:2a:f4:35:0a:78:c9:55:
+                    cf:41:b0:47:e9:30:9f:99:be:61:a8:06:84:b9:28:
+                    7a:5f:38:d9:1b:a9:38:b0:83:7f:73:c1:c3:3b:48:
+                    2a:82:0f:21:9b:b8:cc:a8:35:c3:84:1b:83:b3:3e:
+                    be:a4:95:69:01:3a:89:00:78:04:d9:c9:f4:99:19:
+                    ab:56:7e:5b:8b:86:39:15:91:a4:10:2c:09:32:80:
+                    60:b3:93:c0:2a:b6:18:0b:9d:7e:8d:49:f2:10:4a:
+                    7f:f9:d5:46:2f:19:92:a3:99:a7:26:ac:bb:8c:3c:
+                    e6:0e:bc:47:07:dc:73:51:f1:70:64:2f:08:f9:b4:
+                    47:1d:30:6c:44:ea:29:37:85:92:68:66:bc:83:38:
+                    fe:7b:39:2e:d3:50:f0:1f:fb:5e:60:b6:a9:a6:fa:
+                    27:41:f1:9b:18:72:f2:f5:84:74:4a:c9:67:c4:54:
+                    ae:48:64:df:8c:d1:6e:b0:1d:e1:07:8f:08:1e:99:
+                    9c:71:e9:4c:d8:a5:f7:47:12:1f:74:d1:51:9e:86:
+                    f3:c2:a2:23:40:0b:73:db:4b:a6:e7:73:06:8c:c1:
+                    a0:e9:c1:59:ac:46:fa:e6:2f:f8:cf:71:9c:46:6d:
+                    b9:c4:15:8d:38:79:03:45:48:ef:c4:5d:d7:08:ee:
+                    87:39:22:86:b2:0d:0f:58:43:f7:71:a9:48:2e:fd:
+                    ea:d6:1f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                17:A0:CD:C1:E4:41:B6:3A:5B:3B:CB:45:9D:BD:1C:C2:98:FA:86:58
+            X509v3 Authority Key Identifier: 
+                keyid:17:A0:CD:C1:E4:41:B6:3A:5B:3B:CB:45:9D:BD:1C:C2:98:FA:86:58
+
+            X509v3 Certificate Policies: 
+                Policy: 2.16.756.1.89.1.3.1.1
+                  CPS: http://repository.swisssign.com/
+
+    Signature Algorithm: sha1WithRSAEncryption
+         73:c6:81:e0:27:d2:2d:0f:e0:95:30:e2:9a:41:7f:50:2c:5f:
+         5f:62:61:a9:86:6a:69:18:0c:74:49:d6:5d:84:ea:41:52:18:
+         6f:58:ad:50:56:20:6a:c6:bd:28:69:58:91:dc:91:11:35:a9:
+         3a:1d:bc:1a:a5:60:9e:d8:1f:7f:45:91:69:d9:7e:bb:78:72:
+         c1:06:0f:2a:ce:8f:85:70:61:ac:a0:cd:0b:b8:39:29:56:84:
+         32:4e:86:bb:3d:c4:2a:d9:d7:1f:72:ee:fe:51:a1:22:41:b1:
+         71:02:63:1a:82:b0:62:ab:5e:57:12:1f:df:cb:dd:75:a0:c0:
+         5d:79:90:8c:1b:e0:50:e6:de:31:fe:98:7b:70:5f:a5:90:d8:
+         ad:f8:02:b6:6f:d3:60:dd:40:4b:22:c5:3d:ad:3a:7a:9f:1a:
+         1a:47:91:79:33:ba:82:dc:32:69:03:96:6e:1f:4b:f0:71:fe:
+         e3:67:72:a0:b1:bf:5c:8b:e4:fa:99:22:c7:84:b9:1b:8d:23:
+         97:3f:ed:25:e0:cf:65:bb:f5:61:04:ef:dd:1e:b2:5a:41:22:
+         5a:a1:9f:5d:2c:e8:5b:c9:6d:a9:0c:0c:78:aa:60:c6:56:8f:
+         01:5a:0c:68:bc:69:19:79:c4:1f:7e:97:05:bf:c5:e9:24:51:
+         5e:d4:d5:4b:53:ed:d9:23:5a:36:03:65:a3:c1:03:ad:41:30:
+         f3:46:1b:85:90:af:65:b5:d5:b1:e4:16:5b:78:75:1d:97:7a:
+         6d:59:a9:2a:8f:7b:de:c3:87:89:10:99:49:73:78:c8:3d:bd:
+         51:35:74:2a:d5:f1:7e:69:1b:2a:bb:3b:bd:25:b8:9a:5a:3d:
+         72:61:90:66:87:ee:0c:d6:4d:d4:11:74:0b:6a:fe:0b:03:fc:
+         a3:55:57:89:fe:4a:cb:ae:5b:17:05:c8:f2:8d:23:31:53:38:
+         d2:2d:6a:3f:82:b9:8d:08:6a:f7:5e:41:74:6e:c3:11:7e:07:
+         ac:29:60:91:3f:38:ca:57:10:0d:bd:30:2f:c7:a5:e6:41:a0:
+         da:ae:05:87:9a:a0:a4:65:6c:4c:09:0c:89:ba:b8:d3:b9:c0:
+         93:8a:30:fa:8d:e5:9a:6b:15:01:4e:67:aa:da:62:56:3e:84:
+         08:66:d2:c4:36:7d:a7:3e:10:fc:88:e0:d4:80:e5:00:bd:aa:
+         f3:4e:06:a3:7a:6a:f9:62:72:e3:09:4f:eb:9b:0e:01:23:f1:
+         9f:bb:7c:dc:dc:6c:11:97:25:b2:f2:b4:63:14:d2:06:2a:67:
+         8c:83:f5:ce:ea:07:d8:9a:6a:1e:ec:e4:0a:bb:2a:4c:eb:09:
+         60:39:ce:ca:62:d8:2e:6e
+SHA1 Fingerprint=9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB
diff --git a/system/etc/security/cacerts/524d9b43.0 b/system/etc/security/cacerts/524d9b43.0
new file mode 100644
index 0000000000000000000000000000000000000000..0fa8453f54d99424e2a3b9f72400e18ed553aa6e
--- /dev/null
+++ b/system/etc/security/cacerts/524d9b43.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB
+vTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
+ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp
+U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W
+ZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
+Fw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX
+MBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0
+IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y
+IGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh
+bCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF
+AAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF
+9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH
+H26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H
+LL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN
+/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT
+rJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud
+EwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw
+WTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs
+exkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud
+DgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4
+sAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+
+seQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz
+4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+
+BxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR
+lRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3
+7M2CYfE45k+XmCpajQ==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            40:1a:c4:64:21:b3:13:21:03:0e:bb:e4:12:1a:c5:1d
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority
+        Validity
+            Not Before: Apr  2 00:00:00 2008 GMT
+            Not After : Dec  1 23:59:59 2037 GMT
+        Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2008 VeriSign, Inc. - For authorized use only, CN=VeriSign Universal Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c7:61:37:5e:b1:01:34:db:62:d7:15:9b:ff:58:
+                    5a:8c:23:23:d6:60:8e:91:d7:90:98:83:7a:e6:58:
+                    19:38:8c:c5:f6:e5:64:85:b4:a2:71:fb:ed:bd:b9:
+                    da:cd:4d:00:b4:c8:2d:73:a5:c7:69:71:95:1f:39:
+                    3c:b2:44:07:9c:e8:0e:fa:4d:4a:c4:21:df:29:61:
+                    8f:32:22:61:82:c5:87:1f:6e:8c:7c:5f:16:20:51:
+                    44:d1:70:4f:57:ea:e3:1c:e3:cc:79:ee:58:d8:0e:
+                    c2:b3:45:93:c0:2c:e7:9a:17:2b:7b:00:37:7a:41:
+                    33:78:e1:33:e2:f3:10:1a:7f:87:2c:be:f6:f5:f7:
+                    42:e2:e5:bf:87:62:89:5f:00:4b:df:c5:dd:e4:75:
+                    44:32:41:3a:1e:71:6e:69:cb:0b:75:46:08:d1:ca:
+                    d2:2b:95:d0:cf:fb:b9:40:6b:64:8c:57:4d:fc:13:
+                    11:79:84:ed:5e:54:f6:34:9f:08:01:f3:10:25:06:
+                    17:4a:da:f1:1d:7a:66:6b:98:60:66:a4:d9:ef:d2:
+                    2e:82:f1:f0:ef:09:ea:44:c9:15:6a:e2:03:6e:33:
+                    d3:ac:9f:55:00:c7:f6:08:6a:94:b9:5f:dc:e0:33:
+                    f1:84:60:f9:5b:27:11:b4:fc:16:f2:bb:56:6a:80:
+                    25:8d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            1.3.6.1.5.5.7.1.12: 
+                0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif
+            X509v3 Subject Key Identifier: 
+                B6:77:FA:69:48:47:9F:53:12:D5:C2:EA:07:32:76:07:D1:97:07:19
+    Signature Algorithm: sha256WithRSAEncryption
+         4a:f8:f8:b0:03:e6:2c:67:7b:e4:94:77:63:cc:6e:4c:f9:7d:
+         0e:0d:dc:c8:b9:35:b9:70:4f:63:fa:24:fa:6c:83:8c:47:9d:
+         3b:63:f3:9a:f9:76:32:95:91:b1:77:bc:ac:9a:be:b1:e4:31:
+         21:c6:81:95:56:5a:0e:b1:c2:d4:b1:a6:59:ac:f1:63:cb:b8:
+         4c:1d:59:90:4a:ef:90:16:28:1f:5a:ae:10:fb:81:50:38:0c:
+         6c:cc:f1:3d:c3:f5:63:e3:b3:e3:21:c9:24:39:e9:fd:15:66:
+         46:f4:1b:11:d0:4d:73:a3:7d:46:f9:3d:ed:a8:5f:62:d4:f1:
+         3f:f8:e0:74:57:2b:18:9d:81:b4:c4:28:da:94:97:a5:70:eb:
+         ac:1d:be:07:11:f0:d5:db:dd:e5:8c:f0:d5:32:b0:83:e6:57:
+         e2:8f:bf:be:a1:aa:bf:3d:1d:b5:d4:38:ea:d7:b0:5c:3a:4f:
+         6a:3f:8f:c0:66:6c:63:aa:e9:d9:a4:16:f4:81:d1:95:14:0e:
+         7d:cd:95:34:d9:d2:8f:70:73:81:7b:9c:7e:bd:98:61:d8:45:
+         87:98:90:c5:eb:86:30:c6:35:bf:f0:ff:c3:55:88:83:4b:ef:
+         05:92:06:71:f2:b8:98:93:b7:ec:cd:82:61:f1:38:e6:4f:97:
+         98:2a:5a:8d
+SHA1 Fingerprint=36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54
diff --git a/system/etc/security/cacerts/52b525c7.0 b/system/etc/security/cacerts/52b525c7.0
new file mode 100644
index 0000000000000000000000000000000000000000..98adef0ef163dd516550d23e5ae760e64f451944
--- /dev/null
+++ b/system/etc/security/cacerts/52b525c7.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL
+BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc
+BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00
+MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM
+aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV
+wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe
+rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341
+68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh
+4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp
+UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o
+abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc
+3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G
+KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt
+hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO
+Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt
+zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
+BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD
+ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC
+MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2
+cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN
+qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5
+YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv
+b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2
+8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k
+NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj
+ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp
+q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt
+nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            78:58:5f:2e:ad:2c:19:4b:e3:37:07:35:34:13:28:b5:96:d4:65:93
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
+        Validity
+            Not Before: Jan 12 17:27:44 2012 GMT
+            Not After : Jan 12 17:27:44 2042 GMT
+        Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 1 G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a0:be:50:10:8e:e9:f2:6c:40:b4:04:9c:85:b9:
+                    31:ca:dc:2d:e4:11:a9:04:3c:1b:55:c1:e7:58:30:
+                    1d:24:b4:c3:ef:85:de:8c:2c:e1:c1:3d:df:82:e6:
+                    4f:ad:47:87:6c:ec:5b:49:c1:4a:d5:bb:8f:ec:87:
+                    ac:7f:82:9a:86:ec:3d:03:99:52:01:d2:35:9e:ac:
+                    da:f0:53:c9:66:3c:d4:ac:02:01:da:24:d3:3b:a8:
+                    02:46:af:a4:1c:e3:f8:73:58:76:b7:f6:0e:90:0d:
+                    b5:f0:cf:cc:fa:f9:c6:4c:e5:c3:86:30:0a:8d:17:
+                    7e:35:eb:c5:df:bb:0e:9c:c0:8d:87:e3:88:38:85:
+                    67:fa:3e:c7:ab:e0:13:9c:05:18:98:cf:93:f5:b1:
+                    92:b4:fc:23:d3:cf:d5:c4:27:49:e0:9e:3c:9b:08:
+                    a3:8b:5d:2a:21:e0:fc:39:aa:53:da:7d:7e:cf:1a:
+                    09:53:bc:5d:05:04:cf:a1:4a:8f:8b:76:82:0d:a1:
+                    f8:d2:c7:14:77:5b:90:36:07:81:9b:3e:06:fa:52:
+                    5e:63:c5:a6:00:fe:a5:e9:52:1b:52:b5:92:39:72:
+                    03:09:62:bd:b0:60:16:6e:a6:dd:25:c2:03:66:dd:
+                    f3:04:d1:40:e2:4e:8b:86:f4:6f:e5:83:a0:27:84:
+                    5e:04:c1:f5:90:bd:30:3d:c4:ef:a8:69:bc:38:9b:
+                    a4:a4:96:d1:62:da:69:c0:01:96:ae:cb:c4:51:34:
+                    ea:0c:aa:ff:21:8e:59:8f:4a:5c:e4:61:9a:a7:d2:
+                    e9:2a:78:8d:51:3d:3a:15:ee:a2:59:8e:a9:5c:de:
+                    c5:f9:90:22:e5:88:45:71:dd:91:99:6c:7a:9f:3d:
+                    3d:98:7c:5e:f6:be:16:68:a0:5e:ae:0b:23:fc:5a:
+                    0f:aa:22:76:2d:c9:a1:10:1d:e4:d3:44:23:90:88:
+                    9f:c6:2a:e6:d7:f5:9a:b3:58:1e:2f:30:89:08:1b:
+                    54:a2:b5:98:23:ec:08:77:1c:95:5d:61:d1:cb:89:
+                    9c:5f:a2:4a:91:9a:ef:21:aa:49:16:08:a8:bd:61:
+                    28:31:c9:74:ad:85:f6:d9:c5:b1:8b:d1:e5:10:32:
+                    4d:5f:8b:20:3a:3c:49:1f:33:85:59:0d:db:cb:09:
+                    75:43:69:73:fb:6b:71:7d:f0:df:c4:4c:7d:c6:a3:
+                    2e:c8:95:79:cb:73:a2:8e:4e:4d:24:fb:5e:e4:04:
+                    be:72:1b:a6:27:2d:49:5a:99:7a:d7:5c:09:20:b7:
+                    7f:94:b9:4f:f1:0d:1c:5e:88:42:1b:11:b7:e7:91:
+                    db:9e:6c:f4:6a:df:8c:06:98:03:ad:cc:28:ef:a5:
+                    47:f3:53
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                A3:97:D6:F3:5E:A2:10:E1:AB:45:9F:3C:17:64:3C:EE:01:70:9C:CC
+    Signature Algorithm: sha256WithRSAEncryption
+         18:fa:5b:75:fc:3e:7a:c7:5f:77:c7:ca:df:cf:5f:c3:12:c4:
+         40:5d:d4:32:aa:b8:6a:d7:d5:15:15:46:98:23:a5:e6:90:5b:
+         18:99:4c:e3:ad:42:a3:82:31:36:88:cd:e9:fb:c4:04:96:48:
+         8b:01:c7:8d:01:cf:5b:33:06:96:46:66:74:1d:4f:ed:c1:b6:
+         b9:b4:0d:61:cc:63:7e:d7:2e:77:8c:96:1c:2a:23:68:6b:85:
+         57:76:70:33:13:fe:e1:4f:a6:23:77:18:fa:1a:8c:e8:bd:65:
+         c9:cf:3f:f4:c9:17:dc:eb:c7:bc:c0:04:2e:2d:46:2f:69:66:
+         c3:1b:8f:fe:ec:3e:d3:ca:94:bf:76:0a:25:0d:a9:7b:02:1c:
+         a9:d0:3b:5f:0b:c0:81:3a:3d:64:e1:bf:a7:2d:4e:bd:4d:c4:
+         d8:29:c6:22:18:d0:c5:ac:72:02:82:3f:aa:3a:a2:3a:22:97:
+         31:dd:08:63:c3:75:14:b9:60:28:2d:5b:68:e0:16:a9:66:82:
+         23:51:f5:eb:53:d8:31:9b:7b:e9:b7:9d:4b:eb:88:16:cf:f9:
+         5d:38:8a:49:30:8f:ed:f1:eb:19:f4:77:1a:31:18:4d:67:54:
+         6c:2f:6f:65:f9:db:3d:ec:21:ec:5e:f4:f4:8b:ca:60:65:54:
+         d1:71:64:f4:f9:a6:a3:81:33:36:33:71:f0:a4:78:5f:4e:ad:
+         83:21:de:34:49:8d:e8:59:ac:9d:f2:76:5a:36:f2:13:f4:af:
+         e0:09:c7:61:2a:6c:f7:e0:9d:ae:bb:86:4a:28:6f:2e:ee:b4:
+         79:cd:90:33:c3:b3:76:fa:f5:f0:6c:9d:01:90:fa:9e:90:f6:
+         9c:72:cf:47:da:c3:1f:e4:35:20:53:f2:54:d1:df:61:83:a6:
+         02:e2:25:38:de:85:32:2d:5e:73:90:52:5d:42:c4:ce:3d:4b:
+         e1:f9:19:84:1d:d5:a2:50:cc:41:fb:41:14:c3:bd:d6:c9:5a:
+         a3:63:66:02:80:bd:05:3a:3b:47:9c:ec:00:26:4c:f5:88:51:
+         bf:a8:23:7f:18:07:b0:0b:ed:8b:26:a1:64:d3:61:4a:eb:5c:
+         9f:de:b3:af:67:03:b3:1f:dd:6d:5d:69:68:69:ab:5e:3a:ec:
+         7c:69:bc:c7:3b:85:4e:9e:15:b9:b4:15:4f:c3:95:7a:58:d7:
+         c9:6c:e9:6c:b9:f3:29:63:5e:b4:2c:f0:2d:3d:ed:5a:65:e0:
+         a9:5b:40:c2:48:99:81:6d:9e:1f:06:2a:3c:12:b4:8b:0f:9b:
+         a2:24:f0:a6:8d:d6:7a:e0:4b:b6:64:96:63:95:84:c2:4a:cd:
+         1c:2e:24:87:33:60:e5:c3
+SHA1 Fingerprint=1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67
diff --git a/system/etc/security/cacerts/559f7c71.0 b/system/etc/security/cacerts/559f7c71.0
new file mode 100644
index 0000000000000000000000000000000000000000..c37db955e18405d5d66679e839b984dac0e8e513
--- /dev/null
+++ b/system/etc/security/cacerts/559f7c71.0
@@ -0,0 +1,55 @@
+-----BEGIN CERTIFICATE-----
+MIICITCCAaagAwIBAgISESDm+Ez8JLC+BUCs2oMbNGA/MAoGCCqGSM49BAMDMEAx
+CzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9wZW5U
+cnVzdCBSb290IENBIEczMB4XDTE0MDUyNjAwMDAwMFoXDTM4MDExNTAwMDAwMFow
+QDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCU9wZW5UcnVzdDEdMBsGA1UEAwwUT3Bl
+blRydXN0IFJvb3QgQ0EgRzMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARK7liuTcpm
+3gY6oxH84Bjwbhy6LTAMidnW7ptzg6kjFYwvWYpa3RTqnVkrQ7cG7DK2uu5Bta1d
+oYXM6h0UZqNnfkbilPPntlahFVmhTzeXuSIevRHr9LIfXsMUmuXZl5mjYzBhMA4G
+A1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRHd8MUi2I5
+DMlv4VBN0BBY3JWIbTAfBgNVHSMEGDAWgBRHd8MUi2I5DMlv4VBN0BBY3JWIbTAK
+BggqhkjOPQQDAwNpADBmAjEAj6jcnboMBBf6Fek9LykBl7+BFjNAk2z8+e2AcG+q
+j9uEwov1NcoG3GRvaBbhj5G5AjEA2Euly8LQCGzpGPta3U1fJAuwACEl74+nBCZx
+4nxp5V2a+EEfOzmTk51V6s2N8fvB
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            11:20:e6:f8:4c:fc:24:b0:be:05:40:ac:da:83:1b:34:60:3f
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
+        Validity
+            Not Before: May 26 00:00:00 2014 GMT
+            Not After : Jan 15 00:00:00 2038 GMT
+        Subject: C=FR, O=OpenTrust, CN=OpenTrust Root CA G3
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:4a:ee:58:ae:4d:ca:66:de:06:3a:a3:11:fc:e0:
+                    18:f0:6e:1c:ba:2d:30:0c:89:d9:d6:ee:9b:73:83:
+                    a9:23:15:8c:2f:59:8a:5a:dd:14:ea:9d:59:2b:43:
+                    b7:06:ec:32:b6:ba:ee:41:b5:ad:5d:a1:85:cc:ea:
+                    1d:14:66:a3:67:7e:46:e2:94:f3:e7:b6:56:a1:15:
+                    59:a1:4f:37:97:b9:22:1e:bd:11:eb:f4:b2:1f:5e:
+                    c3:14:9a:e5:d9:97:99
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                47:77:C3:14:8B:62:39:0C:C9:6F:E1:50:4D:D0:10:58:DC:95:88:6D
+            X509v3 Authority Key Identifier: 
+                keyid:47:77:C3:14:8B:62:39:0C:C9:6F:E1:50:4D:D0:10:58:DC:95:88:6D
+
+    Signature Algorithm: ecdsa-with-SHA384
+         30:66:02:31:00:8f:a8:dc:9d:ba:0c:04:17:fa:15:e9:3d:2f:
+         29:01:97:bf:81:16:33:40:93:6c:fc:f9:ed:80:70:6f:aa:8f:
+         db:84:c2:8b:f5:35:ca:06:dc:64:6f:68:16:e1:8f:91:b9:02:
+         31:00:d8:4b:a5:cb:c2:d0:08:6c:e9:18:fb:5a:dd:4d:5f:24:
+         0b:b0:00:21:25:ef:8f:a7:04:26:71:e2:7c:69:e5:5d:9a:f8:
+         41:1f:3b:39:93:93:9d:55:ea:cd:8d:f1:fb:c1
+SHA1 Fingerprint=6E:26:64:F3:56:BF:34:55:BF:D1:93:3F:7C:01:DE:D8:13:DA:8A:A6
diff --git a/system/etc/security/cacerts/5a250ea7.0 b/system/etc/security/cacerts/5a250ea7.0
new file mode 100644
index 0000000000000000000000000000000000000000..4561d51b7695f2f466eb0a8969894fad7e0b9096
--- /dev/null
+++ b/system/etc/security/cacerts/5a250ea7.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFdDCCA1ygAwIBAgIEAJiiOTANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO
+TDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh
+dCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEczMB4XDTEzMTExNDExMjg0MloX
+DTI4MTExMzIzMDAwMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl
+ciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv
+b3QgQ0EgLSBHMzCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL4yolQP
+cPssXFnrbMSkUeiFKrPMSjTysF/zDsccPVMeiAho2G89rcKezIJnByeHaHE6n3WW
+IkYFsO2tx1ueKt6c/DrGlaf1F2cY5y9JCAxcz+bMNO14+1Cx3Gsy8KL+tjzk7FqX
+xz8ecAgwoNzFs21v0IJyEavSgWhZghe3eJJg+szeP4TrjTgzkApyI/o1zCZxMdFy
+KJLZWyNtZrVtB0LrpjPOktvA9mxjeM3KTj215VKb8b475lRgsGYeCasH/lSJEULR
+9yS6YHgamPfJEf0WwTUaVHXvQ9Plrk7O53vDxk5hUUurmkVLoR9BvUhTFXFkC4az
+5S6+zqQbwSmEorXLCCN2QyIkHxcE1G6cxvx/K2Ya7Irl1s9N9WMJtxU51nus6+N8
+6U78dULI7ViVDAZCopz35HCz33JvWjdAidiFpNfxC95DGdRKWCyMijmev4SH8RY7
+Ngzp07TKbBlBUgmhHbBqv4LvcFEhMtwFdozL92TkA1CvjJFnq8Xy7ljY3r735zHP
+bMk7ccHViLVlvMDoFxcHErVc0qsgk7TmgoNwNsXNo42ti+yjwUOH5kPiNL6VizXt
+BznaqB16nzaeErAMZRKQFWDZJkBE41ZgpRDUajz9QdwOWke275dhdU/Z/seyHdTt
+XUmzqWrLZoQT1Vyg3N9udwbRcXXIV2+vD3dbAgMBAAGjQjBAMA8GA1UdEwEB/wQF
+MAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRUrfrHkleuyjWcLhL75Lpd
+INyUVzANBgkqhkiG9w0BAQsFAAOCAgEAMJmdBTLIXg47mAE6iqTnB/d6+Oea31BD
+U5cqPco8R5gu4RV78ZLzYdqQJRZlwJ9UXQ4DO1t3ApyEtg2YXzTdO2PCwyiBwpwp
+LiniyMMB8jPqKqrMCQj3ZWfGzd/TtiunvczRDnBfuCPRy5FOCvTIeuXZYzbB1N/8
+Ipf3YF3qKS9Ysr1YvY2WTxB1v0h7PVGHoTx0IsL8B3+A3MSs/mrBcDCw6Y5p4ixp
+gZQJut3+TcCDjJRYwEYgr5wfAvg1VUkvRtTA8KCWAg8zxXHzniN9lLf9OtMJgwYh
+/WA9rjLA0u6NpvDntIJ8CsxwyXmA+P5M9zWEGYox+wrZ13+b8KKaa8MFSu1BYBQw
+0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+gE4uZbqKmxnl4mUnrzhVNXkanjvSr0rmj1A
+fsbAddJu+2gw7OyLnflJNZoaLNmzlTnVHpL3prllL+U9bTpITAjc5CgSKL59NVzq
+4BZ+Extq1z7XnvwtdbLBFNUjA9tbbws+eC8N3jONFrdI54OagQ97wUNNVQQXOEpR
+1VmiiXTTn74eS9fGbbeIJG9gkaSChVtWQbzQRKtqE77RLFi3EjNYsjdj3BP1lB0/
+QFH1T/U67cjF68IeHRaVesd+QnGTbksVtzDfqu1XhUisHWrdOWnk4Xl4vs4Fv6EM
+94B7IWcnMFk=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 10003001 (0x98a239)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
+        Validity
+            Not Before: Nov 14 11:28:42 2013 GMT
+            Not After : Nov 13 23:00:00 2028 GMT
+        Subject: C=NL, O=Staat der Nederlanden, CN=Staat der Nederlanden Root CA - G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:be:32:a2:54:0f:70:fb:2c:5c:59:eb:6c:c4:a4:
+                    51:e8:85:2a:b3:cc:4a:34:f2:b0:5f:f3:0e:c7:1c:
+                    3d:53:1e:88:08:68:d8:6f:3d:ad:c2:9e:cc:82:67:
+                    07:27:87:68:71:3a:9f:75:96:22:46:05:b0:ed:ad:
+                    c7:5b:9e:2a:de:9c:fc:3a:c6:95:a7:f5:17:67:18:
+                    e7:2f:49:08:0c:5c:cf:e6:cc:34:ed:78:fb:50:b1:
+                    dc:6b:32:f0:a2:fe:b6:3c:e4:ec:5a:97:c7:3f:1e:
+                    70:08:30:a0:dc:c5:b3:6d:6f:d0:82:72:11:ab:d2:
+                    81:68:59:82:17:b7:78:92:60:fa:cc:de:3f:84:eb:
+                    8d:38:33:90:0a:72:23:fa:35:cc:26:71:31:d1:72:
+                    28:92:d9:5b:23:6d:66:b5:6d:07:42:eb:a6:33:ce:
+                    92:db:c0:f6:6c:63:78:cd:ca:4e:3d:b5:e5:52:9b:
+                    f1:be:3b:e6:54:60:b0:66:1e:09:ab:07:fe:54:89:
+                    11:42:d1:f7:24:ba:60:78:1a:98:f7:c9:11:fd:16:
+                    c1:35:1a:54:75:ef:43:d3:e5:ae:4e:ce:e7:7b:c3:
+                    c6:4e:61:51:4b:ab:9a:45:4b:a1:1f:41:bd:48:53:
+                    15:71:64:0b:86:b3:e5:2e:be:ce:a4:1b:c1:29:84:
+                    a2:b5:cb:08:23:76:43:22:24:1f:17:04:d4:6e:9c:
+                    c6:fc:7f:2b:66:1a:ec:8a:e5:d6:cf:4d:f5:63:09:
+                    b7:15:39:d6:7b:ac:eb:e3:7c:e9:4e:fc:75:42:c8:
+                    ed:58:95:0c:06:42:a2:9c:f7:e4:70:b3:df:72:6f:
+                    5a:37:40:89:d8:85:a4:d7:f1:0b:de:43:19:d4:4a:
+                    58:2c:8c:8a:39:9e:bf:84:87:f1:16:3b:36:0c:e9:
+                    d3:b4:ca:6c:19:41:52:09:a1:1d:b0:6a:bf:82:ef:
+                    70:51:21:32:dc:05:76:8c:cb:f7:64:e4:03:50:af:
+                    8c:91:67:ab:c5:f2:ee:58:d8:de:be:f7:e7:31:cf:
+                    6c:c9:3b:71:c1:d5:88:b5:65:bc:c0:e8:17:17:07:
+                    12:b5:5c:d2:ab:20:93:b4:e6:82:83:70:36:c5:cd:
+                    a3:8d:ad:8b:ec:a3:c1:43:87:e6:43:e2:34:be:95:
+                    8b:35:ed:07:39:da:a8:1d:7a:9f:36:9e:12:b0:0c:
+                    65:12:90:15:60:d9:26:40:44:e3:56:60:a5:10:d4:
+                    6a:3c:fd:41:dc:0e:5a:47:b6:ef:97:61:75:4f:d9:
+                    fe:c7:b2:1d:d4:ed:5d:49:b3:a9:6a:cb:66:84:13:
+                    d5:5c:a0:dc:df:6e:77:06:d1:71:75:c8:57:6f:af:
+                    0f:77:5b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                54:AD:FA:C7:92:57:AE:CA:35:9C:2E:12:FB:E4:BA:5D:20:DC:94:57
+    Signature Algorithm: sha256WithRSAEncryption
+         30:99:9d:05:32:c8:5e:0e:3b:98:01:3a:8a:a4:e7:07:f7:7a:
+         f8:e7:9a:df:50:43:53:97:2a:3d:ca:3c:47:98:2e:e1:15:7b:
+         f1:92:f3:61:da:90:25:16:65:c0:9f:54:5d:0e:03:3b:5b:77:
+         02:9c:84:b6:0d:98:5f:34:dd:3b:63:c2:c3:28:81:c2:9c:29:
+         2e:29:e2:c8:c3:01:f2:33:ea:2a:aa:cc:09:08:f7:65:67:c6:
+         cd:df:d3:b6:2b:a7:bd:cc:d1:0e:70:5f:b8:23:d1:cb:91:4e:
+         0a:f4:c8:7a:e5:d9:63:36:c1:d4:df:fc:22:97:f7:60:5d:ea:
+         29:2f:58:b2:bd:58:bd:8d:96:4f:10:75:bf:48:7b:3d:51:87:
+         a1:3c:74:22:c2:fc:07:7f:80:dc:c4:ac:fe:6a:c1:70:30:b0:
+         e9:8e:69:e2:2c:69:81:94:09:ba:dd:fe:4d:c0:83:8c:94:58:
+         c0:46:20:af:9c:1f:02:f8:35:55:49:2f:46:d4:c0:f0:a0:96:
+         02:0f:33:c5:71:f3:9e:23:7d:94:b7:fd:3a:d3:09:83:06:21:
+         fd:60:3d:ae:32:c0:d2:ee:8d:a6:f0:e7:b4:82:7c:0a:cc:70:
+         c9:79:80:f8:fe:4c:f7:35:84:19:8a:31:fb:0a:d9:d7:7f:9b:
+         f0:a2:9a:6b:c3:05:4a:ed:41:60:14:30:d1:aa:11:42:6e:d3:
+         23:02:04:0b:c6:65:dd:dd:52:77:da:81:6b:b2:a8:fa:01:38:
+         b9:96:ea:2a:6c:67:97:89:94:9e:bc:e1:54:d5:e4:6a:78:ef:
+         4a:bd:2b:9a:3d:40:7e:c6:c0:75:d2:6e:fb:68:30:ec:ec:8b:
+         9d:f9:49:35:9a:1a:2c:d9:b3:95:39:d5:1e:92:f7:a6:b9:65:
+         2f:e5:3d:6d:3a:48:4c:08:dc:e4:28:12:28:be:7d:35:5c:ea:
+         e0:16:7e:13:1b:6a:d7:3e:d7:9e:fc:2d:75:b2:c1:14:d5:23:
+         03:db:5b:6f:0b:3e:78:2f:0d:de:33:8d:16:b7:48:e7:83:9a:
+         81:0f:7b:c1:43:4d:55:04:17:38:4a:51:d5:59:a2:89:74:d3:
+         9f:be:1e:4b:d7:c6:6d:b7:88:24:6f:60:91:a4:82:85:5b:56:
+         41:bc:d0:44:ab:6a:13:be:d1:2c:58:b7:12:33:58:b2:37:63:
+         dc:13:f5:94:1d:3f:40:51:f5:4f:f5:3a:ed:c8:c5:eb:c2:1e:
+         1d:16:95:7a:c7:7e:42:71:93:6e:4b:15:b7:30:df:aa:ed:57:
+         85:48:ac:1d:6a:dd:39:69:e4:e1:79:78:be:ce:05:bf:a1:0c:
+         f7:80:7b:21:67:27:30:59
+SHA1 Fingerprint=D8:EB:6B:41:51:92:59:E0:F3:E7:85:00:C0:3D:B6:88:97:C9:EE:FC
diff --git a/system/etc/security/cacerts/5a3f0ff8.0 b/system/etc/security/cacerts/5a3f0ff8.0
new file mode 100644
index 0000000000000000000000000000000000000000..0c27347c4aeae0a634610c266df4ee0ab6deaaa5
--- /dev/null
+++ b/system/etc/security/cacerts/5a3f0ff8.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB
+gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
+A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV
+BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw
+MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl
+YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P
+RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0
+aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3
+UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI
+2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8
+Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp
++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+
+DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O
+nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW
+/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g
+PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u
+QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY
+SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv
+IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/
+RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4
+zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd
+BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB
+ZQ==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            4e:81:2d:8a:82:65:e0:0b:02:ee:3e:35:02:46:e5:3d
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
+        Validity
+            Not Before: Dec  1 00:00:00 2006 GMT
+            Not After : Dec 31 23:59:59 2029 GMT
+        Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d0:40:8b:8b:72:e3:91:1b:f7:51:c1:1b:54:04:
+                    98:d3:a9:bf:c1:e6:8a:5d:3b:87:fb:bb:88:ce:0d:
+                    e3:2f:3f:06:96:f0:a2:29:50:99:ae:db:3b:a1:57:
+                    b0:74:51:71:cd:ed:42:91:4d:41:fe:a9:c8:d8:6a:
+                    86:77:44:bb:59:66:97:50:5e:b4:d4:2c:70:44:cf:
+                    da:37:95:42:69:3c:30:c4:71:b3:52:f0:21:4d:a1:
+                    d8:ba:39:7c:1c:9e:a3:24:9d:f2:83:16:98:aa:16:
+                    7c:43:9b:15:5b:b7:ae:34:91:fe:d4:62:26:18:46:
+                    9a:3f:eb:c1:f9:f1:90:57:eb:ac:7a:0d:8b:db:72:
+                    30:6a:66:d5:e0:46:a3:70:dc:68:d9:ff:04:48:89:
+                    77:de:b5:e9:fb:67:6d:41:e9:bc:39:bd:32:d9:62:
+                    02:f1:b1:a8:3d:6e:37:9c:e2:2f:e2:d3:a2:26:8b:
+                    c6:b8:55:43:88:e1:23:3e:a5:d2:24:39:6a:47:ab:
+                    00:d4:a1:b3:a9:25:fe:0d:3f:a7:1d:ba:d3:51:c1:
+                    0b:a4:da:ac:38:ef:55:50:24:05:65:46:93:34:4f:
+                    2d:8d:ad:c6:d4:21:19:d2:8e:ca:05:61:71:07:73:
+                    47:e5:8a:19:12:bd:04:4d:ce:4e:9c:a5:48:ac:bb:
+                    26:f7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                0B:58:E5:8B:C6:4C:15:37:A4:40:A9:30:A9:21:BE:47:36:5A:56:FF
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.comodoca.com/COMODOCertificationAuthority.crl
+
+    Signature Algorithm: sha1WithRSAEncryption
+         3e:98:9e:9b:f6:1b:e9:d7:39:b7:78:ae:1d:72:18:49:d3:87:
+         e4:43:82:eb:3f:c9:aa:f5:a8:b5:ef:55:7c:21:52:65:f9:d5:
+         0d:e1:6c:f4:3e:8c:93:73:91:2e:02:c4:4e:07:71:6f:c0:8f:
+         38:61:08:a8:1e:81:0a:c0:2f:20:2f:41:8b:91:dc:48:45:bc:
+         f1:c6:de:ba:76:6b:33:c8:00:2d:31:46:4c:ed:e7:9d:cf:88:
+         94:ff:33:c0:56:e8:24:86:26:b8:d8:38:38:df:2a:6b:dd:12:
+         cc:c7:3f:47:17:4c:a2:c2:06:96:09:d6:db:fe:3f:3c:46:41:
+         df:58:e2:56:0f:3c:3b:c1:1c:93:35:d9:38:52:ac:ee:c8:ec:
+         2e:30:4e:94:35:b4:24:1f:4b:78:69:da:f2:02:38:cc:95:52:
+         93:f0:70:25:59:9c:20:67:c4:ee:f9:8b:57:61:f4:92:76:7d:
+         3f:84:8d:55:b7:e8:e5:ac:d5:f1:f5:19:56:a6:5a:fb:90:1c:
+         af:93:eb:e5:1c:d4:67:97:5d:04:0e:be:0b:83:a6:17:83:b9:
+         30:12:a0:c5:33:15:05:b9:0d:fb:c7:05:76:e3:d8:4a:8d:fc:
+         34:17:a3:c6:21:28:be:30:45:31:1e:c7:78:be:58:61:38:ac:
+         3b:e2:01:65
+SHA1 Fingerprint=66:31:BF:9E:F7:4F:9E:B6:C9:D5:A6:0C:BA:6A:BE:D1:F7:BD:EF:7B
diff --git a/system/etc/security/cacerts/5cf9d536.0 b/system/etc/security/cacerts/5cf9d536.0
new file mode 100644
index 0000000000000000000000000000000000000000..2232561562388f5740c9f89ab8f5e4833760a938
--- /dev/null
+++ b/system/etc/security/cacerts/5cf9d536.0
@@ -0,0 +1,105 @@
+-----BEGIN CERTIFICATE-----
+MIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC
+TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0
+aWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0
+aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz
+MzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw
+IwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR
+dW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG
+9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp
+li4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D
+rOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ
+WCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug
+F+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU
+xbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC
+Ak4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv
+dmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw
+ggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl
+IG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh
+c3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy
+ZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh
+Y3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI
+KwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T
+KbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq
+y+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p
+dGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD
+VQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL
+MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk
+fnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8
+7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R
+cHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y
+mQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW
+xFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK
+SnQ2+Q==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 985026699 (0x3ab6508b)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
+        Validity
+            Not Before: Mar 19 18:33:33 2001 GMT
+            Not After : Mar 17 18:33:33 2021 GMT
+        Subject: C=BM, O=QuoVadis Limited, OU=Root Certification Authority, CN=QuoVadis Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bf:61:b5:95:53:ba:57:fc:fa:f2:67:0b:3a:1a:
+                    df:11:80:64:95:b4:d1:bc:cd:7a:cf:f6:29:96:2e:
+                    24:54:40:24:38:f7:1a:85:dc:58:4c:cb:a4:27:42:
+                    97:d0:9f:83:8a:c3:e4:06:03:5b:00:a5:51:1e:70:
+                    04:74:e2:c1:d4:3a:ab:d7:ad:3b:07:18:05:8e:fd:
+                    83:ac:ea:66:d9:18:1b:68:8a:f5:57:1a:98:ba:f5:
+                    ed:76:3d:7c:d9:de:94:6a:3b:4b:17:c1:d5:8f:bd:
+                    65:38:3a:95:d0:3d:55:36:4e:df:79:57:31:2a:1e:
+                    d8:59:65:49:58:20:98:7e:ab:5f:7e:9f:e9:d6:4d:
+                    ec:83:74:a9:c7:6c:d8:ee:29:4a:85:2a:06:14:f9:
+                    54:e6:d3:da:65:07:8b:63:37:12:d7:d0:ec:c3:7b:
+                    20:41:44:a3:ed:cb:a0:17:e1:71:65:ce:1d:66:31:
+                    f7:76:01:19:c8:7d:03:58:b6:95:49:1d:a6:12:26:
+                    e8:c6:0c:76:e0:e3:66:cb:ea:5d:a6:26:ee:e5:cc:
+                    5f:bd:67:a7:01:27:0e:a2:ca:54:c5:b1:7a:95:1d:
+                    71:1e:4a:29:8a:03:dc:6a:45:c1:a4:19:5e:6f:36:
+                    cd:c3:a2:b0:b7:fe:5c:38:e2:52:bc:f8:44:43:e6:
+                    90:bb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            Authority Information Access: 
+                OCSP - URI:https://ocsp.quovadisoffshore.com
+
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.8024.0.1
+                  User Notice:
+                    Explicit Text: Reliance on the QuoVadis Root Certificate by any party assumes acceptance of the then applicable standard terms and conditions of use, certification practices, and the QuoVadis Certificate Policy.
+                  CPS: http://www.quovadis.bm
+
+            X509v3 Subject Key Identifier: 
+                8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF
+            X509v3 Authority Key Identifier: 
+                keyid:8B:4B:6D:ED:D3:29:B9:06:19:EC:39:39:A9:F0:97:84:6A:CB:EF:DF
+                DirName:/C=BM/O=QuoVadis Limited/OU=Root Certification Authority/CN=QuoVadis Root Certification Authority
+                serial:3A:B6:50:8B
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         8a:d4:14:b5:fe:f4:9a:92:a7:19:d4:a4:7e:72:18:8f:d9:68:
+         7c:52:24:dd:67:6f:39:7a:c4:aa:5e:3d:e2:58:b0:4d:70:98:
+         84:61:e8:1b:e3:69:18:0e:ce:fb:47:50:a0:4e:ff:f0:24:1f:
+         bd:b2:ce:f5:27:fc:ec:2f:53:aa:73:7b:03:3d:74:6e:e6:16:
+         9e:eb:a5:2e:c4:bf:56:27:50:2b:62:ba:be:4b:1c:3c:55:5c:
+         41:1d:24:be:82:20:47:5d:d5:44:7e:7a:16:68:df:7d:4d:51:
+         70:78:57:1d:33:1e:fd:02:99:9c:0c:cd:0a:05:4f:c7:bb:8e:
+         a4:75:fa:4a:6d:b1:80:8e:09:56:b9:9c:1a:60:fe:5d:c1:d7:
+         7a:dc:11:78:d0:d6:5d:c1:b7:d5:ad:32:99:03:3a:8a:cc:54:
+         25:39:31:81:7b:13:22:51:ba:46:6c:a1:bb:9e:fa:04:6c:49:
+         26:74:8f:d2:73:eb:cc:30:a2:e6:ea:59:22:87:f8:97:f5:0e:
+         fd:ea:cc:92:a4:16:c4:52:18:ea:21:ce:b1:f1:e6:84:81:e5:
+         ba:a9:86:28:f2:43:5a:5d:12:9d:ac:1e:d9:a8:e5:0a:6a:a7:
+         7f:a0:87:29:cf:f2:89:4d:d4:ec:c5:e2:e6:7a:d0:36:23:8a:
+         4a:74:36:f9
+SHA1 Fingerprint=DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9
diff --git a/system/etc/security/cacerts/5e4e69e7.0 b/system/etc/security/cacerts/5e4e69e7.0
new file mode 100644
index 0000000000000000000000000000000000000000..43b6bdaa481289b8d14ed4345d7ffa2afa3d919a
--- /dev/null
+++ b/system/etc/security/cacerts/5e4e69e7.0
@@ -0,0 +1,61 @@
+-----BEGIN CERTIFICATE-----
+MIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL
+MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
+ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln
+biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
+U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
+aXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG
+A1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp
+U2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg
+SW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln
+biBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5
+IC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm
+GUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve
+fLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw
+AwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ
+aW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj
+aHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW
+kf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC
+4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga
+FRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            2f:80:fe:23:8c:0e:22:0f:48:67:12:28:91:87:ac:b3
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4
+        Validity
+            Not Before: Nov  5 00:00:00 2007 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:a7:56:7a:7c:52:da:64:9b:0e:2d:5c:d8:5e:ac:
+                    92:3d:fe:01:e6:19:4a:3d:14:03:4b:fa:60:27:20:
+                    d9:83:89:69:fa:54:c6:9a:18:5e:55:2a:64:de:06:
+                    f6:8d:4a:3b:ad:10:3c:65:3d:90:88:04:89:e0:30:
+                    61:b3:ae:5d:01:a7:7b:de:7c:b2:be:ca:65:61:00:
+                    86:ae:da:8f:7b:d0:89:ad:4d:1d:59:9a:41:b1:bc:
+                    47:80:dc:9e:62:c3:f9
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            1.3.6.1.5.5.7.1.12: 
+                0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif
+            X509v3 Subject Key Identifier: 
+                B3:16:91:FD:EE:A6:6E:E4:B5:2E:49:8F:87:78:81:80:EC:E5:B1:B5
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:30:66:21:0c:18:26:60:5a:38:7b:56:42:e0:a7:fc:
+         36:84:51:91:20:2c:76:4d:43:3d:c4:1d:84:23:d0:ac:d6:7c:
+         35:06:ce:cd:69:bd:90:0d:db:6c:48:42:1d:0e:aa:42:02:31:
+         00:9c:3d:48:39:23:39:58:1a:15:12:59:6a:9e:ef:d5:59:b2:
+         1d:52:2c:99:71:cd:c7:29:df:1b:2a:61:7b:71:d1:de:f3:c0:
+         e5:0d:3a:4a:aa:2d:a7:d8:86:2a:dd:2e:10
+SHA1 Fingerprint=22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A
diff --git a/system/etc/security/cacerts/5f47b495.0 b/system/etc/security/cacerts/5f47b495.0
new file mode 100644
index 0000000000000000000000000000000000000000..87cd7150ca7ee3bb7008daaa9a5367d8a5022d9c
--- /dev/null
+++ b/system/etc/security/cacerts/5f47b495.0
@@ -0,0 +1,124 @@
+-----BEGIN CERTIFICATE-----
+MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE
+BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w
+MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290
+IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC
+SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1
+ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB
+MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv
+UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX
+4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9
+KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/
+gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb
+rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ
+51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F
+be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe
+KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F
+v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn
+fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7
+jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz
+ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt
+ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL
+e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70
+jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz
+WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V
+SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j
+pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX
+X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok
+fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R
+K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU
+ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU
+LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT
+LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 6271844772424770508 (0x570a119742c4e3cc)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
+        Validity
+            Not Before: Sep 22 11:22:02 2011 GMT
+            Not After : Sep 22 11:22:02 2030 GMT
+        Subject: C=IT, L=Milan, O=Actalis S.p.A./03358520967, CN=Actalis Authentication Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a7:c6:c4:a5:29:a4:2c:ef:e5:18:c5:b0:50:a3:
+                    6f:51:3b:9f:0a:5a:c9:c2:48:38:0a:c2:1c:a0:18:
+                    7f:91:b5:87:b9:40:3f:dd:1d:68:1f:08:83:d5:2d:
+                    1e:88:a0:f8:8f:56:8f:6d:99:02:92:90:16:d5:5f:
+                    08:6c:89:d7:e1:ac:bc:20:c2:b1:e0:83:51:8a:69:
+                    4d:00:96:5a:6f:2f:c0:44:7e:a3:0e:e4:91:cd:58:
+                    ee:dc:fb:c7:1e:45:47:dd:27:b9:08:01:9f:a6:21:
+                    1d:f5:41:2d:2f:4c:fd:28:ad:e0:8a:ad:22:b4:56:
+                    65:8e:86:54:8f:93:43:29:de:39:46:78:a3:30:23:
+                    ba:cd:f0:7d:13:57:c0:5d:d2:83:6b:48:4c:c4:ab:
+                    9f:80:5a:5b:3a:bd:c9:a7:22:3f:80:27:33:5b:0e:
+                    b7:8a:0c:5d:07:37:08:cb:6c:d2:7a:47:22:44:35:
+                    c5:cc:cc:2e:8e:dd:2a:ed:b7:7d:66:0d:5f:61:51:
+                    22:55:1b:e3:46:e3:e3:3d:d0:35:62:9a:db:af:14:
+                    c8:5b:a1:cc:89:1b:e1:30:26:fc:a0:9b:1f:81:a7:
+                    47:1f:04:eb:a3:39:92:06:9f:99:d3:bf:d3:ea:4f:
+                    50:9c:19:fe:96:87:1e:3c:65:f6:a3:18:24:83:86:
+                    10:e7:54:3e:a8:3a:76:24:4f:81:21:c5:e3:0f:02:
+                    f8:93:94:47:20:bb:fe:d4:0e:d3:68:b9:dd:c4:7a:
+                    84:82:e3:53:54:79:dd:db:9c:d2:f2:07:9b:2e:b6:
+                    bc:3e:ed:85:6d:ef:25:11:f2:97:1a:42:61:f7:4a:
+                    97:e8:8b:b1:10:07:fa:65:81:b2:a2:39:cf:f7:3c:
+                    ff:18:fb:c6:f1:5a:8b:59:e2:02:ac:7b:92:d0:4e:
+                    14:4f:59:45:f6:0c:5e:28:5f:b0:e8:3f:45:cf:cf:
+                    af:9b:6f:fb:84:d3:77:5a:95:6f:ac:94:84:9e:ee:
+                    bc:c0:4a:8f:4a:93:f8:44:21:e2:31:45:61:50:4e:
+                    10:d8:e3:35:7c:4c:19:b4:de:05:bf:a3:06:9f:c8:
+                    b5:cd:e4:1f:d7:17:06:0d:7a:95:74:55:0d:68:1a:
+                    fc:10:1b:62:64:9d:6d:e0:95:a0:c3:94:07:57:0d:
+                    14:e6:bd:05:fb:b8:9f:e6:df:8b:e2:c6:e7:7e:96:
+                    f6:53:c5:80:34:50:28:58:f0:12:50:71:17:30:ba:
+                    e6:78:63:bc:f4:b2:ad:9b:2b:b2:fe:e1:39:8c:5e:
+                    ba:0b:20:94:de:7b:83:b8:ff:e3:56:8d:b7:11:e9:
+                    3b:8c:f2:b1:c1:5d:9d:a4:0b:4c:2b:d9:b2:18:f5:
+                    b5:9f:4b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         0b:7b:72:87:c0:60:a6:49:4c:88:58:e6:1d:88:f7:14:64:48:
+         a6:d8:58:0a:0e:4f:13:35:df:35:1d:d4:ed:06:31:c8:81:3e:
+         6a:d5:dd:3b:1a:32:ee:90:3d:11:d2:2e:f4:8e:c3:63:2e:23:
+         66:b0:67:be:6f:b6:c0:13:39:60:aa:a2:34:25:93:75:52:de:
+         a7:9d:ad:0e:87:89:52:71:6a:16:3c:19:1d:83:f8:9a:29:65:
+         be:f4:3f:9a:d9:f0:f3:5a:87:21:71:80:4d:cb:e0:38:9b:3f:
+         bb:fa:e0:30:4d:cf:86:d3:65:10:19:18:d1:97:02:b1:2b:72:
+         42:68:ac:a0:bd:4e:5a:da:18:bf:6b:98:81:d0:fd:9a:be:5e:
+         15:48:cd:11:15:b9:c0:29:5c:b4:e8:88:f7:3e:36:ae:b7:62:
+         fd:1e:62:de:70:78:10:1c:48:5b:da:bc:a4:38:ba:67:ed:55:
+         3e:5e:57:df:d4:03:40:4c:81:a4:d2:4f:63:a7:09:42:09:14:
+         fc:00:a9:c2:80:73:4f:2e:c0:40:d9:11:7b:48:ea:7a:02:c0:
+         d3:eb:28:01:26:58:74:c1:c0:73:22:6d:93:95:fd:39:7d:bb:
+         2a:e3:f6:82:e3:2c:97:5f:4e:1f:91:94:fa:fe:2c:a3:d8:76:
+         1a:b8:4d:b2:38:4f:9b:fa:1d:48:60:79:26:e2:f3:fd:a9:d0:
+         9a:e8:70:8f:49:7a:d6:e5:bd:0a:0e:db:2d:f3:8d:bf:eb:e3:
+         a4:7d:cb:c7:95:71:e8:da:a3:7c:c5:c2:f8:74:92:04:1b:86:
+         ac:a4:22:53:40:b6:ac:fe:4c:76:cf:fb:94:32:c0:35:9f:76:
+         3f:6e:e5:90:6e:a0:a6:26:a2:b8:2c:be:d1:2b:85:fd:a7:68:
+         c8:ba:01:2b:b1:6c:74:1d:b8:73:95:e7:ee:b7:c7:25:f0:00:
+         4c:00:b2:7e:b6:0b:8b:1c:f3:c0:50:9e:25:b9:e0:08:de:36:
+         66:ff:37:a5:d1:bb:54:64:2c:c9:27:b5:4b:92:7e:65:ff:d3:
+         2d:e1:b9:4e:bc:7f:a4:41:21:90:41:77:a6:39:1f:ea:9e:e3:
+         9f:d0:66:6f:05:ec:aa:76:7e:bf:6b:16:a0:eb:b5:c7:fc:92:
+         54:2f:2b:11:27:25:37:78:4c:51:6a:b0:f3:cc:58:5d:14:f1:
+         6a:48:15:ff:c2:07:b6:b1:8d:0f:8e:5c:50:46:b3:3d:bf:01:
+         98:4f:b2:59:54:47:3e:34:7b:78:6d:56:93:2e:73:ea:66:28:
+         78:cd:1d:14:bf:a0:8f:2f:2e:b8:2e:8e:f2:14:8a:cc:e9:b5:
+         7c:fb:6c:9d:0c:a5:e1:96
+SHA1 Fingerprint=F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC
diff --git a/system/etc/security/cacerts/60afe812.0 b/system/etc/security/cacerts/60afe812.0
new file mode 100644
index 0000000000000000000000000000000000000000..f673145cabb4f0d1450ab9af1516698fcd9ad202
--- /dev/null
+++ b/system/etc/security/cacerts/60afe812.0
@@ -0,0 +1,81 @@
+-----BEGIN CERTIFICATE-----
+MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG
+EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3
+MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl
+cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR
+dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB
+pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM
+b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm
+aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz
+IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
+MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT
+lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz
+AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5
+VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG
+ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2
+BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG
+AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M
+U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh
+bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C
++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC
+bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F
+uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2
+XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 80544274841616 (0x49412ce40010)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=HU, L=Budapest, O=NetLock Kft., OU=Tan\xC3\xBAs\xC3\xADtv\xC3\xA1nykiad\xC3\xB3k (Certification Services), CN=NetLock Arany (Class Gold) F\xC5\x91tan\xC3\xBAs\xC3\xADtv\xC3\xA1ny
+        Validity
+            Not Before: Dec 11 15:08:21 2008 GMT
+            Not After : Dec  6 15:08:21 2028 GMT
+        Subject: C=HU, L=Budapest, O=NetLock Kft., OU=Tan\xC3\xBAs\xC3\xADtv\xC3\xA1nykiad\xC3\xB3k (Certification Services), CN=NetLock Arany (Class Gold) F\xC5\x91tan\xC3\xBAs\xC3\xADtv\xC3\xA1ny
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c4:24:5e:73:be:4b:6d:14:c3:a1:f4:e3:97:90:
+                    6e:d2:30:45:1e:3c:ee:67:d9:64:e0:1a:8a:7f:ca:
+                    30:ca:83:e3:20:c1:e3:f4:3a:d3:94:5f:1a:7c:5b:
+                    6d:bf:30:4f:84:27:f6:9f:1f:49:bc:c6:99:0a:90:
+                    f2:0f:f5:7f:43:84:37:63:51:8b:7a:a5:70:fc:7a:
+                    58:cd:8e:9b:ed:c3:46:6c:84:70:5d:da:f3:01:90:
+                    23:fc:4e:30:a9:7e:e1:27:63:e7:ed:64:3c:a0:b8:
+                    c9:33:63:fe:16:90:ff:b0:b8:fd:d7:a8:c0:c0:94:
+                    43:0b:b6:d5:59:a6:9e:56:d0:24:1f:70:79:af:db:
+                    39:54:0d:65:75:d9:15:41:94:01:af:5e:ec:f6:8d:
+                    f1:ff:ad:64:fe:20:9a:d7:5c:eb:fe:a6:1f:08:64:
+                    a3:8b:76:55:ad:1e:3b:28:60:2e:87:25:e8:aa:af:
+                    1f:c6:64:46:20:b7:70:7f:3c:de:48:db:96:53:b7:
+                    39:77:e4:1a:e2:c7:16:84:76:97:5b:2f:bb:19:15:
+                    85:f8:69:85:f5:99:a7:a9:f2:34:a7:a9:b6:a6:03:
+                    fc:6f:86:3d:54:7c:76:04:9b:6b:f9:40:5d:00:34:
+                    c7:2e:99:75:9d:e5:88:03:aa:4d:f8:03:d2:42:76:
+                    c0:1b
+                Exponent: 43147 (0xa88b)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:4
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                CC:FA:67:93:F0:B6:B8:D0:A5:C0:1E:F3:53:FD:8C:53:DF:83:D7:96
+    Signature Algorithm: sha256WithRSAEncryption
+         ab:7f:ee:1c:16:a9:9c:3c:51:00:a0:c0:11:08:05:a7:99:e6:
+         6f:01:88:54:61:6e:f1:b9:18:ad:4a:ad:fe:81:40:23:94:2f:
+         fb:75:7c:2f:28:4b:62:24:81:82:0b:f5:61:f1:1c:6e:b8:61:
+         38:eb:81:fa:62:a1:3b:5a:62:d3:94:65:c4:e1:e6:6d:82:f8:
+         2f:25:70:b2:21:26:c1:72:51:1f:8c:2c:c3:84:90:c3:5a:8f:
+         ba:cf:f4:a7:65:a5:eb:98:d1:fb:05:b2:46:75:15:23:6a:6f:
+         85:63:30:80:f0:d5:9e:1f:29:1c:c2:6c:b0:50:59:5d:90:5b:
+         3b:a8:0d:30:cf:bf:7d:7f:ce:f1:9d:83:bd:c9:46:6e:20:a6:
+         f9:61:51:ba:21:2f:7b:be:a5:15:63:a1:d4:95:87:f1:9e:b9:
+         f3:89:f3:3d:85:b8:b8:db:be:b5:b9:29:f9:da:37:05:00:49:
+         94:03:84:44:e7:bf:43:31:cf:75:8b:25:d1:f4:a6:64:f5:92:
+         f6:ab:05:eb:3d:e9:a5:0b:36:62:da:cc:06:5f:36:8b:b6:5e:
+         31:b8:2a:fb:5e:f6:71:df:44:26:9e:c4:e6:0d:91:b4:2e:75:
+         95:80:51:6a:4b:30:a6:b0:62:a1:93:f1:9b:d8:ce:c4:63:75:
+         3f:59:47:b1
+SHA1 Fingerprint=06:08:3F:59:3F:15:A1:04:A0:69:A4:6B:A9:03:D0:06:B7:97:09:91
diff --git a/system/etc/security/cacerts/6187b673.0 b/system/etc/security/cacerts/6187b673.0
new file mode 100644
index 0000000000000000000000000000000000000000..7aa79829285b9b2dd1d46e096c071c35f5c85e97
--- /dev/null
+++ b/system/etc/security/cacerts/6187b673.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw
+TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh
+cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4
+WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu
+ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY
+MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc
+h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+
+0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U
+A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW
+T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH
+B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC
+B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv
+KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn
+OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn
+jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw
+qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI
+rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV
+HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq
+hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL
+ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ
+3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK
+NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5
+ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur
+TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC
+jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc
+oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq
+4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA
+mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d
+emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            82:10:cf:b0:d2:40:e3:59:44:63:e0:bb:63:82:8b:00
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=Internet Security Research Group, CN=ISRG Root X1
+        Validity
+            Not Before: Jun  4 11:04:38 2015 GMT
+            Not After : Jun  4 11:04:38 2035 GMT
+        Subject: C=US, O=Internet Security Research Group, CN=ISRG Root X1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:ad:e8:24:73:f4:14:37:f3:9b:9e:2b:57:28:1c:
+                    87:be:dc:b7:df:38:90:8c:6e:3c:e6:57:a0:78:f7:
+                    75:c2:a2:fe:f5:6a:6e:f6:00:4f:28:db:de:68:86:
+                    6c:44:93:b6:b1:63:fd:14:12:6b:bf:1f:d2:ea:31:
+                    9b:21:7e:d1:33:3c:ba:48:f5:dd:79:df:b3:b8:ff:
+                    12:f1:21:9a:4b:c1:8a:86:71:69:4a:66:66:6c:8f:
+                    7e:3c:70:bf:ad:29:22:06:f3:e4:c0:e6:80:ae:e2:
+                    4b:8f:b7:99:7e:94:03:9f:d3:47:97:7c:99:48:23:
+                    53:e8:38:ae:4f:0a:6f:83:2e:d1:49:57:8c:80:74:
+                    b6:da:2f:d0:38:8d:7b:03:70:21:1b:75:f2:30:3c:
+                    fa:8f:ae:dd:da:63:ab:eb:16:4f:c2:8e:11:4b:7e:
+                    cf:0b:e8:ff:b5:77:2e:f4:b2:7b:4a:e0:4c:12:25:
+                    0c:70:8d:03:29:a0:e1:53:24:ec:13:d9:ee:19:bf:
+                    10:b3:4a:8c:3f:89:a3:61:51:de:ac:87:07:94:f4:
+                    63:71:ec:2e:e2:6f:5b:98:81:e1:89:5c:34:79:6c:
+                    76:ef:3b:90:62:79:e6:db:a4:9a:2f:26:c5:d0:10:
+                    e1:0e:de:d9:10:8e:16:fb:b7:f7:a8:f7:c7:e5:02:
+                    07:98:8f:36:08:95:e7:e2:37:96:0d:36:75:9e:fb:
+                    0e:72:b1:1d:9b:bc:03:f9:49:05:d8:81:dd:05:b4:
+                    2a:d6:41:e9:ac:01:76:95:0a:0f:d8:df:d5:bd:12:
+                    1f:35:2f:28:17:6c:d2:98:c1:a8:09:64:77:6e:47:
+                    37:ba:ce:ac:59:5e:68:9d:7f:72:d6:89:c5:06:41:
+                    29:3e:59:3e:dd:26:f5:24:c9:11:a7:5a:a3:4c:40:
+                    1f:46:a1:99:b5:a7:3a:51:6e:86:3b:9e:7d:72:a7:
+                    12:05:78:59:ed:3e:51:78:15:0b:03:8f:8d:d0:2f:
+                    05:b2:3e:7b:4a:1c:4b:73:05:12:fc:c6:ea:e0:50:
+                    13:7c:43:93:74:b3:ca:74:e7:8e:1f:01:08:d0:30:
+                    d4:5b:71:36:b4:07:ba:c1:30:30:5c:48:b7:82:3b:
+                    98:a6:7d:60:8a:a2:a3:29:82:cc:ba:bd:83:04:1b:
+                    a2:83:03:41:a1:d6:05:f1:1b:c2:b6:f0:a8:7c:86:
+                    3b:46:a8:48:2a:88:dc:76:9a:76:bf:1f:6a:a5:3d:
+                    19:8f:eb:38:f3:64:de:c8:2b:0d:0a:28:ff:f7:db:
+                    e2:15:42:d4:22:d0:27:5d:e1:79:fe:18:e7:70:88:
+                    ad:4e:e6:d9:8b:3a:c6:dd:27:51:6e:ff:bc:64:f5:
+                    33:43:4f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                79:B4:59:E6:7B:B6:E5:E4:01:73:80:08:88:C8:1A:58:F6:E9:9B:6E
+    Signature Algorithm: sha256WithRSAEncryption
+         55:1f:58:a9:bc:b2:a8:50:d0:0c:b1:d8:1a:69:20:27:29:08:
+         ac:61:75:5c:8a:6e:f8:82:e5:69:2f:d5:f6:56:4b:b9:b8:73:
+         10:59:d3:21:97:7e:e7:4c:71:fb:b2:d2:60:ad:39:a8:0b:ea:
+         17:21:56:85:f1:50:0e:59:eb:ce:e0:59:e9:ba:c9:15:ef:86:
+         9d:8f:84:80:f6:e4:e9:91:90:dc:17:9b:62:1b:45:f0:66:95:
+         d2:7c:6f:c2:ea:3b:ef:1f:cf:cb:d6:ae:27:f1:a9:b0:c8:ae:
+         fd:7d:7e:9a:fa:22:04:eb:ff:d9:7f:ea:91:2b:22:b1:17:0e:
+         8f:f2:8a:34:5b:58:d8:fc:01:c9:54:b9:b8:26:cc:8a:88:33:
+         89:4c:2d:84:3c:82:df:ee:96:57:05:ba:2c:bb:f7:c4:b7:c7:
+         4e:3b:82:be:31:c8:22:73:73:92:d1:c2:80:a4:39:39:10:33:
+         23:82:4c:3c:9f:86:b2:55:98:1d:be:29:86:8c:22:9b:9e:e2:
+         6b:3b:57:3a:82:70:4d:dc:09:c7:89:cb:0a:07:4d:6c:e8:5d:
+         8e:c9:ef:ce:ab:c7:bb:b5:2b:4e:45:d6:4a:d0:26:cc:e5:72:
+         ca:08:6a:a5:95:e3:15:a1:f7:a4:ed:c9:2c:5f:a5:fb:ff:ac:
+         28:02:2e:be:d7:7b:bb:e3:71:7b:90:16:d3:07:5e:46:53:7c:
+         37:07:42:8c:d3:c4:96:9c:d5:99:b5:2a:e0:95:1a:80:48:ae:
+         4c:39:07:ce:cc:47:a4:52:95:2b:ba:b8:fb:ad:d2:33:53:7d:
+         e5:1d:4d:6d:d5:a1:b1:c7:42:6f:e6:40:27:35:5c:a3:28:b7:
+         07:8d:e7:8d:33:90:e7:23:9f:fb:50:9c:79:6c:46:d5:b4:15:
+         b3:96:6e:7e:9b:0c:96:3a:b8:52:2d:3f:d6:5b:e1:fb:08:c2:
+         84:fe:24:a8:a3:89:da:ac:6a:e1:18:2a:b1:a8:43:61:5b:d3:
+         1f:dc:3b:8d:76:f2:2d:e8:8d:75:df:17:33:6c:3d:53:fb:7b:
+         cb:41:5f:ff:dc:a2:d0:61:38:e1:96:b8:ac:5d:8b:37:d7:75:
+         d5:33:c0:99:11:ae:9d:41:c1:72:75:84:be:02:41:42:5f:67:
+         24:48:94:d1:9b:27:be:07:3f:b9:b8:4f:81:74:51:e1:7a:b7:
+         ed:9d:23:e2:be:e0:d5:28:04:13:3c:31:03:9e:dd:7a:6c:8f:
+         c6:07:18:c6:7f:de:47:8e:3f:28:9e:04:06:cf:a5:54:34:77:
+         bd:ec:89:9b:e9:17:43:df:5b:db:5f:fe:8e:1e:57:a2:cd:40:
+         9d:7e:62:22:da:de:18:27
+SHA1 Fingerprint=CA:BD:2A:79:A1:07:6A:31:F2:1D:25:36:35:CB:03:9D:43:29:A5:E8
diff --git a/system/etc/security/cacerts/63a2c897.0 b/system/etc/security/cacerts/63a2c897.0
new file mode 100644
index 0000000000000000000000000000000000000000..46f7b140d92e49bea8afff456150e1f458f5ef0d
--- /dev/null
+++ b/system/etc/security/cacerts/63a2c897.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw
+NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv
+b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD
+VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2
+MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F
+VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1
+7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X
+Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+
+/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs
+81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm
+dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe
+Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu
+sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4
+pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs
+slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ
+arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD
+VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG
+9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl
+dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx
+0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj
+TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed
+Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7
+Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI
+OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7
+vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW
+t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn
+HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx
+SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            95:be:16:a0:f7:2e:46:f1:7b:39:82:72:fa:8b:cd:96
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: O=TeliaSonera, CN=TeliaSonera Root CA v1
+        Validity
+            Not Before: Oct 18 12:00:50 2007 GMT
+            Not After : Oct 18 12:00:50 2032 GMT
+        Subject: O=TeliaSonera, CN=TeliaSonera Root CA v1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c2:be:eb:27:f0:21:a3:f3:69:26:55:7e:9d:c5:
+                    55:16:91:5c:fd:ef:21:bf:53:80:7a:2d:d2:91:8c:
+                    63:31:f0:ec:24:f0:c3:a5:d2:72:7c:10:6d:f4:37:
+                    b7:e5:e6:7c:79:ea:8c:b5:82:8b:ae:48:b6:ac:00:
+                    dc:65:75:ec:2a:4d:5f:c1:87:f5:20:65:2b:81:a8:
+                    47:3e:89:23:95:30:16:90:7f:e8:57:07:48:e7:19:
+                    ae:bf:45:67:b1:37:1b:06:2a:fe:de:f9:ac:7d:83:
+                    fb:5e:ba:e4:8f:97:67:be:4b:8e:8d:64:07:57:38:
+                    55:69:34:36:3d:13:48:ef:4f:e2:d3:66:1e:a4:cf:
+                    1a:b7:5e:36:33:d4:b4:06:bd:18:01:fd:77:84:50:
+                    00:45:f5:8c:5d:e8:23:bc:7e:fe:35:e1:ed:50:7b:
+                    a9:30:8d:19:d3:09:8e:68:67:5d:bf:3c:97:18:53:
+                    bb:29:62:c5:ca:5e:72:c1:c7:96:d4:db:2d:a0:b4:
+                    1f:69:03:ec:ea:e2:50:f1:0c:3c:f0:ac:f3:53:2d:
+                    f0:1c:f5:ed:6c:39:39:73:80:16:c8:52:b0:23:cd:
+                    e0:3e:dc:dd:3c:47:a0:bb:35:8a:e2:98:68:8b:be:
+                    e5:bf:72:ee:d2:fa:a5:ed:12:ed:fc:98:18:a9:26:
+                    76:dc:28:4b:10:20:1c:d3:7f:16:77:2d:ed:6f:80:
+                    f7:49:bb:53:05:bb:5d:68:c7:d4:c8:75:16:3f:89:
+                    5a:8b:f7:17:47:d4:4c:f1:d2:89:79:3e:4d:3d:98:
+                    a8:61:de:3a:1e:d2:f8:5e:03:e0:c1:c9:1c:8c:d3:
+                    8d:4d:d3:95:36:b3:37:5f:63:63:9b:33:14:f0:2d:
+                    26:6b:53:7c:89:8c:32:c2:6e:ec:3d:21:00:39:c9:
+                    a1:68:e2:50:83:2e:b0:3a:2b:f3:36:a0:ac:2f:e4:
+                    6f:61:c2:51:09:39:3e:8b:53:b9:bb:67:da:dc:53:
+                    b9:76:59:36:9d:43:e5:20:e0:3d:32:60:85:22:51:
+                    b7:c7:33:bb:dd:15:2f:a4:78:a6:07:7b:81:46:36:
+                    04:86:dd:79:35:c7:95:2c:3b:b0:a3:17:35:e5:73:
+                    1f:b4:5c:59:ef:da:ea:10:65:7b:7a:d0:7f:9f:b3:
+                    b4:2a:37:3b:70:8b:9b:5b:b9:2b:b7:ec:b2:51:12:
+                    97:53:29:5a:d4:f0:12:10:dc:4f:02:bb:12:92:2f:
+                    62:d4:3f:69:43:7c:0d:d6:fc:58:75:01:88:9d:58:
+                    16:4b:de:ba:90:ff:47:01:89:06:6a:f6:5f:b2:90:
+                    6a:b3:02:a6:02:88:bf:b3:47:7e:2a:d9:d5:fa:68:
+                    78:35:4d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                F0:8F:59:38:00:B3:F5:8F:9A:96:0C:D5:EB:FA:7B:AA:17:E8:13:12
+    Signature Algorithm: sha1WithRSAEncryption
+         be:e4:5c:62:4e:24:f4:0c:08:ff:f0:d3:0c:68:e4:93:49:22:
+         3f:44:27:6f:bb:6d:de:83:66:ce:a8:cc:0d:fc:f5:9a:06:e5:
+         77:14:91:eb:9d:41:7b:99:2a:84:e5:ff:fc:21:c1:5d:f0:e4:
+         1f:57:b7:75:a9:a1:5f:02:26:ff:d7:c7:f7:4e:de:4f:f8:f7:
+         1c:46:c0:7a:4f:40:2c:22:35:f0:19:b1:d0:6b:67:2c:b0:a8:
+         e0:c0:40:37:35:f6:84:5c:5c:e3:af:42:78:fe:a7:c9:0d:50:
+         ea:0d:84:76:f6:51:ef:83:53:c6:7a:ff:0e:56:49:2e:8f:7a:
+         d6:0c:e6:27:54:e3:4d:0a:60:72:62:cd:91:07:d6:a5:bf:c8:
+         99:6b:ed:c4:19:e6:ab:4c:11:38:c5:6f:31:e2:6e:49:c8:3f:
+         76:80:26:03:26:29:e0:36:f6:f6:20:53:e3:17:70:34:17:9d:
+         63:68:1e:6b:ec:c3:4d:86:b8:13:30:2f:5d:46:0d:47:43:d5:
+         1b:aa:59:0e:b9:5c:8d:06:48:ad:74:87:5f:c7:fc:31:54:41:
+         13:e2:c7:21:0e:9e:e0:1e:0d:e1:c0:7b:43:85:90:c5:8a:58:
+         c6:65:0a:78:57:f2:c6:23:0f:01:d9:20:4b:de:0f:fb:92:85:
+         75:2a:5c:73:8d:6d:7b:25:91:ca:ee:45:ae:06:4b:00:cc:d3:
+         b1:59:50:da:3a:88:3b:29:43:46:5e:97:2b:54:ce:53:6f:8d:
+         4a:e7:96:fa:bf:71:0e:42:8b:7c:fd:28:a0:d0:48:ca:da:c4:
+         81:4c:bb:a2:73:93:26:c8:eb:0c:d6:26:88:b6:c0:24:cf:bb:
+         bd:5b:eb:75:7d:e9:08:8e:86:33:2c:79:77:09:69:a5:89:fc:
+         b3:70:90:87:76:8f:d3:22:bb:42:ce:bd:73:0b:20:26:2a:d0:
+         9b:3d:70:1e:24:6c:cd:87:76:a9:17:96:b7:cf:0d:92:fb:8e:
+         18:a9:98:49:d1:9e:fe:60:44:72:21:b9:19:ed:c2:f5:31:f1:
+         39:48:88:90:24:75:54:16:ad:ce:f4:f8:69:14:64:39:fb:a3:
+         b8:ba:70:40:c7:27:1c:bf:c4:56:53:fa:63:65:d0:f3:1c:0e:
+         16:f5:6b:86:58:4d:18:d4:e4:0d:8e:a5:9d:5b:91:dc:76:24:
+         50:3f:c6:2a:fb:d9:b7:9c:b5:d6:e6:d0:d9:e8:19:8b:15:71:
+         48:ad:b7:ea:d8:59:88:d4:90:bf:16:b3:d9:e9:ac:59:61:54:
+         c8:1c:ba:ca:c1:ca:e1:b9:20:4c:8f:3a:93:89:a5:a0:cc:bf:
+         d3:f6:75:a4:75:96:6d:56
+SHA1 Fingerprint=43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37
diff --git a/system/etc/security/cacerts/67495436.0 b/system/etc/security/cacerts/67495436.0
new file mode 100644
index 0000000000000000000000000000000000000000..23a6ebe6b55f1e84b3ebf7c73dfb161082b13ff3
--- /dev/null
+++ b/system/etc/security/cacerts/67495436.0
@@ -0,0 +1,83 @@
+-----BEGIN CERTIFICATE-----
+MIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB
+rjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf
+Q2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw
+MDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV
+BAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa
+Fw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl
+LCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u
+MTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl
+ZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz
+MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm
+gcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8
+YZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf
+b1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9
+9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S
+zhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk
+OQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV
+HQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA
+2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW
+oCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu
+t8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c
+KUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM
+m7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu
+MdRAGmI0Nj81Aa6sY6A=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            60:01:97:b7:46:a7:ea:b4:b4:9a:d6:4b:2f:f7:90:fb
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2008 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G3
+        Validity
+            Not Before: Apr  2 00:00:00 2008 GMT
+            Not After : Dec  1 23:59:59 2037 GMT
+        Subject: C=US, O=thawte, Inc., OU=Certification Services Division, OU=(c) 2008 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b2:bf:27:2c:fb:db:d8:5b:dd:78:7b:1b:9e:77:
+                    66:81:cb:3e:bc:7c:ae:f3:a6:27:9a:34:a3:68:31:
+                    71:38:33:62:e4:f3:71:66:79:b1:a9:65:a3:a5:8b:
+                    d5:8f:60:2d:3f:42:cc:aa:6b:32:c0:23:cb:2c:41:
+                    dd:e4:df:fc:61:9c:e2:73:b2:22:95:11:43:18:5f:
+                    c4:b6:1f:57:6c:0a:05:58:22:c8:36:4c:3a:7c:a5:
+                    d1:cf:86:af:88:a7:44:02:13:74:71:73:0a:42:59:
+                    02:f8:1b:14:6b:42:df:6f:5f:ba:6b:82:a2:9d:5b:
+                    e7:4a:bd:1e:01:72:db:4b:74:e8:3b:7f:7f:7d:1f:
+                    04:b4:26:9b:e0:b4:5a:ac:47:3d:55:b8:d7:b0:26:
+                    52:28:01:31:40:66:d8:d9:24:bd:f6:2a:d8:ec:21:
+                    49:5c:9b:f6:7a:e9:7f:55:35:7e:96:6b:8d:93:93:
+                    27:cb:92:bb:ea:ac:40:c0:9f:c2:f8:80:cf:5d:f4:
+                    5a:dc:ce:74:86:a6:3e:6c:0b:53:ca:bd:92:ce:19:
+                    06:72:e6:0c:5c:38:69:c7:04:d6:bc:6c:ce:5b:f6:
+                    f7:68:9c:dc:25:15:48:88:a1:e9:a9:f8:98:9c:e0:
+                    f3:d5:31:28:61:11:6c:67:96:8d:39:99:cb:c2:45:
+                    24:39
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                AD:6C:AA:94:60:9C:ED:E4:FF:FA:3E:0A:74:2B:63:03:F7:B6:59:BF
+    Signature Algorithm: sha256WithRSAEncryption
+         1a:40:d8:95:65:ac:09:92:89:c6:39:f4:10:e5:a9:0e:66:53:
+         5d:78:de:fa:24:91:bb:e7:44:51:df:c6:16:34:0a:ef:6a:44:
+         51:ea:2b:07:8a:03:7a:c3:eb:3f:0a:2c:52:16:a0:2b:43:b9:
+         25:90:3f:70:a9:33:25:6d:45:1a:28:3b:27:cf:aa:c3:29:42:
+         1b:df:3b:4c:c0:33:34:5b:41:88:bf:6b:2b:65:af:28:ef:b2:
+         f5:c3:aa:66:ce:7b:56:ee:b7:c8:cb:67:c1:c9:9c:1a:18:b8:
+         c4:c3:49:03:f1:60:0e:50:cd:46:c5:f3:77:79:f7:b6:15:e0:
+         38:db:c7:2f:28:a0:0c:3f:77:26:74:d9:25:12:da:31:da:1a:
+         1e:dc:29:41:91:22:3c:69:a7:bb:02:f2:b6:5c:27:03:89:f4:
+         06:ea:9b:e4:72:82:e3:a1:09:c1:e9:00:19:d3:3e:d4:70:6b:
+         ba:71:a6:aa:58:ae:f4:bb:e9:6c:b6:ef:87:cc:9b:bb:ff:39:
+         e6:56:61:d3:0a:a7:c4:5c:4c:60:7b:05:77:26:7a:bf:d8:07:
+         52:2c:62:f7:70:63:d9:39:bc:6f:1c:c2:79:dc:76:29:af:ce:
+         c5:2c:64:04:5e:88:36:6e:31:d4:40:1a:62:34:36:3f:35:01:
+         ae:ac:63:a0
+SHA1 Fingerprint=F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2
diff --git a/system/etc/security/cacerts/69105f4f.0 b/system/etc/security/cacerts/69105f4f.0
new file mode 100644
index 0000000000000000000000000000000000000000..a9364ac2f46cd829d1514f86f9a3e4a4010f6afa
--- /dev/null
+++ b/system/etc/security/cacerts/69105f4f.0
@@ -0,0 +1,83 @@
+-----BEGIN CERTIFICATE-----
+MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv
+b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl
+cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi
+MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c
+JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP
+mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+
+wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4
+VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/
+AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB
+AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW
+BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun
+pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC
+dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf
+fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm
+NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx
+H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe
++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0c:e7:e0:e5:17:d8:46:fe:8f:e5:60:fc:1b:f0:30:39
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
+        Validity
+            Not Before: Nov 10 00:00:00 2006 GMT
+            Not After : Nov 10 00:00:00 2031 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ad:0e:15:ce:e4:43:80:5c:b1:87:f3:b7:60:f9:
+                    71:12:a5:ae:dc:26:94:88:aa:f4:ce:f5:20:39:28:
+                    58:60:0c:f8:80:da:a9:15:95:32:61:3c:b5:b1:28:
+                    84:8a:8a:dc:9f:0a:0c:83:17:7a:8f:90:ac:8a:e7:
+                    79:53:5c:31:84:2a:f6:0f:98:32:36:76:cc:de:dd:
+                    3c:a8:a2:ef:6a:fb:21:f2:52:61:df:9f:20:d7:1f:
+                    e2:b1:d9:fe:18:64:d2:12:5b:5f:f9:58:18:35:bc:
+                    47:cd:a1:36:f9:6b:7f:d4:b0:38:3e:c1:1b:c3:8c:
+                    33:d9:d8:2f:18:fe:28:0f:b3:a7:83:d6:c3:6e:44:
+                    c0:61:35:96:16:fe:59:9c:8b:76:6d:d7:f1:a2:4b:
+                    0d:2b:ff:0b:72:da:9e:60:d0:8e:90:35:c6:78:55:
+                    87:20:a1:cf:e5:6d:0a:c8:49:7c:31:98:33:6c:22:
+                    e9:87:d0:32:5a:a2:ba:13:82:11:ed:39:17:9d:99:
+                    3a:72:a1:e6:fa:a4:d9:d5:17:31:75:ae:85:7d:22:
+                    ae:3f:01:46:86:f6:28:79:c8:b1:da:e4:57:17:c4:
+                    7e:1c:0e:b0:b4:92:a6:56:b3:bd:b2:97:ed:aa:a7:
+                    f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18:
+                    77:4f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
+            X509v3 Authority Key Identifier: 
+                keyid:45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
+
+    Signature Algorithm: sha1WithRSAEncryption
+         a2:0e:bc:df:e2:ed:f0:e3:72:73:7a:64:94:bf:f7:72:66:d8:
+         32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14:
+         28:b9:0d:97:60:5c:12:4c:58:e4:d3:3d:83:49:45:58:97:35:
+         69:1a:a8:47:ea:56:c6:79:ab:12:d8:67:81:84:df:7f:09:3c:
+         94:e6:b8:26:2c:20:bd:3d:b3:28:89:f7:5f:ff:22:e2:97:84:
+         1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26:
+         ed:78:be:7d:3f:2b:f3:b7:26:35:6d:5f:89:01:b6:49:5b:9f:
+         01:05:9b:ab:3d:25:c1:cc:b6:7f:c2:f1:6f:86:c6:fa:64:68:
+         eb:81:2d:94:eb:42:b7:fa:8c:1e:dd:62:f1:be:50:67:b7:6c:
+         bd:f3:f1:1f:6b:0c:36:07:16:7f:37:7c:a9:5b:6d:7a:f1:12:
+         46:60:83:d7:27:04:be:4b:ce:97:be:c3:67:2a:68:11:df:80:
+         e7:0c:33:66:bf:13:0d:14:6e:f3:7f:1f:63:10:1e:fa:8d:1b:
+         25:6d:6c:8f:a5:b7:61:01:b1:d2:a3:26:a1:10:71:9d:ad:e2:
+         c3:f9:c3:99:51:b7:2b:07:08:ce:2e:e6:50:b2:a7:fa:0a:45:
+         2f:a2:f0:f2
+SHA1 Fingerprint=05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
diff --git a/system/etc/security/cacerts/6e8bf996.0 b/system/etc/security/cacerts/6e8bf996.0
new file mode 100644
index 0000000000000000000000000000000000000000..d39b2a260b85b0e73dde56d018b93f66656794b3
--- /dev/null
+++ b/system/etc/security/cacerts/6e8bf996.0
@@ -0,0 +1,72 @@
+-----BEGIN CERTIFICATE-----
+MIIDDDCCAfSgAwIBAgIDAQAgMA0GCSqGSIb3DQEBBQUAMD4xCzAJBgNVBAYTAlBM
+MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD
+QTAeFw0wMjA2MTExMDQ2MzlaFw0yNzA2MTExMDQ2MzlaMD4xCzAJBgNVBAYTAlBM
+MRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD
+QTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6xwS7TT3zNJc4YPk/E
+jG+AanPIW1H4m9LcuwBcsaD8dQPugfCI7iNS6eYVM42sLQnFdvkrOYCJ5JdLkKWo
+ePhzQ3ukYbDYWMzhbGZ+nPMJXlVjhNWo7/OxLjBos8Q82KxujZlakE403Daaj4GI
+ULdtlkIJ89eVgw1BS7Bqa/j8D35in2fE7SZfECYPCE/wpFcozo+47UX2bu4lXapu
+Ob7kky/ZR6By6/qmW6/KUz/iDsaWVhFu9+lmqSbYf5VT7QqFiLpPKaVCjF62/IUg
+AKpoC6EahQGcxEZjgoi2IrHu/qpGWX7PNSzVttpd90gzFFS269lvzs2I1qsb2pY7
+HVkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEA
+uI3O7+cUus/usESSbLQ5PqKEbq24IXfS1HeCh+YgQYHu4vgRt2PRFze+GXYkHAQa
+TOs9qmdvLdTN/mUxcMUbpgIKumB7bVjCmkn+YzILa+M6wKyrO7Do0wlRjBCDxjTg
+xSvgGrZgFCdsMneMvLJymM/NzD+5yCRCFNZX/OYmQ6kd5YCQzgNUKD73P9P4Te1q
+CjqTE5s7FCMTY5w/0YcneeVMUeMBrYVdGjux1XMQpNPyvG5k9VpWkKjHDkx0Dy5x
+O/fIR/RpbxXyEV6DHpx8Uq79AtoSqFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs
+6GAqm4VKQPNriiTsBhYscw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 65568 (0x10020)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=PL, O=Unizeto Sp. z o.o., CN=Certum CA
+        Validity
+            Not Before: Jun 11 10:46:39 2002 GMT
+            Not After : Jun 11 10:46:39 2027 GMT
+        Subject: C=PL, O=Unizeto Sp. z o.o., CN=Certum CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ce:b1:c1:2e:d3:4f:7c:cd:25:ce:18:3e:4f:c4:
+                    8c:6f:80:6a:73:c8:5b:51:f8:9b:d2:dc:bb:00:5c:
+                    b1:a0:fc:75:03:ee:81:f0:88:ee:23:52:e9:e6:15:
+                    33:8d:ac:2d:09:c5:76:f9:2b:39:80:89:e4:97:4b:
+                    90:a5:a8:78:f8:73:43:7b:a4:61:b0:d8:58:cc:e1:
+                    6c:66:7e:9c:f3:09:5e:55:63:84:d5:a8:ef:f3:b1:
+                    2e:30:68:b3:c4:3c:d8:ac:6e:8d:99:5a:90:4e:34:
+                    dc:36:9a:8f:81:88:50:b7:6d:96:42:09:f3:d7:95:
+                    83:0d:41:4b:b0:6a:6b:f8:fc:0f:7e:62:9f:67:c4:
+                    ed:26:5f:10:26:0f:08:4f:f0:a4:57:28:ce:8f:b8:
+                    ed:45:f6:6e:ee:25:5d:aa:6e:39:be:e4:93:2f:d9:
+                    47:a0:72:eb:fa:a6:5b:af:ca:53:3f:e2:0e:c6:96:
+                    56:11:6e:f7:e9:66:a9:26:d8:7f:95:53:ed:0a:85:
+                    88:ba:4f:29:a5:42:8c:5e:b6:fc:85:20:00:aa:68:
+                    0b:a1:1a:85:01:9c:c4:46:63:82:88:b6:22:b1:ee:
+                    fe:aa:46:59:7e:cf:35:2c:d5:b6:da:5d:f7:48:33:
+                    14:54:b6:eb:d9:6f:ce:cd:88:d6:ab:1b:da:96:3b:
+                    1d:59
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         b8:8d:ce:ef:e7:14:ba:cf:ee:b0:44:92:6c:b4:39:3e:a2:84:
+         6e:ad:b8:21:77:d2:d4:77:82:87:e6:20:41:81:ee:e2:f8:11:
+         b7:63:d1:17:37:be:19:76:24:1c:04:1a:4c:eb:3d:aa:67:6f:
+         2d:d4:cd:fe:65:31:70:c5:1b:a6:02:0a:ba:60:7b:6d:58:c2:
+         9a:49:fe:63:32:0b:6b:e3:3a:c0:ac:ab:3b:b0:e8:d3:09:51:
+         8c:10:83:c6:34:e0:c5:2b:e0:1a:b6:60:14:27:6c:32:77:8c:
+         bc:b2:72:98:cf:cd:cc:3f:b9:c8:24:42:14:d6:57:fc:e6:26:
+         43:a9:1d:e5:80:90:ce:03:54:28:3e:f7:3f:d3:f8:4d:ed:6a:
+         0a:3a:93:13:9b:3b:14:23:13:63:9c:3f:d1:87:27:79:e5:4c:
+         51:e3:01:ad:85:5d:1a:3b:b1:d5:73:10:a4:d3:f2:bc:6e:64:
+         f5:5a:56:90:a8:c7:0e:4c:74:0f:2e:71:3b:f7:c8:47:f4:69:
+         6f:15:f2:11:5e:83:1e:9c:7c:52:ae:fd:02:da:12:a8:59:67:
+         18:db:bc:70:dd:9b:b1:69:ed:80:ce:89:40:48:6a:0e:35:ca:
+         29:66:15:21:94:2c:e8:60:2a:9b:85:4a:40:f3:6b:8a:24:ec:
+         06:16:2c:73
+SHA1 Fingerprint=62:52:DC:40:F7:11:43:A2:2F:DE:9E:F7:34:8E:06:42:51:B1:81:18
diff --git a/system/etc/security/cacerts/6fcc125d.0 b/system/etc/security/cacerts/6fcc125d.0
new file mode 100644
index 0000000000000000000000000000000000000000..60564f32a62ef6011d22b4052c16ae59e2198964
--- /dev/null
+++ b/system/etc/security/cacerts/6fcc125d.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBr
+MQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRl
+cm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv
+bW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2WhcNMjIwNjI0MDAxNjEyWjBrMQsw
+CQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5h
+dGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1l
+cmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h
+2mCxlCfLF9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4E
+lpF7sDPwsRROEW+1QK8bRaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdV
+ZqW1LS7YgFmypw23RuwhY/81q6UCzyr0TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq
+299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI/k4+oKsGGelT84ATB+0t
+vz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzsGHxBvfaL
+dXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD
+AgEGMB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUF
+AAOCAQEAX/FBfXxcCLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcR
+zCSs00Rsca4BIGsDoo8Ytyk6feUWYFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3
+LBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pzzkWKsKZJ/0x9nXGIxHYdkFsd
+7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBuYQa7FkKMcPcw
+++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt
+398znM/jra6O1I7mT1GvFpLgXPYHDw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            13:86:35:4d:1d:3f:06:f2:c1:f9:65:05:d5:90:1c:62
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
+        Validity
+            Not Before: Jun 26 02:18:36 2002 GMT
+            Not After : Jun 24 00:16:12 2022 GMT
+        Subject: C=US, O=VISA, OU=Visa International Service Association, CN=Visa eCommerce Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:af:57:de:56:1e:6e:a1:da:60:b1:94:27:cb:17:
+                    db:07:3f:80:85:4f:c8:9c:b6:d0:f4:6f:4f:cf:99:
+                    d8:e1:db:c2:48:5c:3a:ac:39:33:c7:1f:6a:8b:26:
+                    3d:2b:35:f5:48:b1:91:c1:02:4e:04:96:91:7b:b0:
+                    33:f0:b1:14:4e:11:6f:b5:40:af:1b:45:a5:4a:ef:
+                    7e:b6:ac:f2:a0:1f:58:3f:12:46:60:3c:8d:a1:e0:
+                    7d:cf:57:3e:33:1e:fb:47:f1:aa:15:97:07:55:66:
+                    a5:b5:2d:2e:d8:80:59:b2:a7:0d:b7:46:ec:21:63:
+                    ff:35:ab:a5:02:cf:2a:f4:4c:fe:7b:f5:94:5d:84:
+                    4d:a8:f2:60:8f:db:0e:25:3c:9f:73:71:cf:94:df:
+                    4a:ea:db:df:72:38:8c:f3:96:bd:f1:17:bc:d2:ba:
+                    3b:45:5a:c6:a7:f6:c6:17:8b:01:9d:fc:19:a8:2a:
+                    83:16:b8:3a:48:fe:4e:3e:a0:ab:06:19:e9:53:f3:
+                    80:13:07:ed:2d:bf:3f:0a:3c:55:20:39:2c:2c:00:
+                    69:74:95:4a:bc:20:b2:a9:79:e5:18:89:91:a8:dc:
+                    1c:4d:ef:bb:7e:37:0b:5d:fe:39:a5:88:52:8c:00:
+                    6c:ec:18:7c:41:bd:f6:8b:75:77:ba:60:9d:84:e7:
+                    fe:2d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                15:38:83:0F:3F:2C:3F:70:33:1E:CD:46:FE:07:8C:20:E0:D7:C3:B7
+    Signature Algorithm: sha1WithRSAEncryption
+         5f:f1:41:7d:7c:5c:08:b9:2b:e0:d5:92:47:fa:67:5c:a5:13:
+         c3:03:21:9b:2b:4c:89:46:cf:59:4d:c9:fe:a5:40:b6:63:cd:
+         dd:71:28:95:67:11:cc:24:ac:d3:44:6c:71:ae:01:20:6b:03:
+         a2:8f:18:b7:29:3a:7d:e5:16:60:53:78:3c:c0:af:15:83:f7:
+         8f:52:33:24:bd:64:93:97:ee:8b:f7:db:18:a8:6d:71:b3:f7:
+         2c:17:d0:74:25:69:f7:fe:6b:3c:94:be:4d:4b:41:8c:4e:e2:
+         73:d0:e3:90:22:73:43:cd:f3:ef:ea:73:ce:45:8a:b0:a6:49:
+         ff:4c:7d:9d:71:88:c4:76:1d:90:5b:1d:ee:fd:cc:f7:ee:fd:
+         60:a5:b1:7a:16:71:d1:16:d0:7c:12:3c:6c:69:97:db:ae:5f:
+         39:9a:70:2f:05:3c:19:46:04:99:20:36:d0:60:6e:61:06:bb:
+         16:42:8c:70:f7:30:fb:e0:db:66:a3:00:01:bd:e6:2c:da:91:
+         5f:a0:46:8b:4d:6a:9c:3d:3d:dd:05:46:fe:76:bf:a0:0a:3c:
+         e4:00:e6:27:b7:ff:84:2d:de:ba:22:27:96:10:71:eb:22:ed:
+         df:df:33:9c:cf:e3:ad:ae:8e:d4:8e:e6:4f:51:af:16:92:e0:
+         5c:f6:07:0f
+SHA1 Fingerprint=70:17:9B:86:8C:00:A4:FA:60:91:52:22:3F:9F:3E:32:BD:E0:05:62
diff --git a/system/etc/security/cacerts/75680d2e.0 b/system/etc/security/cacerts/75680d2e.0
new file mode 100644
index 0000000000000000000000000000000000000000..59329ba860c12681ac2c81f5f83a00f3ca523f8d
--- /dev/null
+++ b/system/etc/security/cacerts/75680d2e.0
@@ -0,0 +1,90 @@
+-----BEGIN CERTIFICATE-----
+MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb
+MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow
+GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj
+YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL
+MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
+BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM
+GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP
+ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua
+BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe
+3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4
+YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR
+rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm
+ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU
+oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF
+MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v
+QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t
+b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF
+AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q
+GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz
+Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2
+G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi
+l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3
+smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
+        Validity
+            Not Before: Jan  1 00:00:00 2004 GMT
+            Not After : Dec 31 23:59:59 2028 GMT
+        Subject: C=GB, ST=Greater Manchester, L=Salford, O=Comodo CA Limited, CN=AAA Certificate Services
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:be:40:9d:f4:6e:e1:ea:76:87:1c:4d:45:44:8e:
+                    be:46:c8:83:06:9d:c1:2a:fe:18:1f:8e:e4:02:fa:
+                    f3:ab:5d:50:8a:16:31:0b:9a:06:d0:c5:70:22:cd:
+                    49:2d:54:63:cc:b6:6e:68:46:0b:53:ea:cb:4c:24:
+                    c0:bc:72:4e:ea:f1:15:ae:f4:54:9a:12:0a:c3:7a:
+                    b2:33:60:e2:da:89:55:f3:22:58:f3:de:dc:cf:ef:
+                    83:86:a2:8c:94:4f:9f:68:f2:98:90:46:84:27:c7:
+                    76:bf:e3:cc:35:2c:8b:5e:07:64:65:82:c0:48:b0:
+                    a8:91:f9:61:9f:76:20:50:a8:91:c7:66:b5:eb:78:
+                    62:03:56:f0:8a:1a:13:ea:31:a3:1e:a0:99:fd:38:
+                    f6:f6:27:32:58:6f:07:f5:6b:b8:fb:14:2b:af:b7:
+                    aa:cc:d6:63:5f:73:8c:da:05:99:a8:38:a8:cb:17:
+                    78:36:51:ac:e9:9e:f4:78:3a:8d:cf:0f:d9:42:e2:
+                    98:0c:ab:2f:9f:0e:01:de:ef:9f:99:49:f1:2d:df:
+                    ac:74:4d:1b:98:b5:47:c5:e5:29:d1:f9:90:18:c7:
+                    62:9c:be:83:c7:26:7b:3e:8a:25:c7:c0:dd:9d:e6:
+                    35:68:10:20:9d:8f:d8:de:d2:c3:84:9c:0d:5e:e8:
+                    2f:c9
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                A0:11:0A:23:3E:96:F1:07:EC:E2:AF:29:EF:82:A5:7F:D0:30:A4:B4
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.comodoca.com/AAACertificateServices.crl
+
+                Full Name:
+                  URI:http://crl.comodo.net/AAACertificateServices.crl
+
+    Signature Algorithm: sha1WithRSAEncryption
+         08:56:fc:02:f0:9b:e8:ff:a4:fa:d6:7b:c6:44:80:ce:4f:c4:
+         c5:f6:00:58:cc:a6:b6:bc:14:49:68:04:76:e8:e6:ee:5d:ec:
+         02:0f:60:d6:8d:50:18:4f:26:4e:01:e3:e6:b0:a5:ee:bf:bc:
+         74:54:41:bf:fd:fc:12:b8:c7:4f:5a:f4:89:60:05:7f:60:b7:
+         05:4a:f3:f6:f1:c2:bf:c4:b9:74:86:b6:2d:7d:6b:cc:d2:f3:
+         46:dd:2f:c6:e0:6a:c3:c3:34:03:2c:7d:96:dd:5a:c2:0e:a7:
+         0a:99:c1:05:8b:ab:0c:2f:f3:5c:3a:cf:6c:37:55:09:87:de:
+         53:40:6c:58:ef:fc:b6:ab:65:6e:04:f6:1b:dc:3c:e0:5a:15:
+         c6:9e:d9:f1:59:48:30:21:65:03:6c:ec:e9:21:73:ec:9b:03:
+         a1:e0:37:ad:a0:15:18:8f:fa:ba:02:ce:a7:2c:a9:10:13:2c:
+         d4:e5:08:26:ab:22:97:60:f8:90:5e:74:d4:a2:9a:53:bd:f2:
+         a9:68:e0:a2:6e:c2:d7:6c:b1:a3:0f:9e:bf:eb:68:e7:56:f2:
+         ae:f2:e3:2b:38:3a:09:81:b5:6b:85:d7:be:2d:ed:3f:1a:b7:
+         b2:63:e2:f5:62:2c:82:d4:6a:00:41:50:f1:39:83:9f:95:e9:
+         36:96:98:6e
+SHA1 Fingerprint=D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49
diff --git a/system/etc/security/cacerts/76579174.0 b/system/etc/security/cacerts/76579174.0
new file mode 100644
index 0000000000000000000000000000000000000000..9672db2c2f510745d59a8489fc05102f134bf56c
--- /dev/null
+++ b/system/etc/security/cacerts/76579174.0
@@ -0,0 +1,92 @@
+-----BEGIN CERTIFICATE-----
+MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB
+gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk
+MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY
+UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx
+NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3
+dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy
+dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB
+dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6
+38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP
+KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q
+DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4
+qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa
+JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi
+PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P
+BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs
+jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0
+eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD
+ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR
+vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt
+qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa
+IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy
+i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ
+O+7ETPTsJ3xCwnR8gooJybQDJbw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            50:94:6c:ec:18:ea:d5:9c:4d:d5:97:ef:75:8f:a0:ad
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
+        Validity
+            Not Before: Nov  1 17:14:04 2004 GMT
+            Not After : Jan  1 05:37:19 2035 GMT
+        Subject: C=US, OU=www.xrampsecurity.com, O=XRamp Security Services Inc, CN=XRamp Global Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:98:24:1e:bd:15:b4:ba:df:c7:8c:a5:27:b6:38:
+                    0b:69:f3:b6:4e:a8:2c:2e:21:1d:5c:44:df:21:5d:
+                    7e:23:74:fe:5e:7e:b4:4a:b7:a6:ad:1f:ae:e0:06:
+                    16:e2:9b:5b:d9:67:74:6b:5d:80:8f:29:9d:86:1b:
+                    d9:9c:0d:98:6d:76:10:28:58:e4:65:b0:7f:4a:98:
+                    79:9f:e0:c3:31:7e:80:2b:b5:8c:c0:40:3b:11:86:
+                    d0:cb:a2:86:36:60:a4:d5:30:82:6d:d9:6e:d0:0f:
+                    12:04:33:97:5f:4f:61:5a:f0:e4:f9:91:ab:e7:1d:
+                    3b:bc:e8:cf:f4:6b:2d:34:7c:e2:48:61:1c:8e:f3:
+                    61:44:cc:6f:a0:4a:a9:94:b0:4d:da:e7:a9:34:7a:
+                    72:38:a8:41:cc:3c:94:11:7d:eb:c8:a6:8c:b7:86:
+                    cb:ca:33:3b:d9:3d:37:8b:fb:7a:3e:86:2c:e7:73:
+                    d7:0a:57:ac:64:9b:19:eb:f4:0f:04:08:8a:ac:03:
+                    17:19:64:f4:5a:25:22:8d:34:2c:b2:f6:68:1d:12:
+                    6d:d3:8a:1e:14:da:c4:8f:a6:e2:23:85:d5:7a:0d:
+                    bd:6a:e0:e9:ec:ec:17:bb:42:1b:67:aa:25:ed:45:
+                    83:21:fc:c1:c9:7c:d5:62:3e:fa:f2:c5:2d:d3:fd:
+                    d4:65
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            1.3.6.1.4.1.311.20.2: 
+                ...C.A
+            X509v3 Key Usage: 
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                C6:4F:A2:3D:06:63:84:09:9C:CE:62:E4:04:AC:8D:5C:B5:E9:B6:1B
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.xrampsecurity.com/XGCA.crl
+
+            1.3.6.1.4.1.311.21.1: 
+                ...
+    Signature Algorithm: sha1WithRSAEncryption
+         91:15:39:03:01:1b:67:fb:4a:1c:f9:0a:60:5b:a1:da:4d:97:
+         62:f9:24:53:27:d7:82:64:4e:90:2e:c3:49:1b:2b:9a:dc:fc:
+         a8:78:67:35:f1:1d:f0:11:bd:b7:48:e3:10:f6:0d:df:3f:d2:
+         c9:b6:aa:55:a4:48:ba:02:db:de:59:2e:15:5b:3b:9d:16:7d:
+         47:d7:37:ea:5f:4d:76:12:36:bb:1f:d7:a1:81:04:46:20:a3:
+         2c:6d:a9:9e:01:7e:3f:29:ce:00:93:df:fd:c9:92:73:89:89:
+         64:9e:e7:2b:e4:1c:91:2c:d2:b9:ce:7d:ce:6f:31:99:d3:e6:
+         be:d2:1e:90:f0:09:14:79:5c:23:ab:4d:d2:da:21:1f:4d:99:
+         79:9d:e1:cf:27:9f:10:9b:1c:88:0d:b0:8a:64:41:31:b8:0e:
+         6c:90:24:a4:9b:5c:71:8f:ba:bb:7e:1c:1b:db:6a:80:0f:21:
+         bc:e9:db:a6:b7:40:f4:b2:8b:a9:b1:e4:ef:9a:1a:d0:3d:69:
+         99:ee:a8:28:a3:e1:3c:b3:f0:b2:11:9c:cf:7c:40:e6:dd:e7:
+         43:7d:a2:d8:3a:b5:a9:8d:f2:34:99:c4:d4:10:e1:06:fd:09:
+         84:10:3b:ee:c4:4c:f4:ec:27:7c:42:c2:74:7c:82:8a:09:c9:
+         b4:03:25:bc
+SHA1 Fingerprint=B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6
diff --git a/system/etc/security/cacerts/7672ac4b.0 b/system/etc/security/cacerts/7672ac4b.0
new file mode 100644
index 0000000000000000000000000000000000000000..46d1bf6d7200966fe831657ecef74bb06d312d8d
--- /dev/null
+++ b/system/etc/security/cacerts/7672ac4b.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIFnDCCA4SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJGUjET
+MBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxJjAk
+BgNVBAMMHUNlcnRpbm9taXMgLSBBdXRvcml0w6kgUmFjaW5lMB4XDTA4MDkxNzA4
+Mjg1OVoXDTI4MDkxNzA4Mjg1OVowYzELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNl
+cnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMSYwJAYDVQQDDB1DZXJ0
+aW5vbWlzIC0gQXV0b3JpdMOpIFJhY2luZTCCAiIwDQYJKoZIhvcNAQEBBQADggIP
+ADCCAgoCggIBAJ2Fn4bT46/HsmtuM+Cet0I0VZ35gb5j2CN2DpdUzZlMGvE5x4jY
+F1AMnmHawE5V3udauHpOd4cN5bjr+p5eex7Ezyh0x5P1FMYiKAT5kcOrJ3NqDi5N
+8y4oH3DfVS9O7cdxbwlyLu3VMpfQ8Vh30WC8Tl7bmoT2R2FFK/ZQpn9qcSdIhDWe
+rP5pqZ56XjUl+rSnSTV3lqc2W+HN3yNw2F1MpQiD8aYkOBOo7C+ooWfHpi2GR+6K
+/OybDnT0K0kCe5B1jPyZOQE51kqJ5Z52qz6WKDgmi92NjMD2AR5vpTESOH2VwnHu
+7XSu5DaiQ3XV8QCb4uTXzEIDS3h65X27uK4uIJPT5GHfceF2Z5c/tt9qc1pkIuVC
+28+BA5PY9OMQ4HL2AHCs8MF6DwV/zzRpRbWT5BnbUhYjBYkOjUjkJW+zeL9i9Qf6
+lSTClrLooyPCXQP8w9PlfMl1I9f09bze5N/NgL+RiH2nE7Q5uiy6vdFrzPOlKO1E
+nn1So2+WLhl+HPNbxxaOu2B9d2ZHVIIAEWBsMsGoOBvrbpgT1u449fCfDu/+MYHB
+0iSVL1N6aaLwD4ZFjliCK0wi1F6g530mJ0jfJUaNSih8hp75mxpZuWW/Bd22Ql09
+5gBIgl4g9xGC3srYn+Y3RyYe63j3YcNBZFgCQfna4NH4+ej9Uji29YnfAgMBAAGj
+WzBZMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQN
+jLZh2kS40RR9w759XkjwzspqsDAXBgNVHSAEEDAOMAwGCiqBegFWAgIAAQEwDQYJ
+KoZIhvcNAQEFBQADggIBACQ+YAZ+He86PtvqrxyaLAEL9MW12Ukx9F1BjYkMTv9s
+ov3/4gbIOZ/xWqndIlgVqIrTseYyCYIDbNc/CMf4uboAbbnW/FIyXaR/pDGUu7ZM
+OH8oMDX/nyNTt7buFHAAQCvaR6s0fl6nVjBhK4tDrP22iCj1a7Y+YEq6QpA0Z43q
+619FVDsXrIvkxmUP7tCMXWY5zjKn2BCXwH40nJ+U8/aGH88bc62UeYdocMMzpXDn
+2NU4lG9jeeu/Cg4I58UvD0KgKxRA/yHgBcUn4YQRE7rWhh1BCxMjidPJC+iKunqj
+o3M3NYB9Ergzd0A4wPpeMNLytqOx1qKVl4GbUu1pTP+A5FPbVFsDbVRfsbjvJL1v
+nxHDx2TCDyhihWZeGnuyt++uNckZM6i4J9szVb9o4XVIRFb7zdNIu0eJOqxp9YDG
+5ERQL1TEqkPFMTFYvZbF6nVsmnWxTfj3l/+WFvKXTej28xH5On2KOG4Ey+HTRRWq
+pdEdnV1j6CTmNhTih60bWfVEm/vXd3wfAXBioSAaosUaKPQhA+4u2cGA6rnZgtZb
+dsLLO7XSAPCjDuGtbkD326C00EauFddEwk01+dIL8hf2rGbVJLJP0RyZwG71fet0
+BLj5TXcJ17TPBzAJ8bgAVtkXFhYKK4bfjwEZGuW7gmP/vgt2Fl43N+bYdJeimUV5
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Autorit\xC3\xA9 Racine
+        Validity
+            Not Before: Sep 17 08:28:59 2008 GMT
+            Not After : Sep 17 08:28:59 2028 GMT
+        Subject: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Autorit\xC3\xA9 Racine
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:9d:85:9f:86:d3:e3:af:c7:b2:6b:6e:33:e0:9e:
+                    b7:42:34:55:9d:f9:81:be:63:d8:23:76:0e:97:54:
+                    cd:99:4c:1a:f1:39:c7:88:d8:17:50:0c:9e:61:da:
+                    c0:4e:55:de:e7:5a:b8:7a:4e:77:87:0d:e5:b8:eb:
+                    fa:9e:5e:7b:1e:c4:cf:28:74:c7:93:f5:14:c6:22:
+                    28:04:f9:91:c3:ab:27:73:6a:0e:2e:4d:f3:2e:28:
+                    1f:70:df:55:2f:4e:ed:c7:71:6f:09:72:2e:ed:d5:
+                    32:97:d0:f1:58:77:d1:60:bc:4e:5e:db:9a:84:f6:
+                    47:61:45:2b:f6:50:a6:7f:6a:71:27:48:84:35:9e:
+                    ac:fe:69:a9:9e:7a:5e:35:25:fa:b4:a7:49:35:77:
+                    96:a7:36:5b:e1:cd:df:23:70:d8:5d:4c:a5:08:83:
+                    f1:a6:24:38:13:a8:ec:2f:a8:a1:67:c7:a6:2d:86:
+                    47:ee:8a:fc:ec:9b:0e:74:f4:2b:49:02:7b:90:75:
+                    8c:fc:99:39:01:39:d6:4a:89:e5:9e:76:ab:3e:96:
+                    28:38:26:8b:dd:8d:8c:c0:f6:01:1e:6f:a5:31:12:
+                    38:7d:95:c2:71:ee:ed:74:ae:e4:36:a2:43:75:d5:
+                    f1:00:9b:e2:e4:d7:cc:42:03:4b:78:7a:e5:7d:bb:
+                    b8:ae:2e:20:93:d3:e4:61:df:71:e1:76:67:97:3f:
+                    b6:df:6a:73:5a:64:22:e5:42:db:cf:81:03:93:d8:
+                    f4:e3:10:e0:72:f6:00:70:ac:f0:c1:7a:0f:05:7f:
+                    cf:34:69:45:b5:93:e4:19:db:52:16:23:05:89:0e:
+                    8d:48:e4:25:6f:b3:78:bf:62:f5:07:fa:95:24:c2:
+                    96:b2:e8:a3:23:c2:5d:03:fc:c3:d3:e5:7c:c9:75:
+                    23:d7:f4:f5:bc:de:e4:df:cd:80:bf:91:88:7d:a7:
+                    13:b4:39:ba:2c:ba:bd:d1:6b:cc:f3:a5:28:ed:44:
+                    9e:7d:52:a3:6f:96:2e:19:7e:1c:f3:5b:c7:16:8e:
+                    bb:60:7d:77:66:47:54:82:00:11:60:6c:32:c1:a8:
+                    38:1b:eb:6e:98:13:d6:ee:38:f5:f0:9f:0e:ef:fe:
+                    31:81:c1:d2:24:95:2f:53:7a:69:a2:f0:0f:86:45:
+                    8e:58:82:2b:4c:22:d4:5e:a0:e7:7d:26:27:48:df:
+                    25:46:8d:4a:28:7c:86:9e:f9:9b:1a:59:b9:65:bf:
+                    05:dd:b6:42:5d:3d:e6:00:48:82:5e:20:f7:11:82:
+                    de:ca:d8:9f:e6:37:47:26:1e:eb:78:f7:61:c3:41:
+                    64:58:02:41:f9:da:e0:d1:f8:f9:e8:fd:52:38:b6:
+                    f5:89:df
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                0D:8C:B6:61:DA:44:B8:D1:14:7D:C3:BE:7D:5E:48:F0:CE:CA:6A:B0
+            X509v3 Certificate Policies: 
+                Policy: 1.2.250.1.86.2.2.0.1.1
+
+    Signature Algorithm: sha1WithRSAEncryption
+         24:3e:60:06:7e:1d:ef:3a:3e:db:ea:af:1c:9a:2c:01:0b:f4:
+         c5:b5:d9:49:31:f4:5d:41:8d:89:0c:4e:ff:6c:a2:fd:ff:e2:
+         06:c8:39:9f:f1:5a:a9:dd:22:58:15:a8:8a:d3:b1:e6:32:09:
+         82:03:6c:d7:3f:08:c7:f8:b9:ba:00:6d:b9:d6:fc:52:32:5d:
+         a4:7f:a4:31:94:bb:b6:4c:38:7f:28:30:35:ff:9f:23:53:b7:
+         b6:ee:14:70:00:40:2b:da:47:ab:34:7e:5e:a7:56:30:61:2b:
+         8b:43:ac:fd:b6:88:28:f5:6b:b6:3e:60:4a:ba:42:90:34:67:
+         8d:ea:eb:5f:45:54:3b:17:ac:8b:e4:c6:65:0f:ee:d0:8c:5d:
+         66:39:ce:32:a7:d8:10:97:c0:7e:34:9c:9f:94:f3:f6:86:1f:
+         cf:1b:73:ad:94:79:87:68:70:c3:33:a5:70:e7:d8:d5:38:94:
+         6f:63:79:eb:bf:0a:0e:08:e7:c5:2f:0f:42:a0:2b:14:40:ff:
+         21:e0:05:c5:27:e1:84:11:13:ba:d6:86:1d:41:0b:13:23:89:
+         d3:c9:0b:e8:8a:ba:7a:a3:a3:73:37:35:80:7d:12:b8:33:77:
+         40:38:c0:fa:5e:30:d2:f2:b6:a3:b1:d6:a2:95:97:81:9b:52:
+         ed:69:4c:ff:80:e4:53:db:54:5b:03:6d:54:5f:b1:b8:ef:24:
+         bd:6f:9f:11:c3:c7:64:c2:0f:28:62:85:66:5e:1a:7b:b2:b7:
+         ef:ae:35:c9:19:33:a8:b8:27:db:33:55:bf:68:e1:75:48:44:
+         56:fb:cd:d3:48:bb:47:89:3a:ac:69:f5:80:c6:e4:44:50:2f:
+         54:c4:aa:43:c5:31:31:58:bd:96:c5:ea:75:6c:9a:75:b1:4d:
+         f8:f7:97:ff:96:16:f2:97:4d:e8:f6:f3:11:f9:3a:7d:8a:38:
+         6e:04:cb:e1:d3:45:15:aa:a5:d1:1d:9d:5d:63:e8:24:e6:36:
+         14:e2:87:ad:1b:59:f5:44:9b:fb:d7:77:7c:1f:01:70:62:a1:
+         20:1a:a2:c5:1a:28:f4:21:03:ee:2e:d9:c1:80:ea:b9:d9:82:
+         d6:5b:76:c2:cb:3b:b5:d2:00:f0:a3:0e:e1:ad:6e:40:f7:db:
+         a0:b4:d0:46:ae:15:d7:44:c2:4d:35:f9:d2:0b:f2:17:f6:ac:
+         66:d5:24:b2:4f:d1:1c:99:c0:6e:f5:7d:eb:74:04:b8:f9:4d:
+         77:09:d7:b4:cf:07:30:09:f1:b8:00:56:d9:17:16:16:0a:2b:
+         86:df:8f:01:19:1a:e5:bb:82:63:ff:be:0b:76:16:5e:37:37:
+         e6:d8:74:97:a2:99:45:79
+SHA1 Fingerprint=2E:14:DA:EC:28:F0:FA:1E:8E:38:9A:4E:AB:EB:26:C0:0A:D3:83:C3
diff --git a/system/etc/security/cacerts/7999be0d.0 b/system/etc/security/cacerts/7999be0d.0
new file mode 100644
index 0000000000000000000000000000000000000000..077c03b0a64314c338f883be47dc76d515e14784
--- /dev/null
+++ b/system/etc/security/cacerts/7999be0d.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT
+MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i
+YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG
+EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg
+R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9
+9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq
+fnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv
+iS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU
+1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+
+bw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW
+MPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA
+ephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l
+uMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn
+Z57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS
+tQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF
+PseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un
+hw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV
+5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 144470 (0x23456)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
+        Validity
+            Not Before: May 21 04:00:00 2002 GMT
+            Not After : May 21 04:00:00 2022 GMT
+        Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Global CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:da:cc:18:63:30:fd:f4:17:23:1a:56:7e:5b:df:
+                    3c:6c:38:e4:71:b7:78:91:d4:bc:a1:d8:4c:f8:a8:
+                    43:b6:03:e9:4d:21:07:08:88:da:58:2f:66:39:29:
+                    bd:05:78:8b:9d:38:e8:05:b7:6a:7e:71:a4:e6:c4:
+                    60:a6:b0:ef:80:e4:89:28:0f:9e:25:d6:ed:83:f3:
+                    ad:a6:91:c7:98:c9:42:18:35:14:9d:ad:98:46:92:
+                    2e:4f:ca:f1:87:43:c1:16:95:57:2d:50:ef:89:2d:
+                    80:7a:57:ad:f2:ee:5f:6b:d2:00:8d:b9:14:f8:14:
+                    15:35:d9:c0:46:a3:7b:72:c8:91:bf:c9:55:2b:cd:
+                    d0:97:3e:9c:26:64:cc:df:ce:83:19:71:ca:4e:e6:
+                    d4:d5:7b:a9:19:cd:55:de:c8:ec:d2:5e:38:53:e5:
+                    5c:4f:8c:2d:fe:50:23:36:fc:66:e6:cb:8e:a4:39:
+                    19:00:b7:95:02:39:91:0b:0e:fe:38:2e:d1:1d:05:
+                    9a:f6:4d:3e:6f:0f:07:1d:af:2c:1e:8f:60:39:e2:
+                    fa:36:53:13:39:d4:5e:26:2b:db:3d:a8:14:bd:32:
+                    eb:18:03:28:52:04:71:e5:ab:33:3d:e1:38:bb:07:
+                    36:84:62:9c:79:ea:16:30:f4:5f:c0:2b:e8:71:6b:
+                    e4:f9
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E
+            X509v3 Authority Key Identifier: 
+                keyid:C0:7A:98:68:8D:89:FB:AB:05:64:0C:11:7D:AA:7D:65:B8:CA:CC:4E
+
+    Signature Algorithm: sha1WithRSAEncryption
+         35:e3:29:6a:e5:2f:5d:54:8e:29:50:94:9f:99:1a:14:e4:8f:
+         78:2a:62:94:a2:27:67:9e:d0:cf:1a:5e:47:e9:c1:b2:a4:cf:
+         dd:41:1a:05:4e:9b:4b:ee:4a:6f:55:52:b3:24:a1:37:0a:eb:
+         64:76:2a:2e:2c:f3:fd:3b:75:90:bf:fa:71:d8:c7:3d:37:d2:
+         b5:05:95:62:b9:a6:de:89:3d:36:7b:38:77:48:97:ac:a6:20:
+         8f:2e:a6:c9:0c:c2:b2:99:45:00:c7:ce:11:51:22:22:e0:a5:
+         ea:b6:15:48:09:64:ea:5e:4f:74:f7:05:3e:c7:8a:52:0c:db:
+         15:b4:bd:6d:9b:e5:c6:b1:54:68:a9:e3:69:90:b6:9a:a5:0f:
+         b8:b9:3f:20:7d:ae:4a:b5:b8:9c:e4:1d:b6:ab:e6:94:a5:c1:
+         c7:83:ad:db:f5:27:87:0e:04:6c:d5:ff:dd:a0:5d:ed:87:52:
+         b7:2b:15:02:ae:39:a6:6a:74:e9:da:c4:e7:bc:4d:34:1e:a9:
+         5c:4d:33:5f:92:09:2f:88:66:5d:77:97:c7:1d:76:13:a9:d5:
+         e5:f1:16:09:11:35:d5:ac:db:24:71:70:2c:98:56:0b:d9:17:
+         b4:d1:e3:51:2b:5e:75:e8:d5:d0:dc:4f:34:ed:c2:05:66:80:
+         a1:cb:e6:33
+SHA1 Fingerprint=DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12
diff --git a/system/etc/security/cacerts/7a7c655d.0 b/system/etc/security/cacerts/7a7c655d.0
new file mode 100644
index 0000000000000000000000000000000000000000..380ee978d7ef91467d4ac73814e67fc22bccf2e9
--- /dev/null
+++ b/system/etc/security/cacerts/7a7c655d.0
@@ -0,0 +1,46 @@
+-----BEGIN CERTIFICATE-----
+MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5
+MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g
+Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG
+A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg
+Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl
+ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j
+QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr
+ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr
+BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM
+YyRIHN8wfdVoOw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            06:6c:9f:d5:74:97:36:66:3f:3b:0b:9a:d9:e8:9e:76:03:f2:4a
+    Signature Algorithm: ecdsa-with-SHA256
+        Issuer: C=US, O=Amazon, CN=Amazon Root CA 3
+        Validity
+            Not Before: May 26 00:00:00 2015 GMT
+            Not After : May 26 00:00:00 2040 GMT
+        Subject: C=US, O=Amazon, CN=Amazon Root CA 3
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (256 bit)
+                pub: 
+                    04:29:97:a7:c6:41:7f:c0:0d:9b:e8:01:1b:56:c6:
+                    f2:52:a5:ba:2d:b2:12:e8:d2:2e:d7:fa:c9:c5:d8:
+                    aa:6d:1f:73:81:3b:3b:98:6b:39:7c:33:a5:c5:4e:
+                    86:8e:80:17:68:62:45:57:7d:44:58:1d:b3:37:e5:
+                    67:08:eb:66:de
+                ASN1 OID: prime256v1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                AB:B6:DB:D7:06:9E:37:AC:30:86:07:91:70:C7:9C:C4:19:B1:78:C0
+    Signature Algorithm: ecdsa-with-SHA256
+         30:46:02:21:00:e0:85:92:a3:17:b7:8d:f9:2b:06:a5:93:ac:
+         1a:98:68:61:72:fa:e1:a1:d0:fb:1c:78:60:a6:43:99:c5:b8:
+         c4:02:21:00:9c:02:ef:f1:94:9c:b3:96:f9:eb:c6:2a:f8:b6:
+         2c:fe:3a:90:14:16:d7:8c:63:24:48:1c:df:30:7d:d5:68:3b
+SHA1 Fingerprint=0D:44:DD:8C:3C:8C:1A:1A:58:75:64:81:E9:0F:2E:2A:FF:B3:D2:6E
diff --git a/system/etc/security/cacerts/7a819ef2.0 b/system/etc/security/cacerts/7a819ef2.0
new file mode 100644
index 0000000000000000000000000000000000000000..091009f026cbfef5e18a15577adb5af9c804a953
--- /dev/null
+++ b/system/etc/security/cacerts/7a819ef2.0
@@ -0,0 +1,126 @@
+-----BEGIN CERTIFICATE-----
+MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x
+GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv
+b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV
+BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W
+YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa
+GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg
+Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J
+WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB
+rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp
++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1
+ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i
+Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz
+PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og
+/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH
+oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI
+yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud
+EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2
+A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL
+MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT
+ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f
+BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn
+g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl
+fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K
+WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha
+B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc
+hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR
+TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD
+mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z
+ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y
+4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza
+8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1289 (0x509)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
+        Validity
+            Not Before: Nov 24 18:27:00 2006 GMT
+            Not After : Nov 24 18:23:33 2031 GMT
+        Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:9a:18:ca:4b:94:0d:00:2d:af:03:29:8a:f0:0f:
+                    81:c8:ae:4c:19:85:1d:08:9f:ab:29:44:85:f3:2f:
+                    81:ad:32:1e:90:46:bf:a3:86:26:1a:1e:fe:7e:1c:
+                    18:3a:5c:9c:60:17:2a:3a:74:83:33:30:7d:61:54:
+                    11:cb:ed:ab:e0:e6:d2:a2:7e:f5:6b:6f:18:b7:0a:
+                    0b:2d:fd:e9:3e:ef:0a:c6:b3:10:e9:dc:c2:46:17:
+                    f8:5d:fd:a4:da:ff:9e:49:5a:9c:e6:33:e6:24:96:
+                    f7:3f:ba:5b:2b:1c:7a:35:c2:d6:67:fe:ab:66:50:
+                    8b:6d:28:60:2b:ef:d7:60:c3:c7:93:bc:8d:36:91:
+                    f3:7f:f8:db:11:13:c4:9c:77:76:c1:ae:b7:02:6a:
+                    81:7a:a9:45:83:e2:05:e6:b9:56:c1:94:37:8f:48:
+                    71:63:22:ec:17:65:07:95:8a:4b:df:8f:c6:5a:0a:
+                    e5:b0:e3:5f:5e:6b:11:ab:0c:f9:85:eb:44:e9:f8:
+                    04:73:f2:e9:fe:5c:98:8c:f5:73:af:6b:b4:7e:cd:
+                    d4:5c:02:2b:4c:39:e1:b2:95:95:2d:42:87:d7:d5:
+                    b3:90:43:b7:6c:13:f1:de:dd:f6:c4:f8:89:3f:d1:
+                    75:f5:92:c3:91:d5:8a:88:d0:90:ec:dc:6d:de:89:
+                    c2:65:71:96:8b:0d:03:fd:9c:bf:5b:16:ac:92:db:
+                    ea:fe:79:7c:ad:eb:af:f7:16:cb:db:cd:25:2b:e5:
+                    1f:fb:9a:9f:e2:51:cc:3a:53:0c:48:e6:0e:bd:c9:
+                    b4:76:06:52:e6:11:13:85:72:63:03:04:e0:04:36:
+                    2b:20:19:02:e8:74:a7:1f:b6:c9:56:66:f0:75:25:
+                    dc:67:c1:0e:61:60:88:b3:3e:d1:a8:fc:a3:da:1d:
+                    b0:d1:b1:23:54:df:44:76:6d:ed:41:d8:c1:b2:22:
+                    b6:53:1c:df:35:1d:dc:a1:77:2a:31:e4:2d:f5:e5:
+                    e5:db:c8:e0:ff:e5:80:d7:0b:63:a0:ff:33:a1:0f:
+                    ba:2c:15:15:ea:97:b3:d2:a2:b5:be:f2:8c:96:1e:
+                    1a:8f:1d:6c:a4:61:37:b9:86:73:33:d7:97:96:9e:
+                    23:7d:82:a4:4c:81:e2:a1:d1:ba:67:5f:95:07:a3:
+                    27:11:ee:16:10:7b:bc:45:4a:4c:b2:04:d2:ab:ef:
+                    d5:fd:0c:51:ce:50:6a:08:31:f9:91:da:0c:8f:64:
+                    5c:03:c3:3a:8b:20:3f:6e:8d:67:3d:3a:d6:fe:7d:
+                    5b:88:c9:5e:fb:cc:61:dc:8b:33:77:d3:44:32:35:
+                    09:62:04:92:16:10:d8:9e:27:47:fb:3b:21:e3:f8:
+                    eb:1d:5b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                1A:84:62:BC:48:4C:33:25:04:D4:EE:D0:F6:03:C4:19:46:D1:94:6B
+            X509v3 Authority Key Identifier: 
+                keyid:1A:84:62:BC:48:4C:33:25:04:D4:EE:D0:F6:03:C4:19:46:D1:94:6B
+                DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 2
+                serial:05:09
+
+    Signature Algorithm: sha1WithRSAEncryption
+         3e:0a:16:4d:9f:06:5b:a8:ae:71:5d:2f:05:2f:67:e6:13:45:
+         83:c4:36:f6:f3:c0:26:0c:0d:b5:47:64:5d:f8:b4:72:c9:46:
+         a5:03:18:27:55:89:78:7d:76:ea:96:34:80:17:20:dc:e7:83:
+         f8:8d:fc:07:b8:da:5f:4d:2e:67:b2:84:fd:d9:44:fc:77:50:
+         81:e6:7c:b4:c9:0d:0b:72:53:f8:76:07:07:41:47:96:0c:fb:
+         e0:82:26:93:55:8c:fe:22:1f:60:65:7c:5f:e7:26:b3:f7:32:
+         90:98:50:d4:37:71:55:f6:92:21:78:f7:95:79:fa:f8:2d:26:
+         87:66:56:30:77:a6:37:78:33:52:10:58:ae:3f:61:8e:f2:6a:
+         b1:ef:18:7e:4a:59:63:ca:8d:a2:56:d5:a7:2f:bc:56:1f:cf:
+         39:c1:e2:fb:0a:a8:15:2c:7d:4d:7a:63:c6:6c:97:44:3c:d2:
+         6f:c3:4a:17:0a:f8:90:d2:57:a2:19:51:a5:2d:97:41:da:07:
+         4f:a9:50:da:90:8d:94:46:e1:3e:f0:94:fd:10:00:38:f5:3b:
+         e8:40:e1:b4:6e:56:1a:20:cc:6f:58:8d:ed:2e:45:8f:d6:e9:
+         93:3f:e7:b1:2c:df:3a:d6:22:8c:dc:84:bb:22:6f:d0:f8:e4:
+         c6:39:e9:04:88:3c:c3:ba:eb:55:7a:6d:80:99:24:f5:6c:01:
+         fb:f8:97:b0:94:5b:eb:fd:d2:6f:f1:77:68:0d:35:64:23:ac:
+         b8:55:a1:03:d1:4d:42:19:dc:f8:75:59:56:a3:f9:a8:49:79:
+         f8:af:0e:b9:11:a0:7c:b7:6a:ed:34:d0:b6:26:62:38:1a:87:
+         0c:f8:e8:fd:2e:d3:90:7f:07:91:2a:1d:d6:7e:5c:85:83:99:
+         b0:38:08:3f:e9:5e:f9:35:07:e4:c9:62:6e:57:7f:a7:50:95:
+         f7:ba:c8:9b:e6:8e:a2:01:c5:d6:66:bf:79:61:f3:3c:1c:e1:
+         b9:82:5c:5d:a0:c3:e9:d8:48:bd:19:a2:11:14:19:6e:b2:86:
+         1b:68:3e:48:37:1a:88:b7:5d:96:5e:9c:c7:ef:27:62:08:e2:
+         91:19:5c:d2:f1:21:dd:ba:17:42:82:97:71:81:53:31:a9:9f:
+         f6:7d:62:bf:72:e1:a3:93:1d:cc:8a:26:5a:09:38:d0:ce:d7:
+         0d:80:16:b4:78:a5:3a:87:4c:8d:8a:a5:d5:46:97:f2:2c:10:
+         b9:bc:54:22:c0:01:50:69:43:9e:f4:b2:ef:6d:f8:ec:da:f1:
+         e3:b1:ef:df:91:8f:54:2a:0b:25:c1:26:19:c4:52:10:05:65:
+         d5:82:10:ea:c2:31:cd:2e
+SHA1 Fingerprint=CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7
diff --git a/system/etc/security/cacerts/7d453d8f.0 b/system/etc/security/cacerts/7d453d8f.0
new file mode 100644
index 0000000000000000000000000000000000000000..832001846b3a27187037cf82d34033d6110f6a0d
--- /dev/null
+++ b/system/etc/security/cacerts/7d453d8f.0
@@ -0,0 +1,75 @@
+-----BEGIN CERTIFICATE-----
+MIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw
+CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl
+cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu
+LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT
+aWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp
+dHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD
+VQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT
+aWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ
+bmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu
+IENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
+LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b
+N3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t
+KmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu
+kxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm
+CC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ
+Xwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu
+imi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te
+2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe
+DGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC
+/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p
+F4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt
+TxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 1 (0x0)
+        Serial Number:
+            9b:7e:06:49:a3:3e:62:b9:d5:ee:90:48:71:29:ef:57
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G3
+        Validity
+            Not Before: Oct  1 00:00:00 1999 GMT
+            Not After : Jul 16 23:59:59 2036 GMT
+        Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 1999 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:cb:ba:9c:52:fc:78:1f:1a:1e:6f:1b:37:73:bd:
+                    f8:c9:6b:94:12:30:4f:f0:36:47:f5:d0:91:0a:f5:
+                    17:c8:a5:61:c1:16:40:4d:fb:8a:61:90:e5:76:20:
+                    c1:11:06:7d:ab:2c:6e:a6:f5:11:41:8e:fa:2d:ad:
+                    2a:61:59:a4:67:26:4c:d0:e8:bc:52:5b:70:20:04:
+                    58:d1:7a:c9:a4:69:bc:83:17:64:ad:05:8b:bc:d0:
+                    58:ce:8d:8c:f5:eb:f0:42:49:0b:9d:97:27:67:32:
+                    6e:e1:ae:93:15:1c:70:bc:20:4d:2f:18:de:92:88:
+                    e8:6c:85:57:11:1a:e9:7e:e3:26:11:54:a2:45:96:
+                    55:83:ca:30:89:e8:dc:d8:a3:ed:2a:80:3f:7f:79:
+                    65:57:3e:15:20:66:08:2f:95:93:bf:aa:47:2f:a8:
+                    46:97:f0:12:e2:fe:c2:0a:2b:51:e6:76:e6:b7:46:
+                    b7:e2:0d:a6:cc:a8:c3:4c:59:55:89:e6:e8:53:5c:
+                    1c:ea:9d:f0:62:16:0b:a7:c9:5f:0c:f0:de:c2:76:
+                    ce:af:f7:6a:f2:fa:41:a6:a2:33:14:c9:e5:7a:63:
+                    d3:9e:62:37:d5:85:65:9e:0e:e6:53:24:74:1b:5e:
+                    1d:12:53:5b:c7:2c:e7:83:49:3b:15:ae:8a:68:b9:
+                    57:97
+                Exponent: 65537 (0x10001)
+    Signature Algorithm: sha1WithRSAEncryption
+         11:14:96:c1:ab:92:08:f7:3f:2f:c9:b2:fe:e4:5a:9f:64:de:
+         db:21:4f:86:99:34:76:36:57:dd:d0:15:2f:c5:ad:7f:15:1f:
+         37:62:73:3e:d4:e7:5f:ce:17:03:db:35:fa:2b:db:ae:60:09:
+         5f:1e:5f:8f:6e:bb:0b:3d:ea:5a:13:1e:0c:60:6f:b5:c0:b5:
+         23:22:2e:07:0b:cb:a9:74:cb:47:bb:1d:c1:d7:a5:6b:cc:2f:
+         d2:42:fd:49:dd:a7:89:cf:53:ba:da:00:5a:28:bf:82:df:f8:
+         ba:13:1d:50:86:82:fd:8e:30:8f:29:46:b0:1e:3d:35:da:38:
+         62:16:18:4a:ad:e6:b6:51:6c:de:af:62:eb:01:d0:1e:24:fe:
+         7a:8f:12:1a:12:68:b8:fb:66:99:14:14:45:5c:ae:e7:ae:69:
+         17:81:2b:5a:37:c9:5e:2a:f4:c6:e2:a1:5c:54:9b:a6:54:00:
+         cf:f0:f1:c1:c7:98:30:1a:3b:36:16:db:a3:6e:ea:fd:ad:b2:
+         c2:da:ef:02:47:13:8a:c0:f1:b3:31:ad:4f:1c:e1:4f:9c:af:
+         0f:0c:9d:f7:78:0d:d8:f4:35:56:80:da:b7:6d:17:8f:9d:1e:
+         81:64:e1:fe:c5:45:ba:ad:6b:b9:0a:7a:4e:4f:4b:84:ee:4b:
+         f1:7d:dd:11
+SHA1 Fingerprint=13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6
diff --git a/system/etc/security/cacerts/81b9768f.0 b/system/etc/security/cacerts/81b9768f.0
new file mode 100644
index 0000000000000000000000000000000000000000..3593254c03940f89ee06bee4dc2894f71888750c
--- /dev/null
+++ b/system/etc/security/cacerts/81b9768f.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j
+ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL
+MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3
+LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug
+RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm
++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW
+PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM
+xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB
+Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3
+hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg
+EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF
+MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA
+FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec
+nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z
+eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF
+hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2
+Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe
+vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep
++OkuE6N36B9K
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            02:ac:5c:26:6a:0b:40:9b:8f:0b:79:f2:ae:46:25:77
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
+        Validity
+            Not Before: Nov 10 00:00:00 2006 GMT
+            Not After : Nov 10 00:00:00 2031 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c6:cc:e5:73:e6:fb:d4:bb:e5:2d:2d:32:a6:df:
+                    e5:81:3f:c9:cd:25:49:b6:71:2a:c3:d5:94:34:67:
+                    a2:0a:1c:b0:5f:69:a6:40:b1:c4:b7:b2:8f:d0:98:
+                    a4:a9:41:59:3a:d3:dc:94:d6:3c:db:74:38:a4:4a:
+                    cc:4d:25:82:f7:4a:a5:53:12:38:ee:f3:49:6d:71:
+                    91:7e:63:b6:ab:a6:5f:c3:a4:84:f8:4f:62:51:be:
+                    f8:c5:ec:db:38:92:e3:06:e5:08:91:0c:c4:28:41:
+                    55:fb:cb:5a:89:15:7e:71:e8:35:bf:4d:72:09:3d:
+                    be:3a:38:50:5b:77:31:1b:8d:b3:c7:24:45:9a:a7:
+                    ac:6d:00:14:5a:04:b7:ba:13:eb:51:0a:98:41:41:
+                    22:4e:65:61:87:81:41:50:a6:79:5c:89:de:19:4a:
+                    57:d5:2e:e6:5d:1c:53:2c:7e:98:cd:1a:06:16:a4:
+                    68:73:d0:34:04:13:5c:a1:71:d3:5a:7c:55:db:5e:
+                    64:e1:37:87:30:56:04:e5:11:b4:29:80:12:f1:79:
+                    39:88:a2:02:11:7c:27:66:b7:88:b7:78:f2:ca:0a:
+                    a8:38:ab:0a:64:c2:bf:66:5d:95:84:c1:a1:25:1e:
+                    87:5d:1a:50:0b:20:12:cc:41:bb:6e:0b:51:38:b8:
+                    4b:cb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3
+            X509v3 Authority Key Identifier: 
+                keyid:B1:3E:C3:69:03:F8:BF:47:01:D4:98:26:1A:08:02:EF:63:64:2B:C3
+
+    Signature Algorithm: sha1WithRSAEncryption
+         1c:1a:06:97:dc:d7:9c:9f:3c:88:66:06:08:57:21:db:21:47:
+         f8:2a:67:aa:bf:18:32:76:40:10:57:c1:8a:f3:7a:d9:11:65:
+         8e:35:fa:9e:fc:45:b5:9e:d9:4c:31:4b:b8:91:e8:43:2c:8e:
+         b3:78:ce:db:e3:53:79:71:d6:e5:21:94:01:da:55:87:9a:24:
+         64:f6:8a:66:cc:de:9c:37:cd:a8:34:b1:69:9b:23:c8:9e:78:
+         22:2b:70:43:e3:55:47:31:61:19:ef:58:c5:85:2f:4e:30:f6:
+         a0:31:16:23:c8:e7:e2:65:16:33:cb:bf:1a:1b:a0:3d:f8:ca:
+         5e:8b:31:8b:60:08:89:2d:0c:06:5c:52:b7:c4:f9:0a:98:d1:
+         15:5f:9f:12:be:7c:36:63:38:bd:44:a4:7f:e4:26:2b:0a:c4:
+         97:69:0d:e9:8c:e2:c0:10:57:b8:c8:76:12:91:55:f2:48:69:
+         d8:bc:2a:02:5b:0f:44:d4:20:31:db:f4:ba:70:26:5d:90:60:
+         9e:bc:4b:17:09:2f:b4:cb:1e:43:68:c9:07:27:c1:d2:5c:f7:
+         ea:21:b9:68:12:9c:3c:9c:bf:9e:fc:80:5c:9b:63:cd:ec:47:
+         aa:25:27:67:a0:37:f3:00:82:7d:54:d7:a9:f8:e9:2e:13:a3:
+         77:e8:1f:4a
+SHA1 Fingerprint=5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25
diff --git a/system/etc/security/cacerts/82223c44.0 b/system/etc/security/cacerts/82223c44.0
new file mode 100644
index 0000000000000000000000000000000000000000..ab5bf83a2082040d641637ff666f2acef721b7c4
--- /dev/null
+++ b/system/etc/security/cacerts/82223c44.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd
+MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg
+Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow
+TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw
+HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB
+BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr
+6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV
+L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91
+1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx
+MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ
+QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB
+arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr
+Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi
+FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS
+P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN
+9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP
+AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz
+uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h
+9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s
+A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t
+OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo
++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7
+KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2
+DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us
+H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ
+I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7
+5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h
+3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz
+Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 2 (0x2)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
+        Validity
+            Not Before: Oct 26 08:38:03 2010 GMT
+            Not After : Oct 26 08:38:03 2040 GMT
+        Subject: C=NO, O=Buypass AS-983163327, CN=Buypass Class 2 Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:d7:c7:5e:f7:c1:07:d4:77:fb:43:21:f4:f4:f5:
+                    69:e4:ee:32:01:db:a3:86:1f:e4:59:0d:ba:e7:75:
+                    83:52:eb:ea:1c:61:15:48:bb:1d:07:ca:8c:ae:b0:
+                    dc:96:9d:ea:c3:60:92:86:82:28:73:9c:56:06:ff:
+                    4b:64:f0:0c:2a:37:49:b5:e5:cf:0c:7c:ee:f1:4a:
+                    bb:73:30:65:f3:d5:2f:83:b6:7e:e3:e7:f5:9e:ab:
+                    60:f9:d3:f1:9d:92:74:8a:e4:1c:96:ac:5b:80:e9:
+                    b5:f4:31:87:a3:51:fc:c7:7e:a1:6f:8e:53:77:d4:
+                    97:c1:55:33:92:3e:18:2f:75:d4:ad:86:49:cb:95:
+                    af:54:06:6c:d8:06:13:8d:5b:ff:e1:26:19:59:c0:
+                    24:ba:81:71:79:90:44:50:68:24:94:5f:b8:b3:11:
+                    f1:29:41:61:a3:41:cb:23:36:d5:c1:f1:32:50:10:
+                    4e:7f:f4:86:93:ec:84:d3:8e:bc:4b:bf:5c:01:4e:
+                    07:3d:dc:14:8a:94:0a:a4:ea:73:fb:0b:51:e8:13:
+                    07:18:fa:0e:f1:2b:d1:54:15:7d:3c:e1:f7:b4:19:
+                    42:67:62:5e:77:e0:a2:55:ec:b6:d9:69:17:d5:3a:
+                    af:44:ed:4a:c5:9e:e4:7a:27:7c:e5:75:d7:aa:cb:
+                    25:e7:df:6b:0a:db:0f:4d:93:4e:a8:a0:cd:7b:2e:
+                    f2:59:01:6a:b7:0d:b8:07:81:7e:8b:38:1b:38:e6:
+                    0a:57:99:3d:ee:21:e8:a3:f5:0c:16:dd:8b:ec:34:
+                    8e:9c:2a:1c:00:15:17:8d:68:83:d2:70:9f:18:08:
+                    cd:11:68:d5:c9:6b:52:cd:c4:46:8f:dc:b5:f3:d8:
+                    57:73:1e:e9:94:39:04:bf:d3:de:38:de:b4:53:ec:
+                    69:1c:a2:7e:c4:8f:e4:1b:70:ad:f2:a2:f9:fb:f7:
+                    16:64:66:69:9f:49:51:a2:e2:15:18:67:06:4a:7f:
+                    d5:6c:b5:4d:b3:33:e0:61:eb:5d:be:e9:98:0f:32:
+                    d7:1d:4b:3c:2e:5a:01:52:91:09:f2:df:ea:8d:d8:
+                    06:40:63:aa:11:e4:fe:c3:37:9e:14:52:3f:f4:e2:
+                    cc:f2:61:93:d1:fd:67:6b:d7:52:ae:bf:68:ab:40:
+                    43:a0:57:35:53:78:f0:53:f8:61:42:07:64:c6:d7:
+                    6f:9b:4c:38:0d:63:ac:62:af:36:8b:a2:73:0a:0d:
+                    f5:21:bd:74:aa:4d:ea:72:03:49:db:c7:5f:1d:62:
+                    63:c7:fd:dd:91:ec:33:ee:f5:6d:b4:6e:30:68:de:
+                    c8:d6:26:b0:75:5e:7b:b4:07:20:98:a1:76:32:b8:
+                    4d:6c:4f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                C9:80:77:E0:62:92:82:F5:46:9C:F3:BA:F7:4C:C3:DE:B8:A3:AD:39
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         53:5f:21:f5:ba:b0:3a:52:39:2c:92:b0:6c:00:c9:ef:ce:20:
+         ef:06:f2:96:9e:e9:a4:74:7f:7a:16:fc:b7:f5:b6:fb:15:1b:
+         3f:ab:a6:c0:72:5d:10:b1:71:ee:bc:4f:e3:ad:ac:03:6d:2e:
+         71:2e:af:c4:e3:ad:a3:bd:0c:11:a7:b4:ff:4a:b2:7b:10:10:
+         1f:a7:57:41:b2:c0:ae:f4:2c:59:d6:47:10:88:f3:21:51:29:
+         30:ca:60:86:af:46:ab:1d:ed:3a:5b:b0:94:de:44:e3:41:08:
+         a2:c1:ec:1d:d6:fd:4f:b6:d6:47:d0:14:0b:ca:e6:ca:b5:7b:
+         77:7e:41:1f:5e:83:c7:b6:8c:39:96:b0:3f:96:81:41:6f:60:
+         90:e2:e8:f9:fb:22:71:d9:7d:b3:3d:46:bf:b4:84:af:90:1c:
+         0f:8f:12:6a:af:ef:ee:1e:7a:ae:02:4a:8a:17:2b:76:fe:ac:
+         54:89:24:2c:4f:3f:b6:b2:a7:4e:8c:a8:91:97:fb:29:c6:7b:
+         5c:2d:b9:cb:66:b6:b7:a8:5b:12:51:85:b5:09:7e:62:78:70:
+         fe:a9:6a:60:b6:1d:0e:79:0c:fd:ca:ea:24:80:72:c3:97:3f:
+         f2:77:ab:43:22:0a:c7:eb:b6:0c:84:82:2c:80:6b:41:8a:08:
+         c0:eb:a5:6b:df:99:12:cb:8a:d5:5e:80:0c:91:e0:26:08:36:
+         48:c5:fa:38:11:35:ff:25:83:2d:f2:7a:bf:da:fd:8e:fe:a5:
+         cb:45:2c:1f:c4:88:53:ae:77:0e:d9:9a:76:c5:8e:2c:1d:a3:
+         ba:d5:ec:32:ae:c0:aa:ac:f7:d1:7a:4d:eb:d4:07:e2:48:f7:
+         22:8e:b0:a4:9f:6a:ce:8e:b2:b2:60:f4:a3:22:d0:23:eb:94:
+         5a:7a:69:dd:0f:bf:40:57:ac:6b:59:50:d9:a3:99:e1:6e:fe:
+         8d:01:79:27:23:15:de:92:9d:7b:09:4d:5a:e7:4b:48:30:5a:
+         18:e6:0a:6d:e6:8f:e0:d2:bb:e6:df:7c:6e:21:82:c1:68:39:
+         4d:b4:98:58:66:62:cc:4a:90:5e:c3:fa:27:04:b1:79:15:74:
+         99:cc:be:ad:20:de:26:60:1c:eb:56:51:a6:a3:ea:e4:a3:3f:
+         a7:ff:61:dc:f1:5a:4d:6c:32:23:43:ee:ac:a8:ee:ee:4a:12:
+         09:3c:5d:71:c2:be:79:fa:c2:87:68:1d:0b:fd:5c:69:cc:06:
+         d0:9a:7d:54:99:2a:c9:39:1a:19:af:4b:2a:43:f3:63:5d:5a:
+         58:e2:2f:e3:1d:e4:a9:d6:d0:0a:d0:9e:bf:d7:81:09:f1:c9:
+         c7:26:0d:ac:98:16:56:a0
+SHA1 Fingerprint=49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99
diff --git a/system/etc/security/cacerts/85cde254.0 b/system/etc/security/cacerts/85cde254.0
new file mode 100644
index 0000000000000000000000000000000000000000..08be8a683d3137d1a4e8f55315615302d1a350c7
--- /dev/null
+++ b/system/etc/security/cacerts/85cde254.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx
+EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT
+HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs
+ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw
+MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6
+b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj
+aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp
+Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg
+nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1
+HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N
+Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN
+dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0
+HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO
+BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G
+CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU
+sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3
+4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg
+8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K
+pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1
+mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2
+        Validity
+            Not Before: Sep  1 00:00:00 2009 GMT
+            Not After : Dec 31 23:59:59 2037 GMT
+        Subject: C=US, ST=Arizona, L=Scottsdale, O=Starfield Technologies, Inc., CN=Starfield Root Certificate Authority - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bd:ed:c1:03:fc:f6:8f:fc:02:b1:6f:5b:9f:48:
+                    d9:9d:79:e2:a2:b7:03:61:56:18:c3:47:b6:d7:ca:
+                    3d:35:2e:89:43:f7:a1:69:9b:de:8a:1a:fd:13:20:
+                    9c:b4:49:77:32:29:56:fd:b9:ec:8c:dd:22:fa:72:
+                    dc:27:61:97:ee:f6:5a:84:ec:6e:19:b9:89:2c:dc:
+                    84:5b:d5:74:fb:6b:5f:c5:89:a5:10:52:89:46:55:
+                    f4:b8:75:1c:e6:7f:e4:54:ae:4b:f8:55:72:57:02:
+                    19:f8:17:71:59:eb:1e:28:07:74:c5:9d:48:be:6c:
+                    b4:f4:a4:b0:f3:64:37:79:92:c0:ec:46:5e:7f:e1:
+                    6d:53:4c:62:af:cd:1f:0b:63:bb:3a:9d:fb:fc:79:
+                    00:98:61:74:cf:26:82:40:63:f3:b2:72:6a:19:0d:
+                    99:ca:d4:0e:75:cc:37:fb:8b:89:c1:59:f1:62:7f:
+                    5f:b3:5f:65:30:f8:a7:b7:4d:76:5a:1e:76:5e:34:
+                    c0:e8:96:56:99:8a:b3:f0:7f:a4:cd:bd:dc:32:31:
+                    7c:91:cf:e0:5f:11:f8:6b:aa:49:5c:d1:99:94:d1:
+                    a2:e3:63:5b:09:76:b5:56:62:e1:4b:74:1d:96:d4:
+                    26:d4:08:04:59:d0:98:0e:0e:e6:de:fc:c3:ec:1f:
+                    90:f1
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                7C:0C:32:1F:A7:D9:30:7F:C4:7D:68:A3:62:A8:A1:CE:AB:07:5B:27
+    Signature Algorithm: sha256WithRSAEncryption
+         11:59:fa:25:4f:03:6f:94:99:3b:9a:1f:82:85:39:d4:76:05:
+         94:5e:e1:28:93:6d:62:5d:09:c2:a0:a8:d4:b0:75:38:f1:34:
+         6a:9d:e4:9f:8a:86:26:51:e6:2c:d1:c6:2d:6e:95:20:4a:92:
+         01:ec:b8:8a:67:7b:31:e2:67:2e:8c:95:03:26:2e:43:9d:4a:
+         31:f6:0e:b5:0c:bb:b7:e2:37:7f:22:ba:00:a3:0e:7b:52:fb:
+         6b:bb:3b:c4:d3:79:51:4e:cd:90:f4:67:07:19:c8:3c:46:7a:
+         0d:01:7d:c5:58:e7:6d:e6:85:30:17:9a:24:c4:10:e0:04:f7:
+         e0:f2:7f:d4:aa:0a:ff:42:1d:37:ed:94:e5:64:59:12:20:77:
+         38:d3:32:3e:38:81:75:96:73:fa:68:8f:b1:cb:ce:1f:c5:ec:
+         fa:9c:7e:cf:7e:b1:f1:07:2d:b6:fc:bf:ca:a4:bf:d0:97:05:
+         4a:bc:ea:18:28:02:90:bd:54:78:09:21:71:d3:d1:7d:1d:d9:
+         16:b0:a9:61:3d:d0:0a:00:22:fc:c7:7b:cb:09:64:45:0b:3b:
+         40:81:f7:7d:7c:32:f5:98:ca:58:8e:7d:2a:ee:90:59:73:64:
+         f9:36:74:5e:25:a1:f5:66:05:2e:7f:39:15:a9:2a:fb:50:8b:
+         8e:85:69:f4
+SHA1 Fingerprint=B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E
diff --git a/system/etc/security/cacerts/86212b19.0 b/system/etc/security/cacerts/86212b19.0
new file mode 100644
index 0000000000000000000000000000000000000000..ac1ad6bd810e893e9f52256e15b70db6fd504a94
--- /dev/null
+++ b/system/etc/security/cacerts/86212b19.0
@@ -0,0 +1,77 @@
+-----BEGIN CERTIFICATE-----
+MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE
+BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
+dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL
+MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
+cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
+AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y
+YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua
+kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL
+QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp
+6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG
+yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i
+QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
+KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO
+tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu
+QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ
+Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u
+olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48
+x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 8957382827206547757 (0x7c4f04391cd4992d)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Networking
+        Validity
+            Not Before: Jan 29 14:08:24 2010 GMT
+            Not After : Dec 31 14:08:24 2030 GMT
+        Subject: C=US, O=AffirmTrust, CN=AffirmTrust Networking
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b4:84:cc:33:17:2e:6b:94:6c:6b:61:52:a0:eb:
+                    a3:cf:79:94:4c:e5:94:80:99:cb:55:64:44:65:8f:
+                    67:64:e2:06:e3:5c:37:49:f6:2f:9b:84:84:1e:2d:
+                    f2:60:9d:30:4e:cc:84:85:e2:2c:cf:1e:9e:fe:36:
+                    ab:33:77:35:44:d8:35:96:1a:3d:36:e8:7a:0e:d8:
+                    d5:47:a1:6a:69:8b:d9:fc:bb:3a:ae:79:5a:d5:f4:
+                    d6:71:bb:9a:90:23:6b:9a:b7:88:74:87:0c:1e:5f:
+                    b9:9e:2d:fa:ab:53:2b:dc:bb:76:3e:93:4c:08:08:
+                    8c:1e:a2:23:1c:d4:6a:ad:22:ba:99:01:2e:6d:65:
+                    cb:be:24:66:55:24:4b:40:44:b1:1b:d7:e1:c2:85:
+                    c0:de:10:3f:3d:ed:b8:fc:f1:f1:23:53:dc:bf:65:
+                    97:6f:d9:f9:40:71:8d:7d:bd:95:d4:ce:be:a0:5e:
+                    27:23:de:fd:a6:d0:26:0e:00:29:eb:3c:46:f0:3d:
+                    60:bf:3f:50:d2:dc:26:41:51:9e:14:37:42:04:a3:
+                    70:57:a8:1b:87:ed:2d:fa:7b:ee:8c:0a:e3:a9:66:
+                    89:19:cb:41:f9:dd:44:36:61:cf:e2:77:46:c8:7d:
+                    f6:f4:92:81:36:fd:db:34:f1:72:7e:f3:0c:16:bd:
+                    b4:15
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                07:1F:D2:E7:9C:DA:C2:6E:A2:40:B4:B0:7A:50:10:50:74:C4:C8:BD
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         89:57:b2:16:7a:a8:c2:fd:d6:d9:9b:9b:34:c2:9c:b4:32:14:
+         4d:a7:a4:df:ec:be:a7:be:f8:43:db:91:37:ce:b4:32:2e:50:
+         55:1a:35:4e:76:43:71:20:ef:93:77:4e:15:70:2e:87:c3:c1:
+         1d:6d:dc:cb:b5:27:d4:2c:56:d1:52:53:3a:44:d2:73:c8:c4:
+         1b:05:65:5a:62:92:9c:ee:41:8d:31:db:e7:34:ea:59:21:d5:
+         01:7a:d7:64:b8:64:39:cd:c9:ed:af:ed:4b:03:48:a7:a0:99:
+         01:80:dc:65:a3:36:ae:65:59:48:4f:82:4b:c8:65:f1:57:1d:
+         e5:59:2e:0a:3f:6c:d8:d1:f5:e5:09:b4:6c:54:00:0a:e0:15:
+         4d:87:75:6d:b7:58:96:5a:dd:6d:d2:00:a0:f4:9b:48:be:c3:
+         37:a4:ba:36:e0:7c:87:85:97:1a:15:a2:de:2e:a2:5b:bd:af:
+         18:f9:90:50:cd:70:59:f8:27:67:47:cb:c7:a0:07:3a:7d:d1:
+         2c:5d:6c:19:3a:66:b5:7d:fd:91:6f:82:b1:be:08:93:db:14:
+         47:f1:a2:37:c7:45:9e:3c:c7:77:af:64:a8:93:df:f6:69:83:
+         82:60:f2:49:42:34:ed:5a:00:54:85:1c:16:36:92:0c:5c:fa:
+         a6:ad:bf:db
+SHA1 Fingerprint=29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F
diff --git a/system/etc/security/cacerts/87753b0d.0 b/system/etc/security/cacerts/87753b0d.0
new file mode 100644
index 0000000000000000000000000000000000000000..18405ece61c01fefca902bbd317fa5d37cbfadb2
--- /dev/null
+++ b/system/etc/security/cacerts/87753b0d.0
@@ -0,0 +1,122 @@
+-----BEGIN CERTIFICATE-----
+MIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW
+MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy
+c2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD
+VQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1
+c3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
+AQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81
+WzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG
+FF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq
+XbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL
+se4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb
+KNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd
+IgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73
+y/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt
+hAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc
+QIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4
+Lt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV
+HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV
+HSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ
+KoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z
+dXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ
+L1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr
+Fg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo
+ag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY
+T1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz
+GDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m
+1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV
+OCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH
+6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX
+QMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
+        Validity
+            Not Before: Mar  4 05:00:00 2004 GMT
+            Not After : Mar  4 05:00:00 2029 GMT
+        Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:b3:54:52:c1:c9:3e:f2:d9:dc:b1:53:1a:59:29:
+                    e7:b1:c3:45:28:e5:d7:d1:ed:c5:c5:4b:a1:aa:74:
+                    7b:57:af:4a:26:fc:d8:f5:5e:a7:6e:19:db:74:0c:
+                    4f:35:5b:32:0b:01:e3:db:eb:7a:77:35:ea:aa:5a:
+                    e0:d6:e8:a1:57:94:f0:90:a3:74:56:94:44:30:03:
+                    1e:5c:4e:2b:85:26:74:82:7a:0c:76:a0:6f:4d:ce:
+                    41:2d:a0:15:06:14:5f:b7:42:cd:7b:8f:58:61:34:
+                    dc:2a:08:f9:2e:c3:01:a6:22:44:1c:4c:07:82:e6:
+                    5b:ce:d0:4a:7c:04:d3:19:73:27:f0:aa:98:7f:2e:
+                    af:4e:eb:87:1e:24:77:6a:5d:b6:e8:5b:45:ba:dc:
+                    c3:a1:05:6f:56:8e:8f:10:26:a5:49:c3:2e:d7:41:
+                    87:22:e0:4f:86:ca:60:b5:ea:a1:63:c0:01:97:10:
+                    79:bd:00:3c:12:6d:2b:15:b1:ac:4b:b1:ee:18:b9:
+                    4e:96:dc:dc:76:ff:3b:be:cf:5f:03:c0:fc:3b:e8:
+                    be:46:1b:ff:da:40:c2:52:f7:fe:e3:3a:f7:6a:77:
+                    35:d0:da:8d:eb:5e:18:6a:31:c7:1e:ba:3c:1b:28:
+                    d6:6b:54:c6:aa:5b:d7:a2:2c:1b:19:cc:a2:02:f6:
+                    9b:59:bd:37:6b:86:b5:6d:82:ba:d8:ea:c9:56:bc:
+                    a9:36:58:fd:3e:19:f3:ed:0c:26:a9:93:38:f8:4f:
+                    c1:5d:22:06:d0:97:ea:e1:ad:c6:55:e0:81:2b:28:
+                    83:3a:fa:f4:7b:21:51:00:be:52:38:ce:cd:66:79:
+                    a8:f4:81:56:e2:d0:83:09:47:51:5b:50:6a:cf:db:
+                    48:1a:5d:3e:f7:cb:f6:65:f7:6c:f1:95:f8:02:3b:
+                    32:56:82:39:7a:5b:bd:2f:89:1b:bf:a1:b4:e8:ff:
+                    7f:8d:8c:df:03:f1:60:4e:58:11:4c:eb:a3:3f:10:
+                    2b:83:9a:01:73:d9:94:6d:84:00:27:66:ac:f0:70:
+                    40:09:42:92:ad:4f:93:0d:61:09:51:24:d8:92:d5:
+                    0b:94:61:b2:87:b2:ed:ff:9a:35:ff:85:54:ca:ed:
+                    44:43:ac:1b:3c:16:6b:48:4a:0a:1c:40:88:1f:92:
+                    c2:0b:00:05:ff:f2:c8:02:4a:a4:aa:a9:cc:99:96:
+                    9c:2f:58:e0:7d:e1:be:bb:07:dc:5f:04:72:5c:31:
+                    34:c3:ec:5f:2d:e0:3d:64:90:22:e6:d1:ec:b8:2e:
+                    dd:59:ae:d9:a1:37:bf:54:35:dc:73:32:4f:8c:04:
+                    1e:33:b2:c9:46:f1:d8:5c:c8:55:50:c9:68:bd:a8:
+                    ba:36:09
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B
+            X509v3 Authority Key Identifier: 
+                keyid:76:F3:55:E1:FA:A4:36:FB:F0:9F:5C:62:71:ED:3C:F4:47:38:10:2B
+
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         66:c1:c6:23:f3:d9:e0:2e:6e:5f:e8:cf:ae:b0:b0:25:4d:2b:
+         f8:3b:58:9b:40:24:37:5a:cb:ab:16:49:ff:b3:75:79:33:a1:
+         2f:6d:70:17:34:91:fe:67:7e:8f:ec:9b:e5:5e:82:a9:55:1f:
+         2f:dc:d4:51:07:12:fe:ac:16:3e:2c:35:c6:63:fc:dc:10:eb:
+         0d:a3:aa:d0:7c:cc:d1:d0:2f:51:2e:c4:14:5a:de:e8:19:e1:
+         3e:c6:cc:a4:29:e7:2e:84:aa:06:30:78:76:54:73:28:98:59:
+         38:e0:00:0d:62:d3:42:7d:21:9f:ae:3d:3a:8c:d5:fa:77:0d:
+         18:2b:16:0e:5f:36:e1:fc:2a:b5:30:24:cf:e0:63:0c:7b:58:
+         1a:fe:99:ba:42:12:b1:91:f4:7c:68:e2:c8:e8:af:2c:ea:c9:
+         7e:ae:bb:2a:3d:0d:15:dc:34:95:b6:18:74:a8:6a:0f:c7:b4:
+         f4:13:c4:e4:5b:ed:0a:d2:a4:97:4c:2a:ed:2f:6c:12:89:3d:
+         f1:27:70:aa:6a:03:52:21:9f:40:a8:67:50:f2:f3:5a:1f:df:
+         df:23:f6:dc:78:4e:e6:98:4f:55:3a:53:e3:ef:f2:f4:9f:c7:
+         7c:d8:58:af:29:22:97:b8:e0:bd:91:2e:b0:76:ec:57:11:cf:
+         ef:29:44:f3:e9:85:7a:60:63:e4:5d:33:89:17:d9:31:aa:da:
+         d6:f3:18:35:72:cf:87:2b:2f:63:23:84:5d:84:8c:3f:57:a0:
+         88:fc:99:91:28:26:69:99:d4:8f:97:44:be:8e:d5:48:b1:a4:
+         28:29:f1:15:b4:e1:e5:9e:dd:f8:8f:a6:6f:26:d7:09:3c:3a:
+         1c:11:0e:a6:6c:37:f7:ad:44:87:2c:28:c7:d8:74:82:b3:d0:
+         6f:4a:57:bb:35:29:27:a0:8b:e8:21:a7:87:64:36:5d:cc:d8:
+         16:ac:c7:b2:27:40:92:55:38:28:8d:51:6e:dd:14:67:53:6c:
+         71:5c:26:84:4d:75:5a:b6:7e:60:56:a9:4d:ad:fb:9b:1e:97:
+         f3:0d:d9:d2:97:54:77:da:3d:12:b7:e0:1e:ef:08:06:ac:f9:
+         85:87:e9:a2:dc:af:7e:18:12:83:fd:56:17:41:2e:d5:29:82:
+         7d:99:f4:31:f6:71:a9:cf:2c:01:27:a5:05:b9:aa:b2:48:4e:
+         2a:ef:9f:93:52:51:95:3c:52:73:8e:56:4c:17:40:c0:09:28:
+         e4:8b:6a:48:53:db:ec:cd:55:55:f1:c6:f8:e9:a2:2c:4c:a6:
+         d1:26:5f:7e:af:5a:4c:da:1f:a6:f2:1c:2c:7e:ae:02:16:d2:
+         56:d0:2f:57:53:47:e8:92
+SHA1 Fingerprint=37:9A:19:7B:41:85:45:35:0C:A6:03:69:F3:3C:2E:AF:47:4F:20:79
diff --git a/system/etc/security/cacerts/882de061.0 b/system/etc/security/cacerts/882de061.0
new file mode 100644
index 0000000000000000000000000000000000000000..e15b2af53c757bf72f59935a1130edcb7e044055
--- /dev/null
+++ b/system/etc/security/cacerts/882de061.0
@@ -0,0 +1,77 @@
+-----BEGIN CERTIFICATE-----
+MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT
+AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD
+QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP
+MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC
+ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do
+0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ
+UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d
+RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ
+OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv
+JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C
+AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O
+BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ
+LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY
+MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ
+44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I
+Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw
+i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN
+9u6wWk5JRFRYX0KD
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 35210227249154 (0x200605167002)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=RO, O=certSIGN, OU=certSIGN ROOT CA
+        Validity
+            Not Before: Jul  4 17:20:04 2006 GMT
+            Not After : Jul  4 17:20:04 2031 GMT
+        Subject: C=RO, O=certSIGN, OU=certSIGN ROOT CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b7:33:b9:7e:c8:25:4a:8e:b5:db:b4:28:1b:aa:
+                    57:90:e8:d1:22:d3:64:ba:d3:93:e8:d4:ac:86:61:
+                    40:6a:60:57:68:54:84:4d:bc:6a:54:02:05:ff:df:
+                    9b:9a:2a:ae:5d:07:8f:4a:c3:28:7f:ef:fb:2b:fa:
+                    79:f1:c7:ad:f0:10:53:24:90:8b:66:c9:a8:88:ab:
+                    af:5a:a3:00:e9:be:ba:46:ee:5b:73:7b:2c:17:82:
+                    81:5e:62:2c:a1:02:65:b3:bd:c5:2b:00:7e:c4:fc:
+                    03:33:57:0d:ed:e2:fa:ce:5d:45:d6:38:cd:35:b6:
+                    b2:c1:d0:9c:81:4a:aa:e4:b2:01:5c:1d:8f:5f:99:
+                    c4:b1:ad:db:88:21:eb:90:08:82:80:f3:30:a3:43:
+                    e6:90:82:ae:55:28:49:ed:5b:d7:a9:10:38:0e:fe:
+                    8f:4c:5b:9b:46:ea:41:f5:b0:08:74:c3:d0:88:33:
+                    b6:7c:d7:74:df:dc:84:d1:43:0e:75:39:a1:25:40:
+                    28:ea:78:cb:0e:2c:2e:39:9d:8c:8b:6e:16:1c:2f:
+                    26:82:10:e2:e3:65:94:0a:04:c0:5e:f7:5d:5b:f8:
+                    10:e2:d0:ba:7a:4b:fb:de:37:00:00:1a:5b:28:e3:
+                    d2:9c:73:3e:32:87:98:a1:c9:51:2f:d7:de:ac:33:
+                    b3:4f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Non Repudiation, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                E0:8C:9B:DB:25:49:B3:F1:7C:86:D6:B2:42:87:0B:D0:6B:A0:D9:E4
+    Signature Algorithm: sha1WithRSAEncryption
+         3e:d2:1c:89:2e:35:fc:f8:75:dd:e6:7f:65:88:f4:72:4c:c9:
+         2c:d7:32:4e:f3:dd:19:79:47:bd:8e:3b:5b:93:0f:50:49:24:
+         13:6b:14:06:72:ef:09:d3:a1:a1:e3:40:84:c9:e7:18:32:74:
+         3c:48:6e:0f:9f:4b:d4:f7:1e:d3:93:86:64:54:97:63:72:50:
+         d5:55:cf:fa:20:93:02:a2:9b:c3:23:93:4e:16:55:76:a0:70:
+         79:6d:cd:21:1f:cf:2f:2d:bc:19:e3:88:31:f8:59:1a:81:09:
+         c8:97:a6:74:c7:60:c4:5b:cc:57:8e:b2:75:fd:1b:02:09:db:
+         59:6f:72:93:69:f7:31:41:d6:88:38:bf:87:b2:bd:16:79:f9:
+         aa:e4:be:88:25:dd:61:27:23:1c:b5:31:07:04:36:b4:1a:90:
+         bd:a0:74:71:50:89:6d:bc:14:e3:0f:86:ae:f1:ab:3e:c7:a0:
+         09:cc:a3:48:d1:e0:db:64:e7:92:b5:cf:af:72:43:70:8b:f9:
+         c3:84:3c:13:aa:7e:92:9b:57:53:93:fa:70:c2:91:0e:31:f9:
+         9b:67:5d:e9:96:38:5e:5f:b3:73:4e:88:15:67:de:9e:76:10:
+         62:20:be:55:69:95:43:00:39:4d:f6:ee:b0:5a:4e:49:44:54:
+         58:5f:42:83
+SHA1 Fingerprint=FA:B7:EE:36:97:26:62:FB:2D:B0:2A:F6:BF:03:FD:E8:7C:4B:2F:9B
diff --git a/system/etc/security/cacerts/89c02a45.0 b/system/etc/security/cacerts/89c02a45.0
new file mode 100644
index 0000000000000000000000000000000000000000..f3190b7dd876db47ef0c7ff3840e65b07783bd27
--- /dev/null
+++ b/system/etc/security/cacerts/89c02a45.0
@@ -0,0 +1,54 @@
+-----BEGIN CERTIFICATE-----
+MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL
+MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE
+BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT
+IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw
+MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy
+ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N
+T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv
+biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR
+FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J
+cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW
+BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/
+BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm
+fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv
+GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            1f:47:af:aa:62:00:70:50:54:4c:01:9e:9b:63:99:2a
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
+        Validity
+            Not Before: Mar  6 00:00:00 2008 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO ECC Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:03:47:7b:2f:75:c9:82:15:85:fb:75:e4:91:16:
+                    d4:ab:62:99:f5:3e:52:0b:06:ce:41:00:7f:97:e1:
+                    0a:24:3c:1d:01:04:ee:3d:d2:8d:09:97:0c:e0:75:
+                    e4:fa:fb:77:8a:2a:f5:03:60:4b:36:8b:16:23:16:
+                    ad:09:71:f4:4a:f4:28:50:b4:fe:88:1c:6e:3f:6c:
+                    2f:2f:09:59:5b:a5:5b:0b:33:99:e2:c3:3d:89:f9:
+                    6a:2c:ef:b2:d3:06:e9
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                75:71:A7:19:48:19:BC:9D:9D:EA:41:47:DF:94:C4:48:77:99:D3:79
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:31:00:ef:03:5b:7a:ac:b7:78:0a:72:b7:88:df:ff:
+         b5:46:14:09:0a:fa:a0:e6:7d:08:c6:1a:87:bd:18:a8:73:bd:
+         26:ca:60:0c:9d:ce:99:9f:cf:5c:0f:30:e1:be:14:31:ea:02:
+         30:14:f4:93:3c:49:a7:33:7a:90:46:47:b3:63:7d:13:9b:4e:
+         b7:6f:18:37:80:53:fe:dd:20:e0:35:9a:36:d1:c7:01:b9:e6:
+         dc:dd:f3:ff:1d:2c:3a:16:57:d9:92:39:d6
+SHA1 Fingerprint=9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11
diff --git a/system/etc/security/cacerts/8d6437c3.0 b/system/etc/security/cacerts/8d6437c3.0
new file mode 100644
index 0000000000000000000000000000000000000000..2097b642d6d3df381521aad5338ef300fcd8ef22
--- /dev/null
+++ b/system/etc/security/cacerts/8d6437c3.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv
+b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG
+EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl
+cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi
+MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA
+n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc
+biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp
+EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA
+bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu
+YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB
+AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW
+BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI
+QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I
+0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni
+lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9
+B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv
+ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo
+IhNzbM8m9Yop5w==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0b:93:1c:3a:d6:39:67:ea:67:23:bf:c3:af:9a:f4:4b
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
+        Validity
+            Not Before: Aug  1 12:00:00 2013 GMT
+            Not After : Jan 15 12:00:00 2038 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d9:e7:28:2f:52:3f:36:72:49:88:93:34:f3:f8:
+                    6a:1e:31:54:80:9f:ad:54:41:b5:47:df:96:a8:d4:
+                    af:80:2d:b9:0a:cf:75:fd:89:a5:7d:24:fa:e3:22:
+                    0c:2b:bc:95:17:0b:33:bf:19:4d:41:06:90:00:bd:
+                    0c:4d:10:fe:07:b5:e7:1c:6e:22:55:31:65:97:bd:
+                    d3:17:d2:1e:62:f3:db:ea:6c:50:8c:3f:84:0c:96:
+                    cf:b7:cb:03:e0:ca:6d:a1:14:4c:1b:89:dd:ed:00:
+                    b0:52:7c:af:91:6c:b1:38:13:d1:e9:12:08:c0:00:
+                    b0:1c:2b:11:da:77:70:36:9b:ae:ce:79:87:dc:82:
+                    70:e6:09:74:70:55:69:af:a3:68:9f:bf:dd:b6:79:
+                    b3:f2:9d:70:29:55:f4:ab:ff:95:61:f3:c9:40:6f:
+                    1d:d1:be:93:bb:d3:88:2a:bb:9d:bf:72:5a:56:71:
+                    3b:3f:d4:f3:d1:0a:fe:28:ef:a3:ee:d9:99:af:03:
+                    d3:8f:60:b7:f2:92:a1:b1:bd:89:89:1f:30:cd:c3:
+                    a6:2e:62:33:ae:16:02:77:44:5a:e7:81:0a:3c:a7:
+                    44:2e:79:b8:3f:04:bc:5c:a0:87:e1:1b:af:51:8e:
+                    cd:ec:2c:fa:f8:fe:6d:f0:3a:7c:aa:8b:e4:67:95:
+                    31:8d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                CE:C3:4A:B9:99:55:F2:B8:DB:60:BF:A9:7E:BD:56:B5:97:36:A7:D6
+    Signature Algorithm: sha256WithRSAEncryption
+         ca:a5:55:8c:e3:c8:41:6e:69:27:a7:75:11:ef:3c:86:36:6f:
+         d2:9d:c6:78:38:1d:69:96:a2:92:69:2e:38:6c:9b:7d:04:d4:
+         89:a5:b1:31:37:8a:c9:21:cc:ab:6c:cd:8b:1c:9a:d6:bf:48:
+         d2:32:66:c1:8a:c0:f3:2f:3a:ef:c0:e3:d4:91:86:d1:50:e3:
+         03:db:73:77:6f:4a:39:53:ed:de:26:c7:b5:7d:af:2b:42:d1:
+         75:62:e3:4a:2b:02:c7:50:4b:e0:69:e2:96:6c:0e:44:66:10:
+         44:8f:ad:05:eb:f8:79:ac:a6:1b:e8:37:34:9d:53:c9:61:aa:
+         a2:52:af:4a:70:16:86:c2:3a:c8:b1:13:70:36:d8:cf:ee:f4:
+         0a:34:d5:5b:4c:fd:07:9c:a2:ba:d9:01:72:5c:f3:4d:c1:dd:
+         0e:b1:1c:0d:c4:63:be:ad:f4:14:fb:89:ec:a2:41:0e:4c:cc:
+         c8:57:40:d0:6e:03:aa:cd:0c:8e:89:99:99:6c:f0:3c:30:af:
+         38:df:6f:bc:a3:be:29:20:27:ab:74:ff:13:22:78:de:97:52:
+         55:1e:83:b5:54:20:03:ee:ae:c0:4f:56:de:37:cc:c3:7f:aa:
+         04:27:bb:d3:77:b8:62:db:17:7c:9c:28:22:13:73:6c:cf:26:
+         f5:8a:29:e7
+SHA1 Fingerprint=A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F
diff --git a/system/etc/security/cacerts/91739615.0 b/system/etc/security/cacerts/91739615.0
new file mode 100644
index 0000000000000000000000000000000000000000..3549e543ac91a2c0eeb74329314e24f551b820e1
--- /dev/null
+++ b/system/etc/security/cacerts/91739615.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1
+MQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1
+czEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG
+CSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAxMDMwMTAxMDMwWhgPMjAzMDEy
+MTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNl
+ZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBS
+b290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEB
+AQUAA4IBDwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUy
+euuOF0+W2Ap7kaJjbMeMTC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvO
+bntl8jixwKIy72KyaOBhU8E2lf/slLo2rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIw
+WFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw93X2PaRka9ZP585ArQ/d
+MtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtNP2MbRMNE
+1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYD
+VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/
+zQas8fElyalL1BSZMEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYB
+BQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEF
+BQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+RjxY6hUFaTlrg4wCQiZrxTFGGV
+v9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqMlIpPnTX/dqQG
+E5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u
+uSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIW
+iAYLtqZLICjU3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/v
+GVCJYMzpJJUPwssd8m92kMfMdcGWxZ0=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            54:80:f9:a0:73:ed:3f:00:4c:ca:89:d8:e3:71:e6:4a
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA/emailAddress=pki@sk.ee
+        Validity
+            Not Before: Oct 30 10:10:30 2010 GMT
+            Not After : Dec 17 23:59:59 2030 GMT
+        Subject: C=EE, O=AS Sertifitseerimiskeskus, CN=EE Certification Centre Root CA/emailAddress=pki@sk.ee
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c8:20:c0:ec:e0:c5:4b:ab:07:78:95:f3:44:ee:
+                    fb:0b:0c:ff:74:8e:61:bb:b1:62:ea:23:d8:ab:a1:
+                    65:32:7a:eb:8e:17:4f:96:d8:0a:7b:91:a2:63:6c:
+                    c7:8c:4c:2e:79:bf:a9:05:fc:69:5c:95:8d:62:f9:
+                    b9:70:ed:c3:51:7d:d0:93:e6:6c:eb:30:4b:e1:bc:
+                    7d:bf:52:9b:ce:6e:7b:65:f2:38:b1:c0:a2:32:ef:
+                    62:b2:68:e0:61:53:c1:36:95:ff:ec:94:ba:36:ae:
+                    9c:1c:a7:32:0f:e5:7c:b4:c6:6f:74:fd:7b:18:e8:
+                    ac:57:ed:06:20:4b:32:30:58:5b:fd:cd:a8:e6:a1:
+                    fc:70:bc:8e:92:73:db:97:a7:7c:21:ae:3d:c1:f5:
+                    48:87:6c:27:bd:9f:25:74:81:55:b0:f7:75:f6:3d:
+                    a4:64:6b:d6:4f:e7:ce:40:ad:0f:dd:32:d3:bc:8a:
+                    12:53:98:c9:89:fb:10:1d:4d:7e:cd:7e:1f:56:0d:
+                    21:70:85:f6:20:83:1f:f6:ba:1f:04:8f:ea:77:88:
+                    35:c4:ff:ea:4e:a1:8b:4d:3f:63:1b:44:c3:44:d4:
+                    25:76:ca:b7:8d:d7:1e:4a:66:64:cd:5c:c5:9c:83:
+                    e1:c2:08:88:9a:ec:4e:a3:f1:3e:1c:2c:d9:6c:1d:
+                    a1:4b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                12:F2:5A:3E:EA:56:1C:BF:CD:06:AC:F1:F1:25:C9:A9:4B:D4:14:99
+            X509v3 Extended Key Usage: 
+                TLS Web Client Authentication, TLS Web Server Authentication, Code Signing, E-mail Protection, Time Stamping, OCSP Signing
+    Signature Algorithm: sha1WithRSAEncryption
+         7b:f6:e4:c0:0d:aa:19:47:b7:4d:57:a3:fe:ad:bb:b1:6a:d5:
+         0f:9e:db:e4:63:c5:8e:a1:50:56:93:96:b8:38:c0:24:22:66:
+         bc:53:14:61:95:bf:d0:c7:2a:96:39:3f:7d:28:b3:10:40:21:
+         6a:c4:af:b0:52:77:18:e1:96:d8:56:5d:e3:dd:36:5e:1d:a7:
+         50:54:a0:c5:2a:e4:aa:8c:94:8a:4f:9d:35:ff:76:a4:06:13:
+         91:a2:a2:7d:00:44:3f:55:d3:82:3c:1a:d5:5b:bc:56:4c:22:
+         2e:46:43:8a:24:40:2d:f3:12:b8:3b:70:1a:a4:96:b9:1a:af:
+         87:41:1a:6a:18:0d:06:4f:c7:3e:6e:b9:29:4d:0d:49:89:11:
+         87:32:5b:e6:4b:04:c8:e4:5c:e6:74:73:94:5d:16:98:13:95:
+         fe:fb:db:b1:44:e5:3a:70:ac:37:6b:e6:b3:33:72:28:c9:b3:
+         57:a0:f6:02:16:88:06:0b:b6:a6:4b:20:28:d4:de:3d:8b:ad:
+         37:05:53:74:fe:6e:cc:bc:43:17:71:5e:f9:c5:cc:1a:a9:61:
+         ee:f7:76:0c:f3:72:f4:72:ad:cf:72:02:36:07:47:cf:ef:19:
+         50:89:60:cc:e9:24:95:0f:c2:cb:1d:f2:6f:76:90:c7:cc:75:
+         c1:96:c5:9d
+SHA1 Fingerprint=C9:A8:B9:E7:55:80:5E:58:E3:53:77:A7:25:EB:AF:C3:7B:27:CC:D7
diff --git a/system/etc/security/cacerts/9282e51c.0 b/system/etc/security/cacerts/9282e51c.0
new file mode 100644
index 0000000000000000000000000000000000000000..f2a9f945700af1a18248c04a104d6b187577860e
--- /dev/null
+++ b/system/etc/security/cacerts/9282e51c.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD
+TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y
+aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx
+MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j
+aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP
+T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03
+sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL
+TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5
+/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp
+7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz
+EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt
+hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP
+a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot
+aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg
+TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV
+PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv
+cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL
+tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd
+BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB
+ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT
+ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL
+jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS
+ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy
+P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19
+xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d
+Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN
+5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe
+/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z
+AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ
+5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 407555286 (0x184accd6)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
+        Validity
+            Not Before: Aug  8 03:07:01 2012 GMT
+            Not After : Dec 31 03:07:01 2029 GMT
+        Subject: C=CN, O=China Financial Certification Authority, CN=CFCA EV ROOT
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:d7:5d:6b:cd:10:3f:1f:05:59:d5:05:4d:37:b1:
+                    0e:ec:98:2b:8e:15:1d:fa:93:4b:17:82:21:71:10:
+                    52:d7:51:64:70:16:c2:55:69:4d:8e:15:6d:9f:bf:
+                    0c:1b:c2:e0:a3:67:d6:0c:ac:cf:22:ae:af:77:54:
+                    2a:4b:4c:8a:53:52:7a:c3:ee:2e:de:b3:71:25:c1:
+                    e9:5d:3d:ee:a1:2f:a3:f7:2a:3c:c9:23:1d:6a:ab:
+                    1d:a1:a7:f1:f3:ec:a0:d5:44:cf:15:cf:72:2f:1d:
+                    63:97:e8:99:f9:fd:93:a4:54:80:4c:52:d4:52:ab:
+                    2e:49:df:90:cd:b8:5f:be:3f:de:a1:ca:4d:20:d4:
+                    25:e8:84:29:53:b7:b1:88:1f:ff:fa:da:90:9f:0a:
+                    a9:2d:41:3f:b1:f1:18:29:ee:16:59:2c:34:49:1a:
+                    a8:06:d7:a8:88:d2:03:72:7a:32:e2:ea:68:4d:6e:
+                    2c:96:65:7b:ca:59:fa:f2:e2:dd:ee:30:2c:fb:cc:
+                    46:ac:c4:63:eb:6f:7f:36:2b:34:73:12:94:7f:df:
+                    cc:26:9e:f1:72:5d:50:65:59:8f:69:b3:87:5e:32:
+                    6f:c3:18:8a:b5:95:8f:b0:7a:37:de:5a:45:3b:c7:
+                    36:e1:ef:67:d1:39:d3:97:5b:73:62:19:48:2d:87:
+                    1c:06:fb:74:98:20:49:73:f0:05:d2:1b:b1:a0:a3:
+                    b7:1b:70:d3:88:69:b9:5a:d6:38:f4:62:dc:25:8b:
+                    78:bf:f8:e8:7e:b8:5c:c9:95:4f:5f:a7:2d:b9:20:
+                    6b:cf:6b:dd:f5:0d:f4:82:b7:f4:b2:66:2e:10:28:
+                    f6:97:5a:7b:96:16:8f:01:19:2d:6c:6e:7f:39:58:
+                    06:64:83:01:83:83:c3:4d:92:dd:32:c6:87:a4:37:
+                    e9:16:ce:aa:2d:68:af:0a:81:65:3a:70:c1:9b:ad:
+                    4d:6d:54:ca:2a:2d:4b:85:1b:b3:80:e6:70:45:0d:
+                    6b:5e:35:f0:7f:3b:b8:9c:e4:04:70:89:12:25:93:
+                    da:0a:99:22:60:6a:63:60:4e:76:06:98:4e:bd:83:
+                    ad:1d:58:8a:25:85:d2:c7:65:1e:2d:8e:c6:df:b6:
+                    c6:e1:7f:8a:04:21:15:29:74:f0:3e:9c:90:9d:0c:
+                    2e:f1:8a:3e:5a:aa:0c:09:1e:c7:d5:3c:a3:ed:97:
+                    c3:1e:34:fa:38:f9:08:0e:e3:c0:5d:2b:83:d1:56:
+                    6a:c9:b6:a8:54:53:2e:78:32:67:3d:82:7f:74:d0:
+                    fb:e1:b6:05:60:b9:70:db:8e:0b:f9:13:58:6f:71:
+                    60:10:52:10:b9:c1:41:09:ef:72:1f:67:31:78:ff:
+                    96:05:8d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Authority Key Identifier: 
+                keyid:E3:FE:2D:FD:28:D0:0B:B5:BA:B6:A2:C4:BF:06:AA:05:8C:93:FB:2F
+
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                E3:FE:2D:FD:28:D0:0B:B5:BA:B6:A2:C4:BF:06:AA:05:8C:93:FB:2F
+    Signature Algorithm: sha256WithRSAEncryption
+         25:c6:ba:6b:eb:87:cb:de:82:39:96:3d:f0:44:a7:6b:84:73:
+         03:de:9d:2b:4f:ba:20:7f:bc:78:b2:cf:97:b0:1b:9c:f3:d7:
+         79:2e:f5:48:b6:d2:fb:17:88:e6:d3:7a:3f:ed:53:13:d0:e2:
+         2f:6a:79:cb:00:23:28:e6:1e:37:57:35:89:84:c2:76:4f:34:
+         36:ad:67:c3:ce:41:06:88:c5:f7:ee:d8:1a:b8:d6:0b:7f:50:
+         ff:93:aa:17:4b:8c:ec:ed:52:60:b2:a4:06:ea:4e:eb:f4:6b:
+         19:fd:eb:f5:1a:e0:25:2a:9a:dc:c7:41:36:f7:c8:74:05:84:
+         39:95:39:d6:0b:3b:a4:27:fa:08:d8:5c:1e:f8:04:60:52:11:
+         28:28:03:ff:ef:53:66:00:a5:4a:34:16:66:7c:fd:09:a4:ae:
+         9e:67:1a:6f:41:0b:6b:06:13:9b:8f:86:71:05:b4:2f:8d:89:
+         66:33:29:76:54:9a:11:f8:27:fa:b2:3f:91:e0:ce:0d:1b:f3:
+         30:1a:ad:bf:22:5d:1b:d3:bf:25:05:4d:e1:92:1a:7f:99:9f:
+         3c:44:93:ca:d4:40:49:6c:80:87:d7:04:3a:c3:32:52:35:0e:
+         56:f8:a5:dd:7d:c4:8b:0d:11:1f:53:cb:1e:b2:17:b6:68:77:
+         5a:e0:d4:cb:c8:07:ae:f5:3a:2e:8e:37:b7:d0:01:4b:43:29:
+         77:8c:39:97:8f:82:5a:f8:51:e5:89:a0:18:e7:68:7f:5d:0a:
+         2e:fb:a3:47:0e:3d:a6:23:7a:c6:01:c7:8f:c8:5e:bf:6d:80:
+         56:be:8a:24:ba:33:ea:9f:e1:32:11:9e:f1:d2:4f:80:f6:1b:
+         40:af:38:9e:11:50:79:73:12:12:cd:e6:6c:9d:2c:88:72:3c:
+         30:81:06:91:22:ea:59:ad:da:19:2e:22:c2:8d:b9:8c:87:e0:
+         66:bc:73:23:5f:21:64:63:80:48:f5:a0:3c:18:3d:94:c8:48:
+         41:1d:40:ba:5e:fe:fe:56:39:a1:c8:cf:5e:9e:19:64:46:10:
+         da:17:91:b7:05:80:ac:8b:99:92:7d:e7:a2:d8:07:0b:36:27:
+         e7:48:79:60:8a:c3:d7:13:5c:f8:72:40:df:4a:cb:cf:99:00:
+         0a:00:0b:11:95:da:56:45:03:88:0a:9f:67:d0:d5:79:b1:a8:
+         8d:40:6d:0d:c2:7a:40:fa:f3:5f:64:47:92:cb:53:b9:bb:59:
+         ce:4f:fd:d0:15:53:01:d8:df:eb:d9:e6:76:ef:d0:23:bb:3b:
+         a9:79:b3:d5:02:29:cd:89:a3:96:0f:4a:35:e7:4e:42:c0:75:
+         cd:07:cf:e6:2c:eb:7b:2e
+SHA1 Fingerprint=E2:B8:29:4B:55:84:AB:6B:58:C2:90:46:6C:AC:3F:B8:39:8F:84:83
diff --git a/system/etc/security/cacerts/9339512a.0 b/system/etc/security/cacerts/9339512a.0
new file mode 100644
index 0000000000000000000000000000000000000000..c6dc40cf0fa0ebfd09e5ae0c63ff3e2869394cb9
--- /dev/null
+++ b/system/etc/security/cacerts/9339512a.0
@@ -0,0 +1,137 @@
+-----BEGIN CERTIFICATE-----
+MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x
+GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv
+b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV
+BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W
+YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM
+V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB
+4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr
+H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd
+8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv
+vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT
+mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe
+btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc
+T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt
+WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ
+c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A
+4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD
+VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG
+CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0
+aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0
+aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu
+dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw
+czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G
+A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC
+TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg
+Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0
+7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem
+d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd
++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B
+4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN
+t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x
+DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57
+k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s
+zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j
+Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT
+mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK
+4SVhM7JZG+Ju1zdXtg2pEto=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1478 (0x5c6)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
+        Validity
+            Not Before: Nov 24 19:11:23 2006 GMT
+            Not After : Nov 24 19:06:44 2031 GMT
+        Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:cc:57:42:16:54:9c:e6:98:d3:d3:4d:ee:fe:ed:
+                    c7:9f:43:39:4a:65:b3:e8:16:88:34:db:0d:59:91:
+                    74:cf:92:b8:04:40:ad:02:4b:31:ab:bc:8d:91:68:
+                    d8:20:0e:1a:01:e2:1a:7b:4e:17:5d:e2:8a:b7:3f:
+                    99:1a:cd:eb:61:ab:c2:65:a6:1f:b7:b7:bd:b7:8f:
+                    fc:fd:70:8f:0b:a0:67:be:01:a2:59:cf:71:e6:0f:
+                    29:76:ff:b1:56:79:45:2b:1f:9e:7a:54:e8:a3:29:
+                    35:68:a4:01:4f:0f:a4:2e:37:ef:1b:bf:e3:8f:10:
+                    a8:72:ab:58:57:e7:54:86:c8:c9:f3:5b:da:2c:da:
+                    5d:8e:6e:3c:a3:3e:da:fb:82:e5:dd:f2:5c:b2:05:
+                    33:6f:8a:36:ce:d0:13:4e:ff:bf:4a:0c:34:4c:a6:
+                    c3:21:bd:50:04:55:eb:b1:bb:9d:fb:45:1e:64:15:
+                    de:55:01:8c:02:76:b5:cb:a1:3f:42:69:bc:2f:bd:
+                    68:43:16:56:89:2a:37:61:91:fd:a6:ae:4e:c0:cb:
+                    14:65:94:37:4b:92:06:ef:04:d0:c8:9c:88:db:0b:
+                    7b:81:af:b1:3d:2a:c4:65:3a:78:b6:ee:dc:80:b1:
+                    d2:d3:99:9c:3a:ee:6b:5a:6b:b3:8d:b7:d5:ce:9c:
+                    c2:be:a5:4b:2f:16:b1:9e:68:3b:06:6f:ae:7d:9f:
+                    f8:de:ec:cc:29:a7:98:a3:25:43:2f:ef:f1:5f:26:
+                    e1:88:4d:f8:5e:6e:d7:d9:14:6e:19:33:69:a7:3b:
+                    84:89:93:c4:53:55:13:a1:51:78:40:f8:b8:c9:a2:
+                    ee:7b:ba:52:42:83:9e:14:ed:05:52:5a:59:56:a7:
+                    97:fc:9d:3f:0a:29:d8:dc:4f:91:0e:13:bc:de:95:
+                    a4:df:8b:99:be:ac:9b:33:88:ef:b5:81:af:1b:c6:
+                    22:53:c8:f6:c7:ee:97:14:b0:c5:7c:78:52:c8:f0:
+                    ce:6e:77:60:84:a6:e9:2a:76:20:ed:58:01:17:30:
+                    93:e9:1a:8b:e0:73:63:d9:6a:92:94:49:4e:b4:ad:
+                    4a:85:c4:a3:22:30:fc:09:ed:68:22:73:a6:88:0c:
+                    55:21:58:c5:e1:3a:9f:2a:dd:ca:e1:90:e0:d9:73:
+                    ab:6c:80:b8:e8:0b:64:93:a0:9c:8c:19:ff:b3:d2:
+                    0c:ec:91:26:87:8a:b3:a2:e1:70:8f:2c:0a:e5:cd:
+                    6d:68:51:eb:da:3f:05:7f:8b:32:e6:13:5c:6b:fe:
+                    5f:40:e2:22:c8:b4:b4:64:4f:d6:ba:7d:48:3e:a8:
+                    69:0c:d7:bb:86:71:c9:73:b8:3f:3b:9d:25:4b:da:
+                    ff:40:eb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.8024.0.3
+                  User Notice:
+                    Explicit Text: Any use of this Certificate constitutes acceptance of the QuoVadis Root CA 3 Certificate Policy / Certification Practice Statement.
+                  CPS: http://www.quovadisglobal.com/cps
+
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                F2:C0:13:E0:82:43:3E:FB:EE:2F:67:32:96:35:5C:DB:B8:CB:02:D0
+            X509v3 Authority Key Identifier: 
+                keyid:F2:C0:13:E0:82:43:3E:FB:EE:2F:67:32:96:35:5C:DB:B8:CB:02:D0
+                DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 3
+                serial:05:C6
+
+    Signature Algorithm: sha1WithRSAEncryption
+         4f:ad:a0:2c:4c:fa:c0:f2:6f:f7:66:55:ab:23:34:ee:e7:29:
+         da:c3:5b:b6:b0:83:d9:d0:d0:e2:21:fb:f3:60:a7:3b:5d:60:
+         53:27:a2:9b:f6:08:22:2a:e7:bf:a0:72:e5:9c:24:6a:31:b1:
+         90:7a:27:db:84:11:89:27:a6:77:5a:38:d7:bf:ac:86:fc:ee:
+         5d:83:bc:06:c6:d1:77:6b:0f:6d:24:2f:4b:7a:6c:a7:07:96:
+         ca:e3:84:9f:ad:88:8b:1d:ab:16:8d:5b:66:17:d9:16:f4:8b:
+         80:d2:dd:f8:b2:76:c3:fc:38:13:aa:0c:de:42:69:2b:6e:f3:
+         3c:eb:80:27:db:f5:a6:44:0d:9f:5a:55:59:0b:d5:0d:52:48:
+         c5:ae:9f:f2:2f:80:c5:ea:32:50:35:12:97:2e:c1:e1:ff:f1:
+         23:88:51:38:9f:f2:66:56:76:e7:0f:51:97:a5:52:0c:4d:49:
+         51:95:36:3d:bf:a2:4b:0c:10:1d:86:99:4c:aa:f3:72:11:93:
+         e4:ea:f6:9b:da:a8:5d:a7:4d:b7:9e:02:ae:73:00:c8:da:23:
+         03:e8:f9:ea:19:74:62:00:94:cb:22:20:be:94:a7:59:b5:82:
+         6a:be:99:79:7a:a9:f2:4a:24:52:f7:74:fd:ba:4e:e6:a8:1d:
+         02:6e:b1:0d:80:44:c1:ae:d3:23:37:5f:bb:85:7c:2b:92:2e:
+         e8:7e:a5:8b:dd:99:e1:bf:27:6f:2d:5d:aa:7b:87:fe:0a:dd:
+         4b:fc:8e:f5:26:e4:6e:70:42:6e:33:ec:31:9e:7b:93:c1:e4:
+         c9:69:1a:3d:c0:6b:4e:22:6d:ee:ab:58:4d:c6:d0:41:c1:2b:
+         ea:4f:12:87:5e:eb:45:d8:6c:f5:98:02:d3:a0:d8:55:8a:06:
+         99:19:a2:a0:77:d1:30:9e:ac:cc:75:ee:83:f5:b0:62:39:cf:
+         6c:57:e2:4c:d2:91:0b:0e:75:28:1b:9a:bf:fd:1a:43:f1:ca:
+         77:fb:3b:8f:61:b8:69:28:16:42:04:5e:70:2a:1c:21:d8:8f:
+         e1:bd:23:5b:2d:74:40:92:d9:63:19:0d:73:dd:69:bc:62:47:
+         bc:e0:74:2b:b2:eb:7d:be:41:1b:b5:c0:46:c5:a1:22:cb:5f:
+         4e:c1:28:92:de:18:ba:d5:2a:28:bb:11:8b:17:93:98:99:60:
+         94:5c:23:cf:5a:27:97:5e:0b:05:06:93:37:1e:3b:69:36:eb:
+         a9:9e:61:1d:8f:32:da:8e:0c:d6:74:3e:7b:09:24:da:01:77:
+         47:c4:3b:cd:34:8c:99:f5:ca:e1:25:61:33:b2:59:1b:e2:6e:
+         d7:37:57:b6:0d:a9:12:da
+SHA1 Fingerprint=1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85
diff --git a/system/etc/security/cacerts/9479c8c3.0 b/system/etc/security/cacerts/9479c8c3.0
new file mode 100644
index 0000000000000000000000000000000000000000..691e322327337dbe0bbaab81f53e3763ff1f4459
--- /dev/null
+++ b/system/etc/security/cacerts/9479c8c3.0
@@ -0,0 +1,54 @@
+-----BEGIN CERTIFICATE-----
+MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN
+BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl
+c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl
+bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv
+b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ
+BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj
+YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5
+MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0
+dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg
+QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa
+jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC
+MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi
+C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep
+lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof
+TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: ecdsa-with-SHA256
+        Issuer: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
+        Validity
+            Not Before: Jul  7 10:37:12 2015 GMT
+            Not After : Jun 30 10:37:12 2040 GMT
+        Subject: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions ECC RootCA 2015
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:92:a0:41:e8:4b:82:84:5c:e2:f8:31:11:99:86:
+                    64:4e:09:25:2f:9d:41:2f:0a:ae:35:4f:74:95:b2:
+                    51:64:6b:8d:6b:e6:3f:70:95:f0:05:44:47:a6:72:
+                    38:50:76:95:02:5a:8e:ae:28:9e:f9:2d:4e:99:ef:
+                    2c:48:6f:4c:25:29:e8:d1:71:5b:df:1d:c1:75:37:
+                    b4:d7:fa:7b:7a:42:9c:6a:0a:56:5a:7c:69:0b:aa:
+                    80:09:24:6c:7e:c1:46
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                B4:22:0B:82:99:24:01:0E:9C:BB:E4:0E:FD:BF:FB:97:20:93:99:2A
+    Signature Algorithm: ecdsa-with-SHA256
+         30:64:02:30:67:ce:16:62:38:a2:ac:62:45:a7:a9:95:24:c0:
+         1a:27:9c:32:3b:c0:c0:d5:ba:a9:e7:f8:04:43:53:85:ee:52:
+         21:de:9d:f5:25:83:3e:9e:58:4b:2f:d7:67:13:0e:21:02:30:
+         05:e1:75:01:de:68:ed:2a:1f:4d:4c:09:08:0d:ec:4b:ad:64:
+         17:28:e7:75:ce:45:65:72:21:17:cb:22:41:0e:8c:13:98:38:
+         9a:54:6d:9b:ca:e2:7c:ea:02:58:22:91
+SHA1 Fingerprint=9F:F1:71:8D:92:D5:9A:F3:7D:74:97:B4:BC:6F:84:68:0B:BA:B6:66
diff --git a/system/etc/security/cacerts/9576d26b.0 b/system/etc/security/cacerts/9576d26b.0
new file mode 100644
index 0000000000000000000000000000000000000000..e77a90c7d37708954e20c7ab3d9249e981c90de9
--- /dev/null
+++ b/system/etc/security/cacerts/9576d26b.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV
+BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu
+MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy
+MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx
+EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw
+ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe
+NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH
+PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I
+x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe
+QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR
+yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO
+QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912
+H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ
+QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD
+i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs
+nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1
+rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud
+DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI
+hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM
+tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf
+GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb
+lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka
++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal
+TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i
+nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3
+gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr
+G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os
+zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x
+L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 10572350602393338211 (0x92b888dbb08ac163)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
+        Validity
+            Not Before: Jul 19 09:15:30 2012 GMT
+            Not After : Jul 19 09:15:30 2042 GMT
+        Subject: C=SK, L=Bratislava, O=Disig a.s., CN=CA Disig Root R2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a2:a3:c4:00:09:d6:85:5d:2d:6d:14:f6:c2:c3:
+                    73:9e:35:c2:71:55:7e:81:fb:ab:46:50:e0:c1:7c:
+                    49:78:e6:ab:79:58:3c:da:ff:7c:1c:9f:d8:97:02:
+                    78:3e:6b:41:04:e9:41:bd:be:03:2c:45:f6:2f:64:
+                    d4:ab:5d:a3:47:3d:64:9b:e9:68:9a:c6:cc:1b:3f:
+                    ba:be:b2:8b:34:02:2e:98:55:19:fc:8c:6f:aa:5f:
+                    da:4c:ce:4d:03:21:a3:d8:d2:34:93:56:96:cb:4c:
+                    0c:00:16:3c:5f:1a:cd:c8:c7:6c:a6:ad:d3:31:a7:
+                    bc:e8:e5:e1:66:d6:d2:fb:03:b4:41:65:c9:10:ae:
+                    0e:05:63:c6:80:6a:69:30:fd:d2:ee:90:ef:0d:27:
+                    df:9f:95:73:f4:e1:25:da:6c:16:de:41:38:34:ea:
+                    8b:fc:d1:e8:04:14:61:2d:41:7e:ac:c7:77:4e:cb:
+                    51:54:fb:5e:92:18:1b:04:5a:68:c6:c9:c4:fa:b7:
+                    13:a0:98:b7:11:2b:b7:d6:57:cc:7c:9e:17:d1:cb:
+                    25:fe:86:4e:24:2e:56:0c:78:4d:9e:01:12:a6:2b:
+                    a7:01:65:6e:7c:62:1d:84:84:df:ea:c0:6b:b5:a5:
+                    2a:95:83:c3:53:11:0c:73:1d:0b:b2:46:90:d1:42:
+                    3a:ce:40:6e:95:ad:ff:c6:94:ad:6e:97:84:8e:7d:
+                    6f:9e:8a:80:0d:49:6d:73:e2:7b:92:1e:c3:f3:c1:
+                    f3:eb:2e:05:6f:d9:1b:cf:37:76:04:c8:b4:5a:e4:
+                    17:a7:cb:dd:76:1f:d0:19:76:e8:2c:05:b3:d6:9c:
+                    34:d8:96:dc:61:87:91:05:e4:44:08:33:c1:da:b9:
+                    08:65:d4:ae:b2:36:0d:eb:ba:38:ba:0c:e5:9b:9e:
+                    eb:8d:66:dd:99:cf:d6:89:41:f6:04:92:8a:29:29:
+                    6d:6b:3a:1c:e7:75:7d:02:71:0e:f3:c0:e7:bd:cb:
+                    19:dd:9d:60:b2:c2:66:60:b6:b1:04:ee:c9:e6:86:
+                    b9:9a:66:40:a8:e7:11:ed:81:45:03:8b:f6:67:59:
+                    e8:c1:06:11:bd:dd:cf:80:02:4f:65:40:78:5c:47:
+                    50:c8:9b:e6:1f:81:7b:e4:44:a8:5b:85:9a:e2:de:
+                    5a:d5:c7:f9:3a:44:66:4b:e4:32:54:7c:e4:6c:9c:
+                    b3:0e:3d:17:a2:b2:34:12:d6:7e:b2:a8:49:bb:d1:
+                    7a:28:40:be:a2:16:1f:df:e4:37:1f:11:73:fb:90:
+                    0a:65:43:a2:0d:7c:f8:06:01:55:33:7d:b0:0d:b8:
+                    f4:f5:ae:a5:42:57:7c:36:11:8c:7b:5e:c4:03:9d:
+                    8c:79:9d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                B5:99:F8:AF:B0:94:F5:E3:20:D6:0A:AD:CE:4E:56:A4:2E:6E:42:ED
+    Signature Algorithm: sha256WithRSAEncryption
+         26:06:5e:70:e7:65:33:c8:82:6e:d9:9c:17:3a:1b:7a:66:b2:
+         01:f6:78:3b:69:5e:2f:ea:ff:4e:f9:28:c3:98:2a:61:4c:b4:
+         24:12:8a:7d:6d:11:14:f7:9c:b5:ca:e6:bc:9e:27:8e:4c:19:
+         c8:a9:bd:7a:c0:d7:36:0e:6d:85:72:6e:a8:c6:a2:6d:f6:fa:
+         73:63:7f:bc:6e:79:08:1c:9d:8a:9f:1a:8a:53:a6:d8:bb:d9:
+         35:55:b1:11:c5:a9:03:b3:56:3b:b9:84:93:22:5e:7e:c1:f6:
+         12:52:8b:ea:2c:67:bc:fe:36:4c:f5:b8:cf:d1:b3:49:92:3b:
+         d3:29:0e:99:1b:96:f7:61:b8:3b:c4:2b:b6:78:6c:b4:23:6f:
+         f0:fd:d3:b2:5e:75:1f:99:95:a8:ac:f6:da:e1:c5:31:7b:fb:
+         d1:46:b3:d2:bc:67:b4:62:54:ba:09:f7:63:b0:93:a2:9a:f9:
+         e9:52:2e:8b:60:12:ab:fc:f5:60:56:ef:10:5c:8b:c4:1a:42:
+         dc:83:5b:64:0e:cb:b5:bc:d6:4f:c1:7c:3c:6e:8d:13:6d:fb:
+         7b:eb:30:d0:dc:4d:af:c5:d5:b6:a5:4c:5b:71:c9:e8:31:be:
+         e8:38:06:48:a1:1a:e2:ea:d2:de:12:39:58:1a:ff:80:0e:82:
+         75:e6:b7:c9:07:6c:0e:ef:ff:38:f1:98:71:c4:b7:7f:0e:15:
+         d0:25:69:bd:22:9d:2b:ed:05:f6:46:47:ac:ed:c0:f0:d4:3b:
+         e2:ec:ee:96:5b:90:13:4e:1e:56:3a:eb:b0:ef:96:bb:96:23:
+         11:ba:f2:43:86:74:64:95:c8:28:75:df:1d:35:ba:d2:37:83:
+         38:53:38:36:3b:cf:6c:e9:f9:6b:0e:d0:fb:04:e8:4f:77:d7:
+         65:01:78:86:0c:7a:3e:21:62:f1:7f:63:71:0c:c9:9f:44:db:
+         a8:27:a2:75:be:6e:81:3e:d7:c0:eb:1b:98:0f:70:5c:34:b2:
+         8a:cc:c0:85:18:eb:6e:7a:b3:f7:5a:a1:07:bf:a9:42:92:f3:
+         60:22:97:e4:14:a1:07:9b:4e:76:c0:8e:7d:fd:a4:25:c7:47:
+         ed:ff:1f:73:ac:cc:c3:a5:e9:6f:0a:8e:9b:65:c2:50:85:b5:
+         a3:a0:53:12:cc:55:87:61:f3:81:ae:10:46:61:bd:44:21:b8:
+         c2:3d:74:cf:7e:24:35:fa:1c:07:0e:9b:3d:22:ca:ef:31:2f:
+         8c:ac:12:bd:ef:40:28:fc:29:67:9f:b2:13:4f:66:24:c4:53:
+         19:e9:1e:29:15:ef:e6:6d:b0:7f:2d:67:fd:f3:6c:1b:75:46:
+         a3:e5:4a:17:e9:a4:d7:0b
+SHA1 Fingerprint=B5:61:EB:EA:A4:DE:E4:25:4B:69:1A:98:A5:57:47:C2:34:C7:D9:71
diff --git a/system/etc/security/cacerts/95aff9e3.0 b/system/etc/security/cacerts/95aff9e3.0
new file mode 100644
index 0000000000000000000000000000000000000000..a063620d0cbb1877c39e6d5873b8f857b778bac9
--- /dev/null
+++ b/system/etc/security/cacerts/95aff9e3.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM
+MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D
+ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU
+cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3
+WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg
+Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw
+IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B
+AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH
+UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM
+TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU
+BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM
+kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x
+AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV
+HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV
+HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y
+sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL
+I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8
+J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY
+VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI
+03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 279744 (0x444c0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
+        Validity
+            Not Before: Oct 22 12:07:37 2008 GMT
+            Not After : Dec 31 12:07:37 2029 GMT
+        Subject: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:e3:fb:7d:a3:72:ba:c2:f0:c9:14:87:f5:6b:01:
+                    4e:e1:6e:40:07:ba:6d:27:5d:7f:f7:5b:2d:b3:5a:
+                    c7:51:5f:ab:a4:32:a6:61:87:b6:6e:0f:86:d2:30:
+                    02:97:f8:d7:69:57:a1:18:39:5d:6a:64:79:c6:01:
+                    59:ac:3c:31:4a:38:7c:d2:04:d2:4b:28:e8:20:5f:
+                    3b:07:a2:cc:4d:73:db:f3:ae:4f:c7:56:d5:5a:a7:
+                    96:89:fa:f3:ab:68:d4:23:86:59:27:cf:09:27:bc:
+                    ac:6e:72:83:1c:30:72:df:e0:a2:e9:d2:e1:74:75:
+                    19:bd:2a:9e:7b:15:54:04:1b:d7:43:39:ad:55:28:
+                    c5:e2:1a:bb:f4:c0:e4:ae:38:49:33:cc:76:85:9f:
+                    39:45:d2:a4:9e:f2:12:8c:51:f8:7c:e4:2d:7f:f5:
+                    ac:5f:eb:16:9f:b1:2d:d1:ba:cc:91:42:77:4c:25:
+                    c9:90:38:6f:db:f0:cc:fb:8e:1e:97:59:3e:d5:60:
+                    4e:e6:05:28:ed:49:79:13:4b:ba:48:db:2f:f9:72:
+                    d3:39:ca:fe:1f:d8:34:72:f5:b4:40:cf:31:01:c3:
+                    ec:de:11:2d:17:5d:1f:b8:50:d1:5e:19:a7:69:de:
+                    07:33:28:ca:50:95:f9:a7:54:cb:54:86:50:45:a9:
+                    f9:49
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                08:76:CD:CB:07:FF:24:F6:C5:CD:ED:BB:90:BC:E2:84:37:46:75:F7
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         a6:a8:ad:22:ce:01:3d:a6:a3:ff:62:d0:48:9d:8b:5e:72:b0:
+         78:44:e3:dc:1c:af:09:fd:23:48:fa:bd:2a:c4:b9:55:04:b5:
+         10:a3:8d:27:de:0b:82:63:d0:ee:de:0c:37:79:41:5b:22:b2:
+         b0:9a:41:5c:a6:70:e0:d4:d0:77:cb:23:d3:00:e0:6c:56:2f:
+         e1:69:0d:0d:d9:aa:bf:21:81:50:d9:06:a5:a8:ff:95:37:d0:
+         aa:fe:e2:b3:f5:99:2d:45:84:8a:e5:42:09:d7:74:02:2f:f7:
+         89:d8:99:e9:bc:27:d4:47:8d:ba:0d:46:1c:77:cf:14:a4:1c:
+         b9:a4:31:c4:9c:28:74:03:34:ff:33:19:26:a5:e9:0d:74:b7:
+         3e:97:c6:76:e8:27:96:a3:66:dd:e1:ae:f2:41:5b:ca:98:56:
+         83:73:70:e4:86:1a:d2:31:41:ba:2f:be:2d:13:5a:76:6f:4e:
+         e8:4e:81:0e:3f:5b:03:22:a0:12:be:66:58:11:4a:cb:03:c4:
+         b4:2a:2a:2d:96:17:e0:39:54:bc:48:d3:76:27:9d:9a:2d:06:
+         a6:c9:ec:39:d2:ab:db:9f:9a:0b:27:02:35:29:b1:40:95:e7:
+         f9:e8:9c:55:88:19:46:d6:b7:34:f5:7e:ce:39:9a:d9:38:f1:
+         51:f7:4f:2c
+SHA1 Fingerprint=07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E
diff --git a/system/etc/security/cacerts/9685a493.0 b/system/etc/security/cacerts/9685a493.0
new file mode 100644
index 0000000000000000000000000000000000000000..2f3a792577d5356a6d7ef2b4ac576226183dd13d
--- /dev/null
+++ b/system/etc/security/cacerts/9685a493.0
@@ -0,0 +1,75 @@
+-----BEGIN CERTIFICATE-----
+MIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx
+FjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg
+Um9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG
+A1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr
+b25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
+AQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ
+jVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn
+PzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh
+ZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9
+nnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h
+q5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED
+MA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC
+mEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3
+7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB
+oiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs
+EhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO
+fMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi
+AmvZWg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1000 (0x3e8)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
+        Validity
+            Not Before: May 15 05:13:14 2003 GMT
+            Not After : May 15 04:52:29 2023 GMT
+        Subject: C=HK, O=Hongkong Post, CN=Hongkong Post Root CA 1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ac:ff:38:b6:e9:66:02:49:e3:a2:b4:e1:90:f9:
+                    40:8f:79:f9:e2:bd:79:fe:02:bd:ee:24:92:1d:22:
+                    f6:da:85:72:69:fe:d7:3f:09:d4:dd:91:b5:02:9c:
+                    d0:8d:5a:e1:55:c3:50:86:b9:29:26:c2:e3:d9:a0:
+                    f1:69:03:28:20:80:45:22:2d:56:a7:3b:54:95:56:
+                    22:59:1f:28:df:1f:20:3d:6d:a2:36:be:23:a0:b1:
+                    6e:b5:b1:27:3f:39:53:09:ea:ab:6a:e8:74:b2:c2:
+                    65:5c:8e:bf:7c:c3:78:84:cd:9e:16:fc:f5:2e:4f:
+                    20:2a:08:9f:77:f3:c5:1e:c4:9a:52:66:1e:48:5e:
+                    e3:10:06:8f:22:98:e1:65:8e:1b:5d:23:66:3b:b8:
+                    a5:32:51:c8:86:aa:a1:a9:9e:7f:76:94:c2:a6:6c:
+                    b7:41:f0:d5:c8:06:38:e6:d4:0c:e2:f3:3b:4c:6d:
+                    50:8c:c4:83:27:c1:13:84:59:3d:9e:75:74:b6:d8:
+                    02:5e:3a:90:7a:c0:42:36:72:ec:6a:4d:dc:ef:c4:
+                    00:df:13:18:57:5f:26:78:c8:d6:0a:79:77:bf:f7:
+                    af:b7:76:b9:a5:0b:84:17:5d:10:ea:6f:e1:ab:95:
+                    11:5f:6d:3c:a3:5c:4d:83:5b:f2:b3:19:8a:80:8b:
+                    0b:87
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:3
+            X509v3 Key Usage: critical
+                Digital Signature, Non Repudiation, Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         0e:46:d5:3c:ae:e2:87:d9:5e:81:8b:02:98:41:08:8c:4c:bc:
+         da:db:ee:27:1b:82:e7:6a:45:ec:16:8b:4f:85:a0:f3:b2:70:
+         bd:5a:96:ba:ca:6e:6d:ee:46:8b:6e:e7:2a:2e:96:b3:19:33:
+         eb:b4:9f:a8:b2:37:ee:98:a8:97:b6:2e:b6:67:27:d4:a6:49:
+         fd:1c:93:65:76:9e:42:2f:dc:22:6c:9a:4f:f2:5a:15:39:b1:
+         71:d7:2b:51:e8:6d:1c:98:c0:d9:2a:f4:a1:82:7b:d5:c9:41:
+         a2:23:01:74:38:55:8b:0f:b9:2e:67:a2:20:04:37:da:9c:0b:
+         d3:17:21:e0:8f:97:79:34:6f:84:48:02:20:33:1b:e6:34:44:
+         9f:91:70:f4:80:5e:84:43:c2:29:d2:6c:12:14:e4:61:8d:ac:
+         10:90:9e:84:50:bb:f0:96:6f:45:9f:8a:f3:ca:6c:4f:fa:11:
+         3a:15:15:46:c3:cd:1f:83:5b:2d:41:12:ed:50:67:41:13:3d:
+         21:ab:94:8a:aa:4e:7c:c1:b1:fb:a7:d6:b5:27:2f:97:ab:6e:
+         e0:1d:e2:d1:1c:2c:1f:44:e2:fc:be:91:a1:9c:fb:d6:29:53:
+         73:86:9f:53:d8:43:0e:5d:d6:63:82:71:1d:80:74:ca:f6:e2:
+         02:6b:d9:5a
+SHA1 Fingerprint=D6:DA:A8:20:8D:09:D2:15:4D:24:B5:2F:CB:34:6E:B2:58:B2:8A:58
diff --git a/system/etc/security/cacerts/9772ca32.0 b/system/etc/security/cacerts/9772ca32.0
new file mode 100644
index 0000000000000000000000000000000000000000..70fbfbbeddb3b19baa8b7ccad09f4649421d1488
--- /dev/null
+++ b/system/etc/security/cacerts/9772ca32.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY
+MQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo
+R2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx
+MjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK
+Ew1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp
+ZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
+AQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9
+AWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA
+ZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0
+7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W
+kBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI
+mO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G
+A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ
+KoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1
+6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl
+4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K
+oKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj
+UjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU
+AT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            18:ac:b5:6a:fd:69:b6:15:3a:63:6c:af:da:fa:c4:a1
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
+        Validity
+            Not Before: Nov 27 00:00:00 2006 GMT
+            Not After : Jul 16 23:59:59 2036 GMT
+        Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Primary Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:be:b8:15:7b:ff:d4:7c:7d:67:ad:83:64:7b:c8:
+                    42:53:2d:df:f6:84:08:20:61:d6:01:59:6a:9c:44:
+                    11:af:ef:76:fd:95:7e:ce:61:30:bb:7a:83:5f:02:
+                    bd:01:66:ca:ee:15:8d:6f:a1:30:9c:bd:a1:85:9e:
+                    94:3a:f3:56:88:00:31:cf:d8:ee:6a:96:02:d9:ed:
+                    03:8c:fb:75:6d:e7:ea:b8:55:16:05:16:9a:f4:e0:
+                    5e:b1:88:c0:64:85:5c:15:4d:88:c7:b7:ba:e0:75:
+                    e9:ad:05:3d:9d:c7:89:48:e0:bb:28:c8:03:e1:30:
+                    93:64:5e:52:c0:59:70:22:35:57:88:8a:f1:95:0a:
+                    83:d7:bc:31:73:01:34:ed:ef:46:71:e0:6b:02:a8:
+                    35:72:6b:97:9b:66:e0:cb:1c:79:5f:d8:1a:04:68:
+                    1e:47:02:e6:9d:60:e2:36:97:01:df:ce:35:92:df:
+                    be:67:c7:6d:77:59:3b:8f:9d:d6:90:15:94:bc:42:
+                    34:10:c1:39:f9:b1:27:3e:7e:d6:8a:75:c5:b2:af:
+                    96:d3:a2:de:9b:e4:98:be:7d:e1:e9:81:ad:b6:6f:
+                    fc:d7:0e:da:e0:34:b0:0d:1a:77:e7:e3:08:98:ef:
+                    58:fa:9c:84:b7:36:af:c2:df:ac:d2:f4:10:06:70:
+                    71:35
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                2C:D5:50:41:97:15:8B:F0:8F:36:61:5B:4A:FB:6B:D9:99:C9:33:92
+    Signature Algorithm: sha1WithRSAEncryption
+         5a:70:7f:2c:dd:b7:34:4f:f5:86:51:a9:26:be:4b:b8:aa:f1:
+         71:0d:dc:61:c7:a0:ea:34:1e:7a:77:0f:04:35:e8:27:8f:6c:
+         90:bf:91:16:24:46:3e:4a:4e:ce:2b:16:d5:0b:52:1d:fc:1f:
+         67:a2:02:45:31:4f:ce:f3:fa:03:a7:79:9d:53:6a:d9:da:63:
+         3a:f8:80:d7:d3:99:e1:a5:e1:be:d4:55:71:98:35:3a:be:93:
+         ea:ae:ad:42:b2:90:6f:e0:fc:21:4d:35:63:33:89:49:d6:9b:
+         4e:ca:c7:e7:4e:09:00:f7:da:c7:ef:99:62:99:77:b6:95:22:
+         5e:8a:a0:ab:f4:b8:78:98:ca:38:19:99:c9:72:9e:78:cd:4b:
+         ac:af:19:a0:73:12:2d:fc:c2:41:ba:81:91:da:16:5a:31:b7:
+         f9:b4:71:80:12:48:99:72:73:5a:59:53:c1:63:52:33:ed:a7:
+         c9:d2:39:02:70:fa:e0:b1:42:66:29:aa:9b:51:ed:30:54:22:
+         14:5f:d9:ab:1d:c1:e4:94:f0:f8:f5:2b:f7:ea:ca:78:46:d6:
+         b8:91:fd:a6:0d:2b:1a:14:01:3e:80:f0:42:a0:95:07:5e:6d:
+         cd:cc:4b:a4:45:8d:ab:12:e8:b3:de:5a:e5:a0:7c:e8:0f:22:
+         1d:5a:e9:59
+SHA1 Fingerprint=32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96
diff --git a/system/etc/security/cacerts/9c3323d4.0 b/system/etc/security/cacerts/9c3323d4.0
new file mode 100644
index 0000000000000000000000000000000000000000..91e856529e0149dcf2a92ad45c496807410f205d
--- /dev/null
+++ b/system/etc/security/cacerts/9c3323d4.0
@@ -0,0 +1,124 @@
+-----BEGIN CERTIFICATE-----
+MIIFbzCCA1egAwIBAgISESCzkFU5fX82bWTCp59rY45nMA0GCSqGSIb3DQEBCwUA
+MEAxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlPcGVuVHJ1c3QxHTAbBgNVBAMMFE9w
+ZW5UcnVzdCBSb290IENBIEcxMB4XDTE0MDUyNjA4NDU1MFoXDTM4MDExNTAwMDAw
+MFowQDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCU9wZW5UcnVzdDEdMBsGA1UEAwwU
+T3BlblRydXN0IFJvb3QgQ0EgRzEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK
+AoICAQD4eUbalsUwXopxAy1wpLuwxQjczeY1wICkES3d5oeuXT2R0odsN7faYp6b
+wiTXj/HbpqbfRm9RpnHLPhsxZ2L3EVs0J9V5ToybWL0iEA1cJwzdMOWo010hOHQX
+/uMftk87ay3bfWAfjH1MBcLrARYVmBSO0ZB3Ij/swjm4eTrwSSTilZHcYTSSjFR0
+77F9jAHiOH3BX2pfJLKOYheteSCtqx234LSWSE9mQxAGFiQD4eCcjsZGT44ameGP
+uY4zbGneWK2gDqdkVBFpRGZPTBKnjix9xNRbxQA0MMHZmf4yzgeEtE7NCv82TWLx
+p2NX5Ntqp66/K7nJ5rInieV+mhxNaMbBGN4zK1FGSxyO9z0M+Yo0FMT7MzUj8czx
+Kselu7Cizv5Ta01BG2Yospb6p64KTrk5M0ScdMGTHPjgniQlQ/GbI4Kq3ywgsNw2
+TgOzfALU5nsaqocTvz6hdLubDuHAk5/XpGbKuxs74zD0M1mKB3IDVedzagMxbm+W
+G+Oin6+Sx+31QrclTDsTBM8clq8cIqPQqwWyTBIjUtz9GVsnnB47ev1CI9sjgBPw
+vFEVVJSmdz7QdFG9URQIOTfLHzSpMJ1ShC5VkLG631UAC9hWLbFJSXKAqWLXwPYY
+EQRVzXR7z2FwefR7LFxckvzluFqrTJOVoSfupb7PcSNCupt2LQIDAQABo2MwYTAO
+BgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUl0YhVyE1
+2jZVx/PxN3DlCPaTKbYwHwYDVR0jBBgwFoAUl0YhVyE12jZVx/PxN3DlCPaTKbYw
+DQYJKoZIhvcNAQELBQADggIBAB3dAmB84DWn5ph76kTOZ0BP8pNuZtQ5iSas000E
+PLuHIT839HEl2ku6q5aCgZG27dmxpGWX4m9kWaSW7mDKHyP7Rbr/jyTwyqkxf3kf
+gLMtMrpkZ2CvuVnN35pJ06iCsfmYlIrM4LvgBBuZYLFGZdwIorJGnkSI6pN+VxbS
+FXJfLkur1J1juONI5f6ELlgKn0Md/rcYkoZDSw6cMoYsYPXpSOqV7XAp8dUv/TW0
+V8/bhUiZucJvbI/NeJWsZCj9VrDDb8O+WVLhX4SPgPL0DTatdrOjteFkdjpY3H1P
+XlZs5VVZV6Xf8YpmMIzUUmI4d7S+KNfKNsSbBfD4Fdvb8e80nR14SohWZ25g/4/I
+i+GOvUKpMwpZQhISKvqxnUOOBZuZ2mKtVzazHbYNeS2WuOvyDEsMpZTGMKcmGS3t
+TAZQMPH9WD25SxdfGbRqhFS0OE85og2WaMMolP3tLR9Ka0OWLpABEPs4poEL0L91
+09S5zvE/bw4cHjdx5RiHdRk/ULlepEU0rbDK5uUTdg8xFKmOLZTW1YVNcxVPS/Ky
+Pu1svf0OnWZzsD2097+o4BGkxK51CUpjAEggpsadCwmKtODmzj7HPiY46SvepghJ
+AwSQiumPv+i2tCqjI40cHLI5kqiPAlxAOXXUc0ECd97N4EOH1uS6SsNsEn/+KuYj
+1oxx
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            11:20:b3:90:55:39:7d:7f:36:6d:64:c2:a7:9f:6b:63:8e:67
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
+        Validity
+            Not Before: May 26 08:45:50 2014 GMT
+            Not After : Jan 15 00:00:00 2038 GMT
+        Subject: C=FR, O=OpenTrust, CN=OpenTrust Root CA G1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:f8:79:46:da:96:c5:30:5e:8a:71:03:2d:70:a4:
+                    bb:b0:c5:08:dc:cd:e6:35:c0:80:a4:11:2d:dd:e6:
+                    87:ae:5d:3d:91:d2:87:6c:37:b7:da:62:9e:9b:c2:
+                    24:d7:8f:f1:db:a6:a6:df:46:6f:51:a6:71:cb:3e:
+                    1b:31:67:62:f7:11:5b:34:27:d5:79:4e:8c:9b:58:
+                    bd:22:10:0d:5c:27:0c:dd:30:e5:a8:d3:5d:21:38:
+                    74:17:fe:e3:1f:b6:4f:3b:6b:2d:db:7d:60:1f:8c:
+                    7d:4c:05:c2:eb:01:16:15:98:14:8e:d1:90:77:22:
+                    3f:ec:c2:39:b8:79:3a:f0:49:24:e2:95:91:dc:61:
+                    34:92:8c:54:74:ef:b1:7d:8c:01:e2:38:7d:c1:5f:
+                    6a:5f:24:b2:8e:62:17:ad:79:20:ad:ab:1d:b7:e0:
+                    b4:96:48:4f:66:43:10:06:16:24:03:e1:e0:9c:8e:
+                    c6:46:4f:8e:1a:99:e1:8f:b9:8e:33:6c:69:de:58:
+                    ad:a0:0e:a7:64:54:11:69:44:66:4f:4c:12:a7:8e:
+                    2c:7d:c4:d4:5b:c5:00:34:30:c1:d9:99:fe:32:ce:
+                    07:84:b4:4e:cd:0a:ff:36:4d:62:f1:a7:63:57:e4:
+                    db:6a:a7:ae:bf:2b:b9:c9:e6:b2:27:89:e5:7e:9a:
+                    1c:4d:68:c6:c1:18:de:33:2b:51:46:4b:1c:8e:f7:
+                    3d:0c:f9:8a:34:14:c4:fb:33:35:23:f1:cc:f1:2a:
+                    c7:a5:bb:b0:a2:ce:fe:53:6b:4d:41:1b:66:28:b2:
+                    96:fa:a7:ae:0a:4e:b9:39:33:44:9c:74:c1:93:1c:
+                    f8:e0:9e:24:25:43:f1:9b:23:82:aa:df:2c:20:b0:
+                    dc:36:4e:03:b3:7c:02:d4:e6:7b:1a:aa:87:13:bf:
+                    3e:a1:74:bb:9b:0e:e1:c0:93:9f:d7:a4:66:ca:bb:
+                    1b:3b:e3:30:f4:33:59:8a:07:72:03:55:e7:73:6a:
+                    03:31:6e:6f:96:1b:e3:a2:9f:af:92:c7:ed:f5:42:
+                    b7:25:4c:3b:13:04:cf:1c:96:af:1c:22:a3:d0:ab:
+                    05:b2:4c:12:23:52:dc:fd:19:5b:27:9c:1e:3b:7a:
+                    fd:42:23:db:23:80:13:f0:bc:51:15:54:94:a6:77:
+                    3e:d0:74:51:bd:51:14:08:39:37:cb:1f:34:a9:30:
+                    9d:52:84:2e:55:90:b1:ba:df:55:00:0b:d8:56:2d:
+                    b1:49:49:72:80:a9:62:d7:c0:f6:18:11:04:55:cd:
+                    74:7b:cf:61:70:79:f4:7b:2c:5c:5c:92:fc:e5:b8:
+                    5a:ab:4c:93:95:a1:27:ee:a5:be:cf:71:23:42:ba:
+                    9b:76:2d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                97:46:21:57:21:35:DA:36:55:C7:F3:F1:37:70:E5:08:F6:93:29:B6
+            X509v3 Authority Key Identifier: 
+                keyid:97:46:21:57:21:35:DA:36:55:C7:F3:F1:37:70:E5:08:F6:93:29:B6
+
+    Signature Algorithm: sha256WithRSAEncryption
+         1d:dd:02:60:7c:e0:35:a7:e6:98:7b:ea:44:ce:67:40:4f:f2:
+         93:6e:66:d4:39:89:26:ac:d3:4d:04:3c:bb:87:21:3f:37:f4:
+         71:25:da:4b:ba:ab:96:82:81:91:b6:ed:d9:b1:a4:65:97:e2:
+         6f:64:59:a4:96:ee:60:ca:1f:23:fb:45:ba:ff:8f:24:f0:ca:
+         a9:31:7f:79:1f:80:b3:2d:32:ba:64:67:60:af:b9:59:cd:df:
+         9a:49:d3:a8:82:b1:f9:98:94:8a:cc:e0:bb:e0:04:1b:99:60:
+         b1:46:65:dc:08:a2:b2:46:9e:44:88:ea:93:7e:57:16:d2:15:
+         72:5f:2e:4b:ab:d4:9d:63:b8:e3:48:e5:fe:84:2e:58:0a:9f:
+         43:1d:fe:b7:18:92:86:43:4b:0e:9c:32:86:2c:60:f5:e9:48:
+         ea:95:ed:70:29:f1:d5:2f:fd:35:b4:57:cf:db:85:48:99:b9:
+         c2:6f:6c:8f:cd:78:95:ac:64:28:fd:56:b0:c3:6f:c3:be:59:
+         52:e1:5f:84:8f:80:f2:f4:0d:36:ad:76:b3:a3:b5:e1:64:76:
+         3a:58:dc:7d:4f:5e:56:6c:e5:55:59:57:a5:df:f1:8a:66:30:
+         8c:d4:52:62:38:77:b4:be:28:d7:ca:36:c4:9b:05:f0:f8:15:
+         db:db:f1:ef:34:9d:1d:78:4a:88:56:67:6e:60:ff:8f:c8:8b:
+         e1:8e:bd:42:a9:33:0a:59:42:12:12:2a:fa:b1:9d:43:8e:05:
+         9b:99:da:62:ad:57:36:b3:1d:b6:0d:79:2d:96:b8:eb:f2:0c:
+         4b:0c:a5:94:c6:30:a7:26:19:2d:ed:4c:06:50:30:f1:fd:58:
+         3d:b9:4b:17:5f:19:b4:6a:84:54:b4:38:4f:39:a2:0d:96:68:
+         c3:28:94:fd:ed:2d:1f:4a:6b:43:96:2e:90:01:10:fb:38:a6:
+         81:0b:d0:bf:75:d3:d4:b9:ce:f1:3f:6f:0e:1c:1e:37:71:e5:
+         18:87:75:19:3f:50:b9:5e:a4:45:34:ad:b0:ca:e6:e5:13:76:
+         0f:31:14:a9:8e:2d:94:d6:d5:85:4d:73:15:4f:4b:f2:b2:3e:
+         ed:6c:bd:fd:0e:9d:66:73:b0:3d:b4:f7:bf:a8:e0:11:a4:c4:
+         ae:75:09:4a:63:00:48:20:a6:c6:9d:0b:09:8a:b4:e0:e6:ce:
+         3e:c7:3e:26:38:e9:2b:de:a6:08:49:03:04:90:8a:e9:8f:bf:
+         e8:b6:b4:2a:a3:23:8d:1c:1c:b2:39:92:a8:8f:02:5c:40:39:
+         75:d4:73:41:02:77:de:cd:e0:43:87:d6:e4:ba:4a:c3:6c:12:
+         7f:fe:2a:e6:23:d6:8c:71
+SHA1 Fingerprint=79:91:E8:34:F7:E2:EE:DD:08:95:01:52:E9:55:2D:14:E9:58:D5:7E
diff --git a/system/etc/security/cacerts/9d6523ce.0 b/system/etc/security/cacerts/9d6523ce.0
new file mode 100644
index 0000000000000000000000000000000000000000..6053f55a0bceba6feab27329c53ffb21d4b733c2
--- /dev/null
+++ b/system/etc/security/cacerts/9d6523ce.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe
+MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0
+ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe
+Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw
+IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL
+SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF
+AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH
+SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh
+ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X
+DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1
+TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ
+fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA
+sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU
+WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS
+nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH
+dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip
+NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC
+AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF
+MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH
+ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB
+uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl
+PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP
+JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/
+gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2
+j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6
+5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB
+o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS
+/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z
+Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE
+W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D
+hNQ+IIX3Sj0rnP0qCglN6oH4EZw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            15:c8:bd:65:47:5c:af:b8:97:00:5e:e4:06:d2:bc:9d
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority
+        Validity
+            Not Before: Dec 20 02:31:27 2004 GMT
+            Not After : Dec 20 02:31:27 2034 GMT
+        Subject: C=TW, O=Chunghwa Telecom Co., Ltd., OU=ePKI Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:e1:25:0f:ee:8d:db:88:33:75:67:cd:ad:1f:7d:
+                    3a:4e:6d:9d:d3:2f:14:f3:63:74:cb:01:21:6a:37:
+                    ea:84:50:07:4b:26:5b:09:43:6c:21:9e:6a:c8:d5:
+                    03:f5:60:69:8f:cc:f0:22:e4:1f:e7:f7:6a:22:31:
+                    b7:2c:15:f2:e0:fe:00:6a:43:ff:87:65:c6:b5:1a:
+                    c1:a7:4c:6d:22:70:21:8a:31:f2:97:74:89:09:12:
+                    26:1c:9e:ca:d9:12:a2:95:3c:da:e9:67:bf:08:a0:
+                    64:e3:d6:42:b7:45:ef:97:f4:f6:f5:d7:b5:4a:15:
+                    02:58:7d:98:58:4b:60:bc:cd:d7:0d:9a:13:33:53:
+                    d1:61:f9:7a:d5:d7:78:b3:9a:33:f7:00:86:ce:1d:
+                    4d:94:38:af:a8:ec:78:51:70:8a:5c:10:83:51:21:
+                    f7:11:3d:34:86:5e:e5:48:cd:97:81:82:35:4c:19:
+                    ec:65:f6:6b:c5:05:a1:ee:47:13:d6:b3:21:27:94:
+                    10:0a:d9:24:3b:ba:be:44:13:46:30:3f:97:3c:d8:
+                    d7:d7:6a:ee:3b:38:e3:2b:d4:97:0e:b9:1b:e7:07:
+                    49:7f:37:2a:f9:77:78:cf:54:ed:5b:46:9d:a3:80:
+                    0e:91:43:c1:d6:5b:5f:14:ba:9f:a6:8d:24:47:40:
+                    59:bf:72:38:b2:36:6c:37:ff:99:d1:5d:0e:59:0a:
+                    ab:69:f7:c0:b2:04:45:7a:54:00:ae:be:53:f6:b5:
+                    e7:e1:f8:3c:a3:31:d2:a9:fe:21:52:64:c5:a6:67:
+                    f0:75:07:06:94:14:81:55:c6:27:e4:01:8f:17:c1:
+                    6a:71:d7:be:4b:fb:94:58:7d:7e:11:33:b1:42:f7:
+                    62:6c:18:d6:cf:09:68:3e:7f:6c:f6:1e:8f:62:ad:
+                    a5:63:db:09:a7:1f:22:42:41:1e:6f:99:8a:3e:d7:
+                    f9:3f:40:7a:79:b0:a5:01:92:d2:9d:3d:08:15:a5:
+                    10:01:2d:b3:32:76:a8:95:0d:b3:7a:9a:fb:07:10:
+                    78:11:6f:e1:8f:c7:ba:0f:25:1a:74:2a:e5:1c:98:
+                    41:99:df:21:87:e8:95:06:6a:0a:b3:6a:47:76:65:
+                    f6:3a:cf:8f:62:17:19:7b:0a:28:cd:1a:d2:83:1e:
+                    21:c7:2c:bf:be:ff:61:68:b7:67:1b:bb:78:4d:8d:
+                    ce:67:e5:e4:c1:8e:b7:23:66:e2:9d:90:75:34:98:
+                    a9:36:2b:8a:9a:94:b9:9d:ec:cc:8a:b1:f8:25:89:
+                    5c:5a:b6:2f:8c:1f:6d:79:24:a7:52:68:c3:84:35:
+                    e2:66:8d:63:0e:25:4d:d5:19:b2:e6:79:37:a7:22:
+                    9d:54:31
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                1E:0C:F7:B6:67:F2:E1:92:26:09:45:C0:55:39:2E:77:3F:42:4A:A2
+            X509v3 Basic Constraints: 
+                CA:TRUE
+            setCext-hashedRoot: 
+                0/0-...0...+......0...g*.....E...
+V|.[x....S.....
+    Signature Algorithm: sha1WithRSAEncryption
+         09:b3:83:53:59:01:3e:95:49:b9:f1:81:ba:f9:76:20:23:b5:
+         27:60:74:d4:6a:99:34:5e:6c:00:53:d9:9f:f2:a6:b1:24:07:
+         44:6a:2a:c6:a5:8e:78:12:e8:47:d9:58:1b:13:2a:5e:79:9b:
+         9f:0a:2a:67:a6:25:3f:06:69:56:73:c3:8a:66:48:fb:29:81:
+         57:74:06:ca:9c:ea:28:e8:38:67:26:2b:f1:d5:b5:3f:65:93:
+         f8:36:5d:8e:8d:8d:40:20:87:19:ea:ef:27:c0:3d:b4:39:0f:
+         25:7b:68:50:74:55:9c:0c:59:7d:5a:3d:41:94:25:52:08:e0:
+         47:2c:15:31:19:d5:bf:07:55:c6:bb:12:b5:97:f4:5f:83:85:
+         ba:71:c1:d9:6c:81:11:76:0a:0a:b0:bf:82:97:f7:ea:3d:fa:
+         fa:ec:2d:a9:28:94:3b:56:dd:d2:51:2e:ae:c0:bd:08:15:8c:
+         77:52:34:96:d6:9b:ac:d3:1d:8e:61:0f:35:7b:9b:ae:39:69:
+         0b:62:60:40:20:36:8f:af:fb:36:ee:2d:08:4a:1d:b8:bf:9b:
+         5c:f8:ea:a5:1b:a0:73:a6:d8:f8:6e:e0:33:04:5f:68:aa:27:
+         87:ed:d9:c1:90:9c:ed:bd:e3:6a:35:af:63:df:ab:18:d9:ba:
+         e6:e9:4a:ea:50:8a:0f:61:93:1e:e2:2d:19:e2:30:94:35:92:
+         5d:0e:b6:07:af:19:80:8f:47:90:51:4b:2e:4d:dd:85:e2:d2:
+         0a:52:0a:17:9a:fc:1a:b0:50:02:e5:01:a3:63:37:21:4c:44:
+         c4:9b:51:99:11:0e:73:9c:06:8f:54:2e:a7:28:5e:44:39:87:
+         56:2d:37:bd:85:44:94:e1:0c:4b:2c:9c:c3:92:85:34:61:cb:
+         0f:b8:9b:4a:43:52:fe:34:3a:7d:b8:e9:29:dc:76:a9:c8:30:
+         f8:14:71:80:c6:1e:36:48:74:22:41:5c:87:82:e8:18:71:8b:
+         41:89:44:e7:7e:58:5b:a8:b8:8d:13:e9:a7:6c:c3:47:ed:b3:
+         1a:9d:62:ae:8d:82:ea:94:9e:dd:59:10:c3:ad:dd:e2:4d:e3:
+         31:d5:c7:ec:e8:f2:b0:fe:92:1e:16:0a:1a:fc:d9:f3:f8:27:
+         b6:c9:be:1d:b4:6c:64:90:7f:f4:e4:c4:5b:d7:37:ae:42:0e:
+         dd:a4:1a:6f:7c:88:54:c5:16:6e:e1:7a:68:2e:f8:3a:bf:0d:
+         a4:3c:89:3b:78:a7:4e:63:83:04:21:08:67:8d:f2:82:49:d0:
+         5b:fd:b1:cd:0f:83:84:d4:3e:20:85:f7:4a:3d:2b:9c:fd:2a:
+         0a:09:4d:ea:81:f8:11:9c
+SHA1 Fingerprint=67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0
diff --git a/system/etc/security/cacerts/9dbefe7b.0 b/system/etc/security/cacerts/9dbefe7b.0
new file mode 100644
index 0000000000000000000000000000000000000000..5d72f3070c5fedc72bb3ecee6693826cef5bf688
--- /dev/null
+++ b/system/etc/security/cacerts/9dbefe7b.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDfTCCAmWgAwIBAgIBADANBgkqhkiG9w0BAQUFADBgMQswCQYDVQQGEwJKUDEl
+MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEqMCgGA1UECxMh
+U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBFViBSb290Q0ExMB4XDTA3MDYwNjAyMTIz
+MloXDTM3MDYwNjAyMTIzMlowYDELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09N
+IFRydXN0IFN5c3RlbXMgQ08uLExURC4xKjAoBgNVBAsTIVNlY3VyaXR5IENvbW11
+bmljYXRpb24gRVYgUm9vdENBMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBALx/7FebJOD+nLpCeamIivqA4PUHKUPqjgo0No0c+qe1OXj/l3X3L+SqawSE
+RMqm4miO/VVQYg+kcQ7OBzgtQoVQrTyWb4vVog7P3kmJPdZkLjjlHmy1V4qe70gO
+zXppFodEtZDkBp2uoQSXWHnvIEqCa4wiv+wfD+mEce3xDuS4GBPMVjZd0ZoeUWs5
+bmB2iDQL87PRsJ3KYeJkHcFGB7hj3R4zZbOOCVVSPbW9/wfrrWFVGCypaZhKqkDF
+MxRldAD5kd6vA0jFQFTcD4SQaCDFkpbcLuUCRarAX1T4bepJz11sS6/vmsJWXMY1
+VkJqMF/Cq/biPT+zyRGPMUzXn0kCAwEAAaNCMEAwHQYDVR0OBBYEFDVK9U2vP9eC
+OKyrcWUXdYydVZPmMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G
+CSqGSIb3DQEBBQUAA4IBAQCoh+ns+EBnXcPBZsdAS5f8hxOQWsTvoMpfi7ent/HW
+tWS3irO4G8za+6xmiEHO6Pzk2x6Ipu0nUBsCMCRGef4Eh3CXQHPRwMFXGZpppSeZ
+q51ihPZRwSzJIxXYKLerJRO1RuGGAv8mjMSIkh1W/hln8lXkgKNrnKt34VFxDSDb
+EJrbvXZ5B3eZKK2aXtqxT0QsNY6llsf9g/BYxnnWmHyojf6GPgcWkuF75x3sM3Z+
+Qi5KhfmRiWiEA4Glm5q+4zfFVKtWOxgtQaQM+ELbmaDgcm+7XeEWT1MKZPlO9L9O
+VL14bIjqv5wTJMJwaaJ/D8g8rQjJsJhAoyrniIPtd490
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication EV RootCA1
+        Validity
+            Not Before: Jun  6 02:12:32 2007 GMT
+            Not After : Jun  6 02:12:32 2037 GMT
+        Subject: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication EV RootCA1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bc:7f:ec:57:9b:24:e0:fe:9c:ba:42:79:a9:88:
+                    8a:fa:80:e0:f5:07:29:43:ea:8e:0a:34:36:8d:1c:
+                    fa:a7:b5:39:78:ff:97:75:f7:2f:e4:aa:6b:04:84:
+                    44:ca:a6:e2:68:8e:fd:55:50:62:0f:a4:71:0e:ce:
+                    07:38:2d:42:85:50:ad:3c:96:6f:8b:d5:a2:0e:cf:
+                    de:49:89:3d:d6:64:2e:38:e5:1e:6c:b5:57:8a:9e:
+                    ef:48:0e:cd:7a:69:16:87:44:b5:90:e4:06:9d:ae:
+                    a1:04:97:58:79:ef:20:4a:82:6b:8c:22:bf:ec:1f:
+                    0f:e9:84:71:ed:f1:0e:e4:b8:18:13:cc:56:36:5d:
+                    d1:9a:1e:51:6b:39:6e:60:76:88:34:0b:f3:b3:d1:
+                    b0:9d:ca:61:e2:64:1d:c1:46:07:b8:63:dd:1e:33:
+                    65:b3:8e:09:55:52:3d:b5:bd:ff:07:eb:ad:61:55:
+                    18:2c:a9:69:98:4a:aa:40:c5:33:14:65:74:00:f9:
+                    91:de:af:03:48:c5:40:54:dc:0f:84:90:68:20:c5:
+                    92:96:dc:2e:e5:02:45:aa:c0:5f:54:f8:6d:ea:49:
+                    cf:5d:6c:4b:af:ef:9a:c2:56:5c:c6:35:56:42:6a:
+                    30:5f:c2:ab:f6:e2:3d:3f:b3:c9:11:8f:31:4c:d7:
+                    9f:49
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                35:4A:F5:4D:AF:3F:D7:82:38:AC:AB:71:65:17:75:8C:9D:55:93:E6
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         a8:87:e9:ec:f8:40:67:5d:c3:c1:66:c7:40:4b:97:fc:87:13:
+         90:5a:c4:ef:a0:ca:5f:8b:b7:a7:b7:f1:d6:b5:64:b7:8a:b3:
+         b8:1b:cc:da:fb:ac:66:88:41:ce:e8:fc:e4:db:1e:88:a6:ed:
+         27:50:1b:02:30:24:46:79:fe:04:87:70:97:40:73:d1:c0:c1:
+         57:19:9a:69:a5:27:99:ab:9d:62:84:f6:51:c1:2c:c9:23:15:
+         d8:28:b7:ab:25:13:b5:46:e1:86:02:ff:26:8c:c4:88:92:1d:
+         56:fe:19:67:f2:55:e4:80:a3:6b:9c:ab:77:e1:51:71:0d:20:
+         db:10:9a:db:bd:76:79:07:77:99:28:ad:9a:5e:da:b1:4f:44:
+         2c:35:8e:a5:96:c7:fd:83:f0:58:c6:79:d6:98:7c:a8:8d:fe:
+         86:3e:07:16:92:e1:7b:e7:1d:ec:33:76:7e:42:2e:4a:85:f9:
+         91:89:68:84:03:81:a5:9b:9a:be:e3:37:c5:54:ab:56:3b:18:
+         2d:41:a4:0c:f8:42:db:99:a0:e0:72:6f:bb:5d:e1:16:4f:53:
+         0a:64:f9:4e:f4:bf:4e:54:bd:78:6c:88:ea:bf:9c:13:24:c2:
+         70:69:a2:7f:0f:c8:3c:ad:08:c9:b0:98:40:a3:2a:e7:88:83:
+         ed:77:8f:74
+SHA1 Fingerprint=FE:B8:C4:32:DC:F9:76:9A:CE:AE:3D:D8:90:8F:FD:28:86:65:64:7D
diff --git a/system/etc/security/cacerts/9f533518.0 b/system/etc/security/cacerts/9f533518.0
new file mode 100644
index 0000000000000000000000000000000000000000..aeda5bffd944f6a2ae9a8874afd12cb623887a5d
--- /dev/null
+++ b/system/etc/security/cacerts/9f533518.0
@@ -0,0 +1,138 @@
+-----BEGIN CERTIFICATE-----
+MIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD
+VQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0
+IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3
+MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD
+aGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx
+MjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy
+cmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG
+A1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl
+BgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI
+hvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed
+KYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7
+G706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2
+zxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4
+ddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG
+HoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2
+Id3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V
+yJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e
+beksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r
+6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh
+wZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog
+zCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW
+BBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr
+ru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp
+ZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk
+cmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt
+YSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC
+CQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow
+KAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI
+hvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ
+UohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz
+X1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x
+fxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz
+a2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd
+Yhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd
+SqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O
+AP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso
+M0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge
+v8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z
+09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 14541511773111788494 (0xc9cdd3e9d57d23ce)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
+        Validity
+            Not Before: Aug  1 12:31:40 2008 GMT
+            Not After : Jul 31 12:31:40 2038 GMT
+        Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287, O=AC Camerfirma S.A., CN=Global Chambersign Root - 2008
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c0:df:56:d3:e4:3a:9b:76:45:b4:13:db:ff:c1:
+                    b6:19:8b:37:41:18:95:52:47:eb:17:9d:29:88:8e:
+                    35:6c:06:32:2e:47:62:f3:49:04:bf:7d:44:36:b1:
+                    71:cc:bd:5a:09:73:d5:d9:85:44:ff:91:57:25:df:
+                    5e:36:8e:70:d1:5c:71:43:1d:d9:da:ef:5c:d2:fb:
+                    1b:bd:3a:b5:cb:ad:a3:cc:44:a7:0d:ae:21:15:3f:
+                    b9:7a:5b:92:75:d8:a4:12:38:89:19:8a:b7:80:d2:
+                    e2:32:6f:56:9c:91:d6:88:10:0b:b3:74:64:92:74:
+                    60:f3:f6:cf:18:4f:60:b2:23:d0:c7:3b:ce:61:4b:
+                    99:8f:c2:0c:d0:40:b2:98:dc:0d:a8:4e:a3:b9:0a:
+                    ae:60:a0:ad:45:52:63:ba:66:bd:68:e0:f9:be:1a:
+                    a8:81:bb:1e:41:78:75:d3:c1:fe:00:55:b0:87:54:
+                    e8:27:90:35:1d:4c:33:ad:97:fc:97:2e:98:84:bf:
+                    2c:c9:a3:bf:d1:98:11:14:ed:63:f8:ca:98:88:58:
+                    17:99:ed:45:03:97:7e:3c:86:1e:88:8c:be:f2:91:
+                    84:8f:65:34:d8:00:4c:7d:b7:31:17:5a:29:7a:0a:
+                    18:24:30:a3:37:b5:7a:a9:01:7d:26:d6:f9:0e:8e:
+                    59:f1:fd:1b:33:b5:29:3b:17:3b:41:b6:21:dd:d4:
+                    c0:3d:a5:9f:9f:1f:43:50:c9:bb:bc:6c:7a:97:98:
+                    ee:cd:8c:1f:fb:9c:51:ae:8b:70:bd:27:9f:71:c0:
+                    6b:ac:7d:90:66:e8:d7:5d:3a:0d:b0:d5:c2:8d:d5:
+                    c8:9d:9d:c1:6d:d0:d0:bf:51:e4:e3:f8:c3:38:36:
+                    ae:d6:a7:75:e6:af:84:43:5d:93:92:0c:6a:07:de:
+                    3b:1d:98:22:d6:ac:c1:35:db:a3:a0:25:ff:72:b5:
+                    76:1d:de:6d:e9:2c:66:2c:52:84:d0:45:92:ce:1c:
+                    e5:e5:33:1d:dc:07:53:54:a3:aa:82:3b:9a:37:2f:
+                    dc:dd:a0:64:e9:e6:dd:bd:ae:fc:64:85:1d:3c:a7:
+                    c9:06:de:84:ff:6b:e8:6b:1a:3c:c5:a2:b3:42:fb:
+                    8b:09:3e:5f:08:52:c7:62:c4:d4:05:71:bf:c4:64:
+                    e4:f8:a1:83:e8:3e:12:9b:a8:1e:d4:36:4d:2f:71:
+                    f6:8d:28:f6:83:a9:13:d2:61:c1:91:bb:48:c0:34:
+                    8f:41:8c:4b:4c:db:69:12:ff:50:94:9c:20:83:59:
+                    73:ed:7c:a1:f2:f1:fd:dd:f7:49:d3:43:58:a0:56:
+                    63:ca:3d:3d:e5:35:56:59:e9:0e:ca:20:cc:2b:4b:
+                    93:29:0f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:12
+            X509v3 Subject Key Identifier: 
+                B9:09:CA:9C:1E:DB:D3:6C:3A:6B:AE:ED:54:F1:5B:93:06:35:2E:5E
+            X509v3 Authority Key Identifier: 
+                keyid:B9:09:CA:9C:1E:DB:D3:6C:3A:6B:AE:ED:54:F1:5B:93:06:35:2E:5E
+                DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/O=AC Camerfirma S.A./CN=Global Chambersign Root - 2008
+                serial:C9:CD:D3:E9:D5:7D:23:CE
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://policy.camerfirma.com
+
+    Signature Algorithm: sha1WithRSAEncryption
+         80:88:7f:70:de:92:28:d9:05:94:46:ff:90:57:a9:f1:2f:df:
+         1a:0d:6b:fa:7c:0e:1c:49:24:79:27:d8:46:aa:6f:29:59:52:
+         88:70:12:ea:dd:3d:f5:9b:53:54:6f:e1:60:a2:a8:09:b9:ec:
+         eb:59:7c:c6:35:f1:dc:18:e9:f1:67:e5:af:ba:45:e0:09:de:
+         ca:44:0f:c2:17:0e:77:91:45:7a:33:5f:5f:96:2c:68:8b:c1:
+         47:8f:98:9b:3d:c0:ec:cb:f5:d5:82:92:84:35:d1:be:36:38:
+         56:72:31:5b:47:2d:aa:17:a4:63:51:eb:0a:01:ad:7f:ec:75:
+         9e:cb:a1:1f:f1:7f:12:b1:b9:e4:64:7f:67:d6:23:2a:f4:b8:
+         39:5d:98:e8:21:a7:e1:bd:3d:42:1a:74:9a:70:af:68:6c:50:
+         5d:49:cf:ff:fb:0e:5d:e6:2c:47:d7:81:3a:59:00:b5:73:6b:
+         63:20:f6:31:45:08:39:0e:f4:70:7e:40:70:5a:3f:d0:6b:42:
+         a9:74:3d:28:2f:02:6d:75:72:95:09:8d:48:63:c6:c6:23:57:
+         92:93:5e:35:c1:8d:f9:0a:f7:2c:9d:62:1c:f6:ad:7c:dd:a6:
+         31:1e:b6:b1:c7:7e:85:26:fa:a4:6a:b5:da:63:30:d1:ef:93:
+         37:b2:66:2f:7d:05:f7:e7:b7:4b:98:94:35:c0:d9:3a:29:c1:
+         9d:b2:50:33:1d:4a:a9:5a:a6:c9:03:ef:ed:f4:e7:a8:6e:8a:
+         b4:57:84:eb:a4:3f:d0:ee:aa:aa:87:5b:63:e8:93:e2:6b:a8:
+         d4:b8:72:78:6b:1b:ed:39:e4:5d:cb:9b:aa:87:d5:4f:4e:00:
+         fe:d9:6a:9f:3c:31:0f:28:02:01:7d:98:e8:a7:b0:a2:64:9e:
+         79:f8:48:f2:15:a9:cc:e6:c8:44:eb:3f:78:99:f2:7b:71:3e:
+         3c:f1:98:a7:c5:18:12:3f:e6:bb:28:33:42:e9:45:0a:7c:6d:
+         f2:86:79:2f:c5:82:19:7d:09:89:7c:b2:54:76:88:ae:de:c1:
+         f3:cc:e1:6e:db:31:d6:93:ae:99:a0:ef:25:6a:73:98:89:5b:
+         3a:2e:13:88:1e:bf:c0:92:94:34:1b:e3:27:b7:8b:1e:6f:42:
+         ff:e7:e9:37:9b:50:1d:2d:a2:f9:02:ee:cb:58:58:3a:71:bc:
+         68:e3:aa:c1:af:1c:28:1f:a2:dc:23:65:3f:81:ea:ae:99:d3:
+         d8:30:cf:13:0d:4f:15:c9:84:bc:a7:48:2d:f8:30:23:77:d8:
+         46:4b:79:6d:f6:8c:ed:3a:7f:60:11:78:f4:e9:9b:ae:d5:54:
+         c0:74:80:d1:0b:42:9f:c1
+SHA1 Fingerprint=4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C
diff --git a/system/etc/security/cacerts/a0bc6fbb.0 b/system/etc/security/cacerts/a0bc6fbb.0
new file mode 100644
index 0000000000000000000000000000000000000000..f93d996a6f0d6742c524f8a738e0bbc69262d6d5
--- /dev/null
+++ b/system/etc/security/cacerts/a0bc6fbb.0
@@ -0,0 +1,100 @@
+-----BEGIN CERTIFICATE-----
+MIIExTCCA62gAwIBAgIBADANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJFVTEn
+MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL
+ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4GA1UEAxMXR2xvYmFsIENo
+YW1iZXJzaWduIFJvb3QwHhcNMDMwOTMwMTYxNDE4WhcNMzcwOTMwMTYxNDE4WjB9
+MQswCQYDVQQGEwJFVTEnMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgy
+NzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4G
+A1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwggEgMA0GCSqGSIb3DQEBAQUA
+A4IBDQAwggEIAoIBAQCicKLQn0KuWxfH2H3PFIP8T8mhtxOviteePgQKkotgVvq0
+Mi+ITaFgCPS3CU6gSS9J1tPfnZdan5QEcOw/Wdm3zGaLmFIoCQLfxS+EjXqXd7/s
+QJ0lcqu1PzKY+7e3/HKE5TWH+VX6ox8Oby4o3Wmg2UIQxvi1RMLQQ3/bvOSiPGpV
+eAp3qdjqGTK3L/5cPxvusZjsyq16aUXjlg9V9ubtdepl6DJWk0aJqCWKZQbua795
+B9Dxt6/tLE2Su8CoX6dnfQTyFQhwrJLWfQTSM/tMtgsL+xrJxI0DqX5c8lCrEqWh
+z0hQpe/SyBoT+rB/sYIcd2oPX9wLlY/vQ37mRQklAgEDo4IBUDCCAUwwEgYDVR0T
+AQH/BAgwBgEB/wIBDDA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLmNoYW1i
+ZXJzaWduLm9yZy9jaGFtYmVyc2lnbnJvb3QuY3JsMB0GA1UdDgQWBBRDnDafsJ4w
+TcbOX60Qq+UDpfqpFDAOBgNVHQ8BAf8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgAH
+MCoGA1UdEQQjMCGBH2NoYW1iZXJzaWducm9vdEBjaGFtYmVyc2lnbi5vcmcwKgYD
+VR0SBCMwIYEfY2hhbWJlcnNpZ25yb290QGNoYW1iZXJzaWduLm9yZzBbBgNVHSAE
+VDBSMFAGCysGAQQBgYcuCgEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly9jcHMuY2hh
+bWJlcnNpZ24ub3JnL2Nwcy9jaGFtYmVyc2lnbnJvb3QuaHRtbDANBgkqhkiG9w0B
+AQUFAAOCAQEAPDtwkfkEVCeR4e3t/mh/YV3lQWVPMvEYBZRqHN4fcNs+ezICNLUM
+bKGKfKX0j//U2K0X1S0E0T9YgOKBWYi+wONGkyT+kL0mojAt6JcmVzWJdJYY9hXi
+ryQZVgICsroPFOrGimbBhkVVi76SvpykBMdJPJ7oKXqJ1/6v/2j1pReQvayZzKWG
+VwlnRtvWFsJG8eSpUPWP0ZIV018+xgBJOm5YstHRJw0lyDL4IBHNfTIzSJRUTN3c
+ecQwn+uOuFW114hcxWokPbLTBQNRxgfvzBRydD1ucs4YKIxKoHflCStFREest2d/
+AYoFWpO+ocH/+OcOZ6RHSXZddZAa9SaP8A==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambersign Root
+        Validity
+            Not Before: Sep 30 16:14:18 2003 GMT
+            Not After : Sep 30 16:14:18 2037 GMT
+        Subject: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambersign Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:a2:70:a2:d0:9f:42:ae:5b:17:c7:d8:7d:cf:14:
+                    83:fc:4f:c9:a1:b7:13:af:8a:d7:9e:3e:04:0a:92:
+                    8b:60:56:fa:b4:32:2f:88:4d:a1:60:08:f4:b7:09:
+                    4e:a0:49:2f:49:d6:d3:df:9d:97:5a:9f:94:04:70:
+                    ec:3f:59:d9:b7:cc:66:8b:98:52:28:09:02:df:c5:
+                    2f:84:8d:7a:97:77:bf:ec:40:9d:25:72:ab:b5:3f:
+                    32:98:fb:b7:b7:fc:72:84:e5:35:87:f9:55:fa:a3:
+                    1f:0e:6f:2e:28:dd:69:a0:d9:42:10:c6:f8:b5:44:
+                    c2:d0:43:7f:db:bc:e4:a2:3c:6a:55:78:0a:77:a9:
+                    d8:ea:19:32:b7:2f:fe:5c:3f:1b:ee:b1:98:ec:ca:
+                    ad:7a:69:45:e3:96:0f:55:f6:e6:ed:75:ea:65:e8:
+                    32:56:93:46:89:a8:25:8a:65:06:ee:6b:bf:79:07:
+                    d0:f1:b7:af:ed:2c:4d:92:bb:c0:a8:5f:a7:67:7d:
+                    04:f2:15:08:70:ac:92:d6:7d:04:d2:33:fb:4c:b6:
+                    0b:0b:fb:1a:c9:c4:8d:03:a9:7e:5c:f2:50:ab:12:
+                    a5:a1:cf:48:50:a5:ef:d2:c8:1a:13:fa:b0:7f:b1:
+                    82:1c:77:6a:0f:5f:dc:0b:95:8f:ef:43:7e:e6:45:
+                    09:25
+                Exponent: 3 (0x3)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:12
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.chambersign.org/chambersignroot.crl
+
+            X509v3 Subject Key Identifier: 
+                43:9C:36:9F:B0:9E:30:4D:C6:CE:5F:AD:10:AB:E5:03:A5:FA:A9:14
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            Netscape Cert Type: 
+                SSL CA, S/MIME CA, Object Signing CA
+            X509v3 Subject Alternative Name: 
+                email:chambersignroot@chambersign.org
+            X509v3 Issuer Alternative Name: 
+                email:chambersignroot@chambersign.org
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.17326.10.1.1
+                  CPS: http://cps.chambersign.org/cps/chambersignroot.html
+
+    Signature Algorithm: sha1WithRSAEncryption
+         3c:3b:70:91:f9:04:54:27:91:e1:ed:ed:fe:68:7f:61:5d:e5:
+         41:65:4f:32:f1:18:05:94:6a:1c:de:1f:70:db:3e:7b:32:02:
+         34:b5:0c:6c:a1:8a:7c:a5:f4:8f:ff:d4:d8:ad:17:d5:2d:04:
+         d1:3f:58:80:e2:81:59:88:be:c0:e3:46:93:24:fe:90:bd:26:
+         a2:30:2d:e8:97:26:57:35:89:74:96:18:f6:15:e2:af:24:19:
+         56:02:02:b2:ba:0f:14:ea:c6:8a:66:c1:86:45:55:8b:be:92:
+         be:9c:a4:04:c7:49:3c:9e:e8:29:7a:89:d7:fe:af:ff:68:f5:
+         a5:17:90:bd:ac:99:cc:a5:86:57:09:67:46:db:d6:16:c2:46:
+         f1:e4:a9:50:f5:8f:d1:92:15:d3:5f:3e:c6:00:49:3a:6e:58:
+         b2:d1:d1:27:0d:25:c8:32:f8:20:11:cd:7d:32:33:48:94:54:
+         4c:dd:dc:79:c4:30:9f:eb:8e:b8:55:b5:d7:88:5c:c5:6a:24:
+         3d:b2:d3:05:03:51:c6:07:ef:cc:14:72:74:3d:6e:72:ce:18:
+         28:8c:4a:a0:77:e5:09:2b:45:44:47:ac:b7:67:7f:01:8a:05:
+         5a:93:be:a1:c1:ff:f8:e7:0e:67:a4:47:49:76:5d:75:90:1a:
+         f5:26:8f:f0
+SHA1 Fingerprint=33:9B:6B:14:50:24:9B:55:7A:01:87:72:84:D9:E0:2F:C3:D2:D8:E9
diff --git a/system/etc/security/cacerts/a2c66da8.0 b/system/etc/security/cacerts/a2c66da8.0
new file mode 100644
index 0000000000000000000000000000000000000000..f92240822bca59bad8f34d165d7f7b64d1507fbd
--- /dev/null
+++ b/system/etc/security/cacerts/a2c66da8.0
@@ -0,0 +1,121 @@
+-----BEGIN CERTIFICATE-----
+MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg
+RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV
+UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu
+Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y
+ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If
+xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV
+ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO
+DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ
+jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/
+CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi
+EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM
+fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY
+uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK
+chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t
+9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
+hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD
+ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2
+SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd
++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc
+fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa
+sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N
+cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N
+0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie
+4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI
+r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1
+/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm
+gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            05:9b:1b:57:9e:8e:21:32:e2:39:07:bd:a7:77:75:5c
+    Signature Algorithm: sha384WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
+        Validity
+            Not Before: Aug  1 12:00:00 2013 GMT
+            Not After : Jan 15 12:00:00 2038 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Trusted Root G4
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:bf:e6:90:73:68:de:bb:e4:5d:4a:3c:30:22:30:
+                    69:33:ec:c2:a7:25:2e:c9:21:3d:f2:8a:d8:59:c2:
+                    e1:29:a7:3d:58:ab:76:9a:cd:ae:7b:1b:84:0d:c4:
+                    30:1f:f3:1b:a4:38:16:eb:56:c6:97:6d:1d:ab:b2:
+                    79:f2:ca:11:d2:e4:5f:d6:05:3c:52:0f:52:1f:c6:
+                    9e:15:a5:7e:be:9f:a9:57:16:59:55:72:af:68:93:
+                    70:c2:b2:ba:75:99:6a:73:32:94:d1:10:44:10:2e:
+                    df:82:f3:07:84:e6:74:3b:6d:71:e2:2d:0c:1b:ee:
+                    20:d5:c9:20:1d:63:29:2d:ce:ec:5e:4e:c8:93:f8:
+                    21:61:9b:34:eb:05:c6:5e:ec:5b:1a:bc:eb:c9:cf:
+                    cd:ac:34:40:5f:b1:7a:66:ee:77:c8:48:a8:66:57:
+                    57:9f:54:58:8e:0c:2b:b7:4f:a7:30:d9:56:ee:ca:
+                    7b:5d:e3:ad:c9:4f:5e:e5:35:e7:31:cb:da:93:5e:
+                    dc:8e:8f:80:da:b6:91:98:40:90:79:c3:78:c7:b6:
+                    b1:c4:b5:6a:18:38:03:10:8d:d8:d4:37:a4:2e:05:
+                    7d:88:f5:82:3e:10:91:70:ab:55:82:41:32:d7:db:
+                    04:73:2a:6e:91:01:7c:21:4c:d4:bc:ae:1b:03:75:
+                    5d:78:66:d9:3a:31:44:9a:33:40:bf:08:d7:5a:49:
+                    a4:c2:e6:a9:a0:67:dd:a4:27:bc:a1:4f:39:b5:11:
+                    58:17:f7:24:5c:46:8f:64:f7:c1:69:88:76:98:76:
+                    3d:59:5d:42:76:87:89:97:69:7a:48:f0:e0:a2:12:
+                    1b:66:9a:74:ca:de:4b:1e:e7:0e:63:ae:e6:d4:ef:
+                    92:92:3a:9e:3d:dc:00:e4:45:25:89:b6:9a:44:19:
+                    2b:7e:c0:94:b4:d2:61:6d:eb:33:d9:c5:df:4b:04:
+                    00:cc:7d:1c:95:c3:8f:f7:21:b2:b2:11:b7:bb:7f:
+                    f2:d5:8c:70:2c:41:60:aa:b1:63:18:44:95:1a:76:
+                    62:7e:f6:80:b0:fb:e8:64:a6:33:d1:89:07:e1:bd:
+                    b7:e6:43:a4:18:b8:a6:77:01:e1:0f:94:0c:21:1d:
+                    b2:54:29:25:89:6c:e5:0e:52:51:47:74:be:26:ac:
+                    b6:41:75:de:7a:ac:5f:8d:3f:c9:bc:d3:41:11:12:
+                    5b:e5:10:50:eb:31:c5:ca:72:16:22:09:df:7c:4c:
+                    75:3f:63:ec:21:5f:c4:20:51:6b:6f:b1:ab:86:8b:
+                    4f:c2:d6:45:5f:9d:20:fc:a1:1e:c5:c0:8f:a2:b1:
+                    7e:0a:26:99:f5:e4:69:2f:98:1d:2d:f5:d9:a9:b2:
+                    1d:e5:1b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                EC:D7:E3:82:D2:71:5D:64:4C:DF:2E:67:3F:E7:BA:98:AE:1C:0F:4F
+    Signature Algorithm: sha384WithRSAEncryption
+         bb:61:d9:7d:a9:6c:be:17:c4:91:1b:c3:a1:a2:00:8d:e3:64:
+         68:0f:56:cf:77:ae:70:f9:fd:9a:4a:99:b9:c9:78:5c:0c:0c:
+         5f:e4:e6:14:29:56:0b:36:49:5d:44:63:e0:ad:9c:96:18:66:
+         1b:23:0d:3d:79:e9:6d:6b:d6:54:f8:d2:3c:c1:43:40:ae:1d:
+         50:f5:52:fc:90:3b:bb:98:99:69:6b:c7:c1:a7:a8:68:a4:27:
+         dc:9d:f9:27:ae:30:85:b9:f6:67:4d:3a:3e:8f:59:39:22:53:
+         44:eb:c8:5d:03:ca:ed:50:7a:7d:62:21:0a:80:c8:73:66:d1:
+         a0:05:60:5f:e8:a5:b4:a7:af:a8:f7:6d:35:9c:7c:5a:8a:d6:
+         a2:38:99:f3:78:8b:f4:4d:d2:20:0b:de:04:ee:8c:9b:47:81:
+         72:0d:c0:14:32:ef:30:59:2e:ae:e0:71:f2:56:e4:6a:97:6f:
+         92:50:6d:96:8d:68:7a:9a:b2:36:14:7a:06:f2:24:b9:09:11:
+         50:d7:08:b1:b8:89:7a:84:23:61:42:29:e5:a3:cd:a2:20:41:
+         d7:d1:9c:64:d9:ea:26:a1:8b:14:d7:4c:19:b2:50:41:71:3d:
+         3f:4d:70:23:86:0c:4a:dc:81:d2:cc:32:94:84:0d:08:09:97:
+         1c:4f:c0:ee:6b:20:74:30:d2:e0:39:34:10:85:21:15:01:08:
+         e8:55:32:de:71:49:d9:28:17:50:4d:e6:be:4d:d1:75:ac:d0:
+         ca:fb:41:b8:43:a5:aa:d3:c3:05:44:4f:2c:36:9b:e2:fa:e2:
+         45:b8:23:53:6c:06:6f:67:55:7f:46:b5:4c:3f:6e:28:5a:79:
+         26:d2:a4:a8:62:97:d2:1e:e2:ed:4a:8b:bc:1b:fd:47:4a:0d:
+         df:67:66:7e:b2:5b:41:d0:3b:e4:f4:3b:f4:04:63:e9:ef:c2:
+         54:00:51:a0:8a:2a:c9:ce:78:cc:d5:ea:87:04:18:b3:ce:af:
+         49:88:af:f3:92:99:b6:b3:e6:61:0f:d2:85:00:e7:50:1a:e4:
+         1b:95:9d:19:a1:b9:9c:b1:9b:b1:00:1e:ef:d0:0f:4f:42:6c:
+         c9:0a:bc:ee:43:fa:3a:71:a5:c8:4d:26:a5:35:fd:89:5d:bc:
+         85:62:1d:32:d2:a0:2b:54:ed:9a:57:c1:db:fa:10:cf:19:b7:
+         8b:4a:1b:8f:01:b6:27:95:53:e8:b6:89:6d:5b:bc:68:d4:23:
+         e8:8b:51:a2:56:f9:f0:a6:80:a0:d6:1e:b3:bc:0f:0f:53:75:
+         29:aa:ea:13:77:e4:de:8c:81:21:ad:07:10:47:11:ad:87:3d:
+         07:d1:75:bc:cf:f3:66:7e
+SHA1 Fingerprint=DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4
diff --git a/system/etc/security/cacerts/a3896b44.0 b/system/etc/security/cacerts/a3896b44.0
new file mode 100644
index 0000000000000000000000000000000000000000..f570c1dd3a5d11c07f5ab34e75d9f0d16db9445a
--- /dev/null
+++ b/system/etc/security/cacerts/a3896b44.0
@@ -0,0 +1,77 @@
+-----BEGIN CERTIFICATE-----
+MIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY
+MBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t
+dW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5
+WjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD
+VQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8
+9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ
+DKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9
+Ms+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N
+QV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ
+xrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G
+A1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T
+AQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG
+kl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr
+Uj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5
+Bw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU
+JRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot
+RSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
+        Validity
+            Not Before: Sep 30 04:20:49 2003 GMT
+            Not After : Sep 30 04:20:49 2023 GMT
+        Subject: C=JP, O=SECOM Trust.net, OU=Security Communication RootCA1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b3:b3:fe:7f:d3:6d:b1:ef:16:7c:57:a5:0c:6d:
+                    76:8a:2f:4b:bf:64:fb:4c:ee:8a:f0:f3:29:7c:f5:
+                    ff:ee:2a:e0:e9:e9:ba:5b:64:22:9a:9a:6f:2c:3a:
+                    26:69:51:05:99:26:dc:d5:1c:6a:71:c6:9a:7d:1e:
+                    9d:dd:7c:6c:c6:8c:67:67:4a:3e:f8:71:b0:19:27:
+                    a9:09:0c:a6:95:bf:4b:8c:0c:fa:55:98:3b:d8:e8:
+                    22:a1:4b:71:38:79:ac:97:92:69:b3:89:7e:ea:21:
+                    68:06:98:14:96:87:d2:61:36:bc:6d:27:56:9e:57:
+                    ee:c0:c0:56:fd:32:cf:a4:d9:8e:c2:23:d7:8d:a8:
+                    f3:d8:25:ac:97:e4:70:38:f4:b6:3a:b4:9d:3b:97:
+                    26:43:a3:a1:bc:49:59:72:4c:23:30:87:01:58:f6:
+                    4e:be:1c:68:56:66:af:cd:41:5d:c8:b3:4d:2a:55:
+                    46:ab:1f:da:1e:e2:40:3d:db:cd:7d:b9:92:80:9c:
+                    37:dd:0c:96:64:9d:dc:22:f7:64:8b:df:61:de:15:
+                    94:52:15:a0:7d:52:c9:4b:a8:21:c9:c6:b1:ed:cb:
+                    c3:95:60:d1:0f:f0:ab:70:f8:df:cb:4d:7e:ec:d6:
+                    fa:ab:d9:bd:7f:54:f2:a5:e9:79:fa:d9:d6:76:24:
+                    28:73
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                A0:73:49:99:68:DC:85:5B:65:E3:9B:28:2F:57:9F:BD:33:BC:07:48
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         68:40:a9:a8:bb:e4:4f:5d:79:b3:05:b5:17:b3:60:13:eb:c6:
+         92:5d:e0:d1:d3:6a:fe:fb:be:9b:6d:bf:c7:05:6d:59:20:c4:
+         1c:f0:b7:da:84:58:02:63:fa:48:16:ef:4f:a5:0b:f7:4a:98:
+         f2:3f:9e:1b:ad:47:6b:63:ce:08:47:eb:52:3f:78:9c:af:4d:
+         ae:f8:d5:4f:cf:9a:98:2a:10:41:39:52:c4:dd:d9:9b:0e:ef:
+         93:01:ae:b2:2e:ca:68:42:24:42:6c:b0:b3:3a:3e:cd:e9:da:
+         48:c4:15:cb:e9:f9:07:0f:92:50:49:8a:dd:31:97:5f:c9:e9:
+         37:aa:3b:59:65:97:94:32:c9:b3:9f:3e:3a:62:58:c5:49:ad:
+         62:0e:71:a5:32:aa:2f:c6:89:76:43:40:13:13:67:3d:a2:54:
+         25:10:cb:f1:3a:f2:d9:fa:db:49:56:bb:a6:fe:a7:41:35:c3:
+         e0:88:61:c9:88:c7:df:36:10:22:98:59:ea:b0:4a:fb:56:16:
+         73:6e:ac:4d:f7:22:a1:4f:ad:1d:7a:2d:45:27:e5:30:c1:5e:
+         f2:da:13:cb:25:42:51:95:47:03:8c:6c:21:cc:74:42:ed:53:
+         ff:33:8b:8f:0f:57:01:16:2f:cf:a6:ee:c9:70:22:14:bd:fd:
+         be:6c:0b:03
+SHA1 Fingerprint=36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7
diff --git a/system/etc/security/cacerts/a7605362.0 b/system/etc/security/cacerts/a7605362.0
new file mode 100644
index 0000000000000000000000000000000000000000..112d40fe00b390af59f547c1b95aba9045df424a
--- /dev/null
+++ b/system/etc/security/cacerts/a7605362.0
@@ -0,0 +1,76 @@
+-----BEGIN CERTIFICATE-----
+MIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP
+MA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx
+MDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV
+BAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o
+Z6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt
+5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s
+3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej
+vOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu
+8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw
+DwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG
+MA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil
+zqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/
+3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD
+FNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6
+Tk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2
+ZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 29 (0x1d)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=FI, O=Sonera, CN=Sonera Class2 CA
+        Validity
+            Not Before: Apr  6 07:29:40 2001 GMT
+            Not After : Apr  6 07:29:40 2021 GMT
+        Subject: C=FI, O=Sonera, CN=Sonera Class2 CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:90:17:4a:35:9d:ca:f0:0d:96:c7:44:fa:16:37:
+                    fc:48:bd:bd:7f:80:2d:35:3b:e1:6f:a8:67:a9:bf:
+                    03:1c:4d:8c:6f:32:47:d5:41:68:a4:13:04:c1:35:
+                    0c:9a:84:43:fc:5c:1d:ff:89:b3:e8:17:18:cd:91:
+                    5f:fb:89:e3:ea:bf:4e:5d:7c:1b:26:d3:75:79:ed:
+                    e6:84:e3:57:e5:ad:29:c4:f4:3a:28:e7:a5:7b:84:
+                    36:69:b3:fd:5e:76:bd:a3:2d:99:d3:90:4e:23:28:
+                    7d:18:63:f1:54:3b:26:9d:76:5b:97:42:b2:ff:ae:
+                    f0:4e:ec:dd:39:95:4e:83:06:7f:e7:49:40:c8:c5:
+                    01:b2:54:5a:66:1d:3d:fc:f9:e9:3c:0a:9e:81:b8:
+                    70:f0:01:8b:e4:23:54:7c:c8:ae:f8:90:1e:00:96:
+                    72:d4:54:cf:61:23:bc:ea:fb:9d:02:95:d1:b6:b9:
+                    71:3a:69:08:3f:0f:b4:e1:42:c7:88:f5:3f:98:a8:
+                    a7:ba:1c:e0:71:71:ef:58:57:81:50:7a:5c:6b:74:
+                    46:0e:83:03:98:c3:8e:a8:6e:f2:76:32:6e:27:83:
+                    c2:73:f3:dc:18:e8:b4:93:ea:75:44:6b:04:60:20:
+                    71:57:87:9d:f3:be:a0:90:23:3d:8a:24:e1:da:21:
+                    db:c3
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                4A:A0:AA:58:84:D3:5E:3C
+            X509v3 Key Usage: 
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         5a:ce:87:f9:16:72:15:57:4b:1d:d9:9b:e7:a2:26:30:ec:93:
+         67:df:d6:2d:d2:34:af:f7:38:a5:ce:ab:16:b9:ab:2f:7c:35:
+         cb:ac:d0:0f:b4:4c:2b:fc:80:ef:6b:8c:91:5f:36:76:f7:db:
+         b3:1b:19:ea:f4:b2:11:fd:61:71:44:bf:28:b3:3a:1d:bf:b3:
+         43:e8:9f:bf:dc:31:08:71:b0:9d:8d:d6:34:47:32:90:c6:65:
+         24:f7:a0:4a:7c:04:73:8f:39:6f:17:8c:72:b5:bd:4b:c8:7a:
+         f8:7b:83:c3:28:4e:9c:09:ea:67:3f:b2:67:04:1b:c3:14:da:
+         f8:e7:49:24:91:d0:1d:6a:fa:61:39:ef:6b:e7:21:75:06:07:
+         d8:12:b4:21:20:70:42:71:81:da:3c:9a:36:be:a6:5b:0d:6a:
+         6c:9a:1f:91:7b:f9:f9:ef:42:ba:4e:4e:9e:cc:0c:8d:94:dc:
+         d9:45:9c:5e:ec:42:50:63:ae:f4:5d:c4:b1:12:dc:ca:3b:a8:
+         2e:9d:14:5a:05:75:b7:ec:d7:63:e2:ba:35:b6:04:08:91:e8:
+         da:9d:9c:f6:66:b5:18:ac:0a:a6:54:26:34:33:d2:1b:c1:d4:
+         7f:1a:3a:8e:0b:aa:32:6e:db:fc:4f:25:9f:d9:32:c7:96:5a:
+         70:ac:df:4c
+SHA1 Fingerprint=37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27
diff --git a/system/etc/security/cacerts/a7d2cf64.0 b/system/etc/security/cacerts/a7d2cf64.0
new file mode 100644
index 0000000000000000000000000000000000000000..4720f4bffb278e146964435e6a97842d157bcda8
--- /dev/null
+++ b/system/etc/security/cacerts/a7d2cf64.0
@@ -0,0 +1,54 @@
+-----BEGIN CERTIFICATE-----
+MIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL
+MAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp
+IDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi
+BgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw
+MDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh
+d3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig
+YXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v
+dCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/
+BebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6
+papu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E
+BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K
+DPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3
+KMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox
+XZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            35:fc:26:5c:d9:84:4f:c9:3d:26:3d:57:9b:ae:d7:56
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=thawte, Inc., OU=(c) 2007 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G2
+        Validity
+            Not Before: Nov  5 00:00:00 2007 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=US, O=thawte, Inc., OU=(c) 2007 thawte, Inc. - For authorized use only, CN=thawte Primary Root CA - G2
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:a2:d5:9c:82:7b:95:9d:f1:52:78:87:fe:8a:16:
+                    bf:05:e6:df:a3:02:4f:0d:07:c6:00:51:ba:0c:02:
+                    52:2d:22:a4:42:39:c4:fe:8f:ea:c9:c1:be:d4:4d:
+                    ff:9f:7a:9e:e2:b1:7c:9a:ad:a7:86:09:73:87:d1:
+                    e7:9a:e3:7a:a5:aa:6e:fb:ba:b3:70:c0:67:88:a2:
+                    35:d4:a3:9a:b1:fd:ad:c2:ef:31:fa:a8:b9:f3:fb:
+                    08:c6:91:d1:fb:29:95
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                9A:D8:00:30:00:E7:6B:7F:85:18:EE:8B:B6:CE:8A:0C:F8:11:E1:BB
+    Signature Algorithm: ecdsa-with-SHA384
+         30:66:02:31:00:dd:f8:e0:57:47:5b:a7:e6:0a:c3:bd:f5:80:
+         8a:97:35:0d:1b:89:3c:54:86:77:28:ca:a1:f4:79:de:b5:e6:
+         38:b0:f0:65:70:8c:7f:02:54:c2:bf:ff:d8:a1:3e:d9:cf:02:
+         31:00:c4:8d:94:fc:dc:53:d2:dc:9d:78:16:1f:15:33:23:53:
+         52:e3:5a:31:5d:9d:ca:ae:bd:13:29:44:0d:27:5b:a8:e7:68:
+         9c:12:f7:58:3f:2e:72:02:57:a3:8f:a1:14:2e
+SHA1 Fingerprint=AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12
diff --git a/system/etc/security/cacerts/a81e292b.0 b/system/etc/security/cacerts/a81e292b.0
new file mode 100644
index 0000000000000000000000000000000000000000..cf52a805c734b587397dbcb71dfe8edc6d7e3c7e
--- /dev/null
+++ b/system/etc/security/cacerts/a81e292b.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL
+BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6
+ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw
+NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L
+cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg
+Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN
+QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT
+3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw
+3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6
+3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5
+BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN
+XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD
+AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF
+AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw
+8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG
+nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP
+oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy
+d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg
+LvWpCz/UXeHPhJ/iGcJfitYgHuNztw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            3e:8a:5d:07:ec:55:d2:32:d5:b7:e3:b6:5f:01:eb:2d:dc:e4:d6:e4
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
+        Validity
+            Not Before: Oct 19 07:43:30 2015 GMT
+            Not After : Oct 19 07:43:30 2035 GMT
+        Subject: C=PL, O=Krajowa Izba Rozliczeniowa S.A., CN=SZAFIR ROOT CA2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b7:bc:3e:50:a8:4b:cd:40:b5:ce:61:e7:96:ca:
+                    b4:a1:da:0c:22:b0:fa:b5:7b:76:00:77:8c:0b:cf:
+                    7d:a8:86:cc:26:51:e4:20:3d:85:0c:d6:58:e3:e7:
+                    f4:2a:18:9d:da:d1:ae:26:ee:eb:53:dc:f4:90:d6:
+                    13:4a:0c:90:3c:c3:f4:da:d2:8e:0d:92:3a:dc:b1:
+                    b1:ff:38:de:c3:ba:2d:5f:80:b9:02:bd:4a:9d:1b:
+                    0f:b4:c3:c2:c1:67:03:dd:dc:1b:9c:3d:b3:b0:de:
+                    00:1e:a8:34:47:bb:9a:eb:fe:0b:14:bd:36:84:da:
+                    0d:20:bf:fa:5b:cb:a9:16:20:ad:39:60:ee:2f:75:
+                    b6:e7:97:9c:f9:3e:fd:7e:4d:6f:4d:2f:ef:88:0d:
+                    6a:fa:dd:f1:3d:6e:20:a5:a0:12:b4:4d:70:b9:ce:
+                    d7:72:3b:89:93:a7:80:84:1c:27:49:72:49:b5:ff:
+                    3b:95:9e:c1:cc:c8:01:ec:e8:0e:8a:0a:96:e7:b3:
+                    a6:87:e5:d6:f9:05:2b:0d:97:40:70:3c:ba:ac:75:
+                    5a:9c:d5:4d:9d:02:0a:d2:4b:9b:66:4b:46:07:17:
+                    65:ad:9f:6c:88:00:dc:22:89:e0:e1:64:d4:67:bc:
+                    31:79:61:3c:bb:ca:41:cd:5c:6a:00:c8:3c:38:8e:
+                    58:af
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                2E:16:A9:4A:18:B5:CB:CC:F5:6F:50:F3:23:5F:F8:5D:E7:AC:F0:C8
+    Signature Algorithm: sha256WithRSAEncryption
+         b5:73:f8:03:dc:59:5b:1d:76:e9:a3:2a:7b:90:28:b2:4d:c0:
+         33:4f:aa:9a:b1:d4:b8:e4:27:ff:a9:96:99:ce:46:e0:6d:7c:
+         4c:a2:38:a4:06:70:f0:f4:41:11:ec:3f:47:8d:3f:72:87:f9:
+         3b:fd:a4:6f:2b:53:00:e0:ff:39:b9:6a:07:0e:eb:1d:1c:f6:
+         a2:72:90:cb:82:3d:11:82:8b:d2:bb:9f:2a:af:21:e6:63:86:
+         9d:79:19:ef:f7:bb:0c:35:90:c3:8a:ed:4f:0f:f5:cc:12:d9:
+         a4:3e:bb:a0:fc:20:95:5f:4f:26:2f:11:23:83:4e:75:07:0f:
+         bf:9b:d1:b4:1d:e9:10:04:fe:ca:60:8f:a2:4c:b8:ad:cf:e1:
+         90:0f:cd:ae:0a:c7:5d:7b:b7:50:d2:d4:61:fa:d5:15:db:d7:
+         9f:87:51:54:eb:a5:e3:eb:c9:85:a0:25:20:37:fb:8e:ce:0c:
+         34:84:e1:3c:81:b2:77:4e:43:a5:88:5f:86:67:a1:3d:e6:b4:
+         5c:61:b6:3e:db:fe:b7:28:c5:a2:07:ae:b5:ca:ca:8d:2a:12:
+         ef:97:ed:c2:30:a4:c9:2a:7a:fb:f3:4d:23:1b:99:33:34:a0:
+         2e:f5:a9:0b:3f:d4:5d:e1:cf:84:9f:e2:19:c2:5f:8a:d6:20:
+         1e:e3:73:b7
+SHA1 Fingerprint=E2:52:FA:95:3F:ED:DB:24:60:BD:6E:28:F3:9C:CC:CF:5E:B3:3F:DE
diff --git a/system/etc/security/cacerts/ab5346f4.0 b/system/etc/security/cacerts/ab5346f4.0
new file mode 100644
index 0000000000000000000000000000000000000000..cd7e3787148e4e6c3f3058ccf65e7b9b92b99f6c
--- /dev/null
+++ b/system/etc/security/cacerts/ab5346f4.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr
+MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG
+A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0
+MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp
+Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD
+QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz
+i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8
+h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV
+MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9
+UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni
+8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC
+h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD
+VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB
+AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm
+KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ
+X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr
+QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5
+pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN
+QSdJQO7e5iNEOdyhIta6A/I=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=JP, O=Japan Certification Services, Inc., CN=SecureSign RootCA11
+        Validity
+            Not Before: Apr  8 04:56:47 2009 GMT
+            Not After : Apr  8 04:56:47 2029 GMT
+        Subject: C=JP, O=Japan Certification Services, Inc., CN=SecureSign RootCA11
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:fd:77:aa:a5:1c:90:05:3b:cb:4c:9b:33:8b:5a:
+                    14:45:a4:e7:90:16:d1:df:57:d2:21:10:a4:17:fd:
+                    df:ac:d6:1f:a7:e4:db:7c:f7:ec:df:b8:03:da:94:
+                    58:fd:5d:72:7c:8c:3f:5f:01:67:74:15:96:e3:02:
+                    3c:87:db:ae:cb:01:8e:c2:f3:66:c6:85:45:f4:02:
+                    c6:3a:b5:62:b2:af:fa:9c:bf:a4:e6:d4:80:30:98:
+                    f3:0d:b6:93:8f:a9:d4:d8:36:f2:b0:fc:8a:ca:2c:
+                    a1:15:33:95:31:da:c0:1b:f2:ee:62:99:86:63:3f:
+                    bf:dd:93:2a:83:a8:76:b9:13:1f:b7:ce:4e:42:85:
+                    8f:22:e7:2e:1a:f2:95:09:b2:05:b5:44:4e:77:a1:
+                    20:bd:a9:f2:4e:0a:7d:50:ad:f5:05:0d:45:4f:46:
+                    71:fd:28:3e:53:fb:04:d8:2d:d7:65:1d:4a:1b:fa:
+                    cf:3b:b0:31:9a:35:6e:c8:8b:06:d3:00:91:f2:94:
+                    08:65:4c:b1:34:06:00:7a:89:e2:f0:c7:03:59:cf:
+                    d5:d6:e8:a7:32:b3:e6:98:40:86:c5:cd:27:12:8b:
+                    cc:7b:ce:b7:11:3c:62:60:07:23:3e:2b:40:6e:94:
+                    80:09:6d:b6:b3:6f:77:6f:35:08:50:fb:02:87:c5:
+                    3e:89
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                5B:F8:4D:4F:B2:A5:86:D4:3A:D2:F1:63:9A:A0:BE:09:F6:57:B7:DE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         a0:a1:38:16:66:2e:a7:56:1f:21:9c:06:fa:1d:ed:b9:22:c5:
+         38:26:d8:4e:4f:ec:a3:7f:79:de:46:21:a1:87:77:8f:07:08:
+         9a:b2:a4:c5:af:0f:32:98:0b:7c:66:29:b6:9b:7d:25:52:49:
+         43:ab:4c:2e:2b:6e:7a:70:af:16:0e:e3:02:6c:fb:42:e6:18:
+         9d:45:d8:55:c8:e8:3b:dd:e7:e1:f4:2e:0b:1c:34:5c:6c:58:
+         4a:fb:8c:88:50:5f:95:1c:bf:ed:ab:22:b5:65:b3:85:ba:9e:
+         0f:b8:ad:e5:7a:1b:8a:50:3a:1d:bd:0d:bc:7b:54:50:0b:b9:
+         42:af:55:a0:18:81:ad:65:99:ef:be:e4:9c:bf:c4:85:ab:41:
+         b2:54:6f:dc:25:cd:ed:78:e2:8e:0c:8d:09:49:dd:63:7b:5a:
+         69:96:02:21:a8:bd:52:59:e9:7d:35:cb:c8:52:ca:7f:81:fe:
+         d9:6b:d3:f7:11:ed:25:df:f8:e7:f9:a4:fa:72:97:84:53:0d:
+         a5:d0:32:18:51:76:59:14:6c:0f:eb:ec:5f:80:8c:75:43:83:
+         c3:85:98:ff:4c:9e:2d:0d:e4:77:83:93:4e:b5:96:07:8b:28:
+         13:9b:8c:19:8d:41:27:49:40:ee:de:e6:23:44:39:dc:a1:22:
+         d6:ba:03:f2
+SHA1 Fingerprint=3B:C4:9F:48:F8:F3:73:A0:9C:1E:BD:F8:5B:B1:C3:65:C7:D8:11:B3
diff --git a/system/etc/security/cacerts/aeb67534.0 b/system/etc/security/cacerts/aeb67534.0
new file mode 100644
index 0000000000000000000000000000000000000000..fdabb5f0ed849fc4e6e6879271d4476b763c9c04
--- /dev/null
+++ b/system/etc/security/cacerts/aeb67534.0
@@ -0,0 +1,97 @@
+-----BEGIN CERTIFICATE-----
+MIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB
+8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy
+dGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1
+YmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3
+dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh
+IEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD
+LUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG
+EwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g
+KE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD
+ZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu
+bmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg
+ZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN
+BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R
+85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm
+4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV
+HMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd
+QlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t
+lGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB
+o4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E
+BTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4
+opvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo
+dHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW
+ZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN
+AQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y
+/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k
+SBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy
+Rp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS
+Agu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl
+nJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+             (Negative)11:d4:c2:14:2b:de:21:eb:57:9d:53:fb:0c:22:3b:ff
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
+        Validity
+            Not Before: Jan  7 23:00:00 2003 GMT
+            Not After : Jan  7 22:59:59 2031 GMT
+        Subject: C=ES, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), OU=Serveis Publics de Certificacio, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Jerarquia Entitats de Certificacio Catalanes, CN=EC-ACC
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b3:22:c7:4f:e2:97:42:95:88:47:83:40:f6:1d:
+                    17:f3:83:73:24:1e:51:f3:98:8a:c3:92:b8:ff:40:
+                    90:05:70:87:60:c9:00:a9:b5:94:65:19:22:15:17:
+                    c2:43:6c:66:44:9a:0d:04:3e:39:6f:a5:4b:7a:aa:
+                    63:b7:8a:44:9d:d9:63:91:84:66:e0:28:0f:ba:42:
+                    e3:6e:8e:f7:14:27:93:69:ee:91:0e:a3:5f:0e:b1:
+                    eb:66:a2:72:4f:12:13:86:65:7a:3e:db:4f:07:f4:
+                    a7:09:60:da:3a:42:99:c7:b2:7f:b3:16:95:1c:c7:
+                    f9:34:b5:94:85:d5:99:5e:a0:48:a0:7e:e7:17:65:
+                    b8:a2:75:b8:1e:f3:e5:42:7d:af:ed:f3:8a:48:64:
+                    5d:82:14:93:d8:c0:e4:ff:b3:50:72:f2:76:f6:b3:
+                    5d:42:50:79:d0:94:3e:6b:0c:00:be:d8:6b:0e:4e:
+                    2a:ec:3e:d2:cc:82:a2:18:65:33:13:77:9e:9a:5d:
+                    1a:13:d8:c3:db:3d:c8:97:7a:ee:70:ed:a7:e6:7c:
+                    db:71:cf:2d:94:62:df:6d:d6:f5:38:be:3f:a5:85:
+                    0a:19:b8:a8:d8:09:75:42:70:c4:ea:ef:cb:0e:c8:
+                    34:a8:12:22:98:0c:b8:13:94:b6:4b:ec:f0:d0:90:
+                    e7:27
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Alternative Name: 
+                email:ec_acc@catcert.net
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                A0:C3:8B:44:AA:37:A5:45:BF:97:80:5A:D1:F1:78:A2:9B:E9:5D:8D
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.15096.1.3.1.10
+                  CPS: https://www.catcert.net/verarrel
+                  User Notice:
+                    Explicit Text: Vegeu https://www.catcert.net/verarrel 
+
+    Signature Algorithm: sha1WithRSAEncryption
+         a0:48:5b:82:01:f6:4d:48:b8:39:55:35:9c:80:7a:53:99:d5:
+         5a:ff:b1:71:3b:cc:39:09:94:5e:d6:da:ef:be:01:5b:5d:d3:
+         1e:d8:fd:7d:4f:cd:a0:41:e0:34:93:bf:cb:e2:86:9c:37:92:
+         90:56:1c:dc:eb:29:05:e5:c4:9e:c7:35:df:8a:0c:cd:c5:21:
+         43:e9:aa:88:e5:35:c0:19:42:63:5a:02:5e:a4:48:18:3a:85:
+         6f:dc:9d:bc:3f:9d:9c:c1:87:b8:7a:61:08:e9:77:0b:7f:70:
+         ab:7a:dd:d9:97:2c:64:1e:85:bf:bc:74:96:a1:c3:7a:12:ec:
+         0c:1a:6e:83:0c:3c:e8:72:46:9f:fb:48:d5:5e:97:e6:b1:a1:
+         f8:e4:ef:46:25:94:9c:89:db:69:38:be:ec:5c:0e:56:c7:65:
+         51:e5:50:88:88:bf:42:d5:2b:3d:e5:f9:ba:9e:2e:b3:ca:f4:
+         73:92:02:0b:be:4c:66:eb:20:fe:b9:cb:b5:99:7f:e6:b6:13:
+         fa:ca:4b:4d:d9:ee:53:46:06:3b:c6:4e:ad:93:5a:81:7e:6c:
+         2a:4b:6a:05:45:8c:f2:21:a4:31:90:87:6c:65:9c:9d:a5:60:
+         95:3a:52:7f:f5:d1:ab:08:6e:f3:ee:5b:f9:88:3d:7e:b8:6f:
+         6e:03:e4:42
+SHA1 Fingerprint=28:90:3A:63:5B:52:80:FA:E6:77:4C:0B:6D:A7:D6:BA:A6:4A:F2:E8
diff --git a/system/etc/security/cacerts/b0ed035a.0 b/system/etc/security/cacerts/b0ed035a.0
new file mode 100644
index 0000000000000000000000000000000000000000..b06f96379b77af6801edfa8147bd04dd13d3988c
--- /dev/null
+++ b/system/etc/security/cacerts/b0ed035a.0
@@ -0,0 +1,117 @@
+-----BEGIN CERTIFICATE-----
+MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx
+EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT
+VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5
+NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT
+B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF
+10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz
+0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh
+MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH
+zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc
+46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2
+yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi
+laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP
+oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA
+BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE
+qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm
+4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB
+/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL
+1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn
+LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF
+H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo
+RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+
+nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh
+15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW
+6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW
+nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j
+wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz
+aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy
+KwbQBM0=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 3262 (0xcbe)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
+        Validity
+            Not Before: Jun 27 06:28:33 2012 GMT
+            Not After : Dec 31 15:59:59 2030 GMT
+        Subject: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Global Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:b0:05:db:c8:eb:8c:c4:6e:8a:21:ef:8e:4d:9c:
+                    71:0a:1f:52:70:ed:6d:82:9c:97:c5:d7:4c:4e:45:
+                    49:cb:40:42:b5:12:34:6c:19:c2:74:a4:31:5f:85:
+                    02:97:ec:43:33:0a:53:d2:9c:8c:8e:b7:b8:79:db:
+                    2b:d5:6a:f2:8e:66:c4:ee:2b:01:07:92:d4:b3:d0:
+                    02:df:50:f6:55:af:66:0e:cb:e0:47:60:2f:2b:32:
+                    39:35:52:3a:28:83:f8:7b:16:c6:18:b8:62:d6:47:
+                    25:91:ce:f0:19:12:4d:ad:63:f5:d3:3f:75:5f:29:
+                    f0:a1:30:1c:2a:a0:98:a6:15:bd:ee:fd:19:36:f0:
+                    e2:91:43:8f:fa:ca:d6:10:27:49:4c:ef:dd:c1:f1:
+                    85:70:9b:ca:ea:a8:5a:43:fc:6d:86:6f:73:e9:37:
+                    45:a9:f0:36:c7:cc:88:75:1e:bb:6c:06:ff:9b:6b:
+                    3e:17:ec:61:aa:71:7c:c6:1d:a2:f7:49:e9:15:b5:
+                    3c:d6:a1:61:f5:11:f7:05:6f:1d:fd:11:be:d0:30:
+                    07:c2:29:b0:09:4e:26:dc:e3:a2:a8:91:6a:1f:c2:
+                    91:45:88:5c:e5:98:b8:71:a5:15:19:c9:7c:75:11:
+                    cc:70:74:4f:2d:9b:1d:91:44:fd:56:28:a0:fe:bb:
+                    86:6a:c8:fa:5c:0b:58:dc:c6:4b:76:c8:ab:22:d9:
+                    73:0f:a5:f4:5a:02:89:3f:4f:9e:22:82:ee:a2:74:
+                    53:2a:3d:53:27:69:1d:6c:8e:32:2c:64:00:26:63:
+                    61:36:4e:a3:46:b7:3f:7d:b3:2d:ac:6d:90:a2:95:
+                    a2:ce:cf:da:82:e7:07:34:19:96:e9:b8:21:aa:29:
+                    7e:a6:38:be:8e:29:4a:21:66:79:1f:b3:c3:b5:09:
+                    67:de:d6:d4:07:46:f3:2a:da:e6:22:37:60:cb:81:
+                    b6:0f:a0:0f:e9:c8:95:7f:bf:55:91:05:7a:cf:3d:
+                    15:c0:6f:de:09:94:01:83:d7:34:1b:cc:40:a5:f0:
+                    b8:9b:67:d5:98:91:3b:a7:84:78:95:26:a4:5a:08:
+                    f8:2b:74:b4:00:04:3c:df:b8:14:8e:e8:df:a9:8d:
+                    6c:67:92:33:1d:c0:b7:d2:ec:92:c8:be:09:bf:2c:
+                    29:05:6f:02:6b:9e:ef:bc:bf:2a:bc:5b:c0:50:8f:
+                    41:70:71:87:b2:4d:b7:04:a9:84:a3:32:af:ae:ee:
+                    6b:17:8b:b2:b1:fe:6c:e1:90:8c:88:a8:97:48:ce:
+                    c8:4d:cb:f3:06:cf:5f:6a:0a:42:b1:1e:1e:77:2f:
+                    8e:a0:e6:92:0e:06:fc:05:22:d2:26:e1:31:51:7d:
+                    32:dc:0f
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha256WithRSAEncryption
+         5f:34:81:76:ef:96:1d:d5:e5:b5:d9:02:63:84:16:c1:ae:a0:
+         70:51:a7:f7:4c:47:35:c8:0b:d7:28:3d:89:71:d9:aa:33:41:
+         ea:14:1b:6c:21:00:c0:6c:42:19:7e:9f:69:5b:20:42:df:a2:
+         d2:da:c4:7c:97:4b:8d:b0:e8:ac:c8:ee:a5:69:04:99:0a:92:
+         a6:ab:27:2e:1a:4d:81:bf:84:d4:70:1e:ad:47:fe:fd:4a:9d:
+         33:e0:f2:b9:c4:45:08:21:0a:da:69:69:73:72:0d:be:34:fe:
+         94:8b:ad:c3:1e:35:d7:a2:83:ef:e5:38:c7:a5:85:1f:ab:cf:
+         34:ec:3f:28:fe:0c:f1:57:86:4e:c9:55:f7:1c:d4:d8:a5:7d:
+         06:7a:6f:d5:df:10:df:81:4e:21:65:b1:b6:e1:17:79:95:45:
+         06:ce:5f:cc:dc:46:89:63:68:44:8d:93:f4:64:70:a0:3d:9d:
+         28:05:c3:39:70:b8:62:7b:20:fd:e4:db:e9:08:a1:b8:9e:3d:
+         09:c7:4f:fb:2c:f8:93:76:41:de:52:e0:e1:57:d2:9d:03:bc:
+         77:9e:fe:9e:29:5e:f7:c1:51:60:1f:de:da:0b:b2:2d:75:b7:
+         43:48:93:e7:f6:79:c6:84:5d:80:59:60:94:fc:78:98:8f:3c:
+         93:51:ed:40:90:07:df:64:63:24:cb:4e:71:05:a1:d7:94:1a:
+         88:32:f1:22:74:22:ae:a5:a6:d8:12:69:4c:60:a3:02:ee:2b:
+         ec:d4:63:92:0b:5e:be:2f:76:6b:a3:b6:26:bc:8f:03:d8:0a:
+         f2:4c:64:46:bd:39:62:e5:96:eb:34:63:11:28:cc:95:f1:ad:
+         ef:ef:dc:80:58:48:e9:4b:b8:ea:65:ac:e9:fc:80:b5:b5:c8:
+         45:f9:ac:c1:9f:d9:b9:ea:62:88:8e:c4:f1:4b:83:12:ad:e6:
+         8b:84:d6:9e:c2:eb:83:18:9f:6a:bb:1b:24:60:33:70:cc:ec:
+         f7:32:f3:5c:d9:79:7d:ef:9e:a4:fe:c9:23:c3:24:ee:15:92:
+         b1:3d:91:4f:26:86:bd:66:73:24:13:ea:a4:ae:63:c1:ad:7d:
+         84:03:3c:10:78:86:1b:79:e3:c4:f3:f2:04:95:20:ae:23:82:
+         c4:b3:3a:00:62:bf:e6:36:24:e1:57:ba:c7:1e:90:75:d5:5f:
+         3f:95:61:2b:c1:3b:cd:e5:b3:68:61:d0:46:26:a9:21:52:69:
+         2d:eb:2e:c7:eb:77:ce:a6:3a:b5:03:33:4f:76:d1:e7:5c:54:
+         01:5d:cb:78:f4:c9:0c:bf:cf:12:8e:17:2d:23:68:94:e7:ab:
+         fe:a9:b2:2b:06:d0:04:cd
+SHA1 Fingerprint=9C:BB:48:53:F6:A4:F6:D3:52:A4:E8:32:52:55:60:13:F5:AD:AF:65
diff --git a/system/etc/security/cacerts/b0f3e76e.0 b/system/etc/security/cacerts/b0f3e76e.0
new file mode 100644
index 0000000000000000000000000000000000000000..929f29fb167a6bd451271c1d6f4dfed207744660
--- /dev/null
+++ b/system/etc/security/cacerts/b0f3e76e.0
@@ -0,0 +1,79 @@
+-----BEGIN CERTIFICATE-----
+MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG
+A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv
+b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw
+MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i
+YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT
+aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ
+jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp
+xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp
+1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG
+snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ
+U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8
+9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E
+BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B
+AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz
+yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE
+38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP
+AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad
+DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME
+HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            04:00:00:00:00:01:15:4b:5a:c3:94
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
+        Validity
+            Not Before: Sep  1 12:00:00 1998 GMT
+            Not After : Jan 28 12:00:00 2028 GMT
+        Subject: C=BE, O=GlobalSign nv-sa, OU=Root CA, CN=GlobalSign Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:da:0e:e6:99:8d:ce:a3:e3:4f:8a:7e:fb:f1:8b:
+                    83:25:6b:ea:48:1f:f1:2a:b0:b9:95:11:04:bd:f0:
+                    63:d1:e2:67:66:cf:1c:dd:cf:1b:48:2b:ee:8d:89:
+                    8e:9a:af:29:80:65:ab:e9:c7:2d:12:cb:ab:1c:4c:
+                    70:07:a1:3d:0a:30:cd:15:8d:4f:f8:dd:d4:8c:50:
+                    15:1c:ef:50:ee:c4:2e:f7:fc:e9:52:f2:91:7d:e0:
+                    6d:d5:35:30:8e:5e:43:73:f2:41:e9:d5:6a:e3:b2:
+                    89:3a:56:39:38:6f:06:3c:88:69:5b:2a:4d:c5:a7:
+                    54:b8:6c:89:cc:9b:f9:3c:ca:e5:fd:89:f5:12:3c:
+                    92:78:96:d6:dc:74:6e:93:44:61:d1:8d:c7:46:b2:
+                    75:0e:86:e8:19:8a:d5:6d:6c:d5:78:16:95:a2:e9:
+                    c8:0a:38:eb:f2:24:13:4f:73:54:93:13:85:3a:1b:
+                    bc:1e:34:b5:8b:05:8c:b9:77:8b:b1:db:1f:20:91:
+                    ab:09:53:6e:90:ce:7b:37:74:b9:70:47:91:22:51:
+                    63:16:79:ae:b1:ae:41:26:08:c8:19:2b:d1:46:aa:
+                    48:d6:64:2a:d7:83:34:ff:2c:2a:c1:6c:19:43:4a:
+                    07:85:e7:d3:7c:f6:21:68:ef:ea:f2:52:9f:7f:93:
+                    90:cf
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                60:7B:66:1A:45:0D:97:CA:89:50:2F:7D:04:CD:34:A8:FF:FC:FD:4B
+    Signature Algorithm: sha1WithRSAEncryption
+         d6:73:e7:7c:4f:76:d0:8d:bf:ec:ba:a2:be:34:c5:28:32:b5:
+         7c:fc:6c:9c:2c:2b:bd:09:9e:53:bf:6b:5e:aa:11:48:b6:e5:
+         08:a3:b3:ca:3d:61:4d:d3:46:09:b3:3e:c3:a0:e3:63:55:1b:
+         f2:ba:ef:ad:39:e1:43:b9:38:a3:e6:2f:8a:26:3b:ef:a0:50:
+         56:f9:c6:0a:fd:38:cd:c4:0b:70:51:94:97:98:04:df:c3:5f:
+         94:d5:15:c9:14:41:9c:c4:5d:75:64:15:0d:ff:55:30:ec:86:
+         8f:ff:0d:ef:2c:b9:63:46:f6:aa:fc:df:bc:69:fd:2e:12:48:
+         64:9a:e0:95:f0:a6:ef:29:8f:01:b1:15:b5:0c:1d:a5:fe:69:
+         2c:69:24:78:1e:b3:a7:1c:71:62:ee:ca:c8:97:ac:17:5d:8a:
+         c2:f8:47:86:6e:2a:c4:56:31:95:d0:67:89:85:2b:f9:6c:a6:
+         5d:46:9d:0c:aa:82:e4:99:51:dd:70:b7:db:56:3d:61:e4:6a:
+         e1:5c:d6:f6:fe:3d:de:41:cc:07:ae:63:52:bf:53:53:f4:2b:
+         e9:c7:fd:b6:f7:82:5f:85:d2:41:18:db:81:b3:04:1c:c5:1f:
+         a4:80:6f:15:20:c9:de:0c:88:0a:1d:d6:66:55:e2:fc:48:c9:
+         29:26:69:e0
+SHA1 Fingerprint=B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C
diff --git a/system/etc/security/cacerts/b3fb433b.0 b/system/etc/security/cacerts/b3fb433b.0
new file mode 100644
index 0000000000000000000000000000000000000000..de880c1bb864ebb3040fa92e3d255e8f026ea69a
--- /dev/null
+++ b/system/etc/security/cacerts/b3fb433b.0
@@ -0,0 +1,56 @@
+-----BEGIN CERTIFICATE-----
+MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG
+A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3
+d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu
+dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq
+RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy
+MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD
+VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0
+L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g
+Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD
+ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi
+A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt
+ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH
+Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O
+BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC
+R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX
+hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            a6:8b:79:29:00:00:00:00:50:d0:91:f9
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
+        Validity
+            Not Before: Dec 18 15:25:36 2012 GMT
+            Not After : Dec 18 15:55:36 2037 GMT
+        Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:84:13:c9:d0:ba:6d:41:7b:e2:6c:d0:eb:55:5f:
+                    66:02:1a:24:f4:5b:89:69:47:e3:b8:c2:7d:f1:f2:
+                    02:c5:9f:a0:f6:5b:d5:8b:06:19:86:4f:53:10:6d:
+                    07:24:27:a1:a0:f8:d5:47:19:61:4c:7d:ca:93:27:
+                    ea:74:0c:ef:6f:96:09:fe:63:ec:70:5d:36:ad:67:
+                    77:ae:c9:9d:7c:55:44:3a:a2:63:51:1f:f5:e3:62:
+                    d4:a9:47:07:3e:cc:20
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                B7:63:E7:1A:DD:8D:E9:08:A6:55:83:A4:E0:6A:50:41:65:11:42:49
+    Signature Algorithm: ecdsa-with-SHA384
+         30:64:02:30:61:79:d8:e5:42:47:df:1c:ae:53:99:17:b6:6f:
+         1c:7d:e1:bf:11:94:d1:03:88:75:e4:8d:89:a4:8a:77:46:de:
+         6d:61:ef:02:f5:fb:b5:df:cc:fe:4e:ff:fe:a9:e6:a7:02:30:
+         5b:99:d7:85:37:06:b5:7b:08:fd:eb:27:8b:4a:94:f9:e1:fa:
+         a7:8e:26:08:e8:7c:92:68:6d:73:d8:6f:26:ac:21:02:b8:99:
+         b7:26:41:5b:25:60:ae:d0:48:1a:ee:06
+SHA1 Fingerprint=20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47
diff --git a/system/etc/security/cacerts/b7db1890.0 b/system/etc/security/cacerts/b7db1890.0
new file mode 100644
index 0000000000000000000000000000000000000000..626e5a302735758a17e556b6ada9439663da36a1
--- /dev/null
+++ b/system/etc/security/cacerts/b7db1890.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES
+MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU
+V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz
+WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO
+LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm
+aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB
+AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE
+AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH
+K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX
+RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z
+rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx
+3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV
+HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq
+hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC
+MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls
+XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D
+lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn
+aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ
+YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
+        Validity
+            Not Before: Aug 28 07:24:33 2008 GMT
+            Not After : Dec 31 15:59:59 2030 GMT
+        Subject: C=TW, O=TAIWAN-CA, OU=Root CA, CN=TWCA Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b0:7e:72:b8:a4:03:94:e6:a7:de:09:38:91:4a:
+                    11:40:87:a7:7c:59:64:14:7b:b5:11:10:dd:fe:bf:
+                    d5:c0:bb:56:e2:85:25:f4:35:72:0f:f8:53:d0:41:
+                    e1:44:01:c2:b4:1c:c3:31:42:16:47:85:33:22:76:
+                    b2:0a:6f:0f:e5:25:50:4f:85:86:be:bf:98:2e:10:
+                    67:1e:be:11:05:86:05:90:c4:59:d0:7c:78:10:b0:
+                    80:5c:b7:e1:c7:2b:75:cb:7c:9f:ae:b5:d1:9d:23:
+                    37:63:a7:dc:42:a2:2d:92:04:1b:50:c1:7b:b8:3e:
+                    1b:c9:56:04:8b:2f:52:9b:ad:a9:56:e9:c1:ff:ad:
+                    a9:58:87:30:b6:81:f7:97:45:fc:19:57:3b:2b:6f:
+                    e4:47:f4:99:45:fe:1d:f1:f8:97:a3:88:1d:37:1c:
+                    5c:8f:e0:76:25:9a:50:f8:a0:54:ff:44:90:76:23:
+                    d2:32:c6:c3:ab:06:bf:fc:fb:bf:f3:ad:7d:92:62:
+                    02:5b:29:d3:35:a3:93:9a:43:64:60:5d:b2:fa:32:
+                    ff:3b:04:af:4d:40:6a:f9:c7:e3:ef:23:fd:6b:cb:
+                    e5:0f:8b:38:0d:ee:0a:fc:fe:0f:98:9f:30:31:dd:
+                    6c:52:65:f9:8b:81:be:22:e1:1c:58:03:ba:91:1b:
+                    89:07
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                6A:38:5B:26:8D:DE:8B:5A:F2:4F:7A:54:83:19:18:E3:08:35:A6:BA
+    Signature Algorithm: sha1WithRSAEncryption
+         3c:d5:77:3d:da:df:89:ba:87:0c:08:54:6a:20:50:92:be:b0:
+         41:3d:b9:26:64:83:0a:2f:e8:40:c0:97:28:27:82:30:4a:c9:
+         93:ff:6a:e7:a6:00:7f:89:42:9a:d6:11:e5:53:ce:2f:cc:f2:
+         da:05:c4:fe:e2:50:c4:3a:86:7d:cc:da:7e:10:09:3b:92:35:
+         2a:53:b2:fe:eb:2b:05:d9:6c:5d:e6:d0:ef:d3:6a:66:9e:15:
+         28:85:7a:e8:82:00:ac:1e:a7:09:69:56:42:d3:68:51:18:be:
+         54:9a:bf:44:41:ba:49:be:20:ba:69:5c:ee:b8:77:cd:ce:6c:
+         1f:ad:83:96:18:7d:0e:b5:14:39:84:f1:28:e9:2d:a3:9e:7b:
+         1e:7a:72:5a:83:b3:79:6f:ef:b4:fc:d0:0a:a5:58:4f:46:df:
+         fb:6d:79:59:f2:84:22:52:ae:0f:cc:fb:7c:3b:e7:6a:ca:47:
+         61:c3:7a:f8:d3:92:04:1f:b8:20:84:e1:36:54:16:c7:40:de:
+         3b:8a:73:dc:df:c6:09:4c:df:ec:da:ff:d4:53:42:a1:c9:f2:
+         62:1d:22:83:3c:97:c5:f9:19:62:27:ac:65:22:d7:d3:3c:c6:
+         e5:8e:b2:53:cc:49:ce:bc:30:fe:7b:0e:33:90:fb:ed:d2:14:
+         91:1f:07:af
+SHA1 Fingerprint=CF:9E:87:6D:D3:EB:FC:42:26:97:A3:B5:A3:7A:A0:76:A9:06:23:48
diff --git a/system/etc/security/cacerts/b872f2b4.0 b/system/etc/security/cacerts/b872f2b4.0
new file mode 100644
index 0000000000000000000000000000000000000000..e99bbe982bf50f6189fdcabb4ddcc3c3f336e65f
--- /dev/null
+++ b/system/etc/security/cacerts/b872f2b4.0
@@ -0,0 +1,84 @@
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE
+AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG
+EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM
+FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC
+REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp
+Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM
+VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+
+SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ
+4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L
+cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi
+eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV
+HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG
+A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3
+DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j
+vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP
+DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc
+maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D
+lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv
+KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 6643877497813316402 (0x5c33cb622c5fb332)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: CN=Atos TrustedRoot 2011, O=Atos, C=DE
+        Validity
+            Not Before: Jul  7 14:58:30 2011 GMT
+            Not After : Dec 31 23:59:59 2030 GMT
+        Subject: CN=Atos TrustedRoot 2011, O=Atos, C=DE
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:95:85:3b:97:6f:2a:3b:2e:3b:cf:a6:f3:29:35:
+                    be:cf:18:ac:3e:aa:d9:f8:4d:a0:3e:1a:47:b9:bc:
+                    9a:df:f2:fe:cc:3e:47:e8:7a:96:c2:24:8e:35:f4:
+                    a9:0c:fc:82:fd:6d:c1:72:62:27:bd:ea:6b:eb:e7:
+                    8a:cc:54:3e:90:50:cf:80:d4:95:fb:e8:b5:82:d4:
+                    14:c5:b6:a9:55:25:57:db:b1:50:f6:b0:60:64:59:
+                    7a:69:cf:03:b7:6f:0d:be:ca:3e:6f:74:72:ea:aa:
+                    30:2a:73:62:be:49:91:61:c8:11:fe:0e:03:2a:f7:
+                    6a:20:dc:02:15:0d:5e:15:6a:fc:e3:82:c1:b5:c5:
+                    9d:64:09:6c:a3:59:98:07:27:c7:1b:96:2b:61:74:
+                    71:6c:43:f1:f7:35:89:10:e0:9e:ec:55:a1:37:22:
+                    a2:87:04:05:2c:47:7d:b4:1c:b9:62:29:66:28:ca:
+                    b7:e1:93:f5:a4:94:03:99:b9:70:85:b5:e6:48:ea:
+                    8d:50:fc:d9:de:cc:6f:07:0e:dd:0b:72:9d:80:30:
+                    16:07:95:3f:28:0e:fd:c5:75:4f:53:d6:74:9a:b4:
+                    24:2e:8e:02:91:cf:76:c5:9b:1e:55:74:9c:78:21:
+                    b1:f0:2d:f1:0b:9f:c2:d5:96:18:1f:f0:54:22:7a:
+                    8c:07
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:A7:A5:06:B1:2C:A6:09:60:EE:D1:97:E9:70:AE:BC:3B:19:6C:DB:21
+
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.6189.3.4.1.1
+
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         26:77:34:db:94:48:86:2a:41:9d:2c:3e:06:90:60:c4:8c:ac:
+         0b:54:b8:1f:b9:7b:d3:07:39:e4:fa:3e:7b:b2:3d:4e:ed:9f:
+         23:bd:97:f3:6b:5c:ef:ee:fd:40:a6:df:a1:93:a1:0a:86:ac:
+         ef:20:d0:79:01:bd:78:f7:19:d8:24:31:34:04:01:a6:ba:15:
+         9a:c3:27:dc:d8:4f:0f:cc:18:63:ff:99:0f:0e:91:6b:75:16:
+         e1:21:fc:d8:26:c7:47:b7:a6:cf:58:72:71:7e:ba:e1:4d:95:
+         47:3b:c9:af:6d:a1:b4:c1:ec:89:f6:b4:0f:38:b5:e2:64:dc:
+         25:cf:a6:db:eb:9a:5c:99:a1:c5:08:de:fd:e6:da:d5:d6:5a:
+         45:0c:c4:b7:c2:b5:14:ef:b4:11:ff:0e:15:b5:f5:f5:db:c6:
+         bd:eb:5a:a7:f0:56:22:a9:3c:65:54:c6:15:a8:bd:86:9e:cd:
+         83:96:68:7a:71:81:89:e1:0b:e1:ea:11:1b:68:08:cc:69:9e:
+         ec:9e:41:9e:44:32:26:7a:e2:87:0a:71:3d:eb:e4:5a:a4:d2:
+         db:c5:cd:c6:de:60:7f:b9:f3:4f:44:92:ef:2a:b7:18:3e:a7:
+         19:d9:0b:7d:b1:37:41:42:b0:ba:60:1d:f2:fe:09:11:b0:f0:
+         87:7b:a7:9d
+SHA1 Fingerprint=2B:B1:F5:3E:55:0C:1D:C5:F1:D4:E6:B7:6A:46:4B:55:06:02:AC:21
diff --git a/system/etc/security/cacerts/b936d1c6.0 b/system/etc/security/cacerts/b936d1c6.0
new file mode 100644
index 0000000000000000000000000000000000000000..5a8d8e694da3c1cddeb54593d1c29f117daa666f
--- /dev/null
+++ b/system/etc/security/cacerts/b936d1c6.0
@@ -0,0 +1,125 @@
+-----BEGIN CERTIFICATE-----
+MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx
+CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ
+WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ
+BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG
+Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/
+yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf
+BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz
+WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF
+tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z
+374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC
+IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL
+mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7
+wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS
+MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2
+ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet
+UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw
+AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H
+YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3
+LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD
+nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1
+RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM
+LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf
+77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N
+JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm
+fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp
+6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp
+1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B
+9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok
+RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv
+uu8wd+RU4riEmViAqhOLUTpPSPaLtrM=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            5d:93:8d:30:67:36:c8:06:1d:1a:c7:54:84:69:07
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
+        Validity
+            Not Before: Oct 29 15:59:56 2008 GMT
+            Not After : Jan  1 00:00:00 2030 GMT
+        Subject: C=ES, O=FNMT-RCM, OU=AC RAIZ FNMT-RCM
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:ba:71:80:7a:4c:86:6e:7f:c8:13:6d:c0:c6:7d:
+                    1c:00:97:8f:2c:0c:23:bb:10:9a:40:a9:1a:b7:87:
+                    88:f8:9b:56:6a:fb:e6:7b:8e:8b:92:8e:a7:25:5d:
+                    59:11:db:36:2e:b7:51:17:1f:a9:08:1f:04:17:24:
+                    58:aa:37:4a:18:df:e5:39:d4:57:fd:d7:c1:2c:91:
+                    01:91:e2:22:d4:03:c0:58:fc:77:47:ec:8f:3e:74:
+                    43:ba:ac:34:8d:4d:38:76:67:8e:b0:c8:6f:30:33:
+                    58:71:5c:b4:f5:6b:6e:d4:01:50:b8:13:7e:6c:4a:
+                    a3:49:d1:20:19:ee:bc:c0:29:18:65:a7:de:fe:ef:
+                    dd:0a:90:21:e7:1a:67:92:42:10:98:5f:4f:30:bc:
+                    3e:1c:45:b4:10:d7:68:40:14:c0:40:fa:e7:77:17:
+                    7a:e6:0b:8f:65:5b:3c:d9:9a:52:db:b5:bd:9e:46:
+                    cf:3d:eb:91:05:02:c0:96:b2:76:4c:4d:10:96:3b:
+                    92:fa:9c:7f:0f:99:df:be:23:35:45:1e:02:5c:fe:
+                    b5:a8:9b:99:25:da:5e:f3:22:c3:39:f5:e4:2a:2e:
+                    d3:c6:1f:c4:6c:aa:c5:1c:6a:01:05:4a:2f:d2:c5:
+                    c1:a8:34:26:5d:66:a5:d2:02:21:f9:18:b7:06:f5:
+                    4e:99:6f:a8:ab:4c:51:e8:cf:50:18:c5:77:c8:39:
+                    09:2c:49:92:32:99:a8:bb:17:17:79:b0:5a:c5:e6:
+                    a3:c4:59:65:47:35:83:5e:a9:e8:35:0b:99:bb:e4:
+                    cd:20:c6:9b:4a:06:39:b5:68:fc:22:ba:ee:55:8c:
+                    2b:4e:ea:f3:b1:e3:fc:b6:99:9a:d5:42:fa:71:4d:
+                    08:cf:87:1e:6a:71:7d:f9:d3:b4:e9:a5:71:81:7b:
+                    c2:4e:47:96:a5:f6:76:85:a3:28:8f:e9:80:6e:81:
+                    53:a5:6d:5f:b8:48:f9:c2:f9:36:a6:2e:49:ff:b8:
+                    96:c2:8c:07:b3:9b:88:58:fc:eb:1b:1c:de:2d:70:
+                    e2:97:92:30:a1:89:e3:bc:55:a8:27:d6:4b:ed:90:
+                    ad:8b:fa:63:25:59:2d:a8:35:dd:ca:97:33:bc:e5:
+                    cd:c7:9d:d1:ec:ef:5e:0e:4a:90:06:26:63:ad:b9:
+                    d9:35:2d:07:ba:76:65:2c:ac:57:8f:7d:f4:07:94:
+                    d7:81:02:96:5d:a3:07:49:d5:7a:d0:57:f9:1b:e7:
+                    53:46:75:aa:b0:79:42:cb:68:71:08:e9:60:bd:39:
+                    69:ce:f4:af:c3:56:40:c7:ad:52:a2:09:e4:6f:86:
+                    47:8a:1f:eb:28:27:5d:83:20:af:04:c9:6c:56:9a:
+                    8b:46:f5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                F7:7D:C5:FD:C4:E8:9A:1B:77:64:A7:F5:1D:A0:CC:BF:87:60:9A:6D
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://www.cert.fnmt.es/dpcs/
+
+    Signature Algorithm: sha256WithRSAEncryption
+         07:90:4a:df:f3:23:4e:f0:c3:9c:51:65:9b:9c:22:a2:8a:0c:
+         85:f3:73:29:6b:4d:fe:01:e2:a9:0c:63:01:bf:04:67:a5:9d:
+         98:5f:fd:01:13:fa:ec:9a:62:e9:86:fe:b6:62:d2:6e:4c:94:
+         fb:c0:75:45:7c:65:0c:f8:b2:37:cf:ac:0f:cf:8d:6f:f9:19:
+         f7:8f:ec:1e:f2:70:9e:f0:ca:b8:ef:b7:ff:76:37:76:5b:f6:
+         6e:88:f3:af:62:32:22:93:0d:3a:6a:8e:14:66:0c:2d:53:74:
+         57:65:1e:d5:b2:dd:23:81:3b:a5:66:23:27:67:09:8f:e1:77:
+         aa:43:cd:65:51:08:ed:51:58:fe:e6:39:f9:cb:47:84:a4:15:
+         f1:76:bb:a4:ee:a4:3b:c4:5f:ef:b2:33:96:11:18:b7:c9:65:
+         be:18:e1:a3:a4:dc:fa:18:f9:d3:bc:13:9b:39:7a:34:ba:d3:
+         41:fb:fa:32:8a:2a:b7:2b:86:0b:69:83:38:be:cd:8a:2e:0b:
+         70:ad:8d:26:92:ee:1e:f5:01:2b:0a:d9:d6:97:9b:6e:e0:a8:
+         19:1c:3a:21:8b:0c:1e:40:ad:03:e7:dd:66:7e:f5:b9:20:0d:
+         03:e8:96:f9:82:45:d4:39:e0:a0:00:5d:d7:98:e6:7d:9e:67:
+         73:c3:9a:2a:f7:ab:8b:a1:3a:14:ef:34:bc:52:0e:89:98:9a:
+         04:40:84:1d:7e:45:69:93:57:ce:eb:ce:f8:50:7c:4f:1c:6e:
+         04:43:9b:f9:d6:3b:23:18:e9:ea:8e:d1:4d:46:8d:f1:3b:e4:
+         6a:ca:ba:fb:23:b7:9b:fa:99:01:29:5a:58:5a:2d:e3:f9:d4:
+         6d:0e:26:ad:c1:6e:34:bc:32:f8:0c:05:fa:65:a3:db:3b:37:
+         83:22:e9:d6:dc:72:33:fd:5d:f2:20:bd:76:3c:23:da:28:f7:
+         f9:1b:eb:59:64:d5:dc:5f:72:7e:20:fc:cd:89:b5:90:67:4d:
+         62:7a:3f:4e:ad:1d:c3:39:fe:7a:f4:28:16:df:41:f6:48:80:
+         05:d7:0f:51:79:ac:10:ab:d4:ec:03:66:e6:6a:b0:ba:31:92:
+         42:40:6a:be:3a:d3:72:e1:6a:37:55:bc:ac:1d:95:b7:69:61:
+         f2:43:91:74:e6:a0:d3:0a:24:46:a1:08:af:d6:da:45:19:96:
+         d4:53:1d:5b:84:79:f0:c0:f7:47:ef:8b:8f:c5:06:ae:9d:4c:
+         62:9d:ff:46:04:f8:d3:c9:b6:10:25:40:75:fe:16:aa:c9:4a:
+         60:86:2f:ba:ef:30:77:e4:54:e2:b8:84:99:58:80:aa:13:8b:
+         51:3a:4f:48:f6:8b:b6:b3
+SHA1 Fingerprint=EC:50:35:07:B2:15:C4:95:62:19:E2:A8:9A:5B:42:99:2C:4C:2C:20
diff --git a/system/etc/security/cacerts/bc3f2570.0 b/system/etc/security/cacerts/bc3f2570.0
new file mode 100644
index 0000000000000000000000000000000000000000..b8fd42607287f86510a4f02e4c46ffb3ff02471a
--- /dev/null
+++ b/system/etc/security/cacerts/bc3f2570.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx
+EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT
+EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp
+ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz
+NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH
+EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE
+AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw
+DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD
+E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH
+/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy
+DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh
+GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR
+tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA
+AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE
+FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX
+WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu
+9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr
+gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo
+2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO
+LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI
+4uJEvlz36hz1
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2
+        Validity
+            Not Before: Sep  1 00:00:00 2009 GMT
+            Not After : Dec 31 23:59:59 2037 GMT
+        Subject: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bf:71:62:08:f1:fa:59:34:f7:1b:c9:18:a3:f7:
+                    80:49:58:e9:22:83:13:a6:c5:20:43:01:3b:84:f1:
+                    e6:85:49:9f:27:ea:f6:84:1b:4e:a0:b4:db:70:98:
+                    c7:32:01:b1:05:3e:07:4e:ee:f4:fa:4f:2f:59:30:
+                    22:e7:ab:19:56:6b:e2:80:07:fc:f3:16:75:80:39:
+                    51:7b:e5:f9:35:b6:74:4e:a9:8d:82:13:e4:b6:3f:
+                    a9:03:83:fa:a2:be:8a:15:6a:7f:de:0b:c3:b6:19:
+                    14:05:ca:ea:c3:a8:04:94:3b:46:7c:32:0d:f3:00:
+                    66:22:c8:8d:69:6d:36:8c:11:18:b7:d3:b2:1c:60:
+                    b4:38:fa:02:8c:ce:d3:dd:46:07:de:0a:3e:eb:5d:
+                    7c:c8:7c:fb:b0:2b:53:a4:92:62:69:51:25:05:61:
+                    1a:44:81:8c:2c:a9:43:96:23:df:ac:3a:81:9a:0e:
+                    29:c5:1c:a9:e9:5d:1e:b6:9e:9e:30:0a:39:ce:f1:
+                    88:80:fb:4b:5d:cc:32:ec:85:62:43:25:34:02:56:
+                    27:01:91:b4:3b:70:2a:3f:6e:b1:e8:9c:88:01:7d:
+                    9f:d4:f9:db:53:6d:60:9d:bf:2c:e7:58:ab:b8:5f:
+                    46:fc:ce:c4:1b:03:3c:09:eb:49:31:5c:69:46:b3:
+                    e0:47
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                3A:9A:85:07:10:67:28:B6:EF:F6:BD:05:41:6E:20:C1:94:DA:0F:DE
+    Signature Algorithm: sha256WithRSAEncryption
+         99:db:5d:79:d5:f9:97:59:67:03:61:f1:7e:3b:06:31:75:2d:
+         a1:20:8e:4f:65:87:b4:f7:a6:9c:bc:d8:e9:2f:d0:db:5a:ee:
+         cf:74:8c:73:b4:38:42:da:05:7b:f8:02:75:b8:fd:a5:b1:d7:
+         ae:f6:d7:de:13:cb:53:10:7e:8a:46:d1:97:fa:b7:2e:2b:11:
+         ab:90:b0:27:80:f9:e8:9f:5a:e9:37:9f:ab:e4:df:6c:b3:85:
+         17:9d:3d:d9:24:4f:79:91:35:d6:5f:04:eb:80:83:ab:9a:02:
+         2d:b5:10:f4:d8:90:c7:04:73:40:ed:72:25:a0:a9:9f:ec:9e:
+         ab:68:12:99:57:c6:8f:12:3a:09:a4:bd:44:fd:06:15:37:c1:
+         9b:e4:32:a3:ed:38:e8:d8:64:f3:2c:7e:14:fc:02:ea:9f:cd:
+         ff:07:68:17:db:22:90:38:2d:7a:8d:d1:54:f1:69:e3:5f:33:
+         ca:7a:3d:7b:0a:e3:ca:7f:5f:39:e5:e2:75:ba:c5:76:18:33:
+         ce:2c:f0:2f:4c:ad:f7:b1:e7:ce:4f:a8:c4:9b:4a:54:06:c5:
+         7f:7d:d5:08:0f:e2:1c:fe:7e:17:b8:ac:5e:f6:d4:16:b2:43:
+         09:0c:4d:f6:a7:6b:b4:99:84:65:ca:7a:88:e2:e2:44:be:5c:
+         f7:ea:1c:f5
+SHA1 Fingerprint=47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B
diff --git a/system/etc/security/cacerts/bdacca6f.0 b/system/etc/security/cacerts/bdacca6f.0
new file mode 100644
index 0000000000000000000000000000000000000000..f08bdcf6e682cd043d872d0b94562057e69f1d04
--- /dev/null
+++ b/system/etc/security/cacerts/bdacca6f.0
@@ -0,0 +1,89 @@
+-----BEGIN CERTIFICATE-----
+MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK
+MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x
+GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx
+MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg
+Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG
+SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ
+iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa
+/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ
+jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI
+HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7
+sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w
+gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF
+MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw
+KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG
+AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L
+URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO
+H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm
+I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY
+iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc
+f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            07:56:22:a4:e8:d4:8a:89:4d:f4:13:c8:f0:f8:ea:a5
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=SecureTrust Corporation, CN=Secure Global CA
+        Validity
+            Not Before: Nov  7 19:42:28 2006 GMT
+            Not After : Dec 31 19:52:06 2029 GMT
+        Subject: C=US, O=SecureTrust Corporation, CN=Secure Global CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:af:35:2e:d8:ac:6c:55:69:06:71:e5:13:68:24:
+                    b3:4f:d8:cc:21:47:f8:f1:60:38:89:89:03:e9:bd:
+                    ea:5e:46:53:09:dc:5c:f5:5a:e8:f7:45:2a:02:eb:
+                    31:61:d7:29:33:4c:ce:c7:7c:0a:37:7e:0f:ba:32:
+                    98:e1:1d:97:af:8f:c7:dc:c9:38:96:f3:db:1a:fc:
+                    51:ed:68:c6:d0:6e:a4:7c:24:d1:ae:42:c8:96:50:
+                    63:2e:e0:fe:75:fe:98:a7:5f:49:2e:95:e3:39:33:
+                    64:8e:1e:a4:5f:90:d2:67:3c:b2:d9:fe:41:b9:55:
+                    a7:09:8e:72:05:1e:8b:dd:44:85:82:42:d0:49:c0:
+                    1d:60:f0:d1:17:2c:95:eb:f6:a5:c1:92:a3:c5:c2:
+                    a7:08:60:0d:60:04:10:96:79:9e:16:34:e6:a9:b6:
+                    fa:25:45:39:c8:1e:65:f9:93:f5:aa:f1:52:dc:99:
+                    98:3d:a5:86:1a:0c:35:33:fa:4b:a5:04:06:15:1c:
+                    31:80:ef:aa:18:6b:c2:7b:d7:da:ce:f9:33:20:d5:
+                    f5:bd:6a:33:2d:81:04:fb:b0:5c:d4:9c:a3:e2:5c:
+                    1d:e3:a9:42:75:5e:7b:d4:77:ef:39:54:ba:c9:0a:
+                    18:1b:12:99:49:2f:88:4b:fd:50:62:d1:73:e7:8f:
+                    7a:43
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            1.3.6.1.4.1.311.20.2: 
+                ...C.A
+            X509v3 Key Usage: 
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                AF:44:04:C2:41:7E:48:83:DB:4E:39:02:EC:EC:84:7A:E6:CE:C9:A4
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.securetrust.com/SGCA.crl
+
+            1.3.6.1.4.1.311.21.1: 
+                ...
+    Signature Algorithm: sha1WithRSAEncryption
+         63:1a:08:40:7d:a4:5e:53:0d:77:d8:7a:ae:1f:0d:0b:51:16:
+         03:ef:18:7c:c8:e3:af:6a:58:93:14:60:91:b2:84:dc:88:4e:
+         be:39:8a:3a:f3:e6:82:89:5d:01:37:b3:ab:24:a4:15:0e:92:
+         35:5a:4a:44:5e:4e:57:fa:75:ce:1f:48:ce:66:f4:3c:40:26:
+         92:98:6c:1b:ee:24:46:0c:17:b3:52:a5:db:a5:91:91:cf:37:
+         d3:6f:e7:27:08:3a:4e:19:1f:3a:a7:58:5c:17:cf:79:3f:8b:
+         e4:a7:d3:26:23:9d:26:0f:58:69:fc:47:7e:b2:d0:8d:8b:93:
+         bf:29:4f:43:69:74:76:67:4b:cf:07:8c:e6:02:f7:b5:e1:b4:
+         43:b5:4b:2d:14:9f:f9:dc:26:0d:bf:a6:47:74:06:d8:88:d1:
+         3a:29:30:84:ce:d2:39:80:62:1b:a8:c7:57:49:bc:6a:55:51:
+         67:15:4a:be:35:07:e4:d5:75:98:37:79:30:14:db:29:9d:6c:
+         c5:69:cc:47:55:a2:30:f7:cc:5c:7f:c2:c3:98:1c:6b:4e:16:
+         80:eb:7a:78:65:45:a2:00:1a:af:0c:0d:55:64:34:48:b8:92:
+         b9:f1:b4:50:29:f2:4f:23:1f:da:6c:ac:1f:44:e1:dd:23:78:
+         51:5b:c7:16
+SHA1 Fingerprint=3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B
diff --git a/system/etc/security/cacerts/bf64f35b.0 b/system/etc/security/cacerts/bf64f35b.0
new file mode 100644
index 0000000000000000000000000000000000000000..f75710b32edf79447afeeb0178ab7d1f4a1611fc
--- /dev/null
+++ b/system/etc/security/cacerts/bf64f35b.0
@@ -0,0 +1,91 @@
+-----BEGIN CERTIFICATE-----
+MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC
+VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0
+Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW
+KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl
+cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw
+NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw
+NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy
+ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV
+BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ
+KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo
+Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4
+4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9
+KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI
+rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi
+94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB
+sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi
+gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo
+kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE
+vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA
+A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t
+O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua
+AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP
+9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/
+eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m
+0vdXcDazv/wor3ElhVsT/h5/WrQ8
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1164660820 (0x456b5054)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority
+        Validity
+            Not Before: Nov 27 20:23:42 2006 GMT
+            Not After : Nov 27 20:53:42 2026 GMT
+        Subject: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b6:95:b6:43:42:fa:c6:6d:2a:6f:48:df:94:4c:
+                    39:57:05:ee:c3:79:11:41:68:36:ed:ec:fe:9a:01:
+                    8f:a1:38:28:fc:f7:10:46:66:2e:4d:1e:1a:b1:1a:
+                    4e:c6:d1:c0:95:88:b0:c9:ff:31:8b:33:03:db:b7:
+                    83:7b:3e:20:84:5e:ed:b2:56:28:a7:f8:e0:b9:40:
+                    71:37:c5:cb:47:0e:97:2a:68:c0:22:95:62:15:db:
+                    47:d9:f5:d0:2b:ff:82:4b:c9:ad:3e:de:4c:db:90:
+                    80:50:3f:09:8a:84:00:ec:30:0a:3d:18:cd:fb:fd:
+                    2a:59:9a:23:95:17:2c:45:9e:1f:6e:43:79:6d:0c:
+                    5c:98:fe:48:a7:c5:23:47:5c:5e:fd:6e:e7:1e:b4:
+                    f6:68:45:d1:86:83:5b:a2:8a:8d:b1:e3:29:80:fe:
+                    25:71:88:ad:be:bc:8f:ac:52:96:4b:aa:51:8d:e4:
+                    13:31:19:e8:4e:4d:9f:db:ac:b3:6a:d5:bc:39:54:
+                    71:ca:7a:7a:7f:90:dd:7d:1d:80:d9:81:bb:59:26:
+                    c2:11:fe:e6:93:e2:f7:80:e4:65:fb:34:37:0e:29:
+                    80:70:4d:af:38:86:2e:9e:7f:57:af:9e:17:ae:eb:
+                    1c:cb:28:21:5f:b6:1c:d8:e7:a2:04:22:f9:d3:da:
+                    d8:cb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Private Key Usage Period: 
+                Not Before: Nov 27 20:23:42 2006 GMT, Not After: Nov 27 20:53:42 2026 GMT
+            X509v3 Authority Key Identifier: 
+                keyid:68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D
+
+            X509v3 Subject Key Identifier: 
+                68:90:E4:67:A4:A6:53:80:C7:86:66:A4:F1:F7:4B:43:FB:84:BD:6D
+            1.2.840.113533.7.65.0: 
+                0...V7.1:4.0....
+    Signature Algorithm: sha1WithRSAEncryption
+         93:d4:30:b0:d7:03:20:2a:d0:f9:63:e8:91:0c:05:20:a9:5f:
+         19:ca:7b:72:4e:d4:b1:db:d0:96:fb:54:5a:19:2c:0c:08:f7:
+         b2:bc:85:a8:9d:7f:6d:3b:52:b3:2a:db:e7:d4:84:8c:63:f6:
+         0f:cb:26:01:91:50:6c:f4:5f:14:e2:93:74:c0:13:9e:30:3a:
+         50:e3:b4:60:c5:1c:f0:22:44:8d:71:47:ac:c8:1a:c9:e9:9b:
+         9a:00:60:13:ff:70:7e:5f:11:4d:49:1b:b3:15:52:7b:c9:54:
+         da:bf:9d:95:af:6b:9a:d8:9e:e9:f1:e4:43:8d:e2:11:44:3a:
+         bf:af:bd:83:42:73:52:8b:aa:bb:a7:29:cf:f5:64:1c:0a:4d:
+         d1:bc:aa:ac:9f:2a:d0:ff:7f:7f:da:7d:ea:b1:ed:30:25:c1:
+         84:da:34:d2:5b:78:83:56:ec:9c:36:c3:26:e2:11:f6:67:49:
+         1d:92:ab:8c:fb:eb:ff:7a:ee:85:4a:a7:50:80:f0:a7:5c:4a:
+         94:2e:5f:05:99:3c:52:41:e0:cd:b4:63:cf:01:43:ba:9c:83:
+         dc:8f:60:3b:f3:5a:b4:b4:7b:ae:da:0b:90:38:75:ef:81:1d:
+         66:d2:f7:57:70:36:b3:bf:fc:28:af:71:25:85:5b:13:fe:1e:
+         7f:5a:b4:3c
+SHA1 Fingerprint=B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9
diff --git a/system/etc/security/cacerts/c491639e.0 b/system/etc/security/cacerts/c491639e.0
new file mode 100644
index 0000000000000000000000000000000000000000..ec9e42242473fee5b503f7f91772202841c79cb9
--- /dev/null
+++ b/system/etc/security/cacerts/c491639e.0
@@ -0,0 +1,53 @@
+-----BEGIN CERTIFICATE-----
+MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw
+CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu
+ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg
+RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV
+UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu
+Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq
+hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf
+Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q
+RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/
+BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD
+AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY
+JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv
+6pZjamVFkpUBtA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0b:a1:5a:fa:1d:df:a0:b5:49:44:af:cd:24:a0:6c:ec
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
+        Validity
+            Not Before: Aug  1 12:00:00 2013 GMT
+            Not After : Jan 15 12:00:00 2038 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Assured ID Root G3
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:19:e7:bc:ac:44:65:ed:cd:b8:3f:58:fb:8d:b1:
+                    57:a9:44:2d:05:15:f2:ef:0b:ff:10:74:9f:b5:62:
+                    52:5f:66:7e:1f:e5:dc:1b:45:79:0b:cc:c6:53:0a:
+                    9d:8d:5d:02:d9:a9:59:de:02:5a:f6:95:2a:0e:8d:
+                    38:4a:8a:49:c6:bc:c6:03:38:07:5f:55:da:7e:09:
+                    6e:e2:7f:5e:d0:45:20:0f:59:76:10:d6:a0:24:f0:
+                    2d:de:36:f2:6c:29:39
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                CB:D0:BD:A9:E1:98:05:51:A1:4D:37:A2:83:79:CE:8D:1D:2A:E4:84
+    Signature Algorithm: ecdsa-with-SHA384
+         30:64:02:30:25:a4:81:45:02:6b:12:4b:75:74:4f:c8:23:e3:
+         70:f2:75:72:de:7c:89:f0:cf:91:72:61:9e:5e:10:92:59:56:
+         b9:83:c7:10:e7:38:e9:58:26:36:7d:d5:e4:34:86:39:02:30:
+         7c:36:53:f0:30:e5:62:63:3a:99:e2:b6:a3:3b:9b:34:fa:1e:
+         da:10:92:71:5e:91:13:a7:dd:a4:6e:92:cc:32:d6:f5:21:66:
+         c7:2f:ea:96:63:6a:65:45:92:95:01:b4
+SHA1 Fingerprint=F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89
diff --git a/system/etc/security/cacerts/c51c224c.0 b/system/etc/security/cacerts/c51c224c.0
new file mode 100644
index 0000000000000000000000000000000000000000..6bf7f224e2db37e4bebdad644b94f01e82b1f144
--- /dev/null
+++ b/system/etc/security/cacerts/c51c224c.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF
+MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL
+ExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx
+MzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc
+MBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD
+ggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+
+AOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH
+iTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj
+vSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA
+0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB
+OrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/
+BAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E
+FgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01
+GX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW
+zaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4
+1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE
+f1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F
+jZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN
+ZetX2fNXlrtIzYE=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            1b:1f:ad:b6:20:f9:24:d3:36:6b:f7:c7:f1:8c:a0:59
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
+        Validity
+            Not Before: Dec 23 12:14:06 2003 GMT
+            Not After : Jan 21 11:36:54 2024 GMT
+        Subject: C=GB, O=Trustis Limited, OU=Trustis FPS Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c5:50:7b:9e:3b:35:d0:df:c4:8c:cd:8e:9b:ed:
+                    a3:c0:36:99:f4:42:ea:a7:3e:80:83:0f:a6:a7:59:
+                    87:c9:90:45:43:7e:00:ea:86:79:2a:03:bd:3d:37:
+                    99:89:66:b7:e5:8a:56:86:93:9c:68:4b:68:04:8c:
+                    93:93:02:3e:30:d2:37:3a:22:61:89:1c:85:4e:7d:
+                    8f:d5:af:7b:35:f6:7e:28:47:89:31:dc:0e:79:64:
+                    1f:99:d2:5b:ba:fe:7f:60:bf:ad:eb:e7:3c:38:29:
+                    6a:2f:e5:91:0b:55:ff:ec:6f:58:d5:2d:c9:de:4c:
+                    66:71:8f:0c:d7:04:da:07:e6:1e:18:e3:bd:29:02:
+                    a8:fa:1c:e1:5b:b9:83:a8:41:48:bc:1a:71:8d:e7:
+                    62:e5:2d:b2:eb:df:7c:cf:db:ab:5a:ca:31:f1:4c:
+                    22:f3:05:13:f7:82:f9:73:79:0c:be:d7:4b:1c:c0:
+                    d1:15:3c:93:41:64:d1:e6:be:23:17:22:00:89:5e:
+                    1f:6b:a5:ac:6e:a7:4b:8c:ed:a3:72:e6:af:63:4d:
+                    2f:85:d2:14:35:9a:2e:4e:8c:ea:32:98:28:86:a1:
+                    91:09:41:3a:b4:e1:e3:f2:fa:f0:c9:0a:a2:41:dd:
+                    a9:e3:03:c7:88:15:3b:1c:d4:1a:94:d7:9f:64:59:
+                    12:6d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67
+
+            X509v3 Subject Key Identifier: 
+                BA:FA:71:25:79:8B:57:41:25:21:86:0B:71:EB:B2:64:0E:8B:21:67
+    Signature Algorithm: sha1WithRSAEncryption
+         7e:58:ff:fd:35:19:7d:9c:18:4f:9e:b0:2b:bc:8e:8c:14:ff:
+         2c:a0:da:47:5b:c3:ef:81:2d:af:05:ea:74:48:5b:f3:3e:4e:
+         07:c7:6d:c5:b3:93:cf:22:35:5c:b6:3f:75:27:5f:09:96:cd:
+         a0:fe:be:40:0c:5c:12:55:f8:93:82:ca:29:e9:5e:3f:56:57:
+         8b:38:36:f7:45:1a:4c:28:cd:9e:41:b8:ed:56:4c:84:a4:40:
+         c8:b8:b0:a5:2b:69:70:04:6a:c3:f8:d4:12:32:f9:0e:c3:b1:
+         dc:32:84:44:2c:6f:cb:46:0f:ea:66:41:0f:4f:f1:58:a5:a6:
+         0d:0d:0f:61:de:a5:9e:5d:7d:65:a1:3c:17:e7:a8:55:4e:ef:
+         a0:c7:ed:c6:44:7f:54:f5:a3:e0:8f:f0:7c:55:22:8f:29:b6:
+         81:a3:e1:6d:4e:2c:1b:80:67:ec:ad:20:9f:0c:62:61:d5:97:
+         ff:43:ed:2d:c1:da:5d:29:2a:85:3f:ac:65:ee:86:0f:05:8d:
+         90:5f:df:ee:9f:f4:bf:ee:1d:fb:98:e4:7f:90:2b:84:78:10:
+         0e:6c:49:53:ef:15:5b:65:46:4a:5d:af:ba:fb:3a:72:1d:cd:
+         f6:25:88:1e:97:cc:21:9c:29:01:0d:65:eb:57:d9:f3:57:96:
+         bb:48:cd:81
+SHA1 Fingerprint=3B:C0:38:0B:33:C3:F6:A6:0C:86:15:22:93:D9:DF:F5:4B:81:C0:04
diff --git a/system/etc/security/cacerts/c7e2a638.0 b/system/etc/security/cacerts/c7e2a638.0
new file mode 100644
index 0000000000000000000000000000000000000000..c5a3c92898e155a708f56e844b37c6c74e01846f
--- /dev/null
+++ b/system/etc/security/cacerts/c7e2a638.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB
+mDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT
+MChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s
+eTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv
+cml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ
+BgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg
+MjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0
+BgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg
+LSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz
++uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm
+hsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn
+5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W
+JmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL
+DmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC
+huOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw
+HQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB
+AQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB
+zU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN
+kv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD
+AWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH
+SJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G
+spki4cErx5z481+oghLrGREt
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            15:ac:6e:94:19:b2:79:4b:41:f6:27:a9:c3:18:0f:1f
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
+        Validity
+            Not Before: Apr  2 00:00:00 2008 GMT
+            Not After : Dec  1 23:59:59 2037 GMT
+        Subject: C=US, O=GeoTrust Inc., OU=(c) 2008 GeoTrust Inc. - For authorized use only, CN=GeoTrust Primary Certification Authority - G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:dc:e2:5e:62:58:1d:33:57:39:32:33:fa:eb:cb:
+                    87:8c:a7:d4:4a:dd:06:88:ea:64:8e:31:98:a5:38:
+                    90:1e:98:cf:2e:63:2b:f0:46:bc:44:b2:89:a1:c0:
+                    28:0c:49:70:21:95:9f:64:c0:a6:93:12:02:65:26:
+                    86:c6:a5:89:f0:fa:d7:84:a0:70:af:4f:1a:97:3f:
+                    06:44:d5:c9:eb:72:10:7d:e4:31:28:fb:1c:61:e6:
+                    28:07:44:73:92:22:69:a7:03:88:6c:9d:63:c8:52:
+                    da:98:27:e7:08:4c:70:3e:b4:c9:12:c1:c5:67:83:
+                    5d:33:f3:03:11:ec:6a:d0:53:e2:d1:ba:36:60:94:
+                    80:bb:61:63:6c:5b:17:7e:df:40:94:1e:ab:0d:c2:
+                    21:28:70:88:ff:d6:26:6c:6c:60:04:25:4e:55:7e:
+                    7d:ef:bf:94:48:de:b7:1d:dd:70:8d:05:5f:88:a5:
+                    9b:f2:c2:ee:ea:d1:40:41:6d:62:38:1d:56:06:c5:
+                    03:47:51:20:19:fc:7b:10:0b:0e:62:ae:76:55:bf:
+                    5f:77:be:3e:49:01:53:3d:98:25:03:76:24:5a:1d:
+                    b4:db:89:ea:79:e5:b6:b3:3b:3f:ba:4c:28:41:7f:
+                    06:ac:6a:8e:c1:d0:f6:05:1d:7d:e6:42:86:e3:a5:
+                    d5:47
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                C4:79:CA:8E:A1:4E:03:1D:1C:DC:6B:DB:31:5B:94:3E:3F:30:7F:2D
+    Signature Algorithm: sha256WithRSAEncryption
+         2d:c5:13:cf:56:80:7b:7a:78:bd:9f:ae:2c:99:e7:ef:da:df:
+         94:5e:09:69:a7:e7:6e:68:8c:bd:72:be:47:a9:0e:97:12:b8:
+         4a:f1:64:d3:39:df:25:34:d4:c1:cd:4e:81:f0:0f:04:c4:24:
+         b3:34:96:c6:a6:aa:30:df:68:61:73:d7:f9:8e:85:89:ef:0e:
+         5e:95:28:4a:2a:27:8f:10:8e:2e:7c:86:c4:02:9e:da:0c:77:
+         65:0e:44:0d:92:fd:fd:b3:16:36:fa:11:0d:1d:8c:0e:07:89:
+         6a:29:56:f7:72:f4:dd:15:9c:77:35:66:57:ab:13:53:d8:8e:
+         c1:40:c5:d7:13:16:5a:72:c7:b7:69:01:c4:7a:b1:83:01:68:
+         7d:8d:41:a1:94:18:c1:25:5c:fc:f0:fe:83:02:87:7c:0d:0d:
+         cf:2e:08:5c:4a:40:0d:3e:ec:81:61:e6:24:db:ca:e0:0e:2d:
+         07:b2:3e:56:dc:8d:f5:41:85:07:48:9b:0c:0b:cb:49:3f:7d:
+         ec:b7:fd:cb:8d:67:89:1a:ab:ed:bb:1e:a3:00:08:08:17:2a:
+         82:5c:31:5d:46:8a:2d:0f:86:9b:74:d9:45:fb:d4:40:b1:7a:
+         aa:68:2d:86:b2:99:22:e1:c1:2b:c7:9c:f8:f3:5f:a8:82:12:
+         eb:19:11:2d
+SHA1 Fingerprint=03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD
diff --git a/system/etc/security/cacerts/c907e29b.0 b/system/etc/security/cacerts/c907e29b.0
new file mode 100644
index 0000000000000000000000000000000000000000..934468f3f1d374065735a681f753e1f0a074044d
--- /dev/null
+++ b/system/etc/security/cacerts/c907e29b.0
@@ -0,0 +1,129 @@
+-----BEGIN CERTIFICATE-----
+MIIFwzCCA6ugAwIBAgIUCn6m30tEntpqJIWe5rgV0xZ/u7EwDQYJKoZIhvcNAQEL
+BQAwRjELMAkGA1UEBhMCTFUxFjAUBgNVBAoMDUx1eFRydXN0IFMuQS4xHzAdBgNV
+BAMMFkx1eFRydXN0IEdsb2JhbCBSb290IDIwHhcNMTUwMzA1MTMyMTU3WhcNMzUw
+MzA1MTMyMTU3WjBGMQswCQYDVQQGEwJMVTEWMBQGA1UECgwNTHV4VHJ1c3QgUy5B
+LjEfMB0GA1UEAwwWTHV4VHJ1c3QgR2xvYmFsIFJvb3QgMjCCAiIwDQYJKoZIhvcN
+AQEBBQADggIPADCCAgoCggIBANeFl78RmOnwYoNMPIf5U2o3C/IPPIfOb9wmKb3F
+ibrJgz337spbxm1Jc7TJRqMbNBM/wYlFV/TZsfs2ZUv7COJIcRHIbjuend+JZTem
+hfY7RBi2xjcwYkSSl2l9QjAk5A0MiWtj3sXh306pFGxT4GHO9hcvHTy95iJMHZP1
+EMShduxq3sVs35a0VkBCwGKSMKEtFZSg0iAGCW5qbeXrt77U8PEVfIvmTroTzEsn
+Xpk8F12PgX8zPU/TPxvsXD/wPEx1bvKm1Z3aLQdjAsZy6ZS8TEmVT4hSyNvoaYL4
+zDRbIvCGp4m9SAptZoFtyMhk+wHh9OHe2Z7d21vUKpkmFRseTJIpgp7VkoGSQXAZ
+96Tlk0u8d2cx3Rz9MXANF5kM+Qw5GSoXtTBxVdUPrljhPS80m8+f9niFwpN6cj5m
+j5wWEWCPnolvZ77gR1o7DJpni89Gxq44o/KnvObWhWszJHAiS8sIm7vI+AIpHb4g
+DEa/a4ebsypmQjVGbKq6rfmYe+lQVRQxv7HaLe2ArWgk+2mr2HETMOZns4dA/Yl+
+8kPREd8vZS9kzl8UubG/Mb2HeFpZZYiq/FkySIbWTLkpS5XTdvN3JW1CHDiDTf2j
+X5t/Lax5Gw5CMZdjpPuKadUiDTSQMC6otOBttpSsvItO13D8xTiOZCXhTTmQzsmH
+hFhxAgMBAAGjgagwgaUwDwYDVR0TAQH/BAUwAwEB/zBCBgNVHSAEOzA5MDcGByuB
+KwEBAQowLDAqBggrBgEFBQcCARYeaHR0cHM6Ly9yZXBvc2l0b3J5Lmx1eHRydXN0
+Lmx1MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBT/GCh2+UgFLKGu8SsbK7JT
++Et8szAdBgNVHQ4EFgQU/xgodvlIBSyhrvErGyuyU/hLfLMwDQYJKoZIhvcNAQEL
+BQADggIBAGoZFO1uecEsh9QNcH7X9njJCwROxLHOk3D+sFTAMs2ZMGQXvw/l4jP9
+BzZAcg4atmpZ1gDlaCDdLnINH2pkMSCEfUmmWjfrRcmF9dTHF5kH5ptV5AzoqbTO
+jFu1EVzPig4N1qx3gf4ynCSecs5U89BvolbW7MM3LGVYvlcAGvI1+ut7MV3CwRI9
+loGIlonBWVx65n9wNOeD4rHh4bhY79SV5GCc8JaXcozrhAIuZY+kt9J/Z93I055c
+qqmkoCUUBpvsT34tC38ddfEz2O3OuHVtPlu5mB0xDVbYQw8wkbIEa91WvpWAVWe+
+2M2D2RjuLg+GLZKecBPs3lHJQ3gCpU3I+V/EkVhGFndadKpAvAefMLmx9xIX3eP/
+JEAdemrRTxgKqpAd60Ae36EeRJIQmvKN4dFLRp7oRUKX6kWZ8+xm1QL68qZKJKre
+zrnK+T+Tb/mjuuqlPpmt/f97mfVl7vBZKGfXkJWkE4SphMHozs51k2MavDzq1WQf
+LSoSOcbDWjLtR5EWDrw4wVDej8oqkDQc7kGUnF4ZLvhFSZl0kbAEb+MEWrGrKqv+
+x9CWttrhSmQGbmBNvUJO/3jaJMobtNeWOWyu8Q6qp31IiyBMz2TWuJdGsE7RKlY6
+oJO9r4Ak4Ap+58rVyuiFVdw2KuGUaJPHZnJED4AhMmwlxyOAgwrr
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0a:7e:a6:df:4b:44:9e:da:6a:24:85:9e:e6:b8:15:d3:16:7f:bb:b1
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
+        Validity
+            Not Before: Mar  5 13:21:57 2015 GMT
+            Not After : Mar  5 13:21:57 2035 GMT
+        Subject: C=LU, O=LuxTrust S.A., CN=LuxTrust Global Root 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:d7:85:97:bf:11:98:e9:f0:62:83:4c:3c:87:f9:
+                    53:6a:37:0b:f2:0f:3c:87:ce:6f:dc:26:29:bd:c5:
+                    89:ba:c9:83:3d:f7:ee:ca:5b:c6:6d:49:73:b4:c9:
+                    46:a3:1b:34:13:3f:c1:89:45:57:f4:d9:b1:fb:36:
+                    65:4b:fb:08:e2:48:71:11:c8:6e:3b:9e:9d:df:89:
+                    65:37:a6:85:f6:3b:44:18:b6:c6:37:30:62:44:92:
+                    97:69:7d:42:30:24:e4:0d:0c:89:6b:63:de:c5:e1:
+                    df:4e:a9:14:6c:53:e0:61:ce:f6:17:2f:1d:3c:bd:
+                    e6:22:4c:1d:93:f5:10:c4:a1:76:ec:6a:de:c5:6c:
+                    df:96:b4:56:40:42:c0:62:92:30:a1:2d:15:94:a0:
+                    d2:20:06:09:6e:6a:6d:e5:eb:b7:be:d4:f0:f1:15:
+                    7c:8b:e6:4e:ba:13:cc:4b:27:5e:99:3c:17:5d:8f:
+                    81:7f:33:3d:4f:d3:3f:1b:ec:5c:3f:f0:3c:4c:75:
+                    6e:f2:a6:d5:9d:da:2d:07:63:02:c6:72:e9:94:bc:
+                    4c:49:95:4f:88:52:c8:db:e8:69:82:f8:cc:34:5b:
+                    22:f0:86:a7:89:bd:48:0a:6d:66:81:6d:c8:c8:64:
+                    fb:01:e1:f4:e1:de:d9:9e:dd:db:5b:d4:2a:99:26:
+                    15:1b:1e:4c:92:29:82:9e:d5:92:81:92:41:70:19:
+                    f7:a4:e5:93:4b:bc:77:67:31:dd:1c:fd:31:70:0d:
+                    17:99:0c:f9:0c:39:19:2a:17:b5:30:71:55:d5:0f:
+                    ae:58:e1:3d:2f:34:9b:cf:9f:f6:78:85:c2:93:7a:
+                    72:3e:66:8f:9c:16:11:60:8f:9e:89:6f:67:be:e0:
+                    47:5a:3b:0c:9a:67:8b:cf:46:c6:ae:38:a3:f2:a7:
+                    bc:e6:d6:85:6b:33:24:70:22:4b:cb:08:9b:bb:c8:
+                    f8:02:29:1d:be:20:0c:46:bf:6b:87:9b:b3:2a:66:
+                    42:35:46:6c:aa:ba:ad:f9:98:7b:e9:50:55:14:31:
+                    bf:b1:da:2d:ed:80:ad:68:24:fb:69:ab:d8:71:13:
+                    30:e6:67:b3:87:40:fd:89:7e:f2:43:d1:11:df:2f:
+                    65:2f:64:ce:5f:14:b9:b1:bf:31:bd:87:78:5a:59:
+                    65:88:aa:fc:59:32:48:86:d6:4c:b9:29:4b:95:d3:
+                    76:f3:77:25:6d:42:1c:38:83:4d:fd:a3:5f:9b:7f:
+                    2d:ac:79:1b:0e:42:31:97:63:a4:fb:8a:69:d5:22:
+                    0d:34:90:30:2e:a8:b4:e0:6d:b6:94:ac:bc:8b:4e:
+                    d7:70:fc:c5:38:8e:64:25:e1:4d:39:90:ce:c9:87:
+                    84:58:71
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Certificate Policies: 
+                Policy: 1.3.171.1.1.1.10
+                  CPS: https://repository.luxtrust.lu
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Authority Key Identifier: 
+                keyid:FF:18:28:76:F9:48:05:2C:A1:AE:F1:2B:1B:2B:B2:53:F8:4B:7C:B3
+
+            X509v3 Subject Key Identifier: 
+                FF:18:28:76:F9:48:05:2C:A1:AE:F1:2B:1B:2B:B2:53:F8:4B:7C:B3
+    Signature Algorithm: sha256WithRSAEncryption
+         6a:19:14:ed:6e:79:c1:2c:87:d4:0d:70:7e:d7:f6:78:c9:0b:
+         04:4e:c4:b1:ce:93:70:fe:b0:54:c0:32:cd:99:30:64:17:bf:
+         0f:e5:e2:33:fd:07:36:40:72:0e:1a:b6:6a:59:d6:00:e5:68:
+         20:dd:2e:72:0d:1f:6a:64:31:20:84:7d:49:a6:5a:37:eb:45:
+         c9:85:f5:d4:c7:17:99:07:e6:9b:55:e4:0c:e8:a9:b4:ce:8c:
+         5b:b5:11:5c:cf:8a:0e:0d:d6:ac:77:81:fe:32:9c:24:9e:72:
+         ce:54:f3:d0:6f:a2:56:d6:ec:c3:37:2c:65:58:be:57:00:1a:
+         f2:35:fa:eb:7b:31:5d:c2:c1:12:3d:96:81:88:96:89:c1:59:
+         5c:7a:e6:7f:70:34:e7:83:e2:b1:e1:e1:b8:58:ef:d4:95:e4:
+         60:9c:f0:96:97:72:8c:eb:84:02:2e:65:8f:a4:b7:d2:7f:67:
+         dd:c8:d3:9e:5c:aa:a9:a4:a0:25:14:06:9b:ec:4f:7e:2d:0b:
+         7f:1d:75:f1:33:d8:ed:ce:b8:75:6d:3e:5b:b9:98:1d:31:0d:
+         56:d8:43:0f:30:91:b2:04:6b:dd:56:be:95:80:55:67:be:d8:
+         cd:83:d9:18:ee:2e:0f:86:2d:92:9e:70:13:ec:de:51:c9:43:
+         78:02:a5:4d:c8:f9:5f:c4:91:58:46:16:77:5a:74:aa:40:bc:
+         07:9f:30:b9:b1:f7:12:17:dd:e3:ff:24:40:1d:7a:6a:d1:4f:
+         18:0a:aa:90:1d:eb:40:1e:df:a1:1e:44:92:10:9a:f2:8d:e1:
+         d1:4b:46:9e:e8:45:42:97:ea:45:99:f3:ec:66:d5:02:fa:f2:
+         a6:4a:24:aa:de:ce:b9:ca:f9:3f:93:6f:f9:a3:ba:ea:a5:3e:
+         99:ad:fd:ff:7b:99:f5:65:ee:f0:59:28:67:d7:90:95:a4:13:
+         84:a9:84:c1:e8:ce:ce:75:93:63:1a:bc:3c:ea:d5:64:1f:2d:
+         2a:12:39:c6:c3:5a:32:ed:47:91:16:0e:bc:38:c1:50:de:8f:
+         ca:2a:90:34:1c:ee:41:94:9c:5e:19:2e:f8:45:49:99:74:91:
+         b0:04:6f:e3:04:5a:b1:ab:2a:ab:fe:c7:d0:96:b6:da:e1:4a:
+         64:06:6e:60:4d:bd:42:4e:ff:78:da:24:ca:1b:b4:d7:96:39:
+         6c:ae:f1:0e:aa:a7:7d:48:8b:20:4c:cf:64:d6:b8:97:46:b0:
+         4e:d1:2a:56:3a:a0:93:bd:af:80:24:e0:0a:7e:e7:ca:d5:ca:
+         e8:85:55:dc:36:2a:e1:94:68:93:c7:66:72:44:0f:80:21:32:
+         6c:25:c7:23:80:83:0a:eb
+SHA1 Fingerprint=1E:0E:56:19:0A:D1:8B:25:98:B2:04:44:FF:66:8A:04:17:99:5F:3F
diff --git a/system/etc/security/cacerts/c90bc37d.0 b/system/etc/security/cacerts/c90bc37d.0
new file mode 100644
index 0000000000000000000000000000000000000000..e4460c126231233ec8a13852c365b6449a11ec66
--- /dev/null
+++ b/system/etc/security/cacerts/c90bc37d.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh
+MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
+d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH
+MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT
+MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
+b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG
+9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI
+2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx
+1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ
+q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz
+tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ
+vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP
+BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV
+5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY
+1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4
+NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG
+Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91
+8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe
+pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl
+MrY=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            03:3a:f1:e6:a7:11:a9:a0:bb:28:64:b1:1d:09:fa:e5
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
+        Validity
+            Not Before: Aug  1 12:00:00 2013 GMT
+            Not After : Jan 15 12:00:00 2038 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:bb:37:cd:34:dc:7b:6b:c9:b2:68:90:ad:4a:75:
+                    ff:46:ba:21:0a:08:8d:f5:19:54:c9:fb:88:db:f3:
+                    ae:f2:3a:89:91:3c:7a:e6:ab:06:1a:6b:cf:ac:2d:
+                    e8:5e:09:24:44:ba:62:9a:7e:d6:a3:a8:7e:e0:54:
+                    75:20:05:ac:50:b7:9c:63:1a:6c:30:dc:da:1f:19:
+                    b1:d7:1e:de:fd:d7:e0:cb:94:83:37:ae:ec:1f:43:
+                    4e:dd:7b:2c:d2:bd:2e:a5:2f:e4:a9:b8:ad:3a:d4:
+                    99:a4:b6:25:e9:9b:6b:00:60:92:60:ff:4f:21:49:
+                    18:f7:67:90:ab:61:06:9c:8f:f2:ba:e9:b4:e9:92:
+                    32:6b:b5:f3:57:e8:5d:1b:cd:8c:1d:ab:95:04:95:
+                    49:f3:35:2d:96:e3:49:6d:dd:77:e3:fb:49:4b:b4:
+                    ac:55:07:a9:8f:95:b3:b4:23:bb:4c:6d:45:f0:f6:
+                    a9:b2:95:30:b4:fd:4c:55:8c:27:4a:57:14:7c:82:
+                    9d:cd:73:92:d3:16:4a:06:0c:8c:50:d1:8f:1e:09:
+                    be:17:a1:e6:21:ca:fd:83:e5:10:bc:83:a5:0a:c4:
+                    67:28:f6:73:14:14:3d:46:76:c3:87:14:89:21:34:
+                    4d:af:0f:45:0c:a6:49:a1:ba:bb:9c:c5:b1:33:83:
+                    29:85
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                4E:22:54:20:18:95:E6:E3:6E:E6:0F:FA:FA:B9:12:ED:06:17:8F:39
+    Signature Algorithm: sha256WithRSAEncryption
+         60:67:28:94:6f:0e:48:63:eb:31:dd:ea:67:18:d5:89:7d:3c:
+         c5:8b:4a:7f:e9:be:db:2b:17:df:b0:5f:73:77:2a:32:13:39:
+         81:67:42:84:23:f2:45:67:35:ec:88:bf:f8:8f:b0:61:0c:34:
+         a4:ae:20:4c:84:c6:db:f8:35:e1:76:d9:df:a6:42:bb:c7:44:
+         08:86:7f:36:74:24:5a:da:6c:0d:14:59:35:bd:f2:49:dd:b6:
+         1f:c9:b3:0d:47:2a:3d:99:2f:bb:5c:bb:b5:d4:20:e1:99:5f:
+         53:46:15:db:68:9b:f0:f3:30:d5:3e:31:e2:8d:84:9e:e3:8a:
+         da:da:96:3e:35:13:a5:5f:f0:f9:70:50:70:47:41:11:57:19:
+         4e:c0:8f:ae:06:c4:95:13:17:2f:1b:25:9f:75:f2:b1:8e:99:
+         a1:6f:13:b1:41:71:fe:88:2a:c8:4f:10:20:55:d7:f3:14:45:
+         e5:e0:44:f4:ea:87:95:32:93:0e:fe:53:46:fa:2c:9d:ff:8b:
+         22:b9:4b:d9:09:45:a4:de:a4:b8:9a:58:dd:1b:7d:52:9f:8e:
+         59:43:88:81:a4:9e:26:d5:6f:ad:dd:0d:c6:37:7d:ed:03:92:
+         1b:e5:77:5f:76:ee:3c:8d:c4:5d:56:5b:a2:d9:66:6e:b3:35:
+         37:e5:32:b6
+SHA1 Fingerprint=DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4
diff --git a/system/etc/security/cacerts/cb156124.0 b/system/etc/security/cacerts/cb156124.0
new file mode 100644
index 0000000000000000000000000000000000000000..a5311ba6f92df423657627f845b55217da5dc344
--- /dev/null
+++ b/system/etc/security/cacerts/cb156124.0
@@ -0,0 +1,127 @@
+-----BEGIN CERTIFICATE-----
+MIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV
+BAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC
+aWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV
+BAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1
+Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz
+MDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+
+BgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp
+em1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN
+ZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5
+MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY
+B4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH
+D5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF
+Q9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo
+q1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D
+k14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH
+fC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut
+dEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM
+ti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8
+zLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn
+rFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX
+U8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6
+Jyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5
+XPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF
+Nzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR
+HTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY
+GwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c
+77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3
++GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK
+vJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6
+FiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl
+yb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P
+AJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD
+y4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d
+NL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 7667447206703254355 (0x6a683e9c519bcb53)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=TR, L=Ankara, O=E-Tu\xC4\x9Fra EBG Bili\xC5\x9Fim Teknolojileri ve Hizmetleri A.\xC5\x9E., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
+        Validity
+            Not Before: Mar  5 12:09:48 2013 GMT
+            Not After : Mar  3 12:09:48 2023 GMT
+        Subject: C=TR, L=Ankara, O=E-Tu\xC4\x9Fra EBG Bili\xC5\x9Fim Teknolojileri ve Hizmetleri A.\xC5\x9E., OU=E-Tugra Sertifikasyon Merkezi, CN=E-Tugra Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:e2:f5:3f:93:05:51:1e:85:62:54:5e:7a:0b:f5:
+                    18:07:83:ae:7e:af:7c:f7:d4:8a:6b:a5:63:43:39:
+                    b9:4b:f7:c3:c6:64:89:3d:94:2e:54:80:52:39:39:
+                    07:4b:4b:dd:85:07:76:87:cc:bf:2f:95:4c:cc:7d:
+                    a7:3d:bc:47:0f:98:70:f8:8c:85:1e:74:8e:92:6d:
+                    1b:40:d1:99:0d:bb:75:6e:c8:a9:6b:9a:c0:84:31:
+                    af:ca:43:cb:eb:2b:34:e8:8f:97:6b:01:9b:d5:0e:
+                    4a:08:aa:5b:92:74:85:43:d3:80:ae:a1:88:5b:ae:
+                    b3:ea:5e:cb:16:9a:77:44:c8:a1:f6:54:68:ce:de:
+                    8f:97:2b:ba:5b:40:02:0c:64:17:c0:b5:93:cd:e1:
+                    f1:13:66:ce:0c:79:ef:d1:91:28:ab:5f:a0:12:52:
+                    30:73:19:8e:8f:e1:8c:07:a2:c3:bb:4a:f0:ea:1f:
+                    15:a8:ee:25:cc:a4:46:f8:1b:22:ef:b3:0e:43:ba:
+                    2c:24:b8:c5:2c:5c:d4:1c:f8:5d:64:bd:c3:93:5e:
+                    28:a7:3f:27:f1:8e:1e:d3:2a:50:05:a3:55:d9:cb:
+                    e7:39:53:c0:98:9e:8c:54:62:8b:26:b0:f7:7d:8d:
+                    7c:e4:c6:9e:66:42:55:82:47:e7:b2:58:8d:66:f7:
+                    07:7c:2e:36:e6:50:1c:3f:db:43:24:c5:bf:86:47:
+                    79:b3:79:1c:f7:5a:f4:13:ec:6c:f8:3f:e2:59:1f:
+                    95:ee:42:3e:b9:ad:a8:32:85:49:97:46:fe:4b:31:
+                    8f:5a:cb:ad:74:47:1f:e9:91:b7:df:28:04:22:a0:
+                    d4:0f:5d:e2:79:4f:ea:6c:85:86:bd:a8:a6:ce:e4:
+                    fa:c3:e1:b3:ae:de:3c:51:ee:cb:13:7c:01:7f:84:
+                    0e:5d:51:94:9e:13:0c:b6:2e:a5:4c:f9:39:70:36:
+                    6f:96:ca:2e:0c:44:55:c5:ca:fa:5d:02:a3:df:d6:
+                    64:8c:5a:b3:01:0a:a9:b5:0a:47:17:ff:ef:91:40:
+                    2a:8e:a1:46:3a:31:98:e5:11:fc:cc:bb:49:56:8a:
+                    fc:b9:d0:61:9a:6f:65:6c:e6:c3:cb:3e:75:49:fe:
+                    8f:a7:e2:89:c5:67:d7:9d:46:13:4e:31:76:3b:24:
+                    b3:9e:11:65:86:ab:7f:ef:1d:d4:f8:bc:e7:ac:5a:
+                    5c:b7:5a:47:5c:55:ce:55:b4:22:71:5b:5b:0b:f0:
+                    cf:dc:a0:61:64:ea:a9:d7:68:0a:63:a7:e0:0d:3f:
+                    a0:af:d3:aa:d2:7e:ef:51:a0:e6:51:2b:55:92:15:
+                    17:53:cb:b7:66:0e:66:4c:f8:f9:75:4c:90:e7:12:
+                    70:c7:45
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                2E:E3:DB:B2:49:D0:9C:54:79:5C:FA:27:2A:FE:CC:4E:D2:E8:4E:54
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:2E:E3:DB:B2:49:D0:9C:54:79:5C:FA:27:2A:FE:CC:4E:D2:E8:4E:54
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         05:37:3a:f4:4d:b7:45:e2:45:75:24:8f:b6:77:52:e8:1c:d8:
+         10:93:65:f3:f2:59:06:a4:3e:1e:29:ec:5d:d1:d0:ab:7c:e0:
+         0a:90:48:78:ed:4e:98:03:99:fe:28:60:91:1d:30:1d:b8:63:
+         7c:a8:e6:35:b5:fa:d3:61:76:e6:d6:07:4b:ca:69:9a:b2:84:
+         7a:77:93:45:17:15:9f:24:d0:98:13:12:ff:bb:a0:2e:fd:4e:
+         4c:87:f8:ce:5c:aa:98:1b:05:e0:00:46:4a:82:80:a5:33:8b:
+         28:dc:ed:38:d3:df:e5:3e:e9:fe:fb:59:dd:61:84:4f:d2:54:
+         96:13:61:13:3e:8f:80:69:be:93:47:b5:35:43:d2:5a:bb:3d:
+         5c:ef:b3:42:47:cd:3b:55:13:06:b0:09:db:fd:63:f6:3a:88:
+         0a:99:6f:7e:e1:ce:1b:53:6a:44:66:23:51:08:7b:bc:5b:52:
+         a2:fd:06:37:38:40:61:8f:4a:96:b8:90:37:f8:66:c7:78:90:
+         00:15:2e:8b:ad:51:35:53:07:a8:6b:68:ae:f9:4e:3c:07:26:
+         cd:08:05:70:cc:39:3f:76:bd:a5:d3:67:26:01:86:a6:53:d2:
+         60:3b:7c:43:7f:55:8a:bc:95:1a:c1:28:39:4c:1f:43:d2:91:
+         f4:72:59:8a:b9:56:fc:3f:b4:9d:da:70:9c:76:5a:8c:43:50:
+         ee:8e:30:72:4d:df:ff:49:f7:c6:a9:67:d9:6d:ac:02:11:e2:
+         3a:16:25:a7:58:08:cb:6f:53:41:9c:48:38:47:68:33:d1:d7:
+         c7:8f:d4:74:21:d4:c3:05:90:7a:ff:ce:96:88:b1:15:29:5d:
+         23:ab:d0:60:a1:12:4f:de:f4:17:cd:32:e5:c9:bf:c8:43:ad:
+         fd:2e:8e:f1:af:e2:f4:98:fa:12:1f:20:d8:c0:a7:0c:85:c5:
+         90:f4:3b:2d:96:26:b1:2c:be:4c:ab:eb:b1:d2:8a:c9:db:78:
+         13:0f:1e:09:9d:6d:8f:00:9f:02:da:c1:fa:1f:7a:7a:09:c4:
+         4a:e6:88:2a:97:9f:89:8b:fd:37:5f:5f:3a:ce:38:59:86:4b:
+         af:71:0b:b4:d8:f2:70:4f:9f:32:13:e3:b0:a7:57:e5:da:da:
+         43:cb:84:34:f2:28:c4:ea:6d:f4:2a:ef:c1:6b:76:da:fb:7e:
+         bb:85:3c:d2:53:c2:4d:be:71:e1:45:d1:fd:23:67:0d:13:75:
+         fb:cf:65:67:22:9d:ae:b0:09:d1:09:ff:1d:34:bf:fe:23:97:
+         37:d2:39:fa:3d:0d:06:0b:b4:db:3b:a3:ab:6f:5c:1d:b6:7e:
+         e8:b3:82:34:ed:06:5c:24
+SHA1 Fingerprint=51:C6:E7:08:49:06:6E:F3:92:D4:5C:A0:0D:6D:A3:62:8F:C3:52:39
diff --git a/system/etc/security/cacerts/cb1c3204.0 b/system/etc/security/cacerts/cb1c3204.0
new file mode 100644
index 0000000000000000000000000000000000000000..36e988c94c9811d2480970e3fed64beae2ea7573
--- /dev/null
+++ b/system/etc/security/cacerts/cb1c3204.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB
+gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu
+QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG
+A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz
+OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ
+VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp
+ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3
+b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA
+DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn
+0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB
+OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE
+fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E
+Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m
+o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i
+sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW
+OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez
+Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS
+adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n
+3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD
+AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC
+AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ
+F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf
+CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29
+XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm
+djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/
+WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb
+AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq
+P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko
+b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj
+XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P
+5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi
+DrW5viSP
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            21:d6:d0:4a:4f:25:0f:c9:32:37:fc:aa:5e:12:8d:e9
+    Signature Algorithm: sha512WithRSAEncryption
+        Issuer: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
+        Validity
+            Not Before: Oct  6 08:39:56 2011 GMT
+            Not After : Oct  6 08:39:56 2046 GMT
+        Subject: C=PL, O=Unizeto Technologies S.A., OU=Certum Certification Authority, CN=Certum Trusted Network CA 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:bd:f9:78:f8:e6:d5:80:0c:64:9d:86:1b:96:64:
+                    67:3f:22:3a:1e:75:01:7d:ef:fb:5c:67:8c:c9:cc:
+                    5c:6b:a9:91:e6:b9:42:e5:20:4b:9b:da:9b:7b:b9:
+                    99:5d:d9:9b:80:4b:d7:84:40:2b:27:d3:e8:ba:30:
+                    bb:3e:09:1a:a7:49:95:ef:2b:40:24:c2:97:c7:a7:
+                    ee:9b:25:ef:a8:0a:00:97:85:5a:aa:9d:dc:29:c9:
+                    e2:35:07:eb:70:4d:4a:d6:c1:b3:56:b8:a1:41:38:
+                    9b:d1:fb:31:7f:8f:e0:5f:e1:b1:3f:0f:8e:16:49:
+                    60:d7:06:8d:18:f9:aa:26:10:ab:2a:d3:d0:d1:67:
+                    8d:1b:46:be:47:30:d5:2e:72:d1:c5:63:da:e7:63:
+                    79:44:7e:4b:63:24:89:86:2e:34:3f:29:4c:52:8b:
+                    2a:a7:c0:e2:91:28:89:b9:c0:5b:f9:1d:d9:e7:27:
+                    ad:ff:9a:02:97:c1:c6:50:92:9b:02:2c:bd:a9:b9:
+                    34:59:0a:bf:84:4a:ff:df:fe:b3:9f:eb:d9:9e:e0:
+                    98:23:ec:a6:6b:77:16:2a:db:cc:ad:3b:1c:a4:87:
+                    dc:46:73:5e:19:62:68:45:57:e4:90:82:42:bb:42:
+                    d6:f0:61:e0:c1:a3:3d:66:a3:5d:f4:18:ee:88:c9:
+                    8d:17:45:29:99:32:75:02:31:ee:29:26:c8:6b:02:
+                    e6:b5:62:45:7f:37:15:5a:23:68:89:d4:3e:de:4e:
+                    27:b0:f0:40:0c:bc:4d:17:cb:4d:a2:b3:1e:d0:06:
+                    5a:dd:f6:93:cf:57:75:99:f5:fa:86:1a:67:78:b3:
+                    bf:96:fe:34:dc:bd:e7:52:56:e5:b3:e5:75:7b:d7:
+                    41:91:05:dc:5d:69:e3:95:0d:43:b9:fc:83:96:39:
+                    95:7b:6c:80:5a:4f:13:72:c6:d7:7d:29:7a:44:ba:
+                    52:a4:2a:d5:41:46:09:20:fe:22:a0:b6:5b:30:8d:
+                    bc:89:0c:d5:d7:70:f8:87:52:fd:da:ef:ac:51:2e:
+                    07:b3:4e:fe:d0:09:da:70:ef:98:fa:56:e6:6d:db:
+                    b5:57:4b:dc:e5:2c:25:15:c8:9e:2e:78:4e:f8:da:
+                    9c:9e:86:2c:ca:57:f3:1a:e5:c8:92:8b:1a:82:96:
+                    7a:c3:bc:50:12:69:d8:0e:5a:46:8b:3a:eb:26:fa:
+                    23:c9:b6:b0:81:be:42:00:a4:f8:d6:fe:30:2e:c7:
+                    d2:46:f6:e5:8e:75:fd:f2:cc:b9:d0:87:5b:cc:06:
+                    10:60:bb:83:35:b7:5e:67:de:47:ec:99:48:f1:a4:
+                    a1:15:fe:ad:8c:62:8e:39:55:4f:39:16:b9:b1:63:
+                    9d:ff:b7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                B6:A1:54:39:02:C3:A0:3F:8E:8A:BC:FA:D4:F8:1C:A6:D1:3A:0E:FD
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha512WithRSAEncryption
+         71:a5:0e:ce:e4:e9:bf:3f:38:d5:89:5a:c4:02:61:fb:4c:c5:
+         14:17:2d:8b:4f:53:6b:10:17:fc:65:84:c7:10:49:90:de:db:
+         c7:26:93:88:26:6f:70:d6:02:5e:39:a0:f7:8f:ab:96:b5:a5:
+         13:5c:81:14:6d:0e:81:82:11:1b:8a:4e:c6:4f:a5:dd:62:1e:
+         44:df:09:59:f4:5b:77:0b:37:e9:8b:20:c6:f8:0a:4e:2e:58:
+         1c:eb:33:d0:cf:86:60:c9:da:fb:80:2f:9e:4c:60:84:78:3d:
+         21:64:d6:fb:41:1f:18:0f:e7:c9:75:71:bd:bd:5c:de:34:87:
+         3e:41:b0:0e:f6:b9:d6:3f:09:13:96:14:2f:de:9a:1d:5a:b9:
+         56:ce:35:3a:b0:5f:70:4d:5e:e3:29:f1:23:28:72:59:b6:ab:
+         c2:8c:66:26:1c:77:2c:26:76:35:8b:28:a7:69:a0:f9:3b:f5:
+         23:dd:85:10:74:c9:90:03:56:91:e7:af:ba:47:d4:12:97:11:
+         22:e3:a2:49:94:6c:e7:b7:94:4b:ba:2d:a4:da:33:8b:4c:a6:
+         44:ff:5a:3c:c6:1d:64:d8:b5:31:e4:a6:3c:7a:a8:57:0b:db:
+         ed:61:1a:cb:f1:ce:73:77:63:a4:87:6f:4c:51:38:d6:e4:5f:
+         c7:9f:b6:81:2a:e4:85:48:79:58:5e:3b:f8:db:02:82:67:c1:
+         39:db:c3:74:4b:3d:36:1e:f9:29:93:88:68:5b:a8:44:19:21:
+         f0:a7:e8:81:0d:2c:e8:93:36:b4:37:b2:ca:b0:1b:26:7a:9a:
+         25:1f:9a:9a:80:9e:4b:2a:3f:fb:a3:9a:fe:73:32:71:c2:9e:
+         c6:72:e1:8a:68:27:f1:e4:0f:b4:c4:4c:a5:61:93:f8:97:10:
+         07:2a:30:25:a9:b9:c8:71:b8:ef:68:cc:2d:7e:f5:e0:7e:0f:
+         82:a8:6f:b6:ba:6c:83:43:77:cd:8a:92:17:a1:9e:5b:78:16:
+         3d:45:e2:33:72:dd:e1:66:ca:99:d3:c9:c5:26:fd:0d:68:04:
+         46:ae:b6:d9:9b:8c:be:19:be:b1:c6:f2:19:e3:5c:02:ca:2c:
+         d8:6f:4a:07:d9:c9:35:da:40:75:f2:c4:a7:19:6f:9e:42:10:
+         98:75:e6:95:8b:60:bc:ed:c5:12:d7:8a:ce:d5:98:5c:56:96:
+         03:c5:ee:77:06:35:ff:cf:e4:ee:3f:13:61:ee:db:da:2d:85:
+         f0:cd:ae:9d:b2:18:09:45:c3:92:a1:72:17:fc:47:b6:a0:0b:
+         2c:f1:c4:de:43:68:08:6a:5f:3b:f0:76:63:fb:cc:06:2c:a6:
+         c6:e2:0e:b5:b9:be:24:8f
+SHA1 Fingerprint=D3:DD:48:3E:2B:BF:4C:05:E8:AF:10:F5:FA:76:26:CF:D3:DC:30:92
diff --git a/system/etc/security/cacerts/ccc52f49.0 b/system/etc/security/cacerts/ccc52f49.0
new file mode 100644
index 0000000000000000000000000000000000000000..b01469018934a6abb7dca2cb103a34106ebbe44b
--- /dev/null
+++ b/system/etc/security/cacerts/ccc52f49.0
@@ -0,0 +1,50 @@
+-----BEGIN CERTIFICATE-----
+MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC
+VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ
+cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ
+BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt
+VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D
+0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9
+ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G
+A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G
+A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs
+aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I
+flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 8401224907861490260 (0x7497258ac73f7a54)
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
+        Validity
+            Not Before: Jan 29 14:20:24 2010 GMT
+            Not After : Dec 31 14:20:24 2040 GMT
+        Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium ECC
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:0d:30:5e:1b:15:9d:03:d0:a1:79:35:b7:3a:3c:
+                    92:7a:ca:15:1c:cd:62:f3:9c:26:5c:07:3d:e5:54:
+                    fa:a3:d6:cc:12:ea:f4:14:5f:e8:8e:19:ab:2f:2e:
+                    48:e6:ac:18:43:78:ac:d0:37:c3:bd:b2:cd:2c:e6:
+                    47:e2:1a:e6:63:b8:3d:2e:2f:78:c4:4f:db:f4:0f:
+                    a4:68:4c:55:72:6b:95:1d:4e:18:42:95:78:cc:37:
+                    3c:91:e2:9b:65:2b:29
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                9A:AF:29:7A:C0:11:35:35:26:51:30:00:C3:6A:FE:40:D5:AE:D6:3C
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: ecdsa-with-SHA384
+         30:64:02:30:17:09:f3:87:88:50:5a:af:c8:c0:42:bf:47:5f:
+         f5:6c:6a:86:e0:c4:27:74:e4:38:53:d7:05:7f:1b:34:e3:c6:
+         2f:b3:ca:09:3c:37:9d:d7:e7:b8:46:f1:fd:a1:e2:71:02:30:
+         42:59:87:43:d4:51:df:ba:d3:09:32:5a:ce:88:7e:57:3d:9c:
+         5f:42:6b:f5:07:2d:b5:f0:82:93:f9:59:6f:ae:64:fa:58:e5:
+         8b:1e:e3:63:be:b5:81:cd:6f:02:8c:79
+SHA1 Fingerprint=B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB
diff --git a/system/etc/security/cacerts/cf701eeb.0 b/system/etc/security/cacerts/cf701eeb.0
new file mode 100644
index 0000000000000000000000000000000000000000..3f6e70a51561e68a96117dd18cc6154a2cca451f
--- /dev/null
+++ b/system/etc/security/cacerts/cf701eeb.0
@@ -0,0 +1,89 @@
+-----BEGIN CERTIFICATE-----
+MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI
+MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x
+FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz
+MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv
+cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN
+AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz
+Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO
+0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao
+wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj
+7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS
+8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT
+BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB
+/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg
+JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC
+NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3
+6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/
+3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm
+D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS
+CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR
+3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0c:f0:8e:5c:08:16:a5:ad:42:7f:f0:eb:27:18:59:d0
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
+        Validity
+            Not Before: Nov  7 19:31:18 2006 GMT
+            Not After : Dec 31 19:40:55 2029 GMT
+        Subject: C=US, O=SecureTrust Corporation, CN=SecureTrust CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ab:a4:81:e5:95:cd:f5:f6:14:8e:c2:4f:ca:d4:
+                    e2:78:95:58:9c:41:e1:0d:99:40:24:17:39:91:33:
+                    66:e9:be:e1:83:af:62:5c:89:d1:fc:24:5b:61:b3:
+                    e0:11:11:41:1c:1d:6e:f0:b8:bb:f8:de:a7:81:ba:
+                    a6:48:c6:9f:1d:bd:be:8e:a9:41:3e:b8:94:ed:29:
+                    1a:d4:8e:d2:03:1d:03:ef:6d:0d:67:1c:57:d7:06:
+                    ad:ca:c8:f5:fe:0e:af:66:25:48:04:96:0b:5d:a3:
+                    ba:16:c3:08:4f:d1:46:f8:14:5c:f2:c8:5e:01:99:
+                    6d:fd:88:cc:86:a8:c1:6f:31:42:6c:52:3e:68:cb:
+                    f3:19:34:df:bb:87:18:56:80:26:c4:d0:dc:c0:6f:
+                    df:de:a0:c2:91:16:a0:64:11:4b:44:bc:1e:f6:e7:
+                    fa:63:de:66:ac:76:a4:71:a3:ec:36:94:68:7a:77:
+                    a4:b1:e7:0e:2f:81:7a:e2:b5:72:86:ef:a2:6b:8b:
+                    f0:0f:db:d3:59:3f:ba:72:bc:44:24:9c:e3:73:b3:
+                    f7:af:57:2f:42:26:9d:a9:74:ba:00:52:f2:4b:cd:
+                    53:7c:47:0b:36:85:0e:66:a9:08:97:16:34:57:c1:
+                    66:f7:80:e3:ed:70:54:c7:93:e0:2e:28:15:59:87:
+                    ba:bb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            1.3.6.1.4.1.311.20.2: 
+                ...C.A
+            X509v3 Key Usage: 
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                42:32:B6:16:FA:04:FD:FE:5D:4B:7A:C3:FD:F7:4C:40:1D:5A:43:AF
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.securetrust.com/STCA.crl
+
+            1.3.6.1.4.1.311.21.1: 
+                ...
+    Signature Algorithm: sha1WithRSAEncryption
+         30:ed:4f:4a:e1:58:3a:52:72:5b:b5:a6:a3:65:18:a6:bb:51:
+         3b:77:e9:9d:ea:d3:9f:5c:e0:45:65:7b:0d:ca:5b:e2:70:50:
+         b2:94:05:14:ae:49:c7:8d:41:07:12:73:94:7e:0c:23:21:fd:
+         bc:10:7f:60:10:5a:72:f5:98:0e:ac:ec:b9:7f:dd:7a:6f:5d:
+         d3:1c:f4:ff:88:05:69:42:a9:05:71:c8:b7:ac:26:e8:2e:b4:
+         8c:6a:ff:71:dc:b8:b1:df:99:bc:7c:21:54:2b:e4:58:a2:bb:
+         57:29:ae:9e:a9:a3:19:26:0f:99:2e:08:b0:ef:fd:69:cf:99:
+         1a:09:8d:e3:a7:9f:2b:c9:36:34:7b:24:b3:78:4c:95:17:a4:
+         06:26:1e:b6:64:52:36:5f:60:67:d9:9c:c5:05:74:0b:e7:67:
+         23:d2:08:fc:88:e9:ae:8b:7f:e1:30:f4:37:7e:fd:c6:32:da:
+         2d:9e:44:30:30:6c:ee:07:de:d2:34:fc:d2:ff:40:f6:4b:f4:
+         66:46:06:54:a6:f2:32:0a:63:26:30:6b:9b:d1:dc:8b:47:ba:
+         e1:b9:d5:62:d0:a2:a0:f4:67:05:78:29:63:1a:6f:04:d6:f8:
+         c6:4c:a3:9a:b1:37:b4:8d:e5:28:4b:1d:9e:2c:c2:b8:68:bc:
+         ed:02:ee:31
+SHA1 Fingerprint=87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11
diff --git a/system/etc/security/cacerts/d06393bb.0 b/system/etc/security/cacerts/d06393bb.0
new file mode 100644
index 0000000000000000000000000000000000000000..002941024e3c33d9d034c1a2cd455986b177dca9
--- /dev/null
+++ b/system/etc/security/cacerts/d06393bb.0
@@ -0,0 +1,80 @@
+-----BEGIN CERTIFICATE-----
+MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx
+KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd
+BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl
+YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1
+OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy
+aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50
+ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G
+CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd
+AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC
+FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi
+1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq
+jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ
+wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj
+QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/
+WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy
+NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC
+uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw
+IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6
+g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN
+9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP
+BSeOE6Fuwg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
+        Validity
+            Not Before: Oct  1 10:40:14 2008 GMT
+            Not After : Oct  1 23:59:59 2033 GMT
+        Subject: C=DE, O=T-Systems Enterprise Services GmbH, OU=T-Systems Trust Center, CN=T-TeleSec GlobalRoot Class 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:aa:5f:da:1b:5f:e8:73:91:e5:da:5c:f4:a2:e6:
+                    47:e5:f3:68:55:60:05:1d:02:a4:b3:9b:59:f3:1e:
+                    8a:af:34:ad:fc:0d:c2:d9:48:19:ee:69:8f:c9:20:
+                    fc:21:aa:07:19:ed:b0:5c:ac:65:c7:5f:ed:02:7c:
+                    7b:7c:2d:1b:d6:ba:b9:80:c2:18:82:16:84:fa:66:
+                    b0:08:c6:54:23:81:e4:cd:b9:49:3f:f6:4f:6e:37:
+                    48:28:38:0f:c5:be:e7:68:70:fd:39:97:4d:d2:c7:
+                    98:91:50:aa:c4:44:b3:23:7d:39:47:e9:52:62:d6:
+                    12:93:5e:b7:31:96:42:05:fb:76:a7:1e:a3:f5:c2:
+                    fc:e9:7a:c5:6c:a9:71:4f:ea:cb:78:bc:60:af:c7:
+                    de:f4:d9:cb:be:7e:33:a5:6e:94:83:f0:34:fa:21:
+                    ab:ea:8e:72:a0:3f:a4:de:30:5b:ef:86:4d:6a:95:
+                    5b:43:44:a8:10:15:1c:e5:01:57:c5:98:f1:e6:06:
+                    28:91:aa:20:c5:b7:53:26:51:43:b2:0b:11:95:58:
+                    e1:c0:0f:76:d9:c0:8d:7c:81:f3:72:70:9e:6f:fe:
+                    1a:8e:d9:5f:35:c6:b2:6f:34:7c:be:48:4f:e2:5a:
+                    39:d7:d8:9d:78:9e:9f:86:3e:03:5e:19:8b:44:a2:
+                    d5:c7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                BF:59:20:36:00:79:A0:A0:22:6B:8C:D5:F2:61:D2:B8:2C:CB:82:4A
+    Signature Algorithm: sha256WithRSAEncryption
+         31:03:a2:61:0b:1f:74:e8:72:36:c6:6d:f9:4d:9e:fa:22:a8:
+         e1:81:56:cf:cd:bb:9f:ea:ab:91:19:38:af:aa:7c:15:4d:f3:
+         b6:a3:8d:a5:f4:8e:f6:44:a9:a7:e8:21:95:ad:3e:00:62:16:
+         88:f0:02:ba:fc:61:23:e6:33:9b:30:7a:6b:36:62:7b:ad:04:
+         23:84:58:65:e2:db:2b:8a:e7:25:53:37:62:53:5f:bc:da:01:
+         62:29:a2:a6:27:71:e6:3a:22:7e:c1:6f:1d:95:70:20:4a:07:
+         34:df:ea:ff:15:80:e5:ba:d7:7a:d8:5b:75:7c:05:7a:29:47:
+         7e:40:a8:31:13:77:cd:40:3b:b4:51:47:7a:2e:11:e3:47:11:
+         de:9d:66:d0:8b:d5:54:66:fa:83:55:ea:7c:c2:29:89:1b:e9:
+         6f:b3:ce:e2:05:84:c9:2f:3e:78:85:62:6e:c9:5f:c1:78:63:
+         74:58:c0:48:18:0c:99:39:eb:a4:cc:1a:b5:79:5a:8d:15:9c:
+         d8:14:0d:f6:7a:07:57:c7:22:83:05:2d:3c:9b:25:26:3d:18:
+         b3:a9:43:7c:c8:c8:ab:64:8f:0e:a3:bf:9c:1b:9d:30:db:da:
+         d0:19:2e:aa:3c:f1:fb:33:80:76:e4:cd:ad:19:4f:05:27:8e:
+         13:a1:6e:c2
+SHA1 Fingerprint=59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9
diff --git a/system/etc/security/cacerts/d16a5865.0 b/system/etc/security/cacerts/d16a5865.0
new file mode 100644
index 0000000000000000000000000000000000000000..35228a37c0f9988520f887f9fd14c9c7b4e03da2
--- /dev/null
+++ b/system/etc/security/cacerts/d16a5865.0
@@ -0,0 +1,129 @@
+-----BEGIN CERTIFICATE-----
+MIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE
+BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h
+cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy
+MzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg
+Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi
+MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9
+thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM
+cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG
+L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i
+NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h
+X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b
+m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy
+Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja
+EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T
+KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF
+6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh
+OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD
+VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD
+VR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp
+cm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv
+ACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl
+AGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF
+661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9
+am58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1
+ILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481
+PyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS
+3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k
+SeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF
+3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM
+ZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g
+StRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz
+Q0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB
+jLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 6047274297262753887 (0x53ec3beefbb2485f)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
+        Validity
+            Not Before: May 20 08:38:15 2009 GMT
+            Not After : Dec 31 08:38:15 2030 GMT
+        Subject: C=ES, CN=Autoridad de Certificacion Firmaprofesional CIF A62634068
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:ca:96:6b:8e:ea:f8:fb:f1:a2:35:e0:7f:4c:da:
+                    e0:c3:52:d7:7d:b6:10:c8:02:5e:b3:43:2a:c4:4f:
+                    6a:b2:ca:1c:5d:28:9a:78:11:1a:69:59:57:af:b5:
+                    20:42:e4:8b:0f:e6:df:5b:a6:03:92:2f:f5:11:e4:
+                    62:d7:32:71:38:d9:04:0c:71:ab:3d:51:7e:0f:07:
+                    df:63:05:5c:e9:bf:94:6f:c1:29:82:c0:b4:da:51:
+                    b0:c1:3c:bb:ad:37:4a:5c:ca:f1:4b:36:0e:24:ab:
+                    bf:c3:84:77:fd:a8:50:f4:b1:e7:c6:2f:d2:2d:59:
+                    8d:7a:0a:4e:96:69:52:02:aa:36:98:ec:fc:fa:14:
+                    83:0c:37:1f:c9:92:37:7f:d7:81:2d:e5:c4:b9:e0:
+                    3e:34:fe:67:f4:3e:66:d1:d3:f4:40:cf:5e:62:34:
+                    0f:70:06:3e:20:18:5a:ce:f7:72:1b:25:6c:93:74:
+                    14:93:a3:73:b1:0e:aa:87:10:23:59:5f:20:05:19:
+                    47:ed:68:8e:92:12:ca:5d:fc:d6:2b:b2:92:3c:20:
+                    cf:e1:5f:af:20:be:a0:76:7f:76:e5:ec:1a:86:61:
+                    33:3e:e7:7b:b4:3f:a0:0f:8e:a2:b9:6a:6f:b9:87:
+                    26:6f:41:6c:88:a6:50:fd:6a:63:0b:f5:93:16:1b:
+                    19:8f:b2:ed:9b:9b:c9:90:f5:01:0c:df:19:3d:0f:
+                    3e:38:23:c9:2f:8f:0c:d1:02:fe:1b:55:d6:4e:d0:
+                    8d:3c:af:4f:a4:f3:fe:af:2a:d3:05:9d:79:08:a1:
+                    cb:57:31:b4:9c:c8:90:b2:67:f4:18:16:93:3a:fc:
+                    47:d8:d1:78:96:31:1f:ba:2b:0c:5f:5d:99:ad:63:
+                    89:5a:24:20:76:d8:df:fd:ab:4e:a6:22:aa:9d:5e:
+                    e6:27:8a:7d:68:29:a3:e7:8a:b8:da:11:bb:17:2d:
+                    99:9d:13:24:46:f7:c5:e2:d8:9f:8e:7f:c7:8f:74:
+                    6d:5a:b2:e8:72:f5:ac:ee:24:10:ad:2f:14:da:ff:
+                    2d:9a:46:71:47:be:42:df:bb:01:db:f4:7f:d3:28:
+                    8f:31:59:5b:d3:c9:02:a6:b4:52:ca:6e:97:fb:43:
+                    c5:08:26:6f:8a:f4:bb:fd:9f:28:aa:0d:d5:45:f3:
+                    13:3a:1d:d8:c0:78:8f:41:67:3c:1e:94:64:ae:7b:
+                    0b:c5:e8:d9:01:88:39:1a:97:86:64:41:d5:3b:87:
+                    0c:6e:fa:0f:c6:bd:48:14:bf:39:4d:d4:9e:41:b6:
+                    8f:96:1d:63:96:93:d9:95:06:78:31:68:9e:37:06:
+                    3b:80:89:45:61:39:23:c7:1b:44:a3:15:e5:1c:f8:
+                    92:30:bb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:1
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                65:CD:EB:AB:35:1E:00:3E:7E:D5:74:C0:1C:B4:73:47:0E:1A:64:2F
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://www.firmaprofesional.com/cps
+                  User Notice:
+                    Explicit Text: 
+
+    Signature Algorithm: sha1WithRSAEncryption
+         17:7d:a0:f9:b4:dd:c5:c5:eb:ad:4b:24:b5:a1:02:ab:dd:a5:
+         88:4a:b2:0f:55:4b:2b:57:8c:3b:e5:31:dd:fe:c4:32:f1:e7:
+         5b:64:96:36:32:18:ec:a5:32:77:d7:e3:44:b6:c0:11:2a:80:
+         b9:3d:6a:6e:7c:9b:d3:ad:fc:c3:d6:a3:e6:64:29:7c:d1:e1:
+         38:1e:82:2b:ff:27:65:af:fb:16:15:c4:2e:71:84:e5:b5:ff:
+         fa:a4:47:bd:64:32:bb:f6:25:84:a2:27:42:f5:20:b0:c2:13:
+         10:11:cd:10:15:ba:42:90:2a:d2:44:e1:96:26:eb:31:48:12:
+         fd:2a:da:c9:06:cf:74:1e:a9:4b:d5:87:28:f9:79:34:92:3e:
+         2e:44:e8:f6:8f:4f:8f:35:3f:25:b3:39:dc:63:2a:90:6b:20:
+         5f:c4:52:12:4e:97:2c:2a:ac:9d:97:de:48:f2:a3:66:db:c2:
+         d2:83:95:a6:66:a7:9e:25:0f:e9:0b:33:91:65:0a:5a:c3:d9:
+         54:12:dd:af:c3:4e:0e:1f:26:5e:0d:dc:b3:8d:ec:d5:81:70:
+         de:d2:4f:24:05:f3:6c:4e:f5:4c:49:66:8d:d1:ff:d2:0b:25:
+         41:48:fe:51:84:c6:42:af:80:04:cf:d0:7e:64:49:e4:f2:df:
+         a2:ec:b1:4c:c0:2a:1d:e7:b4:b1:65:a2:c4:bc:f1:98:f4:aa:
+         70:07:63:b4:b8:da:3b:4c:fa:40:22:30:5b:11:a6:f0:05:0e:
+         c6:02:03:48:ab:86:9b:85:dd:db:dd:ea:a2:76:80:73:7d:f5:
+         9c:04:c4:45:8d:e7:b9:1c:8b:9e:ea:d7:75:d1:72:b1:de:75:
+         44:e7:42:7d:e2:57:6b:7d:dc:99:bc:3d:83:28:ea:80:93:8d:
+         c5:4c:65:c1:70:81:b8:38:fc:43:31:b2:f6:03:34:47:b2:ac:
+         fb:22:06:cb:1e:dd:17:47:1c:5f:66:b9:d3:1a:a2:da:11:b1:
+         a4:bc:23:c9:e4:be:87:ff:b9:94:b6:f8:5d:20:4a:d4:5f:e7:
+         bd:68:7b:65:f2:15:1e:d2:3a:a9:2d:e9:d8:6b:24:ac:97:58:
+         44:47:ad:59:18:f1:21:65:70:de:ce:34:60:a8:40:f1:f3:3c:
+         a4:c3:28:23:8c:fe:27:33:43:40:a0:17:3c:eb:ea:3b:b0:72:
+         a6:a3:b9:4a:4b:5e:16:48:f4:b2:bc:c8:8c:92:c5:9d:9f:ac:
+         72:36:bc:34:80:34:6b:a9:8b:92:c0:b8:17:ed:ec:76:53:f5:
+         24:01:8c:b3:22:e8:4b:7c:55:c6:9d:fa:a3:14:bb:65:85:6e:
+         6e:4f:12:7e:0a:3c:9d:95
+SHA1 Fingerprint=AE:C5:FB:3F:C8:E1:BF:C4:E5:4F:03:07:5A:9A:E8:00:B7:F7:B6:FA
diff --git a/system/etc/security/cacerts/d18e9066.0 b/system/etc/security/cacerts/d18e9066.0
new file mode 100644
index 0000000000000000000000000000000000000000..fd686a65f3851b2dea1be874b0a609786284b375
--- /dev/null
+++ b/system/etc/security/cacerts/d18e9066.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK
+MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu
+VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw
+MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw
+JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT
+3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU
++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp
+S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1
+bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi
+T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL
+vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK
+Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK
+dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT
+c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv
+l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N
+iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB
+/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD
+ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH
+6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt
+LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93
+nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3
++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK
+W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT
+AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq
+l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG
+4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ
+mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A
+7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            0a:01:42:80:00:00:01:45:23:c8:44:b5:00:00:00:02
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
+        Validity
+            Not Before: Jan 16 18:12:23 2014 GMT
+            Not After : Jan 16 18:12:23 2034 GMT
+        Subject: C=US, O=IdenTrust, CN=IdenTrust Commercial Root CA 1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a7:50:19:de:3f:99:3d:d4:33:46:f1:6f:51:61:
+                    82:b2:a9:4f:8f:67:89:5d:84:d9:53:dd:0c:28:d9:
+                    d7:f0:ff:ae:95:43:72:99:f9:b5:5d:7c:8a:c1:42:
+                    e1:31:50:74:d1:81:0d:7c:cd:9b:21:ab:43:e2:ac:
+                    ad:5e:86:6e:f3:09:8a:1f:5a:32:bd:a2:eb:94:f9:
+                    e8:5c:0a:ec:ff:98:d2:af:71:b3:b4:53:9f:4e:87:
+                    ef:92:bc:bd:ec:4f:32:30:88:4b:17:5e:57:c4:53:
+                    c2:f6:02:97:8d:d9:62:2b:bf:24:1f:62:8d:df:c3:
+                    b8:29:4b:49:78:3c:93:60:88:22:fc:99:da:36:c8:
+                    c2:a2:d4:2c:54:00:67:35:6e:73:bf:02:58:f0:a4:
+                    dd:e5:b0:a2:26:7a:ca:e0:36:a5:19:16:f5:fd:b7:
+                    ef:ae:3f:40:f5:6d:5a:04:fd:ce:34:ca:24:dc:74:
+                    23:1b:5d:33:13:12:5d:c4:01:25:f6:30:dd:02:5d:
+                    9f:e0:d5:47:bd:b4:eb:1b:a1:bb:49:49:d8:9f:5b:
+                    02:f3:8a:e4:24:90:e4:62:4f:4f:c1:af:8b:0e:74:
+                    17:a8:d1:72:88:6a:7a:01:49:cc:b4:46:79:c6:17:
+                    b1:da:98:1e:07:59:fa:75:21:85:65:dd:90:56:ce:
+                    fb:ab:a5:60:9d:c4:9d:f9:52:b0:8b:bd:87:f9:8f:
+                    2b:23:0a:23:76:3b:f7:33:e1:c9:00:f3:69:f9:4b:
+                    a2:e0:4e:bc:7e:93:39:84:07:f7:44:70:7e:fe:07:
+                    5a:e5:b1:ac:d1:18:cc:f2:35:e5:49:49:08:ca:56:
+                    c9:3d:fb:0f:18:7d:8b:3b:c1:13:c2:4d:8f:c9:4f:
+                    0e:37:e9:1f:a1:0e:6a:df:62:2e:cb:35:06:51:79:
+                    2c:c8:25:38:f4:fa:4b:a7:89:5c:9c:d2:e3:0d:39:
+                    86:4a:74:7c:d5:59:87:c2:3f:4e:0c:5c:52:f4:3d:
+                    f7:52:82:f1:ea:a3:ac:fd:49:34:1a:28:f3:41:88:
+                    3a:13:ee:e8:de:ff:99:1d:5f:ba:cb:e8:1e:f2:b9:
+                    50:60:c0:31:d3:73:e5:ef:be:a0:ed:33:0b:74:be:
+                    20:20:c4:67:6c:f0:08:03:7a:55:80:7f:46:4e:96:
+                    a7:f4:1e:3e:e1:f6:d8:09:e1:33:64:2b:63:d7:32:
+                    5e:9f:f9:c0:7b:0f:78:6f:97:bc:93:9a:f9:9c:12:
+                    90:78:7a:80:87:15:d7:72:74:9c:55:74:78:b1:ba:
+                    e1:6e:70:04:ba:4f:a0:ba:68:c3:7b:ff:31:f0:73:
+                    3d:3d:94:2a:b1:0b:41:0e:a0:fe:4d:88:65:6b:79:
+                    33:b4:d7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                ED:44:19:C0:D3:F0:06:8B:EE:A4:7B:BE:42:E7:26:54:C8:8E:36:76
+    Signature Algorithm: sha256WithRSAEncryption
+         0d:ae:90:32:f6:a6:4b:7c:44:76:19:61:1e:27:28:cd:5e:54:
+         ef:25:bc:e3:08:90:f9:29:d7:ae:68:08:e1:94:00:58:ef:2e:
+         2e:7e:53:52:8c:b6:5c:07:ea:88:ba:99:8b:50:94:d7:82:80:
+         df:61:09:00:93:ad:0d:14:e6:ce:c1:f2:37:94:78:b0:5f:9c:
+         b3:a2:73:b8:8f:05:93:38:cd:8d:3e:b0:b8:fb:c0:cf:b1:f2:
+         ec:2d:2d:1b:cc:ec:aa:9a:b3:aa:60:82:1b:2d:3b:c3:84:3d:
+         57:8a:96:1e:9c:75:b8:d3:30:cd:60:08:83:90:d3:8e:54:f1:
+         4d:66:c0:5d:74:03:40:a3:ee:85:7e:c2:1f:77:9c:06:e8:c1:
+         a7:18:5d:52:95:ed:c9:dd:25:9e:6d:fa:a9:ed:a3:3a:34:d0:
+         59:7b:da:ed:50:f3:35:bf:ed:eb:14:4d:31:c7:60:f4:da:f1:
+         87:9c:e2:48:e2:c6:c5:37:fb:06:10:fa:75:59:66:31:47:29:
+         da:76:9a:1c:e9:82:ae:ef:9a:b9:51:f7:88:23:9a:69:95:62:
+         3c:e5:55:80:36:d7:54:02:ff:f1:b9:5d:ce:d4:23:6f:d8:45:
+         84:4a:5b:65:ef:89:0c:dd:14:a7:20:cb:18:a5:25:b4:0d:f9:
+         01:f0:a2:d2:f4:00:c8:74:8e:a1:2a:48:8e:65:db:13:c4:e2:
+         25:17:7d:eb:be:87:5b:17:20:54:51:93:4a:53:03:0b:ec:5d:
+         ca:33:ed:62:fd:45:c7:2f:5b:dc:58:a0:80:39:e6:fa:d7:fe:
+         13:14:a6:ed:3d:94:4a:42:74:d4:c3:77:59:73:cd:8f:46:be:
+         55:38:ef:fa:e8:91:32:ea:97:58:04:22:de:38:c3:cc:bc:6d:
+         c9:33:3a:6a:0a:69:3f:a0:c8:ea:72:8f:8c:63:86:23:bd:6d:
+         3c:96:9e:95:e0:49:4c:aa:a2:b9:2a:1b:9c:36:81:78:ed:c3:
+         e8:46:e2:26:59:44:75:1e:d9:75:89:51:cd:10:84:9d:61:60:
+         cb:5d:f9:97:22:4d:8e:98:e6:e3:7f:f6:5b:bb:ae:cd:ca:4a:
+         81:6b:5e:0b:f3:51:e1:74:2b:e9:7e:27:a7:d9:99:49:4e:f8:
+         a5:80:db:25:0f:1c:63:62:8a:c9:33:67:6b:3c:10:83:c6:ad:
+         de:a8:cd:16:8e:8d:f0:07:37:71:9f:f2:ab:fc:41:f5:c1:8b:
+         ec:00:37:5d:09:e5:4e:80:ef:fa:b1:5c:38:06:a5:1b:4a:e1:
+         dc:38:2d:3c:dc:ab:1f:90:1a:d5:4a:9c:ee:d1:70:6c:cc:ee:
+         f4:57:f8:18:ba:84:6e:87
+SHA1 Fingerprint=DF:71:7E:AA:4A:D9:4E:C9:55:84:99:60:2D:48:DE:5F:BC:F0:3A:25
diff --git a/system/etc/security/cacerts/d41b5e2a.0 b/system/etc/security/cacerts/d41b5e2a.0
new file mode 100644
index 0000000000000000000000000000000000000000..640c21f0153592cacc7697f311e755659a1575e2
--- /dev/null
+++ b/system/etc/security/cacerts/d41b5e2a.0
@@ -0,0 +1,51 @@
+-----BEGIN CERTIFICATE-----
+MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5
+MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g
+Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG
+A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg
+Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi
+9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk
+M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB
+/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB
+MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw
+CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW
+1KyLa2tJElMzrdfkviT8tQp21KW8EA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            06:6c:9f:d7:c1:bb:10:4c:29:43:e5:71:7b:7b:2c:c8:1a:c1:0e
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=Amazon, CN=Amazon Root CA 4
+        Validity
+            Not Before: May 26 00:00:00 2015 GMT
+            Not After : May 26 00:00:00 2040 GMT
+        Subject: C=US, O=Amazon, CN=Amazon Root CA 4
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:d2:ab:8a:37:4f:a3:53:0d:fe:c1:8a:7b:4b:a8:
+                    7b:46:4b:63:b0:62:f6:2d:1b:db:08:71:21:d2:00:
+                    e8:63:bd:9a:27:fb:f0:39:6e:5d:ea:3d:a5:c9:81:
+                    aa:a3:5b:20:98:45:5d:16:db:fd:e8:10:6d:e3:9c:
+                    e0:e3:bd:5f:84:62:f3:70:64:33:a0:cb:24:2f:70:
+                    ba:88:a1:2a:a0:75:f8:81:ae:62:06:c4:81:db:39:
+                    6e:29:b0:1e:fa:2e:5c
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                D3:EC:C7:3A:65:6E:CC:E1:DA:76:9A:56:FB:9C:F3:86:6D:57:E5:81
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:30:3a:8b:21:f1:bd:7e:11:ad:d0:ef:58:96:2f:d6:
+         eb:9d:7e:90:8d:2b:cf:66:55:c3:2c:e3:28:a9:70:0a:47:0e:
+         f0:37:59:12:ff:2d:99:94:28:4e:2a:4f:35:4d:33:5a:02:31:
+         00:ea:75:00:4e:3b:c4:3a:94:12:91:c9:58:46:9d:21:13:72:
+         a7:88:9c:8a:e4:4c:4a:db:96:d4:ac:8b:6b:6b:49:12:53:33:
+         ad:d7:e4:be:24:fc:b5:0a:76:d4:a5:bc:10
+SHA1 Fingerprint=F6:10:84:07:D6:F8:BB:67:98:0C:C2:E2:44:C2:EB:AE:1C:EF:63:BE
diff --git a/system/etc/security/cacerts/d4c339cb.0 b/system/etc/security/cacerts/d4c339cb.0
new file mode 100644
index 0000000000000000000000000000000000000000..3f5e924e839ef990cf9494d6dfc2eb42a2f9fb34
--- /dev/null
+++ b/system/etc/security/cacerts/d4c339cb.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB
+hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
+A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV
+BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5
+MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT
+EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR
+Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh
+dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR
+6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X
+pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC
+9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV
+/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf
+Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z
++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w
+qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah
+SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC
+u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf
+Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq
+crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E
+FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB
+/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl
+wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM
+4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV
+2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna
+FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ
+CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK
+boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke
+jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL
+S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb
+QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl
+0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB
+NVOFBkpdn627G190
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            4c:aa:f9:ca:db:63:6f:e0:1f:f7:4e:d8:5b:03:86:9d
+    Signature Algorithm: sha384WithRSAEncryption
+        Issuer: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
+        Validity
+            Not Before: Jan 19 00:00:00 2010 GMT
+            Not After : Jan 18 23:59:59 2038 GMT
+        Subject: C=GB, ST=Greater Manchester, L=Salford, O=COMODO CA Limited, CN=COMODO RSA Certification Authority
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:91:e8:54:92:d2:0a:56:b1:ac:0d:24:dd:c5:cf:
+                    44:67:74:99:2b:37:a3:7d:23:70:00:71:bc:53:df:
+                    c4:fa:2a:12:8f:4b:7f:10:56:bd:9f:70:72:b7:61:
+                    7f:c9:4b:0f:17:a7:3d:e3:b0:04:61:ee:ff:11:97:
+                    c7:f4:86:3e:0a:fa:3e:5c:f9:93:e6:34:7a:d9:14:
+                    6b:e7:9c:b3:85:a0:82:7a:76:af:71:90:d7:ec:fd:
+                    0d:fa:9c:6c:fa:df:b0:82:f4:14:7e:f9:be:c4:a6:
+                    2f:4f:7f:99:7f:b5:fc:67:43:72:bd:0c:00:d6:89:
+                    eb:6b:2c:d3:ed:8f:98:1c:14:ab:7e:e5:e3:6e:fc:
+                    d8:a8:e4:92:24:da:43:6b:62:b8:55:fd:ea:c1:bc:
+                    6c:b6:8b:f3:0e:8d:9a:e4:9b:6c:69:99:f8:78:48:
+                    30:45:d5:ad:e1:0d:3c:45:60:fc:32:96:51:27:bc:
+                    67:c3:ca:2e:b6:6b:ea:46:c7:c7:20:a0:b1:1f:65:
+                    de:48:08:ba:a4:4e:a9:f2:83:46:37:84:eb:e8:cc:
+                    81:48:43:67:4e:72:2a:9b:5c:bd:4c:1b:28:8a:5c:
+                    22:7b:b4:ab:98:d9:ee:e0:51:83:c3:09:46:4e:6d:
+                    3e:99:fa:95:17:da:7c:33:57:41:3c:8d:51:ed:0b:
+                    b6:5c:af:2c:63:1a:df:57:c8:3f:bc:e9:5d:c4:9b:
+                    af:45:99:e2:a3:5a:24:b4:ba:a9:56:3d:cf:6f:aa:
+                    ff:49:58:be:f0:a8:ff:f4:b8:ad:e9:37:fb:ba:b8:
+                    f4:0b:3a:f9:e8:43:42:1e:89:d8:84:cb:13:f1:d9:
+                    bb:e1:89:60:b8:8c:28:56:ac:14:1d:9c:0a:e7:71:
+                    eb:cf:0e:dd:3d:a9:96:a1:48:bd:3c:f7:af:b5:0d:
+                    22:4c:c0:11:81:ec:56:3b:f6:d3:a2:e2:5b:b7:b2:
+                    04:22:52:95:80:93:69:e8:8e:4c:65:f1:91:03:2d:
+                    70:74:02:ea:8b:67:15:29:69:52:02:bb:d7:df:50:
+                    6a:55:46:bf:a0:a3:28:61:7f:70:d0:c3:a2:aa:2c:
+                    21:aa:47:ce:28:9c:06:45:76:bf:82:18:27:b4:d5:
+                    ae:b4:cb:50:e6:6b:f4:4c:86:71:30:e9:a6:df:16:
+                    86:e0:d8:ff:40:dd:fb:d0:42:88:7f:a3:33:3a:2e:
+                    5c:1e:41:11:81:63:ce:18:71:6b:2b:ec:a6:8a:b7:
+                    31:5c:3a:6a:47:e0:c3:79:59:d6:20:1a:af:f2:6a:
+                    98:aa:72:bc:57:4a:d2:4b:9d:bb:10:fc:b0:4c:41:
+                    e5:ed:1d:3d:5e:28:9d:9c:cc:bf:b3:51:da:a7:47:
+                    e5:84:53
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                BB:AF:7E:02:3D:FA:A6:F1:3C:84:8E:AD:EE:38:98:EC:D9:32:32:D4
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha384WithRSAEncryption
+         0a:f1:d5:46:84:b7:ae:51:bb:6c:b2:4d:41:14:00:93:4c:9c:
+         cb:e5:c0:54:cf:a0:25:8e:02:f9:fd:b0:a2:0d:f5:20:98:3c:
+         13:2d:ac:56:a2:b0:d6:7e:11:92:e9:2e:ba:9e:2e:9a:72:b1:
+         bd:19:44:6c:61:35:a2:9a:b4:16:12:69:5a:8c:e1:d7:3e:a4:
+         1a:e8:2f:03:f4:ae:61:1d:10:1b:2a:a4:8b:7a:c5:fe:05:a6:
+         e1:c0:d6:c8:fe:9e:ae:8f:2b:ba:3d:99:f8:d8:73:09:58:46:
+         6e:a6:9c:f4:d7:27:d3:95:da:37:83:72:1c:d3:73:e0:a2:47:
+         99:03:38:5d:d5:49:79:00:29:1c:c7:ec:9b:20:1c:07:24:69:
+         57:78:b2:39:fc:3a:84:a0:b5:9c:7c:8d:bf:2e:93:62:27:b7:
+         39:da:17:18:ae:bd:3c:09:68:ff:84:9b:3c:d5:d6:0b:03:e3:
+         57:9e:14:f7:d1:eb:4f:c8:bd:87:23:b7:b6:49:43:79:85:5c:
+         ba:eb:92:0b:a1:c6:e8:68:a8:4c:16:b1:1a:99:0a:e8:53:2c:
+         92:bb:a1:09:18:75:0c:65:a8:7b:cb:23:b7:1a:c2:28:85:c3:
+         1b:ff:d0:2b:62:ef:a4:7b:09:91:98:67:8c:14:01:cd:68:06:
+         6a:63:21:75:03:80:88:8a:6e:81:c6:85:f2:a9:a4:2d:e7:f4:
+         a5:24:10:47:83:ca:cd:f4:8d:79:58:b1:06:9b:e7:1a:2a:d9:
+         9d:01:d7:94:7d:ed:03:4a:ca:f0:db:e8:a9:01:3e:f5:56:99:
+         c9:1e:8e:49:3d:bb:e5:09:b9:e0:4f:49:92:3d:16:82:40:cc:
+         cc:59:c6:e6:3a:ed:12:2e:69:3c:6c:95:b1:fd:aa:1d:7b:7f:
+         86:be:1e:0e:32:46:fb:fb:13:8f:75:7f:4c:8b:4b:46:63:fe:
+         00:34:40:70:c1:c3:b9:a1:dd:a6:70:e2:04:b3:41:bc:e9:80:
+         91:ea:64:9c:7a:e1:22:03:a9:9c:6e:6f:0e:65:4f:6c:87:87:
+         5e:f3:6e:a0:f9:75:a5:9b:40:e8:53:b2:27:9d:4a:b9:c0:77:
+         21:8d:ff:87:f2:de:bc:8c:ef:17:df:b7:49:0b:d1:f2:6e:30:
+         0b:1a:0e:4e:76:ed:11:fc:f5:e9:56:b2:7d:bf:c7:6d:0a:93:
+         8c:a5:d0:c0:b6:1d:be:3a:4e:94:a2:d7:6e:6c:0b:c2:8a:7c:
+         fa:20:f3:c4:e4:e5:cd:0d:a8:cb:91:92:b1:7c:85:ec:b5:14:
+         69:66:0e:82:e7:cd:ce:c8:2d:a6:51:7f:21:c1:35:53:85:06:
+         4a:5d:9f:ad:bb:1b:5f:74
+SHA1 Fingerprint=AF:E5:D2:44:A8:D1:19:42:30:FF:47:9F:E2:F8:97:BB:CD:7A:8C:B4
diff --git a/system/etc/security/cacerts/d59297b8.0 b/system/etc/security/cacerts/d59297b8.0
new file mode 100644
index 0000000000000000000000000000000000000000..31c3e8a6b4ded582844b00b6e8757cb86ffae81e
--- /dev/null
+++ b/system/etc/security/cacerts/d59297b8.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl
+MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe
+U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX
+DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy
+dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj
+YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV
+OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr
+zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM
+VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ
+hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO
+ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw
+awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs
+OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3
+DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF
+coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc
+okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8
+t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy
+1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/
+SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2
+        Validity
+            Not Before: May 29 05:00:39 2009 GMT
+            Not After : May 29 05:00:39 2029 GMT
+        Subject: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d0:15:39:52:b1:52:b3:ba:c5:59:82:c4:5d:52:
+                    ae:3a:43:65:80:4b:c7:f2:96:bc:db:36:97:d6:a6:
+                    64:8c:a8:5e:f0:e3:0a:1c:f7:df:97:3d:4b:ae:f6:
+                    5d:ec:21:b5:41:ab:cd:b9:7e:76:9f:be:f9:3e:36:
+                    34:a0:3b:c1:f6:31:11:45:74:93:3d:57:80:c5:f9:
+                    89:99:ca:e5:ab:6a:d4:b5:da:41:90:10:c1:d6:d6:
+                    42:89:c2:bf:f4:38:12:95:4c:54:05:f7:36:e4:45:
+                    83:7b:14:65:d6:dc:0c:4d:d1:de:7e:0c:ab:3b:c4:
+                    15:be:3a:56:a6:5a:6f:76:69:52:a9:7a:b9:c8:eb:
+                    6a:9a:5d:52:d0:2d:0a:6b:35:16:09:10:84:d0:6a:
+                    ca:3a:06:00:37:47:e4:7e:57:4f:3f:8b:eb:67:b8:
+                    88:aa:c5:be:53:55:b2:91:c4:7d:b9:b0:85:19:06:
+                    78:2e:db:61:1a:fa:85:f5:4a:91:a1:e7:16:d5:8e:
+                    a2:39:df:94:b8:70:1f:28:3f:8b:fc:40:5e:63:83:
+                    3c:83:2a:1a:99:6b:cf:de:59:6a:3b:fc:6f:16:d7:
+                    1f:fd:4a:10:eb:4e:82:16:3a:ac:27:0c:53:f1:ad:
+                    d5:24:b0:6b:03:50:c1:2d:3c:16:dd:44:34:27:1a:
+                    75:fb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                0A:85:A9:77:65:05:98:7C:40:81:F8:0F:97:2C:38:F1:0A:EC:3C:CF
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha256WithRSAEncryption
+         4c:3a:a3:44:ac:b9:45:b1:c7:93:7e:c8:0b:0a:42:df:64:ea:
+         1c:ee:59:6c:08:ba:89:5f:6a:ca:4a:95:9e:7a:8f:07:c5:da:
+         45:72:82:71:0e:3a:d2:cc:6f:a7:b4:a1:23:bb:f6:24:9f:cb:
+         17:fe:8c:a6:ce:c2:d2:db:cc:8d:fc:71:fc:03:29:c1:6c:5d:
+         33:5f:64:b6:65:3b:89:6f:18:76:78:f5:dc:a2:48:1f:19:3f:
+         8e:93:eb:f1:fa:17:ee:cd:4e:e3:04:12:55:d6:e5:e4:dd:fb:
+         3e:05:7c:e2:1d:5e:c6:a7:bc:97:4f:68:3a:f5:e9:2e:0a:43:
+         b6:af:57:5c:62:68:7c:b7:fd:a3:8a:84:a0:ac:62:be:2b:09:
+         87:34:f0:6a:01:bb:9b:29:56:3c:fe:00:37:cf:23:6c:f1:4e:
+         aa:b6:74:46:12:6c:91:ee:34:d5:ec:9a:91:e7:44:be:90:31:
+         72:d5:49:02:f6:02:e5:f4:1f:eb:7c:d9:96:55:a9:ff:ec:8a:
+         f9:99:47:ff:35:5a:02:aa:04:cb:8a:5b:87:71:29:91:bd:a4:
+         b4:7a:0d:bd:9a:f5:57:23:00:07:21:17:3f:4a:39:d1:05:49:
+         0b:a7:b6:37:81:a5:5d:8c:aa:33:5e:81:28:7c:a7:7d:27:eb:
+         00:ae:8d:37
+SHA1 Fingerprint=5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74
diff --git a/system/etc/security/cacerts/d66b55d9.0 b/system/etc/security/cacerts/d66b55d9.0
new file mode 100644
index 0000000000000000000000000000000000000000..d34d5c2da2477691fd4d1a4c498ce534ed11c4db
--- /dev/null
+++ b/system/etc/security/cacerts/d66b55d9.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIIEPTCCAyWgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvzE/MD0GA1UEAww2VMOc
+UktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx
+c8SxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMV4wXAYDVQQKDFVUw5xS
+S1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kg
+SGl6bWV0bGVyaSBBLsWeLiAoYykgQXJhbMSxayAyMDA3MB4XDTA3MTIyNTE4Mzcx
+OVoXDTE3MTIyMjE4MzcxOVowgb8xPzA9BgNVBAMMNlTDnFJLVFJVU1QgRWxla3Ry
+b25payBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTELMAkGA1UEBhMC
+VFIxDzANBgNVBAcMBkFua2FyYTFeMFwGA1UECgxVVMOcUktUUlVTVCBCaWxnaSDE
+sGxldGnFn2ltIHZlIEJpbGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkgQS7F
+ni4gKGMpIEFyYWzEsWsgMjAwNzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
+ggEBAKu3PgqMyKVYFeaK7yc9SrToJdPNM8Ig3BnuiD9NYvDdE3ePYakqtdTyuTFY
+KTsvP2qcb3N2Je40IIDu6rfwxArNK4aUyeNgsURSsloptJGXg9i3phQvKUmi8wUG
++7RP2qFsmmaf8EMJyupyj+sA1zU511YXRxcw9L6/P8JorzZAwan0qafoEGsIiveG
+HtyaKhUG9qPw9ODHFNRRf8+0222vR5YXm3dx2KdxnSQM9pQ/hTEST7ruToK4uT6P
+IzdezKKqdfcYbwnTrqdUKDT74eA7YH2gvnmJhsifLfkKS8RQouf9eRbHegsYz85M
+733WB2+Y8a+xwXrXgTW4qhe04MsCAwEAAaNCMEAwHQYDVR0OBBYEFCnFkKslrxHk
+Yb+j/4hhkeYO/pyBMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G
+CSqGSIb3DQEBBQUAA4IBAQAQDdr4Ouwo0RSVgrESLFF6QSU2TJ/sPx+EnWVUXKgW
+AkD6bho3hO9ynYYKVZ1WKKxmLNA6VpM0ByWtCLCPyA8JWcqdmBzlVPi5RX9ql2+I
+aE1KBiY3iAIOtsbWcpnOa3faYjGkVh+uX4132l32iPwa2Z61gfAyuOOI0JzzaqC5
+mxRZNTZPz/OOXl0XrRWV2N2y1RVuAE6zS89mlOTgzbUF2mNXi+WzqtvALhyQRNsa
+XRik7r4EW5nVcV9VZWRi1aKbBFmGyGJ353yCRWo9F7/snXUMrqNvWtMvmDb08PUZ
+qxFdyKbjKlhqQgnDvZImZjINXQhVdP+MmNAKpoRq0Tl9
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: CN=T\xC3\x9CRKTRUST Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1, C=TR, L=Ankara, O=T\xC3\x9CRKTRUST Bilgi \xC4\xB0leti\xC5\x9Fim ve Bili\xC5\x9Fim G\xC3\xBCvenli\xC4\x9Fi Hizmetleri A.\xC5\x9E. (c) Aral\xC4\xB1k 2007
+        Validity
+            Not Before: Dec 25 18:37:19 2007 GMT
+            Not After : Dec 22 18:37:19 2017 GMT
+        Subject: CN=T\xC3\x9CRKTRUST Elektronik Sertifika Hizmet Sa\xC4\x9Flay\xC4\xB1c\xC4\xB1s\xC4\xB1, C=TR, L=Ankara, O=T\xC3\x9CRKTRUST Bilgi \xC4\xB0leti\xC5\x9Fim ve Bili\xC5\x9Fim G\xC3\xBCvenli\xC4\x9Fi Hizmetleri A.\xC5\x9E. (c) Aral\xC4\xB1k 2007
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:ab:b7:3e:0a:8c:c8:a5:58:15:e6:8a:ef:27:3d:
+                    4a:b4:e8:25:d3:cd:33:c2:20:dc:19:ee:88:3f:4d:
+                    62:f0:dd:13:77:8f:61:a9:2a:b5:d4:f2:b9:31:58:
+                    29:3b:2f:3f:6a:9c:6f:73:76:25:ee:34:20:80:ee:
+                    ea:b7:f0:c4:0a:cd:2b:86:94:c9:e3:60:b1:44:52:
+                    b2:5a:29:b4:91:97:83:d8:b7:a6:14:2f:29:49:a2:
+                    f3:05:06:fb:b4:4f:da:a1:6c:9a:66:9f:f0:43:09:
+                    ca:ea:72:8f:eb:00:d7:35:39:d7:56:17:47:17:30:
+                    f4:be:bf:3f:c2:68:af:36:40:c1:a9:f4:a9:a7:e8:
+                    10:6b:08:8a:f7:86:1e:dc:9a:2a:15:06:f6:a3:f0:
+                    f4:e0:c7:14:d4:51:7f:cf:b4:db:6d:af:47:96:17:
+                    9b:77:71:d8:a7:71:9d:24:0c:f6:94:3f:85:31:12:
+                    4f:ba:ee:4e:82:b8:b9:3e:8f:23:37:5e:cc:a2:aa:
+                    75:f7:18:6f:09:d3:ae:a7:54:28:34:fb:e1:e0:3b:
+                    60:7d:a0:be:79:89:86:c8:9f:2d:f9:0a:4b:c4:50:
+                    a2:e7:fd:79:16:c7:7a:0b:18:cf:ce:4c:ef:7d:d6:
+                    07:6f:98:f1:af:b1:c1:7a:d7:81:35:b8:aa:17:b4:
+                    e0:cb
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                29:C5:90:AB:25:AF:11:E4:61:BF:A3:FF:88:61:91:E6:0E:FE:9C:81
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+    Signature Algorithm: sha1WithRSAEncryption
+         10:0d:da:f8:3a:ec:28:d1:14:95:82:b1:12:2c:51:7a:41:25:
+         36:4c:9f:ec:3f:1f:84:9d:65:54:5c:a8:16:02:40:fa:6e:1a:
+         37:84:ef:72:9d:86:0a:55:9d:56:28:ac:66:2c:d0:3a:56:93:
+         34:07:25:ad:08:b0:8f:c8:0f:09:59:ca:9d:98:1c:e5:54:f8:
+         b9:45:7f:6a:97:6f:88:68:4d:4a:06:26:37:88:02:0e:b6:c6:
+         d6:72:99:ce:6b:77:da:62:31:a4:56:1f:ae:5f:8d:77:da:5d:
+         f6:88:fc:1a:d9:9e:b5:81:f0:32:b8:e3:88:d0:9c:f3:6a:a0:
+         b9:9b:14:59:35:36:4f:cf:f3:8e:5e:5d:17:ad:15:95:d8:dd:
+         b2:d5:15:6e:00:4e:b3:4b:cf:66:94:e4:e0:cd:b5:05:da:63:
+         57:8b:e5:b3:aa:db:c0:2e:1c:90:44:db:1a:5d:18:a4:ee:be:
+         04:5b:99:d5:71:5f:55:65:64:62:d5:a2:9b:04:59:86:c8:62:
+         77:e7:7c:82:45:6a:3d:17:bf:ec:9d:75:0c:ae:a3:6f:5a:d3:
+         2f:98:36:f4:f0:f5:19:ab:11:5d:c8:a6:e3:2a:58:6a:42:09:
+         c3:bd:92:26:66:32:0d:5d:08:55:74:ff:8c:98:d0:0a:a6:84:
+         6a:d1:39:7d
+SHA1 Fingerprint=F1:7F:6F:B6:31:DC:99:E3:A3:C8:7F:FE:1C:F1:81:10:88:D9:60:33
diff --git a/system/etc/security/cacerts/d6e6eab9.0 b/system/etc/security/cacerts/d6e6eab9.0
new file mode 100644
index 0000000000000000000000000000000000000000..aff6bdf53fdacc946eac2ff2a64ddfd023eacc2e
--- /dev/null
+++ b/system/etc/security/cacerts/d6e6eab9.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIFkjCCA3qgAwIBAgIBATANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJGUjET
+MBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxHTAb
+BgNVBAMTFENlcnRpbm9taXMgLSBSb290IENBMB4XDTEzMTAyMTA5MTcxOFoXDTMz
+MTAyMTA5MTcxOFowWjELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNlcnRpbm9taXMx
+FzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMR0wGwYDVQQDExRDZXJ0aW5vbWlzIC0g
+Um9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANTMCQosP5L2
+fxSeC5yaah1AMGT9qt8OHgZbn1CF6s2Nq0Nn3rD6foCWnoR4kkjW4znuzuRZWJfl
+LieY6pOod5tK8O90gC3rMB+12ceAnGInkYjwSond3IjmFPnVAy//ldu9n+ws+hQV
+WZUKxkd8aRi5pwP5ynapz8dvtF4F/u7BUrJ1Mofs7SlmO/NKFoL21prbcpjp3vDF
+TKWrteoB4owuZH9kb/2jJZOLyKIOSY008B/sWEUuNKqEUL3nskoTuLAPrjhdsKkb
+5nPJWqHZZkCqqU2mNAKthH6yI8H7KsZn9DS2sJVqM09xRLWtwHkziOC/7aOgFLSc
+CbAK42C++PhmiM1b8XcF4LVzbsF9Ri6OSyemzTUK/eVNfaoqoynHWmgE6OXWk6Ri
+wsXm9E/G+Z8ajYJJGYrKWUM66A0ywfRMEwNvbqY/kXPLynNvEiCL7sCCeN5LLsJJ
+wx3tFvYk9CcbXFcx3FXuqB5vbKziRcxXV4p1VxngtViZSTYxPDMBbRZKzbgqg4SG
+m/lg0h9tkQPTYKbVPZrdd5A9NaSfD171UkRpucC63M9933zZxKyGIjK8e2uR73r4
+F2iw4lNVYC2vPsKD2NkJK/DAZNuHi5HMkesE/Xa0lZrmFAYb1TQdvtj/dBxThZng
+WVJKYe2InmtJiUZ+IFrZ50rlau7SZRFDAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIB
+BjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTvkUz1pcMw6C8I6tNxIqSSaHh0
+2TAfBgNVHSMEGDAWgBTvkUz1pcMw6C8I6tNxIqSSaHh02TANBgkqhkiG9w0BAQsF
+AAOCAgEAfj1U2iJdGlg+O1QnurrMyOMaauo++RLrVl89UM7g6kgmJs95Vn6RHJk/
+0KGRHCwPT5iVWVO90CLYiF2cN/z7ZMF4jIuaYAnq1fohX9B0ZedQxb8uuQsLrbWw
+F6YSjNRieOpWauwK0kDDPAUwPk2Ut59KA9N9J0u2/kTO+hkzGm2kQtHdzMjI1xZS
+g081lLMSVX3l4kLr5JyTCcBMWwerx20RoFAXlCOotQqSD7J6wWAsOMwaplv/8gzj
+qh8c3LigkyfeY+N/IZ865Z764BNqdeuWXGKRlI5nU7aJ+BIJy29SWwNyhlCVCNSN
+h4YVH5Uk2KRvms6knZtt0rJ2BobGVgjF6wnaNsIbW0G+YSrjcOa4pvi2WsS9Iff/
+ql+hbHY5ZtbqTFXhADObE5hjyW/QASAJN1LnDE8+zbz1X5YnpyACleAu6AdBBR8V
+btaw5BngDwKTACdyxYvRVB9dSsNAl35VpnzBMwQUAR1JIGkLGZOdblgi90AMRgwj
+Y/M50n92Uaf0yKHxDHYiI0ZSKS3io0EHVmmY0gUJvGnHWmHNj4FgFU2A3ZDifcRQ
+8ow7bkrHxuaAKzyBvBGAFhAn1/DNP3nMcyrDflOR1m749fPH0FFNjkulW+YZFzvW
+gQncItzujrnEj1PhZ7szuIgVRs/taTX/dQ1G885x4cVrhkIGuUE=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
+        Validity
+            Not Before: Oct 21 09:17:18 2013 GMT
+            Not After : Oct 21 09:17:18 2033 GMT
+        Subject: C=FR, O=Certinomis, OU=0002 433998903, CN=Certinomis - Root CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:d4:cc:09:0a:2c:3f:92:f6:7f:14:9e:0b:9c:9a:
+                    6a:1d:40:30:64:fd:aa:df:0e:1e:06:5b:9f:50:85:
+                    ea:cd:8d:ab:43:67:de:b0:fa:7e:80:96:9e:84:78:
+                    92:48:d6:e3:39:ee:ce:e4:59:58:97:e5:2e:27:98:
+                    ea:93:a8:77:9b:4a:f0:ef:74:80:2d:eb:30:1f:b5:
+                    d9:c7:80:9c:62:27:91:88:f0:4a:89:dd:dc:88:e6:
+                    14:f9:d5:03:2f:ff:95:db:bd:9f:ec:2c:fa:14:15:
+                    59:95:0a:c6:47:7c:69:18:b9:a7:03:f9:ca:76:a9:
+                    cf:c7:6f:b4:5e:05:fe:ee:c1:52:b2:75:32:87:ec:
+                    ed:29:66:3b:f3:4a:16:82:f6:d6:9a:db:72:98:e9:
+                    de:f0:c5:4c:a5:ab:b5:ea:01:e2:8c:2e:64:7f:64:
+                    6f:fd:a3:25:93:8b:c8:a2:0e:49:8d:34:f0:1f:ec:
+                    58:45:2e:34:aa:84:50:bd:e7:b2:4a:13:b8:b0:0f:
+                    ae:38:5d:b0:a9:1b:e6:73:c9:5a:a1:d9:66:40:aa:
+                    a9:4d:a6:34:02:ad:84:7e:b2:23:c1:fb:2a:c6:67:
+                    f4:34:b6:b0:95:6a:33:4f:71:44:b5:ad:c0:79:33:
+                    88:e0:bf:ed:a3:a0:14:b4:9c:09:b0:0a:e3:60:be:
+                    f8:f8:66:88:cd:5b:f1:77:05:e0:b5:73:6e:c1:7d:
+                    46:2e:8e:4b:27:a6:cd:35:0a:fd:e5:4d:7d:aa:2a:
+                    a3:29:c7:5a:68:04:e8:e5:d6:93:a4:62:c2:c5:e6:
+                    f4:4f:c6:f9:9f:1a:8d:82:49:19:8a:ca:59:43:3a:
+                    e8:0d:32:c1:f4:4c:13:03:6f:6e:a6:3f:91:73:cb:
+                    ca:73:6f:12:20:8b:ee:c0:82:78:de:4b:2e:c2:49:
+                    c3:1d:ed:16:f6:24:f4:27:1b:5c:57:31:dc:55:ee:
+                    a8:1e:6f:6c:ac:e2:45:cc:57:57:8a:75:57:19:e0:
+                    b5:58:99:49:36:31:3c:33:01:6d:16:4a:cd:b8:2a:
+                    83:84:86:9b:f9:60:d2:1f:6d:91:03:d3:60:a6:d5:
+                    3d:9a:dd:77:90:3d:35:a4:9f:0f:5e:f5:52:44:69:
+                    b9:c0:ba:dc:cf:7d:df:7c:d9:c4:ac:86:22:32:bc:
+                    7b:6b:91:ef:7a:f8:17:68:b0:e2:53:55:60:2d:af:
+                    3e:c2:83:d8:d9:09:2b:f0:c0:64:db:87:8b:91:cc:
+                    91:eb:04:fd:76:b4:95:9a:e6:14:06:1b:d5:34:1d:
+                    be:d8:ff:74:1c:53:85:99:e0:59:52:4a:61:ed:88:
+                    9e:6b:49:89:46:7e:20:5a:d9:e7:4a:e5:6a:ee:d2:
+                    65:11:43
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                EF:91:4C:F5:A5:C3:30:E8:2F:08:EA:D3:71:22:A4:92:68:78:74:D9
+            X509v3 Authority Key Identifier: 
+                keyid:EF:91:4C:F5:A5:C3:30:E8:2F:08:EA:D3:71:22:A4:92:68:78:74:D9
+
+    Signature Algorithm: sha256WithRSAEncryption
+         7e:3d:54:da:22:5d:1a:58:3e:3b:54:27:ba:ba:cc:c8:e3:1a:
+         6a:ea:3e:f9:12:eb:56:5f:3d:50:ce:e0:ea:48:26:26:cf:79:
+         56:7e:91:1c:99:3f:d0:a1:91:1c:2c:0f:4f:98:95:59:53:bd:
+         d0:22:d8:88:5d:9c:37:fc:fb:64:c1:78:8c:8b:9a:60:09:ea:
+         d5:fa:21:5f:d0:74:65:e7:50:c5:bf:2e:b9:0b:0b:ad:b5:b0:
+         17:a6:12:8c:d4:62:78:ea:56:6a:ec:0a:d2:40:c3:3c:05:30:
+         3e:4d:94:b7:9f:4a:03:d3:7d:27:4b:b6:fe:44:ce:fa:19:33:
+         1a:6d:a4:42:d1:dd:cc:c8:c8:d7:16:52:83:4f:35:94:b3:12:
+         55:7d:e5:e2:42:eb:e4:9c:93:09:c0:4c:5b:07:ab:c7:6d:11:
+         a0:50:17:94:23:a8:b5:0a:92:0f:b2:7a:c1:60:2c:38:cc:1a:
+         a6:5b:ff:f2:0c:e3:aa:1f:1c:dc:b8:a0:93:27:de:63:e3:7f:
+         21:9f:3a:e5:9e:fa:e0:13:6a:75:eb:96:5c:62:91:94:8e:67:
+         53:b6:89:f8:12:09:cb:6f:52:5b:03:72:86:50:95:08:d4:8d:
+         87:86:15:1f:95:24:d8:a4:6f:9a:ce:a4:9d:9b:6d:d2:b2:76:
+         06:86:c6:56:08:c5:eb:09:da:36:c2:1b:5b:41:be:61:2a:e3:
+         70:e6:b8:a6:f8:b6:5a:c4:bd:21:f7:ff:aa:5f:a1:6c:76:39:
+         66:d6:ea:4c:55:e1:00:33:9b:13:98:63:c9:6f:d0:01:20:09:
+         37:52:e7:0c:4f:3e:cd:bc:f5:5f:96:27:a7:20:02:95:e0:2e:
+         e8:07:41:05:1f:15:6e:d6:b0:e4:19:e0:0f:02:93:00:27:72:
+         c5:8b:d1:54:1f:5d:4a:c3:40:97:7e:55:a6:7c:c1:33:04:14:
+         01:1d:49:20:69:0b:19:93:9d:6e:58:22:f7:40:0c:46:0c:23:
+         63:f3:39:d2:7f:76:51:a7:f4:c8:a1:f1:0c:76:22:23:46:52:
+         29:2d:e2:a3:41:07:56:69:98:d2:05:09:bc:69:c7:5a:61:cd:
+         8f:81:60:15:4d:80:dd:90:e2:7d:c4:50:f2:8c:3b:6e:4a:c7:
+         c6:e6:80:2b:3c:81:bc:11:80:16:10:27:d7:f0:cd:3f:79:cc:
+         73:2a:c3:7e:53:91:d6:6e:f8:f5:f3:c7:d0:51:4d:8e:4b:a5:
+         5b:e6:19:17:3b:d6:81:09:dc:22:dc:ee:8e:b9:c4:8f:53:e1:
+         67:bb:33:b8:88:15:46:cf:ed:69:35:ff:75:0d:46:f3:ce:71:
+         e1:c5:6b:86:42:06:b9:41
+SHA1 Fingerprint=9D:70:BB:01:A5:A4:A0:18:11:2E:F7:1C:01:B9:32:C5:34:E7:88:A8
diff --git a/system/etc/security/cacerts/d7746a63.0 b/system/etc/security/cacerts/d7746a63.0
new file mode 100644
index 0000000000000000000000000000000000000000..507ab7037573a98a76e0384032a8d0a6813e83ea
--- /dev/null
+++ b/system/etc/security/cacerts/d7746a63.0
@@ -0,0 +1,90 @@
+-----BEGIN CERTIFICATE-----
+MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF
+MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD
+bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw
+NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV
+BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI
+hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn
+ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0
+3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z
+qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR
+p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8
+HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw
+ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea
+HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw
+Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh
+c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E
+RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt
+dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku
+Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp
+3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05
+nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF
+CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na
+xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX
+KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 623604 (0x983f4)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
+        Validity
+            Not Before: Nov  5 08:50:46 2009 GMT
+            Not After : Nov  5 08:50:46 2029 GMT
+        Subject: C=DE, O=D-Trust GmbH, CN=D-TRUST Root Class 3 CA 2 EV 2009
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:99:f1:84:34:70:ba:2f:b7:30:a0:8e:bd:7c:04:
+                    cf:be:62:bc:99:fd:82:97:d2:7a:0a:67:96:38:09:
+                    f6:10:4e:95:22:73:99:8d:da:15:2d:e7:05:fc:19:
+                    73:22:b7:8e:98:00:bc:3c:3d:ac:a1:6c:fb:d6:79:
+                    25:4b:ad:f0:cc:64:da:88:3e:29:b8:0f:09:d3:34:
+                    dd:33:f5:62:d1:e1:cd:19:e9:ee:18:4f:4c:58:ae:
+                    e2:1e:d6:0c:5b:15:5a:d8:3a:b8:c4:18:64:1e:e3:
+                    33:b2:b5:89:77:4e:0c:bf:d9:94:6b:13:97:6f:12:
+                    a3:fe:99:a9:04:cc:15:ec:60:68:36:ed:08:7b:b7:
+                    f5:bf:93:ed:66:31:83:8c:c6:71:34:87:4e:17:ea:
+                    af:8b:91:8d:1c:56:41:ae:22:37:5e:37:f2:1d:d9:
+                    d1:2d:0d:2f:69:51:a7:be:66:a6:8a:3a:2a:bd:c7:
+                    1a:b1:e1:14:f0:be:3a:1d:b9:cf:5b:b1:6a:fe:b4:
+                    b1:46:20:a2:fb:1e:3b:70:ef:93:98:7d:8c:73:96:
+                    f2:c5:ef:85:70:ad:29:26:fc:1e:04:3e:1c:a0:d8:
+                    0f:cb:52:83:62:7c:ee:8b:53:95:90:a9:57:a2:ea:
+                    61:05:d8:f9:4d:c4:27:fa:6e:ad:ed:f9:d7:51:f7:
+                    6b:a5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                D3:94:8A:4C:62:13:2A:19:2E:CC:AF:72:8A:7D:36:D7:9A:1C:DC:67
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
+
+                Full Name:
+                  URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl
+
+    Signature Algorithm: sha256WithRSAEncryption
+         34:ed:7b:5a:3c:a4:94:88:ef:1a:11:75:07:2f:b3:fe:3c:fa:
+         1e:51:26:eb:87:f6:29:de:e0:f1:d4:c6:24:09:e9:c1:cf:55:
+         1b:b4:30:d9:ce:1a:fe:06:51:a6:15:a4:2d:ef:b2:4b:bf:20:
+         28:25:49:d1:a6:36:77:34:e8:64:df:52:b1:11:c7:73:7a:cd:
+         39:9e:c2:ad:8c:71:21:f2:5a:6b:af:df:3c:4e:55:af:b2:84:
+         65:14:89:b9:77:cb:2a:31:be:cf:a3:6d:cf:6f:48:94:32:46:
+         6f:e7:71:8c:a0:a6:84:19:37:07:f2:03:45:09:2b:86:75:7c:
+         df:5f:69:57:00:db:6e:d8:a6:72:22:4b:50:d4:75:98:56:df:
+         b7:18:ff:43:43:50:ae:7a:44:7b:f0:79:51:d7:43:3d:a7:d3:
+         81:d3:f0:c9:4f:b9:da:c6:97:86:d0:82:c3:e4:42:6d:fe:b0:
+         e2:64:4e:0e:26:e7:40:34:26:b5:08:89:d7:08:63:63:38:27:
+         75:1e:33:ea:6e:a8:dd:9f:99:4f:74:4d:81:89:80:4b:dd:9a:
+         97:29:5c:2f:be:81:41:b9:8c:ff:ea:7d:60:06:9e:cd:d7:3d:
+         d3:2e:a3:15:bc:a8:e6:26:e5:6f:c3:dc:b8:03:21:ea:9f:16:
+         f1:2c:54:b5
+SHA1 Fingerprint=96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83
diff --git a/system/etc/security/cacerts/d8317ada.0 b/system/etc/security/cacerts/d8317ada.0
new file mode 100644
index 0000000000000000000000000000000000000000..c6dfe5fdf7cc8f449facf1750cda190f6daa8c10
--- /dev/null
+++ b/system/etc/security/cacerts/d8317ada.0
@@ -0,0 +1,55 @@
+-----BEGIN CERTIFICATE-----
+MIICHDCCAaKgAwIBAgISESDZkc6uo+jF5//pAq/Pc7xVMAoGCCqGSM49BAMDMD4x
+CzAJBgNVBAYTAkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2VydHBs
+dXMgUm9vdCBDQSBHMjAeFw0xNDA1MjYwMDAwMDBaFw0zODAxMTUwMDAwMDBaMD4x
+CzAJBgNVBAYTAkZSMREwDwYDVQQKDAhDZXJ0cGx1czEcMBoGA1UEAwwTQ2VydHBs
+dXMgUm9vdCBDQSBHMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABM0PW1aC3/BFGtat
+93nwHcmsltaeTpwftEIRyoa/bfuFo8XlGVzX7qY/aWfYeOKmycTbLXku54uNAm8x
+Ik0G42ByRZ0OQneezs/lf4WbGOT8zC5y0xaTTsqZY1yhBSpsBqNjMGEwDgYDVR0P
+AQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNqDYwJ5jtpMxjwj
+FNiPwyCrKGBZMB8GA1UdIwQYMBaAFNqDYwJ5jtpMxjwjFNiPwyCrKGBZMAoGCCqG
+SM49BAMDA2gAMGUCMHD+sAvZ94OX7PNVHdTcswYO/jOYnYs5kGuUIe22113WTNch
+p+e/IQ8rzfcq3IUHnQIxAIYUFuXcsGXCwI4Un78kFmjlvPl5adytRSv3tjFzzAal
+U5ORGpOucGpnutee5WEaXw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            11:20:d9:91:ce:ae:a3:e8:c5:e7:ff:e9:02:af:cf:73:bc:55
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=FR, O=Certplus, CN=Certplus Root CA G2
+        Validity
+            Not Before: May 26 00:00:00 2014 GMT
+            Not After : Jan 15 00:00:00 2038 GMT
+        Subject: C=FR, O=Certplus, CN=Certplus Root CA G2
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:cd:0f:5b:56:82:df:f0:45:1a:d6:ad:f7:79:f0:
+                    1d:c9:ac:96:d6:9e:4e:9c:1f:b4:42:11:ca:86:bf:
+                    6d:fb:85:a3:c5:e5:19:5c:d7:ee:a6:3f:69:67:d8:
+                    78:e2:a6:c9:c4:db:2d:79:2e:e7:8b:8d:02:6f:31:
+                    22:4d:06:e3:60:72:45:9d:0e:42:77:9e:ce:cf:e5:
+                    7f:85:9b:18:e4:fc:cc:2e:72:d3:16:93:4e:ca:99:
+                    63:5c:a1:05:2a:6c:06
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                DA:83:63:02:79:8E:DA:4C:C6:3C:23:14:D8:8F:C3:20:AB:28:60:59
+            X509v3 Authority Key Identifier: 
+                keyid:DA:83:63:02:79:8E:DA:4C:C6:3C:23:14:D8:8F:C3:20:AB:28:60:59
+
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:30:70:fe:b0:0b:d9:f7:83:97:ec:f3:55:1d:d4:dc:
+         b3:06:0e:fe:33:98:9d:8b:39:90:6b:94:21:ed:b6:d7:5d:d6:
+         4c:d7:21:a7:e7:bf:21:0f:2b:cd:f7:2a:dc:85:07:9d:02:31:
+         00:86:14:16:e5:dc:b0:65:c2:c0:8e:14:9f:bf:24:16:68:e5:
+         bc:f9:79:69:dc:ad:45:2b:f7:b6:31:73:cc:06:a5:53:93:91:
+         1a:93:ae:70:6a:67:ba:d7:9e:e5:61:1a:5f
+SHA1 Fingerprint=4F:65:8E:1F:E9:06:D8:28:02:E9:54:47:41:C9:54:25:5D:69:CC:1A
diff --git a/system/etc/security/cacerts/dbc54cab.0 b/system/etc/security/cacerts/dbc54cab.0
new file mode 100644
index 0000000000000000000000000000000000000000..904ac7321794eb714e3c873c6b22353a5191bc4d
--- /dev/null
+++ b/system/etc/security/cacerts/dbc54cab.0
@@ -0,0 +1,119 @@
+-----BEGIN CERTIFICATE-----
+MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE
+BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz
+dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG
+A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U
+cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf
+qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ
+JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ
++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS
+s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5
+HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7
+70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG
+V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S
+qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S
+5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia
+C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX
+OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE
+FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/
+BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2
+KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg
+Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B
+8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ
+MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc
+0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ
+u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF
+u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH
+YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8
+GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO
+RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e
+KeC2uAloGRwYQw==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 7893706540734352110 (0x6d8c1446b1a60aee)
+    Signature Algorithm: sha384WithRSAEncryption
+        Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Premium
+        Validity
+            Not Before: Jan 29 14:10:36 2010 GMT
+            Not After : Dec 31 14:10:36 2040 GMT
+        Subject: C=US, O=AffirmTrust, CN=AffirmTrust Premium
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c4:12:df:a9:5f:fe:41:dd:dd:f5:9f:8a:e3:f6:
+                    ac:e1:3c:78:9a:bc:d8:f0:7f:7a:a0:33:2a:dc:8d:
+                    20:5b:ae:2d:6f:e7:93:d9:36:70:6a:68:cf:8e:51:
+                    a3:85:5b:67:04:a0:10:24:6f:5d:28:82:c1:97:57:
+                    d8:48:29:13:b6:e1:be:91:4d:df:85:0c:53:18:9a:
+                    1e:24:a2:4f:8f:f0:a2:85:0b:cb:f4:29:7f:d2:a4:
+                    58:ee:26:4d:c9:aa:a8:7b:9a:d9:fa:38:de:44:57:
+                    15:e5:f8:8c:c8:d9:48:e2:0d:16:27:1d:1e:c8:83:
+                    85:25:b7:ba:aa:55:41:cc:03:22:4b:2d:91:8d:8b:
+                    e6:89:af:66:c7:e9:ff:2b:e9:3c:ac:da:d2:b3:c3:
+                    e1:68:9c:89:f8:7a:00:56:de:f4:55:95:6c:fb:ba:
+                    64:dd:62:8b:df:0b:77:32:eb:62:cc:26:9a:9b:bb:
+                    aa:62:83:4c:b4:06:7a:30:c8:29:bf:ed:06:4d:97:
+                    b9:1c:c4:31:2b:d5:5f:bc:53:12:17:9c:99:57:29:
+                    66:77:61:21:31:07:2e:25:49:9d:18:f2:ee:f3:2b:
+                    71:8c:b5:ba:39:07:49:77:fc:ef:2e:92:90:05:8d:
+                    2d:2f:77:7b:ef:43:bf:35:bb:9a:d8:f9:73:a7:2c:
+                    f2:d0:57:ee:28:4e:26:5f:8f:90:68:09:2f:b8:f8:
+                    dc:06:e9:2e:9a:3e:51:a7:d1:22:c4:0a:a7:38:48:
+                    6c:b3:f9:ff:7d:ab:86:57:e3:ba:d6:85:78:77:ba:
+                    43:ea:48:7f:f6:d8:be:23:6d:1e:bf:d1:36:6c:58:
+                    5c:f1:ee:a4:19:54:1a:f5:03:d2:76:e6:e1:8c:bd:
+                    3c:b3:d3:48:4b:e2:c8:f8:7f:92:a8:76:46:9c:42:
+                    65:3e:a4:1e:c1:07:03:5a:46:2d:b8:97:f3:b7:d5:
+                    b2:55:21:ef:ba:dc:4c:00:97:fb:14:95:27:33:bf:
+                    e8:43:47:46:d2:08:99:16:60:3b:9a:7e:d2:e6:ed:
+                    38:ea:ec:01:1e:3c:48:56:49:09:c7:4c:37:00:9e:
+                    88:0e:c0:73:e1:6f:66:e9:72:47:30:3e:10:e5:0b:
+                    03:c9:9a:42:00:6c:c5:94:7e:61:c4:8a:df:7f:82:
+                    1a:0b:59:c4:59:32:77:b3:bc:60:69:56:39:fd:b4:
+                    06:7b:2c:d6:64:36:d9:bd:48:ed:84:1f:7e:a5:22:
+                    8f:2a:b8:42:f4:82:b7:d4:53:90:78:4e:2d:1a:fd:
+                    81:6f:44:d7:3b:01:74:96:42:e0:00:e2:2e:6b:ea:
+                    c5:ee:72:ac:bb:bf:fe:ea:aa:a8:f8:dc:f6:b2:79:
+                    8a:b6:67
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                9D:C0:67:A6:0C:22:D9:26:F5:45:AB:A6:65:52:11:27:D8:45:AC:63
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha384WithRSAEncryption
+         b3:57:4d:10:62:4e:3a:e4:ac:ea:b8:1c:af:32:23:c8:b3:49:
+         5a:51:9c:76:28:8d:79:aa:57:46:17:d5:f5:52:f6:b7:44:e8:
+         08:44:bf:18:84:d2:0b:80:cd:c5:12:fd:00:55:05:61:87:41:
+         dc:b5:24:9e:3c:c4:d8:c8:fb:70:9e:2f:78:96:83:20:36:de:
+         7c:0f:69:13:88:a5:75:36:98:08:a6:c6:df:ac:ce:e3:58:d6:
+         b7:3e:de:ba:f3:eb:34:40:d8:a2:81:f5:78:3f:2f:d5:a5:fc:
+         d9:a2:d4:5e:04:0e:17:ad:fe:41:f0:e5:b2:72:fa:44:82:33:
+         42:e8:2d:58:f7:56:8c:62:3f:ba:42:b0:9c:0c:5c:7e:2e:65:
+         26:5c:53:4f:00:b2:78:7e:a1:0d:99:2d:8d:b8:1d:8e:a2:c4:
+         b0:fd:60:d0:30:a4:8e:c8:04:62:a9:c4:ed:35:de:7a:97:ed:
+         0e:38:5e:92:2f:93:70:a5:a9:9c:6f:a7:7d:13:1d:7e:c6:08:
+         48:b1:5e:67:eb:51:08:25:e9:e6:25:6b:52:29:91:9c:d2:39:
+         73:08:57:de:99:06:b4:5b:9d:10:06:e1:c2:00:a8:b8:1c:4a:
+         02:0a:14:d0:c1:41:ca:fb:8c:35:21:7d:82:38:f2:a9:54:91:
+         19:35:93:94:6d:6a:3a:c5:b2:d0:bb:89:86:93:e8:9b:c9:0f:
+         3a:a7:7a:b8:a1:f0:78:46:fa:fc:37:2f:e5:8a:84:f3:df:fe:
+         04:d9:a1:68:a0:2f:24:e2:09:95:06:d5:95:ca:e1:24:96:eb:
+         7c:f6:93:05:bb:ed:73:e9:2d:d1:75:39:d7:e7:24:db:d8:4e:
+         5f:43:8f:9e:d0:14:39:bf:55:70:48:99:57:31:b4:9c:ee:4a:
+         98:03:96:30:1f:60:06:ee:1b:23:fe:81:60:23:1a:47:62:85:
+         a5:cc:19:34:80:6f:b3:ac:1a:e3:9f:f0:7b:48:ad:d5:01:d9:
+         67:b6:a9:72:93:ea:2d:66:b5:b2:b8:e4:3d:3c:b2:ef:4c:8c:
+         ea:eb:07:bf:ab:35:9a:55:86:bc:18:a6:b5:a8:5e:b4:83:6c:
+         6b:69:40:d3:9f:dc:f1:c3:69:6b:b9:e1:6d:09:f4:f1:aa:50:
+         76:0a:7a:7d:7a:17:a1:55:96:42:99:31:09:dd:60:11:8d:05:
+         30:7e:e6:8e:46:d1:9d:14:da:c7:17:e4:05:96:8c:c4:24:b5:
+         1b:cf:14:07:b2:40:f8:a3:9e:41:86:bc:04:d0:6b:96:c8:2a:
+         80:34:fd:bf:ef:06:a3:dd:58:c5:85:3d:3e:8f:fe:9e:29:e0:
+         b6:b8:09:68:19:1c:18:43
+SHA1 Fingerprint=D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27
diff --git a/system/etc/security/cacerts/dc99f41e.0 b/system/etc/security/cacerts/dc99f41e.0
new file mode 100644
index 0000000000000000000000000000000000000000..04eb0467343f60c84757b863dae338de83a2a044
--- /dev/null
+++ b/system/etc/security/cacerts/dc99f41e.0
@@ -0,0 +1,123 @@
+-----BEGIN CERTIFICATE-----
+MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix
+DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k
+IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT
+N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v
+dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG
+A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh
+ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx
+QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1
+dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
+AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA
+4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0
+AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10
+4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C
+ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV
+9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD
+gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6
+Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq
+NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko
+LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc
+Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV
+HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd
+ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I
+XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI
+M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot
+9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V
+Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea
+j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh
+X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ
+l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf
+bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4
+pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK
+e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0
+vm9qp/UsQu0yrbYhnr68
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
+        Validity
+            Not Before: Jul  7 10:11:21 2015 GMT
+            Not After : Jun 30 10:11:21 2040 GMT
+        Subject: C=GR, L=Athens, O=Hellenic Academic and Research Institutions Cert. Authority, CN=Hellenic Academic and Research Institutions RootCA 2015
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:c2:f8:a9:3f:1b:89:fc:3c:3c:04:5d:3d:90:36:
+                    b0:91:3a:79:3c:66:5a:ef:6d:39:01:49:1a:b4:b7:
+                    cf:7f:4d:23:53:b7:90:00:e3:13:2a:28:a6:31:f1:
+                    91:00:e3:28:ec:ae:21:41:ce:1f:da:fd:7d:12:5b:
+                    01:83:0f:b9:b0:5f:99:e1:f2:12:83:80:4d:06:3e:
+                    df:ac:af:e7:a1:88:6b:31:af:f0:8b:d0:18:33:b8:
+                    db:45:6a:34:f4:02:80:24:28:0a:02:15:95:5e:76:
+                    2a:0d:99:3a:14:5b:f6:cb:cb:53:bc:13:4d:01:88:
+                    37:94:25:1b:42:bc:22:d8:8e:a3:96:5e:3a:d9:32:
+                    db:3e:e8:f0:10:65:ed:74:e1:2f:a7:7c:af:27:34:
+                    bb:29:7d:9b:b6:cf:09:c8:e5:d3:0a:fc:88:65:65:
+                    74:0a:dc:73:1c:5c:cd:40:b1:1c:d4:b6:84:8c:4c:
+                    50:cf:68:8e:a8:59:ae:c2:27:4e:82:a2:35:dd:14:
+                    f4:1f:ff:b2:77:d5:87:2f:aa:6e:7d:24:27:e7:c6:
+                    cb:26:e6:e5:fe:67:07:63:d8:45:0d:dd:3a:59:65:
+                    39:58:7a:92:99:72:3d:9c:84:5e:88:21:b8:d5:f4:
+                    2c:fc:d9:70:52:4f:78:b8:bd:3c:2b:8b:95:98:f5:
+                    b3:d1:68:cf:20:14:7e:4c:5c:5f:e7:8b:e5:f5:35:
+                    81:19:37:d7:11:08:b7:66:be:d3:4a:ce:83:57:00:
+                    3a:c3:81:f8:17:cb:92:36:5d:d1:a3:d8:75:1b:e1:
+                    8b:27:ea:7a:48:41:fd:45:19:06:ad:27:99:4e:c1:
+                    70:47:dd:b5:9f:81:53:12:e5:b1:8c:48:5d:31:43:
+                    17:e3:8c:c6:7a:63:96:4b:29:30:4e:84:4e:62:19:
+                    5e:3c:ce:97:90:a5:7f:01:eb:9d:e0:f8:8b:89:dd:
+                    25:98:3d:92:b6:7e:ef:d9:f1:51:51:7d:2d:26:c8:
+                    69:59:61:e0:ac:6a:b8:2a:36:11:04:7a:50:bd:32:
+                    84:be:2f:dc:72:d5:d7:1d:16:47:e4:47:66:20:3f:
+                    f4:96:c5:af:8e:01:7a:a5:0f:7a:64:f5:0d:18:87:
+                    d9:ae:88:d5:fa:84:c1:3a:c0:69:28:2d:f2:0d:68:
+                    51:aa:e3:a5:77:c6:a4:90:0e:a1:37:8b:31:23:47:
+                    c1:09:08:eb:6e:f7:78:9b:d7:82:fc:84:20:99:49:
+                    19:b6:12:46:b1:fb:45:55:16:a9:a3:65:ac:9c:07:
+                    0f:ea:6b:dc:1f:2e:06:72:ec:86:88:12:e4:2d:db:
+                    5f:05:2f:e4:f0:03:d3:26:33:e7:80:c2:cd:42:a1:
+                    17:34:0b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                71:15:67:C8:C8:C9:BD:75:5D:72:D0:38:18:6A:9D:F3:71:24:54:0B
+    Signature Algorithm: sha256WithRSAEncryption
+         75:bb:6d:54:4b:aa:10:58:46:34:f2:62:d7:16:36:5d:08:5e:
+         d5:6c:c8:87:bd:b4:2e:46:f2:31:f8:7c:ea:42:b5:93:16:55:
+         dc:a1:0c:12:a0:da:61:7e:0f:58:58:73:64:72:c7:e8:45:8e:
+         dc:a9:f2:26:3f:c6:79:8c:b1:53:08:33:81:b0:56:13:be:e6:
+         51:5c:d8:9b:0a:4f:4b:9c:56:53:02:e9:4f:f6:0d:60:ea:4d:
+         42:55:e8:7c:1b:21:21:d3:1b:3a:cc:77:f2:b8:90:f1:68:c7:
+         f9:5a:fe:fa:2d:f4:bf:c9:f5:45:1b:ce:38:10:2a:37:8a:79:
+         a3:b4:e3:09:6c:85:86:93:ff:89:96:27:78:81:8f:67:e3:46:
+         74:54:8e:d9:0d:69:e2:4a:f4:4d:74:03:ff:b2:77:ed:95:67:
+         97:e4:b1:c5:ab:bf:6a:23:e8:d4:94:e2:44:28:62:c4:4b:e2:
+         f0:d8:e2:29:6b:1a:70:7e:24:61:93:7b:4f:03:32:25:0d:45:
+         24:2b:96:b4:46:6a:bf:4a:0b:f7:9a:8f:c1:ac:1a:c5:67:f3:
+         6f:34:d2:fa:73:63:8c:ef:16:b0:a8:a4:46:2a:f8:eb:12:ec:
+         72:b4:ef:f8:2b:7e:8c:52:c0:8b:84:54:f9:2f:3e:e3:55:a8:
+         dc:66:b1:d9:e1:5f:d8:b3:8c:59:34:59:a4:ab:4f:6c:bb:1f:
+         18:db:75:ab:d8:cb:92:cd:94:38:61:0e:07:06:1f:4b:46:10:
+         f1:15:be:8d:85:5c:3b:4a:2b:81:79:0f:b4:69:9f:49:50:97:
+         4d:f7:0e:56:5d:c0:95:6a:c2:36:c3:1b:68:c9:f5:2a:dc:47:
+         9a:be:b2:ce:c5:25:e8:fa:03:b9:da:f9:16:6e:91:84:f5:1c:
+         28:c8:fc:26:cc:d7:1c:90:56:a7:5f:6f:3a:04:bc:cd:78:89:
+         0b:8e:0f:2f:a3:aa:4f:a2:1b:12:3d:16:08:40:0f:f1:46:4c:
+         d7:aa:7b:08:c1:0a:f5:6d:27:de:02:8f:ca:c3:b5:2b:ca:e9:
+         eb:c8:21:53:38:a5:cc:3b:d8:77:37:30:a2:4f:d9:6f:d1:f2:
+         40:ad:41:7a:17:c5:d6:4a:35:89:b7:41:d5:7c:86:7f:55:4d:
+         83:4a:a5:73:20:c0:3a:af:90:f1:9a:24:8e:d9:8e:71:ca:7b:
+         b8:86:da:b2:8f:99:3e:1d:13:0d:12:11:ee:d4:ab:f0:e9:15:
+         76:02:e4:e0:df:aa:20:1e:5b:61:85:64:40:a9:90:97:0d:ad:
+         53:d2:5a:1d:87:6a:00:97:65:62:b4:be:6f:6a:a7:f5:2c:42:
+         ed:32:ad:b6:21:9e:be:bc
+SHA1 Fingerprint=01:0C:06:95:A6:98:19:14:FF:BF:5F:C6:B0:B6:95:EA:29:E9:12:A6
diff --git a/system/etc/security/cacerts/dfc0fe80.0 b/system/etc/security/cacerts/dfc0fe80.0
new file mode 100644
index 0000000000000000000000000000000000000000..9fc28904c3c4e1b88682e4bc944a8c965c7dc565
--- /dev/null
+++ b/system/etc/security/cacerts/dfc0fe80.0
@@ -0,0 +1,82 @@
+-----BEGIN CERTIFICATE-----
+MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt
+MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg
+Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i
+YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x
+CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG
+b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh
+bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3
+HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx
+WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX
+1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk
+u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P
+99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r
+M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw
+AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB
+BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh
+cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5
+gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO
+ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf
+aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic
+Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            76:b1:20:52:74:f0:85:87:46:b3:f8:23:1a:f6:c2:c0
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
+        Validity
+            Not Before: Dec  1 15:00:32 2014 GMT
+            Not After : Dec  1 15:10:31 2039 GMT
+        Subject: C=CH, O=WISeKey, OU=OISTE Foundation Endorsed, CN=OISTE WISeKey Global Root GB CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:d8:17:b7:1c:4a:24:2a:d6:97:b1:ca:e2:1e:fb:
+                    7d:38:ef:98:f5:b2:39:98:4e:27:b8:11:5d:7b:d2:
+                    25:94:88:82:15:26:6a:1b:31:bb:a8:5b:21:21:2b:
+                    d8:0f:4e:9f:5a:f1:b1:5a:e4:79:d6:32:23:2b:e1:
+                    53:cc:99:45:5c:7b:4f:ad:bc:bf:87:4a:0b:4b:97:
+                    5a:a8:f6:48:ec:7d:7b:0d:cd:21:06:df:9e:15:fd:
+                    41:8a:48:b7:20:f4:a1:7a:1b:57:d4:5d:50:ff:ba:
+                    67:d8:23:99:1f:c8:3f:e3:de:ff:6f:5b:77:b1:6b:
+                    6e:b8:c9:64:f7:e1:ca:41:46:0e:29:71:d0:b9:23:
+                    fc:c9:81:5f:4e:f7:6f:df:bf:84:ad:73:64:bb:b7:
+                    42:8e:69:f6:d4:76:1d:7e:9d:a7:b8:57:8a:51:67:
+                    72:d7:d4:a8:b8:95:54:40:73:03:f6:ea:f4:eb:fe:
+                    28:42:77:3f:9d:23:1b:b2:b6:3d:80:14:07:4c:2e:
+                    4f:f7:d5:0a:16:0d:bd:66:43:37:7e:23:43:79:c3:
+                    40:86:f5:4c:29:da:8e:9a:ad:0d:a5:04:87:88:1e:
+                    85:e3:e9:53:d5:9b:c8:8b:03:63:78:eb:e0:19:4a:
+                    6e:bb:2f:6b:33:64:58:93:ad:69:bf:8f:1b:ef:82:
+                    48:c7
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Key Usage: 
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                35:0F:C8:36:63:5E:E2:A3:EC:F9:3B:66:15:CE:51:52:E3:91:9A:3D
+            1.3.6.1.4.1.311.21.1: 
+                ...
+    Signature Algorithm: sha256WithRSAEncryption
+         40:4c:fb:87:b2:99:81:90:7e:9d:c5:b0:b0:26:cd:88:7b:2b:
+         32:8d:6e:b8:21:71:58:97:7d:ae:37:14:af:3e:e7:f7:9a:e2:
+         7d:f6:71:98:99:04:aa:43:74:78:a3:e3:49:61:3e:73:8c:4d:
+         94:e0:f9:71:c4:b6:16:0e:53:78:1f:d6:a2:87:2f:02:39:81:
+         29:3c:af:15:98:21:30:fe:28:90:00:8c:d1:e1:cb:fa:5e:c8:
+         fd:f8:10:46:3b:a2:78:42:91:17:74:55:0a:de:50:67:4d:66:
+         d1:a7:ff:fd:d9:c0:b5:a8:a3:8a:ce:66:f5:0f:43:cd:a7:2b:
+         57:7b:63:46:6a:aa:2e:52:d8:f4:ed:e1:6d:ad:29:90:78:48:
+         ba:e1:23:aa:a3:89:ec:b5:ab:96:c0:b4:4b:a2:1d:97:9e:7a:
+         f2:6e:40:71:df:68:f1:65:4d:ce:7c:05:df:53:65:a9:a5:f0:
+         b1:97:04:70:15:46:03:98:d4:d2:bf:54:b4:a0:58:7d:52:6f:
+         da:56:26:62:d4:d8:db:89:31:6f:1c:f0:22:c2:d3:62:1c:35:
+         cd:4c:69:15:54:1a:90:98:de:eb:1e:5f:ca:77:c7:cb:8e:3d:
+         43:69:9c:9a:58:d0:24:3b:df:1b:40:96:7e:35:ad:81:c7:4e:
+         71:ba:88:13
+SHA1 Fingerprint=0F:F9:40:76:18:D3:D7:6A:4B:98:F0:A8:35:9E:0C:FD:27:AC:CC:ED
diff --git a/system/etc/security/cacerts/e442e424.0 b/system/etc/security/cacerts/e442e424.0
new file mode 100644
index 0000000000000000000000000000000000000000..c7156602f8d4f5e07b29fd39795c79f46c93eeae
--- /dev/null
+++ b/system/etc/security/cacerts/e442e424.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL
+BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc
+BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00
+MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM
+aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR
+/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu
+FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR
+U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c
+ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR
+FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k
+A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw
+eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl
+sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp
+VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q
+A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+
+ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB
+BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD
+ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px
+KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI
+FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv
+oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg
+u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP
+0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf
+3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl
+8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+
+DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN
+PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/
+ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            2e:f5:9b:02:28:a7:db:7a:ff:d5:a3:a9:ee:bd:03:a0:cf:12:6a:1d
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
+        Validity
+            Not Before: Jan 12 20:26:32 2012 GMT
+            Not After : Jan 12 20:26:32 2042 GMT
+        Subject: C=BM, O=QuoVadis Limited, CN=QuoVadis Root CA 3 G3
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:b3:cb:0e:10:67:8e:ea:14:97:a7:32:2a:0a:56:
+                    36:7f:68:4c:c7:b3:6f:3a:23:14:91:ff:19:7f:a5:
+                    ca:ac:ee:b3:76:9d:7a:e9:8b:1b:ab:6b:31:db:fa:
+                    0b:53:4c:af:c5:a5:1a:79:3c:8a:4c:ff:ac:df:25:
+                    de:4e:d9:82:32:0b:44:de:ca:db:8c:ac:a3:6e:16:
+                    83:3b:a6:64:4b:32:89:fb:16:16:38:7e:eb:43:e2:
+                    d3:74:4a:c2:62:0a:73:0a:dd:49:b3:57:d2:b0:0a:
+                    85:9d:71:3c:de:a3:cb:c0:32:f3:01:39:20:43:1b:
+                    35:d1:53:b3:b1:ee:c5:93:69:82:3e:16:b5:28:46:
+                    a1:de:ea:89:09:ed:43:b8:05:46:8a:86:f5:59:47:
+                    be:1b:6f:01:21:10:b9:fd:a9:d2:28:ca:10:39:09:
+                    ca:13:36:cf:9c:ad:ad:40:74:79:2b:02:3f:34:ff:
+                    fa:20:69:7d:d3:ee:61:f5:ba:b3:e7:30:d0:37:23:
+                    86:72:61:45:29:48:59:68:6f:77:a6:2e:81:be:07:
+                    4d:6f:af:ce:c4:45:13:91:14:70:06:8f:1f:9f:f8:
+                    87:69:b1:0e:ef:c3:89:19:eb:ea:1c:61:fc:7a:6c:
+                    8a:dc:d6:03:0b:9e:26:ba:12:dd:d4:54:39:ab:26:
+                    a3:33:ea:75:81:da:2d:cd:0f:4f:e4:03:d1:ef:15:
+                    97:1b:6b:90:c5:02:90:93:66:02:21:b1:47:de:8b:
+                    9a:4a:80:b9:55:8f:b5:a2:2f:c0:d6:33:67:da:7e:
+                    c4:a7:b4:04:44:eb:47:fb:e6:58:b9:f7:0c:f0:7b:
+                    2b:b1:c0:70:29:c3:40:62:2d:3b:48:69:dc:23:3c:
+                    48:eb:7b:09:79:a9:6d:da:a8:30:98:cf:80:72:03:
+                    88:a6:5b:46:ae:72:79:7c:08:03:21:65:ae:b7:e1:
+                    1c:a5:b1:2a:a2:31:de:66:04:f7:c0:74:e8:71:de:
+                    ff:3d:59:cc:96:26:12:8b:85:95:57:1a:ab:6b:75:
+                    0b:44:3d:11:28:3c:7b:61:b7:e2:8f:67:4f:e5:ec:
+                    3c:4c:60:80:69:57:38:1e:01:5b:8d:55:e8:c7:df:
+                    c0:cc:77:23:34:49:75:7c:f6:98:11:eb:2d:de:ed:
+                    41:2e:14:05:02:7f:e0:fe:20:eb:35:e7:11:ac:22:
+                    ce:57:3d:de:c9:30:6d:10:03:85:cd:f1:ff:8c:16:
+                    b5:c1:b2:3e:88:6c:60:7f:90:4f:95:f7:f6:2d:ad:
+                    01:39:07:04:fa:75:80:7d:bf:49:50:ed:ef:c9:c4:
+                    7c:1c:eb:80:7e:db:b6:d0:dd:13:fe:c9:d3:9c:d7:
+                    b2:97:a9
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                C6:17:D0:BC:A8:EA:02:43:F2:1B:06:99:5D:2B:90:20:B9:D7:9C:E4
+    Signature Algorithm: sha256WithRSAEncryption
+         34:61:d9:56:b5:12:87:55:4d:dd:a3:35:31:46:bb:a4:07:72:
+         bc:5f:61:62:e8:a5:fb:0b:37:b1:3c:b6:b3:fa:29:9d:7f:02:
+         f5:a4:c9:a8:93:b7:7a:71:28:69:8f:73:e1:52:90:da:d5:be:
+         3a:e5:b7:76:6a:56:80:21:df:5d:e6:e9:3a:9e:e5:3e:f6:a2:
+         69:c7:2a:0a:b0:18:47:dc:20:70:7d:52:a3:3e:59:7c:c1:ba:
+         c9:c8:15:40:61:ca:72:d6:70:ac:d2:b7:f0:1c:e4:86:29:f0:
+         ce:ef:68:63:d0:b5:20:8a:15:61:9a:7e:86:98:b4:c9:c2:76:
+         fb:cc:ba:30:16:cc:a3:61:c6:74:13:e5:6b:ef:a3:15:ea:03:
+         fe:13:8b:64:e4:d3:c1:d2:e8:84:fb:49:d1:10:4d:79:66:eb:
+         aa:fd:f4:8d:31:1e:70:14:ad:dc:de:67:13:4c:81:15:61:bc:
+         b7:d9:91:77:71:19:81:60:bb:f0:58:a5:b5:9c:0b:f7:8f:22:
+         55:27:c0:4b:01:6d:3b:99:0d:d4:1d:9b:63:67:2f:d0:ee:0d:
+         ca:66:bc:94:4f:a6:ad:ed:fc:ee:63:ac:57:3f:65:25:cf:b2:
+         86:8f:d0:08:ff:b8:76:14:6e:de:e5:27:ec:ab:78:b5:53:b9:
+         b6:3f:e8:20:f9:d2:a8:be:61:46:ca:87:8c:84:f3:f9:f1:a0:
+         68:9b:22:1e:81:26:9b:10:04:91:71:c0:06:1f:dc:a0:d3:b9:
+         56:a7:e3:98:2d:7f:83:9d:df:8c:2b:9c:32:8e:32:94:f0:01:
+         3c:22:2a:9f:43:c2:2e:c3:98:39:07:38:7b:fc:5e:00:42:1f:
+         f3:32:26:79:83:84:f6:e5:f0:c1:51:12:c0:0b:1e:04:23:0c:
+         54:a5:4c:2f:49:c5:4a:d1:b6:6e:60:0d:6b:fc:6b:8b:85:24:
+         64:b7:89:0e:ab:25:47:5b:3c:cf:7e:49:bd:c7:e9:0a:c6:da:
+         f7:7e:0e:17:08:d3:48:97:d0:71:92:f0:0f:39:3e:34:6a:1c:
+         7d:d8:f2:22:ae:bb:69:f4:33:b4:a6:48:55:d1:0f:0e:26:e8:
+         ec:b6:0b:2d:a7:85:35:cd:fd:59:c8:9f:d1:cd:3e:5a:29:34:
+         b9:3d:84:ce:b1:65:d4:59:91:91:56:75:21:c1:77:9e:f9:7a:
+         e1:60:9d:d3:ad:04:18:f4:7c:eb:5e:93:8f:53:4a:22:29:f8:
+         48:2b:3e:4d:86:ac:5b:7f:cb:06:99:59:60:d8:58:65:95:8d:
+         44:d1:f7:7f:7e:27:7f:7d:ae:80:f5:07:4c:b6:3e:9c:71:54:
+         99:04:4b:fd:58:f9:98:f4
+SHA1 Fingerprint=48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D
diff --git a/system/etc/security/cacerts/e48193cf.0 b/system/etc/security/cacerts/e48193cf.0
new file mode 100644
index 0000000000000000000000000000000000000000..7883ef35d940e502c59f03abdf34eb4adbd7b73e
--- /dev/null
+++ b/system/etc/security/cacerts/e48193cf.0
@@ -0,0 +1,77 @@
+-----BEGIN CERTIFICATE-----
+MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE
+BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz
+dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL
+MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp
+cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC
+AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP
+Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr
+ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
+MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1
+yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr
+VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/
+nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ
+KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG
+XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj
+vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt
+Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g
+N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC
+nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 8608355977964138876 (0x7777062726a9b17c)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
+        Validity
+            Not Before: Jan 29 14:06:06 2010 GMT
+            Not After : Dec 31 14:06:06 2030 GMT
+        Subject: C=US, O=AffirmTrust, CN=AffirmTrust Commercial
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:f6:1b:4f:67:07:2b:a1:15:f5:06:22:cb:1f:01:
+                    b2:e3:73:45:06:44:49:2c:bb:49:25:14:d6:ce:c3:
+                    b7:ab:2c:4f:c6:41:32:94:57:fa:12:a7:5b:0e:e2:
+                    8f:1f:1e:86:19:a7:aa:b5:2d:b9:5f:0d:8a:c2:af:
+                    85:35:79:32:2d:bb:1c:62:37:f2:b1:5b:4a:3d:ca:
+                    cd:71:5f:e9:42:be:94:e8:c8:de:f9:22:48:64:c6:
+                    e5:ab:c6:2b:6d:ad:05:f0:fa:d5:0b:cf:9a:e5:f0:
+                    50:a4:8b:3b:47:a5:23:5b:7a:7a:f8:33:3f:b8:ef:
+                    99:97:e3:20:c1:d6:28:89:cf:94:fb:b9:45:ed:e3:
+                    40:17:11:d4:74:f0:0b:31:e2:2b:26:6a:9b:4c:57:
+                    ae:ac:20:3e:ba:45:7a:05:f3:bd:9b:69:15:ae:7d:
+                    4e:20:63:c4:35:76:3a:07:02:c9:37:fd:c7:47:ee:
+                    e8:f1:76:1d:73:15:f2:97:a4:b5:c8:7a:79:d9:42:
+                    aa:2b:7f:5c:fe:ce:26:4f:a3:66:81:35:af:44:ba:
+                    54:1e:1c:30:32:65:9d:e6:3c:93:5e:50:4e:7a:e3:
+                    3a:d4:6e:cc:1a:fb:f9:d2:37:ae:24:2a:ab:57:03:
+                    22:28:0d:49:75:7f:b7:28:da:75:bf:8e:e3:dc:0e:
+                    79:31
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Subject Key Identifier: 
+                9D:93:C6:53:8B:5E:CA:AF:3F:9F:1E:0F:E5:99:95:BC:24:F6:94:8F
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+    Signature Algorithm: sha256WithRSAEncryption
+         58:ac:f4:04:0e:cd:c0:0d:ff:0a:fd:d4:ba:16:5f:29:bd:7b:
+         68:99:58:49:d2:b4:1d:37:4d:7f:27:7d:46:06:5d:43:c6:86:
+         2e:3e:73:b2:26:7d:4f:93:a9:b6:c4:2a:9a:ab:21:97:14:b1:
+         de:8c:d3:ab:89:15:d8:6b:24:d4:f1:16:ae:d8:a4:5c:d4:7f:
+         51:8e:ed:18:01:b1:93:63:bd:bc:f8:61:80:9a:9e:b1:ce:42:
+         70:e2:a9:7d:06:25:7d:27:a1:fe:6f:ec:b3:1e:24:da:e3:4b:
+         55:1a:00:3b:35:b4:3b:d9:d7:5d:30:fd:81:13:89:f2:c2:06:
+         2b:ed:67:c4:8e:c9:43:b2:5c:6b:15:89:02:bc:62:fc:4e:f2:
+         b5:33:aa:b2:6f:d3:0a:a2:50:e3:f6:3b:e8:2e:44:c2:db:66:
+         38:a9:33:56:48:f1:6d:1b:33:8d:0d:8c:3f:60:37:9d:d3:ca:
+         6d:7e:34:7e:0d:9f:72:76:8b:1b:9f:72:fd:52:35:41:45:02:
+         96:2f:1c:b2:9a:73:49:21:b1:49:47:45:47:b4:ef:6a:34:11:
+         c9:4d:9a:cc:59:b7:d6:02:9e:5a:4e:65:b5:94:ae:1b:df:29:
+         b0:16:f1:bf:00:9e:07:3a:17:64:b5:04:b5:23:21:99:0a:95:
+         3b:97:7c:ef
+SHA1 Fingerprint=F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7
diff --git a/system/etc/security/cacerts/e775ed2d.0 b/system/etc/security/cacerts/e775ed2d.0
new file mode 100644
index 0000000000000000000000000000000000000000..ec2620f48dc74adb938ceeb8c04be2bc88032ce9
--- /dev/null
+++ b/system/etc/security/cacerts/e775ed2d.0
@@ -0,0 +1,122 @@
+-----BEGIN CERTIFICATE-----
+MIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW
+MBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy
+c2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE
+BhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0
+IFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV
+VaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8
+cQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT
+QjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh
+F7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v
+c7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w
+mZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd
+VHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX
+teGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ
+f9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe
+Bi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+
+nhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB
+/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY
+MBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG
+9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc
+aanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX
+IwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn
+ANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z
+uzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN
+Pnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja
+QI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW
+koRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9
+ER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt
+DF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm
+bJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 1 (0x1)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
+        Validity
+            Not Before: Mar  4 05:00:00 2004 GMT
+            Not After : Mar  4 05:00:00 2029 GMT
+        Subject: C=US, O=GeoTrust Inc., CN=GeoTrust Universal CA
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:a6:15:55:a0:a3:c6:e0:1f:8c:9d:21:50:d7:c1:
+                    be:2b:5b:b5:a4:9e:a1:d9:72:58:bd:00:1b:4c:bf:
+                    61:c9:14:1d:45:82:ab:c6:1d:80:d6:3d:eb:10:9c:
+                    3a:af:6d:24:f8:bc:71:01:9e:06:f5:7c:5f:1e:c1:
+                    0e:55:ca:83:9a:59:30:ae:19:cb:30:48:95:ed:22:
+                    37:8d:f4:4a:9a:72:66:3e:ad:95:c0:e0:16:00:e0:
+                    10:1f:2b:31:0e:d7:94:54:d3:42:33:a0:34:1d:1e:
+                    45:76:dd:4f:ca:18:37:ec:85:15:7a:19:08:fc:d5:
+                    c7:9c:f0:f2:a9:2e:10:a9:92:e6:3d:58:3d:a9:16:
+                    68:3c:2f:75:21:18:7f:28:77:a5:e1:61:17:b7:a6:
+                    e9:f8:1e:99:db:73:6e:f4:0a:a2:21:6c:ee:da:aa:
+                    85:92:66:af:f6:7a:6b:82:da:ba:22:08:35:0f:cf:
+                    42:f1:35:fa:6a:ee:7e:2b:25:cc:3a:11:e4:6d:af:
+                    73:b2:76:1d:ad:d0:b2:78:67:1a:a4:39:1c:51:0b:
+                    67:56:83:fd:38:5d:0d:ce:dd:f0:bb:2b:96:1f:de:
+                    7b:32:52:fd:1d:bb:b5:06:a1:b2:21:5e:a5:d6:95:
+                    68:7f:f0:99:9e:dc:45:08:3e:e7:d2:09:0d:35:94:
+                    dd:80:4e:53:97:d7:b5:09:44:20:64:16:17:03:02:
+                    4c:53:0d:68:de:d5:aa:72:4d:93:6d:82:0e:db:9c:
+                    bd:cf:b4:f3:5c:5d:54:7a:69:09:96:d6:db:11:c1:
+                    8d:75:a8:b4:cf:39:c8:ce:3c:bc:24:7c:e6:62:ca:
+                    e1:bd:7d:a7:bd:57:65:0b:e4:fe:25:ed:b6:69:10:
+                    dc:28:1a:46:bd:01:1d:d0:97:b5:e1:98:3b:c0:37:
+                    64:d6:3d:94:ee:0b:e1:f5:28:ae:0b:56:bf:71:8b:
+                    23:29:41:8e:86:c5:4b:52:7b:d8:71:ab:1f:8a:15:
+                    a6:3b:83:5a:d7:58:01:51:c6:4c:41:d9:7f:d8:41:
+                    67:72:a2:28:df:60:83:a9:9e:c8:7b:fc:53:73:72:
+                    59:f5:93:7a:17:76:0e:ce:f7:e5:5c:d9:0b:55:34:
+                    a2:aa:5b:b5:6a:54:e7:13:ca:57:ec:97:6d:f4:5e:
+                    06:2f:45:8b:58:d4:23:16:92:e4:16:6e:28:63:59:
+                    30:df:50:01:9c:63:89:1a:9f:db:17:94:82:70:37:
+                    c3:24:9e:9a:47:d6:5a:ca:4e:a8:69:89:72:1f:91:
+                    6c:db:7e:9e:1b:ad:c7:1f:73:dd:2c:4f:19:65:fd:
+                    7f:93:40:10:2e:d2:f0:ed:3c:9e:2e:28:3e:69:26:
+                    33:c5:7b
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                DA:BB:2E:AA:B0:0C:B8:88:26:51:74:5C:6D:03:D3:C0:D8:8F:7A:D6
+            X509v3 Authority Key Identifier: 
+                keyid:DA:BB:2E:AA:B0:0C:B8:88:26:51:74:5C:6D:03:D3:C0:D8:8F:7A:D6
+
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+    Signature Algorithm: sha1WithRSAEncryption
+         31:78:e6:c7:b5:df:b8:94:40:c9:71:c4:a8:35:ec:46:1d:c2:
+         85:f3:28:58:86:b0:0b:fc:8e:b2:39:8f:44:55:ab:64:84:5c:
+         69:a9:d0:9a:38:3c:fa:e5:1f:35:e5:44:e3:80:79:94:68:a4:
+         bb:c4:9f:3d:e1:34:cd:30:46:8b:54:2b:95:a5:ef:f7:3f:99:
+         84:fd:35:e6:cf:31:c6:dc:6a:bf:a7:d7:23:08:e1:98:5e:c3:
+         5a:08:76:a9:a6:af:77:2f:b7:60:bd:44:46:6a:ef:97:ff:73:
+         95:c1:8e:e8:93:fb:fd:31:b7:ec:57:11:11:45:9b:30:f1:1a:
+         88:39:c1:4f:3c:a7:00:d5:c7:fc:ab:6d:80:22:70:a5:0c:e0:
+         5d:04:29:02:fb:cb:a0:91:d1:7c:d6:c3:7e:50:d5:9d:58:be:
+         41:38:eb:b9:75:3c:15:d9:9b:c9:4a:83:59:c0:da:53:fd:33:
+         bb:36:18:9b:85:0f:15:dd:ee:2d:ac:76:93:b9:d9:01:8d:48:
+         10:a8:fb:f5:38:86:f1:db:0a:c6:bd:84:a3:23:41:de:d6:77:
+         6f:85:d4:85:1c:50:e0:ae:51:8a:ba:8d:3e:76:e2:b9:ca:27:
+         f2:5f:9f:ef:6e:59:0d:06:d8:2b:17:a4:d2:7c:6b:bb:5f:14:
+         1a:48:8f:1a:4c:e7:b3:47:1c:8e:4c:45:2b:20:ee:48:df:e7:
+         dd:09:8e:18:a8:da:40:8d:92:26:11:53:61:73:5d:eb:bd:e7:
+         c4:4d:29:37:61:eb:ac:39:2d:67:2e:16:d6:f5:00:83:85:a1:
+         cc:7f:76:c4:7d:e4:b7:4b:66:ef:03:45:60:69:b6:0c:52:96:
+         92:84:5e:a6:a3:b5:a4:3e:2b:d9:cc:d8:1b:47:aa:f2:44:da:
+         4f:f9:03:e8:f0:14:cb:3f:f3:83:de:d0:c1:54:e3:b7:e8:0a:
+         37:4d:8b:20:59:03:30:19:a1:2c:c8:bd:11:1f:df:ae:c9:4a:
+         c5:f3:27:66:66:86:ac:68:91:ff:d9:e6:53:1c:0f:8b:5c:69:
+         65:0a:26:c8:1e:34:c3:5d:51:7b:d7:a9:9c:06:a1:36:dd:d5:
+         89:94:bc:d9:e4:2d:0c:5e:09:6c:08:97:7c:a3:3d:7c:93:ff:
+         3f:a1:14:a7:cf:b5:5d:eb:db:db:1c:c4:76:df:88:b9:bd:45:
+         05:95:1b:ae:fc:46:6a:4c:af:48:e3:ce:ae:0f:d2:7e:eb:e6:
+         6c:9c:4f:81:6a:7a:64:ac:bb:3e:d5:e7:cb:76:2e:c5:a7:48:
+         c1:5c:90:0f:cb:c8:3f:fa:e6:32:e1:8d:1b:6f:a4:e6:8e:d8:
+         f9:29:48:8a:ce:73:fe:2c
+SHA1 Fingerprint=E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79
diff --git a/system/etc/security/cacerts/e8651083.0 b/system/etc/security/cacerts/e8651083.0
new file mode 100644
index 0000000000000000000000000000000000000000..afb6f8ca1efcb01751a2590bc992f27889064506
--- /dev/null
+++ b/system/etc/security/cacerts/e8651083.0
@@ -0,0 +1,86 @@
+-----BEGIN CERTIFICATE-----
+MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD
+VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0
+ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G
+CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y
+OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx
+FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp
+Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o
+dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP
+kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc
+cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U
+fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7
+N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC
+xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1
++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G
+A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM
+Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG
+SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h
+mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk
+ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775
+tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c
+2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t
+HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 14014712776195784473 (0xc27e43044e473f19)
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009/emailAddress=info@e-szigno.hu
+        Validity
+            Not Before: Jun 16 11:30:18 2009 GMT
+            Not After : Dec 30 11:30:18 2029 GMT
+        Subject: C=HU, L=Budapest, O=Microsec Ltd., CN=Microsec e-Szigno Root CA 2009/emailAddress=info@e-szigno.hu
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:e9:f8:8f:f3:63:ad:da:86:d8:a7:e0:42:fb:cf:
+                    91:de:a6:26:f8:99:a5:63:70:ad:9b:ae:ca:33:40:
+                    7d:6d:96:6e:a1:0e:44:ee:e1:13:9d:94:42:52:9a:
+                    bd:75:85:74:2c:a8:0e:1d:93:b6:18:b7:8c:2c:a8:
+                    cf:fb:5c:71:b9:da:ec:fe:e8:7e:8f:e4:2f:1d:b2:
+                    a8:75:87:d8:b7:a1:e5:3b:cf:99:4a:46:d0:83:19:
+                    7d:c0:a1:12:1c:95:6d:4a:f4:d8:c7:a5:4d:33:2e:
+                    85:39:40:75:7e:14:7c:80:12:98:50:c7:41:67:b8:
+                    a0:80:61:54:a6:6c:4e:1f:e0:9d:0e:07:e9:c9:ba:
+                    33:e7:fe:c0:55:28:2c:02:80:a7:19:f5:9e:dc:55:
+                    53:03:97:7b:07:48:ff:99:fb:37:8a:24:c4:59:cc:
+                    50:10:63:8e:aa:a9:1a:b0:84:1a:86:f9:5f:bb:b1:
+                    50:6e:a4:d1:0a:cc:d5:71:7e:1f:a7:1b:7c:f5:53:
+                    6e:22:5f:cb:2b:e6:d4:7c:5d:ae:d6:c2:c6:4c:e5:
+                    05:01:d9:ed:57:fc:c1:23:79:fc:fa:c8:24:83:95:
+                    f3:b5:6a:51:01:d0:77:d6:e9:12:a1:f9:1a:83:fb:
+                    82:1b:b9:b0:97:f4:76:06:33:43:49:a0:ff:0b:b5:
+                    fa:b5
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68
+            X509v3 Authority Key Identifier: 
+                keyid:CB:0F:C6:DF:42:43:CC:3D:CB:B5:48:23:A1:1A:7A:A6:2A:BB:34:68
+
+            X509v3 Subject Alternative Name: 
+                email:info@e-szigno.hu
+    Signature Algorithm: sha256WithRSAEncryption
+         c9:d1:0e:5e:2e:d5:cc:b3:7c:3e:cb:fc:3d:ff:0d:28:95:93:
+         04:c8:bf:da:cd:79:b8:43:90:f0:a4:be:ef:f2:ef:21:98:bc:
+         d4:d4:5d:06:f6:ee:42:ec:30:6c:a0:aa:a9:ca:f1:af:8a:fa:
+         3f:0b:73:6a:3e:ea:2e:40:7e:1f:ae:54:61:79:eb:2e:08:37:
+         d7:23:f3:8c:9f:be:1d:b1:e1:a4:75:db:a0:e2:54:14:b1:ba:
+         1c:29:a4:18:f6:12:ba:a2:14:14:e3:31:35:c8:40:ff:b7:e0:
+         05:76:57:c1:1c:59:f2:f8:bf:e4:ed:25:62:5c:84:f0:7e:7e:
+         1f:b3:be:f9:b7:21:11:cc:03:01:56:70:a7:10:92:1e:1b:34:
+         81:1e:ad:9c:1a:c3:04:3c:ed:02:61:d6:1e:06:f3:5f:3a:87:
+         f2:2b:f1:45:87:e5:3d:ac:d1:c7:57:84:bd:6b:ae:dc:d8:f9:
+         b6:1b:62:70:0b:3d:36:c9:42:f2:32:d7:7a:61:e6:d2:db:3d:
+         cf:c8:a9:c9:9b:dc:db:58:44:d7:6f:38:af:7f:78:d3:a3:ad:
+         1a:75:ba:1c:c1:36:7c:8f:1e:6d:1c:c3:75:46:ae:35:05:a6:
+         f6:5c:3d:21:ee:56:f0:c9:82:22:2d:7a:54:ab:70:c3:7d:22:
+         65:82:70:96
+SHA1 Fingerprint=89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E
diff --git a/system/etc/security/cacerts/ea169617.0 b/system/etc/security/cacerts/ea169617.0
new file mode 100644
index 0000000000000000000000000000000000000000..f7d488e823dafab140da995958a1f7edf503dc35
--- /dev/null
+++ b/system/etc/security/cacerts/ea169617.0
@@ -0,0 +1,128 @@
+-----BEGIN CERTIFICATE-----
+MIIFtTCCA52gAwIBAgIIYY3HhjsBggUwDQYJKoZIhvcNAQEFBQAwRDEWMBQGA1UE
+AwwNQUNFRElDT00gUm9vdDEMMAoGA1UECwwDUEtJMQ8wDQYDVQQKDAZFRElDT00x
+CzAJBgNVBAYTAkVTMB4XDTA4MDQxODE2MjQyMloXDTI4MDQxMzE2MjQyMlowRDEW
+MBQGA1UEAwwNQUNFRElDT00gUm9vdDEMMAoGA1UECwwDUEtJMQ8wDQYDVQQKDAZF
+RElDT00xCzAJBgNVBAYTAkVTMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKC
+AgEA/5KV4WgGdrQsyFhIyv2AVClVYyT/kGWbEHV7w2rbYgIB8hiGtXxaOLHkWLn7
+09gtn70yN78sFW2+tfQh0hOR2QetAQXW8713zl9CgQr5auODAKgrLlUTY4HKRxx7
+XBZXehuDYAQ6PmXDzQHe3qTWDLqO3tkE7hdWIpuPY/1NFgu3e3eM+SW10W2ZEi5P
+Grjm6gSSrj0RuVFCPYewMYWveVqc/udOXpJPQ/yrOq2lEiZmueIM15jO1FillUAK
+t0SdE3QrwqXrIhWYENiLxQSfHY9g5QYbm8+5eaA9oiM/Qj9r+hwDezCNzmzAv+Yb
+X79nuIQZ1RXve8uQNjFiybwCq0Zfm/4aaJQ0PZCOrfbkHQl/Sog4P75n/TSW9R28
+MHTLOO7VbKvU/PQAtwBbhTIWdjPp2KOZnQUAqhbm84F9b32qhm2tFXTTxKJxqvQU
+fecyuB+81fFOvW8XAjnXDpVCOscAPukmYxHqC9FK/xidstd7LzrZlvvoHpKuE1XI
+2Sf23EgbsCTBheN3nZqk8wwRHQ3ItBTutYJXCb8gWH8vIiPYcMt5bMlL8qkqyPyH
+K9caUPgn6C9D4zq92Fdx/c6mUlv53U3t5fZvie27k5x2IXXwkkwp9y+cAS7+UEae
+ZAwUswdbxcJzbPEHXEUkFDWug/FqTYl6+rPYLWbwNof1K1MCAwEAAaOBqjCBpzAP
+BgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKaz4SsrSbbXc6GqlPUB53NlTKxQ
+MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUprPhKytJttdzoaqU9QHnc2VMrFAw
+RAYDVR0gBD0wOzA5BgRVHSAAMDEwLwYIKwYBBQUHAgEWI2h0dHA6Ly9hY2VkaWNv
+bS5lZGljb21ncm91cC5jb20vZG9jMA0GCSqGSIb3DQEBBQUAA4ICAQDOLAtSUWIm
+fQwng4/F9tqgaHtPkl7qpHMyEVNEskTLnewPeUKzEKbHDZ3Ltvo/Onzqv4hTGzz3
+gvoFNTPhNahXwOf9jU8/kzJPeGYDdwdY6ZXIfj7QeQCM8htRM5u8lOk6e25SLTKe
+I6RF+7YuE7CLGLHdztUdp0J/Vb77W7tH1PwkzQSulgUV1qzOMPPKC8W64iLgpq0i
+5ALudBF/TP94HTXa5gI06xgSYXcGCRZj6hitoocf8seACQl1ThCojz2GuHURwCRi
+ipZ7SkXp7FnFvmuD5uHorLUwHv4FB4D54SMNUI8FmP8sX+g7tq3PgbUhh8oIKiMn
+MCArz+2UW6yyetLHKKGKC5tNSixthT8Jcjxn4tncB7rrZXtaAWPWkFtPF2Y9fwsZ
+o5NjEFIqnxQWWOLcpfShFosOkYuByptZ+thrkQdlVV9SH686+5DdaaVbnG0OLLb6
+zqylfDJKZ0DcMDQj3dcEI2bw/FWAp/tmGYI1Z2JwOV5vx+qQQEQIHriy1tvuWacN
+GHk0vFQYXlPKNFHtRQrmjseCNj6nOGOpMCwXEGCSn1WHElkQwg9naRHMTh5+Spqt
+r0CodaxWkHS4oJyleW/c6RrIaQXpuvoDs3zk4E7Czp3otkYNbn5XOmeUwssfnHdK
+Z05phkOTOPu220+DkdRgfks+KzgHVZhepA==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 7029493972724711941 (0x618dc7863b018205)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: CN=ACEDICOM Root, OU=PKI, O=EDICOM, C=ES
+        Validity
+            Not Before: Apr 18 16:24:22 2008 GMT
+            Not After : Apr 13 16:24:22 2028 GMT
+        Subject: CN=ACEDICOM Root, OU=PKI, O=EDICOM, C=ES
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:ff:92:95:e1:68:06:76:b4:2c:c8:58:48:ca:fd:
+                    80:54:29:55:63:24:ff:90:65:9b:10:75:7b:c3:6a:
+                    db:62:02:01:f2:18:86:b5:7c:5a:38:b1:e4:58:b9:
+                    fb:d3:d8:2d:9f:bd:32:37:bf:2c:15:6d:be:b5:f4:
+                    21:d2:13:91:d9:07:ad:01:05:d6:f3:bd:77:ce:5f:
+                    42:81:0a:f9:6a:e3:83:00:a8:2b:2e:55:13:63:81:
+                    ca:47:1c:7b:5c:16:57:7a:1b:83:60:04:3a:3e:65:
+                    c3:cd:01:de:de:a4:d6:0c:ba:8e:de:d9:04:ee:17:
+                    56:22:9b:8f:63:fd:4d:16:0b:b7:7b:77:8c:f9:25:
+                    b5:d1:6d:99:12:2e:4f:1a:b8:e6:ea:04:92:ae:3d:
+                    11:b9:51:42:3d:87:b0:31:85:af:79:5a:9c:fe:e7:
+                    4e:5e:92:4f:43:fc:ab:3a:ad:a5:12:26:66:b9:e2:
+                    0c:d7:98:ce:d4:58:a5:95:40:0a:b7:44:9d:13:74:
+                    2b:c2:a5:eb:22:15:98:10:d8:8b:c5:04:9f:1d:8f:
+                    60:e5:06:1b:9b:cf:b9:79:a0:3d:a2:23:3f:42:3f:
+                    6b:fa:1c:03:7b:30:8d:ce:6c:c0:bf:e6:1b:5f:bf:
+                    67:b8:84:19:d5:15:ef:7b:cb:90:36:31:62:c9:bc:
+                    02:ab:46:5f:9b:fe:1a:68:94:34:3d:90:8e:ad:f6:
+                    e4:1d:09:7f:4a:88:38:3f:be:67:fd:34:96:f5:1d:
+                    bc:30:74:cb:38:ee:d5:6c:ab:d4:fc:f4:00:b7:00:
+                    5b:85:32:16:76:33:e9:d8:a3:99:9d:05:00:aa:16:
+                    e6:f3:81:7d:6f:7d:aa:86:6d:ad:15:74:d3:c4:a2:
+                    71:aa:f4:14:7d:e7:32:b8:1f:bc:d5:f1:4e:bd:6f:
+                    17:02:39:d7:0e:95:42:3a:c7:00:3e:e9:26:63:11:
+                    ea:0b:d1:4a:ff:18:9d:b2:d7:7b:2f:3a:d9:96:fb:
+                    e8:1e:92:ae:13:55:c8:d9:27:f6:dc:48:1b:b0:24:
+                    c1:85:e3:77:9d:9a:a4:f3:0c:11:1d:0d:c8:b4:14:
+                    ee:b5:82:57:09:bf:20:58:7f:2f:22:23:d8:70:cb:
+                    79:6c:c9:4b:f2:a9:2a:c8:fc:87:2b:d7:1a:50:f8:
+                    27:e8:2f:43:e3:3a:bd:d8:57:71:fd:ce:a6:52:5b:
+                    f9:dd:4d:ed:e5:f6:6f:89:ed:bb:93:9c:76:21:75:
+                    f0:92:4c:29:f7:2f:9c:01:2e:fe:50:46:9e:64:0c:
+                    14:b3:07:5b:c5:c2:73:6c:f1:07:5c:45:24:14:35:
+                    ae:83:f1:6a:4d:89:7a:fa:b3:d8:2d:66:f0:36:87:
+                    f5:2b:53
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Authority Key Identifier: 
+                keyid:A6:B3:E1:2B:2B:49:B6:D7:73:A1:AA:94:F5:01:E7:73:65:4C:AC:50
+
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                A6:B3:E1:2B:2B:49:B6:D7:73:A1:AA:94:F5:01:E7:73:65:4C:AC:50
+            X509v3 Certificate Policies: 
+                Policy: X509v3 Any Policy
+                  CPS: http://acedicom.edicomgroup.com/doc
+
+    Signature Algorithm: sha1WithRSAEncryption
+         ce:2c:0b:52:51:62:26:7d:0c:27:83:8f:c5:f6:da:a0:68:7b:
+         4f:92:5e:ea:a4:73:32:11:53:44:b2:44:cb:9d:ec:0f:79:42:
+         b3:10:a6:c7:0d:9d:cb:b6:fa:3f:3a:7c:ea:bf:88:53:1b:3c:
+         f7:82:fa:05:35:33:e1:35:a8:57:c0:e7:fd:8d:4f:3f:93:32:
+         4f:78:66:03:77:07:58:e9:95:c8:7e:3e:d0:79:00:8c:f2:1b:
+         51:33:9b:bc:94:e9:3a:7b:6e:52:2d:32:9e:23:a4:45:fb:b6:
+         2e:13:b0:8b:18:b1:dd:ce:d5:1d:a7:42:7f:55:be:fb:5b:bb:
+         47:d4:fc:24:cd:04:ae:96:05:15:d6:ac:ce:30:f3:ca:0b:c5:
+         ba:e2:22:e0:a6:ad:22:e4:02:ee:74:11:7f:4c:ff:78:1d:35:
+         da:e6:02:34:eb:18:12:61:77:06:09:16:63:ea:18:ad:a2:87:
+         1f:f2:c7:80:09:09:75:4e:10:a8:8f:3d:86:b8:75:11:c0:24:
+         62:8a:96:7b:4a:45:e9:ec:59:c5:be:6b:83:e6:e1:e8:ac:b5:
+         30:1e:fe:05:07:80:f9:e1:23:0d:50:8f:05:98:ff:2c:5f:e8:
+         3b:b6:ad:cf:81:b5:21:87:ca:08:2a:23:27:30:20:2b:cf:ed:
+         94:5b:ac:b2:7a:d2:c7:28:a1:8a:0b:9b:4d:4a:2c:6d:85:3f:
+         09:72:3c:67:e2:d9:dc:07:ba:eb:65:7b:5a:01:63:d6:90:5b:
+         4f:17:66:3d:7f:0b:19:a3:93:63:10:52:2a:9f:14:16:58:e2:
+         dc:a5:f4:a1:16:8b:0e:91:8b:81:ca:9b:59:fa:d8:6b:91:07:
+         65:55:5f:52:1f:af:3a:fb:90:dd:69:a5:5b:9c:6d:0e:2c:b6:
+         fa:ce:ac:a5:7c:32:4a:67:40:dc:30:34:23:dd:d7:04:23:66:
+         f0:fc:55:80:a7:fb:66:19:82:35:67:62:70:39:5e:6f:c7:ea:
+         90:40:44:08:1e:b8:b2:d6:db:ee:59:a7:0d:18:79:34:bc:54:
+         18:5e:53:ca:34:51:ed:45:0a:e6:8e:c7:82:36:3e:a7:38:63:
+         a9:30:2c:17:10:60:92:9f:55:87:12:59:10:c2:0f:67:69:11:
+         cc:4e:1e:7e:4a:9a:ad:af:40:a8:75:ac:56:90:74:b8:a0:9c:
+         a5:79:6f:dc:e9:1a:c8:69:05:e9:ba:fa:03:b3:7c:e4:e0:4e:
+         c2:ce:9d:e8:b6:46:0d:6e:7e:57:3a:67:94:c2:cb:1f:9c:77:
+         4a:67:4e:69:86:43:93:38:fb:b6:db:4f:83:91:d4:60:7e:4b:
+         3e:2b:38:07:55:98:5e:a4
+SHA1 Fingerprint=E0:B4:32:2E:B2:F6:A5:68:B6:54:53:84:48:18:4A:50:36:87:43:84
diff --git a/system/etc/security/cacerts/ed39abd0.0 b/system/etc/security/cacerts/ed39abd0.0
new file mode 100644
index 0000000000000000000000000000000000000000..188e37528742a013cdd6809ebc1f09cc8d75fda5
--- /dev/null
+++ b/system/etc/security/cacerts/ed39abd0.0
@@ -0,0 +1,53 @@
+-----BEGIN CERTIFICATE-----
+MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw
+CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu
+ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe
+Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw
+EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x
+IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF
+K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG
+fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO
+Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd
+BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx
+AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/
+oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8
+sycX
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            05:55:56:bc:f2:5e:a4:35:35:c3:a4:0f:d5:ab:45:72
+    Signature Algorithm: ecdsa-with-SHA384
+        Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
+        Validity
+            Not Before: Aug  1 12:00:00 2013 GMT
+            Not After : Jan 15 12:00:00 2038 GMT
+        Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert Global Root G3
+        Subject Public Key Info:
+            Public Key Algorithm: id-ecPublicKey
+                Public-Key: (384 bit)
+                pub: 
+                    04:dd:a7:d9:bb:8a:b8:0b:fb:0b:7f:21:d2:f0:be:
+                    be:73:f3:33:5d:1a:bc:34:ea:de:c6:9b:bc:d0:95:
+                    f6:f0:cc:d0:0b:ba:61:5b:51:46:7e:9e:2d:9f:ee:
+                    8e:63:0c:17:ec:07:70:f5:cf:84:2e:40:83:9c:e8:
+                    3f:41:6d:3b:ad:d3:a4:14:59:36:78:9d:03:43:ee:
+                    10:13:6c:72:de:ae:88:a7:a1:6b:b5:43:ce:67:dc:
+                    23:ff:03:1c:a3:e2:3e
+                ASN1 OID: secp384r1
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                B3:DB:48:A4:F9:A1:C5:D8:AE:36:41:CC:11:63:69:62:29:BC:4B:C6
+    Signature Algorithm: ecdsa-with-SHA384
+         30:65:02:31:00:ad:bc:f2:6c:3f:12:4a:d1:2d:39:c3:0a:09:
+         97:73:f4:88:36:8c:88:27:bb:e6:88:8d:50:85:a7:63:f9:9e:
+         32:de:66:93:0f:f1:cc:b1:09:8f:dd:6c:ab:fa:6b:7f:a0:02:
+         30:39:66:5b:c2:64:8d:b8:9e:50:dc:a8:d5:49:a2:ed:c7:dc:
+         d1:49:7f:17:01:b8:c8:86:8f:4e:8c:88:2b:a8:9a:a9:8a:c5:
+         d1:00:bd:f8:54:e2:9a:e5:5b:7c:b3:27:17
+SHA1 Fingerprint=7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E
diff --git a/system/etc/security/cacerts/ee7cd6fb.0 b/system/etc/security/cacerts/ee7cd6fb.0
new file mode 100644
index 0000000000000000000000000000000000000000..69b359af8b1b05d9fc0f11e8df1ebf44887c551d
--- /dev/null
+++ b/system/etc/security/cacerts/ee7cd6fb.0
@@ -0,0 +1,100 @@
+-----BEGIN CERTIFICATE-----
+MIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJFVTEn
+MCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL
+ExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEiMCAGA1UEAxMZQ2hhbWJlcnMg
+b2YgQ29tbWVyY2UgUm9vdDAeFw0wMzA5MzAxNjEzNDNaFw0zNzA5MzAxNjEzNDRa
+MH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBB
+ODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIw
+IAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290MIIBIDANBgkqhkiG9w0B
+AQEFAAOCAQ0AMIIBCAKCAQEAtzZV5aVdGDDg2olUkfzIx1L4L1DZ77F1c2VHfRtb
+unXF/KGIJPov7coISjlUxFF6tdpg6jg8gbLL8bvZkSM/SAFwdakFKq0fcfPJVD0d
+BmpAPrMMhe5cG3nCYsS4No41XQEMIwRHNaqbYE6gZj3LJgqcQKH0XZi/caulAGgq
+7YN6D6IUtdQis4CwPAxaUWktWBiP7Zme8a7ileb2R6jWDA+wWFjbw2Y3npuRVDM3
+0pQcakjJyfKl2qUMI/cjDpwyVV5xnIQFUZot/eZOKjRa3spAN2cMVCFVd9oKDMyX
+roDclDZK9D7ONhMeU+SsTjoF7Nuucpw4i9A5O4kKPnf+dQIBA6OCAUQwggFAMBIG
+A1UdEwEB/wQIMAYBAf8CAQwwPAYDVR0fBDUwMzAxoC+gLYYraHR0cDovL2NybC5j
+aGFtYmVyc2lnbi5vcmcvY2hhbWJlcnNyb290LmNybDAdBgNVHQ4EFgQU45T1sU3p
+26EpW1eLTXYGduHRooowDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIA
+BzAnBgNVHREEIDAegRxjaGFtYmVyc3Jvb3RAY2hhbWJlcnNpZ24ub3JnMCcGA1Ud
+EgQgMB6BHGNoYW1iZXJzcm9vdEBjaGFtYmVyc2lnbi5vcmcwWAYDVR0gBFEwTzBN
+BgsrBgEEAYGHLgoDATA+MDwGCCsGAQUFBwIBFjBodHRwOi8vY3BzLmNoYW1iZXJz
+aWduLm9yZy9jcHMvY2hhbWJlcnNyb290Lmh0bWwwDQYJKoZIhvcNAQEFBQADggEB
+AAxBl8IahsAifJ/7kPMa0QOx7xP5IV8EnNrJpY0nbJaHkb5BkAFyk+cefV/2icZd
+p0AJPaxJRUXcLo0waLIJuvvDL8y6C98/d3tGfToSJI6WjzwFCm/SlCgdbQzALogi
+1djPHRPH8EjX1wWnz8dHnjs8NMiAT9QUu/wNUPf6s+xCX6ndbcj0dc97wXImsQEc
+XCz9ek60AcUFV7nnPKoF2YjpB0ZBzu9Bga5Y34OirsrXdx/nADydb47kMgkdTXg0
+eDQ8lJsm7U9xxhl6vSAiSFr+S30Dt+dYvsYyTnQeaN2oaFuzPu5ifdmA6Ap1erfu
+tGWaIZDgqtCYvDi1czyL+Nw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 0 (0x0)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Commerce Root
+        Validity
+            Not Before: Sep 30 16:13:43 2003 GMT
+            Not After : Sep 30 16:13:44 2037 GMT
+        Subject: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Commerce Root
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b7:36:55:e5:a5:5d:18:30:e0:da:89:54:91:fc:
+                    c8:c7:52:f8:2f:50:d9:ef:b1:75:73:65:47:7d:1b:
+                    5b:ba:75:c5:fc:a1:88:24:fa:2f:ed:ca:08:4a:39:
+                    54:c4:51:7a:b5:da:60:ea:38:3c:81:b2:cb:f1:bb:
+                    d9:91:23:3f:48:01:70:75:a9:05:2a:ad:1f:71:f3:
+                    c9:54:3d:1d:06:6a:40:3e:b3:0c:85:ee:5c:1b:79:
+                    c2:62:c4:b8:36:8e:35:5d:01:0c:23:04:47:35:aa:
+                    9b:60:4e:a0:66:3d:cb:26:0a:9c:40:a1:f4:5d:98:
+                    bf:71:ab:a5:00:68:2a:ed:83:7a:0f:a2:14:b5:d4:
+                    22:b3:80:b0:3c:0c:5a:51:69:2d:58:18:8f:ed:99:
+                    9e:f1:ae:e2:95:e6:f6:47:a8:d6:0c:0f:b0:58:58:
+                    db:c3:66:37:9e:9b:91:54:33:37:d2:94:1c:6a:48:
+                    c9:c9:f2:a5:da:a5:0c:23:f7:23:0e:9c:32:55:5e:
+                    71:9c:84:05:51:9a:2d:fd:e6:4e:2a:34:5a:de:ca:
+                    40:37:67:0c:54:21:55:77:da:0a:0c:cc:97:ae:80:
+                    dc:94:36:4a:f4:3e:ce:36:13:1e:53:e4:ac:4e:3a:
+                    05:ec:db:ae:72:9c:38:8b:d0:39:3b:89:0a:3e:77:
+                    fe:75
+                Exponent: 3 (0x3)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE, pathlen:12
+            X509v3 CRL Distribution Points: 
+
+                Full Name:
+                  URI:http://crl.chambersign.org/chambersroot.crl
+
+            X509v3 Subject Key Identifier: 
+                E3:94:F5:B1:4D:E9:DB:A1:29:5B:57:8B:4D:76:06:76:E1:D1:A2:8A
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            Netscape Cert Type: 
+                SSL CA, S/MIME CA, Object Signing CA
+            X509v3 Subject Alternative Name: 
+                email:chambersroot@chambersign.org
+            X509v3 Issuer Alternative Name: 
+                email:chambersroot@chambersign.org
+            X509v3 Certificate Policies: 
+                Policy: 1.3.6.1.4.1.17326.10.3.1
+                  CPS: http://cps.chambersign.org/cps/chambersroot.html
+
+    Signature Algorithm: sha1WithRSAEncryption
+         0c:41:97:c2:1a:86:c0:22:7c:9f:fb:90:f3:1a:d1:03:b1:ef:
+         13:f9:21:5f:04:9c:da:c9:a5:8d:27:6c:96:87:91:be:41:90:
+         01:72:93:e7:1e:7d:5f:f6:89:c6:5d:a7:40:09:3d:ac:49:45:
+         45:dc:2e:8d:30:68:b2:09:ba:fb:c3:2f:cc:ba:0b:df:3f:77:
+         7b:46:7d:3a:12:24:8e:96:8f:3c:05:0a:6f:d2:94:28:1d:6d:
+         0c:c0:2e:88:22:d5:d8:cf:1d:13:c7:f0:48:d7:d7:05:a7:cf:
+         c7:47:9e:3b:3c:34:c8:80:4f:d4:14:bb:fc:0d:50:f7:fa:b3:
+         ec:42:5f:a9:dd:6d:c8:f4:75:cf:7b:c1:72:26:b1:01:1c:5c:
+         2c:fd:7a:4e:b4:01:c5:05:57:b9:e7:3c:aa:05:d9:88:e9:07:
+         46:41:ce:ef:41:81:ae:58:df:83:a2:ae:ca:d7:77:1f:e7:00:
+         3c:9d:6f:8e:e4:32:09:1d:4d:78:34:78:34:3c:94:9b:26:ed:
+         4f:71:c6:19:7a:bd:20:22:48:5a:fe:4b:7d:03:b7:e7:58:be:
+         c6:32:4e:74:1e:68:dd:a8:68:5b:b3:3e:ee:62:7d:d9:80:e8:
+         0a:75:7a:b7:ee:b4:65:9a:21:90:e0:aa:d0:98:bc:38:b5:73:
+         3c:8b:f8:dc
+SHA1 Fingerprint=6E:3A:55:A4:19:0C:19:5C:93:84:3C:C0:DB:72:2E:31:30:61:F0:B1
diff --git a/system/etc/security/cacerts/facacbc6.0 b/system/etc/security/cacerts/facacbc6.0
new file mode 100644
index 0000000000000000000000000000000000000000..0b2120a7ba9f412da136b5d562a9689973fec798
--- /dev/null
+++ b/system/etc/security/cacerts/facacbc6.0
@@ -0,0 +1,88 @@
+-----BEGIN CERTIFICATE-----
+MIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB
+yjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
+ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp
+U2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW
+ZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0
+aG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL
+MAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW
+ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln
+biwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp
+U2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y
+aXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1
+nmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex
+t0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz
+SdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG
+BO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+
+rCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/
+NIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E
+BAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH
+BgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy
+aXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv
+MzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE
+p6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y
+5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK
+WE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ
+4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N
+hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            18:da:d1:9e:26:7d:e8:bb:4a:21:58:cd:cc:6b:3b:4a
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
+        Validity
+            Not Before: Nov  8 00:00:00 2006 GMT
+            Not After : Jul 16 23:59:59 2036 GMT
+        Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:af:24:08:08:29:7a:35:9e:60:0c:aa:e7:4b:3b:
+                    4e:dc:7c:bc:3c:45:1c:bb:2b:e0:fe:29:02:f9:57:
+                    08:a3:64:85:15:27:f5:f1:ad:c8:31:89:5d:22:e8:
+                    2a:aa:a6:42:b3:8f:f8:b9:55:b7:b1:b7:4b:b3:fe:
+                    8f:7e:07:57:ec:ef:43:db:66:62:15:61:cf:60:0d:
+                    a4:d8:de:f8:e0:c3:62:08:3d:54:13:eb:49:ca:59:
+                    54:85:26:e5:2b:8f:1b:9f:eb:f5:a1:91:c2:33:49:
+                    d8:43:63:6a:52:4b:d2:8f:e8:70:51:4d:d1:89:69:
+                    7b:c7:70:f6:b3:dc:12:74:db:7b:5d:4b:56:d3:96:
+                    bf:15:77:a1:b0:f4:a2:25:f2:af:1c:92:67:18:e5:
+                    f4:06:04:ef:90:b9:e4:00:e4:dd:3a:b5:19:ff:02:
+                    ba:f4:3c:ee:e0:8b:eb:37:8b:ec:f4:d7:ac:f2:f6:
+                    f0:3d:af:dd:75:91:33:19:1d:1c:40:cb:74:24:19:
+                    21:93:d9:14:fe:ac:2a:52:c7:8f:d5:04:49:e4:8d:
+                    63:47:88:3c:69:83:cb:fe:47:bd:2b:7e:4f:c5:95:
+                    ae:0e:9d:d4:d1:43:c0:67:73:e3:14:08:7e:e5:3f:
+                    9f:73:b8:33:0a:cf:5d:3f:34:87:96:8a:ee:53:e8:
+                    25:15
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            1.3.6.1.5.5.7.1.12: 
+                0_.].[0Y0W0U..image/gif0!0.0...+..............k...j.H.,{..0%.#http://logo.verisign.com/vslogo.gif
+            X509v3 Subject Key Identifier: 
+                7F:D3:65:A7:C2:DD:EC:BB:F0:30:09:F3:43:39:FA:02:AF:33:31:33
+    Signature Algorithm: sha1WithRSAEncryption
+         93:24:4a:30:5f:62:cf:d8:1a:98:2f:3d:ea:dc:99:2d:bd:77:
+         f6:a5:79:22:38:ec:c4:a7:a0:78:12:ad:62:0e:45:70:64:c5:
+         e7:97:66:2d:98:09:7e:5f:af:d6:cc:28:65:f2:01:aa:08:1a:
+         47:de:f9:f9:7c:92:5a:08:69:20:0d:d9:3e:6d:6e:3c:0d:6e:
+         d8:e6:06:91:40:18:b9:f8:c1:ed:df:db:41:aa:e0:96:20:c9:
+         cd:64:15:38:81:c9:94:ee:a2:84:29:0b:13:6f:8e:db:0c:dd:
+         25:02:db:a4:8b:19:44:d2:41:7a:05:69:4a:58:4f:60:ca:7e:
+         82:6a:0b:02:aa:25:17:39:b5:db:7f:e7:84:65:2a:95:8a:bd:
+         86:de:5e:81:16:83:2d:10:cc:de:fd:a8:82:2a:6d:28:1f:0d:
+         0b:c4:e5:e7:1a:26:19:e1:f4:11:6f:10:b5:95:fc:e7:42:05:
+         32:db:ce:9d:51:5e:28:b6:9e:85:d3:5b:ef:a5:7d:45:40:72:
+         8e:b7:0e:6b:0e:06:fb:33:35:48:71:b8:9d:27:8b:c4:65:5f:
+         0d:86:76:9c:44:7a:f6:95:5c:f6:5d:32:08:33:a4:54:b6:18:
+         3f:68:5c:f2:42:4a:85:38:54:83:5f:d1:e8:2c:f2:ac:11:d6:
+         a8:ed:63:6a
+SHA1 Fingerprint=4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5
diff --git a/system/etc/security/cacerts/fb5fa911.0 b/system/etc/security/cacerts/fb5fa911.0
new file mode 100644
index 0000000000000000000000000000000000000000..8758d19b80a151efa468525498960b6e1f2e42c4
--- /dev/null
+++ b/system/etc/security/cacerts/fb5fa911.0
@@ -0,0 +1,120 @@
+-----BEGIN CERTIFICATE-----
+MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF
+ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6
+b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL
+MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv
+b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK
+gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ
+W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg
+1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K
+8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r
+2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me
+z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR
+8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj
+mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz
+7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6
++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI
+0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB
+Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm
+UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2
+LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY
++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS
+k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl
+7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm
+btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl
+urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+
+fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63
+n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE
+76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H
+9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT
+4PsJYGw=
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            06:6c:9f:d2:96:35:86:9f:0a:0f:e5:86:78:f8:5b:26:bb:8a:37
+    Signature Algorithm: sha384WithRSAEncryption
+        Issuer: C=US, O=Amazon, CN=Amazon Root CA 2
+        Validity
+            Not Before: May 26 00:00:00 2015 GMT
+            Not After : May 26 00:00:00 2040 GMT
+        Subject: C=US, O=Amazon, CN=Amazon Root CA 2
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (4096 bit)
+                Modulus:
+                    00:ad:96:9f:2d:9c:4a:4c:4a:81:79:51:99:ec:8a:
+                    cb:6b:60:51:13:bc:4d:6d:06:fc:b0:08:8d:dd:19:
+                    10:6a:c7:26:0c:35:d8:c0:6f:20:84:e9:94:b1:9b:
+                    85:03:c3:5b:db:4a:e8:c8:f8:90:76:d9:5b:4f:e3:
+                    4c:e8:06:36:4d:cc:9a:ac:3d:0c:90:2b:92:d4:06:
+                    19:60:ac:37:44:79:85:81:82:ad:5a:37:e0:0d:cc:
+                    9d:a6:4c:52:76:ea:43:9d:b7:04:d1:50:f6:55:e0:
+                    d5:d2:a6:49:85:e9:37:e9:ca:7e:ae:5c:95:4d:48:
+                    9a:3f:ae:20:5a:6d:88:95:d9:34:b8:52:1a:43:90:
+                    b0:bf:6c:05:b9:b6:78:b7:ea:d0:e4:3a:3c:12:53:
+                    62:ff:4a:f2:7b:be:35:05:a9:12:34:e3:f3:64:74:
+                    62:2c:3d:00:49:5a:28:fe:32:44:bb:87:dd:65:27:
+                    02:71:3b:da:4a:f7:1f:da:cd:f7:21:55:90:4f:0f:
+                    ec:ae:82:e1:9f:6b:d9:45:d3:bb:f0:5f:87:ed:3c:
+                    2c:39:86:da:3f:de:ec:72:55:eb:79:a3:ad:db:dd:
+                    7c:b0:ba:1c:ce:fc:de:4f:35:76:cf:0f:f8:78:1f:
+                    6a:36:51:46:27:61:5b:e9:9e:cf:f0:a2:55:7d:7c:
+                    25:8a:6f:2f:b4:c5:cf:84:2e:2b:fd:0d:51:10:6c:
+                    fb:5f:1b:bc:1b:7e:c5:ae:3b:98:01:31:92:ff:0b:
+                    57:f4:9a:b2:b9:57:e9:ab:ef:0d:76:d1:f0:ee:f4:
+                    ce:86:a7:e0:6e:e9:b4:69:a1:df:69:f6:33:c6:69:
+                    2e:97:13:9e:a5:87:b0:57:10:81:37:c9:53:b3:bb:
+                    7f:f6:92:d1:9c:d0:18:f4:92:6e:da:83:4f:a6:63:
+                    99:4c:a5:fb:5e:ef:21:64:7a:20:5f:6c:64:85:15:
+                    cb:37:e9:62:0c:0b:2a:16:dc:01:2e:32:da:3e:4b:
+                    f5:9e:3a:f6:17:40:94:ef:9e:91:08:86:fa:be:63:
+                    a8:5a:33:ec:cb:74:43:95:f9:6c:69:52:36:c7:29:
+                    6f:fc:55:03:5c:1f:fb:9f:bd:47:eb:e7:49:47:95:
+                    0b:4e:89:22:09:49:e0:f5:61:1e:f1:bf:2e:8a:72:
+                    6e:80:59:ff:57:3a:f9:75:32:a3:4e:5f:ec:ed:28:
+                    62:d9:4d:73:f2:cc:81:17:60:ed:cd:eb:dc:db:a7:
+                    ca:c5:7e:02:bd:f2:54:08:54:fd:b4:2d:09:2c:17:
+                    54:4a:98:d1:54:e1:51:67:08:d2:ed:6e:7e:6f:3f:
+                    d2:2d:81:59:29:66:cb:90:39:95:11:1e:74:27:fe:
+                    dd:eb:af
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                B0:0C:F0:4C:30:F4:05:58:02:48:FD:33:E5:52:AF:4B:84:E3:66:52
+    Signature Algorithm: sha384WithRSAEncryption
+         aa:a8:80:8f:0e:78:a3:e0:a2:d4:cd:e6:f5:98:7a:3b:ea:00:
+         03:b0:97:0e:93:bc:5a:a8:f6:2c:8c:72:87:a9:b1:fc:7f:73:
+         fd:63:71:78:a5:87:59:cf:30:e1:0d:10:b2:13:5a:6d:82:f5:
+         6a:e6:80:9f:a0:05:0b:68:e4:47:6b:c7:6a:df:b6:fd:77:32:
+         72:e5:18:fa:09:f4:a0:93:2c:5d:d2:8c:75:85:76:65:90:0c:
+         03:79:b7:31:23:63:ad:78:83:09:86:68:84:ca:ff:f9:cf:26:
+         9a:92:79:e7:cd:4b:c5:e7:61:a7:17:cb:f3:a9:12:93:93:6b:
+         a7:e8:2f:53:92:c4:60:58:b0:cc:02:51:18:5b:85:8d:62:59:
+         63:b6:ad:b4:de:9a:fb:26:f7:00:27:c0:5d:55:37:74:99:c9:
+         50:7f:e3:59:2e:44:e3:2c:25:ee:ec:4c:32:77:b4:9f:1a:e9:
+         4b:5d:20:c5:da:fd:1c:87:16:c6:43:e8:d4:bb:26:9a:45:70:
+         5e:a9:0b:37:53:e2:46:7b:27:fd:e0:46:f2:89:b7:cc:42:b6:
+         cb:28:26:6e:d9:a5:c9:3a:c8:41:13:60:f7:50:8c:15:ae:b2:
+         6d:1a:15:1a:57:78:e6:92:2a:d9:65:90:82:3f:6c:02:af:ae:
+         12:3a:27:96:36:04:d7:1d:a2:80:63:a9:9b:f1:e5:ba:b4:7c:
+         14:b0:4e:c9:b1:1f:74:5f:38:f6:51:ea:9b:fa:2c:a2:11:d4:
+         a9:2d:27:1a:45:b1:af:b2:4e:71:0d:c0:58:46:d6:69:06:cb:
+         53:cb:b3:fe:6b:41:cd:41:7e:7d:4c:0f:7c:72:79:7a:59:cd:
+         5e:4a:0e:ac:9b:a9:98:73:79:7c:b4:f4:cc:b9:b8:07:0c:b2:
+         74:5c:b8:c7:6f:88:a1:90:a7:f4:aa:f9:bf:67:3a:f4:1a:15:
+         62:1e:b7:9f:be:3d:b1:29:af:67:a1:12:f2:58:10:19:53:03:
+         30:1b:b8:1a:89:f6:9c:bd:97:03:8e:a3:09:f3:1d:8b:21:f1:
+         b4:df:e4:1c:d1:9f:65:02:06:ea:5c:d6:13:b3:84:ef:a2:a5:
+         5c:8c:77:29:a7:68:c0:6b:ae:40:d2:a8:b4:ea:cd:f0:8d:4b:
+         38:9c:19:9a:1b:28:54:b8:89:90:ef:ca:75:81:3e:1e:f2:64:
+         24:c7:18:af:4e:ff:47:9e:07:f6:35:65:a4:d3:0a:56:ff:f5:
+         17:64:6c:ef:a8:22:25:49:93:b6:df:00:17:da:58:7e:5d:ee:
+         c5:1b:b0:d1:d1:5f:21:10:c7:f9:f3:ba:02:0a:27:07:c5:f1:
+         d6:c7:d3:e0:fb:09:60:6c
+SHA1 Fingerprint=5A:8C:EF:45:D7:A6:98:59:76:7A:8C:8B:44:96:B5:78:CF:47:4B:1A
diff --git a/system/etc/security/cacerts/fd08c599.0 b/system/etc/security/cacerts/fd08c599.0
new file mode 100644
index 0000000000000000000000000000000000000000..3468f7f5f8d0df007c012cdf2ecc82675bd3a98f
--- /dev/null
+++ b/system/etc/security/cacerts/fd08c599.0
@@ -0,0 +1,78 @@
+-----BEGIN CERTIFICATE-----
+MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF
+ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6
+b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL
+MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv
+b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj
+ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM
+9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw
+IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6
+VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L
+93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm
+jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC
+AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA
+A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI
+U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs
+N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv
+o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU
+5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy
+rqXRfboQnoZsG4q5WTP468SQvvG5
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number:
+            06:6c:9f:cf:99:bf:8c:0a:39:e2:f0:78:8a:43:e6:96:36:5b:ca
+    Signature Algorithm: sha256WithRSAEncryption
+        Issuer: C=US, O=Amazon, CN=Amazon Root CA 1
+        Validity
+            Not Before: May 26 00:00:00 2015 GMT
+            Not After : Jan 17 00:00:00 2038 GMT
+        Subject: C=US, O=Amazon, CN=Amazon Root CA 1
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:b2:78:80:71:ca:78:d5:e3:71:af:47:80:50:74:
+                    7d:6e:d8:d7:88:76:f4:99:68:f7:58:21:60:f9:74:
+                    84:01:2f:ac:02:2d:86:d3:a0:43:7a:4e:b2:a4:d0:
+                    36:ba:01:be:8d:db:48:c8:07:17:36:4c:f4:ee:88:
+                    23:c7:3e:eb:37:f5:b5:19:f8:49:68:b0:de:d7:b9:
+                    76:38:1d:61:9e:a4:fe:82:36:a5:e5:4a:56:e4:45:
+                    e1:f9:fd:b4:16:fa:74:da:9c:9b:35:39:2f:fa:b0:
+                    20:50:06:6c:7a:d0:80:b2:a6:f9:af:ec:47:19:8f:
+                    50:38:07:dc:a2:87:39:58:f8:ba:d5:a9:f9:48:67:
+                    30:96:ee:94:78:5e:6f:89:a3:51:c0:30:86:66:a1:
+                    45:66:ba:54:eb:a3:c3:91:f9:48:dc:ff:d1:e8:30:
+                    2d:7d:2d:74:70:35:d7:88:24:f7:9e:c4:59:6e:bb:
+                    73:87:17:f2:32:46:28:b8:43:fa:b7:1d:aa:ca:b4:
+                    f2:9f:24:0e:2d:4b:f7:71:5c:5e:69:ff:ea:95:02:
+                    cb:38:8a:ae:50:38:6f:db:fb:2d:62:1b:c5:c7:1e:
+                    54:e1:77:e0:67:c8:0f:9c:87:23:d6:3f:40:20:7f:
+                    20:80:c4:80:4c:3e:3b:24:26:8e:04:ae:6c:9a:c8:
+                    aa:0d
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Key Usage: critical
+                Digital Signature, Certificate Sign, CRL Sign
+            X509v3 Subject Key Identifier: 
+                84:18:CC:85:34:EC:BC:0C:94:94:2E:08:59:9C:C7:B2:10:4E:0A:08
+    Signature Algorithm: sha256WithRSAEncryption
+         98:f2:37:5a:41:90:a1:1a:c5:76:51:28:20:36:23:0e:ae:e6:
+         28:bb:aa:f8:94:ae:48:a4:30:7f:1b:fc:24:8d:4b:b4:c8:a1:
+         97:f6:b6:f1:7a:70:c8:53:93:cc:08:28:e3:98:25:cf:23:a4:
+         f9:de:21:d3:7c:85:09:ad:4e:9a:75:3a:c2:0b:6a:89:78:76:
+         44:47:18:65:6c:8d:41:8e:3b:7f:9a:cb:f4:b5:a7:50:d7:05:
+         2c:37:e8:03:4b:ad:e9:61:a0:02:6e:f5:f2:f0:c5:b2:ed:5b:
+         b7:dc:fa:94:5c:77:9e:13:a5:7f:52:ad:95:f2:f8:93:3b:de:
+         8b:5c:5b:ca:5a:52:5b:60:af:14:f7:4b:ef:a3:fb:9f:40:95:
+         6d:31:54:fc:42:d3:c7:46:1f:23:ad:d9:0f:48:70:9a:d9:75:
+         78:71:d1:72:43:34:75:6e:57:59:c2:02:5c:26:60:29:cf:23:
+         19:16:8e:88:43:a5:d4:e4:cb:08:fb:23:11:43:e8:43:29:72:
+         62:a1:a9:5d:5e:08:d4:90:ae:b8:d8:ce:14:c2:d0:55:f2:86:
+         f6:c4:93:43:77:66:61:c0:b9:e8:41:d7:97:78:60:03:6e:4a:
+         72:ae:a5:d1:7d:ba:10:9e:86:6c:1b:8a:b9:59:33:f8:eb:c4:
+         90:be:f1:b9
+SHA1 Fingerprint=8D:A7:F9:65:EC:5E:FC:37:91:0F:1C:6E:59:FD:C1:CC:6A:6E:DE:16
diff --git a/system/etc/security/cacerts/fde84897.0 b/system/etc/security/cacerts/fde84897.0
new file mode 100644
index 0000000000000000000000000000000000000000..c87478cc4dafef11c49b40841cf09d47b0f200de
--- /dev/null
+++ b/system/etc/security/cacerts/fde84897.0
@@ -0,0 +1,86 @@
+-----BEGIN CERTIFICATE-----
+MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV
+BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X
+DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ
+BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3
+DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4
+QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny
+gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw
+zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q
+130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2
+JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw
+DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw
+ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT
+AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj
+AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG
+9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h
+bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc
+fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu
+HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w
+t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw
+WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==
+-----END CERTIFICATE-----
+Certificate:
+    Data:
+        Version: 3 (0x2)
+        Serial Number: 18364802974209362175 (0xfedce3010fc948ff)
+    Signature Algorithm: sha1WithRSAEncryption
+        Issuer: C=FR, O=Dhimyotis, CN=Certigna
+        Validity
+            Not Before: Jun 29 15:13:05 2007 GMT
+            Not After : Jun 29 15:13:05 2027 GMT
+        Subject: C=FR, O=Dhimyotis, CN=Certigna
+        Subject Public Key Info:
+            Public Key Algorithm: rsaEncryption
+                Public-Key: (2048 bit)
+                Modulus:
+                    00:c8:68:f1:c9:d6:d6:b3:34:75:26:82:1e:ec:b4:
+                    be:ea:5c:e1:26:ed:11:47:61:e1:a2:7c:16:78:40:
+                    21:e4:60:9e:5a:c8:63:e1:c4:b1:96:92:ff:18:6d:
+                    69:23:e1:2b:62:f7:dd:e2:36:2f:91:07:b9:48:cf:
+                    0e:ec:79:b6:2c:e7:34:4b:70:08:25:a3:3c:87:1b:
+                    19:f2:81:07:0f:38:90:19:d3:11:fe:86:b4:f2:d1:
+                    5e:1e:1e:96:cd:80:6c:ce:3b:31:93:b6:f2:a0:d0:
+                    a9:95:12:7d:a5:9a:cc:6b:c8:84:56:8a:33:a9:e7:
+                    22:15:53:16:f0:cc:17:ec:57:5f:e9:a2:0a:98:09:
+                    de:e3:5f:9c:6f:dc:48:e3:85:0b:15:5a:a6:ba:9f:
+                    ac:48:e3:09:b2:f7:f4:32:de:5e:34:be:1c:78:5d:
+                    42:5b:ce:0e:22:8f:4d:90:d7:7d:32:18:b3:0b:2c:
+                    6a:bf:8e:3f:14:11:89:20:0e:77:14:b5:3d:94:08:
+                    87:f7:25:1e:d5:b2:60:00:ec:6f:2a:28:25:6e:2a:
+                    3e:18:63:17:25:3f:3e:44:20:16:f6:26:c8:25:ae:
+                    05:4a:b4:e7:63:2c:f3:8c:16:53:7e:5c:fb:11:1a:
+                    08:c1:46:62:9f:22:b8:f1:c2:8d:69:dc:fa:3a:58:
+                    06:df
+                Exponent: 65537 (0x10001)
+        X509v3 extensions:
+            X509v3 Basic Constraints: critical
+                CA:TRUE
+            X509v3 Subject Key Identifier: 
+                1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
+            X509v3 Authority Key Identifier: 
+                keyid:1A:ED:FE:41:39:90:B4:24:59:BE:01:F2:52:D5:45:F6:5A:39:DC:11
+                DirName:/C=FR/O=Dhimyotis/CN=Certigna
+                serial:FE:DC:E3:01:0F:C9:48:FF
+
+            X509v3 Key Usage: critical
+                Certificate Sign, CRL Sign
+            Netscape Cert Type: 
+                SSL CA, S/MIME CA, Object Signing CA
+    Signature Algorithm: sha1WithRSAEncryption
+         85:03:1e:92:71:f6:42:af:e1:a3:61:9e:eb:f3:c0:0f:f2:a5:
+         d4:da:95:e6:d6:be:68:36:3d:7e:6e:1f:4c:8a:ef:d1:0f:21:
+         6d:5e:a5:52:63:ce:12:f8:ef:2a:da:6f:eb:37:fe:13:02:c7:
+         cb:3b:3e:22:6b:da:61:2e:7f:d4:72:3d:dd:30:e1:1e:4c:40:
+         19:8c:0f:d7:9c:d1:83:30:7b:98:59:dc:7d:c6:b9:0c:29:4c:
+         a1:33:a2:eb:67:3a:65:84:d3:96:e2:ed:76:45:70:8f:b5:2b:
+         de:f9:23:d6:49:6e:3c:14:b5:c6:9f:35:1e:50:d0:c1:8f:6a:
+         70:44:02:62:cb:ae:1d:68:41:a7:aa:57:e8:53:aa:07:d2:06:
+         f6:d5:14:06:0b:91:03:75:2c:6c:72:b5:61:95:9a:0d:8b:b9:
+         0d:e7:f5:df:54:cd:de:e6:d8:d6:09:08:97:63:e5:c1:2e:b0:
+         b7:44:26:c0:26:c0:af:55:30:9e:3b:d5:36:2a:19:04:f4:5c:
+         1e:ff:cf:2c:b7:ff:d0:fd:87:40:11:d5:11:23:bb:48:c0:21:
+         a9:a4:28:2d:fd:15:f8:b0:4e:2b:f4:30:5b:21:fc:11:91:34:
+         be:41:ef:7b:9d:97:75:ff:97:95:c0:96:58:2f:ea:bb:46:d7:
+         bb:e4:d9:2e
+SHA1 Fingerprint=B1:2E:13:63:45:86:A4:6F:1A:B2:60:68:37:58:2D:C4:AC:FD:94:97
diff --git a/system/etc/security/otacerts.zip b/system/etc/security/otacerts.zip
new file mode 100644
index 0000000000000000000000000000000000000000..371ac0ad97932af8b6d1e9a48941b8beda582766
Binary files /dev/null and b/system/etc/security/otacerts.zip differ
diff --git a/system/etc/selinux/mapping/26.0.cil b/system/etc/selinux/mapping/26.0.cil
new file mode 100644
index 0000000000000000000000000000000000000000..40bec840ffb13a3382fdcf368834e6d098d333e5
--- /dev/null
+++ b/system/etc/selinux/mapping/26.0.cil
@@ -0,0 +1,708 @@
+;; private attributes removed from public types
+(typeattributeset domain_deprecated (bluetooth_26_0))
+
+;; attributes removed from current policy
+(typeattribute hal_wifi_keystore)
+(typeattribute hal_wifi_keystore_client)
+(typeattribute hal_wifi_keystore_server)
+
+;; types removed from current policy
+(type asan_reboot_prop)
+(type log_device)
+(type mediacasserver_service)
+(type tracing_shell_writable)
+(type tracing_shell_writable_debug)
+
+(typeattributeset accessibility_service_26_0 (accessibility_service))
+(typeattributeset account_service_26_0 (account_service))
+(typeattributeset activity_service_26_0 (activity_service))
+(typeattributeset adbd_26_0 (adbd))
+(typeattributeset adb_data_file_26_0 (adb_data_file))
+(typeattributeset adbd_socket_26_0 (adbd_socket))
+(typeattributeset adb_keys_file_26_0 (adb_keys_file))
+(typeattributeset alarm_device_26_0 (alarm_device))
+(typeattributeset alarm_service_26_0 (alarm_service))
+(typeattributeset anr_data_file_26_0 (anr_data_file))
+(typeattributeset apk_data_file_26_0 (apk_data_file))
+(typeattributeset apk_private_data_file_26_0 (apk_private_data_file))
+(typeattributeset apk_private_tmp_file_26_0 (apk_private_tmp_file))
+(typeattributeset apk_tmp_file_26_0 (apk_tmp_file))
+(typeattributeset app_data_file_26_0 (app_data_file))
+(typeattributeset app_fuse_file_26_0 (app_fuse_file))
+(typeattributeset app_fusefs_26_0 (app_fusefs))
+(typeattributeset appops_service_26_0 (appops_service))
+(typeattributeset appwidget_service_26_0 (appwidget_service))
+(typeattributeset asan_reboot_prop_26_0 (asan_reboot_prop))
+(typeattributeset asec_apk_file_26_0 (asec_apk_file))
+(typeattributeset asec_image_file_26_0 (asec_image_file))
+(typeattributeset asec_public_file_26_0 (asec_public_file))
+(typeattributeset ashmem_device_26_0 (ashmem_device))
+(typeattributeset assetatlas_service_26_0 (assetatlas_service))
+(typeattributeset audio_data_file_26_0 (audio_data_file))
+(typeattributeset audio_device_26_0 (audio_device))
+(typeattributeset audiohal_data_file_26_0 (audiohal_data_file))
+(typeattributeset audio_prop_26_0 (audio_prop))
+(typeattributeset audio_seq_device_26_0 (audio_seq_device))
+(typeattributeset audioserver_26_0 (audioserver))
+(typeattributeset audioserver_data_file_26_0 (audioserver_data_file))
+(typeattributeset audioserver_service_26_0 (audioserver_service))
+(typeattributeset audio_service_26_0 (audio_service))
+(typeattributeset audio_timer_device_26_0 (audio_timer_device))
+(typeattributeset autofill_service_26_0 (autofill_service))
+(typeattributeset backup_data_file_26_0 (backup_data_file))
+(typeattributeset backup_service_26_0 (backup_service))
+(typeattributeset batteryproperties_service_26_0 (batteryproperties_service))
+(typeattributeset battery_service_26_0 (battery_service))
+(typeattributeset batterystats_service_26_0 (batterystats_service))
+(typeattributeset binder_device_26_0 (binder_device))
+(typeattributeset binfmt_miscfs_26_0 (binfmt_miscfs))
+(typeattributeset blkid_26_0 (blkid))
+(typeattributeset blkid_untrusted_26_0 (blkid_untrusted))
+(typeattributeset block_device_26_0 (block_device))
+(typeattributeset bluetooth_26_0 (bluetooth))
+(typeattributeset bluetooth_data_file_26_0 (bluetooth_data_file))
+(typeattributeset bluetooth_efs_file_26_0 (bluetooth_efs_file))
+(typeattributeset bluetooth_logs_data_file_26_0 (bluetooth_logs_data_file))
+(typeattributeset bluetooth_manager_service_26_0 (bluetooth_manager_service))
+(typeattributeset bluetooth_prop_26_0 (bluetooth_prop))
+(typeattributeset bluetooth_service_26_0 (bluetooth_service))
+(typeattributeset bluetooth_socket_26_0 (bluetooth_socket))
+(typeattributeset bootanim_26_0 (bootanim))
+(typeattributeset bootanim_exec_26_0 (bootanim_exec))
+(typeattributeset boot_block_device_26_0 (boot_block_device))
+(typeattributeset bootchart_data_file_26_0 (bootchart_data_file))
+(typeattributeset bootstat_26_0 (bootstat))
+(typeattributeset bootstat_data_file_26_0 (bootstat_data_file))
+(typeattributeset bootstat_exec_26_0 (bootstat_exec))
+(typeattributeset boottime_prop_26_0 (boottime_prop))
+(typeattributeset boottrace_data_file_26_0 (boottrace_data_file))
+(typeattributeset bufferhubd_26_0 (bufferhubd))
+(typeattributeset bufferhubd_exec_26_0 (bufferhubd_exec))
+(typeattributeset cache_backup_file_26_0 (cache_backup_file))
+(typeattributeset cache_block_device_26_0 (cache_block_device))
+(typeattributeset cache_file_26_0 (cache_file))
+(typeattributeset cache_private_backup_file_26_0 (cache_private_backup_file))
+(typeattributeset cache_recovery_file_26_0 (cache_recovery_file))
+(typeattributeset camera_data_file_26_0 (camera_data_file))
+(typeattributeset camera_device_26_0 (camera_device))
+(typeattributeset cameraproxy_service_26_0 (cameraproxy_service))
+(typeattributeset cameraserver_26_0 (cameraserver))
+(typeattributeset cameraserver_exec_26_0 (cameraserver_exec))
+(typeattributeset cameraserver_service_26_0 (cameraserver_service))
+(typeattributeset cgroup_26_0 (cgroup))
+(typeattributeset charger_26_0 (charger))
+(typeattributeset clatd_26_0 (clatd))
+(typeattributeset clatd_exec_26_0 (clatd_exec))
+(typeattributeset clipboard_service_26_0 (clipboard_service))
+(typeattributeset commontime_management_service_26_0 (commontime_management_service))
+(typeattributeset companion_device_service_26_0 (companion_device_service))
+(typeattributeset configfs_26_0 (configfs))
+(typeattributeset config_prop_26_0 (config_prop))
+(typeattributeset connectivity_service_26_0 (connectivity_service))
+(typeattributeset connmetrics_service_26_0 (connmetrics_service))
+(typeattributeset console_device_26_0 (console_device))
+(typeattributeset consumer_ir_service_26_0 (consumer_ir_service))
+(typeattributeset content_service_26_0 (content_service))
+(typeattributeset contexthub_service_26_0 (contexthub_service))
+(typeattributeset coredump_file_26_0 (coredump_file))
+(typeattributeset country_detector_service_26_0 (country_detector_service))
+(typeattributeset coverage_service_26_0 (coverage_service))
+(typeattributeset cppreopt_prop_26_0 (cppreopt_prop))
+(typeattributeset cppreopts_26_0 (cppreopts))
+(typeattributeset cppreopts_exec_26_0 (cppreopts_exec))
+(typeattributeset cpuctl_device_26_0 (cpuctl_device))
+(typeattributeset cpuinfo_service_26_0 (cpuinfo_service))
+(typeattributeset crash_dump_26_0 (crash_dump))
+(typeattributeset crash_dump_exec_26_0 (crash_dump_exec))
+(typeattributeset ctl_bootanim_prop_26_0 (ctl_bootanim_prop))
+(typeattributeset ctl_bugreport_prop_26_0 (ctl_bugreport_prop))
+(typeattributeset ctl_console_prop_26_0 (ctl_console_prop))
+(typeattributeset ctl_default_prop_26_0 (ctl_default_prop))
+(typeattributeset ctl_dumpstate_prop_26_0 (ctl_dumpstate_prop))
+(typeattributeset ctl_fuse_prop_26_0 (ctl_fuse_prop))
+(typeattributeset ctl_mdnsd_prop_26_0 (ctl_mdnsd_prop))
+(typeattributeset ctl_rildaemon_prop_26_0 (ctl_rildaemon_prop))
+(typeattributeset dalvikcache_data_file_26_0 (dalvikcache_data_file))
+(typeattributeset dalvik_prop_26_0 (dalvik_prop))
+(typeattributeset dbinfo_service_26_0 (dbinfo_service))
+(typeattributeset debugfs_26_0 (debugfs))
+(typeattributeset debugfs_mmc_26_0 (debugfs_mmc))
+(typeattributeset debugfs_trace_marker_26_0 (debugfs_trace_marker))
+(typeattributeset debugfs_tracing_26_0 (debugfs_tracing))
+(typeattributeset debugfs_tracing_instances_26_0 (debugfs_tracing_instances))
+(typeattributeset debugfs_wifi_tracing_26_0 (debugfs_wifi_tracing))
+(typeattributeset debuggerd_prop_26_0 (debuggerd_prop))
+(typeattributeset debug_prop_26_0 (debug_prop))
+(typeattributeset default_android_hwservice_26_0 (default_android_hwservice))
+(typeattributeset default_android_service_26_0 (default_android_service))
+(typeattributeset default_android_vndservice_26_0 (default_android_vndservice))
+(typeattributeset default_prop_26_0 (default_prop))
+(typeattributeset device_26_0 (device))
+(typeattributeset device_identifiers_service_26_0 (device_identifiers_service))
+(typeattributeset deviceidle_service_26_0 (deviceidle_service))
+(typeattributeset device_logging_prop_26_0 (device_logging_prop))
+(typeattributeset device_policy_service_26_0 (device_policy_service))
+(typeattributeset devicestoragemonitor_service_26_0 (devicestoragemonitor_service))
+(typeattributeset devpts_26_0 (devpts))
+(typeattributeset dex2oat_26_0 (dex2oat))
+(typeattributeset dex2oat_exec_26_0 (dex2oat_exec))
+(typeattributeset dhcp_26_0 (dhcp))
+(typeattributeset dhcp_data_file_26_0 (dhcp_data_file))
+(typeattributeset dhcp_exec_26_0 (dhcp_exec))
+(typeattributeset dhcp_prop_26_0 (dhcp_prop))
+(typeattributeset diskstats_service_26_0 (diskstats_service))
+(typeattributeset display_service_26_0 (display_service))
+(typeattributeset dm_device_26_0 (dm_device))
+(typeattributeset dnsmasq_26_0 (dnsmasq))
+(typeattributeset dnsmasq_exec_26_0 (dnsmasq_exec))
+(typeattributeset dnsproxyd_socket_26_0 (dnsproxyd_socket))
+(typeattributeset DockObserver_service_26_0 (DockObserver_service))
+(typeattributeset dreams_service_26_0 (dreams_service))
+(typeattributeset drm_data_file_26_0 (drm_data_file))
+(typeattributeset drmserver_26_0 (drmserver))
+(typeattributeset drmserver_exec_26_0 (drmserver_exec))
+(typeattributeset drmserver_service_26_0 (drmserver_service))
+(typeattributeset drmserver_socket_26_0 (drmserver_socket))
+(typeattributeset dropbox_service_26_0 (dropbox_service))
+(typeattributeset dumpstate_26_0 (dumpstate))
+(typeattributeset dumpstate_exec_26_0 (dumpstate_exec))
+(typeattributeset dumpstate_options_prop_26_0 (dumpstate_options_prop))
+(typeattributeset dumpstate_prop_26_0 (dumpstate_prop))
+(typeattributeset dumpstate_service_26_0 (dumpstate_service))
+(typeattributeset dumpstate_socket_26_0 (dumpstate_socket))
+(typeattributeset efs_file_26_0 (efs_file))
+(typeattributeset ephemeral_app_26_0 (ephemeral_app))
+(typeattributeset ethernet_service_26_0 (ethernet_service))
+(typeattributeset ffs_prop_26_0 (ffs_prop))
+(typeattributeset file_contexts_file_26_0 (file_contexts_file))
+(typeattributeset fingerprintd_26_0 (fingerprintd))
+(typeattributeset fingerprintd_data_file_26_0 (fingerprintd_data_file))
+(typeattributeset fingerprintd_exec_26_0 (fingerprintd_exec))
+(typeattributeset fingerprintd_service_26_0 (fingerprintd_service))
+(typeattributeset fingerprint_prop_26_0 (fingerprint_prop))
+(typeattributeset fingerprint_service_26_0 (fingerprint_service))
+(typeattributeset firstboot_prop_26_0 (firstboot_prop))
+(typeattributeset font_service_26_0 (font_service))
+(typeattributeset frp_block_device_26_0 (frp_block_device))
+(typeattributeset fsck_26_0 (fsck))
+(typeattributeset fsck_exec_26_0 (fsck_exec))
+(typeattributeset fscklogs_26_0 (fscklogs))
+(typeattributeset fsck_untrusted_26_0 (fsck_untrusted))
+(typeattributeset full_device_26_0 (full_device))
+(typeattributeset functionfs_26_0 (functionfs))
+(typeattributeset fuse_26_0 (fuse))
+(typeattributeset fuse_device_26_0 (fuse_device))
+(typeattributeset fwk_display_hwservice_26_0 (fwk_display_hwservice))
+(typeattributeset fwk_scheduler_hwservice_26_0 (fwk_scheduler_hwservice))
+(typeattributeset fwk_sensor_hwservice_26_0 (fwk_sensor_hwservice))
+(typeattributeset fwmarkd_socket_26_0 (fwmarkd_socket))
+(typeattributeset gatekeeperd_26_0 (gatekeeperd))
+(typeattributeset gatekeeper_data_file_26_0 (gatekeeper_data_file))
+(typeattributeset gatekeeperd_exec_26_0 (gatekeeperd_exec))
+(typeattributeset gatekeeper_service_26_0 (gatekeeper_service))
+(typeattributeset gfxinfo_service_26_0 (gfxinfo_service))
+(typeattributeset gps_control_26_0 (gps_control))
+(typeattributeset gpu_device_26_0 (gpu_device))
+(typeattributeset gpu_service_26_0 (gpu_service))
+(typeattributeset graphics_device_26_0 (graphics_device))
+(typeattributeset graphicsstats_service_26_0 (graphicsstats_service))
+(typeattributeset hal_audio_hwservice_26_0 (hal_audio_hwservice))
+(typeattributeset hal_bluetooth_hwservice_26_0 (hal_bluetooth_hwservice))
+(typeattributeset hal_bootctl_hwservice_26_0 (hal_bootctl_hwservice))
+(typeattributeset hal_camera_hwservice_26_0 (hal_camera_hwservice))
+(typeattributeset hal_configstore_ISurfaceFlingerConfigs_26_0 (hal_configstore_ISurfaceFlingerConfigs))
+(typeattributeset hal_contexthub_hwservice_26_0 (hal_contexthub_hwservice))
+(typeattributeset hal_drm_hwservice_26_0 (hal_drm_hwservice))
+(typeattributeset hal_dumpstate_hwservice_26_0 (hal_dumpstate_hwservice))
+(typeattributeset hal_fingerprint_hwservice_26_0 (hal_fingerprint_hwservice))
+(typeattributeset hal_fingerprint_service_26_0 (hal_fingerprint_service))
+(typeattributeset hal_gatekeeper_hwservice_26_0 (hal_gatekeeper_hwservice))
+(typeattributeset hal_gnss_hwservice_26_0 (hal_gnss_hwservice))
+(typeattributeset hal_graphics_allocator_hwservice_26_0 (hal_graphics_allocator_hwservice))
+(typeattributeset hal_graphics_composer_hwservice_26_0 (hal_graphics_composer_hwservice))
+(typeattributeset hal_graphics_mapper_hwservice_26_0 (hal_graphics_mapper_hwservice))
+(typeattributeset hal_health_hwservice_26_0 (hal_health_hwservice))
+(typeattributeset hal_ir_hwservice_26_0 (hal_ir_hwservice))
+(typeattributeset hal_keymaster_hwservice_26_0 (hal_keymaster_hwservice))
+(typeattributeset hal_light_hwservice_26_0 (hal_light_hwservice))
+(typeattributeset hal_memtrack_hwservice_26_0 (hal_memtrack_hwservice))
+(typeattributeset hal_nfc_hwservice_26_0 (hal_nfc_hwservice))
+(typeattributeset hal_oemlock_hwservice_26_0 (hal_oemlock_hwservice))
+(typeattributeset hal_omx_hwservice_26_0 (hal_omx_hwservice))
+(typeattributeset hal_power_hwservice_26_0 (hal_power_hwservice))
+(typeattributeset hal_renderscript_hwservice_26_0 (hal_renderscript_hwservice))
+(typeattributeset hal_sensors_hwservice_26_0 (hal_sensors_hwservice))
+(typeattributeset hal_telephony_hwservice_26_0 (hal_telephony_hwservice))
+(typeattributeset hal_thermal_hwservice_26_0 (hal_thermal_hwservice))
+(typeattributeset hal_tv_cec_hwservice_26_0 (hal_tv_cec_hwservice))
+(typeattributeset hal_tv_input_hwservice_26_0 (hal_tv_input_hwservice))
+(typeattributeset hal_usb_hwservice_26_0 (hal_usb_hwservice))
+(typeattributeset hal_vibrator_hwservice_26_0 (hal_vibrator_hwservice))
+(typeattributeset hal_vr_hwservice_26_0 (hal_vr_hwservice))
+(typeattributeset hal_weaver_hwservice_26_0 (hal_weaver_hwservice))
+(typeattributeset hal_wifi_hwservice_26_0 (hal_wifi_hwservice))
+(typeattributeset hal_wifi_supplicant_hwservice_26_0 (hal_wifi_supplicant_hwservice))
+(typeattributeset hardware_properties_service_26_0 (hardware_properties_service))
+(typeattributeset hardware_service_26_0 (hardware_service))
+(typeattributeset hci_attach_dev_26_0 (hci_attach_dev))
+(typeattributeset hdmi_control_service_26_0 (hdmi_control_service))
+(typeattributeset healthd_26_0 (healthd))
+(typeattributeset healthd_exec_26_0 (healthd_exec))
+(typeattributeset heapdump_data_file_26_0 (heapdump_data_file))
+(typeattributeset hidl_allocator_hwservice_26_0 (hidl_allocator_hwservice))
+(typeattributeset hidl_base_hwservice_26_0 (hidl_base_hwservice))
+(typeattributeset hidl_manager_hwservice_26_0 (hidl_manager_hwservice))
+(typeattributeset hidl_memory_hwservice_26_0 (hidl_memory_hwservice))
+(typeattributeset hidl_token_hwservice_26_0 (hidl_token_hwservice))
+(typeattributeset hwbinder_device_26_0 (hwbinder_device))
+(typeattributeset hw_random_device_26_0 (hw_random_device))
+(typeattributeset hwservice_contexts_file_26_0 (hwservice_contexts_file))
+(typeattributeset hwservicemanager_26_0 (hwservicemanager))
+(typeattributeset hwservicemanager_exec_26_0 (hwservicemanager_exec))
+(typeattributeset hwservicemanager_prop_26_0 (hwservicemanager_prop))
+(typeattributeset i2c_device_26_0 (i2c_device))
+(typeattributeset icon_file_26_0 (icon_file))
+(typeattributeset idmap_26_0 (idmap))
+(typeattributeset idmap_exec_26_0 (idmap_exec))
+(typeattributeset iio_device_26_0 (iio_device))
+(typeattributeset imms_service_26_0 (imms_service))
+(typeattributeset incident_26_0 (incident))
+(typeattributeset incidentd_26_0 (incidentd))
+(typeattributeset incident_data_file_26_0 (incident_data_file))
+(typeattributeset incident_service_26_0 (incident_service))
+(typeattributeset init_26_0 (init))
+(typeattributeset init_exec_26_0 (init_exec))
+(typeattributeset inotify_26_0 (inotify))
+(typeattributeset input_device_26_0 (input_device))
+(typeattributeset inputflinger_26_0 (inputflinger))
+(typeattributeset inputflinger_exec_26_0 (inputflinger_exec))
+(typeattributeset inputflinger_service_26_0 (inputflinger_service))
+(typeattributeset input_method_service_26_0 (input_method_service))
+(typeattributeset input_service_26_0 (input_service))
+(typeattributeset installd_26_0 (installd))
+(typeattributeset install_data_file_26_0 (install_data_file))
+(typeattributeset installd_exec_26_0 (installd_exec))
+(typeattributeset installd_service_26_0 (installd_service))
+(typeattributeset install_recovery_26_0 (install_recovery))
+(typeattributeset install_recovery_exec_26_0 (install_recovery_exec))
+(typeattributeset ion_device_26_0 (ion_device))
+(typeattributeset IProxyService_service_26_0 (IProxyService_service))
+(typeattributeset ipsec_service_26_0 (ipsec_service))
+(typeattributeset isolated_app_26_0 (isolated_app))
+(typeattributeset jobscheduler_service_26_0 (jobscheduler_service))
+(typeattributeset kernel_26_0 (kernel))
+(typeattributeset keychain_data_file_26_0 (keychain_data_file))
+(typeattributeset keychord_device_26_0 (keychord_device))
+(typeattributeset keystore_26_0 (keystore))
+(typeattributeset keystore_data_file_26_0 (keystore_data_file))
+(typeattributeset keystore_exec_26_0 (keystore_exec))
+(typeattributeset keystore_service_26_0 (keystore_service))
+(typeattributeset kmem_device_26_0 (kmem_device))
+(typeattributeset kmsg_device_26_0 (kmsg_device))
+(typeattributeset labeledfs_26_0 (labeledfs))
+(typeattributeset launcherapps_service_26_0 (launcherapps_service))
+(typeattributeset lmkd_26_0 (lmkd))
+(typeattributeset lmkd_exec_26_0 (lmkd_exec))
+(typeattributeset lmkd_socket_26_0 (lmkd_socket))
+(typeattributeset location_service_26_0 (location_service))
+(typeattributeset lock_settings_service_26_0 (lock_settings_service))
+(typeattributeset logcat_exec_26_0 (logcat_exec))
+(typeattributeset logd_26_0 (logd))
+(typeattributeset log_device_26_0 (log_device))
+(typeattributeset logd_exec_26_0 (logd_exec))
+(typeattributeset logd_prop_26_0 (logd_prop))
+(typeattributeset logdr_socket_26_0 (logdr_socket))
+(typeattributeset logd_socket_26_0 (logd_socket))
+(typeattributeset logdw_socket_26_0 (logdw_socket))
+(typeattributeset logpersist_26_0 (logpersist))
+(typeattributeset logpersistd_logging_prop_26_0 (logpersistd_logging_prop))
+(typeattributeset log_prop_26_0 (log_prop))
+(typeattributeset log_tag_prop_26_0 (log_tag_prop))
+(typeattributeset loop_control_device_26_0 (loop_control_device))
+(typeattributeset loop_device_26_0 (loop_device))
+(typeattributeset mac_perms_file_26_0 (mac_perms_file))
+(typeattributeset mdnsd_26_0 (mdnsd))
+(typeattributeset mdnsd_socket_26_0 (mdnsd_socket))
+(typeattributeset mdns_socket_26_0 (mdns_socket))
+(typeattributeset mediacasserver_service_26_0 (mediacasserver_service))
+(typeattributeset mediacodec_26_0 (mediacodec))
+(typeattributeset mediacodec_exec_26_0 (mediacodec_exec))
+(typeattributeset mediacodec_service_26_0 (mediacodec_service))
+(typeattributeset media_data_file_26_0 (media_data_file))
+(typeattributeset mediadrmserver_26_0 (mediadrmserver))
+(typeattributeset mediadrmserver_exec_26_0 (mediadrmserver_exec))
+(typeattributeset mediadrmserver_service_26_0 (mediadrmserver_service))
+(typeattributeset mediaextractor_26_0 (mediaextractor))
+(typeattributeset mediaextractor_exec_26_0 (mediaextractor_exec))
+(typeattributeset mediaextractor_service_26_0 (mediaextractor_service))
+(typeattributeset mediametrics_26_0 (mediametrics))
+(typeattributeset mediametrics_exec_26_0 (mediametrics_exec))
+(typeattributeset mediametrics_service_26_0 (mediametrics_service))
+(typeattributeset media_projection_service_26_0 (media_projection_service))
+(typeattributeset media_router_service_26_0 (media_router_service))
+(typeattributeset media_rw_data_file_26_0 (media_rw_data_file))
+(typeattributeset mediaserver_26_0 (mediaserver))
+(typeattributeset mediaserver_exec_26_0 (mediaserver_exec))
+(typeattributeset mediaserver_service_26_0 (mediaserver_service))
+(typeattributeset media_session_service_26_0 (media_session_service))
+(typeattributeset meminfo_service_26_0 (meminfo_service))
+(typeattributeset metadata_block_device_26_0 (metadata_block_device))
+(typeattributeset method_trace_data_file_26_0 (method_trace_data_file))
+(typeattributeset midi_service_26_0 (midi_service))
+(typeattributeset misc_block_device_26_0 (misc_block_device))
+(typeattributeset misc_logd_file_26_0 (misc_logd_file))
+(typeattributeset misc_user_data_file_26_0 (misc_user_data_file))
+(typeattributeset mmc_prop_26_0 (mmc_prop))
+(typeattributeset mnt_expand_file_26_0 (mnt_expand_file))
+(typeattributeset mnt_media_rw_file_26_0 (mnt_media_rw_file))
+(typeattributeset mnt_media_rw_stub_file_26_0 (mnt_media_rw_stub_file))
+(typeattributeset mnt_user_file_26_0 (mnt_user_file))
+(typeattributeset modprobe_26_0 (modprobe))
+(typeattributeset mount_service_26_0 (mount_service))
+(typeattributeset mqueue_26_0 (mqueue))
+(typeattributeset mtd_device_26_0 (mtd_device))
+(typeattributeset mtp_26_0 (mtp))
+(typeattributeset mtp_device_26_0 (mtp_device))
+(typeattributeset mtpd_socket_26_0 (mtpd_socket))
+(typeattributeset mtp_exec_26_0 (mtp_exec))
+(typeattributeset nativetest_data_file_26_0 (nativetest_data_file))
+(typeattributeset netd_26_0 (netd))
+(typeattributeset net_data_file_26_0 (net_data_file))
+(typeattributeset netd_exec_26_0 (netd_exec))
+(typeattributeset netd_listener_service_26_0 (netd_listener_service))
+(typeattributeset net_dns_prop_26_0 (net_dns_prop))
+(typeattributeset netd_service_26_0 (netd_service))
+(typeattributeset netd_socket_26_0 (netd_socket))
+(typeattributeset netif_26_0 (netif))
+(typeattributeset netpolicy_service_26_0 (netpolicy_service))
+(typeattributeset net_radio_prop_26_0 (net_radio_prop))
+(typeattributeset netstats_service_26_0 (netstats_service))
+(typeattributeset netutils_wrapper_26_0 (netutils_wrapper))
+(typeattributeset netutils_wrapper_exec_26_0 (netutils_wrapper_exec))
+(typeattributeset network_management_service_26_0 (network_management_service))
+(typeattributeset network_score_service_26_0 (network_score_service))
+(typeattributeset network_time_update_service_26_0 (network_time_update_service))
+(typeattributeset nfc_26_0 (nfc))
+(typeattributeset nfc_data_file_26_0 (nfc_data_file))
+(typeattributeset nfc_device_26_0 (nfc_device))
+(typeattributeset nfc_prop_26_0 (nfc_prop))
+(typeattributeset nfc_service_26_0 (nfc_service))
+(typeattributeset node_26_0 (node))
+(typeattributeset notification_service_26_0 (notification_service))
+(typeattributeset null_device_26_0 (null_device))
+(typeattributeset oemfs_26_0 (oemfs))
+(typeattributeset oem_lock_service_26_0 (oem_lock_service))
+(typeattributeset ota_data_file_26_0 (ota_data_file))
+(typeattributeset otadexopt_service_26_0 (otadexopt_service))
+(typeattributeset ota_package_file_26_0 (ota_package_file))
+(typeattributeset otapreopt_chroot_26_0 (otapreopt_chroot))
+(typeattributeset otapreopt_chroot_exec_26_0 (otapreopt_chroot_exec))
+(typeattributeset otapreopt_slot_26_0 (otapreopt_slot))
+(typeattributeset otapreopt_slot_exec_26_0 (otapreopt_slot_exec))
+(typeattributeset overlay_prop_26_0 (overlay_prop))
+(typeattributeset overlay_service_26_0 (overlay_service))
+(typeattributeset owntty_device_26_0 (owntty_device))
+(typeattributeset package_service_26_0 (package_service))
+(typeattributeset pan_result_prop_26_0 (pan_result_prop))
+(typeattributeset pdx_bufferhub_client_channel_socket_26_0 (pdx_bufferhub_client_channel_socket))
+(typeattributeset pdx_bufferhub_client_endpoint_socket_26_0 (pdx_bufferhub_client_endpoint_socket))
+(typeattributeset pdx_bufferhub_dir_26_0 (pdx_bufferhub_dir))
+(typeattributeset pdx_display_client_channel_socket_26_0 (pdx_display_client_channel_socket))
+(typeattributeset pdx_display_client_endpoint_socket_26_0 (pdx_display_client_endpoint_socket))
+(typeattributeset pdx_display_dir_26_0 (pdx_display_dir))
+(typeattributeset pdx_display_manager_channel_socket_26_0 (pdx_display_manager_channel_socket))
+(typeattributeset pdx_display_manager_endpoint_socket_26_0 (pdx_display_manager_endpoint_socket))
+(typeattributeset pdx_display_screenshot_channel_socket_26_0 (pdx_display_screenshot_channel_socket))
+(typeattributeset pdx_display_screenshot_endpoint_socket_26_0 (pdx_display_screenshot_endpoint_socket))
+(typeattributeset pdx_display_vsync_channel_socket_26_0 (pdx_display_vsync_channel_socket))
+(typeattributeset pdx_display_vsync_endpoint_socket_26_0 (pdx_display_vsync_endpoint_socket))
+(typeattributeset pdx_performance_client_channel_socket_26_0 (pdx_performance_client_channel_socket))
+(typeattributeset pdx_performance_client_endpoint_socket_26_0 (pdx_performance_client_endpoint_socket))
+(typeattributeset pdx_performance_dir_26_0 (pdx_performance_dir))
+(typeattributeset performanced_26_0 (performanced))
+(typeattributeset performanced_exec_26_0 (performanced_exec))
+(typeattributeset perfprofd_26_0 (perfprofd))
+(typeattributeset perfprofd_data_file_26_0 (perfprofd_data_file))
+(typeattributeset perfprofd_exec_26_0 (perfprofd_exec))
+(typeattributeset permission_service_26_0 (permission_service))
+(typeattributeset persist_debug_prop_26_0 (persist_debug_prop))
+(typeattributeset persistent_data_block_service_26_0 (persistent_data_block_service))
+(typeattributeset persistent_properties_ready_prop_26_0 (persistent_properties_ready_prop))
+(typeattributeset pinner_service_26_0 (pinner_service))
+(typeattributeset pipefs_26_0 (pipefs))
+(typeattributeset platform_app_26_0 (platform_app))
+(typeattributeset pmsg_device_26_0 (pmsg_device))
+(typeattributeset port_26_0 (port))
+(typeattributeset port_device_26_0 (port_device))
+(typeattributeset postinstall_26_0 (postinstall))
+(typeattributeset postinstall_dexopt_26_0 (postinstall_dexopt))
+(typeattributeset postinstall_file_26_0 (postinstall_file))
+(typeattributeset postinstall_mnt_dir_26_0 (postinstall_mnt_dir))
+(typeattributeset powerctl_prop_26_0 (powerctl_prop))
+(typeattributeset power_service_26_0 (power_service))
+(typeattributeset ppp_26_0 (ppp))
+(typeattributeset ppp_device_26_0 (ppp_device))
+(typeattributeset ppp_exec_26_0 (ppp_exec))
+(typeattributeset preloads_data_file_26_0 (preloads_data_file))
+(typeattributeset preloads_media_file_26_0 (preloads_media_file))
+(typeattributeset preopt2cachename_26_0 (preopt2cachename))
+(typeattributeset preopt2cachename_exec_26_0 (preopt2cachename_exec))
+(typeattributeset print_service_26_0 (print_service))
+(typeattributeset priv_app_26_0 (mediaprovider priv_app))
+(typeattributeset proc_26_0 (proc proc_uid_time_in_state))
+(typeattributeset proc_bluetooth_writable_26_0 (proc_bluetooth_writable))
+(typeattributeset proc_cpuinfo_26_0 (proc_cpuinfo))
+(typeattributeset proc_drop_caches_26_0 (proc_drop_caches))
+(typeattributeset processinfo_service_26_0 (processinfo_service))
+(typeattributeset proc_interrupts_26_0 (proc_interrupts))
+(typeattributeset proc_iomem_26_0 (proc_iomem))
+(typeattributeset proc_meminfo_26_0 (proc_meminfo))
+(typeattributeset proc_misc_26_0 (proc_misc))
+(typeattributeset proc_modules_26_0 (proc_modules))
+(typeattributeset proc_net_26_0 (proc_net))
+(typeattributeset proc_overcommit_memory_26_0 (proc_overcommit_memory))
+(typeattributeset proc_perf_26_0 (proc_perf))
+(typeattributeset proc_security_26_0 (proc_security))
+(typeattributeset proc_stat_26_0 (proc_stat))
+(typeattributeset procstats_service_26_0 (procstats_service))
+(typeattributeset proc_sysrq_26_0 (proc_sysrq))
+(typeattributeset proc_timer_26_0 (proc_timer))
+(typeattributeset proc_tty_drivers_26_0 (proc_tty_drivers))
+(typeattributeset proc_uid_cputime_removeuid_26_0 (proc_uid_cputime_removeuid))
+(typeattributeset proc_uid_cputime_showstat_26_0 (proc_uid_cputime_showstat))
+(typeattributeset proc_uid_io_stats_26_0 (proc_uid_io_stats))
+(typeattributeset proc_uid_procstat_set_26_0 (proc_uid_procstat_set))
+(typeattributeset proc_zoneinfo_26_0 (proc_zoneinfo))
+(typeattributeset profman_26_0 (profman))
+(typeattributeset profman_dump_data_file_26_0 (profman_dump_data_file))
+(typeattributeset profman_exec_26_0 (profman_exec))
+(typeattributeset properties_device_26_0 (properties_device))
+(typeattributeset properties_serial_26_0 (properties_serial))
+(typeattributeset property_contexts_file_26_0 (property_contexts_file))
+(typeattributeset property_data_file_26_0 (property_data_file))
+(typeattributeset property_socket_26_0 (property_socket))
+(typeattributeset pstorefs_26_0 (pstorefs))
+(typeattributeset ptmx_device_26_0 (ptmx_device))
+(typeattributeset qtaguid_device_26_0 (qtaguid_device))
+(typeattributeset qtaguid_proc_26_0 (qtaguid_proc))
+(typeattributeset racoon_26_0 (racoon))
+(typeattributeset racoon_exec_26_0 (racoon_exec))
+(typeattributeset racoon_socket_26_0 (racoon_socket))
+(typeattributeset radio_26_0 (radio))
+(typeattributeset radio_data_file_26_0 (radio_data_file))
+(typeattributeset radio_device_26_0 (radio_device))
+(typeattributeset radio_prop_26_0 (radio_prop))
+(typeattributeset radio_service_26_0 (radio_service))
+(typeattributeset ram_device_26_0 (ram_device))
+(typeattributeset random_device_26_0 (random_device))
+(typeattributeset reboot_data_file_26_0 (reboot_data_file))
+(typeattributeset recovery_26_0 (recovery))
+(typeattributeset recovery_block_device_26_0 (recovery_block_device))
+(typeattributeset recovery_data_file_26_0 (recovery_data_file))
+(typeattributeset recovery_persist_26_0 (recovery_persist))
+(typeattributeset recovery_persist_exec_26_0 (recovery_persist_exec))
+(typeattributeset recovery_refresh_26_0 (recovery_refresh))
+(typeattributeset recovery_refresh_exec_26_0 (recovery_refresh_exec))
+(typeattributeset recovery_service_26_0 (recovery_service))
+(typeattributeset registry_service_26_0 (registry_service))
+(typeattributeset resourcecache_data_file_26_0 (resourcecache_data_file))
+(typeattributeset restorecon_prop_26_0 (restorecon_prop))
+(typeattributeset restrictions_service_26_0 (restrictions_service))
+(typeattributeset rild_26_0 (rild))
+(typeattributeset rild_debug_socket_26_0 (rild_debug_socket))
+(typeattributeset rild_socket_26_0 (rild_socket))
+(typeattributeset ringtone_file_26_0 (ringtone_file))
+(typeattributeset root_block_device_26_0 (root_block_device))
+(typeattributeset rootfs_26_0 (rootfs))
+(typeattributeset rpmsg_device_26_0 (rpmsg_device))
+(typeattributeset rtc_device_26_0 (rtc_device))
+(typeattributeset rttmanager_service_26_0 (rttmanager_service))
+(typeattributeset runas_26_0 (runas))
+(typeattributeset runas_exec_26_0 (runas_exec))
+(typeattributeset runtime_event_log_tags_file_26_0 (runtime_event_log_tags_file))
+(typeattributeset safemode_prop_26_0 (safemode_prop))
+(typeattributeset same_process_hal_file_26_0 (same_process_hal_file))
+(typeattributeset samplingprofiler_service_26_0 (samplingprofiler_service))
+(typeattributeset scheduling_policy_service_26_0 (scheduling_policy_service))
+(typeattributeset sdcardd_26_0 (sdcardd))
+(typeattributeset sdcardd_exec_26_0 (sdcardd_exec))
+(typeattributeset sdcardfs_26_0 (sdcardfs))
+(typeattributeset seapp_contexts_file_26_0 (seapp_contexts_file))
+(typeattributeset search_service_26_0 (search_service))
+(typeattributeset sec_key_att_app_id_provider_service_26_0 (sec_key_att_app_id_provider_service))
+(typeattributeset selinuxfs_26_0 (selinuxfs))
+(typeattributeset sensors_device_26_0 (sensors_device))
+(typeattributeset sensorservice_service_26_0 (sensorservice_service))
+(typeattributeset sepolicy_file_26_0 (sepolicy_file))
+(typeattributeset serial_device_26_0 (serial_device))
+(typeattributeset serialno_prop_26_0 (serialno_prop))
+(typeattributeset serial_service_26_0 (serial_service))
+(typeattributeset service_contexts_file_26_0 (service_contexts_file nonplat_service_contexts_file))
+(typeattributeset servicediscovery_service_26_0 (servicediscovery_service))
+(typeattributeset servicemanager_26_0 (servicemanager))
+(typeattributeset servicemanager_exec_26_0 (servicemanager_exec))
+(typeattributeset settings_service_26_0 (settings_service))
+(typeattributeset sgdisk_26_0 (sgdisk))
+(typeattributeset sgdisk_exec_26_0 (sgdisk_exec))
+(typeattributeset shared_relro_26_0 (shared_relro))
+(typeattributeset shared_relro_file_26_0 (shared_relro_file))
+(typeattributeset shell_26_0 (shell))
+(typeattributeset shell_data_file_26_0 (shell_data_file))
+(typeattributeset shell_exec_26_0 (shell_exec))
+(typeattributeset shell_prop_26_0 (shell_prop))
+(typeattributeset shm_26_0 (shm))
+(typeattributeset shortcut_manager_icons_26_0 (shortcut_manager_icons))
+(typeattributeset shortcut_service_26_0 (shortcut_service))
+(typeattributeset slideshow_26_0 (slideshow))
+(typeattributeset socket_device_26_0 (socket_device))
+(typeattributeset sockfs_26_0 (sockfs))
+(typeattributeset statusbar_service_26_0 (statusbar_service))
+(typeattributeset storaged_service_26_0 (storaged_service))
+(typeattributeset storage_file_26_0 (storage_file))
+(typeattributeset storagestats_service_26_0 (storagestats_service))
+(typeattributeset storage_stub_file_26_0 (storage_stub_file))
+(typeattributeset su_26_0 (su))
+(typeattributeset su_exec_26_0 (su_exec))
+(typeattributeset surfaceflinger_26_0 (surfaceflinger))
+(typeattributeset surfaceflinger_service_26_0 (surfaceflinger_service))
+(typeattributeset swap_block_device_26_0 (swap_block_device))
+(typeattributeset sysfs_26_0 (sysfs))
+(typeattributeset sysfs_batteryinfo_26_0 (sysfs_batteryinfo))
+(typeattributeset sysfs_bluetooth_writable_26_0 (sysfs_bluetooth_writable))
+(typeattributeset sysfs_devices_system_cpu_26_0 (sysfs_devices_system_cpu))
+(typeattributeset sysfs_hwrandom_26_0 (sysfs_hwrandom))
+(typeattributeset sysfs_leds_26_0 (sysfs_leds))
+(typeattributeset sysfs_lowmemorykiller_26_0 (sysfs_lowmemorykiller))
+(typeattributeset sysfs_mac_address_26_0 (sysfs_mac_address))
+(typeattributeset sysfs_nfc_power_writable_26_0 (sysfs_nfc_power_writable))
+(typeattributeset sysfs_thermal_26_0 (sysfs_thermal))
+(typeattributeset sysfs_uio_26_0 (sysfs_uio))
+(typeattributeset sysfs_usb_26_0 (sysfs_usb))
+(typeattributeset sysfs_vibrator_26_0 (sysfs_vibrator))
+(typeattributeset sysfs_wake_lock_26_0 (sysfs_wake_lock))
+(typeattributeset sysfs_wlan_fwpath_26_0 (sysfs_wlan_fwpath))
+(typeattributeset sysfs_zram_26_0 (sysfs_zram))
+(typeattributeset sysfs_zram_uevent_26_0 (sysfs_zram_uevent))
+(typeattributeset system_app_26_0 (system_app))
+(typeattributeset system_app_data_file_26_0 (system_app_data_file))
+(typeattributeset system_app_service_26_0 (system_app_service))
+(typeattributeset system_block_device_26_0 (system_block_device))
+(typeattributeset system_data_file_26_0 (system_data_file))
+(typeattributeset system_file_26_0 (system_file))
+(typeattributeset systemkeys_data_file_26_0 (systemkeys_data_file))
+(typeattributeset system_ndebug_socket_26_0 (system_ndebug_socket))
+(typeattributeset system_prop_26_0 (system_prop))
+(typeattributeset system_radio_prop_26_0 (system_radio_prop))
+(typeattributeset system_server_26_0 (system_server))
+(typeattributeset system_wifi_keystore_hwservice_26_0 (system_wifi_keystore_hwservice))
+(typeattributeset system_wpa_socket_26_0 (system_wpa_socket))
+(typeattributeset task_service_26_0 (task_service))
+(typeattributeset tee_26_0 (tee))
+(typeattributeset tee_data_file_26_0 (tee_data_file))
+(typeattributeset tee_device_26_0 (tee_device))
+(typeattributeset telecom_service_26_0 (telecom_service))
+(typeattributeset textclassification_service_26_0 (textclassification_service))
+(typeattributeset textclassifier_data_file_26_0 (textclassifier_data_file))
+(typeattributeset textservices_service_26_0 (textservices_service))
+(typeattributeset tmpfs_26_0 (tmpfs))
+(typeattributeset tombstoned_26_0 (tombstoned))
+(typeattributeset tombstone_data_file_26_0 (tombstone_data_file))
+(typeattributeset tombstoned_crash_socket_26_0 (tombstoned_crash_socket))
+(typeattributeset tombstoned_exec_26_0 (tombstoned_exec))
+(typeattributeset tombstoned_intercept_socket_26_0 (tombstoned_intercept_socket))
+(typeattributeset toolbox_26_0 (toolbox))
+(typeattributeset toolbox_exec_26_0 (toolbox_exec))
+(typeattributeset tracing_shell_writable_26_0 (debugfs_tracing tracing_shell_writable))
+(typeattributeset tracing_shell_writable_debug_26_0 (debugfs_tracing_debug tracing_shell_writable_debug))
+(typeattributeset trust_service_26_0 (trust_service))
+(typeattributeset tty_device_26_0 (tty_device))
+(typeattributeset tun_device_26_0 (tun_device))
+(typeattributeset tv_input_service_26_0 (tv_input_service))
+(typeattributeset tzdatacheck_26_0 (tzdatacheck))
+(typeattributeset tzdatacheck_exec_26_0 (tzdatacheck_exec))
+(typeattributeset ueventd_26_0 (ueventd))
+(typeattributeset uhid_device_26_0 (uhid_device))
+(typeattributeset uimode_service_26_0 (uimode_service))
+(typeattributeset uio_device_26_0 (uio_device))
+(typeattributeset uncrypt_26_0 (uncrypt))
+(typeattributeset uncrypt_exec_26_0 (uncrypt_exec))
+(typeattributeset uncrypt_socket_26_0 (uncrypt_socket))
+(typeattributeset unencrypted_data_file_26_0 (unencrypted_data_file))
+(typeattributeset unlabeled_26_0 (unlabeled))
+(typeattributeset untrusted_app_25_26_0 (untrusted_app_25))
+(typeattributeset untrusted_app_26_0 (untrusted_app))
+(typeattributeset untrusted_v2_app_26_0 (untrusted_v2_app))
+(typeattributeset update_engine_26_0 (update_engine))
+(typeattributeset update_engine_data_file_26_0 (update_engine_data_file))
+(typeattributeset update_engine_exec_26_0 (update_engine_exec))
+(typeattributeset update_engine_service_26_0 (update_engine_service))
+(typeattributeset updatelock_service_26_0 (updatelock_service))
+(typeattributeset update_verifier_26_0 (update_verifier))
+(typeattributeset update_verifier_exec_26_0 (update_verifier_exec))
+(typeattributeset usagestats_service_26_0 (usagestats_service))
+(typeattributeset usbaccessory_device_26_0 (usbaccessory_device))
+(typeattributeset usb_device_26_0 (usb_device))
+(typeattributeset usbfs_26_0 (usbfs))
+(typeattributeset usb_service_26_0 (usb_service))
+(typeattributeset userdata_block_device_26_0 (userdata_block_device))
+(typeattributeset usermodehelper_26_0 (sysfs_usermodehelper usermodehelper))
+(typeattributeset user_profile_data_file_26_0 (user_profile_data_file))
+(typeattributeset user_service_26_0 (user_service))
+(typeattributeset vcs_device_26_0 (vcs_device))
+(typeattributeset vdc_26_0 (vdc))
+(typeattributeset vdc_exec_26_0 (vdc_exec))
+(typeattributeset vendor_app_file_26_0 (vendor_app_file))
+(typeattributeset vendor_configs_file_26_0 (vendor_configs_file))
+(typeattributeset vendor_file_26_0 (vendor_file))
+(typeattributeset vendor_framework_file_26_0 (vendor_framework_file))
+(typeattributeset vendor_hal_file_26_0 (vendor_hal_file))
+(typeattributeset vendor_overlay_file_26_0 (vendor_overlay_file))
+(typeattributeset vendor_shell_exec_26_0 (vendor_shell_exec))
+(typeattributeset vendor_toolbox_exec_26_0 (vendor_toolbox_exec))
+(typeattributeset vfat_26_0 (vfat))
+(typeattributeset vibrator_service_26_0 (vibrator_service))
+(typeattributeset video_device_26_0 (video_device))
+(typeattributeset virtual_touchpad_26_0 (virtual_touchpad))
+(typeattributeset virtual_touchpad_exec_26_0 (virtual_touchpad_exec))
+(typeattributeset virtual_touchpad_service_26_0 (virtual_touchpad_service))
+(typeattributeset vndbinder_device_26_0 (vndbinder_device))
+(typeattributeset vndk_sp_file_26_0 (vndk_sp_file))
+(typeattributeset vndservice_contexts_file_26_0 (vndservice_contexts_file))
+(typeattributeset vndservicemanager_26_0 (vndservicemanager))
+(typeattributeset voiceinteraction_service_26_0 (voiceinteraction_service))
+(typeattributeset vold_26_0 (vold))
+(typeattributeset vold_data_file_26_0 (vold_data_file))
+(typeattributeset vold_device_26_0 (vold_device))
+(typeattributeset vold_exec_26_0 (vold_exec))
+(typeattributeset vold_prop_26_0 (vold_prop))
+(typeattributeset vold_socket_26_0 (vold_socket))
+(typeattributeset vpn_data_file_26_0 (vpn_data_file))
+(typeattributeset vr_hwc_26_0 (vr_hwc))
+(typeattributeset vr_hwc_exec_26_0 (vr_hwc_exec))
+(typeattributeset vr_hwc_service_26_0 (vr_hwc_service))
+(typeattributeset vr_manager_service_26_0 (vr_manager_service))
+(typeattributeset wallpaper_file_26_0 (wallpaper_file))
+(typeattributeset wallpaper_service_26_0 (wallpaper_service))
+(typeattributeset watchdogd_26_0 (watchdogd))
+(typeattributeset watchdog_device_26_0 (watchdog_device))
+(typeattributeset webviewupdate_service_26_0 (webviewupdate_service))
+(typeattributeset webview_zygote_26_0 (webview_zygote))
+(typeattributeset webview_zygote_exec_26_0 (webview_zygote_exec))
+(typeattributeset webview_zygote_socket_26_0 (webview_zygote_socket))
+(typeattributeset wifiaware_service_26_0 (wifiaware_service))
+(typeattributeset wificond_26_0 (wificond))
+(typeattributeset wificond_exec_26_0 (wificond_exec))
+(typeattributeset wificond_service_26_0 (wificond_service))
+(typeattributeset wifi_data_file_26_0 (wifi_data_file))
+(typeattributeset wifi_log_prop_26_0 (wifi_log_prop))
+(typeattributeset wifip2p_service_26_0 (wifip2p_service))
+(typeattributeset wifi_prop_26_0 (wifi_prop))
+(typeattributeset wifiscanner_service_26_0 (wifiscanner_service))
+(typeattributeset wifi_service_26_0 (wifi_service))
+(typeattributeset window_service_26_0 (window_service))
+(typeattributeset wpa_socket_26_0 (wpa_socket))
+(typeattributeset zero_device_26_0 (zero_device))
+(typeattributeset zoneinfo_data_file_26_0 (zoneinfo_data_file))
+(typeattributeset zygote_26_0 (zygote))
+(typeattributeset zygote_exec_26_0 (zygote_exec))
+(typeattributeset zygote_socket_26_0 (zygote_socket))
diff --git a/system/etc/selinux/mapping/27.0.cil b/system/etc/selinux/mapping/27.0.cil
new file mode 100644
index 0000000000000000000000000000000000000000..e1a7cc5e431e72a935eb31cac350f844172dd119
--- /dev/null
+++ b/system/etc/selinux/mapping/27.0.cil
@@ -0,0 +1,1558 @@
+(typeattributeset mediadrmserver_service_27_0 (mediadrmserver_service))
+(expandtypeattribute (mediadrmserver_service_27_0) true)
+(typeattributeset recovery_refresh_27_0 (recovery_refresh))
+(expandtypeattribute (recovery_refresh_27_0) true)
+(typeattributeset pdx_display_dir_27_0 (pdx_display_dir))
+(expandtypeattribute (pdx_display_dir_27_0) true)
+(typeattributeset processinfo_service_27_0 (processinfo_service))
+(expandtypeattribute (processinfo_service_27_0) true)
+(typeattributeset vdc_27_0 (vdc))
+(expandtypeattribute (vdc_27_0) true)
+(typeattributeset mediadrmserver_exec_27_0 (mediadrmserver_exec))
+(expandtypeattribute (mediadrmserver_exec_27_0) true)
+(typeattributeset serial_service_27_0 (serial_service))
+(expandtypeattribute (serial_service_27_0) true)
+(typeattributeset system_ndebug_socket_27_0 (system_ndebug_socket))
+(expandtypeattribute (system_ndebug_socket_27_0) true)
+(typeattributeset fingerprint_service_27_0 (fingerprint_service))
+(expandtypeattribute (fingerprint_service_27_0) true)
+(typeattributeset hal_fingerprint_service_27_0 (hal_fingerprint_service))
+(expandtypeattribute (hal_fingerprint_service_27_0) true)
+(typeattributeset recovery_block_device_27_0 (recovery_block_device))
+(expandtypeattribute (recovery_block_device_27_0) true)
+(typeattributeset drmserver_27_0 (drmserver))
+(expandtypeattribute (drmserver_27_0) true)
+(typeattributeset vr_hwc_service_27_0 (vr_hwc_service))
+(expandtypeattribute (vr_hwc_service_27_0) true)
+(typeattributeset hal_sensors_hwservice_27_0 (hal_sensors_hwservice))
+(expandtypeattribute (hal_sensors_hwservice_27_0) true)
+(typeattributeset audiohal_data_file_27_0 (audiohal_data_file))
+(expandtypeattribute (audiohal_data_file_27_0) true)
+(typeattributeset wifi_service_27_0 (wifi_service))
+(expandtypeattribute (wifi_service_27_0) true)
+(typeattributeset guiext-server_service_27_0 (guiext-server_service))
+(expandtypeattribute (guiext-server_service_27_0) true)
+(typeattributeset system_prop_27_0 (system_prop))
+(expandtypeattribute (system_prop_27_0) true)
+(typeattributeset vfat_27_0 (vfat))
+(expandtypeattribute (vfat_27_0) true)
+(typeattributeset pdx_bufferhub_client_endpoint_socket_27_0 (pdx_bufferhub_client_endpoint_socket))
+(expandtypeattribute (pdx_bufferhub_client_endpoint_socket_27_0) true)
+(typeattributeset keystore_exec_27_0 (keystore_exec))
+(expandtypeattribute (keystore_exec_27_0) true)
+(typeattributeset netpolicy_service_27_0 (netpolicy_service))
+(expandtypeattribute (netpolicy_service_27_0) true)
+(typeattributeset vtservice_service_27_0 (vtservice_service))
+(expandtypeattribute (vtservice_service_27_0) true)
+(typeattributeset video_device_27_0 (video_device))
+(expandtypeattribute (video_device_27_0) true)
+(typeattributeset serialno_prop_27_0 (serialno_prop))
+(expandtypeattribute (serialno_prop_27_0) true)
+(typeattributeset midi_service_27_0 (midi_service))
+(expandtypeattribute (midi_service_27_0) true)
+(typeattributeset persistent_properties_ready_prop_27_0 (persistent_properties_ready_prop))
+(expandtypeattribute (persistent_properties_ready_prop_27_0) true)
+(typeattributeset file_contexts_file_27_0 (file_contexts_file))
+(expandtypeattribute (file_contexts_file_27_0) true)
+(typeattributeset tzdatacheck_27_0 (tzdatacheck))
+(expandtypeattribute (tzdatacheck_27_0) true)
+(typeattributeset property_contexts_file_27_0 (property_contexts_file))
+(expandtypeattribute (property_contexts_file_27_0) true)
+(typeattributeset firstboot_prop_27_0 (firstboot_prop))
+(expandtypeattribute (firstboot_prop_27_0) true)
+(typeattributeset pan_result_prop_27_0 (pan_result_prop))
+(expandtypeattribute (pan_result_prop_27_0) true)
+(typeattributeset ctl_rildaemon_prop_27_0 (ctl_rildaemon_prop))
+(expandtypeattribute (ctl_rildaemon_prop_27_0) true)
+(typeattributeset bluetooth_logs_data_file_27_0 (bluetooth_logs_data_file))
+(expandtypeattribute (bluetooth_logs_data_file_27_0) true)
+(typeattributeset hal_light_hwservice_27_0 (hal_light_hwservice))
+(expandtypeattribute (hal_light_hwservice_27_0) true)
+(typeattributeset print_service_27_0 (print_service))
+(expandtypeattribute (print_service_27_0) true)
+(typeattributeset same_process_hal_file_27_0 (same_process_hal_file))
+(expandtypeattribute (same_process_hal_file_27_0) true)
+(typeattributeset hal_vibrator_hwservice_27_0 (hal_vibrator_hwservice))
+(expandtypeattribute (hal_vibrator_hwservice_27_0) true)
+(typeattributeset location_service_27_0 (location_service))
+(expandtypeattribute (location_service_27_0) true)
+(typeattributeset mediaprovider_27_0 (mediaprovider))
+(expandtypeattribute (mediaprovider_27_0) true)
+(typeattributeset mtk_telecom_service_27_0 (mtk_telecom_service))
+(expandtypeattribute (mtk_telecom_service_27_0) true)
+(typeattributeset device_policy_service_27_0 (device_policy_service))
+(expandtypeattribute (device_policy_service_27_0) true)
+(typeattributeset preopt2cachename_27_0 (preopt2cachename))
+(expandtypeattribute (preopt2cachename_27_0) true)
+(typeattributeset autofill_service_27_0 (autofill_service))
+(expandtypeattribute (autofill_service_27_0) true)
+(typeattributeset debugfs_27_0 (debugfs))
+(expandtypeattribute (debugfs_27_0) true)
+(typeattributeset configfs_27_0 (configfs))
+(expandtypeattribute (configfs_27_0) true)
+(typeattributeset config_prop_27_0 (config_prop))
+(expandtypeattribute (config_prop_27_0) true)
+(typeattributeset charger_27_0 (charger))
+(expandtypeattribute (charger_27_0) true)
+(typeattributeset mdlogger_27_0 (mdlogger))
+(expandtypeattribute (mdlogger_27_0) true)
+(typeattributeset system_block_device_27_0 (system_block_device))
+(expandtypeattribute (system_block_device_27_0) true)
+(typeattributeset postinstall_27_0 (postinstall))
+(expandtypeattribute (postinstall_27_0) true)
+(typeattributeset updatelock_service_27_0 (updatelock_service))
+(expandtypeattribute (updatelock_service_27_0) true)
+(typeattributeset apk_data_file_27_0 (apk_data_file))
+(expandtypeattribute (apk_data_file_27_0) true)
+(typeattributeset hidl_base_hwservice_27_0 (hidl_base_hwservice))
+(expandtypeattribute (hidl_base_hwservice_27_0) true)
+(typeattributeset system_app_27_0 (system_app))
+(expandtypeattribute (system_app_27_0) true)
+(typeattributeset emdlogger_27_0 (emdlogger))
+(expandtypeattribute (emdlogger_27_0) true)
+(typeattributeset hidl_manager_hwservice_27_0 (hidl_manager_hwservice))
+(expandtypeattribute (hidl_manager_hwservice_27_0) true)
+(typeattributeset hidl_memory_hwservice_27_0 (hidl_memory_hwservice))
+(expandtypeattribute (hidl_memory_hwservice_27_0) true)
+(typeattributeset preloads_media_file_27_0 (preloads_media_file))
+(expandtypeattribute (preloads_media_file_27_0) true)
+(typeattributeset surfaceflinger_27_0 (surfaceflinger))
+(expandtypeattribute (surfaceflinger_27_0) true)
+(typeattributeset pdx_display_screenshot_channel_socket_27_0 (pdx_display_screenshot_channel_socket))
+(expandtypeattribute (pdx_display_screenshot_channel_socket_27_0) true)
+(typeattributeset debugfs_tracing_instances_27_0 (debugfs_tracing_instances))
+(expandtypeattribute (debugfs_tracing_instances_27_0) true)
+(typeattributeset hal_contexthub_hwservice_27_0 (hal_contexthub_hwservice))
+(expandtypeattribute (hal_contexthub_hwservice_27_0) true)
+(typeattributeset proc_zoneinfo_27_0 (proc_zoneinfo))
+(expandtypeattribute (proc_zoneinfo_27_0) true)
+(typeattributeset proc_tty_drivers_27_0 (proc_tty_drivers))
+(expandtypeattribute (proc_tty_drivers_27_0) true)
+(typeattributeset sec_key_att_app_id_provider_service_27_0 (sec_key_att_app_id_provider_service))
+(expandtypeattribute (sec_key_att_app_id_provider_service_27_0) true)
+(typeattributeset activity_service_27_0 (activity_service))
+(expandtypeattribute (activity_service_27_0) true)
+(typeattributeset mediaextractor_exec_27_0 (mediaextractor_exec))
+(expandtypeattribute (mediaextractor_exec_27_0) true)
+(typeattributeset tombstoned_java_trace_socket_27_0 (tombstoned_java_trace_socket))
+(expandtypeattribute (tombstoned_java_trace_socket_27_0) true)
+(typeattributeset watchdog_device_27_0 (watchdog_device))
+(expandtypeattribute (watchdog_device_27_0) true)
+(typeattributeset fuelgauged_static_27_0 (fuelgauged_static))
+(expandtypeattribute (fuelgauged_static_27_0) true)
+(typeattributeset graphics_device_27_0 (graphics_device))
+(expandtypeattribute (graphics_device_27_0) true)
+(typeattributeset method_trace_data_file_27_0 (method_trace_data_file))
+(expandtypeattribute (method_trace_data_file_27_0) true)
+(typeattributeset vndservicemanager_27_0 (vndservicemanager))
+(expandtypeattribute (vndservicemanager_27_0) true)
+(typeattributeset apk_private_data_file_27_0 (apk_private_data_file))
+(expandtypeattribute (apk_private_data_file_27_0) true)
+(typeattributeset hwservicemanager_27_0 (hwservicemanager))
+(expandtypeattribute (hwservicemanager_27_0) true)
+(typeattributeset keychord_device_27_0 (keychord_device))
+(expandtypeattribute (keychord_device_27_0) true)
+(typeattributeset hal_graphics_composer_hwservice_27_0 (hal_graphics_composer_hwservice))
+(expandtypeattribute (hal_graphics_composer_hwservice_27_0) true)
+(typeattributeset servicemanager_27_0 (servicemanager))
+(expandtypeattribute (servicemanager_27_0) true)
+(typeattributeset ashmem_device_27_0 (ashmem_device))
+(expandtypeattribute (ashmem_device_27_0) true)
+(typeattributeset virtual_touchpad_27_0 (virtual_touchpad))
+(expandtypeattribute (virtual_touchpad_27_0) true)
+(typeattributeset hal_telephony_hwservice_27_0 (hal_telephony_hwservice))
+(expandtypeattribute (hal_telephony_hwservice_27_0) true)
+(typeattributeset fingerprint_prop_27_0 (fingerprint_prop))
+(expandtypeattribute (fingerprint_prop_27_0) true)
+(typeattributeset proc_stat_27_0 (proc_stat))
+(expandtypeattribute (proc_stat_27_0) true)
+(typeattributeset rootfs_27_0 (rootfs))
+(expandtypeattribute (rootfs_27_0) true)
+(typeattributeset sdcardfs_27_0 (sdcardfs))
+(expandtypeattribute (sdcardfs_27_0) true)
+(typeattributeset netd_27_0 (netd))
+(expandtypeattribute (netd_27_0) true)
+(typeattributeset pre_meta_27_0 (pre_meta))
+(expandtypeattribute (pre_meta_27_0) true)
+(typeattributeset sysfs_usb_27_0 (sysfs_usb))
+(expandtypeattribute (sysfs_usb_27_0) true)
+(typeattributeset vtservice_hidl_service_27_0 (vtservice_hidl_service))
+(expandtypeattribute (vtservice_hidl_service_27_0) true)
+(typeattributeset proc_perf_27_0 (proc_perf))
+(expandtypeattribute (proc_perf_27_0) true)
+(typeattributeset mqueue_27_0 (mqueue))
+(expandtypeattribute (mqueue_27_0) true)
+(typeattributeset tee_27_0 (tee))
+(expandtypeattribute (tee_27_0) true)
+(typeattributeset media_session_service_27_0 (media_session_service))
+(expandtypeattribute (media_session_service_27_0) true)
+(typeattributeset adbd_27_0 (adbd))
+(expandtypeattribute (adbd_27_0) true)
+(typeattributeset sysfs_fs_ext4_features_27_0 (sysfs_fs_ext4_features))
+(expandtypeattribute (sysfs_fs_ext4_features_27_0) true)
+(typeattributeset textclassifier_data_file_27_0 (textclassifier_data_file))
+(expandtypeattribute (textclassifier_data_file_27_0) true)
+(typeattributeset untrusted_v2_app_27_0 (untrusted_v2_app))
+(expandtypeattribute (untrusted_v2_app_27_0) true)
+(typeattributeset fuse_27_0 (fuse))
+(expandtypeattribute (fuse_27_0) true)
+(typeattributeset recovery_27_0 (recovery))
+(expandtypeattribute (recovery_27_0) true)
+(typeattributeset bootstat_27_0 (bootstat))
+(expandtypeattribute (bootstat_27_0) true)
+(typeattributeset labeledfs_27_0 (labeledfs))
+(expandtypeattribute (labeledfs_27_0) true)
+(typeattributeset pdx_bufferhub_dir_27_0 (pdx_bufferhub_dir))
+(expandtypeattribute (pdx_bufferhub_dir_27_0) true)
+(typeattributeset usermodehelper_27_0 (usermodehelper))
+(expandtypeattribute (usermodehelper_27_0) true)
+(typeattributeset mediaextractor_service_27_0 (mediaextractor_service))
+(expandtypeattribute (mediaextractor_service_27_0) true)
+(typeattributeset debug_prop_27_0 (debug_prop))
+(expandtypeattribute (debug_prop_27_0) true)
+(typeattributeset hal_omx_hwservice_27_0 (hal_omx_hwservice))
+(expandtypeattribute (hal_omx_hwservice_27_0) true)
+(typeattributeset update_engine_service_27_0 (update_engine_service))
+(expandtypeattribute (update_engine_service_27_0) true)
+(typeattributeset hdmi_27_0 (hdmi))
+(expandtypeattribute (hdmi_27_0) true)
+(typeattributeset lock_settings_service_27_0 (lock_settings_service))
+(expandtypeattribute (lock_settings_service_27_0) true)
+(typeattributeset cameraproxy_service_27_0 (cameraproxy_service))
+(expandtypeattribute (cameraproxy_service_27_0) true)
+(typeattributeset audio_prop_27_0 (audio_prop))
+(expandtypeattribute (audio_prop_27_0) true)
+(typeattributeset healthd_27_0 (healthd))
+(expandtypeattribute (healthd_27_0) true)
+(typeattributeset keychain_data_file_27_0 (keychain_data_file))
+(expandtypeattribute (keychain_data_file_27_0) true)
+(typeattributeset kmem_device_27_0 (kmem_device))
+(expandtypeattribute (kmem_device_27_0) true)
+(typeattributeset kmsg_device_27_0 (kmsg_device))
+(expandtypeattribute (kmsg_device_27_0) true)
+(typeattributeset netif_27_0 (netif))
+(expandtypeattribute (netif_27_0) true)
+(typeattributeset mtk_duraspeed_service_27_0 (mtk_duraspeed_service))
+(expandtypeattribute (mtk_duraspeed_service_27_0) true)
+(typeattributeset webview_zygote_exec_27_0 (webview_zygote_exec))
+(expandtypeattribute (webview_zygote_exec_27_0) true)
+(typeattributeset hal_tetheroffload_hwservice_27_0 (hal_tetheroffload_hwservice))
+(expandtypeattribute (hal_tetheroffload_hwservice_27_0) true)
+(typeattributeset zoneinfo_data_file_27_0 (zoneinfo_data_file))
+(expandtypeattribute (zoneinfo_data_file_27_0) true)
+(typeattributeset met_log_d_27_0 (met_log_d))
+(expandtypeattribute (met_log_d_27_0) true)
+(typeattributeset radio_27_0 (radio))
+(expandtypeattribute (radio_27_0) true)
+(typeattributeset pipefs_27_0 (pipefs))
+(expandtypeattribute (pipefs_27_0) true)
+(typeattributeset pstorefs_27_0 (pstorefs))
+(expandtypeattribute (pstorefs_27_0) true)
+(typeattributeset dm_agent_binder_27_0 (dm_agent_binder))
+(expandtypeattribute (dm_agent_binder_27_0) true)
+(typeattributeset mtk_advcamserver_27_0 (mtk_advcamserver))
+(expandtypeattribute (mtk_advcamserver_27_0) true)
+(typeattributeset proc_sysrq_27_0 (proc_sysrq))
+(expandtypeattribute (proc_sysrq_27_0) true)
+(typeattributeset audiocmdservice_atci_27_0 (audiocmdservice_atci))
+(expandtypeattribute (audiocmdservice_atci_27_0) true)
+(typeattributeset gatekeeperd_27_0 (gatekeeperd))
+(expandtypeattribute (gatekeeperd_27_0) true)
+(typeattributeset consumer_ir_service_27_0 (consumer_ir_service))
+(expandtypeattribute (consumer_ir_service_27_0) true)
+(typeattributeset aee_aedv_27_0 (aee_aedv))
+(expandtypeattribute (aee_aedv_27_0) true)
+(typeattributeset sysfs_zram_27_0 (sysfs_zram))
+(expandtypeattribute (sysfs_zram_27_0) true)
+(typeattributeset wifi_data_file_27_0 (wifi_data_file))
+(expandtypeattribute (wifi_data_file_27_0) true)
+(typeattributeset mediametrics_service_27_0 (mediametrics_service))
+(expandtypeattribute (mediametrics_service_27_0) true)
+(typeattributeset meta_tst_27_0 (meta_tst))
+(expandtypeattribute (meta_tst_27_0) true)
+(typeattributeset assetatlas_service_27_0 (assetatlas_service))
+(expandtypeattribute (assetatlas_service_27_0) true)
+(typeattributeset backup_service_27_0 (backup_service))
+(expandtypeattribute (backup_service_27_0) true)
+(typeattributeset pdx_display_manager_channel_socket_27_0 (pdx_display_manager_channel_socket))
+(expandtypeattribute (pdx_display_manager_channel_socket_27_0) true)
+(typeattributeset zero_device_27_0 (zero_device))
+(expandtypeattribute (zero_device_27_0) true)
+(typeattributeset hwservice_contexts_file_27_0 (hwservice_contexts_file))
+(expandtypeattribute (hwservice_contexts_file_27_0) true)
+(typeattributeset service_contexts_file_27_0 (service_contexts_file))
+(expandtypeattribute (service_contexts_file_27_0) true)
+(typeattributeset sysfs_uio_27_0 (sysfs_uio))
+(expandtypeattribute (sysfs_uio_27_0) true)
+(typeattributeset preopt2cachename_exec_27_0 (preopt2cachename_exec))
+(expandtypeattribute (preopt2cachename_exec_27_0) true)
+(typeattributeset vndservice_contexts_file_27_0 (vndservice_contexts_file))
+(expandtypeattribute (vndservice_contexts_file_27_0) true)
+(typeattributeset incident_27_0 (incident))
+(expandtypeattribute (incident_27_0) true)
+(typeattributeset cache_block_device_27_0 (cache_block_device))
+(expandtypeattribute (cache_block_device_27_0) true)
+(typeattributeset crash_dump_exec_27_0 (crash_dump_exec))
+(expandtypeattribute (crash_dump_exec_27_0) true)
+(typeattributeset shell_27_0 (shell))
+(expandtypeattribute (shell_27_0) true)
+(typeattributeset network_time_update_service_27_0 (network_time_update_service))
+(expandtypeattribute (network_time_update_service_27_0) true)
+(typeattributeset seapp_contexts_file_27_0 (seapp_contexts_file))
+(expandtypeattribute (seapp_contexts_file_27_0) true)
+(typeattributeset textclassification_service_27_0 (textclassification_service))
+(expandtypeattribute (textclassification_service_27_0) true)
+(typeattributeset blkid_untrusted_27_0 (blkid_untrusted))
+(expandtypeattribute (blkid_untrusted_27_0) true)
+(typeattributeset dumpstate_prop_27_0 (dumpstate_prop))
+(expandtypeattribute (dumpstate_prop_27_0) true)
+(typeattributeset zygote_exec_27_0 (zygote_exec))
+(expandtypeattribute (zygote_exec_27_0) true)
+(typeattributeset cppreopt_prop_27_0 (cppreopt_prop))
+(expandtypeattribute (cppreopt_prop_27_0) true)
+(typeattributeset radio_prop_27_0 (radio_prop))
+(expandtypeattribute (radio_prop_27_0) true)
+(typeattributeset postinstall_mnt_dir_27_0 (postinstall_mnt_dir))
+(expandtypeattribute (postinstall_mnt_dir_27_0) true)
+(typeattributeset misc_user_data_file_27_0 (misc_user_data_file))
+(expandtypeattribute (misc_user_data_file_27_0) true)
+(typeattributeset debugfs_wifi_tracing_27_0 (debugfs_wifi_tracing))
+(expandtypeattribute (debugfs_wifi_tracing_27_0) true)
+(typeattributeset shell_prop_27_0 (shell_prop))
+(expandtypeattribute (shell_prop_27_0) true)
+(typeattributeset ppl_agent_27_0 (ppl_agent))
+(expandtypeattribute (ppl_agent_27_0) true)
+(typeattributeset isolated_app_27_0 (isolated_app))
+(expandtypeattribute (isolated_app_27_0) true)
+(typeattributeset sysfs_vibrator_27_0 (sysfs_vibrator))
+(expandtypeattribute (sysfs_vibrator_27_0) true)
+(typeattributeset network_management_service_27_0 (network_management_service))
+(expandtypeattribute (network_management_service_27_0) true)
+(typeattributeset sysfs_hwrandom_27_0 (sysfs_hwrandom))
+(expandtypeattribute (sysfs_hwrandom_27_0) true)
+(typeattributeset system_server_27_0 (system_server))
+(expandtypeattribute (system_server_27_0) true)
+(typeattributeset device_identifiers_service_27_0 (device_identifiers_service))
+(expandtypeattribute (device_identifiers_service_27_0) true)
+(typeattributeset network_score_service_27_0 (network_score_service))
+(expandtypeattribute (network_score_service_27_0) true)
+(typeattributeset em_svr_27_0 (em_svr))
+(expandtypeattribute (em_svr_27_0) true)
+(typeattributeset e2fs_27_0 (e2fs))
+(expandtypeattribute (e2fs_27_0) true)
+(typeattributeset usbfs_27_0 (usbfs))
+(expandtypeattribute (usbfs_27_0) true)
+(typeattributeset system_wifi_keystore_hwservice_27_0 (system_wifi_keystore_hwservice))
+(expandtypeattribute (system_wifi_keystore_hwservice_27_0) true)
+(typeattributeset sdcardd_27_0 (sdcardd))
+(expandtypeattribute (sdcardd_27_0) true)
+(typeattributeset thermal_service_27_0 (thermal_service))
+(expandtypeattribute (thermal_service_27_0) true)
+(typeattributeset md_monitor_27_0 (md_monitor))
+(expandtypeattribute (md_monitor_27_0) true)
+(typeattributeset logdr_socket_27_0 (logdr_socket))
+(expandtypeattribute (logdr_socket_27_0) true)
+(typeattributeset logdw_socket_27_0 (logdw_socket))
+(expandtypeattribute (logdw_socket_27_0) true)
+(typeattributeset vpn_data_file_27_0 (vpn_data_file))
+(expandtypeattribute (vpn_data_file_27_0) true)
+(typeattributeset dalvikcache_data_file_27_0 (dalvikcache_data_file))
+(expandtypeattribute (dalvikcache_data_file_27_0) true)
+(typeattributeset mediaserver_service_27_0 (mediaserver_service))
+(expandtypeattribute (mediaserver_service_27_0) true)
+(typeattributeset property_data_file_27_0 (property_data_file))
+(expandtypeattribute (property_data_file_27_0) true)
+(typeattributeset wifi_log_prop_27_0 (wifi_log_prop))
+(expandtypeattribute (wifi_log_prop_27_0) true)
+(typeattributeset accessibility_service_27_0 (accessibility_service))
+(expandtypeattribute (accessibility_service_27_0) true)
+(typeattributeset camera_device_27_0 (camera_device))
+(expandtypeattribute (camera_device_27_0) true)
+(typeattributeset recovery_data_file_27_0 (recovery_data_file))
+(expandtypeattribute (recovery_data_file_27_0) true)
+(typeattributeset system_app_data_file_27_0 (system_app_data_file))
+(expandtypeattribute (system_app_data_file_27_0) true)
+(typeattributeset sysfs_leds_27_0 (sysfs_leds))
+(expandtypeattribute (sysfs_leds_27_0) true)
+(typeattributeset mediacodec_27_0 (mediacodec))
+(expandtypeattribute (mediacodec_27_0) true)
+(typeattributeset restrictions_service_27_0 (restrictions_service))
+(expandtypeattribute (restrictions_service_27_0) true)
+(typeattributeset ffs_prop_27_0 (ffs_prop))
+(expandtypeattribute (ffs_prop_27_0) true)
+(typeattributeset log_prop_27_0 (log_prop))
+(expandtypeattribute (log_prop_27_0) true)
+(typeattributeset mmc_prop_27_0 (mmc_prop))
+(expandtypeattribute (mmc_prop_27_0) true)
+(typeattributeset nfc_prop_27_0 (nfc_prop))
+(expandtypeattribute (nfc_prop_27_0) true)
+(typeattributeset toolbox_27_0 (toolbox))
+(expandtypeattribute (toolbox_27_0) true)
+(typeattributeset IProxyService_service_27_0 (IProxyService_service))
+(expandtypeattribute (IProxyService_service_27_0) true)
+(typeattributeset mnt_media_rw_stub_file_27_0 (mnt_media_rw_stub_file))
+(expandtypeattribute (mnt_media_rw_stub_file_27_0) true)
+(typeattributeset proc_27_0 (proc))
+(expandtypeattribute (proc_27_0) true)
+(typeattributeset bluetooth_socket_27_0 (bluetooth_socket))
+(expandtypeattribute (bluetooth_socket_27_0) true)
+(typeattributeset logcat_exec_27_0 (logcat_exec))
+(expandtypeattribute (logcat_exec_27_0) true)
+(typeattributeset inputflinger_exec_27_0 (inputflinger_exec))
+(expandtypeattribute (inputflinger_exec_27_0) true)
+(typeattributeset overlay_prop_27_0 (overlay_prop))
+(expandtypeattribute (overlay_prop_27_0) true)
+(typeattributeset hal_wifi_offload_hwservice_27_0 (hal_wifi_offload_hwservice))
+(expandtypeattribute (hal_wifi_offload_hwservice_27_0) true)
+(typeattributeset safemode_prop_27_0 (safemode_prop))
+(expandtypeattribute (safemode_prop_27_0) true)
+(typeattributeset wallpaper_file_27_0 (wallpaper_file))
+(expandtypeattribute (wallpaper_file_27_0) true)
+(typeattributeset shortcut_manager_icons_27_0 (shortcut_manager_icons))
+(expandtypeattribute (shortcut_manager_icons_27_0) true)
+(typeattributeset hal_neuralnetworks_hwservice_27_0 (hal_neuralnetworks_hwservice))
+(expandtypeattribute (hal_neuralnetworks_hwservice_27_0) true)
+(typeattributeset dhcp_prop_27_0 (dhcp_prop))
+(expandtypeattribute (dhcp_prop_27_0) true)
+(typeattributeset gps_control_27_0 (gps_control))
+(expandtypeattribute (gps_control_27_0) true)
+(typeattributeset logd_prop_27_0 (logd_prop))
+(expandtypeattribute (logd_prop_27_0) true)
+(typeattributeset dumpstate_options_prop_27_0 (dumpstate_options_prop))
+(expandtypeattribute (dumpstate_options_prop_27_0) true)
+(typeattributeset vold_prop_27_0 (vold_prop))
+(expandtypeattribute (vold_prop_27_0) true)
+(typeattributeset wifi_prop_27_0 (wifi_prop))
+(expandtypeattribute (wifi_prop_27_0) true)
+(typeattributeset imms_service_27_0 (imms_service))
+(expandtypeattribute (imms_service_27_0) true)
+(typeattributeset netd_socket_27_0 (netd_socket))
+(expandtypeattribute (netd_socket_27_0) true)
+(typeattributeset sysfs_27_0 (sysfs))
+(expandtypeattribute (sysfs_27_0) true)
+(typeattributeset default_android_service_27_0 (default_android_service))
+(expandtypeattribute (default_android_service_27_0) true)
+(typeattributeset bufferhubd_27_0 (bufferhubd))
+(expandtypeattribute (bufferhubd_27_0) true)
+(typeattributeset thermalserviced_exec_27_0 (thermalserviced_exec))
+(expandtypeattribute (thermalserviced_exec_27_0) true)
+(typeattributeset sysfs_devices_system_cpu_27_0 (sysfs_devices_system_cpu))
+(expandtypeattribute (sysfs_devices_system_cpu_27_0) true)
+(typeattributeset mtk_power_hal_mgr_service_27_0 (mtk_power_hal_mgr_service))
+(expandtypeattribute (mtk_power_hal_mgr_service_27_0) true)
+(typeattributeset untrusted_app_27_0 (untrusted_app))
+(expandtypeattribute (untrusted_app_27_0) true)
+(typeattributeset thermalindicator_27_0 (thermalindicator))
+(expandtypeattribute (thermalindicator_27_0) true)
+(typeattributeset shared_relro_27_0 (shared_relro))
+(expandtypeattribute (shared_relro_27_0) true)
+(typeattributeset hal_wifi_hwservice_27_0 (hal_wifi_hwservice))
+(expandtypeattribute (hal_wifi_hwservice_27_0) true)
+(typeattributeset alarm_device_27_0 (alarm_device))
+(expandtypeattribute (alarm_device_27_0) true)
+(typeattributeset hal_graphics_mapper_hwservice_27_0 (hal_graphics_mapper_hwservice))
+(expandtypeattribute (hal_graphics_mapper_hwservice_27_0) true)
+(typeattributeset audio_data_file_27_0 (audio_data_file))
+(expandtypeattribute (audio_data_file_27_0) true)
+(typeattributeset radio_data_file_27_0 (radio_data_file))
+(expandtypeattribute (radio_data_file_27_0) true)
+(typeattributeset display_service_27_0 (display_service))
+(expandtypeattribute (display_service_27_0) true)
+(typeattributeset overlay_service_27_0 (overlay_service))
+(expandtypeattribute (overlay_service_27_0) true)
+(typeattributeset hal_wifi_supplicant_hwservice_27_0 (hal_wifi_supplicant_hwservice))
+(expandtypeattribute (hal_wifi_supplicant_hwservice_27_0) true)
+(typeattributeset performanced_exec_27_0 (performanced_exec))
+(expandtypeattribute (performanced_exec_27_0) true)
+(typeattributeset hal_health_hwservice_27_0 (hal_health_hwservice))
+(expandtypeattribute (hal_health_hwservice_27_0) true)
+(typeattributeset system_wpa_socket_27_0 (system_wpa_socket))
+(expandtypeattribute (system_wpa_socket_27_0) true)
+(typeattributeset fsck_27_0 (fsck))
+(expandtypeattribute (fsck_27_0) true)
+(typeattributeset netd_listener_service_27_0 (netd_listener_service))
+(expandtypeattribute (netd_listener_service_27_0) true)
+(typeattributeset app_fusefs_27_0 (app_fusefs))
+(expandtypeattribute (app_fusefs_27_0) true)
+(typeattributeset proc_overcommit_memory_27_0 (proc_overcommit_memory))
+(expandtypeattribute (proc_overcommit_memory_27_0) true)
+(typeattributeset ctl_dumpstate_prop_27_0 (ctl_dumpstate_prop))
+(expandtypeattribute (ctl_dumpstate_prop_27_0) true)
+(typeattributeset fpspolicy-server_service_27_0 (fpspolicy-server_service))
+(expandtypeattribute (fpspolicy-server_service_27_0) true)
+(typeattributeset connmetrics_service_27_0 (connmetrics_service))
+(expandtypeattribute (connmetrics_service_27_0) true)
+(typeattributeset proc_uid_cputime_removeuid_27_0 (proc_uid_cputime_removeuid))
+(expandtypeattribute (proc_uid_cputime_removeuid_27_0) true)
+(typeattributeset boot_block_device_27_0 (boot_block_device))
+(expandtypeattribute (boot_block_device_27_0) true)
+(typeattributeset powerctl_prop_27_0 (powerctl_prop))
+(expandtypeattribute (powerctl_prop_27_0) true)
+(typeattributeset misc_block_device_27_0 (misc_block_device))
+(expandtypeattribute (misc_block_device_27_0) true)
+(typeattributeset root_block_device_27_0 (root_block_device))
+(expandtypeattribute (root_block_device_27_0) true)
+(typeattributeset swap_block_device_27_0 (swap_block_device))
+(expandtypeattribute (swap_block_device_27_0) true)
+(typeattributeset block_device_27_0 (block_device))
+(expandtypeattribute (block_device_27_0) true)
+(typeattributeset kb_block_device_27_0 (kb_block_device))
+(expandtypeattribute (kb_block_device_27_0) true)
+(typeattributeset dkb_block_device_27_0 (dkb_block_device))
+(expandtypeattribute (dkb_block_device_27_0) true)
+(typeattributeset frp_block_device_27_0 (frp_block_device))
+(expandtypeattribute (frp_block_device_27_0) true)
+(typeattributeset loop_device_27_0 (loop_device))
+(expandtypeattribute (loop_device_27_0) true)
+(typeattributeset nvram_agent_service_27_0 (nvram_agent_service))
+(expandtypeattribute (nvram_agent_service_27_0) true)
+(typeattributeset dnsproxyd_socket_27_0 (dnsproxyd_socket))
+(expandtypeattribute (dnsproxyd_socket_27_0) true)
+(typeattributeset crash_dump_27_0 (crash_dump))
+(expandtypeattribute (crash_dump_27_0) true)
+(typeattributeset hal_keymaster_hwservice_27_0 (hal_keymaster_hwservice))
+(expandtypeattribute (hal_keymaster_hwservice_27_0) true)
+(typeattributeset shm_27_0 (shm))
+(expandtypeattribute (shm_27_0) true)
+(typeattributeset installd_service_27_0 (installd_service))
+(expandtypeattribute (installd_service_27_0) true)
+(typeattributeset atcid_27_0 (atcid))
+(expandtypeattribute (atcid_27_0) true)
+(typeattributeset proc_uid_cputime_showstat_27_0 (proc_uid_cputime_showstat))
+(expandtypeattribute (proc_uid_cputime_showstat_27_0) true)
+(typeattributeset bootstat_exec_27_0 (bootstat_exec))
+(expandtypeattribute (bootstat_exec_27_0) true)
+(typeattributeset mdns_socket_27_0 (mdns_socket))
+(expandtypeattribute (mdns_socket_27_0) true)
+(typeattributeset oem_lock_service_27_0 (oem_lock_service))
+(expandtypeattribute (oem_lock_service_27_0) true)
+(typeattributeset audioserver_27_0 (audioserver))
+(expandtypeattribute (audioserver_27_0) true)
+(typeattributeset tmpfs_27_0 (tmpfs))
+(expandtypeattribute (tmpfs_27_0) true)
+(typeattributeset bootanim_exec_27_0 (bootanim_exec))
+(expandtypeattribute (bootanim_exec_27_0) true)
+(typeattributeset vendor_configs_file_27_0 (vendor_configs_file))
+(expandtypeattribute (vendor_configs_file_27_0) true)
+(typeattributeset vendor_shell_exec_27_0 (vendor_shell_exec))
+(expandtypeattribute (vendor_shell_exec_27_0) true)
+(typeattributeset program_binary_27_0 (program_binary))
+(expandtypeattribute (program_binary_27_0) true)
+(typeattributeset hwservicemanager_prop_27_0 (hwservicemanager_prop))
+(expandtypeattribute (hwservicemanager_prop_27_0) true)
+(typeattributeset clatd_27_0 (clatd))
+(expandtypeattribute (clatd_27_0) true)
+(typeattributeset input_device_27_0 (input_device))
+(expandtypeattribute (input_device_27_0) true)
+(typeattributeset DockObserver_service_27_0 (DockObserver_service))
+(expandtypeattribute (DockObserver_service_27_0) true)
+(typeattributeset shell_data_file_27_0 (shell_data_file))
+(expandtypeattribute (shell_data_file_27_0) true)
+(typeattributeset bluetooth_manager_service_27_0 (bluetooth_manager_service))
+(expandtypeattribute (bluetooth_manager_service_27_0) true)
+(typeattributeset contexthub_service_27_0 (contexthub_service))
+(expandtypeattribute (contexthub_service_27_0) true)
+(typeattributeset dnsmasq_27_0 (dnsmasq))
+(expandtypeattribute (dnsmasq_27_0) true)
+(typeattributeset dumpstate_27_0 (dumpstate))
+(expandtypeattribute (dumpstate_27_0) true)
+(typeattributeset cmddumper_27_0 (cmddumper))
+(expandtypeattribute (cmddumper_27_0) true)
+(typeattributeset mtk_mobile_service_27_0 (mtk_mobile_service))
+(expandtypeattribute (mtk_mobile_service_27_0) true)
+(typeattributeset install_data_file_27_0 (install_data_file))
+(expandtypeattribute (install_data_file_27_0) true)
+(typeattributeset asec_image_file_27_0 (asec_image_file))
+(expandtypeattribute (asec_image_file_27_0) true)
+(typeattributeset hardware_properties_service_27_0 (hardware_properties_service))
+(expandtypeattribute (hardware_properties_service_27_0) true)
+(typeattributeset owntty_device_27_0 (owntty_device))
+(expandtypeattribute (owntty_device_27_0) true)
+(typeattributeset null_device_27_0 (null_device))
+(expandtypeattribute (null_device_27_0) true)
+(typeattributeset uimode_service_27_0 (uimode_service))
+(expandtypeattribute (uimode_service_27_0) true)
+(typeattributeset uncrypt_exec_27_0 (uncrypt_exec))
+(expandtypeattribute (uncrypt_exec_27_0) true)
+(typeattributeset priv_app_27_0 (priv_app))
+(expandtypeattribute (priv_app_27_0) true)
+(typeattributeset hal_bluetooth_hwservice_27_0 (hal_bluetooth_hwservice))
+(expandtypeattribute (hal_bluetooth_hwservice_27_0) true)
+(typeattributeset wifiscanner_service_27_0 (wifiscanner_service))
+(expandtypeattribute (wifiscanner_service_27_0) true)
+(typeattributeset audio_timer_device_27_0 (audio_timer_device))
+(expandtypeattribute (audio_timer_device_27_0) true)
+(typeattributeset bluetooth_data_file_27_0 (bluetooth_data_file))
+(expandtypeattribute (bluetooth_data_file_27_0) true)
+(typeattributeset loop_control_device_27_0 (loop_control_device))
+(expandtypeattribute (loop_control_device_27_0) true)
+(typeattributeset pdx_display_client_endpoint_socket_27_0 (pdx_display_client_endpoint_socket))
+(expandtypeattribute (pdx_display_client_endpoint_socket_27_0) true)
+(typeattributeset net_dns_prop_27_0 (net_dns_prop))
+(expandtypeattribute (net_dns_prop_27_0) true)
+(typeattributeset fingerprintd_27_0 (fingerprintd))
+(expandtypeattribute (fingerprintd_27_0) true)
+(typeattributeset bluetooth_prop_27_0 (bluetooth_prop))
+(expandtypeattribute (bluetooth_prop_27_0) true)
+(typeattributeset hal_power_hwservice_27_0 (hal_power_hwservice))
+(expandtypeattribute (hal_power_hwservice_27_0) true)
+(typeattributeset hal_fingerprint_hwservice_27_0 (hal_fingerprint_hwservice))
+(expandtypeattribute (hal_fingerprint_hwservice_27_0) true)
+(typeattributeset font_service_27_0 (font_service))
+(expandtypeattribute (font_service_27_0) true)
+(typeattributeset timezone_service_27_0 (timezone_service))
+(expandtypeattribute (timezone_service_27_0) true)
+(typeattributeset wificond_service_27_0 (wificond_service))
+(expandtypeattribute (wificond_service_27_0) true)
+(typeattributeset postinstall_file_27_0 (postinstall_file))
+(expandtypeattribute (postinstall_file_27_0) true)
+(typeattributeset qtaguid_proc_27_0 (qtaguid_proc))
+(expandtypeattribute (qtaguid_proc_27_0) true)
+(typeattributeset ctl_bugreport_prop_27_0 (ctl_bugreport_prop))
+(expandtypeattribute (ctl_bugreport_prop_27_0) true)
+(typeattributeset mtk_data_shaping_service_27_0 (mtk_data_shaping_service))
+(expandtypeattribute (mtk_data_shaping_service_27_0) true)
+(typeattributeset hal_tv_input_hwservice_27_0 (hal_tv_input_hwservice))
+(expandtypeattribute (hal_tv_input_hwservice_27_0) true)
+(typeattributeset mtk_search_engine_service_27_0 (mtk_search_engine_service))
+(expandtypeattribute (mtk_search_engine_service_27_0) true)
+(typeattributeset dalvik_prop_27_0 (dalvik_prop))
+(expandtypeattribute (dalvik_prop_27_0) true)
+(typeattributeset inputflinger_service_27_0 (inputflinger_service))
+(expandtypeattribute (inputflinger_service_27_0) true)
+(typeattributeset audio_seq_device_27_0 (audio_seq_device))
+(expandtypeattribute (audio_seq_device_27_0) true)
+(typeattributeset mtk_anrmanager_service_27_0 (mtk_anrmanager_service))
+(expandtypeattribute (mtk_anrmanager_service_27_0) true)
+(typeattributeset mtpd_socket_27_0 (mtpd_socket))
+(expandtypeattribute (mtpd_socket_27_0) true)
+(typeattributeset keystore_service_27_0 (keystore_service))
+(expandtypeattribute (keystore_service_27_0) true)
+(typeattributeset bluetooth_service_27_0 (bluetooth_service))
+(expandtypeattribute (bluetooth_service_27_0) true)
+(typeattributeset appops_service_27_0 (appops_service))
+(expandtypeattribute (appops_service_27_0) true)
+(typeattributeset system_data_file_27_0 (system_data_file))
+(expandtypeattribute (system_data_file_27_0) true)
+(typeattributeset devpts_27_0 (devpts))
+(expandtypeattribute (devpts_27_0) true)
+(typeattributeset aee_aed_27_0 (aee_aed))
+(expandtypeattribute (aee_aed_27_0) true)
+(typeattributeset drm_data_file_27_0 (drm_data_file))
+(expandtypeattribute (drm_data_file_27_0) true)
+(typeattributeset hal_broadcastradio_hwservice_27_0 (hal_broadcastradio_hwservice))
+(expandtypeattribute (hal_broadcastradio_hwservice_27_0) true)
+(typeattributeset system_net_netd_hwservice_27_0 (system_net_netd_hwservice))
+(expandtypeattribute (system_net_netd_hwservice_27_0) true)
+(typeattributeset su_27_0 (su))
+(expandtypeattribute (su_27_0) true)
+(typeattributeset otadexopt_service_27_0 (otadexopt_service))
+(expandtypeattribute (otadexopt_service_27_0) true)
+(typeattributeset proc_security_27_0 (proc_security))
+(expandtypeattribute (proc_security_27_0) true)
+(typeattributeset nfc_service_27_0 (nfc_service))
+(expandtypeattribute (nfc_service_27_0) true)
+(typeattributeset settings_service_27_0 (settings_service))
+(expandtypeattribute (settings_service_27_0) true)
+(typeattributeset cppreopts_27_0 (cppreopts))
+(expandtypeattribute (cppreopts_27_0) true)
+(typeattributeset debugfs_tracing_debug_27_0 (debugfs_tracing_debug))
+(expandtypeattribute (debugfs_tracing_debug_27_0) true)
+(typeattributeset cpuinfo_service_27_0 (cpuinfo_service))
+(expandtypeattribute (cpuinfo_service_27_0) true)
+(typeattributeset dbinfo_service_27_0 (dbinfo_service))
+(expandtypeattribute (dbinfo_service_27_0) true)
+(typeattributeset gfxinfo_service_27_0 (gfxinfo_service))
+(expandtypeattribute (gfxinfo_service_27_0) true)
+(typeattributeset meminfo_service_27_0 (meminfo_service))
+(expandtypeattribute (meminfo_service_27_0) true)
+(typeattributeset dnsmasq_exec_27_0 (dnsmasq_exec))
+(expandtypeattribute (dnsmasq_exec_27_0) true)
+(typeattributeset ppp_27_0 (ppp))
+(expandtypeattribute (ppp_27_0) true)
+(typeattributeset vndbinder_device_27_0 (vndbinder_device))
+(expandtypeattribute (vndbinder_device_27_0) true)
+(typeattributeset ethernet_service_27_0 (ethernet_service))
+(expandtypeattribute (ethernet_service_27_0) true)
+(typeattributeset pinner_service_27_0 (pinner_service))
+(expandtypeattribute (pinner_service_27_0) true)
+(typeattributeset performanced_27_0 (performanced))
+(expandtypeattribute (performanced_27_0) true)
+(typeattributeset systemkeys_data_file_27_0 (systemkeys_data_file))
+(expandtypeattribute (systemkeys_data_file_27_0) true)
+(typeattributeset binder_device_27_0 (binder_device))
+(expandtypeattribute (binder_device_27_0) true)
+(typeattributeset hwbinder_device_27_0 (hwbinder_device))
+(expandtypeattribute (hwbinder_device_27_0) true)
+(typeattributeset hw_random_device_27_0 (hw_random_device))
+(expandtypeattribute (hw_random_device_27_0) true)
+(typeattributeset random_device_27_0 (random_device))
+(expandtypeattribute (random_device_27_0) true)
+(typeattributeset ctl_default_prop_27_0 (ctl_default_prop))
+(expandtypeattribute (ctl_default_prop_27_0) true)
+(typeattributeset mtk_msg_monitor_service_27_0 (mtk_msg_monitor_service))
+(expandtypeattribute (mtk_msg_monitor_service_27_0) true)
+(typeattributeset userdata_block_device_27_0 (userdata_block_device))
+(expandtypeattribute (userdata_block_device_27_0) true)
+(typeattributeset default_prop_27_0 (default_prop))
+(expandtypeattribute (default_prop_27_0) true)
+(typeattributeset vndk_sp_file_27_0 (vndk_sp_file))
+(expandtypeattribute (vndk_sp_file_27_0) true)
+(typeattributeset cameraserver_27_0 (cameraserver))
+(expandtypeattribute (cameraserver_27_0) true)
+(typeattributeset otapreopt_slot_exec_27_0 (otapreopt_slot_exec))
+(expandtypeattribute (otapreopt_slot_exec_27_0) true)
+(typeattributeset debuggerd_prop_27_0 (debuggerd_prop))
+(expandtypeattribute (debuggerd_prop_27_0) true)
+(typeattributeset vendor_toolbox_exec_27_0 (vendor_toolbox_exec))
+(expandtypeattribute (vendor_toolbox_exec_27_0) true)
+(typeattributeset shared_relro_file_27_0 (shared_relro_file))
+(expandtypeattribute (shared_relro_file_27_0) true)
+(typeattributeset lmkd_socket_27_0 (lmkd_socket))
+(expandtypeattribute (lmkd_socket_27_0) true)
+(typeattributeset thermald_27_0 (thermald))
+(expandtypeattribute (thermald_27_0) true)
+(typeattributeset hal_drm_hwservice_27_0 (hal_drm_hwservice))
+(expandtypeattribute (hal_drm_hwservice_27_0) true)
+(typeattributeset ringtone_file_27_0 (ringtone_file))
+(expandtypeattribute (ringtone_file_27_0) true)
+(typeattributeset toolbox_exec_27_0 (toolbox_exec))
+(expandtypeattribute (toolbox_exec_27_0) true)
+(typeattributeset mtk_appdetection_service_27_0 (mtk_appdetection_service))
+(expandtypeattribute (mtk_appdetection_service_27_0) true)
+(typeattributeset mtk_fullscreen_switch_service_27_0 (mtk_fullscreen_switch_service))
+(expandtypeattribute (mtk_fullscreen_switch_service_27_0) true)
+(typeattributeset permission_service_27_0 (permission_service))
+(expandtypeattribute (permission_service_27_0) true)
+(typeattributeset metadata_block_device_27_0 (metadata_block_device))
+(expandtypeattribute (metadata_block_device_27_0) true)
+(typeattributeset kpoc_charger_27_0 (kpoc_charger))
+(expandtypeattribute (kpoc_charger_27_0) true)
+(typeattributeset logd_socket_27_0 (logd_socket))
+(expandtypeattribute (logd_socket_27_0) true)
+(typeattributeset mtkbootanimation_27_0 (mtkbootanimation))
+(expandtypeattribute (mtkbootanimation_27_0) true)
+(typeattributeset mac_perms_file_27_0 (mac_perms_file))
+(expandtypeattribute (mac_perms_file_27_0) true)
+(typeattributeset vendor_app_file_27_0 (vendor_app_file))
+(expandtypeattribute (vendor_app_file_27_0) true)
+(typeattributeset vendor_hal_file_27_0 (vendor_hal_file))
+(expandtypeattribute (vendor_hal_file_27_0) true)
+(typeattributeset sysfs_wlan_fwpath_27_0 (sysfs_wlan_fwpath))
+(expandtypeattribute (sysfs_wlan_fwpath_27_0) true)
+(typeattributeset nfc_27_0 (nfc))
+(expandtypeattribute (nfc_27_0) true)
+(typeattributeset default_android_vndservice_27_0 (default_android_vndservice))
+(expandtypeattribute (default_android_vndservice_27_0) true)
+(typeattributeset rtc_device_27_0 (rtc_device))
+(expandtypeattribute (rtc_device_27_0) true)
+(typeattributeset ram_device_27_0 (ram_device))
+(expandtypeattribute (ram_device_27_0) true)
+(typeattributeset perfprofd_data_file_27_0 (perfprofd_data_file))
+(expandtypeattribute (perfprofd_data_file_27_0) true)
+(typeattributeset mtk_omadm_service_27_0 (mtk_omadm_service))
+(expandtypeattribute (mtk_omadm_service_27_0) true)
+(typeattributeset nativetest_data_file_27_0 (nativetest_data_file))
+(expandtypeattribute (nativetest_data_file_27_0) true)
+(typeattributeset country_detector_service_27_0 (country_detector_service))
+(expandtypeattribute (country_detector_service_27_0) true)
+(typeattributeset cgroup_27_0 (cgroup))
+(expandtypeattribute (cgroup_27_0) true)
+(typeattributeset drmserver_socket_27_0 (drmserver_socket))
+(expandtypeattribute (drmserver_socket_27_0) true)
+(typeattributeset ppp_device_27_0 (ppp_device))
+(expandtypeattribute (ppp_device_27_0) true)
+(typeattributeset proc_net_27_0 (proc_net))
+(expandtypeattribute (proc_net_27_0) true)
+(typeattributeset zygote_27_0 (zygote))
+(expandtypeattribute (zygote_27_0) true)
+(typeattributeset untrusted_app_25_27_0 (untrusted_app_25))
+(expandtypeattribute (untrusted_app_25_27_0) true)
+(typeattributeset adb_data_file_27_0 (adb_data_file))
+(expandtypeattribute (adb_data_file_27_0) true)
+(typeattributeset anr_data_file_27_0 (anr_data_file))
+(expandtypeattribute (anr_data_file_27_0) true)
+(typeattributeset adb_keys_file_27_0 (adb_keys_file))
+(expandtypeattribute (adb_keys_file_27_0) true)
+(typeattributeset GoogleOtaBinder_27_0 (GoogleOtaBinder))
+(expandtypeattribute (GoogleOtaBinder_27_0) true)
+(typeattributeset kernel_27_0 (kernel))
+(expandtypeattribute (kernel_27_0) true)
+(typeattributeset servicediscovery_service_27_0 (servicediscovery_service))
+(expandtypeattribute (servicediscovery_service_27_0) true)
+(typeattributeset coverage_service_27_0 (coverage_service))
+(expandtypeattribute (coverage_service_27_0) true)
+(typeattributeset keystore_27_0 (keystore))
+(expandtypeattribute (keystore_27_0) true)
+(typeattributeset package_service_27_0 (package_service))
+(expandtypeattribute (package_service_27_0) true)
+(typeattributeset ephemeral_app_27_0 (ephemeral_app))
+(expandtypeattribute (ephemeral_app_27_0) true)
+(typeattributeset bluetooth_27_0 (bluetooth))
+(expandtypeattribute (bluetooth_27_0) true)
+(typeattributeset inputflinger_27_0 (inputflinger))
+(expandtypeattribute (inputflinger_27_0) true)
+(typeattributeset vcs_device_27_0 (vcs_device))
+(expandtypeattribute (vcs_device_27_0) true)
+(typeattributeset hal_oemlock_hwservice_27_0 (hal_oemlock_hwservice))
+(expandtypeattribute (hal_oemlock_hwservice_27_0) true)
+(typeattributeset port_27_0 (port))
+(expandtypeattribute (port_27_0) true)
+(typeattributeset factory_27_0 (factory))
+(expandtypeattribute (factory_27_0) true)
+(typeattributeset virtual_touchpad_exec_27_0 (virtual_touchpad_exec))
+(expandtypeattribute (virtual_touchpad_exec_27_0) true)
+(typeattributeset runas_27_0 (runas))
+(expandtypeattribute (runas_27_0) true)
+(typeattributeset tty_device_27_0 (tty_device))
+(expandtypeattribute (tty_device_27_0) true)
+(typeattributeset tun_device_27_0 (tun_device))
+(expandtypeattribute (tun_device_27_0) true)
+(typeattributeset clatd_exec_27_0 (clatd_exec))
+(expandtypeattribute (clatd_exec_27_0) true)
+(typeattributeset uio_device_27_0 (uio_device))
+(expandtypeattribute (uio_device_27_0) true)
+(typeattributeset usb_device_27_0 (usb_device))
+(expandtypeattribute (usb_device_27_0) true)
+(typeattributeset tv_input_service_27_0 (tv_input_service))
+(expandtypeattribute (tv_input_service_27_0) true)
+(typeattributeset input_service_27_0 (input_service))
+(expandtypeattribute (input_service_27_0) true)
+(typeattributeset tee_device_27_0 (tee_device))
+(expandtypeattribute (tee_device_27_0) true)
+(typeattributeset hal_memtrack_hwservice_27_0 (hal_memtrack_hwservice))
+(expandtypeattribute (hal_memtrack_hwservice_27_0) true)
+(typeattributeset radio_device_27_0 (radio_device))
+(expandtypeattribute (radio_device_27_0) true)
+(typeattributeset bootstat_data_file_27_0 (bootstat_data_file))
+(expandtypeattribute (bootstat_data_file_27_0) true)
+(typeattributeset ptmx_device_27_0 (ptmx_device))
+(expandtypeattribute (ptmx_device_27_0) true)
+(typeattributeset textservices_service_27_0 (textservices_service))
+(expandtypeattribute (textservices_service_27_0) true)
+(typeattributeset usbaccessory_device_27_0 (usbaccessory_device))
+(expandtypeattribute (usbaccessory_device_27_0) true)
+(typeattributeset asec_public_file_27_0 (asec_public_file))
+(expandtypeattribute (asec_public_file_27_0) true)
+(typeattributeset hal_usb_hwservice_27_0 (hal_usb_hwservice))
+(expandtypeattribute (hal_usb_hwservice_27_0) true)
+(typeattributeset recovery_refresh_exec_27_0 (recovery_refresh_exec))
+(expandtypeattribute (recovery_refresh_exec_27_0) true)
+(typeattributeset pdx_performance_client_endpoint_socket_27_0 (pdx_performance_client_endpoint_socket))
+(expandtypeattribute (pdx_performance_client_endpoint_socket_27_0) true)
+(typeattributeset user_profile_data_file_27_0 (user_profile_data_file))
+(expandtypeattribute (user_profile_data_file_27_0) true)
+(typeattributeset input_method_service_27_0 (input_method_service))
+(expandtypeattribute (input_method_service_27_0) true)
+(typeattributeset media_projection_service_27_0 (media_projection_service))
+(expandtypeattribute (media_projection_service_27_0) true)
+(typeattributeset racoon_socket_27_0 (racoon_socket))
+(expandtypeattribute (racoon_socket_27_0) true)
+(typeattributeset cameraserver_service_27_0 (cameraserver_service))
+(expandtypeattribute (cameraserver_service_27_0) true)
+(typeattributeset idmap_exec_27_0 (idmap_exec))
+(expandtypeattribute (idmap_exec_27_0) true)
+(typeattributeset uncrypt_socket_27_0 (uncrypt_socket))
+(expandtypeattribute (uncrypt_socket_27_0) true)
+(typeattributeset install_recovery_27_0 (install_recovery))
+(expandtypeattribute (install_recovery_27_0) true)
+(typeattributeset logpersistd_logging_prop_27_0 (logpersistd_logging_prop))
+(expandtypeattribute (logpersistd_logging_prop_27_0) true)
+(typeattributeset hal_configstore_ISurfaceFlingerConfigs_27_0 (hal_configstore_ISurfaceFlingerConfigs))
+(expandtypeattribute (hal_configstore_ISurfaceFlingerConfigs_27_0) true)
+(typeattributeset hal_ir_hwservice_27_0 (hal_ir_hwservice))
+(expandtypeattribute (hal_ir_hwservice_27_0) true)
+(typeattributeset hal_vr_hwservice_27_0 (hal_vr_hwservice))
+(expandtypeattribute (hal_vr_hwservice_27_0) true)
+(typeattributeset incident_data_file_27_0 (incident_data_file))
+(expandtypeattribute (incident_data_file_27_0) true)
+(typeattributeset webview_zygote_27_0 (webview_zygote))
+(expandtypeattribute (webview_zygote_27_0) true)
+(typeattributeset proc_uid_procstat_set_27_0 (proc_uid_procstat_set))
+(expandtypeattribute (proc_uid_procstat_set_27_0) true)
+(typeattributeset connectivity_service_27_0 (connectivity_service))
+(expandtypeattribute (connectivity_service_27_0) true)
+(typeattributeset notification_service_27_0 (notification_service))
+(expandtypeattribute (notification_service_27_0) true)
+(typeattributeset init_27_0 (init))
+(expandtypeattribute (init_27_0) true)
+(typeattributeset logpersist_27_0 (logpersist))
+(expandtypeattribute (logpersist_27_0) true)
+(typeattributeset dreams_service_27_0 (dreams_service))
+(expandtypeattribute (dreams_service_27_0) true)
+(typeattributeset companion_device_service_27_0 (companion_device_service))
+(expandtypeattribute (companion_device_service_27_0) true)
+(typeattributeset bootanim_27_0 (bootanim))
+(expandtypeattribute (bootanim_27_0) true)
+(typeattributeset ota_package_file_27_0 (ota_package_file))
+(expandtypeattribute (ota_package_file_27_0) true)
+(typeattributeset diskstats_service_27_0 (diskstats_service))
+(expandtypeattribute (diskstats_service_27_0) true)
+(typeattributeset wallpaper_service_27_0 (wallpaper_service))
+(expandtypeattribute (wallpaper_service_27_0) true)
+(typeattributeset fscklogs_27_0 (fscklogs))
+(expandtypeattribute (fscklogs_27_0) true)
+(typeattributeset task_service_27_0 (task_service))
+(expandtypeattribute (task_service_27_0) true)
+(typeattributeset hardware_service_27_0 (hardware_service))
+(expandtypeattribute (hardware_service_27_0) true)
+(typeattributeset logd_27_0 (logd))
+(expandtypeattribute (logd_27_0) true)
+(typeattributeset procstats_service_27_0 (procstats_service))
+(expandtypeattribute (procstats_service_27_0) true)
+(typeattributeset dumpstate_service_27_0 (dumpstate_service))
+(expandtypeattribute (dumpstate_service_27_0) true)
+(typeattributeset fingerprintd_exec_27_0 (fingerprintd_exec))
+(expandtypeattribute (fingerprintd_exec_27_0) true)
+(typeattributeset alarm_service_27_0 (alarm_service))
+(expandtypeattribute (alarm_service_27_0) true)
+(typeattributeset rttmanager_service_27_0 (rttmanager_service))
+(expandtypeattribute (rttmanager_service_27_0) true)
+(typeattributeset fwk_sensor_hwservice_27_0 (fwk_sensor_hwservice))
+(expandtypeattribute (fwk_sensor_hwservice_27_0) true)
+(typeattributeset ueventd_27_0 (ueventd))
+(expandtypeattribute (ueventd_27_0) true)
+(typeattributeset node_27_0 (node))
+(expandtypeattribute (node_27_0) true)
+(typeattributeset nfc_data_file_27_0 (nfc_data_file))
+(expandtypeattribute (nfc_data_file_27_0) true)
+(typeattributeset misc_logd_file_27_0 (misc_logd_file))
+(expandtypeattribute (misc_logd_file_27_0) true)
+(typeattributeset sepolicy_file_27_0 (sepolicy_file))
+(expandtypeattribute (sepolicy_file_27_0) true)
+(typeattributeset audioserver_service_27_0 (audioserver_service))
+(expandtypeattribute (audioserver_service_27_0) true)
+(typeattributeset sysfs_mac_address_27_0 (sysfs_mac_address))
+(expandtypeattribute (sysfs_mac_address_27_0) true)
+(typeattributeset modprobe_27_0 (modprobe))
+(expandtypeattribute (modprobe_27_0) true)
+(typeattributeset incidentd_27_0 (incidentd))
+(expandtypeattribute (incidentd_27_0) true)
+(typeattributeset apk_tmp_file_27_0 (apk_tmp_file))
+(expandtypeattribute (apk_tmp_file_27_0) true)
+(typeattributeset gpu_device_27_0 (gpu_device))
+(expandtypeattribute (gpu_device_27_0) true)
+(typeattributeset mdnsd_27_0 (mdnsd))
+(expandtypeattribute (mdnsd_27_0) true)
+(typeattributeset proc_uid_io_stats_27_0 (proc_uid_io_stats))
+(expandtypeattribute (proc_uid_io_stats_27_0) true)
+(typeattributeset sensorservice_service_27_0 (sensorservice_service))
+(expandtypeattribute (sensorservice_service_27_0) true)
+(typeattributeset runas_exec_27_0 (runas_exec))
+(expandtypeattribute (runas_exec_27_0) true)
+(typeattributeset dex2oat_27_0 (dex2oat))
+(expandtypeattribute (dex2oat_27_0) true)
+(typeattributeset wifiaware_service_27_0 (wifiaware_service))
+(expandtypeattribute (wifiaware_service_27_0) true)
+(typeattributeset netstats_service_27_0 (netstats_service))
+(expandtypeattribute (netstats_service_27_0) true)
+(typeattributeset vr_manager_service_27_0 (vr_manager_service))
+(expandtypeattribute (vr_manager_service_27_0) true)
+(typeattributeset watchdogd_27_0 (watchdogd))
+(expandtypeattribute (watchdogd_27_0) true)
+(typeattributeset mediacodec_exec_27_0 (mediacodec_exec))
+(expandtypeattribute (mediacodec_exec_27_0) true)
+(typeattributeset tzdatacheck_exec_27_0 (tzdatacheck_exec))
+(expandtypeattribute (tzdatacheck_exec_27_0) true)
+(typeattributeset mtk_simphonebook_service_27_0 (mtk_simphonebook_service))
+(expandtypeattribute (mtk_simphonebook_service_27_0) true)
+(typeattributeset shell_exec_27_0 (shell_exec))
+(expandtypeattribute (shell_exec_27_0) true)
+(typeattributeset hdmi_control_service_27_0 (hdmi_control_service))
+(expandtypeattribute (hdmi_control_service_27_0) true)
+(typeattributeset clipboard_service_27_0 (clipboard_service))
+(expandtypeattribute (clipboard_service_27_0) true)
+(typeattributeset dumpstate_exec_27_0 (dumpstate_exec))
+(expandtypeattribute (dumpstate_exec_27_0) true)
+(typeattributeset mtk_epdg_service_27_0 (mtk_epdg_service))
+(expandtypeattribute (mtk_epdg_service_27_0) true)
+(typeattributeset perfprofd_27_0 (perfprofd))
+(expandtypeattribute (perfprofd_27_0) true)
+(typeattributeset netutils_wrapper_exec_27_0 (netutils_wrapper_exec))
+(expandtypeattribute (netutils_wrapper_exec_27_0) true)
+(typeattributeset tombstoned_intercept_socket_27_0 (tombstoned_intercept_socket))
+(expandtypeattribute (tombstoned_intercept_socket_27_0) true)
+(typeattributeset wificond_27_0 (wificond))
+(expandtypeattribute (wificond_27_0) true)
+(typeattributeset debugfs_mmc_27_0 (debugfs_mmc))
+(expandtypeattribute (debugfs_mmc_27_0) true)
+(typeattributeset netutils_wrapper_27_0 (netutils_wrapper))
+(expandtypeattribute (netutils_wrapper_27_0) true)
+(typeattributeset racoon_27_0 (racoon))
+(expandtypeattribute (racoon_27_0) true)
+(typeattributeset hal_cas_hwservice_27_0 (hal_cas_hwservice))
+(expandtypeattribute (hal_cas_hwservice_27_0) true)
+(typeattributeset hal_nfc_hwservice_27_0 (hal_nfc_hwservice))
+(expandtypeattribute (hal_nfc_hwservice_27_0) true)
+(typeattributeset vold_27_0 (vold))
+(expandtypeattribute (vold_27_0) true)
+(typeattributeset webview_zygote_socket_27_0 (webview_zygote_socket))
+(expandtypeattribute (webview_zygote_socket_27_0) true)
+(typeattributeset iio_device_27_0 (iio_device))
+(expandtypeattribute (iio_device_27_0) true)
+(typeattributeset pdx_display_manager_endpoint_socket_27_0 (pdx_display_manager_endpoint_socket))
+(expandtypeattribute (pdx_display_manager_endpoint_socket_27_0) true)
+(typeattributeset ion_device_27_0 (ion_device))
+(expandtypeattribute (ion_device_27_0) true)
+(typeattributeset mtk_phonesubinfo_service_27_0 (mtk_phonesubinfo_service))
+(expandtypeattribute (mtk_phonesubinfo_service_27_0) true)
+(typeattributeset port_device_27_0 (port_device))
+(expandtypeattribute (port_device_27_0) true)
+(typeattributeset nfc_device_27_0 (nfc_device))
+(expandtypeattribute (nfc_device_27_0) true)
+(typeattributeset rild_socket_27_0 (rild_socket))
+(expandtypeattribute (rild_socket_27_0) true)
+(typeattributeset keystore_data_file_27_0 (keystore_data_file))
+(expandtypeattribute (keystore_data_file_27_0) true)
+(typeattributeset recovery_persist_exec_27_0 (recovery_persist_exec))
+(expandtypeattribute (recovery_persist_exec_27_0) true)
+(typeattributeset pmsg_device_27_0 (pmsg_device))
+(expandtypeattribute (pmsg_device_27_0) true)
+(typeattributeset rpmsg_device_27_0 (rpmsg_device))
+(expandtypeattribute (rpmsg_device_27_0) true)
+(typeattributeset i2c_device_27_0 (i2c_device))
+(expandtypeattribute (i2c_device_27_0) true)
+(typeattributeset cache_file_27_0 (cache_file))
+(expandtypeattribute (cache_file_27_0) true)
+(typeattributeset fingerprintd_service_27_0 (fingerprintd_service))
+(expandtypeattribute (fingerprintd_service_27_0) true)
+(typeattributeset mtp_device_27_0 (mtp_device))
+(expandtypeattribute (mtp_device_27_0) true)
+(typeattributeset netd_stable_secret_prop_27_0 (netd_stable_secret_prop))
+(expandtypeattribute (netd_stable_secret_prop_27_0) true)
+(typeattributeset mtd_device_27_0 (mtd_device))
+(expandtypeattribute (mtd_device_27_0) true)
+(typeattributeset adbd_socket_27_0 (adbd_socket))
+(expandtypeattribute (adbd_socket_27_0) true)
+(typeattributeset debugfs_trace_marker_27_0 (debugfs_trace_marker))
+(expandtypeattribute (debugfs_trace_marker_27_0) true)
+(typeattributeset otapreopt_chroot_27_0 (otapreopt_chroot))
+(expandtypeattribute (otapreopt_chroot_27_0) true)
+(typeattributeset hal_renderscript_hwservice_27_0 (hal_renderscript_hwservice))
+(expandtypeattribute (hal_renderscript_hwservice_27_0) true)
+(typeattributeset cppreopts_exec_27_0 (cppreopts_exec))
+(expandtypeattribute (cppreopts_exec_27_0) true)
+(typeattributeset installd_exec_27_0 (installd_exec))
+(expandtypeattribute (installd_exec_27_0) true)
+(typeattributeset tombstoned_exec_27_0 (tombstoned_exec))
+(expandtypeattribute (tombstoned_exec_27_0) true)
+(typeattributeset runtime_event_log_tags_file_27_0 (runtime_event_log_tags_file))
+(expandtypeattribute (runtime_event_log_tags_file_27_0) true)
+(typeattributeset wpa_socket_27_0 (wpa_socket))
+(expandtypeattribute (wpa_socket_27_0) true)
+(typeattributeset mtp_27_0 (mtp))
+(expandtypeattribute (mtp_27_0) true)
+(typeattributeset backup_data_file_27_0 (backup_data_file))
+(expandtypeattribute (backup_data_file_27_0) true)
+(typeattributeset app_fuse_file_27_0 (app_fuse_file))
+(expandtypeattribute (app_fuse_file_27_0) true)
+(typeattributeset app_data_file_27_0 (app_data_file))
+(expandtypeattribute (app_data_file_27_0) true)
+(typeattributeset dhcp_data_file_27_0 (dhcp_data_file))
+(expandtypeattribute (dhcp_data_file_27_0) true)
+(typeattributeset racoon_exec_27_0 (racoon_exec))
+(expandtypeattribute (racoon_exec_27_0) true)
+(typeattributeset unlabeled_27_0 (unlabeled))
+(expandtypeattribute (unlabeled_27_0) true)
+(typeattributeset ipsec_service_27_0 (ipsec_service))
+(expandtypeattribute (ipsec_service_27_0) true)
+(typeattributeset user_service_27_0 (user_service))
+(expandtypeattribute (user_service_27_0) true)
+(typeattributeset persistent_data_block_service_27_0 (persistent_data_block_service))
+(expandtypeattribute (persistent_data_block_service_27_0) true)
+(typeattributeset profman_dump_data_file_27_0 (profman_dump_data_file))
+(expandtypeattribute (profman_dump_data_file_27_0) true)
+(typeattributeset socket_device_27_0 (socket_device))
+(expandtypeattribute (socket_device_27_0) true)
+(typeattributeset broadcastradio_service_27_0 (broadcastradio_service))
+(expandtypeattribute (broadcastradio_service_27_0) true)
+(typeattributeset scheduling_policy_service_27_0 (scheduling_policy_service))
+(expandtypeattribute (scheduling_policy_service_27_0) true)
+(typeattributeset update_engine_exec_27_0 (update_engine_exec))
+(expandtypeattribute (update_engine_exec_27_0) true)
+(typeattributeset installd_27_0 (installd))
+(expandtypeattribute (installd_27_0) true)
+(typeattributeset profman_exec_27_0 (profman_exec))
+(expandtypeattribute (profman_exec_27_0) true)
+(typeattributeset key_install_data_file_27_0 (key_install_data_file))
+(expandtypeattribute (key_install_data_file_27_0) true)
+(typeattributeset bootchart_data_file_27_0 (bootchart_data_file))
+(expandtypeattribute (bootchart_data_file_27_0) true)
+(typeattributeset persist_debug_prop_27_0 (persist_debug_prop))
+(expandtypeattribute (persist_debug_prop_27_0) true)
+(typeattributeset telecom_service_27_0 (telecom_service))
+(expandtypeattribute (telecom_service_27_0) true)
+(typeattributeset audioserver_data_file_27_0 (audioserver_data_file))
+(expandtypeattribute (audioserver_data_file_27_0) true)
+(typeattributeset console_device_27_0 (console_device))
+(expandtypeattribute (console_device_27_0) true)
+(typeattributeset sensors_device_27_0 (sensors_device))
+(expandtypeattribute (sensors_device_27_0) true)
+(typeattributeset nonplat_service_contexts_file_27_0 (nonplat_service_contexts_file))
+(expandtypeattribute (nonplat_service_contexts_file_27_0) true)
+(typeattributeset samplingprofiler_service_27_0 (samplingprofiler_service))
+(expandtypeattribute (samplingprofiler_service_27_0) true)
+(typeattributeset hal_graphics_allocator_hwservice_27_0 (hal_graphics_allocator_hwservice))
+(expandtypeattribute (hal_graphics_allocator_hwservice_27_0) true)
+(typeattributeset gas_srv_service_27_0 (gas_srv_service))
+(expandtypeattribute (gas_srv_service_27_0) true)
+(typeattributeset search_service_27_0 (search_service))
+(expandtypeattribute (search_service_27_0) true)
+(typeattributeset mediaserver_27_0 (mediaserver))
+(expandtypeattribute (mediaserver_27_0) true)
+(typeattributeset mediaserver_exec_27_0 (mediaserver_exec))
+(expandtypeattribute (mediaserver_exec_27_0) true)
+(typeattributeset oemfs_27_0 (oemfs))
+(expandtypeattribute (oemfs_27_0) true)
+(typeattributeset drmserver_exec_27_0 (drmserver_exec))
+(expandtypeattribute (drmserver_exec_27_0) true)
+(typeattributeset sgdisk_exec_27_0 (sgdisk_exec))
+(expandtypeattribute (sgdisk_exec_27_0) true)
+(typeattributeset pdx_display_screenshot_endpoint_socket_27_0 (pdx_display_screenshot_endpoint_socket))
+(expandtypeattribute (pdx_display_screenshot_endpoint_socket_27_0) true)
+(typeattributeset camera_data_file_27_0 (camera_data_file))
+(expandtypeattribute (camera_data_file_27_0) true)
+(typeattributeset bluetooth_efs_file_27_0 (bluetooth_efs_file))
+(expandtypeattribute (bluetooth_efs_file_27_0) true)
+(typeattributeset media_data_file_27_0 (media_data_file))
+(expandtypeattribute (media_data_file_27_0) true)
+(typeattributeset ota_data_file_27_0 (ota_data_file))
+(expandtypeattribute (ota_data_file_27_0) true)
+(typeattributeset system_file_27_0 (system_file))
+(expandtypeattribute (system_file_27_0) true)
+(typeattributeset apk_private_tmp_file_27_0 (apk_private_tmp_file))
+(expandtypeattribute (apk_private_tmp_file_27_0) true)
+(typeattributeset hci_attach_dev_27_0 (hci_attach_dev))
+(expandtypeattribute (hci_attach_dev_27_0) true)
+(typeattributeset statusbar_service_27_0 (statusbar_service))
+(expandtypeattribute (statusbar_service_27_0) true)
+(typeattributeset boot_logo_updater_27_0 (boot_logo_updater))
+(expandtypeattribute (boot_logo_updater_27_0) true)
+(typeattributeset idmap_27_0 (idmap))
+(expandtypeattribute (idmap_27_0) true)
+(typeattributeset fwmarkd_socket_27_0 (fwmarkd_socket))
+(expandtypeattribute (fwmarkd_socket_27_0) true)
+(typeattributeset cameraserver_exec_27_0 (cameraserver_exec))
+(expandtypeattribute (cameraserver_exec_27_0) true)
+(typeattributeset shortcut_service_27_0 (shortcut_service))
+(expandtypeattribute (shortcut_service_27_0) true)
+(typeattributeset profman_27_0 (profman))
+(expandtypeattribute (profman_27_0) true)
+(typeattributeset media_rw_data_file_27_0 (media_rw_data_file))
+(expandtypeattribute (media_rw_data_file_27_0) true)
+(typeattributeset coredump_file_27_0 (coredump_file))
+(expandtypeattribute (coredump_file_27_0) true)
+(typeattributeset serial_device_27_0 (serial_device))
+(expandtypeattribute (serial_device_27_0) true)
+(typeattributeset devicestoragemonitor_service_27_0 (devicestoragemonitor_service))
+(expandtypeattribute (devicestoragemonitor_service_27_0) true)
+(typeattributeset boottrace_data_file_27_0 (boottrace_data_file))
+(expandtypeattribute (boottrace_data_file_27_0) true)
+(typeattributeset proc_uid_time_in_state_27_0 (proc_uid_time_in_state))
+(expandtypeattribute (proc_uid_time_in_state_27_0) true)
+(typeattributeset hal_audio_hwservice_27_0 (hal_audio_hwservice))
+(expandtypeattribute (hal_audio_hwservice_27_0) true)
+(typeattributeset cache_backup_file_27_0 (cache_backup_file))
+(expandtypeattribute (cache_backup_file_27_0) true)
+(typeattributeset mtk_rns_service_27_0 (mtk_rns_service))
+(expandtypeattribute (mtk_rns_service_27_0) true)
+(typeattributeset mediacodec_service_27_0 (mediacodec_service))
+(expandtypeattribute (mediacodec_service_27_0) true)
+(typeattributeset lmkd_27_0 (lmkd))
+(expandtypeattribute (lmkd_27_0) true)
+(typeattributeset deviceidle_service_27_0 (deviceidle_service))
+(expandtypeattribute (deviceidle_service_27_0) true)
+(typeattributeset dropbox_service_27_0 (dropbox_service))
+(expandtypeattribute (dropbox_service_27_0) true)
+(typeattributeset mobile_log_d_27_0 (mobile_log_d))
+(expandtypeattribute (mobile_log_d_27_0) true)
+(typeattributeset hidl_token_hwservice_27_0 (hidl_token_hwservice))
+(expandtypeattribute (hidl_token_hwservice_27_0) true)
+(typeattributeset storagestats_service_27_0 (storagestats_service))
+(expandtypeattribute (storagestats_service_27_0) true)
+(typeattributeset thermalcallback_hwservice_27_0 (thermalcallback_hwservice))
+(expandtypeattribute (thermalcallback_hwservice_27_0) true)
+(typeattributeset wifip2p_service_27_0 (wifip2p_service))
+(expandtypeattribute (wifip2p_service_27_0) true)
+(typeattributeset registry_service_27_0 (registry_service))
+(expandtypeattribute (registry_service_27_0) true)
+(typeattributeset platform_app_27_0 (platform_app))
+(expandtypeattribute (platform_app_27_0) true)
+(typeattributeset cpuctl_device_27_0 (cpuctl_device))
+(expandtypeattribute (cpuctl_device_27_0) true)
+(typeattributeset sysfs_batteryinfo_27_0 (sysfs_batteryinfo))
+(expandtypeattribute (sysfs_batteryinfo_27_0) true)
+(typeattributeset recovery_persist_27_0 (recovery_persist))
+(expandtypeattribute (recovery_persist_27_0) true)
+(typeattributeset package_native_service_27_0 (package_native_service))
+(expandtypeattribute (package_native_service_27_0) true)
+(typeattributeset jobscheduler_service_27_0 (jobscheduler_service))
+(expandtypeattribute (jobscheduler_service_27_0) true)
+(typeattributeset proc_iomem_27_0 (proc_iomem))
+(expandtypeattribute (proc_iomem_27_0) true)
+(typeattributeset dm_agent_binder_service_27_0 (dm_agent_binder_service))
+(expandtypeattribute (dm_agent_binder_service_27_0) true)
+(typeattributeset hal_camera_hwservice_27_0 (hal_camera_hwservice))
+(expandtypeattribute (hal_camera_hwservice_27_0) true)
+(typeattributeset proc_timer_27_0 (proc_timer))
+(expandtypeattribute (proc_timer_27_0) true)
+(typeattributeset pdx_performance_client_channel_socket_27_0 (pdx_performance_client_channel_socket))
+(expandtypeattribute (pdx_performance_client_channel_socket_27_0) true)
+(typeattributeset sdcardd_exec_27_0 (sdcardd_exec))
+(expandtypeattribute (sdcardd_exec_27_0) true)
+(typeattributeset kmsg_debug_device_27_0 (kmsg_debug_device))
+(expandtypeattribute (kmsg_debug_device_27_0) true)
+(typeattributeset mediametrics_27_0 (mediametrics))
+(expandtypeattribute (mediametrics_27_0) true)
+(typeattributeset mediametrics_exec_27_0 (mediametrics_exec))
+(expandtypeattribute (mediametrics_exec_27_0) true)
+(typeattributeset mtk_advcamserver_service_27_0 (mtk_advcamserver_service))
+(expandtypeattribute (mtk_advcamserver_service_27_0) true)
+(typeattributeset audio_device_27_0 (audio_device))
+(expandtypeattribute (audio_device_27_0) true)
+(typeattributeset webviewupdate_service_27_0 (webviewupdate_service))
+(expandtypeattribute (webviewupdate_service_27_0) true)
+(typeattributeset bufferhubd_exec_27_0 (bufferhubd_exec))
+(expandtypeattribute (bufferhubd_exec_27_0) true)
+(typeattributeset dex2oat_exec_27_0 (dex2oat_exec))
+(expandtypeattribute (dex2oat_exec_27_0) true)
+(typeattributeset sysfs_lowmemorykiller_27_0 (sysfs_lowmemorykiller))
+(expandtypeattribute (sysfs_lowmemorykiller_27_0) true)
+(typeattributeset hwservicemanager_exec_27_0 (hwservicemanager_exec))
+(expandtypeattribute (hwservicemanager_exec_27_0) true)
+(typeattributeset servicemanager_exec_27_0 (servicemanager_exec))
+(expandtypeattribute (servicemanager_exec_27_0) true)
+(typeattributeset pdx_performance_dir_27_0 (pdx_performance_dir))
+(expandtypeattribute (pdx_performance_dir_27_0) true)
+(typeattributeset proc_cpuinfo_27_0 (proc_cpuinfo))
+(expandtypeattribute (proc_cpuinfo_27_0) true)
+(typeattributeset proc_meminfo_27_0 (proc_meminfo))
+(expandtypeattribute (proc_meminfo_27_0) true)
+(typeattributeset zygote_socket_27_0 (zygote_socket))
+(expandtypeattribute (zygote_socket_27_0) true)
+(typeattributeset ota_agent_service_27_0 (ota_agent_service))
+(expandtypeattribute (ota_agent_service_27_0) true)
+(typeattributeset vendor_framework_file_27_0 (vendor_framework_file))
+(expandtypeattribute (vendor_framework_file_27_0) true)
+(typeattributeset boottime_prop_27_0 (boottime_prop))
+(expandtypeattribute (boottime_prop_27_0) true)
+(typeattributeset ppl_agent_service_27_0 (ppl_agent_service))
+(expandtypeattribute (ppl_agent_service_27_0) true)
+(typeattributeset system_radio_prop_27_0 (system_radio_prop))
+(expandtypeattribute (system_radio_prop_27_0) true)
+(typeattributeset fsck_untrusted_27_0 (fsck_untrusted))
+(expandtypeattribute (fsck_untrusted_27_0) true)
+(typeattributeset uhid_device_27_0 (uhid_device))
+(expandtypeattribute (uhid_device_27_0) true)
+(typeattributeset incident_service_27_0 (incident_service))
+(expandtypeattribute (incident_service_27_0) true)
+(typeattributeset ctl_bootanim_prop_27_0 (ctl_bootanim_prop))
+(expandtypeattribute (ctl_bootanim_prop_27_0) true)
+(typeattributeset restorecon_prop_27_0 (restorecon_prop))
+(expandtypeattribute (restorecon_prop_27_0) true)
+(typeattributeset account_service_27_0 (account_service))
+(expandtypeattribute (account_service_27_0) true)
+(typeattributeset content_service_27_0 (content_service))
+(expandtypeattribute (content_service_27_0) true)
+(typeattributeset mount_service_27_0 (mount_service))
+(expandtypeattribute (mount_service_27_0) true)
+(typeattributeset net_radio_prop_27_0 (net_radio_prop))
+(expandtypeattribute (net_radio_prop_27_0) true)
+(typeattributeset sysfs_usermodehelper_27_0 (sysfs_usermodehelper))
+(expandtypeattribute (sysfs_usermodehelper_27_0) true)
+(typeattributeset asec_apk_file_27_0 (asec_apk_file))
+(expandtypeattribute (asec_apk_file_27_0) true)
+(typeattributeset heapdump_data_file_27_0 (heapdump_data_file))
+(expandtypeattribute (heapdump_data_file_27_0) true)
+(typeattributeset update_verifier_exec_27_0 (update_verifier_exec))
+(expandtypeattribute (update_verifier_exec_27_0) true)
+(typeattributeset hal_dumpstate_hwservice_27_0 (hal_dumpstate_hwservice))
+(expandtypeattribute (hal_dumpstate_hwservice_27_0) true)
+(typeattributeset cache_private_backup_file_27_0 (cache_private_backup_file))
+(expandtypeattribute (cache_private_backup_file_27_0) true)
+(typeattributeset usb_service_27_0 (usb_service))
+(expandtypeattribute (usb_service_27_0) true)
+(typeattributeset atci_service_27_0 (atci_service))
+(expandtypeattribute (atci_service_27_0) true)
+(typeattributeset battery_service_27_0 (battery_service))
+(expandtypeattribute (battery_service_27_0) true)
+(typeattributeset recovery_service_27_0 (recovery_service))
+(expandtypeattribute (recovery_service_27_0) true)
+(typeattributeset mtk_perf_service_27_0 (mtk_perf_service))
+(expandtypeattribute (mtk_perf_service_27_0) true)
+(typeattributeset usp_service_27_0 (usp_service))
+(expandtypeattribute (usp_service_27_0) true)
+(typeattributeset ctl_fuse_prop_27_0 (ctl_fuse_prop))
+(expandtypeattribute (ctl_fuse_prop_27_0) true)
+(typeattributeset ctl_console_prop_27_0 (ctl_console_prop))
+(expandtypeattribute (ctl_console_prop_27_0) true)
+(typeattributeset gatekeeperd_exec_27_0 (gatekeeperd_exec))
+(expandtypeattribute (gatekeeperd_exec_27_0) true)
+(typeattributeset sockfs_27_0 (sockfs))
+(expandtypeattribute (sockfs_27_0) true)
+(typeattributeset trust_service_27_0 (trust_service))
+(expandtypeattribute (trust_service_27_0) true)
+(typeattributeset binfmt_miscfs_27_0 (binfmt_miscfs))
+(expandtypeattribute (binfmt_miscfs_27_0) true)
+(typeattributeset storage_file_27_0 (storage_file))
+(expandtypeattribute (storage_file_27_0) true)
+(typeattributeset update_verifier_27_0 (update_verifier))
+(expandtypeattribute (update_verifier_27_0) true)
+(typeattributeset ctl_mdnsd_prop_27_0 (ctl_mdnsd_prop))
+(expandtypeattribute (ctl_mdnsd_prop_27_0) true)
+(typeattributeset mnt_media_rw_file_27_0 (mnt_media_rw_file))
+(expandtypeattribute (mnt_media_rw_file_27_0) true)
+(typeattributeset update_engine_data_file_27_0 (update_engine_data_file))
+(expandtypeattribute (update_engine_data_file_27_0) true)
+(typeattributeset mtk_permrecords_service_27_0 (mtk_permrecords_service))
+(expandtypeattribute (mtk_permrecords_service_27_0) true)
+(typeattributeset healthd_exec_27_0 (healthd_exec))
+(expandtypeattribute (healthd_exec_27_0) true)
+(typeattributeset mnt_expand_file_27_0 (mnt_expand_file))
+(expandtypeattribute (mnt_expand_file_27_0) true)
+(typeattributeset fwk_display_hwservice_27_0 (fwk_display_hwservice))
+(expandtypeattribute (fwk_display_hwservice_27_0) true)
+(typeattributeset postinstall_dexopt_27_0 (postinstall_dexopt))
+(expandtypeattribute (postinstall_dexopt_27_0) true)
+(typeattributeset tombstoned_crash_socket_27_0 (tombstoned_crash_socket))
+(expandtypeattribute (tombstoned_crash_socket_27_0) true)
+(typeattributeset proc_drop_caches_27_0 (proc_drop_caches))
+(expandtypeattribute (proc_drop_caches_27_0) true)
+(typeattributeset resourcecache_data_file_27_0 (resourcecache_data_file))
+(expandtypeattribute (resourcecache_data_file_27_0) true)
+(typeattributeset netd_service_27_0 (netd_service))
+(expandtypeattribute (netd_service_27_0) true)
+(typeattributeset fwk_scheduler_hwservice_27_0 (fwk_scheduler_hwservice))
+(expandtypeattribute (fwk_scheduler_hwservice_27_0) true)
+(typeattributeset log_tag_prop_27_0 (log_tag_prop))
+(expandtypeattribute (log_tag_prop_27_0) true)
+(typeattributeset tombstone_data_file_27_0 (tombstone_data_file))
+(expandtypeattribute (tombstone_data_file_27_0) true)
+(typeattributeset audio_service_27_0 (audio_service))
+(expandtypeattribute (audio_service_27_0) true)
+(typeattributeset radio_service_27_0 (radio_service))
+(expandtypeattribute (radio_service_27_0) true)
+(typeattributeset otapreopt_chroot_exec_27_0 (otapreopt_chroot_exec))
+(expandtypeattribute (otapreopt_chroot_exec_27_0) true)
+(typeattributeset unencrypted_data_file_27_0 (unencrypted_data_file))
+(expandtypeattribute (unencrypted_data_file_27_0) true)
+(typeattributeset vold_socket_27_0 (vold_socket))
+(expandtypeattribute (vold_socket_27_0) true)
+(typeattributeset mtk_radio_service_27_0 (mtk_radio_service))
+(expandtypeattribute (mtk_radio_service_27_0) true)
+(typeattributeset otapreopt_slot_27_0 (otapreopt_slot))
+(expandtypeattribute (otapreopt_slot_27_0) true)
+(typeattributeset properties_device_27_0 (properties_device))
+(expandtypeattribute (properties_device_27_0) true)
+(typeattributeset vibrator_service_27_0 (vibrator_service))
+(expandtypeattribute (vibrator_service_27_0) true)
+(typeattributeset window_service_27_0 (window_service))
+(expandtypeattribute (window_service_27_0) true)
+(typeattributeset update_engine_27_0 (update_engine))
+(expandtypeattribute (update_engine_27_0) true)
+(typeattributeset mtk_hdmi_service_27_0 (mtk_hdmi_service))
+(expandtypeattribute (mtk_hdmi_service_27_0) true)
+(typeattributeset mediaextractor_27_0 (mediaextractor))
+(expandtypeattribute (mediaextractor_27_0) true)
+(typeattributeset blkid_27_0 (blkid))
+(expandtypeattribute (blkid_27_0) true)
+(typeattributeset properties_serial_27_0 (properties_serial))
+(expandtypeattribute (properties_serial_27_0) true)
+(typeattributeset functionfs_27_0 (functionfs))
+(expandtypeattribute (functionfs_27_0) true)
+(typeattributeset rild_debug_socket_27_0 (rild_debug_socket))
+(expandtypeattribute (rild_debug_socket_27_0) true)
+(typeattributeset surfaceflinger_service_27_0 (surfaceflinger_service))
+(expandtypeattribute (surfaceflinger_service_27_0) true)
+(typeattributeset appwidget_service_27_0 (appwidget_service))
+(expandtypeattribute (appwidget_service_27_0) true)
+(typeattributeset gatekeeper_data_file_27_0 (gatekeeper_data_file))
+(expandtypeattribute (gatekeeper_data_file_27_0) true)
+(typeattributeset launcherapps_service_27_0 (launcherapps_service))
+(expandtypeattribute (launcherapps_service_27_0) true)
+(typeattributeset proc_misc_27_0 (proc_misc))
+(expandtypeattribute (proc_misc_27_0) true)
+(typeattributeset mnt_user_file_27_0 (mnt_user_file))
+(expandtypeattribute (mnt_user_file_27_0) true)
+(typeattributeset reboot_data_file_27_0 (reboot_data_file))
+(expandtypeattribute (reboot_data_file_27_0) true)
+(typeattributeset su_exec_27_0 (su_exec))
+(expandtypeattribute (su_exec_27_0) true)
+(typeattributeset ppp_exec_27_0 (ppp_exec))
+(expandtypeattribute (ppp_exec_27_0) true)
+(typeattributeset vdc_exec_27_0 (vdc_exec))
+(expandtypeattribute (vdc_exec_27_0) true)
+(typeattributeset mtp_exec_27_0 (mtp_exec))
+(expandtypeattribute (mtp_exec_27_0) true)
+(typeattributeset net_data_file_27_0 (net_data_file))
+(expandtypeattribute (net_data_file_27_0) true)
+(typeattributeset vold_data_file_27_0 (vold_data_file))
+(expandtypeattribute (vold_data_file_27_0) true)
+(typeattributeset dhcp_27_0 (dhcp))
+(expandtypeattribute (dhcp_27_0) true)
+(typeattributeset preloads_data_file_27_0 (preloads_data_file))
+(expandtypeattribute (preloads_data_file_27_0) true)
+(typeattributeset vold_exec_27_0 (vold_exec))
+(expandtypeattribute (vold_exec_27_0) true)
+(typeattributeset usagestats_service_27_0 (usagestats_service))
+(expandtypeattribute (usagestats_service_27_0) true)
+(typeattributeset thermalserviced_27_0 (thermalserviced))
+(expandtypeattribute (thermalserviced_27_0) true)
+(typeattributeset dhcp_exec_27_0 (dhcp_exec))
+(expandtypeattribute (dhcp_exec_27_0) true)
+(typeattributeset fsck_exec_27_0 (fsck_exec))
+(expandtypeattribute (fsck_exec_27_0) true)
+(typeattributeset hal_tv_cec_hwservice_27_0 (hal_tv_cec_hwservice))
+(expandtypeattribute (hal_tv_cec_hwservice_27_0) true)
+(typeattributeset adbd_exec_27_0 (adbd_exec))
+(expandtypeattribute (adbd_exec_27_0) true)
+(typeattributeset kisd_27_0 (kisd))
+(expandtypeattribute (kisd_27_0) true)
+(typeattributeset e2fs_exec_27_0 (e2fs_exec))
+(expandtypeattribute (e2fs_exec_27_0) true)
+(typeattributeset lmkd_exec_27_0 (lmkd_exec))
+(expandtypeattribute (lmkd_exec_27_0) true)
+(typeattributeset logd_exec_27_0 (logd_exec))
+(expandtypeattribute (logd_exec_27_0) true)
+(typeattributeset netd_exec_27_0 (netd_exec))
+(expandtypeattribute (netd_exec_27_0) true)
+(typeattributeset sgdisk_27_0 (sgdisk))
+(expandtypeattribute (sgdisk_27_0) true)
+(typeattributeset init_exec_27_0 (init_exec))
+(expandtypeattribute (init_exec_27_0) true)
+(typeattributeset media_router_service_27_0 (media_router_service))
+(expandtypeattribute (media_router_service_27_0) true)
+(typeattributeset batteryproperties_service_27_0 (batteryproperties_service))
+(expandtypeattribute (batteryproperties_service_27_0) true)
+(typeattributeset storaged_service_27_0 (storaged_service))
+(expandtypeattribute (storaged_service_27_0) true)
+(typeattributeset selinuxfs_27_0 (selinuxfs))
+(expandtypeattribute (selinuxfs_27_0) true)
+(typeattributeset sysfs_thermal_27_0 (sysfs_thermal))
+(expandtypeattribute (sysfs_thermal_27_0) true)
+(typeattributeset system_app_service_27_0 (system_app_service))
+(expandtypeattribute (system_app_service_27_0) true)
+(typeattributeset full_device_27_0 (full_device))
+(expandtypeattribute (full_device_27_0) true)
+(typeattributeset fuse_device_27_0 (fuse_device))
+(expandtypeattribute (fuse_device_27_0) true)
+(typeattributeset power_service_27_0 (power_service))
+(expandtypeattribute (power_service_27_0) true)
+(typeattributeset uncrypt_27_0 (uncrypt))
+(expandtypeattribute (uncrypt_27_0) true)
+(typeattributeset pdx_display_client_channel_socket_27_0 (pdx_display_client_channel_socket))
+(expandtypeattribute (pdx_display_client_channel_socket_27_0) true)
+(typeattributeset debugfs_tracing_27_0 (debugfs_tracing))
+(expandtypeattribute (debugfs_tracing_27_0) true)
+(typeattributeset sysfs_zram_uevent_27_0 (sysfs_zram_uevent))
+(expandtypeattribute (sysfs_zram_uevent_27_0) true)
+(typeattributeset proc_modules_27_0 (proc_modules))
+(expandtypeattribute (proc_modules_27_0) true)
+(typeattributeset virtual_touchpad_service_27_0 (virtual_touchpad_service))
+(expandtypeattribute (virtual_touchpad_service_27_0) true)
+(typeattributeset wificond_exec_27_0 (wificond_exec))
+(expandtypeattribute (wificond_exec_27_0) true)
+(typeattributeset commontime_management_service_27_0 (commontime_management_service))
+(expandtypeattribute (commontime_management_service_27_0) true)
+(typeattributeset proc_interrupts_27_0 (proc_interrupts))
+(expandtypeattribute (proc_interrupts_27_0) true)
+(typeattributeset mtk_registry_service_27_0 (mtk_registry_service))
+(expandtypeattribute (mtk_registry_service_27_0) true)
+(typeattributeset pdx_bufferhub_client_channel_socket_27_0 (pdx_bufferhub_client_channel_socket))
+(expandtypeattribute (pdx_bufferhub_client_channel_socket_27_0) true)
+(typeattributeset hal_gatekeeper_hwservice_27_0 (hal_gatekeeper_hwservice))
+(expandtypeattribute (hal_gatekeeper_hwservice_27_0) true)
+(typeattributeset slideshow_27_0 (slideshow))
+(expandtypeattribute (slideshow_27_0) true)
+(typeattributeset graphicsstats_service_27_0 (graphicsstats_service))
+(expandtypeattribute (graphicsstats_service_27_0) true)
+(typeattributeset guiext-server_27_0 (guiext-server))
+(expandtypeattribute (guiext-server_27_0) true)
+(typeattributeset drmserver_service_27_0 (drmserver_service))
+(expandtypeattribute (drmserver_service_27_0) true)
+(typeattributeset fingerprintd_data_file_27_0 (fingerprintd_data_file))
+(expandtypeattribute (fingerprintd_data_file_27_0) true)
+(typeattributeset vr_hwc_27_0 (vr_hwc))
+(expandtypeattribute (vr_hwc_27_0) true)
+(typeattributeset inotify_27_0 (inotify))
+(expandtypeattribute (inotify_27_0) true)
+(typeattributeset tombstoned_27_0 (tombstoned))
+(expandtypeattribute (tombstoned_27_0) true)
+(typeattributeset pdx_display_vsync_channel_socket_27_0 (pdx_display_vsync_channel_socket))
+(expandtypeattribute (pdx_display_vsync_channel_socket_27_0) true)
+(typeattributeset gpu_service_27_0 (gpu_service))
+(expandtypeattribute (gpu_service_27_0) true)
+(typeattributeset hal_gnss_hwservice_27_0 (hal_gnss_hwservice))
+(expandtypeattribute (hal_gnss_hwservice_27_0) true)
+(typeattributeset sysfs_bluetooth_writable_27_0 (sysfs_bluetooth_writable))
+(expandtypeattribute (sysfs_bluetooth_writable_27_0) true)
+(typeattributeset proc_bluetooth_writable_27_0 (proc_bluetooth_writable))
+(expandtypeattribute (proc_bluetooth_writable_27_0) true)
+(typeattributeset dm_device_27_0 (dm_device))
+(expandtypeattribute (dm_device_27_0) true)
+(typeattributeset tee_data_file_27_0 (tee_data_file))
+(expandtypeattribute (tee_data_file_27_0) true)
+(typeattributeset default_android_hwservice_27_0 (default_android_hwservice))
+(expandtypeattribute (default_android_hwservice_27_0) true)
+(typeattributeset dumpstate_socket_27_0 (dumpstate_socket))
+(expandtypeattribute (dumpstate_socket_27_0) true)
+(typeattributeset provision_file_27_0 (provision_file))
+(expandtypeattribute (provision_file_27_0) true)
+(typeattributeset mtk_carrierexpress_service_27_0 (mtk_carrierexpress_service))
+(expandtypeattribute (mtk_carrierexpress_service_27_0) true)
+(typeattributeset pdx_display_vsync_endpoint_socket_27_0 (pdx_display_vsync_endpoint_socket))
+(expandtypeattribute (pdx_display_vsync_endpoint_socket_27_0) true)
+(typeattributeset perfprofd_exec_27_0 (perfprofd_exec))
+(expandtypeattribute (perfprofd_exec_27_0) true)
+(typeattributeset hal_thermal_hwservice_27_0 (hal_thermal_hwservice))
+(expandtypeattribute (hal_thermal_hwservice_27_0) true)
+(typeattributeset vr_hwc_exec_27_0 (vr_hwc_exec))
+(expandtypeattribute (vr_hwc_exec_27_0) true)
+(typeattributeset cache_recovery_file_27_0 (cache_recovery_file))
+(expandtypeattribute (cache_recovery_file_27_0) true)
+(typeattributeset batterystats_service_27_0 (batterystats_service))
+(expandtypeattribute (batterystats_service_27_0) true)
+(typeattributeset mediadrmserver_27_0 (mediadrmserver))
+(expandtypeattribute (mediadrmserver_27_0) true)
+(typeattributeset hal_weaver_hwservice_27_0 (hal_weaver_hwservice))
+(expandtypeattribute (hal_weaver_hwservice_27_0) true)
+(typeattributeset device_27_0 (device))
+(expandtypeattribute (device_27_0) true)
+(typeattributeset storage_stub_file_27_0 (storage_stub_file))
+(expandtypeattribute (storage_stub_file_27_0) true)
+(typeattributeset sysfs_nfc_power_writable_27_0 (sysfs_nfc_power_writable))
+(expandtypeattribute (sysfs_nfc_power_writable_27_0) true)
+(typeattributeset voiceinteraction_service_27_0 (voiceinteraction_service))
+(expandtypeattribute (voiceinteraction_service_27_0) true)
+(typeattributeset hal_bootctl_hwservice_27_0 (hal_bootctl_hwservice))
+(expandtypeattribute (hal_bootctl_hwservice_27_0) true)
+(typeattributeset gatekeeper_service_27_0 (gatekeeper_service))
+(expandtypeattribute (gatekeeper_service_27_0) true)
+(typeattributeset hidl_allocator_hwservice_27_0 (hidl_allocator_hwservice))
+(expandtypeattribute (hidl_allocator_hwservice_27_0) true)
+(typeattributeset qtaguid_device_27_0 (qtaguid_device))
+(expandtypeattribute (qtaguid_device_27_0) true)
+(typeattributeset netdiag_27_0 (netdiag))
+(expandtypeattribute (netdiag_27_0) true)
+(typeattributeset property_socket_27_0 (property_socket))
+(expandtypeattribute (property_socket_27_0) true)
+(typeattributeset install_recovery_exec_27_0 (install_recovery_exec))
+(expandtypeattribute (install_recovery_exec_27_0) true)
+(typeattributeset vendor_file_27_0 (vendor_file))
+(expandtypeattribute (vendor_file_27_0) true)
+(typeattributeset efs_file_27_0 (efs_file))
+(expandtypeattribute (efs_file_27_0) true)
+(typeattributeset rild_27_0 (rild))
+(expandtypeattribute (rild_27_0) true)
+(typeattributeset device_logging_prop_27_0 (device_logging_prop))
+(expandtypeattribute (device_logging_prop_27_0) true)
+(typeattributeset mdnsd_socket_27_0 (mdnsd_socket))
+(expandtypeattribute (mdnsd_socket_27_0) true)
+(typeattributeset vendor_overlay_file_27_0 (vendor_overlay_file))
+(expandtypeattribute (vendor_overlay_file_27_0) true)
+(typeattributeset icon_file_27_0 (icon_file))
+(expandtypeattribute (icon_file_27_0) true)
+(typeattributeset vold_device_27_0 (vold_device))
+(expandtypeattribute (vold_device_27_0) true)
+(typeattributeset sysfs_wake_lock_27_0 (sysfs_wake_lock))
+(expandtypeattribute (sysfs_wake_lock_27_0) true)
diff --git a/system/etc/selinux/plat_and_mapping_sepolicy.cil.sha256 b/system/etc/selinux/plat_and_mapping_sepolicy.cil.sha256
new file mode 100644
index 0000000000000000000000000000000000000000..4847ca262dea72f454f4305d6ddc13f6f6c09547
--- /dev/null
+++ b/system/etc/selinux/plat_and_mapping_sepolicy.cil.sha256
@@ -0,0 +1 @@
+ab607feef0b81f8c560b87963789911479507f978b52a80a6e73e46738735b21
diff --git a/system/etc/selinux/plat_file_contexts b/system/etc/selinux/plat_file_contexts
new file mode 100644
index 0000000000000000000000000000000000000000..861261f4f4f642972037509844cde4d9ea107519
--- /dev/null
+++ b/system/etc/selinux/plat_file_contexts
@@ -0,0 +1,430 @@
+/(vendor|system/vendor)(/.*)?		u:object_r:vendor_file:s0
+/(vendor|system/vendor)/bin/sh		u:object_r:vendor_shell_exec:s0
+/(vendor|system/vendor)/etc(/.*)?		u:object_r:vendor_configs_file:s0
+/(vendor|system/vendor)/app(/.*)?		u:object_r:vendor_app_file:s0
+/(vendor|system/vendor)/lib(64)?/hw		u:object_r:vendor_hal_file:s0
+/(system\/vendor|vendor)/bin/aee_aedv		u:object_r:aee_aedv_exec:s0
+/(vendor|system/vendor)/manifest.xml		u:object_r:vendor_configs_file:s0
+/(vendor|system/vendor)/overlay(/.*)?		u:object_r:vendor_overlay_file:s0
+/(system\/vendor|vendor)/bin/aee_aedv64		u:object_r:aee_aedv_exec:s0
+/(vendor|system/vendor)/framework(/.*)?		u:object_r:vendor_framework_file:s0
+/(vendor|system/vendor)/bin/toybox_vendor		u:object_r:vendor_toolbox_exec:s0
+/(vendor|system/vendor)/lib(64)?/egl(/.*)?		u:object_r:same_process_hal_file:s0
+/(vendor|system/vendor)/lib(64)?/vndk-sp(/.*)?		u:object_r:vndk_sp_file:s0
+/(vendor|system/vendor)/compatibility_matrix.xml		u:object_r:vendor_configs_file:s0
+/efs(/.*)?		u:object_r:efs_file:s0
+/odm(/.*)?		u:object_r:system_file:s0
+/oem(/.*)?		u:object_r:oemfs:s0
+/res(/.*)?		u:object_r:rootfs:s0
+/dev(/.*)?		u:object_r:device:s0
+/lib(/.*)?		u:object_r:rootfs:s0
+/data(/.*)?		u:object_r:system_data_file:s0
+/sbin(/.*)?		u:object_r:rootfs:s0
+/init\..*		u:object_r:rootfs:s0
+/cores(/.*)?		u:object_r:coredump_file:s0
+/cache(/.*)?		u:object_r:cache_file:s0
+/data/.layout_version		u:object_r:install_data_file:s0
+/fstab\..*		u:object_r:rootfs:s0
+/system(/.*)?		u:object_r:system_file:s0
+/dev/rtc[0-9]		u:object_r:rtc_device:s0
+/storage(/.*)?		u:object_r:storage_file:s0
+/dev/mtd(/.*)?		u:object_r:mtd_device:s0
+/dev/snd(/.*)?		u:object_r:audio_device:s0
+/dev/adf[0-9]*		u:object_r:graphics_device:s0
+/dev/tty[0-9]*		u:object_r:tty_device:s0
+/dev/uio[0-9]*		u:object_r:uio_device:s0
+/dev/vcs[0-9a-z]*		u:object_r:vcs_device:s0
+/ueventd\..*		u:object_r:rootfs:s0
+/mnt/asec(/.*)?		u:object_r:asec_apk_file:s0
+/mnt/user(/.*)?		u:object_r:mnt_user_file:s0
+/data/adb(/.*)?		u:object_r:adb_data_file:s0
+/data/app(/.*)?		u:object_r:apk_data_file:s0
+/data/anr(/.*)?		u:object_r:anr_data_file:s0
+/data/drm(/.*)?		u:object_r:drm_data_file:s0
+/data/ota(/.*)?		u:object_r:ota_data_file:s0
+/dev/i2c-[0-9]+		u:object_r:i2c_device:s0
+/dev/ttyS[0-9]*		u:object_r:serial_device:s0
+/dev/modem.*		u:object_r:radio_device:s0
+/dev/audio.*		u:object_r:audio_device:s0
+/dev/tegra.*		u:object_r:video_device:s0
+/dev/input(/.*)?		u:object_r:input_device:s0
+/dev/memcg(/.*)?		u:object_r:cgroup:s0
+/dev/block(/.*)?		u:object_r:block_device:s0
+/dev/video[0-9]*		u:object_r:video_device:s0
+/mnt/asec/[^/]+/[^/]+\.zip		u:object_r:asec_public_file:s0
+/mnt/asec/[^/]+/lib(/.*)?		u:object_r:asec_public_file:s0
+/data/app/[^/]+/oat(/.*)?		u:object_r:dalvikcache_data_file:s0
+/mnt/expand(/.*)?		u:object_r:mnt_expand_file:s0
+/data/cache(/.*)?		u:object_r:cache_file:s0
+/data/media(/.*)?		u:object_r:media_rw_data_file:s0
+/dev/socket(/.*)?		u:object_r:socket_device:s0
+/dev/cpuctl(/.*)?		u:object_r:cpuctl_device:s0
+/dev/akm8973.*		u:object_r:sensors_device:s0
+/dev/bus/usb(.*)?		u:object_r:usb_device:s0
+/data/md_mon(/.*)?		u:object_r:md_monitor_data_file:s0
+/mnt/runtime(/.*)?		u:object_r:storage_file:s0
+/data/backup(/.*)?		u:object_r:backup_data_file:s0
+/mnt/expand/[^/]+(/.*)?		u:object_r:system_data_file:s0
+/mnt/expand/[^/]+/app(/.*)?		u:object_r:apk_data_file:s0
+/mnt/expand/[^/]+/media(/.*)?		u:object_r:media_rw_data_file:s0
+/mnt/expand/[^/]+/local/tmp(/.*)?		u:object_r:shell_data_file:s0
+/mnt/expand/[^/]+/misc/vold(/.*)?		u:object_r:vold_data_file:s0
+/mnt/expand/[^/]+/app/[^/]+/oat(/.*)?		u:object_r:dalvikcache_data_file:s0
+/mnt/expand/[^/]+/app/vmdl[^/]+\.tmp(/.*)?		u:object_r:apk_tmp_file:s0
+/mnt/expand/[^/]+/app/vmdl[^/]+\.tmp/oat(/.*)?		u:object_r:dalvikcache_data_file:s0
+/cache/backup(/.*)?		u:object_r:cache_private_backup_file:s0
+/mnt/media_rw(/.*)?		u:object_r:mnt_media_rw_file:s0
+/dev/fscklogs(/.*)?		u:object_r:fscklogs:s0
+/dev/graphics(/.*)?		u:object_r:graphics_device:s0
+/dev/spdif_out.*		u:object_r:audio_device:s0
+/dev/rpmsg-omx[0-9]		u:object_r:rpmsg_device:s0
+/data/misc/net(/.*)?		u:object_r:net_data_file:s0
+/data/misc/sms(/.*)?		u:object_r:radio_data_file:s0
+/data/misc/vpn(/.*)?		u:object_r:vpn_data_file:s0
+/data/app-asec(/.*)?		u:object_r:asec_image_file:s0
+/data/misc/adb(/.*)?		u:object_r:adb_keys_file:s0
+/data/property(/.*)?		u:object_r:property_data_file:s0
+/data/preloads(/.*)?		u:object_r:preloads_data_file:s0
+/data/mediadrm(/.*)?		u:object_r:media_data_file:s0
+/dev/block/ram[0-9]*		u:object_r:ram_device:s0
+/dev/block/dm-[0-9]+		u:object_r:dm_device:s0
+/data/app/vmdl[^/]+\.tmp(/.*)?		u:object_r:apk_tmp_file:s0
+/data/app/vmdl[^/]+\.tmp/oat(/.*)?		u:object_r:dalvikcache_data_file:s0
+/data/misc/user(/.*)?		u:object_r:misc_user_data_file:s0
+/data/misc/wifi(/.*)?		u:object_r:wifi_data_file:s0
+/data/misc/logd(/.*)?		u:object_r:misc_logd_file:s0
+/data/misc/vold(/.*)?		u:object_r:vold_data_file:s0
+/data/bootchart(/.*)?		u:object_r:bootchart_data_file:s0
+/cache/recovery(/.*)?		u:object_r:cache_recovery_file:s0
+/data/misc/dhcp(/.*)?		u:object_r:dhcp_data_file:s0
+/data/local/tmp(/.*)?		u:object_r:shell_data_file:s0
+/dev/iio:device[0-9]+		u:object_r:iio_device:s0
+/dev/block/zram[0-9]*		u:object_r:ram_device:s0
+/dev/block/loop[0-9]*		u:object_r:loop_device:s0
+/dev/block/vold/.+		u:object_r:vold_device:s0
+/data/misc/media(/.*)?		u:object_r:media_data_file:s0
+/data/misc/trace(/.*)?		u:object_r:method_trace_data_file:s0
+/data/misc/audio(/.*)?		u:object_r:audio_data_file:s0
+/data/nativetest(/.*)?		u:object_r:nativetest_data_file:s0
+/data/tombstones(/.*)?		u:object_r:tombstone_data_file:s0
+/data/system_de/[0-9]+/ringtones(/.*)?		u:object_r:ringtone_file:s0
+/data/system_ce/[0-9]+/shortcut_service/bitmaps(/.*)?		u:object_r:shortcut_manager_icons:s0
+/data/misc/reboot(/.*)?		u:object_r:reboot_data_file:s0
+/data/misc/camera(/.*)?		u:object_r:camera_data_file:s0
+/data/app-private(/.*)?		u:object_r:apk_private_data_file:s0
+/data/ota_package(/.*)?		u:object_r:ota_package_file:s0
+/data/unencrypted(/.*)?		u:object_r:unencrypted_data_file:s0
+/data/misc/dhcp-6.8.2(/.*)?		u:object_r:dhcp_data_file:s0
+/system/bin/resize.f2fs		u:object_r:fsck_exec:s0
+/data/misc/profman(/.*)?		u:object_r:profman_dump_data_file:s0
+/data/cache/backup(/.*)?		u:object_r:cache_private_backup_file:s0
+/data/nativetest64(/.*)?		u:object_r:nativetest_data_file:s0
+/data/dalvik-cache(/.*)?		u:object_r:dalvikcache_data_file:s0
+/dev/adf-interface[0-9]*\.[0-9]*		u:object_r:graphics_device:s0
+/system/bin/dex2oat(d)?		u:object_r:dex2oat_exec:s0
+/dev/socket/wpa_eth[0-9]		u:object_r:wpa_socket:s0
+/data/misc/recovery(/.*)?		u:object_r:recovery_data_file:s0
+/data/misc/keychain(/.*)?		u:object_r:keychain_data_file:s0
+/data/misc/keystore(/.*)?		u:object_r:keystore_data_file:s0
+/data/misc/zoneinfo(/.*)?		u:object_r:zoneinfo_data_file:s0
+/cache/backup_stage(/.*)?		u:object_r:cache_backup_file:s0
+/data/misc/audiohal(/.*)?		u:object_r:audiohal_data_file:s0
+/data/misc/bootstat(/.*)?		u:object_r:bootstat_data_file:s0
+/data/preloads/demo(/.*)?		u:object_r:preloads_media_file:s0
+/data/secure/backup(/.*)?		u:object_r:backup_data_file:s0
+/data/system/users/[0-9]+/wallpaper		u:object_r:wallpaper_file:s0
+/data/system/users/[0-9]+/photo.png		u:object_r:icon_file:s0
+/data/system/users/[0-9]+/fpdata(/.*)?		u:object_r:fingerprintd_data_file:s0
+/data/system/users/[0-9]+/wallpaper_lock		u:object_r:wallpaper_file:s0
+/data/system/users/[0-9]+/wallpaper_orig		u:object_r:wallpaper_file:s0
+/data/system/users/[0-9]+/wallpaper_lock_orig		u:object_r:wallpaper_file:s0
+/system/bin/dhcpcd-6.8.2		u:object_r:dhcp_exec:s0
+/system/bin/patchoat(d)?		u:object_r:dex2oat_exec:s0
+/dev/socket/wpa_wlan[0-9]		u:object_r:wpa_socket:s0
+/data/misc/incidents(/.*)?		u:object_r:incident_data_file:s0
+/data/misc/perfprofd(/.*)?		u:object_r:perfprofd_data_file:s0
+/data/cache/recovery(/.*)?		u:object_r:cache_recovery_file:s0
+/data/misc/bluetooth(/.*)?		u:object_r:bluetooth_data_file:s0
+/data/misc/bluedroid(/.*)?		u:object_r:bluetooth_data_file:s0
+/data/misc/boottrace(/.*)?		u:object_r:boottrace_data_file:s0
+/data/preloads/media(/.*)?		u:object_r:preloads_media_file:s0
+/data/resource-cache(/.*)?		u:object_r:resourcecache_data_file:s0
+/system/bin/cppreopts.sh		u:object_r:cppreopts_exec:s0
+/system/bin/emdlogger[0-9]+		u:object_r:emdlogger_exec:s0
+/data/misc/systemkeys(/.*)?		u:object_r:systemkeys_data_file:s0
+/data/misc/gatekeeper(/.*)?		u:object_r:gatekeeper_data_file:s0
+/data/system/heapdump(/.*)?		u:object_r:heapdump_data_file:s0
+/data/key_provisioning(/.*)?		u:object_r:key_install_data_file:s0
+/dev/socket/atci-audio(/.*)?		u:object_r:atci_audio_socket:s0
+/data/misc/audioserver(/.*)?		u:object_r:audioserver_data_file:s0
+/data/app-private/vmdl.*\.tmp(/.*)?		u:object_r:apk_private_tmp_file:s0
+/data/misc/shared_relro(/.*)?		u:object_r:shared_relro_file:s0
+/data/misc/wifi/sockets(/.*)?		u:object_r:wpa_socket:s0
+/data/misc/profiles/cur(/.*)?		u:object_r:user_profile_data_file:s0
+/data/misc/profiles/ref(/.*)?		u:object_r:user_profile_data_file:s0
+/dev/adf-overlay-engine[0-9]*\.[0-9]*		u:object_r:graphics_device:s0
+/dev/socket/atci-serv-fw(/.*)?		u:object_r:atci_serv_fw_socket:s0
+/dev/socket/atci-service(/.*)?		u:object_r:atci_service_socket:s0
+/data/misc/update_engine(/.*)?		u:object_r:update_engine_data_file:s0
+/data/cache/backup_stage(/.*)?		u:object_r:cache_backup_file:s0
+/data/misc/textclassifier(/.*)?		u:object_r:textclassifier_data_file:s0
+/data/misc/bluetooth/logs(/.*)?		u:object_r:bluetooth_logs_data_file:s0
+/dev/socket/adb_atci_socket(/.*)?		u:object_r:adb_atci_socket:s0
+/system/bin/install-recovery.sh		u:object_r:install_recovery_exec:s0
+/system/etc/selinux/mapping/[0-9]+\.[0-9]+\.cil		u:object_r:sepolicy_file:s0
+/data/misc/wifi/sockets/wpa_ctrl.*		u:object_r:system_wpa_socket:s0
+/system/etc/selinux/plat_sepolicy.cil		u:object_r:sepolicy_file:s0
+/vendor/etc/selinux/nonplat_sepolicy.cil		u:object_r:sepolicy_file:s0
+/vendor/etc/selinux/nonplat_mac_permissions.xml		u:object_r:mac_perms_file:s0
+/sys/devices/platform/vibrator@0/leds/vibrator(/.*)?		u:object_r:sysfs_vibrator:s0
+/		u:object_r:rootfs:s0
+/d		u:object_r:rootfs:s0
+/etc		u:object_r:rootfs:s0
+/mnt		u:object_r:tmpfs:s0
+/sys		u:object_r:sysfs:s0
+/proc		u:object_r:rootfs:s0
+/root		u:object_r:rootfs:s0
+/init		u:object_r:init_exec:s0
+/acct		u:object_r:cgroup:s0
+/sdcard		u:object_r:rootfs:s0
+/config		u:object_r:rootfs:s0
+/dev/eac		u:object_r:audio_device:s0
+/dev/mem		u:object_r:kmem_device:s0
+/dev/ion		u:object_r:ion_device:s0
+/dev/ppp		u:object_r:ppp_device:s0
+/dev/cam		u:object_r:camera_device:s0
+/charger		u:object_r:rootfs:s0
+/dev/tty		u:object_r:owntty_device:s0
+/dev/tun		u:object_r:tun_device:s0
+/dev/fuse		u:object_r:fuse_device:s0
+/dev/full		u:object_r:full_device:s0
+/dev/kmem		u:object_r:kmem_device:s0
+/dev/kmsg		u:object_r:kmsg_device:s0
+/dev/null		u:object_r:null_device:s0
+/dev/port		u:object_r:port_device:s0
+/dev/ptmx		u:object_r:ptmx_device:s0
+/sepolicy		u:object_r:sepolicy_file:s0
+/adb_keys		u:object_r:adb_keys_file:s0
+/dev/uhid		u:object_r:uhid_device:s0
+/dev/zero		u:object_r:zero_device:s0
+/dev/pn544		u:object_r:nfc_device:s0
+/dev/pmsg0		u:object_r:pmsg_device:s0
+/dev/alarm		u:object_r:alarm_device:s0
+/dev/random		u:object_r:random_device:s0
+/dev/ashmem		u:object_r:ashmem_device:s0
+/dev/binder		u:object_r:binder_device:s0
+/bugreports		u:object_r:rootfs:s0
+/verity_key		u:object_r:rootfs:s0
+/lost\+found		u:object_r:rootfs:s0
+/build\.prop		u:object_r:rootfs:s0
+/dev/uinput		u:object_r:uhid_device:s0
+/dev/nvhdcp1		u:object_r:video_device:s0
+/dev/mtp_usb		u:object_r:mtp_device:s0
+/dev/console		u:object_r:console_device:s0
+/postinstall		u:object_r:postinstall_mnt_dir:s0
+/dev/urandom		u:object_r:random_device:s0
+/dev/hwbinder		u:object_r:hwbinder_device:s0
+/dev/keychord		u:object_r:keychord_device:s0
+/dev/pvrsrvkm		u:object_r:gpu_device:s0
+/default\.prop		u:object_r:rootfs:s0
+/dev/watchdog		u:object_r:watchdog_device:s0
+/system/bin/sn		u:object_r:sn_exec:s0
+/dev/hw_random		u:object_r:hw_random_device:s0
+/dev/vndbinder		u:object_r:vndbinder_device:s0
+/system/bin/sh		--	u:object_r:shell_exec:s0
+/system/bin/mmp		u:object_r:mmp_exec:s0
+/system/bin/aal		u:object_r:aal_exec:s0
+/dev/kmsg_debug		u:object_r:kmsg_debug_device:s0
+/dev/rproc_user		u:object_r:rpmsg_device:s0
+/seapp_contexts		u:object_r:seapp_contexts_file:s0
+/dev/xt_qtaguid		u:object_r:qtaguid_device:s0
+/system/xbin/su		u:object_r:su_exec:s0
+/system/bin/vdc		u:object_r:vdc_exec:s0
+/system/bin/hdmi		u:object_r:hdmi_exec:s0
+/system/bin/kisd		u:object_r:kisd_exec:s0
+/dev/socket/mtpd		u:object_r:mtpd_socket:s0
+/dev/socket/rild		u:object_r:rild_socket:s0
+/dev/socket/netd		u:object_r:netd_socket:s0
+/dev/socket/lmkd		u:object_r:lmkd_socket:s0
+/dev/socket/mdns		u:object_r:mdns_socket:s0
+/dev/socket/logd		u:object_r:logd_socket:s0
+/dev/socket/adbd		u:object_r:adbd_socket:s0
+/selinux_version		u:object_r:rootfs:s0
+/system/bin/vold		u:object_r:vold_exec:s0
+/system/bin/netd		u:object_r:netd_exec:s0
+/dev/socket/vold		u:object_r:vold_socket:s0
+/system/bin/mtpd		u:object_r:mtp_exec:s0
+/system/bin/pppd		u:object_r:ppp_exec:s0
+/system/bin/lmkd		u:object_r:lmkd_exec:s0
+/system/bin/logd		u:object_r:logd_exec:s0
+/system/bin/adbd		u:object_r:adbd_exec:s0
+/system/bin/atcid		u:object_r:atcid_exec:s0
+/dev/loop-control		u:object_r:loop_control_device:s0
+/dev/socket/logdr		u:object_r:logdr_socket:s0
+/dev/socket/logdw		u:object_r:logdw_socket:s0
+/dev/socket/mdnsd		u:object_r:mdnsd_socket:s0
+/system/bin/clatd		u:object_r:clatd_exec:s0
+/system/bin/mdnsd		u:object_r:mdnsd_exec:s0
+/system/bin/idmap		u:object_r:idmap_exec:s0
+/system/bin/blkid		u:object_r:blkid_exec:s0
+/system/bin/em_svr		u:object_r:em_svr_exec:s0
+/dev/socket/racoon		u:object_r:racoon_socket:s0
+/dev/socket/cryptd		u:object_r:vold_socket:s0
+/dev/device-mapper		u:object_r:dm_device:s0
+/dev/accelerometer		u:object_r:sensors_device:s0
+/plat_sepolicy\.cil		u:object_r:sepolicy_file:s0
+/dev/socket/zygote		u:object_r:zygote_socket:s0
+/dev/usb_accessory		u:object_r:usbaccessory_device:s0
+/system/bin/atrace		u:object_r:atrace_exec:s0
+/system/bin/mke2fs		u:object_r:e2fs_exec:s0
+/system/bin/racoon		u:object_r:racoon_exec:s0
+/system/bin/sdcard		u:object_r:sdcardd_exec:s0
+/system/bin/dhcpcd		u:object_r:dhcp_exec:s0
+/system/bin/sgdisk		u:object_r:sgdisk_exec:s0
+/system/bin/vr_hwc		u:object_r:vr_hwc_exec:s0
+/system/bin/toybox		--	u:object_r:toolbox_exec:s0
+/system/bin/logcat		--	u:object_r:logcat_exec:s0
+/system/bin/run-as		--	u:object_r:runas_exec:s0
+/system/bin/e2fsck		--	u:object_r:fsck_exec:s0
+/system/bin/aee_aed		u:object_r:aee_aed_exec:s0
+/system/bin/netdiag		u:object_r:netdiag_exec:s0
+/system/bin/factory		u:object_r:factory_exec:s0
+/dev/event-log-tags		u:object_r:runtime_event_log_tags_file:s0
+/dev/socket/fwmarkd		u:object_r:fwmarkd_socket:s0
+/plat_file_contexts		u:object_r:file_contexts_file:s0
+/dev/socket/uncrypt		u:object_r:uncrypt_socket:s0
+/dev/__properties__		u:object_r:properties_device:s0
+/system/bin/dnsmasq		u:object_r:dnsmasq_exec:s0
+/system/bin/healthd		u:object_r:healthd_exec:s0
+/system/bin/uncrypt		u:object_r:uncrypt_exec:s0
+/system/bin/bspatch		u:object_r:update_engine_exec:s0
+/system/bin/profman		u:object_r:profman_exec:s0
+/system/bin/tune2fs		--	u:object_r:fsck_exec:s0
+/system/bin/logcatd		--	u:object_r:logcat_exec:s0
+/system/bin/toolbox		--	u:object_r:toolbox_exec:s0
+/system/bin/thermald		u:object_r:thermald_exec:s0
+/system/bin/mdlogger		u:object_r:mdlogger_exec:s0
+/system/bin/meta_tst		u:object_r:meta_tst_exec:s0
+/system/bin/pre_meta		u:object_r:pre_meta_exec:s0
+/plat_seapp_contexts		u:object_r:seapp_contexts_file:s0
+/vndservice_contexts		u:object_r:vndservice_contexts_file:s0
+/system/bin/incident		u:object_r:incident_exec:s0
+/system/bin/wificond		u:object_r:wificond_exec:s0
+/system/bin/bootstat		u:object_r:bootstat_exec:s0
+/system/bin/keystore		u:object_r:keystore_exec:s0
+/system/bin/installd		u:object_r:installd_exec:s0
+/system/bin/storaged		u:object_r:storaged_exec:s0
+/system/bin/resize2fs		u:object_r:fsck_exec:s0
+/system/bin/met_log_d		u:object_r:met_log_d_exec:s0
+/system/bin/ppl_agent		u:object_r:ppl_agent_exec:s0
+/system/bin/aee_aed64		u:object_r:aee_aed_exec:s0
+/system/bin/cmddumper		u:object_r:cmddumper_exec:s0
+/dev/socket/dumpstate		u:object_r:dumpstate_socket:s0
+/dev/socket/dnsproxyd		u:object_r:dnsproxyd_socket:s0
+/mapping_sepolicy\.cil		u:object_r:sepolicy_file:s0
+/nonplat_sepolicy\.cil		u:object_r:sepolicy_file:s0
+/system/bin/drmserver		u:object_r:drmserver_exec:s0
+/system/bin/incidentd		u:object_r:incidentd_exec:s0
+/system/bin/dumpstate		u:object_r:dumpstate_exec:s0
+/system/bin/e2fsdroid		u:object_r:e2fs_exec:s0
+/system/bin/fsck\.f2fs		--	u:object_r:fsck_exec:s0
+/system/bin/make_f2fs		--	u:object_r:e2fs_exec:s0
+/system/bin/md_monitor		u:object_r:md_monitor_exec:s0
+/dev/socket/rild-debug		u:object_r:rild_debug_socket:s0
+/plat_service_contexts		u:object_r:service_contexts_file:s0
+/nonplat_file_contexts		u:object_r:file_contexts_file:s0
+/system/bin/bufferhubd		u:object_r:bufferhubd_exec:s0
+/system/xbin/perfprofd		u:object_r:perfprofd_exec:s0
+/system/bin/logwrapper		u:object_r:system_file:s0
+/system/bin/tombstoned		u:object_r:tombstoned_exec:s0
+/system/bin/fsck_msdos		--	u:object_r:fsck_exec:s0
+/system/bin/usp_service		u:object_r:usp_service_exec:s0
+/nonplat_seapp_contexts		u:object_r:seapp_contexts_file:s0
+/plat_property_contexts		u:object_r:property_contexts_file:s0
+/system/bin/mediaserver		u:object_r:mediaserver_exec:s0
+/system/bin/audioserver		u:object_r:audioserver_exec:s0
+/system/bin/gatekeeperd		u:object_r:gatekeeperd_exec:s0
+/system/bin/tzdatacheck		u:object_r:tzdatacheck_exec:s0
+/system/bin/atci_service		u:object_r:atci_service_exec:s0
+/system/bin/kpoc_charger		u:object_r:kpoc_charger_exec:s0
+/system/bin/mobile_log_d		u:object_r:mobile_log_d_exec:s0
+/plat_hwservice_contexts		u:object_r:hwservice_contexts_file:s0
+/system/bin/performanced		u:object_r:performanced_exec:s0
+/system/bin/mediametrics		u:object_r:mediametrics_exec:s0
+/system/bin/cameraserver		u:object_r:cameraserver_exec:s0
+/system/bin/inputflinger		u:object_r:inputflinger_exec:s0
+/system/bin/fingerprintd		u:object_r:fingerprintd_exec:s0
+/system/bin/crash_dump32		u:object_r:crash_dump_exec:s0
+/system/bin/crash_dump64		u:object_r:crash_dump_exec:s0
+/system/bin/guiext-server		u:object_r:guiext-server_exec:s0
+/system/bin/aee_dumpstate		u:object_r:dumpstate_exec:s0
+/data/system/ndebugsocket		u:object_r:system_ndebug_socket:s0
+/dev/snd/audio_seq_device		u:object_r:audio_seq_device:s0
+/nonplat_service_contexts		u:object_r:nonplat_service_contexts_file:s0
+/system/bin/app_process32		u:object_r:zygote_exec:s0
+/system/bin/app_process64		u:object_r:zygote_exec:s0
+/system/bin/bootanimation		u:object_r:bootanim_exec:s0
+/system/bin/update_engine		u:object_r:update_engine_exec:s0
+/system/bin/batterywarning		u:object_r:batterywarning_exec:s0
+/nonplat_property_contexts		u:object_r:property_contexts_file:s0
+/system/bin/surfaceflinger		u:object_r:surfaceflinger_exec:s0
+/system/bin/mediadrmserver		u:object_r:mediadrmserver_exec:s0
+/system/bin/servicemanager		u:object_r:servicemanager_exec:s0
+/dev/socket/webview_zygote		u:object_r:webview_zygote_socket:s0
+/system/bin/otapreopt_slot		u:object_r:otapreopt_slot_exec:s0
+/system/bin/mediaextractor		u:object_r:mediaextractor_exec:s0
+/system/bin/dexoptanalyzer		u:object_r:dexoptanalyzer_exec:s0
+/system/bin/GoogleOtaBinder		u:object_r:GoogleOtaBinder_exec:s0
+/system/bin/dm_agent_binder		u:object_r:dm_agent_binder_exec:s0
+/system/bin/storagemanagerd		u:object_r:storagemanagerd_exec:s0
+/dev/snd/audio_timer_device		u:object_r:audio_timer_device:s0
+/nonplat_hwservice_contexts		u:object_r:hwservice_contexts_file:s0
+/system/bin/update_verifier		u:object_r:update_verifier_exec:s0
+/system/bin/thermalserviced		u:object_r:thermalserviced_exec:s0
+/system/bin/mtk_advcamserver		u:object_r:mtk_advcamserver_exec:s0
+/system/bin/mtkbootanimation		u:object_r:mtkbootanimation_exec:s0
+/system/bin/thermalindicator		u:object_r:thermalindicator_exec:s0
+/dev/socket/property_service		u:object_r:property_socket:s0
+/dev/socket/tombstoned_crash		u:object_r:tombstoned_crash_socket:s0
+/system/bin/hwservicemanager		u:object_r:hwservicemanager_exec:s0
+/dev/socket/zygote_secondary		u:object_r:zygote_socket:s0
+/system/bin/otapreopt_chroot		u:object_r:otapreopt_chroot_exec:s0
+/system/bin/recovery-persist		u:object_r:recovery_persist_exec:s0
+/system/bin/recovery-refresh		u:object_r:recovery_refresh_exec:s0
+/system/bin/webview_zygote32		u:object_r:webview_zygote_exec:s0
+/system/bin/webview_zygote64		u:object_r:webview_zygote_exec:s0
+/system/bin/preopt2cachename		u:object_r:preopt2cachename_exec:s0
+/system/bin/virtual_touchpad		u:object_r:virtual_touchpad_exec:s0
+/system/bin/boot_logo_updater		u:object_r:boot_logo_updater_exec:s0
+/data/misc/bluedroid/\.a2dp_ctrl		u:object_r:bluetooth_socket:s0
+/data/misc/bluedroid/\.a2dp_data		u:object_r:bluetooth_socket:s0
+/system/bin/audiocmdservice_atci		u:object_r:audiocmdservice_atci_exec:s0
+/system/bin/netutils-wrapper-1\.0		u:object_r:netutils_wrapper_exec:s0
+/dev/socket/tombstoned_intercept		u:object_r:tombstoned_intercept_socket:s0
+/dev/socket/pdx/system/vr/display		u:object_r:pdx_display_dir:s0
+/dev/socket/pdx/system/buffer_hub		u:object_r:pdx_bufferhub_dir:s0
+/dev/socket/tombstoned_java_trace		u:object_r:tombstoned_java_trace_socket:s0
+/system/bin/program_binary_service		u:object_r:program_binary_exec:s0
+/dev/socket/pdx/system/performance		u:object_r:pdx_performance_dir:s0
+/system/etc/selinux/plat_file_contexts		u:object_r:file_contexts_file:s0
+/vendor/etc/selinux/vndservice_contexts		u:object_r:vndservice_contexts_file:s0
+/dev/socket/pdx/system/vr/display/vsync		u:object_r:pdx_display_vsync_endpoint_socket:s0
+/system/etc/selinux/plat_seapp_contexts		u:object_r:seapp_contexts_file:s0
+/vendor/etc/selinux/precompiled_sepolicy		u:object_r:sepolicy_file:s0
+/dev/socket/pdx/system/vr/display/client		u:object_r:pdx_display_client_endpoint_socket:s0
+/dev/socket/pdx/system/buffer_hub/client		u:object_r:pdx_bufferhub_client_endpoint_socket:s0
+/vendor/etc/selinux/nonplat_file_contexts		u:object_r:file_contexts_file:s0
+/dev/socket/pdx/system/vr/display/manager		u:object_r:pdx_display_manager_endpoint_socket:s0
+/dev/socket/pdx/system/performance/client		u:object_r:pdx_performance_client_endpoint_socket:s0
+/system/etc/selinux/plat_service_contexts		u:object_r:service_contexts_file:s0
+/vendor/etc/selinux/nonplat_seapp_contexts		u:object_r:seapp_contexts_file:s0
+/system/etc/selinux/plat_property_contexts		u:object_r:property_contexts_file:s0
+/system/etc/selinux/plat_hwservice_contexts		u:object_r:hwservice_contexts_file:s0
+/vendor/etc/selinux/nonplat_service_contexts		u:object_r:nonplat_service_contexts_file:s0
+/dev/socket/pdx/system/vr/display/screenshot		u:object_r:pdx_display_screenshot_endpoint_socket:s0
+/system/etc/selinux/plat_mac_permissions\.xml		u:object_r:mac_perms_file:s0
+/vendor/etc/selinux/nonplat_property_contexts		u:object_r:property_contexts_file:s0
+/vendor/etc/selinux/nonplat_hwservice_contexts		u:object_r:hwservice_contexts_file:s0
+/system/bin/hw/android\.hidl\.allocator@1\.0-service		u:object_r:hal_allocator_default_exec:s0
+/system/etc/selinux/plat_and_mapping_sepolicy\.cil\.sha256		u:object_r:sepolicy_file:s0
+/vendor/etc/selinux/precompiled_sepolicy\.plat_and_mapping\.sha256		u:object_r:sepolicy_file:s0
diff --git a/system/etc/selinux/plat_hwservice_contexts b/system/etc/selinux/plat_hwservice_contexts
new file mode 100644
index 0000000000000000000000000000000000000000..e304495532ccb8cc3f9fc99978ca212136c8fbb2
--- /dev/null
+++ b/system/etc/selinux/plat_hwservice_contexts
@@ -0,0 +1,57 @@
+android.frameworks.displayservice::IDisplayService              u:object_r:fwk_display_hwservice:s0
+android.frameworks.schedulerservice::ISchedulingPolicyService   u:object_r:fwk_scheduler_hwservice:s0
+android.frameworks.sensorservice::ISensorManager                u:object_r:fwk_sensor_hwservice:s0
+android.hardware.audio.effect::IEffectsFactory                  u:object_r:hal_audio_hwservice:s0
+android.hardware.audio::IDevicesFactory                         u:object_r:hal_audio_hwservice:s0
+android.hardware.biometrics.fingerprint::IBiometricsFingerprint u:object_r:hal_fingerprint_hwservice:s0
+android.hardware.bluetooth::IBluetoothHci                       u:object_r:hal_bluetooth_hwservice:s0
+android.hardware.boot::IBootControl                             u:object_r:hal_bootctl_hwservice:s0
+android.hardware.broadcastradio::IBroadcastRadioFactory         u:object_r:hal_broadcastradio_hwservice:s0
+android.hardware.camera.provider::ICameraProvider               u:object_r:hal_camera_hwservice:s0
+android.hardware.configstore::ISurfaceFlingerConfigs            u:object_r:hal_configstore_ISurfaceFlingerConfigs:s0
+android.hardware.contexthub::IContexthub                        u:object_r:hal_contexthub_hwservice:s0
+android.hardware.cas::IMediaCasService                          u:object_r:hal_cas_hwservice:s0
+android.hardware.drm::ICryptoFactory                            u:object_r:hal_drm_hwservice:s0
+android.hardware.drm::IDrmFactory                               u:object_r:hal_drm_hwservice:s0
+android.hardware.dumpstate::IDumpstateDevice                    u:object_r:hal_dumpstate_hwservice:s0
+android.hardware.gatekeeper::IGatekeeper                        u:object_r:hal_gatekeeper_hwservice:s0
+android.hardware.gnss::IGnss                                    u:object_r:hal_gnss_hwservice:s0
+android.hardware.graphics.allocator::IAllocator                 u:object_r:hal_graphics_allocator_hwservice:s0
+android.hardware.graphics.composer::IComposer                   u:object_r:hal_graphics_composer_hwservice:s0
+android.hardware.graphics.mapper::IMapper                       u:object_r:hal_graphics_mapper_hwservice:s0
+android.hardware.health::IHealth                                u:object_r:hal_health_hwservice:s0
+android.hardware.ir::IConsumerIr                                u:object_r:hal_ir_hwservice:s0
+android.hardware.keymaster::IKeymasterDevice                    u:object_r:hal_keymaster_hwservice:s0
+android.hardware.light::ILight                                  u:object_r:hal_light_hwservice:s0
+android.hardware.media.omx::IOmx                                u:object_r:hal_omx_hwservice:s0
+android.hardware.media.omx::IOmxStore                           u:object_r:hal_omx_hwservice:s0
+android.hardware.memtrack::IMemtrack                            u:object_r:hal_memtrack_hwservice:s0
+android.hardware.neuralnetworks::IDevice                        u:object_r:hal_neuralnetworks_hwservice:s0
+android.hardware.nfc::INfc                                      u:object_r:hal_nfc_hwservice:s0
+android.hardware.oemlock::IOemLock                              u:object_r:hal_oemlock_hwservice:s0
+android.hardware.power::IPower                                  u:object_r:hal_power_hwservice:s0
+android.hardware.radio.deprecated::IOemHook                     u:object_r:hal_telephony_hwservice:s0
+android.hardware.radio::IRadio                                  u:object_r:hal_telephony_hwservice:s0
+android.hardware.radio::ISap                                    u:object_r:hal_telephony_hwservice:s0
+android.hardware.renderscript::IDevice                          u:object_r:hal_renderscript_hwservice:s0
+android.hardware.sensors::ISensors                              u:object_r:hal_sensors_hwservice:s0
+android.hardware.soundtrigger::ISoundTriggerHw                  u:object_r:hal_audio_hwservice:s0
+android.hardware.thermal::IThermal                              u:object_r:hal_thermal_hwservice:s0
+android.hardware.thermal::IThermalCallback                      u:object_r:thermalcallback_hwservice:s0
+android.hardware.tv.cec::IHdmiCec                               u:object_r:hal_tv_cec_hwservice:s0
+android.hardware.tv.input::ITvInput                             u:object_r:hal_tv_input_hwservice:s0
+android.hardware.usb::IUsb                                      u:object_r:hal_usb_hwservice:s0
+android.hardware.vibrator::IVibrator                            u:object_r:hal_vibrator_hwservice:s0
+android.hardware.vr::IVr                                        u:object_r:hal_vr_hwservice:s0
+android.hardware.weaver::IWeaver                                u:object_r:hal_weaver_hwservice:s0
+android.hardware.wifi::IWifi                                    u:object_r:hal_wifi_hwservice:s0
+android.hardware.wifi.offload::IOffload                         u:object_r:hal_wifi_offload_hwservice:s0
+android.hardware.wifi.supplicant::ISupplicant                   u:object_r:hal_wifi_supplicant_hwservice:s0
+android.hidl.allocator::IAllocator                              u:object_r:hidl_allocator_hwservice:s0
+android.hidl.base::IBase                                        u:object_r:hidl_base_hwservice:s0
+android.hidl.manager::IServiceManager                           u:object_r:hidl_manager_hwservice:s0
+android.hidl.memory::IMapper                                    u:object_r:hidl_memory_hwservice:s0
+android.hidl.token::ITokenManager                               u:object_r:hidl_token_hwservice:s0
+android.system.net.netd::INetd                                  u:object_r:system_net_netd_hwservice:s0
+android.system.wifi.keystore::IKeystore                         u:object_r:system_wifi_keystore_hwservice:s0
+*                                                               u:object_r:default_android_hwservice:s0
diff --git a/system/etc/selinux/plat_mac_permissions.xml b/system/etc/selinux/plat_mac_permissions.xml
new file mode 100644
index 0000000000000000000000000000000000000000..237467b13a991e00eac0f207878b2c9aafa384f4
--- /dev/null
+++ b/system/etc/selinux/plat_mac_permissions.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="iso-8859-1"?><!-- AUTOGENERATED FILE DO NOT MODIFY --><policy><signer signature="308203e1308202c9a003020102020900fa2b51df576e5996300d06092a864886f70d0101050500308187310b300906035504061302434e3111300f06035504080c085368616e674861693111300f06035504070c085368616e67486169310b3009060355040a0c02484d310b3009060355040b0c02484d3111300f06035504030c08706c6174666f726d3125302306092a864886f70d0109011616736d6974682e68616e407370726f636f6d6d2e636f6d301e170d3137303431313039303833365a170d3434303832373039303833365a308187310b300906035504061302434e3111300f06035504080c085368616e674861693111300f06035504070c085368616e67486169310b3009060355040a0c02484d310b3009060355040b0c02484d3111300f06035504030c08706c6174666f726d3125302306092a864886f70d0109011616736d6974682e68616e407370726f636f6d6d2e636f6d30820120300d06092a864886f70d01010105000382010d00308201080282010100d0bf23a474f5cee0214ca2d036c68e1975c275812f97ffa8e8357480528439559a82e558da613ab1c6ebd0d859c1a6d988d1bb06b8f633cf4c6b48e1000883a2095418ade5a30527d6df07a2481aaf5ce6f91ba82205f0a04354eab473d277159e7172422aed048839ed5386885857ecbe37d8a0aecd18b8f589f011c7df88d4b53b8d4154bca0e17732cdc43c8d326731f9c63a2563c4382ad5f91a4f4397e903676aa7fd0f1e62c76be651b3de2cd175278c3992c64fe170c4bf281ec1dc5e458117b59f46a2d5ba57dc54665df8ed7a7543321221bf4cefdb5a934734aa6ceadd4cdebf157046d41d7b5f67d0d6f1d91e33862c0b8185fa99b06b042246e3020103a350304e301d0603551d0e0416041459dbac57e102ee2584ba7701b406937cdfd76c31301f0603551d2304183016801459dbac57e102ee2584ba7701b406937cdfd76c31300c0603551d13040530030101ff300d06092a864886f70d01010505000382010100a156e2a68e13bc8ead7e8d5c8a8f9997e04dd7ad19db1efddaa049560abd9fa650150ad9b9dd343008e60f1da90edb24f2a5650dba6857f7a197c51153a8e643137526c56ee4812b5adde0314626edb0e59779c010ccc276762920802d7b16acb4ee0c861134579b27b8b208e15ebf279f692fb79241f1f8363e568a14388098cf485b6224e9b077ef3dac727e0e50928b648a91703a245ddab1fe52345f5d017602a9273ab7dd462d175162fc28bf90a93b4070daedce1836514cd774031ce1590b2ae90db4cd6a574aaad5fe2717cecbf781cec86797507376b48d3b139aeaf75151c188c8a7c5f6c50dcb01df3fef587d752dd34a311df7dd4c4d77321c98"><seinfo value="platform"/></signer><signer signature="308203db308202c3a0030201020209009efe1f1a3770602c300d06092a864886f70d0101050500308184310b300906035504061302434e3111300f06035504080c085368616e674861693111300f06035504070c085368616e67486169310b3009060355040a0c02484d310b3009060355040b0c02484d310e300c06035504030c056d656469613125302306092a864886f70d0109011616736d6974682e68616e407370726f636f6d6d2e636f6d301e170d3137303431313039303833365a170d3434303832373039303833365a308184310b300906035504061302434e3111300f06035504080c085368616e674861693111300f06035504070c085368616e67486169310b3009060355040a0c02484d310b3009060355040b0c02484d310e300c06035504030c056d656469613125302306092a864886f70d0109011616736d6974682e68616e407370726f636f6d6d2e636f6d30820120300d06092a864886f70d01010105000382010d00308201080282010100d6b2cf456f72d932e74971262fc6b5c5236ee475f57a6bf7bc48ecd0d6daa8b5d9864e74ab85febd7bda0168bb9ca882c3ae60ea4b77c2f94d53a6a6f691c0710d875d7bf7e488ba25adb047a49899e69ea631a7d4571173fce46e02547e42258f163fc24592dae733543f6bbd81095932282a7b5a4fcc151570768ec64f5f9e75c230429db00ab9220c45a663602441d0c066d3ad1dd7bfe7ebc0f62a7bce9fbffc06a10e534173a9d79f53d6dc2a7930c25d477b7b838a31f724e27590bd7ef30695f8495ef58af353d82f052310bf3b9337926adeebce8c01485c6d95fc90f74b1a638d3d9ee9d458897756e924a945a5992d93b60c86f578c28f47ed3cdb020103a350304e301d0603551d0e04160414122fed8b3e7403ef45b30b2d551bb8109d8c86db301f0603551d23041830168014122fed8b3e7403ef45b30b2d551bb8109d8c86db300c0603551d13040530030101ff300d06092a864886f70d010105050003820101007472dae0b44596c6f25989944d4e503569b4961d368b894ed36bd34d3f9b6e73582af32f6c99fc546456ed4a3da95f6a8bf65a2ef5420a9b9e1fca5600b84c2b51a4daa7c28f70aec3f50df6f17d24827eaeef720af888510b5d0bb75cfe36fabe1351284a51033fb9651a5a1ecd48b546f84c6f0adc08fdc2fb71f8a818a703eb4151ee557695f9c0d357df4ed6278cea478a0a0e46d7ad50ccc78bcd4c588ca3edd1a2790258cf2b53aadc6926363af3b4ca5d44845f43feec85cdaa23c33ca85301e7f68a43b12009fcf132c0acfb1a5e874a163dd74e1cadde628b1b4bd33496b3b8d0580e19330178d05890976d556e23a4ebb51344bb4a8ce74a283122"><seinfo value="media"/></signer></policy>
\ No newline at end of file
diff --git a/system/etc/selinux/plat_property_contexts b/system/etc/selinux/plat_property_contexts
new file mode 100644
index 0000000000000000000000000000000000000000..f24ff8615bd4e8d6bb6061cc3bdcc5779caae2e3
--- /dev/null
+++ b/system/etc/selinux/plat_property_contexts
@@ -0,0 +1,85 @@
+bluetooth.              u:object_r:bluetooth_prop:s0
+config.                 u:object_r:config_prop:s0
+ctl.atcid-daemon-u u:object_r:ctl_atcid-daemon-u_prop:s0
+ctl.atci_service u:object_r:ctl_atci_service_prop:s0
+ctl.bootanim            u:object_r:ctl_bootanim_prop:s0
+ctl.bugreport           u:object_r:ctl_bugreport_prop:s0
+ctl.console             u:object_r:ctl_console_prop:s0
+ctl.dumpstate           u:object_r:ctl_dumpstate_prop:s0
+ctl.fuse_               u:object_r:ctl_fuse_prop:s0
+ctl.mdnsd               u:object_r:ctl_mdnsd_prop:s0
+ctl.ril-daemon          u:object_r:ctl_rildaemon_prop:s0
+ctl.                    u:object_r:ctl_default_prop:s0
+dalvik.                 u:object_r:dalvik_prop:s0
+debug.db.               u:object_r:debuggerd_prop:s0
+debug.                  u:object_r:debug_prop:s0
+dev.                    u:object_r:system_prop:s0
+dhcp.bt-pan.result      u:object_r:pan_result_prop:s0
+dhcp.                   u:object_r:dhcp_prop:s0
+dumpstate.options       u:object_r:dumpstate_options_prop:s0
+dumpstate.              u:object_r:dumpstate_prop:s0
+gsm.                    u:object_r:radio_prop:s0
+hwservicemanager.       u:object_r:hwservicemanager_prop:s0
+hw.                     u:object_r:system_prop:s0
+logd.logpersistd        u:object_r:logpersistd_logging_prop:s0
+log.tag                 u:object_r:log_tag_prop:s0
+log.tag.WifiHAL         u:object_r:wifi_log_prop:s0
+log.                    u:object_r:log_prop:s0
+net.cdma                u:object_r:net_radio_prop:s0
+net.dns                 u:object_r:net_dns_prop:s0
+net.gprs                u:object_r:net_radio_prop:s0
+net.lte                 u:object_r:net_radio_prop:s0
+net.ppp                 u:object_r:net_radio_prop:s0
+net.qmi                 u:object_r:net_radio_prop:s0
+net.rmnet               u:object_r:net_radio_prop:s0
+net.                    u:object_r:system_prop:s0
+nfc.                    u:object_r:nfc_prop:s0
+persist.audio.          u:object_r:audio_prop:s0
+persist.bluetooth.      u:object_r:bluetooth_prop:s0
+persist.debug.          u:object_r:persist_debug_prop:s0
+persist.logd.logpersistd        u:object_r:logpersistd_logging_prop:s0
+persist.logd.security   u:object_r:device_logging_prop:s0
+persist.logd.           u:object_r:logd_prop:s0
+persist.log.tag         u:object_r:log_tag_prop:s0
+persist.mdmmonitor u:object_r:mdmmonitor_prop:s0
+persist.mmc.            u:object_r:mmc_prop:s0
+persist.netd.stable_secret      u:object_r:netd_stable_secret_prop:s0
+persist.radio           u:object_r:radio_prop:s0
+persist.security.       u:object_r:system_prop:s0
+persist.service.bdroid. u:object_r:bluetooth_prop:s0
+persist.service.        u:object_r:system_prop:s0
+persist.sys.audit_safemode      u:object_r:safemode_prop:s0
+persist.sys.safemode    u:object_r:safemode_prop:s0
+persist.sys.            u:object_r:system_prop:s0
+persist.vendor.overlay.  u:object_r:overlay_prop:s0
+ril.                    u:object_r:radio_prop:s0
+ro.boot.btmacaddr       u:object_r:bluetooth_prop:s0
+ro.boot.serialno        u:object_r:serialno_prop:s0
+ro.boottime.             u:object_r:boottime_prop:s0
+ro.boot.vendor.overlay.  u:object_r:overlay_prop:s0
+ro.bt.                  u:object_r:bluetooth_prop:s0
+ro.build.fingerprint    u:object_r:fingerprint_prop:s0
+ro.config.              u:object_r:config_prop:s0
+ro.crypto.              u:object_r:vold_prop:s0
+ro.dalvik.              u:object_r:dalvik_prop:s0
+ro.device_owner         u:object_r:device_logging_prop:s0
+ro.hw.                  u:object_r:system_prop:s0
+ro.persistent_properties.ready  u:object_r:persistent_properties_ready_prop:s0
+ro.ril.                 u:object_r:radio_prop:s0
+ro.runtime.firstboot    u:object_r:firstboot_prop:s0
+ro.runtime.             u:object_r:system_prop:s0
+ro.serialno             u:object_r:serialno_prop:s0
+ro.sys.safemode         u:object_r:safemode_prop:s0
+security.perf_harden    u:object_r:shell_prop:s0
+selinux.restorecon_recursive   u:object_r:restorecon_prop:s0
+service.adb.root        u:object_r:shell_prop:s0
+service.adb.tcp.port    u:object_r:shell_prop:s0
+service.                u:object_r:system_prop:s0
+sys.cppreopt            u:object_r:cppreopt_prop:s0
+sys.powerctl            u:object_r:powerctl_prop:s0
+sys.                    u:object_r:system_prop:s0
+sys.usb.config          u:object_r:system_radio_prop:s0
+sys.usb.ffs.            u:object_r:ffs_prop:s0
+*                       u:object_r:default_prop:s0
+vold.                   u:object_r:vold_prop:s0
+wlan.                   u:object_r:wifi_prop:s0
diff --git a/system/etc/selinux/plat_seapp_contexts b/system/etc/selinux/plat_seapp_contexts
new file mode 100644
index 0000000000000000000000000000000000000000..30bc624570f8f14fa664199f35d67942b4c1fc6c
--- /dev/null
+++ b/system/etc/selinux/plat_seapp_contexts
@@ -0,0 +1,14 @@
+isSystemServer=true domain=system_server
+user=system seinfo=platform domain=system_app type=system_app_data_file
+user=bluetooth seinfo=platform domain=bluetooth type=bluetooth_data_file
+user=nfc seinfo=platform domain=nfc type=nfc_data_file
+user=radio seinfo=platform domain=radio type=radio_data_file
+user=shared_relro domain=shared_relro
+user=shell seinfo=platform domain=shell type=shell_data_file
+user=_isolated domain=isolated_app levelFrom=user
+user=_app seinfo=media domain=mediaprovider name=android.process.media type=app_data_file levelFrom=user
+user=_app seinfo=platform domain=platform_app type=app_data_file levelFrom=user
+user=_app isV2App=true isEphemeralApp=true domain=ephemeral_app type=app_data_file levelFrom=user
+user=_app isPrivApp=true domain=priv_app type=app_data_file levelFrom=user
+user=_app minTargetSdkVersion=26 domain=untrusted_app type=app_data_file levelFrom=user
+user=_app domain=untrusted_app_25 type=app_data_file levelFrom=user
diff --git a/system/etc/selinux/plat_sepolicy.cil b/system/etc/selinux/plat_sepolicy.cil
new file mode 100644
index 0000000000000000000000000000000000000000..7e39b41185170f1f58125f86575670ed861c331f
--- /dev/null
+++ b/system/etc/selinux/plat_sepolicy.cil
@@ -0,0 +1,14596 @@
+(role object_r)
+(role auditadm_r)
+(role secadm_r)
+(typeattribute cil_gen_require)
+(roleattribute cil_gen_require)
+(handleunknown deny)
+(mls true)
+(policycap network_peer_controls)
+(policycap open_perms)
+(policycap extended_socket_class)
+(sid devnull)
+(sidcontext devnull (u object_r null_device ((s0) (s0))))
+(sid scmp_packet)
+(sidcontext scmp_packet (u object_r unlabeled ((s0) (s0))))
+(sid policy)
+(sidcontext policy (u object_r unlabeled ((s0) (s0))))
+(sid kmod)
+(sidcontext kmod (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_dev)
+(sidcontext sysctl_dev (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_vm)
+(sidcontext sysctl_vm (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_net_unix)
+(sidcontext sysctl_net_unix (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_net)
+(sidcontext sysctl_net (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_kernel)
+(sidcontext sysctl_kernel (u object_r unlabeled ((s0) (s0))))
+(sid sysctl_fs)
+(sidcontext sysctl_fs (u object_r unlabeled ((s0) (s0))))
+(sid sysctl)
+(sidcontext sysctl (u object_r proc ((s0) (s0))))
+(sid sysctl_modprobe)
+(sidcontext sysctl_modprobe (u object_r unlabeled ((s0) (s0))))
+(sid tcp_socket)
+(sidcontext tcp_socket (u object_r unlabeled ((s0) (s0))))
+(sid icmp_socket)
+(sidcontext icmp_socket (u object_r unlabeled ((s0) (s0))))
+(sid igmp_packet)
+(sidcontext igmp_packet (u object_r unlabeled ((s0) (s0))))
+(sid node)
+(sidcontext node (u object_r node ((s0) (s0))))
+(sid netmsg)
+(sidcontext netmsg (u object_r unlabeled ((s0) (s0))))
+(sid netif)
+(sidcontext netif (u object_r netif ((s0) (s0))))
+(sid port)
+(sidcontext port (u object_r port ((s0) (s0))))
+(sid any_socket)
+(sidcontext any_socket (u object_r unlabeled ((s0) (s0))))
+(sid init)
+(sidcontext init (u object_r unlabeled ((s0) (s0))))
+(sid file_labels)
+(sidcontext file_labels (u object_r unlabeled ((s0) (s0))))
+(sid file)
+(sidcontext file (u object_r unlabeled ((s0) (s0))))
+(sid fs)
+(sidcontext fs (u object_r labeledfs ((s0) (s0))))
+(sid unlabeled)
+(sidcontext unlabeled (u object_r unlabeled ((s0) (s0))))
+(sid security)
+(sidcontext security (u object_r kernel ((s0) (s0))))
+(sid kernel)
+(sidcontext kernel (u r kernel ((s0) (s0))))
+(sidorder (kernel security unlabeled fs file file_labels init any_socket port netif netmsg node igmp_packet icmp_socket tcp_socket sysctl_modprobe sysctl sysctl_fs sysctl_kernel sysctl_net sysctl_net_unix sysctl_vm sysctl_dev kmod policy scmp_packet devnull ))
+(fsuse trans mqueue (u object_r mqueue ((s0) (s0))))
+(fsuse trans shm (u object_r shm ((s0) (s0))))
+(fsuse trans devtmpfs (u object_r device ((s0) (s0))))
+(fsuse trans tmpfs (u object_r tmpfs ((s0) (s0))))
+(fsuse trans devpts (u object_r devpts ((s0) (s0))))
+(fsuse task sockfs (u object_r sockfs ((s0) (s0))))
+(fsuse task pipefs (u object_r pipefs ((s0) (s0))))
+(fsuse xattr squashfs (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr f2fs (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr btrfs (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr xfs (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr ext4 (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr ext3 (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr ext2 (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr jffs2 (u object_r labeledfs ((s0) (s0))))
+(fsuse xattr yaffs2 (u object_r labeledfs ((s0) (s0))))
+(genfscon binfmt_misc / (u object_r binfmt_miscfs ((s0) (s0))))
+(genfscon cgroup / (u object_r cgroup ((s0) (s0))))
+(genfscon configfs / (u object_r configfs ((s0) (s0))))
+(genfscon debugfs /tracing/events/f2fs/f2fs_sync_file_enter/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/ext4/ext4_sync_file_enter/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/f2fs/f2fs_sync_file_exit/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/ext4/ext4_da_write_begin/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/ext4/ext4_sync_file_exit/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/block/block_rq_complete/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/ext4/ext4_da_write_end/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/f2fs/f2fs_write_begin/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/block/block_rq_issue/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/f2fs/f2fs_write_end/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/workqueue/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/regulator/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/pagecache/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/saved_cmdlines_size (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/sync/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/irq/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/events/ipi/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon debugfs /tracing/instances/wifi (u object_r debugfs_wifi_tracing ((s0) (s0))))
+(genfscon debugfs /tracing/trace_marker (u object_r debugfs_trace_marker ((s0) (s0))))
+(genfscon debugfs /tracing/instances (u object_r debugfs_tracing_instances ((s0) (s0))))
+(genfscon debugfs /tracing (u object_r debugfs_tracing ((s0) (s0))))
+(genfscon debugfs /mmc0 (u object_r debugfs_mmc ((s0) (s0))))
+(genfscon debugfs / (u object_r debugfs ((s0) (s0))))
+(genfscon functionfs / (u object_r functionfs ((s0) (s0))))
+(genfscon fuse / (u object_r fuse ((s0) (s0))))
+(genfscon inotifyfs / (u object_r inotify ((s0) (s0))))
+(genfscon proc /sys/kernel/perf_event_max_sample_rate (u object_r proc_perf ((s0) (s0))))
+(genfscon proc /sys/kernel/randomize_va_space (u object_r proc_security ((s0) (s0))))
+(genfscon proc /uid_cputime/remove_uid_range (u object_r proc_uid_cputime_removeuid ((s0) (s0))))
+(genfscon proc /sys/kernel/modules_disabled (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/vm/mmap_rnd_compat_bits (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/fs/protected_hardlinks (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/fs/protected_symlinks (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/kernel/dmesg_restrict (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/kernel/usermodehelper (u object_r usermodehelper ((s0) (s0))))
+(genfscon proc /uid_cputime/show_uid_stat (u object_r proc_uid_cputime_showstat ((s0) (s0))))
+(genfscon proc /sys/kernel/kptr_restrict (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/vm/overcommit_memory (u object_r proc_overcommit_memory ((s0) (s0))))
+(genfscon proc /sys/kernel/core_pattern (u object_r usermodehelper ((s0) (s0))))
+(genfscon proc /sys/kernel/poweroff_cmd (u object_r usermodehelper ((s0) (s0))))
+(genfscon proc /sys/fs/suid_dumpable (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/vm/mmap_min_addr (u object_r proc_security ((s0) (s0))))
+(genfscon proc /sys/vm/mmap_rnd_bits (u object_r proc_security ((s0) (s0))))
+(genfscon proc /net/xt_qtaguid/ctrl (u object_r qtaguid_proc ((s0) (s0))))
+(genfscon proc /sys/kernel/modprobe (u object_r usermodehelper ((s0) (s0))))
+(genfscon proc /sys/kernel/hotplug (u object_r usermodehelper ((s0) (s0))))
+(genfscon proc /sys/vm/drop_caches (u object_r proc_drop_caches ((s0) (s0))))
+(genfscon proc /uid_time_in_state (u object_r proc_uid_time_in_state ((s0) (s0))))
+(genfscon proc /uid_procstat/set (u object_r proc_uid_procstat_set ((s0) (s0))))
+(genfscon proc /sysrq-trigger (u object_r proc_sysrq ((s0) (s0))))
+(genfscon proc /uid_io/stats (u object_r proc_uid_io_stats ((s0) (s0))))
+(genfscon proc /timer_stats (u object_r proc_timer ((s0) (s0))))
+(genfscon proc /tty/drivers (u object_r proc_tty_drivers ((s0) (s0))))
+(genfscon proc /interrupts (u object_r proc_interrupts ((s0) (s0))))
+(genfscon proc /timer_list (u object_r proc_timer ((s0) (s0))))
+(genfscon proc /config.gz (u object_r config_gz ((s0) (s0))))
+(genfscon proc /softirqs (u object_r proc_timer ((s0) (s0))))
+(genfscon proc /zoneinfo (u object_r proc_zoneinfo ((s0) (s0))))
+(genfscon proc /meminfo (u object_r proc_meminfo ((s0) (s0))))
+(genfscon proc /modules (u object_r proc_modules ((s0) (s0))))
+(genfscon proc /cpuinfo (u object_r proc_cpuinfo ((s0) (s0))))
+(genfscon proc /sys/net (u object_r proc_net ((s0) (s0))))
+(genfscon proc /iomem (u object_r proc_iomem ((s0) (s0))))
+(genfscon proc /misc (u object_r proc_misc ((s0) (s0))))
+(genfscon proc /stat (u object_r proc_stat ((s0) (s0))))
+(genfscon proc /net (u object_r proc_net ((s0) (s0))))
+(genfscon proc / (u object_r proc ((s0) (s0))))
+(genfscon pstore / (u object_r pstorefs ((s0) (s0))))
+(genfscon rootfs / (u object_r rootfs ((s0) (s0))))
+(genfscon sdcardfs / (u object_r sdcardfs ((s0) (s0))))
+(genfscon selinuxfs / (u object_r selinuxfs ((s0) (s0))))
+(genfscon sysfs /devices/virtual/timed_output/vibrator/enable (u object_r sysfs_vibrator ((s0) (s0))))
+(genfscon sysfs /devices/platform/nfc-power/nfc_power (u object_r sysfs_nfc_power_writable ((s0) (s0))))
+(genfscon sysfs /devices/virtual/block/zram0/uevent (u object_r sysfs_zram_uevent ((s0) (s0))))
+(genfscon sysfs /devices/virtual/block/zram1/uevent (u object_r sysfs_zram_uevent ((s0) (s0))))
+(genfscon sysfs /devices/virtual/misc/hw_random (u object_r sysfs_hwrandom ((s0) (s0))))
+(genfscon sysfs /module/wlan/parameters/fwpath (u object_r sysfs_wlan_fwpath ((s0) (s0))))
+(genfscon sysfs /devices/virtual/block/zram0 (u object_r sysfs_zram ((s0) (s0))))
+(genfscon sysfs /devices/virtual/block/zram1 (u object_r sysfs_zram ((s0) (s0))))
+(genfscon sysfs /module/lowmemorykiller (u object_r sysfs_lowmemorykiller ((s0) (s0))))
+(genfscon sysfs /kernel/uevent_helper (u object_r sysfs_usermodehelper ((s0) (s0))))
+(genfscon sysfs /devices/system/cpu (u object_r sysfs_devices_system_cpu ((s0) (s0))))
+(genfscon sysfs /power/wake_unlock (u object_r sysfs_wake_lock ((s0) (s0))))
+(genfscon sysfs /fs/ext4/features (u object_r sysfs_fs_ext4_features ((s0) (s0))))
+(genfscon sysfs /power/wake_lock (u object_r sysfs_wake_lock ((s0) (s0))))
+(genfscon sysfs /class/leds (u object_r sysfs_leds ((s0) (s0))))
+(genfscon sysfs / (u object_r sysfs ((s0) (s0))))
+(genfscon tracefs /events/f2fs/f2fs_sync_file_enter/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/ext4/ext4_sync_file_enter/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/f2fs/f2fs_sync_file_exit/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/ext4/ext4_da_write_begin/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/ext4/ext4_sync_file_exit/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/block/block_rq_complete/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/ext4/ext4_da_write_end/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/f2fs/f2fs_write_begin/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/block/block_rq_issue/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/f2fs/f2fs_write_end/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/workqueue/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/regulator/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/pagecache/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /saved_cmdlines_size (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/sync/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/irq/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /events/ipi/enable (u object_r debugfs_tracing_debug ((s0) (s0))))
+(genfscon tracefs /instances/wifi (u object_r debugfs_wifi_tracing ((s0) (s0))))
+(genfscon tracefs /trace_marker (u object_r debugfs_trace_marker ((s0) (s0))))
+(genfscon tracefs /instances (u object_r debugfs_tracing_instances ((s0) (s0))))
+(genfscon tracefs / (u object_r debugfs_tracing ((s0) (s0))))
+(genfscon usbfs / (u object_r usbfs ((s0) (s0))))
+(genfscon vfat / (u object_r vfat ((s0) (s0))))
+(common cap (chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap ))
+(common cap2 (mac_override mac_admin syslog wake_alarm block_suspend audit_read ))
+(common socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind ))
+(common file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton ))
+(common ipc (create destroy getattr setattr read write associate unix_read unix_write ))
+(typealias audio_firmware_file)
+(typealiasactual audio_firmware_file audio_data_file)
+(typealias platform_app_data_file)
+(typealiasactual platform_app_data_file app_data_file)
+(typealias download_file)
+(typealiasactual download_file app_data_file)
+(class security (compute_av compute_create compute_member check_context load_policy compute_relabel compute_user setenforce setbool setsecparam setcheckreqprot read_policy validate_trans ))
+(class process (fork transition sigchld sigkill sigstop signull signal ptrace getsched setsched getsession getpgid setpgid getcap setcap share getattr setexec setfscreate noatsecure siginh setrlimit rlimitinh dyntransition setcurrent execmem execstack execheap setkeycreate setsockcreate getrlimit ))
+(mlsconstrain (process (sigkill sigstop signal ptrace setsched setpgid setcap share setrlimit)) (or (eq l1 l2) (eq t1 mlstrustedsubject)))
+(mlsconstrain (process (ptrace getsched getsession getpgid getcap share getattr)) (or (dom l1 l2) (eq t1 mlstrustedsubject)))
+(mlsconstrain (process (transition dyntransition)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class system (ipc_info syslog_read syslog_mod syslog_console module_request module_load ))
+(class capability ())
+(classcommon capability cap)
+(class filesystem (mount remount unmount getattr relabelfrom relabelto associate quotamod quotaget ))
+(class file (execute_no_trans entrypoint execmod open audit_access ))
+(classcommon file file)
+(mlsconstrain (file (write setattr append unlink link rename)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (file (read getattr execute)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (file (setattr unlink link rename open)) (or (or (neq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(mlsconstrain (file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class dir (add_name remove_name reparent search rmdir open audit_access execmod ))
+(classcommon dir file)
+(mlsconstrain (dir (write setattr rename add_name remove_name reparent rmdir)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (dir (read getattr search)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (dir (setattr rename add_name remove_name reparent search rmdir open)) (or (or (neq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(mlsconstrain (dir (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class fd (use ))
+(class lnk_file (open audit_access execmod ))
+(classcommon lnk_file file)
+(mlsconstrain (lnk_file (write setattr append unlink link rename)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (lnk_file (read getattr execute)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (lnk_file (setattr unlink link rename open)) (or (or (neq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(mlsconstrain (lnk_file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class chr_file (execute_no_trans entrypoint execmod open audit_access ))
+(classcommon chr_file file)
+(mlsconstrain (chr_file (write setattr append unlink link rename)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (chr_file (read getattr execute)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (chr_file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class blk_file (open audit_access execmod ))
+(classcommon blk_file file)
+(mlsconstrain (blk_file (write setattr append unlink link rename)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (blk_file (read getattr execute)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (blk_file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class sock_file (open audit_access execmod ))
+(classcommon sock_file file)
+(mlsconstrain (sock_file (write setattr append unlink link rename)) (or (or (or (eq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (sock_file (read getattr execute)) (or (or (or (eq t2 app_data_file) (dom l1 l2)) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)))
+(mlsconstrain (sock_file (setattr unlink link rename open)) (or (or (neq t2 app_data_file) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(mlsconstrain (sock_file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class fifo_file (open audit_access execmod ))
+(classcommon fifo_file file)
+(mlsconstrain (fifo_file (write setattr append unlink link rename)) (or (or (or (eq l1 l2) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)) (eq t2 domain)))
+(mlsconstrain (fifo_file (read getattr)) (or (or (or (dom l1 l2) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedobject)) (eq t2 domain)))
+(mlsconstrain (fifo_file (create relabelfrom relabelto)) (and (eq l2 h2) (or (eq l1 l2) (eq t1 mlstrustedsubject))))
+(class socket ())
+(classcommon socket socket)
+(mlsconstrain (socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class tcp_socket (node_bind name_connect ))
+(classcommon tcp_socket socket)
+(mlsconstrain (tcp_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class udp_socket (node_bind ))
+(classcommon udp_socket socket)
+(mlsconstrain (udp_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class rawip_socket (node_bind ))
+(classcommon rawip_socket socket)
+(mlsconstrain (rawip_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class node (recvfrom sendto ))
+(class netif (ingress egress ))
+(class netlink_socket ())
+(classcommon netlink_socket socket)
+(mlsconstrain (netlink_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class packet_socket ())
+(classcommon packet_socket socket)
+(mlsconstrain (packet_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class key_socket ())
+(classcommon key_socket socket)
+(mlsconstrain (key_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class unix_stream_socket (connectto ))
+(classcommon unix_stream_socket socket)
+(mlsconstrain (unix_stream_socket (connectto)) (or (or (eq l1 l2) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedsubject)))
+(mlsconstrain (unix_stream_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class unix_dgram_socket ())
+(classcommon unix_dgram_socket socket)
+(mlsconstrain (unix_dgram_socket (sendto)) (or (or (eq l1 l2) (eq t1 mlstrustedsubject)) (eq t2 mlstrustedsubject)))
+(mlsconstrain (unix_dgram_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class sem ())
+(classcommon sem ipc)
+(class msg (send receive ))
+(class msgq (enqueue ))
+(classcommon msgq ipc)
+(class shm (lock ))
+(classcommon shm ipc)
+(class ipc ())
+(classcommon ipc ipc)
+(class netlink_route_socket (nlmsg_read nlmsg_write ))
+(classcommon netlink_route_socket socket)
+(mlsconstrain (netlink_route_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_tcpdiag_socket (nlmsg_read nlmsg_write ))
+(classcommon netlink_tcpdiag_socket socket)
+(mlsconstrain (netlink_tcpdiag_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_nflog_socket ())
+(classcommon netlink_nflog_socket socket)
+(mlsconstrain (netlink_nflog_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_xfrm_socket (nlmsg_read nlmsg_write ))
+(classcommon netlink_xfrm_socket socket)
+(mlsconstrain (netlink_xfrm_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_selinux_socket ())
+(classcommon netlink_selinux_socket socket)
+(mlsconstrain (netlink_selinux_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_audit_socket (nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit ))
+(classcommon netlink_audit_socket socket)
+(mlsconstrain (netlink_audit_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_dnrt_socket ())
+(classcommon netlink_dnrt_socket socket)
+(mlsconstrain (netlink_dnrt_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class association (sendto recvfrom setcontext polmatch ))
+(class netlink_kobject_uevent_socket ())
+(classcommon netlink_kobject_uevent_socket socket)
+(mlsconstrain (netlink_kobject_uevent_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class appletalk_socket ())
+(classcommon appletalk_socket socket)
+(mlsconstrain (appletalk_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class packet (send recv relabelto flow_in flow_out forward_in forward_out ))
+(class key (view read write search link setattr create ))
+(class dccp_socket (node_bind name_connect ))
+(classcommon dccp_socket socket)
+(class memprotect (mmap_zero ))
+(class peer (recv ))
+(class capability2 ())
+(classcommon capability2 cap2)
+(class kernel_service (use_as_override create_files_as ))
+(class tun_socket (attach_queue ))
+(classcommon tun_socket socket)
+(mlsconstrain (tun_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class binder (impersonate call set_context_mgr transfer ))
+(class netlink_iscsi_socket ())
+(classcommon netlink_iscsi_socket socket)
+(mlsconstrain (netlink_iscsi_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_fib_lookup_socket ())
+(classcommon netlink_fib_lookup_socket socket)
+(mlsconstrain (netlink_fib_lookup_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_connector_socket ())
+(classcommon netlink_connector_socket socket)
+(mlsconstrain (netlink_connector_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_netfilter_socket ())
+(classcommon netlink_netfilter_socket socket)
+(mlsconstrain (netlink_netfilter_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_generic_socket ())
+(classcommon netlink_generic_socket socket)
+(mlsconstrain (netlink_generic_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_scsitransport_socket ())
+(classcommon netlink_scsitransport_socket socket)
+(mlsconstrain (netlink_scsitransport_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_rdma_socket ())
+(classcommon netlink_rdma_socket socket)
+(mlsconstrain (netlink_rdma_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netlink_crypto_socket ())
+(classcommon netlink_crypto_socket socket)
+(mlsconstrain (netlink_crypto_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class cap_userns ())
+(classcommon cap_userns cap)
+(class cap2_userns ())
+(classcommon cap2_userns cap2)
+(class sctp_socket (node_bind ))
+(classcommon sctp_socket socket)
+(mlsconstrain (sctp_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class icmp_socket (node_bind ))
+(classcommon icmp_socket socket)
+(mlsconstrain (icmp_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class ax25_socket ())
+(classcommon ax25_socket socket)
+(mlsconstrain (ax25_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class ipx_socket ())
+(classcommon ipx_socket socket)
+(mlsconstrain (ipx_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class netrom_socket ())
+(classcommon netrom_socket socket)
+(mlsconstrain (netrom_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class atmpvc_socket ())
+(classcommon atmpvc_socket socket)
+(mlsconstrain (atmpvc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class x25_socket ())
+(classcommon x25_socket socket)
+(mlsconstrain (x25_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class rose_socket ())
+(classcommon rose_socket socket)
+(mlsconstrain (rose_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class decnet_socket ())
+(classcommon decnet_socket socket)
+(mlsconstrain (decnet_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class atmsvc_socket ())
+(classcommon atmsvc_socket socket)
+(mlsconstrain (atmsvc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class rds_socket ())
+(classcommon rds_socket socket)
+(mlsconstrain (rds_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class irda_socket ())
+(classcommon irda_socket socket)
+(mlsconstrain (irda_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class pppox_socket ())
+(classcommon pppox_socket socket)
+(mlsconstrain (pppox_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class llc_socket ())
+(classcommon llc_socket socket)
+(mlsconstrain (llc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class can_socket ())
+(classcommon can_socket socket)
+(mlsconstrain (can_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class tipc_socket ())
+(classcommon tipc_socket socket)
+(mlsconstrain (tipc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class bluetooth_socket ())
+(classcommon bluetooth_socket socket)
+(mlsconstrain (bluetooth_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class iucv_socket ())
+(classcommon iucv_socket socket)
+(mlsconstrain (iucv_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class rxrpc_socket ())
+(classcommon rxrpc_socket socket)
+(mlsconstrain (rxrpc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class isdn_socket ())
+(classcommon isdn_socket socket)
+(mlsconstrain (isdn_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class phonet_socket ())
+(classcommon phonet_socket socket)
+(mlsconstrain (phonet_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class ieee802154_socket ())
+(classcommon ieee802154_socket socket)
+(mlsconstrain (ieee802154_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class caif_socket ())
+(classcommon caif_socket socket)
+(mlsconstrain (caif_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class alg_socket ())
+(classcommon alg_socket socket)
+(mlsconstrain (alg_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class nfc_socket ())
+(classcommon nfc_socket socket)
+(mlsconstrain (nfc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class vsock_socket ())
+(classcommon vsock_socket socket)
+(mlsconstrain (vsock_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class kcm_socket ())
+(classcommon kcm_socket socket)
+(mlsconstrain (kcm_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class qipcrtr_socket ())
+(classcommon qipcrtr_socket socket)
+(mlsconstrain (qipcrtr_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class smc_socket ())
+(classcommon smc_socket socket)
+(mlsconstrain (smc_socket (create relabelfrom relabelto)) (or (and (eq h1 h2) (eq l1 l2)) (eq t1 mlstrustedsubject)))
+(class property_service (set ))
+(class service_manager (add find list ))
+(class hwservice_manager (add find list ))
+(class keystore_key (get_state get insert delete exist list reset password lock unlock is_empty sign verify grant duplicate clear_uid add_auth user_changed gen_unique_id ))
+(class drmservice (consumeRights setPlaybackStatus openDecryptSession closeDecryptSession initializeDecryptUnit decrypt finalizeDecryptUnit pread ))
+(classorder (security process system capability filesystem file dir fd lnk_file chr_file blk_file sock_file fifo_file socket tcp_socket udp_socket rawip_socket node netif netlink_socket packet_socket key_socket unix_stream_socket unix_dgram_socket sem msg msgq shm ipc netlink_route_socket netlink_tcpdiag_socket netlink_nflog_socket netlink_xfrm_socket netlink_selinux_socket netlink_audit_socket netlink_dnrt_socket association netlink_kobject_uevent_socket appletalk_socket packet key dccp_socket memprotect peer capability2 kernel_service tun_socket binder netlink_iscsi_socket netlink_fib_lookup_socket netlink_connector_socket netlink_netfilter_socket netlink_generic_socket netlink_scsitransport_socket netlink_rdma_socket netlink_crypto_socket cap_userns cap2_userns sctp_socket icmp_socket ax25_socket ipx_socket netrom_socket atmpvc_socket x25_socket rose_socket decnet_socket atmsvc_socket rds_socket irda_socket pppox_socket llc_socket can_socket tipc_socket bluetooth_socket iucv_socket rxrpc_socket isdn_socket phonet_socket ieee802154_socket caif_socket alg_socket nfc_socket vsock_socket kcm_socket qipcrtr_socket smc_socket property_service service_manager hwservice_manager keystore_key drmservice ))
+(role r)
+(roletype r domain)
+(typeattribute dev_type)
+(typeattributeset dev_type (device alarm_device ashmem_device audio_device audio_timer_device audio_seq_device binder_device hwbinder_device vndbinder_device block_device camera_device dm_device keychord_device loop_control_device loop_device pmsg_device radio_device ram_device rtc_device vold_device console_device cpuctl_device fscklogs full_device gpu_device graphics_device hw_random_device input_device kmem_device port_device mtd_device mtp_device nfc_device ptmx_device kmsg_device kmsg_debug_device null_device random_device sensors_device serial_device socket_device owntty_device tty_device video_device vcs_device zero_device fuse_device iio_device ion_device qtaguid_device watchdog_device uhid_device uio_device tun_device usbaccessory_device usb_device properties_device properties_serial i2c_device hci_attach_dev rpmsg_device root_block_device frp_block_device system_block_device recovery_block_device boot_block_device userdata_block_device cache_block_device swap_block_device metadata_block_device misc_block_device ppp_device tee_device kb_block_device dkb_block_device ))
+(typeattribute domain)
+(typeattributeset domain (adbd audioserver blkid blkid_untrusted bluetooth bootanim bootstat bufferhubd cameraserver charger clatd cppreopts crash_dump dex2oat dhcp dnsmasq drmserver dumpstate e2fs ephemeral_app fingerprintd fsck fsck_untrusted gatekeeperd healthd hwservicemanager idmap incident incidentd init inputflinger install_recovery installd isolated_app kernel keystore lmkd logd logpersist mdnsd mediacodec mediadrmserver mediaextractor mediametrics mediaprovider mediaserver modprobe mtp netd netutils_wrapper nfc otapreopt_chroot otapreopt_slot performanced perfprofd platform_app postinstall postinstall_dexopt ppp preopt2cachename priv_app profman racoon radio recovery recovery_persist recovery_refresh rild runas sdcardd servicemanager sgdisk shared_relro shell slideshow su surfaceflinger system_app system_server tee thermalserviced tombstoned toolbox tzdatacheck ueventd uncrypt untrusted_app untrusted_app_25 untrusted_v2_app update_engine update_verifier vdc virtual_touchpad vndservicemanager vold vr_hwc watchdogd webview_zygote wificond zygote aee_aed aee_aedv audiocmdservice_atci boot_logo_updater cmddumper em_svr emdlogger factory fuelgauged_static kisd mdlogger meta_tst mobile_log_d mtkbootanimation netdiag pre_meta thermalindicator GoogleOtaBinder atci_service atcid dm_agent_binder guiext-server hdmi kpoc_charger md_monitor met_log_d mtk_advcamserver ppl_agent program_binary thermald usp_service dexoptanalyzer hal_allocator_default storaged storagemanagerd aal batterywarning mmp sn ))
+(typeattribute fs_type)
+(typeattributeset fs_type (device labeledfs pipefs sockfs rootfs proc proc_security proc_drop_caches proc_overcommit_memory usermodehelper sysfs_usermodehelper qtaguid_proc proc_bluetooth_writable proc_cpuinfo proc_interrupts proc_iomem proc_meminfo proc_misc proc_modules proc_net proc_perf proc_stat proc_sysrq proc_timer proc_tty_drivers proc_uid_cputime_showstat proc_uid_cputime_removeuid proc_uid_io_stats proc_uid_procstat_set proc_uid_time_in_state proc_zoneinfo selinuxfs cgroup sysfs sysfs_uio sysfs_batteryinfo sysfs_bluetooth_writable sysfs_leds sysfs_hwrandom sysfs_nfc_power_writable sysfs_wake_lock sysfs_mac_address sysfs_fs_ext4_features configfs sysfs_devices_system_cpu sysfs_lowmemorykiller sysfs_wlan_fwpath sysfs_vibrator sysfs_thermal sysfs_zram sysfs_zram_uevent inotify devpts tmpfs shm mqueue fuse sdcardfs vfat debugfs debugfs_mmc debugfs_trace_marker debugfs_tracing debugfs_tracing_debug debugfs_tracing_instances debugfs_wifi_tracing pstorefs functionfs oemfs usbfs binfmt_miscfs app_fusefs config_gz priv_app_devpts untrusted_app_devpts untrusted_app_25_devpts ))
+(typeattribute contextmount_type)
+(typeattributeset contextmount_type (oemfs app_fusefs ))
+(typeattribute file_type)
+(typeattributeset file_type (adbd_exec bootanim_exec bootstat_exec bufferhubd_exec cameraserver_exec clatd_exec cppreopts_exec crash_dump_exec dex2oat_exec dhcp_exec dnsmasq_exec drmserver_exec drmserver_socket dumpstate_exec e2fs_exec sysfs_usb unlabeled system_file vendor_hal_file vendor_file vendor_app_file vendor_configs_file same_process_hal_file vndk_sp_file vendor_framework_file vendor_overlay_file runtime_event_log_tags_file logcat_exec coredump_file system_data_file unencrypted_data_file install_data_file drm_data_file adb_data_file anr_data_file tombstone_data_file apk_data_file apk_tmp_file apk_private_data_file apk_private_tmp_file dalvikcache_data_file ota_data_file ota_package_file user_profile_data_file profman_dump_data_file resourcecache_data_file shell_data_file property_data_file bootchart_data_file heapdump_data_file nativetest_data_file ringtone_file preloads_data_file preloads_media_file dhcp_data_file mnt_media_rw_file mnt_user_file mnt_expand_file storage_file mnt_media_rw_stub_file storage_stub_file postinstall_mnt_dir postinstall_file adb_keys_file audio_data_file audiohal_data_file audioserver_data_file bluetooth_data_file bluetooth_logs_data_file bootstat_data_file boottrace_data_file camera_data_file gatekeeper_data_file incident_data_file keychain_data_file keystore_data_file media_data_file media_rw_data_file misc_user_data_file net_data_file nfc_data_file radio_data_file reboot_data_file recovery_data_file shared_relro_file systemkeys_data_file textclassifier_data_file vpn_data_file wifi_data_file zoneinfo_data_file vold_data_file perfprofd_data_file tee_data_file update_engine_data_file method_trace_data_file app_data_file system_app_data_file cache_file cache_backup_file cache_private_backup_file cache_recovery_file efs_file wallpaper_file shortcut_manager_icons icon_file asec_apk_file asec_public_file asec_image_file backup_data_file bluetooth_efs_file fingerprintd_data_file app_fuse_file adbd_socket bluetooth_socket dnsproxyd_socket dumpstate_socket fwmarkd_socket lmkd_socket logd_socket logdr_socket logdw_socket mdns_socket mdnsd_socket misc_logd_file mtpd_socket netd_socket property_socket racoon_socket rild_socket rild_debug_socket system_wpa_socket system_ndebug_socket tombstoned_crash_socket tombstoned_java_trace_socket tombstoned_intercept_socket uncrypt_socket vold_socket webview_zygote_socket wpa_socket zygote_socket gps_control pdx_display_dir pdx_performance_dir pdx_bufferhub_dir pdx_display_client_endpoint_socket pdx_display_manager_endpoint_socket pdx_display_screenshot_endpoint_socket pdx_display_vsync_endpoint_socket pdx_performance_client_endpoint_socket pdx_bufferhub_client_endpoint_socket file_contexts_file mac_perms_file property_contexts_file seapp_contexts_file sepolicy_file service_contexts_file nonplat_service_contexts_file hwservice_contexts_file vndservice_contexts_file fingerprintd_exec fsck_exec gatekeeperd_exec healthd_exec hwservicemanager_exec idmap_exec init_exec inputflinger_exec install_recovery_exec installd_exec keystore_exec lmkd_exec logd_exec mediacodec_exec mediadrmserver_exec mediaextractor_exec mediametrics_exec mediaserver_exec mtp_exec netd_exec netutils_wrapper_exec otapreopt_chroot_exec otapreopt_slot_exec performanced_exec perfprofd_exec ppp_exec preopt2cachename_exec profman_exec racoon_exec recovery_persist_exec recovery_refresh_exec runas_exec sdcardd_exec servicemanager_exec sgdisk_exec shell_exec su_exec thermalserviced_exec tombstoned_exec toolbox_exec tzdatacheck_exec uncrypt_exec update_engine_exec update_verifier_exec vdc_exec vendor_shell_exec vendor_toolbox_exec virtual_touchpad_exec vold_exec vr_hwc_exec webview_zygote_exec wificond_exec zygote_exec provision_file key_install_data_file adbd_tmpfs atrace_exec audioserver_exec audioserver_tmpfs blkid_exec bluetooth_tmpfs bootanim_tmpfs bootstat_tmpfs bufferhubd_tmpfs cameraserver_tmpfs cppreopts_tmpfs dexoptanalyzer_exec dexoptanalyzer_tmpfs dhcp_tmpfs drmserver_tmpfs dumpstate_tmpfs ephemeral_app_tmpfs fingerprintd_tmpfs fsck_tmpfs gatekeeperd_tmpfs hal_allocator_default_exec hal_allocator_default_tmpfs healthd_tmpfs hwservicemanager_tmpfs incident_exec incidentd_tmpfs incidentd_exec init_tmpfs inputflinger_tmpfs install_recovery_tmpfs installd_tmpfs isolated_app_tmpfs keystore_tmpfs lmkd_tmpfs logd_tmpfs mdnsd_exec mdnsd_tmpfs mediadrmserver_tmpfs mediaextractor_tmpfs mediametrics_tmpfs mediaprovider_tmpfs mediaserver_tmpfs mtp_tmpfs netd_tmpfs nfc_tmpfs otapreopt_slot_tmpfs performanced_tmpfs platform_app_tmpfs priv_app_tmpfs racoon_tmpfs radio_tmpfs recovery_persist_tmpfs recovery_refresh_tmpfs servicemanager_tmpfs shared_relro_tmpfs shell_tmpfs storaged_exec storaged_tmpfs surfaceflinger_exec surfaceflinger_tmpfs system_app_tmpfs system_server_tmpfs thermalserviced_tmpfs tombstoned_tmpfs toolbox_tmpfs tzdatacheck_tmpfs ueventd_tmpfs uncrypt_tmpfs untrusted_app_tmpfs untrusted_app_25_tmpfs untrusted_v2_app_tmpfs update_engine_tmpfs update_verifier_tmpfs vdc_tmpfs virtual_touchpad_tmpfs vold_tmpfs vr_hwc_tmpfs webview_zygote_tmpfs wificond_tmpfs zygote_tmpfs aee_aed_exec aee_aed_tmpfs aee_aedv_exec aee_aedv_tmpfs audiocmdservice_atci_exec audiocmdservice_atci_tmpfs boot_logo_updater_exec boot_logo_updater_tmpfs cmddumper_exec cmddumper_tmpfs em_svr_exec em_svr_tmpfs emdlogger_exec emdlogger_tmpfs factory_exec factory_tmpfs fuelgauged_static_exec fuelgauged_static_file fuelgauged_static_tmpfs kisd_exec kisd_tmpfs mdlogger_exec mdlogger_tmpfs meta_tst_exec meta_tst_tmpfs mobile_log_d_exec mobile_log_d_tmpfs mtkbootanimation_tmpfs mtkbootanimation_exec netdiag_exec netdiag_tmpfs pre_meta_exec pre_meta_tmpfs storagemanagerd_exec storagemanagerd_tmpfs thermalindicator_exec thermalindicator_tmpfs GoogleOtaBinder_exec GoogleOtaBinder_tmpfs aal_exec aal_tmpfs atci_service_exec atci_service_tmpfs atcid_exec atcid_tmpfs batterywarning_exec batterywarning_tmpfs dm_agent_binder_exec dm_agent_binder_tmpfs atci_serv_fw_socket atci_audio_socket atci_service_socket adb_atci_socket atci_data_file md_monitor_data_file guiext-server_exec guiext-server_tmpfs hdmi_exec hdmi_tmpfs kpoc_charger_exec kpoc_charger_tmpfs md_monitor_exec md_monitor_tmpfs met_log_d_exec met_log_d_tmpfs mmp_exec mmp_tmpfs mtk_advcamserver_exec mtk_advcamserver_tmpfs ppl_agent_exec ppl_agent_tmpfs program_binary_exec program_binary_tmpfs sn_exec sn_tmpfs thermald_exec thermald_tmpfs usp_service_exec usp_service_tmpfs ))
+(typeattribute exec_type)
+(typeattributeset exec_type (adbd_exec bootanim_exec bootstat_exec bufferhubd_exec cameraserver_exec clatd_exec cppreopts_exec crash_dump_exec dex2oat_exec dhcp_exec dnsmasq_exec drmserver_exec dumpstate_exec e2fs_exec logcat_exec fingerprintd_exec fsck_exec gatekeeperd_exec healthd_exec hwservicemanager_exec idmap_exec init_exec inputflinger_exec install_recovery_exec installd_exec keystore_exec lmkd_exec logd_exec mediacodec_exec mediadrmserver_exec mediaextractor_exec mediametrics_exec mediaserver_exec mtp_exec netd_exec netutils_wrapper_exec otapreopt_chroot_exec otapreopt_slot_exec performanced_exec perfprofd_exec ppp_exec preopt2cachename_exec profman_exec racoon_exec recovery_persist_exec recovery_refresh_exec runas_exec sdcardd_exec servicemanager_exec sgdisk_exec shell_exec su_exec thermalserviced_exec tombstoned_exec toolbox_exec tzdatacheck_exec uncrypt_exec update_engine_exec update_verifier_exec vdc_exec vendor_shell_exec vendor_toolbox_exec virtual_touchpad_exec vold_exec vr_hwc_exec webview_zygote_exec wificond_exec zygote_exec atrace_exec audioserver_exec blkid_exec dexoptanalyzer_exec hal_allocator_default_exec incident_exec incidentd_exec mdnsd_exec storaged_exec surfaceflinger_exec aee_aed_exec aee_aedv_exec audiocmdservice_atci_exec boot_logo_updater_exec cmddumper_exec em_svr_exec emdlogger_exec factory_exec fuelgauged_static_exec kisd_exec mdlogger_exec meta_tst_exec mobile_log_d_exec mtkbootanimation_exec netdiag_exec pre_meta_exec storagemanagerd_exec thermalindicator_exec GoogleOtaBinder_exec aal_exec atci_service_exec atcid_exec batterywarning_exec dm_agent_binder_exec guiext-server_exec hdmi_exec kpoc_charger_exec md_monitor_exec met_log_d_exec mmp_exec mtk_advcamserver_exec ppl_agent_exec program_binary_exec sn_exec thermald_exec usp_service_exec ))
+(typeattribute data_file_type)
+(expandtypeattribute (data_file_type) false)
+(typeattributeset data_file_type (system_data_file unencrypted_data_file install_data_file drm_data_file adb_data_file anr_data_file tombstone_data_file apk_data_file apk_tmp_file apk_private_data_file apk_private_tmp_file dalvikcache_data_file ota_data_file ota_package_file user_profile_data_file profman_dump_data_file resourcecache_data_file shell_data_file property_data_file bootchart_data_file heapdump_data_file nativetest_data_file ringtone_file preloads_data_file preloads_media_file dhcp_data_file adb_keys_file audio_data_file audiohal_data_file audioserver_data_file bluetooth_data_file bluetooth_logs_data_file bootstat_data_file boottrace_data_file camera_data_file gatekeeper_data_file incident_data_file keychain_data_file keystore_data_file media_data_file media_rw_data_file misc_user_data_file net_data_file nfc_data_file radio_data_file reboot_data_file recovery_data_file shared_relro_file systemkeys_data_file textclassifier_data_file vpn_data_file wifi_data_file zoneinfo_data_file vold_data_file perfprofd_data_file tee_data_file update_engine_data_file method_trace_data_file app_data_file system_app_data_file cache_file cache_backup_file cache_private_backup_file cache_recovery_file wallpaper_file shortcut_manager_icons icon_file asec_apk_file asec_public_file asec_image_file backup_data_file fingerprintd_data_file app_fuse_file bluetooth_socket misc_logd_file system_wpa_socket system_ndebug_socket wpa_socket provision_file key_install_data_file fuelgauged_static_file atci_data_file md_monitor_data_file ))
+(typeattribute core_data_file_type)
+(typeattributeset core_data_file_type (system_data_file unencrypted_data_file install_data_file drm_data_file adb_data_file anr_data_file tombstone_data_file apk_data_file apk_tmp_file apk_private_data_file apk_private_tmp_file dalvikcache_data_file ota_data_file ota_package_file user_profile_data_file profman_dump_data_file resourcecache_data_file shell_data_file property_data_file bootchart_data_file heapdump_data_file nativetest_data_file ringtone_file preloads_data_file preloads_media_file dhcp_data_file adb_keys_file audio_data_file audiohal_data_file audioserver_data_file bluetooth_data_file bluetooth_logs_data_file bootstat_data_file boottrace_data_file camera_data_file gatekeeper_data_file incident_data_file keychain_data_file keystore_data_file media_data_file media_rw_data_file misc_user_data_file net_data_file nfc_data_file radio_data_file reboot_data_file recovery_data_file shared_relro_file systemkeys_data_file textclassifier_data_file vpn_data_file wifi_data_file zoneinfo_data_file vold_data_file perfprofd_data_file update_engine_data_file method_trace_data_file app_data_file system_app_data_file wallpaper_file shortcut_manager_icons icon_file asec_apk_file asec_public_file asec_image_file backup_data_file fingerprintd_data_file app_fuse_file fuelgauged_static_file atci_data_file md_monitor_data_file ))
+(typeattribute vendor_file_type)
+(typeattributeset vendor_file_type (vendor_hal_file vendor_file vendor_app_file vendor_configs_file same_process_hal_file vndk_sp_file vendor_framework_file vendor_overlay_file mediacodec_exec vendor_shell_exec vendor_toolbox_exec aee_aedv_exec guiext-server_exec ))
+(typeattribute sysfs_type)
+(typeattributeset sysfs_type (sysfs_usermodehelper sysfs sysfs_uio sysfs_batteryinfo sysfs_bluetooth_writable sysfs_leds sysfs_hwrandom sysfs_nfc_power_writable sysfs_wake_lock sysfs_mac_address sysfs_usb sysfs_fs_ext4_features sysfs_devices_system_cpu sysfs_lowmemorykiller sysfs_wlan_fwpath sysfs_vibrator sysfs_thermal sysfs_zram sysfs_zram_uevent ))
+(typeattribute debugfs_type)
+(typeattributeset debugfs_type (debugfs debugfs_mmc debugfs_trace_marker debugfs_tracing debugfs_tracing_debug debugfs_tracing_instances debugfs_wifi_tracing ))
+(typeattribute sdcard_type)
+(typeattributeset sdcard_type (fuse sdcardfs vfat ))
+(typeattribute node_type)
+(typeattributeset node_type (node ))
+(typeattribute netif_type)
+(typeattributeset netif_type (netif ))
+(typeattribute port_type)
+(typeattributeset port_type (port ))
+(typeattribute property_type)
+(typeattributeset property_type (audio_prop boottime_prop bluetooth_prop config_prop cppreopt_prop ctl_bootanim_prop ctl_bugreport_prop ctl_console_prop ctl_default_prop ctl_dumpstate_prop ctl_fuse_prop ctl_mdnsd_prop ctl_rildaemon_prop dalvik_prop debuggerd_prop debug_prop default_prop device_logging_prop dhcp_prop dumpstate_options_prop dumpstate_prop ffs_prop fingerprint_prop firstboot_prop hwservicemanager_prop logd_prop logpersistd_logging_prop log_prop log_tag_prop mmc_prop net_dns_prop net_radio_prop netd_stable_secret_prop nfc_prop overlay_prop pan_result_prop persist_debug_prop persistent_properties_ready_prop powerctl_prop radio_prop restorecon_prop safemode_prop serialno_prop shell_prop system_prop system_radio_prop vold_prop wifi_log_prop wifi_prop ctl_atcid-daemon-u_prop ctl_atci_service_prop mdmmonitor_prop ))
+(typeattribute core_property_type)
+(typeattributeset core_property_type (audio_prop config_prop cppreopt_prop dalvik_prop debuggerd_prop debug_prop default_prop dhcp_prop dumpstate_prop ffs_prop fingerprint_prop logd_prop net_radio_prop nfc_prop pan_result_prop persist_debug_prop powerctl_prop radio_prop restorecon_prop shell_prop system_prop system_radio_prop vold_prop ))
+(typeattribute log_property_type)
+(typeattributeset log_property_type (log_prop log_tag_prop wifi_log_prop ))
+(typeattribute system_server_service)
+(typeattributeset system_server_service (accessibility_service account_service activity_service alarm_service appops_service appwidget_service assetatlas_service audio_service autofill_service backup_service batterystats_service battery_service bluetooth_manager_service broadcastradio_service cameraproxy_service clipboard_service contexthub_service IProxyService_service commontime_management_service companion_device_service connectivity_service connmetrics_service consumer_ir_service content_service country_detector_service coverage_service cpuinfo_service dbinfo_service device_policy_service deviceidle_service device_identifiers_service devicestoragemonitor_service diskstats_service display_service font_service netd_listener_service DockObserver_service dreams_service dropbox_service ethernet_service fingerprint_service gfxinfo_service graphicsstats_service hardware_service hardware_properties_service hdmi_control_service input_method_service input_service imms_service ipsec_service jobscheduler_service launcherapps_service location_service lock_settings_service media_projection_service media_router_service media_session_service meminfo_service midi_service mount_service netpolicy_service netstats_service network_management_service network_score_service network_time_update_service notification_service oem_lock_service otadexopt_service overlay_service package_service package_native_service permission_service persistent_data_block_service pinner_service power_service print_service processinfo_service procstats_service recovery_service registry_service restrictions_service rttmanager_service samplingprofiler_service scheduling_policy_service search_service sec_key_att_app_id_provider_service sensorservice_service serial_service servicediscovery_service settings_service shortcut_service statusbar_service storagestats_service task_service textclassification_service textservices_service telecom_service timezone_service trust_service tv_input_service uimode_service updatelock_service usagestats_service usb_service user_service vibrator_service voiceinteraction_service vr_manager_service wallpaper_service webviewupdate_service wifip2p_service wifiscanner_service wifi_service wifiaware_service window_service mtk_anrmanager_service mtk_permrecords_service mtk_mobile_service mtk_msg_monitor_service mtk_perf_service mtk_power_hal_mgr_service mtk_epdg_service mtk_rns_service mtk_telecom_service mtk_data_shaping_service mtk_search_engine_service mtk_omadm_service mtk_duraspeed_service mtk_fullscreen_switch_service mtk_appdetection_service ))
+(typeattribute app_api_service)
+(typeattributeset app_api_service (batteryproperties_service gatekeeper_service accessibility_service account_service activity_service alarm_service appops_service appwidget_service assetatlas_service audio_service autofill_service backup_service batterystats_service bluetooth_manager_service clipboard_service contexthub_service IProxyService_service companion_device_service connectivity_service connmetrics_service consumer_ir_service content_service country_detector_service device_policy_service deviceidle_service device_identifiers_service display_service font_service dreams_service dropbox_service ethernet_service fingerprint_service graphicsstats_service hardware_properties_service input_method_service input_service imms_service ipsec_service jobscheduler_service launcherapps_service location_service media_projection_service media_router_service media_session_service midi_service mount_service netpolicy_service netstats_service network_management_service notification_service package_service permission_service power_service print_service procstats_service registry_service restrictions_service rttmanager_service search_service sec_key_att_app_id_provider_service sensorservice_service servicediscovery_service settings_service shortcut_service statusbar_service storagestats_service textclassification_service textservices_service telecom_service trust_service tv_input_service uimode_service usagestats_service usb_service user_service vibrator_service voiceinteraction_service wallpaper_service webviewupdate_service wifip2p_service wifi_service wifiaware_service mtk_anrmanager_service mtk_permrecords_service mtk_mobile_service mtk_msg_monitor_service mtk_perf_service mtk_power_hal_mgr_service mtk_epdg_service mtk_rns_service mtk_registry_service mtk_phonesubinfo_service mtk_telecom_service mtk_simphonebook_service mtk_data_shaping_service mtk_search_engine_service mtk_omadm_service mtk_duraspeed_service mtk_fullscreen_switch_service mtk_appdetection_service mtk_carrierexpress_service ))
+(typeattribute ephemeral_app_api_service)
+(typeattributeset ephemeral_app_api_service (batteryproperties_service accessibility_service account_service activity_service alarm_service appops_service appwidget_service assetatlas_service audio_service autofill_service backup_service batterystats_service bluetooth_manager_service clipboard_service IProxyService_service companion_device_service connectivity_service connmetrics_service consumer_ir_service content_service country_detector_service deviceidle_service device_identifiers_service display_service font_service dreams_service dropbox_service graphicsstats_service hardware_properties_service input_method_service input_service imms_service ipsec_service jobscheduler_service launcherapps_service location_service media_projection_service media_router_service media_session_service midi_service mount_service netpolicy_service netstats_service network_management_service notification_service package_service permission_service power_service print_service procstats_service registry_service restrictions_service rttmanager_service search_service sensorservice_service servicediscovery_service settings_service statusbar_service storagestats_service textclassification_service textservices_service telecom_service tv_input_service uimode_service usagestats_service user_service vibrator_service voiceinteraction_service webviewupdate_service ))
+(typeattribute system_api_service)
+(typeattributeset system_api_service (cpuinfo_service dbinfo_service diskstats_service gfxinfo_service hdmi_control_service lock_settings_service meminfo_service network_score_service oem_lock_service overlay_service persistent_data_block_service serial_service updatelock_service wifiscanner_service window_service ))
+(typeattribute service_manager_type)
+(typeattributeset service_manager_type (audioserver_service batteryproperties_service bluetooth_service cameraserver_service default_android_service drmserver_service dumpstate_service fingerprintd_service hal_fingerprint_service gatekeeper_service gpu_service inputflinger_service incident_service installd_service keystore_service mediaserver_service mediametrics_service mediaextractor_service mediacodec_service mediadrmserver_service netd_service nfc_service radio_service storaged_service surfaceflinger_service system_app_service thermal_service update_engine_service virtual_touchpad_service vr_hwc_service accessibility_service account_service activity_service alarm_service appops_service appwidget_service assetatlas_service audio_service autofill_service backup_service batterystats_service battery_service bluetooth_manager_service broadcastradio_service cameraproxy_service clipboard_service contexthub_service IProxyService_service commontime_management_service companion_device_service connectivity_service connmetrics_service consumer_ir_service content_service country_detector_service coverage_service cpuinfo_service dbinfo_service device_policy_service deviceidle_service device_identifiers_service devicestoragemonitor_service diskstats_service display_service font_service netd_listener_service DockObserver_service dreams_service dropbox_service ethernet_service fingerprint_service gfxinfo_service graphicsstats_service hardware_service hardware_properties_service hdmi_control_service input_method_service input_service imms_service ipsec_service jobscheduler_service launcherapps_service location_service lock_settings_service media_projection_service media_router_service media_session_service meminfo_service midi_service mount_service netpolicy_service netstats_service network_management_service network_score_service network_time_update_service notification_service oem_lock_service otadexopt_service overlay_service package_service package_native_service permission_service persistent_data_block_service pinner_service power_service print_service processinfo_service procstats_service recovery_service registry_service restrictions_service rttmanager_service samplingprofiler_service scheduling_policy_service search_service sec_key_att_app_id_provider_service sensorservice_service serial_service servicediscovery_service settings_service shortcut_service statusbar_service storagestats_service task_service textclassification_service textservices_service telecom_service timezone_service trust_service tv_input_service uimode_service updatelock_service usagestats_service usb_service user_service vibrator_service voiceinteraction_service vr_manager_service wallpaper_service webviewupdate_service wifip2p_service wifiscanner_service wifi_service wificond_service wifiaware_service window_service nvram_agent_service mtk_anrmanager_service mtk_permrecords_service mtk_advcamserver_service dm_agent_binder_service mtk_mobile_service mtk_msg_monitor_service mtk_perf_service mtk_power_hal_mgr_service mtk_epdg_service mtk_rns_service mtk_registry_service mtk_phonesubinfo_service mtk_radio_service mtk_telecom_service mtk_simphonebook_service mtk_data_shaping_service mtk_search_engine_service mtk_omadm_service mtk_duraspeed_service mtk_fullscreen_switch_service guiext-server_service ota_agent_service gas_srv_service fpspolicy-server_service mtk_appdetection_service mtk_carrierexpress_service vtservice_service vtservice_hidl_service mtk_hdmi_service ppl_agent_service aal_service mtk_connmetrics_service program_binary_service ))
+(typeattribute hwservice_manager_type)
+(typeattributeset hwservice_manager_type (default_android_hwservice fwk_display_hwservice fwk_scheduler_hwservice fwk_sensor_hwservice hal_audio_hwservice hal_bluetooth_hwservice hal_bootctl_hwservice hal_broadcastradio_hwservice hal_camera_hwservice hal_configstore_ISurfaceFlingerConfigs hal_contexthub_hwservice hal_drm_hwservice hal_cas_hwservice hal_dumpstate_hwservice hal_fingerprint_hwservice hal_gatekeeper_hwservice hal_gnss_hwservice hal_graphics_allocator_hwservice hal_graphics_composer_hwservice hal_graphics_mapper_hwservice hal_health_hwservice hal_ir_hwservice hal_keymaster_hwservice hal_light_hwservice hal_memtrack_hwservice hal_neuralnetworks_hwservice hal_nfc_hwservice hal_oemlock_hwservice hal_omx_hwservice hal_power_hwservice hal_renderscript_hwservice hal_sensors_hwservice hal_telephony_hwservice hal_tetheroffload_hwservice hal_thermal_hwservice hal_tv_cec_hwservice hal_tv_input_hwservice hal_usb_hwservice hal_vibrator_hwservice hal_vr_hwservice hal_weaver_hwservice hal_wifi_hwservice hal_wifi_offload_hwservice hal_wifi_supplicant_hwservice hidl_allocator_hwservice hidl_base_hwservice hidl_manager_hwservice hidl_memory_hwservice hidl_token_hwservice system_net_netd_hwservice system_wifi_keystore_hwservice thermalcallback_hwservice ))
+(typeattribute same_process_hwservice)
+(typeattributeset same_process_hwservice (hal_graphics_mapper_hwservice hal_renderscript_hwservice ))
+(typeattribute coredomain_hwservice)
+(typeattributeset coredomain_hwservice (fwk_display_hwservice fwk_scheduler_hwservice fwk_sensor_hwservice hidl_allocator_hwservice hidl_manager_hwservice hidl_memory_hwservice hidl_token_hwservice system_net_netd_hwservice system_wifi_keystore_hwservice ))
+(typeattribute vndservice_manager_type)
+(typeattributeset vndservice_manager_type (default_android_vndservice ))
+(typeattribute mlstrustedsubject)
+(typeattributeset mlstrustedsubject (adbd bufferhubd cppreopts drmserver dumpstate pdx_display_client_endpoint_socket pdx_display_manager_endpoint_socket pdx_display_screenshot_endpoint_socket pdx_display_vsync_endpoint_socket pdx_performance_client_endpoint_socket pdx_bufferhub_client_endpoint_socket hwservicemanager init installd kernel keystore lmkd logd mdnsd mediacodec mediadrmserver mediaextractor mediaserver netd otapreopt_slot performanced racoon radio runas sdcardd servicemanager shell surfaceflinger system_server tombstoned uncrypt vold webview_zygote zygote aee_aed aee_aedv netdiag thermalindicator md_monitor dexoptanalyzer storaged ))
+(typeattribute mlstrustedobject)
+(typeattributeset mlstrustedobject (alarm_device ashmem_device binder_device hwbinder_device pmsg_device gpu_device mtp_device ptmx_device null_device random_device owntty_device zero_device fuse_device ion_device tun_device usbaccessory_device usb_device qtaguid_proc selinuxfs cgroup sysfs sysfs_bluetooth_writable sysfs_nfc_power_writable sysfs_usb inotify devpts fuse sdcardfs vfat debugfs_trace_marker functionfs anr_data_file tombstone_data_file apk_tmp_file apk_private_tmp_file ota_package_file user_profile_data_file shell_data_file heapdump_data_file ringtone_file media_rw_data_file radio_data_file perfprofd_data_file method_trace_data_file system_app_data_file cache_file cache_backup_file cache_recovery_file wallpaper_file shortcut_manager_icons asec_apk_file backup_data_file app_fuse_file dnsproxyd_socket fwmarkd_socket logd_socket logdr_socket logdw_socket mdnsd_socket property_socket system_ndebug_socket tombstoned_crash_socket tombstoned_java_trace_socket pdx_display_client_endpoint_socket pdx_display_manager_endpoint_socket pdx_display_screenshot_endpoint_socket pdx_display_vsync_endpoint_socket pdx_performance_client_endpoint_socket pdx_bufferhub_client_endpoint_socket ))
+(typeattribute appdomain)
+(typeattributeset appdomain (bluetooth ephemeral_app isolated_app mediaprovider nfc platform_app priv_app radio shared_relro shell system_app untrusted_app untrusted_app_25 untrusted_v2_app ))
+(typeattribute untrusted_app_all)
+(typeattributeset untrusted_app_all (untrusted_app untrusted_app_25 ))
+(typeattribute netdomain)
+(typeattributeset netdomain (adbd bluetooth clatd dhcp dnsmasq drmserver dumpstate ephemeral_app mdnsd mediadrmserver mediaprovider mediaserver mtp netd nfc platform_app ppp priv_app racoon radio rild shell system_app system_server untrusted_app untrusted_app_25 untrusted_v2_app update_engine ))
+(typeattribute bluetoothdomain)
+(typeattributeset bluetoothdomain (platform_app priv_app radio system_server untrusted_app untrusted_app_25 untrusted_v2_app ))
+(typeattribute binderservicedomain)
+(typeattributeset binderservicedomain (audioserver cameraserver drmserver gatekeeperd healthd inputflinger keystore mediadrmserver mediaextractor mediametrics mediaserver nfc radio surfaceflinger system_app system_server thermalserviced virtual_touchpad vr_hwc emdlogger mdlogger GoogleOtaBinder atci_service dm_agent_binder guiext-server mtk_advcamserver ppl_agent program_binary aal ))
+(typeattribute update_engine_common)
+(typeattributeset update_engine_common (update_engine ))
+(typeattribute coredomain)
+(typeattributeset coredomain (adbd audioserver blkid blkid_untrusted bluetooth bootanim bootstat bufferhubd cameraserver charger clatd cppreopts crash_dump dex2oat dhcp dnsmasq drmserver dumpstate e2fs ephemeral_app fingerprintd fsck fsck_untrusted gatekeeperd healthd hwservicemanager idmap incident incidentd init inputflinger install_recovery installd isolated_app kernel keystore lmkd logd logpersist mdnsd mediadrmserver mediaextractor mediametrics mediaprovider mediaserver modprobe mtp netd netutils_wrapper nfc otapreopt_chroot otapreopt_slot performanced platform_app postinstall postinstall_dexopt ppp preopt2cachename priv_app profman racoon radio recovery recovery_persist recovery_refresh runas sdcardd servicemanager sgdisk shared_relro shell slideshow surfaceflinger system_app system_server thermalserviced tombstoned toolbox tzdatacheck ueventd uncrypt untrusted_app untrusted_app_25 untrusted_v2_app update_engine update_verifier vdc virtual_touchpad vold vr_hwc watchdogd webview_zygote wificond zygote aee_aed audiocmdservice_atci boot_logo_updater cmddumper em_svr emdlogger factory fuelgauged_static kisd mdlogger meta_tst mobile_log_d mtkbootanimation netdiag pre_meta thermalindicator GoogleOtaBinder atci_service atcid dm_agent_binder guiext-server hdmi kpoc_charger md_monitor met_log_d mtk_advcamserver ppl_agent program_binary thermald usp_service dexoptanalyzer hal_allocator_default storaged storagemanagerd aal batterywarning mmp sn ))
+(typeattribute coredomain_socket)
+(typeattributeset coredomain_socket (drmserver_socket adbd_socket bluetooth_socket dnsproxyd_socket dumpstate_socket fwmarkd_socket lmkd_socket logd_socket logdr_socket logdw_socket mdns_socket mdnsd_socket misc_logd_file mtpd_socket netd_socket property_socket racoon_socket system_wpa_socket system_ndebug_socket tombstoned_crash_socket tombstoned_intercept_socket uncrypt_socket vold_socket webview_zygote_socket zygote_socket pdx_display_client_endpoint_socket pdx_display_client_channel_socket pdx_display_manager_endpoint_socket pdx_display_manager_channel_socket pdx_display_screenshot_endpoint_socket pdx_display_screenshot_channel_socket pdx_display_vsync_endpoint_socket pdx_display_vsync_channel_socket pdx_performance_client_endpoint_socket pdx_performance_client_channel_socket pdx_bufferhub_client_endpoint_socket pdx_bufferhub_client_channel_socket ))
+(typeattribute binder_in_vendor_violators)
+(expandtypeattribute (binder_in_vendor_violators) false)
+(typeattribute socket_between_core_and_vendor_violators)
+(expandtypeattribute (socket_between_core_and_vendor_violators) false)
+(typeattribute vendor_executes_system_violators)
+(expandtypeattribute (vendor_executes_system_violators) false)
+(typeattribute untrusted_app_visible_hwservice)
+(expandtypeattribute (untrusted_app_visible_hwservice) false)
+(typeattribute untrusted_app_visible_halserver)
+(expandtypeattribute (untrusted_app_visible_halserver) false)
+(typeattribute pdx_endpoint_dir_type)
+(typeattributeset pdx_endpoint_dir_type (pdx_display_dir pdx_performance_dir pdx_bufferhub_dir ))
+(typeattribute pdx_endpoint_socket_type)
+(expandtypeattribute (pdx_endpoint_socket_type) false)
+(typeattributeset pdx_endpoint_socket_type (pdx_display_client_endpoint_socket pdx_display_manager_endpoint_socket pdx_display_screenshot_endpoint_socket pdx_display_vsync_endpoint_socket pdx_performance_client_endpoint_socket pdx_bufferhub_client_endpoint_socket ))
+(typeattribute pdx_channel_socket_type)
+(expandtypeattribute (pdx_channel_socket_type) false)
+(typeattributeset pdx_channel_socket_type (pdx_display_client_channel_socket pdx_display_manager_channel_socket pdx_display_screenshot_channel_socket pdx_display_vsync_channel_socket pdx_performance_client_channel_socket pdx_bufferhub_client_channel_socket ))
+(typeattribute pdx_display_client_endpoint_dir_type)
+(typeattributeset pdx_display_client_endpoint_dir_type (pdx_display_dir ))
+(typeattribute pdx_display_client_endpoint_socket_type)
+(typeattributeset pdx_display_client_endpoint_socket_type (pdx_display_client_endpoint_socket ))
+(typeattribute pdx_display_client_channel_socket_type)
+(typeattributeset pdx_display_client_channel_socket_type (pdx_display_client_channel_socket ))
+(typeattribute pdx_display_client_server_type)
+(typeattributeset pdx_display_client_server_type (surfaceflinger ))
+(typeattribute pdx_display_manager_endpoint_dir_type)
+(typeattributeset pdx_display_manager_endpoint_dir_type (pdx_display_dir ))
+(typeattribute pdx_display_manager_endpoint_socket_type)
+(typeattributeset pdx_display_manager_endpoint_socket_type (pdx_display_manager_endpoint_socket ))
+(typeattribute pdx_display_manager_channel_socket_type)
+(typeattributeset pdx_display_manager_channel_socket_type (pdx_display_manager_channel_socket ))
+(typeattribute pdx_display_manager_server_type)
+(typeattributeset pdx_display_manager_server_type (surfaceflinger ))
+(typeattribute pdx_display_screenshot_endpoint_dir_type)
+(typeattributeset pdx_display_screenshot_endpoint_dir_type (pdx_display_dir ))
+(typeattribute pdx_display_screenshot_endpoint_socket_type)
+(typeattributeset pdx_display_screenshot_endpoint_socket_type (pdx_display_screenshot_endpoint_socket ))
+(typeattribute pdx_display_screenshot_channel_socket_type)
+(typeattributeset pdx_display_screenshot_channel_socket_type (pdx_display_screenshot_channel_socket ))
+(typeattribute pdx_display_screenshot_server_type)
+(typeattributeset pdx_display_screenshot_server_type (surfaceflinger ))
+(typeattribute pdx_display_vsync_endpoint_dir_type)
+(typeattributeset pdx_display_vsync_endpoint_dir_type (pdx_display_dir ))
+(typeattribute pdx_display_vsync_endpoint_socket_type)
+(typeattributeset pdx_display_vsync_endpoint_socket_type (pdx_display_vsync_endpoint_socket ))
+(typeattribute pdx_display_vsync_channel_socket_type)
+(typeattributeset pdx_display_vsync_channel_socket_type (pdx_display_vsync_channel_socket ))
+(typeattribute pdx_display_vsync_server_type)
+(typeattributeset pdx_display_vsync_server_type (surfaceflinger ))
+(typeattribute pdx_performance_client_endpoint_dir_type)
+(typeattributeset pdx_performance_client_endpoint_dir_type (pdx_performance_dir ))
+(typeattribute pdx_performance_client_endpoint_socket_type)
+(typeattributeset pdx_performance_client_endpoint_socket_type (pdx_performance_client_endpoint_socket ))
+(typeattribute pdx_performance_client_channel_socket_type)
+(typeattributeset pdx_performance_client_channel_socket_type (pdx_performance_client_channel_socket ))
+(typeattribute pdx_performance_client_server_type)
+(typeattributeset pdx_performance_client_server_type (performanced ))
+(typeattribute pdx_bufferhub_client_endpoint_dir_type)
+(typeattributeset pdx_bufferhub_client_endpoint_dir_type (pdx_bufferhub_dir ))
+(typeattribute pdx_bufferhub_client_endpoint_socket_type)
+(typeattributeset pdx_bufferhub_client_endpoint_socket_type (pdx_bufferhub_client_endpoint_socket ))
+(typeattribute pdx_bufferhub_client_channel_socket_type)
+(typeattributeset pdx_bufferhub_client_channel_socket_type (pdx_bufferhub_client_channel_socket ))
+(typeattribute pdx_bufferhub_client_server_type)
+(typeattributeset pdx_bufferhub_client_server_type (bufferhubd ))
+(typeattribute halserverdomain)
+(typeattributeset halserverdomain (rild vr_hwc hal_allocator_default ))
+(typeattribute halclientdomain)
+(expandtypeattribute (halclientdomain) true)
+(typeattributeset halclientdomain (adbd audioserver bluetooth bootanim bufferhubd cameraserver dumpstate gatekeeperd healthd keystore mediacodec mediadrmserver mediaextractor mediaserver nfc platform_app radio surfaceflinger system_server thermalserviced update_engine update_verifier vold vr_hwc wificond mtkbootanimation atcid ))
+(typeattribute hal_allocator)
+(expandtypeattribute (hal_allocator) true)
+(typeattributeset hal_allocator (hal_allocator_default ))
+(typeattribute hal_allocator_client)
+(expandtypeattribute (hal_allocator_client) true)
+(typeattributeset hal_allocator_client (audioserver mediacodec mediaserver system_server ))
+(typeattribute hal_allocator_server)
+(expandtypeattribute (hal_allocator_server) false)
+(typeattributeset hal_allocator_server (hal_allocator_default ))
+(typeattribute hal_audio)
+(expandtypeattribute (hal_audio) false)
+(typeattribute hal_audio_client)
+(expandtypeattribute (hal_audio_client) true)
+(typeattributeset hal_audio_client (audioserver ))
+(typeattribute hal_audio_server)
+(expandtypeattribute (hal_audio_server) false)
+(typeattribute hal_bluetooth)
+(expandtypeattribute (hal_bluetooth) true)
+(typeattribute hal_bluetooth_client)
+(expandtypeattribute (hal_bluetooth_client) true)
+(typeattributeset hal_bluetooth_client (bluetooth ))
+(typeattribute hal_bluetooth_server)
+(expandtypeattribute (hal_bluetooth_server) false)
+(typeattribute hal_bootctl)
+(expandtypeattribute (hal_bootctl) false)
+(typeattribute hal_bootctl_client)
+(expandtypeattribute (hal_bootctl_client) true)
+(typeattributeset hal_bootctl_client (update_engine update_verifier ))
+(typeattribute hal_bootctl_server)
+(expandtypeattribute (hal_bootctl_server) false)
+(typeattribute hal_broadcastradio)
+(expandtypeattribute (hal_broadcastradio) true)
+(typeattribute hal_broadcastradio_client)
+(expandtypeattribute (hal_broadcastradio_client) true)
+(typeattributeset hal_broadcastradio_client (system_server ))
+(typeattribute hal_broadcastradio_server)
+(expandtypeattribute (hal_broadcastradio_server) false)
+(typeattribute hal_camera)
+(expandtypeattribute (hal_camera) false)
+(typeattribute hal_camera_client)
+(expandtypeattribute (hal_camera_client) true)
+(typeattributeset hal_camera_client (cameraserver ))
+(typeattribute hal_camera_server)
+(expandtypeattribute (hal_camera_server) false)
+(typeattribute hal_configstore)
+(expandtypeattribute (hal_configstore) true)
+(typeattribute hal_configstore_client)
+(expandtypeattribute (hal_configstore_client) true)
+(typeattributeset hal_configstore_client (bootanim surfaceflinger system_server mtkbootanimation ))
+(typeattribute hal_configstore_server)
+(expandtypeattribute (hal_configstore_server) false)
+(typeattribute hal_contexthub)
+(expandtypeattribute (hal_contexthub) true)
+(typeattribute hal_contexthub_client)
+(expandtypeattribute (hal_contexthub_client) true)
+(typeattributeset hal_contexthub_client (system_server ))
+(typeattribute hal_contexthub_server)
+(expandtypeattribute (hal_contexthub_server) false)
+(typeattribute hal_drm)
+(expandtypeattribute (hal_drm) false)
+(typeattribute hal_drm_client)
+(expandtypeattribute (hal_drm_client) true)
+(typeattributeset hal_drm_client (mediadrmserver ))
+(typeattribute hal_drm_server)
+(expandtypeattribute (hal_drm_server) false)
+(typeattribute hal_cas)
+(expandtypeattribute (hal_cas) false)
+(typeattribute hal_cas_client)
+(expandtypeattribute (hal_cas_client) true)
+(typeattributeset hal_cas_client (mediacodec mediaextractor ))
+(typeattribute hal_cas_server)
+(expandtypeattribute (hal_cas_server) false)
+(typeattribute hal_dumpstate)
+(expandtypeattribute (hal_dumpstate) true)
+(typeattribute hal_dumpstate_client)
+(expandtypeattribute (hal_dumpstate_client) true)
+(typeattributeset hal_dumpstate_client (dumpstate ))
+(typeattribute hal_dumpstate_server)
+(expandtypeattribute (hal_dumpstate_server) false)
+(typeattribute hal_fingerprint)
+(expandtypeattribute (hal_fingerprint) true)
+(typeattribute hal_fingerprint_client)
+(expandtypeattribute (hal_fingerprint_client) true)
+(typeattributeset hal_fingerprint_client (system_server ))
+(typeattribute hal_fingerprint_server)
+(expandtypeattribute (hal_fingerprint_server) false)
+(typeattribute hal_gatekeeper)
+(expandtypeattribute (hal_gatekeeper) true)
+(typeattribute hal_gatekeeper_client)
+(expandtypeattribute (hal_gatekeeper_client) true)
+(typeattributeset hal_gatekeeper_client (gatekeeperd ))
+(typeattribute hal_gatekeeper_server)
+(expandtypeattribute (hal_gatekeeper_server) false)
+(typeattribute hal_gnss)
+(expandtypeattribute (hal_gnss) true)
+(typeattribute hal_gnss_client)
+(expandtypeattribute (hal_gnss_client) true)
+(typeattributeset hal_gnss_client (system_server ))
+(typeattribute hal_gnss_server)
+(expandtypeattribute (hal_gnss_server) false)
+(typeattribute hal_graphics_allocator)
+(expandtypeattribute (hal_graphics_allocator) true)
+(typeattribute hal_graphics_allocator_client)
+(expandtypeattribute (hal_graphics_allocator_client) true)
+(typeattributeset hal_graphics_allocator_client (adbd bootanim bufferhubd cameraserver dumpstate mediacodec mediadrmserver mediaserver surfaceflinger system_server vr_hwc mtkbootanimation ))
+(typeattribute hal_graphics_allocator_server)
+(expandtypeattribute (hal_graphics_allocator_server) false)
+(typeattribute hal_graphics_composer)
+(expandtypeattribute (hal_graphics_composer) true)
+(typeattributeset hal_graphics_composer (vr_hwc ))
+(typeattribute hal_graphics_composer_client)
+(expandtypeattribute (hal_graphics_composer_client) true)
+(typeattributeset hal_graphics_composer_client (bootanim surfaceflinger mtkbootanimation ))
+(typeattribute hal_graphics_composer_server)
+(expandtypeattribute (hal_graphics_composer_server) false)
+(typeattributeset hal_graphics_composer_server (vr_hwc ))
+(typeattribute hal_health)
+(expandtypeattribute (hal_health) true)
+(typeattribute hal_health_client)
+(expandtypeattribute (hal_health_client) true)
+(typeattributeset hal_health_client (healthd ))
+(typeattribute hal_health_server)
+(expandtypeattribute (hal_health_server) false)
+(typeattribute hal_ir)
+(expandtypeattribute (hal_ir) true)
+(typeattribute hal_ir_client)
+(expandtypeattribute (hal_ir_client) true)
+(typeattributeset hal_ir_client (system_server ))
+(typeattribute hal_ir_server)
+(expandtypeattribute (hal_ir_server) false)
+(typeattribute hal_keymaster)
+(expandtypeattribute (hal_keymaster) true)
+(typeattribute hal_keymaster_client)
+(expandtypeattribute (hal_keymaster_client) true)
+(typeattributeset hal_keymaster_client (keystore vold ))
+(typeattribute hal_keymaster_server)
+(expandtypeattribute (hal_keymaster_server) false)
+(typeattribute hal_light)
+(expandtypeattribute (hal_light) true)
+(typeattribute hal_light_client)
+(expandtypeattribute (hal_light_client) true)
+(typeattributeset hal_light_client (system_server ))
+(typeattribute hal_light_server)
+(expandtypeattribute (hal_light_server) false)
+(typeattribute hal_memtrack)
+(expandtypeattribute (hal_memtrack) true)
+(typeattribute hal_memtrack_client)
+(expandtypeattribute (hal_memtrack_client) true)
+(typeattributeset hal_memtrack_client (system_server ))
+(typeattribute hal_memtrack_server)
+(expandtypeattribute (hal_memtrack_server) false)
+(typeattribute hal_neuralnetworks)
+(expandtypeattribute (hal_neuralnetworks) true)
+(typeattribute hal_neuralnetworks_client)
+(expandtypeattribute (hal_neuralnetworks_client) true)
+(typeattributeset hal_neuralnetworks_client (system_server ))
+(typeattribute hal_neuralnetworks_server)
+(expandtypeattribute (hal_neuralnetworks_server) false)
+(typeattribute hal_nfc)
+(expandtypeattribute (hal_nfc) true)
+(typeattribute hal_nfc_client)
+(expandtypeattribute (hal_nfc_client) true)
+(typeattributeset hal_nfc_client (nfc ))
+(typeattribute hal_nfc_server)
+(expandtypeattribute (hal_nfc_server) false)
+(typeattribute hal_oemlock)
+(expandtypeattribute (hal_oemlock) true)
+(typeattribute hal_oemlock_client)
+(expandtypeattribute (hal_oemlock_client) true)
+(typeattributeset hal_oemlock_client (system_server ))
+(typeattribute hal_oemlock_server)
+(expandtypeattribute (hal_oemlock_server) false)
+(typeattribute hal_power)
+(expandtypeattribute (hal_power) true)
+(typeattribute hal_power_client)
+(expandtypeattribute (hal_power_client) true)
+(typeattributeset hal_power_client (platform_app system_server ))
+(typeattribute hal_power_server)
+(expandtypeattribute (hal_power_server) false)
+(typeattribute hal_sensors)
+(expandtypeattribute (hal_sensors) true)
+(typeattribute hal_sensors_client)
+(expandtypeattribute (hal_sensors_client) true)
+(typeattributeset hal_sensors_client (system_server ))
+(typeattribute hal_sensors_server)
+(expandtypeattribute (hal_sensors_server) false)
+(typeattribute hal_telephony)
+(expandtypeattribute (hal_telephony) true)
+(typeattributeset hal_telephony (rild ))
+(typeattribute hal_telephony_client)
+(expandtypeattribute (hal_telephony_client) true)
+(typeattributeset hal_telephony_client (bluetooth radio atcid ))
+(typeattribute hal_telephony_server)
+(expandtypeattribute (hal_telephony_server) false)
+(typeattributeset hal_telephony_server (rild ))
+(typeattribute hal_tetheroffload)
+(expandtypeattribute (hal_tetheroffload) true)
+(typeattribute hal_tetheroffload_client)
+(expandtypeattribute (hal_tetheroffload_client) true)
+(typeattributeset hal_tetheroffload_client (system_server ))
+(typeattribute hal_tetheroffload_server)
+(expandtypeattribute (hal_tetheroffload_server) false)
+(typeattribute hal_thermal)
+(expandtypeattribute (hal_thermal) true)
+(typeattribute hal_thermal_client)
+(expandtypeattribute (hal_thermal_client) true)
+(typeattributeset hal_thermal_client (system_server thermalserviced ))
+(typeattribute hal_thermal_server)
+(expandtypeattribute (hal_thermal_server) false)
+(typeattribute hal_tv_cec)
+(expandtypeattribute (hal_tv_cec) true)
+(typeattribute hal_tv_cec_client)
+(expandtypeattribute (hal_tv_cec_client) true)
+(typeattributeset hal_tv_cec_client (system_server ))
+(typeattribute hal_tv_cec_server)
+(expandtypeattribute (hal_tv_cec_server) false)
+(typeattribute hal_tv_input)
+(expandtypeattribute (hal_tv_input) true)
+(typeattribute hal_tv_input_client)
+(expandtypeattribute (hal_tv_input_client) true)
+(typeattributeset hal_tv_input_client (system_server ))
+(typeattribute hal_tv_input_server)
+(expandtypeattribute (hal_tv_input_server) false)
+(typeattribute hal_usb)
+(expandtypeattribute (hal_usb) true)
+(typeattribute hal_usb_client)
+(expandtypeattribute (hal_usb_client) true)
+(typeattributeset hal_usb_client (system_server ))
+(typeattribute hal_usb_server)
+(expandtypeattribute (hal_usb_server) false)
+(typeattribute hal_vibrator)
+(expandtypeattribute (hal_vibrator) true)
+(typeattribute hal_vibrator_client)
+(expandtypeattribute (hal_vibrator_client) true)
+(typeattributeset hal_vibrator_client (dumpstate system_server ))
+(typeattribute hal_vibrator_server)
+(expandtypeattribute (hal_vibrator_server) false)
+(typeattribute hal_vr)
+(expandtypeattribute (hal_vr) true)
+(typeattribute hal_vr_client)
+(expandtypeattribute (hal_vr_client) true)
+(typeattributeset hal_vr_client (system_server ))
+(typeattribute hal_vr_server)
+(expandtypeattribute (hal_vr_server) false)
+(typeattribute hal_weaver)
+(expandtypeattribute (hal_weaver) true)
+(typeattribute hal_weaver_client)
+(expandtypeattribute (hal_weaver_client) true)
+(typeattributeset hal_weaver_client (system_server ))
+(typeattribute hal_weaver_server)
+(expandtypeattribute (hal_weaver_server) false)
+(typeattribute hal_wifi)
+(expandtypeattribute (hal_wifi) true)
+(typeattribute hal_wifi_client)
+(expandtypeattribute (hal_wifi_client) true)
+(typeattributeset hal_wifi_client (system_server ))
+(typeattribute hal_wifi_server)
+(expandtypeattribute (hal_wifi_server) false)
+(typeattribute hal_wifi_offload)
+(expandtypeattribute (hal_wifi_offload) true)
+(typeattribute hal_wifi_offload_client)
+(expandtypeattribute (hal_wifi_offload_client) true)
+(typeattributeset hal_wifi_offload_client (system_server wificond ))
+(typeattribute hal_wifi_offload_server)
+(expandtypeattribute (hal_wifi_offload_server) false)
+(typeattribute hal_wifi_supplicant)
+(expandtypeattribute (hal_wifi_supplicant) true)
+(typeattribute hal_wifi_supplicant_client)
+(expandtypeattribute (hal_wifi_supplicant_client) true)
+(typeattributeset hal_wifi_supplicant_client (system_server ))
+(typeattribute hal_wifi_supplicant_server)
+(expandtypeattribute (hal_wifi_supplicant_server) false)
+(typeattribute display_service_server)
+(typeattributeset display_service_server (surfaceflinger ))
+(typeattribute wifi_keystore_service_server)
+(typeattributeset wifi_keystore_service_server (keystore ))
+(typeattribute domain_deprecated)
+(typeattributeset domain_deprecated (clatd dex2oat dhcp dumpstate fingerprintd fsck fsck_untrusted installd keystore mtp netd platform_app ppp radio recovery runas sdcardd shared_relro system_app system_server ueventd uncrypt update_engine vold zygote ))
+(type adbd)
+(roletype object_r adbd)
+(type adbd_exec)
+(roletype object_r adbd_exec)
+(type audioserver)
+(roletype object_r audioserver)
+(type blkid)
+(roletype object_r blkid)
+(type blkid_untrusted)
+(roletype object_r blkid_untrusted)
+(type bluetooth)
+(roletype object_r bluetooth)
+(type bootanim)
+(roletype object_r bootanim)
+(type bootanim_exec)
+(roletype object_r bootanim_exec)
+(type bootstat)
+(roletype object_r bootstat)
+(type bootstat_exec)
+(roletype object_r bootstat_exec)
+(type bufferhubd)
+(roletype object_r bufferhubd)
+(type bufferhubd_exec)
+(roletype object_r bufferhubd_exec)
+(type cameraserver)
+(roletype object_r cameraserver)
+(type cameraserver_exec)
+(roletype object_r cameraserver_exec)
+(type charger)
+(roletype object_r charger)
+(type clatd)
+(roletype object_r clatd)
+(type clatd_exec)
+(roletype object_r clatd_exec)
+(type cppreopts)
+(roletype object_r cppreopts)
+(type cppreopts_exec)
+(roletype object_r cppreopts_exec)
+(type crash_dump)
+(roletype object_r crash_dump)
+(type crash_dump_exec)
+(roletype object_r crash_dump_exec)
+(type device)
+(roletype object_r device)
+(type alarm_device)
+(roletype object_r alarm_device)
+(type ashmem_device)
+(roletype object_r ashmem_device)
+(type audio_device)
+(roletype object_r audio_device)
+(type audio_timer_device)
+(roletype object_r audio_timer_device)
+(type audio_seq_device)
+(roletype object_r audio_seq_device)
+(type binder_device)
+(roletype object_r binder_device)
+(type hwbinder_device)
+(roletype object_r hwbinder_device)
+(type vndbinder_device)
+(roletype object_r vndbinder_device)
+(type block_device)
+(roletype object_r block_device)
+(type camera_device)
+(roletype object_r camera_device)
+(type dm_device)
+(roletype object_r dm_device)
+(type keychord_device)
+(roletype object_r keychord_device)
+(type loop_control_device)
+(roletype object_r loop_control_device)
+(type loop_device)
+(roletype object_r loop_device)
+(type pmsg_device)
+(roletype object_r pmsg_device)
+(type radio_device)
+(roletype object_r radio_device)
+(type ram_device)
+(roletype object_r ram_device)
+(type rtc_device)
+(roletype object_r rtc_device)
+(type vold_device)
+(roletype object_r vold_device)
+(type console_device)
+(roletype object_r console_device)
+(type cpuctl_device)
+(roletype object_r cpuctl_device)
+(type fscklogs)
+(roletype object_r fscklogs)
+(type full_device)
+(roletype object_r full_device)
+(type gpu_device)
+(roletype object_r gpu_device)
+(type graphics_device)
+(roletype object_r graphics_device)
+(type hw_random_device)
+(roletype object_r hw_random_device)
+(type input_device)
+(roletype object_r input_device)
+(type kmem_device)
+(roletype object_r kmem_device)
+(type port_device)
+(roletype object_r port_device)
+(type mtd_device)
+(roletype object_r mtd_device)
+(type mtp_device)
+(roletype object_r mtp_device)
+(type nfc_device)
+(roletype object_r nfc_device)
+(type ptmx_device)
+(roletype object_r ptmx_device)
+(type kmsg_device)
+(roletype object_r kmsg_device)
+(type kmsg_debug_device)
+(roletype object_r kmsg_debug_device)
+(type null_device)
+(roletype object_r null_device)
+(type random_device)
+(roletype object_r random_device)
+(type sensors_device)
+(roletype object_r sensors_device)
+(type serial_device)
+(roletype object_r serial_device)
+(type socket_device)
+(roletype object_r socket_device)
+(type owntty_device)
+(roletype object_r owntty_device)
+(type tty_device)
+(roletype object_r tty_device)
+(type video_device)
+(roletype object_r video_device)
+(type vcs_device)
+(roletype object_r vcs_device)
+(type zero_device)
+(roletype object_r zero_device)
+(type fuse_device)
+(roletype object_r fuse_device)
+(type iio_device)
+(roletype object_r iio_device)
+(type ion_device)
+(roletype object_r ion_device)
+(type qtaguid_device)
+(roletype object_r qtaguid_device)
+(type watchdog_device)
+(roletype object_r watchdog_device)
+(type uhid_device)
+(roletype object_r uhid_device)
+(type uio_device)
+(roletype object_r uio_device)
+(type tun_device)
+(roletype object_r tun_device)
+(type usbaccessory_device)
+(roletype object_r usbaccessory_device)
+(type usb_device)
+(roletype object_r usb_device)
+(type properties_device)
+(roletype object_r properties_device)
+(type properties_serial)
+(roletype object_r properties_serial)
+(type i2c_device)
+(roletype object_r i2c_device)
+(type hci_attach_dev)
+(roletype object_r hci_attach_dev)
+(type rpmsg_device)
+(roletype object_r rpmsg_device)
+(type root_block_device)
+(roletype object_r root_block_device)
+(type frp_block_device)
+(roletype object_r frp_block_device)
+(type system_block_device)
+(roletype object_r system_block_device)
+(type recovery_block_device)
+(roletype object_r recovery_block_device)
+(type boot_block_device)
+(roletype object_r boot_block_device)
+(type userdata_block_device)
+(roletype object_r userdata_block_device)
+(type cache_block_device)
+(roletype object_r cache_block_device)
+(type swap_block_device)
+(roletype object_r swap_block_device)
+(type metadata_block_device)
+(roletype object_r metadata_block_device)
+(type misc_block_device)
+(roletype object_r misc_block_device)
+(type dex2oat)
+(roletype object_r dex2oat)
+(type dex2oat_exec)
+(roletype object_r dex2oat_exec)
+(type dhcp)
+(roletype object_r dhcp)
+(type dhcp_exec)
+(roletype object_r dhcp_exec)
+(type dnsmasq)
+(roletype object_r dnsmasq)
+(type dnsmasq_exec)
+(roletype object_r dnsmasq_exec)
+(type drmserver)
+(roletype object_r drmserver)
+(type drmserver_exec)
+(roletype object_r drmserver_exec)
+(type drmserver_socket)
+(roletype object_r drmserver_socket)
+(type dumpstate)
+(roletype object_r dumpstate)
+(type dumpstate_exec)
+(roletype object_r dumpstate_exec)
+(type e2fs)
+(roletype object_r e2fs)
+(type e2fs_exec)
+(roletype object_r e2fs_exec)
+(type ephemeral_app)
+(roletype object_r ephemeral_app)
+(type labeledfs)
+(roletype object_r labeledfs)
+(type pipefs)
+(roletype object_r pipefs)
+(type sockfs)
+(roletype object_r sockfs)
+(type rootfs)
+(roletype object_r rootfs)
+(type proc)
+(roletype object_r proc)
+(type proc_security)
+(roletype object_r proc_security)
+(type proc_drop_caches)
+(roletype object_r proc_drop_caches)
+(type proc_overcommit_memory)
+(roletype object_r proc_overcommit_memory)
+(type usermodehelper)
+(roletype object_r usermodehelper)
+(type sysfs_usermodehelper)
+(roletype object_r sysfs_usermodehelper)
+(type qtaguid_proc)
+(roletype object_r qtaguid_proc)
+(type proc_bluetooth_writable)
+(roletype object_r proc_bluetooth_writable)
+(type proc_cpuinfo)
+(roletype object_r proc_cpuinfo)
+(type proc_interrupts)
+(roletype object_r proc_interrupts)
+(type proc_iomem)
+(roletype object_r proc_iomem)
+(type proc_meminfo)
+(roletype object_r proc_meminfo)
+(type proc_misc)
+(roletype object_r proc_misc)
+(type proc_modules)
+(roletype object_r proc_modules)
+(type proc_net)
+(roletype object_r proc_net)
+(type proc_perf)
+(roletype object_r proc_perf)
+(type proc_stat)
+(roletype object_r proc_stat)
+(type proc_sysrq)
+(roletype object_r proc_sysrq)
+(type proc_timer)
+(roletype object_r proc_timer)
+(type proc_tty_drivers)
+(roletype object_r proc_tty_drivers)
+(type proc_uid_cputime_showstat)
+(roletype object_r proc_uid_cputime_showstat)
+(type proc_uid_cputime_removeuid)
+(roletype object_r proc_uid_cputime_removeuid)
+(type proc_uid_io_stats)
+(roletype object_r proc_uid_io_stats)
+(type proc_uid_procstat_set)
+(roletype object_r proc_uid_procstat_set)
+(type proc_uid_time_in_state)
+(roletype object_r proc_uid_time_in_state)
+(type proc_zoneinfo)
+(roletype object_r proc_zoneinfo)
+(type selinuxfs)
+(roletype object_r selinuxfs)
+(type cgroup)
+(roletype object_r cgroup)
+(type sysfs)
+(roletype object_r sysfs)
+(type sysfs_uio)
+(roletype object_r sysfs_uio)
+(type sysfs_batteryinfo)
+(roletype object_r sysfs_batteryinfo)
+(type sysfs_bluetooth_writable)
+(roletype object_r sysfs_bluetooth_writable)
+(type sysfs_leds)
+(roletype object_r sysfs_leds)
+(type sysfs_hwrandom)
+(roletype object_r sysfs_hwrandom)
+(type sysfs_nfc_power_writable)
+(roletype object_r sysfs_nfc_power_writable)
+(type sysfs_wake_lock)
+(roletype object_r sysfs_wake_lock)
+(type sysfs_mac_address)
+(roletype object_r sysfs_mac_address)
+(type sysfs_usb)
+(roletype object_r sysfs_usb)
+(type sysfs_fs_ext4_features)
+(roletype object_r sysfs_fs_ext4_features)
+(type configfs)
+(roletype object_r configfs)
+(type sysfs_devices_system_cpu)
+(roletype object_r sysfs_devices_system_cpu)
+(type sysfs_lowmemorykiller)
+(roletype object_r sysfs_lowmemorykiller)
+(type sysfs_wlan_fwpath)
+(roletype object_r sysfs_wlan_fwpath)
+(type sysfs_vibrator)
+(roletype object_r sysfs_vibrator)
+(type sysfs_thermal)
+(roletype object_r sysfs_thermal)
+(type sysfs_zram)
+(roletype object_r sysfs_zram)
+(type sysfs_zram_uevent)
+(roletype object_r sysfs_zram_uevent)
+(type inotify)
+(roletype object_r inotify)
+(type devpts)
+(roletype object_r devpts)
+(type tmpfs)
+(roletype object_r tmpfs)
+(type shm)
+(roletype object_r shm)
+(type mqueue)
+(roletype object_r mqueue)
+(type fuse)
+(roletype object_r fuse)
+(type sdcardfs)
+(roletype object_r sdcardfs)
+(type vfat)
+(roletype object_r vfat)
+(type debugfs)
+(roletype object_r debugfs)
+(type debugfs_mmc)
+(roletype object_r debugfs_mmc)
+(type debugfs_trace_marker)
+(roletype object_r debugfs_trace_marker)
+(type debugfs_tracing)
+(roletype object_r debugfs_tracing)
+(type debugfs_tracing_debug)
+(roletype object_r debugfs_tracing_debug)
+(type debugfs_tracing_instances)
+(roletype object_r debugfs_tracing_instances)
+(type debugfs_wifi_tracing)
+(roletype object_r debugfs_wifi_tracing)
+(type pstorefs)
+(roletype object_r pstorefs)
+(type functionfs)
+(roletype object_r functionfs)
+(type oemfs)
+(roletype object_r oemfs)
+(type usbfs)
+(roletype object_r usbfs)
+(type binfmt_miscfs)
+(roletype object_r binfmt_miscfs)
+(type app_fusefs)
+(roletype object_r app_fusefs)
+(type unlabeled)
+(roletype object_r unlabeled)
+(type system_file)
+(roletype object_r system_file)
+(type vendor_hal_file)
+(roletype object_r vendor_hal_file)
+(type vendor_file)
+(roletype object_r vendor_file)
+(type vendor_app_file)
+(roletype object_r vendor_app_file)
+(type vendor_configs_file)
+(roletype object_r vendor_configs_file)
+(type same_process_hal_file)
+(roletype object_r same_process_hal_file)
+(type vndk_sp_file)
+(roletype object_r vndk_sp_file)
+(type vendor_framework_file)
+(roletype object_r vendor_framework_file)
+(type vendor_overlay_file)
+(roletype object_r vendor_overlay_file)
+(type runtime_event_log_tags_file)
+(roletype object_r runtime_event_log_tags_file)
+(type logcat_exec)
+(roletype object_r logcat_exec)
+(type coredump_file)
+(roletype object_r coredump_file)
+(type system_data_file)
+(roletype object_r system_data_file)
+(type unencrypted_data_file)
+(roletype object_r unencrypted_data_file)
+(type install_data_file)
+(roletype object_r install_data_file)
+(type drm_data_file)
+(roletype object_r drm_data_file)
+(type adb_data_file)
+(roletype object_r adb_data_file)
+(type anr_data_file)
+(roletype object_r anr_data_file)
+(type tombstone_data_file)
+(roletype object_r tombstone_data_file)
+(type apk_data_file)
+(roletype object_r apk_data_file)
+(type apk_tmp_file)
+(roletype object_r apk_tmp_file)
+(type apk_private_data_file)
+(roletype object_r apk_private_data_file)
+(type apk_private_tmp_file)
+(roletype object_r apk_private_tmp_file)
+(type dalvikcache_data_file)
+(roletype object_r dalvikcache_data_file)
+(type ota_data_file)
+(roletype object_r ota_data_file)
+(type ota_package_file)
+(roletype object_r ota_package_file)
+(type user_profile_data_file)
+(roletype object_r user_profile_data_file)
+(type profman_dump_data_file)
+(roletype object_r profman_dump_data_file)
+(type resourcecache_data_file)
+(roletype object_r resourcecache_data_file)
+(type shell_data_file)
+(roletype object_r shell_data_file)
+(type property_data_file)
+(roletype object_r property_data_file)
+(type bootchart_data_file)
+(roletype object_r bootchart_data_file)
+(type heapdump_data_file)
+(roletype object_r heapdump_data_file)
+(type nativetest_data_file)
+(roletype object_r nativetest_data_file)
+(type ringtone_file)
+(roletype object_r ringtone_file)
+(type preloads_data_file)
+(roletype object_r preloads_data_file)
+(type preloads_media_file)
+(roletype object_r preloads_media_file)
+(type dhcp_data_file)
+(roletype object_r dhcp_data_file)
+(type mnt_media_rw_file)
+(roletype object_r mnt_media_rw_file)
+(type mnt_user_file)
+(roletype object_r mnt_user_file)
+(type mnt_expand_file)
+(roletype object_r mnt_expand_file)
+(type storage_file)
+(roletype object_r storage_file)
+(type mnt_media_rw_stub_file)
+(roletype object_r mnt_media_rw_stub_file)
+(type storage_stub_file)
+(roletype object_r storage_stub_file)
+(type postinstall_mnt_dir)
+(roletype object_r postinstall_mnt_dir)
+(type postinstall_file)
+(roletype object_r postinstall_file)
+(type adb_keys_file)
+(roletype object_r adb_keys_file)
+(type audio_data_file)
+(roletype object_r audio_data_file)
+(type audiohal_data_file)
+(roletype object_r audiohal_data_file)
+(type audioserver_data_file)
+(roletype object_r audioserver_data_file)
+(type bluetooth_data_file)
+(roletype object_r bluetooth_data_file)
+(type bluetooth_logs_data_file)
+(roletype object_r bluetooth_logs_data_file)
+(type bootstat_data_file)
+(roletype object_r bootstat_data_file)
+(type boottrace_data_file)
+(roletype object_r boottrace_data_file)
+(type camera_data_file)
+(roletype object_r camera_data_file)
+(type gatekeeper_data_file)
+(roletype object_r gatekeeper_data_file)
+(type incident_data_file)
+(roletype object_r incident_data_file)
+(type keychain_data_file)
+(roletype object_r keychain_data_file)
+(type keystore_data_file)
+(roletype object_r keystore_data_file)
+(type media_data_file)
+(roletype object_r media_data_file)
+(type media_rw_data_file)
+(roletype object_r media_rw_data_file)
+(type misc_user_data_file)
+(roletype object_r misc_user_data_file)
+(type net_data_file)
+(roletype object_r net_data_file)
+(type nfc_data_file)
+(roletype object_r nfc_data_file)
+(type radio_data_file)
+(roletype object_r radio_data_file)
+(type reboot_data_file)
+(roletype object_r reboot_data_file)
+(type recovery_data_file)
+(roletype object_r recovery_data_file)
+(type shared_relro_file)
+(roletype object_r shared_relro_file)
+(type systemkeys_data_file)
+(roletype object_r systemkeys_data_file)
+(type textclassifier_data_file)
+(roletype object_r textclassifier_data_file)
+(type vpn_data_file)
+(roletype object_r vpn_data_file)
+(type wifi_data_file)
+(roletype object_r wifi_data_file)
+(type zoneinfo_data_file)
+(roletype object_r zoneinfo_data_file)
+(type vold_data_file)
+(roletype object_r vold_data_file)
+(type perfprofd_data_file)
+(roletype object_r perfprofd_data_file)
+(type tee_data_file)
+(roletype object_r tee_data_file)
+(type update_engine_data_file)
+(roletype object_r update_engine_data_file)
+(type method_trace_data_file)
+(roletype object_r method_trace_data_file)
+(type app_data_file)
+(roletype object_r app_data_file)
+(type system_app_data_file)
+(roletype object_r system_app_data_file)
+(type cache_file)
+(roletype object_r cache_file)
+(type cache_backup_file)
+(roletype object_r cache_backup_file)
+(type cache_private_backup_file)
+(roletype object_r cache_private_backup_file)
+(type cache_recovery_file)
+(roletype object_r cache_recovery_file)
+(type efs_file)
+(roletype object_r efs_file)
+(type wallpaper_file)
+(roletype object_r wallpaper_file)
+(type shortcut_manager_icons)
+(roletype object_r shortcut_manager_icons)
+(type icon_file)
+(roletype object_r icon_file)
+(type asec_apk_file)
+(roletype object_r asec_apk_file)
+(type asec_public_file)
+(roletype object_r asec_public_file)
+(type asec_image_file)
+(roletype object_r asec_image_file)
+(type backup_data_file)
+(roletype object_r backup_data_file)
+(type bluetooth_efs_file)
+(roletype object_r bluetooth_efs_file)
+(type fingerprintd_data_file)
+(roletype object_r fingerprintd_data_file)
+(type app_fuse_file)
+(roletype object_r app_fuse_file)
+(type adbd_socket)
+(roletype object_r adbd_socket)
+(type bluetooth_socket)
+(roletype object_r bluetooth_socket)
+(type dnsproxyd_socket)
+(roletype object_r dnsproxyd_socket)
+(type dumpstate_socket)
+(roletype object_r dumpstate_socket)
+(type fwmarkd_socket)
+(roletype object_r fwmarkd_socket)
+(type lmkd_socket)
+(roletype object_r lmkd_socket)
+(type logd_socket)
+(roletype object_r logd_socket)
+(type logdr_socket)
+(roletype object_r logdr_socket)
+(type logdw_socket)
+(roletype object_r logdw_socket)
+(type mdns_socket)
+(roletype object_r mdns_socket)
+(type mdnsd_socket)
+(roletype object_r mdnsd_socket)
+(type misc_logd_file)
+(roletype object_r misc_logd_file)
+(type mtpd_socket)
+(roletype object_r mtpd_socket)
+(type netd_socket)
+(roletype object_r netd_socket)
+(type property_socket)
+(roletype object_r property_socket)
+(type racoon_socket)
+(roletype object_r racoon_socket)
+(type rild_socket)
+(roletype object_r rild_socket)
+(type rild_debug_socket)
+(roletype object_r rild_debug_socket)
+(type system_wpa_socket)
+(roletype object_r system_wpa_socket)
+(type system_ndebug_socket)
+(roletype object_r system_ndebug_socket)
+(type tombstoned_crash_socket)
+(roletype object_r tombstoned_crash_socket)
+(type tombstoned_java_trace_socket)
+(roletype object_r tombstoned_java_trace_socket)
+(type tombstoned_intercept_socket)
+(roletype object_r tombstoned_intercept_socket)
+(type uncrypt_socket)
+(roletype object_r uncrypt_socket)
+(type vold_socket)
+(roletype object_r vold_socket)
+(type webview_zygote_socket)
+(roletype object_r webview_zygote_socket)
+(type wpa_socket)
+(roletype object_r wpa_socket)
+(type zygote_socket)
+(roletype object_r zygote_socket)
+(type gps_control)
+(roletype object_r gps_control)
+(type pdx_display_dir)
+(roletype object_r pdx_display_dir)
+(type pdx_performance_dir)
+(roletype object_r pdx_performance_dir)
+(type pdx_bufferhub_dir)
+(roletype object_r pdx_bufferhub_dir)
+(type pdx_display_client_endpoint_socket)
+(roletype object_r pdx_display_client_endpoint_socket)
+(type pdx_display_client_channel_socket)
+(roletype object_r pdx_display_client_channel_socket)
+(type pdx_display_manager_endpoint_socket)
+(roletype object_r pdx_display_manager_endpoint_socket)
+(type pdx_display_manager_channel_socket)
+(roletype object_r pdx_display_manager_channel_socket)
+(type pdx_display_screenshot_endpoint_socket)
+(roletype object_r pdx_display_screenshot_endpoint_socket)
+(type pdx_display_screenshot_channel_socket)
+(roletype object_r pdx_display_screenshot_channel_socket)
+(type pdx_display_vsync_endpoint_socket)
+(roletype object_r pdx_display_vsync_endpoint_socket)
+(type pdx_display_vsync_channel_socket)
+(roletype object_r pdx_display_vsync_channel_socket)
+(type pdx_performance_client_endpoint_socket)
+(roletype object_r pdx_performance_client_endpoint_socket)
+(type pdx_performance_client_channel_socket)
+(roletype object_r pdx_performance_client_channel_socket)
+(type pdx_bufferhub_client_endpoint_socket)
+(roletype object_r pdx_bufferhub_client_endpoint_socket)
+(type pdx_bufferhub_client_channel_socket)
+(roletype object_r pdx_bufferhub_client_channel_socket)
+(type file_contexts_file)
+(roletype object_r file_contexts_file)
+(type mac_perms_file)
+(roletype object_r mac_perms_file)
+(type property_contexts_file)
+(roletype object_r property_contexts_file)
+(type seapp_contexts_file)
+(roletype object_r seapp_contexts_file)
+(type sepolicy_file)
+(roletype object_r sepolicy_file)
+(type service_contexts_file)
+(roletype object_r service_contexts_file)
+(type nonplat_service_contexts_file)
+(roletype object_r nonplat_service_contexts_file)
+(type hwservice_contexts_file)
+(roletype object_r hwservice_contexts_file)
+(type vndservice_contexts_file)
+(roletype object_r vndservice_contexts_file)
+(type fingerprintd)
+(roletype object_r fingerprintd)
+(type fingerprintd_exec)
+(roletype object_r fingerprintd_exec)
+(type fsck)
+(roletype object_r fsck)
+(type fsck_exec)
+(roletype object_r fsck_exec)
+(type fsck_untrusted)
+(roletype object_r fsck_untrusted)
+(type gatekeeperd)
+(roletype object_r gatekeeperd)
+(type gatekeeperd_exec)
+(roletype object_r gatekeeperd_exec)
+(type healthd)
+(roletype object_r healthd)
+(type healthd_exec)
+(roletype object_r healthd_exec)
+(type default_android_hwservice)
+(roletype object_r default_android_hwservice)
+(type fwk_display_hwservice)
+(roletype object_r fwk_display_hwservice)
+(type fwk_scheduler_hwservice)
+(roletype object_r fwk_scheduler_hwservice)
+(type fwk_sensor_hwservice)
+(roletype object_r fwk_sensor_hwservice)
+(type hal_audio_hwservice)
+(roletype object_r hal_audio_hwservice)
+(type hal_bluetooth_hwservice)
+(roletype object_r hal_bluetooth_hwservice)
+(type hal_bootctl_hwservice)
+(roletype object_r hal_bootctl_hwservice)
+(type hal_broadcastradio_hwservice)
+(roletype object_r hal_broadcastradio_hwservice)
+(type hal_camera_hwservice)
+(roletype object_r hal_camera_hwservice)
+(type hal_configstore_ISurfaceFlingerConfigs)
+(roletype object_r hal_configstore_ISurfaceFlingerConfigs)
+(type hal_contexthub_hwservice)
+(roletype object_r hal_contexthub_hwservice)
+(type hal_drm_hwservice)
+(roletype object_r hal_drm_hwservice)
+(type hal_cas_hwservice)
+(roletype object_r hal_cas_hwservice)
+(type hal_dumpstate_hwservice)
+(roletype object_r hal_dumpstate_hwservice)
+(type hal_fingerprint_hwservice)
+(roletype object_r hal_fingerprint_hwservice)
+(type hal_gatekeeper_hwservice)
+(roletype object_r hal_gatekeeper_hwservice)
+(type hal_gnss_hwservice)
+(roletype object_r hal_gnss_hwservice)
+(type hal_graphics_allocator_hwservice)
+(roletype object_r hal_graphics_allocator_hwservice)
+(type hal_graphics_composer_hwservice)
+(roletype object_r hal_graphics_composer_hwservice)
+(type hal_graphics_mapper_hwservice)
+(roletype object_r hal_graphics_mapper_hwservice)
+(type hal_health_hwservice)
+(roletype object_r hal_health_hwservice)
+(type hal_ir_hwservice)
+(roletype object_r hal_ir_hwservice)
+(type hal_keymaster_hwservice)
+(roletype object_r hal_keymaster_hwservice)
+(type hal_light_hwservice)
+(roletype object_r hal_light_hwservice)
+(type hal_memtrack_hwservice)
+(roletype object_r hal_memtrack_hwservice)
+(type hal_neuralnetworks_hwservice)
+(roletype object_r hal_neuralnetworks_hwservice)
+(type hal_nfc_hwservice)
+(roletype object_r hal_nfc_hwservice)
+(type hal_oemlock_hwservice)
+(roletype object_r hal_oemlock_hwservice)
+(type hal_omx_hwservice)
+(roletype object_r hal_omx_hwservice)
+(type hal_power_hwservice)
+(roletype object_r hal_power_hwservice)
+(type hal_renderscript_hwservice)
+(roletype object_r hal_renderscript_hwservice)
+(type hal_sensors_hwservice)
+(roletype object_r hal_sensors_hwservice)
+(type hal_telephony_hwservice)
+(roletype object_r hal_telephony_hwservice)
+(type hal_tetheroffload_hwservice)
+(roletype object_r hal_tetheroffload_hwservice)
+(type hal_thermal_hwservice)
+(roletype object_r hal_thermal_hwservice)
+(type hal_tv_cec_hwservice)
+(roletype object_r hal_tv_cec_hwservice)
+(type hal_tv_input_hwservice)
+(roletype object_r hal_tv_input_hwservice)
+(type hal_usb_hwservice)
+(roletype object_r hal_usb_hwservice)
+(type hal_vibrator_hwservice)
+(roletype object_r hal_vibrator_hwservice)
+(type hal_vr_hwservice)
+(roletype object_r hal_vr_hwservice)
+(type hal_weaver_hwservice)
+(roletype object_r hal_weaver_hwservice)
+(type hal_wifi_hwservice)
+(roletype object_r hal_wifi_hwservice)
+(type hal_wifi_offload_hwservice)
+(roletype object_r hal_wifi_offload_hwservice)
+(type hal_wifi_supplicant_hwservice)
+(roletype object_r hal_wifi_supplicant_hwservice)
+(type hidl_allocator_hwservice)
+(roletype object_r hidl_allocator_hwservice)
+(type hidl_base_hwservice)
+(roletype object_r hidl_base_hwservice)
+(type hidl_manager_hwservice)
+(roletype object_r hidl_manager_hwservice)
+(type hidl_memory_hwservice)
+(roletype object_r hidl_memory_hwservice)
+(type hidl_token_hwservice)
+(roletype object_r hidl_token_hwservice)
+(type system_net_netd_hwservice)
+(roletype object_r system_net_netd_hwservice)
+(type system_wifi_keystore_hwservice)
+(roletype object_r system_wifi_keystore_hwservice)
+(type thermalcallback_hwservice)
+(roletype object_r thermalcallback_hwservice)
+(type hwservicemanager)
+(roletype object_r hwservicemanager)
+(type hwservicemanager_exec)
+(roletype object_r hwservicemanager_exec)
+(type idmap)
+(roletype object_r idmap)
+(type idmap_exec)
+(roletype object_r idmap_exec)
+(type incident)
+(roletype object_r incident)
+(type incidentd)
+(roletype object_r incidentd)
+(type init)
+(roletype object_r init)
+(type init_exec)
+(roletype object_r init_exec)
+(type inputflinger)
+(roletype object_r inputflinger)
+(type inputflinger_exec)
+(roletype object_r inputflinger_exec)
+(type install_recovery)
+(roletype object_r install_recovery)
+(type install_recovery_exec)
+(roletype object_r install_recovery_exec)
+(type installd)
+(roletype object_r installd)
+(type installd_exec)
+(roletype object_r installd_exec)
+(type isolated_app)
+(roletype object_r isolated_app)
+(type kernel)
+(roletype object_r kernel)
+(type keystore)
+(roletype object_r keystore)
+(type keystore_exec)
+(roletype object_r keystore_exec)
+(type lmkd)
+(roletype object_r lmkd)
+(type lmkd_exec)
+(roletype object_r lmkd_exec)
+(type logd)
+(roletype object_r logd)
+(type logd_exec)
+(roletype object_r logd_exec)
+(type logpersist)
+(roletype object_r logpersist)
+(type mdnsd)
+(roletype object_r mdnsd)
+(type mediacodec)
+(roletype object_r mediacodec)
+(type mediacodec_exec)
+(roletype object_r mediacodec_exec)
+(type mediadrmserver)
+(roletype object_r mediadrmserver)
+(type mediadrmserver_exec)
+(roletype object_r mediadrmserver_exec)
+(type mediaextractor)
+(roletype object_r mediaextractor)
+(type mediaextractor_exec)
+(roletype object_r mediaextractor_exec)
+(type mediametrics)
+(roletype object_r mediametrics)
+(type mediametrics_exec)
+(roletype object_r mediametrics_exec)
+(type mediaprovider)
+(roletype object_r mediaprovider)
+(type mediaserver)
+(roletype object_r mediaserver)
+(type mediaserver_exec)
+(roletype object_r mediaserver_exec)
+(type modprobe)
+(roletype object_r modprobe)
+(type mtp)
+(roletype object_r mtp)
+(type mtp_exec)
+(roletype object_r mtp_exec)
+(type node)
+(roletype object_r node)
+(type netif)
+(roletype object_r netif)
+(type port)
+(roletype object_r port)
+(type netd)
+(roletype object_r netd)
+(type netd_exec)
+(roletype object_r netd_exec)
+(type netutils_wrapper)
+(roletype object_r netutils_wrapper)
+(type netutils_wrapper_exec)
+(roletype object_r netutils_wrapper_exec)
+(type nfc)
+(roletype object_r nfc)
+(type otapreopt_chroot)
+(roletype object_r otapreopt_chroot)
+(type otapreopt_chroot_exec)
+(roletype object_r otapreopt_chroot_exec)
+(type otapreopt_slot)
+(roletype object_r otapreopt_slot)
+(type otapreopt_slot_exec)
+(roletype object_r otapreopt_slot_exec)
+(type performanced)
+(roletype object_r performanced)
+(type performanced_exec)
+(roletype object_r performanced_exec)
+(type perfprofd)
+(roletype object_r perfprofd)
+(type perfprofd_exec)
+(roletype object_r perfprofd_exec)
+(type platform_app)
+(roletype object_r platform_app)
+(type postinstall)
+(roletype object_r postinstall)
+(type postinstall_dexopt)
+(roletype object_r postinstall_dexopt)
+(type ppp)
+(roletype object_r ppp)
+(type ppp_device)
+(roletype object_r ppp_device)
+(type ppp_exec)
+(roletype object_r ppp_exec)
+(type preopt2cachename)
+(roletype object_r preopt2cachename)
+(type preopt2cachename_exec)
+(roletype object_r preopt2cachename_exec)
+(type priv_app)
+(roletype object_r priv_app)
+(type profman)
+(roletype object_r profman)
+(type profman_exec)
+(roletype object_r profman_exec)
+(type audio_prop)
+(roletype object_r audio_prop)
+(type boottime_prop)
+(roletype object_r boottime_prop)
+(type bluetooth_prop)
+(roletype object_r bluetooth_prop)
+(type config_prop)
+(roletype object_r config_prop)
+(type cppreopt_prop)
+(roletype object_r cppreopt_prop)
+(type ctl_bootanim_prop)
+(roletype object_r ctl_bootanim_prop)
+(type ctl_bugreport_prop)
+(roletype object_r ctl_bugreport_prop)
+(type ctl_console_prop)
+(roletype object_r ctl_console_prop)
+(type ctl_default_prop)
+(roletype object_r ctl_default_prop)
+(type ctl_dumpstate_prop)
+(roletype object_r ctl_dumpstate_prop)
+(type ctl_fuse_prop)
+(roletype object_r ctl_fuse_prop)
+(type ctl_mdnsd_prop)
+(roletype object_r ctl_mdnsd_prop)
+(type ctl_rildaemon_prop)
+(roletype object_r ctl_rildaemon_prop)
+(type dalvik_prop)
+(roletype object_r dalvik_prop)
+(type debuggerd_prop)
+(roletype object_r debuggerd_prop)
+(type debug_prop)
+(roletype object_r debug_prop)
+(type default_prop)
+(roletype object_r default_prop)
+(type device_logging_prop)
+(roletype object_r device_logging_prop)
+(type dhcp_prop)
+(roletype object_r dhcp_prop)
+(type dumpstate_options_prop)
+(roletype object_r dumpstate_options_prop)
+(type dumpstate_prop)
+(roletype object_r dumpstate_prop)
+(type ffs_prop)
+(roletype object_r ffs_prop)
+(type fingerprint_prop)
+(roletype object_r fingerprint_prop)
+(type firstboot_prop)
+(roletype object_r firstboot_prop)
+(type hwservicemanager_prop)
+(roletype object_r hwservicemanager_prop)
+(type logd_prop)
+(roletype object_r logd_prop)
+(type logpersistd_logging_prop)
+(roletype object_r logpersistd_logging_prop)
+(type log_prop)
+(roletype object_r log_prop)
+(type log_tag_prop)
+(roletype object_r log_tag_prop)
+(type mmc_prop)
+(roletype object_r mmc_prop)
+(type net_dns_prop)
+(roletype object_r net_dns_prop)
+(type net_radio_prop)
+(roletype object_r net_radio_prop)
+(type netd_stable_secret_prop)
+(roletype object_r netd_stable_secret_prop)
+(type nfc_prop)
+(roletype object_r nfc_prop)
+(type overlay_prop)
+(roletype object_r overlay_prop)
+(type pan_result_prop)
+(roletype object_r pan_result_prop)
+(type persist_debug_prop)
+(roletype object_r persist_debug_prop)
+(type persistent_properties_ready_prop)
+(roletype object_r persistent_properties_ready_prop)
+(type powerctl_prop)
+(roletype object_r powerctl_prop)
+(type radio_prop)
+(roletype object_r radio_prop)
+(type restorecon_prop)
+(roletype object_r restorecon_prop)
+(type safemode_prop)
+(roletype object_r safemode_prop)
+(type serialno_prop)
+(roletype object_r serialno_prop)
+(type shell_prop)
+(roletype object_r shell_prop)
+(type system_prop)
+(roletype object_r system_prop)
+(type system_radio_prop)
+(roletype object_r system_radio_prop)
+(type vold_prop)
+(roletype object_r vold_prop)
+(type wifi_log_prop)
+(roletype object_r wifi_log_prop)
+(type wifi_prop)
+(roletype object_r wifi_prop)
+(type racoon)
+(roletype object_r racoon)
+(type racoon_exec)
+(roletype object_r racoon_exec)
+(type radio)
+(roletype object_r radio)
+(type recovery)
+(roletype object_r recovery)
+(type recovery_persist)
+(roletype object_r recovery_persist)
+(type recovery_persist_exec)
+(roletype object_r recovery_persist_exec)
+(type recovery_refresh)
+(roletype object_r recovery_refresh)
+(type recovery_refresh_exec)
+(roletype object_r recovery_refresh_exec)
+(type rild)
+(roletype object_r rild)
+(type runas)
+(roletype object_r runas)
+(type runas_exec)
+(roletype object_r runas_exec)
+(type sdcardd)
+(roletype object_r sdcardd)
+(type sdcardd_exec)
+(roletype object_r sdcardd_exec)
+(type audioserver_service)
+(roletype object_r audioserver_service)
+(type batteryproperties_service)
+(roletype object_r batteryproperties_service)
+(type bluetooth_service)
+(roletype object_r bluetooth_service)
+(type cameraserver_service)
+(roletype object_r cameraserver_service)
+(type default_android_service)
+(roletype object_r default_android_service)
+(type drmserver_service)
+(roletype object_r drmserver_service)
+(type dumpstate_service)
+(roletype object_r dumpstate_service)
+(type fingerprintd_service)
+(roletype object_r fingerprintd_service)
+(type hal_fingerprint_service)
+(roletype object_r hal_fingerprint_service)
+(type gatekeeper_service)
+(roletype object_r gatekeeper_service)
+(type gpu_service)
+(roletype object_r gpu_service)
+(type inputflinger_service)
+(roletype object_r inputflinger_service)
+(type incident_service)
+(roletype object_r incident_service)
+(type installd_service)
+(roletype object_r installd_service)
+(type keystore_service)
+(roletype object_r keystore_service)
+(type mediaserver_service)
+(roletype object_r mediaserver_service)
+(type mediametrics_service)
+(roletype object_r mediametrics_service)
+(type mediaextractor_service)
+(roletype object_r mediaextractor_service)
+(type mediacodec_service)
+(roletype object_r mediacodec_service)
+(type mediadrmserver_service)
+(roletype object_r mediadrmserver_service)
+(type netd_service)
+(roletype object_r netd_service)
+(type nfc_service)
+(roletype object_r nfc_service)
+(type radio_service)
+(roletype object_r radio_service)
+(type storaged_service)
+(roletype object_r storaged_service)
+(type surfaceflinger_service)
+(roletype object_r surfaceflinger_service)
+(type system_app_service)
+(roletype object_r system_app_service)
+(type thermal_service)
+(roletype object_r thermal_service)
+(type update_engine_service)
+(roletype object_r update_engine_service)
+(type virtual_touchpad_service)
+(roletype object_r virtual_touchpad_service)
+(type vr_hwc_service)
+(roletype object_r vr_hwc_service)
+(type accessibility_service)
+(roletype object_r accessibility_service)
+(type account_service)
+(roletype object_r account_service)
+(type activity_service)
+(roletype object_r activity_service)
+(type alarm_service)
+(roletype object_r alarm_service)
+(type appops_service)
+(roletype object_r appops_service)
+(type appwidget_service)
+(roletype object_r appwidget_service)
+(type assetatlas_service)
+(roletype object_r assetatlas_service)
+(type audio_service)
+(roletype object_r audio_service)
+(type autofill_service)
+(roletype object_r autofill_service)
+(type backup_service)
+(roletype object_r backup_service)
+(type batterystats_service)
+(roletype object_r batterystats_service)
+(type battery_service)
+(roletype object_r battery_service)
+(type bluetooth_manager_service)
+(roletype object_r bluetooth_manager_service)
+(type broadcastradio_service)
+(roletype object_r broadcastradio_service)
+(type cameraproxy_service)
+(roletype object_r cameraproxy_service)
+(type clipboard_service)
+(roletype object_r clipboard_service)
+(type contexthub_service)
+(roletype object_r contexthub_service)
+(type IProxyService_service)
+(roletype object_r IProxyService_service)
+(type commontime_management_service)
+(roletype object_r commontime_management_service)
+(type companion_device_service)
+(roletype object_r companion_device_service)
+(type connectivity_service)
+(roletype object_r connectivity_service)
+(type connmetrics_service)
+(roletype object_r connmetrics_service)
+(type consumer_ir_service)
+(roletype object_r consumer_ir_service)
+(type content_service)
+(roletype object_r content_service)
+(type country_detector_service)
+(roletype object_r country_detector_service)
+(type coverage_service)
+(roletype object_r coverage_service)
+(type cpuinfo_service)
+(roletype object_r cpuinfo_service)
+(type dbinfo_service)
+(roletype object_r dbinfo_service)
+(type device_policy_service)
+(roletype object_r device_policy_service)
+(type deviceidle_service)
+(roletype object_r deviceidle_service)
+(type device_identifiers_service)
+(roletype object_r device_identifiers_service)
+(type devicestoragemonitor_service)
+(roletype object_r devicestoragemonitor_service)
+(type diskstats_service)
+(roletype object_r diskstats_service)
+(type display_service)
+(roletype object_r display_service)
+(type font_service)
+(roletype object_r font_service)
+(type netd_listener_service)
+(roletype object_r netd_listener_service)
+(type DockObserver_service)
+(roletype object_r DockObserver_service)
+(type dreams_service)
+(roletype object_r dreams_service)
+(type dropbox_service)
+(roletype object_r dropbox_service)
+(type ethernet_service)
+(roletype object_r ethernet_service)
+(type fingerprint_service)
+(roletype object_r fingerprint_service)
+(type gfxinfo_service)
+(roletype object_r gfxinfo_service)
+(type graphicsstats_service)
+(roletype object_r graphicsstats_service)
+(type hardware_service)
+(roletype object_r hardware_service)
+(type hardware_properties_service)
+(roletype object_r hardware_properties_service)
+(type hdmi_control_service)
+(roletype object_r hdmi_control_service)
+(type input_method_service)
+(roletype object_r input_method_service)
+(type input_service)
+(roletype object_r input_service)
+(type imms_service)
+(roletype object_r imms_service)
+(type ipsec_service)
+(roletype object_r ipsec_service)
+(type jobscheduler_service)
+(roletype object_r jobscheduler_service)
+(type launcherapps_service)
+(roletype object_r launcherapps_service)
+(type location_service)
+(roletype object_r location_service)
+(type lock_settings_service)
+(roletype object_r lock_settings_service)
+(type media_projection_service)
+(roletype object_r media_projection_service)
+(type media_router_service)
+(roletype object_r media_router_service)
+(type media_session_service)
+(roletype object_r media_session_service)
+(type meminfo_service)
+(roletype object_r meminfo_service)
+(type midi_service)
+(roletype object_r midi_service)
+(type mount_service)
+(roletype object_r mount_service)
+(type netpolicy_service)
+(roletype object_r netpolicy_service)
+(type netstats_service)
+(roletype object_r netstats_service)
+(type network_management_service)
+(roletype object_r network_management_service)
+(type network_score_service)
+(roletype object_r network_score_service)
+(type network_time_update_service)
+(roletype object_r network_time_update_service)
+(type notification_service)
+(roletype object_r notification_service)
+(type oem_lock_service)
+(roletype object_r oem_lock_service)
+(type otadexopt_service)
+(roletype object_r otadexopt_service)
+(type overlay_service)
+(roletype object_r overlay_service)
+(type package_service)
+(roletype object_r package_service)
+(type package_native_service)
+(roletype object_r package_native_service)
+(type permission_service)
+(roletype object_r permission_service)
+(type persistent_data_block_service)
+(roletype object_r persistent_data_block_service)
+(type pinner_service)
+(roletype object_r pinner_service)
+(type power_service)
+(roletype object_r power_service)
+(type print_service)
+(roletype object_r print_service)
+(type processinfo_service)
+(roletype object_r processinfo_service)
+(type procstats_service)
+(roletype object_r procstats_service)
+(type recovery_service)
+(roletype object_r recovery_service)
+(type registry_service)
+(roletype object_r registry_service)
+(type restrictions_service)
+(roletype object_r restrictions_service)
+(type rttmanager_service)
+(roletype object_r rttmanager_service)
+(type samplingprofiler_service)
+(roletype object_r samplingprofiler_service)
+(type scheduling_policy_service)
+(roletype object_r scheduling_policy_service)
+(type search_service)
+(roletype object_r search_service)
+(type sec_key_att_app_id_provider_service)
+(roletype object_r sec_key_att_app_id_provider_service)
+(type sensorservice_service)
+(roletype object_r sensorservice_service)
+(type serial_service)
+(roletype object_r serial_service)
+(type servicediscovery_service)
+(roletype object_r servicediscovery_service)
+(type settings_service)
+(roletype object_r settings_service)
+(type shortcut_service)
+(roletype object_r shortcut_service)
+(type statusbar_service)
+(roletype object_r statusbar_service)
+(type storagestats_service)
+(roletype object_r storagestats_service)
+(type task_service)
+(roletype object_r task_service)
+(type textclassification_service)
+(roletype object_r textclassification_service)
+(type textservices_service)
+(roletype object_r textservices_service)
+(type telecom_service)
+(roletype object_r telecom_service)
+(type timezone_service)
+(roletype object_r timezone_service)
+(type trust_service)
+(roletype object_r trust_service)
+(type tv_input_service)
+(roletype object_r tv_input_service)
+(type uimode_service)
+(roletype object_r uimode_service)
+(type updatelock_service)
+(roletype object_r updatelock_service)
+(type usagestats_service)
+(roletype object_r usagestats_service)
+(type usb_service)
+(roletype object_r usb_service)
+(type user_service)
+(roletype object_r user_service)
+(type vibrator_service)
+(roletype object_r vibrator_service)
+(type voiceinteraction_service)
+(roletype object_r voiceinteraction_service)
+(type vr_manager_service)
+(roletype object_r vr_manager_service)
+(type wallpaper_service)
+(roletype object_r wallpaper_service)
+(type webviewupdate_service)
+(roletype object_r webviewupdate_service)
+(type wifip2p_service)
+(roletype object_r wifip2p_service)
+(type wifiscanner_service)
+(roletype object_r wifiscanner_service)
+(type wifi_service)
+(roletype object_r wifi_service)
+(type wificond_service)
+(roletype object_r wificond_service)
+(type wifiaware_service)
+(roletype object_r wifiaware_service)
+(type window_service)
+(roletype object_r window_service)
+(type servicemanager)
+(roletype object_r servicemanager)
+(type servicemanager_exec)
+(roletype object_r servicemanager_exec)
+(type sgdisk)
+(roletype object_r sgdisk)
+(type sgdisk_exec)
+(roletype object_r sgdisk_exec)
+(type shared_relro)
+(roletype object_r shared_relro)
+(type shell)
+(roletype object_r shell)
+(type shell_exec)
+(roletype object_r shell_exec)
+(type slideshow)
+(roletype object_r slideshow)
+(type su)
+(roletype object_r su)
+(type su_exec)
+(roletype object_r su_exec)
+(type surfaceflinger)
+(roletype object_r surfaceflinger)
+(type system_app)
+(roletype object_r system_app)
+(type system_server)
+(roletype object_r system_server)
+(type tee)
+(roletype object_r tee)
+(type tee_device)
+(roletype object_r tee_device)
+(type thermalserviced)
+(roletype object_r thermalserviced)
+(type thermalserviced_exec)
+(roletype object_r thermalserviced_exec)
+(type tombstoned)
+(roletype object_r tombstoned)
+(type tombstoned_exec)
+(roletype object_r tombstoned_exec)
+(type toolbox)
+(roletype object_r toolbox)
+(type toolbox_exec)
+(roletype object_r toolbox_exec)
+(type tzdatacheck)
+(roletype object_r tzdatacheck)
+(type tzdatacheck_exec)
+(roletype object_r tzdatacheck_exec)
+(type ueventd)
+(roletype object_r ueventd)
+(type uncrypt)
+(roletype object_r uncrypt)
+(type uncrypt_exec)
+(roletype object_r uncrypt_exec)
+(type untrusted_app)
+(roletype object_r untrusted_app)
+(type untrusted_app_25)
+(roletype object_r untrusted_app_25)
+(type untrusted_v2_app)
+(roletype object_r untrusted_v2_app)
+(type update_engine)
+(roletype object_r update_engine)
+(type update_engine_exec)
+(roletype object_r update_engine_exec)
+(type update_verifier)
+(roletype object_r update_verifier)
+(type update_verifier_exec)
+(roletype object_r update_verifier_exec)
+(type vdc)
+(roletype object_r vdc)
+(type vdc_exec)
+(roletype object_r vdc_exec)
+(type vendor_shell_exec)
+(roletype object_r vendor_shell_exec)
+(type vendor_toolbox_exec)
+(roletype object_r vendor_toolbox_exec)
+(type virtual_touchpad)
+(roletype object_r virtual_touchpad)
+(type virtual_touchpad_exec)
+(roletype object_r virtual_touchpad_exec)
+(type default_android_vndservice)
+(roletype object_r default_android_vndservice)
+(type vndservicemanager)
+(roletype object_r vndservicemanager)
+(type vold)
+(roletype object_r vold)
+(type vold_exec)
+(roletype object_r vold_exec)
+(type vr_hwc)
+(roletype object_r vr_hwc)
+(type vr_hwc_exec)
+(roletype object_r vr_hwc_exec)
+(type watchdogd)
+(roletype object_r watchdogd)
+(type webview_zygote)
+(roletype object_r webview_zygote)
+(type webview_zygote_exec)
+(roletype object_r webview_zygote_exec)
+(type wificond)
+(roletype object_r wificond)
+(type wificond_exec)
+(roletype object_r wificond_exec)
+(type zygote)
+(roletype object_r zygote)
+(type zygote_exec)
+(roletype object_r zygote_exec)
+(type aee_aed)
+(roletype object_r aee_aed)
+(type aee_aedv)
+(roletype object_r aee_aedv)
+(type audiocmdservice_atci)
+(roletype object_r audiocmdservice_atci)
+(type boot_logo_updater)
+(roletype object_r boot_logo_updater)
+(type cmddumper)
+(roletype object_r cmddumper)
+(type kb_block_device)
+(roletype object_r kb_block_device)
+(type dkb_block_device)
+(roletype object_r dkb_block_device)
+(type em_svr)
+(roletype object_r em_svr)
+(type emdlogger)
+(roletype object_r emdlogger)
+(type factory)
+(roletype object_r factory)
+(type provision_file)
+(roletype object_r provision_file)
+(type key_install_data_file)
+(roletype object_r key_install_data_file)
+(type fuelgauged_static)
+(roletype object_r fuelgauged_static)
+(type kisd)
+(roletype object_r kisd)
+(type mdlogger)
+(roletype object_r mdlogger)
+(type meta_tst)
+(roletype object_r meta_tst)
+(type mobile_log_d)
+(roletype object_r mobile_log_d)
+(type mtkbootanimation)
+(roletype object_r mtkbootanimation)
+(type netdiag)
+(roletype object_r netdiag)
+(type pre_meta)
+(roletype object_r pre_meta)
+(type nvram_agent_service)
+(roletype object_r nvram_agent_service)
+(type thermalindicator)
+(roletype object_r thermalindicator)
+(type GoogleOtaBinder)
+(roletype object_r GoogleOtaBinder)
+(type atci_service)
+(roletype object_r atci_service)
+(type atcid)
+(roletype object_r atcid)
+(type dm_agent_binder)
+(roletype object_r dm_agent_binder)
+(type guiext-server)
+(roletype object_r guiext-server)
+(type hdmi)
+(roletype object_r hdmi)
+(type kpoc_charger)
+(roletype object_r kpoc_charger)
+(type md_monitor)
+(roletype object_r md_monitor)
+(type met_log_d)
+(roletype object_r met_log_d)
+(type mtk_advcamserver)
+(roletype object_r mtk_advcamserver)
+(type ppl_agent)
+(roletype object_r ppl_agent)
+(type program_binary)
+(roletype object_r program_binary)
+(type mtk_anrmanager_service)
+(roletype object_r mtk_anrmanager_service)
+(type mtk_permrecords_service)
+(roletype object_r mtk_permrecords_service)
+(type mtk_advcamserver_service)
+(roletype object_r mtk_advcamserver_service)
+(type dm_agent_binder_service)
+(roletype object_r dm_agent_binder_service)
+(type mtk_mobile_service)
+(roletype object_r mtk_mobile_service)
+(type mtk_msg_monitor_service)
+(roletype object_r mtk_msg_monitor_service)
+(type mtk_perf_service)
+(roletype object_r mtk_perf_service)
+(type mtk_power_hal_mgr_service)
+(roletype object_r mtk_power_hal_mgr_service)
+(type mtk_epdg_service)
+(roletype object_r mtk_epdg_service)
+(type mtk_rns_service)
+(roletype object_r mtk_rns_service)
+(type mtk_registry_service)
+(roletype object_r mtk_registry_service)
+(type mtk_phonesubinfo_service)
+(roletype object_r mtk_phonesubinfo_service)
+(type mtk_radio_service)
+(roletype object_r mtk_radio_service)
+(type mtk_telecom_service)
+(roletype object_r mtk_telecom_service)
+(type mtk_simphonebook_service)
+(roletype object_r mtk_simphonebook_service)
+(type mtk_data_shaping_service)
+(roletype object_r mtk_data_shaping_service)
+(type mtk_search_engine_service)
+(roletype object_r mtk_search_engine_service)
+(type mtk_omadm_service)
+(roletype object_r mtk_omadm_service)
+(type mtk_duraspeed_service)
+(roletype object_r mtk_duraspeed_service)
+(type mtk_fullscreen_switch_service)
+(roletype object_r mtk_fullscreen_switch_service)
+(type guiext-server_service)
+(roletype object_r guiext-server_service)
+(type ota_agent_service)
+(roletype object_r ota_agent_service)
+(type gas_srv_service)
+(roletype object_r gas_srv_service)
+(type fpspolicy-server_service)
+(roletype object_r fpspolicy-server_service)
+(type mtk_appdetection_service)
+(roletype object_r mtk_appdetection_service)
+(type mtk_carrierexpress_service)
+(roletype object_r mtk_carrierexpress_service)
+(type vtservice_service)
+(roletype object_r vtservice_service)
+(type vtservice_hidl_service)
+(roletype object_r vtservice_hidl_service)
+(type mtk_hdmi_service)
+(roletype object_r mtk_hdmi_service)
+(type ppl_agent_service)
+(roletype object_r ppl_agent_service)
+(type thermald)
+(roletype object_r thermald)
+(type usp_service)
+(roletype object_r usp_service)
+(type adbd_tmpfs)
+(roletype object_r adbd_tmpfs)
+(type atrace_exec)
+(roletype object_r atrace_exec)
+(type audioserver_exec)
+(roletype object_r audioserver_exec)
+(type audioserver_tmpfs)
+(roletype object_r audioserver_tmpfs)
+(type blkid_exec)
+(roletype object_r blkid_exec)
+(type bluetooth_tmpfs)
+(roletype object_r bluetooth_tmpfs)
+(type bootanim_tmpfs)
+(roletype object_r bootanim_tmpfs)
+(type bootstat_tmpfs)
+(roletype object_r bootstat_tmpfs)
+(type bufferhubd_tmpfs)
+(roletype object_r bufferhubd_tmpfs)
+(type cameraserver_tmpfs)
+(roletype object_r cameraserver_tmpfs)
+(type cppreopts_tmpfs)
+(roletype object_r cppreopts_tmpfs)
+(type dexoptanalyzer)
+(roletype object_r dexoptanalyzer)
+(type dexoptanalyzer_exec)
+(roletype object_r dexoptanalyzer_exec)
+(type dexoptanalyzer_tmpfs)
+(roletype object_r dexoptanalyzer_tmpfs)
+(type dhcp_tmpfs)
+(roletype object_r dhcp_tmpfs)
+(type drmserver_tmpfs)
+(roletype object_r drmserver_tmpfs)
+(type dumpstate_tmpfs)
+(roletype object_r dumpstate_tmpfs)
+(type ephemeral_app_tmpfs)
+(roletype object_r ephemeral_app_tmpfs)
+(type config_gz)
+(roletype object_r config_gz)
+(type fingerprintd_tmpfs)
+(roletype object_r fingerprintd_tmpfs)
+(type fsck_tmpfs)
+(roletype object_r fsck_tmpfs)
+(type gatekeeperd_tmpfs)
+(roletype object_r gatekeeperd_tmpfs)
+(type hal_allocator_default)
+(roletype object_r hal_allocator_default)
+(type hal_allocator_default_exec)
+(roletype object_r hal_allocator_default_exec)
+(type hal_allocator_default_tmpfs)
+(roletype object_r hal_allocator_default_tmpfs)
+(type healthd_tmpfs)
+(roletype object_r healthd_tmpfs)
+(type hwservicemanager_tmpfs)
+(roletype object_r hwservicemanager_tmpfs)
+(type incident_exec)
+(roletype object_r incident_exec)
+(type incidentd_tmpfs)
+(roletype object_r incidentd_tmpfs)
+(type incidentd_exec)
+(roletype object_r incidentd_exec)
+(type init_tmpfs)
+(roletype object_r init_tmpfs)
+(type inputflinger_tmpfs)
+(roletype object_r inputflinger_tmpfs)
+(type install_recovery_tmpfs)
+(roletype object_r install_recovery_tmpfs)
+(type installd_tmpfs)
+(roletype object_r installd_tmpfs)
+(type isolated_app_tmpfs)
+(roletype object_r isolated_app_tmpfs)
+(type keystore_tmpfs)
+(roletype object_r keystore_tmpfs)
+(type lmkd_tmpfs)
+(roletype object_r lmkd_tmpfs)
+(type logd_tmpfs)
+(roletype object_r logd_tmpfs)
+(type mdnsd_exec)
+(roletype object_r mdnsd_exec)
+(type mdnsd_tmpfs)
+(roletype object_r mdnsd_tmpfs)
+(type mediadrmserver_tmpfs)
+(roletype object_r mediadrmserver_tmpfs)
+(type mediaextractor_tmpfs)
+(roletype object_r mediaextractor_tmpfs)
+(type mediametrics_tmpfs)
+(roletype object_r mediametrics_tmpfs)
+(type mediaprovider_tmpfs)
+(roletype object_r mediaprovider_tmpfs)
+(type mediaserver_tmpfs)
+(roletype object_r mediaserver_tmpfs)
+(type mtp_tmpfs)
+(roletype object_r mtp_tmpfs)
+(type netd_tmpfs)
+(roletype object_r netd_tmpfs)
+(type nfc_tmpfs)
+(roletype object_r nfc_tmpfs)
+(type otapreopt_slot_tmpfs)
+(roletype object_r otapreopt_slot_tmpfs)
+(type performanced_tmpfs)
+(roletype object_r performanced_tmpfs)
+(type platform_app_tmpfs)
+(roletype object_r platform_app_tmpfs)
+(type priv_app_tmpfs)
+(roletype object_r priv_app_tmpfs)
+(type priv_app_devpts)
+(roletype object_r priv_app_devpts)
+(type racoon_tmpfs)
+(roletype object_r racoon_tmpfs)
+(type radio_tmpfs)
+(roletype object_r radio_tmpfs)
+(type recovery_persist_tmpfs)
+(roletype object_r recovery_persist_tmpfs)
+(type recovery_refresh_tmpfs)
+(roletype object_r recovery_refresh_tmpfs)
+(type servicemanager_tmpfs)
+(roletype object_r servicemanager_tmpfs)
+(type shared_relro_tmpfs)
+(roletype object_r shared_relro_tmpfs)
+(type shell_tmpfs)
+(roletype object_r shell_tmpfs)
+(type storaged)
+(roletype object_r storaged)
+(type storaged_exec)
+(roletype object_r storaged_exec)
+(type storaged_tmpfs)
+(roletype object_r storaged_tmpfs)
+(type surfaceflinger_exec)
+(roletype object_r surfaceflinger_exec)
+(type surfaceflinger_tmpfs)
+(roletype object_r surfaceflinger_tmpfs)
+(type system_app_tmpfs)
+(roletype object_r system_app_tmpfs)
+(type system_server_tmpfs)
+(roletype object_r system_server_tmpfs)
+(type thermalserviced_tmpfs)
+(roletype object_r thermalserviced_tmpfs)
+(type tombstoned_tmpfs)
+(roletype object_r tombstoned_tmpfs)
+(type toolbox_tmpfs)
+(roletype object_r toolbox_tmpfs)
+(type tzdatacheck_tmpfs)
+(roletype object_r tzdatacheck_tmpfs)
+(type ueventd_tmpfs)
+(roletype object_r ueventd_tmpfs)
+(type uncrypt_tmpfs)
+(roletype object_r uncrypt_tmpfs)
+(type untrusted_app_tmpfs)
+(roletype object_r untrusted_app_tmpfs)
+(type untrusted_app_devpts)
+(roletype object_r untrusted_app_devpts)
+(type untrusted_app_25_tmpfs)
+(roletype object_r untrusted_app_25_tmpfs)
+(type untrusted_app_25_devpts)
+(roletype object_r untrusted_app_25_devpts)
+(type untrusted_v2_app_tmpfs)
+(roletype object_r untrusted_v2_app_tmpfs)
+(type update_engine_tmpfs)
+(roletype object_r update_engine_tmpfs)
+(type update_verifier_tmpfs)
+(roletype object_r update_verifier_tmpfs)
+(type vdc_tmpfs)
+(roletype object_r vdc_tmpfs)
+(type virtual_touchpad_tmpfs)
+(roletype object_r virtual_touchpad_tmpfs)
+(type vold_tmpfs)
+(roletype object_r vold_tmpfs)
+(type vr_hwc_tmpfs)
+(roletype object_r vr_hwc_tmpfs)
+(type webview_zygote_tmpfs)
+(roletype object_r webview_zygote_tmpfs)
+(type wificond_tmpfs)
+(roletype object_r wificond_tmpfs)
+(type zygote_tmpfs)
+(roletype object_r zygote_tmpfs)
+(type aee_aed_exec)
+(roletype object_r aee_aed_exec)
+(type aee_aed_tmpfs)
+(roletype object_r aee_aed_tmpfs)
+(type aee_aedv_exec)
+(roletype object_r aee_aedv_exec)
+(type aee_aedv_tmpfs)
+(roletype object_r aee_aedv_tmpfs)
+(type audiocmdservice_atci_exec)
+(roletype object_r audiocmdservice_atci_exec)
+(type audiocmdservice_atci_tmpfs)
+(roletype object_r audiocmdservice_atci_tmpfs)
+(type boot_logo_updater_exec)
+(roletype object_r boot_logo_updater_exec)
+(type boot_logo_updater_tmpfs)
+(roletype object_r boot_logo_updater_tmpfs)
+(type cmddumper_exec)
+(roletype object_r cmddumper_exec)
+(type cmddumper_tmpfs)
+(roletype object_r cmddumper_tmpfs)
+(type em_svr_exec)
+(roletype object_r em_svr_exec)
+(type em_svr_tmpfs)
+(roletype object_r em_svr_tmpfs)
+(type emdlogger_exec)
+(roletype object_r emdlogger_exec)
+(type emdlogger_tmpfs)
+(roletype object_r emdlogger_tmpfs)
+(type factory_exec)
+(roletype object_r factory_exec)
+(type factory_tmpfs)
+(roletype object_r factory_tmpfs)
+(type fuelgauged_static_exec)
+(roletype object_r fuelgauged_static_exec)
+(type fuelgauged_static_file)
+(roletype object_r fuelgauged_static_file)
+(type fuelgauged_static_tmpfs)
+(roletype object_r fuelgauged_static_tmpfs)
+(type kisd_exec)
+(roletype object_r kisd_exec)
+(type kisd_tmpfs)
+(roletype object_r kisd_tmpfs)
+(type mdlogger_exec)
+(roletype object_r mdlogger_exec)
+(type mdlogger_tmpfs)
+(roletype object_r mdlogger_tmpfs)
+(type meta_tst_exec)
+(roletype object_r meta_tst_exec)
+(type meta_tst_tmpfs)
+(roletype object_r meta_tst_tmpfs)
+(type mobile_log_d_exec)
+(roletype object_r mobile_log_d_exec)
+(type mobile_log_d_tmpfs)
+(roletype object_r mobile_log_d_tmpfs)
+(type mtkbootanimation_tmpfs)
+(roletype object_r mtkbootanimation_tmpfs)
+(type mtkbootanimation_exec)
+(roletype object_r mtkbootanimation_exec)
+(type netdiag_exec)
+(roletype object_r netdiag_exec)
+(type netdiag_tmpfs)
+(roletype object_r netdiag_tmpfs)
+(type pre_meta_exec)
+(roletype object_r pre_meta_exec)
+(type pre_meta_tmpfs)
+(roletype object_r pre_meta_tmpfs)
+(type storagemanagerd)
+(roletype object_r storagemanagerd)
+(type storagemanagerd_exec)
+(roletype object_r storagemanagerd_exec)
+(type storagemanagerd_tmpfs)
+(roletype object_r storagemanagerd_tmpfs)
+(type thermalindicator_exec)
+(roletype object_r thermalindicator_exec)
+(type thermalindicator_tmpfs)
+(roletype object_r thermalindicator_tmpfs)
+(type GoogleOtaBinder_exec)
+(roletype object_r GoogleOtaBinder_exec)
+(type GoogleOtaBinder_tmpfs)
+(roletype object_r GoogleOtaBinder_tmpfs)
+(type aal_exec)
+(roletype object_r aal_exec)
+(type aal)
+(roletype object_r aal)
+(type aal_tmpfs)
+(roletype object_r aal_tmpfs)
+(type atci_service_exec)
+(roletype object_r atci_service_exec)
+(type atci_service_tmpfs)
+(roletype object_r atci_service_tmpfs)
+(type atcid_exec)
+(roletype object_r atcid_exec)
+(type atcid_tmpfs)
+(roletype object_r atcid_tmpfs)
+(type batterywarning_exec)
+(roletype object_r batterywarning_exec)
+(type batterywarning)
+(roletype object_r batterywarning)
+(type batterywarning_tmpfs)
+(roletype object_r batterywarning_tmpfs)
+(type dm_agent_binder_exec)
+(roletype object_r dm_agent_binder_exec)
+(type dm_agent_binder_tmpfs)
+(roletype object_r dm_agent_binder_tmpfs)
+(type atci_serv_fw_socket)
+(roletype object_r atci_serv_fw_socket)
+(type atci_audio_socket)
+(roletype object_r atci_audio_socket)
+(type atci_service_socket)
+(roletype object_r atci_service_socket)
+(type adb_atci_socket)
+(roletype object_r adb_atci_socket)
+(type atci_data_file)
+(roletype object_r atci_data_file)
+(type md_monitor_data_file)
+(roletype object_r md_monitor_data_file)
+(type guiext-server_exec)
+(roletype object_r guiext-server_exec)
+(type guiext-server_tmpfs)
+(roletype object_r guiext-server_tmpfs)
+(type hdmi_exec)
+(roletype object_r hdmi_exec)
+(type hdmi_tmpfs)
+(roletype object_r hdmi_tmpfs)
+(type kpoc_charger_exec)
+(roletype object_r kpoc_charger_exec)
+(type kpoc_charger_tmpfs)
+(roletype object_r kpoc_charger_tmpfs)
+(type md_monitor_exec)
+(roletype object_r md_monitor_exec)
+(type md_monitor_tmpfs)
+(roletype object_r md_monitor_tmpfs)
+(type met_log_d_exec)
+(roletype object_r met_log_d_exec)
+(type met_log_d_tmpfs)
+(roletype object_r met_log_d_tmpfs)
+(type mmp_exec)
+(roletype object_r mmp_exec)
+(type mmp)
+(roletype object_r mmp)
+(type mmp_tmpfs)
+(roletype object_r mmp_tmpfs)
+(type mtk_advcamserver_exec)
+(roletype object_r mtk_advcamserver_exec)
+(type mtk_advcamserver_tmpfs)
+(roletype object_r mtk_advcamserver_tmpfs)
+(type ppl_agent_exec)
+(roletype object_r ppl_agent_exec)
+(type ppl_agent_tmpfs)
+(roletype object_r ppl_agent_tmpfs)
+(type program_binary_exec)
+(roletype object_r program_binary_exec)
+(type program_binary_tmpfs)
+(roletype object_r program_binary_tmpfs)
+(type ctl_atcid-daemon-u_prop)
+(roletype object_r ctl_atcid-daemon-u_prop)
+(type ctl_atci_service_prop)
+(roletype object_r ctl_atci_service_prop)
+(type mdmmonitor_prop)
+(roletype object_r mdmmonitor_prop)
+(type aal_service)
+(roletype object_r aal_service)
+(type mtk_connmetrics_service)
+(roletype object_r mtk_connmetrics_service)
+(type program_binary_service)
+(roletype object_r program_binary_service)
+(type sn_exec)
+(roletype object_r sn_exec)
+(type sn)
+(roletype object_r sn)
+(type sn_tmpfs)
+(roletype object_r sn_tmpfs)
+(type thermald_exec)
+(roletype object_r thermald_exec)
+(type thermald_tmpfs)
+(roletype object_r thermald_tmpfs)
+(type usp_service_exec)
+(roletype object_r usp_service_exec)
+(type usp_service_tmpfs)
+(roletype object_r usp_service_tmpfs)
+(user u)
+(userrole u object_r)
+(userrole u r)
+(userlevel u (s0 ))
+(userrange u ((s0 ) (s0 (range c0 c1023))))
+(sensitivity s0)
+(sensitivitycategory s0 (c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 c16 c17 c18 c19 c20 c21 c22 c23 c24 c25 c26 c27 c28 c29 c30 c31 c32 c33 c34 c35 c36 c37 c38 c39 c40 c41 c42 c43 c44 c45 c46 c47 c48 c49 c50 c51 c52 c53 c54 c55 c56 c57 c58 c59 c60 c61 c62 c63 c64 c65 c66 c67 c68 c69 c70 c71 c72 c73 c74 c75 c76 c77 c78 c79 c80 c81 c82 c83 c84 c85 c86 c87 c88 c89 c90 c91 c92 c93 c94 c95 c96 c97 c98 c99 c100 c101 c102 c103 c104 c105 c106 c107 c108 c109 c110 c111 c112 c113 c114 c115 c116 c117 c118 c119 c120 c121 c122 c123 c124 c125 c126 c127 c128 c129 c130 c131 c132 c133 c134 c135 c136 c137 c138 c139 c140 c141 c142 c143 c144 c145 c146 c147 c148 c149 c150 c151 c152 c153 c154 c155 c156 c157 c158 c159 c160 c161 c162 c163 c164 c165 c166 c167 c168 c169 c170 c171 c172 c173 c174 c175 c176 c177 c178 c179 c180 c181 c182 c183 c184 c185 c186 c187 c188 c189 c190 c191 c192 c193 c194 c195 c196 c197 c198 c199 c200 c201 c202 c203 c204 c205 c206 c207 c208 c209 c210 c211 c212 c213 c214 c215 c216 c217 c218 c219 c220 c221 c222 c223 c224 c225 c226 c227 c228 c229 c230 c231 c232 c233 c234 c235 c236 c237 c238 c239 c240 c241 c242 c243 c244 c245 c246 c247 c248 c249 c250 c251 c252 c253 c254 c255 c256 c257 c258 c259 c260 c261 c262 c263 c264 c265 c266 c267 c268 c269 c270 c271 c272 c273 c274 c275 c276 c277 c278 c279 c280 c281 c282 c283 c284 c285 c286 c287 c288 c289 c290 c291 c292 c293 c294 c295 c296 c297 c298 c299 c300 c301 c302 c303 c304 c305 c306 c307 c308 c309 c310 c311 c312 c313 c314 c315 c316 c317 c318 c319 c320 c321 c322 c323 c324 c325 c326 c327 c328 c329 c330 c331 c332 c333 c334 c335 c336 c337 c338 c339 c340 c341 c342 c343 c344 c345 c346 c347 c348 c349 c350 c351 c352 c353 c354 c355 c356 c357 c358 c359 c360 c361 c362 c363 c364 c365 c366 c367 c368 c369 c370 c371 c372 c373 c374 c375 c376 c377 c378 c379 c380 c381 c382 c383 c384 c385 c386 c387 c388 c389 c390 c391 c392 c393 c394 c395 c396 c397 c398 c399 c400 c401 c402 c403 c404 c405 c406 c407 c408 c409 c410 c411 c412 c413 c414 c415 c416 c417 c418 c419 c420 c421 c422 c423 c424 c425 c426 c427 c428 c429 c430 c431 c432 c433 c434 c435 c436 c437 c438 c439 c440 c441 c442 c443 c444 c445 c446 c447 c448 c449 c450 c451 c452 c453 c454 c455 c456 c457 c458 c459 c460 c461 c462 c463 c464 c465 c466 c467 c468 c469 c470 c471 c472 c473 c474 c475 c476 c477 c478 c479 c480 c481 c482 c483 c484 c485 c486 c487 c488 c489 c490 c491 c492 c493 c494 c495 c496 c497 c498 c499 c500 c501 c502 c503 c504 c505 c506 c507 c508 c509 c510 c511 c512 c513 c514 c515 c516 c517 c518 c519 c520 c521 c522 c523 c524 c525 c526 c527 c528 c529 c530 c531 c532 c533 c534 c535 c536 c537 c538 c539 c540 c541 c542 c543 c544 c545 c546 c547 c548 c549 c550 c551 c552 c553 c554 c555 c556 c557 c558 c559 c560 c561 c562 c563 c564 c565 c566 c567 c568 c569 c570 c571 c572 c573 c574 c575 c576 c577 c578 c579 c580 c581 c582 c583 c584 c585 c586 c587 c588 c589 c590 c591 c592 c593 c594 c595 c596 c597 c598 c599 c600 c601 c602 c603 c604 c605 c606 c607 c608 c609 c610 c611 c612 c613 c614 c615 c616 c617 c618 c619 c620 c621 c622 c623 c624 c625 c626 c627 c628 c629 c630 c631 c632 c633 c634 c635 c636 c637 c638 c639 c640 c641 c642 c643 c644 c645 c646 c647 c648 c649 c650 c651 c652 c653 c654 c655 c656 c657 c658 c659 c660 c661 c662 c663 c664 c665 c666 c667 c668 c669 c670 c671 c672 c673 c674 c675 c676 c677 c678 c679 c680 c681 c682 c683 c684 c685 c686 c687 c688 c689 c690 c691 c692 c693 c694 c695 c696 c697 c698 c699 c700 c701 c702 c703 c704 c705 c706 c707 c708 c709 c710 c711 c712 c713 c714 c715 c716 c717 c718 c719 c720 c721 c722 c723 c724 c725 c726 c727 c728 c729 c730 c731 c732 c733 c734 c735 c736 c737 c738 c739 c740 c741 c742 c743 c744 c745 c746 c747 c748 c749 c750 c751 c752 c753 c754 c755 c756 c757 c758 c759 c760 c761 c762 c763 c764 c765 c766 c767 c768 c769 c770 c771 c772 c773 c774 c775 c776 c777 c778 c779 c780 c781 c782 c783 c784 c785 c786 c787 c788 c789 c790 c791 c792 c793 c794 c795 c796 c797 c798 c799 c800 c801 c802 c803 c804 c805 c806 c807 c808 c809 c810 c811 c812 c813 c814 c815 c816 c817 c818 c819 c820 c821 c822 c823 c824 c825 c826 c827 c828 c829 c830 c831 c832 c833 c834 c835 c836 c837 c838 c839 c840 c841 c842 c843 c844 c845 c846 c847 c848 c849 c850 c851 c852 c853 c854 c855 c856 c857 c858 c859 c860 c861 c862 c863 c864 c865 c866 c867 c868 c869 c870 c871 c872 c873 c874 c875 c876 c877 c878 c879 c880 c881 c882 c883 c884 c885 c886 c887 c888 c889 c890 c891 c892 c893 c894 c895 c896 c897 c898 c899 c900 c901 c902 c903 c904 c905 c906 c907 c908 c909 c910 c911 c912 c913 c914 c915 c916 c917 c918 c919 c920 c921 c922 c923 c924 c925 c926 c927 c928 c929 c930 c931 c932 c933 c934 c935 c936 c937 c938 c939 c940 c941 c942 c943 c944 c945 c946 c947 c948 c949 c950 c951 c952 c953 c954 c955 c956 c957 c958 c959 c960 c961 c962 c963 c964 c965 c966 c967 c968 c969 c970 c971 c972 c973 c974 c975 c976 c977 c978 c979 c980 c981 c982 c983 c984 c985 c986 c987 c988 c989 c990 c991 c992 c993 c994 c995 c996 c997 c998 c999 c1000 c1001 c1002 c1003 c1004 c1005 c1006 c1007 c1008 c1009 c1010 c1011 c1012 c1013 c1014 c1015 c1016 c1017 c1018 c1019 c1020 c1021 c1022 c1023 ))
+(sensitivityorder (s0 ))
+(category c0)
+(category c1)
+(category c2)
+(category c3)
+(category c4)
+(category c5)
+(category c6)
+(category c7)
+(category c8)
+(category c9)
+(category c10)
+(category c11)
+(category c12)
+(category c13)
+(category c14)
+(category c15)
+(category c16)
+(category c17)
+(category c18)
+(category c19)
+(category c20)
+(category c21)
+(category c22)
+(category c23)
+(category c24)
+(category c25)
+(category c26)
+(category c27)
+(category c28)
+(category c29)
+(category c30)
+(category c31)
+(category c32)
+(category c33)
+(category c34)
+(category c35)
+(category c36)
+(category c37)
+(category c38)
+(category c39)
+(category c40)
+(category c41)
+(category c42)
+(category c43)
+(category c44)
+(category c45)
+(category c46)
+(category c47)
+(category c48)
+(category c49)
+(category c50)
+(category c51)
+(category c52)
+(category c53)
+(category c54)
+(category c55)
+(category c56)
+(category c57)
+(category c58)
+(category c59)
+(category c60)
+(category c61)
+(category c62)
+(category c63)
+(category c64)
+(category c65)
+(category c66)
+(category c67)
+(category c68)
+(category c69)
+(category c70)
+(category c71)
+(category c72)
+(category c73)
+(category c74)
+(category c75)
+(category c76)
+(category c77)
+(category c78)
+(category c79)
+(category c80)
+(category c81)
+(category c82)
+(category c83)
+(category c84)
+(category c85)
+(category c86)
+(category c87)
+(category c88)
+(category c89)
+(category c90)
+(category c91)
+(category c92)
+(category c93)
+(category c94)
+(category c95)
+(category c96)
+(category c97)
+(category c98)
+(category c99)
+(category c100)
+(category c101)
+(category c102)
+(category c103)
+(category c104)
+(category c105)
+(category c106)
+(category c107)
+(category c108)
+(category c109)
+(category c110)
+(category c111)
+(category c112)
+(category c113)
+(category c114)
+(category c115)
+(category c116)
+(category c117)
+(category c118)
+(category c119)
+(category c120)
+(category c121)
+(category c122)
+(category c123)
+(category c124)
+(category c125)
+(category c126)
+(category c127)
+(category c128)
+(category c129)
+(category c130)
+(category c131)
+(category c132)
+(category c133)
+(category c134)
+(category c135)
+(category c136)
+(category c137)
+(category c138)
+(category c139)
+(category c140)
+(category c141)
+(category c142)
+(category c143)
+(category c144)
+(category c145)
+(category c146)
+(category c147)
+(category c148)
+(category c149)
+(category c150)
+(category c151)
+(category c152)
+(category c153)
+(category c154)
+(category c155)
+(category c156)
+(category c157)
+(category c158)
+(category c159)
+(category c160)
+(category c161)
+(category c162)
+(category c163)
+(category c164)
+(category c165)
+(category c166)
+(category c167)
+(category c168)
+(category c169)
+(category c170)
+(category c171)
+(category c172)
+(category c173)
+(category c174)
+(category c175)
+(category c176)
+(category c177)
+(category c178)
+(category c179)
+(category c180)
+(category c181)
+(category c182)
+(category c183)
+(category c184)
+(category c185)
+(category c186)
+(category c187)
+(category c188)
+(category c189)
+(category c190)
+(category c191)
+(category c192)
+(category c193)
+(category c194)
+(category c195)
+(category c196)
+(category c197)
+(category c198)
+(category c199)
+(category c200)
+(category c201)
+(category c202)
+(category c203)
+(category c204)
+(category c205)
+(category c206)
+(category c207)
+(category c208)
+(category c209)
+(category c210)
+(category c211)
+(category c212)
+(category c213)
+(category c214)
+(category c215)
+(category c216)
+(category c217)
+(category c218)
+(category c219)
+(category c220)
+(category c221)
+(category c222)
+(category c223)
+(category c224)
+(category c225)
+(category c226)
+(category c227)
+(category c228)
+(category c229)
+(category c230)
+(category c231)
+(category c232)
+(category c233)
+(category c234)
+(category c235)
+(category c236)
+(category c237)
+(category c238)
+(category c239)
+(category c240)
+(category c241)
+(category c242)
+(category c243)
+(category c244)
+(category c245)
+(category c246)
+(category c247)
+(category c248)
+(category c249)
+(category c250)
+(category c251)
+(category c252)
+(category c253)
+(category c254)
+(category c255)
+(category c256)
+(category c257)
+(category c258)
+(category c259)
+(category c260)
+(category c261)
+(category c262)
+(category c263)
+(category c264)
+(category c265)
+(category c266)
+(category c267)
+(category c268)
+(category c269)
+(category c270)
+(category c271)
+(category c272)
+(category c273)
+(category c274)
+(category c275)
+(category c276)
+(category c277)
+(category c278)
+(category c279)
+(category c280)
+(category c281)
+(category c282)
+(category c283)
+(category c284)
+(category c285)
+(category c286)
+(category c287)
+(category c288)
+(category c289)
+(category c290)
+(category c291)
+(category c292)
+(category c293)
+(category c294)
+(category c295)
+(category c296)
+(category c297)
+(category c298)
+(category c299)
+(category c300)
+(category c301)
+(category c302)
+(category c303)
+(category c304)
+(category c305)
+(category c306)
+(category c307)
+(category c308)
+(category c309)
+(category c310)
+(category c311)
+(category c312)
+(category c313)
+(category c314)
+(category c315)
+(category c316)
+(category c317)
+(category c318)
+(category c319)
+(category c320)
+(category c321)
+(category c322)
+(category c323)
+(category c324)
+(category c325)
+(category c326)
+(category c327)
+(category c328)
+(category c329)
+(category c330)
+(category c331)
+(category c332)
+(category c333)
+(category c334)
+(category c335)
+(category c336)
+(category c337)
+(category c338)
+(category c339)
+(category c340)
+(category c341)
+(category c342)
+(category c343)
+(category c344)
+(category c345)
+(category c346)
+(category c347)
+(category c348)
+(category c349)
+(category c350)
+(category c351)
+(category c352)
+(category c353)
+(category c354)
+(category c355)
+(category c356)
+(category c357)
+(category c358)
+(category c359)
+(category c360)
+(category c361)
+(category c362)
+(category c363)
+(category c364)
+(category c365)
+(category c366)
+(category c367)
+(category c368)
+(category c369)
+(category c370)
+(category c371)
+(category c372)
+(category c373)
+(category c374)
+(category c375)
+(category c376)
+(category c377)
+(category c378)
+(category c379)
+(category c380)
+(category c381)
+(category c382)
+(category c383)
+(category c384)
+(category c385)
+(category c386)
+(category c387)
+(category c388)
+(category c389)
+(category c390)
+(category c391)
+(category c392)
+(category c393)
+(category c394)
+(category c395)
+(category c396)
+(category c397)
+(category c398)
+(category c399)
+(category c400)
+(category c401)
+(category c402)
+(category c403)
+(category c404)
+(category c405)
+(category c406)
+(category c407)
+(category c408)
+(category c409)
+(category c410)
+(category c411)
+(category c412)
+(category c413)
+(category c414)
+(category c415)
+(category c416)
+(category c417)
+(category c418)
+(category c419)
+(category c420)
+(category c421)
+(category c422)
+(category c423)
+(category c424)
+(category c425)
+(category c426)
+(category c427)
+(category c428)
+(category c429)
+(category c430)
+(category c431)
+(category c432)
+(category c433)
+(category c434)
+(category c435)
+(category c436)
+(category c437)
+(category c438)
+(category c439)
+(category c440)
+(category c441)
+(category c442)
+(category c443)
+(category c444)
+(category c445)
+(category c446)
+(category c447)
+(category c448)
+(category c449)
+(category c450)
+(category c451)
+(category c452)
+(category c453)
+(category c454)
+(category c455)
+(category c456)
+(category c457)
+(category c458)
+(category c459)
+(category c460)
+(category c461)
+(category c462)
+(category c463)
+(category c464)
+(category c465)
+(category c466)
+(category c467)
+(category c468)
+(category c469)
+(category c470)
+(category c471)
+(category c472)
+(category c473)
+(category c474)
+(category c475)
+(category c476)
+(category c477)
+(category c478)
+(category c479)
+(category c480)
+(category c481)
+(category c482)
+(category c483)
+(category c484)
+(category c485)
+(category c486)
+(category c487)
+(category c488)
+(category c489)
+(category c490)
+(category c491)
+(category c492)
+(category c493)
+(category c494)
+(category c495)
+(category c496)
+(category c497)
+(category c498)
+(category c499)
+(category c500)
+(category c501)
+(category c502)
+(category c503)
+(category c504)
+(category c505)
+(category c506)
+(category c507)
+(category c508)
+(category c509)
+(category c510)
+(category c511)
+(category c512)
+(category c513)
+(category c514)
+(category c515)
+(category c516)
+(category c517)
+(category c518)
+(category c519)
+(category c520)
+(category c521)
+(category c522)
+(category c523)
+(category c524)
+(category c525)
+(category c526)
+(category c527)
+(category c528)
+(category c529)
+(category c530)
+(category c531)
+(category c532)
+(category c533)
+(category c534)
+(category c535)
+(category c536)
+(category c537)
+(category c538)
+(category c539)
+(category c540)
+(category c541)
+(category c542)
+(category c543)
+(category c544)
+(category c545)
+(category c546)
+(category c547)
+(category c548)
+(category c549)
+(category c550)
+(category c551)
+(category c552)
+(category c553)
+(category c554)
+(category c555)
+(category c556)
+(category c557)
+(category c558)
+(category c559)
+(category c560)
+(category c561)
+(category c562)
+(category c563)
+(category c564)
+(category c565)
+(category c566)
+(category c567)
+(category c568)
+(category c569)
+(category c570)
+(category c571)
+(category c572)
+(category c573)
+(category c574)
+(category c575)
+(category c576)
+(category c577)
+(category c578)
+(category c579)
+(category c580)
+(category c581)
+(category c582)
+(category c583)
+(category c584)
+(category c585)
+(category c586)
+(category c587)
+(category c588)
+(category c589)
+(category c590)
+(category c591)
+(category c592)
+(category c593)
+(category c594)
+(category c595)
+(category c596)
+(category c597)
+(category c598)
+(category c599)
+(category c600)
+(category c601)
+(category c602)
+(category c603)
+(category c604)
+(category c605)
+(category c606)
+(category c607)
+(category c608)
+(category c609)
+(category c610)
+(category c611)
+(category c612)
+(category c613)
+(category c614)
+(category c615)
+(category c616)
+(category c617)
+(category c618)
+(category c619)
+(category c620)
+(category c621)
+(category c622)
+(category c623)
+(category c624)
+(category c625)
+(category c626)
+(category c627)
+(category c628)
+(category c629)
+(category c630)
+(category c631)
+(category c632)
+(category c633)
+(category c634)
+(category c635)
+(category c636)
+(category c637)
+(category c638)
+(category c639)
+(category c640)
+(category c641)
+(category c642)
+(category c643)
+(category c644)
+(category c645)
+(category c646)
+(category c647)
+(category c648)
+(category c649)
+(category c650)
+(category c651)
+(category c652)
+(category c653)
+(category c654)
+(category c655)
+(category c656)
+(category c657)
+(category c658)
+(category c659)
+(category c660)
+(category c661)
+(category c662)
+(category c663)
+(category c664)
+(category c665)
+(category c666)
+(category c667)
+(category c668)
+(category c669)
+(category c670)
+(category c671)
+(category c672)
+(category c673)
+(category c674)
+(category c675)
+(category c676)
+(category c677)
+(category c678)
+(category c679)
+(category c680)
+(category c681)
+(category c682)
+(category c683)
+(category c684)
+(category c685)
+(category c686)
+(category c687)
+(category c688)
+(category c689)
+(category c690)
+(category c691)
+(category c692)
+(category c693)
+(category c694)
+(category c695)
+(category c696)
+(category c697)
+(category c698)
+(category c699)
+(category c700)
+(category c701)
+(category c702)
+(category c703)
+(category c704)
+(category c705)
+(category c706)
+(category c707)
+(category c708)
+(category c709)
+(category c710)
+(category c711)
+(category c712)
+(category c713)
+(category c714)
+(category c715)
+(category c716)
+(category c717)
+(category c718)
+(category c719)
+(category c720)
+(category c721)
+(category c722)
+(category c723)
+(category c724)
+(category c725)
+(category c726)
+(category c727)
+(category c728)
+(category c729)
+(category c730)
+(category c731)
+(category c732)
+(category c733)
+(category c734)
+(category c735)
+(category c736)
+(category c737)
+(category c738)
+(category c739)
+(category c740)
+(category c741)
+(category c742)
+(category c743)
+(category c744)
+(category c745)
+(category c746)
+(category c747)
+(category c748)
+(category c749)
+(category c750)
+(category c751)
+(category c752)
+(category c753)
+(category c754)
+(category c755)
+(category c756)
+(category c757)
+(category c758)
+(category c759)
+(category c760)
+(category c761)
+(category c762)
+(category c763)
+(category c764)
+(category c765)
+(category c766)
+(category c767)
+(category c768)
+(category c769)
+(category c770)
+(category c771)
+(category c772)
+(category c773)
+(category c774)
+(category c775)
+(category c776)
+(category c777)
+(category c778)
+(category c779)
+(category c780)
+(category c781)
+(category c782)
+(category c783)
+(category c784)
+(category c785)
+(category c786)
+(category c787)
+(category c788)
+(category c789)
+(category c790)
+(category c791)
+(category c792)
+(category c793)
+(category c794)
+(category c795)
+(category c796)
+(category c797)
+(category c798)
+(category c799)
+(category c800)
+(category c801)
+(category c802)
+(category c803)
+(category c804)
+(category c805)
+(category c806)
+(category c807)
+(category c808)
+(category c809)
+(category c810)
+(category c811)
+(category c812)
+(category c813)
+(category c814)
+(category c815)
+(category c816)
+(category c817)
+(category c818)
+(category c819)
+(category c820)
+(category c821)
+(category c822)
+(category c823)
+(category c824)
+(category c825)
+(category c826)
+(category c827)
+(category c828)
+(category c829)
+(category c830)
+(category c831)
+(category c832)
+(category c833)
+(category c834)
+(category c835)
+(category c836)
+(category c837)
+(category c838)
+(category c839)
+(category c840)
+(category c841)
+(category c842)
+(category c843)
+(category c844)
+(category c845)
+(category c846)
+(category c847)
+(category c848)
+(category c849)
+(category c850)
+(category c851)
+(category c852)
+(category c853)
+(category c854)
+(category c855)
+(category c856)
+(category c857)
+(category c858)
+(category c859)
+(category c860)
+(category c861)
+(category c862)
+(category c863)
+(category c864)
+(category c865)
+(category c866)
+(category c867)
+(category c868)
+(category c869)
+(category c870)
+(category c871)
+(category c872)
+(category c873)
+(category c874)
+(category c875)
+(category c876)
+(category c877)
+(category c878)
+(category c879)
+(category c880)
+(category c881)
+(category c882)
+(category c883)
+(category c884)
+(category c885)
+(category c886)
+(category c887)
+(category c888)
+(category c889)
+(category c890)
+(category c891)
+(category c892)
+(category c893)
+(category c894)
+(category c895)
+(category c896)
+(category c897)
+(category c898)
+(category c899)
+(category c900)
+(category c901)
+(category c902)
+(category c903)
+(category c904)
+(category c905)
+(category c906)
+(category c907)
+(category c908)
+(category c909)
+(category c910)
+(category c911)
+(category c912)
+(category c913)
+(category c914)
+(category c915)
+(category c916)
+(category c917)
+(category c918)
+(category c919)
+(category c920)
+(category c921)
+(category c922)
+(category c923)
+(category c924)
+(category c925)
+(category c926)
+(category c927)
+(category c928)
+(category c929)
+(category c930)
+(category c931)
+(category c932)
+(category c933)
+(category c934)
+(category c935)
+(category c936)
+(category c937)
+(category c938)
+(category c939)
+(category c940)
+(category c941)
+(category c942)
+(category c943)
+(category c944)
+(category c945)
+(category c946)
+(category c947)
+(category c948)
+(category c949)
+(category c950)
+(category c951)
+(category c952)
+(category c953)
+(category c954)
+(category c955)
+(category c956)
+(category c957)
+(category c958)
+(category c959)
+(category c960)
+(category c961)
+(category c962)
+(category c963)
+(category c964)
+(category c965)
+(category c966)
+(category c967)
+(category c968)
+(category c969)
+(category c970)
+(category c971)
+(category c972)
+(category c973)
+(category c974)
+(category c975)
+(category c976)
+(category c977)
+(category c978)
+(category c979)
+(category c980)
+(category c981)
+(category c982)
+(category c983)
+(category c984)
+(category c985)
+(category c986)
+(category c987)
+(category c988)
+(category c989)
+(category c990)
+(category c991)
+(category c992)
+(category c993)
+(category c994)
+(category c995)
+(category c996)
+(category c997)
+(category c998)
+(category c999)
+(category c1000)
+(category c1001)
+(category c1002)
+(category c1003)
+(category c1004)
+(category c1005)
+(category c1006)
+(category c1007)
+(category c1008)
+(category c1009)
+(category c1010)
+(category c1011)
+(category c1012)
+(category c1013)
+(category c1014)
+(category c1015)
+(category c1016)
+(category c1017)
+(category c1018)
+(category c1019)
+(category c1020)
+(category c1021)
+(category c1022)
+(category c1023)
+(categoryorder (c0 c1 c2 c3 c4 c5 c6 c7 c8 c9 c10 c11 c12 c13 c14 c15 c16 c17 c18 c19 c20 c21 c22 c23 c24 c25 c26 c27 c28 c29 c30 c31 c32 c33 c34 c35 c36 c37 c38 c39 c40 c41 c42 c43 c44 c45 c46 c47 c48 c49 c50 c51 c52 c53 c54 c55 c56 c57 c58 c59 c60 c61 c62 c63 c64 c65 c66 c67 c68 c69 c70 c71 c72 c73 c74 c75 c76 c77 c78 c79 c80 c81 c82 c83 c84 c85 c86 c87 c88 c89 c90 c91 c92 c93 c94 c95 c96 c97 c98 c99 c100 c101 c102 c103 c104 c105 c106 c107 c108 c109 c110 c111 c112 c113 c114 c115 c116 c117 c118 c119 c120 c121 c122 c123 c124 c125 c126 c127 c128 c129 c130 c131 c132 c133 c134 c135 c136 c137 c138 c139 c140 c141 c142 c143 c144 c145 c146 c147 c148 c149 c150 c151 c152 c153 c154 c155 c156 c157 c158 c159 c160 c161 c162 c163 c164 c165 c166 c167 c168 c169 c170 c171 c172 c173 c174 c175 c176 c177 c178 c179 c180 c181 c182 c183 c184 c185 c186 c187 c188 c189 c190 c191 c192 c193 c194 c195 c196 c197 c198 c199 c200 c201 c202 c203 c204 c205 c206 c207 c208 c209 c210 c211 c212 c213 c214 c215 c216 c217 c218 c219 c220 c221 c222 c223 c224 c225 c226 c227 c228 c229 c230 c231 c232 c233 c234 c235 c236 c237 c238 c239 c240 c241 c242 c243 c244 c245 c246 c247 c248 c249 c250 c251 c252 c253 c254 c255 c256 c257 c258 c259 c260 c261 c262 c263 c264 c265 c266 c267 c268 c269 c270 c271 c272 c273 c274 c275 c276 c277 c278 c279 c280 c281 c282 c283 c284 c285 c286 c287 c288 c289 c290 c291 c292 c293 c294 c295 c296 c297 c298 c299 c300 c301 c302 c303 c304 c305 c306 c307 c308 c309 c310 c311 c312 c313 c314 c315 c316 c317 c318 c319 c320 c321 c322 c323 c324 c325 c326 c327 c328 c329 c330 c331 c332 c333 c334 c335 c336 c337 c338 c339 c340 c341 c342 c343 c344 c345 c346 c347 c348 c349 c350 c351 c352 c353 c354 c355 c356 c357 c358 c359 c360 c361 c362 c363 c364 c365 c366 c367 c368 c369 c370 c371 c372 c373 c374 c375 c376 c377 c378 c379 c380 c381 c382 c383 c384 c385 c386 c387 c388 c389 c390 c391 c392 c393 c394 c395 c396 c397 c398 c399 c400 c401 c402 c403 c404 c405 c406 c407 c408 c409 c410 c411 c412 c413 c414 c415 c416 c417 c418 c419 c420 c421 c422 c423 c424 c425 c426 c427 c428 c429 c430 c431 c432 c433 c434 c435 c436 c437 c438 c439 c440 c441 c442 c443 c444 c445 c446 c447 c448 c449 c450 c451 c452 c453 c454 c455 c456 c457 c458 c459 c460 c461 c462 c463 c464 c465 c466 c467 c468 c469 c470 c471 c472 c473 c474 c475 c476 c477 c478 c479 c480 c481 c482 c483 c484 c485 c486 c487 c488 c489 c490 c491 c492 c493 c494 c495 c496 c497 c498 c499 c500 c501 c502 c503 c504 c505 c506 c507 c508 c509 c510 c511 c512 c513 c514 c515 c516 c517 c518 c519 c520 c521 c522 c523 c524 c525 c526 c527 c528 c529 c530 c531 c532 c533 c534 c535 c536 c537 c538 c539 c540 c541 c542 c543 c544 c545 c546 c547 c548 c549 c550 c551 c552 c553 c554 c555 c556 c557 c558 c559 c560 c561 c562 c563 c564 c565 c566 c567 c568 c569 c570 c571 c572 c573 c574 c575 c576 c577 c578 c579 c580 c581 c582 c583 c584 c585 c586 c587 c588 c589 c590 c591 c592 c593 c594 c595 c596 c597 c598 c599 c600 c601 c602 c603 c604 c605 c606 c607 c608 c609 c610 c611 c612 c613 c614 c615 c616 c617 c618 c619 c620 c621 c622 c623 c624 c625 c626 c627 c628 c629 c630 c631 c632 c633 c634 c635 c636 c637 c638 c639 c640 c641 c642 c643 c644 c645 c646 c647 c648 c649 c650 c651 c652 c653 c654 c655 c656 c657 c658 c659 c660 c661 c662 c663 c664 c665 c666 c667 c668 c669 c670 c671 c672 c673 c674 c675 c676 c677 c678 c679 c680 c681 c682 c683 c684 c685 c686 c687 c688 c689 c690 c691 c692 c693 c694 c695 c696 c697 c698 c699 c700 c701 c702 c703 c704 c705 c706 c707 c708 c709 c710 c711 c712 c713 c714 c715 c716 c717 c718 c719 c720 c721 c722 c723 c724 c725 c726 c727 c728 c729 c730 c731 c732 c733 c734 c735 c736 c737 c738 c739 c740 c741 c742 c743 c744 c745 c746 c747 c748 c749 c750 c751 c752 c753 c754 c755 c756 c757 c758 c759 c760 c761 c762 c763 c764 c765 c766 c767 c768 c769 c770 c771 c772 c773 c774 c775 c776 c777 c778 c779 c780 c781 c782 c783 c784 c785 c786 c787 c788 c789 c790 c791 c792 c793 c794 c795 c796 c797 c798 c799 c800 c801 c802 c803 c804 c805 c806 c807 c808 c809 c810 c811 c812 c813 c814 c815 c816 c817 c818 c819 c820 c821 c822 c823 c824 c825 c826 c827 c828 c829 c830 c831 c832 c833 c834 c835 c836 c837 c838 c839 c840 c841 c842 c843 c844 c845 c846 c847 c848 c849 c850 c851 c852 c853 c854 c855 c856 c857 c858 c859 c860 c861 c862 c863 c864 c865 c866 c867 c868 c869 c870 c871 c872 c873 c874 c875 c876 c877 c878 c879 c880 c881 c882 c883 c884 c885 c886 c887 c888 c889 c890 c891 c892 c893 c894 c895 c896 c897 c898 c899 c900 c901 c902 c903 c904 c905 c906 c907 c908 c909 c910 c911 c912 c913 c914 c915 c916 c917 c918 c919 c920 c921 c922 c923 c924 c925 c926 c927 c928 c929 c930 c931 c932 c933 c934 c935 c936 c937 c938 c939 c940 c941 c942 c943 c944 c945 c946 c947 c948 c949 c950 c951 c952 c953 c954 c955 c956 c957 c958 c959 c960 c961 c962 c963 c964 c965 c966 c967 c968 c969 c970 c971 c972 c973 c974 c975 c976 c977 c978 c979 c980 c981 c982 c983 c984 c985 c986 c987 c988 c989 c990 c991 c992 c993 c994 c995 c996 c997 c998 c999 c1000 c1001 c1002 c1003 c1004 c1005 c1006 c1007 c1008 c1009 c1010 c1011 c1012 c1013 c1014 c1015 c1016 c1017 c1018 c1019 c1020 c1021 c1022 c1023 ))
+(allow bootanim servicemanager (binder (call transfer)))
+(allow servicemanager bootanim (dir (search)))
+(allow servicemanager bootanim (file (read open)))
+(allow servicemanager bootanim (process (getattr)))
+(allow bootanim surfaceflinger (binder (call transfer)))
+(allow surfaceflinger bootanim (binder (transfer)))
+(allow bootanim surfaceflinger (fd (use)))
+(allow bootanim audioserver (binder (call transfer)))
+(allow audioserver bootanim (binder (transfer)))
+(allow bootanim audioserver (fd (use)))
+(allow bootanim hwservicemanager (binder (call transfer)))
+(allow hwservicemanager bootanim (binder (call transfer)))
+(allow hwservicemanager bootanim (dir (search)))
+(allow hwservicemanager bootanim (file (read open)))
+(allow hwservicemanager bootanim (process (getattr)))
+(allow bootanim gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bootanim oemfs (dir (search)))
+(allow bootanim oemfs (file (ioctl read getattr lock map open)))
+(allow bootanim audio_device (dir (ioctl read getattr lock search open)))
+(allow bootanim audio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bootanim audioserver_service (service_manager (find)))
+(allow bootanim surfaceflinger_service (service_manager (find)))
+(allow bootanim ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bootanim hal_graphics_allocator (fd (use)))
+(allow bootanim hal_graphics_composer (fd (use)))
+(allow bootanim proc (dir (ioctl read getattr lock search open)))
+(allow bootanim proc (file (ioctl read getattr lock map open)))
+(allow bootanim proc (lnk_file (ioctl read getattr lock map open)))
+(allow bootanim proc_meminfo (file (ioctl read getattr lock map open)))
+(allow bootanim sysfs (dir (ioctl read getattr lock search open)))
+(allow bootanim sysfs (file (ioctl read getattr lock map open)))
+(allow bootanim sysfs (lnk_file (ioctl read getattr lock map open)))
+(allow bootanim cgroup (dir (ioctl read getattr lock search open)))
+(allow bootanim cgroup (file (ioctl read getattr lock map open)))
+(allow bootanim cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow bootanim system_file (dir (ioctl read getattr lock search open)))
+(allow bootstat runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow bootstat bootstat_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow bootstat bootstat_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bootstat proc (dir (ioctl read getattr lock search open)))
+(allow bootstat proc (file (ioctl read getattr lock map open)))
+(allow bootstat proc (lnk_file (ioctl read getattr lock map open)))
+(allow bootstat boottime_prop (file (ioctl read getattr lock map open)))
+(allow init pdx_bufferhub_client_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow bufferhubd pdx_bufferhub_client_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow bufferhubd self (process (setsockcreate)))
+(allow bufferhubd pdx_bufferhub_client_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 7 system/sepolicy/public/bufferhubd.te
+
+(neverallow base_typeattr_1 pdx_bufferhub_client_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow bufferhubd pdx_performance_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow bufferhubd pdx_performance_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow bufferhubd pdx_performance_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow bufferhubd pdx_performance_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow bufferhubd pdx_performance_client_server_type (fd (use)))
+(allow pdx_performance_client_server_type bufferhubd (fd (use)))
+(allow bufferhubd gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bufferhubd ion_device (chr_file (ioctl read getattr lock map open)))
+(allow bufferhubd mediacodec (fd (use)))
+(allow cameraserver servicemanager (binder (call transfer)))
+(allow servicemanager cameraserver (dir (search)))
+(allow servicemanager cameraserver (file (read open)))
+(allow servicemanager cameraserver (process (getattr)))
+(allow cameraserver binderservicedomain (binder (call transfer)))
+(allow binderservicedomain cameraserver (binder (transfer)))
+(allow cameraserver binderservicedomain (fd (use)))
+(allow cameraserver appdomain (binder (call transfer)))
+(allow appdomain cameraserver (binder (transfer)))
+(allow cameraserver appdomain (fd (use)))
+(allow cameraserver ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow cameraserver hal_graphics_composer (fd (use)))
+(allow cameraserver cameraserver_service (service_manager (add find)))
+;;* lmx 19 system/sepolicy/public/cameraserver.te
+
+(neverallow base_typeattr_2 cameraserver_service (service_manager (add)))
+;;* lme
+
+(allow cameraserver appops_service (service_manager (find)))
+(allow cameraserver audioserver_service (service_manager (find)))
+(allow cameraserver batterystats_service (service_manager (find)))
+(allow cameraserver cameraproxy_service (service_manager (find)))
+(allow cameraserver mediaserver_service (service_manager (find)))
+(allow cameraserver processinfo_service (service_manager (find)))
+(allow cameraserver scheduling_policy_service (service_manager (find)))
+(allow cameraserver surfaceflinger_service (service_manager (find)))
+(allow cameraserver hidl_token_hwservice (hwservice_manager (find)))
+;;* lmx 37 system/sepolicy/public/cameraserver.te
+
+(neverallow cameraserver fs_type (file (execute_no_trans)))
+(neverallow cameraserver file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 49 system/sepolicy/public/cameraserver.te
+
+(neverallow cameraserver domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow cameraserver domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow cameraserver domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+(allow charger kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow charger sysfs_type (dir (ioctl read getattr lock search open)))
+(allow charger sysfs_type (file (ioctl read getattr lock map open)))
+(allow charger sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow charger rootfs (dir (ioctl read getattr lock search open)))
+(allow charger rootfs (file (ioctl read getattr lock map open)))
+(allow charger rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow charger cgroup (dir (ioctl read getattr lock search open)))
+(allow charger cgroup (file (ioctl read getattr lock map open)))
+(allow charger cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow charger self (capability (sys_tty_config)))
+(allow charger self (capability (sys_boot)))
+(allow charger sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow charger self (capability2 (block_suspend)))
+(allow charger self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow charger sysfs (file (write)))
+(allow charger sysfs_batteryinfo (file (ioctl read getattr lock map open)))
+(allow charger pstorefs (dir (ioctl read getattr lock search open)))
+(allow charger pstorefs (file (ioctl read getattr lock map open)))
+(allow charger graphics_device (dir (ioctl read getattr lock search open)))
+(allow charger graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow charger input_device (dir (ioctl read getattr lock search open)))
+(allow charger input_device (chr_file (ioctl read getattr lock map open)))
+(allow charger tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow charger proc_sysrq (file (ioctl read write getattr lock append map open)))
+(allow charger property_socket (sock_file (write)))
+(allow charger init (unix_stream_socket (connectto)))
+(allow charger system_prop (property_service (set)))
+(allow charger system_prop (file (ioctl read getattr lock map open)))
+(allow clatd proc_net (dir (ioctl read getattr lock search open)))
+(allow clatd proc_net (file (ioctl read getattr lock map open)))
+(allow clatd proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow clatd netd (fd (use)))
+(allow clatd netd (fifo_file (read write)))
+(allow clatd netd (netlink_kobject_uevent_socket (read write)))
+(allow clatd netd (netlink_nflog_socket (read write)))
+(allow clatd netd (netlink_route_socket (read write)))
+(allow clatd netd (udp_socket (read write)))
+(allow clatd netd (unix_stream_socket (read write)))
+(allow clatd netd (unix_dgram_socket (read write)))
+(allow clatd self (capability (setgid setuid net_admin net_raw)))
+(allow clatd self (capability (ipc_lock)))
+(allow clatd self (netlink_route_socket (nlmsg_write)))
+(allow clatd self (rawip_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow clatd self (packet_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow clatd self (tun_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow clatd tun_device (chr_file (ioctl read write getattr lock append map open)))
+(allow cppreopts dalvikcache_data_file (dir (write add_name remove_name search)))
+(allow cppreopts dalvikcache_data_file (file (read write create getattr rename open)))
+(allow cppreopts shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow cppreopts system_file (dir (read open)))
+(allow cppreopts toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(dontaudit crash_dump self (capability (sys_ptrace)))
+(allow crash_dump domain (fd (use)))
+(allow crash_dump domain (fifo_file (write append)))
+(allow crash_dump domain (dir (ioctl read getattr lock search open)))
+(allow crash_dump domain (file (ioctl read getattr lock map open)))
+(allow crash_dump domain (lnk_file (ioctl read getattr lock map open)))
+(allow crash_dump exec_type (file (ioctl read getattr lock map open)))
+(allow crash_dump dalvikcache_data_file (dir (getattr search)))
+(allow crash_dump dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow crash_dump apk_data_file (dir (ioctl read getattr lock search open)))
+(allow crash_dump apk_data_file (file (ioctl read getattr lock map open)))
+(allow crash_dump apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow crash_dump vendor_file (dir (ioctl read getattr lock search open)))
+(allow crash_dump same_process_hal_file (dir (ioctl read getattr lock search open)))
+(allow crash_dump vendor_file (file (ioctl read getattr lock map open)))
+(allow crash_dump vendor_file (lnk_file (ioctl read getattr lock map open)))
+(allow crash_dump same_process_hal_file (file (ioctl read getattr lock map open)))
+(allow crash_dump same_process_hal_file (lnk_file (ioctl read getattr lock map open)))
+(allow crash_dump tombstoned_crash_socket (sock_file (write)))
+(allow crash_dump tombstoned (unix_stream_socket (connectto)))
+(allow crash_dump system_ndebug_socket (sock_file (write)))
+(allow crash_dump system_server (unix_stream_socket (connectto)))
+(allow crash_dump anr_data_file (file (getattr append)))
+(allow crash_dump tombstone_data_file (file (getattr append)))
+(allow crash_dump logcat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow crash_dump logdr_socket (sock_file (write)))
+(allow crash_dump logd (unix_stream_socket (connectto)))
+;;* lmx 55 system/sepolicy/public/crash_dump.te
+
+(neverallow domain crash_dump_exec (file (execute_no_trans)))
+;;* lme
+
+(allow dex2oat apk_data_file (dir (ioctl read getattr lock search open)))
+(allow dex2oat apk_data_file (file (ioctl read getattr lock map open)))
+(allow dex2oat apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow dex2oat vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow dex2oat vendor_app_file (file (ioctl read getattr lock map open)))
+(allow dex2oat vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow dex2oat vendor_framework_file (dir (getattr search)))
+(allow dex2oat vendor_framework_file (file (read getattr open)))
+(allow dex2oat tmpfs (file (read getattr)))
+(allow dex2oat dalvikcache_data_file (dir (ioctl read getattr lock search open)))
+(allow dex2oat dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow dex2oat dalvikcache_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow dex2oat dalvikcache_data_file (file (write)))
+(allow dex2oat dalvikcache_data_file (lnk_file (read)))
+(allow dex2oat installd (fd (use)))
+(allow dex2oat system_file (file (lock)))
+(allow dex2oat asec_apk_file (file (read)))
+(allow dex2oat unlabeled (file (read)))
+(allow dex2oat oemfs (file (read)))
+(allow dex2oat apk_tmp_file (dir (search)))
+(allow dex2oat apk_tmp_file (file (ioctl read getattr lock map open)))
+(allow dex2oat user_profile_data_file (file (read getattr lock)))
+(allow dex2oat app_data_file (file (read write getattr lock)))
+(allow dex2oat postinstall_dexopt (fd (use)))
+(allow dex2oat postinstall_file (dir (getattr search)))
+(allow dex2oat postinstall_file (filesystem (getattr)))
+(allow dex2oat postinstall_file (lnk_file (read)))
+(allow dex2oat ota_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow dex2oat ota_data_file (file (ioctl read getattr lock map open)))
+(allow dex2oat ota_data_file (lnk_file (read create)))
+(allow dex2oat ota_data_file (file (write create setattr lock append map open)))
+;;* lmx 66 system/sepolicy/public/dex2oat.te
+
+(neverallow dex2oat app_data_file (file (open)))
+(neverallow dex2oat app_data_file (lnk_file (open)))
+(neverallow dex2oat app_data_file (sock_file (open)))
+(neverallow dex2oat app_data_file (fifo_file (open)))
+;;* lme
+
+(allow dhcp cgroup (dir (write create add_name)))
+(allow dhcp self (capability (setgid setuid net_bind_service net_admin net_raw)))
+(allow dhcp self (packet_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow dhcp self (netlink_route_socket (nlmsg_write)))
+(allow dhcp shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dhcp system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dhcp toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dhcp proc_net (file (write)))
+(allow dhcp property_socket (sock_file (write)))
+(allow dhcp init (unix_stream_socket (connectto)))
+(allow dhcp dhcp_prop (property_service (set)))
+(allow dhcp dhcp_prop (file (ioctl read getattr lock map open)))
+(allow dhcp property_socket (sock_file (write)))
+(allow dhcp init (unix_stream_socket (connectto)))
+(allow dhcp pan_result_prop (property_service (set)))
+(allow dhcp pan_result_prop (file (ioctl read getattr lock map open)))
+(allow dhcp dhcp_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow dhcp dhcp_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow dhcp netd (fd (use)))
+(allow dhcp netd (fifo_file (ioctl read write getattr lock append map open)))
+(allow dhcp netd (udp_socket (read write)))
+(allow dhcp netd (unix_stream_socket (read write)))
+(allow dhcp netd (unix_dgram_socket (read write)))
+(allow dhcp netd (netlink_route_socket (read write)))
+(allow dhcp netd (netlink_nflog_socket (read write)))
+(allow dhcp netd (netlink_kobject_uevent_socket (read write)))
+(allow display_service_server fwk_display_hwservice (hwservice_manager (add find)))
+(allow display_service_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 1 system/sepolicy/public/display_service_server.te
+
+(neverallow base_typeattr_3 fwk_display_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allowx dnsmasq self (ioctl udp_socket (0x6900 0x6902)))
+(allowx dnsmasq self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx dnsmasq self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow dnsmasq self (capability (dac_override)))
+(allow dnsmasq self (capability (setgid setuid net_bind_service net_admin net_raw)))
+(allow dnsmasq dhcp_data_file (dir (write lock add_name remove_name search open)))
+(allow dnsmasq dhcp_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow dnsmasq netd (fd (use)))
+(allow dnsmasq netd (fifo_file (read write)))
+(allow dnsmasq netd (netlink_kobject_uevent_socket (read write)))
+(allow dnsmasq netd (netlink_nflog_socket (read write)))
+(allow dnsmasq netd (netlink_route_socket (read write)))
+(allow dnsmasq netd (unix_stream_socket (read write)))
+(allow dnsmasq netd (unix_dgram_socket (read write)))
+(allow dnsmasq netd (udp_socket (read write)))
+(allow domain init (process (sigchld)))
+(allow domain self (process (fork sigchld sigkill sigstop signull signal getsched setsched getsession getpgid setpgid getcap setcap getattr setrlimit)))
+(allow domain self (fd (use)))
+(allow domain proc (dir (ioctl read getattr lock search open)))
+(allow domain proc_net (dir (search)))
+(allow domain self (dir (ioctl read getattr lock search open)))
+(allow domain self (file (ioctl read getattr lock map open)))
+(allow domain self (lnk_file (ioctl read getattr lock map open)))
+(allow domain self (file (ioctl read write getattr lock append map open)))
+(allow domain self (fifo_file (ioctl read write getattr lock append map open)))
+(allow domain self (unix_dgram_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown sendto)))
+(allow domain self (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown connectto)))
+(allow domain init (fd (use)))
+(allow domain rootfs (dir (search)))
+(allow domain rootfs (lnk_file (read getattr)))
+(allow domain device (dir (search)))
+(allow domain dev_type (lnk_file (ioctl read getattr lock map open)))
+(allow domain devpts (dir (search)))
+(allow domain socket_device (dir (ioctl read getattr lock search open)))
+(allow domain owntty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain null_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain zero_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain ashmem_device (chr_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_4 binder_device (chr_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_5 hwbinder_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain ptmx_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain alarm_device (chr_file (ioctl read getattr lock map open)))
+(allow domain random_device (chr_file (ioctl read write getattr lock append map open)))
+(allow domain properties_device (dir (getattr search)))
+(allow domain properties_serial (file (ioctl read getattr lock map open)))
+(allow domain core_property_type (file (ioctl read getattr lock map open)))
+(allow domain log_property_type (file (ioctl read getattr lock map open)))
+(dontaudit domain property_type (file (audit_access)))
+(allow domain property_contexts_file (file (ioctl read getattr lock map open)))
+(allow domain init (key (search)))
+(allow domain vold (key (search)))
+(allow domain logdw_socket (sock_file (write)))
+(allow domain logd (unix_dgram_socket (sendto)))
+(allow domain pmsg_device (chr_file (write lock append map open)))
+(allow domain system_file (dir (getattr search)))
+(allow domain system_file (file (read getattr map execute open)))
+(allow domain system_file (lnk_file (read getattr)))
+(allow domain vendor_hal_file (dir (ioctl read getattr lock search open)))
+(allow domain same_process_hal_file (dir (ioctl read getattr lock search open)))
+(allow domain same_process_hal_file (file (read getattr map execute open)))
+(allow domain vndk_sp_file (dir (ioctl read getattr lock search open)))
+(allow domain vndk_sp_file (file (read getattr map execute open)))
+(allow domain vendor_configs_file (dir (ioctl read getattr lock search open)))
+(allow domain vendor_configs_file (file (read getattr open)))
+(allow domain vendor_file (lnk_file (read getattr open)))
+(allow domain vendor_file (dir (getattr search)))
+(allow base_typeattr_6 vendor_file_type (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_6 vendor_file_type (file (read getattr map execute open)))
+(allow base_typeattr_6 vendor_file_type (lnk_file (read getattr)))
+(allow domain sysfs (lnk_file (read getattr)))
+(allow domain zoneinfo_data_file (dir (ioctl read getattr lock search open)))
+(allow domain zoneinfo_data_file (file (ioctl read getattr lock map open)))
+(allow domain zoneinfo_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow domain sysfs_devices_system_cpu (dir (ioctl read getattr lock search open)))
+(allow domain sysfs_devices_system_cpu (file (ioctl read getattr lock map open)))
+(allow domain sysfs_devices_system_cpu (lnk_file (ioctl read getattr lock map open)))
+(allow domain sysfs_usb (dir (ioctl read getattr lock search open)))
+(allow domain sysfs_usb (file (ioctl read getattr lock map open)))
+(allow domain sysfs_usb (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain system_data_file (dir (getattr)))
+(allow coredomain system_data_file (dir (getattr)))
+(allow domain system_data_file (dir (search)))
+(allow domain proc (lnk_file (read getattr)))
+(allow domain proc_cpuinfo (file (ioctl read getattr lock map open)))
+(allow domain proc_overcommit_memory (file (ioctl read getattr lock map open)))
+(allow domain proc_perf (file (ioctl read getattr lock map open)))
+(allow domain selinuxfs (dir (search)))
+(allow domain selinuxfs (file (getattr)))
+(allow domain sysfs (dir (search)))
+(allow domain selinuxfs (filesystem (getattr)))
+(allow domain cgroup (dir (write search)))
+(allow domain cgroup (file (write lock append map open)))
+(allow domain debugfs (dir (search)))
+(allow domain debugfs_tracing (dir (search)))
+(allow domain debugfs_trace_marker (file (write lock append map open)))
+(allow domain fs_type (filesystem (getattr)))
+(allow domain fs_type (dir (getattr)))
+(allowx domain domain (ioctl tcp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx domain domain (ioctl udp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx domain domain (ioctl rawip_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx domain domain (ioctl tcp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx domain domain (ioctl udp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx domain domain (ioctl rawip_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx domain domain (ioctl tcp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx domain domain (ioctl udp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx domain domain (ioctl rawip_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx domain domain (ioctl unix_stream_socket (0x5401 0x5411 (range 0x5413 0x5414) 0x541b 0x5451)))
+(allowx domain domain (ioctl unix_dgram_socket (0x5401 0x5411 (range 0x5413 0x5414) 0x541b 0x5451)))
+(allowx domain devpts (ioctl chr_file ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allow base_typeattr_7 hwservice_manager_type (hwservice_manager (add find)))
+(allow base_typeattr_7 vndservice_manager_type (service_manager (add find)))
+;;* lmx 230 system/sepolicy/public/domain.te
+
+(neverallowx domain domain (ioctl socket (0x0)))
+(neverallowx domain domain (ioctl tcp_socket (0x0)))
+(neverallowx domain domain (ioctl udp_socket (0x0)))
+(neverallowx domain domain (ioctl rawip_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_socket (0x0)))
+(neverallowx domain domain (ioctl packet_socket (0x0)))
+(neverallowx domain domain (ioctl key_socket (0x0)))
+(neverallowx domain domain (ioctl unix_stream_socket (0x0)))
+(neverallowx domain domain (ioctl unix_dgram_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_route_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_tcpdiag_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_nflog_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_xfrm_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_selinux_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_audit_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_dnrt_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_kobject_uevent_socket (0x0)))
+(neverallowx domain domain (ioctl appletalk_socket (0x0)))
+(neverallowx domain domain (ioctl tun_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_iscsi_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_fib_lookup_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_connector_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_netfilter_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_generic_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_scsitransport_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_rdma_socket (0x0)))
+(neverallowx domain domain (ioctl netlink_crypto_socket (0x0)))
+(neverallowx domain domain (ioctl sctp_socket (0x0)))
+(neverallowx domain domain (ioctl icmp_socket (0x0)))
+(neverallowx domain domain (ioctl ax25_socket (0x0)))
+(neverallowx domain domain (ioctl ipx_socket (0x0)))
+(neverallowx domain domain (ioctl netrom_socket (0x0)))
+(neverallowx domain domain (ioctl atmpvc_socket (0x0)))
+(neverallowx domain domain (ioctl x25_socket (0x0)))
+(neverallowx domain domain (ioctl rose_socket (0x0)))
+(neverallowx domain domain (ioctl decnet_socket (0x0)))
+(neverallowx domain domain (ioctl atmsvc_socket (0x0)))
+(neverallowx domain domain (ioctl rds_socket (0x0)))
+(neverallowx domain domain (ioctl irda_socket (0x0)))
+(neverallowx domain domain (ioctl pppox_socket (0x0)))
+(neverallowx domain domain (ioctl llc_socket (0x0)))
+(neverallowx domain domain (ioctl can_socket (0x0)))
+(neverallowx domain domain (ioctl tipc_socket (0x0)))
+(neverallowx domain domain (ioctl bluetooth_socket (0x0)))
+(neverallowx domain domain (ioctl iucv_socket (0x0)))
+(neverallowx domain domain (ioctl rxrpc_socket (0x0)))
+(neverallowx domain domain (ioctl isdn_socket (0x0)))
+(neverallowx domain domain (ioctl phonet_socket (0x0)))
+(neverallowx domain domain (ioctl ieee802154_socket (0x0)))
+(neverallowx domain domain (ioctl caif_socket (0x0)))
+(neverallowx domain domain (ioctl alg_socket (0x0)))
+(neverallowx domain domain (ioctl nfc_socket (0x0)))
+(neverallowx domain domain (ioctl vsock_socket (0x0)))
+(neverallowx domain domain (ioctl kcm_socket (0x0)))
+(neverallowx domain domain (ioctl qipcrtr_socket (0x0)))
+(neverallowx domain domain (ioctl smc_socket (0x0)))
+;;* lme
+
+;;* lmx 235 system/sepolicy/public/domain.te
+
+(neverallowx base_typeattr_8 devpts (ioctl chr_file (0x5412)))
+;;* lme
+
+;;* lmx 238 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_9 unlabeled (file (create)))
+(neverallow base_typeattr_9 unlabeled (dir (create)))
+(neverallow base_typeattr_9 unlabeled (lnk_file (create)))
+(neverallow base_typeattr_9 unlabeled (chr_file (create)))
+(neverallow base_typeattr_9 unlabeled (blk_file (create)))
+(neverallow base_typeattr_9 unlabeled (sock_file (create)))
+(neverallow base_typeattr_9 unlabeled (fifo_file (create)))
+;;* lme
+
+;;* lmx 247 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_10 self (capability (mknod)))
+;;* lme
+
+;;* lmx 260 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_11 self (capability (sys_rawio)))
+;;* lme
+
+;;* lmx 263 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 self (memprotect (mmap_zero)))
+;;* lme
+
+;;* lmx 266 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 self (capability2 (mac_override)))
+;;* lme
+
+;;* lmx 269 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_12 self (capability2 (mac_admin)))
+;;* lme
+
+;;* lmx 273 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 kernel (security (load_policy)))
+;;* lme
+
+;;* lmx 279 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 kernel (security (setenforce)))
+;;* lme
+
+;;* lmx 280 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_13 kernel (security (setcheckreqprot)))
+;;* lme
+
+;;* lmx 283 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 kernel (security (setbool)))
+;;* lme
+
+;;* lmx 288 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 kernel (security (setsecparam)))
+;;* lme
+
+;;* lmx 297 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_15 hw_random_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 300 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_16 (file (entrypoint)))
+;;* lme
+
+;;* lmx 307 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_17 kmem_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 308 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 kmem_device (chr_file (ioctl read write lock relabelfrom append map link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 315 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_17 port_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 316 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 port_device (chr_file (ioctl read write lock relabelfrom append map link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 319 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 usermodehelper (file (write append)))
+;;* lme
+
+;;* lmx 320 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_18 sysfs_usermodehelper (file (write append)))
+;;* lme
+
+;;* lmx 321 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 proc_security (file (read write append open)))
+;;* lme
+
+;;* lmx 324 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 init (process (ptrace)))
+;;* lme
+
+;;* lmx 328 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 init (binder (impersonate call set_context_mgr transfer)))
+;;* lme
+
+;;* lmx 332 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_19 block_device (blk_file (read write open)))
+;;* lme
+
+;;* lmx 337 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_8 (chr_file (rename)))
+(neverallow base_typeattr_8 base_typeattr_8 (blk_file (rename)))
+;;* lme
+
+;;* lmx 341 system/sepolicy/public/domain.te
+
+(neverallow domain device (chr_file (read write open)))
+;;* lme
+
+;;* lmx 346 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_20 base_typeattr_21 (filesystem (mount remount relabelfrom relabelto)))
+;;* lme
+
+;;* lmx 367 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_22 base_typeattr_23 (file (execute)))
+;;* lme
+
+;;* lmx 373 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_24 base_typeattr_25 (file (execute)))
+;;* lme
+
+;;* lmx 375 system/sepolicy/public/domain.te
+
+(neverallow domain cache_file (file (execute)))
+(neverallow domain cache_backup_file (file (execute)))
+(neverallow domain cache_private_backup_file (file (execute)))
+(neverallow domain cache_recovery_file (file (execute)))
+;;* lme
+
+;;* lmx 386 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_26 base_typeattr_27 (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 388 system/sepolicy/public/domain.te
+
+(neverallow domain nativetest_data_file (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 391 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 property_data_file (dir (write create setattr relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+;;* lmx 392 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 property_data_file (file (write create setattr relabelfrom append unlink link rename execute execute_no_trans)))
+;;* lme
+
+;;* lmx 393 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 property_type (file (write create setattr relabelfrom append unlink link rename execute execute_no_trans)))
+;;* lme
+
+;;* lmx 394 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 properties_device (file (write create setattr relabelfrom append unlink link rename execute execute_no_trans)))
+;;* lme
+
+;;* lmx 395 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 properties_serial (file (write create setattr relabelfrom append unlink link rename execute execute_no_trans)))
+;;* lme
+
+;;* lmx 406 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_12 exec_type (file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (dir (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (chr_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (blk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (sock_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 exec_type (fifo_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (dir (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (chr_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (blk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (sock_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 vendor_file_type (fifo_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (dir (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (chr_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (blk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (sock_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow base_typeattr_12 system_file (fifo_file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 408 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_28 exec_type (file (relabelto)))
+(neverallow base_typeattr_28 exec_type (dir (relabelto)))
+(neverallow base_typeattr_28 exec_type (lnk_file (relabelto)))
+(neverallow base_typeattr_28 exec_type (chr_file (relabelto)))
+(neverallow base_typeattr_28 exec_type (blk_file (relabelto)))
+(neverallow base_typeattr_28 exec_type (sock_file (relabelto)))
+(neverallow base_typeattr_28 exec_type (fifo_file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (dir (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (lnk_file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (chr_file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (blk_file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (sock_file (relabelto)))
+(neverallow base_typeattr_28 vendor_file_type (fifo_file (relabelto)))
+(neverallow base_typeattr_28 system_file (file (relabelto)))
+(neverallow base_typeattr_28 system_file (dir (relabelto)))
+(neverallow base_typeattr_28 system_file (lnk_file (relabelto)))
+(neverallow base_typeattr_28 system_file (chr_file (relabelto)))
+(neverallow base_typeattr_28 system_file (blk_file (relabelto)))
+(neverallow base_typeattr_28 system_file (sock_file (relabelto)))
+(neverallow base_typeattr_28 system_file (fifo_file (relabelto)))
+;;* lme
+
+;;* lmx 411 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 exec_type (file (mounton)))
+(neverallow base_typeattr_8 exec_type (dir (mounton)))
+(neverallow base_typeattr_8 exec_type (lnk_file (mounton)))
+(neverallow base_typeattr_8 exec_type (chr_file (mounton)))
+(neverallow base_typeattr_8 exec_type (blk_file (mounton)))
+(neverallow base_typeattr_8 exec_type (sock_file (mounton)))
+(neverallow base_typeattr_8 exec_type (fifo_file (mounton)))
+;;* lme
+
+;;* lmx 412 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 vendor_file_type (file (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (dir (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (lnk_file (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (chr_file (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (blk_file (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (sock_file (mounton)))
+(neverallow base_typeattr_14 vendor_file_type (fifo_file (mounton)))
+(neverallow base_typeattr_14 system_file (file (mounton)))
+(neverallow base_typeattr_14 system_file (dir (mounton)))
+(neverallow base_typeattr_14 system_file (lnk_file (mounton)))
+(neverallow base_typeattr_14 system_file (chr_file (mounton)))
+(neverallow base_typeattr_14 system_file (blk_file (mounton)))
+(neverallow base_typeattr_14 system_file (sock_file (mounton)))
+(neverallow base_typeattr_14 system_file (fifo_file (mounton)))
+;;* lme
+
+;;* lmx 415 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 rootfs (file (write create setattr relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 419 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_29 (filesystem (relabelto)))
+;;* lme
+
+;;* lmx 425 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_12 contextmount_type (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_12 contextmount_type (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 432 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 default_android_service (service_manager (add)))
+;;* lme
+
+;;* lmx 433 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 default_android_vndservice (service_manager (add find)))
+;;* lme
+
+;;* lmx 434 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 default_android_hwservice (hwservice_manager (add find)))
+;;* lme
+
+;;* lmx 443 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 hidl_base_hwservice (hwservice_manager (find)))
+;;* lme
+
+;;* lmx 447 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 default_prop (property_service (set)))
+;;* lme
+
+;;* lmx 448 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 mmc_prop (property_service (set)))
+;;* lme
+
+;;* lmx 463 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_30 serialno_prop (file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 466 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_31 firstboot_prop (file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 475 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_32 frp_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 481 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_33 metadata_block_device (blk_file (ioctl read write lock append link rename open)))
+;;* lme
+
+;;* lmx 484 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_34 system_block_device (blk_file (write)))
+;;* lme
+
+;;* lmx 487 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_35 recovery_block_device (blk_file (write)))
+;;* lme
+
+;;* lmx 503 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_36 misc_block_device (blk_file (ioctl read write lock relabelfrom append link rename open)))
+;;* lme
+
+;;* lmx 506 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_37 base_typeattr_8 (binder (set_context_mgr)))
+;;* lme
+
+;;* lmx 508 system/sepolicy/public/domain.te
+
+(neverallow servicemanager hwbinder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 509 system/sepolicy/public/domain.te
+
+(neverallow servicemanager vndbinder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 510 system/sepolicy/public/domain.te
+
+(neverallow hwservicemanager binder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 511 system/sepolicy/public/domain.te
+
+(neverallow hwservicemanager vndbinder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 512 system/sepolicy/public/domain.te
+
+(neverallow vndservicemanager binder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 513 system/sepolicy/public/domain.te
+
+(neverallow vndservicemanager hwbinder_device (chr_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 518 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_38 binder_device (chr_file (ioctl read write getattr lock append map open)))
+;;* lme
+
+;;* lmx 518 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_38 service_manager_type (service_manager (find)))
+;;* lme
+
+;;* lmx 518 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_39 base_typeattr_40 (service_manager (find)))
+;;* lme
+
+;;* lmx 518 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_38 servicemanager (binder (call transfer)))
+;;* lme
+
+;;* lmx 564 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_41 vndbinder_device (chr_file (ioctl read write getattr lock append map open)))
+;;* lme
+
+;;* lmx 564 system/sepolicy/public/domain.te
+
+(neverallow ueventd vndbinder_device (chr_file (ioctl read write append)))
+;;* lme
+
+;;* lmx 564 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_42 vndservice_manager_type (service_manager (add find list)))
+;;* lme
+
+;;* lmx 564 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_42 vndservicemanager (binder (impersonate call set_context_mgr transfer)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_43 base_typeattr_44 (socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (tcp_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (udp_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (rawip_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (packet_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (key_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (unix_stream_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (unix_dgram_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_route_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_tcpdiag_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_nflog_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_xfrm_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_selinux_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_audit_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_dnrt_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_kobject_uevent_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (appletalk_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (tun_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_iscsi_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_fib_lookup_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_connector_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_netfilter_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_generic_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_scsitransport_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_rdma_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netlink_crypto_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (sctp_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (icmp_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (ax25_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (ipx_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (netrom_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (atmpvc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (x25_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (rose_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (decnet_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (atmsvc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (rds_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (irda_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (pppox_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (llc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (can_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (tipc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (bluetooth_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (iucv_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (rxrpc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (isdn_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (phonet_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (ieee802154_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (caif_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (alg_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (nfc_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (vsock_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (kcm_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (qipcrtr_socket (connect sendto)))
+(neverallow base_typeattr_43 base_typeattr_44 (smc_socket (connect sendto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_43 base_typeattr_44 (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_45 base_typeattr_46 (socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (tcp_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (udp_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (rawip_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (packet_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (key_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (unix_stream_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (unix_dgram_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_route_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_tcpdiag_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_nflog_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_xfrm_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_selinux_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_audit_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_dnrt_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_kobject_uevent_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (appletalk_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (tun_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_iscsi_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_fib_lookup_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_connector_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_netfilter_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_generic_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_scsitransport_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_rdma_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netlink_crypto_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (sctp_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (icmp_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (ax25_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (ipx_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (netrom_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (atmpvc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (x25_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (rose_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (decnet_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (atmsvc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (rds_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (irda_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (pppox_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (llc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (can_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (tipc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (bluetooth_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (iucv_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (rxrpc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (isdn_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (phonet_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (ieee802154_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (caif_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (alg_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (nfc_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (vsock_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (kcm_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (qipcrtr_socket (connect sendto)))
+(neverallow base_typeattr_45 base_typeattr_46 (smc_socket (connect sendto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_45 base_typeattr_46 (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_47 netd (socket (connect sendto)))
+(neverallow base_typeattr_47 netd (tcp_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (udp_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (rawip_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (packet_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (key_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (unix_stream_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (unix_dgram_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_route_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_tcpdiag_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_nflog_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_xfrm_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_selinux_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_audit_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_dnrt_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_kobject_uevent_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (appletalk_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (tun_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_iscsi_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_fib_lookup_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_connector_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_netfilter_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_generic_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_scsitransport_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_rdma_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netlink_crypto_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (sctp_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (icmp_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (ax25_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (ipx_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (netrom_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (atmpvc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (x25_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (rose_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (decnet_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (atmsvc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (rds_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (irda_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (pppox_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (llc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (can_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (tipc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (bluetooth_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (iucv_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (rxrpc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (isdn_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (phonet_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (ieee802154_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (caif_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (alg_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (nfc_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (vsock_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (kcm_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (qipcrtr_socket (connect sendto)))
+(neverallow base_typeattr_47 netd (smc_socket (connect sendto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_47 netd (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_45 core_data_file_type (sock_file (create setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_45 coredomain_socket (sock_file (create setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_45 unlabeled (sock_file (create setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_39 base_typeattr_48 (sock_file (create setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 586 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_49 base_typeattr_50 (sock_file (create setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_51 vendor_app_file (dir (read getattr search open)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_51 vendor_app_file (file (ioctl read getattr lock map open)))
+(neverallow base_typeattr_51 vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_52 vendor_overlay_file (dir (read getattr search open)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_52 vendor_overlay_file (file (ioctl read getattr lock map open)))
+(neverallow base_typeattr_52 vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_53 vendor_shell_exec (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 668 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_54 base_typeattr_55 (file (execute execute_no_trans entrypoint)))
+;;* lme
+
+;;* lmx 746 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_56 dalvikcache_data_file (file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 757 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_56 dalvikcache_data_file (dir (write create setattr relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+;;* lmx 760 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_57 zygote (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 761 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_58 zygote_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 763 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_59 webview_zygote (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 764 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_58 webview_zygote_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 776 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_60 tombstoned_crash_socket (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 780 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_61 tombstoned_intercept_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 781 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_61 tombstoned_intercept_socket (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 799 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_8 (sem (create destroy getattr setattr read write associate unix_read unix_write)))
+(neverallow base_typeattr_8 base_typeattr_8 (msg (send receive)))
+(neverallow base_typeattr_8 base_typeattr_8 (msgq (create destroy getattr setattr read write associate unix_read unix_write enqueue)))
+(neverallow base_typeattr_8 base_typeattr_8 (shm (create destroy getattr setattr read write associate unix_read unix_write lock)))
+;;* lme
+
+;;* lmx 803 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 dev_type (lnk_file (mounton)))
+(neverallow base_typeattr_8 dev_type (sock_file (mounton)))
+(neverallow base_typeattr_8 dev_type (fifo_file (mounton)))
+(neverallow base_typeattr_8 fs_type (lnk_file (mounton)))
+(neverallow base_typeattr_8 fs_type (sock_file (mounton)))
+(neverallow base_typeattr_8 fs_type (fifo_file (mounton)))
+(neverallow base_typeattr_8 file_type (lnk_file (mounton)))
+(neverallow base_typeattr_8 file_type (sock_file (mounton)))
+(neverallow base_typeattr_8 file_type (fifo_file (mounton)))
+;;* lme
+
+;;* lmx 808 system/sepolicy/public/domain.te
+
+(neverallow domain su_exec (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 820 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_62 (file (execmod)))
+;;* lme
+
+;;* lmx 825 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 self (process (execstack execheap)))
+;;* lme
+
+;;* lmx 829 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_63 file_type (file (execmod)))
+;;* lme
+
+;;* lmx 831 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_14 proc (file (mounton)))
+(neverallow base_typeattr_14 proc (dir (mounton)))
+;;* lme
+
+;;* lmx 839 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_64 domain (process (transition dyntransition)))
+;;* lme
+
+;;* lmx 856 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_65 system_data_file (file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 859 system/sepolicy/public/domain.te
+
+(neverallow installd system_data_file (file (write create setattr relabelto append link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+;;* lme
+
+;;* lmx 867 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_66 system_app_data_file (file (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (dir (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (lnk_file (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (chr_file (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (blk_file (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (sock_file (create unlink open)))
+(neverallow base_typeattr_66 system_app_data_file (fifo_file (create unlink open)))
+;;* lme
+
+;;* lmx 873 system/sepolicy/public/domain.te
+
+(neverallow untrusted_app_all system_app_data_file (file (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (dir (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (lnk_file (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (chr_file (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (blk_file (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (sock_file (create unlink open)))
+(neverallow untrusted_app_all system_app_data_file (fifo_file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (dir (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (lnk_file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (chr_file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (blk_file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (sock_file (create unlink open)))
+(neverallow ephemeral_app system_app_data_file (fifo_file (create unlink open)))
+(neverallow isolated_app system_app_data_file (file (create unlink open)))
+(neverallow isolated_app system_app_data_file (dir (create unlink open)))
+(neverallow isolated_app system_app_data_file (lnk_file (create unlink open)))
+(neverallow isolated_app system_app_data_file (chr_file (create unlink open)))
+(neverallow isolated_app system_app_data_file (blk_file (create unlink open)))
+(neverallow isolated_app system_app_data_file (sock_file (create unlink open)))
+(neverallow isolated_app system_app_data_file (fifo_file (create unlink open)))
+(neverallow priv_app system_app_data_file (file (create unlink open)))
+(neverallow priv_app system_app_data_file (dir (create unlink open)))
+(neverallow priv_app system_app_data_file (lnk_file (create unlink open)))
+(neverallow priv_app system_app_data_file (chr_file (create unlink open)))
+(neverallow priv_app system_app_data_file (blk_file (create unlink open)))
+(neverallow priv_app system_app_data_file (sock_file (create unlink open)))
+(neverallow priv_app system_app_data_file (fifo_file (create unlink open)))
+;;* lme
+
+;;* lmx 881 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_67 app_data_file (file (create unlink)))
+(neverallow base_typeattr_67 app_data_file (dir (create unlink)))
+(neverallow base_typeattr_67 app_data_file (lnk_file (create unlink)))
+(neverallow base_typeattr_67 app_data_file (chr_file (create unlink)))
+(neverallow base_typeattr_67 app_data_file (blk_file (create unlink)))
+(neverallow base_typeattr_67 app_data_file (sock_file (create unlink)))
+(neverallow base_typeattr_67 app_data_file (fifo_file (create unlink)))
+;;* lme
+
+;;* lmx 894 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_68 shell (process (transition dyntransition)))
+;;* lme
+
+;;* lmx 899 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_69 base_typeattr_70 (process (transition dyntransition)))
+;;* lme
+
+;;* lmx 908 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_71 app_data_file (lnk_file (read)))
+;;* lme
+
+;;* lmx 915 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_72 shell_data_file (lnk_file (read)))
+;;* lme
+
+;;* lmx 929 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_73 shell_data_file (dir (write create setattr relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+;;* lmx 940 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_74 shell_data_file (dir (search open)))
+;;* lme
+
+;;* lmx 951 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_75 shell_data_file (file (open)))
+;;* lme
+
+;;* lmx 959 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_76 (service_manager (list)))
+;;* lme
+
+;;* lmx 964 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_77 (hwservice_manager (list)))
+;;* lme
+
+;;* lmx 983 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 domain (file (execute execute_no_trans entrypoint)))
+;;* lme
+
+;;* lmx 989 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_78 debugfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 997 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_79 profman_exec (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 1002 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 base_typeattr_80 (system (module_load)))
+;;* lme
+
+;;* lmx 1009 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_12 self (capability (setfcap)))
+;;* lme
+
+;;* lmx 1012 system/sepolicy/public/domain.te
+
+(neverallow domain crash_dump (process (noatsecure)))
+;;* lme
+
+;;* lmx 1016 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_81 coredomain_hwservice (hwservice_manager (add)))
+;;* lme
+
+;;* lmx 1021 system/sepolicy/public/domain.te
+
+(neverallow base_typeattr_8 same_process_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow drmserver servicemanager (binder (call transfer)))
+(allow servicemanager drmserver (dir (search)))
+(allow servicemanager drmserver (file (read open)))
+(allow servicemanager drmserver (process (getattr)))
+(allow drmserver system_server (binder (call transfer)))
+(allow system_server drmserver (binder (transfer)))
+(allow drmserver system_server (fd (use)))
+(allow drmserver appdomain (binder (call transfer)))
+(allow appdomain drmserver (binder (transfer)))
+(allow drmserver appdomain (fd (use)))
+(allow drmserver system_server (fd (use)))
+(allow drmserver mediaserver (binder (call transfer)))
+(allow mediaserver drmserver (binder (transfer)))
+(allow drmserver mediaserver (fd (use)))
+(allow drmserver sdcard_type (dir (search)))
+(allow drmserver drm_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow drmserver drm_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow drmserver tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allow drmserver app_data_file (file (read write getattr)))
+(allow drmserver sdcard_type (file (read write getattr)))
+(allow drmserver efs_file (dir (ioctl read getattr lock search open)))
+(allow drmserver efs_file (file (ioctl read getattr lock map open)))
+(allow drmserver efs_file (lnk_file (ioctl read getattr lock map open)))
+(allow drmserver apk_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow drmserver drmserver_socket (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow drmserver apk_data_file (sock_file (unlink)))
+(allow drmserver media_rw_data_file (dir (ioctl read getattr lock search open)))
+(allow drmserver media_rw_data_file (file (ioctl read getattr lock map open)))
+(allow drmserver media_rw_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow drmserver apk_data_file (file (read getattr)))
+(allow drmserver asec_apk_file (file (read getattr)))
+(allow drmserver ringtone_file (file (read getattr)))
+(allow drmserver radio_data_file (file (read getattr)))
+(allow drmserver oemfs (dir (search)))
+(allow drmserver oemfs (file (ioctl read getattr lock map open)))
+(allow drmserver drmserver_service (service_manager (add find)))
+;;* lmx 52 system/sepolicy/public/drmserver.te
+
+(neverallow base_typeattr_82 drmserver_service (service_manager (add)))
+;;* lme
+
+(allow drmserver permission_service (service_manager (find)))
+(allow drmserver selinuxfs (dir (ioctl read getattr lock search open)))
+(allow drmserver selinuxfs (file (ioctl read getattr lock map open)))
+(allow drmserver selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow drmserver selinuxfs (file (write lock append map open)))
+(allow drmserver kernel (security (compute_av)))
+(allow drmserver self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow drmserver cgroup (dir (ioctl read getattr lock search open)))
+(allow drmserver cgroup (file (ioctl read getattr lock map open)))
+(allow drmserver cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow drmserver system_file (dir (ioctl read getattr lock search open)))
+(allow drmserver system_file (file (ioctl read getattr lock map open)))
+(allow drmserver system_file (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate servicemanager (binder (call transfer)))
+(allow servicemanager dumpstate (dir (search)))
+(allow servicemanager dumpstate (file (read open)))
+(allow servicemanager dumpstate (process (getattr)))
+(allow dumpstate sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow dumpstate self (capability2 (block_suspend)))
+(allow dumpstate self (capability (setgid setuid sys_resource)))
+(allow dumpstate domain (dir (ioctl read getattr lock search open)))
+(allow dumpstate domain (file (ioctl read getattr lock map open)))
+(allow dumpstate domain (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate self (capability (kill net_admin net_raw)))
+(allow dumpstate system_file (file (execute_no_trans)))
+(allow dumpstate toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate system_file (dir (ioctl read getattr lock search open)))
+(allow dumpstate self (capability (chown dac_override fowner fsetid)))
+(allow dumpstate anr_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow dumpstate anr_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow dumpstate system_data_file (file (ioctl read getattr lock map open)))
+(allow dumpstate self (capability2 (syslog)))
+(allow dumpstate kernel (system (syslog_read)))
+(allow dumpstate pstorefs (dir (ioctl read getattr lock search open)))
+(allow dumpstate pstorefs (file (ioctl read getattr lock map open)))
+(allow dumpstate domain (process (getattr)))
+(allow dumpstate appdomain (process (signal)))
+(allow dumpstate system_server (process (signal)))
+(allow dumpstate hal_audio_server (process (signal)))
+(allow dumpstate hal_bluetooth_server (process (signal)))
+(allow dumpstate hal_camera_server (process (signal)))
+(allow dumpstate hal_graphics_composer_server (process (signal)))
+(allow dumpstate hal_sensors_server (process (signal)))
+(allow dumpstate hal_vr_server (process (signal)))
+(allow dumpstate audioserver (process (signal)))
+(allow dumpstate cameraserver (process (signal)))
+(allow dumpstate drmserver (process (signal)))
+(allow dumpstate inputflinger (process (signal)))
+(allow dumpstate mediacodec (process (signal)))
+(allow dumpstate mediadrmserver (process (signal)))
+(allow dumpstate mediaextractor (process (signal)))
+(allow dumpstate mediaserver (process (signal)))
+(allow dumpstate sdcardd (process (signal)))
+(allow dumpstate surfaceflinger (process (signal)))
+(allow dumpstate tombstoned_intercept_socket (sock_file (write)))
+(allow dumpstate tombstoned (unix_stream_socket (connectto)))
+(allow dumpstate sysfs_usb (file (write lock append map open)))
+(allow dumpstate qtaguid_proc (file (ioctl read getattr lock map open)))
+(allow dumpstate debugfs (file (ioctl read getattr lock map open)))
+(allow dumpstate block_device (dir (getattr search)))
+(allow dumpstate rootfs (dir (getattr search)))
+(allow dumpstate selinuxfs (dir (getattr search)))
+(allow dumpstate tmpfs (dir (getattr search)))
+(allow dumpstate storage_file (dir (getattr search)))
+(allow dumpstate cache_file (dir (getattr search)))
+(allow dumpstate fuse_device (chr_file (getattr)))
+(allow dumpstate dm_device (blk_file (getattr)))
+(allow dumpstate cache_block_device (blk_file (getattr)))
+(allow dumpstate rootfs (lnk_file (read getattr)))
+(allow dumpstate cache_file (lnk_file (read getattr)))
+(allow dumpstate cgroup (dir (ioctl read getattr lock search open)))
+(allow dumpstate cgroup (file (ioctl read getattr lock map open)))
+(allow dumpstate cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate binderservicedomain (binder (call transfer)))
+(allow binderservicedomain dumpstate (binder (transfer)))
+(allow dumpstate binderservicedomain (fd (use)))
+(allow dumpstate appdomain (binder (call transfer)))
+(allow dumpstate netd (binder (call transfer)))
+(allow dumpstate wificond (binder (call transfer)))
+(allow appdomain dumpstate (binder (transfer)))
+(allow netd dumpstate (binder (transfer)))
+(allow wificond dumpstate (binder (transfer)))
+(allow dumpstate appdomain (fd (use)))
+(allow dumpstate netd (fd (use)))
+(allow dumpstate wificond (fd (use)))
+(allow dumpstate sysfs_vibrator (file (ioctl read write getattr lock append map open)))
+(allow dumpstate self (capability (sys_ptrace)))
+(allow dumpstate shell_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow dumpstate shell_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow dumpstate shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate zygote_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate ashmem_device (chr_file (execute)))
+(allow dumpstate self (process (execmem)))
+(allow dumpstate dalvikcache_data_file (dir (getattr search)))
+(allow dumpstate dalvikcache_data_file (file (ioctl read getattr lock map execute open)))
+(allow dumpstate dalvikcache_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate bluetooth_data_file (dir (search)))
+(allow dumpstate bluetooth_logs_data_file (dir (ioctl read getattr lock search open)))
+(allow dumpstate bluetooth_logs_data_file (file (ioctl read getattr lock map open)))
+(allow dumpstate gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow dumpstate logcat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate logdr_socket (sock_file (write)))
+(allow dumpstate logd (unix_stream_socket (connectto)))
+(allow dumpstate logd_socket (sock_file (write)))
+(allow dumpstate logd (unix_stream_socket (connectto)))
+(allow dumpstate runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow dumpstate proc_meminfo (file (ioctl read getattr lock map open)))
+(allow dumpstate proc_net (file (ioctl read getattr lock map open)))
+(allow dumpstate proc (dir (ioctl read getattr lock search open)))
+(allow dumpstate proc (file (ioctl read getattr lock map open)))
+(allow dumpstate proc (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate net_data_file (dir (search)))
+(allow dumpstate net_data_file (file (ioctl read getattr lock map open)))
+(allow dumpstate self (netlink_tcpdiag_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_read)))
+(allow dumpstate tombstone_data_file (dir (ioctl read getattr lock search open)))
+(allow dumpstate tombstone_data_file (file (ioctl read getattr lock map open)))
+(allow dumpstate cache_recovery_file (dir (ioctl read getattr lock search open)))
+(allow dumpstate cache_recovery_file (file (ioctl read getattr lock map open)))
+(allow dumpstate recovery_data_file (dir (ioctl read getattr lock search open)))
+(allow dumpstate recovery_data_file (file (ioctl read getattr lock map open)))
+(allow dumpstate base_typeattr_83 (service_manager (find)))
+(allow dumpstate servicemanager (service_manager (list)))
+(allow dumpstate hwservicemanager (hwservice_manager (list)))
+(allow dumpstate devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow dumpstate property_socket (sock_file (write)))
+(allow dumpstate init (unix_stream_socket (connectto)))
+(allow dumpstate dumpstate_prop (property_service (set)))
+(allow dumpstate dumpstate_prop (file (ioctl read getattr lock map open)))
+(allow dumpstate property_socket (sock_file (write)))
+(allow dumpstate init (unix_stream_socket (connectto)))
+(allow dumpstate dumpstate_options_prop (property_service (set)))
+(allow dumpstate dumpstate_options_prop (file (ioctl read getattr lock map open)))
+(allow dumpstate serialno_prop (file (ioctl read getattr lock map open)))
+(allow dumpstate device_logging_prop (file (ioctl read getattr lock map open)))
+(allow dumpstate media_rw_data_file (dir (getattr)))
+(allow dumpstate proc_interrupts (file (ioctl read getattr lock map open)))
+(allow dumpstate proc_zoneinfo (file (ioctl read getattr lock map open)))
+(allow dumpstate dumpstate_service (service_manager (add find)))
+;;* lmx 215 system/sepolicy/public/dumpstate.te
+
+(neverallow base_typeattr_84 dumpstate_service (service_manager (add)))
+;;* lme
+
+(allow dumpstate ion_device (chr_file (ioctl read getattr lock map open)))
+(allow dumpstate sysfs (dir (ioctl read getattr lock search open)))
+(allow dumpstate sysfs (file (ioctl read getattr lock map open)))
+(allow dumpstate sysfs (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate proc_stat (file (ioctl read getattr lock map open)))
+(allow dumpstate sysfs_leds (lnk_file (ioctl read getattr lock map open)))
+(allow dumpstate sysfs_leds (file (ioctl read getattr lock map open)))
+(allow dumpstate sysfs_leds (dir (search)))
+(allow dumpstate installd (binder (call transfer)))
+(allow installd dumpstate (binder (transfer)))
+(allow dumpstate installd (fd (use)))
+(allow dumpstate self (netlink_xfrm_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_read)))
+;;* lmx 243 system/sepolicy/public/dumpstate.te
+
+(neverallow dumpstate base_typeattr_8 (process (ptrace)))
+;;* lme
+
+;;* lmx 246 system/sepolicy/public/dumpstate.te
+
+(neverallow base_typeattr_85 dumpstate_service (service_manager (find)))
+;;* lme
+
+;;* lmx 250 system/sepolicy/public/dumpstate.te
+
+(neverallow dumpstate sysfs (file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+(allow e2fs block_device (blk_file (getattr)))
+(allow e2fs block_device (dir (search)))
+(allow e2fs userdata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow e2fs proc (file (ioctl read getattr lock map open)))
+(allow e2fs sysfs_fs_ext4_features (file (ioctl read getattr lock map open)))
+(allow e2fs file_contexts_file (file (read getattr open)))
+(allow fs_type self (filesystem (associate)))
+(allow cgroup tmpfs (filesystem (associate)))
+(allow sysfs_type sysfs (filesystem (associate)))
+(allow debugfs_type debugfs (filesystem (associate)))
+(allow debugfs_type debugfs_tracing (filesystem (associate)))
+(allow file_type labeledfs (filesystem (associate)))
+(allow file_type tmpfs (filesystem (associate)))
+(allow file_type rootfs (filesystem (associate)))
+(allow dev_type tmpfs (filesystem (associate)))
+(allow app_fuse_file app_fusefs (filesystem (associate)))
+(allow postinstall_file self (filesystem (associate)))
+;;* lmx 347 system/sepolicy/public/file.te
+
+(neverallow fs_type file_type (filesystem (associate)))
+;;* lme
+
+(allow fingerprintd servicemanager (binder (call transfer)))
+(allow servicemanager fingerprintd (dir (search)))
+(allow servicemanager fingerprintd (file (read open)))
+(allow servicemanager fingerprintd (process (getattr)))
+(allow fingerprintd system_file (dir (ioctl read getattr lock search open)))
+(allow fingerprintd fingerprintd_service (service_manager (add find)))
+;;* lmx 10 system/sepolicy/public/fingerprintd.te
+
+(neverallow base_typeattr_86 fingerprintd_service (service_manager (add)))
+;;* lme
+
+(allow fingerprintd fingerprintd_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow fingerprintd fingerprintd_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow keystore fingerprintd (dir (search)))
+(allow keystore fingerprintd (file (read open)))
+(allow keystore fingerprintd (process (getattr)))
+(allow fingerprintd keystore_service (service_manager (find)))
+(allow fingerprintd keystore (binder (call transfer)))
+(allow keystore fingerprintd (binder (transfer)))
+(allow fingerprintd keystore (fd (use)))
+(allow fingerprintd keystore (keystore_key (add_auth)))
+(allow fingerprintd system_server (binder (call transfer)))
+(allow system_server fingerprintd (binder (transfer)))
+(allow fingerprintd system_server (fd (use)))
+(allow fingerprintd permission_service (service_manager (find)))
+(allow fingerprintd cgroup (dir (ioctl read getattr lock search open)))
+(allow fingerprintd cgroup (file (ioctl read getattr lock map open)))
+(allow fingerprintd cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow fingerprintd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow fingerprintd sysfs_type (file (ioctl read getattr lock map open)))
+(allow fingerprintd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow fingerprintd ion_device (chr_file (ioctl read getattr lock map open)))
+(allow fsck tmpfs (chr_file (ioctl read write)))
+(allow fsck devpts (chr_file (ioctl read write getattr)))
+(allow fsck vold (fd (use)))
+(allow fsck vold (fifo_file (read write getattr)))
+(allow fsck block_device (dir (search)))
+(allow fsck userdata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow fsck cache_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow fsck dm_device (blk_file (ioctl read write getattr lock append map open)))
+(allow fsck dev_type (blk_file (getattr)))
+(allow fsck proc (dir (ioctl read getattr lock search open)))
+(allow fsck proc (file (ioctl read getattr lock map open)))
+(allow fsck proc (lnk_file (ioctl read getattr lock map open)))
+(allow fsck rootfs (dir (ioctl read getattr lock search open)))
+;;* lmx 50 system/sepolicy/public/fsck.te
+
+(neverallow fsck vold_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck root_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck frp_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck system_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck recovery_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck boot_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck swap_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck metadata_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 53 system/sepolicy/public/fsck.te
+
+(neverallow base_typeattr_87 fsck (process (transition)))
+;;* lme
+
+;;* lmx 54 system/sepolicy/public/fsck.te
+
+(neverallow base_typeattr_8 fsck (process (dyntransition)))
+;;* lme
+
+;;* lmx 55 system/sepolicy/public/fsck.te
+
+(neverallow fsck base_typeattr_88 (file (entrypoint)))
+;;* lme
+
+(allow fsck_untrusted devpts (chr_file (ioctl read write getattr)))
+(allow fsck_untrusted vold (fd (use)))
+(allow fsck_untrusted vold (fifo_file (read write getattr)))
+(allow fsck_untrusted block_device (dir (search)))
+(allow fsck_untrusted vold_device (blk_file (ioctl read write getattr lock append map open)))
+(allow fsck_untrusted proc (dir (ioctl read getattr lock search open)))
+(allow fsck_untrusted proc (file (ioctl read getattr lock map open)))
+(allow fsck_untrusted proc (lnk_file (ioctl read getattr lock map open)))
+(allow fsck_untrusted dev_type (blk_file (getattr)))
+;;* lmx 44 system/sepolicy/public/fsck_untrusted.te
+
+(neverallow fsck_untrusted dm_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted root_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted frp_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted system_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted recovery_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted boot_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted userdata_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted cache_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted swap_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow fsck_untrusted metadata_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 47 system/sepolicy/public/fsck_untrusted.te
+
+(neverallow base_typeattr_89 fsck_untrusted (process (transition)))
+;;* lme
+
+;;* lmx 48 system/sepolicy/public/fsck_untrusted.te
+
+(neverallow base_typeattr_8 fsck_untrusted (process (dyntransition)))
+;;* lme
+
+;;* lmx 49 system/sepolicy/public/fsck_untrusted.te
+
+(neverallow fsck_untrusted base_typeattr_88 (file (entrypoint)))
+;;* lme
+
+(allow gatekeeperd servicemanager (binder (call transfer)))
+(allow servicemanager gatekeeperd (dir (search)))
+(allow servicemanager gatekeeperd (file (read open)))
+(allow servicemanager gatekeeperd (process (getattr)))
+(allow gatekeeperd tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allow gatekeeperd ion_device (chr_file (ioctl read getattr lock map open)))
+(allow gatekeeperd system_file (dir (ioctl read getattr lock search open)))
+(allow gatekeeperd gatekeeper_service (service_manager (add find)))
+;;* lmx 22 system/sepolicy/public/gatekeeperd.te
+
+(neverallow base_typeattr_90 gatekeeper_service (service_manager (add)))
+;;* lme
+
+(allow keystore gatekeeperd (dir (search)))
+(allow keystore gatekeeperd (file (read open)))
+(allow keystore gatekeeperd (process (getattr)))
+(allow gatekeeperd keystore_service (service_manager (find)))
+(allow gatekeeperd keystore (binder (call transfer)))
+(allow keystore gatekeeperd (binder (transfer)))
+(allow gatekeeperd keystore (fd (use)))
+(allow gatekeeperd keystore (keystore_key (add_auth)))
+(allow gatekeeperd system_server (binder (call)))
+(allow gatekeeperd permission_service (service_manager (find)))
+(allow gatekeeperd gatekeeper_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow gatekeeperd gatekeeper_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow gatekeeperd hardware_properties_service (service_manager (find)))
+(allow gatekeeperd cgroup (dir (ioctl read getattr lock search open)))
+(allow gatekeeperd cgroup (file (ioctl read getattr lock map open)))
+(allow gatekeeperd cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow hal_allocator_client hal_allocator_server (binder (call transfer)))
+(allow hal_allocator_server hal_allocator_client (binder (transfer)))
+(allow hal_allocator_client hal_allocator_server (fd (use)))
+(allow hal_allocator_server hidl_allocator_hwservice (hwservice_manager (add find)))
+(allow hal_allocator_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_allocator.te
+
+(neverallow base_typeattr_91 hidl_allocator_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_allocator_client hidl_allocator_hwservice (hwservice_manager (find)))
+(allow hal_allocator_client hidl_memory_hwservice (hwservice_manager (find)))
+(allow hal_audio_client hal_audio_server (binder (call transfer)))
+(allow hal_audio_server hal_audio_client (binder (transfer)))
+(allow hal_audio_client hal_audio_server (fd (use)))
+(allow hal_audio_server hal_audio_client (binder (call transfer)))
+(allow hal_audio_client hal_audio_server (binder (transfer)))
+(allow hal_audio_server hal_audio_client (fd (use)))
+(allow hal_audio_server hal_audio_hwservice (hwservice_manager (add find)))
+(allow hal_audio_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_audio.te
+
+(neverallow base_typeattr_92 hal_audio_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_audio_client hal_audio_hwservice (hwservice_manager (find)))
+(allow hal_audio ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_audio proc (dir (ioctl read getattr lock search open)))
+(allow hal_audio proc (file (ioctl read getattr lock map open)))
+(allow hal_audio proc (lnk_file (ioctl read getattr lock map open)))
+(allow hal_audio audio_device (dir (ioctl read getattr lock search open)))
+(allow hal_audio audio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_audio shell (fd (use)))
+(allow hal_audio shell (fifo_file (write)))
+(allow hal_audio dumpstate (fd (use)))
+(allow hal_audio dumpstate (fifo_file (write)))
+;;* lmx 31 system/sepolicy/public/hal_audio.te
+
+(neverallow hal_audio fs_type (file (execute_no_trans)))
+(neverallow hal_audio file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 35 system/sepolicy/public/hal_audio.te
+
+(neverallow hal_audio domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow hal_audio domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow hal_audio domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+;;* lmx 38 system/sepolicy/public/hal_audio.te
+
+(neverallow base_typeattr_93 audio_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(allow hal_bluetooth_client hal_bluetooth_server (binder (call transfer)))
+(allow hal_bluetooth_server hal_bluetooth_client (binder (transfer)))
+(allow hal_bluetooth_client hal_bluetooth_server (fd (use)))
+(allow hal_bluetooth_server hal_bluetooth_client (binder (call transfer)))
+(allow hal_bluetooth_client hal_bluetooth_server (binder (transfer)))
+(allow hal_bluetooth_server hal_bluetooth_client (fd (use)))
+(allow hal_bluetooth_server hal_bluetooth_hwservice (hwservice_manager (add find)))
+(allow hal_bluetooth_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_bluetooth.te
+
+(neverallow base_typeattr_94 hal_bluetooth_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_bluetooth_client hal_bluetooth_hwservice (hwservice_manager (find)))
+(allow hal_bluetooth sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow hal_bluetooth self (capability2 (block_suspend)))
+(allow hal_bluetooth self (capability (net_admin)))
+(allow hal_bluetooth bluetooth_efs_file (dir (ioctl read getattr lock search open)))
+(allow hal_bluetooth bluetooth_efs_file (file (ioctl read getattr lock map open)))
+(allow hal_bluetooth bluetooth_efs_file (lnk_file (ioctl read getattr lock map open)))
+(allow hal_bluetooth uhid_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_bluetooth hci_attach_dev (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_bluetooth sysfs_type (dir (ioctl read getattr lock search open)))
+(allow hal_bluetooth sysfs_type (file (ioctl read getattr lock map open)))
+(allow hal_bluetooth sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow hal_bluetooth sysfs_bluetooth_writable (file (ioctl read write getattr lock append map open)))
+(allow hal_bluetooth self (capability2 (wake_alarm)))
+(allow hal_bluetooth property_socket (sock_file (write)))
+(allow hal_bluetooth init (unix_stream_socket (connectto)))
+(allow hal_bluetooth bluetooth_prop (property_service (set)))
+(allow hal_bluetooth bluetooth_prop (file (ioctl read getattr lock map open)))
+(allow hal_bluetooth proc_bluetooth_writable (file (ioctl read write getattr lock append map open)))
+(allow hal_bluetooth self (capability (sys_nice)))
+(allow hal_bootctl_client hal_bootctl_server (binder (call transfer)))
+(allow hal_bootctl_server hal_bootctl_client (binder (transfer)))
+(allow hal_bootctl_client hal_bootctl_server (fd (use)))
+(allow hal_bootctl_server hal_bootctl_client (binder (call transfer)))
+(allow hal_bootctl_client hal_bootctl_server (binder (transfer)))
+(allow hal_bootctl_server hal_bootctl_client (fd (use)))
+(allow hal_bootctl_server hal_bootctl_hwservice (hwservice_manager (add find)))
+(allow hal_bootctl_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_bootctl.te
+
+(neverallow base_typeattr_95 hal_bootctl_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_bootctl_client hal_bootctl_hwservice (hwservice_manager (find)))
+(allow hal_broadcastradio_client hal_broadcastradio_server (binder (call transfer)))
+(allow hal_broadcastradio_server hal_broadcastradio_client (binder (transfer)))
+(allow hal_broadcastradio_client hal_broadcastradio_server (fd (use)))
+(allow hal_broadcastradio_server hal_broadcastradio_hwservice (hwservice_manager (add find)))
+(allow hal_broadcastradio_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 3 system/sepolicy/public/hal_broadcastradio.te
+
+(neverallow base_typeattr_96 hal_broadcastradio_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_broadcastradio_client hal_broadcastradio_hwservice (hwservice_manager (find)))
+(allow hal_camera_client hal_camera_server (binder (call transfer)))
+(allow hal_camera_server hal_camera_client (binder (transfer)))
+(allow hal_camera_client hal_camera_server (fd (use)))
+(allow hal_camera_server hal_camera_client (binder (call transfer)))
+(allow hal_camera_client hal_camera_server (binder (transfer)))
+(allow hal_camera_server hal_camera_client (fd (use)))
+(allow hal_camera_server hal_camera_hwservice (hwservice_manager (add find)))
+(allow hal_camera_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_camera.te
+
+(neverallow base_typeattr_97 hal_camera_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_camera_client hal_camera_hwservice (hwservice_manager (find)))
+(allow hal_camera camera_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_camera camera_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_camera video_device (dir (ioctl read getattr lock search open)))
+(allow hal_camera video_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_camera camera_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_camera ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_camera_client hal_graphics_allocator (fd (use)))
+(allow hal_camera_server hal_graphics_allocator (fd (use)))
+(allow hal_camera base_typeattr_98 (fd (use)))
+(allow hal_camera surfaceflinger (fd (use)))
+(allow hal_camera hal_allocator_server (fd (use)))
+;;* lmx 30 system/sepolicy/public/hal_camera.te
+
+(neverallow hal_camera fs_type (file (execute_no_trans)))
+(neverallow hal_camera file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 33 system/sepolicy/public/hal_camera.te
+
+(neverallow hal_camera domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow hal_camera domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow hal_camera domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+;;* lmx 36 system/sepolicy/public/hal_camera.te
+
+(neverallow base_typeattr_99 camera_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(allow hal_cas_client hal_cas_server (binder (call transfer)))
+(allow hal_cas_server hal_cas_client (binder (transfer)))
+(allow hal_cas_client hal_cas_server (fd (use)))
+(allow hal_cas_server hal_cas_client (binder (call transfer)))
+(allow hal_cas_client hal_cas_server (binder (transfer)))
+(allow hal_cas_server hal_cas_client (fd (use)))
+(allow hal_cas_server hal_cas_hwservice (hwservice_manager (add find)))
+(allow hal_cas_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_cas.te
+
+(neverallow base_typeattr_100 hal_cas_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_cas_client hal_cas_hwservice (hwservice_manager (find)))
+(allow hal_cas_server hidl_memory_hwservice (hwservice_manager (find)))
+(allow hal_cas serialno_prop (file (ioctl read getattr lock map open)))
+(allow hal_cas system_data_file (dir (getattr search)))
+(allow hal_cas system_data_file (file (read getattr)))
+(allow hal_cas system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow hal_cas cgroup (dir (ioctl read getattr lock search open)))
+(allow hal_cas cgroup (file (ioctl read getattr lock map open)))
+(allow hal_cas cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow hal_cas cgroup (dir (write search)))
+(allow hal_cas cgroup (file (write lock append map open)))
+(allow hal_cas ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_cas hal_graphics_allocator (fd (use)))
+(allow hal_cas tee_device (chr_file (ioctl read write getattr lock append map open)))
+;;* lmx 34 system/sepolicy/public/hal_cas.te
+
+(neverallow hal_cas fs_type (file (execute_no_trans)))
+(neverallow hal_cas file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 37 system/sepolicy/public/hal_cas.te
+
+(neverallowx hal_cas domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx hal_cas domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx hal_cas domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 37 system/sepolicy/public/hal_cas.te
+
+(neverallowx hal_cas domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx hal_cas domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx hal_cas domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 37 system/sepolicy/public/hal_cas.te
+
+(neverallowx hal_cas domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx hal_cas domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx hal_cas domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+(allow hal_configstore_client hal_configstore_server (binder (call transfer)))
+(allow hal_configstore_server hal_configstore_client (binder (transfer)))
+(allow hal_configstore_client hal_configstore_server (fd (use)))
+(allow hal_configstore_client hal_configstore_ISurfaceFlingerConfigs (hwservice_manager (find)))
+(allow hal_configstore_server hal_configstore_ISurfaceFlingerConfigs (hwservice_manager (add find)))
+(allow hal_configstore_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 6 system/sepolicy/public/hal_configstore.te
+
+(neverallow base_typeattr_101 hal_configstore_ISurfaceFlingerConfigs (hwservice_manager (add)))
+;;* lme
+
+(allow hal_configstore_server anr_data_file (file (append)))
+(allow hal_configstore_server dumpstate (fd (use)))
+(allow hal_configstore_server dumpstate (fifo_file (write append)))
+(allow hal_configstore_server system_server (fifo_file (write append)))
+(allow hal_configstore_server tombstoned (unix_stream_socket (connectto)))
+(allow hal_configstore_server tombstoned (fd (use)))
+(allow hal_configstore_server tombstoned_crash_socket (sock_file (write)))
+(allow hal_configstore_server tombstone_data_file (file (append)))
+;;* lmx 20 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server fs_type (file (execute_no_trans)))
+(neverallow hal_configstore_server file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 34 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server domain (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow hal_configstore_server domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow hal_configstore_server domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow hal_configstore_server domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_route_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow hal_configstore_server domain (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow hal_configstore_server domain (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow hal_configstore_server domain (netlink_selinux_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow hal_configstore_server domain (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow hal_configstore_server domain (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow hal_configstore_server domain (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 41 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server base_typeattr_102 (unix_stream_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind connectto)))
+(neverallow hal_configstore_server base_typeattr_102 (unix_dgram_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 49 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server base_typeattr_103 (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow hal_configstore_server base_typeattr_103 (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow hal_configstore_server base_typeattr_103 (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 52 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server fuse (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow hal_configstore_server sdcardfs (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow hal_configstore_server vfat (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 55 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server base_typeattr_8 (service_manager (add find list)))
+;;* lme
+
+;;* lmx 58 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server self (capability (chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap)))
+(neverallow hal_configstore_server self (capability2 (mac_override mac_admin syslog wake_alarm block_suspend audit_read)))
+;;* lme
+
+;;* lmx 61 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server base_typeattr_8 (process (ptrace)))
+;;* lme
+
+;;* lmx 64 system/sepolicy/public/hal_configstore.te
+
+(neverallow hal_configstore_server base_typeattr_8 (file (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (dir (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (lnk_file (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (chr_file (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (blk_file (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (sock_file (relabelfrom relabelto)))
+(neverallow hal_configstore_server base_typeattr_8 (fifo_file (relabelfrom relabelto)))
+;;* lme
+
+(allow hal_contexthub_client hal_contexthub_server (binder (call transfer)))
+(allow hal_contexthub_server hal_contexthub_client (binder (transfer)))
+(allow hal_contexthub_client hal_contexthub_server (fd (use)))
+(allow hal_contexthub_server hal_contexthub_client (binder (call transfer)))
+(allow hal_contexthub_client hal_contexthub_server (binder (transfer)))
+(allow hal_contexthub_server hal_contexthub_client (fd (use)))
+(allow hal_contexthub_server hal_contexthub_hwservice (hwservice_manager (add find)))
+(allow hal_contexthub_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_contexthub.te
+
+(neverallow base_typeattr_104 hal_contexthub_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_contexthub_client hal_contexthub_hwservice (hwservice_manager (find)))
+(allow hal_drm_client hal_drm_server (binder (call transfer)))
+(allow hal_drm_server hal_drm_client (binder (transfer)))
+(allow hal_drm_client hal_drm_server (fd (use)))
+(allow hal_drm_server hal_drm_client (binder (call transfer)))
+(allow hal_drm_client hal_drm_server (binder (transfer)))
+(allow hal_drm_server hal_drm_client (fd (use)))
+(allow hal_drm_server hal_drm_hwservice (hwservice_manager (add find)))
+(allow hal_drm_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_drm.te
+
+(neverallow base_typeattr_105 hal_drm_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_drm_client hal_drm_hwservice (hwservice_manager (find)))
+(allow hal_drm hidl_memory_hwservice (hwservice_manager (find)))
+(allow hal_drm self (process (execmem)))
+(allow hal_drm serialno_prop (file (ioctl read getattr lock map open)))
+(allow hal_drm system_file (dir (ioctl read getattr lock search open)))
+(allow hal_drm system_file (file (ioctl read getattr lock map open)))
+(allow hal_drm system_file (lnk_file (ioctl read getattr lock map open)))
+(allow hal_drm system_data_file (dir (getattr search)))
+(allow hal_drm system_data_file (file (read getattr)))
+(allow hal_drm system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow hal_drm cgroup (dir (ioctl read getattr lock search open)))
+(allow hal_drm cgroup (file (ioctl read getattr lock map open)))
+(allow hal_drm cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow hal_drm cgroup (dir (write search)))
+(allow hal_drm cgroup (file (write lock append map open)))
+(allow hal_drm ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_drm hal_graphics_allocator (fd (use)))
+(allow hal_drm mediaserver (fd (use)))
+(allow hal_drm media_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_drm media_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_drm media_data_file (file (read getattr)))
+(allow hal_drm sysfs (file (ioctl read getattr lock map open)))
+(allow hal_drm tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allowx hal_drm self (ioctl tcp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx hal_drm self (ioctl udp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx hal_drm self (ioctl rawip_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx hal_drm self (ioctl tcp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx hal_drm self (ioctl udp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx hal_drm self (ioctl rawip_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx hal_drm self (ioctl tcp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx hal_drm self (ioctl udp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx hal_drm self (ioctl rawip_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+;;* lmx 57 system/sepolicy/public/hal_drm.te
+
+(neverallow hal_drm fs_type (file (execute_no_trans)))
+(neverallow hal_drm file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 60 system/sepolicy/public/hal_drm.te
+
+(neverallowx hal_drm domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx hal_drm domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx hal_drm domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 60 system/sepolicy/public/hal_drm.te
+
+(neverallowx hal_drm domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx hal_drm domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx hal_drm domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 60 system/sepolicy/public/hal_drm.te
+
+(neverallowx hal_drm domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx hal_drm domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx hal_drm domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+(allow hal_dumpstate_client hal_dumpstate_server (binder (call transfer)))
+(allow hal_dumpstate_server hal_dumpstate_client (binder (transfer)))
+(allow hal_dumpstate_client hal_dumpstate_server (fd (use)))
+(allow hal_dumpstate_server hal_dumpstate_client (binder (call transfer)))
+(allow hal_dumpstate_client hal_dumpstate_server (binder (transfer)))
+(allow hal_dumpstate_server hal_dumpstate_client (fd (use)))
+(allow hal_dumpstate_server hal_dumpstate_hwservice (hwservice_manager (add find)))
+(allow hal_dumpstate_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_dumpstate.te
+
+(neverallow base_typeattr_106 hal_dumpstate_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_dumpstate_client hal_dumpstate_hwservice (hwservice_manager (find)))
+(allow hal_dumpstate shell_data_file (file (write)))
+(allow hal_dumpstate proc_interrupts (file (ioctl read getattr lock map open)))
+(allow hal_fingerprint_client hal_fingerprint_server (binder (call transfer)))
+(allow hal_fingerprint_server hal_fingerprint_client (binder (transfer)))
+(allow hal_fingerprint_client hal_fingerprint_server (fd (use)))
+(allow hal_fingerprint_server hal_fingerprint_client (binder (call transfer)))
+(allow hal_fingerprint_client hal_fingerprint_server (binder (transfer)))
+(allow hal_fingerprint_server hal_fingerprint_client (fd (use)))
+(allow hal_fingerprint_server hal_fingerprint_hwservice (hwservice_manager (add find)))
+(allow hal_fingerprint_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_fingerprint.te
+
+(neverallow base_typeattr_107 hal_fingerprint_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_fingerprint_client hal_fingerprint_hwservice (hwservice_manager (find)))
+(allow hal_fingerprint fingerprintd_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_fingerprint fingerprintd_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow hal_fingerprint ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_fingerprint cgroup (dir (ioctl read getattr lock search open)))
+(allow hal_fingerprint cgroup (file (ioctl read getattr lock map open)))
+(allow hal_fingerprint cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow hal_fingerprint sysfs (dir (ioctl read getattr lock search open)))
+(allow hal_fingerprint sysfs (file (ioctl read getattr lock map open)))
+(allow hal_fingerprint sysfs (lnk_file (ioctl read getattr lock map open)))
+(allow hal_gatekeeper_client hal_gatekeeper_server (binder (call transfer)))
+(allow hal_gatekeeper_server hal_gatekeeper_client (binder (transfer)))
+(allow hal_gatekeeper_client hal_gatekeeper_server (fd (use)))
+(allow hal_gatekeeper_server hal_gatekeeper_hwservice (hwservice_manager (add find)))
+(allow hal_gatekeeper_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 3 system/sepolicy/public/hal_gatekeeper.te
+
+(neverallow base_typeattr_108 hal_gatekeeper_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_gatekeeper_client hal_gatekeeper_hwservice (hwservice_manager (find)))
+(allow hal_gatekeeper tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_gatekeeper ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_gnss_client hal_gnss_server (binder (call transfer)))
+(allow hal_gnss_server hal_gnss_client (binder (transfer)))
+(allow hal_gnss_client hal_gnss_server (fd (use)))
+(allow hal_gnss_server hal_gnss_client (binder (call transfer)))
+(allow hal_gnss_client hal_gnss_server (binder (transfer)))
+(allow hal_gnss_server hal_gnss_client (fd (use)))
+(allow hal_gnss_server hal_gnss_hwservice (hwservice_manager (add find)))
+(allow hal_gnss_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_gnss.te
+
+(neverallow base_typeattr_109 hal_gnss_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_gnss_client hal_gnss_hwservice (hwservice_manager (find)))
+(allow hal_graphics_allocator_client hal_graphics_allocator_server (binder (call transfer)))
+(allow hal_graphics_allocator_server hal_graphics_allocator_client (binder (transfer)))
+(allow hal_graphics_allocator_client hal_graphics_allocator_server (fd (use)))
+(allow hal_graphics_allocator_server hal_graphics_allocator_hwservice (hwservice_manager (add find)))
+(allow hal_graphics_allocator_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_graphics_allocator.te
+
+(neverallow base_typeattr_110 hal_graphics_allocator_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_graphics_allocator_client hal_graphics_allocator_hwservice (hwservice_manager (find)))
+(allow hal_graphics_allocator_client hal_graphics_mapper_hwservice (hwservice_manager (find)))
+(allow hal_graphics_allocator gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_graphics_allocator ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_graphics_allocator self (capability (sys_nice)))
+(allow hal_graphics_composer_client hal_graphics_composer_server (binder (call transfer)))
+(allow hal_graphics_composer_server hal_graphics_composer_client (binder (transfer)))
+(allow hal_graphics_composer_client hal_graphics_composer_server (fd (use)))
+(allow hal_graphics_composer_server hal_graphics_composer_client (binder (call transfer)))
+(allow hal_graphics_composer_client hal_graphics_composer_server (binder (transfer)))
+(allow hal_graphics_composer_server hal_graphics_composer_client (fd (use)))
+(allow hal_graphics_composer_server hal_graphics_composer_hwservice (hwservice_manager (add find)))
+(allow hal_graphics_composer_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_graphics_composer.te
+
+(neverallow base_typeattr_111 hal_graphics_composer_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_graphics_composer_client hal_graphics_composer_hwservice (hwservice_manager (find)))
+(allow hal_graphics_composer_server hal_graphics_mapper_hwservice (hwservice_manager (find)))
+(allow hal_graphics_composer gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_graphics_composer ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_graphics_composer hal_graphics_allocator (fd (use)))
+(allow hal_graphics_composer graphics_device (dir (search)))
+(allow hal_graphics_composer graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_graphics_composer system_server (fd (use)))
+(allow hal_graphics_composer bootanim (fd (use)))
+(allow hal_graphics_composer appdomain (fd (use)))
+(allow hal_graphics_composer self (capability (sys_nice)))
+(allow hal_health_client hal_health_server (binder (call transfer)))
+(allow hal_health_server hal_health_client (binder (transfer)))
+(allow hal_health_client hal_health_server (fd (use)))
+(allow hal_health_server hal_health_client (binder (call transfer)))
+(allow hal_health_client hal_health_server (binder (transfer)))
+(allow hal_health_server hal_health_client (fd (use)))
+(allow hal_health_server hal_health_hwservice (hwservice_manager (add find)))
+(allow hal_health_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_health.te
+
+(neverallow base_typeattr_112 hal_health_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_health_client hal_health_hwservice (hwservice_manager (find)))
+(allow hal_health system_file (dir (ioctl read getattr lock search open)))
+(allow hal_health system_file (file (ioctl read getattr lock map open)))
+(allow hal_health system_file (lnk_file (ioctl read getattr lock map open)))
+(allow hal_ir_client hal_ir_server (binder (call transfer)))
+(allow hal_ir_server hal_ir_client (binder (transfer)))
+(allow hal_ir_client hal_ir_server (fd (use)))
+(allow hal_ir_server hal_ir_client (binder (call transfer)))
+(allow hal_ir_client hal_ir_server (binder (transfer)))
+(allow hal_ir_server hal_ir_client (fd (use)))
+(allow hal_ir_server hal_ir_hwservice (hwservice_manager (add find)))
+(allow hal_ir_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_ir.te
+
+(neverallow base_typeattr_113 hal_ir_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_ir_client hal_ir_hwservice (hwservice_manager (find)))
+(allow hal_keymaster_client hal_keymaster_server (binder (call transfer)))
+(allow hal_keymaster_server hal_keymaster_client (binder (transfer)))
+(allow hal_keymaster_client hal_keymaster_server (fd (use)))
+(allow hal_keymaster_server hal_keymaster_hwservice (hwservice_manager (add find)))
+(allow hal_keymaster_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_keymaster.te
+
+(neverallow base_typeattr_114 hal_keymaster_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_keymaster_client hal_keymaster_hwservice (hwservice_manager (find)))
+(allow hal_keymaster tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_keymaster ion_device (chr_file (ioctl read getattr lock map open)))
+(allow hal_light_client hal_light_server (binder (call transfer)))
+(allow hal_light_server hal_light_client (binder (transfer)))
+(allow hal_light_client hal_light_server (fd (use)))
+(allow hal_light_server hal_light_client (binder (call transfer)))
+(allow hal_light_client hal_light_server (binder (transfer)))
+(allow hal_light_server hal_light_client (fd (use)))
+(allow hal_light_server hal_light_hwservice (hwservice_manager (add find)))
+(allow hal_light_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_light.te
+
+(neverallow base_typeattr_115 hal_light_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_light_client hal_light_hwservice (hwservice_manager (find)))
+(allow hal_light sysfs_leds (lnk_file (read)))
+(allow hal_light sysfs_leds (file (ioctl read write getattr lock append map open)))
+(allow hal_light sysfs_leds (dir (ioctl read getattr lock search open)))
+(allow hal_memtrack_client hal_memtrack_server (binder (call transfer)))
+(allow hal_memtrack_server hal_memtrack_client (binder (transfer)))
+(allow hal_memtrack_client hal_memtrack_server (fd (use)))
+(allow hal_memtrack_server hal_memtrack_hwservice (hwservice_manager (add find)))
+(allow hal_memtrack_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_memtrack.te
+
+(neverallow base_typeattr_116 hal_memtrack_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_memtrack_client hal_memtrack_hwservice (hwservice_manager (find)))
+(allow hal_neuralnetworks_client hal_neuralnetworks_server (binder (call transfer)))
+(allow hal_neuralnetworks_server hal_neuralnetworks_client (binder (transfer)))
+(allow hal_neuralnetworks_client hal_neuralnetworks_server (fd (use)))
+(allow hal_neuralnetworks_server hal_neuralnetworks_client (binder (call transfer)))
+(allow hal_neuralnetworks_client hal_neuralnetworks_server (binder (transfer)))
+(allow hal_neuralnetworks_server hal_neuralnetworks_client (fd (use)))
+(allow hal_neuralnetworks_server hal_neuralnetworks_hwservice (hwservice_manager (add find)))
+(allow hal_neuralnetworks_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_neuralnetworks.te
+
+(neverallow base_typeattr_117 hal_neuralnetworks_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_neuralnetworks_client hal_neuralnetworks_hwservice (hwservice_manager (find)))
+(allow hal_neuralnetworks hidl_memory_hwservice (hwservice_manager (find)))
+(allow hal_neuralnetworks hal_allocator (fd (use)))
+;;* lmx 10 system/sepolicy/public/hal_neverallows.te
+
+(neverallow base_typeattr_118 self (capability (net_admin net_raw)))
+;;* lme
+
+;;* lmx 20 system/sepolicy/public/hal_neverallows.te
+
+(neverallow base_typeattr_119 domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow base_typeattr_119 domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow base_typeattr_119 domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+;;* lmx 47 system/sepolicy/public/hal_neverallows.te
+
+(neverallow base_typeattr_120 fs_type (file (execute_no_trans)))
+(neverallow base_typeattr_120 file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 49 system/sepolicy/public/hal_neverallows.te
+
+(neverallow base_typeattr_14 halserverdomain (process (transition)))
+;;* lme
+
+;;* lmx 53 system/sepolicy/public/hal_neverallows.te
+
+(neverallow base_typeattr_8 halserverdomain (process (dyntransition)))
+;;* lme
+
+(allow hal_nfc_client hal_nfc_server (binder (call transfer)))
+(allow hal_nfc_server hal_nfc_client (binder (transfer)))
+(allow hal_nfc_client hal_nfc_server (fd (use)))
+(allow hal_nfc_server hal_nfc_client (binder (call transfer)))
+(allow hal_nfc_client hal_nfc_server (binder (transfer)))
+(allow hal_nfc_server hal_nfc_client (fd (use)))
+(allow hal_nfc_server hal_nfc_hwservice (hwservice_manager (add find)))
+(allow hal_nfc_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_nfc.te
+
+(neverallow base_typeattr_121 hal_nfc_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_nfc_client hal_nfc_hwservice (hwservice_manager (find)))
+(allow hal_nfc property_socket (sock_file (write)))
+(allow hal_nfc init (unix_stream_socket (connectto)))
+(allow hal_nfc nfc_prop (property_service (set)))
+(allow hal_nfc nfc_prop (file (ioctl read getattr lock map open)))
+(allow hal_nfc nfc_device (chr_file (ioctl read write getattr lock append map open)))
+(allow hal_nfc nfc_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_nfc nfc_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_nfc nfc_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_nfc nfc_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_oemlock_client hal_oemlock_server (binder (call transfer)))
+(allow hal_oemlock_server hal_oemlock_client (binder (transfer)))
+(allow hal_oemlock_client hal_oemlock_server (fd (use)))
+(allow hal_oemlock_server hal_oemlock_hwservice (hwservice_manager (add find)))
+(allow hal_oemlock_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_oemlock.te
+
+(neverallow base_typeattr_122 hal_oemlock_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_oemlock_client hal_oemlock_hwservice (hwservice_manager (find)))
+(allow hal_power_client hal_power_server (binder (call transfer)))
+(allow hal_power_server hal_power_client (binder (transfer)))
+(allow hal_power_client hal_power_server (fd (use)))
+(allow hal_power_server hal_power_client (binder (call transfer)))
+(allow hal_power_client hal_power_server (binder (transfer)))
+(allow hal_power_server hal_power_client (fd (use)))
+(allow hal_power_server hal_power_hwservice (hwservice_manager (add find)))
+(allow hal_power_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_power.te
+
+(neverallow base_typeattr_123 hal_power_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_power_client hal_power_hwservice (hwservice_manager (find)))
+(allow hal_sensors_client hal_sensors_server (binder (call transfer)))
+(allow hal_sensors_server hal_sensors_client (binder (transfer)))
+(allow hal_sensors_client hal_sensors_server (fd (use)))
+(allow hal_sensors_server hal_sensors_hwservice (hwservice_manager (add find)))
+(allow hal_sensors_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_sensors.te
+
+(neverallow base_typeattr_124 hal_sensors_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_sensors_client hal_sensors_hwservice (hwservice_manager (find)))
+(allow hal_sensors base_typeattr_98 (fd (use)))
+(allow hal_sensors hal_allocator (fd (use)))
+(allow hal_sensors self (capability (sys_nice)))
+(allow hal_telephony_client hal_telephony_server (binder (call transfer)))
+(allow hal_telephony_server hal_telephony_client (binder (transfer)))
+(allow hal_telephony_client hal_telephony_server (fd (use)))
+(allow hal_telephony_server hal_telephony_client (binder (call transfer)))
+(allow hal_telephony_client hal_telephony_server (binder (transfer)))
+(allow hal_telephony_server hal_telephony_client (fd (use)))
+(allow hal_telephony_server hal_telephony_hwservice (hwservice_manager (add find)))
+(allow hal_telephony_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_telephony.te
+
+(neverallow base_typeattr_125 hal_telephony_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_telephony_client hal_telephony_hwservice (hwservice_manager (find)))
+(allow hal_tetheroffload_client hal_tetheroffload_server (binder (call transfer)))
+(allow hal_tetheroffload_server hal_tetheroffload_client (binder (transfer)))
+(allow hal_tetheroffload_client hal_tetheroffload_server (fd (use)))
+(allow hal_tetheroffload_server hal_tetheroffload_client (binder (call transfer)))
+(allow hal_tetheroffload_client hal_tetheroffload_server (binder (transfer)))
+(allow hal_tetheroffload_server hal_tetheroffload_client (fd (use)))
+(allow hal_tetheroffload_client hal_tetheroffload_hwservice (hwservice_manager (find)))
+(allow hal_tetheroffload_server hal_tetheroffload_client (netlink_netfilter_socket (read write getattr setopt)))
+(allow hal_thermal_client hal_thermal_server (binder (call transfer)))
+(allow hal_thermal_server hal_thermal_client (binder (transfer)))
+(allow hal_thermal_client hal_thermal_server (fd (use)))
+(allow hal_thermal_server hal_thermal_client (binder (call transfer)))
+(allow hal_thermal_client hal_thermal_server (binder (transfer)))
+(allow hal_thermal_server hal_thermal_client (fd (use)))
+(allow hal_thermal_server hal_thermal_hwservice (hwservice_manager (add find)))
+(allow hal_thermal_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_thermal.te
+
+(neverallow base_typeattr_126 hal_thermal_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_thermal_client hal_thermal_hwservice (hwservice_manager (find)))
+(allow hal_tv_cec_client hal_tv_cec_server (binder (call transfer)))
+(allow hal_tv_cec_server hal_tv_cec_client (binder (transfer)))
+(allow hal_tv_cec_client hal_tv_cec_server (fd (use)))
+(allow hal_tv_cec_server hal_tv_cec_client (binder (call transfer)))
+(allow hal_tv_cec_client hal_tv_cec_server (binder (transfer)))
+(allow hal_tv_cec_server hal_tv_cec_client (fd (use)))
+(allow hal_tv_cec_server hal_tv_cec_hwservice (hwservice_manager (add find)))
+(allow hal_tv_cec_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_tv_cec.te
+
+(neverallow base_typeattr_127 hal_tv_cec_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_tv_cec_client hal_tv_cec_hwservice (hwservice_manager (find)))
+(allow hal_tv_input_client hal_tv_input_server (binder (call transfer)))
+(allow hal_tv_input_server hal_tv_input_client (binder (transfer)))
+(allow hal_tv_input_client hal_tv_input_server (fd (use)))
+(allow hal_tv_input_server hal_tv_input_client (binder (call transfer)))
+(allow hal_tv_input_client hal_tv_input_server (binder (transfer)))
+(allow hal_tv_input_server hal_tv_input_client (fd (use)))
+(allow hal_tv_input_server hal_tv_input_hwservice (hwservice_manager (add find)))
+(allow hal_tv_input_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_tv_input.te
+
+(neverallow base_typeattr_128 hal_tv_input_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_tv_input_client hal_tv_input_hwservice (hwservice_manager (find)))
+(allow hal_usb_client hal_usb_server (binder (call transfer)))
+(allow hal_usb_server hal_usb_client (binder (transfer)))
+(allow hal_usb_client hal_usb_server (fd (use)))
+(allow hal_usb_server hal_usb_client (binder (call transfer)))
+(allow hal_usb_client hal_usb_server (binder (transfer)))
+(allow hal_usb_server hal_usb_client (fd (use)))
+(allow hal_usb_server hal_usb_hwservice (hwservice_manager (add find)))
+(allow hal_usb_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_usb.te
+
+(neverallow base_typeattr_129 hal_usb_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_usb_client hal_usb_hwservice (hwservice_manager (find)))
+(allow hal_usb self (netlink_kobject_uevent_socket (create)))
+(allow hal_usb self (netlink_kobject_uevent_socket (setopt)))
+(allow hal_usb self (netlink_kobject_uevent_socket (bind)))
+(allow hal_usb self (netlink_kobject_uevent_socket (read)))
+(allow hal_usb sysfs (dir (open)))
+(allow hal_usb sysfs (dir (read)))
+(allow hal_usb sysfs (file (read)))
+(allow hal_usb sysfs (file (open)))
+(allow hal_usb sysfs (file (write)))
+(allow hal_usb sysfs (file (getattr)))
+(allow hal_vibrator_client hal_vibrator_server (binder (call transfer)))
+(allow hal_vibrator_server hal_vibrator_client (binder (transfer)))
+(allow hal_vibrator_client hal_vibrator_server (fd (use)))
+(allow hal_vibrator_server hal_vibrator_hwservice (hwservice_manager (add find)))
+(allow hal_vibrator_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_vibrator.te
+
+(neverallow base_typeattr_130 hal_vibrator_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_vibrator_client hal_vibrator_hwservice (hwservice_manager (find)))
+(allow hal_vibrator sysfs_vibrator (file (ioctl read write getattr lock append map open)))
+(allow hal_vr_client hal_vr_server (binder (call transfer)))
+(allow hal_vr_server hal_vr_client (binder (transfer)))
+(allow hal_vr_client hal_vr_server (fd (use)))
+(allow hal_vr_server hal_vr_client (binder (call transfer)))
+(allow hal_vr_client hal_vr_server (binder (transfer)))
+(allow hal_vr_server hal_vr_client (fd (use)))
+(allow hal_vr_server hal_vr_hwservice (hwservice_manager (add find)))
+(allow hal_vr_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_vr.te
+
+(neverallow base_typeattr_131 hal_vr_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_vr_client hal_vr_hwservice (hwservice_manager (find)))
+(allow hal_weaver_client hal_weaver_server (binder (call transfer)))
+(allow hal_weaver_server hal_weaver_client (binder (transfer)))
+(allow hal_weaver_client hal_weaver_server (fd (use)))
+(allow hal_weaver_server hal_weaver_hwservice (hwservice_manager (add find)))
+(allow hal_weaver_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 4 system/sepolicy/public/hal_weaver.te
+
+(neverallow base_typeattr_132 hal_weaver_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_weaver_client hal_weaver_hwservice (hwservice_manager (find)))
+(allow hal_wifi_client hal_wifi_server (binder (call transfer)))
+(allow hal_wifi_server hal_wifi_client (binder (transfer)))
+(allow hal_wifi_client hal_wifi_server (fd (use)))
+(allow hal_wifi_server hal_wifi_client (binder (call transfer)))
+(allow hal_wifi_client hal_wifi_server (binder (transfer)))
+(allow hal_wifi_server hal_wifi_client (fd (use)))
+(allow hal_wifi_server hal_wifi_hwservice (hwservice_manager (add find)))
+(allow hal_wifi_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_wifi.te
+
+(neverallow base_typeattr_133 hal_wifi_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_wifi_client hal_wifi_hwservice (hwservice_manager (find)))
+(allow hal_wifi proc_net (dir (ioctl read getattr lock search open)))
+(allow hal_wifi proc_net (file (ioctl read getattr lock map open)))
+(allow hal_wifi proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi sysfs_type (dir (ioctl read getattr lock search open)))
+(allow hal_wifi sysfs_type (file (ioctl read getattr lock map open)))
+(allow hal_wifi sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi property_socket (sock_file (write)))
+(allow hal_wifi init (unix_stream_socket (connectto)))
+(allow hal_wifi wifi_prop (property_service (set)))
+(allow hal_wifi wifi_prop (file (ioctl read getattr lock map open)))
+(allow hal_wifi self (udp_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allowx hal_wifi self (ioctl udp_socket (0x8914)))
+(allow hal_wifi self (capability (net_admin net_raw)))
+(allow hal_wifi self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow hal_wifi self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow hal_wifi sysfs_wlan_fwpath (file (write lock append map open)))
+(allow hal_wifi proc_modules (file (read getattr open)))
+(allow hal_wifi_offload_client hal_wifi_offload_server (binder (call transfer)))
+(allow hal_wifi_offload_server hal_wifi_offload_client (binder (transfer)))
+(allow hal_wifi_offload_client hal_wifi_offload_server (fd (use)))
+(allow hal_wifi_offload_server hal_wifi_offload_client (binder (call transfer)))
+(allow hal_wifi_offload_client hal_wifi_offload_server (binder (transfer)))
+(allow hal_wifi_offload_server hal_wifi_offload_client (fd (use)))
+(allow hal_wifi_offload_server hal_wifi_offload_hwservice (hwservice_manager (add find)))
+(allow hal_wifi_offload_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_wifi.te
+
+(neverallow base_typeattr_134 hal_wifi_offload_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_wifi_offload_client hal_wifi_offload_hwservice (hwservice_manager (find)))
+(allow hal_wifi_offload proc_net (dir (ioctl read getattr lock search open)))
+(allow hal_wifi_offload proc_net (file (ioctl read getattr lock map open)))
+(allow hal_wifi_offload proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi_offload sysfs_type (dir (ioctl read getattr lock search open)))
+(allow hal_wifi_offload sysfs_type (file (ioctl read getattr lock map open)))
+(allow hal_wifi_offload sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi_supplicant_client hal_wifi_supplicant_server (binder (call transfer)))
+(allow hal_wifi_supplicant_server hal_wifi_supplicant_client (binder (transfer)))
+(allow hal_wifi_supplicant_client hal_wifi_supplicant_server (fd (use)))
+(allow hal_wifi_supplicant_server hal_wifi_supplicant_client (binder (call transfer)))
+(allow hal_wifi_supplicant_client hal_wifi_supplicant_server (binder (transfer)))
+(allow hal_wifi_supplicant_server hal_wifi_supplicant_client (fd (use)))
+(allow hal_wifi_supplicant_server hal_wifi_supplicant_hwservice (hwservice_manager (add find)))
+(allow hal_wifi_supplicant_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/public/hal_wifi_supplicant.te
+
+(neverallow base_typeattr_135 hal_wifi_supplicant_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hal_wifi_supplicant_client hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(allowx hal_wifi_supplicant self (ioctl udp_socket (0x6900 0x6902)))
+(allowx hal_wifi_supplicant self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx hal_wifi_supplicant self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow hal_wifi_supplicant sysfs_type (dir (ioctl read getattr lock search open)))
+(allow hal_wifi_supplicant sysfs_type (file (ioctl read getattr lock map open)))
+(allow hal_wifi_supplicant sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi_supplicant proc_net (dir (ioctl read getattr lock search open)))
+(allow hal_wifi_supplicant proc_net (file (ioctl read getattr lock map open)))
+(allow hal_wifi_supplicant proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow hal_wifi_supplicant kernel (system (module_request)))
+(allow hal_wifi_supplicant self (capability (setgid setuid net_admin net_raw)))
+(allow hal_wifi_supplicant cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_wifi_supplicant self (netlink_route_socket (nlmsg_write)))
+(allow hal_wifi_supplicant self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow hal_wifi_supplicant self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow hal_wifi_supplicant self (packet_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allowx hal_wifi_supplicant self (ioctl packet_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx hal_wifi_supplicant self (ioctl packet_socket (0x6900 0x6902)))
+(allowx hal_wifi_supplicant self (ioctl packet_socket ((range 0x8906 0x8907) (range 0x890b 0x890d) (range 0x8910 0x8927) 0x8929 (range 0x8930 0x8939) (range 0x8940 0x8943) (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx hal_wifi_supplicant self (ioctl packet_socket ((range 0x8b00 0x8b02) (range 0x8b04 0x8b1d) (range 0x8b20 0x8b2d) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow hal_wifi_supplicant wifi_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_wifi_supplicant wifi_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow hal_wifi_supplicant wpa_socket (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow hal_wifi_supplicant wpa_socket (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+;;* lmx 40 system/sepolicy/public/hal_wifi_supplicant.te
+
+(neverallow hal_wifi_supplicant_server sdcard_type (dir (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 41 system/sepolicy/public/hal_wifi_supplicant.te
+
+(neverallow hal_wifi_supplicant_server sdcard_type (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(allow healthd kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow healthd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow healthd sysfs_type (file (ioctl read getattr lock map open)))
+(allow healthd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow healthd rootfs (dir (ioctl read getattr lock search open)))
+(allow healthd rootfs (file (ioctl read getattr lock map open)))
+(allow healthd rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow healthd cgroup (dir (ioctl read getattr lock search open)))
+(allow healthd cgroup (file (ioctl read getattr lock map open)))
+(allow healthd cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow healthd system_file (dir (ioctl read getattr lock search open)))
+(allow healthd system_file (file (ioctl read getattr lock map open)))
+(allow healthd system_file (lnk_file (ioctl read getattr lock map open)))
+(allow healthd self (capability (sys_tty_config)))
+(allow healthd self (capability (sys_boot)))
+(allow healthd self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow healthd sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow healthd self (capability2 (block_suspend)))
+(allow healthd servicemanager (binder (call transfer)))
+(allow servicemanager healthd (dir (search)))
+(allow servicemanager healthd (file (read open)))
+(allow servicemanager healthd (process (getattr)))
+(allow healthd system_server (binder (call transfer)))
+(allow system_server healthd (binder (transfer)))
+(allow healthd system_server (fd (use)))
+(allow healthd sysfs (file (write)))
+(allow healthd sysfs_usb (file (write)))
+(allow healthd sysfs_batteryinfo (file (ioctl read getattr lock map open)))
+(allow healthd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow healthd sysfs_type (file (ioctl read getattr lock map open)))
+(allow healthd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow healthd pstorefs (dir (ioctl read getattr lock search open)))
+(allow healthd pstorefs (file (ioctl read getattr lock map open)))
+(allow healthd graphics_device (dir (ioctl read getattr lock search open)))
+(allow healthd graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow healthd input_device (dir (ioctl read getattr lock search open)))
+(allow healthd input_device (chr_file (ioctl read getattr lock map open)))
+(allow healthd tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow healthd ashmem_device (chr_file (execute)))
+(allow healthd self (process (execmem)))
+(allow healthd proc_sysrq (file (ioctl read write getattr lock append map open)))
+(allow healthd batteryproperties_service (service_manager (add find)))
+;;* lmx 59 system/sepolicy/public/healthd.te
+
+(neverallow base_typeattr_136 batteryproperties_service (service_manager (add)))
+;;* lme
+
+(allow healthd property_socket (sock_file (write)))
+(allow healthd init (unix_stream_socket (connectto)))
+(allow healthd system_prop (property_service (set)))
+(allow healthd system_prop (file (ioctl read getattr lock map open)))
+(allow hwservicemanager self (binder (set_context_mgr)))
+(allow hwservicemanager property_socket (sock_file (write)))
+(allow hwservicemanager init (unix_stream_socket (connectto)))
+(allow hwservicemanager hwservicemanager_prop (property_service (set)))
+(allow hwservicemanager hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow hwservicemanager system_file (dir (ioctl read getattr lock search open)))
+(allow hwservicemanager hwservice_contexts_file (file (ioctl read getattr lock map open)))
+(allow hwservicemanager selinuxfs (dir (ioctl read getattr lock search open)))
+(allow hwservicemanager selinuxfs (file (ioctl read getattr lock map open)))
+(allow hwservicemanager selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow hwservicemanager selinuxfs (file (write lock append map open)))
+(allow hwservicemanager kernel (security (compute_av)))
+(allow hwservicemanager self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow idmap installd (fd (use)))
+(allow idmap resourcecache_data_file (file (read write getattr)))
+(allow idmap apk_data_file (file (ioctl read getattr lock map open)))
+(allow idmap apk_data_file (dir (search)))
+(allow idmap vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow idmap vendor_app_file (file (ioctl read getattr lock map open)))
+(allow idmap vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow idmap vendor_overlay_file (dir (ioctl read getattr lock search open)))
+(allow idmap vendor_overlay_file (file (ioctl read getattr lock map open)))
+(allow idmap vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+(allow init tmpfs (chr_file (ioctl read write create getattr setattr lock append map unlink open)))
+(allow init tmpfs (chr_file (relabelfrom)))
+(allow init kmsg_device (chr_file (write relabelto)))
+(allow init properties_device (dir (relabelto)))
+(allow init properties_serial (file (write relabelto)))
+(allow init property_type (file (ioctl read write create getattr setattr lock relabelto append map unlink rename open)))
+(allow init device (file (relabelfrom)))
+(allow init runtime_event_log_tags_file (file (write setattr relabelto open)))
+(allow init device (dir (relabelto)))
+(allow init socket_device (dir (relabelto)))
+(allow init random_device (chr_file (relabelto)))
+(allow init tmpfs (chr_file (relabelfrom)))
+(allow init tmpfs (blk_file (relabelfrom)))
+(allow init tmpfs (blk_file (getattr)))
+(allow init block_device (dir (relabelto)))
+(allow init block_device (lnk_file (relabelto)))
+(allow init block_device (blk_file (relabelto)))
+(allow init dm_device (chr_file (relabelto)))
+(allow init dm_device (blk_file (relabelto)))
+(allow init kernel (fd (use)))
+(allow init tmpfs (lnk_file (read getattr relabelfrom)))
+(allow init system_block_device (lnk_file (relabelto)))
+(allow init system_block_device (blk_file (relabelto)))
+(allow init self (capability (sys_resource)))
+(allow init tmpfs (file (unlink)))
+(allow init devpts (chr_file (read write open)))
+(allow init fscklogs (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init tmpfs (chr_file (write)))
+(allow init console_device (chr_file (ioctl read write getattr lock append map open)))
+(allow init tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow init self (capability (sys_admin)))
+(allow init rootfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init rootfs (dir (mounton)))
+(allow init cgroup (dir (mounton)))
+(allow init system_file (dir (mounton)))
+(allow init vendor_file (dir (mounton)))
+(allow init system_data_file (dir (mounton)))
+(allow init storage_file (dir (mounton)))
+(allow init postinstall_mnt_dir (dir (mounton)))
+(allow init cache_file (dir (mounton)))
+(allow init device (dir (mounton)))
+(allow init rootfs (lnk_file (create unlink)))
+(allow init sysfs (dir (mounton)))
+(allow init tmpfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init tmpfs (dir (mounton)))
+(allow init cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init cgroup (dir (ioctl read getattr lock search open)))
+(allow init cgroup (file (ioctl read getattr lock map open)))
+(allow init cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow init cpuctl_device (dir (create mounton)))
+(allow init configfs (dir (mounton)))
+(allow init configfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init configfs (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init configfs (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init tmpfs (dir (relabelfrom)))
+(allow init self (capability (dac_override)))
+(allow init self (capability (sys_time)))
+(allow init self (capability (sys_rawio mknod)))
+(allow init dev_type (blk_file (ioctl read getattr lock map open)))
+(allow init fs_type (filesystem (mount remount unmount getattr relabelfrom associate quotamod quotaget)))
+(allow init unlabeled (filesystem (mount remount unmount getattr relabelfrom associate quotamod quotaget)))
+(allow init contextmount_type (filesystem (relabelto)))
+(allow init contextmount_type (dir (ioctl read getattr lock search open)))
+(allow init contextmount_type (file (ioctl read getattr lock map open)))
+(allow init contextmount_type (lnk_file (ioctl read getattr lock map open)))
+(allow init contextmount_type (sock_file (ioctl read getattr lock map open)))
+(allow init contextmount_type (fifo_file (ioctl read getattr lock map open)))
+(allow init rootfs (file (relabelfrom)))
+(allow init rootfs (dir (relabelfrom)))
+(allow init self (capability (chown fowner fsetid)))
+(allow init base_typeattr_137 (dir (ioctl read create getattr setattr search open)))
+(allow init base_typeattr_138 (dir (write relabelfrom add_name remove_name rmdir)))
+(allow init base_typeattr_139 (file (read write create getattr setattr relabelfrom unlink open)))
+(allow init base_typeattr_138 (sock_file (read create getattr setattr relabelfrom unlink open)))
+(allow init base_typeattr_138 (fifo_file (read create getattr setattr relabelfrom unlink open)))
+(allow init base_typeattr_138 (lnk_file (create getattr setattr relabelfrom unlink)))
+(allow init cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow init base_typeattr_140 (file (relabelto)))
+(allow init base_typeattr_140 (dir (relabelto)))
+(allow init base_typeattr_140 (lnk_file (relabelto)))
+(allow init base_typeattr_140 (chr_file (relabelto)))
+(allow init base_typeattr_140 (blk_file (relabelto)))
+(allow init base_typeattr_140 (sock_file (relabelto)))
+(allow init base_typeattr_140 (fifo_file (relabelto)))
+(allow init sysfs (file (getattr relabelfrom)))
+(allow init sysfs (dir (getattr relabelfrom)))
+(allow init sysfs (lnk_file (getattr relabelfrom)))
+(allow init debugfs (file (getattr relabelfrom)))
+(allow init debugfs (dir (getattr relabelfrom)))
+(allow init debugfs (lnk_file (getattr relabelfrom)))
+(allow init debugfs_tracing (file (getattr relabelfrom)))
+(allow init debugfs_tracing (dir (getattr relabelfrom)))
+(allow init debugfs_tracing (lnk_file (getattr relabelfrom)))
+(allow init sysfs_type (file (getattr relabelto)))
+(allow init sysfs_type (dir (getattr relabelto)))
+(allow init sysfs_type (lnk_file (getattr relabelto)))
+(allow init debugfs_type (file (getattr relabelto)))
+(allow init debugfs_type (dir (getattr relabelto)))
+(allow init debugfs_type (lnk_file (getattr relabelto)))
+(allow init dev_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init dev_type (lnk_file (create)))
+(allow init debugfs_tracing (file (write lock append map open)))
+(allow init debugfs_tracing_instances (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init debugfs_tracing_instances (file (write lock append map open)))
+(allow init debugfs_wifi_tracing (file (write lock append map open)))
+(allow init base_typeattr_141 (file (read setattr open)))
+(allow init base_typeattr_141 (dir (read setattr search open)))
+(allow init base_typeattr_142 (chr_file (read open)))
+(auditallow init base_typeattr_143 (chr_file (read open)))
+(allow init base_typeattr_144 (chr_file (setattr)))
+(allow init unlabeled (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow init unlabeled (file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow init unlabeled (lnk_file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow init unlabeled (sock_file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow init unlabeled (fifo_file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow init kernel (system (syslog_mod)))
+(allow init self (capability2 (syslog)))
+(allow init usermodehelper (file (ioctl read write getattr lock append map open)))
+(allow init sysfs_usermodehelper (file (ioctl read write getattr lock append map open)))
+(allow init proc_security (file (ioctl read write getattr lock append map open)))
+(allow init proc (dir (ioctl read getattr lock search open)))
+(allow init proc (file (ioctl read getattr lock map open)))
+(allow init proc (lnk_file (ioctl read getattr lock map open)))
+(allow init proc (file (write lock append map open)))
+(allow init proc_net (dir (ioctl read getattr lock search open)))
+(allow init proc_net (file (ioctl read getattr lock map open)))
+(allow init proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow init proc_net (file (write lock append map open)))
+(allow init self (capability (net_admin)))
+(allow init proc_sysrq (file (write lock append map open)))
+(allow init proc_stat (file (ioctl read getattr lock map open)))
+(allow init self (capability (sys_boot)))
+(allow init sysfs_type (dir (ioctl read getattr lock search open)))
+(allow init sysfs_type (lnk_file (read)))
+(allow init sysfs_type (file (ioctl read write getattr lock append map open)))
+(allow init misc_logd_file (dir (read write create getattr setattr add_name search open)))
+(allow init misc_logd_file (file (write create getattr setattr open)))
+(allow init self (capability (kill)))
+(allow init domain (process (sigkill signal getpgid)))
+(allow init keystore_data_file (dir (read create getattr setattr search open)))
+(allow init keystore_data_file (file (getattr)))
+(allow init vold_data_file (dir (read create getattr setattr search open)))
+(allow init vold_data_file (file (getattr)))
+(allow init shell_data_file (dir (read create getattr setattr search open)))
+(allow init shell_data_file (file (getattr)))
+(allow init self (capability (setgid setuid setpcap)))
+(allow init domain (dir (ioctl read getattr lock search open)))
+(allow init domain (file (ioctl read getattr lock map open)))
+(allow init domain (lnk_file (ioctl read getattr lock map open)))
+(allow init self (process (setexec setfscreate setsockcreate)))
+(allow init file_contexts_file (file (ioctl read getattr lock map open)))
+(allow init sepolicy_file (file (ioctl read getattr lock map open)))
+(allow init selinuxfs (dir (ioctl read getattr lock search open)))
+(allow init selinuxfs (file (ioctl read getattr lock map open)))
+(allow init selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow init selinuxfs (file (write lock append map open)))
+(allow init kernel (security (compute_av)))
+(allow init self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow init kernel (security (compute_create)))
+(allow init domain (unix_stream_socket (create bind setopt)))
+(allow init domain (unix_dgram_socket (create bind setopt)))
+(allow init property_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init property_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init property_type (property_service (set)))
+(allow init self (netlink_audit_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_relay)))
+(allow init self (capability (audit_write)))
+(allow init self (udp_socket (ioctl create)))
+(allowx init self (ioctl udp_socket (0x8914)))
+(allow init self (capability (net_raw)))
+(allow init kernel (process (setsched)))
+(allow init swap_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow init hw_random_device (chr_file (ioctl read getattr lock map open)))
+(allow init device (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init self (capability (sys_tty_config)))
+(allow init keychord_device (chr_file (ioctl read write getattr lock append map open)))
+(allow init dm_device (chr_file (ioctl read write getattr lock append map open)))
+(allow init dm_device (blk_file (ioctl read write getattr lock append map open)))
+(allow init metadata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow init pstorefs (dir (search)))
+(allow init pstorefs (file (ioctl read getattr lock map open)))
+(allow init kernel (system (syslog_read)))
+(allow init init (key (write search setattr)))
+(allow init unencrypted_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow init proc_overcommit_memory (file (write)))
+(allow init vold_socket (sock_file (write)))
+(allow init vold (unix_stream_socket (connectto)))
+(allow init misc_block_device (blk_file (write lock append map open)))
+(allow init system_file (dir (ioctl read getattr lock search open)))
+(allow init system_file (file (ioctl read getattr lock map open)))
+(allow init system_file (lnk_file (ioctl read getattr lock map open)))
+(allow init vendor_file_type (dir (ioctl read getattr lock search open)))
+(allow init vendor_file_type (file (ioctl read getattr lock map open)))
+(allow init vendor_file_type (lnk_file (ioctl read getattr lock map open)))
+(allow init proc_meminfo (file (ioctl read getattr lock map open)))
+(allow init system_data_file (file (read getattr)))
+(allow init system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow init vendor_shell_exec (file (execute)))
+;;* lmx 418 system/sepolicy/public/init.te
+
+(neverallow domain init (process (dyntransition)))
+;;* lme
+
+;;* lmx 419 system/sepolicy/public/init.te
+
+(neverallow base_typeattr_13 init (process (transition)))
+;;* lme
+
+;;* lmx 420 system/sepolicy/public/init.te
+
+(neverallow init base_typeattr_145 (file (entrypoint)))
+;;* lme
+
+;;* lmx 423 system/sepolicy/public/init.te
+
+(neverallow init shell_data_file (lnk_file (read)))
+;;* lme
+
+;;* lmx 424 system/sepolicy/public/init.te
+
+(neverallow init app_data_file (lnk_file (read)))
+;;* lme
+
+;;* lmx 427 system/sepolicy/public/init.te
+
+(neverallow init fs_type (file (execute_no_trans)))
+(neverallow init file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 430 system/sepolicy/public/init.te
+
+(neverallow init service_manager_type (service_manager (add find)))
+;;* lme
+
+;;* lmx 431 system/sepolicy/public/init.te
+
+(neverallow init servicemanager (service_manager (list)))
+;;* lme
+
+;;* lmx 434 system/sepolicy/public/init.te
+
+(neverallow init shell_data_file (dir (write add_name remove_name)))
+;;* lme
+
+(allow inputflinger servicemanager (binder (call transfer)))
+(allow servicemanager inputflinger (dir (search)))
+(allow servicemanager inputflinger (file (read open)))
+(allow servicemanager inputflinger (process (getattr)))
+(allow inputflinger system_server (binder (call transfer)))
+(allow system_server inputflinger (binder (transfer)))
+(allow inputflinger system_server (fd (use)))
+(allow inputflinger sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow inputflinger self (capability2 (block_suspend)))
+(allow inputflinger inputflinger_service (service_manager (add find)))
+;;* lmx 12 system/sepolicy/public/inputflinger.te
+
+(neverallow base_typeattr_146 inputflinger_service (service_manager (add)))
+;;* lme
+
+(allow inputflinger input_device (dir (ioctl read getattr lock search open)))
+(allow inputflinger input_device (chr_file (ioctl read write getattr lock append map open)))
+(allow inputflinger cgroup (dir (ioctl read getattr lock search open)))
+(allow inputflinger cgroup (file (ioctl read getattr lock map open)))
+(allow inputflinger cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow install_recovery self (capability (dac_override)))
+(allow install_recovery shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow install_recovery system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow install_recovery toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow install_recovery block_device (dir (search)))
+(allow install_recovery boot_block_device (blk_file (ioctl read getattr lock map open)))
+(allow install_recovery recovery_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow install_recovery cache_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow install_recovery cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow install_recovery proc_drop_caches (file (write lock append map open)))
+(allow installd self (capability (chown dac_override fowner fsetid setgid setuid sys_admin)))
+(allow installd dalvikcache_data_file (dir (relabelto)))
+(allow installd dalvikcache_data_file (file (relabelto link)))
+(allow installd apk_data_file (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow installd apk_data_file (file (ioctl read write create getattr setattr lock relabelfrom append map unlink link rename open)))
+(allow installd apk_data_file (lnk_file (ioctl read create getattr lock map unlink open)))
+(allow installd asec_apk_file (file (ioctl read getattr lock map open)))
+(allow installd apk_tmp_file (file (ioctl read getattr lock map unlink open)))
+(allow installd apk_tmp_file (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow installd oemfs (dir (ioctl read getattr lock search open)))
+(allow installd oemfs (file (ioctl read getattr lock map open)))
+(allow installd cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd cgroup (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd cgroup (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd mnt_expand_file (dir (getattr search)))
+(allow installd selinuxfs (dir (ioctl read getattr lock search open)))
+(allow installd selinuxfs (file (ioctl read getattr lock map open)))
+(allow installd selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow installd selinuxfs (file (write lock append map open)))
+(allow installd kernel (security (check_context)))
+(allow installd rootfs (dir (ioctl read getattr lock search open)))
+(allow installd rootfs (file (ioctl read getattr lock map open)))
+(allow installd rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow installd system_file (dir (ioctl read getattr lock search open)))
+(allow installd system_file (file (ioctl read getattr lock map open)))
+(allow installd system_file (lnk_file (ioctl read getattr lock map open)))
+(allow installd vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow installd vendor_app_file (file (ioctl read getattr lock map open)))
+(allow installd vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow installd vendor_overlay_file (dir (ioctl read getattr lock search open)))
+(allow installd vendor_overlay_file (file (ioctl read getattr lock map open)))
+(allow installd vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+(allow installd file_contexts_file (file (ioctl read getattr lock map open)))
+(allow installd seapp_contexts_file (file (ioctl read getattr lock map open)))
+(allow installd asec_image_file (dir (search)))
+(allow installd asec_image_file (file (getattr)))
+(allow installd system_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd system_data_file (lnk_file (create setattr unlink)))
+(allow installd media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd media_rw_data_file (file (getattr unlink)))
+(allow installd system_data_file (dir (relabelfrom)))
+(allow installd media_rw_data_file (dir (relabelto)))
+(allow installd tmpfs (dir (ioctl read getattr lock search open)))
+(allow installd storage_file (dir (search)))
+(allow installd sdcardfs (dir (read write getattr remove_name search rmdir open)))
+(allow installd sdcardfs (file (getattr unlink)))
+(allow installd misc_user_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd misc_user_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd keychain_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd keychain_data_file (file (ioctl read getattr lock map unlink open)))
+(allow installd install_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd dalvikcache_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd dalvikcache_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd dalvikcache_data_file (lnk_file (getattr)))
+(allow installd resourcecache_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow installd resourcecache_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd unlabeled (dir (ioctl read write getattr lock relabelfrom add_name remove_name search rmdir open)))
+(allow installd unlabeled (file (getattr setattr relabelfrom unlink rename)))
+(allow installd unlabeled (lnk_file (getattr setattr relabelfrom unlink rename)))
+(allow installd unlabeled (sock_file (getattr setattr relabelfrom unlink rename)))
+(allow installd unlabeled (fifo_file (getattr setattr relabelfrom unlink rename)))
+(allow installd unlabeled (file (ioctl read getattr lock map open)))
+(allow installd system_data_file (file (getattr relabelfrom unlink)))
+(allow installd system_data_file (lnk_file (getattr relabelfrom unlink)))
+(allow installd system_data_file (sock_file (getattr relabelfrom unlink)))
+(allow installd system_data_file (fifo_file (getattr relabelfrom unlink)))
+(allow installd shell_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd bluetooth_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd nfc_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd radio_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd app_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd system_app_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow installd shell_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd shell_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd shell_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd shell_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd bluetooth_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd bluetooth_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd bluetooth_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd bluetooth_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd nfc_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd nfc_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd nfc_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd nfc_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd radio_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd radio_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd radio_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd radio_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd app_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd app_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd app_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd app_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd system_app_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd system_app_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd system_app_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd system_app_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink rename open)))
+(allow installd user_profile_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow installd user_profile_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow installd user_profile_data_file (dir (rmdir)))
+(allow installd user_profile_data_file (file (unlink)))
+(allow installd profman_dump_data_file (dir (write add_name search)))
+(allow installd profman_dump_data_file (file (write create setattr open)))
+(allow installd devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow installd toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow installd servicemanager (binder (call transfer)))
+(allow servicemanager installd (dir (search)))
+(allow servicemanager installd (file (read open)))
+(allow servicemanager installd (process (getattr)))
+(allow installd installd_service (service_manager (add find)))
+;;* lmx 134 system/sepolicy/public/installd.te
+
+(neverallow base_typeattr_147 installd_service (service_manager (add)))
+;;* lme
+
+(allow installd dumpstate (fifo_file (write getattr)))
+(allow installd system_server (binder (call transfer)))
+(allow system_server installd (binder (transfer)))
+(allow installd system_server (fd (use)))
+(allow installd permission_service (service_manager (find)))
+(allow installd block_device (dir (search)))
+(allow installd labeledfs (filesystem (quotamod quotaget)))
+(allow installd preloads_data_file (file (ioctl read getattr lock map unlink open)))
+(allow installd preloads_data_file (dir (ioctl read write getattr lock remove_name search rmdir open)))
+(allow installd preloads_media_file (file (ioctl read getattr lock map unlink open)))
+(allow installd preloads_media_file (dir (ioctl read write getattr lock remove_name search rmdir open)))
+;;* lmx 157 system/sepolicy/public/installd.te
+
+(neverallow base_typeattr_148 installd_service (service_manager (find)))
+;;* lme
+
+;;* lmx 158 system/sepolicy/public/installd.te
+
+(neverallow base_typeattr_61 installd (binder (call)))
+;;* lme
+
+;;* lmx 159 system/sepolicy/public/installd.te
+
+(neverallow installd base_typeattr_149 (binder (call)))
+;;* lme
+
+(allow kernel self (capability (sys_nice)))
+(allow kernel rootfs (dir (ioctl read getattr lock search open)))
+(allow kernel rootfs (file (ioctl read getattr lock map open)))
+(allow kernel rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow kernel proc (dir (ioctl read getattr lock search open)))
+(allow kernel proc (file (ioctl read getattr lock map open)))
+(allow kernel proc (lnk_file (ioctl read getattr lock map open)))
+(allow kernel selinuxfs (dir (ioctl read getattr lock search open)))
+(allow kernel selinuxfs (file (ioctl read getattr lock map open)))
+(allow kernel file_contexts_file (file (ioctl read getattr lock map open)))
+(allow kernel rootfs (file (relabelfrom)))
+(allow kernel init_exec (file (relabelto)))
+(allow kernel init (process (share)))
+(allow kernel unlabeled (dir (search)))
+(allow kernel usbfs (filesystem (mount)))
+(allow kernel usbfs (dir (search)))
+(dontaudit kernel self (security (setenforce)))
+(allow kernel self (capability (sys_resource)))
+(allow kernel self (capability (sys_boot)))
+(allow kernel proc_sysrq (file (write lock append map open)))
+(allow kernel tmpfs (chr_file (write)))
+(allow kernel selinuxfs (file (write)))
+(allow kernel self (security (setcheckreqprot)))
+(allow kernel sdcard_type (file (read write)))
+(allow kernel mediaprovider (fd (use)))
+(allow kernel vold (fd (use)))
+(allow kernel app_data_file (file (read)))
+(allow kernel asec_image_file (file (read)))
+(allow kernel media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow kernel media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow kernel vold_data_file (file (read)))
+;;* lmx 89 system/sepolicy/public/kernel.te
+
+(neverallow base_typeattr_8 kernel (process (transition dyntransition)))
+;;* lme
+
+;;* lmx 99 system/sepolicy/public/kernel.te
+
+(neverallow kernel base_typeattr_8 (file (execute_no_trans entrypoint)))
+;;* lme
+
+;;* lmx 104 system/sepolicy/public/kernel.te
+
+(neverallow kernel self (capability (dac_override dac_read_search)))
+;;* lme
+
+(allow keystore servicemanager (binder (call transfer)))
+(allow servicemanager keystore (dir (search)))
+(allow servicemanager keystore (file (read open)))
+(allow servicemanager keystore (process (getattr)))
+(allow keystore system_server (binder (call transfer)))
+(allow system_server keystore (binder (transfer)))
+(allow keystore system_server (fd (use)))
+(allow keystore keystore_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow keystore keystore_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow keystore keystore_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow keystore keystore_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow keystore keystore_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow keystore keystore_exec (file (getattr)))
+(allow keystore keystore_service (service_manager (add find)))
+;;* lmx 14 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_150 keystore_service (service_manager (add)))
+;;* lme
+
+(allow keystore sec_key_att_app_id_provider_service (service_manager (find)))
+(allow keystore selinuxfs (dir (ioctl read getattr lock search open)))
+(allow keystore selinuxfs (file (ioctl read getattr lock map open)))
+(allow keystore selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow keystore selinuxfs (file (write lock append map open)))
+(allow keystore kernel (security (compute_av)))
+(allow keystore self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow keystore cgroup (dir (ioctl read getattr lock search open)))
+(allow keystore cgroup (file (ioctl read getattr lock map open)))
+(allow keystore cgroup (lnk_file (ioctl read getattr lock map open)))
+;;* lmx 28 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_150 keystore_data_file (dir (write lock relabelfrom append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+;;* lme
+
+;;* lmx 29 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_150 keystore_data_file (file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_150 keystore_data_file (lnk_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_150 keystore_data_file (sock_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_150 keystore_data_file (fifo_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 31 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_151 keystore_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 32 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_151 keystore_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_151 keystore_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_151 keystore_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_151 keystore_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 34 system/sepolicy/public/keystore.te
+
+(neverallow base_typeattr_8 keystore (process (ptrace)))
+;;* lme
+
+(allow lmkd self (capability (dac_override kill sys_resource)))
+(allow lmkd self (capability (ipc_lock)))
+(allow lmkd appdomain (dir (ioctl read getattr lock search open)))
+(allow lmkd appdomain (file (ioctl read getattr lock map open)))
+(allow lmkd appdomain (lnk_file (ioctl read getattr lock map open)))
+(allow lmkd appdomain (file (write)))
+(allow lmkd system_server (dir (ioctl read getattr lock search open)))
+(allow lmkd system_server (file (ioctl read getattr lock map open)))
+(allow lmkd system_server (lnk_file (ioctl read getattr lock map open)))
+(allow lmkd system_server (file (write)))
+(allow lmkd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow lmkd sysfs_type (file (ioctl read getattr lock map open)))
+(allow lmkd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow lmkd sysfs_lowmemorykiller (file (write lock append map open)))
+(allow lmkd appdomain (process (sigkill)))
+(allow lmkd cgroup (dir (remove_name rmdir)))
+(allow lmkd cgroup (file (ioctl read getattr lock map open)))
+(allow lmkd self (capability (sys_nice)))
+(allow lmkd proc_zoneinfo (file (ioctl read getattr lock map open)))
+(allow lmkd lmkd_exec (file (getattr map execute execute_no_trans)))
+;;* lmx 44 system/sepolicy/public/lmkd.te
+
+(neverallow base_typeattr_8 lmkd (process (noatsecure)))
+;;* lme
+
+(allow logd cgroup (dir (ioctl read getattr lock search open)))
+(allow logd cgroup (file (ioctl read getattr lock map open)))
+(allow logd cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow logd proc (dir (ioctl read getattr lock search open)))
+(allow logd proc (file (ioctl read getattr lock map open)))
+(allow logd proc (lnk_file (ioctl read getattr lock map open)))
+(allow logd proc_meminfo (dir (ioctl read getattr lock search open)))
+(allow logd proc_meminfo (file (ioctl read getattr lock map open)))
+(allow logd proc_meminfo (lnk_file (ioctl read getattr lock map open)))
+(allow logd proc_net (dir (ioctl read getattr lock search open)))
+(allow logd proc_net (file (ioctl read getattr lock map open)))
+(allow logd proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow logd self (capability (setgid setuid setpcap sys_nice audit_control)))
+(allow logd self (capability2 (syslog)))
+(allow logd self (netlink_audit_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_write)))
+(allow logd kernel (system (syslog_read)))
+(allow logd kmsg_device (chr_file (write lock append map open)))
+(allow logd system_data_file (file (ioctl read getattr lock map open)))
+(allow logd system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow logd pstorefs (dir (search)))
+(allow logd pstorefs (file (ioctl read getattr lock map open)))
+(allow logd runtime_event_log_tags_file (file (ioctl read write getattr lock append map open)))
+(allow logd device_logging_prop (file (ioctl read getattr lock map open)))
+(allow logd domain (dir (ioctl read getattr lock search open)))
+(allow logd domain (file (ioctl read getattr lock map open)))
+(allow logd domain (lnk_file (ioctl read getattr lock map open)))
+(allow logd kernel (system (syslog_mod)))
+(allow logd logd_socket (sock_file (write)))
+(allow logd logd (unix_stream_socket (connectto)))
+(allow logd runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow runtime_event_log_tags_file tmpfs (filesystem (associate)))
+(dontaudit domain runtime_event_log_tags_file (file (read open)))
+;;* lmx 50 system/sepolicy/public/logd.te
+
+(neverallow logd dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 53 system/sepolicy/public/logd.te
+
+(neverallow logd domain (process (ptrace)))
+;;* lme
+
+;;* lmx 56 system/sepolicy/public/logd.te
+
+(neverallow domain logd (process (ptrace)))
+;;* lme
+
+;;* lmx 59 system/sepolicy/public/logd.te
+
+(neverallow logd system_file (file (write)))
+(neverallow logd system_file (dir (write)))
+(neverallow logd system_file (lnk_file (write)))
+(neverallow logd system_file (chr_file (write)))
+(neverallow logd system_file (blk_file (write)))
+(neverallow logd system_file (sock_file (write)))
+(neverallow logd system_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 62 system/sepolicy/public/logd.te
+
+(neverallow logd system_data_file (file (write)))
+(neverallow logd system_data_file (dir (write)))
+(neverallow logd system_data_file (lnk_file (write)))
+(neverallow logd system_data_file (chr_file (write)))
+(neverallow logd system_data_file (blk_file (write)))
+(neverallow logd system_data_file (sock_file (write)))
+(neverallow logd system_data_file (fifo_file (write)))
+(neverallow logd app_data_file (file (write)))
+(neverallow logd app_data_file (dir (write)))
+(neverallow logd app_data_file (lnk_file (write)))
+(neverallow logd app_data_file (chr_file (write)))
+(neverallow logd app_data_file (blk_file (write)))
+(neverallow logd app_data_file (sock_file (write)))
+(neverallow logd app_data_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 65 system/sepolicy/public/logd.te
+
+(neverallow base_typeattr_14 logd (process (transition)))
+;;* lme
+
+;;* lmx 66 system/sepolicy/public/logd.te
+
+(neverallow base_typeattr_8 logd (process (dyntransition)))
+;;* lme
+
+;;* lmx 73 system/sepolicy/public/logd.te
+
+(neverallow base_typeattr_152 runtime_event_log_tags_file (file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 11 system/sepolicy/public/logpersist.te
+
+(neverallow logpersist dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 14 system/sepolicy/public/logpersist.te
+
+(neverallow logpersist domain (process (ptrace)))
+;;* lme
+
+;;* lmx 17 system/sepolicy/public/logpersist.te
+
+(neverallow logpersist system_data_file (file (write)))
+(neverallow logpersist system_data_file (dir (write)))
+(neverallow logpersist system_data_file (lnk_file (write)))
+(neverallow logpersist system_data_file (chr_file (write)))
+(neverallow logpersist system_data_file (blk_file (write)))
+(neverallow logpersist system_data_file (sock_file (write)))
+(neverallow logpersist system_data_file (fifo_file (write)))
+(neverallow logpersist app_data_file (file (write)))
+(neverallow logpersist app_data_file (dir (write)))
+(neverallow logpersist app_data_file (lnk_file (write)))
+(neverallow logpersist app_data_file (chr_file (write)))
+(neverallow logpersist app_data_file (blk_file (write)))
+(neverallow logpersist app_data_file (sock_file (write)))
+(neverallow logpersist app_data_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 27 system/sepolicy/public/logpersist.te
+
+(neverallow base_typeattr_8 logpersist (process (dyntransition)))
+;;* lme
+
+(allow mediacodec hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow mediacodec vndbinder_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediacodec vndservicemanager (binder (call transfer)))
+(allow vndservicemanager mediacodec (dir (search)))
+(allow vndservicemanager mediacodec (file (read open)))
+(allow vndservicemanager mediacodec (process (getattr)))
+(allow mediacodec binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mediacodec (binder (transfer)))
+(allow mediacodec binderservicedomain (fd (use)))
+(allow mediacodec appdomain (binder (call transfer)))
+(allow appdomain mediacodec (binder (transfer)))
+(allow mediacodec appdomain (fd (use)))
+(allow mediacodec hal_graphics_composer (fd (use)))
+(allow mediacodec gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediacodec video_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediacodec video_device (dir (search)))
+(allow mediacodec ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediacodec hal_camera (fd (use)))
+(allow mediacodec anr_data_file (file (append)))
+(allow mediacodec dumpstate (fd (use)))
+(allow mediacodec dumpstate (fifo_file (write append)))
+(allow mediacodec system_server (fifo_file (write append)))
+(allow mediacodec tombstoned (unix_stream_socket (connectto)))
+(allow mediacodec tombstoned (fd (use)))
+(allow mediacodec tombstoned_crash_socket (sock_file (write)))
+(allow mediacodec tombstone_data_file (file (append)))
+(allow mediacodec hal_omx_hwservice (hwservice_manager (add find)))
+(allow mediacodec hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 36 system/sepolicy/public/mediacodec.te
+
+(neverallow base_typeattr_153 hal_omx_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow mediacodec bufferhubd (fd (use)))
+;;* lmx 57 system/sepolicy/public/mediacodec.te
+
+(neverallow mediacodec fs_type (file (execute_no_trans)))
+(neverallow mediacodec file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 69 system/sepolicy/public/mediacodec.te
+
+(neverallow mediacodec domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow mediacodec domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow mediacodec domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+(allow mediadrmserver servicemanager (binder (call transfer)))
+(allow servicemanager mediadrmserver (dir (search)))
+(allow servicemanager mediadrmserver (file (read open)))
+(allow servicemanager mediadrmserver (process (getattr)))
+(allow mediadrmserver binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mediadrmserver (binder (transfer)))
+(allow mediadrmserver binderservicedomain (fd (use)))
+(allow mediadrmserver appdomain (binder (call transfer)))
+(allow appdomain mediadrmserver (binder (transfer)))
+(allow mediadrmserver appdomain (fd (use)))
+(allow mediadrmserver mediadrmserver_service (service_manager (add find)))
+;;* lmx 14 system/sepolicy/public/mediadrmserver.te
+
+(neverallow base_typeattr_154 mediadrmserver_service (service_manager (add)))
+;;* lme
+
+(allow mediadrmserver mediaserver_service (service_manager (find)))
+(allow mediadrmserver mediametrics_service (service_manager (find)))
+(allow mediadrmserver processinfo_service (service_manager (find)))
+(allow mediadrmserver surfaceflinger_service (service_manager (find)))
+(allow mediadrmserver system_file (dir (ioctl read getattr lock search open)))
+(allow mediadrmserver mediacodec (binder (call transfer)))
+(allow mediacodec mediadrmserver (binder (transfer)))
+(allow mediadrmserver mediacodec (fd (use)))
+;;* lmx 28 system/sepolicy/public/mediadrmserver.te
+
+(neverallow mediadrmserver fs_type (file (execute_no_trans)))
+(neverallow mediadrmserver file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 31 system/sepolicy/public/mediadrmserver.te
+
+(neverallowx mediadrmserver domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx mediadrmserver domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx mediadrmserver domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 31 system/sepolicy/public/mediadrmserver.te
+
+(neverallowx mediadrmserver domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediadrmserver domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediadrmserver domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 31 system/sepolicy/public/mediadrmserver.te
+
+(neverallowx mediadrmserver domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediadrmserver domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediadrmserver domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+(allow mediaextractor servicemanager (binder (call transfer)))
+(allow servicemanager mediaextractor (dir (search)))
+(allow servicemanager mediaextractor (file (read open)))
+(allow servicemanager mediaextractor (process (getattr)))
+(allow mediaextractor binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mediaextractor (binder (transfer)))
+(allow mediaextractor binderservicedomain (fd (use)))
+(allow mediaextractor appdomain (binder (call transfer)))
+(allow appdomain mediaextractor (binder (transfer)))
+(allow mediaextractor appdomain (fd (use)))
+(allow mediaextractor mediaextractor_service (service_manager (add find)))
+;;* lmx 12 system/sepolicy/public/mediaextractor.te
+
+(neverallow base_typeattr_155 mediaextractor_service (service_manager (add)))
+;;* lme
+
+(allow mediaextractor mediametrics_service (service_manager (find)))
+(allow mediaextractor hidl_token_hwservice (hwservice_manager (find)))
+(allow mediaextractor system_server (fd (use)))
+(allow mediaextractor cgroup (dir (ioctl read getattr lock search open)))
+(allow mediaextractor cgroup (file (ioctl read getattr lock map open)))
+(allow mediaextractor cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow mediaextractor proc_meminfo (file (ioctl read getattr lock map open)))
+(allow mediaextractor anr_data_file (file (append)))
+(allow mediaextractor dumpstate (fd (use)))
+(allow mediaextractor dumpstate (fifo_file (write append)))
+(allow mediaextractor system_server (fifo_file (write append)))
+(allow mediaextractor tombstoned (unix_stream_socket (connectto)))
+(allow mediaextractor tombstoned (fd (use)))
+(allow mediaextractor tombstoned_crash_socket (sock_file (write)))
+(allow mediaextractor tombstone_data_file (file (append)))
+(allow mediaextractor media_rw_data_file (file (read getattr)))
+(allow mediaextractor app_data_file (file (read getattr)))
+(allow mediaextractor apk_data_file (file (read getattr)))
+(allow mediaextractor asec_apk_file (file (read getattr)))
+(allow mediaextractor ringtone_file (file (read getattr)))
+;;* lmx 40 system/sepolicy/public/mediaextractor.te
+
+(neverallow mediaextractor fs_type (file (execute_no_trans)))
+(neverallow mediaextractor file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 52 system/sepolicy/public/mediaextractor.te
+
+(neverallow mediaextractor domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow mediaextractor domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow mediaextractor domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+(allow mediametrics servicemanager (binder (call transfer)))
+(allow servicemanager mediametrics (dir (search)))
+(allow servicemanager mediametrics (file (read open)))
+(allow servicemanager mediametrics (process (getattr)))
+(allow mediametrics binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mediametrics (binder (transfer)))
+(allow mediametrics binderservicedomain (fd (use)))
+(allow mediametrics mediametrics_service (service_manager (add find)))
+;;* lmx 10 system/sepolicy/public/mediametrics.te
+
+(neverallow base_typeattr_156 mediametrics_service (service_manager (add)))
+;;* lme
+
+(allow mediametrics system_server (fd (use)))
+(allow mediametrics cgroup (dir (ioctl read getattr lock search open)))
+(allow mediametrics cgroup (file (ioctl read getattr lock map open)))
+(allow mediametrics cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow mediametrics proc_meminfo (file (ioctl read getattr lock map open)))
+(allow mediametrics app_data_file (file (write)))
+(allow mediametrics package_native_service (service_manager (find)))
+;;* lmx 29 system/sepolicy/public/mediametrics.te
+
+(neverallow mediametrics fs_type (file (execute_no_trans)))
+(neverallow mediametrics file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 41 system/sepolicy/public/mediametrics.te
+
+(neverallow mediametrics domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow mediametrics domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow mediametrics domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+(allow mediaserver sdcard_type (dir (ioctl read getattr lock search open)))
+(allow mediaserver sdcard_type (file (ioctl read getattr lock map open)))
+(allow mediaserver sdcard_type (lnk_file (ioctl read getattr lock map open)))
+(allow mediaserver cgroup (dir (ioctl read getattr lock search open)))
+(allow mediaserver cgroup (file (ioctl read getattr lock map open)))
+(allow mediaserver cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow mediaserver proc (lnk_file (getattr)))
+(allow mediaserver system_file (dir (ioctl read getattr lock search open)))
+(allow mediaserver servicemanager (binder (call transfer)))
+(allow servicemanager mediaserver (dir (search)))
+(allow servicemanager mediaserver (file (read open)))
+(allow servicemanager mediaserver (process (getattr)))
+(allow mediaserver binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mediaserver (binder (transfer)))
+(allow mediaserver binderservicedomain (fd (use)))
+(allow mediaserver appdomain (binder (call transfer)))
+(allow appdomain mediaserver (binder (transfer)))
+(allow mediaserver appdomain (fd (use)))
+(allow mediaserver media_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mediaserver media_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mediaserver app_data_file (dir (search)))
+(allow mediaserver app_data_file (file (ioctl read write getattr lock append map open)))
+(allow mediaserver sdcard_type (file (write)))
+(allow mediaserver gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediaserver video_device (dir (ioctl read getattr lock search open)))
+(allow mediaserver video_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediaserver property_socket (sock_file (write)))
+(allow mediaserver init (unix_stream_socket (connectto)))
+(allow mediaserver audio_prop (property_service (set)))
+(allow mediaserver audio_prop (file (ioctl read getattr lock map open)))
+(allow mediaserver sysfs (file (ioctl read getattr lock map open)))
+(allow mediaserver apk_data_file (file (read getattr)))
+(allow mediaserver asec_apk_file (file (read getattr)))
+(allow mediaserver ringtone_file (file (read getattr)))
+(allow mediaserver radio_data_file (file (read getattr)))
+(allow mediaserver appdomain (fifo_file (read write getattr)))
+(allow mediaserver rpmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediaserver system_server (fifo_file (ioctl read getattr lock map open)))
+(allow mediaserver media_rw_data_file (dir (ioctl read getattr lock search open)))
+(allow mediaserver media_rw_data_file (file (ioctl read getattr lock map open)))
+(allow mediaserver media_rw_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow mediaserver app_fuse_file (file (read getattr)))
+(allow mediaserver qtaguid_proc (file (ioctl read write getattr lock append map open)))
+(allow mediaserver qtaguid_device (chr_file (ioctl read getattr lock map open)))
+(allow mediaserver drmserver_socket (sock_file (write)))
+(allow mediaserver drmserver (unix_stream_socket (connectto)))
+(allow mediaserver bluetooth_socket (sock_file (write)))
+(allow mediaserver bluetooth (unix_stream_socket (connectto)))
+(allow mediaserver mediaserver_service (service_manager (add find)))
+;;* lmx 78 system/sepolicy/public/mediaserver.te
+
+(neverallow base_typeattr_157 mediaserver_service (service_manager (add)))
+;;* lme
+
+(allow mediaserver activity_service (service_manager (find)))
+(allow mediaserver appops_service (service_manager (find)))
+(allow mediaserver audioserver_service (service_manager (find)))
+(allow mediaserver cameraserver_service (service_manager (find)))
+(allow mediaserver batterystats_service (service_manager (find)))
+(allow mediaserver drmserver_service (service_manager (find)))
+(allow mediaserver mediaextractor_service (service_manager (find)))
+(allow mediaserver mediacodec_service (service_manager (find)))
+(allow mediaserver mediametrics_service (service_manager (find)))
+(allow mediaserver media_session_service (service_manager (find)))
+(allow mediaserver permission_service (service_manager (find)))
+(allow mediaserver power_service (service_manager (find)))
+(allow mediaserver processinfo_service (service_manager (find)))
+(allow mediaserver scheduling_policy_service (service_manager (find)))
+(allow mediaserver surfaceflinger_service (service_manager (find)))
+(allow mediaserver mediadrmserver_service (service_manager (find)))
+(allow mediaserver hidl_token_hwservice (hwservice_manager (find)))
+(allow mediaserver oemfs (dir (search)))
+(allow mediaserver oemfs (file (ioctl read getattr lock map open)))
+(allow drmserver mediaserver (dir (search)))
+(allow drmserver mediaserver (file (read open)))
+(allow drmserver mediaserver (process (getattr)))
+(allow mediaserver drmserver (drmservice (consumeRights setPlaybackStatus openDecryptSession closeDecryptSession initializeDecryptUnit decrypt finalizeDecryptUnit pread)))
+(allowx mediaserver self (ioctl tcp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx mediaserver self (ioctl udp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx mediaserver self (ioctl rawip_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx mediaserver self (ioctl tcp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx mediaserver self (ioctl udp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx mediaserver self (ioctl rawip_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx mediaserver self (ioctl tcp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx mediaserver self (ioctl udp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx mediaserver self (ioctl rawip_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allow mediaserver media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mediaserver media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mediaserver preloads_media_file (file (ioctl read getattr)))
+(allow mediaserver ion_device (chr_file (ioctl read getattr lock map open)))
+(allow mediaserver hal_graphics_allocator (fd (use)))
+(allow mediaserver hal_graphics_composer (fd (use)))
+(allow mediaserver hal_camera (fd (use)))
+(allow mediaserver system_server (fd (use)))
+(allow mediaserver mediacodec (binder (call transfer)))
+(allow mediacodec mediaserver (binder (transfer)))
+(allow mediaserver mediacodec (fd (use)))
+;;* lmx 147 system/sepolicy/public/mediaserver.te
+
+(neverallow mediaserver fs_type (file (execute_no_trans)))
+(neverallow mediaserver file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 150 system/sepolicy/public/mediaserver.te
+
+(neverallowx mediaserver domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx mediaserver domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx mediaserver domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 150 system/sepolicy/public/mediaserver.te
+
+(neverallowx mediaserver domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediaserver domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediaserver domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 150 system/sepolicy/public/mediaserver.te
+
+(neverallowx mediaserver domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediaserver domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediaserver domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+(allow modprobe proc_modules (file (ioctl read getattr lock map open)))
+(allow modprobe self (capability (sys_module)))
+(allow modprobe kernel (key (search)))
+(allow modprobe system_file (system (module_load)))
+(allow modprobe system_file (dir (ioctl read getattr lock search open)))
+(allow modprobe system_file (file (ioctl read getattr lock map open)))
+(allow modprobe system_file (lnk_file (ioctl read getattr lock map open)))
+(allow mtp self (socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow mtp self (capability (net_raw)))
+(allow mtp ppp (process (signal)))
+(allow mtp vpn_data_file (dir (search)))
+(allowx netd self (ioctl udp_socket (0x6900 0x6902)))
+(allowx netd self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx netd self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow netd cgroup (dir (ioctl read getattr lock search open)))
+(allow netd cgroup (file (ioctl read getattr lock map open)))
+(allow netd cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow netd system_server (fd (use)))
+(allow netd self (capability (kill net_admin net_raw)))
+(dontaudit netd self (capability (fsetid)))
+(allow netd self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netd self (netlink_route_socket (nlmsg_write)))
+(allow netd self (netlink_nflog_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netd self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netd self (netlink_tcpdiag_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_read nlmsg_write)))
+(allow netd self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netd self (netlink_netfilter_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netd shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow netd system_file (file (getattr map execute execute_no_trans)))
+(allow netd devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow netd system_file (file (lock)))
+(allow netd proc_net (dir (ioctl read getattr lock search open)))
+(allow netd proc_net (file (ioctl read getattr lock map open)))
+(allow netd proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow netd proc_net (file (ioctl read write getattr lock append map open)))
+(allow netd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow netd sysfs_type (file (ioctl read getattr lock map open)))
+(allow netd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow netd sysfs (file (write)))
+(allow netd sysfs_usb (file (write)))
+(allow netd self (capability (chown dac_override)))
+(allow netd net_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow netd net_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow netd self (capability (fowner)))
+(allow netd system_file (file (lock)))
+(allow netd dnsmasq (process (signal)))
+(allow netd clatd (process (signal)))
+(allow netd property_socket (sock_file (write)))
+(allow netd init (unix_stream_socket (connectto)))
+(allow netd ctl_mdnsd_prop (property_service (set)))
+(allow netd ctl_mdnsd_prop (file (ioctl read getattr lock map open)))
+(allow netd property_socket (sock_file (write)))
+(allow netd init (unix_stream_socket (connectto)))
+(allow netd netd_stable_secret_prop (property_service (set)))
+(allow netd netd_stable_secret_prop (file (ioctl read getattr lock map open)))
+(allow netd servicemanager (binder (call transfer)))
+(allow servicemanager netd (dir (search)))
+(allow servicemanager netd (file (read open)))
+(allow servicemanager netd (process (getattr)))
+(allow netd netd_service (service_manager (add find)))
+;;* lmx 72 system/sepolicy/public/netd.te
+
+(neverallow base_typeattr_158 netd_service (service_manager (add)))
+;;* lme
+
+(allow netd dumpstate (fifo_file (write getattr)))
+(allow netd system_server (binder (call)))
+(allow netd permission_service (service_manager (find)))
+(allow netd netd_listener_service (service_manager (find)))
+(allow netd netdomain (tcp_socket (read write getattr setattr getopt setopt)))
+(allow netd netdomain (udp_socket (read write getattr setattr getopt setopt)))
+(allow netd netdomain (rawip_socket (read write getattr setattr getopt setopt)))
+(allow netd netdomain (tun_socket (read write getattr setattr getopt setopt)))
+(allow netd netdomain (fd (use)))
+(allow netd self (netlink_xfrm_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_read nlmsg_write)))
+(allow netd system_net_netd_hwservice (hwservice_manager (add find)))
+(allow netd hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 95 system/sepolicy/public/netd.te
+
+(neverallow base_typeattr_158 system_net_netd_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow netd hwservicemanager (binder (call transfer)))
+(allow hwservicemanager netd (binder (call transfer)))
+(allow hwservicemanager netd (dir (search)))
+(allow hwservicemanager netd (file (read open)))
+(allow hwservicemanager netd (process (getattr)))
+(allow netd hwservicemanager_prop (file (ioctl read getattr lock map open)))
+;;* lmx 105 system/sepolicy/public/netd.te
+
+(neverallow netd dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 108 system/sepolicy/public/netd.te
+
+(neverallow netd domain (process (ptrace)))
+;;* lme
+
+;;* lmx 111 system/sepolicy/public/netd.te
+
+(neverallow netd system_file (file (write)))
+(neverallow netd system_file (dir (write)))
+(neverallow netd system_file (lnk_file (write)))
+(neverallow netd system_file (chr_file (write)))
+(neverallow netd system_file (blk_file (write)))
+(neverallow netd system_file (sock_file (write)))
+(neverallow netd system_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 114 system/sepolicy/public/netd.te
+
+(neverallow netd system_data_file (file (write)))
+(neverallow netd system_data_file (dir (write)))
+(neverallow netd system_data_file (lnk_file (write)))
+(neverallow netd system_data_file (chr_file (write)))
+(neverallow netd system_data_file (blk_file (write)))
+(neverallow netd system_data_file (sock_file (write)))
+(neverallow netd system_data_file (fifo_file (write)))
+(neverallow netd app_data_file (file (write)))
+(neverallow netd app_data_file (dir (write)))
+(neverallow netd app_data_file (lnk_file (write)))
+(neverallow netd app_data_file (chr_file (write)))
+(neverallow netd app_data_file (blk_file (write)))
+(neverallow netd app_data_file (sock_file (write)))
+(neverallow netd app_data_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 117 system/sepolicy/public/netd.te
+
+(neverallow base_typeattr_159 netd_service (service_manager (find)))
+;;* lme
+
+;;* lmx 120 system/sepolicy/public/netd.te
+
+(neverallow appdomain netd (binder (call)))
+;;* lme
+
+;;* lmx 121 system/sepolicy/public/netd.te
+
+(neverallow netd appdomain (binder (call)))
+;;* lme
+
+;;* lmx 125 system/sepolicy/public/netd.te
+
+(neverallow base_typeattr_160 netd_stable_secret_prop (file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 129 system/sepolicy/public/netd.te
+
+(neverallow base_typeattr_160 netd_stable_secret_prop (property_service (set)))
+;;* lme
+
+;;* lmx 5 system/sepolicy/public/netutils_wrapper.te
+
+(neverallow domain netutils_wrapper_exec (file (execute_no_trans)))
+;;* lme
+
+(allow otapreopt_chroot postinstall_file (dir (mounton search)))
+(allow otapreopt_chroot self (capability (sys_chroot sys_admin)))
+(allow otapreopt_chroot block_device (dir (search)))
+(allow otapreopt_chroot labeledfs (filesystem (mount)))
+(dontaudit otapreopt_chroot kernel (process (setsched)))
+(allow otapreopt_chroot postinstall (fd (use)))
+(allow otapreopt_chroot update_engine (fd (use)))
+(allow otapreopt_chroot update_engine (fifo_file (write)))
+(allow otapreopt_slot ota_data_file (dir (ioctl read write getattr lock rename add_name remove_name reparent search rmdir open)))
+(allow otapreopt_slot ota_data_file (file (getattr)))
+(allow otapreopt_slot ota_data_file (lnk_file (getattr)))
+(allow otapreopt_slot ota_data_file (lnk_file (read)))
+(allow otapreopt_slot dalvikcache_data_file (dir (read write getattr add_name remove_name search rmdir open)))
+(allow otapreopt_slot dalvikcache_data_file (file (getattr unlink)))
+(allow otapreopt_slot dalvikcache_data_file (lnk_file (read getattr unlink)))
+(allow otapreopt_slot shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow otapreopt_slot toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow performanced servicemanager (binder (call transfer)))
+(allow servicemanager performanced (dir (search)))
+(allow servicemanager performanced (file (read open)))
+(allow servicemanager performanced (process (getattr)))
+(allow performanced system_server (binder (call transfer)))
+(allow system_server performanced (binder (transfer)))
+(allow performanced system_server (fd (use)))
+(allow performanced permission_service (service_manager (find)))
+(allow init pdx_performance_client_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow performanced pdx_performance_client_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow performanced self (process (setsockcreate)))
+(allow performanced pdx_performance_client_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 10 system/sepolicy/public/performanced.te
+
+(neverallow base_typeattr_161 pdx_performance_client_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow performanced self (capability (setgid setuid sys_nice)))
+(allow performanced appdomain (dir (ioctl read getattr lock search open)))
+(allow performanced bufferhubd (dir (ioctl read getattr lock search open)))
+(allow performanced kernel (dir (ioctl read getattr lock search open)))
+(allow performanced surfaceflinger (dir (ioctl read getattr lock search open)))
+(allow performanced appdomain (file (ioctl read getattr lock map open)))
+(allow performanced appdomain (lnk_file (ioctl read getattr lock map open)))
+(allow performanced bufferhubd (file (ioctl read getattr lock map open)))
+(allow performanced bufferhubd (lnk_file (ioctl read getattr lock map open)))
+(allow performanced kernel (file (ioctl read getattr lock map open)))
+(allow performanced kernel (lnk_file (ioctl read getattr lock map open)))
+(allow performanced surfaceflinger (file (ioctl read getattr lock map open)))
+(allow performanced surfaceflinger (lnk_file (ioctl read getattr lock map open)))
+(dontaudit performanced domain (dir (read)))
+(allow performanced appdomain (process (setsched)))
+(allow performanced bufferhubd (process (setsched)))
+(allow performanced kernel (process (setsched)))
+(allow performanced surfaceflinger (process (setsched)))
+(allow performanced cgroup (dir (ioctl read getattr lock search open)))
+(allow performanced cgroup (file (ioctl read getattr lock map open)))
+(allow performanced cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow platform_app recovery_service (service_manager (find)))
+(allow platform_app cache_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app cache_recovery_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app cache_recovery_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow postinstall update_engine_common (fd (use)))
+(allow postinstall update_engine_common (fifo_file (ioctl read write getattr lock append map open)))
+(allow postinstall postinstall_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow postinstall postinstall_file (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall postinstall_file (dir (ioctl read getattr lock search open)))
+(allow postinstall shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow postinstall system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow postinstall toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow postinstall servicemanager (binder (call transfer)))
+(allow servicemanager postinstall (dir (search)))
+(allow servicemanager postinstall (file (read open)))
+(allow servicemanager postinstall (process (getattr)))
+(allow postinstall system_server (binder (call transfer)))
+(allow system_server postinstall (binder (transfer)))
+(allow postinstall system_server (fd (use)))
+(allow postinstall otadexopt_service (service_manager (find)))
+;;* lmx 36 system/sepolicy/public/postinstall.te
+
+(neverallow base_typeattr_34 postinstall (process (transition dyntransition)))
+;;* lme
+
+(allow postinstall_dexopt self (capability (chown dac_override fowner setgid setuid)))
+(allow postinstall_dexopt postinstall_file (filesystem (getattr)))
+(allow postinstall_dexopt postinstall_file (dir (getattr search)))
+(allow postinstall_dexopt postinstall_file (lnk_file (read)))
+(allow postinstall_dexopt proc (file (read getattr open)))
+(allow postinstall_dexopt tmpfs (file (read)))
+(allow postinstall_dexopt apk_data_file (dir (ioctl read getattr lock search open)))
+(allow postinstall_dexopt apk_data_file (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow postinstall_dexopt vendor_app_file (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt dalvikcache_data_file (dir (ioctl read getattr lock search open)))
+(allow postinstall_dexopt dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt dalvikcache_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt user_profile_data_file (dir (getattr search)))
+(allow postinstall_dexopt user_profile_data_file (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt ota_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow postinstall_dexopt ota_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow postinstall_dexopt ota_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow postinstall_dexopt dalvikcache_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow postinstall_dexopt dalvikcache_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow postinstall_dexopt dalvikcache_data_file (dir (relabelto)))
+(allow postinstall_dexopt dalvikcache_data_file (file (relabelto link)))
+(allow postinstall_dexopt selinuxfs (dir (ioctl read getattr lock search open)))
+(allow postinstall_dexopt selinuxfs (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt selinuxfs (file (write lock append map open)))
+(allow postinstall_dexopt kernel (security (check_context)))
+(allow postinstall_dexopt selinuxfs (dir (ioctl read getattr lock search open)))
+(allow postinstall_dexopt selinuxfs (file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow postinstall_dexopt selinuxfs (file (write lock append map open)))
+(allow postinstall_dexopt kernel (security (compute_av)))
+(allow postinstall_dexopt self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow postinstall_dexopt postinstall (process (sigchld)))
+(allow postinstall_dexopt otapreopt_chroot (fd (use)))
+(allow postinstall_dexopt cpuctl_device (dir (search)))
+(allow ppp proc_net (dir (ioctl read getattr lock search open)))
+(allow ppp proc_net (file (ioctl read getattr lock map open)))
+(allow ppp proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow ppp mtp (socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allowx ppp self (ioctl udp_socket (0x6900 0x6902)))
+(allowx ppp self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx ppp self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allowx ppp mtp (ioctl socket ((range 0x7436 0x7441) (range 0x7446 0x7447) (range 0x744b 0x745a) (range 0x7480 0x7488))))
+(allow ppp mtp (unix_dgram_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow ppp ppp_device (chr_file (ioctl read write getattr lock append map open)))
+(allow ppp self (capability (net_admin)))
+(allow ppp system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow ppp vpn_data_file (dir (write lock add_name remove_name search open)))
+(allow ppp vpn_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow ppp mtp (fd (use)))
+(allow preopt2cachename cppreopts (fd (use)))
+(allow preopt2cachename cppreopts (fifo_file (read write getattr)))
+(allow preopt2cachename proc_net (file (ioctl read getattr lock map open)))
+(allow profman user_profile_data_file (file (read write getattr lock)))
+(allow profman asec_apk_file (file (read)))
+(allow profman apk_data_file (file (read)))
+(allow profman oemfs (file (read)))
+(allow profman tmpfs (file (read)))
+(allow profman profman_dump_data_file (file (write)))
+(allow profman installd (fd (use)))
+(allow profman app_data_file (file (read write getattr lock)))
+;;* lmx 27 system/sepolicy/public/profman.te
+
+(neverallow profman app_data_file (file (open)))
+(neverallow profman app_data_file (lnk_file (open)))
+(neverallow profman app_data_file (sock_file (open)))
+(neverallow profman app_data_file (fifo_file (open)))
+;;* lme
+
+(allow property_type tmpfs (filesystem (associate)))
+;;* lmx 90 system/sepolicy/public/property.te
+
+(neverallow base_typeattr_8 base_typeattr_162 (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+(allowx racoon self (ioctl udp_socket (0x8914 0x8916 0x891c)))
+(allow racoon servicemanager (binder (call transfer)))
+(allow servicemanager racoon (dir (search)))
+(allow servicemanager racoon (file (read open)))
+(allow servicemanager racoon (process (getattr)))
+(allow racoon tun_device (chr_file (ioctl read getattr lock map open)))
+(allow racoon cgroup (dir (create add_name)))
+(allow racoon kernel (system (module_request)))
+(allow racoon self (key_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow racoon self (tun_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow racoon self (capability (net_bind_service net_admin net_raw)))
+(allow racoon system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow racoon vpn_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow racoon vpn_data_file (dir (write lock add_name remove_name search open)))
+(allow keystore racoon (dir (search)))
+(allow keystore racoon (file (read open)))
+(allow keystore racoon (process (getattr)))
+(allow racoon keystore_service (service_manager (find)))
+(allow racoon keystore (binder (call transfer)))
+(allow keystore racoon (binder (transfer)))
+(allow racoon keystore (fd (use)))
+(allow racoon keystore (keystore_key (get sign verify)))
+(allow radio radio_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow radio radio_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow radio radio_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow radio radio_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow radio radio_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow radio alarm_device (chr_file (ioctl read write getattr lock append map open)))
+(allow radio net_data_file (dir (search)))
+(allow radio net_data_file (file (ioctl read getattr lock map open)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio radio_prop (property_service (set)))
+(allow radio radio_prop (file (ioctl read getattr lock map open)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio net_radio_prop (property_service (set)))
+(allow radio net_radio_prop (file (ioctl read getattr lock map open)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio system_prop (property_service (set)))
+(allow radio system_prop (file (ioctl read getattr lock map open)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio ctl_rildaemon_prop (property_service (set)))
+(allow radio ctl_rildaemon_prop (file (ioctl read getattr lock map open)))
+(allow radio radio_service (service_manager (add find)))
+;;* lmx 29 system/sepolicy/public/radio.te
+
+(neverallow base_typeattr_163 radio_service (service_manager (add)))
+;;* lme
+
+(allow radio audioserver_service (service_manager (find)))
+(allow radio cameraserver_service (service_manager (find)))
+(allow radio drmserver_service (service_manager (find)))
+(allow radio mediaserver_service (service_manager (find)))
+(allow radio nfc_service (service_manager (find)))
+(allow radio surfaceflinger_service (service_manager (find)))
+(allow radio app_api_service (service_manager (find)))
+(allow radio system_api_service (service_manager (find)))
+(allow radio hwservicemanager (binder (call transfer)))
+(allow hwservicemanager radio (binder (call transfer)))
+(allow hwservicemanager radio (dir (search)))
+(allow hwservicemanager radio (file (read open)))
+(allow hwservicemanager radio (process (getattr)))
+;;* lmx 154 system/sepolicy/public/recovery.te
+
+(neverallow recovery base_typeattr_164 (file (write create setattr relabelfrom append unlink link rename execute execute_no_trans)))
+;;* lme
+
+;;* lmx 159 system/sepolicy/public/recovery.te
+
+(neverallow recovery base_typeattr_164 (dir (write create setattr relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+(allow recovery_persist pstorefs (dir (search)))
+(allow recovery_persist pstorefs (file (ioctl read getattr lock map open)))
+(allow recovery_persist recovery_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow recovery_persist recovery_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+;;* lmx 18 system/sepolicy/public/recovery_persist.te
+
+(neverallow recovery_persist dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 21 system/sepolicy/public/recovery_persist.te
+
+(neverallow recovery_persist domain (process (ptrace)))
+;;* lme
+
+;;* lmx 24 system/sepolicy/public/recovery_persist.te
+
+(neverallow recovery_persist system_file (file (write)))
+(neverallow recovery_persist system_file (dir (write)))
+(neverallow recovery_persist system_file (lnk_file (write)))
+(neverallow recovery_persist system_file (chr_file (write)))
+(neverallow recovery_persist system_file (blk_file (write)))
+(neverallow recovery_persist system_file (sock_file (write)))
+(neverallow recovery_persist system_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 27 system/sepolicy/public/recovery_persist.te
+
+(neverallow recovery_persist system_data_file (file (write)))
+(neverallow recovery_persist system_data_file (dir (write)))
+(neverallow recovery_persist system_data_file (lnk_file (write)))
+(neverallow recovery_persist system_data_file (chr_file (write)))
+(neverallow recovery_persist system_data_file (blk_file (write)))
+(neverallow recovery_persist system_data_file (sock_file (write)))
+(neverallow recovery_persist system_data_file (fifo_file (write)))
+(neverallow recovery_persist app_data_file (file (write)))
+(neverallow recovery_persist app_data_file (dir (write)))
+(neverallow recovery_persist app_data_file (lnk_file (write)))
+(neverallow recovery_persist app_data_file (chr_file (write)))
+(neverallow recovery_persist app_data_file (blk_file (write)))
+(neverallow recovery_persist app_data_file (sock_file (write)))
+(neverallow recovery_persist app_data_file (fifo_file (write)))
+;;* lme
+
+(allow recovery_refresh pstorefs (dir (search)))
+(allow recovery_refresh pstorefs (file (ioctl read getattr lock map open)))
+;;* lmx 16 system/sepolicy/public/recovery_refresh.te
+
+(neverallow recovery_refresh dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 19 system/sepolicy/public/recovery_refresh.te
+
+(neverallow recovery_refresh domain (process (ptrace)))
+;;* lme
+
+;;* lmx 22 system/sepolicy/public/recovery_refresh.te
+
+(neverallow recovery_refresh system_file (file (write)))
+(neverallow recovery_refresh system_file (dir (write)))
+(neverallow recovery_refresh system_file (lnk_file (write)))
+(neverallow recovery_refresh system_file (chr_file (write)))
+(neverallow recovery_refresh system_file (blk_file (write)))
+(neverallow recovery_refresh system_file (sock_file (write)))
+(neverallow recovery_refresh system_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 25 system/sepolicy/public/recovery_refresh.te
+
+(neverallow recovery_refresh system_data_file (file (write)))
+(neverallow recovery_refresh system_data_file (dir (write)))
+(neverallow recovery_refresh system_data_file (lnk_file (write)))
+(neverallow recovery_refresh system_data_file (chr_file (write)))
+(neverallow recovery_refresh system_data_file (blk_file (write)))
+(neverallow recovery_refresh system_data_file (sock_file (write)))
+(neverallow recovery_refresh system_data_file (fifo_file (write)))
+(neverallow recovery_refresh app_data_file (file (write)))
+(neverallow recovery_refresh app_data_file (dir (write)))
+(neverallow recovery_refresh app_data_file (lnk_file (write)))
+(neverallow recovery_refresh app_data_file (chr_file (write)))
+(neverallow recovery_refresh app_data_file (blk_file (write)))
+(neverallow recovery_refresh app_data_file (sock_file (write)))
+(neverallow recovery_refresh app_data_file (fifo_file (write)))
+;;* lme
+
+(allowx rild self (ioctl udp_socket (0x6900 0x6902)))
+(allowx rild self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx rild self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow rild self (netlink_route_socket (nlmsg_write)))
+(allow rild kernel (system (module_request)))
+(allow rild self (capability (setgid setuid setpcap net_admin net_raw)))
+(allow rild alarm_device (chr_file (ioctl read write getattr lock append map open)))
+(allow rild cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow rild cgroup (file (ioctl read getattr lock map open)))
+(allow rild cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow rild radio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow rild radio_device (blk_file (ioctl read getattr lock map open)))
+(allow rild mtd_device (dir (search)))
+(allow rild efs_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow rild efs_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow rild shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow rild bluetooth_efs_file (file (ioctl read getattr lock map open)))
+(allow rild bluetooth_efs_file (dir (ioctl read getattr lock search open)))
+(allow rild sdcard_type (dir (ioctl read getattr lock search open)))
+(allow rild property_socket (sock_file (write)))
+(allow rild init (unix_stream_socket (connectto)))
+(allow rild radio_prop (property_service (set)))
+(allow rild radio_prop (file (ioctl read getattr lock map open)))
+(allow rild tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow rild self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow rild self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow rild self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow rild sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow rild self (capability2 (block_suspend)))
+(allow rild proc (dir (ioctl read getattr lock search open)))
+(allow rild proc (file (ioctl read getattr lock map open)))
+(allow rild proc (lnk_file (ioctl read getattr lock map open)))
+(allow rild proc_net (dir (ioctl read getattr lock search open)))
+(allow rild proc_net (file (ioctl read getattr lock map open)))
+(allow rild proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow rild sysfs_type (dir (ioctl read getattr lock search open)))
+(allow rild sysfs_type (file (ioctl read getattr lock map open)))
+(allow rild sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow rild system_file (dir (ioctl read getattr lock search open)))
+(allow rild system_file (file (ioctl read getattr lock map open)))
+(allow rild system_file (lnk_file (ioctl read getattr lock map open)))
+(allow rild self (socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow runas adbd (fd (use)))
+(allow runas adbd (process (sigchld)))
+(allow runas adbd (unix_stream_socket (read write)))
+(allow runas shell (fd (use)))
+(allow runas shell (fifo_file (read write)))
+(allow runas shell (unix_stream_socket (read write)))
+(allow runas devpts (chr_file (ioctl read write)))
+(allow runas shell_data_file (file (read write)))
+(allow runas system_data_file (file (ioctl read getattr lock map open)))
+(dontaudit runas self (capability (dac_override)))
+(allow runas app_data_file (dir (getattr search)))
+(allow runas self (capability (setgid setuid)))
+(allow runas selinuxfs (dir (ioctl read getattr lock search open)))
+(allow runas selinuxfs (file (ioctl read getattr lock map open)))
+(allow runas selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow runas selinuxfs (file (write lock append map open)))
+(allow runas kernel (security (check_context)))
+(allow runas self (process (setcurrent)))
+(allow runas base_typeattr_165 (process (dyntransition)))
+(allow runas seapp_contexts_file (file (ioctl read getattr lock map open)))
+;;* lmx 37 system/sepolicy/public/runas.te
+
+(neverallow runas self (capability (chown dac_override dac_read_search fowner fsetid kill setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap)))
+;;* lme
+
+;;* lmx 38 system/sepolicy/public/runas.te
+
+(neverallow runas self (capability2 (mac_override mac_admin syslog wake_alarm block_suspend audit_read)))
+;;* lme
+
+(allow sdcardd cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow sdcardd fuse_device (chr_file (ioctl read write getattr lock append map open)))
+(allow sdcardd rootfs (dir (mounton)))
+(allow sdcardd sdcardfs (filesystem (remount)))
+(allow sdcardd tmpfs (dir (ioctl read getattr lock search open)))
+(allow sdcardd mnt_media_rw_file (dir (ioctl read getattr lock search open)))
+(allow sdcardd storage_file (dir (search)))
+(allow sdcardd storage_stub_file (dir (mounton search)))
+(allow sdcardd sdcard_type (filesystem (mount unmount)))
+(allow sdcardd self (capability (dac_override setgid setuid sys_admin sys_resource)))
+(allow sdcardd sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow sdcardd sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow sdcardd media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow sdcardd media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow sdcardd system_data_file (file (ioctl read getattr lock map open)))
+(allow sdcardd install_data_file (file (ioctl read getattr lock map open)))
+(allow sdcardd vold (fd (use)))
+(allow sdcardd vold (fifo_file (read write getattr)))
+(allow sdcardd mnt_expand_file (dir (search)))
+(allow sdcardd proc (file (ioctl read getattr lock map open)))
+;;* lmx 43 system/sepolicy/public/sdcardd.te
+
+(neverallow init sdcardd_exec (file (execute)))
+;;* lme
+
+;;* lmx 44 system/sepolicy/public/sdcardd.te
+
+(neverallow init sdcardd (process (transition dyntransition)))
+;;* lme
+
+(allow servicemanager self (binder (set_context_mgr)))
+(allow servicemanager base_typeattr_166 (binder (transfer)))
+(allow servicemanager service_contexts_file (file (ioctl read getattr lock map open)))
+(allow servicemanager selinuxfs (dir (ioctl read getattr lock search open)))
+(allow servicemanager selinuxfs (file (ioctl read getattr lock map open)))
+(allow servicemanager selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow servicemanager selinuxfs (file (write lock append map open)))
+(allow servicemanager kernel (security (compute_av)))
+(allow servicemanager self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow sgdisk block_device (dir (search)))
+(allow sgdisk vold_device (blk_file (ioctl read write getattr lock append map open)))
+(allow sgdisk devpts (chr_file (ioctl read write getattr)))
+(allow sgdisk vold (fd (use)))
+(allow sgdisk vold (fifo_file (read write getattr)))
+(allow sgdisk self (capability (sys_admin)))
+;;* lmx 21 system/sepolicy/public/sgdisk.te
+
+(neverallow base_typeattr_89 sgdisk (process (transition)))
+;;* lme
+
+;;* lmx 22 system/sepolicy/public/sgdisk.te
+
+(neverallow base_typeattr_8 sgdisk (process (dyntransition)))
+;;* lme
+
+;;* lmx 23 system/sepolicy/public/sgdisk.te
+
+(neverallow sgdisk base_typeattr_167 (file (entrypoint)))
+;;* lme
+
+(allow shared_relro shared_relro_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow shared_relro shared_relro_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow shared_relro webviewupdate_service (service_manager (find)))
+(allow shell logcat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell logdr_socket (sock_file (write)))
+(allow shell logd (unix_stream_socket (connectto)))
+(allow shell logd_socket (sock_file (write)))
+(allow shell logd (unix_stream_socket (connectto)))
+(allow shell pstorefs (dir (search)))
+(allow shell pstorefs (file (ioctl read getattr lock map open)))
+(allow shell rootfs (dir (ioctl read getattr lock search open)))
+(allow shell anr_data_file (dir (ioctl read getattr lock search open)))
+(allow shell anr_data_file (file (ioctl read getattr lock map open)))
+(allow shell shell_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow shell shell_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow shell shell_data_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell shell_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow shell profman_dump_data_file (dir (write getattr remove_name search)))
+(allow shell profman_dump_data_file (file (getattr unlink)))
+(allow shell dumpstate_socket (sock_file (write)))
+(allow shell dumpstate (unix_stream_socket (connectto)))
+(allow shell devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow shell tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow shell console_device (chr_file (ioctl read write getattr lock append map open)))
+(allow shell input_device (dir (ioctl read getattr lock search open)))
+(allow shell input_device (chr_file (ioctl read write getattr lock append map open)))
+(allow shell system_file (dir (ioctl read getattr lock search open)))
+(allow shell system_file (file (ioctl read getattr lock map open)))
+(allow shell system_file (lnk_file (ioctl read getattr lock map open)))
+(allow shell system_file (file (getattr map execute execute_no_trans)))
+(allow shell toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell tzdatacheck_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell zygote_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell apk_data_file (dir (ioctl read getattr lock search open)))
+(allow shell apk_data_file (file (ioctl read getattr lock map open)))
+(allow shell apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell shell_prop (property_service (set)))
+(allow shell shell_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell ctl_bugreport_prop (property_service (set)))
+(allow shell ctl_bugreport_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell ctl_dumpstate_prop (property_service (set)))
+(allow shell ctl_dumpstate_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell dumpstate_prop (property_service (set)))
+(allow shell dumpstate_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell debug_prop (property_service (set)))
+(allow shell debug_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell powerctl_prop (property_service (set)))
+(allow shell powerctl_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell log_tag_prop (property_service (set)))
+(allow shell log_tag_prop (file (ioctl read getattr lock map open)))
+(allow shell property_socket (sock_file (write)))
+(allow shell init (unix_stream_socket (connectto)))
+(allow shell wifi_log_prop (property_service (set)))
+(allow shell wifi_log_prop (file (ioctl read getattr lock map open)))
+(allow shell serialno_prop (file (ioctl read getattr lock map open)))
+(allow shell device_logging_prop (file (ioctl read getattr lock map open)))
+(allow shell servicemanager (service_manager (list)))
+(allow shell base_typeattr_168 (service_manager (find)))
+(allow shell dumpstate (binder (call)))
+(allow shell hwservicemanager (binder (call transfer)))
+(allow hwservicemanager shell (binder (call transfer)))
+(allow hwservicemanager shell (dir (search)))
+(allow hwservicemanager shell (file (read open)))
+(allow hwservicemanager shell (process (getattr)))
+(allow shell hwservicemanager (hwservice_manager (list)))
+(allow shell proc (dir (ioctl read getattr lock search open)))
+(allow shell proc (file (ioctl read getattr lock map open)))
+(allow shell proc (lnk_file (ioctl read getattr lock map open)))
+(allow shell proc_net (dir (ioctl read getattr lock search open)))
+(allow shell proc_net (file (ioctl read getattr lock map open)))
+(allow shell proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow shell proc_interrupts (file (ioctl read getattr lock map open)))
+(allow shell proc_meminfo (file (ioctl read getattr lock map open)))
+(allow shell proc_stat (file (ioctl read getattr lock map open)))
+(allow shell proc_timer (file (ioctl read getattr lock map open)))
+(allow shell proc_zoneinfo (file (ioctl read getattr lock map open)))
+(allow shell cgroup (dir (ioctl read getattr lock search open)))
+(allow shell cgroup (file (ioctl read getattr lock map open)))
+(allow shell cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow shell domain (dir (read getattr search open)))
+(allow shell domain (file (read getattr open)))
+(allow shell domain (lnk_file (read getattr open)))
+(allow shell labeledfs (filesystem (getattr)))
+(allow shell proc (filesystem (getattr)))
+(allow shell device (dir (getattr)))
+(allow shell domain (process (getattr)))
+(allow shell selinuxfs (dir (ioctl read getattr lock search open)))
+(allow shell selinuxfs (file (ioctl read getattr lock map open)))
+(allow shell bootchart_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow shell bootchart_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow shell self (process (ptrace)))
+(allow shell sysfs_batteryinfo (file (ioctl read getattr lock map open)))
+(allow shell sysfs (dir (ioctl read getattr lock search open)))
+(allow shell ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow shell dev_type (dir (ioctl read getattr lock search open)))
+(allow shell dev_type (chr_file (getattr)))
+(allow shell proc (lnk_file (getattr)))
+(allow shell dev_type (blk_file (getattr)))
+(allow shell file_contexts_file (file (ioctl read getattr lock map open)))
+(allow shell property_contexts_file (file (ioctl read getattr lock map open)))
+(allow shell seapp_contexts_file (file (ioctl read getattr lock map open)))
+(allow shell service_contexts_file (file (ioctl read getattr lock map open)))
+(allow shell sepolicy_file (file (ioctl read getattr lock map open)))
+;;* lmx 170 system/sepolicy/public/shell.te
+
+(neverallow shell file_type (file (link)))
+;;* lme
+
+;;* lmx 173 system/sepolicy/public/shell.te
+
+(neverallowx shell domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx shell domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx shell domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 173 system/sepolicy/public/shell.te
+
+(neverallowx shell domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx shell domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx shell domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 173 system/sepolicy/public/shell.te
+
+(neverallowx shell domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx shell domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx shell domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+;;* lmx 182 system/sepolicy/public/shell.te
+
+(neverallow shell hw_random_device (chr_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow shell kmem_device (chr_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow shell port_device (chr_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow shell fuse_device (chr_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 185 system/sepolicy/public/shell.te
+
+(neverallow shell dev_type (blk_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+(allow slideshow kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow slideshow sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow slideshow self (capability2 (block_suspend)))
+(allow slideshow device (dir (ioctl read getattr lock search open)))
+(allow slideshow self (capability (sys_tty_config)))
+(allow slideshow graphics_device (dir (ioctl read getattr lock search open)))
+(allow slideshow graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow slideshow input_device (dir (ioctl read getattr lock search open)))
+(allow slideshow input_device (chr_file (ioctl read getattr lock map open)))
+(allow slideshow tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow thermalserviced servicemanager (binder (call transfer)))
+(allow servicemanager thermalserviced (dir (search)))
+(allow servicemanager thermalserviced (file (read open)))
+(allow servicemanager thermalserviced (process (getattr)))
+(allow thermalserviced thermal_service (service_manager (add find)))
+;;* lmx 7 system/sepolicy/public/thermalserviced.te
+
+(neverallow base_typeattr_169 thermal_service (service_manager (add)))
+;;* lme
+
+(allow thermalserviced hwservicemanager (binder (call transfer)))
+(allow hwservicemanager thermalserviced (binder (call transfer)))
+(allow hwservicemanager thermalserviced (dir (search)))
+(allow hwservicemanager thermalserviced (file (read open)))
+(allow hwservicemanager thermalserviced (process (getattr)))
+(allow thermalserviced thermalcallback_hwservice (hwservice_manager (add find)))
+(allow thermalserviced hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 11 system/sepolicy/public/thermalserviced.te
+
+(neverallow base_typeattr_169 thermalcallback_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow tombstoned domain (fd (use)))
+(allow tombstoned domain (fifo_file (write)))
+(allow tombstoned domain (dir (ioctl read getattr lock search open)))
+(allow tombstoned domain (file (ioctl read getattr lock map open)))
+(allow tombstoned tombstone_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow tombstoned tombstone_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow tombstoned anr_data_file (file (write append)))
+(auditallow tombstoned anr_data_file (file (write append)))
+(allow tombstoned anr_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow tombstoned anr_data_file (file (create getattr open)))
+(allow toolbox tmpfs (chr_file (ioctl read write)))
+(allow toolbox devpts (chr_file (ioctl read write getattr)))
+(allow toolbox block_device (dir (search)))
+(allow toolbox swap_block_device (blk_file (ioctl read write getattr lock append map open)))
+;;* lmx 23 system/sepolicy/public/toolbox.te
+
+(neverallow base_typeattr_14 toolbox (process (transition)))
+;;* lme
+
+;;* lmx 24 system/sepolicy/public/toolbox.te
+
+(neverallow base_typeattr_8 toolbox (process (dyntransition)))
+;;* lme
+
+;;* lmx 25 system/sepolicy/public/toolbox.te
+
+(neverallow toolbox base_typeattr_170 (file (entrypoint)))
+;;* lme
+
+(allow tzdatacheck zoneinfo_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow tzdatacheck zoneinfo_data_file (file (unlink)))
+;;* lmx 18 system/sepolicy/public/tzdatacheck.te
+
+(neverallow base_typeattr_171 zoneinfo_data_file (file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 19 system/sepolicy/public/tzdatacheck.te
+
+(neverallow base_typeattr_171 zoneinfo_data_file (dir (write create setattr relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+(allow ueventd kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow ueventd self (capability (chown dac_override fowner fsetid setgid net_admin sys_rawio mknod)))
+(allow ueventd device (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow ueventd rootfs (dir (ioctl read getattr lock search open)))
+(allow ueventd rootfs (file (ioctl read getattr lock map open)))
+(allow ueventd rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow ueventd sysfs_type (file (write lock append map open)))
+(allow ueventd sysfs_type (dir (ioctl read getattr lock search open)))
+(allow ueventd sysfs_type (file (ioctl read getattr lock map open)))
+(allow ueventd sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow ueventd sysfs_type (file (setattr relabelfrom relabelto)))
+(allow ueventd sysfs_type (lnk_file (setattr relabelfrom relabelto)))
+(allow ueventd sysfs_type (dir (setattr relabelfrom relabelto)))
+(allow ueventd tmpfs (chr_file (ioctl read write getattr lock append map open)))
+(allow ueventd dev_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow ueventd dev_type (lnk_file (create unlink)))
+(allow ueventd dev_type (chr_file (create getattr setattr unlink)))
+(allow ueventd dev_type (blk_file (create getattr setattr relabelfrom relabelto unlink)))
+(allow ueventd self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow ueventd efs_file (dir (search)))
+(allow ueventd efs_file (file (ioctl read getattr lock map open)))
+(allow ueventd selinuxfs (dir (ioctl read getattr lock search open)))
+(allow ueventd selinuxfs (file (ioctl read getattr lock map open)))
+(allow ueventd selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow ueventd base_typeattr_172 (dir (ioctl read getattr lock search open)))
+(allow ueventd base_typeattr_172 (file (ioctl read getattr lock map open)))
+(allow ueventd base_typeattr_172 (lnk_file (ioctl read getattr lock map open)))
+(allow ueventd file_contexts_file (file (ioctl read getattr lock map open)))
+(allow ueventd self (process (setfscreate)))
+;;* lmx 46 system/sepolicy/public/ueventd.te
+
+(neverallow ueventd property_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 47 system/sepolicy/public/ueventd.te
+
+(neverallow ueventd init (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 48 system/sepolicy/public/ueventd.te
+
+(neverallow ueventd property_type (property_service (set)))
+;;* lme
+
+;;* lmx 51 system/sepolicy/public/ueventd.te
+
+(neverallow ueventd dev_type (blk_file (ioctl read write lock append map link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 54 system/sepolicy/public/ueventd.te
+
+(neverallow ueventd kmem_device (chr_file (ioctl read write lock relabelfrom append map link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow ueventd port_device (chr_file (ioctl read write lock relabelfrom append map link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(allow uncrypt self (capability (dac_override)))
+(allow uncrypt app_data_file (dir (ioctl read getattr lock search open)))
+(allow uncrypt app_data_file (file (ioctl read getattr lock map open)))
+(allow uncrypt app_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow uncrypt cache_file (dir (search)))
+(allow uncrypt cache_recovery_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow uncrypt cache_recovery_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow uncrypt ota_package_file (dir (ioctl read getattr lock search open)))
+(allow uncrypt ota_package_file (file (ioctl read getattr lock map open)))
+(allow uncrypt uncrypt_socket (sock_file (write)))
+(allow uncrypt uncrypt (unix_stream_socket (connectto)))
+(allow uncrypt property_socket (sock_file (write)))
+(allow uncrypt init (unix_stream_socket (connectto)))
+(allow uncrypt powerctl_prop (property_service (set)))
+(allow uncrypt powerctl_prop (file (ioctl read getattr lock map open)))
+(allow uncrypt self (capability (sys_rawio)))
+(allow uncrypt misc_block_device (blk_file (write lock append map open)))
+(allow uncrypt block_device (dir (ioctl read getattr lock search open)))
+(allow uncrypt userdata_block_device (blk_file (write lock append map open)))
+(allow uncrypt rootfs (dir (ioctl read getattr lock search open)))
+(allow uncrypt rootfs (file (ioctl read getattr lock map open)))
+(allow uncrypt rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow update_engine qtaguid_proc (file (ioctl read write getattr lock append map open)))
+(allow update_engine qtaguid_device (chr_file (ioctl read getattr lock map open)))
+(allow update_engine self (process (setsched)))
+(allow update_engine self (capability (fowner sys_admin)))
+(allow update_engine kmsg_device (chr_file (write lock append map open)))
+(allow update_engine update_engine_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow update_engine sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow update_engine self (capability2 (block_suspend)))
+(dontaudit update_engine kernel (process (setsched)))
+(allow update_engine update_engine_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow update_engine update_engine_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(dontaudit update_engine kernel (system (module_request)))
+(allow update_engine servicemanager (binder (call transfer)))
+(allow servicemanager update_engine (dir (search)))
+(allow servicemanager update_engine (file (read open)))
+(allow servicemanager update_engine (process (getattr)))
+(allow update_engine update_engine_service (service_manager (add find)))
+;;* lmx 31 system/sepolicy/public/update_engine.te
+
+(neverallow base_typeattr_173 update_engine_service (service_manager (add)))
+;;* lme
+
+(allow update_engine priv_app (binder (call transfer)))
+(allow priv_app update_engine (binder (transfer)))
+(allow update_engine priv_app (fd (use)))
+(allow update_engine ota_package_file (file (ioctl read getattr lock map open)))
+(allow update_engine ota_package_file (dir (ioctl read getattr lock search open)))
+(allow update_engine app_data_file (file (ioctl read getattr lock map open)))
+(allow update_engine app_data_file (dir (ioctl read getattr lock search open)))
+(allow update_engine self (capability (dac_override dac_read_search)))
+(allow update_engine_common block_device (dir (search)))
+(allow update_engine_common boot_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow update_engine_common system_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow update_engine_common misc_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow update_engine_common rootfs (dir (getattr)))
+(allow update_engine_common rootfs (file (ioctl read getattr lock map open)))
+(allow update_engine_common postinstall_mnt_dir (dir (getattr mounton search)))
+(allow update_engine_common postinstall_file (filesystem (mount unmount relabelfrom relabelto)))
+(allow update_engine_common labeledfs (filesystem (relabelfrom)))
+(allow update_engine_common postinstall_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow update_engine_common postinstall_file (lnk_file (ioctl read getattr lock map open)))
+(allow update_engine_common postinstall_file (dir (ioctl read getattr lock search open)))
+(allow update_engine_common cache_file (dir (ioctl read getattr lock search open)))
+(allow update_engine_common cache_file (file (ioctl read getattr lock map open)))
+(allow update_engine_common cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow update_engine_common shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow update_engine_common postinstall (process (sigkill sigstop signal)))
+(allow update_engine proc (file (ioctl read getattr lock map open)))
+(allow update_engine proc_misc (file (ioctl read getattr lock map open)))
+(allow update_engine system_file (dir (ioctl read getattr lock search open)))
+(allow update_verifier block_device (dir (search)))
+(allow update_verifier ota_package_file (dir (ioctl read getattr lock search open)))
+(allow update_verifier ota_package_file (file (ioctl read getattr lock map open)))
+(allow update_verifier dm_device (blk_file (ioctl read getattr lock map open)))
+(allow update_verifier property_socket (sock_file (write)))
+(allow update_verifier init (unix_stream_socket (connectto)))
+(allow update_verifier powerctl_prop (property_service (set)))
+(allow update_verifier powerctl_prop (file (ioctl read getattr lock map open)))
+(allow vdc vold_socket (sock_file (write)))
+(allow vdc vold (unix_stream_socket (connectto)))
+(allow vdc dumpstate (fd (use)))
+(allow vdc dumpstate (unix_stream_socket (read write getattr)))
+(allow vdc shell_data_file (file (write getattr)))
+(allow vdc dumpstate (unix_dgram_socket (read write)))
+(allow vdc devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow vdc kmsg_device (chr_file (write lock append map open)))
+;;* lmx 8 system/sepolicy/public/vendor_toolbox.te
+
+(neverallow base_typeattr_174 vendor_toolbox_exec (file (execute execute_no_trans entrypoint)))
+;;* lme
+
+(allow virtual_touchpad servicemanager (binder (call transfer)))
+(allow servicemanager virtual_touchpad (dir (search)))
+(allow servicemanager virtual_touchpad (file (read open)))
+(allow servicemanager virtual_touchpad (process (getattr)))
+(allow virtual_touchpad virtual_touchpad_service (service_manager (add find)))
+;;* lmx 6 system/sepolicy/public/virtual_touchpad.te
+
+(neverallow base_typeattr_175 virtual_touchpad_service (service_manager (add)))
+;;* lme
+
+(allow virtual_touchpad system_server (binder (call transfer)))
+(allow system_server virtual_touchpad (binder (transfer)))
+(allow virtual_touchpad system_server (fd (use)))
+(allow virtual_touchpad uhid_device (chr_file (ioctl write lock append map open)))
+(allow virtual_touchpad permission_service (service_manager (find)))
+(allow vold cache_file (dir (ioctl read getattr lock search open)))
+(allow vold cache_file (file (read getattr)))
+(allow vold cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow vold proc (dir (ioctl read getattr lock search open)))
+(allow vold proc (file (ioctl read getattr lock map open)))
+(allow vold proc (lnk_file (ioctl read getattr lock map open)))
+(allow vold proc_net (dir (ioctl read getattr lock search open)))
+(allow vold proc_net (file (ioctl read getattr lock map open)))
+(allow vold proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow vold sysfs_type (dir (ioctl read getattr lock search open)))
+(allow vold sysfs_type (file (ioctl read getattr lock map open)))
+(allow vold sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow vold sysfs (file (write lock append map open)))
+(allow vold sysfs_usb (file (write lock append map open)))
+(allow vold sysfs_zram_uevent (file (write lock append map open)))
+(allow vold rootfs (dir (ioctl read getattr lock search open)))
+(allow vold rootfs (file (ioctl read getattr lock map open)))
+(allow vold rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow vold proc_meminfo (file (ioctl read getattr lock map open)))
+(allow vold file_contexts_file (file (ioctl read getattr lock map open)))
+(allow vold self (process (setexec)))
+(allow vold shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow vold e2fs_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow vold self (process (setfscreate)))
+(allow vold system_file (file (getattr map execute execute_no_trans)))
+(allow vold block_device (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold device (dir (write)))
+(allow vold devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow vold rootfs (dir (mounton)))
+(allow vold sdcard_type (dir (mounton)))
+(allow vold sdcard_type (filesystem (mount remount unmount)))
+(allow vold sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold mnt_media_rw_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold storage_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold mnt_media_rw_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold storage_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold mnt_media_rw_stub_file (dir (create getattr setattr mounton rmdir)))
+(allow vold storage_stub_file (dir (create getattr setattr mounton rmdir)))
+(allow vold mnt_user_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold mnt_user_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold mnt_expand_file (dir (ioctl read write create getattr setattr lock rename mounton add_name remove_name reparent search rmdir open)))
+(allow vold apk_data_file (dir (create getattr setattr)))
+(allow vold shell_data_file (dir (create getattr setattr)))
+(allow vold tmpfs (filesystem (mount unmount)))
+(allow vold tmpfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold tmpfs (dir (mounton)))
+(allow vold self (capability (chown dac_override fowner fsetid net_admin sys_admin mknod)))
+(allow vold self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow vold app_data_file (dir (search)))
+(allow vold app_data_file (file (ioctl read write getattr lock append map open)))
+(allow vold loop_control_device (chr_file (ioctl read write getattr lock append map open)))
+(allow vold loop_device (blk_file (ioctl read write create getattr setattr lock append map unlink open)))
+(allow vold vold_device (blk_file (ioctl read write create getattr setattr lock append map unlink open)))
+(allow vold dm_device (chr_file (ioctl read write getattr lock append map open)))
+(allow vold dm_device (blk_file (ioctl read write getattr lock append map open)))
+(allow vold domain (dir (ioctl read getattr lock search open)))
+(allow vold domain (file (ioctl read getattr lock map open)))
+(allow vold domain (lnk_file (ioctl read getattr lock map open)))
+(allow vold domain (process (sigkill signal)))
+(allow vold self (capability (kill sys_ptrace)))
+(allow vold sysfs (file (ioctl read write getattr lock append map open)))
+(allow vold kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow vold fsck_exec (file (ioctl read getattr lock map execute open)))
+(allow vold fscklogs (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow vold fscklogs (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold labeledfs (filesystem (mount unmount)))
+(allow vold efs_file (file (ioctl read write getattr lock append map open)))
+(allow vold system_data_file (dir (ioctl read write create getattr setattr lock mounton add_name remove_name search rmdir open)))
+(allow vold kernel (process (setsched)))
+(allow vold property_socket (sock_file (write)))
+(allow vold init (unix_stream_socket (connectto)))
+(allow vold vold_prop (property_service (set)))
+(allow vold vold_prop (file (ioctl read getattr lock map open)))
+(allow vold property_socket (sock_file (write)))
+(allow vold init (unix_stream_socket (connectto)))
+(allow vold powerctl_prop (property_service (set)))
+(allow vold powerctl_prop (file (ioctl read getattr lock map open)))
+(allow vold property_socket (sock_file (write)))
+(allow vold init (unix_stream_socket (connectto)))
+(allow vold ctl_fuse_prop (property_service (set)))
+(allow vold ctl_fuse_prop (file (ioctl read getattr lock map open)))
+(allow vold property_socket (sock_file (write)))
+(allow vold init (unix_stream_socket (connectto)))
+(allow vold restorecon_prop (property_service (set)))
+(allow vold restorecon_prop (file (ioctl read getattr lock map open)))
+(allow vold asec_image_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold asec_image_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow vold asec_apk_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename mounton add_name remove_name reparent search rmdir open)))
+(allow vold asec_public_file (dir (setattr relabelto)))
+(allow vold asec_apk_file (file (ioctl read getattr setattr lock relabelfrom relabelto map open)))
+(allow vold asec_public_file (file (setattr relabelto)))
+(allow vold unlabeled (dir (ioctl read getattr setattr lock relabelfrom search open)))
+(allow vold unlabeled (file (ioctl read getattr setattr lock relabelfrom map open)))
+(allow vold sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow vold self (capability2 (block_suspend)))
+(allow vold servicemanager (binder (call transfer)))
+(allow servicemanager vold (dir (search)))
+(allow servicemanager vold (file (read open)))
+(allow servicemanager vold (process (getattr)))
+(allow vold healthd (binder (call transfer)))
+(allow healthd vold (binder (transfer)))
+(allow vold healthd (fd (use)))
+(allow vold userdata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow vold metadata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow vold unencrypted_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold unencrypted_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold proc_drop_caches (file (write lock append map open)))
+(allow vold vold_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold vold_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow vold init (key (write search setattr)))
+(allow vold vold (key (write search setattr)))
+(allow vold self (capability (sys_nice)))
+(allow vold self (capability (sys_chroot)))
+(allow vold storage_file (dir (mounton)))
+(allow vold fuse_device (chr_file (ioctl read write getattr lock append map open)))
+(allow vold fuse (filesystem (relabelfrom)))
+(allow vold app_fusefs (filesystem (relabelfrom relabelto)))
+(allow vold app_fusefs (filesystem (mount unmount)))
+(allow vold toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow vold user_profile_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow vold misc_block_device (blk_file (write lock append map open)))
+;;* lmx 184 system/sepolicy/public/vold.te
+
+(neverallow base_typeattr_89 vold_data_file (dir (write lock relabelfrom append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+;;* lme
+
+;;* lmx 185 system/sepolicy/public/vold.te
+
+(neverallow base_typeattr_176 vold_data_file (file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_176 vold_data_file (lnk_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_176 vold_data_file (sock_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_176 vold_data_file (fifo_file (ioctl read write create setattr lock relabelfrom append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 186 system/sepolicy/public/vold.te
+
+(neverallow base_typeattr_87 vold_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 187 system/sepolicy/public/vold.te
+
+(neverallow base_typeattr_177 vold_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_177 vold_data_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_177 vold_data_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_177 vold_data_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 188 system/sepolicy/public/vold.te
+
+(neverallow base_typeattr_87 restorecon_prop (property_service (set)))
+;;* lme
+
+;;* lmx 190 system/sepolicy/public/vold.te
+
+(neverallow vold fsck_exec (file (execute_no_trans)))
+;;* lme
+
+(allow vr_hwc servicemanager (binder (call transfer)))
+(allow servicemanager vr_hwc (dir (search)))
+(allow servicemanager vr_hwc (file (read open)))
+(allow servicemanager vr_hwc (process (getattr)))
+(allow vr_hwc surfaceflinger (binder (call transfer)))
+(allow surfaceflinger vr_hwc (binder (transfer)))
+(allow vr_hwc surfaceflinger (fd (use)))
+(allow vr_hwc system_server (binder (call transfer)))
+(allow system_server vr_hwc (binder (transfer)))
+(allow vr_hwc system_server (fd (use)))
+(allow vr_hwc vr_hwc_service (service_manager (add find)))
+;;* lmx 14 system/sepolicy/public/vr_hwc.te
+
+(neverallow base_typeattr_178 vr_hwc_service (service_manager (add)))
+;;* lme
+
+(allow vr_hwc hwservicemanager (binder (call transfer)))
+(allow hwservicemanager vr_hwc (binder (call transfer)))
+(allow hwservicemanager vr_hwc (dir (search)))
+(allow hwservicemanager vr_hwc (file (read open)))
+(allow hwservicemanager vr_hwc (process (getattr)))
+(allow vr_hwc system_file (dir (ioctl read getattr lock search open)))
+(allow vr_hwc ion_device (chr_file (ioctl read getattr lock map open)))
+(allow vr_hwc pdx_display_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow vr_hwc pdx_display_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow vr_hwc pdx_display_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow vr_hwc pdx_display_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow vr_hwc pdx_display_client_server_type (fd (use)))
+(allow pdx_display_client_server_type vr_hwc (fd (use)))
+(allow vr_hwc permission_service (service_manager (find)))
+(allow watchdogd watchdog_device (chr_file (ioctl read write getattr lock append map open)))
+(allow watchdogd kmsg_device (chr_file (ioctl read write getattr lock append map open)))
+(allow wificond servicemanager (binder (call transfer)))
+(allow servicemanager wificond (dir (search)))
+(allow servicemanager wificond (file (read open)))
+(allow servicemanager wificond (process (getattr)))
+(allow wificond system_server (binder (call transfer)))
+(allow system_server wificond (binder (transfer)))
+(allow wificond system_server (fd (use)))
+(allow wificond wificond_service (service_manager (add find)))
+;;* lmx 8 system/sepolicy/public/wificond.te
+
+(neverallow base_typeattr_179 wificond_service (service_manager (add)))
+;;* lme
+
+(allow wificond property_socket (sock_file (write)))
+(allow wificond init (unix_stream_socket (connectto)))
+(allow wificond wifi_prop (property_service (set)))
+(allow wificond wifi_prop (file (ioctl read getattr lock map open)))
+(allow wificond property_socket (sock_file (write)))
+(allow wificond init (unix_stream_socket (connectto)))
+(allow wificond ctl_default_prop (property_service (set)))
+(allow wificond ctl_default_prop (file (ioctl read getattr lock map open)))
+(allow wificond self (udp_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allowx wificond self (ioctl udp_socket (0x8914)))
+(allow wificond self (capability (net_admin net_raw)))
+(allow wificond self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow wificond self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow wificond proc_net (dir (ioctl read getattr lock search open)))
+(allow wificond proc_net (file (ioctl read getattr lock map open)))
+(allow wificond proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow wificond wifi_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow wificond wifi_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow wificond permission_service (service_manager (find)))
+(allow wificond dumpstate (fd (use)))
+(allow wificond dumpstate (fifo_file (write)))
+(allow bootanim resourcecache_data_file (file (read)))
+(allow init adbd_exec (file (read getattr map execute open)))
+(allow init adbd (process (transition)))
+(allow adbd adbd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init adbd (process (noatsecure)))
+(allow init adbd (process (siginh rlimitinh)))
+(typetransition init adbd_exec process adbd)
+(typetransition adbd tmpfs file adbd_tmpfs)
+(allow adbd adbd_tmpfs (file (read write getattr)))
+(allow adbd tmpfs (dir (getattr search)))
+(allow adbd shell_exec (file (read getattr map execute open)))
+(allow adbd shell (process (transition)))
+(allow shell shell_exec (file (read getattr map execute entrypoint open)))
+(allow shell adbd (process (sigchld)))
+(dontaudit adbd shell (process (noatsecure)))
+(allow adbd shell (process (siginh rlimitinh)))
+(typetransition adbd shell_exec process shell)
+(allow adbd shell (process (signal noatsecure)))
+(allow adbd self (capability (setgid setuid)))
+(allow adbd self (capability (setpcap)))
+(allow adbd functionfs (dir (search)))
+(allow adbd functionfs (file (ioctl read write getattr lock append map open)))
+(allow adbd devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow adbd shell_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow adbd shell_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow adbd profman_dump_data_file (dir (ioctl read getattr lock search open)))
+(allow adbd profman_dump_data_file (file (ioctl read getattr lock map open)))
+(allow adbd tmpfs (dir (search)))
+(allow adbd rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow adbd tmpfs (lnk_file (ioctl read getattr lock map open)))
+(allow adbd sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow adbd sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow adbd anr_data_file (dir (ioctl read getattr lock search open)))
+(allow adbd anr_data_file (file (ioctl read getattr lock map open)))
+(allow adbd property_socket (sock_file (write)))
+(allow adbd init (unix_stream_socket (connectto)))
+(allow adbd shell_prop (property_service (set)))
+(allow adbd shell_prop (file (ioctl read getattr lock map open)))
+(allow adbd property_socket (sock_file (write)))
+(allow adbd init (unix_stream_socket (connectto)))
+(allow adbd powerctl_prop (property_service (set)))
+(allow adbd powerctl_prop (file (ioctl read getattr lock map open)))
+(allow adbd property_socket (sock_file (write)))
+(allow adbd init (unix_stream_socket (connectto)))
+(allow adbd ffs_prop (property_service (set)))
+(allow adbd ffs_prop (file (ioctl read getattr lock map open)))
+(allow adbd device_logging_prop (file (ioctl read getattr lock map open)))
+(allow adbd serialno_prop (file (ioctl read getattr lock map open)))
+(allow adbd system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow adbd servicemanager (binder (call transfer)))
+(allow servicemanager adbd (dir (search)))
+(allow servicemanager adbd (file (read open)))
+(allow servicemanager adbd (process (getattr)))
+(allow adbd surfaceflinger (binder (call transfer)))
+(allow surfaceflinger adbd (binder (transfer)))
+(allow adbd surfaceflinger (fd (use)))
+(allow adbd gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow adbd ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow adbd system_file (dir (ioctl read getattr lock search open)))
+(allow adbd system_file (file (ioctl read getattr lock map open)))
+(allow adbd system_file (lnk_file (ioctl read getattr lock map open)))
+(allow adbd adb_keys_file (dir (search)))
+(allow adbd adb_keys_file (file (ioctl read getattr lock map open)))
+(allow adbd app_data_file (dir (search)))
+(allow adbd app_data_file (sock_file (write)))
+(allow adbd appdomain (unix_stream_socket (connectto)))
+(allow adbd zygote_exec (file (ioctl read getattr lock map open)))
+(allow adbd system_file (file (ioctl read getattr lock map open)))
+(allow adbd selinuxfs (dir (ioctl read getattr lock search open)))
+(allow adbd selinuxfs (file (ioctl read getattr lock map open)))
+(allow adbd kernel (security (read_policy)))
+(allow adbd service_contexts_file (file (ioctl read getattr lock map open)))
+(allow adbd file_contexts_file (file (ioctl read getattr lock map open)))
+(allow adbd seapp_contexts_file (file (ioctl read getattr lock map open)))
+(allow adbd property_contexts_file (file (ioctl read getattr lock map open)))
+(allow adbd sepolicy_file (file (ioctl read getattr lock map open)))
+(allow adbd config_gz (file (ioctl read getattr lock map open)))
+(allow adbd surfaceflinger_service (service_manager (find)))
+(allow adbd bootchart_data_file (dir (search)))
+(allow adbd bootchart_data_file (file (ioctl read getattr lock map open)))
+(allow adbd storage_file (dir (ioctl read getattr lock search open)))
+(allow adbd storage_file (lnk_file (ioctl read getattr lock map open)))
+(allow adbd mnt_user_file (dir (ioctl read getattr lock search open)))
+(allow adbd mnt_user_file (lnk_file (ioctl read getattr lock map open)))
+(allow adbd media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow adbd media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow adbd apk_data_file (dir (ioctl read getattr lock search open)))
+(allow adbd apk_data_file (file (ioctl read getattr lock map open)))
+(allow adbd apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow adbd rootfs (dir (ioctl read getattr lock search open)))
+;;* lmx 142 system/sepolicy/private/adbd.te
+
+(neverallow adbd base_typeattr_180 (process (transition)))
+;;* lme
+
+;;* lmx 143 system/sepolicy/private/adbd.te
+
+(neverallow adbd domain (process (dyntransition)))
+;;* lme
+
+(allow appdomain zygote_tmpfs (file (read)))
+(allow appdomain self (process (execmem)))
+(allow appdomain ashmem_device (chr_file (execute)))
+(allow appdomain zygote (fd (use)))
+(allow appdomain zygote_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow appdomain zygote (process (sigchld)))
+(allow appdomain cgroup (dir (write search)))
+(allow appdomain cgroup (file (ioctl read write getattr lock append map open)))
+(allow appdomain dalvikcache_data_file (dir (getattr search)))
+(allow appdomain dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 tmpfs (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain tmpfs (dir (ioctl read getattr lock search open)))
+(allow appdomain zygote (fifo_file (write)))
+(allow appdomain shell (process (sigchld)))
+(allow appdomain adbd (process (sigchld)))
+(allow appdomain devpts (chr_file (ioctl read write getattr)))
+(allow appdomain system_server (fd (use)))
+(allow appdomain system_server (fifo_file (ioctl read write getattr lock append map open)))
+(allow appdomain system_server (unix_stream_socket (read write getattr getopt setopt shutdown)))
+(allow appdomain system_server (tcp_socket (read write getattr getopt shutdown)))
+(allow appdomain appdomain (fifo_file (ioctl read write getattr lock append map open)))
+(allow appdomain surfaceflinger (unix_stream_socket (read write getattr getopt setopt shutdown)))
+(allow base_typeattr_98 app_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow base_typeattr_98 app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_98 app_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_98 app_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_98 app_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow appdomain mnt_expand_file (dir (ioctl read getattr lock search open)))
+(allow appdomain keychain_data_file (dir (ioctl read getattr lock search open)))
+(allow appdomain keychain_data_file (file (ioctl read getattr lock map open)))
+(allow appdomain keychain_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain misc_user_data_file (dir (ioctl read getattr lock search open)))
+(allow appdomain misc_user_data_file (file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 textclassifier_data_file (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_98 textclassifier_data_file (file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 textclassifier_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain oemfs (dir (ioctl read getattr lock search open)))
+(allow appdomain oemfs (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow base_typeattr_181 shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow base_typeattr_181 toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow base_typeattr_181 system_file (file (getattr map execute execute_no_trans)))
+(allow appdomain system_file (dir (ioctl read getattr lock search open)))
+(allow appdomain system_file (lnk_file (read getattr open)))
+(allow base_typeattr_98 vendor_file (dir (read open)))
+(allow base_typeattr_181 vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_181 vendor_app_file (file (ioctl read getattr lock map open)))
+(allow base_typeattr_181 vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow base_typeattr_181 vendor_app_file (file (execute)))
+(allow appdomain vendor_overlay_file (dir (ioctl read getattr lock search open)))
+(allow appdomain vendor_overlay_file (file (ioctl read getattr lock map open)))
+(allow appdomain vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain vendor_framework_file (dir (ioctl read getattr lock search open)))
+(allow appdomain vendor_framework_file (file (ioctl read getattr lock map open)))
+(allow appdomain vendor_framework_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain dex2oat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow appdomain wallpaper_file (file (read write getattr)))
+(allow appdomain ringtone_file (file (read write getattr)))
+(allow appdomain shortcut_manager_icons (file (read getattr)))
+(allow appdomain icon_file (file (read getattr)))
+(allow appdomain anr_data_file (dir (search)))
+(allow appdomain anr_data_file (file (append open)))
+(allow appdomain tombstoned_java_trace_socket (sock_file (write)))
+(allow appdomain tombstoned (unix_stream_socket (connectto)))
+(allow appdomain tombstoned (fd (use)))
+(allow appdomain dumpstate (fifo_file (append)))
+(allow appdomain dumpstate (fd (use)))
+(allow appdomain dumpstate (unix_stream_socket (read write getattr getopt shutdown)))
+(allow appdomain dumpstate (fifo_file (write getattr)))
+(allow appdomain shell_data_file (file (write getattr)))
+(allow appdomain user_profile_data_file (dir (write add_name search)))
+(allow appdomain user_profile_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow appdomain qtaguid_proc (file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_182 proc_net (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_182 proc_net (file (ioctl read getattr lock map open)))
+(allow base_typeattr_182 proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain qtaguid_device (chr_file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow appdomain servicemanager (binder (call transfer)))
+(allow servicemanager appdomain (dir (search)))
+(allow servicemanager appdomain (file (read open)))
+(allow servicemanager appdomain (process (getattr)))
+(allow appdomain binderservicedomain (binder (call transfer)))
+(allow binderservicedomain appdomain (binder (transfer)))
+(allow appdomain binderservicedomain (fd (use)))
+(allow appdomain appdomain (binder (call transfer)))
+(allow appdomain appdomain (binder (transfer)))
+(allow appdomain appdomain (fd (use)))
+(allow appdomain ephemeral_app (binder (call transfer)))
+(allow ephemeral_app appdomain (binder (transfer)))
+(allow appdomain ephemeral_app (fd (use)))
+(allow base_typeattr_98 hwservicemanager (binder (call transfer)))
+(allow hwservicemanager base_typeattr_98 (binder (call transfer)))
+(allow hwservicemanager base_typeattr_98 (dir (search)))
+(allow hwservicemanager base_typeattr_98 (file (read open)))
+(allow hwservicemanager base_typeattr_98 (process (getattr)))
+(allow base_typeattr_98 hal_omx_hwservice (hwservice_manager (find)))
+(allow base_typeattr_98 hidl_token_hwservice (hwservice_manager (find)))
+(allow appdomain hal_graphics_composer (fd (use)))
+(allow appdomain appdomain (unix_stream_socket (read write getattr getopt shutdown)))
+(allow appdomain backup_data_file (file (read write getattr)))
+(allow appdomain cache_backup_file (file (read write getattr)))
+(allow appdomain cache_backup_file (dir (getattr)))
+(allow appdomain system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain system_data_file (file (read getattr)))
+(allow base_typeattr_98 media_rw_data_file (file (read getattr)))
+(allow base_typeattr_98 radio_data_file (file (read write getattr)))
+(allow base_typeattr_183 storage_file (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 storage_file (lnk_file (ioctl read getattr lock map open)))
+(allow base_typeattr_183 mnt_user_file (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 mnt_user_file (lnk_file (ioctl read getattr lock map open)))
+(allow base_typeattr_183 fuse (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow base_typeattr_183 fuse (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_183 sdcardfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow base_typeattr_183 sdcardfs (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_183 vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow base_typeattr_183 media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow base_typeattr_183 vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_183 media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_183 vfat (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 vfat (file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_183 usb_device (chr_file (ioctl read write getattr)))
+(allow base_typeattr_183 usbaccessory_device (chr_file (read write getattr)))
+(allow appdomain dalvikcache_data_file (file (execute)))
+(allow appdomain dalvikcache_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow appdomain shared_relro_file (dir (search)))
+(allow appdomain shared_relro_file (file (ioctl read getattr lock map open)))
+(allow appdomain apk_data_file (dir (ioctl read getattr lock search open)))
+(allow appdomain apk_data_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow appdomain resourcecache_data_file (file (ioctl read getattr lock map open)))
+(allow appdomain resourcecache_data_file (dir (ioctl read getattr lock search open)))
+(allow appdomain logcat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow appdomain logdr_socket (sock_file (write)))
+(allow appdomain logd (unix_stream_socket (connectto)))
+(allow base_typeattr_184 logd_socket (sock_file (write)))
+(allow base_typeattr_184 logd (unix_stream_socket (connectto)))
+(allow appdomain zygote (unix_dgram_socket (write)))
+(allow base_typeattr_183 keystore (keystore_key (get_state get insert delete exist list sign verify)))
+(allow keystore base_typeattr_183 (dir (search)))
+(allow keystore base_typeattr_183 (file (read open)))
+(allow keystore base_typeattr_183 (process (getattr)))
+(allow base_typeattr_183 keystore_service (service_manager (find)))
+(allow base_typeattr_183 keystore (binder (call transfer)))
+(allow keystore base_typeattr_183 (binder (transfer)))
+(allow base_typeattr_183 keystore (fd (use)))
+(allow appdomain console_device (chr_file (read write)))
+(allowx base_typeattr_185 self (ioctl tcp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx base_typeattr_185 self (ioctl udp_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx base_typeattr_185 self (ioctl rawip_socket ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+(allowx base_typeattr_185 self (ioctl tcp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx base_typeattr_185 self (ioctl udp_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx base_typeattr_185 self (ioctl rawip_socket ((range 0x8906 0x8907) 0x8910 (range 0x8912 0x8913) 0x8915 0x8917 0x8919 0x891b 0x8921 0x8933 0x8938 0x8942)))
+(allowx base_typeattr_185 self (ioctl tcp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx base_typeattr_185 self (ioctl udp_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allowx base_typeattr_185 self (ioctl rawip_socket (0x8b01 0x8b05 0x8b07 0x8b09 0x8b0b 0x8b0d 0x8b0f (range 0x8b11 0x8b13) 0x8b21 0x8b23 0x8b25 0x8b27 0x8b29 0x8b2d)))
+(allow base_typeattr_98 ion_device (chr_file (ioctl read write getattr lock append map open)))
+(auditallow appdomain ion_device (chr_file (write append)))
+(allow base_typeattr_98 hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow base_typeattr_98 mediacodec (binder (call transfer)))
+(allow mediacodec base_typeattr_98 (binder (transfer)))
+(allow base_typeattr_98 mediacodec (fd (use)))
+(allow base_typeattr_98 hal_audio (fd (use)))
+(allow base_typeattr_98 hal_camera (fd (use)))
+(allow base_typeattr_98 hal_renderscript_hwservice (hwservice_manager (find)))
+(allow appdomain proc_meminfo (file (ioctl read getattr lock map open)))
+(allow appdomain app_fuse_file (file (read write getattr append)))
+(allow base_typeattr_183 pdx_display_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 pdx_display_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_183 pdx_display_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow base_typeattr_183 pdx_display_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow base_typeattr_183 pdx_display_client_server_type (fd (use)))
+(allow pdx_display_client_server_type base_typeattr_183 (fd (use)))
+(allow base_typeattr_183 pdx_display_manager_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 pdx_display_manager_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_183 pdx_display_manager_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow base_typeattr_183 pdx_display_manager_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow base_typeattr_183 pdx_display_manager_server_type (fd (use)))
+(allow pdx_display_manager_server_type base_typeattr_183 (fd (use)))
+(allow base_typeattr_183 pdx_display_vsync_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 pdx_display_vsync_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_183 pdx_display_vsync_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow base_typeattr_183 pdx_display_vsync_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow base_typeattr_183 pdx_display_vsync_server_type (fd (use)))
+(allow pdx_display_vsync_server_type base_typeattr_183 (fd (use)))
+(allow base_typeattr_183 pdx_performance_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow base_typeattr_183 pdx_performance_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow base_typeattr_183 pdx_performance_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow base_typeattr_183 pdx_performance_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow base_typeattr_183 pdx_performance_client_server_type (fd (use)))
+(allow pdx_performance_client_server_type base_typeattr_183 (fd (use)))
+(allow base_typeattr_183 pdx_bufferhub_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow base_typeattr_183 pdx_bufferhub_client_server_type (fd (use)))
+(allow pdx_bufferhub_client_server_type base_typeattr_183 (fd (use)))
+(allow appdomain runas_exec (file (getattr)))
+(allow base_typeattr_183 tun_device (chr_file (ioctl read write getattr append)))
+(allow appdomain adbd (unix_stream_socket (connectto)))
+(allow appdomain adbd (fd (use)))
+(allow appdomain adbd (unix_stream_socket (ioctl read write getattr getopt shutdown)))
+(allow appdomain cache_file (dir (getattr)))
+;;* lmx 353 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_185 self (capability (chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap)))
+;;* lme
+
+;;* lmx 354 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_185 self (capability2 (mac_override mac_admin syslog wake_alarm block_suspend audit_read)))
+;;* lme
+
+;;* lmx 357 system/sepolicy/private/app.te
+
+(neverallow appdomain dev_type (blk_file (read write)))
+;;* lme
+
+;;* lmx 367 system/sepolicy/private/app.te
+
+(neverallow appdomain audio_device (chr_file (read write)))
+(neverallow appdomain camera_device (chr_file (read write)))
+(neverallow appdomain dm_device (chr_file (read write)))
+(neverallow appdomain radio_device (chr_file (read write)))
+(neverallow appdomain video_device (chr_file (read write)))
+(neverallow appdomain rpmsg_device (chr_file (read write)))
+;;* lme
+
+;;* lmx 370 system/sepolicy/private/app.te
+
+(neverallow isolated_app graphics_device (chr_file (read write)))
+(neverallow shell graphics_device (chr_file (read write)))
+(neverallow untrusted_app graphics_device (chr_file (read write)))
+;;* lme
+
+;;* lmx 373 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_186 nfc_device (chr_file (read write)))
+;;* lme
+
+;;* lmx 375 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_185 hci_attach_dev (chr_file (read write)))
+;;* lme
+
+;;* lmx 376 system/sepolicy/private/app.te
+
+(neverallow appdomain tee_device (chr_file (read write)))
+;;* lme
+
+;;* lmx 386 system/sepolicy/private/app.te
+
+(neverallow appdomain domain (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow appdomain domain (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow appdomain domain (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow appdomain domain (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow appdomain domain (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 391 system/sepolicy/private/app.te
+
+(neverallow appdomain domain (netlink_kobject_uevent_socket (write append)))
+;;* lme
+
+;;* lmx 394 system/sepolicy/private/app.te
+
+(neverallow appdomain socket_device (sock_file (write)))
+;;* lme
+
+;;* lmx 397 system/sepolicy/private/app.te
+
+(neverallow appdomain adbd_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 398 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_187 rild_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 399 system/sepolicy/private/app.te
+
+(neverallow appdomain vold_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 400 system/sepolicy/private/app.te
+
+(neverallow appdomain zygote_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 403 system/sepolicy/private/app.te
+
+(neverallow appdomain base_typeattr_26 (process (ptrace)))
+;;* lme
+
+;;* lmx 406 system/sepolicy/private/app.te
+
+(neverallow appdomain base_typeattr_26 (file (write)))
+;;* lme
+
+;;* lmx 413 system/sepolicy/private/app.te
+
+(neverallow appdomain base_typeattr_26 (process (sigkill sigstop signal)))
+;;* lme
+
+;;* lmx 419 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 base_typeattr_188 (process (transition)))
+;;* lme
+
+;;* lmx 421 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 base_typeattr_26 (process (dyntransition)))
+;;* lme
+
+;;* lmx 425 system/sepolicy/private/app.te
+
+(neverallow appdomain rootfs (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain rootfs (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 429 system/sepolicy/private/app.te
+
+(neverallow appdomain system_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 433 system/sepolicy/private/app.te
+
+(neverallow appdomain exec_type (file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 440 system/sepolicy/private/app.te
+
+(neverallow appdomain system_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain system_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 444 system/sepolicy/private/app.te
+
+(neverallow appdomain drm_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain drm_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 447 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_189 apk_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 450 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_189 apk_tmp_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_tmp_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 453 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_189 apk_private_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 456 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_189 apk_private_tmp_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_189 apk_private_tmp_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 459 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 shell_data_file (file (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (dir (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (lnk_file (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (chr_file (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (blk_file (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (sock_file (create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_70 shell_data_file (fifo_file (create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 462 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_185 bluetooth_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow base_typeattr_185 bluetooth_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 465 system/sepolicy/private/app.te
+
+(neverallow appdomain keystore_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain keystore_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 468 system/sepolicy/private/app.te
+
+(neverallow appdomain systemkeys_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain systemkeys_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 471 system/sepolicy/private/app.te
+
+(neverallow appdomain wifi_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain wifi_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 474 system/sepolicy/private/app.te
+
+(neverallow appdomain dhcp_data_file (file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (dir (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (lnk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (chr_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (blk_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (sock_file (write create setattr relabelfrom relabelto append unlink link rename)))
+(neverallow appdomain dhcp_data_file (fifo_file (write create setattr relabelfrom relabelto append unlink link rename)))
+;;* lme
+
+;;* lmx 478 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_190 apk_tmp_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_190 apk_tmp_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow base_typeattr_190 apk_tmp_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_tmp_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_190 apk_tmp_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_tmp_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_tmp_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_private_tmp_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_190 apk_private_tmp_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow base_typeattr_190 apk_private_tmp_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_private_tmp_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_190 apk_private_tmp_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_private_tmp_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow base_typeattr_190 apk_private_tmp_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 480 system/sepolicy/private/app.te
+
+(neverallow untrusted_app_all apk_tmp_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow untrusted_app_all apk_tmp_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_tmp_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app_all apk_tmp_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_tmp_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_tmp_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_private_tmp_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow untrusted_app_all apk_private_tmp_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_private_tmp_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app_all apk_private_tmp_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_private_tmp_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow untrusted_app_all apk_private_tmp_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 481 system/sepolicy/private/app.te
+
+(neverallow untrusted_app_all apk_tmp_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app_all apk_private_tmp_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 484 system/sepolicy/private/app.te
+
+(neverallow appdomain efs_file (file (write)))
+(neverallow appdomain efs_file (dir (write)))
+(neverallow appdomain efs_file (lnk_file (write)))
+(neverallow appdomain efs_file (chr_file (write)))
+(neverallow appdomain efs_file (blk_file (write)))
+(neverallow appdomain efs_file (sock_file (write)))
+(neverallow appdomain efs_file (fifo_file (write)))
+;;* lme
+
+;;* lmx 485 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 efs_file (file (read)))
+(neverallow base_typeattr_70 efs_file (dir (read)))
+(neverallow base_typeattr_70 efs_file (lnk_file (read)))
+(neverallow base_typeattr_70 efs_file (chr_file (read)))
+(neverallow base_typeattr_70 efs_file (blk_file (read)))
+(neverallow base_typeattr_70 efs_file (sock_file (read)))
+(neverallow base_typeattr_70 efs_file (fifo_file (read)))
+;;* lme
+
+;;* lmx 489 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_191 sysfs (file (write)))
+(neverallow base_typeattr_191 sysfs (dir (write)))
+(neverallow base_typeattr_191 sysfs (lnk_file (write)))
+(neverallow base_typeattr_191 sysfs (chr_file (write)))
+(neverallow base_typeattr_191 sysfs (blk_file (write)))
+(neverallow base_typeattr_191 sysfs (sock_file (write)))
+(neverallow base_typeattr_191 sysfs (fifo_file (write)))
+;;* lme
+
+;;* lmx 491 system/sepolicy/private/app.te
+
+(neverallow appdomain proc (file (write)))
+(neverallow appdomain proc (dir (write)))
+(neverallow appdomain proc (lnk_file (write)))
+(neverallow appdomain proc (chr_file (write)))
+(neverallow appdomain proc (blk_file (write)))
+(neverallow appdomain proc (sock_file (write)))
+(neverallow appdomain proc (fifo_file (write)))
+;;* lme
+
+;;* lmx 494 system/sepolicy/private/app.te
+
+(neverallow appdomain kernel (system (syslog_read syslog_mod syslog_console)))
+;;* lme
+
+;;* lmx 497 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 base_typeattr_8 (security (compute_av check_context)))
+;;* lme
+
+;;* lmx 498 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 base_typeattr_8 (netlink_selinux_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 502 system/sepolicy/private/app.te
+
+(neverallow appdomain fs_type (filesystem (mount remount unmount relabelfrom relabelto associate quotamod quotaget)))
+;;* lme
+
+;;* lmx 513 system/sepolicy/private/app.te
+
+(neverallow appdomain dev_type (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain rootfs (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain tmpfs (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain system_file (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain apk_data_file (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain cache_file (lnk_file (write create setattr relabelfrom append unlink link rename)))
+(neverallow appdomain cache_recovery_file (lnk_file (write create setattr relabelfrom append unlink link rename)))
+;;* lme
+
+;;* lmx 528 system/sepolicy/private/app.te
+
+(neverallow bluetooth base_typeattr_27 (file (execute execute_no_trans)))
+(neverallow isolated_app base_typeattr_27 (file (execute execute_no_trans)))
+(neverallow nfc base_typeattr_27 (file (execute execute_no_trans)))
+(neverallow radio base_typeattr_27 (file (execute execute_no_trans)))
+(neverallow shared_relro base_typeattr_27 (file (execute execute_no_trans)))
+(neverallow system_app base_typeattr_27 (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 534 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_70 input_device (chr_file (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 542 system/sepolicy/private/app.te
+
+(neverallow base_typeattr_192 bluetooth_prop (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+;;* lme
+
+;;* lmx 15 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 18 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 22 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all debugfs_type (file (read)))
+(neverallow ephemeral_app debugfs_type (file (read)))
+(neverallow isolated_app debugfs_type (file (read)))
+(neverallow mediaprovider debugfs_type (file (read)))
+(neverallow untrusted_app debugfs_type (file (read)))
+(neverallow untrusted_app_25 debugfs_type (file (read)))
+(neverallow untrusted_v2_app debugfs_type (file (read)))
+;;* lme
+
+;;* lmx 27 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all service_manager_type (service_manager (add)))
+(neverallow ephemeral_app service_manager_type (service_manager (add)))
+(neverallow isolated_app service_manager_type (service_manager (add)))
+(neverallow mediaprovider service_manager_type (service_manager (add)))
+(neverallow untrusted_app service_manager_type (service_manager (add)))
+(neverallow untrusted_app_25 service_manager_type (service_manager (add)))
+(neverallow untrusted_v2_app service_manager_type (service_manager (add)))
+;;* lme
+
+;;* lmx 30 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow ephemeral_app vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow mediaprovider vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app_25 vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_v2_app vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 31 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all vndservice_manager_type (service_manager (add find list)))
+(neverallow ephemeral_app vndservice_manager_type (service_manager (add find list)))
+(neverallow isolated_app vndservice_manager_type (service_manager (add find list)))
+(neverallow mediaprovider vndservice_manager_type (service_manager (add find list)))
+(neverallow untrusted_app vndservice_manager_type (service_manager (add find list)))
+(neverallow untrusted_app_25 vndservice_manager_type (service_manager (add find list)))
+(neverallow untrusted_v2_app vndservice_manager_type (service_manager (add find list)))
+;;* lme
+
+;;* lmx 35 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 property_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 36 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 init (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 37 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 property_type (property_service (set)))
+;;* lme
+
+;;* lmx 47 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all mlstrustedsubject (process (fork)))
+(neverallow ephemeral_app mlstrustedsubject (process (fork)))
+(neverallow isolated_app mlstrustedsubject (process (fork)))
+(neverallow mediaprovider mlstrustedsubject (process (fork)))
+(neverallow untrusted_app mlstrustedsubject (process (fork)))
+(neverallow untrusted_app_25 mlstrustedsubject (process (fork)))
+(neverallow untrusted_v2_app mlstrustedsubject (process (fork)))
+;;* lme
+
+;;* lmx 55 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all file_type (file (link)))
+(neverallow ephemeral_app file_type (file (link)))
+(neverallow isolated_app file_type (file (link)))
+(neverallow mediaprovider file_type (file (link)))
+(neverallow untrusted_app file_type (file (link)))
+(neverallow untrusted_app_25 file_type (file (link)))
+(neverallow untrusted_v2_app file_type (file (link)))
+;;* lme
+
+;;* lmx 58 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow ephemeral_app sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow isolated_app sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow mediaprovider sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app_25 sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_v2_app sysfs_mac_address (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 62 system/sepolicy/private/app_neverallows.te
+
+(neverallowx untrusted_app_all domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app_all domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app_all domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx ephemeral_app domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx ephemeral_app domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx ephemeral_app domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx isolated_app domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx isolated_app domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx isolated_app domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx mediaprovider domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx mediaprovider domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx mediaprovider domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx untrusted_app domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx untrusted_app_25 domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app_25 domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx untrusted_app_25 domain (ioctl rawip_socket (0x6900 0x6902)))
+(neverallowx untrusted_v2_app domain (ioctl tcp_socket (0x6900 0x6902)))
+(neverallowx untrusted_v2_app domain (ioctl udp_socket (0x6900 0x6902)))
+(neverallowx untrusted_v2_app domain (ioctl rawip_socket (0x6900 0x6902)))
+;;* lme
+
+;;* lmx 62 system/sepolicy/private/app_neverallows.te
+
+(neverallowx untrusted_app_all domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app_all domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app_all domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx ephemeral_app domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx ephemeral_app domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx ephemeral_app domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx isolated_app domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx isolated_app domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx isolated_app domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediaprovider domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediaprovider domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx mediaprovider domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app_25 domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app_25 domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_app_25 domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_v2_app domain (ioctl tcp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_v2_app domain (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(neverallowx untrusted_v2_app domain (ioctl rawip_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+;;* lme
+
+;;* lmx 62 system/sepolicy/private/app_neverallows.te
+
+(neverallowx untrusted_app_all domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app_all domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app_all domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx ephemeral_app domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx ephemeral_app domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx ephemeral_app domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx isolated_app domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx isolated_app domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx isolated_app domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediaprovider domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediaprovider domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx mediaprovider domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app_25 domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app_25 domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_app_25 domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_v2_app domain (ioctl tcp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_v2_app domain (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(neverallowx untrusted_v2_app domain (ioctl rawip_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+;;* lme
+
+;;* lmx 63 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow isolated_app base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow isolated_app base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow mediaprovider base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow mediaprovider base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow untrusted_app base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow untrusted_app base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_selinux_socket (ioctl)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_route_socket (ioctl)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_selinux_socket (ioctl)))
+;;* lme
+
+;;* lmx 72 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_all base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow ephemeral_app base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow isolated_app base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow isolated_app base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow isolated_app base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow isolated_app base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow isolated_app base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow mediaprovider base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow mediaprovider base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow mediaprovider base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow mediaprovider base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow mediaprovider base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow untrusted_app base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow untrusted_app base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_app_25 base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow untrusted_v2_app base_typeattr_8 (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 75 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 cache_file (dir (write create setattr relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+(neverallow base_typeattr_193 cache_recovery_file (dir (write create setattr relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+;;* lme
+
+;;* lmx 76 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 cache_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow base_typeattr_193 cache_recovery_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 97 system/sepolicy/private/app_neverallows.te
+
+(neverallow base_typeattr_193 base_typeattr_194 (file (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (dir (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (lnk_file (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (chr_file (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (blk_file (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (sock_file (create unlink)))
+(neverallow base_typeattr_193 base_typeattr_194 (fifo_file (create unlink)))
+;;* lme
+
+;;* lmx 100 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow ephemeral_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow mediaprovider fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_app_25 fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow untrusted_v2_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 103 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all tun_device (chr_file (open)))
+(neverallow ephemeral_app tun_device (chr_file (open)))
+(neverallow isolated_app tun_device (chr_file (open)))
+(neverallow mediaprovider tun_device (chr_file (open)))
+(neverallow untrusted_app tun_device (chr_file (open)))
+(neverallow untrusted_app_25 tun_device (chr_file (open)))
+(neverallow untrusted_v2_app tun_device (chr_file (open)))
+;;* lme
+
+;;* lmx 106 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow ephemeral_app anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow isolated_app anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow mediaprovider anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow untrusted_app anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow untrusted_app_25 anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+(neverallow untrusted_v2_app anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+;;* lme
+
+;;* lmx 107 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow ephemeral_app anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow isolated_app anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow mediaprovider anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow untrusted_app anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow untrusted_app_25 anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+(neverallow untrusted_v2_app anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 111 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow ephemeral_app proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow isolated_app proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow mediaprovider proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_app proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_app_25 proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_v2_app proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 114 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow ephemeral_app config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow isolated_app config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow mediaprovider config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_app config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_app_25 config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+(neverallow untrusted_v2_app config_gz (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 117 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow ephemeral_app preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow isolated_app preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow mediaprovider preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app_25 preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_v2_app preloads_data_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 121 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all system_file (file (lock)))
+(neverallow ephemeral_app system_file (file (lock)))
+(neverallow isolated_app system_file (file (lock)))
+(neverallow mediaprovider system_file (file (lock)))
+(neverallow untrusted_app system_file (file (lock)))
+(neverallow untrusted_app_25 system_file (file (lock)))
+(neverallow untrusted_v2_app system_file (file (lock)))
+;;* lme
+
+;;* lmx 125 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_8 (hwservice_manager (add list)))
+(neverallow ephemeral_app base_typeattr_8 (hwservice_manager (add list)))
+(neverallow isolated_app base_typeattr_8 (hwservice_manager (add list)))
+(neverallow mediaprovider base_typeattr_8 (hwservice_manager (add list)))
+(neverallow untrusted_app base_typeattr_8 (hwservice_manager (add list)))
+(neverallow untrusted_app_25 base_typeattr_8 (hwservice_manager (add list)))
+(neverallow untrusted_v2_app base_typeattr_8 (hwservice_manager (add list)))
+;;* lme
+
+;;* lmx 163 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_195 (hwservice_manager (find)))
+(neverallow ephemeral_app base_typeattr_195 (hwservice_manager (find)))
+(neverallow isolated_app base_typeattr_195 (hwservice_manager (find)))
+(neverallow mediaprovider base_typeattr_195 (hwservice_manager (find)))
+(neverallow untrusted_app base_typeattr_195 (hwservice_manager (find)))
+(neverallow untrusted_app_25 base_typeattr_195 (hwservice_manager (find)))
+(neverallow untrusted_v2_app base_typeattr_195 (hwservice_manager (find)))
+;;* lme
+
+;;* lmx 202 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all default_android_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_audio_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_camera_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_drm_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_health_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_ir_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_light_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_power_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_usb_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_vr_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all hidl_base_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_all thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app default_android_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_audio_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_camera_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_drm_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_health_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_ir_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_light_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_power_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_usb_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_vr_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app hidl_base_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow ephemeral_app thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow isolated_app default_android_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_audio_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_camera_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_drm_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_health_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_ir_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_light_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_power_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_usb_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_vr_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow isolated_app hidl_base_hwservice (hwservice_manager (find)))
+(neverallow isolated_app system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow isolated_app thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider default_android_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_audio_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_camera_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_drm_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_health_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_ir_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_light_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_power_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_usb_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_vr_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider hidl_base_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow mediaprovider thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app default_android_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_audio_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_camera_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_drm_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_health_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_ir_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_light_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_power_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_usb_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_vr_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app hidl_base_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 default_android_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_audio_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_camera_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_drm_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_health_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_ir_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_light_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_power_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_usb_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_vr_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 hidl_base_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow untrusted_app_25 thermalcallback_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app default_android_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_audio_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_bluetooth_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_bootctl_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_camera_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_contexthub_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_drm_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_dumpstate_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_fingerprint_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_gatekeeper_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_gnss_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_graphics_composer_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_health_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_ir_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_keymaster_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_light_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_memtrack_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_nfc_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_oemlock_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_power_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_sensors_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_telephony_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_thermal_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_tv_cec_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_tv_input_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_usb_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_vibrator_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_vr_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_weaver_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_wifi_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_wifi_offload_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hal_wifi_supplicant_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app hidl_base_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app system_net_netd_hwservice (hwservice_manager (find)))
+(neverallow untrusted_v2_app thermalcallback_hwservice (hwservice_manager (find)))
+;;* lme
+
+;;* lmx 212 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_196 (hwservice_manager (find)))
+(neverallow ephemeral_app base_typeattr_196 (hwservice_manager (find)))
+(neverallow isolated_app base_typeattr_196 (hwservice_manager (find)))
+(neverallow mediaprovider base_typeattr_196 (hwservice_manager (find)))
+(neverallow untrusted_app base_typeattr_196 (hwservice_manager (find)))
+(neverallow untrusted_app_25 base_typeattr_196 (hwservice_manager (find)))
+(neverallow untrusted_v2_app base_typeattr_196 (hwservice_manager (find)))
+;;* lme
+
+;;* lmx 215 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow ephemeral_app selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow isolated_app selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow mediaprovider selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_app_25 selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow untrusted_v2_app selinuxfs (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 220 system/sepolicy/private/app_neverallows.te
+
+(neverallow untrusted_app_all base_typeattr_197 (binder (call transfer)))
+(neverallow ephemeral_app base_typeattr_197 (binder (call transfer)))
+(neverallow isolated_app base_typeattr_197 (binder (call transfer)))
+(neverallow mediaprovider base_typeattr_197 (binder (call transfer)))
+(neverallow untrusted_app base_typeattr_197 (binder (call transfer)))
+(neverallow untrusted_app_25 base_typeattr_197 (binder (call transfer)))
+(neverallow untrusted_v2_app base_typeattr_197 (binder (call transfer)))
+;;* lme
+
+(allow init audioserver_exec (file (read getattr map execute open)))
+(allow init audioserver (process (transition)))
+(allow audioserver audioserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init audioserver (process (noatsecure)))
+(allow init audioserver (process (siginh rlimitinh)))
+(typetransition init audioserver_exec process audioserver)
+(typetransition audioserver tmpfs file audioserver_tmpfs)
+(allow audioserver audioserver_tmpfs (file (read write getattr)))
+(allow audioserver tmpfs (dir (getattr search)))
+(allow audioserver sdcard_type (dir (ioctl read getattr lock search open)))
+(allow audioserver sdcard_type (file (ioctl read getattr lock map open)))
+(allow audioserver sdcard_type (lnk_file (ioctl read getattr lock map open)))
+(allow audioserver servicemanager (binder (call transfer)))
+(allow servicemanager audioserver (dir (search)))
+(allow servicemanager audioserver (file (read open)))
+(allow servicemanager audioserver (process (getattr)))
+(allow audioserver binderservicedomain (binder (call transfer)))
+(allow binderservicedomain audioserver (binder (transfer)))
+(allow audioserver binderservicedomain (fd (use)))
+(allow audioserver appdomain (binder (call transfer)))
+(allow appdomain audioserver (binder (transfer)))
+(allow audioserver appdomain (fd (use)))
+(allow audioserver system_file (dir (ioctl read getattr lock search open)))
+(allow audioserver system_file (file (ioctl read getattr lock map open)))
+(allow audioserver system_file (lnk_file (ioctl read getattr lock map open)))
+(allow audioserver audioserver_service (service_manager (add find)))
+;;* lmx 31 system/sepolicy/private/audioserver.te
+
+(neverallow base_typeattr_198 audioserver_service (service_manager (add)))
+;;* lme
+
+(allow audioserver appops_service (service_manager (find)))
+(allow audioserver batterystats_service (service_manager (find)))
+(allow audioserver permission_service (service_manager (find)))
+(allow audioserver power_service (service_manager (find)))
+(allow audioserver scheduling_policy_service (service_manager (find)))
+(allow audioserver audio_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow audioserver audio_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow audioserver audio_device (chr_file (read write)))
+(allow audioserver bluetooth_socket (sock_file (write)))
+(allow audioserver bluetooth (unix_stream_socket (connectto)))
+;;* lmx 54 system/sepolicy/private/audioserver.te
+
+(neverallow audioserver fs_type (file (execute_no_trans)))
+(neverallow audioserver file_type (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 66 system/sepolicy/private/audioserver.te
+
+(neverallow audioserver domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow audioserver domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow audioserver domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+;;* lme
+
+(allow binder_in_vendor_violators binder_device (chr_file (ioctl read write getattr lock append map open)))
+(allow binderservicedomain dumpstate (fd (use)))
+(allow binderservicedomain incidentd (fd (use)))
+(allow binderservicedomain dumpstate (unix_stream_socket (read write getattr getopt)))
+(allow binderservicedomain incidentd (unix_stream_socket (read write getattr getopt)))
+(allow binderservicedomain dumpstate (fifo_file (write getattr)))
+(allow binderservicedomain incidentd (fifo_file (write getattr)))
+(allow binderservicedomain shell_data_file (file (write getattr)))
+(allow binderservicedomain devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow binderservicedomain console_device (chr_file (ioctl read write getattr lock append map open)))
+(allow binderservicedomain appdomain (fd (use)))
+(allow binderservicedomain appdomain (fifo_file (write)))
+(allow binderservicedomain permission_service (service_manager (find)))
+(allow binderservicedomain keystore (keystore_key (get_state get insert delete exist list sign verify)))
+(allow keystore binderservicedomain (dir (search)))
+(allow keystore binderservicedomain (file (read open)))
+(allow keystore binderservicedomain (process (getattr)))
+(allow binderservicedomain keystore_service (service_manager (find)))
+(allow binderservicedomain keystore (binder (call transfer)))
+(allow keystore binderservicedomain (binder (transfer)))
+(allow binderservicedomain keystore (fd (use)))
+(allow blkid block_device (dir (search)))
+(allow blkid userdata_block_device (blk_file (ioctl read getattr lock map open)))
+(allow blkid dm_device (blk_file (ioctl read getattr lock map open)))
+(allow blkid vold (fd (use)))
+(allow blkid vold (fifo_file (read write getattr)))
+(allow blkid blkid_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+;;* lmx 21 system/sepolicy/private/blkid.te
+
+(neverallow base_typeattr_89 blkid (process (transition)))
+;;* lme
+
+;;* lmx 22 system/sepolicy/private/blkid.te
+
+(neverallow base_typeattr_8 blkid (process (dyntransition)))
+;;* lme
+
+;;* lmx 23 system/sepolicy/private/blkid.te
+
+(neverallow blkid base_typeattr_199 (file (entrypoint)))
+;;* lme
+
+(allow blkid_untrusted block_device (dir (search)))
+(allow blkid_untrusted vold_device (blk_file (ioctl read getattr lock map open)))
+(allow blkid_untrusted vold (fd (use)))
+(allow blkid_untrusted vold (fifo_file (read write getattr)))
+(allow blkid_untrusted blkid_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+;;* lmx 33 system/sepolicy/private/blkid_untrusted.te
+
+(neverallow blkid_untrusted dm_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted root_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted frp_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted system_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted recovery_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted boot_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted userdata_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted cache_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted swap_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+(neverallow blkid_untrusted metadata_block_device (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 36 system/sepolicy/private/blkid_untrusted.te
+
+(neverallow base_typeattr_89 blkid_untrusted (process (transition)))
+;;* lme
+
+;;* lmx 37 system/sepolicy/private/blkid_untrusted.te
+
+(neverallow base_typeattr_8 blkid_untrusted (process (dyntransition)))
+;;* lme
+
+;;* lmx 38 system/sepolicy/private/blkid_untrusted.te
+
+(neverallow blkid_untrusted base_typeattr_199 (file (entrypoint)))
+;;* lme
+
+(typetransition bluetooth tmpfs file bluetooth_tmpfs)
+(allow bluetooth bluetooth_tmpfs (file (read write getattr)))
+(allow bluetooth tmpfs (dir (getattr search)))
+(allow bluetooth bluetooth_tmpfs (file (execute)))
+(typetransition bluetooth bluetooth_data_file sock_file bluetooth_socket)
+(allowx bluetooth self (ioctl udp_socket (0x6900 0x6902)))
+(allowx bluetooth self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx bluetooth self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow bluetooth sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow bluetooth self (capability2 (block_suspend)))
+(allow bluetooth bluetooth_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow bluetooth bluetooth_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth bluetooth_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth bluetooth_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth bluetooth_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth bluetooth_logs_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow bluetooth bluetooth_logs_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth bluetooth_socket (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow bluetooth self (capability (net_admin)))
+(allow bluetooth self (capability2 (wake_alarm)))
+(allow bluetooth self (packet_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow bluetooth self (capability (net_bind_service net_admin net_raw)))
+(allow bluetooth self (tun_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow bluetooth tun_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bluetooth efs_file (dir (search)))
+(allow bluetooth uhid_device (chr_file (ioctl read write getattr lock append map open)))
+(allow bluetooth proc_bluetooth_writable (file (ioctl read write getattr lock append map open)))
+(allow bluetooth property_socket (sock_file (write)))
+(allow bluetooth init (unix_stream_socket (connectto)))
+(allow bluetooth bluetooth_prop (property_service (set)))
+(allow bluetooth bluetooth_prop (file (ioctl read getattr lock map open)))
+(allow bluetooth property_socket (sock_file (write)))
+(allow bluetooth init (unix_stream_socket (connectto)))
+(allow bluetooth pan_result_prop (property_service (set)))
+(allow bluetooth pan_result_prop (file (ioctl read getattr lock map open)))
+(allow bluetooth audioserver_service (service_manager (find)))
+(allow bluetooth bluetooth_service (service_manager (find)))
+(allow bluetooth drmserver_service (service_manager (find)))
+(allow bluetooth mediaserver_service (service_manager (find)))
+(allow bluetooth radio_service (service_manager (find)))
+(allow bluetooth surfaceflinger_service (service_manager (find)))
+(allow bluetooth app_api_service (service_manager (find)))
+(allow bluetooth system_api_service (service_manager (find)))
+(allow bluetooth shell_data_file (file (read)))
+(allow bluetooth self (capability (sys_nice)))
+(allow bluetooth runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+;;* lmx 75 system/sepolicy/private/bluetooth.te
+
+(neverallow bluetooth self (capability (chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_broadcast ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap)))
+;;* lme
+
+;;* lmx 76 system/sepolicy/private/bluetooth.te
+
+(neverallow bluetooth self (capability2 (mac_override mac_admin syslog audit_read)))
+;;* lme
+
+(allow bluetoothdomain bluetooth (unix_stream_socket (ioctl read write getattr getopt setopt shutdown)))
+(allow init bootanim_exec (file (read getattr map execute open)))
+(allow init bootanim (process (transition)))
+(allow bootanim bootanim_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init bootanim (process (noatsecure)))
+(allow init bootanim (process (siginh rlimitinh)))
+(typetransition init bootanim_exec process bootanim)
+(typetransition bootanim tmpfs file bootanim_tmpfs)
+(allow bootanim bootanim_tmpfs (file (read write getattr)))
+(allow bootanim tmpfs (dir (getattr search)))
+(allow init bootstat_exec (file (read getattr map execute open)))
+(allow init bootstat (process (transition)))
+(allow bootstat bootstat_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init bootstat (process (noatsecure)))
+(allow init bootstat (process (siginh rlimitinh)))
+(typetransition init bootstat_exec process bootstat)
+(typetransition bootstat tmpfs file bootstat_tmpfs)
+(allow bootstat bootstat_tmpfs (file (read write getattr)))
+(allow bootstat tmpfs (dir (getattr search)))
+(allow init bufferhubd_exec (file (read getattr map execute open)))
+(allow init bufferhubd (process (transition)))
+(allow bufferhubd bufferhubd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init bufferhubd (process (noatsecure)))
+(allow init bufferhubd (process (siginh rlimitinh)))
+(typetransition init bufferhubd_exec process bufferhubd)
+(typetransition bufferhubd tmpfs file bufferhubd_tmpfs)
+(allow bufferhubd bufferhubd_tmpfs (file (read write getattr)))
+(allow bufferhubd tmpfs (dir (getattr search)))
+(allow init cameraserver_exec (file (read getattr map execute open)))
+(allow init cameraserver (process (transition)))
+(allow cameraserver cameraserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init cameraserver (process (noatsecure)))
+(allow init cameraserver (process (siginh rlimitinh)))
+(typetransition init cameraserver_exec process cameraserver)
+(typetransition cameraserver tmpfs file cameraserver_tmpfs)
+(allow cameraserver cameraserver_tmpfs (file (read write getattr)))
+(allow cameraserver tmpfs (dir (getattr search)))
+(allow init cppreopts_exec (file (read getattr map execute open)))
+(allow init cppreopts (process (transition)))
+(allow cppreopts cppreopts_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init cppreopts (process (noatsecure)))
+(allow init cppreopts (process (siginh rlimitinh)))
+(typetransition init cppreopts_exec process cppreopts)
+(typetransition cppreopts tmpfs file cppreopts_tmpfs)
+(allow cppreopts cppreopts_tmpfs (file (read write getattr)))
+(allow cppreopts tmpfs (dir (getattr search)))
+(allow cppreopts preopt2cachename_exec (file (read getattr map execute open)))
+(allow cppreopts preopt2cachename (process (transition)))
+(allow preopt2cachename preopt2cachename_exec (file (read getattr map execute entrypoint open)))
+(allow preopt2cachename cppreopts (process (sigchld)))
+(dontaudit cppreopts preopt2cachename (process (noatsecure)))
+(allow cppreopts preopt2cachename (process (siginh rlimitinh)))
+(typetransition cppreopts preopt2cachename_exec process preopt2cachename)
+(allow crash_dump base_typeattr_200 (process (sigchld sigkill sigstop signal ptrace)))
+(typetransition dexoptanalyzer tmpfs file dexoptanalyzer_tmpfs)
+(allow dexoptanalyzer dexoptanalyzer_tmpfs (file (read write getattr)))
+(allow dexoptanalyzer tmpfs (dir (getattr search)))
+(allow dexoptanalyzer dalvikcache_data_file (dir (getattr search)))
+(allow dexoptanalyzer dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow dexoptanalyzer dalvikcache_data_file (lnk_file (read)))
+(allow dexoptanalyzer installd (fd (use)))
+(allow dexoptanalyzer app_data_file (dir (getattr search)))
+(allow dexoptanalyzer app_data_file (file (ioctl read getattr lock map open)))
+(dontaudit dexoptanalyzer app_data_file (dir (audit_access)))
+(allow dexoptanalyzer system_data_file (lnk_file (getattr)))
+(allow init dhcp_exec (file (read getattr map execute open)))
+(allow init dhcp (process (transition)))
+(allow dhcp dhcp_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init dhcp (process (noatsecure)))
+(allow init dhcp (process (siginh rlimitinh)))
+(typetransition init dhcp_exec process dhcp)
+(typetransition dhcp tmpfs file dhcp_tmpfs)
+(allow dhcp dhcp_tmpfs (file (read write getattr)))
+(allow dhcp tmpfs (dir (getattr search)))
+(typetransition dhcp system_data_file dir dhcp_data_file)
+(typetransition dhcp system_data_file file dhcp_data_file)
+(allow domain crash_dump_exec (file (read getattr map execute open)))
+(allow domain crash_dump (process (transition)))
+(allow crash_dump crash_dump_exec (file (read getattr map execute entrypoint open)))
+(allow crash_dump domain (process (sigchld)))
+(dontaudit domain crash_dump (process (noatsecure)))
+(allow domain crash_dump (process (siginh rlimitinh)))
+(typetransition domain crash_dump_exec process crash_dump)
+(allow domain crash_dump (process (sigchld)))
+;;* lmx 15 system/sepolicy/private/domain.te
+
+(neverallow base_typeattr_201 self (capability (sys_ptrace)))
+;;* lme
+
+;;* lmx 18 system/sepolicy/private/domain.te
+
+(neverallow base_typeattr_202 base_typeattr_8 (keystore_key (gen_unique_id)))
+;;* lme
+
+(allow domain_deprecated system_data_file (file (read getattr)))
+(allow domain_deprecated system_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow domain_deprecated apk_data_file (dir (getattr search)))
+(allow domain_deprecated apk_data_file (file (ioctl read getattr lock map open)))
+(allow domain_deprecated apk_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow domain_deprecated proc (dir (ioctl read getattr lock search open)))
+(allow domain_deprecated proc (file (ioctl read getattr lock map open)))
+(allow domain_deprecated proc (lnk_file (ioctl read getattr lock map open)))
+(allow domain_deprecated sysfs (dir (ioctl read getattr lock search open)))
+(allow domain_deprecated sysfs (file (ioctl read getattr lock map open)))
+(allow domain_deprecated sysfs (lnk_file (ioctl read getattr lock map open)))
+(allow init drmserver_exec (file (read getattr map execute open)))
+(allow init drmserver (process (transition)))
+(allow drmserver drmserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init drmserver (process (noatsecure)))
+(allow init drmserver (process (siginh rlimitinh)))
+(typetransition init drmserver_exec process drmserver)
+(typetransition drmserver tmpfs file drmserver_tmpfs)
+(allow drmserver drmserver_tmpfs (file (read write getattr)))
+(allow drmserver tmpfs (dir (getattr search)))
+(typetransition drmserver apk_data_file sock_file drmserver_socket)
+(allow init dumpstate_exec (file (read getattr map execute open)))
+(allow init dumpstate (process (transition)))
+(allow dumpstate dumpstate_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init dumpstate (process (noatsecure)))
+(allow init dumpstate (process (siginh rlimitinh)))
+(typetransition init dumpstate_exec process dumpstate)
+(typetransition dumpstate tmpfs file dumpstate_tmpfs)
+(allow dumpstate dumpstate_tmpfs (file (read write getattr)))
+(allow dumpstate tmpfs (dir (getattr search)))
+(allow dumpstate vdc_exec (file (read getattr map execute open)))
+(allow dumpstate vdc (process (transition)))
+(allow vdc vdc_exec (file (read getattr map execute entrypoint open)))
+(allow vdc dumpstate (process (sigchld)))
+(dontaudit dumpstate vdc (process (noatsecure)))
+(allow dumpstate vdc (process (siginh rlimitinh)))
+(typetransition dumpstate vdc_exec process vdc)
+(allow dumpstate system_file (file (lock)))
+(allow dumpstate dumpstate_tmpfs (file (execute)))
+(allow dumpstate debugfs_tracing (dir (ioctl read getattr lock search open)))
+(allow dumpstate debugfs_tracing (file (ioctl read write getattr lock append map open)))
+(allow dumpstate debugfs_trace_marker (file (getattr)))
+(allow dumpstate atrace_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate storaged_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow dumpstate storaged (binder (call transfer)))
+(allow storaged dumpstate (binder (transfer)))
+(allow dumpstate storaged (fd (use)))
+(allow dumpstate boottime_prop (file (ioctl read getattr lock map open)))
+(typetransition ephemeral_app tmpfs file ephemeral_app_tmpfs)
+(allow ephemeral_app ephemeral_app_tmpfs (file (read write getattr)))
+(allow ephemeral_app tmpfs (dir (getattr search)))
+(allow ephemeral_app ephemeral_app_tmpfs (file (execute)))
+(allow ephemeral_app sdcard_type (file (ioctl read write getattr lock append)))
+(allow ephemeral_app media_rw_data_file (file (ioctl read write getattr lock append)))
+(allow ephemeral_app app_data_file (file (ioctl read getattr lock map execute open)))
+(allow ephemeral_app audioserver_service (service_manager (find)))
+(allow ephemeral_app cameraserver_service (service_manager (find)))
+(allow ephemeral_app mediaserver_service (service_manager (find)))
+(allow ephemeral_app mediaextractor_service (service_manager (find)))
+(allow ephemeral_app mediacodec_service (service_manager (find)))
+(allow ephemeral_app mediametrics_service (service_manager (find)))
+(allow ephemeral_app mediadrmserver_service (service_manager (find)))
+(allow ephemeral_app drmserver_service (service_manager (find)))
+(allow ephemeral_app surfaceflinger_service (service_manager (find)))
+(allow ephemeral_app radio_service (service_manager (find)))
+(allow ephemeral_app ephemeral_app_api_service (service_manager (find)))
+;;* lmx 43 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app app_data_file (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 46 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 49 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 53 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app debugfs (file (read)))
+;;* lme
+
+;;* lmx 56 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app gpu_device (chr_file (execute)))
+;;* lme
+
+;;* lmx 59 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app sysfs (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 63 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app proc (file (ioctl read write create setattr lock relabelfrom append unlink link rename execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 66 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app sdcard_type (file (create open)))
+(neverallow ephemeral_app media_rw_data_file (file (create open)))
+;;* lme
+
+;;* lmx 67 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app sdcard_type (dir (search)))
+(neverallow ephemeral_app media_rw_data_file (dir (search)))
+;;* lme
+
+;;* lmx 71 system/sepolicy/private/ephemeral_app.te
+
+(neverallow ephemeral_app proc_net (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+(allow init fingerprintd_exec (file (read getattr map execute open)))
+(allow init fingerprintd (process (transition)))
+(allow fingerprintd fingerprintd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init fingerprintd (process (noatsecure)))
+(allow init fingerprintd (process (siginh rlimitinh)))
+(typetransition init fingerprintd_exec process fingerprintd)
+(typetransition fingerprintd tmpfs file fingerprintd_tmpfs)
+(allow fingerprintd fingerprintd_tmpfs (file (read write getattr)))
+(allow fingerprintd tmpfs (dir (getattr search)))
+(allow init fsck_exec (file (read getattr map execute open)))
+(allow init fsck (process (transition)))
+(allow fsck fsck_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init fsck (process (noatsecure)))
+(allow init fsck (process (siginh rlimitinh)))
+(typetransition init fsck_exec process fsck)
+(typetransition fsck tmpfs file fsck_tmpfs)
+(allow fsck fsck_tmpfs (file (read write getattr)))
+(allow fsck tmpfs (dir (getattr search)))
+(allow init gatekeeperd_exec (file (read getattr map execute open)))
+(allow init gatekeeperd (process (transition)))
+(allow gatekeeperd gatekeeperd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init gatekeeperd (process (noatsecure)))
+(allow init gatekeeperd (process (siginh rlimitinh)))
+(typetransition init gatekeeperd_exec process gatekeeperd)
+(typetransition gatekeeperd tmpfs file gatekeeperd_tmpfs)
+(allow gatekeeperd gatekeeperd_tmpfs (file (read write getattr)))
+(allow gatekeeperd tmpfs (dir (getattr search)))
+(allow init hal_allocator_default_exec (file (read getattr map execute open)))
+(allow init hal_allocator_default (process (transition)))
+(allow hal_allocator_default hal_allocator_default_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init hal_allocator_default (process (noatsecure)))
+(allow init hal_allocator_default (process (siginh rlimitinh)))
+(typetransition init hal_allocator_default_exec process hal_allocator_default)
+(typetransition hal_allocator_default tmpfs file hal_allocator_default_tmpfs)
+(allow hal_allocator_default hal_allocator_default_tmpfs (file (read write getattr)))
+(allow hal_allocator_default tmpfs (dir (getattr search)))
+(allow halclientdomain hwservicemanager (binder (call transfer)))
+(allow hwservicemanager halclientdomain (binder (call transfer)))
+(allow hwservicemanager halclientdomain (dir (search)))
+(allow hwservicemanager halclientdomain (file (read open)))
+(allow hwservicemanager halclientdomain (process (getattr)))
+(allow halclientdomain hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow halclientdomain hidl_manager_hwservice (hwservice_manager (find)))
+(allow halserverdomain hwservicemanager (binder (call transfer)))
+(allow hwservicemanager halserverdomain (binder (call transfer)))
+(allow hwservicemanager halserverdomain (dir (search)))
+(allow hwservicemanager halserverdomain (file (read open)))
+(allow hwservicemanager halserverdomain (process (getattr)))
+(allow halserverdomain system_file (dir (ioctl read getattr lock search open)))
+(allow halserverdomain hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow init healthd_exec (file (read getattr map execute open)))
+(allow init healthd (process (transition)))
+(allow healthd healthd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init healthd (process (noatsecure)))
+(allow init healthd (process (siginh rlimitinh)))
+(typetransition init healthd_exec process healthd)
+(typetransition healthd tmpfs file healthd_tmpfs)
+(allow healthd healthd_tmpfs (file (read write getattr)))
+(allow healthd tmpfs (dir (getattr search)))
+(allow healthd storaged (binder (call transfer)))
+(allow storaged healthd (binder (transfer)))
+(allow healthd storaged (fd (use)))
+(allow init hwservicemanager_exec (file (read getattr map execute open)))
+(allow init hwservicemanager (process (transition)))
+(allow hwservicemanager hwservicemanager_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init hwservicemanager (process (noatsecure)))
+(allow init hwservicemanager (process (siginh rlimitinh)))
+(typetransition init hwservicemanager_exec process hwservicemanager)
+(typetransition hwservicemanager tmpfs file hwservicemanager_tmpfs)
+(allow hwservicemanager hwservicemanager_tmpfs (file (read write getattr)))
+(allow hwservicemanager tmpfs (dir (getattr search)))
+(allow hwservicemanager hidl_manager_hwservice (hwservice_manager (add find)))
+(allow hwservicemanager hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 5 system/sepolicy/private/hwservicemanager.te
+
+(neverallow base_typeattr_203 hidl_manager_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow hwservicemanager hidl_token_hwservice (hwservice_manager (add find)))
+(allow hwservicemanager hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 6 system/sepolicy/private/hwservicemanager.te
+
+(neverallow base_typeattr_203 hidl_token_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow shell incident_exec (file (read getattr map execute open)))
+(allow shell incident (process (transition)))
+(allow incident incident_exec (file (read getattr map execute entrypoint open)))
+(allow incident shell (process (sigchld)))
+(dontaudit shell incident (process (noatsecure)))
+(allow shell incident (process (siginh rlimitinh)))
+(typetransition shell incident_exec process incident)
+(allow incident shell (fd (use)))
+(allow incident adbd (fd (use)))
+(allow incident adbd (unix_stream_socket (read write)))
+(allow incident adbd (process (sigchld)))
+(allow incident servicemanager (binder (call transfer)))
+(allow servicemanager incident (dir (search)))
+(allow servicemanager incident (file (read open)))
+(allow servicemanager incident (process (getattr)))
+(allow incident incident_service (service_manager (find)))
+(allow incident incidentd (binder (call transfer)))
+(allow incidentd incident (binder (transfer)))
+(allow incident incidentd (fd (use)))
+(allow incident incidentd (fifo_file (write)))
+(allow init incidentd_exec (file (read getattr map execute open)))
+(allow init incidentd (process (transition)))
+(allow incidentd incidentd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init incidentd (process (noatsecure)))
+(allow init incidentd (process (siginh rlimitinh)))
+(typetransition init incidentd_exec process incidentd)
+(typetransition incidentd tmpfs file incidentd_tmpfs)
+(allow incidentd incidentd_tmpfs (file (read write getattr)))
+(allow incidentd tmpfs (dir (getattr search)))
+(allow incidentd servicemanager (binder (call transfer)))
+(allow servicemanager incidentd (dir (search)))
+(allow servicemanager incidentd (file (read open)))
+(allow servicemanager incidentd (process (getattr)))
+(allow incidentd sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow incidentd self (capability2 (block_suspend)))
+(allow incidentd domain (dir (ioctl read getattr lock search open)))
+(allow incidentd domain (file (ioctl read getattr lock map open)))
+(allow incidentd domain (lnk_file (ioctl read getattr lock map open)))
+(allow incidentd self (capability (kill)))
+(allow incidentd system_file (file (execute_no_trans)))
+(allow incidentd toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow incidentd incident_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow incidentd incident_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow incidentd audioserver (process (signal)))
+(allow incidentd cameraserver (process (signal)))
+(allow incidentd drmserver (process (signal)))
+(allow incidentd inputflinger (process (signal)))
+(allow incidentd mediacodec (process (signal)))
+(allow incidentd mediadrmserver (process (signal)))
+(allow incidentd mediaextractor (process (signal)))
+(allow incidentd mediaserver (process (signal)))
+(allow incidentd sdcardd (process (signal)))
+(allow incidentd surfaceflinger (process (signal)))
+(allow incidentd binderservicedomain (binder (call transfer)))
+(allow binderservicedomain incidentd (binder (transfer)))
+(allow incidentd binderservicedomain (fd (use)))
+(allow incidentd appdomain (binder (call transfer)))
+(allow appdomain incidentd (binder (transfer)))
+(allow incidentd appdomain (fd (use)))
+(allow incidentd shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow incidentd system_server_service (service_manager (find)))
+(allow incidentd app_api_service (service_manager (find)))
+(allow incidentd system_api_service (service_manager (find)))
+(allow incidentd incident_service (service_manager (add find)))
+;;* lmx 77 system/sepolicy/private/incidentd.te
+
+(neverallow base_typeattr_204 incident_service (service_manager (add)))
+;;* lme
+
+(allow incidentd incident (fd (use)))
+(allow incidentd incident (fifo_file (write)))
+(allow incidentd incident (binder (call transfer)))
+(allow incident incidentd (binder (transfer)))
+(allow incidentd incident (fd (use)))
+;;* lmx 91 system/sepolicy/private/incidentd.te
+
+(neverallow base_typeattr_205 incident_service (service_manager (find)))
+;;* lme
+
+;;* lmx 105 system/sepolicy/private/incidentd.te
+
+(neverallow base_typeattr_206 incident_data_file (file (write create getattr setattr lock append map unlink rename execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 107 system/sepolicy/private/incidentd.te
+
+(neverallow base_typeattr_207 incident_data_file (file (ioctl read getattr lock map open)))
+;;* lme
+
+;;* lmx 109 system/sepolicy/private/incidentd.te
+
+(neverallow base_typeattr_206 incident_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+;;* lme
+
+(typetransition init tmpfs file init_tmpfs)
+(allow init init_tmpfs (file (read write getattr)))
+(allow init tmpfs (dir (getattr search)))
+(allow init rootfs (file (read getattr map execute open)))
+(allow init charger (process (transition)))
+(allow charger rootfs (file (read getattr map execute entrypoint open)))
+(dontaudit init charger (process (noatsecure)))
+(allow init charger (process (siginh rlimitinh)))
+(allow init rootfs (file (read getattr map execute open)))
+(allow init healthd (process (transition)))
+(allow healthd rootfs (file (read getattr map execute entrypoint open)))
+(dontaudit init healthd (process (noatsecure)))
+(allow init healthd (process (siginh rlimitinh)))
+(allow init rootfs (file (read getattr map execute open)))
+(allow init slideshow (process (transition)))
+(allow slideshow rootfs (file (read getattr map execute entrypoint open)))
+(dontaudit init slideshow (process (noatsecure)))
+(allow init slideshow (process (siginh rlimitinh)))
+(allow init e2fs_exec (file (read getattr map execute open)))
+(allow init e2fs (process (transition)))
+(allow e2fs e2fs_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init e2fs (process (noatsecure)))
+(allow init e2fs (process (siginh rlimitinh)))
+(typetransition init e2fs_exec process e2fs)
+(allow init shell_exec (file (read getattr map execute open)))
+(allow init shell (process (transition)))
+(allow shell shell_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init shell (process (noatsecure)))
+(allow init shell (process (siginh rlimitinh)))
+(allow init init_exec (file (read getattr map execute open)))
+(allow init ueventd (process (transition)))
+(allow ueventd init_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init ueventd (process (noatsecure)))
+(allow init ueventd (process (siginh rlimitinh)))
+(allow init init_exec (file (read getattr map execute open)))
+(allow init watchdogd (process (transition)))
+(allow watchdogd init_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init watchdogd (process (noatsecure)))
+(allow init watchdogd (process (siginh rlimitinh)))
+(allow init rootfs (file (read getattr map execute open)))
+(allow init toolbox_exec (file (read getattr map execute open)))
+(allow init modprobe (process (transition)))
+(allow modprobe rootfs (file (read getattr map execute entrypoint open)))
+(allow modprobe toolbox_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init modprobe (process (noatsecure)))
+(allow init modprobe (process (siginh rlimitinh)))
+(dontaudit init sysfs (dir (write)))
+(allow init inputflinger_exec (file (read getattr map execute open)))
+(allow init inputflinger (process (transition)))
+(allow inputflinger inputflinger_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init inputflinger (process (noatsecure)))
+(allow init inputflinger (process (siginh rlimitinh)))
+(typetransition init inputflinger_exec process inputflinger)
+(typetransition inputflinger tmpfs file inputflinger_tmpfs)
+(allow inputflinger inputflinger_tmpfs (file (read write getattr)))
+(allow inputflinger tmpfs (dir (getattr search)))
+(allow init install_recovery_exec (file (read getattr map execute open)))
+(allow init install_recovery (process (transition)))
+(allow install_recovery install_recovery_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init install_recovery (process (noatsecure)))
+(allow init install_recovery (process (siginh rlimitinh)))
+(typetransition init install_recovery_exec process install_recovery)
+(typetransition install_recovery tmpfs file install_recovery_tmpfs)
+(allow install_recovery install_recovery_tmpfs (file (read write getattr)))
+(allow install_recovery tmpfs (dir (getattr search)))
+(allow init installd_exec (file (read getattr map execute open)))
+(allow init installd (process (transition)))
+(allow installd installd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init installd (process (noatsecure)))
+(allow init installd (process (siginh rlimitinh)))
+(typetransition init installd_exec process installd)
+(typetransition installd tmpfs file installd_tmpfs)
+(allow installd installd_tmpfs (file (read write getattr)))
+(allow installd tmpfs (dir (getattr search)))
+(allow installd dex2oat_exec (file (read getattr map execute open)))
+(allow installd dex2oat (process (transition)))
+(allow dex2oat dex2oat_exec (file (read getattr map execute entrypoint open)))
+(allow dex2oat installd (process (sigchld)))
+(dontaudit installd dex2oat (process (noatsecure)))
+(allow installd dex2oat (process (siginh rlimitinh)))
+(typetransition installd dex2oat_exec process dex2oat)
+(allow installd dexoptanalyzer_exec (file (read getattr map execute open)))
+(allow installd dexoptanalyzer (process (transition)))
+(allow dexoptanalyzer dexoptanalyzer_exec (file (read getattr map execute entrypoint open)))
+(allow dexoptanalyzer installd (process (sigchld)))
+(dontaudit installd dexoptanalyzer (process (noatsecure)))
+(allow installd dexoptanalyzer (process (siginh rlimitinh)))
+(typetransition installd dexoptanalyzer_exec process dexoptanalyzer)
+(allow installd profman_exec (file (read getattr map execute open)))
+(allow installd profman (process (transition)))
+(allow profman profman_exec (file (read getattr map execute entrypoint open)))
+(allow profman installd (process (sigchld)))
+(dontaudit installd profman (process (noatsecure)))
+(allow installd profman (process (siginh rlimitinh)))
+(typetransition installd profman_exec process profman)
+(allow installd idmap_exec (file (read getattr map execute open)))
+(allow installd idmap (process (transition)))
+(allow idmap idmap_exec (file (read getattr map execute entrypoint open)))
+(allow idmap installd (process (sigchld)))
+(dontaudit installd idmap (process (noatsecure)))
+(allow installd idmap (process (siginh rlimitinh)))
+(typetransition installd idmap_exec process idmap)
+(typetransition installd system_data_file file install_data_file)
+(typetransition isolated_app tmpfs file isolated_app_tmpfs)
+(allow isolated_app isolated_app_tmpfs (file (read write getattr)))
+(allow isolated_app tmpfs (dir (getattr search)))
+(allow isolated_app isolated_app_tmpfs (file (execute)))
+(allow isolated_app app_data_file (file (read write getattr lock append)))
+(allow isolated_app activity_service (service_manager (find)))
+(allow isolated_app display_service (service_manager (find)))
+(allow isolated_app webviewupdate_service (service_manager (find)))
+(allow isolated_app self (process (ptrace)))
+(allow isolated_app sdcard_type (file (read write getattr lock append)))
+(allow isolated_app media_rw_data_file (file (read write getattr lock append)))
+(auditallow isolated_app sdcard_type (file (write append)))
+(auditallow isolated_app media_rw_data_file (file (write append)))
+(allow isolated_app webview_zygote (fd (use)))
+(allow isolated_app webview_zygote (process (sigchld)))
+(allow isolated_app webview_zygote (unix_dgram_socket (write)))
+(allow isolated_app webview_zygote_tmpfs (file (read)))
+(dontaudit isolated_app shell_data_file (dir (search)))
+;;* lmx 58 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app tun_device (chr_file (open)))
+;;* lme
+
+;;* lmx 61 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app app_data_file (file (open)))
+;;* lme
+
+;;* lmx 66 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app anr_data_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod audit_access)))
+;;* lme
+
+;;* lmx 67 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app anr_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 70 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app hwbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 71 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app base_typeattr_8 (hwservice_manager (add find list)))
+;;* lme
+
+;;* lmx 74 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app vndbinder_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 78 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app base_typeattr_8 (service_manager (add list)))
+;;* lme
+
+;;* lmx 88 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app base_typeattr_208 (service_manager (find)))
+;;* lme
+
+;;* lmx 91 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app gpu_device (chr_file (ioctl read write getattr lock append map execute open)))
+;;* lme
+
+;;* lmx 94 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app cache_file (dir (write create setattr relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+;;* lme
+
+;;* lmx 95 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app cache_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 99 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app sdcard_type (dir (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow isolated_app mnt_user_file (dir (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+(neverallow isolated_app storage_file (dir (ioctl read write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent search rmdir open audit_access execmod)))
+;;* lme
+
+;;* lmx 100 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app mnt_user_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app mnt_user_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app mnt_user_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app mnt_user_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app mnt_user_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app mnt_user_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app storage_file (file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app storage_file (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app storage_file (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app storage_file (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app storage_file (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app storage_file (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 101 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app sdcard_type (lnk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app sdcard_type (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app sdcard_type (blk_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app sdcard_type (sock_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+(neverallow isolated_app sdcard_type (fifo_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton open audit_access execmod)))
+;;* lme
+
+;;* lmx 102 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app sdcard_type (file (ioctl create setattr relabelfrom relabelto map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 105 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app usbaccessory_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+(neverallow isolated_app usb_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 108 system/sepolicy/private/isolated_app.te
+
+(neverallow isolated_app webview_zygote_socket (sock_file (write)))
+;;* lme
+
+(allow kernel init_exec (file (read getattr map execute open)))
+(allow kernel init (process (transition)))
+(allow init init_exec (file (read getattr map execute entrypoint open)))
+(allow init kernel (process (sigchld)))
+(dontaudit kernel init (process (noatsecure)))
+(allow kernel init (process (siginh rlimitinh)))
+(typetransition kernel init_exec process init)
+(allow init keystore_exec (file (read getattr map execute open)))
+(allow init keystore (process (transition)))
+(allow keystore keystore_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init keystore (process (noatsecure)))
+(allow init keystore (process (siginh rlimitinh)))
+(typetransition init keystore_exec process keystore)
+(typetransition keystore tmpfs file keystore_tmpfs)
+(allow keystore keystore_tmpfs (file (read write getattr)))
+(allow keystore tmpfs (dir (getattr search)))
+(allow keystore system_wifi_keystore_hwservice (hwservice_manager (add find)))
+(allow keystore hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 11 system/sepolicy/private/keystore.te
+
+(neverallow base_typeattr_150 system_wifi_keystore_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow init lmkd_exec (file (read getattr map execute open)))
+(allow init lmkd (process (transition)))
+(allow lmkd lmkd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init lmkd (process (noatsecure)))
+(allow init lmkd (process (siginh rlimitinh)))
+(typetransition init lmkd_exec process lmkd)
+(typetransition lmkd tmpfs file lmkd_tmpfs)
+(allow lmkd lmkd_tmpfs (file (read write getattr)))
+(allow lmkd tmpfs (dir (getattr search)))
+(allow init logd_exec (file (read getattr map execute open)))
+(allow init logd (process (transition)))
+(allow logd logd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init logd (process (noatsecure)))
+(allow init logd (process (siginh rlimitinh)))
+(typetransition init logd_exec process logd)
+(typetransition logd tmpfs file logd_tmpfs)
+(allow logd logd_tmpfs (file (read write getattr)))
+(allow logd tmpfs (dir (getattr search)))
+;;* lmx 13 system/sepolicy/private/logd.te
+
+(neverallow logd base_typeattr_209 (file (write create append)))
+;;* lme
+
+;;* lmx 28 system/sepolicy/private/logd.te
+
+(neverallow base_typeattr_210 runtime_event_log_tags_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 39 system/sepolicy/private/logd.te
+
+(neverallow base_typeattr_211 runtime_event_log_tags_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 22 system/sepolicy/private/logpersist.te
+
+(neverallow logpersist file_type (file (write create append)))
+;;* lme
+
+;;* lmx 23 system/sepolicy/private/logpersist.te
+
+(neverallow base_typeattr_14 misc_logd_file (file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 24 system/sepolicy/private/logpersist.te
+
+(neverallow base_typeattr_14 misc_logd_file (dir (write relabelfrom link rename add_name remove_name reparent rmdir)))
+;;* lme
+
+(allow init mdnsd_exec (file (read getattr map execute open)))
+(allow init mdnsd (process (transition)))
+(allow mdnsd mdnsd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mdnsd (process (noatsecure)))
+(allow init mdnsd (process (siginh rlimitinh)))
+(typetransition init mdnsd_exec process mdnsd)
+(typetransition mdnsd tmpfs file mdnsd_tmpfs)
+(allow mdnsd mdnsd_tmpfs (file (read write getattr)))
+(allow mdnsd tmpfs (dir (getattr search)))
+(allow mdnsd proc_net (dir (ioctl read getattr lock search open)))
+(allow mdnsd proc_net (file (ioctl read getattr lock map open)))
+(allow mdnsd proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow init mediadrmserver_exec (file (read getattr map execute open)))
+(allow init mediadrmserver (process (transition)))
+(allow mediadrmserver mediadrmserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mediadrmserver (process (noatsecure)))
+(allow init mediadrmserver (process (siginh rlimitinh)))
+(typetransition init mediadrmserver_exec process mediadrmserver)
+(typetransition mediadrmserver tmpfs file mediadrmserver_tmpfs)
+(allow mediadrmserver mediadrmserver_tmpfs (file (read write getattr)))
+(allow mediadrmserver tmpfs (dir (getattr search)))
+(auditallow mediadrmserver hal_graphics_allocator_server (binder (call)))
+(allow init mediaextractor_exec (file (read getattr map execute open)))
+(allow init mediaextractor (process (transition)))
+(allow mediaextractor mediaextractor_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mediaextractor (process (noatsecure)))
+(allow init mediaextractor (process (siginh rlimitinh)))
+(typetransition init mediaextractor_exec process mediaextractor)
+(typetransition mediaextractor tmpfs file mediaextractor_tmpfs)
+(allow mediaextractor mediaextractor_tmpfs (file (read write getattr)))
+(allow mediaextractor tmpfs (dir (getattr search)))
+(allow init mediametrics_exec (file (read getattr map execute open)))
+(allow init mediametrics (process (transition)))
+(allow mediametrics mediametrics_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mediametrics (process (noatsecure)))
+(allow init mediametrics (process (siginh rlimitinh)))
+(typetransition init mediametrics_exec process mediametrics)
+(typetransition mediametrics tmpfs file mediametrics_tmpfs)
+(allow mediametrics mediametrics_tmpfs (file (read write getattr)))
+(allow mediametrics tmpfs (dir (getattr search)))
+(typetransition mediaprovider tmpfs file mediaprovider_tmpfs)
+(allow mediaprovider mediaprovider_tmpfs (file (read write getattr)))
+(allow mediaprovider tmpfs (dir (getattr search)))
+(allow mediaprovider mediaprovider_tmpfs (file (execute)))
+(allow mediaprovider cache_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mediaprovider cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mediaprovider cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow mediaprovider app_api_service (service_manager (find)))
+(allow mediaprovider audioserver_service (service_manager (find)))
+(allow mediaprovider drmserver_service (service_manager (find)))
+(allow mediaprovider mediaserver_service (service_manager (find)))
+(allow mediaprovider surfaceflinger_service (service_manager (find)))
+(allow mediaprovider ringtone_file (file (read write getattr)))
+(allow mediaprovider mtp_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mediaprovider functionfs (dir (search)))
+(allow mediaprovider functionfs (file (ioctl read write getattr lock append map open)))
+(allow mediaprovider property_socket (sock_file (write)))
+(allow mediaprovider init (unix_stream_socket (connectto)))
+(allow mediaprovider ffs_prop (property_service (set)))
+(allow mediaprovider ffs_prop (file (ioctl read getattr lock map open)))
+(allow init mediaserver_exec (file (read getattr map execute open)))
+(allow init mediaserver (process (transition)))
+(allow mediaserver mediaserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mediaserver (process (noatsecure)))
+(allow init mediaserver (process (siginh rlimitinh)))
+(typetransition init mediaserver_exec process mediaserver)
+(typetransition mediaserver tmpfs file mediaserver_tmpfs)
+(allow mediaserver mediaserver_tmpfs (file (read write getattr)))
+(allow mediaserver tmpfs (dir (getattr search)))
+(allow mediaserver hal_omx_hwservice (hwservice_manager (find)))
+(allow init mtp_exec (file (read getattr map execute open)))
+(allow init mtp (process (transition)))
+(allow mtp mtp_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mtp (process (noatsecure)))
+(allow init mtp (process (siginh rlimitinh)))
+(typetransition init mtp_exec process mtp)
+(typetransition mtp tmpfs file mtp_tmpfs)
+(allow mtp mtp_tmpfs (file (read write getattr)))
+(allow mtp tmpfs (dir (getattr search)))
+(allow netdomain self (tcp_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+(allow netdomain self (udp_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netdomain self (rawip_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netdomain port_type (tcp_socket (name_connect)))
+(allow base_typeattr_212 node_type (tcp_socket (node_bind)))
+(allow base_typeattr_212 node_type (udp_socket (node_bind)))
+(allow base_typeattr_212 port_type (udp_socket (name_bind)))
+(allow base_typeattr_212 port_type (tcp_socket (name_bind)))
+(allow netdomain self (netlink_route_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown nlmsg_read)))
+(allow netdomain dnsproxyd_socket (sock_file (write)))
+(allow netdomain netd (unix_stream_socket (connectto)))
+(allow netdomain fwmarkd_socket (sock_file (write)))
+(allow netdomain netd (unix_stream_socket (connectto)))
+(allow netdomain mdnsd_socket (sock_file (write)))
+(allow netdomain mdnsd (unix_stream_socket (connectto)))
+(allow init netd_exec (file (read getattr map execute open)))
+(allow init netd (process (transition)))
+(allow netd netd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init netd (process (noatsecure)))
+(allow init netd (process (siginh rlimitinh)))
+(typetransition init netd_exec process netd)
+(typetransition netd tmpfs file netd_tmpfs)
+(allow netd netd_tmpfs (file (read write getattr)))
+(allow netd tmpfs (dir (getattr search)))
+(allow netd dnsmasq_exec (file (read getattr map execute open)))
+(allow netd dnsmasq (process (transition)))
+(allow dnsmasq dnsmasq_exec (file (read getattr map execute entrypoint open)))
+(allow dnsmasq netd (process (sigchld)))
+(dontaudit netd dnsmasq (process (noatsecure)))
+(allow netd dnsmasq (process (siginh rlimitinh)))
+(typetransition netd dnsmasq_exec process dnsmasq)
+(allow netd clatd_exec (file (read getattr map execute open)))
+(allow netd clatd (process (transition)))
+(allow clatd clatd_exec (file (read getattr map execute entrypoint open)))
+(allow clatd netd (process (sigchld)))
+(dontaudit netd clatd (process (noatsecure)))
+(allow netd clatd (process (siginh rlimitinh)))
+(typetransition netd clatd_exec process clatd)
+(allow netutils_wrapper system_file (dir (ioctl read getattr lock search open)))
+(allow netutils_wrapper system_file (file (ioctl read getattr lock map open)))
+(allow netutils_wrapper system_file (lnk_file (ioctl read getattr lock map open)))
+(allow netutils_wrapper self (capability (net_raw)))
+(allow netutils_wrapper system_file (file (execute execute_no_trans)))
+(allow netutils_wrapper proc_net (file (read getattr open)))
+(allow netutils_wrapper self (rawip_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netutils_wrapper self (udp_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow netutils_wrapper self (capability (net_admin)))
+(allow netutils_wrapper self (netlink_route_socket (read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(allow netutils_wrapper self (netlink_xfrm_socket (read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(allow netutils_wrapper netd_socket (sock_file (read write getattr append open)))
+(allow netutils_wrapper netd (unix_stream_socket (read getattr connectto)))
+(allow netutils_wrapper net_data_file (dir (ioctl read getattr lock search open)))
+(allow netutils_wrapper net_data_file (file (ioctl read getattr lock map open)))
+(allow netutils_wrapper net_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow base_typeattr_213 netutils_wrapper_exec (file (read getattr map execute open)))
+(allow base_typeattr_213 netutils_wrapper (process (transition)))
+(allow netutils_wrapper netutils_wrapper_exec (file (read getattr map execute entrypoint open)))
+(allow netutils_wrapper base_typeattr_213 (process (sigchld)))
+(dontaudit base_typeattr_213 netutils_wrapper (process (noatsecure)))
+(allow base_typeattr_213 netutils_wrapper (process (siginh rlimitinh)))
+(typetransition base_typeattr_213 netutils_wrapper_exec process netutils_wrapper)
+(typetransition nfc tmpfs file nfc_tmpfs)
+(allow nfc nfc_tmpfs (file (read write getattr)))
+(allow nfc tmpfs (dir (getattr search)))
+(allow nfc nfc_tmpfs (file (execute)))
+(allow nfc nfc_service (service_manager (add find)))
+;;* lmx 7 system/sepolicy/private/nfc.te
+
+(neverallow base_typeattr_214 nfc_service (service_manager (add)))
+;;* lme
+
+(allow nfc nfc_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow nfc nfc_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow nfc nfc_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow nfc nfc_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow nfc nfc_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow nfc audioserver_service (service_manager (find)))
+(allow nfc drmserver_service (service_manager (find)))
+(allow nfc mediacodec_service (service_manager (find)))
+(allow nfc mediametrics_service (service_manager (find)))
+(allow nfc mediaextractor_service (service_manager (find)))
+(allow nfc mediaserver_service (service_manager (find)))
+(allow nfc radio_service (service_manager (find)))
+(allow nfc surfaceflinger_service (service_manager (find)))
+(allow nfc app_api_service (service_manager (find)))
+(allow nfc system_api_service (service_manager (find)))
+(allow nfc vr_manager_service (service_manager (find)))
+(allow nfc property_socket (sock_file (write)))
+(allow nfc init (unix_stream_socket (connectto)))
+(allow nfc nfc_prop (property_service (set)))
+(allow nfc nfc_prop (file (ioctl read getattr lock map open)))
+(allow nfc shell_data_file (file (read)))
+(allow otapreopt_chroot postinstall_file (file (read getattr map execute open)))
+(allow otapreopt_chroot postinstall_dexopt (process (transition)))
+(allow postinstall_dexopt postinstall_file (file (read getattr map execute entrypoint open)))
+(allow postinstall_dexopt otapreopt_chroot (process (sigchld)))
+(dontaudit otapreopt_chroot postinstall_dexopt (process (noatsecure)))
+(allow otapreopt_chroot postinstall_dexopt (process (siginh rlimitinh)))
+(typetransition otapreopt_chroot postinstall_file process postinstall_dexopt)
+(allow init otapreopt_slot_exec (file (read getattr map execute open)))
+(allow init otapreopt_slot (process (transition)))
+(allow otapreopt_slot otapreopt_slot_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init otapreopt_slot (process (noatsecure)))
+(allow init otapreopt_slot (process (siginh rlimitinh)))
+(typetransition init otapreopt_slot_exec process otapreopt_slot)
+(typetransition otapreopt_slot tmpfs file otapreopt_slot_tmpfs)
+(allow otapreopt_slot otapreopt_slot_tmpfs (file (read write getattr)))
+(allow otapreopt_slot tmpfs (dir (getattr search)))
+(allow init performanced_exec (file (read getattr map execute open)))
+(allow init performanced (process (transition)))
+(allow performanced performanced_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init performanced (process (noatsecure)))
+(allow init performanced (process (siginh rlimitinh)))
+(typetransition init performanced_exec process performanced)
+(typetransition performanced tmpfs file performanced_tmpfs)
+(allow performanced performanced_tmpfs (file (read write getattr)))
+(allow performanced tmpfs (dir (getattr search)))
+(typetransition platform_app tmpfs file platform_app_tmpfs)
+(allow platform_app platform_app_tmpfs (file (read write getattr)))
+(allow platform_app tmpfs (dir (getattr search)))
+(allow platform_app platform_app_tmpfs (file (execute)))
+(allow platform_app shell_data_file (dir (search)))
+(allow platform_app shell_data_file (file (read getattr open)))
+(allow platform_app icon_file (file (read getattr open)))
+(allow platform_app apk_tmp_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow platform_app apk_private_tmp_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow platform_app apk_tmp_file (file (ioctl read write getattr lock append map open)))
+(allow platform_app apk_private_tmp_file (file (ioctl read write getattr lock append map open)))
+(allow platform_app apk_private_data_file (dir (search)))
+(allow platform_app asec_apk_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app asec_apk_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app cache_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app mnt_media_rw_file (dir (ioctl read getattr lock search open)))
+(allow platform_app vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app rootfs (dir (getattr)))
+(allow platform_app audioserver_service (service_manager (find)))
+(allow platform_app cameraserver_service (service_manager (find)))
+(allow platform_app drmserver_service (service_manager (find)))
+(allow platform_app mediaserver_service (service_manager (find)))
+(allow platform_app mediametrics_service (service_manager (find)))
+(allow platform_app mediaextractor_service (service_manager (find)))
+(allow platform_app mediacodec_service (service_manager (find)))
+(allow platform_app mediadrmserver_service (service_manager (find)))
+(allow platform_app persistent_data_block_service (service_manager (find)))
+(allow platform_app radio_service (service_manager (find)))
+(allow platform_app surfaceflinger_service (service_manager (find)))
+(allow platform_app timezone_service (service_manager (find)))
+(allow platform_app app_api_service (service_manager (find)))
+(allow platform_app system_api_service (service_manager (find)))
+(allow platform_app vr_manager_service (service_manager (find)))
+(allow platform_app preloads_data_file (file (ioctl read getattr lock map open)))
+(allow platform_app preloads_data_file (dir (ioctl read getattr lock search open)))
+(allow platform_app preloads_media_file (file (ioctl read getattr lock map open)))
+(allow platform_app preloads_media_file (dir (ioctl read getattr lock search open)))
+(allow platform_app runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+;;* lmx 73 system/sepolicy/private/platform_app.te
+
+(neverallow platform_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(allow platform_app recovery_service (service_manager (find)))
+(allow platform_app cache_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app cache_recovery_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow platform_app cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow platform_app cache_recovery_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow postinstall otapreopt_chroot_exec (file (read getattr map execute open)))
+(allow postinstall otapreopt_chroot (process (transition)))
+(allow otapreopt_chroot otapreopt_chroot_exec (file (read getattr map execute entrypoint open)))
+(allow otapreopt_chroot postinstall (process (sigchld)))
+(dontaudit postinstall otapreopt_chroot (process (noatsecure)))
+(allow postinstall otapreopt_chroot (process (siginh rlimitinh)))
+(typetransition postinstall otapreopt_chroot_exec process otapreopt_chroot)
+(allow postinstall_dexopt postinstall_file (file (read getattr map execute open)))
+(allow postinstall_dexopt dex2oat (process (transition)))
+(allow dex2oat postinstall_file (file (read getattr map execute entrypoint open)))
+(allow dex2oat postinstall_dexopt (process (sigchld)))
+(dontaudit postinstall_dexopt dex2oat (process (noatsecure)))
+(allow postinstall_dexopt dex2oat (process (siginh rlimitinh)))
+(typetransition postinstall_dexopt postinstall_file process dex2oat)
+(allow mtp ppp_exec (file (read getattr map execute open)))
+(allow mtp ppp (process (transition)))
+(allow ppp ppp_exec (file (read getattr map execute entrypoint open)))
+(allow ppp mtp (process (sigchld)))
+(dontaudit mtp ppp (process (noatsecure)))
+(allow mtp ppp (process (siginh rlimitinh)))
+(typetransition mtp ppp_exec process ppp)
+(typetransition priv_app tmpfs file priv_app_tmpfs)
+(allow priv_app priv_app_tmpfs (file (read write getattr)))
+(allow priv_app tmpfs (dir (getattr search)))
+(allow priv_app priv_app_tmpfs (file (execute)))
+(typetransition priv_app devpts chr_file priv_app_devpts)
+(allow priv_app priv_app_devpts (chr_file (ioctl read write getattr open)))
+(allowx priv_app priv_app_devpts (ioctl chr_file ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+;;* lmx 15 system/sepolicy/private/priv_app.te
+
+(neverallowx base_typeattr_8 priv_app_devpts (ioctl chr_file (0x5412)))
+;;* lme
+
+(allow priv_app self (process (ptrace)))
+(allow priv_app app_data_file (file (execute)))
+(allow priv_app audioserver_service (service_manager (find)))
+(allow priv_app cameraserver_service (service_manager (find)))
+(allow priv_app drmserver_service (service_manager (find)))
+(allow priv_app mediacodec_service (service_manager (find)))
+(allow priv_app mediametrics_service (service_manager (find)))
+(allow priv_app mediadrmserver_service (service_manager (find)))
+(allow priv_app mediaextractor_service (service_manager (find)))
+(allow priv_app mediaserver_service (service_manager (find)))
+(allow priv_app nfc_service (service_manager (find)))
+(allow priv_app oem_lock_service (service_manager (find)))
+(allow priv_app radio_service (service_manager (find)))
+(allow priv_app surfaceflinger_service (service_manager (find)))
+(allow priv_app app_api_service (service_manager (find)))
+(allow priv_app system_api_service (service_manager (find)))
+(allow priv_app persistent_data_block_service (service_manager (find)))
+(allow priv_app recovery_service (service_manager (find)))
+(allow priv_app cache_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow priv_app cache_recovery_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow priv_app cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow priv_app cache_recovery_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow priv_app cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow priv_app ota_package_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow priv_app ota_package_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow priv_app media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow priv_app media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow priv_app shell_data_file (file (ioctl read getattr lock map open)))
+(allow priv_app shell_data_file (dir (ioctl read getattr lock search open)))
+(allow priv_app apk_tmp_file (dir (ioctl read getattr lock search open)))
+(allow priv_app apk_private_tmp_file (dir (ioctl read getattr lock search open)))
+(allow priv_app apk_tmp_file (file (ioctl read getattr lock map open)))
+(allow priv_app apk_private_tmp_file (file (ioctl read getattr lock map open)))
+(allow priv_app anr_data_file (file (ioctl read getattr lock map open)))
+(allow priv_app vold (fd (use)))
+(allow priv_app fuse_device (chr_file (read write)))
+(allow priv_app sysfs_type (dir (ioctl read getattr lock search open)))
+(allow priv_app sysfs_type (file (ioctl read getattr lock map open)))
+(allow priv_app sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow priv_app proc (dir (ioctl read getattr lock search open)))
+(allow priv_app proc (file (ioctl read getattr lock map open)))
+(allow priv_app proc (lnk_file (ioctl read getattr lock map open)))
+(allow priv_app rootfs (dir (ioctl read getattr lock search open)))
+(allow priv_app rootfs (file (ioctl read getattr lock map open)))
+(allow priv_app rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow priv_app config_gz (file (read getattr open)))
+(allowx priv_app self (ioctl udp_socket (0x8927)))
+(allow priv_app update_engine (binder (call transfer)))
+(allow update_engine priv_app (binder (transfer)))
+(allow priv_app update_engine (fd (use)))
+(allow priv_app update_engine_service (service_manager (find)))
+(allow priv_app storaged (binder (call transfer)))
+(allow storaged priv_app (binder (transfer)))
+(allow priv_app storaged (fd (use)))
+(allow priv_app storaged_service (service_manager (find)))
+(allow priv_app ringtone_file (file (read write getattr)))
+(allow priv_app preloads_data_file (file (ioctl read getattr lock map open)))
+(allow priv_app preloads_data_file (dir (ioctl read getattr lock search open)))
+(allow priv_app preloads_media_file (file (ioctl read getattr lock map open)))
+(allow priv_app preloads_media_file (dir (ioctl read getattr lock search open)))
+(allow priv_app keystore (keystore_key (gen_unique_id)))
+(allow priv_app selinuxfs (file (ioctl read getattr lock map open)))
+(allow priv_app runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(dontaudit priv_app exec_type (file (getattr)))
+;;* lmx 123 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 126 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 130 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app debugfs (file (read)))
+;;* lme
+
+;;* lmx 135 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app service_manager_type (service_manager (add)))
+;;* lme
+
+;;* lmx 139 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app property_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 140 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app init (unix_stream_socket (connectto)))
+;;* lme
+
+;;* lmx 141 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app property_type (property_service (set)))
+;;* lme
+
+;;* lmx 151 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app mlstrustedsubject (process (fork)))
+;;* lme
+
+;;* lmx 159 system/sepolicy/private/priv_app.te
+
+(neverallow priv_app file_type (file (link)))
+;;* lme
+
+(allow init racoon_exec (file (read getattr map execute open)))
+(allow init racoon (process (transition)))
+(allow racoon racoon_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init racoon (process (noatsecure)))
+(allow init racoon (process (siginh rlimitinh)))
+(typetransition init racoon_exec process racoon)
+(typetransition racoon tmpfs file racoon_tmpfs)
+(allow racoon racoon_tmpfs (file (read write getattr)))
+(allow racoon tmpfs (dir (getattr search)))
+(typetransition radio tmpfs file radio_tmpfs)
+(allow radio radio_tmpfs (file (read write getattr)))
+(allow radio tmpfs (dir (getattr search)))
+(allow radio radio_tmpfs (file (execute)))
+(allow radio runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio system_prop (property_service (set)))
+(allow radio system_prop (file (ioctl read getattr lock map open)))
+(allow init recovery_persist_exec (file (read getattr map execute open)))
+(allow init recovery_persist (process (transition)))
+(allow recovery_persist recovery_persist_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init recovery_persist (process (noatsecure)))
+(allow init recovery_persist (process (siginh rlimitinh)))
+(typetransition init recovery_persist_exec process recovery_persist)
+(typetransition recovery_persist tmpfs file recovery_persist_tmpfs)
+(allow recovery_persist recovery_persist_tmpfs (file (read write getattr)))
+(allow recovery_persist tmpfs (dir (getattr search)))
+;;* lmx 7 system/sepolicy/private/recovery_persist.te
+
+(neverallow recovery_persist base_typeattr_215 (file (write)))
+;;* lme
+
+(allow init recovery_refresh_exec (file (read getattr map execute open)))
+(allow init recovery_refresh (process (transition)))
+(allow recovery_refresh recovery_refresh_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init recovery_refresh (process (noatsecure)))
+(allow init recovery_refresh (process (siginh rlimitinh)))
+(typetransition init recovery_refresh_exec process recovery_refresh)
+(typetransition recovery_refresh tmpfs file recovery_refresh_tmpfs)
+(allow recovery_refresh recovery_refresh_tmpfs (file (read write getattr)))
+(allow recovery_refresh tmpfs (dir (getattr search)))
+;;* lmx 7 system/sepolicy/private/recovery_refresh.te
+
+(neverallow recovery_refresh base_typeattr_216 (file (write)))
+;;* lme
+
+(allow shell runas_exec (file (read getattr map execute open)))
+(allow shell runas (process (transition)))
+(allow runas runas_exec (file (read getattr map execute entrypoint open)))
+(allow runas shell (process (sigchld)))
+(dontaudit shell runas (process (noatsecure)))
+(allow shell runas (process (siginh rlimitinh)))
+(typetransition shell runas_exec process runas)
+(typetransition sdcardd system_data_file dir media_rw_data_file)
+(typetransition sdcardd system_data_file file media_rw_data_file)
+(allow init servicemanager_exec (file (read getattr map execute open)))
+(allow init servicemanager (process (transition)))
+(allow servicemanager servicemanager_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init servicemanager (process (noatsecure)))
+(allow init servicemanager (process (siginh rlimitinh)))
+(typetransition init servicemanager_exec process servicemanager)
+(typetransition servicemanager tmpfs file servicemanager_tmpfs)
+(allow servicemanager servicemanager_tmpfs (file (read write getattr)))
+(allow servicemanager tmpfs (dir (getattr search)))
+(allow servicemanager runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(typetransition shared_relro tmpfs file shared_relro_tmpfs)
+(allow shared_relro shared_relro_tmpfs (file (read write getattr)))
+(allow shared_relro tmpfs (dir (getattr search)))
+(allow shared_relro shared_relro_tmpfs (file (execute)))
+(allow shell uhid_device (chr_file (ioctl read write getattr lock append map open)))
+(allow shell debugfs_tracing (dir (ioctl read getattr lock search open)))
+(allow shell debugfs_tracing (file (ioctl read write getattr lock append map open)))
+(allow shell debugfs_trace_marker (file (getattr)))
+(allow shell atrace_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow shell config_gz (file (ioctl read getattr lock map open)))
+(typetransition shell tmpfs file shell_tmpfs)
+(allow shell shell_tmpfs (file (read write getattr)))
+(allow shell tmpfs (dir (getattr search)))
+(allow shell shell_tmpfs (file (execute)))
+(allow shell storaged (binder (call transfer)))
+(allow storaged shell (binder (transfer)))
+(allow shell storaged (fd (use)))
+(allow shell selinuxfs (dir (ioctl read getattr lock search open)))
+(allow shell selinuxfs (file (ioctl read getattr lock map open)))
+(allow shell selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow shell selinuxfs (file (write lock append map open)))
+(allow shell kernel (security (compute_av)))
+(allow shell self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow shell selinuxfs (dir (ioctl read getattr lock search open)))
+(allow shell selinuxfs (file (ioctl read getattr lock map open)))
+(allow shell selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow shell selinuxfs (file (write lock append map open)))
+(allow shell kernel (security (check_context)))
+(allow init storaged_exec (file (read getattr map execute open)))
+(allow init storaged (process (transition)))
+(allow storaged storaged_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init storaged (process (noatsecure)))
+(allow init storaged (process (siginh rlimitinh)))
+(typetransition init storaged_exec process storaged)
+(typetransition storaged tmpfs file storaged_tmpfs)
+(allow storaged storaged_tmpfs (file (read write getattr)))
+(allow storaged tmpfs (dir (getattr search)))
+(allow storaged sysfs_type (dir (ioctl read getattr lock search open)))
+(allow storaged sysfs_type (file (ioctl read getattr lock map open)))
+(allow storaged sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow storaged proc_net (dir (ioctl read getattr lock search open)))
+(allow storaged proc_net (file (ioctl read getattr lock map open)))
+(allow storaged proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow storaged domain (dir (ioctl read getattr lock search open)))
+(allow storaged domain (file (ioctl read getattr lock map open)))
+(allow storaged domain (lnk_file (ioctl read getattr lock map open)))
+(allow storaged proc_uid_io_stats (file (ioctl read getattr lock map open)))
+(allow storaged system_data_file (file (ioctl read getattr lock map open)))
+(allow storaged shell (fd (use)))
+(allow storaged shell (fifo_file (write)))
+(allow storaged priv_app (fd (use)))
+(allow storaged app_data_file (file (write)))
+(allow storaged permission_service (service_manager (find)))
+(allow storaged storaged_service (service_manager (add find)))
+;;* lmx 34 system/sepolicy/private/storaged.te
+
+(neverallow base_typeattr_217 storaged_service (service_manager (add)))
+;;* lme
+
+(allow storaged servicemanager (binder (call transfer)))
+(allow servicemanager storaged (dir (search)))
+(allow servicemanager storaged (file (read open)))
+(allow servicemanager storaged (process (getattr)))
+(allow storaged system_server (binder (call transfer)))
+(allow system_server storaged (binder (transfer)))
+(allow storaged system_server (fd (use)))
+(allow storaged batteryproperties_service (service_manager (find)))
+(allow storaged healthd (binder (call transfer)))
+(allow healthd storaged (binder (transfer)))
+(allow storaged healthd (fd (use)))
+(allow storaged dumpstate (fd (use)))
+(allow storaged package_native_service (service_manager (find)))
+(dontaudit storaged self (capability (dac_override)))
+;;* lmx 56 system/sepolicy/private/storaged.te
+
+(neverallow storaged domain (process (ptrace)))
+;;* lme
+
+;;* lmx 57 system/sepolicy/private/storaged.te
+
+(neverallow storaged self (capability (chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap)))
+(neverallow storaged self (capability2 (mac_override mac_admin syslog wake_alarm block_suspend audit_read)))
+;;* lme
+
+(allow init surfaceflinger_exec (file (read getattr map execute open)))
+(allow init surfaceflinger (process (transition)))
+(allow surfaceflinger surfaceflinger_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init surfaceflinger (process (noatsecure)))
+(allow init surfaceflinger (process (siginh rlimitinh)))
+(typetransition init surfaceflinger_exec process surfaceflinger)
+(typetransition surfaceflinger tmpfs file surfaceflinger_tmpfs)
+(allow surfaceflinger surfaceflinger_tmpfs (file (read write getattr)))
+(allow surfaceflinger tmpfs (dir (getattr search)))
+(allow surfaceflinger runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow surfaceflinger hidl_token_hwservice (hwservice_manager (find)))
+(allow surfaceflinger servicemanager (binder (call transfer)))
+(allow servicemanager surfaceflinger (dir (search)))
+(allow servicemanager surfaceflinger (file (read open)))
+(allow servicemanager surfaceflinger (process (getattr)))
+(allow surfaceflinger binderservicedomain (binder (call transfer)))
+(allow binderservicedomain surfaceflinger (binder (transfer)))
+(allow surfaceflinger binderservicedomain (fd (use)))
+(allow surfaceflinger appdomain (binder (call transfer)))
+(allow appdomain surfaceflinger (binder (transfer)))
+(allow surfaceflinger appdomain (fd (use)))
+(allow surfaceflinger bootanim (binder (call transfer)))
+(allow bootanim surfaceflinger (binder (transfer)))
+(allow surfaceflinger bootanim (fd (use)))
+(allow surfaceflinger adbd (binder (call transfer)))
+(allow adbd surfaceflinger (binder (transfer)))
+(allow surfaceflinger adbd (fd (use)))
+(allow surfaceflinger binderservicedomain (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger binderservicedomain (file (ioctl read getattr lock map open)))
+(allow surfaceflinger binderservicedomain (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger appdomain (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger appdomain (file (ioctl read getattr lock map open)))
+(allow surfaceflinger appdomain (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger graphics_device (dir (search)))
+(allow surfaceflinger graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger video_device (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger video_device (chr_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow surfaceflinger property_socket (sock_file (write)))
+(allow surfaceflinger init (unix_stream_socket (connectto)))
+(allow surfaceflinger system_prop (property_service (set)))
+(allow surfaceflinger system_prop (file (ioctl read getattr lock map open)))
+(allow surfaceflinger property_socket (sock_file (write)))
+(allow surfaceflinger init (unix_stream_socket (connectto)))
+(allow surfaceflinger ctl_bootanim_prop (property_service (set)))
+(allow surfaceflinger ctl_bootanim_prop (file (ioctl read getattr lock map open)))
+(allow surfaceflinger appdomain (fd (use)))
+(allow surfaceflinger app_data_file (file (read write)))
+(allow surfaceflinger adbd (unix_stream_socket (read write getattr)))
+(allow surfaceflinger dumpstate (binder (call transfer)))
+(allow dumpstate surfaceflinger (binder (transfer)))
+(allow surfaceflinger dumpstate (fd (use)))
+(allow surfaceflinger shell (binder (call transfer)))
+(allow shell surfaceflinger (binder (transfer)))
+(allow surfaceflinger shell (fd (use)))
+(allow surfaceflinger dumpstate (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger dumpstate (file (ioctl read getattr lock map open)))
+(allow surfaceflinger dumpstate (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger tee_device (chr_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger gpu_service (service_manager (add find)))
+;;* lmx 69 system/sepolicy/private/surfaceflinger.te
+
+(neverallow base_typeattr_218 gpu_service (service_manager (add)))
+;;* lme
+
+(allow surfaceflinger surfaceflinger_service (service_manager (add find)))
+(allow surfaceflinger mediaserver_service (service_manager (find)))
+(allow surfaceflinger permission_service (service_manager (find)))
+(allow surfaceflinger power_service (service_manager (find)))
+(allow surfaceflinger vr_manager_service (service_manager (find)))
+(allow surfaceflinger window_service (service_manager (find)))
+(allow surfaceflinger self (capability (sys_nice)))
+(allow surfaceflinger proc_meminfo (file (ioctl read getattr lock map open)))
+(allow surfaceflinger cgroup (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger cgroup (file (ioctl read getattr lock map open)))
+(allow surfaceflinger cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger sysfs_type (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger sysfs_type (file (ioctl read getattr lock map open)))
+(allow surfaceflinger sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger system_file (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger system_file (file (ioctl read getattr lock map open)))
+(allow surfaceflinger system_file (lnk_file (ioctl read getattr lock map open)))
+(allow surfaceflinger tmpfs (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger system_server (fd (use)))
+(allow surfaceflinger ion_device (chr_file (ioctl read getattr lock map open)))
+(allow init pdx_display_client_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow surfaceflinger pdx_display_client_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow surfaceflinger self (process (setsockcreate)))
+(allow surfaceflinger pdx_display_client_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 94 system/sepolicy/private/surfaceflinger.te
+
+(neverallow base_typeattr_218 pdx_display_client_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow init pdx_display_manager_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow surfaceflinger pdx_display_manager_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow surfaceflinger self (process (setsockcreate)))
+(allow surfaceflinger pdx_display_manager_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 95 system/sepolicy/private/surfaceflinger.te
+
+(neverallow base_typeattr_218 pdx_display_manager_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow init pdx_display_screenshot_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow surfaceflinger pdx_display_screenshot_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow surfaceflinger self (process (setsockcreate)))
+(allow surfaceflinger pdx_display_screenshot_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 96 system/sepolicy/private/surfaceflinger.te
+
+(neverallow base_typeattr_218 pdx_display_screenshot_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow init pdx_display_vsync_endpoint_socket_type (unix_stream_socket (create bind)))
+(allow surfaceflinger pdx_display_vsync_endpoint_socket_type (unix_stream_socket (read write getattr setattr lock append listen accept getopt setopt shutdown)))
+(allow surfaceflinger self (process (setsockcreate)))
+(allow surfaceflinger pdx_display_vsync_channel_socket_type (unix_stream_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+;;* lmx 97 system/sepolicy/private/surfaceflinger.te
+
+(neverallow base_typeattr_218 pdx_display_vsync_endpoint_socket_type (unix_stream_socket (listen accept)))
+;;* lme
+
+(allow surfaceflinger pdx_bufferhub_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger pdx_bufferhub_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger pdx_bufferhub_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow surfaceflinger pdx_bufferhub_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow surfaceflinger pdx_bufferhub_client_server_type (fd (use)))
+(allow pdx_bufferhub_client_server_type surfaceflinger (fd (use)))
+(allow surfaceflinger pdx_performance_client_endpoint_dir_type (dir (ioctl read getattr lock search open)))
+(allow surfaceflinger pdx_performance_client_endpoint_socket_type (sock_file (ioctl read write getattr lock append map open)))
+(allow surfaceflinger pdx_performance_client_endpoint_socket_type (unix_stream_socket (read write shutdown connectto)))
+(allow surfaceflinger pdx_performance_client_channel_socket_type (unix_stream_socket (read write getattr setattr lock append getopt setopt shutdown)))
+(allow surfaceflinger pdx_performance_client_server_type (fd (use)))
+(allow pdx_performance_client_server_type surfaceflinger (fd (use)))
+;;* lmx 109 system/sepolicy/private/surfaceflinger.te
+
+(neverallow surfaceflinger sdcard_type (file (ioctl read write getattr lock append map open)))
+;;* lme
+
+(typetransition system_app tmpfs file system_app_tmpfs)
+(allow system_app system_app_tmpfs (file (read write getattr)))
+(allow system_app tmpfs (dir (getattr search)))
+(allow system_app system_app_tmpfs (file (execute)))
+(allow system_app rootfs (dir (getattr)))
+(allow system_app system_app_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_app system_app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_app system_app_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_app misc_user_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_app misc_user_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_app mnt_media_rw_file (dir (search)))
+(allow system_app wallpaper_file (file (ioctl read getattr lock map open)))
+(allow system_app icon_file (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app bluetooth_prop (property_service (set)))
+(allow system_app bluetooth_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app debug_prop (property_service (set)))
+(allow system_app debug_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app system_prop (property_service (set)))
+(allow system_app system_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app logd_prop (property_service (set)))
+(allow system_app logd_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app net_radio_prop (property_service (set)))
+(allow system_app net_radio_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app system_radio_prop (property_service (set)))
+(allow system_app system_radio_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app log_tag_prop (property_service (set)))
+(allow system_app log_tag_prop (file (ioctl read getattr lock map open)))
+(auditallow system_app net_radio_prop (property_service (set)))
+(auditallow system_app system_radio_prop (property_service (set)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app ctl_default_prop (property_service (set)))
+(allow system_app ctl_default_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app ctl_bugreport_prop (property_service (set)))
+(allow system_app ctl_bugreport_prop (file (ioctl read getattr lock map open)))
+(allow system_app anr_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow system_app anr_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_app asec_apk_file (file (ioctl read getattr lock map open)))
+(allow system_app incidentd (binder (call transfer)))
+(allow incidentd system_app (binder (transfer)))
+(allow system_app incidentd (fd (use)))
+(allow system_app servicemanager (service_manager (list)))
+(allow system_app base_typeattr_219 (service_manager (find)))
+(allow system_app keystore (keystore_key (get_state get insert delete exist list reset password lock unlock is_empty sign verify grant duplicate clear_uid user_changed)))
+(allow system_app sysfs_type (dir (ioctl read getattr lock search open)))
+(allow system_app sysfs_type (file (ioctl read getattr lock map open)))
+(allow system_app sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow system_app logd_socket (sock_file (write)))
+(allow system_app logd (unix_stream_socket (connectto)))
+(allow system_app runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+;;* lmx 95 system/sepolicy/private/system_app.te
+
+(neverallow system_app fuse_device (chr_file (ioctl read write create getattr setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+(typetransition system_server tmpfs file system_server_tmpfs)
+(allow system_server system_server_tmpfs (file (read write getattr)))
+(allow system_server tmpfs (dir (getattr search)))
+(allow system_server zygote_tmpfs (file (read)))
+(allow system_server dalvikcache_data_file (dir (ioctl read getattr lock search open)))
+(allow system_server dalvikcache_data_file (file (ioctl read getattr lock map open)))
+(allow system_server resourcecache_data_file (file (ioctl read getattr lock map open)))
+(allow system_server resourcecache_data_file (dir (ioctl read getattr lock search open)))
+(allow system_server self (process (ptrace)))
+(allow system_server reboot_data_file (file (ioctl read getattr lock map unlink rename open)))
+(allow system_server reboot_data_file (dir (write remove_name search open)))
+(allow system_server zygote (fd (use)))
+(allow system_server zygote (process (sigchld)))
+(allow system_server zygote (process (sigkill)))
+(allow system_server crash_dump (process (sigkill)))
+(allow system_server zygote_exec (file (ioctl read getattr lock map open)))
+(allow system_server zygote (unix_stream_socket (getattr getopt)))
+(allowx system_server self (ioctl udp_socket (0x6900 0x6902)))
+(allowx system_server self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx system_server self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allow system_server self (capability (kill net_bind_service net_broadcast net_admin net_raw ipc_lock sys_ptrace sys_boot sys_nice sys_time sys_tty_config)))
+(allow system_server sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow system_server self (capability2 (block_suspend)))
+(allow system_server kernel (system (module_request)))
+(allow system_server self (capability2 (wake_alarm)))
+(allow system_server self (netlink_netfilter_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server self (netlink_kobject_uevent_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server self (netlink_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server self (netlink_generic_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server config_gz (file (read open)))
+(allow system_server self (socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server self (netlink_route_socket (nlmsg_write)))
+(allow system_server appdomain (process (sigkill signal getpgid)))
+(allow system_server appdomain (process (getsched setsched)))
+(allow system_server audioserver (process (getsched setsched)))
+(allow system_server hal_audio (process (getsched setsched)))
+(allow system_server hal_bluetooth (process (getsched setsched)))
+(allow system_server cameraserver (process (getsched setsched)))
+(allow system_server hal_camera (process (getsched setsched)))
+(allow system_server mediaserver (process (getsched setsched)))
+(allow system_server bootanim (process (getsched setsched)))
+(allow system_server cameraserver (file (write lock append map open)))
+(allow system_server domain (dir (ioctl read getattr lock search open)))
+(allow system_server domain (file (ioctl read getattr lock map open)))
+(allow system_server domain (lnk_file (ioctl read getattr lock map open)))
+(allow system_server qtaguid_proc (file (ioctl read write getattr lock append map open)))
+(allow system_server qtaguid_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server proc_uid_cputime_showstat (file (ioctl read getattr lock map open)))
+(allow system_server proc_uid_cputime_removeuid (file (write getattr lock append map open)))
+(allow system_server proc_uid_procstat_set (file (write getattr lock append map open)))
+(allow system_server proc_uid_time_in_state (file (ioctl read getattr lock map open)))
+(allow system_server proc_sysrq (file (ioctl read write getattr lock append map open)))
+(allow system_server proc_stat (file (ioctl read getattr lock map open)))
+(allow system_server debugfs (file (ioctl read getattr lock map open)))
+(allow system_server self (packet_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server node (rawip_socket (node_bind)))
+(allow system_server self (tun_socket (read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server lmkd_socket (sock_file (write)))
+(allow system_server lmkd (unix_stream_socket (connectto)))
+(allow system_server mtpd_socket (sock_file (write)))
+(allow system_server mtp (unix_stream_socket (connectto)))
+(allow system_server netd_socket (sock_file (write)))
+(allow system_server netd (unix_stream_socket (connectto)))
+(allow system_server vold_socket (sock_file (write)))
+(allow system_server vold (unix_stream_socket (connectto)))
+(allow system_server webview_zygote_socket (sock_file (write)))
+(allow system_server webview_zygote (unix_stream_socket (connectto)))
+(allow system_server zygote_socket (sock_file (write)))
+(allow system_server zygote (unix_stream_socket (connectto)))
+(allow system_server racoon_socket (sock_file (write)))
+(allow system_server racoon (unix_stream_socket (connectto)))
+(allow system_server uncrypt_socket (sock_file (write)))
+(allow system_server uncrypt (unix_stream_socket (connectto)))
+(allow system_server surfaceflinger (unix_stream_socket (read write setopt)))
+(allow system_server servicemanager (binder (call transfer)))
+(allow servicemanager system_server (dir (search)))
+(allow servicemanager system_server (file (read open)))
+(allow servicemanager system_server (process (getattr)))
+(allow system_server appdomain (binder (call transfer)))
+(allow appdomain system_server (binder (transfer)))
+(allow system_server appdomain (fd (use)))
+(allow system_server binderservicedomain (binder (call transfer)))
+(allow binderservicedomain system_server (binder (transfer)))
+(allow system_server binderservicedomain (fd (use)))
+(allow system_server dumpstate (binder (call transfer)))
+(allow dumpstate system_server (binder (transfer)))
+(allow system_server dumpstate (fd (use)))
+(allow system_server fingerprintd (binder (call transfer)))
+(allow fingerprintd system_server (binder (transfer)))
+(allow system_server fingerprintd (fd (use)))
+(allow system_server gatekeeperd (binder (call transfer)))
+(allow gatekeeperd system_server (binder (transfer)))
+(allow system_server gatekeeperd (fd (use)))
+(allow system_server installd (binder (call transfer)))
+(allow installd system_server (binder (transfer)))
+(allow system_server installd (fd (use)))
+(allow system_server incidentd (binder (call transfer)))
+(allow incidentd system_server (binder (transfer)))
+(allow system_server incidentd (fd (use)))
+(allow system_server netd (binder (call transfer)))
+(allow netd system_server (binder (transfer)))
+(allow system_server netd (fd (use)))
+(allow system_server wificond (binder (call transfer)))
+(allow wificond system_server (binder (transfer)))
+(allow system_server wificond (fd (use)))
+(allow system_server hal_omx_hwservice (hwservice_manager (find)))
+(allow system_server hidl_token_hwservice (hwservice_manager (find)))
+(allow system_server mediacodec (binder (call transfer)))
+(allow mediacodec system_server (binder (transfer)))
+(allow system_server mediacodec (fd (use)))
+(allow system_server hal_graphics_composer (fd (use)))
+(allow system_server hal_renderscript_hwservice (hwservice_manager (find)))
+(allow system_server fwk_scheduler_hwservice (hwservice_manager (add find)))
+(allow system_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 225 system/sepolicy/private/system_server.te
+
+(neverallow base_typeattr_58 fwk_scheduler_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow system_server fwk_sensor_hwservice (hwservice_manager (add find)))
+(allow system_server hidl_base_hwservice (hwservice_manager (add)))
+;;* lmx 226 system/sepolicy/private/system_server.te
+
+(neverallow base_typeattr_58 fwk_sensor_hwservice (hwservice_manager (add)))
+;;* lme
+
+(allow system_server tombstoned_intercept_socket (sock_file (write)))
+(allow system_server tombstoned (unix_stream_socket (connectto)))
+(allow system_server hwservicemanager (hwservice_manager (list)))
+(allow system_server hal_audio_server (process (signal)))
+(allow system_server hal_bluetooth_server (process (signal)))
+(allow system_server hal_camera_server (process (signal)))
+(allow system_server hal_graphics_composer_server (process (signal)))
+(allow system_server hal_sensors_server (process (signal)))
+(allow system_server hal_vr_server (process (signal)))
+(allow system_server audioserver (process (signal)))
+(allow system_server cameraserver (process (signal)))
+(allow system_server drmserver (process (signal)))
+(allow system_server inputflinger (process (signal)))
+(allow system_server mediacodec (process (signal)))
+(allow system_server mediadrmserver (process (signal)))
+(allow system_server mediaextractor (process (signal)))
+(allow system_server mediametrics (process (signal)))
+(allow system_server mediaserver (process (signal)))
+(allow system_server sdcardd (process (signal)))
+(allow system_server surfaceflinger (process (signal)))
+(allow system_server audioserver (tcp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server audioserver (udp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server mediaserver (tcp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server mediaserver (udp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server mediadrmserver (tcp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server mediadrmserver (udp_socket (ioctl read write getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow system_server file_contexts_file (file (ioctl read getattr lock map open)))
+(allow system_server mac_perms_file (file (ioctl read getattr lock map open)))
+(allow system_server selinuxfs (dir (ioctl read getattr lock search open)))
+(allow system_server selinuxfs (file (ioctl read getattr lock map open)))
+(allow system_server selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow system_server selinuxfs (file (write lock append map open)))
+(allow system_server kernel (security (compute_av)))
+(allow system_server self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow system_server sysfs (file (ioctl read write getattr lock append map open)))
+(allow system_server sysfs_nfc_power_writable (file (ioctl read write getattr lock append map open)))
+(allow system_server sysfs_devices_system_cpu (file (write lock append map open)))
+(allow system_server sysfs_mac_address (file (ioctl read getattr lock map open)))
+(allow system_server sysfs_thermal (dir (search)))
+(allow system_server sysfs_thermal (file (ioctl read getattr lock map open)))
+(allow system_server sysfs_vibrator (file (write append)))
+(allow system_server sysfs_usb (file (write lock append map open)))
+(allow system_server device (dir (ioctl read getattr lock search open)))
+(allow system_server mdns_socket (sock_file (ioctl read write getattr lock append map open)))
+(allow system_server alarm_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server iio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server input_device (dir (ioctl read getattr lock search open)))
+(allow system_server input_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server radio_device (chr_file (ioctl read getattr lock map open)))
+(allow system_server tty_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server usbaccessory_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server video_device (dir (ioctl read getattr lock search open)))
+(allow system_server video_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server adbd_socket (sock_file (ioctl read write getattr lock append map open)))
+(allow system_server rtc_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server audio_device (dir (ioctl read getattr lock search open)))
+(allow system_server audio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server tun_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server system_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server system_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server system_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server system_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server system_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server keychain_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server keychain_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server keychain_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server apk_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server apk_data_file (file (ioctl read write create getattr setattr lock append map unlink link rename open)))
+(allow system_server apk_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink link rename open)))
+(allow system_server apk_tmp_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server apk_tmp_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server vendor_app_file (dir (ioctl read getattr lock search open)))
+(allow system_server vendor_app_file (file (ioctl read getattr lock map open)))
+(allow system_server vendor_app_file (lnk_file (ioctl read getattr lock map open)))
+(allow system_server vendor_overlay_file (dir (ioctl read getattr lock search open)))
+(allow system_server vendor_overlay_file (file (ioctl read getattr lock map open)))
+(allow system_server vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+(allow system_server apk_private_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server apk_private_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server apk_private_tmp_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server apk_private_tmp_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server asec_apk_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server asec_apk_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server asec_public_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server anr_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server anr_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server tombstoned_java_trace_socket (sock_file (write)))
+(allow system_server tombstoned (unix_stream_socket (connectto)))
+(allow system_server tombstoned (fd (use)))
+(allow system_server dumpstate (fifo_file (append)))
+(allow system_server incident_data_file (file (read)))
+(allow system_server backup_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server backup_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server heapdump_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow system_server heapdump_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server adb_keys_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server adb_keys_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server radio_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server radio_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server systemkeys_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server systemkeys_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server textclassifier_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server textclassifier_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server tombstone_data_file (dir (ioctl read getattr lock search open)))
+(allow system_server tombstone_data_file (file (ioctl read getattr lock map open)))
+(allow system_server vpn_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server vpn_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server wifi_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server wifi_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server zoneinfo_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server zoneinfo_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server shell_data_file (dir (read getattr search)))
+(allow system_server bluetooth_data_file (dir (read getattr search)))
+(allow system_server nfc_data_file (dir (read getattr search)))
+(allow system_server radio_data_file (dir (read getattr search)))
+(allow system_server app_data_file (dir (read getattr search)))
+(allow system_server system_app_data_file (dir (read getattr search)))
+(allow system_server unlabeled (dir (ioctl read getattr lock search open)))
+(allow system_server unlabeled (file (ioctl read getattr lock map open)))
+(allow system_server system_app_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server system_app_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server shell_data_file (file (read write getattr append)))
+(allow system_server bluetooth_data_file (file (read write getattr append)))
+(allow system_server nfc_data_file (file (read write getattr append)))
+(allow system_server radio_data_file (file (read write getattr append)))
+(allow system_server app_data_file (file (read write getattr append)))
+(allow system_server system_app_data_file (file (read write getattr append)))
+(allow system_server media_rw_data_file (dir (read getattr search open)))
+(allow system_server media_rw_data_file (file (read write getattr append)))
+(allow system_server apk_tmp_file (file (relabelfrom relabelto)))
+(allow system_server apk_tmp_file (dir (relabelfrom relabelto)))
+(allow system_server apk_private_tmp_file (file (relabelfrom relabelto)))
+(allow system_server apk_private_tmp_file (dir (relabelfrom relabelto)))
+(allow system_server apk_data_file (file (relabelfrom relabelto)))
+(allow system_server apk_data_file (dir (relabelfrom relabelto)))
+(allow system_server apk_private_data_file (file (relabelfrom relabelto)))
+(allow system_server apk_private_data_file (dir (relabelfrom relabelto)))
+(allow system_server system_data_file (file (relabelfrom)))
+(allow system_server wallpaper_file (file (relabelto)))
+(allow system_server wallpaper_file (file (ioctl read write getattr lock append map unlink rename open)))
+(allow system_server system_data_file (file (link)))
+(allow system_server wallpaper_file (file (link)))
+(allow system_server system_data_file (dir (relabelfrom)))
+(allow system_server shortcut_manager_icons (dir (ioctl read write create getattr setattr lock relabelto rename add_name remove_name reparent search rmdir open)))
+(allow system_server shortcut_manager_icons (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server ringtone_file (dir (ioctl read write create getattr setattr lock relabelto rename add_name remove_name reparent search rmdir open)))
+(allow system_server ringtone_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server icon_file (file (relabelto)))
+(allow system_server icon_file (file (ioctl read write getattr lock append map unlink open)))
+(allow system_server system_data_file (dir (relabelfrom)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server system_prop (property_service (set)))
+(allow system_server system_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server safemode_prop (property_service (set)))
+(allow system_server safemode_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server dhcp_prop (property_service (set)))
+(allow system_server dhcp_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server net_radio_prop (property_service (set)))
+(allow system_server net_radio_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server net_dns_prop (property_service (set)))
+(allow system_server net_dns_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server system_radio_prop (property_service (set)))
+(allow system_server system_radio_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server debug_prop (property_service (set)))
+(allow system_server debug_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server powerctl_prop (property_service (set)))
+(allow system_server powerctl_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server fingerprint_prop (property_service (set)))
+(allow system_server fingerprint_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server device_logging_prop (property_service (set)))
+(allow system_server device_logging_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server dumpstate_options_prop (property_service (set)))
+(allow system_server dumpstate_options_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server overlay_prop (property_service (set)))
+(allow system_server overlay_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server ctl_default_prop (property_service (set)))
+(allow system_server ctl_default_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server ctl_bugreport_prop (property_service (set)))
+(allow system_server ctl_bugreport_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server cppreopt_prop (property_service (set)))
+(allow system_server cppreopt_prop (file (ioctl read getattr lock map open)))
+(allow system_server boottime_prop (file (ioctl read getattr lock map open)))
+(allow system_server serialno_prop (file (ioctl read getattr lock map open)))
+(allow system_server property_socket (sock_file (write)))
+(allow system_server init (unix_stream_socket (connectto)))
+(allow system_server firstboot_prop (property_service (set)))
+(allow system_server firstboot_prop (file (ioctl read getattr lock map open)))
+(allow system_server system_ndebug_socket (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server cache_file (lnk_file (ioctl read getattr lock map open)))
+(allow system_server cache_file (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow system_server cache_recovery_file (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow system_server cache_file (file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow system_server cache_recovery_file (file (ioctl read write create getattr setattr lock relabelfrom append map unlink rename open)))
+(allow system_server cache_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server cache_recovery_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server system_file (dir (ioctl read getattr lock search open)))
+(allow system_server system_file (lnk_file (ioctl read getattr lock map open)))
+(allow system_server gps_control (file (ioctl read write getattr lock append map open)))
+(allow system_server appdomain (tcp_socket (read write getattr getopt setopt shutdown)))
+(allow system_server appdomain (udp_socket (read write getattr getopt setopt shutdown)))
+(allow system_server appdomain (fifo_file (read write getattr)))
+(allow system_server appdomain (unix_stream_socket (read write getattr)))
+(allow system_server cache_backup_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow system_server cache_backup_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server cache_private_backup_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server cache_private_backup_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow system_server usb_device (chr_file (ioctl read write getattr lock append map open)))
+(allow system_server usb_device (dir (ioctl read getattr lock search open)))
+(allow system_server hw_random_device (chr_file (ioctl read getattr lock map open)))
+(allow system_server fscklogs (dir (ioctl read getattr lock search open)))
+(allow system_server fscklogs (file (ioctl read getattr lock map open)))
+(allow system_server fscklogs (lnk_file (ioctl read getattr lock map open)))
+(allow system_server fscklogs (dir (write remove_name)))
+(allow system_server fscklogs (file (unlink)))
+(allow system_server zygote (unix_dgram_socket (write)))
+(allow system_server logcat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow system_server logdr_socket (sock_file (write)))
+(allow system_server logd (unix_stream_socket (connectto)))
+(allow system_server runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow system_server sysfs_lowmemorykiller (file (write getattr lock append map open)))
+(allow system_server pstorefs (dir (ioctl read getattr lock search open)))
+(allow system_server pstorefs (file (ioctl read getattr lock map open)))
+(allow system_server sysfs_zram (dir (search)))
+(allow system_server sysfs_zram (file (ioctl read getattr lock map open)))
+(allow system_server system_server_service (service_manager (add find)))
+;;* lmx 554 system/sepolicy/private/system_server.te
+
+(neverallow base_typeattr_58 system_server_service (service_manager (add)))
+;;* lme
+
+(allow system_server audioserver_service (service_manager (find)))
+(allow system_server batteryproperties_service (service_manager (find)))
+(allow system_server cameraserver_service (service_manager (find)))
+(allow system_server drmserver_service (service_manager (find)))
+(allow system_server dumpstate_service (service_manager (find)))
+(allow system_server fingerprintd_service (service_manager (find)))
+(allow system_server hal_fingerprint_service (service_manager (find)))
+(allow system_server gatekeeper_service (service_manager (find)))
+(allow system_server incident_service (service_manager (find)))
+(allow system_server installd_service (service_manager (find)))
+(allow system_server keystore_service (service_manager (find)))
+(allow system_server mediaserver_service (service_manager (find)))
+(allow system_server mediametrics_service (service_manager (find)))
+(allow system_server mediaextractor_service (service_manager (find)))
+(allow system_server mediacodec_service (service_manager (find)))
+(allow system_server mediadrmserver_service (service_manager (find)))
+(allow system_server netd_service (service_manager (find)))
+(allow system_server nfc_service (service_manager (find)))
+(allow system_server radio_service (service_manager (find)))
+(allow system_server surfaceflinger_service (service_manager (find)))
+(allow system_server wificond_service (service_manager (find)))
+(allow system_server keystore (keystore_key (get_state get insert delete exist list reset password lock unlock is_empty sign verify grant duplicate clear_uid add_auth user_changed)))
+(allow system_server block_device (dir (search)))
+(allow system_server frp_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow system_server cgroup (dir (remove_name rmdir)))
+(allow system_server oemfs (dir (ioctl read getattr lock search open)))
+(allow system_server oemfs (file (ioctl read getattr lock map open)))
+(allow system_server oemfs (lnk_file (ioctl read getattr lock map open)))
+(allow system_server mnt_user_file (dir (getattr search)))
+(allow system_server storage_file (dir (getattr search)))
+(allow system_server mnt_user_file (lnk_file (read getattr)))
+(allow system_server storage_file (lnk_file (read getattr)))
+(allow system_server sdcard_type (dir (getattr search)))
+(allow system_server mnt_expand_file (dir (ioctl read getattr lock search open)))
+(allow system_server fingerprintd_data_file (dir (ioctl read write getattr lock relabelto remove_name search rmdir open)))
+(allow system_server fingerprintd_data_file (file (getattr unlink)))
+(allow system_server sysfs_mac_address (file (ioctl read getattr lock map open)))
+(allow system_server vold (fd (use)))
+(allow system_server fuse_device (chr_file (ioctl read write getattr)))
+(allow system_server app_fuse_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow system_server app_fuse_file (file (read write getattr append open)))
+(allow system_server configfs (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow system_server configfs (file (write getattr unlink open)))
+(allow system_server adbd (unix_stream_socket (connectto)))
+(allow system_server adbd (fd (use)))
+(allow system_server adbd (unix_stream_socket (ioctl read write getattr getopt shutdown)))
+(allow system_server toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow system_server postinstall (binder (call transfer)))
+(allow postinstall system_server (binder (transfer)))
+(allow system_server postinstall (fd (use)))
+(allow system_server postinstall (fifo_file (write)))
+(allow system_server update_engine (fd (use)))
+(allow system_server update_engine (fifo_file (write)))
+(allow system_server preloads_data_file (file (ioctl read getattr lock map unlink open)))
+(allow system_server preloads_data_file (dir (ioctl read write getattr lock remove_name search rmdir open)))
+(allow system_server preloads_media_file (file (ioctl read getattr lock map unlink open)))
+(allow system_server preloads_media_file (dir (ioctl read write getattr lock remove_name search rmdir open)))
+(allow system_server cgroup (dir (ioctl read getattr lock search open)))
+(allow system_server cgroup (file (ioctl read getattr lock map open)))
+(allow system_server cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow system_server ion_device (chr_file (ioctl read getattr lock map open)))
+(allow system_server proc (dir (ioctl read getattr lock search open)))
+(allow system_server proc (file (ioctl read getattr lock map open)))
+(allow system_server proc (lnk_file (ioctl read getattr lock map open)))
+(allow system_server proc_meminfo (dir (ioctl read getattr lock search open)))
+(allow system_server proc_meminfo (file (ioctl read getattr lock map open)))
+(allow system_server proc_meminfo (lnk_file (ioctl read getattr lock map open)))
+(allow system_server proc_net (dir (ioctl read getattr lock search open)))
+(allow system_server proc_net (file (ioctl read getattr lock map open)))
+(allow system_server proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow system_server rootfs (dir (ioctl read getattr lock search open)))
+(allow system_server rootfs (file (ioctl read getattr lock map open)))
+(allow system_server rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow system_server sysfs_type (dir (ioctl read getattr lock search open)))
+(allow system_server sysfs_type (file (ioctl read getattr lock map open)))
+(allow system_server sysfs_type (lnk_file (ioctl read getattr lock map open)))
+(allow system_server sysfs_leds (lnk_file (read)))
+(allow system_server sysfs_leds (file (ioctl read write getattr lock append map open)))
+(allow system_server sysfs_leds (dir (ioctl read getattr lock search open)))
+(allow system_server debugfs_tracing_instances (dir (search)))
+(allow system_server debugfs_wifi_tracing (dir (search)))
+(allow system_server debugfs_wifi_tracing (file (ioctl read write getattr lock append map open)))
+;;* lmx 707 system/sepolicy/private/system_server.te
+
+(neverallow system_server sdcard_type (dir (read write open)))
+;;* lme
+
+;;* lmx 708 system/sepolicy/private/system_server.te
+
+(neverallow system_server sdcard_type (file (ioctl read write getattr lock append map open)))
+;;* lme
+
+;;* lmx 715 system/sepolicy/private/system_server.te
+
+(neverallow system_server shell_data_file (file (create unlink link open)))
+(neverallow system_server bluetooth_data_file (file (create unlink link open)))
+(neverallow system_server nfc_data_file (file (create unlink link open)))
+(neverallow system_server app_data_file (file (create unlink link open)))
+;;* lme
+
+;;* lmx 726 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_220 (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 730 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_221 (process (transition)))
+;;* lme
+
+;;* lmx 731 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_8 (process (dyntransition)))
+;;* lme
+
+;;* lmx 734 system/sepolicy/private/system_server.te
+
+(neverallow base_typeattr_222 system_ndebug_socket (sock_file (write open)))
+;;* lme
+
+;;* lmx 740 system/sepolicy/private/system_server.te
+
+(neverallow system_server dex2oat_exec (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 747 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_223 (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 752 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_224 (blk_file (ioctl read write create setattr lock relabelfrom append unlink link rename open)))
+;;* lme
+
+;;* lmx 755 system/sepolicy/private/system_server.te
+
+(neverallow system_server self (process (execmem)))
+;;* lme
+
+;;* lmx 756 system/sepolicy/private/system_server.te
+
+(neverallow system_server ashmem_device (chr_file (execute)))
+;;* lme
+
+;;* lmx 759 system/sepolicy/private/system_server.te
+
+(neverallow system_server system_server_tmpfs (file (execute)))
+;;* lme
+
+;;* lmx 763 system/sepolicy/private/system_server.te
+
+(neverallow system_server dexoptanalyzer_exec (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 766 system/sepolicy/private/system_server.te
+
+(neverallow system_server base_typeattr_58 (process (ptrace)))
+;;* lme
+
+;;* lmx 771 system/sepolicy/private/system_server.te
+
+(neverallow system_server system_server (capability (sys_resource)))
+;;* lme
+
+(allow init thermalserviced_exec (file (read getattr map execute open)))
+(allow init thermalserviced (process (transition)))
+(allow thermalserviced thermalserviced_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init thermalserviced (process (noatsecure)))
+(allow init thermalserviced (process (siginh rlimitinh)))
+(typetransition init thermalserviced_exec process thermalserviced)
+(typetransition thermalserviced tmpfs file thermalserviced_tmpfs)
+(allow thermalserviced thermalserviced_tmpfs (file (read write getattr)))
+(allow thermalserviced tmpfs (dir (getattr search)))
+(allow init tombstoned_exec (file (read getattr map execute open)))
+(allow init tombstoned (process (transition)))
+(allow tombstoned tombstoned_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init tombstoned (process (noatsecure)))
+(allow init tombstoned (process (siginh rlimitinh)))
+(typetransition init tombstoned_exec process tombstoned)
+(typetransition tombstoned tmpfs file tombstoned_tmpfs)
+(allow tombstoned tombstoned_tmpfs (file (read write getattr)))
+(allow tombstoned tmpfs (dir (getattr search)))
+(allow init toolbox_exec (file (read getattr map execute open)))
+(allow init toolbox (process (transition)))
+(allow toolbox toolbox_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init toolbox (process (noatsecure)))
+(allow init toolbox (process (siginh rlimitinh)))
+(typetransition init toolbox_exec process toolbox)
+(typetransition toolbox tmpfs file toolbox_tmpfs)
+(allow toolbox toolbox_tmpfs (file (read write getattr)))
+(allow toolbox tmpfs (dir (getattr search)))
+(allow init tzdatacheck_exec (file (read getattr map execute open)))
+(allow init tzdatacheck (process (transition)))
+(allow tzdatacheck tzdatacheck_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init tzdatacheck (process (noatsecure)))
+(allow init tzdatacheck (process (siginh rlimitinh)))
+(typetransition init tzdatacheck_exec process tzdatacheck)
+(typetransition tzdatacheck tmpfs file tzdatacheck_tmpfs)
+(allow tzdatacheck tzdatacheck_tmpfs (file (read write getattr)))
+(allow tzdatacheck tmpfs (dir (getattr search)))
+(typetransition ueventd tmpfs file ueventd_tmpfs)
+(allow ueventd ueventd_tmpfs (file (read write getattr)))
+(allow ueventd tmpfs (dir (getattr search)))
+(allow init uncrypt_exec (file (read getattr map execute open)))
+(allow init uncrypt (process (transition)))
+(allow uncrypt uncrypt_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init uncrypt (process (noatsecure)))
+(allow init uncrypt (process (siginh rlimitinh)))
+(typetransition init uncrypt_exec process uncrypt)
+(typetransition uncrypt tmpfs file uncrypt_tmpfs)
+(allow uncrypt uncrypt_tmpfs (file (read write getattr)))
+(allow uncrypt tmpfs (dir (getattr search)))
+(typetransition untrusted_app tmpfs file untrusted_app_tmpfs)
+(allow untrusted_app untrusted_app_tmpfs (file (read write getattr)))
+(allow untrusted_app tmpfs (dir (getattr search)))
+(allow untrusted_app untrusted_app_tmpfs (file (execute)))
+(allow untrusted_app system_server (udp_socket (read write getattr connect recvfrom sendto)))
+(typetransition untrusted_app devpts chr_file untrusted_app_devpts)
+(allow untrusted_app untrusted_app_devpts (chr_file (ioctl read write getattr open)))
+(allowx untrusted_app untrusted_app_devpts (ioctl chr_file ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+;;* lmx 33 system/sepolicy/private/untrusted_app.te
+
+(neverallowx base_typeattr_8 untrusted_app_devpts (ioctl chr_file (0x5412)))
+;;* lme
+
+;;* lmx 37 system/sepolicy/private/untrusted_app.te
+
+(neverallow untrusted_app system_server (udp_socket (ioctl create setattr lock relabelfrom relabelto append bind listen accept getopt setopt shutdown name_bind)))
+;;* lme
+
+(typetransition untrusted_app_25 tmpfs file untrusted_app_25_tmpfs)
+(allow untrusted_app_25 untrusted_app_25_tmpfs (file (read write getattr)))
+(allow untrusted_app_25 tmpfs (dir (getattr search)))
+(allow untrusted_app_25 untrusted_app_25_tmpfs (file (execute)))
+(typetransition untrusted_app_25 devpts chr_file untrusted_app_25_devpts)
+(allow untrusted_app_25 untrusted_app_25_devpts (chr_file (ioctl read write getattr open)))
+(allowx untrusted_app_25 untrusted_app_25_devpts (ioctl chr_file ((range 0x5401 0x5403) 0x540b (range 0x540e 0x5411) (range 0x5413 0x5414) 0x5451)))
+;;* lmx 31 system/sepolicy/private/untrusted_app_25.te
+
+(neverallowx base_typeattr_8 untrusted_app_25_devpts (ioctl chr_file (0x5412)))
+;;* lme
+
+(allow untrusted_app_25 net_dns_prop (file (ioctl read getattr lock map open)))
+(allow untrusted_app_25 proc_misc (file (ioctl read getattr lock map open)))
+(allow untrusted_app_25 proc_tty_drivers (file (ioctl read getattr lock map open)))
+(allow untrusted_app_all apk_data_file (file (execmod)))
+(allow untrusted_app_all app_data_file (file (ioctl read getattr lock map execute execute_no_trans execmod open)))
+(allow untrusted_app_all asec_apk_file (file (ioctl read getattr lock map open)))
+(allow untrusted_app_all asec_apk_file (dir (ioctl read getattr lock search open)))
+(allow untrusted_app_all asec_public_file (file (execute execmod)))
+(allow untrusted_app_all shell_data_file (file (ioctl read getattr lock map open)))
+(allow untrusted_app_all shell_data_file (dir (ioctl read getattr lock search open)))
+(allow untrusted_app_all apk_tmp_file (file (read getattr)))
+(allow untrusted_app_all apk_private_tmp_file (file (read getattr)))
+(allow untrusted_app_all system_app_data_file (file (read write getattr)))
+(allow untrusted_app_all media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow untrusted_app_all media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow untrusted_app_all mnt_media_rw_file (dir (search)))
+(allow untrusted_app_all servicemanager (service_manager (list)))
+(allow untrusted_app_all audioserver_service (service_manager (find)))
+(allow untrusted_app_all cameraserver_service (service_manager (find)))
+(allow untrusted_app_all drmserver_service (service_manager (find)))
+(allow untrusted_app_all mediaserver_service (service_manager (find)))
+(allow untrusted_app_all mediaextractor_service (service_manager (find)))
+(allow untrusted_app_all mediacodec_service (service_manager (find)))
+(allow untrusted_app_all mediametrics_service (service_manager (find)))
+(allow untrusted_app_all mediadrmserver_service (service_manager (find)))
+(allow untrusted_app_all nfc_service (service_manager (find)))
+(allow untrusted_app_all radio_service (service_manager (find)))
+(allow untrusted_app_all surfaceflinger_service (service_manager (find)))
+(allow untrusted_app_all app_api_service (service_manager (find)))
+(allow untrusted_app_all vr_manager_service (service_manager (find)))
+(allow untrusted_app_all self (process (ptrace)))
+(allow untrusted_app_all sysfs_hwrandom (dir (search)))
+(allow untrusted_app_all sysfs_hwrandom (file (ioctl read getattr lock map open)))
+(allow untrusted_app_all preloads_media_file (dir (ioctl read getattr lock search open)))
+(allow untrusted_app_all preloads_media_file (file (ioctl read getattr lock map open)))
+(allow untrusted_app_all preloads_data_file (dir (search)))
+(allow untrusted_app_all vendor_app_file (dir (read getattr search open)))
+(allow untrusted_app_all vendor_app_file (file (read getattr execute open)))
+(allow untrusted_app_all vendor_app_file (lnk_file (read getattr open)))
+(typetransition untrusted_v2_app tmpfs file untrusted_v2_app_tmpfs)
+(allow untrusted_v2_app untrusted_v2_app_tmpfs (file (read write getattr)))
+(allow untrusted_v2_app tmpfs (dir (getattr search)))
+(allow untrusted_v2_app untrusted_v2_app_tmpfs (file (execute)))
+(allow untrusted_v2_app system_app_data_file (file (read write getattr)))
+(allow untrusted_v2_app media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow untrusted_v2_app media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow untrusted_v2_app mnt_media_rw_file (dir (search)))
+(allow untrusted_v2_app servicemanager (service_manager (list)))
+(allow untrusted_v2_app audioserver_service (service_manager (find)))
+(allow untrusted_v2_app cameraserver_service (service_manager (find)))
+(allow untrusted_v2_app drmserver_service (service_manager (find)))
+(allow untrusted_v2_app mediaserver_service (service_manager (find)))
+(allow untrusted_v2_app mediaextractor_service (service_manager (find)))
+(allow untrusted_v2_app mediacodec_service (service_manager (find)))
+(allow untrusted_v2_app mediametrics_service (service_manager (find)))
+(allow untrusted_v2_app mediadrmserver_service (service_manager (find)))
+(allow untrusted_v2_app nfc_service (service_manager (find)))
+(allow untrusted_v2_app radio_service (service_manager (find)))
+(allow untrusted_v2_app surfaceflinger_service (service_manager (find)))
+(allow untrusted_v2_app app_api_service (service_manager (find)))
+(allow untrusted_v2_app self (process (ptrace)))
+(allow init update_engine_exec (file (read getattr map execute open)))
+(allow init update_engine (process (transition)))
+(allow update_engine update_engine_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init update_engine (process (noatsecure)))
+(allow init update_engine (process (siginh rlimitinh)))
+(typetransition init update_engine_exec process update_engine)
+(typetransition update_engine tmpfs file update_engine_tmpfs)
+(allow update_engine update_engine_tmpfs (file (read write getattr)))
+(allow update_engine tmpfs (dir (getattr search)))
+(allow update_engine_common postinstall_file (file (read getattr map execute open)))
+(allow update_engine_common postinstall (process (transition)))
+(allow postinstall postinstall_file (file (read getattr map execute entrypoint open)))
+(allow postinstall update_engine_common (process (sigchld)))
+(dontaudit update_engine_common postinstall (process (noatsecure)))
+(allow update_engine_common postinstall (process (siginh rlimitinh)))
+(typetransition update_engine_common postinstall_file process postinstall)
+(allow init update_verifier_exec (file (read getattr map execute open)))
+(allow init update_verifier (process (transition)))
+(allow update_verifier update_verifier_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init update_verifier (process (noatsecure)))
+(allow init update_verifier (process (siginh rlimitinh)))
+(typetransition init update_verifier_exec process update_verifier)
+(typetransition update_verifier tmpfs file update_verifier_tmpfs)
+(allow update_verifier update_verifier_tmpfs (file (read write getattr)))
+(allow update_verifier tmpfs (dir (getattr search)))
+(allow init vdc_exec (file (read getattr map execute open)))
+(allow init vdc (process (transition)))
+(allow vdc vdc_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init vdc (process (noatsecure)))
+(allow init vdc (process (siginh rlimitinh)))
+(typetransition init vdc_exec process vdc)
+(typetransition vdc tmpfs file vdc_tmpfs)
+(allow vdc vdc_tmpfs (file (read write getattr)))
+(allow vdc tmpfs (dir (getattr search)))
+(allow init virtual_touchpad_exec (file (read getattr map execute open)))
+(allow init virtual_touchpad (process (transition)))
+(allow virtual_touchpad virtual_touchpad_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init virtual_touchpad (process (noatsecure)))
+(allow init virtual_touchpad (process (siginh rlimitinh)))
+(typetransition init virtual_touchpad_exec process virtual_touchpad)
+(typetransition virtual_touchpad tmpfs file virtual_touchpad_tmpfs)
+(allow virtual_touchpad virtual_touchpad_tmpfs (file (read write getattr)))
+(allow virtual_touchpad tmpfs (dir (getattr search)))
+(allow init vold_exec (file (read getattr map execute open)))
+(allow init vold (process (transition)))
+(allow vold vold_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init vold (process (noatsecure)))
+(allow init vold (process (siginh rlimitinh)))
+(typetransition init vold_exec process vold)
+(typetransition vold tmpfs file vold_tmpfs)
+(allow vold vold_tmpfs (file (read write getattr)))
+(allow vold tmpfs (dir (getattr search)))
+(allow vold sgdisk_exec (file (read getattr map execute open)))
+(allow vold sgdisk (process (transition)))
+(allow sgdisk sgdisk_exec (file (read getattr map execute entrypoint open)))
+(allow sgdisk vold (process (sigchld)))
+(dontaudit vold sgdisk (process (noatsecure)))
+(allow vold sgdisk (process (siginh rlimitinh)))
+(typetransition vold sgdisk_exec process sgdisk)
+(allow vold sdcardd_exec (file (read getattr map execute open)))
+(allow vold sdcardd (process (transition)))
+(allow sdcardd sdcardd_exec (file (read getattr map execute entrypoint open)))
+(allow sdcardd vold (process (sigchld)))
+(dontaudit vold sdcardd (process (noatsecure)))
+(allow vold sdcardd (process (siginh rlimitinh)))
+(typetransition vold sdcardd_exec process sdcardd)
+(allow vold shell_exec (file (read getattr map execute open)))
+(allow vold blkid (process (transition)))
+(allow blkid shell_exec (file (read getattr map execute entrypoint open)))
+(allow blkid vold (process (sigchld)))
+(dontaudit vold blkid (process (noatsecure)))
+(allow vold blkid (process (siginh rlimitinh)))
+(allow vold shell_exec (file (read getattr map execute open)))
+(allow vold blkid_untrusted (process (transition)))
+(allow blkid_untrusted shell_exec (file (read getattr map execute entrypoint open)))
+(allow blkid_untrusted vold (process (sigchld)))
+(dontaudit vold blkid_untrusted (process (noatsecure)))
+(allow vold blkid_untrusted (process (siginh rlimitinh)))
+(allow vold fsck_exec (file (read getattr map execute open)))
+(allow vold fsck (process (transition)))
+(allow fsck fsck_exec (file (read getattr map execute entrypoint open)))
+(allow fsck vold (process (sigchld)))
+(dontaudit vold fsck (process (noatsecure)))
+(allow vold fsck (process (siginh rlimitinh)))
+(allow vold fsck_exec (file (read getattr map execute open)))
+(allow vold fsck_untrusted (process (transition)))
+(allow fsck_untrusted fsck_exec (file (read getattr map execute entrypoint open)))
+(allow fsck_untrusted vold (process (sigchld)))
+(dontaudit vold fsck_untrusted (process (noatsecure)))
+(allow vold fsck_untrusted (process (siginh rlimitinh)))
+(typetransition vold storage_file dir storage_stub_file)
+(typetransition vold mnt_media_rw_file dir mnt_media_rw_stub_file)
+(allow init vr_hwc_exec (file (read getattr map execute open)))
+(allow init vr_hwc (process (transition)))
+(allow vr_hwc vr_hwc_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init vr_hwc (process (noatsecure)))
+(allow init vr_hwc (process (siginh rlimitinh)))
+(typetransition init vr_hwc_exec process vr_hwc)
+(typetransition vr_hwc tmpfs file vr_hwc_tmpfs)
+(allow vr_hwc vr_hwc_tmpfs (file (read write getattr)))
+(allow vr_hwc tmpfs (dir (getattr search)))
+(allow init webview_zygote_exec (file (read getattr map execute open)))
+(allow init webview_zygote (process (transition)))
+(allow webview_zygote webview_zygote_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init webview_zygote (process (noatsecure)))
+(allow init webview_zygote (process (siginh rlimitinh)))
+(typetransition init webview_zygote_exec process webview_zygote)
+(typetransition webview_zygote tmpfs file webview_zygote_tmpfs)
+(allow webview_zygote webview_zygote_tmpfs (file (read write getattr)))
+(allow webview_zygote tmpfs (dir (getattr search)))
+(allow webview_zygote apk_data_file (dir (ioctl read getattr lock search open)))
+(allow webview_zygote apk_data_file (file (ioctl read getattr lock map execute open)))
+(allow webview_zygote shared_relro_file (dir (search)))
+(allow webview_zygote shared_relro_file (file (ioctl read getattr lock map open)))
+(allow webview_zygote self (capability (setgid setuid)))
+(allow webview_zygote self (capability (setpcap)))
+(allow webview_zygote self (process (setcurrent)))
+(allow webview_zygote isolated_app (process (dyntransition)))
+(allow webview_zygote dalvikcache_data_file (dir (ioctl read getattr lock search open)))
+(allow webview_zygote dalvikcache_data_file (lnk_file (ioctl read getattr lock map open)))
+(allow webview_zygote dalvikcache_data_file (file (ioctl read getattr lock map execute open)))
+(allow webview_zygote debugfs_trace_marker (file (getattr)))
+(allow webview_zygote system_server (process (getpgid)))
+(allow webview_zygote isolated_app (process (setpgid)))
+(dontaudit webview_zygote mnt_expand_file (dir (getattr)))
+(allow webview_zygote seapp_contexts_file (file (ioctl read getattr lock map open)))
+(allow webview_zygote selinuxfs (dir (ioctl read getattr lock search open)))
+(allow webview_zygote selinuxfs (file (ioctl read getattr lock map open)))
+(allow webview_zygote selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow webview_zygote selinuxfs (file (write lock append map open)))
+(allow webview_zygote kernel (security (check_context)))
+(allow webview_zygote selinuxfs (dir (ioctl read getattr lock search open)))
+(allow webview_zygote selinuxfs (file (ioctl read getattr lock map open)))
+(allow webview_zygote selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow webview_zygote selinuxfs (file (write lock append map open)))
+(allow webview_zygote kernel (security (compute_av)))
+(allow webview_zygote self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lmx 62 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote base_typeattr_225 (process (dyntransition)))
+;;* lme
+
+;;* lmx 65 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote base_typeattr_221 (process (transition)))
+;;* lme
+
+;;* lmx 69 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote base_typeattr_8 (file (execute_no_trans)))
+;;* lme
+
+;;* lmx 72 system/sepolicy/private/webview_zygote.te
+
+(neverallow base_typeattr_14 webview_zygote (process (transition)))
+;;* lme
+
+;;* lmx 73 system/sepolicy/private/webview_zygote.te
+
+(neverallow base_typeattr_8 webview_zygote (process (dyntransition)))
+;;* lme
+
+;;* lmx 76 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote property_socket (sock_file (write)))
+;;* lme
+
+;;* lmx 77 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote property_type (property_service (set)))
+;;* lme
+
+;;* lmx 87 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote shell_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+(neverallow webview_zygote bluetooth_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+(neverallow webview_zygote nfc_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+(neverallow webview_zygote radio_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+(neverallow webview_zygote app_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+(neverallow webview_zygote system_app_data_file (file (ioctl read write getattr lock append map execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 93 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote base_typeattr_226 (service_manager (find)))
+;;* lme
+
+;;* lmx 96 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote gpu_device (chr_file (ioctl read write getattr lock append map execute execute_no_trans open)))
+;;* lme
+
+;;* lmx 99 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote cache_file (dir (write create setattr relabelfrom relabelto append map unlink link rename execute quotaon mounton add_name remove_name reparent rmdir audit_access execmod)))
+;;* lme
+
+;;* lmx 100 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote cache_file (file (ioctl write create setattr lock relabelfrom relabelto append map unlink link rename execute quotaon mounton execute_no_trans entrypoint execmod open audit_access)))
+;;* lme
+
+;;* lmx 116 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote domain (socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(neverallow webview_zygote domain (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow webview_zygote domain (rawip_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow webview_zygote domain (netlink_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (packet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (key_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_route_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow webview_zygote domain (netlink_tcpdiag_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow webview_zygote domain (netlink_nflog_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_xfrm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write)))
+(neverallow webview_zygote domain (netlink_audit_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind nlmsg_read nlmsg_write nlmsg_relay nlmsg_readpriv nlmsg_tty_audit)))
+(neverallow webview_zygote domain (netlink_dnrt_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_kobject_uevent_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (appletalk_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (tun_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind attach_queue)))
+(neverallow webview_zygote domain (netlink_iscsi_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_fib_lookup_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_connector_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_netfilter_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_generic_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_scsitransport_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_rdma_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netlink_crypto_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (sctp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow webview_zygote domain (icmp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(neverallow webview_zygote domain (ax25_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (ipx_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (netrom_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (atmpvc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (x25_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (rose_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (decnet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (atmsvc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (rds_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (irda_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (pppox_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (llc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (can_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (tipc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (bluetooth_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (iucv_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (rxrpc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (isdn_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (phonet_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (ieee802154_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (caif_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (alg_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (nfc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (vsock_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (kcm_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (qipcrtr_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(neverallow webview_zygote domain (smc_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+;;* lme
+
+;;* lmx 120 system/sepolicy/private/webview_zygote.te
+
+(neverallow webview_zygote bluetooth_prop (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+;;* lme
+
+(allow init wificond_exec (file (read getattr map execute open)))
+(allow init wificond (process (transition)))
+(allow wificond wificond_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init wificond (process (noatsecure)))
+(allow init wificond (process (siginh rlimitinh)))
+(typetransition init wificond_exec process wificond)
+(typetransition wificond tmpfs file wificond_tmpfs)
+(allow wificond wificond_tmpfs (file (read write getattr)))
+(allow wificond tmpfs (dir (getattr search)))
+(allow init zygote_exec (file (read getattr map execute open)))
+(allow init zygote (process (transition)))
+(allow zygote zygote_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init zygote (process (noatsecure)))
+(allow init zygote (process (siginh rlimitinh)))
+(typetransition init zygote_exec process zygote)
+(typetransition zygote tmpfs file zygote_tmpfs)
+(allow zygote zygote_tmpfs (file (read write getattr)))
+(allow zygote tmpfs (dir (getattr search)))
+(allow zygote runtime_event_log_tags_file (file (ioctl read getattr lock map open)))
+(allow zygote self (capability (chown dac_override fowner setgid setuid)))
+(allow zygote self (capability (setpcap)))
+(allow zygote self (process (setcurrent)))
+(allow zygote system_server (process (dyntransition)))
+(allow zygote appdomain (process (dyntransition)))
+(allow zygote appdomain (dir (getattr search)))
+(allow zygote appdomain (file (ioctl read getattr lock map open)))
+(allow zygote system_server (process (getpgid setpgid)))
+(allow zygote appdomain (process (getpgid setpgid)))
+(allow zygote system_data_file (dir (ioctl read getattr lock search open)))
+(allow zygote system_data_file (file (ioctl read getattr lock map open)))
+(allow zygote dalvikcache_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow zygote dalvikcache_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow zygote dalvikcache_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow zygote resourcecache_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow zygote resourcecache_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow base_typeattr_227 dalvikcache_data_file (file (execute)))
+(allow zygote idmap_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow zygote dex2oat_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow zygote vendor_overlay_file (dir (ioctl read getattr lock search open)))
+(allow zygote vendor_overlay_file (file (ioctl read getattr lock map open)))
+(allow zygote vendor_overlay_file (lnk_file (ioctl read getattr lock map open)))
+(allow zygote cgroup (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow zygote cgroup (file (ioctl read getattr lock map open)))
+(allow zygote cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow zygote self (capability (sys_admin)))
+(allow zygote pmsg_device (chr_file (getattr)))
+(allow zygote debugfs_trace_marker (file (getattr)))
+(allow zygote seapp_contexts_file (file (ioctl read getattr lock map open)))
+(allow zygote selinuxfs (dir (ioctl read getattr lock search open)))
+(allow zygote selinuxfs (file (ioctl read getattr lock map open)))
+(allow zygote selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow zygote selinuxfs (file (write lock append map open)))
+(allow zygote kernel (security (check_context)))
+(allow zygote selinuxfs (dir (ioctl read getattr lock search open)))
+(allow zygote selinuxfs (file (ioctl read getattr lock map open)))
+(allow zygote selinuxfs (lnk_file (ioctl read getattr lock map open)))
+(allow zygote selinuxfs (file (write lock append map open)))
+(allow zygote kernel (security (compute_av)))
+(allow zygote self (netlink_selinux_socket (read write create getattr setattr lock relabelfrom relabelto append bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind)))
+(allow zygote proc_cpuinfo (file (mounton)))
+(allow zygote rootfs (dir (mounton)))
+(allow zygote tmpfs (filesystem (mount unmount)))
+(allow zygote fuse (filesystem (unmount)))
+(allow zygote sdcardfs (filesystem (unmount)))
+(allow zygote mnt_user_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow zygote mnt_user_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow zygote storage_file (dir (mounton search)))
+(allow zygote zygote_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow zygote proc_net (dir (ioctl read getattr lock search open)))
+(allow zygote proc_net (file (ioctl read getattr lock map open)))
+(allow zygote proc_net (lnk_file (ioctl read getattr lock map open)))
+(allow zygote rootfs (dir (ioctl read getattr lock search open)))
+(allow zygote rootfs (file (ioctl read getattr lock map open)))
+(allow zygote rootfs (lnk_file (ioctl read getattr lock map open)))
+(allow zygote system_file (dir (ioctl read getattr lock search open)))
+(allow zygote system_file (file (ioctl read getattr lock map open)))
+(allow zygote system_file (lnk_file (ioctl read getattr lock map open)))
+(allow zygote ion_device (chr_file (ioctl read getattr lock map open)))
+(allow zygote tmpfs (dir (ioctl read getattr lock search open)))
+(allow zygote overlay_prop (file (ioctl read getattr lock map open)))
+;;* lmx 125 system/sepolicy/private/zygote.te
+
+(neverallow zygote base_typeattr_228 (process (dyntransition)))
+;;* lme
+
+;;* lmx 131 system/sepolicy/private/zygote.te
+
+(neverallow zygote base_typeattr_223 (file (execute execute_no_trans)))
+;;* lme
+
+;;* lmx 134 system/sepolicy/private/zygote.te
+
+(neverallow zygote bluetooth_prop (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+;;* lme
+
+(allow init aee_aed_exec (file (read getattr map execute open)))
+(allow init aee_aed (process (transition)))
+(allow aee_aed aee_aed_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init aee_aed (process (noatsecure)))
+(allow init aee_aed (process (siginh rlimitinh)))
+(typetransition init aee_aed_exec process aee_aed)
+(typetransition aee_aed tmpfs file aee_aed_tmpfs)
+(allow aee_aed aee_aed_tmpfs (file (read write getattr)))
+(allow aee_aed tmpfs (dir (getattr search)))
+(allow aee_aed block_device (dir (search)))
+(allow aee_aed sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow aee_aed sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow aee_aed anr_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow aee_aed anr_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow aee_aed domain (process (sigkill signal getsched getattr)))
+(allow aee_aed domain (lnk_file (getattr)))
+(allow aee_aed usermodehelper (file (ioctl read getattr lock map open)))
+(allow aee_aed init (unix_stream_socket (connectto)))
+(allow aee_aed property_socket (sock_file (write)))
+(allow aee_aed system_file (file (execute_no_trans)))
+(allow aee_aed init (process (getsched)))
+(allow aee_aed kernel (process (getsched)))
+(allow aee_aed system_data_file (dir (write create add_name)))
+(allow aee_aed system_data_file (file (ioctl read getattr lock map open)))
+(allow aee_aed toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow aee_aed media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow aee_aed media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow aee_aed mnt_user_file (dir (search)))
+(allow aee_aed mnt_user_file (lnk_file (read)))
+(allow aee_aed storage_file (dir (search)))
+(allow aee_aed storage_file (lnk_file (read)))
+(allow aee_aed dumpstate_exec (file (read getattr map execute open)))
+(allow aee_aed dumpstate (process (transition)))
+(allow dumpstate dumpstate_exec (file (read getattr map execute entrypoint open)))
+(allow dumpstate aee_aed (process (sigchld)))
+(dontaudit aee_aed dumpstate (process (noatsecure)))
+(allow aee_aed dumpstate (process (siginh rlimitinh)))
+(typetransition aee_aed dumpstate_exec process dumpstate)
+(allow aee_aed tombstone_data_file (dir (write lock add_name remove_name search open)))
+(allow aee_aed tombstone_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow aee_aed self (capability (chown dac_override fowner fsetid kill setgid setuid net_admin sys_module sys_nice sys_resource)))
+(allow aee_aed shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow aee_aed dumpstate (unix_stream_socket (ioctl read write)))
+(allow aee_aed dumpstate (dir (search)))
+(allow aee_aed dumpstate (file (ioctl read getattr lock map open)))
+(allow aee_aed proc (file (ioctl read write getattr lock append map open)))
+(allow aee_aed logdr_socket (sock_file (write)))
+(allow aee_aed logd (unix_stream_socket (connectto)))
+(allow aee_aed sysfs_vibrator (file (write lock append map open)))
+(allow aee_aed domain (dir (ioctl read getattr lock search open)))
+(allow aee_aed domain (file (ioctl read getattr lock map open)))
+(allow aee_aed domain (lnk_file (ioctl read getattr lock map open)))
+(allow aee_aed base_typeattr_229 (process (ptrace)))
+(allow aee_aed dalvikcache_data_file (dir (ioctl read getattr lock search open)))
+(allow aee_aed zygote_exec (file (ioctl read getattr lock map open)))
+(allow aee_aed init_exec (file (ioctl read getattr lock map open)))
+(allow aee_aed crash_dump (dir (search)))
+(allow aee_aed crash_dump (file (ioctl read getattr lock map open)))
+(allow aee_aed sysfs (file (ioctl read getattr lock map open)))
+(allow aee_aed debugfs_tracing (file (write)))
+(allow init aee_aedv_exec (file (read getattr map execute open)))
+(allow init aee_aedv (process (transition)))
+(allow aee_aedv aee_aedv_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init aee_aedv (process (noatsecure)))
+(allow init aee_aedv (process (siginh rlimitinh)))
+(typetransition init aee_aedv_exec process aee_aedv)
+(typetransition aee_aedv tmpfs file aee_aedv_tmpfs)
+(allow aee_aedv aee_aedv_tmpfs (file (read write getattr)))
+(allow aee_aedv tmpfs (dir (getattr search)))
+(allow init audiocmdservice_atci_exec (file (read getattr map execute open)))
+(allow init audiocmdservice_atci (process (transition)))
+(allow audiocmdservice_atci audiocmdservice_atci_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init audiocmdservice_atci (process (noatsecure)))
+(allow init audiocmdservice_atci (process (siginh rlimitinh)))
+(typetransition init audiocmdservice_atci_exec process audiocmdservice_atci)
+(typetransition audiocmdservice_atci tmpfs file audiocmdservice_atci_tmpfs)
+(allow audiocmdservice_atci audiocmdservice_atci_tmpfs (file (read write getattr)))
+(allow audiocmdservice_atci tmpfs (dir (getattr search)))
+(allow audiocmdservice_atci servicemanager (binder (call transfer)))
+(allow servicemanager audiocmdservice_atci (dir (search)))
+(allow servicemanager audiocmdservice_atci (file (read open)))
+(allow servicemanager audiocmdservice_atci (process (getattr)))
+(allow audiocmdservice_atci mediaserver (binder (call transfer)))
+(allow mediaserver audiocmdservice_atci (binder (transfer)))
+(allow audiocmdservice_atci mediaserver (fd (use)))
+(allow audiocmdservice_atci mediaserver (dir (write lock add_name remove_name search open)))
+(allow audiocmdservice_atci mediaserver_service (service_manager (find)))
+(allow audiocmdservice_atci audioserver (binder (call transfer)))
+(allow audioserver audiocmdservice_atci (binder (transfer)))
+(allow audiocmdservice_atci audioserver (fd (use)))
+(allow audiocmdservice_atci audioserver (dir (write lock add_name remove_name search open)))
+(allow audiocmdservice_atci audioserver_service (service_manager (find)))
+(allow audiocmdservice_atci sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow audiocmdservice_atci sdcard_type (dir (write lock add_name remove_name search open)))
+(allow audiocmdservice_atci media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow audiocmdservice_atci media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow audiocmdservice_atci kmsg_device (chr_file (write lock append map open)))
+(allow radio audiocmdservice_atci_exec (file (getattr)))
+(allow audiocmdservice_atci hwservicemanager (binder (call transfer)))
+(allow hwservicemanager audiocmdservice_atci (binder (call transfer)))
+(allow hwservicemanager audiocmdservice_atci (dir (search)))
+(allow hwservicemanager audiocmdservice_atci (file (read open)))
+(allow hwservicemanager audiocmdservice_atci (process (getattr)))
+(allow audiocmdservice_atci hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow audiocmdservice_atci debugfs_tracing (file (ioctl read write getattr lock append map open)))
+(allow audioserver sdcard_type (dir (write create lock add_name remove_name search open)))
+(allow audioserver sdcard_type (file (create)))
+(allow audioserver sdcard_type (dir (remove_name)))
+(allow audioserver sdcard_type (file (unlink)))
+(allow audioserver system_data_file (file (open)))
+(allow audioserver bootanim (binder (call transfer)))
+(allow audioserver mtkbootanimation (binder (call transfer)))
+(allow audioserver sdcard_type (file (append)))
+(allow audioserver radio_data_file (dir (search)))
+(allow audioserver radio_data_file (file (open)))
+(allow audioserver radio (dir (read search)))
+(allow audioserver radio (file (ioctl read getattr lock map open)))
+(allow audioserver untrusted_app (dir (search)))
+(allow audioserver system_data_file (dir (write)))
+(allow audioserver storage_file (lnk_file (read write)))
+(allow audioserver mnt_user_file (dir (read write search)))
+(allow audioserver mnt_user_file (lnk_file (read write)))
+(allow audioserver kmsg_device (chr_file (write open)))
+(allow audioserver property_socket (sock_file (write)))
+(allow audioserver media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow audioserver init (unix_stream_socket (connectto)))
+(allow audioserver media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow audioserver sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow audioserver storage_file (dir (ioctl read getattr lock search open)))
+(allow audioserver self (netlink_kobject_uevent_socket (read create)))
+(allow audioserver audiocmdservice_atci (binder (call)))
+(allow init boot_logo_updater_exec (file (read getattr map execute open)))
+(allow init boot_logo_updater (process (transition)))
+(allow boot_logo_updater boot_logo_updater_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init boot_logo_updater (process (noatsecure)))
+(allow init boot_logo_updater (process (siginh rlimitinh)))
+(typetransition init boot_logo_updater_exec process boot_logo_updater)
+(typetransition boot_logo_updater tmpfs file boot_logo_updater_tmpfs)
+(allow boot_logo_updater boot_logo_updater_tmpfs (file (read write getattr)))
+(allow boot_logo_updater tmpfs (dir (getattr search)))
+(allow boot_logo_updater system_prop (property_service (set)))
+(allow boot_logo_updater graphics_device (chr_file (ioctl read write getattr lock append map open)))
+(allow boot_logo_updater init (unix_stream_socket (connectto)))
+(allow boot_logo_updater property_socket (sock_file (write)))
+(allow boot_logo_updater self (capability (dac_override)))
+(allow boot_logo_updater sysfs (file (ioctl read write getattr lock append map open)))
+(allow boot_logo_updater block_device (dir (search)))
+(allow boot_logo_updater graphics_device (dir (search)))
+(allow boot_logo_updater mtd_device (chr_file (ioctl read getattr lock map open)))
+(allow boot_logo_updater mtd_device (dir (search)))
+(allow boot_logo_updater device (dir (write)))
+(allow boot_logo_updater kmsg_device (chr_file (write lock append map open)))
+(allow boot_logo_updater rootfs (file (ioctl read getattr lock map open)))
+(allow boot_logo_updater sysfs (dir (read)))
+(allow boot_logo_updater mtd_device (blk_file (read)))
+(allow boot_logo_updater proc (file (read)))
+(allow boot_logo_updater sysfs (dir (open)))
+(allow boot_logo_updater proc (file (open)))
+(allow boot_logo_updater system_data_file (dir (write)))
+(allow boot_logo_updater mtd_device (blk_file (open)))
+(allow bootanim mediaserver (binder (call transfer)))
+(allow bootanim mediaserver_service (service_manager (find)))
+(allow bootanim audioserver (binder (call transfer)))
+(allow bootanim audioserver_service (service_manager (find)))
+(allow bootanim property_socket (sock_file (write)))
+(allow bootanim init (unix_stream_socket (connectto)))
+(allow bootanim debug_prop (property_service (set)))
+(allow bootanim resourcecache_data_file (dir (search)))
+(allow bootanim resourcecache_data_file (file (read getattr open)))
+(allow bootanim surfaceflinger (fifo_file (ioctl read write getattr lock append map open)))
+(allow bootanim gpu_device (dir (search)))
+(allow bootanim debugfs_tracing (file (write)))
+(allow bootanim debugfs_tracing (file (open)))
+(allow init cmddumper_exec (file (read getattr map execute open)))
+(allow init cmddumper (process (transition)))
+(allow cmddumper cmddumper_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init cmddumper (process (noatsecure)))
+(allow init cmddumper (process (siginh rlimitinh)))
+(typetransition init cmddumper_exec process cmddumper)
+(typetransition cmddumper tmpfs file cmddumper_tmpfs)
+(allow cmddumper cmddumper_tmpfs (file (read write getattr)))
+(allow cmddumper tmpfs (dir (getattr search)))
+(allow cmddumper system_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow cmddumper system_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow cmddumper sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow cmddumper sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow cmddumper init (unix_stream_socket (connectto)))
+(allow cmddumper property_socket (sock_file (read write)))
+(allow cmddumper platform_app (unix_stream_socket (connectto)))
+(allow cmddumper shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow cmddumper system_file (file (getattr map execute execute_no_trans)))
+(allow cmddumper media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow cmddumper media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow cmddumper file_contexts_file (file (read getattr open)))
+(allow cmddumper sysfs (file (read open)))
+(allow crash_dump aee_aed (unix_stream_socket (connectto)))
+(allow dhcp devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow dhcp kernel (system (module_request)))
+(allow dhcp platform_app (fd (use)))
+(allow dhcp init (fifo_file (ioctl read write getattr lock append map open)))
+(allow dhcp init (unix_stream_socket (read write)))
+(allow dhcp untrusted_app (fd (use)))
+(allow drmserver sysfs (file (read open)))
+(allow dumpstate fuse (dir (write lock add_name remove_name search open)))
+(allow dumpstate fuse (file (write create setattr append open)))
+(allow dumpstate mnt_user_file (dir (search)))
+(allow dumpstate mnt_user_file (lnk_file (read)))
+(allow dumpstate storage_file (lnk_file (read)))
+(allow dumpstate sysfs (file (ioctl read getattr lock map open)))
+(allow dumpstate app_data_file (dir (search)))
+(allow dumpstate kmsg_device (chr_file (ioctl read getattr lock map open)))
+(allow dumpstate fuse (file (ioctl)))
+(allow dumpstate debugfs_tracing (file (read write open)))
+(allow dumpstate gpu_device (dir (search)))
+(allow dumpstate hal_camera_hwservice (hwservice_manager (find)))
+(allow init em_svr_exec (file (read getattr map execute open)))
+(allow init em_svr (process (transition)))
+(allow em_svr em_svr_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init em_svr (process (noatsecure)))
+(allow init em_svr (process (siginh rlimitinh)))
+(typetransition init em_svr_exec process em_svr)
+(typetransition em_svr tmpfs file em_svr_tmpfs)
+(allow em_svr em_svr_tmpfs (file (read write getattr)))
+(allow em_svr tmpfs (dir (getattr search)))
+(allow em_svr proc (file (write)))
+(allow em_svr sysfs (file (write)))
+(allow em_svr shell_exec (file (read getattr execute execute_no_trans open)))
+(allow em_svr system_file (file (execute_no_trans)))
+(allow em_svr block_device (dir (search)))
+(allow em_svr graphics_device (chr_file (ioctl read write open)))
+(allow em_svr graphics_device (dir (search)))
+(allow em_svr radio_data_file (dir (write create add_name search)))
+(allow em_svr radio_data_file (file (read write create open)))
+(allow em_svr sysfs_devices_system_cpu (file (write)))
+(allow em_svr self (capability (chown dac_override fowner fsetid sys_nice)))
+(allow em_svr self (process (execmem)))
+(allow em_svr system_data_file (dir (write create relabelfrom add_name remove_name open)))
+(allow em_svr kernel (system (module_request)))
+(allow em_svr sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow em_svr sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow em_svr surfaceflinger_service (service_manager (find)))
+(allow em_svr sysfs (dir (write)))
+(allow em_svr servicemanager (binder (call transfer)))
+(allow servicemanager em_svr (dir (search)))
+(allow servicemanager em_svr (file (read open)))
+(allow servicemanager em_svr (process (getattr)))
+(allow em_svr surfaceflinger (binder (call transfer)))
+(allow surfaceflinger em_svr (binder (transfer)))
+(allow em_svr surfaceflinger (fd (use)))
+(allow em_svr toolbox_exec (file (read getattr execute execute_no_trans open)))
+(allow em_svr vendor_toolbox_exec (file (getattr)))
+(allow em_svr proc (file (read open)))
+(allow em_svr sysfs (file (read)))
+(allow em_svr system_data_file (lnk_file (read)))
+(allow em_svr system_data_file (file (open)))
+(allow em_svr sysfs_leds (dir (search)))
+(allow em_svr sysfs_leds (lnk_file (read)))
+(allow em_svr sysfs (file (open)))
+(allow em_svr media_rw_data_file (dir (read write add_name search open)))
+(allow em_svr media_rw_data_file (file (write create open)))
+(allow init emdlogger_exec (file (read getattr map execute open)))
+(allow init emdlogger (process (transition)))
+(allow emdlogger emdlogger_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init emdlogger (process (noatsecure)))
+(allow init emdlogger (process (siginh rlimitinh)))
+(typetransition init emdlogger_exec process emdlogger)
+(typetransition emdlogger tmpfs file emdlogger_tmpfs)
+(allow emdlogger emdlogger_tmpfs (file (read write getattr)))
+(allow emdlogger tmpfs (dir (getattr search)))
+(allow emdlogger servicemanager (binder (call transfer)))
+(allow servicemanager emdlogger (dir (search)))
+(allow servicemanager emdlogger (file (read open)))
+(allow servicemanager emdlogger (process (getattr)))
+(allow emdlogger sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow emdlogger sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow emdlogger property_socket (sock_file (write)))
+(allow emdlogger init (unix_stream_socket (connectto)))
+(allow emdlogger platform_app (unix_stream_socket (connectto)))
+(allow emdlogger shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow emdlogger system_file (file (execute_no_trans)))
+(allow emdlogger zygote_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow emdlogger vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow emdlogger vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow emdlogger mnt_user_file (dir (search)))
+(allow emdlogger mnt_user_file (lnk_file (read)))
+(allow emdlogger storage_file (lnk_file (read)))
+(allow emdlogger mnt_media_rw_file (dir (search)))
+(allow emdlogger rootfs (file (ioctl read getattr lock map open)))
+(allow emdlogger storage_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow emdlogger tmpfs (lnk_file (read)))
+(allow emdlogger storage_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow emdlogger sysfs (file (read open)))
+(allow emdlogger system_file (dir (read)))
+(allow emdlogger toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow emdlogger media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow emdlogger media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow emdlogger file_contexts_file (file (read getattr open)))
+(allow init factory_exec (file (read getattr map execute open)))
+(allow init factory (process (transition)))
+(allow factory factory_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init factory (process (noatsecure)))
+(allow init factory (process (siginh rlimitinh)))
+(typetransition init factory_exec process factory)
+(typetransition factory tmpfs file factory_tmpfs)
+(allow factory factory_tmpfs (file (read write getattr)))
+(allow factory tmpfs (dir (getattr search)))
+(allow factory property_socket (sock_file (write)))
+(allow factory init (unix_stream_socket (connectto)))
+(allow factory kernel (system (module_request)))
+(allow factory node (tcp_socket (node_bind)))
+(allow factory userdata_block_device (blk_file (ioctl read write getattr lock append map open)))
+(allow factory port (tcp_socket (name_bind name_connect)))
+(allow factory self (capability (dac_override fsetid net_admin net_raw ipc_lock sys_module sys_admin sys_boot sys_nice sys_time)))
+(allow factory sdcard_type (dir (ioctl read getattr lock search open)))
+(allow factory self (netlink_route_socket (read write create getattr bind nlmsg_read nlmsg_write)))
+(allow factory proc_net (file (read getattr open)))
+(allowx factory self (ioctl udp_socket (0x6900 0x6902)))
+(allowx factory self (ioctl udp_socket ((range 0x890b 0x890d) 0x8911 0x8914 0x8916 0x8918 0x891a (range 0x891c 0x8920) (range 0x8922 0x8927) 0x8929 (range 0x8930 0x8932) (range 0x8934 0x8937) 0x8939 (range 0x8940 0x8941) 0x8943 (range 0x8946 0x894b) (range 0x8953 0x8955) (range 0x8960 0x8962) (range 0x8970 0x8971) (range 0x8980 0x8983) (range 0x8990 0x8995) (range 0x89a0 0x89a3) 0x89b0 (range 0x89e0 0x89ff))))
+(allowx factory self (ioctl udp_socket (0x8b00 0x8b02 0x8b04 0x8b06 0x8b08 0x8b0a 0x8b0c 0x8b0e 0x8b10 (range 0x8b14 0x8b1d) 0x8b20 0x8b22 0x8b24 0x8b26 0x8b28 (range 0x8b2a 0x8b2c) (range 0x8b30 0x8b36) (range 0x8be0 0x8bff))))
+(allowx factory self (ioctl udp_socket (0x8913)))
+(allowx factory self (ioctl udp_socket (0x8b03)))
+(allow factory self (process (execmem)))
+(allow factory self (tcp_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+(allow factory self (udp_socket (ioctl read write create getattr setattr lock append bind connect getopt setopt shutdown)))
+(allow factory sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow factory system_data_file (dir (write lock add_name remove_name search open)))
+(allow factory system_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow factory system_file (file (getattr map execute execute_no_trans)))
+(allow init fuelgauged_static_exec (file (read getattr map execute open)))
+(allow init fuelgauged_static (process (transition)))
+(allow fuelgauged_static fuelgauged_static_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init fuelgauged_static (process (noatsecure)))
+(allow init fuelgauged_static (process (siginh rlimitinh)))
+(typetransition init fuelgauged_static_exec process fuelgauged_static)
+(typetransition fuelgauged_static tmpfs file fuelgauged_static_tmpfs)
+(allow fuelgauged_static fuelgauged_static_tmpfs (file (read write getattr)))
+(allow fuelgauged_static tmpfs (dir (getattr search)))
+(allow fuelgauged_static input_device (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow fuelgauged_static input_device (file (ioctl read getattr lock map open)))
+(allow fuelgauged_static system_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow fuelgauged_static fuelgauged_static_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow fuelgauged_static fuelgauged_static_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow fuelgauged_static fuelgauged_static_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow fuelgauged_static fuelgauged_static_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow fuelgauged_static fuelgauged_static_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(typetransition fuelgauged_static system_data_file dir fuelgauged_static_file)
+(typetransition fuelgauged_static system_data_file fifo_file fuelgauged_static_file)
+(typetransition fuelgauged_static system_data_file sock_file fuelgauged_static_file)
+(typetransition fuelgauged_static system_data_file lnk_file fuelgauged_static_file)
+(typetransition fuelgauged_static system_data_file file fuelgauged_static_file)
+(allow fuelgauged_static fuelgauged_static_file (file (ioctl read write getattr lock append map open)))
+(allow fuelgauged_static system_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow fuelgauged_static rootfs (file (entrypoint)))
+(allow fuelgauged_static self (capability (chown dac_override fsetid)))
+(allow hal_graphics_allocator proc (file (ioctl read getattr open)))
+(allow init self (capability (sys_module)))
+(allow init system_file (system (module_load)))
+(allow init debugfs_tracing (dir (write)))
+(allow init debugfs_tracing (file (write)))
+(allow init sysfs_devices_system_cpu (file (relabelfrom)))
+(allow init kisd_exec (file (read getattr map execute open)))
+(allow init kisd (process (transition)))
+(allow kisd kisd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init kisd (process (noatsecure)))
+(allow init kisd (process (siginh rlimitinh)))
+(typetransition init kisd_exec process kisd)
+(typetransition kisd tmpfs file kisd_tmpfs)
+(allow kisd kisd_tmpfs (file (read write getattr)))
+(allow kisd tmpfs (dir (getattr search)))
+(allow kisd tee_device (chr_file (ioctl read write open)))
+(allow kisd provision_file (dir (ioctl read write add_name remove_name search open)))
+(allow kisd provision_file (file (read write create getattr unlink open)))
+(allow kisd system_file (file (execute_no_trans)))
+(allow kisd shell_exec (file (read getattr execute execute_no_trans open)))
+(allow kisd toolbox_exec (file (read getattr execute execute_no_trans open)))
+(allow kisd vendor_toolbox_exec (file (getattr)))
+(allow kisd block_device (dir (ioctl read write search open)))
+(allow kisd kb_block_device (blk_file (ioctl read write getattr open)))
+(allow kisd dkb_block_device (blk_file (ioctl read write getattr open)))
+(allow kisd key_install_data_file (dir (write add_name remove_name)))
+(allow kisd key_install_data_file (file (read write create getattr unlink open)))
+(allow kisd key_install_data_file (dir (search)))
+(allow kisd self (capability (dac_override dac_read_search)))
+(allow kisd mtd_device (chr_file (read write open)))
+(allow kisd mtd_device (dir (search)))
+(allow kisd kb_block_device (chr_file (ioctl read write getattr open)))
+(allow kisd dkb_block_device (chr_file (ioctl read write getattr open)))
+(allow init mdlogger_exec (file (read getattr map execute open)))
+(allow init mdlogger (process (transition)))
+(allow mdlogger mdlogger_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mdlogger (process (noatsecure)))
+(allow init mdlogger (process (siginh rlimitinh)))
+(typetransition init mdlogger_exec process mdlogger)
+(typetransition mdlogger tmpfs file mdlogger_tmpfs)
+(allow mdlogger mdlogger_tmpfs (file (read write getattr)))
+(allow mdlogger tmpfs (dir (getattr search)))
+(allow mdlogger servicemanager (binder (call transfer)))
+(allow servicemanager mdlogger (dir (search)))
+(allow servicemanager mdlogger (file (read open)))
+(allow servicemanager mdlogger (process (getattr)))
+(allow mdlogger init (unix_stream_socket (connectto)))
+(allow mdlogger property_socket (sock_file (write)))
+(allow mdlogger platform_app (unix_stream_socket (connectto)))
+(allow mdlogger shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow mdlogger system_file (file (getattr map execute execute_no_trans)))
+(allow mdlogger zygote_exec (file (ioctl read getattr lock map open)))
+(allow mdlogger node (tcp_socket (node_bind)))
+(allow mdlogger port (tcp_socket (name_bind)))
+(allow mdlogger self (tcp_socket (ioctl read write create getattr setattr lock append bind connect listen accept getopt setopt shutdown)))
+(allow mdlogger vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mdlogger vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mdlogger tmpfs (lnk_file (read)))
+(allow mdlogger storage_file (lnk_file (ioctl read write getattr lock append map open)))
+(allow mdlogger mnt_user_file (dir (search)))
+(allow mdlogger mnt_user_file (lnk_file (ioctl read write getattr lock append map open)))
+(allow mdlogger sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mdlogger sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mdlogger media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mdlogger media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mdlogger storage_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mdlogger storage_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mdlogger file_contexts_file (file (read getattr open)))
+(allow mdlogger sysfs (file (read open)))
+(allow mdlogger system_file (dir (read)))
+(allow init meta_tst_exec (file (read getattr map execute open)))
+(allow init meta_tst (process (transition)))
+(allow meta_tst meta_tst_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init meta_tst (process (noatsecure)))
+(allow init meta_tst (process (siginh rlimitinh)))
+(typetransition init meta_tst_exec process meta_tst)
+(typetransition meta_tst tmpfs file meta_tst_tmpfs)
+(allow meta_tst meta_tst_tmpfs (file (read write getattr)))
+(allow meta_tst tmpfs (dir (getattr search)))
+(allow meta_tst port (tcp_socket (name_bind name_connect)))
+(allow meta_tst self (capability (chown dac_override fowner fsetid net_admin net_raw sys_admin sys_nice)))
+(allow meta_tst self (tcp_socket (create bind connect setopt)))
+(allow meta_tst self (tcp_socket (read write bind listen accept setopt)))
+(allow meta_tst self (udp_socket (ioctl create)))
+(allow meta_tst self (capability (ipc_lock sys_boot)))
+(allow meta_tst sysfs_wake_lock (file (ioctl read write getattr lock append map open)))
+(allow meta_tst property_socket (sock_file (write lock append map open)))
+(allow meta_tst vold_socket (sock_file (write lock append map open)))
+(allow meta_tst init (unix_stream_socket (connectto)))
+(allow meta_tst kisd (unix_stream_socket (connectto)))
+(allow meta_tst vold (unix_stream_socket (connectto)))
+(allow meta_tst node (tcp_socket (node_bind)))
+(allow meta_tst labeledfs (filesystem (unmount)))
+(allow meta_tst shell_exec (file (execute)))
+(allow meta_tst property_socket (sock_file (write)))
+(allow meta_tst init (unix_stream_socket (connectto)))
+(allow meta_tst powerctl_prop (property_service (set)))
+(allow meta_tst powerctl_prop (file (ioctl read getattr lock map open)))
+(allow meta_tst system_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow meta_tst system_file (file (getattr map execute execute_no_trans)))
+(allow meta_tst system_data_file (dir (write lock add_name remove_name search open)))
+(allow meta_tst block_device (dir (search)))
+(allow meta_tst rootfs (file (entrypoint)))
+(allow init mobile_log_d_exec (file (read getattr map execute open)))
+(allow init mobile_log_d (process (transition)))
+(allow mobile_log_d mobile_log_d_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mobile_log_d (process (noatsecure)))
+(allow init mobile_log_d (process (siginh rlimitinh)))
+(typetransition init mobile_log_d_exec process mobile_log_d)
+(typetransition mobile_log_d tmpfs file mobile_log_d_tmpfs)
+(allow mobile_log_d mobile_log_d_tmpfs (file (read write getattr)))
+(allow mobile_log_d tmpfs (dir (getattr search)))
+(allow mobile_log_d kernel (system (syslog_mod)))
+(dontaudit mobile_log_d untrusted_app (fd (use)))
+(dontaudit mobile_log_d isolated_app (fd (use)))
+(allow mobile_log_d property_socket (sock_file (write)))
+(allow mobile_log_d init (unix_stream_socket (connectto)))
+(allow mobile_log_d debug_prop (property_service (set)))
+(allow mobile_log_d debug_prop (file (ioctl read getattr lock map open)))
+(allow mobile_log_d logdr_socket (sock_file (write)))
+(allow mobile_log_d logd (unix_stream_socket (connectto)))
+(allow mobile_log_d self (capability (chown dac_override dac_read_search fowner fsetid setgid setuid)))
+(allow mobile_log_d self (capability2 (syslog)))
+(allow mobile_log_d system_file (file (execute_no_trans)))
+(allow mobile_log_d shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow mobile_log_d storage_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d storage_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d storage_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d mnt_user_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d mnt_user_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d mnt_media_rw_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d mnt_media_rw_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow mobile_log_d rootfs (file (ioctl read getattr lock map open)))
+(allow mobile_log_d device_logging_prop (file (getattr open)))
+(allow mobile_log_d mmc_prop (file (getattr open)))
+(allow mobile_log_d safemode_prop (file (getattr open)))
+(allow mobile_log_d proc (file (ioctl read getattr lock map open)))
+(allow mobile_log_d sysfs (file (read open)))
+(allow mobile_log_d media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d debugfs_tracing (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d debugfs_tracing (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow mobile_log_d debugfs_tracing_instances (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow mobile_log_d debugfs_tracing_instances (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow init mtkbootanimation_exec (file (read getattr map execute open)))
+(allow init mtkbootanimation (process (transition)))
+(allow mtkbootanimation mtkbootanimation_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mtkbootanimation (process (noatsecure)))
+(allow init mtkbootanimation (process (siginh rlimitinh)))
+(typetransition init mtkbootanimation_exec process mtkbootanimation)
+(typetransition mtkbootanimation tmpfs file mtkbootanimation_tmpfs)
+(allow mtkbootanimation mtkbootanimation_tmpfs (file (read write getattr)))
+(allow mtkbootanimation tmpfs (dir (getattr search)))
+(allow mtkbootanimation servicemanager (binder (call transfer)))
+(allow servicemanager mtkbootanimation (dir (search)))
+(allow servicemanager mtkbootanimation (file (read open)))
+(allow servicemanager mtkbootanimation (process (getattr)))
+(allow mtkbootanimation surfaceflinger (binder (call transfer)))
+(allow surfaceflinger mtkbootanimation (binder (transfer)))
+(allow mtkbootanimation surfaceflinger (fd (use)))
+(allow mtkbootanimation audioserver (binder (call transfer)))
+(allow audioserver mtkbootanimation (binder (transfer)))
+(allow mtkbootanimation audioserver (fd (use)))
+(allow mtkbootanimation hwservicemanager (binder (call transfer)))
+(allow hwservicemanager mtkbootanimation (binder (call transfer)))
+(allow hwservicemanager mtkbootanimation (dir (search)))
+(allow hwservicemanager mtkbootanimation (file (read open)))
+(allow hwservicemanager mtkbootanimation (process (getattr)))
+(allow mtkbootanimation gpu_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mtkbootanimation oemfs (dir (search)))
+(allow mtkbootanimation oemfs (file (ioctl read getattr lock map open)))
+(allow mtkbootanimation audio_device (dir (ioctl read getattr lock search open)))
+(allow mtkbootanimation audio_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mtkbootanimation surfaceflinger_service (service_manager (find)))
+(allow mtkbootanimation ion_device (chr_file (ioctl read write getattr lock append map open)))
+(allow mtkbootanimation hal_graphics_allocator (fd (use)))
+(allow mtkbootanimation hal_graphics_composer (fd (use)))
+(allow mtkbootanimation proc (dir (ioctl read getattr lock search open)))
+(allow mtkbootanimation proc (file (ioctl read getattr lock map open)))
+(allow mtkbootanimation proc (lnk_file (ioctl read getattr lock map open)))
+(allow mtkbootanimation proc_meminfo (file (ioctl read getattr lock map open)))
+(allow mtkbootanimation sysfs (dir (ioctl read getattr lock search open)))
+(allow mtkbootanimation sysfs (file (ioctl read getattr lock map open)))
+(allow mtkbootanimation sysfs (lnk_file (ioctl read getattr lock map open)))
+(allow mtkbootanimation cgroup (dir (ioctl read getattr lock search open)))
+(allow mtkbootanimation cgroup (file (ioctl read getattr lock map open)))
+(allow mtkbootanimation cgroup (lnk_file (ioctl read getattr lock map open)))
+(allow mtkbootanimation system_file (dir (ioctl read getattr lock search open)))
+(allow mtkbootanimation mediaserver (binder (call transfer)))
+(allow mtkbootanimation mediaserver_service (service_manager (find)))
+(allow mtkbootanimation audioserver (binder (call transfer)))
+(allow mtkbootanimation audioserver_service (service_manager (find)))
+(allow mtkbootanimation property_socket (sock_file (write)))
+(allow mtkbootanimation init (unix_stream_socket (connectto)))
+(allow mtkbootanimation debug_prop (property_service (set)))
+(allow mtkbootanimation resourcecache_data_file (dir (search)))
+(allow mtkbootanimation resourcecache_data_file (file (read getattr open)))
+(allow mtkbootanimation surfaceflinger (fifo_file (ioctl read write getattr lock append map open)))
+(allow mtkbootanimation gpu_device (dir (search)))
+(allow mtkbootanimation debugfs_tracing (file (write)))
+(allow mtkbootanimation debugfs_tracing (file (open)))
+(allow init netdiag_exec (file (read getattr map execute open)))
+(allow init netdiag (process (transition)))
+(allow netdiag netdiag_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init netdiag (process (noatsecure)))
+(allow init netdiag (process (siginh rlimitinh)))
+(typetransition init netdiag_exec process netdiag)
+(typetransition netdiag tmpfs file netdiag_tmpfs)
+(allow netdiag netdiag_tmpfs (file (read write getattr)))
+(allow netdiag tmpfs (dir (getattr search)))
+(allow netdiag sdcard_type (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow netdiag sdcard_type (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow netdiag domain (dir (search)))
+(allow netdiag domain (file (read open)))
+(allow netdiag net_data_file (file (ioctl read getattr lock map open)))
+(allow netdiag net_data_file (dir (search)))
+(allow netdiag storage_file (dir (search)))
+(allow netdiag storage_file (lnk_file (read)))
+(allow netdiag mnt_user_file (dir (search)))
+(allow netdiag mnt_user_file (lnk_file (read)))
+(allow netdiag platform_app (dir (search)))
+(allow netdiag untrusted_app (dir (search)))
+(allow netdiag mnt_media_rw_file (dir (search)))
+(allow netdiag vfat (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow netdiag vfat (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow netdiag tmpfs (lnk_file (read)))
+(allow netdiag system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow netdiag self (capability (setgid setuid net_admin net_raw)))
+(allow netdiag shell_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow netdiag qtaguid_proc (file (ioctl read getattr lock map open)))
+(allow netdiag proc_net (file (ioctl read getattr lock map open)))
+(allow netdiag dnsproxyd_socket (sock_file (write)))
+(allow netdiag fwmarkd_socket (sock_file (write)))
+(allow netdiag netd (unix_stream_socket (connectto)))
+(allow netdiag self (udp_socket (connect)))
+(allow netdiag connectivity_service (service_manager (find)))
+(allow netdiag netstats_service (service_manager (find)))
+(allow netdiag system_server (binder (call)))
+(allow system_server netdiag (fd (use)))
+(allow netdiag servicemanager (binder (call)))
+(allow netdiag servicemanager (binder (call transfer)))
+(allow servicemanager netdiag (dir (search)))
+(allow servicemanager netdiag (file (read open)))
+(allow servicemanager netdiag (process (getattr)))
+(allow netdiag connmetrics_service (service_manager (find)))
+(allow netdiag netpolicy_service (service_manager (find)))
+(allow netdiag network_management_service (service_manager (find)))
+(allow netdiag settings_service (service_manager (find)))
+(allow netdiag device_logging_prop (file (getattr open)))
+(allow netdiag mmc_prop (file (getattr open)))
+(allow netdiag proc_net (dir (read open)))
+(allow netdiag safemode_prop (file (getattr open)))
+(allow netdiag toolbox_exec (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow netdiag media_rw_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow netdiag media_rw_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(allow netdiag self (netlink_xfrm_socket (read write create getattr bind setopt nlmsg_read)))
+(allow netdiag self (packet_socket (read create getopt setopt)))
+(allowx netdiag self (ioctl packet_socket (0x8906 0x8933)))
+(allow netdiag self (packet_socket (ioctl write)))
+(allow netdiag self (netlink_route_socket (read write create getattr bind setopt nlmsg_read)))
+(allow netdiag kernel (system (module_request)))
+(allow netdiag self (rawip_socket (create getopt)))
+(allow netdiag self (udp_socket (ioctl create)))
+(allow platform_app system_app_service (service_manager (find)))
+(allow platform_app init (unix_stream_socket (connectto)))
+(allow ppp init (unix_stream_socket (connectto)))
+(allow ppp property_socket (sock_file (write)))
+(allow ppp devpts (chr_file (ioctl read write setattr open)))
+(allow ppp self (capability (dac_override setgid setuid net_raw)))
+(allow ppp shell_exec (file (read execute execute_no_trans open)))
+(allow ppp net_radio_prop (property_service (set)))
+(allow ppp system_prop (property_service (set)))
+(allow ppp ppp_exec (file (execute_no_trans)))
+(allow ppp mtp (file (read)))
+(allow init pre_meta_exec (file (read getattr map execute open)))
+(allow init pre_meta (process (transition)))
+(allow pre_meta pre_meta_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init pre_meta (process (noatsecure)))
+(allow init pre_meta (process (siginh rlimitinh)))
+(typetransition init pre_meta_exec process pre_meta)
+(typetransition pre_meta tmpfs file pre_meta_tmpfs)
+(allow pre_meta pre_meta_tmpfs (file (read write getattr)))
+(allow pre_meta tmpfs (dir (getattr search)))
+(allow pre_meta block_device (dir (search)))
+(allow pre_meta property_socket (sock_file (write)))
+(allow pre_meta init (unix_stream_socket (connectto)))
+(allow recovery mtd_device (dir (search)))
+(allow recovery mtd_device (chr_file (ioctl read write getattr open)))
+(allow recovery self (capability (sys_resource)))
+(allow init storagemanagerd_exec (file (read getattr map execute open)))
+(allow init storagemanagerd (process (transition)))
+(allow storagemanagerd storagemanagerd_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init storagemanagerd (process (noatsecure)))
+(allow init storagemanagerd (process (siginh rlimitinh)))
+(typetransition init storagemanagerd_exec process storagemanagerd)
+(typetransition storagemanagerd tmpfs file storagemanagerd_tmpfs)
+(allow storagemanagerd storagemanagerd_tmpfs (file (read write getattr)))
+(allow storagemanagerd tmpfs (dir (getattr search)))
+(allow storagemanagerd vold_socket (sock_file (write)))
+(allow storagemanagerd vold (unix_stream_socket (connectto)))
+(allow storagemanagerd dumpstate (fd (use)))
+(allow storagemanagerd dumpstate (unix_stream_socket (read write getattr)))
+(allow storagemanagerd shell_data_file (file (write getattr)))
+(allow storagemanagerd dumpstate (unix_dgram_socket (read write)))
+(allow storagemanagerd devpts (chr_file (ioctl read write getattr lock append map open)))
+(allow system_app vfat (dir (create)))
+(allow system_app media_rw_data_file (dir (ioctl read write getattr lock add_name remove_name search open)))
+(allow system_app media_rw_data_file (file (ioctl read write getattr lock append map open)))
+(allow system_app system_data_file (dir (read open)))
+(dontaudit system_server appdomain (file (write lock append map open)))
+(allow init thermalindicator_exec (file (read getattr map execute open)))
+(allow init thermalindicator (process (transition)))
+(allow thermalindicator thermalindicator_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init thermalindicator (process (noatsecure)))
+(allow init thermalindicator (process (siginh rlimitinh)))
+(typetransition init thermalindicator_exec process thermalindicator)
+(typetransition thermalindicator tmpfs file thermalindicator_tmpfs)
+(allow thermalindicator thermalindicator_tmpfs (file (read write getattr)))
+(allow thermalindicator tmpfs (dir (getattr search)))
+(allow thermalindicator gpu_device (chr_file (ioctl read write getattr open)))
+(allow thermalindicator surfaceflinger (fd (use)))
+(allow thermalindicator surfaceflinger (binder (call)))
+(allow thermalindicator surfaceflinger (binder (transfer)))
+(allow thermalindicator surfaceflinger_service (service_manager (find)))
+(allow thermalindicator servicemanager (binder (call)))
+(allow thermalindicator property_socket (sock_file (write)))
+(allow thermalindicator init (unix_stream_socket (connectto)))
+(allow surfaceflinger thermalindicator (fd (use)))
+(allow surfaceflinger thermalindicator (binder (call)))
+(allow surfaceflinger thermalindicator (binder (transfer)))
+(allow surfaceflinger thermalindicator (file (read getattr open)))
+(allow surfaceflinger thermalindicator (dir (search)))
+(allow servicemanager thermalindicator (dir (search)))
+(allow servicemanager thermalindicator (file (read open)))
+(allow servicemanager thermalindicator (process (getattr)))
+(allow thermalindicator proc (dir (getattr search)))
+(allow thermalindicator proc (file (read)))
+(allow thermalindicator shell (dir (search)))
+(allow thermalindicator platform_app (dir (search)))
+(allow thermalindicator platform_app (file (read getattr open)))
+(allow thermalindicator untrusted_app (dir (search)))
+(allow thermalindicator untrusted_app (file (read getattr open)))
+(allow thermalindicator mediaserver (dir (search)))
+(allow thermalindicator mediaserver (file (read getattr open)))
+(allow vold debugfs_tracing (file (write)))
+(allow init GoogleOtaBinder_exec (file (read getattr map execute open)))
+(allow init GoogleOtaBinder (process (transition)))
+(allow GoogleOtaBinder GoogleOtaBinder_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init GoogleOtaBinder (process (noatsecure)))
+(allow init GoogleOtaBinder (process (siginh rlimitinh)))
+(typetransition init GoogleOtaBinder_exec process GoogleOtaBinder)
+(typetransition GoogleOtaBinder tmpfs file GoogleOtaBinder_tmpfs)
+(allow GoogleOtaBinder GoogleOtaBinder_tmpfs (file (read write getattr)))
+(allow GoogleOtaBinder tmpfs (dir (getattr search)))
+(allow GoogleOtaBinder servicemanager (binder (call transfer)))
+(allow servicemanager GoogleOtaBinder (dir (search)))
+(allow servicemanager GoogleOtaBinder (file (read open)))
+(allow servicemanager GoogleOtaBinder (process (getattr)))
+(allow GoogleOtaBinder block_device (dir (search)))
+(allow GoogleOtaBinder kmsg_device (chr_file (ioctl read write open)))
+(allow GoogleOtaBinder mtd_device (dir (search)))
+(allow GoogleOtaBinder mtd_device (chr_file (ioctl read write getattr lock append map open)))
+(allow GoogleOtaBinder ota_package_file (dir (search)))
+(allow GoogleOtaBinder ota_package_file (file (read write getattr open)))
+(allow GoogleOtaBinder self (capability (dac_override dac_read_search)))
+(allow GoogleOtaBinder proc (file (read)))
+(allow GoogleOtaBinder sysfs (file (read)))
+(allow init aal_exec (file (read getattr map execute open)))
+(allow init aal (process (transition)))
+(allow aal aal_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init aal (process (noatsecure)))
+(allow init aal (process (siginh rlimitinh)))
+(typetransition init aal_exec process aal)
+(typetransition aal tmpfs file aal_tmpfs)
+(allow aal aal_tmpfs (file (read write getattr)))
+(allow aal tmpfs (dir (getattr search)))
+(allow aal servicemanager (binder (call transfer)))
+(allow servicemanager aal (dir (search)))
+(allow servicemanager aal (file (read open)))
+(allow servicemanager aal (process (getattr)))
+(allow aal binderservicedomain (binder (call transfer)))
+(allow binderservicedomain aal (binder (transfer)))
+(allow aal binderservicedomain (fd (use)))
+(allow aal graphics_device (chr_file (ioctl read open)))
+(allow aal graphics_device (dir (search)))
+(allow aal aal_service (service_manager (add)))
+(allow aal permission_service (service_manager (find)))
+(allow aal sensorservice_service (service_manager (find)))
+(allow aal system_server (unix_stream_socket (read write)))
+(allow init atci_service_exec (file (read getattr map execute open)))
+(allow init atci_service (process (transition)))
+(allow atci_service atci_service_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init atci_service (process (noatsecure)))
+(allow init atci_service (process (siginh rlimitinh)))
+(typetransition init atci_service_exec process atci_service)
+(typetransition atci_service tmpfs file atci_service_tmpfs)
+(allow atci_service atci_service_tmpfs (file (read write getattr)))
+(allow atci_service tmpfs (dir (getattr search)))
+(allow atci_service servicemanager (binder (call transfer)))
+(allow servicemanager atci_service (dir (search)))
+(allow servicemanager atci_service (file (read open)))
+(allow servicemanager atci_service (process (getattr)))
+(allow atci_service aal (binder (call transfer)))
+(allow aal atci_service (binder (transfer)))
+(allow atci_service aal (fd (use)))
+(allow atci_service aal_service (service_manager (find)))
+(allow atci_service block_device (dir (search)))
+(allow atci_service system_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow atci_service atci_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow atci_service atci_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow atci_service atci_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow atci_service atci_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow atci_service atci_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(typetransition atci_service system_data_file dir atci_data_file)
+(typetransition atci_service system_data_file fifo_file atci_data_file)
+(typetransition atci_service system_data_file sock_file atci_data_file)
+(typetransition atci_service system_data_file lnk_file atci_data_file)
+(typetransition atci_service system_data_file file atci_data_file)
+(allow atci_service atci_data_file (dir (write)))
+(allow atci_service atci_data_file (dir (add_name)))
+(allow atci_service atci_data_file (sock_file (create)))
+(allow atci_service atci_data_file (sock_file (setattr)))
+(allow atci_service self (capability (chown)))
+(allow atci_service atci_data_file (dir (remove_name)))
+(allow atci_service atci_data_file (sock_file (unlink)))
+(allow atci_service system_server (unix_dgram_socket (sendto)))
+(allow atci_service atci_data_file (sock_file (write)))
+(allow atci_service power_service (service_manager (find)))
+(allow atci_service shell_exec (file (getattr)))
+(allow atci_service zygote_exec (file (read getattr execute execute_no_trans open)))
+(allow atci_service self (process (execmem)))
+(allow atci_service gpu_device (dir (search)))
+(allow atci_service hal_allocator_default (binder (call)))
+(allow atci_service hal_allocator_default (fd (use)))
+(allow init atcid_exec (file (read getattr map execute open)))
+(allow init atcid (process (transition)))
+(allow atcid atcid_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init atcid (process (noatsecure)))
+(allow init atcid (process (siginh rlimitinh)))
+(typetransition init atcid_exec process atcid)
+(typetransition atcid tmpfs file atcid_tmpfs)
+(allow atcid atcid_tmpfs (file (read write getattr)))
+(allow atcid tmpfs (dir (getattr search)))
+(allow atcid sysfs (file (read open)))
+(allow atcid self (capability (dac_override)))
+(allow atcid init (unix_stream_socket (connectto)))
+(allow atcid property_socket (sock_file (write)))
+(allow atcid atci_service (unix_stream_socket (connectto)))
+(allow atcid atci_service_socket (sock_file (write)))
+(allow atcid atci_audio_socket (sock_file (write)))
+(allow atcid system_prop (property_service (set)))
+(allow atcid block_device (dir (search)))
+(allow atcid self (capability (net_admin net_raw)))
+(allow atcid self (udp_socket (ioctl create)))
+(allow atcid shell_exec (file (execute)))
+(allow atcid socket_device (sock_file (write)))
+(allow atcid shell_exec (file (read open)))
+(allow atcid shell_exec (file (execute_no_trans)))
+(allow atcid system_file (file (execute_no_trans)))
+(allow atcid self (rawip_socket (create)))
+(allow atcid self (rawip_socket (getopt)))
+(allow atcid self (rawip_socket (setopt)))
+(allow atcid hwservicemanager (binder (call transfer)))
+(allow hwservicemanager atcid (binder (call transfer)))
+(allow hwservicemanager atcid (dir (search)))
+(allow hwservicemanager atcid (file (read open)))
+(allow hwservicemanager atcid (process (getattr)))
+(allow init batterywarning_exec (file (read getattr map execute open)))
+(allow init batterywarning (process (transition)))
+(allow batterywarning batterywarning_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init batterywarning (process (noatsecure)))
+(allow init batterywarning (process (siginh rlimitinh)))
+(typetransition init batterywarning_exec process batterywarning)
+(typetransition batterywarning tmpfs file batterywarning_tmpfs)
+(allow batterywarning batterywarning_tmpfs (file (read write getattr)))
+(allow batterywarning tmpfs (dir (getattr search)))
+(allow batterywarning servicemanager (binder (call transfer)))
+(allow servicemanager batterywarning (dir (search)))
+(allow servicemanager batterywarning (file (read open)))
+(allow servicemanager batterywarning (process (getattr)))
+(allow batterywarning system_server (binder (call)))
+(allow batterywarning activity_service (service_manager (find)))
+(allow batterywarning sysfs (file (read getattr open)))
+(allow init dm_agent_binder_exec (file (read getattr map execute open)))
+(allow init dm_agent_binder (process (transition)))
+(allow dm_agent_binder dm_agent_binder_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init dm_agent_binder (process (noatsecure)))
+(allow init dm_agent_binder (process (siginh rlimitinh)))
+(typetransition init dm_agent_binder_exec process dm_agent_binder)
+(typetransition dm_agent_binder tmpfs file dm_agent_binder_tmpfs)
+(allow dm_agent_binder dm_agent_binder_tmpfs (file (read write getattr)))
+(allow dm_agent_binder tmpfs (dir (getattr search)))
+(allow dm_agent_binder dm_agent_binder_service (service_manager (add)))
+(allow dm_agent_binder servicemanager (binder (call transfer)))
+(allow servicemanager dm_agent_binder (dir (search)))
+(allow servicemanager dm_agent_binder (file (read open)))
+(allow servicemanager dm_agent_binder (process (getattr)))
+(allow dm_agent_binder block_device (dir (search)))
+(allow dm_agent_binder property_socket (sock_file (write)))
+(allow dm_agent_binder init (unix_stream_socket (connectto)))
+(allow dm_agent_binder cache_file (dir (write create lock add_name remove_name search open)))
+(allow dm_agent_binder cache_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow dm_agent_binder kmsg_device (chr_file (ioctl read write open)))
+(allow dm_agent_binder dm_agent_binder (capability (dac_override)))
+(allow dm_agent_binder system_data_file (lnk_file (read)))
+(allow dnsmasq netd (file (read)))
+(allow domain aee_aed (process (sigchld)))
+(allow dumpstate md_monitor_exec (file (read)))
+(allow init guiext-server_exec (file (read getattr map execute open)))
+(allow init guiext-server (process (transition)))
+(allow guiext-server guiext-server_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init guiext-server (process (noatsecure)))
+(allow init guiext-server (process (siginh rlimitinh)))
+(typetransition init guiext-server_exec process guiext-server)
+(typetransition guiext-server tmpfs file guiext-server_tmpfs)
+(allow guiext-server guiext-server_tmpfs (file (read write getattr)))
+(allow guiext-server tmpfs (dir (getattr search)))
+(allow guiext-server servicemanager (binder (call transfer)))
+(allow servicemanager guiext-server (dir (search)))
+(allow servicemanager guiext-server (file (read open)))
+(allow servicemanager guiext-server (process (getattr)))
+(allow guiext-server binderservicedomain (binder (call transfer)))
+(allow binderservicedomain guiext-server (binder (transfer)))
+(allow guiext-server binderservicedomain (fd (use)))
+(allow guiext-server appdomain (binder (call transfer)))
+(allow appdomain guiext-server (binder (transfer)))
+(allow guiext-server appdomain (fd (use)))
+(allow init hdmi_exec (file (read getattr map execute open)))
+(allow init hdmi (process (transition)))
+(allow hdmi hdmi_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init hdmi (process (noatsecure)))
+(allow init hdmi (process (siginh rlimitinh)))
+(typetransition init hdmi_exec process hdmi)
+(typetransition hdmi tmpfs file hdmi_tmpfs)
+(allow hdmi hdmi_tmpfs (file (read write getattr)))
+(allow hdmi tmpfs (dir (getattr search)))
+(allow hdmi mtk_hdmi_service (service_manager (add)))
+(allow hdmi block_device (dir (search)))
+(allow hdmi kisd (unix_stream_socket (connectto)))
+(allow hdmi servicemanager (binder (call)))
+(allow hdmi servicemanager (binder (call transfer)))
+(allow servicemanager hdmi (dir (search)))
+(allow servicemanager hdmi (file (read open)))
+(allow servicemanager hdmi (process (getattr)))
+(allow hdmi graphics_device (chr_file (ioctl read write open)))
+(allow hdmi self (netlink_kobject_uevent_socket (read create bind setopt)))
+(allow system_app hdmi (binder (call)))
+(allow hdmi self (capability (net_admin)))
+(allow hdmi property_socket (sock_file (write)))
+(allow hdmi init (unix_stream_socket (connectto)))
+(allow hdmi system_prop (property_service (set)))
+(allow system_app self (netlink_kobject_uevent_socket (read create bind setopt)))
+(allow hdmi system_app (binder (call)))
+(allow system_app hdmi (binder (transfer)))
+(allow init kpoc_charger_exec (file (read getattr map execute open)))
+(allow init kpoc_charger (process (transition)))
+(allow kpoc_charger kpoc_charger_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init kpoc_charger (process (noatsecure)))
+(allow init kpoc_charger (process (siginh rlimitinh)))
+(typetransition init kpoc_charger_exec process kpoc_charger)
+(typetransition kpoc_charger tmpfs file kpoc_charger_tmpfs)
+(allow kpoc_charger kpoc_charger_tmpfs (file (read write getattr)))
+(allow kpoc_charger tmpfs (dir (getattr search)))
+(allow kpoc_charger block_device (dir (search)))
+(allow kpoc_charger graphics_device (dir (search)))
+(allow kpoc_charger input_device (dir (read search open)))
+(allow kpoc_charger input_device (chr_file (ioctl read write open)))
+(allow kpoc_charger property_socket (sock_file (write)))
+(allow kpoc_charger self (capability (sys_nice)))
+(allow kpoc_charger self (capability (net_admin)))
+(allow kpoc_charger self (capability (dac_override)))
+(allow kpoc_charger self (netlink_kobject_uevent_socket (read create bind setopt)))
+(allow kpoc_charger sysfs (file (ioctl read write getattr lock append map open)))
+(allow kpoc_charger sysfs (dir (ioctl read getattr lock search open)))
+(allow kpoc_charger graphics_device (chr_file (ioctl read write open)))
+(allow kpoc_charger kmsg_device (chr_file (write open)))
+(allow kpoc_charger rtc_device (chr_file (read write open)))
+(allow kpoc_charger init (unix_stream_socket (connectto)))
+(allow healthd self (capability (dac_override)))
+(allow healthd app_data_file (file (write)))
+(allow healthd device (dir (read write open)))
+(allow kpoc_charger self (capability (sys_boot)))
+(allow kpoc_charger alarm_device (chr_file (write)))
+(allow kpoc_charger mtd_device (dir (search)))
+(allow kpoc_charger mtd_device (chr_file (read)))
+(allow kpoc_charger mtd_device (chr_file (read open)))
+(allow kpoc_charger rootfs (file (ioctl read getattr lock map open)))
+(allow kpoc_charger sysfs_leds (lnk_file (read)))
+(allow kpoc_charger sysfs_leds (file (ioctl read write getattr lock append map open)))
+(allow kpoc_charger sysfs_leds (dir (ioctl read getattr lock search open)))
+(allow init md_monitor_exec (file (read getattr map execute open)))
+(allow init md_monitor (process (transition)))
+(allow md_monitor md_monitor_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init md_monitor (process (noatsecure)))
+(allow init md_monitor (process (siginh rlimitinh)))
+(typetransition init md_monitor_exec process md_monitor)
+(typetransition md_monitor tmpfs file md_monitor_tmpfs)
+(allow md_monitor md_monitor_tmpfs (file (read write getattr)))
+(allow md_monitor tmpfs (dir (getattr search)))
+(allow md_monitor system_data_file (dir (write create add_name)))
+(allow md_monitor property_socket (sock_file (write)))
+(allow md_monitor init (unix_stream_socket (connectto)))
+(allow md_monitor system_data_file (fifo_file (read write create setattr open)))
+(allow md_monitor system_data_file (dir (relabelto)))
+(allow md_monitor system_data_file (dir (ioctl read write getattr lock add_name search open)))
+(allow md_monitor md_monitor_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (lnk_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (sock_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (dir (ioctl read write create getattr setattr lock rename add_name remove_name reparent search rmdir open)))
+(typetransition md_monitor system_data_file dir md_monitor_data_file)
+(typetransition md_monitor system_data_file fifo_file md_monitor_data_file)
+(typetransition md_monitor system_data_file sock_file md_monitor_data_file)
+(typetransition md_monitor system_data_file lnk_file md_monitor_data_file)
+(typetransition md_monitor system_data_file file md_monitor_data_file)
+(allow md_monitor platform_app (unix_stream_socket (connectto)))
+(allow md_monitor untrusted_app (unix_stream_socket (connectto)))
+(allow md_monitor radio (unix_stream_socket (connectto)))
+(allow md_monitor md_monitor_data_file (dir (ioctl read write create getattr setattr lock relabelfrom relabelto rename add_name remove_name reparent search rmdir open)))
+(allow md_monitor md_monitor_data_file (fifo_file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (file (ioctl read write create getattr setattr lock append map unlink rename open)))
+(allow md_monitor md_monitor_data_file (file (write create setattr open)))
+(allow md_monitor system_data_file (dir (ioctl read write create getattr setattr lock relabelfrom rename add_name remove_name reparent search rmdir open)))
+(allow md_monitor file_contexts_file (file (read getattr open)))
+(allow md_monitor media_rw_data_file (dir (read write create add_name remove_name search open)))
+(allow md_monitor media_rw_data_file (file (read write create getattr unlink open)))
+(allow md_monitor mnt_user_file (dir (search)))
+(allow md_monitor mnt_user_file (lnk_file (read)))
+(allow md_monitor sdcardfs (dir (write create add_name remove_name search)))
+(allow md_monitor sdcardfs (file (read write create getattr unlink open)))
+(allow md_monitor storage_file (lnk_file (read)))
+(allow init met_log_d_exec (file (read getattr map execute open)))
+(allow init met_log_d (process (transition)))
+(allow met_log_d met_log_d_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init met_log_d (process (noatsecure)))
+(allow init met_log_d (process (siginh rlimitinh)))
+(typetransition init met_log_d_exec process met_log_d)
+(typetransition met_log_d tmpfs file met_log_d_tmpfs)
+(allow met_log_d met_log_d_tmpfs (file (read write getattr)))
+(allow met_log_d tmpfs (dir (getattr search)))
+(allow met_log_d self (capability (chown dac_override fowner fsetid setgid setuid)))
+(allow met_log_d proc_net (dir (ioctl read write getattr setattr lock add_name remove_name search open)))
+(allow met_log_d tmpfs (dir (ioctl read write getattr setattr lock add_name remove_name search open)))
+(allow met_log_d debugfs_tracing (dir (ioctl read write getattr setattr lock add_name remove_name search open)))
+(allow met_log_d proc_net (file (ioctl read write getattr setattr lock append map open)))
+(allow met_log_d tmpfs (file (ioctl read write getattr setattr lock append map open)))
+(allow met_log_d debugfs_tracing (file (ioctl read write getattr setattr lock append map open)))
+(allow met_log_d system_file (file (ioctl read getattr lock map execute execute_no_trans open)))
+(allow met_log_d debug_prop (file (ioctl read getattr lock map open)))
+(allow met_log_d property_socket (sock_file (write)))
+(allow met_log_d init (unix_stream_socket (connectto)))
+(allow met_log_d debug_prop (property_service (set)))
+(allow met_log_d debug_prop (file (ioctl read getattr lock map open)))
+(allow meta_tst adb_atci_socket (sock_file (write)))
+(allow init mmp_exec (file (read getattr map execute open)))
+(allow init mmp (process (transition)))
+(allow mmp mmp_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mmp (process (noatsecure)))
+(allow init mmp (process (siginh rlimitinh)))
+(typetransition init mmp_exec process mmp)
+(typetransition mmp tmpfs file mmp_tmpfs)
+(allow mmp mmp_tmpfs (file (read write getattr)))
+(allow mmp tmpfs (dir (getattr search)))
+(allow init mtk_advcamserver_exec (file (read getattr map execute open)))
+(allow init mtk_advcamserver (process (transition)))
+(allow mtk_advcamserver mtk_advcamserver_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init mtk_advcamserver (process (noatsecure)))
+(allow init mtk_advcamserver (process (siginh rlimitinh)))
+(typetransition init mtk_advcamserver_exec process mtk_advcamserver)
+(typetransition mtk_advcamserver tmpfs file mtk_advcamserver_tmpfs)
+(allow mtk_advcamserver mtk_advcamserver_tmpfs (file (read write getattr)))
+(allow mtk_advcamserver tmpfs (dir (getattr search)))
+(allow mtk_advcamserver servicemanager (binder (call transfer)))
+(allow servicemanager mtk_advcamserver (dir (search)))
+(allow servicemanager mtk_advcamserver (file (read open)))
+(allow servicemanager mtk_advcamserver (process (getattr)))
+(allow mtk_advcamserver hwservicemanager (binder (call transfer)))
+(allow hwservicemanager mtk_advcamserver (binder (call transfer)))
+(allow hwservicemanager mtk_advcamserver (dir (search)))
+(allow hwservicemanager mtk_advcamserver (file (read open)))
+(allow hwservicemanager mtk_advcamserver (process (getattr)))
+(allow mtk_advcamserver mtk_advcamserver (binder (call transfer)))
+(allow mtk_advcamserver mtk_advcamserver (binder (transfer)))
+(allow mtk_advcamserver mtk_advcamserver (fd (use)))
+(allow mtk_advcamserver binderservicedomain (binder (call transfer)))
+(allow binderservicedomain mtk_advcamserver (binder (transfer)))
+(allow mtk_advcamserver binderservicedomain (fd (use)))
+(allow mtk_advcamserver appdomain (binder (call transfer)))
+(allow appdomain mtk_advcamserver (binder (transfer)))
+(allow mtk_advcamserver appdomain (fd (use)))
+(allow mtk_advcamserver mtk_advcamserver_service (service_manager (add find)))
+(allow mtk_advcamserver hal_camera_hwservice (hwservice_manager (find)))
+(allow mtk_advcamserver hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow netdomain self (tcp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind name_connect)))
+(allow netdomain self (udp_socket (ioctl read write create getattr setattr lock relabelfrom relabelto append map bind connect listen accept getopt setopt shutdown recvfrom sendto name_bind node_bind)))
+(allow netdomain port_type (tcp_socket (name_connect)))
+(allow netdomain node_type (tcp_socket (node_bind)))
+(allow netdomain node_type (udp_socket (node_bind)))
+(allow netdomain port_type (udp_socket (name_bind)))
+(allow netdomain port_type (tcp_socket (name_bind)))
+(allow netdomain self (netlink_route_socket (read create bind nlmsg_read)))
+(allow netdomain dnsproxyd_socket (sock_file (write)))
+(allow netdomain netd (unix_stream_socket (connectto)))
+(allow netd dhcp_data_file (dir (read write add_name remove_name search)))
+(allow netd dhcp_data_file (file (read write create getattr unlink open)))
+(allow netd self (capability (setgid setuid net_bind_service)))
+(allow netd servicemanager (binder (call)))
+(allow netd system_server (binder (call)))
+(allow netd servicemanager (binder (call transfer)))
+(allow servicemanager netd (dir (search)))
+(allow servicemanager netd (file (read open)))
+(allow servicemanager netd (process (getattr)))
+(allow netd system_prop (property_service (set)))
+(allowx netd self (ioctl unix_stream_socket (0x8941 0x89a0 0x89a2 0x89f0)))
+(allow platform_app system_app_data_file (file (read write)))
+(allow platform_app md_monitor (unix_stream_socket (connectto)))
+(allow platform_app ppl_agent_service (service_manager (find)))
+(allow platform_app nfc_service (service_manager (find)))
+(allow platform_app mtk_connmetrics_service (service_manager (find)))
+(allow init ppl_agent_exec (file (read getattr map execute open)))
+(allow init ppl_agent (process (transition)))
+(allow ppl_agent ppl_agent_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init ppl_agent (process (noatsecure)))
+(allow init ppl_agent (process (siginh rlimitinh)))
+(typetransition init ppl_agent_exec process ppl_agent)
+(typetransition ppl_agent tmpfs file ppl_agent_tmpfs)
+(allow ppl_agent ppl_agent_tmpfs (file (read write getattr)))
+(allow ppl_agent tmpfs (dir (getattr search)))
+(allow ppl_agent servicemanager (binder (call transfer)))
+(allow servicemanager ppl_agent (dir (search)))
+(allow servicemanager ppl_agent (file (read open)))
+(allow servicemanager ppl_agent (process (getattr)))
+(allow ppl_agent block_device (dir (search)))
+(allow ppl_agent ppl_agent_service (service_manager (add)))
+(allow ppl_agent mtd_device (dir (search)))
+(allow ppl_agent mtd_device (chr_file (read write open)))
+(allow ppl_agent system_data_file (lnk_file (read)))
+(allow ppl_agent rootfs (file (read getattr open)))
+(allow ppl_agent sysfs (file (read getattr open)))
+(allow ppl_agent sysfs (dir (read getattr open)))
+(allow init program_binary_exec (file (read getattr map execute open)))
+(allow init program_binary (process (transition)))
+(allow program_binary program_binary_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init program_binary (process (noatsecure)))
+(allow init program_binary (process (siginh rlimitinh)))
+(typetransition init program_binary_exec process program_binary)
+(typetransition program_binary tmpfs file program_binary_tmpfs)
+(allow program_binary program_binary_tmpfs (file (read write getattr)))
+(allow program_binary tmpfs (dir (getattr search)))
+(allow program_binary servicemanager (binder (call transfer)))
+(allow servicemanager program_binary (dir (search)))
+(allow servicemanager program_binary (file (read open)))
+(allow servicemanager program_binary (process (getattr)))
+(allow base_typeattr_230 program_binary (binder (call transfer)))
+(allow program_binary base_typeattr_230 (binder (transfer)))
+(allow base_typeattr_230 program_binary (fd (use)))
+(allow program_binary gpu_device (chr_file (ioctl read write open)))
+(allow program_binary gpu_device (chr_file (getattr)))
+(allow program_binary program_binary_service (service_manager (add)))
+(allow program_binary system_server (binder (call)))
+(allow program_binary property_socket (sock_file (write)))
+(allow program_binary init (unix_stream_socket (connectto)))
+(allow system_server program_binary_service (service_manager (find)))
+(allow program_binary program_binary_service (service_manager (find)))
+(allow program_binary system_file (file (execute_no_trans)))
+(allow priv_app program_binary_service (service_manager (find)))
+(allow system_app program_binary_service (service_manager (find)))
+(allow untrusted_app_all program_binary_service (service_manager (find)))
+(allow platform_app program_binary_service (service_manager (find)))
+(allow program_binary gpu_device (dir (search)))
+(allow program_binary ion_device (chr_file (read)))
+(allow program_binary system_file (dir (read)))
+(allow program_binary ion_device (chr_file (open)))
+(allow program_binary system_file (dir (open)))
+(allow program_binary hwservicemanager_prop (file (ioctl read getattr lock map open)))
+(allow radio ctl_atcid-daemon-u_prop (property_service (set)))
+(allow radio ctl_atci_service_prop (property_service (set)))
+(allow radio atci_service_exec (file (getattr)))
+(allow radio atcid_exec (file (getattr)))
+(allow radio atcid (unix_stream_socket (connectto)))
+(allow radio adb_atci_socket (sock_file (write)))
+(allow radio md_monitor (unix_stream_socket (connectto)))
+(allow radio property_socket (sock_file (write)))
+(allow radio init (unix_stream_socket (connectto)))
+(allow radio mdmmonitor_prop (property_service (set)))
+(allow radio mdmmonitor_prop (file (ioctl read getattr lock map open)))
+(allow radio ppl_agent_service (service_manager (find)))
+(allow radio md_monitor_data_file (dir (read search open)))
+(allow radio md_monitor_data_file (file (read getattr open)))
+(allow sdcardd platform_app (fd (use)))
+(allow sdcardd untrusted_app (fd (use)))
+(allow sdcardd sdcardfs (dir (mounton)))
+(allow init sn_exec (file (read getattr map execute open)))
+(allow init sn (process (transition)))
+(allow sn sn_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init sn (process (noatsecure)))
+(allow init sn (process (siginh rlimitinh)))
+(typetransition init sn_exec process sn)
+(typetransition sn tmpfs file sn_tmpfs)
+(allow sn sn_tmpfs (file (read write getattr)))
+(allow sn tmpfs (dir (getattr search)))
+(allow sn sdcard_type (dir (search)))
+(allow sn sdcard_type (file (read getattr open)))
+(allow sn sysfs (file (ioctl read write getattr lock append map open)))
+(allow sn self (capability (dac_override dac_read_search)))
+(allow sn mnt_user_file (dir (search)))
+(allow sn mnt_user_file (lnk_file (read)))
+(allow sn storage_file (lnk_file (read)))
+(allow sn media_rw_data_file (dir (search)))
+(allow sn media_rw_data_file (file (read open)))
+(allow sn media_rw_data_file (dir (read open)))
+(allow system_app atci_serv_fw_socket (sock_file (write)))
+(allow system_app atci_service (unix_stream_socket (connectto)))
+(allow system_app netd_socket (sock_file (write)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app net_dns_prop (property_service (set)))
+(allow system_app net_dns_prop (file (ioctl read getattr lock map open)))
+(allow system_app property_socket (sock_file (write)))
+(allow system_app init (unix_stream_socket (connectto)))
+(allow system_app mdmmonitor_prop (property_service (set)))
+(allow system_app mdmmonitor_prop (file (ioctl read getattr lock map open)))
+(allow system_server aal_service (service_manager (find)))
+(allow system_app netd_socket (sock_file (write)))
+(allow system_server aee_aed (unix_stream_socket (connectto)))
+(allow system_server mtk_connmetrics_service (service_manager (add)))
+(allow system_server mtk_permrecords_service (service_manager (add)))
+(allow init thermald_exec (file (read getattr map execute open)))
+(allow init thermald (process (transition)))
+(allow thermald thermald_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init thermald (process (noatsecure)))
+(allow init thermald (process (siginh rlimitinh)))
+(typetransition init thermald_exec process thermald)
+(typetransition thermald tmpfs file thermald_tmpfs)
+(allow thermald thermald_tmpfs (file (read write getattr)))
+(allow thermald tmpfs (dir (getattr search)))
+(allow thermald servicemanager (binder (call transfer)))
+(allow servicemanager thermald (dir (search)))
+(allow servicemanager thermald (file (read open)))
+(allow servicemanager thermald (process (getattr)))
+(allow thermald system_server (binder (call)))
+(allow thermald activity_service (service_manager (find)))
+(allow untrusted_app mtk_connmetrics_service (service_manager (find)))
+(allow untrusted_app_25 mtk_connmetrics_service (service_manager (find)))
+(allow init usp_service_exec (file (read getattr map execute open)))
+(allow init usp_service (process (transition)))
+(allow usp_service usp_service_exec (file (read getattr map execute entrypoint open)))
+(dontaudit init usp_service (process (noatsecure)))
+(allow init usp_service (process (siginh rlimitinh)))
+(typetransition init usp_service_exec process usp_service)
+(typetransition usp_service tmpfs file usp_service_tmpfs)
+(allow usp_service usp_service_tmpfs (file (read write getattr)))
+(allow usp_service tmpfs (dir (getattr search)))
+(allow usp_service block_device (dir (search)))
+(allow usp_service property_socket (sock_file (write)))
+(allow usp_service init (unix_stream_socket (connectto)))
+(allow usp_service radio_prop (property_service (set)))
+(allow usp_service radio_prop (file (ioctl read getattr lock map open)))
+(allow vold platform_app (fd (use)))
+(allow vold block_device (file (create)))
+(allow vold mtd_device (dir (search)))
+(allow vold mtd_device (chr_file (read write open)))
+(allow vold proc (file (write)))
+(allow vold kernel (system (module_request)))
+(typetransition system_server system_data_file sock_file "ndebugsocket" system_ndebug_socket)
+(typeattribute base_typeattr_230)
+(typeattributeset base_typeattr_230 (and (domain ) (not (init installd netd vndservicemanager ))))
+(typeattribute base_typeattr_229)
+(typeattributeset base_typeattr_229 (and (domain ) (not (init keystore logd ))))
+(typeattribute base_typeattr_228)
+(typeattributeset base_typeattr_228 (not (appdomain system_server ) ))
+(typeattribute base_typeattr_227)
+(typeattributeset base_typeattr_227 (and (zygote ) (not (zygote ))))
+(typeattribute base_typeattr_226)
+(typeattributeset base_typeattr_226 (and (service_manager_type ) (not (activity_service webviewupdate_service ))))
+(typeattribute base_typeattr_225)
+(typeattributeset base_typeattr_225 (and (domain ) (not (isolated_app ))))
+(typeattribute base_typeattr_224)
+(typeattributeset base_typeattr_224 (and (dev_type ) (not (frp_block_device ))))
+(typeattribute base_typeattr_223)
+(typeattributeset base_typeattr_223 (and (data_file_type ) (not (dalvikcache_data_file ))))
+(typeattribute base_typeattr_222)
+(typeattributeset base_typeattr_222 (and (domain ) (not (crash_dump init system_server ))))
+(typeattribute base_typeattr_221)
+(typeattributeset base_typeattr_221 (and (domain ) (not (crash_dump ))))
+(typeattribute base_typeattr_220)
+(typeattributeset base_typeattr_220 (and (file_type ) (not (logcat_exec toolbox_exec ))))
+(typeattribute base_typeattr_219)
+(typeattributeset base_typeattr_219 (and (service_manager_type ) (not (dumpstate_service installd_service netd_service virtual_touchpad_service vr_hwc_service ))))
+(typeattribute base_typeattr_218)
+(typeattributeset base_typeattr_218 (and (domain ) (not (surfaceflinger ))))
+(typeattribute base_typeattr_217)
+(typeattributeset base_typeattr_217 (and (domain ) (not (storaged ))))
+(typeattribute base_typeattr_216)
+(typeattributeset base_typeattr_216 (and (file_type ) (not (recovery_refresh_tmpfs ))))
+(typeattribute base_typeattr_215)
+(typeattributeset base_typeattr_215 (and (file_type ) (not (recovery_data_file recovery_persist_tmpfs ))))
+(typeattribute base_typeattr_214)
+(typeattributeset base_typeattr_214 (and (domain ) (not (nfc ))))
+(typeattribute base_typeattr_213)
+(typeattributeset base_typeattr_213 (and (domain ) (not (appdomain coredomain ))))
+(typeattribute base_typeattr_212)
+(typeattributeset base_typeattr_212 (and (netdomain ) (not (ephemeral_app ))))
+(typeattribute base_typeattr_211)
+(typeattributeset base_typeattr_211 (and (appdomain ) (not (bluetooth platform_app priv_app radio shell system_app ))))
+(typeattribute base_typeattr_210)
+(typeattributeset base_typeattr_210 (and (domain ) (not (appdomain bootstat dumpstate init logd servicemanager surfaceflinger system_server zygote ))))
+(typeattribute base_typeattr_209)
+(typeattributeset base_typeattr_209 (and (file_type ) (not (runtime_event_log_tags_file logd_tmpfs ))))
+(typeattribute base_typeattr_208)
+(typeattributeset base_typeattr_208 (and (service_manager_type ) (not (activity_service display_service webviewupdate_service ))))
+(typeattribute base_typeattr_207)
+(typeattributeset base_typeattr_207 (and (domain ) (not (incidentd init system_server vold ))))
+(typeattribute base_typeattr_206)
+(typeattributeset base_typeattr_206 (and (domain ) (not (incidentd init vold ))))
+(typeattribute base_typeattr_205)
+(typeattributeset base_typeattr_205 (and (domain ) (not (incident incidentd system_app system_server ))))
+(typeattribute base_typeattr_204)
+(typeattributeset base_typeattr_204 (and (domain ) (not (incidentd ))))
+(typeattribute base_typeattr_203)
+(typeattributeset base_typeattr_203 (and (domain ) (not (hwservicemanager ))))
+(typeattribute base_typeattr_202)
+(typeattributeset base_typeattr_202 (and (domain ) (not (priv_app ))))
+(typeattribute base_typeattr_201)
+(typeattributeset base_typeattr_201 (and (domain ) (not (dumpstate system_server vold storaged ))))
+(typeattribute base_typeattr_200)
+(typeattributeset base_typeattr_200 (and (domain ) (not (crash_dump init kernel keystore logd ueventd vold ))))
+(typeattribute base_typeattr_199)
+(typeattributeset base_typeattr_199 (and (fs_type file_type ) (not (shell_exec blkid_exec ))))
+(typeattribute base_typeattr_198)
+(typeattributeset base_typeattr_198 (and (domain ) (not (audioserver ))))
+(typeattribute base_typeattr_197)
+(typeattributeset base_typeattr_197 (and (halserverdomain ) (not (coredomain binder_in_vendor_violators untrusted_app_visible_halserver hal_configstore_server hal_cas_server hal_graphics_allocator_server hal_neuralnetworks_server ))))
+(typeattribute base_typeattr_196)
+(typeattributeset base_typeattr_196 (and (coredomain_hwservice ) (not (same_process_hwservice hidl_allocator_hwservice hidl_manager_hwservice hidl_memory_hwservice hidl_token_hwservice ))))
+(typeattribute base_typeattr_195)
+(typeattributeset base_typeattr_195 (and (hwservice_manager_type ) (not (same_process_hwservice coredomain_hwservice untrusted_app_visible_hwservice hal_configstore_ISurfaceFlingerConfigs hal_cas_hwservice hal_graphics_allocator_hwservice hal_neuralnetworks_hwservice hal_omx_hwservice ))))
+(typeattribute base_typeattr_194)
+(typeattributeset base_typeattr_194 (and (fs_type file_type ) (not (fuse sdcardfs vfat user_profile_data_file media_rw_data_file app_data_file ))))
+(typeattribute base_typeattr_193)
+(typeattributeset base_typeattr_193 (and (untrusted_app_all ephemeral_app isolated_app mediaprovider untrusted_app untrusted_app_25 untrusted_v2_app ) (not (mediaprovider ))))
+(typeattribute base_typeattr_192)
+(typeattributeset base_typeattr_192 (and (appdomain ) (not (bluetooth system_app ))))
+(typeattribute base_typeattr_191)
+(typeattributeset base_typeattr_191 (and (appdomain ) (not (bluetooth nfc ))))
+(typeattribute base_typeattr_190)
+(typeattributeset base_typeattr_190 (and (appdomain ) (not (untrusted_app_all platform_app priv_app ))))
+(typeattribute base_typeattr_189)
+(typeattributeset base_typeattr_189 (and (appdomain ) (not (platform_app ))))
+(typeattribute base_typeattr_188)
+(typeattributeset base_typeattr_188 (and (domain ) (not (appdomain crash_dump ))))
+(typeattribute base_typeattr_187)
+(typeattributeset base_typeattr_187 (and (appdomain ) (not (radio ))))
+(typeattribute base_typeattr_186)
+(typeattributeset base_typeattr_186 (and (appdomain ) (not (nfc ))))
+(typeattribute base_typeattr_185)
+(typeattributeset base_typeattr_185 (and (appdomain ) (not (bluetooth ))))
+(typeattribute base_typeattr_184)
+(typeattributeset base_typeattr_184 (and (appdomain untrusted_v2_app ) (not (ephemeral_app ))))
+(typeattribute base_typeattr_183)
+(typeattributeset base_typeattr_183 (and (appdomain ) (not (ephemeral_app isolated_app ))))
+(typeattribute base_typeattr_182)
+(typeattributeset base_typeattr_182 (and (appdomain ) (not (ephemeral_app ))))
+(typeattribute base_typeattr_181)
+(typeattributeset base_typeattr_181 (and (appdomain ) (not (ephemeral_app untrusted_v2_app ))))
+(typeattribute base_typeattr_180)
+(typeattributeset base_typeattr_180 (and (domain ) (not (crash_dump shell ))))
+(typeattribute base_typeattr_179)
+(typeattributeset base_typeattr_179 (and (domain ) (not (wificond ))))
+(typeattribute base_typeattr_178)
+(typeattributeset base_typeattr_178 (and (domain ) (not (vr_hwc ))))
+(typeattribute base_typeattr_177)
+(typeattributeset base_typeattr_177 (and (domain ) (not (init kernel vold ))))
+(typeattribute base_typeattr_176)
+(typeattributeset base_typeattr_176 (and (domain ) (not (kernel vold ))))
+(typeattribute base_typeattr_175)
+(typeattributeset base_typeattr_175 (and (domain ) (not (virtual_touchpad ))))
+(typeattribute base_typeattr_174)
+(typeattributeset base_typeattr_174 (and (coredomain ) (not (init modprobe ))))
+(typeattribute base_typeattr_173)
+(typeattributeset base_typeattr_173 (and (domain ) (not (update_engine ))))
+(typeattribute base_typeattr_172)
+(typeattributeset base_typeattr_172 (and (vendor_file_type ) (not (vendor_app_file vendor_overlay_file ))))
+(typeattribute base_typeattr_171)
+(typeattributeset base_typeattr_171 (and (domain ) (not (init system_server tzdatacheck ))))
+(typeattribute base_typeattr_170)
+(typeattributeset base_typeattr_170 (and (fs_type file_type ) (not (toolbox_exec ))))
+(typeattribute base_typeattr_169)
+(typeattributeset base_typeattr_169 (and (domain ) (not (thermalserviced ))))
+(typeattribute base_typeattr_168)
+(typeattributeset base_typeattr_168 (and (service_manager_type ) (not (gatekeeper_service incident_service installd_service netd_service virtual_touchpad_service vr_hwc_service ))))
+(typeattribute base_typeattr_167)
+(typeattributeset base_typeattr_167 (and (fs_type file_type ) (not (sgdisk_exec ))))
+(typeattribute base_typeattr_166)
+(typeattributeset base_typeattr_166 (and (domain ) (not (hwservicemanager init vndservicemanager ))))
+(typeattribute base_typeattr_165)
+(typeattributeset base_typeattr_165 (and (appdomain ) (not (system_app ))))
+(typeattribute base_typeattr_164)
+(typeattributeset base_typeattr_164 (and (data_file_type ) (not (cache_file cache_recovery_file ))))
+(typeattribute base_typeattr_163)
+(typeattributeset base_typeattr_163 (and (domain ) (not (radio ))))
+(typeattribute base_typeattr_162)
+(typeattributeset base_typeattr_162 (and (core_property_type ) (not (audio_prop config_prop cppreopt_prop dalvik_prop debuggerd_prop debug_prop default_prop dhcp_prop dumpstate_prop ffs_prop fingerprint_prop logd_prop net_radio_prop nfc_prop pan_result_prop persist_debug_prop powerctl_prop radio_prop restorecon_prop shell_prop system_prop system_radio_prop vold_prop ))))
+(typeattribute base_typeattr_161)
+(typeattributeset base_typeattr_161 (and (domain ) (not (performanced ))))
+(typeattribute base_typeattr_160)
+(typeattributeset base_typeattr_160 (and (domain ) (not (init netd ))))
+(typeattribute base_typeattr_159)
+(typeattributeset base_typeattr_159 (and (domain ) (not (dumpstate netd system_server ))))
+(typeattribute base_typeattr_158)
+(typeattributeset base_typeattr_158 (and (domain ) (not (netd ))))
+(typeattribute base_typeattr_157)
+(typeattributeset base_typeattr_157 (and (domain ) (not (mediaserver ))))
+(typeattribute base_typeattr_156)
+(typeattributeset base_typeattr_156 (and (domain ) (not (mediametrics ))))
+(typeattribute base_typeattr_155)
+(typeattributeset base_typeattr_155 (and (domain ) (not (mediaextractor ))))
+(typeattribute base_typeattr_154)
+(typeattributeset base_typeattr_154 (and (domain ) (not (mediadrmserver ))))
+(typeattribute base_typeattr_153)
+(typeattributeset base_typeattr_153 (and (domain ) (not (mediacodec ))))
+(typeattribute base_typeattr_152)
+(typeattributeset base_typeattr_152 (and (domain ) (not (init logd ))))
+(typeattribute base_typeattr_151)
+(typeattributeset base_typeattr_151 (and (domain ) (not (init keystore ))))
+(typeattribute base_typeattr_150)
+(typeattributeset base_typeattr_150 (and (domain ) (not (keystore ))))
+(typeattribute base_typeattr_149)
+(typeattributeset base_typeattr_149 (and (domain ) (not (servicemanager system_server ))))
+(typeattribute base_typeattr_148)
+(typeattributeset base_typeattr_148 (and (domain ) (not (dumpstate installd system_server ))))
+(typeattribute base_typeattr_147)
+(typeattributeset base_typeattr_147 (and (domain ) (not (installd ))))
+(typeattribute base_typeattr_146)
+(typeattributeset base_typeattr_146 (and (domain ) (not (inputflinger ))))
+(typeattribute base_typeattr_145)
+(typeattributeset base_typeattr_145 (and (fs_type file_type ) (not (init_exec ))))
+(typeattribute base_typeattr_144)
+(typeattributeset base_typeattr_144 (and (dev_type ) (not (kmem_device port_device ))))
+(typeattribute base_typeattr_143)
+(typeattributeset base_typeattr_143 (and (dev_type ) (not (device alarm_device ashmem_device binder_device hwbinder_device dm_device keychord_device console_device hw_random_device kmem_device port_device ptmx_device kmsg_device null_device random_device owntty_device zero_device devpts ))))
+(typeattribute base_typeattr_142)
+(typeattributeset base_typeattr_142 (and (dev_type ) (not (device vndbinder_device kmem_device port_device ))))
+(typeattribute base_typeattr_141)
+(typeattributeset base_typeattr_141 (and (fs_type ) (not (contextmount_type sdcard_type rootfs ))))
+(typeattribute base_typeattr_140)
+(typeattributeset base_typeattr_140 (and (file_type ) (not (exec_type vendor_file_type system_file ))))
+(typeattribute base_typeattr_139)
+(typeattributeset base_typeattr_139 (and (file_type ) (not (exec_type vendor_file_type system_file runtime_event_log_tags_file shell_data_file keystore_data_file vold_data_file app_data_file system_app_data_file misc_logd_file ))))
+(typeattribute base_typeattr_138)
+(typeattributeset base_typeattr_138 (and (file_type ) (not (exec_type vendor_file_type system_file shell_data_file keystore_data_file vold_data_file app_data_file system_app_data_file misc_logd_file ))))
+(typeattribute base_typeattr_137)
+(typeattributeset base_typeattr_137 (and (file_type ) (not (exec_type vendor_file_type system_file app_data_file system_app_data_file misc_logd_file ))))
+(typeattribute base_typeattr_136)
+(typeattributeset base_typeattr_136 (and (domain ) (not (healthd ))))
+(typeattribute base_typeattr_135)
+(typeattributeset base_typeattr_135 (and (domain ) (not (hal_wifi_supplicant_server ))))
+(typeattribute base_typeattr_134)
+(typeattributeset base_typeattr_134 (and (domain ) (not (hal_wifi_offload_server ))))
+(typeattribute base_typeattr_133)
+(typeattributeset base_typeattr_133 (and (domain ) (not (hal_wifi_server ))))
+(typeattribute base_typeattr_132)
+(typeattributeset base_typeattr_132 (and (domain ) (not (hal_weaver_server ))))
+(typeattribute base_typeattr_131)
+(typeattributeset base_typeattr_131 (and (domain ) (not (hal_vr_server ))))
+(typeattribute base_typeattr_130)
+(typeattributeset base_typeattr_130 (and (domain ) (not (hal_vibrator_server ))))
+(typeattribute base_typeattr_129)
+(typeattributeset base_typeattr_129 (and (domain ) (not (hal_usb_server ))))
+(typeattribute base_typeattr_128)
+(typeattributeset base_typeattr_128 (and (domain ) (not (hal_tv_input_server ))))
+(typeattribute base_typeattr_127)
+(typeattributeset base_typeattr_127 (and (domain ) (not (hal_tv_cec_server ))))
+(typeattribute base_typeattr_126)
+(typeattributeset base_typeattr_126 (and (domain ) (not (hal_thermal_server ))))
+(typeattribute base_typeattr_125)
+(typeattributeset base_typeattr_125 (and (domain ) (not (hal_telephony_server ))))
+(typeattribute base_typeattr_124)
+(typeattributeset base_typeattr_124 (and (domain ) (not (hal_sensors_server ))))
+(typeattribute base_typeattr_123)
+(typeattributeset base_typeattr_123 (and (domain ) (not (hal_power_server ))))
+(typeattribute base_typeattr_122)
+(typeattributeset base_typeattr_122 (and (domain ) (not (hal_oemlock_server ))))
+(typeattribute base_typeattr_121)
+(typeattributeset base_typeattr_121 (and (domain ) (not (hal_nfc_server ))))
+(typeattribute base_typeattr_120)
+(typeattributeset base_typeattr_120 (and (halserverdomain ) (not (hal_dumpstate_server rild ))))
+(typeattribute base_typeattr_119)
+(typeattributeset base_typeattr_119 (and (halserverdomain ) (not (hal_tetheroffload_server hal_wifi_server hal_wifi_supplicant_server rild ))))
+(typeattribute base_typeattr_118)
+(typeattributeset base_typeattr_118 (and (halserverdomain ) (not (hal_bluetooth_server hal_wifi_server hal_wifi_supplicant_server rild ))))
+(typeattribute base_typeattr_117)
+(typeattributeset base_typeattr_117 (and (domain ) (not (hal_neuralnetworks_server ))))
+(typeattribute base_typeattr_116)
+(typeattributeset base_typeattr_116 (and (domain ) (not (hal_memtrack_server ))))
+(typeattribute base_typeattr_115)
+(typeattributeset base_typeattr_115 (and (domain ) (not (hal_light_server ))))
+(typeattribute base_typeattr_114)
+(typeattributeset base_typeattr_114 (and (domain ) (not (hal_keymaster_server ))))
+(typeattribute base_typeattr_113)
+(typeattributeset base_typeattr_113 (and (domain ) (not (hal_ir_server ))))
+(typeattribute base_typeattr_112)
+(typeattributeset base_typeattr_112 (and (domain ) (not (hal_health_server ))))
+(typeattribute base_typeattr_111)
+(typeattributeset base_typeattr_111 (and (domain ) (not (hal_graphics_composer_server ))))
+(typeattribute base_typeattr_110)
+(typeattributeset base_typeattr_110 (and (domain ) (not (hal_graphics_allocator_server ))))
+(typeattribute base_typeattr_109)
+(typeattributeset base_typeattr_109 (and (domain ) (not (hal_gnss_server ))))
+(typeattribute base_typeattr_108)
+(typeattributeset base_typeattr_108 (and (domain ) (not (hal_gatekeeper_server ))))
+(typeattribute base_typeattr_107)
+(typeattributeset base_typeattr_107 (and (domain ) (not (hal_fingerprint_server ))))
+(typeattribute base_typeattr_106)
+(typeattributeset base_typeattr_106 (and (domain ) (not (hal_dumpstate_server ))))
+(typeattribute base_typeattr_105)
+(typeattributeset base_typeattr_105 (and (domain ) (not (hal_drm_server ))))
+(typeattribute base_typeattr_104)
+(typeattributeset base_typeattr_104 (and (domain ) (not (hal_contexthub_server ))))
+(typeattribute base_typeattr_103)
+(typeattributeset base_typeattr_103 (and (data_file_type ) (not (anr_data_file tombstone_data_file zoneinfo_data_file ))))
+(typeattribute base_typeattr_102)
+(typeattributeset base_typeattr_102 (and (domain ) (not (hal_configstore_server logd tombstoned ))))
+(typeattribute base_typeattr_101)
+(typeattributeset base_typeattr_101 (and (domain ) (not (hal_configstore_server ))))
+(typeattribute base_typeattr_100)
+(typeattributeset base_typeattr_100 (and (domain ) (not (hal_cas_server ))))
+(typeattribute base_typeattr_99)
+(typeattributeset base_typeattr_99 (and (halserverdomain ) (not (hal_camera_server ))))
+(typeattribute base_typeattr_98)
+(typeattributeset base_typeattr_98 (and (appdomain ) (not (isolated_app ))))
+(typeattribute base_typeattr_97)
+(typeattributeset base_typeattr_97 (and (domain ) (not (hal_camera_server ))))
+(typeattribute base_typeattr_96)
+(typeattributeset base_typeattr_96 (and (domain ) (not (hal_broadcastradio_server ))))
+(typeattribute base_typeattr_95)
+(typeattributeset base_typeattr_95 (and (domain ) (not (hal_bootctl_server ))))
+(typeattribute base_typeattr_94)
+(typeattributeset base_typeattr_94 (and (domain ) (not (hal_bluetooth_server ))))
+(typeattribute base_typeattr_93)
+(typeattributeset base_typeattr_93 (and (halserverdomain ) (not (hal_audio_server ))))
+(typeattribute base_typeattr_92)
+(typeattributeset base_typeattr_92 (and (domain ) (not (hal_audio_server ))))
+(typeattribute base_typeattr_91)
+(typeattributeset base_typeattr_91 (and (domain ) (not (hal_allocator_server ))))
+(typeattribute base_typeattr_90)
+(typeattributeset base_typeattr_90 (and (domain ) (not (gatekeeperd ))))
+(typeattribute base_typeattr_89)
+(typeattributeset base_typeattr_89 (and (domain ) (not (vold ))))
+(typeattribute base_typeattr_88)
+(typeattributeset base_typeattr_88 (and (fs_type file_type ) (not (fsck_exec ))))
+(typeattribute base_typeattr_87)
+(typeattributeset base_typeattr_87 (and (domain ) (not (init vold ))))
+(typeattribute base_typeattr_86)
+(typeattributeset base_typeattr_86 (and (domain ) (not (fingerprintd ))))
+(typeattribute base_typeattr_85)
+(typeattributeset base_typeattr_85 (and (domain ) (not (dumpstate shell system_server ))))
+(typeattribute base_typeattr_84)
+(typeattributeset base_typeattr_84 (and (domain ) (not (dumpstate ))))
+(typeattribute base_typeattr_83)
+(typeattributeset base_typeattr_83 (and (service_manager_type ) (not (dumpstate_service gatekeeper_service incident_service virtual_touchpad_service vr_hwc_service ))))
+(typeattribute base_typeattr_82)
+(typeattributeset base_typeattr_82 (and (domain ) (not (drmserver ))))
+(typeattribute base_typeattr_81)
+(typeattributeset base_typeattr_81 (not (coredomain ) ))
+(typeattribute base_typeattr_80)
+(typeattributeset base_typeattr_80 (not (rootfs system_file vendor_file ) ))
+(typeattribute base_typeattr_79)
+(typeattributeset base_typeattr_79 (and (domain ) (not (installd profman ))))
+(typeattribute base_typeattr_78)
+(typeattributeset base_typeattr_78 (and (domain ) (not (dumpstate init system_server ))))
+(typeattribute base_typeattr_77)
+(typeattributeset base_typeattr_77 (not (hwservicemanager ) ))
+(typeattribute base_typeattr_76)
+(typeattributeset base_typeattr_76 (not (servicemanager vndservicemanager ) ))
+(typeattribute base_typeattr_75)
+(typeattributeset base_typeattr_75 (and (domain ) (not (appdomain adbd dumpstate installd ))))
+(typeattribute base_typeattr_74)
+(typeattributeset base_typeattr_74 (and (domain ) (not (appdomain adbd dumpstate init installd system_server ))))
+(typeattribute base_typeattr_73)
+(typeattributeset base_typeattr_73 (and (domain ) (not (adbd dumpstate init installd shell vold ))))
+(typeattribute base_typeattr_72)
+(typeattributeset base_typeattr_72 (and (domain ) (not (installd shell ))))
+(typeattribute base_typeattr_71)
+(typeattributeset base_typeattr_71 (and (domain ) (not (appdomain installd uncrypt ))))
+(typeattribute base_typeattr_70)
+(typeattributeset base_typeattr_70 (and (appdomain ) (not (shell ))))
+(typeattribute base_typeattr_69)
+(typeattributeset base_typeattr_69 (and (domain ) (not (runas webview_zygote zygote ))))
+(typeattribute base_typeattr_68)
+(typeattributeset base_typeattr_68 (and (domain ) (not (adbd init runas zygote ))))
+(typeattribute base_typeattr_67)
+(typeattributeset base_typeattr_67 (and (domain ) (not (appdomain installd ))))
+(typeattribute base_typeattr_66)
+(typeattributeset base_typeattr_66 (and (domain ) (not (appdomain installd system_server ))))
+(typeattribute base_typeattr_65)
+(typeattributeset base_typeattr_65 (and (domain ) (not (init installd system_app system_server ))))
+(typeattribute base_typeattr_64)
+(typeattributeset base_typeattr_64 (not (domain ) ))
+(typeattribute base_typeattr_63)
+(typeattributeset base_typeattr_63 (and (domain ) (not (untrusted_app_all ))))
+(typeattribute base_typeattr_62)
+(typeattributeset base_typeattr_62 (and (file_type ) (not (apk_data_file app_data_file asec_public_file ))))
+(typeattribute base_typeattr_61)
+(typeattributeset base_typeattr_61 (and (domain ) (not (dumpstate system_server ))))
+(typeattribute base_typeattr_60)
+(typeattributeset base_typeattr_60 (and (domain ) (not (crash_dump dumpstate mediacodec mediaextractor system_server tombstoned ))))
+(typeattribute base_typeattr_59)
+(typeattributeset base_typeattr_59 (and (domain ) (not (system_server webview_zygote ))))
+(typeattribute base_typeattr_58)
+(typeattributeset base_typeattr_58 (and (domain ) (not (system_server ))))
+(typeattribute base_typeattr_57)
+(typeattributeset base_typeattr_57 (and (domain ) (not (system_server zygote ))))
+(typeattribute base_typeattr_56)
+(typeattributeset base_typeattr_56 (and (domain ) (not (cppreopts dex2oat init installd otapreopt_slot postinstall_dexopt zygote ))))
+(typeattribute base_typeattr_55)
+(typeattributeset base_typeattr_55 (and (exec_type ) (not (vendor_file_type crash_dump_exec netutils_wrapper_exec ))))
+(typeattribute base_typeattr_54)
+(typeattributeset base_typeattr_54 (and (domain ) (not (appdomain coredomain vendor_executes_system_violators rild ))))
+(typeattribute base_typeattr_53)
+(typeattributeset base_typeattr_53 (and (coredomain ) (not (init ))))
+(typeattribute base_typeattr_52)
+(typeattributeset base_typeattr_52 (and (coredomain ) (not (appdomain idmap init installd system_server zygote ))))
+(typeattribute base_typeattr_51)
+(typeattributeset base_typeattr_51 (and (coredomain ) (not (appdomain dex2oat idmap init installd postinstall_dexopt system_server ))))
+(typeattribute base_typeattr_50)
+(typeattributeset base_typeattr_50 (and (dev_type file_type ) (not (core_data_file_type coredomain_socket unlabeled ))))
+(typeattribute base_typeattr_49)
+(typeattributeset base_typeattr_49 (and (coredomain ) (not (socket_between_core_and_vendor_violators init ueventd ))))
+(typeattribute base_typeattr_48)
+(typeattributeset base_typeattr_48 (and (core_data_file_type coredomain_socket unlabeled ) (not (pdx_endpoint_socket_type pdx_channel_socket_type app_data_file ))))
+(typeattribute base_typeattr_47)
+(typeattributeset base_typeattr_47 (and (domain ) (not (netdomain coredomain socket_between_core_and_vendor_violators ))))
+(typeattribute base_typeattr_46)
+(typeattributeset base_typeattr_46 (and (coredomain ) (not (incidentd init logd mdnsd netd tombstoned ))))
+(typeattribute base_typeattr_45)
+(typeattributeset base_typeattr_45 (and (domain ) (not (appdomain coredomain socket_between_core_and_vendor_violators ))))
+(typeattribute base_typeattr_44)
+(typeattributeset base_typeattr_44 (and (domain ) (not (coredomain socket_between_core_and_vendor_violators ))))
+(typeattribute base_typeattr_43)
+(typeattributeset base_typeattr_43 (and (coredomain ) (not (adbd init ))))
+(typeattribute base_typeattr_42)
+(typeattributeset base_typeattr_42 (and (coredomain ) (not (shell ))))
+(typeattribute base_typeattr_41)
+(typeattributeset base_typeattr_41 (and (coredomain ) (not (shell ueventd ))))
+(typeattribute base_typeattr_40)
+(typeattributeset base_typeattr_40 (and (service_manager_type ) (not (app_api_service ephemeral_app_api_service audioserver_service cameraserver_service drmserver_service keystore_service mediaserver_service mediametrics_service mediaextractor_service mediadrmserver_service nfc_service radio_service surfaceflinger_service virtual_touchpad_service vr_hwc_service vr_manager_service ))))
+(typeattribute base_typeattr_39)
+(typeattributeset base_typeattr_39 (and (appdomain ) (not (coredomain ))))
+(typeattribute base_typeattr_38)
+(typeattributeset base_typeattr_38 (and (domain ) (not (appdomain coredomain binder_in_vendor_violators ))))
+(typeattribute base_typeattr_37)
+(typeattributeset base_typeattr_37 (and (domain ) (not (hwservicemanager servicemanager vndservicemanager ))))
+(typeattribute base_typeattr_36)
+(typeattributeset base_typeattr_36 (and (domain ) (not (hal_bootctl init recovery ueventd uncrypt update_engine vold ))))
+(typeattribute base_typeattr_35)
+(typeattributeset base_typeattr_35 (and (domain ) (not (install_recovery recovery ))))
+(typeattribute base_typeattr_34)
+(typeattributeset base_typeattr_34 (and (domain ) (not (recovery update_engine ))))
+(typeattribute base_typeattr_33)
+(typeattributeset base_typeattr_33 (and (domain ) (not (init recovery vold ))))
+(typeattribute base_typeattr_32)
+(typeattributeset base_typeattr_32 (and (domain ) (not (init recovery shell system_server ueventd ))))
+(typeattribute base_typeattr_31)
+(typeattributeset base_typeattr_31 (and (domain ) (not (init system_server ))))
+(typeattribute base_typeattr_30)
+(typeattributeset base_typeattr_30 (and (domain ) (not (hal_drm hal_cas adbd dumpstate init mediadrmserver recovery shell system_server ))))
+(typeattribute base_typeattr_29)
+(typeattributeset base_typeattr_29 (and (fs_type ) (not (contextmount_type ))))
+(typeattribute base_typeattr_28)
+(typeattributeset base_typeattr_28 (and (domain ) (not (kernel recovery ))))
+(typeattribute base_typeattr_27)
+(typeattributeset base_typeattr_27 (and (data_file_type ) (not (system_data_file apk_data_file dalvikcache_data_file ))))
+(typeattribute base_typeattr_26)
+(typeattributeset base_typeattr_26 (and (domain ) (not (appdomain ))))
+(typeattribute base_typeattr_25)
+(typeattributeset base_typeattr_25 (and (fs_type ) (not (rootfs ))))
+(typeattribute base_typeattr_24)
+(typeattributeset base_typeattr_24 (and (domain ) (not (appdomain recovery ))))
+(typeattribute base_typeattr_23)
+(typeattributeset base_typeattr_23 (and (file_type ) (not (exec_type vendor_file_type system_file postinstall_file ))))
+(typeattribute base_typeattr_22)
+(typeattributeset base_typeattr_22 (and (domain ) (not (appdomain dumpstate shell webview_zygote zygote ))))
+(typeattribute base_typeattr_21)
+(typeattributeset base_typeattr_21 (and (fs_type ) (not (sdcard_type ))))
+(typeattribute base_typeattr_20)
+(typeattributeset base_typeattr_20 (and (domain ) (not (init kernel otapreopt_chroot recovery update_engine vold zygote ))))
+(typeattribute base_typeattr_19)
+(typeattributeset base_typeattr_19 (and (domain ) (not (init kernel recovery ))))
+(typeattribute base_typeattr_18)
+(typeattributeset base_typeattr_18 (and (domain ) (not (init ueventd ))))
+(typeattribute base_typeattr_17)
+(typeattributeset base_typeattr_17 (and (domain ) (not (shell ueventd ))))
+(typeattribute base_typeattr_16)
+(typeattributeset base_typeattr_16 (and (file_type ) (not (exec_type postinstall_file ))))
+(typeattribute base_typeattr_15)
+(typeattributeset base_typeattr_15 (and (domain ) (not (init shell system_server ueventd ))))
+(typeattribute base_typeattr_14)
+(typeattributeset base_typeattr_14 (and (domain ) (not (init ))))
+(typeattribute base_typeattr_13)
+(typeattributeset base_typeattr_13 (and (domain ) (not (kernel ))))
+(typeattribute base_typeattr_12)
+(typeattributeset base_typeattr_12 (and (domain ) (not (recovery ))))
+(typeattribute base_typeattr_11)
+(typeattributeset base_typeattr_11 (and (domain ) (not (healthd init kernel recovery tee ueventd uncrypt ))))
+(typeattribute base_typeattr_10)
+(typeattributeset base_typeattr_10 (and (domain ) (not (init kernel ueventd vold ))))
+(typeattribute base_typeattr_9)
+(typeattributeset base_typeattr_9 (and (domain ) (not (init recovery ))))
+(typeattribute base_typeattr_8)
+(typeattributeset base_typeattr_8 (all))
+(typeattribute base_typeattr_7)
+(typeattributeset base_typeattr_7 (and (domain ) (not (domain ))))
+(typeattribute base_typeattr_6)
+(typeattributeset base_typeattr_6 (and (domain ) (not (coredomain ))))
+(typeattribute base_typeattr_5)
+(typeattributeset base_typeattr_5 (and (domain ) (not (isolated_app servicemanager vndservicemanager ))))
+(typeattribute base_typeattr_4)
+(typeattributeset base_typeattr_4 (and (appdomain coredomain binder_in_vendor_violators ) (not (hwservicemanager ))))
+(typeattribute base_typeattr_3)
+(typeattributeset base_typeattr_3 (and (domain ) (not (display_service_server ))))
+(typeattribute base_typeattr_2)
+(typeattributeset base_typeattr_2 (and (domain ) (not (cameraserver ))))
+(typeattribute base_typeattr_1)
+(typeattributeset base_typeattr_1 (and (domain ) (not (bufferhubd ))))
+; THIS IS A WORKAROUND for the current limitations of the module policy language
+; This should be used sparingly until we figure out a saner way to achieve the
+; stuff below, for example, by improving typeattribute statement of module
+; language.
+;
+; NOTE: This file has no effect on recovery policy.
+
+; Apps, except isolated apps, are clients of Allocator HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute { appdomain -isolated_app } hal_allocator_client;
+;     typeattribute hal_allocator_client halclientdomain;
+(typeattributeset hal_allocator_client ((and (appdomain) ((not (isolated_app))))))
+(typeattributeset halclientdomain (hal_allocator_client))
+
+; Apps, except isolated apps, are clients of Configstore HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute { appdomain -isolated_app } hal_configstore_client;
+(typeattributeset hal_configstore_client ((and (appdomain) ((not (isolated_app))))))
+
+; Apps, except isolated apps, are clients of Graphics Allocator HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute { appdomain -isolated_app } hal_graphics_allocator_client;
+(typeattributeset hal_graphics_allocator_client ((and (appdomain) ((not (isolated_app))))))
+
+; Apps, except isolated apps, are clients of Cas HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute { appdomain -isolated_app } hal_cas_client;
+(typeattributeset hal_cas_client ((and (appdomain) ((not (isolated_app))))))
+
+; Domains hosting Camera HAL implementations are clients of Allocator HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute hal_camera hal_allocator_client;
+(typeattributeset hal_allocator_client (hal_camera))
+
+; Apps, except isolated apps, are clients of Neuralnetworks HAL
+; Unfortunately, we can't currently express this in module policy language:
+;     typeattribute { appdomain -isolated_app } hal_neuralnetworks_client;
+(typeattributeset hal_neuralnetworks_client ((and (appdomain) ((not (isolated_app))))))
diff --git a/system/etc/selinux/plat_service_contexts b/system/etc/selinux/plat_service_contexts
new file mode 100644
index 0000000000000000000000000000000000000000..fc8cafd242fa8e37e7275d245cf5e4076ddb78b2
--- /dev/null
+++ b/system/etc/selinux/plat_service_contexts
@@ -0,0 +1,220 @@
+accessibility                             u:object_r:accessibility_service:s0
+account                                   u:object_r:account_service:s0
+activity                                  u:object_r:activity_service:s0
+alarm                                     u:object_r:alarm_service:s0
+android.os.UpdateEngineService            u:object_r:update_engine_service:s0
+android.security.keystore                 u:object_r:keystore_service:s0
+android.service.gatekeeper.IGateKeeperService    u:object_r:gatekeeper_service:s0
+appops                                    u:object_r:appops_service:s0
+appwidget                                 u:object_r:appwidget_service:s0
+assetatlas                                u:object_r:assetatlas_service:s0
+audio                                     u:object_r:audio_service:s0
+autofill                                  u:object_r:autofill_service:s0
+backup                                    u:object_r:backup_service:s0
+batteryproperties                         u:object_r:batteryproperties_service:s0
+batterystats                              u:object_r:batterystats_service:s0
+battery                                   u:object_r:battery_service:s0
+bluetooth_manager                         u:object_r:bluetooth_manager_service:s0
+bluetooth                                 u:object_r:bluetooth_service:s0
+broadcastradio                            u:object_r:broadcastradio_service:s0
+carrier_config                            u:object_r:radio_service:s0
+clipboard                                 u:object_r:clipboard_service:s0
+com.android.net.IProxyService             u:object_r:IProxyService_service:s0
+commontime_management                     u:object_r:commontime_management_service:s0
+common_time.clock                         u:object_r:mediaserver_service:s0
+common_time.config                        u:object_r:mediaserver_service:s0
+companiondevice                           u:object_r:companion_device_service:s0
+connectivity                              u:object_r:connectivity_service:s0
+connmetrics                               u:object_r:connmetrics_service:s0
+consumer_ir                               u:object_r:consumer_ir_service:s0
+content                                   u:object_r:content_service:s0
+contexthub                                u:object_r:contexthub_service:s0
+country_detector                          u:object_r:country_detector_service:s0
+coverage                                  u:object_r:coverage_service:s0
+cpuinfo                                   u:object_r:cpuinfo_service:s0
+dbinfo                                    u:object_r:dbinfo_service:s0
+device_policy                             u:object_r:device_policy_service:s0
+device_identifiers                        u:object_r:device_identifiers_service:s0
+deviceidle                                u:object_r:deviceidle_service:s0
+devicestoragemonitor                      u:object_r:devicestoragemonitor_service:s0
+diskstats                                 u:object_r:diskstats_service:s0
+display.qservice                          u:object_r:surfaceflinger_service:s0
+display                                   u:object_r:display_service:s0
+netd_listener                             u:object_r:netd_listener_service:s0
+DockObserver                              u:object_r:DockObserver_service:s0
+dreams                                    u:object_r:dreams_service:s0
+drm.drmManager                            u:object_r:drmserver_service:s0
+dropbox                                   u:object_r:dropbox_service:s0
+dumpstate                                 u:object_r:dumpstate_service:s0
+econtroller                               u:object_r:radio_service:s0
+ethernet                                  u:object_r:ethernet_service:s0
+fingerprint                               u:object_r:fingerprint_service:s0
+font                                      u:object_r:font_service:s0
+android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
+gfxinfo                                   u:object_r:gfxinfo_service:s0
+graphicsstats                             u:object_r:graphicsstats_service:s0
+gpu                                       u:object_r:gpu_service:s0
+hardware                                  u:object_r:hardware_service:s0
+hardware_properties                       u:object_r:hardware_properties_service:s0
+hdmi_control                              u:object_r:hdmi_control_service:s0
+incident                                  u:object_r:incident_service:s0
+inputflinger                              u:object_r:inputflinger_service:s0
+input_method                              u:object_r:input_method_service:s0
+input                                     u:object_r:input_service:s0
+installd                                  u:object_r:installd_service:s0
+iphonesubinfo_msim                        u:object_r:radio_service:s0
+iphonesubinfo2                            u:object_r:radio_service:s0
+iphonesubinfo                             u:object_r:radio_service:s0
+ims                                       u:object_r:radio_service:s0
+imms                                      u:object_r:imms_service:s0
+ipsec                                     u:object_r:ipsec_service:s0
+isms_msim                                 u:object_r:radio_service:s0
+isms2                                     u:object_r:radio_service:s0
+isms                                      u:object_r:radio_service:s0
+isub                                      u:object_r:radio_service:s0
+jobscheduler                              u:object_r:jobscheduler_service:s0
+launcherapps                              u:object_r:launcherapps_service:s0
+location                                  u:object_r:location_service:s0
+lock_settings                             u:object_r:lock_settings_service:s0
+media.aaudio                              u:object_r:audioserver_service:s0
+media.audio_flinger                       u:object_r:audioserver_service:s0
+media.audio_policy                        u:object_r:audioserver_service:s0
+media.camera                              u:object_r:cameraserver_service:s0
+media.camera.proxy                        u:object_r:cameraproxy_service:s0
+media.log                                 u:object_r:audioserver_service:s0
+media.player                              u:object_r:mediaserver_service:s0
+media.metrics                             u:object_r:mediametrics_service:s0
+media.extractor                           u:object_r:mediaextractor_service:s0
+media.codec                               u:object_r:mediacodec_service:s0
+media.resource_manager                    u:object_r:mediaserver_service:s0
+media.sound_trigger_hw                    u:object_r:audioserver_service:s0
+media.drm                                 u:object_r:mediadrmserver_service:s0
+media_projection                          u:object_r:media_projection_service:s0
+media_resource_monitor                    u:object_r:media_session_service:s0
+media_router                              u:object_r:media_router_service:s0
+media_session                             u:object_r:media_session_service:s0
+meminfo                                   u:object_r:meminfo_service:s0
+midi                                      u:object_r:midi_service:s0
+mount                                     u:object_r:mount_service:s0
+netd                                      u:object_r:netd_service:s0
+netpolicy                                 u:object_r:netpolicy_service:s0
+netstats                                  u:object_r:netstats_service:s0
+network_management                        u:object_r:network_management_service:s0
+network_score                             u:object_r:network_score_service:s0
+network_time_update_service               u:object_r:network_time_update_service:s0
+nfc                                       u:object_r:nfc_service:s0
+notification                              u:object_r:notification_service:s0
+oem_lock                                  u:object_r:oem_lock_service:s0
+otadexopt                                 u:object_r:otadexopt_service:s0
+overlay                                   u:object_r:overlay_service:s0
+package                                   u:object_r:package_service:s0
+package_native                            u:object_r:package_native_service:s0
+permission                                u:object_r:permission_service:s0
+persistent_data_block                     u:object_r:persistent_data_block_service:s0
+phone_msim                                u:object_r:radio_service:s0
+phone1                                    u:object_r:radio_service:s0
+phone2                                    u:object_r:radio_service:s0
+phone                                     u:object_r:radio_service:s0
+pinner                                    u:object_r:pinner_service:s0
+power                                     u:object_r:power_service:s0
+print                                     u:object_r:print_service:s0
+processinfo                               u:object_r:processinfo_service:s0
+procstats                                 u:object_r:procstats_service:s0
+radio.phonesubinfo                        u:object_r:radio_service:s0
+radio.phone                               u:object_r:radio_service:s0
+radio.sms                                 u:object_r:radio_service:s0
+recovery                                  u:object_r:recovery_service:s0
+restrictions                              u:object_r:restrictions_service:s0
+rttmanager                                u:object_r:rttmanager_service:s0
+samplingprofiler                          u:object_r:samplingprofiler_service:s0
+scheduling_policy                         u:object_r:scheduling_policy_service:s0
+search                                    u:object_r:search_service:s0
+sec_key_att_app_id_provider               u:object_r:sec_key_att_app_id_provider_service:s0
+sensorservice                             u:object_r:sensorservice_service:s0
+serial                                    u:object_r:serial_service:s0
+servicediscovery                          u:object_r:servicediscovery_service:s0
+settings                                  u:object_r:settings_service:s0
+shortcut                                  u:object_r:shortcut_service:s0
+simphonebook_msim                         u:object_r:radio_service:s0
+simphonebook2                             u:object_r:radio_service:s0
+simphonebook                              u:object_r:radio_service:s0
+sip                                       u:object_r:radio_service:s0
+soundtrigger                              u:object_r:voiceinteraction_service:s0
+statusbar                                 u:object_r:statusbar_service:s0
+storaged                                  u:object_r:storaged_service:s0
+storagestats                              u:object_r:storagestats_service:s0
+SurfaceFlinger                            u:object_r:surfaceflinger_service:s0
+task                                      u:object_r:task_service:s0
+telecom                                   u:object_r:telecom_service:s0
+telephony.registry                        u:object_r:registry_service:s0
+textclassification                        u:object_r:textclassification_service:s0
+textservices                              u:object_r:textservices_service:s0
+timezone                                  u:object_r:timezone_service:s0
+thermalservice                            u:object_r:thermal_service:s0
+trust                                     u:object_r:trust_service:s0
+tv_input                                  u:object_r:tv_input_service:s0
+uimode                                    u:object_r:uimode_service:s0
+updatelock                                u:object_r:updatelock_service:s0
+usagestats                                u:object_r:usagestats_service:s0
+usb                                       u:object_r:usb_service:s0
+user                                      u:object_r:user_service:s0
+vibrator                                  u:object_r:vibrator_service:s0
+virtual_touchpad                          u:object_r:virtual_touchpad_service:s0
+voiceinteraction                          u:object_r:voiceinteraction_service:s0
+vr_hwc                                    u:object_r:vr_hwc_service:s0
+vrmanager                                 u:object_r:vr_manager_service:s0
+wallpaper                                 u:object_r:wallpaper_service:s0
+webviewupdate                             u:object_r:webviewupdate_service:s0
+wifip2p                                   u:object_r:wifip2p_service:s0
+wifiscanner                               u:object_r:wifiscanner_service:s0
+wifi                                      u:object_r:wifi_service:s0
+wificond                                  u:object_r:wificond_service:s0
+wifiaware                                 u:object_r:wifiaware_service:s0
+window                                    u:object_r:window_service:s0
+*                                         u:object_r:default_android_service:s0
+NvRAMAgent                              u:object_r:nvram_agent_service:s0
+memory_dumper                           u:object_r:mediaserver_service:s0
+imsa                                    u:object_r:radio_service:s0
+mtkIms                                  u:object_r:radio_service:s0
+GbaService                              u:object_r:radio_service:s0
+DmService                               u:object_r:radio_service:s0
+anrmanager          u:object_r:mtk_anrmanager_service:s0
+permrecords         u:object_r:mtk_permrecords_service:s0
+media.mmsdk                             u:object_r:mtk_advcamserver_service:s0
+media.advcam                            u:object_r:mtk_advcamserver_service:s0
+AAL                                     u:object_r:aal_service:s0
+mobile                                  u:object_r:mtk_mobile_service:s0
+msgmonitorservice                       u:object_r:mtk_msg_monitor_service:s0
+mtk-perfservice                         u:object_r:mtk_perf_service:s0
+power_hal_mgr_service                   u:object_r:mtk_power_hal_mgr_service:s0
+epdg_service                            u:object_r:mtk_epdg_service:s0
+rns                                     u:object_r:mtk_rns_service:s0
+phoneEx                                 u:object_r:mtk_radio_service:s0
+telephony.mtkregistry                   u:object_r:mtk_registry_service:s0
+iphonesubinfoEx                         u:object_r:mtk_phonesubinfo_service:s0
+mtk_telecom                             u:object_r:mtk_telecom_service:s0
+mtksimphonebook                         u:object_r:mtk_simphonebook_service:s0
+data_shaping                            u:object_r:mtk_data_shaping_service:s0
+mtkconnmetrics                          u:object_r:mtk_connmetrics_service:s0
+search_engine_service                   u:object_r:mtk_search_engine_service:s0
+omadm_service                           u:object_r:mtk_omadm_service:s0
+duraspeed                               u:object_r:mtk_duraspeed_service:s0
+FullscreenSwitchService                 u:object_r:mtk_fullscreen_switch_service:s0
+GoogleOtaBinder                         u:object_r:ota_agent_service:s0
+GpuAppSpectatorService                  u:object_r:gas_srv_service:s0
+GuiExtService                           u:object_r:guiext-server_service:s0
+DmAgent                                 u:object_r:dm_agent_binder_service:s0
+FpsPolicyService                        u:object_r:fpspolicy-server_service:s0
+isubstub                                u:object_r:radio_service:s0
+appdetection                            u:object_r:mtk_appdetection_service:s0
+wfo                                     u:object_r:radio_service:s0
+imtksms                                 u:object_r:radio_service:s0
+carrierexpress                          u:object_r:mtk_carrierexpress_service:s0
+media.VTS                               u:object_r:vtservice_service:s0
+media.VTS.HiDL                          u:object_r:vtservice_hidl_service:s0
+mwis                                    u:object_r:radio_service:s0
+hdmi.MtkHdmiService                     u:object_r:mtk_hdmi_service:s0
+PPLAgent                                u:object_r:ppl_agent_service:s0
+nfc.st_ext                              u:object_r:nfc_service:s0
+nfc_settings                            u:object_r:nfc_service:s0
+program_binary                          u:object_r:program_binary_service:s0
diff --git a/system/etc/sepolicy_tests b/system/etc/sepolicy_tests
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/etc/spn-conf.xml b/system/etc/spn-conf.xml
new file mode 100644
index 0000000000000000000000000000000000000000..04094a188f59bea7c983d9ddeac041ed90e9e863
--- /dev/null
+++ b/system/etc/spn-conf.xml
@@ -0,0 +1,1190 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<spnOverrides version="1">
+<spnOverride numeric="20201" spn="GR COSMOTE"/>
+<spnOverride numeric="20205" spn="vodafone GR"/>
+<spnOverride numeric="20209" spn="WIND GR"/>
+<spnOverride numeric="20210" spn="WIND GR"/>
+<spnOverride numeric="20402" spn="Tele2 NL"/>
+<spnOverride numeric="20404" spn="vodafone NL"/>
+<spnOverride numeric="20408" spn="NL KPN"/>
+<spnOverride numeric="20412" spn="NL Telfort"/>
+<spnOverride numeric="20416" spn="T-Mobile NL"/>
+<spnOverride numeric="20601" spn="Proximus"/>
+<spnOverride numeric="20610" spn="Orange B"/>
+<spnOverride numeric="20620" spn="BASE"/>
+<spnOverride numeric="20801" spn="Orange F"/>
+<spnOverride numeric="20802" spn="F-Contact"/>
+<spnOverride numeric="20809" spn="F SFR"/>
+<spnOverride numeric="20810" spn="F SFR"/>
+<spnOverride numeric="20811" spn="SFR FEMTO"/>
+<spnOverride numeric="20813" spn="F - Contact"/>
+<spnOverride numeric="20815" spn="Free"/>
+<spnOverride numeric="20820" spn="F-Bouygues Telecom"/>
+<spnOverride numeric="20888" spn="F - Contact"/>
+<spnOverride numeric="21201" spn="vala"/>
+<spnOverride numeric="21210" spn="Monaco"/>
+<spnOverride numeric="21303" spn="ANDORRA-MOBILAND"/>
+<spnOverride numeric="21401" spn="vodafone ES"/>
+<spnOverride numeric="21403" spn="Orange SP"/>
+<spnOverride numeric="21404" spn="YOIGO"/>
+<spnOverride numeric="21407" spn="Movistar"/>
+<spnOverride numeric="21601" spn="Telenor HU"/>
+<spnOverride numeric="21603" spn="DIGI Mobil HU"/>
+<spnOverride numeric="21630" spn="Telekom HU"/>
+<spnOverride numeric="21670" spn="vodafone HU"/>
+<spnOverride numeric="21801" spn="HT ERONET"/>
+<spnOverride numeric="21803" spn="HT ERONET"/>
+<spnOverride numeric="21805" spn="m:tel"/>
+<spnOverride numeric="21890" spn="BH Mobile"/>
+<spnOverride numeric="21901" spn="HT HR"/>
+<spnOverride numeric="21902" spn="Tele2 HR"/>
+<spnOverride numeric="21910" spn="HR VIP"/>
+<spnOverride numeric="22001" spn="Telenor SRB"/>
+<spnOverride numeric="22003" spn="mt:s"/>
+<spnOverride numeric="22005" spn="Vip SRB"/>
+<spnOverride numeric="22201" spn="I TIM"/>
+<spnOverride numeric="22210" spn="vodafone IT"/>
+<spnOverride numeric="22250" spn="ILIAD"/>
+<spnOverride numeric="22288" spn="I WIND"/>
+<spnOverride numeric="22299" spn="3 ITA"/>
+<spnOverride numeric="22601" spn="RO Vodafone RO"/>
+<spnOverride numeric="22603" spn="TELEKOM.RO"/>
+<spnOverride numeric="22605" spn="RO Digi.Mobil"/>
+<spnOverride numeric="22610" spn="RO ORANGE"/>
+<spnOverride numeric="22615" spn="RO 2K Telecom"/>
+<spnOverride numeric="22801" spn="Swisscom"/>
+<spnOverride numeric="22802" spn="Sunrise"/>
+<spnOverride numeric="22803" spn="Salt"/>
+<spnOverride numeric="22815" spn="OnAir"/>
+<spnOverride numeric="23001" spn="T-Mobile CZ"/>
+<spnOverride numeric="23002" spn="O2 - CZ"/>
+<spnOverride numeric="23003" spn="Vodafone CZ"/>
+<spnOverride numeric="23101" spn="Orange SK"/>
+<spnOverride numeric="23102" spn="Telekom SK"/>
+<spnOverride numeric="23103" spn="SWAN SK"/>
+<spnOverride numeric="23106" spn="O2 - SK"/>
+<spnOverride numeric="23201" spn="A1"/>
+<spnOverride numeric="23203" spn="T-Mobile A"/>
+<spnOverride numeric="23205" spn="3 AT"/>
+<spnOverride numeric="23207" spn="telering"/>
+<spnOverride numeric="23210" spn="3 AT"/>
+<spnOverride numeric="23212" spn="A1"/>
+<spnOverride numeric="23403" spn="Airtel-Vodafone"/>
+<spnOverride numeric="23408" spn="BT OnePhone"/>
+<spnOverride numeric="23410" spn="O2 - UK"/>
+<spnOverride numeric="23415" spn="vodafone UK"/>
+<spnOverride numeric="23416" spn="TalkTalk"/>
+<spnOverride numeric="23419" spn="PMN UK"/>
+<spnOverride numeric="23420" spn="3 UK"/>
+<spnOverride numeric="23428" spn="Marathon"/>
+<spnOverride numeric="23430" spn="EE"/>
+<spnOverride numeric="23431" spn="EE"/>
+<spnOverride numeric="23432" spn="EE"/>
+<spnOverride numeric="23433" spn="EE"/>
+<spnOverride numeric="23450" spn="JT"/>
+<spnOverride numeric="23455" spn="Sure"/>
+<spnOverride numeric="23458" spn="Manx Telecom"/>
+<spnOverride numeric="23801" spn="TDC"/>
+<spnOverride numeric="23802" spn="Telenor DK"/>
+<spnOverride numeric="23806" spn="3 DK"/>
+<spnOverride numeric="23820" spn="Telia DK"/>
+<spnOverride numeric="23866" spn="Telia-Telenor DK"/>
+<spnOverride numeric="23877" spn="Telenor DK"/>
+<spnOverride numeric="24001" spn="TELIA S"/>
+<spnOverride numeric="24002" spn="3 SE"/>
+<spnOverride numeric="24004" spn="SWEDEN"/>
+<spnOverride numeric="24005" spn="Sweden 3G"/>
+<spnOverride numeric="24007" spn="Tele2"/>
+<spnOverride numeric="24008" spn="Telenor SE"/>
+<spnOverride numeric="24024" spn="Sweden Mobile"/>
+<spnOverride numeric="24201" spn="N Telenor"/>
+<spnOverride numeric="24202" spn="N NetCom"/>
+<spnOverride numeric="24204" spn="Mobile Norway"/>
+<spnOverride numeric="24205" spn="Mobile Norway"/>
+<spnOverride numeric="24214" spn="ice.net"/>
+<spnOverride numeric="24299" spn="Tampnet"/>
+<spnOverride numeric="24403" spn="FI DNA"/>
+<spnOverride numeric="24405" spn="FI elisa"/>
+<spnOverride numeric="24412" spn="FI DNA"/>
+<spnOverride numeric="24414" spn="FI AMT"/>
+<spnOverride numeric="24421" spn="FI elisa"/>
+<spnOverride numeric="24436" spn="DNA - Sonera FI"/>
+<spnOverride numeric="24491" spn="FI SONERA"/>
+<spnOverride numeric="24601" spn="OMNITEL LT"/>
+<spnOverride numeric="24602" spn="LT BITE GSM"/>
+<spnOverride numeric="24603" spn="Tele2 LT"/>
+<spnOverride numeric="24701" spn="LV LMT"/>
+<spnOverride numeric="24702" spn="Tele2 LV"/>
+<spnOverride numeric="24705" spn="BITE LV"/>
+<spnOverride numeric="24801" spn="Telia"/>
+<spnOverride numeric="24802" spn="Elisa EE"/>
+<spnOverride numeric="24803" spn="Tele2 EE"/>
+<spnOverride numeric="25001" spn="MTS RUS"/>
+<spnOverride numeric="25002" spn="MegaFon"/>
+<spnOverride numeric="25003" spn="ROSTELECOM"/>
+<spnOverride numeric="25005" spn="ROSTELECOM"/>
+<spnOverride numeric="25007" spn="RUS 07, RUS SMARTS"/>
+<spnOverride numeric="25011" spn="YOTA"/>
+<spnOverride numeric="25012" spn="ROSTELECOM"/>
+<spnOverride numeric="25015" spn="RUS15, RUS SMARTS"/>
+<spnOverride numeric="25016" spn="NTC"/>
+<spnOverride numeric="25017" spn="ROSTELECOM"/>
+<spnOverride numeric="25019" spn="RUS INDIGO"/>
+<spnOverride numeric="25020" spn="Tele2 RU"/>
+<spnOverride numeric="25027" spn="LETAI"/>
+<spnOverride numeric="25028" spn="voda"/>
+<spnOverride numeric="25035" spn="MOTIV"/>
+<spnOverride numeric="25037" spn="KODOTEL"/>
+<spnOverride numeric="25038" spn="ROSTELECOM"/>
+<spnOverride numeric="25039" spn="ROSTELECOM"/>
+<spnOverride numeric="25099" spn="Beeline"/>
+<spnOverride numeric="25501" spn="VODAFONE"/>
+<spnOverride numeric="25502" spn="Beeline UA"/>
+<spnOverride numeric="25503" spn="UA-KYIVSTAR"/>
+<spnOverride numeric="25505" spn="UA-GT"/>
+<spnOverride numeric="25506" spn="life:)"/>
+<spnOverride numeric="25507" spn="TriMob"/>
+<spnOverride numeric="25701" spn="BY VELCOM"/>
+<spnOverride numeric="25702" spn="MTS BY"/>
+<spnOverride numeric="25704" spn="life:) BY"/>
+<spnOverride numeric="25901" spn="Orange MD"/>
+<spnOverride numeric="25902" spn="Moldcell"/>
+<spnOverride numeric="25905" spn="UNITE"/>
+<spnOverride numeric="25915" spn="IDC"/>
+<spnOverride numeric="26001" spn="Plus"/>
+<spnOverride numeric="26002" spn="T-Mobile.pl"/>
+<spnOverride numeric="26003" spn="Orange PL"/>
+<spnOverride numeric="26006" spn="Play"/>
+<spnOverride numeric="26034" spn="T-Mobile.pl"/>
+<spnOverride numeric="26201" spn="Telekom.de"/>
+<spnOverride numeric="26202" spn="Vodafone.de"/>
+<spnOverride numeric="26203" spn="o2 - de"/>
+<spnOverride numeric="26206" spn="Telekom.de"/>
+<spnOverride numeric="26207" spn="o2 - de"/>
+<spnOverride numeric="26208" spn="o2 - de"/>
+<spnOverride numeric="26601" spn="GIBTEL"/>
+<spnOverride numeric="26606" spn="CTS"/>
+<spnOverride numeric="26609" spn="Shine"/>
+<spnOverride numeric="26801" spn="vodafone P"/>
+<spnOverride numeric="26803" spn="NOS"/>
+<spnOverride numeric="26806" spn="MEO"/>
+<spnOverride numeric="27001" spn="POST"/>
+<spnOverride numeric="27077" spn="L TANGO"/>
+<spnOverride numeric="27099" spn="L Orange-LU"/>
+<spnOverride numeric="27201" spn="vodafone IE"/>
+<spnOverride numeric="27202" spn="3"/>
+<spnOverride numeric="27203" spn="IRL - METEOR"/>
+<spnOverride numeric="27205" spn="3"/>
+<spnOverride numeric="27401" spn="IS SIMINN"/>
+<spnOverride numeric="27402" spn="Vodafone"/>
+<spnOverride numeric="27404" spn="Viking"/>
+<spnOverride numeric="27408" spn="IS OnWaves"/>
+<spnOverride numeric="27411" spn="NOVA IS"/>
+<spnOverride numeric="27412" spn="IS TAL"/>
+<spnOverride numeric="27601" spn="Telekom.al"/>
+<spnOverride numeric="27602" spn="Voda AL"/>
+<spnOverride numeric="27603" spn="ALBtelecom"/>
+<spnOverride numeric="27604" spn="PLUS AL"/>
+<spnOverride numeric="27801" spn="vodafone MT"/>
+<spnOverride numeric="27821" spn="go mobile"/>
+<spnOverride numeric="27877" spn="Melita Mobile"/>
+<spnOverride numeric="28001" spn="Cyta-Voda"/>
+<spnOverride numeric="28010" spn="MTN"/>
+<spnOverride numeric="28020" spn="PrimeTel PLC"/>
+<spnOverride numeric="28201" spn="GEO-GEOCELL"/>
+<spnOverride numeric="28202" spn="MAGTI-GSM-GEO"/>
+<spnOverride numeric="28204" spn="BEELINE"/>
+<spnOverride numeric="28301" spn="Beeline AM"/>
+<spnOverride numeric="28305" spn="MTS ARM"/>
+<spnOverride numeric="28310" spn="Ucom AM"/>
+<spnOverride numeric="28401" spn="Mtel"/>
+<spnOverride numeric="28403" spn="Vivacom BG"/>
+<spnOverride numeric="28405" spn="Telenor BG"/>
+<spnOverride numeric="28601" spn="TR TURKCELL"/>
+<spnOverride numeric="28602" spn="Vodafone Türkiye"/>
+<spnOverride numeric="28603" spn="AVEA"/>
+<spnOverride numeric="28801" spn="Foroya Tele"/>
+<spnOverride numeric="28802" spn="VODAFONE FO"/>
+<spnOverride numeric="29001" spn="TELE Greenland"/>
+<spnOverride numeric="29201" spn="SMT"/>
+<spnOverride numeric="29340" spn="A1 SI"/>
+<spnOverride numeric="29341" spn="MOBITEL"/>
+<spnOverride numeric="29364" spn="T-2"/>
+<spnOverride numeric="29370" spn="TELEMACH"/>
+<spnOverride numeric="29401" spn="T-Mobile MK"/>
+<spnOverride numeric="29402" spn="ONE MK"/>
+<spnOverride numeric="29403" spn="Vip MKD"/>
+<spnOverride numeric="29501" spn="SwisscomFL"/>
+<spnOverride numeric="29502" spn="Salt.li"/>
+<spnOverride numeric="29505" spn="FL1"/>
+<spnOverride numeric="29701" spn="Telenor"/>
+<spnOverride numeric="29702" spn="Telekom.me"/>
+<spnOverride numeric="29703" spn="MTEL"/>
+<spnOverride numeric="302220" spn="TELUS"/>
+<spnOverride numeric="302270" spn="Eastlink"/>
+<spnOverride numeric="302320" spn="Mobilicity"/>
+<spnOverride numeric="302340" spn="Execulink Telecom"/>
+<spnOverride numeric="302370" spn="Fido"/>
+<spnOverride numeric="302380" spn="KNET"/>
+<spnOverride numeric="302480" spn="SSi"/>
+<spnOverride numeric="302490" spn="Freedom"/>
+<spnOverride numeric="302500" spn="Videotron"/>
+<spnOverride numeric="302520" spn="Videotron"/>
+<spnOverride numeric="302610" spn="Bell"/>
+<spnOverride numeric="302620" spn="Ice Wireless Inc"/>
+<spnOverride numeric="30266" spn="MTS"/>
+<spnOverride numeric="302660" spn="MTS"/>
+<spnOverride numeric="302720" spn="Rogers Wireless"/>
+<spnOverride numeric="302730" spn="CAN TerreStar Solutions"/>
+<spnOverride numeric="302770" spn="CANRU"/>
+<spnOverride numeric="302780" spn="SaskTel"/>
+<spnOverride numeric="302880" spn="FastRoam"/>
+<spnOverride numeric="302940" spn="Wightman"/>
+<spnOverride numeric="30801" spn="SPM AMERIS"/>
+<spnOverride numeric="310020" spn="US - Union Telephone"/>
+<spnOverride numeric="310030" spn="AT&amp;T"/>
+<spnOverride numeric="310032" spn="IT&amp;E"/>
+<spnOverride numeric="310050" spn="GCI"/>
+<spnOverride numeric="310070" spn="AT&amp;T"/>
+<spnOverride numeric="310090" spn="AT&amp;T"/>
+<spnOverride numeric="310100" spn="US PLATEAU"/>
+<spnOverride numeric="310110" spn="IT&amp;E"/>
+<spnOverride numeric="310120" spn="Sprint"/>
+<spnOverride numeric="310140" spn="GTA"/>
+<spnOverride numeric="310150" spn="AT&amp;T"/>
+<spnOverride numeric="310160" spn="T-Mobile"/>
+<spnOverride numeric="310170" spn="AT&amp;T"/>
+<spnOverride numeric="310180" spn="West Central Wireless"/>
+<spnOverride numeric="310190" spn="USA Dutch Harbor"/>
+<spnOverride numeric="31020" spn="US - Union Telephone"/>
+<spnOverride numeric="310200" spn="T-Mobile"/>
+<spnOverride numeric="310210" spn="T-Mobile"/>
+<spnOverride numeric="310220" spn="T-Mobile"/>
+<spnOverride numeric="310230" spn="T-Mobile"/>
+<spnOverride numeric="310240" spn="T-Mobile"/>
+<spnOverride numeric="310250" spn="T-Mobile"/>
+<spnOverride numeric="310260" spn="T-Mobile"/>
+<spnOverride numeric="310270" spn="T-Mobile"/>
+<spnOverride numeric="310280" spn="AT&amp;T"/>
+<spnOverride numeric="310290" spn="NEP Wireless"/>
+<spnOverride numeric="31030" spn="AT&amp;T"/>
+<spnOverride numeric="310300" spn="BigSkyUS"/>
+<spnOverride numeric="310310" spn="T-Mobile"/>
+<spnOverride numeric="31032" spn="IT&amp;E"/>
+<spnOverride numeric="310320" spn="USA - CellularOne"/>
+<spnOverride numeric="310340" spn="WestLink"/>
+<spnOverride numeric="310370" spn="DOCOMO PACIFIC"/>
+<spnOverride numeric="310380" spn="AT&amp;T"/>
+<spnOverride numeric="310410" spn="AT&amp;T"/>
+<spnOverride numeric="310420" spn="Cinti Bell"/>
+<spnOverride numeric="310450" spn="Cell One of NE Colorado"/>
+<spnOverride numeric="310460" spn="USA1L"/>
+<spnOverride numeric="310480" spn="iCONNECT ADVANCED"/>
+<spnOverride numeric="310490" spn="T-Mobile"/>
+<spnOverride numeric="31050" spn="GCI"/>
+<spnOverride numeric="310530" spn="Iowa Wireless USA"/>
+<spnOverride numeric="310560" spn="AT&amp;T"/>
+<spnOverride numeric="310570" spn="Cell One"/>
+<spnOverride numeric="310580" spn="T-Mobile"/>
+<spnOverride numeric="310590" spn="Verizon"/>
+<spnOverride numeric="310630" spn="USA AmeriLink"/>
+<spnOverride numeric="310640" spn="USA AE Airadigm"/>
+<spnOverride numeric="310650" spn="Jasper"/>
+<spnOverride numeric="310660" spn="T-Mobile"/>
+<spnOverride numeric="310680" spn="AT&amp;T"/>
+<spnOverride numeric="310690" spn="Limitless Mobile"/>
+<spnOverride numeric="310710" spn="USA ASTAC"/>
+<spnOverride numeric="310730" spn="U.S.Cellular"/>
+<spnOverride numeric="310740" spn="USA OTZ"/>
+<spnOverride numeric="310770" spn="Iowa Wireless USA"/>
+<spnOverride numeric="31080" spn="Corr Wireless"/>
+<spnOverride numeric="310800" spn="T-Mobile"/>
+<spnOverride numeric="310840" spn="telna Mobile"/>
+<spnOverride numeric="310870" spn="US"/>
+<spnOverride numeric="310880" spn="USAACSI"/>
+<spnOverride numeric="310890" spn="Verizon"/>
+<spnOverride numeric="310990" spn="Worldcall"/>
+<spnOverride numeric="311030" spn="Indigo"/>
+<spnOverride numeric="311040" spn="USA - Commnet"/>
+<spnOverride numeric="311080" spn="Pine Cellular"/>
+<spnOverride numeric="311090" spn="USASXLP"/>
+<spnOverride numeric="311150" spn="Wilkes USA"/>
+<spnOverride numeric="311180" spn="AT&amp;T"/>
+<spnOverride numeric="311190" spn="USAC1ECI"/>
+<spnOverride numeric="311230" spn="C Spire"/>
+<spnOverride numeric="311240" spn="USACWCI"/>
+<spnOverride numeric="311270" spn="Verizon"/>
+<spnOverride numeric="31130" spn="Indigo"/>
+<spnOverride numeric="311330" spn="BTW"/>
+<spnOverride numeric="311370" spn="GCI"/>
+<spnOverride numeric="31140" spn="USA - Commnet"/>
+<spnOverride numeric="311480" spn="Verizon"/>
+<spnOverride numeric="311490" spn="Sprint"/>
+<spnOverride numeric="311500" spn="MOSAIC"/>
+<spnOverride numeric="311530" spn="USANW"/>
+<spnOverride numeric="311540" spn="USA Proximiti"/>
+<spnOverride numeric="311580" spn="U.S.Cellular"/>
+<spnOverride numeric="311630" spn="C Spire"/>
+<spnOverride numeric="311660" spn="Metro PCS"/>
+<spnOverride numeric="311710" spn="Northeast Wireless"/>
+<spnOverride numeric="311730" spn="USA Proximiti"/>
+<spnOverride numeric="311740" spn="TCI"/>
+<spnOverride numeric="31180" spn="Pine Cellular"/>
+<spnOverride numeric="311810" spn="Bluegrass Wireless"/>
+<spnOverride numeric="311870" spn="Sprint"/>
+<spnOverride numeric="31190" spn="USASXLP"/>
+<spnOverride numeric="311940" spn="CLEAR"/>
+<spnOverride numeric="312060" spn="CoverageCo"/>
+<spnOverride numeric="312180" spn="Limitless Mobile"/>
+<spnOverride numeric="312230" spn="SRT Wireless"/>
+<spnOverride numeric="312260" spn="USACL"/>
+<spnOverride numeric="312280" spn="Pioneer"/>
+<spnOverride numeric="312290" spn="Strata Networks USA"/>
+<spnOverride numeric="312480" spn="Nemont"/>
+<spnOverride numeric="31260" spn="CoverageCo"/>
+<spnOverride numeric="312630" spn="NetGenuity"/>
+<spnOverride numeric="312870" spn="GigSky"/>
+<spnOverride numeric="313070" spn="MNSHub"/>
+<spnOverride numeric="330110" spn="PR Claro"/>
+<spnOverride numeric="330120" spn="Open Mob PRI"/>
+<spnOverride numeric="334020" spn="TELCEL"/>
+<spnOverride numeric="334030" spn="Movistar"/>
+<spnOverride numeric="33403" spn="Movistar"/>
+<spnOverride numeric="334050" spn="AT&amp;T"/>
+<spnOverride numeric="334070" spn="AT&amp;T"/>
+<spnOverride numeric="334090" spn="Nextel"/>
+<spnOverride numeric="33420" spn="TELCEL"/>
+<spnOverride numeric="33450" spn="AT&amp;T"/>
+<spnOverride numeric="33490" spn="AT&amp;T"/>
+<spnOverride numeric="338050" spn="Digicel"/>
+<spnOverride numeric="338180" spn="FLOW"/>
+<spnOverride numeric="33850" spn="DIGICEL"/>
+<spnOverride numeric="34001" spn="F-Orange"/>
+<spnOverride numeric="34002" spn="SFR"/>
+<spnOverride numeric="34003" spn="CHIPPIE"/>
+<spnOverride numeric="34008" spn="DAUPHIN"/>
+<spnOverride numeric="34020" spn="Digicel"/>
+<spnOverride numeric="342600" spn="FLOW"/>
+<spnOverride numeric="342750" spn="DIGICEL"/>
+<spnOverride numeric="344030" spn="APUA imobile"/>
+<spnOverride numeric="34430" spn="APUA imobile"/>
+<spnOverride numeric="344920" spn="FLOW"/>
+<spnOverride numeric="344930" spn="Cingular"/>
+<spnOverride numeric="346140" spn="FLOW"/>
+<spnOverride numeric="348170" spn="FLOW"/>
+<spnOverride numeric="348570" spn="CCT Boatphone"/>
+<spnOverride numeric="35000" spn="CELLONE"/>
+<spnOverride numeric="350000" spn="CELLONE"/>
+<spnOverride numeric="350010" spn="Cingular"/>
+<spnOverride numeric="35010" spn="Cingular"/>
+<spnOverride numeric="352030" spn="DIGICEL"/>
+<spnOverride numeric="352110" spn="FLOW"/>
+<spnOverride numeric="35230" spn="DIGICEL"/>
+<spnOverride numeric="354860" spn="FLOW"/>
+<spnOverride numeric="356110" spn="FLOW"/>
+<spnOverride numeric="358050" spn="DIGICEL"/>
+<spnOverride numeric="358110" spn="FLOW"/>
+<spnOverride numeric="35850" spn="DIGICEL"/>
+<spnOverride numeric="360070" spn="DIGICEL"/>
+<spnOverride numeric="360110" spn="FLOW"/>
+<spnOverride numeric="36070" spn="DIGICEL"/>
+<spnOverride numeric="36251" spn="Telcell GSM"/>
+<spnOverride numeric="36269" spn="Digicel"/>
+<spnOverride numeric="36278" spn="Kla"/>
+<spnOverride numeric="36291" spn="CHIPPIE"/>
+<spnOverride numeric="36301" spn="SETAR"/>
+<spnOverride numeric="36302" spn="AW Digicel"/>
+<spnOverride numeric="36320" spn="DIGICEL"/>
+<spnOverride numeric="36439" spn="BTC"/>
+<spnOverride numeric="36449" spn="aliv"/>
+<spnOverride numeric="365840" spn="FLOW"/>
+<spnOverride numeric="366020" spn="Cingular"/>
+<spnOverride numeric="366110" spn="FLOW"/>
+<spnOverride numeric="36620" spn="Cingular"/>
+<spnOverride numeric="36801" spn="CUBACEL"/>
+<spnOverride numeric="37001" spn="ALTICE"/>
+<spnOverride numeric="37002" spn="CLARO DOM"/>
+<spnOverride numeric="37004" spn="Viva DO"/>
+<spnOverride numeric="37201" spn="COMCEL"/>
+<spnOverride numeric="37203" spn="Natcom"/>
+<spnOverride numeric="37412" spn="TSTT"/>
+<spnOverride numeric="374130" spn="Digicel"/>
+<spnOverride numeric="376350" spn="FLOW"/>
+<spnOverride numeric="376360" spn="IslandCom TCI"/>
+<spnOverride numeric="40001" spn="AZEAC"/>
+<spnOverride numeric="40002" spn="BAKCELL AZ"/>
+<spnOverride numeric="40004" spn="AZ Nar"/>
+<spnOverride numeric="40101" spn="Beeline KZ"/>
+<spnOverride numeric="40102" spn="Kcell"/>
+<spnOverride numeric="40107" spn="ALTEL"/>
+<spnOverride numeric="40177" spn="Tele2"/>
+<spnOverride numeric="40211" spn="BT B-Mobile"/>
+<spnOverride numeric="40277" spn="TASHICELL"/>
+<spnOverride numeric="40400" spn="TATA INDICOM"/>
+<spnOverride numeric="40401" spn="Vodafone IN"/>
+<spnOverride numeric="40402" spn="IND airtel"/>
+<spnOverride numeric="40403" spn="IND airtel"/>
+<spnOverride numeric="404030" spn="Vodafone IN"/>
+<spnOverride numeric="40404" spn="IDEA"/>
+<spnOverride numeric="40405" spn="Vodafone IN"/>
+<spnOverride numeric="40407" spn="IDEA"/>
+<spnOverride numeric="40409" spn="Reliance"/>
+<spnOverride numeric="40410" spn="IND airtel"/>
+<spnOverride numeric="40411" spn="Vodafone IN"/>
+<spnOverride numeric="40412" spn="IDEA"/>
+<spnOverride numeric="40413" spn="Vodafone IN"/>
+<spnOverride numeric="40414" spn="IDEA"/>
+<spnOverride numeric="40415" spn="Vodafone IN"/>
+<spnOverride numeric="40416" spn="IND airtel"/>
+<spnOverride numeric="40417" spn="Aircel"/>
+<spnOverride numeric="40418" spn="Reliance"/>
+<spnOverride numeric="40419" spn="IDEA"/>
+<spnOverride numeric="40420" spn="Vodafone IN"/>
+<spnOverride numeric="40422" spn="IDEA"/>
+<spnOverride numeric="404238" spn="Reliance"/>
+<spnOverride numeric="40424" spn="IDEA"/>
+<spnOverride numeric="40425" spn="Aircel"/>
+<spnOverride numeric="40427" spn="Vodafone IN"/>
+<spnOverride numeric="40428" spn="Aircel"/>
+<spnOverride numeric="40429" spn="Aircel"/>
+<spnOverride numeric="40430" spn="Vodafone IN"/>
+<spnOverride numeric="40431" spn="IND airtel"/>
+<spnOverride numeric="40433" spn="Aircel"/>
+<spnOverride numeric="40434" spn="CellOne"/>
+<spnOverride numeric="40435" spn="Aircel"/>
+<spnOverride numeric="40436" spn="Reliance"/>
+<spnOverride numeric="40437" spn="Aircel"/>
+<spnOverride numeric="40438" spn="CellOne"/>
+<spnOverride numeric="40440" spn="IND airtel"/>
+<spnOverride numeric="40441" spn="Aircel"/>
+<spnOverride numeric="40442" spn="Aircel"/>
+<spnOverride numeric="40443" spn="Vodafone IN"/>
+<spnOverride numeric="40444" spn="IDEA"/>
+<spnOverride numeric="40445" spn="IND airtel"/>
+<spnOverride numeric="40446" spn="Vodafone IN"/>
+<spnOverride numeric="40449" spn="IND airtel"/>
+<spnOverride numeric="40450" spn="Reliance"/>
+<spnOverride numeric="40451" spn="CellOne"/>
+<spnOverride numeric="40452" spn="Reliance"/>
+<spnOverride numeric="40453" spn="CellOne"/>
+<spnOverride numeric="40454" spn="CellOne"/>
+<spnOverride numeric="40455" spn="CellOne"/>
+<spnOverride numeric="40456" spn="IDEA"/>
+<spnOverride numeric="40457" spn="CellOne"/>
+<spnOverride numeric="40458" spn="CellOne"/>
+<spnOverride numeric="40459" spn="CellOne"/>
+<spnOverride numeric="40460" spn="Vodafone IN"/>
+<spnOverride numeric="40462" spn="CellOne"/>
+<spnOverride numeric="40464" spn="CellOne"/>
+<spnOverride numeric="40466" spn="CellOne"/>
+<spnOverride numeric="40467" spn="Reliance"/>
+<spnOverride numeric="40468" spn="IN-DOLPHIN"/>
+<spnOverride numeric="40469" spn="IN-DOLPHIN"/>
+<spnOverride numeric="40470" spn="IND airtel"/>
+<spnOverride numeric="40471" spn="CellOne"/>
+<spnOverride numeric="40472" spn="CellOne"/>
+<spnOverride numeric="40473" spn="CellOne"/>
+<spnOverride numeric="40474" spn="CellOne"/>
+<spnOverride numeric="40475" spn="CellOne"/>
+<spnOverride numeric="40476" spn="CellOne"/>
+<spnOverride numeric="40477" spn="CellOne"/>
+<spnOverride numeric="40478" spn="IDEA"/>
+<spnOverride numeric="40479" spn="CellOne"/>
+<spnOverride numeric="40480" spn="CellOne"/>
+<spnOverride numeric="40481" spn="CellOne"/>
+<spnOverride numeric="40482" spn="IDEA"/>
+<spnOverride numeric="40483" spn="Reliance"/>
+<spnOverride numeric="40484" spn="Vodafone IN"/>
+<spnOverride numeric="40485" spn="Reliance"/>
+<spnOverride numeric="40486" spn="Vodafone IN"/>
+<spnOverride numeric="40487" spn="IDEA"/>
+<spnOverride numeric="40488" spn="Vodafone IN"/>
+<spnOverride numeric="40489" spn="IDEA"/>
+<spnOverride numeric="40490" spn="IND airtel"/>
+<spnOverride numeric="40491" spn="Aircel"/>
+<spnOverride numeric="40492" spn="IND airtel"/>
+<spnOverride numeric="40493" spn="IND airtel"/>
+<spnOverride numeric="40494" spn="IND airtel"/>
+<spnOverride numeric="40495" spn="IND airtel"/>
+<spnOverride numeric="40496" spn="IND airtel"/>
+<spnOverride numeric="40497" spn="IND airtel"/>
+<spnOverride numeric="40498" spn="IND airtel"/>
+<spnOverride numeric="40501" spn="Reliance"/>
+<spnOverride numeric="405025" spn="TATA DOCOMO"/>
+<spnOverride numeric="405026" spn="TATA TELE"/>
+<spnOverride numeric="405027" spn="TATA DOCOMO"/>
+<spnOverride numeric="405028" spn="TATA TELE"/>
+<spnOverride numeric="405029" spn="TATA DOCOMO"/>
+<spnOverride numeric="405030" spn="TATA DOCOMO"/>
+<spnOverride numeric="405031" spn="TATA DOCOMO"/>
+<spnOverride numeric="405032" spn="TATA DOCOMO"/>
+<spnOverride numeric="405033" spn="TATA TELE"/>
+<spnOverride numeric="405034" spn="TATA DOCOMO"/>
+<spnOverride numeric="405035" spn="TATA DOCOMO"/>
+<spnOverride numeric="405036" spn="TATA DOCOMO"/>
+<spnOverride numeric="405037" spn="TATA DOCOMO"/>
+<spnOverride numeric="405038" spn="TATA DOCOMO"/>
+<spnOverride numeric="405039" spn="TATA DOCOMO"/>
+<spnOverride numeric="405040" spn="TATA TELE"/>
+<spnOverride numeric="405041" spn="TATA DOCOMO"/>
+<spnOverride numeric="405042" spn="TATA DOCOMO"/>
+<spnOverride numeric="405043" spn="TATA DOCOMO"/>
+<spnOverride numeric="405044" spn="TATA DOCOMO"/>
+<spnOverride numeric="405045" spn="TATA DOCOMO"/>
+<spnOverride numeric="405046" spn="TATA DOCOMO"/>
+<spnOverride numeric="405047" spn="TATA DOCOMO"/>
+<spnOverride numeric="40505" spn="Reliance"/>
+<spnOverride numeric="40506" spn="Reliance"/>
+<spnOverride numeric="40507" spn="Reliance"/>
+<spnOverride numeric="40508" spn="Reliance"/>
+<spnOverride numeric="40509" spn="Reliance"/>
+<spnOverride numeric="40510" spn="Reliance"/>
+<spnOverride numeric="40511" spn="Reliance"/>
+<spnOverride numeric="40512" spn="Reliance"/>
+<spnOverride numeric="40513" spn="Reliance"/>
+<spnOverride numeric="40514" spn="Reliance"/>
+<spnOverride numeric="40515" spn="Reliance"/>
+<spnOverride numeric="40517" spn="Reliance"/>
+<spnOverride numeric="40518" spn="Reliance"/>
+<spnOverride numeric="40519" spn="Reliance"/>
+<spnOverride numeric="40520" spn="Reliance"/>
+<spnOverride numeric="40521" spn="Reliance"/>
+<spnOverride numeric="40522" spn="Reliance"/>
+<spnOverride numeric="40523" spn="Reliance"/>
+<spnOverride numeric="40525" spn="TATA DOCOMO"/>
+<spnOverride numeric="40527" spn="TATA DOCOMO"/>
+<spnOverride numeric="40529" spn="TATA DOCOMO"/>
+<spnOverride numeric="40530" spn="TATA DOCOMO"/>
+<spnOverride numeric="40531" spn="TATA DOCOMO"/>
+<spnOverride numeric="40532" spn="TATA DOCOMO"/>
+<spnOverride numeric="40534" spn="TATA DOCOMO"/>
+<spnOverride numeric="40535" spn="TATA DOCOMO"/>
+<spnOverride numeric="40536" spn="TATA DOCOMO"/>
+<spnOverride numeric="40537" spn="TATA DOCOMO"/>
+<spnOverride numeric="40538" spn="TATA DOCOMO"/>
+<spnOverride numeric="40539" spn="TATA DOCOMO"/>
+<spnOverride numeric="40541" spn="TATA DOCOMO"/>
+<spnOverride numeric="40542" spn="TATA DOCOMO"/>
+<spnOverride numeric="40543" spn="TATA DOCOMO"/>
+<spnOverride numeric="40544" spn="TATA DOCOMO"/>
+<spnOverride numeric="40545" spn="TATA DOCOMO"/>
+<spnOverride numeric="40546" spn="TATA DOCOMO"/>
+<spnOverride numeric="40547" spn="TATA DOCOMO"/>
+<spnOverride numeric="40551" spn="IND airtel"/>
+<spnOverride numeric="40552" spn="IND airtel"/>
+<spnOverride numeric="40553" spn="IND airtel"/>
+<spnOverride numeric="40554" spn="IND airtel"/>
+<spnOverride numeric="40555" spn="IND airtel"/>
+<spnOverride numeric="40556" spn="IND airtel"/>
+<spnOverride numeric="40566" spn="Vodafone IN"/>
+<spnOverride numeric="40567" spn="Vodafone IN"/>
+<spnOverride numeric="40570" spn="IDEA"/>
+<spnOverride numeric="405750" spn="Vodafone IN"/>
+<spnOverride numeric="405751" spn="Vodafone IN"/>
+<spnOverride numeric="405752" spn="Vodafone IN"/>
+<spnOverride numeric="405753" spn="Vodafone IN"/>
+<spnOverride numeric="405754" spn="Vodafone IN"/>
+<spnOverride numeric="405755" spn="Vodafone IN"/>
+<spnOverride numeric="405756" spn="Vodafone IN"/>
+<spnOverride numeric="405799" spn="IDEA"/>
+<spnOverride numeric="405800" spn="Aircel"/>
+<spnOverride numeric="405801" spn="Aircel"/>
+<spnOverride numeric="405802" spn="Aircel"/>
+<spnOverride numeric="405803" spn="Aircel"/>
+<spnOverride numeric="405804" spn="Aircel"/>
+<spnOverride numeric="405805" spn="Aircel"/>
+<spnOverride numeric="405806" spn="Aircel"/>
+<spnOverride numeric="405807" spn="Aircel"/>
+<spnOverride numeric="405808" spn="Aircel"/>
+<spnOverride numeric="405809" spn="Aircel"/>
+<spnOverride numeric="405810" spn="Aircel"/>
+<spnOverride numeric="405811" spn="Aircel"/>
+<spnOverride numeric="405812" spn="Aircel"/>
+<spnOverride numeric="405813" spn="IN UNITECH"/>
+<spnOverride numeric="405814" spn="IN UNITECH"/>
+<spnOverride numeric="405815" spn="IN UNITECH"/>
+<spnOverride numeric="405816" spn="IN UNITECH"/>
+<spnOverride numeric="405817" spn="IN UNITECH"/>
+<spnOverride numeric="405818" spn="IN Telenor"/>
+<spnOverride numeric="405819" spn="IN Telenor"/>
+<spnOverride numeric="405820" spn="IN UNITECH"/>
+<spnOverride numeric="405821" spn="IN UNITECH"/>
+<spnOverride numeric="405822" spn="IN UNITECH"/>
+<spnOverride numeric="405823" spn="VIDEOCON"/>
+<spnOverride numeric="405824" spn="VIDEOCON"/>
+<spnOverride numeric="405825" spn="VIDEOCON"/>
+<spnOverride numeric="405827" spn="VIDEOCON"/>
+<spnOverride numeric="405828" spn="VIDEOCON"/>
+<spnOverride numeric="405829" spn="VIDEOCON"/>
+<spnOverride numeric="405830" spn="VIDEOCON"/>
+<spnOverride numeric="405831" spn="VIDEOCON"/>
+<spnOverride numeric="405832" spn="VIDEOCON"/>
+<spnOverride numeric="405833" spn="VIDEOCON"/>
+<spnOverride numeric="405834" spn="VIDEOCON"/>
+<spnOverride numeric="405835" spn="VIDEOCON"/>
+<spnOverride numeric="405836" spn="VIDEOCON"/>
+<spnOverride numeric="405837" spn="VIDEOCON"/>
+<spnOverride numeric="405838" spn="VIDEOCON"/>
+<spnOverride numeric="405839" spn="VIDEOCON"/>
+<spnOverride numeric="405840" spn="IND-JIO"/>
+<spnOverride numeric="405841" spn="VIDEOCON"/>
+<spnOverride numeric="405842" spn="VIDEOCON"/>
+<spnOverride numeric="405843" spn="VIDEOCON"/>
+<spnOverride numeric="405844" spn="IN UNITECH"/>
+<spnOverride numeric="405845" spn="IDEA"/>
+<spnOverride numeric="405846" spn="IDEA"/>
+<spnOverride numeric="405848" spn="IDEA"/>
+<spnOverride numeric="405849" spn="IDEA"/>
+<spnOverride numeric="405850" spn="IDEA"/>
+<spnOverride numeric="405852" spn="IDEA"/>
+<spnOverride numeric="405853" spn="IDEA"/>
+<spnOverride numeric="405854" spn="IND-JIO"/>
+<spnOverride numeric="405855" spn="IND-JIO"/>
+<spnOverride numeric="405856" spn="IND-JIO"/>
+<spnOverride numeric="405857" spn="IND-JIO"/>
+<spnOverride numeric="405858" spn="IND-JIO"/>
+<spnOverride numeric="405859" spn="IND-JIO"/>
+<spnOverride numeric="405860" spn="IND-JIO"/>
+<spnOverride numeric="405861" spn="IND-JIO"/>
+<spnOverride numeric="405862" spn="IND-JIO"/>
+<spnOverride numeric="405863" spn="IND-JIO"/>
+<spnOverride numeric="405864" spn="IND-JIO"/>
+<spnOverride numeric="405865" spn="IND-JIO"/>
+<spnOverride numeric="405866" spn="IND-JIO"/>
+<spnOverride numeric="405867" spn="IND-JIO"/>
+<spnOverride numeric="405868" spn="IND-JIO"/>
+<spnOverride numeric="405869" spn="IND-JIO"/>
+<spnOverride numeric="405870" spn="IND-JIO"/>
+<spnOverride numeric="405871" spn="IND-JIO"/>
+<spnOverride numeric="405872" spn="IND-JIO"/>
+<spnOverride numeric="405873" spn="IND-JIO"/>
+<spnOverride numeric="405874" spn="IND-JIO"/>
+<spnOverride numeric="405875" spn="IN Telenor"/>
+<spnOverride numeric="405876" spn="IN Telenor"/>
+<spnOverride numeric="405877" spn="IN UNITECH"/>
+<spnOverride numeric="405878" spn="IN UNITECH"/>
+<spnOverride numeric="405879" spn="IN Telenor"/>
+<spnOverride numeric="405880" spn="IN UNITECH"/>
+<spnOverride numeric="405882" spn="Reliance"/>
+<spnOverride numeric="40589" spn="MTS"/>
+<spnOverride numeric="405925" spn="IN UNITECH"/>
+<spnOverride numeric="405926" spn="IN UNITECH"/>
+<spnOverride numeric="405927" spn="IN Telenor"/>
+<spnOverride numeric="405928" spn="IN UNITECH"/>
+<spnOverride numeric="405929" spn="IN Telenor"/>
+<spnOverride numeric="405932" spn="VIDEOCON"/>
+<spnOverride numeric="41001" spn="Jazz"/>
+<spnOverride numeric="41003" spn="PK-UFONE"/>
+<spnOverride numeric="41004" spn="ZONG"/>
+<spnOverride numeric="41005" spn="SCOM-PK"/>
+<spnOverride numeric="41006" spn="Telenor PK"/>
+<spnOverride numeric="41007" spn="Jazz"/>
+<spnOverride numeric="41201" spn="AF AWCC"/>
+<spnOverride numeric="41220" spn="ROSHAN"/>
+<spnOverride numeric="41240" spn="MTN AF"/>
+<spnOverride numeric="41250" spn="Etisalat Af"/>
+<spnOverride numeric="41301" spn="Mobitel LK"/>
+<spnOverride numeric="41302" spn="DIALOG"/>
+<spnOverride numeric="41303" spn="SRI Etisalat"/>
+<spnOverride numeric="41305" spn="SRI AIRTEL"/>
+<spnOverride numeric="41308" spn="Hutch"/>
+<spnOverride numeric="41401" spn="MM 900"/>
+<spnOverride numeric="41405" spn="Ooredoo"/>
+<spnOverride numeric="41406" spn="Telenor"/>
+<spnOverride numeric="41409" spn="MYTEL"/>
+<spnOverride numeric="41501" spn="alfa"/>
+<spnOverride numeric="41503" spn="touch"/>
+<spnOverride numeric="41505" spn="LBN OGERO Mobile"/>
+<spnOverride numeric="41601" spn="Zain JO"/>
+<spnOverride numeric="41603" spn="UMNIAH"/>
+<spnOverride numeric="41677" spn="Orange"/>
+<spnOverride numeric="41701" spn="SYRIATEL"/>
+<spnOverride numeric="41702" spn="MTN"/>
+<spnOverride numeric="41805" spn="ASIACELL"/>
+<spnOverride numeric="41820" spn="zain IQ"/>
+<spnOverride numeric="41830" spn="IRAQNA"/>
+<spnOverride numeric="41840" spn="KOREK"/>
+<spnOverride numeric="41902" spn="Zain KW"/>
+<spnOverride numeric="41903" spn="Ooredoo"/>
+<spnOverride numeric="41904" spn="KT, VIVA"/>
+<spnOverride numeric="42001" spn="STC"/>
+<spnOverride numeric="42003" spn="Mobily-KSA"/>
+<spnOverride numeric="42004" spn="Zain KSA"/>
+<spnOverride numeric="42101" spn="SabaFon"/>
+<spnOverride numeric="42102" spn="MTN"/>
+<spnOverride numeric="42104" spn="Y-Telecom"/>
+<spnOverride numeric="42202" spn="Omantel"/>
+<spnOverride numeric="42203" spn="Ooredoo Oman"/>
+<spnOverride numeric="42402" spn="ETISALAT"/>
+<spnOverride numeric="42403" spn="du"/>
+<spnOverride numeric="42501" spn="Partner IL"/>
+<spnOverride numeric="42502" spn="Cellcom IL"/>
+<spnOverride numeric="42503" spn="IL Pelephone"/>
+<spnOverride numeric="42505" spn="JAWWAL-PALESTINE"/>
+<spnOverride numeric="42506" spn="PS, Wataniya Mobile"/>
+<spnOverride numeric="42507" spn="Hot Mobile Ltd."/>
+<spnOverride numeric="42528" spn="Hot Mobile Ltd."/>
+<spnOverride numeric="42601" spn="BATELCO"/>
+<spnOverride numeric="42602" spn="Zain BH"/>
+<spnOverride numeric="42604" spn="VIVA BH"/>
+<spnOverride numeric="42701" spn="Ooredoo"/>
+<spnOverride numeric="42702" spn="vodafone"/>
+<spnOverride numeric="42801" spn="Skytel MN"/>
+<spnOverride numeric="42806" spn="GMOBILE_MN"/>
+<spnOverride numeric="42888" spn="MONGOLIA UNITEL LLC"/>
+<spnOverride numeric="42899" spn="MN MobiCom"/>
+<spnOverride numeric="42901" spn="Nepal Telecom"/>
+<spnOverride numeric="42902" spn="Ncell"/>
+<spnOverride numeric="42904" spn="SmartCell"/>
+<spnOverride numeric="43211" spn="IR-TCI"/>
+<spnOverride numeric="43214" spn="IR KISH"/>
+<spnOverride numeric="43220" spn="IRN 20"/>
+<spnOverride numeric="43232" spn="Iran Taliya"/>
+<spnOverride numeric="43235" spn="MTN Irancell"/>
+<spnOverride numeric="43404" spn="Beeline UZ"/>
+<spnOverride numeric="43405" spn="UZB Ucell"/>
+<spnOverride numeric="43407" spn="UMS-UZB"/>
+<spnOverride numeric="43408" spn="UzMobile"/>
+<spnOverride numeric="43601" spn="TCELL"/>
+<spnOverride numeric="43602" spn="TCELL"/>
+<spnOverride numeric="43603" spn="MegaFon TJK"/>
+<spnOverride numeric="43604" spn="Babilon-M"/>
+<spnOverride numeric="43605" spn="BEELINE TJ"/>
+<spnOverride numeric="43701" spn="Beeline KG"/>
+<spnOverride numeric="43705" spn="MegaCom"/>
+<spnOverride numeric="43709" spn="O!"/>
+<spnOverride numeric="43801" spn="MTS TM"/>
+<spnOverride numeric="43802" spn="TM CELL"/>
+<spnOverride numeric="44000" spn="Ymobile"/>
+<spnOverride numeric="44010" spn="JP DOCOMO"/>
+<spnOverride numeric="44020" spn="SoftBank"/>
+<spnOverride numeric="44050" spn="KDDI"/>
+<spnOverride numeric="44051" spn="KDDI"/>
+<spnOverride numeric="44100" spn="WCP ( SoftBank AXGP Network)"/>
+<spnOverride numeric="44110" spn="UQ(WiMAX 2+)"/>
+<spnOverride numeric="45002" spn="KT"/>
+<spnOverride numeric="45005" spn="KOR SK Telecom"/>
+<spnOverride numeric="45006" spn="KOR LG Uplus"/>
+<spnOverride numeric="45008" spn="KT"/>
+<spnOverride numeric="45201" spn="VN Mobifone"/>
+<spnOverride numeric="45202" spn="VN VINAPHONE"/>
+<spnOverride numeric="45204" spn="VIETTEL"/>
+<spnOverride numeric="45205" spn="Vietnamobile"/>
+<spnOverride numeric="45207" spn="Gmobile"/>
+<spnOverride numeric="45400" spn="CSL"/>
+<spnOverride numeric="45402" spn="CSL"/>
+<spnOverride numeric="45403" spn="3"/>
+<spnOverride numeric="45404" spn="3"/>
+<spnOverride numeric="45406" spn="SmarTone HK"/>
+<spnOverride numeric="45410" spn="CSL"/>
+<spnOverride numeric="45412" spn="China Mobile HK"/>
+<spnOverride numeric="45413" spn="China Mobile HK"/>
+<spnOverride numeric="45415" spn="SmarTone HK"/>
+<spnOverride numeric="45416" spn="CSL"/>
+<spnOverride numeric="45417" spn="SmarTone HK"/>
+<spnOverride numeric="45418" spn="CSL"/>
+<spnOverride numeric="45419" spn="CSL"/>
+<spnOverride numeric="45420" spn="CSL"/>
+<spnOverride numeric="45500" spn="SmarTone MAC"/>
+<spnOverride numeric="45501" spn="CTM"/>
+<spnOverride numeric="45502" spn="CT Macao"/>
+<spnOverride numeric="45503" spn="3 Macau"/>
+<spnOverride numeric="45504" spn="CTM"/>
+<spnOverride numeric="45505" spn="3 Macao"/>
+<spnOverride numeric="45506" spn="SmarTone MAC"/>
+<spnOverride numeric="45507" spn="China Telecom (Macao)"/>
+<spnOverride numeric="45601" spn="Cellcard"/>
+<spnOverride numeric="45604" spn="qb"/>
+<spnOverride numeric="45605" spn="SMART"/>
+<spnOverride numeric="45606" spn="SMART"/>
+<spnOverride numeric="45608" spn="Metfone"/>
+<spnOverride numeric="45609" spn="Beeline KH"/>
+<spnOverride numeric="45611" spn="KH SEATEL"/>
+<spnOverride numeric="45618" spn="Mfone"/>
+<spnOverride numeric="45701" spn="LAO GSM"/>
+<spnOverride numeric="45702" spn="ETL MOBILE NETWORK"/>
+<spnOverride numeric="45703" spn="Unitel"/>
+<spnOverride numeric="45708" spn="BEELINE LAO"/>
+<spnOverride numeric="46000" spn="CHINA MOBILE"/>
+<spnOverride numeric="46001" spn="CHN-UNICOM"/>
+<spnOverride numeric="46002" spn="CHINA MOBILE"/>
+<spnOverride numeric="46003" spn="CHN-CT"/>
+<spnOverride numeric="46004" spn="CHINA MOBILE"/>
+<spnOverride numeric="46007" spn="CHINA MOBILE"/>
+<spnOverride numeric="46008" spn="CHINA MOBILE"/>
+<spnOverride numeric="46009" spn="CHN-UNICOM"/>
+<spnOverride numeric="46011" spn="CHN-CT"/>
+<spnOverride numeric="46601" spn="Far EasTone"/>
+<spnOverride numeric="46605" spn="TWN APT"/>
+<spnOverride numeric="46668" spn="ACeS"/>
+<spnOverride numeric="46688" spn="KGT-Online"/>
+<spnOverride numeric="46689" spn="T Star"/>
+<spnOverride numeric="46692" spn="Chunghwa Telecom"/>
+<spnOverride numeric="46693" spn="TWN MOBITAI"/>
+<spnOverride numeric="46697" spn="TW Mobile"/>
+<spnOverride numeric="46699" spn="TWM TransAsi"/>
+<spnOverride numeric="46705" spn="Koryolink"/>
+<spnOverride numeric="470001" spn="Grameenphone"/>
+<spnOverride numeric="47001" spn="Grameenphone"/>
+<spnOverride numeric="47002" spn="robi axiata"/>
+<spnOverride numeric="47003" spn="Banglalink"/>
+<spnOverride numeric="47004" spn="BGD bMobile"/>
+<spnOverride numeric="47007" spn="Airtel"/>
+<spnOverride numeric="47009" spn="BGD-BIEL"/>
+<spnOverride numeric="47201" spn="DHIRAAGU"/>
+<spnOverride numeric="47202" spn="Ooredoo Maldives PVT LTD"/>
+<spnOverride numeric="50212" spn="MY MAXIS"/>
+<spnOverride numeric="50213" spn="MY CELCOM 3G"/>
+<spnOverride numeric="502152" spn="Yes 4G"/>
+<spnOverride numeric="502153" spn="unifi"/>
+<spnOverride numeric="502156" spn="MYSALTEL"/>
+<spnOverride numeric="50216" spn="Digi"/>
+<spnOverride numeric="50218" spn="U MOBILE"/>
+<spnOverride numeric="50219" spn="MY CELCOM"/>
+<spnOverride numeric="50501" spn="Telstra Mobile"/>
+<spnOverride numeric="50502" spn="Optus AU"/>
+<spnOverride numeric="50503" spn="vodafone AU"/>
+<spnOverride numeric="50506" spn="3TELSTRA"/>
+<spnOverride numeric="50510" spn="Norfolk Telecom"/>
+<spnOverride numeric="50516" spn="VicTrack"/>
+<spnOverride numeric="50550" spn="Pivotel"/>
+<spnOverride numeric="50571" spn="Telstra Mobile"/>
+<spnOverride numeric="50572" spn="Telstra Mobile"/>
+<spnOverride numeric="51000" spn="ACeS"/>
+<spnOverride numeric="51001" spn="IND INDOSAT"/>
+<spnOverride numeric="51008" spn="IND XL"/>
+<spnOverride numeric="51009" spn="Smartfren"/>
+<spnOverride numeric="51010" spn="IND TELKOMSEL"/>
+<spnOverride numeric="51011" spn="IND XL"/>
+<spnOverride numeric="51021" spn="IND INDOSAT"/>
+<spnOverride numeric="51028" spn="Smartfren"/>
+<spnOverride numeric="51088" spn="BoltSuper4G"/>
+<spnOverride numeric="51089" spn="3"/>
+<spnOverride numeric="51401" spn="TLS-TC"/>
+<spnOverride numeric="51402" spn="TLS-TT"/>
+<spnOverride numeric="51502" spn="Globe Telecom-PH"/>
+<spnOverride numeric="51503" spn="SMART"/>
+<spnOverride numeric="51505" spn="PH Sun Cellular"/>
+<spnOverride numeric="51511" spn="ACeS"/>
+<spnOverride numeric="52000" spn="TH 3G+"/>
+<spnOverride numeric="52001" spn="AIS"/>
+<spnOverride numeric="52003" spn="AIS"/>
+<spnOverride numeric="52004" spn="TRUE-H"/>
+<spnOverride numeric="52005" spn="dtac TriNet"/>
+<spnOverride numeric="52015" spn="TOT3G"/>
+<spnOverride numeric="52018" spn="TH-DTAC"/>
+<spnOverride numeric="52020" spn="ACeS"/>
+<spnOverride numeric="52023" spn="TH GSM 1800"/>
+<spnOverride numeric="52099" spn="TRUE-H"/>
+<spnOverride numeric="52501" spn="Singtel"/>
+<spnOverride numeric="52502" spn="Singtel"/>
+<spnOverride numeric="52503" spn="SGP-M1"/>
+<spnOverride numeric="52505" spn="StarHub"/>
+<spnOverride numeric="52507" spn="SGP Call Zone"/>
+<spnOverride numeric="52508" spn="StarHub"/>
+<spnOverride numeric="52802" spn="PCSB"/>
+<spnOverride numeric="52811" spn="BRU-DSTCom"/>
+<spnOverride numeric="53001" spn="vodafone NZ"/>
+<spnOverride numeric="53005" spn="Spark NZ"/>
+<spnOverride numeric="53024" spn="2degrees"/>
+<spnOverride numeric="53701" spn="bmobile"/>
+<spnOverride numeric="53702" spn="Telikom PNG"/>
+<spnOverride numeric="53703" spn="DIGICEL"/>
+<spnOverride numeric="53901" spn="U-CALL"/>
+<spnOverride numeric="53988" spn="Digicel Tonga"/>
+<spnOverride numeric="54001" spn="SI BREEZE"/>
+<spnOverride numeric="54002" spn="bmobile"/>
+<spnOverride numeric="54101" spn="VUT SMILE"/>
+<spnOverride numeric="54105" spn="Digicel"/>
+<spnOverride numeric="54201" spn="FJ VODAFONE"/>
+<spnOverride numeric="54202" spn="DIGICEL"/>
+<spnOverride numeric="54301" spn="Manuia"/>
+<spnOverride numeric="544110" spn="Bluesky Communications"/>
+<spnOverride numeric="54509" spn="KL-Frigate"/>
+<spnOverride numeric="54601" spn="NCL MOBILIS"/>
+<spnOverride numeric="54715" spn="VODAFONE PF"/>
+<spnOverride numeric="54720" spn="F-VINI"/>
+<spnOverride numeric="54801" spn="CK KOKANET"/>
+<spnOverride numeric="54900" spn="DIGICEL"/>
+<spnOverride numeric="54927" spn="Bluesky"/>
+<spnOverride numeric="55001" spn="FSM Telecom"/>
+<spnOverride numeric="55101" spn="MH-NTA"/>
+<spnOverride numeric="55201" spn="PalauCel"/>
+<spnOverride numeric="55280" spn="PLWPMC"/>
+<spnOverride numeric="55301" spn="FSM Telecom"/>
+<spnOverride numeric="55401" spn="Teletok"/>
+<spnOverride numeric="60201" spn="Orange EG"/>
+<spnOverride numeric="60202" spn="vodafone EG"/>
+<spnOverride numeric="60203" spn="Etisalat"/>
+<spnOverride numeric="60204" spn="EGYwe"/>
+<spnOverride numeric="60301" spn="ALG Mobilis"/>
+<spnOverride numeric="60302" spn="Djezzy"/>
+<spnOverride numeric="60303" spn="ooredoo Algeria"/>
+<spnOverride numeric="60400" spn="Orange MA"/>
+<spnOverride numeric="60401" spn="MOR IAM"/>
+<spnOverride numeric="60402" spn="inwi"/>
+<spnOverride numeric="60501" spn="Orange"/>
+<spnOverride numeric="60502" spn="TUNISIE TELECOM"/>
+<spnOverride numeric="60503" spn="TUNISIANA"/>
+<spnOverride numeric="60600" spn="Libyana"/>
+<spnOverride numeric="60601" spn="Al Madar"/>
+<spnOverride numeric="60701" spn="GAMCEL"/>
+<spnOverride numeric="60702" spn="AFRICELL"/>
+<spnOverride numeric="60703" spn="GM COMIUM"/>
+<spnOverride numeric="60704" spn="Qcell"/>
+<spnOverride numeric="60801" spn="SN ALIZE"/>
+<spnOverride numeric="60802" spn="SN-SENTEL SG"/>
+<spnOverride numeric="60803" spn="SEN expresso"/>
+<spnOverride numeric="60901" spn="MR MATTEL"/>
+<spnOverride numeric="60902" spn="MR Expresso"/>
+<spnOverride numeric="60910" spn="MAURITEL"/>
+<spnOverride numeric="61001" spn="MALITEL ML"/>
+<spnOverride numeric="61002" spn="ORANGE ML"/>
+<spnOverride numeric="61003" spn="TELECEL ML"/>
+<spnOverride numeric="61101" spn="Orange GN"/>
+<spnOverride numeric="61102" spn="GN LAGUI"/>
+<spnOverride numeric="61104" spn="GNMTN"/>
+<spnOverride numeric="61105" spn="GINCL"/>
+<spnOverride numeric="61202" spn="MOOV CI"/>
+<spnOverride numeric="61203" spn="Orange CI"/>
+<spnOverride numeric="61204" spn="KoZ"/>
+<spnOverride numeric="61205" spn="MTN CI"/>
+<spnOverride numeric="61301" spn="ONATEL"/>
+<spnOverride numeric="61302" spn="Orange Burkina"/>
+<spnOverride numeric="61402" spn="Airtel"/>
+<spnOverride numeric="61403" spn="ETISALAT NER"/>
+<spnOverride numeric="61404" spn="Orange NE"/>
+<spnOverride numeric="61501" spn="TG-TOGO CELL"/>
+<spnOverride numeric="61503" spn="ETISALAT TOGO"/>
+<spnOverride numeric="61602" spn="ETISALAT BENIN"/>
+<spnOverride numeric="61603" spn="MTN BENIN"/>
+<spnOverride numeric="61604" spn="BELL BENIN COMMUNICATION"/>
+<spnOverride numeric="61605" spn="GloBenin"/>
+<spnOverride numeric="61701" spn="CELLPLUS-MRU"/>
+<spnOverride numeric="61703" spn="MTML"/>
+<spnOverride numeric="61710" spn="EMTEL-MRU"/>
+<spnOverride numeric="61801" spn="LBR Lonestar Cell"/>
+<spnOverride numeric="61804" spn="Novafone 4G"/>
+<spnOverride numeric="61807" spn="Orange Liberia"/>
+<spnOverride numeric="61901" spn="Airtel"/>
+<spnOverride numeric="61905" spn="Africell"/>
+<spnOverride numeric="62001" spn="GH MTN"/>
+<spnOverride numeric="62002" spn="GH Vodafone"/>
+<spnOverride numeric="62003" spn="AirtelTigo"/>
+<spnOverride numeric="62006" spn="AirtelTigo"/>
+<spnOverride numeric="62120" spn="Airtel"/>
+<spnOverride numeric="62130" spn="MTN - NG"/>
+<spnOverride numeric="62140" spn="ntel"/>
+<spnOverride numeric="62150" spn="Glo NG"/>
+<spnOverride numeric="62160" spn="9mobile"/>
+<spnOverride numeric="62201" spn="Airtel"/>
+<spnOverride numeric="62203" spn="Tigo TD"/>
+<spnOverride numeric="62207" spn="SALAM"/>
+<spnOverride numeric="62301" spn="ETISALAT RCA"/>
+<spnOverride numeric="62302" spn="Telecel"/>
+<spnOverride numeric="62303" spn="Orange RCA"/>
+<spnOverride numeric="62304" spn="NationLink"/>
+<spnOverride numeric="62401" spn="MTN CAM"/>
+<spnOverride numeric="62402" spn="Orange CAM"/>
+<spnOverride numeric="62404" spn="Nexttel"/>
+<spnOverride numeric="62501" spn="CVMOVEL"/>
+<spnOverride numeric="62502" spn="Unitel T+"/>
+<spnOverride numeric="62601" spn="STP CSTmovel"/>
+<spnOverride numeric="62602" spn="Unitel STP"/>
+<spnOverride numeric="62701" spn="GETESA"/>
+<spnOverride numeric="62703" spn="GNQ-Muni"/>
+<spnOverride numeric="62801" spn="LIBERTIS"/>
+<spnOverride numeric="62802" spn="ETISALAT GAB"/>
+<spnOverride numeric="62803" spn="Airtel"/>
+<spnOverride numeric="62804" spn="AZUR"/>
+<spnOverride numeric="62901" spn="Airtel"/>
+<spnOverride numeric="62902" spn="AZUR COG"/>
+<spnOverride numeric="62907" spn="WARID RC"/>
+<spnOverride numeric="62910" spn="COG MTN"/>
+<spnOverride numeric="63001" spn="Vodacom Congo"/>
+<spnOverride numeric="63002" spn="Airtel"/>
+<spnOverride numeric="63005" spn="SCELL CD"/>
+<spnOverride numeric="63086" spn="Orange RDC"/>
+<spnOverride numeric="63088" spn="CD Smart"/>
+<spnOverride numeric="63089" spn="TIGO DRC"/>
+<spnOverride numeric="63090" spn="Africell RDC"/>
+<spnOverride numeric="63102" spn="UNITEL"/>
+<spnOverride numeric="63104" spn="MOVICEL"/>
+<spnOverride numeric="63202" spn="MTN"/>
+<spnOverride numeric="63203" spn="Orange BS"/>
+<spnOverride numeric="63301" spn="C&amp;W SEY"/>
+<spnOverride numeric="63310" spn="Airtel"/>
+<spnOverride numeric="63401" spn="Zain SDN"/>
+<spnOverride numeric="63402" spn="MTN"/>
+<spnOverride numeric="63510" spn="MTN RWANDA"/>
+<spnOverride numeric="63513" spn="TIGO RWANDA"/>
+<spnOverride numeric="63514" spn="Airtel"/>
+<spnOverride numeric="63601" spn="ETH MTN"/>
+<spnOverride numeric="63701" spn="SO Telesom"/>
+<spnOverride numeric="63704" spn="SOMAFONE"/>
+<spnOverride numeric="63720" spn="Somnet TELECOM Inc"/>
+<spnOverride numeric="63730" spn="Som Golis"/>
+<spnOverride numeric="63750" spn="Hormuud Telecom"/>
+<spnOverride numeric="63771" spn="SOMTEL"/>
+<spnOverride numeric="63801" spn="DJ EVATIS"/>
+<spnOverride numeric="63902" spn="Safaricom"/>
+<spnOverride numeric="63903" spn="Airtel"/>
+<spnOverride numeric="63907" spn="Telkom 2G"/>
+<spnOverride numeric="63910" spn="FAIBA"/>
+<spnOverride numeric="64002" spn="TIGO - TZ"/>
+<spnOverride numeric="64003" spn="ZANTEL-TZ"/>
+<spnOverride numeric="64004" spn="VodaCom"/>
+<spnOverride numeric="64005" spn="Airtel"/>
+<spnOverride numeric="64101" spn="Airtel"/>
+<spnOverride numeric="64106" spn="VodafoneUG"/>
+<spnOverride numeric="64110" spn="MTN-UGANDA"/>
+<spnOverride numeric="64111" spn="Uganda Telecom"/>
+<spnOverride numeric="64114" spn="Africell Uganda"/>
+<spnOverride numeric="64118" spn="Suretelcom"/>
+<spnOverride numeric="64122" spn="Airtel"/>
+<spnOverride numeric="64201" spn="BDI ECONET"/>
+<spnOverride numeric="64202" spn="BDI TEMPO-AFRICELL"/>
+<spnOverride numeric="64203" spn="ONATEL BDI"/>
+<spnOverride numeric="64207" spn="SMART"/>
+<spnOverride numeric="64282" spn="TELECEL-BDI"/>
+<spnOverride numeric="64301" spn="MOZ - mCel"/>
+<spnOverride numeric="64303" spn="MOVITEL"/>
+<spnOverride numeric="64304" spn="VodaCom-MZ"/>
+<spnOverride numeric="64501" spn="Airtel"/>
+<spnOverride numeric="64502" spn="MTN ZM"/>
+<spnOverride numeric="64503" spn="ZAMTEL"/>
+<spnOverride numeric="64601" spn="Airtel"/>
+<spnOverride numeric="64602" spn="Orange MG"/>
+<spnOverride numeric="64604" spn="TELMA"/>
+<spnOverride numeric="64605" spn="Bip"/>
+<spnOverride numeric="64700" spn="Orange re"/>
+<spnOverride numeric="64701" spn="MAORE MOBILE"/>
+<spnOverride numeric="64702" spn="ONLY"/>
+<spnOverride numeric="64703" spn="FREE MOBILE RE"/>
+<spnOverride numeric="64710" spn="SFR REUNION"/>
+<spnOverride numeric="64801" spn="ZW NET*ONE"/>
+<spnOverride numeric="64803" spn="TELECEL ZW"/>
+<spnOverride numeric="64804" spn="ZW ECONET"/>
+<spnOverride numeric="64901" spn="MTC NAMIBIA"/>
+<spnOverride numeric="64903" spn="tnmobile"/>
+<spnOverride numeric="65001" spn="TNM"/>
+<spnOverride numeric="65010" spn="Airtel"/>
+<spnOverride numeric="65101" spn="Vodacom Lesotho"/>
+<spnOverride numeric="65102" spn="LS-ETL"/>
+<spnOverride numeric="65201" spn="BW MASCOM"/>
+<spnOverride numeric="65202" spn="Orange"/>
+<spnOverride numeric="65204" spn="beMOBILE"/>
+<spnOverride numeric="65302" spn="Swazi Mobile"/>
+<spnOverride numeric="65310" spn="Swazi-MTN"/>
+<spnOverride numeric="65401" spn="HURI"/>
+<spnOverride numeric="65402" spn="TELCO"/>
+<spnOverride numeric="65501" spn="VodaCom-SA"/>
+<spnOverride numeric="65502" spn="TelkomSA"/>
+<spnOverride numeric="65507" spn="Cell C"/>
+<spnOverride numeric="65510" spn="MTN-SA"/>
+<spnOverride numeric="65538" spn="rain"/>
+<spnOverride numeric="65801" spn="Sure"/>
+<spnOverride numeric="65902" spn="MTN"/>
+<spnOverride numeric="65903" spn="Gemtel"/>
+<spnOverride numeric="65904" spn="Vivacell"/>
+<spnOverride numeric="65906" spn="ZAIN SS"/>
+<spnOverride numeric="70267" spn="BTL"/>
+<spnOverride numeric="70269" spn="Smart"/>
+<spnOverride numeric="70401" spn="CLARO GTM"/>
+<spnOverride numeric="70402" spn="TIGO"/>
+<spnOverride numeric="70403" spn="Movistar"/>
+<spnOverride numeric="70601" spn="CLARO SLV"/>
+<spnOverride numeric="70602" spn="Digicel"/>
+<spnOverride numeric="70603" spn="Tigo SV"/>
+<spnOverride numeric="70604" spn="Movistar"/>
+<spnOverride numeric="708001" spn="CLARO HND"/>
+<spnOverride numeric="70801" spn="CLARO HND"/>
+<spnOverride numeric="70802" spn="TIGOHND"/>
+<spnOverride numeric="708030" spn="HND"/>
+<spnOverride numeric="70830" spn="HND"/>
+<spnOverride numeric="71021" spn="CLARO NIC"/>
+<spnOverride numeric="710300" spn="Movistar"/>
+<spnOverride numeric="71073" spn="CLARO NIC"/>
+<spnOverride numeric="71201" spn="I.C.E."/>
+<spnOverride numeric="71202" spn="I.C.E."/>
+<spnOverride numeric="71203" spn="CLARO CR"/>
+<spnOverride numeric="71204" spn="Movistar"/>
+<spnOverride numeric="71401" spn="+Movil - C&amp;W PAN"/>
+<spnOverride numeric="714020" spn="Movistar"/>
+<spnOverride numeric="71403" spn="CLARO PA"/>
+<spnOverride numeric="71404" spn="DIGICEL"/>
+<spnOverride numeric="71420" spn="Movistar"/>
+<spnOverride numeric="71606" spn="MOVISTAR"/>
+<spnOverride numeric="71610" spn="CLARO PER"/>
+<spnOverride numeric="71615" spn="Viettel Peru"/>
+<spnOverride numeric="71617" spn="Entel"/>
+<spnOverride numeric="722010" spn="AR - TEFMVNO"/>
+<spnOverride numeric="72207" spn="AR - Movistar"/>
+<spnOverride numeric="72210" spn="Movistar"/>
+<spnOverride numeric="722310" spn="CLARO ARGENTINA"/>
+<spnOverride numeric="72234" spn="AR PERSONAL"/>
+<spnOverride numeric="722341" spn="AR PERSONAL"/>
+<spnOverride numeric="72236" spn="AR PERSONAL"/>
+<spnOverride numeric="72402" spn="TIM BRA"/>
+<spnOverride numeric="72403" spn="TIM BRA"/>
+<spnOverride numeric="72404" spn="TIM BRA"/>
+<spnOverride numeric="72405" spn="Claro BRA"/>
+<spnOverride numeric="72406" spn="VIVO"/>
+<spnOverride numeric="72410" spn="VIVO"/>
+<spnOverride numeric="72411" spn="VIVO"/>
+<spnOverride numeric="72415" spn="BRA SCTL"/>
+<spnOverride numeric="72416" spn="Oi"/>
+<spnOverride numeric="72423" spn="VIVO"/>
+<spnOverride numeric="72424" spn="Oi"/>
+<spnOverride numeric="72431" spn="Oi"/>
+<spnOverride numeric="72432" spn="Algar Telecom"/>
+<spnOverride numeric="72433" spn="Algar Telecom"/>
+<spnOverride numeric="72434" spn="Algar Telecom"/>
+<spnOverride numeric="72439" spn="Nextel Brasil"/>
+<spnOverride numeric="73001" spn="ENTEL PCS"/>
+<spnOverride numeric="73002" spn="Movistar"/>
+<spnOverride numeric="73003" spn="CLARO CHL"/>
+<spnOverride numeric="73007" spn="Movistar"/>
+<spnOverride numeric="73008" spn="CHL VTR"/>
+<spnOverride numeric="73009" spn="WOM"/>
+<spnOverride numeric="73010" spn="ENTEL PCS"/>
+<spnOverride numeric="732101" spn="Claro"/>
+<spnOverride numeric="732103" spn="TIGO"/>
+<spnOverride numeric="732111" spn="TIGO"/>
+<spnOverride numeric="732123" spn="Movistar"/>
+<spnOverride numeric="732130" spn="Avantel"/>
+<spnOverride numeric="732187" spn="ETB 4G"/>
+<spnOverride numeric="73402" spn="DIGITEL"/>
+<spnOverride numeric="73404" spn="Movistar"/>
+<spnOverride numeric="73406" spn="VE_MOVILNET"/>
+<spnOverride numeric="73601" spn="VIVA"/>
+<spnOverride numeric="73602" spn="BOMOV"/>
+<spnOverride numeric="73603" spn="TIGO"/>
+<spnOverride numeric="738002" spn="GUY GTT + Do More"/>
+<spnOverride numeric="73801" spn="Digicel"/>
+<spnOverride numeric="73802" spn="GUY CLNK PLS"/>
+<spnOverride numeric="74000" spn="Movistar"/>
+<spnOverride numeric="74001" spn="CLARO"/>
+<spnOverride numeric="74002" spn="CNT"/>
+<spnOverride numeric="74401" spn="HOLA PARAGUAY S.A."/>
+<spnOverride numeric="74402" spn="CLARO PY"/>
+<spnOverride numeric="74404" spn="TIGO PY"/>
+<spnOverride numeric="74405" spn="PY Personal"/>
+<spnOverride numeric="74602" spn="SR.TELESUR.GSM"/>
+<spnOverride numeric="74603" spn="DIGICEL"/>
+<spnOverride numeric="74604" spn="UNIQA"/>
+<spnOverride numeric="74801" spn="Antel"/>
+<spnOverride numeric="74807" spn="Movistar"/>
+<spnOverride numeric="74810" spn="CLARO URUGUAY"/>
+<spnOverride numeric="750001" spn="Sure FLK"/>
+<spnOverride numeric="75001" spn="Sure FLK"/>
+<spnOverride numeric="90111" spn="Inmarsat"/>
+<spnOverride numeric="90112" spn="Telenor Maritime"/>
+<spnOverride numeric="90114" spn="AeroMobile"/>
+<spnOverride numeric="90115" spn="OnAir"/>
+<spnOverride numeric="90126" spn="TIM@sea"/>
+<spnOverride numeric="90144" spn="AT&amp;T"/>
+<spnOverride numeric="90145" spn="AISatSea"/>
+<spnOverride numeric="90146" spn="Telecom26"/>
+<spnOverride numeric="90150" spn="EchoStar Mobile"/>
+</spnOverrides>
diff --git a/system/etc/sysconfig/framework-sysconfig.xml b/system/etc/sysconfig/framework-sysconfig.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ae6a7f6d6808c1f9292fa75549a38a279f5b7ab8
--- /dev/null
+++ b/system/etc/sysconfig/framework-sysconfig.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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.
+-->
+
+<!-- These are configurations that must exist on all Android devices. -->
+<config>
+
+    <!-- Broadcast actions that are currently exempted from O+ background
+         delivery restrictions. -->
+    <allow-implicit-broadcast action="android.intent.action.SIM_STATE_CHANGED" />
+    <allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
+    <allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
+    <allow-implicit-broadcast action="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION" />
+    <allow-implicit-broadcast action="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION" />
+
+    <!-- Whitelist of what components are permitted as backup data transports.  The
+         'service' attribute here is a flattened ComponentName string. -->
+    <backup-transport-whitelisted-service
+        service="android/com.android.internal.backup.LocalTransportService" />
+
+    <!-- Whitelist of bundled applications which all handle URLs to their websites by default -->
+    <app-link package="com.android.carrierdefaultapp" />
+</config>
diff --git a/system/etc/sysconfig/gmsexpress.xml b/system/etc/sysconfig/gmsexpress.xml
new file mode 100644
index 0000000000000000000000000000000000000000..9e4800fe3e1832f88056b2dd4125782e7c6f49c2
--- /dev/null
+++ b/system/etc/sysconfig/gmsexpress.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2008 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>
+    <feature name="com.google.android.feature.GMSEXPRESS_BUILD" />
+</permissions>
diff --git a/system/etc/sysconfig/google.xml b/system/etc/sysconfig/google.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b9b3a39974d4804c2c4313a7ec3c8043d2ecba95
--- /dev/null
+++ b/system/etc/sysconfig/google.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 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.
+-->
+
+<!-- These are configurations that must exist on all GMS devices. -->
+<config>
+    <!-- These are the standard packages that are white-listed to always have internet
+         access while in power save mode, even if they aren't in the foreground. -->
+
+    <!-- GmsCore must always have network access for GCM and other things. -->
+    <allow-in-power-save package="com.google.android.gms" />
+    <allow-in-data-usage-save package="com.google.android.gms" />
+    <allow-unthrottled-location package="com.google.android.gms" />
+
+    <!-- OobConfig must always have network access to fetch enterprise and carrier lock config. -->
+    <allow-in-power-save-except-idle package="com.google.android.apps.work.oobconfig" />
+    <allow-in-data-usage-save package="com.google.android.apps.work.oobconfig" />
+
+    <!-- Certain broadcasts must still go to legacy implicit receivers -->
+    <allow-implicit-broadcast action="com.google.android.checkin.CHECKIN_COMPLETE" />
+    <allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_CHANGED" />
+    <allow-implicit-broadcast action="com.google.gservices.intent.action.GSERVICES_OVERRIDE" />
+    <allow-implicit-broadcast action="com.google.android.c2dm.intent.RECEIVE" />
+    <!-- TODO: This is a temporary workaround for allowing GmsCore to receive this broadcast.
+         This can be removed once OneTimeInitializer functionality is moved to GmsCore. -->
+    <allow-implicit-broadcast action="com.google.android.onetimeinitializer.ONE_TIME_INITIALIZED" />
+
+    <!-- Play Store likewise must have network access to support other applications. -->
+    <allow-in-power-save-except-idle package="com.android.vending" />
+
+    <!-- If the volta app is pre-installed (for monitoring power use), let it do checkins. -->
+    <allow-in-power-save package="com.google.android.volta" />
+
+    <!-- If CarrierServices is installed, it must always have network access to
+         reliably receive IMS messages. -->
+    <allow-in-power-save package="com.google.android.ims" />
+    <allow-in-data-usage-save package="com.google.android.ims" />
+
+    <!-- These Google applications all handle URLs to their websites by default -->
+
+    <!-- Apps below are required on all GMS devices -->
+    <app-link package="com.android.vending" />
+    <app-link package="com.google.android.apps.maps" />
+    <app-link package="com.google.android.youtube" />
+    <app-link package="com.google.android.apps.docs" />
+    <app-link package="com.google.android.talk" />
+    <app-link package="com.google.android.apps.photos" />
+    <app-link package="com.google.android.music" />
+
+    <!-- Apps below are optional on GMS devices -->
+    <app-link package="com.google.android.apps.tycho" />
+    <app-link package="com.google.android.apps.plus" />
+    <app-link package="com.google.android.apps.docs.editors.sheets" />
+    <app-link package="com.google.android.apps.docs.editors.slides" />
+    <app-link package="com.google.android.apps.docs.editors.docs" />
+    <app-link package="com.google.android.talk" />
+    <app-link package="com.google.android.videos" />
+    <app-link package="com.google.android.calendar" />
+
+    <!-- These are the packages that are white-listed to be able to run as system user -->
+    <system-user-whitelisted-app package="com.android.vending" />
+    <system-user-whitelisted-app package="com.google.android.gms" />
+    <system-user-whitelisted-app package="com.google.android.gms.policy_auth" />
+    <system-user-whitelisted-app package="com.google.android.play.games" />
+    <system-user-whitelisted-app package="com.google.android.tts" />
+
+    <!-- These are the packages that are uninstalled for system user -->
+    <!-- Apps below are required on all GMS devices -->
+    <system-user-blacklisted-app package="com.google.android.googlequicksearchbox" />
+    <!-- Apps below are optional on GMS devices -->
+    <system-user-blacklisted-app package="com.google.android.launcher" />
+
+    <!-- Whitelist of what components are permitted as backup data transports.  The
+         'service' attribute here is a flattened ComponentName string. -->
+    <backup-transport-whitelisted-service
+        service="com.google.android.gms/.backup.BackupTransportService" />
+    <backup-transport-whitelisted-service
+        service="com.google.android.gms/.backup.component.D2dTransportService" />
+
+
+</config>
diff --git a/system/etc/tee.img b/system/etc/tee.img
new file mode 100644
index 0000000000000000000000000000000000000000..03c534793f5c7b970e1db441e29d0676d2b19eac
Binary files /dev/null and b/system/etc/tee.img differ
diff --git a/system/etc/treble_sepolicy_tests b/system/etc/treble_sepolicy_tests
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/etc/usb_audio_policy_configuration.xml b/system/etc/usb_audio_policy_configuration.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a487ecb3a7d1b236a216be99c65ae5bf11ea9d8e
--- /dev/null
+++ b/system/etc/usb_audio_policy_configuration.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+<!-- USB Audio HAL Audio Policy Configuration file -->
+
+<module name="usb" halVersion="2.0">
+    <mixPorts>
+        <mixPort name="usb_accessory output" role="source">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </mixPort>
+        <mixPort name="usb_device output" role="source"/>
+        <mixPort name="usb_device input" role="sink"/>
+    </mixPorts>
+    <devicePorts>
+        <devicePort tagName="USB Host Out" type="AUDIO_DEVICE_OUT_USB_ACCESSORY" role="sink">
+            <profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
+                     samplingRates="44100" channelMasks="AUDIO_CHANNEL_OUT_STEREO"/>
+        </devicePort>
+        <devicePort tagName="USB Device Out" type="AUDIO_DEVICE_OUT_USB_DEVICE" role="sink"/>
+        <devicePort tagName="USB Headset Out" type="AUDIO_DEVICE_OUT_USB_HEADSET" role="sink"/>
+        <devicePort tagName="USB Device In" type="AUDIO_DEVICE_IN_USB_DEVICE" role="source"/>
+        <devicePort tagName="USB Headset In" type="AUDIO_DEVICE_IN_USB_HEADSET" role="source"/>
+    </devicePorts>
+    <routes>
+        <route type="mix" sink="USB Host Out"
+               sources="usb_accessory output"/>
+        <route type="mix" sink="USB Device Out"
+               sources="usb_device output"/>
+        <route type="mix" sink="USB Headset Out"
+               sources="usb_device output"/>
+        <route type="mix" sink="usb_device input"
+               sources="USB Device In,USB Headset In"/>
+    </routes>
+</module>
diff --git a/system/etc/wifi-apns.xml b/system/etc/wifi-apns.xml
new file mode 100644
index 0000000000000000000000000000000000000000..8fa89aa9a9698cb20daadf5aa89d7e0dd9cd091f
--- /dev/null
+++ b/system/etc/wifi-apns.xml
@@ -0,0 +1,511 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* Copyright Statement:
+ *
+ * This software/firmware and related documentation ("MediaTek Software") are
+ * protected under relevant copyright laws. The information contained herein
+ * is confidential and proprietary to MediaTek Inc. and/or its licensors.
+ * Without the prior written permission of MediaTek inc. and/or its licensors,
+ * any reproduction, modification, use or disclosure of MediaTek Software,
+ * and information contained herein, in whole or in part, shall be strictly prohibited.
+ *
+ * MediaTek Inc. (C) 2015. All rights reserved.
+ *
+ * BY OPENING THIS FILE, RECEIVER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
+ * THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
+ * RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO RECEIVER ON
+ * AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
+ * NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
+ * SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
+ * SUPPLIED WITH THE MEDIATEK SOFTWARE, AND RECEIVER AGREES TO LOOK ONLY TO SUCH
+ * THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. RECEIVER EXPRESSLY ACKNOWLEDGES
+ * THAT IT IS RECEIVER'S SOLE RESPONSIBILITY TO OBTAIN FROM ANY THIRD PARTY ALL PROPER LICENSES
+ * CONTAINED IN MEDIATEK SOFTWARE. MEDIATEK SHALL ALSO NOT BE RESPONSIBLE FOR ANY MEDIATEK
+ * SOFTWARE RELEASES MADE TO RECEIVER'S SPECIFICATION OR TO CONFORM TO A PARTICULAR
+ * STANDARD OR OPEN FORUM. RECEIVER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND
+ * CUMULATIVE LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
+ * AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
+ * OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY RECEIVER TO
+ * MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
+ *
+ * The following software/firmware and/or related documentation ("MediaTek Software")
+ * have been modified by MediaTek Inc. All revisions are subject to any receiver's
+ * applicable license agreements with MediaTek Inc.
+ */
+-->
+
+<apns>
+    <apn mcc="202" mnc="01" apn="hos" type="mms"/>
+    <apn mcc="202" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="202" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="202" mnc="02" apn="hos" type="mms"/>
+    <apn mcc="202" mnc="02" apn="hos" type="xcap"/>
+    <apn mcc="202" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="02" apn="internet.tele2.nl" type="xcap"/>
+    <apn mcc="204" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="08" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="08" apn="ut" type="xcap"/>
+    <apn mcc="204" mnc="16" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="20" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="69" apn="ims" type="ims"/>
+    <apn mcc="204" mnc="69" apn="ut" type="xcap"/>
+    <apn mcc="206" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="206" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="208" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="208" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="208" mnc="20" apn="ims" type="ims"/>
+    <apn mcc="208" mnc="88" apn="ims" type="ims"/>
+    <apn mcc="214" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="214" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="216" mnc="01" apn="mms" type="mms"/>
+    <apn mcc="216" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="216" mnc="01" apn="ims" type="ia"/>
+    <apn mcc="216" mnc="01" apn="xcap" type="xcap"/>
+    <apn mcc="216" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="216" mnc="03" apn="hos" type="xcap"/>
+    <apn mcc="216" mnc="30" apn="ims" type="ims"/>
+    <apn mcc="219" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="222" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="222" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="226" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="226" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="228" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="228" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="228" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="228" mnc="02" apn="xcap" type="xcap"/>
+    <apn mcc="228" mnc="02" apn="mms.sunrise.ch" type="mms"/>
+    <apn mcc="230" mnc="01" apn="hos" type="mms"/>
+    <apn mcc="230" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="230" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="230" mnc="03" apn="mms" type="mms"/>
+    <apn mcc="230" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="231" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="231" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="231" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="232" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="232" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="232" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="15" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="15" apn="xcap" type="xcap"/>
+    <apn mcc="234" mnc="20" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="30" apn="eezone" type="mms"/>
+    <apn mcc="234" mnc="30" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="30" apn="eezone" type="xcap"/>
+    <apn mcc="234" mnc="31" apn="eezone" type="mms"/>
+    <apn mcc="234" mnc="31" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="31" apn="eezone" type="xcap"/>
+    <apn mcc="234" mnc="32" apn="eezone" type="mms"/>
+    <apn mcc="234" mnc="32" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="32" apn="eezone" type="xcap"/>
+    <apn mcc="234" mnc="33" apn="eezone" type="mms"/>
+    <apn mcc="234" mnc="33" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="33" apn="eezone" type="xcap"/>
+    <apn mcc="234" mnc="34" apn="eezone" type="mms"/>
+    <apn mcc="234" mnc="34" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="34" apn="eezone" type="xcap"/>
+    <apn mcc="234" mnc="86" apn="ims" type="ims"/>
+    <apn mcc="234" mnc="86" apn="eezone" type="xcap"/>
+    <apn mcc="235" mnc="01" apn="eezone" type="xcap"/>
+    <apn mcc="235" mnc="02" apn="eezone" type="xcap"/>
+    <apn mcc="235" mnc="91" apn="ims" type="ims"/>
+    <apn mcc="235" mnc="91" apn="xcap" type="xcap"/>
+    <apn mcc="235" mnc="94" apn="ims" type="ims"/>
+    <apn mcc="238" mnc="02" apn="telenor" type="mms"/>
+    <apn mcc="238" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="238" mnc="02" apn="xcap" type="xcap"/>
+    <apn mcc="238" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="238" mnc="06" apn="services" type="xcap"/>
+    <apn mcc="238" mnc="06" apn="services" type="mms"/>
+    <apn mcc="238" mnc="77" apn="telenor" type="mms"/>
+    <apn mcc="238" mnc="77" apn="ims" type="ims"/>
+    <apn mcc="238" mnc="77" apn="xcap" type="xcap"/>
+    <apn mcc="240" mnc="01" apn="mms.telia.se" type="mms"/>
+    <apn mcc="240" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="240" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="240" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="240" mnc="02" apn="services" type="xcap"/>
+    <apn mcc="240" mnc="02" apn="services" type="mms"/>
+    <apn mcc="240" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="240" mnc="05" apn="hos" type="xcap"/>
+    <apn mcc="240" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="240" mnc="08" apn="mms" type="mms" mvno_type="imsi" mvno_match_data="24008"/>
+    <apn mcc="240" mnc="08" apn="IMS" type="ims" mvno_type="imsi" mvno_match_data="24008"/>
+    <apn mcc="240" mnc="99" apn="ims" type="ims"/>
+    <apn mcc="242" mnc="01" apn="telenor.mms" type="mms"/>
+    <apn mcc="242" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="242" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="242" mnc="02" apn="mms" type="mms"/>
+    <apn mcc="242" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="242" mnc="02" apn="hos" type="xcap"/>
+    <apn mcc="242" mnc="05" apn="mms" type="mms"/>
+    <apn mcc="242" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="242" mnc="05" apn="hos" type="xcap"/>
+    <apn mcc="244" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="244" mnc="05" apn="xcap" type="xcap"/>
+    <apn mcc="244" mnc="12" apn="hos" type="xcap"/>
+    <apn mcc="244" mnc="12" apn="ims" type="ims"/>
+    <apn mcc="244" mnc="13" apn="hos" type="xcap"/>
+    <apn mcc="244" mnc="13" apn="ims" type="ims"/>
+    <apn mcc="244" mnc="91" apn="wap.sonera.net" type="mms"/>
+    <apn mcc="244" mnc="91" apn="ims" type="ims"/>
+    <apn mcc="244" mnc="91" apn="hos" type="xcap"/>
+    <apn mcc="246" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="248" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="35" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="50" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="99" apn="ims" type="ims"/>
+    <apn mcc="250" mnc="99" apn="xcap.beeline.ru" type="xcap"/>
+    <apn mcc="259" mnc="15" apn="ims" type="ims"/>
+    <apn mcc="259" mnc="15" apn="hos" type="xcap"/>
+    <apn mcc="260" mnc="02" apn="hos" type="mms"/>
+    <apn mcc="260" mnc="02" apn="hos" type="xcap"/>
+    <apn mcc="260" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="260" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="260" mnc="06" apn="mms" type="mms"/>
+    <apn mcc="260" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="260" mnc="06" apn="xcap" type="xcap"/>
+    <apn mcc="260" mnc="34" apn="hos" type="mms"/>
+    <apn mcc="260" mnc="34" apn="hos" type="xcap"/>
+    <apn mcc="260" mnc="34" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="01" apn="hos" type="mms"/>
+    <apn mcc="262" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="262" mnc="01" apn="ims" type="ims" mvno_type="gid" mvno_match_data="44"/>
+    <apn mcc="262" mnc="01" apn="hos" type="mms" mvno_type="gid" mvno_match_data="44"/>
+    <apn mcc="262" mnc="01" apn="hos" type="xcap" mvno_type="gid" mvno_match_data="44"/>
+    <apn mcc="262" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="06" apn="ims" type="ia"/>
+    <apn mcc="262" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="06" apn="hos" type="xcap"/>
+    <apn mcc="262" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="77" apn="ims" type="ims"/>
+    <apn mcc="262" mnc="80" apn="ims01.epg78.ericsson.se" type="ims"/>
+    <apn mcc="262" mnc="80" apn="apn01.epg78.ericsson.se" type="xcap"/>
+    <apn mcc="268" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="268" mnc="03" apn="IMS" type="ims"/>
+    <apn mcc="268" mnc="03" apn="XCAP" type="xcap"/>
+    <apn mcc="268" mnc="99" apn="IMS" type="ims"/>
+    <apn mcc="268" mnc="99" apn="XCAP" type="xcap"/>
+    <apn mcc="272" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="272" mnc="01" apn="xcap" type="xcap"/>
+    <apn mcc="284" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="284" mnc="03" apn="hos" type="xcap"/>
+    <apn mcc="286" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="286" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="286" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="295" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="295" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="302" mnc="370" apn="ims" type="ims"/>
+    <apn mcc="302" mnc="370" apn="netsvcs" type="xcap"/>
+    <apn mcc="302" mnc="490" apn="mms.freedommobile.ca" type="mms"/>
+    <apn mcc="302" mnc="490" apn="volte.mobilefrdm.ca" type="ims"/>
+    <apn mcc="302" mnc="490" apn="xcap.freedommobile.ca" type="xcap"/>
+    <apn mcc="302" mnc="610" apn="ims" type="ims"/>
+    <apn mcc="302" mnc="630" apn="ims" type="ims"/>
+    <apn mcc="302" mnc="640" apn="ims" type="ims"/>
+    <apn mcc="302" mnc="370" apn="sos" type="emergency"/>
+    <apn mcc="302" mnc="720" apn="ims" type="ims"/>
+    <apn mcc="302" mnc="720" apn="sos" type="emergency"/>
+    <apn mcc="302" mnc="720" apn="netsvcs" type="xcap"/>
+    <apn mcc="310" mnc="030" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="070" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="070" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="070" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="090" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="090" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="090" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="120" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000001"/>
+    <apn mcc="310" mnc="150" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="160" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="170" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="170" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="170" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="170" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="200" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="210" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="220" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="230" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="240" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="250" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="260" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="260" apn="tmus" type="mms"/>
+    <apn mcc="310" mnc="270" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="280" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="310" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="380" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="380" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="380" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="380" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="410" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="410" apn="Broadband" type="mms"/>
+    <apn mcc="310" mnc="410" apn="wap.cingular" type="mms"/>
+    <apn mcc="310" mnc="410" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="410" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="410" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="490" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="560" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="560" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="560" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="560" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="590" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="660" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="680" apn="nxtgenphone" type="mms"/>
+    <apn mcc="310" mnc="680" apn="nxtgenphone" type="xcap"/>
+    <apn mcc="310" mnc="680" apn="sos" type="emergency"/>
+    <apn mcc="310" mnc="800" apn="ims" type="ims"/>
+    <apn mcc="310" mnc="800" apn="fast.t-mobile.com" type="mms"/>
+    <apn mcc="310" mnc="950" apn="ims" type="ims"/>
+    <apn mcc="311" mnc="180" apn="nxtgenphone" type="mms"/>
+    <apn mcc="311" mnc="180" apn="ims" type="ims"/>
+    <apn mcc="311" mnc="180" apn="sos" type="emergency"/>
+    <apn mcc="311" mnc="270" apn="IMS" type="ims"/>
+    <apn mcc="311" mnc="270" apn="IMS" type="ia"/>
+    <apn mcc="311" mnc="270" apn="VZWEMERGENCY" type="emergency"/>
+    <apn mcc="311" mnc="480" apn="IMS" type="ims"/>
+    <apn mcc="311" mnc="480" apn="IMS" type="ia"/>
+    <apn mcc="311" mnc="480" apn="VZWEMERGENCY" type="emergency"/>
+    <apn mcc="311" mnc="490" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000003"/>
+    <apn mcc="311" mnc="490" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000005"/>
+    <apn mcc="311" mnc="490" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000006"/>
+    <apn mcc="311" mnc="870" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000002"/>
+    <apn mcc="312" mnc="530" apn="ims" type="ims" mvno_type="gid" mvno_match_data="000004"/>
+    <apn mcc="312" mnc="770" apn="IMS" type="ims"/>
+    <apn mcc="312" mnc="770" apn="IMS" type="ia"/>
+    <apn mcc="312" mnc="770" apn="VZWEMERGENCY" type="emergency"/>
+    <apn mcc="334" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="334" mnc="020" apn="ims" type="ims"/>
+    <apn mcc="334" mnc="030" apn="ims" type="ims"/>
+    <apn mcc="334" mnc="050" apn="ims" type="ims"/>
+    <apn mcc="334" mnc="090" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="11" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="12" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="13" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="14" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="15" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="16" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="19" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="20" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="22" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="24" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="27" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="30" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="31" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="40" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="43" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="44" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="45" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="46" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="49" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="56" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="60" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="70" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="78" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="82" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="84" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="86" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="87" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="88" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="89" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="90" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="92" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="93" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="94" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="95" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="96" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="97" apn="ims" type="ims"/>
+    <apn mcc="404" mnc="98" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="51" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="52" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="53" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="54" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="55" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="66" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="67" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="70" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="56" apn="ims" type="ims"/>
+    <apn mcc="405" mnc="750" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="751" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="752" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="753" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="754" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="755" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="756" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="799" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="840" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="840" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="845" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="846" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="847" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="848" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="849" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="850" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="851" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="852" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="853" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="854" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="854" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="855" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="855" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="856" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="856" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="857" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="857" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="858" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="858" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="859" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="859" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="860" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="860" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="861" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="861" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="862" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="862" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="863" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="863" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="864" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="864" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="865" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="865" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="866" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="866" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="867" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="867" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="868" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="868" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="869" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="869" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="870" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="870" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="871" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="871" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="872" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="872" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="873" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="873" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="874" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="874" apn="Jionet" type="xcap"/>
+    <apn mcc="405" mnc="908" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="909" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="910" apn="IMS" type="ims"/>
+    <apn mcc="405" mnc="911" apn="IMS" type="ims"/>
+    <apn mcc="413" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="418" mnc="66" apn="ims" type="ims"/>
+    <apn mcc="420" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="420" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="424" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="452" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="452" mnc="04" apn="xcap" type="xcap"/>
+    <apn mcc="456" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="456" mnc="06" apn="smart" type="xcap"/>
+    <apn mcc="460" mnc="00" apn="ims" type="ims"/>
+    <apn mcc="460" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="460" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="460" mnc="03" apn="IMS" type="ims"/>
+    <apn mcc="460" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="460" mnc="09" apn="ims" type="ims"/>
+    <apn mcc="466" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="466" mnc="01" apn="sos" type="emergency"/>
+    <apn mcc="466" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="466" mnc="05" apn="gtnet" type="xcap"/>
+    <apn mcc="466" mnc="89" apn="ims" type="ims"/>
+    <apn mcc="466" mnc="92" apn="ims" type="ims"/>
+    <apn mcc="466" mnc="92" apn="hos" type="xcap"/>
+    <apn mcc="502" mnc="16" apn="digimms" type="mms"/>
+    <apn mcc="502" mnc="16" apn="ims" type="ims"/>
+    <apn mcc="502" mnc="16" apn="hos" type="xcap"/>
+    <apn mcc="502" mnc="152" apn="ims" type="ims"/>
+    <apn mcc="502" mnc="153" apn="ims" type="ims"/>
+    <apn mcc="502" mnc="18" apn="ims" type="ims"/>
+    <apn mcc="502" mnc="18" apn="XCAP" type="xcap"/>
+    <apn mcc="505" mnc="01" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="505" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="505" mnc="02" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="505" mnc="03" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="03" apn="hos" type="mms"/>
+    <apn mcc="505" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="505" mnc="06" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="06" apn="hos" type="mms"/>
+    <apn mcc="505" mnc="71" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="71" apn="ims" type="ims"/>
+    <apn mcc="505" mnc="72" apn="hos" type="xcap"/>
+    <apn mcc="505" mnc="72" apn="ims" type="ims"/>
+    <apn mcc="510" mnc="09" apn="ims" type="ims"/>
+    <apn mcc="510" mnc="09" apn="ims" type="xcap"/>
+    <apn mcc="510" mnc="28" apn="ims" type="ims"/>
+    <apn mcc="510" mnc="28" apn="ims" type="xcap"/>
+    <apn mcc="515" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="515" mnc="03" apn="xcap" type="xcap"/>
+    <apn mcc="520" mnc="00" apn="ims" type="ims"/>
+    <apn mcc="520" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="520" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="520" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="525" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="525" mnc="01" apn="stm-ut" type="xcap"/>
+    <apn mcc="525" mnc="05" apn="ims" type="ims" mvno_type="imsi" mvno_match_data="525053095x"/>
+    <apn mcc="525" mnc="05" apn="ims" type="ims" mvno_type="imsi" mvno_match_data="525053096x"/>
+    <apn mcc="525" mnc="05" apn="ims" type="ims" mvno_type="gid" mvno_match_data="0A"/>
+    <apn mcc="530" mnc="24" apn="mms" type="mms"/>
+    <apn mcc="530" mnc="24" apn="ims" type="ims"/>
+    <apn mcc="530" mnc="24" apn="hos" type="xcap"/>
+    <apn mcc="602" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="602" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="621" mnc="27" apn="ims" type="ims"/>
+    <apn mcc="639" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="639" mnc="02" apn="xcap" type="xcap"/>
+    <apn mcc="639" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="639" mnc="10" apn="xcap" type="xcap"/>
+    <apn mcc="640" mnc="11" apn="ims" type="ims"/>
+    <apn mcc="641" mnc="33" apn="ims" type="ims"/>
+    <apn mcc="653" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="655" mnc="02" apn="mms" type="mms"/>
+    <apn mcc="655" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="655" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="655" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="655" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="714" mnc="01" apn="ims" type="ims"/>
+    <apn mcc="716" mnc="06" apn="volte.movistar.pe" type="ims"/>
+    <apn mcc="716" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="716" mnc="10" apn="mms.claro.pe" type="mms"/>
+    <apn mcc="716" mnc="17" apn="ims" type="ims"/>
+    <apn mcc="722" mnc="07" apn="ims" type="ims"/>
+    <apn mcc="722" mnc="07" apn="Internet" type="xcap"/>
+    <apn mcc="722" mnc="34" apn="ims" type="ims"/>
+    <apn mcc="722" mnc="34" apn="ims" type="mms"/>
+    <apn mcc="722" mnc="34" apn="hos" type="xcap"/>
+    <apn mcc="722" mnc="310" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="02" apn="ims" type="xcap"/>
+    <apn mcc="724" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="03" apn="ims" type="xcap"/>
+    <apn mcc="724" mnc="04" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="04" apn="ims" type="xcap"/>
+    <apn mcc="724" mnc="05" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="05" apn="ims" type="mms"/>
+    <apn mcc="724" mnc="06" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="10" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="11" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="23" apn="ims" type="ims"/>
+    <apn mcc="724" mnc="80" apn="ims.mnc080.mcc724.3gppnetwork.org" type="ims"/>
+    <apn mcc="724" mnc="80" apn="apn01.epg78.ericsson.se" type="xcap"/>
+    <apn mcc="730" mnc="02" apn="ims" type="ims"/>
+    <apn mcc="730" mnc="03" apn="ims" type="ims"/>
+    <apn mcc="732" mnc="101" apn="ims" type="ims"/>
+    <apn mcc="732" mnc="123" apn="ims" type="ims"/>
+    <apn mcc="732" mnc="123" apn="hos" type="xcap"/>
+</apns>
diff --git a/system/etc/xtables.lock b/system/etc/xtables.lock
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/system/fake-libs/libart.so b/system/fake-libs/libart.so
new file mode 100644
index 0000000000000000000000000000000000000000..7fc878958481c79e41ec269c8ca9f3eb6df0db45
Binary files /dev/null and b/system/fake-libs/libart.so differ
diff --git a/system/fake-libs64/libart.so b/system/fake-libs64/libart.so
new file mode 100644
index 0000000000000000000000000000000000000000..96bf0ca3278ce1f2e4734c4e55afceb3e0cd81d2
Binary files /dev/null and b/system/fake-libs64/libart.so differ
diff --git a/system/fonts/AndroidClock.ttf b/system/fonts/AndroidClock.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a955442baff6615c74f73a60de896162e11b5d5e
Binary files /dev/null and b/system/fonts/AndroidClock.ttf differ
diff --git a/system/fonts/CarroisGothicSC-Regular.ttf b/system/fonts/CarroisGothicSC-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d0281c739fbf779eef0754685b734171a0509d32
Binary files /dev/null and b/system/fonts/CarroisGothicSC-Regular.ttf differ
diff --git a/system/fonts/ComingSoon.ttf b/system/fonts/ComingSoon.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..62a5a0de74a75eef722decfac46ba52e2d939f64
Binary files /dev/null and b/system/fonts/ComingSoon.ttf differ
diff --git a/system/fonts/CutiveMono.ttf b/system/fonts/CutiveMono.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..efe0f334e5b0ac5d325f900ba83a37aed908f24f
Binary files /dev/null and b/system/fonts/CutiveMono.ttf differ
diff --git a/system/fonts/DancingScript-Bold.ttf b/system/fonts/DancingScript-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d502ef871a403558c33311c2bf9cfa8952536df6
Binary files /dev/null and b/system/fonts/DancingScript-Bold.ttf differ
diff --git a/system/fonts/DancingScript-Regular.ttf b/system/fonts/DancingScript-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3fa27af34adead9147773bc5bfd5ea5c34ac6dec
Binary files /dev/null and b/system/fonts/DancingScript-Regular.ttf differ
diff --git a/system/fonts/DroidSans-Bold.ttf b/system/fonts/DroidSans-Bold.ttf
new file mode 120000
index 0000000000000000000000000000000000000000..0d75c6f6712709c2e4a0f8466eee9d4ac2fe080d
--- /dev/null
+++ b/system/fonts/DroidSans-Bold.ttf
@@ -0,0 +1 @@
+Roboto-Bold.ttf
\ No newline at end of file
diff --git a/system/fonts/DroidSans.ttf b/system/fonts/DroidSans.ttf
new file mode 120000
index 0000000000000000000000000000000000000000..5170647aa533564478e72fecacbbedbbd5944760
--- /dev/null
+++ b/system/fonts/DroidSans.ttf
@@ -0,0 +1 @@
+Roboto-Regular.ttf
\ No newline at end of file
diff --git a/system/fonts/DroidSansMono.ttf b/system/fonts/DroidSansMono.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b7bf5b4aa8ad5a8c8036653734d83006c6a376ee
Binary files /dev/null and b/system/fonts/DroidSansMono.ttf differ
diff --git a/system/fonts/NotoColorEmoji.ttf b/system/fonts/NotoColorEmoji.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..63dda0e08efaec58087206a2e53d0f3cdbac793b
Binary files /dev/null and b/system/fonts/NotoColorEmoji.ttf differ
diff --git a/system/fonts/NotoNaskhArabic-Bold.ttf b/system/fonts/NotoNaskhArabic-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..c6692b54ad102489c7decbc0c0ff0b70174ffa27
Binary files /dev/null and b/system/fonts/NotoNaskhArabic-Bold.ttf differ
diff --git a/system/fonts/NotoNaskhArabic-Regular.ttf b/system/fonts/NotoNaskhArabic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..ff5035487f8abee54089f6764c1fbda8d942209c
Binary files /dev/null and b/system/fonts/NotoNaskhArabic-Regular.ttf differ
diff --git a/system/fonts/NotoNaskhArabicUI-Bold.ttf b/system/fonts/NotoNaskhArabicUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1d844604f0b56bda70b5b64ca082064268c40bec
Binary files /dev/null and b/system/fonts/NotoNaskhArabicUI-Bold.ttf differ
diff --git a/system/fonts/NotoNaskhArabicUI-Regular.ttf b/system/fonts/NotoNaskhArabicUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d7797a5b104880c5fb73f2af7e9926ef915b7e24
Binary files /dev/null and b/system/fonts/NotoNaskhArabicUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansAdlam-Regular.ttf b/system/fonts/NotoSansAdlam-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..20ea4badb30948cbde812b43e83938dee23203b9
Binary files /dev/null and b/system/fonts/NotoSansAdlam-Regular.ttf differ
diff --git a/system/fonts/NotoSansArmenian-Bold.ttf b/system/fonts/NotoSansArmenian-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..109e34fe9241e9b785c43aa8d80b0bf91ec5bfff
Binary files /dev/null and b/system/fonts/NotoSansArmenian-Bold.ttf differ
diff --git a/system/fonts/NotoSansArmenian-Regular.ttf b/system/fonts/NotoSansArmenian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7f26da5e6c02c69b911c0cfdb4ef5f5b445b218a
Binary files /dev/null and b/system/fonts/NotoSansArmenian-Regular.ttf differ
diff --git a/system/fonts/NotoSansAvestan-Regular.ttf b/system/fonts/NotoSansAvestan-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..31eeb5aa7c2783a1122fb44d96a478cf786c7eaa
Binary files /dev/null and b/system/fonts/NotoSansAvestan-Regular.ttf differ
diff --git a/system/fonts/NotoSansBalinese-Regular.ttf b/system/fonts/NotoSansBalinese-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a15509bb90dbcf0bc7791876e697d0a57d8de482
Binary files /dev/null and b/system/fonts/NotoSansBalinese-Regular.ttf differ
diff --git a/system/fonts/NotoSansBamum-Regular.ttf b/system/fonts/NotoSansBamum-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f2de18714caaaa168f8a7b2e1c7ef3ecd95963c1
Binary files /dev/null and b/system/fonts/NotoSansBamum-Regular.ttf differ
diff --git a/system/fonts/NotoSansBatak-Regular.ttf b/system/fonts/NotoSansBatak-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..882ad961bf0fb98562cf7b227febbb6fe85788ca
Binary files /dev/null and b/system/fonts/NotoSansBatak-Regular.ttf differ
diff --git a/system/fonts/NotoSansBengali-Bold.ttf b/system/fonts/NotoSansBengali-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..546a55559ac4be05ea85806725d63a69616337e2
Binary files /dev/null and b/system/fonts/NotoSansBengali-Bold.ttf differ
diff --git a/system/fonts/NotoSansBengali-Regular.ttf b/system/fonts/NotoSansBengali-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..520d82fce1721df144d84ba580b7763f85a71450
Binary files /dev/null and b/system/fonts/NotoSansBengali-Regular.ttf differ
diff --git a/system/fonts/NotoSansBengaliUI-Bold.ttf b/system/fonts/NotoSansBengaliUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..923580c9f6d17740dc69022cc4013faaeb0281ba
Binary files /dev/null and b/system/fonts/NotoSansBengaliUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansBengaliUI-Regular.ttf b/system/fonts/NotoSansBengaliUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5373108afd0e190a5a6ce1fff685e05eed6e68b6
Binary files /dev/null and b/system/fonts/NotoSansBengaliUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansBrahmi-Regular.ttf b/system/fonts/NotoSansBrahmi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..eb98a6557f9e177a1fd6793adac1a12d9ca4ef62
Binary files /dev/null and b/system/fonts/NotoSansBrahmi-Regular.ttf differ
diff --git a/system/fonts/NotoSansBuginese-Regular.ttf b/system/fonts/NotoSansBuginese-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..fd59da69188ad63d6e9391e49c01f6a9dda1d903
Binary files /dev/null and b/system/fonts/NotoSansBuginese-Regular.ttf differ
diff --git a/system/fonts/NotoSansBuhid-Regular.ttf b/system/fonts/NotoSansBuhid-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..756218ffa38fbff4c969a3fb2b9d8b1dd1b2f92b
Binary files /dev/null and b/system/fonts/NotoSansBuhid-Regular.ttf differ
diff --git a/system/fonts/NotoSansCJK-Regular.ttc b/system/fonts/NotoSansCJK-Regular.ttc
new file mode 100644
index 0000000000000000000000000000000000000000..23b4dc982a55ed8da89ec156412d143674860cd8
Binary files /dev/null and b/system/fonts/NotoSansCJK-Regular.ttc differ
diff --git a/system/fonts/NotoSansCanadianAboriginal-Regular.ttf b/system/fonts/NotoSansCanadianAboriginal-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4961f43bce7acc69d4d0d247e3b5f1b89e552ea9
Binary files /dev/null and b/system/fonts/NotoSansCanadianAboriginal-Regular.ttf differ
diff --git a/system/fonts/NotoSansCarian-Regular.ttf b/system/fonts/NotoSansCarian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..8abada192a016b6dd1ff6e8b92a4a899cf61a74d
Binary files /dev/null and b/system/fonts/NotoSansCarian-Regular.ttf differ
diff --git a/system/fonts/NotoSansCham-Bold.ttf b/system/fonts/NotoSansCham-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5f98099b1e065ee9c7f196913553375cc97e6e00
Binary files /dev/null and b/system/fonts/NotoSansCham-Bold.ttf differ
diff --git a/system/fonts/NotoSansCham-Regular.ttf b/system/fonts/NotoSansCham-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..be897d445345039267a958d12815211ed58a010e
Binary files /dev/null and b/system/fonts/NotoSansCham-Regular.ttf differ
diff --git a/system/fonts/NotoSansCherokee-Regular.ttf b/system/fonts/NotoSansCherokee-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..6d44506528b6b829b5f834f2728ee3a47069035e
Binary files /dev/null and b/system/fonts/NotoSansCherokee-Regular.ttf differ
diff --git a/system/fonts/NotoSansCoptic-Regular.ttf b/system/fonts/NotoSansCoptic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d327c79640ac3bfd95fc68f24348babf695ea122
Binary files /dev/null and b/system/fonts/NotoSansCoptic-Regular.ttf differ
diff --git a/system/fonts/NotoSansCuneiform-Regular.ttf b/system/fonts/NotoSansCuneiform-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..37a4e9e1ae6c0b26e911d52f11ac26e11a018125
Binary files /dev/null and b/system/fonts/NotoSansCuneiform-Regular.ttf differ
diff --git a/system/fonts/NotoSansCypriot-Regular.ttf b/system/fonts/NotoSansCypriot-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bc4083e07686c51ab150dc0c890e3d2583901cfb
Binary files /dev/null and b/system/fonts/NotoSansCypriot-Regular.ttf differ
diff --git a/system/fonts/NotoSansDeseret-Regular.ttf b/system/fonts/NotoSansDeseret-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..c043a5434e3c9bacb631e5cef594c4673d9291cd
Binary files /dev/null and b/system/fonts/NotoSansDeseret-Regular.ttf differ
diff --git a/system/fonts/NotoSansDevanagari-Bold.ttf b/system/fonts/NotoSansDevanagari-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9fe01629db5ceb3feab30fb18d167d4eed98fa7a
Binary files /dev/null and b/system/fonts/NotoSansDevanagari-Bold.ttf differ
diff --git a/system/fonts/NotoSansDevanagari-Regular.ttf b/system/fonts/NotoSansDevanagari-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..0a024dfdafd9c6a27de35d11017832f084da6bd8
Binary files /dev/null and b/system/fonts/NotoSansDevanagari-Regular.ttf differ
diff --git a/system/fonts/NotoSansDevanagariUI-Bold.ttf b/system/fonts/NotoSansDevanagariUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a0cc7dd332c710c0e49e1b84b9fe9051e841d14e
Binary files /dev/null and b/system/fonts/NotoSansDevanagariUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansDevanagariUI-Regular.ttf b/system/fonts/NotoSansDevanagariUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d74aefd65ff8a193a68eca305fc1096745ecad5b
Binary files /dev/null and b/system/fonts/NotoSansDevanagariUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansEgyptianHieroglyphs-Regular.ttf b/system/fonts/NotoSansEgyptianHieroglyphs-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..62ee89793b15fc0b03f4f32411609e46ace67a25
Binary files /dev/null and b/system/fonts/NotoSansEgyptianHieroglyphs-Regular.ttf differ
diff --git a/system/fonts/NotoSansEthiopic-Bold.ttf b/system/fonts/NotoSansEthiopic-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..6465bce6260733f8780693e4164e57e6b12c2539
Binary files /dev/null and b/system/fonts/NotoSansEthiopic-Bold.ttf differ
diff --git a/system/fonts/NotoSansEthiopic-Regular.ttf b/system/fonts/NotoSansEthiopic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1c6194d0ab1f08f49a9870e726b5f286d9234e0f
Binary files /dev/null and b/system/fonts/NotoSansEthiopic-Regular.ttf differ
diff --git a/system/fonts/NotoSansGeorgian-Bold.ttf b/system/fonts/NotoSansGeorgian-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..2e01965d8b999e57f8394a052229b417fda2341a
Binary files /dev/null and b/system/fonts/NotoSansGeorgian-Bold.ttf differ
diff --git a/system/fonts/NotoSansGeorgian-Regular.ttf b/system/fonts/NotoSansGeorgian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b5a38474567acb11daf8c8e74ac4ec3485457a96
Binary files /dev/null and b/system/fonts/NotoSansGeorgian-Regular.ttf differ
diff --git a/system/fonts/NotoSansGlagolitic-Regular.ttf b/system/fonts/NotoSansGlagolitic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..86237aa8a0fe060208de69d3c2984e23947f93c3
Binary files /dev/null and b/system/fonts/NotoSansGlagolitic-Regular.ttf differ
diff --git a/system/fonts/NotoSansGothic-Regular.ttf b/system/fonts/NotoSansGothic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d653ee10716ab0a5add1fa384afcf63798a24361
Binary files /dev/null and b/system/fonts/NotoSansGothic-Regular.ttf differ
diff --git a/system/fonts/NotoSansGujarati-Bold.ttf b/system/fonts/NotoSansGujarati-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7b6f05f2e380f03b033a681b3ac1655a919d80bd
Binary files /dev/null and b/system/fonts/NotoSansGujarati-Bold.ttf differ
diff --git a/system/fonts/NotoSansGujarati-Regular.ttf b/system/fonts/NotoSansGujarati-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7af1329de1c8cd0622b8538ef2f37d5c034a5914
Binary files /dev/null and b/system/fonts/NotoSansGujarati-Regular.ttf differ
diff --git a/system/fonts/NotoSansGujaratiUI-Bold.ttf b/system/fonts/NotoSansGujaratiUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..d60a3483dd07ae9011422c2713f9381fa65327b2
Binary files /dev/null and b/system/fonts/NotoSansGujaratiUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansGujaratiUI-Regular.ttf b/system/fonts/NotoSansGujaratiUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1bb407d86a2f991283b6a7d6fa41a7c49cdaf90b
Binary files /dev/null and b/system/fonts/NotoSansGujaratiUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansGurmukhi-Bold.ttf b/system/fonts/NotoSansGurmukhi-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f9ae32247c529b45b1c036e249b10068b1add2c4
Binary files /dev/null and b/system/fonts/NotoSansGurmukhi-Bold.ttf differ
diff --git a/system/fonts/NotoSansGurmukhi-Regular.ttf b/system/fonts/NotoSansGurmukhi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b86bbc66a3692d6e47b25b57e757e00b818a7543
Binary files /dev/null and b/system/fonts/NotoSansGurmukhi-Regular.ttf differ
diff --git a/system/fonts/NotoSansGurmukhiUI-Bold.ttf b/system/fonts/NotoSansGurmukhiUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9064d6bdfaf439904fb8b903c26eb5638f24e338
Binary files /dev/null and b/system/fonts/NotoSansGurmukhiUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansGurmukhiUI-Regular.ttf b/system/fonts/NotoSansGurmukhiUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..6de832dcf0707d0fc5e6cf58c011b70e5d4b4be2
Binary files /dev/null and b/system/fonts/NotoSansGurmukhiUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansHanunoo-Regular.ttf b/system/fonts/NotoSansHanunoo-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..480af3494d4ae0c9cdb35efd309a00966e2641c2
Binary files /dev/null and b/system/fonts/NotoSansHanunoo-Regular.ttf differ
diff --git a/system/fonts/NotoSansHebrew-Bold.ttf b/system/fonts/NotoSansHebrew-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..64844fec28194bec9861e1a57053f82ba0390e33
Binary files /dev/null and b/system/fonts/NotoSansHebrew-Bold.ttf differ
diff --git a/system/fonts/NotoSansHebrew-Regular.ttf b/system/fonts/NotoSansHebrew-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..c161ce529b72db594c14f395c9510462d067c85b
Binary files /dev/null and b/system/fonts/NotoSansHebrew-Regular.ttf differ
diff --git a/system/fonts/NotoSansImperialAramaic-Regular.ttf b/system/fonts/NotoSansImperialAramaic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..10802e3248fb288bc7ed5cb18e50872e469056fe
Binary files /dev/null and b/system/fonts/NotoSansImperialAramaic-Regular.ttf differ
diff --git a/system/fonts/NotoSansInscriptionalPahlavi-Regular.ttf b/system/fonts/NotoSansInscriptionalPahlavi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..44d529650ef7d95995027b3ef5ff3dfece59f093
Binary files /dev/null and b/system/fonts/NotoSansInscriptionalPahlavi-Regular.ttf differ
diff --git a/system/fonts/NotoSansInscriptionalParthian-Regular.ttf b/system/fonts/NotoSansInscriptionalParthian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bca05aa7dfeff16f10ab0cd578913bfbfa56cc85
Binary files /dev/null and b/system/fonts/NotoSansInscriptionalParthian-Regular.ttf differ
diff --git a/system/fonts/NotoSansJavanese-Regular.ttf b/system/fonts/NotoSansJavanese-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..2a855ed5a89c6ea689af8b459b3660d6e1fe1450
Binary files /dev/null and b/system/fonts/NotoSansJavanese-Regular.ttf differ
diff --git a/system/fonts/NotoSansKaithi-Regular.ttf b/system/fonts/NotoSansKaithi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..22b8c4761e38117712465d9ded8b1fd74a99642f
Binary files /dev/null and b/system/fonts/NotoSansKaithi-Regular.ttf differ
diff --git a/system/fonts/NotoSansKannada-Bold.ttf b/system/fonts/NotoSansKannada-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b3c1032390d38351fb5b3201601339cac20c952c
Binary files /dev/null and b/system/fonts/NotoSansKannada-Bold.ttf differ
diff --git a/system/fonts/NotoSansKannada-Regular.ttf b/system/fonts/NotoSansKannada-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..be9d761535dcc1b3501676cd4e1bce9168f2531c
Binary files /dev/null and b/system/fonts/NotoSansKannada-Regular.ttf differ
diff --git a/system/fonts/NotoSansKannadaUI-Bold.ttf b/system/fonts/NotoSansKannadaUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..715f013891472aa66feca2c0fd3e10df3f72b1fe
Binary files /dev/null and b/system/fonts/NotoSansKannadaUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansKannadaUI-Regular.ttf b/system/fonts/NotoSansKannadaUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bea2878e2df6842264f45f7c4106e445ffef8e43
Binary files /dev/null and b/system/fonts/NotoSansKannadaUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansKayahLi-Regular.ttf b/system/fonts/NotoSansKayahLi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..75b6b8013e48be638582bb4b9b76aaa04ccc05ff
Binary files /dev/null and b/system/fonts/NotoSansKayahLi-Regular.ttf differ
diff --git a/system/fonts/NotoSansKharoshthi-Regular.ttf b/system/fonts/NotoSansKharoshthi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1f4a9a6673c57331dadce35bb9771630c8da33e6
Binary files /dev/null and b/system/fonts/NotoSansKharoshthi-Regular.ttf differ
diff --git a/system/fonts/NotoSansKhmer-VF.ttf b/system/fonts/NotoSansKhmer-VF.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1ba1f1d78a61f03741302c23327c76df4f891001
Binary files /dev/null and b/system/fonts/NotoSansKhmer-VF.ttf differ
diff --git a/system/fonts/NotoSansKhmerUI-Bold.ttf b/system/fonts/NotoSansKhmerUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..592414c3f2c7b64c8b8f045007587acc5d99cd30
Binary files /dev/null and b/system/fonts/NotoSansKhmerUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansKhmerUI-Regular.ttf b/system/fonts/NotoSansKhmerUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7a11a8153266ed833595ff6991eddc310919b5c2
Binary files /dev/null and b/system/fonts/NotoSansKhmerUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansLao-Bold.ttf b/system/fonts/NotoSansLao-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..0482fc7d625806b0e66d5b8e050de6e83813e98c
Binary files /dev/null and b/system/fonts/NotoSansLao-Bold.ttf differ
diff --git a/system/fonts/NotoSansLao-Regular.ttf b/system/fonts/NotoSansLao-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..20f1af8619503c8b212af662e4a8be1dfbde0e58
Binary files /dev/null and b/system/fonts/NotoSansLao-Regular.ttf differ
diff --git a/system/fonts/NotoSansLaoUI-Bold.ttf b/system/fonts/NotoSansLaoUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4ca61cf23b38c1e979bbbaf374d12617165a7a8f
Binary files /dev/null and b/system/fonts/NotoSansLaoUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansLaoUI-Regular.ttf b/system/fonts/NotoSansLaoUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..61d755df3b9ed4a66b24a75f3bcd2e483de9238c
Binary files /dev/null and b/system/fonts/NotoSansLaoUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansLepcha-Regular.ttf b/system/fonts/NotoSansLepcha-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b86dc59829f1b79a0f6cb747650f7267dc85c145
Binary files /dev/null and b/system/fonts/NotoSansLepcha-Regular.ttf differ
diff --git a/system/fonts/NotoSansLimbu-Regular.ttf b/system/fonts/NotoSansLimbu-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b9eca0839f0ef35c048701bb0c05beaedfa30551
Binary files /dev/null and b/system/fonts/NotoSansLimbu-Regular.ttf differ
diff --git a/system/fonts/NotoSansLinearB-Regular.ttf b/system/fonts/NotoSansLinearB-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b7415078ef1a0a0df88d1347fc3aa9db1d68b73d
Binary files /dev/null and b/system/fonts/NotoSansLinearB-Regular.ttf differ
diff --git a/system/fonts/NotoSansLisu-Regular.ttf b/system/fonts/NotoSansLisu-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..12405b4a5042362a2c4b07375a94288862d1a311
Binary files /dev/null and b/system/fonts/NotoSansLisu-Regular.ttf differ
diff --git a/system/fonts/NotoSansLycian-Regular.ttf b/system/fonts/NotoSansLycian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..30310c20e56436bdac2ebd9ac4c8f1e4eb5a0a70
Binary files /dev/null and b/system/fonts/NotoSansLycian-Regular.ttf differ
diff --git a/system/fonts/NotoSansLydian-Regular.ttf b/system/fonts/NotoSansLydian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..fc5bf5fd1ebc2275075bb1f29e6a6e549a40dcff
Binary files /dev/null and b/system/fonts/NotoSansLydian-Regular.ttf differ
diff --git a/system/fonts/NotoSansMalayalam-Bold.ttf b/system/fonts/NotoSansMalayalam-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5f6ca0c6ac3e56d69a310842c9f98e1b7a325c6e
Binary files /dev/null and b/system/fonts/NotoSansMalayalam-Bold.ttf differ
diff --git a/system/fonts/NotoSansMalayalam-Regular.ttf b/system/fonts/NotoSansMalayalam-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..be82967e868d633bc01ee101d8061053d1b265bb
Binary files /dev/null and b/system/fonts/NotoSansMalayalam-Regular.ttf differ
diff --git a/system/fonts/NotoSansMalayalamUI-Bold.ttf b/system/fonts/NotoSansMalayalamUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..0919b8c7fd203b97528644e361be00626001f3eb
Binary files /dev/null and b/system/fonts/NotoSansMalayalamUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansMalayalamUI-Regular.ttf b/system/fonts/NotoSansMalayalamUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4f1b4083fa462fdf695c4f682a6bbf8ef89188dc
Binary files /dev/null and b/system/fonts/NotoSansMalayalamUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansMandaic-Regular.ttf b/system/fonts/NotoSansMandaic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1a533e1b33890fb740c1acbb1fad58acc9a8ece5
Binary files /dev/null and b/system/fonts/NotoSansMandaic-Regular.ttf differ
diff --git a/system/fonts/NotoSansMeeteiMayek-Regular.ttf b/system/fonts/NotoSansMeeteiMayek-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3059a6c3a6dbb961c4ae348273e260dd6b465129
Binary files /dev/null and b/system/fonts/NotoSansMeeteiMayek-Regular.ttf differ
diff --git a/system/fonts/NotoSansMongolian-Regular.ttf b/system/fonts/NotoSansMongolian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..760d7e0d3dc9980ac71f2f77ee6d9b8dc70ff091
Binary files /dev/null and b/system/fonts/NotoSansMongolian-Regular.ttf differ
diff --git a/system/fonts/NotoSansMyanmar-Bold.ttf b/system/fonts/NotoSansMyanmar-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9f74c12152b207917523238e1a008df088ee6637
Binary files /dev/null and b/system/fonts/NotoSansMyanmar-Bold.ttf differ
diff --git a/system/fonts/NotoSansMyanmar-Regular.ttf b/system/fonts/NotoSansMyanmar-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..034660b15a387353b4cf90fba244c03d3e5b412a
Binary files /dev/null and b/system/fonts/NotoSansMyanmar-Regular.ttf differ
diff --git a/system/fonts/NotoSansMyanmarUI-Bold.ttf b/system/fonts/NotoSansMyanmarUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1c76aa7d8e9b160ba5231b0d5bf1ef9b3586b6a0
Binary files /dev/null and b/system/fonts/NotoSansMyanmarUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansMyanmarUI-Regular.ttf b/system/fonts/NotoSansMyanmarUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a435ba192a052a0eb909a3e386a7c4e03918a3ca
Binary files /dev/null and b/system/fonts/NotoSansMyanmarUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansNKo-Regular.ttf b/system/fonts/NotoSansNKo-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..091416be4d7e6ce32bd61121efb99d1a80b0b025
Binary files /dev/null and b/system/fonts/NotoSansNKo-Regular.ttf differ
diff --git a/system/fonts/NotoSansNewTaiLue-Regular.ttf b/system/fonts/NotoSansNewTaiLue-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bc79a793038041335047293e05aad9f6994992bd
Binary files /dev/null and b/system/fonts/NotoSansNewTaiLue-Regular.ttf differ
diff --git a/system/fonts/NotoSansOgham-Regular.ttf b/system/fonts/NotoSansOgham-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..8943189c52fdbe0d2230a399fa146995686880cd
Binary files /dev/null and b/system/fonts/NotoSansOgham-Regular.ttf differ
diff --git a/system/fonts/NotoSansOlChiki-Regular.ttf b/system/fonts/NotoSansOlChiki-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..332664043a925e84683791c94aa5881919296a8f
Binary files /dev/null and b/system/fonts/NotoSansOlChiki-Regular.ttf differ
diff --git a/system/fonts/NotoSansOldItalic-Regular.ttf b/system/fonts/NotoSansOldItalic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4a63a5e72d41d9793929e9a01f37294c02bc4670
Binary files /dev/null and b/system/fonts/NotoSansOldItalic-Regular.ttf differ
diff --git a/system/fonts/NotoSansOldPersian-Regular.ttf b/system/fonts/NotoSansOldPersian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..21166f443ee32cd251d7361593f72d0d28bd5177
Binary files /dev/null and b/system/fonts/NotoSansOldPersian-Regular.ttf differ
diff --git a/system/fonts/NotoSansOldSouthArabian-Regular.ttf b/system/fonts/NotoSansOldSouthArabian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5037bd996685df1656d01e565f544e49c758973e
Binary files /dev/null and b/system/fonts/NotoSansOldSouthArabian-Regular.ttf differ
diff --git a/system/fonts/NotoSansOldTurkic-Regular.ttf b/system/fonts/NotoSansOldTurkic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1652ad157a20aa97dbf393f10621b5fc45f5789d
Binary files /dev/null and b/system/fonts/NotoSansOldTurkic-Regular.ttf differ
diff --git a/system/fonts/NotoSansOriya-Bold.ttf b/system/fonts/NotoSansOriya-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..ab6e759a5f2d365dd6918ee52575b637068ceb84
Binary files /dev/null and b/system/fonts/NotoSansOriya-Bold.ttf differ
diff --git a/system/fonts/NotoSansOriya-Regular.ttf b/system/fonts/NotoSansOriya-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..92abe640c2c0cdedb1093c50a906dd17890f1dc5
Binary files /dev/null and b/system/fonts/NotoSansOriya-Regular.ttf differ
diff --git a/system/fonts/NotoSansOriyaUI-Bold.ttf b/system/fonts/NotoSansOriyaUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1b32205ebc7823557a727a8f3009b2827d93a848
Binary files /dev/null and b/system/fonts/NotoSansOriyaUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansOriyaUI-Regular.ttf b/system/fonts/NotoSansOriyaUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5738e1d558ec546f56f498d2b1fca1846a122843
Binary files /dev/null and b/system/fonts/NotoSansOriyaUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansOsmanya-Regular.ttf b/system/fonts/NotoSansOsmanya-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..dd0b982db8c9c654b75709d68d845cc2c31b01a4
Binary files /dev/null and b/system/fonts/NotoSansOsmanya-Regular.ttf differ
diff --git a/system/fonts/NotoSansPhagsPa-Regular.ttf b/system/fonts/NotoSansPhagsPa-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..bd59e328f003e19202826e4b315f6b4c0771cba8
Binary files /dev/null and b/system/fonts/NotoSansPhagsPa-Regular.ttf differ
diff --git a/system/fonts/NotoSansPhoenician-Regular.ttf b/system/fonts/NotoSansPhoenician-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..345a9770a0e6a38fa3e85e26d43d3eabd484c591
Binary files /dev/null and b/system/fonts/NotoSansPhoenician-Regular.ttf differ
diff --git a/system/fonts/NotoSansRejang-Regular.ttf b/system/fonts/NotoSansRejang-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3d95fd3d90e518e1519fbc450747e4314d9d14f3
Binary files /dev/null and b/system/fonts/NotoSansRejang-Regular.ttf differ
diff --git a/system/fonts/NotoSansRunic-Regular.ttf b/system/fonts/NotoSansRunic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..64a18b17d77658ae1109970185a181d506ed8eae
Binary files /dev/null and b/system/fonts/NotoSansRunic-Regular.ttf differ
diff --git a/system/fonts/NotoSansSamaritan-Regular.ttf b/system/fonts/NotoSansSamaritan-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9fe427c84ddddf9debe6156171039c4d22e10e21
Binary files /dev/null and b/system/fonts/NotoSansSamaritan-Regular.ttf differ
diff --git a/system/fonts/NotoSansSaurashtra-Regular.ttf b/system/fonts/NotoSansSaurashtra-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..6ca7590aedb42d0ab18aa3193c31b2414db33902
Binary files /dev/null and b/system/fonts/NotoSansSaurashtra-Regular.ttf differ
diff --git a/system/fonts/NotoSansShavian-Regular.ttf b/system/fonts/NotoSansShavian-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..265c5231b34ac85caf164caced2ba0ec222ccba2
Binary files /dev/null and b/system/fonts/NotoSansShavian-Regular.ttf differ
diff --git a/system/fonts/NotoSansSinhala-Bold.ttf b/system/fonts/NotoSansSinhala-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..1ba5a1c8ff95796375ea778c99dc65c334da718f
Binary files /dev/null and b/system/fonts/NotoSansSinhala-Bold.ttf differ
diff --git a/system/fonts/NotoSansSinhala-Regular.ttf b/system/fonts/NotoSansSinhala-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9f4de713e68ab372ab3ae8b1a15715ecb2b24330
Binary files /dev/null and b/system/fonts/NotoSansSinhala-Regular.ttf differ
diff --git a/system/fonts/NotoSansSundanese-Regular.ttf b/system/fonts/NotoSansSundanese-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5c19cd703bb679ebd4ccc75ab695e48895d0dc58
Binary files /dev/null and b/system/fonts/NotoSansSundanese-Regular.ttf differ
diff --git a/system/fonts/NotoSansSylotiNagri-Regular.ttf b/system/fonts/NotoSansSylotiNagri-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..164c217faca9ea79cdb124b21d68c0438012cca3
Binary files /dev/null and b/system/fonts/NotoSansSylotiNagri-Regular.ttf differ
diff --git a/system/fonts/NotoSansSymbols-Regular-Subsetted.ttf b/system/fonts/NotoSansSymbols-Regular-Subsetted.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..ebea59bf781891dc3524817c1df292f113916d0c
Binary files /dev/null and b/system/fonts/NotoSansSymbols-Regular-Subsetted.ttf differ
diff --git a/system/fonts/NotoSansSymbols-Regular-Subsetted2.ttf b/system/fonts/NotoSansSymbols-Regular-Subsetted2.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..cc3e29f953547c9d56d8009446ea0ec5bcd63487
Binary files /dev/null and b/system/fonts/NotoSansSymbols-Regular-Subsetted2.ttf differ
diff --git a/system/fonts/NotoSansSyriacEastern-Regular.ttf b/system/fonts/NotoSansSyriacEastern-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..25ee338b9b9443f618b0c145c494b36084263a65
Binary files /dev/null and b/system/fonts/NotoSansSyriacEastern-Regular.ttf differ
diff --git a/system/fonts/NotoSansSyriacEstrangela-Regular.ttf b/system/fonts/NotoSansSyriacEstrangela-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..07a2e043e540b970aa59443dfed21bc921bb114a
Binary files /dev/null and b/system/fonts/NotoSansSyriacEstrangela-Regular.ttf differ
diff --git a/system/fonts/NotoSansSyriacWestern-Regular.ttf b/system/fonts/NotoSansSyriacWestern-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f0f9de14608964b61ef98f3516e1b6504fbd6b90
Binary files /dev/null and b/system/fonts/NotoSansSyriacWestern-Regular.ttf differ
diff --git a/system/fonts/NotoSansTagalog-Regular.ttf b/system/fonts/NotoSansTagalog-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..0aff41104aa6f0f6b13f573e9112c4ab9d543d82
Binary files /dev/null and b/system/fonts/NotoSansTagalog-Regular.ttf differ
diff --git a/system/fonts/NotoSansTagbanwa-Regular.ttf b/system/fonts/NotoSansTagbanwa-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..286cf4c1926727d5c9e4d7d5d41313256c8cce63
Binary files /dev/null and b/system/fonts/NotoSansTagbanwa-Regular.ttf differ
diff --git a/system/fonts/NotoSansTaiLe-Regular.ttf b/system/fonts/NotoSansTaiLe-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..88ea3fd76f83e481dda288fae877582dbc6648bb
Binary files /dev/null and b/system/fonts/NotoSansTaiLe-Regular.ttf differ
diff --git a/system/fonts/NotoSansTaiTham-Regular.ttf b/system/fonts/NotoSansTaiTham-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..faa8ddf6ce03e2a0ceebee66ae0690ffbffa133f
Binary files /dev/null and b/system/fonts/NotoSansTaiTham-Regular.ttf differ
diff --git a/system/fonts/NotoSansTaiViet-Regular.ttf b/system/fonts/NotoSansTaiViet-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9208fc776255d92d763caf100340f5129b179904
Binary files /dev/null and b/system/fonts/NotoSansTaiViet-Regular.ttf differ
diff --git a/system/fonts/NotoSansTamil-Bold.ttf b/system/fonts/NotoSansTamil-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f15bfad612773edd9112a12c51d278ec042ce5c9
Binary files /dev/null and b/system/fonts/NotoSansTamil-Bold.ttf differ
diff --git a/system/fonts/NotoSansTamil-Regular.ttf b/system/fonts/NotoSansTamil-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..635a23862968dfdcc7ae033519805424fe2e5561
Binary files /dev/null and b/system/fonts/NotoSansTamil-Regular.ttf differ
diff --git a/system/fonts/NotoSansTamilUI-Bold.ttf b/system/fonts/NotoSansTamilUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..297f30ba61b5cca761dd02eb146eea8d2d8db354
Binary files /dev/null and b/system/fonts/NotoSansTamilUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansTamilUI-Regular.ttf b/system/fonts/NotoSansTamilUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..360bed87b1ee0d58a3a0dee0314f85a44bef7605
Binary files /dev/null and b/system/fonts/NotoSansTamilUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansTelugu-Bold.ttf b/system/fonts/NotoSansTelugu-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..cfb258807f8e6551fde7fdf1a13241da67f24278
Binary files /dev/null and b/system/fonts/NotoSansTelugu-Bold.ttf differ
diff --git a/system/fonts/NotoSansTelugu-Regular.ttf b/system/fonts/NotoSansTelugu-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5134cbdfbd85609ae3cd6b6bf56524c5d5348575
Binary files /dev/null and b/system/fonts/NotoSansTelugu-Regular.ttf differ
diff --git a/system/fonts/NotoSansTeluguUI-Bold.ttf b/system/fonts/NotoSansTeluguUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..93e1886cd43a142bce97f6b780acc905998e9238
Binary files /dev/null and b/system/fonts/NotoSansTeluguUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansTeluguUI-Regular.ttf b/system/fonts/NotoSansTeluguUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..aa5fea2009a353341848950fea88d9f7750dd318
Binary files /dev/null and b/system/fonts/NotoSansTeluguUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansThaana-Bold.ttf b/system/fonts/NotoSansThaana-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..98619569516b8971b019f72148e847d171d1fe86
Binary files /dev/null and b/system/fonts/NotoSansThaana-Bold.ttf differ
diff --git a/system/fonts/NotoSansThaana-Regular.ttf b/system/fonts/NotoSansThaana-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..8fcf561a57ba06ae443d7fb1c533f5f28d7f19f5
Binary files /dev/null and b/system/fonts/NotoSansThaana-Regular.ttf differ
diff --git a/system/fonts/NotoSansThai-Bold.ttf b/system/fonts/NotoSansThai-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3b5ed2875cc990cee6096c85977fc6d8133bede2
Binary files /dev/null and b/system/fonts/NotoSansThai-Bold.ttf differ
diff --git a/system/fonts/NotoSansThai-Regular.ttf b/system/fonts/NotoSansThai-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..552c3561767975274bba211646560ce890a4dc4e
Binary files /dev/null and b/system/fonts/NotoSansThai-Regular.ttf differ
diff --git a/system/fonts/NotoSansThaiUI-Bold.ttf b/system/fonts/NotoSansThaiUI-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3bc9a7051544b8453138d9e89cae2a42136141c0
Binary files /dev/null and b/system/fonts/NotoSansThaiUI-Bold.ttf differ
diff --git a/system/fonts/NotoSansThaiUI-Regular.ttf b/system/fonts/NotoSansThaiUI-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9fe222d4e10dad6d4fac82e60799d8c20e253aea
Binary files /dev/null and b/system/fonts/NotoSansThaiUI-Regular.ttf differ
diff --git a/system/fonts/NotoSansTibetan-Bold.ttf b/system/fonts/NotoSansTibetan-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7a5144dd5e9d33d0f3a8c28f7d7dcd391682f3eb
Binary files /dev/null and b/system/fonts/NotoSansTibetan-Bold.ttf differ
diff --git a/system/fonts/NotoSansTibetan-Regular.ttf b/system/fonts/NotoSansTibetan-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..65f0e93dfe000d65f1553cef361fa7dda554b9b8
Binary files /dev/null and b/system/fonts/NotoSansTibetan-Regular.ttf differ
diff --git a/system/fonts/NotoSansTifinagh-Regular.ttf b/system/fonts/NotoSansTifinagh-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..96929440bc831b80c8e04cacc358a8d1c5da7c16
Binary files /dev/null and b/system/fonts/NotoSansTifinagh-Regular.ttf differ
diff --git a/system/fonts/NotoSansUgaritic-Regular.ttf b/system/fonts/NotoSansUgaritic-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..dec137d5e473e951c93708eacabaf5269bbcb9d4
Binary files /dev/null and b/system/fonts/NotoSansUgaritic-Regular.ttf differ
diff --git a/system/fonts/NotoSansVai-Regular.ttf b/system/fonts/NotoSansVai-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3ec5fccfa833a77411f8d98b0bc0a8a556cb585d
Binary files /dev/null and b/system/fonts/NotoSansVai-Regular.ttf differ
diff --git a/system/fonts/NotoSansYi-Regular.ttf b/system/fonts/NotoSansYi-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5bd81f9cb55f0ff4a5965b985ea2f4727d2efd89
Binary files /dev/null and b/system/fonts/NotoSansYi-Regular.ttf differ
diff --git a/system/fonts/NotoSerif-Bold.ttf b/system/fonts/NotoSerif-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..2ffdf8c1cb7642a53c00e2d59019e831bd382d55
Binary files /dev/null and b/system/fonts/NotoSerif-Bold.ttf differ
diff --git a/system/fonts/NotoSerif-BoldItalic.ttf b/system/fonts/NotoSerif-BoldItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..4a317f818eed99a4e39fcda044784652d3484804
Binary files /dev/null and b/system/fonts/NotoSerif-BoldItalic.ttf differ
diff --git a/system/fonts/NotoSerif-Italic.ttf b/system/fonts/NotoSerif-Italic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..968b46bca3f5c5f540c827059e84724abad4321c
Binary files /dev/null and b/system/fonts/NotoSerif-Italic.ttf differ
diff --git a/system/fonts/NotoSerif-Regular.ttf b/system/fonts/NotoSerif-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..9d9a347f6cc328b3e302379bf5d3a00e20d00624
Binary files /dev/null and b/system/fonts/NotoSerif-Regular.ttf differ
diff --git a/system/fonts/Roboto-Black.ttf b/system/fonts/Roboto-Black.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3ecbdefd9df296d4bfaf4a97bfffd0f1271e6447
Binary files /dev/null and b/system/fonts/Roboto-Black.ttf differ
diff --git a/system/fonts/Roboto-BlackItalic.ttf b/system/fonts/Roboto-BlackItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..44c086c17623c3c3cf3b6fa377aa376806c9f6b1
Binary files /dev/null and b/system/fonts/Roboto-BlackItalic.ttf differ
diff --git a/system/fonts/Roboto-Bold.ttf b/system/fonts/Roboto-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..70def3f7f839a20a093ff2b1adac3dac91449a49
Binary files /dev/null and b/system/fonts/Roboto-Bold.ttf differ
diff --git a/system/fonts/Roboto-BoldItalic.ttf b/system/fonts/Roboto-BoldItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..216f9ceea1cfcf6063430db24c42c7ab785bf81d
Binary files /dev/null and b/system/fonts/Roboto-BoldItalic.ttf differ
diff --git a/system/fonts/Roboto-Italic.ttf b/system/fonts/Roboto-Italic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f0f33dbdfa5afc355bc69802eda5751085ddb9fa
Binary files /dev/null and b/system/fonts/Roboto-Italic.ttf differ
diff --git a/system/fonts/Roboto-Light.ttf b/system/fonts/Roboto-Light.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..3a0304450c2f0cc5b372f6d75e579c77e2b75911
Binary files /dev/null and b/system/fonts/Roboto-Light.ttf differ
diff --git a/system/fonts/Roboto-LightItalic.ttf b/system/fonts/Roboto-LightItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..983381b67912bc18952139e4e9992765c2490f9d
Binary files /dev/null and b/system/fonts/Roboto-LightItalic.ttf differ
diff --git a/system/fonts/Roboto-Medium.ttf b/system/fonts/Roboto-Medium.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..284b1ba865d1bc19ccb29a659b7c373fb295ca24
Binary files /dev/null and b/system/fonts/Roboto-Medium.ttf differ
diff --git a/system/fonts/Roboto-MediumItalic.ttf b/system/fonts/Roboto-MediumItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a0b10d2f35c41ab087196c9ed5ab8a944b173e85
Binary files /dev/null and b/system/fonts/Roboto-MediumItalic.ttf differ
diff --git a/system/fonts/Roboto-Regular.ttf b/system/fonts/Roboto-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..500b1045b0c94d83d2e6798aaf1faa55a2dab6fc
Binary files /dev/null and b/system/fonts/Roboto-Regular.ttf differ
diff --git a/system/fonts/Roboto-Thin.ttf b/system/fonts/Roboto-Thin.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..0c7d50ba49ee293157dfa7024c601fdf35fe4a59
Binary files /dev/null and b/system/fonts/Roboto-Thin.ttf differ
diff --git a/system/fonts/Roboto-ThinItalic.ttf b/system/fonts/Roboto-ThinItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..277d8cf98fa21abad6b0e567f5e5f868d4e18e07
Binary files /dev/null and b/system/fonts/Roboto-ThinItalic.ttf differ
diff --git a/system/fonts/RobotoCondensed-Bold.ttf b/system/fonts/RobotoCondensed-Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f1de58fc34ae98f03b49f49e5a52df4ced5ec25a
Binary files /dev/null and b/system/fonts/RobotoCondensed-Bold.ttf differ
diff --git a/system/fonts/RobotoCondensed-BoldItalic.ttf b/system/fonts/RobotoCondensed-BoldItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..dc0ae5d7fffa4887fb7077719d91c67335466786
Binary files /dev/null and b/system/fonts/RobotoCondensed-BoldItalic.ttf differ
diff --git a/system/fonts/RobotoCondensed-Italic.ttf b/system/fonts/RobotoCondensed-Italic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..7f075cfb006af0679361fd3be2250c9f31625c98
Binary files /dev/null and b/system/fonts/RobotoCondensed-Italic.ttf differ
diff --git a/system/fonts/RobotoCondensed-Light.ttf b/system/fonts/RobotoCondensed-Light.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..2c514bacbd20381b798a86d54828365159d57f34
Binary files /dev/null and b/system/fonts/RobotoCondensed-Light.ttf differ
diff --git a/system/fonts/RobotoCondensed-LightItalic.ttf b/system/fonts/RobotoCondensed-LightItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..248ffe85537365329bc6a33d72e6ab86b2537d9a
Binary files /dev/null and b/system/fonts/RobotoCondensed-LightItalic.ttf differ
diff --git a/system/fonts/RobotoCondensed-Medium.ttf b/system/fonts/RobotoCondensed-Medium.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b3393ed55c7687af8f44aae3a733feba04f0e3f5
Binary files /dev/null and b/system/fonts/RobotoCondensed-Medium.ttf differ
diff --git a/system/fonts/RobotoCondensed-MediumItalic.ttf b/system/fonts/RobotoCondensed-MediumItalic.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..a8fd4f73f95ea9a290f6bbf1620b402ed074fdf1
Binary files /dev/null and b/system/fonts/RobotoCondensed-MediumItalic.ttf differ
diff --git a/system/fonts/RobotoCondensed-Regular.ttf b/system/fonts/RobotoCondensed-Regular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..5ae7043b58c53a0d5855fa8d50784681aba0c1c4
Binary files /dev/null and b/system/fonts/RobotoCondensed-Regular.ttf differ
diff --git a/system/framework/CustomPropInterface.jar b/system/framework/CustomPropInterface.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/CustomPropInterface.jar differ
diff --git a/system/framework/am.jar b/system/framework/am.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/am.jar differ
diff --git a/system/framework/android.hidl.base-V1.0-java.jar b/system/framework/android.hidl.base-V1.0-java.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/android.hidl.base-V1.0-java.jar differ
diff --git a/system/framework/android.hidl.manager-V1.0-java.jar b/system/framework/android.hidl.manager-V1.0-java.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/android.hidl.manager-V1.0-java.jar differ
diff --git a/system/framework/android.test.mock.jar b/system/framework/android.test.mock.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/android.test.mock.jar differ
diff --git a/system/framework/android.test.runner.jar b/system/framework/android.test.runner.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/android.test.runner.jar differ
diff --git a/system/framework/apache-xml.jar b/system/framework/apache-xml.jar
new file mode 100644
index 0000000000000000000000000000000000000000..69af05bebfd130628b2bad451f32ebdf3b5209b2
Binary files /dev/null and b/system/framework/apache-xml.jar differ
diff --git a/system/framework/appwidget.jar b/system/framework/appwidget.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/appwidget.jar differ
diff --git a/system/framework/arm/boot-android.hidl.base-V1.0-java.art b/system/framework/arm/boot-android.hidl.base-V1.0-java.art
new file mode 100644
index 0000000000000000000000000000000000000000..bc24356e16456eb50590ecdb8dbd696568241d21
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.base-V1.0-java.art differ
diff --git a/system/framework/arm/boot-android.hidl.base-V1.0-java.oat b/system/framework/arm/boot-android.hidl.base-V1.0-java.oat
new file mode 100644
index 0000000000000000000000000000000000000000..19c2b9fd8527a3c8b8bac883f8c888eb2a4221fd
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.base-V1.0-java.oat differ
diff --git a/system/framework/arm/boot-android.hidl.base-V1.0-java.vdex b/system/framework/arm/boot-android.hidl.base-V1.0-java.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f2bc65fec9e735a1e0d31b58e2c6bd0f41a49053
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.base-V1.0-java.vdex differ
diff --git a/system/framework/arm/boot-android.hidl.manager-V1.0-java.art b/system/framework/arm/boot-android.hidl.manager-V1.0-java.art
new file mode 100644
index 0000000000000000000000000000000000000000..74b2617feb325fbf4aa81756f188b171d888ee43
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.manager-V1.0-java.art differ
diff --git a/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat b/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat
new file mode 100644
index 0000000000000000000000000000000000000000..d9b34c4f0bce52f1fc5069629260ff9b11e80623
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.manager-V1.0-java.oat differ
diff --git a/system/framework/arm/boot-android.hidl.manager-V1.0-java.vdex b/system/framework/arm/boot-android.hidl.manager-V1.0-java.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f56ce4bb99338389cc5cfa44bd1fd1ec37807279
Binary files /dev/null and b/system/framework/arm/boot-android.hidl.manager-V1.0-java.vdex differ
diff --git a/system/framework/arm/boot-apache-xml.art b/system/framework/arm/boot-apache-xml.art
new file mode 100644
index 0000000000000000000000000000000000000000..4ca12e71d0b0d23c6ab7c27efbda47a8619305e0
Binary files /dev/null and b/system/framework/arm/boot-apache-xml.art differ
diff --git a/system/framework/arm/boot-apache-xml.oat b/system/framework/arm/boot-apache-xml.oat
new file mode 100644
index 0000000000000000000000000000000000000000..84757754e9a215410f01e966a7fe72488eb9dd06
Binary files /dev/null and b/system/framework/arm/boot-apache-xml.oat differ
diff --git a/system/framework/arm/boot-apache-xml.vdex b/system/framework/arm/boot-apache-xml.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..606fa73037e35af52e0a47abb7d33f0ea13d9331
Binary files /dev/null and b/system/framework/arm/boot-apache-xml.vdex differ
diff --git a/system/framework/arm/boot-bouncycastle.art b/system/framework/arm/boot-bouncycastle.art
new file mode 100644
index 0000000000000000000000000000000000000000..334ced2c2f7edab106c3795e51a8a01114c8cb68
Binary files /dev/null and b/system/framework/arm/boot-bouncycastle.art differ
diff --git a/system/framework/arm/boot-bouncycastle.oat b/system/framework/arm/boot-bouncycastle.oat
new file mode 100644
index 0000000000000000000000000000000000000000..84a7e83a84f6076469629d365c15f487e43bbbd8
Binary files /dev/null and b/system/framework/arm/boot-bouncycastle.oat differ
diff --git a/system/framework/arm/boot-bouncycastle.vdex b/system/framework/arm/boot-bouncycastle.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b699306a670b7cdcfeacfafd09cc43045fc14a43
Binary files /dev/null and b/system/framework/arm/boot-bouncycastle.vdex differ
diff --git a/system/framework/arm/boot-conscrypt.art b/system/framework/arm/boot-conscrypt.art
new file mode 100644
index 0000000000000000000000000000000000000000..3ace7d509cfeb61c244374c0a1098f0391d0a37b
Binary files /dev/null and b/system/framework/arm/boot-conscrypt.art differ
diff --git a/system/framework/arm/boot-conscrypt.oat b/system/framework/arm/boot-conscrypt.oat
new file mode 100644
index 0000000000000000000000000000000000000000..d92584c33a5284ef2eec6c5343a363fe9df22ada
Binary files /dev/null and b/system/framework/arm/boot-conscrypt.oat differ
diff --git a/system/framework/arm/boot-conscrypt.vdex b/system/framework/arm/boot-conscrypt.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b56ee9aa6dbc502339f9815aa5b79136001680e7
Binary files /dev/null and b/system/framework/arm/boot-conscrypt.vdex differ
diff --git a/system/framework/arm/boot-core-libart.art b/system/framework/arm/boot-core-libart.art
new file mode 100644
index 0000000000000000000000000000000000000000..dd377efc858030b0eb8b53c59d133b51c04a39f1
Binary files /dev/null and b/system/framework/arm/boot-core-libart.art differ
diff --git a/system/framework/arm/boot-core-libart.oat b/system/framework/arm/boot-core-libart.oat
new file mode 100644
index 0000000000000000000000000000000000000000..98c30e17501b0ad9e5703543344a69e8daf05917
Binary files /dev/null and b/system/framework/arm/boot-core-libart.oat differ
diff --git a/system/framework/arm/boot-core-libart.vdex b/system/framework/arm/boot-core-libart.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9670659693a945f3659cdf6b4d7202b7e513fd0d
Binary files /dev/null and b/system/framework/arm/boot-core-libart.vdex differ
diff --git a/system/framework/arm/boot-ext.art b/system/framework/arm/boot-ext.art
new file mode 100644
index 0000000000000000000000000000000000000000..8347e36fc751dea8a4ec4719cd76b4e247311dde
Binary files /dev/null and b/system/framework/arm/boot-ext.art differ
diff --git a/system/framework/arm/boot-ext.oat b/system/framework/arm/boot-ext.oat
new file mode 100644
index 0000000000000000000000000000000000000000..8b4f81b0d287aaca92cec1086f6598903398099c
Binary files /dev/null and b/system/framework/arm/boot-ext.oat differ
diff --git a/system/framework/arm/boot-ext.vdex b/system/framework/arm/boot-ext.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..be741f24c911d51fd7de93333a9daee6c23bb3cd
Binary files /dev/null and b/system/framework/arm/boot-ext.vdex differ
diff --git a/system/framework/arm/boot-framework.art b/system/framework/arm/boot-framework.art
new file mode 100644
index 0000000000000000000000000000000000000000..0a0347124644723982304d119a51d045eb6709bc
Binary files /dev/null and b/system/framework/arm/boot-framework.art differ
diff --git a/system/framework/arm/boot-framework.oat b/system/framework/arm/boot-framework.oat
new file mode 100644
index 0000000000000000000000000000000000000000..94ae0991adfbc78c324b5ccbb60f11ed44b10d4d
Binary files /dev/null and b/system/framework/arm/boot-framework.oat differ
diff --git a/system/framework/arm/boot-framework.vdex b/system/framework/arm/boot-framework.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..8e6568ffbc21ad896648627794524636c0d065a0
Binary files /dev/null and b/system/framework/arm/boot-framework.vdex differ
diff --git a/system/framework/arm/boot-ims-common.art b/system/framework/arm/boot-ims-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..0c7e353e6f0a62207b407c0a16ebfbe71c3fbad3
Binary files /dev/null and b/system/framework/arm/boot-ims-common.art differ
diff --git a/system/framework/arm/boot-ims-common.oat b/system/framework/arm/boot-ims-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..20d93800bbb40a85656d578398195af4f2f0159e
Binary files /dev/null and b/system/framework/arm/boot-ims-common.oat differ
diff --git a/system/framework/arm/boot-ims-common.vdex b/system/framework/arm/boot-ims-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..ebf6f5a8ec2a30c8e42a2b0681ba3bd384ebfd1f
Binary files /dev/null and b/system/framework/arm/boot-ims-common.vdex differ
diff --git a/system/framework/arm/boot-legacy-test.art b/system/framework/arm/boot-legacy-test.art
new file mode 100644
index 0000000000000000000000000000000000000000..074ab848dafed7d77caa3b5e4b4945aa0efdc745
Binary files /dev/null and b/system/framework/arm/boot-legacy-test.art differ
diff --git a/system/framework/arm/boot-legacy-test.oat b/system/framework/arm/boot-legacy-test.oat
new file mode 100644
index 0000000000000000000000000000000000000000..ee1d68dfb23e837547a15f97d9b136fd8f5c9465
Binary files /dev/null and b/system/framework/arm/boot-legacy-test.oat differ
diff --git a/system/framework/arm/boot-legacy-test.vdex b/system/framework/arm/boot-legacy-test.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..519bdbec0a24f95d8aff7f03b8b3d0b1797673d6
Binary files /dev/null and b/system/framework/arm/boot-legacy-test.vdex differ
diff --git a/system/framework/arm/boot-mediatek-common.art b/system/framework/arm/boot-mediatek-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..33a85cc34f87bd417a460abe68a25642e33ad08b
Binary files /dev/null and b/system/framework/arm/boot-mediatek-common.art differ
diff --git a/system/framework/arm/boot-mediatek-common.oat b/system/framework/arm/boot-mediatek-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..8356d41410c3f1a46ac2a2a3d4c57451073c8803
Binary files /dev/null and b/system/framework/arm/boot-mediatek-common.oat differ
diff --git a/system/framework/arm/boot-mediatek-common.vdex b/system/framework/arm/boot-mediatek-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..97c5dbe0b6030173ec21f0ed4dc610ffe6d9855f
Binary files /dev/null and b/system/framework/arm/boot-mediatek-common.vdex differ
diff --git a/system/framework/arm/boot-mediatek-cta.art b/system/framework/arm/boot-mediatek-cta.art
new file mode 100644
index 0000000000000000000000000000000000000000..dc457f853e535949cae779bdd560b459e9bfa892
Binary files /dev/null and b/system/framework/arm/boot-mediatek-cta.art differ
diff --git a/system/framework/arm/boot-mediatek-cta.oat b/system/framework/arm/boot-mediatek-cta.oat
new file mode 100644
index 0000000000000000000000000000000000000000..08a12a7090a7550a3b04162085eef297b945ed0a
Binary files /dev/null and b/system/framework/arm/boot-mediatek-cta.oat differ
diff --git a/system/framework/arm/boot-mediatek-cta.vdex b/system/framework/arm/boot-mediatek-cta.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1a69103d1643cda41d2781313d78bff73d37ce48
Binary files /dev/null and b/system/framework/arm/boot-mediatek-cta.vdex differ
diff --git a/system/framework/arm/boot-mediatek-framework.art b/system/framework/arm/boot-mediatek-framework.art
new file mode 100644
index 0000000000000000000000000000000000000000..c74251d34f927b42147291074690221a906664cc
Binary files /dev/null and b/system/framework/arm/boot-mediatek-framework.art differ
diff --git a/system/framework/arm/boot-mediatek-framework.oat b/system/framework/arm/boot-mediatek-framework.oat
new file mode 100644
index 0000000000000000000000000000000000000000..5dd49adba0bf44a5656d2295ad807b4ae9380845
Binary files /dev/null and b/system/framework/arm/boot-mediatek-framework.oat differ
diff --git a/system/framework/arm/boot-mediatek-framework.vdex b/system/framework/arm/boot-mediatek-framework.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..521d738c4b01462e082e4881f0b6de1fb8aba6bb
Binary files /dev/null and b/system/framework/arm/boot-mediatek-framework.vdex differ
diff --git a/system/framework/arm/boot-mediatek-ims-common.art b/system/framework/arm/boot-mediatek-ims-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..0ad9798d17aa03e1063faf2a209ff07834b1f1b7
Binary files /dev/null and b/system/framework/arm/boot-mediatek-ims-common.art differ
diff --git a/system/framework/arm/boot-mediatek-ims-common.oat b/system/framework/arm/boot-mediatek-ims-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..53b4c6644130e12170105b8339ae1bcfa4cdcd7c
Binary files /dev/null and b/system/framework/arm/boot-mediatek-ims-common.oat differ
diff --git a/system/framework/arm/boot-mediatek-ims-common.vdex b/system/framework/arm/boot-mediatek-ims-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..997af95e65eb44c4943305a064f0fbd7bc0613dc
Binary files /dev/null and b/system/framework/arm/boot-mediatek-ims-common.vdex differ
diff --git a/system/framework/arm/boot-mediatek-telecom-common.art b/system/framework/arm/boot-mediatek-telecom-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..cf2606c968a1d75d62f25022298802bc3e155737
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telecom-common.art differ
diff --git a/system/framework/arm/boot-mediatek-telecom-common.oat b/system/framework/arm/boot-mediatek-telecom-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..dc113da145c5395dcc33098b080a177801a6ba35
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telecom-common.oat differ
diff --git a/system/framework/arm/boot-mediatek-telecom-common.vdex b/system/framework/arm/boot-mediatek-telecom-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..63f998a4fd89660d8685845a2975b0bbc35c8305
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telecom-common.vdex differ
diff --git a/system/framework/arm/boot-mediatek-telephony-base.art b/system/framework/arm/boot-mediatek-telephony-base.art
new file mode 100644
index 0000000000000000000000000000000000000000..1ed9994445a0eac71d4003d031e5f99e4a66cd85
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-base.art differ
diff --git a/system/framework/arm/boot-mediatek-telephony-base.oat b/system/framework/arm/boot-mediatek-telephony-base.oat
new file mode 100644
index 0000000000000000000000000000000000000000..870bd72289049418b7ae8db90f685ee7a894d971
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-base.oat differ
diff --git a/system/framework/arm/boot-mediatek-telephony-base.vdex b/system/framework/arm/boot-mediatek-telephony-base.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..387cdbb5b96906cc1fd1c017458fc4a710a6f8bc
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-base.vdex differ
diff --git a/system/framework/arm/boot-mediatek-telephony-common.art b/system/framework/arm/boot-mediatek-telephony-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..fb9cf598ff8f020db5f8988318ddb9ce692620c4
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-common.art differ
diff --git a/system/framework/arm/boot-mediatek-telephony-common.oat b/system/framework/arm/boot-mediatek-telephony-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..38c3cd1fb8c0cad9893263267fa05542f96e480b
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-common.oat differ
diff --git a/system/framework/arm/boot-mediatek-telephony-common.vdex b/system/framework/arm/boot-mediatek-telephony-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b7b4fc67ea5b3152d5a4022f29d7999c7825150c
Binary files /dev/null and b/system/framework/arm/boot-mediatek-telephony-common.vdex differ
diff --git a/system/framework/arm/boot-okhttp.art b/system/framework/arm/boot-okhttp.art
new file mode 100644
index 0000000000000000000000000000000000000000..bae320cbe3db83af5dadce8eb4375b767c3100a6
Binary files /dev/null and b/system/framework/arm/boot-okhttp.art differ
diff --git a/system/framework/arm/boot-okhttp.oat b/system/framework/arm/boot-okhttp.oat
new file mode 100644
index 0000000000000000000000000000000000000000..ef3a0248672d9205f6d2335b03588889bfb71712
Binary files /dev/null and b/system/framework/arm/boot-okhttp.oat differ
diff --git a/system/framework/arm/boot-okhttp.vdex b/system/framework/arm/boot-okhttp.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..52aca0820783e60a24be84c5297f4c61575eb7fd
Binary files /dev/null and b/system/framework/arm/boot-okhttp.vdex differ
diff --git a/system/framework/arm/boot-org.apache.http.legacy.boot.art b/system/framework/arm/boot-org.apache.http.legacy.boot.art
new file mode 100644
index 0000000000000000000000000000000000000000..9867f1412a53ca395dfb7747d66550d8276e26eb
Binary files /dev/null and b/system/framework/arm/boot-org.apache.http.legacy.boot.art differ
diff --git a/system/framework/arm/boot-org.apache.http.legacy.boot.oat b/system/framework/arm/boot-org.apache.http.legacy.boot.oat
new file mode 100644
index 0000000000000000000000000000000000000000..9df94a96b7ba844e47647275104685375f5223a4
Binary files /dev/null and b/system/framework/arm/boot-org.apache.http.legacy.boot.oat differ
diff --git a/system/framework/arm/boot-org.apache.http.legacy.boot.vdex b/system/framework/arm/boot-org.apache.http.legacy.boot.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..238c16f15d3bdf95497ec1caf2daceb422aec01f
Binary files /dev/null and b/system/framework/arm/boot-org.apache.http.legacy.boot.vdex differ
diff --git a/system/framework/arm/boot-telephony-common.art b/system/framework/arm/boot-telephony-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..68ef3ab3aa6b187a18b8b6017f7c2977ae9a5d4d
Binary files /dev/null and b/system/framework/arm/boot-telephony-common.art differ
diff --git a/system/framework/arm/boot-telephony-common.oat b/system/framework/arm/boot-telephony-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..aaf120b94f4b212031ce0952a595f498bb3f5704
Binary files /dev/null and b/system/framework/arm/boot-telephony-common.oat differ
diff --git a/system/framework/arm/boot-telephony-common.vdex b/system/framework/arm/boot-telephony-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..c9ca1c4221f51d1f273766901d3f0fb517268593
Binary files /dev/null and b/system/framework/arm/boot-telephony-common.vdex differ
diff --git a/system/framework/arm/boot-voip-common.art b/system/framework/arm/boot-voip-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..fa8f6cfcc53ed6479cc62acbffc3811ad70d6de2
Binary files /dev/null and b/system/framework/arm/boot-voip-common.art differ
diff --git a/system/framework/arm/boot-voip-common.oat b/system/framework/arm/boot-voip-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..1f91b60c59ad632b470549a2e2847f3b6fc8e5d3
Binary files /dev/null and b/system/framework/arm/boot-voip-common.oat differ
diff --git a/system/framework/arm/boot-voip-common.vdex b/system/framework/arm/boot-voip-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f46f83b504c37f3b32f16f2d541bb3bfe8a20bb6
Binary files /dev/null and b/system/framework/arm/boot-voip-common.vdex differ
diff --git a/system/framework/arm/boot.art b/system/framework/arm/boot.art
new file mode 100644
index 0000000000000000000000000000000000000000..fc76b5594e4b9916b80df9d9746290826e68b885
Binary files /dev/null and b/system/framework/arm/boot.art differ
diff --git a/system/framework/arm/boot.oat b/system/framework/arm/boot.oat
new file mode 100644
index 0000000000000000000000000000000000000000..3e17cb0251ff03787545231a2423305e8a09832c
Binary files /dev/null and b/system/framework/arm/boot.oat differ
diff --git a/system/framework/arm/boot.vdex b/system/framework/arm/boot.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..3fa637160c2bd8bf2d25a6edadb229bf528b6a8f
Binary files /dev/null and b/system/framework/arm/boot.vdex differ
diff --git a/system/framework/arm64/boot-android.hidl.base-V1.0-java.art b/system/framework/arm64/boot-android.hidl.base-V1.0-java.art
new file mode 100644
index 0000000000000000000000000000000000000000..21a7453091c382c42cfbb4df4f235858cf5eb007
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.base-V1.0-java.art differ
diff --git a/system/framework/arm64/boot-android.hidl.base-V1.0-java.oat b/system/framework/arm64/boot-android.hidl.base-V1.0-java.oat
new file mode 100644
index 0000000000000000000000000000000000000000..1f1a1fdd96d63a47a54eb8adbffeb025acf976da
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.base-V1.0-java.oat differ
diff --git a/system/framework/arm64/boot-android.hidl.base-V1.0-java.vdex b/system/framework/arm64/boot-android.hidl.base-V1.0-java.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f2bc65fec9e735a1e0d31b58e2c6bd0f41a49053
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.base-V1.0-java.vdex differ
diff --git a/system/framework/arm64/boot-android.hidl.manager-V1.0-java.art b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.art
new file mode 100644
index 0000000000000000000000000000000000000000..98f7277539067e083433fdf8460ac7839846fe58
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.art differ
diff --git a/system/framework/arm64/boot-android.hidl.manager-V1.0-java.oat b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.oat
new file mode 100644
index 0000000000000000000000000000000000000000..cce0a289a39cf7bbdaf9a547d7e897ca1d16ad2d
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.oat differ
diff --git a/system/framework/arm64/boot-android.hidl.manager-V1.0-java.vdex b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f56ce4bb99338389cc5cfa44bd1fd1ec37807279
Binary files /dev/null and b/system/framework/arm64/boot-android.hidl.manager-V1.0-java.vdex differ
diff --git a/system/framework/arm64/boot-apache-xml.art b/system/framework/arm64/boot-apache-xml.art
new file mode 100644
index 0000000000000000000000000000000000000000..d4fa3245e08050050d5c9b69de33ec373b9bde05
Binary files /dev/null and b/system/framework/arm64/boot-apache-xml.art differ
diff --git a/system/framework/arm64/boot-apache-xml.oat b/system/framework/arm64/boot-apache-xml.oat
new file mode 100644
index 0000000000000000000000000000000000000000..1c78ae3983e8cba49e9defcbabfb0d1a3f1700f2
Binary files /dev/null and b/system/framework/arm64/boot-apache-xml.oat differ
diff --git a/system/framework/arm64/boot-apache-xml.vdex b/system/framework/arm64/boot-apache-xml.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..606fa73037e35af52e0a47abb7d33f0ea13d9331
Binary files /dev/null and b/system/framework/arm64/boot-apache-xml.vdex differ
diff --git a/system/framework/arm64/boot-bouncycastle.art b/system/framework/arm64/boot-bouncycastle.art
new file mode 100644
index 0000000000000000000000000000000000000000..adb7955f80d8f93894fe643203179de66c8c7d36
Binary files /dev/null and b/system/framework/arm64/boot-bouncycastle.art differ
diff --git a/system/framework/arm64/boot-bouncycastle.oat b/system/framework/arm64/boot-bouncycastle.oat
new file mode 100644
index 0000000000000000000000000000000000000000..f0dab661a1d445d5acef96304f42d90f38c527d0
Binary files /dev/null and b/system/framework/arm64/boot-bouncycastle.oat differ
diff --git a/system/framework/arm64/boot-bouncycastle.vdex b/system/framework/arm64/boot-bouncycastle.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b699306a670b7cdcfeacfafd09cc43045fc14a43
Binary files /dev/null and b/system/framework/arm64/boot-bouncycastle.vdex differ
diff --git a/system/framework/arm64/boot-conscrypt.art b/system/framework/arm64/boot-conscrypt.art
new file mode 100644
index 0000000000000000000000000000000000000000..39c488c6043d3af46b2b03f957f3b2678ff3cea7
Binary files /dev/null and b/system/framework/arm64/boot-conscrypt.art differ
diff --git a/system/framework/arm64/boot-conscrypt.oat b/system/framework/arm64/boot-conscrypt.oat
new file mode 100644
index 0000000000000000000000000000000000000000..9b8dd3bae9ef011afedf48bcee9110007cf24558
Binary files /dev/null and b/system/framework/arm64/boot-conscrypt.oat differ
diff --git a/system/framework/arm64/boot-conscrypt.vdex b/system/framework/arm64/boot-conscrypt.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b56ee9aa6dbc502339f9815aa5b79136001680e7
Binary files /dev/null and b/system/framework/arm64/boot-conscrypt.vdex differ
diff --git a/system/framework/arm64/boot-core-libart.art b/system/framework/arm64/boot-core-libart.art
new file mode 100644
index 0000000000000000000000000000000000000000..b9b0620610e5d5ba9507a682ad64da82e941f484
Binary files /dev/null and b/system/framework/arm64/boot-core-libart.art differ
diff --git a/system/framework/arm64/boot-core-libart.oat b/system/framework/arm64/boot-core-libart.oat
new file mode 100644
index 0000000000000000000000000000000000000000..2f585db7c6943c5a5ee5664c837b2746c243c303
Binary files /dev/null and b/system/framework/arm64/boot-core-libart.oat differ
diff --git a/system/framework/arm64/boot-core-libart.vdex b/system/framework/arm64/boot-core-libart.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9670659693a945f3659cdf6b4d7202b7e513fd0d
Binary files /dev/null and b/system/framework/arm64/boot-core-libart.vdex differ
diff --git a/system/framework/arm64/boot-ext.art b/system/framework/arm64/boot-ext.art
new file mode 100644
index 0000000000000000000000000000000000000000..ceba6620429e7d75fc8a6e3f20131c1817d7ff16
Binary files /dev/null and b/system/framework/arm64/boot-ext.art differ
diff --git a/system/framework/arm64/boot-ext.oat b/system/framework/arm64/boot-ext.oat
new file mode 100644
index 0000000000000000000000000000000000000000..386349128666f71f1910be76c71c62ed357be509
Binary files /dev/null and b/system/framework/arm64/boot-ext.oat differ
diff --git a/system/framework/arm64/boot-ext.vdex b/system/framework/arm64/boot-ext.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..be741f24c911d51fd7de93333a9daee6c23bb3cd
Binary files /dev/null and b/system/framework/arm64/boot-ext.vdex differ
diff --git a/system/framework/arm64/boot-framework.art b/system/framework/arm64/boot-framework.art
new file mode 100644
index 0000000000000000000000000000000000000000..18c938f4a2c0893a98bfbc86b119bbd37e1b8bf3
Binary files /dev/null and b/system/framework/arm64/boot-framework.art differ
diff --git a/system/framework/arm64/boot-framework.oat b/system/framework/arm64/boot-framework.oat
new file mode 100644
index 0000000000000000000000000000000000000000..1c3647e86779fa4c0d88a9ed852c943512015744
Binary files /dev/null and b/system/framework/arm64/boot-framework.oat differ
diff --git a/system/framework/arm64/boot-framework.vdex b/system/framework/arm64/boot-framework.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..8e6568ffbc21ad896648627794524636c0d065a0
Binary files /dev/null and b/system/framework/arm64/boot-framework.vdex differ
diff --git a/system/framework/arm64/boot-ims-common.art b/system/framework/arm64/boot-ims-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..613be53b77d8e933717cbbd153f19352398ca5e4
Binary files /dev/null and b/system/framework/arm64/boot-ims-common.art differ
diff --git a/system/framework/arm64/boot-ims-common.oat b/system/framework/arm64/boot-ims-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..7e32b78c837abd09ce3298452f26ad16abe89fcf
Binary files /dev/null and b/system/framework/arm64/boot-ims-common.oat differ
diff --git a/system/framework/arm64/boot-ims-common.vdex b/system/framework/arm64/boot-ims-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..ebf6f5a8ec2a30c8e42a2b0681ba3bd384ebfd1f
Binary files /dev/null and b/system/framework/arm64/boot-ims-common.vdex differ
diff --git a/system/framework/arm64/boot-legacy-test.art b/system/framework/arm64/boot-legacy-test.art
new file mode 100644
index 0000000000000000000000000000000000000000..2bf7087f10b64dd6600ee2e01172bbe4e5cc5e78
Binary files /dev/null and b/system/framework/arm64/boot-legacy-test.art differ
diff --git a/system/framework/arm64/boot-legacy-test.oat b/system/framework/arm64/boot-legacy-test.oat
new file mode 100644
index 0000000000000000000000000000000000000000..a9332a9334abd64fe5770cbba46f6dd2eee3772d
Binary files /dev/null and b/system/framework/arm64/boot-legacy-test.oat differ
diff --git a/system/framework/arm64/boot-legacy-test.vdex b/system/framework/arm64/boot-legacy-test.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..519bdbec0a24f95d8aff7f03b8b3d0b1797673d6
Binary files /dev/null and b/system/framework/arm64/boot-legacy-test.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-common.art b/system/framework/arm64/boot-mediatek-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..4f89e68c91efe87225f513b993214e1e98f42118
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-common.art differ
diff --git a/system/framework/arm64/boot-mediatek-common.oat b/system/framework/arm64/boot-mediatek-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..485869837a254840eccc537bf1f8c298b59ac6ba
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-common.oat differ
diff --git a/system/framework/arm64/boot-mediatek-common.vdex b/system/framework/arm64/boot-mediatek-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..97c5dbe0b6030173ec21f0ed4dc610ffe6d9855f
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-common.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-cta.art b/system/framework/arm64/boot-mediatek-cta.art
new file mode 100644
index 0000000000000000000000000000000000000000..90c69563f8d42a261bd535942c374c454fddf818
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-cta.art differ
diff --git a/system/framework/arm64/boot-mediatek-cta.oat b/system/framework/arm64/boot-mediatek-cta.oat
new file mode 100644
index 0000000000000000000000000000000000000000..49ff0edd08b0b499e43490d94aed59f05375a614
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-cta.oat differ
diff --git a/system/framework/arm64/boot-mediatek-cta.vdex b/system/framework/arm64/boot-mediatek-cta.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1a69103d1643cda41d2781313d78bff73d37ce48
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-cta.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-framework.art b/system/framework/arm64/boot-mediatek-framework.art
new file mode 100644
index 0000000000000000000000000000000000000000..999d22b89d44c35a11bdef3a1cc346691abdf945
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-framework.art differ
diff --git a/system/framework/arm64/boot-mediatek-framework.oat b/system/framework/arm64/boot-mediatek-framework.oat
new file mode 100644
index 0000000000000000000000000000000000000000..901e4ded772727f712e6d915d7c0b3da953f8123
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-framework.oat differ
diff --git a/system/framework/arm64/boot-mediatek-framework.vdex b/system/framework/arm64/boot-mediatek-framework.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..521d738c4b01462e082e4881f0b6de1fb8aba6bb
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-framework.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-ims-common.art b/system/framework/arm64/boot-mediatek-ims-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..2ccf7bb355a010ff23c5ac6619933b231160ac07
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-ims-common.art differ
diff --git a/system/framework/arm64/boot-mediatek-ims-common.oat b/system/framework/arm64/boot-mediatek-ims-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..08f4c472bc2db16a1d80f9b1fdb5abc7703aea47
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-ims-common.oat differ
diff --git a/system/framework/arm64/boot-mediatek-ims-common.vdex b/system/framework/arm64/boot-mediatek-ims-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..997af95e65eb44c4943305a064f0fbd7bc0613dc
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-ims-common.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-telecom-common.art b/system/framework/arm64/boot-mediatek-telecom-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..328fadaee12d0cf3980238b3085f8d869a866365
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telecom-common.art differ
diff --git a/system/framework/arm64/boot-mediatek-telecom-common.oat b/system/framework/arm64/boot-mediatek-telecom-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..cf6cf23ff9c03c55a27ed15a6d0ccfcee2abcba0
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telecom-common.oat differ
diff --git a/system/framework/arm64/boot-mediatek-telecom-common.vdex b/system/framework/arm64/boot-mediatek-telecom-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..63f998a4fd89660d8685845a2975b0bbc35c8305
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telecom-common.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-base.art b/system/framework/arm64/boot-mediatek-telephony-base.art
new file mode 100644
index 0000000000000000000000000000000000000000..da9e96ec6405410616ddafae092945e216cc3bba
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-base.art differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-base.oat b/system/framework/arm64/boot-mediatek-telephony-base.oat
new file mode 100644
index 0000000000000000000000000000000000000000..644e7bfe8d92f4562f19e510bc11999b06b702f6
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-base.oat differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-base.vdex b/system/framework/arm64/boot-mediatek-telephony-base.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..387cdbb5b96906cc1fd1c017458fc4a710a6f8bc
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-base.vdex differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-common.art b/system/framework/arm64/boot-mediatek-telephony-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..084d3e0bffed19f205ef05956f7c82a3192e30ef
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-common.art differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-common.oat b/system/framework/arm64/boot-mediatek-telephony-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..1f1e77c4b5ef0a52db1b6d95a8afd03539bad9c1
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-common.oat differ
diff --git a/system/framework/arm64/boot-mediatek-telephony-common.vdex b/system/framework/arm64/boot-mediatek-telephony-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b7b4fc67ea5b3152d5a4022f29d7999c7825150c
Binary files /dev/null and b/system/framework/arm64/boot-mediatek-telephony-common.vdex differ
diff --git a/system/framework/arm64/boot-okhttp.art b/system/framework/arm64/boot-okhttp.art
new file mode 100644
index 0000000000000000000000000000000000000000..ba39561248d1681a4b013b1d1f435b3aca149e1d
Binary files /dev/null and b/system/framework/arm64/boot-okhttp.art differ
diff --git a/system/framework/arm64/boot-okhttp.oat b/system/framework/arm64/boot-okhttp.oat
new file mode 100644
index 0000000000000000000000000000000000000000..30afe012f1b3e149ac628c9b2ea692149068bcb8
Binary files /dev/null and b/system/framework/arm64/boot-okhttp.oat differ
diff --git a/system/framework/arm64/boot-okhttp.vdex b/system/framework/arm64/boot-okhttp.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..52aca0820783e60a24be84c5297f4c61575eb7fd
Binary files /dev/null and b/system/framework/arm64/boot-okhttp.vdex differ
diff --git a/system/framework/arm64/boot-org.apache.http.legacy.boot.art b/system/framework/arm64/boot-org.apache.http.legacy.boot.art
new file mode 100644
index 0000000000000000000000000000000000000000..7617c44b9b41d76b43ca7ad9adc6d19ea2a0b40b
Binary files /dev/null and b/system/framework/arm64/boot-org.apache.http.legacy.boot.art differ
diff --git a/system/framework/arm64/boot-org.apache.http.legacy.boot.oat b/system/framework/arm64/boot-org.apache.http.legacy.boot.oat
new file mode 100644
index 0000000000000000000000000000000000000000..81f8437d9a03ba427bd4b081ed7b7ddbb26e52aa
Binary files /dev/null and b/system/framework/arm64/boot-org.apache.http.legacy.boot.oat differ
diff --git a/system/framework/arm64/boot-org.apache.http.legacy.boot.vdex b/system/framework/arm64/boot-org.apache.http.legacy.boot.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..238c16f15d3bdf95497ec1caf2daceb422aec01f
Binary files /dev/null and b/system/framework/arm64/boot-org.apache.http.legacy.boot.vdex differ
diff --git a/system/framework/arm64/boot-telephony-common.art b/system/framework/arm64/boot-telephony-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..1e2c82a76ad8b563b32e80b025e913e2e504ef25
Binary files /dev/null and b/system/framework/arm64/boot-telephony-common.art differ
diff --git a/system/framework/arm64/boot-telephony-common.oat b/system/framework/arm64/boot-telephony-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..03f74c5f1f242cb4d3275652923f11b52cb8a817
Binary files /dev/null and b/system/framework/arm64/boot-telephony-common.oat differ
diff --git a/system/framework/arm64/boot-telephony-common.vdex b/system/framework/arm64/boot-telephony-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..c9ca1c4221f51d1f273766901d3f0fb517268593
Binary files /dev/null and b/system/framework/arm64/boot-telephony-common.vdex differ
diff --git a/system/framework/arm64/boot-voip-common.art b/system/framework/arm64/boot-voip-common.art
new file mode 100644
index 0000000000000000000000000000000000000000..d6459dc34defad4e335c88f235ecdb1980a000c3
Binary files /dev/null and b/system/framework/arm64/boot-voip-common.art differ
diff --git a/system/framework/arm64/boot-voip-common.oat b/system/framework/arm64/boot-voip-common.oat
new file mode 100644
index 0000000000000000000000000000000000000000..2c7949a8fd79f80b64cd33fc4fd0b6777d46b4f3
Binary files /dev/null and b/system/framework/arm64/boot-voip-common.oat differ
diff --git a/system/framework/arm64/boot-voip-common.vdex b/system/framework/arm64/boot-voip-common.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f46f83b504c37f3b32f16f2d541bb3bfe8a20bb6
Binary files /dev/null and b/system/framework/arm64/boot-voip-common.vdex differ
diff --git a/system/framework/arm64/boot.art b/system/framework/arm64/boot.art
new file mode 100644
index 0000000000000000000000000000000000000000..fa01ccf0da6e5af252dab4fbc9b0d0c146cc4108
Binary files /dev/null and b/system/framework/arm64/boot.art differ
diff --git a/system/framework/arm64/boot.oat b/system/framework/arm64/boot.oat
new file mode 100644
index 0000000000000000000000000000000000000000..e87044051c9fad7b1025b08ff81aed28cca46161
Binary files /dev/null and b/system/framework/arm64/boot.oat differ
diff --git a/system/framework/arm64/boot.vdex b/system/framework/arm64/boot.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..3fa637160c2bd8bf2d25a6edadb229bf528b6a8f
Binary files /dev/null and b/system/framework/arm64/boot.vdex differ
diff --git a/system/framework/bmgr.jar b/system/framework/bmgr.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/bmgr.jar differ
diff --git a/system/framework/bouncycastle.jar b/system/framework/bouncycastle.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/bouncycastle.jar differ
diff --git a/system/framework/bu.jar b/system/framework/bu.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/bu.jar differ
diff --git a/system/framework/com.android.future.usb.accessory.jar b/system/framework/com.android.future.usb.accessory.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/com.android.future.usb.accessory.jar differ
diff --git a/system/framework/com.android.location.provider.jar b/system/framework/com.android.location.provider.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/com.android.location.provider.jar differ
diff --git a/system/framework/com.android.media.remotedisplay.jar b/system/framework/com.android.media.remotedisplay.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/com.android.media.remotedisplay.jar differ
diff --git a/system/framework/com.android.mediadrm.signer.jar b/system/framework/com.android.mediadrm.signer.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/com.android.mediadrm.signer.jar differ
diff --git a/system/framework/com.google.android.maps.jar b/system/framework/com.google.android.maps.jar
new file mode 100644
index 0000000000000000000000000000000000000000..8c306b3f2c7b7ecb908ba7a5d6d87cc0ba8c27fd
Binary files /dev/null and b/system/framework/com.google.android.maps.jar differ
diff --git a/system/framework/com.google.android.media.effects.jar b/system/framework/com.google.android.media.effects.jar
new file mode 100644
index 0000000000000000000000000000000000000000..57ba9bb11bb6e8429d7f3edb40f1142c4628626b
Binary files /dev/null and b/system/framework/com.google.android.media.effects.jar differ
diff --git a/system/framework/conscrypt.jar b/system/framework/conscrypt.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/conscrypt.jar differ
diff --git a/system/framework/content.jar b/system/framework/content.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/content.jar differ
diff --git a/system/framework/core-libart.jar b/system/framework/core-libart.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0ebe4de1d4fa07dd60dc436f489416d50a44c4ac
Binary files /dev/null and b/system/framework/core-libart.jar differ
diff --git a/system/framework/core-oj.jar b/system/framework/core-oj.jar
new file mode 100644
index 0000000000000000000000000000000000000000..bd41deea9971efe08701c215266f8b6585b4293e
Binary files /dev/null and b/system/framework/core-oj.jar differ
diff --git a/system/framework/dpm.jar b/system/framework/dpm.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/dpm.jar differ
diff --git a/system/framework/ethernet-service.jar b/system/framework/ethernet-service.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/ethernet-service.jar differ
diff --git a/system/framework/ext.jar b/system/framework/ext.jar
new file mode 100644
index 0000000000000000000000000000000000000000..8e7423a7a96304378632925569898a2684f11804
Binary files /dev/null and b/system/framework/ext.jar differ
diff --git a/system/framework/framework-res.apk b/system/framework/framework-res.apk
new file mode 100644
index 0000000000000000000000000000000000000000..461ad4bd3dbe704279b25e138e865f638d049f8e
Binary files /dev/null and b/system/framework/framework-res.apk differ
diff --git a/system/framework/framework.jar b/system/framework/framework.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/framework.jar differ
diff --git a/system/framework/hid.jar b/system/framework/hid.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/hid.jar differ
diff --git a/system/framework/ime.jar b/system/framework/ime.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/ime.jar differ
diff --git a/system/framework/ims-common.jar b/system/framework/ims-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/ims-common.jar differ
diff --git a/system/framework/input.jar b/system/framework/input.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/input.jar differ
diff --git a/system/framework/javax.obex.jar b/system/framework/javax.obex.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/javax.obex.jar differ
diff --git a/system/framework/legacy-test.jar b/system/framework/legacy-test.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/legacy-test.jar differ
diff --git a/system/framework/locksettings.jar b/system/framework/locksettings.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/locksettings.jar differ
diff --git a/system/framework/media_cmd.jar b/system/framework/media_cmd.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/media_cmd.jar differ
diff --git a/system/framework/mediatek-common.jar b/system/framework/mediatek-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-common.jar differ
diff --git a/system/framework/mediatek-cta.jar b/system/framework/mediatek-cta.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-cta.jar differ
diff --git a/system/framework/mediatek-framework-net.jar b/system/framework/mediatek-framework-net.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-framework-net.jar differ
diff --git a/system/framework/mediatek-framework.jar b/system/framework/mediatek-framework.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-framework.jar differ
diff --git a/system/framework/mediatek-ims-common.jar b/system/framework/mediatek-ims-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-ims-common.jar differ
diff --git a/system/framework/mediatek-res/mediatek-res.apk b/system/framework/mediatek-res/mediatek-res.apk
new file mode 100644
index 0000000000000000000000000000000000000000..7f3e8783e55c9d5231dc707f52e8e54eedbc998b
Binary files /dev/null and b/system/framework/mediatek-res/mediatek-res.apk differ
diff --git a/system/framework/mediatek-services.jar b/system/framework/mediatek-services.jar
new file mode 100644
index 0000000000000000000000000000000000000000..8c306b3f2c7b7ecb908ba7a5d6d87cc0ba8c27fd
Binary files /dev/null and b/system/framework/mediatek-services.jar differ
diff --git a/system/framework/mediatek-telecom-common.jar b/system/framework/mediatek-telecom-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-telecom-common.jar differ
diff --git a/system/framework/mediatek-telephony-base.jar b/system/framework/mediatek-telephony-base.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-telephony-base.jar differ
diff --git a/system/framework/mediatek-telephony-common.jar b/system/framework/mediatek-telephony-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/mediatek-telephony-common.jar differ
diff --git a/system/framework/monkey.jar b/system/framework/monkey.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/monkey.jar differ
diff --git a/system/framework/oat/arm/CustomPropInterface.odex b/system/framework/oat/arm/CustomPropInterface.odex
new file mode 100644
index 0000000000000000000000000000000000000000..78a40108a8be4a9bcad2b569db2c15d505a29c44
Binary files /dev/null and b/system/framework/oat/arm/CustomPropInterface.odex differ
diff --git a/system/framework/oat/arm/CustomPropInterface.vdex b/system/framework/oat/arm/CustomPropInterface.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..eb6fa49976b2e8d7a2dc31d00f37dc4b30f278b0
Binary files /dev/null and b/system/framework/oat/arm/CustomPropInterface.vdex differ
diff --git a/system/framework/oat/arm/am.odex b/system/framework/oat/arm/am.odex
new file mode 100644
index 0000000000000000000000000000000000000000..e5c7edf1895855df1b2ac58a27ccca1c5643a5ff
Binary files /dev/null and b/system/framework/oat/arm/am.odex differ
diff --git a/system/framework/oat/arm/am.vdex b/system/framework/oat/arm/am.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b4d3be2be336424253b8478aeda72d85c4a26dee
Binary files /dev/null and b/system/framework/oat/arm/am.vdex differ
diff --git a/system/framework/oat/arm/android.test.mock.odex b/system/framework/oat/arm/android.test.mock.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f04ac2b4f40a626bd8a82a7015cdd94de3f3fd0d
Binary files /dev/null and b/system/framework/oat/arm/android.test.mock.odex differ
diff --git a/system/framework/oat/arm/android.test.mock.vdex b/system/framework/oat/arm/android.test.mock.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b8df212531065efd134389aea00c433404f6a152
Binary files /dev/null and b/system/framework/oat/arm/android.test.mock.vdex differ
diff --git a/system/framework/oat/arm/android.test.runner.odex b/system/framework/oat/arm/android.test.runner.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f8b3c1e4db14b5749cd61c346a4d24172aa41878
Binary files /dev/null and b/system/framework/oat/arm/android.test.runner.odex differ
diff --git a/system/framework/oat/arm/android.test.runner.vdex b/system/framework/oat/arm/android.test.runner.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..5bf0900d1e6419e32867eabfc68ff70f3165a55f
Binary files /dev/null and b/system/framework/oat/arm/android.test.runner.vdex differ
diff --git a/system/framework/oat/arm/appwidget.odex b/system/framework/oat/arm/appwidget.odex
new file mode 100644
index 0000000000000000000000000000000000000000..431dcddd2a658ff93f8d011c7c86ad3b25f8a7e9
Binary files /dev/null and b/system/framework/oat/arm/appwidget.odex differ
diff --git a/system/framework/oat/arm/appwidget.vdex b/system/framework/oat/arm/appwidget.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..4fbb04331ecebf2ea009e83869841f5535dc6f15
Binary files /dev/null and b/system/framework/oat/arm/appwidget.vdex differ
diff --git a/system/framework/oat/arm/bmgr.odex b/system/framework/oat/arm/bmgr.odex
new file mode 100644
index 0000000000000000000000000000000000000000..29bae58569df490b3b89ed1f7f06fcd811087809
Binary files /dev/null and b/system/framework/oat/arm/bmgr.odex differ
diff --git a/system/framework/oat/arm/bmgr.vdex b/system/framework/oat/arm/bmgr.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..660b10f95dcc6baada2918fb91cbabdd58f8dcca
Binary files /dev/null and b/system/framework/oat/arm/bmgr.vdex differ
diff --git a/system/framework/oat/arm/bu.odex b/system/framework/oat/arm/bu.odex
new file mode 100644
index 0000000000000000000000000000000000000000..53680a5fd7ec385cebf31f9e46e367735ccbfd53
Binary files /dev/null and b/system/framework/oat/arm/bu.odex differ
diff --git a/system/framework/oat/arm/bu.vdex b/system/framework/oat/arm/bu.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..cddca49cc0677f342576d6a020b532a7c0d8580d
Binary files /dev/null and b/system/framework/oat/arm/bu.vdex differ
diff --git a/system/framework/oat/arm/com.android.future.usb.accessory.odex b/system/framework/oat/arm/com.android.future.usb.accessory.odex
new file mode 100644
index 0000000000000000000000000000000000000000..b24905741c3a7dd4dc379803fc27adb11c4e67c5
Binary files /dev/null and b/system/framework/oat/arm/com.android.future.usb.accessory.odex differ
diff --git a/system/framework/oat/arm/com.android.future.usb.accessory.vdex b/system/framework/oat/arm/com.android.future.usb.accessory.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..2b777808b2893ac14baf60efd53409cdff5f595f
Binary files /dev/null and b/system/framework/oat/arm/com.android.future.usb.accessory.vdex differ
diff --git a/system/framework/oat/arm/com.android.media.remotedisplay.odex b/system/framework/oat/arm/com.android.media.remotedisplay.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f3ddc5aa0be69de8d68cb45e40e323c8702b86d5
Binary files /dev/null and b/system/framework/oat/arm/com.android.media.remotedisplay.odex differ
diff --git a/system/framework/oat/arm/com.android.media.remotedisplay.vdex b/system/framework/oat/arm/com.android.media.remotedisplay.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1a637d440b165b04de5b5456b28d2ddef93c5348
Binary files /dev/null and b/system/framework/oat/arm/com.android.media.remotedisplay.vdex differ
diff --git a/system/framework/oat/arm/com.android.mediadrm.signer.odex b/system/framework/oat/arm/com.android.mediadrm.signer.odex
new file mode 100644
index 0000000000000000000000000000000000000000..792fd7540db276342a0ccaa83443d8ff375f3f1e
Binary files /dev/null and b/system/framework/oat/arm/com.android.mediadrm.signer.odex differ
diff --git a/system/framework/oat/arm/com.android.mediadrm.signer.vdex b/system/framework/oat/arm/com.android.mediadrm.signer.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..63a10c7015fc87cbc7a91d1d2ef9833a4ebf558a
Binary files /dev/null and b/system/framework/oat/arm/com.android.mediadrm.signer.vdex differ
diff --git a/system/framework/oat/arm/com.google.android.maps.odex b/system/framework/oat/arm/com.google.android.maps.odex
new file mode 100644
index 0000000000000000000000000000000000000000..a0552afa62ab2803fb782192320c703ed6eaeda7
Binary files /dev/null and b/system/framework/oat/arm/com.google.android.maps.odex differ
diff --git a/system/framework/oat/arm/com.google.android.maps.vdex b/system/framework/oat/arm/com.google.android.maps.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..5928df0100c54a3a0e55a2fb0f6ecaf969fc4c35
Binary files /dev/null and b/system/framework/oat/arm/com.google.android.maps.vdex differ
diff --git a/system/framework/oat/arm/com.google.android.media.effects.odex b/system/framework/oat/arm/com.google.android.media.effects.odex
new file mode 100644
index 0000000000000000000000000000000000000000..271d9cad02bbd761bb191fa64a05198f05cc26ee
Binary files /dev/null and b/system/framework/oat/arm/com.google.android.media.effects.odex differ
diff --git a/system/framework/oat/arm/com.google.android.media.effects.vdex b/system/framework/oat/arm/com.google.android.media.effects.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..2ad7c98b0683cbdac4b2a11450603b5337e58e00
Binary files /dev/null and b/system/framework/oat/arm/com.google.android.media.effects.vdex differ
diff --git a/system/framework/oat/arm/content.odex b/system/framework/oat/arm/content.odex
new file mode 100644
index 0000000000000000000000000000000000000000..2bf41fc8573693f6ec64e30ad00c19a6ecc7a6d3
Binary files /dev/null and b/system/framework/oat/arm/content.odex differ
diff --git a/system/framework/oat/arm/content.vdex b/system/framework/oat/arm/content.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..66f0a9a6670fb3d728311327c22beece18283b06
Binary files /dev/null and b/system/framework/oat/arm/content.vdex differ
diff --git a/system/framework/oat/arm/dpm.odex b/system/framework/oat/arm/dpm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..7459f997c00aaf75a56ebaac68ba4f491b9f68b4
Binary files /dev/null and b/system/framework/oat/arm/dpm.odex differ
diff --git a/system/framework/oat/arm/dpm.vdex b/system/framework/oat/arm/dpm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..7f4cfa46d59283bac6328ac7ce9b5b20e87f867c
Binary files /dev/null and b/system/framework/oat/arm/dpm.vdex differ
diff --git a/system/framework/oat/arm/hid.odex b/system/framework/oat/arm/hid.odex
new file mode 100644
index 0000000000000000000000000000000000000000..36f27ae600b93f01cd0fde37fe5791a21d00e9fb
Binary files /dev/null and b/system/framework/oat/arm/hid.odex differ
diff --git a/system/framework/oat/arm/hid.vdex b/system/framework/oat/arm/hid.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..acebb2482a5f3b8170f6d2cbf1ea4c720b6e181c
Binary files /dev/null and b/system/framework/oat/arm/hid.vdex differ
diff --git a/system/framework/oat/arm/ime.odex b/system/framework/oat/arm/ime.odex
new file mode 100644
index 0000000000000000000000000000000000000000..d5b4ed94c34c9b8797bc001117f5644e954e425b
Binary files /dev/null and b/system/framework/oat/arm/ime.odex differ
diff --git a/system/framework/oat/arm/ime.vdex b/system/framework/oat/arm/ime.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9bea28b81970c86f206046e07403725e03f347d3
Binary files /dev/null and b/system/framework/oat/arm/ime.vdex differ
diff --git a/system/framework/oat/arm/input.odex b/system/framework/oat/arm/input.odex
new file mode 100644
index 0000000000000000000000000000000000000000..5699b6318cc1d70e52c1b6f9909efc736102af4e
Binary files /dev/null and b/system/framework/oat/arm/input.odex differ
diff --git a/system/framework/oat/arm/input.vdex b/system/framework/oat/arm/input.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..a090898968ea9afa722157f38130deadbcbd606a
Binary files /dev/null and b/system/framework/oat/arm/input.vdex differ
diff --git a/system/framework/oat/arm/javax.obex.odex b/system/framework/oat/arm/javax.obex.odex
new file mode 100644
index 0000000000000000000000000000000000000000..3a721b6c13c7cbd31b75d1877c603a01a7d0064b
Binary files /dev/null and b/system/framework/oat/arm/javax.obex.odex differ
diff --git a/system/framework/oat/arm/javax.obex.vdex b/system/framework/oat/arm/javax.obex.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9e7b73fb5afdf386ea12ccb69d228c40faca3f13
Binary files /dev/null and b/system/framework/oat/arm/javax.obex.vdex differ
diff --git a/system/framework/oat/arm/locksettings.odex b/system/framework/oat/arm/locksettings.odex
new file mode 100644
index 0000000000000000000000000000000000000000..abd2b3302fd27a22847720b8ca4f0c6244adf268
Binary files /dev/null and b/system/framework/oat/arm/locksettings.odex differ
diff --git a/system/framework/oat/arm/locksettings.vdex b/system/framework/oat/arm/locksettings.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..636b349443c8f1738ad76f28acbfe024d4e321ea
Binary files /dev/null and b/system/framework/oat/arm/locksettings.vdex differ
diff --git a/system/framework/oat/arm/media_cmd.odex b/system/framework/oat/arm/media_cmd.odex
new file mode 100644
index 0000000000000000000000000000000000000000..1838c87b4850e8ddcbbfd4c155cd1a91e5944cad
Binary files /dev/null and b/system/framework/oat/arm/media_cmd.odex differ
diff --git a/system/framework/oat/arm/media_cmd.vdex b/system/framework/oat/arm/media_cmd.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9868e715f4edcf8ec6f8dbaa12b73398f7bf7603
Binary files /dev/null and b/system/framework/oat/arm/media_cmd.vdex differ
diff --git a/system/framework/oat/arm/mediatek-framework-net.odex b/system/framework/oat/arm/mediatek-framework-net.odex
new file mode 100644
index 0000000000000000000000000000000000000000..c452e2330283f7a5d2a4de54d0f23610d4640834
Binary files /dev/null and b/system/framework/oat/arm/mediatek-framework-net.odex differ
diff --git a/system/framework/oat/arm/mediatek-framework-net.vdex b/system/framework/oat/arm/mediatek-framework-net.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..65a31dff2305f60fe7cbf934b7838f8ca2f510d5
Binary files /dev/null and b/system/framework/oat/arm/mediatek-framework-net.vdex differ
diff --git a/system/framework/oat/arm/mediatek-services.odex b/system/framework/oat/arm/mediatek-services.odex
new file mode 100644
index 0000000000000000000000000000000000000000..0e1d0bfae68bc971cccd85f4900ced1eeac780e5
Binary files /dev/null and b/system/framework/oat/arm/mediatek-services.odex differ
diff --git a/system/framework/oat/arm/mediatek-services.vdex b/system/framework/oat/arm/mediatek-services.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1c1ffe88e563c07d0a90193d68a2fb8ca95a40df
Binary files /dev/null and b/system/framework/oat/arm/mediatek-services.vdex differ
diff --git a/system/framework/oat/arm/monkey.odex b/system/framework/oat/arm/monkey.odex
new file mode 100644
index 0000000000000000000000000000000000000000..2df40600e60677d1c7661d3735e9f1643d97381a
Binary files /dev/null and b/system/framework/oat/arm/monkey.odex differ
diff --git a/system/framework/oat/arm/monkey.vdex b/system/framework/oat/arm/monkey.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..24417dd93626dcf2bdb922bc4afae431b66eaa0b
Binary files /dev/null and b/system/framework/oat/arm/monkey.vdex differ
diff --git a/system/framework/oat/arm/pm.odex b/system/framework/oat/arm/pm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f3af23a534cc18f1f6188cc8734ba388375e2108
Binary files /dev/null and b/system/framework/oat/arm/pm.odex differ
diff --git a/system/framework/oat/arm/pm.vdex b/system/framework/oat/arm/pm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f26016b3e96ca6a173a3b9d52deb7c52993bcc25
Binary files /dev/null and b/system/framework/oat/arm/pm.vdex differ
diff --git a/system/framework/oat/arm/requestsync.odex b/system/framework/oat/arm/requestsync.odex
new file mode 100644
index 0000000000000000000000000000000000000000..ca9dfdf191d108d5db0d922bfae697721e1929f3
Binary files /dev/null and b/system/framework/oat/arm/requestsync.odex differ
diff --git a/system/framework/oat/arm/requestsync.vdex b/system/framework/oat/arm/requestsync.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..d340f82974cd3471b139d5989daa445c11d9617f
Binary files /dev/null and b/system/framework/oat/arm/requestsync.vdex differ
diff --git a/system/framework/oat/arm/sm.odex b/system/framework/oat/arm/sm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..c82a6d4720d9b075a5b8986b64b1bc24a2b65d11
Binary files /dev/null and b/system/framework/oat/arm/sm.odex differ
diff --git a/system/framework/oat/arm/sm.vdex b/system/framework/oat/arm/sm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..c36b8d0af62b6baa3a0b63b5d0397f5f08f927fc
Binary files /dev/null and b/system/framework/oat/arm/sm.vdex differ
diff --git a/system/framework/oat/arm/svc.odex b/system/framework/oat/arm/svc.odex
new file mode 100644
index 0000000000000000000000000000000000000000..abc42c50cfdf791586330116ddcad402e6e4f7d8
Binary files /dev/null and b/system/framework/oat/arm/svc.odex differ
diff --git a/system/framework/oat/arm/svc.vdex b/system/framework/oat/arm/svc.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..56d7fd1cc36a275b3b674216034219f95610e61d
Binary files /dev/null and b/system/framework/oat/arm/svc.vdex differ
diff --git a/system/framework/oat/arm/telecom.odex b/system/framework/oat/arm/telecom.odex
new file mode 100644
index 0000000000000000000000000000000000000000..edac0d730f3f4da46d93210762c46014ed1cdc6d
Binary files /dev/null and b/system/framework/oat/arm/telecom.odex differ
diff --git a/system/framework/oat/arm/telecom.vdex b/system/framework/oat/arm/telecom.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..0f4696b383b5fc5f79e428a73d4a596951a3002d
Binary files /dev/null and b/system/framework/oat/arm/telecom.vdex differ
diff --git a/system/framework/oat/arm/uiautomator.odex b/system/framework/oat/arm/uiautomator.odex
new file mode 100644
index 0000000000000000000000000000000000000000..ee6785976ed3a274107ad346f3d44257825897a8
Binary files /dev/null and b/system/framework/oat/arm/uiautomator.odex differ
diff --git a/system/framework/oat/arm/uiautomator.vdex b/system/framework/oat/arm/uiautomator.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..08f900236093963fecbf45c559d137d355c6e9d6
Binary files /dev/null and b/system/framework/oat/arm/uiautomator.vdex differ
diff --git a/system/framework/oat/arm/vr.odex b/system/framework/oat/arm/vr.odex
new file mode 100644
index 0000000000000000000000000000000000000000..86da30939b4fe30f6c384d0a28421debc1aef4d6
Binary files /dev/null and b/system/framework/oat/arm/vr.odex differ
diff --git a/system/framework/oat/arm/vr.vdex b/system/framework/oat/arm/vr.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..3f5d171b281fcaacd220f92dbf6da35c71732864
Binary files /dev/null and b/system/framework/oat/arm/vr.vdex differ
diff --git a/system/framework/oat/arm/wm.odex b/system/framework/oat/arm/wm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..3472c9c7cb6ccc7369002a43f56b4d8a0dcbcd9c
Binary files /dev/null and b/system/framework/oat/arm/wm.odex differ
diff --git a/system/framework/oat/arm/wm.vdex b/system/framework/oat/arm/wm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..24f508a8ccc3e3644adcbdc93905704cae303a9f
Binary files /dev/null and b/system/framework/oat/arm/wm.vdex differ
diff --git a/system/framework/oat/arm64/CustomPropInterface.odex b/system/framework/oat/arm64/CustomPropInterface.odex
new file mode 100644
index 0000000000000000000000000000000000000000..8f355641cc2874542dc2ad0c17c7d4c9d8bb3400
Binary files /dev/null and b/system/framework/oat/arm64/CustomPropInterface.odex differ
diff --git a/system/framework/oat/arm64/CustomPropInterface.vdex b/system/framework/oat/arm64/CustomPropInterface.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..eb6fa49976b2e8d7a2dc31d00f37dc4b30f278b0
Binary files /dev/null and b/system/framework/oat/arm64/CustomPropInterface.vdex differ
diff --git a/system/framework/oat/arm64/am.odex b/system/framework/oat/arm64/am.odex
new file mode 100644
index 0000000000000000000000000000000000000000..1b765ec4013da02f80f2c71f92dd19f14b5a98f8
Binary files /dev/null and b/system/framework/oat/arm64/am.odex differ
diff --git a/system/framework/oat/arm64/am.vdex b/system/framework/oat/arm64/am.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b4d3be2be336424253b8478aeda72d85c4a26dee
Binary files /dev/null and b/system/framework/oat/arm64/am.vdex differ
diff --git a/system/framework/oat/arm64/android.test.mock.odex b/system/framework/oat/arm64/android.test.mock.odex
new file mode 100644
index 0000000000000000000000000000000000000000..5412eac832d35483dd972b76cffc703ce6f40a6e
Binary files /dev/null and b/system/framework/oat/arm64/android.test.mock.odex differ
diff --git a/system/framework/oat/arm64/android.test.mock.vdex b/system/framework/oat/arm64/android.test.mock.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..b8df212531065efd134389aea00c433404f6a152
Binary files /dev/null and b/system/framework/oat/arm64/android.test.mock.vdex differ
diff --git a/system/framework/oat/arm64/android.test.runner.odex b/system/framework/oat/arm64/android.test.runner.odex
new file mode 100644
index 0000000000000000000000000000000000000000..a571bd468518712903dbfa29903320a2ad45736b
Binary files /dev/null and b/system/framework/oat/arm64/android.test.runner.odex differ
diff --git a/system/framework/oat/arm64/android.test.runner.vdex b/system/framework/oat/arm64/android.test.runner.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..5bf0900d1e6419e32867eabfc68ff70f3165a55f
Binary files /dev/null and b/system/framework/oat/arm64/android.test.runner.vdex differ
diff --git a/system/framework/oat/arm64/appwidget.odex b/system/framework/oat/arm64/appwidget.odex
new file mode 100644
index 0000000000000000000000000000000000000000..584fc1f50d45a3c919f4c2c488019f156926ac8d
Binary files /dev/null and b/system/framework/oat/arm64/appwidget.odex differ
diff --git a/system/framework/oat/arm64/appwidget.vdex b/system/framework/oat/arm64/appwidget.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..4fbb04331ecebf2ea009e83869841f5535dc6f15
Binary files /dev/null and b/system/framework/oat/arm64/appwidget.vdex differ
diff --git a/system/framework/oat/arm64/bmgr.odex b/system/framework/oat/arm64/bmgr.odex
new file mode 100644
index 0000000000000000000000000000000000000000..762287e2c5f0a6b2fb9f9a9c1dc98ab15acc3aa5
Binary files /dev/null and b/system/framework/oat/arm64/bmgr.odex differ
diff --git a/system/framework/oat/arm64/bmgr.vdex b/system/framework/oat/arm64/bmgr.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..660b10f95dcc6baada2918fb91cbabdd58f8dcca
Binary files /dev/null and b/system/framework/oat/arm64/bmgr.vdex differ
diff --git a/system/framework/oat/arm64/bu.odex b/system/framework/oat/arm64/bu.odex
new file mode 100644
index 0000000000000000000000000000000000000000..3cfc6a78273f6742cb3929210dfecc16c6684b98
Binary files /dev/null and b/system/framework/oat/arm64/bu.odex differ
diff --git a/system/framework/oat/arm64/bu.vdex b/system/framework/oat/arm64/bu.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..cddca49cc0677f342576d6a020b532a7c0d8580d
Binary files /dev/null and b/system/framework/oat/arm64/bu.vdex differ
diff --git a/system/framework/oat/arm64/com.android.future.usb.accessory.odex b/system/framework/oat/arm64/com.android.future.usb.accessory.odex
new file mode 100644
index 0000000000000000000000000000000000000000..1806e874b5cf0c1c205849ecf16e6423f3e08cb6
Binary files /dev/null and b/system/framework/oat/arm64/com.android.future.usb.accessory.odex differ
diff --git a/system/framework/oat/arm64/com.android.future.usb.accessory.vdex b/system/framework/oat/arm64/com.android.future.usb.accessory.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..2b777808b2893ac14baf60efd53409cdff5f595f
Binary files /dev/null and b/system/framework/oat/arm64/com.android.future.usb.accessory.vdex differ
diff --git a/system/framework/oat/arm64/com.android.location.provider.odex b/system/framework/oat/arm64/com.android.location.provider.odex
new file mode 100644
index 0000000000000000000000000000000000000000..70f1a03f77b43b659bf6ce0c94815840e9c931d2
Binary files /dev/null and b/system/framework/oat/arm64/com.android.location.provider.odex differ
diff --git a/system/framework/oat/arm64/com.android.location.provider.vdex b/system/framework/oat/arm64/com.android.location.provider.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..a75d97f6ba7d191556785ec7194c5411e3bcdced
Binary files /dev/null and b/system/framework/oat/arm64/com.android.location.provider.vdex differ
diff --git a/system/framework/oat/arm64/com.android.media.remotedisplay.odex b/system/framework/oat/arm64/com.android.media.remotedisplay.odex
new file mode 100644
index 0000000000000000000000000000000000000000..fd7d0168a477dfb1e8f1b2d3e6ab57b54a432ec3
Binary files /dev/null and b/system/framework/oat/arm64/com.android.media.remotedisplay.odex differ
diff --git a/system/framework/oat/arm64/com.android.media.remotedisplay.vdex b/system/framework/oat/arm64/com.android.media.remotedisplay.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1a637d440b165b04de5b5456b28d2ddef93c5348
Binary files /dev/null and b/system/framework/oat/arm64/com.android.media.remotedisplay.vdex differ
diff --git a/system/framework/oat/arm64/com.android.mediadrm.signer.odex b/system/framework/oat/arm64/com.android.mediadrm.signer.odex
new file mode 100644
index 0000000000000000000000000000000000000000..dc658c452111767a03a76dd74c06852e1169ef66
Binary files /dev/null and b/system/framework/oat/arm64/com.android.mediadrm.signer.odex differ
diff --git a/system/framework/oat/arm64/com.android.mediadrm.signer.vdex b/system/framework/oat/arm64/com.android.mediadrm.signer.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..63a10c7015fc87cbc7a91d1d2ef9833a4ebf558a
Binary files /dev/null and b/system/framework/oat/arm64/com.android.mediadrm.signer.vdex differ
diff --git a/system/framework/oat/arm64/com.google.android.maps.odex b/system/framework/oat/arm64/com.google.android.maps.odex
new file mode 100644
index 0000000000000000000000000000000000000000..d1d84cd410b5529d1073fcf777b008125fcb24be
Binary files /dev/null and b/system/framework/oat/arm64/com.google.android.maps.odex differ
diff --git a/system/framework/oat/arm64/com.google.android.maps.vdex b/system/framework/oat/arm64/com.google.android.maps.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..5928df0100c54a3a0e55a2fb0f6ecaf969fc4c35
Binary files /dev/null and b/system/framework/oat/arm64/com.google.android.maps.vdex differ
diff --git a/system/framework/oat/arm64/com.google.android.media.effects.odex b/system/framework/oat/arm64/com.google.android.media.effects.odex
new file mode 100644
index 0000000000000000000000000000000000000000..c4c45b67eab242693ccb29378cf2b5f88e906d32
Binary files /dev/null and b/system/framework/oat/arm64/com.google.android.media.effects.odex differ
diff --git a/system/framework/oat/arm64/com.google.android.media.effects.vdex b/system/framework/oat/arm64/com.google.android.media.effects.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..2ad7c98b0683cbdac4b2a11450603b5337e58e00
Binary files /dev/null and b/system/framework/oat/arm64/com.google.android.media.effects.vdex differ
diff --git a/system/framework/oat/arm64/content.odex b/system/framework/oat/arm64/content.odex
new file mode 100644
index 0000000000000000000000000000000000000000..6c8af3a2dbb77b6f57d8938df92d696066155ea8
Binary files /dev/null and b/system/framework/oat/arm64/content.odex differ
diff --git a/system/framework/oat/arm64/content.vdex b/system/framework/oat/arm64/content.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..66f0a9a6670fb3d728311327c22beece18283b06
Binary files /dev/null and b/system/framework/oat/arm64/content.vdex differ
diff --git a/system/framework/oat/arm64/dpm.odex b/system/framework/oat/arm64/dpm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f2bac6c541ef628d3e191d1b47590c516053c023
Binary files /dev/null and b/system/framework/oat/arm64/dpm.odex differ
diff --git a/system/framework/oat/arm64/dpm.vdex b/system/framework/oat/arm64/dpm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..7f4cfa46d59283bac6328ac7ce9b5b20e87f867c
Binary files /dev/null and b/system/framework/oat/arm64/dpm.vdex differ
diff --git a/system/framework/oat/arm64/ethernet-service.odex b/system/framework/oat/arm64/ethernet-service.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f99636e9fe0cdd654fbe6d0d338ae72a3796babc
Binary files /dev/null and b/system/framework/oat/arm64/ethernet-service.odex differ
diff --git a/system/framework/oat/arm64/ethernet-service.vdex b/system/framework/oat/arm64/ethernet-service.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1689cb80e3e3d88781dbf82407f9fc4615bac603
Binary files /dev/null and b/system/framework/oat/arm64/ethernet-service.vdex differ
diff --git a/system/framework/oat/arm64/hid.odex b/system/framework/oat/arm64/hid.odex
new file mode 100644
index 0000000000000000000000000000000000000000..9a8543c65f6616870aefbff091b5819ba8452389
Binary files /dev/null and b/system/framework/oat/arm64/hid.odex differ
diff --git a/system/framework/oat/arm64/hid.vdex b/system/framework/oat/arm64/hid.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..acebb2482a5f3b8170f6d2cbf1ea4c720b6e181c
Binary files /dev/null and b/system/framework/oat/arm64/hid.vdex differ
diff --git a/system/framework/oat/arm64/ime.odex b/system/framework/oat/arm64/ime.odex
new file mode 100644
index 0000000000000000000000000000000000000000..b518d7edd6590656e92c7ab2dd7ba463998179c6
Binary files /dev/null and b/system/framework/oat/arm64/ime.odex differ
diff --git a/system/framework/oat/arm64/ime.vdex b/system/framework/oat/arm64/ime.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9bea28b81970c86f206046e07403725e03f347d3
Binary files /dev/null and b/system/framework/oat/arm64/ime.vdex differ
diff --git a/system/framework/oat/arm64/input.odex b/system/framework/oat/arm64/input.odex
new file mode 100644
index 0000000000000000000000000000000000000000..e98c28602638714960113957775dab609fcbc91a
Binary files /dev/null and b/system/framework/oat/arm64/input.odex differ
diff --git a/system/framework/oat/arm64/input.vdex b/system/framework/oat/arm64/input.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..a090898968ea9afa722157f38130deadbcbd606a
Binary files /dev/null and b/system/framework/oat/arm64/input.vdex differ
diff --git a/system/framework/oat/arm64/javax.obex.odex b/system/framework/oat/arm64/javax.obex.odex
new file mode 100644
index 0000000000000000000000000000000000000000..3386b4a202df335ce8aaf68aa241c8bcb1dd2b14
Binary files /dev/null and b/system/framework/oat/arm64/javax.obex.odex differ
diff --git a/system/framework/oat/arm64/javax.obex.vdex b/system/framework/oat/arm64/javax.obex.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9e7b73fb5afdf386ea12ccb69d228c40faca3f13
Binary files /dev/null and b/system/framework/oat/arm64/javax.obex.vdex differ
diff --git a/system/framework/oat/arm64/locksettings.odex b/system/framework/oat/arm64/locksettings.odex
new file mode 100644
index 0000000000000000000000000000000000000000..8307aab654f6a802f857391f9007392a303c37d8
Binary files /dev/null and b/system/framework/oat/arm64/locksettings.odex differ
diff --git a/system/framework/oat/arm64/locksettings.vdex b/system/framework/oat/arm64/locksettings.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..636b349443c8f1738ad76f28acbfe024d4e321ea
Binary files /dev/null and b/system/framework/oat/arm64/locksettings.vdex differ
diff --git a/system/framework/oat/arm64/media_cmd.odex b/system/framework/oat/arm64/media_cmd.odex
new file mode 100644
index 0000000000000000000000000000000000000000..11a50ab253d038afe01481fc18f31c3ae8d94b50
Binary files /dev/null and b/system/framework/oat/arm64/media_cmd.odex differ
diff --git a/system/framework/oat/arm64/media_cmd.vdex b/system/framework/oat/arm64/media_cmd.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..9868e715f4edcf8ec6f8dbaa12b73398f7bf7603
Binary files /dev/null and b/system/framework/oat/arm64/media_cmd.vdex differ
diff --git a/system/framework/oat/arm64/mediatek-framework-net.odex b/system/framework/oat/arm64/mediatek-framework-net.odex
new file mode 100644
index 0000000000000000000000000000000000000000..eb4d8779ea8ede9e0ce99bb457a6114d8161f3bf
Binary files /dev/null and b/system/framework/oat/arm64/mediatek-framework-net.odex differ
diff --git a/system/framework/oat/arm64/mediatek-framework-net.vdex b/system/framework/oat/arm64/mediatek-framework-net.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..65a31dff2305f60fe7cbf934b7838f8ca2f510d5
Binary files /dev/null and b/system/framework/oat/arm64/mediatek-framework-net.vdex differ
diff --git a/system/framework/oat/arm64/mediatek-services.odex b/system/framework/oat/arm64/mediatek-services.odex
new file mode 100644
index 0000000000000000000000000000000000000000..7f98e1d16702005b126976d04dbab43495a126cd
Binary files /dev/null and b/system/framework/oat/arm64/mediatek-services.odex differ
diff --git a/system/framework/oat/arm64/mediatek-services.vdex b/system/framework/oat/arm64/mediatek-services.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..1c1ffe88e563c07d0a90193d68a2fb8ca95a40df
Binary files /dev/null and b/system/framework/oat/arm64/mediatek-services.vdex differ
diff --git a/system/framework/oat/arm64/monkey.odex b/system/framework/oat/arm64/monkey.odex
new file mode 100644
index 0000000000000000000000000000000000000000..70f2baab9925028db7d2cc8f6acc74c072bad15d
Binary files /dev/null and b/system/framework/oat/arm64/monkey.odex differ
diff --git a/system/framework/oat/arm64/monkey.vdex b/system/framework/oat/arm64/monkey.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..24417dd93626dcf2bdb922bc4afae431b66eaa0b
Binary files /dev/null and b/system/framework/oat/arm64/monkey.vdex differ
diff --git a/system/framework/oat/arm64/pm.odex b/system/framework/oat/arm64/pm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..4de481807ca16ed6d824f91cfbe2fcf4bbed2cf8
Binary files /dev/null and b/system/framework/oat/arm64/pm.odex differ
diff --git a/system/framework/oat/arm64/pm.vdex b/system/framework/oat/arm64/pm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..f26016b3e96ca6a173a3b9d52deb7c52993bcc25
Binary files /dev/null and b/system/framework/oat/arm64/pm.vdex differ
diff --git a/system/framework/oat/arm64/requestsync.odex b/system/framework/oat/arm64/requestsync.odex
new file mode 100644
index 0000000000000000000000000000000000000000..73e1bc1a91a7adfe84e04dfad899ffef875564cc
Binary files /dev/null and b/system/framework/oat/arm64/requestsync.odex differ
diff --git a/system/framework/oat/arm64/requestsync.vdex b/system/framework/oat/arm64/requestsync.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..d340f82974cd3471b139d5989daa445c11d9617f
Binary files /dev/null and b/system/framework/oat/arm64/requestsync.vdex differ
diff --git a/system/framework/oat/arm64/services.art b/system/framework/oat/arm64/services.art
new file mode 100644
index 0000000000000000000000000000000000000000..7958c5a90bcf0460b37fadd8b13e715b22679177
Binary files /dev/null and b/system/framework/oat/arm64/services.art differ
diff --git a/system/framework/oat/arm64/services.odex b/system/framework/oat/arm64/services.odex
new file mode 100644
index 0000000000000000000000000000000000000000..a14021e4d306a25321ece4ac21607bb147905b79
Binary files /dev/null and b/system/framework/oat/arm64/services.odex differ
diff --git a/system/framework/oat/arm64/services.vdex b/system/framework/oat/arm64/services.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..aa1aeb72449e4c3e9acbfc2543856b5d2e96e2e5
Binary files /dev/null and b/system/framework/oat/arm64/services.vdex differ
diff --git a/system/framework/oat/arm64/sm.odex b/system/framework/oat/arm64/sm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..86764122778fd56834dd2fdf3974bc484e4d59ba
Binary files /dev/null and b/system/framework/oat/arm64/sm.odex differ
diff --git a/system/framework/oat/arm64/sm.vdex b/system/framework/oat/arm64/sm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..c36b8d0af62b6baa3a0b63b5d0397f5f08f927fc
Binary files /dev/null and b/system/framework/oat/arm64/sm.vdex differ
diff --git a/system/framework/oat/arm64/svc.odex b/system/framework/oat/arm64/svc.odex
new file mode 100644
index 0000000000000000000000000000000000000000..8fca11a03530cc9e5047a7c73d6928b42d74a557
Binary files /dev/null and b/system/framework/oat/arm64/svc.odex differ
diff --git a/system/framework/oat/arm64/svc.vdex b/system/framework/oat/arm64/svc.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..56d7fd1cc36a275b3b674216034219f95610e61d
Binary files /dev/null and b/system/framework/oat/arm64/svc.vdex differ
diff --git a/system/framework/oat/arm64/telecom.odex b/system/framework/oat/arm64/telecom.odex
new file mode 100644
index 0000000000000000000000000000000000000000..f871b4c2c58760ccaa919033b6a7157f4bedad5d
Binary files /dev/null and b/system/framework/oat/arm64/telecom.odex differ
diff --git a/system/framework/oat/arm64/telecom.vdex b/system/framework/oat/arm64/telecom.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..0f4696b383b5fc5f79e428a73d4a596951a3002d
Binary files /dev/null and b/system/framework/oat/arm64/telecom.vdex differ
diff --git a/system/framework/oat/arm64/uiautomator.odex b/system/framework/oat/arm64/uiautomator.odex
new file mode 100644
index 0000000000000000000000000000000000000000..2150add5383dcb5ce716d9a34c23b7c853a1e2ea
Binary files /dev/null and b/system/framework/oat/arm64/uiautomator.odex differ
diff --git a/system/framework/oat/arm64/uiautomator.vdex b/system/framework/oat/arm64/uiautomator.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..08f900236093963fecbf45c559d137d355c6e9d6
Binary files /dev/null and b/system/framework/oat/arm64/uiautomator.vdex differ
diff --git a/system/framework/oat/arm64/vr.odex b/system/framework/oat/arm64/vr.odex
new file mode 100644
index 0000000000000000000000000000000000000000..c41bd7519bf1c809304d43dd0bd6b21dbef37169
Binary files /dev/null and b/system/framework/oat/arm64/vr.odex differ
diff --git a/system/framework/oat/arm64/vr.vdex b/system/framework/oat/arm64/vr.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..3f5d171b281fcaacd220f92dbf6da35c71732864
Binary files /dev/null and b/system/framework/oat/arm64/vr.vdex differ
diff --git a/system/framework/oat/arm64/wifi-service.art b/system/framework/oat/arm64/wifi-service.art
new file mode 100644
index 0000000000000000000000000000000000000000..d006c78b600a077748fcbc61472fc2ae151e6629
Binary files /dev/null and b/system/framework/oat/arm64/wifi-service.art differ
diff --git a/system/framework/oat/arm64/wifi-service.odex b/system/framework/oat/arm64/wifi-service.odex
new file mode 100644
index 0000000000000000000000000000000000000000..c2e4e21ddb29366515aebf2c3adf10492e3c40d8
Binary files /dev/null and b/system/framework/oat/arm64/wifi-service.odex differ
diff --git a/system/framework/oat/arm64/wifi-service.vdex b/system/framework/oat/arm64/wifi-service.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..aa60a5833211a32d959f8486d39e8aa139f83326
Binary files /dev/null and b/system/framework/oat/arm64/wifi-service.vdex differ
diff --git a/system/framework/oat/arm64/wm.odex b/system/framework/oat/arm64/wm.odex
new file mode 100644
index 0000000000000000000000000000000000000000..2a3338ef178073d680de65d1efafb7868569fc41
Binary files /dev/null and b/system/framework/oat/arm64/wm.odex differ
diff --git a/system/framework/oat/arm64/wm.vdex b/system/framework/oat/arm64/wm.vdex
new file mode 100644
index 0000000000000000000000000000000000000000..24f508a8ccc3e3644adcbdc93905704cae303a9f
Binary files /dev/null and b/system/framework/oat/arm64/wm.vdex differ
diff --git a/system/framework/okhttp.jar b/system/framework/okhttp.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/okhttp.jar differ
diff --git a/system/framework/org.apache.http.legacy.boot.jar b/system/framework/org.apache.http.legacy.boot.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/org.apache.http.legacy.boot.jar differ
diff --git a/system/framework/pm.jar b/system/framework/pm.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/pm.jar differ
diff --git a/system/framework/requestsync.jar b/system/framework/requestsync.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/requestsync.jar differ
diff --git a/system/framework/services.jar b/system/framework/services.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/services.jar differ
diff --git a/system/framework/services.jar.prof b/system/framework/services.jar.prof
new file mode 100644
index 0000000000000000000000000000000000000000..034f0f131280f48794645e1b6cfb0c9f05cd4e7b
Binary files /dev/null and b/system/framework/services.jar.prof differ
diff --git a/system/framework/sm.jar b/system/framework/sm.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/sm.jar differ
diff --git a/system/framework/svc.jar b/system/framework/svc.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/svc.jar differ
diff --git a/system/framework/telecom.jar b/system/framework/telecom.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/telecom.jar differ
diff --git a/system/framework/telephony-common.jar b/system/framework/telephony-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/telephony-common.jar differ
diff --git a/system/framework/uiautomator.jar b/system/framework/uiautomator.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/uiautomator.jar differ
diff --git a/system/framework/voip-common.jar b/system/framework/voip-common.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/voip-common.jar differ
diff --git a/system/framework/vr.jar b/system/framework/vr.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/vr.jar differ
diff --git a/system/framework/wifi-service.jar b/system/framework/wifi-service.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/wifi-service.jar differ
diff --git a/system/framework/wifi-service.jar.prof b/system/framework/wifi-service.jar.prof
new file mode 100644
index 0000000000000000000000000000000000000000..f27c0d04b6e55db50cfc8e71c32b86b31f91f359
Binary files /dev/null and b/system/framework/wifi-service.jar.prof differ
diff --git a/system/framework/wm.jar b/system/framework/wm.jar
new file mode 100644
index 0000000000000000000000000000000000000000..58a4bfe36c0c44c4fd60b2ea8c5f11404853c824
Binary files /dev/null and b/system/framework/wm.jar differ
diff --git a/system/lib/android.frameworks.schedulerservice@1.0.so b/system/lib/android.frameworks.schedulerservice@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f03885308d7beff3dff7ff55fbe80cfb32b441d3
Binary files /dev/null and b/system/lib/android.frameworks.schedulerservice@1.0.so differ
diff --git a/system/lib/android.frameworks.sensorservice@1.0.so b/system/lib/android.frameworks.sensorservice@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4496c9a5eb9cb6c8fce54b77ea0c03240f459ce5
Binary files /dev/null and b/system/lib/android.frameworks.sensorservice@1.0.so differ
diff --git a/system/lib/android.frameworks.vr.composer@1.0.so b/system/lib/android.frameworks.vr.composer@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..fe595dc5e093e243e1a55bf2569260d226a61a37
Binary files /dev/null and b/system/lib/android.frameworks.vr.composer@1.0.so differ
diff --git a/system/lib/android.hardware.audio.common@2.0-util.so b/system/lib/android.hardware.audio.common@2.0-util.so
new file mode 100644
index 0000000000000000000000000000000000000000..0a7f700485a90da0fe568f9988529385b51bead6
Binary files /dev/null and b/system/lib/android.hardware.audio.common@2.0-util.so differ
diff --git a/system/lib/android.hardware.audio.common@2.0.so b/system/lib/android.hardware.audio.common@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..68374be0e80336458fbd4badc9d95a0215d3a436
Binary files /dev/null and b/system/lib/android.hardware.audio.common@2.0.so differ
diff --git a/system/lib/android.hardware.audio.effect@2.0.so b/system/lib/android.hardware.audio.effect@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2293ee912ee18ecde11f91156772c66aaff37392
Binary files /dev/null and b/system/lib/android.hardware.audio.effect@2.0.so differ
diff --git a/system/lib/android.hardware.audio@2.0.so b/system/lib/android.hardware.audio@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..b904d4d84b7ae6fa925adedf36ef9b3ae69a8530
Binary files /dev/null and b/system/lib/android.hardware.audio@2.0.so differ
diff --git a/system/lib/android.hardware.biometrics.fingerprint@2.1.so b/system/lib/android.hardware.biometrics.fingerprint@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..310af3f1b5fff1c0d46e21853a85a68d5e33ee12
Binary files /dev/null and b/system/lib/android.hardware.biometrics.fingerprint@2.1.so differ
diff --git a/system/lib/android.hardware.bluetooth@1.0.so b/system/lib/android.hardware.bluetooth@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ec7069fab216bb561bc2f98d0929137d6d07c67e
Binary files /dev/null and b/system/lib/android.hardware.bluetooth@1.0.so differ
diff --git a/system/lib/android.hardware.broadcastradio@1.0.so b/system/lib/android.hardware.broadcastradio@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..5bee95ee8ebb0bd88b261e6f97f15578b80a8b94
Binary files /dev/null and b/system/lib/android.hardware.broadcastradio@1.0.so differ
diff --git a/system/lib/android.hardware.broadcastradio@1.1.so b/system/lib/android.hardware.broadcastradio@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..771945ddb8e6c09227fc2177c6d4fae50b0fd66c
Binary files /dev/null and b/system/lib/android.hardware.broadcastradio@1.1.so differ
diff --git a/system/lib/android.hardware.camera.common@1.0.so b/system/lib/android.hardware.camera.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..1cdc8c459bc3422b2474bd7ced6070db6fa1fd81
Binary files /dev/null and b/system/lib/android.hardware.camera.common@1.0.so differ
diff --git a/system/lib/android.hardware.camera.device@1.0.so b/system/lib/android.hardware.camera.device@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..cbc6fcbe705c3648a4bdb7cee115a78ad2d02f3e
Binary files /dev/null and b/system/lib/android.hardware.camera.device@1.0.so differ
diff --git a/system/lib/android.hardware.camera.device@3.2.so b/system/lib/android.hardware.camera.device@3.2.so
new file mode 100644
index 0000000000000000000000000000000000000000..8aea785e853eb5df8afd05153ad7bc85741c0870
Binary files /dev/null and b/system/lib/android.hardware.camera.device@3.2.so differ
diff --git a/system/lib/android.hardware.camera.device@3.3.so b/system/lib/android.hardware.camera.device@3.3.so
new file mode 100644
index 0000000000000000000000000000000000000000..70a8c7c653e35804b7c0d41dcd15f78c01824622
Binary files /dev/null and b/system/lib/android.hardware.camera.device@3.3.so differ
diff --git a/system/lib/android.hardware.camera.provider@2.4.so b/system/lib/android.hardware.camera.provider@2.4.so
new file mode 100644
index 0000000000000000000000000000000000000000..a9f0a7ca500c1b783466c00b11979064907853e9
Binary files /dev/null and b/system/lib/android.hardware.camera.provider@2.4.so differ
diff --git a/system/lib/android.hardware.cas.native@1.0.so b/system/lib/android.hardware.cas.native@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..66b2e1dc16b18d7e7a77d9ac28073019a0a43d5a
Binary files /dev/null and b/system/lib/android.hardware.cas.native@1.0.so differ
diff --git a/system/lib/android.hardware.cas@1.0.so b/system/lib/android.hardware.cas@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..bde1e37de7d1d1cc81fbc2a5019cc8a947b973d0
Binary files /dev/null and b/system/lib/android.hardware.cas@1.0.so differ
diff --git a/system/lib/android.hardware.configstore-utils.so b/system/lib/android.hardware.configstore-utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..945d2df428383f891ac6b8f43befca7096b39eb9
Binary files /dev/null and b/system/lib/android.hardware.configstore-utils.so differ
diff --git a/system/lib/android.hardware.configstore@1.0.so b/system/lib/android.hardware.configstore@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4fef583c6e1be8e405ad709cb4235297c86ddde8
Binary files /dev/null and b/system/lib/android.hardware.configstore@1.0.so differ
diff --git a/system/lib/android.hardware.contexthub@1.0.so b/system/lib/android.hardware.contexthub@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..617b9cf4ef27b6b144ff1ea7029cf51aadae1246
Binary files /dev/null and b/system/lib/android.hardware.contexthub@1.0.so differ
diff --git a/system/lib/android.hardware.drm@1.0.so b/system/lib/android.hardware.drm@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..77763c320a835f4aa0e71b152a6f2bb2f7322b06
Binary files /dev/null and b/system/lib/android.hardware.drm@1.0.so differ
diff --git a/system/lib/android.hardware.gatekeeper@1.0.so b/system/lib/android.hardware.gatekeeper@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..6e2405d246b0f291f97449510d795c21c8e5f456
Binary files /dev/null and b/system/lib/android.hardware.gatekeeper@1.0.so differ
diff --git a/system/lib/android.hardware.gnss@1.0.so b/system/lib/android.hardware.gnss@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2acbb03b5b7a7ffdde757ad258dbd6066fa2ac36
Binary files /dev/null and b/system/lib/android.hardware.gnss@1.0.so differ
diff --git a/system/lib/android.hardware.graphics.allocator@2.0.so b/system/lib/android.hardware.graphics.allocator@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..fa785bf98ff8be3b3ac526f723854a96cb1352ba
Binary files /dev/null and b/system/lib/android.hardware.graphics.allocator@2.0.so differ
diff --git a/system/lib/android.hardware.graphics.bufferqueue@1.0.so b/system/lib/android.hardware.graphics.bufferqueue@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..e6c4b381f5f47c079e068b7b2e7ee30b7845a455
Binary files /dev/null and b/system/lib/android.hardware.graphics.bufferqueue@1.0.so differ
diff --git a/system/lib/android.hardware.graphics.common@1.0.so b/system/lib/android.hardware.graphics.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..20a534360e4d7ca36f0c0274bf2a74b3ec9a6302
Binary files /dev/null and b/system/lib/android.hardware.graphics.common@1.0.so differ
diff --git a/system/lib/android.hardware.graphics.composer@2.1.so b/system/lib/android.hardware.graphics.composer@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..7d6421ea048d4963a22298a01a32187030984661
Binary files /dev/null and b/system/lib/android.hardware.graphics.composer@2.1.so differ
diff --git a/system/lib/android.hardware.graphics.mapper@2.0.so b/system/lib/android.hardware.graphics.mapper@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..3341037be28d60cfaf81851afb331bba84d04da7
Binary files /dev/null and b/system/lib/android.hardware.graphics.mapper@2.0.so differ
diff --git a/system/lib/android.hardware.ir@1.0.so b/system/lib/android.hardware.ir@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..acbfb0345efd858a38efd80415f87e8fb2ac0410
Binary files /dev/null and b/system/lib/android.hardware.ir@1.0.so differ
diff --git a/system/lib/android.hardware.keymaster@3.0.so b/system/lib/android.hardware.keymaster@3.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..da3c918a648ab95160401a1d2bc5964ff6fe3312
Binary files /dev/null and b/system/lib/android.hardware.keymaster@3.0.so differ
diff --git a/system/lib/android.hardware.light@2.0.so b/system/lib/android.hardware.light@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..9fda3f384d8d81b6b97ca4fc9d39820cde5ac005
Binary files /dev/null and b/system/lib/android.hardware.light@2.0.so differ
diff --git a/system/lib/android.hardware.media.omx@1.0.so b/system/lib/android.hardware.media.omx@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..6b4681e2cbd4aaeb0bef982212094f392921ad5a
Binary files /dev/null and b/system/lib/android.hardware.media.omx@1.0.so differ
diff --git a/system/lib/android.hardware.media@1.0.so b/system/lib/android.hardware.media@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..c09863d7e4312de59e6800d771e90a73372b6e1a
Binary files /dev/null and b/system/lib/android.hardware.media@1.0.so differ
diff --git a/system/lib/android.hardware.memtrack@1.0.so b/system/lib/android.hardware.memtrack@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..53a5836620f2425bd6bf9300c9afbba6275d986d
Binary files /dev/null and b/system/lib/android.hardware.memtrack@1.0.so differ
diff --git a/system/lib/android.hardware.neuralnetworks@1.0.so b/system/lib/android.hardware.neuralnetworks@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..5d63ba85d38724807dfa79172ac38deab7af19e0
Binary files /dev/null and b/system/lib/android.hardware.neuralnetworks@1.0.so differ
diff --git a/system/lib/android.hardware.power@1.0.so b/system/lib/android.hardware.power@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..188921e2bd111085d8d874adde70693628b8377c
Binary files /dev/null and b/system/lib/android.hardware.power@1.0.so differ
diff --git a/system/lib/android.hardware.power@1.1.so b/system/lib/android.hardware.power@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..b944e348470ea60fe38d43ed16cef0ab8549045d
Binary files /dev/null and b/system/lib/android.hardware.power@1.1.so differ
diff --git a/system/lib/android.hardware.radio.deprecated@1.0.so b/system/lib/android.hardware.radio.deprecated@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..269ae9e286ef462e13c64cb5730b2c6f5d58abc1
Binary files /dev/null and b/system/lib/android.hardware.radio.deprecated@1.0.so differ
diff --git a/system/lib/android.hardware.radio@1.0.so b/system/lib/android.hardware.radio@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..074b69ba81d3856ab7d5e9b5f1aaf229e28750c4
Binary files /dev/null and b/system/lib/android.hardware.radio@1.0.so differ
diff --git a/system/lib/android.hardware.radio@1.1.so b/system/lib/android.hardware.radio@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..9aebcf36aec6d3eb03b496d173d8cd4f31cd765a
Binary files /dev/null and b/system/lib/android.hardware.radio@1.1.so differ
diff --git a/system/lib/android.hardware.renderscript@1.0.so b/system/lib/android.hardware.renderscript@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..6de41200b17c65be90cf5080ca8a1f9b899eeb69
Binary files /dev/null and b/system/lib/android.hardware.renderscript@1.0.so differ
diff --git a/system/lib/android.hardware.sensors@1.0.so b/system/lib/android.hardware.sensors@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..429ab3492ffb268ec93276c3521836b690e5efc3
Binary files /dev/null and b/system/lib/android.hardware.sensors@1.0.so differ
diff --git a/system/lib/android.hardware.soundtrigger@2.0.so b/system/lib/android.hardware.soundtrigger@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..5da4e3ad8fdbe346de1e9af556553f5066713b25
Binary files /dev/null and b/system/lib/android.hardware.soundtrigger@2.0.so differ
diff --git a/system/lib/android.hardware.tetheroffload.config@1.0.so b/system/lib/android.hardware.tetheroffload.config@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..434d3906454d20ff4f240bb50f8e89dfd13c673c
Binary files /dev/null and b/system/lib/android.hardware.tetheroffload.config@1.0.so differ
diff --git a/system/lib/android.hardware.thermal@1.0.so b/system/lib/android.hardware.thermal@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2ad688ccff6a80dc2d9faad952a255a25ba30f8d
Binary files /dev/null and b/system/lib/android.hardware.thermal@1.0.so differ
diff --git a/system/lib/android.hardware.tv.cec@1.0.so b/system/lib/android.hardware.tv.cec@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ebb3bcca376cde9d4c07bf2dfa8195a34b5ab0df
Binary files /dev/null and b/system/lib/android.hardware.tv.cec@1.0.so differ
diff --git a/system/lib/android.hardware.tv.input@1.0.so b/system/lib/android.hardware.tv.input@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..1af6efd0ecf38a392bf2079dd2c64ef07ed8a926
Binary files /dev/null and b/system/lib/android.hardware.tv.input@1.0.so differ
diff --git a/system/lib/android.hardware.vibrator@1.0.so b/system/lib/android.hardware.vibrator@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ce052637180a3d6d5cd1343c54ca18461211da6d
Binary files /dev/null and b/system/lib/android.hardware.vibrator@1.0.so differ
diff --git a/system/lib/android.hardware.vibrator@1.1.so b/system/lib/android.hardware.vibrator@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..34e72dfc72bdaed9197e6507dcaeb26210f464ba
Binary files /dev/null and b/system/lib/android.hardware.vibrator@1.1.so differ
diff --git a/system/lib/android.hardware.vr@1.0.so b/system/lib/android.hardware.vr@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..5226381217bb1366df0d933e7f7515aef5ab7ecb
Binary files /dev/null and b/system/lib/android.hardware.vr@1.0.so differ
diff --git a/system/lib/android.hidl.allocator@1.0.so b/system/lib/android.hidl.allocator@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..857c297783bd00ff78218087e40e99fa866453f1
Binary files /dev/null and b/system/lib/android.hidl.allocator@1.0.so differ
diff --git a/system/lib/android.hidl.memory@1.0.so b/system/lib/android.hidl.memory@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f20147501b92c29b0177e7ccb79d2fc002a5a4f4
Binary files /dev/null and b/system/lib/android.hidl.memory@1.0.so differ
diff --git a/system/lib/android.hidl.token@1.0-utils.so b/system/lib/android.hidl.token@1.0-utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..18ce5e8a47d5e481025e70b5f1aa69ed4ca6fd24
Binary files /dev/null and b/system/lib/android.hidl.token@1.0-utils.so differ
diff --git a/system/lib/android.hidl.token@1.0.so b/system/lib/android.hidl.token@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..e2f25baf517c2f032517395e3615176366ad3075
Binary files /dev/null and b/system/lib/android.hidl.token@1.0.so differ
diff --git a/system/lib/drm/libfwdlockengine.so b/system/lib/drm/libfwdlockengine.so
new file mode 100644
index 0000000000000000000000000000000000000000..2940fbe0ed039876c052596517bd2514df709b4b
Binary files /dev/null and b/system/lib/drm/libfwdlockengine.so differ
diff --git a/system/lib/egl/libGLES_android.so b/system/lib/egl/libGLES_android.so
new file mode 100644
index 0000000000000000000000000000000000000000..8e211b4bb0a3c8a3086c10a170732e2931b28c8b
Binary files /dev/null and b/system/lib/egl/libGLES_android.so differ
diff --git a/system/lib/hw/android.hidl.memory@1.0-impl.so b/system/lib/hw/android.hidl.memory@1.0-impl.so
new file mode 100644
index 0000000000000000000000000000000000000000..935c24b9d52404a3253e8fad43565128892af475
Binary files /dev/null and b/system/lib/hw/android.hidl.memory@1.0-impl.so differ
diff --git a/system/lib/hw/audio.a2dp.default.so b/system/lib/hw/audio.a2dp.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..0faae9d1a1ddce1bc4c92b4020219d3a390030e2
Binary files /dev/null and b/system/lib/hw/audio.a2dp.default.so differ
diff --git a/system/lib/hw/bluetooth.default.so b/system/lib/hw/bluetooth.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..7fd91ddd7023957bcc2eabd95819dbc99b4f712e
Binary files /dev/null and b/system/lib/hw/bluetooth.default.so differ
diff --git a/system/lib/hw/keystore.default.so b/system/lib/hw/keystore.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..ee31dcdf939bbea56bef10381bffc7625c4a8222
Binary files /dev/null and b/system/lib/hw/keystore.default.so differ
diff --git a/system/lib/ld-android.so b/system/lib/ld-android.so
new file mode 100644
index 0000000000000000000000000000000000000000..be222b3d65fc7ab89966ec3121ba7a80b1dc4fad
Binary files /dev/null and b/system/lib/ld-android.so differ
diff --git a/system/lib/libEGL.so b/system/lib/libEGL.so
new file mode 100644
index 0000000000000000000000000000000000000000..f2f728a1d0b3ba45858dfdd21c0935a02fd4fdf4
Binary files /dev/null and b/system/lib/libEGL.so differ
diff --git a/system/lib/libETC1.so b/system/lib/libETC1.so
new file mode 100644
index 0000000000000000000000000000000000000000..4f2a1192b97293f8eef72d1b2ade3d04f0d4dc8b
Binary files /dev/null and b/system/lib/libETC1.so differ
diff --git a/system/lib/libFFTEm.so b/system/lib/libFFTEm.so
new file mode 100644
index 0000000000000000000000000000000000000000..04c93a1abf3718b6e9012427edb49946b877f933
Binary files /dev/null and b/system/lib/libFFTEm.so differ
diff --git a/system/lib/libGLESv1_CM.so b/system/lib/libGLESv1_CM.so
new file mode 100644
index 0000000000000000000000000000000000000000..324a5d0ddacdc8e235ea6a1d66448080c00ba6b9
Binary files /dev/null and b/system/lib/libGLESv1_CM.so differ
diff --git a/system/lib/libGLESv2.so b/system/lib/libGLESv2.so
new file mode 100644
index 0000000000000000000000000000000000000000..9922a02318feacc47b3373f104cca829b30b7d58
Binary files /dev/null and b/system/lib/libGLESv2.so differ
diff --git a/system/lib/libGLESv3.so b/system/lib/libGLESv3.so
new file mode 100644
index 0000000000000000000000000000000000000000..b05d01edf83a25b4baaef754b7d03b44e1e95591
Binary files /dev/null and b/system/lib/libGLESv3.so differ
diff --git a/system/lib/libMiraVision_jni.so b/system/lib/libMiraVision_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..70a05eb5409352cd1945b3f667defb0098508906
Binary files /dev/null and b/system/lib/libMiraVision_jni.so differ
diff --git a/system/lib/libOpenMAXAL.so b/system/lib/libOpenMAXAL.so
new file mode 100644
index 0000000000000000000000000000000000000000..f4b5580e01a090fd96c6772ad2a985a381920403
Binary files /dev/null and b/system/lib/libOpenMAXAL.so differ
diff --git a/system/lib/libOpenSLES.so b/system/lib/libOpenSLES.so
new file mode 100644
index 0000000000000000000000000000000000000000..d90da7762a515f2fdd79e17b8e63c60920ef5ae7
Binary files /dev/null and b/system/lib/libOpenSLES.so differ
diff --git a/system/lib/libRS.so b/system/lib/libRS.so
new file mode 100644
index 0000000000000000000000000000000000000000..a632c33a8cfc9d0b5696a56a91b171abbe45ea09
Binary files /dev/null and b/system/lib/libRS.so differ
diff --git a/system/lib/libRSCacheDir.so b/system/lib/libRSCacheDir.so
new file mode 100644
index 0000000000000000000000000000000000000000..190f9cd488ad9c6faa4fa532e800587ebbc39973
Binary files /dev/null and b/system/lib/libRSCacheDir.so differ
diff --git a/system/lib/libRSCpuRef.so b/system/lib/libRSCpuRef.so
new file mode 100644
index 0000000000000000000000000000000000000000..0189b89d259d8494ef5792becfc26cbeef0c5f7b
Binary files /dev/null and b/system/lib/libRSCpuRef.so differ
diff --git a/system/lib/libRSDriver.so b/system/lib/libRSDriver.so
new file mode 100644
index 0000000000000000000000000000000000000000..64bfcd7ad32fa533d0341ea0dea81e7aa0024672
Binary files /dev/null and b/system/lib/libRSDriver.so differ
diff --git a/system/lib/libRS_internal.so b/system/lib/libRS_internal.so
new file mode 100644
index 0000000000000000000000000000000000000000..54d2fc241dad96e71fff03a6d8cdaae9272f152e
Binary files /dev/null and b/system/lib/libRS_internal.so differ
diff --git a/system/lib/libRScpp.so b/system/lib/libRScpp.so
new file mode 100644
index 0000000000000000000000000000000000000000..eab76113285063463909760c07d2b66c53311af8
Binary files /dev/null and b/system/lib/libRScpp.so differ
diff --git a/system/lib/libaal.so b/system/lib/libaal.so
new file mode 100644
index 0000000000000000000000000000000000000000..0462a57fea648161638c5798df5d9b427ea10b45
Binary files /dev/null and b/system/lib/libaal.so differ
diff --git a/system/lib/libaal_cust.so b/system/lib/libaal_cust.so
new file mode 100644
index 0000000000000000000000000000000000000000..c4a297cf90e0b2900ab5829ae8e1ff4de3be40f1
Binary files /dev/null and b/system/lib/libaal_cust.so differ
diff --git a/system/lib/libaalservice.so b/system/lib/libaalservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..d81910baa03ee2a1ffa00946a57507e8bdd79c16
Binary files /dev/null and b/system/lib/libaalservice.so differ
diff --git a/system/lib/libaaudio.so b/system/lib/libaaudio.so
new file mode 100644
index 0000000000000000000000000000000000000000..b3f21c71ac57439bd64110cd7fe8be0d46615a4f
Binary files /dev/null and b/system/lib/libaaudio.so differ
diff --git a/system/lib/libaaudioservice.so b/system/lib/libaaudioservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..08c2d40a76850bfd3813e289bd77ebcacada1986
Binary files /dev/null and b/system/lib/libaaudioservice.so differ
diff --git a/system/lib/libaed.so b/system/lib/libaed.so
new file mode 100644
index 0000000000000000000000000000000000000000..0d0fecd2e1964d243cc5a4c7534cb8fdea18a601
Binary files /dev/null and b/system/lib/libaed.so differ
diff --git a/system/lib/libandroid.so b/system/lib/libandroid.so
new file mode 100644
index 0000000000000000000000000000000000000000..39cf815cb3c255687cd1c43a5baa7603406984d7
Binary files /dev/null and b/system/lib/libandroid.so differ
diff --git a/system/lib/libandroid_net.so b/system/lib/libandroid_net.so
new file mode 100644
index 0000000000000000000000000000000000000000..fdfd0d4e2480264c28d07ccb19210809c75a87ab
Binary files /dev/null and b/system/lib/libandroid_net.so differ
diff --git a/system/lib/libandroid_runtime.so b/system/lib/libandroid_runtime.so
new file mode 100644
index 0000000000000000000000000000000000000000..d61babdf12f335b59682fcf32a5238fca56961fd
Binary files /dev/null and b/system/lib/libandroid_runtime.so differ
diff --git a/system/lib/libandroid_servers.so b/system/lib/libandroid_servers.so
new file mode 100644
index 0000000000000000000000000000000000000000..20791219ab35d0ea20c13576c4bb290e8538d5a0
Binary files /dev/null and b/system/lib/libandroid_servers.so differ
diff --git a/system/lib/libandroidfw.so b/system/lib/libandroidfw.so
new file mode 100644
index 0000000000000000000000000000000000000000..888bb7758fa772b65852ecf01ad4a15f4b6f1f99
Binary files /dev/null and b/system/lib/libandroidfw.so differ
diff --git a/system/lib/libappfuse.so b/system/lib/libappfuse.so
new file mode 100644
index 0000000000000000000000000000000000000000..cc8ace0c1c0140722bb9678b814263ac927cf358
Binary files /dev/null and b/system/lib/libappfuse.so differ
diff --git a/system/lib/libart-compiler.so b/system/lib/libart-compiler.so
new file mode 100644
index 0000000000000000000000000000000000000000..f8428234182867be389b7343cec8f98f66ced02c
Binary files /dev/null and b/system/lib/libart-compiler.so differ
diff --git a/system/lib/libart-dexlayout.so b/system/lib/libart-dexlayout.so
new file mode 100644
index 0000000000000000000000000000000000000000..565355fa6cdce5be43d0cee1d0a1c8201a688419
Binary files /dev/null and b/system/lib/libart-dexlayout.so differ
diff --git a/system/lib/libart.so b/system/lib/libart.so
new file mode 100644
index 0000000000000000000000000000000000000000..f6eea05f140357f29db173525ede1866e94f03a1
Binary files /dev/null and b/system/lib/libart.so differ
diff --git a/system/lib/libaudio-resampler.so b/system/lib/libaudio-resampler.so
new file mode 100644
index 0000000000000000000000000000000000000000..cc6c0c73c6e20b56f34109cb0b24e82bfe7b4a71
Binary files /dev/null and b/system/lib/libaudio-resampler.so differ
diff --git a/system/lib/libaudio_param_parser-sys.so b/system/lib/libaudio_param_parser-sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..699fe3e9cace8b3f8c291eda019cfcad87cad9db
Binary files /dev/null and b/system/lib/libaudio_param_parser-sys.so differ
diff --git a/system/lib/libaudioclient.so b/system/lib/libaudioclient.so
new file mode 100644
index 0000000000000000000000000000000000000000..43e3cfdc7cf22ecba58c6b5ab8e5a5765383f18a
Binary files /dev/null and b/system/lib/libaudioclient.so differ
diff --git a/system/lib/libaudiocompensationfilter.so b/system/lib/libaudiocompensationfilter.so
new file mode 100644
index 0000000000000000000000000000000000000000..2c20978811e56f8c16019f13f21506ea70ca352b
Binary files /dev/null and b/system/lib/libaudiocompensationfilter.so differ
diff --git a/system/lib/libaudiocomponentengine.so b/system/lib/libaudiocomponentengine.so
new file mode 100644
index 0000000000000000000000000000000000000000..5b54a626cf607dec58bbcd3d1ea7ec59b67664d1
Binary files /dev/null and b/system/lib/libaudiocomponentengine.so differ
diff --git a/system/lib/libaudiocustparam.so b/system/lib/libaudiocustparam.so
new file mode 100644
index 0000000000000000000000000000000000000000..d0d72692e5e46452bce4fed3a451968d216edbbf
Binary files /dev/null and b/system/lib/libaudiocustparam.so differ
diff --git a/system/lib/libaudiodcrflt.so b/system/lib/libaudiodcrflt.so
new file mode 100644
index 0000000000000000000000000000000000000000..e0f0c7e0b8b051736f238b91a8ac3d29d23dec4a
Binary files /dev/null and b/system/lib/libaudiodcrflt.so differ
diff --git a/system/lib/libaudioeffect_jni.so b/system/lib/libaudioeffect_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..1f4948c849c6972d37fc336ff20260c27456f54c
Binary files /dev/null and b/system/lib/libaudioeffect_jni.so differ
diff --git a/system/lib/libaudioflinger.so b/system/lib/libaudioflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..95e41ed192759673ce75330b6aaf727ff344facf
Binary files /dev/null and b/system/lib/libaudioflinger.so differ
diff --git a/system/lib/libaudiohal.so b/system/lib/libaudiohal.so
new file mode 100644
index 0000000000000000000000000000000000000000..47be364516f5cd29ab4e7dd782cfdfb379f8cb09
Binary files /dev/null and b/system/lib/libaudiohal.so differ
diff --git a/system/lib/libaudiomanager.so b/system/lib/libaudiomanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..240163f11936085ad06c0da9beabc8cf0ad4cbbb
Binary files /dev/null and b/system/lib/libaudiomanager.so differ
diff --git a/system/lib/libaudiopolicycustomextensions.so b/system/lib/libaudiopolicycustomextensions.so
new file mode 100644
index 0000000000000000000000000000000000000000..6975350532cf0f094bf38479e786348ac6ee5be3
Binary files /dev/null and b/system/lib/libaudiopolicycustomextensions.so differ
diff --git a/system/lib/libaudiopolicyenginedefault.so b/system/lib/libaudiopolicyenginedefault.so
new file mode 100644
index 0000000000000000000000000000000000000000..4233260e69d767ebf598cfbc4d99351e9922234e
Binary files /dev/null and b/system/lib/libaudiopolicyenginedefault.so differ
diff --git a/system/lib/libaudiopolicymanager.so b/system/lib/libaudiopolicymanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..93db57795b1a69655b0ee633c3e1c1262b4522c1
Binary files /dev/null and b/system/lib/libaudiopolicymanager.so differ
diff --git a/system/lib/libaudiopolicymanagerdefault.so b/system/lib/libaudiopolicymanagerdefault.so
new file mode 100644
index 0000000000000000000000000000000000000000..86b5532f170fe97cd1c8a743ed58f9fb75ff2466
Binary files /dev/null and b/system/lib/libaudiopolicymanagerdefault.so differ
diff --git a/system/lib/libaudiopolicyservice.so b/system/lib/libaudiopolicyservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..cba42b8b6d64a21212507dded5df96c2f16b18ba
Binary files /dev/null and b/system/lib/libaudiopolicyservice.so differ
diff --git a/system/lib/libaudioprocessing.so b/system/lib/libaudioprocessing.so
new file mode 100644
index 0000000000000000000000000000000000000000..6e170da0e7babdbfa322ec8c36d707d59c8ee4e7
Binary files /dev/null and b/system/lib/libaudioprocessing.so differ
diff --git a/system/lib/libaudiospdif.so b/system/lib/libaudiospdif.so
new file mode 100644
index 0000000000000000000000000000000000000000..82761e33dc63df96be30c5540e19d3d7573d4f7b
Binary files /dev/null and b/system/lib/libaudiospdif.so differ
diff --git a/system/lib/libaudiotoolkit.so b/system/lib/libaudiotoolkit.so
new file mode 100644
index 0000000000000000000000000000000000000000..8e20f739228f756f976fdb2d1ba960bb595f5080
Binary files /dev/null and b/system/lib/libaudiotoolkit.so differ
diff --git a/system/lib/libaudioutils.so b/system/lib/libaudioutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..f00300d54687a8fabd70ea7e54eea26021b842bf
Binary files /dev/null and b/system/lib/libaudioutils.so differ
diff --git a/system/lib/libbacktrace.so b/system/lib/libbacktrace.so
new file mode 100644
index 0000000000000000000000000000000000000000..f89bc6f508bd45d1a9ac15357102dc597789ff68
Binary files /dev/null and b/system/lib/libbacktrace.so differ
diff --git a/system/lib/libbase.so b/system/lib/libbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..09016f4b46f7c921a279d52d7057ecc84e765b68
Binary files /dev/null and b/system/lib/libbase.so differ
diff --git a/system/lib/libbcinfo.so b/system/lib/libbcinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..1db378280863f679ac56a750a3da86c55c2a237e
Binary files /dev/null and b/system/lib/libbcinfo.so differ
diff --git a/system/lib/libbessound_hd_mtk.so b/system/lib/libbessound_hd_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..12071dc956d98a3b65966b15204c524e1bc86cc2
Binary files /dev/null and b/system/lib/libbessound_hd_mtk.so differ
diff --git a/system/lib/libbinder.so b/system/lib/libbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..24a3d0bcc041018fa19b37e4bbbe34d2afd34751
Binary files /dev/null and b/system/lib/libbinder.so differ
diff --git a/system/lib/libblas.so b/system/lib/libblas.so
new file mode 100644
index 0000000000000000000000000000000000000000..07328983201bb5d121e4a61e52193c1b61254e8d
Binary files /dev/null and b/system/lib/libblas.so differ
diff --git a/system/lib/libblisrc.so b/system/lib/libblisrc.so
new file mode 100644
index 0000000000000000000000000000000000000000..c4a07a84e97108c5716b7a0d098c112c797390e0
Binary files /dev/null and b/system/lib/libblisrc.so differ
diff --git a/system/lib/libblisrc32.so b/system/lib/libblisrc32.so
new file mode 100644
index 0000000000000000000000000000000000000000..ea7528efb92b6f47a8025b159e3db9c6b90a227c
Binary files /dev/null and b/system/lib/libblisrc32.so differ
diff --git a/system/lib/libbluetooth_mtk_pure_system.so b/system/lib/libbluetooth_mtk_pure_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..5e5758a18e7b846002d8b127ec86ab0d3f1edafe
Binary files /dev/null and b/system/lib/libbluetooth_mtk_pure_system.so differ
diff --git a/system/lib/libbluetooth_relayer_system.so b/system/lib/libbluetooth_relayer_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..75196dcc9e333a5a6b5a6ffbb811ae73501a2451
Binary files /dev/null and b/system/lib/libbluetooth_relayer_system.so differ
diff --git a/system/lib/libbluetoothem_mtk_system.so b/system/lib/libbluetoothem_mtk_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..5a2ab2b7a46db3677c292954d59c6862e5d52d65
Binary files /dev/null and b/system/lib/libbluetoothem_mtk_system.so differ
diff --git a/system/lib/libc++.so b/system/lib/libc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..a96263d81af189369cda14601917da035e46faac
Binary files /dev/null and b/system/lib/libc++.so differ
diff --git a/system/lib/libc.so b/system/lib/libc.so
new file mode 100644
index 0000000000000000000000000000000000000000..90edd6fe74a356ad6d4dcc39e7f8021a353a74e6
Binary files /dev/null and b/system/lib/libc.so differ
diff --git a/system/lib/libc_malloc_debug.so b/system/lib/libc_malloc_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..916ff72b18ed5b0730eae310482369ed509c2739
Binary files /dev/null and b/system/lib/libc_malloc_debug.so differ
diff --git a/system/lib/libcamera2ndk.so b/system/lib/libcamera2ndk.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b20b16ea24c632fb8218f7fd4a4ad448608c656
Binary files /dev/null and b/system/lib/libcamera2ndk.so differ
diff --git a/system/lib/libcamera_client.so b/system/lib/libcamera_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..d725acffa744c6f9f729a0b063a32520069c9973
Binary files /dev/null and b/system/lib/libcamera_client.so differ
diff --git a/system/lib/libcamera_metadata.so b/system/lib/libcamera_metadata.so
new file mode 100644
index 0000000000000000000000000000000000000000..de6cbca4e643af08d605dbb1737d0f7065c20eec
Binary files /dev/null and b/system/lib/libcamera_metadata.so differ
diff --git a/system/lib/libcameraservice.so b/system/lib/libcameraservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..9a3eb44f718160a46d9216dc5eaf0355067bfd40
Binary files /dev/null and b/system/lib/libcameraservice.so differ
diff --git a/system/lib/libcap.so b/system/lib/libcap.so
new file mode 100644
index 0000000000000000000000000000000000000000..afd07cc6a841b9133b7e3b0f5e58a681d86896a3
Binary files /dev/null and b/system/lib/libcap.so differ
diff --git a/system/lib/libchrome.so b/system/lib/libchrome.so
new file mode 100644
index 0000000000000000000000000000000000000000..afa1ff8eed89fe323cda51ac1015f442bedc3577
Binary files /dev/null and b/system/lib/libchrome.so differ
diff --git a/system/lib/libclcore.bc b/system/lib/libclcore.bc
new file mode 100644
index 0000000000000000000000000000000000000000..ee0429ad1639eb61a40e4a240db2fe0a09a6d839
Binary files /dev/null and b/system/lib/libclcore.bc differ
diff --git a/system/lib/libclcore_debug.bc b/system/lib/libclcore_debug.bc
new file mode 100644
index 0000000000000000000000000000000000000000..6c6fe331ae9fb04e83dcc7bd8553f18a1419079f
Binary files /dev/null and b/system/lib/libclcore_debug.bc differ
diff --git a/system/lib/libclcore_debug_g.bc b/system/lib/libclcore_debug_g.bc
new file mode 100644
index 0000000000000000000000000000000000000000..8976d9dbda7c497822c2505cc2a5bc99c2b38bf4
Binary files /dev/null and b/system/lib/libclcore_debug_g.bc differ
diff --git a/system/lib/libclcore_g.bc b/system/lib/libclcore_g.bc
new file mode 100644
index 0000000000000000000000000000000000000000..ff05eab91325ed513878a2bac5467efbe883224a
Binary files /dev/null and b/system/lib/libclcore_g.bc differ
diff --git a/system/lib/libclcore_neon.bc b/system/lib/libclcore_neon.bc
new file mode 100644
index 0000000000000000000000000000000000000000..ce3da69387f2e1bbd0d7a388e143e959999adc6f
Binary files /dev/null and b/system/lib/libclcore_neon.bc differ
diff --git a/system/lib/libcompiler_rt.so b/system/lib/libcompiler_rt.so
new file mode 100644
index 0000000000000000000000000000000000000000..8348f292e64f2df5ecc308e743accce30f044349
Binary files /dev/null and b/system/lib/libcompiler_rt.so differ
diff --git a/system/lib/libcomutils.so b/system/lib/libcomutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..771b647a16799c5e6bc60700bd52a0e51e74eeee
Binary files /dev/null and b/system/lib/libcomutils.so differ
diff --git a/system/lib/libcrypto.so b/system/lib/libcrypto.so
new file mode 100644
index 0000000000000000000000000000000000000000..483c078c8966db59847a2f4b8f04b7caeeab080a
Binary files /dev/null and b/system/lib/libcrypto.so differ
diff --git a/system/lib/libcurl.so b/system/lib/libcurl.so
new file mode 100644
index 0000000000000000000000000000000000000000..07a886a96ea899b5119965504d61b206efde9d3b
Binary files /dev/null and b/system/lib/libcurl.so differ
diff --git a/system/lib/libcustom_jni.so b/system/lib/libcustom_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..aa27b4759b7c5d41fcab02a0c3cf6509e1f26fc8
Binary files /dev/null and b/system/lib/libcustom_jni.so differ
diff --git a/system/lib/libcustom_nvram_mtk.so b/system/lib/libcustom_nvram_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..7876a043f29b6355fe2df649c702a14babd84589
Binary files /dev/null and b/system/lib/libcustom_nvram_mtk.so differ
diff --git a/system/lib/libcustom_prop.so b/system/lib/libcustom_prop.so
new file mode 100644
index 0000000000000000000000000000000000000000..ae205a747ef0fe868b86dec2a888eb1c2476c649
Binary files /dev/null and b/system/lib/libcustom_prop.so differ
diff --git a/system/lib/libcutils.so b/system/lib/libcutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..edd20f22620b0a014df4a4522821f0813c4c9df2
Binary files /dev/null and b/system/lib/libcutils.so differ
diff --git a/system/lib/libdcfdecoderjni.so b/system/lib/libdcfdecoderjni.so
new file mode 100644
index 0000000000000000000000000000000000000000..6df696735af49539c57e575afe2db364c57f5e72
Binary files /dev/null and b/system/lib/libdcfdecoderjni.so differ
diff --git a/system/lib/libdebuggerd_client.so b/system/lib/libdebuggerd_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..9ed2aad75ff9805ff3a3956e84ffe5f0648c042c
Binary files /dev/null and b/system/lib/libdebuggerd_client.so differ
diff --git a/system/lib/libdisp_dejitter.so b/system/lib/libdisp_dejitter.so
new file mode 100644
index 0000000000000000000000000000000000000000..3d02ba9bdc92c5d08ea38e64451bd8f476594e7c
Binary files /dev/null and b/system/lib/libdisp_dejitter.so differ
diff --git a/system/lib/libdl.so b/system/lib/libdl.so
new file mode 100644
index 0000000000000000000000000000000000000000..fece5a75e950452f1b94f8f61bd01951ed8776ce
Binary files /dev/null and b/system/lib/libdl.so differ
diff --git a/system/lib/libdng_sdk.so b/system/lib/libdng_sdk.so
new file mode 100644
index 0000000000000000000000000000000000000000..4163ea9d44a277aa56b78ba43a28cc591720e0b9
Binary files /dev/null and b/system/lib/libdng_sdk.so differ
diff --git a/system/lib/libdpframework_mtk.so b/system/lib/libdpframework_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..7a5292b18f398ad91fde2d2b91571341e1986640
Binary files /dev/null and b/system/lib/libdpframework_mtk.so differ
diff --git a/system/lib/libdrmframework.so b/system/lib/libdrmframework.so
new file mode 100644
index 0000000000000000000000000000000000000000..1642192e8d6adbc855a01d18e021c2d62ea4ffbe
Binary files /dev/null and b/system/lib/libdrmframework.so differ
diff --git a/system/lib/libdrmframework_jni.so b/system/lib/libdrmframework_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..21276964e511102e6521667d2a6ce18105351c5c
Binary files /dev/null and b/system/lib/libdrmframework_jni.so differ
diff --git a/system/lib/libdrmmtkutil.so b/system/lib/libdrmmtkutil.so
new file mode 100644
index 0000000000000000000000000000000000000000..04706b88968bc1017b2c5254d71521729f240193
Binary files /dev/null and b/system/lib/libdrmmtkutil.so differ
diff --git a/system/lib/libdrmmtkwhitelist.so b/system/lib/libdrmmtkwhitelist.so
new file mode 100644
index 0000000000000000000000000000000000000000..407cb3372034dee0583ed315d0d89ac40e9d62af
Binary files /dev/null and b/system/lib/libdrmmtkwhitelist.so differ
diff --git a/system/lib/libeffectsconfig.so b/system/lib/libeffectsconfig.so
new file mode 100644
index 0000000000000000000000000000000000000000..b46d3aed2c243e612695776ef15e527d861e147a
Binary files /dev/null and b/system/lib/libeffectsconfig.so differ
diff --git a/system/lib/libem_audio_jni.so b/system/lib/libem_audio_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..1da3f9433c9e52db1d44d781db95781879dff3b3
Binary files /dev/null and b/system/lib/libem_audio_jni.so differ
diff --git a/system/lib/libem_bt_jni.so b/system/lib/libem_bt_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..da153ed4e459ddeb462731a7168e990b35232627
Binary files /dev/null and b/system/lib/libem_bt_jni.so differ
diff --git a/system/lib/libem_lte_jni.so b/system/lib/libem_lte_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..3dc88ec436f99793e531a6ac5063cf8de18be1b2
Binary files /dev/null and b/system/lib/libem_lte_jni.so differ
diff --git a/system/lib/libem_sensor_jni.so b/system/lib/libem_sensor_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..c29633fc774e0a6db9920cdfbf597d8422ea0ad5
Binary files /dev/null and b/system/lib/libem_sensor_jni.so differ
diff --git a/system/lib/libem_support_jni.so b/system/lib/libem_support_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..76e9ea86b3ea910bed00288ac4ae276ab991f1fa
Binary files /dev/null and b/system/lib/libem_support_jni.so differ
diff --git a/system/lib/libem_usb_jni.so b/system/lib/libem_usb_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..252090a00f2f8a6a4526e2a2a3b89e3dd1fd875f
Binary files /dev/null and b/system/lib/libem_usb_jni.so differ
diff --git a/system/lib/libem_wifi_jni.so b/system/lib/libem_wifi_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..0f81d782ea91a4b9da2a577cd093fd13038d95b9
Binary files /dev/null and b/system/lib/libem_wifi_jni.so differ
diff --git a/system/lib/libevent.so b/system/lib/libevent.so
new file mode 100644
index 0000000000000000000000000000000000000000..64d151e8863ef9715ad26f6de2535ab60f4e506d
Binary files /dev/null and b/system/lib/libevent.so differ
diff --git a/system/lib/libexif.so b/system/lib/libexif.so
new file mode 100644
index 0000000000000000000000000000000000000000..69ff1a9fe272dc1c97d68a12782c8e2390a60c34
Binary files /dev/null and b/system/lib/libexif.so differ
diff --git a/system/lib/libexpat.so b/system/lib/libexpat.so
new file mode 100644
index 0000000000000000000000000000000000000000..a60152b462d9cdbcba38f485d7c6bd2c2af801e9
Binary files /dev/null and b/system/lib/libexpat.so differ
diff --git a/system/lib/libext2_blkid.so b/system/lib/libext2_blkid.so
new file mode 100644
index 0000000000000000000000000000000000000000..2982f9fdf0c489c4a044f50d54d521d1b129942f
Binary files /dev/null and b/system/lib/libext2_blkid.so differ
diff --git a/system/lib/libext2_com_err.so b/system/lib/libext2_com_err.so
new file mode 100644
index 0000000000000000000000000000000000000000..1773c824895eb5c2e0743d3f0d349845f3974cfc
Binary files /dev/null and b/system/lib/libext2_com_err.so differ
diff --git a/system/lib/libext2_e2p.so b/system/lib/libext2_e2p.so
new file mode 100644
index 0000000000000000000000000000000000000000..9c7eb4db2d5978f291c26fad4a98e5ad5d67fc3a
Binary files /dev/null and b/system/lib/libext2_e2p.so differ
diff --git a/system/lib/libext2_profile.so b/system/lib/libext2_profile.so
new file mode 100644
index 0000000000000000000000000000000000000000..0fbb856b54aed4da7b3b52d3e79ddae65fa6b18f
Binary files /dev/null and b/system/lib/libext2_profile.so differ
diff --git a/system/lib/libext2_uuid.so b/system/lib/libext2_uuid.so
new file mode 100644
index 0000000000000000000000000000000000000000..684cacaee82007be23278ae6ad981c297bbc72d7
Binary files /dev/null and b/system/lib/libext2_uuid.so differ
diff --git a/system/lib/libext2fs.so b/system/lib/libext2fs.so
new file mode 100644
index 0000000000000000000000000000000000000000..eb974ac39763c212ff38e36afeffffcb9d90ae8b
Binary files /dev/null and b/system/lib/libext2fs.so differ
diff --git a/system/lib/libfile_op_mtk.so b/system/lib/libfile_op_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..c3bfb0d16827244750c59ce7ba5fcffca811ba33
Binary files /dev/null and b/system/lib/libfile_op_mtk.so differ
diff --git a/system/lib/libfilterfw.so b/system/lib/libfilterfw.so
new file mode 100644
index 0000000000000000000000000000000000000000..cc2a7787274cd28e29bc02f9985c53bb90af6b27
Binary files /dev/null and b/system/lib/libfilterfw.so differ
diff --git a/system/lib/libfilterpack_imageproc.so b/system/lib/libfilterpack_imageproc.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d8f29679653fcea037421b70d33240b81a1a17b
Binary files /dev/null and b/system/lib/libfilterpack_imageproc.so differ
diff --git a/system/lib/libfmjni.so b/system/lib/libfmjni.so
new file mode 100644
index 0000000000000000000000000000000000000000..4c21cd06a2fcca62ab7d0928533477ad88e4dbf9
Binary files /dev/null and b/system/lib/libfmjni.so differ
diff --git a/system/lib/libfmq.so b/system/lib/libfmq.so
new file mode 100644
index 0000000000000000000000000000000000000000..c0f4f80fe33d0f8694b4f9a10874155fcb9dffae
Binary files /dev/null and b/system/lib/libfmq.so differ
diff --git a/system/lib/libfpspolicy_fw.so b/system/lib/libfpspolicy_fw.so
new file mode 100644
index 0000000000000000000000000000000000000000..ffac0b912be6c89f35e54d4e010ec28bbfcf6c8a
Binary files /dev/null and b/system/lib/libfpspolicy_fw.so differ
diff --git a/system/lib/libft2.so b/system/lib/libft2.so
new file mode 100644
index 0000000000000000000000000000000000000000..35ac133fa68e5abaf3ae871fd456e66af15f834c
Binary files /dev/null and b/system/lib/libft2.so differ
diff --git a/system/lib/libfw_drmutils.so b/system/lib/libfw_drmutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..b3e4b73c4b66471791d9909554bc93e229cc1974
Binary files /dev/null and b/system/lib/libfw_drmutils.so differ
diff --git a/system/lib/libgatekeeper.so b/system/lib/libgatekeeper.so
new file mode 100644
index 0000000000000000000000000000000000000000..5e080327aa0b0f87f083214cdc3c00916afaeb65
Binary files /dev/null and b/system/lib/libgatekeeper.so differ
diff --git a/system/lib/libged_kpi.so b/system/lib/libged_kpi.so
new file mode 100644
index 0000000000000000000000000000000000000000..42994a47160a7530778f39964808eb32d35c8e24
Binary files /dev/null and b/system/lib/libged_kpi.so differ
diff --git a/system/lib/libged_sys.so b/system/lib/libged_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..391dfccc816fb3997a0536d42ef36d3b0dabf06f
Binary files /dev/null and b/system/lib/libged_sys.so differ
diff --git a/system/lib/libgralloc_extra_sys.so b/system/lib/libgralloc_extra_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..52ee3ca43b0cae407aeb217069dfe613afc71f82
Binary files /dev/null and b/system/lib/libgralloc_extra_sys.so differ
diff --git a/system/lib/libgraphics2d_ext.so b/system/lib/libgraphics2d_ext.so
new file mode 100644
index 0000000000000000000000000000000000000000..0b650c31802d0ba676cbd55d62e74957ca8ad306
Binary files /dev/null and b/system/lib/libgraphics2d_ext.so differ
diff --git a/system/lib/libgraphicsenv.so b/system/lib/libgraphicsenv.so
new file mode 100644
index 0000000000000000000000000000000000000000..b2fb670a2a46addfd89e650bfedb05707b49b68a
Binary files /dev/null and b/system/lib/libgraphicsenv.so differ
diff --git a/system/lib/libgui.so b/system/lib/libgui.so
new file mode 100644
index 0000000000000000000000000000000000000000..d78b96363435561468796370ab05a1085edde826
Binary files /dev/null and b/system/lib/libgui.so differ
diff --git a/system/lib/libgui_debug.so b/system/lib/libgui_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..a0a8cda119ad7be3f452f1b3cc2ff54a62c35628
Binary files /dev/null and b/system/lib/libgui_debug.so differ
diff --git a/system/lib/libgui_ext.so b/system/lib/libgui_ext.so
new file mode 100644
index 0000000000000000000000000000000000000000..f4f374018e89baf56c910eb3ec01a01f21959a0b
Binary files /dev/null and b/system/lib/libgui_ext.so differ
diff --git a/system/lib/libhardware.so b/system/lib/libhardware.so
new file mode 100644
index 0000000000000000000000000000000000000000..ccd914338584c49098cb042b73bc0e391ed2f434
Binary files /dev/null and b/system/lib/libhardware.so differ
diff --git a/system/lib/libhardware_legacy.so b/system/lib/libhardware_legacy.so
new file mode 100644
index 0000000000000000000000000000000000000000..6668abe8a2ae004422bf9af60cfefde9946553f0
Binary files /dev/null and b/system/lib/libhardware_legacy.so differ
diff --git a/system/lib/libharfbuzz_ng.so b/system/lib/libharfbuzz_ng.so
new file mode 100644
index 0000000000000000000000000000000000000000..bf8eda220020f7df9aac9440ff43e7cdcfab1181
Binary files /dev/null and b/system/lib/libharfbuzz_ng.so differ
diff --git a/system/lib/libheif.so b/system/lib/libheif.so
new file mode 100644
index 0000000000000000000000000000000000000000..820b6afbf4e888b948ca1ba5b1b4032bada1d29c
Binary files /dev/null and b/system/lib/libheif.so differ
diff --git a/system/lib/libhidlbase.so b/system/lib/libhidlbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..fbbbf3cf90f27d0ae23c6c273e57ea86e983bcce
Binary files /dev/null and b/system/lib/libhidlbase.so differ
diff --git a/system/lib/libhidlmemory.so b/system/lib/libhidlmemory.so
new file mode 100644
index 0000000000000000000000000000000000000000..1b97b4788d5c2df1a555909dd9d1940b42b47f17
Binary files /dev/null and b/system/lib/libhidlmemory.so differ
diff --git a/system/lib/libhidltransport.so b/system/lib/libhidltransport.so
new file mode 100644
index 0000000000000000000000000000000000000000..c3d6f6e0043f42e7491cf5615cb020733d7bbc8a
Binary files /dev/null and b/system/lib/libhidltransport.so differ
diff --git a/system/lib/libhwbinder.so b/system/lib/libhwbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..def6f41e154301005ec49a0a60b05cc713922432
Binary files /dev/null and b/system/lib/libhwbinder.so differ
diff --git a/system/lib/libhwm_mtk.so b/system/lib/libhwm_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..feace4b21faa67a03b4c677950a65c0841fe3a3d
Binary files /dev/null and b/system/lib/libhwm_mtk.so differ
diff --git a/system/lib/libhwui.so b/system/lib/libhwui.so
new file mode 100644
index 0000000000000000000000000000000000000000..660cfee3c68e851feae74b7ef9a1d88658b1bcd5
Binary files /dev/null and b/system/lib/libhwui.so differ
diff --git a/system/lib/libicui18n.so b/system/lib/libicui18n.so
new file mode 100644
index 0000000000000000000000000000000000000000..6063f4e33394324e26fb3ec97a539a376ab139a1
Binary files /dev/null and b/system/lib/libicui18n.so differ
diff --git a/system/lib/libicuuc.so b/system/lib/libicuuc.so
new file mode 100644
index 0000000000000000000000000000000000000000..1d9ca9f23c17f690b575553c743cba76171ebb73
Binary files /dev/null and b/system/lib/libicuuc.so differ
diff --git a/system/lib/libimg_utils.so b/system/lib/libimg_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..09acd054ed09ab43ef355ad568a5877c9c873f9b
Binary files /dev/null and b/system/lib/libimg_utils.so differ
diff --git a/system/lib/libimsma.so b/system/lib/libimsma.so
new file mode 100644
index 0000000000000000000000000000000000000000..db63468fa52f15c2928357dba632853dc26f5a2f
Binary files /dev/null and b/system/lib/libimsma.so differ
diff --git a/system/lib/libimsma_adapt.so b/system/lib/libimsma_adapt.so
new file mode 100644
index 0000000000000000000000000000000000000000..455854d39bbfd5250bfefa0bc68cc30b0d747dae
Binary files /dev/null and b/system/lib/libimsma_adapt.so differ
diff --git a/system/lib/libimsma_rtp.so b/system/lib/libimsma_rtp.so
new file mode 100644
index 0000000000000000000000000000000000000000..cf9c1cfc69727ade5f55e89757651cac984a6efe
Binary files /dev/null and b/system/lib/libimsma_rtp.so differ
diff --git a/system/lib/libimsma_socketwrapper.so b/system/lib/libimsma_socketwrapper.so
new file mode 100644
index 0000000000000000000000000000000000000000..21a6ea8734babc770fcefa0a92670a7396f95ea9
Binary files /dev/null and b/system/lib/libimsma_socketwrapper.so differ
diff --git a/system/lib/libinput.so b/system/lib/libinput.so
new file mode 100644
index 0000000000000000000000000000000000000000..ccbc9145961532c6b78060ea2df1f1912dbd792f
Binary files /dev/null and b/system/lib/libinput.so differ
diff --git a/system/lib/libinputflinger.so b/system/lib/libinputflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..d55cbef1343ed1392a2f7114108ee3b2a87fac85
Binary files /dev/null and b/system/lib/libinputflinger.so differ
diff --git a/system/lib/libinputservice.so b/system/lib/libinputservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..2613f372c8b59a50189d237692a08e16ca1c9780
Binary files /dev/null and b/system/lib/libinputservice.so differ
diff --git a/system/lib/libion.so b/system/lib/libion.so
new file mode 100644
index 0000000000000000000000000000000000000000..a3b8bd7369fd7dcbe26681f6bbfd8ec9321ab7aa
Binary files /dev/null and b/system/lib/libion.so differ
diff --git a/system/lib/libion_mtk_sys.so b/system/lib/libion_mtk_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..e6c06ab407b7f38a6408b640d56ca66b3ab8fb42
Binary files /dev/null and b/system/lib/libion_mtk_sys.so differ
diff --git a/system/lib/libion_ulit_sys.so b/system/lib/libion_ulit_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..9b047f5aa691a431c71d5d5937eea9407be4fe90
Binary files /dev/null and b/system/lib/libion_ulit_sys.so differ
diff --git a/system/lib/libiprouteutil.so b/system/lib/libiprouteutil.so
new file mode 100644
index 0000000000000000000000000000000000000000..13b80d6357483626263c8497957be9f4506a031c
Binary files /dev/null and b/system/lib/libiprouteutil.so differ
diff --git a/system/lib/libja3m.so b/system/lib/libja3m.so
new file mode 100644
index 0000000000000000000000000000000000000000..cbbe7ff710bcd0f339f8c79bf71ce737ef8cfd98
Binary files /dev/null and b/system/lib/libja3m.so differ
diff --git a/system/lib/libjavacore.so b/system/lib/libjavacore.so
new file mode 100644
index 0000000000000000000000000000000000000000..17dc4dad9ab304c9c09d005340dc8db973cb40a7
Binary files /dev/null and b/system/lib/libjavacore.so differ
diff --git a/system/lib/libjavacrypto.so b/system/lib/libjavacrypto.so
new file mode 100644
index 0000000000000000000000000000000000000000..0d9e13e94d70f6f9fcca1087657f28c1930fc3b5
Binary files /dev/null and b/system/lib/libjavacrypto.so differ
diff --git a/system/lib/libjni_eglfence_mtk.so b/system/lib/libjni_eglfence_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..78743ec7761ab6daeea9919a304b3943ee7f15ac
Binary files /dev/null and b/system/lib/libjni_eglfence_mtk.so differ
diff --git a/system/lib/libjni_filtershow_filters_mtk.so b/system/lib/libjni_filtershow_filters_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..d7ab51e9ac5ed2510d233f6b6c1b46722330da6e
Binary files /dev/null and b/system/lib/libjni_filtershow_filters_mtk.so differ
diff --git a/system/lib/libjni_jpegstream_mtk.so b/system/lib/libjni_jpegstream_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..0fec51863a7d8a0a9547beae2142016ae3db8e82
Binary files /dev/null and b/system/lib/libjni_jpegstream_mtk.so differ
diff --git a/system/lib/libjni_lomoeffect.so b/system/lib/libjni_lomoeffect.so
new file mode 100644
index 0000000000000000000000000000000000000000..90f0a4647ba84927e38115d740d55f73245eb022
Binary files /dev/null and b/system/lib/libjni_lomoeffect.so differ
diff --git a/system/lib/libjni_pq.so b/system/lib/libjni_pq.so
new file mode 100644
index 0000000000000000000000000000000000000000..fe492168d0ecd87ae07444833ae50773b1ca57a1
Binary files /dev/null and b/system/lib/libjni_pq.so differ
diff --git a/system/lib/libjni_stereoinfoaccessor.so b/system/lib/libjni_stereoinfoaccessor.so
new file mode 100644
index 0000000000000000000000000000000000000000..e60f59f22fea80d96c7cdac813e10fb56ba95f85
Binary files /dev/null and b/system/lib/libjni_stereoinfoaccessor.so differ
diff --git a/system/lib/libjnigraphics.so b/system/lib/libjnigraphics.so
new file mode 100644
index 0000000000000000000000000000000000000000..6ea58f281ed74aa36f8a4a37770e54b966394069
Binary files /dev/null and b/system/lib/libjnigraphics.so differ
diff --git a/system/lib/libjpeg.so b/system/lib/libjpeg.so
new file mode 100644
index 0000000000000000000000000000000000000000..9d53a3d84877a02c5a5d82968246fe2c184158a6
Binary files /dev/null and b/system/lib/libjpeg.so differ
diff --git a/system/lib/libkeymaster_messages.so b/system/lib/libkeymaster_messages.so
new file mode 100644
index 0000000000000000000000000000000000000000..b741092694188b6ea4b2ddeefae5cee17c0deada
Binary files /dev/null and b/system/lib/libkeymaster_messages.so differ
diff --git a/system/lib/libkeymaster_portable.so b/system/lib/libkeymaster_portable.so
new file mode 100644
index 0000000000000000000000000000000000000000..2be83d43cf7e3773f434a4254cb3142a043bd108
Binary files /dev/null and b/system/lib/libkeymaster_portable.so differ
diff --git a/system/lib/libkeymaster_staging.so b/system/lib/libkeymaster_staging.so
new file mode 100644
index 0000000000000000000000000000000000000000..1d293f3be177cdf61d8a2da4bb14f90c58e3c326
Binary files /dev/null and b/system/lib/libkeymaster_staging.so differ
diff --git a/system/lib/libkeystore_binder.so b/system/lib/libkeystore_binder.so
new file mode 100644
index 0000000000000000000000000000000000000000..71dc5bfc01d5a0302296cdc4f583ffeb7424c45b
Binary files /dev/null and b/system/lib/libkeystore_binder.so differ
diff --git a/system/lib/libldacBT_abr.so b/system/lib/libldacBT_abr.so
new file mode 100644
index 0000000000000000000000000000000000000000..e4746831f3439c1258f0831a48718d564adbea82
Binary files /dev/null and b/system/lib/libldacBT_abr.so differ
diff --git a/system/lib/libldacBT_enc.so b/system/lib/libldacBT_enc.so
new file mode 100644
index 0000000000000000000000000000000000000000..96831f1b564aa90b56dcb7453f587d6b323c17ac
Binary files /dev/null and b/system/lib/libldacBT_enc.so differ
diff --git a/system/lib/liblocSDK6c.so b/system/lib/liblocSDK6c.so
new file mode 100644
index 0000000000000000000000000000000000000000..814f5f1f9dcca189a599794f4708828d8f74b87e
Binary files /dev/null and b/system/lib/liblocSDK6c.so differ
diff --git a/system/lib/liblog.so b/system/lib/liblog.so
new file mode 100644
index 0000000000000000000000000000000000000000..82d2af43996753362542210b7c7c8a5231438be5
Binary files /dev/null and b/system/lib/liblog.so differ
diff --git a/system/lib/liblogwrap.so b/system/lib/liblogwrap.so
new file mode 100644
index 0000000000000000000000000000000000000000..c7461f967a917ffb8e2cd1cc409ef4c1f0ecd3b3
Binary files /dev/null and b/system/lib/liblogwrap.so differ
diff --git a/system/lib/liblz4.so b/system/lib/liblz4.so
new file mode 100644
index 0000000000000000000000000000000000000000..33b407599a18c951c839a71c5103b95a7e25108f
Binary files /dev/null and b/system/lib/liblz4.so differ
diff --git a/system/lib/liblzma.so b/system/lib/liblzma.so
new file mode 100644
index 0000000000000000000000000000000000000000..1f6da5c41c62a3670f8e6f7da00c25ea6b56eb72
Binary files /dev/null and b/system/lib/liblzma.so differ
diff --git a/system/lib/libm.so b/system/lib/libm.so
new file mode 100644
index 0000000000000000000000000000000000000000..cf4e6f3612a63403e7220897bb7a908cf59141c3
Binary files /dev/null and b/system/lib/libm.so differ
diff --git a/system/lib/libmdloggerrecycle.so b/system/lib/libmdloggerrecycle.so
new file mode 100644
index 0000000000000000000000000000000000000000..a27f78f4c8c2bbc710b308e2deab5725ba17424b
Binary files /dev/null and b/system/lib/libmdloggerrecycle.so differ
diff --git a/system/lib/libmdnssd.so b/system/lib/libmdnssd.so
new file mode 100644
index 0000000000000000000000000000000000000000..01543dd847e7936876d52d5f9377f00260b2cc22
Binary files /dev/null and b/system/lib/libmdnssd.so differ
diff --git a/system/lib/libmedia.so b/system/lib/libmedia.so
new file mode 100644
index 0000000000000000000000000000000000000000..850994e458e1fbb6abdf8cebffb77e78485a125e
Binary files /dev/null and b/system/lib/libmedia.so differ
diff --git a/system/lib/libmedia_helper.so b/system/lib/libmedia_helper.so
new file mode 100644
index 0000000000000000000000000000000000000000..b22ebfa5895eb228ccb24f3059d06b8a6781121a
Binary files /dev/null and b/system/lib/libmedia_helper.so differ
diff --git a/system/lib/libmedia_jni.so b/system/lib/libmedia_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..6fc1bdd0137e453c9f6865b83ee6490155d01fce
Binary files /dev/null and b/system/lib/libmedia_jni.so differ
diff --git a/system/lib/libmedia_omx.so b/system/lib/libmedia_omx.so
new file mode 100644
index 0000000000000000000000000000000000000000..bfa474c925bbd11197df8da86aa45074609b6ecc
Binary files /dev/null and b/system/lib/libmedia_omx.so differ
diff --git a/system/lib/libmediadrm.so b/system/lib/libmediadrm.so
new file mode 100644
index 0000000000000000000000000000000000000000..13b6d957741783f36a770aef2b8a3c00301b8030
Binary files /dev/null and b/system/lib/libmediadrm.so differ
diff --git a/system/lib/libmedialogservice.so b/system/lib/libmedialogservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..f3e01dd76a7890964a54e8206cf31a096101599b
Binary files /dev/null and b/system/lib/libmedialogservice.so differ
diff --git a/system/lib/libmediametrics.so b/system/lib/libmediametrics.so
new file mode 100644
index 0000000000000000000000000000000000000000..63c517824a991bca11a621530aeca71fd649020c
Binary files /dev/null and b/system/lib/libmediametrics.so differ
diff --git a/system/lib/libmediandk.so b/system/lib/libmediandk.so
new file mode 100644
index 0000000000000000000000000000000000000000..b50598e0b5c64a67e30f9b20858b472063d17676
Binary files /dev/null and b/system/lib/libmediandk.so differ
diff --git a/system/lib/libmediaplayerservice.so b/system/lib/libmediaplayerservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..ec58c7bc764dbf630ece2748d9cc6d8d0b3741d2
Binary files /dev/null and b/system/lib/libmediaplayerservice.so differ
diff --git a/system/lib/libmediatek_exceptionlog.so b/system/lib/libmediatek_exceptionlog.so
new file mode 100644
index 0000000000000000000000000000000000000000..e723d96d3e3eeea029efa127712d06b51a018763
Binary files /dev/null and b/system/lib/libmediatek_exceptionlog.so differ
diff --git a/system/lib/libmediautils.so b/system/lib/libmediautils.so
new file mode 100644
index 0000000000000000000000000000000000000000..972737b0f325c55953daa28f15f03d3c0d7c5425
Binary files /dev/null and b/system/lib/libmediautils.so differ
diff --git a/system/lib/libmemoryDumpEncoder.so b/system/lib/libmemoryDumpEncoder.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b3048c71384cec320783924c1e47345d4ddbc57
Binary files /dev/null and b/system/lib/libmemoryDumpEncoder.so differ
diff --git a/system/lib/libmemtrack.so b/system/lib/libmemtrack.so
new file mode 100644
index 0000000000000000000000000000000000000000..fb3064c9624c59e4d76bab7cf867371208ffd221
Binary files /dev/null and b/system/lib/libmemtrack.so differ
diff --git a/system/lib/libmemunreachable.so b/system/lib/libmemunreachable.so
new file mode 100644
index 0000000000000000000000000000000000000000..87ea18be41b8957fe4fb55c25145d7474389e146
Binary files /dev/null and b/system/lib/libmemunreachable.so differ
diff --git a/system/lib/libmet-tag.so b/system/lib/libmet-tag.so
new file mode 100644
index 0000000000000000000000000000000000000000..a3325dd4abc0bb5fc48f8337318cf207c0a2b9bb
Binary files /dev/null and b/system/lib/libmet-tag.so differ
diff --git a/system/lib/libmidi.so b/system/lib/libmidi.so
new file mode 100644
index 0000000000000000000000000000000000000000..75dfb815c5c3981b725426cdf0910a7ccb10bef7
Binary files /dev/null and b/system/lib/libmidi.so differ
diff --git a/system/lib/libminikin.so b/system/lib/libminikin.so
new file mode 100644
index 0000000000000000000000000000000000000000..34a60e213c32472170391c39602f33c124c03418
Binary files /dev/null and b/system/lib/libminikin.so differ
diff --git a/system/lib/libminiui.so b/system/lib/libminiui.so
new file mode 100644
index 0000000000000000000000000000000000000000..c1b05dcf0ad21b85b0894f7f4a3aa156f8b34bf2
Binary files /dev/null and b/system/lib/libminiui.so differ
diff --git a/system/lib/libmrdump.so b/system/lib/libmrdump.so
new file mode 100644
index 0000000000000000000000000000000000000000..8bf4833ed66082184ce7113c7229ea87e20ed48b
Binary files /dev/null and b/system/lib/libmrdump.so differ
diff --git a/system/lib/libmtk_drvb_sys.so b/system/lib/libmtk_drvb_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..c13fd17e1ec1740bb7d06833a66819c1c90581e0
Binary files /dev/null and b/system/lib/libmtk_drvb_sys.so differ
diff --git a/system/lib/libmtk_vt_service.so b/system/lib/libmtk_vt_service.so
new file mode 100644
index 0000000000000000000000000000000000000000..089055b11013d8104dcc190b19904bdcf15a7865
Binary files /dev/null and b/system/lib/libmtk_vt_service.so differ
diff --git a/system/lib/libmtk_vt_wrapper.so b/system/lib/libmtk_vt_wrapper.so
new file mode 100644
index 0000000000000000000000000000000000000000..d96e6dd26ed5b57ab25767a14884e4c405a94539
Binary files /dev/null and b/system/lib/libmtk_vt_wrapper.so differ
diff --git a/system/lib/libmtkavenhancements.so b/system/lib/libmtkavenhancements.so
new file mode 100644
index 0000000000000000000000000000000000000000..051bc9051f266043fafde4ee73120c5440a83906
Binary files /dev/null and b/system/lib/libmtkavenhancements.so differ
diff --git a/system/lib/libmtkbootanimation.so b/system/lib/libmtkbootanimation.so
new file mode 100644
index 0000000000000000000000000000000000000000..9c24a763ffc35846489d476c9c58b8949fa11810
Binary files /dev/null and b/system/lib/libmtkbootanimation.so differ
diff --git a/system/lib/libmtklimiter.so b/system/lib/libmtklimiter.so
new file mode 100644
index 0000000000000000000000000000000000000000..2500aea8d5972a5031e0ae4f3ffcdc242cac6106
Binary files /dev/null and b/system/lib/libmtklimiter.so differ
diff --git a/system/lib/libmtkshifter.so b/system/lib/libmtkshifter.so
new file mode 100644
index 0000000000000000000000000000000000000000..0a5a4993262f72209313fb152a1d2544e91fa4c7
Binary files /dev/null and b/system/lib/libmtkshifter.so differ
diff --git a/system/lib/libmtp.so b/system/lib/libmtp.so
new file mode 100644
index 0000000000000000000000000000000000000000..1787f5aa05eef7b2b10ea2430e5162b1a3ae1762
Binary files /dev/null and b/system/lib/libmtp.so differ
diff --git a/system/lib/libnativebridge.so b/system/lib/libnativebridge.so
new file mode 100644
index 0000000000000000000000000000000000000000..682f3f7ed21e37bf7f8bd029a911e5fbac136a62
Binary files /dev/null and b/system/lib/libnativebridge.so differ
diff --git a/system/lib/libnativehelper.so b/system/lib/libnativehelper.so
new file mode 100644
index 0000000000000000000000000000000000000000..f63b291d61189f5339066596962f6197f1fe76a1
Binary files /dev/null and b/system/lib/libnativehelper.so differ
diff --git a/system/lib/libnativeloader.so b/system/lib/libnativeloader.so
new file mode 100644
index 0000000000000000000000000000000000000000..fb21e72d65d48cea96e87cf3418c86e1bc586025
Binary files /dev/null and b/system/lib/libnativeloader.so differ
diff --git a/system/lib/libnativewindow.so b/system/lib/libnativewindow.so
new file mode 100644
index 0000000000000000000000000000000000000000..6306aea3bc195f4ece0e71a9fe4ff565a84c6338
Binary files /dev/null and b/system/lib/libnativewindow.so differ
diff --git a/system/lib/libnbaio.so b/system/lib/libnbaio.so
new file mode 100644
index 0000000000000000000000000000000000000000..f87b4ad25e9d60f711cee51545beea62c9136995
Binary files /dev/null and b/system/lib/libnbaio.so differ
diff --git a/system/lib/libnetd_client.so b/system/lib/libnetd_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..4e4b6ed638e8eff71b35983b8792fc864158e86c
Binary files /dev/null and b/system/lib/libnetd_client.so differ
diff --git a/system/lib/libnetlink.so b/system/lib/libnetlink.so
new file mode 100644
index 0000000000000000000000000000000000000000..c74f81e3711908f55b50ef3974febbae575587a5
Binary files /dev/null and b/system/lib/libnetlink.so differ
diff --git a/system/lib/libnetutils.so b/system/lib/libnetutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..be767f4e52d31eba76b019c9cb75d8fa063d1dff
Binary files /dev/null and b/system/lib/libnetutils.so differ
diff --git a/system/lib/libnetworklocation.so b/system/lib/libnetworklocation.so
new file mode 100644
index 0000000000000000000000000000000000000000..88dbe4eb2f4a205a317a46ddd71b07f09f1e86c9
Binary files /dev/null and b/system/lib/libnetworklocation.so differ
diff --git a/system/lib/libneuralnetworks.so b/system/lib/libneuralnetworks.so
new file mode 100644
index 0000000000000000000000000000000000000000..0c9f2ee0123bfaa64dce58d853835578cc2d4ae2
Binary files /dev/null and b/system/lib/libneuralnetworks.so differ
diff --git a/system/lib/libnl.so b/system/lib/libnl.so
new file mode 100644
index 0000000000000000000000000000000000000000..1c63a2becc865ae6f6db92e59a4c598b02ae1102
Binary files /dev/null and b/system/lib/libnl.so differ
diff --git a/system/lib/libnvram_mtk.so b/system/lib/libnvram_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d2606bc555d5a7286c8368d9eaf803cc7caa654
Binary files /dev/null and b/system/lib/libnvram_mtk.so differ
diff --git a/system/lib/libnvram_platform_mtk.so b/system/lib/libnvram_platform_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..3f1391324768cf387f9704b73b5818dd7f6287ae
Binary files /dev/null and b/system/lib/libnvram_platform_mtk.so differ
diff --git a/system/lib/libnvram_sec_mtk.so b/system/lib/libnvram_sec_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..b14c233bf8a4e8f8950351b75e7e77cfea11394b
Binary files /dev/null and b/system/lib/libnvram_sec_mtk.so differ
diff --git a/system/lib/libopenjdk.so b/system/lib/libopenjdk.so
new file mode 100644
index 0000000000000000000000000000000000000000..9ac3d070527bec7b129b5d3ed6828146a1b335e0
Binary files /dev/null and b/system/lib/libopenjdk.so differ
diff --git a/system/lib/libopenjdkjvm.so b/system/lib/libopenjdkjvm.so
new file mode 100644
index 0000000000000000000000000000000000000000..599711601c768bd01daf1ed7b9d5853abe8b24e8
Binary files /dev/null and b/system/lib/libopenjdkjvm.so differ
diff --git a/system/lib/libopenjdkjvmti.so b/system/lib/libopenjdkjvmti.so
new file mode 100644
index 0000000000000000000000000000000000000000..4bf88565d4176b5bd0c3b2f92d7de6b5869673e5
Binary files /dev/null and b/system/lib/libopenjdkjvmti.so differ
diff --git a/system/lib/libopus.so b/system/lib/libopus.so
new file mode 100644
index 0000000000000000000000000000000000000000..d4ae355f334a489343ff01de121c1a9b5a3b40cc
Binary files /dev/null and b/system/lib/libopus.so differ
diff --git a/system/lib/libpac.so b/system/lib/libpac.so
new file mode 100644
index 0000000000000000000000000000000000000000..0ddbe542ed7416a542e591713b4898755fb56259
Binary files /dev/null and b/system/lib/libpac.so differ
diff --git a/system/lib/libpackagelistparser.so b/system/lib/libpackagelistparser.so
new file mode 100644
index 0000000000000000000000000000000000000000..4de1081531eeac59f580f5e2a3643102855bb87d
Binary files /dev/null and b/system/lib/libpackagelistparser.so differ
diff --git a/system/lib/libpcap.so b/system/lib/libpcap.so
new file mode 100644
index 0000000000000000000000000000000000000000..5c3413b7747dec3ec88035404496333671654aa8
Binary files /dev/null and b/system/lib/libpcap.so differ
diff --git a/system/lib/libpcre2.so b/system/lib/libpcre2.so
new file mode 100644
index 0000000000000000000000000000000000000000..c57951c2de67e7c4a7e8a8a406b53bdbcc37f03b
Binary files /dev/null and b/system/lib/libpcre2.so differ
diff --git a/system/lib/libpdfium.so b/system/lib/libpdfium.so
new file mode 100644
index 0000000000000000000000000000000000000000..badc5871d69eb121a43a12c019b33f24809abfe2
Binary files /dev/null and b/system/lib/libpdfium.so differ
diff --git a/system/lib/libperfctl.so b/system/lib/libperfctl.so
new file mode 100644
index 0000000000000000000000000000000000000000..7c231fb40a2715ec353bbd825b6b1a6b08ef778a
Binary files /dev/null and b/system/lib/libperfctl.so differ
diff --git a/system/lib/libperfframeinfo_jni.so b/system/lib/libperfframeinfo_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..c3846f9c3c6a5aa69ac6f1d7c493abf444baced3
Binary files /dev/null and b/system/lib/libperfframeinfo_jni.so differ
diff --git a/system/lib/libpiex.so b/system/lib/libpiex.so
new file mode 100644
index 0000000000000000000000000000000000000000..a87a5b378bf3d2c656ec9b475f666e2b7f6c1245
Binary files /dev/null and b/system/lib/libpiex.so differ
diff --git a/system/lib/libpixelflinger.so b/system/lib/libpixelflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..799e0e9bf6c79b3aca4c0a0ec4ee9a1eaaf4e115
Binary files /dev/null and b/system/lib/libpixelflinger.so differ
diff --git a/system/lib/libpng.so b/system/lib/libpng.so
new file mode 100644
index 0000000000000000000000000000000000000000..0e086928a398c12aea6fd61f9481f37d0174a472
Binary files /dev/null and b/system/lib/libpng.so differ
diff --git a/system/lib/libpower.so b/system/lib/libpower.so
new file mode 100644
index 0000000000000000000000000000000000000000..e23702bf93724fa46ea3a53535aeb0940eb408a5
Binary files /dev/null and b/system/lib/libpower.so differ
diff --git a/system/lib/libpowermanager.so b/system/lib/libpowermanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..782674596495992890f8647b674f754c64c69ec3
Binary files /dev/null and b/system/lib/libpowermanager.so differ
diff --git a/system/lib/libpq_prot_mtk.so b/system/lib/libpq_prot_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..5285241e1af1f55df265a7637379040ebe665b39
Binary files /dev/null and b/system/lib/libpq_prot_mtk.so differ
diff --git a/system/lib/libprocessgroup.so b/system/lib/libprocessgroup.so
new file mode 100644
index 0000000000000000000000000000000000000000..8ec4e406d993758d58bebe89b1a1d54f244e45b3
Binary files /dev/null and b/system/lib/libprocessgroup.so differ
diff --git a/system/lib/libprocinfo.so b/system/lib/libprocinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..2eb2d749d1a625bca3840dcee4cece4fc418666f
Binary files /dev/null and b/system/lib/libprocinfo.so differ
diff --git a/system/lib/libprogrambinary.so b/system/lib/libprogrambinary.so
new file mode 100644
index 0000000000000000000000000000000000000000..8b8881b2e74ebbca9d1e5541c1856451524d27f8
Binary files /dev/null and b/system/lib/libprogrambinary.so differ
diff --git a/system/lib/libprotobuf-cpp-full.so b/system/lib/libprotobuf-cpp-full.so
new file mode 100644
index 0000000000000000000000000000000000000000..1ab4fc1787aeb19e93e75430f872dde3c8afe7ec
Binary files /dev/null and b/system/lib/libprotobuf-cpp-full.so differ
diff --git a/system/lib/libprotobuf-cpp-lite.so b/system/lib/libprotobuf-cpp-lite.so
new file mode 100644
index 0000000000000000000000000000000000000000..f0e3d4bebb1cb3983aa252460082ef15900d898e
Binary files /dev/null and b/system/lib/libprotobuf-cpp-lite.so differ
diff --git a/system/lib/libradio_metadata.so b/system/lib/libradio_metadata.so
new file mode 100644
index 0000000000000000000000000000000000000000..7846850b16347e25fdf0504fa4aa62210c3e030c
Binary files /dev/null and b/system/lib/libradio_metadata.so differ
diff --git a/system/lib/libresourcemanagerservice.so b/system/lib/libresourcemanagerservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..0ed69bb841abdf62bf0a40ec696393fe8ceef19e
Binary files /dev/null and b/system/lib/libresourcemanagerservice.so differ
diff --git a/system/lib/librs_jni.so b/system/lib/librs_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..7be1cc282eb10997701e8924bac0a2c5d676960e
Binary files /dev/null and b/system/lib/librs_jni.so differ
diff --git a/system/lib/librtp_jni.so b/system/lib/librtp_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..157b0fd1f5b048ba17ead85a5ebedf823a764d71
Binary files /dev/null and b/system/lib/librtp_jni.so differ
diff --git a/system/lib/libschedulerservicehidl.so b/system/lib/libschedulerservicehidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..f6dea1d13a078a2417179e97b87e32295bafa6f6
Binary files /dev/null and b/system/lib/libschedulerservicehidl.so differ
diff --git a/system/lib/libselinux.so b/system/lib/libselinux.so
new file mode 100644
index 0000000000000000000000000000000000000000..1f4c5630f0aca7955eb90f9fc6a0c72e12b2319c
Binary files /dev/null and b/system/lib/libselinux.so differ
diff --git a/system/lib/libsensor.so b/system/lib/libsensor.so
new file mode 100644
index 0000000000000000000000000000000000000000..a12a49216ca1a8d0f2d769d0b37fa5609e1b7834
Binary files /dev/null and b/system/lib/libsensor.so differ
diff --git a/system/lib/libsensorservice.so b/system/lib/libsensorservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..eb985560a8184afe76bfdada0b4e90579fe327e4
Binary files /dev/null and b/system/lib/libsensorservice.so differ
diff --git a/system/lib/libsensorservicehidl.so b/system/lib/libsensorservicehidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d2e2d946182d0e23b91e30735a2d82ea2918c1d
Binary files /dev/null and b/system/lib/libsensorservicehidl.so differ
diff --git a/system/lib/libserviceutility.so b/system/lib/libserviceutility.so
new file mode 100644
index 0000000000000000000000000000000000000000..6f62d3a5140cdc166569dc3c9ea703eaf879342b
Binary files /dev/null and b/system/lib/libserviceutility.so differ
diff --git a/system/lib/libsf_debug.so b/system/lib/libsf_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..c790f34e24ea8bb930bffa666b16bdb4a0c4a049
Binary files /dev/null and b/system/lib/libsf_debug.so differ
diff --git a/system/lib/libshowlogo.so b/system/lib/libshowlogo.so
new file mode 100644
index 0000000000000000000000000000000000000000..780ec6c8d4eb18f910e62cbd0131d0bf818c7db1
Binary files /dev/null and b/system/lib/libshowlogo.so differ
diff --git a/system/lib/libsigchain.so b/system/lib/libsigchain.so
new file mode 100644
index 0000000000000000000000000000000000000000..46a5b4f803d958d6bbc58c682da22f22ad85f16e
Binary files /dev/null and b/system/lib/libsigchain.so differ
diff --git a/system/lib/libsignal.so b/system/lib/libsignal.so
new file mode 100644
index 0000000000000000000000000000000000000000..c703ee95abcd5bc4694f053c6af7017d5e2e452a
Binary files /dev/null and b/system/lib/libsignal.so differ
diff --git a/system/lib/libsink.so b/system/lib/libsink.so
new file mode 100644
index 0000000000000000000000000000000000000000..df867455cd1ad541ce12428d182e3e272e29824d
Binary files /dev/null and b/system/lib/libsink.so differ
diff --git a/system/lib/libskia.so b/system/lib/libskia.so
new file mode 100644
index 0000000000000000000000000000000000000000..a5d2562a80529a0907178ef6f6fee06a73a0bb1d
Binary files /dev/null and b/system/lib/libskia.so differ
diff --git a/system/lib/libsoftkeymaster.so b/system/lib/libsoftkeymaster.so
new file mode 100644
index 0000000000000000000000000000000000000000..8b1b26781ac36406f2cb20b1e32a4532c960f347
Binary files /dev/null and b/system/lib/libsoftkeymaster.so differ
diff --git a/system/lib/libsoftkeymasterdevice.so b/system/lib/libsoftkeymasterdevice.so
new file mode 100644
index 0000000000000000000000000000000000000000..365af02e14ffd976f697919c8b04afde620e520e
Binary files /dev/null and b/system/lib/libsoftkeymasterdevice.so differ
diff --git a/system/lib/libsonic.so b/system/lib/libsonic.so
new file mode 100644
index 0000000000000000000000000000000000000000..185d65eb185d6d2be52172d90938208b86f6037f
Binary files /dev/null and b/system/lib/libsonic.so differ
diff --git a/system/lib/libsonivox.so b/system/lib/libsonivox.so
new file mode 100644
index 0000000000000000000000000000000000000000..90b2182c5561177d5b145b74aec89be8b2e05591
Binary files /dev/null and b/system/lib/libsonivox.so differ
diff --git a/system/lib/libsoundpool.so b/system/lib/libsoundpool.so
new file mode 100644
index 0000000000000000000000000000000000000000..7b9dbbbaee2282089baeeb44ef8b24912f0b6d9c
Binary files /dev/null and b/system/lib/libsoundpool.so differ
diff --git a/system/lib/libsoundtrigger.so b/system/lib/libsoundtrigger.so
new file mode 100644
index 0000000000000000000000000000000000000000..26c6d0421227423a04f86d17509717eaa85eb828
Binary files /dev/null and b/system/lib/libsoundtrigger.so differ
diff --git a/system/lib/libsoundtriggerservice.so b/system/lib/libsoundtriggerservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..a9f459e53a9370879fb3e5ece9db20dd43599809
Binary files /dev/null and b/system/lib/libsoundtriggerservice.so differ
diff --git a/system/lib/libsource.so b/system/lib/libsource.so
new file mode 100644
index 0000000000000000000000000000000000000000..df143c5280461425755e315c918795ed490884e1
Binary files /dev/null and b/system/lib/libsource.so differ
diff --git a/system/lib/libsparse.so b/system/lib/libsparse.so
new file mode 100644
index 0000000000000000000000000000000000000000..33d8282e73e90a026aae930b91dcf167fd73cf1c
Binary files /dev/null and b/system/lib/libsparse.so differ
diff --git a/system/lib/libspeexresampler.so b/system/lib/libspeexresampler.so
new file mode 100644
index 0000000000000000000000000000000000000000..b8381bc4c3ec971535f55067e2a9d91a56774a4a
Binary files /dev/null and b/system/lib/libspeexresampler.so differ
diff --git a/system/lib/libsqlite.so b/system/lib/libsqlite.so
new file mode 100644
index 0000000000000000000000000000000000000000..b7d4c982e89f22ad076938877a1bff50428c1281
Binary files /dev/null and b/system/lib/libsqlite.so differ
diff --git a/system/lib/libssl.so b/system/lib/libssl.so
new file mode 100644
index 0000000000000000000000000000000000000000..8bfaeda5e10a3f52914ba8d3b335eff4ea0f4726
Binary files /dev/null and b/system/lib/libssl.so differ
diff --git a/system/lib/libstagefright.so b/system/lib/libstagefright.so
new file mode 100644
index 0000000000000000000000000000000000000000..ddd6d370a28fbdb9bb323f77a78f98e735dc9c91
Binary files /dev/null and b/system/lib/libstagefright.so differ
diff --git a/system/lib/libstagefright_amrnb_common.so b/system/lib/libstagefright_amrnb_common.so
new file mode 100644
index 0000000000000000000000000000000000000000..80d6b16e789af6233916b2e0daf2fd23cd28cc78
Binary files /dev/null and b/system/lib/libstagefright_amrnb_common.so differ
diff --git a/system/lib/libstagefright_enc_common.so b/system/lib/libstagefright_enc_common.so
new file mode 100644
index 0000000000000000000000000000000000000000..93461a748392dc1b2d1a4a56389b45a0aa426c07
Binary files /dev/null and b/system/lib/libstagefright_enc_common.so differ
diff --git a/system/lib/libstagefright_flacdec.so b/system/lib/libstagefright_flacdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..0b185fee020372394a94cb3ef5e477a387ac4f47
Binary files /dev/null and b/system/lib/libstagefright_flacdec.so differ
diff --git a/system/lib/libstagefright_foundation.so b/system/lib/libstagefright_foundation.so
new file mode 100644
index 0000000000000000000000000000000000000000..989cb4f4c380de03745c8d509752a4dddc42ea2d
Binary files /dev/null and b/system/lib/libstagefright_foundation.so differ
diff --git a/system/lib/libstagefright_http_support.so b/system/lib/libstagefright_http_support.so
new file mode 100644
index 0000000000000000000000000000000000000000..340d6d4a7fb0c34ea37e7dbb993f8b6a7cd4d251
Binary files /dev/null and b/system/lib/libstagefright_http_support.so differ
diff --git a/system/lib/libstagefright_httplive.so b/system/lib/libstagefright_httplive.so
new file mode 100644
index 0000000000000000000000000000000000000000..3d4675cabbdf0bf33ac8d92aad6c12d7409b0e4f
Binary files /dev/null and b/system/lib/libstagefright_httplive.so differ
diff --git a/system/lib/libstagefright_omx.so b/system/lib/libstagefright_omx.so
new file mode 100644
index 0000000000000000000000000000000000000000..82a5f899c083d86bb4761a730c7ea50197d2da3c
Binary files /dev/null and b/system/lib/libstagefright_omx.so differ
diff --git a/system/lib/libstagefright_omx_utils.so b/system/lib/libstagefright_omx_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..296702f7a8245d7a3796842c25a7783b517dce7f
Binary files /dev/null and b/system/lib/libstagefright_omx_utils.so differ
diff --git a/system/lib/libstagefright_soft_aacdec.so b/system/lib/libstagefright_soft_aacdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..620702c0ef603b9777723ca817b495278d977009
Binary files /dev/null and b/system/lib/libstagefright_soft_aacdec.so differ
diff --git a/system/lib/libstagefright_soft_aacenc.so b/system/lib/libstagefright_soft_aacenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..c663aa4fa7d98e3645396792ae7a513c11009d39
Binary files /dev/null and b/system/lib/libstagefright_soft_aacenc.so differ
diff --git a/system/lib/libstagefright_soft_amrdec.so b/system/lib/libstagefright_soft_amrdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..2ab7029a3e76bf5e21e69c775556403401cfffb6
Binary files /dev/null and b/system/lib/libstagefright_soft_amrdec.so differ
diff --git a/system/lib/libstagefright_soft_amrnbenc.so b/system/lib/libstagefright_soft_amrnbenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..b8b9ecc05ec22a55976045a350c1bdafb252b85d
Binary files /dev/null and b/system/lib/libstagefright_soft_amrnbenc.so differ
diff --git a/system/lib/libstagefright_soft_amrwbenc.so b/system/lib/libstagefright_soft_amrwbenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..37b102308745b748cab5c1b7d5a0aa29894b759f
Binary files /dev/null and b/system/lib/libstagefright_soft_amrwbenc.so differ
diff --git a/system/lib/libstagefright_soft_avcdec.so b/system/lib/libstagefright_soft_avcdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..8048efea4feb259b076f0d9c8bd85d5eb19c8c8d
Binary files /dev/null and b/system/lib/libstagefright_soft_avcdec.so differ
diff --git a/system/lib/libstagefright_soft_avcenc.so b/system/lib/libstagefright_soft_avcenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..c5c5a284acc994df8c37cb7456518a7f3fe76794
Binary files /dev/null and b/system/lib/libstagefright_soft_avcenc.so differ
diff --git a/system/lib/libstagefright_soft_flacdec.so b/system/lib/libstagefright_soft_flacdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..a093a2d3176e0af7d0c2c103996192b92292ec97
Binary files /dev/null and b/system/lib/libstagefright_soft_flacdec.so differ
diff --git a/system/lib/libstagefright_soft_flacenc.so b/system/lib/libstagefright_soft_flacenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..bdaae904cc4c176d60615bb319ca80a0ce41d324
Binary files /dev/null and b/system/lib/libstagefright_soft_flacenc.so differ
diff --git a/system/lib/libstagefright_soft_g711dec.so b/system/lib/libstagefright_soft_g711dec.so
new file mode 100644
index 0000000000000000000000000000000000000000..d79e02f2d3d2c3716c2e31ff86c7d6a233842e82
Binary files /dev/null and b/system/lib/libstagefright_soft_g711dec.so differ
diff --git a/system/lib/libstagefright_soft_gsmdec.so b/system/lib/libstagefright_soft_gsmdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..4b893f052a7db2481120abee5d88afeee47ee1b2
Binary files /dev/null and b/system/lib/libstagefright_soft_gsmdec.so differ
diff --git a/system/lib/libstagefright_soft_hevcdec.so b/system/lib/libstagefright_soft_hevcdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..d1b3f578d1b265adf6b53d31bff8bf3baf725573
Binary files /dev/null and b/system/lib/libstagefright_soft_hevcdec.so differ
diff --git a/system/lib/libstagefright_soft_mp3dec.so b/system/lib/libstagefright_soft_mp3dec.so
new file mode 100644
index 0000000000000000000000000000000000000000..4ab3ebdb297d4c2c7527f27483c8a6c065be42e7
Binary files /dev/null and b/system/lib/libstagefright_soft_mp3dec.so differ
diff --git a/system/lib/libstagefright_soft_mpeg2dec.so b/system/lib/libstagefright_soft_mpeg2dec.so
new file mode 100644
index 0000000000000000000000000000000000000000..b7bcdca8df5d82803a5e0b2b031bdc1e48743564
Binary files /dev/null and b/system/lib/libstagefright_soft_mpeg2dec.so differ
diff --git a/system/lib/libstagefright_soft_mpeg4dec.so b/system/lib/libstagefright_soft_mpeg4dec.so
new file mode 100644
index 0000000000000000000000000000000000000000..bc70d9e7b44e197fffbb0af95225cd0de7719401
Binary files /dev/null and b/system/lib/libstagefright_soft_mpeg4dec.so differ
diff --git a/system/lib/libstagefright_soft_mpeg4enc.so b/system/lib/libstagefright_soft_mpeg4enc.so
new file mode 100644
index 0000000000000000000000000000000000000000..0cfad900bb2454652bead2ab63192011debe7820
Binary files /dev/null and b/system/lib/libstagefright_soft_mpeg4enc.so differ
diff --git a/system/lib/libstagefright_soft_opusdec.so b/system/lib/libstagefright_soft_opusdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..42ae9ae7939ad36ec067afb25e898261f407a042
Binary files /dev/null and b/system/lib/libstagefright_soft_opusdec.so differ
diff --git a/system/lib/libstagefright_soft_rawdec.so b/system/lib/libstagefright_soft_rawdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..fa803dacce9d797ce6a78cbff510a8744a0caf10
Binary files /dev/null and b/system/lib/libstagefright_soft_rawdec.so differ
diff --git a/system/lib/libstagefright_soft_vorbisdec.so b/system/lib/libstagefright_soft_vorbisdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b9764d1d63df94d9cd56919be3a5a4f799be485
Binary files /dev/null and b/system/lib/libstagefright_soft_vorbisdec.so differ
diff --git a/system/lib/libstagefright_soft_vpxdec.so b/system/lib/libstagefright_soft_vpxdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..07646951699c3e6ae8318cef712dce707ecc78aa
Binary files /dev/null and b/system/lib/libstagefright_soft_vpxdec.so differ
diff --git a/system/lib/libstagefright_soft_vpxenc.so b/system/lib/libstagefright_soft_vpxenc.so
new file mode 100644
index 0000000000000000000000000000000000000000..f74da39d09fd410e94ab3d0428e4caf93ccab4b0
Binary files /dev/null and b/system/lib/libstagefright_soft_vpxenc.so differ
diff --git a/system/lib/libstagefright_wfd_mtk.so b/system/lib/libstagefright_wfd_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..e3f1ef6cdee10977ba8f39064d49b94769568970
Binary files /dev/null and b/system/lib/libstagefright_wfd_mtk.so differ
diff --git a/system/lib/libstagefright_xmlparser.so b/system/lib/libstagefright_xmlparser.so
new file mode 100644
index 0000000000000000000000000000000000000000..07d9587590c6a580d0fe3aab99fe2fb13a77a481
Binary files /dev/null and b/system/lib/libstagefright_xmlparser.so differ
diff --git a/system/lib/libstdc++.so b/system/lib/libstdc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..fe14f48bd5a3173e0fd31c3c58ebe1abf26493f1
Binary files /dev/null and b/system/lib/libstdc++.so differ
diff --git a/system/lib/libstereoinfoaccessor.so b/system/lib/libstereoinfoaccessor.so
new file mode 100644
index 0000000000000000000000000000000000000000..1c33629c97092047f6bece32c47a6eb6b47ce38c
Binary files /dev/null and b/system/lib/libstereoinfoaccessor.so differ
diff --git a/system/lib/libsurfaceflinger.so b/system/lib/libsurfaceflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..a153ae049fcda98875899d337423431bfe0e7005
Binary files /dev/null and b/system/lib/libsurfaceflinger.so differ
diff --git a/system/lib/libsurfaceflinger_ddmconnection.so b/system/lib/libsurfaceflinger_ddmconnection.so
new file mode 100644
index 0000000000000000000000000000000000000000..e72841fa9b4cd647510ae992f5480213785d94df
Binary files /dev/null and b/system/lib/libsurfaceflinger_ddmconnection.so differ
diff --git a/system/lib/libsuspend.so b/system/lib/libsuspend.so
new file mode 100644
index 0000000000000000000000000000000000000000..34b3f5d4da2a1c3c296b5a3a0e4eaffcc3fc2861
Binary files /dev/null and b/system/lib/libsuspend.so differ
diff --git a/system/lib/libsync.so b/system/lib/libsync.so
new file mode 100644
index 0000000000000000000000000000000000000000..2f13d64052269199ee967b7832a12c31f89a43fd
Binary files /dev/null and b/system/lib/libsync.so differ
diff --git a/system/lib/libsysenv_system.so b/system/lib/libsysenv_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..7581c812bff83faf84af599ceef754924bc2bd47
Binary files /dev/null and b/system/lib/libsysenv_system.so differ
diff --git a/system/lib/libsysutils.so b/system/lib/libsysutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..bfcafbca6cac0f771cfac0092042ae835c5a6e7d
Binary files /dev/null and b/system/lib/libsysutils.so differ
diff --git a/system/lib/libtextclassifier.so b/system/lib/libtextclassifier.so
new file mode 100644
index 0000000000000000000000000000000000000000..70fe39fd02d69e51554960109c34681df33f4eb6
Binary files /dev/null and b/system/lib/libtextclassifier.so differ
diff --git a/system/lib/libtextclassifier_hash.so b/system/lib/libtextclassifier_hash.so
new file mode 100644
index 0000000000000000000000000000000000000000..cdd16f97168f8371e7fbc250db26934f53ee1c7f
Binary files /dev/null and b/system/lib/libtextclassifier_hash.so differ
diff --git a/system/lib/libtinyalsa.so b/system/lib/libtinyalsa.so
new file mode 100644
index 0000000000000000000000000000000000000000..2432d39cfd24c052058d251af5c05f45e65e0217
Binary files /dev/null and b/system/lib/libtinyalsa.so differ
diff --git a/system/lib/libtinyxml2.so b/system/lib/libtinyxml2.so
new file mode 100644
index 0000000000000000000000000000000000000000..7a2347595849ffef112d30d44b88910b68b8f373
Binary files /dev/null and b/system/lib/libtinyxml2.so differ
diff --git a/system/lib/libtombstoned_client.so b/system/lib/libtombstoned_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..4455c503ca1f8ae2ee531dc78794d116b7832017
Binary files /dev/null and b/system/lib/libtombstoned_client.so differ
diff --git a/system/lib/libtouchfilter.so b/system/lib/libtouchfilter.so
new file mode 100644
index 0000000000000000000000000000000000000000..98b859daeb00810405a3d2ec226e3cc381a59768
Binary files /dev/null and b/system/lib/libtouchfilter.so differ
diff --git a/system/lib/libui.so b/system/lib/libui.so
new file mode 100644
index 0000000000000000000000000000000000000000..cdc751fc6a96802d55fd5fef42de49696d7983cb
Binary files /dev/null and b/system/lib/libui.so differ
diff --git a/system/lib/libui_ext_fwk.so b/system/lib/libui_ext_fwk.so
new file mode 100644
index 0000000000000000000000000000000000000000..6906e30771b28b061e94322c216ef5444bb09b67
Binary files /dev/null and b/system/lib/libui_ext_fwk.so differ
diff --git a/system/lib/libunwind.so b/system/lib/libunwind.so
new file mode 100644
index 0000000000000000000000000000000000000000..b3e0d412a81f51ff559218024a771a4158fea505
Binary files /dev/null and b/system/lib/libunwind.so differ
diff --git a/system/lib/libusbhost.so b/system/lib/libusbhost.so
new file mode 100644
index 0000000000000000000000000000000000000000..bcf2160d98f5d18ad45f6e3ab89b6900290b387c
Binary files /dev/null and b/system/lib/libusbhost.so differ
diff --git a/system/lib/libutils.so b/system/lib/libutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..f1205adb84fe07f5e2b1dfaeeddd968255b9dbbc
Binary files /dev/null and b/system/lib/libutils.so differ
diff --git a/system/lib/libvintf.so b/system/lib/libvintf.so
new file mode 100644
index 0000000000000000000000000000000000000000..9b3ff443c5e60d7ca438a5b1b79de26111a7c831
Binary files /dev/null and b/system/lib/libvintf.so differ
diff --git a/system/lib/libvixl-arm.so b/system/lib/libvixl-arm.so
new file mode 100644
index 0000000000000000000000000000000000000000..3e5d8e19870f3e66640f12464536672cd91fc91b
Binary files /dev/null and b/system/lib/libvixl-arm.so differ
diff --git a/system/lib/libvixl-arm64.so b/system/lib/libvixl-arm64.so
new file mode 100644
index 0000000000000000000000000000000000000000..9d419c2d4d2e1bbbe08f32b0084a90058e996316
Binary files /dev/null and b/system/lib/libvixl-arm64.so differ
diff --git a/system/lib/libvndksupport.so b/system/lib/libvndksupport.so
new file mode 100644
index 0000000000000000000000000000000000000000..55af9d0499a15ad024ad75fb7cd9a52be58b7309
Binary files /dev/null and b/system/lib/libvndksupport.so differ
diff --git a/system/lib/libvoicerecognition.so b/system/lib/libvoicerecognition.so
new file mode 100644
index 0000000000000000000000000000000000000000..f88a621f299452f184caeb4188f51b00208abee3
Binary files /dev/null and b/system/lib/libvoicerecognition.so differ
diff --git a/system/lib/libvoicerecognition_jni.so b/system/lib/libvoicerecognition_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..2686d67c2435642ef2938f70ffd759f108025c90
Binary files /dev/null and b/system/lib/libvoicerecognition_jni.so differ
diff --git a/system/lib/libvorbisidec.so b/system/lib/libvorbisidec.so
new file mode 100644
index 0000000000000000000000000000000000000000..08fc3057611e5236fa2d3907c31b6501a4927e55
Binary files /dev/null and b/system/lib/libvorbisidec.so differ
diff --git a/system/lib/libvsync_enhance.so b/system/lib/libvsync_enhance.so
new file mode 100644
index 0000000000000000000000000000000000000000..7e50916e18150e98b80c5599e740c94c3191e95c
Binary files /dev/null and b/system/lib/libvsync_enhance.so differ
diff --git a/system/lib/libvsync_hint.so b/system/lib/libvsync_hint.so
new file mode 100644
index 0000000000000000000000000000000000000000..6863e2886b14dd844ffe8fa1a882da07fa3ecd2a
Binary files /dev/null and b/system/lib/libvsync_hint.so differ
diff --git a/system/lib/libvt_avsync.so b/system/lib/libvt_avsync.so
new file mode 100644
index 0000000000000000000000000000000000000000..428b8addcbc0e7f4cd14f866ffc037833bb829ac
Binary files /dev/null and b/system/lib/libvt_avsync.so differ
diff --git a/system/lib/libvulkan.so b/system/lib/libvulkan.so
new file mode 100644
index 0000000000000000000000000000000000000000..8ec9fd5b35d0825eb36e5af23ca383d55d453965
Binary files /dev/null and b/system/lib/libvulkan.so differ
diff --git a/system/lib/libwebviewchromium_loader.so b/system/lib/libwebviewchromium_loader.so
new file mode 100644
index 0000000000000000000000000000000000000000..1075540a0dd1ebcc55ba93b56d15813395e9eb4e
Binary files /dev/null and b/system/lib/libwebviewchromium_loader.so differ
diff --git a/system/lib/libwebviewchromium_plat_support.so b/system/lib/libwebviewchromium_plat_support.so
new file mode 100644
index 0000000000000000000000000000000000000000..aebe659a1f620d90550c9a79b90773849f2f0cb9
Binary files /dev/null and b/system/lib/libwebviewchromium_plat_support.so differ
diff --git a/system/lib/libwifi-service.so b/system/lib/libwifi-service.so
new file mode 100644
index 0000000000000000000000000000000000000000..165a806a8e4849bcaeb4bd68cde47532af9e6f48
Binary files /dev/null and b/system/lib/libwifi-service.so differ
diff --git a/system/lib/libwilhelm.so b/system/lib/libwilhelm.so
new file mode 100644
index 0000000000000000000000000000000000000000..d4f7bd87c2fd808a40ed789ffa2dc8581f65386e
Binary files /dev/null and b/system/lib/libwilhelm.so differ
diff --git a/system/lib/libxml2.so b/system/lib/libxml2.so
new file mode 100644
index 0000000000000000000000000000000000000000..6e20a78ab038a29cdf7e34cd9bfc5148c0947e04
Binary files /dev/null and b/system/lib/libxml2.so differ
diff --git a/system/lib/libxtables.so b/system/lib/libxtables.so
new file mode 100644
index 0000000000000000000000000000000000000000..2b358a112f5da79abc22db9527d65923a6b2430a
Binary files /dev/null and b/system/lib/libxtables.so differ
diff --git a/system/lib/libyv12util.so b/system/lib/libyv12util.so
new file mode 100644
index 0000000000000000000000000000000000000000..2dca12de27db67d40853296b6d037979e5a48f52
Binary files /dev/null and b/system/lib/libyv12util.so differ
diff --git a/system/lib/libz.so b/system/lib/libz.so
new file mode 100644
index 0000000000000000000000000000000000000000..2402f3c846b635b360bd25b68fd1a7d55da932ce
Binary files /dev/null and b/system/lib/libz.so differ
diff --git a/system/lib/libziparchive.so b/system/lib/libziparchive.so
new file mode 100644
index 0000000000000000000000000000000000000000..baff61f6837a3c10f9751f0dae9f6c300aa6ff27
Binary files /dev/null and b/system/lib/libziparchive.so differ
diff --git a/system/lib/mtkdrm/libdrmctaplugin.so b/system/lib/mtkdrm/libdrmctaplugin.so
new file mode 100644
index 0000000000000000000000000000000000000000..7ac25f7a1fe701ff2ad13fd9dceabc0e51753d43
Binary files /dev/null and b/system/lib/mtkdrm/libdrmctaplugin.so differ
diff --git a/system/lib/mtkdrm/libdrmmtkplugin.so b/system/lib/mtkdrm/libdrmmtkplugin.so
new file mode 100644
index 0000000000000000000000000000000000000000..05964369666efbdcef0d4bef70127659934881c8
Binary files /dev/null and b/system/lib/mtkdrm/libdrmmtkplugin.so differ
diff --git a/system/lib/vendor.mediatek.hardware.audio@2.1.so b/system/lib/vendor.mediatek.hardware.audio@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..980cc67c961eece319b92d62b6c607ff2cf09ff8
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.audio@2.1.so differ
diff --git a/system/lib/vendor.mediatek.hardware.camera.device@1.1.so b/system/lib/vendor.mediatek.hardware.camera.device@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..c5076717a20556b35ef27fc00bf8d9261d8a89f5
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.camera.device@1.1.so differ
diff --git a/system/lib/vendor.mediatek.hardware.camera.lomoeffect@1.0.so b/system/lib/vendor.mediatek.hardware.camera.lomoeffect@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..a6a0983eaa3fb4364d6e75b689c06535cdecf620
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.camera.lomoeffect@1.0.so differ
diff --git a/system/lib/vendor.mediatek.hardware.dfps@1.0.so b/system/lib/vendor.mediatek.hardware.dfps@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..b5ae9a662d9649134e28ade25e9f671066fcb5cc
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.dfps@1.0.so differ
diff --git a/system/lib/vendor.mediatek.hardware.gnss@1.1.so b/system/lib/vendor.mediatek.hardware.gnss@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..a230538c3c2f1e929e3aaad3a72910f0076281fd
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.gnss@1.1.so differ
diff --git a/system/lib/vendor.mediatek.hardware.nvram@1.0.so b/system/lib/vendor.mediatek.hardware.nvram@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2e0a80609243acff3a9cc0cfbb967d3cf80df6dc
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.nvram@1.0.so differ
diff --git a/system/lib/vendor.mediatek.hardware.power@1.1.so b/system/lib/vendor.mediatek.hardware.power@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..5080c154232da6145de28a9d6b1fb2bfe47db0cf
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.power@1.1.so differ
diff --git a/system/lib/vendor.mediatek.hardware.pq@2.0.so b/system/lib/vendor.mediatek.hardware.pq@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..8e375003e511371b97e9700e874fde082fe3f695
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.pq@2.0.so differ
diff --git a/system/lib/vendor.mediatek.hardware.videotelephony@1.0.so b/system/lib/vendor.mediatek.hardware.videotelephony@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d498a22095c10ee828bc01a98dd4ae7150a40d0
Binary files /dev/null and b/system/lib/vendor.mediatek.hardware.videotelephony@1.0.so differ
diff --git a/system/lib/vndk-sp/android.hardware.graphics.allocator@2.0.so b/system/lib/vndk-sp/android.hardware.graphics.allocator@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..fa785bf98ff8be3b3ac526f723854a96cb1352ba
Binary files /dev/null and b/system/lib/vndk-sp/android.hardware.graphics.allocator@2.0.so differ
diff --git a/system/lib/vndk-sp/android.hardware.graphics.common@1.0.so b/system/lib/vndk-sp/android.hardware.graphics.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..20a534360e4d7ca36f0c0274bf2a74b3ec9a6302
Binary files /dev/null and b/system/lib/vndk-sp/android.hardware.graphics.common@1.0.so differ
diff --git a/system/lib/vndk-sp/android.hardware.graphics.mapper@2.0.so b/system/lib/vndk-sp/android.hardware.graphics.mapper@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..3341037be28d60cfaf81851afb331bba84d04da7
Binary files /dev/null and b/system/lib/vndk-sp/android.hardware.graphics.mapper@2.0.so differ
diff --git a/system/lib/vndk-sp/android.hardware.renderscript@1.0.so b/system/lib/vndk-sp/android.hardware.renderscript@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..6de41200b17c65be90cf5080ca8a1f9b899eeb69
Binary files /dev/null and b/system/lib/vndk-sp/android.hardware.renderscript@1.0.so differ
diff --git a/system/lib/vndk-sp/android.hidl.memory@1.0.so b/system/lib/vndk-sp/android.hidl.memory@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f20147501b92c29b0177e7ccb79d2fc002a5a4f4
Binary files /dev/null and b/system/lib/vndk-sp/android.hidl.memory@1.0.so differ
diff --git a/system/lib/vndk-sp/libRSCpuRef.so b/system/lib/vndk-sp/libRSCpuRef.so
new file mode 100644
index 0000000000000000000000000000000000000000..0189b89d259d8494ef5792becfc26cbeef0c5f7b
Binary files /dev/null and b/system/lib/vndk-sp/libRSCpuRef.so differ
diff --git a/system/lib/vndk-sp/libRSDriver.so b/system/lib/vndk-sp/libRSDriver.so
new file mode 100644
index 0000000000000000000000000000000000000000..64bfcd7ad32fa533d0341ea0dea81e7aa0024672
Binary files /dev/null and b/system/lib/vndk-sp/libRSDriver.so differ
diff --git a/system/lib/vndk-sp/libRS_internal.so b/system/lib/vndk-sp/libRS_internal.so
new file mode 100644
index 0000000000000000000000000000000000000000..54d2fc241dad96e71fff03a6d8cdaae9272f152e
Binary files /dev/null and b/system/lib/vndk-sp/libRS_internal.so differ
diff --git a/system/lib/vndk-sp/libbacktrace.so b/system/lib/vndk-sp/libbacktrace.so
new file mode 100644
index 0000000000000000000000000000000000000000..f89bc6f508bd45d1a9ac15357102dc597789ff68
Binary files /dev/null and b/system/lib/vndk-sp/libbacktrace.so differ
diff --git a/system/lib/vndk-sp/libbase.so b/system/lib/vndk-sp/libbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..09016f4b46f7c921a279d52d7057ecc84e765b68
Binary files /dev/null and b/system/lib/vndk-sp/libbase.so differ
diff --git a/system/lib/vndk-sp/libbcinfo.so b/system/lib/vndk-sp/libbcinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..1db378280863f679ac56a750a3da86c55c2a237e
Binary files /dev/null and b/system/lib/vndk-sp/libbcinfo.so differ
diff --git a/system/lib/vndk-sp/libblas.so b/system/lib/vndk-sp/libblas.so
new file mode 100644
index 0000000000000000000000000000000000000000..07328983201bb5d121e4a61e52193c1b61254e8d
Binary files /dev/null and b/system/lib/vndk-sp/libblas.so differ
diff --git a/system/lib/vndk-sp/libc++.so b/system/lib/vndk-sp/libc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..a96263d81af189369cda14601917da035e46faac
Binary files /dev/null and b/system/lib/vndk-sp/libc++.so differ
diff --git a/system/lib/vndk-sp/libcompiler_rt.so b/system/lib/vndk-sp/libcompiler_rt.so
new file mode 100644
index 0000000000000000000000000000000000000000..8348f292e64f2df5ecc308e743accce30f044349
Binary files /dev/null and b/system/lib/vndk-sp/libcompiler_rt.so differ
diff --git a/system/lib/vndk-sp/libcutils.so b/system/lib/vndk-sp/libcutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..edd20f22620b0a014df4a4522821f0813c4c9df2
Binary files /dev/null and b/system/lib/vndk-sp/libcutils.so differ
diff --git a/system/lib/vndk-sp/libft2.so b/system/lib/vndk-sp/libft2.so
new file mode 100644
index 0000000000000000000000000000000000000000..35ac133fa68e5abaf3ae871fd456e66af15f834c
Binary files /dev/null and b/system/lib/vndk-sp/libft2.so differ
diff --git a/system/lib/vndk-sp/libhardware.so b/system/lib/vndk-sp/libhardware.so
new file mode 100644
index 0000000000000000000000000000000000000000..ccd914338584c49098cb042b73bc0e391ed2f434
Binary files /dev/null and b/system/lib/vndk-sp/libhardware.so differ
diff --git a/system/lib/vndk-sp/libhidlbase.so b/system/lib/vndk-sp/libhidlbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..fbbbf3cf90f27d0ae23c6c273e57ea86e983bcce
Binary files /dev/null and b/system/lib/vndk-sp/libhidlbase.so differ
diff --git a/system/lib/vndk-sp/libhidlmemory.so b/system/lib/vndk-sp/libhidlmemory.so
new file mode 100644
index 0000000000000000000000000000000000000000..1b97b4788d5c2df1a555909dd9d1940b42b47f17
Binary files /dev/null and b/system/lib/vndk-sp/libhidlmemory.so differ
diff --git a/system/lib/vndk-sp/libhidltransport.so b/system/lib/vndk-sp/libhidltransport.so
new file mode 100644
index 0000000000000000000000000000000000000000..c3d6f6e0043f42e7491cf5615cb020733d7bbc8a
Binary files /dev/null and b/system/lib/vndk-sp/libhidltransport.so differ
diff --git a/system/lib/vndk-sp/libhwbinder.so b/system/lib/vndk-sp/libhwbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..def6f41e154301005ec49a0a60b05cc713922432
Binary files /dev/null and b/system/lib/vndk-sp/libhwbinder.so differ
diff --git a/system/lib/vndk-sp/libion.so b/system/lib/vndk-sp/libion.so
new file mode 100644
index 0000000000000000000000000000000000000000..a3b8bd7369fd7dcbe26681f6bbfd8ec9321ab7aa
Binary files /dev/null and b/system/lib/vndk-sp/libion.so differ
diff --git a/system/lib/vndk-sp/liblzma.so b/system/lib/vndk-sp/liblzma.so
new file mode 100644
index 0000000000000000000000000000000000000000..1f6da5c41c62a3670f8e6f7da00c25ea6b56eb72
Binary files /dev/null and b/system/lib/vndk-sp/liblzma.so differ
diff --git a/system/lib/vndk-sp/libpng.so b/system/lib/vndk-sp/libpng.so
new file mode 100644
index 0000000000000000000000000000000000000000..0e086928a398c12aea6fd61f9481f37d0174a472
Binary files /dev/null and b/system/lib/vndk-sp/libpng.so differ
diff --git a/system/lib/vndk-sp/libunwind.so b/system/lib/vndk-sp/libunwind.so
new file mode 100644
index 0000000000000000000000000000000000000000..b3e0d412a81f51ff559218024a771a4158fea505
Binary files /dev/null and b/system/lib/vndk-sp/libunwind.so differ
diff --git a/system/lib/vndk-sp/libutils.so b/system/lib/vndk-sp/libutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..f1205adb84fe07f5e2b1dfaeeddd968255b9dbbc
Binary files /dev/null and b/system/lib/vndk-sp/libutils.so differ
diff --git a/system/lib64/android.frameworks.displayservice@1.0.so b/system/lib64/android.frameworks.displayservice@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..088d731f7bda3fb61331bb93233ad5880975c7a2
Binary files /dev/null and b/system/lib64/android.frameworks.displayservice@1.0.so differ
diff --git a/system/lib64/android.frameworks.schedulerservice@1.0.so b/system/lib64/android.frameworks.schedulerservice@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2eacc6d7e85e6b13527ae4d6c1e48855664d2426
Binary files /dev/null and b/system/lib64/android.frameworks.schedulerservice@1.0.so differ
diff --git a/system/lib64/android.frameworks.sensorservice@1.0.so b/system/lib64/android.frameworks.sensorservice@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4986b0a312662cead5ff9abbc8cc35f0650b772f
Binary files /dev/null and b/system/lib64/android.frameworks.sensorservice@1.0.so differ
diff --git a/system/lib64/android.frameworks.vr.composer@1.0.so b/system/lib64/android.frameworks.vr.composer@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ecd1604230a38a245448e324a12966cedacdb65d
Binary files /dev/null and b/system/lib64/android.frameworks.vr.composer@1.0.so differ
diff --git a/system/lib64/android.hardware.audio.common@2.0-util.so b/system/lib64/android.hardware.audio.common@2.0-util.so
new file mode 100644
index 0000000000000000000000000000000000000000..84f377953bf6f95a338716398e2623611cae9ae0
Binary files /dev/null and b/system/lib64/android.hardware.audio.common@2.0-util.so differ
diff --git a/system/lib64/android.hardware.audio.common@2.0.so b/system/lib64/android.hardware.audio.common@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..424e5452e2181f49f8bb070b088b082dd1f7db3e
Binary files /dev/null and b/system/lib64/android.hardware.audio.common@2.0.so differ
diff --git a/system/lib64/android.hardware.audio.effect@2.0.so b/system/lib64/android.hardware.audio.effect@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..1e359a1617c8934624ca545add97a801fc661e94
Binary files /dev/null and b/system/lib64/android.hardware.audio.effect@2.0.so differ
diff --git a/system/lib64/android.hardware.audio@2.0.so b/system/lib64/android.hardware.audio@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..47a6e38c6be8cb3c57bd4872e58e171df1b05722
Binary files /dev/null and b/system/lib64/android.hardware.audio@2.0.so differ
diff --git a/system/lib64/android.hardware.biometrics.fingerprint@2.1.so b/system/lib64/android.hardware.biometrics.fingerprint@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..7e96cd6f94412f0e9a1ea62e34f749335b1c6058
Binary files /dev/null and b/system/lib64/android.hardware.biometrics.fingerprint@2.1.so differ
diff --git a/system/lib64/android.hardware.bluetooth@1.0.so b/system/lib64/android.hardware.bluetooth@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..59ec0e5cde2a144c4c0b6b521fd9a23c93f750bd
Binary files /dev/null and b/system/lib64/android.hardware.bluetooth@1.0.so differ
diff --git a/system/lib64/android.hardware.broadcastradio@1.0.so b/system/lib64/android.hardware.broadcastradio@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ccc351b18eca5635e025e470c7d048fe1b312121
Binary files /dev/null and b/system/lib64/android.hardware.broadcastradio@1.0.so differ
diff --git a/system/lib64/android.hardware.broadcastradio@1.1.so b/system/lib64/android.hardware.broadcastradio@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..0f0a43408d1eaa1508b8d995b89a250062d2be47
Binary files /dev/null and b/system/lib64/android.hardware.broadcastradio@1.1.so differ
diff --git a/system/lib64/android.hardware.camera.common@1.0.so b/system/lib64/android.hardware.camera.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..3ee4364ed38efafd3c97e73ad84fe4e084e28d50
Binary files /dev/null and b/system/lib64/android.hardware.camera.common@1.0.so differ
diff --git a/system/lib64/android.hardware.camera.device@1.0.so b/system/lib64/android.hardware.camera.device@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..5b5c86ca9f8d284202406073d443b85600f94463
Binary files /dev/null and b/system/lib64/android.hardware.camera.device@1.0.so differ
diff --git a/system/lib64/android.hardware.camera.device@3.2.so b/system/lib64/android.hardware.camera.device@3.2.so
new file mode 100644
index 0000000000000000000000000000000000000000..7cb17b258bc1ca2cfdf658b21939c3b74cea1e71
Binary files /dev/null and b/system/lib64/android.hardware.camera.device@3.2.so differ
diff --git a/system/lib64/android.hardware.camera.device@3.3.so b/system/lib64/android.hardware.camera.device@3.3.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d2652fef800df8754be1c1d1d61d46fa8ee33ae
Binary files /dev/null and b/system/lib64/android.hardware.camera.device@3.3.so differ
diff --git a/system/lib64/android.hardware.camera.provider@2.4.so b/system/lib64/android.hardware.camera.provider@2.4.so
new file mode 100644
index 0000000000000000000000000000000000000000..d4558fd8fbf2390ca3e49c3d268d6e30b9bc7485
Binary files /dev/null and b/system/lib64/android.hardware.camera.provider@2.4.so differ
diff --git a/system/lib64/android.hardware.cas.native@1.0.so b/system/lib64/android.hardware.cas.native@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..d6eb49bdde11567fbd2113bb2b907ce8a123575a
Binary files /dev/null and b/system/lib64/android.hardware.cas.native@1.0.so differ
diff --git a/system/lib64/android.hardware.cas@1.0.so b/system/lib64/android.hardware.cas@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..d2f5f2573539a322ad7be217f45e5eaf64b5aa5e
Binary files /dev/null and b/system/lib64/android.hardware.cas@1.0.so differ
diff --git a/system/lib64/android.hardware.configstore-utils.so b/system/lib64/android.hardware.configstore-utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..8499b1200ff6b91b7af396b325f5f716062499f2
Binary files /dev/null and b/system/lib64/android.hardware.configstore-utils.so differ
diff --git a/system/lib64/android.hardware.configstore@1.0.so b/system/lib64/android.hardware.configstore@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..820ea1465bd376e31ff197d315feb44928126f6b
Binary files /dev/null and b/system/lib64/android.hardware.configstore@1.0.so differ
diff --git a/system/lib64/android.hardware.contexthub@1.0.so b/system/lib64/android.hardware.contexthub@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..54a1216f7600a11ca88ddcf4d9a4e870d863d659
Binary files /dev/null and b/system/lib64/android.hardware.contexthub@1.0.so differ
diff --git a/system/lib64/android.hardware.drm@1.0.so b/system/lib64/android.hardware.drm@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..82bf80bf3585c0b105ae268ee38da50e7d2c7ee2
Binary files /dev/null and b/system/lib64/android.hardware.drm@1.0.so differ
diff --git a/system/lib64/android.hardware.dumpstate@1.0.so b/system/lib64/android.hardware.dumpstate@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..b1128f6d7523f0e433d1136a19a22b7937b58530
Binary files /dev/null and b/system/lib64/android.hardware.dumpstate@1.0.so differ
diff --git a/system/lib64/android.hardware.gatekeeper@1.0.so b/system/lib64/android.hardware.gatekeeper@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..cf377806b02db623d75c2e22bff5174e8998d1d2
Binary files /dev/null and b/system/lib64/android.hardware.gatekeeper@1.0.so differ
diff --git a/system/lib64/android.hardware.gnss@1.0.so b/system/lib64/android.hardware.gnss@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..7ab27eee2084f60f8447da3d49daae3a9ae9aa58
Binary files /dev/null and b/system/lib64/android.hardware.gnss@1.0.so differ
diff --git a/system/lib64/android.hardware.graphics.allocator@2.0.so b/system/lib64/android.hardware.graphics.allocator@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..e263b9ed275d0e936b63a549adde128a46d071d9
Binary files /dev/null and b/system/lib64/android.hardware.graphics.allocator@2.0.so differ
diff --git a/system/lib64/android.hardware.graphics.bufferqueue@1.0.so b/system/lib64/android.hardware.graphics.bufferqueue@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4d771206f812f170571ac9bc3e86453526fe3170
Binary files /dev/null and b/system/lib64/android.hardware.graphics.bufferqueue@1.0.so differ
diff --git a/system/lib64/android.hardware.graphics.common@1.0.so b/system/lib64/android.hardware.graphics.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..cb953decf4c6ed0ef2958c598dcdb24b72d2e70c
Binary files /dev/null and b/system/lib64/android.hardware.graphics.common@1.0.so differ
diff --git a/system/lib64/android.hardware.graphics.composer@2.1.so b/system/lib64/android.hardware.graphics.composer@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..6382d471f0c5cd500e0fb058cb9a50ef193d2f6c
Binary files /dev/null and b/system/lib64/android.hardware.graphics.composer@2.1.so differ
diff --git a/system/lib64/android.hardware.graphics.mapper@2.0.so b/system/lib64/android.hardware.graphics.mapper@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..0c43ce055cdd9318e1fcddcce002e02484a90ce9
Binary files /dev/null and b/system/lib64/android.hardware.graphics.mapper@2.0.so differ
diff --git a/system/lib64/android.hardware.health@1.0.so b/system/lib64/android.hardware.health@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4c440523a1bb5a884d0e6f0a9a568b3a9b98b8fa
Binary files /dev/null and b/system/lib64/android.hardware.health@1.0.so differ
diff --git a/system/lib64/android.hardware.ir@1.0.so b/system/lib64/android.hardware.ir@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..1954180fd2fdff3e97612820e495ac0b6d177770
Binary files /dev/null and b/system/lib64/android.hardware.ir@1.0.so differ
diff --git a/system/lib64/android.hardware.keymaster@3.0.so b/system/lib64/android.hardware.keymaster@3.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..153252c1e21ff6715d095c3070a1ddc767e444f4
Binary files /dev/null and b/system/lib64/android.hardware.keymaster@3.0.so differ
diff --git a/system/lib64/android.hardware.light@2.0.so b/system/lib64/android.hardware.light@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..30e7aa23ba32154057a5d9982214ef8dd7008bf9
Binary files /dev/null and b/system/lib64/android.hardware.light@2.0.so differ
diff --git a/system/lib64/android.hardware.media.omx@1.0.so b/system/lib64/android.hardware.media.omx@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..96f49b1206326499aaa29c64b8c87e11ed21925e
Binary files /dev/null and b/system/lib64/android.hardware.media.omx@1.0.so differ
diff --git a/system/lib64/android.hardware.media@1.0.so b/system/lib64/android.hardware.media@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..d1189ff47df8655cccd6737a8652ab1ac5761c73
Binary files /dev/null and b/system/lib64/android.hardware.media@1.0.so differ
diff --git a/system/lib64/android.hardware.memtrack@1.0.so b/system/lib64/android.hardware.memtrack@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..18e22ef3eae7c59bcb0992334cf9b94d62632f69
Binary files /dev/null and b/system/lib64/android.hardware.memtrack@1.0.so differ
diff --git a/system/lib64/android.hardware.neuralnetworks@1.0.so b/system/lib64/android.hardware.neuralnetworks@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f5699b0672a929c14907ee3d16d9fa3d645721e3
Binary files /dev/null and b/system/lib64/android.hardware.neuralnetworks@1.0.so differ
diff --git a/system/lib64/android.hardware.nfc@1.0.so b/system/lib64/android.hardware.nfc@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..4529517deea82677d9ad67baef90cf5ff31e4ff8
Binary files /dev/null and b/system/lib64/android.hardware.nfc@1.0.so differ
diff --git a/system/lib64/android.hardware.power@1.0.so b/system/lib64/android.hardware.power@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..02bd3319364c3aed9ca65851de34d28dcd06a49d
Binary files /dev/null and b/system/lib64/android.hardware.power@1.0.so differ
diff --git a/system/lib64/android.hardware.power@1.1.so b/system/lib64/android.hardware.power@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..159cf2e6efd7af2dd8a497c0c5293d4c4ad53d95
Binary files /dev/null and b/system/lib64/android.hardware.power@1.1.so differ
diff --git a/system/lib64/android.hardware.radio.deprecated@1.0.so b/system/lib64/android.hardware.radio.deprecated@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f14451d6fd470a237f10a8bca2bf6c86544fa03a
Binary files /dev/null and b/system/lib64/android.hardware.radio.deprecated@1.0.so differ
diff --git a/system/lib64/android.hardware.radio@1.0.so b/system/lib64/android.hardware.radio@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..a2eb8981da0d7482e4857a7dbbc81ab14be16e9b
Binary files /dev/null and b/system/lib64/android.hardware.radio@1.0.so differ
diff --git a/system/lib64/android.hardware.radio@1.1.so b/system/lib64/android.hardware.radio@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..c97998f483bbd933391823555011259ae09b9653
Binary files /dev/null and b/system/lib64/android.hardware.radio@1.1.so differ
diff --git a/system/lib64/android.hardware.renderscript@1.0.so b/system/lib64/android.hardware.renderscript@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..dbe02c4800505d355ee661accef7b64bff8b90dd
Binary files /dev/null and b/system/lib64/android.hardware.renderscript@1.0.so differ
diff --git a/system/lib64/android.hardware.sensors@1.0.so b/system/lib64/android.hardware.sensors@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..9b200db2e149f8b94d9814b82b2cf4518cc58af6
Binary files /dev/null and b/system/lib64/android.hardware.sensors@1.0.so differ
diff --git a/system/lib64/android.hardware.soundtrigger@2.0.so b/system/lib64/android.hardware.soundtrigger@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ef9262d81b096d21a0fe90e66da045b66a1cc1be
Binary files /dev/null and b/system/lib64/android.hardware.soundtrigger@2.0.so differ
diff --git a/system/lib64/android.hardware.tetheroffload.config@1.0.so b/system/lib64/android.hardware.tetheroffload.config@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..27f040239a208c0cb0ef97c6a35295f8d8b20334
Binary files /dev/null and b/system/lib64/android.hardware.tetheroffload.config@1.0.so differ
diff --git a/system/lib64/android.hardware.thermal@1.0.so b/system/lib64/android.hardware.thermal@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..fd2a23eaa941221986f282f5e2c079062a9d6742
Binary files /dev/null and b/system/lib64/android.hardware.thermal@1.0.so differ
diff --git a/system/lib64/android.hardware.thermal@1.1.so b/system/lib64/android.hardware.thermal@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..31547c8e152998c7f6e5c7ff5df31c0d92875a8e
Binary files /dev/null and b/system/lib64/android.hardware.thermal@1.1.so differ
diff --git a/system/lib64/android.hardware.tv.cec@1.0.so b/system/lib64/android.hardware.tv.cec@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f73558a8d0083ceaae6030ccfed6f36d23b9fc1f
Binary files /dev/null and b/system/lib64/android.hardware.tv.cec@1.0.so differ
diff --git a/system/lib64/android.hardware.tv.input@1.0.so b/system/lib64/android.hardware.tv.input@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..ebb9e3cfa64d0e45c9876d31cbcb4dacf65a1f9d
Binary files /dev/null and b/system/lib64/android.hardware.tv.input@1.0.so differ
diff --git a/system/lib64/android.hardware.vibrator@1.0.so b/system/lib64/android.hardware.vibrator@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..09e81b00ea4d7b403b41546df04c01d75742e032
Binary files /dev/null and b/system/lib64/android.hardware.vibrator@1.0.so differ
diff --git a/system/lib64/android.hardware.vibrator@1.1.so b/system/lib64/android.hardware.vibrator@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..c7ede9e402d3997a34e811ebed0d04d66ddb7ccd
Binary files /dev/null and b/system/lib64/android.hardware.vibrator@1.1.so differ
diff --git a/system/lib64/android.hardware.vr@1.0.so b/system/lib64/android.hardware.vr@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..fed20622a134bfde82db748e1f87488b6f05b25a
Binary files /dev/null and b/system/lib64/android.hardware.vr@1.0.so differ
diff --git a/system/lib64/android.hardware.wifi.offload@1.0.so b/system/lib64/android.hardware.wifi.offload@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..8ca220752d8951e6842dc0cd8ed5a285edb056a9
Binary files /dev/null and b/system/lib64/android.hardware.wifi.offload@1.0.so differ
diff --git a/system/lib64/android.hardware.wifi.supplicant@1.0.so b/system/lib64/android.hardware.wifi.supplicant@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..7f6e3239b86e649e4e3f9abb860400367f86094f
Binary files /dev/null and b/system/lib64/android.hardware.wifi.supplicant@1.0.so differ
diff --git a/system/lib64/android.hardware.wifi@1.0.so b/system/lib64/android.hardware.wifi@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..9aa98176a99fc8b9d5dd4f274c313102542629a5
Binary files /dev/null and b/system/lib64/android.hardware.wifi@1.0.so differ
diff --git a/system/lib64/android.hardware.wifi@1.1.so b/system/lib64/android.hardware.wifi@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..a65cc7402c031f04b0214a1d14e28c9ab7d1d7b2
Binary files /dev/null and b/system/lib64/android.hardware.wifi@1.1.so differ
diff --git a/system/lib64/android.hidl.allocator@1.0.so b/system/lib64/android.hidl.allocator@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..69d81aa135f209e2ca6679734bb4649b14074d9b
Binary files /dev/null and b/system/lib64/android.hidl.allocator@1.0.so differ
diff --git a/system/lib64/android.hidl.memory@1.0.so b/system/lib64/android.hidl.memory@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..dd92a90e8b571ac25ad0cd57af2e975a8f70f582
Binary files /dev/null and b/system/lib64/android.hidl.memory@1.0.so differ
diff --git a/system/lib64/android.hidl.token@1.0-utils.so b/system/lib64/android.hidl.token@1.0-utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..d8269a6a96d64a7bf285fdb618ddc172ef69eb73
Binary files /dev/null and b/system/lib64/android.hidl.token@1.0-utils.so differ
diff --git a/system/lib64/android.hidl.token@1.0.so b/system/lib64/android.hidl.token@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..796ac28fed849fb267df9b6fe57403833011cfa5
Binary files /dev/null and b/system/lib64/android.hidl.token@1.0.so differ
diff --git a/system/lib64/android.system.net.netd@1.0.so b/system/lib64/android.system.net.netd@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..83079e244add96cfc68650e1a41ebd7e5f5684fd
Binary files /dev/null and b/system/lib64/android.system.net.netd@1.0.so differ
diff --git a/system/lib64/android.system.wifi.keystore@1.0.so b/system/lib64/android.system.wifi.keystore@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..13e10fa045fdf6f30214af69b14854cb4543fb10
Binary files /dev/null and b/system/lib64/android.system.wifi.keystore@1.0.so differ
diff --git a/system/lib64/drm/libfwdlockengine.so b/system/lib64/drm/libfwdlockengine.so
new file mode 100644
index 0000000000000000000000000000000000000000..50c58d61c8beb72cf3e5fce9c199f7208afd3fce
Binary files /dev/null and b/system/lib64/drm/libfwdlockengine.so differ
diff --git a/system/lib64/egl/libGLES_android.so b/system/lib64/egl/libGLES_android.so
new file mode 100644
index 0000000000000000000000000000000000000000..65b58f079b6cd9ef037a4e520d47a735288ddb44
Binary files /dev/null and b/system/lib64/egl/libGLES_android.so differ
diff --git a/system/lib64/hw/android.hidl.memory@1.0-impl.so b/system/lib64/hw/android.hidl.memory@1.0-impl.so
new file mode 100644
index 0000000000000000000000000000000000000000..e88441b86220e4ed31463241d744ec6d907c532a
Binary files /dev/null and b/system/lib64/hw/android.hidl.memory@1.0-impl.so differ
diff --git a/system/lib64/hw/audio.a2dp.default.so b/system/lib64/hw/audio.a2dp.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..8bdaf9b42bfed554276eed5b7fbd17ea556bab3c
Binary files /dev/null and b/system/lib64/hw/audio.a2dp.default.so differ
diff --git a/system/lib64/hw/bluetooth.default.so b/system/lib64/hw/bluetooth.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..6c09598f4266f0ef834fb44682533abe0c3367e4
Binary files /dev/null and b/system/lib64/hw/bluetooth.default.so differ
diff --git a/system/lib64/hw/keystore.default.so b/system/lib64/hw/keystore.default.so
new file mode 100644
index 0000000000000000000000000000000000000000..57e3ebae55d732875902c521c202a8466d2a1719
Binary files /dev/null and b/system/lib64/hw/keystore.default.so differ
diff --git a/system/lib64/ld-android.so b/system/lib64/ld-android.so
new file mode 100644
index 0000000000000000000000000000000000000000..81b5649b445fbb5fc690d34788be10a5601e5688
Binary files /dev/null and b/system/lib64/ld-android.so differ
diff --git a/system/lib64/libEGL.so b/system/lib64/libEGL.so
new file mode 100644
index 0000000000000000000000000000000000000000..3d507a5751b6a0689126268dfc20e187b049feff
Binary files /dev/null and b/system/lib64/libEGL.so differ
diff --git a/system/lib64/libETC1.so b/system/lib64/libETC1.so
new file mode 100644
index 0000000000000000000000000000000000000000..ae094f4c0afabe78988d3f44b001ed1fa0b07568
Binary files /dev/null and b/system/lib64/libETC1.so differ
diff --git a/system/lib64/libFFTEm.so b/system/lib64/libFFTEm.so
new file mode 100644
index 0000000000000000000000000000000000000000..ea6f55f9946cf4f3cf52b3994058a7e0c230c9f5
Binary files /dev/null and b/system/lib64/libFFTEm.so differ
diff --git a/system/lib64/libGLESv1_CM.so b/system/lib64/libGLESv1_CM.so
new file mode 100644
index 0000000000000000000000000000000000000000..f71cb58487e4bddcd835aabc7b54f7c91212e59c
Binary files /dev/null and b/system/lib64/libGLESv1_CM.so differ
diff --git a/system/lib64/libGLESv2.so b/system/lib64/libGLESv2.so
new file mode 100644
index 0000000000000000000000000000000000000000..607b6dcabd5ac5555692bd5eabbed94a5b85190a
Binary files /dev/null and b/system/lib64/libGLESv2.so differ
diff --git a/system/lib64/libGLESv3.so b/system/lib64/libGLESv3.so
new file mode 100644
index 0000000000000000000000000000000000000000..ac33c043b5678e2bdc25b0ee9b66ba4c9f80c84b
Binary files /dev/null and b/system/lib64/libGLESv3.so differ
diff --git a/system/lib64/libLLVM.so b/system/lib64/libLLVM.so
new file mode 100644
index 0000000000000000000000000000000000000000..c61de112309279d2b0cca3447816e71df7dee5da
Binary files /dev/null and b/system/lib64/libLLVM.so differ
diff --git a/system/lib64/libMiraVision_jni.so b/system/lib64/libMiraVision_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..46da2f1204b79405edbe9225e275531902490ddb
Binary files /dev/null and b/system/lib64/libMiraVision_jni.so differ
diff --git a/system/lib64/libOpenMAXAL.so b/system/lib64/libOpenMAXAL.so
new file mode 100644
index 0000000000000000000000000000000000000000..2c709a081f16d45a28d0537bb9f5fd52ae998f7e
Binary files /dev/null and b/system/lib64/libOpenMAXAL.so differ
diff --git a/system/lib64/libOpenSLES.so b/system/lib64/libOpenSLES.so
new file mode 100644
index 0000000000000000000000000000000000000000..177a5b1acbcc8bcc4a5582d129681637c95cf107
Binary files /dev/null and b/system/lib64/libOpenSLES.so differ
diff --git a/system/lib64/libRS.so b/system/lib64/libRS.so
new file mode 100644
index 0000000000000000000000000000000000000000..f5516ad9f5e8fcee5f5baa76ae5bc2262880d428
Binary files /dev/null and b/system/lib64/libRS.so differ
diff --git a/system/lib64/libRSCacheDir.so b/system/lib64/libRSCacheDir.so
new file mode 100644
index 0000000000000000000000000000000000000000..c15bec74a3c51a025f3e6747540326ba8fe362aa
Binary files /dev/null and b/system/lib64/libRSCacheDir.so differ
diff --git a/system/lib64/libRSCpuRef.so b/system/lib64/libRSCpuRef.so
new file mode 100644
index 0000000000000000000000000000000000000000..656900fd76d0016cd0fe0d9749463d7f009b502e
Binary files /dev/null and b/system/lib64/libRSCpuRef.so differ
diff --git a/system/lib64/libRSDriver.so b/system/lib64/libRSDriver.so
new file mode 100644
index 0000000000000000000000000000000000000000..1cb436960c3b995dfdd72a431369128586cb9451
Binary files /dev/null and b/system/lib64/libRSDriver.so differ
diff --git a/system/lib64/libRSSupport.so b/system/lib64/libRSSupport.so
new file mode 100644
index 0000000000000000000000000000000000000000..1f4d543efabcc1e4df49fe0e4a618214bc4805a3
Binary files /dev/null and b/system/lib64/libRSSupport.so differ
diff --git a/system/lib64/libRS_internal.so b/system/lib64/libRS_internal.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b766ef3af9d9e37481aba20b5d7fdffc786b31e
Binary files /dev/null and b/system/lib64/libRS_internal.so differ
diff --git a/system/lib64/libRScpp.so b/system/lib64/libRScpp.so
new file mode 100644
index 0000000000000000000000000000000000000000..622955829c3f5eb76cc24c5852a75d355c641510
Binary files /dev/null and b/system/lib64/libRScpp.so differ
diff --git a/system/lib64/libaal.so b/system/lib64/libaal.so
new file mode 100644
index 0000000000000000000000000000000000000000..367d944fc48ffb1e60c1307cb30946ebc3ead596
Binary files /dev/null and b/system/lib64/libaal.so differ
diff --git a/system/lib64/libaal_cust.so b/system/lib64/libaal_cust.so
new file mode 100644
index 0000000000000000000000000000000000000000..89c436ecd7dd70efbc8fc2c800d79abe40cf339d
Binary files /dev/null and b/system/lib64/libaal_cust.so differ
diff --git a/system/lib64/libaalservice.so b/system/lib64/libaalservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..c7ed854519eb1fa05802f52dc03fac36eaa954df
Binary files /dev/null and b/system/lib64/libaalservice.so differ
diff --git a/system/lib64/libaaudio.so b/system/lib64/libaaudio.so
new file mode 100644
index 0000000000000000000000000000000000000000..976ebb9578aeee8da90b2922a79eff1db39ab6be
Binary files /dev/null and b/system/lib64/libaaudio.so differ
diff --git a/system/lib64/libaed.so b/system/lib64/libaed.so
new file mode 100644
index 0000000000000000000000000000000000000000..a964c28ba8f54bab7924be3f63c5738a4702ec96
Binary files /dev/null and b/system/lib64/libaed.so differ
diff --git a/system/lib64/libandroid.so b/system/lib64/libandroid.so
new file mode 100644
index 0000000000000000000000000000000000000000..286d7afebad78d36a5de898c0494363baf2e16ee
Binary files /dev/null and b/system/lib64/libandroid.so differ
diff --git a/system/lib64/libandroid_net.so b/system/lib64/libandroid_net.so
new file mode 100644
index 0000000000000000000000000000000000000000..8fc28593d9ba9f85efb52a578cb0cb1e16aa9c85
Binary files /dev/null and b/system/lib64/libandroid_net.so differ
diff --git a/system/lib64/libandroid_runtime.so b/system/lib64/libandroid_runtime.so
new file mode 100644
index 0000000000000000000000000000000000000000..5098544e8865063f49f0d736d62882a5d4669334
Binary files /dev/null and b/system/lib64/libandroid_runtime.so differ
diff --git a/system/lib64/libandroid_servers.so b/system/lib64/libandroid_servers.so
new file mode 100644
index 0000000000000000000000000000000000000000..21b53a5df2f796e4ee69ad83d93fefa42ed3cafd
Binary files /dev/null and b/system/lib64/libandroid_servers.so differ
diff --git a/system/lib64/libandroidfw.so b/system/lib64/libandroidfw.so
new file mode 100644
index 0000000000000000000000000000000000000000..169860d74feb4a83d5dfbc3499e73e81d2bec47d
Binary files /dev/null and b/system/lib64/libandroidfw.so differ
diff --git a/system/lib64/libappfuse.so b/system/lib64/libappfuse.so
new file mode 100644
index 0000000000000000000000000000000000000000..1baff09525c937189086b363bc897df73296c1d5
Binary files /dev/null and b/system/lib64/libappfuse.so differ
diff --git a/system/lib64/libart-compiler.so b/system/lib64/libart-compiler.so
new file mode 100644
index 0000000000000000000000000000000000000000..707924f4cb9b34b12eda9477a40712495161f2c2
Binary files /dev/null and b/system/lib64/libart-compiler.so differ
diff --git a/system/lib64/libart-dexlayout.so b/system/lib64/libart-dexlayout.so
new file mode 100644
index 0000000000000000000000000000000000000000..1e30f51eb76c3417e83d9be3bb7e24ea89b6d1c2
Binary files /dev/null and b/system/lib64/libart-dexlayout.so differ
diff --git a/system/lib64/libart-disassembler.so b/system/lib64/libart-disassembler.so
new file mode 100644
index 0000000000000000000000000000000000000000..cc72070cf09f3dcd63e4b67a47d95bdc5c28c0e4
Binary files /dev/null and b/system/lib64/libart-disassembler.so differ
diff --git a/system/lib64/libart.so b/system/lib64/libart.so
new file mode 100644
index 0000000000000000000000000000000000000000..a48fa55fcb42289be23c8307abb43bdf6d9ad5fc
Binary files /dev/null and b/system/lib64/libart.so differ
diff --git a/system/lib64/libaudio-resampler.so b/system/lib64/libaudio-resampler.so
new file mode 100644
index 0000000000000000000000000000000000000000..f4c27fb191f6f373f35959cdd066e8befa4e3070
Binary files /dev/null and b/system/lib64/libaudio-resampler.so differ
diff --git a/system/lib64/libaudio_param_parser-sys.so b/system/lib64/libaudio_param_parser-sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..791aa997ee9764fada9803ed8d675489bd38dcbf
Binary files /dev/null and b/system/lib64/libaudio_param_parser-sys.so differ
diff --git a/system/lib64/libaudioclient.so b/system/lib64/libaudioclient.so
new file mode 100644
index 0000000000000000000000000000000000000000..7e3805f39f80010e9df5da83153c882047d17b58
Binary files /dev/null and b/system/lib64/libaudioclient.so differ
diff --git a/system/lib64/libaudiocompensationfilter.so b/system/lib64/libaudiocompensationfilter.so
new file mode 100644
index 0000000000000000000000000000000000000000..f088622f5ef1eb4b6c18d5d71fd0e59a9ddf8ee1
Binary files /dev/null and b/system/lib64/libaudiocompensationfilter.so differ
diff --git a/system/lib64/libaudiocomponentengine.so b/system/lib64/libaudiocomponentengine.so
new file mode 100644
index 0000000000000000000000000000000000000000..af7ae474bd71c168e24f2fc066f147bb2808710b
Binary files /dev/null and b/system/lib64/libaudiocomponentengine.so differ
diff --git a/system/lib64/libaudiocustparam.so b/system/lib64/libaudiocustparam.so
new file mode 100644
index 0000000000000000000000000000000000000000..efa873359e9f0a55492ad90b8145e2f600860db4
Binary files /dev/null and b/system/lib64/libaudiocustparam.so differ
diff --git a/system/lib64/libaudiodcrflt.so b/system/lib64/libaudiodcrflt.so
new file mode 100644
index 0000000000000000000000000000000000000000..5034acde7af5af28c91c239bba82ba09cea1e614
Binary files /dev/null and b/system/lib64/libaudiodcrflt.so differ
diff --git a/system/lib64/libaudioeffect_jni.so b/system/lib64/libaudioeffect_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..e631d072324722bb6ac860b3c3193c5f7b4c0c3a
Binary files /dev/null and b/system/lib64/libaudioeffect_jni.so differ
diff --git a/system/lib64/libaudioflinger.so b/system/lib64/libaudioflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..db299d0cc6b2a352a9f5007e8e021cf9bea81fc5
Binary files /dev/null and b/system/lib64/libaudioflinger.so differ
diff --git a/system/lib64/libaudiohal.so b/system/lib64/libaudiohal.so
new file mode 100644
index 0000000000000000000000000000000000000000..0867bfdadf444be6256423ae733924d1c832aa46
Binary files /dev/null and b/system/lib64/libaudiohal.so differ
diff --git a/system/lib64/libaudiomanager.so b/system/lib64/libaudiomanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..c2b7a6e745e6d5c69566c829c10ca5aff1d34a4b
Binary files /dev/null and b/system/lib64/libaudiomanager.so differ
diff --git a/system/lib64/libaudiopolicycustomextensions.so b/system/lib64/libaudiopolicycustomextensions.so
new file mode 100644
index 0000000000000000000000000000000000000000..f9eba7f3bc074a89e5501e87d5112f9ba8c078b0
Binary files /dev/null and b/system/lib64/libaudiopolicycustomextensions.so differ
diff --git a/system/lib64/libaudiopolicyenginedefault.so b/system/lib64/libaudiopolicyenginedefault.so
new file mode 100644
index 0000000000000000000000000000000000000000..e88e6284837e2292c4f3995261f9a9f84e89fd64
Binary files /dev/null and b/system/lib64/libaudiopolicyenginedefault.so differ
diff --git a/system/lib64/libaudiopolicymanager.so b/system/lib64/libaudiopolicymanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..e13712ae57e683471d42d7178ce6be963913d1d8
Binary files /dev/null and b/system/lib64/libaudiopolicymanager.so differ
diff --git a/system/lib64/libaudiopolicymanagerdefault.so b/system/lib64/libaudiopolicymanagerdefault.so
new file mode 100644
index 0000000000000000000000000000000000000000..4d9e9b5534fa1618412213039e09f202cb66eb34
Binary files /dev/null and b/system/lib64/libaudiopolicymanagerdefault.so differ
diff --git a/system/lib64/libaudiopolicyservice.so b/system/lib64/libaudiopolicyservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..675f51fd633e8a1a1e8d8d106d006e39c7d2d2da
Binary files /dev/null and b/system/lib64/libaudiopolicyservice.so differ
diff --git a/system/lib64/libaudioprocessing.so b/system/lib64/libaudioprocessing.so
new file mode 100644
index 0000000000000000000000000000000000000000..c9846cb98fffab0687a3d6739b42097a423414fd
Binary files /dev/null and b/system/lib64/libaudioprocessing.so differ
diff --git a/system/lib64/libaudiospdif.so b/system/lib64/libaudiospdif.so
new file mode 100644
index 0000000000000000000000000000000000000000..73b3a51c274d0e6da8a836bacba22a6f8cb7f511
Binary files /dev/null and b/system/lib64/libaudiospdif.so differ
diff --git a/system/lib64/libaudiotoolkit.so b/system/lib64/libaudiotoolkit.so
new file mode 100644
index 0000000000000000000000000000000000000000..13a61783c98aa3afb20880a2e198218e1edcf020
Binary files /dev/null and b/system/lib64/libaudiotoolkit.so differ
diff --git a/system/lib64/libaudioutils.so b/system/lib64/libaudioutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..25ca860a718e78e10edc6f2181d18121612de2b5
Binary files /dev/null and b/system/lib64/libaudioutils.so differ
diff --git a/system/lib64/libavservices_minijail.so b/system/lib64/libavservices_minijail.so
new file mode 100644
index 0000000000000000000000000000000000000000..ed9d4fd96de211758642d4e549a150650b4239e1
Binary files /dev/null and b/system/lib64/libavservices_minijail.so differ
diff --git a/system/lib64/libbacktrace.so b/system/lib64/libbacktrace.so
new file mode 100644
index 0000000000000000000000000000000000000000..92cf6825921569857f83887f0fb17d4331fa8ca8
Binary files /dev/null and b/system/lib64/libbacktrace.so differ
diff --git a/system/lib64/libbase.so b/system/lib64/libbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..d70d14934a32ad656c2b271f8151a4aecef79ff3
Binary files /dev/null and b/system/lib64/libbase.so differ
diff --git a/system/lib64/libbatteryservice.so b/system/lib64/libbatteryservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..1b80ecf2eb834075183d50df463399fa3366c7f1
Binary files /dev/null and b/system/lib64/libbatteryservice.so differ
diff --git a/system/lib64/libbcc.so b/system/lib64/libbcc.so
new file mode 100644
index 0000000000000000000000000000000000000000..e547124353ef7749ccccdfae7aa30ab93c907456
Binary files /dev/null and b/system/lib64/libbcc.so differ
diff --git a/system/lib64/libbcinfo.so b/system/lib64/libbcinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..fd4ae46cdc73ba7c32dc57ac1c88d9f1c0eff559
Binary files /dev/null and b/system/lib64/libbcinfo.so differ
diff --git a/system/lib64/libbessound_hd_mtk.so b/system/lib64/libbessound_hd_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..ecc0629e1278e7834d938a26ecdd92a8059843f7
Binary files /dev/null and b/system/lib64/libbessound_hd_mtk.so differ
diff --git a/system/lib64/libbinder.so b/system/lib64/libbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..c574a6d8daabc1799697f8156093fcdf92ca946f
Binary files /dev/null and b/system/lib64/libbinder.so differ
diff --git a/system/lib64/libblas.so b/system/lib64/libblas.so
new file mode 100644
index 0000000000000000000000000000000000000000..98f4949c5b59589b8b894f6773b0915d94581e8f
Binary files /dev/null and b/system/lib64/libblas.so differ
diff --git a/system/lib64/libblasV8.so b/system/lib64/libblasV8.so
new file mode 100644
index 0000000000000000000000000000000000000000..3a48ef3ecc4384ba92d513f17ade3d0255d4f298
Binary files /dev/null and b/system/lib64/libblasV8.so differ
diff --git a/system/lib64/libblisrc.so b/system/lib64/libblisrc.so
new file mode 100644
index 0000000000000000000000000000000000000000..e579b14a9251a35390cbddf1b1db8d1d62acf00e
Binary files /dev/null and b/system/lib64/libblisrc.so differ
diff --git a/system/lib64/libblisrc32.so b/system/lib64/libblisrc32.so
new file mode 100644
index 0000000000000000000000000000000000000000..ac2aba0cfa8708b71ac539a88fd903f87d056305
Binary files /dev/null and b/system/lib64/libblisrc32.so differ
diff --git a/system/lib64/libbluetooth_mtk_pure_system.so b/system/lib64/libbluetooth_mtk_pure_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..991faace256c168eb10175895c91c7c5197b62c5
Binary files /dev/null and b/system/lib64/libbluetooth_mtk_pure_system.so differ
diff --git a/system/lib64/libbluetooth_relayer_system.so b/system/lib64/libbluetooth_relayer_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..3771d2e66a7998f52fd8962e0fdc0bc682afbda5
Binary files /dev/null and b/system/lib64/libbluetooth_relayer_system.so differ
diff --git a/system/lib64/libbluetoothem_mtk_system.so b/system/lib64/libbluetoothem_mtk_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..0ffe1a2c87e906244fee0b75a424b2771243f8ec
Binary files /dev/null and b/system/lib64/libbluetoothem_mtk_system.so differ
diff --git a/system/lib64/libc++.so b/system/lib64/libc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..04a8fc4ceee883f1bf8af541502ca758db83fd88
Binary files /dev/null and b/system/lib64/libc++.so differ
diff --git a/system/lib64/libc.so b/system/lib64/libc.so
new file mode 100644
index 0000000000000000000000000000000000000000..2cb9fa48a79016b74ebafaf96f19df2ca3f3ea71
Binary files /dev/null and b/system/lib64/libc.so differ
diff --git a/system/lib64/libc_malloc_debug.so b/system/lib64/libc_malloc_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..99c4db68166beb9b49bda44e91f63c2c067df594
Binary files /dev/null and b/system/lib64/libc_malloc_debug.so differ
diff --git a/system/lib64/libcamera2ndk.so b/system/lib64/libcamera2ndk.so
new file mode 100644
index 0000000000000000000000000000000000000000..082f40161fada28e3320202502a9df055e2d2aa1
Binary files /dev/null and b/system/lib64/libcamera2ndk.so differ
diff --git a/system/lib64/libcamera_client.so b/system/lib64/libcamera_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..034b5a405cbbf00693459409ca4526f0cafc9912
Binary files /dev/null and b/system/lib64/libcamera_client.so differ
diff --git a/system/lib64/libcamera_metadata.so b/system/lib64/libcamera_metadata.so
new file mode 100644
index 0000000000000000000000000000000000000000..a4a32121e773285df27ff83b474a5efb077fa493
Binary files /dev/null and b/system/lib64/libcamera_metadata.so differ
diff --git a/system/lib64/libcameraservice.so b/system/lib64/libcameraservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..c822c0d617b7d8620ca2eb7d902e7d07fd8fde2d
Binary files /dev/null and b/system/lib64/libcameraservice.so differ
diff --git a/system/lib64/libcap.so b/system/lib64/libcap.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b4029db7a2202db39c8ff661ffda346926ed088
Binary files /dev/null and b/system/lib64/libcap.so differ
diff --git a/system/lib64/libccci_util_sys.so b/system/lib64/libccci_util_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..b26bdea26c748e9358c511af9353bb3fc66832a1
Binary files /dev/null and b/system/lib64/libccci_util_sys.so differ
diff --git a/system/lib64/libchrome.so b/system/lib64/libchrome.so
new file mode 100644
index 0000000000000000000000000000000000000000..bf6de9491a2dea135576a15ff44b970aa30de8fe
Binary files /dev/null and b/system/lib64/libchrome.so differ
diff --git a/system/lib64/libclang_rt.ubsan_standalone-aarch64-android.so b/system/lib64/libclang_rt.ubsan_standalone-aarch64-android.so
new file mode 100644
index 0000000000000000000000000000000000000000..c94b2283b5ab627b6aae734989f6dd5059303196
Binary files /dev/null and b/system/lib64/libclang_rt.ubsan_standalone-aarch64-android.so differ
diff --git a/system/lib64/libclcore.bc b/system/lib64/libclcore.bc
new file mode 100644
index 0000000000000000000000000000000000000000..ca3d10b8d7fc73f3f523739862ea580af9cdd406
Binary files /dev/null and b/system/lib64/libclcore.bc differ
diff --git a/system/lib64/libclcore_debug.bc b/system/lib64/libclcore_debug.bc
new file mode 100644
index 0000000000000000000000000000000000000000..68cc8ef81a1ad336f61cad2586f1969b9da585a4
Binary files /dev/null and b/system/lib64/libclcore_debug.bc differ
diff --git a/system/lib64/libclcore_debug_g.bc b/system/lib64/libclcore_debug_g.bc
new file mode 100644
index 0000000000000000000000000000000000000000..0160c9cc749cc181b4b36d6ac9bdab7102f68266
Binary files /dev/null and b/system/lib64/libclcore_debug_g.bc differ
diff --git a/system/lib64/libclcore_g.bc b/system/lib64/libclcore_g.bc
new file mode 100644
index 0000000000000000000000000000000000000000..89ec067c74aebefd604765ddcea2c79f53fad7e6
Binary files /dev/null and b/system/lib64/libclcore_g.bc differ
diff --git a/system/lib64/libcompiler_rt.so b/system/lib64/libcompiler_rt.so
new file mode 100644
index 0000000000000000000000000000000000000000..8e2b75ff809458bf65bf094c2f0e0afb5e91e12a
Binary files /dev/null and b/system/lib64/libcompiler_rt.so differ
diff --git a/system/lib64/libcrypto.so b/system/lib64/libcrypto.so
new file mode 100644
index 0000000000000000000000000000000000000000..6876a7d022c9f69a8716a3ebd3ac47ad127f03b6
Binary files /dev/null and b/system/lib64/libcrypto.so differ
diff --git a/system/lib64/libcrypto_utils.so b/system/lib64/libcrypto_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..cec744715051190b0aebce3f3bb523b73724a5af
Binary files /dev/null and b/system/lib64/libcrypto_utils.so differ
diff --git a/system/lib64/libcups.so b/system/lib64/libcups.so
new file mode 100644
index 0000000000000000000000000000000000000000..0575505e5727d452eea942db82fa681d24462bfd
Binary files /dev/null and b/system/lib64/libcups.so differ
diff --git a/system/lib64/libcustom_jni.so b/system/lib64/libcustom_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..082c38adcd65daef0b12dbc1568a77c2a76b15d3
Binary files /dev/null and b/system/lib64/libcustom_jni.so differ
diff --git a/system/lib64/libcustom_nvram_mtk.so b/system/lib64/libcustom_nvram_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..498b3025ce5122f3ffb92bf52ce18d3e09b2fafa
Binary files /dev/null and b/system/lib64/libcustom_nvram_mtk.so differ
diff --git a/system/lib64/libcustom_prop.so b/system/lib64/libcustom_prop.so
new file mode 100644
index 0000000000000000000000000000000000000000..b8ea316ecf056f56876f91b9882fba3638f58a4f
Binary files /dev/null and b/system/lib64/libcustom_prop.so differ
diff --git a/system/lib64/libcutils.so b/system/lib64/libcutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d8a8170c233e3a99595b79e35b60291330ec460
Binary files /dev/null and b/system/lib64/libcutils.so differ
diff --git a/system/lib64/libdcfdecoderjni.so b/system/lib64/libdcfdecoderjni.so
new file mode 100644
index 0000000000000000000000000000000000000000..76e8d8d8b03b062dccace2140378430a98d9aceb
Binary files /dev/null and b/system/lib64/libdcfdecoderjni.so differ
diff --git a/system/lib64/libdebuggerd_client.so b/system/lib64/libdebuggerd_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..07bbbda3a6ae2c7c678fbe56037003cb4685d92f
Binary files /dev/null and b/system/lib64/libdebuggerd_client.so differ
diff --git a/system/lib64/libdefcontainer_jni.so b/system/lib64/libdefcontainer_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..fac3db9c2d859ee495527d777c540d3c30031541
Binary files /dev/null and b/system/lib64/libdefcontainer_jni.so differ
diff --git a/system/lib64/libdiskconfig.so b/system/lib64/libdiskconfig.so
new file mode 100644
index 0000000000000000000000000000000000000000..33b90a24c3344e94d95f1849371393948707b2aa
Binary files /dev/null and b/system/lib64/libdiskconfig.so differ
diff --git a/system/lib64/libdisp_dejitter.so b/system/lib64/libdisp_dejitter.so
new file mode 100644
index 0000000000000000000000000000000000000000..d9bd2188a2c0be6524218f16f558d0cfdceb6857
Binary files /dev/null and b/system/lib64/libdisp_dejitter.so differ
diff --git a/system/lib64/libdisplayservicehidl.so b/system/lib64/libdisplayservicehidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..c7b1975e1408eacb8c6575033759bda72560122b
Binary files /dev/null and b/system/lib64/libdisplayservicehidl.so differ
diff --git a/system/lib64/libdl.so b/system/lib64/libdl.so
new file mode 100644
index 0000000000000000000000000000000000000000..3aa9491505248b7b1a38465ce2d4ab930aa23e95
Binary files /dev/null and b/system/lib64/libdl.so differ
diff --git a/system/lib64/libdng_sdk.so b/system/lib64/libdng_sdk.so
new file mode 100644
index 0000000000000000000000000000000000000000..ada0b47b23253869d23afb40601f7e0af7e0d605
Binary files /dev/null and b/system/lib64/libdng_sdk.so differ
diff --git a/system/lib64/libdpframework_mtk.so b/system/lib64/libdpframework_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..8be2ebc2131168a586b343a0986393250bbda2d6
Binary files /dev/null and b/system/lib64/libdpframework_mtk.so differ
diff --git a/system/lib64/libdrmframework.so b/system/lib64/libdrmframework.so
new file mode 100644
index 0000000000000000000000000000000000000000..b6d9ec3f2e0bdd9d0a4c3211718069d46b16c675
Binary files /dev/null and b/system/lib64/libdrmframework.so differ
diff --git a/system/lib64/libdrmframework_jni.so b/system/lib64/libdrmframework_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..67dc4ef3449481223914a70fef00cde96d8c8a95
Binary files /dev/null and b/system/lib64/libdrmframework_jni.so differ
diff --git a/system/lib64/libdrmmtkutil.so b/system/lib64/libdrmmtkutil.so
new file mode 100644
index 0000000000000000000000000000000000000000..0c45007a1c90ba3c68a77c1d5e49f595032f7a9c
Binary files /dev/null and b/system/lib64/libdrmmtkutil.so differ
diff --git a/system/lib64/libdrmmtkwhitelist.so b/system/lib64/libdrmmtkwhitelist.so
new file mode 100644
index 0000000000000000000000000000000000000000..817873b78519fbe276c097497b8294436e4a8a1a
Binary files /dev/null and b/system/lib64/libdrmmtkwhitelist.so differ
diff --git a/system/lib64/libdumpstateaidl.so b/system/lib64/libdumpstateaidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..1a04dd9713d2426f5f7dfc447b96c77e1cb8805f
Binary files /dev/null and b/system/lib64/libdumpstateaidl.so differ
diff --git a/system/lib64/libdumpstateutil.so b/system/lib64/libdumpstateutil.so
new file mode 100644
index 0000000000000000000000000000000000000000..80badb8c67dc5a98603c1e26d41163f6394c4ef2
Binary files /dev/null and b/system/lib64/libdumpstateutil.so differ
diff --git a/system/lib64/libeffectsconfig.so b/system/lib64/libeffectsconfig.so
new file mode 100644
index 0000000000000000000000000000000000000000..cd3da3da676a07918ab7b7024d4675f16d9d32ae
Binary files /dev/null and b/system/lib64/libeffectsconfig.so differ
diff --git a/system/lib64/libem_audio_jni.so b/system/lib64/libem_audio_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..ad8c385010249ea7b01b68b446103a2b5793fcdc
Binary files /dev/null and b/system/lib64/libem_audio_jni.so differ
diff --git a/system/lib64/libem_bt_jni.so b/system/lib64/libem_bt_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..bd10c62c77a522ece9ada77b89f5b77110b01b21
Binary files /dev/null and b/system/lib64/libem_bt_jni.so differ
diff --git a/system/lib64/libem_lte_jni.so b/system/lib64/libem_lte_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..c53af119a8b57c920ce9a50b8664a2c68b43c221
Binary files /dev/null and b/system/lib64/libem_lte_jni.so differ
diff --git a/system/lib64/libem_sensor_jni.so b/system/lib64/libem_sensor_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..24742e1137235f1c5a16cb6605a3fd85ed83737f
Binary files /dev/null and b/system/lib64/libem_sensor_jni.so differ
diff --git a/system/lib64/libem_support_jni.so b/system/lib64/libem_support_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..636ec7715bb1a256340608e77b9e6634bf3a3d38
Binary files /dev/null and b/system/lib64/libem_support_jni.so differ
diff --git a/system/lib64/libem_usb_jni.so b/system/lib64/libem_usb_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..01bade3cbcec677f7d939cb9018b70f4323198e3
Binary files /dev/null and b/system/lib64/libem_usb_jni.so differ
diff --git a/system/lib64/libem_wifi_jni.so b/system/lib64/libem_wifi_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..71f4bdf70d37ccbd6d90afb5d542de40d4351c74
Binary files /dev/null and b/system/lib64/libem_wifi_jni.so differ
diff --git a/system/lib64/libevent.so b/system/lib64/libevent.so
new file mode 100644
index 0000000000000000000000000000000000000000..9f63cbbd01429c6fb3a364ed2f55d1a377fc3bfe
Binary files /dev/null and b/system/lib64/libevent.so differ
diff --git a/system/lib64/libexif.so b/system/lib64/libexif.so
new file mode 100644
index 0000000000000000000000000000000000000000..c8185098c977b67bad5e4a3dbf184048c3a4c995
Binary files /dev/null and b/system/lib64/libexif.so differ
diff --git a/system/lib64/libexpat.so b/system/lib64/libexpat.so
new file mode 100644
index 0000000000000000000000000000000000000000..2d298810f84d528dff86db46328be5f3e6a4b17a
Binary files /dev/null and b/system/lib64/libexpat.so differ
diff --git a/system/lib64/libext2_blkid.so b/system/lib64/libext2_blkid.so
new file mode 100644
index 0000000000000000000000000000000000000000..5ad7ba12135a7e54c9eda1760ed40b266acc4312
Binary files /dev/null and b/system/lib64/libext2_blkid.so differ
diff --git a/system/lib64/libext2_com_err.so b/system/lib64/libext2_com_err.so
new file mode 100644
index 0000000000000000000000000000000000000000..5a9e710e73d77f67a171f4f4ace4de50698df03e
Binary files /dev/null and b/system/lib64/libext2_com_err.so differ
diff --git a/system/lib64/libext2_e2p.so b/system/lib64/libext2_e2p.so
new file mode 100644
index 0000000000000000000000000000000000000000..fa84c2b223648eba37f565f40d43802379d15f85
Binary files /dev/null and b/system/lib64/libext2_e2p.so differ
diff --git a/system/lib64/libext2_misc.so b/system/lib64/libext2_misc.so
new file mode 100644
index 0000000000000000000000000000000000000000..937edd55c85419eeb589cf1c0ff9c8e95ea6106f
Binary files /dev/null and b/system/lib64/libext2_misc.so differ
diff --git a/system/lib64/libext2_profile.so b/system/lib64/libext2_profile.so
new file mode 100644
index 0000000000000000000000000000000000000000..cecd720c9e8b69668bb52195fbcff379ab199cfd
Binary files /dev/null and b/system/lib64/libext2_profile.so differ
diff --git a/system/lib64/libext2_quota.so b/system/lib64/libext2_quota.so
new file mode 100644
index 0000000000000000000000000000000000000000..c6d3e91c5c7e4ff6e8889648edb573a0a2c6c254
Binary files /dev/null and b/system/lib64/libext2_quota.so differ
diff --git a/system/lib64/libext2_uuid.so b/system/lib64/libext2_uuid.so
new file mode 100644
index 0000000000000000000000000000000000000000..beab459a0e5d182098b0687adf61cbae961e93d9
Binary files /dev/null and b/system/lib64/libext2_uuid.so differ
diff --git a/system/lib64/libext2fs.so b/system/lib64/libext2fs.so
new file mode 100644
index 0000000000000000000000000000000000000000..4880c1e2e9fed4e5888403fcd0652abedce306ff
Binary files /dev/null and b/system/lib64/libext2fs.so differ
diff --git a/system/lib64/libext4_utils.so b/system/lib64/libext4_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..87baf24314cdb9f9a1cfa77c50a2095d35acfbb2
Binary files /dev/null and b/system/lib64/libext4_utils.so differ
diff --git a/system/lib64/libf2fs_sparseblock.so b/system/lib64/libf2fs_sparseblock.so
new file mode 100644
index 0000000000000000000000000000000000000000..153956d5524458407d420e39638e59e86e578d56
Binary files /dev/null and b/system/lib64/libf2fs_sparseblock.so differ
diff --git a/system/lib64/libfile_op_mtk.so b/system/lib64/libfile_op_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..25d9966cbb5bff78aca368218c406d07c0a971f3
Binary files /dev/null and b/system/lib64/libfile_op_mtk.so differ
diff --git a/system/lib64/libfilterfw.so b/system/lib64/libfilterfw.so
new file mode 100644
index 0000000000000000000000000000000000000000..7f78df22f9b93546437a8e4306f1f5c39320cb8d
Binary files /dev/null and b/system/lib64/libfilterfw.so differ
diff --git a/system/lib64/libfilterpack_facedetect.so b/system/lib64/libfilterpack_facedetect.so
new file mode 100644
index 0000000000000000000000000000000000000000..ec5e0eb9b21668801fd32da55c1bc3b1a0561c85
Binary files /dev/null and b/system/lib64/libfilterpack_facedetect.so differ
diff --git a/system/lib64/libfilterpack_imageproc.so b/system/lib64/libfilterpack_imageproc.so
new file mode 100644
index 0000000000000000000000000000000000000000..ea34271231f16b09b3002f3c93598b129286e100
Binary files /dev/null and b/system/lib64/libfilterpack_imageproc.so differ
diff --git a/system/lib64/libfmjni.so b/system/lib64/libfmjni.so
new file mode 100644
index 0000000000000000000000000000000000000000..b1bdc47057440c730618bc95dab57f466a0e9084
Binary files /dev/null and b/system/lib64/libfmjni.so differ
diff --git a/system/lib64/libfmq.so b/system/lib64/libfmq.so
new file mode 100644
index 0000000000000000000000000000000000000000..85e67799ed2da29769eedf03cf266ecee62bb9d0
Binary files /dev/null and b/system/lib64/libfmq.so differ
diff --git a/system/lib64/libfpspolicy_fw.so b/system/lib64/libfpspolicy_fw.so
new file mode 100644
index 0000000000000000000000000000000000000000..613f6a10f08eca7b2e10747abea159cc82f0bffd
Binary files /dev/null and b/system/lib64/libfpspolicy_fw.so differ
diff --git a/system/lib64/libft2.so b/system/lib64/libft2.so
new file mode 100644
index 0000000000000000000000000000000000000000..3c1a84516eca3b06a3b4c979a747e56357978121
Binary files /dev/null and b/system/lib64/libft2.so differ
diff --git a/system/lib64/libfw_drmutils.so b/system/lib64/libfw_drmutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..fcf86906c8e0277e519b75f7acf801bd2ba79d25
Binary files /dev/null and b/system/lib64/libfw_drmutils.so differ
diff --git a/system/lib64/libgatekeeper.so b/system/lib64/libgatekeeper.so
new file mode 100644
index 0000000000000000000000000000000000000000..41660523281b15d76735fa06b26ce67579aa83ec
Binary files /dev/null and b/system/lib64/libgatekeeper.so differ
diff --git a/system/lib64/libged_kpi.so b/system/lib64/libged_kpi.so
new file mode 100644
index 0000000000000000000000000000000000000000..80081c083c1f33f38d46ce16a72e4d7e6b833f77
Binary files /dev/null and b/system/lib64/libged_kpi.so differ
diff --git a/system/lib64/libged_sys.so b/system/lib64/libged_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..feabb412bdc01283e0b83ed307dbaea02be42d1e
Binary files /dev/null and b/system/lib64/libged_sys.so differ
diff --git a/system/lib64/libgralloc_extra_sys.so b/system/lib64/libgralloc_extra_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..552162563812e72735711f53e5bf401397f3b134
Binary files /dev/null and b/system/lib64/libgralloc_extra_sys.so differ
diff --git a/system/lib64/libgraphics2d_ext.so b/system/lib64/libgraphics2d_ext.so
new file mode 100644
index 0000000000000000000000000000000000000000..3de5a7a72b3a7358d924d3d50738646b97f0199e
Binary files /dev/null and b/system/lib64/libgraphics2d_ext.so differ
diff --git a/system/lib64/libgraphicsenv.so b/system/lib64/libgraphicsenv.so
new file mode 100644
index 0000000000000000000000000000000000000000..11144095c981c2bbe98ce8846b0bf41aca5d1524
Binary files /dev/null and b/system/lib64/libgraphicsenv.so differ
diff --git a/system/lib64/libgui.so b/system/lib64/libgui.so
new file mode 100644
index 0000000000000000000000000000000000000000..f236c94b283ec1023df4fd53a80f20f114bf7f33
Binary files /dev/null and b/system/lib64/libgui.so differ
diff --git a/system/lib64/libgui_debug.so b/system/lib64/libgui_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..8a4ce51d8c91641e119e3f2f4c740491db6a92a0
Binary files /dev/null and b/system/lib64/libgui_debug.so differ
diff --git a/system/lib64/libgui_ext.so b/system/lib64/libgui_ext.so
new file mode 100644
index 0000000000000000000000000000000000000000..0832cbb9efbf39d63bfd94f130dc83f33ad2be84
Binary files /dev/null and b/system/lib64/libgui_ext.so differ
diff --git a/system/lib64/libhardware.so b/system/lib64/libhardware.so
new file mode 100644
index 0000000000000000000000000000000000000000..4e242b1e90ef309b24843e3e985a5ac9cc881b76
Binary files /dev/null and b/system/lib64/libhardware.so differ
diff --git a/system/lib64/libhardware_legacy.so b/system/lib64/libhardware_legacy.so
new file mode 100644
index 0000000000000000000000000000000000000000..069640db62597fc41d5fb82d109856dfd61a3cb3
Binary files /dev/null and b/system/lib64/libhardware_legacy.so differ
diff --git a/system/lib64/libharfbuzz_ng.so b/system/lib64/libharfbuzz_ng.so
new file mode 100644
index 0000000000000000000000000000000000000000..86919b46dcbf5656c25de30abea8073b6d884c63
Binary files /dev/null and b/system/lib64/libharfbuzz_ng.so differ
diff --git a/system/lib64/libheif.so b/system/lib64/libheif.so
new file mode 100644
index 0000000000000000000000000000000000000000..d558f98d13ac92a2c976fb627bcb4ba197520cda
Binary files /dev/null and b/system/lib64/libheif.so differ
diff --git a/system/lib64/libhidcommand_jni.so b/system/lib64/libhidcommand_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..d65dbb59224623fc7b7e4a8a9ec2eee84275ac7a
Binary files /dev/null and b/system/lib64/libhidcommand_jni.so differ
diff --git a/system/lib64/libhidl-gen-utils.so b/system/lib64/libhidl-gen-utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..512fd0ae7e0bfba1a6f5dd485020881d0068bdfe
Binary files /dev/null and b/system/lib64/libhidl-gen-utils.so differ
diff --git a/system/lib64/libhidlbase.so b/system/lib64/libhidlbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..d0179c755ee9c1929c175069b298654a52d2a07a
Binary files /dev/null and b/system/lib64/libhidlbase.so differ
diff --git a/system/lib64/libhidlmemory.so b/system/lib64/libhidlmemory.so
new file mode 100644
index 0000000000000000000000000000000000000000..dc9599908c8d13dcb2ec8311f1cac819c29ca504
Binary files /dev/null and b/system/lib64/libhidlmemory.so differ
diff --git a/system/lib64/libhidltransport.so b/system/lib64/libhidltransport.so
new file mode 100644
index 0000000000000000000000000000000000000000..c8ebc89e5f7c0290bae4a8bbe2b102dc2a334a08
Binary files /dev/null and b/system/lib64/libhidltransport.so differ
diff --git a/system/lib64/libhwbinder.so b/system/lib64/libhwbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..d9ccf15814e6f894a42359cffb5743f6cb2bc228
Binary files /dev/null and b/system/lib64/libhwbinder.so differ
diff --git a/system/lib64/libhwm_mtk.so b/system/lib64/libhwm_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..f9ba4c151e79987fb68e43ac55e14802be61f8a5
Binary files /dev/null and b/system/lib64/libhwm_mtk.so differ
diff --git a/system/lib64/libhwui.so b/system/lib64/libhwui.so
new file mode 100644
index 0000000000000000000000000000000000000000..5b481b5f9b6308ab4add78796c35dcd499e4742e
Binary files /dev/null and b/system/lib64/libhwui.so differ
diff --git a/system/lib64/libicui18n.so b/system/lib64/libicui18n.so
new file mode 100644
index 0000000000000000000000000000000000000000..b5429fc203e0b16c8deb9c3988825b98738f8927
Binary files /dev/null and b/system/lib64/libicui18n.so differ
diff --git a/system/lib64/libicuuc.so b/system/lib64/libicuuc.so
new file mode 100644
index 0000000000000000000000000000000000000000..51c78895d01c4dadd0b6fc3c4231cd22691e8172
Binary files /dev/null and b/system/lib64/libicuuc.so differ
diff --git a/system/lib64/libimg_utils.so b/system/lib64/libimg_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..d75d3f9f667f2316460e62e842bb6dc2e44ebb1d
Binary files /dev/null and b/system/lib64/libimg_utils.so differ
diff --git a/system/lib64/libincident.so b/system/lib64/libincident.so
new file mode 100644
index 0000000000000000000000000000000000000000..f03a08e909e8548a9cd5c1c43bfb6bf344a112d3
Binary files /dev/null and b/system/lib64/libincident.so differ
diff --git a/system/lib64/libinput.so b/system/lib64/libinput.so
new file mode 100644
index 0000000000000000000000000000000000000000..a71cf66f9d9665b2afd304c91ae74c2da98c4c5d
Binary files /dev/null and b/system/lib64/libinput.so differ
diff --git a/system/lib64/libinputflinger.so b/system/lib64/libinputflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..94e7aabf7d61962bd240a52e78eca32902671c2b
Binary files /dev/null and b/system/lib64/libinputflinger.so differ
diff --git a/system/lib64/libinputservice.so b/system/lib64/libinputservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..026e2204be184353cdb37a7e1f77562f0a2926b2
Binary files /dev/null and b/system/lib64/libinputservice.so differ
diff --git a/system/lib64/libion.so b/system/lib64/libion.so
new file mode 100644
index 0000000000000000000000000000000000000000..5e0005852769f299326fc465d30e0401c4ae4b25
Binary files /dev/null and b/system/lib64/libion.so differ
diff --git a/system/lib64/libion_mtk_sys.so b/system/lib64/libion_mtk_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..fe6d2884672a383ee7bdeae1c36d54bdae98cf41
Binary files /dev/null and b/system/lib64/libion_mtk_sys.so differ
diff --git a/system/lib64/libion_ulit_sys.so b/system/lib64/libion_ulit_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..0c13866a3209829ad326ecb8ad633ca8fe8e323e
Binary files /dev/null and b/system/lib64/libion_ulit_sys.so differ
diff --git a/system/lib64/libiprouteutil.so b/system/lib64/libiprouteutil.so
new file mode 100644
index 0000000000000000000000000000000000000000..a12bd6d87f83327b12b27d791f7235f8be12fe7e
Binary files /dev/null and b/system/lib64/libiprouteutil.so differ
diff --git a/system/lib64/libja3m.so b/system/lib64/libja3m.so
new file mode 100644
index 0000000000000000000000000000000000000000..184f774dda02aa250e7a3133d2759a1deaafee50
Binary files /dev/null and b/system/lib64/libja3m.so differ
diff --git a/system/lib64/libjavacore.so b/system/lib64/libjavacore.so
new file mode 100644
index 0000000000000000000000000000000000000000..96318c5c27e1e6f9aed9e4ed5b050c38da7b303b
Binary files /dev/null and b/system/lib64/libjavacore.so differ
diff --git a/system/lib64/libjavacrypto.so b/system/lib64/libjavacrypto.so
new file mode 100644
index 0000000000000000000000000000000000000000..a24950653803e396b3d1c05b96e369ebd96e616d
Binary files /dev/null and b/system/lib64/libjavacrypto.so differ
diff --git a/system/lib64/libjni_eglfence_mtk.so b/system/lib64/libjni_eglfence_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..327df9b6c2ca2b7a5c23575709ac50c3642838ea
Binary files /dev/null and b/system/lib64/libjni_eglfence_mtk.so differ
diff --git a/system/lib64/libjni_filtershow_filters_mtk.so b/system/lib64/libjni_filtershow_filters_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..d4a99575e97671b8e22b070644c3d11a529f47b0
Binary files /dev/null and b/system/lib64/libjni_filtershow_filters_mtk.so differ
diff --git a/system/lib64/libjni_jpegstream_mtk.so b/system/lib64/libjni_jpegstream_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..f443e3d28b1f6f0a520d074ec6aa626231939ab4
Binary files /dev/null and b/system/lib64/libjni_jpegstream_mtk.so differ
diff --git a/system/lib64/libjni_lomoeffect.so b/system/lib64/libjni_lomoeffect.so
new file mode 100644
index 0000000000000000000000000000000000000000..a3ce9c94b6f3c7c5af19e5d70d05c77ab9b246f5
Binary files /dev/null and b/system/lib64/libjni_lomoeffect.so differ
diff --git a/system/lib64/libjni_pacprocessor.so b/system/lib64/libjni_pacprocessor.so
new file mode 100644
index 0000000000000000000000000000000000000000..cc5943a000971dd62b548254d30b97b91f33f92b
Binary files /dev/null and b/system/lib64/libjni_pacprocessor.so differ
diff --git a/system/lib64/libjni_pq.so b/system/lib64/libjni_pq.so
new file mode 100644
index 0000000000000000000000000000000000000000..971c742e786710e5545d406cfa545227fc1b84d1
Binary files /dev/null and b/system/lib64/libjni_pq.so differ
diff --git a/system/lib64/libjni_stereoinfoaccessor.so b/system/lib64/libjni_stereoinfoaccessor.so
new file mode 100644
index 0000000000000000000000000000000000000000..c17b9f60d91c1e5a092bd0b07e1833e12c801865
Binary files /dev/null and b/system/lib64/libjni_stereoinfoaccessor.so differ
diff --git a/system/lib64/libjnigraphics.so b/system/lib64/libjnigraphics.so
new file mode 100644
index 0000000000000000000000000000000000000000..3a6ffd92cddf91f584383a9dd7fd0d2a2ed58431
Binary files /dev/null and b/system/lib64/libjnigraphics.so differ
diff --git a/system/lib64/libjpeg.so b/system/lib64/libjpeg.so
new file mode 100644
index 0000000000000000000000000000000000000000..de668b56a3a25a1c8c9c09c93fe8aab733bb54c3
Binary files /dev/null and b/system/lib64/libjpeg.so differ
diff --git a/system/lib64/libkeymaster_messages.so b/system/lib64/libkeymaster_messages.so
new file mode 100644
index 0000000000000000000000000000000000000000..56ddcbb142ba26967c53a3c74d7ae410ff12b744
Binary files /dev/null and b/system/lib64/libkeymaster_messages.so differ
diff --git a/system/lib64/libkeymaster_portable.so b/system/lib64/libkeymaster_portable.so
new file mode 100644
index 0000000000000000000000000000000000000000..3f60bbc2bbcbde53738851a6ea800374603c97c0
Binary files /dev/null and b/system/lib64/libkeymaster_portable.so differ
diff --git a/system/lib64/libkeymaster_staging.so b/system/lib64/libkeymaster_staging.so
new file mode 100644
index 0000000000000000000000000000000000000000..a2a7bbc8c3d4fbde9c16400c4c4714a221ddee0c
Binary files /dev/null and b/system/lib64/libkeymaster_staging.so differ
diff --git a/system/lib64/libkeystore-engine.so b/system/lib64/libkeystore-engine.so
new file mode 100644
index 0000000000000000000000000000000000000000..4dd372a272bc745db9433ada96a2a9a3fba94e4c
Binary files /dev/null and b/system/lib64/libkeystore-engine.so differ
diff --git a/system/lib64/libkeystore_binder.so b/system/lib64/libkeystore_binder.so
new file mode 100644
index 0000000000000000000000000000000000000000..2b72d26bce1514b79f4bbd363fa874995b50ddc4
Binary files /dev/null and b/system/lib64/libkeystore_binder.so differ
diff --git a/system/lib64/libkeyutils.so b/system/lib64/libkeyutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..93d645de4eae26f4976ba7ac2a92c4cbd9b8365a
Binary files /dev/null and b/system/lib64/libkeyutils.so differ
diff --git a/system/lib64/libkmsetkey.so b/system/lib64/libkmsetkey.so
new file mode 100644
index 0000000000000000000000000000000000000000..68e6d0cbd2e119d6471a4b897f67a0a3e2fe71ee
Binary files /dev/null and b/system/lib64/libkmsetkey.so differ
diff --git a/system/lib64/libldacBT_abr.so b/system/lib64/libldacBT_abr.so
new file mode 100644
index 0000000000000000000000000000000000000000..c16be0fbdda8ab6e63450203be0b3722acfc4f13
Binary files /dev/null and b/system/lib64/libldacBT_abr.so differ
diff --git a/system/lib64/libldacBT_enc.so b/system/lib64/libldacBT_enc.so
new file mode 100644
index 0000000000000000000000000000000000000000..37da4eea5231c9b571df3e7e5446ca705a4c571e
Binary files /dev/null and b/system/lib64/libldacBT_enc.so differ
diff --git a/system/lib64/liblocSDK6c.so b/system/lib64/liblocSDK6c.so
new file mode 100644
index 0000000000000000000000000000000000000000..d0c5c9cd071e58116a2d1dff89ff09a60e52f5ab
Binary files /dev/null and b/system/lib64/liblocSDK6c.so differ
diff --git a/system/lib64/liblog.so b/system/lib64/liblog.so
new file mode 100644
index 0000000000000000000000000000000000000000..da579343a013aa2d2b9e59a32b4effdee6d0811d
Binary files /dev/null and b/system/lib64/liblog.so differ
diff --git a/system/lib64/liblogcat.so b/system/lib64/liblogcat.so
new file mode 100644
index 0000000000000000000000000000000000000000..decdf963cc202f48b0bf20c0076f1c390b09a3ba
Binary files /dev/null and b/system/lib64/liblogcat.so differ
diff --git a/system/lib64/liblogwrap.so b/system/lib64/liblogwrap.so
new file mode 100644
index 0000000000000000000000000000000000000000..0bdec89cff21ccfc22b8fb3c41b8f4c76fc1123b
Binary files /dev/null and b/system/lib64/liblogwrap.so differ
diff --git a/system/lib64/liblshal.so b/system/lib64/liblshal.so
new file mode 100644
index 0000000000000000000000000000000000000000..17df63e2f3b798684b00b726aa0fc69f3427bc42
Binary files /dev/null and b/system/lib64/liblshal.so differ
diff --git a/system/lib64/liblz4.so b/system/lib64/liblz4.so
new file mode 100644
index 0000000000000000000000000000000000000000..df56d7d1f1b9fac0ddc668b1bf0056a4832990ad
Binary files /dev/null and b/system/lib64/liblz4.so differ
diff --git a/system/lib64/liblzma.so b/system/lib64/liblzma.so
new file mode 100644
index 0000000000000000000000000000000000000000..c49b9695eed0690c2044e912998fc8fac72eced0
Binary files /dev/null and b/system/lib64/liblzma.so differ
diff --git a/system/lib64/libm.so b/system/lib64/libm.so
new file mode 100644
index 0000000000000000000000000000000000000000..6b0deaddd8df1bf1c9b20fc98b6b1e1d47fb8041
Binary files /dev/null and b/system/lib64/libm.so differ
diff --git a/system/lib64/libmdloggerrecycle.so b/system/lib64/libmdloggerrecycle.so
new file mode 100644
index 0000000000000000000000000000000000000000..ac5fd1af141e4716212da1183be51ff9d99a2b50
Binary files /dev/null and b/system/lib64/libmdloggerrecycle.so differ
diff --git a/system/lib64/libmdnssd.so b/system/lib64/libmdnssd.so
new file mode 100644
index 0000000000000000000000000000000000000000..6acb65fb56fb7b58c082031326ce38896379ac6a
Binary files /dev/null and b/system/lib64/libmdnssd.so differ
diff --git a/system/lib64/libmedia.so b/system/lib64/libmedia.so
new file mode 100644
index 0000000000000000000000000000000000000000..4a8626cb2bfa0d20f85b91ddcefe7950be7f4819
Binary files /dev/null and b/system/lib64/libmedia.so differ
diff --git a/system/lib64/libmedia_helper.so b/system/lib64/libmedia_helper.so
new file mode 100644
index 0000000000000000000000000000000000000000..9375fbd5fd92ad14c8371dc1777a0f9717220472
Binary files /dev/null and b/system/lib64/libmedia_helper.so differ
diff --git a/system/lib64/libmedia_jni.so b/system/lib64/libmedia_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..7dc958ed8a61b5ff453481a9b3dea7b066a89326
Binary files /dev/null and b/system/lib64/libmedia_jni.so differ
diff --git a/system/lib64/libmedia_omx.so b/system/lib64/libmedia_omx.so
new file mode 100644
index 0000000000000000000000000000000000000000..d016baa400adc21bc573d400e660595aa9038e47
Binary files /dev/null and b/system/lib64/libmedia_omx.so differ
diff --git a/system/lib64/libmediadrm.so b/system/lib64/libmediadrm.so
new file mode 100644
index 0000000000000000000000000000000000000000..f0afdd9665a508c616fc8227cfe1247e83ad1ef5
Binary files /dev/null and b/system/lib64/libmediadrm.so differ
diff --git a/system/lib64/libmediaextractorservice.so b/system/lib64/libmediaextractorservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..a8d876a386da69607d68accd01261b54685ec4d5
Binary files /dev/null and b/system/lib64/libmediaextractorservice.so differ
diff --git a/system/lib64/libmedialogservice.so b/system/lib64/libmedialogservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..19c3ff3d5a90c09f510dad606e6950e7bcc59859
Binary files /dev/null and b/system/lib64/libmedialogservice.so differ
diff --git a/system/lib64/libmediametrics.so b/system/lib64/libmediametrics.so
new file mode 100644
index 0000000000000000000000000000000000000000..4d40321a2c132ae7b87727e5e32480e4a9cbf170
Binary files /dev/null and b/system/lib64/libmediametrics.so differ
diff --git a/system/lib64/libmediandk.so b/system/lib64/libmediandk.so
new file mode 100644
index 0000000000000000000000000000000000000000..8f5682077c1286cc201ab7a142776f03881c5481
Binary files /dev/null and b/system/lib64/libmediandk.so differ
diff --git a/system/lib64/libmediatek_exceptionlog.so b/system/lib64/libmediatek_exceptionlog.so
new file mode 100644
index 0000000000000000000000000000000000000000..0a5082ff811eae1b68fd7a60c39b4b7804650e4b
Binary files /dev/null and b/system/lib64/libmediatek_exceptionlog.so differ
diff --git a/system/lib64/libmediautils.so b/system/lib64/libmediautils.so
new file mode 100644
index 0000000000000000000000000000000000000000..7ba4577c49eae254503658923dd7ef9a75fa2c88
Binary files /dev/null and b/system/lib64/libmediautils.so differ
diff --git a/system/lib64/libmemoryDumpEncoder.so b/system/lib64/libmemoryDumpEncoder.so
new file mode 100644
index 0000000000000000000000000000000000000000..43d7f213230f92b91030b3f93c51fb5e032c4d7f
Binary files /dev/null and b/system/lib64/libmemoryDumpEncoder.so differ
diff --git a/system/lib64/libmemtrack.so b/system/lib64/libmemtrack.so
new file mode 100644
index 0000000000000000000000000000000000000000..b725d4beb5072848a5ca75f67e5fecf88ff4a106
Binary files /dev/null and b/system/lib64/libmemtrack.so differ
diff --git a/system/lib64/libmemunreachable.so b/system/lib64/libmemunreachable.so
new file mode 100644
index 0000000000000000000000000000000000000000..773e064a2ac1462e5397c85fd93cc9d5edc56a0c
Binary files /dev/null and b/system/lib64/libmemunreachable.so differ
diff --git a/system/lib64/libmet-tag.so b/system/lib64/libmet-tag.so
new file mode 100644
index 0000000000000000000000000000000000000000..50897c9beccfc66794d1e5a4256160b615bf01fb
Binary files /dev/null and b/system/lib64/libmet-tag.so differ
diff --git a/system/lib64/libmetricslogger.so b/system/lib64/libmetricslogger.so
new file mode 100644
index 0000000000000000000000000000000000000000..594e3c39549db7ce290d826a81ebe2f845bfc779
Binary files /dev/null and b/system/lib64/libmetricslogger.so differ
diff --git a/system/lib64/libmidi.so b/system/lib64/libmidi.so
new file mode 100644
index 0000000000000000000000000000000000000000..6691312a899c22732710636dcf73bede83aa226f
Binary files /dev/null and b/system/lib64/libmidi.so differ
diff --git a/system/lib64/libminijail.so b/system/lib64/libminijail.so
new file mode 100644
index 0000000000000000000000000000000000000000..e3d9caff606a7dc343a26ab0e6debc705b5be056
Binary files /dev/null and b/system/lib64/libminijail.so differ
diff --git a/system/lib64/libminikin.so b/system/lib64/libminikin.so
new file mode 100644
index 0000000000000000000000000000000000000000..db40e8fc86b3e343c5c91fdfba9ae627f84f7431
Binary files /dev/null and b/system/lib64/libminikin.so differ
diff --git a/system/lib64/libminiui.so b/system/lib64/libminiui.so
new file mode 100644
index 0000000000000000000000000000000000000000..0973f6e287888b742200f40f30810d82db38fcb0
Binary files /dev/null and b/system/lib64/libminiui.so differ
diff --git a/system/lib64/libmrdump.so b/system/lib64/libmrdump.so
new file mode 100644
index 0000000000000000000000000000000000000000..31a9e31b64c1a4f61cb3427dfeef02d1c2faff76
Binary files /dev/null and b/system/lib64/libmrdump.so differ
diff --git a/system/lib64/libmtk_drvb_sys.so b/system/lib64/libmtk_drvb_sys.so
new file mode 100644
index 0000000000000000000000000000000000000000..3552c4ff8f9c7b3df416da5f115460ac29535d85
Binary files /dev/null and b/system/lib64/libmtk_drvb_sys.so differ
diff --git a/system/lib64/libmtk_vt_wrapper.so b/system/lib64/libmtk_vt_wrapper.so
new file mode 100644
index 0000000000000000000000000000000000000000..3315dce22fda2e90f066c833b7f085ef6fee7447
Binary files /dev/null and b/system/lib64/libmtk_vt_wrapper.so differ
diff --git a/system/lib64/libmtkavenhancements.so b/system/lib64/libmtkavenhancements.so
new file mode 100644
index 0000000000000000000000000000000000000000..40304cbc7c4f9a2bf6f6164993ae8f8c61b05f94
Binary files /dev/null and b/system/lib64/libmtkavenhancements.so differ
diff --git a/system/lib64/libmtkbluetooth_jni.so b/system/lib64/libmtkbluetooth_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..68a947fa92ff95911367177c96694e3e765de4ee
Binary files /dev/null and b/system/lib64/libmtkbluetooth_jni.so differ
diff --git a/system/lib64/libmtkbootanimation.so b/system/lib64/libmtkbootanimation.so
new file mode 100644
index 0000000000000000000000000000000000000000..88d62e19c7691c646168808fc1153d307e10a5a6
Binary files /dev/null and b/system/lib64/libmtkbootanimation.so differ
diff --git a/system/lib64/libmtklimiter.so b/system/lib64/libmtklimiter.so
new file mode 100644
index 0000000000000000000000000000000000000000..661ab1ebace0ebcb8c9962b6ea931a0e47f62a50
Binary files /dev/null and b/system/lib64/libmtklimiter.so differ
diff --git a/system/lib64/libmtkshifter.so b/system/lib64/libmtkshifter.so
new file mode 100644
index 0000000000000000000000000000000000000000..06ce2ff041cf77414312d5125d2e0f4d415b25d9
Binary files /dev/null and b/system/lib64/libmtkshifter.so differ
diff --git a/system/lib64/libmtp.so b/system/lib64/libmtp.so
new file mode 100644
index 0000000000000000000000000000000000000000..669c32202a8ddb05be8eb18dc46f6d06f42832bc
Binary files /dev/null and b/system/lib64/libmtp.so differ
diff --git a/system/lib64/libnativebridge.so b/system/lib64/libnativebridge.so
new file mode 100644
index 0000000000000000000000000000000000000000..a64ec3795b85ac251841ef36df20ceede021ebef
Binary files /dev/null and b/system/lib64/libnativebridge.so differ
diff --git a/system/lib64/libnativehelper.so b/system/lib64/libnativehelper.so
new file mode 100644
index 0000000000000000000000000000000000000000..8f3b3750fe8fa7eafc81f4d338ff00a650fcdb5a
Binary files /dev/null and b/system/lib64/libnativehelper.so differ
diff --git a/system/lib64/libnativeloader.so b/system/lib64/libnativeloader.so
new file mode 100644
index 0000000000000000000000000000000000000000..fd2b446b660ee26fc848d2d585792578d0510a05
Binary files /dev/null and b/system/lib64/libnativeloader.so differ
diff --git a/system/lib64/libnativewindow.so b/system/lib64/libnativewindow.so
new file mode 100644
index 0000000000000000000000000000000000000000..6d5c674f6f0336c78fbe14a2d25c162c159b23fb
Binary files /dev/null and b/system/lib64/libnativewindow.so differ
diff --git a/system/lib64/libnbaio.so b/system/lib64/libnbaio.so
new file mode 100644
index 0000000000000000000000000000000000000000..6ee190887d61bd36fbb67d7bcddbe6d59b519792
Binary files /dev/null and b/system/lib64/libnbaio.so differ
diff --git a/system/lib64/libnetd_client.so b/system/lib64/libnetd_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..3488c6da45e6f4d439e0bdbda573043d7391506d
Binary files /dev/null and b/system/lib64/libnetd_client.so differ
diff --git a/system/lib64/libnetdaidl.so b/system/lib64/libnetdaidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..cadd1e3cfcc1ca45f4d3519ba226121c8793422a
Binary files /dev/null and b/system/lib64/libnetdaidl.so differ
diff --git a/system/lib64/libnetdutils.so b/system/lib64/libnetdutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..9e32c771a3cef545e9b111dd37ce6b9c021be763
Binary files /dev/null and b/system/lib64/libnetdutils.so differ
diff --git a/system/lib64/libnetlink.so b/system/lib64/libnetlink.so
new file mode 100644
index 0000000000000000000000000000000000000000..2ffd165e9cfc4452c0a8f0dec90cacd6b51c413a
Binary files /dev/null and b/system/lib64/libnetlink.so differ
diff --git a/system/lib64/libnetutils.so b/system/lib64/libnetutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..445b6f1e7af610c7c831818791fceb65e4531288
Binary files /dev/null and b/system/lib64/libnetutils.so differ
diff --git a/system/lib64/libnetworklocation.so b/system/lib64/libnetworklocation.so
new file mode 100644
index 0000000000000000000000000000000000000000..88dbe4eb2f4a205a317a46ddd71b07f09f1e86c9
Binary files /dev/null and b/system/lib64/libnetworklocation.so differ
diff --git a/system/lib64/libneuralnetworks.so b/system/lib64/libneuralnetworks.so
new file mode 100644
index 0000000000000000000000000000000000000000..2b0a11c9dc8da9a803011b02d680978a3b3d8fc4
Binary files /dev/null and b/system/lib64/libneuralnetworks.so differ
diff --git a/system/lib64/libnfc-nci.so b/system/lib64/libnfc-nci.so
new file mode 100644
index 0000000000000000000000000000000000000000..91213590980ee1da50d1d1251d44d279972616b7
Binary files /dev/null and b/system/lib64/libnfc-nci.so differ
diff --git a/system/lib64/libnfc_nci_jni.so b/system/lib64/libnfc_nci_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..77f0503205f47dfc4abe7c4cc6d93362ba5f3014
Binary files /dev/null and b/system/lib64/libnfc_nci_jni.so differ
diff --git a/system/lib64/libnl.so b/system/lib64/libnl.so
new file mode 100644
index 0000000000000000000000000000000000000000..51c5e49e609d5400987256529d1cb76e72c1067c
Binary files /dev/null and b/system/lib64/libnl.so differ
diff --git a/system/lib64/libnvram_mtk.so b/system/lib64/libnvram_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..38d3f82108e1af4bda8637c6a4cd0cf5e3fe818e
Binary files /dev/null and b/system/lib64/libnvram_mtk.so differ
diff --git a/system/lib64/libnvram_platform_mtk.so b/system/lib64/libnvram_platform_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..bbec7d18968930d64cc795e90c4a1528539af61e
Binary files /dev/null and b/system/lib64/libnvram_platform_mtk.so differ
diff --git a/system/lib64/libnvram_sec_mtk.so b/system/lib64/libnvram_sec_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..3ea86e45373643666bcd5fa9658b745c1c785091
Binary files /dev/null and b/system/lib64/libnvram_sec_mtk.so differ
diff --git a/system/lib64/libopenjdk.so b/system/lib64/libopenjdk.so
new file mode 100644
index 0000000000000000000000000000000000000000..6d220fbdb0fd328616a1a64bbeed3c9636e4e1d7
Binary files /dev/null and b/system/lib64/libopenjdk.so differ
diff --git a/system/lib64/libopenjdkjvm.so b/system/lib64/libopenjdkjvm.so
new file mode 100644
index 0000000000000000000000000000000000000000..5367a2e7e0b06488f6b91a0c74f3b3995e8cbe13
Binary files /dev/null and b/system/lib64/libopenjdkjvm.so differ
diff --git a/system/lib64/libopenjdkjvmti.so b/system/lib64/libopenjdkjvmti.so
new file mode 100644
index 0000000000000000000000000000000000000000..29cacba4a64362d98f05a3013529f1659034033a
Binary files /dev/null and b/system/lib64/libopenjdkjvmti.so differ
diff --git a/system/lib64/libpac.so b/system/lib64/libpac.so
new file mode 100644
index 0000000000000000000000000000000000000000..6926e78855eba55d047bcb16f835afafa38b5e3e
Binary files /dev/null and b/system/lib64/libpac.so differ
diff --git a/system/lib64/libpackagelistparser.so b/system/lib64/libpackagelistparser.so
new file mode 100644
index 0000000000000000000000000000000000000000..534b4e49290137f66897c846cb7feb592c29be5b
Binary files /dev/null and b/system/lib64/libpackagelistparser.so differ
diff --git a/system/lib64/libpagemap.so b/system/lib64/libpagemap.so
new file mode 100644
index 0000000000000000000000000000000000000000..b47d222be572c14f4c0f0005964d4ed91839ff16
Binary files /dev/null and b/system/lib64/libpagemap.so differ
diff --git a/system/lib64/libpcap.so b/system/lib64/libpcap.so
new file mode 100644
index 0000000000000000000000000000000000000000..76671d1ea5082d68f2b93d0856364f776c7c252d
Binary files /dev/null and b/system/lib64/libpcap.so differ
diff --git a/system/lib64/libpcre2.so b/system/lib64/libpcre2.so
new file mode 100644
index 0000000000000000000000000000000000000000..bfb4c006ce3743b256deb7a7d3b220ab327901d8
Binary files /dev/null and b/system/lib64/libpcre2.so differ
diff --git a/system/lib64/libpcrecpp.so b/system/lib64/libpcrecpp.so
new file mode 100644
index 0000000000000000000000000000000000000000..61d6b5b687c79b39db5765200b1edb3e805da0d0
Binary files /dev/null and b/system/lib64/libpcrecpp.so differ
diff --git a/system/lib64/libpdfium.so b/system/lib64/libpdfium.so
new file mode 100644
index 0000000000000000000000000000000000000000..82672a8030e187185c31e7982a0ffd9a6e13627a
Binary files /dev/null and b/system/lib64/libpdfium.so differ
diff --git a/system/lib64/libperfctl.so b/system/lib64/libperfctl.so
new file mode 100644
index 0000000000000000000000000000000000000000..b512eb6aeb57cfe6ae0ef1039c026dba9cffd3c4
Binary files /dev/null and b/system/lib64/libperfctl.so differ
diff --git a/system/lib64/libperfframeinfo_jni.so b/system/lib64/libperfframeinfo_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..788a4e4b96eb0837397cf6030b72a96b2a8cbc9c
Binary files /dev/null and b/system/lib64/libperfframeinfo_jni.so differ
diff --git a/system/lib64/libpiex.so b/system/lib64/libpiex.so
new file mode 100644
index 0000000000000000000000000000000000000000..91cea700f49ba14402221d2c25f21c8844bdbe94
Binary files /dev/null and b/system/lib64/libpiex.so differ
diff --git a/system/lib64/libpixelflinger.so b/system/lib64/libpixelflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..dc2adb9346c3ed164c6728bcd86c55e2e3479e61
Binary files /dev/null and b/system/lib64/libpixelflinger.so differ
diff --git a/system/lib64/libpng.so b/system/lib64/libpng.so
new file mode 100644
index 0000000000000000000000000000000000000000..64c683556933c4a7580f05ea706cdcf7f9174fa1
Binary files /dev/null and b/system/lib64/libpng.so differ
diff --git a/system/lib64/libpower.so b/system/lib64/libpower.so
new file mode 100644
index 0000000000000000000000000000000000000000..ba45f48602985300ab4b40658068a052857a4f74
Binary files /dev/null and b/system/lib64/libpower.so differ
diff --git a/system/lib64/libpowermanager.so b/system/lib64/libpowermanager.so
new file mode 100644
index 0000000000000000000000000000000000000000..416b68dbe98db670d6e2301a5f98f7fc717d471b
Binary files /dev/null and b/system/lib64/libpowermanager.so differ
diff --git a/system/lib64/libpq_prot_mtk.so b/system/lib64/libpq_prot_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..2f82f53d178be89f23b93e9ef192f91a66494b52
Binary files /dev/null and b/system/lib64/libpq_prot_mtk.so differ
diff --git a/system/lib64/libprintspooler_jni.so b/system/lib64/libprintspooler_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..cd1316a03ccab45123c6994148d12fc5756aa7a3
Binary files /dev/null and b/system/lib64/libprintspooler_jni.so differ
diff --git a/system/lib64/libprocessgroup.so b/system/lib64/libprocessgroup.so
new file mode 100644
index 0000000000000000000000000000000000000000..e72eb9f98c768cac6aba65eb7d5278e34852e653
Binary files /dev/null and b/system/lib64/libprocessgroup.so differ
diff --git a/system/lib64/libprocinfo.so b/system/lib64/libprocinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..7c1dc34d183ed181aaf097da056ce4d3acbc8b9f
Binary files /dev/null and b/system/lib64/libprocinfo.so differ
diff --git a/system/lib64/libprogrambinary.so b/system/lib64/libprogrambinary.so
new file mode 100644
index 0000000000000000000000000000000000000000..ed27348ab8379f4af6a242b31f5b906a49298ee5
Binary files /dev/null and b/system/lib64/libprogrambinary.so differ
diff --git a/system/lib64/libprotobuf-cpp-full.so b/system/lib64/libprotobuf-cpp-full.so
new file mode 100644
index 0000000000000000000000000000000000000000..0a7da57362a7c5198109237a4a744e46f19f09b5
Binary files /dev/null and b/system/lib64/libprotobuf-cpp-full.so differ
diff --git a/system/lib64/libprotobuf-cpp-lite.so b/system/lib64/libprotobuf-cpp-lite.so
new file mode 100644
index 0000000000000000000000000000000000000000..46fcc10d83e9d458ea2d9beba94620d61113593f
Binary files /dev/null and b/system/lib64/libprotobuf-cpp-lite.so differ
diff --git a/system/lib64/libradio_metadata.so b/system/lib64/libradio_metadata.so
new file mode 100644
index 0000000000000000000000000000000000000000..611f68ca270bff78527f7c35d4a6305d519ed212
Binary files /dev/null and b/system/lib64/libradio_metadata.so differ
diff --git a/system/lib64/librs_jni.so b/system/lib64/librs_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..ddfc596b4323dfc79dfd36e89752a38ef56d4650
Binary files /dev/null and b/system/lib64/librs_jni.so differ
diff --git a/system/lib64/librsjni.so b/system/lib64/librsjni.so
new file mode 100644
index 0000000000000000000000000000000000000000..b70a31269383fff5f519471f4544ef28456cb09b
Binary files /dev/null and b/system/lib64/librsjni.so differ
diff --git a/system/lib64/librtp_jni.so b/system/lib64/librtp_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..cf856f5a2d76dd03926f1e8c5751bb8c86717f94
Binary files /dev/null and b/system/lib64/librtp_jni.so differ
diff --git a/system/lib64/libschedulerservicehidl.so b/system/lib64/libschedulerservicehidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..e080c879012988c18bab337f8bcdff6ef53d2543
Binary files /dev/null and b/system/lib64/libschedulerservicehidl.so differ
diff --git a/system/lib64/libselinux.so b/system/lib64/libselinux.so
new file mode 100644
index 0000000000000000000000000000000000000000..d552e0796ec21adee937a8166619d2eaba7f5a45
Binary files /dev/null and b/system/lib64/libselinux.so differ
diff --git a/system/lib64/libsensor.so b/system/lib64/libsensor.so
new file mode 100644
index 0000000000000000000000000000000000000000..80d4e821a21c786d39b813740e2e8317c3f8e7cb
Binary files /dev/null and b/system/lib64/libsensor.so differ
diff --git a/system/lib64/libsensorservice.so b/system/lib64/libsensorservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..9265d17750f3c7b2ffa9b85aff52a56c494b43fc
Binary files /dev/null and b/system/lib64/libsensorservice.so differ
diff --git a/system/lib64/libsensorservicehidl.so b/system/lib64/libsensorservicehidl.so
new file mode 100644
index 0000000000000000000000000000000000000000..a41aa1c52f5fa0e3abcfae20d9c38cd42b5f77b2
Binary files /dev/null and b/system/lib64/libsensorservicehidl.so differ
diff --git a/system/lib64/libsepol.so b/system/lib64/libsepol.so
new file mode 100644
index 0000000000000000000000000000000000000000..571714f8232d339e0986a26b265461b7f45e5f60
Binary files /dev/null and b/system/lib64/libsepol.so differ
diff --git a/system/lib64/libservices.so b/system/lib64/libservices.so
new file mode 100644
index 0000000000000000000000000000000000000000..b81367ab9b652be82f654f6419c7f4463c6888a9
Binary files /dev/null and b/system/lib64/libservices.so differ
diff --git a/system/lib64/libserviceutility.so b/system/lib64/libserviceutility.so
new file mode 100644
index 0000000000000000000000000000000000000000..806c71f80b187b5bf9532cc6091b5fbd954a8137
Binary files /dev/null and b/system/lib64/libserviceutility.so differ
diff --git a/system/lib64/libsf_debug.so b/system/lib64/libsf_debug.so
new file mode 100644
index 0000000000000000000000000000000000000000..6d880f5ba70532598962ef536a47993c1d8f2861
Binary files /dev/null and b/system/lib64/libsf_debug.so differ
diff --git a/system/lib64/libsigchain.so b/system/lib64/libsigchain.so
new file mode 100644
index 0000000000000000000000000000000000000000..983c5559ad7c0800e8640eda27226459fa5c6578
Binary files /dev/null and b/system/lib64/libsigchain.so differ
diff --git a/system/lib64/libskia.so b/system/lib64/libskia.so
new file mode 100644
index 0000000000000000000000000000000000000000..fbb6f9cc2cd7642141608b577e672f27aef26151
Binary files /dev/null and b/system/lib64/libskia.so differ
diff --git a/system/lib64/libsoftkeymaster.so b/system/lib64/libsoftkeymaster.so
new file mode 100644
index 0000000000000000000000000000000000000000..23b1d7f37348f32d3cd64ecf3fbeac641f1a0e19
Binary files /dev/null and b/system/lib64/libsoftkeymaster.so differ
diff --git a/system/lib64/libsoftkeymasterdevice.so b/system/lib64/libsoftkeymasterdevice.so
new file mode 100644
index 0000000000000000000000000000000000000000..d7f3d5467d257052ed3d4e24938f61988d73d274
Binary files /dev/null and b/system/lib64/libsoftkeymasterdevice.so differ
diff --git a/system/lib64/libsonic.so b/system/lib64/libsonic.so
new file mode 100644
index 0000000000000000000000000000000000000000..c90a1839c3d6a854760b0703befb534f4cefedb6
Binary files /dev/null and b/system/lib64/libsonic.so differ
diff --git a/system/lib64/libsonivox.so b/system/lib64/libsonivox.so
new file mode 100644
index 0000000000000000000000000000000000000000..4fe85234f4ea900a13f5bc0df76aa017d0d0c7b3
Binary files /dev/null and b/system/lib64/libsonivox.so differ
diff --git a/system/lib64/libsoundpool.so b/system/lib64/libsoundpool.so
new file mode 100644
index 0000000000000000000000000000000000000000..57ebd252f1b08e4a42cd5db95ed0462443f8cb80
Binary files /dev/null and b/system/lib64/libsoundpool.so differ
diff --git a/system/lib64/libsoundtrigger.so b/system/lib64/libsoundtrigger.so
new file mode 100644
index 0000000000000000000000000000000000000000..8df40d7d508e048ebe07eb20b3e928be67e517ac
Binary files /dev/null and b/system/lib64/libsoundtrigger.so differ
diff --git a/system/lib64/libsoundtriggerservice.so b/system/lib64/libsoundtriggerservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..065316cbec3922e9c26676f80731ff817fb3532d
Binary files /dev/null and b/system/lib64/libsoundtriggerservice.so differ
diff --git a/system/lib64/libsparse.so b/system/lib64/libsparse.so
new file mode 100644
index 0000000000000000000000000000000000000000..3a98a8d78b40b6f05ce6875b677e29bef266db21
Binary files /dev/null and b/system/lib64/libsparse.so differ
diff --git a/system/lib64/libspeexresampler.so b/system/lib64/libspeexresampler.so
new file mode 100644
index 0000000000000000000000000000000000000000..c8226df9a8f489bdb0f00de527ae2eff4d8dbfbb
Binary files /dev/null and b/system/lib64/libspeexresampler.so differ
diff --git a/system/lib64/libsqlite.so b/system/lib64/libsqlite.so
new file mode 100644
index 0000000000000000000000000000000000000000..c82aacc64eadd028985cdf848546c06f1e036990
Binary files /dev/null and b/system/lib64/libsqlite.so differ
diff --git a/system/lib64/libssl.so b/system/lib64/libssl.so
new file mode 100644
index 0000000000000000000000000000000000000000..b5f154d65ceac5cb8b26b94e0c3e42d6cf521e8b
Binary files /dev/null and b/system/lib64/libssl.so differ
diff --git a/system/lib64/libstagefright.so b/system/lib64/libstagefright.so
new file mode 100644
index 0000000000000000000000000000000000000000..e627a5471bc3e5564bf86356f687125bbc81846b
Binary files /dev/null and b/system/lib64/libstagefright.so differ
diff --git a/system/lib64/libstagefright_amrnb_common.so b/system/lib64/libstagefright_amrnb_common.so
new file mode 100644
index 0000000000000000000000000000000000000000..22eb40adda59067120bb9c65a2be0da90795f498
Binary files /dev/null and b/system/lib64/libstagefright_amrnb_common.so differ
diff --git a/system/lib64/libstagefright_enc_common.so b/system/lib64/libstagefright_enc_common.so
new file mode 100644
index 0000000000000000000000000000000000000000..1e4287d2afd6db2de53224323b18068fe9571bfe
Binary files /dev/null and b/system/lib64/libstagefright_enc_common.so differ
diff --git a/system/lib64/libstagefright_flacdec.so b/system/lib64/libstagefright_flacdec.so
new file mode 100644
index 0000000000000000000000000000000000000000..8c198322a270586bf2fb7659ca00ec8ba83500c7
Binary files /dev/null and b/system/lib64/libstagefright_flacdec.so differ
diff --git a/system/lib64/libstagefright_foundation.so b/system/lib64/libstagefright_foundation.so
new file mode 100644
index 0000000000000000000000000000000000000000..2e2d960fe1aca9976e57b6ff82e5ff0eee4fa69c
Binary files /dev/null and b/system/lib64/libstagefright_foundation.so differ
diff --git a/system/lib64/libstagefright_http_support.so b/system/lib64/libstagefright_http_support.so
new file mode 100644
index 0000000000000000000000000000000000000000..e81312c99b14ead02dbc6057e691e67e67d8c2f6
Binary files /dev/null and b/system/lib64/libstagefright_http_support.so differ
diff --git a/system/lib64/libstagefright_omx.so b/system/lib64/libstagefright_omx.so
new file mode 100644
index 0000000000000000000000000000000000000000..51de5ba2dcbb02f6a7c05258a2a5f94bbad6983b
Binary files /dev/null and b/system/lib64/libstagefright_omx.so differ
diff --git a/system/lib64/libstagefright_omx_utils.so b/system/lib64/libstagefright_omx_utils.so
new file mode 100644
index 0000000000000000000000000000000000000000..527da1f54e70f19941330fec5e867558661c5832
Binary files /dev/null and b/system/lib64/libstagefright_omx_utils.so differ
diff --git a/system/lib64/libstagefright_wfd_mtk.so b/system/lib64/libstagefright_wfd_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..260506af571d2c655f3fd78245fefbc6641cf4a6
Binary files /dev/null and b/system/lib64/libstagefright_wfd_mtk.so differ
diff --git a/system/lib64/libstagefright_xmlparser.so b/system/lib64/libstagefright_xmlparser.so
new file mode 100644
index 0000000000000000000000000000000000000000..7a28733a5a5bbc4a5e99dd2e6ce1f6995f8b2f5a
Binary files /dev/null and b/system/lib64/libstagefright_xmlparser.so differ
diff --git a/system/lib64/libstdc++.so b/system/lib64/libstdc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..867d89b1be6fae68f47ef7a4fac0fd54f4842582
Binary files /dev/null and b/system/lib64/libstdc++.so differ
diff --git a/system/lib64/libstereoinfoaccessor.so b/system/lib64/libstereoinfoaccessor.so
new file mode 100644
index 0000000000000000000000000000000000000000..868f67762d73b269d763f239f656ecfc6d05a17c
Binary files /dev/null and b/system/lib64/libstereoinfoaccessor.so differ
diff --git a/system/lib64/libsurfaceflinger.so b/system/lib64/libsurfaceflinger.so
new file mode 100644
index 0000000000000000000000000000000000000000..9e3badbc40a1c47d88b3580309ee824e34bfc9e5
Binary files /dev/null and b/system/lib64/libsurfaceflinger.so differ
diff --git a/system/lib64/libsurfaceflinger_ddmconnection.so b/system/lib64/libsurfaceflinger_ddmconnection.so
new file mode 100644
index 0000000000000000000000000000000000000000..ff214e115fa4d0d621c63ad2ba288a95973e1f1b
Binary files /dev/null and b/system/lib64/libsurfaceflinger_ddmconnection.so differ
diff --git a/system/lib64/libsuspend.so b/system/lib64/libsuspend.so
new file mode 100644
index 0000000000000000000000000000000000000000..198aef6b4fa1e1f86dd55930fd65c96f3fba0553
Binary files /dev/null and b/system/lib64/libsuspend.so differ
diff --git a/system/lib64/libsync.so b/system/lib64/libsync.so
new file mode 100644
index 0000000000000000000000000000000000000000..2701eb2472d3945e177dc47953b2519127a779b8
Binary files /dev/null and b/system/lib64/libsync.so differ
diff --git a/system/lib64/libsysenv_system.so b/system/lib64/libsysenv_system.so
new file mode 100644
index 0000000000000000000000000000000000000000..ca65746561805985c12fa49e9cfdc22c5cbb1995
Binary files /dev/null and b/system/lib64/libsysenv_system.so differ
diff --git a/system/lib64/libsysutils.so b/system/lib64/libsysutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..1ad78d3772bf434b131b04cd3d5caa1012f2fd93
Binary files /dev/null and b/system/lib64/libsysutils.so differ
diff --git a/system/lib64/libterservice.so b/system/lib64/libterservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..239dcb102630c60fb0b69666ca7c059bf6387579
Binary files /dev/null and b/system/lib64/libterservice.so differ
diff --git a/system/lib64/libtextclassifier.so b/system/lib64/libtextclassifier.so
new file mode 100644
index 0000000000000000000000000000000000000000..9d15ec8ed9e3016067da7985caaf9da6948b7d9a
Binary files /dev/null and b/system/lib64/libtextclassifier.so differ
diff --git a/system/lib64/libtextclassifier_hash.so b/system/lib64/libtextclassifier_hash.so
new file mode 100644
index 0000000000000000000000000000000000000000..797fbbbb73362968f9d22de2e5de133dbecaee8d
Binary files /dev/null and b/system/lib64/libtextclassifier_hash.so differ
diff --git a/system/lib64/libthermalcallback.so b/system/lib64/libthermalcallback.so
new file mode 100644
index 0000000000000000000000000000000000000000..356dc124126d59ffdffbf4089f8884a14ad882af
Binary files /dev/null and b/system/lib64/libthermalcallback.so differ
diff --git a/system/lib64/libthermalservice.so b/system/lib64/libthermalservice.so
new file mode 100644
index 0000000000000000000000000000000000000000..03581dc87096d4119e20070fc6632676d5a5529e
Binary files /dev/null and b/system/lib64/libthermalservice.so differ
diff --git a/system/lib64/libtinyalsa.so b/system/lib64/libtinyalsa.so
new file mode 100644
index 0000000000000000000000000000000000000000..e89d0809701bd1724f42aeaa535eef15a6a3e8c4
Binary files /dev/null and b/system/lib64/libtinyalsa.so differ
diff --git a/system/lib64/libtinyxml2.so b/system/lib64/libtinyxml2.so
new file mode 100644
index 0000000000000000000000000000000000000000..e171ad39025b8f24217c9ad3b0bc26b9f6ad1a10
Binary files /dev/null and b/system/lib64/libtinyxml2.so differ
diff --git a/system/lib64/libtombstoned_client.so b/system/lib64/libtombstoned_client.so
new file mode 100644
index 0000000000000000000000000000000000000000..374fbad6b0220a587927f9f0d014c8f8bbea06da
Binary files /dev/null and b/system/lib64/libtombstoned_client.so differ
diff --git a/system/lib64/libtouchfilter.so b/system/lib64/libtouchfilter.so
new file mode 100644
index 0000000000000000000000000000000000000000..51c599735689f66da71dac75aae61fec4e6d3ae3
Binary files /dev/null and b/system/lib64/libtouchfilter.so differ
diff --git a/system/lib64/libui.so b/system/lib64/libui.so
new file mode 100644
index 0000000000000000000000000000000000000000..f4bfaecaae35125a15ac26c4d5ee1ef8724d1eb0
Binary files /dev/null and b/system/lib64/libui.so differ
diff --git a/system/lib64/libui_ext_fwk.so b/system/lib64/libui_ext_fwk.so
new file mode 100644
index 0000000000000000000000000000000000000000..19066f9414d566ec0f91b59a736c426607d4a6c1
Binary files /dev/null and b/system/lib64/libui_ext_fwk.so differ
diff --git a/system/lib64/libunwind.so b/system/lib64/libunwind.so
new file mode 100644
index 0000000000000000000000000000000000000000..000d39b952ff8cbd96ede2329b961efa88495bb3
Binary files /dev/null and b/system/lib64/libunwind.so differ
diff --git a/system/lib64/libusbhost.so b/system/lib64/libusbhost.so
new file mode 100644
index 0000000000000000000000000000000000000000..3e7007235f5a8184a5cbc61ab2a5fed8bb248732
Binary files /dev/null and b/system/lib64/libusbhost.so differ
diff --git a/system/lib64/libutils.so b/system/lib64/libutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..d9af0270342d5db7212c5d38d72f5d56b879e668
Binary files /dev/null and b/system/lib64/libutils.so differ
diff --git a/system/lib64/libvintf.so b/system/lib64/libvintf.so
new file mode 100644
index 0000000000000000000000000000000000000000..e33c67f51f8fc35cac45a0b4b5e956a809a98157
Binary files /dev/null and b/system/lib64/libvintf.so differ
diff --git a/system/lib64/libvixl-arm.so b/system/lib64/libvixl-arm.so
new file mode 100644
index 0000000000000000000000000000000000000000..2cf76041956490cf2dd3be2134ff78fed66df6c3
Binary files /dev/null and b/system/lib64/libvixl-arm.so differ
diff --git a/system/lib64/libvixl-arm64.so b/system/lib64/libvixl-arm64.so
new file mode 100644
index 0000000000000000000000000000000000000000..2995cc14d2a1d5b0c11a9bd8ce030232b85465e3
Binary files /dev/null and b/system/lib64/libvixl-arm64.so differ
diff --git a/system/lib64/libvndksupport.so b/system/lib64/libvndksupport.so
new file mode 100644
index 0000000000000000000000000000000000000000..3a26fb341832d9299a71fbbb360dad452e313d61
Binary files /dev/null and b/system/lib64/libvndksupport.so differ
diff --git a/system/lib64/libvoicerecognition.so b/system/lib64/libvoicerecognition.so
new file mode 100644
index 0000000000000000000000000000000000000000..e89680125ae7086f94602530021868a24e50b119
Binary files /dev/null and b/system/lib64/libvoicerecognition.so differ
diff --git a/system/lib64/libvoicerecognition_jni.so b/system/lib64/libvoicerecognition_jni.so
new file mode 100644
index 0000000000000000000000000000000000000000..6cd56732d519ed48dbda646ba9ac0614b5b27e9f
Binary files /dev/null and b/system/lib64/libvoicerecognition_jni.so differ
diff --git a/system/lib64/libvorbisidec.so b/system/lib64/libvorbisidec.so
new file mode 100644
index 0000000000000000000000000000000000000000..e3bd1fd89a703e1c277eb900b048da1382471ac8
Binary files /dev/null and b/system/lib64/libvorbisidec.so differ
diff --git a/system/lib64/libvsync_enhance.so b/system/lib64/libvsync_enhance.so
new file mode 100644
index 0000000000000000000000000000000000000000..a63c7e987247e10f4b791686a5b8a1c1b3b83baf
Binary files /dev/null and b/system/lib64/libvsync_enhance.so differ
diff --git a/system/lib64/libvsync_hint.so b/system/lib64/libvsync_hint.so
new file mode 100644
index 0000000000000000000000000000000000000000..43ac750f52e27b10ee06fb813e160e1ece099b5a
Binary files /dev/null and b/system/lib64/libvsync_hint.so differ
diff --git a/system/lib64/libvulkan.so b/system/lib64/libvulkan.so
new file mode 100644
index 0000000000000000000000000000000000000000..262d675a207cdc6823281d8a07d6cb0c2e8a63d6
Binary files /dev/null and b/system/lib64/libvulkan.so differ
diff --git a/system/lib64/libwebviewchromium_loader.so b/system/lib64/libwebviewchromium_loader.so
new file mode 100644
index 0000000000000000000000000000000000000000..3aaeaff31ab7b2efc0a6ac0b7d4b7d9afbac7284
Binary files /dev/null and b/system/lib64/libwebviewchromium_loader.so differ
diff --git a/system/lib64/libwebviewchromium_plat_support.so b/system/lib64/libwebviewchromium_plat_support.so
new file mode 100644
index 0000000000000000000000000000000000000000..2c31c09f4c68e8b232a9ab745f7d9016ee3b60e2
Binary files /dev/null and b/system/lib64/libwebviewchromium_plat_support.so differ
diff --git a/system/lib64/libwfds.so b/system/lib64/libwfds.so
new file mode 100644
index 0000000000000000000000000000000000000000..967c461780be565875f43d58c0805cc40df55ad0
Binary files /dev/null and b/system/lib64/libwfds.so differ
diff --git a/system/lib64/libwifi-service.so b/system/lib64/libwifi-service.so
new file mode 100644
index 0000000000000000000000000000000000000000..8b686577d5bd71869fd37d234ee589e65c8e1e50
Binary files /dev/null and b/system/lib64/libwifi-service.so differ
diff --git a/system/lib64/libwifi-system-iface.so b/system/lib64/libwifi-system-iface.so
new file mode 100644
index 0000000000000000000000000000000000000000..1183f4db4d72cf727bff9b56b3756e8ed71c0c75
Binary files /dev/null and b/system/lib64/libwifi-system-iface.so differ
diff --git a/system/lib64/libwifi-system.so b/system/lib64/libwifi-system.so
new file mode 100644
index 0000000000000000000000000000000000000000..932348dd065c493a78c55d2cf910457e0e434b6c
Binary files /dev/null and b/system/lib64/libwifi-system.so differ
diff --git a/system/lib64/libwifikeystorehal.so b/system/lib64/libwifikeystorehal.so
new file mode 100644
index 0000000000000000000000000000000000000000..b8ba41b75cf75e2c9c0abecbfd0aaa799de8a98c
Binary files /dev/null and b/system/lib64/libwifikeystorehal.so differ
diff --git a/system/lib64/libwifitest_mtk.so b/system/lib64/libwifitest_mtk.so
new file mode 100644
index 0000000000000000000000000000000000000000..4166895a80286c057c0a50017f65dac4ca0eb5ec
Binary files /dev/null and b/system/lib64/libwifitest_mtk.so differ
diff --git a/system/lib64/libwilhelm.so b/system/lib64/libwilhelm.so
new file mode 100644
index 0000000000000000000000000000000000000000..9c29e6cf63c77229e5a65f209da11e66955a5ba0
Binary files /dev/null and b/system/lib64/libwilhelm.so differ
diff --git a/system/lib64/libxml2.so b/system/lib64/libxml2.so
new file mode 100644
index 0000000000000000000000000000000000000000..caf9060d5b124ddd475d7ae65ddc13b154608110
Binary files /dev/null and b/system/lib64/libxml2.so differ
diff --git a/system/lib64/libxtables.so b/system/lib64/libxtables.so
new file mode 100644
index 0000000000000000000000000000000000000000..008a762d03b49f942d5f0075fe1cf30994b13303
Binary files /dev/null and b/system/lib64/libxtables.so differ
diff --git a/system/lib64/libyv12util.so b/system/lib64/libyv12util.so
new file mode 100644
index 0000000000000000000000000000000000000000..17627c349326662206f7b09007640794de23364a
Binary files /dev/null and b/system/lib64/libyv12util.so differ
diff --git a/system/lib64/libz.so b/system/lib64/libz.so
new file mode 100644
index 0000000000000000000000000000000000000000..d4a58a9dbb83db834336bdeb2fa4e9b2bea24eba
Binary files /dev/null and b/system/lib64/libz.so differ
diff --git a/system/lib64/libziparchive.so b/system/lib64/libziparchive.so
new file mode 100644
index 0000000000000000000000000000000000000000..ee70f8e42db80058cbebd038bc374cb10a09a9c5
Binary files /dev/null and b/system/lib64/libziparchive.so differ
diff --git a/system/lib64/mtkdrm/libdrmctaplugin.so b/system/lib64/mtkdrm/libdrmctaplugin.so
new file mode 100644
index 0000000000000000000000000000000000000000..bff92867572b146decf933cfe4ec21e60c9f89f1
Binary files /dev/null and b/system/lib64/mtkdrm/libdrmctaplugin.so differ
diff --git a/system/lib64/mtkdrm/libdrmmtkplugin.so b/system/lib64/mtkdrm/libdrmmtkplugin.so
new file mode 100644
index 0000000000000000000000000000000000000000..a766d652d2f703b5ef1f483a0d5453dd3697e27b
Binary files /dev/null and b/system/lib64/mtkdrm/libdrmmtkplugin.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.audio@2.1.so b/system/lib64/vendor.mediatek.hardware.audio@2.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..a07736e5cc8d0caabc605f56bb208f65d789791a
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.audio@2.1.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.camera.device@1.1.so b/system/lib64/vendor.mediatek.hardware.camera.device@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..1ea600ea96e1c10a8d73944c16b06b74941f4d50
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.camera.device@1.1.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.camera.lomoeffect@1.0.so b/system/lib64/vendor.mediatek.hardware.camera.lomoeffect@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..d59baee0088b2ad6778e9356f038b45d37466414
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.camera.lomoeffect@1.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.dfps@1.0.so b/system/lib64/vendor.mediatek.hardware.dfps@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..f8712a9f0ef2cd98f263d3278b840905534869e2
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.dfps@1.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.gnss@1.1.so b/system/lib64/vendor.mediatek.hardware.gnss@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..5748d73825f62418014adbf12fe1a87841fb6cb5
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.gnss@1.1.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.0.so b/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..479df2271853f0a16cec66f91f7072f101a5d56a
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.1.so b/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..307d82609dee6e4eca2af584afa5b94211690166
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.keymaster_attestation@1.1.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.lbs@1.0.so b/system/lib64/vendor.mediatek.hardware.lbs@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..a1b53435b9c742c53e6ad9df65b48d10dc87e540
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.lbs@1.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.nvram@1.0.so b/system/lib64/vendor.mediatek.hardware.nvram@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..235a536a4b494d576c27bd726a072b94fc996370
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.nvram@1.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.power@1.1.so b/system/lib64/vendor.mediatek.hardware.power@1.1.so
new file mode 100644
index 0000000000000000000000000000000000000000..e713ca0d66513b8eeb65ddfcf0e8606ef46cf3d4
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.power@1.1.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.pq@2.0.so b/system/lib64/vendor.mediatek.hardware.pq@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..2677fa72200ab2f73d2fe19e060a79d960aedea0
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.pq@2.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.radio@2.0.so b/system/lib64/vendor.mediatek.hardware.radio@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..266da0a7375a4597735c008b8f7f043567c2b98c
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.radio@2.0.so differ
diff --git a/system/lib64/vendor.mediatek.hardware.videotelephony@1.0.so b/system/lib64/vendor.mediatek.hardware.videotelephony@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..90f74c74add4c605ace031ef8c8e62e05044d1ae
Binary files /dev/null and b/system/lib64/vendor.mediatek.hardware.videotelephony@1.0.so differ
diff --git a/system/lib64/vndk-sp/android.hardware.graphics.allocator@2.0.so b/system/lib64/vndk-sp/android.hardware.graphics.allocator@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..e263b9ed275d0e936b63a549adde128a46d071d9
Binary files /dev/null and b/system/lib64/vndk-sp/android.hardware.graphics.allocator@2.0.so differ
diff --git a/system/lib64/vndk-sp/android.hardware.graphics.common@1.0.so b/system/lib64/vndk-sp/android.hardware.graphics.common@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..cb953decf4c6ed0ef2958c598dcdb24b72d2e70c
Binary files /dev/null and b/system/lib64/vndk-sp/android.hardware.graphics.common@1.0.so differ
diff --git a/system/lib64/vndk-sp/android.hardware.graphics.mapper@2.0.so b/system/lib64/vndk-sp/android.hardware.graphics.mapper@2.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..0c43ce055cdd9318e1fcddcce002e02484a90ce9
Binary files /dev/null and b/system/lib64/vndk-sp/android.hardware.graphics.mapper@2.0.so differ
diff --git a/system/lib64/vndk-sp/android.hardware.renderscript@1.0.so b/system/lib64/vndk-sp/android.hardware.renderscript@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..dbe02c4800505d355ee661accef7b64bff8b90dd
Binary files /dev/null and b/system/lib64/vndk-sp/android.hardware.renderscript@1.0.so differ
diff --git a/system/lib64/vndk-sp/android.hidl.memory@1.0.so b/system/lib64/vndk-sp/android.hidl.memory@1.0.so
new file mode 100644
index 0000000000000000000000000000000000000000..dd92a90e8b571ac25ad0cd57af2e975a8f70f582
Binary files /dev/null and b/system/lib64/vndk-sp/android.hidl.memory@1.0.so differ
diff --git a/system/lib64/vndk-sp/libRSCpuRef.so b/system/lib64/vndk-sp/libRSCpuRef.so
new file mode 100644
index 0000000000000000000000000000000000000000..656900fd76d0016cd0fe0d9749463d7f009b502e
Binary files /dev/null and b/system/lib64/vndk-sp/libRSCpuRef.so differ
diff --git a/system/lib64/vndk-sp/libRSDriver.so b/system/lib64/vndk-sp/libRSDriver.so
new file mode 100644
index 0000000000000000000000000000000000000000..1cb436960c3b995dfdd72a431369128586cb9451
Binary files /dev/null and b/system/lib64/vndk-sp/libRSDriver.so differ
diff --git a/system/lib64/vndk-sp/libRS_internal.so b/system/lib64/vndk-sp/libRS_internal.so
new file mode 100644
index 0000000000000000000000000000000000000000..3b766ef3af9d9e37481aba20b5d7fdffc786b31e
Binary files /dev/null and b/system/lib64/vndk-sp/libRS_internal.so differ
diff --git a/system/lib64/vndk-sp/libbacktrace.so b/system/lib64/vndk-sp/libbacktrace.so
new file mode 100644
index 0000000000000000000000000000000000000000..92cf6825921569857f83887f0fb17d4331fa8ca8
Binary files /dev/null and b/system/lib64/vndk-sp/libbacktrace.so differ
diff --git a/system/lib64/vndk-sp/libbase.so b/system/lib64/vndk-sp/libbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..d70d14934a32ad656c2b271f8151a4aecef79ff3
Binary files /dev/null and b/system/lib64/vndk-sp/libbase.so differ
diff --git a/system/lib64/vndk-sp/libbcinfo.so b/system/lib64/vndk-sp/libbcinfo.so
new file mode 100644
index 0000000000000000000000000000000000000000..fd4ae46cdc73ba7c32dc57ac1c88d9f1c0eff559
Binary files /dev/null and b/system/lib64/vndk-sp/libbcinfo.so differ
diff --git a/system/lib64/vndk-sp/libblas.so b/system/lib64/vndk-sp/libblas.so
new file mode 100644
index 0000000000000000000000000000000000000000..98f4949c5b59589b8b894f6773b0915d94581e8f
Binary files /dev/null and b/system/lib64/vndk-sp/libblas.so differ
diff --git a/system/lib64/vndk-sp/libc++.so b/system/lib64/vndk-sp/libc++.so
new file mode 100644
index 0000000000000000000000000000000000000000..04a8fc4ceee883f1bf8af541502ca758db83fd88
Binary files /dev/null and b/system/lib64/vndk-sp/libc++.so differ
diff --git a/system/lib64/vndk-sp/libcompiler_rt.so b/system/lib64/vndk-sp/libcompiler_rt.so
new file mode 100644
index 0000000000000000000000000000000000000000..8e2b75ff809458bf65bf094c2f0e0afb5e91e12a
Binary files /dev/null and b/system/lib64/vndk-sp/libcompiler_rt.so differ
diff --git a/system/lib64/vndk-sp/libcutils.so b/system/lib64/vndk-sp/libcutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..8d8a8170c233e3a99595b79e35b60291330ec460
Binary files /dev/null and b/system/lib64/vndk-sp/libcutils.so differ
diff --git a/system/lib64/vndk-sp/libft2.so b/system/lib64/vndk-sp/libft2.so
new file mode 100644
index 0000000000000000000000000000000000000000..3c1a84516eca3b06a3b4c979a747e56357978121
Binary files /dev/null and b/system/lib64/vndk-sp/libft2.so differ
diff --git a/system/lib64/vndk-sp/libhardware.so b/system/lib64/vndk-sp/libhardware.so
new file mode 100644
index 0000000000000000000000000000000000000000..4e242b1e90ef309b24843e3e985a5ac9cc881b76
Binary files /dev/null and b/system/lib64/vndk-sp/libhardware.so differ
diff --git a/system/lib64/vndk-sp/libhidlbase.so b/system/lib64/vndk-sp/libhidlbase.so
new file mode 100644
index 0000000000000000000000000000000000000000..d0179c755ee9c1929c175069b298654a52d2a07a
Binary files /dev/null and b/system/lib64/vndk-sp/libhidlbase.so differ
diff --git a/system/lib64/vndk-sp/libhidlmemory.so b/system/lib64/vndk-sp/libhidlmemory.so
new file mode 100644
index 0000000000000000000000000000000000000000..dc9599908c8d13dcb2ec8311f1cac819c29ca504
Binary files /dev/null and b/system/lib64/vndk-sp/libhidlmemory.so differ
diff --git a/system/lib64/vndk-sp/libhidltransport.so b/system/lib64/vndk-sp/libhidltransport.so
new file mode 100644
index 0000000000000000000000000000000000000000..c8ebc89e5f7c0290bae4a8bbe2b102dc2a334a08
Binary files /dev/null and b/system/lib64/vndk-sp/libhidltransport.so differ
diff --git a/system/lib64/vndk-sp/libhwbinder.so b/system/lib64/vndk-sp/libhwbinder.so
new file mode 100644
index 0000000000000000000000000000000000000000..d9ccf15814e6f894a42359cffb5743f6cb2bc228
Binary files /dev/null and b/system/lib64/vndk-sp/libhwbinder.so differ
diff --git a/system/lib64/vndk-sp/libion.so b/system/lib64/vndk-sp/libion.so
new file mode 100644
index 0000000000000000000000000000000000000000..5e0005852769f299326fc465d30e0401c4ae4b25
Binary files /dev/null and b/system/lib64/vndk-sp/libion.so differ
diff --git a/system/lib64/vndk-sp/liblzma.so b/system/lib64/vndk-sp/liblzma.so
new file mode 100644
index 0000000000000000000000000000000000000000..c49b9695eed0690c2044e912998fc8fac72eced0
Binary files /dev/null and b/system/lib64/vndk-sp/liblzma.so differ
diff --git a/system/lib64/vndk-sp/libpng.so b/system/lib64/vndk-sp/libpng.so
new file mode 100644
index 0000000000000000000000000000000000000000..64c683556933c4a7580f05ea706cdcf7f9174fa1
Binary files /dev/null and b/system/lib64/vndk-sp/libpng.so differ
diff --git a/system/lib64/vndk-sp/libunwind.so b/system/lib64/vndk-sp/libunwind.so
new file mode 100644
index 0000000000000000000000000000000000000000..000d39b952ff8cbd96ede2329b961efa88495bb3
Binary files /dev/null and b/system/lib64/vndk-sp/libunwind.so differ
diff --git a/system/lib64/vndk-sp/libutils.so b/system/lib64/vndk-sp/libutils.so
new file mode 100644
index 0000000000000000000000000000000000000000..d9af0270342d5db7212c5d38d72f5d56b879e668
Binary files /dev/null and b/system/lib64/vndk-sp/libutils.so differ
diff --git a/system/manifest.xml b/system/manifest.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ef50941743bd9924d6e3dd32a3ff5be280024edf
--- /dev/null
+++ b/system/manifest.xml
@@ -0,0 +1,97 @@
+<manifest version="1.0" type="framework">
+    <hal format="hidl">
+        <name>android.frameworks.displayservice</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>IDisplayService</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.frameworks.schedulerservice</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>ISchedulingPolicyService</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.frameworks.sensorservice</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>ISensorManager</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hardware.graphics.composer</name>
+        <transport>hwbinder</transport>
+        <version>2.1</version>
+        <interface>
+            <name>IComposer</name>
+            <instance>vr</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hidl.allocator</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>IAllocator</name>
+            <instance>ashmem</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hidl.manager</name>
+        <transport>hwbinder</transport>
+        <version>1.1</version>
+        <interface>
+            <name>IServiceManager</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hidl.memory</name>
+        <transport arch="32+64">passthrough</transport>
+        <version>1.0</version>
+        <interface>
+            <name>IMapper</name>
+            <instance>ashmem</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.hidl.token</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>ITokenManager</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.system.net.netd</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>INetd</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
+        <name>android.system.wifi.keystore</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>IKeystore</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="native">
+        <name>netutils-wrapper</name>
+        <transport></transport>
+        <version>1.0</version>
+    </hal>
+</manifest>
diff --git a/system/media/audio/alarms/Alarm_Love_Connects.mp3 b/system/media/audio/alarms/Alarm_Love_Connects.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..929c3a18a7f96c31b2ce3070d4e36ce0771c80fb
Binary files /dev/null and b/system/media/audio/alarms/Alarm_Love_Connects.mp3 differ
diff --git a/system/media/audio/alarms/Argon.wav b/system/media/audio/alarms/Argon.wav
new file mode 100644
index 0000000000000000000000000000000000000000..56e57fc0e2ba9584fe166f5c88596c0e9b809e80
Binary files /dev/null and b/system/media/audio/alarms/Argon.wav differ
diff --git a/system/media/audio/alarms/Carbon.wav b/system/media/audio/alarms/Carbon.wav
new file mode 100644
index 0000000000000000000000000000000000000000..2b855e1b577723c940c7f6b8ccb15a881316b022
Binary files /dev/null and b/system/media/audio/alarms/Carbon.wav differ
diff --git a/system/media/audio/alarms/Chilled_Morning.mp3 b/system/media/audio/alarms/Chilled_Morning.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..5c73c035456d2aeb2698997b7506a3607141d1ad
Binary files /dev/null and b/system/media/audio/alarms/Chilled_Morning.mp3 differ
diff --git a/system/media/audio/alarms/Clocks.mp3 b/system/media/audio/alarms/Clocks.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..d2e556c4838aa1d968bca739bcd3878fbf415a48
Binary files /dev/null and b/system/media/audio/alarms/Clocks.mp3 differ
diff --git a/system/media/audio/alarms/Helium.wav b/system/media/audio/alarms/Helium.wav
new file mode 100644
index 0000000000000000000000000000000000000000..17710b03eaa4f684925a0b9a5cf134f5743237ec
Binary files /dev/null and b/system/media/audio/alarms/Helium.wav differ
diff --git a/system/media/audio/alarms/Krypton.wav b/system/media/audio/alarms/Krypton.wav
new file mode 100644
index 0000000000000000000000000000000000000000..9095e30721ba7d1b19f8277bda5fa6d6e3c211ef
Binary files /dev/null and b/system/media/audio/alarms/Krypton.wav differ
diff --git a/system/media/audio/alarms/Neon.wav b/system/media/audio/alarms/Neon.wav
new file mode 100644
index 0000000000000000000000000000000000000000..0e9101a1ccab6d9e6cbd45cf4adfb27a613fb752
Binary files /dev/null and b/system/media/audio/alarms/Neon.wav differ
diff --git a/system/media/audio/alarms/Osmium.wav b/system/media/audio/alarms/Osmium.wav
new file mode 100644
index 0000000000000000000000000000000000000000..2dcc47f8c75f78d91c087eeab3b7ae15f8658ab6
Binary files /dev/null and b/system/media/audio/alarms/Osmium.wav differ
diff --git a/system/media/audio/alarms/Oxygen.wav b/system/media/audio/alarms/Oxygen.wav
new file mode 100644
index 0000000000000000000000000000000000000000..bd41869af39692ce8225f285ef3a510a05269337
Binary files /dev/null and b/system/media/audio/alarms/Oxygen.wav differ
diff --git a/system/media/audio/alarms/Platinum.wav b/system/media/audio/alarms/Platinum.wav
new file mode 100644
index 0000000000000000000000000000000000000000..08ea03e2b6f77bd555e65cc00625ff8fae1dfcbb
Binary files /dev/null and b/system/media/audio/alarms/Platinum.wav differ
diff --git a/system/media/audio/alarms/Rooster_Rumble.mp3 b/system/media/audio/alarms/Rooster_Rumble.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..f065a56b6ce880208ac855de79200e391b010020
Binary files /dev/null and b/system/media/audio/alarms/Rooster_Rumble.mp3 differ
diff --git a/system/media/audio/alarms/Wake_Up_Wake_Up.mp3 b/system/media/audio/alarms/Wake_Up_Wake_Up.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..bb956be100412f555971f04623e873e12ec66b7f
Binary files /dev/null and b/system/media/audio/alarms/Wake_Up_Wake_Up.mp3 differ
diff --git a/system/media/audio/notifications/Carme.ogg b/system/media/audio/notifications/Carme.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..afd358fd76f9040dee43427af056a6778490ebed
Binary files /dev/null and b/system/media/audio/notifications/Carme.ogg differ
diff --git a/system/media/audio/notifications/Ceres.ogg b/system/media/audio/notifications/Ceres.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..fadbe84165b5678557e5fdaabd73687d4fdaa483
Binary files /dev/null and b/system/media/audio/notifications/Ceres.ogg differ
diff --git a/system/media/audio/notifications/Dialing_Max.mp3 b/system/media/audio/notifications/Dialing_Max.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..dd3e9f43e61796cd581d0e75fd5a0d242b8dceab
Binary files /dev/null and b/system/media/audio/notifications/Dialing_Max.mp3 differ
diff --git a/system/media/audio/notifications/Dreaming.mp3 b/system/media/audio/notifications/Dreaming.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..07768ab59dd118ae13b7753cbc1f1c417f08ad3a
Binary files /dev/null and b/system/media/audio/notifications/Dreaming.mp3 differ
diff --git a/system/media/audio/notifications/Elara.ogg b/system/media/audio/notifications/Elara.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..c66c9f333b4e766cdf8ad04deb749bba4dab264f
Binary files /dev/null and b/system/media/audio/notifications/Elara.ogg differ
diff --git a/system/media/audio/notifications/Europa.ogg b/system/media/audio/notifications/Europa.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..07cc3d94544eb2d4239726a6e500dfa1eb8e18b9
Binary files /dev/null and b/system/media/audio/notifications/Europa.ogg differ
diff --git a/system/media/audio/notifications/Funky_Arabia.mp3 b/system/media/audio/notifications/Funky_Arabia.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..b4b3a67ee01b2876c944d1429b338ad03d934795
Binary files /dev/null and b/system/media/audio/notifications/Funky_Arabia.mp3 differ
diff --git a/system/media/audio/notifications/Gated_Euro.mp3 b/system/media/audio/notifications/Gated_Euro.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..a637ef268e3e8b3c6ad3ec3d11417cbe0ac4f409
Binary files /dev/null and b/system/media/audio/notifications/Gated_Euro.mp3 differ
diff --git a/system/media/audio/notifications/Iapetus.ogg b/system/media/audio/notifications/Iapetus.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..d4062a8431a69f868409bfbe724dc34a035f0acb
Binary files /dev/null and b/system/media/audio/notifications/Iapetus.ogg differ
diff --git a/system/media/audio/notifications/Io.ogg b/system/media/audio/notifications/Io.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..2286d737386693f13e8c1970fba5bb1dbb94aab8
Binary files /dev/null and b/system/media/audio/notifications/Io.ogg differ
diff --git a/system/media/audio/notifications/Latino_Tarintino.mp3 b/system/media/audio/notifications/Latino_Tarintino.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..23226324d49647373adc8004e925e137bd1a192f
Binary files /dev/null and b/system/media/audio/notifications/Latino_Tarintino.mp3 differ
diff --git a/system/media/audio/notifications/Mid_Tempo_Funk.mp3 b/system/media/audio/notifications/Mid_Tempo_Funk.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..f1f234e057356dafd0415cecafc9a02739a0805e
Binary files /dev/null and b/system/media/audio/notifications/Mid_Tempo_Funk.mp3 differ
diff --git a/system/media/audio/notifications/Open_Arms.mp3 b/system/media/audio/notifications/Open_Arms.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..fcf2ca53e054c316335a101bd8a6af9365495b51
Binary files /dev/null and b/system/media/audio/notifications/Open_Arms.mp3 differ
diff --git a/system/media/audio/notifications/Rhea.ogg b/system/media/audio/notifications/Rhea.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..039644f942e7777baa24a57e6654b2de3d66e98e
Binary files /dev/null and b/system/media/audio/notifications/Rhea.ogg differ
diff --git a/system/media/audio/notifications/Salacia.ogg b/system/media/audio/notifications/Salacia.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..af07b01fceaae74b23d08a24066514310217fc61
Binary files /dev/null and b/system/media/audio/notifications/Salacia.ogg differ
diff --git a/system/media/audio/notifications/Tango_In_Love.mp3 b/system/media/audio/notifications/Tango_In_Love.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..3f18971eb3391d67f795881d1d9ee9fcf130c33f
Binary files /dev/null and b/system/media/audio/notifications/Tango_In_Love.mp3 differ
diff --git a/system/media/audio/notifications/Tethys.ogg b/system/media/audio/notifications/Tethys.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..25475d108aa2777362147a8f5e0638cb4383db7b
Binary files /dev/null and b/system/media/audio/notifications/Tethys.ogg differ
diff --git a/system/media/audio/notifications/Those_Were_The_Days.mp3 b/system/media/audio/notifications/Those_Were_The_Days.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..f8f1651c4e54f27542a0369a4f9c5789a0bcf873
Binary files /dev/null and b/system/media/audio/notifications/Those_Were_The_Days.mp3 differ
diff --git a/system/media/audio/notifications/Titan.ogg b/system/media/audio/notifications/Titan.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..8c10f58c81418f12daafbb87a65045ddad9c9555
Binary files /dev/null and b/system/media/audio/notifications/Titan.ogg differ
diff --git a/system/media/audio/ringtones/Brand_Fusion.mp3 b/system/media/audio/ringtones/Brand_Fusion.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..e7d0245afbe514d053677c1e867118afb52e0229
Binary files /dev/null and b/system/media/audio/ringtones/Brand_Fusion.mp3 differ
diff --git a/system/media/audio/ringtones/Brand_Indian_Contemp.mp3 b/system/media/audio/ringtones/Brand_Indian_Contemp.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..53c28a527a0deb903ed01edf27fc39a9fc44f662
Binary files /dev/null and b/system/media/audio/ringtones/Brand_Indian_Contemp.mp3 differ
diff --git a/system/media/audio/ringtones/Callisto.ogg b/system/media/audio/ringtones/Callisto.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..9c982d80752b18334980a4715c11ef8810214fe2
Binary files /dev/null and b/system/media/audio/ringtones/Callisto.ogg differ
diff --git a/system/media/audio/ringtones/Dialing_Max.mp3 b/system/media/audio/ringtones/Dialing_Max.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..dd3e9f43e61796cd581d0e75fd5a0d242b8dceab
Binary files /dev/null and b/system/media/audio/ringtones/Dialing_Max.mp3 differ
diff --git a/system/media/audio/ringtones/Dione.ogg b/system/media/audio/ringtones/Dione.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..a378520f588f3faab1e08f40043beaaeaade9bdc
Binary files /dev/null and b/system/media/audio/ringtones/Dione.ogg differ
diff --git a/system/media/audio/ringtones/Dreaming_Max.mp3 b/system/media/audio/ringtones/Dreaming_Max.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..2e74c107b7de55d6cd151029538c612400230609
Binary files /dev/null and b/system/media/audio/ringtones/Dreaming_Max.mp3 differ
diff --git a/system/media/audio/ringtones/Funky_Arabia.mp3 b/system/media/audio/ringtones/Funky_Arabia.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..014f9c6de1ad6b8cb76cda6f512a035790d007e8
Binary files /dev/null and b/system/media/audio/ringtones/Funky_Arabia.mp3 differ
diff --git a/system/media/audio/ringtones/Ganymede.ogg b/system/media/audio/ringtones/Ganymede.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..01ff573aef5453508046c87c280cef0dee619dae
Binary files /dev/null and b/system/media/audio/ringtones/Ganymede.ogg differ
diff --git a/system/media/audio/ringtones/Latino_Tarintino.mp3 b/system/media/audio/ringtones/Latino_Tarintino.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..419c775f853eabf70303306591ee4f5cf22d42e0
Binary files /dev/null and b/system/media/audio/ringtones/Latino_Tarintino.mp3 differ
diff --git a/system/media/audio/ringtones/Love_Connects.mp3 b/system/media/audio/ringtones/Love_Connects.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..94a6aa4777b82c78fc891f71120739afb73d9f06
Binary files /dev/null and b/system/media/audio/ringtones/Love_Connects.mp3 differ
diff --git a/system/media/audio/ringtones/Luna.ogg b/system/media/audio/ringtones/Luna.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..87a2463902ea0b7cc8709d57e0fcb359284ad4dd
Binary files /dev/null and b/system/media/audio/ringtones/Luna.ogg differ
diff --git a/system/media/audio/ringtones/Music.mp3 b/system/media/audio/ringtones/Music.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..3ddfea0165cc179fbc01809e77bd673a18ea5de9
Binary files /dev/null and b/system/media/audio/ringtones/Music.mp3 differ
diff --git a/system/media/audio/ringtones/Oberon.ogg b/system/media/audio/ringtones/Oberon.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..124af10019d903e723c97de3b2fa3bb9d138428d
Binary files /dev/null and b/system/media/audio/ringtones/Oberon.ogg differ
diff --git a/system/media/audio/ringtones/Open_Arms.mp3 b/system/media/audio/ringtones/Open_Arms.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..0e6c62091f61d18f08d03ac5b903cde3e92d83be
Binary files /dev/null and b/system/media/audio/ringtones/Open_Arms.mp3 differ
diff --git a/system/media/audio/ringtones/Phobos.ogg b/system/media/audio/ringtones/Phobos.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..768ca9498f41a43cdb82ea05c3e054e05fbe5052
Binary files /dev/null and b/system/media/audio/ringtones/Phobos.ogg differ
diff --git a/system/media/audio/ringtones/Sedna.ogg b/system/media/audio/ringtones/Sedna.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..522faaf7ce2732ddef1dde4a26ee07c3153078a4
Binary files /dev/null and b/system/media/audio/ringtones/Sedna.ogg differ
diff --git a/system/media/audio/ringtones/Strum_n_Play.mp3 b/system/media/audio/ringtones/Strum_n_Play.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..23345075b830289f0732af557b24fbd3a4890636
Binary files /dev/null and b/system/media/audio/ringtones/Strum_n_Play.mp3 differ
diff --git a/system/media/audio/ringtones/Tango_In_Love.mp3 b/system/media/audio/ringtones/Tango_In_Love.mp3
new file mode 100644
index 0000000000000000000000000000000000000000..71045cdef7dc983ac919508531b9a717be8e4b65
Binary files /dev/null and b/system/media/audio/ringtones/Tango_In_Love.mp3 differ
diff --git a/system/media/audio/ringtones/Titania.ogg b/system/media/audio/ringtones/Titania.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..76cc0a5d189483229fc6c06ae977937b70bfc656
Binary files /dev/null and b/system/media/audio/ringtones/Titania.ogg differ
diff --git a/system/media/audio/ringtones/Triton.ogg b/system/media/audio/ringtones/Triton.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..542ae1624e00bdd6184149331fe9994fa0035cdc
Binary files /dev/null and b/system/media/audio/ringtones/Triton.ogg differ
diff --git a/system/media/audio/ringtones/Umbriel.ogg b/system/media/audio/ringtones/Umbriel.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..b21a12e0778a834e492afc8c20b18654a36e5998
Binary files /dev/null and b/system/media/audio/ringtones/Umbriel.ogg differ
diff --git a/system/media/audio/ui/Dock.ogg b/system/media/audio/ui/Dock.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..cfe4405a945f422a89dd4b7665d0bd42f5209ed2
Binary files /dev/null and b/system/media/audio/ui/Dock.ogg differ
diff --git a/system/media/audio/ui/Effect_Tick.ogg b/system/media/audio/ui/Effect_Tick.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..8847926b8b2927bdf0dce76e629fc65013c39ba8
Binary files /dev/null and b/system/media/audio/ui/Effect_Tick.ogg differ
diff --git a/system/media/audio/ui/KeypressDelete.ogg b/system/media/audio/ui/KeypressDelete.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..e21821502b8bce1f41117c985067164d6449ba1f
Binary files /dev/null and b/system/media/audio/ui/KeypressDelete.ogg differ
diff --git a/system/media/audio/ui/KeypressInvalid.ogg b/system/media/audio/ui/KeypressInvalid.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..24935ad2e3baf007ca0709813cf849761d9dbf16
Binary files /dev/null and b/system/media/audio/ui/KeypressInvalid.ogg differ
diff --git a/system/media/audio/ui/KeypressReturn.ogg b/system/media/audio/ui/KeypressReturn.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..37a6d34928e14ef0a1dc4d9012eea00df8a48f30
Binary files /dev/null and b/system/media/audio/ui/KeypressReturn.ogg differ
diff --git a/system/media/audio/ui/KeypressSpacebar.ogg b/system/media/audio/ui/KeypressSpacebar.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..69ee792863042001e2d7e1ec4f795634e6912527
Binary files /dev/null and b/system/media/audio/ui/KeypressSpacebar.ogg differ
diff --git a/system/media/audio/ui/KeypressStandard.ogg b/system/media/audio/ui/KeypressStandard.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..1598c2418ad92f6f2161552308b5c1939a4d174b
Binary files /dev/null and b/system/media/audio/ui/KeypressStandard.ogg differ
diff --git a/system/media/audio/ui/Lock.ogg b/system/media/audio/ui/Lock.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..7e989114b9108d576b56ab9980feaa107f70a472
Binary files /dev/null and b/system/media/audio/ui/Lock.ogg differ
diff --git a/system/media/audio/ui/LowBattery.ogg b/system/media/audio/ui/LowBattery.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..ab9eba356348165ca2ebccace0c0d2bb1c95d650
Binary files /dev/null and b/system/media/audio/ui/LowBattery.ogg differ
diff --git a/system/media/audio/ui/Trusted.ogg b/system/media/audio/ui/Trusted.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..2b63c39f66808ac374df2ba6b6062fc07f06d632
Binary files /dev/null and b/system/media/audio/ui/Trusted.ogg differ
diff --git a/system/media/audio/ui/Undock.ogg b/system/media/audio/ui/Undock.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..f00fa76a65a0b73c6b1b413c19c6d22d84cd44ca
Binary files /dev/null and b/system/media/audio/ui/Undock.ogg differ
diff --git a/system/media/audio/ui/Unlock.ogg b/system/media/audio/ui/Unlock.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..851eed5063ff8125c5c9f3fd6dd36ea3c7305612
Binary files /dev/null and b/system/media/audio/ui/Unlock.ogg differ
diff --git a/system/media/audio/ui/VideoRecord.ogg b/system/media/audio/ui/VideoRecord.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..3eefaed4ce38867169bcdf1c7763f84b9802eb1f
Binary files /dev/null and b/system/media/audio/ui/VideoRecord.ogg differ
diff --git a/system/media/audio/ui/WirelessChargingStarted.ogg b/system/media/audio/ui/WirelessChargingStarted.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..66f6cd251822410b0031d8b8962fcdb2a4e2f5ac
Binary files /dev/null and b/system/media/audio/ui/WirelessChargingStarted.ogg differ
diff --git a/system/media/audio/ui/camera_click.ogg b/system/media/audio/ui/camera_click.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..b836e109480b21a4310eb13d9621d92c76f4cdfe
Binary files /dev/null and b/system/media/audio/ui/camera_click.ogg differ
diff --git a/system/media/audio/ui/camera_focus.ogg b/system/media/audio/ui/camera_focus.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..0db2683ad5f46b2bf1d53b6bab5bc1c8dd95092c
Binary files /dev/null and b/system/media/audio/ui/camera_focus.ogg differ
diff --git a/system/media/audio/ui/camera_shutter.ogg b/system/media/audio/ui/camera_shutter.ogg
new file mode 100644
index 0000000000000000000000000000000000000000..39a32f9846ec1b62e66147c0a33039b6f2916013
Binary files /dev/null and b/system/media/audio/ui/camera_shutter.ogg differ
diff --git a/system/media/bootanimation.zip b/system/media/bootanimation.zip
new file mode 100644
index 0000000000000000000000000000000000000000..d1e6198f2f446ec2d798a48adebe200650ae66c2
Binary files /dev/null and b/system/media/bootanimation.zip differ
diff --git a/system/plugin/DataProtection/DataProtection.apk b/system/plugin/DataProtection/DataProtection.apk
new file mode 100644
index 0000000000000000000000000000000000000000..6dc82ae8ad87db46cd348102ab066f70583b5e08
Binary files /dev/null and b/system/plugin/DataProtection/DataProtection.apk differ
diff --git a/system/preloadmedia/ModelTest.txt b/system/preloadmedia/ModelTest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b90818f8b446a8ea8fae23ea57958e8d41b1085d
--- /dev/null
+++ b/system/preloadmedia/ModelTest.txt
@@ -0,0 +1 @@
+nIU7d/dvpJceF+9MoTmE8zILPDvME1ioNmTqZZS6+jRongZATDbZif7zrfmySaeH60HOoq8zqabYUT1oTAdNRiRL5qcDxLb0KnbYwFOnTDZgJaSnp+U+9fxxp6ayGSson9/OIY2vk8FyWvf36skZkvQxM15I1bCl40jJuwiK780y92pAsXujATmHoSlOZuYgv02khXx65YSWbMxWFQlC/6SaUvGqrtnI7nUu+zqmjBmVFPtDtcAkWvOrzd3CjVdau1EXht0zQX2Iu+IOpViwaMLVhJSUNcqydBOQtCCvcuvVpZrjN+pZW3xCNpcjIgYrRe87pnrztkyIwIatdBGVVl9gzGfw6DDAcVca2nVXdODw7soSg64deNOuXNgeQy+4kE8ADTSgeeLH0nFpQ7VzMTCA9nkYalNBwYd2zs1nCJrqorEREkFfa79tIjShRkrg9BzLmMXVSCUtsDXi61BC8uL+ZlKggoETehQD7UH8PyOpMAb9RtT+BXEm6Y9V1uy5I8Pf2KXktuD/NV1JoJ04cOgGjJunAoGqTSNyWZ+TEXBezMutBC9tK5zp+9PsDp5+5CL68ioHavBzuwXay2CiRHW3bcl4Edsn2selADrMRmVyir2AD21sFebVeK5xN+GGKrViKnltCvQ3xPL/Md+UUg8vRhULbqqzsw/oKky6nM+LRaB5PJa4qTA776Qa0ETTiX6ep04vCtUYUxv74uQEs4l/5GwEuO2XMKTl7cFQY3yVONY7jgXqtH2ETzLFpGMXwVwEcjC+mqTXMH717ZP523bSDKLOO/ly9kVRXJ4ye/MqOQ1w/Q7ECTOkW3H1q7Ds8zYE/9sYXSIgaDKtn5EtW6F7sBJECKF3Gma/yKiCxl9ysqLWPWOBw4hF1gJqs0dmHSWZYW6DbQTUThU/JZfx9MmNJ7eN7HPN4ilChaqseABojspo+qFQq2XftHg4XaJUZXx4/jYPVhcG2sHa1yyQqr/km2kImFLpL4lGx0WFJCpGD8ByJWaqlSRW2luxji7dKwAarjHlQGFCyPur9/GGJt10Fdzkr4LY4Cn1gAwJd7dBAfL4W3s/cRJqk1ZyEC+8/lbHDNUIHlJg5YkIOHWwQha6XA8eoq2Pw299v0hSsq+0U5Gnl1ZZm6vcMAbyODEZ
\ No newline at end of file
diff --git a/system/recovery-from-boot.p b/system/recovery-from-boot.p
new file mode 100644
index 0000000000000000000000000000000000000000..9c1664b6db68660fcbf54dea65b6e74149925d71
Binary files /dev/null and b/system/recovery-from-boot.p differ
diff --git a/system/tts/lang_pico/de-DE_gl0_sg.bin b/system/tts/lang_pico/de-DE_gl0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..1655704b7e91f4e688f51f8d05371418bd8bd68c
Binary files /dev/null and b/system/tts/lang_pico/de-DE_gl0_sg.bin differ
diff --git a/system/tts/lang_pico/de-DE_ta.bin b/system/tts/lang_pico/de-DE_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..3cb978ab3c257065402023cbe34a5d6e66453416
Binary files /dev/null and b/system/tts/lang_pico/de-DE_ta.bin differ
diff --git a/system/tts/lang_pico/en-GB_kh0_sg.bin b/system/tts/lang_pico/en-GB_kh0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..57c544a12293c01b46921303009ec6d94bc2fbce
Binary files /dev/null and b/system/tts/lang_pico/en-GB_kh0_sg.bin differ
diff --git a/system/tts/lang_pico/en-GB_ta.bin b/system/tts/lang_pico/en-GB_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..5050583f3531fa8cf1274e8d4336ab53020518a4
Binary files /dev/null and b/system/tts/lang_pico/en-GB_ta.bin differ
diff --git a/system/tts/lang_pico/en-US_lh0_sg.bin b/system/tts/lang_pico/en-US_lh0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..b2dfc3949b4b761f5f3b66e749428a2e1e8d50c3
Binary files /dev/null and b/system/tts/lang_pico/en-US_lh0_sg.bin differ
diff --git a/system/tts/lang_pico/en-US_ta.bin b/system/tts/lang_pico/en-US_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..943f57ebab9c7a6a389430da3477419eeda40806
Binary files /dev/null and b/system/tts/lang_pico/en-US_ta.bin differ
diff --git a/system/tts/lang_pico/es-ES_ta.bin b/system/tts/lang_pico/es-ES_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..3442eed85cdd55207ae2e4bc762aded8a472edc1
Binary files /dev/null and b/system/tts/lang_pico/es-ES_ta.bin differ
diff --git a/system/tts/lang_pico/es-ES_zl0_sg.bin b/system/tts/lang_pico/es-ES_zl0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..c70257cf1b1475c82a5e623adf81f53dab038b5b
Binary files /dev/null and b/system/tts/lang_pico/es-ES_zl0_sg.bin differ
diff --git a/system/tts/lang_pico/fr-FR_nk0_sg.bin b/system/tts/lang_pico/fr-FR_nk0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..9a11e2ba6d2282d0d1e800b5068864798f7b137b
Binary files /dev/null and b/system/tts/lang_pico/fr-FR_nk0_sg.bin differ
diff --git a/system/tts/lang_pico/fr-FR_ta.bin b/system/tts/lang_pico/fr-FR_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..6d4d72eca99be7c60d71fc038edd787b7f1966a9
Binary files /dev/null and b/system/tts/lang_pico/fr-FR_ta.bin differ
diff --git a/system/tts/lang_pico/it-IT_cm0_sg.bin b/system/tts/lang_pico/it-IT_cm0_sg.bin
new file mode 100644
index 0000000000000000000000000000000000000000..62d236b1a9c9a114af09e3deb83d79b941a53605
Binary files /dev/null and b/system/tts/lang_pico/it-IT_cm0_sg.bin differ
diff --git a/system/tts/lang_pico/it-IT_ta.bin b/system/tts/lang_pico/it-IT_ta.bin
new file mode 100644
index 0000000000000000000000000000000000000000..80baa46595eef72263fbb523a1a455adcd7df3c2
Binary files /dev/null and b/system/tts/lang_pico/it-IT_ta.bin differ
diff --git a/system/usr/hyphen-data/hyph-as.hyb b/system/usr/hyphen-data/hyph-as.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..43a9527faa7f8486040191961b2d73d678f314f0
Binary files /dev/null and b/system/usr/hyphen-data/hyph-as.hyb differ
diff --git a/system/usr/hyphen-data/hyph-as.lic.txt b/system/usr/hyphen-data/hyph-as.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5e08205c2de12832dcb1b3da48d8eaf04e063e61
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-as.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Assamese
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-bg.hyb b/system/usr/hyphen-data/hyph-bg.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..3f46fa1c951fa92322e532b53c1dabd88cb17cdf
Binary files /dev/null and b/system/usr/hyphen-data/hyph-bg.hyb differ
diff --git a/system/usr/hyphen-data/hyph-bg.lic.txt b/system/usr/hyphen-data/hyph-bg.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..26fa73e85f860abc2ac51e4ed7caf6eb978e32ad
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-bg.lic.txt
@@ -0,0 +1,76 @@
+% copyright: Copyright (c) 1994-2008, Georgi Boshnakov
+% title: Bulgarian hyphenation patterns
+% version: 1.7, July 2008
+% language:
+%     name: Bulgarian
+%     code: bg
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% authors:
+%   -
+%     name:    Georgi Boshnakov
+%     contact: manchester.ac.uk:georgi.boshnakov
+% licence:
+%     name: MIT
+%     url: https://opensource.org/licenses/MIT
+%     text: >
+%             Permission is hereby granted, free of charge, to any person
+%             obtaining a copy of this software and associated documentation
+%             files (the "Software"), to deal in the Software without
+%             restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the
+%             Software is furnished to do so, subject to the following
+%             conditions:
+%
+%             The above copyright notice and this permission notice shall be
+%             included in all copies or substantial portions of the Software.
+%
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%             EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+%             OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+%             HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+%             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+%             FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+%             OTHER DEALINGS IN THE SOFTWARE.
+% hyphenmins:
+%     for_typesetting:
+%         left: 2
+%         right: 2
+% changes:
+%   -
+%     date:        2008-06
+%     description: Changed encoding to UTF-8
+%   -
+%     date:        2006-05
+%     description: Added copyright notice
+%   -
+%     date:        2000-06
+%     description: Minor changes
+%   -
+%     date:        1994
+%     description: First version
+% ==========================================
+% Note: The original name of this file was 'bghyphsi.tex' which is
+%   part of the package 'bghyphen'. The package 'bghyphen' is now
+%   obsolete but it is still available on CTAN and currently (June 2008)
+%   gives the same hyphenation results.
+%
+%
+%
+% To make TeX use these patterns:
+%
+%    (1) Make sure that the hyph-utf8 package is present in your TeX
+%        system.
+%
+%    (2) generate the necessary formats (TeX, LaTeX, pdfLaTeX, etc),
+%        instructing TeX to load 'loadhyph-bg.tex' for Bulgarian
+%        hyphenation.
+%
+% The LaTeX babel package sets \lefthyphenmin and \righthyphenmin to 2
+%   when the language is switched to Bulgarian.  Developers who write
+%   support for Bulgarian outside LaTeX and/or babel need to take care
+%   of this.
+%
diff --git a/system/usr/hyphen-data/hyph-bn.hyb b/system/usr/hyphen-data/hyph-bn.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..43a9527faa7f8486040191961b2d73d678f314f0
Binary files /dev/null and b/system/usr/hyphen-data/hyph-bn.hyb differ
diff --git a/system/usr/hyphen-data/hyph-bn.lic.txt b/system/usr/hyphen-data/hyph-bn.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1237413facadb880deee7226fd5abb346defd6de
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-bn.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Bengali
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-cu.hyb b/system/usr/hyphen-data/hyph-cu.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..904e6d9f9d136bb9ede14f3d8171c294536f0b4d
Binary files /dev/null and b/system/usr/hyphen-data/hyph-cu.hyb differ
diff --git a/system/usr/hyphen-data/hyph-cu.lic.txt b/system/usr/hyphen-data/hyph-cu.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e646915130433cbfaac1c4e065835ff726c522cb
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-cu.lic.txt
@@ -0,0 +1,29 @@
+% copyright: Copyright (c) 2016 Aleksandr Andreev and Mike Kroutikov
+% title: Hyphenation patterns for Church Slavonic
+% version: 1.0
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% licence:
+%     name: MIT
+%     url: https://opensource.org/licenses/MIT
+%     text: >
+%         Permission is hereby granted, free of charge, to any person obtaining
+%         a copy of this software and associated documentation files (the
+%         "Software"), to deal in the Software without restriction, including
+%         without limitation the rights to use, copy, modify, merge, publish,
+%         distribute, sublicense, and/or sell copies of the Software, and to
+%         permit persons to whom the Software is furnished to do so, subject to
+%         the following conditions:
+%
+%         The above copyright notice and this permission notice shall be
+%         included in all copies or substantial portions of the Software.
+%
+%         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%         NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+%         BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+%         ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+%         CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+%         SOFTWARE.
diff --git a/system/usr/hyphen-data/hyph-cy.hyb b/system/usr/hyphen-data/hyph-cy.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..5afe8aaaeb6157debe64bac35c5dd180b1513252
Binary files /dev/null and b/system/usr/hyphen-data/hyph-cy.hyb differ
diff --git a/system/usr/hyphen-data/hyph-cy.lic.txt b/system/usr/hyphen-data/hyph-cy.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8f9217a0f981ead62f5497cc52b66ebaf9671487
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-cy.lic.txt
@@ -0,0 +1,37 @@
+% copyright: Copyright 1996 Yannis Haralambous
+% title: Welsh hyphenation patterns
+% version: 1996
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% licence:
+%     - This file is available under the following license.
+%         name: MIT
+%         url: https://opensource.org/licences/MIT
+%         text: >
+%             Permission is hereby granted, free of charge, to any person
+%             obtaining a copy of this software and associated documentation
+%             files (the "Software"), to deal in the Software without
+%             restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the
+%             Software is furnished to do so, subject to the following
+%             conditions:
+%
+%             The above copyright notice and this permission notice shall be
+%             included in all copies or substantial portions of the Software.
+%
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%             EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+%             OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+%             HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+%             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+%             FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+%             OTHER DEALINGS IN THE SOFTWARE.
+% changes:
+%     - 1996 - last change to patterns
+%     - 2008 - inclusion into hyph-utf8 and file rename (cyhyph.tex -> hyph-cy.tex)
+%     - June 2011 - added LPPL licence
+%     - March 2016 - added MIT licence
+%
diff --git a/system/usr/hyphen-data/hyph-da.hyb b/system/usr/hyphen-data/hyph-da.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..f33f4307adc7772b19df57dae56aa51993b669ba
Binary files /dev/null and b/system/usr/hyphen-data/hyph-da.hyb differ
diff --git a/system/usr/hyphen-data/hyph-da.lic.txt b/system/usr/hyphen-data/hyph-da.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b582cbe5ad7240e554b75363fb9bbb813e1b5bad
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-da.lic.txt
@@ -0,0 +1,34 @@
+% copyright: Copyright 1994 Frank Jensen
+% title: Hyphenation patterns for Danish
+% version: 2011-01-11
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% licence:
+%     - This file is available under the following license:
+%         name: MIT
+%         url: https://opensource.org/licenses/MIT
+%         text: >
+%             Permission is hereby granted, free of charge, to any person
+%             obtaining a copy of this software and associated documentation
+%             files (the "Software"), to deal in the Software without
+%             restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the
+%             Software is furnished to do so, subject to the following
+%             conditions:
+%
+%             The above copyright notice and this permission notice shall be
+%             included in all copies or substantial portions of the Software.
+%
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%             EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+%             OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+%             HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+%             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+%             FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+%             OTHER DEALINGS IN THE SOFTWARE.
+% changes:
+%     - 2011-01-11 - remove support for OT1 encoding
+%
diff --git a/system/usr/hyphen-data/hyph-de-1901.hyb b/system/usr/hyphen-data/hyph-de-1901.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..cbb8107d17c2cd9aac71004d30f79c27ea98a10b
Binary files /dev/null and b/system/usr/hyphen-data/hyph-de-1901.hyb differ
diff --git a/system/usr/hyphen-data/hyph-de-1901.lic.txt b/system/usr/hyphen-data/hyph-de-1901.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..025bd5e5a9ef46ab5dc18616c734ab999bf84a54
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-de-1901.lic.txt
@@ -0,0 +1,29 @@
+% dehypht-x-2015-12-14.pat
+
+\message{German Hyphenation Patterns (Traditional Orthography) `dehypht-x' 2015-12-13 (WL)}
+
+% TeX-Trennmuster für die traditionelle deutsche Rechtschreibung
+%
+% Copyright (c) 2013-2015
+% Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
+% Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
+%
+% Licensed under the MIT license. Full license text available from
+%
+%   http://opensource.org/licenses/mit-license.php
+%
+%
+% The word list is available from
+%
+%   http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
+%
+% The used patgen parameters are
+%
+%   1 1 | 2 5 | 1 1 1
+%   2 2 | 2 5 | 1 2 1
+%   3 3 | 2 6 | 1 1 1
+%   4 4 | 2 6 | 1 4 1
+%   5 5 | 2 7 | 1 1 1
+%   6 6 | 2 7 | 1 6 1
+%   7 7 | 2 13 | 1 4 1
+%   8 8 | 2 13 | 1 8 1
diff --git a/system/usr/hyphen-data/hyph-de-1996.hyb b/system/usr/hyphen-data/hyph-de-1996.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..f69314647b58690629e31e0afa2031bd22b281ef
Binary files /dev/null and b/system/usr/hyphen-data/hyph-de-1996.hyb differ
diff --git a/system/usr/hyphen-data/hyph-de-1996.lic.txt b/system/usr/hyphen-data/hyph-de-1996.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f0edb4ab4ad88e283b522af364944728e5abef88
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-de-1996.lic.txt
@@ -0,0 +1,29 @@
+% dehyphn-x-2015-12-14.pat
+
+\message{German Hyphenation Patterns (Reformed Orthography, 2006) `dehyphn-x' 2015-12-13 (WL)}
+
+% TeX-Trennmuster für die reformierte (2006) deutsche Rechtschreibung
+%
+% Copyright (c) 2013-2015
+% Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
+% Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
+%
+% Licensed under the MIT license. Full license text available from
+%
+%   http://opensource.org/licenses/mit-license.php
+%
+%
+% The word list is available from
+%
+%   http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
+%
+% The used patgen parameters are
+%
+%   1 1 | 2 5 | 1 1 1
+%   2 2 | 2 5 | 1 2 1
+%   3 3 | 2 6 | 1 1 1
+%   4 4 | 2 6 | 1 4 1
+%   5 5 | 2 7 | 1 1 1
+%   6 6 | 2 7 | 1 6 1
+%   7 7 | 2 13 | 1 4 1
+%   8 8 | 2 13 | 1 8 1
diff --git a/system/usr/hyphen-data/hyph-de-ch-1901.hyb b/system/usr/hyphen-data/hyph-de-ch-1901.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..1de5d611773016df57a863afd4bf8141f327c9b5
Binary files /dev/null and b/system/usr/hyphen-data/hyph-de-ch-1901.hyb differ
diff --git a/system/usr/hyphen-data/hyph-de-ch-1901.lic.txt b/system/usr/hyphen-data/hyph-de-ch-1901.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07a4f40cc90f974d8c77b79660e53aa3013cad3e
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-de-ch-1901.lic.txt
@@ -0,0 +1,30 @@
+% dehyphts-x-2015-12-14.pat
+
+\message{Swiss-German Hyphenation Patterns (Traditional Orthography) `dehyphts-x' 2015-12-13 (WL)}
+
+% TeX-Trennmuster für die traditionelle deutsch-schweizerische
+% Rechtschreibung
+%
+% Copyright (c) 2013-2015
+% Stephan Hennig, Werner Lemberg, Guenter Milde, Sander van Geloven,
+% Georg Pfeiffer, Gisbert W. Selke, Tobias Wendorf
+%
+% Licensed under the MIT license. Full license text available from
+%
+%   http://opensource.org/licenses/mit-license.php
+%
+%
+% The word list is available from
+%
+%   http://repo.or.cz/w/wortliste.git?a=commit;h=43e8e53dd38c4ba975e944fe07db3d8945fb30e0
+%
+% The used patgen parameters are
+%
+%   1 1 | 2 5 | 1 1 1
+%   2 2 | 2 5 | 1 2 1
+%   3 3 | 2 6 | 1 1 1
+%   4 4 | 2 6 | 1 4 1
+%   5 5 | 2 7 | 1 1 1
+%   6 6 | 2 7 | 1 6 1
+%   7 7 | 2 13 | 1 4 1
+%   8 8 | 2 13 | 1 8 1
diff --git a/system/usr/hyphen-data/hyph-en-gb.hyb b/system/usr/hyphen-data/hyph-en-gb.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..8b2ca3395de7a390675c9fbaa004ebcfc809560f
Binary files /dev/null and b/system/usr/hyphen-data/hyph-en-gb.hyb differ
diff --git a/system/usr/hyphen-data/hyph-en-gb.lic.txt b/system/usr/hyphen-data/hyph-en-gb.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9c0ae23df0685393007c59c4c5376d53517d38f4
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-en-gb.lic.txt
@@ -0,0 +1,75 @@
+% This file was renamed from hyph-en-gb.tex to hyph-en-gb.tex(unicode-licence) in December
+% 2015 following a request from 肖湘晔 (Xiangye Xiao) to modify the licence in order to allow it
+% to be included in the Unicode data files archive.  Following discussions between 肖湘晔,
+% Dominik Wujastyk and myself (Philip Taylor), it has been agreed that the version uploaded
+% to Unicode will have a unique name and carry the Unicode licence.
+%
+% This file was previously renamed from ukhyphen.tex to hyph-en-gb.tex in June 2008
+% for consistency with other files with hyphenation patterns in hyph-utf8 package.
+% No other changes made. See http://www.tug.org/tex-hyphen for more details.
+%
+% Original-file: ukhyphen.tex
+% TeX hyphenation patterns for UK English
+%
+% This file is licensed under the UNICODE, INC. LICENCE AGREEMENT - DATA FILES AND SOFTWARE <http://unicode.org/copyright.html#Exhibit1>
+%
+% Copyright (c) 1996 Dominik Wujastyk.
+% Distributed under the Terms of Use in 
+% http://www.unicode.org/copyright.html.
+% 
+% Permission is hereby granted, free of charge, to any person obtaining
+% a copy of the Unicode data files and any associated documentation
+% (the "Data Files") or Unicode software and any associated documentation
+% (the "Software") to deal in the Data Files or Software
+% without restriction, including without limitation the rights to use,
+% copy, modify, merge, publish, distribute, and/or sell copies of
+% the Data Files or Software, and to permit persons to whom the Data Files
+% or Software are furnished to do so, provided that
+% (a) this copyright and permission notice appear with all copies 
+% of the Data Files or Software,
+% (b) this copyright and permission notice appear in associated 
+% documentation, and
+% (c) there is clear notice in each modified Data File or in the Software
+% as well as in the documentation associated with the Data File(s) or
+% Software that the data or software has been modified.
+% 
+% THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+% ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+% WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+% NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+% IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+% NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+% DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+% DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+% TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+% PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+% 
+% Except as contained in this notice, the name of a copyright holder
+% shall not be used in advertising or otherwise to promote the sale,
+% use or other dealings in these Data Files or Software without prior
+% written authorization of the copyright holder.
+%
+%       $Log: ukhyph.tex $
+%       Revision 2.0  1996/09/10 15:04:04  ucgadkw
+%       o  added list of hyphenation exceptions at the end of this file.
+%
+%
+% Version 1.0a.  Released 18th October 2005/PT.
+%
+% Created by Dominik Wujastyk and Graham Toal using Frank Liang's PATGEN 1.0.
+% Like the US patterns, these UK patterns correctly hyphenate about 90% of
+% the words in the input list, and produce no hyphens not in the list
+% (see TeXbook pp. 451--2).
+%
+% These patterns are based on a file of 114925 British-hyphenated words
+% generously made available to Dominik Wujastyk by Oxford University Press.
+% This list of words is copyright to the OUP and may not be redistributed.
+% The hyphenation break points in the words in the abovementioned file is
+% also copyright to the OUP.
+%
+% We are very grateful to Oxford University Press for allowing us to use
+% their list of hyphenated words to produce the following TeX hyphenation
+% patterns.  This file of hyphenation patterns may be freely distributed.
+%
+% These patterns require a value of about 14000 for TeX's pattern memory size.
+%
diff --git a/system/usr/hyphen-data/hyph-en-us.hyb b/system/usr/hyphen-data/hyph-en-us.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..db1469a5488088df1c3eae0ca9669db5269bb399
Binary files /dev/null and b/system/usr/hyphen-data/hyph-en-us.hyb differ
diff --git a/system/usr/hyphen-data/hyph-en-us.lic.txt b/system/usr/hyphen-data/hyph-en-us.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..88d2bfc0da9c6ccb7888b787a22703df51734788
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-en-us.lic.txt
@@ -0,0 +1,42 @@
+Hyphenation patterns for American English
+
+(more info about the licence to be added later)
+
+% This file has been renamed from ushyphmax.tex to hyph-en-us.tex in June 2008
+% for consistency with other files with hyphenation patterns in hyph-utf8 package.
+% No other changes made. See http://www.tug.org/tex-hyphen for more details.
+
+% ushyphmax.tex -- patterns for more hyphenation pattern memory (12000+).
+% Also known as ushyphen.max.
+%
+% version of 2005-05-30.
+% Patterns of March 1, 1990.
+%
+% Copyright (C) 1990, 2004, 2005 Gerard D.C. Kuiken.
+% Copying and distribution of this file, with or without modification,
+% are permitted in any medium without royalty provided the copyright
+% notice and this notice are preserved.
+%
+% Needs extended pattern memory.
+% Hyphenation trie becomes 7283 with 377 ops.
+%
+% These patterns are based on the Hyphenation Exception Log
+% published in TUGboat, Volume 10 (1989), No. 3, pp. 337-341,
+% and a large number of incorrectly hyphenated words not yet published.
+% If added to Liang's before the closing bracket } of \patterns,
+% the patterns run errorfree as far as known at this moment.
+%
+% These patterns find all admissible hyphens of the words in
+% the Exception Log.  ushyph2.tex is a smaller set.
+%
+% Please send bugs or suggestions to tex-live (at) tug.org.
+%
+% 2005-05-30 (karl): in the past, ushyphmax.tex was a file containing
+% only the additional patterns, without the \patterns command, etc.
+% This turned out not to be very useful, since in practice the TeX
+% distributions need one self-contained file for a language.  Therefore,
+% ushyphmax.tex now contains both the additional patterns from
+% Dr. Kuiken, and the original patterns and hyphenations from Knuth's
+% hyphen.tex.
+%
+% The Plain TeX hyphenation tables.
diff --git a/system/usr/hyphen-data/hyph-es.hyb b/system/usr/hyphen-data/hyph-es.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..1ef23304b7e6919e67d8bdcc7e308f9db1876f16
Binary files /dev/null and b/system/usr/hyphen-data/hyph-es.hyb differ
diff --git a/system/usr/hyphen-data/hyph-es.lic.txt b/system/usr/hyphen-data/hyph-es.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ad392de781fa981318d20c32a7eeda9777feee1a
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-es.lic.txt
@@ -0,0 +1,46 @@
+Spanish hyphenation patterns
+
+(more info about the licence to be added later)
+
+% GUIONIZADO DE PALABRAS
+% ~~~~~~~~~~~~~~~~~~~~~
+% hyph-es.tex 4.7
+%
+% License: MIT/X11
+%
+% Copyright (c) 1993, 1997 Javier Bezos
+% Copyright (c) 2001-2015 Javier Bezos and CervanTeX
+%
+% Permission is hereby granted, free of charge, to any person obtaining a copy
+% of this software and associated documentation files (the "Software"), to deal
+% in the Software without restriction, including without limitation the rights
+% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+% copies of the Software, and to permit persons to whom the Software is
+% furnished to do so, subject to the following conditions:
+%
+% The above copyright notice and this permission notice shall be included in
+% all copies or substantial portions of the Software.
+%
+% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+% SOFTWARE.
+% 
+% For further info, bug reports and comments:
+%
+%       http://www.tex-tipografia.com/spanish_hyphen.html
+% 
+% I would like to thanks Francesc Carmona for his permission
+% to steal parts of his work without restrictions. For his
+% patterns, (c) by Francesc Carmona
+% 
+% 2015-11-12
+% 
+% _____________________________________________________________
+% Javier Bezos                | http://www.cervantex.es/
+% .............................................................
+% TeX y tipografia            | http://www.tex-tipografia.com/
+
diff --git a/system/usr/hyphen-data/hyph-et.hyb b/system/usr/hyphen-data/hyph-et.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..bc42bf3afd7ee07272088861282510c08a5999fb
Binary files /dev/null and b/system/usr/hyphen-data/hyph-et.hyb differ
diff --git a/system/usr/hyphen-data/hyph-et.lic.txt b/system/usr/hyphen-data/hyph-et.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..08b3e87f34cbe8de1b40d24bb86b385f4a25a033
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-et.lic.txt
@@ -0,0 +1,30 @@
+% This file is part of hyph-utf8 package and resulted from
+% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008.
+%
+% Source: eehyph.tex (2015-12-22)
+% Author: Een Saar <saar at aai dot ee>
+%------------------------------------------------------------------------------
+% Estonian hyphenation patterns (T1 encoding).
+% Copyright (c) 2004-2015 Enn Saar <saar at aai dot ee>
+%
+% The Estonian pattern data is licensed under the MIT License.
+%
+% MIT License (https://opensource.org/licenses/MIT):
+% 
+% Permission is hereby granted, free of charge, to any person obtaining a copy
+% of this software and associated documentation files (the "Software"), to deal
+% in the Software without restriction, including without limitation the rights
+% to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+% copies of the Software, and to permit persons to whom the Software is
+% furnished to do so, subject to the following conditions:
+% 
+% The above copyright notice and this permission notice shall be included in
+% all copies or substantial portions of the Software.
+% 
+% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+% AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+% LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+% OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+% THE SOFTWARE.
diff --git a/system/usr/hyphen-data/hyph-eu.hyb b/system/usr/hyphen-data/hyph-eu.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..b9d6f468f64c1c763190b9dcd7edb4243fcc1981
Binary files /dev/null and b/system/usr/hyphen-data/hyph-eu.hyb differ
diff --git a/system/usr/hyphen-data/hyph-eu.lic.txt b/system/usr/hyphen-data/hyph-eu.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..04a11715defa9304f561f2db08a6887a5c834661
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-eu.lic.txt
@@ -0,0 +1,57 @@
+% copyright: Copyright (c) Juan M. Aguirregabiria 1997, 2008
+% title: Hyphenation patterns for Basque.
+% version: June 2008
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information on the package,
+%     and http://tp.lc.ehu.es/jma/basque.html for details on Basque hyphenation.
+% licence: >
+%     Permission is hereby granted, free of charge, to any person obtaining
+%     a copy of this file and any associated documentation
+%     (the "Data Files") to deal in the Data Files
+%     without restriction, including without limitation the rights to use,
+%     copy, modify, merge, publish, distribute, and/or sell copies of
+%     the Data Files, and to permit persons to whom the Data Files
+%     are furnished to do so, provided that
+%     (a) this copyright and permission notice appear with all copies 
+%     of the Data Files,
+%     (b) this copyright and permission notice appear in associated 
+%     documentation, and
+%     (c) there is clear notice in each modified Data File
+%     as well as in the documentation associated with the Data File(s)
+%     that the data has been modified.
+%
+%     THE DATA FILES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+%     ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+%     WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%     NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+%     IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+%     NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+%     DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+%     DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+%     TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+%     PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+%
+%     Except as contained in this notice, the name of a copyright holder
+%     shall not be used in advertising or otherwise to promote the sale,
+%     use or other dealings in these Data Files without prior
+%     written authorization of the copyright holder.
+% changes:
+%     - >
+%         February 1997 Patterns created by Juan M. Aguirregabiria, based on the
+%         shyphen.sh script for Spanish by Julio Sanchez, September 1991.
+%     - >
+%         June 2008 Generating script rewritten in Ruby and adapted for native
+%         UTF-8 TeX engines, patterns renamed from bahyph.tex to
+%         hyph-eu.tex and added to the hyph-utf8 package.  Functionality should
+%         not change apart from adding ñ by default.
+% ==========================================
+%
+% Open vowels: a e o
+% Closed vowels: i u
+% Consonants: b c d f g j k l m n ñ p q r s t v w x y z
+%
+% Some of the patterns below represent combinations that never
+% happen in Basque. Would they happen, they would be hyphenated
+% according to the rules.
+%
diff --git a/system/usr/hyphen-data/hyph-fr.hyb b/system/usr/hyphen-data/hyph-fr.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..b24b5a2a392660a47bc355d1d66b8fe9fca5d6da
Binary files /dev/null and b/system/usr/hyphen-data/hyph-fr.hyb differ
diff --git a/system/usr/hyphen-data/hyph-fr.lic.txt b/system/usr/hyphen-data/hyph-fr.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7d4579508392819faecf41f660c34cce931d8a45
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-fr.lic.txt
@@ -0,0 +1,45 @@
+% copyright: Daniel Flipo, Bernard Gaulle 1994-2002
+% title: French hyphenation patterns
+% version: V2.12 2002/12/11
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% licence:
+%     name: MIT
+%     url: https://opensource.org/licenses/MIT
+%     text: >
+%         Permission is hereby granted, free of charge, to any person obtaining
+%         a copy of this software and associated documentation files (the
+%         "Software"), to deal in the Software without restriction, including
+%         without limitation the rights to use, copy, modify, merge, publish,
+%         distribute, sublicense, and/or sell copies of the Software, and to
+%         permit persons to whom the Software is furnished to do so, subject to
+%         the following conditions:
+%
+%         The above copyright notice and this permission notice shall be
+%         included in all copies or substantial portions of the Software.
+%
+%         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%         MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%         NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+%         BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+%         ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+%         CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+%         SOFTWARE.
+% ==========================================
+%%%%%%%% The most famous good guys who worked hard to obtain something usable.
+% Jacques Desarmenien, Universite de Strasbourg :
+%          -  << how to run TeX in a French environment: hyphenation, fonts,
+%             typography. >> in Tugboat, 5 (1984) 91-102. and TeX85 conference
+%          -  << La division par ordinateur des mots francais :
+%             application a TeX >> in TSI vol. 5 No 4, 1986 (C) AFCET-
+%                                                             Gauthier-Villars
+% Norman Buckle, UQAH (nb; many additions)
+% Michael Ferguson, INRS-Telecommunications (mjf) June 1988
+% Justin Bur, Universite de Montreal (jbb; checked against original list)
+%                    all patterns including apostrophe missing from nb list
+% after that, GUTenberg  and specially Daniel Flipo and Bernard Gaulle
+% did their best effort to improve the list of patterns.
+%
+%
diff --git a/system/usr/hyphen-data/hyph-ga.hyb b/system/usr/hyphen-data/hyph-ga.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..3eb376f8db462ecb05a07fc6c68fc447dda4173b
Binary files /dev/null and b/system/usr/hyphen-data/hyph-ga.hyb differ
diff --git a/system/usr/hyphen-data/hyph-ga.lic.txt b/system/usr/hyphen-data/hyph-ga.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7a027729722f336fb1e1620b25472023ae29cc0d
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-ga.lic.txt
@@ -0,0 +1,34 @@
+% copyright: Copyright (C) 2004-2015 Kevin P. Scannell
+% title: Hyphenation patterns for Irish
+% version: 1.0 (2004-01-23:15:46:12 CST)
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information on the package,
+%     and http://borel.slu.edu/fleiscin/index.html for details on Irish hyphenation.
+% license:
+%     - This file available under the following lincense.
+%     -
+%         name: MIT
+%         url: https://opensource.org/licenses/MIT
+%         text: >
+%             Permission is hereby granted, free of charge, to any person
+%             obtaining a copy of this software and associated documentation
+%             files (the "Software"), to deal in the Software without
+%             restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the
+%             Software is furnished to do so, subject to the following
+%             conditions:
+%
+%             The above copyright notice and this permission notice shall be
+%             included in all copies or substantial portions of the Software.
+%
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%             EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+%             OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+%             HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+%             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+%             FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+%             OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-gu.hyb b/system/usr/hyphen-data/hyph-gu.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..908ea1ac14d8b4f4d7da66f567ae8c555d605d78
Binary files /dev/null and b/system/usr/hyphen-data/hyph-gu.hyb differ
diff --git a/system/usr/hyphen-data/hyph-gu.lic.txt b/system/usr/hyphen-data/hyph-gu.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..42a59cd63f0f18a132d3851d4bf10cf6ca0b01b8
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-gu.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Gujarati
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-hi.hyb b/system/usr/hyphen-data/hyph-hi.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..b0b9680f703354453f357256b8ccff4559d0d39c
Binary files /dev/null and b/system/usr/hyphen-data/hyph-hi.hyb differ
diff --git a/system/usr/hyphen-data/hyph-hi.lic.txt b/system/usr/hyphen-data/hyph-hi.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7846ee09d2dda7c32a5fb4d0be7defd071d1ab2d
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-hi.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Hindi
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-hr.hyb b/system/usr/hyphen-data/hyph-hr.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..f73854cfe97d93bb95326b91f9cc55011e5a84df
Binary files /dev/null and b/system/usr/hyphen-data/hyph-hr.hyb differ
diff --git a/system/usr/hyphen-data/hyph-hr.lic.txt b/system/usr/hyphen-data/hyph-hr.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..122943c9ffcf936d1498510135a340ad678321bb
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-hr.lic.txt
@@ -0,0 +1,45 @@
+% copyright: Copyright (C) 1994, 1996, 2011, 2015 Igor Marinović
+% title: Hyphenation patterns for Croatian language
+% notice: >
+%    This file is part of the hyph-utf8 package.
+%    See http://www.hyphenation.org for more information.
+%
+% license:
+%     - This file is available under the following license. 
+%         text: >
+%             Permission is hereby granted, free of charge, to any person obtaining
+%             a copy of this file and any associated documentation
+%             (the "Data Files") to deal in the Data Files
+%             without restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, and/or sell copies of
+%             the Data Files, and to permit persons to whom the Data Files
+%             are furnished to do so, provided that
+%             (a) this copyright and permission notice appear with all copies 
+%             of the Data Files,
+%             (b) this copyright and permission notice appear in associated 
+%             documentation, and
+%             (c) there is clear notice in each modified Data File
+%             as well as in the documentation associated with the Data File(s)
+%             that the data has been modified.
+%             
+%             THE DATA FILES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+%             ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+%             WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+%             IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+%             NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+%             DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+%             DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+%             TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+%             PERFORMANCE OF THE DATA FILES.
+%             
+%             Except as contained in this notice, the name of a copyright holder
+%             shall not be used in advertising or otherwise to promote the sale,
+%             use or other dealings in these Data Files without prior
+%             written authorization of the copyright holder.
+% changes:
+%     - Late 1994 first version
+%     - Beginning of 1996 much more improved version (date of last change: 19.03.1996).
+%     - In summer 2008 patterns incorporated into hyph-utf8 and renamed from hrhyph.tex to hyph-hr.tex.
+%     - 06.06.2011 LPPL licence added.
+%
diff --git a/system/usr/hyphen-data/hyph-hu.hyb b/system/usr/hyphen-data/hyph-hu.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..95d819411a98baff4a75d175416ea5c4a9c0b67e
Binary files /dev/null and b/system/usr/hyphen-data/hyph-hu.hyb differ
diff --git a/system/usr/hyphen-data/hyph-hu.lic.txt b/system/usr/hyphen-data/hyph-hu.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4ec8355b8bae0ff9e06220e00ada4dd6abcb3cac
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-hu.lic.txt
@@ -0,0 +1,48 @@
+Hungarian hyphenation patterns (v20110815)
+
+(more info about the licence to be added later)
+
+% from https://github.com/nagybence/huhyphn/
+% ------------------------------------------
+% Huhyphn - hungarian hyphenation patterns v20110815
+%
+% ***** BEGIN LICENSE BLOCK *****
+% Version: MPL 1.1/GPL 2.0/LGPL 2.1
+%
+% The contents of this file are subject to the Mozilla Public License Version
+% 1.1 (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.mozilla.org/MPL/
+%
+% Software distributed under the License is distributed on an "AS IS" basis,
+% WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+% for the specific language governing rights and limitations under the
+% License.
+%
+% The Original Code is the Huhyphn - hungarian hyphenation patterns.
+%
+% The Initial Developer of the Original Code is
+% Bence Nagy.
+% Portions created by the Initial Developer are Copyright (C) 2003
+% the Initial Developer. All Rights Reserved.
+%
+% Contributor(s):
+%   Bence Nagy <bence.nagy@gmail.com>
+%
+% Alternatively, the contents of this file may be used under the terms of
+% either the GNU General Public License Version 2 or later (the "GPL"), or
+% the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+% in which case the provisions of the GPL or the LGPL are applicable instead
+% of those above. If you wish to allow use of your version of this file only
+% under the terms of either the GPL or the LGPL, and not to allow others to
+% use your version of this file under the terms of the MPL, indicate your
+% decision by deleting the provisions above and replace them with the notice
+% and other provisions required by the GPL or the LGPL. If you do not delete
+% the provisions above, a recipient may use your version of this file under
+% the terms of any one of the MPL, the GPL or the LGPL.
+%
+% ***** END LICENSE BLOCK *****
+%
+% Encoding: UTF8
+%
+\message{Huhyphn - hungarian hyphenation patterns v20110815}
diff --git a/system/usr/hyphen-data/hyph-hy.hyb b/system/usr/hyphen-data/hyph-hy.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..1bb183289f7d57c0c6f564804ef222de3075be34
Binary files /dev/null and b/system/usr/hyphen-data/hyph-hy.hyb differ
diff --git a/system/usr/hyphen-data/hyph-hy.lic.txt b/system/usr/hyphen-data/hyph-hy.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3a44200b7c5fa9c742f3e50d40f486786480eadd
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-hy.lic.txt
@@ -0,0 +1,24 @@
+Armenian hyphenation patterns
+
+(more info about the licence to be added later)
+
+% Hyphenation patterns for Armenian.
+%
+% Written by Sahak Petrosyan <sahak at mit.edu>
+% 	for Hyphenator.js (http://code.google.com/p/hyphenator/)
+% 	and later adapted for TeX
+%
+% Licence: LGPL
+% Version: May 2010
+%
+% These are just primitive rules that hyphenate combinations like
+% <vowel> - <consonant><vowel>.
+%
+% File auto-generated by a script (see source/generic/hyph-utf8/languages/hy)
+%
+% Vowels:     Õ¡ Õ¥ Õ§ Õ¨ Õ« Õ¸ Ö…
+% Consonants: բ գ դ զ թ ժ լ խ ծ կ հ ձ ղ ճ մ յ ն շ չ պ ջ ռ ս վ տ ր ց փ ք
+%
+% Some of the patterns below represent combinations that never
+% appear in Armenian, but they would be hyphenated according to the rules.
+%
diff --git a/system/usr/hyphen-data/hyph-kn.hyb b/system/usr/hyphen-data/hyph-kn.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..46bdbcf4c01e257b7fec84204a5b520e483f3c9e
Binary files /dev/null and b/system/usr/hyphen-data/hyph-kn.hyb differ
diff --git a/system/usr/hyphen-data/hyph-kn.lic.txt b/system/usr/hyphen-data/hyph-kn.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8511c97db34b46ceced7e2812f6a033d88dc2f86
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-kn.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Kannada
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-ml.hyb b/system/usr/hyphen-data/hyph-ml.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..c716ff2bd6ad3fb7457bc45e46bcb95fc4934b95
Binary files /dev/null and b/system/usr/hyphen-data/hyph-ml.hyb differ
diff --git a/system/usr/hyphen-data/hyph-ml.lic.txt b/system/usr/hyphen-data/hyph-ml.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6627ff78dfb5b504605025c0522ac7f82d02ee4e
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-ml.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Malayalam
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-mn-cyrl.hyb b/system/usr/hyphen-data/hyph-mn-cyrl.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..3c6a4a4d5072973662f419322208ffc69081860f
Binary files /dev/null and b/system/usr/hyphen-data/hyph-mn-cyrl.hyb differ
diff --git a/system/usr/hyphen-data/hyph-mn-cyrl.lic.txt b/system/usr/hyphen-data/hyph-mn-cyrl.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..33084fbf600c0e03a80d110bfc6f60b9a365ed78
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-mn-cyrl.lic.txt
@@ -0,0 +1,45 @@
+% copyright: Copyright 2007-2015 by Dorjgotov Batmunkh, National University of Mongolia
+% title: Hyphenation patterns for Mongolian language
+% version: v1.2 2008/03/23
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% license:
+%     - This file is available under the following license.
+%        name: MIT
+%        url: https://opensource.org/licenses/MIT
+%        text: >
+%             Permission is hereby granted, free of charge, to any person obtaining a copy
+%             of this software and associated documentation files (the "Software"), to deal
+%             in the Software without restriction, including without limitation the rights
+%             to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the Software is
+%             furnished to do so, subject to the following conditions:
+%             
+%             The above copyright notice and this permission notice shall be included in
+%             all copies or substantial portions of the Software.
+%             
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+%             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+%             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+%             AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+%             LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+%             OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+%             THE SOFTWARE.
+% changes:
+%     - 2008/03/23 v1.2
+%     - 2008/06/08 Patterns added to hyph-utf8
+%     - 2015/12/05 Patterns released under the MIT license
+% ==========================================
+% Special thanks to: Jim Hefferon and Robin Fairbairns
+%
+% There are few basic rules in mongolian
+%
+% 1. If there is a consonant then it can use hyphen before it.
+%    And if there're two consonants then it can use hyphen before second consonant.
+%    Are there three consonants then it can put hyphen before third consonant,
+%    also are there four consonants then it can use hyphen before fourth consonant.
+% 2. In the case of hardsign or softsign, it's possible to hyphen after these signs.
+%    For instance, байгуулъ-я, үзүүль-е
+% 3. However one vowel can be belong to a syllable, it's not possible to use hyphen.
+%
diff --git a/system/usr/hyphen-data/hyph-mr.hyb b/system/usr/hyphen-data/hyph-mr.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..b0b9680f703354453f357256b8ccff4559d0d39c
Binary files /dev/null and b/system/usr/hyphen-data/hyph-mr.hyb differ
diff --git a/system/usr/hyphen-data/hyph-mr.lic.txt b/system/usr/hyphen-data/hyph-mr.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8b9fb6d03950f845e214a3b431f7e251fbef3e84
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-mr.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Marathi
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-nb.hyb b/system/usr/hyphen-data/hyph-nb.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..1e897a025d5425484a0d12ff31635aa442bfdade
Binary files /dev/null and b/system/usr/hyphen-data/hyph-nb.hyb differ
diff --git a/system/usr/hyphen-data/hyph-nb.lic.txt b/system/usr/hyphen-data/hyph-nb.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0109a8e6728b772590aebf9d95ad8861146ba142
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-nb.lic.txt
@@ -0,0 +1,37 @@
+Norwegian Bokmal hyphenation patterns
+
+(more info about the licence to be added later)
+
+% Adapted to the new pattern-loading scheme.
+% Original file name was nbhyph.tex
+
+% TeX hyphenation patterns for Norwegian Bokmal
+%
+% Version 2007-02-10
+%
+% Copyright (C) 2007 Karl Ove Hufthammer.
+% Copying and distribution of this file, with or without modification,
+% are permitted in any medium without royalty, provided the copyright
+% notice and this notice are preserved.
+%
+% This file contains hyphenation patterns for Norwegian Bokmal.
+% It uses the Norwegian hyphenation patterns from nohyphbx.tex,
+% created by Rune Kleveland and Ole Michael Selberg. Please see
+% that file for copyright information on those patterns.
+%
+% The patterns in nohyphbx are based on both Norwegian Bokmal
+% and Norwegian Nynorsk, and works about equally well for both
+% languages. This file, nbhyph.tex, contains only a few hyphenation
+% exceptions, for words that needs to be hyphenated differently for
+% the two languages.
+%
+% Please send bugs or suggestions to karl@huftis.org.
+%
+
+\input hyph-no.tex
+
+\hyphenation{
+at-ten-de
+be-tre
+}
+
diff --git a/system/usr/hyphen-data/hyph-nn.hyb b/system/usr/hyphen-data/hyph-nn.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..74cf56e491e108d0eeb4b9a8ee68f37538b19102
Binary files /dev/null and b/system/usr/hyphen-data/hyph-nn.hyb differ
diff --git a/system/usr/hyphen-data/hyph-nn.lic.txt b/system/usr/hyphen-data/hyph-nn.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af0a585a35b18cc02ba49c8936b0b0797f364b99
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-nn.lic.txt
@@ -0,0 +1,37 @@
+Norwegian Nynorsk hyphenation patterns
+
+(more info about the licence to be added later)
+
+% Adapted to the new pattern-loading scheme.
+% Original file name was nnhyph.tex
+
+% TeX hyphenation patterns for Norwegian Nynorsk
+%
+% Version 2007-02-10
+%
+% Copyright (C) 2007 Karl Ove Hufthammer.
+% Copying and distribution of this file, with or without modification,
+% are permitted in any medium without royalty, provided the copyright
+% notice and this notice are preserved.
+%
+% This file contains hyphenation patterns for Norwegian Nynorsk.
+% It uses the Norwegian hyphenation patterns from nohyphbx.tex,
+% created by Rune Kleveland and Ole Michael Selberg. Please see
+% that file for copyright information on those patterns.
+%
+% The patterns in nohyphbx are based on both Norwegian Bokmal
+% and Norwegian Nynorsk, and works about equally well for both
+% languages. This file, nnhyph.tex, contains only a few hyphenation
+% exceptions, for words that needs to be hyphenated differently for
+% the two languages.
+%
+% Please send bugs or suggestions to karl@huftis.org.
+%
+
+\input hyph-no.tex
+
+\hyphenation{
+att-en-de
+bet-re
+}
+
diff --git a/system/usr/hyphen-data/hyph-or.hyb b/system/usr/hyphen-data/hyph-or.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..e320ce8c519e317871d354f8919f85bbb2fb5b14
Binary files /dev/null and b/system/usr/hyphen-data/hyph-or.hyb differ
diff --git a/system/usr/hyphen-data/hyph-or.lic.txt b/system/usr/hyphen-data/hyph-or.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..42b3f66fef940c2139acbb4f7627e22587783d35
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-or.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Oriya
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-pa.hyb b/system/usr/hyphen-data/hyph-pa.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..fd61325961a85dc978ae89761846f425c6dd6c9b
Binary files /dev/null and b/system/usr/hyphen-data/hyph-pa.hyb differ
diff --git a/system/usr/hyphen-data/hyph-pa.lic.txt b/system/usr/hyphen-data/hyph-pa.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d66a28f3298fafe477e6b622ee77dca0a60f9a69
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-pa.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Panjabi
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-pt.hyb b/system/usr/hyphen-data/hyph-pt.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..10a669be509a58d17ccf52ba7e7fa7f43dfe36c0
Binary files /dev/null and b/system/usr/hyphen-data/hyph-pt.hyb differ
diff --git a/system/usr/hyphen-data/hyph-pt.lic.txt b/system/usr/hyphen-data/hyph-pt.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..175f6d84f13adeea9af79fc6889572b1cd9f4a49
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-pt.lic.txt
@@ -0,0 +1,104 @@
+% This file is part of hyph-utf8 package and resulted from
+% semi-manual conversions of hyphenation patterns into UTF-8 in June 2008.
+%
+% Source: pthyph.tex (Version 1.2, 1996-07-21 - date in file)
+% Author: Pedro J. de Rezende <rezende at dcc.unicamp.br>, J.Joao Dias Almeida <jj at di.uminho.pt>
+%
+% The above mentioned file should become obsolete,
+% and the author of the original file should preferably modify this file instead.
+%
+% Modifications were needed in order to support native UTF-8 engines,
+% but functionality (hopefully) didn't change in any way, at least not intentionally.
+% This file is no longer stand-alone; at least for 8-bit engines
+% you probably want to use loadhyph-foo.tex (which will load this file) instead.
+%
+% Modifications were done by Jonathan Kew, Mojca Miklavec & Arthur Reutenauer
+% with help & support from:
+% - Karl Berry, who gave us free hands and all resources
+% - Taco Hoekwater, with useful macros
+% - Hans Hagen, who did the unicodification of patterns already long before
+%               and helped with testing, suggestions and bug reports
+% - Norbert Preining, who tested & integrated patterns into TeX Live
+%
+% However, the "copyright/copyleft" owner of patterns remains the original author.
+%
+% The copyright statement of this file is thus:
+%
+% BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
+% 
+% Copyright (c) 1987, Pedro J. de Rezende (rezende@ic.unicamp.br) and J.Joao Dias Almeida (jj@di.uminho.pt)
+% 
+% 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 University of Campinas, of the University of
+%       Minho 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 BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+% WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+% DISCLAIMED. IN NO EVENT SHALL PEDRO J. DE REZENDE OR J.JOAO DIAS ALMEIDA 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.
+%
+% If you want to change this file, rather than uploading directly to CTAN,
+% we would be grateful if you could send it to us (http://tug.org/tex-hyphen)
+% or ask for credentials for SVN repository and commit it yourself;
+% we will then upload the whole "package" to CTAN.
+%
+% Before a new "pattern-revolution" starts,
+% please try to follow some guidelines if possible:
+%
+% - \lccode is *forbidden*, and I really mean it
+% - all the patterns should be in UTF-8
+% - the only "allowed" TeX commands in this file are: \patterns, \hyphenation,
+%   and if you really cannot do without, also \input and \message
+% - in particular, please no \catcode or \lccode changes,
+%   they belong to loadhyph-foo.tex,
+%   and no \lefthyphenmin and \righthyphenmin,
+%   they have no influence here and belong elsewhere
+% - \begingroup and/or \endinput is not needed
+% - feel free to do whatever you want inside comments
+%
+% We know that TeX is extremely powerful, but give a stupid parser
+% at least a chance to read your patterns.
+%
+% For more information see
+%
+%    http://tug.org/tex-hyphen
+%
+%------------------------------------------------------------------
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% The Portuguese TeX hyphenation table.
+% (C) 2015 by  Pedro J. de Rezende (rezende@ic.unicamp.br)
+%          and J.Joao Dias Almeida (jj@di.uminho.pt)
+% Version: 1.3 Release date: 12/08/2015
+%
+% (C) 1996 by  Pedro J. de Rezende (rezende@ic.unicamp.br)
+%          and J.Joao Dias Almeida (jj@di.uminho.pt)
+% Version: 1.2 Release date: 07/21/1996
+%
+% (C) 1994 by Pedro J. de Rezende (rezende@ic.unicamp.br)
+% Version: 1.1 Release date: 04/12/1994
+%
+% (C) 1987 by Pedro J. de Rezende
+% Version: 1.0 Release date: 02/13/1987
+%
+% -----------------------------------------------------------------
+% Remember! If you *must* change it, then call the resulting file
+% something  else and attach your name to your *documented* changes.
+% =================================================================
+%
diff --git a/system/usr/hyphen-data/hyph-sl.hyb b/system/usr/hyphen-data/hyph-sl.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..2215e70ab46e3c8b00b632b9f10563f2c85c03b2
Binary files /dev/null and b/system/usr/hyphen-data/hyph-sl.hyb differ
diff --git a/system/usr/hyphen-data/hyph-sl.lic.txt b/system/usr/hyphen-data/hyph-sl.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a151dc4c98cc0e20fd6a26a9b065e28e8aa168a8
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-sl.lic.txt
@@ -0,0 +1,49 @@
+% copyright: Copyright (C) 1990 Matjaž Vrečko, TeXCeX (SLO)
+% title: Slovenian hyphenation patterns
+% version: 2007-01-29
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% licence:
+%     - This file is available under the following license.
+%         name: MIT
+%         url: https://opensource.org/licences/MIT
+%         text: >
+%             Permission is hereby granted, free of charge, to any person
+%             obtaining a copy of this software and associated documentation
+%             files (the "Software"), to deal in the Software without
+%             restriction, including without limitation the rights to use,
+%             copy, modify, merge, publish, distribute, sublicense, and/or sell
+%             copies of the Software, and to permit persons to whom the
+%             Software is furnished to do so, subject to the following
+%             conditions:
+%
+%             The above copyright notice and this permission notice shall be
+%             included in all copies or substantial portions of the Software.
+%
+%             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%             EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+%             OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%             NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+%             HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+%             WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+%             FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+%             OTHER DEALINGS IN THE SOFTWARE.
+% changes:
+%     - 1990       First version of `hyphen.si' (Matjaž Vrečko, TeXCeX)
+%
+%     - >
+%         Some cosmetic changes done later on, but none of these apply any more;
+%         the patterns are still the same as they were originally:
+%     - 1994-05-17 Use of code page 852 in patterns (Leon Žlajpah)
+%     - 1995-04-06 Release of `sihyph21.tex'
+%     - 1995-06-20 >
+%             Added \slovenehyphenmins
+%             Release of `sihyph22.tex'
+%     - 1997-15-04 >
+%             Some changes concerning "c, "s, "z and ...
+%             Release of `sihyph23.tex'
+%     - 2007-01-20 >
+%             `sihyph23.tex' renamed to `slhyph.tex'
+%             (sl is the proper language code for Slovenian)
+%
diff --git a/system/usr/hyphen-data/hyph-ta.hyb b/system/usr/hyphen-data/hyph-ta.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..3cb21b5be02491408ac8b40544fa767ecd3a1da1
Binary files /dev/null and b/system/usr/hyphen-data/hyph-ta.hyb differ
diff --git a/system/usr/hyphen-data/hyph-ta.lic.txt b/system/usr/hyphen-data/hyph-ta.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e8c8c40a0fab20666bacee1b359f1fb7b76c9883
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-ta.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Tamil
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-te.hyb b/system/usr/hyphen-data/hyph-te.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..4b3490711ff9029f77111bc874aa4ba35fc07e77
Binary files /dev/null and b/system/usr/hyphen-data/hyph-te.hyb differ
diff --git a/system/usr/hyphen-data/hyph-te.lic.txt b/system/usr/hyphen-data/hyph-te.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1b380bbd0e45e79847f0edb56092096e27ae7a45
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-te.lic.txt
@@ -0,0 +1,26 @@
+% These patterns originate from
+%    https://github.com/santhoshtr/hyphenation/)
+% and have been adapted for hyph-utf8 (for use in TeX).
+%
+%  Hyphenation for Telugu
+%  Copyright (C) 2016 Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+%
+%  Permission is hereby granted, free of charge, to any person obtaining
+%  a copy of this software and associated documentation files (the
+%  "Software"), to deal in the Software without restriction, including
+%  without limitation the rights to use, copy, modify, merge, publish,
+%  distribute, sublicense, and/or sell copies of the Software, and to
+%  permit persons to whom the Software is furnished to do so, subject to
+%  the following conditions:
+%
+%  The above copyright notice and this permission notice shall be
+%  included in all copies or substantial portions of the Software.
+%
+%  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+%  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+%  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+%  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+%  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+%  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+%  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-tk.hyb b/system/usr/hyphen-data/hyph-tk.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..1bc934528710426d91f61af083a82fdff0dc60b6
Binary files /dev/null and b/system/usr/hyphen-data/hyph-tk.hyb differ
diff --git a/system/usr/hyphen-data/hyph-tk.lic.txt b/system/usr/hyphen-data/hyph-tk.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6cc40115a3071385185f595f738f6827c39d844e
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-tk.lic.txt
@@ -0,0 +1,28 @@
+% copyright: Copyright (c) 2010-2015 Nazar Annagurban
+% title: Hyphenation patterns for Turkmen language
+% version: 0.1 16 March 2010
+% notice: >
+%     This file is part of the hyph-utf8 package.
+%     See http://www.hyphenation.org for more information.
+% license:
+%     name: MIT
+%     url: https://opensource.org/licenses/MIT
+%     text: >
+%         Permission is hereby granted, free of charge, to any person obtaining a copy
+%         of this software and associated documentation files (the "Software"), to deal
+%         in the Software without restriction, including without limitation the rights
+%         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+%         copies of the Software, and to permit persons to whom the Software is
+%         furnished to do so, subject to the following conditions:
+%         
+%         The above copyright notice and this permission notice shall be included in
+%         all copies or substantial portions of the Software.
+%         
+%         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+%         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+%         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+%         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+%         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+%         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+%         THE SOFTWARE.
+%
diff --git a/system/usr/hyphen-data/hyph-und-ethi.hyb b/system/usr/hyphen-data/hyph-und-ethi.hyb
new file mode 100644
index 0000000000000000000000000000000000000000..3c98edbd9ef2d852ab53cd95c8be13fec1d720e8
Binary files /dev/null and b/system/usr/hyphen-data/hyph-und-ethi.hyb differ
diff --git a/system/usr/hyphen-data/hyph-und-ethi.lic.txt b/system/usr/hyphen-data/hyph-und-ethi.lic.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a100df0655bf7d17afa432ee03179606a392cad4
--- /dev/null
+++ b/system/usr/hyphen-data/hyph-und-ethi.lic.txt
@@ -0,0 +1,21 @@
+Pan-Ethiopic hyphenation patterns
+
+(more info about the licence to be added later)
+
+% Experimental pattern file for languages written using the Ethiopic script.
+% Arthur Reutenauer, London, 2011, for the hyph-utf8 project.
+% Copyright (c) TeX Users Group, 2011.
+% You may freely use, copy, modify and / or redistribute this file.
+%
+% This is a generated file.  If you wish to edit it, consider adapting the
+% generating programme
+% (svn://tug.org/texhyphen/trunk/hyph-utf8/source/generic/hyph-utf8/languages/mul-ethi/generate_patterns_mul-ethi.lua).
+%
+% The BCP 47 language tag for that file is "mul-ethi" to reflect the fact that
+% it can be used by multiple languages (and a single script, Ethiopic).  It is,
+% though, not supposed to be linguistically relevant and should, for proper
+% typography, be replaced by files tailored to individual languages.  What we
+% do for the moment is to simply allow break on either sides of Ethiopic
+% syllables, and to forbid it before some punctuation marks particular to
+% the Ethiopic script (which we thus make letters for this purpose).
+
diff --git a/system/usr/icu/icudt58l.dat b/system/usr/icu/icudt58l.dat
new file mode 100644
index 0000000000000000000000000000000000000000..9eaa757687cfd010daf6c5d972c664b102fefaba
Binary files /dev/null and b/system/usr/icu/icudt58l.dat differ
diff --git a/system/usr/idc/AVRCP.idc b/system/usr/idc/AVRCP.idc
new file mode 100644
index 0000000000000000000000000000000000000000..610b7f9a008fb2e3bf47e498e6ec49367d23839a
--- /dev/null
+++ b/system/usr/idc/AVRCP.idc
@@ -0,0 +1,19 @@
+# Copyright (C) 2015 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.
+
+#
+# AVRCP
+#
+
+device.internal = 1
diff --git a/system/usr/idc/qwerty.idc b/system/usr/idc/qwerty.idc
new file mode 100644
index 0000000000000000000000000000000000000000..375d78576548ef91a3b97baa4ec019563b05defb
--- /dev/null
+++ b/system/usr/idc/qwerty.idc
@@ -0,0 +1,28 @@
+# Copyright (C) 2010 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.
+
+#
+# Emulator keyboard configuration file #1.
+#
+
+touch.deviceType = touchScreen
+touch.orientationAware = 1
+
+keyboard.layout = qwerty
+keyboard.characterMap = qwerty
+keyboard.orientationAware = 1
+keyboard.builtIn = 1
+
+cursor.mode = navigation
+cursor.orientationAware = 1
diff --git a/system/usr/idc/qwerty2.idc b/system/usr/idc/qwerty2.idc
new file mode 100644
index 0000000000000000000000000000000000000000..369205ea3f98339c144b0334c2fdba78566ebcbf
--- /dev/null
+++ b/system/usr/idc/qwerty2.idc
@@ -0,0 +1,28 @@
+# Copyright (C) 2010 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.
+
+#
+# Emulator keyboard configuration file #2.
+#
+
+touch.deviceType = touchScreen
+touch.orientationAware = 1
+
+keyboard.layout = qwerty
+keyboard.characterMap = qwerty2
+keyboard.orientationAware = 1
+keyboard.builtIn = 1
+
+cursor.mode = navigation
+cursor.orientationAware = 1
diff --git a/system/usr/keychars/Generic.kcm b/system/usr/keychars/Generic.kcm
new file mode 100644
index 0000000000000000000000000000000000000000..1ef74ba5e1a25712ae202878d3bfbc4e1de22724
--- /dev/null
+++ b/system/usr/keychars/Generic.kcm
@@ -0,0 +1,604 @@
+# Copyright (C) 2010 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.
+
+#
+# Generic key character map for full alphabetic US English PC style external keyboards.
+#
+# This file is intentionally very generic and is intended to support a broad rang of keyboards.
+# Do not edit the generic key character map to support a specific keyboard; instead, create
+# a new key character map file with the required keyboard configuration.
+#
+
+type FULL
+
+### Basic QWERTY keys ###
+
+key A {
+    label:                              'A'
+    base:                               'a'
+    shift, capslock:                    'A'
+}
+
+key B {
+    label:                              'B'
+    base:                               'b'
+    shift, capslock:                    'B'
+}
+
+key C {
+    label:                              'C'
+    base:                               'c'
+    shift, capslock:                    'C'
+    alt:                                '\u00e7'
+    shift+alt:                          '\u00c7'
+}
+
+key D {
+    label:                              'D'
+    base:                               'd'
+    shift, capslock:                    'D'
+}
+
+key E {
+    label:                              'E'
+    base:                               'e'
+    shift, capslock:                    'E'
+    alt:                                '\u0301'
+}
+
+key F {
+    label:                              'F'
+    base:                               'f'
+    shift, capslock:                    'F'
+}
+
+key G {
+    label:                              'G'
+    base:                               'g'
+    shift, capslock:                    'G'
+}
+
+key H {
+    label:                              'H'
+    base:                               'h'
+    shift, capslock:                    'H'
+}
+
+key I {
+    label:                              'I'
+    base:                               'i'
+    shift, capslock:                    'I'
+    alt:                                '\u0302'
+}
+
+key J {
+    label:                              'J'
+    base:                               'j'
+    shift, capslock:                    'J'
+}
+
+key K {
+    label:                              'K'
+    base:                               'k'
+    shift, capslock:                    'K'
+}
+
+key L {
+    label:                              'L'
+    base:                               'l'
+    shift, capslock:                    'L'
+}
+
+key M {
+    label:                              'M'
+    base:                               'm'
+    shift, capslock:                    'M'
+}
+
+key N {
+    label:                              'N'
+    base:                               'n'
+    shift, capslock:                    'N'
+    alt:                                '\u0303'
+}
+
+key O {
+    label:                              'O'
+    base:                               'o'
+    shift, capslock:                    'O'
+}
+
+key P {
+    label:                              'P'
+    base:                               'p'
+    shift, capslock:                    'P'
+}
+
+key Q {
+    label:                              'Q'
+    base:                               'q'
+    shift, capslock:                    'Q'
+}
+
+key R {
+    label:                              'R'
+    base:                               'r'
+    shift, capslock:                    'R'
+}
+
+key S {
+    label:                              'S'
+    base:                               's'
+    shift, capslock:                    'S'
+    alt:                                '\u00df'
+}
+
+key T {
+    label:                              'T'
+    base:                               't'
+    shift, capslock:                    'T'
+}
+
+key U {
+    label:                              'U'
+    base:                               'u'
+    shift, capslock:                    'U'
+    alt:                                '\u0308'
+}
+
+key V {
+    label:                              'V'
+    base:                               'v'
+    shift, capslock:                    'V'
+}
+
+key W {
+    label:                              'W'
+    base:                               'w'
+    shift, capslock:                    'W'
+}
+
+key X {
+    label:                              'X'
+    base:                               'x'
+    shift, capslock:                    'X'
+}
+
+key Y {
+    label:                              'Y'
+    base:                               'y'
+    shift, capslock:                    'Y'
+}
+
+key Z {
+    label:                              'Z'
+    base:                               'z'
+    shift, capslock:                    'Z'
+}
+
+key 0 {
+    label:                              '0'
+    base:                               '0'
+    shift:                              ')'
+}
+
+key 1 {
+    label:                              '1'
+    base:                               '1'
+    shift:                              '!'
+}
+
+key 2 {
+    label:                              '2'
+    base:                               '2'
+    shift:                              '@'
+}
+
+key 3 {
+    label:                              '3'
+    base:                               '3'
+    shift:                              '#'
+}
+
+key 4 {
+    label:                              '4'
+    base:                               '4'
+    shift:                              '$'
+}
+
+key 5 {
+    label:                              '5'
+    base:                               '5'
+    shift:                              '%'
+}
+
+key 6 {
+    label:                              '6'
+    base:                               '6'
+    shift:                              '^'
+    alt+shift:                          '\u0302'
+}
+
+key 7 {
+    label:                              '7'
+    base:                               '7'
+    shift:                              '&'
+}
+
+key 8 {
+    label:                              '8'
+    base:                               '8'
+    shift:                              '*'
+}
+
+key 9 {
+    label:                              '9'
+    base:                               '9'
+    shift:                              '('
+}
+
+key SPACE {
+    label:                              ' '
+    base:                               ' '
+    alt, meta:                          fallback SEARCH
+    ctrl:                               fallback LANGUAGE_SWITCH
+}
+
+key ENTER {
+    label:                              '\n'
+    base:                               '\n'
+}
+
+key TAB {
+    label:                              '\t'
+    base:                               '\t'
+}
+
+key COMMA {
+    label:                              ','
+    base:                               ','
+    shift:                              '<'
+}
+
+key PERIOD {
+    label:                              '.'
+    base:                               '.'
+    shift:                              '>'
+}
+
+key SLASH {
+    label:                              '/'
+    base:                               '/'
+    shift:                              '?'
+}
+
+key GRAVE {
+    label:                              '`'
+    base:                               '`'
+    shift:                              '~'
+    alt:                                '\u0300'
+    alt+shift:                          '\u0303'
+}
+
+key MINUS {
+    label:                              '-'
+    base:                               '-'
+    shift:                              '_'
+}
+
+key EQUALS {
+    label:                              '='
+    base:                               '='
+    shift:                              '+'
+}
+
+key LEFT_BRACKET {
+    label:                              '['
+    base:                               '['
+    shift:                              '{'
+}
+
+key RIGHT_BRACKET {
+    label:                              ']'
+    base:                               ']'
+    shift:                              '}'
+}
+
+key BACKSLASH {
+    label:                              '\\'
+    base:                               '\\'
+    shift:                              '|'
+}
+
+key SEMICOLON {
+    label:                              ';'
+    base:                               ';'
+    shift:                              ':'
+}
+
+key APOSTROPHE {
+    label:                              '\''
+    base:                               '\''
+    shift:                              '"'
+}
+
+### Numeric keypad ###
+
+key NUMPAD_0 {
+    label:                              '0'
+    base:                               fallback INSERT
+    numlock:                            '0'
+}
+
+key NUMPAD_1 {
+    label:                              '1'
+    base:                               fallback MOVE_END
+    numlock:                            '1'
+}
+
+key NUMPAD_2 {
+    label:                              '2'
+    base:                               fallback DPAD_DOWN
+    numlock:                            '2'
+}
+
+key NUMPAD_3 {
+    label:                              '3'
+    base:                               fallback PAGE_DOWN
+    numlock:                            '3'
+}
+
+key NUMPAD_4 {
+    label:                              '4'
+    base:                               fallback DPAD_LEFT
+    numlock:                            '4'
+}
+
+key NUMPAD_5 {
+    label:                              '5'
+    base:                               fallback DPAD_CENTER
+    numlock:                            '5'
+}
+
+key NUMPAD_6 {
+    label:                              '6'
+    base:                               fallback DPAD_RIGHT
+    numlock:                            '6'
+}
+
+key NUMPAD_7 {
+    label:                              '7'
+    base:                               fallback MOVE_HOME
+    numlock:                            '7'
+}
+
+key NUMPAD_8 {
+    label:                              '8'
+    base:                               fallback DPAD_UP
+    numlock:                            '8'
+}
+
+key NUMPAD_9 {
+    label:                              '9'
+    base:                               fallback PAGE_UP
+    numlock:                            '9'
+}
+
+key NUMPAD_LEFT_PAREN {
+    label:                              '('
+    base:                               '('
+}
+
+key NUMPAD_RIGHT_PAREN {
+    label:                              ')'
+    base:                               ')'
+}
+
+key NUMPAD_DIVIDE {
+    label:                              '/'
+    base:                               '/'
+}
+
+key NUMPAD_MULTIPLY {
+    label:                              '*'
+    base:                               '*'
+}
+
+key NUMPAD_SUBTRACT {
+    label:                              '-'
+    base:                               '-'
+}
+
+key NUMPAD_ADD {
+    label:                              '+'
+    base:                               '+'
+}
+
+key NUMPAD_DOT {
+    label:                              '.'
+    base:                               fallback FORWARD_DEL
+    numlock:                            '.'
+}
+
+key NUMPAD_COMMA {
+    label:                              ','
+    base:                               ','
+}
+
+key NUMPAD_EQUALS {
+    label:                              '='
+    base:                               '='
+}
+
+key NUMPAD_ENTER {
+    label:                              '\n'
+    base:                               '\n' fallback ENTER
+    ctrl, alt, meta:                    none fallback ENTER
+}
+
+### Special keys on phones ###
+
+key AT {
+    label:                              '@'
+    base:                               '@'
+}
+
+key STAR {
+    label:                              '*'
+    base:                               '*'
+}
+
+key POUND {
+    label:                              '#'
+    base:                               '#'
+}
+
+key PLUS {
+    label:                              '+'
+    base:                               '+'
+}
+
+### Non-printing keys ###
+
+key ESCAPE {
+    base:                               fallback BACK
+    alt, meta:                          fallback HOME
+    ctrl:                               fallback MENU
+}
+
+### Gamepad buttons ###
+
+key BUTTON_A {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_B {
+    base:                               fallback BACK
+}
+
+key BUTTON_C {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_X {
+    base:                               fallback DEL
+}
+
+key BUTTON_Y {
+    base:                               fallback SPACE
+}
+
+key BUTTON_Z {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_L1 {
+    base:                               none
+}
+
+key BUTTON_R1 {
+    base:                               none
+}
+
+key BUTTON_L2 {
+    base:                               none
+}
+
+key BUTTON_R2 {
+    base:                               none
+}
+
+key BUTTON_THUMBL {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_THUMBR {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_START {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_SELECT {
+    base:                               fallback MENU
+}
+
+key BUTTON_MODE {
+    base:                               fallback MENU
+}
+
+key BUTTON_1 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_2 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_3 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_4 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_5 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_6 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_7 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_8 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_9 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_10 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_11 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_12 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_13 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_14 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_15 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_16 {
+    base:                               fallback DPAD_CENTER
+}
diff --git a/system/usr/keychars/Vendor_18d1_Product_5018.kcm b/system/usr/keychars/Vendor_18d1_Product_5018.kcm
new file mode 100644
index 0000000000000000000000000000000000000000..0ca85a20d7f36a5c7eb51f390975efc48006f48c
--- /dev/null
+++ b/system/usr/keychars/Vendor_18d1_Product_5018.kcm
@@ -0,0 +1,321 @@
+# Copyright (C) 2015 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.
+
+#
+# Key character map for Google Pixel C Keyboard
+#
+
+type FULL
+
+### Basic QWERTY keys ###
+
+key A {
+    label:                              'A'
+    base:                               'a'
+    shift, capslock:                    'A'
+}
+
+key B {
+    label:                              'B'
+    base:                               'b'
+    shift, capslock:                    'B'
+}
+
+key C {
+    label:                              'C'
+    base:                               'c'
+    shift, capslock:                    'C'
+    alt:                                '\u00e7'
+    shift+alt:                          '\u00c7'
+}
+
+key D {
+    label:                              'D'
+    base:                               'd'
+    shift, capslock:                    'D'
+}
+
+key E {
+    label:                              'E'
+    base:                               'e'
+    shift, capslock:                    'E'
+    alt:                                '\u0301'
+}
+
+key F {
+    label:                              'F'
+    base:                               'f'
+    shift, capslock:                    'F'
+}
+
+key G {
+    label:                              'G'
+    base:                               'g'
+    shift, capslock:                    'G'
+}
+
+key H {
+    label:                              'H'
+    base:                               'h'
+    shift, capslock:                    'H'
+}
+
+key I {
+    label:                              'I'
+    base:                               'i'
+    shift, capslock:                    'I'
+    alt:                                '\u0302'
+}
+
+key J {
+    label:                              'J'
+    base:                               'j'
+    shift, capslock:                    'J'
+}
+
+key K {
+    label:                              'K'
+    base:                               'k'
+    shift, capslock:                    'K'
+}
+
+key L {
+    label:                              'L'
+    base:                               'l'
+    shift, capslock:                    'L'
+}
+
+key M {
+    label:                              'M'
+    base:                               'm'
+    shift, capslock:                    'M'
+}
+
+key N {
+    label:                              'N'
+    base:                               'n'
+    shift, capslock:                    'N'
+    alt:                                '\u0303'
+}
+
+key O {
+    label:                              'O'
+    base:                               'o'
+    shift, capslock:                    'O'
+    ralt:                               '['
+    ralt+shift:                         '{'
+}
+
+key P {
+    label:                              'P'
+    base:                               'p'
+    shift, capslock:                    'P'
+    ralt:                               ']'
+    ralt+shift:                         '}'
+}
+
+key Q {
+    label:                              'Q'
+    base:                               'q'
+    shift, capslock:                    'Q'
+}
+
+key R {
+    label:                              'R'
+    base:                               'r'
+    shift, capslock:                    'R'
+}
+
+key S {
+    label:                              'S'
+    base:                               's'
+    shift, capslock:                    'S'
+    alt:                                '\u00df'
+}
+
+key T {
+    label:                              'T'
+    base:                               't'
+    shift, capslock:                    'T'
+}
+
+key U {
+    label:                              'U'
+    base:                               'u'
+    shift, capslock:                    'U'
+    alt:                                '\u0308'
+}
+
+key V {
+    label:                              'V'
+    base:                               'v'
+    shift, capslock:                    'V'
+}
+
+key W {
+    label:                              'W'
+    base:                               'w'
+    shift, capslock:                    'W'
+}
+
+key X {
+    label:                              'X'
+    base:                               'x'
+    shift, capslock:                    'X'
+}
+
+key Y {
+    label:                              'Y'
+    base:                               'y'
+    shift, capslock:                    'Y'
+}
+
+key Z {
+    label:                              'Z'
+    base:                               'z'
+    shift, capslock:                    'Z'
+}
+
+key 0 {
+    label:                              '0'
+    base:                               '0'
+    shift:                              ')'
+}
+
+key 1 {
+    label:                              '1'
+    base:                               '1'
+    shift:                              '!'
+    ralt:                               replace ESCAPE
+}
+
+key 2 {
+    label:                              '2'
+    base:                               '2'
+    shift:                              '@'
+    ralt:                               '`'
+    ralt+shift:                         '~'
+}
+
+key 3 {
+    label:                              '3'
+    base:                               '3'
+    shift:                              '#'
+}
+
+key 4 {
+    label:                              '4'
+    base:                               '4'
+    shift:                              '$'
+}
+
+key 5 {
+    label:                              '5'
+    base:                               '5'
+    shift:                              '%'
+}
+
+key 6 {
+    label:                              '6'
+    base:                               '6'
+    shift:                              '^'
+    alt+shift:                          '\u0302'
+}
+
+key 7 {
+    label:                              '7'
+    base:                               '7'
+    shift:                              '&'
+}
+
+key 8 {
+    label:                              '8'
+    base:                               '8'
+    shift:                              '*'
+}
+
+key 9 {
+    label:                              '9'
+    base:                               '9'
+    shift:                              '('
+}
+
+key SPACE {
+    label:                              ' '
+    base:                               ' '
+    alt, meta:                          fallback SEARCH
+    ctrl:                               fallback LANGUAGE_SWITCH
+}
+
+key ENTER {
+    label:                              '\n'
+    base:                               '\n'
+}
+
+key TAB {
+    label:                              '\t'
+    base:                               '\t'
+}
+
+key COMMA {
+    label:                              ','
+    base:                               ','
+    shift:                              '<'
+}
+
+key PERIOD {
+    label:                              '.'
+    base:                               '.'
+    shift:                              '>'
+}
+
+key SLASH {
+    label:                              '/'
+    base:                               '/'
+    shift:                              '?'
+}
+
+key MINUS {
+    label:                              '-'
+    base:                               '-'
+    shift:                              '_'
+}
+
+key EQUALS {
+    label:                              '='
+    base:                               '='
+    shift:                              '+'
+    ralt:                               '\\'
+    ralt+shift:                         '|'
+}
+
+key SEMICOLON {
+    label:                              ';'
+    base:                               ';'
+    shift:                              ':'
+}
+
+key APOSTROPHE {
+    label:                              '\''
+    base:                               '\''
+    shift:                              '"'
+}
+
+### Non-printing keys ###
+
+key ESCAPE {
+    base:                               fallback BACK
+    alt, meta:                          fallback HOME
+    ctrl:                               fallback MENU
+}
diff --git a/system/usr/keychars/Virtual.kcm b/system/usr/keychars/Virtual.kcm
new file mode 100644
index 0000000000000000000000000000000000000000..c4647e04f3c3184eebdfc26ff2165f9d9b039661
--- /dev/null
+++ b/system/usr/keychars/Virtual.kcm
@@ -0,0 +1,601 @@
+# Copyright (C) 2010 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.
+
+#
+# Key character map for a built-in generic virtual keyboard primarily used
+# for instrumentation and testing purposes.
+#
+
+type FULL
+
+### Basic QWERTY keys ###
+
+key A {
+    label:                              'A'
+    base:                               'a'
+    shift, capslock:                    'A'
+}
+
+key B {
+    label:                              'B'
+    base:                               'b'
+    shift, capslock:                    'B'
+}
+
+key C {
+    label:                              'C'
+    base:                               'c'
+    shift, capslock:                    'C'
+    alt:                                '\u00e7'
+    shift+alt:                          '\u00c7'
+}
+
+key D {
+    label:                              'D'
+    base:                               'd'
+    shift, capslock:                    'D'
+}
+
+key E {
+    label:                              'E'
+    base:                               'e'
+    shift, capslock:                    'E'
+    alt:                                '\u0301'
+}
+
+key F {
+    label:                              'F'
+    base:                               'f'
+    shift, capslock:                    'F'
+}
+
+key G {
+    label:                              'G'
+    base:                               'g'
+    shift, capslock:                    'G'
+}
+
+key H {
+    label:                              'H'
+    base:                               'h'
+    shift, capslock:                    'H'
+}
+
+key I {
+    label:                              'I'
+    base:                               'i'
+    shift, capslock:                    'I'
+    alt:                                '\u0302'
+}
+
+key J {
+    label:                              'J'
+    base:                               'j'
+    shift, capslock:                    'J'
+}
+
+key K {
+    label:                              'K'
+    base:                               'k'
+    shift, capslock:                    'K'
+}
+
+key L {
+    label:                              'L'
+    base:                               'l'
+    shift, capslock:                    'L'
+}
+
+key M {
+    label:                              'M'
+    base:                               'm'
+    shift, capslock:                    'M'
+}
+
+key N {
+    label:                              'N'
+    base:                               'n'
+    shift, capslock:                    'N'
+    alt:                                '\u0303'
+}
+
+key O {
+    label:                              'O'
+    base:                               'o'
+    shift, capslock:                    'O'
+}
+
+key P {
+    label:                              'P'
+    base:                               'p'
+    shift, capslock:                    'P'
+}
+
+key Q {
+    label:                              'Q'
+    base:                               'q'
+    shift, capslock:                    'Q'
+}
+
+key R {
+    label:                              'R'
+    base:                               'r'
+    shift, capslock:                    'R'
+}
+
+key S {
+    label:                              'S'
+    base:                               's'
+    shift, capslock:                    'S'
+    alt:                                '\u00df'
+}
+
+key T {
+    label:                              'T'
+    base:                               't'
+    shift, capslock:                    'T'
+}
+
+key U {
+    label:                              'U'
+    base:                               'u'
+    shift, capslock:                    'U'
+    alt:                                '\u0308'
+}
+
+key V {
+    label:                              'V'
+    base:                               'v'
+    shift, capslock:                    'V'
+}
+
+key W {
+    label:                              'W'
+    base:                               'w'
+    shift, capslock:                    'W'
+}
+
+key X {
+    label:                              'X'
+    base:                               'x'
+    shift, capslock:                    'X'
+}
+
+key Y {
+    label:                              'Y'
+    base:                               'y'
+    shift, capslock:                    'Y'
+}
+
+key Z {
+    label:                              'Z'
+    base:                               'z'
+    shift, capslock:                    'Z'
+}
+
+key 0 {
+    label:                              '0'
+    base:                               '0'
+    shift:                              ')'
+}
+
+key 1 {
+    label:                              '1'
+    base:                               '1'
+    shift:                              '!'
+}
+
+key 2 {
+    label:                              '2'
+    base:                               '2'
+    shift:                              '@'
+}
+
+key 3 {
+    label:                              '3'
+    base:                               '3'
+    shift:                              '#'
+}
+
+key 4 {
+    label:                              '4'
+    base:                               '4'
+    shift:                              '$'
+}
+
+key 5 {
+    label:                              '5'
+    base:                               '5'
+    shift:                              '%'
+}
+
+key 6 {
+    label:                              '6'
+    base:                               '6'
+    shift:                              '^'
+    alt+shift:                          '\u0302'
+}
+
+key 7 {
+    label:                              '7'
+    base:                               '7'
+    shift:                              '&'
+}
+
+key 8 {
+    label:                              '8'
+    base:                               '8'
+    shift:                              '*'
+}
+
+key 9 {
+    label:                              '9'
+    base:                               '9'
+    shift:                              '('
+}
+
+key SPACE {
+    label:                              ' '
+    base:                               ' '
+    alt, meta:                          fallback SEARCH
+    ctrl:                               fallback LANGUAGE_SWITCH
+}
+
+key ENTER {
+    label:                              '\n'
+    base:                               '\n'
+}
+
+key TAB {
+    label:                              '\t'
+    base:                               '\t'
+}
+
+key COMMA {
+    label:                              ','
+    base:                               ','
+    shift:                              '<'
+}
+
+key PERIOD {
+    label:                              '.'
+    base:                               '.'
+    shift:                              '>'
+}
+
+key SLASH {
+    label:                              '/'
+    base:                               '/'
+    shift:                              '?'
+}
+
+key GRAVE {
+    label:                              '`'
+    base:                               '`'
+    shift:                              '~'
+    alt:                                '\u0300'
+    alt+shift:                          '\u0303'
+}
+
+key MINUS {
+    label:                              '-'
+    base:                               '-'
+    shift:                              '_'
+}
+
+key EQUALS {
+    label:                              '='
+    base:                               '='
+    shift:                              '+'
+}
+
+key LEFT_BRACKET {
+    label:                              '['
+    base:                               '['
+    shift:                              '{'
+}
+
+key RIGHT_BRACKET {
+    label:                              ']'
+    base:                               ']'
+    shift:                              '}'
+}
+
+key BACKSLASH {
+    label:                              '\\'
+    base:                               '\\'
+    shift:                              '|'
+}
+
+key SEMICOLON {
+    label:                              ';'
+    base:                               ';'
+    shift:                              ':'
+}
+
+key APOSTROPHE {
+    label:                              '\''
+    base:                               '\''
+    shift:                              '"'
+}
+
+### Numeric keypad ###
+
+key NUMPAD_0 {
+    label:                              '0'
+    base:                               fallback INSERT
+    numlock:                            '0'
+}
+
+key NUMPAD_1 {
+    label:                              '1'
+    base:                               fallback MOVE_END
+    numlock:                            '1'
+}
+
+key NUMPAD_2 {
+    label:                              '2'
+    base:                               fallback DPAD_DOWN
+    numlock:                            '2'
+}
+
+key NUMPAD_3 {
+    label:                              '3'
+    base:                               fallback PAGE_DOWN
+    numlock:                            '3'
+}
+
+key NUMPAD_4 {
+    label:                              '4'
+    base:                               fallback DPAD_LEFT
+    numlock:                            '4'
+}
+
+key NUMPAD_5 {
+    label:                              '5'
+    base:                               fallback DPAD_CENTER
+    numlock:                            '5'
+}
+
+key NUMPAD_6 {
+    label:                              '6'
+    base:                               fallback DPAD_RIGHT
+    numlock:                            '6'
+}
+
+key NUMPAD_7 {
+    label:                              '7'
+    base:                               fallback MOVE_HOME
+    numlock:                            '7'
+}
+
+key NUMPAD_8 {
+    label:                              '8'
+    base:                               fallback DPAD_UP
+    numlock:                            '8'
+}
+
+key NUMPAD_9 {
+    label:                              '9'
+    base:                               fallback PAGE_UP
+    numlock:                            '9'
+}
+
+key NUMPAD_LEFT_PAREN {
+    label:                              '('
+    base:                               '('
+}
+
+key NUMPAD_RIGHT_PAREN {
+    label:                              ')'
+    base:                               ')'
+}
+
+key NUMPAD_DIVIDE {
+    label:                              '/'
+    base:                               '/'
+}
+
+key NUMPAD_MULTIPLY {
+    label:                              '*'
+    base:                               '*'
+}
+
+key NUMPAD_SUBTRACT {
+    label:                              '-'
+    base:                               '-'
+}
+
+key NUMPAD_ADD {
+    label:                              '+'
+    base:                               '+'
+}
+
+key NUMPAD_DOT {
+    label:                              '.'
+    base:                               fallback FORWARD_DEL
+    numlock:                            '.'
+}
+
+key NUMPAD_COMMA {
+    label:                              ','
+    base:                               ','
+}
+
+key NUMPAD_EQUALS {
+    label:                              '='
+    base:                               '='
+}
+
+key NUMPAD_ENTER {
+    label:                              '\n'
+    base:                               '\n' fallback ENTER
+    ctrl, alt, meta:                    none fallback ENTER
+}
+
+### Special keys on phones ###
+
+key AT {
+    label:                              '@'
+    base:                               '@'
+}
+
+key STAR {
+    label:                              '*'
+    base:                               '*'
+}
+
+key POUND {
+    label:                              '#'
+    base:                               '#'
+}
+
+key PLUS {
+    label:                              '+'
+    base:                               '+'
+}
+
+### Non-printing keys ###
+
+key ESCAPE {
+    base:                               fallback BACK
+    alt, meta:                          fallback HOME
+    ctrl:                               fallback MENU
+}
+
+### Gamepad buttons ###
+
+key BUTTON_A {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_B {
+    base:                               fallback BACK
+}
+
+key BUTTON_C {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_X {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_Y {
+    base:                               fallback BACK
+}
+
+key BUTTON_Z {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_L1 {
+    base:                               none
+}
+
+key BUTTON_R1 {
+    base:                               none
+}
+
+key BUTTON_L2 {
+    base:                               none
+}
+
+key BUTTON_R2 {
+    base:                               none
+}
+
+key BUTTON_THUMBL {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_THUMBR {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_START {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_SELECT {
+    base:                               fallback MENU
+}
+
+key BUTTON_MODE {
+    base:                               fallback MENU
+}
+
+key BUTTON_1 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_2 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_3 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_4 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_5 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_6 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_7 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_8 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_9 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_10 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_11 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_12 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_13 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_14 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_15 {
+    base:                               fallback DPAD_CENTER
+}
+
+key BUTTON_16 {
+    base:                               fallback DPAD_CENTER
+}
diff --git a/system/usr/keychars/qwerty.kcm b/system/usr/keychars/qwerty.kcm
new file mode 100644
index 0000000000000000000000000000000000000000..f3e152418a4c3bb2948596ee4a2c46c5b09f7555
--- /dev/null
+++ b/system/usr/keychars/qwerty.kcm
@@ -0,0 +1,508 @@
+# Copyright (C) 2010 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.
+
+#
+# Emulator keyboard character map #1.
+#
+# This file is no longer used as the platform's default keyboard character map.
+# Refer to Generic.kcm and Virtual.kcm instead.
+#
+
+type ALPHA
+
+key A {
+    label:                              'A'
+    number:                             '2'
+    base:                               'a'
+    shift, capslock:                    'A'
+    alt:                                '#'
+    shift+alt, capslock+alt:            none
+}
+
+key B {
+    label:                              'B'
+    number:                             '2'
+    base:                               'b'
+    shift, capslock:                    'B'
+    alt:                                '<'
+    shift+alt, capslock+alt:            none
+}
+
+key C {
+    label:                              'C'
+    number:                             '2'
+    base:                               'c'
+    shift, capslock:                    'C'
+    alt:                                '9'
+    shift+alt, capslock+alt:            '\u00e7'
+}
+
+key D {
+    label:                              'D'
+    number:                             '3'
+    base:                               'd'
+    shift, capslock:                    'D'
+    alt:                                '5'
+    shift+alt, capslock+alt:            none
+}
+
+key E {
+    label:                              'E'
+    number:                             '3'
+    base:                               'e'
+    shift, capslock:                    'E'
+    alt:                                '2'
+    shift+alt, capslock+alt:            '\u0301'
+}
+
+key F {
+    label:                              'F'
+    number:                             '3'
+    base:                               'f'
+    shift, capslock:                    'F'
+    alt:                                '6'
+    shift+alt, capslock+alt:            '\u00a5'
+}
+
+key G {
+    label:                              'G'
+    number:                             '4'
+    base:                               'g'
+    shift, capslock:                    'G'
+    alt:                                '-'
+    shift+alt, capslock+alt:            '_'
+}
+
+key H {
+    label:                              'H'
+    number:                             '4'
+    base:                               'h'
+    shift, capslock:                    'H'
+    alt:                                '['
+    shift+alt, capslock+alt:            '{'
+}
+
+key I {
+    label:                              'I'
+    number:                             '4'
+    base:                               'i'
+    shift, capslock:                    'I'
+    alt:                                '$'
+    shift+alt, capslock+alt:            '\u0302'
+}
+
+key J {
+    label:                              'J'
+    number:                             '5'
+    base:                               'j'
+    shift, capslock:                    'J'
+    alt:                                ']'
+    shift+alt, capslock+alt:            '}'
+}
+
+key K {
+    label:                              'K'
+    number:                             '5'
+    base:                               'k'
+    shift, capslock:                    'K'
+    alt:                                '"'
+    shift+alt, capslock+alt:            '~'
+}
+
+key L {
+    label:                              'L'
+    number:                             '5'
+    base:                               'l'
+    shift, capslock:                    'L'
+    alt:                                '\''
+    shift+alt, capslock+alt:            '`'
+}
+
+key M {
+    label:                              'M'
+    number:                             '6'
+    base:                               'm'
+    shift, capslock:                    'M'
+    alt:                                '!'
+    shift+alt, capslock+alt:            none
+}
+
+key N {
+    label:                              'N'
+    number:                             '6'
+    base:                               'n'
+    shift, capslock:                    'N'
+    alt:                                '>'
+    shift+alt, capslock+alt:            '\u0303'
+}
+
+key O {
+    label:                              'O'
+    number:                             '6'
+    base:                               'o'
+    shift, capslock:                    'O'
+    alt:                                '('
+    shift+alt, capslock+alt:            none
+}
+
+key P {
+    label:                              'P'
+    number:                             '7'
+    base:                               'p'
+    shift, capslock:                    'P'
+    alt:                                ')'
+    shift+alt, capslock+alt:            none
+}
+
+key Q {
+    label:                              'Q'
+    number:                             '7'
+    base:                               'q'
+    shift, capslock:                    'Q'
+    alt:                                '*'
+    shift+alt, capslock+alt:            '\u0300'
+}
+
+key R {
+    label:                              'R'
+    number:                             '7'
+    base:                               'r'
+    shift, capslock:                    'R'
+    alt:                                '3'
+    shift+alt, capslock+alt:            '\u20ac'
+}
+
+key S {
+    label:                              'S'
+    number:                             '7'
+    base:                               's'
+    shift, capslock:                    'S'
+    alt:                                '4'
+    shift+alt, capslock+alt:            '\u00df'
+}
+
+key T {
+    label:                              'T'
+    number:                             '8'
+    base:                               't'
+    shift, capslock:                    'T'
+    alt:                                '+'
+    shift+alt, capslock+alt:            '\u00a3'
+}
+
+key U {
+    label:                              'U'
+    number:                             '8'
+    base:                               'u'
+    shift, capslock:                    'U'
+    alt:                                '&'
+    shift+alt, capslock+alt:            '\u0308'
+}
+
+key V {
+    label:                              'V'
+    number:                             '8'
+    base:                               'v'
+    shift, capslock:                    'V'
+    alt:                                '='
+    shift+alt, capslock+alt:            '^'
+}
+
+key W {
+    label:                              'W'
+    number:                             '9'
+    base:                               'w'
+    shift, capslock:                    'W'
+    alt:                                '1'
+    shift+alt, capslock+alt:            none
+}
+
+key X {
+    label:                              'X'
+    number:                             '9'
+    base:                               'x'
+    shift, capslock:                    'X'
+    alt:                                '8'
+    shift+alt, capslock+alt:            '\uef00'
+}
+
+key Y {
+    label:                              'Y'
+    number:                             '9'
+    base:                               'y'
+    shift, capslock:                    'Y'
+    alt:                                '%'
+    shift+alt, capslock+alt:            '\u00a1'
+}
+
+key Z {
+    label:                              'Z'
+    number:                             '9'
+    base:                               'z'
+    shift, capslock:                    'Z'
+    alt:                                '7'
+    shift+alt, capslock+alt:            none
+}
+
+key COMMA {
+    label:                              ','
+    number:                             ','
+    base:                               ','
+    shift:                              ';'
+    alt:                                ';'
+    shift+alt:                          '|'
+}
+
+key PERIOD {
+    label:                              '.'
+    number:                             '.'
+    base:                               '.'
+    shift:                              ':'
+    alt:                                ':'
+    shift+alt:                          '\u2026'
+}
+
+key AT {
+    label:                              '@'
+    number:                             '0'
+    base:                               '@'
+    shift:                              '0'
+    alt:                                '0'
+    shift+alt:                          '\u2022'
+}
+
+key SLASH {
+    label:                              '/'
+    number:                             '/'
+    base:                               '/'
+    shift:                              '?'
+    alt:                                '?'
+    shift+alt:                          '\\'
+}
+
+key SPACE {
+    label:                              ' '
+    number:                             ' '
+    base:                               ' '
+    shift:                              ' '
+    alt:                                '\uef01'
+    shift+alt:                          '\uef01'
+}
+
+key ENTER {
+    label:                              '\n'
+    number:                             '\n'
+    base:                               '\n'
+    shift:                              '\n'
+    alt:                                '\n'
+    shift+alt:                          '\n'
+}
+
+key TAB {
+    label:                              '\t'
+    number:                             '\t'
+    base:                               '\t'
+    shift:                              '\t'
+    alt:                                '\t'
+    shift+alt:                          '\t'
+}
+
+key 0 {
+    label:                              '0'
+    number:                             '0'
+    base:                               '0'
+    shift:                              ')'
+    alt:                                ')'
+    shift+alt:                          ')'
+}
+
+key 1 {
+    label:                              '1'
+    number:                             '1'
+    base:                               '1'
+    shift:                              '!'
+    alt:                                '!'
+    shift+alt:                          '!'
+}
+
+key 2 {
+    label:                              '2'
+    number:                             '2'
+    base:                               '2'
+    shift:                              '@'
+    alt:                                '@'
+    shift+alt:                          '@'
+}
+
+key 3 {
+    label:                              '3'
+    number:                             '3'
+    base:                               '3'
+    shift:                              '#'
+    alt:                                '#'
+    shift+alt:                          '#'
+}
+
+key 4 {
+    label:                              '4'
+    number:                             '4'
+    base:                               '4'
+    shift:                              '$'
+    alt:                                '$'
+    shift+alt:                          '$'
+}
+
+key 5 {
+    label:                              '5'
+    number:                             '5'
+    base:                               '5'
+    shift:                              '%'
+    alt:                                '%'
+    shift+alt:                          '%'
+}
+
+key 6 {
+    label:                              '6'
+    number:                             '6'
+    base:                               '6'
+    shift:                              '^'
+    alt:                                '^'
+    shift+alt:                          '^'
+}
+
+key 7 {
+    label:                              '7'
+    number:                             '7'
+    base:                               '7'
+    shift:                              '&'
+    alt:                                '&'
+    shift+alt:                          '&'
+}
+
+key 8 {
+    label:                              '8'
+    number:                             '8'
+    base:                               '8'
+    shift:                              '*'
+    alt:                                '*'
+    shift+alt:                          '*'
+}
+
+key 9 {
+    label:                              '9'
+    number:                             '9'
+    base:                               '9'
+    shift:                              '('
+    alt:                                '('
+    shift+alt:                          '('
+}
+
+key GRAVE {
+    label:                              '`'
+    number:                             '`'
+    base:                               '`'
+    shift:                              '~'
+    alt:                                '`'
+    shift+alt:                          '~'
+}
+
+key MINUS {
+    label:                              '-'
+    number:                             '-'
+    base:                               '-'
+    shift:                              '_'
+    alt:                                '-'
+    shift+alt:                          '_'
+}
+
+key EQUALS {
+    label:                              '='
+    number:                             '='
+    base:                               '='
+    shift:                              '+'
+    alt:                                '='
+    shift+alt:                          '+'
+}
+
+key LEFT_BRACKET {
+    label:                              '['
+    number:                             '['
+    base:                               '['
+    shift:                              '{'
+    alt:                                '['
+    shift+alt:                          '{'
+}
+
+key RIGHT_BRACKET {
+    label:                              ']'
+    number:                             ']'
+    base:                               ']'
+    shift:                              '}'
+    alt:                                ']'
+    shift+alt:                          '}'
+}
+
+key BACKSLASH {
+    label:                              '\\'
+    number:                             '\\'
+    base:                               '\\'
+    shift:                              '|'
+    alt:                                '\\'
+    shift+alt:                          '|'
+}
+
+key SEMICOLON {
+    label:                              ';'
+    number:                             ';'
+    base:                               ';'
+    shift:                              ':'
+    alt:                                ';'
+    shift+alt:                          ':'
+}
+
+key APOSTROPHE {
+    label:                              '\''
+    number:                             '\''
+    base:                               '\''
+    shift:                              '"'
+    alt:                                '\''
+    shift+alt:                          '"'
+}
+
+key STAR {
+    label:                              '*'
+    number:                             '*'
+    base:                               '*'
+    shift:                              '*'
+    alt:                                '*'
+    shift+alt:                          '*'
+}
+
+key POUND {
+    label:                              '#'
+    number:                             '#'
+    base:                               '#'
+    shift:                              '#'
+    alt:                                '#'
+    shift+alt:                          '#'
+}
+
+key PLUS {
+    label:                              '+'
+    number:                             '+'
+    base:                               '+'
+    shift:                              '+'
+    alt:                                '+'
+    shift+alt:                          '+'
+}
diff --git a/system/usr/keychars/qwerty2.kcm b/system/usr/keychars/qwerty2.kcm
new file mode 100644
index 0000000000000000000000000000000000000000..b981d835bdfb00670b4e36bb47ba884070293bdc
--- /dev/null
+++ b/system/usr/keychars/qwerty2.kcm
@@ -0,0 +1,505 @@
+# Copyright (C) 2010 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.
+
+#
+# Emulator keyboard character map #2.
+#
+
+type ALPHA
+
+key A {
+    label:                              'A'
+    number:                             '2'
+    base:                               'a'
+    shift, capslock:                    'A'
+    alt:                                '\u00e1'
+    shift+alt, capslock+alt:            '\u00c1'
+}
+
+key B {
+    label:                              'B'
+    number:                             '2'
+    base:                               'b'
+    shift, capslock:                    'B'
+    alt:                                'b'
+    shift+alt, capslock+alt:            'B'
+}
+
+key C {
+    label:                              'C'
+    number:                             '2'
+    base:                               'c'
+    shift, capslock:                    'C'
+    alt:                                '\u00a9'
+    shift+alt, capslock+alt:            '\u00a2'
+}
+
+key D {
+    label:                              'D'
+    number:                             '3'
+    base:                               'd'
+    shift, capslock:                    'D'
+    alt:                                '\u00f0'
+    shift+alt, capslock+alt:            '\u00d0'
+}
+
+key E {
+    label:                              'E'
+    number:                             '3'
+    base:                               'e'
+    shift, capslock:                    'E'
+    alt:                                '\u00e9'
+    shift+alt, capslock+alt:            '\u00c9'
+}
+
+key F {
+    label:                              'F'
+    number:                             '3'
+    base:                               'f'
+    shift, capslock:                    'F'
+    alt:                                '['
+    shift+alt, capslock+alt:            '['
+}
+
+key G {
+    label:                              'G'
+    number:                             '4'
+    base:                               'g'
+    shift, capslock:                    'G'
+    alt:                                ']'
+    shift+alt, capslock+alt:            ']'
+}
+
+key H {
+    label:                              'H'
+    number:                             '4'
+    base:                               'h'
+    shift, capslock:                    'H'
+    alt:                                '<'
+    shift+alt, capslock+alt:            '<'
+}
+
+key I {
+    label:                              'I'
+    number:                             '4'
+    base:                               'i'
+    shift, capslock:                    'I'
+    alt:                                '\u00ed'
+    shift+alt, capslock+alt:            '\u00cd'
+}
+
+key J {
+    label:                              'J'
+    number:                             '5'
+    base:                               'j'
+    shift, capslock:                    'J'
+    alt:                                '>'
+    shift+alt, capslock+alt:            '>'
+}
+
+key K {
+    label:                              'K'
+    number:                             '5'
+    base:                               'k'
+    shift, capslock:                    'K'
+    alt:                                ';'
+    shift+alt, capslock+alt:            '~'
+}
+
+key L {
+    label:                              'L'
+    number:                             '5'
+    base:                               'l'
+    shift, capslock:                    'L'
+    alt:                                '\u00f8'
+    shift+alt, capslock+alt:            '\u00d8'
+}
+
+key M {
+    label:                              'M'
+    number:                             '6'
+    base:                               'm'
+    shift, capslock:                    'M'
+    alt:                                '\u00b5'
+    shift+alt, capslock+alt:            none
+}
+
+key N {
+    label:                              'N'
+    number:                             '6'
+    base:                               'n'
+    shift, capslock:                    'N'
+    alt:                                '\u00f1'
+    shift+alt, capslock+alt:            '\u00d1'
+}
+
+key O {
+    label:                              'O'
+    number:                             '6'
+    base:                               'o'
+    shift, capslock:                    'O'
+    alt:                                '\u00f3'
+    shift+alt, capslock+alt:            '\u00d3'
+}
+
+key P {
+    label:                              'P'
+    number:                             '7'
+    base:                               'p'
+    shift, capslock:                    'P'
+    alt:                                '\u00f6'
+    shift+alt, capslock+alt:            '\u00d6'
+}
+
+key Q {
+    label:                              'Q'
+    number:                             '7'
+    base:                               'q'
+    shift, capslock:                    'Q'
+    alt:                                '\u00e4'
+    shift+alt, capslock+alt:            '\u00c4'
+}
+
+key R {
+    label:                              'R'
+    number:                             '7'
+    base:                               'r'
+    shift, capslock:                    'R'
+    alt:                                '\u00ae'
+    shift+alt, capslock+alt:            'R'
+}
+
+key S {
+    label:                              'S'
+    number:                             '7'
+    base:                               's'
+    shift, capslock:                    'S'
+    alt:                                '\u00df'
+    shift+alt, capslock+alt:            '\u00a7'
+}
+
+key T {
+    label:                              'T'
+    number:                             '8'
+    base:                               't'
+    shift, capslock:                    'T'
+    alt:                                '\u00fe'
+    shift+alt, capslock+alt:            '\u00de'
+}
+
+key U {
+    label:                              'U'
+    number:                             '8'
+    base:                               'u'
+    shift, capslock:                    'U'
+    alt:                                '\u00fa'
+    shift+alt, capslock+alt:            '\u00da'
+}
+
+key V {
+    label:                              'V'
+    number:                             '8'
+    base:                               'v'
+    shift, capslock:                    'V'
+    alt:                                'v'
+    shift+alt, capslock+alt:            'V'
+}
+
+key W {
+    label:                              'W'
+    number:                             '9'
+    base:                               'w'
+    shift, capslock:                    'W'
+    alt:                                '\u00e5'
+    shift+alt, capslock+alt:            '\u00c5'
+}
+
+key X {
+    label:                              'X'
+    number:                             '9'
+    base:                               'x'
+    shift, capslock:                    'X'
+    alt:                                'x'
+    shift+alt, capslock+alt:            '\uef00'
+}
+
+key Y {
+    label:                              'Y'
+    number:                             '9'
+    base:                               'y'
+    shift, capslock:                    'Y'
+    alt:                                '\u00fc'
+    shift+alt, capslock+alt:            '\u00dc'
+}
+
+key Z {
+    label:                              'Z'
+    number:                             '9'
+    base:                               'z'
+    shift, capslock:                    'Z'
+    alt:                                '\u00e6'
+    shift+alt, capslock+alt:            '\u00c6'
+}
+
+key COMMA {
+    label:                              ','
+    number:                             ','
+    base:                               ','
+    shift:                              '<'
+    alt:                                '\u00e7'
+    shift+alt:                          '\u00c7'
+}
+
+key PERIOD {
+    label:                              '.'
+    number:                             '.'
+    base:                               '.'
+    shift:                              '>'
+    alt:                                '.'
+    shift+alt:                          '\u2026'
+}
+
+key AT {
+    label:                              '@'
+    number:                             '@'
+    base:                               '@'
+    shift:                              '@'
+    alt:                                '@'
+    shift+alt:                          '\u2022'
+}
+
+key SLASH {
+    label:                              '/'
+    number:                             '/'
+    base:                               '/'
+    shift:                              '?'
+    alt:                                '\u00bf'
+    shift+alt:                          '?'
+}
+
+key SPACE {
+    label:                              ' '
+    number:                             ' '
+    base:                               ' '
+    shift:                              ' '
+    alt:                                '\uef01'
+    shift+alt:                          '\uef01'
+}
+
+key ENTER {
+    label:                              '\n'
+    number:                             '\n'
+    base:                               '\n'
+    shift:                              '\n'
+    alt:                                '\n'
+    shift+alt:                          '\n'
+}
+
+key TAB {
+    label:                              '\t'
+    number:                             '\t'
+    base:                               '\t'
+    shift:                              '\t'
+    alt:                                '\t'
+    shift+alt:                          '\t'
+}
+
+key 0 {
+    label:                              '0'
+    number:                             '0'
+    base:                               '0'
+    shift:                              ')'
+    alt:                                '\u02bc'
+    shift+alt:                          ')'
+}
+
+key 1 {
+    label:                              '1'
+    number:                             '1'
+    base:                               '1'
+    shift:                              '!'
+    alt:                                '\u00a1'
+    shift+alt:                          '\u00b9'
+}
+
+key 2 {
+    label:                              '2'
+    number:                             '2'
+    base:                               '2'
+    shift:                              '@'
+    alt:                                '\u00b2'
+    shift+alt:                          '@'
+}
+
+key 3 {
+    label:                              '3'
+    number:                             '3'
+    base:                               '3'
+    shift:                              '#'
+    alt:                                '\u00b3'
+    shift+alt:                          '#'
+}
+
+key 4 {
+    label:                              '4'
+    number:                             '4'
+    base:                               '4'
+    shift:                              '$'
+    alt:                                '\u00a4'
+    shift+alt:                          '\u00a3'
+}
+
+key 5 {
+    label:                              '5'
+    number:                             '5'
+    base:                               '5'
+    shift:                              '%'
+    alt:                                '\u20ac'
+    shift+alt:                          '%'
+}
+
+key 6 {
+    label:                              '6'
+    number:                             '6'
+    base:                               '6'
+    shift:                              '^'
+    alt:                                '\u00bc'
+    shift+alt:                          '\u0302'
+}
+
+key 7 {
+    label:                              '7'
+    number:                             '7'
+    base:                               '7'
+    shift:                              '&'
+    alt:                                '\u00bd'
+    shift+alt:                          '&'
+}
+
+key 8 {
+    label:                              '8'
+    number:                             '8'
+    base:                               '8'
+    shift:                              '*'
+    alt:                                '\u00be'
+    shift+alt:                          '*'
+}
+
+key 9 {
+    label:                              '9'
+    number:                             '9'
+    base:                               '9'
+    shift:                              '('
+    alt:                                '\u02bb'
+    shift+alt:                          '('
+}
+
+key GRAVE {
+    label:                              '`'
+    number:                             '`'
+    base:                               '`'
+    shift:                              '~'
+    alt:                                '\u0300'
+    shift+alt:                          '\u0303'
+}
+
+key MINUS {
+    label:                              '-'
+    number:                             '-'
+    base:                               '-'
+    shift:                              '_'
+    alt:                                '\u00a5'
+    shift+alt:                          '_'
+}
+
+key EQUALS {
+    label:                              '='
+    number:                             '='
+    base:                               '='
+    shift:                              '+'
+    alt:                                '\u00d7'
+    shift+alt:                          '\u00f7'
+}
+
+key LEFT_BRACKET {
+    label:                              '['
+    number:                             '['
+    base:                               '['
+    shift:                              '{'
+    alt:                                '\u00ab'
+    shift+alt:                          '{'
+}
+
+key RIGHT_BRACKET {
+    label:                              ']'
+    number:                             ']'
+    base:                               ']'
+    shift:                              '}'
+    alt:                                '\u00bb'
+    shift+alt:                          '}'
+}
+
+key BACKSLASH {
+    label:                              '\\'
+    number:                             '\\'
+    base:                               '\\'
+    shift:                              '|'
+    alt:                                '\u00ac'
+    shift+alt:                          '\u00a6'
+}
+
+key SEMICOLON {
+    label:                              ';'
+    number:                             ';'
+    base:                               ';'
+    shift:                              ':'
+    alt:                                '\u00b6'
+    shift+alt:                          '\u00b0'
+}
+
+key APOSTROPHE {
+    label:                              '\''
+    number:                             '\''
+    base:                               '\''
+    shift:                              '"'
+    alt:                                '\u0301'
+    shift+alt:                          '\u0308'
+}
+
+key STAR {
+    label:                              '*'
+    number:                             '*'
+    base:                               '*'
+    shift:                              '*'
+    alt:                                '*'
+    shift+alt:                          '*'
+}
+
+key POUND {
+    label:                              '#'
+    number:                             '#'
+    base:                               '#'
+    shift:                              '#'
+    alt:                                '#'
+    shift+alt:                          '#'
+}
+
+key PLUS {
+    label:                              '+'
+    number:                             '+'
+    base:                               '+'
+    shift:                              '+'
+    alt:                                '+'
+    shift+alt:                          '+'
+}
diff --git a/system/usr/keylayout/ACCDET.kl b/system/usr/keylayout/ACCDET.kl
new file mode 100644
index 0000000000000000000000000000000000000000..620fd5eeacd6d4adcea7d4cf9801a4acb8d30e0b
--- /dev/null
+++ b/system/usr/keylayout/ACCDET.kl
@@ -0,0 +1,8 @@
+
+key 122   ENDCALL           
+key 163   MEDIA_NEXT
+key 164   HEADSETHOOK
+key 165   MEDIA_PREVIOUS
+key 114   VOLUME_DOWN
+key 115   VOLUME_UP
+key 582   VOICE_ASSIST
diff --git a/system/usr/keylayout/AVRCP.kl b/system/usr/keylayout/AVRCP.kl
new file mode 100644
index 0000000000000000000000000000000000000000..ccd0209a731d54601d248a436a2f7a1e47fb3b4e
--- /dev/null
+++ b/system/usr/keylayout/AVRCP.kl
@@ -0,0 +1,23 @@
+# Copyright (C) 2010 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.
+
+# Key layout used for Bluetooth AVRCP support.
+
+key 200   MEDIA_PLAY
+key 201   MEDIA_PAUSE
+key 166   MEDIA_STOP
+key 163   MEDIA_NEXT
+key 165   MEDIA_PREVIOUS
+key 168   MEDIA_REWIND
+key 208   MEDIA_FAST_FORWARD
diff --git a/system/usr/keylayout/Generic.kl b/system/usr/keylayout/Generic.kl
new file mode 100644
index 0000000000000000000000000000000000000000..2a10bdd46d07969c8c5f1a01e8e339ebe87c3556
--- /dev/null
+++ b/system/usr/keylayout/Generic.kl
@@ -0,0 +1,441 @@
+# Copyright (C) 2010 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.
+
+#
+# Generic key layout file for full alphabetic US English PC style external keyboards.
+#
+# This file is intentionally very generic and is intended to support a broad rang of keyboards.
+# Do not edit the generic key layout to support a specific keyboard; instead, create
+# a new key layout file with the required keyboard configuration.
+#
+
+key 1     ESCAPE
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 12    MINUS
+key 13    EQUALS
+key 14    DEL
+key 15    TAB
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 28    ENTER
+key 29    CTRL_LEFT
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 41    GRAVE
+key 42    SHIFT_LEFT
+key 43    BACKSLASH
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 54    SHIFT_RIGHT
+key 55    NUMPAD_MULTIPLY
+key 56    ALT_LEFT
+key 57    SPACE
+key 58    CAPS_LOCK
+key 59    F1
+key 60    F2
+key 61    F3
+key 62    F4
+key 63    F5
+key 64    F6
+key 65    F7
+key 66    F8
+key 67    F9
+key 68    F10
+key 69    NUM_LOCK
+key 70    SCROLL_LOCK
+key 71    NUMPAD_7
+key 72    NUMPAD_8
+key 73    NUMPAD_9
+key 74    NUMPAD_SUBTRACT
+key 75    NUMPAD_4
+key 76    NUMPAD_5
+key 77    NUMPAD_6
+key 78    NUMPAD_ADD
+key 79    NUMPAD_1
+key 80    NUMPAD_2
+key 81    NUMPAD_3
+key 82    NUMPAD_0
+key 83    NUMPAD_DOT
+# key 84 (undefined)
+key 85    ZENKAKU_HANKAKU
+key 86    BACKSLASH
+key 87    F11
+key 88    F12
+key 89    RO
+# key 90 "KEY_KATAKANA"
+# key 91 "KEY_HIRAGANA"
+key 92    HENKAN
+key 93    KATAKANA_HIRAGANA
+key 94    MUHENKAN
+key 95    NUMPAD_COMMA
+key 96    NUMPAD_ENTER
+key 97    CTRL_RIGHT
+key 98    NUMPAD_DIVIDE
+key 99    SYSRQ
+key 100   ALT_RIGHT
+# key 101 "KEY_LINEFEED"
+key 102   MOVE_HOME
+key 103   DPAD_UP
+key 104   PAGE_UP
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 107   MOVE_END
+key 108   DPAD_DOWN
+key 109   PAGE_DOWN
+key 110   INSERT
+key 111   FORWARD_DEL
+# key 112 "KEY_MACRO"
+key 113   VOLUME_MUTE
+key 114   VOLUME_DOWN
+key 115   VOLUME_UP
+key 116   POWER
+key 117   NUMPAD_EQUALS
+# key 118 "KEY_KPPLUSMINUS"
+key 119   BREAK
+# key 120 (undefined)
+key 121   NUMPAD_COMMA
+key 122   KANA
+key 123   EISU
+key 124   YEN
+key 125   META_LEFT
+key 126   META_RIGHT
+key 127   MENU
+key 128   MEDIA_STOP
+# key 129 "KEY_AGAIN"
+# key 130 "KEY_PROPS"
+# key 131 "KEY_UNDO"
+# key 132 "KEY_FRONT"
+key 133   COPY
+# key 134 "KEY_OPEN"
+key 135   PASTE
+# key 136 "KEY_FIND"
+key 137   CUT
+# key 138 "KEY_HELP"
+key 139   MENU
+key 140   CALCULATOR
+# key 141 "KEY_SETUP"
+key 142   SLEEP
+key 143   WAKEUP
+# key 144 "KEY_FILE"
+# key 145 "KEY_SENDFILE"
+# key 146 "KEY_DELETEFILE"
+# key 147 "KEY_XFER"
+# key 148 "KEY_PROG1"
+# key 149 "KEY_PROG2"
+key 150   EXPLORER
+# key 151 "KEY_MSDOS"
+key 152   POWER
+# key 153 "KEY_DIRECTION"
+# key 154 "KEY_CYCLEWINDOWS"
+key 155   ENVELOPE
+key 156   BOOKMARK
+# key 157 "KEY_COMPUTER"
+key 158   BACK
+key 159   FORWARD
+key 160   MEDIA_CLOSE
+key 161   MEDIA_EJECT
+key 162   MEDIA_EJECT
+key 163   MEDIA_NEXT
+key 164   MEDIA_PLAY_PAUSE
+key 165   MEDIA_PREVIOUS
+key 166   MEDIA_STOP
+key 167   MEDIA_RECORD
+key 168   MEDIA_REWIND
+key 169   CALL
+# key 170 "KEY_ISO"
+key 171   MUSIC
+key 172   HOME
+# key 173 "KEY_REFRESH"
+# key 174 "KEY_EXIT"
+# key 175 "KEY_MOVE"
+# key 176 "KEY_EDIT"
+key 177   PAGE_UP
+key 178   PAGE_DOWN
+key 179   NUMPAD_LEFT_PAREN
+key 180   NUMPAD_RIGHT_PAREN
+# key 181 "KEY_NEW"
+# key 182 "KEY_REDO"
+# key 183   F13
+# key 184   F14
+# key 185   F15
+# key 186   F16
+# key 187   F17
+# key 188   F18
+# key 189   F19
+# key 190   F20
+# key 191   F21
+# key 192   F22
+# key 193   F23
+# key 194   F24
+# key 195 (undefined)
+# key 196 (undefined)
+# key 197 (undefined)
+# key 198 (undefined)
+# key 199 (undefined)
+key 200   MEDIA_PLAY
+key 201   MEDIA_PAUSE
+# key 202 "KEY_PROG3"
+# key 203 "KEY_PROG4"
+# key 204 (undefined)
+# key 205 "KEY_SUSPEND"
+# key 206 "KEY_CLOSE"
+key 207   MEDIA_PLAY
+key 208   MEDIA_FAST_FORWARD
+# key 209 "KEY_BASSBOOST"
+# key 210 "KEY_PRINT"
+# key 211 "KEY_HP"
+key 212   CAMERA
+key 213   MUSIC
+# key 214 "KEY_QUESTION"
+key 215   ENVELOPE
+# key 216 "KEY_CHAT"
+key 217   SEARCH
+# key 218 "KEY_CONNECT"
+# key 219 "KEY_FINANCE"
+# key 220 "KEY_SPORT"
+# key 221 "KEY_SHOP"
+# key 222 "KEY_ALTERASE"
+# key 223 "KEY_CANCEL"
+key 224   BRIGHTNESS_DOWN
+key 225   BRIGHTNESS_UP
+key 226   HEADSETHOOK
+
+key 256   BUTTON_1
+key 257   BUTTON_2
+key 258   BUTTON_3
+key 259   BUTTON_4
+key 260   BUTTON_5
+key 261   BUTTON_6
+key 262   BUTTON_7
+key 263   BUTTON_8
+key 264   BUTTON_9
+key 265   BUTTON_10
+key 266   BUTTON_11
+key 267   BUTTON_12
+key 268   BUTTON_13
+key 269   BUTTON_14
+key 270   BUTTON_15
+key 271   BUTTON_16
+
+key 288   BUTTON_1
+key 289   BUTTON_2
+key 290   BUTTON_3
+key 291   BUTTON_4
+key 292   BUTTON_5
+key 293   BUTTON_6
+key 294   BUTTON_7
+key 295   BUTTON_8
+key 296   BUTTON_9
+key 297   BUTTON_10
+key 298   BUTTON_11
+key 299   BUTTON_12
+key 300   BUTTON_13
+key 301   BUTTON_14
+key 302   BUTTON_15
+key 303   BUTTON_16
+
+
+key 304   BUTTON_A
+key 305   BUTTON_B
+key 306   BUTTON_C
+key 307   BUTTON_X
+key 308   BUTTON_Y
+key 309   BUTTON_Z
+key 310   BUTTON_L1
+key 311   BUTTON_R1
+key 312   BUTTON_L2
+key 313   BUTTON_R2
+key 314   BUTTON_SELECT
+key 315   BUTTON_START
+key 316   BUTTON_MODE
+key 317   BUTTON_THUMBL
+key 318   BUTTON_THUMBR
+
+
+# key 352 "KEY_OK"
+key 353   DPAD_CENTER
+# key 354 "KEY_GOTO"
+# key 355 "KEY_CLEAR"
+# key 356 "KEY_POWER2"
+# key 357 "KEY_OPTION"
+# key 358 "KEY_INFO"
+# key 359 "KEY_TIME"
+# key 360 "KEY_VENDOR"
+# key 361 "KEY_ARCHIVE"
+key 362   GUIDE
+# key 363 "KEY_CHANNEL"
+# key 364 "KEY_FAVORITES"
+# key 365 "KEY_EPG"
+key 366   DVR
+# key 367 "KEY_MHP"
+# key 368 "KEY_LANGUAGE"
+# key 369 "KEY_TITLE"
+# key 370 "KEY_SUBTITLE"
+# key 371 "KEY_ANGLE"
+# key 372 "KEY_ZOOM"
+# key 373 "KEY_MODE"
+# key 374 "KEY_KEYBOARD"
+# key 375 "KEY_SCREEN"
+# key 376 "KEY_PC"
+key 377   TV
+# key 378 "KEY_TV2"
+# key 379 "KEY_VCR"
+# key 380 "KEY_VCR2"
+# key 381 "KEY_SAT"
+# key 382 "KEY_SAT2"
+# key 383 "KEY_CD"
+# key 384 "KEY_TAPE"
+# key 385 "KEY_RADIO"
+# key 386 "KEY_TUNER"
+# key 387 "KEY_PLAYER"
+# key 388 "KEY_TEXT"
+# key 389 "KEY_DVD"
+# key 390 "KEY_AUX"
+# key 391 "KEY_MP3"
+# key 392 "KEY_AUDIO"
+# key 393 "KEY_VIDEO"
+# key 394 "KEY_DIRECTORY"
+# key 395 "KEY_LIST"
+# key 396 "KEY_MEMO"
+key 397   CALENDAR
+# key 398 "KEY_RED"
+# key 399 "KEY_GREEN"
+# key 400 "KEY_YELLOW"
+# key 401 "KEY_BLUE"
+key 402   CHANNEL_UP
+key 403   CHANNEL_DOWN
+# key 404 "KEY_FIRST"
+# key 405 "KEY_LAST"
+# key 406 "KEY_AB"
+# key 407 "KEY_NEXT"
+# key 408 "KEY_RESTART"
+# key 409 "KEY_SLOW"
+# key 410 "KEY_SHUFFLE"
+# key 411 "KEY_BREAK"
+# key 412 "KEY_PREVIOUS"
+# key 413 "KEY_DIGITS"
+# key 414 "KEY_TEEN"
+# key 415 "KEY_TWEN"
+
+key 429   CONTACTS
+
+# key 448 "KEY_DEL_EOL"
+# key 449 "KEY_DEL_EOS"
+# key 450 "KEY_INS_LINE"
+# key 451 "KEY_DEL_LINE"
+
+
+key 464   FUNCTION
+key 465   ESCAPE            FUNCTION
+key 466   F1                FUNCTION
+key 467   F2                FUNCTION
+key 468   F3                FUNCTION
+key 469   F4                FUNCTION
+key 470   F5                FUNCTION
+key 471   F6                FUNCTION
+key 472   F7                FUNCTION
+key 473   F8                FUNCTION
+key 474   F9                FUNCTION
+key 475   F10               FUNCTION
+key 476   F11               FUNCTION
+key 477   F12               FUNCTION
+key 478   1                 FUNCTION
+key 479   2                 FUNCTION
+key 480   D                 FUNCTION
+key 481   E                 FUNCTION
+key 482   F                 FUNCTION
+key 483   S                 FUNCTION
+key 484   B                 FUNCTION
+
+
+# key 497 KEY_BRL_DOT1
+# key 498 KEY_BRL_DOT2
+# key 499 KEY_BRL_DOT3
+# key 500 KEY_BRL_DOT4
+# key 501 KEY_BRL_DOT5
+# key 502 KEY_BRL_DOT6
+# key 503 KEY_BRL_DOT7
+# key 504 KEY_BRL_DOT8
+
+key 580   APP_SWITCH
+key 582   VOICE_ASSIST
+
+# Keys defined by HID usages
+key usage 0x0c006F BRIGHTNESS_UP
+key usage 0x0c0070 BRIGHTNESS_DOWN
+
+# Joystick and game controller axes.
+# Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x03 RX
+axis 0x04 RY
+axis 0x05 RZ
+axis 0x06 THROTTLE
+axis 0x07 RUDDER
+axis 0x08 WHEEL
+axis 0x09 GAS
+axis 0x0a BRAKE
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
+
+# LEDs
+led 0x00 NUM_LOCK
+led 0x01 CAPS_LOCK
+led 0x02 SCROLL_LOCK
+led 0x03 COMPOSE
+led 0x04 KANA
+led 0x05 SLEEP
+led 0x06 SUSPEND
+led 0x07 MUTE
+led 0x08 MISC
+led 0x09 MAIL
+led 0x0a CHARGING
diff --git a/system/usr/keylayout/Vendor_0079_Product_0011.kl b/system/usr/keylayout/Vendor_0079_Product_0011.kl
new file mode 100644
index 0000000000000000000000000000000000000000..32f8c829cd65ee5cc14b31313c4620da40c63b3d
--- /dev/null
+++ b/system/usr/keylayout/Vendor_0079_Product_0011.kl
@@ -0,0 +1,27 @@
+# Copyright (C) 2013 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.
+
+# Classic [S]NES Controller
+
+key 288 BUTTON_X
+key 289 BUTTON_A
+key 290 BUTTON_B
+key 291 BUTTON_Y
+key 292 BUTTON_L1
+key 293 BUTTON_R1
+key 297 BUTTON_START
+key 296 BUTTON_SELECT
+
+axis 0x00 HAT_X
+axis 0x01 HAT_Y
diff --git a/system/usr/keylayout/Vendor_045e_Product_028e.kl b/system/usr/keylayout/Vendor_045e_Product_028e.kl
new file mode 100644
index 0000000000000000000000000000000000000000..301601a1ffdd0eed787745f867a0cc90eca106ec
--- /dev/null
+++ b/system/usr/keylayout/Vendor_045e_Product_028e.kl
@@ -0,0 +1,46 @@
+# Copyright (C) 2011 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.
+
+#
+# XBox 360 USB Controller
+#
+
+key 304   BUTTON_A
+key 305   BUTTON_B
+key 307   BUTTON_X
+key 308   BUTTON_Y
+key 310   BUTTON_L1
+key 311   BUTTON_R1
+key 314   BACK
+key 315   BUTTON_START
+key 316   HOME
+key 317   BUTTON_THUMBL
+key 318   BUTTON_THUMBR
+
+# Left and right stick.
+# The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
+# This confuses applications that rely on the flat value because the joystick actually
+# settles in a flat range of +/- 4096 or so.
+axis 0x00 X flat 4096
+axis 0x01 Y flat 4096
+axis 0x03 Z flat 4096
+axis 0x04 RZ flat 4096
+
+# Triggers.
+axis 0x02 LTRIGGER
+axis 0x05 RTRIGGER
+
+# Hat.
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_045e_Product_02d1.kl b/system/usr/keylayout/Vendor_045e_Product_02d1.kl
new file mode 100644
index 0000000000000000000000000000000000000000..5d1637bb012d209deb7d862db979a0cebdb724ca
--- /dev/null
+++ b/system/usr/keylayout/Vendor_045e_Product_02d1.kl
@@ -0,0 +1,46 @@
+# Copyright (C) 2016 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.
+
+#
+# XBox One USB Controller
+#
+
+key 304   BUTTON_A
+key 305   BUTTON_B
+key 307   BUTTON_X
+key 308   BUTTON_Y
+key 310   BUTTON_L1
+key 311   BUTTON_R1
+key 314   BACK
+key 315   BUTTON_START
+key 316   HOME
+key 317   BUTTON_THUMBL
+key 318   BUTTON_THUMBR
+
+# Left and right stick.
+# The reported value for flat is 128 out of a range from -32767 to 32768, which is absurd.
+# This confuses applications that rely on the flat value because the joystick actually
+# settles in a flat range of +/- 4096 or so.
+axis 0x00 X flat 4096
+axis 0x01 Y flat 4096
+axis 0x03 Z flat 4096
+axis 0x04 RZ flat 4096
+
+# Triggers.
+axis 0x02 LTRIGGER
+axis 0x05 RTRIGGER
+
+# Hat.
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_046d_Product_b501.kl b/system/usr/keylayout/Vendor_046d_Product_b501.kl
new file mode 100644
index 0000000000000000000000000000000000000000..496ddc3eec06c860a7bbee48e932a7187ab8dad0
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_b501.kl
@@ -0,0 +1,65 @@
+# Copyright (C) 2014 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.
+
+# Logitech Bluetooth wireless gamepad (RedHawk)
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 312 BUTTON_L2
+key 313 BUTTON_R2
+
+key 314 BUTTON_SELECT
+key 315 BUTTON_START
+key 316 BUTTON_MODE
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+key 103 DPAD_UP
+key 105 DPAD_LEFT
+key 106 DPAD_RIGHT
+key 108 DPAD_DOWN
+key 353 DPAD_CENTER
+
+key 113 VOLUME_MUTE
+key 114 VOLUME_DOWN
+key 115 VOLUME_UP
+key 152 POWER
+key 163 MEDIA_NEXT
+key 164 MEDIA_PLAY_PAUSE
+key 165 MEDIA_PREVIOUS
+
+key 158 BACK
+key 172 HOME
+
+key 217 SEARCH
+key 580 APP_SWITCH
+key 582 ASSIST
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x09 RTRIGGER
+axis 0x0a LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
+
+led 0x00 CONTROLLER_1
+led 0x01 CONTROLLER_2
+led 0x02 CONTROLLER_3
+led 0x03 CONTROLLER_4
diff --git a/system/usr/keylayout/Vendor_046d_Product_c216.kl b/system/usr/keylayout/Vendor_046d_Product_c216.kl
new file mode 100644
index 0000000000000000000000000000000000000000..6743323d7db8c3ab17beec571011246016dad3cc
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c216.kl
@@ -0,0 +1,37 @@
+# Copyright (C) 2011 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.
+
+#
+# Logitech Dual Action Controller
+#
+
+key 0x120    BUTTON_A
+key 0x123    BUTTON_B
+key 0x121    BUTTON_X
+key 0x122    BUTTON_Y
+key 0x124    BUTTON_L1
+key 0x125    BUTTON_R1
+key 0x126    BUTTON_L2
+key 0x127    BUTTON_R2
+key 0x128    BUTTON_SELECT
+key 0x129    BUTTON_START
+key 0x12a    BUTTON_THUMBL
+key 0x12b    BUTTON_THUMBR
+
+axis 0x00    X
+axis 0x01    Y
+axis 0x02    Z
+axis 0x05    RZ
+axis 0x10    HAT_X
+axis 0x11    HAT_Y
diff --git a/system/usr/keylayout/Vendor_046d_Product_c219.kl b/system/usr/keylayout/Vendor_046d_Product_c219.kl
new file mode 100644
index 0000000000000000000000000000000000000000..2fa964ce532eabf1e32185a82486b2abcfd98b5d
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c219.kl
@@ -0,0 +1,35 @@
+# Copyright (C) 2013 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.
+
+# Logitech Logitech Cordless RumblePad 2
+
+key 305 BUTTON_A
+key 306 BUTTON_B
+key 304 BUTTON_X
+key 307 BUTTON_Y
+key 308 BUTTON_L1
+key 309 BUTTON_R1
+key 310 BUTTON_L2
+key 311 BUTTON_R2
+key 313 BUTTON_START
+key 312 BACK
+key 314 BUTTON_THUMBL
+key 315 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_046d_Product_c21d.kl b/system/usr/keylayout/Vendor_046d_Product_c21d.kl
new file mode 100644
index 0000000000000000000000000000000000000000..3fbdecc1747e84e0096bf19417d17ab355401bab
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c21d.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2014 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.
+
+# Logitech F310
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 GAS
+axis 0x02 BRAKE
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_046d_Product_c21f.kl b/system/usr/keylayout/Vendor_046d_Product_c21f.kl
new file mode 100644
index 0000000000000000000000000000000000000000..a9ba3781ec1b43f16a2e7ad4d9c54c6bab539a3b
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c21f.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# Logitech Wireless Gamepad F710
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_046d_Product_c294.kl b/system/usr/keylayout/Vendor_046d_Product_c294.kl
new file mode 100644
index 0000000000000000000000000000000000000000..5492f49758f0eedb69429b68aedc5de089070e82
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c294.kl
@@ -0,0 +1,53 @@
+# Copyright (C) 2011 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.
+
+#
+# Logitech G25 Racing Wheel (in Compatibility Mode)
+#
+
+# 4 way buttons above hat
+key 0x121    BUTTON_A
+key 0x123    BUTTON_B
+key 0x120    BUTTON_X
+key 0x122    BUTTON_Y
+
+# Row of buttons under hat
+key 0x12b    BUTTON_1
+key 0x128    BUTTON_2
+key 0x129    BUTTON_3
+key 0x12a    BUTTON_4
+
+# Gear shift positions
+#   0x12a top-left gear (aliased as BUTTON_4)
+#   0x12b bottom-left gear (aliased as BUTTON_1)
+
+# Buttons on wheel
+key 0x127    BUTTON_L1
+key 0x126    BUTTON_R1
+
+# Toggles under wheel
+key 0x125    BUTTON_L2
+key 0x124    BUTTON_R2
+
+# Hat
+axis 0x10    HAT_X
+axis 0x11    HAT_Y
+
+# Steering Wheel
+axis 0x00    WHEEL
+
+# Accelerator / Brake
+#   00..7e : accelerator
+#   80..ff : brake
+axis 0x01    split 0x7f GAS BRAKE
diff --git a/system/usr/keylayout/Vendor_046d_Product_c299.kl b/system/usr/keylayout/Vendor_046d_Product_c299.kl
new file mode 100644
index 0000000000000000000000000000000000000000..d42963dbc961146fe5fc86837142b3f745dbc1ba
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c299.kl
@@ -0,0 +1,62 @@
+# Copyright (C) 2011 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.
+
+#
+# Logitech G25 Racing Wheel (in Native Mode)
+#
+
+# 4 way buttons above hat
+key 0x121    BUTTON_A
+key 0x123    BUTTON_B
+key 0x120    BUTTON_X
+key 0x122    BUTTON_Y
+
+# Row of buttons under hat
+key 0x12b    BUTTON_1
+key 0x128    BUTTON_2
+key 0x129    BUTTON_3
+key 0x12a    BUTTON_4
+
+# Gear shift positions
+key 0x12c    BUTTON_5
+key 0x12d    BUTTON_6
+key 0x12e    BUTTON_7
+key 0x12f    BUTTON_8
+key 0x2d0    BUTTON_9
+key 0x2d1    BUTTON_10
+key 0x2d2    BUTTON_11
+
+# Buttons on wheel
+key 0x127    BUTTON_L1
+key 0x126    BUTTON_R1
+
+# Toggles under wheel
+key 0x125    BUTTON_L2
+key 0x124    BUTTON_R2
+
+# Hat
+axis 0x10    HAT_X
+axis 0x11    HAT_Y
+
+# Steering Wheel
+axis 0x00    WHEEL
+
+# Clutch
+axis 0x01    invert GENERIC_1
+
+# Accelerator
+axis 0x02    invert GAS
+
+# Brake
+axis 0x05    invert BRAKE
diff --git a/system/usr/keylayout/Vendor_046d_Product_c532.kl b/system/usr/keylayout/Vendor_046d_Product_c532.kl
new file mode 100644
index 0000000000000000000000000000000000000000..741c2e18b228a4d84f4d5b132262a10e56126b67
--- /dev/null
+++ b/system/usr/keylayout/Vendor_046d_Product_c532.kl
@@ -0,0 +1,133 @@
+# Copyright (C) 2010 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.
+
+#
+# Logitech Revue Wireless keyboard
+#
+# Notes:
+# - The GRAVE key is emulated by the keyboard.
+#     ALT + LEFT_BRACKET produces GRAVE.
+#     ALT + RIGHT_BRACKET produces SHIFT + GRAVE.
+# - FORWARD_DEL is produced by fn + BACKSPACE
+# - PAGE_UP / PAGE_DOWN is produced by fn + CHANNEL_UP / CHANNEL_DOWN
+# - The AVR / STB / TV power and input buttons seem to be non-functional
+#   as well as several of the other fn buttons and the PIP button?
+
+key 1     ESCAPE
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 12    MINUS
+key 13    EQUALS
+key 14    DEL
+key 15    TAB
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 28    ENTER
+key 29    CTRL_LEFT
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 41    GRAVE
+key 42    SHIFT_LEFT
+key 43    BACKSLASH
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 54    SHIFT_RIGHT
+key 56    ALT_RIGHT
+key 57    SPACE
+key 58    CAPS_LOCK
+key 59    F1
+key 60    F2
+key 61    F3
+key 62    F4
+key 63    F5
+key 64    F6
+key 65    F7
+key 66    F8
+key 67    F9
+key 68    F10
+key 87    F11
+key 88    F12
+key 96    DPAD_CENTER
+key 97    CTRL_RIGHT
+key 102   MOVE_HOME
+key 103   DPAD_UP
+key 104   PAGE_UP
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 107   MOVE_END
+key 108   DPAD_DOWN
+key 109   PAGE_DOWN
+key 110   NUMPAD_ENTER
+key 111   FORWARD_DEL
+key 113   VOLUME_MUTE
+key 114   VOLUME_DOWN
+key 115   VOLUME_UP
+key 119   MEDIA_PAUSE
+key 125   SEARCH
+key 127   MENU
+key 156   BOOKMARK
+key 158   BACK
+key 163   MEDIA_NEXT
+key 165   MEDIA_PREVIOUS
+key 166   MEDIA_STOP
+key 167   MEDIA_RECORD
+key 168   MEDIA_REWIND
+key 172   HOME
+key 207   MEDIA_PLAY
+key 208   MEDIA_FAST_FORWARD
+# key 288  left mouse button
+# key 289  right mouse button (fn + button)
+key 362   GUIDE
+key 366   DVR
+key 377   TV
+key 402   CHANNEL_UP
+key 403   CHANNEL_DOWN
+key 418   ZOOM_IN
+key 419   ZOOM_OUT
+
diff --git a/system/usr/keylayout/Vendor_054c_Product_0268.kl b/system/usr/keylayout/Vendor_054c_Product_0268.kl
new file mode 100644
index 0000000000000000000000000000000000000000..7c601373c2d0ab2c193b58e15332aa823273e1bf
--- /dev/null
+++ b/system/usr/keylayout/Vendor_054c_Product_0268.kl
@@ -0,0 +1,76 @@
+# Copyright (C) 2011 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.
+
+#
+# Sony Playstation(R)3 Controller
+#
+
+key 0x124    DPAD_UP
+key 0x125    DPAD_RIGHT
+key 0x126    DPAD_DOWN
+key 0x127    DPAD_LEFT
+
+key 0x120    BUTTON_SELECT
+key 0x123    BUTTON_START
+key 0x12e    BUTTON_A
+key 0x12d    BUTTON_B
+key 0x12f    BUTTON_X
+key 0x12c    BUTTON_Y
+key 0x12a    BUTTON_L1
+key 0x12b    BUTTON_R1
+key 0x128    BUTTON_L2
+key 0x129    BUTTON_R2
+key 0x121    BUTTON_THUMBL
+key 0x122    BUTTON_THUMBR
+
+# PS key
+key 0x2d0    HOME
+
+# Left Analog Stick
+axis 0x00    X
+axis 0x01    Y
+
+# Right Analog Stick
+axis 0x02    Z
+axis 0x05    RZ
+
+# DPAD
+# axis 0x2c   -HAT_Y
+# axis 0x2d   +HAT_X
+# axis 0x2e   +HAT_Y
+# axis 0x2f   -HAT_X
+
+# L2 trigger
+axis 0x30   LTRIGGER
+
+# R2 trigger
+axis 0x31   RTRIGGER
+
+# L1 trigger
+# axis 0x32
+
+# R1 trigger
+# axis 0x33
+
+# Triangle
+# axis 0x34
+
+# Circle
+# axis 0x35
+
+# Cross
+# axis 0x36
+
+# Square
+# axis 0x37
diff --git a/system/usr/keylayout/Vendor_0583_Product_2060.kl b/system/usr/keylayout/Vendor_0583_Product_2060.kl
new file mode 100644
index 0000000000000000000000000000000000000000..92c8a14a2fce17aad3fb9b80766553b75a7fb31b
--- /dev/null
+++ b/system/usr/keylayout/Vendor_0583_Product_2060.kl
@@ -0,0 +1,27 @@
+# Copyright (C) 2013 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.
+
+# ION GO PAD
+
+key 288 BUTTON_A
+key 289 BUTTON_B
+key 290 BUTTON_X
+key 291 BUTTON_Y
+key 294 BUTTON_L1
+key 295 BUTTON_R1
+key 292 BUTTON_L2
+key 293 BUTTON_R2
+
+axis 0x00 HAT_X
+axis 0x01 HAT_Y
diff --git a/system/usr/keylayout/Vendor_05ac_Product_0239.kl b/system/usr/keylayout/Vendor_05ac_Product_0239.kl
new file mode 100644
index 0000000000000000000000000000000000000000..b0c358e7d86363b39b16c064de78ee4e18b1e1d6
--- /dev/null
+++ b/system/usr/keylayout/Vendor_05ac_Product_0239.kl
@@ -0,0 +1,119 @@
+# Copyright (C) 2010 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.
+
+#
+# Apple Wireless Keyboard
+#
+# Notes:
+# - Keys such as PAGE_UP and FORWARD_DEL are produced using the
+#   function key.
+# - Special function keys for brightness control, etc. are not
+#   implemented here.
+
+key 1     ESCAPE
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 12    MINUS
+key 13    EQUALS
+key 14    DEL
+key 15    TAB
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 28    ENTER
+key 29    CTRL_LEFT
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 41    GRAVE
+key 42    SHIFT_LEFT
+key 43    BACKSLASH
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 54    SHIFT_RIGHT
+key 56    ALT_LEFT
+key 57    SPACE
+key 58    CAPS_LOCK
+key 59    F1
+key 60    F2
+key 61    F3
+key 62    F4
+key 63    F5
+key 64    F6
+key 65    F7
+key 66    F8
+key 67    F9
+key 68    F10
+key 87    F11
+key 88    F12
+key 100   ALT_RIGHT
+key 102   MOVE_HOME
+key 103   DPAD_UP
+key 104   PAGE_UP
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 107   MOVE_END
+key 108   DPAD_DOWN
+key 109   PAGE_DOWN
+key 110   NUMPAD_ENTER
+key 111   FORWARD_DEL
+key 113   VOLUME_MUTE
+key 114   VOLUME_DOWN
+key 115   VOLUME_UP
+key 120   APP_SWITCH
+key 125   META_LEFT
+key 126   META_RIGHT
+key 161   MEDIA_EJECT
+key 163   MEDIA_NEXT
+key 164   MEDIA_PLAY_PAUSE
+key 165   MEDIA_PREVIOUS
+# key 204  show gadgets
+key 224   BRIGHTNESS_DOWN
+key 225   BRIGHTNESS_UP
+# key 229  blank special function on F5
+# key 230  blank special function on F6
+key 464   FUNCTION
diff --git a/system/usr/keylayout/Vendor_0b05_Product_4500.kl b/system/usr/keylayout/Vendor_0b05_Product_4500.kl
new file mode 100644
index 0000000000000000000000000000000000000000..a7d519e903d7754a2664fb7207f416d518ab119f
--- /dev/null
+++ b/system/usr/keylayout/Vendor_0b05_Product_4500.kl
@@ -0,0 +1,42 @@
+# Copyright (C) 2014 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.
+
+# Asus Gamepad
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 316 BUTTON_MODE
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+key 158 BACK
+key 172 HOME
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x09 RTRIGGER
+axis 0x0a LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
+
+led 0x00 CONTROLLER_1
+led 0x01 CONTROLLER_2
+led 0x02 CONTROLLER_3
+led 0x03 CONTROLLER_4
diff --git a/system/usr/keylayout/Vendor_1038_Product_1412.kl b/system/usr/keylayout/Vendor_1038_Product_1412.kl
new file mode 100644
index 0000000000000000000000000000000000000000..551b0bd7562612b924d29ed574e86e29ec059dbf
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1038_Product_1412.kl
@@ -0,0 +1,31 @@
+# Copyright (C) 2013 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.
+
+# Steelseries Free
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 316 BUTTON_SELECT
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_12bd_Product_d015.kl b/system/usr/keylayout/Vendor_12bd_Product_d015.kl
new file mode 100644
index 0000000000000000000000000000000000000000..557d62f135e064b3e0c95367cbac08a34a10caf1
--- /dev/null
+++ b/system/usr/keylayout/Vendor_12bd_Product_d015.kl
@@ -0,0 +1,27 @@
+# Copyright (C) 2013 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.
+
+# Hitgaming SNES Retro
+
+key 306 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 304 BUTTON_Y
+key 308 BUTTON_L1
+key 309 BUTTON_R1
+key 313 BUTTON_START
+key 312 BUTTON_SELECT
+
+axis 0x00 HAT_X
+axis 0x01 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1532_Product_0900.kl b/system/usr/keylayout/Vendor_1532_Product_0900.kl
new file mode 100644
index 0000000000000000000000000000000000000000..c2fc1b4f93653bd041831ac4a2807b98352bb9cd
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1532_Product_0900.kl
@@ -0,0 +1,42 @@
+# Copyright (C) 2014 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.
+
+# Razer Serval
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 316 BUTTON_MODE
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+key 158 BACK
+key 172 HOME
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x09 RTRIGGER
+axis 0x0a LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
+
+led 0x00 CONTROLLER_1
+led 0x01 CONTROLLER_2
+led 0x02 CONTROLLER_3
+led 0x03 CONTROLLER_4
diff --git a/system/usr/keylayout/Vendor_1689_Product_fd00.kl b/system/usr/keylayout/Vendor_1689_Product_fd00.kl
new file mode 100644
index 0000000000000000000000000000000000000000..8407b130647267e0cb9f894f5091676842841389
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1689_Product_fd00.kl
@@ -0,0 +1,38 @@
+# Copyright (C) 2013 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.
+
+# Razer Onza Tournament Edition
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+key 706 DPAD_UP
+key 705 DPAD_RIGHT
+key 707 DPAD_DOWN
+key 704 DPAD_LEFT
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
diff --git a/system/usr/keylayout/Vendor_1689_Product_fd01.kl b/system/usr/keylayout/Vendor_1689_Product_fd01.kl
new file mode 100644
index 0000000000000000000000000000000000000000..cacc07526b153f49db881c4ed48f3fe33c2e19b4
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1689_Product_fd01.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# Razer Xbox 360 Gamepad
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1689_Product_fe00.kl b/system/usr/keylayout/Vendor_1689_Product_fe00.kl
new file mode 100644
index 0000000000000000000000000000000000000000..467173f001589c4db70b010de1da65b12305ee39
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1689_Product_fe00.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# Razer Sabertooth Elite
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_18d1_Product_2c40.kl b/system/usr/keylayout/Vendor_18d1_Product_2c40.kl
new file mode 100644
index 0000000000000000000000000000000000000000..6efde4fa2cbc22465ac001a33c74e71d676ceda9
--- /dev/null
+++ b/system/usr/keylayout/Vendor_18d1_Product_2c40.kl
@@ -0,0 +1,42 @@
+# Copyright (C) 2013 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.
+
+# Odie
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 316 BUTTON_MODE
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+key 158 BACK
+key 172 HOME
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x09 RTRIGGER
+axis 0x0a LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
+
+led 0x00 CONTROLLER_1
+led 0x01 CONTROLLER_2
+led 0x02 CONTROLLER_3
+led 0x03 CONTROLLER_4
diff --git a/system/usr/keylayout/Vendor_18d1_Product_5018.kl b/system/usr/keylayout/Vendor_18d1_Product_5018.kl
new file mode 100644
index 0000000000000000000000000000000000000000..e95ccb5c472c1ea53e7f8272b961eb2aa674cf31
--- /dev/null
+++ b/system/usr/keylayout/Vendor_18d1_Product_5018.kl
@@ -0,0 +1,84 @@
+# Copyright (C) 2015 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.
+
+#
+# Key layout for Google Pixel C Keyboard
+#
+
+# Row 1
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 12    MINUS
+key 14    DEL         # Backspace
+
+# Row 2
+key 15    TAB
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 13    EQUALS
+key 28    ENTER
+
+# Row 3
+key 125   META_LEFT   # "Search key"
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+
+# Row 4
+key 42    SHIFT_LEFT
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 54    SHIFT_RIGHT
+
+# Row 5
+key 29    CTRL_LEFT
+key 56    ALT_LEFT
+key 57    SPACE
+key 100   ALT_RIGHT
+key 103   DPAD_UP
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 108   DPAD_DOWN
diff --git a/system/usr/keylayout/Vendor_1949_Product_0401.kl b/system/usr/keylayout/Vendor_1949_Product_0401.kl
new file mode 100644
index 0000000000000000000000000000000000000000..ab24bcdedaf3a2c5e02e3a3a2480ce7f3b2c979f
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1949_Product_0401.kl
@@ -0,0 +1,27 @@
+# Copyright (C) 2014 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.
+
+# Amazon Fire TV remote
+
+key 103 DPAD_UP
+key 108 DPAD_DOWN
+key 105 DPAD_LEFT
+key 106 DPAD_RIGHT
+key 96  DPAD_CENTER
+key 158 BACK
+key 172 HOME
+key 168 MEDIA_REWIND
+key 208 MEDIA_FAST_FORWARD
+key 164 MEDIA_PLAY_PAUSE
+key 217 ASSIST
diff --git a/system/usr/keylayout/Vendor_1bad_Product_f016.kl b/system/usr/keylayout/Vendor_1bad_Product_f016.kl
new file mode 100644
index 0000000000000000000000000000000000000000..00f855915015f0930471992dcbef81096fbee0ea
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1bad_Product_f016.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# Madcatz Gamepad
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1bad_Product_f023.kl b/system/usr/keylayout/Vendor_1bad_Product_f023.kl
new file mode 100644
index 0000000000000000000000000000000000000000..175a523b5b3e2c8308bfa156abef98db5ed79abd
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1bad_Product_f023.kl
@@ -0,0 +1,35 @@
+# Copyright (C) 2013 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.
+
+# Mad Catz MLG GamePad for Xbox 360
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1bad_Product_f027.kl b/system/usr/keylayout/Vendor_1bad_Product_f027.kl
new file mode 100644
index 0000000000000000000000000000000000000000..216e3daebb9c7a033888f7f26aee4cd1bf2d48d9
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1bad_Product_f027.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# MadCatz FPS Pro
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1bad_Product_f036.kl b/system/usr/keylayout/Vendor_1bad_Product_f036.kl
new file mode 100644
index 0000000000000000000000000000000000000000..f27de1c0e4f2a525ab7ea8af0e8e1235d4a4bf3a
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1bad_Product_f036.kl
@@ -0,0 +1,36 @@
+# Copyright (C) 2013 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.
+
+# MadCatz Generic XBox Controller
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BACK
+key 316 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_1d79_Product_0009.kl b/system/usr/keylayout/Vendor_1d79_Product_0009.kl
new file mode 100644
index 0000000000000000000000000000000000000000..a3d5bbdb3cc25f9182aed9cdf905087841482353
--- /dev/null
+++ b/system/usr/keylayout/Vendor_1d79_Product_0009.kl
@@ -0,0 +1,40 @@
+# Copyright (C) 2013 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.
+
+# Nyko Playpad / Playpad Pro
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 158 BACK
+key 172 HOME
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+key 103 DPAD_UP
+key 105 DPAD_LEFT
+key 106 DPAD_RIGHT
+key 108 DPAD_DOWN
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x02 Z
+axis 0x05 RZ
+axis 0x09 RTRIGGER
+axis 0x0a LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_22b8_Product_093d.kl b/system/usr/keylayout/Vendor_22b8_Product_093d.kl
new file mode 100644
index 0000000000000000000000000000000000000000..2749c5ba98b5fb7ded86f2b9ede395477091b4b7
--- /dev/null
+++ b/system/usr/keylayout/Vendor_22b8_Product_093d.kl
@@ -0,0 +1,105 @@
+# Copyright (C) 2010 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.
+
+#
+# Motorola Bluetooth Wireless Keyboard.
+#
+
+key 1     BACK
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 12    MINUS
+key 13    EQUALS
+key 14    DEL
+key 15    TAB
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 28    ENTER
+key 29    CTRL_LEFT
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 41    GRAVE
+key 42    SHIFT_LEFT
+key 43    BACKSLASH
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 54    SHIFT_RIGHT
+key 56    ALT_LEFT
+key 57    SPACE
+key 58    CAPS_LOCK
+key 59    F1
+key 60    F2
+key 61    F3
+key 62    F4
+key 63    F5
+key 64    F6
+key 65    F7
+key 66    F8
+key 67    F9
+key 68    F10
+key 87    F11
+key 88    F12
+key 97    CTRL_RIGHT
+key 102   HOME
+key 103   DPAD_UP
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 107   MOVE_END
+key 108   DPAD_DOWN
+key 111   FORWARD_DEL
+key 113   VOLUME_MUTE
+key 114   VOLUME_DOWN
+key 115   VOLUME_UP
+key 125   MENU
+key 127   SEARCH
+key 163   MEDIA_NEXT
+key 164   MEDIA_PLAY_PAUSE
+key 165   MEDIA_PREVIOUS
+key 166   MEDIA_STOP
+# key 226  tbd reserved key
diff --git a/system/usr/keylayout/Vendor_2378_Product_1008.kl b/system/usr/keylayout/Vendor_2378_Product_1008.kl
new file mode 100644
index 0000000000000000000000000000000000000000..478da03b9a78d188d9581c7d005f9000b63607f1
--- /dev/null
+++ b/system/usr/keylayout/Vendor_2378_Product_1008.kl
@@ -0,0 +1,35 @@
+# Copyright (C) 2014 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.
+
+# OnLive, Inc. OnLive Wireless Controller, USB adapter
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BUTTON_SELECT
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/Vendor_2378_Product_100a.kl b/system/usr/keylayout/Vendor_2378_Product_100a.kl
new file mode 100644
index 0000000000000000000000000000000000000000..d9cd1712046465fad9f484d02788c27eb353645b
--- /dev/null
+++ b/system/usr/keylayout/Vendor_2378_Product_100a.kl
@@ -0,0 +1,35 @@
+# Copyright (C) 2013 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.
+
+# OnLive, Inc. OnLive Wireless Controller
+
+key 304 BUTTON_A
+key 305 BUTTON_B
+key 307 BUTTON_X
+key 308 BUTTON_Y
+key 310 BUTTON_L1
+key 311 BUTTON_R1
+key 315 BUTTON_START
+key 314 BUTTON_SELECT
+key 317 BUTTON_THUMBL
+key 318 BUTTON_THUMBR
+
+axis 0x00 X
+axis 0x01 Y
+axis 0x03 Z
+axis 0x04 RZ
+axis 0x05 RTRIGGER
+axis 0x02 LTRIGGER
+axis 0x10 HAT_X
+axis 0x11 HAT_Y
diff --git a/system/usr/keylayout/mtk-kpd.kl b/system/usr/keylayout/mtk-kpd.kl
new file mode 100644
index 0000000000000000000000000000000000000000..28a3bdf4b3f20289618c9a359d375d635ba5aaff
--- /dev/null
+++ b/system/usr/keylayout/mtk-kpd.kl
@@ -0,0 +1,96 @@
+key 399   GRAVE
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 158   BACK
+key 230   SOFT_RIGHT
+key 60    SOFT_RIGHT
+key 107   ENDCALL
+key 62    ENDCALL
+key 229   MENU
+key 139   MENU
+key 59    MENU
+key 127   SYM
+key 217   SEARCH
+key 228   POUND
+key 227   STAR
+key 231   CALL
+key 61    CALL
+key 232   DPAD_CENTER
+key 108   DPAD_DOWN
+key 103   DPAD_UP
+key 102   HOME
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 115   VOLUME_UP
+key 114   VOLUME_DOWN
+key 113   MUTE
+key 116   POWER
+key 212   CAMERA
+key 211   FOCUS
+
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 43    BACKSLASH
+
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 14    DEL
+
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 28    ENTER
+
+key 56    ALT_LEFT
+key 100   ALT_RIGHT
+key 42    SHIFT_LEFT
+key 54    SHIFT_RIGHT
+key 15    TAB
+key 57    SPACE
+key 150   EXPLORER
+key 155   ENVELOPE
+
+key 12    MINUS
+key 13    EQUALS
+key 215   AT
+
+key 164   MEDIA_PLAY_PAUSE
+key 128   MEDIA_STOP
+key 163   MEDIA_NEXT
+key 165   MEDIA_PREVIOUS
+key 168   MEDIA_REWIND
+key 159   MEDIA_FAST_FORWARD
diff --git a/system/usr/keylayout/qwerty.kl b/system/usr/keylayout/qwerty.kl
new file mode 100644
index 0000000000000000000000000000000000000000..2fd99abbb9fe56a7765ad6cb0ac517ece3d8e6d9
--- /dev/null
+++ b/system/usr/keylayout/qwerty.kl
@@ -0,0 +1,131 @@
+# Copyright (C) 2010 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.
+
+#
+# Emulator keyboard layout #1.
+#
+# This file is no longer used as the platform's default keyboard layout.
+# Refer to Generic.kl instead.
+#
+
+key 399   GRAVE
+key 2     1
+key 3     2
+key 4     3
+key 5     4
+key 6     5
+key 7     6
+key 8     7
+key 9     8
+key 10    9
+key 11    0
+key 158   BACK
+key 230   SOFT_RIGHT
+key 60    SOFT_LEFT
+key 107   ENDCALL
+key 62    ENDCALL
+key 229   MENU
+key 139   MENU
+key 59    MENU
+key 127   SEARCH
+key 217   SEARCH
+key 228   POUND
+key 227   STAR
+key 231   CALL
+key 61    CALL
+key 232   DPAD_CENTER
+key 108   DPAD_DOWN
+key 103   DPAD_UP
+key 102   HOME
+key 105   DPAD_LEFT
+key 106   DPAD_RIGHT
+key 115   VOLUME_UP
+key 114   VOLUME_DOWN
+key 116   POWER
+key 212   CAMERA
+
+key 16    Q
+key 17    W
+key 18    E
+key 19    R
+key 20    T
+key 21    Y
+key 22    U
+key 23    I
+key 24    O
+key 25    P
+key 26    LEFT_BRACKET
+key 27    RIGHT_BRACKET
+key 43    BACKSLASH
+
+key 30    A
+key 31    S
+key 32    D
+key 33    F
+key 34    G
+key 35    H
+key 36    J
+key 37    K
+key 38    L
+key 39    SEMICOLON
+key 40    APOSTROPHE
+key 14    DEL
+
+key 44    Z
+key 45    X
+key 46    C
+key 47    V
+key 48    B
+key 49    N
+key 50    M
+key 51    COMMA
+key 52    PERIOD
+key 53    SLASH
+key 28    ENTER
+
+key 56    ALT_LEFT
+key 100   ALT_RIGHT
+key 42    SHIFT_LEFT
+key 54    SHIFT_RIGHT
+key 15    TAB
+key 57    SPACE
+key 150   EXPLORER
+key 155   ENVELOPE
+
+key 12    MINUS
+key 13    EQUALS
+key 215   AT
+
+# On an AT keyboard: ESC, F10
+key 1     BACK
+key 68    MENU
+
+# App switch = Overview key
+key 580   APP_SWITCH
+
+# Media control keys
+key 160   MEDIA_CLOSE
+key 161   MEDIA_EJECT
+key 163   MEDIA_NEXT
+key 164   MEDIA_PLAY_PAUSE
+key 165   MEDIA_PREVIOUS
+key 166   MEDIA_STOP
+key 167   MEDIA_RECORD
+key 168   MEDIA_REWIND
+
+key 142   SLEEP
+key 581   STEM_PRIMARY
+key 582   STEM_1
+key 583   STEM_2
+key 584   STEM_3
diff --git a/system/usr/share/bmd/RFFspeed_501.bmd b/system/usr/share/bmd/RFFspeed_501.bmd
new file mode 100644
index 0000000000000000000000000000000000000000..e7299a519902835c3216b96bbcc7a58bd473837d
Binary files /dev/null and b/system/usr/share/bmd/RFFspeed_501.bmd differ
diff --git a/system/usr/share/bmd/RFFstd_501.bmd b/system/usr/share/bmd/RFFstd_501.bmd
new file mode 100644
index 0000000000000000000000000000000000000000..218739612fca0e64cd4bea17ebf706b5183ea2a6
Binary files /dev/null and b/system/usr/share/bmd/RFFstd_501.bmd differ
diff --git a/system/usr/share/zoneinfo/tzdata b/system/usr/share/zoneinfo/tzdata
new file mode 100644
index 0000000000000000000000000000000000000000..c5932bcef4ca03d5d8b404b9a356aef7c60f7d38
Binary files /dev/null and b/system/usr/share/zoneinfo/tzdata differ
diff --git a/system/usr/share/zoneinfo/tzlookup.xml b/system/usr/share/zoneinfo/tzlookup.xml
new file mode 100644
index 0000000000000000000000000000000000000000..5846f506368dd5aae5fd4e5ef067b7a1910d9a72
--- /dev/null
+++ b/system/usr/share/zoneinfo/tzlookup.xml
@@ -0,0 +1,1622 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+**
+** Copyright 2006, 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.
+*/
+-->
+<timezones>
+  <!-- Time zones by country.
+
+       Data in this file originates from IANA's zone.tab file.
+       The ordering of zones within each country is Android-specific and
+       affects Android behavior, see below for details.
+
+       The ordering of country elements is not important but is kept in ASCII
+       order by code for easier maintenance. There must only be one country
+       element per unique code. The code attribute is the (lower cased)
+       ISO 3166 2-character country code used in the IANA zones.tab file.
+
+       The <id> entries contain the IANA IDs for time zones used in a
+       country.
+
+       The file is used when picking a time zone for an Android device given
+       a known local time, offset from UTC and whether the local zone is
+       currently observing DST.
+
+       The ordering of <id> elements is important because it influence the
+       order that time zones in a country are considered.
+
+       Currently the <id> entries are mostly primarily ordered by raw (non-DST)
+       offset and then "desirability". This ordering is an historical artifact
+       that is likely to change in future.
+
+       The most sensible ordering for <id> entries for a country is by
+       population of users that observe the time zone to maximize the
+       probability of matching an arbitrary user. Then:
+
+       The first <id> entry for a given country should have the highest
+       likelihood of matching the user's needs when only the user's country
+       code is available.
+
+       The first zone that matches a user's country, offset and DST state
+       should have the highest likelihood of matching the user's needs when
+       country code, offset and DST state are available.
+    -->
+  <countryzones>
+
+    <!-- ANDORRA, 1:00 -->
+    <country code="ad">
+      <id>Europe/Andorra</id>
+    </country>
+
+    <!-- UNITED ARAB EMIRATES, 4:00 -->
+    <country code="ae">
+      <id>Asia/Dubai</id>
+    </country>
+
+    <!-- AFGHANISTAN, 4:30 -->
+    <country code="af">
+      <id>Asia/Kabul</id>
+    </country>
+
+    <!-- ANTIGUA AND BARBUDA, -4:00 -->
+    <country code="ag">
+      <id>America/Antigua</id>
+    </country>
+
+    <!-- ANGUILLA, -4:00 -->
+    <country code="ai">
+      <id>America/Anguilla</id>
+    </country>
+
+    <!-- ALBANIA, 1:00 -->
+    <country code="al">
+      <id>Europe/Tirane</id>
+    </country>
+
+    <!-- ARMENIA, 4:00 -->
+    <country code="am">
+      <id>Asia/Yerevan</id>
+    </country>
+
+    <!-- ANGOLA, 1:00 -->
+    <country code="ao">
+      <id>Africa/Luanda</id>
+    </country>
+
+    <!-- ANTARCTICA -->
+    <country code="aq">
+      <!-- 12:00 -->
+      <id>Antarctica/McMurdo</id>
+
+      <!-- 10:00 -->
+      <id>Antarctica/DumontDUrville</id>
+
+      <!-- 8:00 -->
+      <id>Antarctica/Casey</id>
+
+      <!-- 7:00 -->
+      <id>Antarctica/Davis</id>
+
+      <!-- 5:00 -->
+      <id>Antarctica/Mawson</id>
+
+      <!-- 6:00 -->
+      <id>Antarctica/Vostok</id>
+
+      <!-- 3:00 -->
+      <id>Antarctica/Syowa</id>
+
+      <!-- 0:00 -->
+      <id>Antarctica/Troll</id>
+
+      <!-- -3:00 -->
+      <id>Antarctica/Rothera</id>
+
+      <!-- -4:00 -->
+      <id>Antarctica/Palmer</id>
+    </country>
+
+    <!-- ARGENTINA, -3:00 -->
+    <country code="ar">
+      <id>America/Argentina/Buenos_Aires</id>
+      <id>America/Argentina/Cordoba</id>
+      <id>America/Argentina/Salta</id>
+      <id>America/Argentina/Jujuy</id>
+      <id>America/Argentina/Tucuman</id>
+      <id>America/Argentina/Catamarca</id>
+      <id>America/Argentina/La_Rioja</id>
+      <id>America/Argentina/San_Juan</id>
+      <id>America/Argentina/Mendoza</id>
+      <id>America/Argentina/San_Luis</id>
+      <id>America/Argentina/Rio_Gallegos</id>
+      <id>America/Argentina/Ushuaia</id>
+    </country>
+
+    <!-- AMERICAN SAMOA, -11:00 -->
+    <country code="as">
+      <id>Pacific/Pago_Pago</id>
+    </country>
+
+    <!-- AUSTRIA, 1:00 -->
+    <country code="at">
+      <id>Europe/Vienna</id>
+    </country>
+
+    <!-- AUSTRALIA -->
+    <country code="au">
+      <!-- 10:00 -->
+      <id>Australia/Sydney</id>
+      <id>Australia/Melbourne</id>
+      <id>Australia/Brisbane</id>
+      <id>Australia/Hobart</id>
+      <id>Australia/Currie</id>
+      <id>Australia/Lindeman</id>
+
+      <!-- 11:00 -->
+      <id>Antarctica/Macquarie</id>
+
+      <!-- 10:30 -->
+      <id>Australia/Lord_Howe</id>
+
+      <!-- 9:30 -->
+      <id>Australia/Adelaide</id>
+      <id>Australia/Broken_Hill</id>
+      <id>Australia/Darwin</id>
+
+      <!-- 8:00 -->
+      <id>Australia/Perth</id>
+
+      <!-- 8:45 -->
+      <id>Australia/Eucla</id>
+    </country>
+
+    <!-- ARUBA, -4:00 -->
+    <country code="aw">
+      <id>America/Aruba</id>
+    </country>
+
+    <!-- ALAND ISLANDS, 2:00 -->
+    <country code="ax">
+      <id>Europe/Mariehamn</id>
+    </country>
+
+    <!-- AZERBAIJAN, 4:00 -->
+    <country code="az">
+      <id>Asia/Baku</id>
+    </country>
+
+    <!-- BOSNIA AND HERZEGOVINA, 1:00 -->
+    <country code="ba">
+      <id>Europe/Sarajevo</id>
+    </country>
+
+    <!-- BARBADOS, -4:00 -->
+    <country code="bb">
+      <id>America/Barbados</id>
+    </country>
+
+    <!-- BANGLADESH, 6:00 -->
+    <country code="bd">
+      <id>Asia/Dhaka</id>
+    </country>
+
+    <!-- BELGIUM, 1:00 -->
+    <country code="be">
+      <id>Europe/Brussels</id>
+    </country>
+
+    <!-- BURKINA FASO, 0:00 -->
+    <country code="bf">
+      <id>Africa/Ouagadougou</id>
+    </country>
+
+    <!-- BULGARIA, 2:00 -->
+    <country code="bg">
+      <id>Europe/Sofia</id>
+    </country>
+
+    <!-- BAHRAIN, 3:00 -->
+    <country code="bh">
+      <id>Asia/Bahrain</id>
+    </country>
+
+    <!-- BURUNDI, 2:00 -->
+    <country code="bi">
+      <id>Africa/Bujumbura</id>
+    </country>
+
+    <!-- BENIN, 1:00 -->
+    <country code="bj">
+      <id>Africa/Porto-Novo</id>
+    </country>
+
+    <!-- Saint Barthélemy, -4:00 -->
+    <country code="bl">
+      <id>America/St_Barthelemy</id>
+    </country>
+
+    <!-- BERMUDA, -4:00 -->
+    <country code="bm">
+      <id>Atlantic/Bermuda</id>
+    </country>
+
+    <!-- BRUNEI DARUSSALAM, 8:00 -->
+    <country code="bn">
+      <id>Asia/Brunei</id>
+    </country>
+
+    <!-- BOLIVIA, -4:00 -->
+    <country code="bo">
+      <id>America/La_Paz</id>
+    </country>
+
+    <!-- Caribbean Netherlands, -4:00 -->
+    <country code="bq">
+      <id>America/Kralendijk</id>
+    </country>
+
+    <!-- BRAZIL -->
+    <country code="br">
+      <!-- -2:00 -->
+      <id>America/Noronha</id>
+
+      <!-- -3:00 -->
+      <id>America/Sao_Paulo</id>
+      <id>America/Belem</id>
+      <id>America/Fortaleza</id>
+      <id>America/Recife</id>
+      <id>America/Araguaina</id>
+      <id>America/Maceio</id>
+      <id>America/Bahia</id>
+      <id>America/Santarem</id>
+
+      <!-- -4:00 -->
+      <id>America/Manaus</id>
+      <id>America/Campo_Grande</id>
+      <id>America/Cuiaba</id>
+      <id>America/Porto_Velho</id>
+      <id>America/Boa_Vista</id>
+
+      <!-- -5:00 -->
+      <id>America/Eirunepe</id>
+      <id>America/Rio_Branco</id>
+    </country>
+
+    <!-- BAHAMAS, -5:00 -->
+    <country code="bs">
+      <id>America/Nassau</id>
+    </country>
+
+    <!-- BHUTAN, 6:00 -->
+    <country code="bt">
+      <id>Asia/Thimphu</id>
+    </country>
+
+    <!-- BOTSWANA, 2:00 -->
+    <country code="bw">
+      <id>Africa/Gaborone</id>
+    </country>
+
+    <!-- BELARUS, 3:00 -->
+    <country code="by">
+      <id>Europe/Minsk</id>
+    </country>
+
+    <!-- BELIZE, -6:00 -->
+    <country code="bz">
+      <id>America/Belize</id>
+    </country>
+
+    <!-- CANADA -->
+    <country code="ca">
+      <!-- -3:30 -->
+      <id>America/St_Johns</id>
+
+      <!-- -4:00 -->
+      <id>America/Halifax</id>
+      <id>America/Glace_Bay</id>
+      <id>America/Moncton</id>
+      <id>America/Goose_Bay</id>
+      <id>America/Blanc-Sablon</id>
+
+      <!-- -5:00 -->
+      <id>America/Toronto</id>
+      <id>America/Nipigon</id>
+      <id>America/Thunder_Bay</id>
+      <id>America/Iqaluit</id>
+      <id>America/Pangnirtung</id>
+      <id>America/Atikokan</id>
+
+      <!-- -6:00 -->
+      <id>America/Winnipeg</id>
+      <id>America/Regina</id>
+      <id>America/Rankin_Inlet</id>
+      <id>America/Rainy_River</id>
+      <id>America/Swift_Current</id>
+      <id>America/Resolute</id>
+
+      <!-- -7:00 -->
+      <id>America/Edmonton</id>
+      <id>America/Cambridge_Bay</id>
+      <id>America/Yellowknife</id>
+      <id>America/Inuvik</id>
+      <id>America/Dawson_Creek</id>
+      <id>America/Creston</id>
+      <id>America/Fort_Nelson</id>
+
+      <!-- -8:00 -->
+      <id>America/Vancouver</id>
+      <id>America/Whitehorse</id>
+      <id>America/Dawson</id>
+    </country>
+
+    <!-- COCOS (KEELING) ISLANDS, 6:30 -->
+    <country code="cc">
+      <id>Indian/Cocos</id>
+    </country>
+
+    <!-- CONGO, THE DEMOCRATIC REPUBLIC OF THE -->
+    <country code="cd">
+      <!-- 2:00 -->
+      <id>Africa/Lubumbashi</id>
+
+      <!-- 1:00 -->
+      <id>Africa/Kinshasa</id>
+    </country>
+
+    <!-- CENTRAL AFRICAN REPUBLIC, 1:00 -->
+    <country code="cf">
+      <id>Africa/Bangui</id>
+    </country>
+
+    <!-- CONGO, 1:00 -->
+    <country code="cg">
+      <id>Africa/Brazzaville</id>
+    </country>
+
+    <!-- SWITZERLAND, 1:00 -->
+    <country code="ch">
+      <id>Europe/Zurich</id>
+    </country>
+
+    <!-- COTE D'IVOIRE, 0:00 -->
+    <country code="ci">
+      <id>Africa/Abidjan</id>
+    </country>
+
+    <!-- COOK ISLANDS, -10:00 -->
+    <country code="ck">
+      <id>Pacific/Rarotonga</id>
+    </country>
+
+    <!-- CHILE -->
+    <country code="cl">
+      <!-- -3:00 -->
+      <id>America/Punta_Arenas</id>
+
+      <!-- -4:00 -->
+      <id>America/Santiago</id>
+
+      <!-- -6:00 -->
+      <id>Pacific/Easter</id>
+    </country>
+
+    <!-- CAMEROON, 1:00 -->
+    <country code="cm">
+      <id>Africa/Douala</id>
+    </country>
+
+    <!-- CHINA -->
+    <country code="cn">
+      <!-- 8:00 -->
+      <id>Asia/Shanghai</id>
+
+      <!-- 6:00 -->
+      <id>Asia/Urumqi</id>
+    </country>
+
+    <!-- COLOMBIA, -5:00 -->
+    <country code="co">
+      <id>America/Bogota</id>
+    </country>
+
+    <!-- COSTA RICA, -6:00 -->
+    <country code="cr">
+      <id>America/Costa_Rica</id>
+    </country>
+
+    <!-- CUBA, -5:00 -->
+    <country code="cu">
+      <id>America/Havana</id>
+    </country>
+
+    <!-- CAPE VERDE, -1:00 -->
+    <country code="cv">
+      <id>Atlantic/Cape_Verde</id>
+    </country>
+
+    <!-- Curaçao, -4:00 -->
+    <country code="cw">
+      <id>America/Curacao</id>
+    </country>
+
+    <!-- CHRISTMAS ISLAND, 7:00 -->
+    <country code="cx">
+      <id>Indian/Christmas</id>
+    </country>
+
+    <!-- CYPRUS -->
+    <country code="cy">
+      <!-- 2:00 -->
+      <id>Asia/Nicosia</id>
+
+      <!-- 3:00 -->
+      <id>Asia/Famagusta</id>
+    </country>
+
+    <!-- CZECH REPUBLIC, 1:00 -->
+    <country code="cz">
+      <id>Europe/Prague</id>
+    </country>
+
+    <!-- GERMANY, 1:00 -->
+    <country code="de">
+      <id>Europe/Berlin</id>
+      <id>Europe/Busingen</id>
+    </country>
+
+    <!-- DJIBOUTI, 3:00 -->
+    <country code="dj">
+      <id>Africa/Djibouti</id>
+    </country>
+
+    <!-- DENMARK, 1:00 -->
+    <country code="dk">
+      <id>Europe/Copenhagen</id>
+    </country>
+
+    <!-- DOMINICA, -4:00 -->
+    <country code="dm">
+      <id>America/Dominica</id>
+    </country>
+
+    <!-- DOMINICAN REPUBLIC, -4:00 -->
+    <country code="do">
+      <id>America/Santo_Domingo</id>
+    </country>
+
+    <!-- ALGERIA, 1:00 -->
+    <country code="dz">
+      <id>Africa/Algiers</id>
+    </country>
+
+    <!-- ECUADOR -->
+    <country code="ec">
+      <!-- -5:00 -->
+      <id>America/Guayaquil</id>
+
+      <!-- -6:00 -->
+      <id>Pacific/Galapagos</id>
+    </country>
+
+    <!-- ESTONIA, 2:00 -->
+    <country code="ee">
+      <id>Europe/Tallinn</id>
+    </country>
+
+    <!-- EGYPT, 2:00 -->
+    <country code="eg">
+      <id>Africa/Cairo</id>
+    </country>
+
+    <!-- WESTERN SAHARA, 0:00 -->
+    <country code="eh">
+      <id>Africa/El_Aaiun</id>
+    </country>
+
+    <!-- ERITREA, 3:00 -->
+    <country code="er">
+      <id>Africa/Asmara</id>
+    </country>
+
+    <!-- SPAIN -->
+    <country code="es">
+      <!-- 1:00 -->
+      <id>Europe/Madrid</id>
+      <id>Africa/Ceuta</id>
+
+      <!-- 0:00 -->
+      <id>Atlantic/Canary</id>
+    </country>
+
+    <!-- ETHIOPIA, 3:00 -->
+    <country code="et">
+      <id>Africa/Addis_Ababa</id>
+    </country>
+
+    <!-- FINLAND, 2:00 -->
+    <country code="fi">
+      <id>Europe/Helsinki</id>
+    </country>
+
+    <!-- FIJI, 12:00 -->
+    <country code="fj">
+      <id>Pacific/Fiji</id>
+    </country>
+
+    <!-- FALKLAND ISLANDS (MALVINAS), -3:00 -->
+    <country code="fk">
+      <id>Atlantic/Stanley</id>
+    </country>
+
+    <!-- MICRONESIA, FEDERATED STATES OF -->
+    <country code="fm">
+      <!-- 11:00 -->
+      <id>Pacific/Pohnpei</id>
+      <id>Pacific/Kosrae</id>
+
+      <!-- 10:00 -->
+      <id>Pacific/Chuuk</id>
+    </country>
+
+    <!-- FAROE ISLANDS, 0:00 -->
+    <country code="fo">
+      <id>Atlantic/Faroe</id>
+    </country>
+
+    <!-- FRANCE, 1:00 -->
+    <country code="fr">
+      <id>Europe/Paris</id>
+    </country>
+
+    <!-- GABON, 1:00 -->
+    <country code="ga">
+      <id>Africa/Libreville</id>
+    </country>
+
+    <!-- UNITED KINGDOM, 0:00 -->
+    <country code="gb">
+      <id>Europe/London</id>
+    </country>
+
+    <!-- GRENADA, -4:00 -->
+    <country code="gd">
+      <id>America/Grenada</id>
+    </country>
+
+    <!-- GEORGIA, 4:00 -->
+    <country code="ge">
+      <id>Asia/Tbilisi</id>
+    </country>
+
+    <!-- FRENCH GUIANA, -3:00 -->
+    <country code="gf">
+      <id>America/Cayenne</id>
+    </country>
+
+    <!-- GUERNSEY, 0:00 -->
+    <country code="gg">
+      <id>Europe/Guernsey</id>
+    </country>
+
+    <!-- GHANA, 0:00 -->
+    <country code="gh">
+      <id>Africa/Accra</id>
+    </country>
+
+    <!-- GIBRALTAR, 1:00 -->
+    <country code="gi">
+      <id>Europe/Gibraltar</id>
+    </country>
+
+    <!-- GREENLAND -->
+    <country code="gl">
+      <!-- 0:00 -->
+      <id>America/Danmarkshavn</id>
+
+      <!-- -1:00 -->
+      <id>America/Scoresbysund</id>
+
+      <!-- -3:00 -->
+      <id>America/Godthab</id>
+
+      <!-- -4:00 -->
+      <id>America/Thule</id>
+    </country>
+
+    <!-- GAMBIA, 0:00 -->
+    <country code="gm">
+      <id>Africa/Banjul</id>
+    </country>
+
+    <!-- GUINEA, 0:00 -->
+    <country code="gn">
+      <id>Africa/Conakry</id>
+    </country>
+
+    <!-- GUADELOUPE, -4:00 -->
+    <country code="gp">
+      <id>America/Guadeloupe</id>
+    </country>
+
+    <!-- EQUATORIAL GUINEA, 1:00 -->
+    <country code="gq">
+      <id>Africa/Malabo</id>
+    </country>
+
+    <!-- GREECE, 2:00 -->
+    <country code="gr">
+      <id>Europe/Athens</id>
+    </country>
+
+    <!-- SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS, -2:00 -->
+    <country code="gs">
+      <id>Atlantic/South_Georgia</id>
+    </country>
+
+    <!-- GUATEMALA, -6:00 -->
+    <country code="gt">
+      <id>America/Guatemala</id>
+    </country>
+
+    <!-- GUAM, 10:00 -->
+    <country code="gu">
+      <id>Pacific/Guam</id>
+    </country>
+
+    <!-- GUINEA-BISSAU, 0:00 -->
+    <country code="gw">
+      <id>Africa/Bissau</id>
+    </country>
+
+    <!-- GUYANA, -4:00 -->
+    <country code="gy">
+      <id>America/Guyana</id>
+    </country>
+
+    <!-- HONG KONG, 8:00 -->
+    <country code="hk">
+      <id>Asia/Hong_Kong</id>
+    </country>
+
+    <!-- HONDURAS, -6:00 -->
+    <country code="hn">
+      <id>America/Tegucigalpa</id>
+    </country>
+
+    <!-- CROATIA, 1:00 -->
+    <country code="hr">
+      <id>Europe/Zagreb</id>
+    </country>
+
+    <!-- HAITI, -5:00 -->
+    <country code="ht">
+      <id>America/Port-au-Prince</id>
+    </country>
+
+    <!-- HUNGARY, 1:00 -->
+    <country code="hu">
+      <id>Europe/Budapest</id>
+    </country>
+
+    <!-- INDONESIA -->
+    <country code="id">
+      <!-- 9:00 -->
+      <id>Asia/Jayapura</id>
+
+      <!-- 8:00 -->
+      <id>Asia/Makassar</id>
+
+      <!-- 7:00 -->
+      <id>Asia/Jakarta</id>
+      <id>Asia/Pontianak</id>
+    </country>
+
+    <!-- IRELAND, 0:00 -->
+    <country code="ie">
+      <id>Europe/Dublin</id>
+    </country>
+
+    <!-- ISRAEL, 2:00 -->
+    <country code="il">
+      <id>Asia/Jerusalem</id>
+    </country>
+
+    <!-- ISLE OF MAN, 0:00 -->
+    <country code="im">
+      <id>Europe/Isle_of_Man</id>
+    </country>
+
+    <!-- INDIA, 5:30 -->
+    <country code="in">
+      <id>Asia/Kolkata</id>
+    </country>
+
+    <!-- BRITISH INDIAN OCEAN TERRITORY, 6:00 -->
+    <country code="io">
+      <id>Indian/Chagos</id>
+    </country>
+
+    <!-- IRAQ, 3:00 -->
+    <country code="iq">
+      <id>Asia/Baghdad</id>
+    </country>
+
+    <!-- IRAN, ISLAMIC REPUBLIC OF, 3:30 -->
+    <country code="ir">
+      <id>Asia/Tehran</id>
+    </country>
+
+    <!-- ICELAND, 0:00 -->
+    <country code="is">
+      <id>Atlantic/Reykjavik</id>
+    </country>
+
+    <!-- ITALY, 1:00 -->
+    <country code="it">
+      <id>Europe/Rome</id>
+    </country>
+
+    <!-- JERSEY, 0:00 -->
+    <country code="je">
+      <id>Europe/Jersey</id>
+    </country>
+
+    <!-- JAMAICA, -5:00 -->
+    <country code="jm">
+      <id>America/Jamaica</id>
+    </country>
+
+    <!-- JORDAN, 2:00 -->
+    <country code="jo">
+      <id>Asia/Amman</id>
+    </country>
+
+    <!-- JAPAN, 9:00 -->
+    <country code="jp">
+      <id>Asia/Tokyo</id>
+    </country>
+
+    <!-- KENYA, 3:00 -->
+    <country code="ke">
+      <id>Africa/Nairobi</id>
+    </country>
+
+    <!-- KYRGYZSTAN, 6:00 -->
+    <country code="kg">
+      <id>Asia/Bishkek</id>
+    </country>
+
+    <!-- CAMBODIA, 7:00 -->
+    <country code="kh">
+      <id>Asia/Phnom_Penh</id>
+    </country>
+
+    <!-- KIRIBATI -->
+    <country code="ki">
+      <!-- 14:00 -->
+      <id>Pacific/Kiritimati</id>
+
+      <!-- 13:00 -->
+      <id>Pacific/Enderbury</id>
+
+      <!-- 12:00 -->
+      <id>Pacific/Tarawa</id>
+    </country>
+
+    <!-- COMOROS, 3:00 -->
+    <country code="km">
+      <id>Indian/Comoro</id>
+    </country>
+
+    <!-- SAINT KITTS AND NEVIS, -4:00 -->
+    <country code="kn">
+      <id>America/St_Kitts</id>
+    </country>
+
+    <!-- KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF, 8:30 -->
+    <country code="kp">
+      <id>Asia/Pyongyang</id>
+    </country>
+
+    <!-- KOREA, REPUBLIC OF, 9:00 -->
+    <country code="kr">
+      <id>Asia/Seoul</id>
+    </country>
+
+    <!-- KUWAIT, 3:00 -->
+    <country code="kw">
+      <id>Asia/Kuwait</id>
+    </country>
+
+    <!-- CAYMAN ISLANDS, -5:00 -->
+    <country code="ky">
+      <id>America/Cayman</id>
+    </country>
+
+    <!-- KAZAKHSTAN -->
+    <country code="kz">
+      <!-- 6:00 -->
+      <id>Asia/Almaty</id>
+      <id>Asia/Qyzylorda</id>
+
+      <!-- 5:00 -->
+      <id>Asia/Aqtau</id>
+      <id>Asia/Oral</id>
+      <id>Asia/Aqtobe</id>
+      <id>Asia/Atyrau</id>
+    </country>
+
+    <!-- LAO PEOPLE'S DEMOCRATIC REPUBLIC, 7:00 -->
+    <country code="la">
+      <id>Asia/Vientiane</id>
+    </country>
+
+    <!-- LEBANON, 2:00 -->
+    <country code="lb">
+      <id>Asia/Beirut</id>
+    </country>
+
+    <!-- SAINT LUCIA, -4:00 -->
+    <country code="lc">
+      <id>America/St_Lucia</id>
+    </country>
+
+    <!-- LIECHTENSTEIN, 1:00 -->
+    <country code="li">
+      <id>Europe/Vaduz</id>
+    </country>
+
+    <!-- SRI LANKA, 5:30 -->
+    <country code="lk">
+      <id>Asia/Colombo</id>
+    </country>
+
+    <!-- LIBERIA, 0:00 -->
+    <country code="lr">
+      <id>Africa/Monrovia</id>
+    </country>
+
+    <!-- LESOTHO, 2:00 -->
+    <country code="ls">
+      <id>Africa/Maseru</id>
+    </country>
+
+    <!-- LITHUANIA, 2:00 -->
+    <country code="lt">
+      <id>Europe/Vilnius</id>
+    </country>
+
+    <!-- LUXEMBOURG, 1:00 -->
+    <country code="lu">
+      <id>Europe/Luxembourg</id>
+    </country>
+
+    <!-- LATVIA, 2:00 -->
+    <country code="lv">
+      <id>Europe/Riga</id>
+    </country>
+
+    <!-- LIBYAN ARAB JAMAHIRIYA, 2:00 -->
+    <country code="ly">
+      <id>Africa/Tripoli</id>
+    </country>
+
+    <!-- MOROCCO, 0:00 -->
+    <country code="ma">
+      <id>Africa/Casablanca</id>
+    </country>
+
+    <!-- MONACO, 1:00 -->
+    <country code="mc">
+      <id>Europe/Monaco</id>
+    </country>
+
+    <!-- MOLDOVA, 2:00 -->
+    <country code="md">
+      <id>Europe/Chisinau</id>
+    </country>
+
+    <!-- MONTENEGRO, 1:00 -->
+    <country code="me">
+      <id>Europe/Podgorica</id>
+    </country>
+
+    <!-- Collectivity of Saint Martin, -4:00 -->
+    <country code="mf">
+      <id>America/Marigot</id>
+    </country>
+
+    <!-- MADAGASCAR, 3:00 -->
+    <country code="mg">
+      <id>Indian/Antananarivo</id>
+    </country>
+
+    <!-- MARSHALL ISLANDS, 12:00 -->
+    <country code="mh">
+      <id>Pacific/Majuro</id>
+      <id>Pacific/Kwajalein</id>
+    </country>
+
+    <!-- MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF, 1:00 -->
+    <country code="mk">
+      <id>Europe/Skopje</id>
+    </country>
+
+    <!-- MALI, 0:00 -->
+    <country code="ml">
+      <id>Africa/Bamako</id>
+    </country>
+
+    <!-- MYANMAR, 6:30 -->
+    <country code="mm">
+      <id>Asia/Yangon</id>
+    </country>
+
+    <!-- MONGOLIA -->
+    <country code="mn">
+      <!-- 8:00 -->
+      <id>Asia/Choibalsan</id>
+      <id>Asia/Ulaanbaatar</id>
+
+      <!-- 7:00 -->
+      <id>Asia/Hovd</id>
+    </country>
+
+    <!-- MACAO, 8:00 -->
+    <country code="mo">
+      <id>Asia/Macau</id>
+    </country>
+
+    <!-- NORTHERN MARIANA ISLANDS, 10:00 -->
+    <country code="mp">
+      <id>Pacific/Saipan</id>
+    </country>
+
+    <!-- MARTINIQUE, -4:00 -->
+    <country code="mq">
+      <id>America/Martinique</id>
+    </country>
+
+    <!-- MAURITANIA, 0:00 -->
+    <country code="mr">
+      <id>Africa/Nouakchott</id>
+    </country>
+
+    <!-- MONTSERRAT, -4:00 -->
+    <country code="ms">
+      <id>America/Montserrat</id>
+    </country>
+
+    <!-- MALTA, 1:00 -->
+    <country code="mt">
+      <id>Europe/Malta</id>
+    </country>
+
+    <!-- MAURITIUS, 4:00 -->
+    <country code="mu">
+      <id>Indian/Mauritius</id>
+    </country>
+
+    <!-- MALDIVES, 5:00 -->
+    <country code="mv">
+      <id>Indian/Maldives</id>
+    </country>
+
+    <!-- MALAWI, 2:00 -->
+    <country code="mw">
+      <id>Africa/Blantyre</id>
+    </country>
+
+    <!-- MEXICO -->
+    <country code="mx">
+      <!-- -6:00 -->
+      <id>America/Mexico_City</id>
+      <id>America/Merida</id>
+      <id>America/Monterrey</id>
+      <id>America/Matamoros</id>
+      <id>America/Bahia_Banderas</id>
+
+      <!-- -5:00 -->
+      <id>America/Cancun</id>
+
+      <!-- -7:00 -->
+      <id>America/Chihuahua</id>
+      <id>America/Hermosillo</id>
+      <id>America/Mazatlan</id>
+      <id>America/Ojinaga</id>
+
+      <!-- -8:00 -->
+      <id>America/Tijuana</id>
+    </country>
+
+    <!-- MALAYSIA, 8:00 -->
+    <country code="my">
+      <id>Asia/Kuala_Lumpur</id>
+      <id>Asia/Kuching</id>
+    </country>
+
+    <!-- MOZAMBIQUE, 2:00 -->
+    <country code="mz">
+      <id>Africa/Maputo</id>
+    </country>
+
+    <!-- NAMIBIA, 1:00 -->
+    <country code="na">
+      <id>Africa/Windhoek</id>
+    </country>
+
+    <!-- NEW CALEDONIA, 11:00 -->
+    <country code="nc">
+      <id>Pacific/Noumea</id>
+    </country>
+
+    <!-- NIGER, 1:00 -->
+    <country code="ne">
+      <id>Africa/Niamey</id>
+    </country>
+
+    <!-- NORFOLK ISLAND, 11:30 -->
+    <country code="nf">
+      <id>Pacific/Norfolk</id>
+    </country>
+
+    <!-- NIGERIA, 1:00 -->
+    <country code="ng">
+      <id>Africa/Lagos</id>
+    </country>
+
+    <!-- NICARAGUA, -6:00 -->
+    <country code="ni">
+      <id>America/Managua</id>
+    </country>
+
+    <!-- NETHERLANDS, 1:00 -->
+    <country code="nl">
+      <id>Europe/Amsterdam</id>
+    </country>
+
+    <!-- NORWAY, 1:00 -->
+    <country code="no">
+      <id>Europe/Oslo</id>
+    </country>
+
+    <!-- NEPAL, 5:45 -->
+    <country code="np">
+      <id>Asia/Kathmandu</id>
+    </country>
+
+    <!-- NAURU, 12:00 -->
+    <country code="nr">
+      <id>Pacific/Nauru</id>
+    </country>
+
+    <!-- NIUE, -11:00 -->
+    <country code="nu">
+      <id>Pacific/Niue</id>
+    </country>
+
+    <!-- NEW ZEALAND, 12:00 -->
+    <country code="nz">
+      <!-- 12:00 -->
+      <id>Pacific/Auckland</id>
+
+      <!-- 12:45 -->
+      <id>Pacific/Chatham</id>
+    </country>
+
+    <!-- OMAN, 4:00 -->
+    <country code="om">
+      <id>Asia/Muscat</id>
+    </country>
+
+    <!-- PANAMA, -5:00 -->
+    <country code="pa">
+      <id>America/Panama</id>
+    </country>
+
+    <!-- PERU, -5:00 -->
+    <country code="pe">
+      <id>America/Lima</id>
+    </country>
+
+    <!-- FRENCH POLYNESIA -->
+    <country code="pf">
+      <!-- -9:00 -->
+      <id>Pacific/Gambier</id>
+
+      <!-- -9:30 -->
+      <id>Pacific/Marquesas</id>
+
+      <!-- -10:00 -->
+      <id>Pacific/Tahiti</id>
+    </country>
+
+    <!-- PAPUA NEW GUINEA -->
+    <country code="pg">
+      <!-- 10:00 -->
+      <id>Pacific/Port_Moresby</id>
+
+      <!-- 11:00 -->
+      <id>Pacific/Bougainville</id>
+    </country>
+
+    <!-- PHILIPPINES, 8:00 -->
+    <country code="ph">
+      <id>Asia/Manila</id>
+    </country>
+
+    <!-- PAKISTAN, 5:00 -->
+    <country code="pk">
+      <id>Asia/Karachi</id>
+    </country>
+
+    <!-- POLAND, 1:00 -->
+    <country code="pl">
+      <id>Europe/Warsaw</id>
+    </country>
+
+    <!-- SAINT PIERRE AND MIQUELON, -3:00 -->
+    <country code="pm">
+      <id>America/Miquelon</id>
+    </country>
+
+    <!-- PITCAIRN, -8:00 -->
+    <country code="pn">
+      <id>Pacific/Pitcairn</id>
+    </country>
+
+    <!-- PUERTO RICO, -4:00 -->
+    <country code="pr">
+      <id>America/Puerto_Rico</id>
+    </country>
+
+    <!-- PALESTINE, 2:00 -->
+    <country code="ps">
+      <id>Asia/Gaza</id>
+      <id>Asia/Hebron</id>
+    </country>
+
+    <!-- PORTUGAL -->
+    <country code="pt">
+      <!-- 0:00 -->
+      <id>Europe/Lisbon</id>
+      <id>Atlantic/Madeira</id>
+
+      <!-- -1:00 -->
+      <id>Atlantic/Azores</id>
+    </country>
+
+    <!-- PALAU, 9:00 -->
+    <country code="pw">
+      <id>Pacific/Palau</id>
+    </country>
+
+    <!-- PARAGUAY, -4:00 -->
+    <country code="py">
+      <id>America/Asuncion</id>
+    </country>
+
+    <!-- QATAR, 3:00 -->
+    <country code="qa">
+      <id>Asia/Qatar</id>
+    </country>
+
+    <!-- REUNION, 4:00 -->
+    <country code="re">
+      <id>Indian/Reunion</id>
+    </country>
+
+    <!-- ROMANIA, 2:00 -->
+    <country code="ro">
+      <id>Europe/Bucharest</id>
+    </country>
+
+    <!-- SERBIA, 1:00 -->
+    <country code="rs">
+      <id>Europe/Belgrade</id>
+    </country>
+
+    <!-- RUSSIAN FEDERATION -->
+    <country code="ru">
+      <!-- 12:00 -->
+      <id>Asia/Kamchatka</id>
+      <id>Asia/Anadyr</id>
+
+      <!-- 11:00 -->
+      <id>Asia/Magadan</id>
+      <id>Asia/Sakhalin</id>
+      <id>Asia/Srednekolymsk</id>
+
+      <!-- 10:00 -->
+      <id>Asia/Vladivostok</id>
+      <id>Asia/Ust-Nera</id>
+
+      <!-- 9:00 -->
+      <id>Asia/Yakutsk</id>
+      <id>Asia/Chita</id>
+      <id>Asia/Khandyga</id>
+
+      <!-- 8:00 -->
+      <id>Asia/Irkutsk</id>
+
+      <!-- 7:00 -->
+      <id>Asia/Krasnoyarsk</id>
+      <id>Asia/Novosibirsk</id>
+      <id>Asia/Barnaul</id>
+      <id>Asia/Novokuznetsk</id>
+      <id>Asia/Tomsk</id>
+
+      <!-- 6:00 -->
+      <id>Asia/Omsk</id>
+
+      <!-- 5:00 -->
+      <id>Asia/Yekaterinburg</id>
+
+      <!-- 4:00 -->
+      <id>Europe/Samara</id>
+      <id>Europe/Astrakhan</id>
+      <id>Europe/Ulyanovsk</id>
+      <id>Europe/Saratov</id>
+
+      <!-- 3:00 -->
+      <id>Europe/Moscow</id>
+      <id>Europe/Volgograd</id>
+      <id>Europe/Kirov</id>
+      <id>Europe/Simferopol</id>
+
+      <!-- 2:00 -->
+      <id>Europe/Kaliningrad</id>
+    </country>
+
+    <!-- RWANDA, 2:00 -->
+    <country code="rw">
+      <id>Africa/Kigali</id>
+    </country>
+
+    <!-- SAUDI ARABIA, 3:00 -->
+    <country code="sa">
+      <id>Asia/Riyadh</id>
+    </country>
+
+    <!-- SOLOMON ISLANDS, 11:00 -->
+    <country code="sb">
+      <id>Pacific/Guadalcanal</id>
+    </country>
+
+    <!-- SEYCHELLES, 4:00 -->
+    <country code="sc">
+      <id>Indian/Mahe</id>
+    </country>
+
+    <!-- SUDAN, 3:00 -->
+    <country code="sd">
+      <id>Africa/Khartoum</id>
+    </country>
+
+    <!-- SWEDEN, 1:00 -->
+    <country code="se">
+      <id>Europe/Stockholm</id>
+    </country>
+
+    <!-- SINGAPORE, 8:00 -->
+    <country code="sg">
+      <id>Asia/Singapore</id>
+    </country>
+
+    <!-- SAINT HELENA, 0:00 -->
+    <country code="sh">
+      <id>Atlantic/St_Helena</id>
+    </country>
+
+    <!-- SLOVENIA, 1:00 -->
+    <country code="si">
+      <id>Europe/Ljubljana</id>
+    </country>
+
+    <!-- SVALBARD AND JAN MAYEN, 1:00 -->
+    <country code="sj">
+      <id>Arctic/Longyearbyen</id>
+    </country>
+
+    <!-- SLOVAKIA, 1:00 -->
+    <country code="sk">
+      <id>Europe/Bratislava</id>
+    </country>
+
+    <!-- SIERRA LEONE, 0:00 -->
+    <country code="sl">
+      <id>Africa/Freetown</id>
+    </country>
+
+    <!-- SAN MARINO, 1:00 -->
+    <country code="sm">
+      <id>Europe/San_Marino</id>
+    </country>
+
+    <!-- SENEGAL, 0:00 -->
+    <country code="sn">
+      <id>Africa/Dakar</id>
+    </country>
+
+    <!-- SOMALIA, 3:00 -->
+    <country code="so">
+      <id>Africa/Mogadishu</id>
+    </country>
+
+    <!-- SURINAME, -3:00 -->
+    <country code="sr">
+      <id>America/Paramaribo</id>
+    </country>
+
+    <!-- South Sudan, 3:00 -->
+    <country code="ss">
+      <id>Africa/Juba</id>
+    </country>
+
+    <!-- SAO TOME AND PRINCIPE, 0:00 -->
+    <country code="st">
+      <id>Africa/Sao_Tome</id>
+    </country>
+
+    <!-- EL SALVADOR, -6:00 -->
+    <country code="sv">
+      <id>America/El_Salvador</id>
+    </country>
+
+    <!-- Sint Maarten, -4:00 -->
+    <country code="sx">
+      <id>America/Lower_Princes</id>
+    </country>
+
+    <!-- SYRIAN ARAB REPUBLIC, 2:00 -->
+    <country code="sy">
+      <id>Asia/Damascus</id>
+    </country>
+
+    <!-- SWAZILAND, 2:00 -->
+    <country code="sz">
+      <id>Africa/Mbabane</id>
+    </country>
+
+    <!-- TURKS AND CAICOS ISLANDS, -4:00 -->
+    <country code="tc">
+      <id>America/Grand_Turk</id>
+    </country>
+
+    <!-- CHAD, 1:00 -->
+    <country code="td">
+      <id>Africa/Ndjamena</id>
+    </country>
+
+    <!-- FRENCH SOUTHERN TERRITORIES -->
+    <country code="tf">
+      <!-- 5:00 -->
+      <id>Indian/Kerguelen</id>
+    </country>
+
+    <!-- TOGO, 0:00 -->
+    <country code="tg">
+      <id>Africa/Lome</id>
+    </country>
+
+    <!-- THAILAND, 7:00 -->
+    <country code="th">
+      <id>Asia/Bangkok</id>
+    </country>
+
+    <!-- TAJIKISTAN, 5:00 -->
+    <country code="tj">
+      <id>Asia/Dushanbe</id>
+    </country>
+
+    <!-- TOKELAU, +13:00 -->
+    <country code="tk">
+      <id>Pacific/Fakaofo</id>
+    </country>
+
+    <!-- TIMOR-LESTE, 9:00 -->
+    <country code="tl">
+      <id>Asia/Dili</id>
+    </country>
+
+    <!-- TURKMENISTAN, 5:00 -->
+    <country code="tm">
+      <id>Asia/Ashgabat</id>
+    </country>
+
+    <!-- TUNISIA, 1:00 -->
+    <country code="tn">
+      <id>Africa/Tunis</id>
+    </country>
+
+    <!-- TONGA, 13:00 -->
+    <country code="to">
+      <id>Pacific/Tongatapu</id>
+    </country>
+
+    <!-- TURKEY, 3:00 -->
+    <country code="tr">
+      <id>Europe/Istanbul</id>
+    </country>
+
+    <!-- TRINIDAD AND TOBAGO, -4:00 -->
+    <country code="tt">
+      <id>America/Port_of_Spain</id>
+    </country>
+
+    <!-- TUVALU, 12:00 -->
+    <country code="tv">
+      <id>Pacific/Funafuti</id>
+    </country>
+
+    <!-- TAIWAN, PROVINCE OF CHINA, 8:00 -->
+    <country code="tw">
+      <id>Asia/Taipei</id>
+    </country>
+
+    <!-- TANZANIA, UNITED REPUBLIC OF, 3:00 -->
+    <country code="tz">
+      <id>Africa/Dar_es_Salaam</id>
+    </country>
+
+    <!-- UKRAINE, 2:00 -->
+    <country code="ua">
+      <id>Europe/Kiev</id>
+      <id>Europe/Uzhgorod</id>
+      <id>Europe/Zaporozhye</id>
+    </country>
+
+    <!-- UGANDA, 3:00 -->
+    <country code="ug">
+      <id>Africa/Kampala</id>
+    </country>
+
+    <!-- UNITED STATES MINOR OUTLYING ISLANDS -->
+    <country code="um">
+      <!-- 12:00 -->
+      <id>Pacific/Wake</id>
+
+      <!-- -11:00 -->
+      <id>Pacific/Midway</id>
+    </country>
+
+    <!-- UNITED STATES -->
+    <country code="us">
+      <!-- -5:00 -->
+      <id>America/New_York</id>
+      <id>America/Detroit</id>
+      <id>America/Kentucky/Louisville</id>
+      <id>America/Kentucky/Monticello</id>
+      <id>America/Indiana/Indianapolis</id>
+      <id>America/Indiana/Vincennes</id>
+      <id>America/Indiana/Winamac</id>
+      <id>America/Indiana/Marengo</id>
+      <id>America/Indiana/Petersburg</id>
+      <id>America/Indiana/Vevay</id>
+
+      <!-- -6:00 -->
+      <id>America/Chicago</id>
+      <id>America/Indiana/Knox</id>
+      <id>America/Menominee</id>
+      <id>America/North_Dakota/Center</id>
+      <id>America/North_Dakota/New_Salem</id>
+      <id>America/Indiana/Tell_City</id>
+      <id>America/North_Dakota/Beulah</id>
+
+      <!-- -7:00 -->
+      <id>America/Denver</id>
+      <id>America/Boise</id>
+      <id>America/Phoenix</id>
+
+      <!-- -8:00 -->
+      <id>America/Los_Angeles</id>
+
+      <!-- -9:00 -->
+      <id>America/Anchorage</id>
+      <id>America/Juneau</id>
+      <id>America/Yakutat</id>
+      <id>America/Nome</id>
+      <id>America/Metlakatla</id>
+      <id>America/Sitka</id>
+
+      <!-- -10:00 -->
+      <id>Pacific/Honolulu</id>
+      <id>America/Adak</id>
+    </country>
+
+    <!-- URUGUAY, -3:00 -->
+    <country code="uy">
+      <id>America/Montevideo</id>
+    </country>
+
+    <!-- UZBEKISTAN, 5:00 -->
+    <country code="uz">
+      <id>Asia/Tashkent</id>
+      <id>Asia/Samarkand</id>
+    </country>
+
+    <!-- HOLY SEE (VATICAN CITY STATE), 1:00 -->
+    <country code="va">
+      <id>Europe/Vatican</id>
+    </country>
+
+    <!-- SAINT VINCENT AND THE GRENADINES, -4:00 -->
+    <country code="vc">
+      <id>America/St_Vincent</id>
+    </country>
+
+    <!-- VENEZUELA, -4:00 -->
+    <country code="ve">
+      <id>America/Caracas</id>
+    </country>
+
+    <!-- VIRGIN ISLANDS, BRITISH, -4:00 -->
+    <country code="vg">
+      <id>America/Tortola</id>
+    </country>
+
+    <!-- VIRGIN ISLANDS, U.S., -4:00 -->
+    <country code="vi">
+      <id>America/St_Thomas</id>
+    </country>
+
+    <!-- VIET NAM, 7:00 -->
+    <country code="vn">
+      <id>Asia/Ho_Chi_Minh</id>
+    </country>
+
+    <!-- VANUATU, 11:00 -->
+    <country code="vu">
+      <id>Pacific/Efate</id>
+    </country>
+
+    <!-- WALLIS AND FUTUNA, 12:00 -->
+    <country code="wf">
+      <id>Pacific/Wallis</id>
+    </country>
+
+    <!-- SAMOA, 13:00 -->
+    <country code="ws">
+      <id>Pacific/Apia</id>
+    </country>
+
+    <!-- YEMEN, 3:00 -->
+    <country code="ye">
+      <id>Asia/Aden</id>
+    </country>
+
+    <!-- MAYOTTE, 3:00 -->
+    <country code="yt">
+      <id>Indian/Mayotte</id>
+    </country>
+
+    <!-- SOUTH AFRICA, 2:00 -->
+    <country code="za">
+      <id>Africa/Johannesburg</id>
+    </country>
+
+    <!-- ZAMBIA, 2:00 -->
+    <country code="zm">
+      <id>Africa/Lusaka</id>
+    </country>
+
+    <!-- ZIMBABWE, 2:00 -->
+    <country code="zw">
+      <id>Africa/Harare</id>
+    </country>
+  </countryzones>
+</timezones>
diff --git a/system/usr/srec/en-US/APP_NAME.fst b/system/usr/srec/en-US/APP_NAME.fst
new file mode 100644
index 0000000000000000000000000000000000000000..b0a862e51cb71f97940a606e890be5e98633a130
Binary files /dev/null and b/system/usr/srec/en-US/APP_NAME.fst differ
diff --git a/system/usr/srec/en-US/APP_NAME.syms b/system/usr/srec/en-US/APP_NAME.syms
new file mode 100644
index 0000000000000000000000000000000000000000..240ce73d643095c190b65babb21e3280b22b9666
Binary files /dev/null and b/system/usr/srec/en-US/APP_NAME.syms differ
diff --git a/system/usr/srec/en-US/CLG.prewalk.fst b/system/usr/srec/en-US/CLG.prewalk.fst
new file mode 100644
index 0000000000000000000000000000000000000000..4f0b24f46b203f76a7da595ba74d3492c41500a5
Binary files /dev/null and b/system/usr/srec/en-US/CLG.prewalk.fst differ
diff --git a/system/usr/srec/en-US/CONTACT_NAME.fst b/system/usr/srec/en-US/CONTACT_NAME.fst
new file mode 100644
index 0000000000000000000000000000000000000000..b0a862e51cb71f97940a606e890be5e98633a130
Binary files /dev/null and b/system/usr/srec/en-US/CONTACT_NAME.fst differ
diff --git a/system/usr/srec/en-US/CONTACT_NAME.syms b/system/usr/srec/en-US/CONTACT_NAME.syms
new file mode 100644
index 0000000000000000000000000000000000000000..240ce73d643095c190b65babb21e3280b22b9666
Binary files /dev/null and b/system/usr/srec/en-US/CONTACT_NAME.syms differ
diff --git a/system/usr/srec/en-US/SONG_NAME.fst b/system/usr/srec/en-US/SONG_NAME.fst
new file mode 100644
index 0000000000000000000000000000000000000000..b0a862e51cb71f97940a606e890be5e98633a130
Binary files /dev/null and b/system/usr/srec/en-US/SONG_NAME.fst differ
diff --git a/system/usr/srec/en-US/SONG_NAME.syms b/system/usr/srec/en-US/SONG_NAME.syms
new file mode 100644
index 0000000000000000000000000000000000000000..240ce73d643095c190b65babb21e3280b22b9666
Binary files /dev/null and b/system/usr/srec/en-US/SONG_NAME.syms differ
diff --git a/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.main_model.uint8.data b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.main_model.uint8.data
new file mode 100644
index 0000000000000000000000000000000000000000..bc5c1060182c812113bc45fb1c6c62ebd9a9ca2c
Binary files /dev/null and b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.main_model.uint8.data differ
diff --git a/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.self_normalized_model.uint8.data b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.self_normalized_model.uint8.data
new file mode 100644
index 0000000000000000000000000000000000000000..201395a6b0b1405f12dd4a5e8b28fa933bf7b8f9
Binary files /dev/null and b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.self_normalized_model.uint8.data differ
diff --git a/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.syms b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.syms
new file mode 100644
index 0000000000000000000000000000000000000000..8f546aa4da18f91e09ecd5eb6e64b7273ed67018
--- /dev/null
+++ b/system/usr/srec/en-US/TERSE_LSTM_LM.lstm_lm.syms
@@ -0,0 +1,63983 @@
+<epsilon>	0
+s	1
+c	2
+S	3
+p	4
+C	5
+M	6
+B	7
+b	8
+r	9
+d	10
+a	11
+t	12
+m	13
+A	14
+P	15
+f	16
+R	17
+D	18
+h	19
+T	20
+L	21
+H	22
+e	23
+G	24
+g	25
+i	26
+l	27
+w	28
+W	29
+F	30
+K	31
+E	32
+o	33
+N	34
+n	35
+J	36
+u	37
+O	38
+v	39
+I	40
+V	41
+k	42
+j	43
+1	44
+U	45
+2	46
+3	47
+Y	48
+4	49
+5	50
+y	51
+6	52
+7	53
+9	54
+q	55
+Z	56
+8	57
+Q	58
+z	59
+X	60
+x	61
+0	62
+:	63
+/	64
+.	65
+@	66
+&	67
+'	68
++	69
+!	70
+%	71
+,	72
+-	73
+<UNK>	74
+?	75
+équipement	76
+st	77
+sh	78
+su	79
+sp	80
+se	81
+sa	82
+so	83
+si	84
+sy	85
+sq	86
+s.	87
+s1	88
+s2	89
+sd	90
+s3	91
+s4	92
+s5	93
+sIGNARAMA	94
+sOooo	95
+sbcglobal.net	96
+sf	97
+ss	98
+co	99
+ca	100
+ch	101
+ci	102
+c$contacts	103
+c1	104
+cc	105
+cn	106
+cz	107
+c'mon	108
+c-section	109
+c2	110
+c3	111
+c4	112
+c5	113
+c6	114
+c7	115
+cORESTAFF	116
+cVS	117
+cd	118
+cf	119
+cm	120
+cv	121
+St	122
+Sh	123
+So	124
+Si	125
+SA	126
+SP	127
+SS	128
+ST	129
+SM	130
+SE	131
+SC	132
+SI	133
+SL	134
+SO	135
+SW	136
+SR	137
+SD	138
+SU	139
+SB	140
+SH	141
+SN	142
+SF	143
+SG	144
+SK	145
+SQ	146
+Sr	147
+S's	148
+SJ	149
+SX	150
+Sbarro	151
+Sgt	152
+Szechuan	153
+pa	154
+po	155
+pi	156
+pl	157
+pp	158
+pc	159
+pk	160
+pt	161
+p90	162
+pg	163
+pj	164
+pm	165
+p1	166
+p2	167
+p3	168
+pH	169
+pS	170
+pdf	171
+pffcu	172
+px	173
+Co	174
+Cl	175
+Cu	176
+CC	177
+CP	178
+CS	179
+CA	180
+CD	181
+CM	182
+CN	183
+CR	184
+CI	185
+CL	186
+CO	187
+CB	188
+CE	189
+CF	190
+CH	191
+CT	192
+CV	193
+CW	194
+CG	195
+CU	196
+CJ	197
+CK	198
+Ct	199
+Czech	200
+C's	201
+CQ	202
+CX	203
+CY	204
+CZ	205
+Ma	206
+Mo	207
+Mi	208
+Me	209
+My	210
+MS	211
+MC	212
+MO	213
+MT	214
+MI	215
+ML	216
+MM	217
+MA	218
+MD	219
+MG	220
+MP	221
+MJ	222
+MB	223
+MH	224
+MU	225
+MV	226
+MF	227
+Mr	228
+ME	229
+MK	230
+MW	231
+M's	232
+MN	233
+MX	234
+Mb	235
+Mk	236
+Ms	237
+Mt	238
+Br	239
+Be	240
+Bo	241
+Bi	242
+By	243
+BB	244
+BC	245
+BM	246
+BO	247
+BA	248
+BF	249
+BL	250
+BS	251
+BT	252
+BI	253
+BJ	254
+BN	255
+BP	256
+BR	257
+BD	258
+BG	259
+BH	260
+BW	261
+B's	262
+BK	263
+BQ	264
+BU	265
+BV	266
+BX	267
+BZ	268
+Bhutan	269
+Bjorn	270
+ba	271
+bo	272
+bu	273
+be	274
+bi	275
+by	276
+b1	277
+bf	278
+bw3	279
+b'ville	280
+b2	281
+b4	282
+b6	283
+b96	284
+bTW	285
+bc	286
+bgmu	287
+bhai	288
+bj	289
+bmw	290
+bn	291
+bs	292
+btw	293
+re	294
+ra	295
+ro	296
+ri	297
+ru	298
+rx	299
+ry	300
+r2	301
+rs	302
+r.i.p	303
+r1	304
+r4	305
+r5	306
+r6	307
+r8	308
+rETECH	309
+rd	310
+rg3	311
+rly	312
+rm	313
+rpm	314
+de	315
+di	316
+do	317
+dr	318
+da	319
+du	320
+d1	321
+d-bag	322
+d2	323
+d3	324
+dARCARS	325
+dB	326
+dc	327
+dd	328
+dfcu	329
+dj	330
+dk	331
+dlow	332
+dmv	333
+dnt	334
+dvd	335
+an	336
+al	337
+ac	338
+ad	339
+ar	340
+as	341
+ap	342
+am	343
+au	344
+ab	345
+at	346
+ai	347
+aw	348
+av	349
+ax	350
+aa	351
+ah	352
+a.	353
+az	354
+a1	355
+ay	356
+a2	357
+a4	358
+a/c	359
+a0	360
+a3	361
+a5	362
+a6	363
+a7	364
+a8	365
+a9	366
+aAA	367
+aI	368
+aT&T	369
+aja	370
+tr	371
+te	372
+ta	373
+to	374
+th	375
+ti	376
+tu	377
+ty	378
+tt	379
+ts	380
+tv	381
+t2	382
+t3	383
+t's	384
+t.i	385
+t1	386
+t5	387
+t6	388
+t8	389
+t9	390
+tAP	391
+tC	392
+tJ	393
+tSFL	394
+tUFF	395
+tXU	396
+tbh	397
+td	398
+tmobile	399
+tn	400
+txt	401
+ma	402
+mo	403
+mi	404
+me	405
+mu	406
+my	407
+mp	408
+mr	409
+ms	410
+m.	411
+mm	412
+m1	413
+mg	414
+m2	415
+m3	416
+m4	417
+m5	418
+m6	419
+m8	420
+mObridge	421
+mPerks	422
+mfg	423
+mhm	424
+mjna	425
+ml	426
+mn	427
+mx	428
+Al	429
+An	430
+Am	431
+As	432
+Ad	433
+At	434
+Ag	435
+AC	436
+AT	437
+AM	438
+AS	439
+AB	440
+AD	441
+AP	442
+AA	443
+AF	444
+AI	445
+AR	446
+AV	447
+AE	448
+AJ	449
+AL	450
+AW	451
+AG	452
+AK	453
+AO	454
+AH	455
+A's	456
+AQ	457
+AU	458
+AXA	459
+AZ	460
+Pa	461
+Pi	462
+PS	463
+PC	464
+PD	465
+PP	466
+PA	467
+PE	468
+PO	469
+PR	470
+PT	471
+PI	472
+PM	473
+PB	474
+PN	475
+PG	476
+PF	477
+PL	478
+PJ	479
+PV	480
+PK	481
+PU	482
+P's	483
+PQ	484
+PW	485
+PX	486
+Pt	487
+PvP	488
+PwC	489
+fi	490
+fo	491
+fa	492
+fr	493
+fe	494
+fu	495
+f-ing	496
+f.y.i	497
+f1	498
+fRANK	499
+fUCK	500
+fYI	501
+fb	502
+fm	503
+fsnb	504
+ft	505
+fwy	506
+fyi	507
+Ro	508
+RS	509
+RC	510
+RE	511
+RI	512
+RO	513
+RT	514
+RA	515
+RB	516
+RM	517
+RP	518
+RD	519
+RF	520
+RG	521
+RV	522
+RJ	523
+RK	524
+RN	525
+RR	526
+RW	527
+R's	528
+RH	529
+RL	530
+RX	531
+RYA	532
+Rd	533
+Rs	534
+Rt	535
+Rx	536
+De	537
+Da	538
+Do	539
+Di	540
+Du	541
+Dr	542
+DC	543
+DS	544
+DV	545
+DO	546
+DM	547
+DH	548
+DT	549
+DD	550
+DN	551
+DA	552
+DI	553
+DP	554
+DJ	555
+DF	556
+DW	557
+DB	558
+DL	559
+DR	560
+DX	561
+DG	562
+DK	563
+DQ	564
+DZ	565
+Django	566
+Dvorak	567
+ho	568
+ha	569
+he	570
+hi	571
+hu	572
+hy	573
+hm	574
+h2	575
+hd	576
+h&L	577
+h1	578
+h3	579
+hhgregg	580
+hrs	581
+hsn.com	582
+htc	583
+hville	584
+To	585
+Ti	586
+Ty	587
+TC	588
+TR	589
+TM	590
+TS	591
+TH	592
+TI	593
+TA	594
+TB	595
+TD	596
+TP	597
+TT	598
+TV	599
+TG	600
+TK	601
+TW	602
+TJ	603
+TL	604
+TN	605
+TF	606
+TX	607
+T's	608
+TQ	609
+Tso's	610
+La	611
+Le	612
+Lo	613
+Li	614
+Lu	615
+LE	616
+LA	617
+LM	618
+LC	619
+LS	620
+LT	621
+LP	622
+LD	623
+LG	624
+LL	625
+LB	626
+LK	627
+LV	628
+LH	629
+LJ	630
+LR	631
+Lt	632
+LF	633
+LQ	634
+LW	635
+LX	636
+Lhasa	637
+Ln	638
+Ho	639
+He	640
+Hi	641
+Hy	642
+HI	643
+HO	644
+HS	645
+HT	646
+HC	647
+HD	648
+HP	649
+HH	650
+HM	651
+HR	652
+HA	653
+HG	654
+HB	655
+HL	656
+H's	657
+HF	658
+HJ	659
+HK	660
+HQ	661
+HVAC	662
+HW	663
+HX	664
+Hsu	665
+Hwy	666
+ex	667
+en	668
+el	669
+em	670
+es	671
+ed	672
+er	673
+eye	674
+et	675
+eff	676
+eg	677
+ep	678
+ee	679
+eh	680
+e2	681
+e3	682
+e40	683
+e7	684
+eHarmony	685
+eNews	686
+eSPN	687
+eTown	688
+eV	689
+ek	690
+eons	691
+eww	692
+Go	693
+Gi	694
+GT	695
+GS	696
+GM	697
+GR	698
+GE	699
+GB	700
+GC	701
+GN	702
+GP	703
+GA	704
+GF	705
+GH	706
+GO	707
+GV	708
+GD	709
+GI	710
+G's	711
+GG	712
+GJ	713
+GK	714
+GL	715
+GQ	716
+GUI	717
+GW	718
+GX	719
+GYN	720
+Gd	721
+Gmail	722
+Gnarls	723
+gr	724
+ga	725
+go	726
+ge	727
+gi	728
+g2	729
+g3	730
+g4	731
+gf	732
+gmail	733
+g'night	734
+g1	735
+g5	736
+g6	737
+g8	738
+gM	739
+gTunes	740
+gb3	741
+gchat	742
+gg	743
+gps.com	744
+gs3	745
+in	746
+im	747
+id	748
+ir	749
+it	750
+il	751
+is	752
+ic	753
+if	754
+i3	755
+ia	756
+iz	757
+i4	758
+ie	759
+i25	760
+i5	761
+i7	762
+i9	763
+iBook	764
+iDoctor	765
+iHome	766
+iOS	767
+iRise	768
+ibuprofen	769
+ih	770
+iight	771
+ik	772
+iu	773
+la	774
+li	775
+lo	776
+le	777
+ly	778
+ll	779
+lb	780
+lg	781
+lmao	782
+l1	783
+l2	784
+l3	785
+l5	786
+lEGO	787
+lOL	788
+lP&L	789
+lds.org	790
+lr44	791
+wa	792
+we	793
+wo	794
+w/	795
+w2	796
+w-9	797
+w.e	798
+w4	799
+w9	800
+wTF	801
+wcsg	802
+wd40	803
+wg&r	804
+wk	805
+wqmx	806
+ws	807
+wyndham	808
+We	809
+WS	810
+WB	811
+WI	812
+WP	813
+Wu	814
+WA	815
+WC	816
+WG	817
+WN	818
+WR	819
+WT	820
+WL	821
+WF	822
+WH	823
+WM	824
+WV	825
+WX	826
+WY	827
+W's	828
+WD	829
+WJ	830
+Fi	831
+Fe	832
+Fu	833
+FA	834
+FC	835
+FS	836
+FD	837
+FI	838
+FM	839
+FP	840
+FB	841
+FF	842
+FL	843
+FW	844
+FH	845
+F's	846
+FG	847
+FJ	848
+FK	849
+FN	850
+FX	851
+Ku	852
+Ky	853
+KC	854
+KR	855
+KS	856
+KF	857
+KT	858
+KD	859
+KJ	860
+KK	861
+KL	862
+KO	863
+KP	864
+KA	865
+KB	866
+KU	867
+K's	868
+KETV	869
+KH	870
+KMEL	871
+KQED	872
+KWWL	873
+KX	874
+KY	875
+KZ	876
+Kb	877
+Kmart	878
+El	879
+Ed	880
+Ex	881
+ES	882
+ET	883
+EC	884
+EM	885
+EP	886
+Eq	887
+ED	888
+EV	889
+EA	890
+EB	891
+EE	892
+EF	893
+EI	894
+EO	895
+EX	896
+EJ	897
+EK	898
+ENT	899
+EW	900
+E's	901
+EQ	902
+ER	903
+EU	904
+EZ	905
+Ehrlich	906
+Eola	907
+ov	908
+ou	909
+or	910
+op	911
+ob	912
+of	913
+on	914
+ol	915
+om	916
+ox	917
+ok	918
+oo	919
+ot	920
+os	921
+od	922
+oh	923
+oi	924
+og	925
+oz	926
+o$contacts	927
+o1	928
+o2	929
+o3	930
+o6	931
+o7	932
+o8	933
+o9	934
+oK	935
+oj	936
+No	937
+Ne	938
+Ni	939
+Nu	940
+NA	941
+NO	942
+NC	943
+NF	944
+NY	945
+NH	946
+NE	947
+NS	948
+NB	949
+NT	950
+ND	951
+NP	952
+NG	953
+NR	954
+NW	955
+NJ	956
+NK	957
+NL	958
+NM	959
+NN	960
+NV	961
+NXT	962
+NZ	963
+Nguyen	964
+ne	965
+no	966
+na	967
+ni	968
+nu	969
+ny	970
+nf	971
+n/a	972
+n2	973
+n64	974
+n8	975
+nAPA	976
+nTelos	977
+nWTC	978
+nc	979
+nd	980
+ng	981
+nm	982
+nt	983
+nvm	984
+Ja	985
+Jo	986
+Ju	987
+Ji	988
+JC	989
+JB	990
+JT	991
+JA	992
+JM	993
+JP	994
+JD	995
+JF	996
+JJ	997
+JL	998
+JS	999
+JV	1000
+JW	1001
+Jr	1002
+J's	1003
+JEA	1004
+JG	1005
+JH	1006
+JIT	1007
+JK	1008
+JN	1009
+JOHN	1010
+JR	1011
+JUNK	1012
+JX	1013
+Jhene	1014
+un	1015
+up	1016
+ur	1017
+us	1018
+ut	1019
+um	1020
+uh	1021
+u'd	1022
+u2	1023
+uCLA	1024
+uLTA	1025
+uPS	1026
+uRS	1027
+uSC	1028
+ukulele	1029
+uuuu	1030
+uverse	1031
+On	1032
+Ok	1033
+Om	1034
+OS	1035
+Oz	1036
+OP	1037
+Ox	1038
+OT	1039
+Of	1040
+OC	1041
+OM	1042
+OB	1043
+OR	1044
+Oi	1045
+OH	1046
+Oh	1047
+OD	1048
+OE	1049
+OU	1050
+OG	1051
+OK	1052
+OL	1053
+ON	1054
+OA	1055
+OFF	1056
+OIP	1057
+OJ	1058
+OO	1059
+OWN	1060
+Oelwein	1061
+Ooltewah	1062
+Oquirrh	1063
+Oyster	1064
+ve	1065
+va	1066
+vo	1067
+vu	1068
+v-neck	1069
+v1	1070
+v6	1071
+v8	1072
+vh1	1073
+vs	1074
+In	1075
+Is	1076
+Im	1077
+Il	1078
+IC	1079
+Id	1080
+IM	1081
+It	1082
+IS	1083
+IR	1084
+ID	1085
+IH	1086
+IP	1087
+IB	1088
+IN	1089
+IE	1090
+II	1091
+Ike	1092
+IG	1093
+IU	1094
+IV	1095
+IA	1096
+IL	1097
+IO	1098
+IT	1099
+I&I	1100
+IJ	1101
+IKEA	1102
+IQ	1103
+IX	1104
+If	1105
+Ipswich	1106
+Iuka	1107
+Ixtapa	1108
+Va	1109
+Vo	1110
+VI	1111
+VC	1112
+VG	1113
+VP	1114
+VS	1115
+VT	1116
+VA	1117
+VF	1118
+VM	1119
+VR	1120
+VZ	1121
+Vlad	1122
+V's	1123
+VB	1124
+VD	1125
+VERY	1126
+VHS	1127
+VJ	1128
+VLC	1129
+VNA	1130
+VOA	1131
+VUE	1132
+VV	1133
+VW	1134
+Vs	1135
+Vybz	1136
+ki	1137
+ka	1138
+ke	1139
+ko	1140
+kr	1141
+ku	1142
+km	1143
+k1	1144
+k2	1145
+k5	1146
+k9	1147
+kV	1148
+kW	1149
+kg	1150
+kp.org	1151
+ksl.com	1152
+kt	1153
+kwal	1154
+jo	1155
+je	1156
+ji	1157
+jcp	1158
+jk	1159
+jpay	1160
+j&P	1161
+j/o	1162
+jBK	1163
+jJ	1164
+jr	1165
+jw.org	1166
+10	1167
+11	1168
+12	1169
+19	1170
+14	1171
+15	1172
+17	1173
+13	1174
+16	1175
+18	1176
+1/2	1177
+1a	1178
+1c	1179
+1d	1180
+1g	1181
+1i	1182
+1k	1183
+1o	1184
+1st	1185
+1x	1186
+US	1187
+UN	1188
+UC	1189
+UM	1190
+Up	1191
+UT	1192
+UA	1193
+Us	1194
+UF	1195
+UP	1196
+UH	1197
+UB	1198
+UV	1199
+UD	1200
+UI	1201
+UW	1202
+Uinta	1203
+UE	1204
+UJ	1205
+UK	1206
+UL	1207
+UX	1208
+Ubisoft	1209
+Uccello's	1210
+Uhaul	1211
+Uxbridge	1212
+20	1213
+24	1214
+25	1215
+21	1216
+22	1217
+27	1218
+26	1219
+28	1220
+29	1221
+23	1222
+2k	1223
+2-	1224
+2d	1225
+2o	1226
+2's	1227
+2/2	1228
+2a	1229
+2c	1230
+2g	1231
+2i	1232
+2morrow	1233
+2p	1234
+2s	1235
+2t	1236
+2x	1237
+30	1238
+33	1239
+31	1240
+34	1241
+35	1242
+37	1243
+32	1244
+39	1245
+36	1246
+38	1247
+3-	1248
+3s	1249
+3G	1250
+3d	1251
+3o	1252
+3's	1253
+3a	1254
+3c	1255
+3i	1256
+3k	1257
+3m	1258
+3p	1259
+3rd	1260
+3t	1261
+3x	1262
+Yo	1263
+Ya	1264
+Yu	1265
+Yi	1266
+YES	1267
+YM	1268
+Ypsi	1269
+YA	1270
+YOU	1271
+YRC	1272
+YS	1273
+YUM	1274
+YWCA	1275
+YZ	1276
+Ybor	1277
+Ygnacio	1278
+Ynez	1279
+Yreka	1280
+Ysidro	1281
+40	1282
+49	1283
+41	1284
+42	1285
+43	1286
+44	1287
+47	1288
+45	1289
+46	1290
+48	1291
+4-	1292
+4s	1293
+4d	1294
+4o	1295
+4's	1296
+4G	1297
+4a	1298
+4chan	1299
+4gotten	1300
+4h	1301
+4i	1302
+4k	1303
+4p	1304
+4runner	1305
+4th	1306
+4x4	1307
+50	1308
+51	1309
+55	1310
+58	1311
+52	1312
+53	1313
+54	1314
+56	1315
+57	1316
+59	1317
+5-	1318
+5's	1319
+5a	1320
+5c	1321
+5d	1322
+5g	1323
+5i	1324
+5k	1325
+5o	1326
+5p	1327
+5s	1328
+5th	1329
+5w	1330
+yo	1331
+ye	1332
+ya	1333
+yu	1334
+y'all	1335
+y100	1336
+yOU	1337
+yds	1338
+yg	1339
+yr	1340
+60	1341
+61	1342
+62	1343
+64	1344
+65	1345
+63	1346
+66	1347
+68	1348
+67	1349
+69	1350
+6i	1351
+6p	1352
+6's	1353
+6a	1354
+6o	1355
+6s	1356
+6th	1357
+70	1358
+72	1359
+71	1360
+77	1361
+73	1362
+76	1363
+74	1364
+75	1365
+78	1366
+79	1367
+7's	1368
+7a	1369
+7d	1370
+7i	1371
+7o	1372
+7p	1373
+7th	1374
+7up	1375
+92	1376
+93	1377
+97	1378
+90	1379
+94	1380
+95	1381
+99	1382
+91	1383
+98	1384
+96	1385
+9/	1386
+9&i	1387
+9's	1388
+9-10	1389
+9.5	1390
+9a	1391
+9i	1392
+9mm	1393
+9th	1394
+9w	1395
+q-tip	1396
+q1	1397
+qt	1398
+qvc.com	1399
+Zi	1400
+ZZ	1401
+Z's	1402
+ZAR	1403
+ZIP	1404
+ZS	1405
+ZTE	1406
+ZX	1407
+Zhang's	1408
+80	1409
+82	1410
+83	1411
+85	1412
+81	1413
+84	1414
+86	1415
+88	1416
+87	1417
+89	1418
+8's	1419
+8-9	1420
+8i	1421
+8o	1422
+8p	1423
+8th	1424
+8x	1425
+QP	1426
+QR	1427
+QV	1428
+Qi	1429
+Qt	1430
+Q&A	1431
+Q's	1432
+QA	1433
+QB	1434
+QC	1435
+QFC	1436
+QQ	1437
+QS	1438
+QT	1439
+Qdoba	1440
+Qwest	1441
+zo	1442
+ze	1443
+za	1444
+z-pack	1445
+z100	1446
+z28	1447
+z71	1448
+zpizza	1449
+zr1	1450
+XL	1451
+XX	1452
+XC	1453
+XD	1454
+XM	1455
+XT	1456
+XY	1457
+Xbox	1458
+X's	1459
+XA	1460
+XE	1461
+XI	1462
+XJ	1463
+XO	1464
+XP	1465
+XQ	1466
+XR	1467
+XS	1468
+Xfinity	1469
+Xmas	1470
+Xsport	1471
+xx	1472
+xvideo	1473
+xbox	1474
+xi	1475
+xnxx	1476
+xray	1477
+x1	1478
+x2	1479
+x3	1480
+x5	1481
+xB	1482
+xD	1483
+xmas	1484
+xp	1485
+xtube	1486
+xylophone	1487
+$CONTACTS	1488
+$DAY	1489
+$FULLPHONENUM	1490
+$OPERAND	1491
+$TIME	1492
+$YEAR	1493
+00	1494
+01	1495
+02	1496
+03	1497
+04	1498
+05	1499
+06	1500
+07	1501
+08	1502
+09	1503
+0k	1504
+:-	1505
+:15	1506
+:20	1507
+:30	1508
+:45	1509
+:d	1510
+/2	1511
+/3	1512
+/4	1513
+/5	1514
+/7	1515
+/8	1516
+/a	1517
+/c	1518
+/url	1519
+.0	1520
+.22	1521
+.5	1522
+.:	1523
+.com/	1524
+@$contacts	1525
+@aol.com	1526
+@gmail.com	1527
+@work	1528
+&I	1529
+&c	1530
+'s	1531
++91	1532
+£	1533
+°c	1534
+ste	1535
+sty	1536
+st.	1537
+stcU	1538
+std	1539
+sho	1540
+sha	1541
+shi	1542
+she	1543
+shy	1544
+shh	1545
+sub	1546
+sup	1547
+sur	1548
+sun	1549
+sus	1550
+sum	1551
+sue	1552
+suture	1553
+sux	1554
+suave	1555
+suvios	1556
+suzanne	1557
+spa	1558
+spy	1559
+sea	1560
+ser	1561
+sec	1562
+see	1563
+set	1564
+sex	1565
+sed	1566
+sew	1567
+sci	1568
+sclerosis	1569
+san	1570
+sam	1571
+sat	1572
+sad	1573
+sac	1574
+sag	1575
+saw	1576
+say	1577
+sap	1578
+sax	1579
+sol	1580
+son	1581
+soo	1582
+sob	1583
+sod	1584
+soy	1585
+sovereign	1586
+soggy	1587
+soshie	1588
+sow	1589
+sin	1590
+sig	1591
+sim	1592
+sit	1593
+sick	1594
+sis	1595
+sir	1596
+sip	1597
+six	1598
+sibling	1599
+sift	1600
+sly	1601
+swung	1602
+swype	1603
+ski	1604
+sky	1605
+smh	1606
+sms	1607
+sys	1608
+sybian	1609
+sycamore	1610
+syphilis	1611
+s.h.i.t	1612
+sriracha	1613
+srt8	1614
+sry	1615
+s10	1616
+s2000	1617
+sdge	1618
+con	1619
+cor	1620
+coo	1621
+cop	1622
+cos	1623
+cod	1624
+cow	1625
+cob	1626
+cot	1627
+coke	1628
+coy	1629
+coz	1630
+co-op	1631
+co2	1632
+coqui	1633
+cox.net	1634
+car	1635
+can	1636
+cal	1637
+cat	1638
+cap	1639
+cam	1640
+cab	1641
+cake	1642
+caesar	1643
+cahoots	1644
+caitlin	1645
+cajun	1646
+cayenne	1647
+cazador	1648
+cha	1649
+che	1650
+chi	1651
+chu	1652
+cry	1653
+cut	1654
+cul	1655
+cum	1656
+cub	1657
+cup	1658
+cud	1659
+cuff	1660
+cue	1661
+cuisine	1662
+cuz	1663
+cel	1664
+cedar	1665
+cefco	1666
+cesspool	1667
+ceviche	1668
+cig	1669
+civ	1670
+cibelli's	1671
+ciconte's	1672
+cider	1673
+cierra	1674
+cimarelli	1675
+cipro	1676
+cistern	1677
+cyst	1678
+cya	1679
+cylinder	1680
+cymbal	1681
+cydia	1682
+cytoplasm	1683
+c$contactsl	1684
+c10	1685
+cb2	1686
+cbs.com	1687
+cc's	1688
+cnn.com	1689
+czar	1690
+Ste	1691
+Str	1692
+Stu	1693
+San	1694
+Sal	1695
+Sam	1696
+Sat	1697
+Sag	1698
+Sai	1699
+Sac	1700
+Saw	1701
+Say	1702
+Sao	1703
+She	1704
+Shi	1705
+Shh	1706
+Shyanne	1707
+Sea	1708
+Sen	1709
+Sec	1710
+See	1711
+Set	1712
+Sep	1713
+Sew	1714
+Sex	1715
+Seffner	1716
+Seoul	1717
+Seuss	1718
+Sun	1719
+Sur	1720
+Sub	1721
+Suz	1722
+Sue	1723
+Suwanee	1724
+Son	1725
+Sol	1726
+SoC	1727
+Soggy	1728
+Soho	1729
+Soquel	1730
+Sox	1731
+Soylent	1732
+Spa	1733
+Spur	1734
+Spy	1735
+Sin	1736
+Sis	1737
+Sig	1738
+Sir	1739
+Sit	1740
+Sid	1741
+Six	1742
+Siam	1743
+Sivan	1744
+Sci	1745
+Sky	1746
+Ski	1747
+Skull	1748
+Skrillex	1749
+Swype	1750
+Sly	1751
+Smurf	1752
+Sno	1753
+Snug	1754
+Snyder	1755
+Syd	1756
+Sykes	1757
+SyFy	1758
+Syosset	1759
+SAT	1760
+SAR	1761
+SAC	1762
+SAG	1763
+SAIC	1764
+SAMS	1765
+SAN	1766
+SAP	1767
+SAS	1768
+SAV	1769
+SPC	1770
+SPI	1771
+SPAM	1772
+SPD	1773
+SPF	1774
+SPG	1775
+SPJST	1776
+SPM	1777
+SPS	1778
+SSA	1779
+SSD	1780
+SSI	1781
+SSC	1782
+SSG	1783
+SSL	1784
+SSM	1785
+SSN	1786
+SSR	1787
+SSS	1788
+STD	1789
+STATUS	1790
+STC	1791
+STEM	1792
+STFU	1793
+STI	1794
+STL	1795
+STOP	1796
+STP	1797
+STS	1798
+STU	1799
+SME	1800
+SMU	1801
+SMART	1802
+SMB	1803
+SMC	1804
+SMG	1805
+SMH	1806
+SMO	1807
+SMS	1808
+SMX	1809
+SEAL	1810
+SEC	1811
+SELCO	1812
+SEMA	1813
+SEO	1814
+SEP	1815
+SERVPRO	1816
+SES	1817
+SEZ	1818
+S&A	1819
+S&G	1820
+S&H	1821
+S&J	1822
+S&K	1823
+S&M	1824
+S&P	1825
+S&S	1826
+S&T	1827
+S&W	1828
+SCE	1829
+SCANA	1830
+SCC	1831
+SCI	1832
+SCOOTER	1833
+SCP	1834
+SCS	1835
+SID	1836
+SIU	1837
+SIA	1838
+SIM	1839
+SIP	1840
+SIS	1841
+SLC	1842
+SLE	1843
+SLO	1844
+SLP	1845
+SLR	1846
+SLS	1847
+SLT	1848
+SLU	1849
+SOC	1850
+SOA	1851
+SOL	1852
+SOM	1853
+SOPA	1854
+SOS	1855
+SOUND	1856
+SWA	1857
+SWEPCO	1858
+SWH	1859
+SWS	1860
+SWTOR	1861
+SWV	1862
+SR's	1863
+SRC	1864
+SRP	1865
+SRS	1866
+SRT	1867
+SRX	1868
+SDS	1869
+SDA	1870
+SDC	1871
+SDG&E	1872
+SUN	1873
+SUV	1874
+SUP	1875
+SBA	1876
+SBC	1877
+SBS	1878
+SHED	1879
+SHINee	1880
+SHOP	1881
+SNAP	1882
+SNL	1883
+SNSD	1884
+SFO	1885
+SGI	1886
+SKS	1887
+SQL	1888
+SVS	1889
+SVT	1890
+Sri	1891
+pro	1892
+pre	1893
+pry	1894
+par	1895
+pat	1896
+pan	1897
+pas	1898
+pal	1899
+pay	1900
+pap	1901
+pad	1902
+pam	1903
+paw	1904
+pajama	1905
+pao	1906
+pax	1907
+pazzo	1908
+pol	1909
+por	1910
+pop	1911
+poo	1912
+pot	1913
+pow	1914
+pon	1915
+pom	1916
+pod	1917
+poach	1918
+poblano	1919
+pov	1920
+po-po	1921
+pof.com	1922
+pogo	1923
+poquito	1924
+pox	1925
+per	1926
+pen	1927
+pea	1928
+pee	1929
+pet	1930
+pep	1931
+peg	1932
+pew	1933
+pebble	1934
+pin	1935
+pic	1936
+pit	1937
+pie	1938
+pig	1939
+pip	1940
+pix	1941
+pike	1942
+pivot	1943
+piqued	1944
+ply	1945
+pls	1946
+plz	1947
+pun	1948
+pub	1949
+pus	1950
+put	1951
+pum	1952
+pup	1953
+puff	1954
+puck	1955
+pug	1956
+pueblo	1957
+pho	1958
+phrase	1959
+phucked	1960
+pseudo	1961
+ps1	1962
+ps2	1963
+ps3	1964
+ps4	1965
+psalm	1966
+psh	1967
+psi	1968
+psoriasis	1969
+psp	1970
+python	1971
+pygmy	1972
+pyzano's	1973
+p.o	1974
+p.m	1975
+p.s	1976
+p.y.t	1977
+pp&l	1978
+ppl	1979
+ppm	1980
+pch.com	1981
+pcs	1982
+pk.com	1983
+pkg	1984
+pterodactyl	1985
+pts	1986
+p90x	1987
+pg-13	1988
+pj's	1989
+pms-ing	1990
+pneumatic	1991
+pneumonia	1992
+Con	1993
+Cos	1994
+Cop	1995
+Cob	1996
+Cow	1997
+Cod	1998
+Coe	1999
+Cox	2000
+CoCo	2001
+CoServ	2002
+Coit	2003
+Car	2004
+Cal	2005
+Cam	2006
+Can	2007
+Cat	2008
+Cap	2009
+Cab	2010
+Cay	2011
+Caesar	2012
+Cake	2013
+Chi	2014
+Chu	2015
+Cho	2016
+Chloe	2017
+Chyna	2018
+Cru	2019
+Cry	2020
+Cle	2021
+CeCe	2022
+Ceasar	2023
+Cebu	2024
+Cee	2025
+Cemetery	2026
+Cetera	2027
+Cut	2028
+Cup	2029
+Cub	2030
+CuTE	2031
+Cujo	2032
+Cunningham	2033
+Cuomo	2034
+Cuyahoga	2035
+Cir	2036
+Cibo	2037
+Civ	2038
+Cisco	2039
+CiCi's	2040
+Ciara	2041
+Cider	2042
+Ciocca	2043
+Cyn	2044
+Cyber	2045
+Cydia	2046
+Cys	2047
+CCA	2048
+CCB	2049
+CCR	2050
+CCC	2051
+CCD	2052
+CCI	2053
+CCM	2054
+CCNA	2055
+CCP	2056
+CCS	2057
+CCTV	2058
+CCV	2059
+CCW	2060
+CPA	2061
+CPC	2062
+CPD	2063
+CPE	2064
+CPI	2065
+CPK	2066
+CPL	2067
+CPM	2068
+CPO	2069
+CPR	2070
+CPS	2071
+CPT	2072
+CPU	2073
+CPW	2074
+CSU	2075
+CSA	2076
+CSB	2077
+CSC	2078
+CSE	2079
+CSI	2080
+CSL	2081
+CSM	2082
+CSN	2083
+CSP	2084
+CSR	2085
+CSS	2086
+CST	2087
+CSX	2088
+CSpire	2089
+CAT	2090
+CAA	2091
+CAB	2092
+CAC	2093
+CAD	2094
+CAG	2095
+CALL	2096
+CAN	2097
+CAPITAL	2098
+CAS	2099
+CAV	2100
+CDM	2101
+CD's	2102
+CDA	2103
+CDC	2104
+CDE	2105
+CDI	2106
+CDL	2107
+CDPHP	2108
+CDR	2109
+CDS	2110
+CDW	2111
+CDs	2112
+CMA	2113
+CMH	2114
+CMC	2115
+CME	2116
+CMG	2117
+CMI	2118
+CMOS	2119
+CMP	2120
+CMS	2121
+CMT	2122
+CMU	2123
+CNA	2124
+CNBC	2125
+CNC	2126
+CNG	2127
+CNM	2128
+CNN	2129
+CNR	2130
+CNS	2131
+CNY	2132
+CRS	2133
+CRA	2134
+CRC	2135
+CRF	2136
+CRM	2137
+CRT	2138
+CRV	2139
+CRX	2140
+CIA	2141
+CIBC	2142
+CIC	2143
+CID	2144
+CIF	2145
+CIMA	2146
+CIO	2147
+CIPS	2148
+CIS	2149
+CIT	2150
+CLE	2151
+CL&P	2152
+CLA	2153
+CLC	2154
+CLM	2155
+CLP	2156
+CLR	2157
+CLS	2158
+COC	2159
+COD	2160
+CONTACT	2161
+COO	2162
+COPD	2163
+COUNTRY	2164
+CBA	2165
+CBC	2166
+CBD	2167
+CBN	2168
+CBR	2169
+CBS	2170
+CBT	2171
+CEO	2172
+CEC	2173
+CED	2174
+CEL	2175
+CEMEX	2176
+CES	2177
+CFA	2178
+CFC	2179
+CFE	2180
+CFL	2181
+CFM	2182
+CFS	2183
+CHC	2184
+CHF	2185
+CHKD	2186
+CHL	2187
+CHP	2188
+CHS	2189
+CTA	2190
+CTC	2191
+CTFxC	2192
+CTI	2193
+CTR	2194
+CTS	2195
+CVA	2196
+CVC	2197
+CVG	2198
+CVS	2199
+CVT	2200
+CVs	2201
+C&C	2202
+C&D	2203
+C&H	2204
+C&L	2205
+C&M	2206
+CWC	2207
+CWI	2208
+CWLP	2209
+CGH	2210
+CGI	2211
+CUNY	2212
+CUTE	2213
+CJ's	2214
+CKC	2215
+Cthulhu	2216
+Czechoslovakia	2217
+Mar	2218
+Man	2219
+Mat	2220
+Mac	2221
+Mas	2222
+Mad	2223
+May	2224
+Mai	2225
+Max	2226
+Mak	2227
+Map	2228
+Mae	2229
+Ma's	2230
+Mafia	2231
+Maquoketa	2232
+Mawr	2233
+Mon	2234
+Moo	2235
+Mol	2236
+Mob	2237
+Mod	2238
+Mom	2239
+Moe	2240
+Mop	2241
+Moxie	2242
+Mo's	2243
+MoMA	2244
+Mogadore	2245
+Moines	2246
+Mokena	2247
+Mowry	2248
+Min	2249
+Mic	2250
+Mid	2251
+Mis	2252
+Mir	2253
+Mia	2254
+Miz	2255
+Mifflin	2256
+MiFi	2257
+Miele	2258
+Mix	2259
+Men	2260
+Mel	2261
+Met	2262
+Med	2263
+Meg	2264
+Mex	2265
+Mei	2266
+Meyer	2267
+Mew	2268
+Me's	2269
+Mebane	2270
+Mehta	2271
+Mejia	2272
+Mekong	2273
+Meow	2274
+Mequon	2275
+Meza	2276
+McVey	2277
+McWilliams	2278
+Mud	2279
+Muck	2280
+Muir	2281
+Muppet	2282
+Muffler	2283
+Muggs	2284
+Muvico	2285
+Myer	2286
+Mya	2287
+MyAccount	2288
+MySpace	2289
+Myb	2290
+Mykonos	2291
+Mynatt	2292
+Mythbusters	2293
+MSD	2294
+MSN	2295
+MSP	2296
+MSA	2297
+MSC	2298
+MSG	2299
+MSI	2300
+MSM	2301
+MSRP	2302
+MSU	2303
+MSW	2304
+MCA	2305
+MC's	2306
+MCC	2307
+MCI	2308
+MCL	2309
+MCM	2310
+MCO	2311
+MCT	2312
+MCU	2313
+MCV	2314
+MOT	2315
+MOU	2316
+MOA	2317
+MOCA	2318
+MOG	2319
+MOLLE	2320
+MORE	2321
+MOS	2322
+MTC	2323
+MTS	2324
+MTA	2325
+MTG	2326
+MTI	2327
+MTM	2328
+MTV	2329
+MIL	2330
+MIA	2331
+MIDI	2332
+MIG	2333
+MINECRAFT	2334
+MISS	2335
+MIT	2336
+MLG	2337
+MLA	2338
+MLB	2339
+MLK	2340
+MLM	2341
+MLP	2342
+MLS	2343
+M&M	2344
+M&H	2345
+M&I	2346
+M&P	2347
+M&S	2348
+M&T	2349
+MMA	2350
+MMC	2351
+MMG	2352
+MMJ	2353
+MMK	2354
+MMO	2355
+MMS	2356
+MAC	2357
+MARTA	2358
+MAS	2359
+MATC	2360
+MAXX	2361
+MDC	2362
+MDF	2363
+MDMA	2364
+MDS	2365
+MDX	2366
+MGM	2367
+MGE	2368
+MGH	2369
+MGK	2370
+MPC	2371
+MPD	2372
+MPI	2373
+MPR	2374
+MPs	2375
+MJ's	2376
+MJG	2377
+MJM	2378
+MJR	2379
+MBA	2380
+MBNA	2381
+MBTA	2382
+MHC	2383
+MHMR	2384
+MHP	2385
+MUA	2386
+MVA	2387
+MVD	2388
+MVP	2389
+MFA	2390
+MFS	2391
+MRI	2392
+MRSA	2393
+Mraz	2394
+Mrs	2395
+MEDLINE	2396
+MKT	2397
+MWR	2398
+Bro	2399
+Bri	2400
+Bru	2401
+Bar	2402
+Ban	2403
+Bal	2404
+Bat	2405
+Bay	2406
+Bab	2407
+Bad	2408
+Bag	2409
+Bai	2410
+Bam	2411
+Baal	2412
+Baja	2413
+Bao	2414
+Baptist	2415
+Bavarian	2416
+Bazaar	2417
+Bel	2418
+Ben	2419
+Bea	2420
+Bee	2421
+Bed	2422
+Bev	2423
+Bebop	2424
+Before	2425
+Bejeweled	2426
+Bekah	2427
+Beppo	2428
+Bexley	2429
+Bon	2430
+Boo	2431
+Bow	2432
+Boy	2433
+Bob	2434
+Boi	2435
+Box	2436
+Bom	2437
+Boz	2438
+Bop	2439
+Bo's	2440
+BoDeans	2441
+Bojangles	2442
+Bok	2443
+Bus	2444
+But	2445
+Bud	2446
+Bun	2447
+Bug	2448
+Buzz	2449
+Buy	2450
+Buhl	2451
+Buju	2452
+Buuren	2453
+Buxton	2454
+Blu	2455
+Blyth	2456
+Blvd	2457
+Big	2458
+Bic	2459
+Biz	2460
+Bijou	2461
+Biv	2462
+Bixby	2463
+Bye	2464
+Byberry	2465
+Byhalia	2466
+Byzantine	2467
+B&A	2468
+B&B	2469
+B&C	2470
+B&D	2471
+B&F	2472
+B&G	2473
+B&H	2474
+B&I	2475
+B&J	2476
+B&L	2477
+B&M	2478
+B&R	2479
+B&S	2480
+B&W	2481
+BBQ	2482
+BB&T	2483
+BB's	2484
+BBB	2485
+BBC	2486
+BBS	2487
+BBT	2488
+BBVA	2489
+BBW	2490
+BBY	2491
+BC's	2492
+BCAA	2493
+BCC	2494
+BCD	2495
+BCI	2496
+BCM	2497
+BCR	2498
+BCS	2499
+BMW	2500
+BMC	2501
+BMG	2502
+BMI	2503
+BMO	2504
+BMS	2505
+BMT	2506
+BMV	2507
+BMX	2508
+BOC	2509
+BOE	2510
+BOGO	2511
+BOM	2512
+BOOM	2513
+BOS	2514
+BAC	2515
+BAE	2516
+BAM	2517
+BAP	2518
+BART	2519
+BASF	2520
+BFF	2521
+BFG	2522
+BFI	2523
+BFS	2524
+BLT	2525
+BLD	2526
+BLM	2527
+BLS	2528
+BSA	2529
+BSC	2530
+BSF	2531
+BSN	2532
+BSing	2533
+BTC	2534
+BTO	2535
+BTR	2536
+BTS	2537
+BTU	2538
+BIA	2539
+BIC	2540
+BIG	2541
+BIOS	2542
+BJ's	2543
+BJCC	2544
+BJJ	2545
+BJs	2546
+BNA	2547
+BNC	2548
+BNI	2549
+BNSF	2550
+BEC	2551
+BEST	2552
+BET	2553
+BPA	2554
+BPI	2555
+BPM	2556
+BRB	2557
+BRC	2558
+BRE	2559
+BD's	2560
+BDSM	2561
+BGC	2562
+BGE	2563
+BHA	2564
+BHS	2565
+BWI	2566
+BWW	2567
+BYOB	2568
+BYU	2569
+bar	2570
+ban	2571
+bat	2572
+bad	2573
+bag	2574
+bak	2575
+bay	2576
+bam	2577
+baffle	2578
+bawl	2579
+bah	2580
+boo	2581
+bon	2582
+bot	2583
+boa	2584
+bod	2585
+bow	2586
+bob	2587
+bog	2588
+boy	2589
+boi	2590
+box	2591
+bop	2592
+bok	2593
+bozo	2594
+bocce	2595
+bohemian	2596
+bra	2597
+bro	2598
+bryce	2599
+but	2600
+bus	2601
+bun	2602
+bum	2603
+buck	2604
+bud	2605
+bub	2606
+buff	2607
+bug	2608
+buy	2609
+buzz	2610
+buh	2611
+bux	2612
+bel	2613
+ben	2614
+bee	2615
+bet	2616
+bed	2617
+beg	2618
+bebe	2619
+bejeweled	2620
+beware	2621
+bezel	2622
+blu	2623
+ble	2624
+bio	2625
+bit	2626
+bin	2627
+big	2628
+bib	2629
+bid	2630
+biz	2631
+bimbo	2632
+biweekly	2633
+bye	2634
+byte	2635
+by:	2636
+bygones	2637
+bylaws	2638
+bynum	2639
+bystander	2640
+bball	2641
+bbm	2642
+bbw	2643
+b-day	2644
+b-lated	2645
+b.i.t.c.h	2646
+b.o.b	2647
+b12	2648
+bday	2649
+bdubs	2650
+bfs	2651
+bw3's	2652
+res	2653
+rec	2654
+rep	2655
+ref	2656
+ret	2657
+reg	2658
+rev	2659
+red	2660
+req	2661
+re-	2662
+re:	2663
+rez	2664
+ran	2665
+rat	2666
+rad	2667
+ram	2668
+rap	2669
+rag	2670
+rar	2671
+ray	2672
+raw	2673
+rah	2674
+raunchy	2675
+rob	2676
+rot	2677
+rom	2678
+rod	2679
+ron	2680
+row	2681
+royal	2682
+roe	2683
+roxy	2684
+roids	2685
+roku	2686
+rorke	2687
+rover	2688
+rid	2689
+rig	2690
+rip	2691
+rib	2692
+rim	2693
+riot	2694
+riebes	2695
+rihanna	2696
+rizzle	2697
+run	2698
+rub	2699
+rum	2700
+rug	2701
+rut	2702
+ruff	2703
+ruin	2704
+ruck	2705
+rue	2706
+rural	2707
+rhe	2708
+rhubarb	2709
+rx7	2710
+rx8	2711
+ryan	2712
+rye	2713
+r2d2	2714
+rst	2715
+des	2716
+del	2717
+def	2718
+dev	2719
+dem	2720
+den	2721
+deb	2722
+der	2723
+dee	2724
+deuce	2725
+dew	2726
+deitrick	2727
+dey	2728
+dis	2729
+dia	2730
+div	2731
+dir	2732
+dig	2733
+din	2734
+diff	2735
+die	2736
+dim	2737
+dip	2738
+did	2739
+diz	2740
+dike	2741
+don	2742
+doo	2743
+doc	2744
+dog	2745
+dor	2746
+dos	2747
+doe	2748
+dot	2749
+dove	2750
+doin	2751
+do's	2752
+doTERRA	2753
+doable	2754
+doh	2755
+dojo	2756
+doxycycline	2757
+dre	2758
+dry	2759
+dr.	2760
+dan	2761
+dar	2762
+dam	2763
+day	2764
+dat	2765
+dad	2766
+dal	2767
+das	2768
+dau	2769
+dag	2770
+dah	2771
+dab	2772
+dachshund	2773
+daffodil	2774
+dak	2775
+dapper	2776
+dum	2777
+dun	2778
+dur	2779
+dud	2780
+due	2781
+dub	2782
+dua	2783
+dug	2784
+duo	2785
+duh	2786
+duie	2787
+dukes	2788
+duvet	2789
+dye	2790
+dyke	2791
+dying	2792
+dyrdek	2793
+dwarf	2794
+dwindling	2795
+d.a	2796
+d.c	2797
+d.o.t.	2798
+d'Alene	2799
+d'oeuvres	2800
+d12	2801
+dhaba	2802
+dhcu	2803
+dpatrick	2804
+dps	2805
+ant	2806
+ann	2807
+ang	2808
+ana	2809
+any	2810
+and	2811
+ani	2812
+ano	2813
+ans	2814
+anh	2815
+ankle	2816
+anus	2817
+anvil	2818
+all	2819
+alt	2820
+ale	2821
+ala	2822
+alb	2823
+alum	2824
+alder	2825
+alka	2826
+als	2827
+alway	2828
+alvin	2829
+alyssa	2830
+acc	2831
+act	2832
+ace	2833
+acid	2834
+ac/dc	2835
+ac3	2836
+acne	2837
+add	2838
+ado	2839
+ada	2840
+ade	2841
+adult	2842
+adCare	2843
+adnoids	2844
+ads	2845
+art	2846
+arc	2847
+arm	2848
+ari	2849
+are	2850
+ara	2851
+ard	2852
+ar-15	2853
+ark	2854
+arnica	2855
+arugula	2856
+arvig	2857
+ary	2858
+ass	2859
+ast	2860
+ash	2861
+ask	2862
+asi	2863
+as:	2864
+asbestos	2865
+asdf	2866
+asleep	2867
+asurion	2868
+asylum	2869
+app	2870
+ape	2871
+apt	2872
+aphrodisiac	2873
+apiece	2874
+apk	2875
+apnea	2876
+apush	2877
+ama	2878
+amp	2879
+amo	2880
+ami	2881
+amy	2882
+auction	2883
+aunt	2884
+aur	2885
+aus	2886
+aux	2887
+auffenberg	2888
+abs	2889
+able	2890
+abc.com	2891
+abt	2892
+abyss	2893
+att	2894
+atm	2895
+at&t	2896
+ate	2897
+at:	2898
+atcha	2899
+atv	2900
+air	2901
+aid	2902
+aim	2903
+aisle	2904
+aight	2905
+aiight	2906
+aite	2907
+aft	2908
+af&t	2909
+afar	2910
+afloat	2911
+age	2912
+ago	2913
+agnostic	2914
+awe	2915
+awk	2916
+awful	2917
+awoke	2918
+aww	2919
+awhile	2920
+awry	2921
+awsome	2922
+ava	2923
+avi	2924
+avg	2925
+axe	2926
+axle	2927
+aesthetic	2928
+aqua	2929
+aqueduct	2930
+aqui	2931
+aaa	2932
+aaww	2933
+ahh	2934
+aha	2935
+ahead	2936
+ahold	2937
+a.m	2938
+a.c.t	2939
+a.k.a	2940
+a.s.a.p	2941
+ako	2942
+aka	2943
+akin	2944
+akunamatata	2945
+azalea	2946
+azithromycin	2947
+azules	2948
+azz	2949
+a10	2950
+a1a	2951
+a1c	2952
+aya	2953
+aye	2954
+ayrsley	2955
+a-hole	2956
+a-okay	2957
+a-ron	2958
+a2&a	2959
+a2z	2960
+aol.com	2961
+a4a	2962
+tra	2963
+tri	2964
+tre	2965
+try	2966
+trsvis	2967
+ter	2968
+ten	2969
+tel	2970
+tea	2971
+temp	2972
+tes	2973
+tee	2974
+tech	2975
+tequila	2976
+teh	2977
+teisha	2978
+teppanyaki	2979
+tezel	2980
+tan	2981
+tal	2982
+tar	2983
+tac	2984
+tai	2985
+tak	2986
+tam	2987
+tap	2988
+tab	2989
+tat	2990
+tax	2991
+tag	2992
+tad	2993
+taekwondo	2994
+taffy	2995
+tahini	2996
+taylor	2997
+taziki's	2998
+tor	2999
+too	3000
+ton	3001
+tow	3002
+tom	3003
+top	3004
+tot	3005
+tox	3006
+toe	3007
+toil	3008
+toke	3009
+toy	3010
+to:	3011
+the	3012
+thi	3013
+tha	3014
+tho	3015
+thy	3016
+thx	3017
+tim	3018
+tin	3019
+tic	3020
+tit	3021
+til	3022
+tip	3023
+tid	3024
+tie	3025
+tio	3026
+tis	3027
+tia	3028
+tibia	3029
+tique	3030
+tix	3031
+tizzy	3032
+tub	3033
+tum	3034
+tuck	3035
+tug	3036
+tux	3037
+tulip	3038
+tus	3039
+tuesday	3040
+tuff	3041
+tuition	3042
+tuk	3043
+two	3044
+tycoon	3045
+tying	3046
+tylenol	3047
+t-bone	3048
+t-shirt	3049
+t-day	3050
+t-pain	3051
+t-rex	3052
+ttcu	3053
+tshirt	3054
+tsunami	3055
+tv.com	3056
+tvs	3057
+t25	3058
+t3i	3059
+man	3060
+mas	3061
+mat	3062
+mag	3063
+mai	3064
+mac	3065
+mal	3066
+mad	3067
+mam	3068
+may	3069
+max	3070
+map	3071
+mah	3072
+maestro	3073
+ma'am	3074
+mabrook	3075
+mafia	3076
+mawmaw	3077
+mor	3078
+mod	3079
+mol	3080
+moo	3081
+mom	3082
+mos	3083
+mob	3084
+mop	3085
+moi	3086
+mow	3087
+moe	3088
+mofo	3089
+mohawk	3090
+moxy	3091
+mozzarella	3092
+mis	3093
+min	3094
+mil	3095
+mic	3096
+mid	3097
+mit	3098
+mix	3099
+mike	3100
+mia	3101
+mio	3102
+miyabi's	3103
+med	3104
+met	3105
+mer	3106
+men	3107
+mem	3108
+mes	3109
+mel	3110
+meg	3111
+mech	3112
+me.	3113
+meow	3114
+me:	3115
+mebbe	3116
+meh	3117
+mum	3118
+mug	3119
+muff	3120
+mud	3121
+muah	3122
+muzzle	3123
+muhahahaha	3124
+muy	3125
+myxer	3126
+myPay	3127
+myers	3128
+mylan	3129
+myyearbook	3130
+mcg	3131
+mcCormick	3132
+mcDonalds	3133
+mcFarland	3134
+mckameys	3135
+mcscrote	3136
+mp3	3137
+mp4	3138
+mp5	3139
+mpg	3140
+mph	3141
+mr.	3142
+mr2	3143
+mrs.	3144
+msn	3145
+msg	3146
+m.facebook	3147
+m.i.a	3148
+mmm	3149
+mw2	3150
+mw3	3151
+mwah	3152
+m16	3153
+mgmt	3154
+All	3155
+Ale	3156
+Ala	3157
+Ali	3158
+Alt	3159
+Alf	3160
+Aly	3161
+Alum	3162
+Al's	3163
+Alhambra	3164
+And	3165
+Ant	3166
+Ann	3167
+Ana	3168
+Ani	3169
+Any	3170
+Anberlin	3171
+Anheuser	3172
+Anjali	3173
+Anza	3174
+Arm	3175
+Arc	3176
+Ari	3177
+Art	3178
+Arg	3179
+Are	3180
+Ark	3181
+Arjun	3182
+Aryan	3183
+Ami	3184
+Amo	3185
+Ammon	3186
+Amy	3187
+Amco	3188
+Amherst	3189
+Amnicola	3190
+Amtrak	3191
+Ash	3192
+Ass	3193
+Asia	3194
+Ask	3195
+Asbury	3196
+Aslam	3197
+Asma	3198
+Asotin	3199
+Asus	3200
+Asylum	3201
+Ada	3202
+Add	3203
+Adi	3204
+AdWords	3205
+Adcock	3206
+Adhan	3207
+Adjustment	3208
+Adkins	3209
+Adler	3210
+Adult	3211
+Adwords	3212
+Aug	3213
+Aunt	3214
+Auxiliary	3215
+App	3216
+ApS	3217
+Aphrodite	3218
+Apizza	3219
+Aptos	3220
+Act	3221
+Ace	3222
+Acid	3223
+Acme	3224
+Acworth	3225
+Atkins	3226
+Atchison	3227
+Atoka	3228
+Air	3229
+Aid	3230
+Ailee	3231
+Aiea	3232
+Aimee	3233
+Aisha	3234
+Aitkin	3235
+Abe	3236
+Abaco	3237
+Abdul	3238
+Abu	3239
+Abner	3240
+About	3241
+Ave	3242
+Ava	3243
+Avon	3244
+Avril	3245
+Age	3246
+Aggie	3247
+Agway	3248
+ACL	3249
+ACA	3250
+ACC	3251
+ACM	3252
+ACU	3253
+AC's	3254
+ACDC	3255
+ACE	3256
+ACH	3257
+ACI	3258
+ACK	3259
+ACN	3260
+ACP	3261
+ACR	3262
+ACS	3263
+ACT	3264
+ATV	3265
+AT&T	3266
+ATC	3267
+ATM	3268
+ATA	3269
+ATB	3270
+ATF	3271
+ATI	3272
+ATK	3273
+ATL	3274
+ATP	3275
+ATS	3276
+ATT	3277
+ATX	3278
+AMA	3279
+AME	3280
+AMS	3281
+AMV	3282
+AMC	3283
+AMD	3284
+AMF	3285
+AMG	3286
+AMI	3287
+AMLI	3288
+AMR	3289
+Afghan	3290
+Aflac	3291
+ASC	3292
+ASA	3293
+ASP	3294
+ASI	3295
+ASL	3296
+ASM	3297
+AST	3298
+ASU	3299
+ASVAB	3300
+ABC	3301
+ABA	3302
+ABBA	3303
+ABF	3304
+ABI	3305
+ABM	3306
+ABQ	3307
+ABR	3308
+ABS	3309
+Aero	3310
+Aesop	3311
+Aetna	3312
+Aki	3313
+Akash	3314
+Akbar	3315
+Akers	3316
+Akon	3317
+Akron	3318
+Akshay	3319
+Aztec	3320
+Aziz	3321
+Azalea	3322
+Azle	3323
+ADT	3324
+ADA	3325
+ADD	3326
+ADESA	3327
+ADHD	3328
+ADM	3329
+ADP	3330
+ADVIA	3331
+APA	3332
+APC	3333
+APD	3334
+API	3335
+APL	3336
+APR	3337
+APS	3338
+APs	3339
+Aqua	3340
+A&A	3341
+A&B	3342
+A&D	3343
+A&E	3344
+A&M	3345
+A&P	3346
+A&T	3347
+A&W	3348
+AA's	3349
+AAA	3350
+AAMCO	3351
+AAU	3352
+AAdvantage	3353
+Awesome	3354
+AFA	3355
+AFB	3356
+AFC	3357
+AFF	3358
+AFI	3359
+AFL	3360
+AIDS	3361
+AIG	3362
+AII	3363
+AIM	3364
+AIS	3365
+AIT	3366
+Ayer	3367
+Ayala	3368
+Ayden	3369
+Aykroyd	3370
+Ayres	3371
+ARB	3372
+ARF	3373
+ARM	3374
+ARS	3375
+AVE	3376
+AVG	3377
+AVI	3378
+AVer's	3379
+Ahern	3380
+Ahoskie	3381
+Ahwatukee	3382
+AED	3383
+AEP	3384
+AES	3385
+AJ's	3386
+AJC	3387
+AJS	3388
+ALC	3389
+ALL	3390
+ALS	3391
+AWD	3392
+AWOLNATION	3393
+AWS	3394
+Aaron	3395
+Aaliyah	3396
+Axe	3397
+Axl	3398
+Axtell	3399
+AGGS	3400
+AGS	3401
+AKC	3402
+AKI	3403
+AND	3404
+AOK	3405
+AOL	3406
+AHA	3407
+Ajax	3408
+Ajo	3409
+Aoki	3410
+Aon	3411
+Pal	3412
+Pat	3413
+Pan	3414
+Pac	3415
+Pau	3416
+Pap	3417
+Pay	3418
+Pai	3419
+Pad	3420
+Pam	3421
+Paw	3422
+Pak	3423
+Pao	3424
+Paz	3425
+Pahrump	3426
+Paquiao	3427
+Paxton	3428
+Pen	3429
+Pet	3430
+Pea	3431
+Pep	3432
+Pee	3433
+Pekin	3434
+Pew	3435
+Pebble	3436
+Peyton	3437
+Pei	3438
+Pevely	3439
+Pez	3440
+Pow	3441
+Pot	3442
+Pop	3443
+Pok	3444
+Poe	3445
+Pogo	3446
+Poquoson	3447
+Povich	3448
+Pro	3449
+Pre	3450
+Pryor	3451
+Pin	3452
+Pit	3453
+Pie	3454
+Pig	3455
+Pia	3456
+Pio	3457
+Piqua	3458
+Pius	3459
+Plimpton	3460
+Plymouth	3461
+Pun	3462
+Pub	3463
+Pug	3464
+Puff	3465
+Pukalani	3466
+Puyallup	3467
+Phi	3468
+Pho	3469
+PhD	3470
+PSE	3471
+PSN	3472
+PSA	3473
+PST	3474
+PSC	3475
+PSD	3476
+PSI	3477
+PSL	3478
+PSO	3479
+PSP	3480
+PSR	3481
+PSS	3482
+PSU	3483
+PCA	3484
+PCB	3485
+PCC	3486
+PCH	3487
+PCI	3488
+PCL	3489
+PCM	3490
+PCOS	3491
+PCP	3492
+PCR	3493
+PCS	3494
+PCT	3495
+PCV	3496
+PCW	3497
+PCs	3498
+PDF	3499
+PDA	3500
+PDC	3501
+PDI	3502
+PDP	3503
+PDQ	3504
+PDR	3505
+PDS	3506
+PDX	3507
+PPC	3508
+PPD	3509
+PPG	3510
+PPI	3511
+PPL	3512
+PPO	3513
+PPP	3514
+PPR	3515
+PPS	3516
+PPT	3517
+PA's	3518
+PAC	3519
+PAL	3520
+PAM	3521
+PAP	3522
+PAS	3523
+PATH	3524
+PAX	3525
+PET	3526
+PEI	3527
+PEMCO	3528
+PEP	3529
+PERi	3530
+PEX	3531
+PO's	3532
+POA	3533
+POC	3534
+POF	3535
+POS	3536
+POTUS	3537
+POV	3538
+POW	3539
+PRC	3540
+PRI	3541
+PRL	3542
+PRN	3543
+PRP	3544
+PRS	3545
+PRTC	3546
+PT's	3547
+PTA	3548
+PTC	3549
+PTI	3550
+PTL	3551
+PTO	3552
+PTSD	3553
+PI's	3554
+PICC	3555
+PID	3556
+PIKE	3557
+PIN	3558
+PITA	3559
+PM's	3560
+PMC	3561
+PMI	3562
+PMP	3563
+PMS	3564
+PMT	3565
+Psych	3566
+Psalm	3567
+PB&J	3568
+PBA	3569
+PBI	3570
+PBR	3571
+PBS	3572
+PNC	3573
+PNG	3574
+PNL	3575
+PNM	3576
+PNP	3577
+Pye	3578
+Pyle	3579
+Python	3580
+Pyxis	3581
+PG&E	3582
+PGA	3583
+PGE	3584
+PGW	3585
+Pflugerville	3586
+PFC	3587
+PFG	3588
+PFI	3589
+PLC	3590
+PLEASE	3591
+PLUS	3592
+P&I	3593
+P&L	3594
+P&S	3595
+PHH	3596
+PHP	3597
+PHS	3598
+PJ's	3599
+PJs	3600
+PVC	3601
+PVR	3602
+PK's	3603
+PUD	3604
+fin	3605
+fir	3606
+fil	3607
+fig	3608
+fix	3609
+fib	3610
+fit	3611
+fic	3612
+five	3613
+fizz	3614
+fioptics	3615
+for	3616
+foo	3617
+fog	3618
+fox	3619
+fob	3620
+foe	3621
+foil	3622
+foyer	3623
+far	3624
+fat	3625
+fan	3626
+fab	3627
+fav	3628
+fam	3629
+fag	3630
+fad	3631
+fax	3632
+fajita	3633
+fap	3634
+fawn	3635
+faze	3636
+flu	3637
+fly	3638
+fro	3639
+fry	3640
+fee	3641
+fed	3642
+fever	3643
+few	3644
+feisty	3645
+feud	3646
+fun	3647
+fur	3648
+fuel	3649
+fuzz	3650
+fufu	3651
+fuk	3652
+fuq	3653
+fux	3654
+f'd	3655
+f'ing	3656
+f'n	3657
+Roc	3658
+Rob	3659
+Ron	3660
+Rod	3661
+Roo	3662
+Roy	3663
+Rox	3664
+Row	3665
+Roe	3666
+Rove	3667
+Rope	3668
+RoMac	3669
+Roku	3670
+Rory	3671
+Roz	3672
+Red	3673
+Ren	3674
+Res	3675
+Reg	3676
+Rea	3677
+Rev	3678
+Rec	3679
+Rep	3680
+Reb	3681
+Rex	3682
+Rey	3683
+Ref	3684
+Reward	3685
+ReStore	3686
+Requiem	3687
+Ram	3688
+Rai	3689
+Ray	3690
+Rap	3691
+Rav	3692
+Ras	3693
+Raz	3694
+Rat	3695
+Rab	3696
+Raw	3697
+Raj	3698
+Rae	3699
+Rao	3700
+Raquel	3701
+Raul	3702
+Ric	3703
+Riv	3704
+Rip	3705
+Rim	3706
+Rio	3707
+Riley	3708
+Rib	3709
+Rihanna	3710
+Riker	3711
+Rialto	3712
+Riyadh	3713
+Run	3714
+Rum	3715
+Rug	3716
+Rule	3717
+RuPaul	3718
+Rue	3719
+Rural	3720
+Rhapsody	3721
+Ryan	3722
+Rye	3723
+Ryback	3724
+Ryker	3725
+Ryobi	3726
+RSV	3727
+RSA	3728
+RSC	3729
+RSD	3730
+RSG	3731
+RSI	3732
+RSM	3733
+RSR	3734
+RSS	3735
+RSX	3736
+R&B	3737
+R&D	3738
+R&G	3739
+R&H	3740
+R&J	3741
+R&K	3742
+R&L	3743
+R&M	3744
+R&R	3745
+R&S	3746
+RCA	3747
+RCB	3748
+RCC	3749
+RCI	3750
+RCMP	3751
+RCN	3752
+RCP	3753
+RCS	3754
+RCU	3755
+REE	3756
+REM	3757
+REALTOR	3758
+REC	3759
+RED	3760
+REI	3761
+REO	3762
+RIM	3763
+RIA	3764
+RIGHT	3765
+RIP	3766
+RIT	3767
+ROC	3768
+ROG	3769
+ROM	3770
+ROS	3771
+ROTC	3772
+RTA	3773
+RTC	3774
+RTD	3775
+RTP	3776
+RTS	3777
+RAC	3778
+RAIL	3779
+RAM	3780
+RAZR	3781
+RBC	3782
+RBFCU	3783
+RBM	3784
+RBS	3785
+RMA	3786
+RMC	3787
+RMS	3788
+RMV	3789
+RPM	3790
+RPG	3791
+RPI	3792
+RDA	3793
+RDO	3794
+RDU	3795
+RFID	3796
+RFK	3797
+RFP	3798
+RG&E	3799
+RGA	3800
+RV's	3801
+RVs	3802
+RJ's	3803
+RKO	3804
+RNR	3805
+RRR	3806
+RWC	3807
+Del	3808
+Den	3809
+Des	3810
+Dee	3811
+Dev	3812
+Dec	3813
+Deb	3814
+Dew	3815
+Def	3816
+Dex	3817
+Dei	3818
+DeAngelo	3819
+DeJesus	3820
+DeKalb	3821
+DeNooyer	3822
+DeQueen	3823
+DeZavala	3824
+Dejan	3825
+Deo	3826
+Dequindre	3827
+Dez	3828
+Dan	3829
+Dam	3830
+Day	3831
+Dad	3832
+Daz	3833
+Dakota	3834
+Daphne	3835
+Daewoo	3836
+Dagsboro	3837
+Dax	3838
+Don	3839
+Dom	3840
+Dow	3841
+Doo	3842
+Doc	3843
+Dog	3844
+Dot	3845
+Doh	3846
+Doyle	3847
+Doe	3848
+Dos	3849
+Dove	3850
+DoD	3851
+Doppler	3852
+Din	3853
+Die	3854
+Dio	3855
+Dix	3856
+Dip	3857
+Did	3858
+DiMaggio	3859
+DiCaprio	3860
+DiFranco	3861
+DiGiorno	3862
+Dijon	3863
+Diwali	3864
+Dum	3865
+Duff	3866
+Dust	3867
+Duke	3868
+Duval	3869
+DuBois	3870
+DuQuoin	3871
+Dueling	3872
+Duquesne	3873
+Duxbury	3874
+Dre	3875
+Dru	3876
+Dro	3877
+Dry	3878
+Dr's	3879
+Dyna	3880
+Dyer	3881
+Dylan	3882
+Dyckman	3883
+Dying	3884
+DCF	3885
+DC's	3886
+DCA	3887
+DCC	3888
+DCH	3889
+DCI	3890
+DCS	3891
+DCU	3892
+DCs	3893
+DSL	3894
+DSC	3895
+DSHS	3896
+DSM	3897
+DSP	3898
+DSR	3899
+DSS	3900
+DSW	3901
+DSi	3902
+DVD	3903
+DVR	3904
+DVC	3905
+DVI	3906
+DVM	3907
+DVT	3908
+DOE	3909
+DOM	3910
+DOB	3911
+DOJ	3912
+DOL	3913
+DOS	3914
+DOT	3915
+D&B	3916
+D&C	3917
+D&D	3918
+D&I	3919
+D&J	3920
+D&L	3921
+D&R	3922
+D&S	3923
+D&W	3924
+DMACC	3925
+DMB	3926
+DMC	3927
+DMI	3928
+DMS	3929
+DMT	3930
+DMV	3931
+DMX	3932
+DHCP	3933
+DHEC	3934
+DHHR	3935
+DHL	3936
+DHR	3937
+DHS	3938
+DHT	3939
+DTA	3940
+DTC	3941
+DTE	3942
+DTF	3943
+DTLR	3944
+DTS	3945
+DTW	3946
+DD's	3947
+DDD	3948
+DDF	3949
+DDM	3950
+DDR	3951
+DDS	3952
+DNA	3953
+DNC	3954
+DND	3955
+DNL	3956
+DNR	3957
+DNS	3958
+DA's	3959
+DAC	3960
+DAG	3961
+DARS	3962
+DAV	3963
+DIA	3964
+DIN	3965
+DIRECTV	3966
+DISH	3967
+DIY	3968
+DPS	3969
+DP&L	3970
+DPMS	3971
+DPW	3972
+D's	3973
+DEA	3974
+DEF	3975
+DEP	3976
+DES	3977
+DJing	3978
+DJs	3979
+DFAS	3980
+DFS	3981
+DFW	3982
+DWI	3983
+DWP	3984
+DWS	3985
+Dhoni	3986
+Dwight	3987
+Dwayne	3988
+Dwyer	3989
+DBA	3990
+DBZ	3991
+DLC	3992
+DLP	3993
+DRI	3994
+DRO	3995
+DUI	3996
+DUP	3997
+DXL	3998
+Dmitriy	3999
+Dmitry	4000
+hom	4001
+hoo	4002
+hol	4003
+hon	4004
+hos	4005
+hot	4006
+hop	4007
+hob	4008
+how	4009
+hoc	4010
+hog	4011
+hoe	4012
+hover	4013
+hoist	4014
+hokey	4015
+hoy	4016
+hozier	4017
+han	4018
+har	4019
+hai	4020
+ham	4021
+hat	4022
+hap	4023
+hah	4024
+hav	4025
+has	4026
+haz	4027
+hay	4028
+hag	4029
+haw	4030
+had	4031
+haaa	4032
+hakama	4033
+her	4034
+hem	4035
+hee	4036
+hed	4037
+hes	4038
+hey	4039
+hen	4040
+heh	4041
+hex	4042
+he/she	4043
+heb.com	4044
+hefty	4045
+hegenberger	4046
+heterosexual	4047
+high	4048
+hit	4049
+hip	4050
+hid	4051
+his	4052
+him	4053
+hive	4054
+hiii	4055
+hiya	4056
+hum	4057
+hun	4058
+hug	4059
+hub	4060
+hut	4061
+huff	4062
+huddle	4063
+hue	4064
+huh	4065
+hybrid	4066
+hyena	4067
+hyacinth	4068
+hmm	4069
+h2o	4070
+hdmi	4071
+Tri	4072
+Tru	4073
+Tryon	4074
+Tan	4075
+Tam	4076
+Tar	4077
+Tap	4078
+Tai	4079
+Tab	4080
+Tay	4081
+Tac	4082
+Tag	4083
+Tax	4084
+Tao	4085
+Taz	4086
+Taekwondo	4087
+Taj	4088
+Tom	4089
+Top	4090
+Tot	4091
+Toy	4092
+Too	4093
+Tov	4094
+Tok	4095
+ToNight	4096
+Toxic	4097
+Tel	4098
+Ten	4099
+Tea	4100
+Tex	4101
+Tec	4102
+Ted	4103
+Tee	4104
+Tek	4105
+Tega	4106
+Tebow	4107
+Teflon	4108
+Teutonia	4109
+Tevin	4110
+Tewksbury	4111
+Tim	4112
+Tin	4113
+Til	4114
+Tic	4115
+Tia	4116
+Tik	4117
+Tire	4118
+TiVo	4119
+Tioga	4120
+The	4121
+Thu	4122
+Thy	4123
+Tub	4124
+Tue	4125
+Tut	4126
+Tudor	4127
+Tualatin	4128
+Tujunga	4129
+Tukwila	4130
+Tuxedo	4131
+Tyson	4132
+Ty's	4133
+Tybee	4134
+Tyco	4135
+Tye	4136
+Tyga	4137
+Tymers	4138
+Type	4139
+Twain	4140
+Two	4141
+TC's	4142
+TCA	4143
+TCBY	4144
+TCC	4145
+TCF	4146
+TCH	4147
+TCI	4148
+TCM	4149
+TCP	4150
+TCS	4151
+TCU	4152
+TRC	4153
+TREC	4154
+TRICARE	4155
+TRM	4156
+TRO	4157
+TRS	4158
+TRUCKING	4159
+TRX	4160
+TMA	4161
+TMC	4162
+TMI	4163
+TMJ	4164
+TMR	4165
+TMS	4166
+TMZ	4167
+TSA	4168
+TSC	4169
+TSO	4170
+TSP	4171
+TSS	4172
+TSTC	4173
+TSX	4174
+THE	4175
+THC	4176
+THD	4177
+TIA	4178
+TIFF	4179
+TIG	4180
+TILs	4181
+TIMP	4182
+TAC	4183
+TAM	4184
+TARDIS	4185
+TAS	4186
+TAV	4187
+TBA	4188
+TBD	4189
+TBN	4190
+TBS	4191
+TBT	4192
+TD's	4193
+TDCJ	4194
+TDECU	4195
+TDI	4196
+TDS	4197
+TECO	4198
+TED	4199
+TEKsystems	4200
+TENS	4201
+TEP	4202
+TExES	4203
+TPA	4204
+TPC	4205
+TPI	4206
+TPMS	4207
+TPS	4208
+TTC	4209
+TTFN	4210
+TTT	4211
+TTUHSC	4212
+TTY	4213
+TV's	4214
+TVA	4215
+TVC	4216
+TVs	4217
+TGI	4218
+TGF	4219
+TK's	4220
+TKD	4221
+TKO	4222
+TWC	4223
+TWIC	4224
+TWRA	4225
+T&R	4226
+T&T	4227
+T&W	4228
+TJ's	4229
+TJX	4230
+TLC	4231
+TLE	4232
+TNA	4233
+TNT	4234
+TODAY	4235
+TOMS	4236
+TONIGHT	4237
+TFS	4238
+TURN	4239
+TUV	4240
+TXU	4241
+Tchaikovsky	4242
+Tchoupitoulas	4243
+Lau	4244
+Lam	4245
+Lac	4246
+Law	4247
+Lab	4248
+Las	4249
+Lay	4250
+Lal	4251
+Laz	4252
+Lai	4253
+LaDonna	4254
+LaMontagne	4255
+LaQuinta	4256
+Laos	4257
+Lea	4258
+Len	4259
+Leo	4260
+Lee	4261
+Les	4262
+Let	4263
+Lew	4264
+Lex	4265
+Led	4266
+LeAnn	4267
+LeConte	4268
+LeDoux	4269
+LeSabre	4270
+Lejeune	4271
+Leland	4272
+Leppard	4273
+Leyland	4274
+Lou	4275
+Log	4276
+Low	4277
+Lot	4278
+Los	4279
+Loa	4280
+Loft	4281
+Lok	4282
+Lo's	4283
+LoDo	4284
+LoJack	4285
+LoL	4286
+Lois	4287
+Lozano	4288
+Lin	4289
+Lil	4290
+Lim	4291
+Liv	4292
+Liz	4293
+Lia	4294
+Lion	4295
+Lie	4296
+Lido	4297
+Lihue	4298
+Like	4299
+Liu	4300
+Lux	4301
+Luz	4302
+Lu's	4303
+LuAnn	4304
+Luella	4305
+Luverne	4306
+Lyn	4307
+Lydia	4308
+Lyle	4309
+Lyall	4310
+Lyell	4311
+Lyfe	4312
+LED	4313
+LEFT	4314
+LEGO	4315
+LEM	4316
+LESBIAN	4317
+LETTERS	4318
+LA's	4319
+LAKES	4320
+LAN	4321
+LAPD	4322
+LAX	4323
+LMC	4324
+LMFAO	4325
+LMK	4326
+LML	4327
+LMN	4328
+LMS	4329
+LMT	4330
+L&B	4331
+L&H	4332
+L&L	4333
+L&M	4334
+L&N	4335
+L&P	4336
+L&S	4337
+LCBO	4338
+LCC	4339
+LCD	4340
+LCEC	4341
+LCP	4342
+LCR	4343
+LIC	4344
+LIHEAP	4345
+LIRR	4346
+LITTLEST	4347
+LIVE	4348
+LOC	4349
+LOI	4350
+LOL	4351
+LORD	4352
+LOVE	4353
+LOX	4354
+LSAT	4355
+LSD	4356
+LSG	4357
+LSI	4358
+LSU	4359
+LTC	4360
+LTE	4361
+LTL	4362
+LTR	4363
+LTZ	4364
+Lloyd	4365
+Llano	4366
+Llewellyn	4367
+LPGA	4368
+LPL	4369
+LPN	4370
+LPS	4371
+LDI	4372
+LDL	4373
+LDS	4374
+LG&E	4375
+LGA	4376
+LGBT	4377
+LLBean	4378
+LLC	4379
+LLS	4380
+L'Auberge	4381
+L'Oreal	4382
+L's	4383
+LBC	4384
+LBJ	4385
+LKL	4386
+LKQ	4387
+LVAC	4388
+LVN	4389
+LHS	4390
+LJ's	4391
+LRC	4392
+Ltd	4393
+Han	4394
+Hal	4395
+Ham	4396
+Hay	4397
+Hat	4398
+Haji	4399
+How	4400
+Hop	4401
+Hog	4402
+Hot	4403
+Hoag	4404
+Ho's	4405
+Hoehn	4406
+Hoquiam	4407
+Hoveround	4408
+Hoxie	4409
+Her	4410
+Hen	4411
+Heb	4412
+Hep	4413
+Hey	4414
+He's	4415
+Hezekiah	4416
+Him	4417
+His	4418
+Hip	4419
+HiFi	4420
+Hieber	4421
+Hively	4422
+Hixson	4423
+Hun	4424
+Hub	4425
+Hut	4426
+Huck	4427
+Huff	4428
+HuHot	4429
+Huachuca	4430
+Huh	4431
+Hui	4432
+Huxley	4433
+Hylan	4434
+HyVee	4435
+Hybrid	4436
+Hynes	4437
+Hyundai	4438
+HID	4439
+HILL	4440
+HIO	4441
+HIPAA	4442
+HIV	4443
+HOA	4444
+HOD	4445
+HOLLOW	4446
+HOSA	4447
+HOT	4448
+HOV	4449
+HSA	4450
+HSBC	4451
+HSC	4452
+HSN	4453
+HSS	4454
+HST	4455
+HTC	4456
+HTG	4457
+HTML	4458
+HTTP	4459
+H&H	4460
+H&K	4461
+H&M	4462
+H&R	4463
+H&S	4464
+HCC	4465
+HCG	4466
+HCMC	4467
+HCl	4468
+HDD	4469
+HDMI	4470
+HDR	4471
+HDTV	4472
+HPI	4473
+HPM	4474
+HPRC	4475
+HPV	4476
+HEA	4477
+HEB	4478
+HELP	4479
+HEPA	4480
+HHR	4481
+HHS	4482
+HHonors	4483
+HMO	4484
+HMS	4485
+HMV	4486
+HRA	4487
+HRC	4488
+HRT	4489
+HAMP	4490
+HAP	4491
+HGH	4492
+HGTV	4493
+HBO	4494
+HLN	4495
+HUD	4496
+HUGE	4497
+exp	4498
+exc	4499
+ext	4500
+ex's	4501
+ex-wife	4502
+exquisite	4503
+ent	4504
+end	4505
+enjoy	4506
+enzyme	4507
+enigma	4508
+eli	4509
+ela	4510
+elo	4511
+else	4512
+elbow	4513
+elm	4514
+elf	4515
+elk	4516
+elusive	4517
+elves	4518
+emo	4519
+emma	4520
+eve	4521
+eva	4522
+evo	4523
+est	4524
+esp	4525
+eso	4526
+esani	4527
+ese	4528
+esklandri	4529
+esurance	4530
+ear	4531
+eat	4532
+eaves	4533
+each	4534
+eauclaire	4535
+edamame	4536
+edbassmaster	4537
+eddies	4538
+edema	4539
+eds	4540
+edward	4541
+era	4542
+err	4543
+erect	4544
+erupt	4545
+erberts	4546
+ers	4547
+eco	4548
+ecard	4549
+ect	4550
+eccentric	4551
+ecig	4552
+ecua	4553
+eczema	4554
+eyes	4555
+eyed	4556
+eyeglass	4557
+eyecare	4558
+eyeing	4559
+eyepatch	4560
+eyewear	4561
+equestrian	4562
+etc	4563
+eta	4564
+etiquette	4565
+etnies	4566
+etrade	4567
+effort	4568
+effaced	4569
+egg	4570
+ego	4571
+egress	4572
+egyption	4573
+epi	4574
+epoxy	4575
+epson	4576
+euro	4577
+eudici's	4578
+eulogy	4579
+eight	4580
+eileen	4581
+ein	4582
+eisenhower	4583
+either	4584
+e-books	4585
+e-mail	4586
+e-reader	4587
+e-town	4588
+ebay	4589
+eblens	4590
+ebuddy	4591
+eel	4592
+eeee	4593
+eek	4594
+eenie	4595
+eerie	4596
+e.g	4597
+e.t	4598
+e.b.t	4599
+eject	4600
+eBay	4601
+eBook	4602
+eharmony.com	4603
+Gas	4604
+Gay	4605
+Gavin	4606
+Gahanna	4607
+Gap	4608
+Goo	4609
+God	4610
+Got	4611
+Gopher	4612
+GoDaddy	4613
+GoPro	4614
+Goa	4615
+Goes	4616
+Gohan	4617
+Going	4618
+Goku	4619
+Gen	4620
+Geo	4621
+Get	4622
+Gem	4623
+Gel	4624
+Gehrig's	4625
+Geppetto's	4626
+Gexa	4627
+Geyer	4628
+Gil	4629
+Gin	4630
+Gio	4631
+Gia	4632
+Gig	4633
+Gimme	4634
+Giza	4635
+Gun	4636
+Gus	4637
+Guy	4638
+Guber	4639
+Gucci	4640
+Guggenheim	4641
+Guzman	4642
+Glo	4643
+Glue	4644
+Glynn	4645
+GTA	4646
+GTCC	4647
+GTE	4648
+GTG	4649
+GTI	4650
+GTL	4651
+GTM	4652
+GTO	4653
+GTR	4654
+GTS	4655
+GTX	4656
+GSA	4657
+GSI	4658
+GSM	4659
+GSN	4660
+GSP	4661
+GSR	4662
+GST	4663
+GSXR	4664
+GMA	4665
+GM's	4666
+GMC	4667
+GMI	4668
+GMT	4669
+GRA	4670
+GRCC	4671
+GRE	4672
+GRTC	4673
+GRU	4674
+Ghost	4675
+Ghirardelli	4676
+Gwen	4677
+Gwatney	4678
+Gwinnett	4679
+GED	4680
+GEICO	4681
+GEOS	4682
+GERD	4683
+Gym	4684
+G&G	4685
+G&M	4686
+G&R	4687
+G&S	4688
+GBA	4689
+GBMC	4690
+GBS	4691
+GCC	4692
+GCI	4693
+GCR	4694
+GNA	4695
+GNC	4696
+GNE	4697
+GPA	4698
+GPO	4699
+GPS	4700
+GABA	4701
+GAD	4702
+GFCI	4703
+GFS	4704
+GHC	4705
+GHS	4706
+GOP	4707
+GOT	4708
+GVEC	4709
+GVTC	4710
+GDP	4711
+GIS	4712
+grr	4713
+gar	4714
+gal	4715
+gas	4716
+gat	4717
+gag	4718
+gai	4719
+gab	4720
+gay	4721
+gap	4722
+gadget	4723
+gah	4724
+goo	4725
+gol	4726
+god	4727
+gon	4728
+got	4729
+govern	4730
+gob	4731
+gos	4732
+goin	4733
+gown	4734
+go-ahead	4735
+go.com	4736
+goes	4737
+goji	4738
+gomez	4739
+gopher	4740
+gen	4741
+geo	4742
+ger	4743
+get	4744
+gee	4745
+gear	4746
+gel	4747
+gem	4748
+gebos	4749
+geyser	4750
+gun	4751
+gum	4752
+gus	4753
+gut	4754
+guy	4755
+gucci	4756
+gud	4757
+gir	4758
+gig	4759
+gin	4760
+gif	4761
+giddy	4762
+gist	4763
+git	4764
+gym	4765
+gyro	4766
+ghetto	4767
+ghillie	4768
+gnome	4769
+gnarly	4770
+gnite	4771
+gta	4772
+gt500	4773
+g-spot	4774
+g-string	4775
+g2k	4776
+g35	4777
+g4s	4778
+gfs	4779
+gmail.com	4780
+int	4781
+ins	4782
+inc	4783
+inn	4784
+ing	4785
+ina	4786
+ink	4787
+inmate	4788
+in.com	4789
+in:	4790
+inundated	4791
+inward	4792
+imp	4793
+ima	4794
+imbalance	4795
+imodium	4796
+imy	4797
+idol	4798
+id:	4799
+idk	4800
+iron	4801
+irate	4802
+irks	4803
+irlo	4804
+irs.gov	4805
+itch	4806
+item	4807
+it.	4808
+its	4809
+it:	4810
+itinerary	4811
+itouch	4812
+itttt	4813
+itunes	4814
+ill	4815
+ila	4816
+ily	4817
+is:	4818
+ish	4819
+ism	4820
+isn't	4821
+ist	4822
+ice	4823
+icon	4824
+ick	4825
+icarly	4826
+iclicker	4827
+icy	4828
+i-4	4829
+i-35	4830
+i-5	4831
+iguana	4832
+iggys	4833
+ight	4834
+igloo	4835
+iPod	4836
+iPic	4837
+ive	4838
+ivory	4839
+ivy	4840
+i'm	4841
+i'll	4842
+i've	4843
+iffy	4844
+ifile	4845
+ifs	4846
+ifunny	4847
+iChat	4848
+iCloud	4849
+iTune	4850
+iTT	4851
+iTouch	4852
+ion	4853
+iodine	4854
+iota	4855
+iphone	4856
+ipod	4857
+i.c.e	4858
+i.e.p	4859
+i30	4860
+i35	4861
+iFix	4862
+iFly	4863
+iForce	4864
+iMac	4865
+iMessage	4866
+iMovie	4867
+iam	4868
+ian	4869
+izakaya	4870
+izzys	4871
+i10	4872
+i17	4873
+i40	4874
+iehp	4875
+lat	4876
+lay	4877
+lab	4878
+las	4879
+lam	4880
+lad	4881
+lar	4882
+law	4883
+lag	4884
+lap	4885
+lala	4886
+lax	4887
+laQuita	4888
+lafcu	4889
+lah	4890
+lit	4891
+lib	4892
+lis	4893
+lik	4894
+lip	4895
+lie	4896
+lia	4897
+lil	4898
+lion	4899
+liz	4900
+lid	4901
+loo	4902
+loc	4903
+lon	4904
+log	4905
+low	4906
+lol	4907
+lob	4908
+los	4909
+lot	4910
+lor	4911
+loft	4912
+loyal	4913
+lop	4914
+lozenge	4915
+loCash	4916
+lokos	4917
+lomein	4918
+leg	4919
+les	4920
+let	4921
+lee	4922
+left	4923
+led	4924
+leo	4925
+lei	4926
+lebauer	4927
+ler	4928
+leukemia	4929
+lewd	4930
+lez	4931
+lub	4932
+lus	4933
+lux	4934
+luk	4935
+lug	4936
+luv	4937
+luau	4938
+ludicrous	4939
+lujacks	4940
+lyric	4941
+lymph	4942
+lying	4943
+lysine	4944
+l.a	4945
+l.i.e	4946
+l.m.a.o	4947
+lMBO	4948
+lMC	4949
+lbs	4950
+lge	4951
+lmaobruh.com	4952
+wat	4953
+war	4954
+was	4955
+wan	4956
+way	4957
+wag	4958
+wad	4959
+wax	4960
+wah	4961
+waba	4962
+wambulance	4963
+waughtown	4964
+waz	4965
+win	4966
+wit	4967
+wig	4968
+wick	4969
+wimp	4970
+wizard	4971
+wii	4972
+wiki	4973
+wives	4974
+wel	4975
+wee	4976
+wes	4977
+web	4978
+wet	4979
+wen	4980
+were	4981
+weokie	4982
+woo	4983
+won	4984
+wok	4985
+woe	4986
+wow	4987
+wocka	4988
+wop	4989
+woven	4990
+who	4991
+wha	4992
+why	4993
+ww.com	4994
+wwe.com	4995
+wuz	4996
+wud	4997
+wussy	4998
+wuv	4999
+w/e	5000
+w/o	5001
+w2's	5002
+wtf	5003
+wth	5004
+Wal	5005
+War	5006
+Wat	5007
+Way	5008
+Wan	5009
+Wah	5010
+Wave	5011
+Wax	5012
+Wabash	5013
+Wawa	5014
+Waffle	5015
+Wamego	5016
+Waze	5017
+Win	5018
+Wire	5019
+Wiz	5020
+Wiki	5021
+Wix	5022
+Wi-Fi	5023
+Wife	5024
+Wii	5025
+Wives	5026
+Wes	5027
+Wei	5028
+Wee	5029
+Web	5030
+Wed	5031
+Wet	5032
+We're	5033
+Wegmans	5034
+Wehrenberg	5035
+Wekiva	5036
+Wembley	5037
+Wexford	5038
+WoW	5039
+Wok	5040
+Wow	5041
+Who	5042
+Why	5043
+Wyman	5044
+WSS	5045
+WSAZ	5046
+WSB	5047
+WSECU	5048
+WSFs	5049
+WSU	5050
+WSVN	5051
+WBAL	5052
+WBBM	5053
+WBC	5054
+WBEZ	5055
+WBLS	5056
+WBU	5057
+WBZ	5058
+WIC	5059
+WIP	5060
+WISN	5061
+WITH	5062
+WPA	5063
+WPGC	5064
+WPI	5065
+WPS	5066
+Wunderlist	5067
+WAC	5068
+WAP	5069
+WAY	5070
+WCA	5071
+WCCO	5072
+WCW	5073
+WEA	5074
+WEEI	5075
+WEN	5076
+WESTERN	5077
+WGCI	5078
+WGN	5079
+WGU	5080
+WNBA	5081
+WNC	5082
+WNIC	5083
+WRAL	5084
+WROK	5085
+WRX	5086
+WTF	5087
+WTOP	5088
+WTS	5089
+WLOX	5090
+WLW	5091
+WWE	5092
+WWF	5093
+WWL	5094
+WFAN	5095
+WHO	5096
+WMU	5097
+WORKING	5098
+WOW	5099
+WVU	5100
+WXYZ	5101
+WYD	5102
+Fri	5103
+Fruit	5104
+Fry	5105
+Far	5106
+Fan	5107
+Fat	5108
+Fay	5109
+Fahrenheit	5110
+Fajr	5111
+Fawcett	5112
+Faxon	5113
+Fin	5114
+Fil	5115
+Fit	5116
+Fig	5117
+Fix	5118
+FiOS	5119
+Fiber	5120
+Fiction	5121
+Fiji	5122
+Five	5123
+For	5124
+Foo	5125
+Fox	5126
+Fog	5127
+Fowler	5128
+Foam	5129
+Fed	5130
+Fest	5131
+Fei	5132
+Femmes	5133
+Feud	5134
+Fever	5135
+Fey	5136
+Fez	5137
+Flo	5138
+Fla	5139
+Fly	5140
+Flushing	5141
+Fun	5142
+Fur	5143
+Fuji	5144
+Fuqua	5145
+Fu's	5146
+Fuddruckers	5147
+Fugees	5148
+Fuzzy's	5149
+FAA	5150
+FAC	5151
+FAFSA	5152
+FAO	5153
+FAQ	5154
+FAT	5155
+FAU	5156
+FCA	5157
+FCB	5158
+FCC	5159
+FCI	5160
+FCS	5161
+FCU	5162
+FSC	5163
+FSA	5164
+FSM	5165
+FSSA	5166
+FSU	5167
+FDA	5168
+FDIC	5169
+FDR	5170
+FDS	5171
+FIA	5172
+FIFA	5173
+FINA	5174
+FIU	5175
+FML	5176
+FMC	5177
+FP&L	5178
+FPL	5179
+FPS	5180
+FBI	5181
+FBLA	5182
+FFA	5183
+FFL	5184
+FREE	5185
+FRG	5186
+FRS	5187
+FUCK	5188
+FUD	5189
+FWB	5190
+FWC	5191
+F&F	5192
+F&M	5193
+FEA	5194
+FEMA	5195
+FHA	5196
+FORT	5197
+FOX	5198
+FTD	5199
+FTP	5200
+FYE	5201
+FYI	5202
+Ken	5203
+Kel	5204
+Key	5205
+Kem	5206
+Kev	5207
+Kew	5208
+Keck	5209
+Kedzie	5210
+Keffer	5211
+Kepler	5212
+Keurig	5213
+Kim	5214
+Kit	5215
+Kid	5216
+Kia	5217
+Kip	5218
+Kiffin	5219
+Kihei	5220
+Kijiji	5221
+Kiowa	5222
+Kiva	5223
+Kix	5224
+Kat	5225
+Kar	5226
+Kay	5227
+Kan	5228
+Kai	5229
+Kaanapali	5230
+Kabul	5231
+Kacey	5232
+Kaepernick	5233
+Kavinsky	5234
+Koo	5235
+Kohl	5236
+Koko	5237
+Koch	5238
+Koi	5239
+Kop	5240
+Koz	5241
+Krystal	5242
+Knapp	5243
+Knutson	5244
+Kurt	5245
+Kuhn	5246
+Kuala	5247
+Kubota	5248
+Kuehl	5249
+Kuiken	5250
+Kullen	5251
+Kush	5252
+Kuwait	5253
+Klu	5254
+Kline	5255
+Kyoto	5256
+KCBS	5257
+KCC	5258
+KCI	5259
+KCK	5260
+KCMO	5261
+Khloe	5262
+K&D	5263
+K&G	5264
+K&K	5265
+K&L	5266
+K&M	5267
+K&N	5268
+K&R	5269
+K&S	5270
+K&W	5271
+Kwik	5272
+Kwon	5273
+KRC	5274
+KRIT	5275
+KROQ	5276
+KRT	5277
+KSB	5278
+KSA	5279
+KSL	5280
+KFC	5281
+KFI	5282
+KFYI	5283
+KTLA	5284
+KTM	5285
+KTVU	5286
+KDKA	5287
+KDWB	5288
+KJ's	5289
+KJLH	5290
+KK's	5291
+KKK	5292
+KLM	5293
+KLOVE	5294
+KOA	5295
+KOMO	5296
+KPLC	5297
+KPMG	5298
+KATU	5299
+KBB	5300
+KGB	5301
+KGO	5302
+KISS	5303
+KISW	5304
+KNBR	5305
+KNX	5306
+KUB	5307
+Eli	5308
+Elm	5309
+Elk	5310
+Els	5311
+Ely	5312
+Elco	5313
+Elf	5314
+Elton	5315
+Elum	5316
+End	5317
+Enzo	5318
+Enbrel	5319
+Enjoy	5320
+Enloe	5321
+Ennis	5322
+Enquirer	5323
+Enumclaw	5324
+Enya	5325
+Edd	5326
+Ed's	5327
+Edco	5328
+Edline	5329
+Edna	5330
+Edo	5331
+Eve	5332
+Eva	5333
+Evi	5334
+Evo	5335
+Ear	5336
+Eat	5337
+Eakin	5338
+Eau	5339
+Eazy	5340
+Emory	5341
+Emser	5342
+Esq	5343
+Esmeralda	5344
+Era	5345
+Erb	5346
+Erdman	5347
+Erhard	5348
+Erlanger	5349
+Ermas	5350
+Errol	5351
+Ertel	5352
+Ervin	5353
+Erwin	5354
+Erykah	5355
+Exit	5356
+Exxon	5357
+Eco	5358
+Eck	5359
+Echo	5360
+Ecuador	5361
+Eccles	5362
+Eclipse	5363
+Ector	5364
+Eubank	5365
+Eudora	5366
+Eufaula	5367
+Euless	5368
+Eunice	5369
+Eustis	5370
+Eutaw	5371
+Epcot	5372
+Eternal	5373
+Etiwanda	5374
+Etna	5375
+Etsy	5376
+ESC	5377
+ESP	5378
+ESA	5379
+ESG	5380
+ESL	5381
+ESN	5382
+ESO	5383
+ESS	5384
+EST	5385
+ESV	5386
+Egg	5387
+Egypt	5388
+Egan	5389
+Egret	5390
+Einstein	5391
+Eid	5392
+Eileen	5393
+Eiffel	5394
+ETS	5395
+ETA	5396
+ETEC	5397
+ETF	5398
+ETH	5399
+ETL	5400
+ETMC	5401
+Eye	5402
+Eyre	5403
+ECM	5404
+ECC	5405
+ECPI	5406
+ECS	5407
+ECT	5408
+ECU	5409
+EMT	5410
+EMC	5411
+EMG	5412
+EMP	5413
+EMS	5414
+EMU	5415
+EPC	5416
+EPA	5417
+EPB	5418
+EPMD	5419
+EPS	5420
+Ebbitt	5421
+EDC	5422
+EDD	5423
+EDI	5424
+EDM	5425
+EDS	5426
+EVE	5427
+EVGA	5428
+EVO	5429
+Efron	5430
+EADS	5431
+EAP	5432
+EARLY	5433
+EBC	5434
+EBS	5435
+EBT	5436
+EEOC	5437
+EEP	5438
+EFG	5439
+EFT	5440
+EIC	5441
+EIN	5442
+ELF	5443
+ELISA	5444
+ELMO	5445
+EOC	5446
+EOS	5447
+EXIT	5448
+EXO	5449
+Ezra	5450
+EJ's	5451
+EKG	5452
+ENTER	5453
+EWTN	5454
+Ewa	5455
+Ewing	5456
+ova	5457
+ovo	5458
+out	5459
+our	5460
+oun	5461
+ought	5462
+ouch	5463
+oui	5464
+ously	5465
+org	5466
+orb	5467
+ora	5468
+ore	5469
+orphan	5470
+orscheln	5471
+ork	5472
+orrow	5473
+opt	5474
+opp	5475
+ophthalmology	5476
+ops	5477
+opus	5478
+object	5479
+obv	5480
+obnoxious	5481
+oboe	5482
+off	5483
+often	5484
+of:	5485
+one	5486
+ons	5487
+onto	5488
+on's	5489
+on-call	5490
+on/off	5491
+on:	5492
+ona	5493
+onboard	5494
+ongoing	5495
+onomatopoeia	5496
+onramp	5497
+onward	5498
+onyx	5499
+ocean	5500
+ocarina	5501
+oclock	5502
+ocwen	5503
+old	5504
+ole	5505
+ollie	5506
+olums	5507
+oma	5508
+omg	5509
+ombre	5510
+oxy	5511
+oxo	5512
+oxtail	5513
+oxboro	5514
+oxen	5515
+own	5516
+owe	5517
+owl	5518
+owing	5519
+okay	5520
+okie	5521
+okkk	5522
+okok	5523
+okra	5524
+ooo	5525
+oop	5526
+oo.com.au	5527
+oodles	5528
+ooh	5529
+oovoo	5530
+other	5531
+otay	5532
+otolaryngology	5533
+oscopy	5534
+oshit	5535
+osmosis	5536
+ossip	5537
+oat	5538
+oak	5539
+oasis	5540
+odd	5541
+ode	5542
+ohm	5543
+oh-six-hundred	5544
+ohh	5545
+ohio	5546
+oil	5547
+ointment	5548
+o.o	5549
+o.r	5550
+o'clock	5551
+o'Bleness	5552
+ogle	5553
+ogre	5554
+oyster	5555
+oye	5556
+oMFG	5557
+oMG	5558
+ozone	5559
+Nor	5560
+Nov	5561
+Not	5562
+Nob	5563
+Noe	5564
+Non	5565
+Noah	5566
+Now	5567
+NoHo	5568
+NoMoreRack	5569
+Nodaway	5570
+Nogales	5571
+Nouveau	5572
+New	5573
+Net	5574
+Ned	5575
+Neff	5576
+Nekoosa	5577
+Nez	5578
+Nat	5579
+Nam	5580
+Naz	5581
+Naomi	5582
+Naamans	5583
+Najee	5584
+Naquin	5585
+Naylor	5586
+Nik	5587
+Nix	5588
+Nia	5589
+Nile	5590
+Nifong	5591
+Nivea	5592
+Niwot	5593
+Nut	5594
+Nubia	5595
+NuVision	5596
+NuWave	5597
+Nucor	5598
+Nuys	5599
+NAS	5600
+NAP	5601
+NAT	5602
+NAACP	5603
+NACA	5604
+NARS	5605
+NAU	5606
+NAWSA	5607
+NOP	5608
+NOAA	5609
+NOC	5610
+NOK	5611
+NOLA	5612
+NORAD	5613
+NOT	5614
+NOVUS	5615
+NOW	5616
+NCAA	5617
+NCC	5618
+NCG	5619
+NCO	5620
+NCR	5621
+NFC	5622
+NFL	5623
+NFM	5624
+NFR	5625
+NFS	5626
+NIC	5627
+NIDA	5628
+NIH	5629
+NIPSCO	5630
+NIS	5631
+NIT	5632
+NIV	5633
+NYS	5634
+NYC	5635
+NYE	5636
+NYLO	5637
+NYPD	5638
+NYU	5639
+NHA	5640
+NHC	5641
+NHL	5642
+NHRA	5643
+NHS	5644
+NHTI	5645
+NEA	5646
+NEC	5647
+NES	5648
+NEVER	5649
+NEX	5650
+NSA	5651
+NSF	5652
+NSTAR	5653
+NSYNC	5654
+NBA	5655
+NBC	5656
+NBT	5657
+NTB	5658
+NTTA	5659
+NTW	5660
+NDA	5661
+NDSU	5662
+NPR	5663
+NPS	5664
+Nyack	5665
+Nye	5666
+Nystrom	5667
+NGO	5668
+NRA	5669
+NWA	5670
+new	5671
+neg	5672
+net	5673
+nee	5674
+neo	5675
+nekter	5676
+nella	5677
+nemesis	5678
+nenas	5679
+neyo	5680
+not	5681
+non	5682
+nor	5683
+noo	5684
+nos	5685
+nom	5686
+now	5687
+nod	5688
+nog	5689
+noz	5690
+noe	5691
+noxious	5692
+nap	5693
+nan	5694
+nas	5695
+nai	5696
+nag	5697
+naaa	5698
+nabor	5699
+nae	5700
+nah	5701
+naomi	5702
+naw	5703
+nay	5704
+nazi	5705
+nig	5706
+nin	5707
+nit	5708
+nip	5709
+niacin	5710
+nifty	5711
+niice	5712
+nimble	5713
+nique	5714
+nis	5715
+nivia	5716
+nizzle	5717
+num	5718
+nut	5719
+nur	5720
+nun	5721
+nug	5722
+nuke	5723
+nub	5724
+nuances	5725
+nuevo	5726
+nuffin	5727
+nuh	5728
+nuisance	5729
+null	5730
+nuvaring	5731
+nympho	5732
+nya	5733
+nyomi	5734
+nyquil	5735
+nba.com	5736
+nbc.com	5737
+nfl.com	5738
+Jan	5739
+Jam	5740
+Jay	5741
+Jar	5742
+Jag	5743
+Jas	5744
+Jai	5745
+Jaz	5746
+Jap	5747
+Jah	5748
+Jaw	5749
+Jae	5750
+Jax	5751
+Jos	5752
+Jon	5753
+Joe	5754
+Joy	5755
+Job	5756
+Joc	5757
+JoJo	5758
+Joker	5759
+Jo's	5760
+Joint	5761
+Jojo	5762
+Joon	5763
+Jen	5764
+Jer	5765
+Jeff	5766
+Jean	5767
+Jet	5768
+Jew	5769
+Jem	5770
+Jed	5771
+Jehovah	5772
+Jebel	5773
+Jegs	5774
+Jekyll	5775
+Jeopardy	5776
+Jepsen	5777
+Jul	5778
+Jud	5779
+Jun	5780
+Just	5781
+Jug	5782
+Jubilee	5783
+Juke	5784
+Jupiter	5785
+Juvenile	5786
+Jim	5787
+Jill	5788
+Jin	5789
+Jia	5790
+Jif	5791
+JibJab	5792
+Jiu	5793
+J&B	5794
+J&G	5795
+J&I	5796
+J&J	5797
+J&K	5798
+J&L	5799
+J&M	5800
+J&R	5801
+J&S	5802
+J&W	5803
+JCP	5804
+JC's	5805
+JCC	5806
+JCW's	5807
+JB's	5808
+JBA	5809
+JBL	5810
+JBS	5811
+JT's	5812
+JTA	5813
+JTB	5814
+JTV	5815
+JAMES	5816
+JANAF	5817
+JATC	5818
+JMK	5819
+JMS	5820
+JMU	5821
+JP's	5822
+JPEG	5823
+JPS	5824
+JD's	5825
+JDM	5826
+JFC	5827
+JFK	5828
+JJ's	5829
+JLo	5830
+JSC	5831
+JVC	5832
+JWoww	5833
+Jr's	5834
+uni	5835
+uns	5836
+una	5837
+uno	5838
+unjust	5839
+unquote	5840
+unveiling	5841
+unzip	5842
+ups	5843
+up.	5844
+upward	5845
+up-to-date	5846
+upcoming	5847
+upfront	5848
+upkeep	5849
+upmost	5850
+upon	5851
+urn	5852
+urs	5853
+urban	5854
+use	5855
+usa	5856
+usb	5857
+usher	5858
+usual	5859
+us.com	5860
+us1	5861
+us:	5862
+using	5863
+usps.com	5864
+ute	5865
+utter	5866
+utmost	5867
+utopia	5868
+ulcer	5869
+ugg	5870
+ugh	5871
+uge	5872
+umm	5873
+umpire	5874
+ums	5875
+u-haul	5876
+u-turn	5877
+u-verse	5878
+uhh	5879
+uhm	5880
+u.p	5881
+u.s	5882
+uber	5883
+uble	5884
+Ora	5885
+Ori	5886
+Ord	5887
+Oro	5888
+Orr	5889
+Orfordville	5890
+Orkin	5891
+Orson	5892
+Oly	5893
+Ola	5894
+Old	5895
+Ole	5896
+Olga	5897
+Olmsted	5898
+Olney	5899
+Oltorf	5900
+Oso	5901
+Osgood	5902
+Oslo	5903
+Osprey	5904
+Osuna	5905
+O'Brien	5906
+O'Leary	5907
+O'Toole	5908
+O'Donnell	5909
+O'Grady's	5910
+O'Jays	5911
+O'Keefe	5912
+O's	5913
+Oct	5914
+Ocean	5915
+Ocilla	5916
+Ocwen	5917
+Opa	5918
+OpCo	5919
+Opdyke	5920
+Opie	5921
+Ops	5922
+Oak	5923
+Oahu	5924
+Oasis	5925
+One	5926
+Oni	5927
+Ono	5928
+OnPoint	5929
+OnStar	5930
+Onalaska	5931
+Onslow	5932
+Ontario	5933
+OkCupid	5934
+Oklahoma	5935
+Okmulgee	5936
+Oksana	5937
+Oktoberfest	5938
+Out	5939
+Our	5940
+Ouija	5941
+Ounces	5942
+Ovi	5943
+Oval	5944
+Oma	5945
+Omni	5946
+Ombudsman	5947
+Omid	5948
+Obama	5949
+Obi	5950
+Oblivion	5951
+Otis	5952
+Otay	5953
+Otero	5954
+Othello	5955
+Otsego	5956
+Owl	5957
+Owings	5958
+Owners	5959
+Owosso	5960
+Odd	5961
+Odana	5962
+Odin	5963
+Odom	5964
+Odyssey	5965
+Ogden	5966
+Ogallala	5967
+Ogeechee	5968
+Oggi's	5969
+Ogilvie	5970
+Ogontz	5971
+Ogunquit	5972
+OSA	5973
+OSH	5974
+OSF	5975
+OSS	5976
+OST	5977
+OSU	5978
+OPP	5979
+OP's	5980
+OPA	5981
+OPI	5982
+OPM	5983
+OPs	5984
+Oxendale	5985
+Oxford	5986
+Oxmoor	5987
+Oxnard	5988
+Oxon	5989
+OTA	5990
+OTC	5991
+OTG	5992
+OTR	5993
+OTT	5994
+OTW	5995
+Off	5996
+OCC	5997
+OCD	5998
+OCR	5999
+OCS	6000
+OCT	6001
+OMA	6002
+OMC	6003
+OMG	6004
+OMI	6005
+OMW	6006
+OBD	6007
+OBGYN	6008
+OBS	6009
+OBT	6010
+OREGON	6011
+ORF	6012
+ORNL	6013
+ORS	6014
+Oil	6015
+Oingo	6016
+OHS	6017
+OHIO	6018
+Ohio	6019
+Ohana	6020
+OD'd	6021
+ODST	6022
+OEC	6023
+OEM	6024
+OUC	6025
+OUT	6026
+OG&E	6027
+OKC	6028
+OLCC	6029
+ONeill	6030
+OVA	6031
+OVR	6032
+Ojai	6033
+Ojo	6034
+vis	6035
+vid	6036
+vil	6037
+vie	6038
+via	6039
+viper	6040
+vizio	6041
+ver	6042
+ven	6043
+vet	6044
+veg	6045
+vez	6046
+veal	6047
+vector	6048
+veer	6049
+val	6050
+vac	6051
+van	6052
+var	6053
+vas	6054
+vag	6055
+vamp	6056
+vault	6057
+vajayjay	6058
+vol	6059
+voc	6060
+vow	6061
+vomit	6062
+voy	6063
+vodka	6064
+vogue	6065
+von	6066
+vortex	6067
+vos	6068
+voxer	6069
+vyStar	6070
+vybzkartel	6071
+vyvanse	6072
+Int	6073
+Ind	6074
+Inc	6075
+Inn	6076
+Ino	6077
+InTown	6078
+Inbox	6079
+Inman	6080
+Inquisition	6081
+Inuyasha	6082
+Inwood	6083
+Ish	6084
+Isbell	6085
+Issaquah	6086
+Istanbul	6087
+Isuzu	6088
+Ira	6089
+Irv	6090
+Irwin	6091
+Irby	6092
+Irrigation	6093
+Imbruglia	6094
+Imelda	6095
+Imlay	6096
+Imogen	6097
+Imran	6098
+Ivan	6099
+Ive	6100
+Ivo	6101
+Ivy	6102
+Ivins	6103
+Ill	6104
+Ilan	6105
+Ile	6106
+Iliff	6107
+ICC	6108
+ICD	6109
+ICI	6110
+ICBC	6111
+ICM	6112
+ICP	6113
+ICS	6114
+ICU	6115
+Ice	6116
+Ichi	6117
+Icicle	6118
+Icona	6119
+Icy	6120
+Ida	6121
+Idle	6122
+Idiot	6123
+Idol	6124
+Idyllwild	6125
+IMAX	6126
+IMC	6127
+IMDB	6128
+IMEI	6129
+IMPORTANT	6130
+IMS	6131
+IMT	6132
+IMVU	6133
+It's	6134
+Ithaca	6135
+Its	6136
+ISA	6137
+ISD	6138
+ISM	6139
+ISO	6140
+ISP	6141
+ISS	6142
+ISU	6143
+Iglesia	6144
+IgA	6145
+Iggy	6146
+Igor	6147
+Iguana	6148
+I'm	6149
+I'd	6150
+I'll	6151
+I's	6152
+I've	6153
+IRA	6154
+IRB	6155
+IRC	6156
+IREA	6157
+IRS	6158
+IDE	6159
+ID's	6160
+IDoc	6161
+IDs	6162
+IHA	6163
+IHC	6164
+IHG	6165
+IHOP	6166
+IHSS	6167
+IPA	6168
+IPFW	6169
+IPL	6170
+IPO	6171
+IPS	6172
+IBC	6173
+IBEW	6174
+IBM	6175
+IBS	6176
+IND	6177
+ING	6178
+INR	6179
+INXS	6180
+Iberia	6181
+Ibrahim	6182
+Ion	6183
+Iola	6184
+Iowa	6185
+Izod	6186
+Izumi	6187
+IEEE	6188
+IELTS	6189
+IEP	6190
+III	6191
+IIT	6192
+Ike's	6193
+Ikea	6194
+Ikes	6195
+IGA	6196
+IGN	6197
+IUD	6198
+IUPUI	6199
+IVF	6200
+IVR	6201
+Ian	6202
+Iams	6203
+IAP	6204
+IFA	6205
+IFC	6206
+ILU	6207
+IOP	6208
+ITT	6209
+Vin	6210
+Vic	6211
+Via	6212
+Viper	6213
+Vijay	6214
+Violet	6215
+Vizio	6216
+Val	6217
+Van	6218
+Vail	6219
+Vagabond	6220
+Vampire	6221
+Vaquero	6222
+Vet	6223
+Vehicle	6224
+Vectren	6225
+Vee	6226
+Veolia	6227
+Veyron	6228
+Von	6229
+Vote	6230
+VoIP	6231
+Voe	6232
+Voice	6233
+Vortec	6234
+Voss	6235
+Vox	6236
+VIP	6237
+VIEW	6238
+VIN	6239
+VISTA	6240
+VCA	6241
+VCR	6242
+VCU	6243
+VG's	6244
+VGA	6245
+VGS	6246
+VPI	6247
+VPN	6248
+VPS	6249
+Vudu	6250
+Vue	6251
+Vuitton	6252
+Vulcan	6253
+VSL	6254
+VSP	6255
+VTA	6256
+VTech	6257
+VALLEY	6258
+VFW	6259
+VMware	6260
+VRBO	6261
+VZW	6262
+Vladimir	6263
+kin	6264
+kid	6265
+kick	6266
+kit	6267
+kiss	6268
+kik	6269
+kim	6270
+kiosk	6271
+kibbles	6272
+kips	6273
+kiwi	6274
+kar	6275
+kay	6276
+kal	6277
+kan	6278
+kat	6279
+kam	6280
+kai	6281
+kaala	6282
+kadens	6283
+kahneeta	6284
+kak	6285
+kaput	6286
+kasha	6287
+kava	6288
+kawaii	6289
+kazoo	6290
+key	6291
+kee	6292
+ken	6293
+keg	6294
+keV	6295
+kebab	6296
+ked	6297
+keflex	6298
+keith	6299
+keke	6300
+kept	6301
+kevin	6302
+kno	6303
+knack	6304
+koa	6305
+kohls.com	6306
+koi	6307
+kolaches	6308
+kosher	6309
+koto	6310
+kraut	6311
+kryptonite	6312
+kum	6313
+kua	6314
+kudos	6315
+kung	6316
+kurt	6317
+kush	6318
+khaki	6319
+khaled	6320
+khana	6321
+khari	6322
+klonopin	6323
+klick	6324
+klutz	6325
+klymaxx	6326
+kygo	6327
+k-8	6328
+k-i-s-s-i-n-g	6329
+k-state	6330
+kmart	6331
+k12	6332
+jam	6333
+jail	6334
+jan	6335
+jad	6336
+jar	6337
+jag	6338
+jak	6339
+jay	6340
+jab	6341
+jaw	6342
+jaan	6343
+jaelyn	6344
+jaja	6345
+japanese	6346
+jaundice	6347
+jus	6348
+jug	6349
+juke	6350
+jubitz	6351
+juut	6352
+joi	6353
+jour	6354
+jock	6355
+joe	6356
+joy	6357
+jon	6358
+job	6359
+jog	6360
+joan	6361
+jordan	6362
+jot	6363
+jen	6364
+jewel	6365
+jet	6366
+jeff	6367
+jeggings	6368
+jig	6369
+jim	6370
+jill	6371
+jizz	6372
+jibber	6373
+jiffy	6374
+jihad	6375
+jipped	6376
+jive	6377
+jcpenney	6378
+jkjk	6379
+jpay.com	6380
+100	6381
+101	6382
+102	6383
+103	6384
+105	6385
+107	6386
+104	6387
+106	6388
+108	6389
+109	6390
+10's	6391
+10.1	6392
+10/22	6393
+10k	6394
+10th	6395
+110	6396
+111	6397
+112	6398
+113	6399
+114	6400
+115	6401
+118	6402
+119	6403
+11's	6404
+11-12	6405
+116	6406
+117	6407
+11th	6408
+123	6409
+120	6410
+121	6411
+122	6412
+124	6413
+129	6414
+125	6415
+12's	6416
+126	6417
+127	6418
+128	6419
+12th	6420
+196	6421
+190	6422
+191	6423
+192	6424
+193	6425
+194	6426
+195	6427
+197	6428
+198	6429
+199	6430
+19-year-old	6431
+19th	6432
+144	6433
+149	6434
+140	6435
+143	6436
+145	6437
+148	6438
+141	6439
+142	6440
+146	6441
+147	6442
+14k	6443
+14th	6444
+150	6445
+154	6446
+155	6447
+15's	6448
+15-20	6449
+151	6450
+152	6451
+153	6452
+156	6453
+157	6454
+158	6455
+159	6456
+15th	6457
+179	6458
+170	6459
+175	6460
+177	6461
+171	6462
+172	6463
+173	6464
+174	6465
+176	6466
+178	6467
+17th	6468
+130	6469
+131	6470
+135	6471
+132	6472
+133	6473
+134	6474
+136	6475
+137	6476
+138	6477
+139	6478
+13th	6479
+160	6480
+165	6481
+169	6482
+161	6483
+162	6484
+163	6485
+164	6486
+166	6487
+167	6488
+168	6489
+16th	6490
+180	6491
+183	6492
+181	6493
+182	6494
+184	6495
+185	6496
+186	6497
+187	6498
+188	6499
+189	6500
+18th	6501
+1:30	6502
+1&2	6503
+1&3	6504
+1&4	6505
+1&a	6506
+1&i	6507
+1.0	6508
+1.4	6509
+1.5	6510
+1.6	6511
+1.8	6512
+1-10	6513
+1-800	6514
+Uno	6515
+Unger	6516
+Unknown	6517
+Unto	6518
+Unum	6519
+USA	6520
+USC	6521
+USD	6522
+USM	6523
+USP	6524
+USB	6525
+USF	6526
+USO	6527
+USS	6528
+USTA	6529
+USU	6530
+UNC	6531
+UNK	6532
+UNF	6533
+UNH	6534
+UNLV	6535
+UNM	6536
+UNR	6537
+UNT	6538
+UCD	6539
+UCF	6540
+UCI	6541
+UCLA	6542
+UCR	6543
+UConn	6544
+Ulm	6545
+Ulf	6546
+Uline	6547
+Ulster	6548
+Ulysses	6549
+UMB	6550
+UMC	6551
+UMD	6552
+UMKC	6553
+UMN	6554
+UMP	6555
+UMS	6556
+UMUC	6557
+UMass	6558
+Update	6559
+Upland	6560
+Upon	6561
+Upper	6562
+Urban	6563
+Uranus	6564
+Urgent	6565
+Uriah	6566
+Urkel	6567
+Urlacher	6568
+Ursula	6569
+Uruguay	6570
+UTA	6571
+UTC	6572
+UTEP	6573
+UTFO	6574
+UTI	6575
+UTSA	6576
+Umi	6577
+Umm	6578
+Umatilla	6579
+Umpqua	6580
+Umstead	6581
+UAB	6582
+UAE	6583
+UAH	6584
+UAL	6585
+UAMS	6586
+UAP	6587
+UAW	6588
+Use	6589
+Usher	6590
+UFC	6591
+UFO	6592
+UGA	6593
+UGG	6594
+UGI	6595
+UGK	6596
+UGS	6597
+UPC	6598
+UPG	6599
+UPMC	6600
+UPS	6601
+UHC	6602
+UHS	6603
+UHaul	6604
+Utah	6605
+UBC	6606
+UBS	6607
+URI	6608
+URL	6609
+URM	6610
+UVA	6611
+UVU	6612
+Ukiah	6613
+UDF	6614
+UIC	6615
+UWM	6616
+Uganda	6617
+Ugly	6618
+Uintah	6619
+Uvalde	6620
+Uverse	6621
+201	6622
+200	6623
+202	6624
+20's	6625
+20/20	6626
+203	6627
+204	6628
+205	6629
+206	6630
+207	6631
+208	6632
+209	6633
+20s	6634
+20th	6635
+240	6636
+242	6637
+245	6638
+246	6639
+249	6640
+24's	6641
+24/7	6642
+241	6643
+243	6644
+244	6645
+247	6646
+248	6647
+24th	6648
+250	6649
+252	6650
+255	6651
+25-30	6652
+251	6653
+253	6654
+254	6655
+256	6656
+257	6657
+258	6658
+259	6659
+25th	6660
+210	6661
+211	6662
+212	6663
+215	6664
+213	6665
+214	6666
+216	6667
+217	6668
+218	6669
+219	6670
+21st	6671
+220	6672
+222	6673
+223	6674
+22's	6675
+221	6676
+224	6677
+225	6678
+226	6679
+227	6680
+228	6681
+229	6682
+22nd	6683
+270	6684
+275	6685
+271	6686
+272	6687
+273	6688
+274	6689
+276	6690
+277	6691
+278	6692
+279	6693
+27th	6694
+260	6695
+265	6696
+261	6697
+262	6698
+263	6699
+264	6700
+266	6701
+267	6702
+268	6703
+269	6704
+26th	6705
+280	6706
+285	6707
+281	6708
+282	6709
+283	6710
+284	6711
+286	6712
+287	6713
+288	6714
+289	6715
+28th	6716
+290	6717
+292	6718
+291	6719
+293	6720
+294	6721
+295	6722
+296	6723
+297	6724
+298	6725
+299	6726
+29th	6727
+230	6728
+231	6729
+232	6730
+233	6731
+234	6732
+235	6733
+236	6734
+237	6735
+238	6736
+239	6737
+23rd	6738
+2:30	6739
+2.0	6740
+2.1	6741
+2.2	6742
+2.3	6743
+2.4	6744
+2.5	6745
+2&2	6746
+2&3	6747
+2&4	6748
+2&a	6749
+2&i	6750
+2-3	6751
+2ds	6752
+2nd	6753
+2ne1	6754
+2o2	6755
+300	6756
+30's	6757
+301	6758
+302	6759
+303	6760
+304	6761
+305	6762
+306	6763
+307	6764
+308	6765
+309	6766
+30s	6767
+30th	6768
+330	6769
+333	6770
+334	6771
+331	6772
+332	6773
+335	6774
+336	6775
+337	6776
+338	6777
+339	6778
+33rd	6779
+310	6780
+313	6781
+311	6782
+312	6783
+314	6784
+315	6785
+316	6786
+317	6787
+318	6788
+319	6789
+31st	6790
+340	6791
+341	6792
+342	6793
+343	6794
+344	6795
+345	6796
+346	6797
+347	6798
+348	6799
+349	6800
+34th	6801
+350	6802
+351	6803
+352	6804
+353	6805
+354	6806
+355	6807
+356	6808
+357	6809
+358	6810
+359	6811
+35th	6812
+35w	6813
+370	6814
+375	6815
+371	6816
+372	6817
+373	6818
+374	6819
+376	6820
+377	6821
+378	6822
+379	6823
+37th	6824
+320	6825
+321	6826
+322	6827
+323	6828
+324	6829
+325	6830
+326	6831
+327	6832
+328	6833
+329	6834
+32nd	6835
+390	6836
+391	6837
+392	6838
+393	6839
+394	6840
+395	6841
+396	6842
+397	6843
+398	6844
+399	6845
+39th	6846
+3:30	6847
+3:45	6848
+360	6849
+361	6850
+362	6851
+363	6852
+364	6853
+365	6854
+366	6855
+367	6856
+368	6857
+369	6858
+380	6859
+381	6860
+382	6861
+383	6862
+384	6863
+385	6864
+386	6865
+387	6866
+388	6867
+389	6868
+3.0	6869
+3.1	6870
+3.3	6871
+3.4	6872
+3.5	6873
+3.8	6874
+3&4	6875
+3&a	6876
+3&i	6877
+3-4	6878
+3-way	6879
+3some	6880
+3GS	6881
+3ds	6882
+3oh	6883
+You	6884
+Yoko	6885
+Yohe	6886
+Yan	6887
+Yak	6888
+Yas	6889
+Yadkin	6890
+Yaakov	6891
+Yacht	6892
+Yaghi's	6893
+Yahoo	6894
+Yale	6895
+Yao	6896
+Yap	6897
+Yates	6898
+Yavapai	6899
+Yaya	6900
+Yazoo	6901
+Yes	6902
+Yet	6903
+Yee	6904
+Yehuda	6905
+Yemen	6906
+Yen	6907
+Yeomans	6908
+Yerington	6909
+Yule	6910
+Yum	6911
+Yu's	6912
+Yuba	6913
+Yuengling	6914
+Yun	6915
+Yuval	6916
+Yin	6917
+Yvonne	6918
+Yvette	6919
+YESCO	6920
+YMCA	6921
+Ypsilanti	6922
+400	6923
+401	6924
+40's	6925
+402	6926
+403	6927
+404	6928
+405	6929
+406	6930
+407	6931
+408	6932
+409	6933
+40s	6934
+40th	6935
+490	6936
+499	6937
+491	6938
+492	6939
+494	6940
+495	6941
+496	6942
+497	6943
+498	6944
+49ers	6945
+49th	6946
+410	6947
+411	6948
+412	6949
+413	6950
+414	6951
+415	6952
+416	6953
+417	6954
+418	6955
+419	6956
+41st	6957
+420	6958
+421	6959
+422	6960
+423	6961
+424	6962
+425	6963
+426	6964
+427	6965
+428	6966
+429	6967
+42nd	6968
+430	6969
+431	6970
+432	6971
+433	6972
+434	6973
+435	6974
+436	6975
+437	6976
+438	6977
+439	6978
+43rd	6979
+440	6980
+441	6981
+442	6982
+443	6983
+444	6984
+445	6985
+446	6986
+447	6987
+448	6988
+449	6989
+44th	6990
+470	6991
+471	6992
+472	6993
+473	6994
+474	6995
+475	6996
+476	6997
+477	6998
+478	6999
+479	7000
+47th	7001
+450	7002
+451	7003
+452	7004
+454	7005
+455	7006
+456	7007
+457	7008
+458	7009
+459	7010
+45th	7011
+460	7012
+461	7013
+462	7014
+463	7015
+464	7016
+465	7017
+466	7018
+467	7019
+468	7020
+469	7021
+480	7022
+481	7023
+483	7024
+484	7025
+485	7026
+486	7027
+487	7028
+488	7029
+489	7030
+4:30	7031
+4:45	7032
+4.0	7033
+4.1	7034
+4.2	7035
+4.3	7036
+4.5	7037
+4.6	7038
+4.7	7039
+4&5	7040
+4&a	7041
+4&i	7042
+4-5	7043
+4-h	7044
+4shared	7045
+4dr	7046
+4o5	7047
+500	7048
+505	7049
+50's	7050
+50-50	7051
+50/50	7052
+501	7053
+502	7054
+503	7055
+504	7056
+506	7057
+507	7058
+508	7059
+509	7060
+50k	7061
+50s	7062
+50th	7063
+515	7064
+510	7065
+511	7066
+512	7067
+513	7068
+514	7069
+516	7070
+517	7071
+518	7072
+519	7073
+51st	7074
+550	7075
+555	7076
+551	7077
+552	7078
+553	7079
+554	7080
+556	7081
+557	7082
+558	7083
+559	7084
+55th	7085
+580	7086
+586	7087
+581	7088
+582	7089
+583	7090
+584	7091
+585	7092
+587	7093
+588	7094
+589	7095
+520	7096
+521	7097
+522	7098
+523	7099
+524	7100
+525	7101
+526	7102
+527	7103
+528	7104
+529	7105
+530	7106
+531	7107
+532	7108
+533	7109
+534	7110
+535	7111
+536	7112
+537	7113
+538	7114
+539	7115
+540	7116
+541	7117
+542	7118
+543	7119
+544	7120
+545	7121
+546	7122
+547	7123
+548	7124
+549	7125
+560	7126
+561	7127
+562	7128
+563	7129
+564	7130
+565	7131
+566	7132
+567	7133
+568	7134
+569	7135
+570	7136
+571	7137
+572	7138
+573	7139
+574	7140
+575	7141
+576	7142
+577	7143
+578	7144
+579	7145
+5:30	7146
+5:45	7147
+590	7148
+592	7149
+595	7150
+596	7151
+597	7152
+598	7153
+599	7154
+5.0	7155
+5.1	7156
+5.3	7157
+5.4	7158
+5.5	7159
+5.7	7160
+5.9	7161
+5&6	7162
+5&A	7163
+5&i	7164
+5-10	7165
+5-6	7166
+you	7167
+yoke	7168
+yon	7169
+yolk	7170
+york	7171
+yos	7172
+yoyo	7173
+yea	7174
+yes	7175
+yep	7176
+yeeha	7177
+yet	7178
+yeganeh	7179
+yen	7180
+yer	7181
+yeww	7182
+yar	7183
+yak	7184
+yah	7185
+yacht	7186
+yall	7187
+yam	7188
+yay	7189
+ya'll	7190
+yada	7191
+yapping	7192
+yatzy	7193
+yaz	7194
+yum	7195
+yup	7196
+yugioh	7197
+yuh	7198
+yung	7199
+yurt	7200
+yield	7201
+yin	7202
+yikes	7203
+yippee	7204
+600	7205
+60's	7206
+601	7207
+602	7208
+603	7209
+604	7210
+605	7211
+606	7212
+607	7213
+608	7214
+609	7215
+60s	7216
+60th	7217
+610	7218
+611	7219
+612	7220
+613	7221
+614	7222
+615	7223
+616	7224
+617	7225
+618	7226
+619	7227
+61st	7228
+620	7229
+625	7230
+621	7231
+622	7232
+623	7233
+624	7234
+626	7235
+627	7236
+628	7237
+629	7238
+640	7239
+641	7240
+642	7241
+643	7242
+644	7243
+645	7244
+646	7245
+647	7246
+648	7247
+649	7248
+650	7249
+651	7250
+652	7251
+653	7252
+654	7253
+655	7254
+656	7255
+657	7256
+659	7257
+65th	7258
+630	7259
+631	7260
+632	7261
+633	7262
+635	7263
+636	7264
+637	7265
+638	7266
+639	7267
+660	7268
+661	7269
+662	7270
+663	7271
+664	7272
+665	7273
+666	7274
+667	7275
+668	7276
+669	7277
+680	7278
+681	7279
+682	7280
+684	7281
+685	7282
+686	7283
+687	7284
+688	7285
+689	7286
+6:30	7287
+6:45	7288
+670	7289
+678	7290
+671	7291
+675	7292
+676	7293
+677	7294
+679	7295
+690	7296
+691	7297
+694	7298
+695	7299
+696	7300
+697	7301
+698	7302
+699	7303
+6-10	7304
+6-7	7305
+6-8	7306
+6-foot	7307
+6.0	7308
+6.1	7309
+6.5	7310
+6&7	7311
+6&a	7312
+6&i	7313
+6ish	7314
+6pm.com	7315
+700	7316
+70's	7317
+701	7318
+702	7319
+703	7320
+704	7321
+705	7322
+706	7323
+707	7324
+708	7325
+709	7326
+70s	7327
+70th	7328
+720	7329
+727	7330
+721	7331
+722	7332
+723	7333
+724	7334
+725	7335
+726	7336
+728	7337
+729	7338
+72nd	7339
+710	7340
+711	7341
+712	7342
+713	7343
+714	7344
+715	7345
+716	7346
+717	7347
+718	7348
+719	7349
+71st	7350
+770	7351
+777	7352
+771	7353
+772	7354
+773	7355
+774	7356
+775	7357
+776	7358
+778	7359
+779	7360
+730	7361
+731	7362
+732	7363
+733	7364
+734	7365
+735	7366
+736	7367
+737	7368
+738	7369
+739	7370
+760	7371
+761	7372
+762	7373
+763	7374
+765	7375
+766	7376
+767	7377
+768	7378
+769	7379
+76ers	7380
+740	7381
+741	7382
+742	7383
+743	7384
+744	7385
+745	7386
+746	7387
+747	7388
+748	7389
+749	7390
+750	7391
+751	7392
+753	7393
+754	7394
+755	7395
+756	7396
+757	7397
+758	7398
+75th	7399
+780	7400
+781	7401
+782	7402
+783	7403
+785	7404
+786	7405
+787	7406
+788	7407
+789	7408
+7:45	7409
+790	7410
+791	7411
+793	7412
+795	7413
+796	7414
+797	7415
+798	7416
+799	7417
+7-10	7418
+7-8	7419
+7-Eleven	7420
+7-inch	7421
+7-year-old	7422
+7&8	7423
+7&9	7424
+7&a	7425
+7&i	7426
+7.0	7427
+7.3	7428
+7.5	7429
+920	7430
+921	7431
+922	7432
+923	7433
+924	7434
+925	7435
+926	7436
+928	7437
+929	7438
+930	7439
+931	7440
+932	7441
+933	7442
+934	7443
+935	7444
+936	7445
+937	7446
+939	7447
+970	7448
+971	7449
+972	7450
+973	7451
+975	7452
+978	7453
+979	7454
+97x	7455
+900	7456
+902	7457
+90's	7458
+901	7459
+903	7460
+904	7461
+905	7462
+908	7463
+909	7464
+90s	7465
+90th	7466
+940	7467
+941	7468
+944	7469
+945	7470
+946	7471
+947	7472
+948	7473
+949	7474
+94th	7475
+950	7476
+951	7477
+952	7478
+954	7479
+955	7480
+956	7481
+95th	7482
+999	7483
+990	7484
+995	7485
+996	7486
+997	7487
+99cent	7488
+910	7489
+911	7490
+912	7491
+913	7492
+914	7493
+915	7494
+916	7495
+917	7496
+918	7497
+919	7498
+980	7499
+9843	7500
+985	7501
+989	7502
+960	7503
+966	7504
+968	7505
+969	7506
+9:30	7507
+9:45	7508
+9/11	7509
+qua	7510
+que	7511
+quo	7512
+q-tips	7513
+Zac	7514
+Zam	7515
+Zapp	7516
+Zak	7517
+Zagg	7518
+Zales	7519
+Zavala	7520
+Zaxby's	7521
+Zay	7522
+Zip	7523
+Zim	7524
+Zig	7525
+Zin	7526
+Zia	7527
+Zicam	7528
+Zee	7529
+Zen	7530
+Zeb	7531
+Zealand	7532
+Zedd	7533
+Zeigler	7534
+Zeke	7535
+Zero	7536
+Zeta	7537
+Zeus	7538
+Zevon	7539
+Zoo	7540
+Zoe	7541
+Zombie	7542
+Zodiac	7543
+Zohan	7544
+Zuckerberg	7545
+Zuni	7546
+Zupas	7547
+Zushi	7548
+ZZZ	7549
+Zynga	7550
+Zyrtec	7551
+800	7552
+80's	7553
+801	7554
+802	7555
+803	7556
+804	7557
+805	7558
+806	7559
+808	7560
+80s	7561
+80th	7562
+827	7563
+820	7564
+821	7565
+822	7566
+823	7567
+825	7568
+826	7569
+828	7570
+829	7571
+82nd	7572
+830	7573
+831	7574
+832	7575
+833	7576
+834	7577
+835	7578
+836	7579
+837	7580
+838	7581
+839	7582
+850	7583
+851	7584
+852	7585
+853	7586
+855	7587
+856	7588
+857	7589
+858	7590
+859	7591
+85th	7592
+810	7593
+811	7594
+812	7595
+813	7596
+814	7597
+815	7598
+816	7599
+817	7600
+818	7601
+819	7602
+840	7603
+841	7604
+843	7605
+844	7606
+845	7607
+846	7608
+847	7609
+848	7610
+849	7611
+860	7612
+862	7613
+863	7614
+864	7615
+865	7616
+866	7617
+8675309	7618
+868	7619
+888	7620
+88.3	7621
+880	7622
+881	7623
+883	7624
+885	7625
+886	7626
+887	7627
+870	7628
+871	7629
+872	7630
+875	7631
+876	7632
+877	7633
+879	7634
+8:30	7635
+8:45	7636
+890	7637
+895	7638
+896	7639
+898	7640
+899	7641
+8.1	7642
+8.5	7643
+8.com	7644
+8&9	7645
+8&a	7646
+Qui	7647
+Quonset	7648
+Quran	7649
+Qaeda	7650
+Qantas	7651
+Qatar	7652
+QPS	7653
+QRS	7654
+QVC	7655
+QWERTY	7656
+QWOP	7657
+Qik	7658
+Qt's	7659
+zip	7660
+zit	7661
+zig	7662
+zio	7663
+zirconia	7664
+zoo	7665
+zombie	7666
+zodiac	7667
+zoe	7668
+zofran	7669
+zoloft	7670
+zero	7671
+zest	7672
+zebra	7673
+zeal	7674
+zedge	7675
+zekos	7676
+zendaya	7677
+zap	7678
+zan	7679
+zag	7680
+zaxbys	7681
+zucchini	7682
+zukin's	7683
+zynga	7684
+zyrtec	7685
+zzzquil	7686
+zzzz	7687
+Xavier	7688
+XLR	7689
+XLT	7690
+XXL	7691
+XXX	7692
+Xerox	7693
+Xin	7694
+Xiao	7695
+Xpress	7696
+Xterra	7697
+XCX	7698
+XDM	7699
+XML	7700
+XTC	7701
+XYZ	7702
+Xboxes	7703
+Xcel	7704
+Xchange	7705
+x-ray	7706
+xxx	7707
+xxoo	7708
+xvideos	7709
+xanax	7710
+xannies	7711
+xbox.com	7712
+xie	7713
+xnxx.com	7714
+xoox	7715
+xoxo	7716
+xrays	7717
+xscape	7718
+xsport	7719
+$contacts-	7720
+$contacts.	7721
+$contactsl	7722
+$contacts/	7723
+$contacts:	7724
+$contactsall	7725
+$contactsend	7726
+$contactsssage	7727
+$contactst	7728
+$ADDRESSNUM	7729
+$APP	7730
+$MONEY	7731
+$MONTH	7732
+$PERCENT	7733
+$POSTALCODE	7734
+$SONG	7735
+$STREET	7736
+000	7737
+001	7738
+007	7739
+011	7740
+:01	7741
+:02	7742
+:03	7743
+:04	7744
+:05	7745
+:06	7746
+:07	7747
+:08	7748
+:09	7749
+star	7750
+stat	7751
+stan	7752
+stab	7753
+stag	7754
+staff	7755
+stay	7756
+stadium	7757
+step	7758
+stew	7759
+stem	7760
+stein	7761
+stefanina's	7762
+stethoscope	7763
+stock	7764
+stop	7765
+stove	7766
+stole	7767
+stogie	7768
+stoic	7769
+stout	7770
+stow	7771
+stick	7772
+stir	7773
+stiff	7774
+stitch	7775
+stigma	7776
+stud	7777
+stun	7778
+stub	7779
+stuff	7780
+stutter	7781
+styrofoam	7782
+show	7783
+shop	7784
+shoo	7785
+shoe	7786
+shock	7787
+shot	7788
+shoals	7789
+shoguns	7790
+shoneys	7791
+sham	7792
+shad	7793
+shaw	7794
+shack	7795
+shatter	7796
+shaft	7797
+shag	7798
+shaimus	7799
+shit	7800
+shin	7801
+ship	7802
+shift	7803
+shim	7804
+shield	7805
+shiver	7806
+shish	7807
+shizz	7808
+shiiiit	7809
+shea	7810
+shed	7811
+shepherd	7812
+shemale	7813
+shebang	7814
+shenanigans	7815
+shes	7816
+shut	7817
+shuck	7818
+shun	7819
+shush	7820
+shyla	7821
+shyness	7822
+shystie	7823
+subs	7824
+subject	7825
+suburb	7826
+subpoena	7827
+subfloor	7828
+super	7829
+supine	7830
+surf	7831
+sure	7832
+surcharge	7833
+surance	7834
+surdyke	7835
+surly	7836
+surname	7837
+suns	7838
+sung	7839
+sunflower	7840
+sunk	7841
+sun's	7842
+sunlight	7843
+sunny	7844
+suntan	7845
+sunup	7846
+susan	7847
+susceptible	7848
+sushi	7849
+susie	7850
+suck	7851
+such	7852
+suction	7853
+sumac	7854
+sumn	7855
+sumo	7856
+sump	7857
+sums	7858
+sumthin	7859
+suffer	7860
+suggest	7861
+sugar	7862
+suit	7863
+suing	7864
+sued	7865
+sues	7866
+suey	7867
+sudden	7868
+sudafed	7869
+suds	7870
+sulphur	7871
+sultry	7872
+sutures	7873
+suxxx	7874
+spec	7875
+spew	7876
+sped	7877
+sperm	7878
+spar	7879
+span	7880
+spas	7881
+spat	7882
+spam	7883
+spazz	7884
+spade	7885
+spaghetti	7886
+spawn	7887
+spay	7888
+spalon	7889
+spot	7890
+spoil	7891
+spoke	7892
+spose	7893
+spin	7894
+spit	7895
+spic	7896
+spiffy	7897
+spigot	7898
+spry	7899
+splurge	7900
+spur	7901
+spun	7902
+spud	7903
+sputtering	7904
+spyglass	7905
+spying	7906
+spyware	7907
+sphere	7908
+sphincter	7909
+seas	7910
+sear	7911
+seat	7912
+seal	7913
+seam	7914
+sean	7915
+seagull	7916
+seaboard	7917
+seacoast	7918
+seadoo	7919
+seahorse	7920
+seaport	7921
+serv	7922
+sergeant	7923
+sermon	7924
+serpent	7925
+sera	7926
+serum	7927
+sent	7928
+send	7929
+senator	7930
+sen$contacts	7931
+self	7932
+sell	7933
+seldom	7934
+selmons	7935
+seltzer	7936
+selves	7937
+secu	7938
+second	7939
+secant	7940
+secs	7941
+seed	7942
+seek	7943
+seem	7944
+seein	7945
+seen	7946
+seer	7947
+sees	7948
+semi	7949
+semblance	7950
+setback	7951
+setup	7952
+seth	7953
+setlist	7954
+sets	7955
+sexual	7956
+sexy	7957
+sex.com	7958
+sexless	7959
+sevananda	7960
+sevyn	7961
+sediment	7962
+sepsis	7963
+sewage	7964
+sewing	7965
+sewn	7966
+sequin	7967
+seiner	7968
+seismic	7969
+segment	7970
+session	7971
+sesame	7972
+sesloc	7973
+scar	7974
+scan	7975
+scam	7976
+scat	7977
+scab	7978
+scaffold	7979
+scape	7980
+scag	7981
+scavenger	7982
+schmuck	7983
+schram's	7984
+schwans	7985
+sculpt	7986
+scuff	7987
+scum	7988
+scuba	7989
+scuttlebutt	7990
+scissor	7991
+sciatic	7992
+sci-fi	7993
+scene	7994
+scent	7995
+scenario	7996
+scenic	7997
+salt	7998
+sale	7999
+salsa	8000
+sally	8001
+sand	8002
+sang	8003
+sana	8004
+sanbernardino	8005
+sane	8006
+sanford	8007
+sank	8008
+sans	8009
+same	8010
+sams	8011
+sama	8012
+sambuca	8013
+samurai	8014
+save	8015
+savor	8016
+savvy	8017
+satellite	8018
+satanic	8019
+satchel	8020
+satyr	8021
+sadface	8022
+sadly	8023
+sadness	8024
+sack	8025
+sachem	8026
+sacs	8027
+safe	8028
+safari	8029
+saffron	8030
+safro	8031
+sausage	8032
+saute	8033
+sauerkraut	8034
+sauna	8035
+sail	8036
+said	8037
+saint	8038
+sabe	8039
+sabatino's	8040
+sabbatical	8041
+sabi	8042
+sable	8043
+sabrina	8044
+sara	8045
+sage	8046
+saga	8047
+sash	8048
+sass	8049
+sasquatch	8050
+sawdust	8051
+sawed	8052
+sawing	8053
+sawmill	8054
+saws	8055
+sawtooth	8056
+sawzall	8057
+sayin	8058
+says	8059
+say's	8060
+saprina	8061
+sake	8062
+sakioka	8063
+saxophone	8064
+soli	8065
+sold	8066
+sole	8067
+solo	8068
+sollenbergers	8069
+solstice	8070
+south	8071
+sound	8072
+sour	8073
+soul	8074
+soup	8075
+souffle	8076
+sought	8077
+sous	8078
+some	8079
+soma	8080
+somo	8081
+sock	8082
+soca	8083
+soccer	8084
+song	8085
+sono	8086
+sony	8087
+son's	8088
+son-in-law	8089
+sonders	8090
+sonenclar	8091
+sons	8092
+soft	8093
+sofa	8094
+soffit	8095
+sort	8096
+sore	8097
+sorbet	8098
+sorcery	8099
+sorority	8100
+soon	8101
+sooo	8102
+sooper	8103
+soos	8104
+soak	8105
+soap	8106
+soar	8107
+sober	8108
+soba	8109
+sobbing	8110
+sobriety	8111
+soprano	8112
+soda	8113
+sodium	8114
+sodomy	8115
+soil	8116
+soiree	8117
+soybean	8118
+so-called	8119
+so-so	8120
+sovereignty	8121
+sing	8122
+since	8123
+sink	8124
+sinus	8125
+sinful	8126
+sinister	8127
+sino	8128
+sins	8129
+sign	8130
+sigh	8131
+sigues	8132
+simi	8133
+simmer	8134
+sims	8135
+silver	8136
+sill	8137
+silk	8138
+silhouette	8139
+silo	8140
+silt	8141
+side	8142
+siding	8143
+site	8144
+sitar	8145
+sits	8146
+sicko	8147
+sickies	8148
+sickness	8149
+sicky	8150
+sis's	8151
+siskey	8152
+size	8153
+sizable	8154
+sizing	8155
+sire	8156
+siri	8157
+sirloin	8158
+sirree	8159
+sirs	8160
+siphon	8161
+sips	8162
+six-month	8163
+sixes	8164
+siebenthaler	8165
+siege	8166
+siempre	8167
+siento	8168
+siesta	8169
+sieve	8170
+siblings	8171
+slack	8172
+slap	8173
+slam	8174
+slaughter	8175
+slash	8176
+slay	8177
+slab	8178
+slag	8179
+slain	8180
+slakey	8181
+slaw	8182
+slip	8183
+slid	8184
+slim	8185
+slight	8186
+slit	8187
+sliver	8188
+sled	8189
+sleigh	8190
+slender	8191
+slept	8192
+slew	8193
+slow	8194
+slob	8195
+slop	8196
+slot	8197
+slogan	8198
+slouch	8199
+slur	8200
+slug	8201
+slum	8202
+slush	8203
+slut	8204
+sludge	8205
+snow	8206
+snob	8207
+snot	8208
+snogging	8209
+snout	8210
+snozberries	8211
+snap	8212
+snack	8213
+snag	8214
+snake	8215
+snatch	8216
+snail	8217
+snafu	8218
+snazzy	8219
+snip	8220
+sniff	8221
+snitch	8222
+snicker	8223
+snide	8224
+snug	8225
+snuff	8226
+snub	8227
+snuck	8228
+sneak	8229
+snedaker	8230
+swell	8231
+swept	8232
+swim	8233
+switch	8234
+swirl	8235
+swift	8236
+swig	8237
+swivel	8238
+swam	8239
+swan	8240
+swallow	8241
+swap	8242
+swag	8243
+sway	8244
+swab	8245
+swatch	8246
+swaddle	8247
+swains	8248
+swastika	8249
+skin	8250
+skip	8251
+skill	8252
+skim	8253
+skit	8254
+skid	8255
+skirt	8256
+skiff	8257
+skiing	8258
+skis	8259
+sketch	8260
+skew	8261
+skeptic	8262
+skyscraper	8263
+sky's	8264
+skybox	8265
+skyrocket	8266
+skyvi	8267
+skyward	8268
+skank	8269
+skunk	8270
+skull	8271
+skool	8272
+skore	8273
+smother	8274
+smog	8275
+smock	8276
+smoldering	8277
+smart	8278
+smack	8279
+small	8280
+smash	8281
+smidge	8282
+smirk	8283
+smear	8284
+smexy	8285
+smug	8286
+smudge	8287
+smurf	8288
+smushed	8289
+smut	8290
+sync	8291
+synergy	8292
+symbol	8293
+system	8294
+sylvia	8295
+syrup	8296
+s.o.b	8297
+s.o.l	8298
+cont	8299
+cons	8300
+conf	8301
+cone	8302
+con-	8303
+conked	8304
+conrads	8305
+conundrum	8306
+comp	8307
+comm	8308
+comb	8309
+come	8310
+coma	8311
+comcast	8312
+como	8313
+com.au	8314
+comdata	8315
+comrade	8316
+colo	8317
+cold	8318
+cola	8319
+coli	8320
+cole	8321
+colt	8322
+colbys	8323
+corn	8324
+cord	8325
+corp	8326
+cork	8327
+core	8328
+cory	8329
+could	8330
+couch	8331
+coumadin	8332
+couture	8333
+cook	8334
+coop	8335
+cool	8336
+coochie	8337
+coon	8338
+coos	8339
+cock	8340
+coca	8341
+coches	8342
+cocina	8343
+copy	8344
+cope	8345
+cops	8346
+copter	8347
+cost	8348
+cosa	8349
+cosgrove	8350
+cosplay	8351
+coast	8352
+coach	8353
+coat	8354
+coal	8355
+coax	8356
+coarse	8357
+cove	8358
+code	8359
+coda	8360
+coding	8361
+codone	8362
+cody	8363
+coward	8364
+coworker	8365
+cowgirl	8366
+cowl	8367
+cows	8368
+coin	8369
+coil	8370
+cobble	8371
+cobalt	8372
+coborns	8373
+cobra	8374
+cobwebs	8375
+cotillion	8376
+coffee	8377
+coffin	8378
+cogeco	8379
+coho	8380
+coked	8381
+cokes	8382
+coyote	8383
+coed	8384
+coexist	8385
+cozy	8386
+care	8387
+card	8388
+cart	8389
+carb	8390
+carp	8391
+cara	8392
+cari	8393
+cars	8394
+car.	8395
+car's	8396
+car2go	8397
+carfax	8398
+cargo	8399
+carwash	8400
+cant	8401
+cane	8402
+canvas	8403
+canyon	8404
+can't	8405
+can.	8406
+canker	8407
+cans	8408
+call	8409
+calc	8410
+calm	8411
+calorie	8412
+calzone	8413
+cal$contacts	8414
+calbag	8415
+calf	8416
+cals	8417
+calypso	8418
+cast	8419
+cash	8420
+case	8421
+casa	8422
+cask	8423
+catch	8424
+cath	8425
+cation	8426
+cat's	8427
+catfish	8428
+catnip	8429
+cats	8430
+catwalk	8431
+cape	8432
+caps	8433
+capo	8434
+capris	8435
+camp	8436
+came	8437
+camo	8438
+cami	8439
+cams	8440
+camcorder	8441
+cammies	8442
+camron	8443
+cabin	8444
+caboose	8445
+cabs	8446
+caucus	8447
+caught	8448
+cave	8449
+cava	8450
+cada	8451
+cafe	8452
+caff	8453
+cactus	8454
+cage	8455
+cago	8456
+caked	8457
+cakes	8458
+cakewalk	8459
+char	8460
+chan	8461
+chap	8462
+chat	8463
+chai	8464
+chad	8465
+chafing	8466
+chagrin	8467
+chavoshi	8468
+check	8469
+chem	8470
+cher	8471
+chew	8472
+chef	8473
+cheddar	8474
+cheba	8475
+chex	8476
+cheyenne	8477
+chez	8478
+chic	8479
+chip	8480
+chin	8481
+chief	8482
+chit	8483
+chihuahua	8484
+chia	8485
+chibi	8486
+chiffon	8487
+chiquis	8488
+chop	8489
+choc	8490
+choo	8491
+choi	8492
+chomp	8493
+chose	8494
+chow	8495
+chode	8496
+chong	8497
+chuck	8498
+chum	8499
+chunk	8500
+chug	8501
+chulo	8502
+chris	8503
+chrysalis	8504
+chlamydia	8505
+crack	8506
+crap	8507
+craft	8508
+cram	8509
+crab	8510
+crate	8511
+cray	8512
+cradle	8513
+crepe	8514
+crevice	8515
+crew	8516
+crow	8517
+croc	8518
+crop	8519
+crook	8520
+crotch	8521
+croissant	8522
+croquet	8523
+croak	8524
+cronies	8525
+crud	8526
+cruel	8527
+crutch	8528
+crux	8529
+crib	8530
+crick	8531
+crystal	8532
+crypt	8533
+cryin	8534
+crybaby	8535
+clam	8536
+clap	8537
+clay	8538
+clan	8539
+claw	8540
+clack	8541
+clad	8542
+clavicle	8543
+clip	8544
+client	8545
+cliff	8546
+clit	8547
+clique	8548
+clot	8549
+clock	8550
+cloud	8551
+clove	8552
+clog	8553
+clown	8554
+cloak	8555
+clomid	8556
+cleco	8557
+cleft	8558
+club	8559
+clue	8560
+cluster	8561
+cluck	8562
+cluding	8563
+clunking	8564
+curl	8565
+curb	8566
+cure	8567
+curd	8568
+curtain	8569
+curable	8570
+curfew	8571
+cust	8572
+cuss	8573
+cusp	8574
+cute	8575
+cuts	8576
+cutbacks	8577
+cutrubus	8578
+cult	8579
+cul-de-sac	8580
+culinary	8581
+culvert	8582
+cumshot	8583
+cumin	8584
+cumple	8585
+cumulative	8586
+cube	8587
+cubic	8588
+cubs	8589
+cupboard	8590
+cupcake	8591
+cupid	8592
+cups	8593
+cucumber	8594
+cucas	8595
+cuckoo	8596
+cuffed	8597
+cufflinks	8598
+cuffs	8599
+cunt	8600
+cunning	8601
+cues	8602
+cell	8603
+celadon	8604
+cent	8605
+cert	8606
+ceramic	8607
+cease	8608
+ceasing	8609
+cember	8610
+ceiling	8611
+ceived	8612
+cedarwood	8613
+cetera	8614
+cetra	8615
+cirella's	8616
+cirrhosis	8617
+citi	8618
+cita	8619
+city	8620
+cite	8621
+cine	8622
+cinzetti's	8623
+cigar	8624
+cigs	8625
+cigz	8626
+cilantro	8627
+cilco	8628
+cilia	8629
+cialis	8630
+ciao	8631
+cycle	8632
+cyclone	8633
+cyborg	8634
+cystic	8635
+cysts	8636
+cyanide	8637
+cylinders	8638
+cymbalta	8639
+cynical	8640
+cynicism	8641
+cypher	8642
+cypress	8643
+c$contactsll	8644
+Star	8645
+Stan	8646
+Staff	8647
+Staple	8648
+Stag	8649
+Stay	8650
+Stabler	8651
+Stadium	8652
+Staker	8653
+Stavros	8654
+Step	8655
+Stef	8656
+Stew	8657
+Stein	8658
+Steuben	8659
+Stebbins	8660
+Stedman	8661
+Steger	8662
+Stemmons	8663
+Stenton	8664
+Stetson	8665
+Stock	8666
+Stoke	8667
+Stop	8668
+Stow	8669
+Stoddard	8670
+Stompeez	8671
+Struthers	8672
+Stud	8673
+Stuart	8674
+Stuy	8675
+Stuebner	8676
+Stuff	8677
+Stupid	8678
+Stuttgart	8679
+Stick	8680
+Stigler	8681
+Stihl	8682
+Stimpy	8683
+Stirling	8684
+Stitch	8685
+Stivers	8686
+Stix	8687
+Style	8688
+Styrofoam	8689
+Styx	8690
+Sand	8691
+Sana	8692
+Sanja	8693
+SanDisk	8694
+SanMar	8695
+Sanborn	8696
+Sanel	8697
+Sanford	8698
+Sano	8699
+Sanyo	8700
+Sala	8701
+Salt	8702
+Sale	8703
+Sal's	8704
+Sals	8705
+Saluda	8706
+Salwa	8707
+Sams	8708
+Sami	8709
+Sam's	8710
+Sameer	8711
+Sampson	8712
+Sara	8713
+Sarge	8714
+Sartell	8715
+Sarver	8716
+Saba	8717
+Sabin	8718
+Sabbath	8719
+Sabetha	8720
+Saul	8721
+Sauk	8722
+Saudi	8723
+Sauer	8724
+Saunders	8725
+Saurus	8726
+Sausalito	8727
+Sauvignon	8728
+Satan	8729
+Satellite	8730
+Sato	8731
+Satriani	8732
+Savi	8733
+Save	8734
+Saga	8735
+Sage	8736
+Sagle	8737
+Saguaro	8738
+Sain	8739
+Sail	8740
+Said	8741
+Saigon	8742
+Saito's	8743
+Saiyan	8744
+Sachs	8745
+Sackville	8746
+Saco	8747
+Sadie	8748
+Sade	8749
+Sadler	8750
+Sasha	8751
+Sasa	8752
+Sasquatch	8753
+Sawyer	8754
+Sawgrass	8755
+Sawmill	8756
+Sawnee	8757
+Sawtelle	8758
+Safe	8759
+Safari	8760
+Safford	8761
+Sayre	8762
+Saybrook	8763
+Sayer	8764
+Saylor's	8765
+Says	8766
+Sayville	8767
+Saxon	8768
+Saxbys	8769
+Saxton	8770
+Sapp	8771
+Sapulpa	8772
+Sakana	8773
+Saks	8774
+Sakura	8775
+Saab	8776
+Saad	8777
+Sahara	8778
+Sahuarita	8779
+Shar	8780
+Shan	8781
+Shaw	8782
+Shay	8783
+Shah	8784
+Shaun	8785
+Shack	8786
+Shai	8787
+Shae	8788
+Shaggy	8789
+Shaolin	8790
+Shapiro	8791
+Shaquille	8792
+Shasta	8793
+Shazam	8794
+Shea	8795
+Shen	8796
+Sheila	8797
+Shedd	8798
+Sheffield	8799
+Shekinah	8800
+Shem	8801
+Shetland	8802
+Shop	8803
+Shot	8804
+Show	8805
+Shock	8806
+Shoe	8807
+Shoal	8808
+Shogun	8809
+Shout	8810
+Shovelhead	8811
+Ship	8812
+Shin	8813
+Shiv	8814
+Shia	8815
+Shiba	8816
+Shift	8817
+Shih	8818
+Shiki	8819
+Shimano	8820
+Shrugged	8821
+Shugart	8822
+Shula's	8823
+Shurmur	8824
+Seas	8825
+Seal	8826
+Sean	8827
+Seahawk	8828
+Seattle	8829
+SeaComm	8830
+SeaTac	8831
+SeaWorld	8832
+Seacrest	8833
+Seamus	8834
+Seaport	8835
+Seaquarium	8836
+Seaway	8837
+Serra	8838
+Serbia	8839
+Serato	8840
+Serpentini	8841
+Serta	8842
+Sena	8843
+Sent	8844
+Send	8845
+Seneca	8846
+Senior	8847
+Sennheiser	8848
+Selby	8849
+Selah	8850
+Selden	8851
+Self	8852
+Selkirk	8853
+Seltzer	8854
+Seco	8855
+Secret	8856
+Secaucus	8857
+Section	8858
+Sevan	8859
+See's	8860
+Seeburg	8861
+Seeger	8862
+Seekonk	8863
+Seema	8864
+Seether	8865
+Seth	8866
+Setauket	8867
+Seterus	8868
+Seton	8869
+Setzer	8870
+Sedona	8871
+Sedro	8872
+Semco	8873
+Semmes	8874
+Semoran	8875
+Semper	8876
+Sephora	8877
+Seppi's	8878
+Sega	8879
+Seger	8880
+Segway	8881
+Sebring	8882
+Seward	8883
+Sewickley	8884
+Seibert	8885
+Seiko	8886
+Seinfeld	8887
+Sequim	8888
+Sesame	8889
+Sexton	8890
+Sexy	8891
+Seybold	8892
+Seymour	8893
+Sunny	8894
+Suns	8895
+SunPass	8896
+SunTrust	8897
+Sunapee	8898
+Sunglass	8899
+Sunkist	8900
+Sunland	8901
+Sunmart	8902
+Sunoco	8903
+Sunwest	8904
+Super	8905
+Surf	8906
+Surin	8907
+Surla	8908
+Surprise	8909
+Sumerel	8910
+Sumner	8911
+Sumpter	8912
+Sumter	8913
+Susan	8914
+Susie	8915
+Sushi	8916
+Susquehanna	8917
+Sutliff	8918
+Sutphin	8919
+Sutra	8920
+Subaru	8921
+Suburban	8922
+SubFinder	8923
+Submarine	8924
+Subs	8925
+Subway	8926
+Sultan	8927
+Sulphur	8928
+Suzi	8929
+Suzanne	8930
+Suzette	8931
+Suzuki	8932
+Suzy	8933
+Sugar	8934
+Suggs	8935
+Suit	8936
+Suicide	8937
+Suisun	8938
+Sudan	8939
+Sudbury	8940
+Suddenlink	8941
+Sudley	8942
+Sudoku	8943
+Sucker	8944
+Sue's	8945
+Suey	8946
+Suffern	8947
+Suffield	8948
+Suffolk	8949
+Suki	8950
+Sukho	8951
+Suamico	8952
+Suarez	8953
+South	8954
+Sound	8955
+Soul	8956
+Soup	8957
+Sour	8958
+Souderton	8959
+Souza	8960
+Sony	8961
+Sona	8962
+Song	8963
+Sonny	8964
+Soncy	8965
+Sondra	8966
+Sonesta	8967
+Sonja	8968
+Sons	8969
+Sonu	8970
+Sola	8971
+Solo	8972
+Sole	8973
+Sol's	8974
+Solstice	8975
+Solutions	8976
+Some	8977
+Soma	8978
+Sombrero	8979
+Sommers	8980
+Sorcerer's	8981
+Socastee	8982
+Soccer	8983
+Socrates	8984
+Sofi	8985
+Soft	8986
+Sopranos	8987
+Sobe	8988
+Sobiech	8989
+Soboba	8990
+Sobrante	8991
+Soda	8992
+Soddy	8993
+Sodexo	8994
+SoCal	8995
+SoCo	8996
+Sovereign	8997
+Soap	8998
+Soaring	8999
+Sooners	9000
+Soopers	9001
+Sosa	9002
+Sossaman	9003
+Sotheby's	9004
+Soto	9005
+Space	9006
+Spade	9007
+Spaghetti	9008
+Spalding	9009
+Spahn	9010
+Spain	9011
+Spas	9012
+Spaulding	9013
+Sperry	9014
+Spektor	9015
+Spruce	9016
+Spin	9017
+Spice	9018
+Spider	9019
+Spike	9020
+Spiller	9021
+Spivey	9022
+Sport	9023
+Spot	9024
+Sponge	9025
+Spoon	9026
+Spock	9027
+Splash	9028
+Spurgeon	9029
+Spurrier	9030
+Spurs	9031
+Spyder	9032
+Spyro	9033
+Spherion	9034
+Sphinx	9035
+Silas	9036
+Silber	9037
+Silicon	9038
+Silk	9039
+Sill	9040
+Siloam	9041
+Silpada	9042
+Silsbee	9043
+Simon	9044
+Simi	9045
+Sims	9046
+SimCity	9047
+Simba	9048
+Simcoe	9049
+Simeon	9050
+Sing	9051
+Sina	9052
+Sinbad	9053
+Sinead	9054
+Sinking	9055
+Sinnissippi	9056
+Sinton	9057
+Sisk	9058
+Sisley	9059
+Sisqo	9060
+Sign	9061
+Sigalert	9062
+Sigel	9063
+Sigler	9064
+Sigourney	9065
+Sierra	9066
+Siemens	9067
+Siesta	9068
+Siri	9069
+Sirloin	9070
+Sirus	9071
+Sita	9072
+Site	9073
+Sitka	9074
+Sitting	9075
+Sick	9076
+Side	9077
+Siddiqui	9078
+Sidney	9079
+Sikes	9080
+Sikh	9081
+Sikorsky	9082
+Sixers	9083
+Sixt	9084
+Sixx	9085
+Size	9086
+Siberia	9087
+Sibley	9088
+Sioux	9089
+Siobhan	9090
+Siamese	9091
+Schlotzsky's	9092
+Scot	9093
+Scout	9094
+Scooby	9095
+Scopus	9096
+Scoville	9097
+Scaggs	9098
+Scala	9099
+Scappoose	9100
+Scissorhands	9101
+Scituate	9102
+Scent	9103
+Scenic	9104
+Scuba	9105
+Scully	9106
+Skype	9107
+SkyDrive	9108
+SkyMiles	9109
+Skyblock	9110
+Skye	9111
+Skyfall	9112
+Skyharbor	9113
+Skytop	9114
+Skyview	9115
+Skin	9116
+Skid	9117
+Skip	9118
+Skiatook	9119
+Skibo	9120
+Skittles	9121
+Skamania	9122
+Skaneateles	9123
+Skeet	9124
+Skechers	9125
+Skemp	9126
+Skoal	9127
+Skokie	9128
+Skout	9129
+Skowhegan	9130
+Skullcandy	9131
+Swan	9132
+Swain	9133
+Swamp	9134
+Swahili	9135
+Swap	9136
+Swayze	9137
+Sweat	9138
+Swenson	9139
+Sweitzer	9140
+Swick	9141
+Swim	9142
+Swiper	9143
+Swizz	9144
+Swope	9145
+Sword	9146
+Slam	9147
+Slab	9148
+Slacker	9149
+Slade	9150
+Slanted	9151
+Slappey	9152
+Slauson	9153
+Slavic	9154
+Slayer	9155
+Sligh	9156
+Slim	9157
+Slidell	9158
+Slope	9159
+Slough	9160
+Sleep	9161
+Slender	9162
+Sledge	9163
+Slurpee	9164
+Slugger	9165
+Smart	9166
+Small	9167
+Smash	9168
+Smile	9169
+Smiddy	9170
+Smirnoff	9171
+Smoot	9172
+Smosh	9173
+Smyth	9174
+Smyrna	9175
+Smurfs	9176
+Snow	9177
+Snodgrass	9178
+Snohomish	9179
+Snopes	9180
+Snoqualmie	9181
+Snap	9182
+Snack	9183
+Snake	9184
+Snell	9185
+Snead	9186
+Sneed	9187
+Snickers	9188
+Snider	9189
+Snipes	9190
+Snyders	9191
+Sylacauga	9192
+Syleena	9193
+Sylmar	9194
+Sync	9195
+Sydney	9196
+Syria	9197
+Syracuse	9198
+System	9199
+Sysco	9200
+Sybaris	9201
+Sybil	9202
+Sycamore	9203
+Sycuan	9204
+Sykesville	9205
+Symone	9206
+Symphony	9207
+Square	9208
+Squad	9209
+Squamish	9210
+Squatch	9211
+Squaw	9212
+Squier	9213
+Squishy	9214
+SAT's	9215
+SATA	9216
+SATs	9217
+SARS	9218
+SPCA	9219
+SPECT	9220
+SPEED	9221
+SPID	9222
+SSAT	9223
+SSDI	9224
+SSID	9225
+STD's	9226
+STDs	9227
+SMECO	9228
+SMUD	9229
+SEALs	9230
+SCE&G	9231
+SIDS	9232
+SIUE	9233
+SOCOM	9234
+SWAT	9235
+SDSU	9236
+SUNY	9237
+SUV's	9238
+prop	9239
+pros	9240
+prom	9241
+prof	9242
+prob	9243
+prod	9244
+project	9245
+proof	9246
+prohibit	9247
+proud	9248
+prorate	9249
+prowl	9250
+prozac	9251
+pres	9252
+prep	9253
+preheat	9254
+prejudice	9255
+prenatal	9256
+prey	9257
+prequel	9258
+prim	9259
+prior	9260
+pride	9261
+priest	9262
+prize	9263
+prilosec	9264
+pray	9265
+pragmatic	9266
+praline	9267
+praxis	9268
+prude	9269
+prying	9270
+part	9271
+para	9272
+pare	9273
+park	9274
+pars	9275
+par-tay	9276
+pardon	9277
+parfait	9278
+parvo	9279
+path	9280
+pate	9281
+patch	9282
+patootie	9283
+pats	9284
+pant	9285
+pani	9286
+pana	9287
+pane	9288
+pans	9289
+panhandling	9290
+past	9291
+pass	9292
+pasa	9293
+pashaei	9294
+paso	9295
+pasquales	9296
+pain	9297
+pair	9298
+pail	9299
+paid	9300
+pack	9301
+pace	9302
+pacman	9303
+pact	9304
+paczki	9305
+pala	9306
+pale	9307
+palm	9308
+pals	9309
+pal.com	9310
+palisade	9311
+palominos	9312
+palpitations	9313
+paltalk	9314
+payback	9315
+paycheck	9316
+payday	9317
+payment	9318
+pays	9319
+pay-per-view	9320
+payPal	9321
+payable	9322
+paying	9323
+payless	9324
+payroll	9325
+papa	9326
+paper	9327
+papi	9328
+paprika	9329
+papyrus	9330
+page	9331
+pagan	9332
+paging	9333
+pagliai's	9334
+pagoda	9335
+padawan	9336
+padlock	9337
+padrinos	9338
+pads	9339
+pave	9340
+paul	9341
+pawn	9342
+paws	9343
+pajamas	9344
+post	9345
+poss	9346
+pose	9347
+posados	9348
+posh	9349
+posole	9350
+poly	9351
+poll	9352
+polar	9353
+pole	9354
+polk	9355
+polo	9356
+polcari's	9357
+poltergeist	9358
+port	9359
+porn	9360
+pork	9361
+pore	9362
+porfavor	9363
+porous	9364
+porque	9365
+porridge	9366
+pops	9367
+pope	9368
+pop-up	9369
+popcorn	9370
+popgo	9371
+popin	9372
+popka	9373
+poplar	9374
+popo's	9375
+poop	9376
+pool	9377
+poor	9378
+pooch	9379
+poodle	9380
+poon	9381
+poof	9382
+pooja	9383
+pooter	9384
+potbelly	9385
+potion	9386
+pots	9387
+poison	9388
+poignant	9389
+powder	9390
+pour	9391
+pout	9392
+pouch	9393
+poultry	9394
+pond	9395
+pony	9396
+poncho	9397
+pong	9398
+ponies	9399
+pons	9400
+pontoon	9401
+poke	9402
+poky	9403
+pomegranate	9404
+pomoco	9405
+poms	9406
+pock	9407
+poca	9408
+poco	9409
+pocus	9410
+podcast	9411
+pods	9412
+podunk	9413
+poet	9414
+poem	9415
+poaching	9416
+poblanos	9417
+poverty	9418
+pers	9419
+perm	9420
+perv	9421
+perk	9422
+pero	9423
+perani's	9424
+pergola	9425
+perhaps	9426
+perjury	9427
+peruse	9428
+pens	9429
+pent	9430
+penguin	9431
+penos	9432
+penyata	9433
+peak	9434
+pear	9435
+peas	9436
+peanut	9437
+peek	9438
+peel	9439
+peep	9440
+peer	9441
+peeve	9442
+peed	9443
+peeing	9444
+pees	9445
+peewee	9446
+pedi	9447
+pedal	9448
+peds	9449
+petit	9450
+petal	9451
+pete	9452
+pets	9453
+pet's	9454
+petunia	9455
+pepboys	9456
+pepcid	9457
+pepes	9458
+pepsi	9459
+pepto	9460
+pest	9461
+peso	9462
+pessimist	9463
+pesky	9464
+peck	9465
+pecan	9466
+pectin	9467
+peculiar	9468
+pegboard	9469
+pegs	9470
+pellet	9471
+pelandale	9472
+pelicans	9473
+people	9474
+peony	9475
+pews	9476
+pewter	9477
+pebbles	9478
+peyote	9479
+peyton	9480
+pinch	9481
+pine	9482
+pink	9483
+pint	9484
+ping	9485
+pins	9486
+pina	9487
+pinwheel	9488
+pinball	9489
+pinhead	9490
+pinpoint	9491
+pinyin	9492
+pick	9493
+picnic	9494
+picante	9495
+pico	9496
+pics	9497
+pill	9498
+pilgrim	9499
+pile	9500
+pilot	9501
+pilaf	9502
+piling	9503
+pitch	9504
+pitbull	9505
+pits	9506
+pita	9507
+pitiful	9508
+pituitary	9509
+pity	9510
+pier	9511
+pieology	9512
+pies	9513
+piezoni's	9514
+pigeon	9515
+pigs	9516
+pigtail	9517
+pig's	9518
+piglet	9519
+pigment	9520
+piss	9521
+pimp	9522
+pima	9523
+pimento	9524
+pipe	9525
+piping	9526
+pips	9527
+pizano's	9528
+piada	9529
+piatti's	9530
+pixel	9531
+pixie	9532
+pious	9533
+pikepass	9534
+pikes	9535
+pirate	9536
+piranha	9537
+pivotal	9538
+play	9539
+plan	9540
+plaque	9541
+plausible	9542
+plaza	9543
+plea	9544
+pled	9545
+plex	9546
+pleurisy	9547
+plum	9548
+plug	9549
+pluck	9550
+plus	9551
+plural	9552
+plow	9553
+plot	9554
+plop	9555
+plover	9556
+ploy	9557
+plight	9558
+plywood	9559
+pure	9560
+purr	9561
+purty	9562
+punish	9563
+punk	9564
+punt	9565
+punjabi	9566
+puns	9567
+puny	9568
+pubic	9569
+pubs	9570
+push	9571
+puss	9572
+pull	9573
+pulp	9574
+putt	9575
+putz	9576
+puter	9577
+puth	9578
+puts	9579
+pump	9580
+pumice	9581
+pupil	9582
+pups	9583
+puffin	9584
+puffs	9585
+puffy	9586
+puke	9587
+puking	9588
+pucker	9589
+pucks	9590
+puzzle	9591
+puzzling	9592
+pugs	9593
+photo	9594
+phobia	9595
+phys	9596
+phyls	9597
+phase	9598
+phagans	9599
+phantom	9600
+phat	9601
+phil	9602
+phineasandferb	9603
+pheasant	9604
+phew	9605
+phlegm	9606
+phrased	9607
+phrases	9608
+psych	9609
+psyllium	9610
+pseudoephedrine	9611
+pyramid	9612
+pyro	9613
+pylon	9614
+pylori	9615
+pythons	9616
+p.o.	9617
+p.m.	9618
+Conn	9619
+Cone	9620
+ConAgra	9621
+Conicelli	9622
+Conklin	9623
+Conway	9624
+Conyers	9625
+Colo	9626
+Cole	9627
+Colt	9628
+Cold	9629
+Colma	9630
+Cola	9631
+Colchester	9632
+Colfax	9633
+Colgate	9634
+Corn	9635
+Cora	9636
+Cori	9637
+Corp	9638
+Core	9639
+Cork	9640
+Cory	9641
+Corcoran	9642
+Corgi	9643
+Cormier	9644
+Corunna	9645
+Corwin	9646
+Comm	9647
+Comp	9648
+Come	9649
+Como	9650
+ComEd	9651
+Comcast	9652
+Comfort	9653
+Comstock	9654
+Comus	9655
+Coupe	9656
+Couture	9657
+Cook	9658
+Cool	9659
+Coop	9660
+Coon	9661
+Coos	9662
+Cost	9663
+Cosby	9664
+Cosgrove	9665
+Coshocton	9666
+Cosi	9667
+Coss	9668
+Cope	9669
+Copa	9670
+Copy	9671
+Copiague	9672
+Copley	9673
+Coba	9674
+Cobb	9675
+Coble	9676
+Cobo	9677
+Cobra	9678
+Coby	9679
+Coach	9680
+Coal	9681
+Coat	9682
+Coast	9683
+Coakley	9684
+Coarsegold	9685
+Cota	9686
+Cotswold	9687
+Cotuit	9688
+Coco	9689
+Coca	9690
+Cocina	9691
+Cowboy	9692
+Coweta	9693
+Cowgirls	9694
+Cowsills	9695
+Cowtown	9696
+Cove	9697
+Cody	9698
+Code	9699
+Codman	9700
+Cohasset	9701
+Cohn	9702
+Cohoes	9703
+Coffman	9704
+Coggin	9705
+Cogdill	9706
+Cogswell	9707
+Coke	9708
+Cokato	9709
+Coquille	9710
+Coquina	9711
+Coquitlam	9712
+Coyote	9713
+Coyle	9714
+Coeur	9715
+Cox's	9716
+Cozad	9717
+Cozumel	9718
+Carl	9719
+Carr	9720
+Caro	9721
+Cart	9722
+Care	9723
+Card	9724
+Cara	9725
+Cary	9726
+Carbon	9727
+Cars	9728
+CarMax	9729
+Carfax	9730
+Carhartt	9731
+Call	9732
+Cali	9733
+Cale	9734
+Cala	9735
+Calhoun	9736
+Calm	9737
+CalPERS	9738
+Calkins	9739
+Calumet	9740
+Calypso	9741
+Camp	9742
+Came	9743
+Camden	9744
+Cam's	9745
+Cana	9746
+Cano	9747
+Cane	9748
+Canyon	9749
+Canby	9750
+Canfield	9751
+Canistota	9752
+Canucks	9753
+Cass	9754
+Case	9755
+Casa	9756
+Cash	9757
+Casual	9758
+Casbah	9759
+Cason	9760
+Cate	9761
+Cato	9762
+Catch	9763
+Cats	9764
+CatOS	9765
+Catwoman	9766
+Cape	9767
+Capp	9768
+Capco	9769
+Caputo	9770
+Cabo	9771
+Cabin	9772
+Cable	9773
+Cabbage	9774
+Cade	9775
+Cadbury	9776
+Cady	9777
+Cain	9778
+Caicos	9779
+Cairo	9780
+Cave	9781
+Cavs	9782
+Cayman	9783
+Cayce	9784
+Cayenne	9785
+Caylee	9786
+Cayuga	9787
+Caffe	9788
+Cafe	9789
+Cahaba	9790
+Cahill	9791
+Cahokia	9792
+Cahuenga	9793
+Caesar's	9794
+Caesars	9795
+Cajun	9796
+Cajon	9797
+Cakery	9798
+Cakes	9799
+Cause	9800
+Caucasian	9801
+Caza	9802
+Cazenovia	9803
+Cache	9804
+Cactus	9805
+Cage	9806
+Cagle	9807
+Chan	9808
+Chad	9809
+Chas	9810
+Chat	9811
+Chau	9812
+Chao	9813
+Chaya	9814
+ChaCha	9815
+Chabot	9816
+Chacho	9817
+Chagrin	9818
+Chaka	9819
+Chaz	9820
+Chee	9821
+Cher	9822
+Chev	9823
+Chen	9824
+Chem	9825
+Chek	9826
+Chet	9827
+Cheyenne	9828
+Cheboygan	9829
+Chef	9830
+Chegg	9831
+Chewbacca	9832
+Chex	9833
+Chin	9834
+Chip	9835
+Chia	9836
+Chief	9837
+Chihuahua	9838
+Chi's	9839
+Chiquita	9840
+Chiropractic	9841
+Chiwawa	9842
+Chris	9843
+Chun	9844
+Chubb	9845
+Chuck	9846
+Chu's	9847
+Chuggington	9848
+Chula	9849
+Chute	9850
+Chuy's	9851
+Chop	9852
+Chow	9853
+Choi	9854
+Chou	9855
+Chong	9856
+Choo	9857
+Chorus	9858
+Chloe's	9859
+Crow	9860
+Croft	9861
+Croatia	9862
+Croghan	9863
+Crohn's	9864
+Croix	9865
+Cromwell	9866
+Cronin	9867
+Cropsey	9868
+Croydon	9869
+Crew	9870
+Credit	9871
+Creighton	9872
+Crenshaw	9873
+Creole	9874
+Crepevine	9875
+Crete	9876
+Craft	9877
+Crab	9878
+Cray	9879
+Cramer	9880
+Crate	9881
+Craven	9882
+Cracker	9883
+Crashers	9884
+Crazy	9885
+Cribs	9886
+Cricket	9887
+Crivitz	9888
+Cruise	9889
+Crum	9890
+Crunch	9891
+Cruz	9892
+Crue	9893
+Crutchfield	9894
+Cryer	9895
+Crypt	9896
+Clay	9897
+Clan	9898
+Clackamas	9899
+Claddagh	9900
+Claggett	9901
+Clapton	9902
+Clatsop	9903
+Clawson	9904
+Claxton	9905
+Clem	9906
+Cleo	9907
+Cleve	9908
+Cleburne	9909
+Cleghorn	9910
+Clewiston	9911
+Clif	9912
+Clio	9913
+Clive	9914
+Cloud	9915
+Clock	9916
+Cloninger	9917
+Clooney	9918
+Clopay	9919
+Cloquet	9920
+Clorox	9921
+Clown	9922
+Club	9923
+Clue	9924
+Clute	9925
+Clyde	9926
+Clybourn	9927
+Cena	9928
+Cenex	9929
+Census	9930
+Cell	9931
+Celanese	9932
+Celsius	9933
+Ceres	9934
+Cermak	9935
+Cerny	9936
+Cervantes	9937
+Cedar	9938
+Cecil	9939
+Cece	9940
+Cecconi's	9941
+Cesar	9942
+Cessna	9943
+Curt	9944
+Curb	9945
+Cure	9946
+Cult	9947
+Culver	9948
+Culbertson	9949
+Culebra	9950
+Culinary	9951
+Culkin	9952
+Culpeper	9953
+Cutco	9954
+Cuthbert	9955
+Cutie	9956
+Cuts	9957
+Cupcake	9958
+Cupid	9959
+Cupertino	9960
+Cups	9961
+Cuba	9962
+Cube	9963
+Cubs	9964
+Cucamonga	9965
+Cucina	9966
+Cuckoo's	9967
+Cucos	9968
+Cudahy	9969
+Cuddy	9970
+Cudi	9971
+Cuero	9972
+Cuervo	9973
+Cuisinart	9974
+Cuisine	9975
+Cingular	9976
+Cintas	9977
+Citi	9978
+City	9979
+Citadel	9980
+Citgo	9981
+Cirby	9982
+Cirque	9983
+Cirro	9984
+Cicero	9985
+Cici	9986
+Cielo	9987
+Cienega	9988
+Ciera	9989
+Cimarron	9990
+Cimino's	9991
+Cimorelli	9992
+Cigar	9993
+Cigna	9994
+Cisco's	9995
+Cynthia	9996
+Cyndi	9997
+Cynwyd	9998
+Cycle	9999
+Cyclops	10000
+Cypress	10001
+Cyprus	10002
+Cyrus	10003
+Cyril	10004
+Cybertron	10005
+Cymbalta	10006
+Cymphonique	10007
+CC'd	10008
+CC's	10009
+CCAC	10010
+CCBC	10011
+CCRI	10012
+CPAP	10013
+CPAs	10014
+CPCC	10015
+CSUN	10016
+CARFAX	10017
+CARQUEST	10018
+CARSTAR	10019
+CATI	10020
+CDMA	10021
+CMA's	10022
+CMHA	10023
+CNA's	10024
+CNAC	10025
+CREF	10026
+CREST	10027
+CRST	10028
+CLEAR	10029
+COBB	10030
+COBRA	10031
+CEOs	10032
+Mari	10033
+Mart	10034
+Marc	10035
+Mars	10036
+Marg	10037
+Mark	10038
+Mary	10039
+Mara	10040
+Marv	10041
+Marr	10042
+Marx	10043
+Marnie	10044
+Marple	10045
+Maru	10046
+Mann	10047
+Mans	10048
+Manya	10049
+Man's	10050
+Mane	10051
+Mankato	10052
+Manziel	10053
+Matt	10054
+Math	10055
+Mata	10056
+Matlock	10057
+Matos	10058
+Matrix	10059
+Mack	10060
+Mach	10061
+Macy	10062
+Mac's	10063
+MacArthur	10064
+MacBook	10065
+MacFarlane	10066
+MacGyver	10067
+MacNeal	10068
+Macbeth	10069
+Macclenny	10070
+Macduff	10071
+Macs	10072
+Macungie	10073
+Malo	10074
+Mali	10075
+Mall	10076
+Male	10077
+Malco	10078
+Malbis	10079
+Malkovich	10080
+Malmsteen	10081
+Malnati's	10082
+Malvern	10083
+Malwarebytes	10084
+Mass	10085
+Mast	10086
+Mason	10087
+Masco	10088
+Mash	10089
+Masi	10090
+Mask	10091
+Maspeth	10092
+Made	10093
+Madi	10094
+Madonna	10095
+Madness	10096
+Madsen	10097
+Maya	10098
+Mayo	10099
+Mays	10100
+Mayday	10101
+Mayhew	10102
+Mayport	10103
+Mayra	10104
+Maytag	10105
+Mayville	10106
+Magi	10107
+Maga	10108
+Magda	10109
+Magoo	10110
+Magpul	10111
+Magruder	10112
+Maguire	10113
+Main	10114
+Maid	10115
+Maia	10116
+Maier	10117
+Mail	10118
+Mahdi	10119
+Mahtomedi	10120
+Mahwah	10121
+Maur	10122
+Maul	10123
+Maus	10124
+Mauer	10125
+Maui	10126
+Maxwell	10127
+Max's	10128
+Maxey	10129
+Maxton	10130
+Maxx	10131
+Make	10132
+Maki	10133
+Mako	10134
+Maple	10135
+MapQuest	10136
+Mapco	10137
+Maps	10138
+Mama	10139
+Maze	10140
+Mazatlan	10141
+Mazda	10142
+Mabel	10143
+Mabank	10144
+Mableton	10145
+Mabry	10146
+Mavis	10147
+Mavs	10148
+Mae's	10149
+Maeve	10150
+Major	10151
+Maaco	10152
+Maalox	10153
+Mont	10154
+Mona	10155
+Mons	10156
+Monro	10157
+Mongo	10158
+Monmouth	10159
+Monnex	10160
+Monument	10161
+More	10162
+Mora	10163
+Morgan	10164
+Morning	10165
+Mormon	10166
+Morkie	10167
+Morse	10168
+Moor	10169
+Moon	10170
+Moos	10171
+Moto	10172
+Mother	10173
+Mott	10174
+Mota	10175
+Motel	10176
+Motion	10177
+Motley	10178
+Motrin	10179
+Mouse	10180
+Mouth	10181
+Moss	10182
+Mosby	10183
+Mosley	10184
+Most	10185
+Molalla	10186
+Molson	10187
+Mobil	10188
+Mobb	10189
+Moberly	10190
+Mobley	10191
+Moby	10192
+Mohican	10193
+Mohegan	10194
+Mohr	10195
+Mohsen	10196
+Move	10197
+Movado	10198
+Mode	10199
+Moda	10200
+Mom's	10201
+Momence	10202
+Momo	10203
+Moms	10204
+Mozza	10205
+Mocksville	10206
+Moe's	10207
+Moen	10208
+Moab	10209
+Moana	10210
+Moffett	10211
+Moffitt	10212
+Mojang	10213
+Mojave	10214
+Moxies	10215
+Moyer	10216
+Moyock	10217
+Mill	10218
+Mila	10219
+Mile	10220
+Milk	10221
+Milo	10222
+Milton	10223
+Mildred	10224
+Milford	10225
+Milgard	10226
+Milham	10227
+Milner	10228
+Milpitas	10229
+Mine	10230
+Mind	10231
+Ming	10232
+Mina	10233
+Mini	10234
+Mint	10235
+Minute	10236
+Minford	10237
+Minh	10238
+Mich	10239
+Mick	10240
+Micro	10241
+Miccosukee	10242
+Mice	10243
+Middle	10244
+MidAmerica	10245
+Midnight	10246
+MidCountry	10247
+MidFirst	10248
+MidSouth	10249
+Midas	10250
+Midkiff	10251
+Midori	10252
+Midtown	10253
+Midvale	10254
+Miss	10255
+Mist	10256
+Misha	10257
+Miserables	10258
+Misfits	10259
+Mira	10260
+Miri	10261
+Mirena	10262
+Miromar	10263
+Mirror	10264
+Mirza	10265
+Mike	10266
+Mika	10267
+Miki	10268
+Mikuni	10269
+Miko	10270
+Mitch	10271
+Mitt	10272
+Mitsubishi	10273
+Miami	10274
+Mia's	10275
+Miata	10276
+Mizu	10277
+Mizzou	10278
+Might	10279
+Miguel	10280
+Mimi	10281
+Mima	10282
+Mims	10283
+Mifflinburg	10284
+Miyabi	10285
+Miyako	10286
+Merc	10287
+Mert	10288
+Meredith	10289
+Meranda	10290
+Merkel	10291
+Mermaid	10292
+Merv	10293
+Meryl	10294
+Mena	10295
+Men's	10296
+Menendez	10297
+Menifee	10298
+Menlo	10299
+Mensa	10300
+Menu	10301
+Melo	10302
+Mela	10303
+Mel's	10304
+Melrose	10305
+Metzger	10306
+MetLife	10307
+Metcalf	10308
+Meter	10309
+Mets	10310
+Mettawa	10311
+Metuchen	10312
+Medi	10313
+MedStar	10314
+Medco	10315
+Medela	10316
+Medlock	10317
+Medspa	10318
+Medtronic	10319
+Medusa	10320
+Medved	10321
+Medway	10322
+Mead	10323
+Mean	10324
+Meal	10325
+Meat	10326
+Meacham	10327
+Mears	10328
+Mease	10329
+Mesa	10330
+Meshuggah	10331
+Mesilla	10332
+Meskwaki	10333
+Mesquite	10334
+Mega	10335
+Meghan	10336
+Mechanic	10337
+Meck	10338
+Mecca	10339
+Meek	10340
+Meet	10341
+Meech	10342
+Meier	10343
+Meister	10344
+Memo	10345
+Member	10346
+Mema	10347
+Memphis	10348
+Meyerland	10349
+Meyers	10350
+Mews	10351
+McKay	10352
+McKnight	10353
+McGavock	10354
+McGhee	10355
+McDuffie	10356
+McAfee	10357
+McAuliffe	10358
+McMenamins	10359
+McNugget	10360
+McNichols	10361
+McLoughlin	10362
+McFerrin	10363
+McFlurry	10364
+McBride	10365
+McBain	10366
+McBee	10367
+McRae	10368
+McRib	10369
+McElroy	10370
+McEntire	10371
+McEwen	10372
+McHale	10373
+McHenry	10374
+McPhillips	10375
+McIntosh	10376
+McIntyre	10377
+McQuade	10378
+McQueen	10379
+McShane	10380
+McStuffins	10381
+Muni	10382
+Munford	10383
+Munhall	10384
+Munn	10385
+Munoz	10386
+Munroe	10387
+Must	10388
+Muse	10389
+Mushroom	10390
+Muslim	10391
+Musgraves	10392
+Musselman	10393
+Murph	10394
+Murano	10395
+Murchison	10396
+Murfreesboro	10397
+Murieta	10398
+Murs	10399
+Muldoon	10400
+Mulan	10401
+Mulberry	10402
+Mule	10403
+Mulford	10404
+Mulholland	10405
+Mulvane	10406
+Mudd	10407
+Mudbugs	10408
+Mudvayne	10409
+Muckleshoot	10410
+Mueller	10411
+Muer	10412
+Muhammad	10413
+Muhlenberg	10414
+Muirfield	10415
+Mukilteo	10416
+Mukwonago	10417
+Mumbai	10418
+Mumford	10419
+Muppets	10420
+Mutant	10421
+Mutual	10422
+Myrtle	10423
+Myra	10424
+Myriam	10425
+Myrna	10426
+Myron	10427
+Myers	10428
+Myla	10429
+Myakka	10430
+MSDS	10431
+MSNBC	10432
+MSPCA	10433
+MCAS	10434
+MCAT	10435
+MOHAVE	10436
+MOHELA	10437
+MOTO	10438
+MOUNTAIN	10439
+MTCN	10440
+MTSU	10441
+MILF	10442
+MLGW	10443
+M&M's	10444
+M&Ms	10445
+MACO	10446
+MGMT	10447
+MUSC	10448
+MUST	10449
+MRI's	10450
+Bron	10451
+Broad	10452
+Brock	10453
+Brother	10454
+Broil	10455
+BroMenn	10456
+Broly	10457
+Brophy	10458
+Bros	10459
+Broyles	10460
+Bran	10461
+Brad	10462
+Bray	10463
+Bram	10464
+Brae	10465
+Brawl	10466
+Bragg	10467
+Braxton	10468
+Braley	10469
+Brit	10470
+Brie	10471
+Brix	10472
+Brio	10473
+Bri's	10474
+Bren	10475
+Brew	10476
+Brea	10477
+Bree	10478
+Bret	10479
+Breck	10480
+Bredemann	10481
+Breitling	10482
+Brevard	10483
+Bruin	10484
+Bru's	10485
+Brule	10486
+Brumos	10487
+Bryan	10488
+Bryce	10489
+Bryn	10490
+Bryson	10491
+Brylee	10492
+Bryon	10493
+Barr	10494
+Barn	10495
+Bart	10496
+Barb	10497
+Bark	10498
+Bare	10499
+Bard	10500
+Bari	10501
+Baron	10502
+Bars	10503
+Barwood	10504
+Band	10505
+Bank	10506
+Bang	10507
+Bans	10508
+Banana	10509
+Banbury	10510
+Bane	10511
+Banjos	10512
+Banos	10513
+Banyan	10514
+Banzai	10515
+Ball	10516
+Bald	10517
+Balm	10518
+Bala	10519
+Bali	10520
+Balboa	10521
+Bale	10522
+Balfour	10523
+Balkan	10524
+Balvin	10525
+Base	10526
+Bass	10527
+Bash	10528
+Basco	10529
+Basque	10530
+Batch	10531
+Bath	10532
+Batavia	10533
+Batista	10534
+Baton	10535
+Batra	10536
+Batson	10537
+Bays	10538
+Bayer	10539
+BayCare	10540
+Bayport	10541
+Bach	10542
+Back	10543
+Baca	10544
+Baci	10545
+Bacon	10546
+Babe	10547
+Baba	10548
+Babs	10549
+Baby	10550
+Babbitt	10551
+Babcock	10552
+Babu	10553
+Bake	10554
+Baking	10555
+Bakken	10556
+Badger	10557
+Badass	10558
+Badcock	10559
+Badfinger	10560
+Badin	10561
+Badlands	10562
+Badu	10563
+Bagel	10564
+Bagan	10565
+Bagby	10566
+Bagdad	10567
+Baggins	10568
+Baghdad	10569
+Bagley	10570
+Bagwell	10571
+Bail	10572
+Bain	10573
+Baird	10574
+Baisden	10575
+Bama	10576
+Bahama	10577
+Bahia	10578
+Bahrain	10579
+Bauer	10580
+Baum	10581
+Bautista	10582
+Baxter	10583
+Baxley	10584
+Baer	10585
+Baez	10586
+Bell	10587
+Belt	10588
+Bela	10589
+Belk	10590
+Belen	10591
+Belhaven	10592
+Beloit	10593
+Belpre	10594
+Belsay	10595
+Belz	10596
+Bern	10597
+Berg	10598
+Bert	10599
+Bering	10600
+Berlin	10601
+Beryl	10602
+Bens	10603
+Bent	10604
+Bend	10605
+Benz	10606
+Ben's	10607
+Benbrook	10608
+Benoit	10609
+Beat	10610
+Bear	10611
+Beau	10612
+Bean	10613
+Beal	10614
+Beam	10615
+Beagle	10616
+Beazer	10617
+Beth	10618
+Beta	10619
+Betley	10620
+Between	10621
+Beech	10622
+Been	10623
+Beer	10624
+BeeGees	10625
+Beebe	10626
+Beef	10627
+Beekman	10628
+Beemer	10629
+Bees	10630
+Beeville	10631
+Beck	10632
+Becca	10633
+Because	10634
+Best	10635
+Bess	10636
+Bedard	10637
+Bedford	10638
+Bedingfield	10639
+Bedminster	10640
+Behavior	10641
+Behr	10642
+Behind	10643
+Beiber	10644
+Beijing	10645
+Being	10646
+Beirut	10647
+Beitel	10648
+Beverly	10649
+BevMo	10650
+Beville	10651
+Beyer	10652
+Beggs	10653
+Bemidji	10654
+Bemis	10655
+Beulah	10656
+Beulaville	10657
+Bona	10658
+Bond	10659
+Bone	10660
+Bono	10661
+BonChon	10662
+Bongo	10663
+Bonham	10664
+Bonjour	10665
+Bonton	10666
+Boot	10667
+Book	10668
+Booz	10669
+Boo's	10670
+Booey	10671
+Boom	10672
+Boop	10673
+Borg	10674
+Bora	10675
+Born	10676
+Boro	10677
+Boris	10678
+Borland	10679
+Boss	10680
+Bosa	10681
+Bosnia	10682
+Bose	10683
+Bosh	10684
+Bosley	10685
+Bosque	10686
+Bowl	10687
+Bowe	10688
+Bowman	10689
+Bowflex	10690
+Bowie	10691
+Bowser	10692
+Bowtech	10693
+Bought	10694
+Bouquet	10695
+Boutique	10696
+Boyd	10697
+Boys	10698
+Boyardee	10699
+Boyce	10700
+Boykin	10701
+Boyz	10702
+Bold	10703
+Boland	10704
+Boleyn	10705
+Bolger	10706
+Bologna	10707
+Bolsa	10708
+Bothell	10709
+Botox	10710
+Botsford	10711
+Bobo	10712
+Bobcat	10713
+Bob's	10714
+Body	10715
+Bodega	10716
+Bodhi	10717
+Bodom	10718
+Bogle	10719
+Bogota	10720
+Bogus	10721
+Boat	10722
+Boaz	10723
+Bois	10724
+Boingo	10725
+Boxford	10726
+Boxing	10727
+Boxster	10728
+Boca	10729
+Bocchino	10730
+Bocelli	10731
+Boch	10732
+Bock	10733
+Bohannon	10734
+Bohn	10735
+Boehner	10736
+Boeing	10737
+Boerne	10738
+Boethiah	10739
+Bomb	10740
+Bommarito	10741
+Bozeman	10742
+BofA	10743
+Bofill	10744
+Boppy	10745
+Burn	10746
+Burg	10747
+Burr	10748
+Burt	10749
+Burch	10750
+Burwell	10751
+Buck	10752
+Buccaneer	10753
+Buca	10754
+Bucyrus	10755
+Bush	10756
+Busey	10757
+Business	10758
+Bussey	10759
+Butt	10760
+Butch	10761
+Butera	10762
+Butler	10763
+Butner	10764
+Bull	10765
+Bulgaria	10766
+Bulverde	10767
+Budd	10768
+Buda	10769
+Bud's	10770
+Budget	10771
+Budweiser	10772
+Bunn	10773
+Bungie	10774
+Bunyan	10775
+Buell	10776
+Buehler	10777
+Buford	10778
+Buble	10779
+Build	10780
+Buick	10781
+Buie	10782
+Bugs	10783
+Buzzard	10784
+Buzz's	10785
+Buzzy's	10786
+Bumpus	10787
+Bukis	10788
+Bukit	10789
+Buy's	10790
+Blake	10791
+Blade	10792
+Blas	10793
+Blalock	10794
+Blarney	10795
+Blaylock	10796
+Blow	10797
+Block	10798
+Blount	10799
+Blodgett	10800
+Blog	10801
+Bloks	10802
+Blue	10803
+Bluff	10804
+Blum	10805
+Blunt	10806
+Bless	10807
+Bledsoe	10808
+Bleu	10809
+Blevins	10810
+Blimpie	10811
+Bliss	10812
+Blick	10813
+Blige	10814
+Blitz	10815
+Blizzard	10816
+Blythe	10817
+Bill	10818
+Bilt	10819
+Bilal	10820
+Bilbo	10821
+Biloxi	10822
+Bishop	10823
+Bisbee	10824
+Biskit	10825
+Bison	10826
+Bisquick	10827
+Bistro	10828
+Bird	10829
+Birch	10830
+Birth	10831
+Birmingham	10832
+Bigelow	10833
+Bing	10834
+Binford	10835
+Binks	10836
+Binswanger	10837
+BioLife	10838
+Biofreeze	10839
+Bionic	10840
+Bioshock	10841
+Biotest	10842
+Bicentennial	10843
+Bichon	10844
+Bicycle	10845
+Biden	10846
+Bidwell	10847
+Bieber	10848
+Biel	10849
+Bienville	10850
+Biersch	10851
+BitDefender	10852
+Bites	10853
+Bitterroot	10854
+Bibb	10855
+Bible	10856
+Bike	10857
+Bikram	10858
+Bizarros	10859
+Bizkit	10860
+Bimini	10861
+Bimmer	10862
+Byron	10863
+Byram	10864
+Byrd	10865
+Byrider	10866
+Byrne	10867
+Bynes	10868
+Bynum	10869
+BBQ's	10870
+BCBG	10871
+BCBS	10872
+BMWs	10873
+BOCES	10874
+BFF's	10875
+BLT's	10876
+BECU	10877
+barb	10878
+barn	10879
+bare	10880
+bark	10881
+barcode	10882
+bard	10883
+bars	10884
+back	10885
+bacon	10886
+bacliff	10887
+band	10888
+bang	10889
+bank	10890
+banana	10891
+banjo	10892
+banquet	10893
+bans	10894
+banter	10895
+bane	10896
+banfield	10897
+banya	10898
+base	10899
+bask	10900
+bass	10901
+bash	10902
+basal	10903
+basolene	10904
+ball	10905
+bald	10906
+bale	10907
+balm	10908
+balsam	10909
+balk	10910
+baloney	10911
+bath	10912
+batch	10913
+bats	10914
+baton	10915
+baby	10916
+babe	10917
+babie	10918
+baba	10919
+baboo	10920
+bada	10921
+badcocks	10922
+baddest	10923
+badhu	10924
+badly	10925
+badminton	10926
+badness	10927
+badoo	10928
+bagel	10929
+bagpipes	10930
+bags	10931
+baguette	10932
+bake	10933
+baking	10934
+bail	10935
+bait	10936
+baycoast	10937
+bays	10938
+bammel	10939
+baptism	10940
+baffled	10941
+baffles	10942
+bawled	10943
+bawling	10944
+bahahaha	10945
+bazaar	10946
+bazooka	10947
+book	10948
+boot	10949
+boom	10950
+boos	10951
+boob	10952
+boon	10953
+booo	10954
+booed	10955
+boohoo	10956
+bool	10957
+boops	10958
+bone	10959
+bond	10960
+bong	10961
+bona	10962
+bonfire	10963
+bono	10964
+bons	10965
+bonus	10966
+bonkers	10967
+bony	10968
+bout	10969
+bouquet	10970
+bought	10971
+bouillon	10972
+bourbon	10973
+bore	10974
+borrow	10975
+border	10976
+born	10977
+borax	10978
+both	10979
+botanical	10980
+botched	10981
+boar	10982
+boat	10983
+boast	10984
+body	10985
+boda	10986
+bode	10987
+bomb	10988
+bomgaars	10989
+bowl	10990
+bowhunting	10991
+bows	10992
+bowtie	10993
+bold	10994
+bolt	10995
+boll	10996
+bologna	10997
+boba	10998
+bobcat	10999
+bobs	11000
+bobtail	11001
+bogey	11002
+bogan	11003
+bogies	11004
+bogus	11005
+boyfriend	11006
+boycott	11007
+boy's	11008
+boyish	11009
+boys	11010
+boyz	11011
+boil	11012
+boister	11013
+boss	11014
+boscos	11015
+bosom	11016
+box.com	11017
+boxcar	11018
+boxing	11019
+boxwood	11020
+bopper	11021
+bokampers	11022
+bozos	11023
+bran	11024
+brad	11025
+brag	11026
+bras	11027
+brat	11028
+brawl	11029
+brah	11030
+bramble	11031
+braums	11032
+braxton	11033
+bree	11034
+brew	11035
+bred	11036
+brett	11037
+brow	11038
+broth	11039
+broke	11040
+broil	11041
+bros	11042
+brolly	11043
+brie	11044
+brick	11045
+brim	11046
+bruh	11047
+brulee	11048
+burg	11049
+burn	11050
+burp	11051
+burr	11052
+bureau	11053
+burl	11054
+burden	11055
+bury	11056
+burbs	11057
+butt	11058
+butch	11059
+butler	11060
+butane	11061
+buts	11062
+bull	11063
+bulk	11064
+bulb	11065
+bulimia	11066
+bust	11067
+bush	11068
+buss	11069
+busy	11070
+buses	11071
+bunk	11072
+bunch	11073
+bunion	11074
+bunt	11075
+buna	11076
+buns	11077
+bump	11078
+bumble	11079
+bumfuck	11080
+bums	11081
+bucks	11082
+buckaroo	11083
+bucking	11084
+buckmans	11085
+buds	11086
+build	11087
+built	11088
+buffalo	11089
+buffing	11090
+buffy	11091
+bugle	11092
+bugs	11093
+buyer	11094
+buyback	11095
+buy.com	11096
+buying	11097
+buyout	11098
+buys	11099
+buzzin	11100
+buzzards	11101
+buzzy	11102
+buena	11103
+bueno	11104
+buona	11105
+buoy	11106
+bear	11107
+beat	11108
+beau	11109
+bean	11110
+beast	11111
+beam	11112
+bead	11113
+beagle	11114
+beak	11115
+beaver	11116
+bell	11117
+belt	11118
+belated	11119
+belching	11120
+belks	11121
+bene	11122
+bend	11123
+bench	11124
+bent	11125
+benzo	11126
+benadryl	11127
+benjamin	11128
+benny	11129
+beep	11130
+beet	11131
+beef	11132
+beech	11133
+beer	11134
+bees	11135
+beeg	11136
+beehive	11137
+beeline	11138
+been	11139
+beeotch	11140
+beez	11141
+betray	11142
+beta	11143
+betcha	11144
+beth	11145
+betos	11146
+bets	11147
+between	11148
+beds	11149
+bedbugs	11150
+bedlam	11151
+bedpost	11152
+bedtime	11153
+begin	11154
+began	11155
+begotten	11156
+begs	11157
+begun	11158
+beck	11159
+becca	11160
+bechtelsville	11161
+becuz	11162
+best	11163
+beso	11164
+behold	11165
+behind	11166
+bergners	11167
+berkots	11168
+bernie	11169
+berserk	11170
+berth	11171
+before	11172
+befriend	11173
+being	11174
+bevel	11175
+beverage	11176
+beyblade	11177
+blow	11178
+block	11179
+blond	11180
+blog	11181
+bloat	11182
+blossom	11183
+blouse	11184
+blob	11185
+bloedorn	11186
+black	11187
+blab	11188
+blatant	11189
+blah	11190
+blaring	11191
+blue	11192
+blur	11193
+blunt	11194
+bluff	11195
+blubbering	11196
+bluish	11197
+blumpkin	11198
+blend	11199
+bless	11200
+blemish	11201
+bled	11202
+bleu	11203
+blew	11204
+blizzard	11205
+blight	11206
+blimp	11207
+blip	11208
+blitz	11209
+biochemistry	11210
+biodiesel	11211
+biography	11212
+biohazard	11213
+bionic	11214
+bill	11215
+bilateral	11216
+bile	11217
+bilge	11218
+bilo	11219
+birth	11220
+bird	11221
+birch	11222
+biracial	11223
+biryani	11224
+bitch	11225
+bite	11226
+bits	11227
+biting	11228
+bind	11229
+bing	11230
+binary	11231
+binoculars	11232
+bins	11233
+bish	11234
+bisexual	11235
+bison	11236
+bisque	11237
+bistro	11238
+biga	11239
+bigot	11240
+bigs	11241
+bigwigs	11242
+bike	11243
+bicep	11244
+bicker	11245
+bibs	11246
+biding	11247
+bids	11248
+bias	11249
+bianca	11250
+biatch	11251
+bipartisan	11252
+bizarre	11253
+bizzle	11254
+bieber	11255
+bien	11256
+bifocals	11257
+bifold	11258
+bimbos	11259
+byes	11260
+byee	11261
+bypass	11262
+byproduct	11263
+bytes	11264
+rest	11265
+resale	11266
+reshoot	11267
+recc	11268
+recs	11269
+repo	11270
+rephrase	11271
+reps	11272
+real	11273
+read	11274
+rear	11275
+reap	11276
+ream	11277
+reattach	11278
+refer	11279
+ref's	11280
+rely	11281
+rello	11282
+return	11283
+rethink	11284
+retype	11285
+remnant	11286
+reggae	11287
+rego	11288
+regs	11289
+revamp	11290
+redo	11291
+redhead	11292
+reds	11293
+redtube	11294
+redfish	11295
+redline	11296
+redraw	11297
+redwood	11298
+rent	11299
+rend	11300
+renna's	11301
+reign	11302
+reissue	11303
+rebirth	11304
+reel	11305
+reen	11306
+reef	11307
+reed	11308
+reek	11309
+reevaluate	11310
+rehire	11311
+rehoming	11312
+rehydrate	11313
+reject	11314
+rejuv	11315
+reopen	11316
+reoccurring	11317
+reup	11318
+reread	11319
+rerun	11320
+rekey	11321
+rekindle	11322
+rekon	11323
+rang	11324
+rank	11325
+rant	11326
+ransom	11327
+rain	11328
+rail	11329
+raid	11330
+rairdon	11331
+rate	11332
+ratchet	11333
+ratatouille	11334
+rather	11335
+rator	11336
+rats	11337
+race	11338
+rack	11339
+raccoon	11340
+racquet	11341
+rachel	11342
+racy	11343
+radar	11344
+radco	11345
+radon	11346
+ramp	11347
+ramen	11348
+ramifications	11349
+ramrod	11350
+rams	11351
+ramunto's	11352
+rape	11353
+raps	11354
+rapture	11355
+rave	11356
+rav4	11357
+rags	11358
+ragdoll	11359
+rage	11360
+raging	11361
+ragtime	11362
+ragu	11363
+ragweed	11364
+raft	11365
+raff	11366
+rascal	11367
+rash	11368
+rare	11369
+rayed	11370
+rayfields	11371
+raylene	11372
+rayos	11373
+rays	11374
+rabbi	11375
+ralph	11376
+rake	11377
+raking	11378
+razor	11379
+razr	11380
+razzle	11381
+rawhide	11382
+round	11383
+rough	11384
+rouse	11385
+roulette	11386
+roux	11387
+road	11388
+roast	11389
+roach	11390
+roam	11391
+roar	11392
+roan	11393
+room	11394
+roof	11395
+roost	11396
+root	11397
+rook	11398
+robot	11399
+robe	11400
+robata	11401
+roblox	11402
+robs	11403
+roto	11404
+roti	11405
+rotelli's	11406
+rotmans	11407
+rots	11408
+rotunda	11409
+rock	11410
+rococo's	11411
+roll	11412
+role	11413
+rose	11414
+roster	11415
+rosy	11416
+rome	11417
+romp	11418
+rode	11419
+rodizio	11420
+rodneys	11421
+rods	11422
+ronalds	11423
+ronica	11424
+ronk	11425
+ronnie	11426
+rope	11427
+roping	11428
+rowdy	11429
+rowe	11430
+rowing	11431
+rows	11432
+roger	11433
+rogans	11434
+rogue	11435
+royally	11436
+roebucks	11437
+rohrich	11438
+rohypnol	11439
+roxys	11440
+ride	11441
+ridge	11442
+ridleys	11443
+right	11444
+rigor	11445
+rigatoni	11446
+rigid	11447
+rigs	11448
+ring	11449
+rind	11450
+rink	11451
+rich	11452
+rick	11453
+rice	11454
+rival	11455
+rise	11456
+risk	11457
+rising	11458
+risotto	11459
+risque	11460
+ripe	11461
+rips	11462
+rifle	11463
+riff	11464
+rift	11465
+rita	11466
+rite	11467
+ritual	11468
+ribeye	11469
+ribs	11470
+rims	11471
+rimtyme	11472
+rile	11473
+rillo	11474
+riots	11475
+rune	11476
+rundown	11477
+rung	11478
+runoff	11479
+runs	11480
+runt	11481
+runway	11482
+rust	11483
+rush	11484
+russ	11485
+rusans	11486
+ruse	11487
+rubies	11488
+rubric	11489
+rubs	11490
+ruby	11491
+rumor	11492
+rump	11493
+rude	11494
+rudder	11495
+rudimental	11496
+rudnicke	11497
+rudy	11498
+rule	11499
+ruling	11500
+rulli	11501
+rugby	11502
+rugged	11503
+rugrat	11504
+rugs	11505
+ruth	11506
+rutabaga	11507
+rutters	11508
+ruffle	11509
+ruined	11510
+ruining	11511
+ruins	11512
+rupture	11513
+rupees	11514
+ruckus	11515
+rhetoric	11516
+rheannon	11517
+rhythm	11518
+rhino	11519
+rhinestone	11520
+rhombus	11521
+rhondas	11522
+deco	11523
+deca	11524
+deck	11525
+desi	11526
+desk	11527
+desaraye	11528
+deshaun	11529
+desolate	11530
+deli	11531
+dela	11532
+dell	11533
+delta	11534
+delprado	11535
+delsym	11536
+delve	11537
+defy	11538
+deffenbaugh	11539
+deformed	11540
+defuse	11541
+depo	11542
+depart	11543
+depend	11544
+dept	11545
+depicted	11546
+deal	11547
+dead	11548
+dear	11549
+death	11550
+dean	11551
+deaf	11552
+deaky	11553
+develop	11554
+detriment	11555
+detwilers	11556
+demo	11557
+demand	11558
+demise	11559
+demmer	11560
+dent	11561
+deny	11562
+dengeos	11563
+dennis	11564
+debt	11565
+debe	11566
+debo	11567
+derm	11568
+derby	11569
+derogatory	11570
+derringer	11571
+deep	11572
+deed	11573
+deem	11574
+deer	11575
+deelish	11576
+deens	11577
+deets	11578
+deez	11579
+deduct	11580
+dehumidifier	11581
+deja	11582
+deodorant	11583
+deodorizer	11584
+deuces	11585
+dewaard	11586
+dexterity	11587
+dexters	11588
+disc	11589
+dist	11590
+diss	11591
+dish	11592
+disk	11593
+disdain	11594
+disjointed	11595
+disney	11596
+dial	11597
+dias	11598
+diazepam	11599
+dive	11600
+diva	11601
+divulge	11602
+dick	11603
+dice	11604
+dicarlos	11605
+dichotomy	11606
+diculous	11607
+dire	11608
+dirt	11609
+dirkos	11610
+digi	11611
+digest	11612
+digress	11613
+digs	11614
+ding	11615
+dine	11616
+dinner	11617
+dino	11618
+dinar	11619
+dining	11620
+dinky	11621
+dill	11622
+dildo	11623
+dilute	11624
+differ	11625
+difficult	11626
+diet	11627
+dies	11628
+die-hard	11629
+diecast	11630
+died	11631
+diehard	11632
+diem	11633
+dime	11634
+diminish	11635
+dimmer	11636
+dimple	11637
+dimartino's	11638
+diploma	11639
+dips	11640
+didi	11641
+didja	11642
+ditch	11643
+ditional	11644
+ditto	11645
+diocese	11646
+diode	11647
+dion	11648
+dioxide	11649
+dibs	11650
+down	11651
+dowel	11652
+done	11653
+dong	11654
+donut	11655
+don't	11656
+donkey	11657
+donor	11658
+donde	11659
+dons	11660
+dont	11661
+door	11662
+dood	11663
+doom	11664
+doofus	11665
+doop	11666
+doos	11667
+doozy	11668
+dome	11669
+domain	11670
+domo	11671
+document	11672
+dock	11673
+doco	11674
+docs	11675
+doug	11676
+douche	11677
+doula	11678
+dog's	11679
+doghouse	11680
+dogma	11681
+dogs	11682
+dogwood	11683
+doll	11684
+dolphin	11685
+dole	11686
+dolo	11687
+dorm	11688
+dork	11689
+dorothy	11690
+dort	11691
+dory	11692
+dodies	11693
+dodo	11694
+dosa	11695
+dose	11696
+dosing	11697
+dope	11698
+dopamine	11699
+doping	11700
+doppelganger	11701
+doze	11702
+dozing	11703
+does	11704
+doer	11705
+dota	11706
+dots	11707
+dotted	11708
+doves	11709
+dovetail	11710
+dovey	11711
+doing	11712
+dokey	11713
+dokie	11714
+drink	11715
+drift	11716
+drip	11717
+drill	11718
+draw	11719
+drag	11720
+drain	11721
+drama	11722
+drape	11723
+draft	11724
+drastic	11725
+drab	11726
+drakes	11727
+drank	11728
+drat	11729
+drea	11730
+dress	11731
+dredge	11732
+dreidel	11733
+dremel	11734
+drenched	11735
+drew	11736
+drop	11737
+droid	11738
+drone	11739
+drought	11740
+drove	11741
+drug	11742
+drum	11743
+drunk	11744
+druid	11745
+drywall	11746
+dryer	11747
+drying	11748
+dryness	11749
+dang	11750
+dani	11751
+dana	11752
+dank	11753
+dans	11754
+danbarry	11755
+danza	11756
+dark	11757
+dare	11758
+darn	11759
+dart	11760
+dari	11761
+darboy	11762
+darren	11763
+darude	11764
+daryl	11765
+damn	11766
+damp	11767
+dams	11768
+dames	11769
+dammit	11770
+daydream	11771
+daycare	11772
+daylight	11773
+day's	11774
+day-to-day	11775
+day.	11776
+daybreak	11777
+daymark	11778
+dayquil	11779
+days	11780
+daytime	11781
+dayum	11782
+date	11783
+data	11784
+dating	11785
+dats	11786
+dad's	11787
+dads	11788
+dainty	11789
+daiquiri	11790
+dairy	11791
+dale	11792
+dash	11793
+daughter	11794
+daunting	11795
+dawn	11796
+dawg	11797
+daze	11798
+dagger	11799
+dagwoods	11800
+dave	11801
+davanni's	11802
+david	11803
+dahling	11804
+dump	11805
+dumb	11806
+dunk	11807
+dune	11808
+dungeon	11809
+dunce	11810
+dunlawton	11811
+dunno	11812
+dunvale	11813
+dupars	11814
+dupratt	11815
+duck	11816
+duct	11817
+dust	11818
+dusk	11819
+dura	11820
+during	11821
+durrin	11822
+durty	11823
+dude	11824
+duddy	11825
+duds	11826
+duel	11827
+duet	11828
+dues	11829
+dubs	11830
+dubious	11831
+dutch	11832
+duty	11833
+duties	11834
+dutrac	11835
+dual	11836
+duggy	11837
+dugout	11838
+dull	11839
+duluthtrading.com	11840
+duly	11841
+duffel	11842
+duffle	11843
+duolingo	11844
+dyno	11845
+dysfunction	11846
+dysarts	11847
+dyson.com	11848
+dystrophy	11849
+dyed	11850
+dyes	11851
+dykes	11852
+dwell	11853
+dweeb	11854
+anti	11855
+ante	11856
+antler	11857
+ants	11858
+antonym	11859
+anna	11860
+anne	11861
+angst	11862
+anguish	11863
+anal	11864
+anabolic	11865
+anaconda	11866
+anaesthesia	11867
+anagram	11868
+anarchy	11869
+anatomy	11870
+anawalt	11871
+anyone	11872
+anybody	11873
+anyday	11874
+anymore	11875
+anyplace	11876
+and/or	11877
+andas	11878
+ander	11879
+andiamos	11880
+ands	11881
+andy	11882
+anise	11883
+anita	11884
+anixter	11885
+another	11886
+anomaly	11887
+ancient	11888
+aneurysm	11889
+answer	11890
+ansa	11891
+ansborough	11892
+anxious	11893
+anheuser-busch	11894
+anhydrous	11895
+ankles	11896
+allo	11897
+alls	11898
+all's	11899
+alla	11900
+ally	11901
+alter	11902
+alto	11903
+although	11904
+altitude	11905
+altra	11906
+altura	11907
+align	11908
+alien	11909
+alia	11910
+alibi	11911
+alike	11912
+alimony	11913
+alison	11914
+ality	11915
+alive	11916
+alert	11917
+alex	11918
+alec	11919
+alehouse	11920
+alejandro	11921
+ales	11922
+alewife	11923
+aloe	11924
+aloft	11925
+aloha	11926
+aloof	11927
+alopecia	11928
+alot	11929
+aloud	11930
+alarm	11931
+alabaster	11932
+alaikum	11933
+alan	11934
+alas	11935
+albino	11936
+alpha	11937
+alpaca	11938
+alpine	11939
+alprazolam	11940
+alma	11941
+almighty	11942
+alms	11943
+algorithm	11944
+algae	11945
+algebra	11946
+alfalfa	11947
+alfredo	11948
+alfy's	11949
+alright	11950
+already	11951
+aluminum	11952
+alumni	11953
+alderman	11954
+alkaline	11955
+also	11956
+always	11957
+accident	11958
+acct	11959
+actor	11960
+actress	11961
+acted	11962
+acts	11963
+ache	11964
+acre	11965
+acrylic	11966
+acacia	11967
+aced	11968
+aces	11969
+acknowledge	11970
+acknowledging	11971
+acoustic	11972
+acorn	11973
+acuity	11974
+acute	11975
+acidic	11976
+acids	11977
+address	11978
+addy	11979
+add-on	11980
+adds	11981
+addus	11982
+admin	11983
+admit	11984
+admission	11985
+adopt	11986
+adjective	11987
+adjacent	11988
+adapt	11989
+adam	11990
+adage	11991
+adequate	11992
+adecco	11993
+adele	11994
+adenoids	11995
+adept	11996
+adrenal	11997
+adultery	11998
+adulthood	11999
+adults	12000
+adhere	12001
+adhesive	12002
+adidas	12003
+adios	12004
+arts	12005
+artful	12006
+artwork	12007
+arch	12008
+arctic	12009
+armpit	12010
+armband	12011
+armed	12012
+armies	12013
+armrest	12014
+arms	12015
+army	12016
+aria	12017
+arigato	12018
+ariel	12019
+arithmetic	12020
+arium	12021
+argent	12022
+argon	12023
+argyle	12024
+aroma	12025
+arose	12026
+arbor	12027
+arbrook	12028
+area	12029
+arse	12030
+arson	12031
+arachnophobia	12032
+arduous	12033
+assless	12034
+asss	12035
+aster	12036
+asthma	12037
+asta	12038
+astigmatism	12039
+astute	12040
+asphalt	12041
+ashtray	12042
+ashamed	12043
+ashberry	12044
+ashes	12045
+ashy	12046
+askin	12047
+ask.com	12048
+asks	12049
+ascertain	12050
+asap	12051
+asada	12052
+asantis	12053
+asian	12054
+aside	12055
+asinine	12056
+aseptic	12057
+asexual	12058
+appoint	12059
+appt	12060
+app's	12061
+apps	12062
+apothecary	12063
+apoxie	12064
+apart	12065
+apes	12066
+aperture	12067
+apex	12068
+apricot	12069
+apron	12070
+aptitude	12071
+apts	12072
+ambassador	12073
+amber	12074
+ambrosia	12075
+amen	12076
+amelia	12077
+amethyst	12078
+amar	12079
+ampride	12080
+amps	12081
+amor	12082
+among	12083
+amount	12084
+amok	12085
+amoxicillin	12086
+amino	12087
+amuse	12088
+amusing	12089
+ammo	12090
+ammunition	12091
+amniotic	12092
+auto	12093
+autumn	12094
+audacity	12095
+audrey	12096
+auctioning	12097
+auctions	12098
+auntie	12099
+aunt's	12100
+aunts	12101
+aunty	12102
+auger	12103
+augustinos	12104
+aura	12105
+aurora	12106
+aubrey	12107
+auburn	12108
+auxiliary	12109
+abscess	12110
+absinthe	12111
+absurd	12112
+abort	12113
+abolish	12114
+aboard	12115
+abode	12116
+above	12117
+abrupt	12118
+abreast	12119
+abridged	12120
+abroad	12121
+abandon	12122
+abatement	12123
+abbey	12124
+abby	12125
+abigail	12126
+abnormal	12127
+abnb	12128
+ables	12129
+atta	12130
+attorney	12131
+atty	12132
+atheist	12133
+atom	12134
+atonement	12135
+atop	12136
+atmos	12137
+atif	12138
+ation	12139
+ativan	12140
+at&t.com	12141
+ater	12142
+atlas	12143
+atleast	12144
+airs	12145
+airhead	12146
+airing	12147
+airman	12148
+airy	12149
+aide	12150
+aids	12151
+aimed	12152
+aiming	12153
+aimlessly	12154
+aims	12155
+ailment	12156
+ails	12157
+ain't	12158
+aint	12159
+aisles	12160
+affect	12161
+afford	12162
+affair	12163
+after	12164
+afro	12165
+afraid	12166
+aged	12167
+ageless	12168
+ages	12169
+agree	12170
+again	12171
+agave	12172
+agape	12173
+agar	12174
+agate	12175
+aging	12176
+awake	12177
+await	12178
+away	12179
+awesome	12180
+awee	12181
+awkward	12182
+awning	12183
+awnry	12184
+awfully	12185
+awoken	12186
+awww	12187
+avellino's	12188
+avail	12189
+avant	12190
+avatar	12191
+avalanche	12192
+avid	12193
+avionics	12194
+avis	12195
+avoid	12196
+avocado	12197
+avon.com	12198
+axel	12199
+axed	12200
+axes	12201
+axing	12202
+axiom	12203
+axis	12204
+axles	12205
+aerial	12206
+aerator	12207
+aesthetics	12208
+aquarium	12209
+aquatic	12210
+aquamarine	12211
+aquaphor	12212
+aaaa	12213
+aaah	12214
+aardvark	12215
+aaron	12216
+ahhh	12217
+a.m.	12218
+akon	12219
+aorta	12220
+aortic	12221
+tram	12222
+trap	12223
+traffic	12224
+trauma	12225
+trash	12226
+tray	12227
+trajectory	12228
+trattoria	12229
+trip	12230
+tria	12231
+trig	12232
+trim	12233
+trib	12234
+trio	12235
+trident	12236
+trike	12237
+triumph	12238
+tren	12239
+tree	12240
+tres	12241
+trek	12242
+trellis	12243
+trevor	12244
+truth	12245
+true	12246
+trump	12247
+truffle	12248
+truancy	12249
+truity	12250
+trop	12251
+troll	12252
+troop	12253
+trot	12254
+trois	12255
+trojan	12256
+trona	12257
+trove	12258
+troy	12259
+tryin	12260
+tryout	12261
+tryna	12262
+tryst	12263
+term	12264
+tera	12265
+tere	12266
+teri	12267
+tend	12268
+tent	12269
+tens	12270
+tenor	12271
+tenfold	12272
+tengo	12273
+tenia	12274
+tennis	12275
+tele	12276
+tell	12277
+telco	12278
+telhio	12279
+telmate	12280
+teas	12281
+team	12282
+tear	12283
+teak	12284
+teabag	12285
+teal	12286
+teaona	12287
+teapot	12288
+tempt	12289
+tempo	12290
+temprees	12291
+temps	12292
+tempura	12293
+test	12294
+teen	12295
+teehee	12296
+teepee	12297
+tees	12298
+techie	12299
+techs	12300
+text	12301
+tex$contacts	12302
+texas	12303
+texin	12304
+tether	12305
+tetanus	12306
+tetra	12307
+teddy	12308
+tedious	12309
+tequilas	12310
+tang	12311
+tank	12312
+tans	12313
+tanya	12314
+talk	12315
+tale	12316
+tall	12317
+talons	12318
+tard	12319
+target	12320
+tart	12321
+tarp	12322
+tara	12323
+tarnish	12324
+tarmac	12325
+tarot	12326
+task	12327
+tassel	12328
+taser	12329
+tasha	12330
+tasia	12331
+tack	12332
+tact	12333
+taco	12334
+tachycardia	12335
+tail	12336
+take	12337
+taki	12338
+taka	12339
+tako	12340
+tame	12341
+tammy	12342
+tape	12343
+tapo	12344
+taproom	12345
+taps	12346
+table	12347
+tabatha	12348
+tabernacle	12349
+tabs	12350
+tataloo	12351
+tation	12352
+tatoes	12353
+tats	12354
+taxi	12355
+taxpayer	12356
+tags	12357
+tagline	12358
+taunt	12359
+taught	12360
+taurine	12361
+taquito	12362
+taqueria	12363
+tadpole	12364
+tavern	12365
+tavola	12366
+tort	12367
+torn	12368
+torment	12369
+torch	12370
+tori	12371
+toradol	12372
+tore	12373
+torpedo	12374
+torque	12375
+tory	12376
+tour	12377
+tough	12378
+toupee	12379
+toot	12380
+tool	12381
+toon	12382
+tooo	12383
+toodles	12384
+toojays	12385
+took	12386
+tone	12387
+tons	12388
+tonk	12389
+tonneau	12390
+tony	12391
+town	12392
+toward	12393
+towing	12394
+towpath	12395
+toma	12396
+tomb	12397
+tomorrow	12398
+tommy	12399
+toms	12400
+tops	12401
+topaz	12402
+total	12403
+tote	12404
+toting	12405
+toto	12406
+tots	12407
+totter	12408
+toll	12409
+told	12410
+toda	12411
+todd	12412
+todos	12413
+toast	12414
+toad	12415
+toarminas	12416
+together	12417
+toga	12418
+toggle	12419
+tognotti's	12420
+togos	12421
+tography	12422
+toenail	12423
+toed	12424
+toes	12425
+toilet	12426
+toss	12427
+tosh	12428
+toby	12429
+tobacco	12430
+toboggan	12431
+toca	12432
+tock	12433
+token	12434
+toying	12435
+toys	12436
+toffee	12437
+tofu	12438
+ther	12439
+them	12440
+they	12441
+their	12442
+then	12443
+the.com	12444
+thee	12445
+theft	12446
+thru	12447
+thrash	12448
+thin	12449
+thick	12450
+this	12451
+thigh	12452
+than	12453
+that	12454
+thaw	12455
+thai	12456
+thou	12457
+thong	12458
+thomas	12459
+those	12460
+thot	12461
+thug	12462
+thursday	12463
+thus	12464
+thyme	12465
+thyroid	12466
+time	12467
+timber	12468
+timmy	12469
+ting	12470
+tink	12471
+tint	12472
+tins	12473
+tina	12474
+tinder	12475
+tine	12476
+tiniest	12477
+tiny	12478
+tick	12479
+tight	12480
+tiger	12481
+title	12482
+tithing	12483
+titis	12484
+tits	12485
+tile	12486
+till	12487
+tilt	12488
+tilapia	12489
+tiling	12490
+tips	12491
+tipico	12492
+tiptoe	12493
+tire	12494
+tiring	12495
+tidbit	12496
+tide	12497
+tidy	12498
+tidal	12499
+tidings	12500
+tier	12501
+tiebreaker	12502
+tied	12503
+tiempo	12504
+tienda	12505
+ties	12506
+tiff	12507
+tiful	12508
+tios	12509
+tissue	12510
+tisha	12511
+tiana	12512
+tiara	12513
+tiki	12514
+tikka	12515
+turn	12516
+turtle	12517
+turd	12518
+turkey	12519
+turret	12520
+turf	12521
+turonis	12522
+turquoise	12523
+tune	12524
+tunnel	12525
+tuna	12526
+tundra	12527
+tungsten	12528
+tube	12529
+tuba	12530
+tubing	12531
+tubs	12532
+tubular	12533
+tumor	12534
+tummy	12535
+tutor	12536
+tutu	12537
+tuckaway	12538
+tucking	12539
+tugboat	12540
+tugging	12541
+tugs	12542
+tulips	12543
+tusk	12544
+twin	12545
+twist	12546
+twit	12547
+twig	12548
+twirl	12549
+twice	12550
+twilight	12551
+tweak	12552
+twerk	12553
+twelve	12554
+twoo	12555
+twos	12556
+twang	12557
+twat	12558
+type	12559
+typo	12560
+tyranny	12561
+tyrant	12562
+t-boned	12563
+t-minus	12564
+t-mobile	12565
+t-shirts	12566
+ttyS	12567
+ttyl	12568
+mani	12569
+mana	12570
+mang	12571
+mans	12572
+mane	12573
+mano	12574
+man's	12575
+man-made	12576
+man.	12577
+mankind	12578
+manly	12579
+manpower	12580
+manwich	12581
+many	12582
+manzanita	12583
+mari	12584
+mark	12585
+mart	12586
+mara	12587
+mare	12588
+marble	12589
+mary	12590
+mardels	12591
+marhofer	12592
+marmalade	12593
+maroon	12594
+marquee	12595
+mast	12596
+mass	12597
+mash	12598
+mask	12599
+masa	12600
+masquerade	12601
+matt	12602
+match	12603
+mate	12604
+math	12605
+matador	12606
+mats	12607
+magazine	12608
+magenta	12609
+maglebys	12610
+magma	12611
+magoos	12612
+magpie	12613
+mags	12614
+maguey	12615
+mail	12616
+main	12617
+maid	12618
+maize	12619
+macula	12620
+macbook	12621
+macchiato	12622
+mace	12623
+maciano's	12624
+macro	12625
+macys.com	12626
+mala	12627
+mall	12628
+malfunction	12629
+male	12630
+malt	12631
+malnourished	12632
+malpractice	12633
+malware	12634
+made	12635
+madison	12636
+madam	12637
+madfish	12638
+madhouse	12639
+madly	12640
+madman	12641
+madness	12642
+madre	12643
+madvapes	12644
+mama	12645
+mami	12646
+mam's	12647
+mambos	12648
+mamol	12649
+make	12650
+makin	12651
+mayo	12652
+maybe	12653
+maya	12654
+mayesville	12655
+mayhem	12656
+maxi	12657
+maxed	12658
+maxway	12659
+major	12660
+maple	12661
+mapquest.com	12662
+maps	12663
+mahal	12664
+mahi	12665
+mahjong	12666
+mahogany	12667
+maze	12668
+mazal	12669
+mazing	12670
+mazuma	12671
+mazzios	12672
+mauled	12673
+maund	12674
+maurices	12675
+maestros	12676
+maven	12677
+maverick	12678
+moto	12679
+moth	12680
+mote	12681
+motley	12682
+motrin	12683
+motto	12684
+mono	12685
+monk	12686
+monument	12687
+morn	12688
+more	12689
+moron	12690
+morbid	12691
+morph	12692
+morsel	12693
+morgue	12694
+mode	12695
+mods	12696
+mouth	12697
+mourn	12698
+moulding	12699
+mole	12700
+mold	12701
+molly	12702
+molten	12703
+moly	12704
+moon	12705
+mooch	12706
+mood	12707
+moose	12708
+moolah	12709
+moot	12710
+mooyah	12711
+mome	12712
+mom's	12713
+momos	12714
+moms	12715
+move	12716
+mock	12717
+moccasin	12718
+moco	12719
+most	12720
+moss	12721
+mosaic	12722
+mosey	12723
+moshi	12724
+mobs	12725
+mope	12726
+moping	12727
+mops	12728
+moist	12729
+moines	12730
+moan	12731
+moat	12732
+mowing	12733
+mojito	12734
+mojo	12735
+moes	12736
+mofos	12737
+miss	12738
+mist	12739
+miser	12740
+mishap	12741
+mismatch	12742
+misguided	12743
+misjudged	12744
+misko	12745
+miso	12746
+mini	12747
+mind	12748
+mine	12749
+minor	12750
+mint	12751
+mince	12752
+mins	12753
+min's	12754
+mink	12755
+minx	12756
+minyards	12757
+mill	12758
+mile	12759
+milk	12760
+mild	12761
+milf	12762
+milgen	12763
+milpas	12764
+micro	12765
+mich	12766
+mica	12767
+mice	12768
+mics	12769
+midget	12770
+midnight	12771
+midcontinent	12772
+midfield	12773
+midlife	12774
+midol	12775
+midpoint	12776
+mitt	12777
+mite	12778
+mitch	12779
+mitosis	12780
+mitral	12781
+mitzvah	12782
+might	12783
+mignon	12784
+migos	12785
+miguels	12786
+mirror	12787
+mixing	12788
+mixup	12789
+mimi	12790
+mimosa	12791
+mime	12792
+mikey	12793
+miami	12794
+medal	12795
+meddling	12796
+meds	12797
+medulla	12798
+meta	12799
+meth	12800
+metformin	12801
+meticulous	12802
+metter	12803
+mere	12804
+mermaid	12805
+merollis	12806
+mersa	12807
+ment	12808
+mend	12809
+mens	12810
+menu	12811
+men's	12812
+menholt	12813
+mean	12814
+meat	12815
+meadow	12816
+meal	12817
+memo	12818
+meme	12819
+mess	12820
+mes$contacts	12821
+mesa	12822
+meses	12823
+mesh	12824
+mesquite	12825
+melt	12826
+mellow	12827
+melee	12828
+melissa	12829
+mega	12830
+megs	12831
+meet	12832
+meee	12833
+meek	12834
+meenie	12835
+meesh	12836
+mexican	12837
+mexico	12838
+me.com	12839
+mein	12840
+meiosis	12841
+meowing	12842
+mezcal	12843
+mezzanine	12844
+must	12845
+musk	12846
+mush	12847
+muse	12848
+muss	12849
+multi	12850
+mule	12851
+mulberry	12852
+mulch	12853
+munch	12854
+murder	12855
+mural	12856
+murfins	12857
+murmur	12858
+mursa	12859
+mutt	12860
+mute	12861
+mutual	12862
+mutiny	12863
+much	12864
+mucinex	12865
+muck	12866
+mucus	12867
+mums	12868
+mugs	12869
+muffin	12870
+muffs	12871
+mudroom	12872
+mudslide	12873
+muahhh	12874
+muahz	12875
+myspace	12876
+myself	12877
+myth	12878
+mytouch	12879
+myrtle	12880
+myriad	12881
+myxer.com	12882
+mcchickens	12883
+mcclain	12884
+mccurdy	12885
+mcLaughlin	12886
+mcLeansboro	12887
+mcgalliard	12888
+mcnac	12889
+mcnaughten	12890
+mp3's	12891
+msn.com	12892
+mmmm	12893
+Alli	12894
+Ally	12895
+Allman	12896
+Alltel	12897
+Allure	12898
+Alba	12899
+Alborz	12900
+Alex	12901
+Alec	12902
+Aledo	12903
+Alegre	12904
+Alessandro	12905
+Aleve	12906
+Alan	12907
+Aladdin	12908
+Alaska	12909
+Alachua	12910
+Alafaya	12911
+Alagasco	12912
+Alaina	12913
+Aliant	12914
+Alina	12915
+Ali's	12916
+Aliquippa	12917
+Aliyah	12918
+Alta	12919
+Alto	12920
+Althea	12921
+Altima	12922
+Altman	12923
+Altru	12924
+Altus	12925
+Aldi	12926
+Aldo	12927
+Alco	12928
+Alchemist	12929
+Alfred	12930
+Alfa	12931
+Alfie	12932
+Alger	12933
+Algiers	12934
+Alma	12935
+Almeda	12936
+Almighty	12937
+Alon	12938
+Aloft	12939
+Aloha	12940
+Aloma	12941
+Alorica	12942
+Alpine	12943
+Alps	12944
+Alva	12945
+Alvernon	12946
+Alvin	12947
+Alvord	12948
+Alsco	12949
+Alstyne	12950
+Alyssa	12951
+Alycia	12952
+Alyeska	12953
+Alka	12954
+Alki	12955
+Aluma	12956
+Alumni	12957
+Alright	12958
+Alro	12959
+Alwan	12960
+Always	12961
+Alzheimer's	12962
+Alzheimers	12963
+Ando	12964
+Andi	12965
+Andy	12966
+Andhra	12967
+Anti	12968
+Antarctica	12969
+Antrim	12970
+Antvenom	12971
+Ange	12972
+Angie	12973
+Angola	12974
+Angry	12975
+Angus	12976
+Anna	12977
+Anne	12978
+Ann's	12979
+Annmarie	12980
+Annoying	12981
+Annville	12982
+Ana's	12983
+Anabelle	12984
+Anadarko	12985
+Anaheim	12986
+Anakin	12987
+Analytics	12988
+Anamosa	12989
+Anand	12990
+Anarchy	12991
+Anaya	12992
+Anita	12993
+Anchor	12994
+Ancaster	12995
+Anclote	12996
+Ancona	12997
+Ansel	12998
+Anson	12999
+Answer	13000
+Ansley	13001
+Anya	13002
+Anybody	13003
+Anytime	13004
+Anyway	13005
+Ankeny	13006
+Anoka	13007
+Anonymous	13008
+Another	13009
+Arms	13010
+Army	13011
+Arch	13012
+Arco	13013
+Arclight	13014
+Arctic	13015
+Aria	13016
+Arie	13017
+Ari's	13018
+Arius	13019
+Arab	13020
+Arapaho	13021
+Aragon	13022
+Arash	13023
+Arthur	13024
+Arturo	13025
+Art's	13026
+Artarama	13027
+Arts	13028
+Argo	13029
+Argus	13030
+Argyle	13031
+Arby	13032
+Arbella	13033
+Arbutus	13034
+Arne	13035
+Arnie	13036
+Arlington	13037
+Arlo	13038
+Arden	13039
+Ardmore	13040
+Ardsley	13041
+Arduino	13042
+Area	13043
+Arena	13044
+Aretha	13045
+Arkham	13046
+Arvada	13047
+Arvest	13048
+Arun	13049
+Aruba	13050
+Aroostook	13051
+Around	13052
+Arsenal	13053
+Arsenio	13054
+Amelia	13055
+Amen	13056
+Ames	13057
+Amedisys	13058
+Amegy	13059
+Amex	13060
+Amato	13061
+Amalfi's	13062
+Amaya	13063
+Amit	13064
+Amica	13065
+Amin	13066
+Amir	13067
+Amidon	13068
+Amie	13069
+Amish	13070
+Amber	13071
+Ambassador	13072
+Ambler	13073
+Amboy	13074
+Amoco	13075
+Amoeba	13076
+Amory	13077
+Amos	13078
+Amscot	13079
+Ammons	13080
+Amway	13081
+Amwell	13082
+Amy's	13083
+Ashe	13084
+Asha	13085
+Ash's	13086
+Ashdown	13087
+Ashford	13088
+Ashish	13089
+Ashok	13090
+Ashville	13091
+Assoc	13092
+Assassin	13093
+Astaire	13094
+Asterix	13095
+Asthma	13096
+Astley	13097
+Asian	13098
+Asia's	13099
+Asahi	13100
+Asaka	13101
+Ascension	13102
+Ascot	13103
+Ascuaga's	13104
+Adel	13105
+Aden	13106
+Adam	13107
+Adair	13108
+Adagio	13109
+Addams	13110
+Adderall	13111
+Address	13112
+Adria	13113
+Adrienne	13114
+Adopt	13115
+Adobe	13116
+Adonis	13117
+Adorama	13118
+Admiral	13119
+Admissions	13120
+Adidas	13121
+Adina	13122
+Adirondack	13123
+Auto	13124
+Autauga	13125
+Autism	13126
+Autry	13127
+Autumn	13128
+Audi	13129
+Audelia	13130
+Audubon	13131
+Aussie	13132
+August	13133
+Augie	13134
+Augsburg	13135
+Auntie	13136
+Auckland	13137
+Auction	13138
+Aulani	13139
+Aultman	13140
+Aurelio's	13141
+Aurora	13142
+Appomattox	13143
+Apps	13144
+Apollo	13145
+Apopka	13146
+Apartment	13147
+Apache	13148
+April	13149
+Apria	13150
+Apes	13151
+Apetit	13152
+Apex	13153
+Accu	13154
+Acts	13155
+Actually	13156
+Acapulco	13157
+Acker	13158
+Acre	13159
+Acer	13160
+Aces	13161
+Achilles	13162
+Acoma	13163
+Acorn	13164
+Acosta	13165
+Acura	13166
+Acushnet	13167
+Atta	13168
+Attorney	13169
+Attendance	13170
+Attleboro	13171
+Attraction	13172
+Athol	13173
+Atlee	13174
+Atari	13175
+Atria's	13176
+Atrisco	13177
+Atrium	13178
+Atrix	13179
+Atwood	13180
+Atwater	13181
+Atwells	13182
+Atkinson	13183
+Atmore	13184
+Atmos	13185
+Aire	13186
+Airline	13187
+AirTran	13188
+Aircraft	13189
+Airdrie	13190
+Airgas	13191
+Airstream	13192
+Airtec	13193
+Airy	13194
+Aida	13195
+Aiden	13196
+Aids	13197
+Aiken	13198
+Aikido	13199
+Aikman	13200
+Aiko	13201
+Aileen	13202
+Ainsley	13203
+Ainsworth	13204
+Abbot	13205
+Abby	13206
+Abba	13207
+Abbie	13208
+Abel	13209
+Abe's	13210
+Abigail	13211
+Abilene	13212
+Abita	13213
+Abra	13214
+Abreva	13215
+Abacoa	13216
+Abdullah	13217
+Absecon	13218
+Absolut	13219
+Abundant	13220
+Aveda	13221
+Avett	13222
+Avia	13223
+Avis	13224
+Aviv	13225
+Avicii	13226
+Avila	13227
+Avion	13228
+Avant	13229
+Ava's	13230
+Avast	13231
+Avatar	13232
+Avondale	13233
+Agri	13234
+Agra	13235
+Again	13236
+Agassi	13237
+Agatha	13238
+Agawam	13239
+Ages	13240
+Agua	13241
+Agustin	13242
+Aggie's	13243
+Aggieland	13244
+Aggies	13245
+Agora	13246
+Agoura	13247
+Agincourt	13248
+Aging	13249
+Agnes	13250
+Agnew	13251
+ACLU	13252
+ACLs	13253
+ACAC	13254
+ACCC	13255
+ACMC	13256
+ACU's	13257
+ATV's	13258
+ATVs	13259
+AT&T's	13260
+ATCO	13261
+ATM's	13262
+AMA's	13263
+AMEX	13264
+AMSOIL	13265
+AMVETS	13266
+Afro	13267
+Afraid	13268
+Affairs	13269
+Affleck	13270
+Affordable	13271
+Affton	13272
+Afghanistan	13273
+After	13274
+Afton	13275
+ASCAP	13276
+ASCII	13277
+ASCO	13278
+ASAP	13279
+ASPCA	13280
+ABC's	13281
+ABCD	13282
+ABCO	13283
+ABCs	13284
+Aeronautical	13285
+Aerosmith	13286
+Aerotek	13287
+Aegean	13288
+Aegis	13289
+Akins	13290
+Akira	13291
+Akita	13292
+Akasha	13293
+Azul	13294
+Azuma	13295
+Azure	13296
+Azusa	13297
+Azteca	13298
+Aziza	13299
+ADTR	13300
+APAC	13301
+Aquafina	13302
+Aquidneck	13303
+Aquinas	13304
+AARC	13305
+AARP	13306
+Awana	13307
+Awakening	13308
+Away	13309
+Ayers	13310
+Ahmad	13311
+Ahmed	13312
+Aaron's	13313
+Aarons	13314
+Axelrod	13315
+ANSI	13316
+ANSWER	13317
+Park	13318
+Part	13319
+Parr	13320
+Parent	13321
+Parc	13322
+Parham	13323
+Parvin	13324
+Palm	13325
+Pala	13326
+Palo	13327
+Pall	13328
+Palumbo	13329
+Pals	13330
+Patt	13331
+Path	13332
+Pats	13333
+Patch	13334
+Pat's	13335
+Pato	13336
+Patuxent	13337
+Panera	13338
+Panhandle	13339
+Panic	13340
+Panzer	13341
+Pack	13342
+Paco	13343
+PacSun	13344
+Pacman	13345
+Pacquiao	13346
+Pass	13347
+Pasadena	13348
+Paseo	13349
+Pasha	13350
+Paso	13351
+Paul	13352
+Papa	13353
+Pape	13354
+Payne	13355
+PayPal	13356
+Payette	13357
+Payless	13358
+Payment	13359
+Paypal	13360
+Payson	13361
+Payton	13362
+Pain	13363
+Paige	13364
+Paisley	13365
+Pail	13366
+Padre	13367
+Paddington	13368
+Paden	13369
+Padgett	13370
+Padilla	13371
+Padnos	13372
+Paducah	13373
+Pamela	13374
+Pam's	13375
+Pamlico	13376
+Pammy	13377
+Pawn	13378
+Pawcatuck	13379
+Pawhuska	13380
+Paws	13381
+Pawtucket	13382
+Page	13383
+Pagliacci	13384
+Pagosa	13385
+Pablo	13386
+Pabst	13387
+Pakistan	13388
+Pakwan	13389
+Pavarotti	13390
+Pavel	13391
+Pazzo's	13392
+Penn	13393
+Pena	13394
+Pens	13395
+Penguin	13396
+PenFed	13397
+Penca	13398
+Penfield	13399
+Penobscot	13400
+Peri	13401
+Pere	13402
+Peru	13403
+Peralta	13404
+Perham	13405
+Perot	13406
+Perpetual	13407
+Perth	13408
+Pete	13409
+Pets	13410
+PetSmart	13411
+Petaluma	13412
+Petco	13413
+Petfinder	13414
+Petite	13415
+Petland	13416
+Petoskey	13417
+Petula	13418
+Pear	13419
+Peabo	13420
+Peak	13421
+Peanut	13422
+Peapod	13423
+Peas	13424
+Peavey	13425
+Peay	13426
+Pepe	13427
+Pepsi	13428
+Pepco	13429
+Pepin	13430
+Pepto	13431
+Pell	13432
+Pelham	13433
+Pelican	13434
+Peltier	13435
+Pelzer	13436
+Pedro	13437
+Peebles	13438
+Peekskill	13439
+Peele	13440
+Peep	13441
+Pecan	13442
+Peco	13443
+Pechanga	13444
+Peck	13445
+People	13446
+Peoria	13447
+Peosta	13448
+Peotone	13449
+Peggy	13450
+Pegasus	13451
+Pegram	13452
+Peking	13453
+Pemberton	13454
+Pembina	13455
+Pembroke	13456
+Pest	13457
+PewDiePie	13458
+Pewaukee	13459
+Pebblebrook	13460
+Pequod's	13461
+Pequot	13462
+Peyton's	13463
+Port	13464
+Porky's	13465
+Porsche	13466
+Poli	13467
+Poly	13468
+Pole	13469
+Polk	13470
+Polo	13471
+Polson	13472
+Powder	13473
+Poway	13474
+Powhatan	13475
+Potsdam	13476
+Pond	13477
+Pony	13478
+Ponies	13479
+Ponzi	13480
+Post	13481
+Posner	13482
+Pope	13483
+Poplar	13484
+Pop's	13485
+Popo	13486
+Pops	13487
+Popular	13488
+Pool	13489
+Poochie	13490
+Pooh	13491
+Pooja	13492
+Poor	13493
+Poison	13494
+Pound	13495
+Poughkeepsie	13496
+Poulsbo	13497
+Pour	13498
+Pohanka	13499
+Pohl	13500
+Poydras	13501
+Poynter	13502
+Pros	13503
+Prop	13504
+Prof	13505
+ProBuild	13506
+ProCare	13507
+ProHealth	13508
+ProSource	13509
+Project	13510
+Proud	13511
+Prowler	13512
+Prozac	13513
+Prep	13514
+Predator	13515
+Preble	13516
+Preferred	13517
+Pregnancy	13518
+Prejudice	13519
+Prelude	13520
+Prior	13521
+Priya	13522
+Pride	13523
+Pripyat	13524
+Prius	13525
+Prix	13526
+Prize	13527
+Pray	13528
+Practice	13529
+Prancer	13530
+Pruitt	13531
+Prunedale	13532
+Prussia	13533
+Pine	13534
+Pink	13535
+Pino	13536
+Pina	13537
+Pinhook	13538
+Pini's	13539
+Pinnacle	13540
+Pick	13541
+Picture	13542
+Pico	13543
+Pitt	13544
+Pita	13545
+Pitbull	13546
+Pitfire	13547
+Pitkin	13548
+Pitman	13549
+Pitney	13550
+Pier	13551
+Pied	13552
+Pieces	13553
+Pietro's	13554
+Pilgrim	13555
+Pilot	13556
+Pilates	13557
+Pilchuck	13558
+Pilkington	13559
+Pisgah	13560
+Pismo	13561
+Pissin	13562
+Pike	13563
+Pikachu	13564
+Pigeon	13565
+Pimp	13566
+Pima	13567
+Pimlico	13568
+Pimsleur	13569
+Pippi	13570
+Pips	13571
+Piaf	13572
+Piatti	13573
+Piazza	13574
+Pixie	13575
+Pixar	13576
+Pixley	13577
+Pirate	13578
+Pirie	13579
+Pioneer	13580
+Pizza	13581
+Pizzeria	13582
+Plan	13583
+Play	13584
+Plaquemine	13585
+Plaxico	13586
+Plaza	13587
+Pleas	13588
+Pledge	13589
+Plex	13590
+Plum	13591
+Plus	13592
+Pluto	13593
+Pure	13594
+Purnell	13595
+Purolator	13596
+Pursuit	13597
+Purvis	13598
+Punjab	13599
+Punk	13600
+Punderson	13601
+Punisher	13602
+Punta	13603
+Punxsutawney	13604
+Pull	13605
+Pulaski	13606
+Pulitzer	13607
+Pulp	13608
+Pulse	13609
+Pump	13610
+Puma	13611
+Puck	13612
+Puccini's	13613
+Puente	13614
+Puerto	13615
+Puget	13616
+Pugh	13617
+Pugmire	13618
+Puppet	13619
+Puppies	13620
+Puppy	13621
+Puss	13622
+Puscifer	13623
+Pusha	13624
+Puddle	13625
+Pudge	13626
+Putnam	13627
+Putney	13628
+Phil	13629
+Phipps	13630
+Phish	13631
+Phiten	13632
+Photo	13633
+Phan	13634
+Pham	13635
+Pheasant	13636
+Phenix	13637
+PSE&G	13638
+PSECU	13639
+PSEG	13640
+PSNC	13641
+PSNH	13642
+PSAT	13643
+PSTA	13644
+PDF's	13645
+PETA	13646
+PETCO	13647
+Psycho	13648
+Psychiatric	13649
+Psalms	13650
+Pyramid	13651
+Pyrex	13652
+Pfeifer	13653
+Pfeiffer	13654
+Pfister	13655
+Pfizer	13656
+finger	13657
+fini	13658
+fine	13659
+find	13660
+fins	13661
+fire	13662
+firm	13663
+firs	13664
+firkin	13665
+firing	13666
+fill	13667
+file	13668
+film	13669
+filament	13670
+filbert	13671
+filo	13672
+fish	13673
+fist	13674
+fiscal	13675
+fission	13676
+fight	13677
+figaros	13678
+figment	13679
+figs	13680
+fixture	13681
+field	13682
+fiend	13683
+fiesta	13684
+fiber	13685
+fibula	13686
+fide	13687
+fidget	13688
+fiduciary	13689
+fitness	13690
+fits	13691
+ficially	13692
+fickle	13693
+fifth	13694
+fifteen	13695
+fifties	13696
+fifty	13697
+fiance	13698
+fiasco	13699
+fives	13700
+fizzle	13701
+fizzy	13702
+form	13703
+fort	13704
+fork	13705
+forward	13706
+forfeit	13707
+forum	13708
+for:	13709
+forage	13710
+ford	13711
+foot	13712
+fool	13713
+food	13714
+foosball	13715
+fold	13716
+folk	13717
+four	13718
+foul	13719
+fought	13720
+fond	13721
+font	13722
+fone	13723
+focus	13724
+focal	13725
+foster	13726
+foam	13727
+foal	13728
+foxes	13729
+foxnews.com	13730
+foxy	13731
+fobs	13732
+face	13733
+fact	13734
+facade	13735
+fair	13736
+fail	13737
+faith	13738
+faint	13739
+farm	13740
+fart	13741
+fare	13742
+faraway	13743
+farce	13744
+faring	13745
+faron	13746
+fast	13747
+fatal	13748
+fate	13749
+fatigue	13750
+fats	13751
+fatness	13752
+fatz	13753
+fanatic	13754
+fanboy	13755
+fandango.com	13756
+fangs	13757
+fanny	13758
+fans	13759
+fabric	13760
+fable	13761
+fab.com	13762
+fabco	13763
+fall	13764
+false	13765
+falcon	13766
+falter	13767
+favor	13768
+faves	13769
+fame	13770
+famous	13771
+fags	13772
+fake	13773
+fakin	13774
+fault	13775
+faucet	13776
+faux	13777
+fade	13778
+fading	13779
+fax:	13780
+faxing	13781
+fajitas	13782
+flat	13783
+flag	13784
+flap	13785
+flak	13786
+flan	13787
+flaw	13788
+flax	13789
+flaunt	13790
+flow	13791
+float	13792
+flop	13793
+flock	13794
+floss	13795
+flogging	13796
+flonase	13797
+flotation	13798
+flip	13799
+flick	13800
+flirt	13801
+flight	13802
+flimsy	13803
+flix	13804
+flue	13805
+fluff	13806
+fluid	13807
+fluke	13808
+flunk	13809
+flux	13810
+flex	13811
+flee	13812
+fled	13813
+flea	13814
+flemingsburg	13815
+flesh	13816
+flew	13817
+flyer	13818
+flyin	13819
+flyaway	13820
+flyover	13821
+flywheel	13822
+free	13823
+freak	13824
+freckle	13825
+freight	13826
+fret	13827
+frebis	13828
+fred	13829
+freon	13830
+frat	13831
+fraud	13832
+fray	13833
+frases	13834
+frazzled	13835
+friar	13836
+frijolito	13837
+frills	13838
+fringe	13839
+frivolous	13840
+frizzy	13841
+front	13842
+frost	13843
+frown	13844
+frog	13845
+frolic	13846
+froze	13847
+from	13848
+fruit	13849
+fructose	13850
+frugal	13851
+frumpy	13852
+frutti	13853
+fryer	13854
+frying	13855
+frys	13856
+feed	13857
+feel	13858
+feenin	13859
+feeble	13860
+fees	13861
+feet	13862
+feezles	13863
+fell	13864
+felon	13865
+felt	13866
+feat	13867
+fear	13868
+fern	13869
+feral	13870
+ferocious	13871
+fend	13872
+fennel	13873
+fentanyl	13874
+fenugreek	13875
+feta	13876
+fetch	13877
+fetish	13878
+fetus	13879
+fedloan	13880
+fedora	13881
+feds	13882
+fest	13883
+fess	13884
+female	13885
+femur	13886
+feverish	13887
+fevers	13888
+fecal	13889
+feces	13890
+fewer	13891
+fund	13892
+function	13893
+funeral	13894
+funk	13895
+funhouse	13896
+funs	13897
+fuck	13898
+fuccillo	13899
+fuchsia	13900
+furious	13901
+furlough	13902
+furs	13903
+fury	13904
+full	13905
+fulfill	13906
+fulin's	13907
+fuse	13908
+fuss	13909
+fumes	13910
+futbol	13911
+futile	13912
+futon	13913
+fueled	13914
+fueling	13915
+fuels	13916
+fuzzies	13917
+fuzzy	13918
+fuddy	13919
+fudge	13920
+fugitive	13921
+fugly	13922
+Rose	13923
+Rosa	13924
+Ross	13925
+Rosharon	13926
+Rosner	13927
+Rostraver	13928
+Roswell	13929
+Rock	13930
+Rocco	13931
+Roche	13932
+Roco	13933
+Roca	13934
+Rocio	13935
+Rocsi	13936
+Robb	13937
+Robo	13938
+Roby	13939
+Rob's	13940
+Roma	13941
+Rome	13942
+Romi	13943
+Romney	13944
+Romo	13945
+Romulus	13946
+Rona	13947
+Roni	13948
+Ron's	13949
+Ronettes	13950
+Ronkonkoma	13951
+Rodney	13952
+Rod's	13953
+Rodan	13954
+Rodgers	13955
+Rodi	13956
+Rodman	13957
+Rodolfo	13958
+Roll	13959
+Root	13960
+Room	13961
+Roos	13962
+Roof	13963
+Rooney	13964
+Rotel	13965
+Roth	13966
+Roto	13967
+Rotary	13968
+Roya	13969
+Roys	13970
+Royers	13971
+Roy's	13972
+Royce	13973
+Road	13974
+Roast	13975
+Roach	13976
+Roaring	13977
+Roxie	13978
+Roxy	13979
+Roxette	13980
+Rowan	13981
+Rowe	13982
+Roger	13983
+Rogue	13984
+Round	13985
+Roush	13986
+Route	13987
+Rohan	13988
+Rohit	13989
+Rohnert	13990
+Roebuck	13991
+Roeland	13992
+Roethlisberger	13993
+Roja	13994
+Rojo	13995
+Rover	13996
+Roper	13997
+Redd	13998
+Reds	13999
+Redi	14000
+Redland	14001
+Red's	14002
+RedZone	14003
+Redan	14004
+Redken	14005
+Redondo	14006
+Rena	14007
+Rent	14008
+Rene	14009
+Reno	14010
+Renzo	14011
+Renner	14012
+Renwick	14013
+Renys	14014
+Rest	14015
+ResCare	14016
+Rescue	14017
+Resnick	14018
+Response	14019
+Ressler	14020
+Resurrection	14021
+Rego	14022
+Read	14023
+Real	14024
+Reach	14025
+Reaper	14026
+Reardon	14027
+Reavis	14028
+Revo	14029
+RevZilla	14030
+Revlon	14031
+Reed	14032
+Rees	14033
+Reeve	14034
+Reebok	14035
+Reece	14036
+Reef	14037
+Reel	14038
+Reems	14039
+Remi	14040
+Remo	14041
+Remy	14042
+Remax	14043
+Rembrandt	14044
+Remke	14045
+Remsen	14046
+Remus	14047
+Recall	14048
+Rector	14049
+Recycling	14050
+Reid	14051
+Reiki	14052
+Reilly	14053
+Reimer	14054
+Reisterstown	14055
+Republic	14056
+Report	14057
+RepHresh	14058
+Repair	14059
+Repertory	14060
+Rell	14061
+Reloaded	14062
+Reba	14063
+Return	14064
+Rex's	14065
+Rexall	14066
+Rexburg	14067
+Rexel	14068
+Rexford	14069
+Reyes	14070
+Refuge	14071
+Rehab	14072
+Rehm	14073
+Rehoboth	14074
+Reuben	14075
+Reunion	14076
+Reuters	14077
+Reza	14078
+Rezound	14079
+Rezurrection	14080
+Rejada	14081
+Rejects	14082
+Rewards	14083
+Rand	14084
+Range	14085
+Rana	14086
+Rankin	14087
+Ranson	14088
+Rantoul	14089
+Rams	14090
+Rama	14091
+Rami	14092
+Ramkota	14093
+Rammstein	14094
+Rampage	14095
+Rain	14096
+Rail	14097
+Raisin	14098
+Raible	14099
+Raitt	14100
+Ray's	14101
+Rayburn	14102
+Rayco	14103
+Raye	14104
+Rayford	14105
+Rays	14106
+Rayville	14107
+Race	14108
+Rack	14109
+Raccoon	14110
+Racquet	14111
+Radcliff	14112
+Rado	14113
+Rader	14114
+Radford	14115
+Radley	14116
+Radnor	14117
+Rapid	14118
+Raphael	14119
+Rappahannock	14120
+Rapunzel	14121
+Rave	14122
+Ravi	14123
+Ravalli	14124
+Ralph	14125
+Rally	14126
+Ralston	14127
+Rascal	14128
+Rasika	14129
+Rasmussen	14130
+Rasta	14131
+Razor	14132
+Raza	14133
+Razer	14134
+Razr	14135
+Rath	14136
+Ratchet	14137
+Ratliff	14138
+Raton	14139
+Rats	14140
+Ratt	14141
+Rabbi	14142
+Raben	14143
+Rabie	14144
+Rabobank	14145
+Rafael	14146
+Rafi	14147
+Rahal	14148
+Raheem	14149
+Rahim	14150
+Rahman	14151
+Rahul	14152
+Rahway	14153
+Rawson	14154
+Rage	14155
+Raggedy	14156
+Raging	14157
+Ragland	14158
+Ragsdale	14159
+Raja	14160
+Rajesh	14161
+Raju	14162
+Raeford	14163
+Raelynn	14164
+Rakesh	14165
+Rakim	14166
+Rare	14167
+Raritan	14168
+Rich	14169
+Rick	14170
+Rica	14171
+Rice	14172
+Rico	14173
+River	14174
+Riva	14175
+Ride	14176
+Rida	14177
+Riding	14178
+Ridley	14179
+Ring	14180
+Rina	14181
+Rincon	14182
+Rindge	14183
+Rini	14184
+Rinker	14185
+Rita	14186
+Ritchie	14187
+Ritz	14188
+Rite	14189
+Ripley	14190
+Riperton	14191
+Ripken	14192
+Ripon	14193
+Riptide	14194
+Right	14195
+Rigatoni's	14196
+Rigby	14197
+Rigo	14198
+Rigsby	14199
+Rise	14200
+Risa	14201
+Rishi	14202
+Rising	14203
+Rissa	14204
+Ristorante	14205
+Rimes	14206
+Rimmel	14207
+Rimrock	14208
+Rio's	14209
+Rios	14210
+Riot	14211
+Rizzo	14212
+Rizza	14213
+Riley's	14214
+Rileys	14215
+Ribbon	14216
+Riendo	14217
+Riesling	14218
+Rifkin	14219
+Rifle	14220
+Rihanna's	14221
+Rikers	14222
+Russ	14223
+Rush	14224
+Rusk	14225
+Rusnak	14226
+Runaway	14227
+Runkles	14228
+Runway	14229
+Runyon	14230
+Runza	14231
+Ruby	14232
+Ruben	14233
+Rubbermaid	14234
+Ruth	14235
+Rutgers	14236
+Rudy	14237
+Rudd	14238
+Rudisill	14239
+Rumford	14240
+Rumson	14241
+Rugby	14242
+Ruger	14243
+Ruggles	14244
+Rugrats	14245
+Ruff	14246
+Rufe	14247
+Rufus	14248
+Rucker	14249
+Rucka	14250
+Ruidoso	14251
+Ruiz	14252
+Rules	14253
+Rupert	14254
+Rupp	14255
+Rhonda	14256
+Rhea	14257
+Rheem	14258
+Rhett	14259
+Rhiannon	14260
+Rhymes	14261
+Rhys	14262
+Rhythm	14263
+Rylan	14264
+Rylee's	14265
+Ryan's	14266
+Ryans	14267
+Ryder	14268
+Rydell	14269
+Ryerson	14270
+RSVP	14271
+REEDS	14272
+REMC	14273
+RIMCO	14274
+ROCK	14275
+RPM's	14276
+Deli	14277
+Dell	14278
+Delco	14279
+Del's	14280
+Delbert	14281
+Delete	14282
+Delgado	14283
+Delhi	14284
+Delk	14285
+Delnor	14286
+Delsea	14287
+Deluxe	14288
+Dean	14289
+Dead	14290
+Dear	14291
+Deacon	14292
+Deal	14293
+Death	14294
+Deaf	14295
+Deaver	14296
+Dena	14297
+Denham	14298
+Denon	14299
+Denzel	14300
+Desi	14301
+Desk	14302
+DesPlaines	14303
+Desloge	14304
+Desmond	14305
+Desoto	14306
+Deer	14307
+Deen	14308
+Deep	14309
+Dee's	14310
+DeeDee	14311
+Deegan	14312
+Deeks	14313
+Deez	14314
+Devo	14315
+Devan	14316
+Devlin	14317
+Demi	14318
+Demco	14319
+December	14320
+Deck	14321
+Decca	14322
+Decherd	14323
+Decorah	14324
+Derek	14325
+Derr	14326
+Derby	14327
+Derda	14328
+Derick	14329
+Dermatology	14330
+Deron	14331
+Derulo	14332
+Derwood	14333
+Deborah	14334
+Deb's	14335
+Debian	14336
+Debra	14337
+Debs	14338
+Dept	14339
+Department	14340
+Depp	14341
+Depression	14342
+Deputy	14343
+Dewey	14344
+Dewberry	14345
+Dews	14346
+DeLuca	14347
+DeLand	14348
+DeLeon	14349
+DeVaughn	14350
+DeVoe	14351
+DeVry	14352
+Detail	14353
+Dethklok	14354
+Defiance	14355
+Deftones	14356
+Dexter	14357
+Dexcom	14358
+DeBarge	14359
+DeBarr	14360
+DeBary	14361
+DeFelice	14362
+DeForest	14363
+DeFuniak	14364
+DeGaulle	14365
+DeGeneres	14366
+DeGraw	14367
+DeMayo	14368
+DePaul	14369
+DePere	14370
+DePuy	14371
+DeSantis	14372
+DeShields	14373
+DeSoto	14374
+Dede	14375
+Dedham	14376
+Degree	14377
+Degrassi	14378
+Deion	14379
+Deitrick	14380
+Deuce	14381
+DeRenne	14382
+DeRidder	14383
+DeWalt	14384
+DeWitt	14385
+Dani	14386
+Dana	14387
+Danger	14388
+Dane	14389
+Dan's	14390
+Danbury	14391
+Danforth	14392
+Danube	14393
+Danya	14394
+Danzig	14395
+Dark	14396
+Darcy	14397
+Dart	14398
+Darby	14399
+Darwin	14400
+Daryl	14401
+Dara	14402
+Dare	14403
+Darnell	14404
+Darque	14405
+Daruma	14406
+Darvin	14407
+Dale	14408
+Dali	14409
+Dalmatian	14410
+Dalai	14411
+Dalhart	14412
+Daly	14413
+Dave	14414
+Davy	14415
+Damon	14416
+Dame	14417
+Damn	14418
+Damme	14419
+Days	14420
+Dayton	14421
+Daylight	14422
+Dayville	14423
+Dade	14424
+Daddy	14425
+Dad's	14426
+Dada	14427
+Dairy	14428
+Daisy	14429
+Daigle	14430
+Daingerfield	14431
+Dawson	14432
+Dawn	14433
+Dawes	14434
+Dawg	14435
+Dawkins	14436
+Dahl	14437
+Dahmer	14438
+Date	14439
+Data	14440
+Datsun	14441
+Dash	14442
+Dasia	14443
+Dauphin	14444
+DaVinci	14445
+DaVita	14446
+Dazs	14447
+Dazz	14448
+Dacia	14449
+Dacula	14450
+Daffy	14451
+Daft	14452
+Dakotas	14453
+Daphne's	14454
+Dona	14455
+Done	14456
+Donovan	14457
+Dong	14458
+Doncaster	14459
+Donkey	14460
+Donley	14461
+Dons	14462
+Donuts	14463
+Dora	14464
+Dori	14465
+Dorn	14466
+Doreen	14467
+Dorr	14468
+Dorchester	14469
+Dorfman	14470
+Dory	14471
+Dome	14472
+Dom's	14473
+Domo	14474
+Down	14475
+Dowagiac	14476
+Dowd	14477
+Dowell	14478
+Doll	14479
+Dolph	14480
+Dolan	14481
+Dolby	14482
+Dolce	14483
+Dole	14484
+Dolores	14485
+Dolton	14486
+Door	14487
+Doom	14488
+Doon	14489
+Doobie	14490
+Doogie	14491
+Dookie	14492
+Doug	14493
+Doucette	14494
+Dock	14495
+Doctor	14496
+Doc's	14497
+Docs	14498
+Dodge	14499
+Dodd	14500
+Dodi	14501
+Dodson	14502
+Dody	14503
+Dogg	14504
+Dogfish	14505
+Dogs	14506
+DotA	14507
+Dothan	14508
+Dotson	14509
+Doty	14510
+Doberman	14511
+Dobie	14512
+Dobson	14513
+Dokes	14514
+Doki	14515
+Dokken	14516
+Doyles	14517
+Does	14518
+Doster	14519
+Dover	14520
+Dozen	14521
+Dozier	14522
+Disco	14523
+Dish	14524
+Disney	14525
+Disease	14526
+Dismantlers	14527
+Diamond	14528
+Diagnostic	14529
+Dial	14530
+Diaper	14531
+Diaz	14532
+Dina	14533
+Dino	14534
+Diner	14535
+Ding	14536
+Dinner	14537
+Dindin	14538
+Dining	14539
+Dinkytown	14540
+Dinuba	14541
+Dinwiddie	14542
+Dick	14543
+Dice	14544
+Dirk	14545
+Dirt	14546
+Dilworth	14547
+Diver	14548
+Diva	14549
+Diet	14550
+Diego	14551
+Diehl	14552
+Diesel	14553
+Dimitri	14554
+Dimond	14555
+Dimas	14556
+Dimmitt	14557
+Digg	14558
+Digest	14559
+Dion	14560
+Diocese	14561
+Dior	14562
+Dios	14563
+Dixie	14564
+Dixon	14565
+Dixwell	14566
+Diplomat	14567
+Dipper	14568
+Dipset	14569
+Ditka	14570
+Ditch	14571
+Ditmars	14572
+Diddy	14573
+Dido	14574
+DiMaggio's	14575
+Diffie	14576
+Diffley	14577
+Duncan	14578
+Dunn	14579
+Dunbar	14580
+Dunford	14581
+Dunmore	14582
+Dunstable	14583
+Dunwoody	14584
+Durfee	14585
+Durham	14586
+Durk	14587
+Duro	14588
+Durst	14589
+Dumb	14590
+Dumas	14591
+Dumfries	14592
+Dumont	14593
+Dumpty	14594
+Dutch	14595
+Duty	14596
+Dutton	14597
+Dublin	14598
+Dubai	14599
+Dube	14600
+Dubin	14601
+Dubois	14602
+Dubsdread	14603
+Dubuque	14604
+Duffy	14605
+Dufferin	14606
+Duffield	14607
+Dugan	14608
+Dupo	14609
+Dupaco	14610
+Duplin	14611
+Duck	14612
+Ducati	14613
+Duchess	14614
+Dude	14615
+Dudley	14616
+Duds	14617
+Dustin	14618
+Dusty	14619
+Dulaney	14620
+Dulce	14621
+Dulles	14622
+Duluth	14623
+Duane	14624
+Duarte	14625
+Duke's	14626
+Dukes	14627
+DuPage	14628
+DuPont	14629
+Duvall	14630
+Drag	14631
+Draft	14632
+Drake	14633
+Drama	14634
+Draeger's	14635
+Drano	14636
+Draper	14637
+Draven	14638
+Draw	14639
+Dream	14640
+Drew	14641
+Dre's	14642
+Dredd	14643
+Dremel	14644
+Drexel	14645
+Drift	14646
+Driggs	14647
+Drink	14648
+Dripping	14649
+Driscoll	14650
+Drum	14651
+Drug	14652
+Drunk	14653
+Drudge	14654
+Druid	14655
+Drury	14656
+Drop	14657
+Drogo	14658
+Droid	14659
+Dryden	14660
+Dynasty	14661
+Dylan's	14662
+Dylans	14663
+Dysart	14664
+Dyslexic	14665
+Dyson	14666
+Dyke	14667
+Dykstra	14668
+DCFS	14669
+DSLR	14670
+DVD's	14671
+DVDs	14672
+DOE's	14673
+DOMA	14674
+DPSS	14675
+D'Amico	14676
+DEA's	14677
+DJ'ing	14678
+DJ's	14679
+Dhabi	14680
+Dhaka	14681
+Dharma	14682
+Dwight's	14683
+DUI's	14684
+home	14685
+homo	14686
+homage	14687
+hombre	14688
+hors	14689
+horn	14690
+horizon	14691
+horoscope	14692
+horde	14693
+hook	14694
+hood	14695
+hoop	14696
+hoot	14697
+hooch	14698
+hoo-ray	14699
+hoof	14700
+hooligans	14701
+hooman	14702
+hooray	14703
+hooves	14704
+hold	14705
+hole	14706
+holster	14707
+hola	14708
+holt	14709
+holy	14710
+hour	14711
+hound	14712
+hone	14713
+honor	14714
+honk	14715
+honcho	14716
+host	14717
+hose	14718
+hotel	14719
+hott	14720
+hots	14721
+hotdog	14722
+hotmail	14723
+hotwire	14724
+hotcakes	14725
+hotline	14726
+hotness	14727
+hotrod	14728
+hope	14729
+hopin	14730
+hops	14731
+hop.com	14732
+hopyard	14733
+hobo	14734
+howl	14735
+howard	14736
+however	14737
+hoagie	14738
+hoax	14739
+hock	14740
+hocus	14741
+hoga	14742
+hogging	14743
+hogs	14744
+hoedown	14745
+hoes	14746
+hovercraft	14747
+hovering	14748
+hohoho	14749
+hohokus	14750
+hand	14751
+hang	14752
+hannah	14753
+hard	14754
+harm	14755
+harvest	14756
+harass	14757
+harp	14758
+harsh	14759
+hare	14760
+harness	14761
+hark	14762
+harlot	14763
+hair	14764
+hail	14765
+haiku	14766
+hall	14767
+half	14768
+halo	14769
+haley	14770
+halt	14771
+halal	14772
+halves	14773
+hams	14774
+hamlet	14775
+hamricks	14776
+hatch	14777
+hate	14778
+hatin	14779
+hath	14780
+hatred	14781
+hats	14782
+hapa	14783
+hapo	14784
+haps	14785
+haha	14786
+have	14787
+havin	14788
+havalina	14789
+havoc	14790
+hack	14791
+haces	14792
+hash	14793
+haul	14794
+haunt	14795
+haze	14796
+hazard	14797
+hazing	14798
+hazmat	14799
+hazy	14800
+habit	14801
+haba	14802
+haylor	14803
+hayride	14804
+haywire	14805
+hagale	14806
+hags	14807
+hawk	14808
+haddock	14809
+hadn't	14810
+head	14811
+hear	14812
+heal	14813
+heat	14814
+heap	14815
+here	14816
+hero	14817
+herb	14818
+herd	14819
+herm	14820
+hernia	14821
+hers	14822
+herald	14823
+heritage	14824
+herpes	14825
+help	14826
+hell	14827
+helm	14828
+held	14829
+helen	14830
+helter	14831
+hemisphere	14832
+hemroid	14833
+hemlock	14834
+hemp	14835
+height	14836
+heir	14837
+heifer	14838
+heidi	14839
+heinous	14840
+heist	14841
+heel	14842
+heehee	14843
+heebie	14844
+heed	14845
+heey	14846
+heck	14847
+hedge	14848
+hedahls	14849
+heyy	14850
+hey.	14851
+heypenny	14852
+heytell	14853
+hence	14854
+henna	14855
+hens	14856
+hentai	14857
+he'd	14858
+he'll	14859
+he's	14860
+hehe	14861
+heparin	14862
+hepatitis	14863
+hexagon	14864
+highway	14865
+highs	14866
+highness	14867
+highpoint	14868
+highrise	14869
+hind	14870
+hing	14871
+hint	14872
+hiney	14873
+hinkleville	14874
+hitch	14875
+hither	14876
+hitman	14877
+hits	14878
+hill	14879
+hilarious	14880
+hilbish	14881
+hilt	14882
+hips	14883
+hip-hop	14884
+hide	14885
+hidin	14886
+hidden	14887
+hiss	14888
+hick	14889
+hiccup	14890
+hice	14891
+hibachi	14892
+hibdons	14893
+hibiscus	14894
+hike	14895
+hiking	14896
+hire	14897
+hiring	14898
+hirshfields	14899
+hijack	14900
+hijk	14901
+hiatal	14902
+hiatus	14903
+hierarchy	14904
+hieroglyphics	14905
+himself	14906
+hives	14907
+human	14908
+hump	14909
+hunt	14910
+hung	14911
+hunk	14912
+hundred	14913
+hunch	14914
+hunny	14915
+hurt	14916
+hurdle	14917
+hurl	14918
+hust	14919
+husband	14920
+husk	14921
+hush	14922
+hussy	14923
+huge	14924
+hugs	14925
+hubcap	14926
+hubs	14927
+hub.com	14928
+hutch	14929
+hut.com	14930
+huffing	14931
+huffy	14932
+hula	14933
+hull	14934
+hulu.com	14935
+huckleberry	14936
+hucks	14937
+huddled	14938
+hypo	14939
+hype	14940
+hyphen	14941
+hydro	14942
+hysterectomy	14943
+hygenist	14944
+hymn	14945
+hymen	14946
+hybrids	14947
+hyenas	14948
+hmmm	14949
+Tran	14950
+Trac	14951
+Trap	14952
+Tramp	14953
+Trax	14954
+Trabuco	14955
+Traeger	14956
+Trautwein	14957
+Trayvon	14958
+Trip	14959
+Trim	14960
+Trio	14961
+Trix	14962
+TriMet	14963
+Trident	14964
+Trifexis	14965
+Trillium	14966
+Triumph	14967
+Truck	14968
+True	14969
+TruGreen	14970
+Truitt	14971
+Trujillo	14972
+Trunk	14973
+Truro	14974
+Truth	14975
+Tree	14976
+Tremont	14977
+Trey	14978
+Trek	14979
+Tressa	14980
+Trexlertown	14981
+Troy	14982
+Trot	14983
+Trojan	14984
+Tron	14985
+Trolley	14986
+Tang	14987
+Tana	14988
+Taney	14989
+Tank	14990
+Tanque	14991
+Tanya	14992
+Tansky	14993
+Tantrums	14994
+Tanzania	14995
+Tall	14996
+Tale	14997
+Tali	14998
+Talk	14999
+Talcott	15000
+Talon	15001
+Talquin	15002
+Tama	15003
+Tami	15004
+Tame	15005
+Tamra	15006
+Tams	15007
+Tamworth	15008
+Tara	15009
+Tart	15010
+Tarzan	15011
+Tarentum	15012
+Tarheel	15013
+Tariq	15014
+Tarleton	15015
+Tarot	15016
+Tarpon	15017
+Taryn	15018
+Tash	15019
+Task	15020
+Tasman	15021
+Taser	15022
+Tapco	15023
+Tape	15024
+Taphouse	15025
+Tapout	15026
+Tail	15027
+Taiwan	15028
+Tai's	15029
+Tainted	15030
+Taio	15031
+Taipei	15032
+Table	15033
+Tabo	15034
+Tabasco	15035
+Tabernacle	15036
+Tabitha	15037
+Tate	15038
+Tatum	15039
+Tata	15040
+Tatiana	15041
+Taylor	15042
+Taytay	15043
+Taco	15044
+Tackett	15045
+Tavares	15046
+Tavia	15047
+Tahiti	15048
+Tahlequah	15049
+Takara	15050
+Take	15051
+Taking	15052
+Takoma	15053
+Tagalog	15054
+Taggart	15055
+Taub	15056
+Taunton	15057
+Taurus	15058
+Taxation	15059
+Taxi	15060
+Tafel	15061
+Taft	15062
+Taos	15063
+Tawana	15064
+Tawas	15065
+Tazewell	15066
+Toma	15067
+Tomo	15068
+Tomb	15069
+Tomlin	15070
+Tomcat	15071
+Tommy	15072
+Tompkins	15073
+Tom's	15074
+TomTom	15075
+Tomkinson	15076
+Toms	15077
+Tori	15078
+Torch	15079
+Toro	15080
+Torah	15081
+Torx	15082
+Tory	15083
+Toni	15084
+Tony	15085
+Tong	15086
+Tonawanda	15087
+Tonopah	15088
+Tops	15089
+Topanga	15090
+Topeka	15091
+Topher	15092
+Topic	15093
+Topton	15094
+Tobi	15095
+Toby	15096
+Tobuscus	15097
+Town	15098
+Towanda	15099
+Towbin	15100
+Towson	15101
+Tour	15102
+Touch	15103
+Tough	15104
+Touhy	15105
+Tousley	15106
+Toll	15107
+Tolbert	15108
+Tolteca	15109
+Toluca	15110
+Toto	15111
+Totten	15112
+Total	15113
+Totem	15114
+Tots	15115
+Tosh	15116
+Toss	15117
+Tostitos	15118
+Toyo	15119
+Toya	15120
+Toys	15121
+Toyz	15122
+Toast	15123
+Toad	15124
+Toano	15125
+Tool	15126
+Tooele	15127
+Todd	15128
+Today	15129
+Tova	15130
+Tove	15131
+Toccoa	15132
+Toco	15133
+Together	15134
+Togo's	15135
+Tokyo	15136
+Tercel	15137
+Terps	15138
+Tervis	15139
+Tell	15140
+Telcom	15141
+Telstra	15142
+Telus	15143
+Tenn	15144
+Tender	15145
+Tenley	15146
+Tent	15147
+Tenkaichi	15148
+Team	15149
+Teague	15150
+Teaneck	15151
+Tears	15152
+Teasley	15153
+Teavana	15154
+Teays	15155
+Text	15156
+TexAgs	15157
+Texico	15158
+Texoma	15159
+Tech	15160
+Tecumseh	15161
+Tess	15162
+Test	15163
+Tesco	15164
+Tesla	15165
+Tesoro	15166
+Teddy	15167
+Ted's	15168
+Tedeschi's	15169
+Teds	15170
+Teen	15171
+Teeter	15172
+Tejeda	15173
+Tejon	15174
+Teton	15175
+Tegan	15176
+Tehachapi	15177
+Tehama	15178
+Tequesta	15179
+Tequila	15180
+Time	15181
+Tim's	15182
+Timken	15183
+Timnath	15184
+Timpanogos	15185
+Tina	15186
+Ting	15187
+Tino	15188
+Tinker	15189
+Tiny	15190
+Tindol	15191
+Tinley	15192
+Tinton	15193
+Tila	15194
+Tilden	15195
+Tile	15196
+Tilghman	15197
+Tita	15198
+Title	15199
+Tito	15200
+Titus	15201
+Tittabawassee	15202
+Tice	15203
+Tift	15204
+Tipp	15205
+Tips	15206
+Tipton	15207
+Tiana	15208
+Tia's	15209
+Tiago	15210
+Tiedeman	15211
+Tiesto	15212
+Tiger	15213
+Tigard	15214
+Tigger	15215
+Tigres	15216
+Tibet	15217
+Tibbetts	15218
+Tiburon	15219
+Tide	15220
+Tidwell	15221
+Tikes	15222
+Tiki	15223
+Tish	15224
+Tisdale	15225
+Tijera	15226
+Tijuana	15227
+Tires	15228
+Tiverton	15229
+Tivoli	15230
+Thor	15231
+Thou	15232
+Thonotosassa	15233
+Thea	15234
+Theo	15235
+Theft	15236
+Thelma	15237
+Then	15238
+They	15239
+Thunder	15240
+Thug	15241
+Thumb	15242
+Than	15243
+That	15244
+Thai	15245
+Thackerville	15246
+Thaddeus	15247
+Thames	15248
+Thayer	15249
+Thin	15250
+Thibodaux	15251
+Thicke	15252
+This	15253
+Thrasher	15254
+Thru	15255
+Three	15256
+Turk	15257
+Turf	15258
+Turtle	15259
+Turano	15260
+Turismo	15261
+Turpin	15262
+Tuck	15263
+Tucan	15264
+Tucson	15265
+Tucumcari	15266
+Tussing	15267
+Tustin	15268
+Tull	15269
+Tulsa	15270
+Tune	15271
+Tunas	15272
+Tundra	15273
+Tung	15274
+Tunkhannock	15275
+Tunnel	15276
+Tuba	15277
+Tube	15278
+Tubman	15279
+Tuesday	15280
+Tupper	15281
+Tupac	15282
+Tupelo	15283
+Tuffy	15284
+Tufts	15285
+Tumblr	15286
+Tumi	15287
+Tumwater	15288
+Tutor	15289
+Tuttle	15290
+Tudor's	15291
+Tyra	15292
+Tyrion	15293
+Tyrone	15294
+Tyrwhitt	15295
+Tyler	15296
+Tylenol	15297
+Tynan's	15298
+Tyndall	15299
+Tyngsboro	15300
+Tyson's	15301
+Tysons	15302
+Tyvek	15303
+Tyvola	15304
+Twin	15305
+Twist	15306
+Twickenham	15307
+Twix	15308
+Twizzlers	15309
+Tweaker	15310
+THANK	15311
+THAT	15312
+THERE	15313
+TIAA	15314
+TGIF	15315
+Land	15316
+Lang	15317
+Lane	15318
+Lana	15319
+Lani	15320
+Lano	15321
+Lanham	15322
+Lanza	15323
+Late	15324
+Lata	15325
+Lauder	15326
+Laugh	15327
+Lauer	15328
+Lauper	15329
+Lautner	15330
+Lamb	15331
+Lama	15332
+Lam's	15333
+Lamesa	15334
+Lamkin	15335
+Lark	15336
+Lars	15337
+Lara	15338
+Laredo	15339
+Larned	15340
+Larpenteur	15341
+Lake	15342
+Lakota	15343
+Lacey	15344
+Lacamas	15345
+Laclede	15346
+Lacs	15347
+Lawn	15348
+Lawson	15349
+Lawler	15350
+Lawton	15351
+Lawyer	15352
+Lava	15353
+LabCorp	15354
+Labadie	15355
+Labs	15356
+Ladd	15357
+Lady	15358
+Ladies	15359
+Ladson	15360
+Ladue	15361
+Laser	15362
+Lassiter	15363
+Last	15364
+Lapalco	15365
+Lapeer	15366
+Laplace	15367
+Laporte	15368
+LaRiche	15369
+LaRue	15370
+Layla	15371
+Layne	15372
+Lays	15373
+Layton	15374
+Lago	15375
+Lagrange	15376
+Laguna	15377
+Lala	15378
+Lally	15379
+Lazar	15380
+Lazer	15381
+Lazy	15382
+LaCava	15383
+LaCie	15384
+LaCosta	15385
+LaCrosse	15386
+LaGuardia	15387
+LaVale	15388
+Lafayette	15389
+Lair	15390
+Lainey	15391
+LaBelle	15392
+LaBrea	15393
+LaFollette	15394
+LaFontaine	15395
+LaPlata	15396
+LaPorte	15397
+LaSalle	15398
+LaShawn	15399
+Lahaina	15400
+Lahey	15401
+Lean	15402
+Lear	15403
+Leather	15404
+Leah	15405
+Leap	15406
+Leaf	15407
+League	15408
+Leal	15409
+Leamington	15410
+Lease	15411
+Leawood	15412
+Leno	15413
+Lena	15414
+Lent	15415
+Lenco	15416
+Lending	15417
+Lenexa	15418
+Leng	15419
+Leon	15420
+Leo's	15421
+Leola	15422
+Leominster	15423
+Levi	15424
+Level	15425
+Levy	15426
+Lev's	15427
+Lees	15428
+Leela	15429
+Lee's	15430
+LeeAnn	15431
+Leechburg	15432
+Leeds	15433
+Leetsdale	15434
+Lego	15435
+Legend	15436
+Leggett	15437
+Leghorn	15438
+Legion	15439
+Legrand	15440
+Lester	15441
+Lesbian	15442
+Lesh	15443
+Lesnar	15444
+Less	15445
+Let's	15446
+Letchworth	15447
+Letoya	15448
+Lewes	15449
+Lexi	15450
+LexA	15451
+Lexar	15452
+Lexmark	15453
+Lextran	15454
+Lexus	15455
+Lexy's	15456
+Ledge	15457
+Ledbetter	15458
+Ledford	15459
+Ledisi	15460
+Ledo	15461
+Leduc	15462
+Ledyard	15463
+Leila	15464
+Leigh	15465
+Leicester	15466
+Leif	15467
+Leisure	15468
+Leman	15469
+Lemieux	15470
+Lemmon	15471
+Left	15472
+Lefferts	15473
+Lehi	15474
+Lehman	15475
+LeMoyne	15476
+Lecanto	15477
+Leclaire	15478
+Lecrae	15479
+Lecter	15480
+Lebowski	15481
+Leroy	15482
+Lerner	15483
+LeBlanc	15484
+LeBron	15485
+Leucadia	15486
+Leupold	15487
+Long	15488
+Lone	15489
+Lona	15490
+Loncar	15491
+Lonoke	15492
+Lonsdale	15493
+Lord	15494
+Lori	15495
+Lora	15496
+Lorton	15497
+Lou's	15498
+Loucks	15499
+Louetta	15500
+Lounge	15501
+Lourdes	15502
+Lock	15503
+Loch	15504
+Loco	15505
+Loctite	15506
+Locust	15507
+Love	15508
+Lovato	15509
+Logan	15510
+Loggins	15511
+Logli	15512
+Logs	15513
+Lombard	15514
+Loma	15515
+Lomond	15516
+Lompoc	15517
+Lowe	15518
+Lowcountry	15519
+Lowndes	15520
+Lowville	15521
+Lott	15522
+Lotaburger	15523
+Lothian	15524
+Lots	15525
+Lotus	15526
+Look	15527
+Loom	15528
+Loon	15529
+Loop	15530
+Loblaw	15531
+Lobo	15532
+Lobby	15533
+Lobel	15534
+Lobster	15535
+Lola	15536
+Lolo	15537
+Lolita	15538
+Lollipop	15539
+Lost	15540
+Loan	15541
+Loathing	15542
+Loftis	15543
+Lofts	15544
+Loya	15545
+Loyd	15546
+Loyola	15547
+Lodge	15548
+Lodi	15549
+Loeb	15550
+Loews	15551
+Lohan	15552
+Lohman	15553
+Lokey	15554
+Lopes	15555
+Lopez	15556
+Loxahatchee	15557
+Loxley	15558
+Lind	15559
+Line	15560
+Link	15561
+Ling	15562
+Lino	15563
+Lin's	15564
+Lina	15565
+Linings	15566
+Linn	15567
+Linville	15568
+Linwood	15569
+Linz	15570
+Lili	15571
+Lily	15572
+Lila	15573
+Lilburn	15574
+Liles	15575
+Libya	15576
+Lite	15577
+Lita	15578
+Litchfield	15579
+Lititz	15580
+Lime	15581
+Limit	15582
+Lima	15583
+Limon	15584
+Limp	15585
+List	15586
+Lisa	15587
+Lisbon	15588
+Lisle	15589
+Lissa	15590
+Live	15591
+Livonia	15592
+Life	15593
+Liftmaster	15594
+Light	15595
+Ligonier	15596
+Liza	15597
+Liz's	15598
+Liam	15599
+Liar	15600
+Lions	15601
+Lionel	15602
+Lionheart	15603
+Lionville	15604
+Lick	15605
+Licht	15606
+Lieberman	15607
+Lies	15608
+Lieutenant	15609
+Lips	15610
+Lipa	15611
+Lipton	15612
+Liquid	15613
+Liquor	15614
+Luck	15615
+Luce	15616
+Luca	15617
+Lucy	15618
+Lumosity	15619
+Lumsden	15620
+Luna	15621
+Lunch	15622
+Lunenburg	15623
+Lunsford	15624
+Luther	15625
+Luton	15626
+Lutron	15627
+Lutz	15628
+Luda	15629
+Luddington	15630
+Ludington	15631
+Ludlow	15632
+Ludwig	15633
+Luis	15634
+Luigi	15635
+Luiz	15636
+Lupe	15637
+Lupton	15638
+Lupus	15639
+Luke	15640
+Lukas	15641
+Lulu	15642
+Lula	15643
+Luling	15644
+Lubbock	15645
+Lube	15646
+Lubrano's	15647
+Luby's	15648
+Luger	15649
+Lugoff	15650
+Lusby	15651
+Lusk	15652
+Lustine	15653
+Luxembourg	15654
+Luxor	15655
+Luzern	15656
+Lufkin	15657
+Lufthansa	15658
+Luray	15659
+Lure	15660
+Lynn	15661
+Lynch	15662
+Lynbrook	15663
+Lynette	15664
+Lynhurst	15665
+Lynwood	15666
+Lynx	15667
+Lynyrd	15668
+Lyme	15669
+Lyman	15670
+Lyon	15671
+Lyoko	15672
+Lyric	15673
+Lyra	15674
+Lycia	15675
+Lycoming	15676
+Lydia's	15677
+Lyles	15678
+Lysol	15679
+Lyssa	15680
+Lyte	15681
+Lytle	15682
+LED's	15683
+LEDs	15684
+LEED	15685
+LEEP	15686
+LASCO	15687
+LASIK	15688
+LICSW	15689
+Lloyd's	15690
+Lloydminster	15691
+Lloyds	15692
+Hart	15693
+Hard	15694
+Haro	15695
+Hara	15696
+Harford	15697
+Hari	15698
+Harshman	15699
+Hann	15700
+Hand	15701
+Hans	15702
+Hank	15703
+Hana	15704
+Han's	15705
+Hanbury	15706
+Hanford	15707
+Hanover	15708
+Hanukkah	15709
+Hall	15710
+Hale	15711
+Half	15712
+Halo	15713
+Halco	15714
+Haldeman	15715
+Halifax	15716
+Halpern	15717
+Hamm	15718
+Hama	15719
+Ham's	15720
+Hamden	15721
+Hamner	15722
+Hamot	15723
+Hamtramck	15724
+Hayden	15725
+Hayes	15726
+Hayne	15727
+Hays	15728
+Hayashi	15729
+Haygood	15730
+Haymarket	15731
+Hail	15732
+Hair	15733
+Haiti	15734
+Haines	15735
+Haight	15736
+Haik	15737
+Haim	15738
+Hate	15739
+Hatfield	15740
+Hathaway	15741
+Hatboro	15742
+Have	15743
+Havoline	15744
+Havre	15745
+Hagman	15746
+Hague	15747
+Hawk	15748
+Hawaii	15749
+Hawthorn	15750
+Hawley	15751
+Hawn	15752
+Hasbro	15753
+Hash	15754
+Hastings	15755
+Haze	15756
+Hazzard	15757
+Haul	15758
+Haus	15759
+Haubstadt	15760
+Haughton	15761
+Haunted	15762
+Hauppauge	15763
+Haute	15764
+Hades	15765
+Habana	15766
+Habra	15767
+Hacienda	15768
+Haag	15769
+Haan	15770
+Haas	15771
+Hapeville	15772
+Hahn	15773
+Haha	15774
+Haffner's	15775
+Hafner	15776
+Hakim	15777
+Hakkasan	15778
+Holm	15779
+Holt	15780
+Holy	15781
+Holcomb	15782
+Holabird	15783
+Holbrook	15784
+Hole	15785
+Holgate	15786
+Holocaust	15787
+Holzer	15788
+Horn	15789
+Horton	15790
+Horde	15791
+Horeb	15792
+Hormel	15793
+Horowitz	15794
+Home	15795
+Homa	15796
+Homo	15797
+Hough	15798
+Hound	15799
+Hour	15800
+Houdini	15801
+Houma	15802
+Houten	15803
+Hong	15804
+Hook	15805
+Hood	15806
+Hoover	15807
+Hoobastank	15808
+Howe	15809
+Howard	15810
+Howie	15811
+Howcast	15812
+Howdy	15813
+Hope	15814
+Hopatcong	15815
+Hopdoddy	15816
+Hopi	15817
+Hopsin	15818
+Host	15819
+Hoss	15820
+Hosanna	15821
+Hoselton	15822
+Hoskins	15823
+Hosmer	15824
+HobNob	15825
+Hobart	15826
+Hobe	15827
+Hoboken	15828
+Hobson	15829
+Hof's	15830
+Hofbrau	15831
+Hofstra	15832
+Hogan	15833
+Hogle	15834
+Hogs	15835
+Hogue	15836
+Hogwarts	15837
+Hotel	15838
+Hotchkiss	15839
+Hotlanta	15840
+Hotmail	15841
+Hots	15842
+Hotwire	15843
+Hocking	15844
+Hockley	15845
+Hodge	15846
+Hodgkins	15847
+Hodgson	15848
+Hoke	15849
+Hokie	15850
+Hokkaido	15851
+Hohenwald	15852
+Hohl	15853
+Hohner	15854
+Hoagland	15855
+Hoya	15856
+Hoyt	15857
+Herb	15858
+Herr	15859
+Hero	15860
+Here	15861
+Herald	15862
+Herff	15863
+Heritage	15864
+Herkimer	15865
+Herlong	15866
+Heat	15867
+Head	15868
+Heacock	15869
+Hell	15870
+Helen	15871
+Help	15872
+Helio	15873
+Helfman	15874
+Helga	15875
+Helotes	15876
+Helsing	15877
+Helzberg	15878
+Henagar	15879
+Henley	15880
+Heim	15881
+Heights	15882
+Heil	15883
+Hemingway	15884
+Hembree	15885
+Hemet	15886
+Hemsworth	15887
+Hedberg	15888
+Hedrick	15889
+Hedwig	15890
+Heber	15891
+Hesperia	15892
+Hess	15893
+Heep	15894
+Heffernan	15895
+Heflin	15896
+Hefner	15897
+Hepburn	15898
+Hephzibah	15899
+Hewett	15900
+Hewitt	15901
+Hewlett	15902
+Heyburn	15903
+Heywood	15904
+Hecht	15905
+Hector	15906
+Hill	15907
+Hilary	15908
+Hilbert	15909
+Hilfiger	15910
+Hilo	15911
+Hilson	15912
+High	15913
+Higa	15914
+Higdon	15915
+Higley	15916
+Hines	15917
+Hinckley	15918
+Hingham	15919
+Hinkle	15920
+Hinn	15921
+Hinton	15922
+Hitler	15923
+Hitachi	15924
+Hite	15925
+Hits	15926
+Himalaya	15927
+Himes	15928
+Himitsu	15929
+Himself	15930
+Hibachi	15931
+Hibdon	15932
+Hibernia	15933
+Hicks	15934
+Hickam	15935
+Hickey	15936
+Hickman	15937
+Hickory	15938
+Hiro	15939
+Hiram	15940
+Hirsch	15941
+Hispanic	15942
+Hialeah	15943
+Hiatt	15944
+Hidalgo	15945
+Hidden	15946
+Hideaway	15947
+Hidy	15948
+Hunt	15949
+Hunan	15950
+Hunchback	15951
+Hundai	15952
+Human	15953
+Hume	15954
+Humira	15955
+Humor	15956
+Hush	15957
+Husqvarna	15958
+Huber	15959
+Hubler	15960
+Hugh	15961
+Hugo	15962
+Hurst	15963
+Hurd	15964
+Huron	15965
+Hurt	15966
+Hutch	15967
+Hutto	15968
+Hutzel	15969
+Hudson	15970
+Huddleston	15971
+Hudiburg	15972
+Huey	15973
+Huebner	15974
+Hueneme	15975
+Huerta	15976
+Huckleberry	15977
+Huck's	15978
+Huckabee	15979
+Huffman	15980
+Hulbert	15981
+Hulen	15982
+Hulk	15983
+Hulu	15984
+Hyde	15985
+Hyatt	15986
+Hyannis	15987
+Hyland	15988
+Hyman	15989
+Hymn	15990
+Hyperion	15991
+Hypoluxo	15992
+Hyrule	15993
+Hyrum	15994
+HID's	15995
+HTC's	15996
+expo	15997
+express	15998
+expunge	15999
+excruciating	16000
+extacy	16001
+extortion	16002
+exec	16003
+exam	16004
+exact	16005
+exalt	16006
+exasperated	16007
+exist	16008
+exit	16009
+exile	16010
+exotic	16011
+exfinity	16012
+exfoliate	16013
+entail	16014
+entourage	16015
+endo	16016
+ending	16017
+endless	16018
+ends	16019
+endzone	16020
+encrypt	16021
+encyclopedia	16022
+engine	16023
+english	16024
+envelope	16025
+envoy	16026
+envy	16027
+enlarge	16028
+enrich	16029
+enraged	16030
+enacted	16031
+enhance	16032
+enhancing	16033
+enjoyable	16034
+enjoyed	16035
+enjoying	16036
+enjoyment	16037
+enjoys	16038
+enforce	16039
+enforcing	16040
+ensemble	16041
+ensign	16042
+enormous	16043
+enough	16044
+enquiries	16045
+enquiring	16046
+enuff	16047
+enunciate	16048
+enzymes	16049
+elec	16050
+elem	16051
+elephant	16052
+elektronik	16053
+elicit	16054
+elixir	16055
+elizabeth	16056
+ella	16057
+ello	16058
+elastic	16059
+elaborate	16060
+elaine	16061
+elder	16062
+eldest	16063
+eloquent	16064
+elope	16065
+else's	16066
+elses	16067
+elsewhere	16068
+elbowed	16069
+elbows	16070
+elmcroft	16071
+elmo	16072
+employ	16073
+empower	16074
+emperor	16075
+emblem	16076
+embolism	16077
+emerald	16078
+emeritus	16079
+emerson	16080
+emoji	16081
+email	16082
+emission	16083
+emich	16084
+emily	16085
+emulator	16086
+emulate	16087
+emulation	16088
+ever	16089
+even	16090
+evelyn	16091
+eves	16092
+eval	16093
+evan	16094
+evict	16095
+evil	16096
+evite	16097
+esta	16098
+este	16099
+esthetician	16100
+estoy	16101
+escort	16102
+escrow	16103
+escuela	16104
+essay	16105
+especial	16106
+espanol	16107
+espionage	16108
+espn.com	16109
+espresso	16110
+esophagus	16111
+earn	16112
+earth	16113
+earring	16114
+earache	16115
+earbuds	16116
+eardrum	16117
+eared	16118
+earful	16119
+ears	16120
+east	16121
+ease	16122
+easy	16123
+eatin	16124
+eats	16125
+eager	16126
+eagle	16127
+eavesdropping	16128
+edit	16129
+edible	16130
+edge	16131
+edging	16132
+edgy	16133
+edule	16134
+eras	16135
+error	16136
+eric	16137
+erin	16138
+eros	16139
+erotic	16140
+eruption	16141
+econ	16142
+ecology	16143
+ecosystem	16144
+echo	16145
+echelon	16146
+ecards	16147
+eclectic	16148
+eclipse	16149
+ecstasy	16150
+ecstatic	16151
+ectomy	16152
+eyelash	16153
+eyeless	16154
+eyeball	16155
+eyebrow	16156
+eyeshadow	16157
+eyesight	16158
+eyedrops	16159
+eyeglasses	16160
+eyemart	16161
+eyemasters	16162
+equip	16163
+equifax	16164
+equilibrium	16165
+equivalent	16166
+equal	16167
+ethic	16168
+ethan	16169
+ether	16170
+ethnic	16171
+etcetera	16172
+etching	16173
+eternal	16174
+eternity	16175
+effect	16176
+effed	16177
+effer	16178
+effin	16179
+effortless	16180
+efforts	16181
+eggs	16182
+egg's	16183
+egg.com	16184
+eggcetera	16185
+eggnog	16186
+eggplant	16187
+eggroll	16188
+egos	16189
+egotistical	16190
+epic	16191
+episode	16192
+epiphany	16193
+epitome	16194
+ephedra	16195
+ephedrine	16196
+eucalyptus	16197
+euchre	16198
+euclis	16199
+euphemism	16200
+euthanize	16201
+euthanasia	16202
+euros	16203
+eighth	16204
+eighties	16205
+eights	16206
+eighty	16207
+eileens	16208
+e-card	16209
+e-cigarette	16210
+e-commerce	16211
+ebony	16212
+ebook	16213
+ebay.com	16214
+eels	16215
+e.g.r	16216
+e.t.a	16217
+ejaculate	16218
+ejaculation	16219
+ejected	16220
+Gran	16221
+Gram	16222
+Gray	16223
+Gras	16224
+Graham	16225
+Graber	16226
+Graeter's	16227
+Graziano's	16228
+Greg	16229
+Grey	16230
+Greiner	16231
+Grenada	16232
+Gresham	16233
+Grim	16234
+Grill	16235
+Grizz	16236
+Grid	16237
+Grier	16238
+Grips	16239
+Grove	16240
+Grogan	16241
+Gronk	16242
+Grow	16243
+Groban	16244
+Grocery	16245
+Groesbeck	16246
+Grohl	16247
+Groton	16248
+Gruden	16249
+Grullense	16250
+Grundy	16251
+Garcia	16252
+Gary	16253
+Garage	16254
+Garibaldi's	16255
+Garmin	16256
+Garwood	16257
+Garza	16258
+Gala	16259
+Gale	16260
+Galbraith	16261
+Galder	16262
+Galore	16263
+Galpin	16264
+Galt	16265
+Galway	16266
+Gabriel	16267
+Gabe	16268
+Gable	16269
+Gaby	16270
+Gabi	16271
+Gabus	16272
+Game	16273
+Gaming	16274
+Gammage	16275
+Gate	16276
+Gatlin	16277
+Gathering	16278
+Gatsby	16279
+Gast	16280
+Gaspar	16281
+GasBuddy	16282
+Gaskins	16283
+Gasoline	16284
+Gail	16285
+Gaither	16286
+Gaia	16287
+Gaiden	16288
+Gang	16289
+Ganahl	16290
+Ganesh	16291
+Ganley	16292
+Gannon	16293
+Gaye	16294
+Gaynor	16295
+Gayton	16296
+Gause	16297
+Gautier	16298
+Gaffey	16299
+Gaffigan	16300
+Gaffney	16301
+Gaga	16302
+Gage	16303
+Gavin's	16304
+Gavins	16305
+Gadget	16306
+Gadsden	16307
+Gaelic	16308
+Gaetano's	16309
+Gaza	16310
+Gazette	16311
+Gold	16312
+Golf	16313
+Goleta	16314
+Golling	16315
+Golondrinas	16316
+Good	16317
+Google	16318
+Gooch	16319
+Goofy's	16320
+Goonies	16321
+Goose	16322
+Gord	16323
+Gore	16324
+Gorilla	16325
+Gorham	16326
+Gorman	16327
+Gorno	16328
+Gods	16329
+God's	16330
+Godby	16331
+Godiva	16332
+Godley	16333
+Godwin	16334
+Godzilla	16335
+Goss	16336
+Gosch	16337
+Gosdin	16338
+Gosford	16339
+Goshen	16340
+Gosling	16341
+Gospel	16342
+Gott	16343
+Gotye	16344
+Gobble	16345
+Gobi	16346
+Gone	16347
+Gouda	16348
+Gourmet	16349
+Gomma	16350
+Goff	16351
+Goforth	16352
+Governor	16353
+Government	16354
+Goggles	16355
+Gogh	16356
+Gophers	16357
+Gowanda	16358
+Gower	16359
+Gene	16360
+Geno	16361
+Genco	16362
+Genda	16363
+Genji	16364
+Gennaro's	16365
+Gensco	16366
+Geri	16367
+Gerber	16368
+Gerdau	16369
+Gere	16370
+Geronimo	16371
+Gerry	16372
+Gervais	16373
+Geoff	16374
+Geographic	16375
+Geon	16376
+Geto	16377
+Gets	16378
+Getwell	16379
+Getz	16380
+Gear	16381
+Geauga	16382
+Geico	16383
+Geiger	16384
+Gemini	16385
+Gemma	16386
+Geek	16387
+Geer	16388
+Gees	16389
+Gellar	16390
+Gelson's	16391
+Gesa	16392
+Gill	16393
+Gilbert	16394
+Gilroy	16395
+Gil's	16396
+Gila	16397
+Gilchrist	16398
+Gilda	16399
+Gilford	16400
+Gilpin	16401
+Gilson	16402
+Gino	16403
+Gina	16404
+Ginny	16405
+Ginsberg	16406
+Ginter	16407
+Ginuwine	16408
+Ginza	16409
+Gibb	16410
+Gibson	16411
+Gibraltar	16412
+Gio's	16413
+Girl	16414
+Girard	16415
+Girdwood	16416
+Girt	16417
+Gigi	16418
+Gigabyte	16419
+Giuseppe	16420
+Giddings	16421
+Gideon	16422
+Gidget	16423
+Gift	16424
+Gifford	16425
+Give	16426
+Giving	16427
+Gisele	16428
+Giselle	16429
+Gunn	16430
+Guns	16431
+Gunbarrel	16432
+Guitar	16433
+Guatemala	16434
+Guam	16435
+Guantanamo	16436
+Guapo	16437
+Gulf	16438
+Gull	16439
+Gulch	16440
+Guelph	16441
+Guetta	16442
+Gus's	16443
+Guyana	16444
+Guymon	16445
+Guys	16446
+Guyton	16447
+Gumby	16448
+Gump	16449
+Gurnee	16450
+Guru	16451
+Guthrie	16452
+Gutierrez	16453
+Guttenberg	16454
+Guppies	16455
+Gupta	16456
+Glen	16457
+Gleason	16458
+Glebe	16459
+Glee	16460
+Glad	16461
+Glamis	16462
+Glarus	16463
+Glatt	16464
+Glove	16465
+Glock	16466
+Gloor	16467
+Gloster	16468
+Gloucester	16469
+Glick	16470
+Glisan	16471
+Glitch	16472
+GMAC	16473
+GMAT	16474
+Ghostbusters	16475
+Ghostface	16476
+Ghana	16477
+Ghazi	16478
+Gwendolyn	16479
+Gwyneth	16480
+Gwynn	16481
+Gymboree	16482
+Gymnastics	16483
+Gypsy	16484
+Gyptian	16485
+gran	16486
+grad	16487
+gram	16488
+grab	16489
+gray	16490
+grain	16491
+graham	16492
+grow	16493
+gross	16494
+grocer	16495
+groan	16496
+grog	16497
+grommet	16498
+grove	16499
+grody	16500
+groin	16501
+grey	16502
+gremlin	16503
+greg	16504
+grew	16505
+grin	16506
+grill	16507
+grip	16508
+grid	16509
+grim	16510
+grit	16511
+grist	16512
+grizzly	16513
+grub	16514
+grudge	16515
+garden	16516
+garb	16517
+garage	16518
+garment	16519
+garter	16520
+gary	16521
+gall	16522
+gala	16523
+gale	16524
+galore	16525
+gals	16526
+game	16527
+gaming	16528
+gasket	16529
+gasp	16530
+gas.	16531
+gases	16532
+gash	16533
+gasoline	16534
+gate	16535
+gather	16536
+gato	16537
+gation	16538
+gattitown	16539
+gang	16540
+ganja	16541
+gage	16542
+gaga	16543
+gags	16544
+gain	16545
+gailard	16546
+gait	16547
+gabby	16548
+gable	16549
+gauntlet	16550
+gauze	16551
+gaze	16552
+gazpacho	16553
+gayness	16554
+gays	16555
+gaping	16556
+gaps	16557
+gave	16558
+gavin	16559
+gadgets	16560
+gahhh	16561
+good	16562
+goof	16563
+goose	16564
+goon	16565
+goober	16566
+gooey	16567
+goombas	16568
+goop	16569
+gold	16570
+golf	16571
+golem	16572
+gods	16573
+godchild	16574
+godmother	16575
+godparents	16576
+gone	16577
+gong	16578
+gonna	16579
+gonorrhea	16580
+gonzo	16581
+goth	16582
+gotcha	16583
+goto	16584
+gots	16585
+government	16586
+governor	16587
+governed	16588
+governing	16589
+gobs	16590
+gorilla	16591
+gore	16592
+gory	16593
+goal	16594
+goat	16595
+gouging	16596
+goulash	16597
+gout	16598
+gossip	16599
+gosh	16600
+gospel	16601
+goggles	16602
+gogo	16603
+gogurt	16604
+going	16605
+gowns	16606
+gene	16607
+gender	16608
+genre	16609
+genocide	16610
+geocache	16611
+geology	16612
+geothermal	16613
+germ	16614
+geriatric	16615
+getaway	16616
+gether	16617
+gets	16618
+geek	16619
+geez	16620
+geese	16621
+gear.com	16622
+gearbox	16623
+geared	16624
+gearheads	16625
+gearing	16626
+gears	16627
+gelding	16628
+gels	16629
+gems	16630
+gemmens	16631
+gecko	16632
+gecu	16633
+geico.com	16634
+geils	16635
+geisha	16636
+gesture	16637
+gestation	16638
+guns	16639
+gunbroker	16640
+gundies	16641
+gung	16642
+guitar	16643
+guinea	16644
+guacamole	16645
+guapos	16646
+guava	16647
+guess	16648
+guest	16649
+gumdrop	16650
+gumption	16651
+gums	16652
+gust	16653
+gushing	16654
+gussied	16655
+guru	16656
+gurgling	16657
+gurl	16658
+gurney	16659
+guts	16660
+guys	16661
+guy's	16662
+gull	16663
+gulp	16664
+guppies	16665
+guppy	16666
+guzzler	16667
+guzzling	16668
+glad	16669
+glass	16670
+glam	16671
+glaucoma	16672
+gloss	16673
+glow	16674
+gloat	16675
+gloom	16676
+glove	16677
+gliks	16678
+glistening	16679
+glizzy	16680
+glue	16681
+gluing	16682
+glee	16683
+glycol	16684
+girl	16685
+giraffe	16686
+girdle	16687
+girth	16688
+gigolo	16689
+gigs	16690
+give	16691
+givin	16692
+ginger	16693
+gina	16694
+gino's	16695
+ginseng	16696
+gift	16697
+gifs	16698
+gilbertville	16699
+gilded	16700
+gilt	16701
+giblet	16702
+gibberish	16703
+gibsonburg	16704
+gizmo	16705
+gizzard	16706
+giant	16707
+gianna	16708
+gimpy	16709
+gyms	16710
+gyno	16711
+gypsies	16712
+gypsum	16713
+gypsy	16714
+gyros	16715
+ghost	16716
+ghouls	16717
+ghettos	16718
+ghettotube.com	16719
+gnomes	16720
+gtalk	16721
+into	16722
+inscription	16723
+inch	16724
+inc.com	16725
+incycle	16726
+info	16727
+indoor	16728
+inject	16729
+inning	16730
+innuendo	16731
+innate	16732
+inner	16733
+innkeeper	16734
+inns	16735
+ingles	16736
+inhibitions	16737
+inhumane	16738
+iniquity	16739
+inappropriate	16740
+inability	16741
+inanimate	16742
+inebriated	16743
+ineligible	16744
+inept	16745
+inertia	16746
+inquisitive	16747
+inlet	16748
+inline	16749
+inbred	16750
+inkjet	16751
+inkling	16752
+inks	16753
+input	16754
+inpatient	16755
+in-depth	16756
+in-house	16757
+in-laws	16758
+inmates	16759
+inoperable	16760
+inopportune	16761
+imma	16762
+imitrex	16763
+idea	16764
+idek	16765
+ideology	16766
+idiot	16767
+idiom	16768
+idle	16769
+idling	16770
+idolize	16771
+idols	16772
+irrational	16773
+irons	16774
+ironed	16775
+ironworkers	16776
+irony	16777
+iridescent	16778
+iris	16779
+itchin	16780
+itches	16781
+itchy	16782
+itemize	16783
+items	16784
+it'd	16785
+it'll	16786
+it's	16787
+italian	16788
+itan	16789
+it.com	16790
+itself	16791
+illness	16792
+illogical	16793
+isogenics	16794
+isopropyl	16795
+isosceles	16796
+issue	16797
+issuing	16798
+isabel	16799
+isation	16800
+island	16801
+isle	16802
+ice-	16803
+ice1	16804
+ice2	16805
+icecream	16806
+iced	16807
+ices	16808
+icicle	16809
+icing	16810
+iconic	16811
+icons	16812
+icky	16813
+i-10	16814
+i-15	16815
+i-17	16816
+i-20	16817
+i-25	16818
+i-40	16819
+i-70	16820
+i-75	16821
+i-80	16822
+i-85	16823
+i-90	16824
+i-95	16825
+iguanas	16826
+iPad	16827
+iParty	16828
+iPass	16829
+iPhone	16830
+iPhoto	16831
+iPods	16832
+ivan	16833
+ivars	16834
+ivermectin	16835
+i'ma	16836
+i'mma	16837
+iCab	16838
+iCarly	16839
+iTunes	16840
+ions	16841
+ipaco	16842
+ipad	16843
+i.c.e.	16844
+land	16845
+lang	16846
+lana	16847
+lance	16848
+lane	16849
+lanyard	16850
+late	16851
+latch	16852
+lathe	16853
+latkes	16854
+laugh	16855
+layaway	16856
+layin	16857
+layman	16858
+layla	16859
+layna	16860
+lays	16861
+layup	16862
+lace	16863
+lack	16864
+lacquer	16865
+lacrosse	16866
+lacs	16867
+lacy	16868
+label	16869
+labor	16870
+labia	16871
+labs	16872
+laburnum	16873
+labyrinth	16874
+last	16875
+lash	16876
+laser	16877
+lass	16878
+lasagna	16879
+lasix	16880
+lame	16881
+lamp	16882
+lamb	16883
+lady	16884
+ladder	16885
+laden	16886
+ladle	16887
+lads	16888
+large	16889
+lard	16890
+lark	16891
+larry	16892
+laryngitis	16893
+lawn	16894
+laws	16895
+lawyer	16896
+law's	16897
+lawful	16898
+lager	16899
+lagoon	16900
+lagrangeville	16901
+lags	16902
+laps	16903
+laptop	16904
+lapel	16905
+lappy	16906
+lake	16907
+lakoy	16908
+lazer	16909
+lazy	16910
+lava	16911
+lavish	16912
+lalala	16913
+laid	16914
+lain	16915
+lair	16916
+laxative	16917
+line	16918
+ling	16919
+link	16920
+lining	16921
+lino	16922
+lint	16923
+limit	16924
+limo	16925
+limb	16926
+lime	16927
+limp	16928
+lima	16929
+life	16930
+lift	16931
+light	16932
+ligament	16933
+lite	16934
+lithium	16935
+litigation	16936
+liturgy	16937
+libations	16938
+libby	16939
+libido	16940
+lick	16941
+lice	16942
+licious	16943
+licorice	16944
+list	16945
+lisa	16946
+lish	16947
+lisinopril	16948
+live	16949
+livable	16950
+livwell	16951
+like	16952
+liking	16953
+lips	16954
+lipid	16955
+lipgloss	16956
+liposuction	16957
+liquid	16958
+liquor	16959
+liqueur	16960
+lieu	16961
+lien	16962
+lies	16963
+lied	16964
+liar	16965
+liaison	16966
+liam	16967
+lilies	16968
+lilo	16969
+lily	16970
+lion's	16971
+lioness	16972
+lions	16973
+lizard	16974
+lidocaine	16975
+lids	16976
+look	16977
+loop	16978
+loose	16979
+loom	16980
+loon	16981
+loot	16982
+loofah	16983
+loool	16984
+loca	16985
+lock	16986
+loco	16987
+locus	16988
+long	16989
+lone	16990
+londoff	16991
+logo	16992
+logan	16993
+logbook	16994
+logs	16995
+love	16996
+lovin	16997
+lovable	16998
+load	16999
+loan	17000
+loaf	17001
+loathing	17002
+loaves	17003
+lowball	17004
+lowdown	17005
+lows	17006
+loll	17007
+lolol	17008
+lolz	17009
+lolitas	17010
+lols	17011
+loud	17012
+louis	17013
+lousy	17014
+louvers	17015
+lobe	17016
+lobster	17017
+lobotomy	17018
+lose	17019
+losin	17020
+loss	17021
+lost	17022
+lotion	17023
+lots	17024
+lotus	17025
+lord	17026
+lorazepam	17027
+lore	17028
+lori	17029
+lorry	17030
+lortabs	17031
+lodge	17032
+lodging	17033
+lofts	17034
+lofty	17035
+loin	17036
+loitering	17037
+lopsided	17038
+lozenges	17039
+lead	17040
+leak	17041
+lean	17042
+leap	17043
+leaf	17044
+league	17045
+leah	17046
+leather	17047
+leach	17048
+legend	17049
+lego	17050
+legs	17051
+legwork	17052
+lend	17053
+length	17054
+lent	17055
+lens	17056
+less	17057
+lesion	17058
+leslie	17059
+lesner	17060
+lest	17061
+let's	17062
+leta	17063
+letdown	17064
+lets	17065
+levy	17066
+leech	17067
+leer	17068
+leek	17069
+lees	17070
+leet	17071
+leftover	17072
+left-hand	17073
+left.	17074
+left:	17075
+lefty	17076
+ledge	17077
+lemon	17078
+lemme	17079
+lemur	17080
+leopard	17081
+leotard	17082
+leonas	17083
+leppinks	17084
+lectric	17085
+leisure	17086
+lexapro	17087
+lunch	17088
+lung	17089
+lund	17090
+lunesta	17091
+lump	17092
+luma	17093
+luck	17094
+lucasville	17095
+lucrative	17096
+lucy	17097
+lube	17098
+lubys	17099
+lust	17100
+luscious	17101
+lush	17102
+luxe	17103
+luke	17104
+lukulos	17105
+lupa	17106
+lupus	17107
+lure	17108
+lurch	17109
+lurking	17110
+luggage	17111
+lugs	17112
+lute	17113
+lutheran	17114
+lullabies	17115
+lullaby	17116
+luvu	17117
+lyrica	17118
+lyrics	17119
+lyfe	17120
+lyft	17121
+lymphoma	17122
+lynda.com	17123
+lynn	17124
+l.a.	17125
+llama	17126
+llame	17127
+wall	17128
+walk	17129
+walgreens	17130
+walmart	17131
+walnut	17132
+wal-mart	17133
+wala	17134
+wale	17135
+walrus	17136
+walzem	17137
+water	17138
+watch	17139
+watt	17140
+wats	17141
+warm	17142
+warn	17143
+ward	17144
+ware	17145
+warp	17146
+wart	17147
+warhead	17148
+wars	17149
+wary	17150
+wash	17151
+wasabi	17152
+wasp	17153
+want	17154
+wand	17155
+wank	17156
+wanna	17157
+wait	17158
+waist	17159
+waive	17160
+ways	17161
+way.	17162
+wayback	17163
+wayd	17164
+wayne	17165
+waypoint	17166
+wayward	17167
+wage	17168
+wagon	17169
+wagging	17170
+wags	17171
+wake	17172
+waka	17173
+waking	17174
+wade	17175
+wads	17176
+waddle	17177
+wave	17178
+waving	17179
+wavy	17180
+wacko	17181
+wacky	17182
+waxing	17183
+waxy	17184
+wafer	17185
+waffle	17186
+wahoo	17187
+wind	17188
+wing	17189
+wink	17190
+wine	17191
+wins	17192
+win-win	17193
+winbush	17194
+winch	17195
+wino	17196
+with	17197
+witch	17198
+witness	17199
+wits	17200
+will	17201
+wild	17202
+wilkes-barre	17203
+wilt	17204
+wish	17205
+wise	17206
+wisdom	17207
+wisteria	17208
+wide	17209
+widow	17210
+widget	17211
+width	17212
+wigs	17213
+wigwam	17214
+wife	17215
+wiffle	17216
+wipe	17217
+wiping	17218
+wire	17219
+wiring	17220
+wicks	17221
+wield	17222
+wiener	17223
+wimpy	17224
+wimps	17225
+wizard's	17226
+wizards	17227
+weather	17228
+weak	17229
+wear	17230
+wealth	17231
+wean	17232
+weapon	17233
+weasel	17234
+well	17235
+weld	17236
+welt	17237
+welfare	17238
+welp	17239
+week	17240
+weed	17241
+weep	17242
+weevil	17243
+weeworld	17244
+weigh	17245
+west	17246
+wesBanco	17247
+wescom	17248
+wesley	17249
+wess	17250
+webs	17251
+webinar	17252
+web.com	17253
+webkinz	17254
+webpage	17255
+webx	17256
+wedding	17257
+wednesday	17258
+wedington	17259
+wedlock	17260
+wetback	17261
+wetlands	17262
+wetness	17263
+wetsuit	17264
+wendy	17265
+wench	17266
+went	17267
+we'd	17268
+we'll	17269
+we're	17270
+we've	17271
+weren't	17272
+work	17273
+word	17274
+world	17275
+worm	17276
+worth	17277
+wore	17278
+worn	17279
+wood	17280
+wool	17281
+wooo	17282
+woof	17283
+woogie	17284
+woohoo	17285
+wookie	17286
+woop	17287
+woot	17288
+woozy	17289
+wont	17290
+won't	17291
+wonky	17292
+woman	17293
+women	17294
+womb	17295
+would	17296
+wound	17297
+woke	17298
+wokcano	17299
+wobble	17300
+wobbling	17301
+wobbly	17302
+wolf	17303
+wolves	17304
+woes	17305
+wowie	17306
+whit	17307
+whip	17308
+whim	17309
+whirl	17310
+which	17311
+whiz	17312
+where	17313
+when	17314
+wheat	17315
+whelihan's	17316
+whew	17317
+whey	17318
+whoop	17319
+whore	17320
+whoever	17321
+whom	17322
+who.com	17323
+whoa	17324
+whose	17325
+what	17326
+whack	17327
+wham	17328
+whys	17329
+whyyy	17330
+wreck	17331
+wrench	17332
+wretched	17333
+writ	17334
+wrist	17335
+wrap	17336
+wracking	17337
+wrangle	17338
+wrath	17339
+wrong	17340
+wrote	17341
+wrought	17342
+www.craigslist.com	17343
+www.facebook.com	17344
+www.google.com	17345
+www.prepaid.com	17346
+www.youtube.com	17347
+wuzzy	17348
+Wall	17349
+Walt	17350
+Walk	17351
+Walgreen	17352
+Walmart	17353
+Walnut	17354
+Walbridge	17355
+Walcott	17356
+Walford	17357
+Walhalla	17358
+Walpole	17359
+Walworth	17360
+Warr	17361
+Ward	17362
+Ware	17363
+Warm	17364
+Wars	17365
+Warby	17366
+Warcraft	17367
+Warpaint	17368
+Wartburg	17369
+Warwick	17370
+Water	17371
+Watch	17372
+Watt	17373
+Watkins	17374
+Watauga	17375
+Watford	17376
+Watley	17377
+Wayne	17378
+Wayans	17379
+Waycross	17380
+Wayfair	17381
+Wayman	17382
+Waypoint	17383
+Wayside	17384
+Wayzata	17385
+Wash	17386
+Wasco	17387
+Waseca	17388
+Wasilla	17389
+Waskom	17390
+Waste	17391
+Wait	17392
+Waianae	17393
+Waimea	17394
+Wainwright	17395
+Wang	17396
+Wan's	17397
+Wanamaker	17398
+Waugh	17399
+Waunakee	17400
+Wautoma	17401
+Wauwatosa	17402
+Waco	17403
+Waccamaw	17404
+Wacker	17405
+Wade	17406
+Waddell	17407
+Wadhams	17408
+Wading	17409
+Wadley	17410
+Wadsworth	17411
+Wake	17412
+Waka	17413
+Wakulla	17414
+Wagon	17415
+Wagner	17416
+Waggin	17417
+Wahiawa	17418
+Wahlberg	17419
+Wahoos	17420
+Wahpeton	17421
+Wappingers	17422
+Waveland	17423
+Waverly	17424
+Waxahachie	17425
+Waxhaw	17426
+Wabasha	17427
+Wawanesa	17428
+Will	17429
+Wild	17430
+Wilhelm	17431
+Wind	17432
+Winn	17433
+Wing	17434
+Wine	17435
+WinCo	17436
+Winrock	17437
+Winwood	17438
+With	17439
+Witt	17440
+Witch	17441
+Witness	17442
+Wichita	17443
+Wicomico	17444
+Wish	17445
+Wise	17446
+Wissahickon	17447
+Wight	17448
+Wimpy	17449
+Wimsatt	17450
+Wiregrass	17451
+Wireless	17452
+Wizard	17453
+Wide	17454
+Widow	17455
+Wikipedia	17456
+Wixom	17457
+West	17458
+Wesco	17459
+Wes's	17460
+Well	17461
+Weld	17462
+Welk	17463
+Welfare	17464
+Welsh	17465
+Welton	17466
+Weir	17467
+Weis	17468
+Weichert	17469
+Weiland	17470
+Weimer	17471
+Week	17472
+Weed	17473
+Wee's	17474
+Weebly	17475
+Weegee	17476
+Weehawken	17477
+Weems	17478
+Weather	17479
+Wear	17480
+Weaver	17481
+Wealth	17482
+Weasley	17483
+Webb	17484
+Weber	17485
+WebEx	17486
+Webkinz	17487
+Went	17488
+Wenatchee	17489
+Wenham	17490
+Wenzel	17491
+Wednesday	17492
+Wedding	17493
+Wedgewood	17494
+Wedowee	17495
+Wethersfield	17496
+Wetmore	17497
+Wetumpka	17498
+Wetzel	17499
+Were	17500
+Werks	17501
+Werner	17502
+Wert	17503
+Weyburn	17504
+Weymouth	17505
+Wood	17506
+Woonsocket	17507
+Wooster	17508
+Wooten	17509
+Work	17510
+Word	17511
+Worth	17512
+Worcester	17513
+Wornall	17514
+Worx	17515
+Wolf	17516
+Wolcott	17517
+Woltz	17518
+Wonder	17519
+Wong	17520
+Wonka	17521
+Women	17522
+Wobble	17523
+Woburn	17524
+Would	17525
+Wounded	17526
+Whip	17527
+Whidbey	17528
+Whig	17529
+Wheat	17530
+Wheel	17531
+Where	17532
+Whelan	17533
+When	17534
+What	17535
+Wham	17536
+Whole	17537
+Who's	17538
+Whodini	17539
+Whoopi	17540
+Whopper	17541
+Whore	17542
+Wren	17543
+Wrangler	17544
+Wrap	17545
+Wrath	17546
+Wray	17547
+Wrong	17548
+Wrote	17549
+Wynn	17550
+Wyncote	17551
+Wyndham	17552
+Wynette	17553
+Wynonna	17554
+Wynton	17555
+Wyck	17556
+Wylde	17557
+Wyler	17558
+Wylie	17559
+WyoTech	17560
+Wyandotte	17561
+Wyatt	17562
+Wyte	17563
+Wytheville	17564
+WSSC	17565
+Wurstfest	17566
+Wurth	17567
+Wurzbach	17568
+Fran	17569
+Fray	17570
+Frackville	17571
+Fraggle	17572
+Frain	17573
+Fraley	17574
+Frappuccino	17575
+Fraser	17576
+Free	17577
+Fred	17578
+Freight	17579
+Freud	17580
+Frey	17581
+Freak	17582
+Fregoso	17583
+Fremont	17584
+Friar	17585
+Fringe	17586
+Frio	17587
+Front	17588
+Frog	17589
+Frost	17590
+Frodo	17591
+From	17592
+Fruita	17593
+Fruitland	17594
+Fruitport	17595
+Fruitridge	17596
+Fruity	17597
+Frye	17598
+Fry's	17599
+Frys	17600
+Farm	17601
+Farr	17602
+Fare	17603
+Fargo	17604
+Farley	17605
+Farah	17606
+Farber	17607
+Farkle	17608
+Faro	17609
+Farsi	17610
+Farve	17611
+Fair	17612
+Faith	17613
+Fall	17614
+Falco	17615
+Falk	17616
+Falbo's	17617
+Falmouth	17618
+Fanta	17619
+FanDuel	17620
+Fancy	17621
+Fandango	17622
+Faneuil	17623
+Fang	17624
+Fanshawe	17625
+Fanwood	17626
+Face	17627
+Factor	17628
+Faculty	17629
+Fate	17630
+Fatima	17631
+Fats	17632
+Fatty's	17633
+Fabric	17634
+Faber	17635
+Fabolous	17636
+Fabulous	17637
+Fame	17638
+Famous	17639
+Fast	17640
+FasTrak	17641
+Fashion	17642
+Faucet	17643
+Faust	17644
+Faye	17645
+Fagan	17646
+Fagen	17647
+Fazio's	17648
+Fazoli's	17649
+Finn	17650
+Find	17651
+Fink	17652
+Finger	17653
+Fine	17654
+Fino	17655
+Finch	17656
+Finity	17657
+Fire	17658
+First	17659
+Firm	17660
+Fircrest	17661
+Fish	17662
+Fischer	17663
+Fisk	17664
+Fist	17665
+File	17666
+Film	17667
+Fillmore	17668
+Fitz	17669
+Fitch	17670
+Fitbit	17671
+Fitness	17672
+Fitworks	17673
+Fight	17674
+Figaro	17675
+Field	17676
+Fiero	17677
+Fiesta	17678
+Fidel	17679
+Fiddlesticks	17680
+Fido	17681
+Fiamma	17682
+Fiasco	17683
+Fiat	17684
+Fife	17685
+Fiona	17686
+Fixx	17687
+Fort	17688
+Ford	17689
+Form	17690
+Fork	17691
+Force	17692
+Foristell	17693
+Forrest	17694
+Forum	17695
+Forward	17696
+Forza	17697
+Foot	17698
+Food	17699
+Fool	17700
+Foose	17701
+Foxy	17702
+Fox's	17703
+Foxboro	17704
+Foxcroft	17705
+Foxes	17706
+Foxfire	17707
+Foxon	17708
+Foxtrot	17709
+Foxx	17710
+Folds	17711
+Folgers	17712
+Folkston	17713
+Folsom	17714
+Four	17715
+Fouche	17716
+Fond	17717
+Fong	17718
+Fonk	17719
+Fogata	17720
+Foggy	17721
+Foghat	17722
+Fogo	17723
+Foss	17724
+Fosgate	17725
+Fowlers	17726
+Fowlerville	17727
+Fockers	17728
+Focus	17729
+Fern	17730
+Ferg	17731
+Ferdinand	17732
+Feria	17733
+Ferman	17734
+Felony	17735
+Felton	17736
+FedEx	17737
+Fedde	17738
+Fenn	17739
+Fence	17740
+Fenix	17741
+Fenkell	17742
+Fenton	17743
+Fear	17744
+Feast	17745
+Feat	17746
+Festa	17747
+Festus	17748
+Feel	17749
+Feed	17750
+Feet	17751
+Feinstein	17752
+Feist	17753
+Febreeze	17754
+Febreze	17755
+FetLife	17756
+Fetty	17757
+Flor	17758
+Floyd	17759
+Flour	17760
+Flo's	17761
+Flobots	17762
+Flocka	17763
+Floetry	17764
+Flogging	17765
+Flossmoor	17766
+Flat	17767
+Flag	17768
+Flash	17769
+Flair	17770
+Flavia	17771
+Flay	17772
+Fleet	17773
+Fleming	17774
+Fletch	17775
+Fleur	17776
+Flew	17777
+Flex	17778
+Flint	17779
+Flickr	17780
+Flies	17781
+Flight	17782
+Flip	17783
+Flixster	17784
+Flyer	17785
+Flynn	17786
+Flying	17787
+Flyleaf	17788
+Flyte	17789
+Funk	17790
+Fund	17791
+Funeral	17792
+Fung	17793
+Funplex	17794
+Funston	17795
+Funyuns	17796
+Fury	17797
+Furby	17798
+Furious	17799
+Furman	17800
+Furr	17801
+Furtado	17802
+Full	17803
+Fulton	17804
+Fulmer	17805
+Fuji's	17806
+Fujifilm	17807
+Fujitsu	17808
+Fujiyama	17809
+Fuente	17810
+Fuel	17811
+Fuchs	17812
+Fuck	17813
+Fuquay	17814
+Fusion	17815
+Fusz	17816
+Futurama	17817
+Future	17818
+FASFA	17819
+FASTSIGNS	17820
+FSCJ	17821
+FMLA	17822
+FLORIST	17823
+FLOWER	17824
+FUCKING	17825
+Kent	17826
+Kens	17827
+Ken's	17828
+Kenco	17829
+Kenedy	17830
+Kenilworth	17831
+Kenji	17832
+Kenly	17833
+Kenmore	17834
+Kell	17835
+Kelby	17836
+Kelowna	17837
+Kelton	17838
+Kelvin	17839
+Keen	17840
+Keep	17841
+Keef	17842
+Keebler	17843
+Keesler	17844
+Keeton	17845
+Kern	17846
+Kerr	17847
+Kerala	17848
+Kerbey	17849
+Kercheval	17850
+Keri	17851
+Keys	17852
+KeyBank	17853
+Keyboard	17854
+Keyes	17855
+Keyport	17856
+Kean	17857
+Kemp	17858
+Kemah	17859
+Kemba	17860
+Kemmerer	17861
+Kemna	17862
+Keith	17863
+Keim	17864
+Keira	17865
+Keizer	17866
+Kessler	17867
+Keselowski	17868
+Kesha	17869
+Kester	17870
+Keswick	17871
+Kevin	17872
+KevJumba	17873
+Kevlar	17874
+Keokuk	17875
+Keowee	17876
+King	17877
+Kind	17878
+Kincaid	17879
+Kinley	17880
+Kill	17881
+Kilgore	17882
+Kiley	17883
+Kilimanjaro	17884
+Kilpatrick	17885
+Kilroys	17886
+Kilt	17887
+Kim's	17888
+Kimco	17889
+Kimi	17890
+Kimpton	17891
+Kims	17892
+Kirk	17893
+Kira	17894
+Kirby	17895
+Kiro	17896
+Kirtland	17897
+Kitchen	17898
+KitKat	17899
+Kitsap	17900
+Kiss	17901
+Kish	17902
+Kisco	17903
+Kistler	17904
+Kiehl	17905
+Kiefer	17906
+Kiel	17907
+Kiest	17908
+Kietzke	17909
+Kiev	17910
+Kiewit	17911
+Kids	17912
+Kidd	17913
+Kidman	17914
+Kidney	17915
+Kidz	17916
+Kiana	17917
+Kiara	17918
+Kiawah	17919
+Kiki	17920
+Kiko	17921
+Kiku	17922
+Kicks	17923
+Kickapoo	17924
+Kipling	17925
+Kipp	17926
+Kiwi	17927
+Kiwanis	17928
+Kate	17929
+Kati	17930
+Katrina	17931
+Kats	17932
+Katz	17933
+Kat's	17934
+Katahdin	17935
+Katniss	17936
+Kato	17937
+Katt	17938
+Katy	17939
+Kara	17940
+Kari	17941
+Kart	17942
+Karl	17943
+Karcher	17944
+Karsten	17945
+Karyn	17946
+Kaye	17947
+Kays	17948
+Kay's	17949
+Kayden	17950
+Kane	17951
+Kang	17952
+Kandy	17953
+Kankakee	17954
+Kannapolis	17955
+Kano	17956
+Kansas	17957
+Kant	17958
+Kanye	17959
+Kaiser	17960
+Kaimuki	17961
+Kali	17962
+Kalkaska	17963
+Kalona	17964
+Kama	17965
+Kami	17966
+Kamco	17967
+Kamen	17968
+Kamloops	17969
+Kampai	17970
+Kash	17971
+Kasey	17972
+Kasia	17973
+Kaskade	17974
+Kaspersky	17975
+Kasson	17976
+Kastner	17977
+Kapernick	17978
+Kapiolani	17979
+Kaplan	17980
+Kappa	17981
+Kahala	17982
+Kahn	17983
+Kahoots	17984
+Kauai	17985
+Kaukauna	17986
+Kaden	17987
+Kadlec	17988
+Kawkawlin	17989
+Kaka	17990
+Kaku	17991
+Korea	17992
+Korn	17993
+Koran	17994
+Korra	17995
+Kors	17996
+Korum	17997
+Kory	17998
+Koon	17999
+Koodo	18000
+Kool	18001
+Koopman	18002
+Kootenai	18003
+Kona	18004
+Kone	18005
+Kong	18006
+Konica	18007
+Kony	18008
+Kost	18009
+Kosh	18010
+Kohl's	18011
+Kohler	18012
+Kohls	18013
+Komando	18014
+Kombat	18015
+Komen	18016
+Komodo	18017
+Kobe	18018
+Kobo	18019
+Kodak	18020
+Kodiak	18021
+Kody	18022
+Kokomo	18023
+Kokopelli	18024
+Kotex	18025
+Kotobuki	18026
+Kottonmouth	18027
+Kourtney	18028
+Kowalski	18029
+Kowloon	18030
+Koehn	18031
+Koenig	18032
+Kolar	18033
+Kolb	18034
+Kovacs	18035
+Koval	18036
+Kris	18037
+Krieger	18038
+Krikorian	18039
+Kringle	18040
+Kraft	18041
+Kragen	18042
+Kramer	18043
+Krav	18044
+Krabs	18045
+Kracker	18046
+Kraddick	18047
+Kraken	18048
+Krall	18049
+Kranks	18050
+Krayzie	18051
+Krazy	18052
+Krueger	18053
+Kruger	18054
+Krum	18055
+Krung	18056
+Krutch	18057
+Kroger	18058
+Kron	18059
+Kroc	18060
+Kroll	18061
+Kreme	18062
+Kress	18063
+Know	18064
+Knob	18065
+Knox	18066
+Knock	18067
+Knopfler	18068
+Knotts	18069
+Knight	18070
+Knievel	18071
+Knife	18072
+Knitting	18073
+Knapps	18074
+Kuni	18075
+Kuna	18076
+Kunes	18077
+Kung	18078
+Kurt's	18079
+Kurtis	18080
+Kurtz	18081
+Kumo	18082
+Kumar	18083
+Kutcher	18084
+Kutless	18085
+Kutztown	18086
+Kuhns	18087
+Kuya	18088
+Kuykendahl	18089
+Klein	18090
+Kleberg	18091
+Klement	18092
+Klaben	18093
+Klahanie	18094
+Klamath	18095
+Klan	18096
+Klaus	18097
+Klos	18098
+Klugh	18099
+Klux	18100
+Kyle	18101
+Kylie	18102
+Kyla	18103
+Kyra	18104
+Kyrene	18105
+Kyrie	18106
+Kyoto's	18107
+KCP&L	18108
+KCPL	18109
+KCRA	18110
+KCRW	18111
+Khan	18112
+Kwan	18113
+Kwame	18114
+KSBJ	18115
+Elle	18116
+Ella	18117
+Ellsworth	18118
+Ellum	18119
+Ellwood	18120
+Ellyn	18121
+Eliza	18122
+Elis	18123
+Elia	18124
+Elijah	18125
+Elio	18126
+Eli's	18127
+Elida	18128
+Elie	18129
+Eliminator	18130
+Elite	18131
+Eleanor	18132
+Elephant	18133
+Elmo	18134
+Elms	18135
+Elma	18136
+Elmbrook	18137
+Elmhurst	18138
+Elmira	18139
+Elmwood	18140
+Elkin	18141
+Elko	18142
+Elkridge	18143
+Elks	18144
+Elkton	18145
+Elkview	18146
+Elsa	18147
+Elsmere	18148
+Elson	18149
+Elston	18150
+Elan	18151
+Elam	18152
+Elara	18153
+Elbert	18154
+Elba	18155
+Elburn	18156
+Elverta	18157
+Elyria	18158
+Elga	18159
+Elgin	18160
+Eloise	18161
+Elon	18162
+Eloy	18163
+Elway	18164
+Elwood	18165
+Elrod	18166
+Elroy	18167
+Engine	18168
+Engage	18169
+Engelbert	18170
+Ender	18171
+Endicott	18172
+Endwell	18173
+Encanto	18174
+Enchanted	18175
+Enclave	18176
+Enter	18177
+Entry	18178
+Enrollment	18179
+Enemy	18180
+Enfamil	18181
+Enfield	18182
+Enforcement	18183
+Enola	18184
+Enon	18185
+Enoteca	18186
+Environmental	18187
+Envoy	18188
+Envy	18189
+Enid	18190
+Enix	18191
+Ensenada	18192
+Ensley	18193
+Enzo's	18194
+Edge	18195
+Edgar	18196
+Edit	18197
+Edible	18198
+Edie	18199
+Edmund	18200
+Edmark	18201
+Eddy	18202
+Eddie	18203
+Edward	18204
+Edwin	18205
+Eden	18206
+Edelweiss	18207
+Eduardo	18208
+Edsall	18209
+Edsel	18210
+Edson	18211
+Even	18212
+Evel	18213
+Eve's	18214
+Evette	18215
+Evan	18216
+Eva's	18217
+Evaluation	18218
+Evart	18219
+Evie	18220
+Evil	18221
+Evinrude	18222
+Evolution	18223
+Evony	18224
+East	18225
+Easley	18226
+Eason	18227
+Easy	18228
+Earl	18229
+Earth	18230
+Earhart	18231
+Earnhardt	18232
+Earring	18233
+Eaton	18234
+Eater	18235
+Eagle	18236
+Eagan	18237
+Emma	18238
+Emmet	18239
+Emmy	18240
+Emmons	18241
+Emperor	18242
+Empire	18243
+Empty	18244
+Eminem	18245
+Emirates	18246
+Emerson	18247
+Emery	18248
+Emerald	18249
+Emergency	18250
+Emagine	18251
+Email	18252
+Ember	18253
+Embry	18254
+Esther	18255
+Estill	18256
+Estonia	18257
+Escrow	18258
+Esposito	18259
+Esperanza	18260
+Espinoza	18261
+Esplanade	18262
+Essington	18263
+Eskimo	18264
+Eskenazi	18265
+Eskridge	18266
+Esquire	18267
+Eric	18268
+Erik	18269
+Erin	18270
+Erie	18271
+Eritrea	18272
+Ernest	18273
+Ernie	18274
+Ern's	18275
+Ernst	18276
+Erasers	18277
+Express	18278
+Expo	18279
+Excel	18280
+Excalibur	18281
+Exchange	18282
+Executive	18283
+Exeter	18284
+Exton	18285
+Examiner	18286
+Exavier	18287
+Exodus	18288
+Exorcist	18289
+Econo	18290
+Ecolab	18291
+Ecorse	18292
+Eckhart	18293
+Echols	18294
+Ecuadorian	18295
+Euro	18296
+Eureka	18297
+Eugene	18298
+Eugenia	18299
+Eubanks	18300
+Eucharist	18301
+Euclid	18302
+Epic	18303
+EpiPen	18304
+Epilepsy	18305
+Epping	18306
+Eppley	18307
+Epps	18308
+Epstein	18309
+Ephraim	18310
+Ephrata	18311
+Ethan	18312
+Ethiopia	18313
+Etobicoke	18314
+Eton	18315
+Etowah	18316
+Etta	18317
+Etters	18318
+Ettrick	18319
+ESCO	18320
+ESPN	18321
+Eggleston	18322
+Eggs	18323
+Eglin	18324
+Egleston	18325
+Egyptian	18326
+Eisinger	18327
+Eisley	18328
+Einstein's	18329
+Einsteins	18330
+Eide	18331
+Eileen's	18332
+ETSU	18333
+EyeMed	18334
+Eyed	18335
+Eyeland	18336
+Eyes	18337
+ECMC	18338
+EMT's	18339
+EPCO	18340
+Ebert	18341
+Ebates	18342
+Ebay	18343
+Ebola	18344
+Ebonics	18345
+Equalization	18346
+Equestrian	18347
+EVER	18348
+Effect	18349
+Ezekiel	18350
+Ezell	18351
+over	18352
+oven	18353
+ovation	18354
+oval	18355
+ovulated	18356
+outs	18357
+outage	18358
+outta	18359
+out.	18360
+outhouse	18361
+outnumbered	18362
+ours	18363
+ounce	18364
+oughta	18365
+orgies	18366
+orgy	18367
+orient	18368
+orifice	18369
+ordained	18370
+ordnance	18371
+ortho	18372
+ortley	18373
+orchestra	18374
+orchard	18375
+orchid	18376
+orbit	18377
+orbs	18378
+oral	18379
+orange	18380
+oregano	18381
+oreilly	18382
+ornery	18383
+orphanage	18384
+orphans	18385
+orschelns	18386
+opted	18387
+opera	18388
+open	18389
+oppa	18390
+opinion	18391
+opiate	18392
+opium	18393
+opal	18394
+opaque	18395
+opolis	18396
+opossum	18397
+obsidian	18398
+obsolete	18399
+oblation	18400
+oblong	18401
+obey	18402
+objects	18403
+obtain	18404
+obtuse	18405
+obama	18406
+obaugh	18407
+obits	18408
+obvious	18409
+obnoxiously	18410
+offs	18411
+off.	18412
+offhand	18413
+offroad	18414
+oftentimes	18415
+ones	18416
+one's	18417
+onset	18418
+onslaught	18419
+once	18420
+online	18421
+only	18422
+onion	18423
+onin	18424
+ontology	18425
+occasion	18426
+oceanfront	18427
+oceanic	18428
+oceans	18429
+octopus	18430
+ocular	18431
+oculus	18432
+olde	18433
+oldie	18434
+old-fashioned	18435
+olds	18436
+olio	18437
+oleander	18438
+ollies	18439
+ologist	18440
+ology	18441
+omelet	18442
+omen	18443
+omeprazole	18444
+ometer	18445
+omit	18446
+ominous	18447
+omission	18448
+omar	18449
+omgz	18450
+oxy's	18451
+oxygen	18452
+oxymoron	18453
+oxacillin	18454
+oxarc	18455
+oxidation	18456
+oxide	18457
+oxox	18458
+oxtails	18459
+owning	18460
+owns	18461
+owed	18462
+owes	18463
+owls	18464
+okay.	18465
+okayed	18466
+okays	18467
+okey	18468
+okee	18469
+oooo	18470
+oooh	18471
+oops	18472
+others	18473
+other's	18474
+otherwise	18475
+otter	18476
+ottoman	18477
+osteo	18478
+ostrich	18479
+oath	18480
+oatmeal	18481
+oats	18482
+oakley	18483
+oaks	18484
+oddly	18485
+odds	18486
+odor	18487
+odometer	18488
+ohms	18489
+oiled	18490
+oilfield	18491
+oils	18492
+oily	18493
+o.m.g	18494
+o.m.w	18495
+o'clock.	18496
+oysters	18497
+Norm	18498
+Nord	18499
+Nora	18500
+NorCal	18501
+Noriega	18502
+Norland	18503
+Norse	18504
+Nova	18505
+Novi	18506
+Novolog	18507
+Novus	18508
+Note	18509
+Notting	18510
+Notch	18511
+Nothing	18512
+Notice	18513
+Notorious	18514
+Notre	18515
+Nolan	18516
+Nolen	18517
+Noller	18518
+Nolte	18519
+Noble	18520
+Nobbies	18521
+Nobel	18522
+Nobu	18523
+Noon	18524
+Noor	18525
+Noodle	18526
+Nook	18527
+Noel	18528
+Noemi	18529
+Nonna	18530
+Nona	18531
+Nonpoint	18532
+Nosed	18533
+Noah's	18534
+Noahs	18535
+Nokesville	18536
+Nokia	18537
+Nokomis	18538
+Noma	18539
+Nome	18540
+Noir	18541
+Noise	18542
+Nopalera	18543
+Nopalito	18544
+Nowata	18545
+News	18546
+Newt	18547
+Newgate	18548
+Newington	18549
+Newkirk	18550
+Newland	18551
+Newnan	18552
+Newville	18553
+Nest	18554
+Nesbit	18555
+Ness	18556
+Neshaminy	18557
+Nespresso	18558
+Nesquik	18559
+Need	18560
+Neenah	18561
+Neeson	18562
+Nell	18563
+Nelson	18564
+Nelnet	18565
+Network	18566
+NetSpend	18567
+NetZero	18568
+Netcong	18569
+Netflix	18570
+Netgear	18571
+Netherlands	18572
+Nets	18573
+Neva	18574
+Never	18575
+Negley	18576
+Neil	18577
+Neiman	18578
+Neibauer	18579
+Neighborhood	18580
+Neuberger	18581
+Neumann	18582
+Neurological	18583
+Neuse	18584
+Next	18585
+Nexium	18586
+Nexus	18587
+Nepal	18588
+Neptune	18589
+Nephi	18590
+Nemo	18591
+Nemacolin	18592
+Nerd	18593
+Nerf	18594
+Nerium	18595
+Nero	18596
+Neal	18597
+Neapolitan	18598
+Near	18599
+Ned's	18600
+Nederland	18601
+Neon	18602
+Nebo	18603
+Nebraska	18604
+Neches	18605
+Neck	18606
+Neha	18607
+Nehemiah	18608
+Nena	18609
+Nene	18610
+Nathan	18611
+Nate	18612
+Nat's	18613
+Natomas	18614
+Natrona	18615
+Nats	18616
+Nana	18617
+Nanny	18618
+Nan's	18619
+Nanette	18620
+Nani	18621
+Nano	18622
+Nanuet	18623
+Nava	18624
+Naveen	18625
+Navy	18626
+Napa	18627
+Naperville	18628
+Napier	18629
+Napster	18630
+Nash	18631
+Nast	18632
+Nascar	18633
+Nason	18634
+Nassau	18635
+Nara	18636
+Narberth	18637
+Narnia	18638
+Naruto	18639
+Naga	18640
+Nagel	18641
+Nagle	18642
+Nagoya	18643
+Nags	18644
+Nagy	18645
+Namco	18646
+Name	18647
+Nami	18648
+Nampa	18649
+Nazi	18650
+Nail	18651
+Nair	18652
+Nabi	18653
+Nabors	18654
+Nall	18655
+Nalgene	18656
+Nacho	18657
+Nacogdoches	18658
+Nahla	18659
+Nahunta	18660
+Naked	18661
+Nakia	18662
+Naomi's	18663
+Nick	18664
+Nico	18665
+Nichol	18666
+Nice	18667
+Nicaragua	18668
+Night	18669
+Nigg	18670
+Nigro	18671
+Niguel	18672
+Niko	18673
+Nike	18674
+Niki	18675
+Nine	18676
+Nina	18677
+Ninja	18678
+Nino	18679
+Ning	18680
+Nini	18681
+Nintendo	18682
+Niskayuna	18683
+Nisqually	18684
+Nima	18685
+Nimbus	18686
+Nimitz	18687
+Nimmo	18688
+Nimrod	18689
+Nieman	18690
+Niecy	18691
+Nielsen	18692
+Nixon	18693
+Nixa	18694
+Niagara	18695
+Niantic	18696
+Nipomo	18697
+Nippon	18698
+Nipsey	18699
+Nita	18700
+Nitro	18701
+Nittany	18702
+Niles	18703
+Niro	18704
+Nirvana	18705
+Nutcracker	18706
+Nutella	18707
+Nutley	18708
+Nuts	18709
+Numa	18710
+Number	18711
+Nurse	18712
+Nursing	18713
+Nugget	18714
+Nugent	18715
+Nubian	18716
+Nueces	18717
+Nuevo	18718
+Nukem	18719
+Nuketown	18720
+Nunez	18721
+Nunn	18722
+NASA	18723
+NASCAR	18724
+NAPA	18725
+NATO	18726
+NOPA	18727
+NCIS	18728
+NCIX	18729
+NFCU	18730
+NFL's	18731
+NICU	18732
+NYSEG	18733
+news	18734
+newly	18735
+newcomer	18736
+newfound	18737
+newks	18738
+newness	18739
+newton-john	18740
+negro	18741
+network	18742
+netflix	18743
+netti	18744
+net.com	18745
+net10	18746
+neta	18747
+netbook	18748
+nether	18749
+neti	18750
+nets	18751
+need	18752
+neener	18753
+nees	18754
+neice	18755
+neil	18756
+neither	18757
+neck	18758
+nectar	18759
+nerd	18760
+nerf	18761
+neroli	18762
+near	18763
+neat	18764
+nest	18765
+nesco	18766
+ness	18767
+never	18768
+neva	18769
+neon	18770
+neoprene	18771
+neosporin	18772
+nepotism	18773
+nexium	18774
+next	18775
+nexus	18776
+nebula	18777
+nebulizer	18778
+note	18779
+nota	18780
+notch	18781
+not.com	18782
+notorious	18783
+nots	18784
+notta	18785
+notwithstanding	18786
+nonchalant	18787
+none	18788
+noni	18789
+nonverbal	18790
+north	18791
+norm	18792
+nor'easter	18793
+nora	18794
+norcos	18795
+norful	18796
+nori	18797
+noon	18798
+nook	18799
+noob	18800
+noodle	18801
+nooo	18802
+noose	18803
+nose	18804
+nosh	18805
+nosing	18806
+nosy	18807
+nova	18808
+novrozsky's	18809
+nomads	18810
+noms	18811
+now.	18812
+now's	18813
+now:	18814
+nowadays	18815
+nowhere	18816
+node	18817
+nods	18818
+nobody	18819
+noble	18820
+noun	18821
+nourish	18822
+noche	18823
+nocturnal	18824
+nogalitos	18825
+noggin	18826
+noise	18827
+noisy	18828
+nope	18829
+nopal	18830
+nozzle	18831
+noes	18832
+nate	18833
+nathan	18834
+natty	18835
+narc	18836
+nards	18837
+naruto	18838
+nary	18839
+name	18840
+nama	18841
+naming	18842
+napkin	18843
+napalm	18844
+napolis	18845
+naproxen	18846
+naps	18847
+naptime	18848
+nana	18849
+nancy	18850
+naner	18851
+nano	18852
+naval	18853
+navel	18854
+navy	18855
+nasal	18856
+nascar.com	18857
+naseebo	18858
+nautical	18859
+nail	18860
+naive	18861
+nacho	18862
+nacotish	18863
+nada	18864
+naked	18865
+nakama	18866
+niglet	18867
+nick	18868
+nice	18869
+niche	18870
+nine	18871
+ninja	18872
+ninas	18873
+nincompoop	18874
+nini	18875
+ninny	18876
+ninos	18877
+ninth	18878
+nite	18879
+nitpicking	18880
+nitty	18881
+nips	18882
+nibble	18883
+nibbling	18884
+niece	18885
+niello	18886
+nike	18887
+nirchi's	18888
+nirvana	18889
+numb	18890
+nuts	18891
+nuthouse	18892
+nutjob	18893
+nutmeg	18894
+nude	18895
+nudge	18896
+nunchuck	18897
+nuns	18898
+nunzio's	18899
+nukes	18900
+nuketown	18901
+nubian	18902
+nuclear	18903
+nucleus	18904
+nylon	18905
+nylah	18906
+nyle	18907
+nymphomaniac	18908
+Jack	18909
+Jacob	18910
+Jaci	18911
+Jacaranda	18912
+Jace	18913
+Jaclyn	18914
+Jacuzzi	18915
+Jane	18916
+Jans	18917
+January	18918
+Jan's	18919
+JanSport	18920
+Jana	18921
+Jang	18922
+Janna	18923
+Jantzen	18924
+Jamrock	18925
+Jamz	18926
+Jays	18927
+Jay's	18928
+Jaya	18929
+Jayhawk	18930
+Jayme	18931
+Jayne	18932
+Jayo	18933
+Jared	18934
+Jaron	18935
+Jarvis	18936
+Jager	18937
+Jagger	18938
+Jaguar	18939
+Jags	18940
+Jasmin	18941
+Jason	18942
+Jasper	18943
+Jail	18944
+Jaide	18945
+Jaime	18946
+Jain	18947
+Jade	18948
+Jada	18949
+Java	18950
+Jazz	18951
+Jazmine	18952
+Jake	18953
+Jakarta	18954
+Japan	18955
+Japs	18956
+Jabra	18957
+Jahan	18958
+Jaheim	18959
+Jalisco	18960
+Jalen	18961
+Jaffe	18962
+Jaffrey	18963
+Jaws	18964
+John	18965
+Johan	18966
+Jose	18967
+Josh	18968
+Jost	18969
+Joss	18970
+Josue	18971
+Jones	18972
+Jon's	18973
+Jong	18974
+Joni	18975
+Jonny	18976
+Joan	18977
+Joaquin	18978
+Jord	18979
+Jorge	18980
+Jory	18981
+Joel	18982
+Joey	18983
+Joe's	18984
+Joes	18985
+Jolie	18986
+Jolene	18987
+Joyce	18988
+Joy's	18989
+Joya	18990
+Joyner	18991
+Joyride	18992
+Jodi	18993
+Jody	18994
+Jodeci	18995
+Jobe	18996
+Jobs	18997
+Jocelyn	18998
+Jockey	18999
+Joule	19000
+Jovi	19001
+Jovan	19002
+JoJo's	19003
+Jokers	19004
+Joplin	19005
+Joppa	19006
+Jenn	19007
+Jeni	19008
+Jens	19009
+Jen's	19010
+Jena	19011
+Jenelle	19012
+Jenga	19013
+Jerome	19014
+Jerk	19015
+Jersey	19016
+Jericho	19017
+Jermaine	19018
+Jerusalem	19019
+Jervis	19020
+Jess	19021
+Jeff's	19022
+Jeffco	19023
+Jeffs	19024
+Jeffy	19025
+Jeanette	19026
+Jean's	19027
+Jeans	19028
+Jethro	19029
+Jets	19030
+Jett	19031
+JetBlue	19032
+Jeter	19033
+Jewish	19034
+Jews	19035
+Jelly	19036
+Jellico	19037
+Jello	19038
+Jeep	19039
+Jeezy	19040
+Jedi	19041
+Jehovah's	19042
+Jules	19043
+July	19044
+Judi	19045
+Judd	19046
+Jude	19047
+Judy	19048
+Judge	19049
+Judson	19050
+June	19051
+Junction	19052
+Jungle	19053
+Junktion	19054
+Juno	19055
+Junta	19056
+JustFab	19057
+Juan	19058
+Juarez	19059
+Juice	19060
+Juicy	19061
+Jump	19062
+Jumanji	19063
+Juggalo	19064
+Jurassic	19065
+Jurupa	19066
+Jima	19067
+Jimbo	19068
+Jimi	19069
+Jim's	19070
+Jimenez	19071
+Jims	19072
+Jillian	19073
+Jill's	19074
+Jills	19075
+Jing	19076
+Jita	19077
+Jitney	19078
+Jitsu	19079
+Jiffy	19080
+JCPenney	19081
+JCP&L	19082
+undo	19083
+undress	19084
+undue	19085
+undying	19086
+unit	19087
+union	19088
+unique	19089
+unibrow	19090
+unidentified	19091
+uncircumcised	19092
+uncut	19093
+unsweet	19094
+unsigned	19095
+unfucking	19096
+unlucky	19097
+unable	19098
+unarmed	19099
+unauthorized	19100
+unaware	19101
+unpunished	19102
+unblock	19103
+unbutton	19104
+unbalanced	19105
+unbiased	19106
+unruly	19107
+unto	19108
+untangle	19109
+unthinkable	19110
+unturned	19111
+uneven	19112
+uneasy	19113
+uneducated	19114
+unethical	19115
+unwanted	19116
+unwelcome	19117
+unworthy	19118
+unofficial	19119
+unopened	19120
+unos	19121
+unmotivated	19122
+unmute	19123
+unglued	19124
+ungodly	19125
+unkind	19126
+unnatural	19127
+unnoticed	19128
+unusual	19129
+unusable	19130
+unused	19131
+upset	19132
+ups.com	19133
+upscale	19134
+upside	19135
+upskirt	19136
+upswing	19137
+upload	19138
+upland	19139
+update	19140
+updating	19141
+upgrade	19142
+upgrading	19143
+uphill	19144
+uproar	19145
+uptake	19146
+uptight	19147
+uptown	19148
+up.com	19149
+upbeat	19150
+upbringing	19151
+upwards	19152
+uric	19153
+urge	19154
+urging	19155
+urology	19156
+urance	19157
+uranium	19158
+urea	19159
+urethane	19160
+urns	19161
+urself	19162
+user	19163
+used	19164
+useful	19165
+useless	19166
+uses	19167
+usa.com	19168
+usaa.com	19169
+usable	19170
+usage	19171
+usbank	19172
+ushers	19173
+usually	19174
+utiful	19175
+utensil	19176
+utterly	19177
+ultra	19178
+ulterior	19179
+ulcers	19180
+ugly	19181
+uggs	19182
+ughh	19183
+umbrella	19184
+umbilical	19185
+ummm	19186
+Orange	19187
+Orab	19188
+Oracle	19189
+Oradell	19190
+Orajel	19191
+Oral	19192
+Orient	19193
+Orillia	19194
+Orinda	19195
+Oriskany	19196
+Oreo	19197
+Oreck	19198
+Orem	19199
+Orton	19200
+Ortega	19201
+Orca	19202
+Orcutt	19203
+Ordway	19204
+Orland	19205
+Orleans	19206
+Orloff	19207
+Orofino	19208
+Orono	19209
+Oroville	19210
+Orbeez	19211
+Orrington	19212
+Orrville	19213
+Organic	19214
+Organization	19215
+Orman	19216
+Ormond	19217
+Orphan	19218
+Orpheum	19219
+Orville	19220
+Orvis	19221
+Orwell	19222
+Orwigsburg	19223
+Olin	19224
+Olyphant	19225
+Olaf	19226
+Olan	19227
+Olas	19228
+Olathe	19229
+Olay	19230
+Olde	19231
+Oldfield	19232
+Oldham	19233
+Olean	19234
+Oleg	19235
+Olentangy	19236
+Oley	19237
+Olson	19238
+Olsen	19239
+Olsteen	19240
+Olga's	19241
+Olgas	19242
+Ollie	19243
+Olly	19244
+Oscar	19245
+Osco	19246
+Osceola	19247
+Oster	19248
+Osteen	19249
+Osteopathic	19250
+Osaka	19251
+Osage	19252
+Osama	19253
+Osborn	19254
+Osbourne	19255
+Oshawa	19256
+Oshkosh	19257
+Oshtemo	19258
+Osseo	19259
+Oskaloosa	19260
+Oskar	19261
+Osment	19262
+Osmond	19263
+Osos	19264
+O'Neil	19265
+O'Neal	19266
+O'Charley's	19267
+O'Brien's	19268
+O'Briens	19269
+O'Malley	19270
+O'Meara	19271
+O'Reilly	19272
+O'Rourke	19273
+O'Shea	19274
+O'Sullivan	19275
+O'Fallon	19276
+O'Farrell	19277
+O'Hara	19278
+O'Hare	19279
+O'Leary's	19280
+O'Toole's	19281
+Oceana	19282
+Oceano	19283
+Oceanport	19284
+Oceanside	19285
+Ocoee	19286
+Ocotillo	19287
+Ocho	19288
+Ochs	19289
+Occidental	19290
+Ocala	19291
+Ocarina	19292
+Opera	19293
+Opel	19294
+Open	19295
+Opeth	19296
+Optum	19297
+Oprah	19298
+Opry	19299
+Opart	19300
+Oppenheimer	19301
+Opportunity	19302
+Oakcrest	19303
+Oakdale	19304
+Oakfield	19305
+Oakhurst	19306
+Oakmont	19307
+Oakridge	19308
+Oaks	19309
+Oakton	19310
+Oakwood	19311
+Oates	19312
+Oats	19313
+OneRepublic	19314
+Oneal	19315
+Oneida	19316
+Oneonta	19317
+Ones	19318
+Onia	19319
+Onika	19320
+Onion	19321
+Onley	19322
+Online	19323
+Only	19324
+Once	19325
+Oncor	19326
+Onondaga	19327
+Okaloosa	19328
+Okama	19329
+Okanagan	19330
+Okatie	19331
+Okay	19332
+Okemo	19333
+Okeechobee	19334
+Okoboji	19335
+Okolona	19336
+Okotoks	19337
+Okies	19338
+Okinawa	19339
+Outback	19340
+Outdoor	19341
+Outer	19342
+Outfitters	19343
+Outkast	19344
+Outreach	19345
+Outsiders	19346
+Outta	19347
+Ourisman	19348
+Over	19349
+Oven	19350
+Ovid	19351
+Oviedo	19352
+Ovaltine	19353
+Omar	19354
+Oma's	19355
+Omaha	19356
+Omak	19357
+Oman	19358
+Omega	19359
+Omer	19360
+OmniSource	19361
+Ober	19362
+Obee	19363
+Obetz	19364
+Obama's	19365
+Obamacare	19366
+Obispo	19367
+Observatory	19368
+Observer	19369
+Otter	19370
+Otto	19371
+Ottawa	19372
+Ottumwa	19373
+Otisville	19374
+Owen	19375
+Owego	19376
+Owasso	19377
+Owatonna	19378
+Owls	19379
+Odell	19380
+Odem	19381
+Odeon	19382
+Odessa	19383
+Oddie	19384
+Ogden's	19385
+Ogdensburg	19386
+Oglesby	19387
+Oglethorpe	19388
+OSAP	19389
+OSHA	19390
+Ozark	19391
+Ozaukee	19392
+Ozona	19393
+Ozone	19394
+Ozzie	19395
+Ozzy	19396
+OPPD	19397
+Oxbow	19398
+Oxbridge	19399
+Office	19400
+Offutt	19401
+Oildale	19402
+Oilers	19403
+OHSU	19404
+Ohio's	19405
+visual	19406
+visa	19407
+vista	19408
+visor	19409
+vise	19410
+vici	19411
+vice	19412
+vicodin	19413
+vicariously	19414
+viola	19415
+violin	19416
+vide	19417
+vida	19418
+vids	19419
+vibra	19420
+vibe	19421
+vine	19422
+vinaigrette	19423
+vino	19424
+vinsetta	19425
+vintage	19426
+vinyl	19427
+vinz	19428
+virus	19429
+viral	19430
+vile	19431
+view	19432
+viejas	19433
+viene	19434
+vita	19435
+vitro	19436
+vittles	19437
+vial	19438
+viable	19439
+viaduct	19440
+vigil	19441
+vigorous	19442
+viva	19443
+vivo	19444
+vixen	19445
+vixion	19446
+vers	19447
+verb	19448
+vera	19449
+vero	19450
+verge	19451
+verlo	19452
+verve	19453
+very	19454
+vent	19455
+venue	19456
+venison	19457
+venmo	19458
+veto	19459
+vet's	19460
+vets	19461
+veggie	19462
+vegan	19463
+vest	19464
+vessel	19465
+vehicle	19466
+vehicular	19467
+veil	19468
+vein	19469
+velcro	19470
+velocity	19471
+velvet	19472
+vezzo	19473
+valley	19474
+valve	19475
+valance	19476
+valcher	19477
+valor	19478
+vals	19479
+vacuum	19480
+van's	19481
+vana	19482
+vances	19483
+vanessa	19484
+vans	19485
+vantage	19486
+vary	19487
+varmint	19488
+varnish	19489
+varsity	19490
+vase	19491
+vast	19492
+vascular	19493
+vagina	19494
+vague	19495
+vagabond	19496
+vapor	19497
+vape	19498
+vaping	19499
+vampire	19500
+vamps	19501
+vailable	19502
+vain	19503
+vaulted	19504
+volt	19505
+volley	19506
+volatile	19507
+void	19508
+vocelli's	19509
+vote	19510
+vows	19511
+vouch	19512
+vous	19513
+vomited	19514
+vomiting	19515
+voodoo	19516
+voom	19517
+vooom	19518
+voyage	19519
+voyeur	19520
+vulture	19521
+vulcanizing	19522
+vulgar	19523
+vulva	19524
+Intimates	19525
+Into	19526
+Intuit	19527
+Indo	19528
+Indy	19529
+Inskip	19530
+Insurance	19531
+Ingle	19532
+Inga	19533
+Ingersoll	19534
+Ingham	19535
+Inca	19536
+Incredible	19537
+Inch	19538
+Incline	19539
+Incubus	19540
+Info	19541
+Infante	19542
+Inns	19543
+Innisbrook	19544
+InnoTab	19545
+Ines	19546
+Inez	19547
+Inka	19548
+Inkster	19549
+Inland	19550
+Inlet	19551
+Inova	19552
+Isabel	19553
+Isagenix	19554
+Isanti	19555
+Isla	19556
+Isle	19557
+Israel	19558
+Israphel	19559
+Ishmael	19560
+Ishpeming	19561
+Iselin	19562
+Isengard	19563
+Ising	19564
+Isis	19565
+Iron	19566
+Iroquois	19567
+Iran	19568
+Iraq	19569
+Iration	19570
+Irvin	19571
+Irv's	19572
+Irene	19573
+Iredell	19574
+Ireland	19575
+Iris	19576
+Irina	19577
+Irma	19578
+Irmo	19579
+Irwindale	19580
+Imperial	19581
+Imani	19582
+Immigration	19583
+Ivan's	19584
+Ivana	19585
+Ivanhoe	19586
+Ivans	19587
+Iver	19588
+Ives	19589
+Ivonne	19590
+Ivory	19591
+Ivy's	19592
+Ilana	19593
+Ileana	19594
+ICCU	19595
+ICDC	19596
+ICIC	19597
+Icehouse	19598
+Iceland	19599
+Iceman	19600
+Iceoplex	19601
+Icewear	19602
+Ichiban	19603
+Ichigo	19604
+Idabel	19605
+Idaho	19606
+Ideal	19607
+Identity	19608
+IMO's	19609
+IMOS	19610
+Itasca	19611
+Iglesias	19612
+Ignacio	19613
+Ignatius	19614
+I'ma	19615
+I'mma	19616
+IRAs	19617
+IDEs	19618
+Iberian	19619
+Ibis	19620
+Ibiza	19621
+Iona	19622
+Ionia	19623
+Izzy	19624
+Izzie	19625
+IIIi	19626
+Ian's	19627
+Vine	19628
+Vina	19629
+Vinson	19630
+Vick	19631
+Vice	19632
+Vic's	19633
+Vicodin	19634
+Vics	19635
+Vista	19636
+Visa	19637
+Vishal	19638
+Visor	19639
+Visual	19640
+Vilma	19641
+Vilonia	19642
+Virtua	19643
+Viroqua	19644
+Virus	19645
+Vita	19646
+Vito	19647
+Vitis	19648
+Viet	19649
+View	19650
+Vienna	19651
+Viera	19652
+Vivi	19653
+Viva	19654
+Vida	19655
+Video	19656
+Vidor	19657
+Viking	19658
+Vikes	19659
+Vikki	19660
+Vikram	19661
+Viaero	19662
+Viagra	19663
+Vianney	19664
+Viborg	19665
+Vibrations	19666
+Viggle	19667
+Vigo	19668
+Vipers	19669
+Vale	19670
+Valu	19671
+Val's	19672
+Valarie	19673
+Valby	19674
+Valhalla	19675
+Valium	19676
+Valmont	19677
+Valor	19678
+Valrico	19679
+Valvoline	19680
+Valwood	19681
+Vann	19682
+Vanessa	19683
+VanCleave	19684
+VanDevere	19685
+Vanguard	19686
+Vanowen	19687
+Vans	19688
+Vantage	19689
+Vanya	19690
+Vargas	19691
+Varsity	19692
+Varun	19693
+Vascular	19694
+Vaseline	19695
+Vasilios	19696
+Vasquez	19697
+Vacation	19698
+Vacaville	19699
+Vadnais	19700
+Vado	19701
+Vauxhall	19702
+Vails	19703
+VapoRub	19704
+Vapor	19705
+Vatican	19706
+Vatterott	19707
+Vern	19708
+Vero	19709
+Vera	19710
+Verte	19711
+Verve	19712
+Very	19713
+Venice	19714
+Venoy	19715
+Venus	19716
+Venza	19717
+Vela	19718
+Velo	19719
+Velcro	19720
+Velde	19721
+Velma	19722
+Vega	19723
+Veggie	19724
+Vegeta	19725
+Vedder	19726
+Vedra	19727
+Vehicles	19728
+Veil	19729
+Vein	19730
+Volt	19731
+Volbeat	19732
+Volcan	19733
+Voldemort	19734
+Volkswagen	19735
+Volleyball	19736
+Volo	19737
+Volvo	19738
+Vonage	19739
+Vonda	19740
+Vonore	19741
+Vons	19742
+Vocelli	19743
+Vodafone	19744
+Vodka	19745
+Vogel	19746
+Vogue	19747
+Voodoo	19748
+Voorhees	19749
+Voters	19750
+Voyager	19751
+Voyles	19752
+VIP's	19753
+kind	19754
+king	19755
+kink	19756
+kine	19757
+kins	19758
+kinnucans	19759
+kino	19760
+kill	19761
+kilo	19762
+kilt	19763
+kildeer	19764
+kiln	19765
+kid's	19766
+kidless	19767
+kids	19768
+kidzone	19769
+kicks	19770
+kickin	19771
+kickass	19772
+kickflip	19773
+kickoff	19774
+kitchen	19775
+kite	19776
+kita	19777
+kits	19778
+kissy	19779
+kissable	19780
+kissing	19781
+kielbasa	19782
+kike	19783
+kiki	19784
+kimchi	19785
+kimonos	19786
+kiosks	19787
+kira	19788
+kirko	19789
+kara	19790
+karma	19791
+kart	19792
+kare	19793
+karina	19794
+karu	19795
+kaya	19796
+kaycan	19797
+kayo	19798
+kaytlin	19799
+kale	19800
+kala	19801
+kalmanash	19802
+kangaroo	19803
+kandi	19804
+kanji	19805
+kanki	19806
+kanpai	19807
+kansasland	19808
+katana	19809
+kate	19810
+katie	19811
+katlyn	19812
+kabab	19813
+kabuki	19814
+kama	19815
+kami	19816
+kammy	19817
+kailyn's	19818
+keyboard	19819
+keychain	19820
+keynote	19821
+keyword	19822
+keyed	19823
+keyhole	19824
+keyless	19825
+keypad	19826
+keyring	19827
+keys	19828
+keytones	19829
+keep	19830
+keel	19831
+keen	19832
+kennel	19833
+keno	19834
+kenzies	19835
+kernel	19836
+keras	19837
+kerby's	19838
+kerosene	19839
+kettle	19840
+ketamine	19841
+ketchup	19842
+kegger	19843
+kegs	19844
+kelly	19845
+kelp	19846
+kelsey	19847
+knock	19848
+know	19849
+knot	19850
+knob	19851
+knoll	19852
+knick	19853
+knit	19854
+knight	19855
+knife	19856
+knives	19857
+knee	19858
+knew	19859
+knuckle	19860
+knudtsen	19861
+knacks	19862
+koozie	19863
+kooks	19864
+kool	19865
+koney	19866
+koala	19867
+kombucha	19868
+komma	19869
+kori	19870
+korma	19871
+krill	19872
+kroger	19873
+krokus	19874
+kuma	19875
+khakis	19876
+klonopins	19877
+kylah	19878
+kyle	19879
+kylie	19880
+kmart.com	19881
+jamb	19882
+james	19883
+jamas	19884
+jamie	19885
+jams	19886
+jack	19887
+jacquees	19888
+jailhouse	19889
+jails	19890
+janitor	19891
+janay	19892
+janky	19893
+jade	19894
+jada	19895
+jared	19896
+jargon	19897
+jarred	19898
+jars	19899
+jasmine	19900
+jason	19901
+jasko	19902
+jagwire	19903
+jake	19904
+jalapeno	19905
+jaliscos	19906
+jalopy	19907
+jay-z	19908
+jaydens	19909
+jaye	19910
+jazz	19911
+jazmine	19912
+jabber	19913
+jabs	19914
+jawbone	19915
+jaws	19916
+javelin	19917
+javi	19918
+judy	19919
+judo	19920
+jump	19921
+junk	19922
+just	19923
+jugs	19924
+jugular	19925
+juice	19926
+juicing	19927
+juicy	19928
+juanita	19929
+juanitos	19930
+jujitsu	19931
+juju	19932
+jukebox	19933
+jurisdiction	19934
+jury	19935
+juvenile	19936
+juvie	19937
+join	19938
+joist	19939
+joke	19940
+jokin	19941
+john	19942
+johann	19943
+jockey	19944
+jocks	19945
+jocko's	19946
+joey	19947
+joe's	19948
+joel	19949
+joes	19950
+josh	19951
+joscelyn	19952
+joseph	19953
+joslyn's	19954
+joys	19955
+joyful	19956
+joyous	19957
+joyride	19958
+jonesin	19959
+jobs	19960
+jobless	19961
+joanna	19962
+jolly	19963
+jolt	19964
+jerk	19965
+jeremy	19966
+jersey	19967
+jerry	19968
+jervey	19969
+jenessa	19970
+jess	19971
+jest	19972
+jesus	19973
+jeep	19974
+jeez	19975
+jeebies	19976
+jeesh	19977
+jewella	19978
+jewelry	19979
+jewels	19980
+jets	19981
+jetpack	19982
+jetty	19983
+jealous	19984
+jean	19985
+jelly	19986
+jellies	19987
+jello	19988
+jeopardy	19989
+jigs	19990
+jigaboo	19991
+jigna	19992
+jimano's	19993
+jims	19994
+jinx	19995
+jingle	19996
+jitterbug	19997
+jitters	19998
+jittery	19999
+jillian	20000
+jizzed	20001
+jcpenney.com	20002
+1000	20003
+100's	20004
+1001	20005
+1002	20006
+1003	20007
+1004	20008
+1005	20009
+1006	20010
+1007	20011
+1008	20012
+1009	20013
+100th	20014
+101.5	20015
+1010	20016
+1015	20017
+1016	20018
+1017	20019
+1020	20020
+1025	20021
+1029	20022
+103.5	20023
+1030	20024
+1031	20025
+1035	20026
+105.1	20027
+1050	20028
+1051	20029
+1055	20030
+107.	20031
+1070	20032
+1075	20033
+10:15	20034
+10:20	20035
+10:30	20036
+10:45	20037
+10-11	20038
+10-12	20039
+10-15	20040
+1040	20041
+1045	20042
+1065	20043
+1066	20044
+1080	20045
+1086	20046
+1090	20047
+1099	20048
+1100	20049
+1101	20050
+1102	20051
+1103	20052
+1105	20053
+1108	20054
+1110	20055
+1111	20056
+1115	20057
+1116	20058
+1117	20059
+1118	20060
+11:15	20061
+11:20	20062
+11:30	20063
+11:45	20064
+11:55	20065
+1120	20066
+1121	20067
+1125	20068
+1130	20069
+1131	20070
+1135	20071
+1140	20072
+1145	20073
+1150	20074
+1155	20075
+1180	20076
+1187	20077
+1199	20078
+1234	20079
+1230	20080
+1231	20081
+1235	20082
+1200	20083
+1201	20084
+1205	20085
+1210	20086
+1212	20087
+1215	20088
+1220	20089
+1222	20090
+1225	20091
+1240	20092
+1245	20093
+1290	20094
+1299	20095
+12/12/12	20096
+12/21/12	20097
+1250	20098
+12:15	20099
+12:30	20100
+1960	20101
+1900	20102
+1911	20103
+1920s	20104
+1930s	20105
+1940s	20106
+1950s	20107
+1970s	20108
+1980s	20109
+1990s	20110
+1440	20111
+1441's	20112
+1495	20113
+1499	20114
+1400	20115
+1431	20116
+1450	20117
+1488	20118
+1500	20119
+1540	20120
+1550	20121
+1792	20122
+1799	20123
+1700	20124
+1750	20125
+1776	20126
+1300	20127
+1301	20128
+1311	20129
+1350	20130
+1600	20131
+1604	20132
+1650	20133
+1699	20134
+1800	20135
+1801	20136
+1830	20137
+1:01	20138
+1:02	20139
+1:03	20140
+1:04	20141
+1:05	20142
+1:06	20143
+1:07	20144
+1:08	20145
+1:09	20146
+Unit	20147
+Union	20148
+UniFirst	20149
+Unilever	20150
+Unisource	20151
+Undisputed	20152
+Uncasville	20153
+Unchained	20154
+Uncle	20155
+Unforgiven	20156
+Unfortunately	20157
+Unleashed	20158
+Unlimited	20159
+Unoka	20160
+USAA	20161
+USCIS	20162
+USDA	20163
+USMC	20164
+USPS	20165
+UNCC	20166
+UNCG	20167
+UNCW	20168
+UNICEF	20169
+UNITED	20170
+UNKLE	20171
+UCSB	20172
+UCSD	20173
+UCSF	20174
+UCCS	20175
+UCCU	20176
+Ultra	20177
+Ultima	20178
+Ulta	20179
+Ulmerton	20180
+UMBC	20181
+Upshur	20182
+Upson	20183
+Upstate	20184
+Upton	20185
+Uptown	20186
+Urbana	20187
+Urbandale	20188
+UTMB	20189
+UTMC	20190
+Umberto's	20191
+Umbria	20192
+Umizoomi	20193
+Ummah	20194
+Used	20195
+User	20196
+Ustick	20197
+Ustream	20198
+UFCU	20199
+UFCW	20200
+UFO's	20201
+Utica	20202
+Ukraine	20203
+Ukrainian	20204
+2010	20205
+2012	20206
+2013	20207
+20-25	20208
+20-30	20209
+20-year-old	20210
+2000	20211
+2020	20212
+2025	20213
+2400	20214
+2401	20215
+24-hour	20216
+24-year-old	20217
+2424	20218
+2450	20219
+2468	20220
+2499	20221
+2500	20222
+2501	20223
+2525	20224
+2550	20225
+2100	20226
+2111	20227
+2120	20228
+2150	20229
+2200	20230
+2222	20231
+223322	20232
+2700	20233
+2701	20234
+2750	20235
+2600	20236
+2650	20237
+2800	20238
+2850	20239
+2900	20240
+2920	20241
+2300	20242
+2:01	20243
+2:02	20244
+2:03	20245
+2:04	20246
+2:05	20247
+2:06	20248
+2:07	20249
+2:08	20250
+2:09	20251
+2k12	20252
+2k13	20253
+2k14	20254
+2k15	20255
+3000	20256
+3001	20257
+3009	20258
+30-30	20259
+30-day	20260
+3300	20261
+3333	20262
+33497254	20263
+3100	20264
+3131	20265
+3400	20266
+3401	20267
+3500	20268
+3700	20269
+3750	20270
+3200	20271
+3900	20272
+3:01	20273
+3:02	20274
+3:03	20275
+3:04	20276
+3:05	20277
+3:06	20278
+3:07	20279
+3:08	20280
+3:09	20281
+3:15	20282
+3:16	20283
+3600	20284
+3800	20285
+3somes	20286
+Your	20287
+You're	20288
+YouTube	20289
+York	20290
+Yorba	20291
+Yoshi	20292
+Yosemite	20293
+Yossi	20294
+Yost	20295
+Yoga	20296
+Yogi	20297
+Yogscast	20298
+Yogurtland	20299
+Yoder	20300
+Yoda	20301
+Yolanda	20302
+Yoli	20303
+Yolo	20304
+Yoakam	20305
+Yoakum	20306
+Yokohama	20307
+Yonge	20308
+Yonkers	20309
+YopP	20310
+Yoplait	20311
+Yang	20312
+Yancey	20313
+Yard	20314
+Yarbrough	20315
+Yaris	20316
+Yark	20317
+Yarmouth	20318
+Yama	20319
+Yamhill	20320
+Yampa	20321
+Yakama	20322
+Yakima	20323
+Yadkinville	20324
+Yelawolf	20325
+Yelm	20326
+Yelp	20327
+Year	20328
+Yeager	20329
+Yeah	20330
+Yeadon	20331
+Yesenia	20332
+Yessica	20333
+Yeti	20334
+Yucaipa	20335
+Yucca	20336
+Yuki	20337
+Yukon	20338
+Yulee	20339
+Yuma	20340
+Yuri	20341
+Yurman	20342
+Ying	20343
+Yvonne's	20344
+4000	20345
+4001	20346
+401k	20347
+4900	20348
+4999	20349
+4100	20350
+4200	20351
+4300	20352
+4400	20353
+4700	20354
+4500	20355
+4600	20356
+4800	20357
+4:01	20358
+4:02	20359
+4:03	20360
+4:04	20361
+4:05	20362
+4:06	20363
+4:07	20364
+4:08	20365
+4:09	20366
+4shared.com	20367
+5000	20368
+5001	20369
+5050	20370
+5150	20371
+515151	20372
+5100	20373
+5500	20374
+5555	20375
+5800	20376
+586's	20377
+5200	20378
+5300	20379
+5400	20380
+5600	20381
+5700	20382
+5:01	20383
+5:02	20384
+5:03	20385
+5:04	20386
+5:05	20387
+5:06	20388
+5:07	20389
+5:08	20390
+5:09	20391
+5900	20392
+young	20393
+your	20394
+you.	20395
+youjizz	20396
+yous	20397
+youuu	20398
+youve	20399
+yogi	20400
+yogurt	20401
+yoga	20402
+yoked	20403
+yokes	20404
+yonder	20405
+yoni	20406
+yooo	20407
+yoohoo	20408
+yolks	20409
+year	20410
+yeah	20411
+yeaa	20412
+yeast	20413
+yell	20414
+yelp	20415
+yesterday	20416
+yepper	20417
+yeehaw	20418
+yet.	20419
+yard	20420
+yarn	20421
+yank	20422
+yang	20423
+yaki	20424
+yakety	20425
+yahoo	20426
+yawn	20427
+yawls	20428
+yaaa	20429
+yaay	20430
+yachts	20431
+yalls	20432
+yams	20433
+yayas	20434
+yumm	20435
+yums	20436
+yupp	20437
+yuck	20438
+yucca	20439
+yields	20440
+ying	20441
+6000	20442
+6001	20443
+6100	20444
+611611	20445
+6200	20446
+62549899	20447
+6400	20448
+6500	20449
+6300	20450
+6800	20451
+6:01	20452
+6:02	20453
+6:03	20454
+6:04	20455
+6:05	20456
+6:06	20457
+6:07	20458
+6:08	20459
+6:09	20460
+6700	20461
+6789	20462
+6900	20463
+6.0.1	20464
+7000	20465
+7200	20466
+727272	20467
+7100	20468
+7700	20469
+7777	20470
+7300	20471
+7600	20472
+7500	20473
+7800	20474
+7:01	20475
+7:02	20476
+7:03	20477
+7:04	20478
+7:05	20479
+7:06	20480
+7:07	20481
+7:08	20482
+7:09	20483
+92.1	20484
+92.3	20485
+92.5	20486
+92.7	20487
+92.9	20488
+93.1	20489
+93.3	20490
+93.5	20491
+93.7	20492
+93.9	20493
+97.1	20494
+97.3	20495
+97.5	20496
+97.7	20497
+97.9	20498
+9700	20499
+9000	20500
+90210	20501
+94.1	20502
+94.5	20503
+94.7	20504
+94.9	20505
+95.1	20506
+95.3	20507
+95.5	20508
+95.7	20509
+95.9	20510
+9500	20511
+99.1	20512
+99.3	20513
+99.5	20514
+99.7	20515
+99.9	20516
+9999	20517
+98.1	20518
+98.3	20519
+98.5	20520
+98.7	20521
+98.9	20522
+9800	20523
+96.1	20524
+96.3	20525
+96.5	20526
+96.9	20527
+9:01	20528
+9:04	20529
+9:05	20530
+9:06	20531
+9:07	20532
+9:08	20533
+9:09	20534
+qual	20535
+quad	20536
+quack	20537
+quaaludes	20538
+quagmire	20539
+quake	20540
+quit	20541
+quirk	20542
+quiz	20543
+quiver	20544
+quid	20545
+quip	20546
+queasy	20547
+quelle	20548
+quench	20549
+quorum	20550
+Zach	20551
+Zack	20552
+Zane	20553
+Zanies	20554
+Zankou	20555
+Zanny	20556
+Zanzibar	20557
+Zamboni	20558
+Zamora	20559
+Zamzows	20560
+Zappa	20561
+Zappos	20562
+Zara	20563
+Zaria	20564
+Zaki	20565
+Zaza	20566
+Zazzle	20567
+Zipcar	20568
+Ziploc	20569
+Zimmer	20570
+Ziglar	20571
+Zilker	20572
+Zinburger	20573
+Zinfandel	20574
+Zingerman's	20575
+Zion	20576
+Zio's	20577
+Ziebart	20578
+Ziegler	20579
+Zeller	20580
+Zelda	20581
+Zelienople	20582
+Zeeks	20583
+Zeeland	20584
+Zenith	20585
+Zeno	20586
+Zephyr	20587
+Zeppelin	20588
+Zebulon	20589
+Zoom	20590
+Zoe's	20591
+Zoey	20592
+Zombieland	20593
+Zombies	20594
+Zona	20595
+Zone	20596
+Zoning	20597
+Zola	20598
+Zoloft	20599
+Zorba's	20600
+Zorro	20601
+Zuma	20602
+Zumiez	20603
+Zulily	20604
+Zulu	20605
+Zurchers	20606
+Zurich	20607
+8000	20608
+827438	20609
+8300	20610
+8500	20611
+8600	20612
+8888	20613
+8:01	20614
+8:02	20615
+8:03	20616
+8:04	20617
+8:05	20618
+8:08	20619
+8900	20620
+Quin	20621
+Quick	20622
+Quik	20623
+Quiet	20624
+Quigley	20625
+Quimby	20626
+Quitman	20627
+Quivira	20628
+Quixote	20629
+Quan	20630
+Quaker	20631
+Quad	20632
+Quapaw	20633
+Quay	20634
+Queen	20635
+Quest	20636
+Quebec	20637
+Quelf	20638
+Quentin	20639
+zips	20640
+zilch	20641
+zing	20642
+zinc	20643
+zithromax	20644
+ziti	20645
+zigzags	20646
+zoom	20647
+zoos	20648
+zookeeper	20649
+zone	20650
+zona	20651
+zoning	20652
+zonked	20653
+zombies	20654
+zerorez	20655
+zeros	20656
+zestos	20657
+zesty	20658
+zebras	20659
+zach	20660
+zack	20661
+zantac	20662
+zarape	20663
+zarzamora	20664
+Xander	20665
+Xena	20666
+Xenia	20667
+Xing	20668
+Xperia	20669
+Xperience	20670
+Xtra	20671
+Xtreme	20672
+x-mas	20673
+x-men	20674
+x-rays	20675
+xxxx	20676
+xvideos.com	20677
+$contacts'll	20678
+$contacts'm	20679
+$contacts're	20680
+$contacts's	20681
+$contacts-cell	20682
+$contacts-sarrategui	20683
+$contacts-work	20684
+$contacts.com	20685
+$contactsll	20686
+start	20687
+starr	20688
+stars	20689
+stare	20690
+starfish	20691
+stargazer	20692
+staring	20693
+stark	20694
+state	20695
+stator	20696
+stats	20697
+stand	20698
+stank	20699
+stance	20700
+stans	20701
+stanza	20702
+stalk	20703
+stall	20704
+stale	20705
+stabs	20706
+stair	20707
+stain	20708
+stage	20709
+stagger	20710
+staging	20711
+stagnant	20712
+stack	20713
+stacey	20714
+stacy	20715
+stamp	20716
+stamina	20717
+staph	20718
+staff:	20719
+staffed	20720
+staffing	20721
+stayin	20722
+staycation	20723
+stayed	20724
+stays	20725
+stake	20726
+staking	20727
+stash	20728
+stassney	20729
+stadiums	20730
+strat	20731
+strap	20732
+straw	20733
+stray	20734
+stragglers	20735
+stress	20736
+stretch	20737
+street	20738
+strep	20739
+streusel	20740
+strip	20741
+string	20742
+stride	20743
+strife	20744
+strong	20745
+stroll	20746
+strobe	20747
+stroganoff	20748
+strudel	20749
+strut	20750
+strum	20751
+strung	20752
+steam	20753
+steal	20754
+stead	20755
+steak	20756
+steps	20757
+step-by-step	20758
+stepchild	20759
+stepfather	20760
+stereo	20761
+steri	20762
+stern	20763
+sterling	20764
+steroid	20765
+steel	20766
+steep	20767
+steer	20768
+steed	20769
+steward	20770
+stewed	20771
+stewing	20772
+stews	20773
+stent	20774
+stenosis	20775
+steve	20776
+stella	20777
+stellian	20778
+stemming	20779
+stems	20780
+steins	20781
+store	20782
+story	20783
+storm	20784
+storage	20785
+stork	20786
+storquest	20787
+stortini's	20788
+stocky	20789
+stocking	20790
+stock.com	20791
+stockade	20792
+stockholders	20793
+stockroom	20794
+stocks	20795
+stoplight	20796
+stops	20797
+stopwatch	20798
+stone	20799
+stony	20800
+stomach	20801
+stomp	20802
+stoop	20803
+stool	20804
+stood	20805
+stovers	20806
+stoves	20807
+stovetop	20808
+stoke	20809
+stokos	20810
+stoled	20811
+stolen	20812
+stogies	20813
+sting	20814
+stink	20815
+stint	20816
+sticker	20817
+stickam	20818
+sticking	20819
+stickler	20820
+stickman	20821
+sticks	20822
+sticky	20823
+stimuli	20824
+stimulus	20825
+stirs	20826
+stiffness	20827
+stiffy	20828
+stiletto	20829
+still	20830
+stilts	20831
+stitching	20832
+stipulation	20833
+stipend	20834
+stigmatism	20835
+student	20836
+study	20837
+studded	20838
+studly	20839
+studs	20840
+stunt	20841
+stung	20842
+stunk	20843
+stupid	20844
+stupendous	20845
+stupor	20846
+stubs	20847
+stuffing	20848
+stuffs	20849
+stuffy	20850
+stump	20851
+sturgeon	20852
+stuttered	20853
+stuttering	20854
+stucco	20855
+stuck	20856
+style	20857
+stylus	20858
+short	20859
+shore	20860
+shorkey	20861
+showing	20862
+show's	20863
+show.com	20864
+showboat	20865
+showcase	20866
+showdown	20867
+showgirls	20868
+showmars	20869
+shown	20870
+showplace	20871
+showroom	20872
+shows	20873
+showtimes	20874
+shophq	20875
+shopaholic	20876
+shops	20877
+should	20878
+shout	20879
+shoot	20880
+shook	20881
+shoemaker	20882
+shoes	20883
+shoebox	20884
+shocking	20885
+shockable	20886
+shocks	20887
+shockwave	20888
+shove	20889
+shoving	20890
+shotgun	20891
+shots	20892
+shotty	20893
+sharp	20894
+share	20895
+shard	20896
+shark	20897
+sharon	20898
+sharing	20899
+sharted	20900
+shampoo	20901
+shame	20902
+shamrock	20903
+shaman	20904
+shambles	20905
+shammy	20906
+shams	20907
+shadow	20908
+shade	20909
+shading	20910
+shady	20911
+shake	20912
+shakin	20913
+shaky	20914
+shave	20915
+shaving	20916
+shank	20917
+shane	20918
+shannon	20919
+shape	20920
+shaping	20921
+shawn	20922
+shawarma	20923
+shawl	20924
+shawty	20925
+shackle	20926
+shacking	20927
+shacks	20928
+shall	20929
+shale	20930
+shalt	20931
+shattered	20932
+shattering	20933
+shabby	20934
+shabu	20935
+shafted	20936
+shaggy	20937
+shaunas	20938
+shaundra	20939
+shayla's	20940
+shayna's	20941
+shitballs	20942
+shitfaced	20943
+shits	20944
+shine	20945
+shingle	20946
+shindig	20947
+shining	20948
+shins	20949
+shiny	20950
+shipment	20951
+ship's	20952
+ships	20953
+shipwreck	20954
+shipyard	20955
+shifting	20956
+shifts	20957
+shifty	20958
+shirt	20959
+shims	20960
+shielded	20961
+shields	20962
+shivering	20963
+shivers	20964
+shisha	20965
+shizzle	20966
+shell	20967
+shelf	20968
+sheet	20969
+sheep	20970
+sheesh	20971
+sheen	20972
+sheer	20973
+sheriff	20974
+sherry	20975
+sherbert	20976
+sherms	20977
+sherwin-williams	20978
+shear	20979
+sheath	20980
+shedding	20981
+sheds	20982
+shedule	20983
+shepherd's	20984
+shepherding	20985
+shepherds	20986
+she'd	20987
+she'll	20988
+she's	20989
+sheiks	20990
+sheila	20991
+shemales	20992
+shrimp	20993
+shrivel	20994
+shrug	20995
+shrub	20996
+shrunk	20997
+shred	20998
+shreya	20999
+shroom	21000
+shroud	21001
+shutdown	21002
+shuts	21003
+shuffle	21004
+shuffling	21005
+shuckers	21006
+shucks	21007
+submerged	21008
+subtract	21009
+subterranean	21010
+subtitles	21011
+subject:	21012
+subjected	21013
+subjective	21014
+subjects	21015
+subconscious	21016
+subcontractor	21017
+suburban	21018
+suburbia	21019
+suburbs	21020
+subway	21021
+subwoofer	21022
+subbed	21023
+subbing	21024
+subby's	21025
+subdivision	21026
+subdued	21027
+subpoenaed	21028
+subpoenas	21029
+subrena	21030
+subrina	21031
+superb	21032
+superpower	21033
+superficial	21034
+superglue	21035
+superwoman	21036
+suppress	21037
+supper	21038
+supra	21039
+surface	21040
+surfboard	21041
+surfer	21042
+surfin	21043
+surge	21044
+surgical	21045
+surpass	21046
+surplus	21047
+suree	21048
+surely	21049
+sures	21050
+surcharges	21051
+sundown	21052
+sundial	21053
+sunset	21054
+sunscreen	21055
+sunstate	21056
+sunbathing	21057
+sunblock	21058
+sunrise	21059
+sunray	21060
+sunglass	21061
+sunflowers	21062
+sunken	21063
+sustain	21064
+sustenance	21065
+sucka	21066
+suckin	21067
+suckle	21068
+sucks	21069
+sucky	21070
+summon	21071
+summit	21072
+suffix	21073
+suffered	21074
+suffering	21075
+suffers	21076
+suffocate	21077
+suggested	21078
+suggests	21079
+sugarcoat	21080
+sugared	21081
+sugarhouse	21082
+sugars	21083
+sugary	21084
+suite	21085
+suitcase	21086
+suitable	21087
+suitors	21088
+suits	21089
+suicide	21090
+suicidal	21091
+suede	21092
+suddenly	21093
+sulfate	21094
+sulfur	21095
+speck	21096
+spec's	21097
+specs	21098
+speed	21099
+speech	21100
+speak	21101
+spear	21102
+spell	21103
+spelt	21104
+spelunker	21105
+spend	21106
+spensive	21107
+spent	21108
+spewing	21109
+spark	21110
+spare	21111
+sparing	21112
+sparse	21113
+sparta	21114
+spank	21115
+spandex	21116
+spangles	21117
+spans	21118
+space	21119
+spasm	21120
+spastic	21121
+spatula	21122
+spatial	21123
+spatola's	21124
+spazzed	21125
+spazzing	21126
+spades	21127
+spaghettini	21128
+spawner	21129
+spayed	21130
+sport	21131
+sporadic	21132
+spore	21133
+spoon	21134
+spook	21135
+spoof	21136
+spool	21137
+spots	21138
+spoiling	21139
+spoils	21140
+spokes	21141
+spoken	21142
+spout	21143
+sposed	21144
+spine	21145
+spins	21146
+spirit	21147
+spiral	21148
+spire	21149
+spite	21150
+spittin	21151
+spital	21152
+spits	21153
+spice	21154
+spicket	21155
+spicy	21156
+spill	21157
+spilt	21158
+spider	21159
+spidey	21160
+spike	21161
+spiking	21162
+spiky	21163
+spied	21164
+spiel	21165
+spies	21166
+spray	21167
+sprain	21168
+spratts	21169
+sprawled	21170
+spread	21171
+spree	21172
+sprout	21173
+sprocket	21174
+spruce	21175
+sprung	21176
+split	21177
+splint	21178
+spliff	21179
+splish	21180
+splash	21181
+splat	21182
+spleen	21183
+splurged	21184
+spurt	21185
+spurs	21186
+spunk	21187
+spuds	21188
+season	21189
+seascape	21190
+search	21191
+sears	21192
+seared	21193
+seatbelt	21194
+seating	21195
+seats	21196
+seattle	21197
+sealant	21198
+sealing	21199
+seals	21200
+seams	21201
+seaman	21202
+seamless	21203
+seafood	21204
+seafoam	21205
+seaforts	21206
+seananners	21207
+seance	21208
+seawall	21209
+seaweed	21210
+seaworthy	21211
+seagulls	21212
+serve	21213
+servant	21214
+servo	21215
+servsafe	21216
+serena	21217
+serendipity	21218
+serene	21219
+serenity	21220
+serious	21221
+serial	21222
+series	21223
+sergeants	21224
+sermons	21225
+seroquel	21226
+serotonin	21227
+serpentine	21228
+sense	21229
+sensation	21230
+sensor	21231
+sentiment	21232
+sentry	21233
+sender	21234
+sending	21235
+sends	21236
+senior	21237
+senile	21238
+senators	21239
+senokot	21240
+senorita	21241
+self:	21242
+selfless	21243
+selfs	21244
+select	21245
+seller	21246
+sellin	21247
+sellout	21248
+sells	21249
+secular	21250
+secret	21251
+secrecy	21252
+section	21253
+sector	21254
+secondary	21255
+secondhand	21256
+secondly	21257
+seconds	21258
+secede	21259
+secession	21260
+secluded	21261
+seclusion	21262
+seeded	21263
+seeding	21264
+seedless	21265
+seeds	21266
+seeker	21267
+seeking	21268
+seeks	21269
+seeming	21270
+seemed	21271
+seems	21272
+seeing	21273
+seepage	21274
+seeping	21275
+semis	21276
+semifinals	21277
+semester	21278
+semen	21279
+semantic	21280
+semana	21281
+setter	21282
+setting	21283
+setbacks	21284
+setups	21285
+sexist	21286
+sextet	21287
+sexting	21288
+sextons	21289
+sexuality	21290
+sexually	21291
+sexed	21292
+sexes	21293
+sexys	21294
+seven	21295
+sever	21296
+seduce	21297
+seducing	21298
+sedan	21299
+separate	21300
+separator	21301
+septa	21302
+septic	21303
+septra	21304
+septum	21305
+sewer	21306
+sewed	21307
+sewells	21308
+sequel	21309
+sequins	21310
+seize	21311
+seizure	21312
+seizing	21313
+segments	21314
+segregated	21315
+segregation	21316
+sessions	21317
+scrap	21318
+scram	21319
+scratch	21320
+scrabble	21321
+scraggly	21322
+scrawny	21323
+scream	21324
+screw	21325
+scrub	21326
+scruff	21327
+scrum	21328
+scrunch	21329
+scruples	21330
+scrutiny	21331
+scrip	21332
+scroll	21333
+scrotum	21334
+scare	21335
+scarf	21336
+scarce	21337
+scarlet	21338
+scars	21339
+scarves	21340
+scary	21341
+scale	21342
+scalp	21343
+scaling	21344
+scaly	21345
+scandal	21346
+scantron	21347
+scans	21348
+scampi	21349
+scams	21350
+scatter	21351
+scabies	21352
+scabs	21353
+scaffolding	21354
+scapegoat	21355
+score	21356
+scorch	21357
+scorn	21358
+scorpion	21359
+scoring	21360
+scoot	21361
+scoop	21362
+scooby	21363
+sconce	21364
+scone	21365
+sconsin	21366
+scott	21367
+scotch	21368
+scout	21369
+scouring	21370
+scold	21371
+scoliosis	21372
+scope	21373
+scoping	21374
+sched	21375
+schizo	21376
+schillingers	21377
+schism	21378
+schnitzel	21379
+schledorn	21380
+schlong	21381
+sculpture	21382
+sculpting	21383
+scuffle	21384
+scuffs	21385
+scurvy	21386
+scumbag	21387
+science	21388
+scissoring	21389
+scissors	21390
+sciatica	21391
+scenery	21392
+scenes	21393
+scented	21394
+scents	21395
+scenarios	21396
+salad	21397
+salal	21398
+salat	21399
+salted	21400
+salts	21401
+saltwater	21402
+salty	21403
+salvo	21404
+salvia	21405
+sales	21406
+salerno's	21407
+salut	21408
+salud	21409
+saliva	21410
+salmon	21411
+salmos	21412
+salon	21413
+saloon	21414
+salsas	21415
+sandal	21416
+sands	21417
+sandwich	21418
+sandcastle	21419
+sanding	21420
+sandpaper	21421
+sandra	21422
+sandy	21423
+sanipac	21424
+sanchez	21425
+santa	21426
+santoros	21427
+sangria	21428
+sampan	21429
+same-sex	21430
+sameee	21431
+sames	21432
+sammy	21433
+samsung	21434
+samantha	21435
+saver	21436
+save:	21437
+saved	21438
+savemart	21439
+saves	21440
+savage	21441
+saving	21442
+savior	21443
+savoring	21444
+savory	21445
+satin	21446
+satire	21447
+sativa	21448
+saturday	21449
+satellites	21450
+saddle	21451
+sadist	21452
+sadie	21453
+sacrament	21454
+sacred	21455
+sacked	21456
+sacks	21457
+safes	21458
+safeguard	21459
+safekeeping	21460
+safer	21461
+sauce	21462
+saucy	21463
+sausages	21464
+sauteed	21465
+sailor	21466
+sailboat	21467
+sailed	21468
+sailfish	21469
+sailing	21470
+sails	21471
+said:	21472
+saints	21473
+sabor	21474
+saber	21475
+sarah	21476
+saran	21477
+sarcastic	21478
+sarcasm	21479
+sardine	21480
+sardella's	21481
+sagebrush	21482
+sages	21483
+saganos	21484
+sagging	21485
+saggy	21486
+sasha	21487
+sashes	21488
+sassafras	21489
+sassy	21490
+saying	21491
+says:	21492
+sapphire	21493
+sappy	21494
+sakes	21495
+solicit	21496
+solid	21497
+solder	21498
+soldier	21499
+soldans	21500
+solve	21501
+solving	21502
+solely	21503
+solemn	21504
+solenoid	21505
+soles	21506
+soluble	21507
+solar	21508
+solace	21509
+soloist	21510
+solos	21511
+southwest	21512
+southbound	21513
+southcrest	21514
+southmore	21515
+southside	21516
+soundtrack	21517
+soundcheck	21518
+sounding	21519
+soundly	21520
+sounds	21521
+sourdough	21522
+sours	21523
+soulmate	21524
+soulful	21525
+souls	21526
+souped	21527
+soups	21528
+soupy	21529
+souvenir	21530
+souvlaki	21531
+someone	21532
+someday	21533
+somehow	21534
+someplace	21535
+somersault	21536
+sombrero	21537
+somber	21538
+somas	21539
+socket	21540
+socks	21541
+songs	21542
+songbird	21543
+songpop	21544
+songwriter	21545
+sonic	21546
+sonia	21547
+sonar	21548
+sonata	21549
+sonnet	21550
+sonnys	21551
+sonogram	21552
+sonya	21553
+softball	21554
+softly	21555
+softness	21556
+software	21557
+softy	21558
+sofas	21559
+soffits	21560
+sorta	21561
+sorted	21562
+sorting	21563
+sorts	21564
+sorely	21565
+soreness	21566
+sores	21567
+sorrow	21568
+sorry	21569
+soon.	21570
+soonish	21571
+soothe	21572
+soothing	21573
+soaking	21574
+soapbox	21575
+soaps	21576
+soapy	21577
+soaring	21578
+sobered	21579
+sobering	21580
+sophomore	21581
+sodas	21582
+soiled	21583
+soils	21584
+soybeans	21585
+single	21586
+singer	21587
+singin	21588
+singh	21589
+sings	21590
+sinker	21591
+sinkhole	21592
+sinking	21593
+sinks	21594
+sinner	21595
+sinned	21596
+sinuses	21597
+sinusitis	21598
+signs	21599
+sight	21600
+sighed	21601
+sighing	21602
+sighs	21603
+simpson	21604
+simultaneous	21605
+simmering	21606
+silence	21607
+silent	21608
+silvers	21609
+silverback	21610
+silverchair	21611
+silverware	21612
+sills	21613
+silly	21614
+silicon	21615
+silica	21616
+silks	21617
+silky	21618
+silhouettes	21619
+silos	21620
+sides	21621
+sideline	21622
+sidetrack	21623
+sidecar	21624
+sided	21625
+sidekick	21626
+situps	21627
+sitter	21628
+sittin	21629
+sitch	21630
+sitcom	21631
+sites	21632
+sicker	21633
+sickest	21634
+sickle	21635
+sickly	21636
+sickos	21637
+sister	21638
+sista	21639
+sissy	21640
+sissies	21641
+size:	21642
+sized	21643
+sizes	21644
+sizzle	21645
+sizzling	21646
+siren	21647
+sippin	21648
+sippy	21649
+siphoning	21650
+sixteen	21651
+sixth	21652
+sixties	21653
+sixty	21654
+slackin	21655
+slacks	21656
+slaps	21657
+slams	21658
+slander	21659
+slant	21660
+slang	21661
+slaughtered	21662
+slaughterhouse	21663
+slaughtering	21664
+slave	21665
+slaving	21666
+slate	21667
+slats	21668
+slaya	21669
+slaying	21670
+slabs	21671
+slice	21672
+slick	21673
+slicing	21674
+slips	21675
+slide	21676
+sliding	21677
+slime	21678
+slims	21679
+slimy	21680
+sling	21681
+slinky	21682
+slightly	21683
+sleep	21684
+sleeve	21685
+sleet	21686
+sleek	21687
+sledge	21688
+sledding	21689
+sleds	21690
+sleaze	21691
+sleazy	21692
+slowdown	21693
+slowing	21694
+slowly	21695
+slowpoke	21696
+slows	21697
+slobber	21698
+slobs	21699
+slope	21700
+sloppy	21701
+sloth	21702
+slots	21703
+slotted	21704
+slogans	21705
+slurp	21706
+slurs	21707
+slugs	21708
+slumber	21709
+slump	21710
+slums	21711
+slushie	21712
+slushy	21713
+sluts	21714
+slutty	21715
+snows	21716
+snowed	21717
+snowing	21718
+snowpiercer	21719
+snowy	21720
+snook	21721
+snoop	21722
+snore	21723
+snort	21724
+snorkel	21725
+snoring	21726
+snobby	21727
+snobs	21728
+snotty	21729
+snaps	21730
+snapback	21731
+snapchat	21732
+snacking	21733
+snacks	21734
+snacky	21735
+snare	21736
+snarfs	21737
+snarky	21738
+snagged	21739
+snags	21740
+snakes	21741
+snakey	21742
+snatched	21743
+snatching	21744
+snails	21745
+snipe	21746
+sniping	21747
+snips	21748
+sniffing	21749
+snitchin	21750
+snickerdoodle	21751
+snugly	21752
+snugs	21753
+snuffaluffagus	21754
+snuffers	21755
+sneaker	21756
+sneaking	21757
+sneaks	21758
+sneaky	21759
+sneeze	21760
+sneezing	21761
+sweet	21762
+sweep	21763
+sweat	21764
+swear	21765
+swelled	21766
+swelling	21767
+swells	21768
+swerve	21769
+swerving	21770
+swims	21771
+swimwear	21772
+switching	21773
+swing	21774
+swindle	21775
+swine	21776
+swirling	21777
+swirls	21778
+swirly	21779
+swiftly	21780
+swifty	21781
+swipe	21782
+swiping	21783
+swish	21784
+swiss	21785
+swamp	21786
+swamis	21787
+swank	21788
+swanee	21789
+swans	21790
+swallowed	21791
+swallowing	21792
+swallows	21793
+swaps	21794
+swagg	21795
+swarm	21796
+sware	21797
+swayed	21798
+swaying	21799
+swabs	21800
+swatches	21801
+sword	21802
+swore	21803
+sworn	21804
+swole	21805
+swollen	21806
+swoon	21807
+swoop	21808
+skincare	21809
+skinhead	21810
+skinit.com	21811
+skinless	21812
+skins	21813
+skipolini's	21814
+skips	21815
+skills	21816
+skillz	21817
+skimpy	21818
+skits	21819
+skier	21820
+skied	21821
+skies	21822
+skidoo	21823
+skids	21824
+skirting	21825
+skirts	21826
+skivvies	21827
+skivvy	21828
+sketchbook	21829
+sketching	21830
+sketchy	21831
+skeet	21832
+skeered	21833
+skeevy	21834
+skeezy	21835
+skelter	21836
+skews	21837
+skeptical	21838
+skepticism	21839
+skyla	21840
+skype	21841
+skyping	21842
+skydive	21843
+skydiving	21844
+skyscrapers	21845
+skate	21846
+skating	21847
+skanks	21848
+skanky	21849
+skunked	21850
+skunks	21851
+skulls	21852
+smooth	21853
+smooch	21854
+smoosh	21855
+smoke	21856
+smoky	21857
+smothered	21858
+smothering	21859
+smothers	21860
+smogged	21861
+smores	21862
+smorgasbord	21863
+smartphone	21864
+smartass	21865
+smartness	21866
+smarts	21867
+smarty	21868
+smackdown	21869
+smacked	21870
+smacking	21871
+smacks	21872
+smallpox	21873
+smalls	21874
+smashin	21875
+smile	21876
+smilin	21877
+smith	21878
+smite	21879
+smitten	21880
+smidgen	21881
+smell	21882
+smelt	21883
+smeared	21884
+smears	21885
+synced	21886
+syncing	21887
+syncs	21888
+syntax	21889
+synonym	21890
+synopsis	21891
+synagogue	21892
+synapse	21893
+syndicate	21894
+syndrome	21895
+symptom	21896
+symphony	21897
+symposium	21898
+symbols	21899
+symmetrical	21900
+symmetry	21901
+systematic	21902
+system's	21903
+systemic	21904
+systems	21905
+syllable	21906
+syllabus	21907
+syringe	21908
+syringa	21909
+squish	21910
+squint	21911
+squid	21912
+squiggly	21913
+square	21914
+squat	21915
+squad	21916
+squash	21917
+squall	21918
+squander	21919
+contusion	21920
+confront	21921
+conform	21922
+conch	21923
+concrete	21924
+convo	21925
+convalescent	21926
+convulsions	21927
+condo	21928
+conga	21929
+conglomerate	21930
+conns	21931
+conjoined	21932
+conquer	21933
+conquest	21934
+conectivity	21935
+coned	21936
+cones	21937
+coney	21938
+conic	21939
+conifer	21940
+compa	21941
+comp's	21942
+comps	21943
+compy	21944
+comme	21945
+combat	21946
+combo	21947
+combust	21948
+combed	21949
+combs	21950
+comet	21951
+comeback	21952
+comer	21953
+comellas	21954
+comenity	21955
+comes	21956
+comfort	21957
+comfy	21958
+comic	21959
+comin	21960
+comida	21961
+comady	21962
+comatose	21963
+comot	21964
+colloidal	21965
+colon	21966
+color	21967
+cologne	21968
+colour	21969
+colombiana	21970
+colossal	21971
+coldness	21972
+colds	21973
+colada	21974
+colace	21975
+colander	21976
+colic	21977
+colin	21978
+colitis	21979
+column	21980
+columbia	21981
+coleslaw	21982
+colton	21983
+corral	21984
+corridor	21985
+corns	21986
+cornfield	21987
+cornmeal	21988
+cornucopia	21989
+corny	21990
+corduroy	21991
+corded	21992
+cordless	21993
+cordon	21994
+cords	21995
+corps	21996
+corpus	21997
+corks	21998
+corken	21999
+coral	22000
+coram	22001
+cores	22002
+corey	22003
+corona	22004
+coroner's	22005
+corset	22006
+corsage	22007
+cortex	22008
+cortisone	22009
+cortrust	22010
+coriander	22011
+coring	22012
+count	22013
+counsel	22014
+council	22015
+court	22016
+courage	22017
+course	22018
+courier	22019
+coupon	22020
+coupe	22021
+cough	22022
+cougar	22023
+could've	22024
+coulda	22025
+cousin	22026
+couscous	22027
+couches	22028
+cookbook	22029
+cookhouse	22030
+cookout	22031
+cooks	22032
+cooktop	22033
+cookware	22034
+coops	22035
+coolin	22036
+coolant	22037
+coolness	22038
+cools	22039
+coordinate	22040
+coordinator	22041
+cootie	22042
+cooter	22043
+cocks	22044
+cockroach	22045
+cocktail	22046
+cockles	22047
+cockpit	22048
+cocky	22049
+coconut	22050
+cocoa	22051
+cocoon	22052
+coca-cola	22053
+cocaine	22054
+copilot	22055
+coping	22056
+copious	22057
+copyright	22058
+copycat	22059
+copying	22060
+copping	22061
+copay	22062
+copacetic	22063
+costco	22064
+costume	22065
+cost-effective	22066
+costed	22067
+costing	22068
+costly	22069
+costs	22070
+cosmic	22071
+cosign	22072
+cosine	22073
+coaster	22074
+coastal	22075
+coasting	22076
+coach's	22077
+coaching	22078
+coachman	22079
+coating	22080
+coated	22081
+coats	22082
+coalition	22083
+coals	22084
+coaxial	22085
+cover	22086
+covenant	22087
+covet	22088
+covalent	22089
+covantage	22090
+code:	22091
+coded	22092
+codeine	22093
+coder	22094
+codes	22095
+codale	22096
+cowardly	22097
+cowards	22098
+cowboy	22099
+cowbell	22100
+coworker's	22101
+coworkers	22102
+cowgirls	22103
+coincide	22104
+coins	22105
+coilovers	22106
+coils	22107
+cobblestone	22108
+cobbler	22109
+cotta	22110
+cotton	22111
+coffee's	22112
+coffeehouse	22113
+coffees	22114
+coffins	22115
+cognac	22116
+coherent	22117
+cohesive	22118
+cohort	22119
+coyotes	22120
+cares	22121
+career	22122
+caretaker	22123
+care.com	22124
+cared	22125
+careless	22126
+carepoint	22127
+cards	22128
+card.com	22129
+cardboard	22130
+carded	22131
+cardholder	22132
+carro	22133
+carry	22134
+carte	22135
+cartridge	22136
+cartwheel	22137
+cartage	22138
+carts	22139
+carburetor	22140
+carbs	22141
+carpal	22142
+caramel	22143
+carat	22144
+carabiner	22145
+carafe	22146
+caravan	22147
+caraway	22148
+carne	22149
+carol	22150
+carousel	22151
+carla	22152
+carless	22153
+carlos	22154
+carls	22155
+carlucci's	22156
+carly	22157
+carve	22158
+carving	22159
+caribou	22160
+carilion	22161
+caring	22162
+carmine	22163
+cars.com	22164
+carseat	22165
+carside	22166
+carcass	22167
+carcinoma	22168
+car.com	22169
+candle	22170
+candy	22171
+candelabra	22172
+candor	22173
+canna	22174
+cannula	22175
+cancion	22176
+canoe	22177
+canola	22178
+canon	22179
+canal	22180
+canary	22181
+canteen	22182
+cantina	22183
+canine	22184
+canister	22185
+canes	22186
+canever	22187
+canvassing	22188
+canyons	22189
+call.	22190
+callus	22191
+calla	22192
+callma	22193
+calls	22194
+calcium	22195
+calcom	22196
+caliper	22197
+calico	22198
+california	22199
+calisthenics	22200
+calmate	22201
+calming	22202
+calmly	22203
+calmness	22204
+calms	22205
+calabash	22206
+caladesi	22207
+calendar	22208
+caleb	22209
+calories	22210
+calves	22211
+calvine	22212
+calzones	22213
+castaway	22214
+castle	22215
+castor	22216
+casts	22217
+cashland	22218
+cashmere	22219
+cashout	22220
+cashwell	22221
+cases	22222
+casebine	22223
+casein	22224
+caseload	22225
+caseworker	22226
+cassandra	22227
+cassie	22228
+casita	22229
+casual	22230
+casuelas	22231
+casadia	22232
+casavana	22233
+cascade	22234
+cascone's	22235
+casket	22236
+cater	22237
+catechism	22238
+cated	22239
+catetori	22240
+cataract	22241
+catamaran	22242
+catans	22243
+catapult	22244
+catchin	22245
+catcha	22246
+catchy	22247
+cathouse	22248
+cattle	22249
+catter	22250
+catty	22251
+cations	22252
+captain	22253
+capita	22254
+capicorn	22255
+capillary	22256
+cappuccino	22257
+capparelli's	22258
+capping	22259
+cappy's	22260
+caper	22261
+capes	22262
+capsule	22263
+capstone	22264
+campaign	22265
+campground	22266
+camps	22267
+campus	22268
+campbellsport	22269
+campfire	22270
+camping	22271
+campout	22272
+camel	22273
+camera	22274
+cameo	22275
+camouflage	22276
+camomile	22277
+camos	22278
+camara	22279
+camaro	22280
+camber	22281
+cambridge	22282
+camino	22283
+camshaft	22284
+cabinet	22285
+cabins	22286
+cabana	22287
+cabaret	22288
+cable	22289
+cabling	22290
+cabbage	22291
+cabbie	22292
+cause	22293
+causing	22294
+caustic	22295
+caulk	22296
+cauliflower	22297
+cautious	22298
+caution	22299
+cavern	22300
+caveat	22301
+caved	22302
+caveman	22303
+cavenders	22304
+caves	22305
+caviar	22306
+caving	22307
+cavalier	22308
+cadence	22309
+cadet	22310
+cadaver	22311
+caddies	22312
+caddy	22313
+cafes	22314
+cafeteria	22315
+cache	22316
+caching	22317
+caged	22318
+cages	22319
+chart	22320
+charm	22321
+charcoal	22322
+chard	22323
+chars	22324
+chant	22325
+channel	22326
+chance	22327
+chanel	22328
+chandelier	22329
+chans	22330
+chaplain	22331
+chaps	22332
+chapter	22333
+chaparral	22334
+chata	22335
+chateau	22336
+chatline	22337
+chatroulette	22338
+chats	22339
+chalk	22340
+chalet	22341
+chalice	22342
+chalupa	22343
+chase	22344
+chassis	22345
+chain	22346
+chair	22347
+chaise	22348
+champ	22349
+chamber	22350
+chameleon	22351
+chauffeur	22352
+chauvinist	22353
+chaar	22354
+chaat	22355
+chachi	22356
+chachos	22357
+chads	22358
+chaos	22359
+chaotic	22360
+cheer	22361
+cheek	22362
+checkin	22363
+checkbook	22364
+checkpoint	22365
+checks	22366
+checkup	22367
+checklist	22368
+checkmate	22369
+checkout	22370
+cheap	22371
+cheat	22372
+chemo	22373
+chemtrails	22374
+cherish	22375
+cherese	22376
+cherub	22377
+cheryl	22378
+chest	22379
+chess	22380
+chewable	22381
+chewed	22382
+chewing	22383
+chews	22384
+chewy	22385
+chef's	22386
+chefs	22387
+chevy	22388
+chevron	22389
+cheddars	22390
+chelos	22391
+chels	22392
+child	22393
+chill	22394
+chili	22395
+chile	22396
+chiladas	22397
+chick	22398
+chico	22399
+chica	22400
+chichi	22401
+chipmunk	22402
+chips	22403
+chipwrecked	22404
+chinchilla	22405
+china	22406
+chinden	22407
+chinese	22408
+ching	22409
+chink	22410
+chinny	22411
+chinook	22412
+chins	22413
+chiro	22414
+chirp	22415
+chime	22416
+chimney	22417
+chimpanzee	22418
+chiefs	22419
+chieftain	22420
+chisel	22421
+chisago	22422
+chitlins	22423
+chitterlings	22424
+chive	22425
+chivalry	22426
+chihuahuas	22427
+chops	22428
+chopt	22429
+chore	22430
+chord	22431
+choral	22432
+chorus	22433
+choco	22434
+chock	22435
+choke	22436
+choking	22437
+choice	22438
+choir	22439
+cholesterol	22440
+choline	22441
+cholo	22442
+chosen	22443
+chowder	22444
+church	22445
+churn	22446
+churro	22447
+chucks	22448
+chuckwagon	22449
+chump	22450
+chums	22451
+chunky	22452
+chunks	22453
+chubs	22454
+chugging	22455
+chute	22456
+chutney	22457
+christ	22458
+chrisley	22459
+crackhead	22460
+crackin	22461
+cracka	22462
+cracks	22463
+crank	22464
+crane	22465
+cranny	22466
+crapload	22467
+crapola	22468
+craps	22469
+crafts	22470
+crafting	22471
+crafty	22472
+cramp	22473
+crawl	22474
+crawfish	22475
+crash	22476
+crass	22477
+craze	22478
+crazy	22479
+crabapple	22480
+crabs	22481
+craig	22482
+craisins	22483
+crater	22484
+crates	22485
+crave	22486
+craving	22487
+crayon	22488
+cradles	22489
+cream	22490
+creas	22491
+creaking	22492
+credo	22493
+creep	22494
+creed	22495
+creek	22496
+creel	22497
+crema	22498
+creme	22499
+crest	22500
+crescent	22501
+crepes	22502
+crevices	22503
+crews	22504
+cross	22505
+crosby	22506
+crowd	22507
+crown	22508
+crowbar	22509
+crowing	22510
+crows	22511
+crochet	22512
+crock	22513
+crocodile	22514
+crocus	22515
+crops	22516
+crooked	22517
+crooks	22518
+crotchety	22519
+crotchless	22520
+crouch	22521
+croup	22522
+croutons	22523
+croissants	22524
+croquettes	22525
+crumb	22526
+crummy	22527
+crums	22528
+crush	22529
+crust	22530
+crusade	22531
+cruses	22532
+crunch	22533
+crunk	22534
+cruise	22535
+cruisin	22536
+crucial	22537
+crucible	22538
+cruddy	22539
+crude	22540
+cruelty	22541
+crutches	22542
+critter	22543
+criteria	22544
+crimp	22545
+crime	22546
+crimson	22547
+crisp	22548
+crises	22549
+crisis	22550
+criss	22551
+cristiana	22552
+cribbage	22553
+cribs	22554
+cricket	22555
+cried	22556
+crier	22557
+cries	22558
+cripple	22559
+crippling	22560
+cringe	22561
+crinkle	22562
+crystals	22563
+crying	22564
+class	22565
+clase	22566
+clash	22567
+clamp	22568
+clamation	22569
+clamidia	22570
+clammy	22571
+clams	22572
+clamydia	22573
+clarendon	22574
+claim	22575
+claire	22576
+claps	22577
+claudia	22578
+claymation	22579
+clays	22580
+clayton	22581
+clans	22582
+claws	22583
+clinic	22584
+cling	22585
+clinch	22586
+climb	22587
+clima	22588
+clime	22589
+click	22590
+cliche	22591
+clipboard	22592
+clips	22593
+client's	22594
+clientele	22595
+clients	22596
+cliffs	22597
+cliffhanger	22598
+clitoris	22599
+clits	22600
+clitt	22601
+close	22602
+closing	22603
+closure	22604
+cloth	22605
+clots	22606
+clotting	22607
+clocked	22608
+clocking	22609
+clocks	22610
+clouded	22611
+clouding	22612
+clouds	22613
+cloudy	22614
+clover	22615
+cloves	22616
+clogs	22617
+clone	22618
+cloning	22619
+clowning	22620
+clowns	22621
+clean	22622
+clear	22623
+cleat	22624
+clerk	22625
+clergy	22626
+clerical	22627
+clench	22628
+clenbuterol	22629
+clematis	22630
+clementines	22631
+cleveland	22632
+clever	22633
+clubbin	22634
+club.com	22635
+clubhouse	22636
+clubs	22637
+clued	22638
+clueless	22639
+clues	22640
+clutch	22641
+clutter	22642
+clump	22643
+clumsy	22644
+clusterfuck	22645
+clusters	22646
+curling	22647
+curls	22648
+curly	22649
+curry	22650
+curse	22651
+cursor	22652
+curve	22653
+curvature	22654
+curvy	22655
+curbs	22656
+curbing	22657
+curio	22658
+curing	22659
+cured	22660
+cures	22661
+curds	22662
+curtains	22663
+custard	22664
+cussin	22665
+cushion	22666
+cushy	22667
+cuttin	22668
+cutter	22669
+cutthroat	22670
+cuteness	22671
+cuter	22672
+cutest	22673
+cutlet	22674
+cutie	22675
+cuticle	22676
+cutout	22677
+cutoff	22678
+cutscenes	22679
+culpeppers	22680
+culprit	22681
+cummin	22682
+cumbys	22683
+cumshots	22684
+cubed	22685
+cubes	22686
+cubicle	22687
+cubbies	22688
+cubby	22689
+cupboards	22690
+cupcakes	22691
+cupids	22692
+cuppa	22693
+cupping	22694
+cuddle	22695
+cuddling	22696
+cuddly	22697
+cucumbers	22698
+cunts	22699
+celeb	22700
+celery	22701
+celestial	22702
+celexa	22703
+cellar	22704
+cello	22705
+cell's	22706
+cellphone	22707
+cells	22708
+celly	22709
+celiac	22710
+cents	22711
+censor	22712
+census	22713
+certain	22714
+certs	22715
+cereal	22716
+cerebral	22717
+ceramics	22718
+cerino's	22719
+cerise	22720
+cervical	22721
+cervix	22722
+ceased	22723
+ceasefire	22724
+ceases	22725
+cement	22726
+ceilings	22727
+circa	22728
+citizen	22729
+cities	22730
+citing	22731
+citrate	22732
+citric	22733
+citron	22734
+citrus	22735
+citation	22736
+city's	22737
+citywide	22738
+cited	22739
+cinema	22740
+cinder	22741
+cindy	22742
+cinch	22743
+cincinnati	22744
+cinnabar	22745
+cinnamon	22746
+cigarette	22747
+cigarillo	22748
+cigars	22749
+civil	22750
+civic	22751
+cilantros	22752
+cycled	22753
+cycles	22754
+cycling	22755
+cyclist	22756
+cyclones	22757
+cyber	22758
+cybelle's	22759
+Stark	22760
+Stars	22761
+Starcraft	22762
+Stardust	22763
+Stargate	22764
+Starnes	22765
+Starplex	22766
+Starr	22767
+Start	22768
+Starwood	22769
+Starz	22770
+Stand	22771
+Stan's	22772
+Stana	22773
+Stanhope	22774
+Stanislaus	22775
+Stanton	22776
+Stanwood	22777
+State	22778
+Statham	22779
+Statler	22780
+Staton	22781
+Stace	22782
+Staci	22783
+Stacy	22784
+Stackhouse	22785
+Staley	22786
+Stalin	22787
+Stamp	22788
+Stamford	22789
+Stamos	22790
+Stafford	22791
+Staffing	22792
+Staind	22793
+Staples	22794
+Stapleton	22795
+Stapley	22796
+Stage	22797
+Stagg	22798
+Staybridge	22799
+Stayton	22800
+Stash's	22801
+Stasia	22802
+Stauffers	22803
+Staunton	22804
+Steph	22805
+Steppenwolf	22806
+Steps	22807
+Steve	22808
+Stevi	22809
+Stevo	22810
+Steam	22811
+Steak	22812
+Steadman	22813
+Stearns	22814
+Steel	22815
+Steemer	22816
+Steen	22817
+Stefan	22818
+Steffy	22819
+Stefko	22820
+Stewart	22821
+Stewie	22822
+Steiner	22823
+Steinberg	22824
+Steinfeld	22825
+Steinhafels	22826
+Steinway	22827
+Sterling	22828
+Stern	22829
+Stereo	22830
+Sterrett	22831
+Stelton	22832
+Stelzer	22833
+Steubenville	22834
+Stone	22835
+Stonington	22836
+Stony	22837
+Stockman	22838
+Stockade	22839
+Stockbridge	22840
+Stockdale	22841
+Stockholm	22842
+Stockton	22843
+Stockwell	22844
+Store	22845
+Storm	22846
+Story	22847
+Storage	22848
+Storrs	22849
+Stokes	22850
+Stokely	22851
+Stoker	22852
+Stole	22853
+Stoli	22854
+Stoltz	22855
+Stooges	22856
+Stouffer's	22857
+Stoughton	22858
+Stout	22859
+Stoppers	22860
+Stovall	22861
+Stover	22862
+Stowe	22863
+Strat	22864
+Strack	22865
+Strada	22866
+Strafford	22867
+Strahan	22868
+Strasburg	22869
+Strayer	22870
+Straz	22871
+Strega	22872
+Streisand	22873
+Strength	22874
+Strong	22875
+Stroud	22876
+Strobel	22877
+Stroger	22878
+Stroh	22879
+Strokes	22880
+Stromboli	22881
+Stroop	22882
+Strickland	22883
+Stride	22884
+Strike	22885
+Strip	22886
+Stryker	22887
+Stryper	22888
+Studdard	22889
+Study	22890
+Sturbridge	22891
+Sturtevant	22892
+Stuarts	22893
+StubHub	22894
+Stubbs	22895
+Stuckey	22896
+Stucky	22897
+Stumpf	22898
+Stumpy's	22899
+Stuyvesant	22900
+Still	22901
+Stila	22902
+Stiles	22903
+Stilwell	22904
+Stine	22905
+Sting	22906
+Stinson	22907
+Stickley	22908
+Stickney	22909
+Styles	22910
+Sandi	22911
+Sandy	22912
+Sands	22913
+Sandwich	22914
+Sandman	22915
+Sandusky	22916
+Santa	22917
+Santi	22918
+Santo	22919
+Sante	22920
+Santucci's	22921
+Sancus	22922
+Sangamon	22923
+Sanger	22924
+Sango	22925
+Sanibel	22926
+Sansa	22927
+Sansing	22928
+Sansom	22929
+Sanatoga	22930
+Sanjay	22931
+Salad	22932
+Salam	22933
+Salaam	22934
+Salas	22935
+Salazar	22936
+Salto	22937
+Salty	22938
+Salter	22939
+Saltgrass	22940
+Saltillo	22941
+Saltsburg	22942
+Salina	22943
+Salim	22944
+Salvador	22945
+Salvage	22946
+Sally	22947
+Salle	22948
+Sales	22949
+Salem	22950
+Salerno	22951
+Salma	22952
+Salmon	22953
+Salon	22954
+Sammy	22955
+Sammi	22956
+Sammamish	22957
+Sammons	22958
+Samantha	22959
+Samaritan	22960
+Samson	22961
+Samsung	22962
+Samba	22963
+Samberg	22964
+Sambo	22965
+Samoa	22966
+Samoset	22967
+Samuel	22968
+Samurai	22969
+Samir	22970
+Sarah	22971
+Sara's	22972
+Saraland	22973
+Saranac	22974
+Sarasota	22975
+Saratoga	22976
+Sargeant	22977
+Sargent	22978
+Sarita	22979
+Sariah	22980
+Sardinia	22981
+Sardis	22982
+Sarnia	22983
+Sarno	22984
+Sarpino's	22985
+Sarpy	22986
+Sabai	22987
+Sabal	22988
+Saban	22989
+Sabre	22990
+Sabrina	22991
+Sabra	22992
+Sabina	22993
+Sabine	22994
+Sabino	22995
+Saugerties	22996
+Saugus	22997
+Sauls	22998
+Sault	22999
+Sauce	23000
+Saucon	23001
+Saukville	23002
+Saturday	23003
+Saturn	23004
+Saticoy	23005
+Satilla	23006
+Satish	23007
+Satan's	23008
+Satterfield	23009
+Sattler	23010
+Savin	23011
+Saviers	23012
+Savior	23013
+Savannah	23014
+Savage	23015
+Saved	23016
+Saver	23017
+Savoy	23018
+Savoie	23019
+Sagamore	23020
+Sagan	23021
+Sagar	23022
+Sager	23023
+Saginaw	23024
+Sagittarius	23025
+Saint	23026
+Sailor	23027
+Sacrament	23028
+Sacred	23029
+Sacco's	23030
+Saccos	23031
+Sachse	23032
+Saddle	23033
+Saddam	23034
+Sadies	23035
+SaskTel	23036
+Sasha's	23037
+Sasser	23038
+Sassy's	23039
+Sawadee	23040
+Sawaya	23041
+Sawyers	23042
+Safeco	23043
+Safety	23044
+Safeway	23045
+Sayreville	23046
+Saxonburg	23047
+Saxony	23048
+Sapphire	23049
+Sapporo	23050
+Sharp	23051
+Shark	23052
+Sharon	23053
+Shari	23054
+Share	23055
+Sharma	23056
+Shara	23057
+Shana	23058
+Shane	23059
+Shani	23060
+Shankar	23061
+Shake	23062
+Shaka	23063
+Shakira	23064
+Shaklee	23065
+Shakopee	23066
+Shakur	23067
+Shawn	23068
+Shaws	23069
+Shaw's	23070
+Shawano	23071
+Shalamar	23072
+Shade	23073
+Shadow	23074
+Shady	23075
+Shadle	23076
+Shama	23077
+Shamika	23078
+Shamokin	23079
+Shampoo	23080
+Shamrock	23081
+Shaye	23082
+Shayla	23083
+Shayna	23084
+Shays	23085
+Shafer	23086
+Shaffer	23087
+Shafter	23088
+Shaheen	23089
+Shahs	23090
+Shauna	23091
+Shauntay	23092
+Shabazz	23093
+Shabbat	23094
+Shackleford	23095
+Shaina	23096
+Shatner	23097
+Shattuck	23098
+Shave	23099
+Shaving	23100
+Sheri	23101
+Sherman	23102
+Sheree	23103
+Sherlock	23104
+Sheraton	23105
+Sheryl	23106
+Shell	23107
+Sheldon	23108
+Shelf	23109
+Shelia	23110
+Shelor	23111
+Sheen	23112
+Sheep	23113
+Sheeran	23114
+Sheetz	23115
+Shepherd	23116
+Shepard	23117
+Sheplers	23118
+Sheppard	23119
+Shear	23120
+Shealy	23121
+Shentel	23122
+Sheba	23123
+Sheboygan	23124
+Sheila's	23125
+Shopify	23126
+Shopko	23127
+Shops	23128
+Shore	23129
+Short	23130
+Shorr	23131
+Shotgun	23132
+Shoto	23133
+Shots	23134
+Shottenkirk	23135
+Shotwell	23136
+Shona	23137
+Shoney's	23138
+Shontelle	23139
+Showcase	23140
+Showtime	23141
+Shockley	23142
+Shoop	23143
+Shooz	23144
+ShoeDazzle	23145
+Shoes	23146
+Shoals	23147
+Shoshana	23148
+Shoshone	23149
+Shipley	23150
+Shipman	23151
+Shiprock	23152
+Shipshewana	23153
+Shipyard	23154
+Shine	23155
+Shing	23156
+Shining	23157
+Shinju	23158
+Shinnston	23159
+Shirl	23160
+Shira	23161
+Shire	23162
+Shilo	23163
+Shillington	23164
+Shield	23165
+Shiekh	23166
+Shiva	23167
+Shively	23168
+Shreve	23169
+Shrek	23170
+Shrewsbury	23171
+Shrine	23172
+Shriver	23173
+Shuman	23174
+Shumway	23175
+Shutterfly	23176
+Shuttle	23177
+Seagoville	23178
+Sease	23179
+Seaside	23180
+Seabiscuit	23181
+Seabury	23182
+Seals	23183
+Sealy	23184
+Sean's	23185
+Seans	23186
+Sears	23187
+Seafood	23188
+Seaford	23189
+Seahawks	23190
+Seattle's	23191
+Seaver	23192
+Seaview	23193
+Servall	23194
+Servco	23195
+Server	23196
+Serena	23197
+Serenity	23198
+Serengeti	23199
+Serrano	23200
+Serramonte	23201
+Serge	23202
+Sergio	23203
+Serbian	23204
+Series	23205
+Serio	23206
+Sentara	23207
+Senter	23208
+Sentinel	23209
+Sentra	23210
+Sensa	23211
+Sense	23212
+Senor	23213
+Senoia	23214
+Sendik's	23215
+Select	23216
+Sellwood	23217
+Selbyville	23218
+Selina	23219
+Selinsgrove	23220
+Selma	23221
+Selmer	23222
+Second	23223
+Secor	23224
+Secrets	23225
+Security	23226
+Securus	23227
+Seven	23228
+Severn	23229
+Sevier	23230
+Seeley	23231
+Seelye	23232
+Seth's	23233
+Settings	23234
+Settlers	23235
+Sedaka	23236
+Sedalia	23237
+Sedaris	23238
+Sedgefield	23239
+Sedgwick	23240
+Seminole	23241
+Seminary	23242
+September's	23243
+Septic	23244
+Sepultura	23245
+Sepulveda	23246
+Segal	23247
+Seguin	23248
+Segundo	23249
+Sebago	23250
+Sewell	23251
+Sewer	23252
+Sequoia	23253
+Sequoyah	23254
+Sessilee	23255
+Sessions	23256
+Sunnys	23257
+Sunny's	23258
+Sunnybrook	23259
+Sunnydale	23260
+Sunnymead	23261
+Sundberg	23262
+Sunderland	23263
+Sundrop	23264
+Sunbird	23265
+Sunbrook	23266
+Sunbury	23267
+Suncadia	23268
+Sunchase	23269
+Suncoast	23270
+Suncrest	23271
+Sunroc	23272
+Sunfire	23273
+Sunflower	23274
+Sunfresh	23275
+Sunset	23276
+Sunshine	23277
+Sunil	23278
+Sunita	23279
+Suntree	23280
+Suntrup	23281
+SuperValu	23282
+Superamerica	23283
+Superdome	23284
+Superette	23285
+Superfly	23286
+Supergirl	23287
+Superior	23288
+Supernatural	23289
+Supertramp	23290
+Supervisor	23291
+Supper	23292
+Support	23293
+Supra	23294
+Surfer	23295
+Surface	23296
+Surfside	23297
+Survey	23298
+SureWest	23299
+Suresh	23300
+Sureway	23301
+Surgery	23302
+Surgical	23303
+Surrey	23304
+Surry	23305
+Summer	23306
+Summa	23307
+Summit	23308
+Susan's	23309
+Susana	23310
+Susanna	23311
+Susans	23312
+Susanville	23313
+Susie's	23314
+Susies	23315
+Sussex	23316
+Sussman	23317
+Sutton	23318
+Sutter	23319
+Suttle	23320
+Sutherland	23321
+Sutherlin	23322
+Subarus	23323
+Suburbans	23324
+Sullivan	23325
+Sully	23326
+Sultans	23327
+Suzi's	23328
+Suzie	23329
+Suzanne's	23330
+Sugarbush	23331
+Sugarcreek	23332
+Sugarhill	23333
+Suite	23334
+Suitland	23335
+Succasunna	23336
+Success	23337
+Suki's	23338
+Southtown	23339
+Southdale	23340
+Southfield	23341
+Southridge	23342
+Southside	23343
+Southview	23344
+SoundCloud	23345
+SoundHound	23346
+Soundcloud	23347
+Sounders	23348
+Soundgarden	23349
+Sounds	23350
+Soundtrack	23351
+Soundview	23352
+Soulchild	23353
+Soulja	23354
+Souls	23355
+Souper	23356
+Souplantation	23357
+Source	23358
+Sonic	23359
+Sonia	23360
+Sonitrol	23361
+Sonora	23362
+Sonoco	23363
+Sonoma	23364
+Sonos	23365
+Sonya	23366
+Sony's	23367
+Sonata	23368
+Songz	23369
+Sonny's	23370
+Solar	23371
+Solace	23372
+Solomon	23373
+Solon	23374
+Soldier	23375
+Soldotna	23376
+Soledad	23377
+Soleil	23378
+Solid	23379
+Solis	23380
+Solvang	23381
+Solvay	23382
+Somebody	23383
+Someone	23384
+Something	23385
+Somali	23386
+Soren	23387
+Sorella	23388
+Sorrows	23389
+Sorry	23390
+Social	23391
+Society	23392
+Socomec	23393
+Socorro	23394
+Sofia	23395
+Sofitel	23396
+Softail	23397
+Software	23398
+Sophie	23399
+Sophia	23400
+Sobeys	23401
+SodaStream	23402
+Soviet	23403
+Sovine	23404
+Sparrow	23405
+Sparxxx	23406
+Spanky	23407
+Spano	23408
+Spanaway	23409
+Spandau	23410
+Spanx	23411
+Spaceballs	23412
+Spacey	23413
+Spades	23414
+SpaghettiOs	23415
+Spaldings	23416
+Speed	23417
+Speech	23418
+Speer	23419
+Special	23420
+Spence	23421
+Spenard	23422
+Spending	23423
+Speak	23424
+Spell	23425
+Spelman	23426
+Sperry's	23427
+Sperrys	23428
+Sprite	23429
+Sprague	23430
+Spray	23431
+Spradley	23432
+Sprocket	23433
+Spinal	23434
+Spindale	23435
+Spine	23436
+Spinjitzu	23437
+Spinx	23438
+Spirit	23439
+Spiro	23440
+Spire	23441
+Spicer	23442
+Spiceland	23443
+Spicewood	23444
+Spitz	23445
+Spitfire	23446
+Spiderman	23447
+Spiegel	23448
+Spielberg	23449
+Sports	23450
+Sportage	23451
+Sporting	23452
+Sporty's	23453
+Spotify	23454
+Spotted	23455
+Spokane	23456
+SpongeBob	23457
+Spongebob	23458
+Spooner	23459
+Splenda	23460
+Splendora	23461
+Splinter	23462
+Split	23463
+Spyderco	23464
+Silver	23465
+Silva	23466
+Siler	23467
+Simons	23468
+Simon's	23469
+Simona	23470
+Simone	23471
+Simoniz	23472
+Simonton	23473
+Simpson	23474
+Similac	23475
+Simmons	23476
+Simms	23477
+Simsbury	23478
+Single	23479
+Singer	23480
+Singh	23481
+Singapore	23482
+Sinai	23483
+Sinaloa	23484
+Sinatra	23485
+Sincerely	23486
+Sinclair	23487
+Sisson	23488
+Sisseton	23489
+Sissy	23490
+Sister	23491
+Sistine	23492
+Siskiyou	23493
+Sigma	23494
+Sigmund	23495
+Siegel	23496
+Siegen	23497
+Sierra's	23498
+Sierras	23499
+Siena	23500
+Sienna	23501
+Sirius	23502
+Sirena	23503
+Sirens	23504
+Sita's	23505
+Sitel	23506
+Sicilia	23507
+Sicily	23508
+Sicklerville	23509
+Sikeston	23510
+Sizemore	23511
+Sizzlers	23512
+Sizzlin	23513
+Siberian	23514
+Siouxland	23515
+School	23516
+Schoenherr	23517
+Schofield	23518
+Schomp	23519
+Schottenstein	23520
+Schubert	23521
+Schuck's	23522
+Schuster	23523
+Schutte	23524
+Schedule	23525
+Scheels	23526
+Schenectady	23527
+Schewels	23528
+Schmidt	23529
+Schmizza	23530
+Schwinn	23531
+Schaad	23532
+Schaller	23533
+Schaner	23534
+Schaumburg	23535
+Schiano's	23536
+Schiff	23537
+Schindler	23538
+Schreiber	23539
+Schnitzer	23540
+Schnucks	23541
+Scott	23542
+Scotia	23543
+Scots	23544
+Scotch	23545
+Scotland	23546
+Scorpio	23547
+ScoreSense	23548
+Scouting	23549
+Scouts	23550
+Scrabble	23551
+Scrambler	23552
+Scranton	23553
+Scrappy	23554
+Scrooge	23555
+Scrolls	23556
+Scruggs	23557
+Screen	23558
+Screw	23559
+Scarlet	23560
+Scarborough	23561
+Scarecrow	23562
+Scarface	23563
+Scarsdale	23564
+Scary	23565
+Scanlon	23566
+Science	23567
+Scion	23568
+Scioto	23569
+Scentsy	23570
+Skyler	23571
+Skywest	23572
+Skynet	23573
+Skynyrd	23574
+Skyped	23575
+Skyridge	23576
+Skyrim	23577
+Skins	23578
+Skidaway	23579
+Skidmore	23580
+Skillman	23581
+Skills	23582
+Skate	23583
+Skating	23584
+Skaggs	23585
+Skagit	23586
+Skelton	23587
+Skeeter	23588
+Swann	23589
+Swanton	23590
+Swanzey	23591
+Swarovski	23592
+Swaggart	23593
+Swagger	23594
+Swainsboro	23595
+Swampscott	23596
+Sweet	23597
+Swede	23598
+Swedish	23599
+Sweater	23600
+Sweatshirt	23601
+Swenson's	23602
+Swensons	23603
+Swift	23604
+Swiffer	23605
+Swisher	23606
+Swiss	23607
+Switzer	23608
+Switchfoot	23609
+Swindell	23610
+Swing	23611
+Slater	23612
+Slatington	23613
+Slaton	23614
+Slammers	23615
+Slipper	23616
+Slipknot	23617
+Slice	23618
+Slick	23619
+Slightly	23620
+SlimGenics	23621
+Slingbox	23622
+Slingerlands	23623
+Sloan	23624
+Sloat	23625
+Slocomb	23626
+Slocum	23627
+Slovakia	23628
+Slovenia	23629
+Sleepy	23630
+Sleeping	23631
+Sleepless	23632
+Slenderman	23633
+Slumberland	23634
+Slumdog	23635
+Slurpees	23636
+SmartGlass	23637
+SmartStyle	23638
+SmartWatch	23639
+Smarties	23640
+Smalley	23641
+Smallville	23642
+Smallwood	23643
+Smashburger	23644
+Smasher	23645
+Smashing	23646
+SmackDown	23647
+Smackdown	23648
+Smackover	23649
+Smith	23650
+Smitty	23651
+Smiley	23652
+Smiles	23653
+Smoke	23654
+Smokies	23655
+Smoky	23656
+Smoothie	23657
+Smythe	23658
+Snowden	23659
+Snowshoe	23660
+Snowville	23661
+Snowy	23662
+Snoop	23663
+Snapple	23664
+Snacks	23665
+Snelling	23666
+Snellville	23667
+Sneads	23668
+Snuggie	23669
+Snuggle	23670
+Sylva	23671
+Sylvester	23672
+Syndicate	23673
+Syndrome	23674
+Synod	23675
+Synovus	23676
+Sydney's	23677
+Syrian	23678
+Systems	23679
+SquarePants	23680
+SquareTrade	23681
+Squarepants	23682
+Squadron	23683
+Squire	23684
+Squirrel	23685
+Squidbillies	23686
+Squidward	23687
+propped	23688
+props	23689
+propulsion	23690
+propylene	23691
+prose	23692
+procure	23693
+promo	23694
+prompt	23695
+proto	23696
+protagonist	23697
+prove	23698
+profound	23699
+profanity	23700
+profs	23701
+profusely	23702
+problem	23703
+probe	23704
+probb	23705
+probs	23706
+progesterone	23707
+prognosis	23708
+pronoun	23709
+prong	23710
+pronto	23711
+prone	23712
+pronunciation	23713
+projector	23714
+projected	23715
+projects	23716
+prolapse	23717
+prolly	23718
+proofread	23719
+proofing	23720
+proofs	23721
+prohibited	23722
+prohibition	23723
+prohibits	23724
+proudly	23725
+proxy	23726
+pro-choice	23727
+pro-life	23728
+proactive	23729
+proaxis	23730
+prorated	23731
+press	23732
+presa	23733
+presbyterian	23734
+preskett	23735
+preclancia	23736
+preps	23737
+pretzel	23738
+pretrial	23739
+prevent	23740
+predator	23741
+predecessor	23742
+prednisone	23743
+predominantly	23744
+premeditated	23745
+premonition	23746
+prefer	23747
+prefix	23748
+pre-existing	23749
+pre-k	23750
+pre-nup	23751
+preach	23752
+preamble	23753
+prego	23754
+prelim	23755
+preload	23756
+prelude	23757
+preorder	23758
+preoccupied	23759
+preowned	23760
+preheated	23761
+preheating	23762
+prerequisite	23763
+prerogative	23764
+preemie	23765
+preemptive	23766
+prejudiced	23767
+prenatals	23768
+preys	23769
+prima	23770
+prime	23771
+primo	23772
+primp	23773
+print	23774
+price	23775
+prick	23776
+pricing	23777
+prison	23778
+prism	23779
+prissy	23780
+privilege	23781
+privy	23782
+prideStaff	23783
+prideful	23784
+priesthood	23785
+priests	23786
+prized	23787
+prizes	23788
+practic	23789
+practitioner	23790
+prayin	23791
+prays	23792
+prank	23793
+prancing	23794
+prairie	23795
+prune	23796
+pruning	23797
+partner	23798
+party	23799
+parte	23800
+parts	23801
+part-time	23802
+partly	23803
+partment	23804
+partridge	23805
+param	23806
+parable	23807
+paragraph	23808
+parakeet	23809
+parachute	23810
+paraffin	23811
+paratransit	23812
+parent	23813
+parka	23814
+parkcenter	23815
+parked	23816
+parking	23817
+parkland	23818
+parkour	23819
+parks	23820
+parkway	23821
+parlay	23822
+parlor	23823
+parleys	23824
+parson	23825
+parse	23826
+parsley	23827
+parmatown	23828
+parmesan	23829
+parmigiana	23830
+parms	23831
+parole	23832
+parcel	23833
+parchment	23834
+pariet	23835
+parish	23836
+parity	23837
+parrot	23838
+parry	23839
+pathetic	23840
+pathway	23841
+pathfinders	23842
+paths	23843
+patio	23844
+patina	23845
+patisserie	23846
+patent	23847
+patty	23848
+patching	23849
+patchwork	23850
+patchy	23851
+panty	23852
+pantech	23853
+panther	23854
+pants	23855
+pancake	23856
+panic	23857
+panini	23858
+panda	23859
+pandora	23860
+panaderia	23861
+panago	23862
+panel	23863
+pansies	23864
+pansy	23865
+panko	23866
+panky	23867
+panned	23868
+panning	23869
+panorama	23870
+panoramic	23871
+pasta	23872
+paste	23873
+pastor	23874
+pasture	23875
+pasty	23876
+passport	23877
+password	23878
+passcode	23879
+passkey	23880
+paint	23881
+painful	23882
+painkiller	23883
+painless	23884
+pains	23885
+pairing	23886
+paired	23887
+pairs	23888
+pails	23889
+paisanos	23890
+paisley	23891
+packin	23892
+packrat	23893
+packs	23894
+packy	23895
+paces	23896
+paced	23897
+pacemaker	23898
+pacer	23899
+pacing	23900
+palace	23901
+palapas	23902
+palate	23903
+pallet	23904
+palladium	23905
+pallbearer	23906
+palliative	23907
+pally	23908
+paleo	23909
+palette	23910
+palmetto	23911
+palms	23912
+palsy	23913
+payout	23914
+payoff	23915
+paypal	23916
+payphone	23917
+paybacks	23918
+paychecks	23919
+paydays	23920
+payee	23921
+payer	23922
+payments	23923
+paystub	23924
+papal	23925
+papa's	23926
+paparazzi	23927
+papasan	23928
+papaw	23929
+papaya	23930
+paperback	23931
+paperless	23932
+papermill	23933
+papers	23934
+paperwork	23935
+papito	23936
+pages	23937
+pageant	23938
+pager	23939
+paged	23940
+pagans	23941
+padded	23942
+padding	23943
+paddock	23944
+paddy	23945
+paver	23946
+paved	23947
+pavement	23948
+paving	23949
+pamper	23950
+pamphlet	23951
+pampas	23952
+pause	23953
+pausing	23954
+paula	23955
+paulina	23956
+pawnbrokers	23957
+pawned	23958
+pawning	23959
+pawns	23960
+posta	23961
+posts	23962
+postcard	23963
+posto	23964
+posture	23965
+posit	23966
+posies	23967
+posing	23968
+posse	23969
+possum	23970
+posed	23971
+poser	23972
+poses	23973
+polish	23974
+polio	23975
+polymer	23976
+polyp	23977
+polyester	23978
+polysporin	23979
+polyurethane	23980
+polling	23981
+pollo	23982
+polls	23983
+polenta	23984
+poles	23985
+polka	23986
+polos	23987
+porta	23988
+portfolio	23989
+ports	23990
+porthole	23991
+portofino's	23992
+porno	23993
+pornhub	23994
+pornstar	23995
+porn.com	23996
+porch	23997
+porcelain	23998
+porcupine	23999
+porker	24000
+porky	24001
+pores	24002
+popup	24003
+poppy	24004
+popsicle	24005
+popstar	24006
+popery	24007
+popes	24008
+poptarts	24009
+poptropica	24010
+poops	24011
+poopface	24012
+poopoo	24013
+poopy	24014
+pools	24015
+pooled	24016
+poorly	24017
+pooches	24018
+poodles	24019
+poontang	24020
+potty	24021
+potent	24022
+potency	24023
+pothead	24024
+pothole	24025
+potato	24026
+potassium	24027
+potbellys	24028
+potions	24029
+potlatch	24030
+potluck	24031
+potstickers	24032
+point	24033
+poinsettia	24034
+poisoned	24035
+poisoning	24036
+poisonous	24037
+poisons	24038
+power	24039
+powell	24040
+powdered	24041
+powders	24042
+powdery	24043
+pound	24044
+pounce	24045
+poured	24046
+pouring	24047
+pours	24048
+pouting	24049
+pouty	24050
+pouches	24051
+ponder	24052
+ponds	24053
+ponytail	24054
+ponchos	24055
+poked	24056
+pokemon	24057
+poker	24058
+pokes	24059
+pokey	24060
+pokies	24061
+poking	24062
+pompano	24063
+pompous	24064
+pomps	24065
+pompton	24066
+pomegranates	24067
+pocket	24068
+podium	24069
+podcasts	24070
+poetic	24071
+poetry	24072
+poets	24073
+poema	24074
+poems	24075
+poached	24076
+poacher	24077
+person	24078
+perspective	24079
+perscription	24080
+persnickety	24081
+perfume	24082
+perch	24083
+perish	24084
+peril	24085
+perimeter	24086
+perinatal	24087
+periwinkle	24088
+perma	24089
+perms	24090
+perve	24091
+pervs	24092
+pervy	24093
+perplexed	24094
+pertain	24095
+pertinent	24096
+perked	24097
+perkos	24098
+perks	24099
+perky	24100
+perro	24101
+perry	24102
+perdido	24103
+perdon	24104
+perennial	24105
+pereti	24106
+peroxide	24107
+peninsula	24108
+penis	24109
+penicillin	24110
+penile	24111
+penitentiary	24112
+penal	24113
+penance	24114
+pendant	24115
+pendejo	24116
+pending	24117
+pendulum	24118
+penetrate	24119
+pencil	24120
+pence	24121
+penthouse	24122
+penne	24123
+pennies	24124
+penny	24125
+penguins	24126
+penmac	24127
+penmanship	24128
+peace	24129
+peach	24130
+peaked	24131
+peaks	24132
+peakview	24133
+peaky	24134
+pearl	24135
+pears	24136
+peasant	24137
+peasy	24138
+peanuts	24139
+peek-a-boo	24140
+peeked	24141
+peeking	24142
+peeks	24143
+peeling	24144
+peels	24145
+peeping	24146
+peeps	24147
+peerless	24148
+peers	24149
+peeved	24150
+peeves	24151
+pedia	24152
+pedi's	24153
+pedigree	24154
+pedestal	24155
+pedestrian	24156
+peddler	24157
+peddling	24158
+pedofile	24159
+pedometer	24160
+pedophile	24161
+pedals	24162
+petite	24163
+petro	24164
+petri	24165
+petted	24166
+petting	24167
+petty	24168
+petals	24169
+peter	24170
+petsense	24171
+pepper	24172
+peppy	24173
+pepino's	24174
+pepitos	24175
+pester	24176
+pesticide	24177
+pesto	24178
+pesos	24179
+pessimistic	24180
+pecker	24181
+pecking	24182
+pecks	24183
+pecans	24184
+peggy	24185
+pegged	24186
+pellets	24187
+pelvic	24188
+pelvis	24189
+people's	24190
+people.com	24191
+peoples	24192
+pinche	24193
+pinching	24194
+pineapple	24195
+pinegar	24196
+pines	24197
+piney	24198
+pinky	24199
+pinks	24200
+pinto	24201
+pintail	24202
+pints	24203
+pinger	24204
+pings	24205
+pinion	24206
+pining	24207
+pinnacle	24208
+pinned	24209
+pinning	24210
+pinstripe	24211
+pinata	24212
+pinochle	24213
+pinon	24214
+pinwheels	24215
+pickle	24216
+pickin	24217
+pickup	24218
+pickaxe	24219
+picks	24220
+picky	24221
+pictionary	24222
+pictorial	24223
+piccolo	24224
+picnics	24225
+pillow	24226
+pills	24227
+pilgrim's	24228
+pilgrimage	24229
+pilgrims	24230
+piled	24231
+piles	24232
+pilot's	24233
+pilots	24234
+pitchfork	24235
+pitching	24236
+pittsburg	24237
+pitbulls	24238
+pitstop	24239
+pierogies	24240
+piers	24241
+piece	24242
+piecing	24243
+piggie	24244
+piggy	24245
+pigeons	24246
+pigsty	24247
+pigtails	24248
+pissin	24249
+pissy	24250
+pistachio	24251
+pimpin	24252
+pimple	24253
+pimped	24254
+pimps	24255
+piper	24256
+pipefitters	24257
+pipeline	24258
+pipes	24259
+pizza	24260
+piano	24261
+pianist	24262
+pixelated	24263
+pixels	24264
+pioneer	24265
+pionono	24266
+pirates	24267
+playa	24268
+plays	24269
+playful	24270
+playin	24271
+playlist	24272
+playoff	24273
+playStation	24274
+playn	24275
+playpen	24276
+playroom	24277
+playwright	24278
+plant	24279
+plane	24280
+plank	24281
+planing	24282
+planotones	24283
+plans	24284
+plate	24285
+platform	24286
+platter	24287
+platypus	24288
+place	24289
+placard	24290
+placing	24291
+plasma	24292
+plain	24293
+plaid	24294
+plague	24295
+plagiarism	24296
+plaques	24297
+pleas	24298
+plead	24299
+plexi	24300
+plexus	24301
+plentiful	24302
+plenty	24303
+pletely	24304
+plethora	24305
+plumb	24306
+plums	24307
+plume	24308
+plump	24309
+plugin	24310
+plugs	24311
+plucking	24312
+plus.com	24313
+pluses	24314
+plush	24315
+plunge	24316
+plunder	24317
+plowed	24318
+plowing	24319
+plows	24320
+plots	24321
+plotting	24322
+pliers	24323
+plies	24324
+purse	24325
+purpose	24326
+puree	24327
+purebred	24328
+purely	24329
+purest	24330
+purchase	24331
+purchasing	24332
+purge	24333
+purgatory	24334
+purging	24335
+purrfect	24336
+purring	24337
+purrs	24338
+punch	24339
+punishment	24340
+punishable	24341
+punishing	24342
+punked	24343
+punkin	24344
+punks	24345
+punky	24346
+public	24347
+publish	24348
+publix	24349
+puberty	24350
+pubes	24351
+pushin	24352
+pushbullet	24353
+pushover	24354
+pushups	24355
+pushy	24356
+pussy	24357
+pussay	24358
+pussies	24359
+pullin	24360
+pullover	24361
+pulls	24362
+pullups	24363
+pulsa	24364
+pulse	24365
+pulsing	24366
+pulmonary	24367
+pulpit	24368
+putter	24369
+puttin	24370
+putty	24371
+putzing	24372
+pumpin	24373
+pumpkin	24374
+pumps	24375
+puppet	24376
+puppy	24377
+puppies	24378
+pupils	24379
+puffed	24380
+puffer	24381
+puffing	24382
+puddle	24383
+pudding	24384
+pudgies	24385
+pudgy	24386
+puked	24387
+pukes	24388
+pukey	24389
+puckered	24390
+puzzled	24391
+puzzles	24392
+photos	24393
+photobucket	24394
+photon	24395
+phone	24396
+phony	24397
+phosphate	24398
+phosphorus	24399
+pharmaceutical	24400
+pharmacare	24401
+pharmacology	24402
+pharmacy	24403
+phased	24404
+phases	24405
+philanthropist	24406
+philips	24407
+phillipus	24408
+phentermine	24409
+pheasants	24410
+phlebotomist	24411
+phlebotomy	24412
+psycho	24413
+psyche	24414
+pyramids	24415
+p.o.f	24416
+p.o.s	24417
+Conn's	24418
+Const	24419
+Consol	24420
+Conshohocken	24421
+Conti	24422
+Conch	24423
+Concrete	24424
+Congaree	24425
+Congeniality	24426
+Congo	24427
+Confidential	24428
+Conflict	24429
+Confucius	24430
+Convalescent	24431
+Conan	24432
+Conair	24433
+Condell	24434
+Condit	24435
+Conejo	24436
+Conestoga	24437
+Coney	24438
+Conlin's	24439
+Conrad	24440
+Conoco	24441
+Conor	24442
+Conover	24443
+Conqueror	24444
+Conquistador	24445
+Collar	24446
+Color	24447
+Cologne	24448
+Coleman	24449
+Coles	24450
+Cole's	24451
+Colebrook	24452
+Coleen	24453
+Colefax	24454
+Colene	24455
+Colerain	24456
+Colette	24457
+Coley	24458
+Colton	24459
+Colter	24460
+Coltrane	24461
+Colts	24462
+Coldplay	24463
+Colin	24464
+Colima	24465
+Coliseum	24466
+Colusa	24467
+Colbert	24468
+Colbie	24469
+Colborne	24470
+Colburn	24471
+Colby	24472
+Colmar	24473
+Colson	24474
+Colston	24475
+Colville	24476
+Colvin	24477
+Cornhusker	24478
+Corry	24479
+Coral	24480
+Cora's	24481
+Coram's	24482
+Coraopolis	24483
+Corazon	24484
+Corte	24485
+Cortland	24486
+Corin	24487
+Corps	24488
+Corpus	24489
+Corona	24490
+Corolla	24491
+Corbin	24492
+Corbett	24493
+Corby	24494
+Corey	24495
+Corsica	24496
+Corsair	24497
+Corso	24498
+Corky	24499
+Corvette	24500
+Corvallis	24501
+Cory's	24502
+Corydon	24503
+Corley	24504
+Corliss	24505
+Compu	24506
+CompUSA	24507
+Compensation	24508
+Comporium	24509
+Comet	24510
+Comedy	24511
+Comerica	24512
+Comes	24513
+Comal	24514
+Comanche	24515
+Comay	24516
+Comba	24517
+Combee	24518
+Comic	24519
+Coming	24520
+Como's	24521
+Comox	24522
+Court	24523
+Course	24524
+Count	24525
+Counsel	24526
+Council	24527
+Could	24528
+Coulee	24529
+Cougar	24530
+Coughlin	24531
+Cousin	24532
+Coushatta	24533
+Cooke	24534
+Cook's	24535
+Cookman	24536
+Cooley	24537
+Coolatta	24538
+Coolpix	24539
+Cooper	24540
+Cooney	24541
+Coons	24542
+Coordinator	24543
+Coors	24544
+Coosa	24545
+Costa	24546
+Costco	24547
+Costello	24548
+Costner	24549
+Cosmo	24550
+Cosmic	24551
+Coppola	24552
+Copps	24553
+Copeland	24554
+Copenhagen	24555
+Copacabana	24556
+Copans	24557
+Copart	24558
+Copytalk	24559
+Cobain	24560
+Cobalt	24561
+Cobble	24562
+Cobbs	24563
+Coburn	24564
+Coburg	24565
+Cobleskill	24566
+Cobourg	24567
+Cobras	24568
+Coachworks	24569
+Coalville	24570
+Coates	24571
+Coastal	24572
+Cotto	24573
+Cottle	24574
+Cottage	24575
+Cotterman	24576
+Cottman	24577
+Cotati	24578
+Cocoa	24579
+Cocos	24580
+Cochran	24581
+Cochise	24582
+Cockrell	24583
+Cowlitz	24584
+Cowan	24585
+Cowardly	24586
+Cowboys	24587
+Cover	24588
+Covey	24589
+Covina	24590
+Covington	24591
+Cody's	24592
+Codys	24593
+Coddington	24594
+Coddingtown	24595
+Cohen	24596
+Coheed	24597
+Coffey	24598
+Coffee	24599
+Coggins	24600
+Coker	24601
+Coyotes	24602
+Carli	24603
+Carls	24604
+Carle	24605
+Carly	24606
+Carla	24607
+Carlo	24608
+Carl's	24609
+Carlton	24610
+Carluccio's	24611
+Carrboro	24612
+Carrs	24613
+Carruthers	24614
+Carol	24615
+Carondelet	24616
+Carothers	24617
+Carowinds	24618
+Carmi	24619
+Carman	24620
+Carter	24621
+Cartwright	24622
+Carta	24623
+Carthage	24624
+Cartier	24625
+Cartman	24626
+Cartoon	24627
+Career	24628
+Carey	24629
+CareFirst	24630
+CareLink	24631
+CareSource	24632
+Caremark	24633
+Carencro	24634
+Caressa	24635
+Cardenas	24636
+Cards	24637
+Cardwell	24638
+Carie	24639
+Carilion	24640
+Carissa	24641
+Caritas	24642
+Carnival	24643
+Cara's	24644
+Carabas	24645
+Caras	24646
+Caravan	24647
+Caray's	24648
+Carpinteria	24649
+Caryl	24650
+Caryn	24651
+Carytown	24652
+Caryville	24653
+Carbondale	24654
+Carbone	24655
+Carbonite	24656
+Carson	24657
+Caruso	24658
+Caruthersville	24659
+Cargill	24660
+Cargo	24661
+Carvel	24662
+Carver	24663
+Calle	24664
+Callie	24665
+Callum	24666
+Calif	24667
+Calico	24668
+Calimesa	24669
+Calistoga	24670
+Caleb	24671
+Caledonia	24672
+Calendar	24673
+Calera	24674
+Calexico	24675
+Calais	24676
+Calallen	24677
+Calandra's	24678
+Calaveras	24679
+Calvert	24680
+Calvin	24681
+Calvary	24682
+Calder	24683
+Caldwell	24684
+Calcasieu	24685
+Calcutta	24686
+Calgary	24687
+Calgon	24688
+Calhoun's	24689
+Calma	24690
+Caltrain	24691
+Caltrans	24692
+Campbell	24693
+Campo	24694
+Campana	24695
+Campground	24696
+Campland	24697
+Campton	24698
+Campus	24699
+Camel	24700
+Camacho	24701
+Camas	24702
+Cambodia	24703
+Camberley	24704
+Camby	24705
+Camden's	24706
+Camdenton	24707
+Cammie	24708
+Cammy	24709
+Camrose	24710
+Camry	24711
+Candle	24712
+Candi	24713
+Candy	24714
+Candace	24715
+Candelaria	24716
+Canaan	24717
+Canal	24718
+Canandaigua	24719
+Canary	24720
+Canasta	24721
+Canaveral	24722
+Cantina	24723
+Cantrell	24724
+Cannon	24725
+Cannibal	24726
+Canon	24727
+Canoe	24728
+Canoga	24729
+Cane's	24730
+Caney	24731
+Canyons	24732
+Canyonville	24733
+Cancer	24734
+Cancun	24735
+Cassville	24736
+Cassy	24737
+Castle	24738
+Castro	24739
+Castaic	24740
+Casey	24741
+Casella	24742
+Caseville	24743
+Casablanca	24744
+Casagrande	24745
+Casanova	24746
+Casas	24747
+Casco	24748
+Cash's	24749
+Cashin	24750
+Cashway	24751
+Casino	24752
+Casio	24753
+Casita	24754
+Casper	24755
+Caspian	24756
+Casualty	24757
+Catholic	24758
+Cathy	24759
+Cathleen	24760
+Category	24761
+Catena	24762
+Cates	24763
+Catalina	24764
+Catan	24765
+Cataracs	24766
+Catasauqua	24767
+Catawba	24768
+Caton	24769
+Catoosa	24770
+Cattle	24771
+Cattaraugus	24772
+Catching	24773
+Catlettsburg	24774
+Catlin	24775
+Catskill	24776
+Capilano	24777
+Capistrano	24778
+Capen	24779
+Capri	24780
+Caprock	24781
+Capone	24782
+Caporal	24783
+Capozzi's	24784
+Capps	24785
+Cappy	24786
+Captain	24787
+Captiva	24788
+Capcom	24789
+Caputo's	24790
+Caballero	24791
+Cabana	24792
+Cabazon	24793
+Cabrera	24794
+Cabos	24795
+Cabot	24796
+Cabinet	24797
+Cablevision	24798
+Caddy	24799
+Caddo	24800
+Caden	24801
+Cadet	24802
+Cadillac	24803
+Cadiz	24804
+Caitlin	24805
+Caitlyn	24806
+Caillat	24807
+Caillou	24808
+Caine	24809
+Cavender	24810
+Caverns	24811
+Caves	24812
+Cavalier	24813
+Cavanaugh	24814
+Caymans	24815
+Cafeteria	24816
+Cajuns	24817
+Causeway	24818
+Cazadores	24819
+Charm	24820
+Chart	24821
+Charge	24822
+Chardon	24823
+Charhouse	24824
+Charro	24825
+Chance	24826
+Chang	24827
+Chan's	24828
+Chanhassen	24829
+Chanute	24830
+Chama	24831
+Chamillionaire	24832
+Chapa	24833
+Chapel	24834
+Chaplin	24835
+Chapin	24836
+Chapman	24837
+Chapter	24838
+Chadbourn	24839
+Chadwick	24840
+Chad's	24841
+Chadds	24842
+Chadron	24843
+Chalk	24844
+Challenge	24845
+Chalet	24846
+Chalfont	24847
+Chase	24848
+Chaska	24849
+Chassity	24850
+Chastain	24851
+Chateau	24852
+Chatfield	24853
+Chatham	24854
+Chatsworth	24855
+Chain	24856
+Chair	24857
+Chauncey	24858
+Chautauqua	24859
+Chaffee	24860
+Chaffey	24861
+Chaos	24862
+Chavez	24863
+Chavis	24864
+Chayanne	24865
+Chest	24866
+Cheshire	24867
+Chesley	24868
+Cheese	24869
+Cheez	24870
+Cheeburger	24871
+Cheech	24872
+Cherry	24873
+Cheryl	24874
+Cheri	24875
+Cherokee	24876
+Cheraw	24877
+Chernobyl	24878
+Chevy	24879
+Cheviot	24880
+Chelten	24881
+Chelan	24882
+Chelle	24883
+Chelmsford	24884
+Chen's	24885
+Cheney	24886
+Cheng	24887
+Chennai	24888
+Chenoweth	24889
+Chemeketa	24890
+Chemical	24891
+Chemung	24892
+Cheaha	24893
+Cheap	24894
+Cheatham	24895
+Check	24896
+Checotah	24897
+Chehalem	24898
+Chehalis	24899
+Cheka	24900
+Chetek	24901
+Cheyennes	24902
+Child	24903
+Chill	24904
+Chile	24905
+Chili	24906
+Chilhowie	24907
+Chilson	24908
+Chilton	24909
+Chick	24910
+Chica	24911
+Chico	24912
+Chicco	24913
+Chichester	24914
+China	24915
+Chino	24916
+Chin's	24917
+Chincoteague	24918
+Chinese	24919
+Ching	24920
+Chinn's	24921
+Chinx	24922
+Chipotle	24923
+Chipettes	24924
+Chipley	24925
+Chips	24926
+Chiefland	24927
+Chiefs	24928
+Chihuahuas	24929
+Chima	24930
+Chimney	24931
+Chisago	24932
+Chisholm	24933
+Chittenango	24934
+Chitty	24935
+Chivas	24936
+Chive	24937
+Christ	24938
+Chrissy	24939
+Chris's	24940
+Chrisette	24941
+Chrisman	24942
+Chrome	24943
+Chronicle	24944
+Chrysler	24945
+Church	24946
+Churn	24947
+Chunk	24948
+Chung	24949
+Chubby	24950
+Chubbuck	24951
+Chuck's	24952
+Chuckanut	24953
+Chucky	24954
+Chopper	24955
+Chophouse	24956
+Chopin	24957
+Chopra	24958
+Chopstix	24959
+Chowan	24960
+Chowchilla	24961
+Chowder	24962
+Choctaw	24963
+Choice	24964
+Choir	24965
+Chola	24966
+Cholla	24967
+Chouteau	24968
+Cross	24969
+Crosby	24970
+Crosman	24971
+Croswell	24972
+Crown	24973
+Crowe	24974
+Crowley	24975
+Crows	24976
+Crock	24977
+Croce	24978
+Crocodile	24979
+Crocs	24980
+Crofton	24981
+Crofts	24982
+Croatian	24983
+Crooked	24984
+Crookston	24985
+Crothers	24986
+Croton	24987
+Crouch	24988
+Crouse	24989
+Crozer	24990
+Crozet	24991
+Crest	24992
+Crespo	24993
+Cresskill	24994
+Creswell	24995
+Creek	24996
+Creed	24997
+Creech	24998
+Cream	24999
+Creasy	25000
+Creve	25001
+Crevier	25002
+Crewcuts	25003
+Crane	25004
+Cranford	25005
+Cranston	25006
+Craig	25007
+Crain	25008
+Crafts	25009
+Crafton	25010
+Crawford	25011
+Crawley	25012
+Crabb	25013
+Crabtree	25014
+Craycroft	25015
+Crayola	25016
+Cramerton	25017
+Crater	25018
+Cravens	25019
+Crist	25020
+Crisp	25021
+Criss	25022
+Crisco	25023
+Crisfield	25024
+Crisis	25025
+Crismon	25026
+Criswell	25027
+Critic	25028
+Crime	25029
+Criminal	25030
+Crimson	25031
+Cripple	25032
+Crips	25033
+Crusade	25034
+Crush	25035
+Crusty's	25036
+Cruiser	25037
+Cruises	25038
+Cruces	25039
+Crucial	25040
+Crump	25041
+Crunchwrap	25042
+Cruze	25043
+Crystal	25044
+Crysis	25045
+Clark	25046
+Clare	25047
+Clara	25048
+Claro	25049
+Clarcona	25050
+Clary	25051
+Clair	25052
+Claim	25053
+Claiborne	25054
+Claus	25055
+Class	25056
+Clash	25057
+Clasico	25058
+Clayton	25059
+Claycomo	25060
+Claypool	25061
+Clancy	25062
+Clank	25063
+Clanton	25064
+Clear	25065
+Clean	25066
+Clemmons	25067
+Clemons	25068
+Clemson	25069
+Cleo's	25070
+Cleona	25071
+Cleopatra	25072
+Cleveland	25073
+Clevenger	25074
+Cleves	25075
+Clerk	25076
+Clermont	25077
+Cliff	25078
+Clift	25079
+Clint	25080
+Cline	25081
+Clipper	25082
+Clips	25083
+Cloudcroft	25084
+Clouds	25085
+Cloudy	25086
+Clover	25087
+Clovis	25088
+Close	25089
+Closter	25090
+Clockwork	25091
+Clubhouse	25092
+Clubs	25093
+Clues	25094
+Clydes	25095
+Clyde's	25096
+Cena's	25097
+Celia	25098
+Celica	25099
+Cellcom	25100
+Cellier	25101
+Cellular	25102
+Celtic	25103
+Celts	25104
+Cerro	25105
+CertainTeed	25106
+Certegy	25107
+Cedarcrest	25108
+Cedarhurst	25109
+Cedars	25110
+Cedartown	25111
+Cedarville	25112
+Cedric	25113
+Cedro	25114
+Cecilia	25115
+Cecil's	25116
+Cecile	25117
+Cecelia	25118
+Curran	25119
+Current	25120
+Curry	25121
+Curtis	25122
+Curtner	25123
+Curly's	25124
+Curig	25125
+Curious	25126
+Cullen	25127
+Culligan	25128
+Cullman	25129
+Culvers	25130
+Cutten	25131
+Cutlass	25132
+Cutler	25133
+Cupcakery	25134
+Cupcakes	25135
+Cupid's	25136
+Cuban	25137
+CubeSmart	25138
+Custom	25139
+Custer	25140
+Cushing	25141
+Cushman	25142
+Cumming	25143
+Cummins	25144
+Cumberland	25145
+Cumbre	25146
+Cinema	25147
+CineBistro	25148
+Cinebarre	25149
+Cinetopia	25150
+Cindy	25151
+Cinderella	25152
+Cincinnati	25153
+Cinco	25154
+Cincy	25155
+Cinnabon	25156
+Citizen	25157
+Citibank	25158
+Cities	25159
+Citigroup	25160
+Citra	25161
+Citrix	25162
+Citronelle	25163
+Citrus	25164
+City's	25165
+CityWalk	25166
+Cityside	25167
+Circle	25168
+Circa	25169
+Ciro's	25170
+Ciroc	25171
+Cicero's	25172
+Cici's	25173
+Cibola	25174
+Cibolo	25175
+Civic	25176
+Civil	25177
+Cynthia's	25178
+Cynthiana	25179
+Cyclery	25180
+Cycles	25181
+Cypresswood	25182
+Cyrus's	25183
+Maria	25184
+Marin	25185
+Marie	25186
+Mario	25187
+Maris	25188
+Maribel	25189
+Marigold	25190
+Marijuana	25191
+Mariposa	25192
+Maritime	25193
+Marius	25194
+Marti	25195
+Martha	25196
+Marty	25197
+Mart's	25198
+Marta	25199
+Martz	25200
+Marcel	25201
+Marco	25202
+Marci	25203
+Marcus	25204
+Marcy	25205
+Marc's	25206
+March	25207
+Marcs	25208
+Marlo	25209
+Marlboro	25210
+Marla	25211
+Marlin	25212
+Marlton	25213
+Marsh	25214
+Marsa	25215
+Marston	25216
+Marseilles	25217
+Marge	25218
+Margo	25219
+Margret	25220
+Marguerite	25221
+Market	25222
+Marks	25223
+Mark's	25224
+Markham	25225
+Markie	25226
+Markus	25227
+Marky	25228
+Maryland	25229
+Marys	25230
+Mary's	25231
+Marybeth	25232
+Marymount	25233
+Marywood	25234
+Marble	25235
+Marbach	25236
+Marada	25237
+Marais	25238
+Marathon	25239
+Marauder	25240
+Marvin	25241
+Marvel	25242
+Marv's	25243
+Marva	25244
+Marrero	25245
+Marron	25246
+Maren	25247
+Marella	25248
+Marez	25249
+Mardi	25250
+Marmora	25251
+Marjam	25252
+Marjorie	25253
+Maroney	25254
+Maroon	25255
+Marxist	25256
+Mande	25257
+Mandy	25258
+Mandi	25259
+Mandrell	25260
+Manito	25261
+Mani's	25262
+Mania	25263
+Manic	25264
+Manas	25265
+Manahawkin	25266
+Manalapan	25267
+Manatee	25268
+Manawa	25269
+Manayunk	25270
+Manny	25271
+Mann's	25272
+Mannheim	25273
+Mancini	25274
+Mancelona	25275
+Mancos	25276
+Mancuso	25277
+Manor	25278
+Manoa	25279
+Manos	25280
+Manowar	25281
+Mansi	25282
+Mansell	25283
+Mansfield	25284
+Manson	25285
+Manti	25286
+Manton	25287
+Mantua	25288
+Manuel	25289
+Manufacturing	25290
+Manulife	25291
+Mangeshkar	25292
+Mangione	25293
+Mango	25294
+Mangum	25295
+Manheim	25296
+Manley	25297
+Manlius	25298
+Manvel	25299
+Manville	25300
+Manyana	25301
+Matty	25302
+Matt's	25303
+Mattoon	25304
+Mattress	25305
+Mattson	25306
+Mathnasium	25307
+Matador	25308
+Matamoras	25309
+Matanuska	25310
+Matata	25311
+Matawan	25312
+Matia	25313
+Matic	25314
+Matilda	25315
+Matisyahu	25316
+Matix	25317
+Mateo	25318
+Matchbox	25319
+Matco	25320
+Matson	25321
+Matsu	25322
+Machado	25323
+Macau	25324
+Macatawa	25325
+Macayo's	25326
+MacDonald	25327
+MacDade	25328
+MacDill	25329
+Macedon	25330
+Macey's	25331
+Macleod	25332
+Macomb	25333
+Macon	25334
+Macoupin	25335
+Macy's	25336
+Macys	25337
+Macias	25338
+Macintosh	25339
+Malabar	25340
+Malamute	25341
+Malarkey's	25342
+Malawi's	25343
+Malone	25344
+Maloof	25345
+Malouf	25346
+Malik	25347
+Malia	25348
+Malibu	25349
+Malinda	25350
+Mallard	25351
+Mally	25352
+Maleah	25353
+Maleek	25354
+Maleficent	25355
+Malta	25356
+Maltby	25357
+Maltese	25358
+Maltsberger	25359
+Malcolm	25360
+Malcom	25361
+Malden	25362
+Maldonado	25363
+Massa	25364
+MassHealth	25365
+MassMutual	25366
+Mastodon	25367
+Mastro's	25368
+Mason's	25369
+Masonic	25370
+Masons	25371
+Mascoutah	25372
+Masekela	25373
+Maserati	25374
+Mashpee	25375
+Madea	25376
+Madeira	25377
+Mademoiselle	25378
+Madeon	25379
+Madera	25380
+Madewell	25381
+Maddie	25382
+Maddy	25383
+Madden	25384
+Madison	25385
+Madigan	25386
+Madill	25387
+Madras	25388
+Madre	25389
+Madrona	25390
+Madagascar	25391
+Madame	25392
+Madonna's	25393
+Mayan	25394
+Maya's	25395
+Mayas	25396
+Maybrook	25397
+Mayfair	25398
+Mayfield	25399
+Mayflower	25400
+Maynard	25401
+Mayne	25402
+Mayodan	25403
+Mayor	25404
+Mayse	25405
+Maysville	25406
+Mayer	25407
+Mayes	25408
+Mayweather	25409
+Maywood	25410
+Magna	25411
+Magnet	25412
+Magnificent	25413
+Magnolia	25414
+Maggie	25415
+Maggiano's	25416
+Magic	25417
+Magin	25418
+Magistrate	25419
+Magalia	25420
+Magazine	25421
+Magee	25422
+Magellan	25423
+Magen	25424
+Magoo's	25425
+Maine	25426
+Maingate	25427
+Mainstreet	25428
+Maintenance	25429
+Maiden	25430
+Maids	25431
+Maisie	25432
+Maison	25433
+Maisy	25434
+Maita	25435
+Maitland	25436
+Mahal	25437
+Mahaffey	25438
+Mahan	25439
+Mahaska	25440
+Mahomet	25441
+Mahopac	25442
+Mahendra	25443
+Maher	25444
+Maureen	25445
+Maura	25446
+Maury	25447
+Mauldin	25448
+Maumee	25449
+Maumelle	25450
+Mauston	25451
+Maxim	25452
+Maxie	25453
+Maxine	25454
+Maxis	25455
+Maxwell's	25456
+Makeover	25457
+Maker	25458
+Makes	25459
+Makaveli	25460
+Makayla	25461
+Makita	25462
+Makoto's	25463
+Maplecrest	25464
+Maplehurst	25465
+Maples	25466
+Mapleton	25467
+Mapleview	25468
+Maplewood	25469
+Mama's	25470
+Mamaroneck	25471
+Mamas	25472
+Mamaw	25473
+Mamba	25474
+Mambo	25475
+Mamma	25476
+Mammoth	25477
+Mazel	25478
+Mazen	25479
+Mazza	25480
+Mazzio's	25481
+Mabel's	25482
+Mabelvale	25483
+Maverick	25484
+Maverik	25485
+Majestic	25486
+Majesty	25487
+Monte	25488
+Monta	25489
+Montgomery	25490
+Monty	25491
+Month	25492
+Monticello	25493
+Montpelier	25494
+Montwood	25495
+Monica	25496
+Monique	25497
+Monia	25498
+Monika	25499
+Mona's	25500
+Monadnock	25501
+Monae	25502
+Monaghan	25503
+Monahans	25504
+Monarch	25505
+Monet	25506
+Money	25507
+Monee	25508
+Monessen	25509
+Monster	25510
+Monsanto	25511
+Monsey	25512
+Monsignor	25513
+Monson	25514
+Monroe	25515
+Monrovia	25516
+Monday	25517
+Mondovi	25518
+Mondrian	25519
+Mongol	25520
+Mongoose	25521
+Monon	25522
+Monocacy	25523
+Monopoly	25524
+Monkton	25525
+Moncks	25526
+Moncrief	25527
+Moncton	25528
+Morro	25529
+Morrell	25530
+Moreau	25531
+Moreno	25532
+Moretti's	25533
+Morey	25534
+Morton	25535
+Mortal	25536
+Mortgage	25537
+Mortimer	25538
+Mortuary	25539
+Morty	25540
+Moravia	25541
+Morada	25542
+Moraga	25543
+Moraine	25544
+Morales	25545
+Moran	25546
+Morgan's	25547
+Morganfield	25548
+Morgans	25549
+Morganville	25550
+Moriches	25551
+Morissette	25552
+Moron	25553
+Moross	25554
+Mordecai	25555
+Mordor	25556
+Morlan	25557
+Morley	25558
+Mormons	25559
+Moore	25560
+Moorhead	25561
+Moorpark	25562
+Moors	25563
+Moon's	25564
+Moonachie	25565
+Moondog	25566
+Mooney	25567
+Moonies	25568
+Moonville	25569
+Moose	25570
+Moosic	25571
+Moody	25572
+Moodle	25573
+Motor	25574
+Motown	25575
+Mother's	25576
+Motherhood	25577
+Mothers	25578
+Motte	25579
+Mount	25580
+Mound	25581
+Moulin	25582
+Moseley	25583
+Moser	25584
+Moses	25585
+Moshe	25586
+Moshi	25587
+Mossberg	25588
+Mosser	25589
+Moscato	25590
+Moscow	25591
+Mosier	25592
+Mosinee	25593
+Molino	25594
+Molina	25595
+Moline	25596
+Molly	25597
+Moller	25598
+Mollie	25599
+Mobile	25600
+Mohave	25601
+Mohawk	25602
+Mohicans	25603
+Movers	25604
+Movie	25605
+Moving	25606
+Model	25607
+Modest	25608
+Modern	25609
+Momma	25610
+Mommy	25611
+Mozambique	25612
+Mozart	25613
+Mozilla	25614
+Mozingo	25615
+Mockingbird	25616
+Mockingjay	25617
+Mopac	25618
+Mopar	25619
+Mille	25620
+Milli	25621
+Mills	25622
+Millard	25623
+Millhopper	25624
+Millman	25625
+Milltown	25626
+Millville	25627
+Millz	25628
+Milan	25629
+Milagro	25630
+Milaca	25631
+Milam	25632
+Miley	25633
+Mileage	25634
+Miles	25635
+Milian	25636
+Mililani	25637
+Military	25638
+Milbank	25639
+Milburn	25640
+Milky	25641
+Milos	25642
+Milsap	25643
+Milstead	25644
+Milton's	25645
+Milwaukee	25646
+Milwaukie	25647
+Mineo	25648
+Minecraft	25649
+Mines	25650
+Minette	25651
+Mindy	25652
+Minden	25653
+Mindi	25654
+Mindless	25655
+Minds	25656
+Minnie	25657
+Ming's	25658
+Minges	25659
+Mingledorff's	25660
+Mingo	25661
+Mingus	25662
+Minocqua	25663
+Minogue	25664
+Minolta	25665
+Minooka	25666
+Minor	25667
+Minot	25668
+Minaj	25669
+Minas	25670
+Minato	25671
+Mining	25672
+Minton	25673
+Mints	25674
+Minuteman	25675
+Minutes	25676
+Minsky's	25677
+Minster	25678
+Miche	25679
+Michi	25680
+Mickie	25681
+Micky	25682
+Microcenter	25683
+Microsoft	25684
+Micah	25685
+Micael	25686
+Micanopy	25687
+Middlefield	25688
+Middleport	25689
+Middleville	25690
+Midwest	25691
+Midway	25692
+Midwife	25693
+Midwood	25694
+Midland	25695
+Midler	25696
+Midlothian	25697
+MidAmerican	25698
+Midnighters	25699
+Missy	25700
+Misses	25701
+Misty	25702
+Mista	25703
+Mister	25704
+Mishawaka	25705
+Miranda	25706
+Mirabel	25707
+Miracle	25708
+Mirada	25709
+Mirage	25710
+Miriam	25711
+Mikey	25712
+Mike's	25713
+Mikes	25714
+Mikayla	25715
+Mikado	25716
+Mikimoto	25717
+Mikunis	25718
+Mitch's	25719
+Mitchum	25720
+Mittendorf	25721
+Mitzi	25722
+Mitzvah	25723
+Miami's	25724
+Miamisburg	25725
+Mizuki	25726
+Mizuno	25727
+Mighty	25728
+Miguel's	25729
+Mimi's	25730
+Mercy	25731
+Mercado	25732
+Mercury	25733
+Merrell	25734
+Merry	25735
+Merion	25736
+Merle	25737
+Merlin	25738
+Merlot	25739
+Merton	25740
+Mertz	25741
+Meredith's	25742
+Mendo	25743
+Mendham	25744
+Menard	25745
+Menace	25746
+Menands	25747
+Menasha	25748
+Menaul	25749
+Mental	25750
+Menominee	25751
+Menchie's	25752
+Mencia	25753
+Menna's	25754
+Mennonite	25755
+Melissa	25756
+Melia	25757
+Melody	25758
+Melo's	25759
+Meloche	25760
+Melon	25761
+Meloy	25762
+Mellencamp	25763
+Melly	25764
+Melanie	25765
+Melaleuca	25766
+Melvin	25767
+Melville	25768
+Melba	25769
+Melbourne	25770
+Melting	25771
+Melton	25772
+Metro	25773
+Metra	25774
+Metreon	25775
+Metal	25776
+Metairie	25777
+Method	25778
+Metheny	25779
+Methuen	25780
+Metzgers	25781
+Media	25782
+Medieval	25783
+Medifast	25784
+Medina	25785
+Medishare	25786
+Medium	25787
+Medal	25788
+Medawar	25789
+Medfield	25790
+Medford	25791
+Meade	25792
+Meadville	25793
+Meaningful	25794
+Means	25795
+Meagan	25796
+Meaghan	25797
+Meals	25798
+Meatballs	25799
+Messi	25800
+Message	25801
+Mesabi	25802
+Megan	25803
+Megabus	25804
+Megadeth	25805
+Megaforce	25806
+Megamind	25807
+Megatron	25808
+Mechanics	25809
+Mechanicville	25810
+Mecklenburg	25811
+Meconis	25812
+Mecosta	25813
+Meeka	25814
+Meeker	25815
+Meeks	25816
+MeetMe	25817
+Meeting	25818
+Meets	25819
+Mexia	25820
+Meijer	25821
+Meiji	25822
+Meinecke	25823
+Meineke	25824
+Membership	25825
+McCall	25826
+McCabe	25827
+McCain	25828
+McCauley	25829
+McCoy	25830
+McColl	25831
+McComb	25832
+McConnell	25833
+McChesney	25834
+McChicken	25835
+McChord	25836
+McCreery	25837
+McCulloch	25838
+McCullough	25839
+McKee	25840
+McKean	25841
+McKesson	25842
+McKinley	25843
+McKinsey	25844
+McKayla	25845
+McKay's	25846
+McKays	25847
+McGuckin	25848
+McGurk's	25849
+McGregor	25850
+McGee	25851
+McGehee	25852
+McGeorge	25853
+McGill	25854
+McGovern	25855
+McGowan	25856
+McDowell	25857
+McDaniel	25858
+McDade	25859
+McDavid	25860
+McDermott	25861
+McDevitt	25862
+McAlester	25863
+McAlpin	25864
+McAdams	25865
+McAdenville	25866
+McArdle	25867
+McArthur	25868
+McMuffin	25869
+McMullen	25870
+McMahon	25871
+McManus	25872
+McMaster	25873
+McMichael	25874
+McMillan	25875
+McMinnville	25876
+McNab	25877
+McNair	25878
+McNally	25879
+McNamara	25880
+McNeil	25881
+McNuggets	25882
+McLachlan	25883
+McLaughlin	25884
+McLean	25885
+McLennan	25886
+McLeod	25887
+McFadden	25888
+McFarland	25889
+McBrides	25890
+McRee	25891
+McReynolds	25892
+McHale's	25893
+McPhee	25894
+McPherson	25895
+Muncie	25896
+Muncy	25897
+Muniz	25898
+Munda	25899
+Mundelein	25900
+Mundy	25901
+Munster	25902
+Munson	25903
+Munfordville	25904
+Mungenast	25905
+Munger	25906
+Muskingum	25907
+Muskogee	25908
+Muscat	25909
+Muscle	25910
+Muscogee	25911
+Music	25912
+Musiq	25913
+Museum	25914
+Mushroomhead	25915
+Muslims	25916
+Murray	25917
+Murrieta	25918
+Murrysville	25919
+Murda	25920
+Murder	25921
+Murphy	25922
+Multi	25923
+Multnomah	25924
+Muldoon's	25925
+Mudder	25926
+Muddy	25927
+Myrtlewood	25928
+Mysterio	25929
+Mystery	25930
+Mystic	25931
+Mystikal	25932
+Myerstown	25933
+Myler	25934
+Myles	25935
+Brook	25936
+Brown	25937
+Broward	25938
+Brower	25939
+Browser	25940
+Bronco	25941
+Bronx	25942
+Brondes	25943
+Bronica	25944
+Bronner's	25945
+Bronson	25946
+Bronte	25947
+Broadcasting	25948
+Broadlands	25949
+Broadmoor	25950
+Broadstone	25951
+Broadview	25952
+Brock's	25953
+Brockett	25954
+Brockman	25955
+Brockport	25956
+Brocks	25957
+Brockton	25958
+Brockville	25959
+Brockway	25960
+Brodhead	25961
+Brodie	25962
+Brody	25963
+Broke	25964
+Brokaw	25965
+Brotherhood	25966
+Brothers	25967
+Brogan	25968
+Brogden	25969
+Broiler	25970
+Bromley	25971
+Brompton	25972
+Broughton	25973
+Broussard	25974
+Brand	25975
+Branch	25976
+Brant	25977
+Branbury	25978
+Branford	25979
+Branham	25980
+Branigan	25981
+Branson	25982
+Brady	25983
+Braden	25984
+Brad's	25985
+Bradbury	25986
+Braddock	25987
+Bradford	25988
+Bradington	25989
+Brave	25990
+Brava	25991
+Bravo	25992
+Brain	25993
+Braidwood	25994
+Braille	25995
+Brass	25996
+Brasa	25997
+Braselton	25998
+Braska	25999
+Brayden	26000
+Braylon	26001
+Brayton	26002
+Brazil	26003
+Bracebridge	26004
+Braman	26005
+Brambleton	26006
+Brampton	26007
+Bratz	26008
+Braemar	26009
+Braeswood	26010
+Braun	26011
+Brauer	26012
+Brawley	26013
+Braggs	26014
+Brahma	26015
+Brahms	26016
+Braxtons	26017
+Bridal	26018
+Bride	26019
+Bridford	26020
+Britt	26021
+Brita	26022
+Britney	26023
+Brite	26024
+British	26025
+Brits	26026
+Brian	26027
+Briar	26028
+Briggs	26029
+Brigitte	26030
+Brick	26031
+Bricco	26032
+Brice	26033
+Bring	26034
+Brinley	26035
+Brinson	26036
+Brisas	26037
+Brisbane	26038
+Briscoe	26039
+Brier	26040
+Brimfield	26041
+Brimhall	26042
+Brimley	26043
+Brixton	26044
+Brixx	26045
+Briley	26046
+Brillion	26047
+Brio's	26048
+Brent	26049
+Brenham	26050
+Brewer	26051
+Brewster	26052
+Brewbaker	26053
+Brewing	26054
+Brewton	26055
+Break	26056
+Bread	26057
+Breanna	26058
+Breast	26059
+Breathe	26060
+Breaux	26061
+Brees	26062
+Breen	26063
+Brett	26064
+Breton	26065
+Bretz	26066
+Breckenridge	26067
+Breckinridge	26068
+Brecksville	26069
+Bremer	26070
+Bremen	26071
+Breslin	26072
+Bresnan	26073
+Bressi	26074
+Bruno	26075
+Bruns	26076
+Brundage	26077
+Bruneel	26078
+Bruning	26079
+Brunner	26080
+Brunt	26081
+Bruce	26082
+Bruckner	26083
+Brush	26084
+Brusco's	26085
+Brussels	26086
+Brubaker	26087
+Brubeck	26088
+Bruegger's	26089
+Brueggers	26090
+Bruins	26091
+Bruton	26092
+Brutus	26093
+Bryant	26094
+Bryan's	26095
+Bryans	26096
+Bryce's	26097
+Bryner	26098
+Brysons	26099
+Barre	26100
+Barra	26101
+Barry	26102
+Barnum	26103
+Barnwell	26104
+Bartle	26105
+Barth	26106
+Barta	26107
+Bartram	26108
+Barts	26109
+Barber	26110
+Barb's	26111
+Barbra	26112
+Barbur	26113
+Barker	26114
+Barking	26115
+Barkley	26116
+Barksdale	26117
+Barclay	26118
+Barca	26119
+Barcelona	26120
+Bareburger	26121
+Barefoot	26122
+Bareilles	26123
+Barenaked	26124
+Baraboo	26125
+Barack	26126
+Baraga	26127
+Barataria	26128
+Barden	26129
+Bardstown	26130
+Barger	26131
+Bargain	26132
+Bariatric	26133
+Barlow	26134
+Barona	26135
+Barone	26136
+Barff	26137
+Barfield	26138
+Barstow	26139
+Bandera	26140
+Banda	26141
+Bandon	26142
+Banks	26143
+Banker	26144
+Bankhead	26145
+Banking	26146
+Banknorth	26147
+Bankruptcy	26148
+Bangalore	26149
+Bangerter	26150
+Bangkok	26151
+Bangladesh	26152
+Bangor	26153
+Bangz	26154
+Banco	26155
+BancFirst	26156
+Bancard	26157
+Bancroft	26158
+Bannock	26159
+Banner	26160
+Bannister	26161
+Banff	26162
+Banfield	26163
+Banshee	26164
+Bantam	26165
+Banton	26166
+Bally	26167
+Balls	26168
+Ballinger	26169
+Ballroom	26170
+Balltown	26171
+Baldy	26172
+Balmain	26173
+Balmoral	26174
+Balto	26175
+Balance	26176
+Balch	26177
+Balcones	26178
+Balise	26179
+Basel	26180
+Baseball	26181
+Basecamp	26182
+Basehor	26183
+Basement	26184
+Basic	26185
+Basia	26186
+Basie	26187
+Basin	26188
+Basket	26189
+Baskin	26190
+Bassett	26191
+Basshunter	26192
+Bassnectar	26193
+Basha	26194
+Bashford	26195
+Bastard	26196
+Bastille	26197
+Bastrop	26198
+Bascom	26199
+Battle	26200
+Battistelli	26201
+Bates	26202
+Bateman	26203
+Batman	26204
+Batmobile	26205
+Batchelor	26206
+Bathurst	26207
+Bayshore	26208
+Bayside	26209
+Baystate	26210
+Bayfair	26211
+Bayfield	26212
+Bayfront	26213
+Baywood	26214
+Bayboro	26215
+Baybrook	26216
+Bayers	26217
+Bayless	26218
+Baylor	26219
+Baymeadows	26220
+Baymont	26221
+Bayonne	26222
+Bayou	26223
+Baytown	26224
+Baytree	26225
+Bayview	26226
+Bayville	26227
+Bachelor	26228
+Bachman	26229
+Bacharach	26230
+Bachrodt	26231
+Backlick	26232
+Backpage	26233
+Backyardigans	26234
+Bacardi	26235
+Bacchus	26236
+Bacco	26237
+Baber	26238
+Babel	26239
+Baba's	26240
+Babas	26241
+Babies	26242
+Babin	26243
+Babson	26244
+Babylon	26245
+Baker	26246
+Baked	26247
+Bakehouse	26248
+Bakey	26249
+Baden	26250
+Bader	26251
+Badgers	26252
+Bagelry	26253
+Bagels	26254
+Bailey	26255
+Bainbridge	26256
+Bambi	26257
+Bamba	26258
+Bamberg	26259
+Bamboo	26260
+Bahamas	26261
+Baxters	26262
+Bella	26263
+Belle	26264
+Bello	26265
+Bell's	26266
+BellSouth	26267
+Bellbrook	26268
+Bellco	26269
+Bellport	26270
+Bells	26271
+Belltown	26272
+Bellville	26273
+Bellwood	26274
+Belly	26275
+Belton	26276
+Belterra	26277
+Beltline	26278
+Beltran	26279
+Beltsville	26280
+Beltway	26281
+Belfield	26282
+Belcher	26283
+Belcamp	26284
+Belcourt	26285
+Belinda	26286
+Believe	26287
+Belize	26288
+Belvedere	26289
+Belvoir	26290
+Belafonte	26291
+Belair	26292
+Belgrade	26293
+Belkin	26294
+Belknap	26295
+Belden	26296
+Belding	26297
+Belmar	26298
+Belmont	26299
+Beluga	26300
+Belushi	26301
+Berne	26302
+Bern's	26303
+Bernhardt	26304
+Bernstein	26305
+Berge	26306
+Bergan	26307
+Bergdorf	26308
+Berglund	26309
+Bergman	26310
+Bergstrom	26311
+Bert's	26312
+Berta	26313
+Bertera	26314
+Bertie	26315
+Berto	26316
+Berts	26317
+Bertucci's	26318
+Berks	26319
+Berkeley	26320
+Berkheimer	26321
+Berkley	26322
+Berkner	26323
+Berkowitz	26324
+Berry	26325
+Berea	26326
+Berenstain	26327
+Beres	26328
+Berman	26329
+Bermuda	26330
+Berwick	26331
+Berwyn	26332
+Benny	26333
+Benna	26334
+Benedict	26335
+Benelli	26336
+Benet	26337
+Beneva	26338
+Benson	26339
+Bensalem	26340
+Bensenville	26341
+Benicia	26342
+Benihana	26343
+Bentley	26344
+Benton	26345
+Benji	26346
+Benadryl	26347
+Benassi	26348
+Benatar	26349
+Bender	26350
+Bendix	26351
+Bengal	26352
+Benghazi	26353
+Benchley	26354
+Benchwarmers	26355
+Benzonia	26356
+Beatle	26357
+Beats	26358
+Beaty	26359
+Beatz	26360
+Bears	26361
+Bearno's	26362
+Beartooth	26363
+Beaufort	26364
+Beaumont	26365
+Beauregard	26366
+Beaver	26367
+Beavis	26368
+Beach	26369
+Beacon	26370
+Beans	26371
+Beanery	26372
+Beanie	26373
+Beantown	26374
+Beale	26375
+Bealls	26376
+Beals	26377
+Beaman	26378
+Beamer	26379
+Beast	26380
+Beasley	26381
+Beth's	26382
+Bethlehem	26383
+Bethpage	26384
+Beths	26385
+Bethune	26386
+Bette	26387
+Betty	26388
+Bettis	26389
+Betsy	26390
+Betsey	26391
+Beecher	26392
+Beechmont	26393
+Beechnut	26394
+Beethoven	26395
+Beetle	26396
+Beehive	26397
+Beehler	26398
+Beenie	26399
+Beerman	26400
+Becky	26401
+Beckham	26402
+Beckinsale	26403
+Beckley	26404
+Beckman	26405
+Becks	26406
+Beckwith	26407
+Becca's	26408
+Beccas	26409
+Bechtel	26410
+Bechtle	26411
+BestBuy	26412
+Besta	26413
+Bestway	26414
+Bessemer	26415
+Bessie	26416
+Behavioral	26417
+Behrman	26418
+Beverly's	26419
+Beyonce	26420
+Beyond	26421
+Beginnings	26422
+Begins	26423
+Bonne	26424
+Bonnie	26425
+Bonnyville	26426
+Bonamassa	26427
+Bonanza	26428
+Bonaparte	26429
+Bonaventure	26430
+Bondi	26431
+Bonds	26432
+Bondurant	26433
+Bonita	26434
+Bonefish	26435
+Bones	26436
+Bono's	26437
+Bonsack	26438
+Bonsall	26439
+Boone	26440
+Boondock	26441
+Boonsboro	26442
+Boonton	26443
+Boonville	26444
+Booth	26445
+Boots	26446
+Books	26447
+Booker	26448
+Bookmans	26449
+Boost	26450
+Boosie	26451
+Booga	26452
+Boogie	26453
+Boozer	26454
+Border	26455
+Borden	26456
+Bordeaux	26457
+Bordetella	26458
+Borgata	26459
+Borgman	26460
+Borgore	26461
+Borrego	26462
+Borriello	26463
+Borromeo	26464
+Borat	26465
+Borneo	26466
+Borough	26467
+Bortel	26468
+Borton	26469
+Bosco	26470
+Boscawen	26471
+Bosch	26472
+Bossa	26473
+Bosses	26474
+Bossier	26475
+Bosstones	26476
+Boston	26477
+Bostwick	26478
+Boswell	26479
+Bosworth	26480
+Bosak	26481
+Bosnian	26482
+Bowlin	26483
+Bowlarama	26484
+Bowles	26485
+Bowlmor	26486
+Bowls	26487
+Bower	26488
+Bowen	26489
+Bowes	26490
+Bowman's	26491
+Bowmanville	26492
+Bowden	26493
+Bowdoin	26494
+Bound	26495
+Bounce	26496
+Bourbon	26497
+Bourdain	26498
+Bourne	26499
+Bouchard	26500
+Boucher	26501
+Boudinot	26502
+Boudreau	26503
+Boughton	26504
+Boulder	26505
+Boulevard	26506
+Boyer	26507
+Boyette	26508
+Boyle	26509
+Boylan	26510
+Boylston	26511
+Boyd's	26512
+Boyds	26513
+Boyne	26514
+Boynton	26515
+Boyson	26516
+Bolin	26517
+Bolling	26518
+Bolles	26519
+Bollywood	26520
+Boldin	26521
+Bolton	26522
+Boltz	26523
+Bottom	26524
+Bottega	26525
+Botanic	26526
+Botany	26527
+Bobbi	26528
+Bobby	26529
+Bobo's	26530
+Bobos	26531
+Bobcats	26532
+Bodie	26533
+Bodine	26534
+Bogart	26535
+Bogalusa	26536
+Boggs	26537
+Boggy	26538
+Board	26539
+Boars	26540
+Boilermakers	26541
+Boiling	26542
+Boise	26543
+Boxee	26544
+Boxer	26545
+Bohemia	26546
+Boheme	26547
+Bombay	26548
+Bozard	26549
+Bozarth	26550
+Burns	26551
+Burnt	26552
+Burnaby	26553
+Burnham	26554
+Burgaw	26555
+Burgh	26556
+Burgundy	26557
+Burke	26558
+Burkburnett	26559
+Burks	26560
+Burroughs	26561
+Burrtec	26562
+Burton	26563
+Burt's	26564
+Burberry	26565
+Bureau	26566
+Buren	26567
+Buress	26568
+Burchfield	26569
+Burdette	26570
+Burdick	26571
+Buried	26572
+Burien	26573
+Burma	26574
+Burmese	26575
+Bursar's	26576
+Burst	26577
+Buckingham	26578
+Bucks	26579
+Bucky	26580
+Buckcherry	26581
+Buckman	26582
+Bucktown	26583
+Buchheit	26584
+Buccaneers	26585
+Bushnell	26586
+Bush's	26587
+Bushkill	26588
+Buster	26589
+Busta	26590
+Bustos	26591
+Busbee	26592
+Busboys	26593
+Busby	26594
+Busch	26595
+Buscemi's	26596
+Busken	26597
+Buskirk	26598
+Butte	26599
+Button	26600
+Butch's	26601
+Butcher	26602
+Bulldog	26603
+Bullet	26604
+Bullwinkle	26605
+Bullard	26606
+Bullhead	26607
+Bullitt	26608
+Bullock	26609
+Bulls	26610
+Bulluck	26611
+Bully	26612
+Bulgarian	26613
+Buddakan	26614
+Budden	26615
+Buddy	26616
+Budapest	26617
+Bunco	26618
+Bunch	26619
+Bunnell	26620
+Bunny	26621
+Bundle	26622
+Bundy	26623
+Bunker	26624
+Bunko	26625
+Bueller	26626
+Buellton	26627
+Bueno	26628
+Buena	26629
+Buehler's	26630
+Buffalo	26631
+Buffet	26632
+Buffington	26633
+Buffy	26634
+Bubba	26635
+Bubble	26636
+Buble's	26637
+Builder	26638
+Building	26639
+Bugaboo	26640
+Bugatti	26641
+Bugsy	26642
+Buzzards	26643
+Bumble	26644
+Bumbo	26645
+Black	26646
+Blacc	26647
+Blanc	26648
+Blank	26649
+Blanding	26650
+Blanton	26651
+Blair	26652
+Blakes	26653
+Blake's	26654
+Blakely	26655
+Blakeney	26656
+Blakey	26657
+Blaze	26658
+Blazing	26659
+Bladen	26660
+Blast	26661
+Bloom	26662
+Blood	26663
+Bloor	26664
+Blonde	26665
+Blondie	26666
+Blondo	26667
+Blowfish	26668
+Blowing	26669
+Blowout	26670
+Blockbuster	26671
+Blocker	26672
+Blossom	26673
+Blossman	26674
+Blountstown	26675
+Blountville	26676
+Bluefield	26677
+Bluemound	26678
+Bluenotes	26679
+Blues	26680
+Bluetooth	26681
+Bluffdale	26682
+Bluffs	26683
+Bluffton	26684
+Blend	26685
+Blenheim	26686
+Blessed	26687
+Bleach	26688
+Bleakley	26689
+Bleecker	26690
+Bleeding	26691
+Blind	26692
+Blink	26693
+Blinn	26694
+Blimpies	26695
+Blissfield	26696
+Blytheville	26697
+Blythewood	26698
+Billy	26699
+Bill's	26700
+Billabong	26701
+Billboard	26702
+Billerica	26703
+Bills	26704
+Biltmore	26705
+Biscuit	26706
+Biscayne	26707
+Bischoff	26708
+Biscoe	26709
+Bishop's	26710
+Bishopville	26711
+Bismarck	26712
+Bismol	26713
+Bissell	26714
+Bissonnet	26715
+Birds	26716
+Birdland	26717
+Birdman	26718
+Birdneck	26719
+Birchbox	26720
+Birchwood	26721
+Birkdale	26722
+Birkenstock	26723
+Birthday	26724
+Biggby	26725
+Biggie	26726
+Biggs	26727
+Bigfoot	26728
+Bigfork	26729
+Bigham	26730
+Bighorn	26731
+Bingham	26732
+Bingo	26733
+Binns	26734
+Binny's	26735
+Bianca	26736
+Bianchi	26737
+Bianco	26738
+Biaggi's	26739
+Biagio's	26740
+Biola	26741
+Biology	26742
+Bickford	26743
+Bicknell	26744
+Biddeford	26745
+Biddle	26746
+Biddy	26747
+Bieber's	26748
+Bitch	26749
+Bitcoin	26750
+Bibby	26751
+Bibles	26752
+Bikes	26753
+Byron's	26754
+Byerly's	26755
+Byers	26756
+barbie	26757
+barbs	26758
+barrows	26759
+bargain	26760
+barge	26761
+barnacle	26762
+barney	26763
+barns	26764
+barnyard	26765
+bartend	26766
+barter	26767
+bareback	26768
+bared	26769
+barefoot	26770
+barely	26771
+barista	26772
+bariatric	26773
+baritone	26774
+barium	26775
+barked	26776
+barking	26777
+barks	26778
+barley	26779
+barlows	26780
+baron	26781
+barfed	26782
+barfing	26783
+barfly	26784
+barcodes	26785
+bardmoor	26786
+backs	26787
+backorder	26788
+backtrack	26789
+backup	26790
+backyard	26791
+back's	26792
+back.	26793
+backache	26794
+backcountry	26795
+backhoe	26796
+backing	26797
+bachelor	26798
+bacha	26799
+bachi	26800
+bacteria	26801
+bactrim	26802
+bacons	26803
+band's	26804
+banded	26805
+bands	26806
+bandy	26807
+bangin	26808
+bangle	26809
+bangs	26810
+banker	26811
+bank's	26812
+bank.com	26813
+banking	26814
+banks	26815
+banning	26816
+banish	26817
+banister	26818
+bananas	26819
+banjos	26820
+banquets	26821
+banshee	26822
+banterra	26823
+based	26824
+baseline	26825
+bases	26826
+basic	26827
+basin	26828
+basil	26829
+basis	26830
+basket	26831
+bassoon	26832
+basswood	26833
+bashas	26834
+bashful	26835
+bashing	26836
+basta	26837
+baste	26838
+basting	26839
+basalt	26840
+balls	26841
+ball's	26842
+ballgame	26843
+ballpark	26844
+ballroom	26845
+ballz	26846
+balance	26847
+balancing	26848
+balconies	26849
+balcony	26850
+bales	26851
+balmy	26852
+balsamic	26853
+battalion	26854
+batting	26855
+batty	26856
+bathe	26857
+bathtub	26858
+bathhouse	26859
+bathing	26860
+baths	26861
+bathwater	26862
+batches	26863
+batshit	26864
+babys	26865
+baby's	26866
+baby.	26867
+babycakes	26868
+babydoll	26869
+babyface	26870
+babying	26871
+babe.	26872
+babelicious	26873
+babes	26874
+babied	26875
+babies	26876
+babadook	26877
+babble	26878
+babbling	26879
+baboon	26880
+badge	26881
+badging	26882
+badass	26883
+baggage	26884
+baggy	26885
+bagelicious	26886
+bagels	26887
+baker	26888
+bakes	26889
+baked	26890
+bailable	26891
+bailed	26892
+bailing	26893
+bailout	26894
+bails	26895
+baiting	26896
+baybay	26897
+bayberry	26898
+bayblade	26899
+bayonet	26900
+bayou	26901
+bamboo	26902
+baptismal	26903
+baptisms	26904
+baptize	26905
+baptizing	26906
+books	26907
+bookcase	26908
+booklet	26909
+bookmark	26910
+book.com	26911
+bookbag	26912
+booked	26913
+bookworm	26914
+bootleg	26915
+booth	26916
+booty	26917
+boots	26918
+boomer	26919
+boombox	26920
+booming	26921
+booms	26922
+boomtown	26923
+boost	26924
+boosie	26925
+booski	26926
+boobie	26927
+booble	26928
+booboo	26929
+boobs	26930
+booby	26931
+booger	26932
+boozin	26933
+booze	26934
+boozled	26935
+boondocks	26936
+boonies	26937
+boooo	26938
+bonehead	26939
+boner	26940
+boney	26941
+boned	26942
+bonefish	26943
+boneless	26944
+bones	26945
+bonds	26946
+bondage	26947
+bonded	26948
+bonding	26949
+bondo	26950
+bongos	26951
+bongs	26952
+bonnet	26953
+bonnie	26954
+bonny	26955
+bonanza	26956
+bonfires	26957
+boning	26958
+bonito	26959
+bonos	26960
+bonsai	26961
+bonuses	26962
+bound	26963
+boulder	26964
+boulevard	26965
+boutique	26966
+bouta	26967
+bouts	26968
+boudin	26969
+boudoir	26970
+boudro's	26971
+bouquets	26972
+boreal	26973
+bored	26974
+bores	26975
+borrowing	26976
+borrows	26977
+bordering	26978
+borderline	26979
+borders	26980
+borough	26981
+boron	26982
+borics	26983
+boring	26984
+borne	26985
+bottom	26986
+bother	26987
+botanicals	26988
+board	26989
+boars	26990
+boaters	26991
+boathouse	26992
+boating	26993
+boatload	26994
+boats	26995
+boatyard	26996
+boasting	26997
+bodyguard	26998
+body's	26999
+bodyplex	27000
+bodywork	27001
+bodily	27002
+bodacious	27003
+bodega	27004
+bombard	27005
+bombs	27006
+bomb.com	27007
+bombing	27008
+bowling	27009
+bowls	27010
+bowel	27011
+bowed	27012
+boldly	27013
+boldness	27014
+bolds	27015
+bolted	27016
+bolts	27017
+boli's	27018
+bolis	27019
+bolsa	27020
+bolster	27021
+bobbin	27022
+bobby	27023
+bobber	27024
+bobble	27025
+bogged	27026
+bogging	27027
+bogeys	27028
+boyfriend's	27029
+boyfriends	27030
+boycotting	27031
+boiling	27032
+boils	27033
+boisterous	27034
+boss's	27035
+bossa	27036
+bossing	27037
+bossy	27038
+boxer	27039
+boxed	27040
+boxes	27041
+boppers	27042
+brain	27043
+braid	27044
+braise	27045
+brand	27046
+branch	27047
+brann's	27048
+brace	27049
+bracket	27050
+brachtenbach	27051
+bracing	27052
+brave	27053
+braving	27054
+bravo	27055
+bradco	27056
+bradfordville	27057
+brads	27058
+brags	27059
+brake	27060
+braking	27061
+brash	27062
+brass	27063
+brats	27064
+bratty	27065
+bratwurst	27066
+brazen	27067
+brazilian	27068
+brawlers	27069
+brawls	27070
+braydens	27071
+braylin	27072
+break	27073
+bread	27074
+breath	27075
+breast	27076
+breach	27077
+breed	27078
+breech	27079
+brews	27080
+brewing	27081
+brewpub	27082
+brenda	27083
+brenengen	27084
+brennys	27085
+brent	27086
+breve	27087
+brevity	27088
+broad	27089
+broasted	27090
+brown	27091
+brows	27092
+brook	27093
+broom	27094
+brooch	27095
+brood	27096
+brotha	27097
+broken	27098
+broker	27099
+bronc	27100
+bronze	27101
+brochure	27102
+broccoli	27103
+brosef	27104
+broski	27105
+bromance	27106
+bromine	27107
+brought	27108
+broulims	27109
+bride	27110
+bridal	27111
+bridle	27112
+bright	27113
+brigade	27114
+bring	27115
+brine	27116
+brindle	27117
+brining	27118
+brink	27119
+brief	27120
+bribe	27121
+bribing	27122
+brickleberry	27123
+bricks	27124
+bricktops	27125
+brisk	27126
+brian	27127
+briar	27128
+brillo	27129
+britches	27130
+britney	27131
+brittle	27132
+brimstone	27133
+brush	27134
+bruschetta	27135
+brussel	27136
+bruise	27137
+bruising	27138
+brunette	27139
+brunch	27140
+brung	27141
+brunt	27142
+brutal	27143
+brute	27144
+burglar	27145
+burger	27146
+burgatory	27147
+burgundy	27148
+burnin	27149
+burnout	27150
+burns	27151
+burnt	27152
+burping	27153
+burps	27154
+burrito	27155
+burrows	27156
+burst	27157
+bursar	27158
+bursitis	27159
+bureaus	27160
+burlap	27161
+burlesque	27162
+burly	27163
+burdened	27164
+burdens	27165
+burial	27166
+burying	27167
+buttcrack	27168
+buttface	27169
+butting	27170
+buttload	27171
+butts	27172
+buttz	27173
+butcher	27174
+butlers	27175
+bulls	27176
+bullet	27177
+bullfrog	27178
+bully	27179
+bullcrap	27180
+bullhead	27181
+bullnose	27182
+bullpen	27183
+bulkhead	27184
+bulky	27185
+bulbs	27186
+bulge	27187
+bulging	27188
+bustin	27189
+bustle	27190
+busty	27191
+bushing	27192
+bushy	27193
+business	27194
+bussing	27195
+busyness	27196
+bundt	27197
+bunker	27198
+bunkhouse	27199
+bunkie	27200
+buncha	27201
+bungalow	27202
+bungee	27203
+bunghole	27204
+bunions	27205
+bunnies	27206
+bunny	27207
+bunting	27208
+bumpin	27209
+bumpkin	27210
+bumps	27211
+bumpy	27212
+bumming	27213
+bumblebee	27214
+buckle	27215
+buckling	27216
+bucket	27217
+bucked	27218
+buckshot	27219
+buckskin	27220
+buckwheat	27221
+buckwild	27222
+budge	27223
+budging	27224
+buddy	27225
+buildin	27226
+builder	27227
+builds	27228
+buildup	27229
+built-in	27230
+built:	27231
+bubba	27232
+bubby	27233
+buffer	27234
+buffet	27235
+buffed	27236
+buffalos	27237
+buggy	27238
+buyer's	27239
+buyers	27240
+buybacks	27241
+buzzed	27242
+buzzer	27243
+buzzing	27244
+buenas	27245
+buenos	27246
+beard	27247
+bearing	27248
+bear's	27249
+bearable	27250
+bearer	27251
+bears	27252
+beary	27253
+beatbox	27254
+beating	27255
+beatdown	27256
+beats	27257
+beach	27258
+beacon	27259
+beaner	27260
+beanie	27261
+beans	27262
+beastie	27263
+beastly	27264
+beasts	27265
+beamers	27266
+beaming	27267
+beams	27268
+beaded	27269
+beads	27270
+beagles	27271
+beaker	27272
+beavers	27273
+belle	27274
+bella	27275
+bells	27276
+belly	27277
+bellman	27278
+bellows	27279
+bellwether	27280
+belong	27281
+beloved	27282
+below	27283
+beltline	27284
+belts	27285
+belflex	27286
+belfountain	27287
+beneath	27288
+benedict	27289
+benevolent	27290
+bending	27291
+bends	27292
+benching	27293
+benchmark	27294
+bento	27295
+benign	27296
+benihanas	27297
+benzos	27298
+beeping	27299
+beeps	27300
+beetle	27301
+beets	27302
+beefing	27303
+beefs	27304
+beefy	27305
+beers	27306
+beeswax	27307
+better	27308
+betta	27309
+betting	27310
+betty	27311
+betrayal	27312
+betrayed	27313
+betraying	27314
+betrays	27315
+bedridden	27316
+bedside	27317
+bedspread	27318
+bedding	27319
+beddy	27320
+begins	27321
+beggin	27322
+beggars	27323
+begged	27324
+becky	27325
+becki	27326
+beckon	27327
+become	27328
+becoming	27329
+became	27330
+because	27331
+bestfriend	27332
+bestbuy.com	27333
+bestest	27334
+bestowed	27335
+beside	27336
+besitos	27337
+behalf	27338
+beholder	27339
+beret	27340
+bereavement	27341
+berries	27342
+berry	27343
+beforehand	27344
+befriended	27345
+beige	27346
+beigi	27347
+beings	27348
+beveled	27349
+beverages	27350
+beyond	27351
+beyotch	27352
+blood	27353
+bloom	27354
+bloop	27355
+bloons	27356
+blowin	27357
+blowjob	27358
+blowout	27359
+blown	27360
+blows	27361
+blockbuster	27362
+blocking	27363
+blocks	27364
+blonde	27365
+blondie	27366
+blogs	27367
+bloated	27368
+bloating	27369
+blossoming	27370
+blossoms	27371
+blotchy	27372
+blotter	27373
+blouses	27374
+blackmail	27375
+blackout	27376
+blacks	27377
+blackfriday.com	27378
+blacking	27379
+blackjack	27380
+blackness	27381
+blackwell	27382
+blank	27383
+bland	27384
+blast	27385
+blasdell	27386
+blase	27387
+blasphemy	27388
+blaze	27389
+blazin	27390
+blame	27391
+blaming	27392
+blade	27393
+bladder	27394
+blatantly	27395
+blues	27396
+blueprint	27397
+bluefin	27398
+bluetooth	27399
+blurb	27400
+blurted	27401
+blush	27402
+blustery	27403
+bluntly	27404
+blunts	27405
+bluntville	27406
+bluffing	27407
+bluffs	27408
+bleach	27409
+bleak	27410
+bleed	27411
+bleep	27412
+blending	27413
+blends	27414
+blessing	27415
+blemishes	27416
+blind	27417
+blink	27418
+bling	27419
+bliss	27420
+blizzards	27421
+biome	27422
+biology	27423
+biotech	27424
+biofire	27425
+biofuels	27426
+biopsies	27427
+biopsy	27428
+billboard	27429
+billable	27430
+billfold	27431
+bills	27432
+billy	27433
+bilaterally	27434
+bilingual	27435
+bility	27436
+births	27437
+birthing	27438
+birthmark	27439
+birthplace	27440
+birthright	27441
+birdie	27442
+bird's	27443
+birdcage	27444
+birdhouse	27445
+birds	27446
+birdy	27447
+birches	27448
+bitchin	27449
+bitchy	27450
+bitty	27451
+biter	27452
+bites	27453
+bitsy	27454
+binder	27455
+bindi	27456
+binds	27457
+bing.com	27458
+binge	27459
+bingo	27460
+binkies	27461
+binky	27462
+bishop	27463
+biscuit	27464
+biscotti	27465
+biggie	27466
+bigass	27467
+biker	27468
+biked	27469
+bikes	27470
+bikini	27471
+biking	27472
+bicycle	27473
+bicycling	27474
+biceps	27475
+bickering	27476
+bible	27477
+bidder	27478
+bidding	27479
+biased	27480
+bipod	27481
+bipolar	27482
+byesville	27483
+bypassed	27484
+bypassing	27485
+rested	27486
+restful	27487
+restless	27488
+rests	27489
+restyling	27490
+reset	27491
+resell	27492
+resection	27493
+resist	27494
+resign	27495
+resize	27496
+resin	27497
+respect	27498
+result	27499
+resubmit	27500
+resupply	27501
+resort	27502
+resource	27503
+resonate	27504
+rescind	27505
+recon	27506
+record	27507
+recommend	27508
+recover	27509
+recollect	27510
+recoil	27511
+recert	27512
+recess	27513
+recent	27514
+receding	27515
+recieve	27516
+recruit	27517
+rector	27518
+rectum	27519
+recluse	27520
+recycle	27521
+recyclable	27522
+recycling	27523
+recap	27524
+recumbent	27525
+recheck	27526
+reckon	27527
+reckless	27528
+replenish	27529
+reply	27530
+repos	27531
+repoed	27532
+repel	27533
+repent	27534
+repay	27535
+repack	27536
+republic	27537
+repurchase	27538
+reptile	27539
+reptilian	27540
+reales	27541
+really	27542
+realm	27543
+reals	27544
+realz	27545
+react	27546
+reach	27547
+reacquainted	27548
+reader	27549
+readable	27550
+readd	27551
+readjust	27552
+reads	27553
+ready	27554
+rearing	27555
+rears	27556
+rearview	27557
+reaper	27558
+reaping	27559
+reamed	27560
+reams	27561
+refund	27562
+refurb	27563
+refuge	27564
+refuel	27565
+refrain	27566
+refers	27567
+reflux	27568
+reform	27569
+refocus	27570
+relax	27571
+relay	27572
+relapse	27573
+relic	27574
+relinquish	27575
+relentless	27576
+reload	27577
+reluctant	27578
+reluctance	27579
+relying	27580
+retro	27581
+retreat	27582
+retry	27583
+retard	27584
+retina	27585
+returns	27586
+returnable	27587
+returned	27588
+returning	27589
+retest	27590
+retention	27591
+rethinking	27592
+retort	27593
+retouch	27594
+remodel	27595
+remote	27596
+remorse	27597
+remount	27598
+remain	27599
+remade	27600
+remanufactured	27601
+remastered	27602
+rematch	27603
+remiss	27604
+remix	27605
+remit	27606
+remnants	27607
+region	27608
+regime	27609
+regular	27610
+regard	27611
+regain	27612
+regal	27613
+reganis	27614
+regatta	27615
+regroup	27616
+regenerate	27617
+regeneration	27618
+reveal	27619
+revel	27620
+reveille	27621
+review	27622
+revoke	27623
+revocation	27624
+revamped	27625
+revamping	27626
+revved	27627
+revving	27628
+redeem	27629
+redemption	27630
+redesign	27631
+redeye	27632
+redirect	27633
+redial	27634
+rediculous	27635
+redid	27636
+redistribution	27637
+redneck	27638
+redners	27639
+redness	27640
+redoing	27641
+redone	27642
+redownload	27643
+redbud	27644
+redheaded	27645
+redheads	27646
+reddish	27647
+reddit	27648
+redstone	27649
+redtube.com	27650
+renew	27651
+renee	27652
+rental	27653
+rent.com	27654
+renting	27655
+rents	27656
+renown	27657
+renos	27658
+rendition	27659
+rename	27660
+renaissance	27661
+renal	27662
+reins	27663
+reindeer	27664
+reintroduce	27665
+reinvent	27666
+reimburse	27667
+reimbursing	27668
+reigning	27669
+reigns	27670
+reiterate	27671
+reiterating	27672
+reissued	27673
+rebound	27674
+reborn	27675
+rebuke	27676
+rebuttal	27677
+rebuy	27678
+rebel	27679
+rebecca	27680
+rebate	27681
+rebar	27682
+reelect	27683
+reeling	27684
+reels	27685
+reentry	27686
+reefer	27687
+reefs	27688
+reeds	27689
+reeks	27690
+reheat	27691
+rehab	27692
+rehash	27693
+rehireable	27694
+rehired	27695
+reward	27696
+rewash	27697
+rewrap	27698
+rewrote	27699
+rewind	27700
+reword	27701
+rework	27702
+rejected	27703
+rejects	27704
+rejoin	27705
+request	27706
+reorder	27707
+reopened	27708
+reopening	27709
+reopens	27710
+reunion	27711
+reuse	27712
+reusable	27713
+reroute	27714
+rerouting	27715
+rereading	27716
+reruns	27717
+rekeyed	27718
+range	27719
+ranging	27720
+ranch	27721
+rancid	27722
+random	27723
+randy	27724
+ranking	27725
+ranked	27726
+ranks	27727
+ranting	27728
+rants	27729
+ransomville	27730
+rainbow	27731
+raindrop	27732
+rainin	27733
+rains	27734
+raincoat	27735
+rained	27736
+rainwater	27737
+rainy	27738
+railing	27739
+railroad	27740
+rails	27741
+railway	27742
+raise	27743
+raisin	27744
+raided	27745
+raiding	27746
+raids	27747
+ratio	27748
+rating	27749
+ratified	27750
+ratted	27751
+rated	27752
+rateliff	27753
+rates	27754
+ratchets	27755
+racer	27756
+racecar	27757
+raced	27758
+racehorse	27759
+races	27760
+racetrack	27761
+raceway	27762
+rack.com	27763
+racking	27764
+racks	27765
+racial	27766
+racin	27767
+raccoons	27768
+racquetball	27769
+radio	27770
+radical	27771
+radish	27772
+radius	27773
+rambunctious	27774
+rampid	27775
+ramps	27776
+rammed	27777
+ramming	27778
+rapid	27779
+raping	27780
+rapist	27781
+rappin	27782
+raped	27783
+raper	27784
+rapes	27785
+ravioli	27786
+ravish	27787
+raven	27788
+raves	27789
+ravage	27790
+ravanelli's	27791
+ragged	27792
+raggard	27793
+ragging	27794
+ragstock	27795
+rafter	27796
+rafting	27797
+raffle	27798
+raspy	27799
+rascals	27800
+rashes	27801
+rarely	27802
+rarest	27803
+raring	27804
+rarity	27805
+rabbit	27806
+rabid	27807
+rabies	27808
+rally	27809
+rallies	27810
+raked	27811
+rakes	27812
+razors	27813
+roundabout	27814
+roundhouse	27815
+rounding	27816
+roundpoint	27817
+rounds	27818
+roundtable	27819
+roundup	27820
+route	27821
+roughing	27822
+roughly	27823
+roughness	27824
+rouses	27825
+roads	27826
+roadblock	27827
+roadway	27828
+roadkill	27829
+roadmap	27830
+roadrunner	27831
+roasting	27832
+roasts	27833
+roaches	27834
+roaming	27835
+roaring	27836
+roommate	27837
+rooms	27838
+roomy	27839
+roofer	27840
+rooftop	27841
+roofs	27842
+rooster	27843
+rooted	27844
+rooting	27845
+roots	27846
+rookie	27847
+robotic	27848
+robots	27849
+robert	27850
+robes	27851
+robin	27852
+robitussin	27853
+roburritos	27854
+robust	27855
+rotary	27856
+rotor	27857
+rototiller	27858
+rotini	27859
+rotisserie	27860
+rotting	27861
+rocks	27862
+rockin	27863
+rocky	27864
+rockabilly	27865
+rockfish	27866
+rockler	27867
+rockwells	27868
+rollin	27869
+rollaway	27870
+rollback	27871
+rollover	27872
+rolls	27873
+roleplay	27874
+roles	27875
+rolodex	27876
+rolos	27877
+rosebud	27878
+rosemary	27879
+roses	27880
+rosetta	27881
+rosewood	27882
+rosey	27883
+rosie	27884
+rosin	27885
+rosaries	27886
+rosary	27887
+rosters	27888
+roman	27889
+romaine	27890
+romeo	27891
+romex	27892
+rodent	27893
+rodeo	27894
+roped	27895
+ropers	27896
+ropes	27897
+rogers	27898
+royalties	27899
+royalty	27900
+ridic	27901
+ridin	27902
+riddle	27903
+riddance	27904
+ridden	27905
+rider	27906
+rideable	27907
+rides	27908
+ridges	27909
+ridgetop	27910
+righteous	27911
+rightful	27912
+right-hand	27913
+rightly	27914
+rights	27915
+righty	27916
+rigged	27917
+rigging	27918
+rigorous	27919
+ringer	27920
+rings	27921
+ringtone	27922
+ringback	27923
+ringing	27924
+ringworm	27925
+rinse	27926
+rinsing	27927
+rinds	27928
+rinks	27929
+richard	27930
+richly	27931
+ricky	27932
+ricochet	27933
+ricos	27934
+ricotta	27935
+river	27936
+rivet	27937
+rivalry	27938
+rivals	27939
+riser	27940
+risen	27941
+rises	27942
+risking	27943
+risks	27944
+risky	27945
+rippin	27946
+rifled	27947
+rifleman	27948
+rifles	27949
+riffic	27950
+riffs	27951
+ritalin	27952
+rites	27953
+rittenberg	27954
+rittiman	27955
+rituals	27956
+ribbon	27957
+ribbit	27958
+ribeyes	27959
+rimmed	27960
+rimming	27961
+riled	27962
+rillos	27963
+runnin	27964
+runny	27965
+runaround	27966
+runaway	27967
+runescape	27968
+rustle	27969
+rusty	27970
+rusted	27971
+rustic	27972
+rushin	27973
+russet	27974
+russian	27975
+rubble	27976
+rumba	27977
+rumbi	27978
+rumored	27979
+rumors	27980
+rummage	27981
+rummy	27982
+rudely	27983
+rudeness	27984
+rudest	27985
+ruler	27986
+ruled	27987
+rules	27988
+ruthless	27989
+ruffled	27990
+ruffles	27991
+ruptured	27992
+rheumatoid	27993
+rhetorical	27994
+rhyme	27995
+rhyming	27996
+rhythms	27997
+rhinoceros	27998
+rhinos	27999
+rhinestones	28000
+decor	28001
+decode	28002
+decompress	28003
+decoy	28004
+decongestant	28005
+decipher	28006
+decibel	28007
+decir	28008
+decade	28009
+decaf	28010
+decal	28011
+decanter	28012
+decapitated	28013
+decay	28014
+deceased	28015
+decking	28016
+decks	28017
+decree	28018
+decrepit	28019
+design	28020
+desist	28021
+despair	28022
+desensitized	28023
+desktop	28024
+desks	28025
+dessert	28026
+dessa	28027
+deliver	28028
+delight	28029
+deliberate	28030
+delias	28031
+delish	28032
+delity	28033
+delectable	28034
+delay	28035
+delusion	28036
+deluded	28037
+deluxe	28038
+dell.com	28039
+della	28040
+dellenbach	28041
+delta.com	28042
+defeat	28043
+defect	28044
+defer	28045
+defibrillator	28046
+defrost	28047
+defriend	28048
+default	28049
+defamation	28050
+defax	28051
+deflate	28052
+deflect	28053
+defying	28054
+deposit	28055
+deport	28056
+depot	28057
+department	28058
+departure	28059
+departed	28060
+departing	28061
+departs	28062
+dependable	28063
+depending	28064
+depends	28065
+deploy	28066
+depleted	28067
+depth	28068
+deputies	28069
+deputy	28070
+deale	28071
+dealbreaker	28072
+deals	28073
+dealt	28074
+dealy-o	28075
+deadhead	28076
+deadmau5	28077
+deacon	28078
+dearest	28079
+dearie	28080
+dearly	28081
+dears	28082
+deathbed	28083
+deathly	28084
+deathmatch	28085
+deaths	28086
+dean's	28087
+deanna	28088
+deans	28089
+deafening	28090
+devil	28091
+device	28092
+devin	28093
+devious	28094
+devise	28095
+devon	28096
+development	28097
+developing	28098
+develops	28099
+devastate	28100
+deter	28101
+detect	28102
+detention	28103
+detach	28104
+detour	28105
+detox	28106
+detrimental	28107
+demon	28108
+demographic	28109
+demos	28110
+demoted	28111
+demanded	28112
+demanding	28113
+demands	28114
+dentist	28115
+denture	28116
+dental	28117
+dented	28118
+dents	28119
+denial	28120
+denim	28121
+denise	28122
+denomination	28123
+denominator	28124
+dense	28125
+density	28126
+denying	28127
+debauchery	28128
+debit	28129
+debilitating	28130
+debrief	28131
+debris	28132
+debbie	28133
+debby	28134
+debts	28135
+debug	28136
+debut	28137
+derma	28138
+derail	28139
+deranged	28140
+deregister	28141
+derek	28142
+derivative	28143
+derived	28144
+deepthroat	28145
+deeply	28146
+deeds	28147
+deemed	28148
+deers	28149
+deducted	28150
+dedicate	28151
+degenerous	28152
+dehydrate	28153
+dehydration	28154
+dehydrator	28155
+dehumidifiers	28156
+dejected	28157
+dejeuner	28158
+disco	28159
+discus	28160
+discern	28161
+discard	28162
+discs	28163
+disturb	28164
+distemper	28165
+disagree	28166
+disadvantage	28167
+disalvo's	28168
+dispatch	28169
+disprove	28170
+disrupt	28171
+dish.com	28172
+dishing	28173
+dismiss	28174
+dismount	28175
+disown	28176
+disinfect	28177
+disease	28178
+disengage	28179
+disbelief	28180
+disbursement	28181
+disks	28182
+disqualified	28183
+disqualify	28184
+diagonal	28185
+diagram	28186
+dialog	28187
+dialing	28188
+dials	28189
+dialysis	28190
+diabolical	28191
+diamond	28192
+diameter	28193
+diaper	28194
+diaphragm	28195
+diaries	28196
+diarrhea	28197
+diary	28198
+diana	28199
+diane	28200
+diver	28201
+dives	28202
+division	28203
+diva's	28204
+divan	28205
+divas	28206
+divorce	28207
+divorcing	28208
+dickhead	28209
+dickface	28210
+dicking	28211
+dickory	28212
+dicks	28213
+diction	28214
+diced	28215
+dices	28216
+dicey	28217
+direct	28218
+dirt.com	28219
+dirtbag	28220
+dirty	28221
+digger	28222
+diggy	28223
+digit	28224
+digis	28225
+digested	28226
+dignity	28227
+dingbat	28228
+dingleberry	28229
+dingo	28230
+dings	28231
+dingus	28232
+dingy	28233
+diner	28234
+dined	28235
+dinner's	28236
+dinner.	28237
+dinners	28238
+dinos	28239
+dilaudid	28240
+dilemma	28241
+diley	28242
+diligent	28243
+diligence	28244
+dillonvale	28245
+dilly	28246
+dildos	28247
+diluted	28248
+differs	28249
+diffuse	28250
+diffusion	28251
+difficulties	28252
+difficulty	28253
+dietary	28254
+dieter	28255
+diets	28256
+diesel	28257
+dimension	28258
+dimes	28259
+dimetapp	28260
+diminished	28261
+diminishing	28262
+dimmers	28263
+dimples	28264
+diplomat	28265
+diplomacy	28266
+diplomas	28267
+dippin	28268
+dipshit	28269
+dipstick	28270
+diddy	28271
+didn't	28272
+didnt	28273
+ditching	28274
+dizziness	28275
+dizzle	28276
+dizzy	28277
+dibella's	28278
+diberville	28279
+downs	28280
+downfall	28281
+downhill	28282
+downing	28283
+downward	28284
+downy	28285
+donate	28286
+done.	28287
+doner	28288
+dones	28289
+dongle	28290
+dongs	28291
+donna	28292
+donnies	28293
+donuts	28294
+don'ts	28295
+donkeys	28296
+donors	28297
+doors	28298
+doorway	28299
+door's	28300
+doorknob	28301
+doornail	28302
+doodle	28303
+doodoo	28304
+doomed	28305
+doomsday	28306
+doobie	28307
+dooby	28308
+domicile	28309
+domes	28310
+domains	28311
+doctor	28312
+doctrine	28313
+documented	28314
+documenting	28315
+documents	28316
+docks	28317
+docking	28318
+doubt	28319
+dough	28320
+dougie	28321
+douchebag	28322
+douches	28323
+doggy	28324
+doggone	28325
+dogfight	28326
+dogfish	28327
+dolla	28328
+dolled	28329
+dollhouse	28330
+dollies	28331
+dolls	28332
+dolly	28333
+dolphins	28334
+dormant	28335
+dormer	28336
+dormitory	28337
+dorms	28338
+dorks	28339
+dorky	28340
+dodge	28341
+dodging	28342
+dosage	28343
+doses	28344
+doped	28345
+dopey	28346
+dozen	28347
+dozed	28348
+dozer	28349
+doings	28350
+drive	28351
+drivin	28352
+drivable	28353
+drinker	28354
+drinkin	28355
+drinkable	28356
+drinks	28357
+drinky	28358
+drifting	28359
+driftwood	28360
+drips	28361
+drilling	28362
+drills	28363
+drizzle	28364
+drizzling	28365
+drizzly	28366
+dried	28367
+drier	28368
+dries	28369
+dribble	28370
+dribbling	28371
+drawer	28372
+drawing	28373
+drawl	28374
+drawn	28375
+draws	28376
+dragon	28377
+drags	28378
+drainage	28379
+draining	28380
+drains	28381
+dramatic	28382
+dramas	28383
+draped	28384
+drapes	28385
+drafted	28386
+drafting	28387
+drafts	28388
+drastically	28389
+dream	28390
+dread	28391
+dreary	28392
+dressing	28393
+dressage	28394
+dressy	28395
+drop-down	28396
+dropbox	28397
+dropkick	28398
+drops	28399
+drown	28400
+drool	28401
+droopy	28402
+droids	28403
+drones	28404
+drugs	28405
+drugz	28406
+drums	28407
+drumline	28408
+drunkard	28409
+drunks	28410
+drunky	28411
+drywaller	28412
+dryers	28413
+dance	28414
+dancin	28415
+danger	28416
+dandruff	28417
+dandy	28418
+daniel	28419
+danish	28420
+danas	28421
+danke	28422
+danni	28423
+danny	28424
+danse	28425
+darks	28426
+darkness	28427
+dared	28428
+dares	28429
+darlin	28430
+darlenes	28431
+darndest	28432
+darned	28433
+dartboard	28434
+darts	28435
+daring	28436
+damned	28437
+damnation	28438
+damndest	28439
+damnit	28440
+damage	28441
+damaging	28442
+damper	28443
+damsel	28444
+damson	28445
+daydreaming	28446
+daydreams	28447
+daycares	28448
+daylights	28449
+date:	28450
+dated	28451
+datehookup	28452
+dater	28453
+dates	28454
+database	28455
+daddy	28456
+daily	28457
+dailies	28458
+daisies	28459
+daisy	28460
+dallas	28461
+dally	28462
+dales	28463
+dashboard	28464
+dashing	28465
+daughter's	28466
+daughter-in-law	28467
+daughters	28468
+dawned	28469
+dawning	28470
+dawns	28471
+dawgwww	28472
+dazzle	28473
+dazzling	28474
+dazed	28475
+daggers	28476
+davenport	28477
+dumplin	28478
+dumps	28479
+dumping	28480
+dumbass	28481
+dumbbell	28482
+dummies	28483
+dummy	28484
+dunkin	28485
+dunkelbergers	28486
+dunks	28487
+dunes	28488
+dungeons	28489
+duplex	28490
+duped	28491
+duper	28492
+ducked	28493
+duckling	28494
+ducks	28495
+ducky	28496
+ducted	28497
+ducts	28498
+ductwork	28499
+dustin	28500
+dustpan	28501
+dustrial	28502
+dusty	28503
+dusky	28504
+duration	28505
+dude's	28506
+duder	28507
+dudes	28508
+dueling	28509
+duels	28510
+duets	28511
+dubba	28512
+dubbed	28513
+dubstep	28514
+dutchmans	28515
+duty:	28516
+duality	28517
+dually	28518
+dynasty	28519
+dynomite	28520
+dysfunctional	28521
+dyslexia	28522
+dyslexic	28523
+dwelling	28524
+antifreeze	28525
+antihistamine	28526
+antiperspirant	28527
+antisocial	28528
+antivirus	28529
+antenna	28530
+antebellum	28531
+antelope	28532
+anterior	28533
+antes	28534
+anthem	28535
+antacid	28536
+antlers	28537
+antsy	28538
+annoy	28539
+annotated	28540
+annual	28541
+annulment	28542
+annum	28543
+annunciate	28544
+annie	28545
+annalisa	28546
+annas	28547
+annex	28548
+angel	28549
+anger	28550
+angle	28551
+angling	28552
+angie	28553
+angina	28554
+angry	28555
+analog	28556
+anally	28557
+anything	28558
+anytime	28559
+anyway	28560
+anywhere	28561
+anyone's	28562
+anyones	28563
+anybody's	28564
+anyhoo	28565
+anyhow	28566
+andre	28567
+andro	28568
+anime	28569
+animosity	28570
+anonymous	28571
+anonymity	28572
+anointed	28573
+anointing	28574
+anorexia	28575
+anorexic	28576
+another's	28577
+anchor	28578
+anchovies	28579
+ancestor	28580
+ancestry	28581
+anesthetic	28582
+anemia	28583
+anemic	28584
+answered	28585
+answering	28586
+answers	28587
+anxieties	28588
+anxiety	28589
+anxiously	28590
+alley	28591
+allen	28592
+alleviate	28593
+allow	28594
+alloy	28595
+allie	28596
+alliance	28597
+alligator	28598
+allison	28599
+alliteration	28600
+allusion	28601
+allure	28602
+alluvial	28603
+all-purpose	28604
+all-time	28605
+allspice	28606
+allsups	28607
+alteration	28608
+altered	28609
+altering	28610
+alters	28611
+altamesa	28612
+altar	28613
+altogether	28614
+alignment	28615
+aligned	28616
+aligning	28617
+alienate	28618
+aliens	28619
+alias	28620
+alibis	28621
+alice	28622
+alicia	28623
+alikes	28624
+alerted	28625
+alerting	28626
+alerts	28627
+alexandria	28628
+alexis	28629
+aleck	28630
+along	28631
+alone	28632
+alarm.com	28633
+alarmed	28634
+alarming	28635
+alarms	28636
+albanos	28637
+albasha	28638
+albatross	28639
+album	28640
+albuterol	28641
+albeit	28642
+albert	28643
+alcohol	28644
+alcove	28645
+alchemist	28646
+alchemy	28647
+alphabet	28648
+alpacas	28649
+almond	28650
+almost	28651
+algorithms	28652
+alrighty	28653
+account	28654
+accord	28655
+accolades	28656
+access	28657
+accept	28658
+accelera	28659
+accent	28660
+accidental	28661
+accidently	28662
+accidents	28663
+accrue	28664
+acclimate	28665
+acclaim	28666
+actin	28667
+action	28668
+actual	28669
+actors	28670
+actresses	28671
+aching	28672
+aches	28673
+achey	28674
+acronym	28675
+across	28676
+acreage	28677
+acres	28678
+acrylics	28679
+academy	28680
+acapella	28681
+acapulcos	28682
+acquisition	28683
+acquaintance	28684
+acquainted	28685
+acetaminophen	28686
+acetone	28687
+acetylene	28688
+acknowledged	28689
+acknowledgement	28690
+acknowledges	28691
+acoustical	28692
+acoustics	28693
+acorns	28694
+acupuncture	28695
+acupuncturist	28696
+advent	28697
+advil	28698
+advice	28699
+advantage	28700
+advocacy	28701
+addict	28702
+adding	28703
+added	28704
+addendum	28705
+adderall	28706
+address:	28707
+addressing	28708
+addys	28709
+admins	28710
+admire	28711
+admiring	28712
+admits	28713
+admissions	28714
+adore	28715
+adoring	28716
+adorn	28717
+adopted	28718
+adolphs	28719
+adobe	28720
+adobo	28721
+adjust	28722
+adjudication	28723
+adjunct	28724
+adjectives	28725
+adjoining	28726
+adjourned	28727
+adaptation	28728
+adamant	28729
+adam4adam	28730
+adequately	28731
+adrian	28732
+adriatico's	28733
+adrenaline	28734
+artis	28735
+artillery	28736
+artesian	28737
+arthritic	28738
+arthritis	28739
+artsy	28740
+arraignment	28741
+array	28742
+arris	28743
+arrest	28744
+arrears	28745
+arrow	28746
+archaeology	28747
+archway	28748
+arcade	28749
+arcane	28750
+armor	28751
+armoire	28752
+armour	28753
+armadillo	28754
+armament	28755
+armature	28756
+armpits	28757
+arise	28758
+arising	28759
+aristocrat	28760
+ariana	28761
+arias	28762
+arigatos	28763
+argue	28764
+argument	28765
+arguably	28766
+arguing	28767
+around	28768
+aromas	28769
+aromatherapy	28770
+arbiter	28771
+arborist	28772
+arbors	28773
+arena	28774
+aren't	28775
+arent	28776
+area:	28777
+areas	28778
+asses	28779
+assert	28780
+asset	28781
+assed	28782
+assist	28783
+assign	28784
+assassin	28785
+assault	28786
+asshole	28787
+asshat	28788
+asterisk	28789
+asteroid	28790
+astound	28791
+asthmatic	28792
+aspirin	28793
+aspire	28794
+aspect	28795
+aspen	28796
+asparagus	28797
+aspartame	28798
+ashley	28799
+ashlynn	28800
+ashtrays	28801
+asked	28802
+asker	28803
+askew	28804
+asking	28805
+ascend	28806
+ascension	28807
+ascent	28808
+asap.com	28809
+apprised	28810
+appellation	28811
+apple	28812
+apply	28813
+appointment	28814
+appointed	28815
+appts	28816
+apologetic	28817
+apology	28818
+apostle	28819
+apostolic	28820
+apostrophe	28821
+apoco	28822
+apartment	28823
+apathetic	28824
+apathy	28825
+apeshit	28826
+apricots	28827
+aprons	28828
+ambit	28829
+ambien	28830
+ambiance	28831
+ambidextrous	28832
+ambiguous	28833
+ambivalent	28834
+ambush	28835
+ambassadors	28836
+ambers	28837
+ameriforce	28838
+ameripawn	28839
+ameristaff	28840
+amend	28841
+amenable	28842
+amenities	28843
+amaze	28844
+amazing	28845
+amazon	28846
+amaretto	28847
+amarin	28848
+amaryllis	28849
+amateur	28850
+amante	28851
+amanda	28852
+ampla	28853
+ample	28854
+amputee	28855
+amped	28856
+amphetamines	28857
+amorcito	28858
+amore	28859
+amorous	28860
+amortization	28861
+amongst	28862
+amounts	28863
+amici	28864
+amicable	28865
+amigo	28866
+amiga	28867
+amusement	28868
+amused	28869
+amuses	28870
+amnesia	28871
+amnesty	28872
+autos	28873
+autograph	28874
+auto-parts	28875
+auto.com	28876
+autofit	28877
+autoimmune	28878
+autonomy	28879
+autozone	28880
+author	28881
+authentic	28882
+autumn's	28883
+autumns	28884
+autism	28885
+autistic	28886
+audit	28887
+audio	28888
+audible	28889
+audience	28890
+auctioneer	28891
+auctioned	28892
+aunties	28893
+augmentation	28894
+augmentin	28895
+aural	28896
+austerity	28897
+austin	28898
+absence	28899
+absent	28900
+abstain	28901
+abstract	28902
+abscessed	28903
+abortion	28904
+aborted	28905
+about	28906
+abound	28907
+abolished	28908
+abominable	28909
+abomination	28910
+abuse	28911
+abundant	28912
+abundance	28913
+abuela	28914
+abuelos	28915
+abracadabra	28916
+abruptly	28917
+abandoned	28918
+abandoning	28919
+abandonment	28920
+aback	28921
+abacus	28922
+abbreviate	28923
+abbreviation	28924
+abilify	28925
+abide	28926
+abiding	28927
+abdomen	28928
+abdominal	28929
+abducted	28930
+abduction	28931
+abnormalities	28932
+abnormally	28933
+attempt	28934
+attest	28935
+attain	28936
+attract	28937
+attic	28938
+attitude	28939
+attire	28940
+attorney's	28941
+attorneys	28942
+att.com	28943
+att.net	28944
+athlete	28945
+athletic	28946
+atheists	28947
+atomic	28948
+atoms	28949
+atrocious	28950
+atria	28951
+atrium	28952
+airbrush	28953
+airbag	28954
+airless	28955
+airfare	28956
+airfield	28957
+airflow	28958
+airforce	28959
+airport	28960
+airshow	28961
+airsoft	28962
+airspeed	28963
+aircard	28964
+aircon	28965
+aircraft	28966
+airtex	28967
+airway	28968
+airwaves	28969
+aireco	28970
+aired	28971
+airheads	28972
+aided	28973
+aiden	28974
+aides	28975
+ailments	28976
+affidavit	28977
+affinity	28978
+affected	28979
+affects	28980
+affordable	28981
+afforded	28982
+affording	28983
+affairs	28984
+afflicted	28985
+affliction	28986
+afters	28987
+afternoon	28988
+afterall	28989
+aftercare	28990
+afterglow	28991
+afterlife	28992
+afterparty	28993
+afterthought	28994
+afroman	28995
+aggregate	28996
+aggravate	28997
+agenda	28998
+agent	28999
+agreement	29000
+agreed	29001
+agreeing	29002
+agrees	29003
+agricultural	29004
+agriculture	29005
+against	29006
+agaves	29007
+agitate	29008
+agitation	29009
+agitator	29010
+agile	29011
+agility	29012
+agonizing	29013
+agony	29014
+award	29015
+aware	29016
+awaken	29017
+awaited	29018
+awaiting	29019
+awaits	29020
+away.	29021
+aways	29022
+awesome.	29023
+awesomely	29024
+awesomeness	29025
+awesomer	29026
+awesomest	29027
+awkwardly	29028
+awkwardness	29029
+awnings	29030
+aversion	29031
+averted	29032
+avery	29033
+avenue	29034
+avenge	29035
+avenita	29036
+avantis	29037
+avatars	29038
+aviary	29039
+avoidance	29040
+avoided	29041
+avoiding	29042
+avoids	29043
+avocados	29044
+axels	29045
+aerobic	29046
+aerials	29047
+aquariums	29048
+aquatics	29049
+ahhhh	29050
+trans	29051
+tranquil	29052
+trance	29053
+trail	29054
+train	29055
+trait	29056
+track	29057
+tract	29058
+trace	29059
+tracfone	29060
+tracing	29061
+tracy	29062
+trade	29063
+trave	29064
+travis	29065
+tramp	29066
+trama	29067
+tramway	29068
+traps	29069
+traffic's	29070
+traffic.	29071
+trafficking	29072
+traffics	29073
+tragic	29074
+trashed	29075
+trashing	29076
+trashy	29077
+trays	29078
+trick	29079
+trice	29080
+tricia	29081
+tricot	29082
+tricycle	29083
+triple	29084
+tripod	29085
+trips	29086
+trial	29087
+triad	29088
+triage	29089
+triathlon	29090
+trigger	29091
+triglycerides	29092
+trigonometry	29093
+trigreen	29094
+trigs	29095
+trimester	29096
+trims	29097
+tribe	29098
+tribal	29099
+trifecta	29100
+trish	29101
+tri-state	29102
+trill	29103
+trilogy	29104
+trinket	29105
+trina	29106
+trivia	29107
+trivago	29108
+tried	29109
+tries	29110
+trios	29111
+treat	29112
+tread	29113
+treacherous	29114
+trend	29115
+trench	29116
+trees	29117
+treetop	29118
+treehouse	29119
+treeline	29120
+trespass	29121
+trestle	29122
+tremendous	29123
+tremors	29124
+treks	29125
+trust	29126
+truss	29127
+truck	29128
+truce	29129
+truthful	29130
+truths	29131
+truecar.com	29132
+truer	29133
+truest	29134
+trumpet	29135
+trumps	29136
+trunk	29137
+trundle	29138
+truffles	29139
+truliant	29140
+truly	29141
+trouser	29142
+trough	29143
+trout	29144
+tropic	29145
+trolling	29146
+trolls	29147
+trooper	29148
+troops	29149
+trombino's	29150
+trombone	29151
+trotters	29152
+trying	29153
+tryouts	29154
+terror	29155
+terra	29156
+terry	29157
+terms	29158
+terabyte	29159
+teraz	29160
+teriyaki	29161
+tendon	29162
+tending	29163
+tends	29164
+tenth	29165
+tents	29166
+tension	29167
+tense	29168
+tenet	29169
+tener	29170
+tenors	29171
+tenure	29172
+tenuta's	29173
+telehealth	29174
+telethon	29175
+teller	29176
+tellin	29177
+tells	29178
+telly	29179
+teladoc	29180
+telahealth	29181
+telugu	29182
+telus	29183
+tease	29184
+teasin	29185
+teaspoon	29186
+teach	29187
+teacup	29188
+teammate	29189
+teams	29190
+team's	29191
+teamed	29192
+teaming	29193
+teamwork	29194
+teardrop	29195
+teared	29196
+tearing	29197
+tears	29198
+teary	29199
+teaka	29200
+teakwood	29201
+temper	29202
+tempest	29203
+temptation	29204
+tempted	29205
+tempting	29206
+temptress	29207
+template	29208
+temple	29209
+testa	29210
+testosterone	29211
+tests	29212
+testy	29213
+teenage	29214
+teenie	29215
+teens	29216
+teener	29217
+teeny	29218
+teeter	29219
+teeth	29220
+teeheehee	29221
+techno	29222
+techna	29223
+texture	29224
+textbook	29225
+textfree	29226
+textplus	29227
+texts	29228
+tethered	29229
+tethering	29230
+teddys	29231
+tangle	29232
+tango	29233
+tangible	29234
+tangy	29235
+tankless	29236
+tanks	29237
+tanning	29238
+tandoor	29239
+tandem	29240
+tandy	29241
+tantalizing	29242
+talk.com	29243
+talkative	29244
+talks	29245
+talky	29246
+talent	29247
+tales	29248
+tallies	29249
+tally	29250
+tarde	29251
+tardiness	29252
+tards	29253
+tardy	29254
+target.com	29255
+targeted	29256
+targeting	29257
+targets	29258
+tarts	29259
+tarpon	29260
+tarps	29261
+tarantula	29262
+tarnished	29263
+taste	29264
+tasty	29265
+tasker	29266
+tasking	29267
+tasks	29268
+tassels	29269
+tacked	29270
+tacks	29271
+tacky	29272
+tactful	29273
+tacos	29274
+tailor	29275
+taillight	29276
+tailbone	29277
+tailed	29278
+tailpipe	29279
+tails	29280
+taint	29281
+taina	29282
+taker	29283
+takeaway	29284
+takedown	29285
+takee	29286
+taken	29287
+takes	29288
+takin	29289
+takis	29290
+tamale	29291
+tamaflu	29292
+tamper	29293
+tampon	29294
+tamed	29295
+tamer	29296
+tambien	29297
+tambourine	29298
+taper	29299
+tapes	29300
+taped	29301
+tapeworm	29302
+tapas	29303
+tapatios	29304
+taping	29305
+tapioca	29306
+tapped	29307
+tapping	29308
+tables	29309
+tablet	29310
+tablecloth	29311
+tabbies	29312
+tabby	29313
+taboo	29314
+tabouli	29315
+tattoo	29316
+tattle	29317
+tater	29318
+tates	29319
+taxicab	29320
+taxiing	29321
+taxing	29322
+taxis	29323
+taxable	29324
+taxation	29325
+taxed	29326
+taxes	29327
+taxpayers	29328
+tagged	29329
+tagging	29330
+tags:	29331
+taunting	29332
+taquitos	29333
+torta	29334
+tortilla	29335
+tortoise	29336
+tortellini	29337
+tornado	29338
+torrent	29339
+torrid	29340
+tormented	29341
+tormenting	29342
+torches	29343
+toritos	29344
+torsion	29345
+torso	29346
+touch	29347
+toucans	29348
+tours	29349
+toughness	29350
+tooth	29351
+toots	29352
+tooling	29353
+toolkit	29354
+tools	29355
+toons	29356
+toooo	29357
+tonight	29358
+tonic	29359
+toning	29360
+tonite	29361
+toner	29362
+toned	29363
+tones	29364
+tonsil	29365
+tongue	29366
+tongs	29367
+towner	29368
+towns	29369
+town's	29370
+tower	29371
+towel	29372
+towed	29373
+towards	29374
+tomato	29375
+tomahawk	29376
+tombstone	29377
+tomboy	29378
+tomorrow's	29379
+tomorrow.	29380
+tomorrows	29381
+tommys	29382
+topping	29383
+topic	29384
+topia	29385
+topless	29386
+topline	29387
+topsoil	29388
+totaled	29389
+totaling	29390
+totals	29391
+totem	29392
+toten	29393
+totes	29394
+tolerable	29395
+toll-free	29396
+tollgate	29397
+tolls	29398
+tollway	29399
+today	29400
+toddler	29401
+toddies	29402
+toddy	29403
+toasting	29404
+toasty	29405
+toads	29406
+togetherness	29407
+togethers	29408
+toxic	29409
+toxin	29410
+toenails	29411
+toilets	29412
+tossed	29413
+tossing	29414
+tosh.o	29415
+tobyGames	29416
+tocaria	29417
+tokens	29418
+there	29419
+thers	29420
+theary	29421
+theme	29422
+theyre	29423
+thesaurus	29424
+these	29425
+thesis	29426
+theirs	29427
+thence	29428
+throw	29429
+throat	29430
+throb	29431
+through	29432
+throes	29433
+throne	29434
+throttle	29435
+three	29436
+threshold	29437
+threw	29438
+thrill	29439
+thrift	29440
+thrice	29441
+think	29442
+thing	29443
+thins	29444
+thine	29445
+third	29446
+thirst	29447
+thickness	29448
+this'll	29449
+this.com	29450
+this:	29451
+thistle	29452
+thief	29453
+thighs	29454
+thank	29455
+thang	29456
+that:	29457
+thats	29458
+thawed	29459
+thawing	29460
+though	29461
+thousand	29462
+thorn	29463
+thorough	29464
+thongs	29465
+thunder	29466
+thunk	29467
+thumb	29468
+thump	29469
+thugs	29470
+thursdays	29471
+times	29472
+timecard	29473
+timeout	29474
+timer	29475
+time's	29476
+time.com	29477
+time:	29478
+timed	29479
+timeframe	29480
+timetable	29481
+timewise	29482
+timey	29483
+timberland	29484
+timbers	29485
+timing	29486
+timid	29487
+timmys	29488
+tinker	29489
+tinkle	29490
+tinted	29491
+tinting	29492
+tinsel	29493
+ticking	29494
+ticks	29495
+tightly	29496
+tightness	29497
+tightrope	29498
+tights	29499
+tighty	29500
+tigerDirect	29501
+tigerdirect.com	29502
+tigers	29503
+title:	29504
+titlebucks	29505
+titled	29506
+titles	29507
+titted	29508
+titties	29509
+titty	29510
+titanfall	29511
+titanium	29512
+tiled	29513
+tiles	29514
+tiller	29515
+tilted	29516
+tipping	29517
+tippy	29518
+tipsy	29519
+tired	29520
+tires	29521
+tirely	29522
+tireman	29523
+tirade	29524
+tiramisu	29525
+tidbits	29526
+tides	29527
+tidying	29528
+tiered	29529
+tierra	29530
+tiffany	29531
+tiffs	29532
+tiffy	29533
+tional	29534
+tions	29535
+tissues	29536
+turnt	29537
+turnkey	29538
+turnpike	29539
+turns	29540
+turny	29541
+turbine	29542
+turbo	29543
+turban	29544
+turbulence	29545
+turtleneck	29546
+turtles	29547
+turds	29548
+turducken	29549
+turkeys	29550
+turmeric	29551
+turmoil	29552
+turrets	29553
+tuner	29554
+tunechi	29555
+tuned	29556
+tunes	29557
+tuneup	29558
+tunex	29559
+tunic	29560
+tuning	29561
+tunnels	29562
+tube.com	29563
+tube8	29564
+tuberculosis	29565
+tubes	29566
+tubal	29567
+tubbing	29568
+tubby	29569
+tumble	29570
+tumbling	29571
+tumblr	29572
+tumors	29573
+tutored	29574
+tutors	29575
+tutti	29576
+tutto	29577
+tutus	29578
+tucked	29579
+tuckered	29580
+tuxedo	29581
+tuxes	29582
+twink	29583
+twine	29584
+twins	29585
+twisting	29586
+twists	29587
+twisty	29588
+twitch	29589
+twitter	29590
+twiddle	29591
+twiddling	29592
+twigs	29593
+twirling	29594
+tweet	29595
+tween	29596
+tweed	29597
+tweezers	29598
+tweaking	29599
+tweaks	29600
+twenty	29601
+twenties	29602
+twerkin	29603
+two-day	29604
+two-point	29605
+two-story	29606
+two-thirds	29607
+two-year	29608
+type:	29609
+typed	29610
+typer	29611
+types	29612
+typewriter	29613
+typical	29614
+typing	29615
+typist	29616
+typhoid	29617
+typhoon	29618
+typos	29619
+mania	29620
+manic	29621
+manikin	29622
+manila	29623
+manatee	29624
+manana	29625
+manual	29626
+manure	29627
+manuscript	29628
+manda	29629
+mando	29630
+manderbach	29631
+mandingo	29632
+mandy	29633
+mango	29634
+mange	29635
+manga	29636
+mangia	29637
+mangled	29638
+mangrove	29639
+manna	29640
+manning	29641
+mannys	29642
+mansion	29643
+manscaping	29644
+manslaughter	29645
+maneuver	29646
+manhandled	29647
+manhunt	29648
+mantel	29649
+mantis	29650
+mantle	29651
+mantra	29652
+mancan	29653
+mancino's	29654
+manor	29655
+mario	29656
+marie	29657
+marigold	29658
+marijuana	29659
+mariscos	29660
+marking	29661
+marks	29662
+markdown	29663
+markup	29664
+marty	29665
+martha	29666
+margin	29667
+marry	29668
+marrow	29669
+marsh	29670
+marsala	29671
+marathon	29672
+maracas	29673
+maraschino	29674
+maravilla	29675
+march	29676
+marcus	29677
+mareo	29678
+mares	29679
+marvel	29680
+marvin	29681
+marbles	29682
+marlenes	29683
+marlin	29684
+marys	29685
+mastria	29686
+masse	29687
+massive	29688
+mashita	29689
+mashup	29690
+mason	29691
+masochist	29692
+mascara	29693
+mascot	29694
+masked	29695
+masking	29696
+masks	29697
+masala	29698
+matte	29699
+mattress	29700
+matthew	29701
+mattis	29702
+matts	29703
+matchup	29704
+match.com	29705
+matchbox	29706
+matching	29707
+mater	29708
+mates	29709
+mature	29710
+matick	29711
+mation	29712
+matrix	29713
+matron	29714
+magnolia	29715
+magnum	29716
+magic	29717
+magistrate	29718
+magination	29719
+maggot	29720
+maggie	29721
+magazines	29722
+mail.	29723
+mailbox	29724
+mailing	29725
+mailman	29726
+mailroom	29727
+mails	29728
+mailtime	29729
+mains	29730
+mainframe	29731
+maiden	29732
+maids	29733
+machete	29734
+macho	29735
+mackerel	29736
+macklind	29737
+macular	29738
+malachite	29739
+malignant	29740
+mallards	29741
+mallet	29742
+malls	29743
+malfunctioning	29744
+malfunctions	29745
+males	29746
+malted	29747
+maddie	29748
+madea's	29749
+madisons	29750
+mamma	29751
+mama's	29752
+mamacita	29753
+mamas	29754
+mamita	29755
+maker	29756
+makes	29757
+make-up	29758
+makeup	29759
+making	29760
+mayor	29761
+mayonnaise	29762
+maybe's	29763
+maxing	29764
+majored	29765
+majorly	29766
+majors	29767
+majestic	29768
+majesty	29769
+maples	29770
+mapped	29771
+mapping	29772
+mahalia	29773
+mazes	29774
+motor	29775
+motocross	29776
+motos	29777
+motoworld	29778
+mother	29779
+mothballs	29780
+motion	29781
+motif	29782
+motel	29783
+monologue	29784
+monocle	29785
+monorail	29786
+monoxide	29787
+money	29788
+monitor	29789
+monica	29790
+monies	29791
+monique	29792
+monsoon	29793
+month	29794
+montage	29795
+montoursville	29796
+monkey	29797
+monks	29798
+monarch	29799
+monastery	29800
+mondo	29801
+monumental	29802
+monuments	29803
+monger	29804
+mongoloid	29805
+mortgage	29806
+mortuary	29807
+moral	29808
+moraine	29809
+moratorium	29810
+mornin	29811
+morena	29812
+moreover	29813
+morongo	29814
+morons	29815
+morbidly	29816
+morphine	29817
+morries	29818
+morrow	29819
+morsels	29820
+model	29821
+modes	29822
+modem	29823
+modify	29824
+module	29825
+modded	29826
+modding	29827
+mount	29828
+mound	29829
+mouthful	29830
+mouthguard	29831
+mouthing	29832
+mouthpiece	29833
+mouths	29834
+mouthwash	29835
+mouthy	29836
+mouse	29837
+mousse	29838
+moustache	29839
+mourning	29840
+moles	29841
+molehill	29842
+molding	29843
+molded	29844
+molds	29845
+moldy	29846
+molar	29847
+molasses	29848
+mollys	29849
+moons	29850
+moonlight	29851
+moonroof	29852
+moonwalk	29853
+moocher	29854
+moodiness	29855
+moods	29856
+moody	29857
+mooring	29858
+moorland	29859
+mooses	29860
+moment	29861
+momma	29862
+mommy	29863
+mommies	29864
+movement	29865
+mover	29866
+moved	29867
+moves	29868
+movie	29869
+movin	29870
+movable	29871
+movado	29872
+mocking	29873
+mocks	29874
+mockup	29875
+moccasins	29876
+mocha	29877
+mochi	29878
+mocospace	29879
+mostly	29880
+mosquito	29881
+mosque	29882
+mossy	29883
+mobile	29884
+mobility	29885
+mobster	29886
+mobbed	29887
+mobbin	29888
+moped	29889
+mopey	29890
+mopped	29891
+mopping	29892
+moaning	29893
+moans	29894
+mower	29895
+mowed	29896
+mojitos	29897
+mojos	29898
+missus	29899
+missy	29900
+misty	29901
+mister	29902
+misting	29903
+mistletoe	29904
+mistook	29905
+miscellaneous	29906
+miscue	29907
+misinterpret	29908
+miserab	29909
+misery	29910
+misfortune	29911
+misuse	29912
+misdemeanor	29913
+mislead	29914
+misled	29915
+misplace	29916
+misprint	29917
+misbehave	29918
+misbehaving	29919
+mishaps	29920
+mismatched	29921
+misread	29922
+misrepresented	29923
+minis	29924
+miniature	29925
+minion	29926
+minivan	29927
+mining	29928
+mindful	29929
+minds	29930
+mind's	29931
+minding	29932
+mindless	29933
+mindys	29934
+miner	29935
+mines	29936
+mine's	29937
+minecraft	29938
+miney	29939
+minute	29940
+minus	29941
+minora	29942
+minors	29943
+mings	29944
+mint.com	29945
+mints	29946
+minty	29947
+minced	29948
+mincemeat	29949
+minnow	29950
+minnesotaburns	29951
+minstrel	29952
+milli	29953
+mills	29954
+miles	29955
+mileage	29956
+milena	29957
+milepost	29958
+miler	29959
+miley	29960
+milks	29961
+milking	29962
+milkman	29963
+milky	29964
+milia	29965
+milios	29966
+mildew	29967
+mildly	29968
+milds	29969
+milfs	29970
+micros	29971
+microchip	29972
+microphone	29973
+microbiology	29974
+microdermabrasion	29975
+micromanage	29976
+micron	29977
+michael	29978
+micah	29979
+mickey	29980
+micki	29981
+mid-afternoon	29982
+mid-january	29983
+mid-morning	29984
+midway	29985
+midweek	29986
+middle	29987
+midday	29988
+midst	29989
+midsection	29990
+midterm	29991
+midtown	29992
+midgets	29993
+midnights	29994
+mitten	29995
+mitthoeffer	29996
+mitts	29997
+miter	29998
+mites	29999
+mitigate	30000
+mitigation	30001
+migraine	30002
+might've	30003
+mighta	30004
+mighty	30005
+mirage	30006
+miralax	30007
+miramont	30008
+miranda	30009
+mirrored	30010
+mirrors	30011
+mixer	30012
+mixed	30013
+mixes	30014
+mixtape	30015
+mixture	30016
+mimic	30017
+mimosas	30018
+mikeys	30019
+medic	30020
+media	30021
+medium	30022
+medi-cal	30023
+medieval	30024
+medilodge	30025
+medallion	30026
+medals	30027
+medley	30028
+medlink	30029
+metal	30030
+metamorphosis	30031
+metate	30032
+methylone	30033
+metro	30034
+metric	30035
+meteor	30036
+meter	30037
+merch	30038
+mercantil	30039
+mercury	30040
+mercy	30041
+merica	30042
+meridian	30043
+merit	30044
+meringue	30045
+merge	30046
+merging	30047
+merry	30048
+merely	30049
+mermaids	30050
+mention	30051
+mentor	30052
+mental	30053
+menteur	30054
+menthol	30055
+ments	30056
+mending	30057
+mendler	30058
+menage	30059
+menstrual	30060
+menswear	30061
+menudo	30062
+menus	30063
+meningitis	30064
+meniscus	30065
+menopause	30066
+menorah	30067
+meander	30068
+meant	30069
+mean:	30070
+meanness	30071
+means	30072
+meanwhile	30073
+meatball	30074
+meathead	30075
+meatloaf	30076
+meats	30077
+meaty	30078
+meadows	30079
+meals	30080
+memoir	30081
+memos	30082
+member	30083
+membrane	30084
+memento	30085
+memes	30086
+messin	30087
+messy	30088
+mesmerize	30089
+mesmerizing	30090
+melon	30091
+meltdown	30092
+melted	30093
+melting	30094
+melts	30095
+melatonin	30096
+mellowed	30097
+megan	30098
+mechanic	30099
+mechanism	30100
+meeting	30101
+meets	30102
+mexicana	30103
+music	30104
+musinex	30105
+musta	30106
+must've	30107
+muster	30108
+mustn't	30109
+musty	30110
+musket	30111
+muskrat	30112
+musky	30113
+mushroom	30114
+mushy	30115
+muscle	30116
+muscular	30117
+museum	30118
+mussels	30119
+multi-player	30120
+multigrain	30121
+multinational	30122
+mullet	30123
+mules	30124
+muncher	30125
+munchkin	30126
+municipal	30127
+munitions	30128
+mundane	30129
+mundo	30130
+murdering	30131
+murders	30132
+murals	30133
+mutton	30134
+mutts	30135
+mutant	30136
+mutation	30137
+muted	30138
+mutually	30139
+mucho	30140
+much.	30141
+muchas	30142
+muchly	30143
+mumbo	30144
+mummies	30145
+mummy	30146
+muggin	30147
+mugged	30148
+muggy	30149
+mugshots	30150
+mugsy's	30151
+muffler	30152
+muffled	30153
+muffins	30154
+mudding	30155
+muddy	30156
+muzzleloader	30157
+muzzleloading	30158
+myspace.com	30159
+mythical	30160
+mythology	30161
+myrtles	30162
+mccon	30163
+mccools	30164
+Allen	30165
+Alley	30166
+Allis	30167
+Allie	30168
+Alligator	30169
+Allina	30170
+Allston	30171
+Allycia	30172
+Allyson	30173
+Allah	30174
+Allan	30175
+Allred	30176
+Allroad	30177
+Albee	30178
+Albemarle	30179
+Alban	30180
+Alba's	30181
+Albia	30182
+Albion	30183
+Albrecht	30184
+Albright	30185
+Album	30186
+Albuquerque	30187
+Alexa	30188
+Alexi	30189
+Alex's	30190
+Alexys	30191
+Alejandro	30192
+Alejandra	30193
+Alero	30194
+Alert	30195
+Alerus	30196
+Alena	30197
+Alene	30198
+Alamo	30199
+Alamance	30200
+Alameda	30201
+Alamitos	30202
+Alana	30203
+Alan's	30204
+Alanis	30205
+Alanna	30206
+Alano	30207
+Alans	30208
+Alabama	30209
+Alabaster	30210
+Aladdin's	30211
+Alaskan	30212
+Alisa	30213
+Aliso	30214
+Alise	30215
+Alisha	30216
+Alissa	30217
+Alistair	30218
+Alice	30219
+Alicia	30220
+Alien	30221
+Aliexpress	30222
+Aliante	30223
+Alina's	30224
+Alive	30225
+Alivia	30226
+Altadena	30227
+Altana	30228
+Altavista	30229
+Altobelli	30230
+Alton	30231
+Altoona	30232
+Altos	30233
+Alter	30234
+Altex	30235
+Alder	30236
+Aldean	30237
+Alden	30238
+Aldi's	30239
+Aldine	30240
+Aldis	30241
+Aldo's	30242
+Aldrich	30243
+Aldridge	30244
+Alcohol	30245
+Alcoa	30246
+Alcorn	30247
+Alcott	30248
+Alcovy	30249
+Alcatel	30250
+Alcatraz	30251
+Alfonso	30252
+Alford	30253
+Alfredo	30254
+Alfano's	30255
+Algoma	30256
+Algood	30257
+Algeria	30258
+Almaden	30259
+Almanac	30260
+Almost	30261
+Alondra	30262
+Alonso	30263
+Alonzo	30264
+Alpha	30265
+Alphonsus	30266
+Alpena	30267
+Alpert	30268
+Alside	30269
+Alsina	30270
+Alsip	30271
+Alyssa's	30272
+Alkaline	30273
+Andre	30274
+Andrae	30275
+Anders	30276
+Andel	30277
+Andes	30278
+Andolini's	30279
+Andorra	30280
+Andover	30281
+Andaz	30282
+Andiamo	30283
+Andina	30284
+Andy's	30285
+Andys	30286
+Antique	30287
+AntiVirus	30288
+Antietam	30289
+Antioch	30290
+Anton	30291
+Antoine	30292
+Anthony	30293
+Anthem	30294
+Anthropologie	30295
+Antebellum	30296
+Antelope	30297
+Antwerpen	30298
+Antwoord	30299
+Angel	30300
+Anger	30301
+Angie's	30302
+Angier	30303
+Angies	30304
+Angle	30305
+Anglican	30306
+Anglo	30307
+Annabel	30308
+Anna's	30309
+Annalise	30310
+Annamarie	30311
+Annandale	30312
+Annapolis	30313
+Anne's	30314
+Anneke	30315
+Annemarie	30316
+Annes	30317
+Annette	30318
+Annex	30319
+Annie	30320
+Annika	30321
+Anniston	30322
+Anniversary	30323
+Annual	30324
+Annunciation	30325
+Anacapa	30326
+Anastasia	30327
+Anasazi	30328
+Anatole	30329
+Anatomy	30330
+Animal	30331
+Animaniacs	30332
+Animas	30333
+Anish	30334
+Anissa	30335
+Aniston	30336
+Anita's	30337
+Anchorage	30338
+Ancient	30339
+Ancira	30340
+Anselmo	30341
+Ansonia	30342
+Answers	30343
+Ankama	30344
+Ankan	30345
+Arman	30346
+Armada	30347
+Armor	30348
+Armour	30349
+Armen	30350
+Armed	30351
+Armin	30352
+Armistead	30353
+Armitage	30354
+Army's	30355
+Archangel	30356
+Archer	30357
+Archstone	30358
+Archuleta	30359
+Arcanum	30360
+Arcata	30361
+Arcola	30362
+Arcos	30363
+Arian	30364
+Ariel	30365
+Aries	30366
+Arista	30367
+Arizona	30368
+Arizmendi	30369
+Arabi	30370
+Arabella	30371
+Arabs	30372
+Aranda	30373
+Aransas	30374
+Aramark	30375
+Aramingo	30376
+Arapahoe	30377
+Artemis	30378
+Arthur's	30379
+Arthurs	30380
+Articles	30381
+Artie	30382
+Artist	30383
+Arturo's	30384
+Argos	30385
+Argentina	30386
+Argentine	30387
+Argentinian	30388
+Arrow	30389
+Arroyo	30390
+Arriba	30391
+Arrigo	30392
+Arrington	30393
+Arrangements	30394
+ArrayList	30395
+Arrendale	30396
+Arrested	30397
+Arbor	30398
+Arbogast	30399
+Arbonne	30400
+Arby's	30401
+Arbys	30402
+Arnold	30403
+Arnot	30404
+Arnel	30405
+Arnett	30406
+Arnies	30407
+Arlen	30408
+Arleta	30409
+Arkadelphia	30410
+Arkansas	30411
+Arville	30412
+Arvin	30413
+Arundel	30414
+Ameren	30415
+Amery	30416
+Amelia's	30417
+Amendment	30418
+Amesbury	30419
+Amanda	30420
+Amana	30421
+Amari	30422
+Amara	30423
+Amargosa	30424
+Amazon	30425
+Amazing	30426
+Amadeus	30427
+Amador	30428
+Amato's	30429
+Amity	30430
+Amite	30431
+Amicalola	30432
+Amiga	30433
+Amigos	30434
+Amina	30435
+Amira	30436
+Amber's	30437
+Amberly	30438
+Ambridge	30439
+Ambien	30440
+Ambit	30441
+Amstar	30442
+Amsterdam	30443
+Ashlan	30444
+Ashlyn	30445
+Ashbrook	30446
+Ashby	30447
+Asheboro	30448
+Asher	30449
+Asheville	30450
+Ashton	30451
+Ashtabula	30452
+Ashwaubenon	30453
+Ashanti	30454
+Ashcraft	30455
+Ashcroft	30456
+Ashmont	30457
+Ashmore	30458
+Assessor	30459
+Asset	30460
+Assisi	30461
+Assassin's	30462
+Assassins	30463
+Assumption	30464
+Assurant	30465
+Astro	30466
+Astra	30467
+Astor	30468
+Aston	30469
+Asiana	30470
+Asians	30471
+Asante	30472
+Asanti	30473
+Aspen	30474
+Aspergers	30475
+Aspinwall	30476
+Aspirus	30477
+Askim	30478
+Asking	30479
+Advent	30480
+Advertising	30481
+Advil	30482
+Advance	30483
+AdvoCare	30484
+Adela	30485
+Adele	30486
+Adelphi	30487
+Adelyn	30488
+Adena	30489
+Adams	30490
+Adam's	30491
+Adamo	30492
+Adairsville	30493
+Addis	30494
+Addie	30495
+Addington	30496
+Adrian	30497
+Adriatic	30498
+Adolf	30499
+Adolphus	30500
+Adoption	30501
+Administrator	30502
+Admirals	30503
+Admiralty	30504
+Autosport	30505
+AutoFair	30506
+AutoNation	30507
+AutoServ	30508
+AutoWorld	30509
+AutoZone	30510
+Autodesk	30511
+Autohaus	30512
+Autoplex	30513
+Autotrader	30514
+Autozone	30515
+Authority	30516
+Authorization	30517
+Auditor	30518
+Audio	30519
+Audie	30520
+Audix	30521
+Audrey	30522
+Audra	30523
+Audrina	30524
+Austin	30525
+Augusta	30526
+Augustine	30527
+Augie's	30528
+Aubrey	30529
+Aubree's	30530
+Auburn	30531
+Aubuchon	30532
+Auntie's	30533
+Apple	30534
+Appraisal	30535
+Appeals	30536
+Appetit	30537
+Apostle	30538
+Apostol	30539
+Apocalypse	30540
+Apocalyptica	30541
+Apollo's	30542
+Apalachee	30543
+Apalachicola	30544
+Apartments	30545
+April's	30546
+Aprils	30547
+Accent	30548
+Acceptance	30549
+Access	30550
+Account	30551
+Accokeek	30552
+Accord	30553
+AccuWeather	30554
+Action	30555
+Acton	30556
+Actors	30557
+Acadia	30558
+Acklands	30559
+Ackerman	30560
+Acres	30561
+Acrobat	30562
+Acropolis	30563
+Achieva	30564
+Achievement	30565
+Attic	30566
+Attila	30567
+Attack	30568
+Attalla	30569
+Attorney's	30570
+Attorneys	30571
+Atherton	30572
+Athletic	30573
+Athleta	30574
+Atlas	30575
+Atascadero	30576
+Atwoods	30577
+Airbender	30578
+Airbnb	30579
+Airborne	30580
+Airbus	30581
+Airport	30582
+Airpark	30583
+Airplane	30584
+Airway	30585
+Airwalk	30586
+Airwaves	30587
+Aires	30588
+Airfield	30589
+Airforce	30590
+Airlines	30591
+Aidan	30592
+Aiden's	30593
+Aidens	30594
+Abbott	30595
+Abbotsford	30596
+Abby's	30597
+Abbys	30598
+Abbas	30599
+Abbeville	30600
+Abbey	30601
+Aberdeen	30602
+Abernathy	30603
+Abel's	30604
+Abels	30605
+Abigail's	30606
+Abingdon	30607
+Abington	30608
+Abraham	30609
+Abram	30610
+Avent	30611
+Avenue	30612
+Avenel	30613
+Avenida	30614
+Avera	30615
+Avery	30616
+Averitt	30617
+Avianca	30618
+Aviara	30619
+Aviation	30620
+Avista	30621
+Aviva	30622
+Avante	30623
+Avanti	30624
+Avalanche	30625
+Avalon	30626
+Agreement	30627
+Agrestic	30628
+Against	30629
+Agent	30630
+Aguilera	30631
+Aguilar	30632
+Agosta	30633
+Agostino	30634
+Africa	30635
+Afrin	30636
+Afrojack	30637
+Aeroplan	30638
+Aztecas	30639
+Aquatic	30640
+Aquatech	30641
+Aquarium	30642
+Aquarius	30643
+Award	30644
+Awareness	30645
+Awanas	30646
+Parks	30647
+Parkchester	30648
+Parkdale	30649
+Parkhill	30650
+Parkman	30651
+ParaNorman	30652
+Paraiso	30653
+Party	30654
+Partners	30655
+Parties	30656
+Parton	30657
+Partridge	30658
+Parts	30659
+Parral	30660
+Parrot	30661
+Parry	30662
+Parma	30663
+Parenthood	30664
+Parents	30665
+Paris	30666
+Parian	30667
+Parliament	30668
+Parlier	30669
+Parlin	30670
+Parcel	30671
+Pardee	30672
+Pardons	30673
+Parnassus	30674
+Parnell	30675
+Parole	30676
+Parowan	30677
+Parsippany	30678
+Parsons	30679
+Palma	30680
+Palmdale	30681
+Palmira	30682
+Palms	30683
+Palmyra	30684
+Palafox	30685
+Palais	30686
+Palazzo	30687
+Palermo	30688
+Palenque	30689
+Paleo	30690
+Paley	30691
+Palos	30692
+Palio	30693
+Palin	30694
+Palisades	30695
+Paltrow	30696
+Paltz	30697
+Palumbo's	30698
+Patti	30699
+Patty	30700
+Patton	30701
+Patagonia	30702
+Patapsco	30703
+Pataskala	30704
+Patel	30705
+Paterson	30706
+Pathfinder	30707
+Pathmark	30708
+Patsy	30709
+Patchogue	30710
+Patil	30711
+Patio	30712
+Panther	30713
+Pantops	30714
+Pantry	30715
+Pants	30716
+Panama	30717
+Pancake	30718
+Pancho	30719
+Pandora	30720
+Panda	30721
+Panera's	30722
+Paneras	30723
+Pangea	30724
+Pangilinan	30725
+Panguitch	30726
+Panola	30727
+Panorama	30728
+Pacific	30729
+Pacino	30730
+Pacha	30731
+Paco's	30732
+Pacoima	30733
+Pacers	30734
+Paces	30735
+Passion	30736
+Passover	30737
+Passport	30738
+Password	30739
+Passyunk	30740
+Pasco	30741
+Pasta	30742
+Pasteur	30743
+Pastor	30744
+Pasquale's	30745
+Pasquotank	30746
+Pauls	30747
+Paula	30748
+Paulo	30749
+Paul's	30750
+Paulding	30751
+Paulette	30752
+Pauly	30753
+Pappa	30754
+Pappy	30755
+Papa's	30756
+Papago	30757
+Papalote	30758
+Papas	30759
+Paper	30760
+Papillion	30761
+Papillon	30762
+Payne's	30763
+Paynesville	30764
+Paychex	30765
+Paycom	30766
+Paint	30767
+Paine	30768
+Paige's	30769
+Paisley's	30770
+Padres	30771
+Pampa	30772
+Pamela's	30773
+Pawleys	30774
+Pawling	30775
+Pawnee	30776
+Pageland	30777
+Pages	30778
+Pablo's	30779
+Pablos	30780
+Pakistani	30781
+Paola	30782
+Paoli	30783
+Paolo	30784
+Pavilion	30785
+Pavillion	30786
+Penny	30787
+Penns	30788
+Penney	30789
+Penn's	30790
+PennDOT	30791
+Penndel	30792
+Pennfield	30793
+Pennington	30794
+Pennock	30795
+Pennzoil	30796
+Penticton	30797
+Pentucket	30798
+Pentwater	30799
+Penacook	30800
+Penang	30801
+Penasquitos	30802
+Pender	30803
+Pendleton	30804
+Pensacola	30805
+Penske	30806
+Penelec	30807
+Penelope	30808
+Penguins	30809
+Peninsula	30810
+Penitentiary	30811
+Penrod	30812
+Penrose	30813
+Penzeys	30814
+Penzone	30815
+Perri	30816
+Perry	30817
+Person	30818
+Persia	30819
+Pershing	30820
+Perfect	30821
+Perfumania	30822
+Pericos	30823
+Perimeter	30824
+Perinton	30825
+Perkasie	30826
+Perks	30827
+Permanente	30828
+Percy	30829
+Perce	30830
+Pereira	30831
+Perez	30832
+Peruvian	30833
+Peruzzi	30834
+Perdido	30835
+Perdue	30836
+Perla	30837
+Perlman	30838
+Peter	30839
+Pete's	30840
+Petes	30841
+Petey	30842
+Petri	30843
+Petro	30844
+Petra	30845
+Petty	30846
+Petsmart	30847
+Pearl	30848
+Pearce	30849
+Pearisburg	30850
+Pearman	30851
+Peach	30852
+Peace	30853
+Peabody	30854
+Peaks	30855
+Pepper	30856
+Peppa	30857
+Peppinos	30858
+Peppo	30859
+Pepe's	30860
+Pepsi's	30861
+Pella	30862
+Pellissippi	30863
+Pelon	30864
+Pelosi	30865
+Pedic	30866
+Pedro's	30867
+Pedros	30868
+Peet's	30869
+Peets	30870
+Pecanland	30871
+Pecos	30872
+People's	30873
+Peoples	30874
+Peggy's	30875
+Pekingese	30876
+Pescador	30877
+Pesci	30878
+Porte	30879
+Porto	30880
+Portman	30881
+Portland	30882
+Portneuf	30883
+Portrait	30884
+Portsmouth	30885
+Porcelanosa	30886
+Porcupine	30887
+Polly	30888
+Pollo	30889
+Polar	30890
+Polak	30891
+Polamalu	30892
+Poland	30893
+Polina	30894
+Polish	30895
+Politics	30896
+Polycom	30897
+Polynesian	30898
+Polytechnic	30899
+Power	30900
+Powell	30901
+Powderhorn	30902
+Powderly	30903
+Powdersville	30904
+Potter	30905
+Potts	30906
+Pottawatomie	30907
+Potato	30908
+Potawatomi	30909
+Poteau	30910
+Poteet	30911
+Potomac	30912
+Potosi	30913
+Potranco	30914
+Potrero	30915
+Ponte	30916
+Pontchartrain	30917
+Pontiac	30918
+Pontotoc	30919
+Ponder	30920
+Ponca	30921
+Ponce	30922
+Ponchatoula	30923
+Ponyboy	30924
+Posse	30925
+Possible	30926
+Possum	30927
+PostNet	30928
+Postal	30929
+Poston	30930
+Poseidon	30931
+Posen	30932
+Posey	30933
+Posada	30934
+Posas	30935
+Positano	30936
+Positas	30937
+Poppy	30938
+Poppa	30939
+Poppins	30940
+Popeye	30941
+Poplarville	30942
+Pocono	30943
+Pocola	30944
+Pocomoke	30945
+Pocahontas	30946
+Pocasset	30947
+Pocatello	30948
+Pocket	30949
+Pocky	30950
+Pomeroy	30951
+Pomodoro	30952
+Pomona	30953
+Pompano	30954
+Pompeii	30955
+Pompton	30956
+Poole	30957
+Pookie	30958
+Pooky	30959
+Point	30960
+Poinciana	30961
+Poindexter	30962
+Poinsett	30963
+Pounder	30964
+Pokemon	30965
+Poker	30966
+Provo	30967
+Prospect	30968
+Prosser	30969
+Prost	30970
+Prophet	30971
+Proposition	30972
+Protect	30973
+Protege	30974
+Protein	30975
+Protestant	30976
+Profile	30977
+Promise	30978
+Processing	30979
+Progress	30980
+Program	30981
+Probst	30982
+Productions	30983
+Products	30984
+Press	30985
+Presby	30986
+Presley	30987
+Presque	30988
+Premera	30989
+Preppers	30990
+Pretender	30991
+Pretoria	30992
+Pretty	30993
+Pretzel	30994
+Precinct	30995
+Precious	30996
+Precision	30997
+Preacher	30998
+Preakness	30999
+Predators	31000
+Prentice	31001
+Prentiss	31002
+Prevea	31003
+Prevention	31004
+Prine	31005
+Pringle	31006
+Print	31007
+Prime	31008
+Primm	31009
+Primos	31010
+Primrose	31011
+Primus	31012
+Priebe	31013
+Prien	31014
+Priest	31015
+Prieto	31016
+Priscilla	31017
+Prison	31018
+Priss	31019
+Price	31020
+Prichard	31021
+Priority	31022
+Pritchard	31023
+Pritchett	31024
+Privacy	31025
+Private	31026
+Priyanka	31027
+Pratt	31028
+Prater	31029
+Prather	31030
+Prairie	31031
+Praise	31032
+Prada	31033
+Prado	31034
+Prager	31035
+Prague	31036
+Praxair	31037
+Praxis	31038
+Prayer	31039
+Prudential	31040
+Prudenville	31041
+Pruitts	31042
+Pineapple	31043
+Pinebrook	31044
+Pinecrest	31045
+Pinedale	31046
+Pinehurst	31047
+Piner	31048
+Pines	31049
+Pinetop	31050
+Pinewood	31051
+Piney	31052
+Pinkie	31053
+Pink's	31054
+Pinkberry	31055
+Pinky	31056
+Pinocchio	31057
+Pino's	31058
+Pinole	31059
+Pinos	31060
+Pinot	31061
+Pinoy	31062
+Pinal	31063
+Pinar	31064
+Pinckney	31065
+Pinconning	31066
+Pinscher	31067
+Pinson	31068
+Pinterest	31069
+Pinto	31070
+Pickup	31071
+Pickford	31072
+Pickwick	31073
+Picacho	31074
+Picard	31075
+Picayune	31076
+Pictureline	31077
+Pictures	31078
+Piccadilly	31079
+Piccolo's	31080
+Pitts	31081
+Pittman	31082
+Pierce	31083
+Pierre	31084
+Piers	31085
+Piermont	31086
+Piero's	31087
+Pierpont	31088
+Piedmont	31089
+Piedro	31090
+Pilgrim's	31091
+Pilgrims	31092
+Pillow	31093
+Pillsbury	31094
+Pilots	31095
+Pistol	31096
+Pistons	31097
+Piscataway	31098
+Pisces	31099
+Pikes	31100
+Piketon	31101
+Pikeville	31102
+Piggly	31103
+Piggott	31104
+Piggy	31105
+Pimpin	31106
+Piper	31107
+Pipestone	31108
+Pippin	31109
+Pixies	31110
+Pirates	31111
+Plant	31112
+Planet	31113
+Plank	31114
+Plano	31115
+Player	31116
+PlayBook	31117
+PlayStation	31118
+Playa	31119
+Playboy	31120
+Playhouse	31121
+Playland	31122
+Playstation	31123
+Playtex	31124
+Platt	31125
+Plate	31126
+Plato	31127
+Plata	31128
+Platinum	31129
+Plain	31130
+Plaistow	31131
+Place	31132
+Plastic	31133
+Plasma	31134
+Pleasant	31135
+Pleasure	31136
+Please	31137
+Plumas	31138
+Plumbing	31139
+Plumlee	31140
+Plummer	31141
+Plumtree	31142
+Plunge	31143
+Plunkett	31144
+Purcell	31145
+Purchase	31146
+Purdue	31147
+Purdy	31148
+Purina	31149
+Puritan	31150
+Purple	31151
+Purpose	31152
+Punch	31153
+Punctuation	31154
+Punjabi	31155
+Punky's	31156
+Pullman	31157
+Pumpkin	31158
+Pumped	31159
+Pumas	31160
+Public	31161
+Publishers	31162
+Publix	31163
+Puckett	31164
+Pueblito	31165
+Pueblo	31166
+Puppets	31167
+Pussycat	31168
+Philip	31169
+Phila	31170
+Philo	31171
+Phil's	31172
+Philharmonic	31173
+Philmont	31174
+Philpott	31175
+Phils	31176
+Philthy	31177
+Phineas	31178
+Phinney	31179
+Phoebe	31180
+Photobucket	31181
+Photography	31182
+Photon	31183
+Phone	31184
+Phonics	31185
+Pharm	31186
+Pharr	31187
+Pharaohs	31188
+Pharoah	31189
+Phyllis	31190
+Phylicia	31191
+Physical	31192
+Physicians	31193
+Phelan	31194
+Phelps	31195
+final	31196
+finagle	31197
+fingerprint	31198
+fingernail	31199
+fingertip	31200
+fingerboard	31201
+fingered	31202
+fingerhut.com	31203
+fingering	31204
+fingerless	31205
+fingers	31206
+finish	31207
+finicky	31208
+finite	31209
+fines	31210
+fined	31211
+finely	31212
+finer	31213
+finder	31214
+finding	31215
+finds	31216
+finna	31217
+firearm	31218
+firecracker	31219
+fires	31220
+fired	31221
+firehouse	31222
+firekeepers	31223
+firelake	31224
+firmer	31225
+firming	31226
+firmly	31227
+firms	31228
+firmware	31229
+first	31230
+firkins	31231
+filling	31232
+fills	31233
+filter	31234
+filth	31235
+filtration	31236
+filed	31237
+filer	31238
+files	31239
+filet	31240
+filing	31241
+filmed	31242
+filming	31243
+films	31244
+fishin	31245
+fishnet	31246
+fish.com	31247
+fishtail	31248
+fishy	31249
+fisted	31250
+fisting	31251
+fists	31252
+fiscally	31253
+figure	31254
+figurative	31255
+fighter	31256
+fightin	31257
+fights	31258
+fixin	31259
+fixie	31260
+fixable	31261
+fixed	31262
+fixer	31263
+fixes	31264
+fixtures	31265
+fields	31266
+fielder	31267
+fieldhouse	31268
+fielding	31269
+fieldwork	31270
+fierce	31271
+fiery	31272
+fiending	31273
+fibro	31274
+fibre	31275
+fiberglass	31276
+fibers	31277
+fiddle	31278
+fiddling	31279
+fidgety	31280
+fitting	31281
+fiction	31282
+fictitious	31283
+fifths	31284
+fiance's	31285
+fiancee	31286
+five-o	31287
+five-year	31288
+foreign	31289
+forewarn	31290
+forearm	31291
+forensic	31292
+foreground	31293
+forehead	31294
+foreplay	31295
+forever	31296
+formula	31297
+forms	31298
+forge	31299
+forgo	31300
+forgave	31301
+forth	31302
+forte	31303
+fortress	31304
+forts	31305
+forty	31306
+force	31307
+forklift	31308
+forks	31309
+forsake	31310
+forsee	31311
+forsure	31312
+forwarded	31313
+forwarding	31314
+forwards	31315
+forbid	31316
+forbearance	31317
+forfeited	31318
+fornicate	31319
+fornication	31320
+forums	31321
+foots	31322
+footprint	31323
+footage	31324
+foothills	31325
+footjob	31326
+fooled	31327
+fools	31328
+foodie	31329
+foods	31330
+food's	31331
+food.com	31332
+foodarama	31333
+follow	31334
+follicle	31335
+folly	31336
+foldable	31337
+folding	31338
+folds	31339
+foliage	31340
+folic	31341
+folio	31342
+folklore	31343
+folks	31344
+found	31345
+fount	31346
+fours	31347
+fouled	31348
+fouls	31349
+fondant	31350
+fonddulac	31351
+fondue	31352
+fonts	31353
+focusing	31354
+focalin	31355
+fossil	31356
+fossa	31357
+fostering	31358
+fosters	31359
+foaming	31360
+foams	31361
+foamy	31362
+fogging	31363
+foggy	31364
+facebook	31365
+facet	31366
+faced	31367
+faceplate	31368
+faces	31369
+factor	31370
+faction	31371
+facts	31372
+factual	31373
+facial	31374
+facing	31375
+faculties	31376
+faculty	31377
+faire	31378
+fairground	31379
+fairway	31380
+fairy	31381
+fairly	31382
+fairness	31383
+fairs	31384
+failure	31385
+failed	31386
+failing	31387
+fails	31388
+faithful	31389
+fainted	31390
+fainting	31391
+farmer	31392
+farms	31393
+farmhouse	31394
+farming	31395
+farmland	31396
+farmville	31397
+farted	31398
+farting	31399
+farts	31400
+fared	31401
+fares	31402
+farewell	31403
+farrelli's	31404
+farrier	31405
+fastball	31406
+fasting	31407
+fastrip	31408
+fascia	31409
+fascist	31410
+fashion	31411
+fasho	31412
+fathom	31413
+fatties	31414
+fatty	31415
+fates	31416
+fatigued	31417
+fatso	31418
+fantabulous	31419
+fantage	31420
+fanfic	31421
+fanfare	31422
+fanatics	31423
+fancier	31424
+fancy	31425
+fabrics	31426
+fabulous	31427
+fabuloso	31428
+fabletics	31429
+fallin	31430
+fallacy	31431
+fallback	31432
+fallen	31433
+fallout	31434
+falls	31435
+falafel	31436
+falalalala	31437
+falsely	31438
+favored	31439
+favors	31440
+famiglia	31441
+famine	31442
+famished	31443
+faggot	31444
+fagget	31445
+faggy	31446
+faked	31447
+faker	31448
+fakes	31449
+faking	31450
+faults	31451
+faulty	31452
+faucets	31453
+faded	31454
+fades	31455
+faxed	31456
+faxes	31457
+flathead	31458
+flatlands	31459
+flats	31460
+flatulence	31461
+flash	31462
+flask	31463
+flamin	31464
+flame	31465
+flamboyant	31466
+flags	31467
+flagpole	31468
+flapjack	31469
+flaps	31470
+flavor	31471
+flava	31472
+flave	31473
+flake	31474
+flaking	31475
+flaky	31476
+flange	31477
+flannel	31478
+flank	31479
+flawless	31480
+flawed	31481
+flaws	31482
+flare	31483
+flaring	31484
+flabbergasted	31485
+flabby	31486
+flaccid	31487
+flack	31488
+flailing	31489
+flair	31490
+flaxseed	31491
+floor	31492
+flood	31493
+floozy	31494
+flowing	31495
+flowmaster	31496
+flown	31497
+flows	31498
+flowy	31499
+floats	31500
+flops	31501
+flora	31502
+flocka	31503
+flocked	31504
+flocking	31505
+flour	31506
+flounder	31507
+flossing	31508
+flips	31509
+flicking	31510
+flicks	31511
+flirted	31512
+flirting	31513
+flirts	31514
+flirty	31515
+flighted	31516
+flightless	31517
+flights	31518
+flint	31519
+flinch	31520
+fling	31521
+fliers	31522
+flies	31523
+flush	31524
+flustered	31525
+flutter	31526
+flute	31527
+fluctuate	31528
+fluctuating	31529
+fluffer	31530
+fluffy	31531
+fluorescent	31532
+fluids	31533
+flurries	31534
+flurry	31535
+flexi	31536
+flexed	31537
+flexor	31538
+fleet	31539
+fleece	31540
+fleeing	31541
+fledge	31542
+fleas	31543
+flyers	31544
+flying	31545
+freed	31546
+frees	31547
+freebie	31548
+freeway	31549
+freecycle	31550
+freehold	31551
+freeing	31552
+freeplay	31553
+freer	31554
+fresh	31555
+freaky	31556
+freaked	31557
+freaks	31558
+frequent	31559
+french	31560
+frensley	31561
+frenzy	31562
+freckles	31563
+freighter	31564
+frets	31565
+frank	31566
+frantic	31567
+frack	31568
+frame	31569
+framing	31570
+fragment	31571
+fragrance	31572
+frattalone	31573
+fraid	31574
+frail	31575
+frappe	31576
+frappuccino	31577
+fraudulent	31578
+frayed	31579
+friend	31580
+fried	31581
+fries	31582
+fright	31583
+frigerator	31584
+friggin	31585
+frigid	31586
+frisk	31587
+frisbee	31588
+frito	31589
+fritz	31590
+fridge	31591
+friday	31592
+friction	31593
+friars	31594
+fronted	31595
+frontline	31596
+frontrunner	31597
+fronts	31598
+frosty	31599
+frostbite	31600
+frosted	31601
+frosting	31602
+frostwire	31603
+frowned	31604
+frowning	31605
+frowns	31606
+frowny	31607
+froggy	31608
+frogs	31609
+frolicking	31610
+frozen	31611
+fruitcake	31612
+fruitful	31613
+fruition	31614
+fruits	31615
+fruity	31616
+frustrate	31617
+fryers	31618
+feeder	31619
+feeding	31620
+feedback	31621
+feedlot	31622
+feeds	31623
+feelin	31624
+feeler	31625
+feels	31626
+feely	31627
+feening	31628
+fella	31629
+fellow	31630
+feller	31631
+fells	31632
+felicity	31633
+feline	31634
+felis	31635
+felix	31636
+felonies	31637
+felons	31638
+felony	31639
+feather	31640
+feared	31641
+fearful	31642
+fearing	31643
+fearless	31644
+fears	31645
+feast	31646
+fertile	31647
+ferret	31648
+ferris	31649
+ferry	31650
+fermentation	31651
+fermented	31652
+fermenting	31653
+ferns	31654
+fence	31655
+fencing	31656
+fender	31657
+fettucini	31658
+fetal	31659
+fetched	31660
+fetishes	31661
+fedex.com	31662
+fester	31663
+females	31664
+feminine	31665
+feminist	31666
+feverishly	31667
+fundamental	31668
+funding	31669
+funds	31670
+funny	31671
+functional	31672
+functioning	31673
+functions	31674
+funerals	31675
+fungal	31676
+fungus	31677
+funky	31678
+fucka	31679
+fucks	31680
+fuckface	31681
+fuckhead	31682
+fucktard	31683
+fucky	31684
+furnace	31685
+further	31686
+furthest	31687
+furiously	31688
+furries	31689
+furry	31690
+fullness	31691
+fulltime	31692
+fully	31693
+fulfilled	31694
+fulfilling	31695
+fulfillment	31696
+fused	31697
+fuser	31698
+fuses	31699
+fussed	31700
+fussing	31701
+fussy	31702
+fusion	31703
+fusing	31704
+fumble	31705
+fumbling	31706
+fumigation	31707
+fuming	31708
+future	31709
+futuristic	31710
+Rosen	31711
+Roseanne	31712
+Rose's	31713
+Rosecrans	31714
+Rosedale	31715
+Rosee	31716
+Rosehill	31717
+Roses	31718
+Rosetta	31719
+Roseville	31720
+Rosewood	31721
+Rosa's	31722
+Rosamond	31723
+Rosas	31724
+Rosati's	31725
+Rosauers	31726
+Rossi	31727
+Ross's	31728
+Rossa	31729
+Rossford	31730
+Rosslyn	31731
+Rossman	31732
+Rosso	31733
+Rossville	31734
+Roscoe	31735
+Roscommon	31736
+Rosie	31737
+Rosita	31738
+Roslindale	31739
+Roslyn	31740
+Rocka	31741
+Rocks	31742
+Rocky	31743
+Rock's	31744
+RockNES	31745
+Rockdale	31746
+Rockhurst	31747
+Rockmart	31748
+Rocko	31749
+Rockport	31750
+Rockridge	31751
+Rockton	31752
+Rockville	31753
+Rocco's	31754
+Roccos	31755
+Rochelle	31756
+Rochester	31757
+Rococo	31758
+Robeez	31759
+Robeks	31760
+Robeson	31761
+Robin	31762
+Robison	31763
+Robby	31764
+Robot	31765
+Robocop	31766
+Roble	31767
+Robloxia	31768
+Robson	31769
+Robstown	31770
+Robyn	31771
+Roman	31772
+Roma's	31773
+Romain	31774
+Romas	31775
+Romeo	31776
+Romero	31777
+Rome's	31778
+Romell	31779
+Romig	31780
+Romney's	31781
+Romos	31782
+Ronald	31783
+Ronan	31784
+Ronnie	31785
+Ronny	31786
+Ronda	31787
+Ronde	31788
+Rondo	31789
+Roni's	31790
+Ronin	31791
+Ronson	31792
+Ronstadt	31793
+Rodrigo	31794
+Rodda	31795
+Roddick	31796
+Roddy	31797
+Rodeo	31798
+Roderick	31799
+Rodeway	31800
+Rodney's	31801
+Roller	31802
+Rolla	31803
+Rollo	31804
+Rolls	31805
+Rolly	31806
+Roland	31807
+Rolaids	31808
+Rolesville	31809
+Rolex	31810
+Roots	31811
+Rooter	31812
+Roomba	31813
+Rooms	31814
+Roosevelt	31815
+Rooster	31816
+Roofing	31817
+Rookie	31818
+Rookwood	31819
+Rottweiler	31820
+Rothman	31821
+Rothschild	31822
+Rotolo	31823
+Royal	31824
+Royse	31825
+Royersford	31826
+Roadhouse	31827
+Roadmaster	31828
+Roadrunner	31829
+Roads	31830
+Roasters	31831
+Roasting	31832
+Roane	31833
+Roanoke	31834
+Roxanne	31835
+Roxana	31836
+Roxboro	31837
+Roxbury	31838
+Roxie's	31839
+Roxy's	31840
+Rowland	31841
+Rowling	31842
+Rogers	31843
+Roger's	31844
+Rogaine	31845
+Rogan	31846
+Rouge	31847
+Rough	31848
+Roundtree	31849
+Rohrerstown	31850
+Rohrman	31851
+Rojas	31852
+Rovers	31853
+Reddy	31854
+Redbank	31855
+Redbird	31856
+Redskin	31857
+Redstone	31858
+Redford	31859
+Redeemer	31860
+Redemption	31861
+Redhawk	31862
+Redhill	31863
+Redington	31864
+Redlands	31865
+Redman	31866
+Redmond	31867
+Redway	31868
+Redwood	31869
+Renae	31870
+Renaissance	31871
+Renaldo	31872
+Renasant	31873
+Renata	31874
+Renault	31875
+Rental	31876
+Renton	31877
+Rents	31878
+Renee	31879
+Renewal	31880
+Renfrew	31881
+Renfro	31882
+Reno's	31883
+Renshaw	31884
+Rensselaer	31885
+Renzo's	31886
+Research	31887
+Reseda	31888
+Restaurant	31889
+Restless	31890
+Resort	31891
+Resource	31892
+Resolution	31893
+Residence	31894
+Resident	31895
+Regis	31896
+Region	31897
+Regal	31898
+Regan	31899
+Regent	31900
+Regency	31901
+Reggie	31902
+Reggio's	31903
+Regular	31904
+Regulation	31905
+Reade	31906
+Reading	31907
+Ready	31908
+ReachOut	31909
+Reacher	31910
+Reagan	31911
+Reagor	31912
+Reapers	31913
+Revel	31914
+Review	31915
+Revis	31916
+Revival	31917
+Reed's	31918
+Reeder	31919
+Reedley	31920
+Reedman	31921
+Reedy	31922
+Reese	31923
+Reeves	31924
+Remicade	31925
+Remember	31926
+Remembrance	31927
+Remos	31928
+Remote	31929
+Remy's	31930
+Record	31931
+Recognition	31932
+Recology	31933
+Recon	31934
+Recovery	31935
+Recker	31936
+Reckless	31937
+Recreation	31938
+Recruiting	31939
+Reinbold	31940
+Reindeer	31941
+Reid's	31942
+Reidsville	31943
+Reidville	31944
+Representative	31945
+Reproductive	31946
+Republican	31947
+Reports	31948
+Reliant	31949
+Religion	31950
+Relations	31951
+Relax	31952
+Relay	31953
+Rella	31954
+Rebel	31955
+Rebekah	31956
+Retreat	31957
+Retriever	31958
+Retro	31959
+Retina	31960
+Retirement	31961
+Returns	31962
+Reyna	31963
+Reformation	31964
+Reformed	31965
+Rehabilitation	31966
+Randa	31967
+Randle	31968
+Randy	31969
+Randhurst	31970
+Randi	31971
+Randstad	31972
+Ranch	31973
+Rance	31974
+Rancier	31975
+Rangel	31976
+Ranger	31977
+Ramsay	31978
+Ramstein	31979
+Ramada	31980
+Raman	31981
+Ramapo	31982
+Ramon	31983
+Ramos	31984
+Rambo	31985
+Ramey	31986
+Ramen	31987
+Ramesh	31988
+Ramirez	31989
+Raina	31990
+Rainbow	31991
+Rainforest	31992
+Rainier	31993
+Rainmaker	31994
+Rainsville	31995
+Raintree	31996
+Rails	31997
+Railroad	31998
+Railway	31999
+Raider	32000
+Raida	32001
+Raising	32002
+Rayman	32003
+Rayna	32004
+Rayne	32005
+Raynham	32006
+Raynor	32007
+Raytheon	32008
+Raytown	32009
+Rachel	32010
+Rachael	32011
+Rachmaninoff	32012
+RaceTrac	32013
+Raceland	32014
+Racer	32015
+Raceway	32016
+Racine	32017
+Racing	32018
+Rackspace	32019
+Radio	32020
+Radian	32021
+Radisson	32022
+Radcliffe	32023
+Radon	32024
+Raptr	32025
+Rapture	32026
+Rapides	32027
+Rapids	32028
+Raphael's	32029
+Raven	32030
+Ravel	32031
+Ravinia	32032
+Ralphie	32033
+Ralph's	32034
+Ralphs	32035
+Raleigh	32036
+Rallye	32037
+Rasheed	32038
+Rascals	32039
+Raspberry	32040
+Rasputin	32041
+Razorback	32042
+Razzi	32043
+Razzles	32044
+Razzoo's	32045
+Rathdrum	32046
+Rabbit	32047
+Rafferty	32048
+Raffi	32049
+Rafael's	32050
+Rawls	32051
+Rawsonville	32052
+Richard	32053
+Richie	32054
+Richland	32055
+Rich's	32056
+Richey	32057
+Richfield	32058
+Richmond	32059
+Richwood	32060
+Ricki	32061
+Ricky	32062
+Rick's	32063
+Ricks	32064
+Rican	32065
+Ricca	32066
+Ricci	32067
+Rice's	32068
+Rico's	32069
+Rivers	32070
+Rivera	32071
+RiverPlace	32072
+Riverbend	32073
+Riverdale	32074
+Riverfront	32075
+Rivergate	32076
+Riverland	32077
+Riverview	32078
+Rivage	32079
+Rivas	32080
+Riviera	32081
+Rivington	32082
+Ridge	32083
+Ridgid	32084
+Ridglea	32085
+Ridgmar	32086
+Ridgway	32087
+Rider	32088
+RideNow	32089
+Rideau	32090
+Rideout	32091
+Riddle	32092
+Riddick	32093
+Ringo	32094
+RingCentral	32095
+Ringgold	32096
+Rings	32097
+Ringtone	32098
+Ringwood	32099
+Rinaldi	32100
+Rinehart	32101
+Riner	32102
+Rittman	32103
+Rittz	32104
+Rita's	32105
+Ritalin	32106
+Ritchies	32107
+Ritzville	32108
+Ripper	32109
+Ripple	32110
+Rippy	32111
+Ripley's	32112
+Righteous	32113
+Rights	32114
+Riggins	32115
+Riggs	32116
+Rises	32117
+Rizzo's	32118
+Rizzoli	32119
+Russe	32120
+Russia	32121
+Russo	32122
+Russ's	32123
+Rusty	32124
+Rustburg	32125
+Rushen	32126
+Rushford	32127
+Rushmore	32128
+Rushville	32129
+Ruskin	32130
+Rundberg	32131
+Runde	32132
+Rundgren	32133
+Rundle	32134
+Running	32135
+Rubio	32136
+Rubin	32137
+Rubicon	32138
+Rubik's	32139
+Ruby's	32140
+Rubys	32141
+Rubens	32142
+Rutherford	32143
+Ruthie	32144
+Ruth's	32145
+Rutland	32146
+Rutledge	32147
+Rudolph	32148
+Rudolf	32149
+Rudy's	32150
+Rudys	32151
+Rumbi's	32152
+Rumble	32153
+Rumpelstiltskin	32154
+Rumpke	32155
+Ruffin	32156
+Ruckersville	32157
+Rhode	32158
+Rhoda	32159
+Rhonda's	32160
+Rheumatologist	32161
+Rheumatology	32162
+Rhine	32163
+Rhino	32164
+Ryland	32165
+Ryders	32166
+Delia	32167
+Delila	32168
+Delight	32169
+Delite	32170
+Delivery	32171
+Delafield	32172
+Delavan	32173
+Delaware	32174
+Della	32175
+Dellen	32176
+Dells	32177
+Dellwood	32178
+Delmar	32179
+Delphi	32180
+Delphos	32181
+Delridge	32182
+Delton	32183
+Delta	32184
+Delcos	32185
+Delfina	32186
+Delfonics	32187
+Deloitte	32188
+Delores	32189
+Dean's	32190
+Deana	32191
+Deane	32192
+Deanie	32193
+Deans	32194
+Deante	32195
+DeadMau	32196
+Deadliest	32197
+Deadman	32198
+Deadpool	32199
+Deadwood	32200
+Dearborn	32201
+Dearest	32202
+Deary	32203
+Deaconess	32204
+Deacons	32205
+Dealer	32206
+Deals	32207
+Deathly	32208
+Dennis	32209
+Denny	32210
+Dennery	32211
+Denis	32212
+Deniece	32213
+Dentistry	32214
+Denton	32215
+Denali	32216
+Denard	32217
+Denver	32218
+Denville	32219
+Denbigh	32220
+Denby	32221
+Denman	32222
+Denmark	32223
+Design	32224
+Desi's	32225
+Destin	32226
+Deschutes	32227
+Description	32228
+Deseret	32229
+Desert	32230
+Deshler	32231
+Deshon	32232
+Desktop	32233
+Desperate	32234
+Despicable	32235
+Deerbrook	32236
+Deere	32237
+Deering	32238
+Deerwood	32239
+Deery	32240
+Deen's	32241
+Deena	32242
+Deedra	32243
+Deeds	32244
+Deepak	32245
+Devil	32246
+Devin	32247
+Devon	32248
+Devore	32249
+Development	32250
+Devens	32251
+Devante	32252
+Democrat	32253
+Demopolis	32254
+Demorest	32255
+Demotte	32256
+Demetria	32257
+Demetrius	32258
+Dempsey	32259
+Dempster	32260
+Deming	32261
+December's	32262
+Decemberists	32263
+Decembers	32264
+Decatur	32265
+Decay	32266
+Decker	32267
+Declan	32268
+Declaration	32269
+Derek's	32270
+Dereks	32271
+Derrick	32272
+Derry	32273
+Debbi	32274
+Debby	32275
+Deborah's	32276
+Depot	32277
+Deposit	32278
+Depeche	32279
+Depew	32280
+Deptford	32281
+Dewey's	32282
+Deweys	32283
+Dewalt	32284
+Dewayne	32285
+DeLong	32286
+DeLorean	32287
+DeLuca's	32288
+DeVito	32289
+DeVille	32290
+Detective	32291
+Detention	32292
+Detrick	32293
+Detroit	32294
+Defender	32295
+Defense	32296
+Dexter's	32297
+DeMarco	32298
+DeMarcus	32299
+Dedeaux	32300
+Degreez	32301
+Deuteronomy	32302
+Deutsch	32303
+Danie	32304
+Dania	32305
+Danica	32306
+Danika	32307
+Danish	32308
+Danita	32309
+Danny	32310
+Danno	32311
+Danna	32312
+Danner	32313
+Danni	32314
+Dana's	32315
+Danada	32316
+Danae	32317
+Dangerous	32318
+Dangerfield	32319
+Dance	32320
+Dancing	32321
+Dandy	32322
+Dandridge	32323
+Dante	32324
+Dantoni	32325
+Danes	32326
+Danka	32327
+Danko	32328
+Dansko	32329
+Dansville	32330
+Danvers	32331
+Danville	32332
+Darrin	32333
+Darrow	32334
+Darryl	32335
+Daria	32336
+Darien	32337
+Darin	32338
+Dario	32339
+Darius	32340
+Darla	32341
+Darlene	32342
+Darling	32343
+Darkest	32344
+Darkness	32345
+Darko	32346
+Darksiders	32347
+Darcy's	32348
+Darcys	32349
+Darden	32350
+Dardanelle	32351
+Darth	32352
+Dartmouth	32353
+Darby's	32354
+Darwin's	32355
+Daryl's	32356
+Dale's	32357
+Dalena	32358
+Dales	32359
+Daleville	32360
+Daley	32361
+Dallas	32362
+Dalles	32363
+Dallin	32364
+Dalton	32365
+Daltile	32366
+Daltrey	32367
+Dalia's	32368
+Dalis	32369
+Dalmatians	32370
+David	32371
+Davis	32372
+Davie	32373
+Davina	32374
+Dave's	32375
+Davenport	32376
+Daves	32377
+Davey	32378
+Damian	32379
+Damien	32380
+Damon's	32381
+Damons	32382
+Damonte	32383
+Dame's	32384
+Damen	32385
+Damariscotta	32386
+Damascus	32387
+Damned	32388
+Dayna	32389
+Dayne	32390
+Daystar	32391
+Daytona	32392
+Dadeland	32393
+Dadeville	32394
+Daddy's	32395
+Dailey	32396
+Daily	32397
+Dairyland	32398
+Daisy's	32399
+Dawson's	32400
+Dawsonville	32401
+Dawn's	32402
+Dahl's	32403
+Dahle	32404
+Dahlgren	32405
+Dahlia	32406
+Dahlonega	32407
+DateHookup	32408
+Dateline	32409
+Database	32410
+Dasha	32411
+Dasher	32412
+Daughter	32413
+Daughtry	32414
+DaVinci's	32415
+Donna	32416
+Donnie	32417
+Donny	32418
+Donegal	32419
+Donovan's	32420
+Donovans	32421
+Don's	32422
+Don't	32423
+Dongs	32424
+Dora's	32425
+Dorado	32426
+Doral	32427
+Doraville	32428
+Dorito	32429
+Dorian	32430
+Doris	32431
+Dorschel	32432
+Dorothy	32433
+Dorothea	32434
+Doreen's	32435
+Dorman	32436
+Dormont	32437
+Dorris	32438
+Domino	32439
+Dominator	32440
+Domenico's	32441
+Domestic	32442
+Downing	32443
+Download	32444
+Downman	32445
+Downpour	32446
+Downs	32447
+Dowlen	32448
+Dowling	32449
+Dollar	32450
+Dolly	32451
+Dollface	32452
+Dolls	32453
+Dolphin	32454
+Dolan's	32455
+Dooley	32456
+Doolittle	32457
+Doodle	32458
+Doody	32459
+Doorly	32460
+Doors	32461
+Doomsday	32462
+Dooney	32463
+Douglas	32464
+Dough	32465
+Doug's	32466
+Dougie	32467
+Dougs	32468
+Dougy	32469
+Double	32470
+Doubtfire	32471
+Doctors	32472
+DocuSign	32473
+Documents	32474
+Dodger	32475
+Dodgeville	32476
+Dodds	32477
+Doggett	32478
+Doggy	32479
+Dogtopia	32480
+Dogtown	32481
+Dottie	32482
+Dotty's	32483
+Dobbin	32484
+Dobbs	32485
+Doheny	32486
+Doherty	32487
+Doylestown	32488
+Discount	32489
+Discover	32490
+Dishman	32491
+Dishnet	32492
+Dishonored	32493
+Disney's	32494
+Disneyland	32495
+Disneyworld	32496
+Distortion	32497
+Disturb	32498
+Dispatch	32499
+Display	32500
+Disposal	32501
+Disability	32502
+Disabled	32503
+Diana	32504
+Diane	32505
+Dianne	32506
+Diamondback	32507
+Diamondhead	32508
+Diamonds	32509
+Diablo	32510
+Diagnostics	32511
+Diaries	32512
+Diary	32513
+Dina's	32514
+Dinah	32515
+Dino's	32516
+Dinosaur	32517
+Diners	32518
+Dingle	32519
+Dinners	32520
+Dicks	32521
+Dick's	32522
+Dickman	32523
+Dicky	32524
+Dictation	32525
+Dictionary	32526
+Direct	32527
+DirecTV	32528
+Dirks	32529
+Dirty	32530
+Dilla	32531
+Dillon	32532
+Dillingham	32533
+Dillwyn	32534
+Divide	32535
+Diversey	32536
+Dietrich	32537
+Dietz	32538
+Diego's	32539
+Dierbergs	32540
+Dierks	32541
+Dimitrios	32542
+Dimitris	32543
+Dimebag	32544
+Dimes	32545
+Dimondale	32546
+Digicel	32547
+Digimon	32548
+Digiplex	32549
+Digital	32550
+Diggity	32551
+Diggy	32552
+Dion's	32553
+Dionne	32554
+Dions	32555
+Dixies	32556
+Dixons	32557
+Ditka's	32558
+Duncan's	32559
+Duncannon	32560
+Duncansville	32561
+Duncanville	32562
+Dunedin	32563
+Dunes	32564
+Dunham	32565
+Dunhill	32566
+Dunnellon	32567
+Dunning	32568
+Dunns	32569
+Dundee	32570
+Dungeon	32571
+Dungeness	32572
+Dunkin	32573
+Dunkirk	32574
+Dunlap	32575
+Dunlop	32576
+Duran	32577
+Duracell	32578
+Duraflame	32579
+Duralast	32580
+Duramax	32581
+Durbin	32582
+Durban	32583
+Dumbarton	32584
+Dumber	32585
+Dumbo	32586
+Dutches	32587
+Dutch's	32588
+Dutchman	32589
+Dutchtown	32590
+Dutys	32591
+Dubliner	32592
+Duffy's	32593
+Duffys	32594
+Dugan's	32595
+Dugans	32596
+Duggar	32597
+Duggan	32598
+Dupont	32599
+Dupree	32600
+Dupri	32601
+Ducks	32602
+Ducky's	32603
+Dudek	32604
+Dudley's	32605
+Dustin's	32606
+Dusty's	32607
+Duane's	32608
+Drago	32609
+Dragway	32610
+Draya	32611
+Drayer	32612
+Drayton	32613
+Dracula	32614
+Dracut	32615
+Drafthouse	32616
+Drake's	32617
+Dramamine	32618
+DreamWorks	32619
+Dreamcast	32620
+Dreamgirls	32621
+Dreamhouse	32622
+Dreaming	32623
+Dreams	32624
+Dreamweaver	32625
+Dress	32626
+Drescher	32627
+Dresden	32628
+Drew's	32629
+Drews	32630
+Dreyer	32631
+Dreyfus	32632
+Drive	32633
+Driving	32634
+Drifters	32635
+Drummond	32636
+Drumright	32637
+Drugs	32638
+Drunken	32639
+Dropbox	32640
+Dropkick	32641
+Drops	32642
+Dynamics	32643
+Dynamite	32644
+Dyersburg	32645
+Dyersville	32646
+DVR'd	32647
+DVR's	32648
+D'Angelo	32649
+D'Andre	32650
+homes	32651
+homer	32652
+home.	32653
+home's	32654
+homedepot	32655
+homefront	32656
+hometown	32657
+homey	32658
+homie	32659
+homos	32660
+homophobic	32661
+horse	32662
+hornbachers	32663
+horndog	32664
+horns	32665
+horny	32666
+horror	32667
+horrendous	32668
+horizontal	32669
+horizons	32670
+hormone	32671
+hormonal	32672
+horoscopes	32673
+horticulture	32674
+horton	32675
+hookah	32676
+hookup	32677
+hooks	32678
+hooky	32679
+hoodie	32680
+hoodlum	32681
+hooded	32682
+hoodrat	32683
+hoods	32684
+hoopers	32685
+hooping	32686
+hoopla	32687
+hoops	32688
+hooter	32689
+hoots	32690
+hoochie	32691
+holler	32692
+holla	32693
+hollow	32694
+holly	32695
+hollister	32696
+holdin	32697
+holds	32698
+holdup	32699
+holiday	32700
+holic	32701
+holier	32702
+holiness	32703
+holistic	32704
+holes	32705
+hologram	32706
+holographic	32707
+holsters	32708
+house	32709
+housing	32710
+houston	32711
+hour's	32712
+hourglass	32713
+hourly	32714
+hours	32715
+hounds	32716
+hounding	32717
+honey	32718
+honest	32719
+honored	32720
+honoring	32721
+honors	32722
+honking	32723
+honky	32724
+hostage	32725
+hosts	32726
+hospice	32727
+hosed	32728
+hoser	32729
+hoses	32730
+hotels	32731
+hotel's	32732
+hotel.com	32733
+hottie	32734
+hotshot	32735
+hotspot	32736
+hotsy	32737
+hotdogs	32738
+hotmail.com	32739
+hotwire.com	32740
+hopeless	32741
+hopeful	32742
+hoped	32743
+hopes	32744
+hoppin	32745
+hopple	32746
+hoppy	32747
+hoping	32748
+hopscotch	32749
+hobby	32750
+hobos	32751
+how'd	32752
+how's	32753
+howdershell	32754
+howdy	32755
+howling	32756
+hoarse	32757
+hoagies	32758
+hockey	32759
+hocks	32760
+hands	32761
+handed	32762
+handful	32763
+handgun	32764
+handjob	32765
+handprint	32766
+handrail	32767
+handy	32768
+handheld	32769
+handkerchief	32770
+handmade	32771
+hangin	32772
+hangar	32773
+hangman	32774
+hangs	32775
+hankering	32776
+hanky	32777
+hard-on	32778
+hardass	32779
+hardly	32780
+hardness	32781
+hardon	32782
+hardrock	32783
+hardtop	32784
+hardy	32785
+harmed	32786
+harmful	32787
+harming	32788
+harmless	32789
+harms	32790
+harbor	32791
+harbour	32792
+harvesting	32793
+harassed	32794
+harassing	32795
+harassment	32796
+harping	32797
+harpoon	32798
+harps	32799
+harsher	32800
+harshly	32801
+harem	32802
+harnesses	32803
+harrah's	32804
+harry	32805
+hairs	32806
+hair's	32807
+haired	32808
+hairmasters	32809
+hairy	32810
+hailey	32811
+hailing	32812
+hallo	32813
+hallway	32814
+hallelujah	32815
+hallmark	32816
+halls	32817
+halftime	32818
+halfway	32819
+halogen	32820
+halos	32821
+haleys	32822
+halibut	32823
+halide	32824
+halter	32825
+hammer	32826
+hammock	32827
+hammy	32828
+hamburger	32829
+hambone	32830
+hambre	32831
+hamper	32832
+hampster	32833
+hatchback	32834
+hatching	32835
+hater	32836
+hated	32837
+hateful	32838
+hates	32839
+hating	32840
+happen	32841
+happy	32842
+hahaha	32843
+haven	32844
+haver	32845
+haves	32846
+having	32847
+hacks	32848
+hackberry	32849
+hacking	32850
+hackler	32851
+hacky	32852
+hashing	32853
+hashtag	32854
+hassle	32855
+hassling	32856
+hasn't	32857
+hasnt	32858
+haste	32859
+hasty	32860
+haulin	32861
+hauls	32862
+haunted	32863
+haunting	32864
+haunts	32865
+hazel	32866
+hazardous	32867
+hazards	32868
+habitat	32869
+habits	32870
+habitual	32871
+habanero	32872
+habla	32873
+hablo	32874
+haystack	32875
+haystak	32876
+haggens	32877
+haggle	32878
+hawkers	32879
+hawks	32880
+heads	32881
+headquarter	32882
+headache	32883
+headhunter	32884
+head's	32885
+headcount	32886
+headgear	32887
+headrest	32888
+heady	32889
+heart	32890
+hearin	32891
+hears	32892
+heard	32893
+health	32894
+healing	32895
+heals	32896
+heavy	32897
+heath	32898
+heating	32899
+heats	32900
+heatwave	32901
+heaping	32902
+heaps	32903
+here's	32904
+here.	32905
+here:	32906
+hereafter	32907
+hereby	32908
+hereditary	32909
+herein	32910
+heres	32911
+herobrine	32912
+heroes	32913
+heron	32914
+heros	32915
+herb's	32916
+herbal	32917
+herbivore	32918
+herbs	32919
+herder	32920
+herding	32921
+herds	32922
+hermit	32923
+hernias	32924
+herniated	32925
+herself	32926
+hersons	32927
+herring	32928
+herro	32929
+helpin	32930
+helpdesk	32931
+helpful	32932
+helps	32933
+hello	32934
+hella	32935
+hell's	32936
+hellish	32937
+hells	32938
+helluva	32939
+hellz	32940
+helicopter	32941
+helium	32942
+helix	32943
+helmet	32944
+hemoglobin	32945
+hematoma	32946
+hemispheres	32947
+hemmed	32948
+hemming	32949
+hemroids	32950
+height:	32951
+heightened	32952
+heights	32953
+heirloom	32954
+heirs	32955
+heifers	32956
+heels	32957
+heeheehee	32958
+heck's	32959
+hecka	32960
+heckle	32961
+hectic	32962
+hectors	32963
+hedgehog	32964
+hedges	32965
+hesitant	32966
+heyyy	32967
+hehehe	32968
+highlight	32969
+highlands	32970
+highly	32971
+high-level	32972
+high-profile	32973
+high-risk	32974
+high-speed	32975
+high-tech	32976
+highwayman	32977
+highways	32978
+higher	32979
+highest	32980
+highschool	32981
+hinder	32982
+hindi	32983
+hindrance	32984
+hindsight	32985
+hinge	32986
+hinted	32987
+hinting	32988
+hints	32989
+hitching	32990
+hitter	32991
+hittin	32992
+hills	32993
+hilltop	32994
+hilly	32995
+hilariously	32996
+hippo	32997
+hippy	32998
+hipster	32999
+hideaway	33000
+hider	33001
+hides	33002
+hiding	33003
+history	33004
+hissing	33005
+hissy	33006
+hickey	33007
+hickies	33008
+hickory	33009
+hiccups	33010
+hibernate	33011
+hiker	33012
+hiked	33013
+hikes	33014
+hired	33015
+hires	33016
+hijacked	33017
+humid	33018
+humane	33019
+humankind	33020
+humanly	33021
+humans	33022
+humpback	33023
+humping	33024
+humps	33025
+humbug	33026
+humming	33027
+hummus	33028
+humor	33029
+humongous	33030
+huntin	33031
+hunts	33032
+hunger	33033
+hungover	33034
+hunka	33035
+hunker	33036
+hunks	33037
+hunky	33038
+hundreds	33039
+hundredth	33040
+hunched	33041
+hurry	33042
+hurrah	33043
+hurtin	33044
+hurted	33045
+hurtful	33046
+hurts	33047
+hurdles	33048
+husband's	33049
+husband.com	33050
+husbands	33051
+husky	33052
+huggin	33053
+huggable	33054
+huggy	33055
+hugely	33056
+hugest	33057
+hubby	33058
+hubba	33059
+hubbie	33060
+hubcaps	33061
+hubster	33062
+hutches	33063
+hutchinson	33064
+hypoallergenic	33065
+hyper	33066
+hyped	33067
+hypnosis	33068
+hyphenated	33069
+hydros	33070
+hydrogen	33071
+hydromorphone	33072
+hydroxide	33073
+hydraulic	33074
+hysterical	33075
+hysteria	33076
+hygiene	33077
+hygienist	33078
+hymns	33079
+hmmmm	33080
+Trans	33081
+Trancas	33082
+Trane	33083
+Trang	33084
+Tranzit	33085
+Track	33086
+Tracy	33087
+Trace	33088
+Traci	33089
+TracFone	33090
+Tractor	33091
+Travis	33092
+Travolta	33093
+Trail	33094
+Train	33095
+Trafalga	33096
+Trapp	33097
+Trapelo	33098
+Trapt	33099
+Trade	33100
+Trading	33101
+Trash	33102
+Trask	33103
+Trampoline	33104
+Traxxas	33105
+Trish	33106
+Triscuit	33107
+Trick	33108
+Trico	33109
+Tricare	33110
+Triple	33111
+Tripoli	33112
+Tripp	33113
+TripAdvisor	33114
+Tribe	33115
+Tribal	33116
+Tribbett	33117
+Triboro	33118
+Trini	33119
+Trina	33120
+Trindle	33121
+Triad	33122
+Trimble	33123
+Trion	33124
+Triton	33125
+Tritt	33126
+Trivial	33127
+Trivium	33128
+Trixie	33129
+Trust	33130
+Trucking	33131
+Trucks	33132
+Trumbull	33133
+Trump	33134
+Trudy	33135
+Trudeau	33136
+Truesdale	33137
+Trulia	33138
+Truluck's	33139
+Truxel	33140
+Truxton	33141
+Treat	33142
+Trevin	33143
+Treva	33144
+Trend	33145
+Trent	33146
+Trenary	33147
+Trench	33148
+Trees	33149
+Tremonton	33150
+Treyarch	33151
+Trout	33152
+Trouble	33153
+Troup	33154
+Troop	33155
+Troon	33156
+Troost	33157
+Troye	33158
+Troy's	33159
+Troys	33160
+Tropic	33161
+Trophy	33162
+Trotter	33163
+Trotwood	33164
+Trojans	33165
+Tronics	33166
+Trowbridge	33167
+Trower	33168
+Tanger	33169
+Tanglewood	33170
+Tango	33171
+Tanager	33172
+Tanaka	33173
+Tanasbourne	33174
+Tanner	33175
+Tanning	33176
+Taneytown	33177
+Tanfastic	33178
+Tanforan	33179
+Tania	33180
+Tanisha	33181
+Tanks	33182
+Tanqueray	33183
+Tanya's	33184
+Tally	33185
+Talley	33186
+Tallulah	33187
+Talecris	33188
+Talent	33189
+Tales	33190
+Talbot	33191
+Talbert	33192
+Talia	33193
+Taliban	33194
+Talking	33195
+Talmadge	33196
+Talmer	33197
+Tamar	33198
+Tamaqua	33199
+Tammy	33200
+Tammi	33201
+Tammany	33202
+Tamia	33203
+Tamiflu	33204
+Tamika	33205
+Tamela	33206
+Tameron	33207
+Tampa	33208
+Tampico	33209
+Taran	33210
+Taras	33211
+Tara's	33212
+Taraval	33213
+Tarrant	33214
+Tarrus	33215
+Tarrytown	33216
+Tarboro	33217
+Tarbox	33218
+Target	33219
+Targhee	33220
+Tarts	33221
+Tarzana	33222
+Tasha	33223
+Taste	33224
+Tasty's	33225
+Tasca	33226
+Tascosa	33227
+Tasker	33228
+Tasmanian	33229
+Tapps	33230
+Tapatia	33231
+Tapatio	33232
+Tapia	33233
+Tapioca	33234
+Tails	33235
+Tailwaggers	33236
+Taiwanese	33237
+Tables	33238
+Tablet	33239
+Tabor	33240
+Tater	33241
+Tates	33242
+Tattered	33243
+Tattoo	33244
+Tatum's	33245
+Taylors	33246
+Taylor's	33247
+TaylorMade	33248
+Taylorville	33249
+Tacoma	33250
+Tavern	33251
+Tavel	33252
+Tahoe	33253
+Tahoma	33254
+Tomas	33255
+Tomato	33256
+Tomah	33257
+Tomorrow	33258
+Tomoka	33259
+Tomball	33260
+Tombstone	33261
+Tomlinson	33262
+Tomcats	33263
+Tommy's	33264
+Tompkinsville	33265
+Torino	33266
+Tori's	33267
+Toria	33268
+Tories	33269
+Torito	33270
+Torium	33271
+Torre	33272
+Torrance	33273
+Torrington	33274
+Torchwood	33275
+Torchy's	33276
+Toronto	33277
+Toros	33278
+Tortuga	33279
+Tortilla	33280
+Tonia	33281
+Tonight	33282
+Tonio	33283
+Tony's	33284
+Tonya	33285
+Tonys	33286
+Tonga	33287
+Tonetta	33288
+Toney	33289
+Tonka	33290
+Tonkin	33291
+Tontitown	33292
+Tonto	33293
+Topsy	33294
+Topsail	33295
+Topsfield	33296
+Toppenish	33297
+Topps	33298
+Tobin	33299
+Tobias	33300
+Toby's	33301
+TobyMac	33302
+Tobyhanna	33303
+Tobel	33304
+Tober	33305
+Tobey	33306
+Tobacco	33307
+Tobago	33308
+Towne	33309
+Townline	33310
+Tower	33311
+Towell	33312
+Tournament	33313
+Touro	33314
+Tours	33315
+Touche	33316
+Touchton	33317
+Tolland	33318
+Tolleson	33319
+Tollway	33320
+Toledo	33321
+Toler	33322
+Toto's	33323
+Totowa	33324
+Tottenham	33325
+Toshi	33326
+Toscana	33327
+Toscano's	33328
+Toyota	33329
+Toaster	33330
+Toastmasters	33331
+Toadies	33332
+Tools	33333
+Tooth	33334
+Tootsie	33335
+Todd's	33336
+Todds	33337
+Tovar	33338
+Terri	33339
+Terra	33340
+Terre	33341
+Terry	33342
+Terror	33343
+Terence	33344
+Terminix	33345
+TeleTech	33346
+Teleflora	33347
+Telemundo	33348
+Teletubbies	33349
+Television	33350
+Teller	33351
+Telluride	33352
+Telly's	33353
+Telfair	33354
+Telford	33355
+TennCare	33356
+Tennant	33357
+Tennova	33358
+Tennyson	33359
+Tenacious	33360
+Tenafly	33361
+Tenaya	33362
+Tendercare	33363
+Tenleytown	33364
+Tenth	33365
+Teacher	33366
+Teaching	33367
+TeamViewer	33368
+Teamsters	33369
+Texan	33370
+Texaco	33371
+Texarkana	33372
+Texas	33373
+Textron	33374
+Teche	33375
+Tempe	33376
+Temporary	33377
+Temptations	33378
+Tempurpedic	33379
+Temecula	33380
+Temescal	33381
+Tessa	33382
+Tessie	33383
+Tesson	33384
+Testament	33385
+Testing	33386
+Teddy's	33387
+Teena	33388
+Tejano	33389
+Tejas	33390
+Tekken	33391
+Tekkit	33392
+Tetrazzini	33393
+Tetris	33394
+Timber	33395
+Timbuktu	33396
+Timeflies	33397
+Times	33398
+Timex	33399
+Timmy	33400
+Timmons	33401
+Timothy	33402
+Timonium	33403
+Tina's	33404
+Tinashe	33405
+Tingley	33406
+Tings	33407
+Tino's	33408
+Tinos	33409
+Tinkerbell	33410
+Tinseltown	33411
+Tinsley	33412
+Tiny's	33413
+Tillman	33414
+Tilly	33415
+Tillamook	33416
+Tillotson	33417
+Tillsonburg	33418
+Tilted	33419
+Tilton	33420
+Titan	33421
+Titleist	33422
+Tito's	33423
+Titusville	33424
+Ticket	33425
+Tickle	33426
+Ticonderoga	33427
+Ticor	33428
+Tiffany	33429
+Tiffin	33430
+Tifton	33431
+Tippecanoe	33432
+Tippin	33433
+Tipsy's	33434
+Tiana's	33435
+Tierra	33436
+Tierney	33437
+Tigers	33438
+Tibetan	33439
+Tidewater	33440
+Tishomingo	33441
+Thorn	33442
+Thorogood	33443
+Thorpe	33444
+Thorton	33445
+Thomas	33446
+Thompson	33447
+Thomson	33448
+Thousand	33449
+There	33450
+Therapy	33451
+Theo's	33452
+Theodore	33453
+Theological	33454
+Theory	33455
+Thurs	33456
+Thurgood	33457
+Thundercats	33458
+Thundermist	33459
+Thugs	33460
+Thank	33461
+Thanh	33462
+Thani	33463
+That's	33464
+Thatcher	33465
+Thats	33466
+Thailand	33467
+Thing	33468
+Think	33469
+Thins	33470
+Thirsty	33471
+Third	33472
+Thirlby	33473
+Thief	33474
+Thieves	33475
+Thrift	33476
+Thriller	33477
+Thrivent	33478
+Throckmorton	33479
+Throgs	33480
+Thrones	33481
+Thrashers	33482
+Thruway	33483
+Turning	33484
+Turnpike	33485
+Turkey	33486
+Turkish	33487
+Turks	33488
+Turbo	33489
+Turbeville	33490
+Turfway	33491
+Turley	33492
+Turlock	33493
+Turtles	33494
+Tucker	33495
+Tucka	33496
+Tucks	33497
+Tucanos	33498
+Tuscola	33499
+Tuskawilla	33500
+Tuskegee	33501
+Tully	33502
+Tullahoma	33503
+Tulley	33504
+Tulalip	33505
+Tulane	33506
+Tunis	33507
+Tunica	33508
+Tuning	33509
+Tunes	33510
+Tubbs	33511
+Tubbys	33512
+Tuesday's	33513
+Tuesdays	33514
+Tupperware	33515
+Tuffy's	33516
+Tyree	33517
+Tyrell	33518
+Tyrese	33519
+Tyrannosaurus	33520
+Tylers	33521
+Tyler's	33522
+Twins	33523
+Twista	33524
+Twisted	33525
+Twila	33526
+Twilight	33527
+Twitter	33528
+Twitty	33529
+Tweedle	33530
+Tweety	33531
+Lando	33532
+Lands	33533
+Landau	33534
+Landfill	33535
+Landmark	33536
+Langston	33537
+Lange	33538
+Langford	33539
+Langley	33540
+Language	33541
+Lanes	33542
+Laney	33543
+Lanett	33544
+Lanez	33545
+Lance	33546
+Lancaster	33547
+Lancia	33548
+Lanka	33549
+Lankford	33550
+Lansford	33551
+Lansing	33552
+Lana's	33553
+Lanark	33554
+Lani's	33555
+Lanier	33556
+Lanta	33557
+Lantern	33558
+Lanna	33559
+Lanning	33560
+Lanoka	33561
+Latin	33562
+Latifah	33563
+Latisse	33564
+Latitude	33565
+Lately	33566
+Later	33567
+Latour	33568
+Latoya	33569
+Latta	33570
+Latter	33571
+Latham	33572
+Latasha	33573
+Latrice	33574
+Latrobe	33575
+Laura	33576
+Lauryn	33577
+Lauderdale	33578
+Lauderhill	33579
+Laughing	33580
+Laughlin	33581
+Launcher	33582
+Laundry	33583
+Lambo	33584
+Lamb's	33585
+Lambs	33586
+Lampoon	33587
+Lamplighter	33588
+Lamps	33589
+Lampton	33590
+Lamar	33591
+Lamoni	33592
+Lamont	33593
+Larkin	33594
+Larkburger	33595
+Larkspur	33596
+Larry	33597
+Larrabee	33598
+Larson	33599
+Larsen	33600
+Laramie	33601
+Larchmont	33602
+Larchwood	33603
+Laredos	33604
+Large	33605
+Largo	33606
+Larimer	33607
+Larissa	33608
+Laker	33609
+Lakes	33610
+Lakeforest	33611
+Lakehurst	33612
+Lakeport	33613
+Laketon	33614
+Lackawanna	33615
+Lackey	33616
+Lackland	33617
+Lackman	33618
+Lacey's	33619
+Laceys	33620
+Lacombe	33621
+Laconia	33622
+Lacoste	33623
+Lawrence	33624
+Lawry's	33625
+Lawndale	33626
+Lawnside	33627
+Lawsons	33628
+Lavaca	33629
+Lavanya	33630
+Laveen	33631
+Lavelle	33632
+Lavigne	33633
+Lavine	33634
+Lavoe	33635
+Lavonia	33636
+Labor	33637
+Labonte	33638
+Label	33639
+Labette	33640
+Labrador	33641
+Labrinth	33642
+Ladder	33643
+Laden	33644
+Ladera	33645
+Ladysmith	33646
+Laskey	33647
+Laskin	33648
+Lasky	33649
+Lasher	33650
+Lashley	33651
+Lapidus	33652
+Lapierre	33653
+Lapine	33654
+LaRon	33655
+Layla's	33656
+Lagoon	33657
+Lagos	33658
+Lala's	33659
+Lalaloopsy	33660
+Lazarus	33661
+LaGrossa	33662
+LaVida	33663
+LaVilla	33664
+LaVista	33665
+Lafferty	33666
+Laffin	33667
+Laffy	33668
+Laird	33669
+Learn	33670
+Learjet	33671
+Leary	33672
+Leader	33673
+Leadville	33674
+Leatherby's	33675
+Leatherman	33676
+Leatherwood	33677
+Leah's	33678
+Leahy	33679
+Leapfrog	33680
+Leapster	33681
+Leave	33682
+Leavitt	33683
+Leafs	33684
+Lenny	33685
+Lennie	33686
+Lenoir	33687
+Lenore	33688
+Lenovo	33689
+Lenox	33690
+Lena's	33691
+Lenawee	33692
+LensCrafters	33693
+Lenscrafter	33694
+Lentz	33695
+Leona	33696
+Leone	33697
+Leoni	33698
+Leon's	33699
+Leopard	33700
+Leopold	33701
+Levin	33702
+Levi's	33703
+Leviathan	33704
+Levick	33705
+Levis	33706
+Levelland	33707
+Levy's	33708
+Leesburg	33709
+Leesport	33710
+Leestown	33711
+Leesville	33712
+Leelanau	33713
+Legal	33714
+Legacy	33715
+Legoland	33716
+Legos	33717
+Legends	33718
+Leslie	33719
+Lesley	33720
+Lester's	33721
+Lesters	33722
+Letter	33723
+Letty	33724
+Lethal	33725
+Lethbridge	33726
+Leticia	33727
+Letitia	33728
+Lewis	33729
+Lewin	33730
+Lexie	33731
+Lexington	33732
+Ledger	33733
+Ledgewood	33734
+Leila's	33735
+Leilani	33736
+Leighton	33737
+Leitchfield	33738
+Leith	33739
+Lemon	33740
+Lemoore	33741
+Lemos	33742
+Lefty	33743
+Leftwich	33744
+Lehigh	33745
+Lehman's	33746
+LeMans	33747
+LeMars	33748
+LeMay	33749
+Lebanese	33750
+Lebanon	33751
+Leroy's	33752
+Longo	33753
+Longs	33754
+Long's	33755
+LongHorn	33756
+Longest	33757
+Longfellow	33758
+Longley	33759
+Longview	33760
+London	33761
+Londis	33762
+Lonely	33763
+Lonnie	33764
+Lonny	33765
+Loren	33766
+Loreal	33767
+Lorelei	33768
+Lorex	33769
+Lords	33770
+Lord's	33771
+Lordco	33772
+Lorde	33773
+Lordy	33774
+Lori's	33775
+Lorie	33776
+Loring	33777
+Loris	33778
+Lorain	33779
+Lorax	33780
+Lorraine	33781
+Lorrie	33782
+Lorna	33783
+Lorne	33784
+Louis	33785
+Louie	33786
+Loudon	33787
+Loudoun	33788
+Loughborough	33789
+Lougheed	33790
+Loughton	33791
+Locke	33792
+Locks	33793
+Locka	33794
+Locklear	33795
+Lockport	33796
+Lockwood	33797
+Local	33798
+Location	33799
+Lovett	33800
+Lovejoy	33801
+Lovers	33802
+Loves	33803
+Loving	33804
+Lovins	33805
+Logans	33806
+Logan's	33807
+Loganville	33808
+Logic	33809
+Login	33810
+Logistics	33811
+Logitech	33812
+Logix	33813
+Lombardi	33814
+Lombardo	33815
+Lombardy	33816
+Lomas	33817
+Lomax	33818
+Lomira	33819
+Lomita	33820
+Lower	33821
+Lowe's	33822
+Lowell	33823
+Lowes	33824
+Lowrie	33825
+Lowry	33826
+Lottery	33827
+Lottie	33828
+Lotto	33829
+Looking	33830
+Lookout	33831
+Loomis	33832
+Looney	33833
+Loblaws	33834
+Lobos	33835
+Lola's	33836
+Lolas	33837
+Lolo's	33838
+Losec	33839
+Losee	33840
+Loser	33841
+Loans	33842
+Linds	33843
+Linda	33844
+Lindo	33845
+Lindy	33846
+Lindbergh	33847
+Lindley	33848
+Lincoln	33849
+Lincroft	33850
+Linea	33851
+Linebaugh	33852
+Linens	33853
+Lines	33854
+Lineville	33855
+Linex	33856
+Links	33857
+Linkin	33858
+Linton	33859
+Linthicum	33860
+Linglestown	33861
+Linos	33862
+Linus	33863
+Linux	33864
+Lilly	33865
+Lillard	33866
+Lilley	33867
+Lilia	33868
+Lily's	33869
+Liberia	33870
+Libby	33871
+Libbie	33872
+Libra	33873
+Libre	33874
+Libyan	33875
+Little	33876
+Littman	33877
+Lithia	33878
+Lithonia	33879
+Lithuania	33880
+Lites	33881
+Limbaugh	33882
+Limberlost	33883
+Limburg	33884
+Limerick	33885
+Limestone	33886
+Limited	33887
+Limits	33888
+Liston	33889
+Lisa's	33890
+Living	33891
+Livia	33892
+Livie	33893
+Lives	33894
+LifeCare	33895
+LifeLock	33896
+Lifehouse	33897
+Lightfoot	33898
+Lighthouse	33899
+Lighting	33900
+Lightning	33901
+Lightroom	33902
+Lights	33903
+Lightyear	33904
+Lizzie	33905
+Lizzy	33906
+Lizabeth	33907
+Lizard	33908
+Liana	33909
+Liang's	33910
+Lianne	33911
+Liam's	33912
+Liars	33913
+Lionsgate	33914
+License	33915
+Licensing	33916
+Licking	33917
+Lipscomb	33918
+Liquidators	33919
+Lucia	33920
+Lucie	33921
+Lucifer	33922
+Lucille	33923
+Lucid	33924
+Lucinda	33925
+Lucius	33926
+Lucky	33927
+Luckett	33928
+Lucedale	33929
+Lucas	33930
+Lucca	33931
+Lucci	33932
+Lucy's	33933
+Lumbia	33934
+Lumia	33935
+Lumiere	33936
+Lumpkin	33937
+Lumpur	33938
+Lumpy's	33939
+Luna's	33940
+Lunardi's	33941
+Lunas	33942
+Lundy	33943
+Lundgren	33944
+Lunds	33945
+Lunchables	33946
+Luther's	33947
+Lutheran	33948
+Lutherville	33949
+Ludacris	33950
+Luis's	33951
+Luisa	33952
+Luigi's	33953
+Lupe's	33954
+Lupi's	33955
+Lupita	33956
+Luke's	33957
+Lukes	33958
+Lukey	33959
+Lulu's	33960
+Lululemon	33961
+Lugers	33962
+Luzerne	33963
+Lynda	33964
+Lyndon	33965
+Lynden	33966
+Lyndhurst	33967
+Lyndsey	33968
+Lynn's	33969
+Lynne	33970
+Lynnfield	33971
+Lynnhaven	33972
+Lynchburg	33973
+Lymes	33974
+Lyons	33975
+Lyrics	33976
+Harrah	33977
+Harry	33978
+Harts	33979
+Harte	33980
+Hartford	33981
+Hartig	33982
+Hartman	33983
+Hartnell	33984
+Hartville	33985
+Hartwell	33986
+Hartz	33987
+Hardy	33988
+Hardaway	33989
+Hardcastle	33990
+Harbaugh	33991
+Harbert	33992
+Harlan	33993
+Harlingen	33994
+Harlow	33995
+Harvard	33996
+Harmon	33997
+Harpo	33998
+Hargreaves	33999
+Hargrove	34000
+Harold	34001
+Harahan	34002
+Haralson	34003
+Harker	34004
+Harkins	34005
+Harkness	34006
+Harwood	34007
+Harnett	34008
+Harney	34009
+Hanna	34010
+Hannon	34011
+Hannukah	34012
+Handel	34013
+Handbook	34014
+Handcock	34015
+Hands	34016
+Hanson	34017
+Hanscom	34018
+Hank's	34019
+Hankey	34020
+Hankins	34021
+Hanks	34022
+Hanging	34023
+Haney	34024
+Hanes	34025
+Hanahan	34026
+Hanceville	34027
+Hancock	34028
+Hanlees	34029
+Hanley	34030
+Halls	34031
+Halle	34032
+Hall's	34033
+Hallandale	34034
+Haley	34035
+Hales	34036
+Haledon	34037
+Halen	34038
+Halethorpe	34039
+Halsey	34040
+Halfmoon	34041
+Halong	34042
+Haltom	34043
+Halton	34044
+Hammer	34045
+Hampton	34046
+Hampden	34047
+Hamburg	34048
+Hambelton	34049
+Hamby	34050
+Hamilton	34051
+Hamill	34052
+Hamlin	34053
+Hamlet	34054
+Hamas	34055
+Hamel	34056
+Hamer	34057
+Hayley	34058
+Haylee	34059
+Hayward	34060
+Hayden's	34061
+Hayesville	34062
+Haynes	34063
+Haysville	34064
+Hailie	34065
+Haircutters	34066
+Hairport	34067
+Hairston	34068
+Haitian	34069
+Haiti's	34070
+Hainesport	34071
+Hatter	34072
+Hattie	34073
+Hatton	34074
+Hatcher	34075
+Hatchet	34076
+Hates	34077
+Hatfields	34078
+Hathaway's	34079
+Haven	34080
+Havasu	34081
+Hager	34082
+Hagee	34083
+Hageman	34084
+Hagen	34085
+Haggard	34086
+Hagan	34087
+Hagar	34088
+Hawkeye	34089
+Hawks	34090
+Hawaiian	34091
+Hawthorne	34092
+Haskell	34093
+Haskins	34094
+Haslet	34095
+Haslam	34096
+Hasbrouck	34097
+Hassan	34098
+Hasselhoff	34099
+Hazel	34100
+Hazen	34101
+Hazlet	34102
+Hazlehurst	34103
+Haule	34104
+Hauser	34105
+Haddon	34106
+Hadley	34107
+Hadlock	34108
+Haber	34109
+Habegger	34110
+Habibi	34111
+Habitat	34112
+Hackley	34113
+Hackney	34114
+Haagen	34115
+Happy	34116
+Happiness	34117
+Hahnemann	34118
+Holly	34119
+Hollow	34120
+Hold'em	34121
+Holdrege	34122
+Holman	34123
+Holmdel	34124
+Holiness	34125
+Holistic	34126
+Holts	34127
+Holton	34128
+Holtz	34129
+Holyfield	34130
+Holyoke	34131
+Holcombe	34132
+Holstein	34133
+Holston	34134
+Horne	34135
+Hornady	34136
+Hornsby	34137
+Horse	34138
+Horsham	34139
+Horrible	34140
+Horry	34141
+Horace	34142
+Horan	34143
+Horatio	34144
+Horizon	34145
+Horicon	34146
+Hortons	34147
+Hortonville	34148
+Homes	34149
+Homer	34150
+HomePath	34151
+Homecoming	34152
+Homedale	34153
+Homemade	34154
+Hometown	34155
+Homewood	34156
+Homan	34157
+Homosassa	34158
+House	34159
+Houston	34160
+Housing	34161
+Houlton	34162
+Houghton	34163
+Hounds	34164
+Hours	34165
+Honey	34166
+Honea	34167
+Honesdale	34168
+Honda	34169
+Hondo	34170
+Hondros	34171
+Honduras	34172
+Honor	34173
+Honolulu	34174
+Hookah	34175
+Hooker	34176
+Hooksett	34177
+Hoops	34178
+Hoosier	34179
+Hoosick	34180
+Hoodie	34181
+Hooters	34182
+Hootie	34183
+Hoovers	34184
+Howell	34185
+However	34186
+Howey	34187
+Howard's	34188
+Howards	34189
+Howie's	34190
+Howies	34191
+Howland	34192
+Howlin	34193
+Hope's	34194
+Hopedale	34195
+Hopelink	34196
+Hopewell	34197
+Hopkins	34198
+Hopkinton	34199
+Hospital	34200
+Hospice	34201
+Hostess	34202
+Hostgator	34203
+Hoss's	34204
+Hobby	34205
+Hobbes	34206
+Hobble	34207
+Hobbs	34208
+Hoffman	34209
+Hoffa	34210
+Hoffbrau	34211
+Hoffer	34212
+Hoffner	34213
+Hogan's	34214
+Hogansville	34215
+Hotels	34216
+Hockey	34217
+Hockessin	34218
+Hodgenville	34219
+Hodges	34220
+Hokes	34221
+Hokies	34222
+Herman	34223
+Hermes	34224
+Herbal	34225
+Herbie	34226
+Herrera	34227
+Hertel	34228
+Hertford	34229
+Hertrich	34230
+Hertz	34231
+Herndon	34232
+Heroes	34233
+Heron	34234
+Herculaneum	34235
+Hercules	34236
+Hereford	34237
+Herzing	34238
+Herzog	34239
+Health	34240
+Heald	34241
+Healey	34242
+Healing	34243
+Healy	34244
+Heart	34245
+Hearn	34246
+Heard	34247
+Hearing	34248
+Hearst	34249
+Heath	34250
+Heating	34251
+Heaton	34252
+Headhunters	34253
+Headley	34254
+Headquarters	34255
+Heads	34256
+Heaven	34257
+Heavy	34258
+Heller	34259
+Hellman	34260
+Hells	34261
+Hell's	34262
+Hellboy	34263
+Hello	34264
+Hellraiser	34265
+Helly	34266
+Helen's	34267
+Helena	34268
+Helene	34269
+Helens	34270
+Helper	34271
+Helping	34272
+Helios	34273
+Helmer	34274
+Helms	34275
+Henry	34276
+Henri	34277
+Henderson	34278
+Henniker	34279
+Henny	34280
+Hensley	34281
+Henson	34282
+Heinz	34283
+Heidi	34284
+Heidelberg	34285
+Heiser	34286
+Heisman	34287
+Heist	34288
+Heimlich	34289
+Hempfield	34290
+Hemphill	34291
+Hempstead	34292
+Hemingway's	34293
+Hedgehog	34294
+Hedgesville	34295
+Hedley	34296
+Hedlund	34297
+Hebrew	34298
+Hebron	34299
+Hebert	34300
+Hesperian	34301
+Hesston	34302
+Hester	34303
+Heston	34304
+Heels	34305
+Heelys	34306
+Hills	34307
+Hiller	34308
+Hill's	34309
+Hillbillies	34310
+Hilldale	34311
+Hillman	34312
+Hillview	34313
+Hillwood	34314
+Hillywood	34315
+Hildebran	34316
+Hilda	34317
+Hilmar	34318
+Hilmer	34319
+Hilti	34320
+Hilton	34321
+Higher	34322
+Highfield	34323
+Highgate	34324
+Highmark	34325
+Highness	34326
+Highsmith	34327
+Highview	34328
+Higgs	34329
+Hindu	34330
+Hindi	34331
+Hinds	34332
+Hinesville	34333
+Hinsdale	34334
+Hinson	34335
+Hitchcock	34336
+Hitchens	34337
+Hitchhiker's	34338
+Hitching	34339
+Hitler's	34340
+Himalayan	34341
+Himalayas	34342
+Hibbett	34343
+Hibbing	34344
+Hicksville	34345
+Hiram's	34346
+Historic	34347
+History	34348
+Hispanics	34349
+Hiawassee	34350
+Hiawatha	34351
+Hippodrome	34352
+Hippos	34353
+Hunter	34354
+Hunting	34355
+Hunts	34356
+Hunt's	34357
+Huntley	34358
+Hunger	34359
+Hungry	34360
+Hunan's	34361
+Humana	34362
+Humane	34363
+Humperdinck	34364
+Humpty	34365
+Humber	34366
+Humble	34367
+Humboldt	34368
+Hummel	34369
+Hummer	34370
+Husker	34371
+Huskies	34372
+Husky	34373
+Hussain	34374
+Hussein	34375
+Hussle	34376
+Husson's	34377
+Hustle	34378
+Huston	34379
+Hubba	34380
+Hubbell	34381
+Hubble	34382
+Hubert	34383
+Hubers	34384
+Hughes	34385
+Hughley	34386
+Huggies	34387
+Huggins	34388
+Hugo's	34389
+Huguenot	34390
+Huguley	34391
+Hurricane	34392
+Hurry	34393
+Hurlburt	34394
+Hurley	34395
+Hurstbourne	34396
+Hutch's	34397
+Hutcherson	34398
+Hutton	34399
+Hudson's	34400
+Hudsons	34401
+Hudsonville	34402
+Hudgens	34403
+Hudgins	34404
+Huey's	34405
+Hueytown	34406
+Huckleberry's	34407
+Huffines	34408
+Huffington	34409
+Hydro	34410
+Hydra	34411
+Hyderabad	34412
+Hyattsville	34413
+expel	34414
+explicit	34415
+exponent	34416
+export	34417
+expressly	34418
+expresso	34419
+expressway	34420
+expand	34421
+expansion	34422
+expialidocious	34423
+expunged	34424
+expungement	34425
+exceed	34426
+except	34427
+excel	34428
+excess	34429
+excedrin	34430
+excetera	34431
+exclamation	34432
+excursion	34433
+exchange	34434
+exchanging	34435
+excavator	34436
+excruciatingly	34437
+extra	34438
+extrusion	34439
+extinguish	34440
+extinct	34441
+execs	34442
+exert	34443
+exempt	34444
+exempla	34445
+example	34446
+exams	34447
+exaggerate	34448
+exactly	34449
+exacto	34450
+exalted	34451
+exhibit	34452
+exhaust	34453
+exhale	34454
+existing	34455
+exists	34456
+exited	34457
+exiting	34458
+exits	34459
+exiled	34460
+exotica	34461
+exotics	34462
+exorcism	34463
+exorcist	34464
+enter	34465
+entendre	34466
+entry	34467
+entries	34468
+entrust	34469
+entire	34470
+enthused	34471
+entails	34472
+endometriosis	34473
+endoscopy	34474
+endowed	34475
+ended	34476
+ender	34477
+endure	34478
+endurance	34479
+enduring	34480
+endangered	34481
+endangerment	34482
+endings	34483
+endlessly	34484
+encompass	34485
+encore	34486
+enchilada	34487
+enclave	34488
+encryption	34489
+engineer	34490
+engines	34491
+engrossed	34492
+engage	34493
+engaging	34494
+enviro	34495
+envision	34496
+envious	34497
+envelopes	34498
+energetic	34499
+energy	34500
+enemy	34501
+enema	34502
+enemies	34503
+enlighten	34504
+enlist	34505
+enlarged	34506
+enlargement	34507
+enroll	34508
+enroute	34509
+enriched	34510
+enrichment	34511
+enable	34512
+enabling	34513
+enamel	34514
+enamored	34515
+enhancement	34516
+enhanced	34517
+enhancer	34518
+enhances	34519
+enforced	34520
+enforcement	34521
+enforcer	34522
+ensure	34523
+ensuring	34524
+elect	34525
+eleven	34526
+element	34527
+elegant	34528
+elegance	34529
+elephant's	34530
+elephants	34531
+eliminate	34532
+eligibility	34533
+eligible	34534
+elite	34535
+elitist	34536
+ellie	34537
+ellas	34538
+ellen	34539
+eller	34540
+elastics	34541
+elated	34542
+elation	34543
+elderberry	34544
+elderly	34545
+elders	34546
+eloquently	34547
+employment	34548
+employs	34549
+empanada	34550
+emphysema	34551
+empty	34552
+empowered	34553
+empowering	34554
+empowerment	34555
+empire	34556
+empirical	34557
+embalming	34558
+embankment	34559
+embassy	34560
+embroid	34561
+embryo	34562
+embed	34563
+ember	34564
+embellish	34565
+embezzlement	34566
+emblem3	34567
+emblems	34568
+emerge	34569
+emeralds	34570
+emotion	34571
+emoticon	34572
+emojis	34573
+email:	34574
+emailed	34575
+emailing	34576
+emails	34577
+emancipated	34578
+emancipation	34579
+eminence	34580
+eminent	34581
+emissions	34582
+emulators	34583
+every	34584
+evergreen	34585
+everlasting	34586
+evermore	34587
+event	34588
+evenin	34589
+evenly	34590
+evens	34591
+evals	34592
+evacuate	34593
+evaporate	34594
+evaporation	34595
+evaporator	34596
+evasion	34597
+evasive	34598
+eviction	34599
+evicted	34600
+evidence	34601
+evident	34602
+evils	34603
+evolution	34604
+establish	34605
+estate	34606
+estan	34607
+estas	34608
+estimate	34609
+estimator	34610
+ester	34611
+esteem	34612
+estranged	34613
+estrogen	34614
+escorted	34615
+escorting	34616
+escorts	34617
+essexville	34618
+essays	34619
+especially	34620
+earning	34621
+earns	34622
+earthquake	34623
+earthbound	34624
+earlene	34625
+early	34626
+earphones	34627
+earpiece	34628
+earplugs	34629
+earrings	34630
+eastbound	34631
+eastchase	34632
+eastdale	34633
+easel	34634
+eased	34635
+easement	34636
+eases	34637
+easily	34638
+easing	34639
+easygoing	34640
+eater	34641
+eaten	34642
+eating	34643
+eagerly	34644
+eagles	34645
+editor	34646
+edited	34647
+edits	34648
+edibles	34649
+edged	34650
+edgepark	34651
+edger	34652
+edges	34653
+edgewise	34654
+educate	34655
+educator	34656
+erase	34657
+erasing	34658
+errand	34659
+erratic	34660
+errors	34661
+erection	34662
+erectile	34663
+erica	34664
+erosion	34665
+erotica	34666
+econo	34667
+echocardiogram	34668
+echoes	34669
+echoing	34670
+echosmith	34671
+eyelid	34672
+eyeliner	34673
+eyelashes	34674
+eyeballing	34675
+eyeballs	34676
+eyebrows	34677
+equinox	34678
+equine	34679
+equipment	34680
+equipped	34681
+equitable	34682
+equity	34683
+equally	34684
+equals	34685
+equate	34686
+equation	34687
+equator	34688
+ethical	34689
+ethics	34690
+ethanol	34691
+ethernet	34692
+ethnicity	34693
+eternally	34694
+effective	34695
+effected	34696
+effects	34697
+efficient	34698
+efficiency	34699
+effing	34700
+effortlessly	34701
+eggshell	34702
+eggies	34703
+egging	34704
+epically	34705
+epicenter	34706
+epicurean	34707
+epidemic	34708
+epidural	34709
+epilepsy	34710
+epileptic	34711
+episodes	34712
+euphoria	34713
+euphoric	34714
+euthanized	34715
+ebonys	34716
+Grand	34717
+Grant	34718
+Grange	34719
+Granite	34720
+Granny	34721
+Granada	34722
+Granja	34723
+Granville	34724
+Grace	34725
+Graco	34726
+Gracy	34727
+Grambling	34728
+Gramercy	34729
+Grays	34730
+Gray's	34731
+Graybar	34732
+Grayton	34733
+Grave	34734
+Gravois	34735
+Grass	34736
+Grasmere	34737
+Grasonville	34738
+Grady	34739
+Grade	34740
+Graduate	34741
+Grape	34742
+Grappone	34743
+Grateful	34744
+Graton	34745
+Graff	34746
+Grafton	34747
+Graham's	34748
+Grahams	34749
+Grain	34750
+Grail	34751
+Green	34752
+Greek	34753
+Greer	34754
+Greece	34755
+Greeley	34756
+Greetings	34757
+Gregor	34758
+Greg's	34759
+Gregg	34760
+Gregs	34761
+Greys	34762
+Grey's	34763
+Greybull	34764
+Greyhound	34765
+Greylock	34766
+Greta	34767
+Gretchen	34768
+Gretel	34769
+Gretna	34770
+Gretzky	34771
+Great	34772
+Grease	34773
+Greco	34774
+Grecian	34775
+Griff	34776
+Grifols	34777
+Grimm	34778
+Grimaldi's	34779
+Grimes	34780
+Griselda	34781
+Grisham	34782
+Grismer	34783
+Grissom	34784
+GrillSmith	34785
+Grille	34786
+Grillin	34787
+Grinch	34788
+Grindr	34789
+Gringos	34790
+Grinnell	34791
+Gridley	34792
+Griggs	34793
+Grigio	34794
+Ground	34795
+Group	34796
+Grouch	34797
+Gross	34798
+Grosvenor	34799
+Grover	34800
+Groveland	34801
+Groveport	34802
+Groves	34803
+Grovetown	34804
+Groove	34805
+Groot	34806
+Grogans	34807
+Gronkowski	34808
+Grows	34809
+GrubHub	34810
+Grubbs	34811
+Gruber	34812
+Grumman	34813
+Grumpy's	34814
+Garret	34815
+Garry	34816
+Garden	34817
+Gardner	34818
+Gardiner	34819
+Garnier	34820
+Gartner	34821
+Garth	34822
+Gartrell	34823
+Garber	34824
+Garbage	34825
+Garcia's	34826
+Garcias	34827
+Garff	34828
+Garfield	34829
+Garfunkel	34830
+Garvin	34831
+Gareth	34832
+Garey	34833
+Garland	34834
+Garlick	34835
+Gary's	34836
+Gallo	34837
+Gallup	34838
+Galax	34839
+Galactica	34840
+Galant	34841
+Galapagos	34842
+Galatians	34843
+Galen	34844
+Gales	34845
+Gale's	34846
+Galeana	34847
+Galifianakis	34848
+Galion	34849
+Galva	34850
+Galvin	34851
+Gabriel's	34852
+Gabriela	34853
+Gabba	34854
+Gabby	34855
+Gabe's	34856
+Gabes	34857
+Gables	34858
+Gaby's	34859
+Games	34860
+GameCube	34861
+GameWorks	34862
+Gameboy	34863
+Gamefly	34864
+Gameloft	34865
+Gametraders	34866
+Gambino	34867
+Gamble	34868
+Gambrills	34869
+Gator	34870
+Gatos	34871
+Gates	34872
+Gatlinburg	34873
+Gatling	34874
+Gatton	34875
+Gaston	34876
+Gastroenterology	34877
+Gaslamp	34878
+Gaslight	34879
+Gasparilla	34880
+Gassaway	34881
+Gassville	34882
+Gail's	34883
+Gailey	34884
+Gails	34885
+Gaines	34886
+Gainey	34887
+Gaithers	34888
+Gandalf	34889
+Gander	34890
+Gandhi	34891
+Gandolfo's	34892
+Gandy	34893
+Ganges	34894
+Gangnam	34895
+Gangster	34896
+Gayle	34897
+Gaylord	34898
+Gaucha	34899
+Gaucho	34900
+Gaga's	34901
+Golden	34902
+Golds	34903
+Goldberg	34904
+Goldman	34905
+Gold's	34906
+GolfTEC	34907
+Golfland	34908
+Golfsmith	34909
+Golfview	34910
+Goliad	34911
+Goliath	34912
+Goodman	34913
+Goode	34914
+Goods	34915
+GoodLife	34916
+Goodall	34917
+Goodcents	34918
+Goodrich	34919
+Google's	34920
+Google+	34921
+Goochland	34922
+Gordo	34923
+Gordy	34924
+Gorda	34925
+Gordie	34926
+Gordmans	34927
+Goreville	34928
+Gorge	34929
+Gorgonio	34930
+Gorillaz	34931
+Godfather	34932
+Godfrey	34933
+Godsmack	34934
+Godspeed	34935
+Goddard	34936
+Goddess	34937
+Gossip	34938
+Gotham	34939
+Gothenburg	34940
+Gothic	34941
+Gotti	34942
+Gottlieb	34943
+Goblin	34944
+Gonzaga	34945
+Gould	34946
+Goulet	34947
+Gomez	34948
+Gomer	34949
+Goffstown	34950
+Governors	34951
+Gene's	34952
+Gentle	34953
+Gentry	34954
+Genova	34955
+Genoa	34956
+Genie	34957
+Genisys	34958
+Genius	34959
+Genghis	34960
+Gengras	34961
+Gerald	34962
+Gerard	34963
+Geraci's	34964
+German	34965
+Germain	34966
+Gering	34967
+Geritol	34968
+Gershwin	34969
+Gerson	34970
+Gerstner	34971
+Gertens	34972
+Gertrude	34973
+Geordie	34974
+Geoffrey	34975
+Geographics	34976
+Getty	34977
+Gettel	34978
+Gearhart	34979
+Gears	34980
+Geary	34981
+Geisinger	34982
+Geist	34983
+Geminids	34984
+Gessler	34985
+Gessner	34986
+Gillham	34987
+Gillman	34988
+Gilly	34989
+Gilberts	34990
+Gilbert's	34991
+Gilman	34992
+Gilmer	34993
+Gilead	34994
+Giles	34995
+Gilroy's	34996
+Ginger	34997
+Gingrich	34998
+Gino's	34999
+Ginos	35000
+Gina's	35001
+Gibbon	35002
+Gibbs	35003
+Gibsonia	35004
+Gibsons	35005
+Gibsonton	35006
+Gibsonville	35007
+Giordano	35008
+Giorgio	35009
+Giovanni	35010
+Giovanna	35011
+Girls	35012
+Girlz	35013
+Girardeau	35014
+Giant	35015
+Gigi's	35016
+Giuliana	35017
+Giuliano's	35018
+Giuseppe's	35019
+Gifts	35020
+Givens	35021
+Gunnar	35022
+Gunners	35023
+Gunnison	35024
+Gunny	35025
+Gundam	35026
+Gundy	35027
+Gunsmoke	35028
+Gunston	35029
+Gunter	35030
+Gunther	35031
+Guild	35032
+Guilbeau	35033
+Guilford	35034
+Guillermo	35035
+Guilty	35036
+Guido	35037
+Guidance	35038
+Guide	35039
+Guinea	35040
+Guinness	35041
+Guard	35042
+Guaranty	35043
+Guadalajara	35044
+Guadalupe	35045
+Guatemalan	35046
+Gulfgate	35047
+Gulfport	35048
+Gulfstream	35049
+Gulfview	35050
+Gullah	35051
+Gullivers	35052
+Gullo	35053
+Guest	35054
+Guess	35055
+Gusti	35056
+Guster	35057
+Gumby's	35058
+Gumps	35059
+Gurley	35060
+Gurls	35061
+Guthrie's	35062
+Glenn	35063
+Glens	35064
+Glen's	35065
+Glenarden	35066
+Glencoe	35067
+Glenpool	35068
+Glade	35069
+Gladiator	35070
+Gladstone	35071
+Gladwin	35072
+Gladys	35073
+Glass	35074
+Glaser	35075
+Glasgow	35076
+Glastonbury	35077
+Glaceon	35078
+Glacier	35079
+Gloria	35080
+Glory	35081
+Globe	35082
+Global	35083
+Glover	35084
+Glidden	35085
+Glide	35086
+grand	35087
+grant	35088
+granite	35089
+granola	35090
+granulated	35091
+granzin's	35092
+grade	35093
+grads	35094
+grate	35095
+grata	35096
+grats	35097
+gratzi	35098
+graph	35099
+grape	35100
+grave	35101
+gravy	35102
+grass	35103
+grasp	35104
+grace	35105
+gramma	35106
+grampa	35107
+grams	35108
+graboid	35109
+grabs	35110
+grayish	35111
+grayling	35112
+grays	35113
+graywhale	35114
+grains	35115
+grainy	35116
+graze	35117
+graffiti	35118
+graft	35119
+group	35120
+ground	35121
+grouch	35122
+grouse	35123
+grout	35124
+growl	35125
+grown	35126
+growing	35127
+grows	35128
+growth	35129
+groom	35130
+grossing	35131
+grossly	35132
+groceries	35133
+grocers	35134
+grocery	35135
+grotto	35136
+grotesque	35137
+groaning	35138
+groans	35139
+grope	35140
+groping	35141
+groggy	35142
+grommets	35143
+groves	35144
+green	35145
+greet	35146
+greed	35147
+greektown	35148
+great	35149
+grenade	35150
+grenadine	35151
+greyhound	35152
+greys	35153
+gremlins	35154
+grind	35155
+gringo	35156
+grinning	35157
+grins	35158
+grief	35159
+griegos	35160
+grille	35161
+grilling	35162
+grills	35163
+gripe	35164
+griping	35165
+grips	35166
+griddle	35167
+gridiron	35168
+gridlock	35169
+grids	35170
+grime	35171
+grimco	35172
+grimy	35173
+grits	35174
+gritty	35175
+grump	35176
+grunt	35177
+grudges	35178
+grueling	35179
+gruesome	35180
+garnish	35181
+gardener	35182
+gardens	35183
+garbled	35184
+garland	35185
+garlic	35186
+gargoyle	35187
+garrison	35188
+garrix	35189
+garages	35190
+garments	35191
+garters	35192
+gallo	35193
+galls	35194
+gallant	35195
+gallbladder	35196
+galactic	35197
+galanga	35198
+galavanting	35199
+gales	35200
+galvanized	35201
+galvanizing	35202
+games	35203
+gamer	35204
+game's	35205
+gameboy	35206
+gameday	35207
+gameplay	35208
+gametime	35209
+gamble	35210
+gambling	35211
+gamma	35212
+gammon	35213
+gastro	35214
+gassing	35215
+gassy	35216
+gaskets	35217
+gasping	35218
+gated	35219
+gatehouse	35220
+gatekeeper	35221
+gates	35222
+gateway	35223
+gathering	35224
+gathered	35225
+gathers	35226
+gator	35227
+gangs	35228
+gangbang	35229
+ganged	35230
+ganging	35231
+gangland	35232
+gander	35233
+gandrud	35234
+gagement	35235
+gages	35236
+gagged	35237
+gagging	35238
+gaggle	35239
+gainfully	35240
+gaining	35241
+gains	35242
+gabapentin	35243
+gabatoni's	35244
+gabbys	35245
+gables	35246
+gauge	35247
+gauging	35248
+gazebo	35249
+gazelle	35250
+gazillion	35251
+gazing	35252
+gayer	35253
+gayest	35254
+gavel	35255
+goodie	35256
+goods	35257
+good.	35258
+goodluck	35259
+goodmorning	35260
+goodwill	35261
+goody	35262
+goofball	35263
+goofin	35264
+goofed	35265
+goofy	35266
+google	35267
+googling	35268
+googly	35269
+gooseneck	35270
+goosey	35271
+goons	35272
+golden	35273
+goldfish	35274
+goldies	35275
+goldmine	35276
+golds	35277
+golfin	35278
+golflinks	35279
+gollihar	35280
+golly	35281
+goddess	35282
+godfather	35283
+godforsaken	35284
+godsend	35285
+godson	35286
+godliness	35287
+godly	35288
+gondola	35289
+gondolier	35290
+goner	35291
+gotta	35292
+gotti	35293
+gothic	35294
+government's	35295
+governmental	35296
+governments	35297
+governor's	35298
+governors	35299
+gobble	35300
+gobbling	35301
+goblin	35302
+goblet	35303
+gorge	35304
+gorgonzola	35305
+gordita	35306
+gorditos	35307
+gorillas	35308
+goalie	35309
+goalkeeper	35310
+goals	35311
+goatee	35312
+goats	35313
+gourd	35314
+gourmet	35315
+gossiping	35316
+goings	35317
+genealogy	35318
+genes	35319
+gente	35320
+gentry	35321
+gents	35322
+genie	35323
+genital	35324
+genius	35325
+genuine	35326
+genus	35327
+genders	35328
+genres	35329
+geographic	35330
+geography	35331
+georgia	35332
+geometric	35333
+geometry	35334
+gerbil	35335
+german	35336
+germs	35337
+gerald	35338
+geranium	35339
+geriatrics	35340
+gettin	35341
+getta	35342
+getter	35343
+getaways	35344
+geeked	35345
+geeks	35346
+geeky	35347
+geezer	35348
+gelatin	35349
+gelato	35350
+gemstone	35351
+geckos	35352
+gestures	35353
+gunshot	35354
+gunslinger	35355
+gunsmith	35356
+gunplay	35357
+gunfight	35358
+gunfire	35359
+gunman	35360
+gunmen	35361
+guide	35362
+guidance	35363
+guiding	35364
+guidos	35365
+guilt	35366
+guild	35367
+guillotine	35368
+guitarist	35369
+guitars	35370
+guard	35371
+guessin	35372
+guesstimate	35373
+guestbook	35374
+guestlist	35375
+guests	35376
+gumbo	35377
+gumball	35378
+gummies	35379
+gummy	35380
+gusta	35381
+gusto	35382
+gusts	35383
+guru.com	35384
+gurus	35385
+gutter	35386
+gutted	35387
+guys's	35388
+guyses	35389
+gullible	35390
+glades	35391
+gladly	35392
+gladness	35393
+gland	35394
+glasses	35395
+glassware	35396
+glassy	35397
+glaze	35398
+glacier	35399
+glacial	35400
+glare	35401
+glaring	35402
+glory	35403
+global	35404
+globe	35405
+glossary	35406
+glossy	35407
+glowing	35408
+glows	35409
+gloating	35410
+gloomy	35411
+gloves	35412
+glitch	35413
+glitter	35414
+glitz	35415
+glide	35416
+gliding	35417
+glimmer	35418
+glimpse	35419
+glutamine	35420
+glutton	35421
+glucosamine	35422
+glucose	35423
+glued	35424
+glenn	35425
+glens	35426
+glycemic	35427
+glycerin	35428
+girlfriend	35429
+girls	35430
+girl's	35431
+girl.com	35432
+girly	35433
+girlz	35434
+giraffes	35435
+giggity	35436
+gigabyte	35437
+gigahertz	35438
+gigantic	35439
+giveaway	35440
+given	35441
+giver	35442
+give-and-take	35443
+gives	35444
+giving	35445
+gingerbread	35446
+gingers	35447
+ginas	35448
+gifted	35449
+gifting	35450
+gifts	35451
+gillies	35452
+gills	35453
+giblets	35454
+gizmos	35455
+gizzards	35456
+giants	35457
+gimme	35458
+gimmick	35459
+gymnast	35460
+gymnasium	35461
+gynecologist	35462
+gynecology	35463
+ghostbusters	35464
+ghostrider	35465
+ghosts	35466
+inter	35467
+intel	35468
+intro	35469
+intrepid	35470
+intown	35471
+intake	35472
+intact	35473
+intubated	35474
+insta	35475
+instead	35476
+insufficient	35477
+insist	35478
+insemination	35479
+insensitive	35480
+inseparable	35481
+inset	35482
+inspect	35483
+insatiable	35484
+insomnia	35485
+insoles	35486
+inshaAllah	35487
+inshallah	35488
+incognito	35489
+incoherent	35490
+incision	35491
+incinerator	35492
+inclement	35493
+incall	35494
+incandescent	35495
+incase	35496
+inception	35497
+incur	35498
+incumbent	35499
+inching	35500
+inflict	35501
+inflection	35502
+infer	35503
+infect	35504
+inform	35505
+infomercial	35506
+infant	35507
+infallible	35508
+infidel	35509
+infield	35510
+infiltrate	35511
+infirmary	35512
+infringe	35513
+indirect	35514
+indian	35515
+indie	35516
+indeed	35517
+indefinite	35518
+indebted	35519
+indemnity	35520
+indent	35521
+index	35522
+indubitably	35523
+indoors	35524
+invest	35525
+invent	35526
+invoke	35527
+invigorating	35528
+invincible	35529
+injector	35530
+injectable	35531
+injected	35532
+injunction	35533
+injustice	35534
+innings	35535
+innuendos	35536
+ingrained	35537
+ingest	35538
+inhale	35539
+inhaling	35540
+inherit	35541
+inherent	35542
+initial	35543
+inaccurate	35544
+inactive	35545
+inadequate	35546
+inadvertently	35547
+inappropriately	35548
+inaugural	35549
+inauguration	35550
+inexcusable	35551
+ineffective	35552
+inefficient	35553
+inevitable	35554
+inevitably	35555
+inquire	35556
+inquiry	35557
+inlaw	35558
+inland	35559
+inlay	35560
+inbox	35561
+inbound	35562
+inputs	35563
+inputting	35564
+impractical	35565
+impeach	35566
+impeccable	35567
+impeller	35568
+impending	35569
+import	35570
+impound	35571
+implement	35572
+implant	35573
+imply	35574
+implode	35575
+impact	35576
+impart	35577
+impasse	35578
+impulse	35579
+impulsive	35580
+immense	35581
+immaculate	35582
+imminent	35583
+immobilizer	35584
+immune	35585
+image	35586
+imitate	35587
+identical	35588
+ideal	35589
+ideas	35590
+idiotic	35591
+idiots	35592
+idiocracy	35593
+idiocy	35594
+idler	35595
+idles	35596
+irrigation	35597
+irrelevant	35598
+irreplaceable	35599
+ironic	35600
+ironing	35601
+ironstone	35602
+itching	35603
+itemized	35604
+italianos	35605
+illegal	35606
+illegitimate	35607
+illiano's	35608
+illinois	35609
+illiterate	35610
+illnesses	35611
+isolate	35612
+issued	35613
+issues	35614
+isabella	35615
+islands	35616
+iceberg	35617
+icebox	35618
+icicles	35619
+ignore	35620
+ignoring	35621
+ignite	35622
+ignition	35623
+ignitor	35624
+iPad's	35625
+iPads	35626
+iPhones	35627
+ivanrest	35628
+lands	35629
+landing	35630
+landmark	35631
+landed	35632
+language	35633
+langs	35634
+lantern	35635
+lantus	35636
+lanai	35637
+lances	35638
+lanes	35639
+lanyards	35640
+later	35641
+lates	35642
+late.	35643
+lated	35644
+lately	35645
+latex	35646
+latin	35647
+lation	35648
+latitude	35649
+latte	35650
+lattice	35651
+lather	35652
+launch	35653
+laughable	35654
+laughed	35655
+laughing	35656
+laughs	35657
+laughter	35658
+laura	35659
+layoff	35660
+layout	35661
+layover	35662
+layer	35663
+layed	35664
+layaways	35665
+laying	35666
+layman's	35667
+lactic	35668
+lactose	35669
+laced	35670
+laceration	35671
+laces	35672
+lacey	35673
+lacked	35674
+lacking	35675
+lacks	35676
+labels	35677
+label:	35678
+labeling	35679
+labors	35680
+lasted	35681
+lasting	35682
+lastly	35683
+lasts	35684
+lashing	35685
+lasered	35686
+lasers	35687
+lassen	35688
+lasso	35689
+lames	35690
+lameee	35691
+lamer	35692
+laminate	35693
+laminating	35694
+laminator	35695
+lamperts	35696
+lamppost	35697
+lamps	35698
+lambs	35699
+lady's	35700
+ladylike	35701
+ladys	35702
+ladders	35703
+ladies	35704
+lading	35705
+larges	35706
+largely	35707
+larger	35708
+larceny	35709
+larch	35710
+lariat	35711
+larious	35712
+lawnmower	35713
+lawns	35714
+lawsuit	35715
+lawyer's	35716
+lawyers	35717
+lawless	35718
+lawls	35719
+lagging	35720
+laggy	35721
+lapse	35722
+laptops	35723
+lakes	35724
+lakefront	35725
+lakeitha	35726
+lavash	35727
+lavender	35728
+laventina's	35729
+lalalala	35730
+laxatives	35731
+linebacker	35732
+linen	35733
+liner	35734
+lineup	35735
+lined	35736
+lineman	35737
+lines	35738
+linger	35739
+lingo	35740
+linguini	35741
+link.com	35742
+linkage	35743
+linked	35744
+linking	35745
+links	35746
+linda	35747
+lindsay	35748
+lindys	35749
+lincare	35750
+lincoln	35751
+linings	35752
+linoleum	35753
+limitation	35754
+limiting	35755
+limitless	35756
+limits	35757
+limousine	35758
+limos	35759
+limber	35760
+limbo	35761
+limbs	35762
+limes	35763
+limelight	35764
+limping	35765
+lifes	35766
+lifetime	35767
+life's	35768
+life-threatening	35769
+life.com	35770
+lifeproof	35771
+liftgate	35772
+lifting	35773
+lifts	35774
+lights	35775
+lightnin	35776
+lighting	35777
+lightly	35778
+lightweight	35779
+ligaments	35780
+liter	35781
+litem	35782
+little	35783
+litter	35784
+libel	35785
+library	35786
+lickin	35787
+lickable	35788
+licks	35789
+licky	35790
+listing	35791
+lists	35792
+lisac's	35793
+liver	35794
+lives	35795
+live.com	35796
+lived	35797
+liven	35798
+livin	35799
+livid	35800
+likeable	35801
+liked	35802
+likee	35803
+likeness	35804
+likes	35805
+likewise	35806
+likey	35807
+lipstick	35808
+lipids	35809
+lipped	35810
+lippy	35811
+liquids	35812
+liquored	35813
+liquors	35814
+lieutenant	35815
+liens	35816
+liesa	35817
+liable	35818
+liars	35819
+lilac	35820
+lilas	35821
+lizard's	35822
+lizards	35823
+lookout	35824
+looks	35825
+lookup	35826
+looky	35827
+loophole	35828
+loops	35829
+looper	35830
+looping	35831
+loopy	35832
+loosen	35833
+loosely	35834
+looser	35835
+looming	35836
+looms	35837
+looney	35838
+looting	35839
+loots	35840
+local	35841
+locks	35842
+locka	35843
+lockbox	35844
+lockdown	35845
+locking	35846
+lockout	35847
+lockup	35848
+locos	35849
+locust	35850
+longs	35851
+longleaf	35852
+longtime	35853
+loner	35854
+lonesome	35855
+logic	35856
+login	35857
+logging	35858
+logo's	35859
+logon	35860
+logos	35861
+lover	35862
+love's	35863
+loveable	35864
+loved	35865
+lovee	35866
+lovemaking	35867
+lovenox	35868
+loves	35869
+lovey	35870
+loving	35871
+loading	35872
+loadout	35873
+loads	35874
+loaning	35875
+loans	35876
+loafers	35877
+lower	35878
+lowes	35879
+lowly	35880
+lollipop	35881
+lolly	35882
+lololol	35883
+lolzz	35884
+loudly	35885
+loudspeaker	35886
+lounge	35887
+lounging	35888
+louise	35889
+lobby	35890
+lobbies	35891
+lobes	35892
+lobsters	35893
+loser	35894
+loses	35895
+losing	35896
+losses	35897
+lottery	35898
+lotta	35899
+lotto	35900
+lotions	35901
+lotsa	35902
+lords	35903
+lordy	35904
+lodged	35905
+lodges	35906
+loins	35907
+loyalties	35908
+loyalty	35909
+learn	35910
+leary	35911
+leader	35912
+leading	35913
+leads	35914
+lease	35915
+leash	35916
+leasing	35917
+least	35918
+leakage	35919
+leaked	35920
+leaking	35921
+leaks	35922
+leaky	35923
+leaning	35924
+leans	35925
+leapfrog	35926
+leaping	35927
+leaps	35928
+leave	35929
+leavin	35930
+leafy	35931
+leagues	35932
+leahs	35933
+leathers	35934
+legit	35935
+legion	35936
+legible	35937
+legal	35938
+legacy	35939
+legendary	35940
+legends	35941
+legged	35942
+lego.com	35943
+lender	35944
+lending	35945
+lendmark	35946
+lengths	35947
+lengthy	35948
+lentil	35949
+leniency	35950
+lenient	35951
+lenses	35952
+lesbian	35953
+lesbo	35954
+lesions	35955
+letter	35956
+lettin	35957
+lettuce	35958
+lethal	35959
+lethargic	35960
+level	35961
+lever	35962
+levee	35963
+levitate	35964
+levity	35965
+leeches	35966
+leery	35967
+leeward	35968
+leeway	35969
+leftovers	35970
+ledger	35971
+ledges	35972
+ledo's	35973
+ledos	35974
+lemonade	35975
+lemongrass	35976
+lemons	35977
+leopards	35978
+leotards	35979
+leprechaun	35980
+leprosy	35981
+lepeep	35982
+leper	35983
+lecture	35984
+lecturing	35985
+leisurely	35986
+lexicon	35987
+lexis	35988
+lunchable	35989
+lunchbox	35990
+lunching	35991
+lunchroom	35992
+lunchtime	35993
+lunatic	35994
+lunar	35995
+lunges	35996
+lungs	35997
+lumina	35998
+lumper	35999
+lumpia	36000
+lumps	36001
+lumpy	36002
+lumber	36003
+lumbar	36004
+lucks	36005
+lucky	36006
+lucid	36007
+lucious	36008
+lubricant	36009
+lubed	36010
+luster	36011
+lusting	36012
+luxury	36013
+lukewarm	36014
+lupient	36015
+lupitas	36016
+lures	36017
+lutely	36018
+lyrical	36019
+llamas	36020
+wally	36021
+walla	36022
+wallow	36023
+wallpaper	36024
+wall-e	36025
+wallboard	36026
+wallflower	36027
+walling	36028
+walls	36029
+walk-in	36030
+walka	36031
+walkway	36032
+walkover	36033
+walks	36034
+walkthrough	36035
+walter	36036
+walton	36037
+waltz	36038
+walgreens.com	36039
+walmart.com	36040
+walnuts	36041
+waters	36042
+water's	36043
+watered	36044
+watering	36045
+waterview	36046
+watery	36047
+watchin	36048
+watch:	36049
+watcha	36050
+watchdog	36051
+watchful	36052
+watchtower	36053
+wattage	36054
+watts	36055
+warming	36056
+warmly	36057
+warms	36058
+warmth	36059
+warrant	36060
+warrior	36061
+warrens	36062
+warning	36063
+warns	36064
+warden	36065
+wardrobe	36066
+wards	36067
+warpath	36068
+warped	36069
+warfare	36070
+warframe	36071
+warlock	36072
+warlord	36073
+warts	36074
+washcloth	36075
+washin	36076
+washable	36077
+washboard	36078
+washout	36079
+washroom	36080
+washy	36081
+waste	36082
+wastin	36083
+wasn't	36084
+wasnt	36085
+wassabi	36086
+wassup	36087
+wanted	36088
+wantin	36089
+wants	36090
+wander	36091
+wandress	36092
+wanigas	36093
+waning	36094
+wanker	36095
+wannabe	36096
+waitress	36097
+waitin	36098
+waitlist	36099
+waits	36100
+waistband	36101
+waisted	36102
+waistline	36103
+waiver	36104
+waived	36105
+wayfair.com	36106
+wayfield	36107
+wayside	36108
+wager	36109
+wages	36110
+wagons	36111
+wakeboard	36112
+wakes	36113
+wakeup	36114
+wakey	36115
+waders	36116
+wades	36117
+wadsworth	36118
+waved	36119
+wavelength	36120
+waver	36121
+waves	36122
+wacker	36123
+wacked	36124
+wackos	36125
+waxed	36126
+waxes	36127
+wafers	36128
+waffles	36129
+winds	36130
+window	36131
+windmill	36132
+windbreaker	36133
+windfall	36134
+winding	36135
+windustrial	36136
+windward	36137
+windy	36138
+winter	36139
+wintzell's	36140
+winghouse	36141
+winging	36142
+wingman	36143
+wings	36144
+winked	36145
+winking	36146
+winkles	36147
+winks	36148
+winky	36149
+wined	36150
+wines	36151
+winnin	36152
+winner	36153
+winair	36154
+winan	36155
+winston-salem	36156
+wither	36157
+within	36158
+without	36159
+withstand	36160
+witch's	36161
+witchcraft	36162
+witching	36163
+witnessing	36164
+witted	36165
+wittle	36166
+witty	36167
+will.i.am	36168
+willed	36169
+willpower	36170
+wills	36171
+willy	36172
+wildberry	36173
+wilds	36174
+wishin	36175
+wish.com	36176
+wishbone	36177
+wishful	36178
+wishlist	36179
+wishy	36180
+wisely	36181
+wiser	36182
+wisest	36183
+widely	36184
+widen	36185
+wider	36186
+widowed	36187
+widows	36188
+widgets	36189
+wigging	36190
+wifey	36191
+wife's	36192
+wifely	36193
+wifes	36194
+wiper	36195
+wiped	36196
+wipeout	36197
+wipes	36198
+wireless	36199
+wired	36200
+wires	36201
+wicked	36202
+wicker	36203
+wicket	36204
+wielding	36205
+wieners	36206
+wimpys	36207
+weather's	36208
+weather.com	36209
+weathered	36210
+weatherman	36211
+weathers	36212
+weathervane	36213
+weakness	36214
+weakly	36215
+wearing	36216
+wears	36217
+weary	36218
+weave	36219
+weaving	36220
+wealthiest	36221
+wealthy	36222
+weaned	36223
+weaning	36224
+weaponry	36225
+weapons	36226
+weasels	36227
+wells	36228
+well.	36229
+wellSpan	36230
+wellington	36231
+wellness	36232
+welding	36233
+welds	36234
+welches	36235
+welts	36236
+weekend	36237
+weekday	36238
+weeknight	36239
+week's	36240
+week.	36241
+weekly	36242
+weeks	36243
+weedeater	36244
+weeding	36245
+weeds	36246
+weenie	36247
+weeny	36248
+weeping	36249
+weepy	36250
+weird	36251
+weirs	36252
+weight	36253
+weighed	36254
+weighing	36255
+weighs	36256
+weiner	36257
+weingartz	36258
+westaff	36259
+westconsin	36260
+westgate	36261
+westlakes	36262
+westside	36263
+westward	36264
+website	36265
+webcam	36266
+webcast	36267
+webinars	36268
+webmail	36269
+webmaster	36270
+wedge	36271
+wedgie	36272
+weddings	36273
+wednesdays	36274
+wetter	36275
+wetting	36276
+wendys.com	36277
+werewolf	36278
+werewolves	36279
+works	36280
+workman	36281
+workin	36282
+workout	36283
+work's	36284
+work.	36285
+workday	36286
+workhouse	36287
+workload	36288
+workplace	36289
+workroom	36290
+worky	36291
+worship	36292
+worse	36293
+worst	36294
+worry	36295
+worded	36296
+wordfeud	36297
+wording	36298
+words	36299
+wordy	36300
+worlds	36301
+world's	36302
+worldly	36303
+worldwide	36304
+wormhole	36305
+worming	36306
+worms	36307
+worthless	36308
+worthwhile	36309
+worthy	36310
+woods	36311
+woodland	36312
+woody	36313
+woodfired	36314
+woolbright	36315
+wooly	36316
+woooo	36317
+wooot	36318
+woofer	36319
+wonder	36320
+wondrous	36321
+wonton	36322
+woman's	36323
+womanhood	36324
+womanizer	36325
+womanly	36326
+womans	36327
+women's	36328
+womens	36329
+would've	36330
+woulda	36331
+wounded	36332
+wounds	36333
+woken	36334
+wolfies	36335
+white	36336
+whisk	36337
+whisper	36338
+whiplash	36339
+whips	36340
+whine	36341
+whining	36342
+whiny	36343
+whimper	36344
+whimsical	36345
+whirlpool	36346
+whirlwind	36347
+whirly	36348
+whichever	36349
+while	36350
+whilst	36351
+wheel	36352
+wherefore	36353
+wherein	36354
+wheres	36355
+wherever	36356
+whenever	36357
+when's	36358
+whens	36359
+wheatgrass	36360
+wheats	36361
+whether	36362
+whetstone	36363
+whole	36364
+wholly	36365
+whoops	36366
+who'd	36367
+who'll	36368
+who's	36369
+who've	36370
+whopper	36371
+whopping	36372
+whorehouse	36373
+whores	36374
+whoever's	36375
+whomever	36376
+whatev	36377
+whats	36378
+whatcha	36379
+whatnot	36380
+whacked	36381
+whacking	36382
+whale	36383
+whaling	36384
+whammy	36385
+wharf	36386
+wharo	36387
+why'd	36388
+why's	36389
+wreckage	36390
+wrecking	36391
+wrecks	36392
+wrestle	36393
+wrestling	36394
+wreath	36395
+wreak	36396
+wrenches	36397
+wrenching	36398
+write	36399
+writing	36400
+written	36401
+wristband	36402
+wristlet	36403
+wrists	36404
+wrinkle	36405
+wrinkly	36406
+wraps	36407
+wrongful	36408
+wrongdoing	36409
+wronged	36410
+wrongly	36411
+wrongs	36412
+Walla	36413
+Wally	36414
+Wallflower	36415
+Wallkill	36416
+Wallpaper	36417
+Walter	36418
+Walton	36419
+Walt's	36420
+Waltrip	36421
+Walts	36422
+Waltz	36423
+Waldo	36424
+Waldbaums	36425
+Walden	36426
+Waldman	36427
+Waldwick	36428
+Walking	36429
+Walkman	36430
+Walsh	36431
+Walsingham	36432
+Walerga	36433
+Wales	36434
+Walgreens	36435
+Walmarts	36436
+Walnutport	36437
+Warren	36438
+Warranty	36439
+Warroad	36440
+Ward's	36441
+Warden	36442
+Wardlow	36443
+Wards	36444
+Waretown	36445
+Warfare	36446
+Warner	36447
+Warnell	36448
+Warhammer	36449
+Warhol	36450
+Warid	36451
+Waring	36452
+Warminster	36453
+Warsaw	36454
+Waters	36455
+Waterman	36456
+Waterdown	36457
+Watergate	36458
+Waterhouse	36459
+Waterloo	36460
+Waterpik	36461
+Watertown	36462
+Watchers	36463
+Watchmen	36464
+Watchtower	36465
+Watchung	36466
+Watson	36467
+Watsky	36468
+Watters	36469
+Wattpad	36470
+Watts	36471
+Watkinsville	36472
+Waynes	36473
+Wayne's	36474
+Waynedale	36475
+Wayland	36476
+Waylon	36477
+Washington	36478
+Washburn	36479
+Washtenaw	36480
+Wasaga	36481
+Wasatch	36482
+Waikiki	36483
+Waikoloa	36484
+Waite	36485
+Waiting	36486
+Waits	36487
+Wailea	36488
+Wailuku	36489
+Waipahu	36490
+Waipio	36491
+Wanted	36492
+Wants	36493
+Wanda	36494
+Wandermere	36495
+Wang's	36496
+Wangs	36497
+Waukee	36498
+Waukegan	36499
+Waukesha	36500
+Wauchula	36501
+Wauconda	36502
+Waupaca	36503
+Waupun	36504
+Wausau	36505
+Wauseon	36506
+Wachee	36507
+Wachovia	36508
+Wachusett	36509
+Wacom	36510
+Waconia	36511
+Wadena	36512
+Wadesboro	36513
+Wakefield	36514
+Wakeman	36515
+Waker	36516
+Wakarusa	36517
+Wagoner	36518
+Wagonlit	36519
+Wagner's	36520
+Wapakoneta	36521
+Wapato	36522
+Willi	36523
+Willa	36524
+Willy	36525
+Will's	36526
+Willcox	36527
+Willmar	36528
+Wills	36529
+Wilde	36530
+Wildcat	36531
+Wildhorse	36532
+Wildlife	36533
+Wildman	36534
+Wildomar	36535
+Wildwood	36536
+Wilkos	36537
+Wilma	36538
+Wilmington	36539
+Wilbur	36540
+Wilbert	36541
+Wilbraham	36542
+Wilson	36543
+Wilshire	36544
+Wilco	36545
+Wilcrest	36546
+Wiley	36547
+Wiles	36548
+Wilford	36549
+Wilfred	36550
+Wilton	36551
+Wiltshire	36552
+Winds	36553
+Windber	36554
+Windcrest	36555
+Winding	36556
+Windjammer	36557
+Windmill	36558
+Windrose	36559
+Windy	36560
+Winnfield	36561
+Winnsboro	36562
+Winslow	36563
+Winter	36564
+Winthrop	36565
+Winton	36566
+Wings	36567
+Wingate	36568
+Wingfoot	36569
+Winghaven	36570
+Winedale	36571
+Winegars	36572
+Winehouse	36573
+Winery	36574
+Winco	36575
+Winkle	36576
+Winky	36577
+Winamac	36578
+Winans	36579
+Winfield	36580
+Winfrey	36581
+Winona	36582
+Winooski	36583
+Withers	36584
+Witham	36585
+Within	36586
+Withlacoochee	36587
+Without	36588
+Witte	36589
+Wittman	36590
+Witchduck	36591
+Witcher	36592
+Witnesses	36593
+Wick's	36594
+Wickford	36595
+Wickham	36596
+Wickliffe	36597
+Wickman	36598
+Wickstrom	36599
+Wishard	36600
+Wishing	36601
+Wiscasset	36602
+Wisconsin	36603
+Wiseman	36604
+Wiener	36605
+Wiens	36606
+Wiese	36607
+Wiesner	36608
+Wiggins	36609
+Wiggy	36610
+Wimbledon	36611
+Wizards	36612
+Wester	36613
+WestJet	36614
+Westdale	36615
+Westgate	36616
+Westnedge	36617
+Wesley	36618
+Weslaco	36619
+Wescott	36620
+Wessel	36621
+Wesson	36622
+Wells	36623
+Welling	36624
+WellCare	36625
+WellStar	36626
+Welland	36627
+Wellness	36628
+Wellwood	36629
+Welch	36630
+Welcome	36631
+Welding	36632
+Weldon	36633
+Welker	36634
+Weiner	36635
+Weird	36636
+Weirsdale	36637
+Weirton	36638
+Weiser	36639
+Weiss	36640
+Weidman	36641
+Weidner	36642
+Weigel's	36643
+Weight	36644
+Weekend	36645
+Weeki	36646
+Weekly	36647
+Weeknd	36648
+Weeden	36649
+Weedsport	36650
+Weezer	36651
+Weezy	36652
+WeatherBug	36653
+WeatherTech	36654
+Weatherby	36655
+Weatherford	36656
+Weatherly	36657
+Wearhouse	36658
+Wears	36659
+Weaverville	36660
+Webber	36661
+Webbie	36662
+Webbs	36663
+Webster	36664
+Website	36665
+Weber's	36666
+Wendy	36667
+Wendell	36668
+Wendi	36669
+Wendover	36670
+Wentworth	36671
+Wentzville	36672
+Wednesday's	36673
+Wednesdays	36674
+Weddington	36675
+Woods	36676
+Woody	36677
+Wooden	36678
+Woodinville	36679
+Woodpecker	36680
+Woolley	36681
+Woolwich	36682
+Works	36683
+WorkForce	36684
+WorkSource	36685
+Workers	36686
+Workforce	36687
+World	36688
+Worland	36689
+Worley	36690
+WordPress	36691
+Words	36692
+Worthing	36693
+Worcestershire	36694
+Worsham	36695
+Worship	36696
+Wolfe	36697
+Wolfchase	36698
+Wolfforth	36699
+Wolfgang	36700
+Wolfie	36701
+Wolfman	36702
+Wolford	36703
+Wolfpack	36704
+Wolfram	36705
+Wollensky	36706
+Wollaston	36707
+Wolverine	36708
+Wolves	36709
+WonderWorks	36710
+Wonderful	36711
+Wonderland	36712
+Wonders	36713
+Wonderwall	36714
+Wong's	36715
+Wongs	36716
+Woman	36717
+Womack	36718
+Women's	36719
+Womens	36720
+White	36721
+Whitaker	36722
+Whitby	36723
+Whitfield	36724
+Whitsett	36725
+Whitworth	36726
+Whisper	36727
+Whistle	36728
+Whiskey	36729
+Whirlpool	36730
+Whirlyball	36731
+Wheatfield	36732
+Wheaties	36733
+Wheaton	36734
+Wheeler	36735
+Wheeling	36736
+Wheelock	36737
+Wheels	36738
+Where's	36739
+Whats	36740
+What's	36741
+Whataburger	36742
+Whatcom	36743
+Whale	36744
+Whalley	36745
+Wharf	36746
+Wharton	36747
+Wholesale	36748
+Wright	36749
+Wrigley	36750
+Writers	36751
+Writing	36752
+Wrecker	36753
+Wrecking	36754
+Wrentham	36755
+WrestleMania	36756
+Wrestling	36757
+Wranglers	36758
+Wynne	36759
+Wynnsong	36760
+Wyckoff	36761
+Wyclef	36762
+Wycliffe	36763
+Wyoming	36764
+Wyomissing	36765
+Frank	36766
+Franny	36767
+Franz	36768
+Frazier	36769
+Frazho	36770
+Frame	36771
+Framing	36772
+Frampton	36773
+Fratelli	36774
+Fraternal	36775
+Frayser	36776
+Freeman	36777
+FreeMotion	36778
+FreePlay	36779
+Freehold	36780
+Freeland	36781
+Freeport	36782
+Freestyle	36783
+Freetown	36784
+Freeze	36785
+Frede	36786
+Fredo	36787
+Fred's	36788
+Freda	36789
+Freds	36790
+Fredy	36791
+French	36792
+Frenzy	36793
+Fresh	36794
+Fresno	36795
+Fresenius	36796
+Freightliner	36797
+Freudian	36798
+Freya	36799
+Friend	36800
+Fried	36801
+Fries	36802
+Frida	36803
+Fridley	36804
+Frito	36805
+Fritz	36806
+Fritts	36807
+Fricano's	36808
+Frick	36809
+Fright	36810
+Frigidaire	36811
+FrontPoint	36812
+Frontgate	36813
+Frontier	36814
+Frogs	36815
+Frostburg	36816
+Frostproof	36817
+Frosty	36818
+Fruitvale	36819
+Fruitville	36820
+Fryeburg	36821
+Farmer	36822
+FarmVille	36823
+Farms	36824
+Farmville	36825
+Farrell	36826
+Farrow	36827
+Faribault	36828
+Farina	36829
+Faris	36830
+Farnam	36831
+Farnham	36832
+Farnsworth	36833
+Fareway	36834
+Fargo's	36835
+Farley's	36836
+Farwell	36837
+Farwest	36838
+FairPoint	36839
+Fairacre	36840
+Fairchild	36841
+Fairdale	36842
+Faire	36843
+Fairgrounds	36844
+Fairview	36845
+Fairy	36846
+Falls	36847
+Fallas	36848
+Fallbrook	36849
+Fallen	36850
+Falling	36851
+Falcon	36852
+Falco's	36853
+Falkenburg	36854
+Fanny	36855
+Facebook	36856
+FaceBook	36857
+FaceTime	36858
+Facey	36859
+Facing	36860
+Factoria	36861
+Factory	36862
+Fathead	36863
+Father	36864
+Fatboy	36865
+Fatburger	36866
+Fabio	36867
+Fabian	36868
+Fabricland	36869
+Fabrics	36870
+Family	36871
+Famer	36872
+Fastenal	36873
+Fastlane	36874
+Faulkner	36875
+Fault	36876
+Fayette	36877
+Finns	36878
+Final	36879
+Finder	36880
+Finding	36881
+Findlay	36882
+Finks	36883
+Finkelstein	36884
+Finland	36885
+Finley	36886
+Fingerhut	36887
+Fingerle	36888
+Finest	36889
+Fino's	36890
+Firebird	36891
+Fires	36892
+Firearms	36893
+Fired	36894
+Firehouse	36895
+Firelands	36896
+Fireplace	36897
+Firewheel	36898
+Firment	36899
+Fisher	36900
+FishHawk	36901
+Fishburne	36902
+Fishing	36903
+Fishkill	36904
+Fishman	36905
+Fishtown	36906
+Files	36907
+Films	36908
+Fitzgerald	36909
+Fitzpatrick	36910
+Fitchburg	36911
+Fighter	36912
+Fighting	36913
+Figure	36914
+Figueroa	36915
+Figaro's	36916
+Fieldcrest	36917
+Fieldhouse	36918
+Fields	36919
+Fifth	36920
+Fifty	36921
+Fiorella's	36922
+Fiori's	36923
+Forest	36924
+Foreman	36925
+Foreign	36926
+Forever	36927
+Forex	36928
+Forte	36929
+Fortis	36930
+Fortress	36931
+Fortville	36932
+Forty	36933
+Ford's	36934
+Fordham	36935
+Fordland	36936
+Fords	36937
+Fordyce	36938
+Forman	36939
+Formica	36940
+Formosa	36941
+Formula	36942
+Forked	36943
+Forks	36944
+Fornaio	36945
+Forney	36946
+Forno	36947
+Forbes	36948
+Forbidden	36949
+Forces	36950
+Forge	36951
+Forgotten	36952
+Forster	36953
+Forsyth	36954
+Foothill	36955
+Footaction	36956
+Football	36957
+Foote	36958
+Footloose	36959
+Footwear	36960
+FoodMaxx	36961
+Foodland	36962
+Foods	36963
+Foodtown	36964
+Fools	36965
+Foxwood	36966
+Foxworth	36967
+Foxy's	36968
+Follansbee	36969
+Follies	36970
+Follow	36971
+Folly	36972
+Foles	36973
+Foley	36974
+Fountain	36975
+Found	36976
+Foursquare	36977
+Fonda	36978
+Fondren	36979
+Fondulac	36980
+Fong's	36981
+Fontaine	36982
+Fontana	36983
+Fogerty	36984
+Foster	36985
+Fostoria	36986
+Fossil	36987
+Fernbank	36988
+Ferncliff	36989
+Ferndale	36990
+Fernie	36991
+Fernley	36992
+Fernwood	36993
+Ferry	36994
+Fergus	36995
+Fergalicious	36996
+Fergie	36997
+Felipe	36998
+Felix	36999
+Felisha	37000
+Feliz	37001
+Fellows	37002
+Fellini's	37003
+Fells	37004
+Feldman	37005
+Felder	37006
+Federico	37007
+Federer	37008
+FedExed	37009
+Fedders	37010
+Fender	37011
+Fendi	37012
+Fennville	37013
+Fenway	37014
+Fenwick	37015
+Fears	37016
+Feasterville	37017
+Feather	37018
+Festival	37019
+Festivus	37020
+Feelgood	37021
+Floral	37022
+Florham	37023
+Flower	37024
+FlowRider	37025
+Flowing	37026
+Flowmaster	37027
+Flowood	37028
+Floyd's	37029
+Floydada	37030
+Floyds	37031
+Floor	37032
+Flood	37033
+Flourtown	37034
+Flatiron	37035
+Flatt	37036
+Flatbush	37037
+Flathead	37038
+Flats	37039
+Flanagan	37040
+Flanigan	37041
+Flanders	37042
+Flannery	37043
+Flags	37044
+Flagler	37045
+Flaming	37046
+Flame	37047
+Flacco	37048
+Flack	37049
+Flashdance	37050
+FleetPride	37051
+Fleetwood	37052
+Flemings	37053
+Flemington	37054
+Fletcher	37055
+Flintstone	37056
+Flintridge	37057
+Flyers	37058
+Flynn's	37059
+Funkadelic	37060
+Funkenstein	37061
+Funky	37062
+Funday	37063
+Funds	37064
+Funniest	37065
+Funny	37066
+Furnace	37067
+Furniture	37068
+Furys	37069
+Fuller	37070
+Fultondale	37071
+Fuentes	37072
+Kenny	37073
+Kenna	37074
+Kendal	37075
+Kent's	37076
+Kentlands	37077
+Kenton	37078
+Kents	37079
+Kentwood	37080
+Kenobi	37081
+Kenosha	37082
+Kenova	37083
+Kenowa	37084
+Kenzie	37085
+Kenzo	37086
+Kenai	37087
+Kenansville	37088
+Kensington	37089
+Kenwood	37090
+Kenworth	37091
+Kenya	37092
+Kenyon	37093
+Kelli	37094
+Kelly	37095
+Kellogg	37096
+Kells	37097
+Kelsey	37098
+Kelsie	37099
+Kelso	37100
+Keene	37101
+Keenan	37102
+Keegan	37103
+Keego	37104
+Keely	37105
+Keeper	37106
+Keefe	37107
+Kernan	37108
+Kernersville	37109
+Kerns	37110
+Kernville	37111
+Kerri	37112
+Kerrville	37113
+Kerry	37114
+Kerman	37115
+Kermit	37116
+Kersey	37117
+Kershaw	37118
+Keyser	37119
+Keystone	37120
+Keysville	37121
+Keane	37122
+Keansburg	37123
+Keanu	37124
+Kearsley	37125
+Keating	37126
+Keaton	37127
+Keats	37128
+Kemps	37129
+Kemper	37130
+Kempton	37131
+Keith's	37132
+Keiths	37133
+Keiser	37134
+Keisha	37135
+Kesslers	37136
+Kettle	37137
+Kettering	37138
+Kettner	37139
+Ketchikan	37140
+Ketchum	37141
+Kevin's	37142
+Kevins	37143
+Kewanee	37144
+Kewaskum	37145
+Kewaunee	37146
+Kings	37147
+King's	37148
+Kingdom	37149
+Kingfisher	37150
+Kingman	37151
+Kingwood	37152
+Kinder	37153
+Kindle	37154
+Kindred	37155
+Kinsley	37156
+Kinston	37157
+Kinect	37158
+Kinkade	37159
+Kincaid's	37160
+Kinnelon	37161
+Kinney	37162
+Kinzel	37163
+Kinzie	37164
+Killa	37165
+Kills	37166
+Killzone	37167
+Kilbourn	37168
+Kilburn	37169
+Kilby	37170
+Kildaire	37171
+Kildare	37172
+Kilgore's	37173
+Kilmarnock	37174
+Kilmer	37175
+Kimber	37176
+Kimball	37177
+Kimble	37178
+Kimbo	37179
+Kimmy	37180
+Kimmel	37181
+Kimmie	37182
+Kirkland	37183
+Kirks	37184
+Kirkman	37185
+Kirko	37186
+Kirkpatrick	37187
+Kirkwood	37188
+Kirsten	37189
+Kirsty	37190
+Kirstie	37191
+Kira's	37192
+Kiran	37193
+Kirby's	37194
+Kirbyville	37195
+Kitty	37196
+Kittanning	37197
+Kittery	37198
+Kittitas	37199
+Kittles	37200
+Kittredge	37201
+Kitts	37202
+KitchenAid	37203
+Kitchener	37204
+Kissy	37205
+Kisha	37206
+Kishore	37207
+Kishwaukee	37208
+Kiera	37209
+Kierland	37210
+Kiehl's	37211
+Kidstuff	37212
+Kiana's	37213
+Kiki's	37214
+Kickstarter	37215
+Kiwis	37216
+Kathleen	37217
+Kathy	37218
+Kathie	37219
+Kathryn	37220
+Kate's	37221
+Kates	37222
+Katie	37223
+Katia	37224
+Katrina's	37225
+Katsuya	37226
+Katz's	37227
+Karen	37228
+Karachi	37229
+Karan	37230
+Karas	37231
+Karate	37232
+Karin	37233
+Karissa	37234
+Kartchner	37235
+Kartel	37236
+Karthik	37237
+Kardashian	37238
+Kardon	37239
+Karl's	37240
+Karla	37241
+Karma	37242
+Karmin	37243
+Karnes	37244
+Karns	37245
+Kayla	37246
+Kaylyn	37247
+Kayenta	37248
+Kaysville	37249
+Kanab	37250
+Kanata	37251
+Kanawha	37252
+Kaneohe	37253
+Kanes	37254
+Kangaroo	37255
+Kailey	37256
+Kailua	37257
+Kailyn	37258
+Kaira	37259
+Kairos	37260
+Kaiser's	37261
+Kaitlin	37262
+Kaitlyn	37263
+Kalahari	37264
+Kalani	37265
+Kalin	37266
+Kalispell	37267
+Kaleb	37268
+Kaley	37269
+Kamal	37270
+Kamaria	37271
+Kaminski	37272
+Kashi	37273
+Kashmir	37274
+Kapahulu	37275
+Kapalua	37276
+Kapolei	37277
+Kapoor	37278
+Kahler	37279
+Kahlua	37280
+Kahului	37281
+Kahuna	37282
+Kaufman	37283
+Kauffman	37284
+Kaden's	37285
+Kawana	37286
+Kawasaki	37287
+Korean	37288
+Koreatown	37289
+Korner	37290
+Koons	37291
+Koontz	37292
+Kostas	37293
+Kostner	37294
+Kostoryz	37295
+Kobe's	37296
+Kouns	37297
+Kountry	37298
+Kowalski's	37299
+Kriss	37300
+Krishna	37301
+Kriegers	37302
+Krause	37303
+Krauss	37304
+Kraftwerk	37305
+Kragens	37306
+Kramers	37307
+Kravitz	37308
+Krust	37309
+Kruse	37310
+Krogers	37311
+Kronos	37312
+Kremes	37313
+Knoll	37314
+Knology	37315
+Knowles	37316
+Knows	37317
+Knobs	37318
+Knoxville	37319
+Knights	37320
+Knightdale	37321
+Knightley	37322
+Knighton	37323
+Knickerbocker	37324
+Knicks	37325
+Kunia	37326
+Kunis	37327
+Kumon	37328
+Kleenex	37329
+Kleevage	37330
+Klein's	37331
+Klondike	37332
+Klonopin	37333
+Kyle's	37334
+Kylee	37335
+Kyler	37336
+Kyles	37337
+Kylie's	37338
+Kylies	37339
+Khaled	37340
+Khama	37341
+Khammam	37342
+Khan's	37343
+Kwanza	37344
+Ellen	37345
+Ellet	37346
+Ellesmere	37347
+Elliot	37348
+Ellis	37349
+Ellicott	37350
+Ellie	37351
+Ellijay	37352
+Ellington	37353
+Ella's	37354
+Ellaville	37355
+Elizabeth	37356
+Eliza's	37357
+Elisabeth	37358
+Elise	37359
+Elisha	37360
+Elissa	37361
+Eliana	37362
+Elias	37363
+Elijah's	37364
+Eliot	37365
+Election	37366
+Electoral	37367
+Element	37368
+Elemeno	37369
+Elena	37370
+Eleni	37371
+Elevation	37372
+Eleven	37373
+Elmer	37374
+Elmendorf	37375
+Elmo's	37376
+Elmont	37377
+Elmore	37378
+Elmsford	37379
+Elmsley	37380
+Elkhart	37381
+Elkhorn	37382
+Elkins	37383
+Elder	37384
+Elden	37385
+Eldora	37386
+Eldon	37387
+Eldred	37388
+Eldridge	37389
+Elsie	37390
+Elsinore	37391
+Elsa's	37392
+Elaine	37393
+Elaina	37394
+Elantra	37395
+Elberta	37396
+Elberton	37397
+Elvia	37398
+Elvin	37399
+Elvira	37400
+Elvis	37401
+Elyse	37402
+Elysian	37403
+Elgan	37404
+Elway's	37405
+England	37406
+Engle	37407
+English	37408
+Engineer	37409
+Enderman	37410
+Enders	37411
+Endoscopy	37412
+Endowment	37413
+Encinitas	37414
+Encino	37415
+Encore	37416
+Encounters	37417
+Enterprise	37418
+Entergy	37419
+Enrique	37420
+Energy	37421
+Edgebrook	37422
+Edgefield	37423
+Edgehill	37424
+Edgerton	37425
+Edgars	37426
+Edgartown	37427
+Edina	37428
+Edinger	37429
+Edith	37430
+Edition	37431
+Edison	37432
+Edisto	37433
+Edmodo	37434
+Edmore	37435
+Edmunds	37436
+Eddy's	37437
+Eddystone	37438
+Eddyville	37439
+Eddie's	37440
+Edwards	37441
+Eden's	37442
+Edenton	37443
+Eduardo's	37444
+Education	37445
+Educators	37446
+Evers	37447
+Evert	37448
+EverBank	37449
+Everclear	37450
+Everitt	37451
+Everman	37452
+Evernote	37453
+Event	37454
+Evendale	37455
+Evening	37456
+Evelyn	37457
+Evans	37458
+Evangel	37459
+Evan's	37460
+Evanescence	37461
+Evita	37462
+Evite	37463
+Easter	37464
+Eastham	37465
+Eastchester	37466
+Eastfield	37467
+Eastgate	37468
+Eastridge	37469
+Eastside	37470
+Earl's	37471
+Earle	37472
+Earls	37473
+Early	37474
+Earth's	37475
+EarthLink	37476
+Eatonville	37477
+Eaters	37478
+Eagles	37479
+Eagleville	37480
+Eaglewood	37481
+Emma's	37482
+Emmanuel	37483
+Emmas	37484
+Emmaus	37485
+Emmetsburg	37486
+Emmett	37487
+Emmylou	37488
+Emmys	37489
+Emmitsburg	37490
+Emmitt	37491
+Emperor's	37492
+Emperors	37493
+Employee	37494
+Employment	37495
+Empires	37496
+Emporia	37497
+Emporium	37498
+Empress	37499
+Emprise	37500
+Emily	37501
+Eminem's	37502
+Emerson's	37503
+Emeryville	37504
+Emancipation	37505
+Emanuel	37506
+Embarcadero	37507
+Embassy	37508
+Esteban	37509
+Estee	37510
+Estefan	37511
+Estero	37512
+Estes	37513
+Estate	37514
+Estabrook	37515
+Estacada	37516
+Estancia	37517
+Esther's	37518
+Estherville	37519
+Estrada	37520
+Estrella	37521
+Escambia	37522
+Escanaba	37523
+Escape	37524
+Escobar	37525
+Escondido	37526
+Escort	37527
+Espana	37528
+Espanola	37529
+Esposito's	37530
+Essen	37531
+Essex	37532
+Eskimos	37533
+Erick	37534
+Erica	37535
+Erics	37536
+Eric's	37537
+Erika	37538
+Erik's	37539
+Erin's	37540
+Erins	37541
+Ernestine	37542
+Ernesto	37543
+Ernie's	37544
+Ernies	37545
+Expect	37546
+Expendables	37547
+Expressions	37548
+Expressway	37549
+Exploratorium	37550
+Explorer	37551
+Exposition	37552
+Excellence	37553
+Excelsior	37554
+Excursion	37555
+Excuse	37556
+Executives	37557
+Exede	37558
+Exedra	37559
+Extended	37560
+Extension	37561
+Extra	37562
+Extreme	37563
+Examiners	37564
+Econolodge	37565
+Eckerd	37566
+Eckert	37567
+Eugene's	37568
+Epica	37569
+Epicure	37570
+Epiphany	37571
+Epiphone	37572
+Episcopal	37573
+Episode	37574
+Epsom	37575
+Epson	37576
+Ethan's	37577
+Ethans	37578
+Ethel	37579
+Ethiopian	37580
+Eggers	37581
+Eggert	37582
+Eglinton	37583
+Egyptians	37584
+Eisenhauer	37585
+Eisenhower	37586
+Eyewear	37587
+Eyewitness	37588
+Eyeworks	37589
+EPCOR	37590
+Ebenezer	37591
+Ebensburg	37592
+Equifax	37593
+Equinox	37594
+Equipment	37595
+Equity	37596
+Effects	37597
+Effie	37598
+Effingham	37599
+overs	37600
+overt	37601
+overnight	37602
+overflow	37603
+over-the-counter	37604
+overgrown	37605
+overjoyed	37606
+overkill	37607
+overqualified	37608
+overuse	37609
+overview	37610
+overzealous	37611
+ovens	37612
+ovary	37613
+ovations	37614
+ovulating	37615
+ovulation	37616
+outlet	37617
+outlook	37618
+outside	37619
+outskirts	37620
+outsmart	37621
+outspoken	37622
+outstanding	37623
+outrage	37624
+outreach	37625
+outrun	37626
+outdo	37627
+outdated	37628
+outdid	37629
+outback	37630
+outbid	37631
+outbreak	37632
+outburst	37633
+outfit	37634
+outfield	37635
+outcome	37636
+output	37637
+outpatient	37638
+outgoing	37639
+outer	37640
+outee	37641
+outing	37642
+outie	37643
+outweigh	37644
+outward	37645
+outages	37646
+outtakes	37647
+ounces	37648
+organ	37649
+orgasm	37650
+origin	37651
+origami	37652
+oriented	37653
+order	37654
+ordeal	37655
+ordinance	37656
+ordination	37657
+orthotics	37658
+orchestrate	37659
+orchards	37660
+orchids	37661
+orbital	37662
+orbitel	37663
+orbitz.com	37664
+orally	37665
+oranges	37666
+oreganos	37667
+oreillys	37668
+ornament	37669
+ornate	37670
+optic	37671
+option	37672
+opting	37673
+optometry	37674
+opthamologist	37675
+opthamology	37676
+operable	37677
+operas	37678
+opening	37679
+openly	37680
+openness	37681
+opens	37682
+opponent	37683
+oppressed	37684
+oppression	37685
+opinionated	37686
+opinions	37687
+opiates	37688
+obsess	37689
+obstacle	37690
+obstetrics	37691
+obscure	37692
+oblique	37693
+obliterated	37694
+obeyed	37695
+obeying	37696
+obedience	37697
+obedient	37698
+obese	37699
+obesity	37700
+objective	37701
+objection	37702
+obtained	37703
+obtaining	37704
+obama's	37705
+obituaries	37706
+obituary	37707
+obviously	37708
+offer	37709
+office	37710
+offshore	37711
+offsite	37712
+offspring	37713
+offline	37714
+offload	37715
+one-day	37716
+one-horse	37717
+one-time	37718
+one-year	37719
+onesie	37720
+oneself	37721
+onside	37722
+onsite	37723
+oncoming	37724
+online.com	37725
+only:	37726
+onions	37727
+occur	37728
+occasional	37729
+occasions	37730
+octagon	37731
+octane	37732
+octapharma	37733
+olden	37734
+older	37735
+oldest	37736
+oldies	37737
+olive	37738
+olivia	37739
+omelets	37740
+omelette	37741
+omega	37742
+omegle	37743
+omitted	37744
+oxycodone	37745
+oxycontin	37746
+oxycotton	37747
+owner	37748
+owned	37749
+okeydoke	37750
+ooooh	37751
+oopsie	37752
+otherside	37753
+otterbox	37754
+otters	37755
+osteoarthritis	37756
+odors	37757
+ohmygod	37758
+ohmygosh	37759
+North	37760
+Norte	37761
+Norton	37762
+Nortrax	37763
+Norma	37764
+Norm's	37765
+Nordstrom	37766
+Nordahl	37767
+Nordhoff	37768
+Nordic	37769
+Nordy's	37770
+Norwich	37771
+Norwood	37772
+Nora's	37773
+Norah	37774
+Norandex	37775
+Norris	37776
+Norridge	37777
+Norriton	37778
+Norbert	37779
+Norbit	37780
+Norco	37781
+Norcross	37782
+Noreen	37783
+Norelco	37784
+Norfolk	37785
+Norfork	37786
+NovaCare	37787
+Novak	37788
+Novant	37789
+Novartis	37790
+Novato	37791
+November	37792
+Novell	37793
+Novick	37794
+Notepad	37795
+Notes	37796
+Nottingham	37797
+Nolan's	37798
+Nolana	37799
+Noland	37800
+Nolans	37801
+Nolanville	37802
+Nolensville	37803
+Nobles	37804
+Noonan	37805
+Nooner	37806
+Noory	37807
+Noel's	37808
+Noelle	37809
+Nonna's	37810
+Nostalgia	37811
+Noster	37812
+Nomad	37813
+Newbold	37814
+Newbridge	37815
+Newsom	37816
+Newsboys	37817
+Newsday	37818
+Newsies	37819
+Newman	37820
+Newmark	37821
+Newalta	37822
+Newark	37823
+Newaygo	37824
+Newcastle	37825
+Newfane	37826
+Newfield	37827
+Newfoundland	37828
+Newport	37829
+Newpark	37830
+Newegg	37831
+Newell	37832
+Newhall	37833
+Newhart	37834
+Nestle	37835
+Nestor	37836
+Nescafe	37837
+Nesbitt	37838
+Nessa	37839
+Needham	37840
+Needle	37841
+Needmore	37842
+Needtobreathe	37843
+Needville	37844
+Neely	37845
+Neelam	37846
+Neeley	37847
+Nelly	37848
+Nello's	37849
+Nelson's	37850
+Nelsons	37851
+Nelsonville	37852
+Nettie	37853
+Nettles	37854
+Networks	37855
+Nevin	37856
+Neville	37857
+Nevis	37858
+Neverland	37859
+Negro	37860
+Negril	37861
+Negative	37862
+Negaunee	37863
+Neil's	37864
+Neillsville	37865
+Neimans	37866
+Neutral	37867
+NextCare	37868
+Nextel	37869
+Nextgear	37870
+Nepali	37871
+Neptunes	37872
+Nemo's	37873
+Nemours	37874
+Neosho	37875
+Neosporin	37876
+Nation	37877
+Natick	37878
+Natasha	37879
+Natatorium	37880
+Nathaniel	37881
+Nathans	37882
+Nathan's	37883
+Natural	37884
+Nature	37885
+Natco	37886
+Nate's	37887
+Nancy	37888
+Nance	37889
+Nanci	37890
+Nana's	37891
+Nanaimo	37892
+Nando	37893
+Nanda	37894
+Nannys	37895
+Nanticoke	37896
+Nantucket	37897
+Navajo	37898
+Naval	37899
+Navasota	37900
+Naviance	37901
+Navidad	37902
+Navistar	37903
+Napoli	37904
+Napoleon	37905
+Nappanee	37906
+Napper	37907
+Nappy	37908
+Naples	37909
+Napleton	37910
+Nashboro	37911
+Nashoba	37912
+Nashua	37913
+Nashville	37914
+Nasty	37915
+Narcoossee	37916
+Narcotics	37917
+Narragansett	37918
+Narrows	37919
+Nadia	37920
+Nadine	37921
+Nadeem	37922
+Nader	37923
+Naugatuck	37924
+Nautica	37925
+Nautilus	37926
+Nazarene	37927
+Nazareth	37928
+Nazis	37929
+Nails	37930
+Nairobi	37931
+Nabisco	37932
+Nalley	37933
+Nicky	37934
+Nick's	37935
+Nickatina	37936
+Nicki	37937
+Nicks	37938
+Nico's	37939
+Nicor	37940
+Nicholas	37941
+Nichols	37942
+Nichole	37943
+Niceville	37944
+Nightmare	37945
+Nighthawk	37946
+Nightingale	37947
+Nights	37948
+Niger	37949
+Nigel	37950
+Niko's	37951
+Nikolai	37952
+Nikon	37953
+Nikos	37954
+Nikki	37955
+Nikko	37956
+Nikes	37957
+Niketown	37958
+Niki's	37959
+Nikita	37960
+Niner	37961
+Nina's	37962
+Ninjago	37963
+Nino's	37964
+Nisha	37965
+Nishi	37966
+Nissan	37967
+Nisswa	37968
+Niemann	37969
+Nixon's	37970
+Nutrition	37971
+Nutter	37972
+Nutty	37973
+Numark	37974
+Numbers	37975
+Nursery	37976
+Nurses	37977
+Nuggets	37978
+newsletter	37979
+newspaper	37980
+news.com	37981
+news4jax.com	37982
+newsboys	37983
+newscast	37984
+newsfeed	37985
+newsroom	37986
+newsstand	37987
+newbie	37988
+newborn	37989
+newegg	37990
+newer	37991
+newest	37992
+newlywed	37993
+newcomers	37994
+neglect	37995
+negotiable	37996
+negate	37997
+negatory	37998
+neuro	37999
+neural	38000
+neuter	38001
+network.com	38002
+networking	38003
+networks	38004
+netflix.com	38005
+netting	38006
+needle	38007
+needin	38008
+needa	38009
+needed	38010
+needs	38011
+needy	38012
+neighbor	38013
+necks	38014
+necktie	38015
+neces-	38016
+nervous	38017
+nerve	38018
+nerds	38019
+nerdy	38020
+nearby	38021
+nearest	38022
+nearing	38023
+nearly	38024
+neath	38025
+neatly	38026
+neato	38027
+nester	38028
+nesting	38029
+nestled	38030
+nests	38031
+neverShoutNever	38032
+neverending	38033
+neverland	38034
+nevermind	38035
+nevershoutnever	38036
+nevertheless	38037
+neonatal	38038
+neons	38039
+nephew	38040
+nephrology	38041
+notion	38042
+noting	38043
+notebook	38044
+note:	38045
+notecards	38046
+noted	38047
+notepad	38048
+notes	38049
+notable	38050
+notation	38051
+nothin	38052
+nother	38053
+notches	38054
+non-existent	38055
+non-profit	38056
+non-refundable	38057
+nonprofit	38058
+nonpayment	38059
+nonchalantly	38060
+nonetheless	38061
+nonfat	38062
+nonfiction	38063
+northwest	38064
+northbound	38065
+northsight	38066
+northtowne	38067
+norms	38068
+nooner	38069
+noonish	38070
+noontime	38071
+nookie	38072
+nooks	38073
+noobs	38074
+noodles	38075
+noooo	38076
+nosebleed	38077
+nosed	38078
+noser	38079
+noses	38080
+nosey	38081
+nostril	38082
+novel	38083
+novena	38084
+novae	38085
+novia	38086
+novice	38087
+nominee	38088
+now.com	38089
+nodded	38090
+nodding	38091
+nodes	38092
+nobody's	38093
+nobodys	38094
+nobles	38095
+nouns	38096
+nourishment	38097
+noches	38098
+noises	38099
+nopee	38100
+nozzles	38101
+nation	38102
+nature	38103
+natural	38104
+naturopath	38105
+naturist	38106
+natalie	38107
+natasha	38108
+nates	38109
+narrow	38110
+names	38111
+name's	38112
+name:	38113
+named	38114
+namaste	38115
+napped	38116
+napping	38117
+nappy	38118
+napkins	38119
+nanny	38120
+nanner	38121
+nannies	38122
+nanas	38123
+navient	38124
+nasty	38125
+nausea	38126
+nauseous	38127
+naughty	38128
+nailing	38129
+nails	38130
+nachos	38131
+nadia	38132
+nadie	38133
+nagger	38134
+nagging	38135
+nakedness	38136
+night	38137
+nigha	38138
+nigga	38139
+nigger	38140
+nigguh	38141
+nickname	38142
+nickel	38143
+nicki	38144
+nicks	38145
+niceee	38146
+nicely	38147
+niceness	38148
+nicer	38149
+nicest	38150
+nicey	38151
+nicotine	38152
+nines	38153
+ninjago	38154
+ninjas	38155
+nitro	38156
+nitrate	38157
+nitric	38158
+nitee	38159
+nites	38160
+nipple	38161
+nippers	38162
+nipping	38163
+nippy	38164
+nipsey	38165
+nibbled	38166
+nibbles	38167
+niece's	38168
+nieces	38169
+nike.com	38170
+nikka	38171
+nikki	38172
+numba	38173
+numbing	38174
+numeric	38175
+numero	38176
+numeral	38177
+nummies	38178
+nummy	38179
+nutrient	38180
+nutribullet	38181
+nutrigrain	38182
+nutcracker	38183
+nutcase	38184
+nutsack	38185
+nutshell	38186
+nuttin	38187
+nutty	38188
+nurse	38189
+nursing	38190
+nurture	38191
+nurturing	38192
+nudie	38193
+nudist	38194
+nudity	38195
+nudes	38196
+nunchucks	38197
+nugget	38198
+nuggs	38199
+nylons	38200
+Jacks	38201
+Jackie	38202
+Jacky	38203
+Jacket	38204
+Jack's	38205
+Jackman	38206
+Jackrabbit	38207
+Jacobs	38208
+Jacob's	38209
+Jacoby	38210
+Jacques	38211
+Jacinto	38212
+Janet	38213
+Janell	38214
+Janes	38215
+Jane's	38216
+Janeiro	38217
+Janey	38218
+Janice	38219
+Janie	38220
+Janis	38221
+Jansen	38222
+Janson	38223
+Janssen	38224
+January's	38225
+James	38226
+Jamey	38227
+Jamie	38228
+Jamil	38229
+Jamin	38230
+Jamison	38231
+Jamaica	38232
+Jamaal	38233
+Jamal	38234
+Jamar	38235
+Jamba	38236
+Jamboree	38237
+Jayda	38238
+Jayden	38239
+Jayla	38240
+Jaylin	38241
+Jayson	38242
+Jarrod	38243
+Jared's	38244
+Jagermeister	38245
+Jaggers	38246
+Jaguars	38247
+Jasmine	38248
+Jason's	38249
+Jaspers	38250
+Jailbreak	38251
+Jailhouse	38252
+Jaden	38253
+Jadakiss	38254
+Javier	38255
+Javits	38256
+JavaScript	38257
+Jazzercise	38258
+Jazzy	38259
+Jake's	38260
+Jakes	38261
+Japanese	38262
+Jabara's	38263
+Jabari	38264
+Jalisco's	38265
+Johns	38266
+John's	38267
+JohnBoy	38268
+Johnathan	38269
+Johnie	38270
+Johann	38271
+Johansson	38272
+Joseph	38273
+Jose's	38274
+Joses	38275
+Josey	38276
+Joshua	38277
+Josh's	38278
+Joshin	38279
+Joshy	38280
+Josie	38281
+Josiah	38282
+Joslin	38283
+Joslyn	38284
+Jostens	38285
+Jonesboro	38286
+Jonesy	38287
+Joneses	38288
+Jonestown	38289
+Jonesville	38290
+Jonah	38291
+Jonas	38292
+Joann	38293
+Joan's	38294
+Joanie	38295
+Jordan	38296
+Jordy	38297
+Jordin	38298
+Jorge's	38299
+Jorgensen	38300
+Joel's	38301
+Joels	38302
+Joelton	38303
+Joey's	38304
+Jolly	38305
+Jolla	38306
+Jollibee	38307
+Jolie's	38308
+Joliet	38309
+Joyce's	38310
+Joyces	38311
+Jodi's	38312
+Jodie	38313
+Jody's	38314
+Journal	38315
+Journey	38316
+Jovi's	38317
+Jenni	38318
+Jenny	38319
+Jenna	38320
+Jenner	38321
+Jenifer	38322
+Jenks	38323
+Jensen	38324
+Jeremy	38325
+Jerry	38326
+Jerrica	38327
+Jerrod	38328
+Jerome's	38329
+Jeromes	38330
+Jerky	38331
+Jerseyville	38332
+Jessi	38333
+Jessa	38334
+Jesse	38335
+Jess's	38336
+Jessup	38337
+Jesus	38338
+Jesuit	38339
+Jesup	38340
+Jeffers	38341
+Jeffery	38342
+Jeffrey	38343
+Jeffries	38344
+Jeanne	38345
+Jeannie	38346
+Jeanette's	38347
+Jeanie	38348
+Jeanine	38349
+Jethro's	38350
+Jetpack	38351
+Jetport	38352
+Jetsons	38353
+Jetta	38354
+Jewel	38355
+Jewett	38356
+Jellystone	38357
+Jeeps	38358
+Jemima	38359
+Jemison	38360
+Julia	38361
+Julie	38362
+Julio	38363
+Julington	38364
+Julius	38365
+Judah	38366
+Judas	38367
+Judicial	38368
+Judith	38369
+Judds	38370
+Judes	38371
+Judy's	38372
+June's	38373
+Juneau	38374
+Junes	38375
+Juniata	38376
+Junie	38377
+Junior	38378
+Juniper	38379
+Justin	38380
+Justice	38381
+Juan's	38382
+Juans	38383
+Juiceman	38384
+Juicery	38385
+Jumper	38386
+Jumpsuit	38387
+Jimmy	38388
+Jimmer	38389
+Jimmie	38390
+Jimador	38391
+Jimbo's	38392
+Jiminy	38393
+Jillian's	38394
+Jillians	38395
+Jingle	38396
+Jiang	38397
+Jianna	38398
+JCPenney's	38399
+JCPenneys	38400
+under	38401
+undead	38402
+undecided	38403
+undeliverable	38404
+undeniable	38405
+undies	38406
+undivided	38407
+undoing	38408
+undone	38409
+undoubtedly	38410
+undressed	38411
+undressing	38412
+uninformed	38413
+uninhibited	38414
+uninvited	38415
+univar	38416
+univita	38417
+unico	38418
+unica	38419
+unicity	38420
+unicycle	38421
+unite	38422
+unitary	38423
+units	38424
+unity	38425
+uniform	38426
+unified	38427
+union.com	38428
+unions	38429
+uniquely	38430
+uniqueness	38431
+unimaginable	38432
+unimportant	38433
+unisex	38434
+unison	38435
+uncover	38436
+uncle	38437
+unclaimed	38438
+unclog	38439
+uncalled	38440
+uncanny	38441
+uncaring	38442
+uncertain	38443
+uncensored	38444
+uncheck	38445
+unsuccessful	38446
+unsubscribe	38447
+unsure	38448
+unsuspecting	38449
+unsecured	38450
+unseen	38451
+unselfish	38452
+unser	38453
+unsafe	38454
+unsaid	38455
+unsalted	38456
+unsatisfied	38457
+unstable	38458
+unsteady	38459
+unstoppable	38460
+unstuck	38461
+unscathed	38462
+unscented	38463
+unscrew	38464
+unsolicited	38465
+unsolved	38466
+unspeakable	38467
+unspoken	38468
+unsweetened	38469
+unfounded	38470
+unfamiliar	38471
+unfathomable	38472
+unfriend	38473
+unfreeze	38474
+unfinished	38475
+unfit	38476
+unlock	38477
+unload	38478
+unloved	38479
+unlike	38480
+unlicensed	38481
+unlimited	38482
+unlisted	38483
+unless	38484
+unladen	38485
+unlawful	38486
+unacceptable	38487
+unanimous	38488
+unannounced	38489
+unanswered	38490
+unapologetic	38491
+unattainable	38492
+unattended	38493
+unattractive	38494
+unavailable	38495
+unavoidable	38496
+unpack	38497
+unpaid	38498
+unpause	38499
+unplug	38500
+unplanned	38501
+unpleasant	38502
+unbeknownst	38503
+unbreak	38504
+unbroken	38505
+unblocked	38506
+unborn	38507
+unboxing	38508
+unbuttoned	38509
+unrecognizable	38510
+unregistered	38511
+unravel	38512
+unrated	38513
+untie	38514
+until	38515
+untitled	38516
+untold	38517
+untreated	38518
+unexcused	38519
+unemployed	38520
+unemployment	38521
+uneventful	38522
+unwilling	38523
+unwind	38524
+unwrap	38525
+unwritten	38526
+unhook	38527
+unholy	38528
+unhappiness	38529
+unhappy	38530
+unhealthy	38531
+unheard	38532
+unofficially	38533
+unorganized	38534
+unorthodox	38535
+unmanageable	38536
+ungrateful	38537
+ungrounded	38538
+unknown	38539
+unknowingly	38540
+unnecessarily	38541
+unnecessary	38542
+unusually	38543
+upstream	38544
+upsets	38545
+upsetting	38546
+uploaded	38547
+uploading	38548
+uploads	38549
+uplift	38550
+upline	38551
+upper	38552
+upped	38553
+upping	38554
+uppity	38555
+updated	38556
+update:	38557
+updates	38558
+upgraded	38559
+upgrades	38560
+uphold	38561
+upright	38562
+uprising	38563
+urine	38564
+urged	38565
+urges	38566
+urological	38567
+urologist	38568
+username	38569
+user's	38570
+users	38571
+utensils	38572
+uterine	38573
+uterus	38574
+ultralight	38575
+ultraviolet	38576
+ultimate	38577
+ultimatum	38578
+ugliness	38579
+umbrellas	38580
+ummmm	38581
+Orangeburg	38582
+Orangethorpe	38583
+Orangewood	38584
+Origami	38585
+Oriental	38586
+Orioles	38587
+Orion	38588
+Oregon	38589
+Oregano's	38590
+Oreos	38591
+Orton's	38592
+Ortonville	38593
+Orthodox	38594
+Orthopedic	38595
+Orting	38596
+Ortiz	38597
+Orchard	38598
+Orchestra	38599
+Orchid	38600
+Order	38601
+Ordean	38602
+Orlando	38603
+Orbison	38604
+Orbitz	38605
+Olive	38606
+Olivia	38607
+Olivos	38608
+Olina	38609
+Olympus	38610
+Oldsmar	38611
+Oldsmobile	38612
+Olson's	38613
+Ollie's	38614
+Oscar's	38615
+Oscars	38616
+Oscoda	38617
+Osteria	38618
+Osterman	38619
+Osterville	38620
+Osaka's	38621
+Oswald	38622
+Oswalt	38623
+Oswego	38624
+Oswell	38625
+Osborne	38626
+Ossining	38627
+Ossipee	38628
+O'Neill	38629
+O'Neal's	38630
+O'Connor	38631
+O'Connell	38632
+O'Malley's	38633
+O'Reilly's	38634
+O'Shea's	38635
+Octagon	38636
+October	38637
+Octomom	38638
+Oceanaire	38639
+Oconee	38640
+Oconomowoc	38641
+Oconto	38642
+Ochoa	38643
+Ochsner	38644
+Occupational	38645
+Occupy	38646
+Opelika	38647
+Opelousas	38648
+Optical	38649
+Optique	38650
+Optoma	38651
+Optometry	38652
+Oprah's	38653
+Opryland	38654
+Oakboro	38655
+Oakbrook	38656
+Oakview	38657
+Oakville	38658
+Okemos	38659
+Outlet	38660
+Outlook	38661
+Overbrook	38662
+Overdrive	38663
+Overstreet	38664
+Omari	38665
+Omar's	38666
+Oberlin	38667
+Oberweis	38668
+OtterBox	38669
+Otterbox	38670
+Ottoman	38671
+Owens	38672
+Owenton	38673
+Odenton	38674
+Odenville	38675
+Ozarka	38676
+Ozarks	38677
+OfficeMax	38678
+Officer	38679
+Offices	38680
+visit	38681
+vision	38682
+visually	38683
+visuals	38684
+visage	38685
+visas	38686
+vistaprint.com	38687
+vistas	38688
+visors	38689
+victor	38690
+victim	38691
+vicious	38692
+vicinity	38693
+vicki	38694
+vicks	38695
+vicky	38696
+vices	38697
+vicodins	38698
+violet	38699
+violinist	38700
+violins	38701
+video	38702
+vibrant	38703
+viber	38704
+vibes	38705
+vineyard	38706
+vinegar	38707
+vines	38708
+vindicated	38709
+vindictive	38710
+virtual	38711
+virtue	38712
+virtuous	38713
+virgin	38714
+virgos	38715
+viruses	38716
+villa	38717
+ville	38718
+viewing	38719
+viewpoint	38720
+views	38721
+vital	38722
+vitamin	38723
+viagara	38724
+viagra	38725
+vials	38726
+vigilant	38727
+vigorously	38728
+vivid	38729
+vivian	38730
+vixens	38731
+versa	38732
+verse	38733
+versus	38734
+verbena	38735
+verbiage	38736
+verbs	38737
+verizon	38738
+veranda	38739
+verde	38740
+verdict	38741
+vermilion	38742
+vermouth	38743
+vernacular	38744
+vernal	38745
+veronica	38746
+venti	38747
+vented	38748
+vents	38749
+vendor	38750
+vendetta	38751
+vending	38752
+veneer	38753
+venereal	38754
+venom	38755
+venous	38756
+vengeance	38757
+vengeful	38758
+venues	38759
+veteran	38760
+vetoed	38761
+vegetable	38762
+vegetarian	38763
+vegetation	38764
+veggies	38765
+vested	38766
+vestibule	38767
+vests	38768
+vessels	38769
+vehicle's	38770
+vehicles	38771
+veils	38772
+veins	38773
+valedictorian	38774
+valet	38775
+valid	38776
+valium	38777
+valiant	38778
+value	38779
+valleys	38780
+valves	38781
+vacay	38782
+vaccine	38783
+vacuumed	38784
+vacuuming	38785
+vacuums	38786
+vanish	38787
+vanilla	38788
+vandalize	38789
+vandalism	38790
+various	38791
+varying	38792
+vasectomy	38793
+vaseline	38794
+vases	38795
+vastly	38796
+vaginal	38797
+vaginas	38798
+vaguely	38799
+vaporizer	38800
+vapors	38801
+vapes	38802
+vampires	38803
+volume	38804
+voluptuous	38805
+voltage	38806
+voltmeter	38807
+volts	38808
+volcano	38809
+volcanic	38810
+volleyball	38811
+voice	38812
+voicing	38813
+voided	38814
+vocal	38815
+vocab	38816
+vocational	38817
+voter	38818
+voted	38819
+votes	38820
+voting	38821
+votive	38822
+vowel	38823
+vowed	38824
+voucher	38825
+vulnerability	38826
+vulnerable	38827
+vultures	38828
+Intel	38829
+Intex	38830
+India	38831
+Indies	38832
+Indigo	38833
+Indio	38834
+Indira	38835
+Indonesia	38836
+Indochine	38837
+Indoor	38838
+Indus	38839
+Indulgence	38840
+Independence	38841
+Independent	38842
+Instead	38843
+Instruments	38844
+Insty	38845
+Inspiron	38846
+Insane	38847
+Insanity	38848
+Inside	38849
+Insight	38850
+Inver	38851
+Invicta	38852
+Ingles	38853
+Inglewood	38854
+Ingram	38855
+Ingrid	38856
+Ingalls	38857
+Incarnate	38858
+Income	38859
+Incorporated	38860
+Incredibles	38861
+Infirmary	38862
+Infected	38863
+Inferno	38864
+Inner	38865
+Innes	38866
+Innsbrook	38867
+Isabel's	38868
+Isaac	38869
+Isaak	38870
+Isaiah	38871
+Isaias	38872
+Island	38873
+Islam	38874
+Isles	38875
+Isleta	38876
+Isley	38877
+Islington	38878
+Islip	38879
+Israel's	38880
+Israeli	38881
+Ironbridge	38882
+Ironman	38883
+Ironton	38884
+Ironwood	38885
+Iranian	38886
+Iraqi	38887
+Irving	38888
+Irvine	38889
+Irene's	38890
+Irish	38891
+Improv	38892
+Impractical	38893
+Impreza	38894
+Impact	38895
+Impala	38896
+Imperials	38897
+Imports	38898
+Impossible	38899
+Image	38900
+Immodium	38901
+Immokalee	38902
+Immortal	38903
+Immaculate	38904
+Immanuel	38905
+Ivers	38906
+Illiana	38907
+Illuminati	38908
+Idlewild	38909
+Idlewood	38910
+Italia	38911
+Italy	38912
+Izzy's	38913
+Vince	38914
+Vinci	38915
+Vineyard	38916
+Vineland	38917
+Vineville	38918
+Vinnie	38919
+Vinny	38920
+Vino's	38921
+Vinod	38922
+Vinoy	38923
+Vinay	38924
+Vinings	38925
+Vinita	38926
+Vintage	38927
+Vinton	38928
+Vicki	38929
+Vicks	38930
+Vicky	38931
+Victor	38932
+Victims	38933
+Vicente	38934
+Viceroy	38935
+Vision	38936
+Visine	38937
+Vistana	38938
+Vistaprint	38939
+Vistar	38940
+Visalia	38941
+Villa	38942
+Ville	38943
+Virgo	38944
+Virtual	38945
+Vital	38946
+Vitacost	38947
+Vito's	38948
+Vitos	38949
+Vietnam	38950
+Vieja	38951
+Viejo	38952
+Viewmont	38953
+Vivian	38954
+Vivid	38955
+Vivint	38956
+Vivion	38957
+Vivaldi	38958
+Vidal	38959
+Vidant	38960
+Videos	38961
+Videotron	38962
+Vikings	38963
+Valle	38964
+Vallarta	38965
+Valli	38966
+Valdosta	38967
+Valpo	38968
+Value	38969
+Vandalia	38970
+Vandross	38971
+Vandy	38972
+Vance	38973
+Vancouver	38974
+Vanity	38975
+Vanna	38976
+Vannelli	38977
+Vanessa's	38978
+Varick	38979
+Variety	38980
+Varina	38981
+Varner	38982
+Varney	38983
+Vassar	38984
+Vasser	38985
+Vacationland	38986
+Vacations	38987
+Vaden	38988
+Vader	38989
+Vaughan	38990
+Vaughn	38991
+Verna	38992
+Vern's	38993
+Verne	38994
+Vernia	38995
+Veros	38996
+Verot	38997
+Versa	38998
+Version	38999
+Versona	39000
+Verde	39001
+Verdae	39002
+Verdugo	39003
+Verizon	39004
+Veridian	39005
+Verity	39006
+Vermeer	39007
+Vermont	39008
+Vergara	39009
+Vergennes	39010
+Vergina	39011
+Vera's	39012
+Verrado	39013
+Verrazano	39014
+Ventana	39015
+Ventnor	39016
+Vendetta	39017
+Vendome	39018
+Velasquez	39019
+Velazquez	39020
+Veloster	39021
+Velox	39022
+Velveeta	39023
+Velvet	39024
+Vesta	39025
+Vester	39026
+Vespa	39027
+Vesper	39028
+Vegas	39029
+Veggies	39030
+Veteran	39031
+Veterinary	39032
+Voltaire	39033
+Voltron	39034
+Volunteer	39035
+Volusia	39036
+Vocal	39037
+Vocational	39038
+kinda	39039
+kindness	39040
+kindred	39041
+kinds	39042
+kingdom	39043
+kings	39044
+king's	39045
+kingfish	39046
+kingpin	39047
+kinkiest	39048
+kinko	39049
+kinks	39050
+kinky	39051
+kinecta	39052
+kinesiology	39053
+kinetic	39054
+kinsman	39055
+killin	39056
+kills	39057
+killdeer	39058
+killjoy	39059
+kilogram	39060
+kilometer	39061
+kilobytes	39062
+kilos	39063
+kilowatt	39064
+kilter	39065
+kiddo	39066
+kidnap	39067
+kidney	39068
+kickboxing	39069
+kicker	39070
+kicked	39071
+kicking	39072
+kitten	39073
+kitties	39074
+kitty	39075
+kitchenette	39076
+kitchens	39077
+kites	39078
+kissed	39079
+kisser	39080
+kisses	39081
+kissyface	39082
+kiero	39083
+kierra	39084
+karat	39085
+karabas	39086
+karaoke	39087
+karma's	39088
+karma.com	39089
+karting	39090
+karts	39091
+karen	39092
+kayak	39093
+kayla	39094
+kaylee	39095
+kaleah	39096
+kaleidoscope	39097
+kaley	39098
+kalamari	39099
+kangaroos	39100
+kathleen	39101
+kathy	39102
+kabob	39103
+kamas	39104
+kamikaze	39105
+keyboarding	39106
+keyboards	39107
+keychains	39108
+keynotes	39109
+keywords	39110
+keeper	39111
+keepin	39112
+keeps	39113
+kendall	39114
+kendo	39115
+kennels	39116
+kernels	39117
+kettlebell	39118
+knockin	39119
+knocks	39120
+knowing	39121
+knowledge	39122
+known	39123
+knows	39124
+knots	39125
+knobs	39126
+knights	39127
+kneecap	39128
+kneel	39129
+knees	39130
+kneaders	39131
+kneads	39132
+knucklehead	39133
+knuckles	39134
+koozies	39135
+konichiwa	39136
+konikoff	39137
+krispie	39138
+krissy	39139
+jamma	39140
+jambalaya	39141
+jambs	39142
+jameson	39143
+jackhammer	39144
+jackpot	39145
+jacks	39146
+jackwagon	39147
+jaculate	39148
+jacuzzi	39149
+jailbait	39150
+jailbird	39151
+jailed	39152
+jailer	39153
+janitorial	39154
+janitors	39155
+janessa	39156
+janet	39157
+jaded	39158
+jadens	39159
+jades	39160
+jareds	39161
+jasmines	39162
+jasons	39163
+jagged	39164
+jagger	39165
+jakers	39166
+jakey	39167
+jalapenos	39168
+jazzed	39169
+jazzy	39170
+judge	39171
+judgment	39172
+judging	39173
+judicial	39174
+judiciary	39175
+judys	39176
+jumps	39177
+jumpin	39178
+jumpy	39179
+jumble	39180
+jumbo	39181
+junkie	39182
+junky	39183
+jungle	39184
+jungermann	39185
+junior	39186
+juniper	39187
+junction	39188
+juncture	39189
+justed	39190
+justly	39191
+juggalo	39192
+juggernaut	39193
+juggs	39194
+juiced	39195
+juiceland	39196
+juicer	39197
+juices	39198
+julia	39199
+julie	39200
+julissa	39201
+julep	39202
+jules	39203
+joint	39204
+joining	39205
+joins	39206
+joists	39207
+joker	39208
+jokes	39209
+joke's	39210
+joked	39211
+jokey	39212
+joking	39213
+journal	39214
+journey	39215
+johnny	39216
+johns	39217
+john-paul	39218
+johno's	39219
+jockeys	39220
+jockstrap	39221
+joeys	39222
+joshing	39223
+joshua	39224
+joystick	39225
+jonas	39226
+jonathan	39227
+jonesing	39228
+jobs.com	39229
+jogger	39230
+jogging	39231
+jerkface	39232
+jerking	39233
+jerks	39234
+jerky	39235
+jeremys	39236
+jerseys	39237
+jenna	39238
+jenni	39239
+jennette	39240
+jenny	39241
+jesse	39242
+jessica	39243
+jester	39244
+jeepers	39245
+jeeps	39246
+jeezy	39247
+jeweler	39248
+jeweled	39249
+jetski	39250
+jealousy	39251
+jeans	39252
+jellyfish	39253
+jeopardize	39254
+jeopardizing	39255
+jiggity	39256
+jiggy	39257
+jigsaw	39258
+jimbos	39259
+jimboys	39260
+jimmies	39261
+jimmy	39262
+jinxed	39263
+jinxing	39264
+jingles	39265
+1000.2	39266
+10000	39267
+100.3	39268
+100.7	39269
+102.5	39270
+102.7	39271
+107.5	39272
+12345	39273
+1960s	39274
+Univision	39275
+Unitarian	39276
+United	39277
+Unitus	39278
+Unity	39279
+Uniondale	39280
+Uniontown	39281
+Unionville	39282
+Unicoi	39283
+Unicorn	39284
+Unified	39285
+Uniform	39286
+Uniqlo	39287
+Unique	39288
+Under	39289
+Undead	39290
+Ultrabook	39291
+Ultrastar	39292
+Ultimate	39293
+Utilities	39294
+Utility	39295
+2000's	39296
+Young	39297
+Younkers	39298
+Yountville	39299
+Yours	39300
+Youree	39301
+Youth	39302
+Youtube	39303
+Yorker	39304
+York's	39305
+Yorkdale	39306
+Yorkie	39307
+Yorkshire	39308
+Yorktown	39309
+Yorkville	39310
+Yoshi's	39311
+Yoshinoya	39312
+YogaWorks	39313
+Yoder's	39314
+Yoders	39315
+Yolanda's	39316
+Yankee	39317
+Yankovic	39318
+Yanks	39319
+Yankton	39320
+Yangs	39321
+Yangtze	39322
+Yanni	39323
+Yanna	39324
+Yanceyville	39325
+Yardbirds	39326
+Yardley	39327
+Yards	39328
+Yardville	39329
+Yamato	39330
+Yamaha	39331
+Yasmeen	39332
+Yasmin	39333
+Yellow	39334
+Yeller	39335
+Yellin	39336
+Yellville	39337
+Year's	39338
+Years	39339
+Yearwood	39340
+Yeager's	39341
+Yeahs	39342
+youngin	39343
+yours	39344
+your's	39345
+youre	39346
+you'd	39347
+you'll	39348
+you're	39349
+you's	39350
+you've	39351
+youth	39352
+youtube	39353
+yogis	39354
+yogurts	39355
+yoooo	39356
+yearbook	39357
+yearn	39358
+year's	39359
+years	39360
+yeahh	39361
+yellow	39362
+yelled	39363
+yelling	39364
+yells	39365
+yesterday's	39366
+yesterdays	39367
+yessir	39368
+yessss	39369
+yeppers	39370
+yardage	39371
+yards	39372
+yarns	39373
+yanking	39374
+yakitori	39375
+yahoo.com	39376
+yawning	39377
+yummy	39378
+yuppers	39379
+yuppie	39380
+yuppy	39381
+yucky	39382
+quart	39383
+quarantine	39384
+qualms	39385
+qualstar	39386
+quads	39387
+quail	39388
+quaint	39389
+quacks	39390
+quick	39391
+quiche	39392
+quiet	39393
+quien	39394
+quiero	39395
+quilt	39396
+quill	39397
+quite	39398
+quits	39399
+quince	39400
+quinoa	39401
+quirks	39402
+quirky	39403
+quivering	39404
+quest	39405
+quesadilla	39406
+queso	39407
+queen	39408
+queer	39409
+queef	39410
+queries	39411
+query	39412
+queue	39413
+queuing	39414
+quota	39415
+quote	39416
+Zachs	39417
+Zack's	39418
+Zacks	39419
+Zander	39420
+Zandt	39421
+Zanesville	39422
+Zaragoza	39423
+Zippity	39424
+Zippo	39425
+Zipps	39426
+Zippy's	39427
+Zimmerman	39428
+Zimbabwe	39429
+Zimbrick	39430
+Ziggy	39431
+Ziggler	39432
+Zilla	39433
+Zillow	39434
+Zions	39435
+Zellers	39436
+Zephyrhills	39437
+Zooma	39438
+Zoomba	39439
+Zumba	39440
+Zumbrota	39441
+Quint	39442
+Quinn	39443
+Quinault	39444
+Quinlan	39445
+QuickBooks	39446
+Quicken	39447
+Quickie	39448
+Quicksilver	39449
+QuikTrip	39450
+Quizlet	39451
+Quiznos	39452
+Quarry	39453
+Quan's	39454
+Quanah	39455
+Quakerbridge	39456
+Quakers	39457
+Quakertown	39458
+Quadratec	39459
+Quaid	39460
+Quail	39461
+Qualcomm	39462
+Quality	39463
+Quatros	39464
+Quattro	39465
+Queens	39466
+Queen's	39467
+Queenie	39468
+Questar	39469
+zippy	39470
+ziplining	39471
+ziplock	39472
+zillion	39473
+zillow.com	39474
+zingers	39475
+zoomcare	39476
+zoomed	39477
+zoosk	39478
+zoned	39479
+zones	39480
+zapped	39481
+zapper	39482
+Xanadu	39483
+Xanax	39484
+startin	39485
+startle	39486
+starts	39487
+startup	39488
+starve	39489
+starvin	39490
+starvation	39491
+starred	39492
+starring	39493
+starry	39494
+starship	39495
+starstruck	39496
+stared	39497
+stares	39498
+starboard	39499
+starburst	39500
+starch	39501
+starcrest	39502
+starlight	39503
+starlito	39504
+station	39505
+statistic	39506
+static	39507
+stating	39508
+statement	39509
+states	39510
+state's	39511
+state-of-the-art	39512
+stated	39513
+statefarm	39514
+stater	39515
+statewide	39516
+status	39517
+statue	39518
+stature	39519
+standin	39520
+standoff	39521
+stands	39522
+standby	39523
+standpoint	39524
+standup	39525
+stanky	39526
+stalking	39527
+stalks	39528
+stalled	39529
+stalls	39530
+stalemate	39531
+stability	39532
+stable	39533
+stablished	39534
+stabbed	39535
+stabbing	39536
+staircase	39537
+stairs	39538
+stained	39539
+staining	39540
+stainless	39541
+stains	39542
+stagecoach	39543
+staged	39544
+stageline	39545
+stages	39546
+staggered	39547
+staggering	39548
+stackable	39549
+stacking	39550
+stacks	39551
+stamped	39552
+stamps	39553
+stamping	39554
+stampy	39555
+staple	39556
+stapling	39557
+staffmark	39558
+staffmasters	39559
+staying	39560
+stakes	39561
+stashed	39562
+straight	39563
+strain	39564
+straits	39565
+strand	39566
+strata	39567
+stratosphere	39568
+strap-on	39569
+strapless	39570
+straps	39571
+straws	39572
+strayed	39573
+strays	39574
+straddle	39575
+straddling	39576
+stream	39577
+streak	39578
+stressin	39579
+stressor	39580
+stressful	39581
+strength	39582
+strenuous	39583
+stretching	39584
+stretchy	39585
+streetcar	39586
+streetlight	39587
+streets	39588
+stripe	39589
+striping	39590
+strips	39591
+striptease	39592
+strict	39593
+stricken	39594
+strike	39595
+striking	39596
+stringer	39597
+stringing	39598
+strings	39599
+strides	39600
+strive	39601
+striving	39602
+stroke	39603
+strokin	39604
+stronghold	39605
+strongly	39606
+stroller	39607
+strolling	39608
+strobes	39609
+stromae	39610
+strombolis	39611
+struct	39612
+struck	39613
+struggle	39614
+struggling	39615
+strudels	39616
+struts	39617
+steamboat	39618
+steaming	39619
+steampunk	39620
+steamroller	39621
+steamy	39622
+stealer	39623
+stealing	39624
+steals	39625
+stealth	39626
+stealy	39627
+steadfast	39628
+steadily	39629
+steady	39630
+steakhouse	39631
+steaks	39632
+steppin	39633
+stepson	39634
+stephanie	39635
+stephen	39636
+stephs	39637
+stepdad	39638
+stepdaughter	39639
+stepmom	39640
+stepmother	39641
+stereos	39642
+steriod	39643
+sterno	39644
+sternum	39645
+sterlington	39646
+steroids	39647
+steely	39648
+steelhead	39649
+steeple	39650
+steeping	39651
+steered	39652
+steering	39653
+steers	39654
+stewards	39655
+stewardess	39656
+stencil	39657
+stench	39658
+stents	39659
+stevia	39660
+stevie	39661
+stevinson	39662
+steven	39663
+stellar	39664
+stellas	39665
+store.	39666
+store's	39667
+stored	39668
+storefront	39669
+storehouse	39670
+stores	39671
+storey	39672
+storyline	39673
+stormed	39674
+storming	39675
+storms	39676
+stormy	39677
+stories	39678
+storing	39679
+stocker	39680
+stocked	39681
+stockyard	39682
+stockings	39683
+stockpile	39684
+stockpiling	39685
+stoppin	39686
+stoppage	39687
+stoplights	39688
+stoner	39689
+stoned	39690
+stones	39691
+stoneware	39692
+stomach's	39693
+stomachs	39694
+stomped	39695
+stomping	39696
+stools	39697
+stoked	39698
+stinger	39699
+stingray	39700
+stinging	39701
+stings	39702
+stingy	39703
+stinker	39704
+stinkin	39705
+stinks	39706
+stinky	39707
+stickers	39708
+stimulant	39709
+stirrup	39710
+stirring	39711
+stiffed	39712
+stiffer	39713
+stilettos	39714
+stills	39715
+stitched	39716
+stitcher	39717
+stitches	39718
+stipulations	39719
+studio	39720
+student's	39721
+students	39722
+studying	39723
+stunning	39724
+stunned	39725
+stunts	39726
+stupidity	39727
+stupidly	39728
+stupidness	39729
+stubborn	39730
+stubbed	39731
+stubble	39732
+stubby	39733
+stuffer	39734
+stuffed	39735
+stumped	39736
+stumps	39737
+stumpy	39738
+stumble	39739
+stumbling	39740
+sturdevant's	39741
+sturdy	39742
+stylin	39743
+styled	39744
+styler	39745
+styles	39746
+shortage	39747
+shorts	39748
+shortbread	39749
+shorthand	39750
+shortness	39751
+shorty	39752
+shoreline	39753
+shores	39754
+shower	39755
+showed	39756
+showings	39757
+shoppin	39758
+shoplifter	39759
+shoplifting	39760
+shop.com	39761
+shop.lego.com	39762
+shophq.com	39763
+shopkick	39764
+shopkins	39765
+shoulder	39766
+should've	39767
+shoulda	39768
+shouldn't	39769
+shouted	39770
+shouting	39771
+shoutout	39772
+shouts	39773
+shootin	39774
+shooter	39775
+shootout	39776
+shoots	39777
+shoelace	39778
+shoeless	39779
+shoemakers	39780
+shoestring	39781
+shocked	39782
+shocker	39783
+shockingly	39784
+shovel	39785
+shoved	39786
+shotguns	39787
+sharpie	39788
+sharps	39789
+shareholder	39790
+shared	39791
+sharefax	39792
+shares	39793
+shards	39794
+sharks	39795
+sharonview	39796
+shampooing	39797
+shampoos	39798
+shamed	39799
+shameful	39800
+shameless	39801
+shamrocks	39802
+shadowed	39803
+shadowing	39804
+shadowood	39805
+shadows	39806
+shaded	39807
+shades	39808
+shaker	39809
+shakedown	39810
+shaken	39811
+shakes	39812
+shakey	39813
+shaking	39814
+shaver	39815
+shaved	39816
+shaven	39817
+shaves	39818
+shavings	39819
+shantel	39820
+shanty	39821
+shanks	39822
+shaper	39823
+shaped	39824
+shapes	39825
+shawnda	39826
+shackles	39827
+shitty	39828
+shithead	39829
+shithole	39830
+shitless	39831
+shitload	39832
+shiner	39833
+shined	39834
+shines	39835
+shingles	39836
+shipping	39837
+shipments	39838
+shifter	39839
+shifted	39840
+shirtless	39841
+shirts	39842
+shirley	39843
+shirls	39844
+shimmer	39845
+shimmy	39846
+shellac	39847
+shelled	39848
+shellfish	39849
+shells	39850
+shelly	39851
+shelter	39852
+sheltie	39853
+shelves	39854
+shelving	39855
+sheeting	39856
+sheetrock	39857
+sheets	39858
+sheep's	39859
+sheepskin	39860
+sheesha	39861
+sheriff's	39862
+sheriffs	39863
+sherrys	39864
+shears	39865
+shrink	39866
+shrine	39867
+shrimps	39868
+shriveled	39869
+shrugged	39870
+shrugs	39871
+shrubs	39872
+shrunken	39873
+shreds	39874
+shrooms	39875
+shutter	39876
+shuttle	39877
+shutting	39878
+shutoff	39879
+shutout	39880
+shuffleboard	39881
+shuffled	39882
+substrate	39883
+subside	39884
+subsidy	39885
+subscription	39886
+subsequent	39887
+subset	39888
+submit	39889
+submarine	39890
+submarina	39891
+subtracted	39892
+subtle	39893
+subtly	39894
+subconsciously	39895
+subcontractors	39896
+sublease	39897
+sublet	39898
+sublime	39899
+subliminal	39900
+subordinate	39901
+subordination	39902
+suboxin	39903
+suboxone	39904
+subways	39905
+subwoofers	39906
+subdivisions	39907
+supervisor	39908
+supervise	39909
+supersize	39910
+supersonic	39911
+supercalifragilistic	39912
+supercell	39913
+superhuman	39914
+superior	39915
+superintendent	39916
+supermarket	39917
+supermodel	39918
+superbowls	39919
+supernatural	39920
+supernova	39921
+superpowers	39922
+support	39923
+supple	39924
+supply	39925
+suppressant	39926
+suppressed	39927
+suppressor	39928
+suppers	39929
+suppertime	39930
+supremacist	39931
+supreme	39932
+survey	39933
+surveillance	39934
+survive	39935
+survivor	39936
+survival	39937
+surviving	39938
+surround	39939
+surrogate	39940
+surrender	39941
+surreal	39942
+surfaces	39943
+surfboards	39944
+surfers	39945
+surfing	39946
+surgeon	39947
+surges	39948
+surgically	39949
+surprise	39950
+surprising	39951
+sureee	39952
+sundae	39953
+sunday	39954
+sundowners	39955
+sunsets	39956
+sunshine	39957
+sunshiny	39958
+sunburn	39959
+sunburst	39960
+sunrises	39961
+sunroof	39962
+sunroom	39963
+sunglasses	39964
+suspect	39965
+suspicion	39966
+suspicious	39967
+sustained	39968
+sustaining	39969
+success	39970
+succeed	39971
+succubus	39972
+succulent	39973
+succumb	39974
+sucker	39975
+sucked	39976
+suckable	39977
+sucking	39978
+summer	39979
+summed	39980
+summation	39981
+summons	39982
+summitview	39983
+suffice	39984
+suffocated	39985
+suffocating	39986
+suffocation	39987
+suggestion	39988
+suggesting	39989
+suggestive	39990
+suited	39991
+suites	39992
+suitcases	39993
+suicides	39994
+special	39995
+specimen	39996
+species	39997
+speculate	39998
+speckled	39999
+speedo	40000
+speedco	40001
+speeder	40002
+speeding	40003
+speeds	40004
+speedtest.net	40005
+speedway	40006
+speedy	40007
+speeches	40008
+speechless	40009
+speakin	40010
+speaks	40011
+spearmint	40012
+spears	40013
+spelling	40014
+spellcheck	40015
+spells	40016
+spendin	40017
+spender	40018
+spends	40019
+spendy	40020
+sparked	40021
+sparking	40022
+sparknotes	40023
+sparks	40024
+spared	40025
+spares	40026
+sparrow	40027
+sparring	40028
+sparingly	40029
+spankin	40030
+spankwire	40031
+spanked	40032
+spanks	40033
+spankys	40034
+spaniel	40035
+spanish	40036
+spacer	40037
+spaces	40038
+spacebar	40039
+spacecraft	40040
+spaced	40041
+spacey	40042
+spacing	40043
+spacious	40044
+spackle	40045
+spackling	40046
+spasming	40047
+spasms	40048
+spatulas	40049
+spamming	40050
+sponsor	40051
+sponsee	40052
+sponsibility	40053
+sponge	40054
+spongy	40055
+spontaneous	40056
+spontaneity	40057
+sports	40058
+sportin	40059
+sportco	40060
+sportfishing	40061
+sporty	40062
+sporadically	40063
+spores	40064
+spoonful	40065
+spooning	40066
+spoons	40067
+spooked	40068
+spooky	40069
+spotting	40070
+spotty	40071
+spotlight	40072
+spotless	40073
+spoiler	40074
+spoiled	40075
+spokesman	40076
+spokesperson	40077
+spouse	40078
+spousal	40079
+spinner	40080
+spinnin	40081
+spinnaker	40082
+spindle	40083
+spinderella	40084
+spinach	40085
+spinal	40086
+spiritual	40087
+spirited	40088
+spirits	40089
+spiraling	40090
+spirals	40091
+spires	40092
+spiteful	40093
+spitting	40094
+spiced	40095
+spices	40096
+spilled	40097
+spilling	40098
+spills	40099
+spillway	40100
+spider-man	40101
+spiderman	40102
+spiders	40103
+spiked	40104
+spikes	40105
+spring	40106
+sprint	40107
+sprite	40108
+spritz	40109
+spraying	40110
+sprays	40111
+sprained	40112
+spreads	40113
+spreader	40114
+spreading	40115
+sprees	40116
+sprouted	40117
+sprouts	40118
+sprockets	40119
+splits	40120
+splinter	40121
+splints	40122
+splice	40123
+splicing	40124
+splashing	40125
+splatter	40126
+splendid	40127
+splendor	40128
+spurts	40129
+spunky	40130
+seasoning	40131
+season's	40132
+seasonal	40133
+seasoned	40134
+seasons	40135
+seashell	40136
+seashore	40137
+seasick	40138
+seaside	40139
+searching	40140
+sears.com	40141
+seatbelts	40142
+seated	40143
+seater	40144
+sealed	40145
+sealer	40146
+seamstress	40147
+seafoods	40148
+serving	40149
+server	40150
+served	40151
+serves	40152
+servants	40153
+seriously	40154
+seriousness	40155
+sensed	40156
+sensei	40157
+senseless	40158
+senses	40159
+sensible	40160
+sensing	40161
+sensational	40162
+sensations	40163
+sensors	40164
+sensory	40165
+sensual	40166
+sensuous	40167
+sentence	40168
+sentencing	40169
+sentimental	40170
+sentiments	40171
+seniority	40172
+seniors	40173
+selfish	40174
+selfie	40175
+selected	40176
+selector	40177
+selects	40178
+selena	40179
+selenium	40180
+seller's	40181
+sellers	40182
+selling	40183
+secure	40184
+secretive	40185
+secretly	40186
+secrets	40187
+sectional	40188
+sections	40189
+sectors	40190
+seekers	40191
+seemingly	40192
+seminar	40193
+seminal	40194
+semi-automatic	40195
+semi-colon	40196
+semicolon	40197
+semiconductor	40198
+semisweet	40199
+semester's	40200
+semesters	40201
+semantics	40202
+settle	40203
+settling	40204
+setters	40205
+settings	40206
+sexier	40207
+sexiest	40208
+sexiness	40209
+sexing	40210
+sevenfold	40211
+sevens	40212
+severe	40213
+severity	40214
+seduction	40215
+seductive	40216
+seduced	40217
+seduces	40218
+sedate	40219
+separated	40220
+separately	40221
+separates	40222
+separating	40223
+separation	40224
+sewerage	40225
+sewers	40226
+sequential	40227
+sequels	40228
+seized	40229
+seizures	40230
+scrape	40231
+scrapbook	40232
+scraping	40233
+scraps	40234
+scratching	40235
+scratchy	40236
+screen	40237
+screech	40238
+screamin	40239
+screamo	40240
+screams	40241
+screwdriver	40242
+screwed	40243
+screwing	40244
+screws	40245
+screwy	40246
+scrubs	40247
+scruffy	40248
+scrumptious	40249
+scrunched	40250
+script	40251
+scribble	40252
+scribe	40253
+scribs	40254
+scrimmage	40255
+scrimmaging	40256
+scrolled	40257
+scrolling	40258
+scrolls	40259
+scrounge	40260
+scrounging	40261
+scared	40262
+scarecrow	40263
+scares	40264
+scarff	40265
+scarfs	40266
+scaring	40267
+scarred	40268
+scarring	40269
+scallop	40270
+scallions	40271
+scallywag	40272
+scaled	40273
+scales	40274
+scalpel	40275
+scanning	40276
+scandalous	40277
+scandals	40278
+scantrons	40279
+scamming	40280
+scatterbrained	40281
+scattered	40282
+scatterfield	40283
+scattering	40284
+score:	40285
+scoreboard	40286
+scorecard	40287
+scored	40288
+scorer	40289
+scores	40290
+scorching	40291
+scorned	40292
+scorpions	40293
+scootin	40294
+scooping	40295
+scoops	40296
+sconces	40297
+scones	40298
+scotto's	40299
+scotts	40300
+scottys	40301
+scouted	40302
+scouting	40303
+scouts	40304
+scolded	40305
+scolding	40306
+scoped	40307
+scopes	40308
+school	40309
+schooner	40310
+schoops	40311
+scholar	40312
+scholastic	40313
+scheme	40314
+schemin	40315
+schematic	40316
+schnapps	40317
+schnauzer	40318
+sculptures	40319
+scurred	40320
+scurry	40321
+scientific	40322
+scientist	40323
+sciences	40324
+salary	40325
+salads	40326
+salamander	40327
+salami	40328
+saltine	40329
+salting	40330
+salvation	40331
+salvos	40332
+salutations	40333
+salute	40334
+saluting	40335
+saline	40336
+saling	40337
+salivating	40338
+salmonella	40339
+salons	40340
+sandblasting	40341
+sandbox	40342
+sandals	40343
+sandalwood	40344
+sanded	40345
+sander	40346
+sanity	40347
+sanctuary	40348
+santan	40349
+sample	40350
+sampling	40351
+sammich	40352
+sammies	40353
+samsung.com	40354
+savers	40355
+savanna	40356
+savant	40357
+savages	40358
+savings	40359
+saviors	40360
+satisfy	40361
+saturated	40362
+saturation	40363
+sadder	40364
+saddest	40365
+saddlebags	40366
+saddlery	40367
+saddles	40368
+sadistic	40369
+sacrifice	40370
+safelink	40371
+safely	40372
+safest	40373
+safeties	40374
+safety	40375
+saucer	40376
+sauced	40377
+saucepan	40378
+sauces	40379
+sailors	40380
+sabotage	40381
+sabotaging	40382
+sarcastically	40383
+sardines	40384
+sashabaw	40385
+sayings	40386
+sapphires	40387
+solicitor	40388
+solicitation	40389
+solicited	40390
+soliciting	40391
+solidarity	40392
+solids	40393
+solitude	40394
+soldered	40395
+soldering	40396
+soldiers	40397
+solver	40398
+solved	40399
+solvent	40400
+solves	40401
+solute	40402
+solution	40403
+solarity	40404
+southeast	40405
+southern	40406
+southwest.com	40407
+southwestern	40408
+soundbar	40409
+soundboard	40410
+sounded	40411
+sounder	40412
+soundtracks	40413
+source	40414
+sourcing	40415
+soulmates	40416
+souvenirs	40417
+somethin	40418
+sometime	40419
+somebody	40420
+someburros	40421
+someway	40422
+someone's	40423
+someones	40424
+somedays	40425
+sombreros	40426
+social	40427
+sociable	40428
+societies	40429
+society	40430
+sociology	40431
+sociopath	40432
+sockets	40433
+songs.pk	40434
+sonic.com	40435
+soften	40436
+softer	40437
+softest	40438
+sorrows	40439
+sorry.	40440
+sooner	40441
+soonest	40442
+soaked	40443
+soaker	40444
+sophia	40445
+sophie	40446
+sophomores	40447
+single-family	40448
+singled	40449
+singles	40450
+singleton	40451
+singers	40452
+singing	40453
+singulair	40454
+singular	40455
+sincere	40456
+sincerity	40457
+sinners	40458
+signing	40459
+signal	40460
+signature	40461
+signage	40462
+signer	40463
+signed	40464
+sighting	40465
+sights	40466
+sighted	40467
+simple	40468
+simply	40469
+simulate	40470
+simulation	40471
+simulator	40472
+simultaneously	40473
+similar	40474
+simile	40475
+silencer	40476
+silenced	40477
+silently	40478
+silverside	40479
+silliest	40480
+silliness	40481
+silicone	40482
+sideways	40483
+sidebar	40484
+sideboard	40485
+sideburns	40486
+sideshow	40487
+sideswiped	40488
+sidelines	40489
+sidetracked	40490
+situation	40491
+situate	40492
+sitters	40493
+sitting	40494
+sickening	40495
+sickens	40496
+sickles	40497
+sister's	40498
+sister-in-law	40499
+sisterhood	40500
+sisterly	40501
+sisters	40502
+sissy's	40503
+sizzler	40504
+sirens	40505
+sipping	40506
+slacker	40507
+slacked	40508
+slacking	40509
+slapping	40510
+slappy	40511
+slapshot	40512
+slammin	40513
+slandering	40514
+slanted	40515
+slavery	40516
+slaves	40517
+slashed	40518
+slasher	40519
+slated	40520
+sliced	40521
+slicer	40522
+slices	40523
+slicker	40524
+slicks	40525
+slippin	40526
+slider	40527
+slides	40528
+slimmer	40529
+slimming	40530
+slings	40531
+slinger	40532
+slinging	40533
+slighted	40534
+slightest	40535
+sleeper	40536
+sleepover	40537
+sleepy	40538
+sleepless	40539
+sleeps	40540
+sleeved	40541
+sleeveless	40542
+sleeves	40543
+sleeting	40544
+sledgehammer	40545
+slowed	40546
+slower	40547
+slowest	40548
+slobbering	40549
+slopes	40550
+slurred	40551
+slurring	40552
+slurry	40553
+slurping	40554
+sluggers	40555
+sluggish	40556
+snowboard	40557
+snowball	40558
+snowbirds	40559
+snowblower	40560
+snowshoe	40561
+snowstorm	40562
+snowsuit	40563
+snowman	40564
+snowmen	40565
+snowflake	40566
+snowfall	40567
+snoozin	40568
+snooze	40569
+snookums	40570
+snooping	40571
+snootie	40572
+snooty	40573
+snored	40574
+snores	40575
+snorted	40576
+snorting	40577
+snorkeling	40578
+snappy	40579
+snapping	40580
+snapshot	40581
+snapbacks	40582
+snares	40583
+snippy	40584
+sniper	40585
+sniffle	40586
+sniffling	40587
+sniffly	40588
+sniffed	40589
+sniffer	40590
+snitched	40591
+snitches	40592
+snitching	40593
+snickerdoodles	40594
+snuggle	40595
+snuggling	40596
+snuggly	40597
+sneakers	40598
+sneezed	40599
+sneezes	40600
+sweetheart	40601
+sweetie	40602
+sweetgrass	40603
+sweetly	40604
+sweetness	40605
+sweetpea	40606
+sweets	40607
+sweetums	40608
+sweety	40609
+sweeper	40610
+sweeps	40611
+sweeping	40612
+sweats	40613
+sweating	40614
+sweatpants	40615
+sweaty	40616
+swearing	40617
+swears	40618
+swerved	40619
+swimmin	40620
+swimmer	40621
+swimsuit	40622
+switcher	40623
+switched	40624
+switches	40625
+switchblade	40626
+switchboard	40627
+swinger	40628
+swinging	40629
+swings	40630
+swiped	40631
+swamped	40632
+swamps	40633
+swanky	40634
+swapped	40635
+swapping	40636
+swagger	40637
+swarming	40638
+swordfish	40639
+swords	40640
+skinny	40641
+skipping	40642
+skippy	40643
+skillet	40644
+skilled	40645
+skimming	40646
+skittle	40647
+skittish	40648
+skiers	40649
+sketched	40650
+sketches	40651
+skeeters	40652
+skeleton	40653
+skeletal	40654
+skewed	40655
+skewers	40656
+skylight	40657
+skyline	40658
+skype.com	40659
+skateboard	40660
+skater	40661
+skated	40662
+skatepark	40663
+skates	40664
+smoothly	40665
+smooches	40666
+smoochy	40667
+smoker	40668
+smoked	40669
+smokehouse	40670
+smokeless	40671
+smokes	40672
+smokey	40673
+smokin	40674
+smokie	40675
+smarten	40676
+smarter	40677
+smartest	40678
+smartphones	40679
+smaller	40680
+smallest	40681
+smashed	40682
+smashes	40683
+smashing	40684
+smiley	40685
+smiled	40686
+smiles	40687
+smiling	40688
+smithereens	40689
+smithing	40690
+smelled	40691
+smelling	40692
+smells	40693
+smelly	40694
+smuggle	40695
+smuggling	40696
+synchrony	40697
+synthroid	40698
+synonymous	40699
+synonyms	40700
+sympathetic	40701
+sympathy	40702
+symptomatic	40703
+symptoms	40704
+symbolize	40705
+symbolic	40706
+symbolism	40707
+systematically	40708
+syllables	40709
+syringes	40710
+squirt	40711
+squirm	40712
+squirrel	40713
+squire	40714
+squished	40715
+squishing	40716
+squishy	40717
+squinting	40718
+squinty	40719
+squeak	40720
+squeal	40721
+squeamish	40722
+squeegee	40723
+square.com	40724
+squared	40725
+squares	40726
+squats	40727
+squadron	40728
+squads	40729
+squashed	40730
+contra	40731
+contest	40732
+context	40733
+continent	40734
+contain	40735
+contact	40736
+contortionist	40737
+contour	40738
+constellation	40739
+consider	40740
+consist	40741
+consign	40742
+consul	40743
+consecutive	40744
+consonant	40745
+consortium	40746
+conscious	40747
+conspicuous	40748
+config	40749
+confirm	40750
+confiscate	40751
+confess	40752
+confer	40753
+confetti	40754
+confucius	40755
+confunkshun	40756
+confrontation	40757
+confronted	40758
+confronting	40759
+conflict	40760
+confluence	40761
+conforming	40762
+conceal	40763
+concept	40764
+concession	40765
+conclude	40766
+concur	40767
+concussion	40768
+concierge	40769
+conciliation	40770
+concise	40771
+concours	40772
+concoction	40773
+concho	40774
+convey	40775
+convection	40776
+convict	40777
+convocation	40778
+convoluted	40779
+convoy	40780
+condemn	40781
+condescending	40782
+condom	40783
+condolence	40784
+condos	40785
+condition	40786
+condiments	40787
+conduit	40788
+congruent	40789
+congenital	40790
+congers	40791
+connect	40792
+conned	40793
+connie	40794
+conniving	40795
+connoisseur	40796
+connotation	40797
+conquered	40798
+conquering	40799
+conqueror	40800
+conquers	40801
+conical	40802
+comply	40803
+compass	40804
+compact	40805
+compadre	40806
+compel	40807
+comprised	40808
+compound	40809
+component	40810
+compilation	40811
+compile	40812
+compiling	40813
+commit	40814
+command	40815
+commabutt	40816
+commas	40817
+common	40818
+commotion	40819
+combine	40820
+combination	40821
+combing	40822
+combining	40823
+combative	40824
+combos	40825
+combustion	40826
+comedy	40827
+comete	40828
+comets	40829
+comebacks	40830
+comers	40831
+comforting	40832
+comforts	40833
+comical	40834
+comics	40835
+coming	40836
+comcast.com	40837
+comcast.net	40838
+collar	40839
+collab	40840
+collage	40841
+collateral	40842
+collect	40843
+colleague	40844
+colleen	40845
+collide	40846
+collision	40847
+collie	40848
+colonel	40849
+colonnade	40850
+colonoscopy	40851
+colony	40852
+color:	40853
+coloramo	40854
+colored	40855
+colorful	40856
+coloring	40857
+colors	40858
+colortyme	40859
+colognes	40860
+colours	40861
+colder	40862
+coldest	40863
+coladas	40864
+columns	40865
+correct	40866
+correspond	40867
+corrupt	40868
+corrugated	40869
+corrode	40870
+corrosion	40871
+corner	40872
+cornea	40873
+corned	40874
+cornball	40875
+cornbread	40876
+cornhole	40877
+cornholio	40878
+cornstarch	40879
+cordial	40880
+cording	40881
+corduroys	40882
+corporal	40883
+corpse	40884
+corkscrew	40885
+corals	40886
+coronary	40887
+corsetti's	40888
+county	40889
+countdown	40890
+countless	40891
+counts	40892
+counselor	40893
+counseled	40894
+counseling	40895
+councilman	40896
+councils	40897
+courts	40898
+courtney	40899
+courtyard	40900
+courthouse	40901
+courting	40902
+courtroom	40903
+couragement	40904
+courageous	40905
+courses	40906
+coursework	40907
+couple	40908
+coupling	40909
+coupons	40910
+couponing	40911
+coughed	40912
+coughing	40913
+coughs	40914
+couldn't	40915
+couldnt	40916
+cousin's	40917
+cousins	40918
+cooker	40919
+cooked	40920
+cookie	40921
+cookin	40922
+cookbooks	40923
+cooper	40924
+cooped	40925
+cooler	40926
+cooled	40927
+coolest	40928
+cooling	40929
+coordinated	40930
+coordinates	40931
+coordinating	40932
+coordination	40933
+coordinators	40934
+cooties	40935
+cockatiel	40936
+cockatoo	40937
+cocked	40938
+cocker	40939
+cockiness	40940
+cocking	40941
+cockroaches	40942
+cocktails	40943
+coconuts	40944
+copier	40945
+copied	40946
+copies	40947
+copyrighted	40948
+copyrights	40949
+copper	40950
+copped	40951
+copayment	40952
+copays	40953
+costco.com	40954
+costumes	40955
+cosmetic	40956
+cosmopolitan	40957
+cosmos	40958
+cosigner	40959
+cosigning	40960
+coasters	40961
+coastland	40962
+coastline	40963
+coached	40964
+coaches	40965
+coatings	40966
+covering	40967
+covered	40968
+covergirl	40969
+covers	40970
+covert	40971
+covenants	40972
+coveted	40973
+codependency	40974
+codependent	40975
+cowboys	40976
+coincides	40977
+cobblestones	40978
+cottage	40979
+cottons	40980
+cottonwood	40981
+cognition	40982
+cognitive	40983
+caress	40984
+careful	40985
+carefree	40986
+caregiver	40987
+caregiving	40988
+careers	40989
+caretakers	40990
+cardio	40991
+cardigan	40992
+cardi's	40993
+cardiac	40994
+cardinal	40995
+cardstock	40996
+carrie	40997
+carriage	40998
+carrington	40999
+carrion	41000
+carrot	41001
+carros	41002
+carrying	41003
+carton	41004
+cartoon	41005
+cartel	41006
+cartilage	41007
+carting	41008
+cartridges	41009
+cartwheels	41010
+carbon	41011
+carbohydrate	41012
+carbide	41013
+carbine	41014
+carburetors	41015
+carpet	41016
+carpool	41017
+carport	41018
+caramelized	41019
+caramels	41020
+carats	41021
+carnation	41022
+carnage	41023
+carnal	41024
+carnitas	41025
+carolers	41026
+carols	41027
+carolyn	41028
+carved	41029
+carvers	41030
+carvings	41031
+carmen	41032
+carcasses	41033
+candid	41034
+candice	41035
+candles	41036
+candlelight	41037
+candys	41038
+cannon	41039
+cannoli	41040
+cannot	41041
+cannibal	41042
+canning	41043
+cannabis	41044
+canned	41045
+cannery	41046
+cancel	41047
+cancer	41048
+canoeing	41049
+canoes	41050
+canopies	41051
+canopy	41052
+canada	41053
+canadian	41054
+canals	41055
+cantaloupe	41056
+cantata	41057
+canines	41058
+canisters	41059
+caller	41060
+called	41061
+callin	41062
+calligraphy	41063
+call.com	41064
+callous	41065
+calloways	41066
+calluses	41067
+calculus	41068
+caliber	41069
+calipers	41070
+calmed	41071
+calmer	41072
+calamari	41073
+calendars	41074
+caster	41075
+casted	41076
+casting	41077
+castiglia's	41078
+castrate	41079
+castrucci	41080
+castaways	41081
+castles	41082
+cashew	41083
+cashed	41084
+cashers	41085
+cashes	41086
+cashier	41087
+cashing	41088
+cases.com	41089
+casserole	41090
+cassette	41091
+casing	41092
+casino	41093
+casually	41094
+casadias	41095
+cascades	41096
+caskets	41097
+caterpillar	41098
+catering	41099
+caters	41100
+category	41101
+catalog	41102
+catalpa	41103
+cataracts	41104
+catastrophe	41105
+catastrophic	41106
+catcher	41107
+catches	41108
+catching	41109
+catheter	41110
+cathedral	41111
+cattlemen	41112
+caption	41113
+capture	41114
+capturing	41115
+captain's	41116
+captains	41117
+capital	41118
+capped	41119
+cappella	41120
+capper	41121
+cappuccinos	41122
+capable	41123
+capacitor	41124
+capacity	41125
+capers	41126
+capsules	41127
+camper	41128
+camped	41129
+campesino	41130
+campaigning	41131
+campaigns	41132
+campgrounds	41133
+campsite	41134
+campuses	41135
+camel's	41136
+camellia	41137
+camels	41138
+cameltoe	41139
+cameraman	41140
+cameras	41141
+camouflaged	41142
+camaraderie	41143
+cabinetry	41144
+cabinets	41145
+cabanas	41146
+cables	41147
+caused	41148
+causes	41149
+causeway	41150
+caulking	41151
+cautiously	41152
+caverns	41153
+cavities	41154
+cavity	41155
+cadences	41156
+cadets	41157
+caffeinated	41158
+caffeine	41159
+caches	41160
+cachet	41161
+charting	41162
+charts	41163
+chartway	41164
+character	41165
+charade	41166
+charge	41167
+chargin	41168
+chariot	41169
+charisma	41170
+charming	41171
+charms	41172
+charles	41173
+charlie	41174
+change	41175
+changin	41176
+changas	41177
+chante	41178
+channel.com	41179
+channeling	41180
+channels	41181
+chance.	41182
+chances	41183
+chandeliers	41184
+chapel	41185
+chaplains	41186
+chapped	41187
+chappy	41188
+chapstick	41189
+chapters	41190
+chattin	41191
+chatty	41192
+challah	41193
+chalkboard	41194
+chaser	41195
+chase.com	41196
+chased	41197
+chases	41198
+chasin	41199
+chasity	41200
+chastise	41201
+chastity	41202
+chains	41203
+chained	41204
+chairman	41205
+chairs	41206
+champion	41207
+champagne	41208
+champs	41209
+chambers	41210
+chameleons	41211
+chauffeured	41212
+chauvinistic	41213
+cheese	41214
+cheesing	41215
+cheesy	41216
+cheered	41217
+cheerful	41218
+cheers	41219
+cheery	41220
+cheekbones	41221
+cheeks	41222
+cheeky	41223
+cheetah	41224
+cheeto	41225
+checker	41226
+checked	41227
+checking	41228
+checkbooks	41229
+checkpoints	41230
+checksmart	41231
+checkups	41232
+cheapskate	41233
+cheapies	41234
+cheaply	41235
+cheapo	41236
+cheaptickets.com	41237
+cheapy	41238
+cheatin	41239
+cheats	41240
+chemical	41241
+chemist	41242
+chemotherapy	41243
+cherry	41244
+cherries	41245
+cherished	41246
+chestnut	41247
+chested	41248
+chests	41249
+chesneys	41250
+chesny	41251
+chevyland	41252
+children	41253
+child's	41254
+childbirth	41255
+childcare	41256
+childhood	41257
+childish	41258
+childs	41259
+chilli	41260
+chillaxing	41261
+chills	41262
+chilly	41263
+chilies	41264
+chilis	41265
+chilitos	41266
+chiles	41267
+chicken	41268
+chicka	41269
+chick-fil-a	41270
+chickpeas	41271
+chicks	41272
+chicky	41273
+chicoche	41274
+chicory	41275
+chicos	41276
+chicago	41277
+chicas	41278
+chipping	41279
+chipmunks	41280
+chipolte	41281
+chipotle	41282
+chipset	41283
+chinchillas	41284
+chirping	41285
+chimes	41286
+chimneys	41287
+chimpanzees	41288
+chiseled	41289
+chives	41290
+choppa	41291
+chopping	41292
+choppy	41293
+chopstick	41294
+chores	41295
+chords	41296
+choked	41297
+chokehold	41298
+choker	41299
+chokes	41300
+choose	41301
+choosing	41302
+choosy	41303
+choices	41304
+choirs	41305
+chompies	41306
+chomping	41307
+church's	41308
+churches	41309
+churchmans	41310
+churning	41311
+churros	41312
+chuckle	41313
+chuckling	41314
+chumps	41315
+chunky's	41316
+chubbies	41317
+chubby	41318
+christen	41319
+christmas	41320
+christy	41321
+chroma	41322
+chrome	41323
+chromosome	41324
+chromium	41325
+chronic	41326
+chronological	41327
+chloride	41328
+chlorine	41329
+chloroform	41330
+chlorophyll	41331
+cracker	41332
+cracked	41333
+crackle	41334
+crackling	41335
+crackheads	41336
+cracking	41337
+cranks	41338
+cranked	41339
+cranking	41340
+cranky	41341
+cranberries	41342
+cranberry	41343
+cranes	41344
+cranial	41345
+cranium	41346
+crappy	41347
+crafter	41348
+crafted	41349
+craftsman	41350
+cramped	41351
+cramping	41352
+cramps	41353
+crampy	41354
+crammed	41355
+cramming	41356
+crawls	41357
+crawling	41358
+crashin	41359
+craziness	41360
+crazed	41361
+crabbing	41362
+crabby	41363
+craigslist	41364
+craters	41365
+craves	41366
+cravings	41367
+crayons	41368
+create	41369
+creator	41370
+creature	41371
+creampie	41372
+creaming	41373
+creams	41374
+creamy	41375
+crease	41376
+credit	41377
+credential	41378
+credenza	41379
+creeps	41380
+creepy	41381
+creedence	41382
+creeks	41383
+crested	41384
+crossing	41385
+crossover	41386
+crossroad	41387
+crossdresser	41388
+crosshairs	41389
+crosslands	41390
+crosspoint	41391
+crosstown	41392
+crowding	41393
+crowds	41394
+crowned	41395
+crowning	41396
+crowns	41397
+crocheted	41398
+crocheting	41399
+crockpot	41400
+crocks	41401
+crocodiles	41402
+cropped	41403
+cropping	41404
+crumbs	41405
+crumpets	41406
+crumpled	41407
+crumpy's	41408
+crushing	41409
+crusted	41410
+crusts	41411
+crusty	41412
+crunchy	41413
+cruiser	41414
+cruises	41415
+cruising	41416
+crucify	41417
+critic	41418
+critters	41419
+criminal	41420
+criminology	41421
+crimper	41422
+crimping	41423
+crimes	41424
+crisper	41425
+crisps	41426
+crispy	41427
+crickets	41428
+crippled	41429
+crystalline	41430
+crystallized	41431
+cryptic	41432
+cryptid	41433
+classmate	41434
+classroom	41435
+classes	41436
+classy	41437
+clamps	41438
+clarinet	41439
+claimant	41440
+claimed	41441
+claiming	41442
+claims	41443
+clapping	41444
+clause	41445
+claustrophobic	41446
+clinica	41447
+clinician	41448
+clinics	41449
+clinger	41450
+clinging	41451
+clings	41452
+clingy	41453
+clinched	41454
+climbing	41455
+climbs	41456
+climate	41457
+climax	41458
+clicking	41459
+clicks	41460
+cliches	41461
+clipping	41462
+cliffside	41463
+closer	41464
+closes	41465
+closet	41466
+closed	41467
+closely	41468
+closeness	41469
+closings	41470
+closures	41471
+clothing	41472
+cloths	41473
+clockwise	41474
+clockwork	41475
+cloverleaf	41476
+clovers	41477
+clogged	41478
+clogging	41479
+cloned	41480
+clones	41481
+cleans	41482
+cleanin	41483
+clean-up	41484
+cleanout	41485
+cleanup	41486
+clearance	41487
+clear-cut	41488
+clear.com	41489
+clearing	41490
+clearly	41491
+clears	41492
+cleats	41493
+cleavage	41494
+cleaver	41495
+clerk's	41496
+clerks	41497
+clenching	41498
+clubbing	41499
+clutches	41500
+cluttered	41501
+clumps	41502
+curler	41503
+curled	41504
+curlew	41505
+current	41506
+currency	41507
+curricular	41508
+curriculum	41509
+cursed	41510
+curses	41511
+cursing	41512
+cursive	41513
+curveball	41514
+curved	41515
+curves	41516
+curbside	41517
+curiosity	41518
+curious	41519
+custom	41520
+cussed	41521
+cusses	41522
+cussing	41523
+cushions	41524
+cutting	41525
+cutters	41526
+cutlerville	41527
+cutlery	41528
+cutlets	41529
+cuties	41530
+cutouts	41531
+culture	41532
+cultural	41533
+cultivate	41534
+cultivation	41535
+cummed	41536
+cummer	41537
+cumming	41538
+cumberland	41539
+cumbersome	41540
+cubicles	41541
+cuddled	41542
+cuddler	41543
+cuddles	41544
+celebs	41545
+cellular	41546
+cellulose	41547
+cellars	41548
+cellophane	41549
+celibacy	41550
+celibate	41551
+center	41552
+centennial	41553
+centra	41554
+centre	41555
+centric	41556
+centimeter	41557
+centipede	41558
+centuries	41559
+century	41560
+censors	41561
+censored	41562
+censoring	41563
+certify	41564
+certainly	41565
+certainty	41566
+ceremony	41567
+cereals	41568
+cemented	41569
+cemeteries	41570
+cemetery	41571
+circuit	41572
+circus	41573
+circle	41574
+circling	41575
+citizens	41576
+citations	41577
+cinemas	41578
+cinderella	41579
+cigarettes	41580
+cigarillos	41581
+civics	41582
+cyberspace	41583
+Starke	41584
+Starks	41585
+Starkville	41586
+Starset	41587
+Starsky	41588
+Starbuck	41589
+Starbird	41590
+Starla	41591
+Starfall	41592
+Starfire	41593
+Starved	41594
+Starving	41595
+Standard	41596
+Standley	41597
+Stanley	41598
+Stanly	41599
+Stanford	41600
+Stanfield	41601
+Stansbury	41602
+Stansfield	41603
+States	41604
+Stater	41605
+State's	41606
+Stateline	41607
+Staten	41608
+Stateville	41609
+Static	41610
+Station	41611
+Statistics	41612
+Statue	41613
+Status	41614
+Stacey	41615
+Stacia	41616
+Stacie	41617
+Stacy's	41618
+Stallings	41619
+Stallone	41620
+Stallworth	41621
+Staley's	41622
+Staffordshire	41623
+Stairmaster	41624
+Stairsteps	41625
+Stairway	41626
+Stephen	41627
+Stephan	41628
+Steph's	41629
+Stephie	41630
+Steven	41631
+Steve's	41632
+Steves	41633
+Stevie	41634
+Steamboat	41635
+Steamroller	41636
+Steamship	41637
+Steamtown	41638
+Steamworks	41639
+Steakhouse	41640
+Steakout	41641
+Steaks	41642
+Steele	41643
+Steelton	41644
+Steelville	41645
+Steely	41646
+Stefano	41647
+Stefani	41648
+Stewarts	41649
+Stewart's	41650
+Stewartville	41651
+Steiner's	41652
+Sterlings	41653
+Sternberg	41654
+Stella	41655
+Stellhorn	41656
+Stoney	41657
+Stones	41658
+Stoneridge	41659
+Stockmans	41660
+Stores	41661
+Stormont	41662
+Storybook	41663
+Stokesdale	41664
+Stoler	41665
+Stoopid	41666
+Stoops	41667
+Stratford	41668
+Stratton	41669
+Stratus	41670
+Strang	41671
+Strand	41672
+Strait	41673
+Straight	41674
+Straub	41675
+Strauss	41676
+Strawberry	41677
+Strawn	41678
+Street	41679
+Streep	41680
+Stream	41681
+Streak	41682
+Streator	41683
+Strong's	41684
+Strongsville	41685
+Strouds	41686
+Stringham	41687
+Strings	41688
+Stringtown	41689
+Strickland's	41690
+Strider	41691
+Strikes	41692
+Stripes	41693
+Studebaker	41694
+Student	41695
+Studio	41696
+Studies	41697
+Sturgeon	41698
+Stiller	41699
+Stillman	41700
+Stills	41701
+Stines	41702
+Sanders	41703
+Sandeep	41704
+Sandestin	41705
+Sandra	41706
+Sandridge	41707
+Sandhill	41708
+Sandhurst	41709
+Sandia	41710
+Sandiego	41711
+Sandler	41712
+Sandlot	41713
+Sandy's	41714
+Sandys	41715
+Sandberg	41716
+Sandburg	41717
+Sandoval	41718
+Sandown	41719
+Sandpiper	41720
+Sandpoint	41721
+Sandston	41722
+Sandwiches	41723
+Santa's	41724
+Santaquin	41725
+Santarpio's	41726
+Santas	41727
+Santikos	41728
+Santorini	41729
+Santos	41730
+Santee	41731
+Santeria	41732
+Sanchez	41733
+Sancho	41734
+Sanctuary	41735
+Sanctus	41736
+Sanitary	41737
+Sanitation	41738
+Salado	41739
+Saladworks	41740
+Salamanca	41741
+Salamone's	41742
+Salton	41743
+Salty's	41744
+Salish	41745
+Salisbury	41746
+Salida	41747
+Salido	41748
+Salinas	41749
+Salvatore	41750
+Salvation	41751
+Salvadorian	41752
+Sally's	41753
+Sallys	41754
+Sallie	41755
+Sallisaw	41756
+Salesforce	41757
+Salman	41758
+Salmonella	41759
+Salons	41760
+Saloom	41761
+Saloon	41762
+Sammy's	41763
+Sammys	41764
+Sammie	41765
+Samantha's	41766
+Samanthas	41767
+Samaritans	41768
+Samsonite	41769
+Samoan	41770
+Samuels	41771
+Sarah's	41772
+Sarahs	41773
+Saritas	41774
+Sabaton	41775
+Sabattus	41776
+Sabrena	41777
+Sabres	41778
+Sabrina's	41779
+Sauganash	41780
+Saugatuck	41781
+Saturday's	41782
+Saturdays	41783
+Saving	41784
+Savannah's	41785
+Savoy's	41786
+Sainte	41787
+Saints	41788
+Sacramento	41789
+Saddles	41790
+Saskatchewan	41791
+Saskatoon	41792
+Safelite	41793
+Safely	41794
+Sharpe	41795
+Sharpie	41796
+Sharpton	41797
+Sharkboy	41798
+Sharks	41799
+Sharky's	41800
+Sharon's	41801
+Sharona	41802
+Sharons	41803
+Sharonville	41804
+Shari's	41805
+Sharia	41806
+Sharif	41807
+SharePoint	41808
+Sharmaine	41809
+Shanda	41810
+Shandon	41811
+Shandra	41812
+Shands	41813
+Shandy	41814
+Shannon	41815
+Shanna	41816
+Shanahan	41817
+Shane's	41818
+Shanes	41819
+Shania	41820
+Shaniqua	41821
+Shante	41822
+Shanti	41823
+Shanty	41824
+Shanghai	41825
+Shangri	41826
+Shakes	41827
+Shakeology	41828
+Shaker	41829
+Shakalaka	41830
+Shawna	41831
+Shawn's	41832
+Shawnee	41833
+Shawns	41834
+Shawshank	41835
+Shalee	41836
+Shaler	41837
+Shalimar	41838
+Shalin	41839
+Shallotte	41840
+Shallowford	41841
+Shalom	41842
+Shalonda	41843
+Shadeland	41844
+Shades	41845
+Shadowbrook	41846
+Shadows	41847
+Shadyside	41848
+Sheriff	41849
+Sheridan	41850
+Sherri	41851
+Sherry	41852
+Sherman's	41853
+Shermans	41854
+Sherway	41855
+Sherwin	41856
+Sherwood	41857
+Sherbrooke	41858
+Sherburne	41859
+Shereen	41860
+Sherlocks	41861
+Shelby	41862
+Shelburne	41863
+Shelley	41864
+Shelly	41865
+Shelter	41866
+Shelton	41867
+Sheldon's	41868
+Sheena	41869
+Sheen's	41870
+Sheehan	41871
+Sheehy	41872
+Sheepshead	41873
+Shepherds	41874
+Shepherd's	41875
+Shepards	41876
+Sheard	41877
+Shenandoah	41878
+Shenango	41879
+Shoppe	41880
+Shopping	41881
+ShopRite	41882
+ShopRunner	41883
+Shoreham	41884
+Shoreline	41885
+Shores	41886
+Shoreview	41887
+Shorewood	41888
+Shorty	41889
+Shortcake	41890
+Shonda	41891
+Shondells	41892
+Showboat	41893
+Showbox	41894
+Shocker	41895
+Shockey	41896
+Shooters	41897
+Shooting	41898
+Shippensburg	41899
+Shipping	41900
+Shippuden	41901
+Shipley's	41902
+Shinedown	41903
+Shingle	41904
+Shirley	41905
+Shirlington	41906
+Shiraz	41907
+Shirelles	41908
+Shiloh	41909
+Shields	41910
+Shreveport	41911
+Shriners	41912
+Seagrove	41913
+Seagal	41914
+Seagate	41915
+Season	41916
+Seasol	41917
+Seabreeze	41918
+Seabright	41919
+Seabrook	41920
+Search	41921
+Searcy	41922
+Service	41923
+Servicing	41924
+Serena's	41925
+Serenade	41926
+Serenity's	41927
+Serrano's	41928
+Serranos	41929
+Sergeant	41930
+Sergio's	41931
+Senate	41932
+Sensation	41933
+Sensei	41934
+Senora	41935
+Selena	41936
+Selene	41937
+Selleck	41938
+Secondhand	41939
+Seconds	41940
+Secretariat	41941
+Secretary	41942
+Sevendust	41943
+Sevenfold	41944
+Seventh	41945
+Severna	41946
+Sevierville	41947
+Sevilla	41948
+Seville	41949
+Seminoles	41950
+Sebastian	41951
+Sebastopol	41952
+Sunnyside	41953
+Sunnyslope	41954
+Sunnyvale	41955
+Sunnyview	41956
+Sunday	41957
+Sundance	41958
+Sunbeam	41959
+Sunbelt	41960
+Sunridge	41961
+Sunrise	41962
+Sunriver	41963
+Superman	41964
+Supermall	41965
+Supermarket	41966
+Supercenter	41967
+Supercross	41968
+Supercuts	41969
+Superstar	41970
+Superstition	41971
+Superstore	41972
+Superbike	41973
+Superbowl	41974
+Supplies	41975
+Supply	41976
+Supreme	41977
+Supremacy	41978
+Surfers	41979
+Survival	41980
+Survive	41981
+Survivor	41982
+Summerdale	41983
+Summerfield	41984
+Summerville	41985
+Summerwood	41986
+Suttons	41987
+Sutherlands	41988
+Sullivan's	41989
+Sullivans	41990
+Sullivant	41991
+Sully's	41992
+Sugarland	41993
+Sugarloaf	41994
+Suites	41995
+Southwest	41996
+Southway	41997
+Southwyck	41998
+Southborough	41999
+Southbury	42000
+Southpark	42001
+Southeast	42002
+Southern	42003
+Southland	42004
+Southlake	42005
+Southampton	42006
+Southaven	42007
+Southcenter	42008
+Southcross	42009
+Southgate	42010
+Southglenn	42011
+Southie	42012
+Southington	42013
+Southtowne	42014
+Sonicare	42015
+Sonics	42016
+Sonia's	42017
+Sonoran	42018
+Sonya's	42019
+Solara	42020
+Solaris	42021
+Solana	42022
+Solano	42023
+Solomon's	42024
+Solomons	42025
+Soldiers	42026
+Somers	42027
+Somerdale	42028
+Somerton	42029
+Somerville	42030
+Somalia	42031
+Sorento	42032
+Sorrento	42033
+Sorrentino's	42034
+Sofia's	42035
+Sophie's	42036
+Sophies	42037
+Sophia's	42038
+Sparkle	42039
+Sparky	42040
+Sparkman	42041
+Sparks	42042
+Sparta	42043
+Sparty	42044
+Spanglish	42045
+Spaniard	42046
+Spaniel	42047
+Spanish	42048
+Spanky's	42049
+Spanos	42050
+Speedy	42051
+Speedee	42052
+Speedos	42053
+Speedpay	42054
+Spectacular	42055
+Spector	42056
+Specialist	42057
+Specialty	42058
+Spencer	42059
+Spearfish	42060
+Spears	42061
+Speaker	42062
+Spelling	42063
+Spellman	42064
+Spring	42065
+Sprint	42066
+Sprinkles	42067
+Spragues	42068
+Sprayberry	42069
+Sproul	42070
+Sprouse	42071
+Spirits	42072
+Spiritual	42073
+Spiros	42074
+Spicers	42075
+Spitzer	42076
+Sportsman	42077
+Sportsplex	42078
+Sportster	42079
+Sportswear	42080
+Spotswood	42081
+Spotsylvania	42082
+Spokeo	42083
+Spokesman	42084
+Silvers	42085
+Silverado	42086
+Silverbell	42087
+Silverdale	42088
+Silvergreens	42089
+Silverwood	42090
+Silvio	42091
+Silvia	42092
+Silvis	42093
+Silvana	42094
+Silence	42095
+Silent	42096
+Simonson	42097
+Simple	42098
+Simplot	42099
+Simply	42100
+Simpsons	42101
+Simpsonville	42102
+Singles	42103
+Singletary	42104
+Singers	42105
+Singh's	42106
+Sissonville	42107
+Sisterhood	42108
+Sisters	42109
+Sigman	42110
+Signal	42111
+Signature	42112
+Siegel's	42113
+SiriusXM	42114
+Sicilian	42115
+Sicily's	42116
+Sidewalk	42117
+Sidewinder	42118
+Scholl	42119
+Scholfield	42120
+Schoolboy	42121
+Schoolcraft	42122
+Schoolhouse	42123
+Schools	42124
+Schultz	42125
+Schulz	42126
+Schuyler	42127
+Schuylkill	42128
+Schumacher	42129
+Schumer	42130
+Scherer	42131
+Schertz	42132
+Scheib	42133
+Schein	42134
+Schmidt's	42135
+Schmidts	42136
+Schmick's	42137
+Schmicks	42138
+Schmitt	42139
+Schmitz	42140
+Schwab	42141
+Schweitzer	42142
+Schwenksville	42143
+Schaefer	42144
+Schaeffer	42145
+Schilling	42146
+Schiller	42147
+Schroeder	42148
+Schrock	42149
+Schrader	42150
+Schram	42151
+Schnecksville	42152
+Schneider	42153
+Scotts	42154
+Scotty	42155
+Scott's	42156
+Scotto	42157
+Scottrade	42158
+Scottville	42159
+Scotiabank	42160
+Scotsman	42161
+Scorpio's	42162
+Scorpion	42163
+Scripps	42164
+Scribblenauts	42165
+Scribner	42166
+Scrooged	42167
+Scrubbing	42168
+Scrubs	42169
+Scarlets	42170
+Scarlett	42171
+Scandinavia	42172
+Scandia	42173
+Sciences	42174
+Scientific	42175
+Scientology	42176
+Skyland	42177
+Skylar	42178
+Skylers	42179
+Skyline	42180
+Skylinks	42181
+Skywalker	42182
+Skyward	42183
+Skyway	42184
+Skinner	42185
+Skinny	42186
+Skippack	42187
+Skippy	42188
+Skateland	42189
+Skellington	42190
+Skelly	42191
+Swanson	42192
+Swansboro	42193
+Swansea	42194
+Swannanoa	42195
+Swarthmore	42196
+Swartz	42197
+Sweetheart	42198
+Sweetwater	42199
+Sweeney	42200
+Sweeny	42201
+Sweden	42202
+Swedesboro	42203
+Swift's	42204
+SwiftKey	42205
+Swishers	42206
+Swissvale	42207
+Switzerland	42208
+Slater's	42209
+Slippery	42210
+Sloane	42211
+Sloans	42212
+Sleepy's	42213
+SmartPak	42214
+SmartPost	42215
+Smiths	42216
+Smith's	42217
+Smithers	42218
+Smithfield	42219
+Smithland	42220
+Smithtown	42221
+Smithville	42222
+Smitty's	42223
+Smiley's	42224
+Smokey	42225
+Smoketown	42226
+Snowberry	42227
+Snowbird	42228
+Snowbowl	42229
+Snowman	42230
+Snowmass	42231
+Snoopy	42232
+Snooki	42233
+Snooks	42234
+Snapfinger	42235
+Snapfish	42236
+Snuggies	42237
+Sylvan	42238
+Sylvia	42239
+Sylvie	42240
+Sylvester's	42241
+Squires	42242
+proportion	42243
+proponent	42244
+proper	42245
+propel	42246
+propensity	42247
+prophet	42248
+prophesied	42249
+propaganda	42250
+propane	42251
+proprietary	42252
+proprietor	42253
+prospect	42254
+prosper	42255
+prostate	42256
+prostrate	42257
+proscan	42258
+prosciutto	42259
+process	42260
+proceed	42261
+procedure	42262
+procrastinate	42263
+procrastinator	42264
+proctor	42265
+proctologist	42266
+proclaim	42267
+proclamation	42268
+procurement	42269
+promontory	42270
+promos	42271
+prominent	42272
+prompted	42273
+prompting	42274
+promptly	42275
+prompts	42276
+promed	42277
+promenade	42278
+protest	42279
+protein	42280
+protege	42281
+proton	42282
+protocol	42283
+prototype	42284
+protractor	42285
+protruding	42286
+provision	42287
+proverb	42288
+proved	42289
+proven	42290
+proves	42291
+provocative	42292
+provolone	42293
+profess	42294
+profen	42295
+profit	42296
+profoundly	42297
+problema	42298
+problemo	42299
+problems	42300
+probiotic	42301
+probility	42302
+probing	42303
+probes	42304
+product	42305
+produce	42306
+producing	42307
+prodded	42308
+prodding	42309
+prodigal	42310
+prodigy	42311
+progress	42312
+program	42313
+pronouns	42314
+prongs	42315
+prontos	42316
+projection	42317
+projectile	42318
+projecting	42319
+projectors	42320
+prolong	42321
+prolific	42322
+proline	42323
+proofreading	42324
+prouder	42325
+proudest	42326
+proximity	42327
+preset	42328
+preseason	42329
+pressing	42330
+preschool	42331
+president	42332
+presidency	42333
+presume	42334
+presumably	42335
+presuming	42336
+presumptuous	42337
+presto	42338
+presale	42339
+precinct	42340
+preciate	42341
+precious	42342
+precipitation	42343
+precaution	42344
+precalc	42345
+precarious	42346
+precast	42347
+preceptor	42348
+precocious	42349
+preconceived	42350
+precum	42351
+precursor	42352
+prepay	42353
+prepaid	42354
+prepping	42355
+preppy	42356
+preposition	42357
+preposterous	42358
+preteen	42359
+preterm	42360
+pretest	42361
+pretty	42362
+pretzels	42363
+prevents	42364
+prevail	42365
+prevalent	42366
+preview	42367
+previous	42368
+predict	42369
+predators	42370
+premier	42371
+premise	42372
+premium	42373
+premature	42374
+premade	42375
+premarital	42376
+prefers	42377
+prefab	42378
+preface	42379
+pre-order	42380
+pre-op	42381
+pre-owned	42382
+pre-approval	42383
+pre-approved	42384
+pre-thanksgiving	42385
+pre-trial	42386
+preaching	42387
+preapproval	42388
+preapproved	42389
+pregnant	42390
+pregame	42391
+pregaming	42392
+preggers	42393
+preggo	42394
+preliminary	42395
+prelims	42396
+preloaded	42397
+preordered	42398
+prerequisites	42399
+primacare	42400
+primal	42401
+primavera	42402
+primer	42403
+primed	42404
+primetime	42405
+primeway	42406
+priming	42407
+primitive	42408
+prince	42409
+printout	42410
+printable	42411
+printing	42412
+prints	42413
+price:	42414
+priced	42415
+prices	42416
+pricey	42417
+prickly	42418
+pricks	42419
+prisoner	42420
+prisons	42421
+pristine	42422
+pristiq	42423
+private	42424
+privacy	42425
+privileged	42426
+privileges	42427
+priority	42428
+practice	42429
+practical	42430
+practicing	42431
+practicum	42432
+practitioners	42433
+prayer	42434
+prayed	42435
+praying	42436
+pranks	42437
+pranked	42438
+pranking	42439
+praise	42440
+praising	42441
+prudence	42442
+prudent	42443
+prunes	42444
+partial	42445
+partition	42446
+parting	42447
+partisan	42448
+partners	42449
+partner's	42450
+partnered	42451
+partnering	42452
+partyin	42453
+party's	42454
+partynextdoor	42455
+partake	42456
+partaking	42457
+parted	42458
+parts.com	42459
+parallel	42460
+paralegal	42461
+paramount	42462
+parade	42463
+paradox	42464
+paraplegic	42465
+parasite	42466
+parasailing	42467
+parasol	42468
+paranormal	42469
+parables	42470
+paragraphs	42471
+parakeets	42472
+parental	42473
+parent's	42474
+parentesi	42475
+parenting	42476
+parently	42477
+parents	42478
+parlays	42479
+parlors	42480
+parsonage	42481
+parodies	42482
+parody	42483
+parolees	42484
+parcels	42485
+parrots	42486
+patrol	42487
+patron	42488
+patriot	42489
+patriarchal	42490
+pathogens	42491
+pathetically	42492
+pathways	42493
+patient	42494
+patience	42495
+pation	42496
+patios	42497
+patented	42498
+patents	42499
+patelco	42500
+patella	42501
+paternal	42502
+paternity	42503
+patter	42504
+patted	42505
+patties	42506
+patting	42507
+patched	42508
+patches	42509
+panties	42510
+panting	42511
+pantries	42512
+pantry	42513
+pantyhose	42514
+pancreas	42515
+pancakes	42516
+pancheros	42517
+panchitos	42518
+paninis	42519
+pandas	42520
+pandemic	42521
+pandemonium	42522
+pandora.com	42523
+panacea	42524
+panache	42525
+paneling	42526
+panels	42527
+pastabilities	42528
+pastaria	42529
+pastas	42530
+pastel	42531
+pasted	42532
+pasties	42533
+pastime	42534
+pastor's	42535
+pastoral	42536
+pastors	42537
+pastrami	42538
+pastries	42539
+pastry	42540
+pastures	42541
+passion	42542
+passin	42543
+passive	42544
+passenger	42545
+passed	42546
+passer	42547
+passes	42548
+passage	42549
+passable	42550
+passports	42551
+passwords	42552
+paintin	42553
+paints	42554
+painfully	42555
+painkillers	42556
+pairings	42557
+package	42558
+packaging	42559
+packet	42560
+packed	42561
+packer	42562
+packing	42563
+pacesetter	42564
+pacify	42565
+paladar	42566
+paladin	42567
+pallets	42568
+payouts	42569
+paypal.com	42570
+papalis	42571
+paperclip	42572
+papercut	42573
+pages.com	42574
+pages:	42575
+pageants	42576
+pagers	42577
+paddle	42578
+paddling	42579
+pavers	42580
+pavilion	42581
+pavillion	42582
+pampered	42583
+pampering	42584
+pampers	42585
+pamphlets	42586
+paused	42587
+pauses	42588
+poster	42589
+posted	42590
+postpartum	42591
+postmark	42592
+postman	42593
+postmaster	42594
+postage	42595
+postal	42596
+posting	42597
+postino's	42598
+posts:	42599
+postseason	42600
+postcards	42601
+positanos	42602
+posite	42603
+posits	42604
+possess	42605
+possums	42606
+polite	42607
+police	42608
+policy	42609
+polishing	42610
+polygon	42611
+polygraph	42612
+polyclinic	42613
+polycystic	42614
+polymers	42615
+polyps	42616
+polled	42617
+pollen	42618
+polluted	42619
+pollution	42620
+polarity	42621
+polarized	42622
+portal	42623
+portage	42624
+porter	42625
+ported	42626
+portion	42627
+portico	42628
+porting	42629
+portrait	42630
+portray	42631
+portfolios	42632
+portside	42633
+pornos	42634
+pornhub.com	42635
+pornstars	42636
+porches	42637
+populous	42638
+popper	42639
+popped	42640
+poppin	42641
+poppies	42642
+popsicles	42643
+pooper	42644
+pooped	42645
+poopies	42646
+pooping	42647
+poopsie	42648
+poolside	42649
+poorer	42650
+poorest	42651
+potter	42652
+potted	42653
+potties	42654
+potting	42655
+potential	42656
+potheads	42657
+potholes	42658
+potatoes	42659
+pointe	42660
+pointment	42661
+pointing	42662
+pointless	42663
+points	42664
+pointy	42665
+poinsettias	42666
+powers	42667
+powered	42668
+powerful	42669
+powerhouse	42670
+powering	42671
+powertrain	42672
+pounding	42673
+pounds	42674
+pondered	42675
+pondering	42676
+ponders	42677
+ponytails	42678
+pocketbook	42679
+pocketful	42680
+pockets	42681
+podiatrist	42682
+podiatry	42683
+persona	42684
+person's	42685
+personification	42686
+personnel	42687
+persons	42688
+persist	42689
+persimmon	42690
+perspectives	42691
+perfect	42692
+perfer	42693
+perform	42694
+perforated	42695
+perfumes	42696
+percent	42697
+perceive	42698
+percocet	42699
+percoset	42700
+percolator	42701
+perculator	42702
+percussion	42703
+period	42704
+periot	42705
+perishable	42706
+peripheral	42707
+periphery	42708
+permit	42709
+permanent	42710
+perpendicular	42711
+pertaining	42712
+pertains	42713
+perturbed	42714
+pertussis	42715
+perros	42716
+peninsular	42717
+penises	42718
+penalize	42719
+pendants	42720
+penetration	42721
+penetrating	42722
+penetrated	42723
+penciled	42724
+pencils	42725
+pension	42726
+pensive	42727
+pentagram	42728
+pentatonix	42729
+peaceful	42730
+peacemaker	42731
+peaches	42732
+peachwood	42733
+peachy	42734
+peacock	42735
+peacoat	42736
+pearls	42737
+pearly	42738
+peasants	42739
+peeled	42740
+peeler	42741
+peepee	42742
+peepers	42743
+pediatric	42744
+pedicure	42745
+pedicab	42746
+pedestals	42747
+pedestrians	42748
+peddlers	42749
+petition	42750
+petitis	42751
+petrol	42752
+petrified	42753
+peppercorn	42754
+peppermint	42755
+pepperoni	42756
+peppered	42757
+peppers	42758
+pestering	42759
+pesticides	42760
+pestos	42761
+peckerhead	42762
+peckerwood	42763
+peggys	42764
+pincher	42765
+pinched	42766
+pinches	42767
+pineapples	42768
+pinkies	42769
+pinkish	42770
+pinky's	42771
+pintos	42772
+pinions	42773
+pinstripes	42774
+pickleball	42775
+pickled	42776
+pickleman's	42777
+pickles	42778
+picker	42779
+picked	42780
+picket	42781
+picking	42782
+pickins	42783
+pickups	42784
+picture	42785
+picturing	42786
+piccadillys	42787
+piccata	42788
+pillowcase	42789
+pillows	42790
+pillar	42791
+pillage	42792
+pillidentifier	42793
+pillion	42794
+pitcher	42795
+pitched	42796
+pitches	42797
+pitted	42798
+pitter	42799
+pittsburgh	42800
+pierce	42801
+piercing	42802
+pieces	42803
+piggies	42804
+piggyback	42805
+pissed	42806
+pisser	42807
+pisses	42808
+pissing	42809
+pistol	42810
+piston	42811
+pistachios	42812
+pimping	42813
+pimples	42814
+pipers	42815
+pizzaluce	42816
+pizzarama	42817
+pizzas	42818
+pizzaville	42819
+pizzazz	42820
+pizzeria	42821
+pizzettas	42822
+pianos	42823
+pioneers	42824
+player	42825
+played	42826
+playable	42827
+playah	42828
+playback	42829
+playdate	42830
+playdough	42831
+playground	42832
+playgroup	42833
+playmate	42834
+playmakers	42835
+playset	42836
+playstation	42837
+playfully	42838
+playing	42839
+playlists	42840
+playoffs	42841
+playthrough	42842
+playtime	42843
+planting	42844
+plants	42845
+planet	42846
+planer	42847
+planes	42848
+plannin	42849
+planking	42850
+planks	42851
+platelet	42852
+plateau	42853
+plated	42854
+plates	42855
+platonic	42856
+platoon	42857
+platos	42858
+platforms	42859
+plating	42860
+platinum	42861
+platters	42862
+placebo	42863
+placed	42864
+placenta	42865
+placer	42866
+places	42867
+placards	42868
+plaster	42869
+plasti	42870
+plastow	42871
+plainly	42872
+plains	42873
+plaintiff	42874
+plagues	42875
+pleasant	42876
+please	42877
+pleasing	42878
+pleaded	42879
+pleading	42880
+pleated	42881
+pleats	42882
+pledge	42883
+pledging	42884
+plexiglass	42885
+plumber	42886
+plumbing	42887
+plumsteadville	42888
+plugged	42889
+plugging	42890
+plugins	42891
+plucked	42892
+pluckers	42893
+plunger	42894
+pursue	42895
+pursuant	42896
+purses	42897
+purify	42898
+puritas	42899
+purity	42900
+purposefully	42901
+purposely	42902
+purposes	42903
+purple	42904
+purplish	42905
+pureed	42906
+purchased	42907
+purchaser	42908
+purchases	42909
+purged	42910
+punching	42911
+punchline	42912
+punchy	42913
+puncture	42914
+punished	42915
+punishes	42916
+punishments	42917
+punted	42918
+punter	42919
+public's	42920
+publicly	42921
+publishing	42922
+pusher	42923
+pushed	42924
+pusheen	42925
+pushes	42926
+pushing	42927
+pussy.com	42928
+pussycat	42929
+pussys	42930
+pulled	42931
+puller	42932
+pulley	42933
+pulling	42934
+pulsating	42935
+pulmonologist	42936
+pulmonology	42937
+puttering	42938
+putters	42939
+putting	42940
+pumper	42941
+pumped	42942
+pumping	42943
+pumpkins	42944
+puppeteer	42945
+puppets	42946
+puppy's	42947
+puddles	42948
+photograph	42949
+photogenic	42950
+photosynthesis	42951
+photocopies	42952
+photocopy	42953
+phone.	42954
+phones	42955
+phone's	42956
+phone:	42957
+phonebook	42958
+phoned	42959
+phonetically	42960
+phonics	42961
+phoning	42962
+physio	42963
+physique	42964
+pharmaceuticals	42965
+pharmacies	42966
+pharmacist	42967
+philosopher	42968
+philosophy	42969
+phenomena	42970
+phenomenon	42971
+psychopath	42972
+psychos	42973
+psychic	42974
+psyching	42975
+psyched	42976
+Connect	42977
+Conner	42978
+Connell	42979
+Conneaut	42980
+Connexus	42981
+Connor	42982
+Connolly	42983
+Connie	42984
+Connick	42985
+Constitution	42986
+Construction	42987
+Consumer	42988
+Consequences	42989
+Consolidated	42990
+Contra	42991
+Control	42992
+Contact	42993
+Container	42994
+Contemporary	42995
+Continent	42996
+Concord	42997
+Concourse	42998
+Concentra	42999
+Conception	43000
+Concert	43001
+Congrats	43002
+Conference	43003
+Convention	43004
+Conans	43005
+Conant	43006
+Condon	43007
+Condor	43008
+Conley	43009
+Conlee	43010
+Conrad's	43011
+Conroe	43012
+Conroy	43013
+Colleen	43014
+Colley	43015
+Collette	43016
+Collex	43017
+Collin	43018
+Collier	43019
+Colona	43020
+Colonel	43021
+Colony	43022
+Coloma	43023
+Colorado	43024
+Colors	43025
+Colossians	43026
+Colossus	43027
+Coleman's	43028
+Colesville	43029
+Colton's	43030
+Coltons	43031
+Coldspring	43032
+Coldstone	43033
+Coldwater	43034
+Coldwell	43035
+Colina	43036
+Colin's	43037
+Columbus	43038
+Corner	43039
+Cornwall	43040
+Cornwell	43041
+Cornhuskers	43042
+Corning	43043
+Cornish	43044
+Correct	43045
+Correa	43046
+Corral	43047
+Corrado's	43048
+Corrie	43049
+Corrigan	43050
+Coraline	43051
+Coralville	43052
+Cortes	43053
+Cortez	43054
+Cortana	43055
+Cortaro	43056
+Cortlandt	43057
+Cordero	43058
+Cordon	43059
+Cordova	43060
+Corinth	43061
+Corinne	43062
+Corporate	43063
+Corporation	43064
+Corpse	43065
+Coronado	43066
+Coronas	43067
+Coronation	43068
+Corbins	43069
+Corey's	43070
+Coreys	43071
+Corsicana	43072
+Corky's	43073
+Corvettes	43074
+Common	43075
+Command	43076
+Commack	43077
+Commission	43078
+Committee	43079
+Communications	43080
+Communion	43081
+Communist	43082
+Community	43083
+Commerce	43084
+Commercial	43085
+Compass	43086
+Compaq	43087
+Computer	43088
+Complete	43089
+Complex	43090
+Compton	43091
+Comptroller	43092
+Comets	43093
+Comales	43094
+Combat	43095
+Comics	43096
+Courtney	43097
+Courthouse	43098
+Courtland	43099
+Courtright	43100
+Courts	43101
+Courtyard	43102
+Coursera	43103
+Coursey	43104
+Courage	43105
+Courant	43106
+Couric	43107
+Courier	43108
+Country	43109
+County	43110
+Counting	43111
+Counseling	43112
+Coulter	43113
+Coulton	43114
+Cougars	43115
+Cousins	43116
+Cookie	43117
+Cooking	43118
+Cookeville	43119
+Coolidge	43120
+Cooling	43121
+Coolio	43122
+Cooley's	43123
+Coopers	43124
+Cooper's	43125
+Cooperative	43126
+Cooney's	43127
+Costa's	43128
+Costanza	43129
+Costas	43130
+Costco's	43131
+Costcos	43132
+Cosmo's	43133
+Cosmetics	43134
+Cosmetology	43135
+Copper	43136
+Coppell	43137
+Copeland's	43138
+Copelands	43139
+Coburns	43140
+Coachella	43141
+Coaches	43142
+Coalinga	43143
+Coalition	43144
+Coatesville	43145
+Cotton	43146
+Cottleville	43147
+Coconino	43148
+Coconut	43149
+Cochrane	43150
+Cocker	43151
+Cockeysville	43152
+Cowles	43153
+Cowley	43154
+Covered	43155
+Covert	43156
+Covenant	43157
+Coventry	43158
+Cohen's	43159
+Coffeyville	43160
+Carlin	43161
+Carlito	43162
+Carlie	43163
+Carlisle	43164
+Carlson	43165
+Carlsbad	43166
+Carlsen	43167
+Carlstadt	43168
+Carlene	43169
+Carleton	43170
+Carley	43171
+Carly's	43172
+Carlyle	43173
+Carlys	43174
+Carla's	43175
+Carland	43176
+Carlos	43177
+Carrie	43178
+Carriage	43179
+Carribean	43180
+Carrick	43181
+Carrigan	43182
+Carrillo	43183
+Carrington	43184
+Carrizo	43185
+Carroll	43186
+Carrows	43187
+Carrera	43188
+Carreta	43189
+Carrey	43190
+Carrabba's	43191
+Carrabbas	43192
+Carole	43193
+Carolyn	43194
+Carol's	43195
+Carolla	43196
+Carmel	43197
+Carmen	43198
+Carmichael	43199
+Carmike	43200
+Carters	43201
+Carter's	43202
+Carteret	43203
+Carterville	43204
+Cartridge	43205
+Cartronics	43206
+Cartwrights	43207
+CareerBuilder	43208
+CareerLink	43209
+Careless	43210
+Carell	43211
+Carey's	43212
+Cardiff	43213
+Cardiology	43214
+Caribbean	43215
+Caribe	43216
+Caribou	43217
+Carina	43218
+Carini's	43219
+Carino's	43220
+Carney	43221
+Carnegie	43222
+Carnes	43223
+Carnahan	43224
+Carnation	43225
+Carpet	43226
+Carson's	43227
+Carsons	43228
+Caruso's	43229
+Callahan	43230
+Callaghan	43231
+Callait	43232
+Callaway	43233
+Callen	43234
+Called	43235
+Callies	43236
+Calloway	43237
+Callowhill	43238
+Caliber	43239
+Calibur	43240
+Caliendo	43241
+Caliente	43242
+Caleb's	43243
+Calebs	43244
+Calabasas	43245
+Calabria	43246
+Calvert's	43247
+Calverton	43248
+Calvin's	43249
+Calderon	43250
+Campbells	43251
+Campbell's	43252
+Campbellton	43253
+Campos	43254
+Camping	43255
+Campisi's	43256
+Camelia	43257
+Camelot	43258
+Camera	43259
+Camila	43260
+Camilo	43261
+Camino	43262
+Caminito	43263
+Camaro	43264
+Camargo	43265
+Camarillo	43266
+Camanche	43267
+Camano	43268
+Cambria	43269
+Cambridge	43270
+Cambodian	43271
+Candles	43272
+Candlebox	43273
+Candler	43274
+Candlewood	43275
+Candice	43276
+Candia	43277
+Candies	43278
+Candy's	43279
+Candyland	43280
+Candyman	43281
+Canada	43282
+Canton	43283
+Cantor	43284
+Cantera	43285
+Canterbury	43286
+Cannondale	43287
+Cannonsburg	43288
+Canned	43289
+Cannes	43290
+Canonsburg	43291
+Cassady	43292
+Cassat	43293
+Cassidy	43294
+Cassie	43295
+Cassius	43296
+Casserole	43297
+Cassondra	43298
+Cassopolis	43299
+Castles	43300
+Castleton	43301
+Castlevania	43302
+Castlewood	43303
+Castrol	43304
+Castroville	43305
+Castillo	43306
+Casting	43307
+Casey's	43308
+Caseys	43309
+Caseyville	43310
+Cascade	43311
+Cascada	43312
+Cascadia	43313
+Caspers	43314
+Catherine	43315
+Cathedral	43316
+Catholicism	43317
+Catholics	43318
+Cathy's	43319
+Cathys	43320
+Catharines	43321
+Cathay	43322
+Catering	43323
+Caterpillar	43324
+Catonsville	43325
+Capitol	43326
+Capelli	43327
+Capella	43328
+Capriotti's	43329
+Capones	43330
+CaptainSparklez	43331
+Cabaret	43332
+Cabarrus	43333
+Cabell	43334
+Caberfae	43335
+Cabernet	43336
+Cabrillo	43337
+Cabrini	43338
+Cabrio	43339
+Caddyshack	43340
+Cadillacs	43341
+Caitlin's	43342
+Caitlins	43343
+Cavender's	43344
+Cavaliers	43345
+Cafferty	43346
+Caffery	43347
+Charli	43348
+Charlotte	43349
+Charla	43350
+Charlton	43351
+Charly	43352
+Charice	43353
+Charmaine	43354
+Charming	43355
+Charms	43356
+Charter	43357
+Chartwell	43358
+Charger	43359
+Chardonnay	43360
+Chandler	43361
+Chanda	43362
+Chandra	43363
+Channel	43364
+Channahon	43365
+Channing	43366
+Chancellor	43367
+Chancery	43368
+Chancey	43369
+Chang's	43370
+Change	43371
+Changs	43372
+Chantal	43373
+Chantel	43374
+Chantilly	43375
+Chanel	43376
+Chaney	43377
+Champion	43378
+Champa	43379
+Champps	43380
+Champs	43381
+Champy's	43382
+Chamber	43383
+Chamblee	43384
+Chappell	43385
+Chappaqua	43386
+Chappy's	43387
+Chapala	43388
+Chaparral	43389
+Chapelle	43390
+Chaplins	43391
+Chadbourne	43392
+Chadwicks	43393
+Chalkville	43394
+Challenger	43395
+Chalmers	43396
+Chalmette	43397
+Chase's	43398
+Chaser	43399
+Chasewood	43400
+Chattanooga	43401
+Chattahoochee	43402
+Chains	43403
+Chainz	43404
+Chairman	43405
+Chester	43406
+Chestnut	43407
+Chesnutt	43408
+Chesaning	43409
+Chesapeake	43410
+Cheswick	43411
+Cheswold	43412
+Cheese's	43413
+Cheeseburger	43414
+Cheesecake	43415
+Cheeks	43416
+Cheektowaga	43417
+Cheerios	43418
+Cheers	43419
+Cheetah	43420
+Cheetos	43421
+Cheezies	43422
+Cherrydale	43423
+Cherryland	43424
+Cheryl's	43425
+Cheryls	43426
+Cherie	43427
+Cherokees	43428
+Chevy's	43429
+Chevys	43430
+Chevelle	43431
+Cheverly	43432
+Chevrolet	43433
+Chevron	43434
+Chelsea	43435
+Chelsey	43436
+Cheltenham	43437
+Chenal	43438
+Chenango	43439
+Checker	43440
+Childers	43441
+Childhood	43442
+Childish	43443
+Childtime	43444
+Chilean	43445
+Chili's	43446
+Chicka	43447
+Chicken	43448
+Chicks	43449
+Chicago	43450
+Chicano	43451
+Chico's	43452
+Chicopee	43453
+China's	43454
+Chinatown	43455
+Chinook	43456
+Chippewa	43457
+Chipman	43458
+Chipmunks	43459
+Chipotle's	43460
+Chiang	43461
+Chianti	43462
+Christi	43463
+Christmas	43464
+Christy	43465
+Christ's	43466
+Christa	43467
+Christus	43468
+Chrissy's	43469
+Chromebook	43470
+Chronicles	43471
+Chrystal	43472
+Chrystie	43473
+Churchill	43474
+Church's	43475
+Churchland	43476
+Churchville	43477
+Chunkin	43478
+Chunky	43479
+Chubby's	43480
+Choppers	43481
+Chocolate	43482
+Chocowinity	43483
+Crosse	43484
+CrossFit	43485
+CrossTimbers	43486
+Crossgates	43487
+Crossing	43488
+Crossroads	43489
+Crossville	43490
+Crossway	43491
+Crosby's	43492
+Crowns	43493
+Crowne	43494
+Crowell	43495
+Crowes	43496
+Crowded	43497
+Crowder	43498
+Cresta	43499
+Crested	43500
+Crestline	43501
+Crestmont	43502
+Creston	43503
+Crestview	43504
+Crestwood	43505
+Crescent	43506
+Cresco	43507
+Creeks	43508
+Creekview	43509
+Creekwood	43510
+Creedence	43511
+Creedmoor	43512
+Creator	43513
+Creamery	43514
+Cranberry	43515
+Cranbrook	43516
+Cranbury	43517
+Crandall	43518
+Crandon	43519
+Craigs	43520
+Craig's	43521
+Craighead	43522
+Craigy	43523
+Craftsman	43524
+Crawfordsville	43525
+Crawfordville	43526
+Cristo	43527
+Cristy	43528
+Crispin	43529
+Crissy	43530
+Critter	43531
+Crusader	43532
+Crusades	43533
+Crystal's	43534
+Clarks	43535
+Clarke	43536
+Clark's	43537
+Clarice	43538
+Claridge	43539
+Clarinda	43540
+Clarion	43541
+Clarita	43542
+Clare's	43543
+Clara's	43544
+Claro's	43545
+Claire	43546
+Clairmont	43547
+Clairol	43548
+Clairsville	43549
+Clairton	43550
+Claims	43551
+Claude	43552
+Claus's	43553
+Clause	43554
+Classic	43555
+Classen	43556
+Claymont	43557
+Claymore	43558
+Claytons	43559
+Clancy's	43560
+ClearTalk	43561
+Clearance	43562
+Clearbrook	43563
+Clearfield	43564
+Clearing	43565
+Clearlake	43566
+Clearview	43567
+Cleary	43568
+Cleaner	43569
+Cleaning	43570
+Clement	43571
+Clemens	43572
+Clerk's	43573
+Cliffs	43574
+Cliff's	43575
+Cliffdale	43576
+Clifford	43577
+Cliffwood	43578
+Clifton	43579
+Clifty	43580
+Clinton	43581
+Clint's	43582
+Clintwood	43583
+Clinic	43584
+Clinique	43585
+Clippers	43586
+Cloverdale	43587
+Cloverfield	43588
+Closet	43589
+Clydesdale	43590
+Center	43591
+Centegra	43592
+Centennial	43593
+Centre	43594
+Central	43595
+Centris	43596
+Centro	43597
+Centrum	43598
+Century	43599
+Centurion	43600
+Centier	43601
+Centinela	43602
+Centipede	43603
+Celebrity	43604
+Celeste	43605
+Celestino's	43606
+Celia's	43607
+Celina	43608
+Celine	43609
+Celtics	43610
+Cerrito	43611
+Cerrillos	43612
+Certificate	43613
+Certified	43614
+Cedarbrook	43615
+Cedarburg	43616
+Cecilia's	43617
+Currie	43618
+Currington	43619
+Currituck	43620
+Curtis's	43621
+Curless	43622
+Curley	43623
+Cultural	43624
+Culture	43625
+Cutters	43626
+Cuttery	43627
+Cubans	43628
+Customer	43629
+Customs	43630
+Cummings	43631
+Cinemagic	43632
+Cinemark	43633
+Cinemas	43634
+Cinemax	43635
+Cineplex	43636
+Cinepolis	43637
+Cindy's	43638
+Cindys	43639
+Cinderella's	43640
+Cinnaminson	43641
+Cinnamon	43642
+Citizens	43643
+Circleville	43644
+Circuit	43645
+Circus	43646
+Marian	43647
+Mariah	43648
+Maria's	43649
+Mariachi	43650
+Mariam	43651
+Marias	43652
+Marine	43653
+Marino	43654
+Marina	43655
+Mariel	43656
+Marie's	43657
+Mariemont	43658
+Maries	43659
+Marietta	43660
+Marion	43661
+Mario's	43662
+Marios	43663
+Marisa	43664
+Marissa	43665
+Marisol	43666
+Maricamp	43667
+Maricopa	43668
+Marillac	43669
+Marilyn	43670
+Martin	43671
+Martian	43672
+Martel	43673
+Martens	43674
+Martha's	43675
+Marthas	43676
+Marty's	43677
+Marcela	43678
+Marceline	43679
+Marcelo	43680
+Marco's	43681
+Marcos	43682
+Marcia	43683
+Marcie	43684
+Marcus's	43685
+Marcy's	43686
+Marley	43687
+Marlette	43688
+Marlow	43689
+Marlon	43690
+Marlboros	43691
+Marlborough	43692
+Marla's	43693
+Marlins	43694
+Marsha	43695
+Marshfield	43696
+Marshville	43697
+Marstons	43698
+Margate	43699
+Margie	43700
+Marginal	43701
+Marge's	43702
+Margot	43703
+Marketing	43704
+Marketplace	43705
+Markle	43706
+Markland	43707
+Marksville	43708
+Maryvale	43709
+Maryam	43710
+Maryann	43711
+Maryland's	43712
+Marysville	43713
+Marblehead	43714
+Marbles	43715
+Marburg	43716
+Marbury	43717
+Marbeck	43718
+Marbella	43719
+Marana	43720
+Maranda	43721
+Marvin's	43722
+Marvins	43723
+Marvel's	43724
+Marquee	43725
+Marques	43726
+Marquette	43727
+Marquez	43728
+Marquis	43729
+Marquita	43730
+Marriage	43731
+Marriott	43732
+Marengo	43733
+Mardel	43734
+Mardens	43735
+Marmaduke	43736
+Marmalade	43737
+Mandel	43738
+Mandeville	43739
+Mandalay	43740
+Mandan	43741
+Mandarin	43742
+Mandy's	43743
+Mandys	43744
+Mandisa	43745
+Manitoba	43746
+Manitou	43747
+Manitowoc	43748
+Manila	43749
+Manilow	43750
+Manish	43751
+Manistee	43752
+Manasquan	43753
+Manassas	43754
+Management	43755
+Manager	43756
+Manning	43757
+Mannino's	43758
+Manny's	43759
+Manchaca	43760
+Manchester	43761
+Mancini's	43762
+ManorCare	43763
+Manors	43764
+Manorville	43765
+Mansion	43766
+Manteca	43767
+Manteno	43768
+Manteo	43769
+Manuel's	43770
+Manuela	43771
+Manhattan	43772
+Manhasset	43773
+Mattel	43774
+Matteo's	43775
+Matteson	43776
+Matthew	43777
+Matthias	43778
+MattyB	43779
+Mattydale	43780
+Mattys	43781
+Mattapan	43782
+Mattawan	43783
+Mattie	43784
+Mattingly	43785
+Mather	43786
+Mathew	43787
+Matheson	43788
+Mathis	43789
+Mathilda	43790
+Material	43791
+Maternity	43792
+Mackenzie	43793
+Mackey	43794
+Mackie	43795
+Macklemore	43796
+Macklin	43797
+Machine	43798
+Machias	43799
+Machens	43800
+Machesney	43801
+Macarena	43802
+Macaroni	43803
+Macaulay	43804
+MacDonalds	43805
+Macedonia	43806
+Macland	43807
+Maclaren	43808
+Malaysia	43809
+Malaya	43810
+Malacca	43811
+Malachi	43812
+Malakai	43813
+Malakoff	43814
+Maloney	43815
+Malones	43816
+Malika	43817
+Mallory	43818
+Malloy	43819
+Massage	43820
+Massanutten	43821
+Massasoit	43822
+Massey	43823
+Massena	43824
+Massie	43825
+Massillon	43826
+Massimo's	43827
+Master	43828
+Masten	43829
+Mastiff	43830
+Mastin	43831
+Madeleine	43832
+Madeline	43833
+Madelyn	43834
+Maddie's	43835
+Maddow	43836
+Maddox	43837
+Maddy's	43838
+Madison's	43839
+Madisonville	43840
+Madrid	43841
+Madrigal	43842
+Mayans	43843
+Maybach	43844
+Maybank	43845
+Maybelline	43846
+Mayberry	43847
+Mayfaire	43848
+Maynards	43849
+Maynardville	43850
+Magnus	43851
+Magnum	43852
+Magnavox	43853
+Maggie's	43854
+Maggies	43855
+Magdalena	43856
+Magdalene	43857
+Mainely	43858
+Maineville	43859
+Mahalia	43860
+Mahalo	43861
+Mahone	43862
+Mahoning	43863
+Maurice	43864
+Mauricio	43865
+Maureen's	43866
+Maxima	43867
+Maxie's	43868
+Maxine's	43869
+Mavericks	43870
+Montel	43871
+Montes	43872
+Montez	43873
+Monteagle	43874
+Montebello	43875
+Montecito	43876
+Montefiore	43877
+Montego	43878
+Monteith	43879
+Montauk	43880
+Montopolis	43881
+Montour	43882
+Montoya	43883
+Montreal	43884
+Montbello	43885
+Montbleu	43886
+Montcalm	43887
+Montclair	43888
+Montford	43889
+Montfort	43890
+Montgomeryville	43891
+Montvale	43892
+Montville	43893
+Monty's	43894
+Monica's	43895
+Monical's	43896
+Monicas	43897
+Monique's	43898
+Monitor	43899
+Monitronics	43900
+Monaca	43901
+Monaco	43902
+Moneta	43903
+Monett	43904
+MoneyGram	43905
+Moneyball	43906
+Monsters	43907
+Monroe's	43908
+Monroes	43909
+Monroeville	43910
+Monday's	43911
+Mondays	43912
+Mongolia	43913
+Monona	43914
+Monongahela	43915
+Monkey	43916
+Monkees	43917
+Morris	43918
+Morrie	43919
+Morrilton	43920
+Morrow	43921
+Morehead	43922
+Morehouse	43923
+Moreland	43924
+Morello	43925
+Mortenson	43926
+Morteza	43927
+Morton's	43928
+Moravian	43929
+Morganton	43930
+Morgantown	43931
+Moriah	43932
+Moriarty	43933
+Morita	43934
+Moritz	43935
+Moroccan	43936
+Morocco	43937
+Morongo	43938
+Morningside	43939
+Morningstar	43940
+Moores	43941
+Moore's	43942
+Moorefield	43943
+Moose's	43944
+Moody's	43945
+Motors	43946
+Motorcycle	43947
+Motorola	43948
+Mountain	43949
+Mountlake	43950
+Mountville	43951
+Mounds	43952
+Moundridge	43953
+Moulton	43954
+Moultrie	43955
+Mosheim	43956
+Molinos	43957
+Molly's	43958
+Mobile's	43959
+Mobilicity	43960
+Mobility	43961
+Mohamed	43962
+Movember	43963
+Movement	43964
+Moviefone	43965
+Movies	43966
+Modell's	43967
+Modesto	43968
+Miller	43969
+Millen	43970
+Milledge	43971
+Million	43972
+Millie	43973
+Milligan	43974
+Milliron	43975
+Millis	43976
+Millsap	43977
+Millsboro	43978
+Millcreek	43979
+Millcroft	43980
+Millwood	43981
+Millworks	43982
+Milano	43983
+Milani	43984
+Milagros	43985
+Miley's	43986
+Minerva	43987
+Mineral	43988
+Minersville	43989
+Mineo's	43990
+Mineola	43991
+Mindy's	43992
+Minneapolis	43993
+Minnehaha	43994
+Minnelli	43995
+Minneola	43996
+Minnesota	43997
+Minnetonka	43998
+Minaj's	43999
+Minister	44000
+Michel	44001
+Micheal	44002
+Michael	44003
+Michal	44004
+Michigan	44005
+Michiana	44006
+Michoacana	44007
+Michonne	44008
+Mickey	44009
+Mickelson	44010
+Microtech	44011
+Microtel	44012
+Micah's	44013
+Middlebelt	44014
+Middleboro	44015
+Middlebrook	44016
+Middlesboro	44017
+Middlesex	44018
+Middleton	44019
+Middletown	44020
+Midwestern	44021
+Midlands	44022
+Mission	44023
+Missouri	44024
+Missy's	44025
+Misty's	44026
+Mistys	44027
+Miramar	44028
+Miramonte	44029
+Miranda's	44030
+Mikey's	44031
+Mikayla's	44032
+Mitchell	44033
+Mitchem	44034
+Mercer	44035
+Merced	44036
+Merchant	44037
+Merchandise	44038
+MercyMe	44039
+Merrill	44040
+Merriam	44041
+Merrick	44042
+Merrifield	44043
+Merritt	44044
+Merida	44045
+Meriden	44046
+Meritage	44047
+Meriter	44048
+Meritrust	44049
+Meritus	44050
+Merle's	44051
+Merlins	44052
+Merlot's	44053
+Mendel	44054
+Mendenhall	44055
+Mendes	44056
+Mendez	44057
+Mendocino	44058
+Mendon	44059
+Mendota	44060
+Mendoza	44061
+Menards	44062
+Mentalist	44063
+Mentone	44064
+Mentor	44065
+Menomonee	44066
+Menomonie	44067
+Melinda	44068
+Melina	44069
+Melissa's	44070
+Melissas	44071
+Melody's	44072
+Mellon	44073
+Mellow	44074
+Melloy	44075
+Melanie's	44076
+Melvindale	44077
+Melvins	44078
+MetroCard	44079
+MetroPCS	44080
+MetroWest	44081
+Metrodome	44082
+Metroid	44083
+Metronet	44084
+Metrotown	44085
+Metallica	44086
+Metamora	44087
+Metamucil	44088
+Methodist	44089
+Medicine	44090
+Mediterra	44091
+Meditech	44092
+Mediacom	44093
+Meadow	44094
+Meador	44095
+Messiah	44096
+Messina	44097
+Messages	44098
+Messenger	44099
+Messer	44100
+Megan's	44101
+Megans	44102
+Mechanicsburg	44103
+Mechanicsville	44104
+Mexico	44105
+Meijers	44106
+Memory	44107
+McCart	44108
+McCalla	44109
+McCalls	44110
+McCallum	44111
+McCafferty	44112
+McCaffrey's	44113
+McCandless	44114
+McCann	44115
+McCormick	44116
+McCord	44117
+McCorkle	44118
+McCoy's	44119
+McCoys	44120
+McCollum	44121
+McCombs	44122
+McConnellsburg	44123
+McCook	44124
+McCool	44125
+McClellan	44126
+McClendon	44127
+McClain	44128
+McClay	44129
+McCluskey	44130
+McClintock	44131
+McClinton	44132
+McCracken	44133
+McCrary	44134
+McKenzie	44135
+McKendree	44136
+McKees	44137
+McKeel	44138
+McKell	44139
+McKelvey	44140
+McKinnon	44141
+McKinney	44142
+McKinleyville	44143
+McKayla's	44144
+McGuire	44145
+McGuinness	44146
+McGuckins	44147
+McGrady	44148
+McGrath	44149
+McGraw	44150
+McGriddle	44151
+McGriff	44152
+McGee's	44153
+McGees	44154
+McGillicuddy's	44155
+McGinley	44156
+McGinnis	44157
+McDonald	44158
+McDonnell	44159
+McDonough	44160
+McDouble	44161
+McDougal	44162
+McDaniels	44163
+McAlister's	44164
+McAlisters	44165
+McAllen	44166
+McAllister	44167
+McMuffins	44168
+McMurphy's	44169
+McMurray	44170
+McNabb	44171
+McNeely	44172
+McNeese	44173
+McLaren	44174
+McLarty	44175
+McFaddens	44176
+Munchkin	44177
+Munch's	44178
+Munchie	44179
+Munich	44180
+Municipal	44181
+Munizzi	44182
+Munday	44183
+Munsters	44184
+Muskego	44185
+Musketeers	44186
+Muscatine	44187
+Musical	44188
+Musicians	44189
+Mustang	44190
+Mustafa	44191
+Murray's	44192
+Murrays	44193
+Murrayville	44194
+Murrells	44195
+Murrey's	44196
+Murdoch	44197
+Murdock	44198
+Murphys	44199
+Murphy's	44200
+Mullin	44201
+Mullica	44202
+Mulligan	44203
+Mullis	44204
+Mullen	44205
+Muller	44206
+MultiCare	44207
+Multiple	44208
+Brooks	44209
+Brooke	44210
+Brookdale	44211
+Brookfield	44212
+Brookings	44213
+Brookneal	44214
+Brookpark	44215
+Brookville	44216
+Brookwood	44217
+Broomall	44218
+Broome	44219
+Broomfield	44220
+Browns	44221
+Browne	44222
+Brown's	44223
+Browning	44224
+Brownlee	44225
+Brownwood	44226
+Broncos	44227
+Bronxville	44228
+Broadwell	44229
+Broderick	44230
+Broders	44231
+Brodheadsville	44232
+Brodies	44233
+Brody's	44234
+Brokeback	44235
+Broken	44236
+Brokers	44237
+Brando	44238
+Brandi	44239
+Brandy	44240
+Brandt	44241
+Branchburg	44242
+Branchville	44243
+Brantford	44244
+Brantley	44245
+Brannan	44246
+Brannon	44247
+Bradley	44248
+Bradlee	44249
+Brady's	44250
+Bradys	44251
+Bradenton	44252
+Bradshaw	44253
+Bradstreet	44254
+Braveheart	44255
+Braverman	44256
+Braves	44257
+Bravada	44258
+Bravos	44259
+Brainerd	44260
+Brainiac	44261
+Braintree	44262
+Brasserie	44263
+Brassfield	44264
+Brayden's	44265
+Brazos	44266
+Brazoria	44267
+Brazilian	44268
+Bracken	44269
+Brackin	44270
+Brattle	44271
+Bratton	44272
+Braunfels	44273
+Brawley's	44274
+Bridge	44275
+Bridgman	44276
+Bridgton	44277
+Bridals	44278
+Brides	44279
+Brittney	44280
+Britton	44281
+Britain	44282
+Britannia	44283
+Britax	44284
+Britney's	44285
+Brian's	44286
+Briana	44287
+Brians	44288
+Briargate	44289
+Briarwood	44290
+Bright	44291
+Brigham	44292
+Brigade	44293
+Brigantine	44294
+Brickell	44295
+Brickhouse	44296
+Brickman	44297
+Bricktown	44298
+Brickyard	44299
+Brinker	44300
+Brinkley	44301
+Brinks	44302
+Bristow	44303
+Bristol	44304
+Briella	44305
+Brielle	44306
+Briers	44307
+Brenda	44308
+Brenden	44309
+Brendon	44310
+Brent's	44311
+Brenton	44312
+Brents	44313
+Brentwood	44314
+Brenna	44315
+Brenner	44316
+Brewer's	44317
+Brewers	44318
+Brewerton	44319
+Brewery	44320
+Brewhaus	44321
+Brewhouse	44322
+Brewsters	44323
+Breakers	44324
+Breakfast	44325
+Breaking	44326
+Breeze	44327
+Breezy	44328
+Breeden	44329
+Breeders	44330
+Breese	44331
+Brett's	44332
+Bretton	44333
+Bretts	44334
+Bremerton	44335
+Bruno's	44336
+Brunos	44337
+Brunson	44338
+Brunswick	44339
+Bruce's	44340
+Bruces	44341
+Bruceville	44342
+Brushy	44343
+Bryant's	44344
+Barret	44345
+Barrel	44346
+Barron	44347
+Barro's	44348
+Barrow	44349
+Barranca	44350
+Barry's	44351
+Barrymore	44352
+Barrie	44353
+Barrington	44354
+Barney	44355
+Barnes	44356
+Barnegat	44357
+Barnett	44358
+Barnard	44359
+Barnhart	44360
+Barnhill	44361
+Barnsley	44362
+Barnstable	44363
+Barton	44364
+Bartow	44365
+Bartlesville	44366
+Bartlett	44367
+Bartley	44368
+Bartell	44369
+Bartels	44370
+Bartholomew	44371
+Barbados	44372
+Barbera	44373
+Barberton	44374
+Barbie	44375
+Barbizon	44376
+Barboursville	44377
+Barbourville	44378
+Barkers	44379
+Barkery	44380
+Barclaycard	44381
+Barclays	44382
+Bargersville	44383
+Bariatrics	44384
+Barley's	44385
+Barleycorn	44386
+Bandido	44387
+Bandit	44388
+Bandini	44389
+Banderas	44390
+Bankston	44391
+Banksville	44392
+Bankers	44393
+Bancorp	44394
+Bannockburn	44395
+Ballas	44396
+Ballad	44397
+Ballantyne	44398
+Ballard	44399
+Ballet	44400
+Bally's	44401
+Ballys	44402
+Ballston	44403
+Ballweg	44404
+Ballwin	44405
+Baldwin	44406
+Baldwyn	44407
+Baltic	44408
+Baltimore	44409
+Baseline	44410
+Basics	44411
+Basil's	44412
+Basilica	44413
+Basketball	44414
+Baskets	44415
+Basking	44416
+Baskins	44417
+Battles	44418
+Batteries	44419
+Battery	44420
+Batesburg	44421
+Batesville	44422
+Bateman's	44423
+Batman's	44424
+Baywatch	44425
+Bayway	44426
+Bachelorette	44427
+Bachelors	44428
+Bachman's	44429
+Bachmann	44430
+Backstreet	44431
+Backstrom	44432
+Backup	44433
+Backus	44434
+Babers	44435
+Bakers	44436
+Baker's	44437
+Bakerview	44438
+Bakery	44439
+Bailey's	44440
+Baileys	44441
+Bambi's	44442
+Bambino	44443
+Bella's	44444
+Bellacino's	44445
+Bellagio	44446
+Bellaire	44447
+Bellamy	44448
+Bellarmine	44449
+Bellas	44450
+Bellator	44451
+Belleair	44452
+Belles	44453
+Bellin	44454
+Bellion	44455
+Bellis	44456
+Bellflower	44457
+Bellfort	44458
+Bellmead	44459
+Bellmore	44460
+Bellows	44461
+Beltone	44462
+Belfair	44463
+Belfast	44464
+Belford	44465
+Belfort	44466
+Belchertown	44467
+Belinda's	44468
+Belvidere	44469
+Belvieu	44470
+Belgian	44471
+Belgium	44472
+Bernard	44473
+Bernal	44474
+Bernadette	44475
+Bernie	44476
+Bernice	44477
+Bernina	44478
+Bernese	44479
+Bergen	44480
+Berger	44481
+Bergey's	44482
+Bertha	44483
+Berthoud	44484
+Bertram	44485
+Bertrand	44486
+Berkshire	44487
+Berry's	44488
+Berryessa	44489
+Berryhill	44490
+Berryville	44491
+Berrics	44492
+Berrien	44493
+Berringer	44494
+Berean	44495
+Beretania	44496
+Beretta	44497
+Bennet	44498
+Benner	44499
+Benning	44500
+Bennie	44501
+Bennigans	44502
+Bennion	44503
+Benny's	44504
+Benedictine	44505
+Benefits	44506
+Beneful	44507
+Benson's	44508
+Bensonhurst	44509
+Bensons	44510
+Benito	44511
+Benita	44512
+Benitez	44513
+Bentleys	44514
+Bentleyville	44515
+Bentonville	44516
+Benjamin	44517
+Benjarong	44518
+Bengals	44519
+Beatles	44520
+Beatrice	44521
+Beatriz	44522
+Beatties	44523
+Beatty	44524
+Bearden	44525
+Bearss	44526
+Beauty	44527
+Beautiful	44528
+Beavercreek	44529
+Beavers	44530
+Beaverton	44531
+Beachbody	44532
+Beachcomber	44533
+Beaches	44534
+Beachwood	44535
+Beanstalk	44536
+Bealeton	44537
+Beastie	44538
+Bethany	44539
+Bethalto	44540
+Bethel	44541
+Bethesda	44542
+Betten	44543
+Better	44544
+Betty's	44545
+Betsy's	44546
+Beethoven's	44547
+Beetlejuice	44548
+Becker	44549
+Beckett	44550
+Becky's	44551
+Beyonce's	44552
+Bonner	44553
+Bonnet	44554
+Bonneville	44555
+Bonney	44556
+Bonnie's	44557
+Bonnies	44558
+Bonifay	44559
+Boone's	44560
+Boones	44561
+Booneville	44562
+Boondocks	44563
+Boothbay	44564
+Boothwyn	44565
+Bootsy	44566
+Bookstore	44567
+Booster	44568
+Boogaloo	44569
+Borderlands	44570
+Borders	44571
+Bordentown	44572
+Borger	44573
+Borgess	44574
+Boscobel	44575
+Boscov's	44576
+Boston's	44577
+Bostons	44578
+Boswells	44579
+Bowling	44580
+Bowers	44581
+Bowery	44582
+Boundary	44583
+Bountiful	44584
+Bounty	44585
+Bourbonnais	44586
+Bourbons	44587
+Boyers	44588
+Boyertown	44589
+Boyles	44590
+Bolingbrook	44591
+Bolivar	44592
+Bolivia	44593
+Bollinger	44594
+Bottineau	44595
+Bottini	44596
+Bottle	44597
+Bottling	44598
+Bottoms	44599
+Botanica	44600
+Bobbie	44601
+Bobbitt	44602
+Bobby's	44603
+Bodywise	44604
+Bodyworks	44605
+Bogarts	44606
+Boardman	44607
+Boardwalk	44608
+Bohemian	44609
+Burnet	44610
+Burney	44611
+Burnside	44612
+Burnsville	44613
+Burnie	44614
+Burning	44615
+Burntwood	44616
+Burger	44617
+Burgess	44618
+Burkes	44619
+Burkett	44620
+Burkhardt	44621
+Burkhart	44622
+Burrell	44623
+Burress	44624
+Burris	44625
+Burrito	44626
+Burleigh	44627
+Burleson	44628
+Burley	44629
+Burlison	44630
+Burtons	44631
+Burton's	44632
+Burbage	44633
+Burbank	44634
+Buckethead	44635
+Buckle	44636
+Buckland	44637
+Buckhannon	44638
+Buckhead	44639
+Buckhorn	44640
+Buckinghams	44641
+Bucknell	44642
+Buckner	44643
+Bucksport	44644
+Bucky's	44645
+Buchanan	44646
+Bucharest	44647
+Bushman	44648
+Bushmaster	44649
+Bushnell's	44650
+Bushwackers	44651
+Bushwick	44652
+Buster's	44653
+Busters	44654
+Busch's	44655
+Butter	44656
+Butthead	44657
+Butthole	44658
+Bulldogs	44659
+Bulletin	44660
+Bullwinkles	44661
+Buddha	44662
+Buncombe	44663
+Bueller's	44664
+Buenos	44665
+Buffalo's	44666
+Buffett	44667
+Bubba's	44668
+Bubbles	44669
+Builders	44670
+Blackhawk	44671
+Black's	44672
+BlackBerry	44673
+BlackFinn	44674
+Blackfoot	44675
+Blackie	44676
+Blacklick	44677
+Blackrock	44678
+Blacky	44679
+Blanca	44680
+Blanco	44681
+Blankinship	44682
+Blairs	44683
+Blair's	44684
+Blaine	44685
+Blain's	44686
+Blaisdell	44687
+Blaise	44688
+Blakeslee	44689
+Blazer	44690
+Bladensburg	44691
+Bloomberg	44692
+Bloomfield	44693
+Bloods	44694
+Bloodhound	44695
+Bloody	44696
+Blondes	44697
+Blossoms	44698
+Blueberry	44699
+Bluebird	44700
+Bluebonnet	44701
+Bluegrass	44702
+Bluegreen	44703
+Bluewater	44704
+Bluewell	44705
+Blender	44706
+Blendtec	44707
+Blessid	44708
+Blessing	44709
+Bleacher	44710
+Blinds	44711
+Billings	44712
+Billie	44713
+Billy's	44714
+Billys	44715
+Biscuitville	44716
+Birdsboro	44717
+Biggers	44718
+Biggest	44719
+Binghamton	44720
+Bianca's	44721
+Bianchi's	44722
+barber	44723
+barbed	44724
+barbell	44725
+barbeque	44726
+barricade	44727
+barrier	44728
+barring	44729
+barrio	44730
+barrister	44731
+barrage	44732
+barrassing	44733
+barrel	44734
+barred	44735
+barren	44736
+bargained	44737
+bargaining	44738
+bargains	44739
+barges	44740
+barnacles	44741
+bartender	44742
+bartending	44743
+bartering	44744
+baristas	44745
+barleycorns	44746
+barleys	44747
+barometer	44748
+barometric	44749
+barons	44750
+backseat	44751
+backside	44752
+backslash	44753
+backrest	44754
+backrub	44755
+backer	44756
+backed	44757
+backend	44758
+backpack	44759
+backpage.com	44760
+backwoods	44761
+backbend	44762
+backdrop	44763
+backdoor	44764
+background	44765
+backgammon	44766
+backlash	44767
+backlight	44768
+backlog	44769
+backordered	44770
+backtracking	44771
+backups	44772
+backyards	44773
+bachelor's	44774
+bachelorette	44775
+bachelors	44776
+bacterial	44777
+bandage	44778
+bandaid	44779
+bandana	44780
+bandit	44781
+banding	44782
+bandwagon	44783
+bandwidth	44784
+banger	44785
+banged	44786
+banging	44787
+bangles	44788
+bankrupt	44789
+bankroll	44790
+bankers	44791
+banner	44792
+banned	44793
+banished	44794
+baseball	44795
+baseboard	44796
+basement	44797
+baseman	44798
+basically	44799
+basics	44800
+basing	44801
+basins	44802
+basilicos	44803
+basketball	44804
+baskets	44805
+baskin.com	44806
+basking	44807
+basses	44808
+basset	44809
+bassinet	44810
+bassist	44811
+bashed	44812
+bashes	44813
+bastard	44814
+baster	44815
+baller	44816
+balled	44817
+ballet	44818
+ballin	44819
+ballistic	44820
+balloon	44821
+ballot	44822
+ballad	44823
+ballast	44824
+ballsack	44825
+ballsy	44826
+balanced	44827
+balancer	44828
+balances	44829
+balding	44830
+baldinos	44831
+batter	44832
+batten	44833
+battle	44834
+battling	44835
+bathroom	44836
+bathrobe	44837
+bathed	44838
+bathtubs	44839
+babysit	44840
+babysat	44841
+badger	44842
+badges	44843
+baggie	44844
+bagging	44845
+bagged	44846
+bagger	44847
+bakeries	44848
+bakers	44849
+bakery	44850
+bakeshop	44851
+bambini	44852
+bambinos	44853
+bamboozled	44854
+baptized	44855
+bookstore	44856
+booksellers	44857
+booking	44858
+bookie	44859
+bookcases	44860
+bookkeeper	44861
+bookkeeping	44862
+booklets	44863
+bookmarks	44864
+bootie	44865
+booting	44866
+bootlegger	44867
+bootcamp	44868
+bootcut	44869
+booted	44870
+bootery	44871
+booths	44872
+bootylicious	44873
+boomerang	44874
+boomers	44875
+boosting	44876
+boobies	44877
+boogers	44878
+boogie	44879
+boogity	44880
+boozing	44881
+boneheads	44882
+boners	44883
+boneyard	44884
+bondsman	44885
+bounce	44886
+bouncin	44887
+bouncy	44888
+bounds	44889
+bountiful	44890
+bounty	44891
+bouldercrest	44892
+bouldering	44893
+boulders	44894
+boutiques	44895
+borealis	44896
+boredom	44897
+borrower	44898
+borrowed	44899
+boroughs	44900
+bottle	44901
+bottling	44902
+bottomed	44903
+bottoming	44904
+bottomless	44905
+bottoms	44906
+bothers	44907
+bothered	44908
+bothering	44909
+boards	44910
+boarded	44911
+boarding	44912
+boardroom	44913
+boardwalk	44914
+bodybuilder	44915
+bodybuilding	44916
+bodyguards	44917
+bodied	44918
+bodies	44919
+bomber	44920
+bombed	44921
+bombarded	44922
+bombarding	44923
+bombshell	44924
+bowler	44925
+bowled	44926
+bowels	44927
+bobbing	44928
+bobbys	44929
+boggles	44930
+boggling	44931
+boiler	44932
+boiled	44933
+bossed	44934
+bosses	44935
+boxers	44936
+brains	44937
+brainwash	44938
+brain's	44939
+brainy	44940
+braided	44941
+braiding	44942
+braids	44943
+braised	44944
+brandi	44945
+brands	44946
+brandy	44947
+brand:	44948
+branded	44949
+brandon	44950
+branches	44951
+bracelet	44952
+braces	44953
+brackets	44954
+braver	44955
+bravest	44956
+bragged	44957
+bragging	44958
+braker	44959
+brakes	44960
+brashers	44961
+brazzaz	44962
+brazzers	44963
+breakdown	44964
+breaker	44965
+breakfast	44966
+breakin	44967
+breakout	44968
+breakup	44969
+breakroom	44970
+breaks	44971
+breakthrough	44972
+breakwater	44973
+breads	44974
+breadcrumbs	44975
+breading	44976
+breadwinner	44977
+breathe	44978
+breathtaking	44979
+breathalyzer	44980
+breathing	44981
+breathless	44982
+breaths	44983
+breasted	44984
+breastmilk	44985
+breasts	44986
+breached	44987
+breeder	44988
+breeding	44989
+breeds	44990
+breeze	44991
+breezy	44992
+brewer	44993
+brewed	44994
+brewski	44995
+brendan	44996
+brendas	44997
+broadcast	44998
+broads	44999
+broadalbin	45000
+broadband	45001
+broadlawns	45002
+browns	45003
+browned	45004
+brownfield	45005
+browse	45006
+browsing	45007
+brookdale	45008
+brooke	45009
+brookie	45010
+brookview	45011
+brooms	45012
+brother	45013
+brothel	45014
+brokenhearted	45015
+brokenness	45016
+brokerage	45017
+brokers	45018
+bronzer	45019
+brochures	45020
+broiled	45021
+broiler	45022
+bridge	45023
+brides	45024
+bridezilla	45025
+brighthouse	45026
+brightly	45027
+brightness	45028
+brights	45029
+bringin	45030
+brings	45031
+brined	45032
+briefing	45033
+briefcase	45034
+briefed	45035
+briefly	45036
+briefs	45037
+bribed	45038
+bribery	45039
+brisket	45040
+bristle	45041
+bristol	45042
+brianna	45043
+brilliance	45044
+brilliant	45045
+brushing	45046
+brushless	45047
+brushy	45048
+bruised	45049
+bruiser	45050
+bruises	45051
+brunettes	45052
+brutality	45053
+brutally	45054
+burglaries	45055
+burglars	45056
+burglary	45057
+burgerfi	45058
+burgers	45059
+burner	45060
+burned	45061
+burning	45062
+burnouts	45063
+burped	45064
+burpees	45065
+burritoVille	45066
+burritos	45067
+bursting	45068
+bursts	45069
+bureaucracy	45070
+bureaucratic	45071
+buried	45072
+buries	45073
+butter	45074
+butted	45075
+buttes	45076
+button	45077
+buttocks	45078
+butthole	45079
+butthurt	45080
+butchered	45081
+butchering	45082
+butchers	45083
+butchery	45084
+bullshit	45085
+bullsboro	45086
+bullseye	45087
+bulletin	45088
+bulletproof	45089
+bullets	45090
+bulldog	45091
+bulldozer	45092
+bullion	45093
+bullfrogs	45094
+bullying	45095
+buster	45096
+busted	45097
+busting	45098
+bustleton	45099
+bushel	45100
+bushed	45101
+bushes	45102
+bushings	45103
+businesses	45104
+businessman	45105
+businesswoman	45106
+busier	45107
+busiest	45108
+bundle	45109
+bundling	45110
+bunkers	45111
+bunched	45112
+bunches	45113
+bungalows	45114
+bumper	45115
+bumped	45116
+bumping	45117
+bummed	45118
+bummer	45119
+buckled	45120
+buckles	45121
+buckets	45122
+budget	45123
+buddy's	45124
+buddys	45125
+buddies	45126
+budding	45127
+building	45128
+builders	45129
+bubble	45130
+bubbling	45131
+bubbly	45132
+bubbas	45133
+buffering	45134
+buffets	45135
+bugger	45136
+bugged	45137
+buggin	45138
+buggies	45139
+bearded	45140
+beards	45141
+bearings	45142
+beatboxer	45143
+beatboxing	45144
+beater	45145
+beaten	45146
+beatings	45147
+beauty	45148
+beachfront	45149
+beachside	45150
+beaners	45151
+beanies	45152
+beastieality	45153
+belletetes	45154
+belladonna	45155
+bellagios	45156
+bellies	45157
+belligerent	45158
+bellissimo	45159
+bellsouth.net	45160
+belly's	45161
+belief	45162
+belittle	45163
+belittling	45164
+belonging	45165
+belonged	45166
+belongs	45167
+benefit	45168
+bender	45169
+bended	45170
+benched	45171
+benches	45172
+bentonite	45173
+bentos	45174
+beeped	45175
+beeper	45176
+beetlejuice	45177
+beetles	45178
+beechwold	45179
+beechwood	45180
+bettering	45181
+betterment	45182
+betters	45183
+bedroom	45184
+bedrock	45185
+bedrosians	45186
+beginner	45187
+beginning	45188
+begging	45189
+beckys	45190
+becomes	45191
+bestie	45192
+bestiality	45193
+bestfriends	45194
+besides	45195
+behave	45196
+beretta	45197
+bloods	45198
+bloodbath	45199
+blooded	45200
+bloodhound	45201
+bloodline	45202
+bloodwork	45203
+bloody	45204
+bloomin	45205
+bloomfield	45206
+blooms	45207
+blooper	45208
+blower	45209
+blowed	45210
+blowing	45211
+blowjobs	45212
+blowouts	45213
+blockage	45214
+blockade	45215
+blocker	45216
+blocked	45217
+blockbusters	45218
+blonder	45219
+blondes	45220
+blondies	45221
+blogger	45222
+blogging	45223
+blackbird	45224
+blackboard	45225
+blacked	45226
+blackened	45227
+blacker	45228
+blacklist	45229
+blacklight	45230
+blackmailed	45231
+blackmailing	45232
+blackhawk	45233
+blackheads	45234
+blackouts	45235
+blacksmith	45236
+blackthorn	45237
+blacktop	45238
+blanks	45239
+blasting	45240
+blazed	45241
+blazer	45242
+blazing	45243
+blamed	45244
+blames	45245
+blabbermouth	45246
+blabbing	45247
+blades	45248
+blueberries	45249
+blueberry	45250
+bluegill	45251
+bluegrass	45252
+blueprints	45253
+blurred	45254
+blurry	45255
+blushing	45256
+bleaching	45257
+bleeder	45258
+bleeding	45259
+bleeds	45260
+bleeped	45261
+bleeps	45262
+blender	45263
+blended	45264
+blessed	45265
+blesses	45266
+blessings	45267
+blindfold	45268
+blinds	45269
+blinding	45270
+blindly	45271
+blindness	45272
+blinker	45273
+blinking	45274
+blinks	45275
+blinky	45276
+blister	45277
+blistex	45278
+blissful	45279
+biomed	45280
+biometric	45281
+biomass	45282
+biomat	45283
+biological	45284
+biologist	45285
+biotic	45286
+biotin	45287
+billion	45288
+billiard	45289
+billing	45290
+billed	45291
+biller	45292
+billet	45293
+billboards	45294
+birthday	45295
+birthdate	45296
+birthstone	45297
+birdies	45298
+bitchiness	45299
+bitching	45300
+bitched	45301
+bitches	45302
+bitter	45303
+bitten	45304
+biters	45305
+binders	45306
+bindery	45307
+binding	45308
+bishopric	45309
+bishops	45310
+biscuits	45311
+bigger	45312
+biggest	45313
+biggies	45314
+bikers	45315
+bikinis	45316
+bicycles	45317
+biblical	45318
+bibliography	45319
+restrain	45320
+restroom	45321
+restock	45322
+restart	45323
+restaurant	45324
+restate	45325
+resting	45326
+restitution	45327
+research	45328
+reseal	45329
+reseat	45330
+reserve	45331
+reservation	45332
+reserving	45333
+reservoir	45334
+resent	45335
+resend	45336
+resemble	45337
+resemblance	45338
+resets	45339
+resetting	45340
+reseller	45341
+reside	45342
+residing	45343
+resistor	45344
+resisted	45345
+resisting	45346
+resignation	45347
+resigned	45348
+resigning	45349
+resigns	45350
+resilience	45351
+resilient	45352
+resized	45353
+respond	45354
+respectful	45355
+respectable	45356
+respected	45357
+respects	45358
+respite	45359
+resurrect	45360
+resurgens	45361
+resulted	45362
+resulting	45363
+results	45364
+resume	45365
+resuming	45366
+resumption	45367
+resubmitted	45368
+resuscitate	45369
+resuscitation	45370
+resorted	45371
+resorting	45372
+resorts	45373
+resourceful	45374
+resources	45375
+rescue	45376
+rescuing	45377
+reschedule	45378
+rescheduling	45379
+rescinded	45380
+reconditioned	45381
+reconvene	45382
+recording	45383
+recordable	45384
+records	45385
+recognition	45386
+recommendation	45387
+recommended	45388
+recommending	45389
+recommends	45390
+recovered	45391
+recovers	45392
+recovery	45393
+recoup	45394
+recount	45395
+recourse	45396
+recollection	45397
+receipt	45398
+receita	45399
+receptacle	45400
+receptor	45401
+recessed	45402
+recession	45403
+recently	45404
+recipe	45405
+recipient	45406
+recite	45407
+reciting	45408
+recruiting	45409
+recruitment	45410
+recruits	45411
+recreate	45412
+recreation	45413
+rectal	45414
+rectify	45415
+rectory	45416
+recline	45417
+reclining	45418
+reclaim	45419
+reclamation	45420
+recycler	45421
+recycled	45422
+recycles	45423
+recyclables	45424
+recall	45425
+recalibrate	45426
+recaps	45427
+recuperate	45428
+recurring	45429
+recurve	45430
+recharge	45431
+recharging	45432
+reckoned	45433
+reckoning	45434
+recklessly	45435
+reproach	45436
+represent	45437
+repressed	45438
+reprimand	45439
+reprint	45440
+reprieve	45441
+reprise	45442
+replay	45443
+replant	45444
+replica	45445
+replenished	45446
+replenishment	45447
+replying	45448
+report	45449
+repore	45450
+repossess	45451
+repose	45452
+repost	45453
+repeat	45454
+repeal	45455
+repetition	45456
+repetitive	45457
+repellent	45458
+repentance	45459
+repercussions	45460
+repertoire	45461
+repair	45462
+repaint	45463
+repaid	45464
+repaying	45465
+repayment	45466
+republican	45467
+repulsed	45468
+repulsive	45469
+reputable	45470
+reputation	45471
+reptiles	45472
+realtor	45473
+realty	45474
+realest	45475
+reacted	45476
+reactor	45477
+reacts	45478
+reachable	45479
+reaching	45480
+reassign	45481
+reason	45482
+reasors	45483
+readily	45484
+readers	45485
+rearrange	45486
+rearranging	45487
+reappear	45488
+reapply	45489
+refine	45490
+refill	45491
+refile	45492
+refundable	45493
+refunded	45494
+refunding	45495
+refunds	45496
+refuse	45497
+refusal	45498
+refusing	45499
+refurbish	45500
+refugee	45501
+refresh	45502
+refreeze	45503
+refried	45504
+referee	45505
+referral	45506
+referred	45507
+referring	45508
+reflect	45509
+reflex	45510
+reformat	45511
+reformed	45512
+relate	45513
+relatable	45514
+relaxin	45515
+relayed	45516
+relaying	45517
+relays	45518
+relapsed	45519
+relied	45520
+relief	45521
+relies	45522
+relight	45523
+relics	45524
+relish	45525
+relisted	45526
+relive	45527
+reliving	45528
+relearn	45529
+relentlessly	45530
+relevance	45531
+relevant	45532
+relocate	45533
+reloaded	45534
+reloading	45535
+reluctantly	45536
+retrain	45537
+retribution	45538
+retroactive	45539
+retrofit	45540
+retrograde	45541
+retrospect	45542
+retain	45543
+retail	45544
+retardation	45545
+retarded	45546
+retards	45547
+retake	45548
+retaking	45549
+retaliate	45550
+retaliation	45551
+retire	45552
+retiring	45553
+retinal	45554
+returns:	45555
+retested	45556
+remove	45557
+removing	45558
+remodeling	45559
+remodels	45560
+remote's	45561
+remotely	45562
+remotes	45563
+remorseful	45564
+remark	45565
+remainder	45566
+remained	45567
+remaining	45568
+remains	45569
+remake	45570
+remaking	45571
+remind	45572
+remission	45573
+remixes	45574
+remedy	45575
+remember	45576
+remembrance	45577
+register	45578
+regional	45579
+regions	45580
+regimen	45581
+regulate	45582
+regulator	45583
+regularly	45584
+regulars	45585
+regarded	45586
+regarding	45587
+regardless	45588
+regards	45589
+regained	45590
+regalia	45591
+regret	45592
+regress	45593
+regrouping	45594
+revert	45595
+reverb	45596
+revere	45597
+revealed	45598
+revealing	45599
+reveals	45600
+revelation	45601
+revelry	45602
+revenue	45603
+revenge	45604
+revise	45605
+reviewed	45606
+reviewing	45607
+reviews	45608
+revival	45609
+revive	45610
+revolution	45611
+revolt	45612
+revoked	45613
+redeemable	45614
+redeeming	45615
+redecorate	45616
+redecorating	45617
+reduce	45618
+reduction	45619
+reducing	45620
+redundancy	45621
+redundant	45622
+redirected	45623
+redirecting	45624
+rednecks	45625
+redbone	45626
+redbox	45627
+renewed	45628
+renewing	45629
+renews	45630
+renegade	45631
+renegotiate	45632
+renter	45633
+rented	45634
+rent-a-car	45635
+rent-a-center	45636
+rentals	45637
+renovate	45638
+renowned	45639
+render	45640
+rendezvous	45641
+renamed	45642
+reinspect	45643
+reinsurance	45644
+reinforce	45645
+reinforcing	45646
+reincarnated	45647
+reincarnation	45648
+reindeers	45649
+reimbursement	45650
+reimbursed	45651
+reiterated	45652
+reboot	45653
+rebook	45654
+reboost	45655
+rebounderz	45656
+rebounding	45657
+rebounds	45658
+rebuild	45659
+rebuilt	45660
+rebels	45661
+rebates	45662
+reelected	45663
+reelection	45664
+reenact	45665
+reenable	45666
+rehearsal	45667
+rehearse	45668
+rehearsing	45669
+reheated	45670
+reheating	45671
+rehabilitation	45672
+rehabs	45673
+rehashing	45674
+rewards	45675
+rewarded	45676
+rewarding	45677
+rewrite	45678
+rewriting	45679
+rewritten	45680
+rewire	45681
+rewiring	45682
+rejection	45683
+rejecting	45684
+rejuvenate	45685
+rejoice	45686
+rejoicing	45687
+requisition	45688
+requested	45689
+requesting	45690
+requests	45691
+reorganize	45692
+reorganization	45693
+reorganizing	45694
+reordered	45695
+reunite	45696
+reuniting	45697
+reunions	45698
+reused	45699
+rerouted	45700
+ranged	45701
+rangefinder	45702
+ranger	45703
+ranges	45704
+rangoon	45705
+rangoli	45706
+ranchitos	45707
+randomly	45708
+randomness	45709
+randoms	45710
+randys	45711
+rankings	45712
+rainbows	45713
+raindrops	45714
+rainfall	45715
+rainforest	45716
+raining	45717
+rainstorm	45718
+railings	45719
+railroads	45720
+raised	45721
+raiser	45722
+raises	45723
+raising	45724
+raisins	45725
+ration	45726
+ratios	45727
+rating:	45728
+ratings	45729
+rattle	45730
+rattling	45731
+racers	45732
+racket	45733
+racked	45734
+racially	45735
+racing	45736
+racism	45737
+racist	45738
+radial	45739
+radios	45740
+radio.com	45741
+radioactive	45742
+radically	45743
+radicals	45744
+radishes	45745
+ramblin	45746
+ramble	45747
+rampage	45748
+rampant	45749
+rampart	45750
+rapidly	45751
+rapids	45752
+rapper	45753
+rapped	45754
+rapping	45755
+ravine	45756
+raving	45757
+raviolis	45758
+ravishing	45759
+ravenous	45760
+ravens	45761
+raggedy	45762
+rafters	45763
+raffles	45764
+raspberries	45765
+raspberry	45766
+rabbits	45767
+rallying	45768
+rallys	45769
+rounder	45770
+rounded	45771
+router	45772
+routed	45773
+routes	45774
+routine	45775
+routing	45776
+roughed	45777
+rougher	45778
+roughest	45779
+roads.com	45780
+roadshow	45781
+roadside	45782
+roadster	45783
+roadie	45784
+roading	45785
+roadblocks	45786
+roadways	45787
+roaster	45788
+roasted	45789
+roomie	45790
+rooming	45791
+roommate's	45792
+roommates	45793
+roofers	45794
+roofie	45795
+roofing	45796
+rooftops	45797
+roosters	45798
+roosterteeth	45799
+rookies	45800
+robber	45801
+robbed	45802
+robbie	45803
+robbing	45804
+robotics	45805
+robintino's	45806
+rotate	45807
+rotator	45808
+rotors	45809
+rotted	45810
+rotten	45811
+rocket	45812
+rocker	45813
+rocked	45814
+rockstar	45815
+rocksino	45816
+rocking	45817
+rockys	45818
+roller	45819
+rolled	45820
+rolling	45821
+rosies	45822
+romantic	45823
+romance	45824
+rodents	45825
+rodeos	45826
+riding	45827
+riddled	45828
+riddles	45829
+riders	45830
+righteousness	45831
+rightfully	45832
+ringers	45833
+ringside	45834
+ringtones	45835
+rinsed	45836
+riches	45837
+richer	45838
+rickenbaugh	45839
+rickety	45840
+rickys	45841
+rivers	45842
+river's	45843
+rivera	45844
+riverfront	45845
+riveting	45846
+rivets	45847
+risers	45848
+ripple	45849
+rippling	45850
+ripped	45851
+ripper	45852
+ripping	45853
+ribbons	45854
+runner	45855
+runneth	45856
+running	45857
+rustlers	45858
+rustys	45859
+rushed	45860
+rusher	45861
+rushes	45862
+rushing	45863
+rubber	45864
+rubbed	45865
+rubbin	45866
+rubbish	45867
+rumble	45868
+rumbling	45869
+rulers	45870
+rheumatologist	45871
+rheumatology	45872
+rhymed	45873
+rhymes	45874
+decoder	45875
+decompression	45876
+decoys	45877
+decide	45878
+deciding	45879
+decision	45880
+decisive	45881
+decimal	45882
+decimated	45883
+deciphering	45884
+decades	45885
+decaff	45886
+decals	45887
+deceit	45888
+decent	45889
+decency	45890
+deception	45891
+deceptive	45892
+declassified	45893
+declawed	45894
+decline	45895
+declining	45896
+decker	45897
+decked	45898
+decrease	45899
+decreasing	45900
+designing	45901
+designs	45902
+desire	45903
+desirable	45904
+desiring	45905
+destroy	45906
+destruct	45907
+destitute	45908
+descend	45909
+descent	45910
+desperado	45911
+despise	45912
+despicable	45913
+despite	45914
+desert	45915
+desktops	45916
+desserts	45917
+delivery	45918
+delivered	45919
+delivers	45920
+delicious	45921
+delighted	45922
+delightful	45923
+delights	45924
+deliberately	45925
+delinquency	45926
+delinquent	45927
+delirious	45928
+delirium	45929
+delegate	45930
+delete	45931
+delayed	45932
+delaying	45933
+delays	45934
+delusional	45935
+delusions	45936
+defend	45937
+defeated	45938
+defeating	45939
+defeats	45940
+defective	45941
+defects	45942
+deferment	45943
+deferred	45944
+define	45945
+deficit	45946
+defiance	45947
+defiant	45948
+defrosting	45949
+defriended	45950
+defaulted	45951
+defaults	45952
+deflated	45953
+depress	45954
+depreciation	45955
+deprive	45956
+deprivation	45957
+depriving	45958
+deposited	45959
+deposits	45960
+deported	45961
+depot.com	45962
+department's	45963
+departments	45964
+departures	45965
+depended	45966
+deployment	45967
+deployed	45968
+deploying	45969
+depths	45970
+dealer	45971
+dealing	45972
+dealio	45973
+deadly	45974
+deadbeat	45975
+deadbolt	45976
+deactivate	45977
+deactivating	45978
+deacons	45979
+devil's	45980
+deviled	45981
+devilish	45982
+deville	45983
+devils	45984
+deviant	45985
+devices	45986
+devote	45987
+devour	45988
+devout	45989
+devonshire	45990
+developmental	45991
+developments	45992
+developer	45993
+developed	45994
+devastated	45995
+devastating	45996
+devastation	45997
+detergent	45998
+deterrent	45999
+detector	46000
+detected	46001
+detail	46002
+detachable	46003
+detached	46004
+detachment	46005
+detoured	46006
+detours	46007
+detoxing	46008
+demons	46009
+demonic	46010
+demontrond	46011
+democrat	46012
+democracy	46013
+demolish	46014
+demolition	46015
+demographics	46016
+demeaning	46017
+demeanor	46018
+demented	46019
+dementia	46020
+dentist's	46021
+dentistry	46022
+dentists	46023
+dentures	46024
+denied	46025
+denies	46026
+denominational	46027
+denominations	46028
+debate	46029
+debatable	46030
+debating	46031
+debited	46032
+debits	46033
+debriefing	46034
+dermal	46035
+derailed	46036
+derailment	46037
+deeper	46038
+deepest	46039
+deepthroating	46040
+deductible	46041
+deduction	46042
+deducting	46043
+deductive	46044
+dedicated	46045
+dedicating	46046
+dedication	46047
+degrade	46048
+degrading	46049
+degree	46050
+degreaser	46051
+degenerate	46052
+dehydrated	46053
+discover	46054
+discography	46055
+discord	46056
+disciple	46057
+discuss	46058
+disclaimer	46059
+discharge	46060
+discharging	46061
+discerning	46062
+discernment	46063
+discarded	46064
+distress	46065
+distrust	46066
+distill	46067
+distal	46068
+distasteful	46069
+disturbance	46070
+disturbed	46071
+disturbing	46072
+disturbs	46073
+distorted	46074
+distortion	46075
+disappoint	46076
+disappear	46077
+disagreement	46078
+disagreed	46079
+disagreeing	46080
+disagrees	46081
+disadvantages	46082
+disarm	46083
+disarray	46084
+disperse	46085
+dispatching	46086
+dispose	46087
+disposition	46088
+dispute	46089
+disputing	46090
+dissect	46091
+dissed	46092
+disses	46093
+dissolution	46094
+dissin	46095
+dissipate	46096
+dissatisfaction	46097
+dissatisfied	46098
+disrespect	46099
+disregard	46100
+disrupted	46101
+dishonest	46102
+dishonor	46103
+dishes	46104
+dishwasher	46105
+dishwashing	46106
+dismay	46107
+dismal	46108
+dismissal	46109
+dismissed	46110
+disobey	46111
+disorder	46112
+disorganized	46113
+disoriented	46114
+disowned	46115
+disgust	46116
+disguise	46117
+disgrace	46118
+disgruntled	46119
+disinfectant	46120
+disinfected	46121
+disinfecting	46122
+disintegrate	46123
+disinterested	46124
+dislike	46125
+disliking	46126
+dislocated	46127
+disloyal	46128
+diseased	46129
+diseases	46130
+diagnose	46131
+diagnostic	46132
+diagonally	46133
+diagrams	46134
+dialect	46135
+dialed	46136
+dialer	46137
+dialogue	46138
+diabetic	46139
+diabetes	46140
+diamonds	46141
+diapers	46142
+divers	46143
+divert	46144
+divergent	46145
+divide	46146
+dividing	46147
+divine	46148
+diving	46149
+divinity	46150
+divisional	46151
+divisions	46152
+divorced	46153
+divorces	46154
+dicker	46155
+dicked	46156
+dickheads	46157
+dickwad	46158
+dickweed	46159
+dictate	46160
+dictator	46161
+dictionary	46162
+director	46163
+directv	46164
+direct.com	46165
+directed	46166
+directly	46167
+directs	46168
+dirtier	46169
+dirtiest	46170
+digger's	46171
+diggers	46172
+diggin	46173
+diggity	46174
+digital	46175
+digitizer	46176
+digits	46177
+digesting	46178
+digestion	46179
+digestive	46180
+dignified	46181
+dignify	46182
+dinero	46183
+diners	46184
+dinosaur	46185
+dilate	46186
+dilemmas	46187
+diligently	46188
+different	46189
+difference	46190
+diffuser	46191
+dieting	46192
+dietitian	46193
+diesels	46194
+dimensional	46195
+dimensions	46196
+diplomatic	46197
+dipped	46198
+dipper	46199
+dipping	46200
+dipshits	46201
+diddle	46202
+diddly	46203
+ditched	46204
+ditches	46205
+downspout	46206
+downline	46207
+downer	46208
+downed	46209
+downgrade	46210
+downgrading	46211
+downpayment	46212
+downplay	46213
+downpour	46214
+downfalls	46215
+downright	46216
+downriver	46217
+downtime	46218
+downtown	46219
+donated	46220
+donates	46221
+donation	46222
+donating	46223
+donnas	46224
+donuts.com	46225
+doorbuster	46226
+doorbell	46227
+doorman	46228
+doormat	46229
+doorstep	46230
+doorways	46231
+doodles	46232
+domino	46233
+domineering	46234
+domestic	46235
+doctor's	46236
+doctored	46237
+doctors	46238
+documentation	46239
+docked	46240
+docket	46241
+dockside	46242
+double	46243
+doubling	46244
+doubly	46245
+doubted	46246
+doubtful	46247
+doubting	46248
+doubts	46249
+doughnut	46250
+doughs	46251
+douchebags	46252
+doggie	46253
+doggin	46254
+dogged	46255
+doggers	46256
+doggystyle	46257
+dollar	46258
+dodgeball	46259
+dodged	46260
+dodges	46261
+dosages	46262
+dozens	46263
+doesn't	46264
+doesnt	46265
+driver	46266
+drives	46267
+driveway	46268
+driveable	46269
+driveline	46270
+driven	46271
+drivetrain	46272
+driving	46273
+drinkers	46274
+drinking	46275
+drifter	46276
+drifted	46277
+dripping	46278
+dripped	46279
+drippy	46280
+drilled	46281
+driller	46282
+drizzled	46283
+drawback	46284
+drawbridge	46285
+drawers	46286
+drawings	46287
+drawls	46288
+dragons	46289
+dragonvale	46290
+draggin	46291
+dragged	46292
+drained	46293
+drainer	46294
+dramatically	46295
+dramatics	46296
+draperies	46297
+drapery	46298
+dreamin	46299
+dreamcatcher	46300
+dreamland	46301
+dreams	46302
+dreamt	46303
+dreamy	46304
+dreaded	46305
+dreadful	46306
+dreading	46307
+dreadlocks	46308
+dreads	46309
+dresser	46310
+dressed	46311
+dresses	46312
+dressings	46313
+droppin	46314
+dropoff	46315
+dropout	46316
+drowned	46317
+drowning	46318
+drowsiness	46319
+drowsy	46320
+drooled	46321
+drooling	46322
+drugged	46323
+druggy	46324
+drugs.com	46325
+drugstore	46326
+drumstick	46327
+drumset	46328
+drummer	46329
+drumming	46330
+drunken	46331
+drunker	46332
+drywallers	46333
+dancer	46334
+danced	46335
+dancehall	46336
+dances	46337
+dancewear	46338
+dancing	46339
+dangerous	46340
+dangers	46341
+dangle	46342
+dangling	46343
+dangly	46344
+dandelion	46345
+dander	46346
+danielle	46347
+darken	46348
+darker	46349
+darkest	46350
+darkside	46351
+daredevil	46352
+darling	46353
+damnedest	46354
+damaged	46355
+damages	46356
+dampers	46357
+databases	46358
+daddy's	46359
+daddy.com	46360
+daddys	46361
+daddies	46362
+daddio	46363
+dailymotion	46364
+dallas/fort	46365
+dashed	46366
+dashes	46367
+dazzled	46368
+dumpling	46369
+dumplins	46370
+dumpster	46371
+dumped	46372
+dumper	46373
+dumbasses	46374
+dumbbells	46375
+dumber	46376
+dumbest	46377
+dumbfounded	46378
+dumbfuck	46379
+dunking	46380
+duplicate	46381
+duplicator	46382
+duplexes	46383
+duckies	46384
+ducking	46385
+duster	46386
+dusted	46387
+dusting	46388
+durability	46389
+durable	46390
+duration:	46391
+dynamo	46392
+antibiotic	46393
+antibacterial	46394
+antics	46395
+anti-christ	46396
+anti-depressants	46397
+anti-inflammatory	46398
+anti-virus	46399
+antidepressant	46400
+antidisestablishmentarianism	46401
+antidote	46402
+antique	46403
+antiquated	46404
+antennas	46405
+anthology	46406
+anthony	46407
+anthrax	46408
+anthropology	46409
+antacids	46410
+antagonize	46411
+antagonizing	46412
+announce	46413
+announcing	46414
+annoyance	46415
+annoyed	46416
+annoying	46417
+annoys	46418
+annually	46419
+annuities	46420
+annuity	46421
+annihilate	46422
+annihilation	46423
+anniversaries	46424
+anniversary	46425
+angela	46426
+angels	46427
+angered	46428
+angers	46429
+angler	46430
+angled	46431
+angles	46432
+angiogram	46433
+angioplasty	46434
+angrier	46435
+angrily	46436
+analogies	46437
+analogy	46438
+anything's	46439
+anything.	46440
+anythings	46441
+anytimes	46442
+anyways	46443
+anywheres	46444
+andrea	46445
+andrew	46446
+android	46447
+animal	46448
+anonymously	46449
+anchored	46450
+anchorman	46451
+anchors	46452
+ancestors	46453
+ancestry.com	46454
+anesthesia	46455
+alleged	46456
+allegiance	46457
+allegory	46458
+allegra	46459
+allergy	46460
+alleys	46461
+alleyway	46462
+alleles	46463
+allelujah	46464
+allowed	46465
+allowing	46466
+allows	46467
+allocate	46468
+allocation	46469
+allotment	46470
+allotted	46471
+alloys	46472
+allied	46473
+allies	46474
+alliances	46475
+alligators	46476
+allisonville	46477
+alluded	46478
+alluding	46479
+allusions	46480
+all-american	46481
+all-around	46482
+alternate	46483
+alternator	46484
+alterations	46485
+altercare	46486
+altercation	46487
+alignments	46488
+alienated	46489
+alongs	46490
+albums	46491
+alcohols	46492
+alphabetical	46493
+almonds	46494
+accounted	46495
+accounting	46496
+accounts	46497
+accordance	46498
+access-a-ride	46499
+accessed	46500
+accessserveces	46501
+accepted	46502
+accepting	46503
+acceptor	46504
+accepts	46505
+accents	46506
+accentuate	46507
+accuse	46508
+accustom	46509
+accusing	46510
+accumulate	46511
+accurate	46512
+accuracy	46513
+accidentally	46514
+accredo	46515
+accrued	46516
+acclimated	46517
+active	46518
+acting	46519
+actions	46520
+actuality	46521
+actually	46522
+actuator	46523
+actuation	46524
+achieve	46525
+achieving	46526
+acronyms	46527
+acrossed	46528
+academic	46529
+academies	46530
+acquire	46531
+acquiring	46532
+acquisitions	46533
+acquaintances	46534
+advert	46535
+adverb	46536
+advise	46537
+advisor	46538
+advisable	46539
+advising	46540
+advils	46541
+advance	46542
+advancing	46543
+advantageous	46544
+advantages	46545
+advocate	46546
+advocating	46547
+addicted	46548
+addicts	46549
+addition	46550
+additive	46551
+added:	46552
+addendums	46553
+adderalls	46554
+addressed	46555
+addresses	46556
+administer	46557
+admirer	46558
+admired	46559
+admirable	46560
+admiration	46561
+admitted	46562
+admitting	46563
+adoration	46564
+adored	46565
+adores	46566
+adoption	46567
+adopting	46568
+adoptive	46569
+adolescent	46570
+adolescence	46571
+adjustment	46572
+adjustable	46573
+adjusting	46574
+adapter	46575
+adapted	46576
+adapting	46577
+adaptive	46578
+adamantly	46579
+adriana	46580
+article	46581
+artist	46582
+artisan	46583
+artifact	46584
+artificial	46585
+artery	46586
+arrange	46587
+arranging	46588
+arrive	46589
+arrival	46590
+arriving	46591
+arrested	46592
+arresting	46593
+arrests	46594
+arrowhead	46595
+arrows	46596
+arrogance	46597
+arrogant	46598
+architect	46599
+archive	46600
+arching	46601
+arched	46602
+arches	46603
+arcades	46604
+armored	46605
+armory	46606
+armadillos	46607
+arises	46608
+argued	46609
+argues	46610
+argumentative	46611
+arguments	46612
+arouse	46613
+arousal	46614
+arousing	46615
+arbitrary	46616
+arenas	46617
+arsenal	46618
+arsenic	46619
+assess	46620
+assemble	46621
+assembly	46622
+assertive	46623
+assets	46624
+assisted	46625
+assists	46626
+assignment	46627
+assigned	46628
+assigning	46629
+assume	46630
+assumption	46631
+assuming	46632
+assure	46633
+assurance	46634
+assuring	46635
+assassins	46636
+assaulted	46637
+assaulting	46638
+associate	46639
+assorted	46640
+assortment	46641
+assholes	46642
+astral	46643
+astray	46644
+asterisks	46645
+asteroids	46646
+astounded	46647
+astounding	46648
+astonished	46649
+astonishing	46650
+aspiration	46651
+aspirated	46652
+aspiring	46653
+aspirins	46654
+aspects	46655
+aspens	46656
+ashleys	46657
+ascending	46658
+approach	46659
+approx	46660
+appropriate	46661
+apprentice	46662
+appraise	46663
+appraisal	46664
+appear	46665
+appeal	46666
+appease	46667
+appetite	46668
+appendectomy	46669
+appliance	46670
+applique	46671
+apples	46672
+apple.com	46673
+applaud	46674
+applause	46675
+applying	46676
+apparatus	46677
+apparition	46678
+appalled	46679
+appalling	46680
+appointments	46681
+apologies	46682
+apostles	46683
+apocalypse	46684
+apocalyptic	46685
+apartments	46686
+ambience	46687
+ambient	46688
+ambulance	46689
+ambushed	46690
+america	46691
+americu	46692
+amendment	46693
+amended	46694
+amending	46695
+amends	46696
+amazed	46697
+amazement	46698
+amazes	46699
+amazingly	46700
+amazon.com	46701
+amateurs	46702
+amatuer	46703
+amatures	46704
+amantes	46705
+amplify	46706
+amputate	46707
+amputation	46708
+amperage	46709
+ampersand	46710
+amphibious	46711
+amphitheater	46712
+amici's	46713
+amigos	46714
+amusements	46715
+ammonia	46716
+ammonium	46717
+autopay	46718
+autopilot	46719
+autopro	46720
+autopsy	46721
+autoship	46722
+autosmart	46723
+autosound	46724
+autocorrect	46725
+autoclave	46726
+autographed	46727
+autographs	46728
+autobell	46729
+autobiography	46730
+autotext	46731
+autotrader.com	46732
+authors	46733
+authenticity	46734
+auditor	46735
+audited	46736
+audits	46737
+audiobook	46738
+audios	46739
+audiotronics	46740
+audible.com	46741
+audiences	46742
+auctioneers	46743
+absorb	46744
+absorption	46745
+absolute	46746
+absolution	46747
+absences	46748
+absentee	46749
+abstinence	46750
+abstinent	46751
+abortions	46752
+abouts	46753
+abuser	46754
+abused	46755
+abuses	46756
+abusing	46757
+abusive	46758
+abundantly	46759
+abrasion	46760
+abrasive	46761
+abbreviated	46762
+abbreviations	46763
+abilities	46764
+ability	46765
+attend	46766
+attempted	46767
+attempting	46768
+attempts	46769
+attach	46770
+attack	46771
+attainable	46772
+attracted	46773
+attracts	46774
+attribute	46775
+attrition	46776
+attics	46777
+attitudes	46778
+athlete's	46779
+athletes	46780
+athletics	46781
+atrocities	46782
+atrocity	46783
+atmosphere	46784
+atmospheric	46785
+airbrushed	46786
+airbrushing	46787
+airbags	46788
+airboat	46789
+airborne	46790
+airline	46791
+airlifted	46792
+airfares	46793
+airplane	46794
+airplay	46795
+airports	46796
+airtight	46797
+airtime	46798
+airways	46799
+affiliate	46800
+affiliation	46801
+affirmation	46802
+affirmative	46803
+affidavits	46804
+affection	46805
+affecting	46806
+affective	46807
+afterschool	46808
+afternoon's	46809
+afternoons	46810
+afterward	46811
+afterwhile	46812
+aftermarket	46813
+aftermath	46814
+aggressor	46815
+aggregates	46816
+aggravated	46817
+aggravates	46818
+aggravating	46819
+aggravation	46820
+agencies	46821
+agency	46822
+agendas	46823
+agents	46824
+agreeable	46825
+agreeance	46826
+agreements	46827
+agitated	46828
+award-winning	46829
+awarded	46830
+awards	46831
+awareness	46832
+awakening	46833
+awakened	46834
+average	46835
+averaging	46836
+avenues	46837
+available	46838
+aviator	46839
+aviation	46840
+aerobics	46841
+aerosol	46842
+aerospace	46843
+transaction	46844
+transvestite	46845
+trans-siberian	46846
+transexual	46847
+transom	46848
+transsexual	46849
+transunion	46850
+trannies	46851
+tranny	46852
+trailblazer	46853
+trailer	46854
+trails	46855
+trailhead	46856
+trailing	46857
+trailwood	46858
+training	46859
+trains	46860
+trainwreck	46861
+traitor	46862
+traits	46863
+tracks	46864
+tracking	46865
+tractor	46866
+traction	46867
+traced	46868
+tracer	46869
+traces	46870
+trachea	46871
+tracheotomy	46872
+trader	46873
+trades	46874
+trade-in	46875
+traded	46876
+trademark	46877
+tradepost	46878
+tradewinds	46879
+tradition	46880
+trading	46881
+travel	46882
+travesty	46883
+trample	46884
+trampoline	46885
+tramps	46886
+tramadol	46887
+trapping	46888
+trapeze	46889
+trapezoid	46890
+traumatic	46891
+tragedies	46892
+tragedy	46893
+tragically	46894
+tricks	46895
+tricking	46896
+trickum	46897
+tricky	46898
+tricep	46899
+triplet	46900
+triple-a	46901
+tripled	46902
+triples	46903
+triplex	46904
+trippin	46905
+trippy	46906
+triangle	46907
+triangular	46908
+trials	46909
+triggered	46910
+triggering	46911
+triggers	46912
+tribulation	46913
+tribute	46914
+tribes	46915
+triflin	46916
+trifle	46917
+tristin	46918
+tri-care	46919
+tri-cities	46920
+trillions	46921
+trinkets	46922
+trivial	46923
+treatment	46924
+treatable	46925
+treats	46926
+treaty	46927
+treasure	46928
+treason	46929
+treadmill	46930
+treading	46931
+treads	46932
+trends	46933
+trending	46934
+trendy	46935
+trenching	46936
+treestand	46937
+treetops	46938
+trespassing	46939
+tremble	46940
+trembling	46941
+tremendously	46942
+trusting	46943
+trusts	46944
+trustworthy	46945
+trusty	46946
+trusses	46947
+trucker	46948
+truckin	46949
+trucks	46950
+truckload	46951
+truthfully	46952
+truthfulness	46953
+trumpets	46954
+trunks	46955
+troubadour	46956
+trousers	46957
+tropical	46958
+tropics	46959
+trophies	46960
+trophy	46961
+trolled	46962
+trolley	46963
+troopers	46964
+terrier	46965
+terrors	46966
+terrace	46967
+terrain	46968
+terrarium	46969
+terras	46970
+termite	46971
+teresa	46972
+terested	46973
+tender	46974
+tended	46975
+tendonitis	46976
+tendons	46977
+tentacle	46978
+tentative	46979
+tenths	46980
+tenant	46981
+tenancy	46982
+tenacious	46983
+tenacity	46984
+tensioner	46985
+tensions	46986
+tenets	46987
+teleport	46988
+telephone	46989
+telecare	46990
+telecheck	46991
+telescope	46992
+telesales	46993
+teleserve	46994
+telemarketer	46995
+telemarketing	46996
+television	46997
+televised	46998
+telegram	46999
+telegraph	47000
+tellers	47001
+telling	47002
+teaser	47003
+teased	47004
+teases	47005
+teasing	47006
+teaspoons	47007
+teaching	47008
+teachable	47009
+teammates	47010
+teamspeak	47011
+teardrops	47012
+tempered	47013
+tempers	47014
+temptations	47015
+temporal	47016
+templates	47017
+temples	47018
+testing	47019
+tester	47020
+tested	47021
+testes	47022
+testament	47023
+teenager	47024
+teenies	47025
+teensy	47026
+teeters	47027
+teething	47028
+technique	47029
+textile	47030
+textin	47031
+textured	47032
+textures	47033
+textbooks	47034
+texted	47035
+texter	47036
+tangled	47037
+tangles	47038
+tanglewilde	47039
+tangerine	47040
+tangent	47041
+tangos	47042
+tanker	47043
+tanked	47044
+tanner	47045
+tanned	47046
+tandoori	47047
+tantrum	47048
+tantric	47049
+talkie	47050
+talkin	47051
+talker	47052
+talked	47053
+talented	47054
+talents	47055
+taller	47056
+tallest	47057
+tartan	47058
+tartar	47059
+tasteful	47060
+taster	47061
+tasted	47062
+tasteless	47063
+tastes	47064
+tasting	47065
+tastic	47066
+tackle	47067
+tackling	47068
+tactic	47069
+tactile	47070
+tailored	47071
+tailoring	47072
+tailors	47073
+tailgate	47074
+tailgating	47075
+taillights	47076
+tainted	47077
+takeoff	47078
+takeout	47079
+takeover	47080
+takers	47081
+taking	47082
+tamari	47083
+tamaroff	47084
+tamales	47085
+tampered	47086
+tampering	47087
+tampons	47088
+tapered	47089
+tapers	47090
+tapestry	47091
+tablespoon	47092
+tabletop	47093
+tablets	47094
+tablecloths	47095
+tattooed	47096
+tattooing	47097
+tattoos	47098
+tatted	47099
+tattered	47100
+taters	47101
+taxidermist	47102
+taxidermy	47103
+torture	47104
+torturing	47105
+torturous	47106
+tortas	47107
+tortillas	47108
+tortoises	47109
+tornadoes	47110
+tornados	47111
+torrential	47112
+torrents	47113
+touchdown	47114
+touchin	47115
+touchless	47116
+touchpad	47117
+touchy	47118
+touring	47119
+tournament	47120
+tourney	47121
+toured	47122
+tourettes	47123
+toughen	47124
+tougher	47125
+toughest	47126
+toothbrush	47127
+toothache	47128
+toothless	47129
+tootsie	47130
+toolbar	47131
+toolbox	47132
+tonight's	47133
+tonight.	47134
+tonights	47135
+tonics	47136
+toners	47137
+tonsils	47138
+tongues	47139
+townhouse	47140
+townhomes	47141
+towners	47142
+township	47143
+towering	47144
+towers	47145
+towels	47146
+tomatoes	47147
+tombstones	47148
+topper	47149
+topped	47150
+toppings	47151
+topical	47152
+topics	47153
+totalled	47154
+totally	47155
+tolerate	47156
+tolerating	47157
+tolerance	47158
+tolerant	47159
+today's	47160
+today.	47161
+today:	47162
+todays	47163
+toddlers	47164
+toaster	47165
+toasted	47166
+toxicity	47167
+toxicology	47168
+toxins	47169
+toiletries	47170
+toiletry	47171
+there.	47172
+thereby	47173
+therefore	47174
+therein	47175
+thereof	47176
+theres	47177
+thermo	47178
+thermal	47179
+theraflu	47180
+theory	47181
+theological	47182
+theology	47183
+theater	47184
+themed	47185
+themes	47186
+themself	47187
+themselves	47188
+they'd	47189
+they'll	47190
+they're	47191
+they've	47192
+throwback	47193
+throwin	47194
+throwaway	47195
+thrown	47196
+throws	47197
+throating	47198
+throats	47199
+throbbing	47200
+throbs	47201
+throughout	47202
+throughs	47203
+threat	47204
+thread	47205
+threes	47206
+thrilling	47207
+thrills	47208
+thrifty	47209
+thrive	47210
+thriving	47211
+thrust	47212
+thrush	47213
+thinker	47214
+thinkin	47215
+thinks	47216
+thing's	47217
+thingies	47218
+things	47219
+thingy	47220
+thinner	47221
+thinning	47222
+thinset	47223
+third-party	47224
+thirdly	47225
+thirds	47226
+thirteen	47227
+thirties	47228
+thirty	47229
+thirsty	47230
+thicken	47231
+thicker	47232
+thicket	47233
+thieving	47234
+thankful	47235
+thanks	47236
+thanked	47237
+thanking	47238
+thangs	47239
+that'd	47240
+that'll	47241
+that's	47242
+thought	47243
+thousands	47244
+thorne	47245
+thorns	47246
+thoroughbred	47247
+thoroughly	47248
+thundercloud	47249
+thundering	47250
+thumbnail	47251
+thumbs	47252
+thumper	47253
+timestamp	47254
+timeline	47255
+timeless	47256
+timely	47257
+timecards	47258
+timeouts	47259
+timers	47260
+timberlands	47261
+timings	47262
+tingle	47263
+tingling	47264
+tingly	47265
+tinkering	47266
+ticket	47267
+ticked	47268
+ticker	47269
+tickle	47270
+tighten	47271
+tighter	47272
+tightest	47273
+tipper	47274
+tipped	47275
+tiredness	47276
+tiresome	47277
+turnover	47278
+turnoff	47279
+turnout	47280
+turner	47281
+turned	47282
+turnip	47283
+turning	47284
+turntable	47285
+turnabout	47286
+turnaround	47287
+turbines	47288
+turbos	47289
+turtlenecks	47290
+tuners	47291
+tumbler	47292
+tumbleweed	47293
+tutorial	47294
+tutoring	47295
+tuxedos	47296
+twinks	47297
+twister	47298
+twisted	47299
+twitches	47300
+twitching	47301
+twitterpated	47302
+tweeting	47303
+tweets	47304
+tweens	47305
+tweaker	47306
+tweaked	47307
+twerking	47308
+two-way	47309
+two-week	47310
+typically	47311
+manipulate	47312
+manipulator	47313
+manifest	47314
+manifold	47315
+maniac	47316
+manicure	47317
+manicotti	47318
+manage	47319
+managing	47320
+manatees	47321
+manufacture	47322
+manufacturing	47323
+manually	47324
+manuals	47325
+mandarin	47326
+mandas	47327
+mandolin	47328
+mangoes	47329
+mangos	47330
+manger	47331
+manner	47332
+mannequin	47333
+manned	47334
+mansions	47335
+maneuvering	47336
+maneuvers	47337
+manhole	47338
+manhood	47339
+marina	47340
+marine	47341
+mariachi	47342
+mariah	47343
+marital	47344
+maritime	47345
+maritza	47346
+marion	47347
+market	47348
+marker	47349
+marked	47350
+markings	47351
+marksman	47352
+martial	47353
+martyr	47354
+margaret	47355
+marginal	47356
+margins	47357
+marriage	47358
+marrying	47359
+marshal	47360
+marshmallow	47361
+marshes	47362
+marathons	47363
+marching	47364
+mareos	47365
+marvelous	47366
+master	47367
+mastectomy	47368
+masturbate	47369
+mastic	47370
+mastiff	47371
+mastitis	47372
+massacre	47373
+masses	47374
+masseuse	47375
+massively	47376
+mashed	47377
+masher	47378
+masonite	47379
+masonry	47380
+masons	47381
+masculine	47382
+masculinity	47383
+matter	47384
+matted	47385
+mattresses	47386
+matched	47387
+matches	47388
+matchmaker	47389
+matchmaking	47390
+matchups	47391
+material	47392
+matured	47393
+matures	47394
+maturing	47395
+maturity	47396
+mathematical	47397
+mathematics	47398
+matinee	47399
+mating	47400
+magnet	47401
+magnitude	47402
+magnolias	47403
+magnums	47404
+magical	47405
+magician	47406
+magicJack	47407
+magistrate's	47408
+maggots	47409
+mailer	47410
+mailed	47411
+mail.com	47412
+mailboxes	47413
+mailings	47414
+maintain	47415
+maintenance	47416
+mainsource	47417
+mainland	47418
+mainline	47419
+mainly	47420
+machine	47421
+macadam	47422
+macaroon	47423
+macaroni	47424
+malaria	47425
+malarkey	47426
+malicious	47427
+malice	47428
+maddening	47429
+madder	47430
+maddies	47431
+mammoth	47432
+mammal	47433
+makeover	47434
+makeout	47435
+makers	47436
+makeshift	47437
+makings	47438
+mayor's	47439
+mayors	47440
+maxima	47441
+maximum	47442
+majoring	47443
+majority	47444
+motorhome	47445
+motorola	47446
+motors	47447
+motoplex	47448
+motoprimo	47449
+mother-in-law	47450
+motherboard	47451
+mothers	47452
+mother's	47453
+motherhood	47454
+mothering	47455
+motive	47456
+motional	47457
+motionless	47458
+motions	47459
+motels	47460
+monogram	47461
+monoprice	47462
+monotone	47463
+monotonous	47464
+monotony	47465
+monologues	47466
+money's	47467
+money.com	47468
+moneygram	47469
+moneypak	47470
+moneys	47471
+monetarily	47472
+monetary	47473
+monitored	47474
+monitoring	47475
+monitors	47476
+monicals	47477
+monster	47478
+month's	47479
+monthly	47480
+months	47481
+monkey's	47482
+monkeys	47483
+monarchs	47484
+monarchy	47485
+monday	47486
+mondawmin	47487
+mortal	47488
+mortar	47489
+mortgages	47490
+mortician	47491
+mortified	47492
+morale	47493
+morality	47494
+morally	47495
+morals	47496
+morning	47497
+modeled	47498
+modeling	47499
+models	47500
+modern	47501
+modest	47502
+modems	47503
+modification	47504
+modifying	47505
+modular	47506
+modulator	47507
+modules	47508
+mountain	47509
+mounted	47510
+mounting	47511
+mounts	47512
+mounds	47513
+mouse.com	47514
+mousetrap	47515
+molest	47516
+molecule	47517
+molecular	47518
+moldings	47519
+molars	47520
+moonshine	47521
+moonstone	47522
+moonlighting	47523
+moochies	47524
+mooching	47525
+moment's	47526
+momento	47527
+moments	47528
+momentum	47529
+momma's	47530
+mommas	47531
+mommy's	47532
+mommys	47533
+movements	47534
+movers	47535
+movies	47536
+movie's	47537
+moving	47538
+mocked	47539
+mockery	47540
+mockingbird	47541
+mostess	47542
+mostest	47543
+mosquitoes	47544
+mobile.com	47545
+mobiles	47546
+mobsters	47547
+mopeds	47548
+moisture	47549
+moaned	47550
+moaner	47551
+mowers	47552
+mission	47553
+missile	47554
+missin	47555
+misspell	47556
+misspoke	47557
+missed	47558
+misses	47559
+mistake	47560
+mistaking	47561
+mistrust	47562
+mistype	47563
+miscounted	47564
+miscalculated	47565
+mischief	47566
+mischievous	47567
+misinterpretation	47568
+misinterpreted	47569
+misinterpreting	47570
+misinformation	47571
+misinformed	47572
+misfit	47573
+misunderstand	47574
+misunderstood	47575
+misdemeanors	47576
+misdiagnosed	47577
+misdial	47578
+misleading	47579
+misplaced	47580
+miniscule	47581
+minimal	47582
+minimum	47583
+miniatures	47584
+minions	47585
+minivans	47586
+minded	47587
+minder	47588
+mindfulness	47589
+mindset	47590
+mineral	47591
+miners	47592
+mineshaft	47593
+minestrone	47594
+minutes	47595
+minuteman	47596
+minuses	47597
+minorities	47598
+minority	47599
+mingle	47600
+mingling	47601
+minnows	47602
+million	47603
+milligram	47604
+milliliter	47605
+millimeter	47606
+milling	47607
+millisecond	47608
+miller	47609
+millet	47610
+millstone	47611
+millwork	47612
+millwright	47613
+milestone	47614
+mileage:	47615
+milkshake	47616
+militia	47617
+microsoft	47618
+microwave	47619
+microwavable	47620
+microwaving	47621
+microchipped	47622
+microfiber	47623
+microfibre	47624
+microphones	47625
+michaels.com	47626
+michelin	47627
+michelle	47628
+mid-day	47629
+mid-december	47630
+midwife	47631
+midwives	47632
+middleman	47633
+middlesex	47634
+midstate	47635
+midterms	47636
+mittens	47637
+migrate	47638
+migraines	47639
+miracle	47640
+miraculous	47641
+mixers	47642
+mixtapes	47643
+mixtures	47644
+mimicking	47645
+medica	47646
+medics	47647
+medial	47648
+median	47649
+meditate	47650
+medium-size	47651
+mediums	47652
+mediocre	47653
+mediocrity	47654
+medallions	47655
+metaphor	47656
+metaphysical	47657
+metalico	47658
+metallic	47659
+metals	47660
+metabolic	47661
+metabolism	47662
+methamphetamine	47663
+method	47664
+methotrexate	47665
+metrocast	47666
+metronome	47667
+metros	47668
+metrics	47669
+meteorite	47670
+meteorologist	47671
+meteors	47672
+meters	47673
+mercedes-benz	47674
+mercantile	47675
+mercies	47676
+merciful	47677
+merican	47678
+meridianville	47679
+merits	47680
+merged	47681
+mergency	47682
+merger	47683
+merrier	47684
+merrily	47685
+merrionette	47686
+mentioned	47687
+mentioning	47688
+mentions	47689
+mentors	47690
+mentoring	47691
+mentality	47692
+mentally	47693
+mender	47694
+mended	47695
+menace	47696
+menacing	47697
+meaning	47698
+meanie	47699
+meandering	47700
+meaner	47701
+meanest	47702
+meantime	47703
+measure	47704
+measurable	47705
+measuring	47706
+measles	47707
+measly	47708
+meatballs	47709
+memory	47710
+members	47711
+membranes	47712
+message	47713
+messaging	47714
+messenger	47715
+messed	47716
+messes	47717
+messing	47718
+mesmerized	47719
+melodrama	47720
+melodies	47721
+melody	47722
+melons	47723
+meltdowns	47724
+melancholy	47725
+melanie	47726
+melanoma	47727
+megabyte	47728
+megapixel	47729
+megaphone	47730
+megaplex	47731
+mechanical	47732
+mechanic's	47733
+mechanics	47734
+mechanisms	47735
+meetings	47736
+musica	47737
+musician	47738
+music's	47739
+music.com	47740
+musics	47741
+mustache	47742
+mustang	47743
+mustard	47744
+musketeer	47745
+mushrooms	47746
+muscles	47747
+museums	47748
+multipurpose	47749
+multitask	47750
+multitude	47751
+multivitamin	47752
+multiverse	47753
+multicolored	47754
+multicultural	47755
+multimedia	47756
+multimeter	47757
+mullets	47758
+mulligans	47759
+mulling	47760
+munchers	47761
+munchies	47762
+munching	47763
+munchkins	47764
+municipality	47765
+murderer	47766
+murdered	47767
+muchos	47768
+mumble	47769
+mumbling	47770
+muggins	47771
+mufflers	47772
+mystery	47773
+mystic	47774
+mystique	47775
+Allegan	47776
+Allegheny	47777
+Allens	47778
+Allen's	47779
+Allentown	47780
+Allergy	47781
+Alleria	47782
+Allerton	47783
+Allison	47784
+Alliston	47785
+Allie's	47786
+Allied	47787
+Allies	47788
+Alliance	47789
+Alliant	47790
+Allstars	47791
+Allstate	47792
+Albert	47793
+Alberni	47794
+Albers	47795
+Albania	47796
+Albanese	47797
+Albans	47798
+Albany	47799
+Alexia	47800
+Alexis	47801
+Alexius	47802
+Alejandro's	47803
+Alamos	47804
+Alamodome	47805
+Alamogordo	47806
+Alana's	47807
+Alabama's	47808
+Alisal	47809
+Alison	47810
+Alice's	47811
+Alicia's	47812
+Aliens	47813
+Alienware	47814
+Altamont	47815
+Altama	47816
+Alterra	47817
+Alderson	47818
+Alderwood	47819
+Alcoholics	47820
+Alfonso's	47821
+Alfredo's	47822
+Algona	47823
+Algonquin	47824
+Almond	47825
+Almont	47826
+AlphaGraphics	47827
+Alpharetta	47828
+Alvarado	47829
+Alvarez	47830
+Alvaro	47831
+Andrea	47832
+Andrew	47833
+Andres	47834
+Andre's	47835
+Andree	47836
+Andrey	47837
+Android	47838
+Andros	47839
+Andromeda	47840
+Andronico's	47841
+Anderson	47842
+Andersen	47843
+Andale	47844
+Andalusia	47845
+Antica	47846
+Antico	47847
+Antigo	47848
+Antigua	47849
+Antiques	47850
+Anton's	47851
+Antone	47852
+Antony	47853
+Antoine's	47854
+Antoinette	47855
+Anthony's	47856
+Anthonys	47857
+Angeli	47858
+Angela	47859
+Angelo	47860
+Angeles	47861
+Angell	47862
+Angels	47863
+Angleton	47864
+Annie's	47865
+Annies	47866
+Anacortes	47867
+Anacostia	47868
+Anastasia's	47869
+Animals	47870
+Animated	47871
+Animation	47872
+Anisha	47873
+Armand	47874
+Armani	47875
+Armageddon	47876
+Armagh	47877
+Armondo	47878
+Armonk	47879
+Armory	47880
+Armenia	47881
+Armstrong	47882
+Armstead	47883
+Archie	47884
+Archibald	47885
+Archbishop	47886
+Archbold	47887
+Archdale	47888
+Archdiocese	47889
+Arcadia	47890
+Arcade	47891
+Ariana	47892
+Arianna	47893
+Ariel's	47894
+Arielle	47895
+Aristocats	47896
+Aristotle	47897
+Arizona's	47898
+Arabia	47899
+Arabic	47900
+Arandas	47901
+Artesa	47902
+Artesia	47903
+Argonaut	47904
+Argonne	47905
+Argosy	47906
+Arrowhead	47907
+Arrowood	47908
+Arboretum	47909
+Arbors	47910
+Arnold's	47911
+Arnolds	47912
+Arlene	47913
+Ameris	47914
+AmeriCorps	47915
+AmeriGas	47916
+AmeriHealth	47917
+Amerie	47918
+Amerigroup	47919
+Ameriprise	47920
+Amanda's	47921
+Amandas	47922
+Amarillo	47923
+Amazon's	47924
+Amityville	47925
+Ambrose	47926
+Ambrosius	47927
+Ashley	47928
+Ashlee	47929
+Ashleigh	47930
+Ashland	47931
+Ashburn	47932
+Ashbury	47933
+Ashtons	47934
+Ashwood	47935
+Ashworth	47936
+Assemblies	47937
+Assembly	47938
+Assessors	47939
+Associate	47940
+Association	47941
+Assisted	47942
+Astrid	47943
+Astrix	47944
+Astros	47945
+Astor's	47946
+Astoria	47947
+Adventure	47948
+Adventist	47949
+Advisor	47950
+Advising	47951
+Advanced	47952
+Advantage	47953
+Advantis	47954
+Advocacy	47955
+Advocate	47956
+Adelaide	47957
+Adelanto	47958
+Adele's	47959
+Adeline	47960
+Adelitas	47961
+Adelphia	47962
+Adamson	47963
+Adamsville	47964
+Addison	47965
+Addies	47966
+Adriana	47967
+Adrian's	47968
+Adrianne	47969
+Adrians	47970
+Adolfo	47971
+Administration	47972
+Administrative	47973
+Automall	47974
+AutoCAD	47975
+AutoCorrect	47976
+Autosports	47977
+Autoway	47978
+Autoworks	47979
+Auditor's	47980
+Auditorium	47981
+Audioslave	47982
+Audrey's	47983
+Austin's	47984
+Austinburg	47985
+Austintown	47986
+Australia	47987
+Austria	47988
+Austell	47989
+Austen	47990
+Augustana	47991
+Augustine's	47992
+Aubrey's	47993
+Aubreys	47994
+Auburndale	47995
+Apple's	47996
+AppleCare	47997
+Applegate	47998
+Applejack	47999
+Appleseed	48000
+Appliance	48001
+Application	48002
+Applied	48003
+Appling	48004
+Appalachia	48005
+Appaloosa	48006
+Apparatus	48007
+Apparel	48008
+Appreciation	48009
+Apprentice	48010
+Apostles	48011
+Apostolic	48012
+Accentra	48013
+Accenture	48014
+Accounting	48015
+Accounts	48016
+Active	48017
+Actions	48018
+Acadian	48019
+Academic	48020
+Academy	48021
+Ackles	48022
+Ackley	48023
+Attica	48024
+Atticus	48025
+Attitash	48026
+Attitude	48027
+Athena	48028
+Athenian	48029
+Athens	48030
+Athletico	48031
+Athletics	48032
+Atlanta	48033
+Atascocita	48034
+Atascosa	48035
+Airporter	48036
+Airways	48037
+Aidans	48038
+Abbotts	48039
+Abercorn	48040
+Abercrombie	48041
+Abraham's	48042
+Abrams	48043
+Avenger	48044
+Avenged	48045
+Aventador	48046
+Aventura	48047
+Avenues	48048
+Average	48049
+Avery's	48050
+Agricultural	48051
+Agriculture	48052
+Agence	48053
+Agency	48054
+Aguilera's	48055
+African	48056
+Aeropostale	48057
+Aeropostle	48058
+Aquatica	48059
+Awards	48060
+Parker	48061
+Parkesburg	48062
+Parkinson	48063
+Parking	48064
+Parkside	48065
+Parksville	48066
+Parkland	48067
+Parklane	48068
+Parkridge	48069
+Parkrose	48070
+Parkview	48071
+Parkville	48072
+Parkway	48073
+Parkwood	48074
+Parade	48075
+Paramus	48076
+Paragon	48077
+Paragould	48078
+Parana	48079
+Paranormal	48080
+PartyLite	48081
+Partyland	48082
+Parthenia	48083
+Parthenon	48084
+Partnership	48085
+Parris	48086
+Parrilla	48087
+Parmele	48088
+Parmer	48089
+Parmesan	48090
+Parmalee	48091
+Parish	48092
+Palmer	48093
+Palmen	48094
+Palmetto	48095
+Palmas	48096
+Palace	48097
+Palacio	48098
+Palatine	48099
+Palatka	48100
+Palestinian	48101
+Palestine	48102
+Palermo's	48103
+Paloma	48104
+Palomino	48105
+Palio's	48106
+Palladia	48107
+Palladio	48108
+Palladium	48109
+Pattie	48110
+Patti's	48111
+Pattinson	48112
+Pattison	48113
+Patterson	48114
+Patten	48115
+Patty's	48116
+Pattys	48117
+Patriot	48118
+Patrol	48119
+Patron	48120
+Patel's	48121
+Patsy's	48122
+Pantera	48123
+Pantech	48124
+Pantego	48125
+Pantene	48126
+Pantages	48127
+Pantano	48128
+Panthers	48129
+Panamanian	48130
+Panasoffkee	48131
+Panasonic	48132
+Pancakes	48133
+Panchos	48134
+Pandora's	48135
+Packer	48136
+Packey	48137
+Packard	48138
+Pacifica	48139
+Pacifico	48140
+Pacheco	48141
+Pachelbel	48142
+Passage	48143
+Passaic	48144
+Passat	48145
+Passavant	48146
+Pascack	48147
+Pascagoula	48148
+Pascal	48149
+Paulie	48150
+Paulsboro	48151
+Paulson	48152
+Paula's	48153
+Paulos	48154
+Pappas	48155
+Pappadeaux	48156
+Pappy's	48157
+Painted	48158
+Paintsville	48159
+Painesville	48160
+Pampered	48161
+Pampers	48162
+Penny's	48163
+PennyMac	48164
+Pennyrile	48165
+Pennysaver	48166
+Pennywise	48167
+Pennsauken	48168
+Pennsburg	48169
+Pennsville	48170
+Pennsylvania	48171
+Penneys	48172
+Pentagon	48173
+Pentair	48174
+Pentatonix	48175
+Pentecostal	48176
+Pentel	48177
+Pendergrass	48178
+Perrin	48179
+Perrie	48180
+Perris	48181
+Perrys	48182
+Perry's	48183
+Perryton	48184
+Perryville	48185
+Personal	48186
+Personnel	48187
+Persian	48188
+Performance	48189
+Performing	48190
+Perkins	48191
+Perkiomen	48192
+Permit	48193
+Permian	48194
+Percy's	48195
+Peters	48196
+Peter's	48197
+Peterman	48198
+Petrino	48199
+Petrillo's	48200
+Petroleum	48201
+Petrone	48202
+Petros	48203
+Pettigrew	48204
+Pettis	48205
+Pettit	48206
+Petty's	48207
+Pearl's	48208
+Pearland	48209
+Pearle	48210
+Pearlridge	48211
+Pearson	48212
+Pearsall	48213
+Peachland	48214
+Peachtree	48215
+PeaceHealth	48216
+Peabody's	48217
+Pepperell	48218
+Pepperfire	48219
+Pepperidge	48220
+Peppers	48221
+Peppertree	48222
+Pepperwood	48223
+Pellegrino	48224
+Pelletier	48225
+Pediatric	48226
+Pedialyte	48227
+Porter	48228
+Porto's	48229
+Portobello	48230
+Portofino	48231
+Portola	48232
+Portos	48233
+Portal	48234
+Portable	48235
+Portage	48236
+Portia	48237
+Portis	48238
+Portman's	48239
+Portugal	48240
+Portuguese	48241
+Pollack	48242
+Pollak	48243
+Pollard	48244
+Polly's	48245
+Pollyanna	48246
+Pollock	48247
+Polaris	48248
+Polaroid	48249
+Police	48250
+Policy	48251
+Powers	48252
+PowerBall	48253
+PowerPoint	48254
+PowerSchool	48255
+Powerade	48256
+Powerball	48257
+Powerhouse	48258
+Powerline	48259
+Powerman	48260
+Powerpuff	48261
+Powell's	48262
+Powells	48263
+Potter's	48264
+Potters	48265
+Potterville	48266
+Pottery	48267
+Pottsboro	48268
+Pottstown	48269
+Pottsville	48270
+Pontevedra	48271
+Ponderay	48272
+Ponderosa	48273
+Posse's	48274
+Poppy's	48275
+Popeyes	48276
+Poconos	48277
+Pockets	48278
+Pomeranian	48279
+Pomerado	48280
+Pomodoros	48281
+Pooler	48282
+Poolesville	48283
+Pointe	48284
+Points	48285
+Provena	48286
+Provence	48287
+Provost	48288
+Prosecco	48289
+Properties	48290
+Property	48291
+Prophets	48292
+Professional	48293
+Professor	48294
+Promenade	48295
+Promises	48296
+Proctor	48297
+Procter	48298
+Progressive	48299
+Progresso	48300
+Probate	48301
+Probation	48302
+President	48303
+Presidio	48304
+Preston	48305
+Prestige	48306
+Prestwick	48307
+Presbyterian	48308
+Preschool	48309
+Prescott	48310
+Preservation	48311
+Preserve	48312
+Presley's	48313
+Premier	48314
+Premium	48315
+Prepaid	48316
+Preparatory	48317
+Prince	48318
+Principal	48319
+Prineville	48320
+Pringles	48321
+Primanti	48322
+Primary	48323
+Primavera	48324
+PrimeCare	48325
+Primerica	48326
+Priscilla's	48327
+Priceline	48328
+Prattville	48329
+Prairieville	48330
+Pineland	48331
+Pinellas	48332
+Pineview	48333
+Pineville	48334
+Pinkerton	48335
+Pinkett	48336
+Pinkie's	48337
+Pinocchio's	48338
+Pinckneyville	48339
+Pickens	48340
+Pickett	48341
+Pickard	48342
+Pickaway	48343
+Pickler	48344
+Pickles	48345
+Pickups	48346
+Picasso	48347
+Picasa	48348
+Pittsville	48349
+Piercey	48350
+Pierre's	48351
+Pierson	48352
+Pistols	48353
+Pikesville	48354
+Plants	48355
+Plantation	48356
+Plantersville	48357
+Plantronics	48358
+Planetshakers	48359
+Planned	48360
+Planning	48361
+Players	48362
+Playgirl	48363
+Playground	48364
+Platte	48365
+Plateau	48366
+Plato's	48367
+Plaine	48368
+Plains	48369
+Plainfield	48370
+Plainwell	48371
+Placer	48372
+Placentia	48373
+Places	48374
+Placid	48375
+Placita	48376
+Plastics	48377
+Pleasanton	48378
+Pleasants	48379
+Pleasantville	48380
+Pleasureland	48381
+Purcellville	48382
+Pulliam	48383
+Pulling	48384
+Pumpkins	48385
+Puckett's	48386
+Philips	48387
+Philly	48388
+Philadelphia	48389
+Philomath	48390
+Phoenicia	48391
+Phoenix	48392
+Phoebe's	48393
+Photoshop	48394
+Photosmart	48395
+Pharma	48396
+Pharrell	48397
+Phantogram	48398
+Phantom	48399
+Phyllis's	48400
+Psychological	48401
+Psychology	48402
+finale	48403
+finally	48404
+finals	48405
+finance	48406
+fingerprinted	48407
+fingerprinting	48408
+fingerprints	48409
+fingernails	48410
+fingertips	48411
+finishing	48412
+finesse	48413
+finest	48414
+finders	48415
+findings	48416
+finnegans	48417
+finneus	48418
+finneytown	48419
+fireplace	48420
+firepit	48421
+firepower	48422
+fireproof	48423
+fireflies	48424
+fireman	48425
+firemen	48426
+fireball	48427
+firebox	48428
+firearms	48429
+firecrackers	48430
+fireside	48431
+firetower	48432
+firetruck	48433
+firsthand	48434
+firstly	48435
+firsts	48436
+filler	48437
+fillet	48438
+filled	48439
+fillings	48440
+filtered	48441
+filtering	48442
+filters	48443
+filthy	48444
+filibertos	48445
+filibuster	48446
+filings	48447
+fished	48448
+fishes	48449
+fishbone	48450
+fishbowl	48451
+fishing	48452
+fishnets	48453
+figured	48454
+figures	48455
+figurine	48456
+figuring	48457
+figuratively	48458
+fighters	48459
+fighting	48460
+fixing	48461
+fixins	48462
+fixated	48463
+fixation	48464
+fieldstone	48465
+fiercely	48466
+fibroid	48467
+fibrosis	48468
+fiddler	48469
+fidelity	48470
+fidelis	48471
+fitter	48472
+fitted	48473
+fittest	48474
+fittings	48475
+fictional	48476
+forest	48477
+foresee	48478
+foresight	48479
+foreskin	48480
+forecast	48481
+forefathers	48482
+forefoot	48483
+forefront	48484
+foreigner	48485
+forewarned	48486
+forewarning	48487
+forearms	48488
+foreman	48489
+foremost	48490
+forensics	48491
+formal	48492
+format	48493
+formulas	48494
+former	48495
+formed	48496
+formidable	48497
+forming	48498
+forget	48499
+forged	48500
+forgery	48501
+forging	48502
+forgot	48503
+fortunate	48504
+fortune	48505
+forthcoming	48506
+forties	48507
+fortitude	48508
+forceful	48509
+forced	48510
+forces	48511
+forcibly	48512
+forcing	48513
+forklifts	48514
+forsaken	48515
+forbidden	48516
+footsies	48517
+football	48518
+footboard	48519
+footer	48520
+footed	48521
+footing	48522
+footie	48523
+footlocker	48524
+footlong	48525
+footprints	48526
+footwear	48527
+footwork	48528
+foolish	48529
+foolin	48530
+foolio	48531
+foodies	48532
+foodservice	48533
+following	48534
+follows	48535
+follow-up	48536
+follicles	48537
+folder	48538
+folded	48539
+foundation	48540
+founding	48541
+foundry	48542
+fountain	48543
+fourth	48544
+fourteen	48545
+four-wheel-drive	48546
+four-year	48547
+foursome	48548
+fondle	48549
+fondling	48550
+fondly	48551
+fonder	48552
+fondest	48553
+focused	48554
+focuses	48555
+fossils	48556
+fogged	48557
+fogger	48558
+facebook.com	48559
+facebooked	48560
+facebooking	48561
+facets	48562
+faceless	48563
+facelift	48564
+factored	48565
+factors	48566
+factory	48567
+factions	48568
+facilities	48569
+facility	48570
+facials	48571
+fairing	48572
+fairies	48573
+fairest	48574
+fairgrounds	48575
+fairways	48576
+fairytale	48577
+failures	48578
+faithfully	48579
+faithfulness	48580
+farmers	48581
+farmer's	48582
+farmstead	48583
+farther	48584
+farthest	48585
+fasten	48586
+faster	48587
+fastest	48588
+fascinate	48589
+fashioned	48590
+fashionista	48591
+fashions	48592
+father	48593
+fathead.com	48594
+fatten	48595
+fatter	48596
+fattest	48597
+fatalities	48598
+fatality	48599
+fantastic	48600
+fantasy	48601
+fanfiction	48602
+fabricate	48603
+fabricator	48604
+fabulously	48605
+falling	48606
+favoring	48607
+favorable	48608
+favorably	48609
+family	48610
+faggots	48611
+flatter	48612
+flatten	48613
+flatbed	48614
+flatbread	48615
+flatware	48616
+flatwoods	48617
+flashback	48618
+flashlight	48619
+flashcards	48620
+flashing	48621
+flashpoint	48622
+flashy	48623
+flaming	48624
+flamer	48625
+flames	48626
+flammable	48627
+flammer	48628
+flagging	48629
+flagship	48630
+flagstone	48631
+flapper	48632
+flapping	48633
+flappy	48634
+flapjacks	48635
+flavored	48636
+flavorful	48637
+flavoring	48638
+flavors	48639
+flaked	48640
+flakes	48641
+flanges	48642
+flannels	48643
+flawlessly	48644
+flared	48645
+flares	48646
+floorboard	48647
+floored	48648
+flooring	48649
+floors	48650
+flooded	48651
+floodgates	48652
+flooding	48653
+floods	48654
+flower	48655
+flowed	48656
+floater	48657
+floated	48658
+floaties	48659
+floating	48660
+flopping	48661
+floppy	48662
+florist	48663
+florida	48664
+floral	48665
+flourish	48666
+flippin	48667
+flippy	48668
+flipside	48669
+flicker	48670
+flicked	48671
+flirtation	48672
+flirtatious	48673
+flintlock	48674
+flushable	48675
+flushing	48676
+fluttering	48677
+flutters	48678
+flutes	48679
+fluent	48680
+fluency	48681
+fluctuates	48682
+fluoride	48683
+fluorine	48684
+flexin	48685
+flexion	48686
+flexiril	48687
+fleeting	48688
+fledged	48689
+freeze	48690
+freezin	48691
+freedom	48692
+freeloader	48693
+freelance	48694
+freely	48695
+freebies	48696
+freeways	48697
+freshies	48698
+freshly	48699
+freshness	48700
+freshwater	48701
+fresco	48702
+fresca	48703
+freakin	48704
+freakiest	48705
+freakishly	48706
+freakys	48707
+frequencies	48708
+frequency	48709
+frequently	48710
+frankly	48711
+franchise	48712
+francis	48713
+frantically	48714
+fraction	48715
+fracture	48716
+fracking	48717
+framer	48718
+framed	48719
+frames	48720
+framework	48721
+fragile	48722
+fragilistic	48723
+fragments	48724
+fragrances	48725
+fratelli's	48726
+friends	48727
+friend's	48728
+friended	48729
+friending	48730
+frighten	48731
+frightful	48732
+frisko	48733
+frisky	48734
+frisbees	48735
+fritter	48736
+frittata	48737
+fridgerator	48738
+fridges	48739
+frickers	48740
+frickin	48741
+frontier	48742
+fronting	48743
+frontage	48744
+frontal	48745
+frostys	48746
+frustrated	48747
+frustrates	48748
+frustration	48749
+frustrating	48750
+feeders	48751
+feedings	48752
+feeling	48753
+feelers	48754
+fellas	48755
+fellatio	48756
+fellows	48757
+fellers	48758
+feature	48759
+featuring	48760
+feathered	48761
+feathers	48762
+feasibility	48763
+feasible	48764
+feasting	48765
+fertility	48766
+ferrets	48767
+fenced	48768
+fences	48769
+fenders	48770
+fettuccine	48771
+fettuccini	48772
+federal	48773
+federated	48774
+festival	48775
+festive	48776
+festivities	48777
+fundamentally	48778
+fundamentals	48779
+fundraiser	48780
+fundraising	48781
+funded	48782
+funder	48783
+funnel	48784
+funner	48785
+funnest	48786
+funnies	48787
+funnier	48788
+functionality	48789
+fucker	48790
+fucked	48791
+fucken	48792
+fuckin	48793
+fuckim	48794
+fuckity	48795
+fuckable	48796
+fuckstick	48797
+furnish	48798
+furniture	48799
+furnaces	48800
+furthering	48801
+furthermore	48802
+full-blown	48803
+full-size	48804
+full-time	48805
+fuller	48806
+fullest	48807
+fusions	48808
+fumbled	48809
+fumbles	48810
+future's	48811
+futures	48812
+Rosenau	48813
+Rosendale	48814
+Rosenthal	48815
+Rosemary	48816
+Rosemead	48817
+Roseberry	48818
+Roseboro	48819
+Roseburg	48820
+Roseanne's	48821
+Rosalyn	48822
+Rosary	48823
+Rosanna	48824
+Rosanne	48825
+Rossi's	48826
+Roscoe's	48827
+Roscoes	48828
+Rosie's	48829
+Rockaway	48830
+Rockafellas	48831
+Rocket	48832
+Rockefeller	48833
+Rockland	48834
+Rocklin	48835
+Rockside	48836
+Rocksmith	48837
+Rockstar	48838
+Rocking	48839
+Rockies	48840
+Rockwall	48841
+Rockwell	48842
+Rockwood	48843
+Rockbridge	48844
+Rockbrook	48845
+Rockfield	48846
+Rockford	48847
+Rocky's	48848
+Robert	48849
+Roberson	48850
+Robins	48851
+Robin's	48852
+Robinhood	48853
+Robinwood	48854
+Robbie	48855
+Robbins	48856
+Roboto	48857
+Robles	48858
+Romano	48859
+Romania	48860
+Romana	48861
+Romance	48862
+Romanelli's	48863
+Romans	48864
+Romeo's	48865
+Romeos	48866
+Romeoville	48867
+Romero's	48868
+Ronaldo	48869
+Ronnie's	48870
+Ronnies	48871
+Rodrigo's	48872
+Rodrigues	48873
+Rodriguez	48874
+Rolling	48875
+Rollins	48876
+Rollers	48877
+Rolando	48878
+Rolanda	48879
+Rootstown	48880
+Rotten	48881
+Rotterdam	48882
+Rottweilers	48883
+Rotella	48884
+Rotelli	48885
+Rotolo's	48886
+Royale	48887
+Royals	48888
+Royalton	48889
+Royster	48890
+Royston	48891
+Roxanne's	48892
+Roxborough	48893
+Rowlands	48894
+Rowlett	48895
+Rowley	48896
+Rogersville	48897
+Reddick	48898
+Redding	48899
+Reddit	48900
+Reddy's	48901
+Redbook	48902
+Redbox	48903
+Redskins	48904
+Redfield	48905
+Redfin	48906
+Rentals	48907
+Renee's	48908
+Reservation	48909
+Reserve	48910
+Reservoir	48911
+Restaurants	48912
+Reston	48913
+Restoration	48914
+Resorts	48915
+Resources	48916
+Regina	48917
+Reginelli's	48918
+Regional	48919
+Regions	48920
+Regals	48921
+Regents	48922
+Reggies	48923
+Reader	48924
+Readington	48925
+Realtor	48926
+Realtree	48927
+Realty	48928
+Reagan's	48929
+Revere	48930
+ReverbNation	48931
+Reverse	48932
+Revelation	48933
+Revelstoke	48934
+Revenge	48935
+Revenue	48936
+Revolution	48937
+Revolver	48938
+Reedsburg	48939
+Reedsport	48940
+Reedsville	48941
+Reese's	48942
+Reeses	48943
+Remind	48944
+Remington	48945
+Remembered	48946
+Recorder	48947
+Records	48948
+Reineke	48949
+Reiner	48950
+Reinhardt	48951
+Reinhart	48952
+Representatives	48953
+Republicans	48954
+Relief	48955
+Relient	48956
+Rebecca	48957
+Rebeca	48958
+Rebelution	48959
+Reynolds	48960
+Reynolda	48961
+Randall	48962
+Randazzo	48963
+Randol	48964
+Random	48965
+Randleman	48966
+Randy's	48967
+Rancho	48968
+Ranchito	48969
+Rangeline	48970
+Rangers	48971
+Ramsey	48972
+Ramseur	48973
+Ramadan	48974
+Ramona	48975
+Ramones	48976
+Rambler	48977
+Ramblewood	48978
+Ramey's	48979
+Rainer	48980
+Raines	48981
+Rainey	48982
+Railside	48983
+Raiders	48984
+Raymond	48985
+Raymore	48986
+Raymour	48987
+Rachel's	48988
+Rachelle	48989
+Rachels	48990
+Racines	48991
+RadioShack	48992
+Radiohead	48993
+Raptor	48994
+Rapton	48995
+Ravens	48996
+Ravena	48997
+Ravenel	48998
+Ravenna	48999
+Ralphie's	49000
+Raley's	49001
+Raleys	49002
+Rashad	49003
+Rashard	49004
+Razorbacks	49005
+Rabbitt	49006
+Rafferty's	49007
+Rawlings	49008
+Rawlins	49009
+Richards	49010
+Richard's	49011
+Richie's	49012
+Richies	49013
+Richboro	49014
+Richburg	49015
+Richlands	49016
+Richter	49017
+Richton	49018
+Rickenbacker	49019
+Rickey	49020
+Rickie	49021
+Ricky's	49022
+Ricardo	49023
+Ricart	49024
+Ricans	49025
+Riccardi's	49026
+Riverwood	49027
+Riverwind	49028
+Rivercenter	49029
+Riverchase	49030
+Rivercrest	49031
+Riverside	49032
+Riverstone	49033
+Rivera's	49034
+Riverhead	49035
+Riverhouse	49036
+Rivermark	49037
+Rivermont	49038
+Riverpark	49039
+Riverpoint	49040
+Riverton	49041
+Rivertown	49042
+Ridgeback	49043
+Ridgecrest	49044
+Ridgedale	49045
+Ridgefield	49046
+Ridgemont	49047
+Riders	49048
+Riddle's	49049
+Riddler	49050
+Ringler	49051
+Ringling	49052
+Ringoes	49053
+Rinaldi's	49054
+Rittenhouse	49055
+Ritter	49056
+Russel	49057
+Russian	49058
+Russo's	49059
+Rustic	49060
+Rustin	49061
+Rustoleum	49062
+Ruston	49063
+Rusty's	49064
+Runner	49065
+Runnemede	49066
+Rubio's	49067
+Rubios	49068
+Rubino's	49069
+Rutherfordton	49070
+Ruthie's	49071
+Rudolph's	49072
+Rhodes	49073
+Rhinebeck	49074
+Rhinelander	49075
+Rylands	49076
+RSVP'd	49077
+RSVP's	49078
+Delicia	49079
+Delicious	49080
+Delia's	49081
+Delilah	49082
+Delaney	49083
+Delancey	49084
+Delano	49085
+Delmonico	49086
+Delmont	49087
+Delmarva	49088
+Delphia	49089
+Delran	49090
+Delray	49091
+Deltona	49092
+Deanna	49093
+Deanne	49094
+Dennis's	49095
+Dennison	49096
+Denny's	49097
+Dennys	49098
+Denise	49099
+Denison	49100
+DentaQuest	49101
+Dental	49102
+Denver's	49103
+Designs	49104
+Desirae	49105
+Desiree	49106
+Destiny	49107
+Destination	49108
+Destrehan	49109
+Destruction	49110
+Deerfield	49111
+Deerfoot	49112
+Devil's	49113
+Deville	49114
+Devils	49115
+Devine	49116
+Devins	49117
+Devons	49118
+Developmental	49119
+Democratic	49120
+Democrats	49121
+Demetrios	49122
+Demetrious	49123
+Dempsey's	49124
+Decatur's	49125
+Debbie	49126
+Depots	49127
+DeVito's	49128
+Daniel	49129
+Danny's	49130
+Dannys	49131
+Dannon	49132
+Dangerously	49133
+Dancer	49134
+Dandy's	49135
+Dante's	49136
+Darrel	49137
+Darren	49138
+Darian	49139
+Darla's	49140
+Darlene's	49141
+Darlington	49142
+Dardenne	49143
+Dallastown	49144
+Daltons	49145
+Davids	49146
+David's	49147
+Davis's	49148
+Davisburg	49149
+Davison	49150
+Davies	49151
+Damian's	49152
+Damiens	49153
+Daughters	49154
+Donald	49155
+Donalsonville	49156
+Donatos	49157
+Donahew	49158
+Donahue	49159
+Donnell	49160
+Donner	49161
+Donna's	49162
+Donnie's	49163
+Donell	49164
+Donelson	49165
+Doritos	49166
+Dorset	49167
+Dorsey	49168
+Dorner	49169
+Dorney	49170
+Dorothy's	49171
+Dominic	49172
+Dominique	49173
+Dominion	49174
+Domino's	49175
+Dominos	49176
+Domingo	49177
+Dominguez	49178
+Downer	49179
+Downeast	49180
+Downey	49181
+Downtown	49182
+Downton	49183
+Downingtown	49184
+Downloader	49185
+Dollarama	49186
+Dollarway	49187
+Dolly's	49188
+Dollywood	49189
+Dolphins	49190
+Dooleys	49191
+Doolittle's	49192
+Doodlebug	49193
+Douglass	49194
+Douglaston	49195
+Douglasville	49196
+Doughboy	49197
+Dougherty	49198
+DoubleTree	49199
+Doubletree	49200
+Dockers	49201
+Dockery	49202
+Dodgers	49203
+Dobbins	49204
+Discounters	49205
+Discovery	49206
+Distribution	49207
+District	49208
+Diana's	49209
+Dianas	49210
+Diane's	49211
+Diamondbacks	49212
+Diabetes	49213
+Diabetus	49214
+Diablos	49215
+Dickey	49216
+Dickens	49217
+Dickerson	49218
+Dickie	49219
+Dickinson	49220
+Dickson	49221
+Direction	49222
+Director	49223
+Dirksen	49224
+Dillard	49225
+Dillons	49226
+Dillsboro	49227
+Dillsburg	49228
+Divina	49229
+Divinci	49230
+Divine	49231
+Divino	49232
+Dividend	49233
+Divisadero	49234
+Division	49235
+Dixieland	49236
+Dixieline	49237
+Duneland	49238
+Dunellen	49239
+Dunham's	49240
+Dunhams	49241
+Dundalk	49242
+Dundas	49243
+Dungeons	49244
+Dunkins	49245
+Durango	49246
+Durand	49247
+Durant	49248
+Durbins	49249
+Dutchess	49250
+Duggars	49251
+Dragon	49252
+Dressler	49253
+Driver	49254
+Driven	49255
+Drivetime	49256
+D'Angelo's	49257
+homeschool	49258
+homes.com	49259
+homesick	49260
+homebrew	49261
+homegirl	49262
+homeless	49263
+homeland	49264
+homely	49265
+homeroom	49266
+homers	49267
+homerun	49268
+homework	49269
+homeward	49270
+homewrecker	49271
+homemaker	49272
+homemade	49273
+homeowner	49274
+homeopathic	49275
+home.com	49276
+homecare	49277
+homecoming	49278
+homepage	49279
+homeport	49280
+homicidal	49281
+homicide	49282
+homies	49283
+homing	49284
+hominy	49285
+homosexual	49286
+horses	49287
+horse's	49288
+horseback	49289
+horsepower	49290
+horseradish	49291
+horsey	49292
+horniness	49293
+horned	49294
+hornets	49295
+horrid	49296
+horrors	49297
+horizontally	49298
+hormones	49299
+hooker	49300
+hooked	49301
+hookahs	49302
+hookie	49303
+hooking	49304
+hookups	49305
+hoodies	49306
+hoodlums	49307
+hooters	49308
+hollered	49309
+hollering	49310
+hollers	49311
+hollaback	49312
+hollandaise	49313
+hollows	49314
+hollyhock	49315
+holder	49316
+holdem	49317
+holding	49318
+holidays	49319
+house.	49320
+household	49321
+housemate	49322
+houses	49323
+house:	49324
+housecleaning	49325
+houseful	49326
+housetop	49327
+houndstooth	49328
+honeys	49329
+honey.	49330
+honeycomb	49331
+honeydew	49332
+honeygo	49333
+honeymoon	49334
+honestly	49335
+honesty	49336
+honorable	49337
+honorary	49338
+honked	49339
+honker	49340
+hostess	49341
+hosted	49342
+hostel	49343
+hosting	49344
+hostages	49345
+hospital	49346
+hospitable	49347
+hotels.com	49348
+hotter	49349
+hottest	49350
+hotties	49351
+hopelessly	49352
+hopelessness	49353
+hopefully	49354
+hopper	49355
+hopped	49356
+hopping	49357
+hobbit	49358
+hobbies	49359
+hobble	49360
+hobbling	49361
+hoarder	49362
+hoarding	49363
+handle	49364
+handling	49365
+handset	49366
+handshake	49367
+handsome	49368
+handspring	49369
+handstand	49370
+handbook	49371
+handcuff	49372
+handcent	49373
+handicap	49374
+handing	49375
+handiwork	49376
+handout	49377
+handoff	49378
+handedly	49379
+handfuls	49380
+handguns	49381
+handjobs	49382
+handprints	49383
+handrails	49384
+handwriting	49385
+handwritten	49386
+handyman	49387
+hangout	49388
+hangover	49389
+hanger	49390
+hanged	49391
+hanging	49392
+harden	49393
+harder	49394
+hardest	49395
+hardwire	49396
+hardware	49397
+hardship	49398
+hardscrabble	49399
+hardback	49400
+hardball	49401
+hardcore	49402
+hardcover	49403
+harmony	49404
+harbors	49405
+harboring	49406
+harvester	49407
+harvested	49408
+hairdo	49409
+hairspray	49410
+haircut	49411
+haircolor	49412
+hairball	49413
+hairbrush	49414
+hairless	49415
+hairline	49416
+hallucinate	49417
+halloween	49418
+hallways	49419
+hammerhead	49420
+hammered	49421
+hammering	49422
+hammers	49423
+hammocks	49424
+hamster	49425
+hamstring	49426
+hamburgers	49427
+hampers	49428
+hatched	49429
+hatchery	49430
+hatches	49431
+hatchet	49432
+haters	49433
+happenin	49434
+happend	49435
+happened	49436
+happens	49437
+happily	49438
+happiness	49439
+happys	49440
+hahahaha	49441
+haven't	49442
+havens	49443
+havent	49444
+hacker	49445
+hacked	49446
+hacksaw	49447
+hassles	49448
+hauler	49449
+hauled	49450
+hauling	49451
+hazelnut	49452
+habaneros	49453
+haystacks	49454
+headless	49455
+headlock	49456
+headset	49457
+headshot	49458
+headband	49459
+headboard	49460
+headin	49461
+headies	49462
+header	49463
+headed	49464
+headphone	49465
+headpiece	49466
+headquartered	49467
+headquarters	49468
+headaches	49469
+headhunters	49470
+headwaters	49471
+headway	49472
+hearth	49473
+hearted	49474
+hearts	49475
+heart's	49476
+heartache	49477
+heartfelt	49478
+hearty	49479
+hearing	49480
+hearsay	49481
+hearse	49482
+healthcare	49483
+healthkeepers	49484
+healthy	49485
+healed	49486
+healer	49487
+heavily	49488
+heaven	49489
+heaves	49490
+heavy-duty	49491
+heavyweight	49492
+heater	49493
+heated	49494
+heroin	49495
+heroic	49496
+hermanos	49497
+hermaphrodite	49498
+helper	49499
+helped	49500
+helping	49501
+helpless	49502
+helpline	49503
+hello.	49504
+hellos	49505
+hellacious	49506
+helicopters	49507
+helmets	49508
+hemorrhoid	49509
+hematologist	49510
+hematology	49511
+heeled	49512
+heeler	49513
+hedgehogs	49514
+hesitate	49515
+highlighting	49516
+highlights	49517
+hindered	49518
+hindering	49519
+hinders	49520
+hinged	49521
+hinges	49522
+hitchhike	49523
+hitchhiking	49524
+hitched	49525
+hitches	49526
+hitters	49527
+hitting	49528
+hillsborough	49529
+hillside	49530
+hillbillies	49531
+hillbilly	49532
+hippie	49533
+hippity	49534
+hippopotamus	49535
+hippos	49536
+hipsters	49537
+hideous	49538
+hideout	49539
+historic	49540
+historian	49541
+hickeys	49542
+hibernating	49543
+hibernation	49544
+hikers	49545
+humidor	49546
+humility	49547
+humanitarian	49548
+humanities	49549
+humanity	49550
+humped	49551
+humperdinks	49552
+humble	49553
+humbling	49554
+humbly	49555
+hummingbird	49556
+humoring	49557
+humorous	49558
+hunter	49559
+hunted	49560
+hunting	49561
+hungrier	49562
+hungry	49563
+hurricane	49564
+hurrying	49565
+hurting	49566
+hustle	49567
+hustlin	49568
+hustla	49569
+hugger	49570
+hugged	49571
+hugging	49572
+hubby's	49573
+hypochondriac	49574
+hypothetical	49575
+hypothermia	49576
+hypothesis	49577
+hypoglycemia	49578
+hypoglycemic	49579
+hyperactive	49580
+hyperlink	49581
+hypertension	49582
+hypnotize	49583
+hypnotic	49584
+hypnotist	49585
+hydroponic	49586
+hydroplaning	49587
+hydrocodone	49588
+hydrocortisone	49589
+hydroscape	49590
+hydrate	49591
+hydrangea	49592
+hydrant	49593
+hydraulics	49594
+hysterically	49595
+Transpo	49596
+TransLink	49597
+TransUnion	49598
+Transamerica	49599
+Translate	49600
+Transmountain	49601
+Transtar	49602
+Transwest	49603
+Transylvania	49604
+Tracker	49605
+Tracks	49606
+Tracy's	49607
+Tracys	49608
+Tracey	49609
+Tracie	49610
+Travel	49611
+Travers	49612
+Travis's	49613
+Trailway	49614
+Trailblazer	49615
+Trailer	49616
+Trails	49617
+Trainco	49618
+Trainer	49619
+Training	49620
+Trainor	49621
+Traffic	49622
+Trafford	49623
+Trafalgar	49624
+Trappe	49625
+Trader	49626
+Trashmore	49627
+Trista	49628
+Tristen	49629
+Triston	49630
+Trisha	49631
+Trish's	49632
+Triscuits	49633
+Tricia	49634
+Tricity	49635
+Trickett	49636
+Tricoci	49637
+Tripler	49638
+Triplett	49639
+Tripolis	49640
+Tripps	49641
+Tribeca	49642
+Tribune	49643
+Tribute	49644
+Trinity	49645
+Trinidad	49646
+Trina's	49647
+Triadelphia	49648
+Triana	49649
+Triangle	49650
+Trustee	49651
+Trustco	49652
+Trustmark	49653
+Trussell	49654
+Trussville	49655
+Truckee	49656
+Truckers	49657
+Truman	49658
+Trumark	49659
+Trudy's	49660
+Treasure	49661
+Treasury	49662
+Treatment	49663
+Treaty	49664
+Treadway	49665
+Treadwell	49666
+Trevor	49667
+Trevose	49668
+Trevino	49669
+Trends	49670
+Trenton	49671
+Troutdale	49672
+Troutman	49673
+Troutville	49674
+Trooper	49675
+Troyer	49676
+Tangerine	49677
+Tangiers	49678
+Tangipahoa	49679
+Tannersville	49680
+Talladega	49681
+Tallahassee	49682
+Tallapoosa	49683
+Tallassee	49684
+Tallmadge	49685
+Tallman	49686
+Tally's	49687
+Talbots	49688
+Tamara	49689
+Tammy's	49690
+Tammys	49691
+Tammie	49692
+Tamiami	49693
+Tampax	49694
+Tarantino	49695
+Tarasco	49696
+Tasha's	49697
+Tastefully	49698
+Tappahannock	49699
+Tappan	49700
+Taylorsville	49701
+Taconic	49702
+Tacony	49703
+Taverna	49704
+Tavernier	49705
+Tomaso's	49706
+Tomatoes	49707
+Tomorrowland	49708
+Tomlinson's	49709
+Torinos	49710
+Torres	49711
+Torrence	49712
+Torrey	49713
+Tortugas	49714
+Tonganoxie	49715
+Topsham	49716
+Topshop	49717
+Topsy's	49718
+Tobin's	49719
+TownePlace	49720
+Townsend	49721
+Township	49722
+Towers	49723
+Towery	49724
+Toshi's	49725
+Toshiba	49726
+Toyotas	49727
+Terrie	49728
+Terrible	49729
+Terri's	49730
+Terrio	49731
+Territory	49732
+Terran	49733
+Terrace	49734
+Terrain	49735
+Terrapin	49736
+Terrel	49737
+Terrebonne	49738
+Terrence	49739
+Terry's	49740
+Terrys	49741
+Terrytown	49742
+Terryville	49743
+Teresa	49744
+Teresita	49745
+Terminal	49746
+Terminator	49747
+Telecaster	49748
+Telecom	49749
+Telegram	49750
+Telegraph	49751
+Teleperformance	49752
+Telephone	49753
+Tellico	49754
+Telling	49755
+Tenney	49756
+Tennille	49757
+Tennis	49758
+Teachers	49759
+Texans	49760
+Temple	49761
+Templar	49762
+Tempest	49763
+Teenage	49764
+Timbers	49765
+Timmy's	49766
+Timothy's	49767
+Tillery	49768
+Tilley	49769
+Tillicum	49770
+Tillis	49771
+Tillmans	49772
+Tilly's	49773
+Titanic	49774
+Titans	49775
+Ticketmaster	49776
+Tickets	49777
+Tiffany's	49778
+Tiffanys	49779
+Tierrasanta	49780
+Thornton	49781
+Thornapple	49782
+Thorne	49783
+Thornhill	49784
+Thornville	49785
+Thornwood	49786
+Thornydale	49787
+Thomas's	49788
+Thomasson	49789
+Thomaston	49790
+Thomasville	49791
+Thompson's	49792
+Thompsons	49793
+Thompsonville	49794
+There's	49795
+Thermo	49796
+Thermal	49797
+Theater	49798
+Theatre	49799
+Thursday	49800
+Thurston	49801
+Thurman	49802
+Thurmont	49803
+Thunderbird	49804
+Thanks	49805
+Things	49806
+ThinkPad	49807
+Thirsty's	49808
+Thriftway	49809
+Thrifty	49810
+Turner	49811
+Turney	49812
+Turnberry	49813
+Turnbull	49814
+Turkey's	49815
+Turkeyfoot	49816
+TurboTax	49817
+Tucker's	49818
+Tuckerman	49819
+Tuckers	49820
+Tuckerton	49821
+Tuckahoe	49822
+Tuscan	49823
+Tuscaloosa	49824
+Tusculum	49825
+Tuscumbia	49826
+Tully's	49827
+Tullytown	49828
+Tulare	49829
+Tularosa	49830
+Tunisia	49831
+Tylersville	49832
+Twinkie	49833
+Twinkle	49834
+Twinsburg	49835
+Landon	49836
+Landover	49837
+Landen	49838
+Lander	49839
+Landscaping	49840
+Landis	49841
+Landing	49842
+Landry	49843
+Landrum	49844
+Langdale	49845
+Langdon	49846
+Langham	49847
+Langhorne	49848
+Langston's	49849
+Lanesboro	49850
+Lanesville	49851
+Laneys	49852
+Lancer	49853
+Lancelot	49854
+Lankenau	49855
+Lankershim	49856
+Lansdale	49857
+Lansdowne	49858
+Lantana	49859
+Latina	49860
+Latino	49861
+Latimer	49862
+Latimore	49863
+Lateef	49864
+Lateesha	49865
+Latonia	49866
+Latonya	49867
+Lattimore	49868
+Lattisaw	49869
+Lathrop	49870
+Lathrup	49871
+Lauren	49872
+Laurel	49873
+Laura's	49874
+Lauras	49875
+Laurie	49876
+Laurinburg	49877
+Lambert	49878
+Lambeau	49879
+Lamborghini	49880
+Lampanelli	49881
+Lampasas	49882
+Lampoon's	49883
+Lamar's	49884
+Lamarque	49885
+Larkins	49886
+Larry's	49887
+Larrys	49888
+Larson's	49889
+Lakeridge	49890
+Lakers	49891
+Lakeshore	49892
+Lakeside	49893
+Lakeland	49894
+Lakeline	49895
+Lakemont	49896
+Lakemoor	49897
+Lakeview	49898
+Lakeville	49899
+Lakeway	49900
+Lakewood	49901
+Lawrence's	49902
+Lawrenceburg	49903
+Lawrenceville	49904
+Lavalette	49905
+Lavallette	49906
+Lavergne	49907
+Laverne	49908
+Ladders	49909
+LaRosa	49910
+LaRose	49911
+LaGrande	49912
+LaGrange	49913
+Leander	49914
+Leanna	49915
+Leanne	49916
+Learning	49917
+Leaders	49918
+Leavenworth	49919
+Lennon	49920
+Lennox	49921
+Lenny's	49922
+Leonard	49923
+Leone's	49924
+Leonia	49925
+Levitt	49926
+Leviticus	49927
+Levitz	49928
+Levine	49929
+Levinson	49930
+LegalZoom	49931
+Legally	49932
+Leslie's	49933
+Leslies	49934
+Letterman	49935
+Lewis's	49936
+Lewisville	49937
+Lewinsky	49938
+Lexie's	49939
+Lemonade	49940
+Lemont	49941
+Lefty's	49942
+Lehighton	49943
+Longmeadow	49944
+Longmire	49945
+Longhorn	49946
+Longhill	49947
+Longboat	49948
+Longbranch	49949
+Longoria	49950
+Longstreet	49951
+Longway	49952
+Longwood	49953
+London's	49954
+Londonderry	49955
+Lonesome	49956
+Lonestar	49957
+Lonnie's	49958
+Lorena	49959
+Lorenzo	49960
+Loretta	49961
+Loretto	49962
+Lordsburg	49963
+Lorraine's	49964
+Louise	49965
+Louisa	49966
+Louisburg	49967
+Louisiana	49968
+Louisville	49969
+Louie's	49970
+Louies	49971
+Loudonville	49972
+Lockeford	49973
+Locker	49974
+Lockbourne	49975
+Lockbox	49976
+Lockhart	49977
+Lockheed	49978
+Locksmith	49979
+Loveless	49980
+Lovell	49981
+Lovelock	49982
+Lovettsville	49983
+Lovingston	49984
+Lovington	49985
+Logansport	49986
+Lombardi's	49987
+Lombardo's	49988
+Lowery	49989
+Linden	49990
+Linder	49991
+Lindell	49992
+Lindsay	49993
+Lindsey	49994
+Lindstrom	49995
+Linda's	49996
+Lindale	49997
+Lindon	49998
+Lindora	49999
+Lindy's	50000
+Lincoln's	50001
+Lincolnshire	50002
+Lincolnton	50003
+LinkedIn	50004
+Linkedin	50005
+Linksys	50006
+Linton's	50007
+Lillian	50008
+Lillie	50009
+Lillington	50010
+Lilly's	50011
+Lilian	50012
+Liberal	50013
+Liberace	50014
+Liberty	50015
+Libertarian	50016
+Libby's	50017
+Libbys	50018
+Library	50019
+Littlefield	50020
+Littlejohn	50021
+Littlestown	50022
+Littleton	50023
+Lister	50024
+Listen	50025
+Listia	50026
+Listing	50027
+Livingston	50028
+Livia's	50029
+Livermore	50030
+Livernois	50031
+Liverpool	50032
+LifeWay	50033
+LifeWorks	50034
+Lifetime	50035
+Lifetouch	50036
+Lizzie's	50037
+Lizzy's	50038
+Lucia's	50039
+Lucien	50040
+Lucifers	50041
+Lucille's	50042
+Lucky's	50043
+Luckys	50044
+Lucerne	50045
+Lucero	50046
+Lucas's	50047
+Lumber	50048
+Lumbee	50049
+Lumina	50050
+Lundy's	50051
+Lyndale	50052
+Lyndonville	50053
+Lynnway	50054
+Lynnwood	50055
+Harris	50056
+Harring	50057
+Harriet	50058
+Harriman	50059
+Harrah's	50060
+Harrahs	50061
+Harry's	50062
+Harrys	50063
+Harrell	50064
+Harrelson	50065
+Harrodsburg	50066
+Harrogate	50067
+Hartsdale	50068
+Hartselle	50069
+Hartsfield	50070
+Hartsville	50071
+Harter	50072
+Hartland	50073
+Hartley	50074
+Harden	50075
+Hardesty	50076
+Hardin	50077
+Hardie	50078
+Hardware	50079
+Hardwick	50080
+Hardy's	50081
+Harbor	50082
+Harbour	50083
+Harbin	50084
+Harbison	50085
+Harley	50086
+Harlem	50087
+Harlequin	50088
+Harland	50089
+Harvey	50090
+Harvest	50091
+Harvick	50092
+Harvin	50093
+Harmons	50094
+Harmont	50095
+Harmony	50096
+Harman	50097
+Harmarville	50098
+Harper	50099
+Harpeth	50100
+Hargrave	50101
+Hargray	50102
+Harold's	50103
+Harolds	50104
+Harwich	50105
+Harwin	50106
+Hannah	50107
+Hannaford	50108
+Hanna's	50109
+Hannibal	50110
+Hannifin	50111
+Hannigan	50112
+Hannity	50113
+Handel's	50114
+Handler	50115
+Handley	50116
+Hansen	50117
+Hansel	50118
+Hanson's	50119
+Hansons	50120
+Hangout	50121
+Hangover	50122
+Haney's	50123
+Halloran	50124
+Hallstead	50125
+Hallsville	50126
+Hallelujah	50127
+Halliburton	50128
+Hallie	50129
+Hallman	50130
+Hallmark	50131
+Haley's	50132
+Haleyville	50133
+Halestorm	50134
+Halstead	50135
+Halsted	50136
+Hammond	50137
+Hammons	50138
+Hammonton	50139
+Hampshire	50140
+Hampstead	50141
+Hamptons	50142
+Hamburger	50143
+Hamilton's	50144
+Hamline	50145
+Hayley's	50146
+Haywood	50147
+Hayworth	50148
+Hailee	50149
+Hailey	50150
+Haitians	50151
+Hatteras	50152
+Hatters	50153
+Hatties	50154
+Haverford	50155
+Haverhill	50156
+Haverstraw	50157
+Haveli	50158
+Havelock	50159
+Havendale	50160
+Havana	50161
+Havanese	50162
+Hagerman	50163
+Hagerstown	50164
+Hagerty	50165
+Haggen	50166
+Haggerty	50167
+Hawkins	50168
+Hawking	50169
+Hawkeyes	50170
+Haskell's	50171
+Haslett	50172
+Hazel's	50173
+Hazeltine	50174
+Hazelwood	50175
+Hazleton	50176
+Haddad	50177
+Haddam	50178
+Haddaway	50179
+Haddonfield	50180
+Habersham	50181
+Hackett	50182
+Hackensack	50183
+Happy's	50184
+Hollin	50185
+Hollis	50186
+Holliday	50187
+Hollie	50188
+Holland	50189
+Holladay	50190
+Holly's	50191
+Hollys	50192
+Hollywood	50193
+Holloway	50194
+Hollowell	50195
+Hollerin	50196
+Holley	50197
+Holden	50198
+Holdem	50199
+Holder	50200
+Holmans	50201
+Holmen	50202
+Holmes	50203
+Holiday	50204
+Holidazzle	50205
+Holtsville	50206
+Hornet	50207
+Hornell	50208
+Horner	50209
+Horses	50210
+Horseheads	50211
+Horsetooth	50212
+Horror	50213
+Horrocks	50214
+Horizons	50215
+Homeslice	50216
+Homer's	50217
+Homerville	50218
+HomeSmart	50219
+HomeStore	50220
+Homeland	50221
+Homeless	50222
+Housekeeping	50223
+Houser	50224
+Houses	50225
+Housewives	50226
+Houston's	50227
+Houstonian	50228
+Houlihan's	50229
+Houlihans	50230
+HoneyBaked	50231
+Honeyman	50232
+Honeyville	50233
+Honeywell	50234
+Hondas	50235
+Honorable	50236
+Honors	50237
+Hooper	50238
+Hoopes	50239
+Hoosiers	50240
+Howells	50241
+Hopkinsville	50242
+Hospitality	50243
+Hospitals	50244
+Hobbies	50245
+Hobbit	50246
+HobbyTown	50247
+Hoffman's	50248
+Hockeytown	50249
+Herman's	50250
+Hermann	50251
+Hermans	50252
+Hermantown	50253
+Hermiston	50254
+Hermitage	50255
+Hermon	50256
+Hermosa	50257
+Herbalife	50258
+Herbergers	50259
+Herbert	50260
+Herbies	50261
+Herrin	50262
+Herrick	50263
+Herriman	50264
+Hershey	50265
+Hershberger	50266
+Herschel	50267
+Herscher	50268
+Hernandez	50269
+Hernando	50270
+HealthCare	50271
+HealthEast	50272
+HealthPoint	50273
+HealthSouth	50274
+HealthWorks	50275
+Healthcare	50276
+Healthplex	50277
+Healthy	50278
+Healdsburg	50279
+Heartbreak	50280
+Heartgard	50281
+Hearts	50282
+Hearne	50283
+Hearns	50284
+Heather	50285
+Heathman	50286
+Heathrow	50287
+Heaven's	50288
+Heavener	50289
+Heavenly	50290
+Hellertown	50291
+Hellman's	50292
+Hellsing	50293
+Henry's	50294
+Henryetta	50295
+Henrys	50296
+Henryville	50297
+Henrico	50298
+Henrietta	50299
+Henrik	50300
+Hendrick	50301
+Hendrix	50302
+Hendersons	50303
+Hendersonville	50304
+Hennepin	50305
+Heineken	50306
+Heinen's	50307
+Heidi's	50308
+Hebrews	50309
+Hillsboro	50310
+Hillsdale	50311
+Hillshire	50312
+Hillside	50313
+Hillsong	50314
+Hillstone	50315
+Hillsville	50316
+Hillary	50317
+Hillandale	50318
+Hiller's	50319
+Hillers	50320
+Hilliard	50321
+Hillis	50322
+Hillcrest	50323
+Hillcroft	50324
+Hilltop	50325
+Hilltown	50326
+Hildebrand	50327
+Highland	50328
+Highline	50329
+Highwood	50330
+Highway	50331
+Highbridge	50332
+Highbury	50333
+Hightower	50334
+Hightstown	50335
+Higgins	50336
+Higginbotham	50337
+Hinduism	50338
+Hibbetts	50339
+Hirose	50340
+Hiroshima	50341
+Historical	50342
+Hunters	50343
+Hunter's	50344
+Hunterdon	50345
+Huntingburg	50346
+Huntingdon	50347
+Huntsman	50348
+Huntsville	50349
+Hungarian	50350
+Hungary	50351
+Hungerford	50352
+Humanities	50353
+Humanity	50354
+Humphrey	50355
+Humphries	50356
+Hummelstown	50357
+Huskers	50358
+Hustler	50359
+Hubbard	50360
+Hubertus	50361
+HughesNet	50362
+Hughesville	50363
+Hurricanes	50364
+Hutchins	50365
+Hutchison	50366
+Hydro's	50367
+Hydroxycut	50368
+expert	50369
+expercom	50370
+expect	50371
+expecially	50372
+expedia.com	50373
+expelled	50374
+exploit	50375
+explain	50376
+explicitly	50377
+expose	50378
+exposure	50379
+exponential	50380
+exponents	50381
+exported	50382
+exporting	50383
+exports	50384
+expression	50385
+expressing	50386
+expressive	50387
+expressed	50388
+expresses	50389
+expandable	50390
+expanding	50391
+expands	50392
+expansions	50393
+expire	50394
+expiration	50395
+expiring	50396
+expiry	50397
+exceeding	50398
+exceeded	50399
+exceeds	50400
+exception	50401
+excessive	50402
+excite	50403
+excitable	50404
+exciting	50405
+excise	50406
+excision	50407
+exclamations	50408
+excuse	50409
+excusable	50410
+excusing	50411
+excursions	50412
+exchanged	50413
+exchanger	50414
+exchanges	50415
+excavating	50416
+excavation	50417
+excavators	50418
+extend	50419
+extent	50420
+extenuating	50421
+extenze	50422
+extern	50423
+exterior	50424
+extras	50425
+extraterrestrial	50426
+extreme	50427
+extinguisher	50428
+extinction	50429
+execute	50430
+executor	50431
+exercise	50432
+exercising	50433
+exemption	50434
+exemplary	50435
+examine	50436
+examination	50437
+examining	50438
+examples	50439
+exaggerated	50440
+exaggerating	50441
+exaggeration	50442
+exhibited	50443
+exhibits	50444
+exhilarate	50445
+exhilarating	50446
+exhausted	50447
+existed	50448
+entertain	50449
+enterprise	50450
+entered	50451
+entering	50452
+enters	50453
+entrepreneur	50454
+entree	50455
+entrance	50456
+entrapment	50457
+entryway	50458
+entities	50459
+entity	50460
+entirely	50461
+entirety	50462
+entice	50463
+enticing	50464
+enthusiast	50465
+enthusiasm	50466
+endorse	50467
+endorphins	50468
+endocrine	50469
+endodontics	50470
+endodontist	50471
+endeavor	50472
+endured	50473
+endures	50474
+encounter	50475
+enchantment	50476
+enchanted	50477
+enchanting	50478
+enchiladas	50479
+enclose	50480
+enclosure	50481
+engineer's	50482
+engineered	50483
+engineering	50484
+engineers	50485
+engrade	50486
+engagement	50487
+engaged	50488
+environment	50489
+envisioned	50490
+envisioning	50491
+energize	50492
+energies	50493
+enemy's	50494
+enlightened	50495
+enlightening	50496
+enlightenment	50497
+enlisted	50498
+enrolled	50499
+enrolling	50500
+enrollment	50501
+enabled	50502
+enabler	50503
+enables	50504
+enhancements	50505
+elected	50506
+elevate	50507
+elevator	50508
+elements	50509
+elegante	50510
+eliminated	50511
+eliminates	50512
+eliminating	50513
+elimination	50514
+elliptical	50515
+employer	50516
+employee	50517
+employed	50518
+empathetic	50519
+empathize	50520
+empathy	50521
+empanadas	50522
+emphasis	50523
+emptiness	50524
+emptying	50525
+empires	50526
+embarrass	50527
+embargo	50528
+embark	50529
+embroider	50530
+embrace	50531
+embracing	50532
+embryos	50533
+embedded	50534
+embers	50535
+emerged	50536
+emergicare	50537
+emerging	50538
+emotional	50539
+emotionless	50540
+emotions	50541
+emoticons	50542
+everybody	50543
+everyone	50544
+everyday	50545
+everynight	50546
+everywhere	50547
+evergreens	50548
+eventual	50549
+eventful	50550
+events	50551
+evening	50552
+evaluate	50553
+evaluator	50554
+evacuated	50555
+evacuating	50556
+evacuation	50557
+evangelical	50558
+evaporated	50559
+evictions	50560
+evidenced	50561
+evidently	50562
+evolutionary	50563
+evolutions	50564
+evolve	50565
+evolving	50566
+establishment	50567
+established	50568
+establishing	50569
+estates	50570
+estimated	50571
+estimates	50572
+estimating	50573
+estimation	50574
+esters	50575
+escalate	50576
+escalator	50577
+escape	50578
+escapade	50579
+escaping	50580
+escargot	50581
+escarpment	50582
+essentia	50583
+essence	50584
+earned	50585
+earnest	50586
+earnings	50587
+earthlink.net	50588
+earthly	50589
+earthquakes	50590
+earlier	50591
+earliest	50592
+easter	50593
+eastex	50594
+easels	50595
+easier	50596
+easiest	50597
+eaters	50598
+eatery	50599
+editorial	50600
+editors	50601
+editing	50602
+edition	50603
+education	50604
+educating	50605
+educated	50606
+educators	50607
+eraser	50608
+erased	50609
+erases	50610
+errands	50611
+erections	50612
+ericas	50613
+eyelids	50614
+equinoxes	50615
+equality	50616
+equalizer	50617
+equates	50618
+equations	50619
+effectively	50620
+effectiveness	50621
+efficiently	50622
+eggshells	50623
+Grandma	50624
+Grandpa	50625
+Grandy	50626
+Grandad's	50627
+Grande	50628
+Grandin	50629
+Grants	50630
+Grant's	50631
+Grantham	50632
+Grantville	50633
+Granger	50634
+Grangeville	50635
+Granbury	50636
+Granby	50637
+Graniteville	50638
+Granny's	50639
+Grace's	50640
+Graceffa	50641
+Graceland	50642
+Graceville	50643
+Gracie	50644
+Gracia	50645
+Grammy	50646
+Grammer	50647
+Grammie	50648
+Grampa	50649
+Gramps	50650
+Grampy	50651
+Grayson	50652
+Grayslake	50653
+Graystone	50654
+Gravenhurst	50655
+Graves	50656
+Gravette	50657
+Graveyard	50658
+Grasso	50659
+Grady's	50660
+Grapeland	50661
+Grapevine	50662
+Gratiot	50663
+Gratitude	50664
+Graffiti	50665
+Grainger	50666
+Greens	50667
+Greene	50668
+Green's	50669
+Greenacres	50670
+Greencastle	50671
+Greendale	50672
+Greenfield	50673
+Greenmount	50674
+Greenridge	50675
+Greenup	50676
+Greeks	50677
+Greektown	50678
+Greers	50679
+Gregory	50680
+Greyson	50681
+Greystone	50682
+Gretas	50683
+Gretchen's	50684
+Greco's	50685
+Griffey	50686
+Griffs	50687
+Grimmie	50688
+Grimsby	50689
+Grimsley	50690
+Griswold	50691
+Griswald	50692
+Grizzlies	50693
+Grizzly	50694
+Groundhog	50695
+Grounds	50696
+Groupon	50697
+Groucho's	50698
+Grosse	50699
+Grossinger	50700
+Grovers	50701
+Groome	50702
+Groomingdales	50703
+Grooveshark	50704
+Garrett	50705
+Garretson	50706
+Garris	50707
+Garrick	50708
+Garrity	50709
+Gardena	50710
+Gardendale	50711
+Gardens	50712
+Gardnerville	50713
+Garner	50714
+Garnet	50715
+Gartner's	50716
+Garberville	50717
+Garver	50718
+Garvey	50719
+Gallagher	50720
+Gallardo	50721
+Gallatin	50722
+Gallegos	50723
+Galliano	50724
+Gallie	50725
+Gallipolis	50726
+Gallivan	50727
+Gallos	50728
+Galloway	50729
+Galaxie	50730
+Galaxy	50731
+Galena	50732
+Galesburg	50733
+Galilee	50734
+Galileo	50735
+Galveston	50736
+Galvez	50737
+Gabriella	50738
+Gabrielle	50739
+Gabbana	50740
+Gabby's	50741
+Gamecock	50742
+Gamecube	50743
+GameSpot	50744
+GameStop	50745
+Gamestop	50746
+Gambino's	50747
+Gatorade	50748
+Gator's	50749
+Gatorland	50750
+Gators	50751
+Gatesville	50752
+Gateway	50753
+Gatewood	50754
+Gatti's	50755
+Gattis	50756
+Gastonia	50757
+Gainesboro	50758
+Gainesville	50759
+Gaithersburg	50760
+Goldendale	50761
+Goldeneye	50762
+Goldens	50763
+Goldenwest	50764
+Goldsboro	50765
+Goldschlager	50766
+Goldsmith	50767
+Goldstein	50768
+Goldberg's	50769
+Goldbergs	50770
+Goldfield	50771
+Goldie	50772
+Goldilocks	50773
+Golding	50774
+Goldman's	50775
+Goldwater	50776
+Goldwing	50777
+Goodman's	50778
+Goodmans	50779
+Goodwood	50780
+Goodell	50781
+Goodfellas	50782
+Goodfellow	50783
+Goodie	50784
+Gooding	50785
+Goodland	50786
+Goodlettsville	50787
+Goodson	50788
+Goody's	50789
+Goodyear	50790
+Gordon	50791
+Gordos	50792
+Gordy's	50793
+Godfather's	50794
+Gobles	50795
+Goblet	50796
+Gonzalo	50797
+Goulding	50798
+Gomez's	50799
+General	50800
+Generation	50801
+Generac	50802
+Genesis	50803
+Geneva	50804
+Genevieve	50805
+Gentiva	50806
+Gentleman	50807
+Genova's	50808
+Gerald's	50809
+Geraldine	50810
+Geraldo	50811
+Geralds	50812
+Gerard's	50813
+Gerardo	50814
+Germann	50815
+Germania	50816
+Germans	50817
+Germantown	50818
+Germany	50819
+George	50820
+Gettysburg	50821
+Gilligan	50822
+Gillis	50823
+Gillett	50824
+Gillespie	50825
+Gilley	50826
+Gilbertsville	50827
+Gilmore	50828
+Gilmour	50829
+Gingerbread	50830
+Gibbons	50831
+Gibbstown	50832
+Giordano's	50833
+Giovanni's	50834
+Gianna	50835
+Gianni's	50836
+Giants	50837
+Gundersen	50838
+Gunderson	50839
+Guntersville	50840
+Guilderland	50841
+Guido's	50842
+Guardian	50843
+Guerneville	50844
+Guernsey	50845
+Guerra	50846
+Guerrero	50847
+GuestHouse	50848
+Gustafson	50849
+Gustine	50850
+Glenn's	50851
+Glenna	50852
+Glennon	50853
+Glenns	50854
+Glennville	50855
+Glenda	50856
+Glendive	50857
+Glendora	50858
+Glenshaw	50859
+Glenside	50860
+Glenstone	50861
+Glenbard	50862
+Glenbrook	50863
+Glenburnie	50864
+Glenmont	50865
+Glenmore	50866
+Glenoaks	50867
+Glenolden	50868
+Glenridge	50869
+Glenrock	50870
+Glenview	50871
+Glenville	50872
+Glenway	50873
+Glenwood	50874
+Gladewater	50875
+Glassboro	50876
+Glassman	50877
+Glassport	50878
+Gloria's	50879
+Gloriana	50880
+Glorias	50881
+Globes	50882
+Globetrotters	50883
+Gloversville	50884
+grandpa	50885
+grandfather	50886
+grands	50887
+grandchild	50888
+grande	50889
+grandad	50890
+grandkids	50891
+granny	50892
+grannies	50893
+granted	50894
+granting	50895
+grants	50896
+gradual	50897
+grader	50898
+graded	50899
+grades	50900
+gradient	50901
+grading	50902
+grateful	50903
+grated	50904
+grater	50905
+gratin	50906
+gratitude	50907
+gratuity	50908
+gratulations	50909
+graphs	50910
+grapefruit	50911
+grapes	50912
+grapevine	50913
+grapple	50914
+grappling	50915
+gravel	50916
+graves	50917
+graveyard	50918
+gravitopia	50919
+gravity	50920
+grasshopper	50921
+grassland	50922
+grasses	50923
+grassfield	50924
+grassroots	50925
+grassy	50926
+grasping	50927
+graceful	50928
+graced	50929
+graces	50930
+gracious	50931
+gracias	50932
+gracie	50933
+gracing	50934
+grammatical	50935
+grammar	50936
+grammas	50937
+grampas	50938
+grabbin	50939
+grazie	50940
+grazing	50941
+groupon	50942
+groups	50943
+groundbreaking	50944
+grounded	50945
+groundhog	50946
+grounding	50947
+grounds	50948
+groundwork	50949
+grouchy	50950
+growling	50951
+growls	50952
+grower	50953
+growed	50954
+grownup	50955
+grooms	50956
+grooming	50957
+groove	50958
+groovy	50959
+grosses	50960
+grossed	50961
+grottoes	50962
+grottos	50963
+groped	50964
+greener	50965
+greens	50966
+green.mc	50967
+greenfield	50968
+greentop	50969
+greeting	50970
+greets	50971
+greedy	50972
+great-grandchildren	50973
+great.	50974
+greatly	50975
+greatness	50976
+greats	50977
+grease	50978
+greasing	50979
+greasy	50980
+grenades	50981
+grinds	50982
+grinding	50983
+gringos	50984
+grievance	50985
+grieve	50986
+grieving	50987
+grilled	50988
+grillers	50989
+gripper	50990
+gripping	50991
+grimey	50992
+grumpy	50993
+grumpiness	50994
+grumble	50995
+grumbling	50996
+grunting	50997
+grunts	50998
+grunge	50999
+grungy	51000
+grubbing	51001
+grubby	51002
+garnishment	51003
+garnished	51004
+garnishing	51005
+garner	51006
+garnet	51007
+gardeners	51008
+gardenia	51009
+gardening	51010
+garbage	51011
+garbanzo	51012
+garlands	51013
+garlic's	51014
+gargle	51015
+gargling	51016
+garrisonville	51017
+gallensons	51018
+galleon	51019
+galley	51020
+gallon	51021
+galloping	51022
+gallows	51023
+gallstone	51024
+galaxies	51025
+galaxy	51026
+gamestop	51027
+games.com	51028
+gamers	51029
+gamertag	51030
+gambler	51031
+gambled	51032
+gambles	51033
+gastrointestinal	51034
+gastropub	51035
+gastric	51036
+gastritis	51037
+gassed	51038
+gasser	51039
+gatherings	51040
+gatorade	51041
+gangbanged	51042
+gained	51043
+gainer	51044
+gauged	51045
+gauges	51046
+goodbye	51047
+goodburger	51048
+goodnight	51049
+goodness	51050
+goodies	51051
+goods.com	51052
+goofballs	51053
+goofing	51054
+google.com	51055
+googled	51056
+gooseberries	51057
+goosebumps	51058
+goldenrod	51059
+goldens	51060
+golfer	51061
+golfed	51062
+golfing	51063
+goddamn	51064
+goddaughter	51065
+goddesses	51066
+godfathers	51067
+gondolas	51068
+gondoliers	51069
+gottem	51070
+gotten	51071
+gobbled	51072
+gobbler	51073
+goblins	51074
+gorgeous	51075
+goalies	51076
+gourds	51077
+genera	51078
+generic	51079
+genetic	51080
+genetalia	51081
+gentle	51082
+gently	51083
+genies	51084
+genitals	51085
+geniuses	51086
+genuinely	51087
+geographical	51088
+georgesville	51089
+georgette	51090
+gerberts	51091
+gerbes	51092
+gerbils	51093
+getting	51094
+gemstones	51095
+gunshots	51096
+gunslingers	51097
+gunsmithing	51098
+gunner	51099
+gunnels	51100
+gunnies	51101
+gunning	51102
+gunpoint	51103
+gunpowder	51104
+guideline	51105
+guided	51106
+guides	51107
+guilted	51108
+guilty	51109
+guarded	51110
+guardrail	51111
+guards	51112
+guarantee	51113
+guaranty	51114
+guessed	51115
+guesser	51116
+guesses	51117
+guessing	51118
+gumbos	51119
+guttering	51120
+gutters	51121
+gladiator	51122
+gladiolus	51123
+glance	51124
+glancing	51125
+glands	51126
+glazed	51127
+glazier	51128
+glazing	51129
+glaciers	51130
+glamorous	51131
+glamour	51132
+gloria	51133
+glorious	51134
+gloryhole	51135
+global.net	51136
+globally	51137
+globes	51138
+glitching	51139
+glitchy	51140
+glitters	51141
+glittery	51142
+glider	51143
+gluten	51144
+glutes	51145
+girlfriend's	51146
+girlfriends	51147
+girlie	51148
+girlish	51149
+girls.com	51150
+giggle	51151
+giggling	51152
+giggly	51153
+gigabytes	51154
+giveaways	51155
+given:	51156
+givers	51157
+gymnastic	51158
+intern	51159
+interact	51160
+interest	51161
+interCall	51162
+interbank	51163
+interoffice	51164
+intertwined	51165
+intent	51166
+intend	51167
+integer	51168
+intestine	51169
+intestinal	51170
+introvert	51171
+intros	51172
+intricate	51173
+intrinsic	51174
+intramural	51175
+intravenous	51176
+intoxalock	51177
+intolerable	51178
+intimidate	51179
+intimate	51180
+intimacy	51181
+intakes	51182
+intuition	51183
+intuitive	51184
+instability	51185
+instacare	51186
+instagram	51187
+instinct	51188
+instill	51189
+instruct	51190
+instrument	51191
+insult	51192
+insulin	51193
+insure	51194
+insurance	51195
+insuring	51196
+insubordinate	51197
+insubordination	51198
+inside	51199
+insidious	51200
+insight	51201
+insisting	51202
+insists	51203
+insincere	51204
+insect	51205
+insert	51206
+inservice	51207
+inspector	51208
+inspected	51209
+inspiration	51210
+inspire	51211
+inspiring	51212
+insane	51213
+insanity	51214
+insomniac	51215
+income	51216
+incoming	51217
+incident	51218
+incidence	51219
+incisions	51220
+incriminate	51221
+incriminating	51222
+incline	51223
+inclination	51224
+incarnation	51225
+incalls	51226
+incapable	51227
+incapacitated	51228
+incentive	51229
+incense	51230
+incessant	51231
+incest	51232
+incubation	51233
+incubator	51234
+incurred	51235
+incher	51236
+inches	51237
+influx	51238
+inflicted	51239
+inflicting	51240
+inference	51241
+inferior	51242
+inferno	51243
+infertility	51244
+infected	51245
+infestation	51246
+infested	51247
+informed	51248
+informing	51249
+informs	51250
+infomercials	51251
+infantry	51252
+infants	51253
+infamous	51254
+infamy	51255
+infatuated	51256
+infatuation	51257
+infinite	51258
+infinity	51259
+infidelity	51260
+infuse	51261
+infusion	51262
+infuriating	51263
+infraction	51264
+infrared	51265
+infrastructure	51266
+infringement	51267
+indica	51268
+individual	51269
+indivisible	51270
+indignant	51271
+indigo	51272
+indifference	51273
+indifferent	51274
+indirectly	51275
+indiscretions	51276
+indisposed	51277
+indecent	51278
+indeed.com	51279
+indeedy	51280
+independent	51281
+independence	51282
+indefinitely	51283
+indescribable	51284
+indestructible	51285
+induce	51286
+inducing	51287
+indulge	51288
+indulging	51289
+industry	51290
+investment	51291
+investor	51292
+invested	51293
+inventor	51294
+invented	51295
+invert	51296
+involuntary	51297
+invoice	51298
+invoicing	51299
+invite	51300
+invitation	51301
+inviting	51302
+invisibility	51303
+invisible	51304
+invade	51305
+invading	51306
+invalid	51307
+invaluable	51308
+invasion	51309
+invasive	51310
+injection	51311
+injecting	51312
+injectors	51313
+injure	51314
+injury	51315
+innocent	51316
+innocence	51317
+innovation	51318
+innovative	51319
+ingredient	51320
+ingress	51321
+inground	51322
+ingrown	51323
+ingenious	51324
+ingenuity	51325
+ingested	51326
+inhaler	51327
+inhaled	51328
+inheritance	51329
+inherited	51330
+inherently	51331
+initiate	51332
+initialed	51333
+initially	51334
+initials	51335
+inexpensive	51336
+inexperienced	51337
+inquired	51338
+inquires	51339
+inquiries	51340
+inquiring	51341
+inlaws	51342
+inboxed	51343
+improv	51344
+improper	51345
+improbable	51346
+impromptu	51347
+impress	51348
+impregnate	51349
+imprint	51350
+imprisoned	51351
+imperfect	51352
+imperial	51353
+imperative	51354
+impeached	51355
+impeachment	51356
+impede	51357
+impediment	51358
+importing	51359
+imports	51360
+impose	51361
+imposter	51362
+impounded	51363
+implementation	51364
+implemented	51365
+implementing	51366
+implements	51367
+implantation	51368
+implanted	51369
+implants	51370
+implication	51371
+implying	51372
+impacted	51373
+impacting	51374
+impacts	51375
+impatient	51376
+impatience	51377
+impaired	51378
+impairment	51379
+impartial	51380
+impulses	51381
+immediate	51382
+immediadent	51383
+immerse	51384
+immersion	51385
+immensely	51386
+immature	51387
+immaturity	51388
+immigrant	51389
+immigration	51390
+immortal	51391
+immoral	51392
+immunization	51393
+immunity	51394
+imagine	51395
+imaging	51396
+imagining	51397
+imagenes	51398
+imagery	51399
+images	51400
+imitated	51401
+imitating	51402
+imitation	51403
+identify	51404
+identities	51405
+identity	51406
+ideally	51407
+ideals	51408
+irresistible	51409
+irregardless	51410
+irregular	51411
+ironically	51412
+illusion	51413
+illuminated	51414
+illegally	51415
+illegals	51416
+isolated	51417
+isolating	51418
+isolation	51419
+ignored	51420
+ignores	51421
+ignorance	51422
+ignorant	51423
+igniter	51424
+landslide	51425
+landlord	51426
+landlady	51427
+landline	51428
+landfall	51429
+landfill	51430
+landings	51431
+landmarks	51432
+landos	51433
+landowner	51434
+language:	51435
+languages	51436
+lanterns	51437
+lateral	51438
+laters	51439
+lateness	51440
+latent	51441
+latest	51442
+latina	51443
+latino	51444
+lationship	51445
+latitudes	51446
+latter	51447
+latched	51448
+latches	51449
+launder	51450
+launching	51451
+laurel	51452
+lauren	51453
+layoffs	51454
+layouts	51455
+layovers	51456
+layered	51457
+layers	51458
+lactaid	51459
+labeled	51460
+labeler	51461
+labels:	51462
+laboratories	51463
+laboratory	51464
+labored	51465
+laborers	51466
+lashed	51467
+lashes	51468
+lamest	51469
+laminated	51470
+ladybug	51471
+ladyboy	51472
+largest	51473
+lawsuits	51474
+lagged	51475
+lagger	51476
+lapsed	51477
+lakeshore	51478
+lakeside	51479
+lazier	51480
+laziest	51481
+laziness	51482
+lazing	51483
+lalalalala	51484
+lineage	51485
+lineal	51486
+linear	51487
+linebackers	51488
+linens	51489
+liners	51490
+lineups	51491
+lingers	51492
+lindas	51493
+limitations	51494
+limited	51495
+limiter	51496
+limoncello	51497
+limonite	51498
+limousines	51499
+limestone	51500
+lifesaver	51501
+lifestyle	51502
+lifeless	51503
+lifeline	51504
+lifelong	51505
+lifegroup	51506
+lifeguard	51507
+lifetimes	51508
+lifter	51509
+lifted	51510
+lighten	51511
+lighter	51512
+lighted	51513
+lightest	51514
+lightbulb	51515
+lightband	51516
+lightsaber	51517
+lightheaded	51518
+lighthouse	51519
+lightning	51520
+liters	51521
+littles	51522
+littler	51523
+littering	51524
+litters	51525
+librarian	51526
+libraries	51527
+licker	51528
+licked	51529
+lickety	51530
+licking	51531
+licence	51532
+listen	51533
+listed	51534
+listings	51535
+livers	51536
+livery	51537
+livelihood	51538
+lively	51539
+livestock	51540
+living	51541
+likelihood	51542
+likely	51543
+lipsticks	51544
+liquidate	51545
+liquidation	51546
+liquidators	51547
+lieutenants	51548
+liabilities	51549
+liability	51550
+looker	51551
+looked	51552
+lookin	51553
+lookie	51554
+loopholes	51555
+loopsy	51556
+loosened	51557
+loosening	51558
+loosens	51559
+looneys	51560
+locate	51561
+locator	51562
+locale	51563
+locally	51564
+locals	51565
+locker	51566
+locked	51567
+locket	51568
+locksmith	51569
+locomotion	51570
+locomotive	51571
+longboard	51572
+longbow	51573
+long-lasting	51574
+long-standing	51575
+long-term	51576
+longer	51577
+longest	51578
+longevity	51579
+longing	51580
+longitude	51581
+lonely	51582
+loners	51583
+logistics	51584
+logical	51585
+logins	51586
+logger	51587
+logged	51588
+loveless	51589
+lovely	51590
+loverboy	51591
+lovers	51592
+lovebirds	51593
+lovebug	51594
+lovingly	51595
+loader	51596
+loaded	51597
+loaned	51598
+loaner	51599
+lowered	51600
+lowering	51601
+lowers	51602
+lowes.com	51603
+lowest	51604
+lowlife	51605
+lowlights	51606
+lollipops	51607
+lollygagging	51608
+louder	51609
+loudest	51610
+lounges	51611
+losers	51612
+lottery.com	51613
+learning	51614
+learns	51615
+learnt	51616
+leaders	51617
+leaderboard	51618
+leased	51619
+leases	51620
+leashes	51621
+leaned	51622
+leaner	51623
+leaves	51624
+leaving	51625
+legislators	51626
+legislature	51627
+legitimate	51628
+legitly	51629
+legions	51630
+legally	51631
+leggings	51632
+leggins	51633
+lenders	51634
+lentils	51635
+lesson	51636
+lessors	51637
+lessen	51638
+lesser	51639
+lesbians	51640
+letterhead	51641
+lettering	51642
+letterman	51643
+letters	51644
+letting	51645
+leveling	51646
+levels	51647
+leverage	51648
+levers	51649
+levert	51650
+leprechauns	51651
+lectured	51652
+lectures	51653
+luncheon	51654
+lunches	51655
+lunatics	51656
+luminosity	51657
+luminous	51658
+lumberjack	51659
+lumberyard	51660
+luckily	51661
+lucked	51662
+lucker	51663
+lubricate	51664
+lubrication	51665
+lubricants	51666
+luxuries	51667
+luxurious	51668
+wallet	51669
+walled	51670
+walleye	51671
+wallyball	51672
+wallys	51673
+wallah	51674
+wallowing	51675
+wallpapers	51676
+walker	51677
+walked	51678
+walkin	51679
+walkie	51680
+walk-ins	51681
+walkabout	51682
+walkways	51683
+waterfall	51684
+waterfront	51685
+waterproof	51686
+waterpark	51687
+waterpump	51688
+watershed	51689
+waterside	51690
+watersports	51691
+waterbed	51692
+waterboy	51693
+watermelon	51694
+watermark	51695
+waterway	51696
+waterworks	51697
+watercolor	51698
+watercourse	51699
+waterlick	51700
+waterline	51701
+watcher	51702
+watched	51703
+watches	51704
+watching	51705
+warmer	51706
+warmed	51707
+warmest	51708
+warranted	51709
+warranties	51710
+warrants	51711
+warranty	51712
+warriors	51713
+warning:	51714
+warnings	51715
+warned	51716
+warner	51717
+wardens	51718
+warehouse	51719
+warehousing	51720
+washer	51721
+washed	51722
+washes	51723
+washcloths	51724
+washing	51725
+waster	51726
+wasted	51727
+wasteful	51728
+wasteland	51729
+wastes	51730
+wastewater	51731
+wasting	51732
+wanted-	51733
+wanting	51734
+wants:	51735
+wandered	51736
+wandering	51737
+wanders	51738
+waiter	51739
+waited	51740
+waitresses	51741
+waitressing	51742
+waiting	51743
+waivers	51744
+wagers	51745
+wakeboarding	51746
+wackerli	51747
+windshield	51748
+windstream	51749
+winder	51750
+winded	51751
+windows	51752
+windmills	51753
+winter's	51754
+winterberry	51755
+wintergreen	51756
+winters	51757
+winger	51758
+winged	51759
+wineries	51760
+winery	51761
+winning	51762
+winners	51763
+withdraw	51764
+withdrew	51765
+withhold	51766
+withheld	51767
+withers	51768
+witched	51769
+witches	51770
+witnessed	51771
+witnesses	51772
+willing	51773
+william	51774
+willies	51775
+willikers	51776
+willow	51777
+willoughby	51778
+wilder	51779
+wildest	51780
+wildflower	51781
+wildfire	51782
+wildlife	51783
+wildly	51784
+wished	51785
+wishes	51786
+wishing	51787
+widescreen	51788
+widespread	51789
+widest	51790
+wiggle	51791
+wiggling	51792
+wiggly	51793
+wigged	51794
+wigger	51795
+wifeys	51796
+wipers	51797
+wireless.com	51798
+wirelessly	51799
+wickedness	51800
+weathering	51801
+weatherization	51802
+weaker	51803
+weakest	51804
+weaknesses	51805
+weavers	51806
+weaves	51807
+well-being	51808
+well-known	51809
+wellbeing	51810
+wellbutrin	51811
+wellsfargo.com	51812
+welder	51813
+welded	51814
+welcome	51815
+welcoming	51816
+weekend's	51817
+weekend.	51818
+weekends	51819
+weekdays	51820
+weeknights	51821
+weenies	51822
+weirdo	51823
+weirding	51824
+weirdly	51825
+weirdness	51826
+weighted	51827
+weights	51828
+weiners	51829
+western	51830
+westerly	51831
+westborn	51832
+westbound	51833
+website's	51834
+websites	51835
+webcams	51836
+wedged	51837
+wedges	51838
+wedgies	51839
+workstation	51840
+workspace	51841
+workaholic	51842
+workable	51843
+workaround	51844
+worker	51845
+worked	51846
+workmans	51847
+workman's	51848
+working	51849
+workbench	51850
+workbook	51851
+workflow	51852
+workforce	51853
+workouts	51854
+workwear	51855
+workweek	51856
+worshiping	51857
+worships	51858
+worsen	51859
+worser	51860
+worrisome	51861
+worryin	51862
+worldstar	51863
+wormed	51864
+wormer	51865
+woodwork	51866
+woodwinds	51867
+woodpecker	51868
+woodpile	51869
+woodchuck	51870
+woodcraft	51871
+wooded	51872
+wooden	51873
+woodlands	51874
+woodys	51875
+wonderful	51876
+wonderboy	51877
+wondered	51878
+wondering	51879
+wonderland	51880
+wonders	51881
+wontons	51882
+wouldn't	51883
+wouldnt	51884
+whiten	51885
+whites	51886
+whitetail	51887
+whitey	51888
+whiteboard	51889
+whitefish	51890
+whitepages.com	51891
+whiter	51892
+whitewater	51893
+whiting	51894
+whitish	51895
+whisky	51896
+whispering	51897
+whispers	51898
+whistle	51899
+whistling	51900
+whippin	51901
+whined	51902
+whiner	51903
+whines	51904
+whiney	51905
+whimpering	51906
+wheelchair	51907
+wheelhouse	51908
+wheels	51909
+wheeze	51910
+wheezing	51911
+where'd	51912
+where's	51913
+whereabouts	51914
+whereas	51915
+whenevers	51916
+wholeheartedly	51917
+whooped	51918
+whoopee	51919
+whoopie	51920
+whooping	51921
+whoppers	51922
+whatever	51923
+whateva	51924
+whatevs	51925
+what'd	51926
+what'll	51927
+what's	51928
+whatsapp	51929
+whatsoever	51930
+whales	51931
+wrecker	51932
+wrecked	51933
+wrestler	51934
+wrestled	51935
+wrestles	51936
+wreaths	51937
+writer	51938
+write-up	51939
+writes	51940
+writings	51941
+wristbands	51942
+wrinkled	51943
+wrinkles	51944
+wrapping	51945
+wrongfully	51946
+Walled	51947
+Waller	51948
+Wallet	51949
+Wallisville	51950
+Wallace	51951
+Wally's	51952
+Walter's	51953
+Walterboro	51954
+Walters	51955
+Waltham	51956
+Walther	51957
+Waltons	51958
+Waldo's	51959
+Waldoboro	51960
+Waldorf	51961
+Waldron	51962
+Waldrop	51963
+Walker	51964
+Walken	51965
+Walsenburg	51966
+Walser	51967
+Warren's	51968
+Warrendale	51969
+Warrenton	51970
+Warrenville	51971
+Warrior	51972
+Warrick	51973
+Warrington	51974
+Wareham	51975
+Warehouse	51976
+Warfield	51977
+Warfighter	51978
+Warners	51979
+Waterfall	51980
+Waterford	51981
+Waterfront	51982
+Waterson	51983
+Waterstone	51984
+Waterboro	51985
+Waterbury	51986
+Watermans	51987
+Waterville	51988
+Watervliet	51989
+Watsons	51990
+Watsontown	51991
+Watsonville	51992
+Watterson	51993
+Waynesville	51994
+Washington's	51995
+Washingtonian	51996
+Washingtonville	51997
+Washoe	51998
+Washougal	51999
+Waikele	52000
+Waikem	52001
+Wantage	52002
+Wantagh	52003
+Wanda's	52004
+William	52005
+Willie	52006
+Willis	52007
+Willimantic	52008
+Willits	52009
+Willow	52010
+Willoughby	52011
+Willard	52012
+Willey	52013
+Willett	52014
+Willy's	52015
+Willys	52016
+Wilder	52017
+Wildcats	52018
+Wilkins	52019
+Wilkie	52020
+Wilkes	52021
+Wilkens	52022
+Wilkerson	52023
+Wilmer	52024
+Wilmes	52025
+Wilmette	52026
+Wilmont	52027
+Wilmore	52028
+Wilmot	52029
+Wilburn	52030
+Wilburton	52031
+Wilburys	52032
+Wilson's	52033
+Wilsons	52034
+Wilsonville	52035
+Wilcox	52036
+Wiley's	52037
+Winder	52038
+Windemere	52039
+Windex	52040
+Windstar	52041
+Window	52042
+Windom	52043
+Windham	52044
+Windhaven	52045
+Winnebago	52046
+Winneconne	52047
+Winnelson	52048
+Winnemucca	52049
+Winnetka	52050
+Winnie	52051
+Winnipeg	52052
+Winston	52053
+Winstar	52054
+Winterport	52055
+Winterville	52056
+Wingstop	52057
+Winchell's	52058
+Winchendon	52059
+Winchester	52060
+Winkler	52061
+Witherspoon	52062
+Witten	52063
+Wicker	52064
+Wicked	52065
+Wickenburg	52066
+Wienerschnitzel	52067
+Wiggles	52068
+Wiggly	52069
+Wimberley	52070
+Wimberly	52071
+Westmark	52072
+Westmed	52073
+Westboro	52074
+Westbrook	52075
+Westbury	52076
+Western	52077
+Westerly	52078
+Westerville	52079
+Westfield	52080
+Westford	52081
+Westway	52082
+Westwego	52083
+Westwind	52084
+Westwood	52085
+Westar	52086
+Westcott	52087
+Westin	52088
+Westie	52089
+Westlife	52090
+Westpark	52091
+Westphalia	52092
+Westport	52093
+Westhampton	52094
+Westheimer	52095
+Weston	52096
+Westover	52097
+Westridge	52098
+Westroads	52099
+Westshore	52100
+Westside	52101
+Westview	52102
+Westville	52103
+Wesley's	52104
+Wesleyan	52105
+Wellspring	52106
+Wellston	52107
+Wellsville	52108
+Weller	52109
+Wellesley	52110
+Wellington	52111
+Wellman	52112
+Wellmont	52113
+Welch's	52114
+Weinbach	52115
+Weinberg	52116
+Weinstein	52117
+Weinstock	52118
+Webberville	52119
+Webster's	52120
+Wendy's	52121
+Wendys	52122
+Woodsboro	52123
+Woodside	52124
+Woodsmith	52125
+Woodson	52126
+Woodsville	52127
+Woodmont	52128
+Woodbine	52129
+Woodcliff	52130
+Woodcock	52131
+Woodhaven	52132
+Woodhead	52133
+Woodhill	52134
+Woodley	52135
+Woodrow	52136
+Woodridge	52137
+Woodruff	52138
+Woodall	52139
+Woodard	52140
+Woodview	52141
+Woodville	52142
+Woody's	52143
+Workshop	52144
+World's	52145
+WorldMark	52146
+Worlds	52147
+Worthington	52148
+Wolfeboro	52149
+Wollensky's	52150
+Wolverines	52151
+Woman's	52152
+Whites	52153
+White's	52154
+Whitecourt	52155
+Whiteland	52156
+Whiteville	52157
+Whitewater	52158
+Whittaker	52159
+Whitten	52160
+Whittlesey	52161
+Whitts	52162
+Whittwood	52163
+Whitney	52164
+Whitnall	52165
+Whitley	52166
+Whitman	52167
+Whitmire	52168
+Whitmore	52169
+Whiting	52170
+Whitinsville	52171
+Whisperer	52172
+Whispering	52173
+Whistler	52174
+Whippany	52175
+Whipple	52176
+Wheatfields	52177
+Wheatland	52178
+Wheatley	52179
+Wheelersburg	52180
+WhatsApp	52181
+Whalen	52182
+Whaler	52183
+Whaley	52184
+Wholesalers	52185
+Wrights	52186
+Wright's	52187
+Wrightwood	52188
+Wrigley's	52189
+Wrigleyville	52190
+Wreckers	52191
+Wynnewood	52192
+Franklin	52193
+Frankie	52194
+Franks	52195
+Frank's	52196
+Franktown	52197
+Franky	52198
+France	52199
+Franco	52200
+Franchise	52201
+Frandor	52202
+Frandsen	52203
+Frazee	52204
+Frazer	52205
+Frazeysburg	52206
+Frazier's	52207
+Framed	52208
+Framingham	52209
+Fratellis	52210
+Freemans	52211
+Freeman's	52212
+Freebird	52213
+Freeburg	52214
+Freedia	52215
+Freedom	52216
+Freewater	52217
+Freeway	52218
+Freddy	52219
+Freddie	52220
+Fredonia	52221
+French's	52222
+Frenchie	52223
+Frenchman	52224
+Frenchtown	52225
+Frenchy's	52226
+Freshman	52227
+Fresnos	52228
+Friends	52229
+Friendly	52230
+Friedman	52231
+Friesen	52232
+Friday	52233
+Frida's	52234
+Frisco	52235
+Frisch's	52236
+Frisbee	52237
+Frisbie	52238
+Fritos	52239
+Fritz's	52240
+Frontenac	52241
+Frontera	52242
+Frogger	52243
+Froggy's	52244
+Farmers	52245
+Farmerville	52246
+Farmingdale	52247
+Farmington	52248
+Farmingville	52249
+Farragut	52250
+Farrah	52251
+Farrakhan	52252
+Farrell's	52253
+Farrells	52254
+Farrington	52255
+Farris	52256
+Fairless	52257
+Fairly	52258
+Fairbanks	52259
+Fairborn	52260
+Fairport	52261
+Fairway	52262
+Fairwinds	52263
+Fairwood	52264
+Fairfax	52265
+Fairfield	52266
+Fairhaven	52267
+Fairhope	52268
+Fairmont	52269
+Fairmount	52270
+Fallsburg	52271
+Fallsgrove	52272
+Fallston	52273
+Fallon	52274
+Fallout	52275
+Falcone	52276
+Falcons	52277
+Fantasy	52278
+Fantasia	52279
+Fantastic	52280
+Fannin	52281
+Fannie	52282
+Facebook's	52283
+Facilities	52284
+Facility	52285
+Fatheads	52286
+Father's	52287
+Fabio's	52288
+Fabiola	52289
+Familia	52290
+Families	52291
+Fayetteville	52292
+Finnigan	52293
+Finnin	52294
+Finnish	52295
+Finnegan	52296
+Finney	52297
+Finally	52298
+Finals	52299
+Finance	52300
+Financial	52301
+Finders	52302
+Finksburg	52303
+Finlandia	52304
+Finley's	52305
+Firefall	52306
+Firefly	52307
+Firefox	52308
+Firebirds	52309
+Firestone	52310
+FirstMark	52311
+FirstMerit	52312
+Fishers	52313
+Fisheries	52314
+Fisherman's	52315
+Fisherville	52316
+Filipino	52317
+Filipina	52318
+Filippis	52319
+Filippo's	52320
+Fitzsimmons	52321
+Fitzsimons	52322
+Fighters	52323
+Figures	52324
+Fidelis	52325
+Fidelity	52326
+Forestdale	52327
+Forester	52328
+Forestry	52329
+Forestville	52330
+Foreman's	52331
+Fortuna	52332
+Fortune	52333
+Foothills	52334
+Foxwoods	52335
+Foxworthy	52336
+Fountainhead	52337
+Fountains	52338
+Fountainview	52339
+Foundation	52340
+Founders	52341
+Fogelberg	52342
+Fogelsville	52343
+Fosters	52344
+Fernando	52345
+Fernanda	52346
+Fernandina	52347
+Ferragamo	52348
+Ferreira	52349
+Ferrell	52350
+Ferries	52351
+Ferris	52352
+Ferguson	52353
+Felice	52354
+Felipe's	52355
+Felix's	52356
+Fellowship	52357
+Feldman's	52358
+Federal	52359
+Federico's	52360
+Florian	52361
+Florin	52362
+Flores	52363
+Florez	52364
+Flowerama	52365
+Flowers	52366
+Flowertown	52367
+Flowery	52368
+Flooring	52369
+Flatirons	52370
+Flatts	52371
+Flanagan's	52372
+Flanigan's	52373
+Flamingo	52374
+Fletchers	52375
+Flintstones	52376
+Fullers	52377
+Fullerton	52378
+Kennel	52379
+Kenner	52380
+Kennewick	52381
+Kenney	52382
+Kenny's	52383
+Kennys	52384
+Kennywood	52385
+Kennard	52386
+Kendall	52387
+Kendra	52388
+Kendrick	52389
+Kentucky	52390
+Kentuckiana	52391
+Kenzie's	52392
+Keller	52393
+Kellen	52394
+Kelley	52395
+Kellie	52396
+Kellin	52397
+Kelly's	52398
+Kellys	52399
+Kellogg's	52400
+Kelsey's	52401
+Kelseys	52402
+Kelseyville	52403
+Keeneland	52404
+Keeney	52405
+Keegan's	52406
+Keegans	52407
+Keeler	52408
+Keeley	52409
+Keepers	52410
+Keysha	52411
+Keyshia	52412
+Kearney	52413
+Kearns	52414
+Kearny	52415
+Kempsville	52416
+Kettleman	52417
+Kingsdale	52418
+Kingsford	52419
+Kingsgate	52420
+Kingshighway	52421
+Kingsport	52422
+Kingsville	52423
+KinderCare	52424
+Kindergarten	52425
+Kinderhook	52426
+Kinderkamack	52427
+Kinser	52428
+Kinsey	52429
+Kinetico	52430
+Kinetix	52431
+Kinko's	52432
+Kinkos	52433
+Killian	52434
+Killer	52435
+Killeen	52436
+Killen	52437
+Killarney	52438
+Killswitch	52439
+Kimberton	52440
+Kimball's	52441
+Kimbrell's	52442
+Kimbrough	52443
+Kimmy's	52444
+Kirklands	52445
+Kirksville	52446
+Kirsten's	52447
+Kirstyn	52448
+Kitty's	52449
+Kissin	52450
+Kissimmee	52451
+Kissel	52452
+Kisses	52453
+Kieran	52454
+Katherine	52455
+Katheryn	52456
+Kathleen's	52457
+Kathleens	52458
+Kathy's	52459
+Kathys	52460
+Katharina	52461
+Katharine	52462
+Katelyn	52463
+Katelin	52464
+Katella	52465
+Katie's	52466
+Katies	52467
+Karen's	52468
+Karenina	52469
+Karens	52470
+Kareem	52471
+Kareena	52472
+Karina	52473
+Kardashians	52474
+Karman	52475
+Kaylee	52476
+Kayleigh	52477
+Kaylene	52478
+Kayla's	52479
+Kaylie	52480
+Kaylin	52481
+Kalamath	52482
+Kalamazoo	52483
+Kaufman's	52484
+Koreans	52485
+Kristi	52486
+Krista	52487
+Kristen	52488
+Kristofferson	52489
+Kristy	52490
+Krispies	52491
+Krispy	52492
+Krissy	52493
+Krause's	52494
+Krusty	52495
+Knolls	52496
+Knollwood	52497
+Knightsbridge	52498
+Knightstown	52499
+Knightsville	52500
+Kleenexes	52501
+Khalifa	52502
+Khalid	52503
+Khalil	52504
+Kwanzaa	52505
+Ellen's	52506
+Ellendale	52507
+Ellensburg	52508
+Ellenton	52509
+Ellenville	52510
+Ellenwood	52511
+Ellerbe	52512
+Ellerslie	52513
+Ellery	52514
+Ellettsville	52515
+Elliott	52516
+Elliots	52517
+Ellison	52518
+Elliston	52519
+Ellisville	52520
+Ellicottville	52521
+Ellie's	52522
+Elizabeth's	52523
+Electra	52524
+Elections	52525
+Elementary	52526
+Elements	52527
+Elena's	52528
+Elmer's	52529
+Elmers	52530
+Eldersburg	52531
+Eldorado	52532
+Eldredge	52533
+Elsie's	52534
+Elaine's	52535
+England's	52536
+Englewood	52537
+Englishtown	52538
+Engineering	52539
+Engineers	52540
+Enterprises	52541
+Entertainer	52542
+Entertainment	52543
+Enrico	52544
+Enrichment	52545
+Energies	52546
+Energizer	52547
+Edgemere	52548
+Edgewater	52549
+Edgewood	52550
+Edinburg	52551
+Edinboro	52552
+Edmond	52553
+Edmonton	52554
+Edwardsburg	52555
+Edwardsville	52556
+Everett	52557
+Everest	52558
+Everlast	52559
+Everlong	52560
+Everly	52561
+Everybody	52562
+Everyone	52563
+Everything	52564
+Everglades	52565
+Evergreen	52566
+Everhard	52567
+Everhart	52568
+Everson	52569
+Everton	52570
+Events	52571
+Evelyn's	52572
+Evansdale	52573
+Evanston	52574
+Evansville	52575
+Eastpoint	52576
+Eastport	52577
+Eastbay	52578
+Eastbrook	52579
+Eastern	52580
+Easthampton	52581
+Eastlake	52582
+Eastland	52583
+Eastman	52584
+Eastmont	52585
+Easton	52586
+Eastover	52587
+Eastvale	52588
+Eastview	52589
+Eastway	52590
+Eastwood	52591
+Eatonton	52592
+Eatontown	52593
+Employees	52594
+Emilio	52595
+Emilia	52596
+Emilie	52597
+Emily's	52598
+Estella	52599
+Estelle	52600
+Estates	52601
+Escalon	52602
+Essential	52603
+Essence	52604
+Erickson	52605
+Ericka	52606
+Erica's	52607
+Ericsson	52608
+Erika's	52609
+Eriksen	52610
+Erikson	52611
+Expecting	52612
+Expedia	52613
+Expedition	52614
+Experian	52615
+Experience	52616
+Economy	52617
+Europe	52618
+Europa	52619
+Etheridge	52620
+Ethernet	52621
+overdo	52622
+overdid	52623
+overdue	52624
+overly	52625
+overtake	52626
+overcrowded	52627
+overwhelm	52628
+overwork	52629
+overweight	52630
+overpower	52631
+overreact	52632
+override	52633
+overrated	52634
+overall	52635
+overage	52636
+overnighting	52637
+overnights	52638
+overflowed	52639
+overflowing	52640
+overflows	52641
+overbearing	52642
+overeat	52643
+overestimated	52644
+ovarian	52645
+ovaries	52646
+outlaw	52647
+outlandish	52648
+outlast	52649
+outlive	52650
+outlets	52651
+outsider	52652
+outsource	52653
+outsourcing	52654
+outrageous	52655
+outraged	52656
+outrigger	52657
+outright	52658
+outdoor	52659
+outdone	52660
+outboard	52661
+outbound	52662
+outbox	52663
+outfitter	52664
+outfits	52665
+outfielder	52666
+outcall	52667
+outcast	52668
+outcomes	52669
+outpost	52670
+outpouring	52671
+outputs	52672
+outgrow	52673
+outgrew	52674
+outerwear	52675
+outings	52676
+outweighs	52677
+ourself	52678
+ourselves	52679
+organs	52680
+orgasmic	52681
+orgasms	52682
+origins	52683
+oriental	52684
+order:	52685
+ordered	52686
+ordering	52687
+orderly	52688
+orders	52689
+orderves	52690
+ordinarily	52691
+ordinary	52692
+orthodontic	52693
+orthodontist	52694
+orthopedic	52695
+orthopedist	52696
+orchestrated	52697
+ornamental	52698
+ornaments	52699
+optimal	52700
+optimeyes	52701
+optician	52702
+optics	52703
+optional	52704
+options	52705
+optometric	52706
+optometrist	52707
+operate	52708
+operator	52709
+opener	52710
+opened	52711
+openings	52712
+oppose	52713
+opportune	52714
+opponents	52715
+observe	52716
+observing	52717
+obsessed	52718
+obstacles	52719
+obstructed	52720
+obstruction	52721
+obscene	52722
+obscenities	52723
+oblige	52724
+oblivion	52725
+oblivious	52726
+objectively	52727
+objectives	52728
+objections	52729
+offend	52730
+offence	52731
+offering	52732
+offerdahl's	52733
+offered	52734
+offers	52735
+officer	52736
+office.	52737
+offices	52738
+official	52739
+offseason	52740
+offset	52741
+one-of-a-kind	52742
+one-on-one	52743
+onesies	52744
+oncologist	52745
+oncology	52746
+occupy	52747
+occurs	52748
+occasionally	52749
+olives	52750
+olivias	52751
+owners	52752
+owner's	52753
+osteopathic	52754
+osteoporosis	52755
+NorthWestern	52756
+Northampton	52757
+Northdale	52758
+Northtown	52759
+Northumberland	52760
+Norteno	52761
+Nortel	52762
+Norterra	52763
+Norton's	52764
+Norman	52765
+Norma's	52766
+Normal	52767
+Nordstroms	52768
+Norwegian	52769
+Norwell	52770
+Norwex	52771
+Norwalk	52772
+Norway	52773
+Norristown	52774
+November's	52775
+Noblesville	52776
+Nostradamus	52777
+Nostrand	52778
+Newburg	52779
+Newbury	52780
+Newberg	52781
+Newberry	52782
+Newsome	52783
+Newton	52784
+Newtown	52785
+Newman's	52786
+Newmarket	52787
+Newcomb	52788
+Newcomerstown	52789
+Newports	52790
+Nestle's	52791
+Nesconset	52792
+Nescopeck	52793
+Neelys	52794
+Nellie	52795
+Nellis	52796
+Nelly's	52797
+Nevins	52798
+Nevada	52799
+Nevado	52800
+Negroes	52801
+Negros	52802
+Neutrogena	52803
+Neutron	52804
+National	52805
+Nations	52806
+Nationwide	52807
+Native	52808
+Natalee	52809
+Natasha's	52810
+Nathaniel's	52811
+Nathanson	52812
+Naturals	52813
+Nature's	52814
+Natchez	52815
+Natchitoches	52816
+Nancy's	52817
+Nancys	52818
+Nandos	52819
+Navarre	52820
+Navarro	52821
+Navigant	52822
+Napoli's	52823
+Nadia's	52824
+Nadine's	52825
+Naughton	52826
+Naughty	52827
+Nickel	52828
+Nickerson	52829
+Nicky's	52830
+Nicole	52831
+Nicola	52832
+Nicollet	52833
+Nicholas's	52834
+Nicholasville	52835
+Nicholson	52836
+Nightmares	52837
+Nightwing	52838
+Nightwish	52839
+Nigeria	52840
+Nigel's	52841
+Nikki's	52842
+Nikkis	52843
+Niners	52844
+Nutrishop	52845
+Nutrisystem	52846
+newsletters	52847
+newspapers	52848
+newbies	52849
+newborns	52850
+newegg.com	52851
+newlyweds	52852
+neglected	52853
+neglectful	52854
+neglecting	52855
+negligee	52856
+negotiate	52857
+negotiator	52858
+negative	52859
+negativity	52860
+neurons	52861
+neuropathy	52862
+neurotic	52863
+neutral	52864
+neutron	52865
+neutered	52866
+neutering	52867
+needles	52868
+needlepoint	52869
+needing	52870
+neighborhood	52871
+neighbor's	52872
+neighboring	52873
+neighborly	52874
+neighbors	52875
+neighbourhood	52876
+neighbours	52877
+necklace	52878
+neckline	52879
+nervously	52880
+nervousness	52881
+nerves	52882
+nesters	52883
+nephew's	52884
+nephews	52885
+notice	52886
+noticing	52887
+notify	52888
+notions	52889
+notebooks	52890
+notary	52891
+nothing	52892
+non-smoking	52893
+non-stop	52894
+nonsense	52895
+nonsensical	52896
+nonstick	52897
+nonstop	52898
+nonprofits	52899
+northeast	52900
+northern	52901
+northwestern	52902
+normal	52903
+normas	52904
+nosebleeds	52905
+nostalgia	52906
+nostalgic	52907
+nostrils	52908
+novels	52909
+novacaine	52910
+novacane	52911
+nominal	52912
+nominees	52913
+national	52914
+nation's	52915
+nations	52916
+nationwide	52917
+native	52918
+nativity	52919
+nature's	52920
+naturebox	52921
+natured	52922
+natures	52923
+naturalization	52924
+naturally	52925
+naturopathic	52926
+natalies	52927
+narcotic	52928
+narcos	52929
+narcissist	52930
+narcissism	52931
+narrowed	52932
+narrowing	52933
+narrows	52934
+narrator	52935
+nameless	52936
+namely	52937
+namesake	52938
+nanny's	52939
+navigate	52940
+navigator	52941
+nastiness	52942
+naughtiest	52943
+naughtiness	52944
+nailed	52945
+nailer	52946
+nighter	52947
+nightmare	52948
+nights	52949
+night's	52950
+night.	52951
+nightfall	52952
+nightgown	52953
+nightie	52954
+nightquil	52955
+nighttime	52956
+nighty	52957
+niggas	52958
+niggers	52959
+nicknamed	52960
+nicknames	52961
+nickels	52962
+nicole	52963
+nicolo's	52964
+nineteen	52965
+ninety	52966
+nitrous	52967
+nipples	52968
+nippley	52969
+number	52970
+numbed	52971
+numbness	52972
+numbnuts	52973
+numerica	52974
+numerology	52975
+numerous	52976
+numerals	52977
+nutrition	52978
+nutritious	52979
+nutrients	52980
+nutcrackers	52981
+nurse's	52982
+nursed	52983
+nurses	52984
+nurtured	52985
+nudies	52986
+nuggets	52987
+Jackson	52988
+Jacksboro	52989
+Jackie's	52990
+Jackies	52991
+Jacky's	52992
+Jackyl	52993
+Jackalope	52994
+Jackass	52995
+Jackets	52996
+Jacobson	52997
+Jacqueline	52998
+Jacquelyn	52999
+Janet's	53000
+Janets	53001
+Janette	53002
+Janelle	53003
+Janesville	53004
+Janine	53005
+Janina	53006
+Janice's	53007
+Jameson	53008
+James's	53009
+Jamesburg	53010
+Jamestown	53011
+Jamesville	53012
+Jamie's	53013
+Jamies	53014
+Jamila	53015
+Jamaican	53016
+Jarrett	53017
+Jarreau	53018
+Jasmine's	53019
+Jaden's	53020
+Javier's	53021
+Johnson	53022
+Johnnie	53023
+Johnny	53024
+Johannes	53025
+Johanna	53026
+Josephine	53027
+Joseph's	53028
+Josephs	53029
+Joshua's	53030
+Josie's	53031
+Jonesborough	53032
+Jonesy's	53033
+Jonathan	53034
+Jonathon	53035
+Jonah's	53036
+Joanne	53037
+Joanna	53038
+Joann's	53039
+Joanns	53040
+Jordan's	53041
+Jordans	53042
+Jordyn	53043
+Jollyville	53044
+Jennifer	53045
+Jennie	53046
+Jennings	53047
+Jenny's	53048
+Jennys	53049
+Jenna's	53050
+Jennersville	53051
+Jenise	53052
+Jenison	53053
+Jenkins	53054
+Jenkintown	53055
+Jensen's	53056
+Jeremiah	53057
+Jeremih	53058
+Jeremy's	53059
+Jerry's	53060
+Jerrys	53061
+Jessica	53062
+Jessie	53063
+Jessamine	53064
+Jesse's	53065
+Jesus's	53066
+Jefferson	53067
+Jeffrey's	53068
+Jeffreys	53069
+Jeannette	53070
+Jeannie's	53071
+Jewelers	53072
+Jewell	53073
+Jewelry	53074
+Julian	53075
+Julia's	53076
+Juliet	53077
+Julie's	53078
+Julien	53079
+Julies	53080
+Julio's	53081
+Judaica	53082
+Judaism	53083
+Justin's	53084
+Justina	53085
+Justine	53086
+Justins	53087
+Juanita	53088
+Juanito	53089
+Jimmy's	53090
+Jimmys	53091
+Jingleheimer	53092
+unders	53093
+underdog	53094
+underbelly	53095
+underhanded	53096
+underneath	53097
+underrated	53098
+undescribable	53099
+undeserving	53100
+undesirable	53101
+undefeated	53102
+undefined	53103
+undetectable	53104
+undetermined	53105
+undisclosed	53106
+undisputed	53107
+unintelligent	53108
+uninstall	53109
+uninsured	53110
+universal	53111
+universe	53112
+unicorn	53113
+united	53114
+uniforms	53115
+unconditional	53116
+unconventional	53117
+uncooked	53118
+uncooperative	53119
+uncoordinated	53120
+uncomfortable	53121
+uncommon	53122
+uncovered	53123
+uncle's	53124
+uncles	53125
+uncertainty	53126
+unchanged	53127
+uncharted	53128
+unsuccessfully	53129
+unsupervised	53130
+unsupported	53131
+unsettled	53132
+unsettling	53133
+unfold	53134
+unfollow	53135
+unfortunate	53136
+unforeseen	53137
+unfair	53138
+unfaithful	53139
+unfriended	53140
+unfriending	53141
+unfriendly	53142
+unlocked	53143
+unlocking	53144
+unlocks	53145
+unloaded	53146
+unloading	53147
+unlikely	53148
+unleash	53149
+unleaded	53150
+unaccompanied	53151
+unaccounted	53152
+unappreciated	53153
+unappreciative	53154
+unprecedented	53155
+unpredictable	53156
+unprepared	53157
+unproductive	53158
+unprofessional	53159
+unprotected	53160
+unpacked	53161
+unpacking	53162
+unbearable	53163
+unbeatable	53164
+unbelievable	53165
+unbelievably	53166
+unbreakable	53167
+unreal	53168
+unreachable	53169
+unread	53170
+unreasonable	53171
+unresolved	53172
+unresponsive	53173
+unrest	53174
+unrelated	53175
+unreliable	53176
+unraveling	53177
+untied	53178
+untill	53179
+untouchable	53180
+untouched	53181
+untrue	53182
+untrustworthy	53183
+unexpected	53184
+unwillingness	53185
+unwinding	53186
+unhooked	53187
+unmarked	53188
+unmarried	53189
+unknowns	53190
+upstairs	53191
+upstanding	53192
+upstate	53193
+uplifting	53194
+uppers	53195
+updated:	53196
+upholstered	53197
+upholstery	53198
+urinal	53199
+urinary	53200
+urgent	53201
+urgency	53202
+usernames	53203
+utilize	53204
+utilization	53205
+utilizing	53206
+utilities	53207
+utility	53208
+ultrasound	53209
+ultrasonic	53210
+ultimately	53211
+ultimatums	53212
+uglies	53213
+uglier	53214
+Orangevale	53215
+Orangeville	53216
+Original	53217
+Origins	53218
+Oregon's	53219
+Oregonian	53220
+Orders	53221
+Orlando's	53222
+Oliver	53223
+Olivet	53224
+Olivehurst	53225
+Olives	53226
+Olivia's	53227
+Olympia	53228
+Olympic	53229
+O'Neill's	53230
+O'Neills	53231
+O'Connor's	53232
+O'Connors	53233
+Octavia	53234
+Octavio	53235
+October's	53236
+Operation	53237
+Operating	53238
+Optima	53239
+Oakland	53240
+Oaklawn	53241
+Oakley	53242
+Oakleaf	53243
+Outlaw	53244
+Outlander	53245
+Outlets	53246
+Overton	53247
+Overture	53248
+Overhead	53249
+Overhill	53250
+Overlake	53251
+Overland	53252
+Omarion	53253
+Owensboro	53254
+Owensville	53255
+visitation	53256
+visitor	53257
+visited	53258
+visiting	53259
+visits	53260
+visibility	53261
+visionary	53262
+visions	53263
+visualization	53264
+visualize	53265
+visualizing	53266
+victors	53267
+victory	53268
+victimized	53269
+victims	53270
+viciously	53271
+violate	53272
+violent	53273
+violence	53274
+violets	53275
+videos	53276
+videoing	53277
+vibrate	53278
+vibrator	53279
+vineyards	53280
+virtually	53281
+virtues	53282
+virginity	53283
+virgins	53284
+village	53285
+villain	53286
+villas	53287
+viewer	53288
+viewed	53289
+vitality	53290
+vitals	53291
+vitamins	53292
+vigilante	53293
+vividly	53294
+versaci	53295
+versales	53296
+versed	53297
+verses	53298
+version	53299
+versity	53300
+verbal	53301
+verbage	53302
+verbatim	53303
+verify	53304
+vertical	53305
+vertigo	53306
+vertebrae	53307
+vertex	53308
+venting	53309
+venture	53310
+venturing	53311
+ventra	53312
+ventriloquist	53313
+vendors	53314
+veneers	53315
+venomous	53316
+veterinarian	53317
+veterinary	53318
+veterans	53319
+vegetables	53320
+vegetarians	53321
+valerie	53322
+valerian	53323
+valerio's	53324
+valentine	53325
+valence	53326
+validity	53327
+valiums	53328
+valuable	53329
+valuation	53330
+valued	53331
+values	53332
+vacation	53333
+vacate	53334
+vacant	53335
+vaccinate	53336
+vaccination	53337
+vaccines	53338
+vanished	53339
+vanishing	53340
+vanities	53341
+vanity	53342
+vandalized	53343
+variable	53344
+variation	53345
+variance	53346
+varies	53347
+vaporizers	53348
+volunteer	53349
+volumes	53350
+volcanoes	53351
+voicemail	53352
+voiced	53353
+voiceover	53354
+voices	53355
+vocalist	53356
+vocals	53357
+vocabulary	53358
+voters	53359
+vowels	53360
+vouchers	53361
+Interval	53362
+Interactive	53363
+Interbay	53364
+Interior	53365
+Interpol	53366
+Interra	53367
+Interstate	53368
+Interwest	53369
+Intel's	53370
+Intelligence	53371
+Integra	53372
+Integris	53373
+Intrepid	53374
+Intrex	53375
+Intruder	53376
+Intrust	53377
+Indian	53378
+India's	53379
+Indialantic	53380
+Indonesian	53381
+Instagram	53382
+Instant	53383
+Institute	53384
+Institution	53385
+Inspection	53386
+Inspector	53387
+Invesco	53388
+Inverness	53389
+Inverrary	53390
+Invisalign	53391
+Invisible	53392
+Invitational	53393
+Invited	53394
+Ingleside	53395
+Ingrams	53396
+Infinite	53397
+Infiniti	53398
+Infinity	53399
+Information	53400
+Informer	53401
+Isabella	53402
+Isabelle	53403
+Isaac's	53404
+Isaacs	53405
+Isaiah's	53406
+Islander	53407
+Islandia	53408
+Islands	53409
+Islamic	53410
+Irondale	53411
+Irondequoit	53412
+Irvington	53413
+Irishman	53414
+Improvement	53415
+Imagination	53416
+Imaginext	53417
+Imaging	53418
+Images	53419
+Iverson	53420
+Illinois	53421
+Illini	53422
+Illuminating	53423
+Illustrated	53424
+Illustrator	53425
+Italian	53426
+Italy's	53427
+Vince's	53428
+Vinces	53429
+Vinci's	53430
+Vineyards	53431
+Vinnie's	53432
+Vinnies	53433
+Vinny's	53434
+Vicki's	53435
+Vickie	53436
+Vickers	53437
+Vickery	53438
+Vicksburg	53439
+Vicky's	53440
+Victor's	53441
+Victorville	53442
+Victory	53443
+Visitor	53444
+Visiting	53445
+Visionworks	53446
+Villanova	53447
+Villas	53448
+Villegas	53449
+Virgin	53450
+Virgil	53451
+Vitales	53452
+Vitamin	53453
+Vitamix	53454
+Vietnamese	53455
+Vivian's	53456
+Viviana	53457
+Vidalia	53458
+Valenti	53459
+Valencia	53460
+Valens	53461
+Valenzuela	53462
+Valero	53463
+Valley	53464
+Vallejo	53465
+Valdese	53466
+Valdez	53467
+Valpak	53468
+Valparaiso	53469
+Vander	53470
+Vandenberg	53471
+Vanceboro	53472
+Vanilla	53473
+Vanilli	53474
+Vernon	53475
+Vernor	53476
+Vernal	53477
+Veronica	53478
+Verona	53479
+Versace	53480
+Versailles	53481
+Verdes	53482
+Verizon's	53483
+Vermilion	53484
+Vermillion	53485
+Venezuela	53486
+Venezia's	53487
+Veneta	53488
+Venetian	53489
+Ventura	53490
+Venture	53491
+Vestal	53492
+Vestavia	53493
+Veteran's	53494
+Veterans	53495
+Volunteers	53496
+Vocaloid	53497
+kinder	53498
+kindest	53499
+kindle	53500
+kindling	53501
+kindly	53502
+kingdoms	53503
+kingsridge	53504
+killer	53505
+killed	53506
+killing	53507
+killstreaks	53508
+killswitch	53509
+kilograms	53510
+kilometers	53511
+kiddie	53512
+kiddin	53513
+kiddos	53514
+kidneys	53515
+kickback	53516
+kickball	53517
+kickers	53518
+kickstand	53519
+kickstart	53520
+kittens	53521
+karate	53522
+kayak.com	53523
+kayaking	53524
+kayaks	53525
+kaylani	53526
+kaylas	53527
+kabobs	53528
+kaboodle	53529
+kaboom	53530
+keepers	53531
+keeping	53532
+keepsake	53533
+kettlebells	53534
+knocker	53535
+knocked	53536
+knockout	53537
+knockoff	53538
+knocking	53539
+knowingly	53540
+knowledgeable	53541
+knotted	53542
+knotty	53543
+knickerbockers	53544
+knickers	53545
+knitted	53546
+knitting	53547
+kneecaps	53548
+kneeling	53549
+knuckleheads	53550
+krista	53551
+kristen	53552
+kristy	53553
+krispies	53554
+jammie	53555
+jammin	53556
+jammer	53557
+jammed	53558
+jackass	53559
+jackal	53560
+jacket	53561
+jacked	53562
+jackie	53563
+jacking	53564
+jailbreak	53565
+jailbroken	53566
+judgement	53567
+judge's	53568
+judged	53569
+judges	53570
+judgmental	53571
+judgments	53572
+jumper	53573
+jumped	53574
+jumpstart	53575
+jumpsuit	53576
+jumping	53577
+jumbled	53578
+jumbos	53579
+junkies	53580
+junkyard	53581
+jungles	53582
+juniors	53583
+justice	53584
+justin	53585
+juggle	53586
+juggling	53587
+julian	53588
+jointed	53589
+jointly	53590
+joints	53591
+joined	53592
+joiner	53593
+jokers	53594
+jokester	53595
+jokingly	53596
+journals	53597
+journeyman	53598
+journeys	53599
+johnnys	53600
+johnson	53601
+joggers	53602
+jerked	53603
+jerker	53604
+jennas	53605
+jennifer	53606
+jesses	53607
+jesters	53608
+jewelers	53609
+jiggle	53610
+jiggling	53611
+jiggly	53612
+123456	53613
+Univest	53614
+Undercover	53615
+Underhill	53616
+Underoath	53617
+Underpants	53618
+Undertaker	53619
+Underwood	53620
+Youngs	53621
+Youngblood	53622
+Young's	53623
+Youngerman	53624
+Youngfield	53625
+Youngtown	53626
+Youngwood	53627
+Yourself	53628
+Yorkers	53629
+Yankees	53630
+Yankovich	53631
+Yanni's	53632
+Yamato's	53633
+Yellowcard	53634
+Yellowknife	53635
+Yellowstone	53636
+youngster	53637
+youngstedts	53638
+younger	53639
+youngest	53640
+youthful	53641
+youtube.com	53642
+yearbooks	53643
+yearling	53644
+yearly	53645
+yearning	53646
+yellowish	53647
+yellowpages.com	53648
+yellows	53649
+yellowtail	53650
+yanked	53651
+yankee	53652
+yummies	53653
+yumminess	53654
+quarts	53655
+quartz	53656
+quarrel	53657
+quarries	53658
+quarry	53659
+quarantined	53660
+quadriplegic	53661
+quadruple	53662
+quantum	53663
+quandary	53664
+quando	53665
+quails	53666
+quicks	53667
+quickie	53668
+quickly	53669
+quickness	53670
+quiches	53671
+quietly	53672
+quietness	53673
+quilting	53674
+quilts	53675
+quills	53676
+quitter	53677
+quittin	53678
+quintessential	53679
+quintiles	53680
+quizzes	53681
+quizzing	53682
+question	53683
+questa	53684
+questmark	53685
+quests	53686
+quesadillas	53687
+queens	53688
+queers	53689
+quotation	53690
+quotas	53691
+quoted	53692
+quotes	53693
+quotient	53694
+quoting	53695
+Zachary	53696
+Zachariah	53697
+Zanders	53698
+Zimmerman's	53699
+Ziggy's	53700
+Zillah	53701
+Zionsville	53702
+Quinta	53703
+Quintero	53704
+Quinton	53705
+Quincy	53706
+Quince	53707
+Quinn's	53708
+Quinnipiac	53709
+Quartz	53710
+Quarryville	53711
+Quantico	53712
+Quantrell	53713
+Quantum	53714
+Queensland	53715
+Queensryche	53716
+Queensway	53717
+zipper	53718
+zipped	53719
+zoomies	53720
+zooming	53721
+starter	53722
+started	53723
+startex	53724
+starting	53725
+startled	53726
+starved	53727
+starving	53728
+starships	53729
+stationary	53730
+stations	53731
+statistical	53732
+statistics	53733
+staticky	53734
+statics	53735
+statements	53736
+stateside	53737
+status:	53738
+statuses	53739
+statues	53740
+statute	53741
+statutory	53742
+standard	53743
+standale	53744
+standing	53745
+stand-alone	53746
+stand-up	53747
+standoffish	53748
+standstill	53749
+stalker	53750
+stalked	53751
+stallion	53752
+stalling	53753
+stabilize	53754
+stabilization	53755
+stabilizing	53756
+stables	53757
+stairway	53758
+stairwell	53759
+stacked	53760
+stacker	53761
+stampede	53762
+stamps.com	53763
+stapler	53764
+staples	53765
+stapled	53766
+straightforward	53767
+straightner	53768
+straining	53769
+strains	53770
+strange	53771
+stranded	53772
+strands	53773
+strategy	53774
+strapped	53775
+strapping	53776
+strawberries	53777
+strawberry	53778
+streamer	53779
+streamline	53780
+streaming	53781
+streams	53782
+streaking	53783
+streaks	53784
+stressed	53785
+stresses	53786
+stressing	53787
+stressors	53788
+strengthen	53789
+strengths	53790
+stretched	53791
+stretcher	53792
+stretches	53793
+striper	53794
+striped	53795
+stripes	53796
+stripping	53797
+strictly	53798
+striker	53799
+strikes	53800
+stringers	53801
+stroker	53802
+stroked	53803
+strokes	53804
+stroking	53805
+stronger	53806
+strongest	53807
+strollers	53808
+struction	53809
+struggled	53810
+struggles	53811
+steamer	53812
+steamed	53813
+stepper	53814
+stepped	53815
+stepping	53816
+stepside	53817
+stepsister	53818
+stereotype	53819
+sterilize	53820
+sterile	53821
+steelyard	53822
+steeplechase	53823
+stewardship	53824
+stencils	53825
+store.com	53826
+storytime	53827
+storyboard	53828
+storybook	53829
+stockers	53830
+stockyards	53831
+stopper	53832
+stopped	53833
+stopping	53834
+stoners	53835
+stoopid	53836
+stooping	53837
+stingers	53838
+stingrays	53839
+stinkers	53840
+stinking	53841
+stimulate	53842
+stimulator	53843
+stirred	53844
+stirrers	53845
+stirrups	53846
+studios	53847
+studious	53848
+studied	53849
+studies	53850
+stunningly	53851
+stupider	53852
+stupidest	53853
+stubbornness	53854
+stuffers	53855
+stumbled	53856
+stylist	53857
+stylish	53858
+styling	53859
+shorten	53860
+shorted	53861
+shorter	53862
+shortest	53863
+shortcut	53864
+shortcake	53865
+shortcomings	53866
+short-lived	53867
+short-term	53868
+shortages	53869
+shorties	53870
+shorting	53871
+shortline	53872
+shortly	53873
+shortstop	53874
+showered	53875
+showering	53876
+showers	53877
+shopper	53878
+shopped	53879
+shopping	53880
+shoplifters	53881
+shoulders	53882
+shooting	53883
+shooters	53884
+shoelaces	53885
+shoveled	53886
+shoveling	53887
+shovels	53888
+sharpen	53889
+sharper	53890
+sharpest	53891
+sharpies	53892
+sharpshooters	53893
+shareholders	53894
+shampooed	53895
+shampooer	53896
+shakers	53897
+shavers	53898
+shantelle	53899
+shapers	53900
+shallots	53901
+shallow	53902
+shittin	53903
+shitted	53904
+shitter	53905
+shiners	53906
+shipper	53907
+shipped	53908
+shifters	53909
+sheltered	53910
+shelters	53911
+shrinkage	53912
+shrinking	53913
+shrinks	53914
+shredding	53915
+shutterbug	53916
+shutters	53917
+shuttles	53918
+substation	53919
+substitute	53920
+subsidize	53921
+subsidies	53922
+subsiding	53923
+subsided	53924
+subsides	53925
+subscribe	53926
+subscribing	53927
+subscriptions	53928
+subsequently	53929
+submission	53930
+submissive	53931
+submarines	53932
+subtracting	53933
+subtraction	53934
+supervisor's	53935
+supervisors	53936
+supervisory	53937
+supervised	53938
+supervises	53939
+supervising	53940
+supervision	53941
+superstar	53942
+superstore	53943
+supercalifragilisticexpialidocious	53944
+supercharged	53945
+supercharger	53946
+superhero	53947
+superhead	53948
+superiority	53949
+superiors	53950
+supermarkets	53951
+supports	53952
+suppose	53953
+supposably	53954
+supplication	53955
+supplement	53956
+supplying	53957
+suppressing	53958
+suppression	53959
+surveyor	53960
+surveyed	53961
+surveying	53962
+surveys	53963
+survived	53964
+survives	53965
+survivors	53966
+surrounding	53967
+surrounded	53968
+surrounds	53969
+surrendered	53970
+surrendering	53971
+surgeon's	53972
+surgeons	53973
+surgeries	53974
+surgery	53975
+surprised	53976
+surprises	53977
+surprisingly	53978
+surpassed	53979
+surpasses	53980
+sundaes	53981
+sundays	53982
+sunburned	53983
+suspend	53984
+suspected	53985
+suspecting	53986
+suspects	53987
+suspicions	53988
+suspiciously	53989
+sustainability	53990
+sustainable	53991
+successful	53992
+successes	53993
+succession	53994
+successor	53995
+succeeded	53996
+succeeding	53997
+suckered	53998
+suckers	53999
+summer's	54000
+summers	54001
+summary	54002
+summoned	54003
+summoner	54004
+sufficient	54005
+sufficiency	54006
+sufficed	54007
+suggestions	54008
+specially	54009
+specials	54010
+specify	54011
+specimens	54012
+spectator	54013
+specting	54014
+spection	54015
+spectra	54016
+spectrum	54017
+speculating	54018
+speculation	54019
+speedometer	54020
+speedos	54021
+speedconnect	54022
+speeders	54023
+speaker	54024
+speakeasy	54025
+speaking	54026
+spelled	54027
+speller	54028
+spellings	54029
+spending	54030
+sparkle	54031
+sparkling	54032
+sparkly	54033
+sparrows	54034
+spanking	54035
+spankwire.com	54036
+spaniels	54037
+spacers	54038
+spaceship	54039
+spammed	54040
+spammer	54041
+sponsors	54042
+sponsored	54043
+sponsoring	54044
+sponsees	54045
+spongeBob	54046
+spongebob	54047
+sponges	54048
+spontaneously	54049
+sportsman	54050
+sports.com	54051
+sportsbook	54052
+sportswear	54053
+sporting	54054
+spotted	54055
+spotter	54056
+spotlights	54057
+spoilers	54058
+spouse's	54059
+spouses	54060
+spinners	54061
+spinning	54062
+spindles	54063
+spineless	54064
+spinellis	54065
+spirituality	54066
+spiritually	54067
+spirituals	54068
+springboard	54069
+springers	54070
+springing	54071
+springleaf	54072
+springs	54073
+springtime	54074
+sprinkle	54075
+sprinkling	54076
+sprint.com	54077
+sprinter	54078
+sprinting	54079
+sprints	54080
+sprites	54081
+sprayer	54082
+sprayed	54083
+spreadsheet	54084
+splitter	54085
+splitting	54086
+splitsville	54087
+splinters	54088
+splashed	54089
+splashes	54090
+splattered	54091
+seasonings	54092
+seashells	54093
+searched	54094
+searchers	54095
+searches	54096
+service	54097
+servicing	54098
+servings	54099
+servers	54100
+serenade	54101
+serenading	54102
+sensitive	54103
+sensitivity	54104
+sentenced	54105
+sentences	54106
+selfishly	54107
+selfishness	54108
+selfies	54109
+self-care	54110
+self-centered	54111
+self-employed	54112
+self-esteem	54113
+selection	54114
+selective	54115
+selecting	54116
+securing	54117
+secured	54118
+securely	54119
+secretary	54120
+sectionals	54121
+seminars	54122
+seminary	54123
+settlement	54124
+settled	54125
+settlers	54126
+settles	54127
+seventeen	54128
+seventh	54129
+seventies	54130
+seventy	54131
+severed	54132
+severely	54133
+several	54134
+severance	54135
+seductions	54136
+seductively	54137
+sedated	54138
+sedation	54139
+sedative	54140
+sequence	54141
+sequencing	54142
+scraper	54143
+scraped	54144
+scrapes	54145
+scrapping	54146
+scrapple	54147
+scrappy	54148
+scrapbooking	54149
+scramble	54150
+scrambling	54151
+scratcher	54152
+scratched	54153
+scratches	54154
+screens	54155
+screening	54156
+screenplay	54157
+screeching	54158
+screamed	54159
+screamer	54160
+screaming	54161
+screwdrivers	54162
+scrubbing	54163
+scrubby	54164
+scripture	54165
+scripted	54166
+scription	54167
+scripts	54168
+scribbles	54169
+scrimmages	54170
+scaredy	54171
+scarier	54172
+scariest	54173
+scalloped	54174
+scallopini	54175
+scallops	54176
+scanner	54177
+scanned	54178
+scammer	54179
+scammed	54180
+scooter	54181
+scooted	54182
+scooting	54183
+scooped	54184
+scooper	54185
+school's	54186
+school.	54187
+schoolboy	54188
+schoolgirl	54189
+schoolhouse	54190
+schooling	54191
+schools	54192
+schoolwork	54193
+schoolyard	54194
+schooners	54195
+scholars	54196
+scholarly	54197
+schedule	54198
+scheduling	54199
+schemes	54200
+scheming	54201
+schizophrenia	54202
+schizophrenic	54203
+scientifically	54204
+scientists	54205
+salaried	54206
+salaries	54207
+saltines	54208
+salvage	54209
+salvaggio's	54210
+salesman	54211
+salesmen	54212
+salespeople	54213
+salesperson	54214
+sandbags	54215
+sandbar	54216
+sandstone	54217
+sandstorm	54218
+sandwiched	54219
+sandwiches	54220
+sanitize	54221
+sanitizing	54222
+sanitation	54223
+sanction	54224
+sanctified	54225
+sanctity	54226
+sampled	54227
+sampler	54228
+samples	54229
+savannah	54230
+satisfaction	54231
+satisfactory	54232
+satisfied	54233
+satisfies	54234
+satisfying	54235
+saddened	54236
+saddens	54237
+sacrificed	54238
+sacrifices	54239
+sacrificial	54240
+sacrificing	54241
+saucers	54242
+sabotaged	54243
+solicitor's	54244
+solidified	54245
+solidify	54246
+solitaire	54247
+solitary	54248
+solvers	54249
+solutely	54250
+solutions	54251
+southeastern	54252
+southerners	54253
+source:	54254
+sources	54255
+something	54256
+sometimes	54257
+somebody's	54258
+somebodys	54259
+somewhere	54260
+somewhat	54261
+social.com	54262
+socially	54263
+socials	54264
+sociated	54265
+sociation	54266
+softening	54267
+sophisticated	54268
+sophistication	54269
+sincerely	54270
+sincerest	54271
+signify	54272
+signings	54273
+signaling	54274
+signals	54275
+signatures	54276
+signers	54277
+sightings	54278
+sightseeing	54279
+simplicity	54280
+simpler	54281
+simplest	54282
+simplex	54283
+simulated	54284
+simulations	54285
+simulators	54286
+similarly	54287
+similes	54288
+silencers	54289
+sidewalk	54290
+sidewall	54291
+situational	54292
+situations	54293
+situated	54294
+slackers	54295
+slapped	54296
+slapper	54297
+slammed	54298
+slammer	54299
+slamming	54300
+slickers	54301
+slipper	54302
+slipped	54303
+slipping	54304
+sliders	54305
+slideshow	54306
+slingshot	54307
+sleepin	54308
+sleepies	54309
+sleepers	54310
+sleepovers	54311
+sleepwalking	54312
+sleepwell	54313
+sleepyhead	54314
+snowboarder	54315
+snowboarding	54316
+snowboards	54317
+snowballs	54318
+snowshoeing	54319
+snowshoes	54320
+snowmobile	54321
+snowmobiling	54322
+snowflakes	54323
+snoozing	54324
+snapper	54325
+snapped	54326
+snappy's	54327
+snapshots	54328
+snippet	54329
+snipped	54330
+snipers	54331
+sniffles	54332
+snuggled	54333
+snuggler	54334
+snuggles	54335
+sweeten	54336
+sweeter	54337
+sweetest	54338
+sweethearts	54339
+sweeties	54340
+sweepers	54341
+sweepstakes	54342
+sweater	54343
+sweated	54344
+swimming	54345
+swimmers	54346
+swimsuits	54347
+switcheroo	54348
+swingers	54349
+skinning	54350
+skinned	54351
+skinners	54352
+skipper	54353
+skipped	54354
+skillets	54355
+skimmed	54356
+skimmer	54357
+skittles	54358
+skeletons	54359
+skylights	54360
+skateboarder	54361
+skateboarding	54362
+skateboards	54363
+skaters	54364
+smoothie	54365
+smoothing	54366
+smoothed	54367
+smoother	54368
+smoochie	54369
+smooching	54370
+smokers	54371
+smoking	54372
+smileys	54373
+smugglers	54374
+synchronicity	54375
+synthetic	54376
+sympathies	54377
+sympathize	54378
+symbolizes	54379
+squirting	54380
+squirtle	54381
+squirts	54382
+squirming	54383
+squirmy	54384
+squirrels	54385
+squirrely	54386
+squeaking	54387
+squeaks	54388
+squeaky	54389
+squealed	54390
+squealing	54391
+squeals	54392
+squeeze	54393
+squeezing	54394
+squeezy	54395
+squatters	54396
+squatting	54397
+contradict	54398
+contraband	54399
+contraption	54400
+contrary	54401
+contrast	54402
+control	54403
+contribute	54404
+contributor	54405
+content	54406
+contend	54407
+contempo	54408
+contempt	54409
+contestant	54410
+contested	54411
+contesting	54412
+contests	54413
+continue	54414
+continuous	54415
+continuum	54416
+continental	54417
+continents	54418
+contingent	54419
+containing	54420
+containment	54421
+contains	54422
+contacted	54423
+contacting	54424
+contactor	54425
+contacts	54426
+contaminate	54427
+contamination	54428
+contagion	54429
+contagious	54430
+constraint	54431
+constrictor	54432
+constant	54433
+constable	54434
+constellations	54435
+considered	54436
+considering	54437
+considers	54438
+consisting	54439
+consists	54440
+consignment	54441
+consigning	54442
+consult	54443
+consume	54444
+consuming	54445
+consummate	54446
+consumption	54447
+conserve	54448
+conserving	54449
+consent	54450
+consequence	54451
+consequently	54452
+consecutively	54453
+console	54454
+consolation	54455
+consonants	54456
+consciously	54457
+consciousness	54458
+conscience	54459
+conscientious	54460
+conspiring	54461
+confide	54462
+confidante	54463
+confiding	54464
+confirmation	54465
+confirmed	54466
+confirming	54467
+confirms	54468
+confined	54469
+confinement	54470
+confines	54471
+confiscated	54472
+confessed	54473
+confections	54474
+confuse	54475
+confrontational	54476
+confrontations	54477
+conflicted	54478
+conflicting	54479
+conflicts	54480
+concern	54481
+concert	54482
+concealing	54483
+concealment	54484
+concentrate	54485
+concentrator	54486
+conception	54487
+concepts	54488
+conceptual	54489
+conceited	54490
+concede	54491
+conceding	54492
+concessions	54493
+concluded	54494
+concludes	54495
+conclusion	54496
+conclusive	54497
+concurrent	54498
+concussions	54499
+concourse	54500
+convert	54501
+convergence	54502
+convent	54503
+conveyed	54504
+conveyor	54505
+conviction	54506
+convicted	54507
+convicts	54508
+convince	54509
+convincing	54510
+condense	54511
+condensing	54512
+condemnation	54513
+condemned	54514
+condemning	54515
+condominium	54516
+condoms	54517
+condolences	54518
+condone	54519
+condoning	54520
+conditional	54521
+conditioning	54522
+conditions	54523
+conduct	54524
+conducive	54525
+congrat	54526
+congrads	54527
+congregation	54528
+congested	54529
+connector	54530
+connected	54531
+connects	54532
+connies	54533
+conjugal	54534
+conjugate	54535
+conjunction	54536
+conjunctivitis	54537
+conjure	54538
+conjuring	54539
+complex	54540
+complement	54541
+complected	54542
+compliment	54543
+complied	54544
+complain	54545
+complying	54546
+compare	54547
+compartment	54548
+company	54549
+compassion	54550
+compactor	54551
+compadres	54552
+compatibility	54553
+compatible	54554
+compete	54555
+compensate	54556
+compensatory	54557
+compels	54558
+compress	54559
+comprende	54560
+compromise	54561
+compromising	54562
+compose	54563
+compost	54564
+composure	54565
+compounded	54566
+compounding	54567
+compounds	54568
+components	54569
+compute	54570
+computing	54571
+compulsion	54572
+compulsive	54573
+compilations	54574
+compiled	54575
+comment	54576
+commend	54577
+commence	54578
+commercial	54579
+commerce	54580
+commemorate	54581
+commemorative	54582
+communal	54583
+commune	54584
+commute	54585
+commuting	54586
+commitment	54587
+commits	54588
+commiserate	54589
+commandment	54590
+commanding	54591
+commando	54592
+commands	54593
+commode	54594
+commonly	54595
+commons	54596
+combined	54597
+combines	54598
+combinations	54599
+comedian	54600
+comedic	54601
+comedies	54602
+comforter	54603
+comforted	54604
+comfortable	54605
+comfortably	54606
+collard	54607
+collarbone	54608
+collared	54609
+collars	54610
+collapse	54611
+collagen	54612
+collages	54613
+collector	54614
+collected	54615
+collects	54616
+college	54617
+collegiate	54618
+colleagues	54619
+collided	54620
+collisions	54621
+colonial	54622
+colonics	54623
+colonies	54624
+colonists	54625
+colders	54626
+corrected	54627
+correctly	54628
+correctness	54629
+corrector	54630
+corrects	54631
+corresponding	54632
+corresponds	54633
+correlate	54634
+correlation	54635
+corrupted	54636
+corroded	54637
+corners	54638
+cornerback	54639
+cornered	54640
+cordially	54641
+corporate	54642
+corporation	54643
+corpses	54644
+counter	54645
+counted	54646
+country	54647
+countries	54648
+countin	54649
+counties	54650
+county's	54651
+counselor's	54652
+counselors	54653
+courtship	54654
+courtside	54655
+courteous	54656
+courtesy	54657
+courtneys	54658
+courtyards	54659
+coupled	54660
+coupler	54661
+couples	54662
+couplings	54663
+coupons.com	54664
+cookers	54665
+cookery	54666
+cookies	54667
+cooking	54668
+coolers	54669
+cocksucker	54670
+cocksucking	54671
+copiers	54672
+coppers	54673
+copperview	54674
+cosmetics	54675
+cosmetologist	54676
+cosmetology	54677
+coverage	54678
+coveralls	54679
+coverings	54680
+coincidence	54681
+cottages	54682
+caressing	54683
+carefully	54684
+caregivers	54685
+cardiovascular	54686
+cardigans	54687
+carrier	54688
+carried	54689
+carries	54690
+carriages	54691
+carrots	54692
+carryout	54693
+carryover	54694
+cartons	54695
+cartoons	54696
+cartels	54697
+carbohydrates	54698
+carpender	54699
+carpeted	54700
+carpeting	54701
+carpets	54702
+carpooled	54703
+carpooling	54704
+carports	54705
+carnations	54706
+carnivore	54707
+carnival	54708
+caroline	54709
+caroling	54710
+carmelitas	54711
+carmella	54712
+candied	54713
+candies	54714
+candlestick	54715
+cannonball	54716
+cannons	54717
+cannolis	54718
+cannibalism	54719
+cannibals	54720
+cancel-alarm	54721
+canceled	54722
+canceling	54723
+cancels	54724
+cancerous	54725
+cancers	54726
+callers	54727
+calling	54728
+calculate	54729
+calculator	54730
+calibrate	54731
+calibration	54732
+calibers	54733
+calamine	54734
+calamity	54735
+casters	54736
+castings	54737
+castrated	54738
+cashews	54739
+cashier's	54740
+cashiering	54741
+cashiers	54742
+casseroles	54743
+cassettes	54744
+casings	54745
+casinos	54746
+casualties	54747
+casualty	54748
+caterer	54749
+catered	54750
+caterpillars	54751
+categorize	54752
+categories	54753
+category:	54754
+catalogs	54755
+catalogue	54756
+catalyst	54757
+catalytic	54758
+catchers	54759
+catheterization	54760
+catheters	54761
+catherine	54762
+catherization	54763
+captive	54764
+captivity	54765
+captions	54766
+captured	54767
+captures	54768
+capitalone.com	54769
+capitals	54770
+capabilities	54771
+capability	54772
+capacitors	54773
+campers	54774
+charter	54775
+charted	54776
+characters	54777
+charades	54778
+charger	54779
+chargeback	54780
+charged	54781
+charges	54782
+charging	54783
+charitable	54784
+charities	54785
+charity	54786
+chariots	54787
+charismatic	54788
+charmed	54789
+charmer	54790
+changer	54791
+changeable	54792
+changed	54793
+changeover	54794
+changes	54795
+changing	54796
+chanticlear	54797
+chanting	54798
+chantix	54799
+chanted	54800
+chanello's	54801
+chanellos	54802
+chaperone	54803
+chaperoning	54804
+chapels	54805
+chatter	54806
+chatted	54807
+chatting	54808
+challenge	54809
+challenging	54810
+chasers	54811
+chasing	54812
+chainsaw	54813
+chainsmokers	54814
+champions	54815
+cheeses	54816
+cheesecake	54817
+cheesehead	54818
+cheerio	54819
+cheering	54820
+cheerleader	54821
+cheerleading	54822
+cheetahs	54823
+cheetos	54824
+checkerboard	54825
+checkered	54826
+checkers	54827
+checkings	54828
+cheaper	54829
+cheapest	54830
+cheapskates	54831
+cheater	54832
+cheated	54833
+cheating	54834
+chemically	54835
+chemicals	54836
+chemistry	54837
+cherrywood	54838
+chestnuts	54839
+children's	54840
+childrens	54841
+childless	54842
+childlike	54843
+chiller	54844
+chilled	54845
+chillen	54846
+chillin	54847
+chillies	54848
+chicken's	54849
+chickened	54850
+chickening	54851
+chickenpox	54852
+chickens	54853
+chickie	54854
+chickity	54855
+chickadee	54856
+chipper	54857
+chipped	54858
+chiropractor	54859
+chiropractic	54860
+chopper	54861
+chopped	54862
+chopsticks	54863
+choreography	54864
+chocolate	54865
+chocolatier	54866
+choosers	54867
+chooses	54868
+chuckled	54869
+chuckles	54870
+christian	54871
+christened	54872
+christening	54873
+christopher	54874
+christown	54875
+chromatic	54876
+chromecast	54877
+chromosomes	54878
+chronically	54879
+chronicles	54880
+crackers	54881
+crackles	54882
+crankshaft	54883
+crappie	54884
+crapping	54885
+crapped	54886
+crapper	54887
+crafters	54888
+craftsmanship	54889
+crawler	54890
+crawled	54891
+crawlspace	54892
+crashed	54893
+crasher	54894
+crashes	54895
+crashing	54896
+crazies	54897
+crazier	54898
+creation	54899
+created	54900
+creates	54901
+creators	54902
+creatures	54903
+creamer	54904
+creamed	54905
+creampies	54906
+creases	54907
+creditor	54908
+credited	54909
+crediting	54910
+creditkarma.com	54911
+credits	54912
+credibility	54913
+credentialing	54914
+credentials	54915
+creepin	54916
+creeper	54917
+creeped	54918
+cremate	54919
+cremation	54920
+crematory	54921
+crosswinds	54922
+crossbay	54923
+crossed	54924
+crosses	54925
+crossfade	54926
+crossfire	54927
+crossings	54928
+crossovers	54929
+crossroads	54930
+crowded	54931
+crowders	54932
+crumble	54933
+crumbling	54934
+crumbly	54935
+crushed	54936
+crusher	54937
+crushes	54938
+crunched	54939
+crunches	54940
+crunchies	54941
+crunching	54942
+crunchyroll	54943
+cruisers	54944
+crucified	54945
+crucifix	54946
+critical	54947
+critics	54948
+critique	54949
+critiquing	54950
+criminally	54951
+criminals	54952
+crimpers	54953
+crispers	54954
+classic	54955
+classier	54956
+classmates	54957
+classrooms	54958
+clarify	54959
+claritin	54960
+clarity	54961
+clapped	54962
+clapper	54963
+clauses	54964
+clinical	54965
+clinicians	54966
+climber	54967
+climbed	54968
+climates	54969
+clicker	54970
+clicked	54971
+clipper	54972
+clipped	54973
+clippings	54974
+closers	54975
+closest	54976
+closets	54977
+clothes	54978
+clothed	54979
+cleanse	54980
+cleansing	54981
+cleaner	54982
+cleaned	54983
+cleanest	54984
+cleaning	54985
+cleanliness	54986
+cleanly	54987
+clearances	54988
+cleared	54989
+clearer	54990
+curlers	54991
+currently	54992
+currents	54993
+customer	54994
+customary	54995
+customs	54996
+custody	54997
+cuttings	54998
+cultured	54999
+cultures	55000
+culturally	55001
+celebrex	55002
+cellulite	55003
+cellulitis	55004
+centerfold	55005
+centerpiece	55006
+centers	55007
+center.com	55008
+centered	55009
+centerline	55010
+centerra	55011
+central	55012
+centimeters	55013
+censorship	55014
+certifiable	55015
+certified	55016
+certifit	55017
+ceremonial	55018
+ceremonies	55019
+circumference	55020
+circumvent	55021
+circular	55022
+circuits	55023
+circled	55024
+circles	55025
+citizenship	55026
+cinematic	55027
+cinematography	55028
+civilian	55029
+Starkey	55030
+Starshine	55031
+Starship	55032
+Starbucks	55033
+Starling	55034
+Starlite	55035
+Standiford	55036
+Standing	55037
+Standish	55038
+Standards	55039
+Stanley's	55040
+Stanleys	55041
+Stanford's	55042
+Statesboro	55043
+Statesman	55044
+Statesville	55045
+Staters	55046
+Stacey's	55047
+Stampede	55048
+Stamper	55049
+Stephens	55050
+Stephen's	55051
+Stephenville	55052
+Stephanie	55053
+Stevens	55054
+Steven's	55055
+Stevie's	55056
+Stevies	55057
+Steeler	55058
+Steeles	55059
+Stefano's	55060
+Stefanos	55061
+Stefanie	55062
+Stewartstown	55063
+Stewartsville	55064
+Stella's	55065
+Stonehill	55066
+Stonehouse	55067
+Stoney's	55068
+Stoneybrook	55069
+Stoneys	55070
+Stonebrook	55071
+Stonewall	55072
+Stonecrest	55073
+Stonecroft	55074
+Stonefield	55075
+Stonefire	55076
+Stonelake	55077
+Stoneleigh	55078
+Stonestown	55079
+Stratham	55080
+Strathmore	55081
+Stratocaster	55082
+Stratosphere	55083
+Strange	55084
+Straits	55085
+Streets	55086
+Streeter	55087
+Streamlight	55088
+Streamwood	55089
+Stroudsburg	55090
+Studebakers	55091
+Students	55092
+Studios	55093
+Sturgill	55094
+Sturgis	55095
+Stillwater	55096
+Stillwell	55097
+Sanderson	55098
+Sandersville	55099
+Sandra's	55100
+Sandras	55101
+Sandhills	55102
+Sandler's	55103
+Santana	55104
+Santander	55105
+Santiago	55106
+Santiam	55107
+Santini's	55108
+Santino's	55109
+Santorini's	55110
+Salishan	55111
+Salvatore's	55112
+Salvatores	55113
+Savings	55114
+Saddleback	55115
+Saddlebrook	55116
+Sharper	55117
+Sharpsburg	55118
+Sharpstown	55119
+Sharkeez	55120
+Sharkey's	55121
+Shannon's	55122
+Shannons	55123
+Shanahan's	55124
+Shakespeare	55125
+Shakey's	55126
+Shakeys	55127
+Shawna's	55128
+Shaleen	55129
+Sheriff's	55130
+Sheriffs	55131
+Sheridan's	55132
+Sherrie	55133
+Sherry's	55134
+Shelby's	55135
+Shelbys	55136
+Shelbyville	55137
+Shelley's	55138
+Shelly's	55139
+Sheltering	55140
+Shelton's	55141
+Sheena's	55142
+Shepherdstown	55143
+Shepherdsville	55144
+Shoppers	55145
+Shoppes	55146
+Shoppette	55147
+Shoppingtown	55148
+Shorty's	55149
+Shirley's	55150
+Shiloh's	55151
+Seagram's	55152
+Seagrams	55153
+Seasons	55154
+ServiceMaster	55155
+Services	55156
+Senator	55157
+Senatobia	55158
+Selena's	55159
+Sellersburg	55160
+Sellersville	55161
+Sebastian's	55162
+Sunday's	55163
+Sundays	55164
+Superman's	55165
+Supremes	55166
+Summerhays	55167
+Summerhill	55168
+Summerland	55169
+Summerlin	55170
+Summerside	55171
+Summersville	55172
+Southwestern	55173
+Southwick	55174
+Southwind	55175
+Southwood	55176
+Southworth	55177
+Southbridge	55178
+Southbrook	55179
+Southpoint	55180
+Southport	55181
+Southeastern	55182
+Southlands	55183
+Somerset	55184
+Somersworth	55185
+Sorensen	55186
+Sorenson	55187
+Sorrento's	55188
+Sparkleberry	55189
+Sparkletts	55190
+Sparky's	55191
+Spartan	55192
+Spartacus	55193
+Spangled	55194
+Spangler	55195
+Speedwell	55196
+Speedy's	55197
+Spectra	55198
+Spectre	55199
+Spectrum	55200
+Specialists	55201
+Spencer's	55202
+Spencerport	55203
+Spencers	55204
+Spencerville	55205
+Spearman	55206
+Spearmint	55207
+Springs	55208
+SpringHill	55209
+Springdale	55210
+Springer	55211
+Springfield	55212
+Springleaf	55213
+Springmill	55214
+Springtown	55215
+Springwood	55216
+Sprinter	55217
+Sportsman's	55218
+Sportsmans	55219
+Silversun	55220
+Silverados	55221
+Silverlake	55222
+Silverleaf	55223
+Silverman	55224
+Silvermine	55225
+Silverthorne	55226
+Silverton	55227
+Silvio's	55228
+Simonson's	55229
+SimplexGrinnell	55230
+Scholars	55231
+Scholastic	55232
+Scholl's	55233
+Scholls	55234
+Schuler	55235
+Schulenburg	55236
+Schuylerville	55237
+Schererville	55238
+Schwarz	55239
+Schwartz	55240
+Schwabs	55241
+Schaefer's	55242
+Schillinger	55243
+Schroeder's	55244
+Scottsdale	55245
+Scottsville	55246
+Scottie	55247
+Scottish	55248
+Scotty's	55249
+Scripture	55250
+Scripts	55251
+Scandinavian	55252
+Skylander	55253
+Skylark	55254
+Skateway	55255
+Skateworld	55256
+Swanson's	55257
+Swansons	55258
+Sweetbay	55259
+Sweetbriar	55260
+Sweeney's	55261
+Smithsburg	55262
+Smithsonian	55263
+Smokey's	55264
+Snoopy's	55265
+Sylvania	55266
+Sylvia's	55267
+propose	55268
+proposal	55269
+proportions	55270
+properly	55271
+propeller	55272
+prophecies	55273
+prophecy	55274
+prophetic	55275
+prospector	55276
+prospects	55277
+prosper.com	55278
+prosperity	55279
+prosperous	55280
+prostitute	55281
+prosthetic	55282
+prosthesis	55283
+prosecutor	55284
+prosecute	55285
+processor	55286
+proceeding	55287
+proceeded	55288
+proceeds	55289
+procedures	55290
+procrastinated	55291
+procrastinating	55292
+procrastination	55293
+procrastinators	55294
+proctoring	55295
+proctors	55296
+proclaimed	55297
+promote	55298
+promise	55299
+promiscuous	55300
+promising	55301
+promissory	55302
+promethazine	55303
+prometheus	55304
+protect	55305
+protech	55306
+protesters	55307
+protesting	55308
+protests	55309
+proteins	55310
+protonix	55311
+protons	55312
+protocols	55313
+prototypes	55314
+provide	55315
+providing	55316
+proving	55317
+provisional	55318
+provisioning	55319
+provisions	55320
+proverbial	55321
+proverbs	55322
+provoke	55323
+provoking	55324
+profession	55325
+professor	55326
+profits	55327
+profile	55328
+profiling	55329
+proficiency	55330
+proficient	55331
+probability	55332
+probation	55333
+probate	55334
+problematic	55335
+probiotics	55336
+product:	55337
+products	55338
+producer	55339
+produced	55340
+produces	55341
+programs	55342
+pronounce	55343
+pronouncing	55344
+projections	55345
+prolonged	55346
+prolonging	55347
+prologistix	55348
+prologue	55349
+proximal	55350
+proximately	55351
+present	55352
+presence	55353
+preserve	55354
+preserving	55355
+presets	55356
+pressure	55357
+pressuring	55358
+pressed	55359
+presses	55360
+prescription	55361
+preschoolers	55362
+president's	55363
+presidential	55364
+presidents	55365
+presumed	55366
+prestige	55367
+prestigious	55368
+precise	55369
+precision	55370
+precincts	55371
+precautionary	55372
+precautions	55373
+preceding	55374
+prepare	55375
+preparing	55376
+prepayment	55377
+prepper	55378
+prepped	55379
+pretend	55380
+pretense	55381
+pretentious	55382
+preteens	55383
+pretties	55384
+prettied	55385
+prettier	55386
+preventing	55387
+prevention	55388
+preventive	55389
+preventable	55390
+preventative	55391
+prevented	55392
+preventer	55393
+prevailing	55394
+prevails	55395
+previews	55396
+previously	55397
+predictable	55398
+predicted	55399
+predictor	55400
+predicament	55401
+predicate	55402
+premiere	55403
+premises	55404
+premiums	55405
+prematurely	55406
+preference	55407
+preferential	55408
+preferable	55409
+preferably	55410
+preferrably	55411
+preferred	55412
+pre-ordered	55413
+preacher	55414
+preached	55415
+preaches	55416
+pregnancies	55417
+pregnancy	55418
+primary	55419
+primers	55420
+principal	55421
+principle	55422
+princes	55423
+printer	55424
+printed	55425
+printouts	55426
+priceless	55427
+priceline.com	55428
+prisoners	55429
+privately	55430
+privates	55431
+priorities	55432
+practiced	55433
+practices	55434
+practically	55435
+prayerful	55436
+prayers	55437
+prankster	55438
+praised	55439
+praises	55440
+particle	55441
+partially	55442
+partials	55443
+partied	55444
+partier	55445
+parties	55446
+partitions	55447
+partnership	55448
+partying	55449
+paralyze	55450
+paralysis	55451
+parallelogram	55452
+parallels	55453
+paramedic	55454
+parameter	55455
+parades	55456
+paradigm	55457
+paradise	55458
+paraphernalia	55459
+parasites	55460
+paranoia	55461
+paranoid	55462
+parenthood	55463
+parentals	55464
+patrolman	55465
+patrols	55466
+patrons	55467
+patricia	55468
+patrick	55469
+pathology	55470
+patient's	55471
+patient-reported	55472
+patiently	55473
+patients	55474
+pattern	55475
+pancreatic	55476
+pancreatitis	55477
+panicked	55478
+panicking	55479
+panicky	55480
+pastels	55481
+pasting	55482
+pastini	55483
+passionate	55484
+passions	55485
+passing	55486
+passengers	55487
+passages	55488
+paintball	55489
+paintbrush	55490
+painter	55491
+painted	55492
+painting	55493
+packaged	55494
+packages	55495
+packets	55496
+pacifier	55497
+pacifically	55498
+paddles	55499
+pavilions	55500
+posters	55501
+postpone	55502
+postponing	55503
+postmarked	55504
+postings	55505
+position	55506
+possibilities	55507
+possibility	55508
+possible	55509
+possibly	55510
+political	55511
+politician	55512
+politics	55513
+politely	55514
+policies	55515
+policing	55516
+polished	55517
+polisher	55518
+polishes	55519
+polygamist	55520
+polygamy	55521
+portabella	55522
+portable	55523
+portals	55524
+porterhouse	55525
+porters	55526
+portions	55527
+portraits	55528
+portrayed	55529
+pornographic	55530
+pornography	55531
+popular	55532
+poppers	55533
+popping	55534
+poopers	55535
+potters	55536
+pottery	55537
+potentially	55538
+potentials	55539
+pointer	55540
+pointed	55541
+pointments	55542
+powerless	55543
+powerplay	55544
+powerpoint	55545
+powerstroke	55546
+pounder	55547
+pounded	55548
+personal	55549
+personable	55550
+persists	55551
+persimmons	55552
+persecute	55553
+persecution	55554
+perseverance	55555
+persevere	55556
+persuade	55557
+persuading	55558
+persuasion	55559
+persuasive	55560
+perfected	55561
+perfectgirls.net	55562
+perfectly	55563
+perfecto	55564
+performance	55565
+performing	55566
+performs	55567
+percentage	55568
+percenter	55569
+percentile	55570
+perception	55571
+perceptive	55572
+perceived	55573
+percocets	55574
+percosets	55575
+periodo	55576
+periodic	55577
+periods	55578
+perishables	55579
+permits	55580
+permission	55581
+permissible	55582
+permanently	55583
+pervert	55584
+perverse	55585
+perpetrator	55586
+penalized	55587
+penalties	55588
+penalty	55589
+penetrations	55590
+pensions	55591
+peacefully	55592
+peacemakers	55593
+peacocks	55594
+pediatrician	55595
+pediatrics	55596
+pedicures	55597
+petitioning	55598
+petitions	55599
+petroleum	55600
+peppercorns	55601
+peppermints	55602
+pepperoni's	55603
+pinchers	55604
+pickers	55605
+pickings	55606
+pictured	55607
+pictures	55608
+pillowcases	55609
+pillars	55610
+pitchers	55611
+pierced	55612
+piercer	55613
+piercings	55614
+pistols	55615
+pistons	55616
+player's	55617
+playercard	55618
+players	55619
+playbook	55620
+playboy	55621
+playdates	55622
+playgrounds	55623
+playmates	55624
+plantation	55625
+plantains	55626
+plantar	55627
+planter	55628
+planted	55629
+planets	55630
+planner	55631
+planned	55632
+planning	55633
+platelets	55634
+placemat	55635
+placement	55636
+plastered	55637
+plastering	55638
+plastic	55639
+pleasantburg	55640
+pleasantdale	55641
+pleasantly	55642
+pleasantries	55643
+please.	55644
+pleased	55645
+pleaser	55646
+pleases	55647
+pleasure	55648
+pleasurable	55649
+pleasuring	55650
+pledges	55651
+plumber's	55652
+plumbers	55653
+pursuit	55654
+pursuing	55655
+pursued	55656
+purification	55657
+purples	55658
+punched	55659
+puncher	55660
+punches	55661
+punctual	55662
+punctured	55663
+publication	55664
+publican	55665
+publicist	55666
+publicity	55667
+publicize	55668
+publisher	55669
+published	55670
+pushers	55671
+pumpernickel	55672
+photographs	55673
+photography	55674
+photoshop	55675
+photoshoot	55676
+phone.com	55677
+phones.com	55678
+physical	55679
+physics	55680
+philosophers	55681
+philosophical	55682
+philosophies	55683
+phenomenal	55684
+psychology	55685
+psychopathic	55686
+psychopaths	55687
+psychosis	55688
+psychosocial	55689
+psychotherapy	55690
+psychotic	55691
+psychiatry	55692
+psychics	55693
+psychedelic	55694
+Conners	55695
+Connery	55696
+Connellsville	55697
+Connelly	55698
+Connor's	55699
+Connors	55700
+Connolly's	55701
+Connie's	55702
+Constant	55703
+Constance	55704
+Consulate	55705
+Consuela	55706
+Consuelo	55707
+Consumers	55708
+Conservancy	55709
+Controls	55710
+Contacts	55711
+Contessa	55712
+Contest	55713
+Continental	55714
+Concorde	55715
+Concordia	55716
+Concords	55717
+Concordville	55718
+Congress	55719
+Congregation	55720
+Confederacy	55721
+Convergys	55722
+Converse	55723
+Conley's	55724
+College	55725
+Collegiate	55726
+Collector	55727
+Colleen's	55728
+Colleens	55729
+Colleyville	55730
+Collins	55731
+Colliers	55732
+Collierville	55733
+Collision	55734
+Collison	55735
+Colonia	55736
+Colonie	55737
+Colombia	55738
+Colombo	55739
+Colorado's	55740
+Colinas	55741
+Columbia	55742
+Columbine	55743
+Corners	55744
+Cornell	55745
+Cornwallis	55746
+Correction	55747
+Corrales	55748
+Cortese	55749
+Cordele	55750
+Cordelia	55751
+Cordell	55752
+Corinthian	55753
+Commodore	55754
+Commodus	55755
+Commons	55756
+Commonwealth	55757
+Commander	55758
+Commands	55759
+Commissioner	55760
+Commission's	55761
+Companion	55762
+Company	55763
+Compassion	55764
+Computers	55765
+Courtenay	55766
+Courtesy	55767
+Courtney's	55768
+Countryside	55769
+County's	55770
+Cookies	55771
+Coopersburg	55772
+Cooperstown	55773
+Coopersville	55774
+Cosmopolitan	55775
+Cosmoprof	55776
+Copperas	55777
+Copperfield	55778
+Copperhead	55779
+Cottondale	55780
+Cottonelle	55781
+Cottontail	55782
+Cottonwood	55783
+Carlina	55784
+Carling	55785
+Carlinville	55786
+Carlitos	55787
+Carlson's	55788
+Carlos's	55789
+Carrie's	55790
+Carrier	55791
+Carroll's	55792
+Carrollton	55793
+Carrollwood	55794
+Carolina	55795
+Caroline	55796
+Carolee	55797
+Carolyn's	55798
+Carmelo	55799
+Carmelita	55800
+Carmella's	55801
+Carmen's	55802
+Carmenita	55803
+Carmens	55804
+Carmichaels	55805
+Carmine's	55806
+Carmines	55807
+Cartersville	55808
+Cardinal	55809
+Cardington	55810
+Carneys	55811
+Carpenter	55812
+Carpentaria	55813
+Callahan's	55814
+Callender	55815
+California	55816
+Californication	55817
+Campbellsville	55818
+Campostella	55819
+Camelback	55820
+Camelbak	55821
+Cameron	55822
+Cameroon	55823
+Camille	55824
+Camilla	55825
+Camillus	55826
+Caminos	55827
+Camaros	55828
+Cambrian	55829
+CambridgeSide	55830
+Candlestick	55831
+Candice's	55832
+Canadian	55833
+Canadiens	55834
+Canada's	55835
+Cantonese	55836
+Cantonment	55837
+Cassandra	55838
+Cassano's	55839
+Cassidy's	55840
+Cassie's	55841
+Casselberry	55842
+Cassell	55843
+Casselton	55844
+Cascades	55845
+Catherine's	55846
+Catherines	55847
+Cattleman's	55848
+Cattlemen's	55849
+Capital	55850
+CapitaLand	55851
+Capitan	55852
+Capitola	55853
+Capelli's	55854
+Caprice	55855
+Capricorn	55856
+Cabela's	55857
+Cabelas	55858
+Charles	55859
+Charlene	55860
+Charley	55861
+Charleroi	55862
+Charlevoix	55863
+Charlie	55864
+Charlotte's	55865
+Charlottesville	55866
+Charlottetown	55867
+Charities	55868
+Chariton	55869
+Charity	55870
+Chartered	55871
+Chargers	55872
+Chandler's	55873
+Chandlers	55874
+Channelside	55875
+Channelview	55876
+Champions	55877
+Champaign	55878
+Champlain	55879
+Champlin	55880
+Chambers	55881
+Chamberlain	55882
+Chappelle	55883
+Chattanoogan	55884
+Chainsaw	55885
+Chesterbrook	55886
+Chesterfield	55887
+Chesterland	55888
+Chesters	55889
+Chesnee	55890
+Chesney	55891
+Cherryvale	55892
+Cherryville	55893
+Chelsea's	55894
+Children	55895
+Childress	55896
+Childersburg	55897
+Chillicothe	55898
+Chilliwack	55899
+Chickamauga	55900
+Chicago's	55901
+Chicagoland	55902
+Chippendale	55903
+Chippenham	55904
+Christian	55905
+Christie	55906
+Christmases	55907
+Christmassy	55908
+Christmastime	55909
+Christmasy	55910
+Christoph	55911
+Christos	55912
+Christensen	55913
+Christel	55914
+Christy's	55915
+Churchill's	55916
+Crossley	55917
+Crossett	55918
+Crownsville	55919
+Crocker	55920
+Crockett	55921
+Crescenta	55922
+Creekside	55923
+Creekstone	55924
+Creation	55925
+Creative	55926
+Craigslist	55927
+Cristian	55928
+Cristina	55929
+Crittenden	55930
+Crittenton	55931
+Crusaders	55932
+Clarksburg	55933
+Clarksdale	55934
+Clarkson	55935
+Clarkston	55936
+Clarksville	55937
+Clarkesville	55938
+Clarisa	55939
+Clarisonic	55940
+Claremont	55941
+Claremore	55942
+Clarence	55943
+Clarendon	55944
+Claire's	55945
+Clairemont	55946
+Claudia	55947
+Claudine	55948
+Claudio	55949
+Claudius	55950
+Claudette	55951
+Classical	55952
+Classico	55953
+Clearwater	55954
+Clearwire	55955
+Cleaners	55956
+Clemente	55957
+Clementine	55958
+Clementon	55959
+Clements	55960
+Cliffside	55961
+Clinton's	55962
+Clintonville	55963
+Clinics	55964
+CenterPoint	55965
+Centerburg	55966
+Centereach	55967
+Centers	55968
+Centerton	55969
+Centerville	55970
+Centrelink	55971
+Centreville	55972
+Centralia	55973
+CenturyLink	55974
+CenturyTel	55975
+Celebrate	55976
+Celebration	55977
+Cerritos	55978
+Currier	55979
+Mariano	55980
+Mariana	55981
+Mariah's	55982
+Mariner	55983
+Marinello's	55984
+Marines	55985
+Marinette	55986
+Marinos	55987
+Mariela	55988
+Marion's	55989
+Marionville	55990
+Marisa's	55991
+Marissa's	55992
+Martins	55993
+Martini	55994
+Martine	55995
+Martino	55996
+Martin's	55997
+Martina	55998
+Martindale	55999
+Martintown	56000
+Martinville	56001
+Martians	56002
+Martell	56003
+Marcella	56004
+Marcello	56005
+Marcellus	56006
+Marconi	56007
+Marcone	56008
+Marciano	56009
+Marlene	56010
+Marlena	56011
+Marley's	56012
+Marlow's	56013
+Marshal	56014
+Marshawn	56015
+Marsala	56016
+Marsalis	56017
+Margaret	56018
+Margarita	56019
+Margie's	56020
+Markley	56021
+Maryview	56022
+Maryville	56023
+Marburger	56024
+Maranatha	56025
+Mandela	56026
+Manning's	56027
+Mannington	56028
+Manhattans	56029
+Matterhorn	56030
+Matters	56031
+Matthew's	56032
+Matthews	56033
+Mathers	56034
+Mathews	56035
+Mathison	56036
+Materials	56037
+Mackenzies	56038
+Mackinac	56039
+Mackinaw	56040
+Machines	56041
+Malaysian	56042
+Maloney's	56043
+Mallory's	56044
+Massachusetts	56045
+Massacre	56046
+Massapequa	56047
+Massaponax	56048
+Massey's	56049
+Masters	56050
+Madeleine's	56051
+Madeline's	56052
+Magnuson	56053
+Mahoney	56054
+Mauriceville	56055
+Maximum	56056
+Maximus	56057
+Monterey	56058
+Monterrey	56059
+Montero	56060
+Montell	56061
+Monteleone	56062
+Montesano	56063
+Montessori	56064
+Montezuma	56065
+Montevallo	56066
+Montevideo	56067
+Montana	56068
+Montano	56069
+Montage	56070
+Montague	56071
+Montrose	56072
+Montross	56073
+Mongolian	56074
+Monkeys	56075
+Morrison	56076
+Morrissey	56077
+Morristown	56078
+Morrisville	56079
+Morrie's	56080
+Moorestown	56081
+Mooresville	56082
+Motorwerks	56083
+Motorhead	56084
+Motorhome	56085
+Motorsports	56086
+Mountaineer	56087
+Mountains	56088
+Moundsville	56089
+Moultonborough	56090
+Mohammad	56091
+Mohammed	56092
+Millers	56093
+Miller's	56094
+Millerton	56095
+Millerville	56096
+Millennium	56097
+Milledgeville	56098
+Millionaire	56099
+Millions	56100
+Millie's	56101
+Milligans	56102
+Millikan	56103
+Milliken	56104
+Millington	56105
+Millinocket	56106
+Millbrook	56107
+Millburn	56108
+Millbury	56109
+Millstadt	56110
+Millstream	56111
+Milano's	56112
+Milanos	56113
+Minerva's	56114
+Ministries	56115
+Ministry	56116
+Michelle	56117
+Michelangelo	56118
+Michele	56119
+Michelin	56120
+Michelob	56121
+Michaela	56122
+Michaels	56123
+Michael's	56124
+Michigan's	56125
+Mickey's	56126
+Mickeys	56127
+Middleburg	56128
+Middlebury	56129
+Missionary	56130
+Mississauga	56131
+Mississippi	56132
+Missoula	56133
+Missoulian	56134
+Mitchell's	56135
+Mitchells	56136
+Mitchellville	56137
+Mercersburg	56138
+Mercerville	56139
+Mercedes	56140
+Merchants	56141
+Merrimon	56142
+Merrillville	56143
+Meridian	56144
+Meridien	56145
+Mendelson	56146
+Melinda's	56147
+Metropark	56148
+Metroplex	56149
+Metrolina	56150
+Metrolink	56151
+Medicaid	56152
+Medical	56153
+Medicap	56154
+Medicare	56155
+Mediterranean	56156
+Meadowbrook	56157
+Meadowdale	56158
+Meadowood	56159
+Meadows	56160
+Mexican	56161
+Mexicali	56162
+Mexico's	56163
+Memorial	56164
+Memories	56165
+McCarthy	56166
+McCarter	56167
+McCartney	56168
+McCarty	56169
+McCarran	56170
+McCarron	56171
+McCormick's	56172
+McCormicks	56173
+McCordsville	56174
+McClelland	56175
+McClendon's	56176
+McClain's	56177
+McClure	56178
+McClurkin	56179
+McKenna	56180
+McKenney	56181
+McKenzies	56182
+McKeesport	56183
+McKellips	56184
+McKinnon's	56185
+McGuire's	56186
+McGuires	56187
+McDonald's	56188
+McDonalds	56189
+McDoubles	56190
+Munchkins	56191
+Muskegon	56192
+Mustangs	56193
+Murdoch's	56194
+Murphysboro	56195
+Mullinax	56196
+Mullins	56197
+Brookshire	56198
+Brookston	56199
+Brookside	56200
+Brooksville	56201
+Brooklyn	56202
+Brookline	56203
+Brooke's	56204
+Brooker	56205
+Brookes	56206
+Brookhaven	56207
+Brookhollow	56208
+Brookhurst	56209
+Brownstown	56210
+Brownsville	56211
+Brownell	56212
+Broadwater	56213
+Broadway	56214
+Brandon	56215
+Branden	56216
+Brandeis	56217
+Brandi's	56218
+Brandie	56219
+Brandy's	56220
+Brandywine	56221
+Bradley's	56222
+Bradleys	56223
+Brazosport	56224
+Brackenridge	56225
+Brattleboro	56226
+Bridget	56227
+Bridges	56228
+Bridgehampton	56229
+Bridgeport	56230
+Bridger	56231
+Brittany	56232
+Brittain	56233
+Britain's	56234
+Brianna	56235
+Brianne	56236
+Briarcliff	56237
+Briarcrest	56238
+Brightman	56239
+Brighton	56240
+Brightside	56241
+Brightwood	56242
+Bristows	56243
+Brendan	56244
+Brenda's	56245
+Brennan	56246
+Breezewood	56247
+Barrett	56248
+Barrels	56249
+Barron's	56250
+Barrons	56251
+Barracks	56252
+Barracuda	56253
+Barney's	56254
+Barneys	56255
+Barnesville	56256
+Barnaby	56257
+Barnabas	56258
+Barton's	56259
+Bartonsville	56260
+Bartonville	56261
+Bartells	56262
+Barbara	56263
+Barbarian	56264
+Barbies	56265
+Bandidos	56266
+Bandito	56267
+BancorpSouth	56268
+Ballast	56269
+Ballenger	56270
+Ballentine	56271
+Baldwinsville	56272
+Battleship	56273
+Battlestar	56274
+Battlefield	56275
+Battleford	56276
+Bakersfield	56277
+Bakersville	56278
+Bellevue	56279
+Bellefontaine	56280
+Bellefonte	56281
+Bernardi	56282
+Bernards	56283
+Bernard's	56284
+Bernardo	56285
+Bernalillo	56286
+Bernie's	56287
+Bernies	56288
+Bergenfield	56289
+Bergenline	56290
+Bergeron	56291
+Berkshires	56292
+Bennett	56293
+Bennington	56294
+Benito's	56295
+Benjamin's	56296
+Benjamins	56297
+Beardsley	56298
+Beardstown	56299
+Beautyrest	56300
+Beaverdale	56301
+Beaverdam	56302
+Bethany's	56303
+Bettendorf	56304
+Beckers	56305
+Bonners	56306
+Boniface	56307
+Bonifacius	56308
+Boosters	56309
+Botanical	56310
+Burnett	56311
+Burgers	56312
+Burgerville	56313
+Burlingame	56314
+Burlington	56315
+Burtonsville	56316
+Buckeye	56317
+Buckeystown	56318
+Buckley	56319
+Butterball	56320
+Buttercup	56321
+Butterworth	56322
+Buttonwillow	56323
+Buttonwood	56324
+Buddha's	56325
+Buddhism	56326
+Buddhist	56327
+Blackbird	56328
+Blackburn	56329
+Blacksburg	56330
+Blackshear	56331
+Blackson	56332
+Blackman	56333
+Blackwater	56334
+Blackwell	56335
+Blackwood	56336
+Blackhawks	56337
+Blanche	56338
+Blanchard	56339
+Blankenbaker	56340
+Blankenship	56341
+Blairstown	56342
+Blairsville	56343
+Blaine's	56344
+Blazers	56345
+Bloomingdale	56346
+Bloomingburg	56347
+Bloomington	56348
+Bloomsburg	56349
+Bloomsbury	56350
+Bloodstones	56351
+Billingsley	56352
+barbers	56353
+barberitos	56354
+barberry	56355
+barbecue	56356
+barbecuing	56357
+barbara	56358
+barback	56359
+barbacoa	56360
+barricaded	56361
+barricades	56362
+barriers	56363
+barracks	56364
+barracos	56365
+barrels	56366
+bartenders	56367
+backspace	56368
+backsplash	56369
+backfield	56370
+backfill	56371
+backflip	56372
+backflow	56373
+backroad	56374
+backroom	56375
+backers	56376
+backpacking	56377
+backpacks	56378
+backward	56379
+backwater	56380
+backboard	56381
+backbone	56382
+backdrops	56383
+backgrounds	56384
+bandaged	56385
+bandages	56386
+bandaids	56387
+bandanas	56388
+bandits	56389
+bangerang	56390
+bangers	56391
+bankruptcy	56392
+banners	56393
+baseballs	56394
+baseboards	56395
+basements	56396
+basketballs	56397
+bastards	56398
+ballerina	56399
+ballers	56400
+balling	56401
+ballistics	56402
+balloons	56403
+ballots	56404
+ballads	56405
+battery	56406
+battered	56407
+batteries	56408
+batters	56409
+battles	56410
+battled	56411
+battlefield	56412
+battleground	56413
+bathrooms	56414
+babysits	56415
+badgering	56416
+badgers	56417
+baggies	56418
+bookshelf	56419
+bookshelves	56420
+bookstores	56421
+booking.com	56422
+bookings	56423
+bookies	56424
+booties	56425
+bootleggers	56426
+boomerangs	56427
+booster	56428
+boosted	56429
+bouncer	56430
+bounced	56431
+bounces	56432
+bouncing	56433
+boundaries	56434
+boundary	56435
+borrowers	56436
+bottled	56437
+bottleneck	56438
+bottles	56439
+bothersome	56440
+boardshop	56441
+bodybuilders	56442
+bodybuilding.com	56443
+bombergers	56444
+bombers	56445
+bombshells	56446
+bowlero	56447
+bowlers	56448
+boilers	56449
+brainstorm	56450
+brainwashed	56451
+brainwashing	56452
+brained	56453
+brainer	56454
+branding	56455
+brandsmart	56456
+brandys	56457
+branchinelli's	56458
+branching	56459
+bracelets	56460
+bravery	56461
+breakable	56462
+breakage	56463
+breakaway	56464
+breakdowns	56465
+breakers	56466
+breakfasts	56467
+breaking	56468
+breakouts	56469
+breakups	56470
+breadstick	56471
+breadsmith	56472
+breadeaux	56473
+breaded	56474
+breather	56475
+breathes	56476
+breathtakingly	56477
+breastfeed	56478
+breastfed	56479
+breeders	56480
+breezes	56481
+breezeway	56482
+breweries	56483
+brewery	56484
+brewskis	56485
+broadcasting	56486
+broadhead	56487
+broadhollow	56488
+broaden	56489
+broader	56490
+broadside	56491
+brownie	56492
+browning	56493
+brownish	56494
+brownstone	56495
+browser	56496
+broomstick	56497
+brother-in-law	56498
+brother's	56499
+brotherhood	56500
+brotherly	56501
+brothers	56502
+bronchial	56503
+bronchitis	56504
+bridgeStreet	56505
+bridges	56506
+bridget	56507
+bridgewater	56508
+bridging	56509
+bridgit	56510
+bridesmaid	56511
+brighten	56512
+brighter	56513
+brightest	56514
+bringing	56515
+briefings	56516
+brushed	56517
+brushes	56518
+burners	56519
+butters	56520
+butterball	56521
+buttered	56522
+buttering	56523
+buttermilk	56524
+butternut	56525
+buttery	56526
+buttoned	56527
+buttons	56528
+buttholes	56529
+bulletins	56530
+bulldogs	56531
+bullied	56532
+bullies	56533
+busters	56534
+bushels	56535
+bundled	56536
+bundles	56537
+bumpers	56538
+budgeted	56539
+budgeting	56540
+budgets	56541
+buildings	56542
+bubblegum	56543
+bubbler	56544
+bubbles	56545
+buggers	56546
+bugging	56547
+beaters	56548
+beautician	56549
+beauties	56550
+beached	56551
+beaches	56552
+belleria	56553
+bellerose	56554
+believe	56555
+believin	56556
+beliefs	56557
+belongings	56558
+benefited	56559
+benefiting	56560
+benefits	56561
+beneficial	56562
+benders	56563
+bedrooms	56564
+beginners	56565
+beginnings	56566
+besties	56567
+behavior	56568
+behaving	56569
+behaved	56570
+behaves	56571
+bloodshot	56572
+bloomer	56573
+bloomed	56574
+blooming	56575
+bloopers	56576
+blowers	56577
+blockages	56578
+blockers	56579
+blackberries	56580
+blackberry	56581
+blacklisted	56582
+blanket	56583
+blanked	56584
+blankie	56585
+blanking	56586
+blaster	56587
+blasted	56588
+bluestem	56589
+bluestone	56590
+blushed	56591
+blushes	56592
+bleacher	56593
+bleached	56594
+blenders	56595
+blinded	56596
+blinders	56597
+blindfolded	56598
+blindsided	56599
+blinkers	56600
+blistered	56601
+blistering	56602
+blisters	56603
+biomedical	56604
+biometrics	56605
+biologically	56606
+biologicals	56607
+biotics	56608
+billionaire	56609
+billions	56610
+billiards	56611
+billings	56612
+birthdays	56613
+birthstones	56614
+bitters	56615
+bitterness	56616
+bindings	56617
+biblically	56618
+restrict	56619
+restring	56620
+restraint	56621
+restrained	56622
+restraining	56623
+restrooms	56624
+restructure	56625
+restructuring	56626
+restore	56627
+restoring	56628
+restocked	56629
+restocking	56630
+restarted	56631
+restarting	56632
+restarts	56633
+restaurant.com	56634
+restaurants	56635
+researching	56636
+reserved	56637
+reserves	56638
+reservations	56639
+resentful	56640
+resenting	56641
+resentment	56642
+resending	56643
+resembles	56644
+resides	56645
+residual	56646
+residue	56647
+resistance	56648
+resistant	56649
+resistors	56650
+response	56651
+responding	56652
+responds	56653
+respective	56654
+respecting	56655
+respectfully	56656
+respirator	56657
+respiration	56658
+resurface	56659
+resurfacing	56660
+resurrected	56661
+resurrection	56662
+resumes	56663
+resolution	56664
+resolute	56665
+resolve	56666
+resolving	56667
+rescued	56668
+rescues	56669
+rescheduled	56670
+reconsider	56671
+reconstruct	56672
+reconnect	56673
+reconnaissance	56674
+reconcile	56675
+reconfigure	56676
+reconfirm	56677
+recorder	56678
+recorded	56679
+recordings	56680
+recognize	56681
+recognizing	56682
+recommendations	56683
+recoveries	56684
+recovering	56685
+recouping	56686
+receive	56687
+receivable	56688
+receiving	56689
+receipts	56690
+reception	56691
+receptive	56692
+receptacles	56693
+receptors	56694
+recertify	56695
+reciprocity	56696
+recipes	56697
+recipients	56698
+recital	56699
+recitation	56700
+recruiter	56701
+recruited	56702
+recreated	56703
+recreational	56704
+rectangle	56705
+rectangular	56706
+rectally	56707
+rectified	56708
+rectifier	56709
+recliner	56710
+reclaimed	56711
+recyclers	56712
+recalled	56713
+recalling	56714
+recalls	56715
+recuperated	56716
+recuperating	56717
+recuperation	56718
+rechargeable	56719
+recharged	56720
+reproduce	56721
+reproducing	56722
+reprogram	56723
+reprographics	56724
+representin	56725
+represented	56726
+represents	56727
+reprimanded	56728
+reprinted	56729
+replace	56730
+replacing	56731
+replaying	56732
+replays	56733
+replicas	56734
+replied	56735
+replies	56736
+report.com	56737
+reporting	56738
+reports	56739
+repossessed	56740
+repossession	56741
+reposed	56742
+reposition	56743
+repository	56744
+repeating	56745
+repeats	56746
+repealed	56747
+repetitions	56748
+repetitively	56749
+repair.com	56750
+repairable	56751
+repaired	56752
+repairing	56753
+repairman	56754
+repairs	56755
+repainted	56756
+repainting	56757
+realize	56758
+realization	56759
+realizing	56760
+realist	56761
+realism	56762
+realities	56763
+reality	56764
+realtor's	56765
+realtor.com	56766
+realtors	56767
+reaction	56768
+reacting	56769
+reached	56770
+reaches	56771
+reassure	56772
+reassurance	56773
+reassuring	56774
+reassess	56775
+reassemble	56776
+reassigned	56777
+reason:	56778
+reasoning	56779
+reasons	56780
+reading	56781
+readiness	56782
+rearranged	56783
+refined	56784
+refinish	56785
+refining	56786
+refinance	56787
+refinancing	56788
+refillable	56789
+refilled	56790
+refilling	56791
+refills	56792
+refused	56793
+refuses	56794
+refurbished	56795
+refreshment	56796
+refreshing	56797
+refrigerant	56798
+referendum	56799
+refereeing	56800
+referees	56801
+referrals	56802
+reflector	56803
+reflected	56804
+reflects	56805
+reflexes	56806
+reflexology	56807
+relation	56808
+relating	56809
+related	56810
+relates	56811
+relaxer	56812
+relaxed	56813
+relaxes	56814
+relaxant	56815
+relaxation	56816
+relaxing	56817
+relieve	56818
+relieving	56819
+religion	56820
+religious	56821
+reliability	56822
+reliable	56823
+reliance	56824
+reliant	56825
+release	56826
+releasing	56827
+relocated	56828
+relocating	56829
+relocation	56830
+retract	56831
+retrace	56832
+retraining	56833
+retrieve	56834
+retrieval	56835
+retrieving	56836
+retaining	56837
+retains	56838
+retailer	56839
+retails	56840
+retakes	56841
+retiree	56842
+retired	56843
+retirement	56844
+retires	56845
+removed	56846
+remover	56847
+removes	56848
+removable	56849
+removal	56850
+remodeled	56851
+remodelers	56852
+remarks	56853
+remarried	56854
+remarry	56855
+reminding	56856
+reminds	56857
+reminisce	56858
+reminiscing	56859
+remembered	56860
+remembering	56861
+remembers	56862
+registries	56863
+registry	56864
+registered	56865
+registering	56866
+registers	56867
+regionals	56868
+regiment	56869
+regulated	56870
+regulates	56871
+regulation	56872
+regulating	56873
+regulators	56874
+regulatory	56875
+regretful	56876
+regrets	56877
+regression	56878
+reverse	56879
+reversal	56880
+reverted	56881
+reverting	56882
+reverbnation.com	56883
+revelations	56884
+revenues	56885
+revisit	56886
+revision	56887
+revising	56888
+revised	56889
+revivals	56890
+revived	56891
+revolve	56892
+revolving	56893
+revolutionary	56894
+revolutions	56895
+redeemed	56896
+redeemer	56897
+reduced	56898
+reducer	56899
+reduces	56900
+reductionism	56901
+reductions	56902
+renewal	56903
+renewable	56904
+renegades	56905
+renters	56906
+renovation	56907
+renovating	56908
+renovated	56909
+rendered	56910
+rendering	56911
+renders	56912
+reinstall	56913
+reinstate	56914
+reinspection	56915
+reinforcement	56916
+reinforced	56917
+reinforces	56918
+reimbursements	56919
+rebooted	56920
+rebooting	56921
+reboots	56922
+rebuilders	56923
+rebuilding	56924
+rebelling	56925
+reenactment	56926
+rehearsals	56927
+rehearsed	56928
+rewards.com	56929
+rewired	56930
+rejections	56931
+rejuvenated	56932
+rejuvenating	56933
+rejuvenation	56934
+rejoices	56935
+require	56936
+requiring	56937
+requisitions	56938
+reorganized	56939
+reunited	56940
+rangoons	56941
+rancher	56942
+ranches	56943
+rational	56944
+rationing	56945
+rations	56946
+rattles	56947
+rattled	56948
+rackets	56949
+radiate	56950
+radiator	56951
+radiance	56952
+radiant	56953
+radiology	56954
+radioshack.com	56955
+rambling	56956
+rambled	56957
+rappers	56958
+rounders	56959
+routers	56960
+routinely	56961
+routines	56962
+roadies	56963
+roasters	56964
+roomies	56965
+robberies	56966
+robbers	56967
+robbery	56968
+rotated	56969
+rotates	56970
+rotation	56971
+rotating	56972
+rocketmail.com	56973
+rockets	56974
+rockers	56975
+rockstars	56976
+rollercoaster	56977
+rollers	56978
+romantically	56979
+romantics	56980
+ridiculous	56981
+ridicule	56982
+ridings	56983
+richest	56984
+riverside	56985
+riverstop	56986
+riverbank	56987
+riverboat	56988
+ripples	56989
+runners	56990
+runnings	56991
+rubbers	56992
+rubbing	56993
+decorate	56994
+decorator	56995
+decided	56996
+decides	56997
+decision-making	56998
+decisions	56999
+decimals	57000
+decadence	57001
+decadent	57002
+decaffeinated	57003
+deceive	57004
+deceiving	57005
+deceitful	57006
+decently	57007
+declare	57008
+declaration	57009
+declaring	57010
+declined	57011
+declines	57012
+deckers	57013
+decreased	57014
+decreases	57015
+designate	57016
+designation	57017
+designer	57018
+designed	57019
+desired	57020
+desires	57021
+destroying	57022
+destroys	57023
+destination	57024
+destiny	57025
+destined	57026
+describe	57027
+describing	57028
+description	57029
+descriptive	57030
+descendants	57031
+descended	57032
+descending	57033
+desperate	57034
+desperation	57035
+despises	57036
+deserve	57037
+deserving	57038
+deserted	57039
+deserts	57040
+deliverable	57041
+deliverance	57042
+deliveries	57043
+delivering	57044
+delivery.com	57045
+delicate	57046
+delicacy	57047
+deliciously	57048
+deliciousness	57049
+delegated	57050
+delegates	57051
+delegating	57052
+delegation	57053
+deleted	57054
+deletes	57055
+deleting	57056
+deletion	57057
+defendant	57058
+defending	57059
+defense	57060
+defensive	57061
+defining	57062
+defined	57063
+defines	57064
+deficient	57065
+deficits	57066
+defrosted	57067
+defroster	57068
+depressant	57069
+deprived	57070
+deposition	57071
+depositing	57072
+dependent	57073
+deployments	57074
+dealers	57075
+dealings	57076
+deadline	57077
+deadliest	57078
+deadlift	57079
+deactivated	57080
+deviate	57081
+deviation	57082
+devotion	57083
+devoting	57084
+devoted	57085
+devoured	57086
+developmentally	57087
+developers	57088
+determine	57089
+determination	57090
+determining	57091
+deteriorate	57092
+detergents	57093
+detective	57094
+detecting	57095
+detection	57096
+detectors	57097
+detailing	57098
+details	57099
+detained	57100
+detainer	57101
+democratic	57102
+demolished	57103
+debated	57104
+debates	57105
+dermatitis	57106
+deductibles	57107
+deductions	57108
+degraded	57109
+degrees	57110
+degeneration	57111
+degenerative	57112
+disconnect	57113
+disconcerting	57114
+discount	57115
+discover.com	57116
+discovered	57117
+discovers	57118
+discovery	57119
+discoloration	57120
+discolored	57121
+discombobulated	57122
+discomfort	57123
+discreet	57124
+discredit	57125
+discriminate	57126
+discipline	57127
+disciplinary	57128
+disciplining	57129
+disciples	57130
+disclose	57131
+disclosure	57132
+disclosing	57133
+discharged	57134
+discharges	57135
+district	57136
+distract	57137
+distraught	57138
+distressed	57139
+distressing	57140
+distinct	57141
+distinguish	57142
+distant	57143
+disturbances	57144
+disappointment	57145
+disappointed	57146
+disappointing	57147
+disappoints	57148
+disappearance	57149
+disappeared	57150
+disappearing	57151
+disappears	57152
+disapproval	57153
+disapprove	57154
+disagreements	57155
+disassemble	57156
+disassembly	57157
+disaster	57158
+disastrous	57159
+disable	57160
+disabling	57161
+disabilities	57162
+disability	57163
+dispense	57164
+dispensing	57165
+dispersed	57166
+display	57167
+displeased	57168
+displeasure	57169
+dispatcher	57170
+dispatched	57171
+dispatches	57172
+disposable	57173
+disposal	57174
+disposed	57175
+disputed	57176
+disputes	57177
+dissected	57178
+dissertation	57179
+disservice	57180
+dissolve	57181
+dissolving	57182
+dissing	57183
+disrespectful	57184
+disrespected	57185
+disrespecting	57186
+disrespects	57187
+disregarded	57188
+disregarding	57189
+disrupting	57190
+disruption	57191
+disruptive	57192
+dishonesty	57193
+dishonored	57194
+disheartened	57195
+disheartening	57196
+dishwashers	57197
+dismantle	57198
+dismantling	57199
+dismayed	57200
+dismissing	57201
+dismissive	57202
+disobeyed	57203
+disobeying	57204
+disobedience	57205
+disobedient	57206
+disorderly	57207
+disorders	57208
+disgusting	57209
+disgusted	57210
+disgusts	57211
+disguised	57212
+disguises	57213
+disgraceful	57214
+disintegrated	57215
+disliked	57216
+dislikes	57217
+diagnosed	57218
+diagnoses	57219
+diagnosing	57220
+diagnosis	57221
+diagnostics	57222
+diabetics	57223
+diverse	57224
+dividend	57225
+divider	57226
+divided	57227
+divides	57228
+dickerson	57229
+dictated	57230
+dictates	57231
+dictation	57232
+dictating	57233
+dictators	57234
+dictionary.com	57235
+direction	57236
+directing	57237
+directive	57238
+director's	57239
+directories	57240
+directors	57241
+directory	57242
+directv.com	57243
+digging	57244
+digitally	57245
+dinosaurs	57246
+dilated	57247
+dilating	57248
+dilation	57249
+differently	57250
+differences	57251
+diffusers	57252
+downside	57253
+downstream	57254
+downspouts	57255
+download	57256
+downlow	57257
+downers	57258
+downgraded	57259
+donations	57260
+doorbusters	57261
+dominic	57262
+dominion	57263
+dominique	57264
+dominoes	57265
+dominos	57266
+domesticated	57267
+domestics	57268
+doctoral	57269
+doctorate	57270
+documentaries	57271
+documentary	57272
+doubled	57273
+doubles	57274
+doughboys	57275
+doughboyz	57276
+doughnuts	57277
+doggies	57278
+dogging	57279
+dollars	57280
+driver's	57281
+drivers	57282
+drive-in	57283
+drive-thru	57284
+driveshaft	57285
+driveways	57286
+drifters	57287
+drippings	57288
+drawbacks	57289
+dragonflies	57290
+dragonfly	57291
+dragging	57292
+dreamer	57293
+dreamed	57294
+dreaming	57295
+dressers	57296
+dropping	57297
+dropped	57298
+dropper	57299
+druggie	57300
+drugging	57301
+druggist	57302
+drumsticks	57303
+drummers	57304
+drunkenness	57305
+dancers	57306
+dangerously	57307
+darlings	57308
+dumplings	57309
+dumpsters	57310
+duplicated	57311
+duplicates	57312
+duplicating	57313
+duplication	57314
+dusters	57315
+dynamic	57316
+dynamite	57317
+antibiotics	57318
+antibodies	57319
+antibody	57320
+anticipate	57321
+antidepressants	57322
+antiques	57323
+announcement	57324
+announcer	57325
+announced	57326
+announces	57327
+annihilated	57328
+angelic	57329
+angelina	57330
+anglers	57331
+analyze	57332
+analyzing	57333
+analyst	57334
+analysis	57335
+analytical	57336
+analytics	57337
+andreas	57338
+android.com	57339
+androids	57340
+animate	57341
+animation	57342
+animator	57343
+animals	57344
+anesthesiologist	57345
+anesthesiology	57346
+allegacy	57347
+allegations	57348
+allegedly	57349
+allergic	57350
+allergies	57351
+allergist	57352
+allowance	57353
+allowable	57354
+allocated	57355
+alternative	57356
+alternating	57357
+alternately	57358
+alternates	57359
+alternators	57360
+alongside	57361
+alcoholic	57362
+alcoholism	57363
+accommodate	57364
+accountant	57365
+according	57366
+accordion	57367
+accessing	57368
+accessory	57369
+acceptable	57370
+acceptance	57371
+accelerate	57372
+accelerator	57373
+accused	57374
+accuser	57375
+accuses	57376
+accusation	57377
+accusatory	57378
+accustomed	57379
+accumulated	57380
+accumulating	57381
+accumulation	57382
+accurately	57383
+accreditation	57384
+accredited	57385
+activate	57386
+activator	57387
+activist	57388
+actively	57389
+actuators	57390
+achievement	57391
+achieved	57392
+achiever	57393
+academically	57394
+academics	57395
+acquired	57396
+adverse	57397
+adversary	57398
+adversity	57399
+adventure	57400
+adventurous	57401
+advised	57402
+advisement	57403
+advises	57404
+advisors	57405
+advisory	57406
+advancement	57407
+advanced	57408
+advances	57409
+advocated	57410
+advocates	57411
+addiction	57412
+addicting	57413
+addictive	57414
+additional	57415
+additions	57416
+additives	57417
+administrator	57418
+administered	57419
+administering	57420
+admirers	57421
+admittedly	57422
+adorable	57423
+adorably	57424
+adoptions	57425
+adolescents	57426
+adjuster	57427
+adjusted	57428
+adjustments	57429
+adapters	57430
+articular	57431
+artichoke	57432
+artichokie	57433
+articles	57434
+artistic	57435
+artistry	57436
+artists	57437
+artisans	57438
+artifacts	57439
+artificially	57440
+arterial	57441
+arteries	57442
+arrangement	57443
+arranged	57444
+arrived	57445
+arrives	57446
+arrivals	57447
+architects	57448
+archived	57449
+archivers	57450
+archives	57451
+archers	57452
+archery	57453
+aroused	57454
+arbitration	57455
+arbitrator	57456
+assessor	57457
+assessment	57458
+assessed	57459
+assessing	57460
+assembled	57461
+assembler	57462
+assemblies	57463
+assembling	57464
+assistant	57465
+assistance	57466
+assisting	57467
+assistive	57468
+assignments	57469
+assumed	57470
+assumes	57471
+assumptions	57472
+assured	57473
+assures	57474
+assassinate	57475
+assassination	57476
+associated	57477
+associates	57478
+association	57479
+associating	57480
+astronaut	57481
+astrological	57482
+astrology	57483
+aspirations	57484
+approve	57485
+approval	57486
+approving	57487
+approachable	57488
+approaching	57489
+approximate	57490
+appropriately	57491
+appreciate	57492
+apprehension	57493
+apprehensive	57494
+apprenticeship	57495
+appraiser	57496
+appraised	57497
+appraisals	57498
+appearance	57499
+appeared	57500
+appearing	57501
+appears	57502
+appealed	57503
+appealing	57504
+appeals	57505
+appetizer	57506
+appetizing	57507
+appetites	57508
+appendicitis	57509
+appendix	57510
+applicant	57511
+applicable	57512
+appliances	57513
+applied	57514
+applies	57515
+applesauce	57516
+apparent	57517
+apparel	57518
+apologize	57519
+apologizing	57520
+ambition	57521
+ambitious	57522
+ambulate	57523
+ambulatory	57524
+ambulances	57525
+american	57526
+america.com	57527
+americash	57528
+amendments	57529
+amplifier	57530
+amplified	57531
+amputated	57532
+automax	57533
+automobile	57534
+automotive	57535
+autocorrected	57536
+authentication	57537
+authenticator	57538
+audition	57539
+auditing	57540
+auditorium	57541
+auditors	57542
+auditory	57543
+audiologist	57544
+audiology	57545
+absorbing	57546
+absorbs	57547
+absolutely	57548
+abusers	57549
+attending	57550
+attends	57551
+attention	57552
+attentive	57553
+attachment	57554
+attached	57555
+attaching	57556
+attacking	57557
+attacks	57558
+attraction	57559
+attractive	57560
+attracting	57561
+attributed	57562
+attributes	57563
+airlines	57564
+airliner	57565
+airplanes	57566
+affiliated	57567
+affiliates	57568
+affirmations	57569
+affectionate	57570
+affections	57571
+aftershave	57572
+aftershock	57573
+afterwards	57574
+aggressive	57575
+aggression	57576
+awakenings	57577
+averaged	57578
+averages	57579
+availabilities	57580
+availability	57581
+aviators	57582
+transform	57583
+transfer	57584
+transfusion	57585
+transpire	57586
+transplant	57587
+translucent	57588
+transit	57589
+transient	57590
+transistor	57591
+transmit	57592
+transmission	57593
+transcript	57594
+transactions	57595
+transgender	57596
+transgressions	57597
+transvestites	57598
+tranquilizer	57599
+tranquility	57600
+trailblazers	57601
+trailers	57602
+trailside	57603
+trainee	57604
+trainer	57605
+trained	57606
+trainings	57607
+tracker	57608
+tracked	57609
+trackside	57610
+tractor's	57611
+tractors	57612
+traders	57613
+tradesmen	57614
+traditional	57615
+traditions	57616
+travelin	57617
+traveland	57618
+travelling	57619
+travelocity.com	57620
+travels	57621
+traverse	57622
+travertine	57623
+trampled	57624
+trampolines	57625
+trapper	57626
+trapped	57627
+traumatize	57628
+traumatizing	57629
+tricked	57630
+trickery	57631
+trickle	57632
+trickling	57633
+trickster	57634
+triceps	57635
+triplets	57636
+tripped	57637
+tripper	57638
+tripping	57639
+triangles	57640
+trimmer	57641
+trimmed	57642
+trimming	57643
+trimmier	57644
+tribulations	57645
+trifling	57646
+tristans	57647
+tristate	57648
+treater	57649
+treated	57650
+treatin	57651
+treaties	57652
+treatments	57653
+treasurer	57654
+treasured	57655
+treasures	57656
+treadmills	57657
+trendsetters	57658
+trencher	57659
+trenches	57660
+trespassers	57661
+trespasses	57662
+trustee	57663
+trusted	57664
+truckers	57665
+trucking	57666
+truckstop	57667
+trouble	57668
+troubling	57669
+troubadours	57670
+tropicals	57671
+terrifying	57672
+territory	57673
+terrible	57674
+terribly	57675
+terraced	57676
+terraces	57677
+terminology	57678
+termites	57679
+tenderizer	57680
+tenderness	57681
+tenderoni	57682
+tenders	57683
+tendencies	57684
+tendency	57685
+tentacles	57686
+tentatively	57687
+tenants	57688
+teleportation	57689
+teleporter	57690
+teleporting	57691
+telepathic	57692
+telepathy	57693
+telephone:	57694
+telephones	57695
+telecom	57696
+telecon	57697
+telescopes	57698
+telemarketers	57699
+televisions	57700
+teasers	57701
+teacher	57702
+teaches	57703
+teachings	57704
+temperament	57705
+temperance	57706
+temporary	57707
+testimony	57708
+testicle	57709
+testicular	57710
+testify	57711
+testified	57712
+testers	57713
+teenagers	57714
+technical	57715
+technician	57716
+techniques	57717
+technology	57718
+textiles	57719
+texting	57720
+tangerines	57721
+tankers	57722
+tannerite	57723
+tanners	57724
+tannery	57725
+tantrums	57726
+talkies	57727
+talking	57728
+talkers	57729
+tastefully	57730
+tasters	57731
+tastings	57732
+tackled	57733
+tackles	57734
+tactical	57735
+tactics	57736
+tailgaters	57737
+tamarind	57738
+tablespoons	57739
+tortured	57740
+tortures	57741
+touchdowns	57742
+touched	57743
+touches	57744
+touching	57745
+touchscreen	57746
+touchstone	57747
+tourist	57748
+tourism	57749
+tournaments	57750
+toothpick	57751
+toothpaste	57752
+toothbrushes	57753
+tootsies	57754
+tonsillectomy	57755
+tonsillitis	57756
+townhouses	57757
+toppers	57758
+tolerated	57759
+tolerates	57760
+toasters	57761
+there'd	57762
+there'll	57763
+there's	57764
+thereabouts	57765
+thereafter	57766
+thermos	57767
+thermometer	57768
+thermocouple	57769
+thermals	57770
+therapeutic	57771
+therapy	57772
+theoretical	57773
+theorem	57774
+theories	57775
+theorist	57776
+theatre	57777
+theatrical	57778
+theaters	57779
+throwbacks	57780
+throwed	57781
+thrower	57782
+throwing	57783
+threaten	57784
+threats	57785
+threaded	57786
+threading	57787
+threads	57788
+three-quarter	57789
+three-year	57790
+threesome	57791
+thrilled	57792
+thriller	57793
+thrusting	57794
+thinkers	57795
+thinking	57796
+thinners	57797
+thickens	57798
+thievery	57799
+thieves	57800
+thankfully	57801
+thankfulness	57802
+thanks.	57803
+thanksgiving	57804
+thoughtful	57805
+thoughtless	57806
+thoughts	57807
+thunderstorm	57808
+thunderstruck	57809
+timesheet	57810
+timeshare	57811
+timelines	57812
+tingles	57813
+tickets	57814
+ticketed	57815
+ticketing	57816
+ticketmaster.com	57817
+tickled	57818
+tickler	57819
+tickles	57820
+tickling	57821
+ticklish	57822
+tightened	57823
+tightening	57824
+tippers	57825
+turnovers	57826
+turners	57827
+turnips	57828
+turntables	57829
+tumblers	57830
+tutorials	57831
+twinkle	57832
+twinkling	57833
+twisters	57834
+tweeter	57835
+tweeted	57836
+tweakers	57837
+twenty-second	57838
+twenty-third	57839
+manipulated	57840
+manipulates	57841
+manipulating	57842
+manipulation	57843
+manipulative	57844
+manifestation	57845
+manifested	57846
+manifesting	57847
+manifesto	57848
+maniacal	57849
+maniacs	57850
+manicures	57851
+manager	57852
+manageable	57853
+managed	57854
+management	57855
+manages	57856
+manufacturer	57857
+manufactured	57858
+manufactures	57859
+mandate	57860
+mandatory	57861
+mannered	57862
+mannerisms	57863
+manners	57864
+mannequins	57865
+marinade	57866
+marinara	57867
+marinas	57868
+marinello	57869
+mariachis	57870
+marketable	57871
+marketing	57872
+marketplace	57873
+markets	57874
+markers	57875
+martini	57876
+martingale	57877
+martyrs	57878
+margarita	57879
+margarine	57880
+marginally	57881
+marriages	57882
+married	57883
+marries	57884
+marshals	57885
+marshmallows	57886
+marched	57887
+marches	57888
+marchetti's	57889
+master's	57890
+mastered	57891
+mastering	57892
+mastermind	57893
+masterpiece	57894
+masters	57895
+mastery	57896
+masturbated	57897
+masturbates	57898
+masturbating	57899
+masturbation	57900
+massage	57901
+massaging	57902
+massacres	57903
+mattered	57904
+matters	57905
+material:	57906
+materials	57907
+maternal	57908
+maternity	57909
+mathematically	57910
+magnets	57911
+magnesia	57912
+magnesium	57913
+magnify	57914
+magically	57915
+magicians	57916
+mailers	57917
+maintained	57918
+maintaining	57919
+maintains	57920
+mainstay	57921
+mainstream	57922
+machinery	57923
+machines	57924
+machinima	57925
+machining	57926
+machinist	57927
+macadamia	57928
+macado's	57929
+macadoodles	57930
+macaroons	57931
+maliciously	57932
+mammogram	57933
+mammography	57934
+mammals	57935
+makeovers	57936
+maximize	57937
+maximizing	57938
+motorcycle	57939
+motorboat	57940
+motorbike	57941
+motoring	57942
+motorist	57943
+motorized	57944
+motorhomes	57945
+motorola.com	57946
+motorsports	57947
+motherfucker	57948
+motherfuckin	57949
+motherland	57950
+motherless	57951
+motherload	57952
+motherly	57953
+mother-in-laws	57954
+motherboards	57955
+mothership	57956
+motivate	57957
+motivator	57958
+motives	57959
+monograms	57960
+monogamous	57961
+monogamy	57962
+monopolize	57963
+monopoly	57964
+monster.com	57965
+monsters	57966
+monstrosity	57967
+monstrous	57968
+mondays	57969
+mortality	57970
+morning's	57971
+morning.	57972
+mornings	57973
+modell's	57974
+modells	57975
+moderate	57976
+moderation	57977
+moderator	57978
+modernistic	57979
+modesty	57980
+modifications	57981
+modified	57982
+modifier	57983
+mountains	57984
+mountaineering	57985
+mountaintop	57986
+molestation	57987
+molesting	57988
+molecules	57989
+moonshiners	57990
+momentarily	57991
+momentary	57992
+movies.com	57993
+moviestarplanet	57994
+moisturize	57995
+moisturizing	57996
+missions	57997
+missiles	57998
+missing	57999
+misspelling	58000
+misspelled	58001
+misspells	58002
+mistaken	58003
+mistakes	58004
+mistreat	58005
+mistress	58006
+mistyped	58007
+misconception	58008
+misconstrue	58009
+misconduct	58010
+miscommunicated	58011
+miscommunication	58012
+miscarry	58013
+miserable	58014
+miserably	58015
+misfire	58016
+misfiring	58017
+misfits	58018
+misunderstanding	58019
+minister	58020
+minimalist	58021
+minimally	58022
+minimize	58023
+minimizing	58024
+minimums	58025
+mindedness	58026
+minerals	58027
+minutes.	58028
+mingles	58029
+millionaire	58030
+millions	58031
+millionth	58032
+milligrams	58033
+milliliters	58034
+millimeters	58035
+millennium	58036
+milestones	58037
+milkshakes	58038
+militant	58039
+military	58040
+microscope	58041
+microscopic	58042
+microsoft.com	58043
+microwaved	58044
+microwaves	58045
+midwifery	58046
+migrated	58047
+migrating	58048
+migration	58049
+miracles	58050
+miraculously	58051
+medical	58052
+medicaid	58053
+medicare.gov	58054
+medicine	58055
+medicinal	58056
+mediate	58057
+mediator	58058
+mediation	58059
+meditation	58060
+meditating	58061
+meditated	58062
+metaphorical	58063
+metaphors	58064
+methadone	58065
+methadonia	58066
+methamphetamines	58067
+methane	58068
+methanol	58069
+methodist	58070
+methodology	58071
+methods	58072
+metropcs	58073
+merchant	58074
+mercenaries	58075
+mercenary	58076
+mentorship	58077
+menders	58078
+meaningful	58079
+meaningless	58080
+meanings	58081
+measurement	58082
+measured	58083
+measures	58084
+memorial	58085
+memories	58086
+memorandum	58087
+membership	58088
+message:	58089
+messaged	58090
+messager	58091
+messages	58092
+messengers	58093
+melodramatic	58094
+megabucks	58095
+megabus.com	58096
+megabytes	58097
+megapixels	58098
+mechanically	58099
+musical	58100
+musicians	58101
+mustaches	58102
+musketeers	58103
+multiple	58104
+multiply	58105
+multiplayer	58106
+multitasking	58107
+multivitamins	58108
+murderers	58109
+mumbled	58110
+mumbles	58111
+mysterious	58112
+mysteries	58113
+mystical	58114
+Allegany	58115
+Allegiance	58116
+Allegiant	58117
+Allegra	58118
+Allegro	58119
+Allendale	58120
+Allender	58121
+Allenstown	58122
+Allison's	58123
+Allisons	58124
+Alberto	58125
+Alberts	58126
+Albert's	58127
+Alberta	58128
+Albertina	58129
+Albertville	58130
+Albanian	58131
+Alexander	58132
+Alexian	58133
+Alexis's	58134
+Alamosa	58135
+Altamonte	58136
+Algonac	58137
+Andrea's	58138
+Andreas	58139
+Andrew's	58140
+Andrews	58141
+Andresen	58142
+Androids	58143
+Androscoggin	58144
+Anderson's	58145
+Andersons	58146
+Andersonville	58147
+Antonio	58148
+Antonia	58149
+Angelica	58150
+Angelia	58151
+Angelique	58152
+Angela's	58153
+Angelas	58154
+Angelo's	58155
+Angelos	58156
+Annabelle	58157
+Annabella	58158
+Armando	58159
+Armands	58160
+Armenian	58161
+Armstrong's	58162
+Archies	58163
+Arcadian	58164
+Ariana's	58165
+Arianna's	58166
+Arabian	58167
+Arlene's	58168
+America	58169
+AmericInn	58170
+Americold	58171
+Americus	58172
+Ameristar	58173
+Ameritech	58174
+Ameritrade	58175
+Ashley's	58176
+Associated	58177
+Associates	58178
+Assistance	58179
+Assistant	58180
+Adventureland	58181
+Adventures	58182
+Advisors	58183
+Advisory	58184
+Addison's	58185
+Adriana's	58186
+Autobahn	58187
+Autobarn	58188
+Autobody	58189
+Autobots	58190
+Automobile	58191
+Automotive	58192
+Australian	58193
+Austrian	58194
+Applebee's	58195
+Applebees	58196
+Appleton	58197
+Appletree	58198
+Appleway	58199
+Applewood	58200
+Appalachian	58201
+Activision	58202
+Acadiana	58203
+Athena's	58204
+Atlanta's	58205
+Atlantic	58206
+Atlantis	58207
+Avengers	58208
+Africans	58209
+Parkers	58210
+Parker's	58211
+Parkinson's	58212
+Paradise	58213
+Paradiso	58214
+Paramore	58215
+Paramount	58216
+Parrish	58217
+Palmer's	58218
+Palmers	58219
+Palmerton	58220
+Palestinians	58221
+Palomar	58222
+Patties	58223
+Patterson's	58224
+Patrick	58225
+Patricia	58226
+Patrice	58227
+Patriots	58228
+Pantera's	58229
+Packerland	58230
+Packers	58231
+Package	58232
+Packaging	58233
+Pauline	58234
+Paulina	58235
+Pappasito's	58236
+Perrine	58237
+Perring	58238
+Perrier	58239
+Perrysburg	58240
+Permits	58241
+Peterson	58242
+Petersburg	58243
+Petersen	58244
+Peterbilt	58245
+Peterborough	58246
+Petrino's	58247
+Pearson's	58248
+Pearsons	58249
+Peppermill	58250
+Peppermint	58251
+Pellegrino's	58252
+Pediatrics	58253
+Porter's	58254
+Porterdale	58255
+Porterfield	58256
+Porters	58257
+Porterville	58258
+Portales	58259
+Portillo's	58260
+Portillos	58261
+Powersports	58262
+Pomeranians	58263
+Pointer	58264
+Provincetown	58265
+Proving	58266
+Provino's	58267
+Providence	58268
+Provident	58269
+Prosecuting	58270
+Prosecutor's	58271
+Protection	58272
+Protective	58273
+Professionals	58274
+Prometheus	58275
+Prometric	58276
+Proctorville	58277
+President's	58278
+Presidente	58279
+Presidential	58280
+Presidents	58281
+Prestons	58282
+Prestonwood	58283
+Pressler	58284
+Pressley	58285
+Premiere	58286
+Princeton	58287
+Princeville	58288
+Pickering	58289
+Pickers	58290
+Picasso's	58291
+Pittsburg	58292
+Pittsboro	58293
+Pittsfield	58294
+Pittsford	58295
+Pittston	58296
+Pittstown	58297
+Plantsville	58298
+Platten	58299
+Platteville	58300
+Plattsburgh	58301
+Plattsmouth	58302
+Plaines	58303
+Plainsboro	58304
+Plainview	58305
+Plainville	58306
+Placerville	58307
+Philippi	58308
+Philippe	58309
+Philipsburg	58310
+Phillip	58311
+Phillies	58312
+Philly's	58313
+Phoenician	58314
+Phoenixville	58315
+Pharmasave	58316
+finalist	58317
+financial	58318
+financing	58319
+financed	58320
+finances	58321
+finisher	58322
+finished	58323
+finishes	58324
+fireplaces	58325
+firework	58326
+firewood	58327
+firewall	58328
+firewater	58329
+firefighter	58330
+firefighting	58331
+fireman's	58332
+firemen's	58333
+fireballs	58334
+fillers	58335
+fillets	58336
+fisheries	58337
+fishers	58338
+fishery	58339
+fishbones	58340
+figurines	58341
+fixings	58342
+fibroids	58343
+fibromialgia	58344
+fibromyalgia	58345
+fiddlers	58346
+fidelity.com	58347
+fitters	58348
+foresters	58349
+forestry	58350
+forests	58351
+foreseeable	58352
+foreclose	58353
+foreclosure	58354
+forecasted	58355
+forecasting	58356
+foreigners	58357
+formaldehyde	58358
+formally	58359
+formals	58360
+formats	58361
+formatting	58362
+formulate	58363
+formulating	58364
+formerly	58365
+forgetful	58366
+forgets	58367
+forgive	58368
+forgivable	58369
+forgiving	58370
+fortunately	58371
+fortunes	58372
+forcefully	58373
+footsteps	58374
+footstool	58375
+footballs	58376
+footers	58377
+footings	58378
+footlocker.com	58379
+foolishly	58380
+foolishness	58381
+fooling	58382
+follower	58383
+followed	58384
+following:	58385
+follows:	58386
+folders	58387
+founder	58388
+founded	58389
+foundations	58390
+fountains	58391
+fourths	58392
+fondled	58393
+facetiming	58394
+facetious	58395
+factories	58396
+factoring	58397
+factorization	58398
+facilitate	58399
+facilitating	58400
+facilitator	58401
+fairings	58402
+farmersonly.com	58403
+fastening	58404
+fascination	58405
+fascinating	58406
+fascinated	58407
+fashionable	58408
+fashionably	58409
+father's	58410
+fatherhood	58411
+fatherly	58412
+fathers	58413
+fattening	58414
+fantasies	58415
+fantastically	58416
+fabrication	58417
+fabricating	58418
+fabricated	58419
+fabricators	58420
+favorite	58421
+favoritism	58422
+favoritos	58423
+familia	58424
+families	58425
+family's	58426
+familys	58427
+flattered	58428
+flattering	58429
+flattery	58430
+flattened	58431
+flasher	58432
+flashed	58433
+flashes	58434
+flashbacks	58435
+flashlights	58436
+flamingo	58437
+flagged	58438
+flagger	58439
+flappers	58440
+floorboards	58441
+flowers	58442
+flowered	58443
+flowering	58444
+floaters	58445
+flopped	58446
+flopper	58447
+florists	58448
+flipper	58449
+flipped	58450
+flipping	58451
+flickered	58452
+flickering	58453
+flushed	58454
+flushes	58455
+fluently	58456
+flexibility	58457
+flexible	58458
+flexing	58459
+freezer	58460
+freezes	58461
+freezing	58462
+freedompop	58463
+freedoms	58464
+freeloaders	58465
+freestanding	58466
+freestone	58467
+freestyle	58468
+freshen	58469
+fresher	58470
+freshest	58471
+freshman	58472
+freshmen	58473
+frescos	58474
+freaking	58475
+frankie	58476
+frankincense	58477
+franchises	58478
+fractional	58479
+fractions	58480
+fractured	58481
+fractures	58482
+framers	58483
+fraternal	58484
+fraternity	58485
+friendly	58486
+friendship	58487
+frightened	58488
+frightening	58489
+frightens	58490
+fritters	58491
+frontier.com	58492
+frontiers	58493
+frustrations	58494
+feelings	58495
+fellowship	58496
+featured	58497
+features	58498
+fertilize	58499
+fertilization	58500
+fertilizing	58501
+federally	58502
+festivals	58503
+fundraisers	58504
+funniest	58505
+fuckers	58506
+fuckery	58507
+fucking	58508
+furnishing	58509
+furnished	58510
+furnitures	58511
+Rosenbaum	58512
+Rosenberg	58513
+Rosemary's	58514
+Rosemont	58515
+Rosemount	58516
+Roseland	58517
+Roselawn	58518
+Rosella	58519
+Roselle	58520
+Rosalia	58521
+Rosalie	58522
+Rosalind	58523
+Rosario	58524
+Rosarito	58525
+Rockaways	58526
+Rockets	58527
+Rockettes	58528
+Rockledge	58529
+Rockler	58530
+Rockingham	58531
+Roberts	58532
+Roberta	58533
+Roberto	58534
+Robert's	58535
+Robinson	58536
+Robbie's	58537
+Robbies	58538
+Robbinsdale	58539
+Robbinsville	58540
+Romano's	58541
+Romanoff	58542
+Romanos	58543
+Romanian	58544
+Rollingwood	58545
+Rolando's	58546
+Reservations	58547
+Reserves	58548
+Register	58549
+Regina's	58550
+Reginald	58551
+Realtors	58552
+Revere's	58553
+Reverend	58554
+Revelations	58555
+Revolutionary	58556
+Reminder	58557
+Remington's	58558
+Recorder's	58559
+Rebecca's	58560
+Reynoldsburg	58561
+Randalls	58562
+Randall's	58563
+Randazzo's	58564
+Randolph	58565
+Rancher	58566
+Ranches	58567
+Ranchos	58568
+Ramsey's	58569
+Ramona's	58570
+Ramblers	58571
+Raymond's	58572
+Raymonds	58573
+Raymondville	58574
+Raptors	58575
+Ravenswood	58576
+Richardson	58577
+Ricardo's	58578
+Riverwalk	58579
+Riverway	58580
+Riverwoods	58581
+Ridgeland	58582
+Ridgeline	58583
+Ridgely	58584
+Ridgeview	58585
+Ridgeville	58586
+Ridgeway	58587
+Ridgewood	58588
+Russell	58589
+Russians	58590
+Rustica	58591
+Runners	58592
+Rhodesian	58593
+Delicias	58594
+Delaney's	58595
+Delmonico's	58596
+Deanna's	58597
+Denise's	58598
+Destiny's	58599
+Devonshire	58600
+Debbie's	58601
+Debbies	58602
+Daniels	58603
+Daniel's	58604
+Daniela	58605
+Darrell	58606
+Darren's	58607
+Darrens	58608
+Davidson	58609
+Donalds	58610
+Donatello	58611
+Donatelli's	58612
+Donnelley	58613
+Donnelly	58614
+Dorsett	58615
+Dominica	58616
+Dominick	58617
+Dominic's	58618
+Dominique's	58619
+Downers	58620
+Downtowner	58621
+Douglassville	58622
+Dickeys	58623
+Dickies	58624
+Direction's	58625
+Directions	58626
+Directors	58627
+Directory	58628
+Dillard's	58629
+Dillards	58630
+Durangos	58631
+Dragon's	58632
+DragonVale	58633
+Dragonborn	58634
+Dragonforce	58635
+Dragons	58636
+Drivers	58637
+homeschooled	58638
+homeschooling	58639
+homestead	58640
+homestyle	58641
+homeboy	58642
+homebody	58643
+homeboi	58644
+homebound	58645
+homegirls	58646
+homegroup	58647
+homegrown	58648
+homelessness	58649
+homeworks	58650
+homemakers	58651
+homeowners	58652
+homosexuality	58653
+homosexuals	58654
+horseman	58655
+horsemen	58656
+hornier	58657
+horniest	58658
+horrifying	58659
+horrible	58660
+horribly	58661
+hookers	58662
+holders	58663
+holdings	58664
+housework	58665
+housekeeper	58666
+housekeeping	58667
+house.com	58668
+houseboat	58669
+housebroken	58670
+households	58671
+housemates	58672
+houses.com	58673
+honeysuckle	58674
+hostesses	58675
+hostile	58676
+hostility	58677
+hospitals	58678
+hoppers	58679
+hobbits	58680
+hoarders	58681
+handlebar	58682
+handler	58683
+handled	58684
+handles	58685
+hands-free	58686
+hands-on	58687
+handbag	58688
+handball	58689
+handbasket	58690
+handcuffed	58691
+handcuffs	58692
+handicapped	58693
+handouts	58694
+hangouts	58695
+hangovers	58696
+hangers	58697
+hardened	58698
+hardening	58699
+hardens	58700
+hardwood	58701
+hardworking	58702
+hardwired	58703
+hardships	58704
+harmonic	58705
+harmonies	58706
+harmonious	58707
+harborstone	58708
+harvesters	58709
+hairdryer	58710
+hairdos	58711
+hairstyle	58712
+haircuts	58713
+hallucinating	58714
+hallucinations	58715
+hammerheads	58716
+hamster.com	58717
+hamsters	58718
+hamstrings	58719
+happening	58720
+happier	58721
+happiest	58722
+hahahahaha	58723
+hackers	58724
+haulers	58725
+hazelnuts	58726
+headlight	58727
+headlamp	58728
+headland	58729
+headstart	58730
+headstone	58731
+headstrong	58732
+headsets	58733
+headshots	58734
+headbands	58735
+headboards	58736
+heading	58737
+headers	58738
+headphones	58739
+heartbeat	58740
+heartburn	58741
+heartwarming	58742
+hearthfire	58743
+hearthstone	58744
+heartedly	58745
+heartland	58746
+heartless	58747
+heartstrings	58748
+hearings	58749
+healthcare.gov	58750
+healthier	58751
+healthiest	58752
+heavier	58753
+heaviest	58754
+heaviness	58755
+heaving	58756
+heavenly	58757
+heavens	58758
+heather	58759
+heathens	58760
+heaters	58761
+heroine	58762
+helpers	58763
+helpings	58764
+hemorrhage	58765
+hemorrhaging	58766
+hemorrhoids	58767
+hesitated	58768
+hesitating	58769
+hesitation	58770
+highlighter	58771
+highlighted	58772
+hitchhiker	58773
+hippies	58774
+historical	58775
+humidifier	58776
+humidity	58777
+humiliate	58778
+humbled	58779
+hummingbirds	58780
+hunters	58781
+hurricanes	58782
+hurried	58783
+hurries	58784
+hustler	58785
+hustled	58786
+hustling	58787
+huggers	58788
+hypocrisy	58789
+hypothetically	58790
+hyperbaric	58791
+hyperbole	58792
+hyperventilate	58793
+hyperventilating	58794
+hypnotized	58795
+hydroponics	58796
+hydrated	58797
+hydrating	58798
+hydration	58799
+hydrangeas	58800
+Transport	58801
+Transformer	58802
+Transfer	58803
+Transit	58804
+Transilvania	58805
+Traveling	58806
+Traverse	58807
+Trailways	58808
+Trafficway	58809
+Tristan	58810
+Tristar	58811
+Trisha's	58812
+Tricia's	58813
+Tricias	58814
+Trinity's	58815
+Trustees	58816
+Trumann	58817
+Treasurer	58818
+Trevor's	58819
+Trevors	58820
+Troopers	58821
+Tropical	58822
+Tropicana	58823
+Tamarac	58824
+Torresdale	58825
+Terrier	58826
+Terribles	58827
+Terrance	58828
+Terranea	58829
+Terrell	58830
+Teresa's	58831
+Tennessee	58832
+Tennessean	58833
+Tenney's	58834
+Technique	58835
+Technologies	58836
+Technology	58837
+Templeton	58838
+Timberline	58839
+Timberview	58840
+Timberville	58841
+Timberwolves	58842
+Timberwood	58843
+Thornberry	58844
+Thornburg	58845
+Thorndale	58846
+Thorndike	58847
+Thorntons	58848
+Theresa	58849
+Therese	58850
+Thermopolis	58851
+Theaters	58852
+Theatres	58853
+Thursday's	58854
+Thursdays	58855
+Thunderbirds	58856
+Thunderbolt	58857
+Thunderbowl	58858
+Thanksgiving	58859
+Turners	58860
+Turner's	58861
+Tuscany	58862
+Tuscarawas	58863
+Tuscarora	58864
+Twinkies	58865
+Landon's	58866
+Landons	58867
+Landenberg	58868
+Landers	58869
+Landstar	58870
+Landstown	58871
+Landisville	58872
+Landry's	58873
+Lancers	58874
+Latinas	58875
+Latinos	58876
+Lauren's	58877
+Laurence	58878
+Laurens	58879
+Laurent	58880
+Laurelhurst	58881
+Laurelton	58882
+Laurelwood	58883
+Laurier	58884
+Lambert's	58885
+Lamberts	58886
+Lambertville	58887
+Laboratories	58888
+Laboratory	58889
+LaRosa's	58890
+Leandra	58891
+Leandro	58892
+Leadership	58893
+Lennon's	58894
+Leonardo	58895
+Leonard's	58896
+Leonardi's	58897
+Leonards	58898
+Leonardtown	58899
+Levittown	58900
+Letterman's	58901
+Lewisberry	58902
+Lewisburg	58903
+Lewiston	58904
+Lewistown	58905
+Longmont	58906
+Longmore	58907
+Longhorns	58908
+Lorena's	58909
+Lorenzo's	58910
+Loretta's	58911
+Louise's	58912
+Lovelace	58913
+Lovelady	58914
+Loveland	58915
+Lindenhurst	58916
+Lindero	58917
+Lindsay's	58918
+Lindsays	58919
+Lindsey's	58920
+Lincolnway	58921
+Lincolnwood	58922
+Lillian's	58923
+Liliana	58924
+Liberals	58925
+Libertyville	58926
+Listerhill	58927
+Listerine	58928
+Livingston's	58929
+Luciano	58930
+Luciana	58931
+Lumberjacks	58932
+Lumberton	58933
+Lumineers	58934
+Luminess	58935
+Harrison	58936
+Harrisburg	58937
+Harrisville	58938
+Harrington	58939
+Hardee's	58940
+Hardees	58941
+Hardeeville	58942
+Harding	58943
+Harbors	58944
+Harborcreek	58945
+Harborview	58946
+Harbinger	58947
+Harleys	58948
+Harvey's	58949
+Harveys	58950
+Harvester	58951
+Harper's	58952
+Harpers	58953
+Hannah's	58954
+Hannahs	58955
+Hannafords	58956
+Hansen's	58957
+Hangouts	58958
+Hallows	58959
+Hammonds	58960
+Hattiesburg	58961
+Havertown	58962
+Havertys	58963
+Hawkinson	58964
+Hawkinsville	58965
+Hackettstown	58966
+Hollingsworth	58967
+Hollins	58968
+Hollidaysburg	58969
+Hollies	58970
+Hollandale	58971
+Hollander	58972
+Hollands	58973
+Holden's	58974
+Holdenville	58975
+Holidays	58976
+Hornets	58977
+Horseshoe	58978
+Horrors	58979
+Homestead	58980
+Homestuck	58981
+Honeycrisp	58982
+Honeycutt	58983
+Herrington	58984
+Hershey's	58985
+Hersheys	58986
+Heartbreakers	58987
+Heartlake	58988
+Heartland	58989
+Heather's	58990
+Heatherdowns	58991
+Heatherwood	58992
+Hendricks	58993
+Hennessey	58994
+Hennessy	58995
+Heinekens	58996
+Hillsborough	58997
+Hillary's	58998
+Hillarys	58999
+Hilliards	59000
+Highlander	59001
+Highlands	59002
+Highwoods	59003
+Higginsville	59004
+Huntersville	59005
+Huntington	59006
+Huntingtown	59007
+Humphreys	59008
+Hubbards	59009
+Hutchinson	59010
+experiment	59011
+expertec	59012
+expertise	59013
+experts	59014
+expected	59015
+expecting	59016
+expectorant	59017
+expects	59018
+expedite	59019
+expenditure	59020
+expendable	59021
+expense	59022
+expensive	59023
+explore	59024
+explora	59025
+exploring	59026
+explode	59027
+exploding	59028
+explosion	59029
+explosive	59030
+exploited	59031
+explained	59032
+explaining	59033
+explains	59034
+explanation	59035
+explanatory	59036
+exposed	59037
+exposes	59038
+exposing	59039
+exposition	59040
+exponentially	59041
+expressions	59042
+expanded	59043
+expander	59044
+expired	59045
+expires	59046
+exceedingly	59047
+exceptional	59048
+exceptions	59049
+excelling	59050
+excessively	59051
+excited	59052
+excitement	59053
+exciter	59054
+excites	59055
+exclude	59056
+excluding	59057
+exclusive	59058
+exclusion	59059
+excused	59060
+excuses	59061
+extending	59062
+extends	59063
+extension	59064
+extensive	59065
+exterminator	59066
+exterminate	59067
+external	59068
+externship	59069
+exteriors	59070
+extract	59071
+extracurricular	59072
+extraordinaire	59073
+extravagant	59074
+extravaganza	59075
+extremely	59076
+extremes	59077
+extremist	59078
+extinguishers	59079
+execution	59080
+executive	59081
+executing	59082
+executed	59083
+exercised	59084
+exercises	59085
+exerting	59086
+exertion	59087
+exemptions	59088
+examiner	59089
+examined	59090
+exhibition	59091
+exhibiting	59092
+exhausting	59093
+exhaustion	59094
+existence	59095
+existent	59096
+entertaining	59097
+enterprises	59098
+entrepreneurs	59099
+entrepreneurial	59100
+entrees	59101
+entrances	59102
+entitlement	59103
+entitled	59104
+enthusiastic	59105
+endorsement	59106
+endorsed	59107
+endocrinologist	59108
+endocrinology	59109
+endearing	59110
+endearment	59111
+endeavors	59112
+encourage	59113
+encouraging	59114
+encountered	59115
+encounters	59116
+enchantments	59117
+enclosed	59118
+enclosures	59119
+engrave	59120
+engraving	59121
+engagements	59122
+environmental	59123
+environments	59124
+energized	59125
+energizer	59126
+electro	59127
+election	59128
+elective	59129
+electing	59130
+electoral	59131
+electorial	59132
+elevation	59133
+elevating	59134
+elevated	59135
+elevators	59136
+elemental	59137
+elementary	59138
+ellipse	59139
+ellipsis	59140
+employer's	59141
+employers	59142
+employees	59143
+emphasize	59144
+emphasizing	59145
+emptied	59146
+empties	59147
+embarrassing	59148
+embarrassment	59149
+embroidered	59150
+embroidery	59151
+embraced	59152
+emergent	59153
+emotionally	59154
+everything	59155
+everytime	59156
+everybody's	59157
+everybodys	59158
+everyone's	59159
+everyones	59160
+everyday's	59161
+eventually	59162
+evening's	59163
+evenings	59164
+evaluation	59165
+evaluating	59166
+evaluated	59167
+evangelism	59168
+evangelist	59169
+evolved	59170
+establishments	59171
+escalated	59172
+escalates	59173
+escalating	59174
+escalation	59175
+escalators	59176
+escaped	59177
+escapes	59178
+escapades	59179
+essential	59180
+eastern	59181
+educational	59182
+erasers	59183
+economy	59184
+Grandma's	59185
+Grandmaster	59186
+Grandpa's	59187
+Grandparents	59188
+Grandview	59189
+Grandville	59190
+Grandy's	59191
+Grantsburg	59192
+Grantsville	59193
+Grangers	59194
+Gracie's	59195
+Graciela	59196
+Gracies	59197
+Grammys	59198
+Graysons	59199
+Greenbaum	59200
+Greenbush	59201
+Greenline	59202
+Greenwell	59203
+Greenwood	59204
+Greene's	59205
+Greeneville	59206
+Greenpeace	59207
+Greenhill	59208
+Greenhurst	59209
+Greentown	59210
+Greentree	59211
+Greenview	59212
+Greenville	59213
+Gregorian	59214
+Gregorio	59215
+Gregory's	59216
+Greater	59217
+Greatest	59218
+Griffin	59219
+Griffith	59220
+Griswolds	59221
+Groupons	59222
+Grossman	59223
+Grossmont	59224
+Garretts	59225
+Garrett's	59226
+Garrison	59227
+Garnerville	59228
+Garnett	59229
+Gallagher's	59230
+Gallery	59231
+Gabriella's	59232
+Gabrielle's	59233
+Gamecocks	59234
+Gatorades	59235
+Goldfinch	59236
+Goldfinger	59237
+Goodwill	59238
+Goodwin	59239
+Gordons	59240
+Gordon's	59241
+Gonzales	59242
+Gonzalez	59243
+General's	59244
+Generals	59245
+Generations	59246
+Genesee	59247
+Geneseo	59248
+Gentile	59249
+Gentilly	59250
+Germanna	59251
+Georgia	59252
+Georgie	59253
+Georgina	59254
+George's	59255
+Georges	59256
+Georgetown	59257
+Gilliam	59258
+Gillian	59259
+Gilligan's	59260
+Gillette	59261
+Guardians	59262
+Gustav's	59263
+Gustavo	59264
+Glenda's	59265
+Glendale	59266
+grandma	59267
+grandmother	59268
+granddad	59269
+granddaughter	59270
+grandparent	59271
+grandpa's	59272
+grandpas	59273
+grandfather's	59274
+grandfathered	59275
+grandfathers	59276
+grandson	59277
+grandstand	59278
+grandbabies	59279
+grandbaby	59280
+grandchildren	59281
+grandes	59282
+granny's	59283
+grannys	59284
+graduate	59285
+gradually	59286
+graders	59287
+gratefully	59288
+gratefulness	59289
+gratification	59290
+gratifying	59291
+grating	59292
+graphic	59293
+graphing	59294
+graphite	59295
+grapefruits	59296
+gravelly	59297
+gravely	59298
+graveside	59299
+graveyards	59300
+gravitate	59301
+gravitational	59302
+grasshoppers	59303
+grasslands	59304
+gracefully	59305
+graciously	59306
+grammatically	59307
+grabbed	59308
+grabber	59309
+grabbing	59310
+groupie	59311
+grouping	59312
+grouped	59313
+grouper	59314
+groupon.com	59315
+growler	59316
+growled	59317
+growers	59318
+groomer	59319
+groomed	59320
+groomsmen	59321
+groover	59322
+grooves	59323
+grossest	59324
+greenback	59325
+greenbelt	59326
+greenbrook	59327
+greenhouse	59328
+greenhaven	59329
+greenery	59330
+greenies	59331
+greenish	59332
+greensky	59333
+greeter	59334
+greeted	59335
+greetings	59336
+greater	59337
+greatest	59338
+greased	59339
+greaser	59340
+grinder	59341
+grinded	59342
+grindstone	59343
+grievances	59344
+grumpys	59345
+garnishments	59346
+garners	59347
+galleries	59348
+gallery	59349
+gallons	59350
+gallstones	59351
+gamestop.com	59352
+gamblers	59353
+gastroenterologist	59354
+gastroenterology	59355
+gastrologist	59356
+gastrology	59357
+gangster	59358
+gangsta	59359
+goodbyes	59360
+goodnights	59361
+golfers	59362
+general	59363
+generous	59364
+generosity	59365
+genetically	59366
+genetics	59367
+gentleness	59368
+geographically	59369
+gunnery	59370
+guidelines	59371
+guardian	59372
+guarding	59373
+guaranteed	59374
+guaranteeing	59375
+guarantees	59376
+gladiators	59377
+glanced	59378
+glorified	59379
+glorify	59380
+glitched	59381
+glitches	59382
+gliders	59383
+gluten-free	59384
+girlies	59385
+giggled	59386
+giggles	59387
+gymnastics	59388
+interchange	59389
+intercity	59390
+interns	59391
+internet	59392
+interview	59393
+interval	59394
+interrupt	59395
+interracial	59396
+interpret	59397
+interpersonal	59398
+interacted	59399
+interesting	59400
+interested	59401
+interests	59402
+intermediate	59403
+intermodal	59404
+intersect	59405
+interlock	59406
+interlink	59407
+interlude	59408
+interior	59409
+interim	59410
+intergalactic	59411
+intergroup	59412
+intention	59413
+intently	59414
+intense	59415
+intended	59416
+intending	59417
+intends	59418
+integrity	59419
+intellect	59420
+intestines	59421
+introduce	59422
+introducing	59423
+introverted	59424
+intrigue	59425
+intriguing	59426
+intrude	59427
+intruding	59428
+intrusion	59429
+intrusive	59430
+intoxicated	59431
+intolerance	59432
+intolerant	59433
+intimidated	59434
+intimidating	59435
+intimidation	59436
+intimately	59437
+install	59438
+instant	59439
+instance	59440
+institution	59441
+institute	59442
+instigate	59443
+instigating	59444
+instigator	59445
+instinctively	59446
+instincts	59447
+instilled	59448
+instructor	59449
+instructed	59450
+instruments	59451
+insulate	59452
+insulator	59453
+insulted	59454
+insulting	59455
+insults	59456
+insurer	59457
+insured	59458
+insurances	59459
+insider	59460
+insides	59461
+insightful	59462
+insights	59463
+insignia	59464
+insignificant	59465
+insisted	59466
+insistent	59467
+insinuate	59468
+insinuating	59469
+insecticide	59470
+insects	59471
+insecure	59472
+inserted	59473
+inserts	59474
+inspection	59475
+inspecting	59476
+inspectors	59477
+inspirational	59478
+inspirations	59479
+inspired	59480
+inspires	59481
+insanely	59482
+inconspicuous	59483
+inconvenient	59484
+inconceivable	59485
+inconclusive	59486
+incontinence	59487
+incontinent	59488
+incompatible	59489
+incomplete	59490
+incomprehensible	59491
+incomes	59492
+incorporate	59493
+incorrect	59494
+incorrigible	59495
+incidental	59496
+incidently	59497
+incidents	59498
+incidences	59499
+increase	59500
+increasing	59501
+incredible	59502
+incredibly	59503
+incremental	59504
+increments	59505
+include	59506
+including	59507
+inclusion	59508
+inclusive	59509
+inclined	59510
+incarcerated	59511
+incarceration	59512
+incentives	59513
+incessantly	59514
+inflatable	59515
+inflate	59516
+inflation	59517
+inflamed	59518
+influential	59519
+influenza	59520
+inferred	59521
+inferring	59522
+infecting	59523
+informal	59524
+informant	59525
+infinitely	59526
+infused	59527
+infusions	59528
+infuriated	59529
+infuriates	59530
+indicted	59531
+indictment	59532
+individuality	59533
+individually	59534
+individuals	59535
+indigenous	59536
+indigestion	59537
+indecisive	59538
+indecision	59539
+independently	59540
+induced	59541
+inducer	59542
+inducted	59543
+induction	59544
+indulgence	59545
+industrial	59546
+industries	59547
+investing	59548
+investments	59549
+investors	59550
+invention	59551
+inventing	59552
+inventive	59553
+inventories	59554
+inventory	59555
+inverse	59556
+inversion	59557
+involve	59558
+involving	59559
+invoiced	59560
+invoices	59561
+invited	59562
+invites	59563
+invitations	59564
+invaded	59565
+invaders	59566
+injections	59567
+injured	59568
+injuries	59569
+injuring	59570
+innocently	59571
+innovations	59572
+ingredients	59573
+inhalers	59574
+initiative	59575
+initiating	59576
+initiation	59577
+initiated	59578
+initiates	59579
+improve	59580
+improperly	59581
+impregnated	59582
+imprinted	59583
+imprints	59584
+impersonal	59585
+imperfection	59586
+imperialism	59587
+important	59588
+importance	59589
+importer	59590
+imported	59591
+impossibility	59592
+imposed	59593
+imposing	59594
+imposition	59595
+implications	59596
+implied	59597
+implies	59598
+impatiently	59599
+immediately	59600
+immersed	59601
+immigrants	59602
+immortality	59603
+immunizations	59604
+imaginable	59605
+imaginary	59606
+imagined	59607
+imagines	59608
+identification	59609
+identifying	59610
+irritate	59611
+irritability	59612
+irritable	59613
+irresponsibility	59614
+irresponsible	59615
+illustrate	59616
+illustration	59617
+illustrator	59618
+illusions	59619
+illuminating	59620
+illumination	59621
+landscape	59622
+landscaping	59623
+landlord's	59624
+landlords	59625
+latter's	59626
+laundry	59627
+laundromat	59628
+laundered	59629
+laundering	59630
+launcher	59631
+launched	59632
+launches	59633
+laurels	59634
+lactate	59635
+ladybugs	59636
+lingerie	59637
+lingering	59638
+lifesavers	59639
+lifestyles	59640
+lifters	59641
+lightened	59642
+lightening	59643
+lightens	59644
+lighters	59645
+lightbulbs	59646
+lightsabers	59647
+literal	59648
+literacy	59649
+literary	59650
+littlest	59651
+liberal	59652
+libertarian	59653
+liberties	59654
+liberty	59655
+librarians	59656
+lickers	59657
+license	59658
+licensing	59659
+licensure	59660
+listenin	59661
+listens	59662
+liquidated	59663
+lookers	59664
+looking	59665
+location	59666
+locating	59667
+located	59668
+locates	59669
+locators	59670
+lockers	59671
+longboarding	59672
+longboards	59673
+longshoreman	59674
+longshot	59675
+loneliest	59676
+loneliness	59677
+logistical	59678
+logisticare	59679
+logically	59680
+loggerhead	59681
+loggers	59682
+lovelies	59683
+loveliness	59684
+loaders	59685
+lobbying	59686
+lobbyist	59687
+learner	59688
+learned	59689
+leadership	59690
+legislation	59691
+legislative	59692
+legitimately	59693
+lessons	59694
+leveled	59695
+leveler	59696
+luncheonette	59697
+luminaries	59698
+luminary	59699
+luckier	59700
+luckiest	59701
+lubricated	59702
+wallets	59703
+walkers	59704
+walking	59705
+waterfalls	59706
+waterford	59707
+waterfowl	59708
+waterproofing	59709
+waterbeds	59710
+watermelons	59711
+waterways	59712
+watchers	59713
+warmers	59714
+warehouses	59715
+washer/dryer	59716
+washers	59717
+wasters	59718
+waiters	59719
+windshields	59720
+winderfarms	59721
+windowsill	59722
+winterize	59723
+winterization	59724
+winterizing	59725
+wingers	59726
+winnings	59727
+withdrawal	59728
+withdrawing	59729
+withdrawn	59730
+withdraws	59731
+withholding	59732
+willingly	59733
+willingness	59734
+willows	59735
+wilderness	59736
+wildflowers	59737
+wiggled	59738
+wiggles	59739
+welders	59740
+welcomed	59741
+welcomes	59742
+weirded	59743
+weirder	59744
+weirdest	59745
+weirdos	59746
+weightless	59747
+weightlifting	59748
+westerns	59749
+worksheet	59750
+workshop	59751
+workstations	59752
+workaholics	59753
+worker's	59754
+workers	59755
+workmanship	59756
+workings	59757
+worshipped	59758
+worshipping	59759
+worried	59760
+worrier	59761
+worries	59762
+worrying	59763
+woodshed	59764
+woodshop	59765
+woodstove	59766
+woodstream	59767
+woodworkers	59768
+woodworking	59769
+woodpeckers	59770
+wonderfully	59771
+whitening	59772
+whitehall	59773
+whitehead	59774
+whitest	59775
+whitetails	59776
+whiteys	59777
+whisker	59778
+whiskey	59779
+whispered	59780
+whisperer	59781
+whistled	59782
+whistles	59783
+whippersnapper	59784
+whipped	59785
+whipping	59786
+wheeler	59787
+wheeled	59788
+wheelie	59789
+wheeling	59790
+wheelbarrow	59791
+wheelbase	59792
+wheelchairs	59793
+wholesale	59794
+wholesome	59795
+whatever's	59796
+whatevers	59797
+wreckers	59798
+wrestlers	59799
+writer's	59800
+writers	59801
+wrapper	59802
+wrapped	59803
+Wallingford	59804
+Wallington	59805
+Walker's	59806
+Walkersville	59807
+Warrensburg	59808
+Warrensville	59809
+Warriors	59810
+Waynesboro	59811
+Waynesburg	59812
+Williams	59813
+William's	59814
+Willingboro	59815
+Willingham	59816
+Willington	59817
+Willie's	59818
+Williston	59819
+Willowbrook	59820
+Willowdale	59821
+Willowick	59822
+Willows	59823
+Willamette	59824
+Willamina	59825
+Willards	59826
+Willeys	59827
+Wilderness	59828
+Wilkinson	59829
+Wilkinsburg	59830
+Wilkesboro	59831
+Windermere	59832
+Windsong	59833
+Windsor	59834
+Windows	59835
+Winston's	59836
+Winstons	59837
+Winstead	59838
+Winsted	59839
+Winterset	59840
+Wintersville	59841
+Wittenberg	59842
+Wickersham	59843
+Westmore	59844
+Westmont	59845
+Westmount	59846
+Westminister	59847
+Westminster	59848
+Westbank	59849
+Westbay	59850
+Westborough	59851
+Westerner	59852
+Westernport	59853
+Westfall	59854
+Westfarms	59855
+Westamerica	59856
+Westampton	59857
+Westchase	59858
+Westchester	59859
+Westinghouse	59860
+Westlake	59861
+Westland	59862
+Wellsboro	59863
+Wellsburg	59864
+Woodstock	59865
+Woodstone	59866
+Woodstown	59867
+Woodman	59868
+Woodmark	59869
+Woodmen	59870
+Woodmere	59871
+Woodbridge	59872
+Woodbrook	59873
+Woodburn	59874
+Woodbury	59875
+Woodcrafters	59876
+Woodhollow	59877
+Woodhouse	59878
+Woodland	59879
+Woodlake	59880
+Woodlawn	59881
+Woodworth	59882
+Woodward	59883
+Woodway	59884
+Woodfield	59885
+Woodfin	59886
+Woodford	59887
+Woodforest	59888
+Woodrow's	59889
+Whiteside	59890
+Whitesnake	59891
+Whitesville	59892
+Whitehead	59893
+Whitehurst	59894
+Whiteford	59895
+Whiteman	59896
+Whitemarsh	59897
+Whittakers	59898
+Whittier	59899
+Whittington	59900
+Whitney's	59901
+Whitneys	59902
+Whitlock	59903
+Whitlow	59904
+Wrightsboro	59905
+Wrightstown	59906
+Wrightsville	59907
+Franken	59908
+Frankel	59909
+Franklin's	59910
+Franklins	59911
+Franklinton	59912
+Franklinville	59913
+Frankfurt	59914
+Frankie's	59915
+Frankies	59916
+Frankstown	59917
+Francis	59918
+Francia	59919
+Francie	59920
+Francine	59921
+Frances	59922
+Franco's	59923
+Francois	59924
+Franconia	59925
+Francos	59926
+Freemansburg	59927
+Freebirds	59928
+Frederick	59929
+Frederica	59930
+Fredericton	59931
+Freddy's	59932
+Freddys	59933
+Freddies	59934
+Friendship	59935
+Friendsville	59936
+Friendswood	59937
+Friendly's	59938
+Friendlys	59939
+Friedman's	59940
+Friedmans	59941
+Friday's	59942
+Fridays	59943
+Frisco's	59944
+Friscos	59945
+Farmersville	59946
+Fairlawn	59947
+Fairburn	59948
+Fairbury	59949
+Fairplay	59950
+Fairplex	59951
+Falconer	59952
+Fantasyland	59953
+Fanning	59954
+Fishersville	59955
+Filipinos	59956
+Fernandes	59957
+Fernandez	59958
+Fernando's	59959
+Ferrari	59960
+Ferraro	59961
+Ferrara	59962
+Ferguson's	59963
+Felicia	59964
+Felicity	59965
+Federalist	59966
+Federalsburg	59967
+Federated	59968
+Federation	59969
+Florida	59970
+Floridian	59971
+Florissant	59972
+Florist	59973
+Florentine	59974
+Florence	59975
+Floresville	59976
+Flagstaff	59977
+Flagstar	59978
+Kennedy	59979
+Kennedale	59980
+Kennebunk	59981
+Kennebec	59982
+Kennesaw	59983
+Kennestone	59984
+Kenneth	59985
+Kennett	59986
+Kendall's	59987
+Kendalls	59988
+Kendallville	59989
+Kendra's	59990
+Kendras	59991
+Kendricks	59992
+Kentucky's	59993
+Keller's	59994
+Keyshawn	59995
+Kingsborough	59996
+Kingsbridge	59997
+Kingstree	59998
+Kingsland	59999
+Kingsley	60000
+Kingsway	60001
+Kingswood	60002
+Killingly	60003
+Killingsworth	60004
+Killington	60005
+Killingworth	60006
+Killians	60007
+Killers	60008
+Kimberly	60009
+Kimberley	60010
+Kimberling	60011
+Kissing	60012
+Katherine's	60013
+Katelyn's	60014
+Karina's	60015
+Kaylee's	60016
+Kaylees	60017
+Kristin	60018
+Kristi's	60019
+Kristian	60020
+Kristie	60021
+Kristal	60022
+Kristen's	60023
+Khalifa's	60024
+Elliott's	60025
+Elizabethton	60026
+Elizabethtown	60027
+Electric	60028
+Electrify	60029
+Electrolux	60030
+Enrico's	60031
+Edgemont	60032
+Edgemoor	60033
+Edinburgh	60034
+Edmonds	60035
+Everett's	60036
+Everetts	60037
+Evangelical	60038
+Evangeline	60039
+Eastpointe	60040
+Emilio's	60041
+Escalade	60042
+Escalante	60043
+Essentials	60044
+Erickson's	60045
+Economic	60046
+Economist	60047
+European	60048
+overstep	60049
+overstay	60050
+overstock	60051
+oversee	60052
+overseas	60053
+oversize	60054
+oversight	60055
+oversleep	60056
+overslept	60057
+overspend	60058
+overspray	60059
+overdrive	60060
+overdoing	60061
+overdone	60062
+overlook	60063
+overload	60064
+overlap	60065
+overland	60066
+overlay	60067
+overthink	60068
+overthrow	60069
+overtime	60070
+overtired	60071
+overturn	60072
+overture	60073
+overcoat	60074
+overcook	60075
+overcharge	60076
+overcharging	60077
+overcame	60078
+overcast	60079
+overwhelming	60080
+overwhelmed	60081
+overwhelms	60082
+overworked	60083
+overworking	60084
+overheat	60085
+overhead	60086
+overheard	60087
+overhang	60088
+overhaul	60089
+overpaid	60090
+overpass	60091
+overpayment	60092
+overpowered	60093
+overpowering	60094
+overpriced	60095
+overprotective	60096
+overreacted	60097
+overreacting	60098
+overrides	60099
+overrule	60100
+overrun	60101
+overachiever	60102
+overactive	60103
+overalls	60104
+overnighted	60105
+overnighter	60106
+overboard	60107
+overbooked	60108
+overeating	60109
+outlawed	60110
+outlaws	60111
+outline	60112
+outlining	60113
+outsiders	60114
+outsourced	60115
+outrageously	60116
+outriggers	60117
+outdoors	60118
+outfitters	60119
+outcalls	60120
+outgrown	60121
+organic	60122
+original	60123
+orientated	60124
+orientation	60125
+orthodontics	60126
+orthopedics	60127
+optimum	60128
+optimus	60129
+optical	60130
+opticare	60131
+opticians	60132
+operation	60133
+operating	60134
+operative	60135
+operated	60136
+operates	60137
+operators	60138
+openers	60139
+opposing	60140
+opposed	60141
+opportunist	60142
+observed	60143
+observer	60144
+obsession	60145
+obsessing	60146
+obsessive	60147
+obligation	60148
+obligated	60149
+obligatory	60150
+obliged	60151
+offending	60152
+offends	60153
+offense	60154
+offensive	60155
+offerings	60156
+officers	60157
+officially	60158
+officials	60159
+officiate	60160
+officiating	60161
+occupation	60162
+occupied	60163
+occupies	60164
+occupying	60165
+occurring	60166
+ownership	60167
+Northwest	60168
+Northwood	60169
+Northway	60170
+Northborough	60171
+Northcutt	60172
+Northeast	60173
+Northern	60174
+Northface	60175
+Northfield	60176
+Northford	60177
+Northline	60178
+Northpark	60179
+Northshore	60180
+Northside	60181
+Northstar	60182
+Northvale	60183
+Northgate	60184
+Northglenn	60185
+Northridge	60186
+Northrop	60187
+Nortenos	60188
+Norman's	60189
+Normans	60190
+Newburgh	60191
+Newburyport	60192
+Newton's	60193
+Newtons	60194
+Newtonville	60195
+Nellies	60196
+Nationals	60197
+Nationstar	60198
+Natividad	60199
+Nativity	60200
+Natalie	60201
+Natalia	60202
+Navigation	60203
+Navigator	60204
+Nickelback	60205
+Nickelodeon	60206
+Nicolet	60207
+Nicole's	60208
+Nicolas	60209
+Nigerian	60210
+negligence	60211
+negligent	60212
+negotiation	60213
+negotiating	60214
+negotiated	60215
+negatively	60216
+negatives	60217
+neurology	60218
+neuroscience	60219
+neutralize	60220
+neutrons	60221
+needless	60222
+neighborhood:	60223
+neighborhoods	60224
+necklaces	60225
+necessarily	60226
+necessary	60227
+necessities	60228
+necessity	60229
+notice:	60230
+noticed	60231
+notices	60232
+notification	60233
+notifying	60234
+notarize	60235
+notaries	60236
+nothing's	60237
+nothingness	60238
+nothings	60239
+northeastern	60240
+normalcy	60241
+normally	60242
+novelties	60243
+novelty	60244
+nominate	60245
+nationally	60246
+nationals	60247
+natives	60248
+narcolepsy	60249
+narcoleptic	60250
+narcotics	60251
+narcissistic	60252
+narration	60253
+narrative	60254
+navigation	60255
+navigating	60256
+nastier	60257
+nastiest	60258
+nauseated	60259
+nauseating	60260
+nightcap	60261
+nightclub	60262
+nightcore	60263
+nighters	60264
+nightlife	60265
+nightly	60266
+nightmares	60267
+nightstand	60268
+nitrogen	60269
+nitroglycerin	60270
+number's	60271
+number:	60272
+numbered	60273
+numbering	60274
+numbers	60275
+numerical	60276
+nutritional	60277
+nutritionist	60278
+nurseries	60279
+nursery	60280
+Jackson's	60281
+Jacksons	60282
+Jacksonville	60283
+Jacqueline's	60284
+Janelle's	60285
+Janine's	60286
+Jameson's	60287
+Jamesons	60288
+Jamaicans	60289
+Jarrettsville	60290
+Johnson's	60291
+Johnsons	60292
+Johnsonville	60293
+Johnston	60294
+Johnstown	60295
+Johnsburg	60296
+Johnsbury	60297
+Johnnie's	60298
+Johnny's	60299
+Johannesburg	60300
+Josephine's	60301
+Jonathan's	60302
+Joanne's	60303
+Joannes	60304
+Joanna's	60305
+Jennifer's	60306
+Jennifers	60307
+Jeremiah's	60308
+Jessica's	60309
+Jessicas	60310
+Jessie's	60311
+Jefferson's	60312
+Jeffersons	60313
+Jeffersontown	60314
+Jeffersonville	60315
+Juliana	60316
+Julian's	60317
+Julianne	60318
+Juliet's	60319
+Juliette	60320
+Juanita's	60321
+undershirt	60322
+underscore	60323
+underside	60324
+undercar	60325
+undercut	60326
+undergo	60327
+undergarments	60328
+underarm	60329
+underachievers	60330
+underage	60331
+underline	60332
+underlayment	60333
+underlying	60334
+underestimate	60335
+underestimating	60336
+underdogs	60337
+undermine	60338
+undermining	60339
+undertaking	60340
+undertow	60341
+unintentional	60342
+unintended	60343
+uninterested	60344
+uninterrupted	60345
+uninstalled	60346
+uninstalling	60347
+universally	60348
+universities	60349
+university	60350
+unicorns	60351
+uncontested	60352
+unconscious	60353
+unconstitutional	60354
+unconditionally	60355
+unclean	60356
+unclear	60357
+unfolded	60358
+unfolding	60359
+unfolds	60360
+unfollowed	60361
+unforgettable	60362
+unfortunately	60363
+unfairly	60364
+unleashed	60365
+unplugged	60366
+unplugging	60367
+unrealistic	60368
+unexpectedly	60369
+unexplainable	60370
+unexplained	60371
+unwrapped	60372
+unwrapping	60373
+uppercase	60374
+uppercut	60375
+urinate	60376
+urinals	60377
+urinalysis	60378
+urgently	60379
+utilized	60380
+ultrasounds	60381
+ugliest	60382
+Oliver's	60383
+Olivers	60384
+Olivette	60385
+Olympian	60386
+Olympiad	60387
+Olympics	60388
+Operations	60389
+Optimum	60390
+Optimus	60391
+Oaklandon	60392
+Oakleys	60393
+Outlawz	60394
+Overton's	60395
+visitations	60396
+visitors	60397
+visible	60398
+visibly	60399
+victoria	60400
+victories	60401
+victorious	60402
+violated	60403
+violates	60404
+violation	60405
+violating	60406
+violently	60407
+videogame	60408
+videographer	60409
+videotape	60410
+videotaping	60411
+videos.com	60412
+vibrated	60413
+vibrates	60414
+vibration	60415
+vibrating	60416
+vibrators	60417
+villager	60418
+villages	60419
+villains	60420
+viewers	60421
+versation	60422
+versions	60423
+verbalize	60424
+verbally	60425
+verification	60426
+verified	60427
+verifying	60428
+verizon.com	60429
+verizon.net	60430
+vertically	60431
+ventilation	60432
+ventilator	60433
+ventured	60434
+ventures	60435
+ventrally	60436
+veterinarians	60437
+valeries	60438
+valentines	60439
+validate	60440
+valuables	60441
+valuations	60442
+vacationing	60443
+vacations	60444
+vacated	60445
+vacancies	60446
+vacancy	60447
+vaccinated	60448
+vaccinations	60449
+variables	60450
+variations	60451
+varieties	60452
+variety	60453
+volunteered	60454
+volunteering	60455
+volunteers	60456
+voluntarily	60457
+voluntary	60458
+voicemails	60459
+Intercare	60460
+Interceramic	60461
+Intercontinental	60462
+Intermed	60463
+Intermountain	60464
+Internet	60465
+Interlake	60466
+Interlochen	60467
+Intervale	60468
+Indiana	60469
+Indianola	60470
+Indians	60471
+Indiantown	60472
+Industry	60473
+Inspections	60474
+Investigation	60475
+Investments	60476
+Isabella's	60477
+Islanders	60478
+Illinoise	60479
+Italiano	60480
+Italians	60481
+Vincent	60482
+Vincennes	60483
+Vincenzo's	60484
+Victoria	60485
+Victorious	60486
+Visitors	60487
+Village	60488
+Villagio	60489
+Villard	60490
+Villarreal	60491
+Virginia	60492
+Virgina	60493
+Virgil's	60494
+Valentin	60495
+Valerie	60496
+Valeria	60497
+Valeros	60498
+Valleydale	60499
+Valleywood	60500
+Vandercook	60501
+Vernon's	60502
+Vernonia	60503
+Vernors	60504
+Veronica's	60505
+Veronicas	60506
+Verona's	60507
+Venezuelan	60508
+Ventura's	60509
+kinders	60510
+killers	60511
+killings	60512
+kiddies	60513
+kidding	60514
+kidnapping	60515
+kickbacks	60516
+knockers	60517
+knockerz	60518
+knockouts	60519
+kristas	60520
+jammies	60521
+jamming	60522
+jammers	60523
+jackasses	60524
+jackets	60525
+jailbreaking	60526
+judgemental	60527
+judgements	60528
+jumpers	60529
+justify	60530
+justices	60531
+joined:	60532
+journaling	60533
+1234567	60534
+Universal	60535
+University	60536
+Universe	60537
+Undergraduate	60538
+Underground	60539
+Youngstown	60540
+Youngsville	60541
+Youngbloods	60542
+youngsters	60543
+yourself	60544
+yourselves	60545
+quarter	60546
+quartet	60547
+qualify	60548
+qualitative	60549
+qualities	60550
+quality	60551
+quadrant	60552
+quadratic	60553
+quantitative	60554
+quantities	60555
+quantity	60556
+quicken	60557
+quicker	60558
+quickest	60559
+quicksand	60560
+quickscoping	60561
+quickies	60562
+quieter	60563
+quietest	60564
+quilted	60565
+quilters	60566
+quitters	60567
+quitting	60568
+questionnaire	60569
+questionable	60570
+questioned	60571
+questioning	60572
+questions	60573
+quotations	60574
+Zachary's	60575
+Quintard	60576
+Quincy's	60577
+Quarter	60578
+Quartet	60579
+Quartzsite	60580
+Queensborough	60581
+Queensbury	60582
+Queenston	60583
+Queenstown	60584
+zippered	60585
+zippers	60586
+starters	60587
+stationed	60588
+stationery	60589
+statistically	60590
+standardized	60591
+standards	60592
+standings	60593
+stalkerish	60594
+stalkers	60595
+stallions	60596
+stabilized	60597
+stabilizer	60598
+stairways	60599
+stairwells	60600
+staplers	60601
+staples.com	60602
+straighten	60603
+straighter	60604
+strained	60605
+strainer	60606
+stranger	60607
+strangely	60608
+strangest	60609
+strangle	60610
+strangling	60611
+strategic	60612
+strategies	60613
+streamers	60614
+streamlined	60615
+strengthened	60616
+strengthening	60617
+strengthens	60618
+stripers	60619
+stripper	60620
+stripped	60621
+stricter	60622
+strictest	60623
+strikers	60624
+strokers	60625
+structure	60626
+structural	60627
+steamers	60628
+steppers	60629
+stereotypes	60630
+stereotypical	60631
+stereotyping	60632
+sterilizer	60633
+storyteller	60634
+storytelling	60635
+stoppers	60636
+stimulated	60637
+stimulates	60638
+stimulating	60639
+stimulation	60640
+stylistics	60641
+shortened	60642
+shortening	60643
+shortcuts	60644
+shoppers	60645
+shootings	60646
+sharpening	60647
+shittier	60648
+shittiest	60649
+shitting	60650
+shippers	60651
+shredded	60652
+shredder	60653
+substance	60654
+substantial	60655
+substituted	60656
+substitutes	60657
+substituting	60658
+substitution	60659
+subsidized	60660
+subscriber	60661
+subscribed	60662
+submittal	60663
+submitted	60664
+submitting	60665
+submissions	60666
+superstition	60667
+superstitious	60668
+superstars	60669
+superheroes	60670
+supporter	60671
+supported	60672
+supporting	60673
+supportive	60674
+supposed	60675
+supposing	60676
+supplier	60677
+supplied	60678
+supplies	60679
+supplemental	60680
+supplements	60681
+surveyors	60682
+surroundings	60683
+suspending	60684
+suspense	60685
+suspension	60686
+successfully	60687
+summertime	60688
+summertree	60689
+summaries	60690
+summarize	60691
+sufficiently	60692
+specialist	60693
+specialties	60694
+specialty	60695
+specific	60696
+specified	60697
+spectacle	60698
+spectacular	60699
+spectators	60700
+speakerphone	60701
+speakers	60702
+sparklers	60703
+sparkles	60704
+spankings	60705
+sponsorship	60706
+sportsmanship	60707
+sportings	60708
+sprinkler	60709
+sprinkled	60710
+sprinkles	60711
+sprayers	60712
+spreadsheets	60713
+splitters	60714
+service.com	60715
+serviceable	60716
+serviced	60717
+servicer	60718
+services	60719
+selections	60720
+selectively	60721
+securitas	60722
+securities	60723
+security	60724
+secretarial	60725
+secretaries	60726
+settlements	60727
+sequences	60728
+scrapers	60729
+scrapped	60730
+scrapper	60731
+scrambler	60732
+scrambled	60733
+scrambles	60734
+scratchers	60735
+screensaver	60736
+screenshot	60737
+screened	60738
+screener	60739
+screenings	60740
+scrubber	60741
+scrubbed	60742
+scriptures	60743
+scanners	60744
+scammers	60745
+scooters	60746
+schooler	60747
+schooled	60748
+scholarship	60749
+scheduled	60750
+scheduler	60751
+schedules	60752
+salvageable	60753
+salvaged	60754
+sanitized	60755
+sanitizer	60756
+sanitarium	60757
+sanitary	60758
+sanctioned	60759
+sanctions	60760
+savannahs	60761
+something's	60762
+somethings	60763
+somewheres	60764
+socialite	60765
+softener	60766
+softened	60767
+signifies	60768
+simplified	60769
+simplify	60770
+simplisafe	60771
+simplistic	60772
+similarities	60773
+similarity	60774
+sidewalks	60775
+slippers	60776
+slippery	60777
+sleepiness	60778
+sleeping	60779
+snowmobiles	60780
+snappers	60781
+snippets	60782
+sweatshirt	60783
+sweatshop	60784
+sweaters	60785
+swimmingly	60786
+skinnies	60787
+skinnier	60788
+skippers	60789
+skateboarders	60790
+smoothies	60791
+smoochies	60792
+synchronize	60793
+synchronization	60794
+synthesis	60795
+synthesizer	60796
+squirter	60797
+squirted	60798
+squeaked	60799
+squeaker	60800
+squeezed	60801
+squeezes	60802
+contract	60803
+contradicted	60804
+contradictory	60805
+contradicts	60806
+controls	60807
+controversial	60808
+controversy	60809
+contributed	60810
+contributes	60811
+contribution	60812
+contributing	60813
+contributors	60814
+contentment	60815
+contents	60816
+contender	60817
+contemplate	60818
+contemporary	60819
+contestants	60820
+continual	60821
+continuance	60822
+continuation	60823
+continued	60824
+continues	60825
+continuing	60826
+continuity	60827
+continuously	60828
+contingencies	60829
+contingency	60830
+container	60831
+contained	60832
+contaminated	60833
+construct	60834
+construed	60835
+constraints	60836
+constituents	60837
+constipated	60838
+constipation	60839
+constantly	60840
+consisted	60841
+consignments	60842
+consulted	60843
+consulting	60844
+consular	60845
+consulate	60846
+consumer	60847
+consumed	60848
+consumes	60849
+conservatory	60850
+consensual	60851
+consensus	60852
+consenting	60853
+consequences	60854
+consoling	60855
+consoles	60856
+conspiracies	60857
+conspiracy	60858
+confided	60859
+configuration	60860
+configure	60861
+configuring	60862
+confirmations	60863
+confession	60864
+confessing	60865
+conference	60866
+conferencing	60867
+confectioners	60868
+confectionery	60869
+confused	60870
+confuses	60871
+confusing	60872
+confusion	60873
+concerned	60874
+concerning	60875
+concerns	60876
+concerta	60877
+concerto	60878
+concerts	60879
+concealed	60880
+concealer	60881
+concentrated	60882
+concentrating	60883
+concentration	60884
+conceptions	60885
+conceive	60886
+conceiving	60887
+conceded	60888
+conclusions	60889
+converse	60890
+converts	60891
+convention	60892
+convenient	60893
+convenience	60894
+convictions	60895
+convinced	60896
+condensed	60897
+condenser	60898
+condensate	60899
+condensation	60900
+condominiums	60901
+conditioner	60902
+conditioned	60903
+conditionally	60904
+conductor	60905
+conducted	60906
+congrats	60907
+congratz	60908
+congressional	60909
+congressman	60910
+congresswoman	60911
+congregations	60912
+congestion	60913
+congestive	60914
+connection	60915
+connecting	60916
+connectors	60917
+complete	60918
+complexes	60919
+complementary	60920
+complemented	60921
+complicate	60922
+complimentary	60923
+complimented	60924
+complimenting	60925
+compliments	60926
+compliance	60927
+compliant	60928
+complaint	60929
+complaining	60930
+complains	60931
+complacency	60932
+complacent	60933
+comparative	60934
+comparable	60935
+compared	60936
+compares	60937
+comparison	60938
+comparing	60939
+compartments	60940
+companion	60941
+companies	60942
+company's	60943
+compassionate	60944
+competed	60945
+competes	60946
+competing	60947
+compensated	60948
+compensating	60949
+compensation	60950
+compelled	60951
+compelling	60952
+compressor	60953
+comprehend	60954
+compromised	60955
+compromises	60956
+composing	60957
+composed	60958
+composer	60959
+computer	60960
+commenting	60961
+comments	60962
+commendable	60963
+commended	60964
+commencement	60965
+commercially	60966
+commercials	60967
+communion	60968
+commuter	60969
+committal	60970
+committing	60971
+commitments	60972
+commission	60973
+commissary	60974
+commander	60975
+commanded	60976
+commandments	60977
+commodities	60978
+commodity	60979
+comedians	60980
+comforters	60981
+collards	60982
+collaborate	60983
+collapsed	60984
+collapses	60985
+collapsible	60986
+collapsing	60987
+collectible	60988
+collection	60989
+collective	60990
+collecting	60991
+collector's	60992
+collectors	60993
+colleges	60994
+correction	60995
+correcting	60996
+corrective	60997
+corresponded	60998
+correspondence	60999
+corrupting	61000
+corruption	61001
+cornerstone	61002
+corporated	61003
+corporations	61004
+countertop	61005
+counteract	61006
+countered	61007
+counterfeit	61008
+countering	61009
+counteroffer	61010
+counters	61011
+country's	61012
+countryside	61013
+counting	61014
+cooperate	61015
+cooperators	61016
+cocksuckers	61017
+coincidental	61018
+coincidently	61019
+coincidences	61020
+caressed	61021
+caresses	61022
+cardiologist	61023
+cardiology	61024
+carriers	61025
+carbonara	61026
+carbone's	61027
+carbones	61028
+carpenter	61029
+carpentry	61030
+carnivores	61031
+candidate	61032
+candidacy	61033
+candlesticks	61034
+cancellation	61035
+cancelled	61036
+cancelling	61037
+calculation	61038
+calculating	61039
+calculated	61040
+calculators	61041
+calibrated	61042
+caterers	61043
+categorized	61044
+captivate	61045
+captivating	61046
+charters	61047
+characteristic	61048
+characterize	61049
+chargers	61050
+changers	61051
+chaperones	61052
+chatterbox	61053
+chattering	61054
+chatters	61055
+challenger	61056
+challenged	61057
+challenges	61058
+chainsaws	61059
+championship	61060
+cheeseburger	61061
+cheeseball	61062
+cheesesteak	61063
+cheesecakes	61064
+cheerios	61065
+cheerleaders	61066
+cheaters	61067
+chillers	61068
+chilling	61069
+chickies	61070
+chippers	61071
+chiropractor's	61072
+chiropractors	61073
+choppers	61074
+choreographed	61075
+choreographer	61076
+chocolates	61077
+chocolatey	61078
+christina	61079
+christine	61080
+crappiest	61081
+crawlers	61082
+craziest	61083
+craigslist.com	61084
+craigslist.org	61085
+creative	61086
+creativity	61087
+creatine	61088
+creating	61089
+creations	61090
+creamers	61091
+creamery	61092
+creditors	61093
+credible	61094
+credibly	61095
+creepier	61096
+creepiest	61097
+creeping	61098
+creepers	61099
+cremated	61100
+crosswalk	61101
+crossways	61102
+crosswoods	61103
+crossword	61104
+crossbow	61105
+crossbones	61106
+crumbled	61107
+crumbles	61108
+criticism	61109
+critically	61110
+classify	61111
+classical	61112
+classics	61113
+clarification	61114
+clarified	61115
+clarifying	61116
+clinically	61117
+clinicals	61118
+climbers	61119
+clickers	61120
+clippers	61121
+clothesline	61122
+clothespins	61123
+cleansed	61124
+cleanser	61125
+cleaners	61126
+cleanings	61127
+customize	61128
+customizing	61129
+customer's	61130
+customers	61131
+custodian	61132
+custodial	61133
+celebrate	61134
+celebratory	61135
+celebrities	61136
+celebrity	61137
+centerfolds	61138
+centerpieces	61139
+centerstone	61140
+centralized	61141
+centrally	61142
+certificate	61143
+certification	61144
+circumcise	61145
+circumcision	61146
+circumstance	61147
+circumstantial	61148
+circulate	61149
+circulator	61150
+civilization	61151
+civilized	61152
+civilians	61153
+Stephenson	61154
+Stephanie's	61155
+Stephanies	61156
+Stevenson	61157
+Stevensville	61158
+Steelers	61159
+Stoneham	61160
+Stonehaven	61161
+Stonehedge	61162
+Stonehenge	61163
+Stonebriar	61164
+Stonebridge	61165
+Stonewood	61166
+Stoneworks	61167
+Stranger	61168
+Streetsboro	61169
+Streetsville	61170
+Santana's	61171
+Santiago's	61172
+Shakespeare's	61173
+Senators	61174
+Southpointe	61175
+Spartanburg	61176
+Spartans	61177
+Speedwagon	61178
+Speedway	61179
+Springside	61180
+Springsteen	61181
+Springvale	61182
+Springboro	61183
+Springbrook	61184
+Springhill	61185
+Springhurst	61186
+Silverstein	61187
+Silverstone	61188
+Scholarship	61189
+Schuler's	61190
+Schwarzenegger	61191
+Scottsbluff	61192
+Scottsboro	61193
+Scottsburg	61194
+Scriptures	61195
+Skylanders	61196
+proposed	61197
+proposes	61198
+proposition	61199
+proposing	61200
+proposals	61201
+proportional	61202
+proportionate	61203
+property	61204
+properties	61205
+propellers	61206
+prospecting	61207
+prospective	61208
+prospectors	61209
+prostitutes	61210
+prostituting	61211
+prostitution	61212
+prosthetics	61213
+prosecutor's	61214
+prosecutors	61215
+prosecuted	61216
+prosecuting	61217
+prosecution	61218
+processed	61219
+processes	61220
+processing	61221
+procession	61222
+processors	61223
+proceedings	61224
+promoter	61225
+promoted	61226
+promotes	61227
+promotion	61228
+promoting	61229
+promised	61230
+promises	61231
+protector	61232
+protected	61233
+protects	61234
+provider	61235
+provided	61236
+provides	61237
+province	61238
+provincial	61239
+provoked	61240
+professional	61241
+professions	61242
+professors	61243
+profitability	61244
+profitable	61245
+profiles	61246
+probable	61247
+probably	61248
+probationary	61249
+production	61250
+producers	61251
+progressive	61252
+progressing	61253
+progression	61254
+progressed	61255
+progresses	61256
+programmable	61257
+programming	61258
+pronounced	61259
+presenting	61260
+presently	61261
+presents	61262
+preserved	61263
+preserver	61264
+preserves	61265
+preservation	61266
+preservatives	61267
+pressured	61268
+pressures	61269
+prescribe	61270
+prescribing	61271
+prescriptions	61272
+prestiges	61273
+precisely	61274
+preceded	61275
+prepared	61276
+preparer	61277
+prepares	61278
+preparation	61279
+preparatory	61280
+preppers	61281
+pretending	61282
+pretends	61283
+pretenses	61284
+prettiest	61285
+prediction	61286
+predicting	61287
+predictive	61288
+premieres	61289
+preferences	61290
+preacher's	61291
+preachers	61292
+primaries	61293
+primarily	61294
+principal's	61295
+principals	61296
+principles	61297
+princess	61298
+printers	61299
+prioritize	61300
+prioritizing	61301
+prayerfully	61302
+participant	61303
+particular	61304
+particulate	61305
+particles	61306
+partnerships	61307
+paralyzed	61308
+paralyzer	61309
+paramedics	61310
+parameters	61311
+paraphrase	61312
+paraphrasing	61313
+parentheses	61314
+parenthesis	61315
+patrolled	61316
+patrolling	61317
+patronize	61318
+patronizing	61319
+patriotic	61320
+patriotism	61321
+pathological	61322
+pathologist	61323
+patterns	61324
+passionately	61325
+paintballing	61326
+paintballs	61327
+painter's	61328
+painters	61329
+paintings	61330
+pacifiers	61331
+posterior	61332
+posterity	61333
+postponed	61334
+postponement	61335
+positioned	61336
+positioning	61337
+positions	61338
+positive	61339
+positivity	61340
+possession	61341
+possessive	61342
+possessed	61343
+possesses	61344
+politically	61345
+politicians	61346
+policeman	61347
+policemen	61348
+portabellas	61349
+portables	61350
+populate	61351
+population	61352
+popularity	61353
+pointers	61354
+powerlifting	61355
+powerline	61356
+pounders	61357
+personally	61358
+personals	61359
+persistence	61360
+persistent	61361
+persecuted	61362
+persuaded	61363
+perfection	61364
+perfecting	61365
+performer	61366
+performed	61367
+performances	61368
+percentages	61369
+perceptions	61370
+periodically	61371
+permitted	61372
+permitting	61373
+permissions	61374
+perverted	61375
+perverts	61376
+perpetual	61377
+perpetuate	61378
+pediatrician's	61379
+pediatricians	61380
+plantations	61381
+planters	61382
+planetarium	61383
+planetary	61384
+planners	61385
+placemats	61386
+placements	61387
+plastics	61388
+pleasured	61389
+pleasures	61390
+pursuits	61391
+purifier	61392
+purified	61393
+punctuation	61394
+punctuate	61395
+punctuality	61396
+publications	61397
+publishers	61398
+photographer	61399
+photographed	61400
+photographic	61401
+photographing	61402
+photoshopped	61403
+physician	61404
+physicist	61405
+physically	61406
+physicals	61407
+physiological	61408
+physiology	61409
+physiotherapist	61410
+physiotherapy	61411
+phenomenally	61412
+psychological	61413
+psychologist	61414
+psychiatrist	61415
+psychiatric	61416
+Connection	61417
+Connecticut	61418
+Connersville	61419
+Consultant	61420
+Consulting	61421
+Conservation	61422
+Conservatory	61423
+Contracting	61424
+Contractors	61425
+Congressional	61426
+Congressman	61427
+Congregational	61428
+Confederate	61429
+Confederation	61430
+Converter	61431
+Convertible	61432
+Collegedale	61433
+Colleges	61434
+Collegeville	61435
+Collection	61436
+Collective	61437
+Collingdale	61438
+Collingswood	61439
+Collingwood	61440
+Collinsville	61441
+Collinsworth	61442
+Colonial	61443
+Colombian	61444
+Columbian	61445
+Cornersburg	61446
+Cornelia	61447
+Cornelius	61448
+Correctional	61449
+Corrections	61450
+Corinthians	61451
+Commodores	61452
+Commander's	61453
+Commissioners	61454
+Carolina's	61455
+Carolinas	61456
+Caroline's	61457
+Carolines	61458
+Carmelo's	61459
+Cardinale	61460
+Cardinals	61461
+Carpenters	61462
+Callender's	61463
+Californian	61464
+California's	61465
+Cameron's	61466
+Camerons	61467
+Camille's	61468
+Canadians	61469
+Cassandra's	61470
+Capitals	61471
+Charles's	61472
+Charlene's	61473
+Charley's	61474
+Charlie's	61475
+Charlies	61476
+Championship	61477
+Chambersburg	61478
+Chesterton	61479
+Chestertown	61480
+Children's	61481
+Childrens	61482
+Chickasaw	61483
+Chickasha	61484
+Chippendales	61485
+Christians	61486
+Christian's	61487
+Christiana	61488
+Christianity	61489
+Christianos	61490
+Christine	61491
+Christina	61492
+Christie's	61493
+Christopher	61494
+Christensen's	61495
+Crosslake	61496
+Crossland	61497
+Creations	61498
+Cristiano	61499
+Clarissa	61500
+Clarisse	61501
+Claudia's	61502
+Centerpoint	61503
+Centerport	61504
+Marianne	61505
+Marianna	61506
+Mariano's	61507
+Marianos	61508
+Marianas	61509
+Mariners	61510
+Martinsburg	61511
+Martinson	61512
+Martinsville	61513
+Martinique	61514
+Martinizing	61515
+Martinez	61516
+Martinos	61517
+Marcella's	61518
+Marcellas	61519
+Marcello's	61520
+Marconi's	61521
+Marlene's	61522
+Marshall	61523
+Marshals	61524
+Margaret's	61525
+Margarets	61526
+Margaritas	61527
+Margaritaville	61528
+Mastercard	61529
+Mastercraft	61530
+Mastercuts	61531
+MasterCard	61532
+MasterChef	61533
+Masterson	61534
+Mahoney's	61535
+Monterey's	61536
+Monterrey's	61537
+Montello	61538
+Montezuma's	61539
+Montana's	61540
+Morrisons	61541
+Motorworks	61542
+Motorworld	61543
+Mountaineers	61544
+Millersburg	61545
+Millersport	61546
+Millersville	61547
+Millenia	61548
+Millenium	61549
+Millbrae	61550
+Millbranch	61551
+Michelle's	61552
+Michelles	61553
+Michelangelo's	61554
+Michaelangelo's	61555
+Michaelson	61556
+Merrimac	61557
+Merriman	61558
+Metropolis	61559
+Metropolitan	61560
+Meadowlands	61561
+Meadowlark	61562
+Meadowvale	61563
+Meadowview	61564
+Mexicana	61565
+Mexicano	61566
+Mexicans	61567
+McCarthy's	61568
+McKenna's	61569
+McKennan	61570
+Brookshire's	61571
+Brookshires	61572
+Brookstone	61573
+Brookland	61574
+Brooklawn	61575
+Brooklyn's	61576
+Brownsboro	61577
+Brownsburg	61578
+Brownells	61579
+Brandon's	61580
+Brandons	61581
+Brandenburg	61582
+Bridget's	61583
+Bridgets	61584
+Bridgette	61585
+Bridgewood	61586
+Bridgestone	61587
+Bridgeview	61588
+Bridgeville	61589
+Brittany's	61590
+Brittanys	61591
+Brianna's	61592
+Brendan's	61593
+Brendans	61594
+Brennan's	61595
+Barrett's	61596
+Barnaby's	61597
+Barbara's	61598
+Belleview	61599
+Belleville	61600
+Bellinger	61601
+Bellingham	61602
+Bernardino	61603
+Bernardsville	61604
+Bennetts	61605
+Buckeyes	61606
+Buckley's	61607
+Butterfly	61608
+Blackbeard's	61609
+Blackberry	61610
+Blackboard	61611
+Blackbob	61612
+Blackstreet	61613
+Blackmon	61614
+Blackmore	61615
+Blanchester	61616
+Bloomingdale's	61617
+Bloomingdales	61618
+barbershop	61619
+barbecued	61620
+barbecues	61621
+barbarian	61622
+barbaric	61623
+backstab	61624
+backstage	61625
+backstrap	61626
+backstreet	61627
+backstroke	61628
+backstop	61629
+backstory	61630
+backfire	61631
+backfiring	61632
+backflips	61633
+backroads	61634
+backwards	61635
+battery's	61636
+battleship	61637
+bathrooms:	61638
+babysitter	61639
+babysitting	61640
+boosters	61641
+bouncers	61642
+brainstorming	61643
+breadsticks	61644
+breastfeeding	61645
+broadcasted	61646
+broadcaster	61647
+broadheads	61648
+brownies	61649
+browsers	61650
+brother-in-laws	61651
+bridesmaids	61652
+brightened	61653
+brightening	61654
+brightens	61655
+butterfingers	61656
+buttercream	61657
+buttercup	61658
+butterscotch	61659
+bullshittin	61660
+beautiful	61661
+beautified	61662
+beautify	61663
+believer	61664
+believed	61665
+believes	61666
+believable	61667
+believably	61668
+believing	61669
+beneficiaries	61670
+beneficiary	61671
+behavioral	61672
+behaviors	61673
+bloodstone	61674
+bloodstream	61675
+bloomers	61676
+bloomingdales	61677
+blankets	61678
+blasters	61679
+bleachers	61680
+bleachery	61681
+billionaires	61682
+bittersweet	61683
+restricted	61684
+restraints	61685
+restoration	61686
+restorative	61687
+restored	61688
+restores	61689
+researcher	61690
+researched	61691
+resident	61692
+responsive	61693
+responses	61694
+responder	61695
+responded	61696
+respectively	61697
+respiratory	61698
+resurfaced	61699
+resolutions	61700
+resolved	61701
+reconsideration	61702
+reconsidered	61703
+reconsidering	61704
+reconstructed	61705
+reconnected	61706
+reconciled	61707
+reconciliation	61708
+reconciling	61709
+recorder's	61710
+recorders	61711
+recognized	61712
+recognizer	61713
+recognizes	61714
+recognizable	61715
+recognization	61716
+receiver	61717
+received	61718
+receives	61719
+receivables	61720
+receptionist	61721
+receptions	61722
+recertification	61723
+recertified	61724
+reciprocal	61725
+recipes.com	61726
+recitals	61727
+recruiters	61728
+rectangles	61729
+recliners	61730
+reproduction	61731
+reproductive	61732
+representative	61733
+representation	61734
+representing	61735
+replacement	61736
+replaceable	61737
+replaced	61738
+replaces	61739
+replicate	61740
+replication	61741
+reported	61742
+reporter	61743
+repeated	61744
+repeater	61745
+realized	61746
+realizes	61747
+realistic	61748
+reactivate	61749
+reactive	61750
+reactions	61751
+reassured	61752
+reassessment	61753
+reasonable	61754
+reasonably	61755
+readings	61756
+refineries	61757
+refinery	61758
+refinished	61759
+refinishing	61760
+refinanced	61761
+refreshed	61762
+refresher	61763
+refreshments	61764
+refrigerate	61765
+refrigerator	61766
+refrigeration	61767
+reference	61768
+referencing	61769
+reflection	61770
+reflecting	61771
+reflective	61772
+reflectors	61773
+relations	61774
+relational	61775
+relative	61776
+relativity	61777
+relaxers	61778
+reliever	61779
+relieved	61780
+relieves	61781
+religions	61782
+religiously	61783
+released	61784
+releases	61785
+retractable	61786
+retracted	61787
+retraction	61788
+retriever	61789
+retrieved	61790
+retainer	61791
+retained	61792
+retailers	61793
+retirees	61794
+removed-	61795
+remarkable	61796
+remarkably	61797
+reminder	61798
+reminded	61799
+reminiscent	61800
+remedial	61801
+remediation	61802
+remedied	61803
+remedies	61804
+registrar	61805
+registration	61806
+regulations	61807
+regrettably	61808
+regretted	61809
+regretting	61810
+regretfully	61811
+reversed	61812
+reversible	61813
+reversing	61814
+revisited	61815
+revisiting	61816
+revisions	61817
+revolver	61818
+revolves	61819
+renewals	61820
+renovations	61821
+reinstalled	61822
+reinstalling	61823
+reinstated	61824
+reinstatement	61825
+reinforcements	61826
+rebellion	61827
+rebellious	61828
+requirement	61829
+required	61830
+requires	61831
+ranchera	61832
+rancheritos	61833
+rancheros	61834
+ranchers	61835
+rationale	61836
+rationalize	61837
+rationally	61838
+rattlesnake	61839
+radiates	61840
+radiating	61841
+radiation	61842
+radiators	61843
+radiological	61844
+radiologist	61845
+ramblings	61846
+rotations	61847
+rollerblade	61848
+rollerblading	61849
+ridiculously	61850
+ridiculousness	61851
+ridiculed	61852
+decoration	61853
+decorating	61854
+decorative	61855
+decorated	61856
+decorators	61857
+deceived	61858
+deceiver	61859
+declared	61860
+declares	61861
+designated	61862
+designers	61863
+destroyed	61864
+destroyer	61865
+destruction	61866
+destructive	61867
+destination:	61868
+destinations	61869
+destinys	61870
+described	61871
+describes	61872
+description:	61873
+descriptions	61874
+desperately	61875
+deserved	61876
+deserves	61877
+deliverables	61878
+delicately	61879
+delicatessen	61880
+defender	61881
+defended	61882
+defendants	61883
+defenseless	61884
+defenses	61885
+defensively	61886
+definite	61887
+deficiencies	61888
+deficiency	61889
+depressing	61890
+depression	61891
+depressive	61892
+depressants	61893
+depressed	61894
+depresses	61895
+depositions	61896
+dependence	61897
+dependency	61898
+dependents	61899
+dealership	61900
+deadlines	61901
+deviated	61902
+deviations	61903
+devotional	61904
+devotions	61905
+determined	61906
+determines	61907
+deteriorated	61908
+deteriorating	61909
+deterioration	61910
+detectives	61911
+detailed	61912
+detailer	61913
+demonstrate	61914
+dermatologist	61915
+dermatology	61916
+disconnected	61917
+disconnects	61918
+discontent	61919
+discounting	61920
+discounts	61921
+discourse	61922
+discoveries	61923
+discovering	61924
+discretion	61925
+discrete	61926
+discreetly	61927
+discrepancies	61928
+discrepancy	61929
+discriminated	61930
+discriminating	61931
+discrimination	61932
+disciplined	61933
+disciplines	61934
+discipleship	61935
+discussion	61936
+discussing	61937
+discussed	61938
+discusses	61939
+disclosed	61940
+disclosures	61941
+distribute	61942
+distributor	61943
+districts	61944
+distracted	61945
+distinctly	61946
+distinguished	61947
+distilled	61948
+distillery	61949
+distance	61950
+distancing	61951
+disappointments	61952
+disassembled	61953
+disasters	61954
+disabled	61955
+dispenser	61956
+dispensaries	61957
+dispensary	61958
+displayed	61959
+displaying	61960
+displays	61961
+displaced	61962
+displacement	61963
+dispatchers	61964
+dissecting	61965
+dissection	61966
+dissolved	61967
+dissolves	61968
+disrespectfully	61969
+dismantled	61970
+dismantlers	61971
+disgustingly	61972
+diversified	61973
+diversion	61974
+diversity	61975
+diverted	61976
+diverter	61977
+diverticulitis	61978
+diverting	61979
+dividends	61980
+dividers	61981
+dictations	61982
+dictatorship	61983
+directional	61984
+directions	61985
+differential	61986
+differentiate	61987
+downsides	61988
+downsize	61989
+downsizing	61990
+downstairs	61991
+downstate	61992
+downloadable	61993
+downloading	61994
+downloads	61995
+dominate	61996
+dominatrix	61997
+dominance	61998
+dominant	61999
+dominicos	62000
+dreamers	62001
+droppings	62002
+dynamics	62003
+anticipated	62004
+anticipating	62005
+anticipation	62006
+announcements	62007
+announcers	62008
+analyzed	62009
+analyzer	62010
+analysts	62011
+animated	62012
+animations	62013
+allowances	62014
+alternatively	62015
+alternatives	62016
+alcoholics	62017
+accomplish	62018
+accomplice	62019
+accompany	62020
+accommodation	62021
+accommodating	62022
+accommodated	62023
+accountability	62024
+accountable	62025
+accountants	62026
+accordingly	62027
+accessibility	62028
+accessible	62029
+accessories	62030
+accessorize	62031
+accelerated	62032
+accelerating	62033
+acceleration	62034
+accusations	62035
+activated	62036
+activates	62037
+activation	62038
+activating	62039
+activities	62040
+activity	62041
+achievements	62042
+advertise	62043
+advertising	62044
+adversely	62045
+adventures	62046
+advancements	62047
+addictions	62048
+additionally	62049
+administration	62050
+administrative	62051
+administrators	62052
+adjusters	62053
+articulate	62054
+articulation	62055
+artichokes	62056
+arrangements	62057
+architectural	62058
+architecture	62059
+assessor's	62060
+assessories	62061
+assessors	62062
+assessments	62063
+assistants	62064
+assassinated	62065
+associations	62066
+astronauts	62067
+astronomical	62068
+astronomy	62069
+approved	62070
+approves	62071
+approvals	62072
+approached	62073
+approaches	62074
+approximately	62075
+appreciated	62076
+appreciates	62077
+appreciating	62078
+appreciation	62079
+appreciative	62080
+appraiser's	62081
+appraisers	62082
+appearances	62083
+appetizers	62084
+application	62085
+applicator	62086
+applicants	62087
+apparently	62088
+apologized	62089
+apologizes	62090
+ambitions	62091
+ambulating	62092
+ambulation	62093
+americana	62094
+americano	62095
+amplifiers	62096
+automate	62097
+automobiles	62098
+authorization	62099
+authorize	62100
+authorizing	62101
+authorities	62102
+authority	62103
+auditioned	62104
+auditioning	62105
+auditions	62106
+absorbed	62107
+absorbent	62108
+absorbers	62109
+attendant	62110
+attendance	62111
+attended	62112
+attendees	62113
+attentions	62114
+attachments	62115
+attacked	62116
+attacker	62117
+attractions	62118
+attractiveness	62119
+airlines.com	62120
+affectionately	62121
+aggressively	62122
+aggressiveness	62123
+transformation	62124
+transforming	62125
+transforms	62126
+transferable	62127
+transfers	62128
+transfusions	62129
+transport	62130
+transponder	62131
+transpose	62132
+transparency	62133
+transparent	62134
+transpired	62135
+transplants	62136
+translate	62137
+translator	62138
+transition	62139
+transitowne	62140
+transmissions	62141
+transcribe	62142
+transcribing	62143
+transcription	62144
+transcripts	62145
+tranquilizers	62146
+trainees	62147
+trainers	62148
+trackers	62149
+traditionally	62150
+traveler	62151
+traveled	62152
+traveling	62153
+trapper's	62154
+trappers	62155
+traumatized	62156
+trimmers	62157
+trimmings	62158
+treaters	62159
+treating	62160
+treasurer's	62161
+trustees	62162
+troubles	62163
+troublemaker	62164
+troubled	62165
+terrific	62166
+territorial	62167
+territories	62168
+terrorist	62169
+terrorism	62170
+terrorize	62171
+terrorizing	62172
+terminal	62173
+tenderloin	62174
+tenderly	62175
+telepathically	62176
+telecommunications	62177
+teleconference	62178
+teacher's	62179
+teachers	62180
+temperature	62181
+temperate	62182
+temperamental	62183
+temporaries	62184
+temporarily	62185
+testimonial	62186
+testimonies	62187
+testicles	62188
+testifying	62189
+technically	62190
+technicians	62191
+technological	62192
+technologies	62193
+technologist	62194
+tourists	62195
+toothpicks	62196
+thermostat	62197
+thermometers	62198
+therapist	62199
+therapies	62200
+therapeutics	62201
+theoretically	62202
+theatres	62203
+threatened	62204
+threatening	62205
+threatens	62206
+three-quarters	62207
+threesomes	62208
+thoughtfulness	62209
+thunderstorms	62210
+timesheets	62211
+tickets.com	62212
+tweeters	62213
+manager's	62214
+managerial	62215
+managers	62216
+manufacturer's	62217
+manufacturers	62218
+mandated	62219
+marinate	62220
+marinating	62221
+marketed	62222
+marketer	62223
+martinis	62224
+margaritas	62225
+masterbate	62226
+masterbating	62227
+massager	62228
+massaged	62229
+massages	62230
+materialistic	62231
+materialize	62232
+magnetic	62233
+magnetism	62234
+magnificent	62235
+magnifying	62236
+mammograms	62237
+motorcade	62238
+motorcars	62239
+motorcycles	62240
+motorboatin	62241
+motherfuckers	62242
+motherfucking	62243
+motivation	62244
+motivating	62245
+motivated	62246
+motivates	62247
+motivators	62248
+monogrammed	62249
+monogramming	62250
+moderately	62251
+mountainside	62252
+molester	62253
+molested	62254
+moisturizer	62255
+missionaries	62256
+missionary	62257
+misspellings	62258
+mistakenly	62259
+mistreated	62260
+mistreating	62261
+misconceptions	62262
+misconstrued	62263
+miscarriage	62264
+miscarried	62265
+misunderstandings	62266
+ministries	62267
+ministry	62268
+ministering	62269
+ministers	62270
+millionaires	62271
+millenia	62272
+millenium	62273
+medicate	62274
+medically	62275
+medicines	62276
+mediately	62277
+mediators	62278
+meditations	62279
+metaphorically	62280
+metropolis	62281
+metropolitan	62282
+merchandise	62283
+merchandising	62284
+merchants	62285
+merchantville	62286
+measurements	62287
+memorize	62288
+memorization	62289
+memorizing	62290
+memorials	62291
+memorabilia	62292
+memorable	62293
+memberships	62294
+musically	62295
+musicals	62296
+multiples	62297
+multiplex	62298
+multiplication	62299
+multiplying	62300
+mysteriously	62301
+Alberto's	62302
+Albertos	62303
+Albertson	62304
+Alexander's	62305
+Alexanders	62306
+Alexandra	62307
+Alexandria	62308
+Antonio's	62309
+Angelina	62310
+Angeline	62311
+Angelica's	62312
+Annabelle's	62313
+Armando's	62314
+American	62315
+America's	62316
+Americare	62317
+Americas	62318
+Activities	62319
+Activity	62320
+Parkersburg	62321
+Patrick's	62322
+Patricks	62323
+Patricia's	62324
+Pauline's	62325
+Peterson's	62326
+Petersons	62327
+Prestonsburg	62328
+Princess	62329
+Princesa	62330
+Pickerington	62331
+Pittsburgh	62332
+Philippine	62333
+Philippians	62334
+Phillips	62335
+Pharmaca	62336
+Pharmacy	62337
+finalize	62338
+finalizing	62339
+finalists	62340
+financially	62341
+financials	62342
+finishers	62343
+fireworks	62344
+firefighters	62345
+fisherman	62346
+fishermen	62347
+foreclosed	62348
+foreclosures	62349
+formalities	62350
+formality	62351
+formation	62352
+formative	62353
+formulated	62354
+forgetfulness	62355
+forgettable	62356
+forgetting	62357
+forgiven	62358
+forgives	62359
+forgotten	62360
+forgotton	62361
+followers	62362
+founders	62363
+facilitated	62364
+fastener	62365
+fastened	62366
+fascinations	62367
+fantasize	62368
+fantasizing	62369
+fabrications	62370
+favorites	62371
+favorited	62372
+familiar	62373
+flashers	62374
+flamingos	62375
+flowers.com	62376
+flippers	62377
+freezers	62378
+freshening	62379
+friendlier	62380
+friendliest	62381
+friendships	62382
+fertilized	62383
+fertilizer	62384
+furnishings	62385
+Rosario's	62386
+Robertson	62387
+Robertsdale	62388
+Roberta's	62389
+Roberto's	62390
+Robinson's	62391
+Robinsons	62392
+Robinsonville	62393
+Registry	62394
+Randallstown	62395
+Rancheria	62396
+Ranchero	62397
+Ranchers	62398
+Richardson's	62399
+Russell's	62400
+Russells	62401
+Russellville	62402
+Danielle	62403
+Daniella	62404
+Danielson	62405
+Danielsville	62406
+Darrell's	62407
+Davidsons	62408
+Davidsonville	62409
+Donaldson	62410
+Donatello's	62411
+Dominican	62412
+Dominick's	62413
+Dominicks	62414
+homeboys	62415
+horseshoe	62416
+horseshit	62417
+horrific	62418
+horrified	62419
+housewares	62420
+housewarming	62421
+housewife	62422
+housewives	62423
+housekeepers	62424
+hospitalist	62425
+hospitality	62426
+handlebars	62427
+handlers	62428
+handbags	62429
+hardwoods	62430
+harmonica	62431
+hairdresser	62432
+hairdressing	62433
+hairstyles	62434
+hairstyling	62435
+hairstylist	62436
+happenings	62437
+hahahahahaha	62438
+headline	62439
+headlining	62440
+headlights	62441
+headlamps	62442
+headings	62443
+heartbreak	62444
+heartbroken	62445
+heartbeats	62446
+heartworm	62447
+heartwood	62448
+heathers	62449
+highlighters	62450
+historically	62451
+humidifiers	62452
+humiliated	62453
+humiliating	62454
+humiliation	62455
+hustlers	62456
+hypocrite	62457
+hypocritical	62458
+Transportation	62459
+Transformers	62460
+Transitional	62461
+Traveler	62462
+Travelex	62463
+Travelocity	62464
+Travelodge	62465
+Tristan's	62466
+Treasurer's	62467
+Tamarack	62468
+Terriers	62469
+Tennessee's	62470
+Technical	62471
+Technician	62472
+Technicolor	62473
+Timberlake	62474
+Thornberrys	62475
+Theresa's	62476
+Thanksgivings	62477
+Turnersville	62478
+Leonardo's	62479
+Lindenwold	62480
+Lindenwood	62481
+Luciano's	62482
+Harrison's	62483
+Harrisonburg	62484
+Harrisonville	62485
+Hardings	62486
+Harborside	62487
+Harleysville	62488
+Hallowed	62489
+Halloween	62490
+Hallowell	62491
+Hollister	62492
+Holliston	62493
+Hendrickson	62494
+Hennessey's	62495
+Highlanders	62496
+experimented	62497
+experimenting	62498
+experiments	62499
+experience	62500
+experiencing	62501
+expectation	62502
+expectancy	62503
+expedition	62504
+expediting	62505
+expedited	62506
+expenditures	62507
+expenses	62508
+explorer	62509
+explored	62510
+explores	62511
+exploded	62512
+exploder	62513
+explodes	62514
+explosions	62515
+explosives	62516
+explanations	62517
+exceptionally	62518
+excellence	62519
+excellent	62520
+excluded	62521
+exclusively	62522
+extender	62523
+extended	62524
+extensions	62525
+extensively	62526
+exterminating	62527
+extermination	62528
+exterminators	62529
+externally	62530
+extracted	62531
+extractor	62532
+extraordinarily	62533
+extraordinary	62534
+extremities	62535
+extremity	62536
+executioner	62537
+executives	62538
+examiners	62539
+exhibitionist	62540
+entertainer	62541
+entertained	62542
+entertainmart	62543
+entertainment	62544
+entrepreneurship	62545
+entitlements	62546
+endorsements	62547
+encouraged	62548
+encouragement	62549
+encourages	62550
+engraved	62551
+engraver	62552
+environmentally	62553
+electron	62554
+electrode	62555
+electrocuted	62556
+electromagnetic	62557
+electric	62558
+electrify	62559
+elections	62560
+electives	62561
+elevations	62562
+emphasized	62563
+embarrassed	62564
+embarrasses	62565
+emergence	62566
+emergencies	62567
+emergency	62568
+everything's	62569
+everythings	62570
+evaluations	62571
+essentially	62572
+essentials	62573
+economic	62574
+economist	62575
+Greenbrae	62576
+Greenbelt	62577
+Greenberg	62578
+Greenlake	62579
+Greenland	62580
+Greenlawn	62581
+Greenleaf	62582
+Greenlee	62583
+Greenspring	62584
+Greenspoint	62585
+Greensboro	62586
+Greensburg	62587
+Greenwald	62588
+Greenway	62589
+Greenwich	62590
+Greenwise	62591
+Greenpoint	62592
+Greenport	62593
+Griffin's	62594
+Griffins	62595
+Griffiths	62596
+Grossman's	62597
+Garrettsville	62598
+Galleria	62599
+Gallerie	62600
+Gordonsville	62601
+Gentiles	62602
+Georgia's	62603
+Georgian	62604
+Georgie's	62605
+Georgina's	62606
+Georgio's	62607
+Georgios	62608
+grandma's	62609
+grandmama	62610
+grandmas	62611
+grandmother's	62612
+grandmothers	62613
+granddaddy	62614
+granddaughters	62615
+grandparents	62616
+grandsons	62617
+graduated	62618
+graduates	62619
+graduation	62620
+graduating	62621
+graphics	62622
+groupies	62623
+growlers	62624
+groomers	62625
+greenhouses	62626
+greeters	62627
+grinders	62628
+gangsters	62629
+generate	62630
+generator	62631
+general's	62632
+generally	62633
+generals	62634
+generously	62635
+gentleman	62636
+gentlemen	62637
+guardians	62638
+intercept	62639
+intercede	62640
+intercoastal	62641
+intercom	62642
+intercontinental	62643
+intercooler	62644
+interchangeable	62645
+internal	62646
+international	62647
+internist	62648
+interning	62649
+internship	62650
+internets	62651
+intervention	62652
+intervene	62653
+intervening	62654
+interviewing	62655
+interviews	62656
+intervals	62657
+interrupted	62658
+interrupts	62659
+interrogate	62660
+interpretation	62661
+interpreting	62662
+interprets	62663
+interfere	62664
+interfering	62665
+interface	62666
+interfaith	62667
+interaction	62668
+interacting	62669
+interactive	62670
+interestingly	62671
+intermittent	62672
+intermission	62673
+intersection	62674
+interstate	62675
+interstellar	62676
+interlocking	62677
+interiors	62678
+intentional	62679
+intentions	62680
+intensify	62681
+intensity	62682
+intensive	62683
+intensely	62684
+integracare	62685
+integral	62686
+intellectual	62687
+intelligent	62688
+intelligence	62689
+introduced	62690
+introduces	62691
+introduction	62692
+introductory	62693
+intrigued	62694
+intrigues	62695
+intruder	62696
+intoxicating	62697
+intoxication	62698
+installation	62699
+installment	62700
+installing	62701
+installous	62702
+installs	62703
+instaloan	62704
+instalok	62705
+instantaneous	62706
+instantly	62707
+instances	62708
+institutional	62709
+institutions	62710
+instituted	62711
+instigated	62712
+instruction	62713
+instructing	62714
+instructors	62715
+instrumental	62716
+instrumentation	62717
+insulated	62718
+insulating	62719
+insulation	62720
+insulators	62721
+insurers	62722
+insiders	62723
+insinuated	62724
+insecurities	62725
+insecurity	62726
+inserting	62727
+insertion	62728
+inspections	62729
+inconsiderate	62730
+inconvenience	62731
+inconveniencing	62732
+incompetence	62733
+incompetent	62734
+incorporated	62735
+incorporating	62736
+incorporation	62737
+incorrectly	62738
+incidentally	62739
+incidentals	62740
+increased	62741
+increases	62742
+increasingly	62743
+included	62744
+includes	62745
+inflatables	62746
+inflated	62747
+inflammation	62748
+influence	62749
+influencing	62750
+infection	62751
+infectious	62752
+information	62753
+informative	62754
+indicate	62755
+indicator	62756
+indecisiveness	62757
+investigate	62758
+investigator	62759
+inventions	62760
+inverter	62761
+inverted	62762
+involved	62763
+involvement	62764
+involves	62765
+initiatives	62766
+improvement	62767
+improved	62768
+improves	62769
+improving	62770
+improvise	62771
+impression	62772
+impressing	62773
+impressive	62774
+impressed	62775
+impresses	62776
+impersonate	62777
+impersonator	62778
+imperfections	62779
+importantly	62780
+importers	62781
+impossible	62782
+impossibly	62783
+imagination	62784
+imaginative	62785
+identified	62786
+identifier	62787
+identifies	62788
+irritated	62789
+irritates	62790
+irritating	62791
+irritation	62792
+illustrated	62793
+illustrations	62794
+landscaper	62795
+landscapes	62796
+laundry's	62797
+laundrymat	62798
+laundromats	62799
+launchers	62800
+lactating	62801
+lactation	62802
+literally	62803
+literate	62804
+literature	62805
+liberate	62806
+liberatore's	62807
+liberalism	62808
+liberals	62809
+licensed	62810
+licenses	62811
+listener	62812
+listened	62813
+listening	62814
+location:	62815
+locations	62816
+logistically	62817
+learners	62818
+legalize	62819
+legalization	62820
+legalizing	62821
+legalities	62822
+legality	62823
+winterized	62824
+withdrawals	62825
+worksheets	62826
+workshops	62827
+whitened	62828
+whitener	62829
+whiskers	62830
+whiskeys	62831
+whippersnappers	62832
+wheelers	62833
+wheelies	62834
+wholesaler	62835
+wrappers	62836
+Walkerton	62837
+Walkertown	62838
+Williamson	62839
+Williamsport	62840
+Williamsville	62841
+Wilkinsons	62842
+Westmoreland	62843
+Woodstock's	62844
+Woodman's	62845
+Woodmans	62846
+Woodcreek	62847
+Woodcrest	62848
+Woodlands	62849
+Woodworking	62850
+Woodworks	62851
+Whitesboro	62852
+Whitesburg	62853
+Whitestone	62854
+Whitestown	62855
+Whitehall	62856
+Whitehaven	62857
+Whitehorse	62858
+Whitehouse	62859
+Whitefield	62860
+Whitefish	62861
+Frankenmuth	62862
+Frankenstein	62863
+Frankenweenie	62864
+Frankford	62865
+Frankfort	62866
+Fredericks	62867
+Fredericktown	62868
+Fairland	62869
+Fairlane	62870
+Ferraris	62871
+Ferraro's	62872
+Feliciano	62873
+Florida's	62874
+Florentines	62875
+Kennedy's	62876
+Kennedys	62877
+Kennebunkport	62878
+Kingsburg	62879
+Kingsbury	62880
+Kingstown	62881
+Kingston	62882
+Kimberly's	62883
+Kristin's	62884
+Kristina	62885
+Kristine	62886
+Electrical	62887
+Electrician	62888
+Electronic	62889
+Electronix	62890
+Edmondson	62891
+Europeans	62892
+overstayed	62893
+overstock.com	62894
+overseer	62895
+overseeing	62896
+oversized	62897
+oversleeping	62898
+overdraft	62899
+overdraw	62900
+overdressed	62901
+overdrew	62902
+overdose	62903
+overdosing	62904
+overlooked	62905
+overlooking	62906
+overlooks	62907
+overloaded	62908
+overloading	62909
+overlapping	62910
+overthinking	62911
+overtimes	62912
+overturned	62913
+overcome	62914
+overcoming	62915
+overcharged	62916
+overwhelmingly	62917
+overheated	62918
+overheating	62919
+overheats	62920
+outlined	62921
+outlines	62922
+outdoorsman	62923
+outdoorsy	62924
+organize	62925
+organization	62926
+organizing	62927
+organism	62928
+organist	62929
+organics	62930
+originality	62931
+originally	62932
+originals	62933
+originate	62934
+origination	62935
+optimist	62936
+optimism	62937
+optimization	62938
+optimize	62939
+operational	62940
+operations	62941
+opposite	62942
+opposition	62943
+opportunities	62944
+opportunity	62945
+observation	62946
+observatory	62947
+observance	62948
+observant	62949
+obsessions	62950
+obligations	62951
+offender	62952
+offended	62953
+offenses	62954
+offensively	62955
+occupant	62956
+occupancy	62957
+occupational	62958
+occupations	62959
+occurrence	62960
+occurred	62961
+Northwestern	62962
+Northwoods	62963
+Northbridge	62964
+Northbrook	62965
+Northcrest	62966
+Northcross	62967
+Northeastern	62968
+Northlake	62969
+Northland	62970
+Northpoint	62971
+Northport	62972
+Northview	62973
+Northville	62974
+Normandale	62975
+Normandie	62976
+Normandy	62977
+Natalie's	62978
+Nicolette	62979
+negotiations	62980
+neurological	62981
+neurologist	62982
+neurosurgeon	62983
+neurosurgery	62984
+neutralized	62985
+noticeable	62986
+noticeably	62987
+notifications	62988
+notified	62989
+notifies	62990
+notarized	62991
+nomination	62992
+nominating	62993
+nominated	62994
+nationalism	62995
+navigational	62996
+Johnstone	62997
+Juliana's	62998
+understood	62999
+undershirts	63000
+underwear	63001
+underweight	63002
+underwriter	63003
+underwriting	63004
+underwater	63005
+underway	63006
+underwood	63007
+underworld	63008
+undercoating	63009
+undercooked	63010
+undercover	63011
+undercarriage	63012
+undergrad	63013
+underground	63014
+undergoing	63015
+underpaid	63016
+underpants	63017
+underpass	63018
+underpriced	63019
+underprivileged	63020
+underarms	63021
+underlined	63022
+underestimated	63023
+unintentionally	63024
+uncontrolled	63025
+unconsciously	63026
+unforgivable	63027
+unforgiving	63028
+urinated	63029
+urinating	63030
+urination	63031
+Olympians	63032
+victorias	63033
+violations	63034
+videogames	63035
+videotaped	63036
+vibrations	63037
+villagers	63038
+versatile	63039
+versatility	63040
+verbalized	63041
+verifications	63042
+validated	63043
+validating	63044
+validation	63045
+Intermediate	63046
+Internal	63047
+International	63048
+Indiana's	63049
+Indianapolis	63050
+Industrial	63051
+Industries	63052
+Investigations	63053
+Vincent's	63054
+Vincents	63055
+Victoria's	63056
+Victorian	63057
+Victorias	63058
+Villages	63059
+Virginia's	63060
+Virginian	63061
+Valentine	63062
+Valentino	63063
+Valentina	63064
+Valerie's	63065
+Vanderbilt	63066
+Vanderburgh	63067
+Vandergriff	63068
+Vandergrift	63069
+kindergarden	63070
+kidnapped	63071
+kidnapper	63072
+justifiable	63073
+justification	63074
+justifying	63075
+journalism	63076
+journalist	63077
+12345678	63078
+Universalist	63079
+University's	63080
+yourself.com	63081
+quarterback	63082
+quarterdeck	63083
+quarterly	63084
+quartermaster	63085
+quarters	63086
+qualification	63087
+qualifying	63088
+questionnaires	63089
+Quarterfield	63090
+Quarters	63091
+straightening	63092
+straightens	63093
+strangers	63094
+strangled	63095
+stranglehold	63096
+strategically	63097
+strategize	63098
+strategizing	63099
+strippers	63100
+structured	63101
+structures	63102
+structurally	63103
+storytellers	63104
+sharpener	63105
+sharpened	63106
+substances	63107
+substantially	63108
+subscribers	63109
+submittals	63110
+superstitions	63111
+supporters	63112
+supposedly	63113
+suppositories	63114
+suppository	63115
+suppliers	63116
+suspended	63117
+suspenders	63118
+suspenseful	63119
+suspensions	63120
+specialize	63121
+specialization	63122
+specializing	63123
+specialists	63124
+specifics	63125
+spectacles	63126
+sponsorships	63127
+sprinklers	63128
+serviceman	63129
+servicemen	63130
+scramblers	63131
+screensavers	63132
+screenshots	63133
+scrubbers	63134
+schoolers	63135
+scholarships	63136
+socialize	63137
+socialization	63138
+socializing	63139
+socialism	63140
+socialist	63141
+softeners	63142
+significant	63143
+significance	63144
+sweetener	63145
+sweetened	63146
+sweatshirts	63147
+skinniest	63148
+synchronized	63149
+squirters	63150
+contractor	63151
+contracted	63152
+contracts	63153
+contractual	63154
+contraception	63155
+contraceptive	63156
+contradiction	63157
+contradicting	63158
+controllable	63159
+controlling	63160
+contributions	63161
+contention	63162
+contentious	63163
+contenders	63164
+contemplated	63165
+contemplating	63166
+contemplation	63167
+continually	63168
+containers	63169
+constructed	63170
+constructors	63171
+constitute	63172
+constitution	63173
+consideration	63174
+considerate	63175
+considerable	63176
+considerably	63177
+consistent	63178
+consistency	63179
+consultant	63180
+consultation	63181
+consumers	63182
+conservative	63183
+conservation	63184
+consolidate	63185
+confident	63186
+confidence	63187
+configurations	63188
+configured	63189
+confessions	63190
+conferences	63191
+conceived	63192
+conversate	63193
+conversion	63194
+conversing	63195
+conversely	63196
+converter	63197
+converted	63198
+convertible	63199
+converting	63200
+conventional	63201
+conventions	63202
+conveniently	63203
+conditioners	63204
+conducting	63205
+conduction	63206
+conductivity	63207
+conductors	63208
+congratulate	63209
+congratulatory	63210
+connections	63211
+connective	63212
+connectivity	63213
+completed	63214
+completely	63215
+completes	63216
+completion	63217
+completing	63218
+complexion	63219
+complexity	63220
+complicated	63221
+complicates	63222
+complication	63223
+complicating	63224
+complained	63225
+complainer	63226
+complaints	63227
+comparatively	63228
+comparisons	63229
+companions	63230
+competent	63231
+competitor	63232
+compression	63233
+compressing	63234
+compressed	63235
+compresses	63236
+compressors	63237
+comprehending	63238
+comprehension	63239
+comprehensive	63240
+composite	63241
+composition	63242
+computers	63243
+computer's	63244
+computerized	63245
+commentator	63246
+commentary	63247
+commented	63248
+commenter	63249
+communicate	63250
+communicator	63251
+communism	63252
+communist	63253
+communities	63254
+community	63255
+committee	63256
+committed	63257
+commissioning	63258
+commissions	63259
+commanders	63260
+collaborating	63261
+collaboration	63262
+collaborative	63263
+collectibles	63264
+collections	63265
+collectively	63266
+correctional	63267
+corrections	63268
+counterpart	63269
+counterproductive	63270
+countertops	63271
+cooperated	63272
+cooperates	63273
+cooperating	63274
+cooperation	63275
+cooperative	63276
+coincidentally	63277
+cardiologists	63278
+carbonate	63279
+carbonation	63280
+carpenters	63281
+candidates	63282
+cancellations	63283
+calculations	63284
+captivated	63285
+capitalize	63286
+capitalization	63287
+capitalizing	63288
+capitalism	63289
+capitalist	63290
+charter.com	63291
+charter.net	63292
+characteristics	63293
+characterized	63294
+challengers	63295
+championships	63296
+cheeseburgers	63297
+cheesesteaks	63298
+christinas	63299
+creatively	63300
+crossbows	63301
+criticize	63302
+criticizing	63303
+classified	63304
+classification	63305
+customizable	63306
+customization	63307
+customized	63308
+custodians	63309
+celebrated	63310
+celebrates	63311
+celebration	63312
+celebrating	63313
+certificates	63314
+certifications	63315
+circumcised	63316
+circumstances	63317
+circulated	63318
+circulating	63319
+circulation	63320
+circulatory	63321
+civilizations	63322
+Stevensons	63323
+Springview	63324
+Springville	63325
+propositions	63326
+property:	63327
+promoters	63328
+promotional	63329
+promotions	63330
+protecting	63331
+protection	63332
+protective	63333
+protectors	63334
+providers	63335
+provinces	63336
+professionalism	63337
+professionally	63338
+professionals	63339
+productions	63340
+productive	63341
+productivity	63342
+progressive.com	63343
+progressively	63344
+programmer	63345
+programmed	63346
+presentation	63347
+presentable	63348
+presenter	63349
+presented	63350
+prescribed	63351
+precedence	63352
+precedent	63353
+preparedness	63354
+preparations	63355
+pretended	63356
+pretenders	63357
+predictions	63358
+princesses	63359
+participate	63360
+participants	63361
+particularly	63362
+particulars	63363
+positively	63364
+positives	63365
+possessions	63366
+populated	63367
+populations	63368
+perfectionist	63369
+perfections	63370
+performers	63371
+periodontics	63372
+periodontist	63373
+perpetually	63374
+purifiers	63375
+punctuations	63376
+photographers	63377
+physician's	63378
+physicians	63379
+psychologically	63380
+psychologists	63381
+psychiatrists	63382
+Connections	63383
+Constantine	63384
+Converters	63385
+Columbiana	63386
+Cornerstar	63387
+Cornerstone	63388
+Carpentersville	63389
+Californians	63390
+Charleston	63391
+Charlestown	63392
+Championships	63393
+Christiansburg	63394
+Christiansen	63395
+Christianson	63396
+Christine's	63397
+Christines	63398
+Christina's	63399
+Christopher's	63400
+Christophers	63401
+Centerpointe	63402
+Marianne's	63403
+Marshall's	63404
+Marshalls	63405
+Marshalltown	63406
+Merrimack	63407
+Merriman's	63408
+Bridgeton	63409
+Bridgetown	63410
+Bridgewater	63411
+Bridgeway	63412
+Bennettsville	63413
+Butterfield	63414
+Butterfinger	63415
+Blackstock	63416
+Blackstone	63417
+backfired	63418
+backfires	63419
+babysitter's	63420
+babysitters	63421
+butterflies	63422
+butterfly	63423
+bullshitted	63424
+bullshitter	63425
+bullshitting	63426
+beautifully	63427
+believers	63428
+restriction	63429
+restricting	63430
+restrictive	63431
+restorations	63432
+researchers	63433
+residence	63434
+residency	63435
+residential	63436
+residents	63437
+responders	63438
+reconstruction	63439
+reconstructive	63440
+reconnecting	63441
+reconnection	63442
+receivers	63443
+reciprocate	63444
+reproductions	63445
+reprogrammed	63446
+reprogramming	63447
+representatives	63448
+replacements	63449
+reportedly	63450
+reporters	63451
+repeatedly	63452
+realistically	63453
+reactivated	63454
+refrigerated	63455
+refrigerators	63456
+referenced	63457
+references	63458
+reflections	63459
+relationship	63460
+relatively	63461
+relatives	63462
+relievers	63463
+retrievers	63464
+retainers	63465
+reminders	63466
+registrars	63467
+registrations	63468
+revolvers	63469
+requirements	63470
+rattlesnakes	63471
+rollerblades	63472
+decorations	63473
+defender's	63474
+defenders	63475
+definition	63476
+definitive	63477
+definitely	63478
+dealerships	63479
+demonstrated	63480
+demonstrates	63481
+demonstration	63482
+demonstrating	63483
+disconnecting	63484
+disconnection	63485
+discontinue	63486
+discontinuing	63487
+discounted	63488
+discounters	63489
+discourage	63490
+discouraging	63491
+discretionary	63492
+discussions	63493
+distribution	63494
+distributing	63495
+distributed	63496
+distributors	63497
+distraction	63498
+distracting	63499
+distinction	63500
+distinctive	63501
+distances	63502
+dispensers	63503
+directionally	63504
+downloader	63505
+downloaded	63506
+dominated	63507
+dominates	63508
+dominating	63509
+domination	63510
+accomplishment	63511
+accomplished	63512
+accomplishing	63513
+accompanied	63514
+accompaniment	63515
+accompanying	63516
+accommodations	63517
+activations	63518
+advertisement	63519
+advertiser	63520
+advertised	63521
+articulated	63522
+applications	63523
+applicators	63524
+automatic	63525
+automation	63526
+automated	63527
+authorizations	63528
+authorized	63529
+attendants	63530
+transformer	63531
+transformed	63532
+transformations	63533
+transferred	63534
+transferring	63535
+transportation	63536
+transporting	63537
+transports	63538
+translated	63539
+translates	63540
+translation	63541
+translating	63542
+translators	63543
+transitional	63544
+transitioning	63545
+transitions	63546
+transmittal	63547
+transmitting	63548
+transcribed	63549
+travelers	63550
+troubleshoot	63551
+troublesome	63552
+troublemakers	63553
+terrified	63554
+terrifies	63555
+terroristic	63556
+terrorists	63557
+terminate	63558
+terminator	63559
+terminally	63560
+terminals	63561
+tenderloins	63562
+temperatures	63563
+testimonials	63564
+technicalities	63565
+technicality	63566
+technologically	63567
+thermostats	63568
+therapists	63569
+marinated	63570
+massagers	63571
+magnified	63572
+magnifier	63573
+motivational	63574
+motivations	63575
+molesters	63576
+miscarriages	63577
+ministration	63578
+ministrator	63579
+medication	63580
+medicating	63581
+medicated	63582
+merchandiser	63583
+memorized	63584
+multiplied	63585
+multiplier	63586
+Albertsons	63587
+Angelina's	63588
+Americana	63589
+Americans	63590
+Princesses	63591
+Pittsburgh's	63592
+Philippines	63593
+Phillipsburg	63594
+finalized	63595
+fisherman's	63596
+fishermans	63597
+formations	63598
+forgiveness	63599
+fasteners	63600
+fantasized	63601
+favoritest	63602
+familiarize	63603
+freshener	63604
+freshened	63605
+Robertsons	63606
+Registrar	63607
+Registration	63608
+Danielle's	63609
+Donaldsonville	63610
+Dominicans	63611
+horseshoes	63612
+horrifically	63613
+hospitalize	63614
+hospitalization	63615
+hairdressers	63616
+hahahahahahaha	63617
+headliner	63618
+headlines	63619
+heartbreaker	63620
+heartbreaking	63621
+heartworms	63622
+hypocrites	63623
+Transportation's	63624
+Travelers	63625
+Timberland	63626
+Timberlane	63627
+experimental	63628
+experimentation	63629
+experienced	63630
+experiences	63631
+expectations	63632
+expeditions	63633
+explorers	63634
+exploration	63635
+exploratory	63636
+extenders	63637
+extraction	63638
+extracting	63639
+entertainers	63640
+electronic	63641
+electrons	63642
+electrolyte	63643
+electrolysis	63644
+electrodes	63645
+electrical	63646
+economical	63647
+economics	63648
+Greenbriar	63649
+Greenbrier	63650
+Greensprings	63651
+granddaddy's	63652
+graduations	63653
+generation	63654
+generating	63655
+generated	63656
+generates	63657
+generators	63658
+generalize	63659
+generalization	63660
+gentleman's	63661
+gentlemanly	63662
+gentlemen's	63663
+gentlemens	63664
+guardianship	63665
+interception	63666
+intercepted	63667
+interceptor	63668
+intercession	63669
+intercessory	63670
+intercounty	63671
+intercourse	63672
+internalize	63673
+internally	63674
+internationally	63675
+internists	63676
+internships	63677
+interventional	63678
+interventions	63679
+interviewed	63680
+interviewer	63681
+interruption	63682
+interrupting	63683
+interrogated	63684
+interrogating	63685
+interrogation	63686
+interpreter	63687
+interpreted	63688
+interpretations	63689
+interfered	63690
+interference	63691
+interferes	63692
+interactions	63693
+intermittently	63694
+intersections	63695
+intentionally	63696
+integrate	63697
+intellectually	63698
+intelligently	63699
+introductions	63700
+intruders	63701
+installer	63702
+installed	63703
+installations	63704
+installments	63705
+instantaneously	63706
+institutionalized	63707
+instructional	63708
+instructions	63709
+instrumentals	63710
+inconsistent	63711
+inconvenienced	63712
+inconveniences	63713
+inflammatories	63714
+inflammatory	63715
+influenced	63716
+influences	63717
+infections	63718
+informational	63719
+informations	63720
+indication	63721
+indicating	63722
+indicative	63723
+indicated	63724
+indicates	63725
+indicators	63726
+investigation	63727
+investigating	63728
+investigative	63729
+investigated	63730
+investigators	63731
+inverters	63732
+improvements	63733
+impressionable	63734
+impressions	63735
+impersonating	63736
+impersonation	63737
+imaginations	63738
+landscapers	63739
+liberated	63740
+liberating	63741
+liberation	63742
+listeners	63743
+legalized	63744
+wholesalers	63745
+Williamsbridge	63746
+Williamsburg	63747
+Williamston	63748
+Williamstown	63749
+Francisco	63750
+Franciscan	63751
+Francesca	63752
+Francesco	63753
+Fredericksburg	63754
+Kingstowne	63755
+Electronics	63756
+overstepped	63757
+overstepping	63758
+overseers	63759
+overdrafted	63760
+overdrawn	63761
+overdosed	63762
+organizer	63763
+organized	63764
+organizes	63765
+organizational	63766
+organizations	63767
+organisms	63768
+originated	63769
+optimistic	63770
+opposites	63771
+observations	63772
+offenders	63773
+occupants	63774
+occurrences	63775
+nominations	63776
+nationalities	63777
+nationality	63778
+understand	63779
+understaffed	63780
+understatement	63781
+underwears	63782
+underwriters	63783
+undergraduate	63784
+uncontrollable	63785
+uncontrollably	63786
+Valentine's	63787
+Valentines	63788
+Valentino's	63789
+Valentinos	63790
+kindergarten	63791
+kindergartner	63792
+justified	63793
+justifies	63794
+123456789	63795
+quarterbacks	63796
+qualified	63797
+qualifier	63798
+qualifies	63799
+qualifications	63800
+straightened	63801
+straightener	63802
+sharpeners	63803
+specialized	63804
+specializes	63805
+specializations	63806
+specification	63807
+specifically	63808
+socialized	63809
+significantly	63810
+sweeteners	63811
+contraction	63812
+contracting	63813
+contractors	63814
+contradictions	63815
+controller	63816
+controlled	63817
+construction	63818
+constructing	63819
+constructive	63820
+constitutes	63821
+constitutional	63822
+considerations	63823
+consistently	63824
+consultants	63825
+consultations	63826
+conservatively	63827
+conservatives	63828
+consolidated	63829
+consolidating	63830
+consolidation	63831
+confidential	63832
+confidently	63833
+conversation	63834
+conversating	63835
+conversions	63836
+converters	63837
+convertibles	63838
+congratulated	63839
+congratulating	63840
+congratulations	63841
+completions	63842
+complications	63843
+companionship	63844
+competence	63845
+competencies	63846
+competency	63847
+competition	63848
+competitive	63849
+competitors	63850
+compressions	63851
+composites	63852
+computershare	63853
+commentators	63854
+communication	63855
+communicating	63856
+communicative	63857
+communicated	63858
+communicates	63859
+committees	63860
+commissioner	63861
+commissioned	63862
+counterparts	63863
+carbonated	63864
+capitalized	63865
+capitalizes	63866
+criticized	63867
+classifieds	63868
+celebrations	63869
+programmers	63870
+presentations	63871
+presenters	63872
+participated	63873
+participates	63874
+participating	63875
+participation	63876
+personalize	63877
+personalization	63878
+personalities	63879
+personality	63880
+Constantinople	63881
+Constantinos	63882
+Charleston's	63883
+Butterfields	63884
+backstabber	63885
+backstabbing	63886
+restrictions	63887
+residences	63888
+responsibilities	63889
+responsibility	63890
+responsible	63891
+responsibly	63892
+reciprocated	63893
+reciprocating	63894
+reciprocation	63895
+relationships	63896
+definitions	63897
+definitively	63898
+demonstrations	63899
+discontinued	63900
+discouraged	63901
+distributions	63902
+distractions	63903
+downloaders	63904
+accomplishments	63905
+advertisements	63906
+advertisers	63907
+automatically	63908
+automatics	63909
+transformers	63910
+transported	63911
+transporter	63912
+translations	63913
+transmitter	63914
+transmitted	63915
+troubleshooting	63916
+terminated	63917
+terminating	63918
+termination	63919
+medications	63920
+merchandisers	63921
+fresheners	63922
+Registrar's	63923
+hospitalized	63924
+hahahahahahahaha	63925
+headliners	63926
+extractions	63927
+electronica	63928
+electronics	63929
+electrolytes	63930
+electrician	63931
+electricity	63932
+electrically	63933
+economically	63934
+generational	63935
+generations	63936
+generalized	63937
+interceptions	63938
+interruptions	63939
+interpreters	63940
+integrating	63941
+integration	63942
+integrative	63943
+integrated	63944
+installers	63945
+inconsistencies	63946
+inconsistency	63947
+indications	63948
+investigations	63949
+Francisco's	63950
+Francesca's	63951
+Francesco's	63952
+organizers	63953
+understanding	63954
+understands	63955
+kindergarteners	63956
+specifications	63957
+contractions	63958
+controllers	63959
+constructions	63960
+confidentiality	63961
+confidentially	63962
+conversational	63963
+conversations	63964
+competitions	63965
+competitively	63966
+communications	63967
+commissioners	63968
+personalized	63969
+backstabbers	63970
+transmitters	63971
+hahahahahahahahaha	63972
+electronically	63973
+electricians	63974
+understandable	63975
+understandably	63976
+conversationalist	63977
+hahahahahahahahahaha	63978
+hahahahahahahahahahaha	63979
+hahahahahahahahahahahahaha	63980
+</S>	63981
+<S>	63982
diff --git a/system/usr/srec/en-US/am_phonemes.syms b/system/usr/srec/en-US/am_phonemes.syms
new file mode 100644
index 0000000000000000000000000000000000000000..d7be90c6d25ff3858b064dd019a1635b8bc5ae37
Binary files /dev/null and b/system/usr/srec/en-US/am_phonemes.syms differ
diff --git a/system/usr/srec/en-US/app_bias.fst b/system/usr/srec/en-US/app_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..81551947524186c5ec5ab884bae8b5bcee6bba6d
Binary files /dev/null and b/system/usr/srec/en-US/app_bias.fst differ
diff --git a/system/usr/srec/en-US/c_fst b/system/usr/srec/en-US/c_fst
new file mode 100644
index 0000000000000000000000000000000000000000..be016c7786c881e64a597f30435a496f1a80f275
Binary files /dev/null and b/system/usr/srec/en-US/c_fst differ
diff --git a/system/usr/srec/en-US/commands.abnf b/system/usr/srec/en-US/commands.abnf
new file mode 100644
index 0000000000000000000000000000000000000000..1d3e51aa0f2f6436d1fc103becfadad0452d4b5b
--- /dev/null
+++ b/system/usr/srec/en-US/commands.abnf
@@ -0,0 +1,118 @@
+// Copyright 2012 Google Inc. All Rights Reserved.
+//
+// Grammar used for disambiguation of results and for confirming or
+// canceling a call.
+
+tag-semantics <literal>;
+
+$root = /0.15/ $COMMAND | /0.85/ $OTHER;
+
+$COMMAND = cancel {_cancel} | okay {_okay} | $DISAMBIG;
+
+$DISAMBIG = select $digit;
+$digit = $digit1 | $digit2 | $digit3;
+$digit1 = 1 {_select_1};
+$digit2 = 2 {_select_2};
+$digit3 = 3 {_select_3};
+
+$OTHER = ($OTHER_WORDS<1->) {_other};
+$OTHER_WORDS =
+        the |
+        be |
+        to |
+        of |
+        and |
+        a |
+        in |
+        that |
+        have |
+        i |
+        it |
+        for |
+        not |
+        on |
+        with |
+        he |
+        as |
+        you |
+        do |
+        at |
+        this |
+        but |
+        his |
+        by |
+        from |
+        they |
+        we |
+        say |
+        her |
+        she |
+        or |
+        an |
+        will |
+        my |
+        all |
+        would |
+        there |
+        their |
+        what |
+        so |
+        up |
+        out |
+        if |
+        about |
+        who |
+        get |
+        which |
+        go |
+        me |
+        when |
+        make |
+        can |
+        like |
+        time |
+        no |
+        just |
+        him |
+        know |
+        take |
+        person |
+        into |
+        year |
+        your |
+        good |
+        some |
+        could |
+        them |
+        see |
+        other |
+        than |
+        then |
+        now |
+        look |
+        only |
+        come |
+        its |
+        over |
+        think |
+        also |
+        back |
+        after |
+        use |
+        how |
+        our |
+        work |
+        first |
+        well |
+        way |
+        even |
+        new |
+        want |
+        because |
+        any |
+        these |
+        give |
+        day |
+        most |
+        us
+        ;
diff --git a/system/usr/srec/en-US/compile_grammar.config b/system/usr/srec/en-US/compile_grammar.config
new file mode 100644
index 0000000000000000000000000000000000000000..7e81d17ab5fc961341e3f9ada4b8504d52b771a7
--- /dev/null
+++ b/system/usr/srec/en-US/compile_grammar.config
@@ -0,0 +1,11 @@
+)
+	phonelistSymbolTableê÷/
+	phonelist)
+hmmsymsSymbolTableê÷/
+hmm_symbols?
+pron_generator
PronGeneratorêÐ×^
+dict"norm_fst2g2p_fst
+c_fstStdFstšš0
+c_fstf
+grammar_decoder_graphGrammarDecoderGraphParams2º”ü\-
+	phonelisthmmsymspron_generator"c_fst0
\ No newline at end of file
diff --git a/system/usr/srec/en-US/config.pumpkin b/system/usr/srec/en-US/config.pumpkin
new file mode 100644
index 0000000000000000000000000000000000000000..6c14360187ddb7ec985c8cb6cd777dd37183c59e
Binary files /dev/null and b/system/usr/srec/en-US/config.pumpkin differ
diff --git a/system/usr/srec/en-US/confirmation_bias.fst b/system/usr/srec/en-US/confirmation_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..50b3bb79199cc80db3e9d9d76e14f77425ce7cf0
Binary files /dev/null and b/system/usr/srec/en-US/confirmation_bias.fst differ
diff --git a/system/usr/srec/en-US/contacts.abnf b/system/usr/srec/en-US/contacts.abnf
new file mode 100644
index 0000000000000000000000000000000000000000..e9f85c9067a686b28225b2f5fd1613799aaf8ee4
--- /dev/null
+++ b/system/usr/srec/en-US/contacts.abnf
@@ -0,0 +1,159 @@
+// Copyright 2012 Google Inc. All Rights Reserved.
+//
+// Contact dialing grammar.
+//
+// For completeness. On the client side $CONTACT is added and $VOICE_DIALING
+// and $TARGET are defined either as:
+//    1) $VOICE_DIALING = $CONTACT_AND_DIGIT_DIALING;
+//       $TARGET = $CONTACT; or
+//    2) $VOICE_DIALING = $DIGIT_DIALING;  // If contact list is not available.
+
+tag-semantics <literal>;
+
+$root = /0.07/ $VOICE_DIALING | /0.93/ $OTHER;
+
+$CONTACT_AND_DIGIT_DIALING = /0.95/ $CONTACT_CALLING | /0.05/ $DIGIT_DIALING;
+
+$CONTACT_CALLING = [please] ((/0.94/ $CONTACT_CALL | /0.03/ dial | /0.02/ phone | /0.01/ get)  {_call}) {___<scrub>___} $TARGET {___</scrub>___} $SUFFIX;
+
+$CONTACT_CALL =
+      /0.87/ call |
+      /0.08/ (make a [phone] call to) |
+      /0.05/ (place a [phone] call to);
+
+$SUFFIX = [$MOBILE | $WORK | $HOME];
+
+$HOME = ([at | at $PRON] | [on | on $PRON_THE]) $HOME_BASE [phone];
+$ON_AT = /0.85/ on | /0.15/ at;
+$MOBILE = ([$ON_AT | $ON_AT $PRON] | [$ON_AT | $ON_AT $PRON_THE]) $MOBILE_BASE [phone];
+$WORK = ([at | at $PRON] | [on | on $PRON_THE]) $HOME_BASE [phone];
+
+$PRON = (his | her | their);
+$PRON_THE = $PRON | the;
+$HOME_BASE = (home | house) {_p1};
+$MOBILE_BASE = (mobile | cell | cellular) {_p2};
+$WORK_BASE = (business | work | office) {_p3};
+
+$DIGIT_DIALING = [please] ((/0.7/ $DIGIT_CALL | /0.22/ dial | /0.08/ phone) {_call}) [the number] {___<scrub>___} $LITERAL_NUM {___</scrub>___};
+
+$DIGIT_CALL =
+      /0.75/ call |
+      /0.17/ (make a [phone] call to) |
+      /0.08/ (place a [phone] call to);
+
+$LITERAL_NUM = $digit<7-15>;
+$digit = $digit0 | $digit1 | $digit2 | $digit3 | $digit4 | $digit5 | $digit6 | $digit7 | $digit8 | $digit9;
+$digit0 = (0 {_d0});
+$digit1 = (1 {_d1});
+$digit2 = (2 {_d2});
+$digit3 = (3 {_d3});
+$digit4 = (4 {_d4});
+$digit5 = (5 {_d5});
+$digit6 = (6 {_d6});
+$digit7 = (7 {_d7});
+$digit8 = (8 {_d8});
+$digit9 = (9 {_d9});
+
+$OTHER = ($OTHER_WORDS<1->) {_other};
+$OTHER_WORDS =
+        the |
+        be |
+        to |
+        of |
+        and |
+        a |
+        in |
+        that |
+        have |
+        i |
+        it |
+        for |
+        not |
+        on |
+        with |
+        he |
+        as |
+        you |
+        do |
+        at |
+        this |
+        but |
+        his |
+        by |
+        from |
+        they |
+        we |
+        say |
+        her |
+        she |
+        or |
+        an |
+        will |
+        my |
+        one |
+        all |
+        would |
+        there |
+        their |
+        what |
+        so |
+        up |
+        out |
+        if |
+        about |
+        who |
+        get |
+        which |
+        go |
+        me |
+        when |
+        make |
+        can |
+        like |
+        time |
+        no |
+        just |
+        him |
+        know |
+        take |
+        person |
+        into |
+        year |
+        your |
+        good |
+        some |
+        could |
+        them |
+        see |
+        other |
+        than |
+        then |
+        now |
+        look |
+        only |
+        come |
+        its |
+        over |
+        think |
+        also |
+        back |
+        after |
+        use |
+        two |
+        how |
+        our |
+        work |
+        first |
+        well |
+        way |
+        even |
+        new |
+        want |
+        because |
+        any |
+        these |
+        give |
+        day |
+        most |
+        us
+        ;
diff --git a/system/usr/srec/en-US/contacts_bias.fst b/system/usr/srec/en-US/contacts_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..6bf37472f8da541ec88f18449855b6e5b66145b8
Binary files /dev/null and b/system/usr/srec/en-US/contacts_bias.fst differ
diff --git a/system/usr/srec/en-US/contacts_disambig.fst b/system/usr/srec/en-US/contacts_disambig.fst
new file mode 100644
index 0000000000000000000000000000000000000000..ff890b716e3a29929ac657b553a96a319b60c3dc
Binary files /dev/null and b/system/usr/srec/en-US/contacts_disambig.fst differ
diff --git a/system/usr/srec/en-US/dict b/system/usr/srec/en-US/dict
new file mode 100644
index 0000000000000000000000000000000000000000..fb359fdca52fd7f5f9fd3354993b9f89e8ed7f6c
--- /dev/null
+++ b/system/usr/srec/en-US/dict
@@ -0,0 +1,148 @@
+<S>	sil
+</S>	sil
+<s>	sil
+</s>	sil
+0	ow
+0	z ih r ow
+1	w ah n
+2	t uw
+3	th r iy
+4	f ao r
+5	f ay v
+6	s ih k s
+7	s eh v ah n
+8	ey t
+9	n ay n
+call	k ao l
+cell	s eh l
+dial	d ay l
+email	iy m ey l
+home	hh ow m
+message	m eh s ih jh
+mobile	m ow b ax l
+mobile	m ow b iy l
+office	ao f ih s
+phone	f ow n
+send	s eh n d
+text	t eh k s t
+android	ae n d r oy d
+computer	k ax m p y uw t er
+cancel	k ae n s ax l
+okay	ow k ey
+the	dh ah
+the	dh iy
+be	b
+to	t ax
+to	t uw
+of	ao f
+and	ae n d
+a	ax
+a	ey
+in	ih n
+that	dh ae t
+have	hh ae v
+i	ay
+it	ih t
+for	f er
+for	f ao r
+not	n aa t
+on	aa n
+on	ao n
+with	w ih dh
+with	w ih th
+he	hh iy
+as	ae z
+you	y uw
+do	d uw
+at	ae t
+this	dh ih s
+but	b ah t
+his	hh ih z
+by	b ay
+from	f r ah m
+they	dh ey
+we	w iy
+say	s ey
+her	hh er
+she	sh iy
+or	ao r
+or	ow r
+an	ae n
+will	w ih l
+my	m ay
+one	w ah n
+all	ao l
+would	w uh d
+there	dh ey r
+their	dh ey r
+what	w aa t
+what	w ah t
+so	s ow
+up	ah p
+out	aw t
+if	ih f
+about	ax b aw t
+who	hh uw
+get	g eh t
+which	w ih ch
+go	g ow
+me	m iy
+when	w eh n
+make	m ey k
+can	k ae n
+like	l ay k
+time	t ay m
+no	n ow
+just	jh ah s t
+him	hh ih m
+know	n ow
+take	t ey k
+person	p er s ih n
+into	ih n t ax
+into	ih n t uw
+year	y iy r
+your	y ow r
+your	y uh r
+good	g uh d
+google	g uw g ax l
+google	g uw g l
+some	s ah m
+could	k uh d
+them	dh eh m
+them	th eh m
+see	s iy
+other	ah dh er
+than	dh ae n
+then	dh eh n
+now	n aw
+look	l uh k
+only	ow n l iy
+come	k ah m
+its	ih t s
+over	ow v er
+think	th ih nx k
+also	ao l s ow
+back	b ae k
+after	ae f t er
+use	y uw s
+use	y uw z
+two	t uw
+how	hh aw
+our	aw er
+our	aa r
+work	w er k
+first	f er s t
+well	w eh l
+way	w ey
+even	iy v ax n
+new	n uw
+want	w aa n t
+want	w ah n t
+because	b ax k ah z
+because	b ax k ao z
+any	eh n iy
+these	dh iy z
+give	g ih v
+day	d ey
+most	m ow s t
+us	ah s
diff --git a/system/usr/srec/en-US/dictation.config b/system/usr/srec/en-US/dictation.config
new file mode 100644
index 0000000000000000000000000000000000000000..9708dcead7cf7fef15c706d2bacd729229a8de82
Binary files /dev/null and b/system/usr/srec/en-US/dictation.config differ
diff --git a/system/usr/srec/en-US/dnn b/system/usr/srec/en-US/dnn
new file mode 100644
index 0000000000000000000000000000000000000000..c634149be8fd67df58e8f8cb87f2ce849a13a139
Binary files /dev/null and b/system/usr/srec/en-US/dnn differ
diff --git a/system/usr/srec/en-US/embedded_class_denorm.mfar b/system/usr/srec/en-US/embedded_class_denorm.mfar
new file mode 100644
index 0000000000000000000000000000000000000000..e585e6eee58485de9da80cfdd7de8e3eb2fcf5f9
Binary files /dev/null and b/system/usr/srec/en-US/embedded_class_denorm.mfar differ
diff --git a/system/usr/srec/en-US/embedded_normalizer.mfar b/system/usr/srec/en-US/embedded_normalizer.mfar
new file mode 100644
index 0000000000000000000000000000000000000000..9066ea269fb4691da17f5ca279f7b2b85e8e1eff
Binary files /dev/null and b/system/usr/srec/en-US/embedded_normalizer.mfar differ
diff --git a/system/usr/srec/en-US/en-US_app-actions_prompted-app-name_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_app-actions_prompted-app-name_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..81551947524186c5ec5ab884bae8b5bcee6bba6d
Binary files /dev/null and b/system/usr/srec/en-US/en-US_app-actions_prompted-app-name_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_calendar-actions_AddCalendarEvent-Prompted-FieldToChange_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_calendar-actions_AddCalendarEvent-Prompted-FieldToChange_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..e6ff152a81bc766c4771f99e3dc6ededcdc2a34c
Binary files /dev/null and b/system/usr/srec/en-US/en-US_calendar-actions_AddCalendarEvent-Prompted-FieldToChange_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_confirmation_confirmation-cancellation_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_confirmation_confirmation-cancellation_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..dd92da3f564317295669e8280958020ab0a33560
Binary files /dev/null and b/system/usr/srec/en-US/en-US_confirmation_confirmation-cancellation_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_gmm-actions_gmm-nav-actions_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_gmm-actions_gmm-nav-actions_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..c70f2d865ba228af00a9f455960f32d8e84048c5
Binary files /dev/null and b/system/usr/srec/en-US/en-US_gmm-actions_gmm-nav-actions_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_media-actions_music-service-controllable_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_media-actions_music-service-controllable_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..169cf76f99e54bce89786cf26967ee62791492ac
Binary files /dev/null and b/system/usr/srec/en-US/en-US_media-actions_music-service-controllable_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_monastery_GenericAction-Prompted-ContactName_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_monastery_GenericAction-Prompted-ContactName_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..6bf37472f8da541ec88f18449855b6e5b66145b8
Binary files /dev/null and b/system/usr/srec/en-US/en-US_monastery_GenericAction-Prompted-ContactName_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_monastery_contact-disambig-static_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_monastery_contact-disambig-static_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..ff890b716e3a29929ac657b553a96a319b60c3dc
Binary files /dev/null and b/system/usr/srec/en-US/en-US_monastery_contact-disambig-static_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Read_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Read_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..948a8a41b3c28f50785d451201d3364c8d3822c5
Binary files /dev/null and b/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Read_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Skip_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Skip_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..0c44e3eaefdd214f0df5f45a486fd1f6e2ff56ac
Binary files /dev/null and b/system/usr/srec/en-US/en-US_read-items_SearchMessageAction-Prompted-Skip_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/en-US_time-actions_time-context_TWIDDLER_FST.fst b/system/usr/srec/en-US/en-US_time-actions_time-context_TWIDDLER_FST.fst
new file mode 100644
index 0000000000000000000000000000000000000000..aa678d8263bf7ddcce8642c1856c98f540ec223c
Binary files /dev/null and b/system/usr/srec/en-US/en-US_time-actions_time-context_TWIDDLER_FST.fst differ
diff --git a/system/usr/srec/en-US/endpointer_dictation.config b/system/usr/srec/en-US/endpointer_dictation.config
new file mode 100644
index 0000000000000000000000000000000000000000..f94d35885cf2fa1a6ec24b69a8202eac455e0acb
Binary files /dev/null and b/system/usr/srec/en-US/endpointer_dictation.config differ
diff --git a/system/usr/srec/en-US/endpointer_model b/system/usr/srec/en-US/endpointer_model
new file mode 100644
index 0000000000000000000000000000000000000000..91378fc472afb41da9a9675cdeccf46982639f26
Binary files /dev/null and b/system/usr/srec/en-US/endpointer_model differ
diff --git a/system/usr/srec/en-US/endpointer_model.mmap b/system/usr/srec/en-US/endpointer_model.mmap
new file mode 100644
index 0000000000000000000000000000000000000000..91378fc472afb41da9a9675cdeccf46982639f26
Binary files /dev/null and b/system/usr/srec/en-US/endpointer_model.mmap differ
diff --git a/system/usr/srec/en-US/endpointer_voicesearch.config b/system/usr/srec/en-US/endpointer_voicesearch.config
new file mode 100644
index 0000000000000000000000000000000000000000..e2861bbe2043da1e6cc0dd50d6fb2eb202587c8c
Binary files /dev/null and b/system/usr/srec/en-US/endpointer_voicesearch.config differ
diff --git a/system/usr/srec/en-US/ep_portable_mean_stddev b/system/usr/srec/en-US/ep_portable_mean_stddev
new file mode 100644
index 0000000000000000000000000000000000000000..26f2215b03c02e10b6db028ae70df17a56091cc7
Binary files /dev/null and b/system/usr/srec/en-US/ep_portable_mean_stddev differ
diff --git a/system/usr/srec/en-US/ep_portable_model.uint8.mmap b/system/usr/srec/en-US/ep_portable_model.uint8.mmap
new file mode 100644
index 0000000000000000000000000000000000000000..4c7295ac571e99920af1be5e8bbe86974e20d29f
Binary files /dev/null and b/system/usr/srec/en-US/ep_portable_model.uint8.mmap differ
diff --git a/system/usr/srec/en-US/g2p.data b/system/usr/srec/en-US/g2p.data
new file mode 100644
index 0000000000000000000000000000000000000000..02af17962cbcab71e775c4c886ba8a722b8d1dbd
Binary files /dev/null and b/system/usr/srec/en-US/g2p.data differ
diff --git a/system/usr/srec/en-US/g2p_fst b/system/usr/srec/en-US/g2p_fst
new file mode 100644
index 0000000000000000000000000000000000000000..d2628e135e8c19aecfa0e832d263fb2a02fb6d11
Binary files /dev/null and b/system/usr/srec/en-US/g2p_fst differ
diff --git a/system/usr/srec/en-US/g2p_graphemes.syms b/system/usr/srec/en-US/g2p_graphemes.syms
new file mode 100644
index 0000000000000000000000000000000000000000..d2ebc471d688ad49a16408860a20f1e56422dadf
Binary files /dev/null and b/system/usr/srec/en-US/g2p_graphemes.syms differ
diff --git a/system/usr/srec/en-US/g2p_phonemes.syms b/system/usr/srec/en-US/g2p_phonemes.syms
new file mode 100644
index 0000000000000000000000000000000000000000..5bf8244c44ea0893354a45917d0385974ad9c814
Binary files /dev/null and b/system/usr/srec/en-US/g2p_phonemes.syms differ
diff --git a/system/usr/srec/en-US/grammar.config b/system/usr/srec/en-US/grammar.config
new file mode 100644
index 0000000000000000000000000000000000000000..9beab7f22e6f05ed497791a235a3dba99b959ed8
Binary files /dev/null and b/system/usr/srec/en-US/grammar.config differ
diff --git a/system/usr/srec/en-US/hmm_symbols b/system/usr/srec/en-US/hmm_symbols
new file mode 100644
index 0000000000000000000000000000000000000000..87792abb50484c755e0157c84175b4b47f7528ba
--- /dev/null
+++ b/system/usr/srec/en-US/hmm_symbols
@@ -0,0 +1,6998 @@
+.eps	0
+.wb	1
+aa_1.1_aa_2.1_aa_3.1	2
+aa_1.1_aa_2.18_aa_3.18	3
+aa_1.13_aa_2.8_aa_3.13	4
+aa_1.13_aa_2.18_aa_3.18	5
+aa_1.5_aa_2.5_aa_3.18	6
+aa_1.9_aa_2.14_aa_3.18	7
+aa_1.9_aa_2.18_aa_3.18	8
+aa_1.17_aa_2.10_aa_3.18	9
+aa_1.17_aa_2.14_aa_3.18	10
+aa_1.17_aa_2.18_aa_3.18	11
+aa_1.10_aa_2.10_aa_3.18	12
+aa_1.16_aa_2.18_aa_3.18	13
+aa_1.21_aa_2.18_aa_3.18	14
+aa_1.2_aa_2.16_aa_3.16	15
+aa_1.2_aa_2.17_aa_3.19	16
+aa_1.2_aa_2.6_aa_3.9	17
+aa_1.2_aa_2.12_aa_3.17	18
+aa_1.2_aa_2.19_aa_3.4	19
+aa_1.2_aa_2.19_aa_3.19	20
+aa_1.2_aa_2.19_aa_3.14	21
+aa_1.2_aa_2.19_aa_3.5	22
+aa_1.2_aa_2.19_aa_3.6	23
+aa_1.2_aa_2.19_aa_3.7	24
+aa_1.2_aa_2.19_aa_3.12	25
+aa_1.2_aa_2.19_aa_3.9	26
+aa_1.2_aa_2.19_aa_3.10	27
+aa_1.2_aa_2.19_aa_3.17	28
+aa_1.4_aa_2.16_aa_3.16	29
+aa_1.4_aa_2.17_aa_3.19	30
+aa_1.4_aa_2.12_aa_3.17	31
+aa_1.4_aa_2.9_aa_3.4	32
+aa_1.4_aa_2.9_aa_3.19	33
+aa_1.4_aa_2.9_aa_3.2	34
+aa_1.4_aa_2.9_aa_3.5	35
+aa_1.4_aa_2.9_aa_3.6	36
+aa_1.4_aa_2.9_aa_3.7	37
+aa_1.4_aa_2.9_aa_3.12	38
+aa_1.4_aa_2.9_aa_3.10	39
+aa_1.4_aa_2.9_aa_3.17	40
+aa_1.4_aa_2.19_aa_3.4	41
+aa_1.4_aa_2.19_aa_3.19	42
+aa_1.4_aa_2.19_aa_3.14	43
+aa_1.4_aa_2.19_aa_3.5	44
+aa_1.4_aa_2.19_aa_3.6	45
+aa_1.4_aa_2.19_aa_3.7	46
+aa_1.4_aa_2.19_aa_3.12	47
+aa_1.4_aa_2.19_aa_3.10	48
+aa_1.4_aa_2.19_aa_3.17	49
+aa_1.11_aa_2.16_aa_3.16	50
+aa_1.11_aa_2.17_aa_3.19	51
+aa_1.11_aa_2.12_aa_3.17	52
+aa_1.11_aa_2.19_aa_3.4	53
+aa_1.11_aa_2.19_aa_3.19	54
+aa_1.11_aa_2.19_aa_3.14	55
+aa_1.11_aa_2.19_aa_3.5	56
+aa_1.11_aa_2.19_aa_3.6	57
+aa_1.11_aa_2.19_aa_3.7	58
+aa_1.11_aa_2.19_aa_3.12	59
+aa_1.11_aa_2.19_aa_3.10	60
+aa_1.11_aa_2.19_aa_3.17	61
+aa_1.12_aa_2.2_aa_3.16	62
+aa_1.12_aa_2.16_aa_3.16	63
+aa_1.12_aa_2.4_aa_3.8	64
+aa_1.12_aa_2.17_aa_3.19	65
+aa_1.12_aa_2.3_aa_3.4	66
+aa_1.12_aa_2.3_aa_3.8	67
+aa_1.12_aa_2.3_aa_3.14	68
+aa_1.12_aa_2.3_aa_3.5	69
+aa_1.12_aa_2.3_aa_3.6	70
+aa_1.12_aa_2.3_aa_3.7	71
+aa_1.12_aa_2.3_aa_3.12	72
+aa_1.12_aa_2.3_aa_3.10	73
+aa_1.12_aa_2.3_aa_3.17	74
+aa_1.12_aa_2.15_aa_3.4	75
+aa_1.12_aa_2.15_aa_3.19	76
+aa_1.12_aa_2.15_aa_3.14	77
+aa_1.12_aa_2.15_aa_3.5	78
+aa_1.12_aa_2.15_aa_3.6	79
+aa_1.12_aa_2.15_aa_3.7	80
+aa_1.12_aa_2.15_aa_3.12	81
+aa_1.12_aa_2.15_aa_3.10	82
+aa_1.12_aa_2.15_aa_3.17	83
+aa_1.20_aa_2.2_aa_3.3	84
+aa_1.20_aa_2.4_aa_3.19	85
+aa_1.20_aa_2.12_aa_3.17	86
+aa_1.20_aa_2.7_aa_3.4	87
+aa_1.20_aa_2.7_aa_3.19	88
+aa_1.20_aa_2.7_aa_3.14	89
+aa_1.20_aa_2.7_aa_3.5	90
+aa_1.20_aa_2.7_aa_3.6	91
+aa_1.20_aa_2.7_aa_3.7	92
+aa_1.20_aa_2.7_aa_3.12	93
+aa_1.20_aa_2.7_aa_3.10	94
+aa_1.20_aa_2.7_aa_3.17	95
+aa_1.22_aa_2.16_aa_3.16	96
+aa_1.22_aa_2.17_aa_3.19	97
+aa_1.22_aa_2.15_aa_3.4	98
+aa_1.22_aa_2.15_aa_3.19	99
+aa_1.22_aa_2.15_aa_3.14	100
+aa_1.22_aa_2.15_aa_3.5	101
+aa_1.22_aa_2.15_aa_3.6	102
+aa_1.22_aa_2.15_aa_3.7	103
+aa_1.22_aa_2.15_aa_3.12	104
+aa_1.22_aa_2.15_aa_3.10	105
+aa_1.22_aa_2.15_aa_3.17	106
+aa_1.22_aa_2.12_aa_3.17	107
+aa_1.22_aa_2.19_aa_3.4	108
+aa_1.22_aa_2.19_aa_3.19	109
+aa_1.22_aa_2.19_aa_3.14	110
+aa_1.22_aa_2.19_aa_3.5	111
+aa_1.22_aa_2.19_aa_3.6	112
+aa_1.22_aa_2.19_aa_3.7	113
+aa_1.22_aa_2.19_aa_3.12	114
+aa_1.22_aa_2.19_aa_3.10	115
+aa_1.22_aa_2.19_aa_3.17	116
+aa_1.3_aa_2.16_aa_3.16	117
+aa_1.3_aa_2.17_aa_3.19	118
+aa_1.3_aa_2.12_aa_3.17	119
+aa_1.3_aa_2.19_aa_3.4	120
+aa_1.3_aa_2.19_aa_3.19	121
+aa_1.3_aa_2.19_aa_3.14	122
+aa_1.3_aa_2.19_aa_3.5	123
+aa_1.3_aa_2.19_aa_3.6	124
+aa_1.3_aa_2.19_aa_3.7	125
+aa_1.3_aa_2.19_aa_3.12	126
+aa_1.3_aa_2.19_aa_3.10	127
+aa_1.3_aa_2.19_aa_3.17	128
+aa_1.6_aa_2.16_aa_3.16	129
+aa_1.6_aa_2.17_aa_3.19	130
+aa_1.6_aa_2.12_aa_3.11	131
+aa_1.6_aa_2.19_aa_3.4	132
+aa_1.6_aa_2.19_aa_3.19	133
+aa_1.6_aa_2.19_aa_3.14	134
+aa_1.6_aa_2.19_aa_3.5	135
+aa_1.6_aa_2.19_aa_3.6	136
+aa_1.6_aa_2.19_aa_3.7	137
+aa_1.6_aa_2.19_aa_3.12	138
+aa_1.6_aa_2.19_aa_3.10	139
+aa_1.6_aa_2.19_aa_3.11	140
+aa_1.7_aa_2.16_aa_3.16	141
+aa_1.7_aa_2.17_aa_3.19	142
+aa_1.7_aa_2.12_aa_3.17	143
+aa_1.7_aa_2.19_aa_3.4	144
+aa_1.7_aa_2.19_aa_3.19	145
+aa_1.7_aa_2.19_aa_3.14	146
+aa_1.7_aa_2.19_aa_3.5	147
+aa_1.7_aa_2.19_aa_3.6	148
+aa_1.7_aa_2.19_aa_3.7	149
+aa_1.7_aa_2.19_aa_3.12	150
+aa_1.7_aa_2.19_aa_3.10	151
+aa_1.7_aa_2.19_aa_3.17	152
+aa_1.18_aa_2.16_aa_3.16	153
+aa_1.18_aa_2.17_aa_3.19	154
+aa_1.18_aa_2.12_aa_3.17	155
+aa_1.18_aa_2.19_aa_3.4	156
+aa_1.18_aa_2.19_aa_3.19	157
+aa_1.18_aa_2.19_aa_3.14	158
+aa_1.18_aa_2.19_aa_3.5	159
+aa_1.18_aa_2.19_aa_3.6	160
+aa_1.18_aa_2.19_aa_3.7	161
+aa_1.18_aa_2.19_aa_3.12	162
+aa_1.18_aa_2.19_aa_3.10	163
+aa_1.18_aa_2.19_aa_3.17	164
+aa_1.8_aa_2.16_aa_3.16	165
+aa_1.8_aa_2.11_aa_3.19	166
+aa_1.8_aa_2.12_aa_3.17	167
+aa_1.8_aa_2.19_aa_3.4	168
+aa_1.8_aa_2.19_aa_3.19	169
+aa_1.8_aa_2.19_aa_3.14	170
+aa_1.8_aa_2.19_aa_3.5	171
+aa_1.8_aa_2.19_aa_3.6	172
+aa_1.8_aa_2.19_aa_3.7	173
+aa_1.8_aa_2.19_aa_3.12	174
+aa_1.8_aa_2.19_aa_3.10	175
+aa_1.8_aa_2.19_aa_3.17	176
+aa_1.14_aa_2.2_aa_3.16	177
+aa_1.14_aa_2.4_aa_3.19	178
+aa_1.14_aa_2.12_aa_3.17	179
+aa_1.14_aa_2.7_aa_3.4	180
+aa_1.14_aa_2.7_aa_3.19	181
+aa_1.14_aa_2.7_aa_3.14	182
+aa_1.14_aa_2.7_aa_3.5	183
+aa_1.14_aa_2.7_aa_3.6	184
+aa_1.14_aa_2.7_aa_3.7	185
+aa_1.14_aa_2.7_aa_3.12	186
+aa_1.14_aa_2.7_aa_3.10	187
+aa_1.14_aa_2.7_aa_3.17	188
+aa_1.15_aa_2.16_aa_3.16	189
+aa_1.15_aa_2.17_aa_3.19	190
+aa_1.15_aa_2.12_aa_3.17	191
+aa_1.15_aa_2.19_aa_3.4	192
+aa_1.15_aa_2.19_aa_3.19	193
+aa_1.15_aa_2.19_aa_3.14	194
+aa_1.15_aa_2.19_aa_3.5	195
+aa_1.15_aa_2.19_aa_3.6	196
+aa_1.15_aa_2.19_aa_3.7	197
+aa_1.15_aa_2.19_aa_3.12	198
+aa_1.15_aa_2.19_aa_3.10	199
+aa_1.15_aa_2.19_aa_3.17	200
+aa_1.19_aa_2.16_aa_3.15	201
+aa_1.19_aa_2.17_aa_3.19	202
+aa_1.19_aa_2.12_aa_3.17	203
+aa_1.19_aa_2.19_aa_3.4	204
+aa_1.19_aa_2.19_aa_3.19	205
+aa_1.19_aa_2.19_aa_3.14	206
+aa_1.19_aa_2.19_aa_3.5	207
+aa_1.19_aa_2.19_aa_3.6	208
+aa_1.19_aa_2.19_aa_3.7	209
+aa_1.19_aa_2.19_aa_3.12	210
+aa_1.19_aa_2.19_aa_3.10	211
+aa_1.19_aa_2.19_aa_3.17	212
+aa_1.23_aa_2.16_aa_3.16	213
+aa_1.23_aa_2.17_aa_3.19	214
+aa_1.23_aa_2.12_aa_3.17	215
+aa_1.23_aa_2.13_aa_3.4	216
+aa_1.23_aa_2.13_aa_3.19	217
+aa_1.23_aa_2.13_aa_3.14	218
+aa_1.23_aa_2.13_aa_3.5	219
+aa_1.23_aa_2.13_aa_3.6	220
+aa_1.23_aa_2.13_aa_3.7	221
+aa_1.23_aa_2.13_aa_3.12	222
+aa_1.23_aa_2.13_aa_3.10	223
+aa_1.23_aa_2.13_aa_3.17	224
+ae_1.1_ae_2.22_ae_3.7	225
+ae_1.1_ae_2.5_ae_3.1	226
+ae_1.1_ae_2.5_ae_3.7	227
+ae_1.1_ae_2.5_ae_3.18	228
+ae_1.4_ae_2.1_ae_3.7	229
+ae_1.4_ae_2.4_ae_3.7	230
+ae_1.4_ae_2.22_ae_3.7	231
+ae_1.5_ae_2.14_ae_3.1	232
+ae_1.5_ae_2.23_ae_3.7	233
+ae_1.5_ae_2.23_ae_3.19	234
+ae_1.20_ae_2.14_ae_3.1	235
+ae_1.20_ae_2.18_ae_3.7	236
+ae_1.20_ae_2.18_ae_3.19	237
+ae_1.20_ae_2.23_ae_3.7	238
+ae_1.20_ae_2.23_ae_3.19	239
+ae_1.15_ae_2.14_ae_3.1	240
+ae_1.15_ae_2.16_ae_3.7	241
+ae_1.15_ae_2.16_ae_3.19	242
+ae_1.18_ae_2.1_ae_3.1	243
+ae_1.18_ae_2.1_ae_3.7	244
+ae_1.18_ae_2.1_ae_3.19	245
+ae_1.18_ae_2.10_ae_3.1	246
+ae_1.18_ae_2.10_ae_3.7	247
+ae_1.18_ae_2.10_ae_3.19	248
+ae_1.18_ae_2.14_ae_3.1	249
+ae_1.18_ae_2.23_ae_3.7	250
+ae_1.18_ae_2.23_ae_3.19	251
+ae_1.8_ae_2.14_ae_3.1	252
+ae_1.8_ae_2.23_ae_3.7	253
+ae_1.8_ae_2.23_ae_3.19	254
+ae_1.14_ae_2.1_ae_3.1	255
+ae_1.14_ae_2.1_ae_3.7	256
+ae_1.14_ae_2.1_ae_3.8	257
+ae_1.22_ae_2.14_ae_3.1	258
+ae_1.22_ae_2.23_ae_3.7	259
+ae_1.22_ae_2.23_ae_3.19	260
+ae_1.26_ae_2.1_ae_3.1	261
+ae_1.26_ae_2.1_ae_3.7	262
+ae_1.26_ae_2.1_ae_3.19	263
+ae_1.26_ae_2.14_ae_3.1	264
+ae_1.26_ae_2.23_ae_3.7	265
+ae_1.26_ae_2.23_ae_3.19	266
+ae_1.2_ae_2.9_ae_3.3	267
+ae_1.2_ae_2.13_ae_3.6	268
+ae_1.2_ae_2.13_ae_3.16	269
+ae_1.2_ae_2.20_ae_3.12	270
+ae_1.2_ae_2.20_ae_3.9	271
+ae_1.2_ae_2.20_ae_3.17	272
+ae_1.2_ae_2.6_ae_3.5	273
+ae_1.2_ae_2.24_ae_3.2	274
+ae_1.2_ae_2.15_ae_3.14	275
+ae_1.2_ae_2.15_ae_3.13	276
+ae_1.2_ae_2.17_ae_3.10	277
+ae_1.2_ae_2.19_ae_3.3	278
+ae_1.2_ae_2.19_ae_3.6	279
+ae_1.2_ae_2.19_ae_3.11	280
+ae_1.2_ae_2.19_ae_3.15	281
+ae_1.2_ae_2.19_ae_3.16	282
+ae_1.3_ae_2.9_ae_3.3	283
+ae_1.3_ae_2.13_ae_3.6	284
+ae_1.3_ae_2.13_ae_3.16	285
+ae_1.3_ae_2.20_ae_3.12	286
+ae_1.3_ae_2.20_ae_3.9	287
+ae_1.3_ae_2.20_ae_3.17	288
+ae_1.3_ae_2.6_ae_3.5	289
+ae_1.3_ae_2.24_ae_3.2	290
+ae_1.3_ae_2.12_ae_3.14	291
+ae_1.3_ae_2.12_ae_3.3	292
+ae_1.3_ae_2.12_ae_3.13	293
+ae_1.3_ae_2.12_ae_3.6	294
+ae_1.3_ae_2.12_ae_3.10	295
+ae_1.3_ae_2.12_ae_3.11	296
+ae_1.3_ae_2.12_ae_3.15	297
+ae_1.3_ae_2.12_ae_3.16	298
+ae_1.11_ae_2.9_ae_3.3	299
+ae_1.11_ae_2.13_ae_3.6	300
+ae_1.11_ae_2.13_ae_3.16	301
+ae_1.11_ae_2.20_ae_3.12	302
+ae_1.11_ae_2.20_ae_3.9	303
+ae_1.11_ae_2.20_ae_3.17	304
+ae_1.11_ae_2.6_ae_3.5	305
+ae_1.11_ae_2.24_ae_3.2	306
+ae_1.11_ae_2.15_ae_3.14	307
+ae_1.11_ae_2.15_ae_3.13	308
+ae_1.11_ae_2.17_ae_3.10	309
+ae_1.11_ae_2.19_ae_3.3	310
+ae_1.11_ae_2.19_ae_3.6	311
+ae_1.11_ae_2.19_ae_3.11	312
+ae_1.11_ae_2.19_ae_3.15	313
+ae_1.11_ae_2.19_ae_3.16	314
+ae_1.19_ae_2.9_ae_3.3	315
+ae_1.19_ae_2.13_ae_3.6	316
+ae_1.19_ae_2.13_ae_3.16	317
+ae_1.19_ae_2.20_ae_3.12	318
+ae_1.19_ae_2.20_ae_3.9	319
+ae_1.19_ae_2.20_ae_3.17	320
+ae_1.19_ae_2.6_ae_3.5	321
+ae_1.19_ae_2.24_ae_3.2	322
+ae_1.19_ae_2.8_ae_3.14	323
+ae_1.19_ae_2.8_ae_3.3	324
+ae_1.19_ae_2.8_ae_3.13	325
+ae_1.19_ae_2.8_ae_3.6	326
+ae_1.19_ae_2.8_ae_3.10	327
+ae_1.19_ae_2.8_ae_3.11	328
+ae_1.19_ae_2.8_ae_3.15	329
+ae_1.19_ae_2.8_ae_3.16	330
+ae_1.19_ae_2.15_ae_3.14	331
+ae_1.19_ae_2.15_ae_3.13	332
+ae_1.19_ae_2.17_ae_3.10	333
+ae_1.19_ae_2.19_ae_3.3	334
+ae_1.19_ae_2.19_ae_3.6	335
+ae_1.19_ae_2.19_ae_3.11	336
+ae_1.19_ae_2.19_ae_3.15	337
+ae_1.19_ae_2.19_ae_3.16	338
+ae_1.6_ae_2.9_ae_3.3	339
+ae_1.6_ae_2.13_ae_3.6	340
+ae_1.6_ae_2.13_ae_3.16	341
+ae_1.6_ae_2.11_ae_3.12	342
+ae_1.6_ae_2.11_ae_3.9	343
+ae_1.6_ae_2.11_ae_3.17	344
+ae_1.6_ae_2.6_ae_3.5	345
+ae_1.6_ae_2.24_ae_3.2	346
+ae_1.6_ae_2.15_ae_3.14	347
+ae_1.6_ae_2.15_ae_3.13	348
+ae_1.6_ae_2.17_ae_3.10	349
+ae_1.6_ae_2.19_ae_3.3	350
+ae_1.6_ae_2.19_ae_3.6	351
+ae_1.6_ae_2.19_ae_3.11	352
+ae_1.6_ae_2.19_ae_3.15	353
+ae_1.6_ae_2.19_ae_3.16	354
+ae_1.7_ae_2.2_ae_3.3	355
+ae_1.23_ae_2.21_ae_3.3	356
+ae_1.23_ae_2.21_ae_3.6	357
+ae_1.23_ae_2.21_ae_3.16	358
+ae_1.23_ae_2.20_ae_3.12	359
+ae_1.23_ae_2.20_ae_3.9	360
+ae_1.23_ae_2.20_ae_3.17	361
+ae_1.23_ae_2.6_ae_3.5	362
+ae_1.23_ae_2.24_ae_3.2	363
+ae_1.23_ae_2.15_ae_3.14	364
+ae_1.23_ae_2.15_ae_3.13	365
+ae_1.23_ae_2.17_ae_3.10	366
+ae_1.23_ae_2.19_ae_3.3	367
+ae_1.23_ae_2.19_ae_3.6	368
+ae_1.23_ae_2.19_ae_3.11	369
+ae_1.23_ae_2.19_ae_3.15	370
+ae_1.23_ae_2.19_ae_3.16	371
+ae_1.9_ae_2.3_ae_3.4	372
+ae_1.9_ae_2.20_ae_3.12	373
+ae_1.17_ae_2.9_ae_3.3	374
+ae_1.17_ae_2.13_ae_3.6	375
+ae_1.17_ae_2.13_ae_3.16	376
+ae_1.17_ae_2.20_ae_3.9	377
+ae_1.17_ae_2.20_ae_3.17	378
+ae_1.17_ae_2.6_ae_3.5	379
+ae_1.17_ae_2.24_ae_3.2	380
+ae_1.17_ae_2.15_ae_3.14	381
+ae_1.17_ae_2.15_ae_3.13	382
+ae_1.17_ae_2.17_ae_3.10	383
+ae_1.17_ae_2.19_ae_3.3	384
+ae_1.17_ae_2.19_ae_3.6	385
+ae_1.17_ae_2.19_ae_3.11	386
+ae_1.17_ae_2.19_ae_3.15	387
+ae_1.17_ae_2.19_ae_3.16	388
+ae_1.29_ae_2.9_ae_3.3	389
+ae_1.29_ae_2.13_ae_3.6	390
+ae_1.29_ae_2.13_ae_3.16	391
+ae_1.29_ae_2.3_ae_3.9	392
+ae_1.29_ae_2.3_ae_3.17	393
+ae_1.29_ae_2.20_ae_3.9	394
+ae_1.29_ae_2.20_ae_3.17	395
+ae_1.29_ae_2.6_ae_3.5	396
+ae_1.29_ae_2.24_ae_3.2	397
+ae_1.29_ae_2.15_ae_3.14	398
+ae_1.29_ae_2.15_ae_3.13	399
+ae_1.29_ae_2.17_ae_3.10	400
+ae_1.29_ae_2.19_ae_3.3	401
+ae_1.29_ae_2.19_ae_3.6	402
+ae_1.29_ae_2.19_ae_3.11	403
+ae_1.29_ae_2.19_ae_3.15	404
+ae_1.29_ae_2.19_ae_3.16	405
+ae_1.10_ae_2.9_ae_3.3	406
+ae_1.10_ae_2.13_ae_3.6	407
+ae_1.10_ae_2.13_ae_3.16	408
+ae_1.10_ae_2.20_ae_3.12	409
+ae_1.10_ae_2.20_ae_3.9	410
+ae_1.10_ae_2.20_ae_3.17	411
+ae_1.10_ae_2.6_ae_3.5	412
+ae_1.10_ae_2.24_ae_3.2	413
+ae_1.10_ae_2.15_ae_3.14	414
+ae_1.10_ae_2.15_ae_3.13	415
+ae_1.10_ae_2.17_ae_3.10	416
+ae_1.10_ae_2.19_ae_3.3	417
+ae_1.10_ae_2.19_ae_3.6	418
+ae_1.10_ae_2.19_ae_3.11	419
+ae_1.10_ae_2.19_ae_3.15	420
+ae_1.10_ae_2.19_ae_3.16	421
+ae_1.12_ae_2.9_ae_3.3	422
+ae_1.12_ae_2.13_ae_3.6	423
+ae_1.12_ae_2.13_ae_3.16	424
+ae_1.12_ae_2.20_ae_3.12	425
+ae_1.12_ae_2.20_ae_3.9	426
+ae_1.12_ae_2.20_ae_3.17	427
+ae_1.12_ae_2.6_ae_3.5	428
+ae_1.12_ae_2.7_ae_3.2	429
+ae_1.12_ae_2.15_ae_3.14	430
+ae_1.12_ae_2.15_ae_3.13	431
+ae_1.12_ae_2.17_ae_3.10	432
+ae_1.12_ae_2.19_ae_3.3	433
+ae_1.12_ae_2.19_ae_3.6	434
+ae_1.12_ae_2.19_ae_3.11	435
+ae_1.12_ae_2.19_ae_3.15	436
+ae_1.12_ae_2.19_ae_3.16	437
+ae_1.13_ae_2.9_ae_3.3	438
+ae_1.13_ae_2.13_ae_3.6	439
+ae_1.13_ae_2.13_ae_3.16	440
+ae_1.13_ae_2.20_ae_3.12	441
+ae_1.13_ae_2.20_ae_3.9	442
+ae_1.13_ae_2.20_ae_3.17	443
+ae_1.13_ae_2.6_ae_3.5	444
+ae_1.13_ae_2.24_ae_3.2	445
+ae_1.13_ae_2.15_ae_3.14	446
+ae_1.13_ae_2.15_ae_3.13	447
+ae_1.13_ae_2.17_ae_3.10	448
+ae_1.13_ae_2.19_ae_3.3	449
+ae_1.13_ae_2.19_ae_3.6	450
+ae_1.13_ae_2.19_ae_3.11	451
+ae_1.13_ae_2.19_ae_3.15	452
+ae_1.13_ae_2.19_ae_3.16	453
+ae_1.28_ae_2.9_ae_3.3	454
+ae_1.28_ae_2.13_ae_3.6	455
+ae_1.28_ae_2.13_ae_3.16	456
+ae_1.28_ae_2.20_ae_3.12	457
+ae_1.28_ae_2.20_ae_3.9	458
+ae_1.28_ae_2.20_ae_3.17	459
+ae_1.28_ae_2.6_ae_3.5	460
+ae_1.28_ae_2.24_ae_3.2	461
+ae_1.28_ae_2.15_ae_3.14	462
+ae_1.28_ae_2.15_ae_3.13	463
+ae_1.28_ae_2.17_ae_3.10	464
+ae_1.28_ae_2.19_ae_3.3	465
+ae_1.28_ae_2.19_ae_3.6	466
+ae_1.28_ae_2.19_ae_3.11	467
+ae_1.28_ae_2.19_ae_3.15	468
+ae_1.28_ae_2.19_ae_3.16	469
+ae_1.16_ae_2.9_ae_3.3	470
+ae_1.16_ae_2.13_ae_3.6	471
+ae_1.16_ae_2.13_ae_3.16	472
+ae_1.16_ae_2.20_ae_3.12	473
+ae_1.16_ae_2.20_ae_3.9	474
+ae_1.16_ae_2.20_ae_3.17	475
+ae_1.16_ae_2.6_ae_3.5	476
+ae_1.16_ae_2.24_ae_3.2	477
+ae_1.16_ae_2.15_ae_3.14	478
+ae_1.16_ae_2.15_ae_3.13	479
+ae_1.16_ae_2.17_ae_3.10	480
+ae_1.16_ae_2.19_ae_3.3	481
+ae_1.16_ae_2.19_ae_3.6	482
+ae_1.16_ae_2.19_ae_3.11	483
+ae_1.16_ae_2.19_ae_3.15	484
+ae_1.16_ae_2.19_ae_3.16	485
+ae_1.21_ae_2.9_ae_3.3	486
+ae_1.21_ae_2.13_ae_3.6	487
+ae_1.21_ae_2.13_ae_3.16	488
+ae_1.21_ae_2.20_ae_3.12	489
+ae_1.21_ae_2.20_ae_3.9	490
+ae_1.21_ae_2.20_ae_3.17	491
+ae_1.21_ae_2.6_ae_3.5	492
+ae_1.21_ae_2.24_ae_3.2	493
+ae_1.21_ae_2.15_ae_3.14	494
+ae_1.21_ae_2.15_ae_3.13	495
+ae_1.21_ae_2.17_ae_3.10	496
+ae_1.21_ae_2.19_ae_3.3	497
+ae_1.21_ae_2.19_ae_3.6	498
+ae_1.21_ae_2.19_ae_3.11	499
+ae_1.21_ae_2.19_ae_3.15	500
+ae_1.21_ae_2.19_ae_3.16	501
+ae_1.24_ae_2.9_ae_3.3	502
+ae_1.24_ae_2.13_ae_3.6	503
+ae_1.24_ae_2.13_ae_3.16	504
+ae_1.24_ae_2.20_ae_3.12	505
+ae_1.24_ae_2.20_ae_3.9	506
+ae_1.24_ae_2.20_ae_3.17	507
+ae_1.24_ae_2.6_ae_3.5	508
+ae_1.24_ae_2.24_ae_3.2	509
+ae_1.24_ae_2.15_ae_3.14	510
+ae_1.24_ae_2.15_ae_3.13	511
+ae_1.24_ae_2.17_ae_3.10	512
+ae_1.24_ae_2.19_ae_3.3	513
+ae_1.24_ae_2.19_ae_3.6	514
+ae_1.24_ae_2.19_ae_3.11	515
+ae_1.24_ae_2.19_ae_3.15	516
+ae_1.24_ae_2.19_ae_3.16	517
+ae_1.25_ae_2.9_ae_3.3	518
+ae_1.25_ae_2.13_ae_3.6	519
+ae_1.25_ae_2.13_ae_3.16	520
+ae_1.25_ae_2.20_ae_3.12	521
+ae_1.25_ae_2.20_ae_3.9	522
+ae_1.25_ae_2.20_ae_3.17	523
+ae_1.25_ae_2.6_ae_3.5	524
+ae_1.25_ae_2.24_ae_3.2	525
+ae_1.25_ae_2.15_ae_3.14	526
+ae_1.25_ae_2.15_ae_3.13	527
+ae_1.25_ae_2.17_ae_3.10	528
+ae_1.25_ae_2.19_ae_3.3	529
+ae_1.25_ae_2.19_ae_3.6	530
+ae_1.25_ae_2.19_ae_3.11	531
+ae_1.25_ae_2.19_ae_3.15	532
+ae_1.25_ae_2.19_ae_3.16	533
+ae_1.27_ae_2.9_ae_3.3	534
+ae_1.27_ae_2.13_ae_3.6	535
+ae_1.27_ae_2.13_ae_3.16	536
+ae_1.27_ae_2.20_ae_3.12	537
+ae_1.27_ae_2.20_ae_3.9	538
+ae_1.27_ae_2.20_ae_3.17	539
+ae_1.27_ae_2.6_ae_3.5	540
+ae_1.27_ae_2.24_ae_3.2	541
+ae_1.27_ae_2.15_ae_3.14	542
+ae_1.27_ae_2.15_ae_3.13	543
+ae_1.27_ae_2.17_ae_3.10	544
+ae_1.27_ae_2.19_ae_3.3	545
+ae_1.27_ae_2.19_ae_3.6	546
+ae_1.27_ae_2.19_ae_3.11	547
+ae_1.27_ae_2.19_ae_3.15	548
+ae_1.27_ae_2.19_ae_3.16	549
+ah_1.1_ah_2.8_ah_3.21	550
+ah_1.1_ah_2.8_ah_3.3	551
+ah_1.1_ah_2.8_ah_3.20	552
+ah_1.8_ah_2.1_ah_3.13	553
+ah_1.17_ah_2.14_ah_3.11	554
+ah_1.17_ah_2.14_ah_3.2	555
+ah_1.17_ah_2.14_ah_3.20	556
+ah_1.17_ah_2.14_ah_3.4	557
+ah_1.17_ah_2.14_ah_3.24	558
+ah_1.17_ah_2.14_ah_3.12	559
+ah_1.17_ah_2.14_ah_3.23	560
+ah_1.17_ah_2.14_ah_3.17	561
+ah_1.17_ah_2.14_ah_3.13	562
+ah_1.3_ah_2.19_ah_3.21	563
+ah_1.3_ah_2.9_ah_3.11	564
+ah_1.3_ah_2.5_ah_3.14	565
+ah_1.3_ah_2.10_ah_3.20	566
+ah_1.3_ah_2.12_ah_3.15	567
+ah_1.3_ah_2.20_ah_3.12	568
+ah_1.3_ah_2.20_ah_3.23	569
+ah_1.3_ah_2.23_ah_3.2	570
+ah_1.3_ah_2.23_ah_3.24	571
+ah_1.3_ah_2.23_ah_3.23	572
+ah_1.3_ah_2.23_ah_3.17	573
+ah_1.3_ah_2.23_ah_3.19	574
+ah_1.3_ah_2.23_ah_3.22	575
+ah_1.10_ah_2.3_ah_3.21	576
+ah_1.10_ah_2.19_ah_3.21	577
+ah_1.10_ah_2.9_ah_3.11	578
+ah_1.10_ah_2.18_ah_3.14	579
+ah_1.10_ah_2.10_ah_3.20	580
+ah_1.10_ah_2.12_ah_3.15	581
+ah_1.10_ah_2.20_ah_3.12	582
+ah_1.10_ah_2.20_ah_3.23	583
+ah_1.10_ah_2.23_ah_3.2	584
+ah_1.10_ah_2.23_ah_3.24	585
+ah_1.10_ah_2.23_ah_3.23	586
+ah_1.10_ah_2.23_ah_3.17	587
+ah_1.10_ah_2.23_ah_3.19	588
+ah_1.10_ah_2.23_ah_3.22	589
+ah_1.11_ah_2.3_ah_3.21	590
+ah_1.11_ah_2.19_ah_3.21	591
+ah_1.11_ah_2.9_ah_3.11	592
+ah_1.11_ah_2.18_ah_3.14	593
+ah_1.11_ah_2.10_ah_3.20	594
+ah_1.11_ah_2.12_ah_3.15	595
+ah_1.11_ah_2.20_ah_3.12	596
+ah_1.11_ah_2.20_ah_3.23	597
+ah_1.11_ah_2.23_ah_3.2	598
+ah_1.11_ah_2.23_ah_3.24	599
+ah_1.11_ah_2.23_ah_3.23	600
+ah_1.11_ah_2.23_ah_3.17	601
+ah_1.11_ah_2.23_ah_3.19	602
+ah_1.11_ah_2.23_ah_3.22	603
+ah_1.12_ah_2.19_ah_3.21	604
+ah_1.12_ah_2.9_ah_3.11	605
+ah_1.22_ah_2.3_ah_3.21	606
+ah_1.22_ah_2.19_ah_3.21	607
+ah_1.22_ah_2.6_ah_3.6	608
+ah_1.22_ah_2.9_ah_3.11	609
+ah_1.15_ah_2.18_ah_3.3	610
+ah_1.15_ah_2.18_ah_3.14	611
+ah_1.15_ah_2.10_ah_3.20	612
+ah_1.15_ah_2.7_ah_3.17	613
+ah_1.15_ah_2.15_ah_3.15	614
+ah_1.15_ah_2.15_ah_3.24	615
+ah_1.15_ah_2.15_ah_3.12	616
+ah_1.15_ah_2.15_ah_3.23	617
+ah_1.15_ah_2.22_ah_3.2	618
+ah_1.15_ah_2.22_ah_3.19	619
+ah_1.15_ah_2.22_ah_3.22	620
+ah_1.15_ah_2.12_ah_3.15	621
+ah_1.15_ah_2.20_ah_3.12	622
+ah_1.15_ah_2.20_ah_3.23	623
+ah_1.15_ah_2.23_ah_3.2	624
+ah_1.15_ah_2.23_ah_3.24	625
+ah_1.15_ah_2.23_ah_3.23	626
+ah_1.15_ah_2.23_ah_3.17	627
+ah_1.15_ah_2.23_ah_3.19	628
+ah_1.15_ah_2.23_ah_3.22	629
+ah_1.2_ah_2.11_ah_3.8	630
+ah_1.2_ah_2.17_ah_3.18	631
+ah_1.2_ah_2.13_ah_3.7	632
+ah_1.2_ah_2.13_ah_3.18	633
+ah_1.16_ah_2.16_ah_3.5	634
+ah_1.16_ah_2.16_ah_3.16	635
+ah_1.19_ah_2.2_ah_3.2	636
+ah_1.19_ah_2.11_ah_3.9	637
+ah_1.19_ah_2.17_ah_3.15	638
+ah_1.19_ah_2.17_ah_3.24	639
+ah_1.19_ah_2.17_ah_3.12	640
+ah_1.19_ah_2.17_ah_3.23	641
+ah_1.19_ah_2.21_ah_3.14	642
+ah_1.19_ah_2.21_ah_3.9	643
+ah_1.19_ah_2.21_ah_3.23	644
+ah_1.19_ah_2.16_ah_3.14	645
+ah_1.19_ah_2.16_ah_3.16	646
+ah_1.4_ah_2.19_ah_3.21	647
+ah_1.4_ah_2.9_ah_3.11	648
+ah_1.4_ah_2.4_ah_3.2	649
+ah_1.4_ah_2.4_ah_3.14	650
+ah_1.4_ah_2.4_ah_3.20	651
+ah_1.4_ah_2.4_ah_3.15	652
+ah_1.4_ah_2.4_ah_3.10	653
+ah_1.4_ah_2.4_ah_3.12	654
+ah_1.4_ah_2.4_ah_3.23	655
+ah_1.4_ah_2.4_ah_3.17	656
+ah_1.4_ah_2.4_ah_3.19	657
+ah_1.4_ah_2.4_ah_3.22	658
+ah_1.5_ah_2.18_ah_3.14	659
+ah_1.5_ah_2.15_ah_3.15	660
+ah_1.5_ah_2.15_ah_3.24	661
+ah_1.5_ah_2.15_ah_3.12	662
+ah_1.5_ah_2.15_ah_3.23	663
+ah_1.5_ah_2.22_ah_3.22	664
+ah_1.18_ah_2.19_ah_3.21	665
+ah_1.18_ah_2.9_ah_3.11	666
+ah_1.18_ah_2.10_ah_3.20	667
+ah_1.18_ah_2.7_ah_3.17	668
+ah_1.18_ah_2.15_ah_3.24	669
+ah_1.18_ah_2.15_ah_3.23	670
+ah_1.18_ah_2.22_ah_3.2	671
+ah_1.18_ah_2.22_ah_3.19	672
+ah_1.18_ah_2.22_ah_3.22	673
+ah_1.6_ah_2.19_ah_3.1	674
+ah_1.6_ah_2.9_ah_3.11	675
+ah_1.6_ah_2.18_ah_3.14	676
+ah_1.6_ah_2.10_ah_3.20	677
+ah_1.6_ah_2.12_ah_3.15	678
+ah_1.6_ah_2.20_ah_3.12	679
+ah_1.6_ah_2.20_ah_3.23	680
+ah_1.6_ah_2.23_ah_3.2	681
+ah_1.6_ah_2.23_ah_3.24	682
+ah_1.6_ah_2.23_ah_3.23	683
+ah_1.6_ah_2.23_ah_3.17	684
+ah_1.6_ah_2.23_ah_3.19	685
+ah_1.6_ah_2.23_ah_3.22	686
+ah_1.7_ah_2.19_ah_3.21	687
+ah_1.20_ah_2.19_ah_3.21	688
+ah_1.9_ah_2.9_ah_3.11	689
+ah_1.9_ah_2.5_ah_3.14	690
+ah_1.9_ah_2.10_ah_3.20	691
+ah_1.9_ah_2.12_ah_3.15	692
+ah_1.9_ah_2.20_ah_3.12	693
+ah_1.9_ah_2.20_ah_3.23	694
+ah_1.9_ah_2.23_ah_3.2	695
+ah_1.9_ah_2.23_ah_3.24	696
+ah_1.9_ah_2.23_ah_3.23	697
+ah_1.9_ah_2.23_ah_3.17	698
+ah_1.9_ah_2.23_ah_3.19	699
+ah_1.9_ah_2.23_ah_3.22	700
+ah_1.13_ah_2.9_ah_3.11	701
+ah_1.13_ah_2.18_ah_3.14	702
+ah_1.13_ah_2.10_ah_3.20	703
+ah_1.13_ah_2.12_ah_3.15	704
+ah_1.13_ah_2.20_ah_3.12	705
+ah_1.13_ah_2.20_ah_3.23	706
+ah_1.13_ah_2.23_ah_3.2	707
+ah_1.13_ah_2.23_ah_3.24	708
+ah_1.13_ah_2.23_ah_3.23	709
+ah_1.13_ah_2.23_ah_3.17	710
+ah_1.13_ah_2.23_ah_3.19	711
+ah_1.13_ah_2.23_ah_3.22	712
+ah_1.14_ah_2.12_ah_3.15	713
+ah_1.21_ah_2.9_ah_3.11	714
+ah_1.21_ah_2.5_ah_3.14	715
+ah_1.21_ah_2.18_ah_3.14	716
+ah_1.21_ah_2.10_ah_3.20	717
+ah_1.21_ah_2.20_ah_3.12	718
+ah_1.21_ah_2.20_ah_3.23	719
+ah_1.21_ah_2.23_ah_3.2	720
+ah_1.21_ah_2.23_ah_3.24	721
+ah_1.21_ah_2.23_ah_3.23	722
+ah_1.21_ah_2.23_ah_3.17	723
+ah_1.21_ah_2.23_ah_3.19	724
+ah_1.21_ah_2.23_ah_3.22	725
+ao_1.1_ao_2.1_ao_3.2	726
+ao_1.5_ao_2.6_ao_3.10	727
+ao_1.10_ao_2.10_ao_3.10	728
+ao_1.14_ao_2.10_ao_3.10	729
+ao_1.2_ao_2.7_ao_3.1	730
+ao_1.13_ao_2.2_ao_3.14	731
+ao_1.13_ao_2.5_ao_3.10	732
+ao_1.13_ao_2.5_ao_3.3	733
+ao_1.13_ao_2.5_ao_3.14	734
+ao_1.13_ao_2.5_ao_3.5	735
+ao_1.13_ao_2.9_ao_3.14	736
+ao_1.13_ao_2.9_ao_3.6	737
+ao_1.13_ao_2.9_ao_3.8	738
+ao_1.13_ao_2.9_ao_3.9	739
+ao_1.13_ao_2.9_ao_3.11	740
+ao_1.3_ao_2.2_ao_3.4	741
+ao_1.15_ao_2.8_ao_3.16	742
+ao_1.15_ao_2.5_ao_3.10	743
+ao_1.15_ao_2.5_ao_3.3	744
+ao_1.15_ao_2.5_ao_3.4	745
+ao_1.15_ao_2.5_ao_3.5	746
+ao_1.15_ao_2.9_ao_3.4	747
+ao_1.15_ao_2.9_ao_3.6	748
+ao_1.15_ao_2.9_ao_3.8	749
+ao_1.15_ao_2.9_ao_3.9	750
+ao_1.15_ao_2.9_ao_3.11	751
+ao_1.4_ao_2.2_ao_3.14	752
+ao_1.4_ao_2.3_ao_3.13	753
+ao_1.4_ao_2.5_ao_3.10	754
+ao_1.4_ao_2.5_ao_3.3	755
+ao_1.4_ao_2.5_ao_3.14	756
+ao_1.4_ao_2.5_ao_3.5	757
+ao_1.4_ao_2.4_ao_3.14	758
+ao_1.4_ao_2.4_ao_3.6	759
+ao_1.4_ao_2.4_ao_3.7	760
+ao_1.9_ao_2.2_ao_3.14	761
+ao_1.9_ao_2.8_ao_3.17	762
+ao_1.9_ao_2.5_ao_3.10	763
+ao_1.9_ao_2.5_ao_3.3	764
+ao_1.9_ao_2.5_ao_3.14	765
+ao_1.9_ao_2.5_ao_3.5	766
+ao_1.9_ao_2.9_ao_3.14	767
+ao_1.9_ao_2.9_ao_3.6	768
+ao_1.9_ao_2.9_ao_3.8	769
+ao_1.9_ao_2.9_ao_3.9	770
+ao_1.9_ao_2.9_ao_3.11	771
+ao_1.11_ao_2.2_ao_3.14	772
+ao_1.11_ao_2.3_ao_3.12	773
+ao_1.11_ao_2.8_ao_3.17	774
+ao_1.11_ao_2.5_ao_3.10	775
+ao_1.11_ao_2.5_ao_3.3	776
+ao_1.11_ao_2.5_ao_3.14	777
+ao_1.11_ao_2.5_ao_3.5	778
+ao_1.11_ao_2.4_ao_3.14	779
+ao_1.11_ao_2.4_ao_3.6	780
+ao_1.11_ao_2.4_ao_3.8	781
+ao_1.11_ao_2.4_ao_3.9	782
+ao_1.11_ao_2.4_ao_3.11	783
+ao_1.11_ao_2.9_ao_3.14	784
+ao_1.11_ao_2.9_ao_3.6	785
+ao_1.11_ao_2.9_ao_3.8	786
+ao_1.11_ao_2.9_ao_3.9	787
+ao_1.11_ao_2.9_ao_3.11	788
+ao_1.6_ao_2.2_ao_3.14	789
+ao_1.6_ao_2.3_ao_3.17	790
+ao_1.6_ao_2.5_ao_3.2	791
+ao_1.6_ao_2.5_ao_3.10	792
+ao_1.6_ao_2.5_ao_3.3	793
+ao_1.6_ao_2.5_ao_3.14	794
+ao_1.6_ao_2.5_ao_3.5	795
+ao_1.6_ao_2.9_ao_3.14	796
+ao_1.6_ao_2.9_ao_3.6	797
+ao_1.6_ao_2.9_ao_3.8	798
+ao_1.6_ao_2.9_ao_3.9	799
+ao_1.6_ao_2.9_ao_3.11	800
+ao_1.7_ao_2.9_ao_3.8	801
+ao_1.8_ao_2.2_ao_3.14	802
+ao_1.12_ao_2.8_ao_3.17	803
+ao_1.12_ao_2.5_ao_3.10	804
+ao_1.12_ao_2.5_ao_3.3	805
+ao_1.12_ao_2.5_ao_3.14	806
+ao_1.12_ao_2.5_ao_3.5	807
+ao_1.12_ao_2.9_ao_3.14	808
+ao_1.12_ao_2.9_ao_3.6	809
+ao_1.12_ao_2.9_ao_3.9	810
+ao_1.12_ao_2.9_ao_3.11	811
+aw_1.1_aw_2.2_aw_3.2	812
+aw_1.1_aw_2.4_aw_3.7	813
+aw_1.5_aw_2.1_aw_3.3	814
+aw_1.10_aw_2.9_aw_3.4	815
+aw_1.10_aw_2.9_aw_3.11	816
+aw_1.10_aw_2.9_aw_3.9	817
+aw_1.10_aw_2.7_aw_3.1	818
+aw_1.10_aw_2.7_aw_3.8	819
+aw_1.10_aw_2.7_aw_3.10	820
+aw_1.10_aw_2.7_aw_3.4	821
+aw_1.10_aw_2.7_aw_3.5	822
+aw_1.10_aw_2.7_aw_3.11	823
+aw_1.10_aw_2.7_aw_3.9	824
+aw_1.6_aw_2.1_aw_3.3	825
+aw_1.6_aw_2.2_aw_3.1	826
+aw_1.6_aw_2.2_aw_3.8	827
+aw_1.6_aw_2.2_aw_3.10	828
+aw_1.6_aw_2.2_aw_3.4	829
+aw_1.6_aw_2.2_aw_3.5	830
+aw_1.6_aw_2.2_aw_3.11	831
+aw_1.6_aw_2.2_aw_3.9	832
+aw_1.11_aw_2.1_aw_3.3	833
+aw_1.11_aw_2.9_aw_3.4	834
+aw_1.11_aw_2.9_aw_3.11	835
+aw_1.11_aw_2.9_aw_3.9	836
+aw_1.11_aw_2.7_aw_3.1	837
+aw_1.11_aw_2.7_aw_3.8	838
+aw_1.11_aw_2.7_aw_3.10	839
+aw_1.11_aw_2.7_aw_3.4	840
+aw_1.11_aw_2.7_aw_3.5	841
+aw_1.11_aw_2.7_aw_3.11	842
+aw_1.11_aw_2.7_aw_3.9	843
+aw_1.2_aw_2.1_aw_3.3	844
+aw_1.2_aw_2.4_aw_3.7	845
+aw_1.2_aw_2.5_aw_3.6	846
+aw_1.2_aw_2.10_aw_3.4	847
+aw_1.2_aw_2.10_aw_3.11	848
+aw_1.2_aw_2.6_aw_3.1	849
+aw_1.2_aw_2.6_aw_3.8	850
+aw_1.2_aw_2.6_aw_3.10	851
+aw_1.2_aw_2.6_aw_3.4	852
+aw_1.2_aw_2.6_aw_3.5	853
+aw_1.2_aw_2.6_aw_3.11	854
+aw_1.2_aw_2.6_aw_3.6	855
+aw_1.3_aw_2.1_aw_3.3	856
+aw_1.3_aw_2.9_aw_3.11	857
+aw_1.3_aw_2.7_aw_3.11	858
+aw_1.9_aw_2.1_aw_3.3	859
+aw_1.9_aw_2.3_aw_3.11	860
+aw_1.9_aw_2.9_aw_3.11	861
+aw_1.9_aw_2.7_aw_3.11	862
+aw_1.4_aw_2.4_aw_3.7	863
+aw_1.4_aw_2.9_aw_3.4	864
+aw_1.4_aw_2.9_aw_3.9	865
+aw_1.4_aw_2.7_aw_3.1	866
+aw_1.4_aw_2.7_aw_3.8	867
+aw_1.4_aw_2.7_aw_3.10	868
+aw_1.4_aw_2.7_aw_3.4	869
+aw_1.4_aw_2.7_aw_3.5	870
+aw_1.4_aw_2.7_aw_3.11	871
+aw_1.4_aw_2.7_aw_3.9	872
+aw_1.7_aw_2.3_aw_3.1	873
+aw_1.7_aw_2.3_aw_3.8	874
+aw_1.7_aw_2.3_aw_3.10	875
+aw_1.7_aw_2.3_aw_3.7	876
+aw_1.7_aw_2.3_aw_3.4	877
+aw_1.7_aw_2.3_aw_3.5	878
+aw_1.7_aw_2.3_aw_3.11	879
+aw_1.7_aw_2.3_aw_3.9	880
+aw_1.7_aw_2.4_aw_3.7	881
+aw_1.7_aw_2.9_aw_3.4	882
+aw_1.7_aw_2.9_aw_3.9	883
+aw_1.7_aw_2.7_aw_3.1	884
+aw_1.7_aw_2.7_aw_3.8	885
+aw_1.7_aw_2.7_aw_3.10	886
+aw_1.7_aw_2.7_aw_3.4	887
+aw_1.7_aw_2.7_aw_3.5	888
+aw_1.7_aw_2.7_aw_3.11	889
+aw_1.7_aw_2.7_aw_3.9	890
+aw_1.8_aw_2.9_aw_3.4	891
+aw_1.8_aw_2.7_aw_3.4	892
+aw_1.12_aw_2.4_aw_3.7	893
+aw_1.12_aw_2.9_aw_3.9	894
+aw_1.12_aw_2.7_aw_3.1	895
+aw_1.12_aw_2.7_aw_3.8	896
+aw_1.12_aw_2.7_aw_3.10	897
+aw_1.12_aw_2.7_aw_3.5	898
+aw_1.12_aw_2.7_aw_3.11	899
+aw_1.12_aw_2.7_aw_3.9	900
+ax_1.1_ax_2.5_ax_3.13	901
+ax_1.6_ax_2.2_ax_3.1	902
+ax_1.6_ax_2.2_ax_3.14	903
+ax_1.18_ax_2.1_ax_3.9	904
+ax_1.18_ax_2.1_ax_3.8	905
+ax_1.18_ax_2.24_ax_3.3	906
+ax_1.18_ax_2.24_ax_3.18	907
+ax_1.18_ax_2.24_ax_3.10	908
+ax_1.18_ax_2.13_ax_3.5	909
+ax_1.18_ax_2.13_ax_3.7	910
+ax_1.18_ax_2.21_ax_3.13	911
+ax_1.18_ax_2.21_ax_3.7	912
+ax_1.18_ax_2.21_ax_3.6	913
+ax_1.18_ax_2.21_ax_3.15	914
+ax_1.18_ax_2.21_ax_3.16	915
+ax_1.18_ax_2.21_ax_3.10	916
+ax_1.18_ax_2.21_ax_3.12	917
+ax_1.2_ax_2.17_ax_3.9	918
+ax_1.2_ax_2.6_ax_3.12	919
+ax_1.26_ax_2.17_ax_3.2	920
+ax_1.26_ax_2.17_ax_3.9	921
+ax_1.26_ax_2.6_ax_3.12	922
+ax_1.9_ax_2.8_ax_3.2	923
+ax_1.9_ax_2.28_ax_3.12	924
+ax_1.13_ax_2.25_ax_3.19	925
+ax_1.13_ax_2.28_ax_3.12	926
+ax_1.17_ax_2.10_ax_3.19	927
+ax_1.17_ax_2.20_ax_3.12	928
+ax_1.17_ax_2.28_ax_3.12	929
+ax_1.20_ax_2.25_ax_3.19	930
+ax_1.20_ax_2.27_ax_3.12	931
+ax_1.20_ax_2.28_ax_3.12	932
+ax_1.3_ax_2.11_ax_3.11	933
+ax_1.3_ax_2.19_ax_3.17	934
+ax_1.3_ax_2.26_ax_3.17	935
+ax_1.14_ax_2.17_ax_3.8	936
+ax_1.14_ax_2.24_ax_3.3	937
+ax_1.14_ax_2.24_ax_3.18	938
+ax_1.14_ax_2.24_ax_3.10	939
+ax_1.14_ax_2.13_ax_3.5	940
+ax_1.14_ax_2.13_ax_3.7	941
+ax_1.14_ax_2.6_ax_3.7	942
+ax_1.14_ax_2.6_ax_3.12	943
+ax_1.14_ax_2.7_ax_3.12	944
+ax_1.14_ax_2.15_ax_3.6	945
+ax_1.14_ax_2.15_ax_3.16	946
+ax_1.14_ax_2.15_ax_3.10	947
+ax_1.14_ax_2.9_ax_3.13	948
+ax_1.14_ax_2.9_ax_3.15	949
+ax_1.24_ax_2.17_ax_3.8	950
+ax_1.24_ax_2.24_ax_3.3	951
+ax_1.24_ax_2.24_ax_3.18	952
+ax_1.24_ax_2.24_ax_3.10	953
+ax_1.24_ax_2.13_ax_3.5	954
+ax_1.24_ax_2.13_ax_3.7	955
+ax_1.24_ax_2.6_ax_3.7	956
+ax_1.24_ax_2.6_ax_3.12	957
+ax_1.24_ax_2.7_ax_3.12	958
+ax_1.24_ax_2.15_ax_3.6	959
+ax_1.24_ax_2.15_ax_3.16	960
+ax_1.24_ax_2.15_ax_3.10	961
+ax_1.24_ax_2.9_ax_3.13	962
+ax_1.24_ax_2.9_ax_3.15	963
+ax_1.12_ax_2.12_ax_3.3	964
+ax_1.12_ax_2.12_ax_3.18	965
+ax_1.12_ax_2.12_ax_3.10	966
+ax_1.25_ax_2.17_ax_3.8	967
+ax_1.25_ax_2.11_ax_3.14	968
+ax_1.25_ax_2.26_ax_3.14	969
+ax_1.25_ax_2.13_ax_3.5	970
+ax_1.25_ax_2.13_ax_3.7	971
+ax_1.25_ax_2.6_ax_3.7	972
+ax_1.25_ax_2.6_ax_3.12	973
+ax_1.25_ax_2.7_ax_3.12	974
+ax_1.25_ax_2.15_ax_3.6	975
+ax_1.25_ax_2.15_ax_3.16	976
+ax_1.25_ax_2.15_ax_3.10	977
+ax_1.25_ax_2.9_ax_3.13	978
+ax_1.25_ax_2.9_ax_3.15	979
+ax_1.16_ax_2.17_ax_3.8	980
+ax_1.16_ax_2.26_ax_3.14	981
+ax_1.16_ax_2.14_ax_3.3	982
+ax_1.16_ax_2.14_ax_3.18	983
+ax_1.16_ax_2.14_ax_3.10	984
+ax_1.16_ax_2.24_ax_3.3	985
+ax_1.16_ax_2.24_ax_3.18	986
+ax_1.16_ax_2.24_ax_3.10	987
+ax_1.16_ax_2.13_ax_3.5	988
+ax_1.16_ax_2.13_ax_3.7	989
+ax_1.16_ax_2.6_ax_3.7	990
+ax_1.16_ax_2.6_ax_3.12	991
+ax_1.16_ax_2.7_ax_3.12	992
+ax_1.16_ax_2.15_ax_3.6	993
+ax_1.16_ax_2.15_ax_3.16	994
+ax_1.16_ax_2.15_ax_3.10	995
+ax_1.16_ax_2.9_ax_3.13	996
+ax_1.16_ax_2.9_ax_3.15	997
+ax_1.4_ax_2.16_ax_3.8	998
+ax_1.4_ax_2.26_ax_3.14	999
+ax_1.4_ax_2.18_ax_3.3	1000
+ax_1.4_ax_2.18_ax_3.18	1001
+ax_1.4_ax_2.18_ax_3.10	1002
+ax_1.4_ax_2.13_ax_3.5	1003
+ax_1.4_ax_2.13_ax_3.7	1004
+ax_1.4_ax_2.28_ax_3.7	1005
+ax_1.4_ax_2.28_ax_3.12	1006
+ax_1.4_ax_2.7_ax_3.12	1007
+ax_1.4_ax_2.15_ax_3.6	1008
+ax_1.4_ax_2.15_ax_3.16	1009
+ax_1.4_ax_2.15_ax_3.10	1010
+ax_1.4_ax_2.9_ax_3.13	1011
+ax_1.4_ax_2.9_ax_3.15	1012
+ax_1.5_ax_2.13_ax_3.7	1013
+ax_1.5_ax_2.28_ax_3.7	1014
+ax_1.5_ax_2.15_ax_3.6	1015
+ax_1.5_ax_2.15_ax_3.16	1016
+ax_1.5_ax_2.15_ax_3.10	1017
+ax_1.5_ax_2.9_ax_3.13	1018
+ax_1.23_ax_2.13_ax_3.7	1019
+ax_1.23_ax_2.20_ax_3.7	1020
+ax_1.23_ax_2.15_ax_3.6	1021
+ax_1.23_ax_2.15_ax_3.16	1022
+ax_1.23_ax_2.15_ax_3.10	1023
+ax_1.23_ax_2.9_ax_3.13	1024
+ax_1.11_ax_2.4_ax_3.7	1025
+ax_1.11_ax_2.13_ax_3.7	1026
+ax_1.11_ax_2.28_ax_3.7	1027
+ax_1.11_ax_2.15_ax_3.6	1028
+ax_1.11_ax_2.15_ax_3.16	1029
+ax_1.11_ax_2.15_ax_3.10	1030
+ax_1.11_ax_2.9_ax_3.13	1031
+ax_1.15_ax_2.13_ax_3.7	1032
+ax_1.15_ax_2.27_ax_3.7	1033
+ax_1.15_ax_2.28_ax_3.7	1034
+ax_1.15_ax_2.15_ax_3.6	1035
+ax_1.15_ax_2.15_ax_3.16	1036
+ax_1.15_ax_2.15_ax_3.10	1037
+ax_1.15_ax_2.9_ax_3.13	1038
+ax_1.7_ax_2.11_ax_3.14	1039
+ax_1.7_ax_2.26_ax_3.14	1040
+ax_1.8_ax_2.4_ax_3.5	1041
+ax_1.8_ax_2.4_ax_3.7	1042
+ax_1.8_ax_2.13_ax_3.5	1043
+ax_1.8_ax_2.13_ax_3.7	1044
+ax_1.10_ax_2.8_ax_3.8	1045
+ax_1.10_ax_2.16_ax_3.8	1046
+ax_1.10_ax_2.20_ax_3.12	1047
+ax_1.10_ax_2.27_ax_3.12	1048
+ax_1.10_ax_2.28_ax_3.12	1049
+ax_1.19_ax_2.8_ax_3.8	1050
+ax_1.19_ax_2.3_ax_3.3	1051
+ax_1.19_ax_2.3_ax_3.4	1052
+ax_1.19_ax_2.3_ax_3.10	1053
+ax_1.19_ax_2.22_ax_3.4	1054
+ax_1.19_ax_2.22_ax_3.18	1055
+ax_1.19_ax_2.23_ax_3.3	1056
+ax_1.19_ax_2.23_ax_3.10	1057
+ax_1.19_ax_2.28_ax_3.12	1058
+ax_1.19_ax_2.7_ax_3.12	1059
+ax_1.19_ax_2.15_ax_3.16	1060
+ax_1.19_ax_2.9_ax_3.15	1061
+ax_1.21_ax_2.22_ax_3.4	1062
+ax_1.21_ax_2.22_ax_3.18	1063
+ax_1.21_ax_2.23_ax_3.3	1064
+ax_1.21_ax_2.23_ax_3.10	1065
+ax_1.22_ax_2.16_ax_3.8	1066
+ax_1.22_ax_2.20_ax_3.12	1067
+ax_1.22_ax_2.27_ax_3.12	1068
+ax_1.22_ax_2.28_ax_3.12	1069
+ax_1.22_ax_2.7_ax_3.12	1070
+ax_1.22_ax_2.15_ax_3.16	1071
+ax_1.22_ax_2.9_ax_3.15	1072
+ay_1.1_ay_2.1_ay_3.3	1073
+ay_1.8_ay_2.10_ay_3.20	1074
+ay_1.8_ay_2.10_ay_3.17	1075
+ay_1.8_ay_2.16_ay_3.9	1076
+ay_1.8_ay_2.16_ay_3.7	1077
+ay_1.8_ay_2.16_ay_3.8	1078
+ay_1.8_ay_2.16_ay_3.15	1079
+ay_1.8_ay_2.19_ay_3.16	1080
+ay_1.8_ay_2.19_ay_3.4	1081
+ay_1.27_ay_2.13_ay_3.11	1082
+ay_1.27_ay_2.18_ay_3.2	1083
+ay_1.27_ay_2.18_ay_3.13	1084
+ay_1.27_ay_2.18_ay_3.6	1085
+ay_1.27_ay_2.18_ay_3.12	1086
+ay_1.27_ay_2.18_ay_3.14	1087
+ay_1.27_ay_2.18_ay_3.18	1088
+ay_1.27_ay_2.18_ay_3.10	1089
+ay_1.27_ay_2.18_ay_3.19	1090
+ay_1.2_ay_2.3_ay_3.4	1091
+ay_1.2_ay_2.8_ay_3.4	1092
+ay_1.22_ay_2.2_ay_3.4	1093
+ay_1.22_ay_2.2_ay_3.2	1094
+ay_1.22_ay_2.3_ay_3.16	1095
+ay_1.22_ay_2.3_ay_3.9	1096
+ay_1.22_ay_2.3_ay_3.7	1097
+ay_1.22_ay_2.3_ay_3.8	1098
+ay_1.22_ay_2.3_ay_3.20	1099
+ay_1.22_ay_2.3_ay_3.15	1100
+ay_1.22_ay_2.3_ay_3.17	1101
+ay_1.22_ay_2.3_ay_3.3	1102
+ay_1.22_ay_2.3_ay_3.5	1103
+ay_1.22_ay_2.3_ay_3.6	1104
+ay_1.22_ay_2.3_ay_3.11	1105
+ay_1.22_ay_2.3_ay_3.12	1106
+ay_1.22_ay_2.3_ay_3.14	1107
+ay_1.22_ay_2.3_ay_3.18	1108
+ay_1.22_ay_2.3_ay_3.10	1109
+ay_1.22_ay_2.3_ay_3.19	1110
+ay_1.22_ay_2.8_ay_3.16	1111
+ay_1.22_ay_2.11_ay_3.9	1112
+ay_1.22_ay_2.11_ay_3.7	1113
+ay_1.22_ay_2.11_ay_3.8	1114
+ay_1.22_ay_2.11_ay_3.20	1115
+ay_1.22_ay_2.11_ay_3.15	1116
+ay_1.22_ay_2.11_ay_3.17	1117
+ay_1.22_ay_2.20_ay_3.3	1118
+ay_1.22_ay_2.20_ay_3.13	1119
+ay_1.22_ay_2.20_ay_3.6	1120
+ay_1.22_ay_2.20_ay_3.11	1121
+ay_1.22_ay_2.20_ay_3.12	1122
+ay_1.22_ay_2.20_ay_3.14	1123
+ay_1.22_ay_2.20_ay_3.18	1124
+ay_1.22_ay_2.20_ay_3.10	1125
+ay_1.22_ay_2.20_ay_3.19	1126
+ay_1.9_ay_2.8_ay_3.1	1127
+ay_1.24_ay_2.8_ay_3.16	1128
+ay_1.12_ay_2.2_ay_3.4	1129
+ay_1.12_ay_2.2_ay_3.2	1130
+ay_1.12_ay_2.8_ay_3.4	1131
+ay_1.12_ay_2.11_ay_3.9	1132
+ay_1.12_ay_2.11_ay_3.7	1133
+ay_1.12_ay_2.11_ay_3.8	1134
+ay_1.12_ay_2.11_ay_3.20	1135
+ay_1.12_ay_2.11_ay_3.15	1136
+ay_1.12_ay_2.11_ay_3.17	1137
+ay_1.12_ay_2.20_ay_3.3	1138
+ay_1.12_ay_2.20_ay_3.13	1139
+ay_1.12_ay_2.20_ay_3.6	1140
+ay_1.12_ay_2.20_ay_3.11	1141
+ay_1.12_ay_2.20_ay_3.12	1142
+ay_1.12_ay_2.20_ay_3.14	1143
+ay_1.12_ay_2.20_ay_3.18	1144
+ay_1.12_ay_2.20_ay_3.10	1145
+ay_1.12_ay_2.20_ay_3.19	1146
+ay_1.23_ay_2.2_ay_3.4	1147
+ay_1.23_ay_2.2_ay_3.2	1148
+ay_1.23_ay_2.8_ay_3.4	1149
+ay_1.23_ay_2.11_ay_3.9	1150
+ay_1.23_ay_2.11_ay_3.7	1151
+ay_1.23_ay_2.11_ay_3.8	1152
+ay_1.23_ay_2.11_ay_3.20	1153
+ay_1.23_ay_2.11_ay_3.15	1154
+ay_1.23_ay_2.11_ay_3.17	1155
+ay_1.23_ay_2.20_ay_3.3	1156
+ay_1.23_ay_2.20_ay_3.13	1157
+ay_1.23_ay_2.20_ay_3.6	1158
+ay_1.23_ay_2.20_ay_3.11	1159
+ay_1.23_ay_2.20_ay_3.12	1160
+ay_1.23_ay_2.20_ay_3.14	1161
+ay_1.23_ay_2.20_ay_3.18	1162
+ay_1.23_ay_2.20_ay_3.10	1163
+ay_1.23_ay_2.20_ay_3.19	1164
+ay_1.3_ay_2.4_ay_3.13	1165
+ay_1.26_ay_2.2_ay_3.2	1166
+ay_1.26_ay_2.4_ay_3.10	1167
+ay_1.26_ay_2.4_ay_3.19	1168
+ay_1.14_ay_2.14_ay_3.19	1169
+ay_1.28_ay_2.2_ay_3.2	1170
+ay_1.28_ay_2.14_ay_3.13	1171
+ay_1.28_ay_2.14_ay_3.10	1172
+ay_1.6_ay_2.15_ay_3.4	1173
+ay_1.21_ay_2.17_ay_3.3	1174
+ay_1.30_ay_2.2_ay_3.4	1175
+ay_1.30_ay_2.5_ay_3.6	1176
+ay_1.30_ay_2.7_ay_3.12	1177
+ay_1.30_ay_2.12_ay_3.14	1178
+ay_1.30_ay_2.12_ay_3.18	1179
+ay_1.30_ay_2.6_ay_3.9	1180
+ay_1.30_ay_2.6_ay_3.7	1181
+ay_1.30_ay_2.22_ay_3.8	1182
+ay_1.30_ay_2.22_ay_3.15	1183
+ay_1.30_ay_2.9_ay_3.16	1184
+ay_1.30_ay_2.21_ay_3.20	1185
+ay_1.30_ay_2.21_ay_3.17	1186
+ay_1.30_ay_2.21_ay_3.11	1187
+ay_1.30_ay_2.21_ay_3.19	1188
+ay_1.11_ay_2.5_ay_3.6	1189
+ay_1.25_ay_2.2_ay_3.4	1190
+ay_1.25_ay_2.7_ay_3.12	1191
+ay_1.25_ay_2.12_ay_3.14	1192
+ay_1.25_ay_2.12_ay_3.18	1193
+ay_1.25_ay_2.6_ay_3.9	1194
+ay_1.25_ay_2.6_ay_3.7	1195
+ay_1.25_ay_2.22_ay_3.8	1196
+ay_1.25_ay_2.22_ay_3.15	1197
+ay_1.25_ay_2.9_ay_3.16	1198
+ay_1.25_ay_2.15_ay_3.4	1199
+ay_1.25_ay_2.17_ay_3.3	1200
+ay_1.25_ay_2.21_ay_3.20	1201
+ay_1.25_ay_2.21_ay_3.17	1202
+ay_1.25_ay_2.21_ay_3.11	1203
+ay_1.25_ay_2.21_ay_3.19	1204
+ay_1.4_ay_2.17_ay_3.3	1205
+ay_1.18_ay_2.2_ay_3.4	1206
+ay_1.18_ay_2.6_ay_3.9	1207
+ay_1.18_ay_2.6_ay_3.7	1208
+ay_1.18_ay_2.22_ay_3.8	1209
+ay_1.18_ay_2.22_ay_3.15	1210
+ay_1.18_ay_2.9_ay_3.16	1211
+ay_1.18_ay_2.15_ay_3.4	1212
+ay_1.18_ay_2.21_ay_3.20	1213
+ay_1.18_ay_2.21_ay_3.17	1214
+ay_1.20_ay_2.2_ay_3.2	1215
+ay_1.20_ay_2.14_ay_3.13	1216
+ay_1.20_ay_2.14_ay_3.10	1217
+ay_1.20_ay_2.14_ay_3.19	1218
+ay_1.20_ay_2.5_ay_3.6	1219
+ay_1.20_ay_2.7_ay_3.12	1220
+ay_1.20_ay_2.12_ay_3.14	1221
+ay_1.20_ay_2.12_ay_3.18	1222
+ay_1.20_ay_2.21_ay_3.11	1223
+ay_1.20_ay_2.21_ay_3.19	1224
+ay_1.5_ay_2.5_ay_3.6	1225
+ay_1.15_ay_2.17_ay_3.3	1226
+ay_1.16_ay_2.15_ay_3.4	1227
+ay_1.19_ay_2.2_ay_3.4	1228
+ay_1.19_ay_2.2_ay_3.2	1229
+ay_1.19_ay_2.14_ay_3.13	1230
+ay_1.19_ay_2.14_ay_3.10	1231
+ay_1.19_ay_2.14_ay_3.19	1232
+ay_1.19_ay_2.7_ay_3.12	1233
+ay_1.19_ay_2.12_ay_3.14	1234
+ay_1.19_ay_2.12_ay_3.18	1235
+ay_1.19_ay_2.6_ay_3.9	1236
+ay_1.19_ay_2.6_ay_3.7	1237
+ay_1.19_ay_2.22_ay_3.8	1238
+ay_1.19_ay_2.22_ay_3.15	1239
+ay_1.19_ay_2.9_ay_3.16	1240
+ay_1.19_ay_2.21_ay_3.20	1241
+ay_1.19_ay_2.21_ay_3.17	1242
+ay_1.19_ay_2.21_ay_3.11	1243
+ay_1.19_ay_2.21_ay_3.19	1244
+ay_1.7_ay_2.2_ay_3.4	1245
+ay_1.7_ay_2.2_ay_3.2	1246
+ay_1.7_ay_2.14_ay_3.13	1247
+ay_1.7_ay_2.14_ay_3.10	1248
+ay_1.7_ay_2.14_ay_3.19	1249
+ay_1.7_ay_2.5_ay_3.6	1250
+ay_1.7_ay_2.7_ay_3.12	1251
+ay_1.7_ay_2.12_ay_3.14	1252
+ay_1.7_ay_2.12_ay_3.18	1253
+ay_1.7_ay_2.6_ay_3.9	1254
+ay_1.7_ay_2.6_ay_3.7	1255
+ay_1.7_ay_2.22_ay_3.8	1256
+ay_1.7_ay_2.22_ay_3.15	1257
+ay_1.7_ay_2.9_ay_3.16	1258
+ay_1.7_ay_2.15_ay_3.4	1259
+ay_1.7_ay_2.17_ay_3.3	1260
+ay_1.7_ay_2.21_ay_3.20	1261
+ay_1.7_ay_2.21_ay_3.17	1262
+ay_1.7_ay_2.21_ay_3.11	1263
+ay_1.7_ay_2.21_ay_3.19	1264
+ay_1.10_ay_2.2_ay_3.4	1265
+ay_1.10_ay_2.2_ay_3.2	1266
+ay_1.10_ay_2.14_ay_3.13	1267
+ay_1.10_ay_2.14_ay_3.10	1268
+ay_1.10_ay_2.14_ay_3.19	1269
+ay_1.10_ay_2.5_ay_3.6	1270
+ay_1.10_ay_2.7_ay_3.12	1271
+ay_1.10_ay_2.12_ay_3.14	1272
+ay_1.10_ay_2.12_ay_3.18	1273
+ay_1.10_ay_2.6_ay_3.9	1274
+ay_1.10_ay_2.6_ay_3.7	1275
+ay_1.10_ay_2.22_ay_3.8	1276
+ay_1.10_ay_2.22_ay_3.15	1277
+ay_1.10_ay_2.9_ay_3.16	1278
+ay_1.10_ay_2.15_ay_3.4	1279
+ay_1.10_ay_2.17_ay_3.3	1280
+ay_1.10_ay_2.21_ay_3.20	1281
+ay_1.10_ay_2.21_ay_3.17	1282
+ay_1.10_ay_2.21_ay_3.11	1283
+ay_1.10_ay_2.21_ay_3.19	1284
+ay_1.13_ay_2.2_ay_3.4	1285
+ay_1.13_ay_2.2_ay_3.2	1286
+ay_1.13_ay_2.14_ay_3.13	1287
+ay_1.13_ay_2.14_ay_3.10	1288
+ay_1.13_ay_2.14_ay_3.19	1289
+ay_1.13_ay_2.5_ay_3.6	1290
+ay_1.13_ay_2.7_ay_3.12	1291
+ay_1.13_ay_2.12_ay_3.14	1292
+ay_1.13_ay_2.12_ay_3.18	1293
+ay_1.13_ay_2.6_ay_3.9	1294
+ay_1.13_ay_2.6_ay_3.7	1295
+ay_1.13_ay_2.22_ay_3.8	1296
+ay_1.13_ay_2.22_ay_3.15	1297
+ay_1.13_ay_2.9_ay_3.16	1298
+ay_1.13_ay_2.15_ay_3.4	1299
+ay_1.13_ay_2.17_ay_3.3	1300
+ay_1.13_ay_2.21_ay_3.20	1301
+ay_1.13_ay_2.21_ay_3.17	1302
+ay_1.13_ay_2.21_ay_3.11	1303
+ay_1.13_ay_2.21_ay_3.19	1304
+ay_1.17_ay_2.2_ay_3.4	1305
+ay_1.17_ay_2.2_ay_3.2	1306
+ay_1.17_ay_2.4_ay_3.13	1307
+ay_1.17_ay_2.4_ay_3.10	1308
+ay_1.17_ay_2.4_ay_3.19	1309
+ay_1.17_ay_2.14_ay_3.13	1310
+ay_1.17_ay_2.14_ay_3.10	1311
+ay_1.17_ay_2.14_ay_3.19	1312
+ay_1.17_ay_2.5_ay_3.6	1313
+ay_1.17_ay_2.7_ay_3.12	1314
+ay_1.17_ay_2.12_ay_3.14	1315
+ay_1.17_ay_2.12_ay_3.18	1316
+ay_1.17_ay_2.6_ay_3.9	1317
+ay_1.17_ay_2.6_ay_3.7	1318
+ay_1.17_ay_2.22_ay_3.8	1319
+ay_1.17_ay_2.22_ay_3.15	1320
+ay_1.17_ay_2.9_ay_3.16	1321
+ay_1.17_ay_2.15_ay_3.4	1322
+ay_1.17_ay_2.17_ay_3.3	1323
+ay_1.17_ay_2.21_ay_3.20	1324
+ay_1.17_ay_2.21_ay_3.17	1325
+ay_1.17_ay_2.21_ay_3.11	1326
+ay_1.17_ay_2.21_ay_3.19	1327
+ay_1.29_ay_2.2_ay_3.4	1328
+ay_1.29_ay_2.2_ay_3.2	1329
+ay_1.29_ay_2.14_ay_3.13	1330
+ay_1.29_ay_2.14_ay_3.10	1331
+ay_1.29_ay_2.14_ay_3.19	1332
+ay_1.29_ay_2.5_ay_3.6	1333
+ay_1.29_ay_2.7_ay_3.12	1334
+ay_1.29_ay_2.12_ay_3.14	1335
+ay_1.29_ay_2.12_ay_3.18	1336
+ay_1.29_ay_2.6_ay_3.9	1337
+ay_1.29_ay_2.6_ay_3.7	1338
+ay_1.29_ay_2.22_ay_3.8	1339
+ay_1.29_ay_2.22_ay_3.15	1340
+ay_1.29_ay_2.9_ay_3.16	1341
+ay_1.29_ay_2.15_ay_3.4	1342
+ay_1.29_ay_2.17_ay_3.3	1343
+ay_1.29_ay_2.21_ay_3.20	1344
+ay_1.29_ay_2.21_ay_3.17	1345
+ay_1.29_ay_2.21_ay_3.11	1346
+ay_1.29_ay_2.21_ay_3.19	1347
+b_1.1_b_2.1_b_3.7	1348
+b_1.1_b_2.3_b_3.1	1349
+b_1.1_b_2.3_b_3.7	1350
+b_1.1_b_2.8_b_3.3	1351
+b_1.1_b_2.8_b_3.11	1352
+b_1.1_b_2.10_b_3.2	1353
+b_1.1_b_2.10_b_3.12	1354
+b_1.1_b_2.4_b_3.6	1355
+b_1.1_b_2.4_b_3.8	1356
+b_1.1_b_2.4_b_3.13	1357
+b_1.1_b_2.7_b_3.4	1358
+b_1.1_b_2.7_b_3.14	1359
+b_1.1_b_2.7_b_3.8	1360
+b_1.1_b_2.7_b_3.9	1361
+b_1.1_b_2.7_b_3.13	1362
+b_1.1_b_2.7_b_3.5	1363
+b_1.1_b_2.7_b_3.10	1364
+b_1.1_b_2.9_b_3.10	1365
+b_1.8_b_2.1_b_3.7	1366
+b_1.8_b_2.3_b_3.1	1367
+b_1.8_b_2.3_b_3.7	1368
+b_1.8_b_2.8_b_3.3	1369
+b_1.8_b_2.8_b_3.11	1370
+b_1.8_b_2.10_b_3.2	1371
+b_1.8_b_2.10_b_3.12	1372
+b_1.8_b_2.4_b_3.6	1373
+b_1.8_b_2.4_b_3.8	1374
+b_1.8_b_2.4_b_3.13	1375
+b_1.8_b_2.7_b_3.4	1376
+b_1.8_b_2.7_b_3.14	1377
+b_1.8_b_2.7_b_3.8	1378
+b_1.8_b_2.7_b_3.9	1379
+b_1.8_b_2.7_b_3.13	1380
+b_1.8_b_2.7_b_3.5	1381
+b_1.8_b_2.7_b_3.10	1382
+b_1.8_b_2.9_b_3.10	1383
+b_1.9_b_2.1_b_3.7	1384
+b_1.9_b_2.3_b_3.1	1385
+b_1.9_b_2.3_b_3.7	1386
+b_1.9_b_2.8_b_3.3	1387
+b_1.9_b_2.8_b_3.11	1388
+b_1.9_b_2.10_b_3.2	1389
+b_1.9_b_2.10_b_3.12	1390
+b_1.9_b_2.4_b_3.6	1391
+b_1.9_b_2.4_b_3.8	1392
+b_1.9_b_2.4_b_3.13	1393
+b_1.9_b_2.7_b_3.4	1394
+b_1.9_b_2.7_b_3.14	1395
+b_1.9_b_2.7_b_3.8	1396
+b_1.9_b_2.7_b_3.9	1397
+b_1.9_b_2.7_b_3.13	1398
+b_1.9_b_2.7_b_3.5	1399
+b_1.9_b_2.7_b_3.10	1400
+b_1.9_b_2.9_b_3.10	1401
+b_1.3_b_2.1_b_3.7	1402
+b_1.3_b_2.3_b_3.1	1403
+b_1.3_b_2.3_b_3.7	1404
+b_1.3_b_2.8_b_3.3	1405
+b_1.3_b_2.8_b_3.11	1406
+b_1.3_b_2.2_b_3.2	1407
+b_1.3_b_2.2_b_3.12	1408
+b_1.3_b_2.10_b_3.2	1409
+b_1.3_b_2.10_b_3.12	1410
+b_1.3_b_2.4_b_3.6	1411
+b_1.3_b_2.4_b_3.8	1412
+b_1.3_b_2.4_b_3.13	1413
+b_1.3_b_2.7_b_3.4	1414
+b_1.3_b_2.7_b_3.14	1415
+b_1.3_b_2.7_b_3.8	1416
+b_1.3_b_2.7_b_3.9	1417
+b_1.3_b_2.7_b_3.13	1418
+b_1.3_b_2.7_b_3.5	1419
+b_1.3_b_2.7_b_3.10	1420
+b_1.3_b_2.9_b_3.10	1421
+b_1.4_b_2.1_b_3.7	1422
+b_1.4_b_2.3_b_3.1	1423
+b_1.4_b_2.3_b_3.7	1424
+b_1.4_b_2.8_b_3.3	1425
+b_1.4_b_2.8_b_3.11	1426
+b_1.4_b_2.10_b_3.2	1427
+b_1.4_b_2.10_b_3.12	1428
+b_1.4_b_2.4_b_3.6	1429
+b_1.4_b_2.4_b_3.8	1430
+b_1.4_b_2.4_b_3.13	1431
+b_1.4_b_2.7_b_3.4	1432
+b_1.4_b_2.7_b_3.14	1433
+b_1.4_b_2.7_b_3.8	1434
+b_1.4_b_2.7_b_3.9	1435
+b_1.4_b_2.7_b_3.13	1436
+b_1.4_b_2.7_b_3.5	1437
+b_1.4_b_2.7_b_3.10	1438
+b_1.4_b_2.9_b_3.10	1439
+b_1.5_b_2.1_b_3.7	1440
+b_1.5_b_2.3_b_3.1	1441
+b_1.5_b_2.3_b_3.7	1442
+b_1.5_b_2.8_b_3.3	1443
+b_1.5_b_2.8_b_3.11	1444
+b_1.5_b_2.10_b_3.2	1445
+b_1.5_b_2.10_b_3.12	1446
+b_1.5_b_2.4_b_3.6	1447
+b_1.5_b_2.4_b_3.8	1448
+b_1.5_b_2.4_b_3.13	1449
+b_1.5_b_2.7_b_3.4	1450
+b_1.5_b_2.7_b_3.14	1451
+b_1.5_b_2.7_b_3.8	1452
+b_1.5_b_2.7_b_3.9	1453
+b_1.5_b_2.7_b_3.13	1454
+b_1.5_b_2.7_b_3.5	1455
+b_1.5_b_2.7_b_3.10	1456
+b_1.5_b_2.9_b_3.10	1457
+b_1.6_b_2.1_b_3.7	1458
+b_1.6_b_2.3_b_3.1	1459
+b_1.6_b_2.3_b_3.7	1460
+b_1.6_b_2.8_b_3.3	1461
+b_1.6_b_2.8_b_3.11	1462
+b_1.6_b_2.10_b_3.2	1463
+b_1.6_b_2.10_b_3.12	1464
+b_1.6_b_2.4_b_3.6	1465
+b_1.6_b_2.4_b_3.8	1466
+b_1.6_b_2.4_b_3.13	1467
+b_1.6_b_2.7_b_3.4	1468
+b_1.6_b_2.7_b_3.14	1469
+b_1.6_b_2.7_b_3.8	1470
+b_1.6_b_2.7_b_3.9	1471
+b_1.6_b_2.7_b_3.13	1472
+b_1.6_b_2.7_b_3.5	1473
+b_1.6_b_2.7_b_3.10	1474
+b_1.6_b_2.9_b_3.10	1475
+b_1.7_b_2.1_b_3.7	1476
+b_1.7_b_2.3_b_3.1	1477
+b_1.7_b_2.3_b_3.7	1478
+b_1.7_b_2.8_b_3.3	1479
+b_1.7_b_2.8_b_3.11	1480
+b_1.7_b_2.10_b_3.2	1481
+b_1.7_b_2.10_b_3.12	1482
+b_1.7_b_2.4_b_3.6	1483
+b_1.7_b_2.4_b_3.8	1484
+b_1.7_b_2.4_b_3.13	1485
+b_1.7_b_2.7_b_3.4	1486
+b_1.7_b_2.7_b_3.14	1487
+b_1.7_b_2.7_b_3.8	1488
+b_1.7_b_2.7_b_3.9	1489
+b_1.7_b_2.7_b_3.13	1490
+b_1.7_b_2.7_b_3.5	1491
+b_1.7_b_2.7_b_3.10	1492
+b_1.7_b_2.9_b_3.10	1493
+b_1.10_b_2.1_b_3.7	1494
+b_1.10_b_2.3_b_3.1	1495
+b_1.10_b_2.3_b_3.7	1496
+b_1.10_b_2.8_b_3.3	1497
+b_1.10_b_2.8_b_3.11	1498
+b_1.11_b_2.10_b_3.2	1499
+b_1.11_b_2.10_b_3.12	1500
+b_1.11_b_2.4_b_3.6	1501
+b_1.11_b_2.4_b_3.8	1502
+b_1.11_b_2.4_b_3.13	1503
+b_1.11_b_2.7_b_3.4	1504
+b_1.11_b_2.7_b_3.14	1505
+b_1.11_b_2.7_b_3.8	1506
+b_1.11_b_2.7_b_3.9	1507
+b_1.11_b_2.7_b_3.13	1508
+b_1.11_b_2.7_b_3.5	1509
+b_1.11_b_2.7_b_3.10	1510
+b_1.11_b_2.9_b_3.10	1511
+b_1.2_b_2.1_b_3.7	1512
+b_1.2_b_2.3_b_3.1	1513
+b_1.2_b_2.3_b_3.7	1514
+b_1.2_b_2.8_b_3.3	1515
+b_1.2_b_2.8_b_3.11	1516
+b_1.2_b_2.10_b_3.2	1517
+b_1.2_b_2.10_b_3.12	1518
+b_1.2_b_2.5_b_3.15	1519
+b_1.2_b_2.6_b_3.4	1520
+b_1.2_b_2.6_b_3.6	1521
+b_1.2_b_2.6_b_3.8	1522
+b_1.2_b_2.6_b_3.9	1523
+b_1.2_b_2.6_b_3.13	1524
+b_1.2_b_2.6_b_3.5	1525
+b_1.2_b_2.6_b_3.10	1526
+b_1.12_b_2.1_b_3.7	1527
+b_1.12_b_2.3_b_3.1	1528
+b_1.12_b_2.3_b_3.7	1529
+b_1.12_b_2.8_b_3.3	1530
+b_1.12_b_2.8_b_3.11	1531
+b_1.12_b_2.10_b_3.2	1532
+b_1.12_b_2.10_b_3.12	1533
+b_1.12_b_2.5_b_3.15	1534
+b_1.12_b_2.6_b_3.4	1535
+b_1.12_b_2.6_b_3.6	1536
+b_1.12_b_2.6_b_3.8	1537
+b_1.12_b_2.6_b_3.9	1538
+b_1.12_b_2.6_b_3.13	1539
+b_1.12_b_2.6_b_3.5	1540
+b_1.12_b_2.6_b_3.10	1541
+ch_1.1_ch_2.1_ch_3.2	1542
+ch_1.3_ch_2.2_ch_3.4	1543
+ch_1.3_ch_2.3_ch_3.1	1544
+ch_1.3_ch_2.3_ch_3.5	1545
+ch_1.3_ch_2.3_ch_3.4	1546
+ch_1.3_ch_2.4_ch_3.3	1547
+ch_1.3_ch_2.4_ch_3.6	1548
+ch_1.3_ch_2.4_ch_3.4	1549
+ch_1.2_ch_2.1_ch_3.2	1550
+ch_1.2_ch_2.2_ch_3.4	1551
+ch_1.2_ch_2.3_ch_3.1	1552
+ch_1.2_ch_2.3_ch_3.5	1553
+ch_1.2_ch_2.3_ch_3.4	1554
+ch_1.2_ch_2.4_ch_3.3	1555
+ch_1.2_ch_2.4_ch_3.6	1556
+ch_1.2_ch_2.4_ch_3.4	1557
+d_1.1_d_2.11_d_3.1	1558
+d_1.1_d_2.15_d_3.11	1559
+d_1.1_d_2.15_d_3.14	1560
+d_1.1_d_2.10_d_3.3	1561
+d_1.1_d_2.10_d_3.16	1562
+d_1.1_d_2.12_d_3.5	1563
+d_1.1_d_2.12_d_3.9	1564
+d_1.1_d_2.12_d_3.13	1565
+d_1.1_d_2.12_d_3.21	1566
+d_1.1_d_2.3_d_3.2	1567
+d_1.1_d_2.5_d_3.6	1568
+d_1.1_d_2.7_d_3.12	1569
+d_1.1_d_2.7_d_3.19	1570
+d_1.1_d_2.16_d_3.18	1571
+d_1.1_d_2.9_d_3.8	1572
+d_1.1_d_2.13_d_3.17	1573
+d_1.1_d_2.13_d_3.20	1574
+d_1.10_d_2.11_d_3.1	1575
+d_1.10_d_2.15_d_3.11	1576
+d_1.10_d_2.15_d_3.14	1577
+d_1.10_d_2.10_d_3.3	1578
+d_1.10_d_2.10_d_3.16	1579
+d_1.10_d_2.12_d_3.5	1580
+d_1.10_d_2.12_d_3.9	1581
+d_1.10_d_2.12_d_3.13	1582
+d_1.10_d_2.12_d_3.21	1583
+d_1.15_d_2.3_d_3.2	1584
+d_1.15_d_2.5_d_3.6	1585
+d_1.15_d_2.7_d_3.12	1586
+d_1.15_d_2.7_d_3.19	1587
+d_1.15_d_2.16_d_3.18	1588
+d_1.15_d_2.9_d_3.8	1589
+d_1.15_d_2.13_d_3.17	1590
+d_1.15_d_2.13_d_3.20	1591
+d_1.5_d_2.1_d_3.1	1592
+d_1.5_d_2.1_d_3.11	1593
+d_1.5_d_2.1_d_3.14	1594
+d_1.5_d_2.10_d_3.3	1595
+d_1.5_d_2.10_d_3.16	1596
+d_1.5_d_2.12_d_3.5	1597
+d_1.5_d_2.12_d_3.9	1598
+d_1.5_d_2.12_d_3.13	1599
+d_1.5_d_2.12_d_3.21	1600
+d_1.9_d_2.11_d_3.1	1601
+d_1.9_d_2.15_d_3.11	1602
+d_1.9_d_2.15_d_3.14	1603
+d_1.9_d_2.10_d_3.3	1604
+d_1.9_d_2.10_d_3.16	1605
+d_1.9_d_2.12_d_3.5	1606
+d_1.9_d_2.12_d_3.9	1607
+d_1.9_d_2.12_d_3.13	1608
+d_1.9_d_2.12_d_3.21	1609
+d_1.12_d_2.11_d_3.1	1610
+d_1.12_d_2.15_d_3.11	1611
+d_1.12_d_2.15_d_3.14	1612
+d_1.14_d_2.10_d_3.3	1613
+d_1.14_d_2.10_d_3.16	1614
+d_1.14_d_2.12_d_3.5	1615
+d_1.14_d_2.12_d_3.9	1616
+d_1.14_d_2.12_d_3.13	1617
+d_1.14_d_2.12_d_3.21	1618
+d_1.6_d_2.3_d_3.2	1619
+d_1.6_d_2.5_d_3.6	1620
+d_1.6_d_2.7_d_3.12	1621
+d_1.6_d_2.7_d_3.19	1622
+d_1.6_d_2.16_d_3.18	1623
+d_1.6_d_2.9_d_3.8	1624
+d_1.6_d_2.13_d_3.17	1625
+d_1.6_d_2.13_d_3.20	1626
+d_1.11_d_2.2_d_3.4	1627
+d_1.11_d_2.2_d_3.18	1628
+d_1.11_d_2.16_d_3.18	1629
+d_1.13_d_2.5_d_3.6	1630
+d_1.16_d_2.3_d_3.2	1631
+d_1.16_d_2.7_d_3.12	1632
+d_1.16_d_2.7_d_3.19	1633
+d_1.16_d_2.9_d_3.8	1634
+d_1.16_d_2.13_d_3.17	1635
+d_1.16_d_2.13_d_3.20	1636
+d_1.2_d_2.11_d_3.1	1637
+d_1.2_d_2.15_d_3.11	1638
+d_1.2_d_2.15_d_3.14	1639
+d_1.2_d_2.10_d_3.3	1640
+d_1.2_d_2.10_d_3.16	1641
+d_1.2_d_2.12_d_3.5	1642
+d_1.2_d_2.12_d_3.9	1643
+d_1.2_d_2.12_d_3.13	1644
+d_1.2_d_2.12_d_3.21	1645
+d_1.2_d_2.3_d_3.2	1646
+d_1.2_d_2.5_d_3.6	1647
+d_1.2_d_2.7_d_3.12	1648
+d_1.2_d_2.7_d_3.19	1649
+d_1.2_d_2.16_d_3.18	1650
+d_1.2_d_2.9_d_3.8	1651
+d_1.2_d_2.13_d_3.17	1652
+d_1.2_d_2.13_d_3.20	1653
+d_1.4_d_2.11_d_3.1	1654
+d_1.4_d_2.15_d_3.11	1655
+d_1.4_d_2.15_d_3.14	1656
+d_1.4_d_2.10_d_3.3	1657
+d_1.4_d_2.10_d_3.16	1658
+d_1.4_d_2.12_d_3.5	1659
+d_1.4_d_2.12_d_3.9	1660
+d_1.4_d_2.12_d_3.13	1661
+d_1.4_d_2.12_d_3.21	1662
+d_1.4_d_2.3_d_3.2	1663
+d_1.4_d_2.5_d_3.6	1664
+d_1.4_d_2.7_d_3.12	1665
+d_1.4_d_2.7_d_3.19	1666
+d_1.4_d_2.16_d_3.18	1667
+d_1.4_d_2.9_d_3.8	1668
+d_1.4_d_2.13_d_3.17	1669
+d_1.4_d_2.13_d_3.20	1670
+d_1.7_d_2.11_d_3.1	1671
+d_1.7_d_2.15_d_3.11	1672
+d_1.7_d_2.15_d_3.14	1673
+d_1.17_d_2.4_d_3.3	1674
+d_1.17_d_2.4_d_3.16	1675
+d_1.17_d_2.4_d_3.5	1676
+d_1.17_d_2.4_d_3.9	1677
+d_1.17_d_2.4_d_3.13	1678
+d_1.17_d_2.4_d_3.21	1679
+d_1.17_d_2.10_d_3.3	1680
+d_1.17_d_2.10_d_3.16	1681
+d_1.17_d_2.12_d_3.5	1682
+d_1.17_d_2.12_d_3.9	1683
+d_1.17_d_2.12_d_3.13	1684
+d_1.17_d_2.12_d_3.21	1685
+d_1.8_d_2.3_d_3.2	1686
+d_1.8_d_2.5_d_3.6	1687
+d_1.8_d_2.7_d_3.12	1688
+d_1.8_d_2.7_d_3.19	1689
+d_1.8_d_2.2_d_3.18	1690
+d_1.8_d_2.16_d_3.18	1691
+d_1.8_d_2.9_d_3.8	1692
+d_1.8_d_2.13_d_3.17	1693
+d_1.8_d_2.13_d_3.20	1694
+d_1.3_d_2.8_d_3.1	1695
+d_1.3_d_2.8_d_3.15	1696
+d_1.3_d_2.8_d_3.14	1697
+d_1.3_d_2.6_d_3.10	1698
+d_1.3_d_2.14_d_3.7	1699
+d_1.3_d_2.3_d_3.2	1700
+d_1.3_d_2.5_d_3.6	1701
+d_1.3_d_2.7_d_3.12	1702
+d_1.3_d_2.7_d_3.19	1703
+d_1.3_d_2.16_d_3.18	1704
+d_1.3_d_2.9_d_3.8	1705
+d_1.3_d_2.13_d_3.17	1706
+d_1.3_d_2.13_d_3.20	1707
+dh_1.1_dh_2.1_dh_3.1	1708
+dh_1.1_dh_2.1_dh_3.6	1709
+dh_1.1_dh_2.1_dh_3.2	1710
+dh_1.1_dh_2.1_dh_3.5	1711
+dh_1.1_dh_2.1_dh_3.3	1712
+dh_1.3_dh_2.4_dh_3.1	1713
+dh_1.3_dh_2.4_dh_3.6	1714
+dh_1.3_dh_2.4_dh_3.2	1715
+dh_1.3_dh_2.4_dh_3.5	1716
+dh_1.3_dh_2.4_dh_3.7	1717
+dh_1.4_dh_2.4_dh_3.7	1718
+dh_1.6_dh_2.4_dh_3.1	1719
+dh_1.6_dh_2.4_dh_3.6	1720
+dh_1.6_dh_2.4_dh_3.2	1721
+dh_1.6_dh_2.4_dh_3.5	1722
+dh_1.6_dh_2.4_dh_3.7	1723
+dh_1.2_dh_2.2_dh_3.1	1724
+dh_1.2_dh_2.2_dh_3.6	1725
+dh_1.2_dh_2.3_dh_3.8	1726
+dh_1.2_dh_2.3_dh_3.5	1727
+dh_1.2_dh_2.5_dh_3.4	1728
+dh_1.5_dh_2.2_dh_3.1	1729
+dh_1.5_dh_2.2_dh_3.6	1730
+dh_1.5_dh_2.3_dh_3.8	1731
+dh_1.5_dh_2.3_dh_3.5	1732
+dh_1.5_dh_2.5_dh_3.4	1733
+eh_1.1_eh_2.12_eh_3.16	1734
+eh_1.1_eh_2.12_eh_3.15	1735
+eh_1.1_eh_2.8_eh_3.13	1736
+eh_1.1_eh_2.8_eh_3.14	1737
+eh_1.1_eh_2.17_eh_3.12	1738
+eh_1.1_eh_2.17_eh_3.7	1739
+eh_1.1_eh_2.17_eh_3.9	1740
+eh_1.1_eh_2.11_eh_3.17	1741
+eh_1.1_eh_2.11_eh_3.5	1742
+eh_1.1_eh_2.11_eh_3.15	1743
+eh_1.1_eh_2.2_eh_3.2	1744
+eh_1.1_eh_2.2_eh_3.17	1745
+eh_1.1_eh_2.5_eh_3.8	1746
+eh_1.1_eh_2.10_eh_3.10	1747
+eh_1.1_eh_2.19_eh_3.6	1748
+eh_1.1_eh_2.13_eh_3.14	1749
+eh_1.1_eh_2.13_eh_3.12	1750
+eh_1.1_eh_2.13_eh_3.15	1751
+eh_1.5_eh_2.10_eh_3.10	1752
+eh_1.25_eh_2.7_eh_3.6	1753
+eh_1.26_eh_2.1_eh_3.16	1754
+eh_1.26_eh_2.1_eh_3.15	1755
+eh_1.26_eh_2.16_eh_3.13	1756
+eh_1.26_eh_2.16_eh_3.14	1757
+eh_1.26_eh_2.17_eh_3.12	1758
+eh_1.26_eh_2.17_eh_3.7	1759
+eh_1.26_eh_2.17_eh_3.9	1760
+eh_1.26_eh_2.11_eh_3.17	1761
+eh_1.26_eh_2.11_eh_3.5	1762
+eh_1.26_eh_2.11_eh_3.15	1763
+eh_1.26_eh_2.2_eh_3.2	1764
+eh_1.26_eh_2.2_eh_3.17	1765
+eh_1.26_eh_2.5_eh_3.8	1766
+eh_1.26_eh_2.13_eh_3.14	1767
+eh_1.26_eh_2.13_eh_3.12	1768
+eh_1.26_eh_2.13_eh_3.15	1769
+eh_1.7_eh_2.3_eh_3.4	1770
+eh_1.7_eh_2.3_eh_3.10	1771
+eh_1.12_eh_2.1_eh_3.1	1772
+eh_1.12_eh_2.1_eh_3.15	1773
+eh_1.12_eh_2.12_eh_3.1	1774
+eh_1.12_eh_2.12_eh_3.15	1775
+eh_1.12_eh_2.4_eh_3.5	1776
+eh_1.12_eh_2.4_eh_3.15	1777
+eh_1.12_eh_2.11_eh_3.5	1778
+eh_1.12_eh_2.11_eh_3.15	1779
+eh_1.17_eh_2.1_eh_3.15	1780
+eh_1.17_eh_2.4_eh_3.17	1781
+eh_1.17_eh_2.4_eh_3.3	1782
+eh_1.17_eh_2.4_eh_3.12	1783
+eh_1.17_eh_2.4_eh_3.5	1784
+eh_1.17_eh_2.4_eh_3.7	1785
+eh_1.17_eh_2.4_eh_3.9	1786
+eh_1.17_eh_2.4_eh_3.15	1787
+eh_1.17_eh_2.2_eh_3.2	1788
+eh_1.17_eh_2.2_eh_3.17	1789
+eh_1.17_eh_2.14_eh_3.3	1790
+eh_1.17_eh_2.14_eh_3.6	1791
+eh_1.17_eh_2.14_eh_3.12	1792
+eh_1.17_eh_2.14_eh_3.8	1793
+eh_1.17_eh_2.14_eh_3.15	1794
+eh_1.23_eh_2.12_eh_3.15	1795
+eh_1.23_eh_2.16_eh_3.13	1796
+eh_1.23_eh_2.16_eh_3.14	1797
+eh_1.23_eh_2.9_eh_3.12	1798
+eh_1.23_eh_2.9_eh_3.7	1799
+eh_1.23_eh_2.9_eh_3.9	1800
+eh_1.23_eh_2.11_eh_3.17	1801
+eh_1.23_eh_2.11_eh_3.5	1802
+eh_1.23_eh_2.11_eh_3.15	1803
+eh_1.23_eh_2.2_eh_3.2	1804
+eh_1.23_eh_2.2_eh_3.17	1805
+eh_1.23_eh_2.14_eh_3.14	1806
+eh_1.23_eh_2.14_eh_3.6	1807
+eh_1.23_eh_2.14_eh_3.12	1808
+eh_1.23_eh_2.14_eh_3.8	1809
+eh_1.23_eh_2.14_eh_3.15	1810
+eh_1.2_eh_2.11_eh_3.17	1811
+eh_1.2_eh_2.10_eh_3.10	1812
+eh_1.15_eh_2.20_eh_3.13	1813
+eh_1.15_eh_2.20_eh_3.14	1814
+eh_1.15_eh_2.17_eh_3.11	1815
+eh_1.15_eh_2.17_eh_3.18	1816
+eh_1.15_eh_2.6_eh_3.6	1817
+eh_1.15_eh_2.6_eh_3.18	1818
+eh_1.4_eh_2.20_eh_3.13	1819
+eh_1.4_eh_2.20_eh_3.14	1820
+eh_1.4_eh_2.17_eh_3.12	1821
+eh_1.4_eh_2.11_eh_3.17	1822
+eh_1.4_eh_2.10_eh_3.10	1823
+eh_1.4_eh_2.19_eh_3.6	1824
+eh_1.4_eh_2.13_eh_3.12	1825
+eh_1.9_eh_2.20_eh_3.13	1826
+eh_1.9_eh_2.20_eh_3.14	1827
+eh_1.9_eh_2.17_eh_3.12	1828
+eh_1.9_eh_2.11_eh_3.17	1829
+eh_1.9_eh_2.10_eh_3.10	1830
+eh_1.9_eh_2.19_eh_3.6	1831
+eh_1.9_eh_2.13_eh_3.12	1832
+eh_1.10_eh_2.20_eh_3.13	1833
+eh_1.10_eh_2.20_eh_3.14	1834
+eh_1.10_eh_2.17_eh_3.12	1835
+eh_1.10_eh_2.11_eh_3.17	1836
+eh_1.10_eh_2.10_eh_3.10	1837
+eh_1.10_eh_2.19_eh_3.6	1838
+eh_1.10_eh_2.13_eh_3.12	1839
+eh_1.13_eh_2.19_eh_3.6	1840
+eh_1.27_eh_2.14_eh_3.6	1841
+eh_1.27_eh_2.19_eh_3.6	1842
+eh_1.14_eh_2.20_eh_3.13	1843
+eh_1.14_eh_2.20_eh_3.14	1844
+eh_1.14_eh_2.15_eh_3.12	1845
+eh_1.14_eh_2.17_eh_3.12	1846
+eh_1.14_eh_2.11_eh_3.17	1847
+eh_1.14_eh_2.10_eh_3.10	1848
+eh_1.14_eh_2.13_eh_3.12	1849
+eh_1.18_eh_2.20_eh_3.13	1850
+eh_1.18_eh_2.20_eh_3.14	1851
+eh_1.18_eh_2.17_eh_3.12	1852
+eh_1.18_eh_2.11_eh_3.17	1853
+eh_1.18_eh_2.10_eh_3.10	1854
+eh_1.18_eh_2.13_eh_3.12	1855
+eh_1.19_eh_2.8_eh_3.13	1856
+eh_1.19_eh_2.8_eh_3.14	1857
+eh_1.19_eh_2.20_eh_3.13	1858
+eh_1.19_eh_2.20_eh_3.14	1859
+eh_1.19_eh_2.17_eh_3.12	1860
+eh_1.19_eh_2.11_eh_3.17	1861
+eh_1.24_eh_2.3_eh_3.10	1862
+eh_1.24_eh_2.14_eh_3.12	1863
+eh_1.24_eh_2.10_eh_3.10	1864
+eh_1.24_eh_2.13_eh_3.12	1865
+eh_1.3_eh_2.12_eh_3.16	1866
+eh_1.3_eh_2.12_eh_3.15	1867
+eh_1.3_eh_2.20_eh_3.14	1868
+eh_1.3_eh_2.17_eh_3.7	1869
+eh_1.3_eh_2.17_eh_3.9	1870
+eh_1.3_eh_2.11_eh_3.17	1871
+eh_1.3_eh_2.11_eh_3.5	1872
+eh_1.3_eh_2.11_eh_3.15	1873
+eh_1.3_eh_2.18_eh_3.2	1874
+eh_1.3_eh_2.18_eh_3.17	1875
+eh_1.3_eh_2.5_eh_3.8	1876
+eh_1.3_eh_2.13_eh_3.14	1877
+eh_1.3_eh_2.13_eh_3.15	1878
+eh_1.6_eh_2.1_eh_3.1	1879
+eh_1.6_eh_2.1_eh_3.16	1880
+eh_1.6_eh_2.1_eh_3.15	1881
+eh_1.6_eh_2.12_eh_3.1	1882
+eh_1.6_eh_2.12_eh_3.16	1883
+eh_1.6_eh_2.12_eh_3.15	1884
+eh_1.6_eh_2.8_eh_3.14	1885
+eh_1.6_eh_2.20_eh_3.14	1886
+eh_1.6_eh_2.17_eh_3.7	1887
+eh_1.6_eh_2.17_eh_3.9	1888
+eh_1.6_eh_2.11_eh_3.17	1889
+eh_1.6_eh_2.11_eh_3.5	1890
+eh_1.6_eh_2.11_eh_3.15	1891
+eh_1.6_eh_2.18_eh_3.2	1892
+eh_1.6_eh_2.18_eh_3.17	1893
+eh_1.6_eh_2.14_eh_3.14	1894
+eh_1.6_eh_2.14_eh_3.8	1895
+eh_1.6_eh_2.14_eh_3.15	1896
+eh_1.6_eh_2.5_eh_3.8	1897
+eh_1.6_eh_2.13_eh_3.14	1898
+eh_1.6_eh_2.13_eh_3.15	1899
+eh_1.20_eh_2.12_eh_3.16	1900
+eh_1.20_eh_2.12_eh_3.15	1901
+eh_1.20_eh_2.20_eh_3.14	1902
+eh_1.20_eh_2.17_eh_3.7	1903
+eh_1.20_eh_2.17_eh_3.9	1904
+eh_1.20_eh_2.11_eh_3.17	1905
+eh_1.20_eh_2.11_eh_3.5	1906
+eh_1.20_eh_2.11_eh_3.15	1907
+eh_1.20_eh_2.18_eh_3.2	1908
+eh_1.20_eh_2.18_eh_3.17	1909
+eh_1.20_eh_2.5_eh_3.8	1910
+eh_1.20_eh_2.13_eh_3.14	1911
+eh_1.20_eh_2.13_eh_3.15	1912
+eh_1.8_eh_2.12_eh_3.16	1913
+eh_1.8_eh_2.12_eh_3.15	1914
+eh_1.8_eh_2.20_eh_3.14	1915
+eh_1.8_eh_2.15_eh_3.7	1916
+eh_1.8_eh_2.15_eh_3.9	1917
+eh_1.8_eh_2.11_eh_3.17	1918
+eh_1.8_eh_2.11_eh_3.5	1919
+eh_1.8_eh_2.11_eh_3.15	1920
+eh_1.8_eh_2.18_eh_3.2	1921
+eh_1.8_eh_2.18_eh_3.17	1922
+eh_1.8_eh_2.5_eh_3.8	1923
+eh_1.8_eh_2.13_eh_3.14	1924
+eh_1.8_eh_2.13_eh_3.15	1925
+eh_1.11_eh_2.18_eh_3.2	1926
+eh_1.16_eh_2.12_eh_3.16	1927
+eh_1.21_eh_2.5_eh_3.8	1928
+eh_1.22_eh_2.12_eh_3.15	1929
+eh_1.22_eh_2.11_eh_3.17	1930
+eh_1.22_eh_2.11_eh_3.5	1931
+eh_1.22_eh_2.11_eh_3.15	1932
+eh_1.28_eh_2.20_eh_3.14	1933
+eh_1.28_eh_2.17_eh_3.7	1934
+eh_1.28_eh_2.17_eh_3.9	1935
+eh_1.28_eh_2.11_eh_3.15	1936
+eh_1.28_eh_2.18_eh_3.17	1937
+eh_1.28_eh_2.6_eh_3.14	1938
+eh_1.28_eh_2.6_eh_3.15	1939
+eh_1.28_eh_2.13_eh_3.14	1940
+eh_1.28_eh_2.13_eh_3.15	1941
+en_1.1_en_2.1_en_3.1	1942
+er_1.1_er_2.1_er_3.1	1943
+er_1.1_er_2.2_er_3.13	1944
+er_1.1_er_2.8_er_3.7	1945
+er_1.1_er_2.8_er_3.15	1946
+er_1.1_er_2.8_er_3.12	1947
+er_1.1_er_2.21_er_3.3	1948
+er_1.1_er_2.21_er_3.16	1949
+er_1.1_er_2.21_er_3.13	1950
+er_1.1_er_2.24_er_3.8	1951
+er_1.1_er_2.24_er_3.13	1952
+er_1.1_er_2.7_er_3.6	1953
+er_1.1_er_2.9_er_3.14	1954
+er_1.1_er_2.9_er_3.4	1955
+er_1.1_er_2.13_er_3.5	1956
+er_1.1_er_2.17_er_3.2	1957
+er_1.1_er_2.25_er_3.9	1958
+er_1.1_er_2.25_er_3.5	1959
+er_1.1_er_2.25_er_3.10	1960
+er_1.1_er_2.16_er_3.11	1961
+er_1.1_er_2.29_er_3.11	1962
+er_1.3_er_2.1_er_3.1	1963
+er_1.9_er_2.2_er_3.13	1964
+er_1.9_er_2.8_er_3.7	1965
+er_1.9_er_2.8_er_3.15	1966
+er_1.9_er_2.8_er_3.12	1967
+er_1.9_er_2.21_er_3.3	1968
+er_1.9_er_2.21_er_3.16	1969
+er_1.9_er_2.21_er_3.13	1970
+er_1.9_er_2.24_er_3.8	1971
+er_1.9_er_2.24_er_3.13	1972
+er_1.9_er_2.7_er_3.6	1973
+er_1.9_er_2.9_er_3.14	1974
+er_1.9_er_2.9_er_3.4	1975
+er_1.9_er_2.13_er_3.5	1976
+er_1.9_er_2.17_er_3.2	1977
+er_1.9_er_2.25_er_3.9	1978
+er_1.9_er_2.25_er_3.5	1979
+er_1.9_er_2.25_er_3.10	1980
+er_1.9_er_2.16_er_3.11	1981
+er_1.9_er_2.29_er_3.11	1982
+er_1.11_er_2.2_er_3.13	1983
+er_1.11_er_2.8_er_3.7	1984
+er_1.11_er_2.8_er_3.15	1985
+er_1.11_er_2.8_er_3.12	1986
+er_1.11_er_2.21_er_3.3	1987
+er_1.11_er_2.21_er_3.16	1988
+er_1.11_er_2.21_er_3.13	1989
+er_1.11_er_2.24_er_3.8	1990
+er_1.11_er_2.24_er_3.13	1991
+er_1.11_er_2.7_er_3.6	1992
+er_1.11_er_2.9_er_3.14	1993
+er_1.11_er_2.9_er_3.4	1994
+er_1.11_er_2.13_er_3.5	1995
+er_1.11_er_2.17_er_3.2	1996
+er_1.11_er_2.25_er_3.9	1997
+er_1.11_er_2.25_er_3.5	1998
+er_1.11_er_2.25_er_3.10	1999
+er_1.11_er_2.15_er_3.11	2000
+er_1.19_er_2.2_er_3.13	2001
+er_1.19_er_2.8_er_3.7	2002
+er_1.19_er_2.8_er_3.15	2003
+er_1.19_er_2.8_er_3.12	2004
+er_1.19_er_2.21_er_3.3	2005
+er_1.19_er_2.21_er_3.16	2006
+er_1.19_er_2.21_er_3.13	2007
+er_1.19_er_2.24_er_3.8	2008
+er_1.19_er_2.24_er_3.13	2009
+er_1.19_er_2.7_er_3.6	2010
+er_1.19_er_2.9_er_3.14	2011
+er_1.19_er_2.9_er_3.4	2012
+er_1.19_er_2.13_er_3.5	2013
+er_1.19_er_2.17_er_3.2	2014
+er_1.19_er_2.25_er_3.9	2015
+er_1.19_er_2.25_er_3.5	2016
+er_1.19_er_2.25_er_3.10	2017
+er_1.19_er_2.15_er_3.11	2018
+er_1.19_er_2.16_er_3.11	2019
+er_1.19_er_2.29_er_3.11	2020
+er_1.2_er_2.22_er_3.1	2021
+er_1.2_er_2.3_er_3.8	2022
+er_1.2_er_2.23_er_3.13	2023
+er_1.2_er_2.10_er_3.3	2024
+er_1.2_er_2.10_er_3.13	2025
+er_1.2_er_2.11_er_3.7	2026
+er_1.2_er_2.26_er_3.16	2027
+er_1.2_er_2.26_er_3.15	2028
+er_1.2_er_2.26_er_3.12	2029
+er_1.2_er_2.4_er_3.2	2030
+er_1.2_er_2.5_er_3.14	2031
+er_1.2_er_2.14_er_3.14	2032
+er_1.2_er_2.14_er_3.4	2033
+er_1.2_er_2.6_er_3.9	2034
+er_1.2_er_2.6_er_3.5	2035
+er_1.2_er_2.6_er_3.10	2036
+er_1.2_er_2.18_er_3.6	2037
+er_1.2_er_2.18_er_3.11	2038
+er_1.2_er_2.28_er_3.11	2039
+er_1.12_er_2.27_er_3.1	2040
+er_1.12_er_2.3_er_3.8	2041
+er_1.12_er_2.23_er_3.13	2042
+er_1.12_er_2.10_er_3.3	2043
+er_1.12_er_2.10_er_3.13	2044
+er_1.12_er_2.11_er_3.7	2045
+er_1.12_er_2.26_er_3.16	2046
+er_1.12_er_2.26_er_3.15	2047
+er_1.12_er_2.26_er_3.12	2048
+er_1.12_er_2.4_er_3.2	2049
+er_1.12_er_2.5_er_3.14	2050
+er_1.12_er_2.14_er_3.14	2051
+er_1.12_er_2.14_er_3.4	2052
+er_1.12_er_2.6_er_3.9	2053
+er_1.12_er_2.6_er_3.5	2054
+er_1.12_er_2.6_er_3.10	2055
+er_1.12_er_2.18_er_3.6	2056
+er_1.12_er_2.18_er_3.11	2057
+er_1.12_er_2.28_er_3.11	2058
+er_1.4_er_2.27_er_3.1	2059
+er_1.4_er_2.3_er_3.8	2060
+er_1.4_er_2.23_er_3.13	2061
+er_1.4_er_2.10_er_3.3	2062
+er_1.4_er_2.10_er_3.13	2063
+er_1.4_er_2.11_er_3.7	2064
+er_1.4_er_2.26_er_3.16	2065
+er_1.4_er_2.26_er_3.15	2066
+er_1.4_er_2.26_er_3.12	2067
+er_1.4_er_2.20_er_3.2	2068
+er_1.4_er_2.5_er_3.14	2069
+er_1.4_er_2.14_er_3.14	2070
+er_1.4_er_2.14_er_3.4	2071
+er_1.4_er_2.6_er_3.9	2072
+er_1.4_er_2.6_er_3.5	2073
+er_1.4_er_2.6_er_3.10	2074
+er_1.4_er_2.18_er_3.6	2075
+er_1.4_er_2.18_er_3.11	2076
+er_1.4_er_2.28_er_3.11	2077
+er_1.18_er_2.27_er_3.1	2078
+er_1.18_er_2.3_er_3.8	2079
+er_1.18_er_2.23_er_3.13	2080
+er_1.18_er_2.10_er_3.3	2081
+er_1.18_er_2.10_er_3.13	2082
+er_1.18_er_2.11_er_3.7	2083
+er_1.18_er_2.26_er_3.16	2084
+er_1.18_er_2.26_er_3.15	2085
+er_1.18_er_2.26_er_3.12	2086
+er_1.18_er_2.20_er_3.2	2087
+er_1.18_er_2.5_er_3.14	2088
+er_1.18_er_2.14_er_3.14	2089
+er_1.18_er_2.14_er_3.4	2090
+er_1.18_er_2.6_er_3.9	2091
+er_1.18_er_2.6_er_3.5	2092
+er_1.18_er_2.6_er_3.10	2093
+er_1.18_er_2.18_er_3.6	2094
+er_1.18_er_2.18_er_3.11	2095
+er_1.18_er_2.28_er_3.11	2096
+er_1.5_er_2.12_er_3.1	2097
+er_1.15_er_2.22_er_3.1	2098
+er_1.15_er_2.27_er_3.1	2099
+er_1.17_er_2.27_er_3.1	2100
+er_1.6_er_2.3_er_3.8	2101
+er_1.6_er_2.11_er_3.7	2102
+er_1.6_er_2.5_er_3.14	2103
+er_1.6_er_2.14_er_3.14	2104
+er_1.6_er_2.14_er_3.4	2105
+er_1.20_er_2.23_er_3.13	2106
+er_1.20_er_2.10_er_3.3	2107
+er_1.20_er_2.10_er_3.13	2108
+er_1.20_er_2.26_er_3.16	2109
+er_1.20_er_2.26_er_3.15	2110
+er_1.20_er_2.26_er_3.12	2111
+er_1.20_er_2.20_er_3.2	2112
+er_1.20_er_2.6_er_3.9	2113
+er_1.20_er_2.6_er_3.5	2114
+er_1.20_er_2.6_er_3.10	2115
+er_1.20_er_2.18_er_3.6	2116
+er_1.20_er_2.18_er_3.11	2117
+er_1.20_er_2.28_er_3.11	2118
+er_1.7_er_2.20_er_3.2	2119
+er_1.8_er_2.3_er_3.8	2120
+er_1.8_er_2.23_er_3.13	2121
+er_1.8_er_2.10_er_3.3	2122
+er_1.8_er_2.10_er_3.13	2123
+er_1.8_er_2.11_er_3.7	2124
+er_1.8_er_2.26_er_3.16	2125
+er_1.8_er_2.26_er_3.15	2126
+er_1.8_er_2.26_er_3.12	2127
+er_1.8_er_2.5_er_3.14	2128
+er_1.8_er_2.14_er_3.14	2129
+er_1.8_er_2.14_er_3.4	2130
+er_1.8_er_2.6_er_3.9	2131
+er_1.8_er_2.6_er_3.5	2132
+er_1.8_er_2.6_er_3.10	2133
+er_1.8_er_2.18_er_3.6	2134
+er_1.8_er_2.18_er_3.11	2135
+er_1.8_er_2.28_er_3.11	2136
+er_1.13_er_2.3_er_3.8	2137
+er_1.13_er_2.23_er_3.13	2138
+er_1.13_er_2.10_er_3.3	2139
+er_1.13_er_2.10_er_3.13	2140
+er_1.13_er_2.11_er_3.7	2141
+er_1.13_er_2.26_er_3.16	2142
+er_1.13_er_2.26_er_3.15	2143
+er_1.13_er_2.26_er_3.12	2144
+er_1.13_er_2.5_er_3.14	2145
+er_1.13_er_2.14_er_3.14	2146
+er_1.13_er_2.14_er_3.4	2147
+er_1.13_er_2.6_er_3.9	2148
+er_1.13_er_2.6_er_3.5	2149
+er_1.13_er_2.6_er_3.10	2150
+er_1.13_er_2.18_er_3.6	2151
+er_1.13_er_2.18_er_3.11	2152
+er_1.13_er_2.28_er_3.11	2153
+er_1.16_er_2.23_er_3.13	2154
+er_1.22_er_2.3_er_3.8	2155
+er_1.22_er_2.23_er_3.13	2156
+er_1.22_er_2.10_er_3.3	2157
+er_1.22_er_2.10_er_3.13	2158
+er_1.22_er_2.11_er_3.7	2159
+er_1.22_er_2.26_er_3.16	2160
+er_1.22_er_2.26_er_3.15	2161
+er_1.22_er_2.26_er_3.12	2162
+er_1.22_er_2.5_er_3.14	2163
+er_1.22_er_2.14_er_3.14	2164
+er_1.22_er_2.14_er_3.4	2165
+er_1.22_er_2.6_er_3.9	2166
+er_1.22_er_2.6_er_3.5	2167
+er_1.22_er_2.6_er_3.10	2168
+er_1.22_er_2.18_er_3.6	2169
+er_1.22_er_2.18_er_3.11	2170
+er_1.22_er_2.28_er_3.11	2171
+er_1.10_er_2.3_er_3.8	2172
+er_1.10_er_2.23_er_3.13	2173
+er_1.10_er_2.10_er_3.3	2174
+er_1.10_er_2.10_er_3.13	2175
+er_1.10_er_2.11_er_3.7	2176
+er_1.10_er_2.19_er_3.16	2177
+er_1.10_er_2.19_er_3.15	2178
+er_1.10_er_2.19_er_3.12	2179
+er_1.10_er_2.5_er_3.14	2180
+er_1.10_er_2.14_er_3.14	2181
+er_1.10_er_2.14_er_3.4	2182
+er_1.10_er_2.6_er_3.9	2183
+er_1.10_er_2.6_er_3.5	2184
+er_1.10_er_2.6_er_3.10	2185
+er_1.10_er_2.18_er_3.6	2186
+er_1.10_er_2.18_er_3.11	2187
+er_1.10_er_2.28_er_3.11	2188
+er_1.14_er_2.3_er_3.8	2189
+er_1.14_er_2.23_er_3.13	2190
+er_1.14_er_2.10_er_3.3	2191
+er_1.14_er_2.10_er_3.13	2192
+er_1.14_er_2.11_er_3.7	2193
+er_1.14_er_2.26_er_3.16	2194
+er_1.14_er_2.26_er_3.15	2195
+er_1.14_er_2.26_er_3.12	2196
+er_1.14_er_2.5_er_3.14	2197
+er_1.14_er_2.14_er_3.14	2198
+er_1.14_er_2.14_er_3.4	2199
+er_1.14_er_2.6_er_3.9	2200
+er_1.14_er_2.6_er_3.5	2201
+er_1.14_er_2.6_er_3.10	2202
+er_1.14_er_2.18_er_3.6	2203
+er_1.14_er_2.18_er_3.11	2204
+er_1.14_er_2.28_er_3.11	2205
+er_1.21_er_2.3_er_3.8	2206
+er_1.21_er_2.23_er_3.13	2207
+er_1.21_er_2.10_er_3.3	2208
+er_1.21_er_2.10_er_3.13	2209
+er_1.21_er_2.11_er_3.7	2210
+er_1.21_er_2.26_er_3.16	2211
+er_1.21_er_2.26_er_3.15	2212
+er_1.21_er_2.26_er_3.12	2213
+er_1.21_er_2.5_er_3.14	2214
+er_1.21_er_2.14_er_3.14	2215
+er_1.21_er_2.14_er_3.4	2216
+er_1.21_er_2.6_er_3.9	2217
+er_1.21_er_2.6_er_3.5	2218
+er_1.21_er_2.6_er_3.10	2219
+er_1.21_er_2.18_er_3.6	2220
+er_1.21_er_2.18_er_3.11	2221
+er_1.21_er_2.28_er_3.11	2222
+ey_1.1_ey_2.4_ey_3.18	2223
+ey_1.1_ey_2.15_ey_3.18	2224
+ey_1.7_ey_2.15_ey_3.18	2225
+ey_1.10_ey_2.5_ey_3.4	2226
+ey_1.17_ey_2.15_ey_3.18	2227
+ey_1.31_ey_2.4_ey_3.18	2228
+ey_1.31_ey_2.15_ey_3.18	2229
+ey_1.2_ey_2.1_ey_3.6	2230
+ey_1.2_ey_2.9_ey_3.9	2231
+ey_1.2_ey_2.14_ey_3.1	2232
+ey_1.2_ey_2.14_ey_3.14	2233
+ey_1.9_ey_2.2_ey_3.14	2234
+ey_1.9_ey_2.3_ey_3.3	2235
+ey_1.9_ey_2.3_ey_3.16	2236
+ey_1.9_ey_2.18_ey_3.1	2237
+ey_1.9_ey_2.18_ey_3.6	2238
+ey_1.9_ey_2.18_ey_3.11	2239
+ey_1.20_ey_2.2_ey_3.2	2240
+ey_1.20_ey_2.18_ey_3.7	2241
+ey_1.20_ey_2.18_ey_3.17	2242
+ey_1.20_ey_2.18_ey_3.19	2243
+ey_1.20_ey_2.18_ey_3.5	2244
+ey_1.20_ey_2.18_ey_3.12	2245
+ey_1.20_ey_2.18_ey_3.15	2246
+ey_1.20_ey_2.18_ey_3.20	2247
+ey_1.20_ey_2.18_ey_3.13	2248
+ey_1.24_ey_2.2_ey_3.2	2249
+ey_1.24_ey_2.18_ey_3.7	2250
+ey_1.24_ey_2.18_ey_3.17	2251
+ey_1.24_ey_2.18_ey_3.19	2252
+ey_1.24_ey_2.18_ey_3.5	2253
+ey_1.24_ey_2.18_ey_3.12	2254
+ey_1.24_ey_2.18_ey_3.15	2255
+ey_1.24_ey_2.18_ey_3.20	2256
+ey_1.24_ey_2.18_ey_3.13	2257
+ey_1.12_ey_2.2_ey_3.14	2258
+ey_1.12_ey_2.2_ey_3.2	2259
+ey_1.12_ey_2.3_ey_3.3	2260
+ey_1.12_ey_2.3_ey_3.16	2261
+ey_1.12_ey_2.8_ey_3.1	2262
+ey_1.12_ey_2.8_ey_3.6	2263
+ey_1.12_ey_2.8_ey_3.11	2264
+ey_1.12_ey_2.8_ey_3.7	2265
+ey_1.12_ey_2.8_ey_3.17	2266
+ey_1.12_ey_2.8_ey_3.19	2267
+ey_1.12_ey_2.8_ey_3.5	2268
+ey_1.12_ey_2.8_ey_3.12	2269
+ey_1.12_ey_2.8_ey_3.15	2270
+ey_1.12_ey_2.8_ey_3.20	2271
+ey_1.12_ey_2.8_ey_3.13	2272
+ey_1.12_ey_2.18_ey_3.1	2273
+ey_1.12_ey_2.18_ey_3.6	2274
+ey_1.12_ey_2.18_ey_3.11	2275
+ey_1.12_ey_2.18_ey_3.7	2276
+ey_1.12_ey_2.18_ey_3.17	2277
+ey_1.12_ey_2.18_ey_3.19	2278
+ey_1.12_ey_2.18_ey_3.5	2279
+ey_1.12_ey_2.18_ey_3.12	2280
+ey_1.12_ey_2.18_ey_3.15	2281
+ey_1.12_ey_2.18_ey_3.20	2282
+ey_1.12_ey_2.18_ey_3.13	2283
+ey_1.3_ey_2.1_ey_3.6	2284
+ey_1.3_ey_2.9_ey_3.9	2285
+ey_1.3_ey_2.14_ey_3.1	2286
+ey_1.3_ey_2.14_ey_3.14	2287
+ey_1.15_ey_2.12_ey_3.10	2288
+ey_1.29_ey_2.17_ey_3.14	2289
+ey_1.29_ey_2.17_ey_3.2	2290
+ey_1.29_ey_2.12_ey_3.3	2291
+ey_1.29_ey_2.7_ey_3.1	2292
+ey_1.29_ey_2.7_ey_3.6	2293
+ey_1.29_ey_2.7_ey_3.11	2294
+ey_1.29_ey_2.10_ey_3.7	2295
+ey_1.29_ey_2.10_ey_3.13	2296
+ey_1.29_ey_2.11_ey_3.17	2297
+ey_1.29_ey_2.11_ey_3.19	2298
+ey_1.29_ey_2.11_ey_3.5	2299
+ey_1.29_ey_2.11_ey_3.12	2300
+ey_1.29_ey_2.11_ey_3.15	2301
+ey_1.29_ey_2.11_ey_3.20	2302
+ey_1.29_ey_2.11_ey_3.13	2303
+ey_1.16_ey_2.17_ey_3.14	2304
+ey_1.16_ey_2.17_ey_3.2	2305
+ey_1.16_ey_2.3_ey_3.3	2306
+ey_1.16_ey_2.3_ey_3.16	2307
+ey_1.16_ey_2.13_ey_3.3	2308
+ey_1.16_ey_2.13_ey_3.16	2309
+ey_1.16_ey_2.7_ey_3.1	2310
+ey_1.16_ey_2.7_ey_3.6	2311
+ey_1.16_ey_2.7_ey_3.11	2312
+ey_1.16_ey_2.10_ey_3.7	2313
+ey_1.16_ey_2.10_ey_3.13	2314
+ey_1.16_ey_2.11_ey_3.17	2315
+ey_1.16_ey_2.11_ey_3.19	2316
+ey_1.16_ey_2.11_ey_3.5	2317
+ey_1.16_ey_2.11_ey_3.12	2318
+ey_1.16_ey_2.11_ey_3.15	2319
+ey_1.16_ey_2.11_ey_3.20	2320
+ey_1.16_ey_2.11_ey_3.13	2321
+ey_1.4_ey_2.1_ey_3.6	2322
+ey_1.4_ey_2.9_ey_3.9	2323
+ey_1.4_ey_2.14_ey_3.1	2324
+ey_1.4_ey_2.14_ey_3.14	2325
+ey_1.4_ey_2.17_ey_3.14	2326
+ey_1.4_ey_2.17_ey_3.2	2327
+ey_1.4_ey_2.13_ey_3.3	2328
+ey_1.4_ey_2.13_ey_3.16	2329
+ey_1.4_ey_2.7_ey_3.1	2330
+ey_1.4_ey_2.7_ey_3.6	2331
+ey_1.4_ey_2.7_ey_3.11	2332
+ey_1.4_ey_2.10_ey_3.7	2333
+ey_1.4_ey_2.10_ey_3.13	2334
+ey_1.4_ey_2.16_ey_3.17	2335
+ey_1.4_ey_2.16_ey_3.19	2336
+ey_1.4_ey_2.16_ey_3.5	2337
+ey_1.4_ey_2.16_ey_3.12	2338
+ey_1.4_ey_2.16_ey_3.15	2339
+ey_1.4_ey_2.16_ey_3.20	2340
+ey_1.4_ey_2.16_ey_3.13	2341
+ey_1.5_ey_2.17_ey_3.14	2342
+ey_1.5_ey_2.13_ey_3.3	2343
+ey_1.5_ey_2.13_ey_3.16	2344
+ey_1.28_ey_2.1_ey_3.6	2345
+ey_1.28_ey_2.9_ey_3.9	2346
+ey_1.28_ey_2.14_ey_3.1	2347
+ey_1.28_ey_2.14_ey_3.14	2348
+ey_1.28_ey_2.17_ey_3.2	2349
+ey_1.28_ey_2.6_ey_3.1	2350
+ey_1.28_ey_2.6_ey_3.6	2351
+ey_1.28_ey_2.6_ey_3.11	2352
+ey_1.28_ey_2.6_ey_3.7	2353
+ey_1.28_ey_2.6_ey_3.8	2354
+ey_1.28_ey_2.6_ey_3.5	2355
+ey_1.28_ey_2.6_ey_3.12	2356
+ey_1.28_ey_2.6_ey_3.15	2357
+ey_1.28_ey_2.6_ey_3.20	2358
+ey_1.28_ey_2.6_ey_3.13	2359
+ey_1.6_ey_2.17_ey_3.14	2360
+ey_1.6_ey_2.3_ey_3.3	2361
+ey_1.6_ey_2.3_ey_3.16	2362
+ey_1.21_ey_2.17_ey_3.14	2363
+ey_1.21_ey_2.3_ey_3.3	2364
+ey_1.21_ey_2.3_ey_3.16	2365
+ey_1.21_ey_2.13_ey_3.3	2366
+ey_1.21_ey_2.13_ey_3.16	2367
+ey_1.14_ey_2.1_ey_3.6	2368
+ey_1.23_ey_2.1_ey_3.6	2369
+ey_1.22_ey_2.9_ey_3.9	2370
+ey_1.22_ey_2.14_ey_3.1	2371
+ey_1.22_ey_2.14_ey_3.14	2372
+ey_1.22_ey_2.7_ey_3.1	2373
+ey_1.22_ey_2.7_ey_3.6	2374
+ey_1.22_ey_2.7_ey_3.11	2375
+ey_1.26_ey_2.9_ey_3.9	2376
+ey_1.26_ey_2.14_ey_3.1	2377
+ey_1.26_ey_2.14_ey_3.14	2378
+ey_1.26_ey_2.7_ey_3.1	2379
+ey_1.26_ey_2.7_ey_3.6	2380
+ey_1.26_ey_2.7_ey_3.11	2381
+ey_1.8_ey_2.17_ey_3.2	2382
+ey_1.8_ey_2.10_ey_3.7	2383
+ey_1.8_ey_2.10_ey_3.13	2384
+ey_1.8_ey_2.19_ey_3.17	2385
+ey_1.8_ey_2.19_ey_3.19	2386
+ey_1.8_ey_2.19_ey_3.5	2387
+ey_1.8_ey_2.19_ey_3.12	2388
+ey_1.8_ey_2.19_ey_3.15	2389
+ey_1.8_ey_2.19_ey_3.20	2390
+ey_1.8_ey_2.19_ey_3.13	2391
+ey_1.11_ey_2.17_ey_3.2	2392
+ey_1.11_ey_2.10_ey_3.7	2393
+ey_1.11_ey_2.10_ey_3.13	2394
+ey_1.11_ey_2.19_ey_3.17	2395
+ey_1.11_ey_2.19_ey_3.19	2396
+ey_1.11_ey_2.19_ey_3.5	2397
+ey_1.11_ey_2.19_ey_3.12	2398
+ey_1.11_ey_2.19_ey_3.15	2399
+ey_1.11_ey_2.19_ey_3.20	2400
+ey_1.11_ey_2.19_ey_3.13	2401
+ey_1.13_ey_2.17_ey_3.2	2402
+ey_1.13_ey_2.10_ey_3.7	2403
+ey_1.13_ey_2.10_ey_3.13	2404
+ey_1.13_ey_2.19_ey_3.17	2405
+ey_1.13_ey_2.19_ey_3.19	2406
+ey_1.13_ey_2.19_ey_3.5	2407
+ey_1.13_ey_2.19_ey_3.12	2408
+ey_1.13_ey_2.19_ey_3.15	2409
+ey_1.13_ey_2.19_ey_3.20	2410
+ey_1.13_ey_2.19_ey_3.13	2411
+ey_1.18_ey_2.17_ey_3.2	2412
+ey_1.18_ey_2.10_ey_3.7	2413
+ey_1.18_ey_2.10_ey_3.13	2414
+ey_1.18_ey_2.19_ey_3.17	2415
+ey_1.18_ey_2.19_ey_3.19	2416
+ey_1.18_ey_2.19_ey_3.5	2417
+ey_1.18_ey_2.19_ey_3.12	2418
+ey_1.18_ey_2.19_ey_3.15	2419
+ey_1.18_ey_2.19_ey_3.20	2420
+ey_1.18_ey_2.19_ey_3.13	2421
+ey_1.19_ey_2.17_ey_3.2	2422
+ey_1.19_ey_2.10_ey_3.7	2423
+ey_1.19_ey_2.10_ey_3.13	2424
+ey_1.19_ey_2.19_ey_3.17	2425
+ey_1.19_ey_2.19_ey_3.19	2426
+ey_1.19_ey_2.19_ey_3.5	2427
+ey_1.19_ey_2.19_ey_3.12	2428
+ey_1.19_ey_2.19_ey_3.15	2429
+ey_1.19_ey_2.19_ey_3.20	2430
+ey_1.19_ey_2.19_ey_3.13	2431
+ey_1.25_ey_2.17_ey_3.2	2432
+ey_1.25_ey_2.10_ey_3.7	2433
+ey_1.25_ey_2.10_ey_3.13	2434
+ey_1.25_ey_2.19_ey_3.17	2435
+ey_1.25_ey_2.19_ey_3.19	2436
+ey_1.25_ey_2.19_ey_3.5	2437
+ey_1.25_ey_2.19_ey_3.12	2438
+ey_1.25_ey_2.19_ey_3.15	2439
+ey_1.25_ey_2.19_ey_3.20	2440
+ey_1.25_ey_2.19_ey_3.13	2441
+ey_1.27_ey_2.17_ey_3.2	2442
+ey_1.27_ey_2.10_ey_3.7	2443
+ey_1.27_ey_2.10_ey_3.13	2444
+ey_1.27_ey_2.19_ey_3.17	2445
+ey_1.27_ey_2.19_ey_3.19	2446
+ey_1.27_ey_2.19_ey_3.5	2447
+ey_1.27_ey_2.19_ey_3.12	2448
+ey_1.27_ey_2.19_ey_3.15	2449
+ey_1.27_ey_2.19_ey_3.20	2450
+ey_1.27_ey_2.19_ey_3.13	2451
+ey_1.30_ey_2.17_ey_3.2	2452
+ey_1.30_ey_2.10_ey_3.7	2453
+ey_1.30_ey_2.10_ey_3.13	2454
+ey_1.30_ey_2.19_ey_3.17	2455
+ey_1.30_ey_2.19_ey_3.19	2456
+ey_1.30_ey_2.19_ey_3.5	2457
+ey_1.30_ey_2.19_ey_3.12	2458
+ey_1.30_ey_2.19_ey_3.15	2459
+ey_1.30_ey_2.19_ey_3.20	2460
+ey_1.30_ey_2.19_ey_3.13	2461
+f_1.1_f_2.3_f_3.2	2462
+f_1.14_f_2.1_f_3.1	2463
+f_1.14_f_2.6_f_3.6	2464
+f_1.14_f_2.6_f_3.7	2465
+f_1.14_f_2.6_f_3.12	2466
+f_1.14_f_2.2_f_3.4	2467
+f_1.14_f_2.4_f_3.3	2468
+f_1.14_f_2.4_f_3.10	2469
+f_1.14_f_2.4_f_3.9	2470
+f_1.14_f_2.4_f_3.11	2471
+f_1.14_f_2.5_f_3.5	2472
+f_1.14_f_2.7_f_3.8	2473
+f_1.14_f_2.3_f_3.2	2474
+f_1.3_f_2.1_f_3.1	2475
+f_1.3_f_2.6_f_3.6	2476
+f_1.3_f_2.6_f_3.7	2477
+f_1.3_f_2.6_f_3.12	2478
+f_1.3_f_2.2_f_3.4	2479
+f_1.3_f_2.8_f_3.3	2480
+f_1.3_f_2.8_f_3.10	2481
+f_1.3_f_2.8_f_3.9	2482
+f_1.3_f_2.8_f_3.11	2483
+f_1.3_f_2.5_f_3.5	2484
+f_1.3_f_2.7_f_3.8	2485
+f_1.3_f_2.3_f_3.2	2486
+f_1.5_f_2.1_f_3.1	2487
+f_1.5_f_2.6_f_3.6	2488
+f_1.5_f_2.6_f_3.7	2489
+f_1.5_f_2.6_f_3.12	2490
+f_1.5_f_2.2_f_3.4	2491
+f_1.5_f_2.8_f_3.3	2492
+f_1.5_f_2.8_f_3.10	2493
+f_1.5_f_2.8_f_3.9	2494
+f_1.5_f_2.8_f_3.11	2495
+f_1.5_f_2.5_f_3.5	2496
+f_1.5_f_2.7_f_3.8	2497
+f_1.5_f_2.3_f_3.2	2498
+f_1.10_f_2.8_f_3.3	2499
+f_1.10_f_2.8_f_3.10	2500
+f_1.10_f_2.8_f_3.9	2501
+f_1.10_f_2.8_f_3.11	2502
+f_1.12_f_2.1_f_3.1	2503
+f_1.12_f_2.6_f_3.6	2504
+f_1.12_f_2.6_f_3.7	2505
+f_1.12_f_2.6_f_3.12	2506
+f_1.12_f_2.2_f_3.4	2507
+f_1.12_f_2.5_f_3.5	2508
+f_1.12_f_2.7_f_3.8	2509
+f_1.12_f_2.3_f_3.2	2510
+f_1.11_f_2.1_f_3.1	2511
+f_1.11_f_2.6_f_3.6	2512
+f_1.11_f_2.6_f_3.7	2513
+f_1.11_f_2.6_f_3.12	2514
+f_1.11_f_2.2_f_3.4	2515
+f_1.11_f_2.8_f_3.3	2516
+f_1.11_f_2.8_f_3.10	2517
+f_1.11_f_2.8_f_3.9	2518
+f_1.11_f_2.8_f_3.11	2519
+f_1.11_f_2.5_f_3.5	2520
+f_1.11_f_2.7_f_3.8	2521
+f_1.11_f_2.3_f_3.2	2522
+f_1.6_f_2.1_f_3.1	2523
+f_1.6_f_2.6_f_3.6	2524
+f_1.6_f_2.6_f_3.7	2525
+f_1.6_f_2.6_f_3.12	2526
+f_1.6_f_2.2_f_3.4	2527
+f_1.6_f_2.8_f_3.3	2528
+f_1.6_f_2.8_f_3.10	2529
+f_1.6_f_2.8_f_3.9	2530
+f_1.6_f_2.8_f_3.11	2531
+f_1.6_f_2.5_f_3.5	2532
+f_1.6_f_2.7_f_3.8	2533
+f_1.6_f_2.3_f_3.2	2534
+f_1.8_f_2.1_f_3.1	2535
+f_1.8_f_2.6_f_3.6	2536
+f_1.8_f_2.6_f_3.7	2537
+f_1.8_f_2.6_f_3.12	2538
+f_1.8_f_2.2_f_3.4	2539
+f_1.8_f_2.8_f_3.3	2540
+f_1.8_f_2.8_f_3.10	2541
+f_1.8_f_2.8_f_3.9	2542
+f_1.8_f_2.8_f_3.11	2543
+f_1.8_f_2.5_f_3.5	2544
+f_1.8_f_2.7_f_3.8	2545
+f_1.8_f_2.3_f_3.2	2546
+f_1.9_f_2.1_f_3.1	2547
+f_1.9_f_2.6_f_3.6	2548
+f_1.9_f_2.6_f_3.7	2549
+f_1.9_f_2.6_f_3.12	2550
+f_1.9_f_2.2_f_3.4	2551
+f_1.9_f_2.8_f_3.3	2552
+f_1.9_f_2.8_f_3.10	2553
+f_1.9_f_2.8_f_3.9	2554
+f_1.9_f_2.8_f_3.11	2555
+f_1.9_f_2.5_f_3.5	2556
+f_1.9_f_2.7_f_3.8	2557
+f_1.9_f_2.3_f_3.2	2558
+f_1.2_f_2.1_f_3.1	2559
+f_1.2_f_2.6_f_3.6	2560
+f_1.2_f_2.6_f_3.7	2561
+f_1.2_f_2.6_f_3.12	2562
+f_1.2_f_2.2_f_3.4	2563
+f_1.2_f_2.8_f_3.3	2564
+f_1.2_f_2.8_f_3.10	2565
+f_1.2_f_2.8_f_3.9	2566
+f_1.2_f_2.8_f_3.11	2567
+f_1.2_f_2.5_f_3.5	2568
+f_1.2_f_2.7_f_3.8	2569
+f_1.2_f_2.3_f_3.2	2570
+f_1.7_f_2.1_f_3.1	2571
+f_1.7_f_2.6_f_3.6	2572
+f_1.7_f_2.6_f_3.7	2573
+f_1.7_f_2.6_f_3.12	2574
+f_1.7_f_2.2_f_3.4	2575
+f_1.7_f_2.8_f_3.3	2576
+f_1.7_f_2.8_f_3.10	2577
+f_1.7_f_2.8_f_3.9	2578
+f_1.7_f_2.8_f_3.11	2579
+f_1.7_f_2.5_f_3.5	2580
+f_1.7_f_2.7_f_3.8	2581
+f_1.7_f_2.3_f_3.2	2582
+f_1.13_f_2.1_f_3.1	2583
+f_1.13_f_2.6_f_3.6	2584
+f_1.13_f_2.6_f_3.7	2585
+f_1.13_f_2.6_f_3.12	2586
+f_1.13_f_2.2_f_3.4	2587
+f_1.13_f_2.8_f_3.3	2588
+f_1.13_f_2.8_f_3.10	2589
+f_1.13_f_2.8_f_3.9	2590
+f_1.13_f_2.8_f_3.11	2591
+f_1.13_f_2.5_f_3.5	2592
+f_1.13_f_2.7_f_3.8	2593
+f_1.13_f_2.3_f_3.2	2594
+f_1.4_f_2.1_f_3.1	2595
+f_1.4_f_2.6_f_3.6	2596
+f_1.4_f_2.6_f_3.7	2597
+f_1.4_f_2.6_f_3.12	2598
+f_1.4_f_2.2_f_3.4	2599
+f_1.4_f_2.8_f_3.3	2600
+f_1.4_f_2.8_f_3.10	2601
+f_1.4_f_2.8_f_3.9	2602
+f_1.4_f_2.8_f_3.11	2603
+f_1.4_f_2.5_f_3.5	2604
+f_1.4_f_2.7_f_3.8	2605
+f_1.4_f_2.3_f_3.2	2606
+f_1.15_f_2.1_f_3.1	2607
+f_1.15_f_2.6_f_3.6	2608
+f_1.15_f_2.6_f_3.7	2609
+f_1.15_f_2.6_f_3.12	2610
+f_1.15_f_2.2_f_3.4	2611
+f_1.15_f_2.8_f_3.3	2612
+f_1.15_f_2.8_f_3.10	2613
+f_1.15_f_2.8_f_3.9	2614
+f_1.15_f_2.8_f_3.11	2615
+f_1.15_f_2.5_f_3.5	2616
+f_1.15_f_2.7_f_3.8	2617
+f_1.15_f_2.3_f_3.2	2618
+g_1.1_g_2.1_g_3.1	2619
+g_1.1_g_2.1_g_3.10	2620
+g_1.6_g_2.1_g_3.7	2621
+g_1.6_g_2.1_g_3.10	2622
+g_1.6_g_2.2_g_3.3	2623
+g_1.6_g_2.3_g_3.9	2624
+g_1.6_g_2.7_g_3.2	2625
+g_1.6_g_2.7_g_3.4	2626
+g_1.6_g_2.7_g_3.6	2627
+g_1.6_g_2.7_g_3.8	2628
+g_1.6_g_2.5_g_3.5	2629
+g_1.7_g_2.1_g_3.1	2630
+g_1.7_g_2.1_g_3.7	2631
+g_1.7_g_2.1_g_3.10	2632
+g_1.7_g_2.2_g_3.3	2633
+g_1.7_g_2.3_g_3.9	2634
+g_1.7_g_2.7_g_3.2	2635
+g_1.7_g_2.7_g_3.4	2636
+g_1.7_g_2.7_g_3.6	2637
+g_1.7_g_2.7_g_3.8	2638
+g_1.7_g_2.5_g_3.5	2639
+g_1.3_g_2.1_g_3.7	2640
+g_1.3_g_2.1_g_3.10	2641
+g_1.4_g_2.2_g_3.3	2642
+g_1.4_g_2.3_g_3.9	2643
+g_1.4_g_2.7_g_3.2	2644
+g_1.4_g_2.7_g_3.4	2645
+g_1.4_g_2.7_g_3.6	2646
+g_1.4_g_2.7_g_3.8	2647
+g_1.4_g_2.5_g_3.5	2648
+g_1.8_g_2.2_g_3.3	2649
+g_1.8_g_2.3_g_3.9	2650
+g_1.8_g_2.7_g_3.2	2651
+g_1.8_g_2.7_g_3.4	2652
+g_1.8_g_2.7_g_3.6	2653
+g_1.8_g_2.7_g_3.8	2654
+g_1.8_g_2.5_g_3.5	2655
+g_1.9_g_2.2_g_3.3	2656
+g_1.9_g_2.3_g_3.9	2657
+g_1.9_g_2.7_g_3.2	2658
+g_1.9_g_2.7_g_3.4	2659
+g_1.9_g_2.7_g_3.6	2660
+g_1.9_g_2.7_g_3.8	2661
+g_1.9_g_2.5_g_3.5	2662
+g_1.2_g_2.6_g_3.7	2663
+g_1.2_g_2.6_g_3.10	2664
+g_1.5_g_2.2_g_3.3	2665
+g_1.5_g_2.4_g_3.2	2666
+g_1.5_g_2.4_g_3.9	2667
+g_1.5_g_2.4_g_3.4	2668
+g_1.5_g_2.4_g_3.6	2669
+g_1.5_g_2.4_g_3.8	2670
+g_1.5_g_2.4_g_3.5	2671
+hh_1.1_hh_2.1_hh_3.1	2672
+hh_1.11_hh_2.8_hh_3.3	2673
+hh_1.7_hh_2.5_hh_3.2	2674
+hh_1.9_hh_2.5_hh_3.4	2675
+hh_1.9_hh_2.5_hh_3.10	2676
+hh_1.2_hh_2.2_hh_3.1	2677
+hh_1.4_hh_2.4_hh_3.5	2678
+hh_1.4_hh_2.4_hh_3.11	2679
+hh_1.5_hh_2.4_hh_3.5	2680
+hh_1.5_hh_2.4_hh_3.11	2681
+hh_1.12_hh_2.4_hh_3.5	2682
+hh_1.12_hh_2.4_hh_3.11	2683
+hh_1.10_hh_2.4_hh_3.5	2684
+hh_1.10_hh_2.4_hh_3.11	2685
+hh_1.3_hh_2.3_hh_3.7	2686
+hh_1.3_hh_2.3_hh_3.8	2687
+hh_1.3_hh_2.6_hh_3.6	2688
+hh_1.3_hh_2.7_hh_3.9	2689
+hh_1.3_hh_2.7_hh_3.7	2690
+hh_1.3_hh_2.7_hh_3.8	2691
+hh_1.6_hh_2.3_hh_3.7	2692
+hh_1.6_hh_2.3_hh_3.8	2693
+hh_1.8_hh_2.6_hh_3.6	2694
+hh_1.8_hh_2.7_hh_3.9	2695
+hh_1.8_hh_2.7_hh_3.7	2696
+hh_1.8_hh_2.7_hh_3.8	2697
+ih_1.1_ih_2.1_ih_3.28	2698
+ih_1.34_ih_2.1_ih_3.28	2699
+ih_1.9_ih_2.42_ih_3.4	2700
+ih_1.9_ih_2.42_ih_3.14	2701
+ih_1.9_ih_2.15_ih_3.14	2702
+ih_1.14_ih_2.18_ih_3.9	2703
+ih_1.14_ih_2.18_ih_3.2	2704
+ih_1.14_ih_2.18_ih_3.24	2705
+ih_1.14_ih_2.42_ih_3.4	2706
+ih_1.14_ih_2.13_ih_3.9	2707
+ih_1.14_ih_2.13_ih_3.5	2708
+ih_1.14_ih_2.13_ih_3.22	2709
+ih_1.14_ih_2.27_ih_3.3	2710
+ih_1.14_ih_2.27_ih_3.6	2711
+ih_1.14_ih_2.27_ih_3.7	2712
+ih_1.14_ih_2.27_ih_3.26	2713
+ih_1.14_ih_2.27_ih_3.20	2714
+ih_1.14_ih_2.27_ih_3.8	2715
+ih_1.14_ih_2.27_ih_3.10	2716
+ih_1.14_ih_2.27_ih_3.29	2717
+ih_1.15_ih_2.18_ih_3.9	2718
+ih_1.15_ih_2.18_ih_3.2	2719
+ih_1.15_ih_2.18_ih_3.24	2720
+ih_1.15_ih_2.42_ih_3.14	2721
+ih_1.15_ih_2.16_ih_3.17	2722
+ih_1.15_ih_2.41_ih_3.9	2723
+ih_1.15_ih_2.41_ih_3.5	2724
+ih_1.15_ih_2.41_ih_3.22	2725
+ih_1.15_ih_2.41_ih_3.30	2726
+ih_1.15_ih_2.41_ih_3.6	2727
+ih_1.15_ih_2.41_ih_3.7	2728
+ih_1.15_ih_2.41_ih_3.20	2729
+ih_1.15_ih_2.41_ih_3.8	2730
+ih_1.15_ih_2.41_ih_3.10	2731
+ih_1.15_ih_2.41_ih_3.29	2732
+ih_1.24_ih_2.46_ih_3.9	2733
+ih_1.24_ih_2.46_ih_3.2	2734
+ih_1.24_ih_2.46_ih_3.24	2735
+ih_1.24_ih_2.36_ih_3.6	2736
+ih_1.24_ih_2.43_ih_3.14	2737
+ih_1.24_ih_2.43_ih_3.9	2738
+ih_1.24_ih_2.15_ih_3.9	2739
+ih_1.24_ih_2.45_ih_3.14	2740
+ih_1.24_ih_2.45_ih_3.9	2741
+ih_1.24_ih_2.45_ih_3.5	2742
+ih_1.24_ih_2.45_ih_3.32	2743
+ih_1.24_ih_2.31_ih_3.7	2744
+ih_1.24_ih_2.31_ih_3.26	2745
+ih_1.24_ih_2.31_ih_3.20	2746
+ih_1.24_ih_2.10_ih_3.3	2747
+ih_1.24_ih_2.10_ih_3.30	2748
+ih_1.24_ih_2.40_ih_3.27	2749
+ih_1.24_ih_2.38_ih_3.8	2750
+ih_1.24_ih_2.38_ih_3.15	2751
+ih_1.4_ih_2.12_ih_3.28	2752
+ih_1.19_ih_2.18_ih_3.2	2753
+ih_1.19_ih_2.18_ih_3.24	2754
+ih_1.19_ih_2.44_ih_3.20	2755
+ih_1.19_ih_2.44_ih_3.29	2756
+ih_1.36_ih_2.18_ih_3.9	2757
+ih_1.36_ih_2.2_ih_3.14	2758
+ih_1.36_ih_2.13_ih_3.9	2759
+ih_1.36_ih_2.13_ih_3.5	2760
+ih_1.36_ih_2.13_ih_3.22	2761
+ih_1.36_ih_2.22_ih_3.6	2762
+ih_1.36_ih_2.33_ih_3.29	2763
+ih_1.36_ih_2.44_ih_3.3	2764
+ih_1.36_ih_2.44_ih_3.7	2765
+ih_1.36_ih_2.44_ih_3.26	2766
+ih_1.36_ih_2.44_ih_3.8	2767
+ih_1.36_ih_2.44_ih_3.10	2768
+ih_1.36_ih_2.44_ih_3.29	2769
+ih_1.6_ih_2.12_ih_3.28	2770
+ih_1.6_ih_2.20_ih_3.28	2771
+ih_1.6_ih_2.24_ih_3.1	2772
+ih_1.6_ih_2.24_ih_3.28	2773
+ih_1.6_ih_2.34_ih_3.1	2774
+ih_1.6_ih_2.18_ih_3.9	2775
+ih_1.6_ih_2.18_ih_3.2	2776
+ih_1.6_ih_2.18_ih_3.24	2777
+ih_1.6_ih_2.21_ih_3.9	2778
+ih_1.6_ih_2.21_ih_3.2	2779
+ih_1.6_ih_2.21_ih_3.24	2780
+ih_1.6_ih_2.46_ih_3.9	2781
+ih_1.6_ih_2.46_ih_3.2	2782
+ih_1.6_ih_2.46_ih_3.24	2783
+ih_1.6_ih_2.42_ih_3.14	2784
+ih_1.6_ih_2.16_ih_3.26	2785
+ih_1.6_ih_2.41_ih_3.9	2786
+ih_1.6_ih_2.41_ih_3.5	2787
+ih_1.6_ih_2.41_ih_3.21	2788
+ih_1.6_ih_2.41_ih_3.30	2789
+ih_1.6_ih_2.41_ih_3.6	2790
+ih_1.6_ih_2.41_ih_3.7	2791
+ih_1.6_ih_2.41_ih_3.20	2792
+ih_1.6_ih_2.41_ih_3.8	2793
+ih_1.6_ih_2.41_ih_3.10	2794
+ih_1.6_ih_2.41_ih_3.29	2795
+ih_1.6_ih_2.36_ih_3.6	2796
+ih_1.6_ih_2.43_ih_3.14	2797
+ih_1.6_ih_2.43_ih_3.9	2798
+ih_1.6_ih_2.15_ih_3.14	2799
+ih_1.6_ih_2.15_ih_3.9	2800
+ih_1.6_ih_2.23_ih_3.14	2801
+ih_1.6_ih_2.23_ih_3.9	2802
+ih_1.6_ih_2.23_ih_3.5	2803
+ih_1.6_ih_2.23_ih_3.32	2804
+ih_1.6_ih_2.45_ih_3.14	2805
+ih_1.6_ih_2.45_ih_3.9	2806
+ih_1.6_ih_2.45_ih_3.5	2807
+ih_1.6_ih_2.45_ih_3.21	2808
+ih_1.6_ih_2.45_ih_3.32	2809
+ih_1.6_ih_2.29_ih_3.7	2810
+ih_1.6_ih_2.29_ih_3.26	2811
+ih_1.6_ih_2.29_ih_3.20	2812
+ih_1.6_ih_2.31_ih_3.7	2813
+ih_1.6_ih_2.31_ih_3.26	2814
+ih_1.6_ih_2.31_ih_3.20	2815
+ih_1.6_ih_2.10_ih_3.3	2816
+ih_1.6_ih_2.10_ih_3.30	2817
+ih_1.6_ih_2.11_ih_3.8	2818
+ih_1.6_ih_2.11_ih_3.19	2819
+ih_1.6_ih_2.11_ih_3.15	2820
+ih_1.6_ih_2.40_ih_3.27	2821
+ih_1.6_ih_2.38_ih_3.8	2822
+ih_1.6_ih_2.38_ih_3.15	2823
+ih_1.7_ih_2.34_ih_3.28	2824
+ih_1.7_ih_2.21_ih_3.9	2825
+ih_1.7_ih_2.21_ih_3.2	2826
+ih_1.7_ih_2.21_ih_3.24	2827
+ih_1.7_ih_2.36_ih_3.6	2828
+ih_1.7_ih_2.43_ih_3.14	2829
+ih_1.7_ih_2.43_ih_3.9	2830
+ih_1.7_ih_2.15_ih_3.14	2831
+ih_1.7_ih_2.15_ih_3.9	2832
+ih_1.7_ih_2.39_ih_3.14	2833
+ih_1.7_ih_2.39_ih_3.9	2834
+ih_1.7_ih_2.39_ih_3.5	2835
+ih_1.7_ih_2.39_ih_3.31	2836
+ih_1.7_ih_2.31_ih_3.7	2837
+ih_1.7_ih_2.31_ih_3.26	2838
+ih_1.7_ih_2.31_ih_3.20	2839
+ih_1.7_ih_2.10_ih_3.30	2840
+ih_1.7_ih_2.11_ih_3.8	2841
+ih_1.7_ih_2.11_ih_3.19	2842
+ih_1.7_ih_2.11_ih_3.15	2843
+ih_1.23_ih_2.34_ih_3.28	2844
+ih_1.23_ih_2.21_ih_3.9	2845
+ih_1.23_ih_2.21_ih_3.2	2846
+ih_1.23_ih_2.21_ih_3.24	2847
+ih_1.30_ih_2.36_ih_3.6	2848
+ih_1.30_ih_2.43_ih_3.14	2849
+ih_1.30_ih_2.43_ih_3.9	2850
+ih_1.30_ih_2.15_ih_3.14	2851
+ih_1.30_ih_2.15_ih_3.9	2852
+ih_1.30_ih_2.23_ih_3.14	2853
+ih_1.30_ih_2.23_ih_3.9	2854
+ih_1.30_ih_2.23_ih_3.5	2855
+ih_1.30_ih_2.23_ih_3.32	2856
+ih_1.30_ih_2.29_ih_3.7	2857
+ih_1.30_ih_2.29_ih_3.26	2858
+ih_1.30_ih_2.29_ih_3.20	2859
+ih_1.30_ih_2.10_ih_3.30	2860
+ih_1.30_ih_2.11_ih_3.8	2861
+ih_1.30_ih_2.11_ih_3.19	2862
+ih_1.30_ih_2.11_ih_3.15	2863
+ih_1.2_ih_2.34_ih_3.25	2864
+ih_1.2_ih_2.46_ih_3.9	2865
+ih_1.2_ih_2.9_ih_3.5	2866
+ih_1.2_ih_2.9_ih_3.12	2867
+ih_1.27_ih_2.46_ih_3.2	2868
+ih_1.27_ih_2.46_ih_3.24	2869
+ih_1.27_ih_2.28_ih_3.6	2870
+ih_1.27_ih_2.43_ih_3.14	2871
+ih_1.27_ih_2.43_ih_3.9	2872
+ih_1.27_ih_2.15_ih_3.14	2873
+ih_1.27_ih_2.15_ih_3.9	2874
+ih_1.27_ih_2.9_ih_3.14	2875
+ih_1.27_ih_2.9_ih_3.9	2876
+ih_1.27_ih_2.31_ih_3.7	2877
+ih_1.27_ih_2.31_ih_3.26	2878
+ih_1.27_ih_2.31_ih_3.20	2879
+ih_1.27_ih_2.37_ih_3.30	2880
+ih_1.27_ih_2.17_ih_3.13	2881
+ih_1.27_ih_2.38_ih_3.8	2882
+ih_1.27_ih_2.38_ih_3.15	2883
+ih_1.3_ih_2.7_ih_3.18	2884
+ih_1.20_ih_2.34_ih_3.25	2885
+ih_1.20_ih_2.7_ih_3.9	2886
+ih_1.20_ih_2.7_ih_3.2	2887
+ih_1.16_ih_2.25_ih_3.25	2888
+ih_1.16_ih_2.34_ih_3.25	2889
+ih_1.28_ih_2.46_ih_3.9	2890
+ih_1.28_ih_2.46_ih_3.2	2891
+ih_1.28_ih_2.46_ih_3.24	2892
+ih_1.8_ih_2.8_ih_3.31	2893
+ih_1.26_ih_2.36_ih_3.6	2894
+ih_1.26_ih_2.43_ih_3.14	2895
+ih_1.26_ih_2.43_ih_3.9	2896
+ih_1.26_ih_2.15_ih_3.14	2897
+ih_1.26_ih_2.15_ih_3.9	2898
+ih_1.26_ih_2.8_ih_3.14	2899
+ih_1.26_ih_2.8_ih_3.9	2900
+ih_1.26_ih_2.8_ih_3.5	2901
+ih_1.26_ih_2.31_ih_3.7	2902
+ih_1.26_ih_2.31_ih_3.26	2903
+ih_1.26_ih_2.31_ih_3.20	2904
+ih_1.26_ih_2.37_ih_3.30	2905
+ih_1.26_ih_2.40_ih_3.27	2906
+ih_1.26_ih_2.19_ih_3.8	2907
+ih_1.26_ih_2.19_ih_3.15	2908
+ih_1.12_ih_2.32_ih_3.5	2909
+ih_1.12_ih_2.32_ih_3.11	2910
+ih_1.22_ih_2.30_ih_3.5	2911
+ih_1.22_ih_2.30_ih_3.11	2912
+ih_1.22_ih_2.8_ih_3.5	2913
+ih_1.22_ih_2.8_ih_3.31	2914
+ih_1.22_ih_2.23_ih_3.5	2915
+ih_1.22_ih_2.23_ih_3.32	2916
+ih_1.17_ih_2.36_ih_3.6	2917
+ih_1.17_ih_2.43_ih_3.14	2918
+ih_1.17_ih_2.43_ih_3.9	2919
+ih_1.17_ih_2.15_ih_3.14	2920
+ih_1.17_ih_2.15_ih_3.9	2921
+ih_1.17_ih_2.8_ih_3.14	2922
+ih_1.17_ih_2.8_ih_3.9	2923
+ih_1.17_ih_2.6_ih_3.7	2924
+ih_1.17_ih_2.6_ih_3.26	2925
+ih_1.17_ih_2.6_ih_3.20	2926
+ih_1.17_ih_2.37_ih_3.30	2927
+ih_1.17_ih_2.40_ih_3.27	2928
+ih_1.17_ih_2.19_ih_3.8	2929
+ih_1.17_ih_2.19_ih_3.15	2930
+ih_1.29_ih_2.3_ih_3.6	2931
+ih_1.29_ih_2.36_ih_3.6	2932
+ih_1.29_ih_2.43_ih_3.14	2933
+ih_1.29_ih_2.43_ih_3.9	2934
+ih_1.29_ih_2.15_ih_3.14	2935
+ih_1.29_ih_2.15_ih_3.9	2936
+ih_1.29_ih_2.30_ih_3.14	2937
+ih_1.29_ih_2.30_ih_3.9	2938
+ih_1.29_ih_2.32_ih_3.14	2939
+ih_1.29_ih_2.32_ih_3.9	2940
+ih_1.29_ih_2.23_ih_3.14	2941
+ih_1.29_ih_2.23_ih_3.9	2942
+ih_1.29_ih_2.29_ih_3.7	2943
+ih_1.29_ih_2.29_ih_3.26	2944
+ih_1.29_ih_2.29_ih_3.20	2945
+ih_1.29_ih_2.31_ih_3.7	2946
+ih_1.29_ih_2.31_ih_3.26	2947
+ih_1.29_ih_2.31_ih_3.20	2948
+ih_1.29_ih_2.37_ih_3.23	2949
+ih_1.29_ih_2.37_ih_3.30	2950
+ih_1.29_ih_2.40_ih_3.27	2951
+ih_1.29_ih_2.19_ih_3.8	2952
+ih_1.29_ih_2.19_ih_3.15	2953
+ih_1.5_ih_2.20_ih_3.16	2954
+ih_1.32_ih_2.46_ih_3.9	2955
+ih_1.32_ih_2.46_ih_3.2	2956
+ih_1.32_ih_2.46_ih_3.24	2957
+ih_1.32_ih_2.36_ih_3.6	2958
+ih_1.32_ih_2.43_ih_3.14	2959
+ih_1.32_ih_2.43_ih_3.9	2960
+ih_1.32_ih_2.15_ih_3.14	2961
+ih_1.32_ih_2.15_ih_3.9	2962
+ih_1.32_ih_2.35_ih_3.14	2963
+ih_1.32_ih_2.35_ih_3.9	2964
+ih_1.32_ih_2.35_ih_3.5	2965
+ih_1.32_ih_2.35_ih_3.32	2966
+ih_1.32_ih_2.45_ih_3.14	2967
+ih_1.32_ih_2.45_ih_3.9	2968
+ih_1.32_ih_2.45_ih_3.5	2969
+ih_1.32_ih_2.45_ih_3.32	2970
+ih_1.32_ih_2.31_ih_3.7	2971
+ih_1.32_ih_2.31_ih_3.26	2972
+ih_1.32_ih_2.31_ih_3.20	2973
+ih_1.32_ih_2.37_ih_3.30	2974
+ih_1.32_ih_2.26_ih_3.27	2975
+ih_1.32_ih_2.38_ih_3.8	2976
+ih_1.32_ih_2.38_ih_3.15	2977
+ih_1.10_ih_2.4_ih_3.9	2978
+ih_1.10_ih_2.43_ih_3.9	2979
+ih_1.10_ih_2.5_ih_3.9	2980
+ih_1.10_ih_2.32_ih_3.9	2981
+ih_1.10_ih_2.39_ih_3.9	2982
+ih_1.10_ih_2.23_ih_3.9	2983
+ih_1.10_ih_2.45_ih_3.9	2984
+ih_1.11_ih_2.34_ih_3.25	2985
+ih_1.11_ih_2.46_ih_3.9	2986
+ih_1.11_ih_2.46_ih_3.2	2987
+ih_1.11_ih_2.46_ih_3.24	2988
+ih_1.11_ih_2.36_ih_3.6	2989
+ih_1.11_ih_2.43_ih_3.14	2990
+ih_1.11_ih_2.15_ih_3.14	2991
+ih_1.11_ih_2.15_ih_3.9	2992
+ih_1.11_ih_2.39_ih_3.14	2993
+ih_1.11_ih_2.39_ih_3.9	2994
+ih_1.11_ih_2.39_ih_3.5	2995
+ih_1.11_ih_2.39_ih_3.31	2996
+ih_1.11_ih_2.31_ih_3.7	2997
+ih_1.11_ih_2.31_ih_3.26	2998
+ih_1.11_ih_2.31_ih_3.20	2999
+ih_1.11_ih_2.37_ih_3.30	3000
+ih_1.11_ih_2.40_ih_3.27	3001
+ih_1.11_ih_2.38_ih_3.8	3002
+ih_1.11_ih_2.38_ih_3.15	3003
+ih_1.31_ih_2.34_ih_3.25	3004
+ih_1.31_ih_2.14_ih_3.9	3005
+ih_1.31_ih_2.14_ih_3.2	3006
+ih_1.31_ih_2.14_ih_3.24	3007
+ih_1.31_ih_2.36_ih_3.6	3008
+ih_1.31_ih_2.43_ih_3.14	3009
+ih_1.31_ih_2.15_ih_3.14	3010
+ih_1.31_ih_2.15_ih_3.9	3011
+ih_1.31_ih_2.39_ih_3.14	3012
+ih_1.31_ih_2.39_ih_3.9	3013
+ih_1.31_ih_2.39_ih_3.5	3014
+ih_1.31_ih_2.39_ih_3.31	3015
+ih_1.31_ih_2.31_ih_3.7	3016
+ih_1.31_ih_2.31_ih_3.26	3017
+ih_1.31_ih_2.31_ih_3.20	3018
+ih_1.31_ih_2.37_ih_3.30	3019
+ih_1.31_ih_2.40_ih_3.27	3020
+ih_1.31_ih_2.38_ih_3.8	3021
+ih_1.31_ih_2.38_ih_3.15	3022
+ih_1.13_ih_2.34_ih_3.25	3023
+ih_1.13_ih_2.46_ih_3.9	3024
+ih_1.13_ih_2.46_ih_3.2	3025
+ih_1.13_ih_2.46_ih_3.24	3026
+ih_1.13_ih_2.3_ih_3.6	3027
+ih_1.13_ih_2.43_ih_3.14	3028
+ih_1.13_ih_2.15_ih_3.14	3029
+ih_1.13_ih_2.15_ih_3.9	3030
+ih_1.13_ih_2.32_ih_3.14	3031
+ih_1.13_ih_2.32_ih_3.9	3032
+ih_1.13_ih_2.32_ih_3.5	3033
+ih_1.13_ih_2.32_ih_3.11	3034
+ih_1.13_ih_2.31_ih_3.7	3035
+ih_1.13_ih_2.31_ih_3.26	3036
+ih_1.13_ih_2.31_ih_3.20	3037
+ih_1.13_ih_2.37_ih_3.30	3038
+ih_1.13_ih_2.40_ih_3.27	3039
+ih_1.13_ih_2.38_ih_3.8	3040
+ih_1.13_ih_2.38_ih_3.15	3041
+ih_1.18_ih_2.4_ih_3.14	3042
+ih_1.18_ih_2.43_ih_3.14	3043
+ih_1.18_ih_2.15_ih_3.14	3044
+ih_1.18_ih_2.15_ih_3.9	3045
+ih_1.21_ih_2.34_ih_3.25	3046
+ih_1.21_ih_2.46_ih_3.9	3047
+ih_1.21_ih_2.46_ih_3.2	3048
+ih_1.21_ih_2.46_ih_3.24	3049
+ih_1.25_ih_2.38_ih_3.15	3050
+ih_1.33_ih_2.36_ih_3.6	3051
+ih_1.33_ih_2.23_ih_3.14	3052
+ih_1.33_ih_2.23_ih_3.9	3053
+ih_1.33_ih_2.23_ih_3.5	3054
+ih_1.33_ih_2.23_ih_3.32	3055
+ih_1.33_ih_2.29_ih_3.7	3056
+ih_1.33_ih_2.29_ih_3.26	3057
+ih_1.33_ih_2.29_ih_3.20	3058
+ih_1.33_ih_2.37_ih_3.30	3059
+ih_1.33_ih_2.40_ih_3.27	3060
+ih_1.33_ih_2.38_ih_3.8	3061
+ih_1.33_ih_2.38_ih_3.15	3062
+ih_1.35_ih_2.3_ih_3.6	3063
+ih_1.35_ih_2.36_ih_3.6	3064
+ih_1.35_ih_2.5_ih_3.14	3065
+ih_1.35_ih_2.5_ih_3.9	3066
+ih_1.35_ih_2.5_ih_3.5	3067
+ih_1.35_ih_2.5_ih_3.11	3068
+ih_1.35_ih_2.45_ih_3.14	3069
+ih_1.35_ih_2.45_ih_3.9	3070
+ih_1.35_ih_2.45_ih_3.5	3071
+ih_1.35_ih_2.45_ih_3.32	3072
+ih_1.35_ih_2.31_ih_3.7	3073
+ih_1.35_ih_2.31_ih_3.26	3074
+ih_1.35_ih_2.31_ih_3.20	3075
+ih_1.35_ih_2.37_ih_3.30	3076
+ih_1.35_ih_2.40_ih_3.27	3077
+ih_1.35_ih_2.38_ih_3.8	3078
+ih_1.35_ih_2.38_ih_3.15	3079
+iy_1.1_iy_2.6_iy_3.7	3080
+iy_1.8_iy_2.1_iy_3.2	3081
+iy_1.18_iy_2.2_iy_3.8	3082
+iy_1.18_iy_2.22_iy_3.1	3083
+iy_1.18_iy_2.16_iy_3.10	3084
+iy_1.18_iy_2.16_iy_3.4	3085
+iy_1.18_iy_2.16_iy_3.24	3086
+iy_1.18_iy_2.16_iy_3.23	3087
+iy_1.18_iy_2.16_iy_3.15	3088
+iy_1.18_iy_2.16_iy_3.17	3089
+iy_1.18_iy_2.4_iy_3.15	3090
+iy_1.18_iy_2.4_iy_3.17	3091
+iy_1.21_iy_2.3_iy_3.13	3092
+iy_1.21_iy_2.19_iy_3.3	3093
+iy_1.21_iy_2.19_iy_3.6	3094
+iy_1.21_iy_2.19_iy_3.12	3095
+iy_1.21_iy_2.19_iy_3.16	3096
+iy_1.21_iy_2.19_iy_3.18	3097
+iy_1.21_iy_2.19_iy_3.19	3098
+iy_1.21_iy_2.19_iy_3.9	3099
+iy_1.21_iy_2.19_iy_3.14	3100
+iy_1.21_iy_2.19_iy_3.20	3101
+iy_1.3_iy_2.1_iy_3.2	3102
+iy_1.3_iy_2.12_iy_3.22	3103
+iy_1.3_iy_2.2_iy_3.8	3104
+iy_1.3_iy_2.22_iy_3.1	3105
+iy_1.3_iy_2.21_iy_3.21	3106
+iy_1.3_iy_2.21_iy_3.10	3107
+iy_1.3_iy_2.13_iy_3.4	3108
+iy_1.3_iy_2.18_iy_3.24	3109
+iy_1.3_iy_2.18_iy_3.23	3110
+iy_1.3_iy_2.18_iy_3.15	3111
+iy_1.3_iy_2.18_iy_3.17	3112
+iy_1.3_iy_2.4_iy_3.15	3113
+iy_1.3_iy_2.4_iy_3.17	3114
+iy_1.3_iy_2.17_iy_3.15	3115
+iy_1.3_iy_2.17_iy_3.17	3116
+iy_1.3_iy_2.3_iy_3.13	3117
+iy_1.3_iy_2.19_iy_3.3	3118
+iy_1.3_iy_2.19_iy_3.6	3119
+iy_1.3_iy_2.19_iy_3.12	3120
+iy_1.3_iy_2.19_iy_3.16	3121
+iy_1.3_iy_2.19_iy_3.18	3122
+iy_1.3_iy_2.19_iy_3.19	3123
+iy_1.3_iy_2.19_iy_3.9	3124
+iy_1.3_iy_2.19_iy_3.14	3125
+iy_1.3_iy_2.19_iy_3.20	3126
+iy_1.6_iy_2.1_iy_3.2	3127
+iy_1.6_iy_2.12_iy_3.22	3128
+iy_1.22_iy_2.2_iy_3.8	3129
+iy_1.22_iy_2.22_iy_3.1	3130
+iy_1.22_iy_2.21_iy_3.21	3131
+iy_1.22_iy_2.21_iy_3.10	3132
+iy_1.22_iy_2.13_iy_3.4	3133
+iy_1.22_iy_2.18_iy_3.24	3134
+iy_1.22_iy_2.18_iy_3.23	3135
+iy_1.22_iy_2.18_iy_3.15	3136
+iy_1.22_iy_2.18_iy_3.17	3137
+iy_1.22_iy_2.4_iy_3.15	3138
+iy_1.22_iy_2.4_iy_3.17	3139
+iy_1.22_iy_2.17_iy_3.15	3140
+iy_1.22_iy_2.17_iy_3.17	3141
+iy_1.22_iy_2.5_iy_3.3	3142
+iy_1.22_iy_2.8_iy_3.13	3143
+iy_1.22_iy_2.11_iy_3.6	3144
+iy_1.22_iy_2.14_iy_3.12	3145
+iy_1.22_iy_2.14_iy_3.16	3146
+iy_1.22_iy_2.14_iy_3.18	3147
+iy_1.22_iy_2.14_iy_3.19	3148
+iy_1.22_iy_2.14_iy_3.9	3149
+iy_1.22_iy_2.14_iy_3.14	3150
+iy_1.22_iy_2.14_iy_3.20	3151
+iy_1.22_iy_2.23_iy_3.12	3152
+iy_1.22_iy_2.23_iy_3.16	3153
+iy_1.22_iy_2.23_iy_3.18	3154
+iy_1.22_iy_2.23_iy_3.19	3155
+iy_1.22_iy_2.23_iy_3.9	3156
+iy_1.22_iy_2.23_iy_3.14	3157
+iy_1.22_iy_2.23_iy_3.20	3158
+iy_1.4_iy_2.10_iy_3.22	3159
+iy_1.4_iy_2.2_iy_3.8	3160
+iy_1.4_iy_2.22_iy_3.1	3161
+iy_1.4_iy_2.9_iy_3.21	3162
+iy_1.4_iy_2.9_iy_3.10	3163
+iy_1.4_iy_2.13_iy_3.4	3164
+iy_1.4_iy_2.18_iy_3.24	3165
+iy_1.4_iy_2.18_iy_3.23	3166
+iy_1.4_iy_2.18_iy_3.15	3167
+iy_1.4_iy_2.18_iy_3.17	3168
+iy_1.4_iy_2.17_iy_3.15	3169
+iy_1.4_iy_2.17_iy_3.17	3170
+iy_1.4_iy_2.5_iy_3.3	3171
+iy_1.4_iy_2.7_iy_3.14	3172
+iy_1.4_iy_2.20_iy_3.6	3173
+iy_1.4_iy_2.20_iy_3.12	3174
+iy_1.4_iy_2.20_iy_3.16	3175
+iy_1.4_iy_2.20_iy_3.18	3176
+iy_1.4_iy_2.20_iy_3.19	3177
+iy_1.4_iy_2.20_iy_3.9	3178
+iy_1.4_iy_2.20_iy_3.13	3179
+iy_1.4_iy_2.20_iy_3.20	3180
+iy_1.11_iy_2.1_iy_3.2	3181
+iy_1.11_iy_2.10_iy_3.22	3182
+iy_1.11_iy_2.12_iy_3.22	3183
+iy_1.11_iy_2.2_iy_3.8	3184
+iy_1.11_iy_2.22_iy_3.1	3185
+iy_1.11_iy_2.9_iy_3.21	3186
+iy_1.11_iy_2.9_iy_3.10	3187
+iy_1.11_iy_2.21_iy_3.7	3188
+iy_1.11_iy_2.21_iy_3.21	3189
+iy_1.11_iy_2.21_iy_3.10	3190
+iy_1.11_iy_2.13_iy_3.4	3191
+iy_1.11_iy_2.18_iy_3.24	3192
+iy_1.11_iy_2.18_iy_3.23	3193
+iy_1.11_iy_2.18_iy_3.15	3194
+iy_1.11_iy_2.18_iy_3.17	3195
+iy_1.11_iy_2.4_iy_3.15	3196
+iy_1.11_iy_2.4_iy_3.17	3197
+iy_1.11_iy_2.17_iy_3.15	3198
+iy_1.11_iy_2.17_iy_3.17	3199
+iy_1.11_iy_2.3_iy_3.13	3200
+iy_1.11_iy_2.19_iy_3.3	3201
+iy_1.11_iy_2.19_iy_3.6	3202
+iy_1.11_iy_2.19_iy_3.12	3203
+iy_1.11_iy_2.19_iy_3.16	3204
+iy_1.11_iy_2.19_iy_3.18	3205
+iy_1.11_iy_2.19_iy_3.19	3206
+iy_1.11_iy_2.19_iy_3.9	3207
+iy_1.11_iy_2.19_iy_3.14	3208
+iy_1.11_iy_2.19_iy_3.20	3209
+iy_1.11_iy_2.5_iy_3.3	3210
+iy_1.11_iy_2.7_iy_3.14	3211
+iy_1.11_iy_2.20_iy_3.6	3212
+iy_1.11_iy_2.20_iy_3.12	3213
+iy_1.11_iy_2.20_iy_3.16	3214
+iy_1.11_iy_2.20_iy_3.18	3215
+iy_1.11_iy_2.20_iy_3.19	3216
+iy_1.11_iy_2.20_iy_3.9	3217
+iy_1.11_iy_2.20_iy_3.13	3218
+iy_1.11_iy_2.20_iy_3.20	3219
+iy_1.11_iy_2.8_iy_3.13	3220
+iy_1.11_iy_2.11_iy_3.6	3221
+iy_1.11_iy_2.23_iy_3.12	3222
+iy_1.11_iy_2.23_iy_3.16	3223
+iy_1.11_iy_2.23_iy_3.18	3224
+iy_1.11_iy_2.23_iy_3.19	3225
+iy_1.11_iy_2.23_iy_3.9	3226
+iy_1.11_iy_2.23_iy_3.14	3227
+iy_1.11_iy_2.23_iy_3.20	3228
+iy_1.14_iy_2.10_iy_3.22	3229
+iy_1.14_iy_2.2_iy_3.8	3230
+iy_1.14_iy_2.22_iy_3.1	3231
+iy_1.14_iy_2.9_iy_3.21	3232
+iy_1.14_iy_2.9_iy_3.10	3233
+iy_1.14_iy_2.13_iy_3.4	3234
+iy_1.14_iy_2.18_iy_3.24	3235
+iy_1.14_iy_2.18_iy_3.23	3236
+iy_1.14_iy_2.18_iy_3.15	3237
+iy_1.14_iy_2.18_iy_3.17	3238
+iy_1.14_iy_2.17_iy_3.15	3239
+iy_1.14_iy_2.17_iy_3.17	3240
+iy_1.14_iy_2.5_iy_3.3	3241
+iy_1.14_iy_2.7_iy_3.14	3242
+iy_1.14_iy_2.20_iy_3.6	3243
+iy_1.14_iy_2.20_iy_3.12	3244
+iy_1.14_iy_2.20_iy_3.16	3245
+iy_1.14_iy_2.20_iy_3.18	3246
+iy_1.14_iy_2.20_iy_3.19	3247
+iy_1.14_iy_2.20_iy_3.9	3248
+iy_1.14_iy_2.20_iy_3.13	3249
+iy_1.14_iy_2.20_iy_3.20	3250
+iy_1.2_iy_2.12_iy_3.22	3251
+iy_1.2_iy_2.2_iy_3.8	3252
+iy_1.2_iy_2.22_iy_3.1	3253
+iy_1.2_iy_2.21_iy_3.21	3254
+iy_1.2_iy_2.21_iy_3.10	3255
+iy_1.2_iy_2.13_iy_3.4	3256
+iy_1.2_iy_2.18_iy_3.24	3257
+iy_1.2_iy_2.18_iy_3.23	3258
+iy_1.2_iy_2.18_iy_3.15	3259
+iy_1.2_iy_2.18_iy_3.17	3260
+iy_1.2_iy_2.17_iy_3.15	3261
+iy_1.2_iy_2.17_iy_3.17	3262
+iy_1.2_iy_2.5_iy_3.3	3263
+iy_1.2_iy_2.8_iy_3.13	3264
+iy_1.2_iy_2.11_iy_3.6	3265
+iy_1.2_iy_2.15_iy_3.12	3266
+iy_1.2_iy_2.15_iy_3.16	3267
+iy_1.2_iy_2.15_iy_3.18	3268
+iy_1.2_iy_2.15_iy_3.19	3269
+iy_1.2_iy_2.15_iy_3.9	3270
+iy_1.2_iy_2.15_iy_3.14	3271
+iy_1.2_iy_2.15_iy_3.20	3272
+iy_1.5_iy_2.12_iy_3.22	3273
+iy_1.5_iy_2.2_iy_3.8	3274
+iy_1.5_iy_2.22_iy_3.1	3275
+iy_1.5_iy_2.21_iy_3.21	3276
+iy_1.5_iy_2.21_iy_3.10	3277
+iy_1.5_iy_2.13_iy_3.4	3278
+iy_1.5_iy_2.18_iy_3.24	3279
+iy_1.5_iy_2.18_iy_3.23	3280
+iy_1.5_iy_2.18_iy_3.15	3281
+iy_1.5_iy_2.18_iy_3.17	3282
+iy_1.5_iy_2.17_iy_3.15	3283
+iy_1.5_iy_2.17_iy_3.17	3284
+iy_1.5_iy_2.5_iy_3.3	3285
+iy_1.5_iy_2.8_iy_3.13	3286
+iy_1.5_iy_2.11_iy_3.6	3287
+iy_1.5_iy_2.23_iy_3.12	3288
+iy_1.5_iy_2.23_iy_3.16	3289
+iy_1.5_iy_2.23_iy_3.18	3290
+iy_1.5_iy_2.23_iy_3.19	3291
+iy_1.5_iy_2.23_iy_3.9	3292
+iy_1.5_iy_2.23_iy_3.14	3293
+iy_1.5_iy_2.23_iy_3.20	3294
+iy_1.15_iy_2.12_iy_3.22	3295
+iy_1.20_iy_2.2_iy_3.8	3296
+iy_1.20_iy_2.22_iy_3.1	3297
+iy_1.20_iy_2.21_iy_3.21	3298
+iy_1.20_iy_2.21_iy_3.10	3299
+iy_1.20_iy_2.13_iy_3.4	3300
+iy_1.20_iy_2.18_iy_3.24	3301
+iy_1.20_iy_2.18_iy_3.23	3302
+iy_1.20_iy_2.18_iy_3.15	3303
+iy_1.20_iy_2.18_iy_3.17	3304
+iy_1.20_iy_2.17_iy_3.15	3305
+iy_1.20_iy_2.17_iy_3.17	3306
+iy_1.20_iy_2.5_iy_3.3	3307
+iy_1.20_iy_2.8_iy_3.13	3308
+iy_1.20_iy_2.11_iy_3.6	3309
+iy_1.20_iy_2.23_iy_3.12	3310
+iy_1.20_iy_2.23_iy_3.16	3311
+iy_1.20_iy_2.23_iy_3.18	3312
+iy_1.20_iy_2.23_iy_3.19	3313
+iy_1.20_iy_2.23_iy_3.9	3314
+iy_1.20_iy_2.23_iy_3.14	3315
+iy_1.20_iy_2.23_iy_3.20	3316
+iy_1.9_iy_2.17_iy_3.15	3317
+iy_1.16_iy_2.12_iy_3.22	3318
+iy_1.16_iy_2.2_iy_3.8	3319
+iy_1.16_iy_2.22_iy_3.1	3320
+iy_1.16_iy_2.21_iy_3.21	3321
+iy_1.16_iy_2.21_iy_3.10	3322
+iy_1.16_iy_2.13_iy_3.4	3323
+iy_1.16_iy_2.18_iy_3.24	3324
+iy_1.16_iy_2.18_iy_3.23	3325
+iy_1.16_iy_2.18_iy_3.15	3326
+iy_1.16_iy_2.18_iy_3.17	3327
+iy_1.16_iy_2.17_iy_3.17	3328
+iy_1.16_iy_2.5_iy_3.3	3329
+iy_1.16_iy_2.8_iy_3.13	3330
+iy_1.16_iy_2.11_iy_3.6	3331
+iy_1.16_iy_2.23_iy_3.12	3332
+iy_1.16_iy_2.23_iy_3.16	3333
+iy_1.16_iy_2.23_iy_3.18	3334
+iy_1.16_iy_2.23_iy_3.19	3335
+iy_1.16_iy_2.23_iy_3.9	3336
+iy_1.16_iy_2.23_iy_3.14	3337
+iy_1.16_iy_2.23_iy_3.20	3338
+iy_1.19_iy_2.12_iy_3.22	3339
+iy_1.19_iy_2.2_iy_3.8	3340
+iy_1.19_iy_2.22_iy_3.1	3341
+iy_1.19_iy_2.21_iy_3.21	3342
+iy_1.19_iy_2.21_iy_3.10	3343
+iy_1.19_iy_2.13_iy_3.4	3344
+iy_1.19_iy_2.18_iy_3.24	3345
+iy_1.19_iy_2.18_iy_3.23	3346
+iy_1.19_iy_2.18_iy_3.15	3347
+iy_1.19_iy_2.18_iy_3.17	3348
+iy_1.19_iy_2.17_iy_3.17	3349
+iy_1.19_iy_2.5_iy_3.3	3350
+iy_1.19_iy_2.8_iy_3.13	3351
+iy_1.19_iy_2.11_iy_3.6	3352
+iy_1.19_iy_2.24_iy_3.12	3353
+iy_1.19_iy_2.24_iy_3.16	3354
+iy_1.19_iy_2.24_iy_3.18	3355
+iy_1.19_iy_2.24_iy_3.19	3356
+iy_1.19_iy_2.24_iy_3.9	3357
+iy_1.19_iy_2.24_iy_3.14	3358
+iy_1.19_iy_2.24_iy_3.20	3359
+iy_1.7_iy_2.12_iy_3.22	3360
+iy_1.7_iy_2.2_iy_3.8	3361
+iy_1.7_iy_2.22_iy_3.1	3362
+iy_1.7_iy_2.21_iy_3.21	3363
+iy_1.7_iy_2.21_iy_3.10	3364
+iy_1.7_iy_2.13_iy_3.4	3365
+iy_1.7_iy_2.18_iy_3.24	3366
+iy_1.7_iy_2.18_iy_3.23	3367
+iy_1.7_iy_2.18_iy_3.15	3368
+iy_1.7_iy_2.18_iy_3.17	3369
+iy_1.7_iy_2.17_iy_3.15	3370
+iy_1.7_iy_2.17_iy_3.17	3371
+iy_1.7_iy_2.5_iy_3.3	3372
+iy_1.7_iy_2.8_iy_3.13	3373
+iy_1.7_iy_2.11_iy_3.6	3374
+iy_1.7_iy_2.23_iy_3.12	3375
+iy_1.7_iy_2.23_iy_3.16	3376
+iy_1.7_iy_2.23_iy_3.18	3377
+iy_1.7_iy_2.23_iy_3.19	3378
+iy_1.7_iy_2.23_iy_3.9	3379
+iy_1.7_iy_2.23_iy_3.14	3380
+iy_1.7_iy_2.23_iy_3.20	3381
+iy_1.10_iy_2.12_iy_3.22	3382
+iy_1.10_iy_2.2_iy_3.8	3383
+iy_1.10_iy_2.22_iy_3.1	3384
+iy_1.10_iy_2.21_iy_3.21	3385
+iy_1.10_iy_2.21_iy_3.10	3386
+iy_1.10_iy_2.13_iy_3.4	3387
+iy_1.10_iy_2.18_iy_3.24	3388
+iy_1.10_iy_2.18_iy_3.23	3389
+iy_1.10_iy_2.18_iy_3.15	3390
+iy_1.10_iy_2.18_iy_3.17	3391
+iy_1.10_iy_2.17_iy_3.15	3392
+iy_1.10_iy_2.17_iy_3.17	3393
+iy_1.10_iy_2.5_iy_3.3	3394
+iy_1.10_iy_2.8_iy_3.13	3395
+iy_1.10_iy_2.11_iy_3.6	3396
+iy_1.10_iy_2.23_iy_3.12	3397
+iy_1.10_iy_2.23_iy_3.16	3398
+iy_1.10_iy_2.23_iy_3.18	3399
+iy_1.10_iy_2.23_iy_3.19	3400
+iy_1.10_iy_2.23_iy_3.9	3401
+iy_1.10_iy_2.23_iy_3.14	3402
+iy_1.10_iy_2.23_iy_3.20	3403
+iy_1.12_iy_2.12_iy_3.22	3404
+iy_1.12_iy_2.2_iy_3.8	3405
+iy_1.12_iy_2.22_iy_3.1	3406
+iy_1.12_iy_2.21_iy_3.21	3407
+iy_1.12_iy_2.21_iy_3.10	3408
+iy_1.12_iy_2.13_iy_3.4	3409
+iy_1.12_iy_2.18_iy_3.11	3410
+iy_1.12_iy_2.18_iy_3.24	3411
+iy_1.12_iy_2.18_iy_3.23	3412
+iy_1.12_iy_2.18_iy_3.15	3413
+iy_1.12_iy_2.18_iy_3.17	3414
+iy_1.12_iy_2.17_iy_3.15	3415
+iy_1.12_iy_2.17_iy_3.17	3416
+iy_1.12_iy_2.5_iy_3.3	3417
+iy_1.12_iy_2.8_iy_3.13	3418
+iy_1.12_iy_2.11_iy_3.6	3419
+iy_1.12_iy_2.24_iy_3.12	3420
+iy_1.12_iy_2.24_iy_3.16	3421
+iy_1.12_iy_2.24_iy_3.18	3422
+iy_1.12_iy_2.24_iy_3.19	3423
+iy_1.12_iy_2.24_iy_3.9	3424
+iy_1.12_iy_2.24_iy_3.14	3425
+iy_1.12_iy_2.24_iy_3.20	3426
+iy_1.12_iy_2.23_iy_3.12	3427
+iy_1.12_iy_2.23_iy_3.16	3428
+iy_1.12_iy_2.23_iy_3.18	3429
+iy_1.12_iy_2.23_iy_3.19	3430
+iy_1.12_iy_2.23_iy_3.9	3431
+iy_1.12_iy_2.23_iy_3.14	3432
+iy_1.12_iy_2.23_iy_3.20	3433
+iy_1.13_iy_2.12_iy_3.22	3434
+iy_1.13_iy_2.2_iy_3.8	3435
+iy_1.13_iy_2.22_iy_3.1	3436
+iy_1.13_iy_2.21_iy_3.21	3437
+iy_1.13_iy_2.21_iy_3.10	3438
+iy_1.13_iy_2.13_iy_3.4	3439
+iy_1.13_iy_2.18_iy_3.24	3440
+iy_1.13_iy_2.18_iy_3.23	3441
+iy_1.13_iy_2.18_iy_3.15	3442
+iy_1.13_iy_2.18_iy_3.17	3443
+iy_1.13_iy_2.17_iy_3.15	3444
+iy_1.13_iy_2.17_iy_3.17	3445
+iy_1.13_iy_2.5_iy_3.3	3446
+iy_1.13_iy_2.8_iy_3.13	3447
+iy_1.13_iy_2.11_iy_3.6	3448
+iy_1.13_iy_2.23_iy_3.12	3449
+iy_1.13_iy_2.23_iy_3.16	3450
+iy_1.13_iy_2.23_iy_3.18	3451
+iy_1.13_iy_2.23_iy_3.19	3452
+iy_1.13_iy_2.23_iy_3.9	3453
+iy_1.13_iy_2.23_iy_3.14	3454
+iy_1.13_iy_2.23_iy_3.20	3455
+iy_1.17_iy_2.12_iy_3.22	3456
+iy_1.17_iy_2.2_iy_3.8	3457
+iy_1.17_iy_2.22_iy_3.1	3458
+iy_1.17_iy_2.21_iy_3.21	3459
+iy_1.17_iy_2.21_iy_3.10	3460
+iy_1.17_iy_2.13_iy_3.4	3461
+iy_1.17_iy_2.18_iy_3.24	3462
+iy_1.17_iy_2.18_iy_3.23	3463
+iy_1.17_iy_2.18_iy_3.15	3464
+iy_1.17_iy_2.18_iy_3.17	3465
+iy_1.17_iy_2.17_iy_3.15	3466
+iy_1.17_iy_2.17_iy_3.17	3467
+iy_1.17_iy_2.5_iy_3.3	3468
+iy_1.17_iy_2.8_iy_3.13	3469
+iy_1.17_iy_2.11_iy_3.6	3470
+iy_1.17_iy_2.24_iy_3.12	3471
+iy_1.17_iy_2.24_iy_3.16	3472
+iy_1.17_iy_2.24_iy_3.18	3473
+iy_1.17_iy_2.24_iy_3.19	3474
+iy_1.17_iy_2.24_iy_3.9	3475
+iy_1.17_iy_2.24_iy_3.14	3476
+iy_1.17_iy_2.24_iy_3.20	3477
+iy_1.23_iy_2.12_iy_3.22	3478
+iy_1.23_iy_2.2_iy_3.8	3479
+iy_1.23_iy_2.22_iy_3.1	3480
+iy_1.23_iy_2.21_iy_3.21	3481
+iy_1.23_iy_2.21_iy_3.10	3482
+iy_1.23_iy_2.13_iy_3.4	3483
+iy_1.23_iy_2.18_iy_3.24	3484
+iy_1.23_iy_2.18_iy_3.5	3485
+iy_1.23_iy_2.18_iy_3.23	3486
+iy_1.23_iy_2.18_iy_3.15	3487
+iy_1.23_iy_2.18_iy_3.17	3488
+iy_1.23_iy_2.17_iy_3.15	3489
+iy_1.23_iy_2.17_iy_3.17	3490
+iy_1.23_iy_2.5_iy_3.3	3491
+iy_1.23_iy_2.8_iy_3.13	3492
+iy_1.23_iy_2.11_iy_3.6	3493
+iy_1.23_iy_2.24_iy_3.12	3494
+iy_1.23_iy_2.24_iy_3.16	3495
+iy_1.23_iy_2.24_iy_3.18	3496
+iy_1.23_iy_2.24_iy_3.19	3497
+iy_1.23_iy_2.24_iy_3.9	3498
+iy_1.23_iy_2.24_iy_3.14	3499
+iy_1.23_iy_2.24_iy_3.20	3500
+iy_1.23_iy_2.23_iy_3.12	3501
+iy_1.23_iy_2.23_iy_3.16	3502
+iy_1.23_iy_2.23_iy_3.18	3503
+iy_1.23_iy_2.23_iy_3.19	3504
+iy_1.23_iy_2.23_iy_3.9	3505
+iy_1.23_iy_2.23_iy_3.14	3506
+iy_1.23_iy_2.23_iy_3.20	3507
+jh_1.1_jh_2.3_jh_3.1	3508
+jh_1.1_jh_2.3_jh_3.5	3509
+jh_1.1_jh_2.3_jh_3.2	3510
+jh_1.1_jh_2.4_jh_3.6	3511
+jh_1.1_jh_2.5_jh_3.1	3512
+jh_1.1_jh_2.5_jh_3.3	3513
+jh_1.1_jh_2.5_jh_3.7	3514
+jh_1.1_jh_2.5_jh_3.4	3515
+jh_1.1_jh_2.5_jh_3.6	3516
+jh_1.1_jh_2.5_jh_3.2	3517
+jh_1.1_jh_2.2_jh_3.2	3518
+jh_1.3_jh_2.3_jh_3.1	3519
+jh_1.3_jh_2.3_jh_3.5	3520
+jh_1.3_jh_2.3_jh_3.2	3521
+jh_1.3_jh_2.4_jh_3.6	3522
+jh_1.3_jh_2.5_jh_3.1	3523
+jh_1.3_jh_2.5_jh_3.3	3524
+jh_1.3_jh_2.5_jh_3.7	3525
+jh_1.3_jh_2.5_jh_3.4	3526
+jh_1.3_jh_2.5_jh_3.6	3527
+jh_1.3_jh_2.5_jh_3.2	3528
+jh_1.3_jh_2.2_jh_3.2	3529
+jh_1.4_jh_2.3_jh_3.1	3530
+jh_1.4_jh_2.3_jh_3.5	3531
+jh_1.4_jh_2.3_jh_3.2	3532
+jh_1.4_jh_2.4_jh_3.6	3533
+jh_1.4_jh_2.5_jh_3.1	3534
+jh_1.4_jh_2.5_jh_3.3	3535
+jh_1.4_jh_2.5_jh_3.7	3536
+jh_1.4_jh_2.5_jh_3.4	3537
+jh_1.4_jh_2.5_jh_3.6	3538
+jh_1.4_jh_2.5_jh_3.2	3539
+jh_1.4_jh_2.2_jh_3.2	3540
+jh_1.2_jh_2.1_jh_3.1	3541
+jh_1.2_jh_2.1_jh_3.3	3542
+jh_1.2_jh_2.1_jh_3.7	3543
+jh_1.2_jh_2.1_jh_3.4	3544
+jh_1.2_jh_2.1_jh_3.5	3545
+jh_1.2_jh_2.1_jh_3.6	3546
+jh_1.2_jh_2.1_jh_3.2	3547
+jh_1.2_jh_2.3_jh_3.1	3548
+jh_1.2_jh_2.3_jh_3.5	3549
+jh_1.2_jh_2.3_jh_3.2	3550
+jh_1.2_jh_2.4_jh_3.6	3551
+jh_1.2_jh_2.5_jh_3.1	3552
+jh_1.2_jh_2.5_jh_3.3	3553
+jh_1.2_jh_2.5_jh_3.7	3554
+jh_1.2_jh_2.5_jh_3.4	3555
+jh_1.2_jh_2.5_jh_3.6	3556
+jh_1.2_jh_2.5_jh_3.2	3557
+jh_1.2_jh_2.2_jh_3.2	3558
+k_1.1_k_2.1_k_3.1	3559
+k_1.1_k_2.1_k_3.11	3560
+k_1.1_k_2.1_k_3.5	3561
+k_1.22_k_2.2_k_3.12	3562
+k_1.22_k_2.14_k_3.10	3563
+k_1.22_k_2.14_k_3.20	3564
+k_1.22_k_2.14_k_3.7	3565
+k_1.22_k_2.14_k_3.14	3566
+k_1.22_k_2.6_k_3.13	3567
+k_1.22_k_2.11_k_3.3	3568
+k_1.22_k_2.18_k_3.13	3569
+k_1.22_k_2.18_k_3.8	3570
+k_1.22_k_2.18_k_3.14	3571
+k_1.22_k_2.4_k_3.9	3572
+k_1.22_k_2.10_k_3.9	3573
+k_1.22_k_2.17_k_3.6	3574
+k_1.22_k_2.17_k_3.19	3575
+k_1.22_k_2.13_k_3.19	3576
+k_1.22_k_2.3_k_3.2	3577
+k_1.22_k_2.3_k_3.18	3578
+k_1.22_k_2.16_k_3.18	3579
+k_1.22_k_2.5_k_3.15	3580
+k_1.22_k_2.7_k_3.4	3581
+k_1.22_k_2.7_k_3.15	3582
+k_1.10_k_2.9_k_3.11	3583
+k_1.10_k_2.15_k_3.1	3584
+k_1.10_k_2.15_k_3.11	3585
+k_1.10_k_2.15_k_3.17	3586
+k_1.10_k_2.2_k_3.12	3587
+k_1.10_k_2.14_k_3.10	3588
+k_1.10_k_2.14_k_3.20	3589
+k_1.10_k_2.14_k_3.7	3590
+k_1.10_k_2.14_k_3.14	3591
+k_1.10_k_2.6_k_3.13	3592
+k_1.10_k_2.11_k_3.3	3593
+k_1.10_k_2.18_k_3.13	3594
+k_1.10_k_2.18_k_3.8	3595
+k_1.10_k_2.18_k_3.14	3596
+k_1.10_k_2.4_k_3.9	3597
+k_1.10_k_2.10_k_3.9	3598
+k_1.10_k_2.17_k_3.6	3599
+k_1.10_k_2.17_k_3.19	3600
+k_1.10_k_2.13_k_3.19	3601
+k_1.10_k_2.3_k_3.2	3602
+k_1.10_k_2.3_k_3.18	3603
+k_1.10_k_2.16_k_3.18	3604
+k_1.10_k_2.5_k_3.15	3605
+k_1.10_k_2.7_k_3.4	3606
+k_1.10_k_2.7_k_3.15	3607
+k_1.9_k_2.9_k_3.11	3608
+k_1.9_k_2.15_k_3.1	3609
+k_1.9_k_2.15_k_3.11	3610
+k_1.9_k_2.15_k_3.17	3611
+k_1.16_k_2.2_k_3.12	3612
+k_1.16_k_2.14_k_3.10	3613
+k_1.16_k_2.14_k_3.20	3614
+k_1.16_k_2.14_k_3.7	3615
+k_1.16_k_2.14_k_3.14	3616
+k_1.16_k_2.6_k_3.13	3617
+k_1.16_k_2.11_k_3.3	3618
+k_1.16_k_2.18_k_3.13	3619
+k_1.16_k_2.18_k_3.8	3620
+k_1.16_k_2.18_k_3.14	3621
+k_1.16_k_2.4_k_3.9	3622
+k_1.16_k_2.10_k_3.9	3623
+k_1.16_k_2.17_k_3.6	3624
+k_1.16_k_2.17_k_3.19	3625
+k_1.16_k_2.13_k_3.19	3626
+k_1.16_k_2.3_k_3.2	3627
+k_1.16_k_2.3_k_3.18	3628
+k_1.16_k_2.16_k_3.18	3629
+k_1.16_k_2.5_k_3.15	3630
+k_1.16_k_2.7_k_3.4	3631
+k_1.16_k_2.7_k_3.15	3632
+k_1.21_k_2.2_k_3.12	3633
+k_1.21_k_2.14_k_3.10	3634
+k_1.21_k_2.14_k_3.20	3635
+k_1.21_k_2.14_k_3.7	3636
+k_1.21_k_2.14_k_3.14	3637
+k_1.21_k_2.6_k_3.13	3638
+k_1.21_k_2.11_k_3.3	3639
+k_1.21_k_2.18_k_3.13	3640
+k_1.21_k_2.18_k_3.8	3641
+k_1.21_k_2.18_k_3.14	3642
+k_1.21_k_2.4_k_3.9	3643
+k_1.21_k_2.10_k_3.9	3644
+k_1.21_k_2.17_k_3.6	3645
+k_1.21_k_2.17_k_3.19	3646
+k_1.21_k_2.13_k_3.19	3647
+k_1.21_k_2.3_k_3.2	3648
+k_1.21_k_2.3_k_3.18	3649
+k_1.21_k_2.16_k_3.18	3650
+k_1.21_k_2.5_k_3.15	3651
+k_1.21_k_2.7_k_3.4	3652
+k_1.21_k_2.7_k_3.15	3653
+k_1.3_k_2.9_k_3.11	3654
+k_1.3_k_2.15_k_3.1	3655
+k_1.3_k_2.15_k_3.11	3656
+k_1.3_k_2.15_k_3.17	3657
+k_1.23_k_2.9_k_3.11	3658
+k_1.23_k_2.15_k_3.1	3659
+k_1.23_k_2.15_k_3.11	3660
+k_1.23_k_2.15_k_3.17	3661
+k_1.24_k_2.9_k_3.11	3662
+k_1.24_k_2.15_k_3.1	3663
+k_1.24_k_2.15_k_3.11	3664
+k_1.24_k_2.15_k_3.17	3665
+k_1.8_k_2.2_k_3.12	3666
+k_1.8_k_2.14_k_3.10	3667
+k_1.8_k_2.14_k_3.20	3668
+k_1.8_k_2.14_k_3.7	3669
+k_1.8_k_2.14_k_3.14	3670
+k_1.8_k_2.6_k_3.13	3671
+k_1.8_k_2.11_k_3.3	3672
+k_1.8_k_2.18_k_3.13	3673
+k_1.8_k_2.18_k_3.8	3674
+k_1.8_k_2.18_k_3.14	3675
+k_1.8_k_2.4_k_3.9	3676
+k_1.8_k_2.10_k_3.9	3677
+k_1.8_k_2.17_k_3.6	3678
+k_1.8_k_2.17_k_3.19	3679
+k_1.8_k_2.13_k_3.19	3680
+k_1.18_k_2.2_k_3.12	3681
+k_1.18_k_2.14_k_3.10	3682
+k_1.18_k_2.14_k_3.20	3683
+k_1.18_k_2.14_k_3.7	3684
+k_1.18_k_2.14_k_3.14	3685
+k_1.18_k_2.6_k_3.13	3686
+k_1.18_k_2.11_k_3.3	3687
+k_1.18_k_2.18_k_3.13	3688
+k_1.18_k_2.18_k_3.8	3689
+k_1.18_k_2.18_k_3.14	3690
+k_1.18_k_2.4_k_3.9	3691
+k_1.18_k_2.10_k_3.9	3692
+k_1.18_k_2.17_k_3.6	3693
+k_1.18_k_2.17_k_3.19	3694
+k_1.18_k_2.13_k_3.19	3695
+k_1.20_k_2.2_k_3.12	3696
+k_1.20_k_2.14_k_3.10	3697
+k_1.20_k_2.14_k_3.20	3698
+k_1.20_k_2.14_k_3.7	3699
+k_1.20_k_2.14_k_3.14	3700
+k_1.20_k_2.6_k_3.13	3701
+k_1.20_k_2.11_k_3.3	3702
+k_1.20_k_2.18_k_3.13	3703
+k_1.20_k_2.18_k_3.8	3704
+k_1.20_k_2.18_k_3.14	3705
+k_1.20_k_2.4_k_3.9	3706
+k_1.20_k_2.10_k_3.9	3707
+k_1.20_k_2.17_k_3.6	3708
+k_1.20_k_2.17_k_3.19	3709
+k_1.20_k_2.13_k_3.19	3710
+k_1.6_k_2.3_k_3.2	3711
+k_1.6_k_2.3_k_3.18	3712
+k_1.6_k_2.16_k_3.18	3713
+k_1.6_k_2.5_k_3.15	3714
+k_1.6_k_2.7_k_3.4	3715
+k_1.6_k_2.7_k_3.15	3716
+k_1.12_k_2.3_k_3.2	3717
+k_1.12_k_2.3_k_3.18	3718
+k_1.12_k_2.16_k_3.18	3719
+k_1.12_k_2.5_k_3.15	3720
+k_1.12_k_2.7_k_3.4	3721
+k_1.12_k_2.7_k_3.15	3722
+k_1.19_k_2.3_k_3.2	3723
+k_1.19_k_2.3_k_3.18	3724
+k_1.19_k_2.16_k_3.18	3725
+k_1.19_k_2.5_k_3.15	3726
+k_1.19_k_2.7_k_3.4	3727
+k_1.19_k_2.7_k_3.15	3728
+k_1.13_k_2.3_k_3.2	3729
+k_1.13_k_2.3_k_3.18	3730
+k_1.13_k_2.16_k_3.18	3731
+k_1.13_k_2.5_k_3.15	3732
+k_1.13_k_2.7_k_3.4	3733
+k_1.13_k_2.7_k_3.15	3734
+k_1.14_k_2.3_k_3.2	3735
+k_1.14_k_2.3_k_3.18	3736
+k_1.14_k_2.16_k_3.18	3737
+k_1.14_k_2.5_k_3.15	3738
+k_1.14_k_2.7_k_3.4	3739
+k_1.14_k_2.7_k_3.15	3740
+k_1.15_k_2.3_k_3.2	3741
+k_1.15_k_2.3_k_3.18	3742
+k_1.15_k_2.16_k_3.18	3743
+k_1.15_k_2.5_k_3.15	3744
+k_1.15_k_2.7_k_3.4	3745
+k_1.15_k_2.7_k_3.15	3746
+k_1.2_k_2.9_k_3.11	3747
+k_1.2_k_2.15_k_3.1	3748
+k_1.2_k_2.15_k_3.11	3749
+k_1.2_k_2.15_k_3.17	3750
+k_1.2_k_2.12_k_3.1	3751
+k_1.2_k_2.12_k_3.11	3752
+k_1.2_k_2.12_k_3.17	3753
+k_1.17_k_2.9_k_3.11	3754
+k_1.17_k_2.15_k_3.1	3755
+k_1.17_k_2.15_k_3.11	3756
+k_1.17_k_2.15_k_3.17	3757
+k_1.17_k_2.12_k_3.1	3758
+k_1.17_k_2.12_k_3.11	3759
+k_1.17_k_2.12_k_3.17	3760
+k_1.4_k_2.8_k_3.16	3761
+k_1.25_k_2.2_k_3.12	3762
+k_1.25_k_2.8_k_3.10	3763
+k_1.25_k_2.8_k_3.7	3764
+k_1.25_k_2.8_k_3.14	3765
+k_1.25_k_2.6_k_3.13	3766
+k_1.25_k_2.11_k_3.3	3767
+k_1.25_k_2.18_k_3.13	3768
+k_1.25_k_2.18_k_3.8	3769
+k_1.25_k_2.18_k_3.14	3770
+k_1.25_k_2.4_k_3.9	3771
+k_1.25_k_2.10_k_3.9	3772
+k_1.25_k_2.17_k_3.6	3773
+k_1.25_k_2.17_k_3.19	3774
+k_1.25_k_2.13_k_3.19	3775
+k_1.25_k_2.3_k_3.2	3776
+k_1.25_k_2.3_k_3.18	3777
+k_1.25_k_2.16_k_3.18	3778
+k_1.25_k_2.5_k_3.15	3779
+k_1.25_k_2.7_k_3.4	3780
+k_1.25_k_2.7_k_3.15	3781
+k_1.5_k_2.2_k_3.12	3782
+k_1.5_k_2.14_k_3.10	3783
+k_1.5_k_2.14_k_3.20	3784
+k_1.5_k_2.14_k_3.7	3785
+k_1.5_k_2.14_k_3.14	3786
+k_1.5_k_2.6_k_3.13	3787
+k_1.5_k_2.11_k_3.3	3788
+k_1.5_k_2.18_k_3.13	3789
+k_1.5_k_2.18_k_3.8	3790
+k_1.5_k_2.18_k_3.14	3791
+k_1.5_k_2.4_k_3.9	3792
+k_1.5_k_2.10_k_3.9	3793
+k_1.5_k_2.17_k_3.6	3794
+k_1.5_k_2.17_k_3.19	3795
+k_1.5_k_2.13_k_3.19	3796
+k_1.5_k_2.3_k_3.2	3797
+k_1.5_k_2.3_k_3.18	3798
+k_1.5_k_2.16_k_3.18	3799
+k_1.5_k_2.5_k_3.15	3800
+k_1.5_k_2.7_k_3.4	3801
+k_1.5_k_2.7_k_3.15	3802
+k_1.7_k_2.2_k_3.12	3803
+k_1.7_k_2.14_k_3.10	3804
+k_1.7_k_2.14_k_3.20	3805
+k_1.7_k_2.14_k_3.7	3806
+k_1.7_k_2.14_k_3.14	3807
+k_1.7_k_2.6_k_3.13	3808
+k_1.7_k_2.11_k_3.3	3809
+k_1.7_k_2.18_k_3.13	3810
+k_1.7_k_2.18_k_3.8	3811
+k_1.7_k_2.18_k_3.14	3812
+k_1.7_k_2.4_k_3.9	3813
+k_1.7_k_2.10_k_3.9	3814
+k_1.7_k_2.17_k_3.6	3815
+k_1.7_k_2.17_k_3.19	3816
+k_1.7_k_2.13_k_3.19	3817
+k_1.7_k_2.3_k_3.2	3818
+k_1.7_k_2.3_k_3.18	3819
+k_1.7_k_2.16_k_3.18	3820
+k_1.7_k_2.5_k_3.15	3821
+k_1.7_k_2.7_k_3.4	3822
+k_1.7_k_2.7_k_3.15	3823
+k_1.11_k_2.2_k_3.12	3824
+k_1.11_k_2.14_k_3.10	3825
+k_1.11_k_2.14_k_3.20	3826
+k_1.11_k_2.14_k_3.7	3827
+k_1.11_k_2.14_k_3.14	3828
+k_1.11_k_2.4_k_3.9	3829
+k_1.11_k_2.17_k_3.6	3830
+k_1.26_k_2.6_k_3.13	3831
+k_1.26_k_2.11_k_3.3	3832
+k_1.26_k_2.18_k_3.13	3833
+k_1.26_k_2.18_k_3.8	3834
+k_1.26_k_2.18_k_3.14	3835
+k_1.26_k_2.10_k_3.9	3836
+k_1.26_k_2.17_k_3.19	3837
+k_1.26_k_2.13_k_3.19	3838
+k_1.26_k_2.3_k_3.2	3839
+k_1.26_k_2.3_k_3.18	3840
+k_1.26_k_2.16_k_3.18	3841
+k_1.26_k_2.5_k_3.15	3842
+k_1.26_k_2.7_k_3.4	3843
+k_1.26_k_2.7_k_3.15	3844
+l_1.1_l_2.1_l_3.1	3845
+l_1.1_l_2.24_l_3.15	3846
+l_1.1_l_2.14_l_3.7	3847
+l_1.1_l_2.14_l_3.9	3848
+l_1.1_l_2.4_l_3.11	3849
+l_1.1_l_2.4_l_3.20	3850
+l_1.1_l_2.15_l_3.12	3851
+l_1.1_l_2.16_l_3.13	3852
+l_1.1_l_2.18_l_3.3	3853
+l_1.1_l_2.18_l_3.19	3854
+l_1.1_l_2.19_l_3.19	3855
+l_1.23_l_2.1_l_3.1	3856
+l_1.23_l_2.24_l_3.15	3857
+l_1.23_l_2.14_l_3.7	3858
+l_1.23_l_2.14_l_3.9	3859
+l_1.23_l_2.4_l_3.11	3860
+l_1.23_l_2.4_l_3.20	3861
+l_1.23_l_2.15_l_3.12	3862
+l_1.23_l_2.16_l_3.13	3863
+l_1.23_l_2.18_l_3.3	3864
+l_1.23_l_2.18_l_3.19	3865
+l_1.23_l_2.19_l_3.19	3866
+l_1.12_l_2.1_l_3.1	3867
+l_1.12_l_2.24_l_3.15	3868
+l_1.12_l_2.14_l_3.7	3869
+l_1.12_l_2.14_l_3.9	3870
+l_1.12_l_2.4_l_3.11	3871
+l_1.12_l_2.4_l_3.20	3872
+l_1.12_l_2.15_l_3.12	3873
+l_1.12_l_2.16_l_3.13	3874
+l_1.12_l_2.18_l_3.3	3875
+l_1.12_l_2.18_l_3.19	3876
+l_1.12_l_2.19_l_3.19	3877
+l_1.24_l_2.1_l_3.1	3878
+l_1.24_l_2.24_l_3.15	3879
+l_1.24_l_2.14_l_3.7	3880
+l_1.24_l_2.14_l_3.9	3881
+l_1.24_l_2.14_l_3.14	3882
+l_1.24_l_2.4_l_3.11	3883
+l_1.24_l_2.4_l_3.20	3884
+l_1.24_l_2.15_l_3.12	3885
+l_1.24_l_2.16_l_3.13	3886
+l_1.24_l_2.18_l_3.3	3887
+l_1.24_l_2.18_l_3.19	3888
+l_1.24_l_2.19_l_3.19	3889
+l_1.5_l_2.2_l_3.2	3890
+l_1.20_l_2.5_l_3.4	3891
+l_1.20_l_2.11_l_3.6	3892
+l_1.20_l_2.13_l_3.16	3893
+l_1.20_l_2.7_l_3.17	3894
+l_1.20_l_2.22_l_3.8	3895
+l_1.20_l_2.22_l_3.21	3896
+l_1.20_l_2.10_l_3.10	3897
+l_1.20_l_2.23_l_3.18	3898
+l_1.20_l_2.23_l_3.29	3899
+l_1.20_l_2.23_l_3.30	3900
+l_1.8_l_2.2_l_3.2	3901
+l_1.19_l_2.7_l_3.17	3902
+l_1.28_l_2.5_l_3.4	3903
+l_1.35_l_2.11_l_3.6	3904
+l_1.35_l_2.13_l_3.16	3905
+l_1.35_l_2.22_l_3.8	3906
+l_1.35_l_2.22_l_3.21	3907
+l_1.35_l_2.10_l_3.10	3908
+l_1.35_l_2.23_l_3.18	3909
+l_1.35_l_2.23_l_3.29	3910
+l_1.35_l_2.23_l_3.30	3911
+l_1.9_l_2.2_l_3.2	3912
+l_1.9_l_2.5_l_3.4	3913
+l_1.9_l_2.11_l_3.6	3914
+l_1.9_l_2.13_l_3.16	3915
+l_1.9_l_2.7_l_3.17	3916
+l_1.9_l_2.22_l_3.8	3917
+l_1.9_l_2.22_l_3.21	3918
+l_1.9_l_2.10_l_3.10	3919
+l_1.9_l_2.23_l_3.18	3920
+l_1.9_l_2.23_l_3.29	3921
+l_1.9_l_2.23_l_3.30	3922
+l_1.34_l_2.2_l_3.2	3923
+l_1.34_l_2.5_l_3.4	3924
+l_1.34_l_2.11_l_3.6	3925
+l_1.34_l_2.13_l_3.16	3926
+l_1.34_l_2.7_l_3.17	3927
+l_1.34_l_2.22_l_3.8	3928
+l_1.34_l_2.22_l_3.21	3929
+l_1.34_l_2.10_l_3.10	3930
+l_1.34_l_2.20_l_3.18	3931
+l_1.34_l_2.20_l_3.29	3932
+l_1.34_l_2.20_l_3.30	3933
+l_1.34_l_2.23_l_3.18	3934
+l_1.34_l_2.23_l_3.29	3935
+l_1.34_l_2.23_l_3.30	3936
+l_1.3_l_2.1_l_3.1	3937
+l_1.3_l_2.9_l_3.5	3938
+l_1.3_l_2.14_l_3.7	3939
+l_1.3_l_2.14_l_3.9	3940
+l_1.3_l_2.4_l_3.11	3941
+l_1.3_l_2.4_l_3.20	3942
+l_1.3_l_2.15_l_3.12	3943
+l_1.3_l_2.16_l_3.13	3944
+l_1.3_l_2.18_l_3.3	3945
+l_1.3_l_2.18_l_3.19	3946
+l_1.3_l_2.19_l_3.19	3947
+l_1.7_l_2.1_l_3.1	3948
+l_1.7_l_2.24_l_3.15	3949
+l_1.7_l_2.14_l_3.7	3950
+l_1.7_l_2.14_l_3.9	3951
+l_1.7_l_2.4_l_3.11	3952
+l_1.7_l_2.4_l_3.20	3953
+l_1.7_l_2.15_l_3.12	3954
+l_1.7_l_2.16_l_3.13	3955
+l_1.7_l_2.18_l_3.3	3956
+l_1.7_l_2.18_l_3.19	3957
+l_1.7_l_2.19_l_3.19	3958
+l_1.25_l_2.1_l_3.1	3959
+l_1.25_l_2.24_l_3.15	3960
+l_1.25_l_2.14_l_3.7	3961
+l_1.25_l_2.14_l_3.9	3962
+l_1.25_l_2.14_l_3.14	3963
+l_1.25_l_2.4_l_3.11	3964
+l_1.25_l_2.4_l_3.20	3965
+l_1.25_l_2.15_l_3.12	3966
+l_1.25_l_2.16_l_3.13	3967
+l_1.25_l_2.18_l_3.3	3968
+l_1.25_l_2.18_l_3.19	3969
+l_1.25_l_2.19_l_3.19	3970
+l_1.11_l_2.1_l_3.1	3971
+l_1.11_l_2.24_l_3.15	3972
+l_1.11_l_2.14_l_3.7	3973
+l_1.11_l_2.14_l_3.14	3974
+l_1.11_l_2.4_l_3.11	3975
+l_1.11_l_2.4_l_3.20	3976
+l_1.11_l_2.15_l_3.12	3977
+l_1.11_l_2.16_l_3.13	3978
+l_1.11_l_2.18_l_3.3	3979
+l_1.11_l_2.18_l_3.19	3980
+l_1.11_l_2.19_l_3.19	3981
+l_1.13_l_2.1_l_3.1	3982
+l_1.13_l_2.24_l_3.15	3983
+l_1.13_l_2.14_l_3.7	3984
+l_1.13_l_2.14_l_3.9	3985
+l_1.13_l_2.14_l_3.14	3986
+l_1.13_l_2.4_l_3.11	3987
+l_1.13_l_2.4_l_3.20	3988
+l_1.13_l_2.15_l_3.12	3989
+l_1.13_l_2.16_l_3.13	3990
+l_1.13_l_2.18_l_3.3	3991
+l_1.13_l_2.18_l_3.19	3992
+l_1.13_l_2.19_l_3.19	3993
+l_1.14_l_2.1_l_3.1	3994
+l_1.14_l_2.24_l_3.15	3995
+l_1.14_l_2.14_l_3.7	3996
+l_1.14_l_2.14_l_3.9	3997
+l_1.14_l_2.4_l_3.11	3998
+l_1.14_l_2.4_l_3.20	3999
+l_1.14_l_2.15_l_3.12	4000
+l_1.14_l_2.16_l_3.13	4001
+l_1.14_l_2.18_l_3.3	4002
+l_1.14_l_2.18_l_3.19	4003
+l_1.14_l_2.19_l_3.19	4004
+l_1.26_l_2.1_l_3.1	4005
+l_1.26_l_2.24_l_3.15	4006
+l_1.26_l_2.14_l_3.7	4007
+l_1.26_l_2.14_l_3.9	4008
+l_1.26_l_2.14_l_3.14	4009
+l_1.26_l_2.4_l_3.11	4010
+l_1.26_l_2.4_l_3.20	4011
+l_1.26_l_2.15_l_3.12	4012
+l_1.26_l_2.16_l_3.13	4013
+l_1.26_l_2.18_l_3.3	4014
+l_1.26_l_2.18_l_3.19	4015
+l_1.26_l_2.19_l_3.19	4016
+l_1.31_l_2.1_l_3.1	4017
+l_1.31_l_2.24_l_3.15	4018
+l_1.31_l_2.14_l_3.7	4019
+l_1.31_l_2.14_l_3.9	4020
+l_1.31_l_2.4_l_3.11	4021
+l_1.31_l_2.4_l_3.20	4022
+l_1.31_l_2.15_l_3.12	4023
+l_1.31_l_2.16_l_3.13	4024
+l_1.31_l_2.18_l_3.3	4025
+l_1.31_l_2.18_l_3.19	4026
+l_1.31_l_2.19_l_3.19	4027
+l_1.4_l_2.27_l_3.2	4028
+l_1.17_l_2.5_l_3.4	4029
+l_1.17_l_2.11_l_3.6	4030
+l_1.17_l_2.13_l_3.16	4031
+l_1.17_l_2.7_l_3.17	4032
+l_1.17_l_2.22_l_3.8	4033
+l_1.17_l_2.22_l_3.21	4034
+l_1.17_l_2.10_l_3.10	4035
+l_1.17_l_2.23_l_3.18	4036
+l_1.17_l_2.23_l_3.29	4037
+l_1.17_l_2.23_l_3.30	4038
+l_1.27_l_2.5_l_3.4	4039
+l_1.27_l_2.11_l_3.6	4040
+l_1.27_l_2.13_l_3.16	4041
+l_1.27_l_2.7_l_3.17	4042
+l_1.27_l_2.22_l_3.8	4043
+l_1.27_l_2.22_l_3.21	4044
+l_1.27_l_2.10_l_3.10	4045
+l_1.27_l_2.23_l_3.18	4046
+l_1.27_l_2.23_l_3.29	4047
+l_1.27_l_2.23_l_3.30	4048
+l_1.6_l_2.27_l_3.2	4049
+l_1.6_l_2.5_l_3.4	4050
+l_1.6_l_2.11_l_3.6	4051
+l_1.6_l_2.13_l_3.16	4052
+l_1.6_l_2.7_l_3.17	4053
+l_1.6_l_2.22_l_3.8	4054
+l_1.6_l_2.22_l_3.21	4055
+l_1.6_l_2.10_l_3.10	4056
+l_1.6_l_2.23_l_3.18	4057
+l_1.6_l_2.23_l_3.29	4058
+l_1.6_l_2.23_l_3.30	4059
+l_1.10_l_2.27_l_3.2	4060
+l_1.36_l_2.27_l_3.2	4061
+l_1.15_l_2.5_l_3.4	4062
+l_1.15_l_2.11_l_3.6	4063
+l_1.15_l_2.13_l_3.16	4064
+l_1.15_l_2.7_l_3.17	4065
+l_1.15_l_2.22_l_3.8	4066
+l_1.15_l_2.22_l_3.21	4067
+l_1.15_l_2.10_l_3.10	4068
+l_1.15_l_2.23_l_3.18	4069
+l_1.15_l_2.23_l_3.29	4070
+l_1.15_l_2.23_l_3.30	4071
+l_1.18_l_2.5_l_3.4	4072
+l_1.18_l_2.11_l_3.6	4073
+l_1.18_l_2.13_l_3.16	4074
+l_1.18_l_2.7_l_3.17	4075
+l_1.18_l_2.22_l_3.8	4076
+l_1.18_l_2.22_l_3.21	4077
+l_1.18_l_2.10_l_3.10	4078
+l_1.18_l_2.23_l_3.18	4079
+l_1.18_l_2.23_l_3.29	4080
+l_1.18_l_2.23_l_3.30	4081
+l_1.21_l_2.5_l_3.4	4082
+l_1.21_l_2.11_l_3.6	4083
+l_1.21_l_2.13_l_3.16	4084
+l_1.21_l_2.7_l_3.17	4085
+l_1.21_l_2.22_l_3.8	4086
+l_1.21_l_2.22_l_3.21	4087
+l_1.30_l_2.13_l_3.16	4088
+l_1.30_l_2.10_l_3.10	4089
+l_1.30_l_2.23_l_3.18	4090
+l_1.30_l_2.23_l_3.29	4091
+l_1.30_l_2.23_l_3.30	4092
+l_1.2_l_2.3_l_3.1	4093
+l_1.2_l_2.28_l_3.15	4094
+l_1.2_l_2.12_l_3.7	4095
+l_1.2_l_2.12_l_3.14	4096
+l_1.2_l_2.6_l_3.3	4097
+l_1.2_l_2.17_l_3.11	4098
+l_1.2_l_2.17_l_3.20	4099
+l_1.2_l_2.17_l_3.12	4100
+l_1.2_l_2.17_l_3.13	4101
+l_1.2_l_2.17_l_3.19	4102
+l_1.2_l_2.27_l_3.2	4103
+l_1.2_l_2.5_l_3.4	4104
+l_1.2_l_2.11_l_3.6	4105
+l_1.2_l_2.13_l_3.16	4106
+l_1.2_l_2.7_l_3.17	4107
+l_1.2_l_2.22_l_3.8	4108
+l_1.2_l_2.22_l_3.21	4109
+l_1.2_l_2.10_l_3.10	4110
+l_1.2_l_2.23_l_3.18	4111
+l_1.2_l_2.23_l_3.29	4112
+l_1.2_l_2.23_l_3.30	4113
+l_1.16_l_2.3_l_3.1	4114
+l_1.16_l_2.28_l_3.15	4115
+l_1.16_l_2.25_l_3.7	4116
+l_1.16_l_2.25_l_3.14	4117
+l_1.16_l_2.6_l_3.3	4118
+l_1.16_l_2.26_l_3.11	4119
+l_1.16_l_2.26_l_3.20	4120
+l_1.16_l_2.29_l_3.12	4121
+l_1.16_l_2.29_l_3.13	4122
+l_1.16_l_2.29_l_3.19	4123
+l_1.16_l_2.27_l_3.2	4124
+l_1.16_l_2.5_l_3.4	4125
+l_1.16_l_2.11_l_3.6	4126
+l_1.16_l_2.13_l_3.16	4127
+l_1.16_l_2.7_l_3.17	4128
+l_1.16_l_2.22_l_3.8	4129
+l_1.16_l_2.22_l_3.21	4130
+l_1.16_l_2.10_l_3.10	4131
+l_1.16_l_2.23_l_3.18	4132
+l_1.16_l_2.23_l_3.29	4133
+l_1.16_l_2.23_l_3.30	4134
+l_1.32_l_2.3_l_3.1	4135
+l_1.32_l_2.28_l_3.15	4136
+l_1.32_l_2.25_l_3.7	4137
+l_1.32_l_2.25_l_3.14	4138
+l_1.32_l_2.6_l_3.3	4139
+l_1.32_l_2.26_l_3.11	4140
+l_1.32_l_2.26_l_3.20	4141
+l_1.32_l_2.29_l_3.12	4142
+l_1.32_l_2.29_l_3.13	4143
+l_1.32_l_2.29_l_3.19	4144
+l_1.32_l_2.27_l_3.2	4145
+l_1.32_l_2.5_l_3.4	4146
+l_1.32_l_2.11_l_3.6	4147
+l_1.32_l_2.13_l_3.16	4148
+l_1.32_l_2.7_l_3.17	4149
+l_1.32_l_2.22_l_3.8	4150
+l_1.32_l_2.22_l_3.21	4151
+l_1.32_l_2.10_l_3.10	4152
+l_1.32_l_2.23_l_3.18	4153
+l_1.32_l_2.23_l_3.29	4154
+l_1.32_l_2.23_l_3.30	4155
+l_1.22_l_2.3_l_3.1	4156
+l_1.22_l_2.28_l_3.15	4157
+l_1.22_l_2.25_l_3.7	4158
+l_1.22_l_2.25_l_3.14	4159
+l_1.22_l_2.6_l_3.3	4160
+l_1.22_l_2.26_l_3.11	4161
+l_1.22_l_2.26_l_3.20	4162
+l_1.22_l_2.29_l_3.12	4163
+l_1.22_l_2.29_l_3.13	4164
+l_1.22_l_2.29_l_3.19	4165
+l_1.22_l_2.27_l_3.2	4166
+l_1.22_l_2.5_l_3.4	4167
+l_1.22_l_2.11_l_3.6	4168
+l_1.22_l_2.13_l_3.16	4169
+l_1.22_l_2.7_l_3.17	4170
+l_1.22_l_2.22_l_3.8	4171
+l_1.22_l_2.22_l_3.21	4172
+l_1.22_l_2.10_l_3.10	4173
+l_1.22_l_2.23_l_3.18	4174
+l_1.22_l_2.23_l_3.29	4175
+l_1.22_l_2.23_l_3.30	4176
+l_1.29_l_2.3_l_3.1	4177
+l_1.29_l_2.28_l_3.15	4178
+l_1.29_l_2.25_l_3.7	4179
+l_1.29_l_2.25_l_3.14	4180
+l_1.29_l_2.6_l_3.3	4181
+l_1.29_l_2.26_l_3.11	4182
+l_1.29_l_2.26_l_3.20	4183
+l_1.29_l_2.29_l_3.12	4184
+l_1.29_l_2.29_l_3.13	4185
+l_1.29_l_2.29_l_3.19	4186
+l_1.29_l_2.27_l_3.2	4187
+l_1.29_l_2.5_l_3.4	4188
+l_1.29_l_2.11_l_3.6	4189
+l_1.29_l_2.13_l_3.16	4190
+l_1.29_l_2.7_l_3.17	4191
+l_1.29_l_2.22_l_3.8	4192
+l_1.29_l_2.22_l_3.21	4193
+l_1.29_l_2.10_l_3.10	4194
+l_1.29_l_2.23_l_3.18	4195
+l_1.29_l_2.23_l_3.29	4196
+l_1.29_l_2.23_l_3.30	4197
+l_1.33_l_2.3_l_3.1	4198
+l_1.33_l_2.28_l_3.15	4199
+l_1.33_l_2.8_l_3.7	4200
+l_1.33_l_2.8_l_3.14	4201
+l_1.33_l_2.25_l_3.7	4202
+l_1.33_l_2.25_l_3.14	4203
+l_1.33_l_2.6_l_3.3	4204
+l_1.33_l_2.21_l_3.11	4205
+l_1.33_l_2.21_l_3.20	4206
+l_1.33_l_2.21_l_3.12	4207
+l_1.33_l_2.21_l_3.13	4208
+l_1.33_l_2.21_l_3.19	4209
+l_1.33_l_2.26_l_3.11	4210
+l_1.33_l_2.26_l_3.20	4211
+l_1.33_l_2.29_l_3.12	4212
+l_1.33_l_2.29_l_3.13	4213
+l_1.33_l_2.29_l_3.19	4214
+l_1.33_l_2.27_l_3.2	4215
+l_1.33_l_2.5_l_3.4	4216
+l_1.33_l_2.11_l_3.6	4217
+l_1.33_l_2.13_l_3.16	4218
+l_1.33_l_2.7_l_3.17	4219
+l_1.33_l_2.22_l_3.8	4220
+l_1.33_l_2.22_l_3.21	4221
+l_1.33_l_2.10_l_3.10	4222
+l_1.33_l_2.23_l_3.18	4223
+l_1.33_l_2.23_l_3.29	4224
+l_1.33_l_2.23_l_3.30	4225
+m_1.1_m_2.19_m_3.1	4226
+m_1.1_m_2.11_m_3.4	4227
+m_1.1_m_2.11_m_3.9	4228
+m_1.1_m_2.11_m_3.10	4229
+m_1.1_m_2.9_m_3.12	4230
+m_1.1_m_2.9_m_3.14	4231
+m_1.1_m_2.9_m_3.19	4232
+m_1.1_m_2.9_m_3.18	4233
+m_1.1_m_2.15_m_3.3	4234
+m_1.1_m_2.15_m_3.14	4235
+m_1.1_m_2.15_m_3.19	4236
+m_1.1_m_2.15_m_3.5	4237
+m_1.1_m_2.15_m_3.18	4238
+m_1.1_m_2.20_m_3.2	4239
+m_1.1_m_2.4_m_3.6	4240
+m_1.1_m_2.16_m_3.13	4241
+m_1.1_m_2.7_m_3.17	4242
+m_1.1_m_2.8_m_3.13	4243
+m_1.1_m_2.8_m_3.8	4244
+m_1.1_m_2.8_m_3.17	4245
+m_1.1_m_2.13_m_3.15	4246
+m_1.1_m_2.14_m_3.13	4247
+m_1.1_m_2.14_m_3.11	4248
+m_1.1_m_2.14_m_3.15	4249
+m_1.1_m_2.14_m_3.16	4250
+m_1.6_m_2.19_m_3.1	4251
+m_1.6_m_2.29_m_3.4	4252
+m_1.6_m_2.29_m_3.9	4253
+m_1.6_m_2.29_m_3.10	4254
+m_1.6_m_2.9_m_3.12	4255
+m_1.6_m_2.9_m_3.14	4256
+m_1.6_m_2.9_m_3.19	4257
+m_1.6_m_2.9_m_3.18	4258
+m_1.6_m_2.15_m_3.3	4259
+m_1.6_m_2.15_m_3.14	4260
+m_1.6_m_2.15_m_3.19	4261
+m_1.6_m_2.15_m_3.5	4262
+m_1.6_m_2.15_m_3.18	4263
+m_1.6_m_2.20_m_3.2	4264
+m_1.6_m_2.4_m_3.6	4265
+m_1.6_m_2.16_m_3.13	4266
+m_1.6_m_2.7_m_3.17	4267
+m_1.6_m_2.8_m_3.13	4268
+m_1.6_m_2.8_m_3.8	4269
+m_1.6_m_2.8_m_3.17	4270
+m_1.6_m_2.13_m_3.15	4271
+m_1.6_m_2.14_m_3.13	4272
+m_1.6_m_2.14_m_3.11	4273
+m_1.6_m_2.14_m_3.15	4274
+m_1.6_m_2.14_m_3.16	4275
+m_1.7_m_2.20_m_3.2	4276
+m_1.17_m_2.19_m_3.1	4277
+m_1.17_m_2.11_m_3.4	4278
+m_1.17_m_2.11_m_3.9	4279
+m_1.17_m_2.11_m_3.10	4280
+m_1.17_m_2.29_m_3.4	4281
+m_1.17_m_2.29_m_3.9	4282
+m_1.17_m_2.29_m_3.10	4283
+m_1.17_m_2.9_m_3.12	4284
+m_1.17_m_2.9_m_3.7	4285
+m_1.17_m_2.9_m_3.14	4286
+m_1.17_m_2.9_m_3.19	4287
+m_1.17_m_2.9_m_3.18	4288
+m_1.17_m_2.15_m_3.3	4289
+m_1.17_m_2.15_m_3.7	4290
+m_1.17_m_2.15_m_3.14	4291
+m_1.17_m_2.15_m_3.19	4292
+m_1.17_m_2.15_m_3.5	4293
+m_1.17_m_2.15_m_3.18	4294
+m_1.17_m_2.4_m_3.6	4295
+m_1.17_m_2.16_m_3.13	4296
+m_1.17_m_2.7_m_3.17	4297
+m_1.17_m_2.8_m_3.13	4298
+m_1.17_m_2.8_m_3.8	4299
+m_1.17_m_2.8_m_3.17	4300
+m_1.17_m_2.13_m_3.15	4301
+m_1.17_m_2.14_m_3.13	4302
+m_1.17_m_2.14_m_3.11	4303
+m_1.17_m_2.14_m_3.15	4304
+m_1.17_m_2.14_m_3.16	4305
+m_1.3_m_2.19_m_3.1	4306
+m_1.3_m_2.29_m_3.4	4307
+m_1.3_m_2.29_m_3.9	4308
+m_1.3_m_2.29_m_3.10	4309
+m_1.3_m_2.9_m_3.12	4310
+m_1.3_m_2.9_m_3.14	4311
+m_1.3_m_2.9_m_3.19	4312
+m_1.3_m_2.9_m_3.18	4313
+m_1.3_m_2.15_m_3.3	4314
+m_1.3_m_2.15_m_3.14	4315
+m_1.3_m_2.15_m_3.19	4316
+m_1.3_m_2.15_m_3.5	4317
+m_1.3_m_2.15_m_3.18	4318
+m_1.3_m_2.20_m_3.2	4319
+m_1.3_m_2.4_m_3.6	4320
+m_1.3_m_2.16_m_3.13	4321
+m_1.3_m_2.7_m_3.17	4322
+m_1.3_m_2.8_m_3.13	4323
+m_1.3_m_2.8_m_3.8	4324
+m_1.3_m_2.8_m_3.17	4325
+m_1.3_m_2.13_m_3.15	4326
+m_1.3_m_2.14_m_3.13	4327
+m_1.3_m_2.14_m_3.11	4328
+m_1.3_m_2.14_m_3.15	4329
+m_1.3_m_2.14_m_3.16	4330
+m_1.4_m_2.19_m_3.1	4331
+m_1.4_m_2.29_m_3.4	4332
+m_1.4_m_2.29_m_3.9	4333
+m_1.4_m_2.29_m_3.10	4334
+m_1.4_m_2.9_m_3.12	4335
+m_1.4_m_2.9_m_3.14	4336
+m_1.4_m_2.9_m_3.19	4337
+m_1.4_m_2.9_m_3.18	4338
+m_1.4_m_2.15_m_3.3	4339
+m_1.4_m_2.15_m_3.14	4340
+m_1.4_m_2.15_m_3.19	4341
+m_1.4_m_2.15_m_3.5	4342
+m_1.4_m_2.15_m_3.18	4343
+m_1.4_m_2.20_m_3.2	4344
+m_1.4_m_2.4_m_3.6	4345
+m_1.4_m_2.16_m_3.13	4346
+m_1.4_m_2.7_m_3.17	4347
+m_1.4_m_2.8_m_3.13	4348
+m_1.4_m_2.8_m_3.8	4349
+m_1.4_m_2.8_m_3.17	4350
+m_1.4_m_2.13_m_3.15	4351
+m_1.4_m_2.14_m_3.13	4352
+m_1.4_m_2.14_m_3.11	4353
+m_1.4_m_2.14_m_3.15	4354
+m_1.4_m_2.14_m_3.16	4355
+m_1.5_m_2.19_m_3.1	4356
+m_1.5_m_2.30_m_3.4	4357
+m_1.5_m_2.30_m_3.9	4358
+m_1.5_m_2.30_m_3.10	4359
+m_1.5_m_2.3_m_3.3	4360
+m_1.5_m_2.3_m_3.12	4361
+m_1.5_m_2.3_m_3.7	4362
+m_1.5_m_2.3_m_3.5	4363
+m_1.5_m_2.3_m_3.18	4364
+m_1.5_m_2.4_m_3.6	4365
+m_1.5_m_2.16_m_3.13	4366
+m_1.5_m_2.8_m_3.13	4367
+m_1.5_m_2.14_m_3.13	4368
+m_1.9_m_2.19_m_3.1	4369
+m_1.9_m_2.18_m_3.4	4370
+m_1.9_m_2.18_m_3.9	4371
+m_1.9_m_2.18_m_3.10	4372
+m_1.9_m_2.9_m_3.12	4373
+m_1.9_m_2.9_m_3.14	4374
+m_1.9_m_2.9_m_3.19	4375
+m_1.9_m_2.9_m_3.18	4376
+m_1.9_m_2.15_m_3.3	4377
+m_1.9_m_2.15_m_3.14	4378
+m_1.9_m_2.15_m_3.19	4379
+m_1.9_m_2.15_m_3.5	4380
+m_1.9_m_2.15_m_3.18	4381
+m_1.9_m_2.4_m_3.6	4382
+m_1.9_m_2.16_m_3.13	4383
+m_1.9_m_2.8_m_3.13	4384
+m_1.9_m_2.14_m_3.13	4385
+m_1.10_m_2.1_m_3.1	4386
+m_1.10_m_2.30_m_3.4	4387
+m_1.10_m_2.30_m_3.9	4388
+m_1.10_m_2.30_m_3.10	4389
+m_1.10_m_2.17_m_3.3	4390
+m_1.10_m_2.17_m_3.12	4391
+m_1.10_m_2.17_m_3.14	4392
+m_1.10_m_2.17_m_3.19	4393
+m_1.10_m_2.17_m_3.5	4394
+m_1.10_m_2.17_m_3.18	4395
+m_1.10_m_2.4_m_3.6	4396
+m_1.10_m_2.16_m_3.13	4397
+m_1.10_m_2.8_m_3.13	4398
+m_1.10_m_2.14_m_3.13	4399
+m_1.13_m_2.19_m_3.1	4400
+m_1.13_m_2.30_m_3.4	4401
+m_1.13_m_2.30_m_3.9	4402
+m_1.13_m_2.30_m_3.10	4403
+m_1.13_m_2.17_m_3.3	4404
+m_1.13_m_2.17_m_3.12	4405
+m_1.13_m_2.17_m_3.7	4406
+m_1.13_m_2.17_m_3.5	4407
+m_1.13_m_2.17_m_3.18	4408
+m_1.13_m_2.4_m_3.6	4409
+m_1.13_m_2.16_m_3.13	4410
+m_1.13_m_2.8_m_3.13	4411
+m_1.13_m_2.14_m_3.13	4412
+m_1.14_m_2.19_m_3.1	4413
+m_1.14_m_2.11_m_3.4	4414
+m_1.14_m_2.11_m_3.9	4415
+m_1.14_m_2.11_m_3.10	4416
+m_1.14_m_2.17_m_3.3	4417
+m_1.14_m_2.17_m_3.12	4418
+m_1.14_m_2.17_m_3.14	4419
+m_1.14_m_2.17_m_3.19	4420
+m_1.14_m_2.17_m_3.5	4421
+m_1.14_m_2.17_m_3.18	4422
+m_1.14_m_2.4_m_3.6	4423
+m_1.14_m_2.16_m_3.13	4424
+m_1.14_m_2.8_m_3.13	4425
+m_1.14_m_2.14_m_3.13	4426
+m_1.16_m_2.19_m_3.1	4427
+m_1.16_m_2.24_m_3.4	4428
+m_1.16_m_2.24_m_3.9	4429
+m_1.16_m_2.24_m_3.10	4430
+m_1.16_m_2.17_m_3.3	4431
+m_1.16_m_2.17_m_3.12	4432
+m_1.16_m_2.17_m_3.14	4433
+m_1.16_m_2.17_m_3.19	4434
+m_1.16_m_2.17_m_3.5	4435
+m_1.16_m_2.17_m_3.18	4436
+m_1.16_m_2.4_m_3.6	4437
+m_1.16_m_2.16_m_3.13	4438
+m_1.16_m_2.8_m_3.13	4439
+m_1.16_m_2.14_m_3.13	4440
+m_1.18_m_2.19_m_3.1	4441
+m_1.18_m_2.11_m_3.4	4442
+m_1.18_m_2.11_m_3.9	4443
+m_1.18_m_2.11_m_3.10	4444
+m_1.18_m_2.30_m_3.4	4445
+m_1.18_m_2.30_m_3.9	4446
+m_1.18_m_2.30_m_3.10	4447
+m_1.18_m_2.29_m_3.4	4448
+m_1.18_m_2.29_m_3.9	4449
+m_1.18_m_2.29_m_3.10	4450
+m_1.18_m_2.17_m_3.3	4451
+m_1.18_m_2.17_m_3.12	4452
+m_1.18_m_2.17_m_3.7	4453
+m_1.18_m_2.17_m_3.14	4454
+m_1.18_m_2.17_m_3.19	4455
+m_1.18_m_2.17_m_3.5	4456
+m_1.18_m_2.17_m_3.18	4457
+m_1.18_m_2.9_m_3.12	4458
+m_1.18_m_2.9_m_3.14	4459
+m_1.18_m_2.9_m_3.19	4460
+m_1.18_m_2.9_m_3.18	4461
+m_1.18_m_2.15_m_3.3	4462
+m_1.18_m_2.15_m_3.14	4463
+m_1.18_m_2.15_m_3.19	4464
+m_1.18_m_2.15_m_3.5	4465
+m_1.18_m_2.15_m_3.18	4466
+m_1.18_m_2.4_m_3.6	4467
+m_1.18_m_2.16_m_3.13	4468
+m_1.18_m_2.8_m_3.13	4469
+m_1.18_m_2.14_m_3.13	4470
+m_1.8_m_2.2_m_3.2	4471
+m_1.8_m_2.7_m_3.17	4472
+m_1.8_m_2.8_m_3.8	4473
+m_1.8_m_2.8_m_3.17	4474
+m_1.8_m_2.13_m_3.15	4475
+m_1.8_m_2.14_m_3.11	4476
+m_1.8_m_2.14_m_3.15	4477
+m_1.8_m_2.14_m_3.16	4478
+m_1.11_m_2.2_m_3.2	4479
+m_1.11_m_2.20_m_3.2	4480
+m_1.15_m_2.7_m_3.17	4481
+m_1.15_m_2.8_m_3.8	4482
+m_1.15_m_2.8_m_3.17	4483
+m_1.15_m_2.13_m_3.15	4484
+m_1.15_m_2.14_m_3.11	4485
+m_1.15_m_2.14_m_3.15	4486
+m_1.15_m_2.14_m_3.16	4487
+m_1.2_m_2.6_m_3.1	4488
+m_1.2_m_2.10_m_3.4	4489
+m_1.2_m_2.10_m_3.9	4490
+m_1.2_m_2.10_m_3.10	4491
+m_1.2_m_2.4_m_3.6	4492
+m_1.20_m_2.6_m_3.1	4493
+m_1.20_m_2.10_m_3.4	4494
+m_1.20_m_2.10_m_3.9	4495
+m_1.20_m_2.10_m_3.10	4496
+m_1.20_m_2.4_m_3.6	4497
+m_1.12_m_2.5_m_3.18	4498
+m_1.12_m_2.12_m_3.3	4499
+m_1.12_m_2.12_m_3.12	4500
+m_1.12_m_2.12_m_3.14	4501
+m_1.12_m_2.12_m_3.19	4502
+m_1.12_m_2.12_m_3.5	4503
+m_1.12_m_2.12_m_3.18	4504
+m_1.12_m_2.20_m_3.2	4505
+m_1.12_m_2.16_m_3.13	4506
+m_1.12_m_2.7_m_3.17	4507
+m_1.12_m_2.8_m_3.13	4508
+m_1.12_m_2.8_m_3.8	4509
+m_1.12_m_2.8_m_3.17	4510
+m_1.12_m_2.13_m_3.15	4511
+m_1.12_m_2.14_m_3.13	4512
+m_1.12_m_2.14_m_3.11	4513
+m_1.12_m_2.14_m_3.15	4514
+m_1.12_m_2.14_m_3.16	4515
+m_1.19_m_2.5_m_3.18	4516
+m_1.19_m_2.12_m_3.3	4517
+m_1.19_m_2.12_m_3.12	4518
+m_1.19_m_2.12_m_3.14	4519
+m_1.19_m_2.12_m_3.19	4520
+m_1.19_m_2.12_m_3.5	4521
+m_1.19_m_2.12_m_3.18	4522
+m_1.19_m_2.20_m_3.2	4523
+m_1.19_m_2.16_m_3.13	4524
+m_1.19_m_2.7_m_3.17	4525
+m_1.19_m_2.8_m_3.13	4526
+m_1.19_m_2.8_m_3.8	4527
+m_1.19_m_2.8_m_3.17	4528
+m_1.19_m_2.13_m_3.15	4529
+m_1.19_m_2.14_m_3.13	4530
+m_1.19_m_2.14_m_3.11	4531
+m_1.19_m_2.14_m_3.15	4532
+m_1.19_m_2.14_m_3.16	4533
+n_1.1_n_2.1_n_3.1	4534
+n_1.1_n_2.11_n_3.9	4535
+n_1.1_n_2.11_n_3.13	4536
+n_1.1_n_2.11_n_3.4	4537
+n_1.1_n_2.11_n_3.6	4538
+n_1.1_n_2.11_n_3.18	4539
+n_1.1_n_2.19_n_3.2	4540
+n_1.1_n_2.3_n_3.15	4541
+n_1.1_n_2.4_n_3.3	4542
+n_1.1_n_2.7_n_3.7	4543
+n_1.1_n_2.23_n_3.22	4544
+n_1.1_n_2.6_n_3.5	4545
+n_1.1_n_2.8_n_3.14	4546
+n_1.1_n_2.14_n_3.8	4547
+n_1.1_n_2.14_n_3.16	4548
+n_1.1_n_2.15_n_3.19	4549
+n_1.1_n_2.15_n_3.21	4550
+n_1.1_n_2.15_n_3.10	4551
+n_1.1_n_2.15_n_3.16	4552
+n_1.4_n_2.1_n_3.1	4553
+n_1.4_n_2.17_n_3.9	4554
+n_1.4_n_2.18_n_3.13	4555
+n_1.4_n_2.18_n_3.4	4556
+n_1.4_n_2.20_n_3.18	4557
+n_1.4_n_2.22_n_3.13	4558
+n_1.4_n_2.22_n_3.6	4559
+n_1.4_n_2.22_n_3.18	4560
+n_1.4_n_2.2_n_3.2	4561
+n_1.4_n_2.16_n_3.15	4562
+n_1.4_n_2.4_n_3.3	4563
+n_1.4_n_2.7_n_3.7	4564
+n_1.4_n_2.23_n_3.22	4565
+n_1.4_n_2.6_n_3.5	4566
+n_1.4_n_2.8_n_3.14	4567
+n_1.4_n_2.14_n_3.8	4568
+n_1.4_n_2.14_n_3.16	4569
+n_1.4_n_2.15_n_3.19	4570
+n_1.4_n_2.15_n_3.21	4571
+n_1.4_n_2.15_n_3.10	4572
+n_1.4_n_2.15_n_3.16	4573
+n_1.6_n_2.1_n_3.1	4574
+n_1.6_n_2.17_n_3.9	4575
+n_1.6_n_2.18_n_3.13	4576
+n_1.6_n_2.18_n_3.4	4577
+n_1.6_n_2.20_n_3.18	4578
+n_1.6_n_2.22_n_3.13	4579
+n_1.6_n_2.22_n_3.6	4580
+n_1.6_n_2.22_n_3.18	4581
+n_1.15_n_2.4_n_3.3	4582
+n_1.21_n_2.19_n_3.2	4583
+n_1.22_n_2.3_n_3.15	4584
+n_1.22_n_2.7_n_3.7	4585
+n_1.22_n_2.23_n_3.22	4586
+n_1.22_n_2.6_n_3.5	4587
+n_1.22_n_2.8_n_3.14	4588
+n_1.22_n_2.9_n_3.8	4589
+n_1.22_n_2.9_n_3.16	4590
+n_1.22_n_2.15_n_3.19	4591
+n_1.22_n_2.15_n_3.21	4592
+n_1.22_n_2.15_n_3.10	4593
+n_1.22_n_2.15_n_3.16	4594
+n_1.10_n_2.4_n_3.3	4595
+n_1.18_n_2.1_n_3.1	4596
+n_1.18_n_2.18_n_3.13	4597
+n_1.18_n_2.18_n_3.4	4598
+n_1.18_n_2.12_n_3.1	4599
+n_1.18_n_2.12_n_3.13	4600
+n_1.18_n_2.12_n_3.12	4601
+n_1.14_n_2.17_n_3.9	4602
+n_1.14_n_2.20_n_3.18	4603
+n_1.14_n_2.22_n_3.13	4604
+n_1.14_n_2.22_n_3.6	4605
+n_1.14_n_2.22_n_3.18	4606
+n_1.14_n_2.12_n_3.9	4607
+n_1.14_n_2.12_n_3.13	4608
+n_1.14_n_2.12_n_3.11	4609
+n_1.14_n_2.12_n_3.20	4610
+n_1.14_n_2.12_n_3.17	4611
+n_1.17_n_2.9_n_3.8	4612
+n_1.17_n_2.14_n_3.8	4613
+n_1.24_n_2.19_n_3.2	4614
+n_1.24_n_2.24_n_3.2	4615
+n_1.25_n_2.3_n_3.15	4616
+n_1.25_n_2.16_n_3.15	4617
+n_1.25_n_2.7_n_3.7	4618
+n_1.25_n_2.23_n_3.22	4619
+n_1.25_n_2.6_n_3.5	4620
+n_1.25_n_2.8_n_3.14	4621
+n_1.25_n_2.9_n_3.16	4622
+n_1.25_n_2.14_n_3.16	4623
+n_1.25_n_2.10_n_3.19	4624
+n_1.25_n_2.10_n_3.21	4625
+n_1.25_n_2.10_n_3.10	4626
+n_1.25_n_2.10_n_3.16	4627
+n_1.25_n_2.15_n_3.19	4628
+n_1.25_n_2.15_n_3.21	4629
+n_1.25_n_2.15_n_3.10	4630
+n_1.25_n_2.15_n_3.16	4631
+n_1.3_n_2.1_n_3.1	4632
+n_1.3_n_2.17_n_3.9	4633
+n_1.3_n_2.18_n_3.13	4634
+n_1.3_n_2.18_n_3.4	4635
+n_1.3_n_2.20_n_3.18	4636
+n_1.3_n_2.22_n_3.13	4637
+n_1.3_n_2.22_n_3.6	4638
+n_1.3_n_2.22_n_3.18	4639
+n_1.3_n_2.24_n_3.2	4640
+n_1.3_n_2.16_n_3.15	4641
+n_1.3_n_2.4_n_3.3	4642
+n_1.3_n_2.7_n_3.7	4643
+n_1.3_n_2.23_n_3.22	4644
+n_1.3_n_2.6_n_3.5	4645
+n_1.3_n_2.8_n_3.14	4646
+n_1.3_n_2.14_n_3.8	4647
+n_1.3_n_2.14_n_3.16	4648
+n_1.3_n_2.15_n_3.19	4649
+n_1.3_n_2.15_n_3.21	4650
+n_1.3_n_2.15_n_3.10	4651
+n_1.3_n_2.15_n_3.16	4652
+n_1.5_n_2.1_n_3.1	4653
+n_1.5_n_2.17_n_3.9	4654
+n_1.5_n_2.18_n_3.13	4655
+n_1.5_n_2.18_n_3.4	4656
+n_1.5_n_2.20_n_3.18	4657
+n_1.5_n_2.22_n_3.13	4658
+n_1.5_n_2.22_n_3.6	4659
+n_1.5_n_2.22_n_3.18	4660
+n_1.5_n_2.12_n_3.1	4661
+n_1.5_n_2.12_n_3.9	4662
+n_1.5_n_2.12_n_3.13	4663
+n_1.5_n_2.12_n_3.12	4664
+n_1.5_n_2.12_n_3.11	4665
+n_1.5_n_2.12_n_3.20	4666
+n_1.5_n_2.12_n_3.17	4667
+n_1.19_n_2.19_n_3.2	4668
+n_1.19_n_2.24_n_3.2	4669
+n_1.19_n_2.3_n_3.15	4670
+n_1.19_n_2.16_n_3.15	4671
+n_1.19_n_2.4_n_3.3	4672
+n_1.19_n_2.7_n_3.7	4673
+n_1.19_n_2.23_n_3.22	4674
+n_1.19_n_2.6_n_3.5	4675
+n_1.19_n_2.8_n_3.14	4676
+n_1.19_n_2.9_n_3.8	4677
+n_1.19_n_2.9_n_3.16	4678
+n_1.19_n_2.15_n_3.19	4679
+n_1.19_n_2.15_n_3.21	4680
+n_1.19_n_2.15_n_3.10	4681
+n_1.19_n_2.15_n_3.16	4682
+n_1.7_n_2.1_n_3.1	4683
+n_1.7_n_2.17_n_3.9	4684
+n_1.7_n_2.18_n_3.13	4685
+n_1.7_n_2.18_n_3.4	4686
+n_1.7_n_2.20_n_3.18	4687
+n_1.7_n_2.22_n_3.13	4688
+n_1.7_n_2.22_n_3.6	4689
+n_1.7_n_2.22_n_3.18	4690
+n_1.7_n_2.24_n_3.2	4691
+n_1.7_n_2.16_n_3.15	4692
+n_1.7_n_2.4_n_3.3	4693
+n_1.7_n_2.7_n_3.7	4694
+n_1.7_n_2.23_n_3.22	4695
+n_1.7_n_2.6_n_3.5	4696
+n_1.7_n_2.8_n_3.14	4697
+n_1.7_n_2.14_n_3.8	4698
+n_1.7_n_2.14_n_3.16	4699
+n_1.7_n_2.10_n_3.19	4700
+n_1.7_n_2.10_n_3.21	4701
+n_1.7_n_2.10_n_3.10	4702
+n_1.7_n_2.10_n_3.16	4703
+n_1.9_n_2.1_n_3.1	4704
+n_1.9_n_2.17_n_3.9	4705
+n_1.9_n_2.18_n_3.13	4706
+n_1.9_n_2.18_n_3.4	4707
+n_1.9_n_2.20_n_3.18	4708
+n_1.9_n_2.22_n_3.13	4709
+n_1.9_n_2.22_n_3.6	4710
+n_1.9_n_2.22_n_3.18	4711
+n_1.9_n_2.19_n_3.2	4712
+n_1.9_n_2.3_n_3.15	4713
+n_1.9_n_2.4_n_3.3	4714
+n_1.9_n_2.7_n_3.7	4715
+n_1.9_n_2.23_n_3.22	4716
+n_1.9_n_2.6_n_3.5	4717
+n_1.9_n_2.8_n_3.14	4718
+n_1.9_n_2.14_n_3.8	4719
+n_1.9_n_2.14_n_3.16	4720
+n_1.9_n_2.15_n_3.19	4721
+n_1.9_n_2.15_n_3.21	4722
+n_1.9_n_2.15_n_3.10	4723
+n_1.9_n_2.15_n_3.16	4724
+n_1.11_n_2.3_n_3.15	4725
+n_1.11_n_2.16_n_3.15	4726
+n_1.23_n_2.1_n_3.1	4727
+n_1.23_n_2.17_n_3.9	4728
+n_1.23_n_2.18_n_3.13	4729
+n_1.23_n_2.18_n_3.4	4730
+n_1.23_n_2.20_n_3.18	4731
+n_1.23_n_2.22_n_3.13	4732
+n_1.23_n_2.22_n_3.6	4733
+n_1.23_n_2.22_n_3.18	4734
+n_1.23_n_2.5_n_3.1	4735
+n_1.23_n_2.5_n_3.9	4736
+n_1.23_n_2.5_n_3.13	4737
+n_1.23_n_2.5_n_3.12	4738
+n_1.23_n_2.5_n_3.11	4739
+n_1.23_n_2.5_n_3.20	4740
+n_1.23_n_2.5_n_3.17	4741
+n_1.23_n_2.12_n_3.1	4742
+n_1.23_n_2.12_n_3.9	4743
+n_1.23_n_2.12_n_3.13	4744
+n_1.23_n_2.12_n_3.12	4745
+n_1.23_n_2.12_n_3.11	4746
+n_1.23_n_2.12_n_3.20	4747
+n_1.23_n_2.12_n_3.17	4748
+n_1.23_n_2.19_n_3.2	4749
+n_1.23_n_2.24_n_3.2	4750
+n_1.23_n_2.4_n_3.3	4751
+n_1.23_n_2.7_n_3.7	4752
+n_1.23_n_2.23_n_3.22	4753
+n_1.23_n_2.6_n_3.5	4754
+n_1.23_n_2.8_n_3.14	4755
+n_1.23_n_2.14_n_3.8	4756
+n_1.23_n_2.14_n_3.16	4757
+n_1.23_n_2.10_n_3.19	4758
+n_1.23_n_2.10_n_3.21	4759
+n_1.23_n_2.10_n_3.10	4760
+n_1.23_n_2.10_n_3.16	4761
+n_1.23_n_2.15_n_3.19	4762
+n_1.23_n_2.15_n_3.21	4763
+n_1.23_n_2.15_n_3.10	4764
+n_1.23_n_2.15_n_3.16	4765
+n_1.8_n_2.1_n_3.1	4766
+n_1.8_n_2.17_n_3.9	4767
+n_1.8_n_2.18_n_3.13	4768
+n_1.8_n_2.18_n_3.4	4769
+n_1.8_n_2.20_n_3.18	4770
+n_1.8_n_2.22_n_3.13	4771
+n_1.8_n_2.22_n_3.6	4772
+n_1.8_n_2.22_n_3.18	4773
+n_1.8_n_2.24_n_3.2	4774
+n_1.8_n_2.16_n_3.15	4775
+n_1.8_n_2.4_n_3.3	4776
+n_1.8_n_2.7_n_3.7	4777
+n_1.8_n_2.23_n_3.22	4778
+n_1.8_n_2.6_n_3.5	4779
+n_1.8_n_2.8_n_3.14	4780
+n_1.8_n_2.14_n_3.8	4781
+n_1.8_n_2.14_n_3.16	4782
+n_1.8_n_2.15_n_3.19	4783
+n_1.8_n_2.15_n_3.21	4784
+n_1.8_n_2.15_n_3.10	4785
+n_1.8_n_2.15_n_3.16	4786
+n_1.12_n_2.1_n_3.1	4787
+n_1.12_n_2.17_n_3.9	4788
+n_1.12_n_2.18_n_3.13	4789
+n_1.12_n_2.18_n_3.4	4790
+n_1.12_n_2.20_n_3.18	4791
+n_1.12_n_2.22_n_3.13	4792
+n_1.12_n_2.22_n_3.6	4793
+n_1.12_n_2.22_n_3.18	4794
+n_1.12_n_2.5_n_3.1	4795
+n_1.12_n_2.5_n_3.9	4796
+n_1.12_n_2.5_n_3.13	4797
+n_1.12_n_2.5_n_3.12	4798
+n_1.12_n_2.5_n_3.11	4799
+n_1.12_n_2.5_n_3.20	4800
+n_1.12_n_2.5_n_3.17	4801
+n_1.12_n_2.24_n_3.2	4802
+n_1.12_n_2.16_n_3.15	4803
+n_1.12_n_2.4_n_3.3	4804
+n_1.12_n_2.7_n_3.7	4805
+n_1.12_n_2.23_n_3.22	4806
+n_1.12_n_2.6_n_3.5	4807
+n_1.12_n_2.8_n_3.14	4808
+n_1.12_n_2.14_n_3.8	4809
+n_1.12_n_2.14_n_3.16	4810
+n_1.12_n_2.15_n_3.19	4811
+n_1.12_n_2.15_n_3.21	4812
+n_1.12_n_2.15_n_3.10	4813
+n_1.12_n_2.15_n_3.16	4814
+n_1.13_n_2.1_n_3.1	4815
+n_1.13_n_2.17_n_3.9	4816
+n_1.13_n_2.18_n_3.13	4817
+n_1.13_n_2.18_n_3.4	4818
+n_1.13_n_2.20_n_3.18	4819
+n_1.13_n_2.22_n_3.13	4820
+n_1.13_n_2.22_n_3.6	4821
+n_1.13_n_2.22_n_3.18	4822
+n_1.13_n_2.24_n_3.2	4823
+n_1.13_n_2.16_n_3.15	4824
+n_1.13_n_2.4_n_3.3	4825
+n_1.13_n_2.7_n_3.7	4826
+n_1.13_n_2.23_n_3.22	4827
+n_1.13_n_2.6_n_3.5	4828
+n_1.13_n_2.8_n_3.14	4829
+n_1.13_n_2.14_n_3.8	4830
+n_1.13_n_2.14_n_3.16	4831
+n_1.13_n_2.15_n_3.19	4832
+n_1.13_n_2.15_n_3.21	4833
+n_1.13_n_2.15_n_3.10	4834
+n_1.13_n_2.15_n_3.16	4835
+n_1.20_n_2.12_n_3.1	4836
+n_1.20_n_2.12_n_3.9	4837
+n_1.20_n_2.12_n_3.13	4838
+n_1.20_n_2.12_n_3.12	4839
+n_1.20_n_2.12_n_3.11	4840
+n_1.20_n_2.12_n_3.20	4841
+n_1.20_n_2.12_n_3.17	4842
+n_1.20_n_2.24_n_3.2	4843
+n_1.20_n_2.16_n_3.15	4844
+n_1.20_n_2.4_n_3.3	4845
+n_1.20_n_2.7_n_3.7	4846
+n_1.20_n_2.23_n_3.22	4847
+n_1.20_n_2.6_n_3.5	4848
+n_1.20_n_2.8_n_3.14	4849
+n_1.20_n_2.14_n_3.8	4850
+n_1.20_n_2.14_n_3.16	4851
+n_1.20_n_2.15_n_3.19	4852
+n_1.20_n_2.15_n_3.21	4853
+n_1.20_n_2.15_n_3.10	4854
+n_1.20_n_2.15_n_3.16	4855
+n_1.2_n_2.21_n_3.1	4856
+n_1.2_n_2.21_n_3.9	4857
+n_1.2_n_2.21_n_3.13	4858
+n_1.2_n_2.21_n_3.12	4859
+n_1.2_n_2.21_n_3.11	4860
+n_1.2_n_2.21_n_3.20	4861
+n_1.2_n_2.21_n_3.17	4862
+n_1.2_n_2.24_n_3.2	4863
+n_1.2_n_2.16_n_3.15	4864
+n_1.2_n_2.4_n_3.3	4865
+n_1.2_n_2.7_n_3.7	4866
+n_1.2_n_2.23_n_3.22	4867
+n_1.2_n_2.6_n_3.5	4868
+n_1.2_n_2.8_n_3.14	4869
+n_1.2_n_2.14_n_3.8	4870
+n_1.2_n_2.14_n_3.16	4871
+n_1.2_n_2.15_n_3.19	4872
+n_1.2_n_2.15_n_3.21	4873
+n_1.2_n_2.15_n_3.10	4874
+n_1.2_n_2.15_n_3.16	4875
+n_1.16_n_2.13_n_3.1	4876
+n_1.16_n_2.13_n_3.9	4877
+n_1.16_n_2.13_n_3.13	4878
+n_1.16_n_2.13_n_3.12	4879
+n_1.16_n_2.13_n_3.11	4880
+n_1.16_n_2.13_n_3.20	4881
+n_1.16_n_2.13_n_3.17	4882
+n_1.16_n_2.21_n_3.1	4883
+n_1.16_n_2.21_n_3.9	4884
+n_1.16_n_2.21_n_3.13	4885
+n_1.16_n_2.21_n_3.12	4886
+n_1.16_n_2.21_n_3.11	4887
+n_1.16_n_2.21_n_3.20	4888
+n_1.16_n_2.21_n_3.17	4889
+n_1.16_n_2.24_n_3.2	4890
+n_1.16_n_2.16_n_3.15	4891
+n_1.16_n_2.4_n_3.3	4892
+n_1.16_n_2.7_n_3.7	4893
+n_1.16_n_2.23_n_3.22	4894
+n_1.16_n_2.6_n_3.5	4895
+n_1.16_n_2.8_n_3.14	4896
+n_1.16_n_2.14_n_3.8	4897
+n_1.16_n_2.14_n_3.16	4898
+n_1.16_n_2.15_n_3.19	4899
+n_1.16_n_2.15_n_3.21	4900
+n_1.16_n_2.15_n_3.10	4901
+n_1.16_n_2.15_n_3.16	4902
+nx_1.1_nx_2.2_nx_3.4	4903
+nx_1.4_nx_2.1_nx_3.2	4904
+nx_1.5_nx_2.4_nx_3.6	4905
+nx_1.6_nx_2.6_nx_3.7	4906
+nx_1.6_nx_2.3_nx_3.1	4907
+nx_1.6_nx_2.3_nx_3.8	4908
+nx_1.6_nx_2.5_nx_3.3	4909
+nx_1.6_nx_2.5_nx_3.5	4910
+nx_1.6_nx_2.5_nx_3.9	4911
+nx_1.6_nx_2.5_nx_3.10	4912
+nx_1.3_nx_2.1_nx_3.2	4913
+nx_1.3_nx_2.4_nx_3.6	4914
+nx_1.3_nx_2.6_nx_3.7	4915
+nx_1.3_nx_2.2_nx_3.4	4916
+nx_1.3_nx_2.3_nx_3.1	4917
+nx_1.3_nx_2.3_nx_3.8	4918
+nx_1.3_nx_2.5_nx_3.3	4919
+nx_1.3_nx_2.5_nx_3.5	4920
+nx_1.3_nx_2.5_nx_3.9	4921
+nx_1.3_nx_2.5_nx_3.10	4922
+nx_1.2_nx_2.1_nx_3.2	4923
+nx_1.2_nx_2.4_nx_3.6	4924
+nx_1.2_nx_2.6_nx_3.7	4925
+nx_1.2_nx_2.2_nx_3.4	4926
+nx_1.2_nx_2.3_nx_3.1	4927
+nx_1.2_nx_2.3_nx_3.8	4928
+nx_1.2_nx_2.5_nx_3.3	4929
+nx_1.2_nx_2.5_nx_3.5	4930
+nx_1.2_nx_2.5_nx_3.9	4931
+nx_1.2_nx_2.5_nx_3.10	4932
+ow_1.1_ow_2.17_ow_3.3	4933
+ow_1.32_ow_2.17_ow_3.3	4934
+ow_1.16_ow_2.3_ow_3.3	4935
+ow_1.16_ow_2.12_ow_3.3	4936
+ow_1.20_ow_2.12_ow_3.3	4937
+ow_1.14_ow_2.17_ow_3.3	4938
+ow_1.29_ow_2.17_ow_3.3	4939
+ow_1.2_ow_2.4_ow_3.5	4940
+ow_1.17_ow_2.14_ow_3.15	4941
+ow_1.17_ow_2.22_ow_3.19	4942
+ow_1.17_ow_2.22_ow_3.23	4943
+ow_1.17_ow_2.8_ow_3.17	4944
+ow_1.17_ow_2.9_ow_3.18	4945
+ow_1.17_ow_2.16_ow_3.15	4946
+ow_1.17_ow_2.16_ow_3.17	4947
+ow_1.17_ow_2.16_ow_3.10	4948
+ow_1.17_ow_2.16_ow_3.4	4949
+ow_1.17_ow_2.16_ow_3.8	4950
+ow_1.17_ow_2.4_ow_3.5	4951
+ow_1.17_ow_2.4_ow_3.14	4952
+ow_1.17_ow_2.4_ow_3.20	4953
+ow_1.17_ow_2.24_ow_3.9	4954
+ow_1.17_ow_2.24_ow_3.13	4955
+ow_1.17_ow_2.10_ow_3.6	4956
+ow_1.17_ow_2.10_ow_3.16	4957
+ow_1.17_ow_2.10_ow_3.21	4958
+ow_1.17_ow_2.10_ow_3.13	4959
+ow_1.5_ow_2.21_ow_3.23	4960
+ow_1.5_ow_2.22_ow_3.23	4961
+ow_1.5_ow_2.4_ow_3.5	4962
+ow_1.5_ow_2.4_ow_3.14	4963
+ow_1.5_ow_2.4_ow_3.20	4964
+ow_1.5_ow_2.23_ow_3.5	4965
+ow_1.5_ow_2.23_ow_3.14	4966
+ow_1.5_ow_2.23_ow_3.20	4967
+ow_1.35_ow_2.1_ow_3.24	4968
+ow_1.35_ow_2.14_ow_3.15	4969
+ow_1.35_ow_2.21_ow_3.19	4970
+ow_1.35_ow_2.21_ow_3.23	4971
+ow_1.35_ow_2.22_ow_3.19	4972
+ow_1.35_ow_2.22_ow_3.23	4973
+ow_1.35_ow_2.8_ow_3.17	4974
+ow_1.35_ow_2.9_ow_3.18	4975
+ow_1.35_ow_2.16_ow_3.24	4976
+ow_1.35_ow_2.16_ow_3.15	4977
+ow_1.35_ow_2.16_ow_3.17	4978
+ow_1.35_ow_2.16_ow_3.10	4979
+ow_1.35_ow_2.16_ow_3.4	4980
+ow_1.35_ow_2.16_ow_3.8	4981
+ow_1.35_ow_2.19_ow_3.9	4982
+ow_1.35_ow_2.19_ow_3.13	4983
+ow_1.35_ow_2.24_ow_3.9	4984
+ow_1.35_ow_2.24_ow_3.13	4985
+ow_1.35_ow_2.10_ow_3.6	4986
+ow_1.35_ow_2.10_ow_3.16	4987
+ow_1.35_ow_2.10_ow_3.21	4988
+ow_1.35_ow_2.10_ow_3.13	4989
+ow_1.6_ow_2.1_ow_3.1	4990
+ow_1.22_ow_2.21_ow_3.19	4991
+ow_1.22_ow_2.21_ow_3.23	4992
+ow_1.22_ow_2.8_ow_3.17	4993
+ow_1.22_ow_2.9_ow_3.18	4994
+ow_1.22_ow_2.16_ow_3.1	4995
+ow_1.22_ow_2.16_ow_3.17	4996
+ow_1.22_ow_2.16_ow_3.10	4997
+ow_1.22_ow_2.16_ow_3.4	4998
+ow_1.22_ow_2.16_ow_3.8	4999
+ow_1.22_ow_2.15_ow_3.5	5000
+ow_1.22_ow_2.15_ow_3.14	5001
+ow_1.22_ow_2.15_ow_3.20	5002
+ow_1.22_ow_2.19_ow_3.9	5003
+ow_1.22_ow_2.19_ow_3.13	5004
+ow_1.22_ow_2.10_ow_3.6	5005
+ow_1.22_ow_2.10_ow_3.16	5006
+ow_1.22_ow_2.10_ow_3.21	5007
+ow_1.22_ow_2.10_ow_3.13	5008
+ow_1.8_ow_2.14_ow_3.15	5009
+ow_1.26_ow_2.14_ow_3.15	5010
+ow_1.10_ow_2.20_ow_3.19	5011
+ow_1.10_ow_2.11_ow_3.4	5012
+ow_1.10_ow_2.13_ow_3.4	5013
+ow_1.10_ow_2.22_ow_3.19	5014
+ow_1.10_ow_2.16_ow_3.4	5015
+ow_1.10_ow_2.24_ow_3.9	5016
+ow_1.10_ow_2.10_ow_3.16	5017
+ow_1.10_ow_2.10_ow_3.21	5018
+ow_1.34_ow_2.20_ow_3.23	5019
+ow_1.34_ow_2.11_ow_3.15	5020
+ow_1.34_ow_2.11_ow_3.17	5021
+ow_1.34_ow_2.11_ow_3.10	5022
+ow_1.34_ow_2.11_ow_3.18	5023
+ow_1.34_ow_2.11_ow_3.8	5024
+ow_1.34_ow_2.13_ow_3.15	5025
+ow_1.34_ow_2.13_ow_3.17	5026
+ow_1.34_ow_2.13_ow_3.10	5027
+ow_1.34_ow_2.13_ow_3.18	5028
+ow_1.34_ow_2.13_ow_3.8	5029
+ow_1.34_ow_2.22_ow_3.23	5030
+ow_1.34_ow_2.8_ow_3.17	5031
+ow_1.34_ow_2.9_ow_3.18	5032
+ow_1.34_ow_2.16_ow_3.15	5033
+ow_1.34_ow_2.16_ow_3.17	5034
+ow_1.34_ow_2.16_ow_3.10	5035
+ow_1.34_ow_2.16_ow_3.8	5036
+ow_1.34_ow_2.23_ow_3.5	5037
+ow_1.34_ow_2.23_ow_3.14	5038
+ow_1.34_ow_2.23_ow_3.20	5039
+ow_1.34_ow_2.24_ow_3.13	5040
+ow_1.34_ow_2.10_ow_3.6	5041
+ow_1.34_ow_2.10_ow_3.21	5042
+ow_1.34_ow_2.10_ow_3.13	5043
+ow_1.21_ow_2.22_ow_3.19	5044
+ow_1.21_ow_2.22_ow_3.23	5045
+ow_1.21_ow_2.8_ow_3.17	5046
+ow_1.21_ow_2.9_ow_3.18	5047
+ow_1.21_ow_2.16_ow_3.15	5048
+ow_1.21_ow_2.16_ow_3.17	5049
+ow_1.21_ow_2.16_ow_3.10	5050
+ow_1.21_ow_2.16_ow_3.4	5051
+ow_1.21_ow_2.16_ow_3.8	5052
+ow_1.21_ow_2.4_ow_3.5	5053
+ow_1.21_ow_2.4_ow_3.14	5054
+ow_1.21_ow_2.4_ow_3.20	5055
+ow_1.21_ow_2.23_ow_3.5	5056
+ow_1.21_ow_2.23_ow_3.14	5057
+ow_1.21_ow_2.23_ow_3.20	5058
+ow_1.21_ow_2.24_ow_3.9	5059
+ow_1.21_ow_2.24_ow_3.13	5060
+ow_1.21_ow_2.10_ow_3.6	5061
+ow_1.21_ow_2.10_ow_3.16	5062
+ow_1.21_ow_2.10_ow_3.21	5063
+ow_1.21_ow_2.10_ow_3.13	5064
+ow_1.3_ow_2.18_ow_3.12	5065
+ow_1.3_ow_2.18_ow_3.24	5066
+ow_1.13_ow_2.6_ow_3.15	5067
+ow_1.13_ow_2.14_ow_3.15	5068
+ow_1.25_ow_2.14_ow_3.15	5069
+ow_1.30_ow_2.14_ow_3.15	5070
+ow_1.4_ow_2.2_ow_3.22	5071
+ow_1.24_ow_2.2_ow_3.19	5072
+ow_1.24_ow_2.2_ow_3.22	5073
+ow_1.24_ow_2.13_ow_3.15	5074
+ow_1.24_ow_2.13_ow_3.17	5075
+ow_1.24_ow_2.13_ow_3.10	5076
+ow_1.24_ow_2.13_ow_3.4	5077
+ow_1.24_ow_2.13_ow_3.18	5078
+ow_1.24_ow_2.13_ow_3.8	5079
+ow_1.24_ow_2.23_ow_3.5	5080
+ow_1.24_ow_2.23_ow_3.14	5081
+ow_1.24_ow_2.23_ow_3.20	5082
+ow_1.24_ow_2.24_ow_3.9	5083
+ow_1.24_ow_2.24_ow_3.13	5084
+ow_1.24_ow_2.10_ow_3.6	5085
+ow_1.24_ow_2.10_ow_3.16	5086
+ow_1.24_ow_2.10_ow_3.21	5087
+ow_1.24_ow_2.10_ow_3.13	5088
+ow_1.7_ow_2.7_ow_3.7	5089
+ow_1.12_ow_2.21_ow_3.11	5090
+ow_1.12_ow_2.21_ow_3.19	5091
+ow_1.12_ow_2.21_ow_3.23	5092
+ow_1.18_ow_2.22_ow_3.19	5093
+ow_1.18_ow_2.22_ow_3.23	5094
+ow_1.27_ow_2.20_ow_3.19	5095
+ow_1.27_ow_2.20_ow_3.23	5096
+ow_1.27_ow_2.22_ow_3.19	5097
+ow_1.27_ow_2.22_ow_3.23	5098
+ow_1.9_ow_2.8_ow_3.17	5099
+ow_1.9_ow_2.9_ow_3.18	5100
+ow_1.9_ow_2.16_ow_3.15	5101
+ow_1.9_ow_2.16_ow_3.17	5102
+ow_1.9_ow_2.16_ow_3.10	5103
+ow_1.9_ow_2.16_ow_3.4	5104
+ow_1.9_ow_2.16_ow_3.8	5105
+ow_1.9_ow_2.23_ow_3.5	5106
+ow_1.9_ow_2.23_ow_3.14	5107
+ow_1.9_ow_2.23_ow_3.20	5108
+ow_1.9_ow_2.5_ow_3.9	5109
+ow_1.9_ow_2.5_ow_3.13	5110
+ow_1.9_ow_2.10_ow_3.6	5111
+ow_1.9_ow_2.10_ow_3.16	5112
+ow_1.9_ow_2.10_ow_3.21	5113
+ow_1.9_ow_2.10_ow_3.13	5114
+ow_1.11_ow_2.15_ow_3.5	5115
+ow_1.11_ow_2.15_ow_3.14	5116
+ow_1.11_ow_2.15_ow_3.20	5117
+ow_1.31_ow_2.23_ow_3.5	5118
+ow_1.31_ow_2.23_ow_3.14	5119
+ow_1.31_ow_2.23_ow_3.20	5120
+ow_1.15_ow_2.13_ow_3.18	5121
+ow_1.15_ow_2.9_ow_3.18	5122
+ow_1.19_ow_2.8_ow_3.2	5123
+ow_1.33_ow_2.16_ow_3.15	5124
+ow_1.33_ow_2.16_ow_3.2	5125
+ow_1.33_ow_2.16_ow_3.10	5126
+ow_1.33_ow_2.16_ow_3.4	5127
+ow_1.33_ow_2.16_ow_3.8	5128
+ow_1.33_ow_2.24_ow_3.9	5129
+ow_1.33_ow_2.24_ow_3.13	5130
+ow_1.33_ow_2.10_ow_3.6	5131
+ow_1.33_ow_2.10_ow_3.16	5132
+ow_1.33_ow_2.10_ow_3.21	5133
+ow_1.33_ow_2.10_ow_3.13	5134
+ow_1.23_ow_2.13_ow_3.15	5135
+ow_1.23_ow_2.13_ow_3.17	5136
+ow_1.23_ow_2.13_ow_3.10	5137
+ow_1.23_ow_2.13_ow_3.4	5138
+ow_1.23_ow_2.13_ow_3.8	5139
+ow_1.23_ow_2.8_ow_3.17	5140
+ow_1.23_ow_2.16_ow_3.15	5141
+ow_1.23_ow_2.16_ow_3.17	5142
+ow_1.23_ow_2.16_ow_3.10	5143
+ow_1.23_ow_2.16_ow_3.4	5144
+ow_1.23_ow_2.16_ow_3.8	5145
+ow_1.23_ow_2.24_ow_3.9	5146
+ow_1.23_ow_2.24_ow_3.13	5147
+ow_1.23_ow_2.10_ow_3.6	5148
+ow_1.23_ow_2.10_ow_3.16	5149
+ow_1.23_ow_2.10_ow_3.21	5150
+ow_1.23_ow_2.10_ow_3.13	5151
+ow_1.28_ow_2.13_ow_3.15	5152
+ow_1.28_ow_2.13_ow_3.17	5153
+ow_1.28_ow_2.13_ow_3.10	5154
+ow_1.28_ow_2.13_ow_3.4	5155
+ow_1.28_ow_2.13_ow_3.8	5156
+ow_1.28_ow_2.8_ow_3.17	5157
+ow_1.28_ow_2.16_ow_3.12	5158
+ow_1.28_ow_2.16_ow_3.24	5159
+ow_1.28_ow_2.16_ow_3.15	5160
+ow_1.28_ow_2.16_ow_3.17	5161
+ow_1.28_ow_2.16_ow_3.10	5162
+ow_1.28_ow_2.16_ow_3.4	5163
+ow_1.28_ow_2.16_ow_3.7	5164
+ow_1.28_ow_2.16_ow_3.8	5165
+ow_1.28_ow_2.19_ow_3.9	5166
+ow_1.28_ow_2.19_ow_3.13	5167
+ow_1.28_ow_2.24_ow_3.9	5168
+ow_1.28_ow_2.24_ow_3.13	5169
+ow_1.28_ow_2.10_ow_3.6	5170
+ow_1.28_ow_2.10_ow_3.16	5171
+ow_1.28_ow_2.10_ow_3.21	5172
+ow_1.28_ow_2.10_ow_3.13	5173
+oy_1.1_oy_2.2_oy_3.1	5174
+oy_1.1_oy_2.2_oy_3.2	5175
+oy_1.1_oy_2.2_oy_3.3	5176
+oy_1.1_oy_2.2_oy_3.4	5177
+oy_1.1_oy_2.3_oy_3.1	5178
+oy_1.1_oy_2.3_oy_3.2	5179
+oy_1.1_oy_2.3_oy_3.3	5180
+oy_1.1_oy_2.3_oy_3.4	5181
+oy_1.4_oy_2.1_oy_3.1	5182
+oy_1.4_oy_2.4_oy_3.1	5183
+oy_1.4_oy_2.4_oy_3.2	5184
+oy_1.4_oy_2.4_oy_3.3	5185
+oy_1.4_oy_2.4_oy_3.4	5186
+oy_1.4_oy_2.3_oy_3.1	5187
+oy_1.4_oy_2.3_oy_3.2	5188
+oy_1.4_oy_2.3_oy_3.3	5189
+oy_1.4_oy_2.3_oy_3.4	5190
+oy_1.2_oy_2.3_oy_3.1	5191
+oy_1.2_oy_2.3_oy_3.2	5192
+oy_1.2_oy_2.3_oy_3.3	5193
+oy_1.2_oy_2.3_oy_3.4	5194
+oy_1.3_oy_2.1_oy_3.1	5195
+oy_1.3_oy_2.3_oy_3.1	5196
+oy_1.5_oy_2.4_oy_3.1	5197
+oy_1.5_oy_2.4_oy_3.2	5198
+oy_1.5_oy_2.4_oy_3.3	5199
+oy_1.5_oy_2.4_oy_3.4	5200
+oy_1.5_oy_2.3_oy_3.1	5201
+oy_1.5_oy_2.3_oy_3.2	5202
+oy_1.5_oy_2.3_oy_3.3	5203
+oy_1.5_oy_2.3_oy_3.4	5204
+p_1.1_p_2.5_p_3.8	5205
+p_1.1_p_2.8_p_3.8	5206
+p_1.1_p_2.9_p_3.1	5207
+p_1.1_p_2.9_p_3.9	5208
+p_1.1_p_2.4_p_3.2	5209
+p_1.1_p_2.6_p_3.4	5210
+p_1.1_p_2.6_p_3.7	5211
+p_1.1_p_2.6_p_3.10	5212
+p_1.1_p_2.6_p_3.6	5213
+p_1.1_p_2.3_p_3.3	5214
+p_1.1_p_2.7_p_3.11	5215
+p_1.3_p_2.5_p_3.8	5216
+p_1.3_p_2.8_p_3.8	5217
+p_1.3_p_2.9_p_3.1	5218
+p_1.3_p_2.9_p_3.9	5219
+p_1.3_p_2.4_p_3.2	5220
+p_1.3_p_2.6_p_3.4	5221
+p_1.3_p_2.6_p_3.7	5222
+p_1.3_p_2.6_p_3.10	5223
+p_1.3_p_2.6_p_3.6	5224
+p_1.3_p_2.3_p_3.3	5225
+p_1.3_p_2.7_p_3.11	5226
+p_1.4_p_2.5_p_3.8	5227
+p_1.4_p_2.8_p_3.8	5228
+p_1.4_p_2.9_p_3.1	5229
+p_1.4_p_2.9_p_3.9	5230
+p_1.4_p_2.4_p_3.2	5231
+p_1.4_p_2.6_p_3.4	5232
+p_1.4_p_2.6_p_3.7	5233
+p_1.4_p_2.6_p_3.10	5234
+p_1.4_p_2.6_p_3.6	5235
+p_1.7_p_2.5_p_3.8	5236
+p_1.7_p_2.8_p_3.8	5237
+p_1.7_p_2.9_p_3.1	5238
+p_1.7_p_2.9_p_3.9	5239
+p_1.7_p_2.4_p_3.2	5240
+p_1.7_p_2.6_p_3.4	5241
+p_1.7_p_2.6_p_3.7	5242
+p_1.7_p_2.6_p_3.10	5243
+p_1.7_p_2.6_p_3.6	5244
+p_1.6_p_2.5_p_3.8	5245
+p_1.6_p_2.8_p_3.8	5246
+p_1.6_p_2.9_p_3.1	5247
+p_1.6_p_2.9_p_3.9	5248
+p_1.6_p_2.4_p_3.2	5249
+p_1.6_p_2.6_p_3.4	5250
+p_1.6_p_2.6_p_3.7	5251
+p_1.6_p_2.6_p_3.10	5252
+p_1.6_p_2.6_p_3.6	5253
+p_1.8_p_2.5_p_3.8	5254
+p_1.8_p_2.8_p_3.8	5255
+p_1.8_p_2.9_p_3.1	5256
+p_1.8_p_2.9_p_3.9	5257
+p_1.8_p_2.4_p_3.2	5258
+p_1.8_p_2.6_p_3.4	5259
+p_1.8_p_2.6_p_3.7	5260
+p_1.8_p_2.6_p_3.10	5261
+p_1.8_p_2.6_p_3.6	5262
+p_1.9_p_2.5_p_3.8	5263
+p_1.9_p_2.8_p_3.8	5264
+p_1.9_p_2.9_p_3.1	5265
+p_1.9_p_2.9_p_3.9	5266
+p_1.9_p_2.4_p_3.2	5267
+p_1.9_p_2.6_p_3.4	5268
+p_1.9_p_2.6_p_3.7	5269
+p_1.9_p_2.6_p_3.10	5270
+p_1.9_p_2.6_p_3.6	5271
+p_1.10_p_2.5_p_3.8	5272
+p_1.10_p_2.8_p_3.8	5273
+p_1.10_p_2.9_p_3.1	5274
+p_1.10_p_2.9_p_3.9	5275
+p_1.10_p_2.4_p_3.2	5276
+p_1.10_p_2.6_p_3.4	5277
+p_1.10_p_2.6_p_3.7	5278
+p_1.10_p_2.6_p_3.10	5279
+p_1.10_p_2.6_p_3.6	5280
+p_1.5_p_2.3_p_3.3	5281
+p_1.5_p_2.7_p_3.11	5282
+p_1.2_p_2.5_p_3.8	5283
+p_1.2_p_2.8_p_3.8	5284
+p_1.2_p_2.9_p_3.1	5285
+p_1.2_p_2.9_p_3.5	5286
+p_1.2_p_2.9_p_3.9	5287
+p_1.2_p_2.4_p_3.2	5288
+p_1.2_p_2.6_p_3.4	5289
+p_1.2_p_2.6_p_3.7	5290
+p_1.2_p_2.6_p_3.10	5291
+p_1.2_p_2.6_p_3.6	5292
+p_1.2_p_2.3_p_3.3	5293
+p_1.2_p_2.7_p_3.11	5294
+p_1.11_p_2.1_p_3.1	5295
+p_1.11_p_2.1_p_3.8	5296
+p_1.11_p_2.1_p_3.9	5297
+p_1.11_p_2.5_p_3.8	5298
+p_1.11_p_2.8_p_3.8	5299
+p_1.11_p_2.9_p_3.1	5300
+p_1.11_p_2.9_p_3.9	5301
+p_1.11_p_2.2_p_3.2	5302
+p_1.11_p_2.2_p_3.4	5303
+p_1.11_p_2.2_p_3.7	5304
+p_1.11_p_2.2_p_3.10	5305
+p_1.11_p_2.2_p_3.6	5306
+p_1.11_p_2.4_p_3.2	5307
+p_1.11_p_2.6_p_3.4	5308
+p_1.11_p_2.6_p_3.7	5309
+p_1.11_p_2.6_p_3.10	5310
+p_1.11_p_2.6_p_3.6	5311
+p_1.11_p_2.3_p_3.3	5312
+p_1.11_p_2.7_p_3.11	5313
+r_1.1_r_2.4_r_3.9	5314
+r_1.30_r_2.25_r_3.16	5315
+r_1.30_r_2.30_r_3.6	5316
+r_1.30_r_2.30_r_3.26	5317
+r_1.30_r_2.30_r_3.20	5318
+r_1.14_r_2.7_r_3.2	5319
+r_1.22_r_2.11_r_3.36	5320
+r_1.39_r_2.11_r_3.34	5321
+r_1.39_r_2.11_r_3.8	5322
+r_1.39_r_2.11_r_3.11	5323
+r_1.39_r_2.19_r_3.3	5324
+r_1.39_r_2.19_r_3.12	5325
+r_1.39_r_2.19_r_3.24	5326
+r_1.32_r_2.13_r_3.30	5327
+r_1.32_r_2.13_r_3.29	5328
+r_1.32_r_2.13_r_3.10	5329
+r_1.32_r_2.22_r_3.5	5330
+r_1.32_r_2.34_r_3.26	5331
+r_1.32_r_2.34_r_3.20	5332
+r_1.32_r_2.45_r_3.13	5333
+r_1.32_r_2.45_r_3.30	5334
+r_1.32_r_2.45_r_3.29	5335
+r_1.32_r_2.45_r_3.14	5336
+r_1.32_r_2.45_r_3.20	5337
+r_1.4_r_2.20_r_3.4	5338
+r_1.4_r_2.37_r_3.27	5339
+r_1.4_r_2.37_r_3.3	5340
+r_1.4_r_2.37_r_3.24	5341
+r_1.4_r_2.8_r_3.24	5342
+r_1.4_r_2.29_r_3.12	5343
+r_1.4_r_2.29_r_3.24	5344
+r_1.4_r_2.28_r_3.8	5345
+r_1.4_r_2.28_r_3.11	5346
+r_1.4_r_2.28_r_3.12	5347
+r_1.4_r_2.28_r_3.24	5348
+r_1.4_r_2.6_r_3.30	5349
+r_1.4_r_2.6_r_3.29	5350
+r_1.4_r_2.6_r_3.10	5351
+r_1.4_r_2.47_r_3.2	5352
+r_1.4_r_2.23_r_3.5	5353
+r_1.4_r_2.23_r_3.9	5354
+r_1.4_r_2.23_r_3.13	5355
+r_1.4_r_2.23_r_3.30	5356
+r_1.4_r_2.23_r_3.6	5357
+r_1.4_r_2.23_r_3.16	5358
+r_1.4_r_2.23_r_3.26	5359
+r_1.4_r_2.23_r_3.29	5360
+r_1.4_r_2.23_r_3.14	5361
+r_1.4_r_2.23_r_3.23	5362
+r_1.12_r_2.12_r_3.5	5363
+r_1.18_r_2.1_r_3.24	5364
+r_1.18_r_2.49_r_3.3	5365
+r_1.18_r_2.49_r_3.12	5366
+r_1.18_r_2.49_r_3.24	5367
+r_1.18_r_2.49_r_3.13	5368
+r_1.18_r_2.49_r_3.30	5369
+r_1.18_r_2.27_r_3.7	5370
+r_1.18_r_2.27_r_3.36	5371
+r_1.18_r_2.27_r_3.8	5372
+r_1.18_r_2.27_r_3.11	5373
+r_1.18_r_2.27_r_3.12	5374
+r_1.18_r_2.27_r_3.24	5375
+r_1.18_r_2.40_r_3.9	5376
+r_1.18_r_2.40_r_3.30	5377
+r_1.29_r_2.15_r_3.23	5378
+r_1.29_r_2.39_r_3.10	5379
+r_1.29_r_2.39_r_3.14	5380
+r_1.29_r_2.39_r_3.23	5381
+r_1.29_r_2.21_r_3.2	5382
+r_1.29_r_2.40_r_3.6	5383
+r_1.29_r_2.40_r_3.16	5384
+r_1.29_r_2.40_r_3.26	5385
+r_1.29_r_2.40_r_3.29	5386
+r_1.29_r_2.40_r_3.23	5387
+r_1.3_r_2.42_r_3.1	5388
+r_1.3_r_2.42_r_3.4	5389
+r_1.3_r_2.42_r_3.3	5390
+r_1.3_r_2.42_r_3.24	5391
+r_1.15_r_2.3_r_3.27	5392
+r_1.15_r_2.3_r_3.4	5393
+r_1.15_r_2.3_r_3.3	5394
+r_1.15_r_2.3_r_3.24	5395
+r_1.23_r_2.20_r_3.4	5396
+r_1.23_r_2.37_r_3.27	5397
+r_1.23_r_2.37_r_3.3	5398
+r_1.23_r_2.37_r_3.24	5399
+r_1.10_r_2.8_r_3.24	5400
+r_1.10_r_2.29_r_3.12	5401
+r_1.10_r_2.29_r_3.24	5402
+r_1.34_r_2.8_r_3.24	5403
+r_1.34_r_2.29_r_3.12	5404
+r_1.34_r_2.29_r_3.24	5405
+r_1.26_r_2.17_r_3.25	5406
+r_1.26_r_2.17_r_3.22	5407
+r_1.26_r_2.17_r_3.12	5408
+r_1.26_r_2.17_r_3.24	5409
+r_1.26_r_2.28_r_3.25	5410
+r_1.26_r_2.28_r_3.31	5411
+r_1.26_r_2.28_r_3.32	5412
+r_1.26_r_2.28_r_3.12	5413
+r_1.26_r_2.28_r_3.24	5414
+r_1.7_r_2.6_r_3.30	5415
+r_1.7_r_2.6_r_3.29	5416
+r_1.7_r_2.6_r_3.10	5417
+r_1.7_r_2.47_r_3.2	5418
+r_1.7_r_2.23_r_3.5	5419
+r_1.7_r_2.23_r_3.9	5420
+r_1.7_r_2.23_r_3.13	5421
+r_1.7_r_2.23_r_3.30	5422
+r_1.7_r_2.23_r_3.6	5423
+r_1.7_r_2.23_r_3.16	5424
+r_1.7_r_2.23_r_3.26	5425
+r_1.7_r_2.23_r_3.29	5426
+r_1.7_r_2.23_r_3.14	5427
+r_1.7_r_2.23_r_3.23	5428
+r_1.20_r_2.18_r_3.2	5429
+r_1.20_r_2.47_r_3.2	5430
+r_1.38_r_2.6_r_3.30	5431
+r_1.38_r_2.6_r_3.29	5432
+r_1.38_r_2.6_r_3.10	5433
+r_1.38_r_2.23_r_3.5	5434
+r_1.38_r_2.23_r_3.9	5435
+r_1.38_r_2.23_r_3.13	5436
+r_1.38_r_2.23_r_3.30	5437
+r_1.38_r_2.23_r_3.6	5438
+r_1.38_r_2.23_r_3.16	5439
+r_1.38_r_2.23_r_3.26	5440
+r_1.38_r_2.23_r_3.29	5441
+r_1.38_r_2.23_r_3.14	5442
+r_1.38_r_2.23_r_3.23	5443
+r_1.5_r_2.9_r_3.34	5444
+r_1.5_r_2.9_r_3.36	5445
+r_1.5_r_2.9_r_3.3	5446
+r_1.5_r_2.9_r_3.24	5447
+r_1.35_r_2.26_r_3.34	5448
+r_1.35_r_2.26_r_3.36	5449
+r_1.35_r_2.41_r_3.3	5450
+r_1.35_r_2.41_r_3.24	5451
+r_1.35_r_2.14_r_3.34	5452
+r_1.35_r_2.14_r_3.36	5453
+r_1.35_r_2.14_r_3.3	5454
+r_1.35_r_2.14_r_3.24	5455
+r_1.21_r_2.9_r_3.25	5456
+r_1.21_r_2.9_r_3.31	5457
+r_1.21_r_2.9_r_3.32	5458
+r_1.21_r_2.9_r_3.12	5459
+r_1.21_r_2.9_r_3.24	5460
+r_1.21_r_2.48_r_3.25	5461
+r_1.21_r_2.48_r_3.31	5462
+r_1.21_r_2.48_r_3.32	5463
+r_1.21_r_2.41_r_3.12	5464
+r_1.21_r_2.41_r_3.24	5465
+r_1.21_r_2.8_r_3.24	5466
+r_1.21_r_2.29_r_3.12	5467
+r_1.21_r_2.29_r_3.24	5468
+r_1.21_r_2.28_r_3.25	5469
+r_1.21_r_2.28_r_3.31	5470
+r_1.21_r_2.28_r_3.32	5471
+r_1.21_r_2.28_r_3.12	5472
+r_1.21_r_2.28_r_3.24	5473
+r_1.9_r_2.6_r_3.30	5474
+r_1.9_r_2.6_r_3.29	5475
+r_1.9_r_2.6_r_3.10	5476
+r_1.9_r_2.47_r_3.2	5477
+r_1.9_r_2.23_r_3.5	5478
+r_1.9_r_2.23_r_3.9	5479
+r_1.9_r_2.23_r_3.13	5480
+r_1.9_r_2.23_r_3.30	5481
+r_1.9_r_2.23_r_3.6	5482
+r_1.9_r_2.23_r_3.16	5483
+r_1.9_r_2.23_r_3.26	5484
+r_1.9_r_2.23_r_3.29	5485
+r_1.9_r_2.23_r_3.14	5486
+r_1.9_r_2.23_r_3.23	5487
+r_1.16_r_2.4_r_3.9	5488
+r_1.16_r_2.25_r_3.16	5489
+r_1.16_r_2.30_r_3.6	5490
+r_1.16_r_2.30_r_3.26	5491
+r_1.16_r_2.30_r_3.20	5492
+r_1.16_r_2.38_r_3.6	5493
+r_1.16_r_2.38_r_3.26	5494
+r_1.16_r_2.38_r_3.23	5495
+r_1.16_r_2.7_r_3.2	5496
+r_1.16_r_2.43_r_3.2	5497
+r_1.16_r_2.9_r_3.5	5498
+r_1.16_r_2.9_r_3.13	5499
+r_1.16_r_2.9_r_3.30	5500
+r_1.16_r_2.9_r_3.26	5501
+r_1.16_r_2.9_r_3.29	5502
+r_1.16_r_2.9_r_3.10	5503
+r_1.16_r_2.9_r_3.14	5504
+r_1.16_r_2.9_r_3.23	5505
+r_1.16_r_2.13_r_3.30	5506
+r_1.16_r_2.13_r_3.29	5507
+r_1.16_r_2.13_r_3.10	5508
+r_1.16_r_2.22_r_3.5	5509
+r_1.16_r_2.34_r_3.26	5510
+r_1.16_r_2.34_r_3.20	5511
+r_1.16_r_2.34_r_3.23	5512
+r_1.16_r_2.45_r_3.13	5513
+r_1.16_r_2.45_r_3.30	5514
+r_1.16_r_2.45_r_3.29	5515
+r_1.16_r_2.45_r_3.14	5516
+r_1.16_r_2.45_r_3.20	5517
+r_1.16_r_2.45_r_3.23	5518
+r_1.16_r_2.6_r_3.30	5519
+r_1.16_r_2.6_r_3.29	5520
+r_1.16_r_2.6_r_3.10	5521
+r_1.16_r_2.47_r_3.2	5522
+r_1.16_r_2.23_r_3.5	5523
+r_1.16_r_2.23_r_3.9	5524
+r_1.16_r_2.23_r_3.13	5525
+r_1.16_r_2.23_r_3.30	5526
+r_1.16_r_2.23_r_3.6	5527
+r_1.16_r_2.23_r_3.16	5528
+r_1.16_r_2.23_r_3.26	5529
+r_1.16_r_2.23_r_3.29	5530
+r_1.16_r_2.23_r_3.14	5531
+r_1.16_r_2.23_r_3.20	5532
+r_1.16_r_2.23_r_3.23	5533
+r_1.2_r_2.44_r_3.19	5534
+r_1.2_r_2.33_r_3.21	5535
+r_1.2_r_2.33_r_3.5	5536
+r_1.2_r_2.10_r_3.25	5537
+r_1.2_r_2.10_r_3.31	5538
+r_1.2_r_2.10_r_3.32	5539
+r_1.31_r_2.5_r_3.3	5540
+r_1.31_r_2.16_r_3.15	5541
+r_1.31_r_2.16_r_3.17	5542
+r_1.31_r_2.16_r_3.35	5543
+r_1.31_r_2.16_r_3.33	5544
+r_1.31_r_2.16_r_3.2	5545
+r_1.31_r_2.16_r_3.9	5546
+r_1.31_r_2.16_r_3.13	5547
+r_1.31_r_2.16_r_3.30	5548
+r_1.31_r_2.16_r_3.6	5549
+r_1.31_r_2.16_r_3.16	5550
+r_1.31_r_2.16_r_3.26	5551
+r_1.31_r_2.16_r_3.29	5552
+r_1.31_r_2.16_r_3.10	5553
+r_1.31_r_2.16_r_3.14	5554
+r_1.31_r_2.16_r_3.23	5555
+r_1.6_r_2.44_r_3.27	5556
+r_1.6_r_2.44_r_3.19	5557
+r_1.6_r_2.33_r_3.21	5558
+r_1.6_r_2.33_r_3.5	5559
+r_1.6_r_2.32_r_3.25	5560
+r_1.6_r_2.32_r_3.31	5561
+r_1.6_r_2.32_r_3.32	5562
+r_1.6_r_2.5_r_3.3	5563
+r_1.6_r_2.31_r_3.17	5564
+r_1.6_r_2.35_r_3.15	5565
+r_1.6_r_2.35_r_3.9	5566
+r_1.6_r_2.46_r_3.35	5567
+r_1.6_r_2.46_r_3.33	5568
+r_1.6_r_2.46_r_3.2	5569
+r_1.6_r_2.46_r_3.9	5570
+r_1.6_r_2.46_r_3.13	5571
+r_1.6_r_2.46_r_3.30	5572
+r_1.6_r_2.46_r_3.6	5573
+r_1.6_r_2.46_r_3.16	5574
+r_1.6_r_2.46_r_3.26	5575
+r_1.6_r_2.46_r_3.29	5576
+r_1.6_r_2.46_r_3.10	5577
+r_1.6_r_2.46_r_3.14	5578
+r_1.6_r_2.46_r_3.20	5579
+r_1.6_r_2.46_r_3.23	5580
+r_1.8_r_2.44_r_3.19	5581
+r_1.8_r_2.33_r_3.21	5582
+r_1.8_r_2.33_r_3.5	5583
+r_1.8_r_2.5_r_3.3	5584
+r_1.8_r_2.35_r_3.15	5585
+r_1.8_r_2.46_r_3.30	5586
+r_1.17_r_2.32_r_3.25	5587
+r_1.17_r_2.32_r_3.31	5588
+r_1.17_r_2.32_r_3.32	5589
+r_1.17_r_2.31_r_3.17	5590
+r_1.17_r_2.35_r_3.15	5591
+r_1.17_r_2.35_r_3.9	5592
+r_1.17_r_2.46_r_3.35	5593
+r_1.17_r_2.46_r_3.33	5594
+r_1.17_r_2.46_r_3.2	5595
+r_1.17_r_2.46_r_3.9	5596
+r_1.17_r_2.46_r_3.13	5597
+r_1.17_r_2.46_r_3.30	5598
+r_1.17_r_2.46_r_3.6	5599
+r_1.17_r_2.46_r_3.16	5600
+r_1.17_r_2.46_r_3.26	5601
+r_1.17_r_2.46_r_3.29	5602
+r_1.17_r_2.46_r_3.10	5603
+r_1.17_r_2.46_r_3.14	5604
+r_1.17_r_2.46_r_3.23	5605
+r_1.27_r_2.32_r_3.25	5606
+r_1.27_r_2.32_r_3.31	5607
+r_1.27_r_2.32_r_3.32	5608
+r_1.27_r_2.31_r_3.17	5609
+r_1.27_r_2.35_r_3.15	5610
+r_1.27_r_2.35_r_3.9	5611
+r_1.27_r_2.46_r_3.35	5612
+r_1.27_r_2.46_r_3.28	5613
+r_1.27_r_2.46_r_3.33	5614
+r_1.27_r_2.46_r_3.2	5615
+r_1.27_r_2.46_r_3.9	5616
+r_1.27_r_2.46_r_3.13	5617
+r_1.27_r_2.46_r_3.30	5618
+r_1.27_r_2.46_r_3.6	5619
+r_1.27_r_2.46_r_3.16	5620
+r_1.27_r_2.46_r_3.26	5621
+r_1.27_r_2.46_r_3.29	5622
+r_1.27_r_2.46_r_3.10	5623
+r_1.27_r_2.46_r_3.14	5624
+r_1.27_r_2.46_r_3.23	5625
+r_1.11_r_2.44_r_3.19	5626
+r_1.11_r_2.33_r_3.21	5627
+r_1.11_r_2.33_r_3.5	5628
+r_1.11_r_2.5_r_3.3	5629
+r_1.11_r_2.35_r_3.15	5630
+r_1.11_r_2.46_r_3.30	5631
+r_1.33_r_2.44_r_3.19	5632
+r_1.33_r_2.24_r_3.21	5633
+r_1.33_r_2.24_r_3.5	5634
+r_1.33_r_2.5_r_3.3	5635
+r_1.33_r_2.35_r_3.15	5636
+r_1.33_r_2.36_r_3.30	5637
+r_1.36_r_2.2_r_3.19	5638
+r_1.36_r_2.44_r_3.19	5639
+r_1.36_r_2.33_r_3.21	5640
+r_1.36_r_2.33_r_3.5	5641
+r_1.36_r_2.5_r_3.3	5642
+r_1.36_r_2.35_r_3.15	5643
+r_1.36_r_2.46_r_3.30	5644
+r_1.24_r_2.44_r_3.19	5645
+r_1.24_r_2.33_r_3.21	5646
+r_1.24_r_2.33_r_3.5	5647
+r_1.24_r_2.5_r_3.3	5648
+r_1.24_r_2.35_r_3.15	5649
+r_1.24_r_2.46_r_3.30	5650
+r_1.13_r_2.32_r_3.25	5651
+r_1.13_r_2.32_r_3.31	5652
+r_1.13_r_2.32_r_3.32	5653
+r_1.13_r_2.31_r_3.17	5654
+r_1.13_r_2.35_r_3.15	5655
+r_1.13_r_2.35_r_3.9	5656
+r_1.13_r_2.46_r_3.35	5657
+r_1.13_r_2.46_r_3.33	5658
+r_1.13_r_2.46_r_3.2	5659
+r_1.13_r_2.46_r_3.9	5660
+r_1.13_r_2.46_r_3.13	5661
+r_1.13_r_2.46_r_3.30	5662
+r_1.13_r_2.46_r_3.6	5663
+r_1.13_r_2.46_r_3.16	5664
+r_1.13_r_2.46_r_3.26	5665
+r_1.13_r_2.46_r_3.29	5666
+r_1.13_r_2.46_r_3.10	5667
+r_1.13_r_2.46_r_3.14	5668
+r_1.13_r_2.46_r_3.23	5669
+r_1.37_r_2.32_r_3.25	5670
+r_1.37_r_2.32_r_3.31	5671
+r_1.37_r_2.32_r_3.32	5672
+r_1.37_r_2.31_r_3.17	5673
+r_1.37_r_2.35_r_3.15	5674
+r_1.37_r_2.35_r_3.9	5675
+r_1.37_r_2.46_r_3.35	5676
+r_1.37_r_2.46_r_3.33	5677
+r_1.37_r_2.46_r_3.2	5678
+r_1.37_r_2.46_r_3.9	5679
+r_1.37_r_2.46_r_3.13	5680
+r_1.37_r_2.46_r_3.30	5681
+r_1.37_r_2.46_r_3.6	5682
+r_1.37_r_2.46_r_3.16	5683
+r_1.37_r_2.46_r_3.26	5684
+r_1.37_r_2.46_r_3.29	5685
+r_1.37_r_2.46_r_3.10	5686
+r_1.37_r_2.46_r_3.14	5687
+r_1.37_r_2.46_r_3.23	5688
+r_1.19_r_2.32_r_3.25	5689
+r_1.19_r_2.32_r_3.31	5690
+r_1.19_r_2.32_r_3.32	5691
+r_1.19_r_2.31_r_3.17	5692
+r_1.19_r_2.35_r_3.15	5693
+r_1.19_r_2.35_r_3.9	5694
+r_1.19_r_2.36_r_3.18	5695
+r_1.19_r_2.36_r_3.33	5696
+r_1.19_r_2.36_r_3.2	5697
+r_1.19_r_2.36_r_3.9	5698
+r_1.19_r_2.36_r_3.13	5699
+r_1.19_r_2.36_r_3.30	5700
+r_1.19_r_2.36_r_3.6	5701
+r_1.19_r_2.36_r_3.16	5702
+r_1.19_r_2.36_r_3.26	5703
+r_1.19_r_2.36_r_3.29	5704
+r_1.19_r_2.36_r_3.10	5705
+r_1.19_r_2.36_r_3.14	5706
+r_1.19_r_2.36_r_3.23	5707
+r_1.25_r_2.32_r_3.25	5708
+r_1.25_r_2.32_r_3.31	5709
+r_1.25_r_2.32_r_3.32	5710
+r_1.25_r_2.31_r_3.17	5711
+r_1.25_r_2.35_r_3.15	5712
+r_1.25_r_2.35_r_3.9	5713
+r_1.25_r_2.46_r_3.35	5714
+r_1.25_r_2.46_r_3.33	5715
+r_1.25_r_2.46_r_3.2	5716
+r_1.25_r_2.46_r_3.9	5717
+r_1.25_r_2.46_r_3.13	5718
+r_1.25_r_2.46_r_3.30	5719
+r_1.25_r_2.46_r_3.6	5720
+r_1.25_r_2.46_r_3.16	5721
+r_1.25_r_2.46_r_3.26	5722
+r_1.25_r_2.46_r_3.29	5723
+r_1.25_r_2.46_r_3.10	5724
+r_1.25_r_2.46_r_3.14	5725
+r_1.25_r_2.46_r_3.23	5726
+r_1.28_r_2.32_r_3.25	5727
+r_1.28_r_2.32_r_3.31	5728
+r_1.28_r_2.32_r_3.32	5729
+r_1.28_r_2.31_r_3.17	5730
+r_1.28_r_2.35_r_3.15	5731
+r_1.28_r_2.35_r_3.9	5732
+r_1.28_r_2.46_r_3.35	5733
+r_1.28_r_2.46_r_3.33	5734
+r_1.28_r_2.46_r_3.2	5735
+r_1.28_r_2.46_r_3.9	5736
+r_1.28_r_2.46_r_3.13	5737
+r_1.28_r_2.46_r_3.30	5738
+r_1.28_r_2.46_r_3.6	5739
+r_1.28_r_2.46_r_3.16	5740
+r_1.28_r_2.46_r_3.26	5741
+r_1.28_r_2.46_r_3.29	5742
+r_1.28_r_2.46_r_3.10	5743
+r_1.28_r_2.46_r_3.14	5744
+r_1.28_r_2.46_r_3.23	5745
+s_1.1_s_2.2_s_3.4	5746
+s_1.27_s_2.2_s_3.4	5747
+s_1.3_s_2.1_s_3.1	5748
+s_1.3_s_2.8_s_3.8	5749
+s_1.3_s_2.13_s_3.3	5750
+s_1.3_s_2.13_s_3.16	5751
+s_1.3_s_2.15_s_3.6	5752
+s_1.3_s_2.15_s_3.9	5753
+s_1.3_s_2.15_s_3.13	5754
+s_1.3_s_2.15_s_3.17	5755
+s_1.3_s_2.14_s_3.15	5756
+s_1.3_s_2.14_s_3.11	5757
+s_1.3_s_2.14_s_3.12	5758
+s_1.3_s_2.14_s_3.14	5759
+s_1.3_s_2.5_s_3.15	5760
+s_1.3_s_2.5_s_3.5	5761
+s_1.3_s_2.7_s_3.2	5762
+s_1.3_s_2.7_s_3.11	5763
+s_1.3_s_2.7_s_3.7	5764
+s_1.3_s_2.10_s_3.14	5765
+s_1.3_s_2.12_s_3.15	5766
+s_1.3_s_2.12_s_3.14	5767
+s_1.26_s_2.1_s_3.1	5768
+s_1.26_s_2.8_s_3.8	5769
+s_1.26_s_2.13_s_3.3	5770
+s_1.26_s_2.13_s_3.16	5771
+s_1.26_s_2.15_s_3.6	5772
+s_1.26_s_2.15_s_3.9	5773
+s_1.26_s_2.15_s_3.13	5774
+s_1.26_s_2.15_s_3.17	5775
+s_1.26_s_2.14_s_3.15	5776
+s_1.26_s_2.14_s_3.11	5777
+s_1.26_s_2.14_s_3.12	5778
+s_1.26_s_2.14_s_3.14	5779
+s_1.26_s_2.5_s_3.15	5780
+s_1.26_s_2.5_s_3.5	5781
+s_1.26_s_2.7_s_3.2	5782
+s_1.26_s_2.7_s_3.11	5783
+s_1.26_s_2.7_s_3.7	5784
+s_1.26_s_2.10_s_3.14	5785
+s_1.26_s_2.12_s_3.15	5786
+s_1.26_s_2.12_s_3.14	5787
+s_1.4_s_2.1_s_3.1	5788
+s_1.4_s_2.8_s_3.8	5789
+s_1.4_s_2.13_s_3.3	5790
+s_1.4_s_2.13_s_3.16	5791
+s_1.4_s_2.15_s_3.6	5792
+s_1.4_s_2.15_s_3.9	5793
+s_1.4_s_2.15_s_3.13	5794
+s_1.4_s_2.15_s_3.17	5795
+s_1.4_s_2.14_s_3.15	5796
+s_1.4_s_2.14_s_3.11	5797
+s_1.4_s_2.14_s_3.12	5798
+s_1.4_s_2.14_s_3.14	5799
+s_1.4_s_2.5_s_3.15	5800
+s_1.4_s_2.5_s_3.5	5801
+s_1.4_s_2.7_s_3.2	5802
+s_1.4_s_2.7_s_3.11	5803
+s_1.4_s_2.7_s_3.7	5804
+s_1.4_s_2.10_s_3.14	5805
+s_1.4_s_2.12_s_3.15	5806
+s_1.4_s_2.12_s_3.14	5807
+s_1.5_s_2.1_s_3.1	5808
+s_1.5_s_2.8_s_3.8	5809
+s_1.5_s_2.13_s_3.3	5810
+s_1.5_s_2.13_s_3.16	5811
+s_1.5_s_2.9_s_3.6	5812
+s_1.5_s_2.9_s_3.9	5813
+s_1.5_s_2.9_s_3.13	5814
+s_1.5_s_2.9_s_3.17	5815
+s_1.5_s_2.4_s_3.15	5816
+s_1.5_s_2.4_s_3.11	5817
+s_1.5_s_2.4_s_3.12	5818
+s_1.5_s_2.4_s_3.14	5819
+s_1.5_s_2.5_s_3.15	5820
+s_1.5_s_2.5_s_3.5	5821
+s_1.5_s_2.7_s_3.2	5822
+s_1.5_s_2.7_s_3.11	5823
+s_1.5_s_2.7_s_3.7	5824
+s_1.5_s_2.10_s_3.14	5825
+s_1.5_s_2.12_s_3.15	5826
+s_1.5_s_2.12_s_3.14	5827
+s_1.6_s_2.1_s_3.1	5828
+s_1.6_s_2.8_s_3.8	5829
+s_1.6_s_2.13_s_3.3	5830
+s_1.6_s_2.13_s_3.16	5831
+s_1.6_s_2.15_s_3.6	5832
+s_1.6_s_2.15_s_3.9	5833
+s_1.6_s_2.15_s_3.13	5834
+s_1.6_s_2.15_s_3.17	5835
+s_1.6_s_2.14_s_3.15	5836
+s_1.6_s_2.14_s_3.11	5837
+s_1.6_s_2.5_s_3.15	5838
+s_1.6_s_2.7_s_3.2	5839
+s_1.6_s_2.7_s_3.11	5840
+s_1.6_s_2.12_s_3.15	5841
+s_1.11_s_2.1_s_3.1	5842
+s_1.11_s_2.8_s_3.8	5843
+s_1.11_s_2.13_s_3.3	5844
+s_1.11_s_2.13_s_3.16	5845
+s_1.11_s_2.15_s_3.6	5846
+s_1.11_s_2.15_s_3.9	5847
+s_1.11_s_2.15_s_3.13	5848
+s_1.11_s_2.15_s_3.17	5849
+s_1.11_s_2.14_s_3.15	5850
+s_1.11_s_2.14_s_3.11	5851
+s_1.11_s_2.5_s_3.15	5852
+s_1.11_s_2.7_s_3.2	5853
+s_1.11_s_2.7_s_3.11	5854
+s_1.11_s_2.12_s_3.15	5855
+s_1.12_s_2.1_s_3.1	5856
+s_1.12_s_2.8_s_3.8	5857
+s_1.12_s_2.13_s_3.3	5858
+s_1.12_s_2.13_s_3.16	5859
+s_1.12_s_2.15_s_3.6	5860
+s_1.12_s_2.15_s_3.9	5861
+s_1.12_s_2.15_s_3.13	5862
+s_1.12_s_2.15_s_3.17	5863
+s_1.12_s_2.14_s_3.15	5864
+s_1.12_s_2.14_s_3.11	5865
+s_1.12_s_2.5_s_3.15	5866
+s_1.12_s_2.7_s_3.2	5867
+s_1.12_s_2.7_s_3.11	5868
+s_1.12_s_2.12_s_3.15	5869
+s_1.18_s_2.1_s_3.1	5870
+s_1.18_s_2.8_s_3.8	5871
+s_1.18_s_2.13_s_3.3	5872
+s_1.18_s_2.13_s_3.16	5873
+s_1.18_s_2.15_s_3.6	5874
+s_1.18_s_2.15_s_3.9	5875
+s_1.18_s_2.15_s_3.13	5876
+s_1.18_s_2.15_s_3.17	5877
+s_1.18_s_2.14_s_3.15	5878
+s_1.18_s_2.14_s_3.11	5879
+s_1.18_s_2.5_s_3.15	5880
+s_1.18_s_2.7_s_3.2	5881
+s_1.18_s_2.7_s_3.11	5882
+s_1.18_s_2.12_s_3.15	5883
+s_1.24_s_2.1_s_3.1	5884
+s_1.24_s_2.8_s_3.8	5885
+s_1.24_s_2.13_s_3.3	5886
+s_1.24_s_2.13_s_3.16	5887
+s_1.24_s_2.15_s_3.6	5888
+s_1.24_s_2.15_s_3.9	5889
+s_1.24_s_2.15_s_3.13	5890
+s_1.24_s_2.15_s_3.17	5891
+s_1.24_s_2.14_s_3.15	5892
+s_1.24_s_2.14_s_3.11	5893
+s_1.24_s_2.5_s_3.15	5894
+s_1.24_s_2.7_s_3.2	5895
+s_1.24_s_2.7_s_3.11	5896
+s_1.24_s_2.12_s_3.15	5897
+s_1.19_s_2.1_s_3.1	5898
+s_1.19_s_2.8_s_3.8	5899
+s_1.19_s_2.13_s_3.3	5900
+s_1.19_s_2.13_s_3.16	5901
+s_1.19_s_2.15_s_3.6	5902
+s_1.19_s_2.15_s_3.9	5903
+s_1.19_s_2.15_s_3.13	5904
+s_1.19_s_2.15_s_3.17	5905
+s_1.19_s_2.14_s_3.15	5906
+s_1.19_s_2.14_s_3.11	5907
+s_1.19_s_2.5_s_3.15	5908
+s_1.19_s_2.7_s_3.2	5909
+s_1.19_s_2.7_s_3.11	5910
+s_1.19_s_2.12_s_3.15	5911
+s_1.22_s_2.1_s_3.1	5912
+s_1.22_s_2.8_s_3.8	5913
+s_1.22_s_2.13_s_3.3	5914
+s_1.22_s_2.13_s_3.16	5915
+s_1.22_s_2.15_s_3.6	5916
+s_1.22_s_2.15_s_3.9	5917
+s_1.22_s_2.15_s_3.13	5918
+s_1.22_s_2.15_s_3.17	5919
+s_1.22_s_2.14_s_3.15	5920
+s_1.22_s_2.14_s_3.11	5921
+s_1.22_s_2.5_s_3.15	5922
+s_1.22_s_2.7_s_3.2	5923
+s_1.22_s_2.7_s_3.11	5924
+s_1.22_s_2.12_s_3.15	5925
+s_1.8_s_2.10_s_3.14	5926
+s_1.13_s_2.14_s_3.12	5927
+s_1.13_s_2.14_s_3.14	5928
+s_1.13_s_2.5_s_3.5	5929
+s_1.13_s_2.7_s_3.7	5930
+s_1.13_s_2.10_s_3.14	5931
+s_1.13_s_2.12_s_3.14	5932
+s_1.20_s_2.14_s_3.12	5933
+s_1.20_s_2.14_s_3.14	5934
+s_1.20_s_2.5_s_3.5	5935
+s_1.20_s_2.7_s_3.7	5936
+s_1.20_s_2.10_s_3.14	5937
+s_1.20_s_2.12_s_3.14	5938
+s_1.14_s_2.14_s_3.12	5939
+s_1.14_s_2.14_s_3.14	5940
+s_1.14_s_2.5_s_3.5	5941
+s_1.14_s_2.7_s_3.7	5942
+s_1.14_s_2.10_s_3.14	5943
+s_1.14_s_2.12_s_3.14	5944
+s_1.16_s_2.14_s_3.12	5945
+s_1.16_s_2.14_s_3.14	5946
+s_1.16_s_2.5_s_3.5	5947
+s_1.16_s_2.7_s_3.7	5948
+s_1.16_s_2.10_s_3.14	5949
+s_1.16_s_2.12_s_3.14	5950
+s_1.25_s_2.14_s_3.12	5951
+s_1.25_s_2.14_s_3.14	5952
+s_1.25_s_2.5_s_3.5	5953
+s_1.25_s_2.7_s_3.7	5954
+s_1.25_s_2.10_s_3.14	5955
+s_1.25_s_2.12_s_3.14	5956
+s_1.17_s_2.14_s_3.12	5957
+s_1.17_s_2.14_s_3.14	5958
+s_1.17_s_2.5_s_3.5	5959
+s_1.17_s_2.7_s_3.7	5960
+s_1.17_s_2.10_s_3.14	5961
+s_1.17_s_2.12_s_3.14	5962
+s_1.23_s_2.14_s_3.12	5963
+s_1.23_s_2.14_s_3.14	5964
+s_1.23_s_2.5_s_3.5	5965
+s_1.23_s_2.7_s_3.7	5966
+s_1.23_s_2.10_s_3.14	5967
+s_1.23_s_2.12_s_3.14	5968
+s_1.2_s_2.2_s_3.4	5969
+s_1.10_s_2.1_s_3.1	5970
+s_1.10_s_2.8_s_3.8	5971
+s_1.10_s_2.13_s_3.3	5972
+s_1.10_s_2.13_s_3.16	5973
+s_1.10_s_2.15_s_3.6	5974
+s_1.10_s_2.15_s_3.9	5975
+s_1.10_s_2.15_s_3.13	5976
+s_1.10_s_2.15_s_3.17	5977
+s_1.10_s_2.11_s_3.15	5978
+s_1.10_s_2.11_s_3.11	5979
+s_1.10_s_2.11_s_3.12	5980
+s_1.10_s_2.11_s_3.14	5981
+s_1.10_s_2.5_s_3.15	5982
+s_1.10_s_2.5_s_3.5	5983
+s_1.10_s_2.7_s_3.2	5984
+s_1.10_s_2.7_s_3.11	5985
+s_1.10_s_2.7_s_3.7	5986
+s_1.10_s_2.10_s_3.14	5987
+s_1.10_s_2.12_s_3.15	5988
+s_1.10_s_2.12_s_3.14	5989
+s_1.7_s_2.1_s_3.1	5990
+s_1.7_s_2.8_s_3.8	5991
+s_1.7_s_2.3_s_3.3	5992
+s_1.7_s_2.3_s_3.16	5993
+s_1.7_s_2.6_s_3.6	5994
+s_1.7_s_2.6_s_3.9	5995
+s_1.7_s_2.6_s_3.10	5996
+s_1.7_s_2.2_s_3.4	5997
+s_1.7_s_2.11_s_3.15	5998
+s_1.7_s_2.11_s_3.11	5999
+s_1.7_s_2.11_s_3.12	6000
+s_1.7_s_2.11_s_3.14	6001
+s_1.7_s_2.5_s_3.15	6002
+s_1.7_s_2.5_s_3.5	6003
+s_1.7_s_2.7_s_3.2	6004
+s_1.7_s_2.7_s_3.11	6005
+s_1.7_s_2.7_s_3.7	6006
+s_1.7_s_2.10_s_3.14	6007
+s_1.7_s_2.12_s_3.15	6008
+s_1.7_s_2.12_s_3.14	6009
+s_1.9_s_2.2_s_3.4	6010
+s_1.15_s_2.1_s_3.1	6011
+s_1.15_s_2.8_s_3.8	6012
+s_1.15_s_2.13_s_3.3	6013
+s_1.15_s_2.13_s_3.16	6014
+s_1.15_s_2.15_s_3.6	6015
+s_1.15_s_2.15_s_3.9	6016
+s_1.15_s_2.15_s_3.13	6017
+s_1.15_s_2.15_s_3.17	6018
+s_1.15_s_2.11_s_3.15	6019
+s_1.15_s_2.11_s_3.11	6020
+s_1.15_s_2.11_s_3.12	6021
+s_1.15_s_2.11_s_3.14	6022
+s_1.15_s_2.5_s_3.15	6023
+s_1.15_s_2.5_s_3.5	6024
+s_1.15_s_2.7_s_3.2	6025
+s_1.15_s_2.7_s_3.11	6026
+s_1.15_s_2.7_s_3.7	6027
+s_1.15_s_2.10_s_3.14	6028
+s_1.15_s_2.12_s_3.15	6029
+s_1.15_s_2.12_s_3.14	6030
+s_1.21_s_2.1_s_3.1	6031
+s_1.21_s_2.8_s_3.8	6032
+s_1.21_s_2.13_s_3.3	6033
+s_1.21_s_2.13_s_3.16	6034
+s_1.21_s_2.15_s_3.6	6035
+s_1.21_s_2.15_s_3.9	6036
+s_1.21_s_2.15_s_3.13	6037
+s_1.21_s_2.15_s_3.17	6038
+s_1.21_s_2.11_s_3.15	6039
+s_1.21_s_2.11_s_3.11	6040
+s_1.21_s_2.11_s_3.12	6041
+s_1.21_s_2.11_s_3.14	6042
+s_1.21_s_2.5_s_3.15	6043
+s_1.21_s_2.5_s_3.5	6044
+s_1.21_s_2.7_s_3.2	6045
+s_1.21_s_2.7_s_3.11	6046
+s_1.21_s_2.7_s_3.7	6047
+s_1.21_s_2.10_s_3.14	6048
+s_1.21_s_2.12_s_3.15	6049
+s_1.21_s_2.12_s_3.14	6050
+sh_1.1_sh_2.1_sh_3.1	6051
+sh_1.1_sh_2.4_sh_3.4	6052
+sh_1.1_sh_2.4_sh_3.5	6053
+sh_1.1_sh_2.4_sh_3.2	6054
+sh_1.1_sh_2.2_sh_3.3	6055
+sh_1.1_sh_2.2_sh_3.6	6056
+sh_1.1_sh_2.3_sh_3.2	6057
+sh_1.3_sh_2.1_sh_3.1	6058
+sh_1.3_sh_2.4_sh_3.4	6059
+sh_1.3_sh_2.4_sh_3.5	6060
+sh_1.3_sh_2.4_sh_3.2	6061
+sh_1.3_sh_2.2_sh_3.3	6062
+sh_1.3_sh_2.2_sh_3.6	6063
+sh_1.3_sh_2.3_sh_3.2	6064
+sh_1.5_sh_2.1_sh_3.1	6065
+sh_1.5_sh_2.4_sh_3.4	6066
+sh_1.5_sh_2.4_sh_3.5	6067
+sh_1.5_sh_2.4_sh_3.2	6068
+sh_1.5_sh_2.2_sh_3.3	6069
+sh_1.5_sh_2.2_sh_3.6	6070
+sh_1.5_sh_2.3_sh_3.2	6071
+sh_1.6_sh_2.1_sh_3.1	6072
+sh_1.6_sh_2.4_sh_3.4	6073
+sh_1.6_sh_2.4_sh_3.5	6074
+sh_1.6_sh_2.4_sh_3.2	6075
+sh_1.6_sh_2.2_sh_3.3	6076
+sh_1.6_sh_2.2_sh_3.6	6077
+sh_1.6_sh_2.3_sh_3.2	6078
+sh_1.2_sh_2.1_sh_3.1	6079
+sh_1.2_sh_2.4_sh_3.4	6080
+sh_1.2_sh_2.4_sh_3.5	6081
+sh_1.2_sh_2.4_sh_3.2	6082
+sh_1.2_sh_2.2_sh_3.3	6083
+sh_1.2_sh_2.2_sh_3.6	6084
+sh_1.2_sh_2.3_sh_3.2	6085
+sh_1.4_sh_2.1_sh_3.1	6086
+sh_1.4_sh_2.4_sh_3.4	6087
+sh_1.4_sh_2.4_sh_3.5	6088
+sh_1.4_sh_2.4_sh_3.2	6089
+sh_1.4_sh_2.2_sh_3.3	6090
+sh_1.4_sh_2.2_sh_3.6	6091
+sh_1.4_sh_2.3_sh_3.2	6092
+sil_1.1_sil_2.1_sil_3.1	6093
+t_1.1_t_2.17_t_3.20	6094
+t_1.1_t_2.7_t_3.9	6095
+t_1.1_t_2.3_t_3.6	6096
+t_1.1_t_2.4_t_3.11	6097
+t_1.1_t_2.14_t_3.26	6098
+t_1.1_t_2.28_t_3.14	6099
+t_1.1_t_2.13_t_3.7	6100
+t_1.1_t_2.13_t_3.24	6101
+t_1.1_t_2.8_t_3.6	6102
+t_1.1_t_2.8_t_3.8	6103
+t_1.1_t_2.8_t_3.10	6104
+t_1.1_t_2.10_t_3.5	6105
+t_1.1_t_2.23_t_3.23	6106
+t_1.1_t_2.23_t_3.17	6107
+t_1.1_t_2.2_t_3.13	6108
+t_1.1_t_2.9_t_3.2	6109
+t_1.1_t_2.26_t_3.12	6110
+t_1.1_t_2.26_t_3.25	6111
+t_1.8_t_2.4_t_3.11	6112
+t_1.28_t_2.17_t_3.20	6113
+t_1.28_t_2.7_t_3.9	6114
+t_1.28_t_2.3_t_3.6	6115
+t_1.28_t_2.14_t_3.26	6116
+t_1.28_t_2.28_t_3.14	6117
+t_1.28_t_2.13_t_3.7	6118
+t_1.28_t_2.13_t_3.24	6119
+t_1.28_t_2.8_t_3.6	6120
+t_1.28_t_2.8_t_3.8	6121
+t_1.28_t_2.8_t_3.10	6122
+t_1.28_t_2.10_t_3.5	6123
+t_1.28_t_2.23_t_3.23	6124
+t_1.28_t_2.23_t_3.17	6125
+t_1.18_t_2.2_t_3.13	6126
+t_1.27_t_2.9_t_3.2	6127
+t_1.27_t_2.26_t_3.12	6128
+t_1.27_t_2.26_t_3.25	6129
+t_1.3_t_2.17_t_3.20	6130
+t_1.3_t_2.7_t_3.9	6131
+t_1.3_t_2.3_t_3.6	6132
+t_1.3_t_2.4_t_3.11	6133
+t_1.3_t_2.14_t_3.26	6134
+t_1.3_t_2.28_t_3.14	6135
+t_1.3_t_2.13_t_3.7	6136
+t_1.3_t_2.13_t_3.24	6137
+t_1.3_t_2.33_t_3.6	6138
+t_1.3_t_2.33_t_3.8	6139
+t_1.3_t_2.32_t_3.10	6140
+t_1.3_t_2.10_t_3.5	6141
+t_1.3_t_2.23_t_3.23	6142
+t_1.3_t_2.23_t_3.17	6143
+t_1.11_t_2.17_t_3.20	6144
+t_1.11_t_2.7_t_3.9	6145
+t_1.11_t_2.3_t_3.6	6146
+t_1.11_t_2.4_t_3.11	6147
+t_1.11_t_2.14_t_3.26	6148
+t_1.11_t_2.28_t_3.14	6149
+t_1.11_t_2.13_t_3.7	6150
+t_1.11_t_2.13_t_3.24	6151
+t_1.11_t_2.33_t_3.6	6152
+t_1.11_t_2.33_t_3.8	6153
+t_1.11_t_2.32_t_3.10	6154
+t_1.11_t_2.10_t_3.5	6155
+t_1.11_t_2.23_t_3.23	6156
+t_1.11_t_2.23_t_3.17	6157
+t_1.13_t_2.17_t_3.20	6158
+t_1.13_t_2.4_t_3.11	6159
+t_1.13_t_2.10_t_3.5	6160
+t_1.13_t_2.23_t_3.23	6161
+t_1.30_t_2.7_t_3.9	6162
+t_1.30_t_2.3_t_3.6	6163
+t_1.30_t_2.14_t_3.26	6164
+t_1.30_t_2.28_t_3.14	6165
+t_1.30_t_2.13_t_3.7	6166
+t_1.30_t_2.13_t_3.24	6167
+t_1.30_t_2.25_t_3.6	6168
+t_1.30_t_2.25_t_3.8	6169
+t_1.30_t_2.32_t_3.10	6170
+t_1.30_t_2.23_t_3.17	6171
+t_1.14_t_2.17_t_3.20	6172
+t_1.14_t_2.7_t_3.9	6173
+t_1.14_t_2.3_t_3.6	6174
+t_1.14_t_2.4_t_3.11	6175
+t_1.14_t_2.14_t_3.26	6176
+t_1.14_t_2.28_t_3.14	6177
+t_1.14_t_2.13_t_3.7	6178
+t_1.14_t_2.13_t_3.24	6179
+t_1.14_t_2.33_t_3.6	6180
+t_1.14_t_2.33_t_3.8	6181
+t_1.14_t_2.32_t_3.10	6182
+t_1.14_t_2.10_t_3.5	6183
+t_1.14_t_2.23_t_3.23	6184
+t_1.14_t_2.23_t_3.17	6185
+t_1.17_t_2.17_t_3.20	6186
+t_1.17_t_2.7_t_3.9	6187
+t_1.17_t_2.3_t_3.6	6188
+t_1.17_t_2.4_t_3.11	6189
+t_1.17_t_2.14_t_3.26	6190
+t_1.17_t_2.28_t_3.14	6191
+t_1.17_t_2.13_t_3.7	6192
+t_1.17_t_2.13_t_3.24	6193
+t_1.17_t_2.25_t_3.6	6194
+t_1.17_t_2.25_t_3.8	6195
+t_1.17_t_2.32_t_3.10	6196
+t_1.17_t_2.10_t_3.5	6197
+t_1.17_t_2.23_t_3.23	6198
+t_1.17_t_2.23_t_3.17	6199
+t_1.20_t_2.14_t_3.1	6200
+t_1.26_t_2.17_t_3.20	6201
+t_1.26_t_2.7_t_3.9	6202
+t_1.26_t_2.3_t_3.6	6203
+t_1.26_t_2.4_t_3.11	6204
+t_1.26_t_2.28_t_3.14	6205
+t_1.26_t_2.13_t_3.7	6206
+t_1.26_t_2.13_t_3.24	6207
+t_1.26_t_2.33_t_3.6	6208
+t_1.26_t_2.33_t_3.8	6209
+t_1.26_t_2.32_t_3.10	6210
+t_1.26_t_2.10_t_3.5	6211
+t_1.26_t_2.23_t_3.23	6212
+t_1.26_t_2.23_t_3.17	6213
+t_1.21_t_2.17_t_3.20	6214
+t_1.21_t_2.7_t_3.9	6215
+t_1.21_t_2.3_t_3.6	6216
+t_1.21_t_2.4_t_3.11	6217
+t_1.21_t_2.14_t_3.26	6218
+t_1.21_t_2.28_t_3.14	6219
+t_1.21_t_2.13_t_3.7	6220
+t_1.21_t_2.13_t_3.24	6221
+t_1.21_t_2.33_t_3.6	6222
+t_1.21_t_2.33_t_3.8	6223
+t_1.21_t_2.32_t_3.10	6224
+t_1.21_t_2.10_t_3.5	6225
+t_1.21_t_2.23_t_3.23	6226
+t_1.21_t_2.23_t_3.17	6227
+t_1.24_t_2.17_t_3.20	6228
+t_1.24_t_2.7_t_3.9	6229
+t_1.24_t_2.3_t_3.6	6230
+t_1.24_t_2.4_t_3.11	6231
+t_1.24_t_2.14_t_3.26	6232
+t_1.24_t_2.28_t_3.14	6233
+t_1.24_t_2.13_t_3.7	6234
+t_1.24_t_2.13_t_3.24	6235
+t_1.24_t_2.33_t_3.6	6236
+t_1.24_t_2.33_t_3.8	6237
+t_1.24_t_2.32_t_3.10	6238
+t_1.24_t_2.10_t_3.5	6239
+t_1.24_t_2.23_t_3.23	6240
+t_1.24_t_2.23_t_3.17	6241
+t_1.32_t_2.17_t_3.20	6242
+t_1.32_t_2.7_t_3.9	6243
+t_1.32_t_2.3_t_3.6	6244
+t_1.32_t_2.4_t_3.11	6245
+t_1.32_t_2.14_t_3.26	6246
+t_1.32_t_2.28_t_3.14	6247
+t_1.32_t_2.13_t_3.7	6248
+t_1.32_t_2.13_t_3.24	6249
+t_1.32_t_2.25_t_3.6	6250
+t_1.32_t_2.25_t_3.8	6251
+t_1.32_t_2.33_t_3.6	6252
+t_1.32_t_2.33_t_3.8	6253
+t_1.32_t_2.32_t_3.10	6254
+t_1.32_t_2.10_t_3.5	6255
+t_1.32_t_2.23_t_3.23	6256
+t_1.32_t_2.23_t_3.17	6257
+t_1.5_t_2.2_t_3.13	6258
+t_1.19_t_2.9_t_3.2	6259
+t_1.33_t_2.30_t_3.12	6260
+t_1.33_t_2.30_t_3.25	6261
+t_1.9_t_2.2_t_3.13	6262
+t_1.9_t_2.9_t_3.2	6263
+t_1.9_t_2.30_t_3.12	6264
+t_1.9_t_2.30_t_3.25	6265
+t_1.10_t_2.2_t_3.13	6266
+t_1.10_t_2.9_t_3.2	6267
+t_1.10_t_2.30_t_3.12	6268
+t_1.10_t_2.30_t_3.25	6269
+t_1.12_t_2.2_t_3.13	6270
+t_1.25_t_2.9_t_3.2	6271
+t_1.25_t_2.30_t_3.12	6272
+t_1.25_t_2.30_t_3.25	6273
+t_1.2_t_2.17_t_3.20	6274
+t_1.2_t_2.16_t_3.9	6275
+t_1.2_t_2.3_t_3.6	6276
+t_1.2_t_2.6_t_3.1	6277
+t_1.2_t_2.29_t_3.26	6278
+t_1.2_t_2.11_t_3.7	6279
+t_1.2_t_2.21_t_3.16	6280
+t_1.2_t_2.21_t_3.6	6281
+t_1.2_t_2.21_t_3.19	6282
+t_1.2_t_2.15_t_3.24	6283
+t_1.2_t_2.27_t_3.22	6284
+t_1.2_t_2.12_t_3.5	6285
+t_1.2_t_2.12_t_3.11	6286
+t_1.2_t_2.22_t_3.23	6287
+t_1.2_t_2.22_t_3.17	6288
+t_1.2_t_2.24_t_3.18	6289
+t_1.2_t_2.9_t_3.2	6290
+t_1.2_t_2.30_t_3.12	6291
+t_1.2_t_2.30_t_3.18	6292
+t_1.7_t_2.17_t_3.20	6293
+t_1.7_t_2.16_t_3.9	6294
+t_1.7_t_2.3_t_3.6	6295
+t_1.7_t_2.29_t_3.26	6296
+t_1.7_t_2.11_t_3.7	6297
+t_1.7_t_2.21_t_3.16	6298
+t_1.7_t_2.21_t_3.6	6299
+t_1.7_t_2.21_t_3.19	6300
+t_1.7_t_2.15_t_3.24	6301
+t_1.7_t_2.27_t_3.22	6302
+t_1.7_t_2.12_t_3.5	6303
+t_1.7_t_2.12_t_3.11	6304
+t_1.7_t_2.22_t_3.23	6305
+t_1.7_t_2.22_t_3.17	6306
+t_1.7_t_2.9_t_3.2	6307
+t_1.7_t_2.30_t_3.12	6308
+t_1.7_t_2.30_t_3.18	6309
+t_1.22_t_2.17_t_3.20	6310
+t_1.22_t_2.16_t_3.9	6311
+t_1.22_t_2.3_t_3.6	6312
+t_1.22_t_2.29_t_3.26	6313
+t_1.22_t_2.11_t_3.7	6314
+t_1.22_t_2.21_t_3.16	6315
+t_1.22_t_2.21_t_3.6	6316
+t_1.22_t_2.21_t_3.19	6317
+t_1.22_t_2.15_t_3.24	6318
+t_1.22_t_2.27_t_3.22	6319
+t_1.22_t_2.12_t_3.5	6320
+t_1.22_t_2.12_t_3.11	6321
+t_1.22_t_2.22_t_3.23	6322
+t_1.22_t_2.22_t_3.17	6323
+t_1.22_t_2.9_t_3.2	6324
+t_1.22_t_2.30_t_3.12	6325
+t_1.22_t_2.30_t_3.18	6326
+t_1.15_t_2.22_t_3.17	6327
+t_1.15_t_2.24_t_3.18	6328
+t_1.15_t_2.9_t_3.2	6329
+t_1.15_t_2.30_t_3.18	6330
+t_1.4_t_2.16_t_3.15	6331
+t_1.4_t_2.3_t_3.6	6332
+t_1.4_t_2.5_t_3.26	6333
+t_1.4_t_2.5_t_3.16	6334
+t_1.4_t_2.5_t_3.4	6335
+t_1.4_t_2.20_t_3.6	6336
+t_1.4_t_2.20_t_3.21	6337
+t_1.31_t_2.16_t_3.9	6338
+t_1.31_t_2.3_t_3.6	6339
+t_1.31_t_2.29_t_3.26	6340
+t_1.31_t_2.11_t_3.7	6341
+t_1.31_t_2.21_t_3.16	6342
+t_1.31_t_2.21_t_3.6	6343
+t_1.31_t_2.21_t_3.19	6344
+t_1.31_t_2.15_t_3.24	6345
+t_1.31_t_2.27_t_3.22	6346
+t_1.16_t_2.1_t_3.3	6347
+t_1.16_t_2.17_t_3.20	6348
+t_1.23_t_2.19_t_3.5	6349
+t_1.23_t_2.19_t_3.23	6350
+t_1.23_t_2.19_t_3.11	6351
+t_1.23_t_2.19_t_3.17	6352
+t_1.23_t_2.12_t_3.5	6353
+t_1.23_t_2.12_t_3.11	6354
+t_1.23_t_2.22_t_3.23	6355
+t_1.23_t_2.22_t_3.17	6356
+t_1.23_t_2.24_t_3.18	6357
+t_1.23_t_2.18_t_3.2	6358
+t_1.23_t_2.18_t_3.12	6359
+t_1.23_t_2.18_t_3.18	6360
+t_1.6_t_2.17_t_3.20	6361
+t_1.6_t_2.16_t_3.9	6362
+t_1.6_t_2.3_t_3.6	6363
+t_1.6_t_2.29_t_3.26	6364
+t_1.6_t_2.11_t_3.7	6365
+t_1.6_t_2.21_t_3.16	6366
+t_1.6_t_2.21_t_3.6	6367
+t_1.6_t_2.21_t_3.19	6368
+t_1.6_t_2.15_t_3.24	6369
+t_1.6_t_2.27_t_3.22	6370
+t_1.6_t_2.12_t_3.5	6371
+t_1.6_t_2.12_t_3.11	6372
+t_1.6_t_2.22_t_3.23	6373
+t_1.6_t_2.22_t_3.17	6374
+t_1.6_t_2.24_t_3.18	6375
+t_1.6_t_2.18_t_3.2	6376
+t_1.6_t_2.18_t_3.12	6377
+t_1.6_t_2.18_t_3.18	6378
+t_1.29_t_2.17_t_3.20	6379
+t_1.29_t_2.16_t_3.9	6380
+t_1.29_t_2.3_t_3.6	6381
+t_1.29_t_2.29_t_3.26	6382
+t_1.29_t_2.11_t_3.7	6383
+t_1.29_t_2.21_t_3.16	6384
+t_1.29_t_2.21_t_3.6	6385
+t_1.29_t_2.21_t_3.19	6386
+t_1.29_t_2.15_t_3.24	6387
+t_1.29_t_2.27_t_3.22	6388
+t_1.29_t_2.12_t_3.5	6389
+t_1.29_t_2.12_t_3.11	6390
+t_1.29_t_2.22_t_3.23	6391
+t_1.29_t_2.22_t_3.17	6392
+t_1.29_t_2.24_t_3.18	6393
+t_1.29_t_2.18_t_3.2	6394
+t_1.29_t_2.18_t_3.12	6395
+t_1.29_t_2.18_t_3.18	6396
+th_1.1_th_2.1_th_3.1	6397
+th_1.1_th_2.1_th_3.4	6398
+th_1.1_th_2.1_th_3.2	6399
+th_1.1_th_2.1_th_3.3	6400
+th_1.1_th_2.2_th_3.3	6401
+th_1.3_th_2.1_th_3.1	6402
+th_1.3_th_2.1_th_3.4	6403
+th_1.3_th_2.1_th_3.2	6404
+th_1.3_th_2.1_th_3.3	6405
+th_1.3_th_2.2_th_3.3	6406
+th_1.4_th_2.1_th_3.1	6407
+th_1.4_th_2.1_th_3.4	6408
+th_1.4_th_2.1_th_3.2	6409
+th_1.4_th_2.1_th_3.3	6410
+th_1.4_th_2.2_th_3.3	6411
+th_1.2_th_2.1_th_3.1	6412
+th_1.2_th_2.1_th_3.4	6413
+th_1.2_th_2.1_th_3.2	6414
+th_1.2_th_2.1_th_3.3	6415
+th_1.2_th_2.2_th_3.3	6416
+uh_1.1_uh_2.4_uh_3.1	6417
+uh_1.1_uh_2.5_uh_3.2	6418
+uh_1.1_uh_2.5_uh_3.5	6419
+uh_1.1_uh_2.3_uh_3.4	6420
+uh_1.2_uh_2.1_uh_3.1	6421
+uh_1.2_uh_2.2_uh_3.2	6422
+uh_1.2_uh_2.2_uh_3.5	6423
+uh_1.2_uh_2.3_uh_3.4	6424
+uh_1.3_uh_2.1_uh_3.1	6425
+uh_1.3_uh_2.2_uh_3.2	6426
+uh_1.3_uh_2.2_uh_3.5	6427
+uh_1.3_uh_2.3_uh_3.3	6428
+uh_1.3_uh_2.3_uh_3.4	6429
+uh_1.4_uh_2.5_uh_3.2	6430
+uh_1.4_uh_2.5_uh_3.5	6431
+uh_1.5_uh_2.3_uh_3.4	6432
+uh_1.6_uh_2.4_uh_3.1	6433
+uh_1.6_uh_2.3_uh_3.4	6434
+uw_1.1_uw_2.1_uw_3.17	6435
+uw_1.18_uw_2.1_uw_3.10	6436
+uw_1.18_uw_2.17_uw_3.12	6437
+uw_1.18_uw_2.17_uw_3.20	6438
+uw_1.18_uw_2.17_uw_3.19	6439
+uw_1.3_uw_2.2_uw_3.2	6440
+uw_1.6_uw_2.5_uw_3.9	6441
+uw_1.24_uw_2.3_uw_3.6	6442
+uw_1.24_uw_2.11_uw_3.1	6443
+uw_1.24_uw_2.18_uw_3.11	6444
+uw_1.24_uw_2.18_uw_3.8	6445
+uw_1.24_uw_2.15_uw_3.15	6446
+uw_1.24_uw_2.15_uw_3.16	6447
+uw_1.8_uw_2.8_uw_3.20	6448
+uw_1.8_uw_2.14_uw_3.19	6449
+uw_1.20_uw_2.8_uw_3.5	6450
+uw_1.20_uw_2.8_uw_3.20	6451
+uw_1.20_uw_2.9_uw_3.7	6452
+uw_1.20_uw_2.19_uw_3.14	6453
+uw_1.2_uw_2.10_uw_3.2	6454
+uw_1.16_uw_2.10_uw_3.2	6455
+uw_1.15_uw_2.10_uw_3.2	6456
+uw_1.4_uw_2.12_uw_3.12	6457
+uw_1.4_uw_2.16_uw_3.12	6458
+uw_1.4_uw_2.16_uw_3.10	6459
+uw_1.4_uw_2.16_uw_3.17	6460
+uw_1.4_uw_2.16_uw_3.20	6461
+uw_1.4_uw_2.16_uw_3.13	6462
+uw_1.4_uw_2.16_uw_3.19	6463
+uw_1.21_uw_2.12_uw_3.12	6464
+uw_1.21_uw_2.16_uw_3.12	6465
+uw_1.21_uw_2.16_uw_3.18	6466
+uw_1.21_uw_2.16_uw_3.10	6467
+uw_1.21_uw_2.16_uw_3.17	6468
+uw_1.21_uw_2.16_uw_3.20	6469
+uw_1.21_uw_2.16_uw_3.13	6470
+uw_1.21_uw_2.16_uw_3.19	6471
+uw_1.11_uw_2.12_uw_3.12	6472
+uw_1.11_uw_2.16_uw_3.12	6473
+uw_1.11_uw_2.16_uw_3.18	6474
+uw_1.13_uw_2.6_uw_3.12	6475
+uw_1.13_uw_2.12_uw_3.12	6476
+uw_1.13_uw_2.16_uw_3.12	6477
+uw_1.23_uw_2.6_uw_3.10	6478
+uw_1.23_uw_2.6_uw_3.17	6479
+uw_1.23_uw_2.6_uw_3.20	6480
+uw_1.23_uw_2.6_uw_3.19	6481
+uw_1.23_uw_2.16_uw_3.10	6482
+uw_1.23_uw_2.16_uw_3.17	6483
+uw_1.23_uw_2.16_uw_3.20	6484
+uw_1.23_uw_2.16_uw_3.13	6485
+uw_1.23_uw_2.16_uw_3.19	6486
+uw_1.5_uw_2.3_uw_3.6	6487
+uw_1.9_uw_2.5_uw_3.9	6488
+uw_1.9_uw_2.11_uw_3.1	6489
+uw_1.9_uw_2.18_uw_3.11	6490
+uw_1.9_uw_2.18_uw_3.8	6491
+uw_1.9_uw_2.15_uw_3.15	6492
+uw_1.9_uw_2.15_uw_3.16	6493
+uw_1.22_uw_2.5_uw_3.3	6494
+uw_1.22_uw_2.5_uw_3.9	6495
+uw_1.22_uw_2.11_uw_3.1	6496
+uw_1.22_uw_2.18_uw_3.11	6497
+uw_1.22_uw_2.18_uw_3.8	6498
+uw_1.22_uw_2.15_uw_3.3	6499
+uw_1.22_uw_2.15_uw_3.15	6500
+uw_1.22_uw_2.15_uw_3.16	6501
+uw_1.12_uw_2.8_uw_3.5	6502
+uw_1.12_uw_2.8_uw_3.20	6503
+uw_1.12_uw_2.9_uw_3.7	6504
+uw_1.12_uw_2.13_uw_3.13	6505
+uw_1.12_uw_2.14_uw_3.19	6506
+uw_1.12_uw_2.19_uw_3.14	6507
+uw_1.14_uw_2.8_uw_3.5	6508
+uw_1.14_uw_2.8_uw_3.20	6509
+uw_1.14_uw_2.9_uw_3.7	6510
+uw_1.14_uw_2.14_uw_3.19	6511
+uw_1.14_uw_2.19_uw_3.14	6512
+uw_1.7_uw_2.3_uw_3.6	6513
+uw_1.7_uw_2.5_uw_3.3	6514
+uw_1.7_uw_2.5_uw_3.9	6515
+uw_1.7_uw_2.11_uw_3.1	6516
+uw_1.7_uw_2.18_uw_3.11	6517
+uw_1.7_uw_2.18_uw_3.8	6518
+uw_1.7_uw_2.15_uw_3.3	6519
+uw_1.7_uw_2.15_uw_3.15	6520
+uw_1.7_uw_2.15_uw_3.16	6521
+uw_1.7_uw_2.4_uw_3.4	6522
+uw_1.7_uw_2.4_uw_3.18	6523
+uw_1.7_uw_2.8_uw_3.5	6524
+uw_1.7_uw_2.8_uw_3.20	6525
+uw_1.7_uw_2.9_uw_3.7	6526
+uw_1.7_uw_2.13_uw_3.13	6527
+uw_1.7_uw_2.14_uw_3.19	6528
+uw_1.7_uw_2.19_uw_3.14	6529
+uw_1.10_uw_2.3_uw_3.6	6530
+uw_1.10_uw_2.5_uw_3.9	6531
+uw_1.10_uw_2.11_uw_3.1	6532
+uw_1.10_uw_2.18_uw_3.11	6533
+uw_1.10_uw_2.18_uw_3.8	6534
+uw_1.10_uw_2.15_uw_3.15	6535
+uw_1.10_uw_2.15_uw_3.16	6536
+uw_1.10_uw_2.8_uw_3.5	6537
+uw_1.10_uw_2.8_uw_3.20	6538
+uw_1.10_uw_2.9_uw_3.7	6539
+uw_1.10_uw_2.14_uw_3.19	6540
+uw_1.10_uw_2.19_uw_3.14	6541
+uw_1.17_uw_2.7_uw_3.3	6542
+uw_1.17_uw_2.15_uw_3.3	6543
+uw_1.17_uw_2.15_uw_3.15	6544
+uw_1.19_uw_2.3_uw_3.6	6545
+uw_1.19_uw_2.5_uw_3.3	6546
+uw_1.19_uw_2.5_uw_3.9	6547
+uw_1.19_uw_2.7_uw_3.1	6548
+uw_1.19_uw_2.7_uw_3.11	6549
+uw_1.19_uw_2.7_uw_3.8	6550
+uw_1.19_uw_2.7_uw_3.16	6551
+uw_1.19_uw_2.11_uw_3.1	6552
+uw_1.19_uw_2.18_uw_3.11	6553
+uw_1.19_uw_2.18_uw_3.8	6554
+uw_1.19_uw_2.15_uw_3.16	6555
+uw_1.19_uw_2.4_uw_3.4	6556
+uw_1.19_uw_2.4_uw_3.18	6557
+uw_1.19_uw_2.8_uw_3.5	6558
+uw_1.19_uw_2.8_uw_3.20	6559
+uw_1.19_uw_2.9_uw_3.7	6560
+uw_1.19_uw_2.13_uw_3.13	6561
+uw_1.19_uw_2.14_uw_3.19	6562
+uw_1.19_uw_2.19_uw_3.14	6563
+v_1.1_v_2.1_v_3.10	6564
+v_1.1_v_2.8_v_3.1	6565
+v_1.1_v_2.8_v_3.12	6566
+v_1.1_v_2.8_v_3.3	6567
+v_1.1_v_2.8_v_3.5	6568
+v_1.1_v_2.8_v_3.8	6569
+v_1.1_v_2.2_v_3.2	6570
+v_1.1_v_2.7_v_3.4	6571
+v_1.1_v_2.7_v_3.13	6572
+v_1.1_v_2.5_v_3.7	6573
+v_1.9_v_2.1_v_3.10	6574
+v_1.9_v_2.4_v_3.1	6575
+v_1.9_v_2.4_v_3.12	6576
+v_1.9_v_2.4_v_3.3	6577
+v_1.9_v_2.4_v_3.5	6578
+v_1.9_v_2.4_v_3.8	6579
+v_1.9_v_2.8_v_3.1	6580
+v_1.9_v_2.8_v_3.12	6581
+v_1.9_v_2.8_v_3.3	6582
+v_1.9_v_2.8_v_3.5	6583
+v_1.9_v_2.8_v_3.8	6584
+v_1.9_v_2.2_v_3.2	6585
+v_1.9_v_2.7_v_3.4	6586
+v_1.9_v_2.7_v_3.13	6587
+v_1.9_v_2.5_v_3.7	6588
+v_1.3_v_2.1_v_3.10	6589
+v_1.3_v_2.8_v_3.1	6590
+v_1.3_v_2.8_v_3.12	6591
+v_1.3_v_2.8_v_3.3	6592
+v_1.3_v_2.8_v_3.5	6593
+v_1.3_v_2.8_v_3.8	6594
+v_1.3_v_2.2_v_3.2	6595
+v_1.3_v_2.7_v_3.4	6596
+v_1.3_v_2.7_v_3.13	6597
+v_1.3_v_2.5_v_3.7	6598
+v_1.5_v_2.1_v_3.6	6599
+v_1.5_v_2.1_v_3.9	6600
+v_1.5_v_2.8_v_3.11	6601
+v_1.5_v_2.8_v_3.9	6602
+v_1.5_v_2.8_v_3.5	6603
+v_1.5_v_2.8_v_3.8	6604
+v_1.5_v_2.7_v_3.13	6605
+v_1.6_v_2.8_v_3.3	6606
+v_1.6_v_2.7_v_3.4	6607
+v_1.8_v_2.8_v_3.1	6608
+v_1.8_v_2.8_v_3.11	6609
+v_1.8_v_2.8_v_3.9	6610
+v_1.8_v_2.8_v_3.8	6611
+v_1.8_v_2.2_v_3.2	6612
+v_1.8_v_2.7_v_3.13	6613
+v_1.8_v_2.5_v_3.7	6614
+v_1.2_v_2.3_v_3.1	6615
+v_1.2_v_2.3_v_3.10	6616
+v_1.2_v_2.3_v_3.12	6617
+v_1.2_v_2.6_v_3.3	6618
+v_1.2_v_2.6_v_3.5	6619
+v_1.2_v_2.6_v_3.8	6620
+v_1.2_v_2.2_v_3.2	6621
+v_1.2_v_2.7_v_3.4	6622
+v_1.2_v_2.7_v_3.13	6623
+v_1.2_v_2.5_v_3.7	6624
+v_1.4_v_2.3_v_3.1	6625
+v_1.4_v_2.3_v_3.10	6626
+v_1.4_v_2.3_v_3.12	6627
+v_1.4_v_2.6_v_3.3	6628
+v_1.4_v_2.6_v_3.5	6629
+v_1.4_v_2.6_v_3.8	6630
+v_1.4_v_2.2_v_3.2	6631
+v_1.4_v_2.7_v_3.4	6632
+v_1.4_v_2.7_v_3.13	6633
+v_1.4_v_2.5_v_3.7	6634
+v_1.10_v_2.3_v_3.1	6635
+v_1.10_v_2.3_v_3.10	6636
+v_1.10_v_2.3_v_3.12	6637
+v_1.10_v_2.6_v_3.3	6638
+v_1.10_v_2.6_v_3.5	6639
+v_1.10_v_2.6_v_3.8	6640
+v_1.10_v_2.2_v_3.2	6641
+v_1.10_v_2.7_v_3.4	6642
+v_1.10_v_2.7_v_3.13	6643
+v_1.10_v_2.5_v_3.7	6644
+v_1.7_v_2.3_v_3.1	6645
+v_1.7_v_2.3_v_3.10	6646
+v_1.7_v_2.3_v_3.12	6647
+v_1.7_v_2.6_v_3.3	6648
+v_1.7_v_2.6_v_3.5	6649
+v_1.7_v_2.6_v_3.8	6650
+v_1.7_v_2.2_v_3.2	6651
+v_1.7_v_2.7_v_3.4	6652
+v_1.7_v_2.7_v_3.13	6653
+v_1.7_v_2.5_v_3.7	6654
+w_1.1_w_2.1_w_3.1	6655
+w_1.1_w_2.9_w_3.12	6656
+w_1.1_w_2.9_w_3.14	6657
+w_1.1_w_2.5_w_3.5	6658
+w_1.1_w_2.5_w_3.14	6659
+w_1.1_w_2.2_w_3.2	6660
+w_1.1_w_2.2_w_3.11	6661
+w_1.1_w_2.4_w_3.6	6662
+w_1.1_w_2.6_w_3.11	6663
+w_1.1_w_2.8_w_3.4	6664
+w_1.1_w_2.8_w_3.9	6665
+w_1.1_w_2.8_w_3.11	6666
+w_1.8_w_2.1_w_3.1	6667
+w_1.8_w_2.9_w_3.12	6668
+w_1.8_w_2.9_w_3.14	6669
+w_1.8_w_2.5_w_3.5	6670
+w_1.8_w_2.5_w_3.14	6671
+w_1.8_w_2.2_w_3.2	6672
+w_1.8_w_2.2_w_3.11	6673
+w_1.8_w_2.4_w_3.6	6674
+w_1.8_w_2.6_w_3.11	6675
+w_1.8_w_2.8_w_3.4	6676
+w_1.8_w_2.8_w_3.9	6677
+w_1.8_w_2.8_w_3.11	6678
+w_1.10_w_2.1_w_3.1	6679
+w_1.10_w_2.9_w_3.12	6680
+w_1.10_w_2.9_w_3.14	6681
+w_1.10_w_2.5_w_3.5	6682
+w_1.10_w_2.5_w_3.14	6683
+w_1.10_w_2.2_w_3.2	6684
+w_1.10_w_2.2_w_3.11	6685
+w_1.10_w_2.4_w_3.6	6686
+w_1.10_w_2.6_w_3.11	6687
+w_1.10_w_2.8_w_3.4	6688
+w_1.10_w_2.8_w_3.9	6689
+w_1.10_w_2.8_w_3.11	6690
+w_1.4_w_2.1_w_3.1	6691
+w_1.4_w_2.9_w_3.3	6692
+w_1.4_w_2.9_w_3.14	6693
+w_1.4_w_2.5_w_3.5	6694
+w_1.4_w_2.5_w_3.14	6695
+w_1.4_w_2.2_w_3.2	6696
+w_1.4_w_2.2_w_3.11	6697
+w_1.4_w_2.4_w_3.6	6698
+w_1.4_w_2.6_w_3.11	6699
+w_1.4_w_2.8_w_3.4	6700
+w_1.4_w_2.8_w_3.9	6701
+w_1.4_w_2.8_w_3.11	6702
+w_1.5_w_2.1_w_3.1	6703
+w_1.5_w_2.9_w_3.12	6704
+w_1.5_w_2.9_w_3.14	6705
+w_1.5_w_2.5_w_3.5	6706
+w_1.5_w_2.5_w_3.14	6707
+w_1.5_w_2.2_w_3.2	6708
+w_1.5_w_2.2_w_3.11	6709
+w_1.5_w_2.4_w_3.6	6710
+w_1.5_w_2.6_w_3.11	6711
+w_1.5_w_2.8_w_3.4	6712
+w_1.5_w_2.8_w_3.9	6713
+w_1.5_w_2.8_w_3.11	6714
+w_1.6_w_2.1_w_3.1	6715
+w_1.6_w_2.9_w_3.12	6716
+w_1.6_w_2.9_w_3.14	6717
+w_1.6_w_2.5_w_3.5	6718
+w_1.6_w_2.5_w_3.14	6719
+w_1.6_w_2.2_w_3.2	6720
+w_1.6_w_2.2_w_3.11	6721
+w_1.6_w_2.4_w_3.6	6722
+w_1.6_w_2.6_w_3.11	6723
+w_1.6_w_2.8_w_3.4	6724
+w_1.6_w_2.8_w_3.9	6725
+w_1.6_w_2.8_w_3.11	6726
+w_1.7_w_2.1_w_3.1	6727
+w_1.7_w_2.9_w_3.12	6728
+w_1.7_w_2.9_w_3.14	6729
+w_1.7_w_2.5_w_3.5	6730
+w_1.7_w_2.5_w_3.14	6731
+w_1.7_w_2.2_w_3.2	6732
+w_1.7_w_2.2_w_3.11	6733
+w_1.7_w_2.4_w_3.6	6734
+w_1.7_w_2.6_w_3.11	6735
+w_1.7_w_2.8_w_3.4	6736
+w_1.7_w_2.8_w_3.9	6737
+w_1.7_w_2.8_w_3.11	6738
+w_1.13_w_2.1_w_3.1	6739
+w_1.13_w_2.9_w_3.12	6740
+w_1.13_w_2.9_w_3.14	6741
+w_1.13_w_2.5_w_3.5	6742
+w_1.13_w_2.5_w_3.14	6743
+w_1.13_w_2.2_w_3.2	6744
+w_1.13_w_2.2_w_3.11	6745
+w_1.13_w_2.4_w_3.6	6746
+w_1.13_w_2.6_w_3.11	6747
+w_1.13_w_2.8_w_3.4	6748
+w_1.13_w_2.8_w_3.9	6749
+w_1.13_w_2.8_w_3.11	6750
+w_1.2_w_2.1_w_3.1	6751
+w_1.2_w_2.11_w_3.12	6752
+w_1.2_w_2.11_w_3.14	6753
+w_1.2_w_2.13_w_3.6	6754
+w_1.2_w_2.14_w_3.6	6755
+w_1.11_w_2.12_w_3.5	6756
+w_1.11_w_2.12_w_3.14	6757
+w_1.11_w_2.2_w_3.2	6758
+w_1.11_w_2.2_w_3.13	6759
+w_1.11_w_2.3_w_3.4	6760
+w_1.11_w_2.13_w_3.7	6761
+w_1.11_w_2.14_w_3.13	6762
+w_1.3_w_2.1_w_3.1	6763
+w_1.3_w_2.11_w_3.12	6764
+w_1.3_w_2.11_w_3.8	6765
+w_1.3_w_2.7_w_3.5	6766
+w_1.3_w_2.7_w_3.8	6767
+w_1.12_w_2.1_w_3.1	6768
+w_1.12_w_2.11_w_3.12	6769
+w_1.12_w_2.11_w_3.14	6770
+w_1.12_w_2.12_w_3.5	6771
+w_1.12_w_2.12_w_3.14	6772
+w_1.15_w_2.1_w_3.1	6773
+w_1.15_w_2.11_w_3.12	6774
+w_1.15_w_2.11_w_3.10	6775
+w_1.15_w_2.11_w_3.14	6776
+w_1.15_w_2.10_w_3.5	6777
+w_1.15_w_2.10_w_3.10	6778
+w_1.15_w_2.12_w_3.5	6779
+w_1.15_w_2.12_w_3.14	6780
+w_1.9_w_2.2_w_3.2	6781
+w_1.9_w_2.2_w_3.11	6782
+w_1.9_w_2.4_w_3.6	6783
+w_1.9_w_2.6_w_3.11	6784
+w_1.9_w_2.8_w_3.4	6785
+w_1.9_w_2.8_w_3.9	6786
+w_1.9_w_2.8_w_3.11	6787
+w_1.14_w_2.2_w_3.2	6788
+w_1.14_w_2.2_w_3.11	6789
+w_1.14_w_2.4_w_3.6	6790
+w_1.14_w_2.6_w_3.11	6791
+w_1.14_w_2.8_w_3.4	6792
+w_1.14_w_2.8_w_3.9	6793
+w_1.14_w_2.8_w_3.11	6794
+y_1.1_y_2.1_y_3.1	6795
+y_1.1_y_2.1_y_3.6	6796
+y_1.1_y_2.2_y_3.2	6797
+y_1.1_y_2.10_y_3.7	6798
+y_1.1_y_2.3_y_3.3	6799
+y_1.1_y_2.3_y_3.8	6800
+y_1.1_y_2.8_y_3.4	6801
+y_1.1_y_2.8_y_3.5	6802
+y_1.3_y_2.6_y_3.1	6803
+y_1.3_y_2.2_y_3.2	6804
+y_1.3_y_2.10_y_3.7	6805
+y_1.3_y_2.3_y_3.8	6806
+y_1.3_y_2.11_y_3.4	6807
+y_1.3_y_2.11_y_3.5	6808
+y_1.11_y_2.6_y_3.1	6809
+y_1.11_y_2.2_y_3.2	6810
+y_1.11_y_2.10_y_3.7	6811
+y_1.11_y_2.3_y_3.8	6812
+y_1.11_y_2.11_y_3.4	6813
+y_1.11_y_2.11_y_3.5	6814
+y_1.5_y_2.6_y_3.1	6815
+y_1.5_y_2.2_y_3.2	6816
+y_1.5_y_2.10_y_3.7	6817
+y_1.5_y_2.3_y_3.8	6818
+y_1.5_y_2.11_y_3.4	6819
+y_1.5_y_2.11_y_3.5	6820
+y_1.8_y_2.6_y_3.1	6821
+y_1.8_y_2.2_y_3.2	6822
+y_1.8_y_2.10_y_3.7	6823
+y_1.8_y_2.3_y_3.8	6824
+y_1.8_y_2.11_y_3.4	6825
+y_1.8_y_2.11_y_3.5	6826
+y_1.9_y_2.6_y_3.1	6827
+y_1.9_y_2.2_y_3.2	6828
+y_1.9_y_2.10_y_3.7	6829
+y_1.9_y_2.3_y_3.8	6830
+y_1.9_y_2.11_y_3.4	6831
+y_1.9_y_2.11_y_3.5	6832
+y_1.2_y_2.4_y_3.6	6833
+y_1.10_y_2.2_y_3.2	6834
+y_1.10_y_2.10_y_3.7	6835
+y_1.10_y_2.5_y_3.8	6836
+y_1.10_y_2.5_y_3.4	6837
+y_1.10_y_2.5_y_3.5	6838
+y_1.4_y_2.7_y_3.1	6839
+y_1.4_y_2.2_y_3.2	6840
+y_1.4_y_2.10_y_3.7	6841
+y_1.4_y_2.5_y_3.8	6842
+y_1.4_y_2.5_y_3.4	6843
+y_1.4_y_2.5_y_3.5	6844
+y_1.6_y_2.5_y_3.5	6845
+y_1.12_y_2.9_y_3.6	6846
+y_1.12_y_2.2_y_3.2	6847
+y_1.12_y_2.10_y_3.7	6848
+y_1.12_y_2.5_y_3.8	6849
+y_1.12_y_2.5_y_3.4	6850
+y_1.12_y_2.5_y_3.5	6851
+y_1.13_y_2.9_y_3.1	6852
+y_1.13_y_2.9_y_3.6	6853
+y_1.13_y_2.2_y_3.2	6854
+y_1.13_y_2.10_y_3.7	6855
+y_1.13_y_2.5_y_3.8	6856
+y_1.13_y_2.5_y_3.4	6857
+y_1.13_y_2.5_y_3.5	6858
+y_1.7_y_2.9_y_3.1	6859
+y_1.7_y_2.9_y_3.6	6860
+y_1.7_y_2.2_y_3.2	6861
+y_1.7_y_2.10_y_3.7	6862
+y_1.7_y_2.5_y_3.8	6863
+y_1.7_y_2.5_y_3.4	6864
+y_1.7_y_2.5_y_3.5	6865
+z_1.1_z_2.1_z_3.1	6866
+z_1.1_z_2.1_z_3.5	6867
+z_1.1_z_2.8_z_3.1	6868
+z_1.1_z_2.8_z_3.9	6869
+z_1.1_z_2.4_z_3.6	6870
+z_1.1_z_2.6_z_3.4	6871
+z_1.1_z_2.6_z_3.12	6872
+z_1.1_z_2.6_z_3.11	6873
+z_1.1_z_2.6_z_3.3	6874
+z_1.1_z_2.6_z_3.7	6875
+z_1.1_z_2.6_z_3.8	6876
+z_1.3_z_2.1_z_3.1	6877
+z_1.3_z_2.1_z_3.5	6878
+z_1.3_z_2.8_z_3.1	6879
+z_1.3_z_2.8_z_3.9	6880
+z_1.3_z_2.2_z_3.2	6881
+z_1.3_z_2.3_z_3.4	6882
+z_1.3_z_2.3_z_3.12	6883
+z_1.3_z_2.3_z_3.11	6884
+z_1.3_z_2.3_z_3.3	6885
+z_1.3_z_2.3_z_3.7	6886
+z_1.3_z_2.3_z_3.8	6887
+z_1.4_z_2.4_z_3.6	6888
+z_1.4_z_2.4_z_3.10	6889
+z_1.10_z_2.1_z_3.1	6890
+z_1.10_z_2.1_z_3.5	6891
+z_1.10_z_2.8_z_3.1	6892
+z_1.10_z_2.8_z_3.9	6893
+z_1.10_z_2.9_z_3.4	6894
+z_1.10_z_2.9_z_3.12	6895
+z_1.10_z_2.9_z_3.11	6896
+z_1.10_z_2.9_z_3.3	6897
+z_1.10_z_2.9_z_3.7	6898
+z_1.10_z_2.9_z_3.8	6899
+z_1.5_z_2.1_z_3.1	6900
+z_1.5_z_2.1_z_3.5	6901
+z_1.5_z_2.8_z_3.1	6902
+z_1.5_z_2.8_z_3.9	6903
+z_1.5_z_2.4_z_3.6	6904
+z_1.5_z_2.9_z_3.4	6905
+z_1.5_z_2.9_z_3.12	6906
+z_1.5_z_2.9_z_3.11	6907
+z_1.5_z_2.9_z_3.3	6908
+z_1.5_z_2.9_z_3.7	6909
+z_1.5_z_2.9_z_3.8	6910
+z_1.7_z_2.1_z_3.1	6911
+z_1.7_z_2.1_z_3.5	6912
+z_1.7_z_2.8_z_3.1	6913
+z_1.7_z_2.8_z_3.9	6914
+z_1.7_z_2.4_z_3.10	6915
+z_1.7_z_2.9_z_3.4	6916
+z_1.7_z_2.9_z_3.12	6917
+z_1.7_z_2.9_z_3.11	6918
+z_1.7_z_2.9_z_3.3	6919
+z_1.7_z_2.9_z_3.7	6920
+z_1.7_z_2.9_z_3.8	6921
+z_1.8_z_2.1_z_3.1	6922
+z_1.8_z_2.1_z_3.5	6923
+z_1.8_z_2.8_z_3.1	6924
+z_1.8_z_2.8_z_3.9	6925
+z_1.8_z_2.4_z_3.10	6926
+z_1.8_z_2.9_z_3.4	6927
+z_1.8_z_2.9_z_3.12	6928
+z_1.8_z_2.9_z_3.11	6929
+z_1.8_z_2.9_z_3.3	6930
+z_1.8_z_2.9_z_3.7	6931
+z_1.8_z_2.9_z_3.8	6932
+z_1.9_z_2.1_z_3.1	6933
+z_1.9_z_2.1_z_3.5	6934
+z_1.9_z_2.8_z_3.1	6935
+z_1.9_z_2.8_z_3.9	6936
+z_1.9_z_2.4_z_3.6	6937
+z_1.9_z_2.4_z_3.10	6938
+z_1.9_z_2.9_z_3.4	6939
+z_1.9_z_2.9_z_3.12	6940
+z_1.9_z_2.9_z_3.11	6941
+z_1.9_z_2.9_z_3.3	6942
+z_1.9_z_2.9_z_3.7	6943
+z_1.9_z_2.9_z_3.8	6944
+z_1.2_z_2.1_z_3.1	6945
+z_1.2_z_2.1_z_3.5	6946
+z_1.2_z_2.8_z_3.1	6947
+z_1.2_z_2.8_z_3.9	6948
+z_1.2_z_2.2_z_3.2	6949
+z_1.2_z_2.5_z_3.10	6950
+z_1.2_z_2.3_z_3.4	6951
+z_1.2_z_2.3_z_3.12	6952
+z_1.2_z_2.3_z_3.11	6953
+z_1.2_z_2.3_z_3.3	6954
+z_1.2_z_2.3_z_3.7	6955
+z_1.2_z_2.3_z_3.8	6956
+z_1.2_z_2.7_z_3.4	6957
+z_1.2_z_2.7_z_3.12	6958
+z_1.2_z_2.7_z_3.11	6959
+z_1.2_z_2.7_z_3.3	6960
+z_1.2_z_2.7_z_3.7	6961
+z_1.2_z_2.7_z_3.8	6962
+z_1.6_z_2.1_z_3.1	6963
+z_1.6_z_2.1_z_3.5	6964
+z_1.6_z_2.8_z_3.1	6965
+z_1.6_z_2.8_z_3.9	6966
+z_1.6_z_2.5_z_3.10	6967
+z_1.6_z_2.7_z_3.4	6968
+z_1.6_z_2.7_z_3.12	6969
+z_1.6_z_2.7_z_3.11	6970
+z_1.6_z_2.7_z_3.3	6971
+z_1.6_z_2.7_z_3.7	6972
+z_1.6_z_2.7_z_3.8	6973
+z_1.11_z_2.1_z_3.1	6974
+z_1.11_z_2.1_z_3.5	6975
+z_1.11_z_2.8_z_3.1	6976
+z_1.11_z_2.8_z_3.9	6977
+z_1.11_z_2.5_z_3.6	6978
+z_1.11_z_2.5_z_3.10	6979
+z_1.11_z_2.7_z_3.4	6980
+z_1.11_z_2.7_z_3.12	6981
+z_1.11_z_2.7_z_3.11	6982
+z_1.11_z_2.7_z_3.3	6983
+z_1.11_z_2.7_z_3.7	6984
+z_1.11_z_2.7_z_3.8	6985
+z_1.12_z_2.1_z_3.1	6986
+z_1.12_z_2.1_z_3.5	6987
+z_1.12_z_2.8_z_3.1	6988
+z_1.12_z_2.8_z_3.9	6989
+z_1.12_z_2.5_z_3.10	6990
+z_1.12_z_2.7_z_3.4	6991
+z_1.12_z_2.7_z_3.12	6992
+z_1.12_z_2.7_z_3.11	6993
+z_1.12_z_2.7_z_3.3	6994
+z_1.12_z_2.7_z_3.7	6995
+z_1.12_z_2.7_z_3.8	6996
+zh_1.1_zh_2.1_zh_3.1	6997
diff --git a/system/usr/srec/en-US/hmmlist b/system/usr/srec/en-US/hmmlist
new file mode 100644
index 0000000000000000000000000000000000000000..c739d8f3cb83d89313640f2e1e66b5689ae8b22b
Binary files /dev/null and b/system/usr/srec/en-US/hmmlist differ
diff --git a/system/usr/srec/en-US/input_mean_std_dev b/system/usr/srec/en-US/input_mean_std_dev
new file mode 100644
index 0000000000000000000000000000000000000000..51d83db8f2381bdda050a39ae66fb81966773095
Binary files /dev/null and b/system/usr/srec/en-US/input_mean_std_dev differ
diff --git a/system/usr/srec/en-US/lexicon.U.fst b/system/usr/srec/en-US/lexicon.U.fst
new file mode 100644
index 0000000000000000000000000000000000000000..b04289e3a89e7ff0554701a63b8d58d3653de617
Binary files /dev/null and b/system/usr/srec/en-US/lexicon.U.fst differ
diff --git a/system/usr/srec/en-US/lstm_model.uint8.data b/system/usr/srec/en-US/lstm_model.uint8.data
new file mode 100644
index 0000000000000000000000000000000000000000..5703648e223449a1f31af0a102bf0056ede7edf0
Binary files /dev/null and b/system/usr/srec/en-US/lstm_model.uint8.data differ
diff --git a/system/usr/srec/en-US/magic_mic.config b/system/usr/srec/en-US/magic_mic.config
new file mode 100644
index 0000000000000000000000000000000000000000..c8a42553fbbc1de00453e64e129daff5239b2408
Binary files /dev/null and b/system/usr/srec/en-US/magic_mic.config differ
diff --git a/system/usr/srec/en-US/media_bias.fst b/system/usr/srec/en-US/media_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..b2687117490c169f9a77b5e80d86046117ffce06
Binary files /dev/null and b/system/usr/srec/en-US/media_bias.fst differ
diff --git a/system/usr/srec/en-US/metadata b/system/usr/srec/en-US/metadata
new file mode 100644
index 0000000000000000000000000000000000000000..15727abd15d62457caf9dc155ef58c20a8139f22
Binary files /dev/null and b/system/usr/srec/en-US/metadata differ
diff --git a/system/usr/srec/en-US/monastery_config.pumpkin b/system/usr/srec/en-US/monastery_config.pumpkin
new file mode 100644
index 0000000000000000000000000000000000000000..21275756caab67bc32351326f86c0b56f1a00149
Binary files /dev/null and b/system/usr/srec/en-US/monastery_config.pumpkin differ
diff --git a/system/usr/srec/en-US/norm_fst b/system/usr/srec/en-US/norm_fst
new file mode 100644
index 0000000000000000000000000000000000000000..95c0171e1fc4d83767ce9ebd70a5f97b4ec1e2e2
Binary files /dev/null and b/system/usr/srec/en-US/norm_fst differ
diff --git a/system/usr/srec/en-US/offensive_word_normalizer.mfar b/system/usr/srec/en-US/offensive_word_normalizer.mfar
new file mode 100644
index 0000000000000000000000000000000000000000..e9d4e9658450c476f82b2d5219547ddb55ef2d47
Binary files /dev/null and b/system/usr/srec/en-US/offensive_word_normalizer.mfar differ
diff --git a/system/usr/srec/en-US/offline_action_data.pb b/system/usr/srec/en-US/offline_action_data.pb
new file mode 100644
index 0000000000000000000000000000000000000000..1d8faf6bbd27240da8e707017c9826ad8fae95c1
Binary files /dev/null and b/system/usr/srec/en-US/offline_action_data.pb differ
diff --git a/system/usr/srec/en-US/phonelist b/system/usr/srec/en-US/phonelist
new file mode 100644
index 0000000000000000000000000000000000000000..3c4726d4ae10759f6a4b45ffdbceb991747bffa7
--- /dev/null
+++ b/system/usr/srec/en-US/phonelist
@@ -0,0 +1,44 @@
+<epsilon>	0
+aa	1
+ae	2
+ah	3
+ao	4
+aw	5
+ax	6
+ay	7
+b	8
+ch	9
+d	10
+dh	11
+eh	12
+en	13
+er	14
+ey	15
+f	16
+g	17
+hh	18
+ih	19
+iy	20
+jh	21
+k	22
+l	23
+m	24
+n	25
+nx	26
+ow	27
+oy	28
+p	29
+r	30
+s	31
+sh	32
+sil	33
+t	34
+th	35
+uh	36
+uw	37
+v	38
+w	39
+y	40
+z	41
+zh	42
+*	43
\ No newline at end of file
diff --git a/system/usr/srec/en-US/portable_lstm b/system/usr/srec/en-US/portable_lstm
new file mode 100644
index 0000000000000000000000000000000000000000..ee883849dca220c7f0f2bb68084f1a38e68405ee
Binary files /dev/null and b/system/usr/srec/en-US/portable_lstm differ
diff --git a/system/usr/srec/en-US/portable_meanstddev b/system/usr/srec/en-US/portable_meanstddev
new file mode 100644
index 0000000000000000000000000000000000000000..d64e760d9c407b3831c33a1158676adf166742f8
Binary files /dev/null and b/system/usr/srec/en-US/portable_meanstddev differ
diff --git a/system/usr/srec/en-US/prons_exception_dictionary_file.txt b/system/usr/srec/en-US/prons_exception_dictionary_file.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f9494b6f71e247b1a5d0a47ef46bea054a05393c
--- /dev/null
+++ b/system/usr/srec/en-US/prons_exception_dictionary_file.txt
@@ -0,0 +1,4238 @@
+abad	1.0000	@ b A d
+abalos	0.5000	A b @ l oU z
+abalos	0.5000	{ b @ l oU z
+abarca	1.0000	@ b A r\ k @
+abbasi	1.0000	@ b A s i
+abeita	1.0000	{ b eI t @
+abella	0.5000	{ b E l @
+abella	0.5000	@ b E l @
+abeyta	1.0000	@ b eI t @
+abney	1.0000	{ b n i
+abrahamson	1.0000	eI b r\ @ h { m s @ n
+abrego	0.5000	@ b r\ eI g oU
+abrego	0.5000	@ b r\ E g oU
+abreu	0.5000	@ b r\ eI u
+abreu	0.5000	@ b r\ u
+abril	0.5000	eI b r\ @ l
+abril	0.5000	{ b r\ @ l
+abundis	1.0000	@ b V n d @ s
+aburto	1.0000	{ b @` t oU
+acevedo	0.5000	{ s @ v eI d oU
+acevedo	0.5000	A s @ v eI d oU
+aceves	0.5000	@ s E v @ s
+aceves	0.5000	@ s E v E z
+acharya	0.2500	@ tS A r\ i @
+acharya	0.2500	{ tS A r\ i @
+acharya	0.2500	@ k A r\ i @
+acharya	0.2500	@ tS A r\ j @
+acoba	1.0000	@ k oU b @
+acuna	1.0000	@ k u n @
+adachi	1.0000	@ d A tS i
+adakai	1.0000	@ d A k aI
+adame	0.5000	@ d A m i
+adame	0.5000	@ d A m eI
+adames	1.0000	{ d @ m z
+adorno	1.0000	@ d O r\ n oU
+adriano	1.0000	eI d r\ i A n oU
+advani	0.5000	{ d @ v A n i
+advani	0.5000	@ d v A n i
+afzal	0.5000	{ f z O l
+afzal	0.5000	{ f z @ l
+agarwal	1.0000	{ g @` w O l
+agbayani	1.0000	{ g b aI A n i
+agcaoili	1.0000	@ g k aU i l i
+agee	0.5000	eI dZ i
+agee	0.5000	{ g i
+aggarwal	0.5000	V g @` w A l
+aggarwal	0.5000	{ g @` w O l
+agosto	0.5000	@ g A s t oU
+agosto	0.5000	@ g oU s t oU
+agrawal	0.5000	V g @` w A l
+agrawal	0.5000	{ g r\ @ w O l
+aguado	1.0000	@ g w A d oU
+aguayo	0.3333	@ g w aI oU
+aguayo	0.3333	{ g w aI oU
+aguayo	0.3333	@ g w eI oU
+agudelo	0.5000	{ g @ d E l oU
+agudelo	0.5000	{ g u d E l oU
+aguero	0.5000	{ g w E r\ oU
+aguero	0.5000	@ g w E r\ oU
+aguiar	0.5000	{ g j u @`
+aguiar	0.5000	{ g w i A r\
+aguila	0.3333	@ g i l @
+aguila	0.3333	{ g j u l @
+aguila	0.3333	{ g @ l @
+aguillon	1.0000	{ g @ l A n
+aguinaga	1.0000	{ g w @ n A g @
+aguinaldo	0.5000	@ g i n O l d oU
+aguinaldo	0.5000	A g w @ n A l d oU
+aguirre	0.5000	@ g i r\ i
+aguirre	0.5000	@ g i r\ eI
+aguon	1.0000	{ g w A n
+ahluwalia	0.3333	@ l u w A l i @
+ahluwalia	0.3333	A l u w O l i @
+ahluwalia	0.3333	A l u w A l i @
+ahn	0.5000	A n
+ahn	0.5000	eI eI tS E n
+ahsan	0.5000	@ s A n
+ahsan	0.5000	A s A n
+ahuja	0.5000	@ h u Z @
+ahuja	0.5000	@ h u @
+ahumada	0.5000	{ h u m A d @
+ahumada	0.5000	@ h u m A d @
+aikens	1.0000	eI k @ n z
+aispuro	1.0000	aI s p j O r\ oU
+akamine	1.0000	A k @ m i n
+akhtar	0.5000	{ k t A r\
+akhtar	0.5000	A k t A r\
+akhter	1.0000	A k t @`
+akiyama	1.0000	A k @ j A m @
+akram	1.0000	{ k r\ @ m
+akter	1.0000	{ k t @`
+alam	0.5000	@ l A m
+alam	0.5000	@ l { m
+alamillo	1.0000	{ l @ m I l oU
+alaniz	0.5000	{ l @ n i z
+alaniz	0.5000	@ l { n @ z
+alarcon	0.5000	{ l @` k A n
+alarcon	0.5000	@ l A r\ k @ n
+alatorre	1.0000	{ l @ t O r\
+albano	0.5000	{ l b { n oU
+albano	0.5000	{ l b A n oU
+albarado	1.0000	{ l b @` A d oU
+albarran	1.0000	{ l b @` @ n
+alcala	0.3333	{ l k @ l @
+alcala	0.3333	{ l k A l @
+alcala	0.3333	A k @ l A
+alcantar	0.5000	{ l k @ n t A r\
+alcantar	0.5000	{ l k { n t A r\
+alcantara	0.5000	{ l k @ n t E r\ @
+alcantara	0.5000	{ l k @ n t A r\ @
+alcaraz	0.5000	{ l k @ r\ @ z
+alcaraz	0.5000	{ l k @ r\ { z
+alcazar	1.0000	{ l k @ z A r\
+alcocer	0.5000	{ l k @ s @`
+alcocer	0.5000	@ l k oU s @`
+alcorta	1.0000	{ l k O r\ t @
+aldaco	1.0000	{ l d @ k oU
+aldana	0.5000	{ l d A n @
+aldana	0.5000	O l d { n @
+aldape	0.5000	{ l d A p eI
+aldape	0.5000	@ l d A p @
+alderete	1.0000	{ l d @` i t
+aldrete	0.5000	{ l d r\ E t eI
+aldrete	0.5000	O l d r\ i t
+alegria	0.3333	@ l E g r\ i @
+alegria	0.3333	A l E g r\ i @
+alegria	0.3333	{ l @ g r\ i @
+alejandre	1.0000	A l eI h A n d r\ @
+alejo	0.5000	@ l eI h oU
+alejo	0.5000	@ l eI oU
+alejos	1.0000	@ l eI h oU z
+aleman	0.5000	{ l @ m A n
+aleman	0.5000	A l eI m A n
+alexie	1.0000	@ l E k s i
+alfaro	1.0000	{ l f A r\ oU
+algarin	1.0000	{ l g @` @ n
+alicea	0.5000	{ l i s i @
+alicea	0.5000	@ l i s i @
+allard	1.0000	{ l @` d
+allery	1.0000	{ l @` i
+alleyne	0.5000	@ l i n
+alleyne	0.5000	{ l eI n
+almaguer	0.5000	{ l m @ g @`
+almaguer	0.5000	{ l m @ g E r\
+almanza	0.5000	O l m A n z @
+almanza	0.5000	{ l m A n z @
+almanzar	1.0000	{ l m @ n z A r\
+almaraz	0.5000	{ l m @ r\ A z
+almaraz	0.5000	{ l m @` { z
+almazan	1.0000	{ l m @ z A n
+almeida	0.5000	{ l m eI d @
+almeida	0.5000	{ l m i d @
+almendarez	1.0000	{ l m @ n d A r\ @ z
+almodovar	0.5000	{ l m oU d @ v A r\
+almodovar	0.5000	{ l m @ d oU v @`
+almonte	0.5000	{ l m A n t
+almonte	0.5000	{ l m A n t i
+alston	1.0000	O l s t @ n
+altaha	1.0000	{ l t @ h @
+altamirano	0.5000	{ l t @ m i r\ A n oU
+altamirano	0.5000	O l t @ m @` A n oU
+alvardo	1.0000	{ l v A r\ d oU
+alvarenga	0.3333	{ l v @ r\ { N g @
+alvarenga	0.3333	{ l v @` { N g @
+alvarenga	0.3333	{ l v @` E N g @
+alvares	1.0000	{ l v @` E z
+alvear	0.5000	{ l v i A r\
+alvear	0.5000	{ l v i r\
+alvidrez	1.0000	{ l v @ d r\ E z
+alzate	1.0000	{ l z eI t i
+amado	1.0000	@ m A d oU
+amaro	1.0000	@ m A r\ oU
+ambriz	0.5000	{ m b r\ i z
+ambriz	0.5000	{ m b r\ @ z
+americanhorse	1.0000	@ m E r\ @ k @ n h O r\ s
+amezcua	0.5000	@ m E z k w @
+amezcua	0.5000	@ m E z k u @
+amezquita	1.0000	A m E s k i t @
+ancheta	1.0000	{ n tS E t @
+anchondo	0.5000	A n tS A n d oU
+anchondo	0.5000	{ n tS A n d oU
+andaya	0.5000	A n d aI @
+andaya	0.5000	{ n d aI @
+andino	1.0000	{ n d i n oU
+andrada	1.0000	{ n d r\ A d @
+andrade	0.5000	{ n d r\ A d i
+andrade	0.5000	{ n d r\ eI d
+andujar	0.3333	{ n d @ h A r\
+andujar	0.3333	{ n d u h A r\
+andujar	0.3333	{ n d u dZ A r\
+anguiano	0.5000	A n g w i A n oU
+anguiano	0.5000	{ n g w i A n oU
+angulo	0.5000	{ n g u l oU
+angulo	0.5000	{ N g u l oU
+ansari	0.2500	@ n s A r\ i
+ansari	0.2500	A n s A r\ i
+ansari	0.2500	{ n s A r\ i
+ansari	0.2500	{ n s @ r\ i
+antunez	0.5000	{ n t u n @ z
+antunez	0.5000	{ n t @ n @ z
+anwar	0.3333	{ n w @`
+anwar	0.3333	{ n w A r\
+anwar	0.3333	A n w A r\
+anzaldua	1.0000	{ n z O l d u @
+apachito	1.0000	{ p @ tS i t oU
+aparicio	0.5000	{ p @ r\ i s i oU
+aparicio	0.5000	{ p @` i S i oU
+apodaca	0.5000	{ p @ d A k @
+apodaca	0.5000	A p oU d A k @
+aponte	1.0000	@ p A n t eI
+applewhite	1.0000	{ p @ l w aI t
+aquino	0.5000	@ k i n oU
+aquino	0.5000	@ k w i n oU
+arai	1.0000	@ r\ aI
+araiza	0.5000	@ r\ aI z @
+araiza	0.5000	@ r\ eI z @
+arakaki	1.0000	E r\ @ k A k i
+arakawa	0.5000	A r\ @ k A w @
+arakawa	0.5000	@ r\ A k @ w A
+araki	0.5000	@ r\ A k i
+araki	0.5000	E r\ @ k i
+arambula	0.5000	A r\ @ m b u l @
+arambula	0.5000	@` { m b j @ l @
+arana	1.0000	@ r\ A n @
+arango	0.5000	@ r\ { N g oU
+arango	0.5000	@` { N g oU
+araujo	0.3333	@ r\ A u dZ oU
+araujo	0.3333	@ r\ A u h oU
+araujo	0.3333	@ r\ aU h oU
+arauz	1.0000	@ r\ aU s
+araya	0.5000	@ r\ aI @
+araya	0.5000	@` eI @
+arboleda	0.5000	A r\ b @ l i d @
+arboleda	0.5000	A r\ b oU l i d @
+arce	0.5000	A r\ s i
+arce	0.5000	A r\ s
+arceneaux	1.0000	A r\ s @ n oU
+arceo	1.0000	A r\ s eI oU
+archambault	0.5000	A r\ S @ m b O l t
+archambault	0.5000	A r\ tS @ m b O l t
+archambeau	1.0000	A r\ S @ m b oU
+arcilla	0.5000	@` s I l @
+arcilla	0.5000	A r\ s I l @
+arciniega	1.0000	A r\ s I n i eI g @
+ardon	1.0000	A r\ d @ n
+arechiga	1.0000	E r\ @ tS i g @
+arellanes	1.0000	E r\ @ l eI n z
+arellano	0.5000	A r\ eI j A n oU
+arellano	0.5000	@ r\ E l A n oU
+arevalo	0.5000	@ r\ E v A l oU
+arevalo	0.5000	E r\ @ v { l oU
+arguelles	1.0000	A r\ w eI @ s
+arguello	0.5000	A r\ g w eI oU
+arguello	0.5000	A r\ g w E l oU
+argueta	0.5000	A r\ g E t @
+argueta	0.5000	A r\ g i E t @
+arif	0.5000	@ r\ i f
+arif	0.5000	E r\ @ f
+arispe	1.0000	E r\ @ s p
+ariza	1.0000	@ r\ i z @
+armas	0.5000	A r\ m @ s
+armas	0.5000	A r\ m @ z
+armendariz	0.3333	A r\ m @ n d A r\ @ z
+armendariz	0.3333	A r\ m @ n d E r\ @ z
+armendariz	0.3333	A r\ m E n d @` I z
+armenta	1.0000	A r\ m E n t @
+armijo	0.3333	A r\ m i h oU
+armijo	0.3333	A r\ m i oU
+armijo	0.3333	A r\ m i dZ oU
+arocho	1.0000	@ r\ oU S oU
+arora	1.0000	@ r\ O r\ @
+arredondo	0.5000	A r\ @ d A n d oU
+arredondo	0.5000	E r\ @ d A n d oU
+arreguin	1.0000	E r\ @ g w @ n
+arreola	1.0000	E r\ i oU l @
+arriaga	0.5000	E r\ i A g @
+arriaga	0.5000	A r\ i A g @
+arrieta	1.0000	E r\ i E t @
+arriola	0.5000	A r\ i oU l @
+arriola	0.5000	E r\ i oU l @
+arshad	0.5000	A r\ S A d
+arshad	0.5000	A r\ S { d
+arteaga	0.5000	A r\ t eI g @
+arteaga	0.5000	A r\ t i g @
+arviso	1.0000	A r\ v i s oU
+arvizu	1.0000	A r\ v i z u
+arzate	1.0000	A r\ z A t i
+arzola	1.0000	A r\ z oU l @
+asano	1.0000	@ s A n oU
+asato	1.0000	@ s A t oU
+ascencio	1.0000	@ s E n s i oU
+asencio	0.5000	{ s E n s i oU
+asencio	0.5000	@ s E n s i oU
+ashraf	0.5000	{ S r\ { f
+ashraf	0.5000	{ S r\ @ f
+asif	0.5000	A s @ f
+asif	0.5000	{ s @ f
+astorga	1.0000	@ s t O r\ g @
+astudillo	1.0000	@ s t @ d i l @
+asuncion	0.5000	@ s u n s i oU n
+asuncion	0.5000	@ s V n S @ n
+atcitty	1.0000	{ tS I t i
+atencio	0.5000	{ t E n s i oU
+atencio	0.5000	@ t E n s i oU
+atene	1.0000	@ t i n
+atienza	1.0000	{ t i E n z @
+atilano	1.0000	{ t @ l A n oU
+attakai	1.0000	{ t @ k eI
+atwal	1.0000	{ t w O l
+auguste	0.5000	O g @ s t
+auguste	0.5000	O g u s t
+augustin	1.0000	O g @ s t i n
+aung	0.5000	O A N
+aung	0.5000	A N
+auyeung	1.0000	oU j V N
+avalos	0.5000	A v @ l oU z
+avalos	0.5000	{ v @ l oU s
+avelar	1.0000	{ v @ l A r\
+avendano	1.0000	{ v @ n d A n oU
+aviles	1.0000	@ v I l @ z
+avilez	1.0000	{ v @ l E z
+avina	1.0000	@ v i n @
+avitia	1.0000	@ v I S @
+awan	1.0000	@ w A n
+ayon	0.3333	aI oU n
+ayon	0.3333	eI A n
+ayon	0.3333	eI @ n
+azam	0.2500	@ z A m
+azam	0.2500	A z @ m
+azam	0.2500	@ z { m
+azam	0.2500	A z A m
+bacani	1.0000	b @ k A n i
+baccam	1.0000	b A k @ m
+badillo	0.5000	b @ d i oU
+badillo	0.5000	b @ d I l oU
+badua	1.0000	b A d u @
+baek	0.5000	b E k
+baek	0.5000	b i eI i k eI
+baeza	1.0000	b eI z @
+bahe	0.5000	b A h i
+bahe	0.5000	b A h @
+bahena	1.0000	b @ h i n @
+baig	1.0000	b eI g
+baik	1.0000	b eI k
+bailon	0.5000	b aI l oU n
+bailon	0.5000	b eI l @ n
+baines	1.0000	b eI n z
+bains	1.0000	b eI n z
+bajaj	1.0000	b @ dZ A dZ
+bajwa	0.3333	b A dZ w @
+bajwa	0.3333	b A dZ w A
+bajwa	0.3333	b A w @
+baksh	0.5000	b A k S
+baksh	0.5000	b { k S
+bakshi	0.5000	b A k S i
+bakshi	0.5000	b { k S i
+balakrishnan	1.0000	b A l @ k r\ I S n @ n
+balasubramanian	1.0000	b A l @ s u b r\ @ m A n i { n
+balbuena	1.0000	b O l b w eI n @
+balcazar	1.0000	b O l k @ z A r\
+balderas	0.5000	b O l d E r\ @ s
+balderas	0.5000	b O l d E r\ @ z
+balderrama	0.5000	b O l d @ r\ A m @
+balderrama	0.5000	b O l d @` A m @
+ballesteros	0.5000	b { l @ s t E r\ oU s
+ballesteros	0.5000	b { l @ s t E r\ oU z
+baltazar	0.5000	b O l t @ z A r\
+baltazar	0.5000	b A l t @ z A r\
+baluyot	1.0000	b @ l u oU
+banegas	1.0000	b @ n E g @ z
+banerjee	1.0000	b { n @` dZ i
+banh	1.0000	b A n
+bansal	0.5000	b { n z @ l
+bansal	0.5000	b { n s @ l
+banuelos	0.2500	b @ n w E l oU z
+banuelos	0.2500	b { n j u E l oU s
+banuelos	0.2500	b { n w E l oU s
+banuelos	0.2500	b @ n w eI l oU z
+baptiste	1.0000	b { p t i s t
+barahona	0.5000	b @ r\ A oU n @
+barahona	0.5000	b A r\ A oU n A
+barajas	0.3333	b @ r\ A h @ z
+barajas	0.3333	b @` A h A z
+barajas	0.3333	b @` A h @ z
+barba	1.0000	b A r\ b @
+barbee	1.0000	b A r\ b i
+barbone	1.0000	b A r\ b oU n
+barbosa	1.0000	b A r\ b oU s @
+barbour	1.0000	b A r\ b @`
+barboza	1.0000	b A r\ b oU z @
+barcenas	0.5000	b A r\ s i n @ z
+barcenas	0.5000	b A r\ s E n @ z
+barcia	1.0000	b A r\ S @
+barela	1.0000	b @` E l @
+bargas	1.0000	b A r\ g @ s
+barillas	0.5000	b @` I l @ s
+barillas	0.5000	b @` I l @ z
+barner	1.0000	b A r\ n @`
+barragan	0.3333	b E r\ @ g @ n
+barragan	0.3333	b E r\ @ g A n
+barragan	0.3333	b A r\ A g A n
+barranco	0.3333	b @ r\ A N k oU
+barranco	0.3333	b @` { N k oU
+barranco	0.3333	b @ r\ { N k oU
+barraza	0.5000	b @ r\ A z @
+barraza	0.5000	b @` A z @
+barrera	0.5000	b @` E r\ @
+barrera	0.5000	b @ r\ E r\ @
+barreras	0.5000	b @ r\ E r\ @ z
+barreras	0.5000	b @` E r\ @ z
+barreto	1.0000	b @` E t oU
+barrientes	0.5000	b E r\ i @ n t @ z
+barrientes	0.5000	b A r\ i eI n t eI s
+barrientos	0.3333	b A r\ i @ n t oU s
+barrientos	0.3333	b A r\ i E n t oU z
+barrientos	0.3333	b E r\ i E n t oU z
+barriga	1.0000	b @` i g @
+barrios	0.5000	b A r\ i oU z
+barrios	0.5000	b E r\ i oU z
+barros	1.0000	b A r\ oU z
+barroso	0.5000	b @` oU s oU
+barroso	0.5000	b A r\ oU s oU
+bartolome	0.3333	b A r\ t A l @ m eI
+bartolome	0.3333	b A r\ t oU l @ m eI
+bartolome	0.3333	b A r\ t @ l oU m i
+basa	0.3333	b A s @
+basa	0.3333	b { s @
+basa	0.3333	b eI s @
+bashir	1.0000	b @ S i r\
+basilio	1.0000	b @ s I l i oU
+baskerville	0.5000	b { s k @ v @ l
+baskerville	0.5000	b { s k @` v @ l
+basquez	1.0000	b A s k E z
+bassi	1.0000	b { s i
+basu	0.3333	b @ s u
+basu	0.3333	b A s u
+basu	0.3333	b eI s u
+basurto	1.0000	b @ s @` t oU
+batiste	0.3333	b @ t i s t
+batiste	0.3333	b { t i s t
+batiste	0.3333	b @ t i s t eI
+batres	0.5000	b { t r\ @ s
+batres	0.5000	b A t r\ @ z
+battiest	0.5000	b @ t i s t
+battiest	0.5000	b { t i s t
+battise	1.0000	b @ t i s
+batts	1.0000	b { t s
+baugh	1.0000	b O
+bazan	0.5000	b @ z A n
+bazan	0.5000	b A z @ n
+beamon	1.0000	b i m @ n
+beas	0.5000	b i z
+beas	0.5000	b i i eI E s
+beaulieu	0.5000	b oU l j u
+beaulieu	0.5000	b oU l u
+becenti	1.0000	b @ s E n t i
+becerra	1.0000	b @ s E r\ @
+becerril	1.0000	b @ s E r\ @ l
+beckford	1.0000	b E k f @` d
+bedi	0.3333	b eI d i
+bedi	0.3333	b i d i
+bedi	0.3333	b E d i
+bedolla	0.5000	b @ d oU l @
+bedolla	0.5000	b @ d A l @
+bedoni	1.0000	b @ d oU n i
+bedonie	1.0000	b @ d oU n i
+bedoya	1.0000	b @ d OI @
+begay	0.5000	b i g eI
+begay	0.5000	b @ g eI
+begaye	1.0000	b i g eI
+begum	0.3333	b eI g @ m
+begum	0.3333	b i g V m
+begum	0.3333	b E g @ m
+bejar	1.0000	b E h @`
+bejarano	1.0000	b eI h A r\ A n oU
+belgarde	1.0000	b E l g A r\ d
+belin	0.5000	b i l @ n
+belin	0.5000	b E l @ n
+bellanger	1.0000	b E l @ N @`
+belone	1.0000	b @ l oU n
+benallie	1.0000	b @ n { l i
+benally	0.5000	b @ n A l i
+benally	0.5000	b @ n { l i
+benavides	0.5000	b E n @ v i d @ s
+benavides	0.5000	b E n @ v i d eI z
+benavidez	0.5000	b E n @ v i d @ s
+benavidez	0.5000	b E n @ v i d @ z
+bencomo	1.0000	b E n k oU m oU
+benford	1.0000	b E n f @` d
+benites	1.0000	b @ n i t eI z
+bercier	1.0000	b @` s i eI
+berlanga	1.0000	b @` l { N g @
+bermea	1.0000	b @` m i @
+bermejo	1.0000	b @` m eI h oU
+bermudez	1.0000	b @` m j u d @ z
+bernabe	0.5000	b @` n @ b i
+bernabe	0.5000	b @` n eI b
+berrios	1.0000	b E r\ i oU z
+berumen	1.0000	b @` u m @ n
+betances	0.5000	b @ t { n s @ z
+betances	0.5000	b E t @ n s @ z
+betancourt	1.0000	b E t @ n k O r\ t
+bethea	0.5000	b @ T eI
+bethea	0.5000	b E T i @
+bettelyoun	1.0000	b E t @ l j u n
+betts	1.0000	b E t s
+bey	1.0000	b eI
+beyale	1.0000	b eI A l eI
+bhagat	0.5000	b A g @ t
+bhagat	0.5000	b @ g A t
+bhakta	1.0000	b A k t @
+bhalla	0.5000	b A l @
+bhalla	0.5000	b A l @ z
+bhandari	0.3333	b @ n d A r\ i
+bhandari	0.3333	b { n d A r\ i
+bhandari	0.3333	b A n d A r\ i
+bhardwaj	1.0000	b A r\ d w A dZ
+bhargava	1.0000	b A r\ g A v @
+bhasin	0.5000	b @ s i n
+bhasin	0.5000	b { s @ n
+bhat	1.0000	b A t
+bhatia	0.5000	b A t i @
+bhatia	0.5000	b @ t i @
+bhatnagar	1.0000	b A t n eI g @`
+bhatt	0.5000	b V t
+bhatt	0.5000	b A t
+bhattacharya	0.5000	b A t @ tS A r\ i @
+bhattacharya	0.5000	b V t @ tS A r\ j @
+bhatti	1.0000	b A t i
+bhavsar	1.0000	b A v s A r\
+bhuiyan	1.0000	b u i @ n
+bibbs	1.0000	b I b z
+bibi	1.0000	b i b i
+bigcrow	1.0000	b I g k r\ oU
+bigeagle	1.0000	b I g i g @ l
+bighorse	1.0000	b I g h O r\ s
+bigman	0.5000	b I g m @ n
+bigman	0.5000	b I g m { n
+billiot	1.0000	b I l i A t
+billups	0.5000	b I l @ p s
+billups	0.5000	b I l V p s
+bissonette	1.0000	b I s @ n E t
+biswas	0.3333	b I z w A z
+biswas	0.3333	b I s v A s
+biswas	0.3333	b I s w @ s
+bitsie	1.0000	b I t s i
+bitsilly	1.0000	b I t s I l i
+bitsui	1.0000	b I t s u i
+bitsuie	1.0000	b I t s u i
+bivens	1.0000	b I v @ n z
+bivins	1.0000	b I v @ n z
+blackbear	1.0000	b l { k b E r\
+blackgoat	1.0000	b l { k g oU t
+blackhorse	1.0000	b l { k h O r\ s
+blackwolf	1.0000	b l { k w U l f
+blancas	0.5000	b l A N k @
+blancas	0.5000	b l A N k @ z
+blandon	1.0000	b l { n d @ n
+blea	1.0000	b l eI @
+blueeyes	1.0000	b l u aI z
+boatwright	1.0000	b oU t r\ aI t
+bobadilla	1.0000	b oU b @ d i @
+bocanegra	0.5000	b oU k @ n E g r\ @
+bocanegra	0.5000	b oU k @ n eI g r\ @
+boddie	0.5000	b oU d i
+boddie	0.5000	b A d i
+bojorquez	1.0000	b @ h O r\ k E z
+bolanos	1.0000	b @ l A n oU z
+bolden	1.0000	b oU l d @ n
+boles	1.0000	b oU l z
+bondoc	1.0000	b A n d @ k
+bonet	0.5000	b oU n eI
+bonet	0.5000	b @ n eI
+bonifacio	0.5000	b @ n i f { s i oU
+bonifacio	0.5000	b A n @ f A S i oU
+bonilla	1.0000	b oU n i @
+borges	0.5000	b O r\ dZ @ z
+borges	0.5000	b O r\ g z
+borja	0.5000	b O r\ h A
+borja	0.5000	b O r\ dZ @
+borjas	1.0000	b O r\ dZ @ z
+borrero	1.0000	b @` E r\ oU
+borunda	0.5000	b @` u n d @
+borunda	0.5000	b @` V n d @
+bosquez	0.5000	b O s k E z
+bosquez	0.5000	b A s k E z
+bostic	0.5000	b O s t @ k
+bostic	0.5000	b A s t @ k
+bostick	0.5000	b O s t @ k
+bostick	0.5000	b A s t @ k
+botello	0.3333	b @ t E l oU
+botello	0.3333	b oU t E l oU
+botello	0.3333	b A t E l oU
+bowens	1.0000	b oU @ n z
+boykins	1.0000	b OI k @ n z
+bracamonte	1.0000	b r\ A k @ m A n t eI
+bracamontes	0.5000	b r\ A k @ m A n t @ s
+bracamontes	0.5000	b r\ { k @ m A n t s
+bracero	1.0000	b r\ @ s E r\ oU
+bracey	1.0000	b r\ eI s i
+brackett	1.0000	b r\ { k @ t
+brahmbhatt	0.5000	b r\ A m b A t
+brahmbhatt	0.5000	b r\ A m b { t
+brambila	1.0000	b r\ { m b @ l @
+brar	0.5000	b r\ A A r\
+brar	0.5000	b r\ A r\
+braswell	1.0000	b r\ { z w E l
+brathwaite	1.0000	b r\ { T w eI t
+braud	0.5000	b r\ A d
+braud	0.5000	b r\ oU d
+brayboy	1.0000	b r\ eI b OI
+brenes	0.5000	b r\ E n @ s
+brenes	0.5000	b r\ i n z
+brewington	1.0000	b r\ u @ N t @ n
+briceno	1.0000	b r\ @ s i n oU
+brien	1.0000	b r\ aI @ n
+briones	0.3333	b r\ i oU n @ s
+briones	0.3333	b r\ i oU n i z
+briones	0.3333	b r\ i oU n z
+briseno	0.5000	b r\ i s eI n oU
+briseno	0.5000	b r\ @ s eI n oU
+brito	1.0000	b r\ i t oU
+brizuela	1.0000	b r\ I z w eI l @
+broadnax	0.5000	b r\ O d n @ k s
+broadnax	0.5000	b r\ O d n { k s
+brockington	1.0000	b r\ A k @ N t @ n
+brookins	0.5000	b r\ U k @ n z
+brookins	0.5000	b r\ u k @ n z
+brumfield	1.0000	b r\ V m f i l d
+bruner	1.0000	b r\ u n @`
+bucio	0.5000	b u s i oU
+bucio	0.5000	b u tS i oU
+buenaventura	0.5000	b w eI n @ v @ n t @` @
+buenaventura	0.5000	b w E n @ v E n t @` @
+buendia	0.5000	b w eI n d i @
+buendia	0.5000	b w E n d i @
+buenrostro	1.0000	b w E n r\ A s t r\ oU
+buentello	1.0000	b w E n t E l oU
+bugarin	1.0000	b u g @` @ n
+buggs	1.0000	b V g z
+bui	0.5000	b i j u aI
+bui	0.5000	b u i
+buitrago	1.0000	b @ t r\ eI g oU
+buitron	1.0000	b @ t r\ A n
+bumanglag	1.0000	b @ m A n g l { g
+burciaga	1.0000	b @` s i A g @
+burgos	1.0000	b @` g oU z
+burnette	1.0000	b @` n E t
+bustamante	0.5000	b u s t @ m A n t eI
+bustamante	0.5000	b U s t @ m A n t eI
+bustillo	0.3333	b @ s t i oU
+bustillo	0.3333	b u s t i oU
+bustillo	0.3333	b @ s t I l oU
+bustillos	0.5000	b u s t i oU z
+bustillos	0.5000	b U s t I l oU z
+byun	1.0000	b aI @ n
+caba	1.0000	k A b @
+caban	0.5000	k @ b A n
+caban	0.5000	k { b @ n
+cabello	1.0000	k @ b E l oU
+cabezas	0.5000	k @ b E s @ z
+cabezas	0.5000	k @ b eI z @ z
+cabral	1.0000	k @ b r\ O l
+cabrales	0.2500	k @ b r\ A l @ z
+cabrales	0.2500	k @ b r\ O l @ z
+cabrales	0.2500	k { b r\ A l @ z
+cabrales	0.2500	k @ b r\ eI l @ s
+caceres	0.3333	k @ s E r\ z
+caceres	0.3333	k A s E r\ @ s
+caceres	0.3333	k A s E r\ @ z
+cacho	0.5000	k A tS oU
+cacho	0.5000	k { tS oU
+cadena	1.0000	k @ d i n @
+cadenas	1.0000	k @ d i n @ z
+cadman	1.0000	k { d m @ n
+cadotte	1.0000	k @ d A t
+cai	0.5000	k aI
+cai	0.5000	s i eI aI
+caicedo	1.0000	k eI s i d oU
+calabaza	0.5000	k { l @ b A s @
+calabaza	0.5000	k { l @ b { z @
+caldera	0.5000	k O l d E r\ @
+caldera	0.5000	k { l d E r\ @
+calero	1.0000	k @ l E r\ oU
+calixto	1.0000	k @ l I k s t oU
+callejas	1.0000	k @ l i h @ z
+calles	0.5000	k { l @ s
+calles	0.5000	k { l @ z
+calvillo	0.5000	k { l v i oU
+calvillo	0.5000	k { l v I l oU
+calvo	1.0000	k { l v oU
+calzada	1.0000	k { l z A d @
+camarena	0.5000	k { m @` i n @
+camarena	0.5000	k A m A r\ eI n A
+campa	1.0000	k { m p @
+campuzano	0.3333	k A m p @ z A n oU
+campuzano	0.3333	k { p @ z A n oU
+campuzano	0.3333	k { m p j u z A n oU
+canady	0.5000	k { n @ d i
+canady	0.5000	k @ n eI d i
+canales	0.5000	k @ n { l @ s
+canales	0.5000	k @ n { l z
+canas	0.3333	k A n j @ z
+canas	0.3333	k { n @ s
+canas	0.3333	k A n j A s
+canchola	0.5000	k @ n tS oU l @
+canchola	0.5000	k { n tS oU l @
+cancino	0.5000	k { n s i n oU
+cancino	0.5000	k @ n s i n oU
+candelario	1.0000	k { n d @ l A r\ i oU
+canela	0.5000	k @ n E l @
+canela	0.5000	k { n @ l @
+canez	1.0000	k { n E z
+canizales	0.5000	k { n @ z A l i z
+canizales	0.5000	k { n @ z { l @ z
+canlas	0.5000	k { n l @ s
+canlas	0.5000	k { n l @ z
+cannady	1.0000	k { n @ d i
+cantu	1.0000	k { n t u
+canty	1.0000	k { n t i
+cao	1.0000	k aU
+capetillo	1.0000	k { p @ t I l oU
+caraballo	0.5000	k A r\ @ b A l oU
+caraballo	0.5000	k E r\ @ b { l oU
+carandang	0.5000	k E r\ @ n d { N
+carandang	0.5000	k A r\ @ n d A N
+caraveo	1.0000	k E r\ @ v i oU
+carbajal	0.5000	k A r\ b @ h O l
+carbajal	0.5000	k A r\ b A h @ l
+carballo	0.5000	k A r\ b A l oU
+carballo	0.5000	k A r\ b O l oU
+carbonell	1.0000	k A r\ b @ n E l
+carcamo	0.5000	k A r\ k @ m oU
+carcamo	0.5000	k A r\ k A m oU
+cardiel	0.5000	k A r\ d E l
+cardiel	0.5000	k A r\ d i E l
+cardona	1.0000	k A r\ d oU n @
+cardoso	0.5000	k A r\ d oU z @
+cardoso	0.5000	k A r\ d oU s oU
+cardoza	1.0000	k A r\ d oU z @
+cardozo	0.5000	k A r\ d oU z @
+cardozo	0.5000	k A r\ d oU z oU
+cariaga	1.0000	k @ r\ i A g @
+carias	1.0000	k A r\ i @ z
+carillo	0.5000	k @` i oU
+carillo	0.5000	k @` I l oU
+carino	0.5000	k @` i n oU
+carino	0.5000	k V r\ i n oU
+carmona	1.0000	k A r\ m oU n @
+carpio	1.0000	k A r\ p i oU
+carranza	0.3333	k @ r\ A n z @
+carranza	0.3333	k @` A n z @
+carranza	0.3333	k @ r\ { n z @
+carrasco	1.0000	k @ r\ A s k oU
+carrasquillo	1.0000	k E r\ @ s k w i l oU
+carreno	0.5000	k @` i n oU
+carreno	0.5000	k E r\ i n oU
+carreon	1.0000	k E r\ i A n
+carreras	0.3333	k @ r\ E r\ @ z
+carreras	0.3333	k @` E r\ @ s
+carreras	0.3333	k @` E r\ @ z
+carrero	1.0000	k @` E r\ oU
+carrizales	0.5000	k E r\ @ z A l @ s
+carrizales	0.5000	k E r\ @ z A l eI z
+carswell	1.0000	k A r\ z w E l
+cartagena	0.5000	k A r\ t { dZ i n @
+cartagena	0.5000	k A r\ t @ dZ i n @
+carvajal	0.5000	k A r\ v @ h O l
+carvajal	0.5000	k A r\ v A dZ @ l
+casado	1.0000	k @ s A d oU
+casares	0.5000	k @ s A r\ @ s
+casares	0.5000	k @ s A r\ E z
+casarez	0.5000	k A s @ r\ E z
+casarez	0.5000	k { s @` @ z
+casiano	0.5000	k A s i A n oU
+casiano	0.5000	k { s i A n oU
+casias	0.3333	k @ s i @ s
+casias	0.3333	k @ s i @ z
+casias	0.3333	k { s i @ z
+casillas	0.5000	k @ s i @ s
+casillas	0.5000	k @ s i l @ z
+castaneda	0.5000	k { s t @ n E d @
+castaneda	0.5000	k { s t @ n A d @
+castano	1.0000	k @ s t A n oU
+castanon	0.5000	k { s t @ n A n
+castanon	0.5000	k { s t @ n @ n
+castelan	1.0000	k @ s t E l @ n
+castellano	1.0000	k A s t @ l A n oU
+castellanos	0.5000	k A s t @ l A n oU z
+castellanos	0.5000	k { s t @ l A n oU z
+castellon	0.5000	k { s t @ l A n
+castellon	0.5000	k { s t @ l @ n
+castilla	0.5000	k { s t i @
+castilla	0.5000	k @ s t i @
+castilleja	0.5000	k @ s t i j eI h @
+castilleja	0.5000	k { s t @ l eI h @
+caston	1.0000	k { s t @ n
+castorena	1.0000	k { s t @` i n @
+castrejon	1.0000	k @ s t r\ @ h oU n
+castruita	1.0000	k @ s t r\ u i t @
+catalan	0.5000	k { t @ l A n
+catalan	0.5000	k { t @ l @ n
+catano	1.0000	k @ t A n oU
+cathey	1.0000	k { T i
+catron	1.0000	k { t r\ @ n
+caudillo	0.5000	k A d I l oU
+caudillo	0.5000	k aU d i j oU
+causey	1.0000	k O z i
+cavazos	0.3333	k @ v A z oU z
+cavazos	0.3333	k A v A z oU s
+cavazos	0.3333	k A v A z oU z
+cayabyab	1.0000	k eI @ b @ j A b
+cayaditto	1.0000	k eI A d i t oU
+cazares	0.5000	k @ z E r\ @ s
+cazares	0.5000	k @ z A r\ eI z
+cazarez	1.0000	k @ z A r\ @ z
+ceballos	0.5000	s @ b A l oU z
+ceballos	0.5000	s @ b eI oU z
+cedeno	0.5000	s @ d eI n oU
+cedeno	0.5000	s @ d i n oU
+cedillo	1.0000	s @ d i oU
+ceja	1.0000	s eI h A
+celaya	0.5000	s @ l aI @
+celaya	0.5000	s @ l eI @
+celestin	0.5000	s E l @ s t i n
+celestin	0.5000	s @ l E s t @ n
+celestine	0.5000	s E l @ s t i n
+celestine	0.5000	s @ l E s t i n
+celis	1.0000	s E l @ s
+cen	0.5000	s E n
+cen	0.5000	s i i E n
+cendejas	1.0000	s E n d eI h @ z
+ceniceros	1.0000	s @ n @ s E r\ @ s
+centeno	0.5000	s E n t E n oU
+centeno	0.5000	s E n t @ n oU
+cepeda	0.5000	s @ p E d @
+cepeda	0.5000	s @ p eI d @
+cerda	1.0000	s @` d @
+cerna	1.0000	s @` n @
+ceron	0.5000	s @ r\ oU n
+ceron	0.5000	s E r\ @ n
+cervantez	1.0000	s @` v A n t E z
+cervera	1.0000	s @` v E r\ @
+cespedes	0.3333	s E s p @ d E s
+cespedes	0.3333	s E s p @ d E z
+cespedes	0.3333	s E s p i d eI z
+cevallos	0.5000	s @ v A l @ z
+cevallos	0.5000	s @ v A l oU z
+chacko	0.5000	tS A k oU
+chacko	0.5000	tS { k oU
+chacon	0.3333	S @ k A n
+chacon	0.3333	tS @ k oU n
+chacon	0.3333	tS { k @ n
+chadha	0.5000	tS { d @
+chadha	0.5000	tS A d @
+chae	1.0000	tS eI
+chahal	1.0000	tS @ h O l
+chaidez	1.0000	tS aI d E z
+chairez	1.0000	tS E r\ E z
+chakraborty	1.0000	S A k r\ @ b O r\ t i
+chambliss	0.5000	tS { m b l @ s
+chambliss	0.5000	tS eI m b l I s
+chamorro	0.5000	tS @ m A r\ oU
+chamorro	0.5000	k @ m O r\ oU
+chand	0.5000	tS A n d
+chand	0.5000	tS { n d
+chanthavong	1.0000	tS { n T @ v A N
+chaparro	0.5000	tS @ p A r\ oU
+chaparro	0.5000	tS @ p E r\ oU
+charette	1.0000	S @` E t
+chasinghawk	1.0000	tS { s @ N h O k
+chatman	1.0000	tS { t m @ n
+chatterjee	1.0000	tS { t @` dZ i
+chaudhari	1.0000	tS O d @` i
+chaudhary	0.5000	S O d r\ i
+chaudhary	0.5000	tS O d r\ i
+chaudhry	0.5000	tS aU d r\ i
+chaudhry	0.5000	tS O d r\ i
+chauhan	0.5000	tS oU h A n
+chauhan	0.5000	tS @ w A n
+chavarin	1.0000	tS A v A r\ i n
+chavarria	0.3333	tS A v A r\ i @
+chavarria	0.3333	tS A v E r\ i @
+chavarria	0.3333	tS @ v A r\ i @
+chaves	0.5000	tS { v @ s
+chaves	0.5000	tS A v @ s
+chavira	0.3333	S @ v i r\ @
+chavira	0.3333	S A v i r\ @
+chavira	0.3333	tS @ v i r\ @
+chawla	0.5000	tS aU l @
+chawla	0.5000	tS O l @
+chea	1.0000	tS i @
+cheema	1.0000	tS i m @
+cheong	0.5000	tS V N
+cheong	0.5000	tS O N
+cherian	0.5000	tS E r\ i @ n
+cherian	0.5000	tS E r\ i A n
+cheromiah	1.0000	tS E r\ @ m aI @
+chery	0.5000	tS E r\ i
+chery	0.5000	S E r\ i
+cheung	1.0000	tS V N
+chhabra	0.5000	S A b r\ @
+chhabra	0.5000	tS A b r\ @
+chhay	1.0000	tS aI
+chhim	1.0000	tS @ m
+chhun	1.0000	tS @ n
+chiao	1.0000	tS aU
+chiem	1.0000	tS i E m
+chien	0.3333	S i @ n
+chien	0.3333	tS i n
+chien	0.3333	S i E n
+chim	1.0000	tS I m
+chinana	1.0000	tS I n A n @
+chinen	1.0000	tS I n @ n
+chinn	1.0000	tS I n
+chiou	1.0000	tS i u
+chiquito	0.3333	S @ k i t oU
+chiquito	0.3333	tS I k i t oU
+chiquito	0.3333	tS @ k i t oU
+chischilly	1.0000	tS i S @ l i
+chism	1.0000	tS I z @ m
+chisolm	0.5000	tS I z @ m
+chisolm	0.5000	tS I z @ l m
+chiu	0.5000	tS u
+chiu	0.5000	tS i u
+choate	1.0000	tS oU t
+choe	0.5000	S oU
+choe	0.5000	tS oU
+chohan	0.5000	S oU h A n
+chohan	0.5000	tS oU h A n
+chokshi	1.0000	tS A k S i
+chon	0.5000	tS O n
+chon	0.5000	tS A n
+chosa	1.0000	tS oU s @
+choudhary	1.0000	tS aU d @` i
+choudhry	0.5000	tS aU d r\ i
+choudhry	0.5000	tS oU d r\ i
+choudhury	1.0000	tS aU d h @` i
+choung	1.0000	tS V N
+chowdhury	0.3333	tS aU d @` i
+chowdhury	0.3333	tS aU d r\ i
+chowdhury	0.3333	tS aU d h @` i
+choy	1.0000	tS OI
+chua	1.0000	tS u @
+chuang	0.3333	tS @ w A N
+chuang	0.3333	tS w A N
+chuang	0.3333	tS u A N
+chuculate	1.0000	tS V k j @ l eI t
+chui	0.5000	tS u
+chui	0.5000	tS u i
+chuong	0.5000	tS V O N
+chuong	0.5000	tS u O N
+cifuentes	1.0000	s i f w E n t @ s
+cintron	1.0000	s I n t r\ A n
+cisneros	0.3333	s i s n E r\ oU z
+cisneros	0.3333	s I s n E r\ oU z
+cisneros	0.3333	s @ s n E r\ oU z
+clah	1.0000	k l @
+claros	1.0000	k l A r\ oU z
+clitso	1.0000	k l I t s oU
+cly	1.0000	k l aI
+cobian	1.0000	k oU b i @ n
+cobos	1.0000	k oU b oU z
+coello	0.5000	k oU @ l oU
+coello	0.5000	k oU E l oU
+cofield	1.0000	k oU f i l d
+colindres	1.0000	k @ l I n d @` z
+collado	1.0000	k @ l A d oU
+collazo	1.0000	k @ l A z oU
+colmenares	1.0000	k oU l m @ n E r\ z
+colmenero	0.5000	k oU l m @ n E r\ oU
+colmenero	0.5000	k O l m @ n E r\ oU
+colunga	0.5000	k @ l u N g @
+colunga	0.5000	k @ l V N g @
+compean	1.0000	k A m p i @ n
+concepcion	1.0000	k @ n s E p S @ n
+concha	0.5000	k A n S @
+concha	0.5000	k A n tS @
+conde	0.5000	k A n d eI
+conde	0.5000	k A n d i
+cong	0.5000	k O N
+cong	0.5000	k A N
+constantino	1.0000	k A n s t @ n t i n oU
+contreras	1.0000	k @ n t r\ E r\ @ s
+corchado	1.0000	k O r\ tS A d oU
+cordoba	1.0000	k O r\ d oU b @
+corea	0.5000	k @ r\ i @
+corea	0.5000	k @` i @
+coreas	1.0000	k @` i @
+coria	1.0000	k O r\ i @
+coriz	1.0000	k O r\ @ z
+cornejo	0.5000	k O r\ n eI h oU
+cornejo	0.5000	k O r\ n eI dZ oU
+cornelio	0.5000	k O r\ n E l i oU
+cornelio	0.5000	k O r\ n i l i oU
+coronel	0.5000	k O r\ @ n E l
+coronel	0.5000	k O r\ @ n @ l
+corpuz	1.0000	k O r\ p @ s
+cortina	1.0000	k O r\ t i n @
+cortinas	1.0000	k O r\ t i n @ z
+cosay	1.0000	k oU s eI
+cosio	1.0000	k oU s i oU
+cosme	0.3333	k A z m eI
+cosme	0.3333	k O z m eI
+cosme	0.3333	k A z m i
+costilla	0.5000	k @ s t i @
+costilla	0.5000	k oU s t i @
+coston	0.5000	k A s t @ n
+coston	0.5000	k O s t @ n
+cote	0.3333	k oU t eI
+cote	0.3333	k oU t i
+cote	0.3333	k oU t
+coto	1.0000	k oU t oU
+cournoyer	0.5000	k O r\ n oU w aI i A r\
+cournoyer	0.5000	k O r\ n OI @`
+covarrubias	0.5000	k oU v @` u b i @ s
+covarrubias	0.5000	k oU v @` u b i @ z
+crayton	1.0000	k r\ eI t @ n
+cree	1.0000	k r\ i
+crespin	1.0000	k r\ E s p @ n
+crisostomo	1.0000	k r\ @ s oU t oU m oU
+cristobal	0.5000	k r\ I s t @ b O l
+cristobal	0.5000	k r\ I s t @ b @ l
+croom	1.0000	k r\ u m
+crutcher	1.0000	k r\ V tS @`
+cuadra	1.0000	k w A d r\ @
+cuch	1.0000	k U tS
+cuellar	0.5000	k w eI A r\
+cuellar	0.5000	k w E l @`
+cuenca	0.5000	k w E N k @
+cuenca	0.5000	k u E n s @
+cuesta	1.0000	k w E s t @
+cueto	1.0000	k w eI t oU
+cueva	1.0000	k w eI v @
+cuevas	0.5000	k w eI v @ s
+cuevas	0.5000	k w eI v @ z
+cui	0.5000	k w i
+cui	0.5000	s i j u aI
+culpepper	0.5000	k V l p E p @`
+culpepper	0.5000	k U l p E p @`
+cunanan	0.5000	k u n { n @ n
+cunanan	0.5000	k u n A n @ n
+cureton	0.5000	k j @` @ t @ n
+cureton	0.5000	k j @` t @ n
+curiel	0.5000	k @` i E l
+curiel	0.5000	k j @` i @ l
+custodio	1.0000	k @ s t oU d i oU
+dabney	0.5000	d E b n i
+dabney	0.5000	d { b n i
+dacanay	1.0000	d { k @ n eI
+dai	0.5000	d aI
+dai	0.5000	d i eI aI
+dalal	0.5000	d @ l O l
+dalal	0.5000	d @ l A l
+dancy	1.0000	d { n s i
+danh	0.5000	d A n
+danh	0.5000	d { n
+dantzler	0.5000	d { n z l @`
+dantzler	0.5000	d { n t s l @`
+dao	0.5000	d aU
+dao	0.5000	d i eI oU
+dardar	1.0000	d A r\ d @`
+dasgupta	1.0000	d A s g V p t @
+dasilva	1.0000	d @ s I l v @
+dass	0.3333	d A s
+dass	0.3333	d O s
+dass	0.3333	d { s
+datta	1.0000	d { t @
+daugherty	0.2500	d A @` t i
+daugherty	0.2500	d A k @` t i
+daugherty	0.2500	d O @` t i
+daugherty	0.2500	d O k @` t i
+davalos	0.5000	d A v @ l oU z
+davalos	0.5000	d { v @ l oU z
+davila	0.5000	d A v i l @
+davila	0.5000	d @ v I l @
+daye	1.0000	d eI
+dayrit	1.0000	d eI r\ I t
+dealba	1.0000	d i l b @
+deanda	0.3333	d i A n d @
+deanda	0.3333	d i { n @
+deanda	0.3333	d i { n d @
+dearmas	1.0000	d i r\ m @ z
+deas	1.0000	d i z
+deberry	0.5000	d i b E r\ i
+deberry	0.5000	d @ b E r\ i
+debose	0.3333	d @ b oU s
+debose	0.3333	d i b oU z
+debose	0.3333	d @ b oU z
+decastro	0.5000	d @ k { s t r\ oU
+decastro	0.5000	d i k { s t r\ oU
+declay	1.0000	d E k l i
+decoteau	0.2500	d @ k oU t oU
+decoteau	0.2500	d E k @ t oU
+decoteau	0.2500	d i k oU t oU
+decoteau	0.2500	d i k @ t oU
+dedios	1.0000	d E d i oU z
+dedman	1.0000	d E d m @ n
+deese	0.5000	d i s
+deese	0.5000	d i z
+defoe	1.0000	d @ f oU
+degroat	0.5000	d @ g r\ oU t
+degroat	0.5000	d i g r\ oU t
+deguzman	0.5000	d @ g u z m @ n
+deguzman	0.5000	d @ g V z m @ n
+deharo	1.0000	d @ h A r\ oU
+deherrera	0.5000	d i h @` E r\ @
+deherrera	0.5000	d @ h @` i r\ @
+dehoyos	1.0000	d @ h OI oU z
+delacerda	1.0000	d E l @ s E r\ d @
+delacruz	1.0000	d E l @ k r\ u z
+delafuente	1.0000	d E l @ f w E n t eI
+delagarza	1.0000	d E l @ g A r\ z @
+delamora	1.0000	d E l @ m O r\ @
+delangel	1.0000	d @ l { n dZ @ l
+delao	0.5000	d E l @ oU
+delao	0.5000	d @ l aU
+delapaz	1.0000	d @ l @ p { z
+delapena	1.0000	d E l @ p i n @
+delariva	1.0000	d E l @ r\ i v @
+delarosa	1.0000	d E l @ r\ oU s @
+delatorre	0.5000	d E l @ t O r\ i
+delatorre	0.5000	d @ l @ t O r\ eI
+delavega	1.0000	d E l @ v eI g @
+delbosque	1.0000	d E l b A s k
+delcastillo	1.0000	d E l k { t I l oU
+delcid	1.0000	d E l s @ d
+delgadillo	0.3333	d E l g @ d i j oU
+delgadillo	0.3333	d E l g @ d I l oU
+delgadillo	0.3333	d E l g @ d i oU
+delgarito	1.0000	d E l g A r\ i t oU
+delmundo	1.0000	d E l m u n d oU
+deloach	1.0000	d @ l oU tS
+deloatch	1.0000	d @ l oU tS
+deloera	1.0000	d @ l oU i A r\ eI
+delorme	1.0000	d @ l O r\ m
+delosreyes	1.0000	d @ l oU z r\ aI z
+delossantos	1.0000	d @ l O s A n t oU z
+delreal	1.0000	d E l r\ i l
+delrio	1.0000	d E l r\ i oU
+delrosario	1.0000	d E l r\ oU z A r\ i oU
+deltoro	1.0000	d E l t O r\ oU
+deluna	0.5000	d @ l u n @
+deluna	0.5000	d eI l u n A
+delvalle	0.5000	d E v { l
+delvalle	0.5000	d E l v A l
+demarrias	1.0000	d @ m E r\ i @ z
+demery	1.0000	d E m @` i
+demientieff	1.0000	d E m i E n t i f
+deng	1.0000	d E N
+denson	1.0000	d E n s @ n
+deocampo	1.0000	d i oU k { m p oU
+deol	0.5000	d i l
+deol	0.5000	d i @ l
+depaz	1.0000	d @ p A z
+deras	1.0000	d i r\ @ s
+desai	1.0000	d @ s aI
+desantiago	1.0000	d @ s A n t i A g oU
+deshmukh	0.3333	d E S m V k
+deshmukh	0.3333	d E S m @ k
+deshmukh	0.3333	d E S m U k
+deshpande	0.5000	d @ S p A n d eI
+deshpande	0.5000	d E S p { n d
+desilva	1.0000	d @ s I l v @
+desir	0.5000	d @ s i r\
+desir	0.5000	d eI z i r\
+desjarlais	0.5000	d eI Z A r\ l eI
+desjarlais	0.5000	d E Z A r\ l eI
+desouza	1.0000	d @ s u z @
+devera	1.0000	d @ v E r\ @
+devi	0.5000	d eI v i
+devi	0.5000	d E v i
+dhaliwal	1.0000	d A l i w O l
+dhar	1.0000	d A r\
+dhillon	1.0000	d I l @ n
+diallo	1.0000	d i A l oU
+diazdeleon	1.0000	d aI { z d @ l i @ n
+diep	0.5000	d i p
+diep	0.5000	d i aI i p i
+diez	0.5000	d i E z
+diez	0.5000	d i z
+diggs	1.0000	d I g z
+dinh	1.0000	d I n
+dinkins	1.0000	d I N k @ n z
+dionisio	0.5000	d @ n i s i oU
+dionisio	0.5000	d aI @ n i s i oU
+disla	1.0000	d I s l @
+dixit	0.5000	d I k s I t
+dixit	0.5000	d I k s @ t
+dizon	0.5000	d i z A n
+dizon	0.5000	d I z @ n
+doan	0.5000	d oU n
+doan	0.5000	d oU @ n
+doi	1.0000	d i oU aI
+domingues	1.0000	d oU m I N g @ z
+dominquez	1.0000	d @ m I N k E z
+doney	1.0000	d oU n i
+donis	0.5000	d A n @ s
+donis	0.5000	d oU n @ s
+dorantes	1.0000	d @ r\ A n t @ z
+dortch	1.0000	d O r\ tS
+dosela	1.0000	d oU s E l @
+doshi	1.0000	d oU S i
+doss	1.0000	d O s
+dowdell	1.0000	d aU d E l
+dowdy	1.0000	d aU d i
+doxtator	1.0000	d A k s t eI t @`
+drapeau	0.5000	d r\ A p oU
+drapeau	0.5000	d r\ O p oU
+drywater	1.0000	d r\ aI w O t @`
+dsouza	1.0000	d @ s u z @
+duan	0.5000	d w A n
+duan	0.5000	d i j u eI E n
+dubon	1.0000	d u b @ n
+dubose	0.3333	d @ b oU z
+dubose	0.3333	d u b oU z
+dubose	0.3333	d @ b oU s
+dubray	0.5000	d u b r\ eI
+dubray	0.5000	d @ b r\ eI
+ducheneaux	1.0000	d V tS @ n oU
+duckett	1.0000	d V k @ t
+duenas	0.3333	d @ w eI n @ s
+duenas	0.3333	d w E n j @ z
+duenas	0.3333	d u eI n @ s
+dulay	1.0000	d u l eI
+dumarce	1.0000	d u m A r\ s
+dumlao	1.0000	d u m l aU
+dunson	1.0000	d V n s @ n
+dunston	1.0000	d V n s t @ n
+duong	0.5000	d V O N
+duong	0.5000	d w A N
+dupris	1.0000	d @ p r\ i z
+duque	0.5000	d u k eI
+duque	0.5000	d u k i
+durazo	0.5000	d @ r\ A z oU
+durazo	0.5000	d @` A z oU
+durden	1.0000	d @` d @ n
+duron	0.5000	d @ r\ A n
+duron	0.5000	d @` A n
+durr	1.0000	d @`
+dutt	0.5000	d V t
+dutt	0.5000	d i j u t i t i
+dutta	0.5000	d V t @
+dutta	0.5000	d V t A
+dy	1.0000	d i w aI
+eaddy	1.0000	i d i
+eady	1.0000	i d i
+eagleman	1.0000	i g @ l m @ n
+ealy	1.0000	i l i
+easterling	1.0000	i s t @` l @ N
+ebarb	1.0000	i b A r\ b
+echavarria	1.0000	E k @ v A r\ i @
+echevarria	0.3333	E tS @ v A r\ i @
+echevarria	0.3333	eI tS eI v A r\ i @
+echevarria	0.3333	E k @ v A r\ i @
+echeverria	0.5000	E tS @ v E r\ i @
+echeverria	0.5000	eI tS @ v E r\ i @
+edmo	1.0000	i d i E m oU
+eley	0.5000	i l i
+eley	0.5000	E l i
+elizalde	1.0000	@ l i z O l d eI
+elizondo	1.0000	E l @ z A n d oU
+encarnacion	0.5000	E n k A r\ n eI S @ n
+encarnacion	0.5000	E n k A r\ n { s i O n
+encinas	0.3333	E n s i n @ s
+encinas	0.3333	I n s i n @ z
+encinas	0.3333	@ n s i n @ z
+enciso	1.0000	@ n s i s oU
+eng	0.5000	i E n dZ i
+eng	0.5000	E N
+enno	1.0000	E n oU
+enos	0.5000	i n @ s
+enos	0.5000	i n oU s
+enriquez	0.5000	I n r\ i k @ z
+enriquez	0.5000	E n r\ i k @ z
+epperson	1.0000	E p @` s @ n
+erazo	1.0000	@` A z oU
+eriacho	1.0000	E r\ i { tS oU
+escalera	1.0000	E s k @ l E r\ @
+escalona	1.0000	E s k @ l oU n @
+escamilla	0.5000	E s k @ m i @
+escamilla	0.5000	E s k @ m I l @
+escandon	1.0000	E s k @ n d @ n
+escarcega	1.0000	E s k A r\ s i g @
+escareno	1.0000	E s k @ r\ eI n oU
+escobedo	0.3333	E s k @ b i d oU
+escobedo	0.3333	E s k oU b E d oU
+escobedo	0.3333	E k oU b i d oU
+escoto	1.0000	@ s k oU t oU
+escudero	1.0000	E s k @ d E r\ oU
+escutia	1.0000	@ s k u t i @
+esguerra	1.0000	@ s g E r\ @
+espada	1.0000	@ s p A d @
+esparza	0.5000	@ s p A r\ z @
+esparza	0.5000	E s p A r\ z @
+espejo	1.0000	@ s p eI j oU
+espinal	1.0000	E s p i n @ l
+espindola	1.0000	E s p @ n d oU l @
+espino	1.0000	@ s p i n oU
+espinosa	0.5000	E s p @ n oU s @
+espinosa	0.5000	E s p @ n oU z @
+espiritu	0.5000	@ s p i r\ @ t u
+espiritu	0.5000	E s p i r\ @ t u
+espitia	1.0000	@ s p i t i @
+esqueda	0.5000	E s k eI d @
+esqueda	0.5000	@ s k w eI d @
+esquer	1.0000	E s k @`
+esquibel	1.0000	E s k @ b E l
+esquivel	0.5000	E s k I v @ l
+esquivel	0.5000	@ s k w I v @ l
+estacio	1.0000	E s t eI s i oU
+esteves	0.5000	E s t @ v E z
+esteves	0.5000	E s t @ v E s
+estevez	0.5000	E s t @ v E z
+estevez	0.5000	E s @ v E z
+etcitty	1.0000	@ t s I t i
+ethelbah	1.0000	E T @ l b @
+etienne	0.5000	E t i E n
+etienne	0.5000	eI t i E n
+etsitty	1.0000	E t s I t i
+eugenio	1.0000	j u dZ i n i oU
+eusebio	0.5000	j u s @ b i oU
+eusebio	0.5000	j u s i b i oU
+evangelista	1.0000	@ v { n dZ @ l i s t @
+fabela	1.0000	f @ b E l @
+fairley	1.0000	f E r\ l i
+faison	0.5000	f eI s @ n
+faison	0.5000	f eI z A n
+fajardo	0.5000	f A h A r\ d oU
+fajardo	0.5000	f @ h A r\ d oU
+farfan	0.5000	f A r\ f A n
+farfan	0.5000	f A r\ f @ n
+farias	0.5000	f E r\ i @ s
+farias	0.5000	f A r\ i @ s
+farooq	0.5000	f @ r\ u k
+farooq	0.5000	f @` u k
+farooqui	1.0000	f @ r\ u k w i
+farrar	0.5000	f @` A r\
+farrar	0.5000	f @ r\ A r\
+fasthorse	1.0000	f { s t h O r\ s
+faulk	1.0000	f O l k
+favela	0.5000	f @ v E l @
+favela	0.5000	f { v E l @
+faz	0.5000	E f eI z i
+faz	0.5000	f { z
+feaster	1.0000	f i s t @`
+felan	0.5000	f @ l A n
+felan	0.5000	f eI l @ n
+feng	0.5000	f E n N
+feng	0.5000	f E N
+fennell	1.0000	f E n @ l
+fermin	1.0000	f @` m @ n
+ferrer	0.5000	f @` E r\
+ferrer	0.5000	f E r\ @`
+fierro	1.0000	f i E r\ oU
+fierros	1.0000	f i E r\ oU z
+figueredo	0.5000	f I g j @` eI d oU
+figueredo	0.5000	f I g @` eI d oU
+fimbres	0.5000	f I m b @` z
+fimbres	0.5000	f I m b r\ eI z
+finau	1.0000	f I n aU
+fixico	1.0000	f I k s @ k oU
+flagg	1.0000	f l { g
+flemming	1.0000	f l E m @ N
+florendo	1.0000	f l @` E n d oU
+flournoy	1.0000	f l O r\ n OI
+fluellen	1.0000	f l u E l @ n
+fluker	1.0000	f l u k @`
+fok	1.0000	E f oU k eI
+fonseca	0.5000	f A n s E k @
+fonseca	0.5000	f A n s eI k @
+fontanez	0.5000	f A n t @ n E z
+fontanez	0.5000	f A n t eI n @ z
+fontanilla	1.0000	f A n t @ n i @
+fontenot	0.5000	f A n t n oU
+fontenot	0.5000	f A n t @ n oU
+forde	1.0000	f O r\ d
+foronda	1.0000	f @ r\ A n d @
+fortson	1.0000	f O r\ t s @ n
+fourkiller	1.0000	f O r\ k I l @`
+fowlkes	1.0000	f O l k s
+foy	1.0000	f OI
+fraga	0.5000	f r\ A g @
+fraga	0.5000	f r\ { g @
+fragoso	1.0000	f r\ @ g oU s oU
+fragua	0.5000	f r\ A g w A
+fragua	0.5000	f r\ @ g u @
+fraire	1.0000	f r\ E r\
+frasier	1.0000	f r\ eI Z @`
+frausto	0.5000	f r\ O s t oU
+frausto	0.5000	f r\ aU s t oU
+freemont	1.0000	f r\ i m A n t
+freire	0.5000	f r\ i E r\
+freire	0.5000	f r\ E r\
+fresquez	0.5000	f r\ E s k @ z
+fresquez	0.5000	f r\ @ k E z
+frias	0.5000	f r\ i @ s
+frias	0.5000	f r\ i @ z
+frierson	0.5000	f r\ aI @` s @ n
+frierson	0.5000	f r\ i r\ s @ n
+fuentez	1.0000	f w E n t @ z
+fuerte	0.5000	f w E r\ t eI
+fuerte	0.5000	f w @` t eI
+fujii	1.0000	f u dZ i
+fujikawa	1.0000	f u dZ i k A w @
+fujimoto	1.0000	f u dZ i m oU t oU
+fujioka	1.0000	f u dZ i oU k @
+fujita	1.0000	f u dZ i t @
+fujiwara	0.5000	f u dZ i w A r\ @
+fujiwara	0.5000	f u dZ i w O r\ @
+fukuda	1.0000	f @ k u d @
+fukumoto	1.0000	f u k @ m oU t oU
+fukunaga	1.0000	f u k @ n A g @
+fukushima	0.5000	f u k u S i m @
+fukushima	0.5000	f u k @ S i m @
+funes	0.5000	f u n @ z
+funes	0.5000	f u n E z
+funmaker	1.0000	f V n m eI k @`
+furukawa	0.5000	f @` @ k A w @
+furukawa	0.5000	f @` @ k O w @
+gabaldon	0.5000	g { b @ l d A n
+gabaldon	0.5000	g { b @ l d @ n
+gachupin	1.0000	g @ tS p @ n
+gaddis	1.0000	g { d @ s
+gaddy	1.0000	g { d i
+gadson	1.0000	g { d s @ n
+gaeta	0.5000	g eI t @
+gaeta	0.5000	g i t @
+gagnon	1.0000	g { g n @ n
+gaitan	0.5000	g aI t A n
+gaitan	0.5000	g aI t { n
+galan	0.5000	g @ l A n
+galan	0.5000	g { l @ n
+galang	1.0000	g @ l { N
+galarza	1.0000	g @ l A r\ z @
+galaviz	0.5000	g { l @ v i z
+galaviz	0.5000	g { l @ v @ z
+galdamez	1.0000	g O l d @ m E z
+galeano	0.5000	g { l i @ n oU
+galeano	0.5000	g { l i A n oU
+galicia	0.5000	g @ l i s i @
+galicia	0.5000	g @ l I s i @
+galindo	1.0000	g @ l I n d oU
+gallego	0.5000	g { l eI g oU
+gallego	0.5000	g @ l E g oU
+galvan	0.5000	g { l v A n
+galvan	0.5000	g { l v @ n
+gama	0.5000	g A m @
+gama	0.5000	g { m @
+gamboa	1.0000	g { m b oU @
+gamez	0.5000	g A m @ z
+gamez	0.5000	g eI m z
+gamino	1.0000	g @ m i n oU
+gan	0.5000	g A n
+gan	0.5000	dZ i eI E n
+gandara	0.5000	g { n d E r\ @
+gandara	0.5000	g A n d A r\ @
+ganesan	1.0000	g eI n @ s A n
+gann	1.0000	g { n
+gant	1.0000	g { n t
+gantt	1.0000	g { n t
+gao	0.5000	dZ i eI oU
+gao	0.5000	g aU
+gaona	0.5000	g eI oU n @
+gaona	0.5000	g aU n @
+garay	0.3333	g @ r\ eI
+garay	0.3333	g @` eI
+garay	0.3333	g A r\ aI
+garces	0.5000	g A r\ s i E s
+garces	0.5000	g A r\ s @ z
+gardea	1.0000	g A r\ d i @
+gardipee	1.0000	g A r\ d @ p i
+garduno	0.5000	g A r\ d u n j oU
+garduno	0.5000	g A r\ d u n oU
+garg	1.0000	g A r\ g
+garibay	1.0000	g E r\ @ b eI
+garica	1.0000	g E r\ @ k @
+garnica	0.5000	g A r\ n i k @
+garnica	0.5000	g A r\ n @ k @
+garrido	0.5000	g @ r\ i d oU
+garrido	0.5000	g A r\ i d oU
+garrow	1.0000	g E r\ oU
+garzon	0.5000	g A r\ z oU n
+garzon	0.5000	g A r\ s oU n
+gasca	1.0000	g { s k @
+gaskin	1.0000	g { s k @ n
+gastelum	1.0000	g { s t @ l @ m
+gatchalian	1.0000	g { tS eI l i @ n
+gatica	0.5000	g @ t i k @
+gatica	0.5000	g { t @ k @
+gauna	0.5000	g aU n @
+gauna	0.5000	g O n @
+gauthier	0.5000	g O T eI
+gauthier	0.5000	g O T i eI
+gaxiola	1.0000	g { k s i oU l @
+gaytan	0.5000	g aI t @ n
+gaytan	0.5000	g eI t @ n
+genao	1.0000	dZ @ n eI oU
+gerena	1.0000	g @ r\ eI n @
+geter	0.5000	dZ i t @`
+geter	0.5000	g E t @`
+ghani	1.0000	g A n i
+gholston	1.0000	g oU l s t @ n
+ghosh	1.0000	g oU S
+giang	1.0000	g i { N
+gillard	1.0000	g I l @` d
+gilliard	0.5000	g I l i A r\ d
+gilliard	0.5000	dZ I l i A r\ d
+gimenez	1.0000	dZ @ m E n @ z
+gipson	1.0000	g I p s @ n
+giraldo	0.3333	dZ @ r\ A l d oU
+giraldo	0.3333	dZ @` O l d oU
+giraldo	0.3333	dZ @` A l d oU
+giron	0.5000	g i r\ A n
+giron	0.5000	Z i r\ @ n
+gishie	1.0000	g I S i
+gittens	1.0000	g I t @ n z
+gladden	1.0000	g l { d @ n
+gladney	1.0000	g l { d n i
+glasper	1.0000	g l { s p @`
+goad	1.0000	g oU d
+godina	0.5000	g oU d i n @
+godina	0.5000	g @ d i n @
+godines	1.0000	g @ d i n z
+godinez	1.0000	g oU d i n @ z
+godoy	0.5000	g @ d OI
+godoy	0.5000	g oU d OI
+goel	1.0000	g oU l
+goh	1.0000	g oU
+goins	1.0000	g oU @ n z
+goldtooth	1.0000	g oU l d T u T
+gomes	0.5000	g oU m z
+gomes	0.5000	g oU m E z
+gongora	0.5000	g V N g O r\ @
+gongora	0.5000	g A N g O r\ @
+gonsales	1.0000	g A n s A l eI z
+gonsalez	1.0000	g @ n z A l @ z
+gonsalves	1.0000	g @ n s O l v @ s
+gooden	1.0000	g U d @ n
+goolsby	0.5000	g u l z b i
+goolsby	0.5000	g u l s b i
+gopal	0.3333	g oU p @ l
+gopal	0.3333	g oU p O l
+gopal	0.3333	g oU p { l
+gordillo	0.5000	g O r\ d i oU
+gordillo	0.5000	g O r\ d I l oU
+gorospe	1.0000	g O r\ @ s p
+goseyun	1.0000	g oU z i @ n
+goswami	0.5000	g oU s w A m i
+goswami	0.5000	g A z w A m i
+gouge	1.0000	g aU dZ
+gourneau	1.0000	g O r\ n oU
+govan	0.5000	g oU v { n
+govan	0.5000	g oU v @ n
+govea	0.5000	g oU v eI @
+govea	0.5000	g oU v i @
+goya	1.0000	g OI @
+goyal	1.0000	g OI @ l
+graciano	1.0000	g r\ A s i A n oU
+grado	0.3333	g r\ A d oU
+grado	0.3333	g r\ eI d oU
+grado	0.3333	g r\ A d O
+grajales	1.0000	g r\ @ h { l eI z
+grajeda	1.0000	g r\ @ h eI d @
+granado	1.0000	g r\ @ n A d oU
+granados	1.0000	g r\ @ n A d oU z
+granda	1.0000	g r\ { n d @
+granillo	1.0000	g r\ @ n I l oU
+grewal	0.5000	g r\ eI w A l
+grewal	0.5000	g r\ u @ l
+greyeyes	1.0000	g r\ eI aI z
+grice	1.0000	g r\ aI s
+griego	0.3333	g r\ E g oU
+griego	0.3333	g r\ i eI g oU
+griego	0.3333	g r\ i g oU
+grigsby	1.0000	g r\ I g z b i
+grijalva	0.3333	g r\ @ h A l v @
+grijalva	0.3333	g r\ i h A l v @
+grijalva	0.3333	g r\ @ dZ { l v @
+grimaldo	1.0000	g r\ @ m A l d oU
+grullon	1.0000	g r\ V l @ n
+gu	0.5000	dZ i j u
+gu	0.5000	g u
+guadarrama	1.0000	g w A d @ r\ A m @
+guajardo	1.0000	w @ h A r\ d oU
+guaman	1.0000	g w A m @ n
+guan	1.0000	g w A n
+guardado	0.5000	g w A r\ d A d oU
+guardado	0.5000	g w @` d A d oU
+guardiola	0.5000	g w A r\ d i oU l @
+guardiola	0.5000	g A r\ d i oU l @
+guardipee	1.0000	g A r\ d @ p i
+gudino	1.0000	g u d i n oU
+guel	1.0000	g E l
+guevara	0.5000	g @ v A r\ @
+guevara	0.5000	g w @ v E r\ @
+guevarra	0.5000	g @ v A r\ @
+guevarra	0.5000	g w @ v A r\ @
+guidry	1.0000	g I d r\ i
+guillen	0.5000	g i @ n
+guillen	0.5000	g I l j E n
+guillory	1.0000	g I l @` i
+guinn	1.0000	g w I n
+guinto	1.0000	g w I n t oU
+guizar	1.0000	g w i z A r\
+gulati	0.5000	dZ u l A t i
+gulati	0.5000	g u l A t i
+gulley	1.0000	g V l i
+gunawan	1.0000	g @ n A w @ n
+guo	1.0000	g w oU
+gurrola	0.5000	g r\ oU l @
+gurrola	0.5000	g @` oU l @
+gurule	1.0000	g @` @ l eI
+gusman	1.0000	g V s m @ n
+gutierres	1.0000	g u t i E r\ z
+habib	0.5000	h A b i b
+habib	0.5000	h @ b i b
+hafeez	0.5000	h { f i z
+hafeez	0.5000	h @ f i z
+haider	0.5000	h aI d @`
+haider	0.5000	h eI d @`
+haile	0.5000	h aI l i
+haile	0.5000	h eI l
+halim	0.5000	h A l i m
+halim	0.5000	h @ l i m
+hamada	1.0000	h @ m A d @
+hameed	0.5000	h { m i d
+hameed	0.5000	h @ m i d
+hamid	0.5000	h A m @ d
+hamid	0.5000	h { m @ d
+handa	1.0000	h { n d @
+hanif	0.5000	h A n i f
+hanif	0.5000	h { n @ f
+hankerson	1.0000	h { N k @` s @ n
+hao	1.0000	h aU
+haq	0.5000	h A k
+haq	0.5000	eI tS eI k j u
+haque	0.5000	h A k
+haque	0.5000	h { k
+harada	1.0000	h @ r\ A d @
+hardeman	0.5000	h A r\ d @ m @ n
+hardeman	0.5000	h A r\ d m @ n
+hardison	1.0000	h A r\ d @ s @ n
+harjo	1.0000	h A r\ dZ oU
+hartfield	1.0000	h A r\ t f i l d
+hasan	0.5000	h A s A n
+hasan	0.5000	h @ s A n
+hasegawa	1.0000	h A s @ g A w @
+hashimoto	0.5000	h A S i m oU t oU
+hashimoto	0.5000	h A S @ m oU t oU
+hashmi	0.5000	h A S m i
+hashmi	0.5000	h { S m i
+haskie	1.0000	h { s k i
+hata	0.5000	h A t @
+hata	0.5000	h { t @
+hatchett	1.0000	h { tS @ t
+hatten	1.0000	h { t @ n
+hattori	1.0000	h @ t O r\ i
+hau	1.0000	h aU
+hayashida	1.0000	h aI @ S i d @
+helton	1.0000	h E l t @ n
+henao	0.3333	h @ n aU
+henao	0.3333	h E n aU
+henao	0.3333	h @ n eI oU
+heng	1.0000	h E N
+henio	1.0000	h E n i oU
+henriquez	0.5000	h E n r\ i k @ z
+henriquez	0.5000	I n r\ i k eI z
+heo	1.0000	eI tS i oU
+heredia	0.5000	h @` eI d i @
+heredia	0.5000	h @` E d i @
+hermosillo	0.5000	h @` m @ s i oU
+hermosillo	0.5000	h @` m @ s I l oU
+hernandes	1.0000	h @` n { n d E z
+herne	1.0000	h @` n
+herron	1.0000	h E r\ @ n
+heu	1.0000	eI tS i j u
+heyward	1.0000	h eI w @` d
+hickson	1.0000	h I k s @ n
+higareda	0.5000	h i g @ r\ eI d @
+higareda	0.5000	h @ g @ r\ eI d @
+higashi	0.5000	h i g A S i
+higashi	0.5000	h @ g A S i
+higuchi	1.0000	h @ g u tS i
+higuera	0.3333	h aI g E r\ @
+higuera	0.3333	h i g E r\ @
+higuera	0.3333	h @ g w E r\ @
+hilario	0.5000	h @ l A r\ i oU
+hilario	0.5000	h @ l @` i oU
+hinojos	1.0000	h I n oU dZ oU z
+hinojosa	0.5000	h I n @ h oU s @
+hinojosa	0.5000	h I n oU dZ oU s @
+hipolito	0.5000	h i p @ l i t oU
+hipolito	0.5000	h I p @ l i t oU
+hirai	0.5000	h @ r\ aI
+hirai	0.5000	h @` aI
+hirano	1.0000	h @` A n oU
+hirata	0.5000	h i r\ A t @
+hirata	0.5000	h @` A t @
+hoang	0.5000	h oU N
+hoang	0.5000	h oU { N
+holguin	0.5000	h oU l g i n
+holguin	0.5000	O l g i n
+holloman	0.5000	h A l @ m @ n
+holloman	0.5000	h A l oU m { n
+hopson	1.0000	h A p s @ n
+hoque	1.0000	h oU k
+hori	1.0000	h O r\ i
+horiuchi	1.0000	h O r\ u tS i
+horta	0.5000	O r\ t @
+horta	0.5000	h O r\ t @
+hoskie	1.0000	h A s k i
+hossain	0.5000	h oU s eI n
+hossain	0.5000	h @ s eI n
+hosteen	1.0000	h oU s t i n
+hou	0.5000	h aU
+hou	0.5000	eI tS oU j u
+houle	1.0000	h u l
+howze	1.0000	h aU s
+hoyos	1.0000	h OI oU z
+hsia	1.0000	S i A
+hsiao	0.5000	S aU
+hsiao	0.5000	s aU
+hsieh	0.5000	S eI
+hsieh	0.5000	S i @
+hsiung	1.0000	S V N
+hsueh	1.0000	S eI
+hua	0.2000	eI tS j u eI
+hua	0.2000	h u @
+hua	0.2000	h u A
+hua	0.2000	h w A
+hua	0.2000	w A
+huang	1.0000	h w A N
+huertas	0.5000	k w E r\ t @ z
+huertas	0.5000	w E r\ t @ s
+huezo	1.0000	h j u z oU
+huie	1.0000	h j u i
+huizar	0.5000	w i z A r\
+huizar	0.5000	h @ w i z A r\
+huo	1.0000	eI tS j u oU
+hur	0.5000	h @`
+hur	0.5000	eI tS j u A r\
+hurtado	1.0000	h @` t A d oU
+husain	1.0000	h u s eI n
+huynh	0.5000	h V n
+huynh	0.5000	h aI n
+hwang	0.5000	h w A N
+hwang	0.5000	w { N
+hylton	1.0000	h I l t @ n
+hyun	0.5000	h j u n
+hyun	0.5000	h j V n
+ibanez	0.5000	aI b @ n E z
+ibanez	0.5000	i b @ n E z
+ibarra	1.0000	i b A r\ @
+ichikawa	1.0000	i tS @ k A w @
+ige	0.5000	aI
+ige	0.5000	aI dZ i i
+iida	1.0000	aI aI d @
+ikeda	0.5000	aI k i d @
+ikeda	0.5000	@ k i d @
+ilagan	0.5000	i l A g @ n
+ilagan	0.5000	I l @ g @ n
+imai	1.0000	aI E m eI aI
+imamura	1.0000	i m A m u r\ A
+iniguez	1.0000	I n i g @ z
+inoue	0.5000	I n oU @
+inoue	0.5000	@ n u
+inouye	0.5000	I n oU eI
+inouye	0.5000	@ n oU eI
+inthavong	1.0000	@ n D @ v A N
+iqbal	0.5000	@ k b O l
+iqbal	0.5000	I k b O l
+iraheta	0.5000	E r\ @ h i t @
+iraheta	0.5000	i r\ @ h i t @
+irizarry	0.3333	i r\ @ z A r\ i
+irizarry	0.3333	i r\ @ z E r\ i
+irizarry	0.3333	@ r\ I z @` i
+ironcloud	1.0000	aI @` n k l aU d
+isham	0.3333	aI S @ m
+isham	0.3333	I S { m
+isham	0.3333	I S @ m
+ishibashi	1.0000	i S i b A S i
+ishida	0.5000	i S i d @
+ishida	0.5000	@ S i d @
+ishihara	0.5000	I S i h A r\ @
+ishihara	0.5000	I S @ h A r\ @
+ishii	1.0000	i S i
+ishikawa	0.5000	i S i k A w @
+ishikawa	0.5000	I S @ k A w @
+islas	1.0000	i s l A s
+ismail	0.3333	I z m aI l
+ismail	0.3333	I z m eI l
+ismail	0.3333	@ z m eI l
+isom	0.5000	i s @ m
+isom	0.5000	aI s @ m
+ito	1.0000	i t oU
+ivanoff	0.5000	aI v @ n O f
+ivanoff	0.5000	aI v @ n @ f
+ivery	0.5000	aI v @` i
+ivery	0.5000	aI v r\ i
+ivey	1.0000	aI v i
+iwamoto	1.0000	i w @ m oU t oU
+iwasaki	0.5000	i w @ s A k i
+iwasaki	0.5000	aI w @ s A k i
+iwata	0.5000	aI w O t @
+iwata	0.5000	aI w A t @
+iyengar	1.0000	aI @ n g A r\
+iyer	0.5000	aI @`
+iyer	0.5000	aI j E r\
+izaguirre	0.5000	I z @ g i r\ eI
+izaguirre	0.5000	I z @ g w i r\ eI
+izquierdo	1.0000	I z k i E r\ d oU
+jacobo	1.0000	dZ @ k oU b oU
+jacome	1.0000	dZ @ k oU m
+jacquez	0.5000	dZ { k w E z
+jacquez	0.5000	h A k E z
+jafri	0.5000	dZ A f r\ i
+jafri	0.5000	dZ { f r\ i
+jaimes	0.5000	dZ eI m z
+jaimes	0.5000	h aI m i z
+jamerson	1.0000	dZ eI m @` s @ n
+jani	0.3333	dZ eI n i
+jani	0.3333	dZ { n i
+jani	0.3333	j O n i
+jaquez	0.5000	h A k @ z
+jaquez	0.5000	dZ { k w E z
+jara	0.5000	h A r\ @
+jara	0.5000	h A r\ A
+jaramillo	0.5000	h A r\ A m i oU
+jaramillo	0.5000	h A r\ A m i j oU
+jarquin	1.0000	dZ A r\ k w I n
+jasso	0.5000	dZ { z oU
+jasso	0.5000	dZ { s oU
+jauregui	1.0000	h aU r\ @ g i
+javed	0.5000	dZ A v @ d
+javed	0.5000	h A v @ d
+jeanbaptiste	1.0000	dZ i n b { p t i s t
+jeanlouis	1.0000	dZ i n l u @ s
+jeanpierre	1.0000	dZ i n p i E r\
+jee	1.0000	dZ i
+jefferies	0.5000	dZ E f r\ i z
+jefferies	0.5000	dZ E f @` i z
+jeng	1.0000	dZ E N
+jeon	0.5000	dZ i A n
+jeon	0.5000	dZ eI A n
+jeong	0.5000	dZ A N
+jeong	0.5000	dZ V N
+jerez	0.5000	h E r\ E z
+jerez	0.5000	dZ E r\ @ z
+jernigan	1.0000	dZ @` n @ g @ n
+jha	0.5000	dZ A
+jha	0.5000	dZ eI eI tS eI
+jhaveri	1.0000	dZ @ v E r\ i
+jiles	0.5000	dZ aI l z
+jiles	0.5000	dZ aI @ l z
+jimenes	1.0000	dZ @ m i n i z
+jimerson	1.0000	dZ I m @` s @ n
+jiminez	1.0000	h @ m E n E z
+jiron	0.5000	dZ @` oU n
+jiron	0.5000	dZ i r\ A n
+johal	1.0000	dZ oU h O l
+jojola	0.5000	h oU h O l @
+jojola	0.5000	h @ h O l @
+joo	1.0000	dZ u
+jordon	1.0000	dZ O r\ d @ n
+joshi	0.5000	dZ oU S i
+joshi	0.5000	dZ A S i
+jou	0.5000	dZ eI oU j u
+jou	0.5000	dZ u
+jourdain	1.0000	dZ O r\ d eI n
+jovel	1.0000	dZ oU v @ l
+jue	1.0000	dZ u
+jung	0.5000	dZ V N
+jung	0.5000	j V N
+jurado	0.3333	dZ @ r\ A d oU
+jurado	0.3333	dZ @` A d oU
+jurado	0.3333	h @ @` A d oU
+jusino	0.5000	dZ V s i n oU
+jusino	0.5000	dZ @ s i n oU
+justiniano	1.0000	dZ @ s t I n i A n oU
+kabir	1.0000	k @ b i r\
+kadakia	0.5000	k @ d A k i @
+kadakia	0.5000	k @ d eI k i @
+kahlon	0.5000	k eI l A n
+kahlon	0.5000	k A l @ n
+kalra	0.5000	k A l r\ @
+kalra	0.5000	k { l r\ @
+kamara	1.0000	k @ m A r\ @
+kamath	0.5000	k eI m @ T
+kamath	0.5000	k { m @ T
+kamdar	1.0000	k { m d A r\
+kameroff	1.0000	k { m @` O f
+kanda	1.0000	k { n d @
+kaneko	1.0000	k @ n i k oU
+kaneshiro	1.0000	k A n @ S i r\ oU
+kannan	1.0000	k { n @ n
+kanuho	1.0000	k { n u h oU
+kao	0.5000	k aU
+kao	0.5000	k eI eI oU
+kapadia	0.5000	k @ p A d i @
+kapadia	0.5000	k @ p eI d i @
+kapur	0.5000	k @ p O r\
+kapur	0.5000	k A p @`
+karim	0.3333	k @ r\ i m
+karim	0.3333	k E r\ i m
+karim	0.3333	k A r\ @ m
+katayama	1.0000	k A t A j A m A
+kau	1.0000	k aU
+kaul	0.5000	k oU l
+kaul	0.5000	k O l
+kaulaity	1.0000	k O l eI t i
+kaur	0.5000	k A r\
+kaur	0.5000	k O r\
+kawaguchi	1.0000	k A w @ g u tS i
+kawahara	1.0000	k A w @ h A r\ @
+kawai	0.5000	k @ w aI
+kawai	0.5000	k @ w eI
+kawakami	1.0000	k @ w O k @ m i
+kawamoto	1.0000	k @ w @ m oU t oU
+kawamura	0.5000	k A w @ m O r\ @
+kawamura	0.5000	k A w @ m @` @
+kawano	1.0000	k @ w A n oU
+kawashima	1.0000	k A w @ S i m @
+kazi	1.0000	k A z i
+kazmi	1.0000	k A z m i
+kealoha	0.5000	k eI i @ l oU h A
+kealoha	0.5000	k i @ l oU h @
+keams	1.0000	k i m z
+keener	1.0000	k i n @`
+keo	0.5000	k i oU
+keo	0.5000	k eI i oU
+keplin	1.0000	k E p l @ n
+ketcher	1.0000	k E tS @`
+keyonnie	1.0000	k i A n i
+kha	0.5000	k A
+kha	0.5000	k eI eI tS eI
+kham	1.0000	k A m
+khang	1.0000	k { N
+khanna	1.0000	k A n @
+khatoon	1.0000	k @ t u n
+khatri	1.0000	k A t r\ i
+khatun	1.0000	k { t @ n
+khawaja	0.5000	k @ w A dZ @
+khawaja	0.5000	k A w A dZ A
+khim	1.0000	k I m
+kho	1.0000	k oU
+khokhar	1.0000	k oU k @`
+khong	1.0000	k A N
+khoo	1.0000	k u
+khurana	0.3333	k @ r\ A n @
+khurana	0.3333	k r\ A n @
+khurana	0.3333	k @` A n @
+khuu	1.0000	k u
+kiang	1.0000	k i { N
+kieu	0.5000	k j u
+kieu	0.5000	k i u
+kikuchi	0.5000	k i k u tS i
+kikuchi	0.5000	k @ k u tS i
+kil	0.5000	k I l
+kil	0.5000	k eI aI E l
+kimura	0.5000	k @ m O r\ @
+kimura	0.5000	k i m @` @
+kinard	1.0000	k @ n A r\ d
+kingbird	1.0000	k I N b @` d
+kinoshita	0.5000	k i n oU S i t @
+kinoshita	0.5000	k I n @ S i t @
+kinsel	0.5000	k I n s @ l
+kinsel	0.5000	k I n z @ l
+kirksey	0.5000	k @` k s i
+kirksey	0.5000	k @` s k i
+kisto	1.0000	k I s t oU
+kitagawa	1.0000	k I t @ g A w @
+kitamura	1.0000	k I t @ m j @` @
+kobayashi	0.3333	k oU b @ j A S i
+kobayashi	0.3333	k oU b eI A S i
+kobayashi	0.3333	k oU b aI A S i
+kodama	0.5000	k @ d A m @
+kodama	0.5000	k oU d A m @
+koga	1.0000	k oU g @
+koh	0.5000	k eI oU eI tS
+koh	0.5000	k oU
+kohli	1.0000	k oU l i
+kojima	1.0000	k oU dZ i m @
+komatsu	1.0000	k @ m A t s u
+kondo	1.0000	k A n d oU
+konishi	0.5000	k oU n i S i
+konishi	0.5000	k @ n i S i
+kono	1.0000	k oU n oU
+kornegay	0.3333	k O r\ n @ g i
+kornegay	0.3333	k O r\ n I g i
+kornegay	0.3333	k O n @ g eI
+koshy	0.5000	k oU S i
+koshy	0.5000	k A S i
+kothari	0.5000	k oU T A r\ i
+kothari	0.5000	k @ T A r\ i
+kou	0.5000	k u
+kou	0.5000	k eI oU j u
+koyama	1.0000	k OI A m @
+krishnamurthy	1.0000	k r\ I S n @ m @` t i
+krishnan	0.5000	k r\ I s n @ n
+krishnan	0.5000	k r\ I S n @ n
+kuan	1.0000	k w A n
+kuang	1.0000	k w A N
+kubo	1.0000	k u b oU
+kudo	1.0000	k u d oU
+kue	0.5000	k u
+kue	0.5000	k j u
+kulkarni	0.5000	k V l k A r\ n i
+kulkarni	0.5000	k @ l k A r\ n i
+kuo	0.5000	k w oU
+kuo	0.5000	k eI j u oU
+kurian	0.5000	k @` i @ n
+kurian	0.5000	k j @` i @ n
+kurihara	1.0000	k @` i h A r\ @
+kuroda	1.0000	k @` oU d @
+kuruvilla	1.0000	k @` u v I l @
+kwak	0.5000	k w A k
+kwak	0.5000	k w { k
+kwok	1.0000	k w A k
+kwong	1.0000	k w A N
+laboy	1.0000	l @ b OI
+lacayo	0.5000	l @ k aI oU
+lacayo	0.5000	l @ k eI oU
+lacroix	0.5000	l @ k r\ OI
+lacroix	0.5000	l @ k w A
+lacson	1.0000	l { k s @ n
+laducer	1.0000	l @ d u s @`
+lafountain	0.3333	l @ f aU n t @ n
+lafountain	0.3333	l A f aU n t @ n
+lafountain	0.3333	l @ f aU n t eI n
+lafromboise	1.0000	l @ f r\ V m b w A
+lagman	1.0000	l { g m @ n
+lagunas	0.5000	l @ g u n @ s
+lagunas	0.5000	l @ g u n @ z
+lainez	1.0000	l aI n @ z
+lakhani	0.5000	l V k A n i
+lakhani	0.5000	l @ k A n i
+lalani	0.3333	l @ l A n i
+lalani	0.3333	l V l A n i
+lalani	0.3333	l eI l A n i
+lall	0.5000	l O l
+lall	0.5000	l A l
+lamas	0.5000	l A m @ s
+lamas	0.5000	l A m @ z
+lamere	1.0000	l @ m i r\
+lampkin	1.0000	l { m p k @ n
+landa	1.0000	l { n d @
+landaverde	1.0000	l { n d @` v E r\ d eI
+landeros	0.5000	l { n d E r\ oU z
+landeros	0.5000	l { n d @` oU z
+landin	1.0000	l { n d @ n
+lantigua	1.0000	l { n t i g w @
+lao	1.0000	l aU
+laplante	1.0000	l @ p l { n t
+lapointe	1.0000	l @ p OI n t
+lares	0.3333	l A r\ @ z
+lares	0.3333	l E r\ @ s
+lares	0.3333	l E r\ z
+larios	0.5000	l A r\ i oU z
+larios	0.5000	l A r\ i oU s
+larney	1.0000	l A r\ n i
+laroche	0.5000	l @ r\ oU tS
+laroche	0.5000	l @ r\ oU S
+larocque	0.5000	l @ r\ oU k
+larocque	0.5000	l @ r\ A k
+laroque	1.0000	l @ r\ oU k
+larvie	1.0000	l A r\ v i
+lasley	0.5000	l { s l i
+lasley	0.5000	l { z l i
+laster	1.0000	l { s t @`
+latif	1.0000	l @ t i f
+latorre	0.5000	l @ t O r\ i
+latorre	0.5000	l @ t O r\
+latu	1.0000	l { t u
+laureano	1.0000	l O r\ i A n oU
+lavallie	1.0000	l @ v { l i
+laverdure	1.0000	l @ v @` d O r\
+lazaro	0.5000	l { z @ r\ oU
+lazaro	0.5000	l @ z A r\ oU
+lazcano	0.5000	l A s k A n oU
+lazcano	0.5000	l { z k A n oU
+lazo	0.5000	l A z oU
+lazo	0.5000	l { z oU
+lazore	1.0000	l eI z @`
+leano	1.0000	l i n oU
+leanos	1.0000	l i A n oU z
+lebeau	1.0000	l @ b oU
+lechuga	1.0000	l E tS u g @
+leclair	1.0000	l @ k l E r\
+ledesma	1.0000	l @ d E z m @
+ledezma	1.0000	l @ d E z m @
+leflore	1.0000	l @ f l O r\
+lefthand	1.0000	l E f t h { n
+legaspi	0.5000	l @ g A s p i
+legaspi	0.5000	l @ g { s p i
+leija	0.5000	l eI h A
+leija	0.5000	l eI @
+leiva	1.0000	l eI v @
+lema	0.5000	l i m @
+lema	0.5000	l E m @
+lemus	1.0000	l i m @ s
+lente	1.0000	l E n t eI
+leong	1.0000	l i A N
+leos	1.0000	l i oU z
+lepe	1.0000	l E p eI
+lerma	1.0000	l @` m @
+lett	1.0000	l E t
+leu	0.5000	l u
+leu	0.5000	E l i j u
+leung	0.5000	l i j u N
+leung	0.5000	l V N
+levario	1.0000	l @ v A r\ i oU
+leyba	1.0000	l eI b @
+leyva	1.0000	l eI v @
+lezama	1.0000	l @ z A m @
+lian	0.5000	l i A n
+lian	0.5000	l aI @ n
+liang	0.3333	l i A N
+liang	0.3333	l i { N
+liang	0.3333	l { N
+liao	1.0000	l i aU
+licea	1.0000	l aI s i @
+licon	1.0000	l aI k A n
+liddell	1.0000	l @ d E l
+liew	0.5000	l i j u
+liew	0.5000	l u
+liggins	1.0000	l I g @ n z
+ligon	0.5000	l I g @ n
+ligon	0.5000	l aI g @ n
+limas	0.3333	l aI m @ s
+limas	0.3333	l i m @ s
+limas	0.3333	l i m @ z
+linares	0.3333	l @ n A r\ @ z
+linares	0.3333	l @ n E r\ @ z
+linares	0.3333	l i n A r\ eI s
+liou	1.0000	l u
+lira	1.0000	l i r\ @
+liriano	1.0000	l i r\ i A n oU
+littlebear	1.0000	l I t @ l b E r\
+littledog	1.0000	l I t @ l d O g
+littlelight	1.0000	l I t @ l l aI t
+littleman	1.0000	l I t @ l m @ n
+littlethunder	1.0000	l I t @ l T V n d @`
+littlewolf	1.0000	l I t @ l w U l f
+liwanag	1.0000	l I w @ n A g
+lizama	1.0000	l @ z A m @
+lizarraga	0.5000	l @ z A r\ A g @
+lizarraga	0.5000	l I z @` { g @
+llanes	0.5000	j A n @ z
+llanes	0.5000	j A n E z
+llanos	0.5000	j A n oU z
+llanos	0.5000	l A n oU z
+llerena	0.5000	l @ r\ eI n @
+llerena	0.5000	j E r\ eI n @
+loaiza	1.0000	l oU aI z @
+lobato	1.0000	l @ b A t oU
+lockett	1.0000	l A k @ t
+loera	1.0000	l oU E r\ @
+lofton	1.0000	l O f t @ n
+loh	0.5000	l oU
+loh	0.5000	E l oU eI tS
+lomeli	0.5000	l oU m E l i
+lomeli	0.5000	l @ m E l i
+londono	0.5000	l V n d A n oU
+londono	0.5000	l @ n d oU n oU
+lonebear	1.0000	l oU n b E r\
+longie	0.5000	l O N g i
+longie	0.5000	l A N i
+loredo	0.5000	l @` eI d oU
+loredo	0.5000	l O r\ eI d oU
+lorenzana	1.0000	l O r\ @ n z A n @
+losoya	1.0000	l @ s OI @
+lovan	1.0000	l oU v @ n
+loza	1.0000	l oU z @
+lozada	1.0000	l @ z A d @
+lozoya	1.0000	l @ z O j @
+lua	1.0000	l u @
+luc	0.5000	E l j u s i
+luc	0.5000	l u k
+lucatero	1.0000	l u k @ t E r\ oU
+lucio	1.0000	l u s i oU
+luckey	1.0000	l V k i
+lue	0.5000	l u
+lue	0.5000	E l j u i
+luera	1.0000	l u E r\ @
+luevano	1.0000	l u @ v A n oU
+lugo	1.0000	l u g oU
+lui	0.5000	l u i
+lui	0.5000	E l j u aI
+lujan	0.5000	l u h A n
+lujan	0.5000	l u dZ A n
+lujano	1.0000	l u h A n oU
+lum	1.0000	l V m
+luo	0.5000	l u
+luo	0.5000	l u oU
+luong	0.3333	l O N
+luong	0.3333	l u A N
+luong	0.3333	l u O N
+lupercio	1.0000	l u p @` s i oU
+luque	0.5000	l u k i
+luque	0.5000	l u k eI
+lussier	0.3333	l u s i eI
+lussier	0.3333	l u s i r\
+lussier	0.3333	l V s i @`
+luu	1.0000	l u
+macaraeg	1.0000	m { k @ r\ { g
+macedo	0.5000	m @ s eI d oU
+macedo	0.5000	m @ s i d oU
+machuca	1.0000	m @ tS u k @
+maciel	0.5000	m A s i E l
+maciel	0.5000	m { s i @ l
+madamba	1.0000	m @ d A m b @
+madan	0.5000	m @ d A n
+madan	0.5000	m { d @ n
+madero	1.0000	m @ d E r\ oU
+madriaga	1.0000	m @ d r\ i A g @
+maeda	1.0000	m eI d @
+maes	1.0000	m eI z
+maestas	0.5000	m aI s t @ s
+maestas	0.5000	m A eI s t @ z
+maez	0.5000	m eI z
+maez	0.5000	E m eI i z i
+magallanes	1.0000	m { g @ l { n @ s
+magallon	0.5000	m @ g { l @ n
+magallon	0.5000	m A g @ l A n
+magana	0.5000	m @ g A n j @
+magana	0.5000	m @ g { n @
+magat	0.5000	m @ g A t
+magat	0.5000	m A g @ t
+magdaleno	1.0000	m { g d @ l i n oU
+magno	1.0000	m { g n oU
+mahajan	1.0000	m @ h A dZ @ n
+maharaj	0.3333	m @ h A r\ A dZ
+maharaj	0.3333	m A h @` A dZ
+maharaj	0.3333	m A h @` A Z
+mahmood	0.3333	m @ m u d
+mahmood	0.3333	m { m u d
+mahmood	0.3333	m A m u d
+mahmud	0.5000	m A m u d
+mahmud	0.5000	m A m @ d
+maisonet	1.0000	m eI s @ n E t
+majano	1.0000	m @ h A n oU
+malagon	1.0000	m { l @ n g A n
+malave	0.5000	m @ l A v eI
+malave	0.5000	m @ l eI v
+malhotra	0.5000	m @ l h oU t r\ @
+malhotra	0.5000	m { l h A t r\ @
+mallari	1.0000	m { l @` i
+manalang	1.0000	m { n @ l { N
+manalo	0.5000	m @ n A l oU
+manalo	0.5000	m A n @ l oU
+manansala	1.0000	m { n @ n s A l @
+mancera	0.5000	m @ n s E r\ @
+mancera	0.5000	m { n s E r\ @
+mancha	0.5000	m A n S @
+mancha	0.5000	m A n tS @
+mancia	1.0000	m A n tS @
+mancilla	1.0000	m A n s i @
+mancillas	1.0000	m A n s i @ z
+mandujano	1.0000	m { n d u h A n oU
+mangual	1.0000	m { n g w @ l
+manivong	1.0000	m { n @ v A N
+manjarrez	1.0000	m { n dZ @` E z
+manns	1.0000	m { n z
+manrique	0.5000	m @ n r\ i k eI
+manrique	0.5000	m { n r\ i k eI
+manriquez	1.0000	m { n r\ i k @ z
+mantilla	0.5000	m { n t I l @
+mantilla	0.5000	m @ n t i @
+manuelito	1.0000	m { n w eI l i t oU
+manygoats	1.0000	m E n i g oU t s
+manzanares	0.5000	m { n z @ n E r\ @ s
+manzanares	0.5000	m { n z @ n A r\ eI z
+manzano	0.3333	m A n z A n oU
+manzano	0.3333	m { n z { n oU
+manzano	0.3333	m @ n z A n oU
+manzo	1.0000	m { n z oU
+mao	0.5000	m aU
+mao	0.5000	E m eI oU
+mapp	1.0000	m { p
+marable	0.5000	m E r\ @ b @ l
+marable	0.5000	m A r\ @ b @ l
+maracle	1.0000	m E r\ @ k @ l
+marasigan	1.0000	m E r\ @ s i g @ n
+marcano	0.5000	m A r\ k { n oU
+marcano	0.5000	m A r\ k A n oU
+marchand	0.5000	m A r\ S A n d
+marchand	0.5000	m A r\ tS A n d
+marcial	0.5000	m A r\ s i { l
+marcial	0.5000	m A r\ S @ l
+marinez	1.0000	m E r\ @ n E z
+mariscal	1.0000	m A r\ i s k A l
+marmol	0.3333	m A r\ m @ l
+marmol	0.3333	m A r\ m O l
+marmol	0.3333	m A r\ m oU l
+marmolejo	1.0000	m A r\ m @ l eI h oU
+marroquin	0.3333	m A r\ @ k i n
+marroquin	0.3333	m E r\ @ k w @ n
+marroquin	0.3333	m E r\ @ k w I n
+marrufo	1.0000	m E r\ u f oU
+marte	1.0000	m A r\ t eI
+martines	1.0000	m A r\ t i n z
+maruyama	1.0000	m E r\ @ j A m @
+marzan	1.0000	m A r\ z { n
+mascarenas	1.0000	m { s k @` E n @ z
+mascorro	1.0000	m { s k O r\ oU
+masih	0.5000	m A s i
+masih	0.5000	m { s i
+masood	1.0000	m @ s u d
+masuda	0.5000	m A s u d @
+masuda	0.5000	m @ s u d @
+matamoros	0.3333	m A t @ m O r\ oU z
+matamoros	0.3333	m { t @ m O r\ @ s
+matamoros	0.3333	m @ t @ m O r\ @ z
+mathai	0.5000	m @ t aI
+mathai	0.5000	m { T aI
+mathur	0.5000	m { D @`
+mathur	0.5000	m { T @`
+matias	0.3333	m @ t i @ s
+matias	0.3333	m @ t i @ z
+matias	0.3333	m { t i @ s
+matsuda	0.5000	m { t s u d @
+matsuda	0.5000	m @ t s u d @
+matsui	0.5000	m A t s u i
+matsui	0.5000	m { t s u i
+matsumoto	0.5000	m A t s @ m oU t oU
+matsumoto	0.5000	m A t s u m oU t oU
+matsumura	1.0000	m { t s u m j @` @
+matsunaga	1.0000	m { t s u n A g @
+matsuo	1.0000	m { t s u oU
+matsuoka	1.0000	m { t s u oU k @
+matsushita	1.0000	m A t s u S i t @
+matsuura	0.5000	m { t s u @` @
+matsuura	0.5000	m @ t s u r\ @
+matta	0.5000	m A t @
+matta	0.5000	m { t @
+mattox	0.5000	m { t @ k s
+mattox	0.5000	m { t A k s
+matus	0.5000	m @ t u S
+matus	0.5000	m { t @ s
+matute	1.0000	m @ t u t eI
+mau	0.3333	E m eI eI j u
+mau	0.3333	E m eI j u
+mau	0.3333	m aU
+maung	1.0000	m O N
+maye	1.0000	m eI
+mayeda	1.0000	m eI @ d @
+mayers	1.0000	m eI @` z
+mayle	0.5000	m eI l i
+mayle	0.5000	m eI l
+maynor	1.0000	m eI n @`
+mayorga	1.0000	m aI O r\ g @
+mazariegos	1.0000	m { z @` i E g oU z
+mccants	0.5000	m @ k { n s
+mccants	0.5000	m @ k { n t s
+mccaskill	1.0000	m @ k { s k @ l
+mcclary	1.0000	m @ k l E r\ i
+mccloud	1.0000	m @ k l aU d
+mccovey	1.0000	m @ k V v i
+mccray	1.0000	m @ k r\ eI
+mccree	1.0000	m @ k r\ i
+mccullum	1.0000	m @ k V l @ m
+mccurtain	1.0000	m @ k @` t @ n
+mcfarlane	1.0000	m @ k f A r\ l @ n
+mcgeshick	1.0000	m @ k g @ S @ k
+mcgirt	0.5000	m @ k g @` t
+mcgirt	0.5000	m @ g @` t
+mcgruder	0.5000	m @ k g r\ u d @`
+mcgruder	0.5000	m @ g r\ u d @`
+mciver	1.0000	m @ k aI v @`
+mckoy	1.0000	m @ k OI
+mclain	1.0000	m @ k l eI n
+mclaurin	1.0000	m @ k l O r\ @ n
+mclemore	1.0000	m { k l @ m O r\
+mclendon	1.0000	m @ k l E n d @ n
+mcmillian	0.5000	m @ k m I l @ n
+mcmillian	0.5000	m @ k m I l i @ n
+mcneal	1.0000	m @ k n i l
+mcneill	1.0000	m @ k n i l
+meas	0.5000	m i z
+meas	0.5000	E m i eI E s
+medeiros	0.5000	m @ d E r\ @ s
+medeiros	0.5000	m @ d E r\ oU s
+medel	0.5000	m @ d E l
+medel	0.5000	m E d @ l
+medellin	0.5000	m E d @ l i n
+medellin	0.5000	m E d @ l @ n
+mederos	0.5000	m @ d E r\ @ z
+mederos	0.5000	m @ d E r\ oU s
+medrano	1.0000	m @ d r\ A n oU
+mehra	1.0000	m E r\ @
+mejias	1.0000	m @ h i @ z
+melara	1.0000	m @ l A r\ @
+melchor	0.5000	m E l tS O r\
+melchor	0.5000	m E l k @`
+melendez	0.5000	m @ l E n d E z
+melendez	0.5000	m @ l E n d @ z
+melendrez	1.0000	m @ l E n d r\ E z
+melgar	1.0000	m E l g A r\
+melgoza	1.0000	m E l g oU z @
+membreno	1.0000	m E m b r\ eI n oU
+memon	1.0000	m E m @ n
+menchaca	0.5000	m @ n tS A k @
+menchaca	0.5000	m E n tS eI k @
+mendieta	1.0000	m E n d i E t @
+mendiola	0.5000	m E n d j oU l @
+mendiola	0.5000	m E n d i oU l @
+mendivil	1.0000	m E n d @ v @ l
+mendosa	1.0000	m E n d oU s @
+meneses	0.5000	m @ n E s @ s
+meneses	0.5000	m E n @ s i z
+meng	1.0000	m E N
+menjivar	1.0000	m E n dZ @ v A r\
+menon	1.0000	m E n @ n
+mensah	1.0000	m E n s @
+mera	0.5000	m E r\ @
+mera	0.5000	m i r\ @
+meraz	0.3333	m @ r\ { z
+meraz	0.3333	m @` { z
+meraz	0.3333	m @` A z
+merculief	1.0000	m @` k j @ l i f
+merino	1.0000	m @` i n oU
+merriweather	1.0000	m E r\ i w E D @`
+meshell	0.5000	m i S E l
+meshell	0.5000	m @ S E l
+mestas	1.0000	m E s t @ s
+mesteth	1.0000	m E s t @ T
+metoxen	1.0000	m E t A k s @ n
+miah	0.5000	m aI @
+miah	0.5000	m i @
+mian	0.5000	m i A n
+mian	0.5000	m i @ n
+miao	1.0000	m i aU
+mickens	1.0000	m I k @ n z
+middlebrooks	1.0000	m I d @ l b r\ U k s
+mier	1.0000	m i r\
+mijares	0.3333	m @ h A r\ @ z
+mijares	0.3333	m i h A r\ E z
+mijares	0.3333	m @ h A r\ E z
+millan	1.0000	m @ l A n
+minami	0.3333	m @ n A m i
+minami	0.3333	m i n A m i
+minami	0.3333	m i n @ m i
+minaya	0.5000	m @ n aI @
+minaya	0.5000	m @ n A j @
+mincey	1.0000	m I n s i
+minhas	0.5000	m I n h A s
+minhas	0.5000	m I n h @ z
+minjarez	1.0000	m I n dZ A r\ @ z
+minter	1.0000	m I n t @`
+mirabal	0.5000	m i r\ @ b O l
+mirabal	0.5000	m i r\ @ b @ l
+miramontes	0.5000	m i r\ @ m A n t E z
+miramontes	0.5000	m i r\ @ m A n t i z
+mireles	0.5000	m @` E l @ z
+mireles	0.5000	m i r\ E l E z
+mishra	0.5000	m i S r\ @
+mishra	0.5000	m I S r\ @
+misra	0.5000	m I z r\ @
+misra	0.5000	m I s r\ @
+mistry	1.0000	m I s t r\ i
+mitchel	1.0000	m I tS @ l
+mitra	1.0000	m i t r\ @
+mittal	1.0000	m I t @ l
+miura	0.5000	m j @` @
+miura	0.5000	m i @` @
+mixon	1.0000	m I k s @ n
+miyake	1.0000	m i A k i
+miyamoto	1.0000	m i @ m oU t oU
+miyasato	1.0000	m i @ s A t oU
+miyashiro	1.0000	m i @ S i r\ oU
+miyata	0.5000	m i j A t @
+miyata	0.5000	m i A t @
+miyazaki	1.0000	m i @ z A k i
+mochizuki	1.0000	m oU tS @ z u k i
+moctezuma	1.0000	m A k t @ z u m @
+modi	1.0000	m oU d i
+mody	1.0000	m oU d i
+mohan	0.3333	m oU h A n
+mohan	0.3333	m oU h { n
+mohan	0.3333	m oU h @ n
+mohiuddin	1.0000	m oU h i j u d @ n
+moise	1.0000	m OI z
+mojica	1.0000	m oU h i k @
+mok	1.0000	m A k
+molinar	0.5000	m oU l @ n A r\
+molinar	0.5000	m A l @ n A r\
+momin	1.0000	m oU m @ n
+monarrez	1.0000	m A n @` E z
+moncada	0.5000	m A n k A d @
+moncada	0.5000	m A N k A d @
+moncayo	0.5000	m V N k aI oU
+moncayo	0.5000	m A n k eI oU
+mondragon	0.5000	m @ n d r\ { g @ n
+mondragon	0.5000	m A n d r\ { g @ n
+mong	1.0000	m A N
+monge	0.5000	m A n dZ eI
+monge	0.5000	m A n dZ
+monreal	0.5000	m A n r\ i l
+monreal	0.5000	m A n r\ i O l
+monroy	0.5000	m @ n r\ OI
+monroy	0.5000	m A n r\ OI
+monsivais	1.0000	m A n s I v eI
+montalvo	0.5000	m A n t A l v oU
+montalvo	0.5000	m A n t { l v oU
+montanez	0.5000	m A n t @ n E z
+montanez	0.5000	m A n t { n E z
+montejano	1.0000	m A n t @ h A n oU
+montelongo	0.3333	m A n t @ l A N g oU
+montelongo	0.3333	m A n t @ l O N g oU
+montelongo	0.3333	m A n t i l O N g oU
+montemayor	1.0000	m A n t @ m eI @`
+montenegro	0.5000	m A n t @ n E g r\ oU
+montenegro	0.5000	m A n t @ n i g r\ oU
+monterrosa	1.0000	m A n t @ r\ oU z @
+monterroso	1.0000	m A n t eI r\ oU s oU
+montesdeoca	1.0000	m A n t @ s d i oU k @
+montesinos	1.0000	m A n t @ s i n oU z
+montiel	1.0000	m A n t i l
+montijo	1.0000	m A n t i h oU
+monzon	0.5000	m A n z A N
+monzon	0.5000	m A n z A n
+moorer	1.0000	m O r\ @`
+moquino	1.0000	m @ k i n oU
+morado	0.5000	m @ r\ A d oU
+morado	0.5000	m @` A d oU
+moralez	1.0000	m @` { l @ z
+moreira	0.5000	m @` E r\ @
+moreira	0.5000	m O r\ E r\ @
+morejon	1.0000	m O r\ @ h oU n
+morel	0.5000	m @` E l
+morel	0.5000	m O r\ @ l
+morelos	0.2500	m @` E l oU s
+morelos	0.2500	m O r\ E l oU s
+morelos	0.2500	m O r\ E l oU z
+morelos	0.2500	m O r\ l oU s
+morfin	1.0000	m O r\ f @ n
+mori	1.0000	m O r\ i
+morikawa	1.0000	m O r\ @ k O w @
+morillo	0.5000	m @` I l oU
+morillo	0.5000	m O r\ I l oU
+morimoto	0.5000	m O r\ i m oU t oU
+morimoto	0.5000	m O r\ @ m oU t oU
+morin	1.0000	m O r\ @ n
+morones	0.5000	m @` oU n @ s
+morones	0.5000	m @` oU n z
+morsette	1.0000	m O r\ s E t
+moscoso	1.0000	m @ s k oU s oU
+mose	1.0000	m oU z
+mosely	1.0000	m oU z l i
+mosqueda	0.5000	m oU s k E d @
+mosqueda	0.5000	m A s k w i d @
+mosquera	1.0000	m oU s k E r\ @
+moten	1.0000	m oU t @ n
+moton	0.5000	m oU t @ n
+moton	0.5000	m oU t A n
+moua	0.5000	m oU @
+moua	0.5000	m u @
+mouton	0.5000	m u t A n
+mouton	0.5000	m u t @ n
+moy	0.5000	m oU OI
+moy	0.5000	m OI
+moya	1.0000	m OI @
+moye	1.0000	m OI
+mui	0.5000	m u i
+mui	0.5000	E m j u aI
+mujica	1.0000	m u h i k @
+mukai	1.0000	m u k aI
+mukherjee	0.5000	m @ k @` dZ i
+mukherjee	0.5000	m V k @` dZ i
+muldrow	1.0000	m V l d r\ oU
+mun	1.0000	m V n
+mungia	1.0000	m V N g i @
+munguia	0.5000	m V N g i @
+munguia	0.5000	m V N g u i @
+munos	1.0000	m u n j oU z
+murakami	0.5000	m @ r\ @ k A m i
+murakami	0.5000	m @` @ k A m i
+muraoka	1.0000	m u r\ A oU k A
+murata	0.5000	m @ r\ A t @
+murata	0.5000	m @` A t @
+murcia	1.0000	m @` s i @
+murguia	1.0000	m @` g u i @
+murillo	1.0000	m @` I l oU
+muro	0.3333	m j @` @
+muro	0.3333	m O r\ oU
+muro	0.3333	m @` oU
+murrell	0.5000	m @` E l
+murrell	0.5000	m @` @ l
+murry	1.0000	m @` i
+murthy	1.0000	m @` T i
+myint	1.0000	m i @ n t
+myrick	1.0000	m aI r\ @ k
+myung	0.5000	m j V N
+myung	0.5000	m aI @ N
+nadeau	0.5000	n eI d u
+nadeau	0.5000	n eI d oU
+naeem	0.5000	n A i m
+naeem	0.5000	n eI i m
+nagai	1.0000	n @ g aI
+nagata	1.0000	n @ g A t @
+naidu	0.5000	n aI d u
+naidu	0.5000	n eI d u
+naik	0.5000	n aI k
+naik	0.5000	n A I k
+naito	0.5000	n aI t oU
+naito	0.5000	n eI t oU
+najar	0.5000	n @ dZ A r\
+najar	0.5000	n @ h A r\
+najera	0.5000	n { h E r\ @
+najera	0.5000	n @ h E r\ @
+nakagawa	0.3333	n A k @ g A w @
+nakagawa	0.3333	n { k @ g oU w @
+nakagawa	0.3333	n { k @ g A w @
+nakahara	1.0000	n A k @ h A r\ @
+nakai	1.0000	n @ k aI
+nakajima	0.5000	n A k @ dZ i m @
+nakajima	0.5000	n { k @ dZ i m @
+nakamoto	1.0000	n A k @ m oU t oU
+nakamura	0.5000	n A k @ m O r\ @
+nakamura	0.5000	n A k @ m @` @
+nakanishi	1.0000	n { k @ n i S i
+nakano	1.0000	n @ k A n oU
+nakao	1.0000	n A k aU
+nakashima	1.0000	n A k @ S i m @
+nakasone	1.0000	n { k @ s oU n
+nakata	0.5000	n @ k A t @
+nakata	0.5000	n V k A t @
+nakatani	1.0000	n { k @ t A n i
+nakayama	1.0000	n A k @ j A m @
+nanez	1.0000	n eI n z
+napoles	0.5000	n @ p oU l E z
+napoles	0.5000	n A p @ l i z
+naqvi	0.5000	n A k v i
+naqvi	0.5000	n { k v i
+narang	0.5000	n @ r\ { N
+narang	0.5000	n @` { N
+naranjo	0.3333	n @ r\ A n dZ oU
+naranjo	0.3333	n @ r\ A n h oU
+naranjo	0.3333	n @` { n dZ oU
+narayan	0.5000	n @ r\ aI @ n
+narayan	0.5000	n @` eI @ n
+narayanan	0.5000	n A r\ A j @ n A n
+narayanan	0.5000	n @ r\ eI @ n { n
+narciso	0.3333	n A r\ s I s k oU
+narciso	0.3333	n A r\ s i s oU
+narciso	0.3333	n A r\ s I s oU
+narcisse	1.0000	n A r\ s i s
+narvaez	0.3333	n A r\ v aI s
+narvaez	0.3333	n A r\ v eI z
+narvaez	0.3333	n A r\ v aI z
+nasir	0.3333	n @ s i r\
+nasir	0.3333	n A s i r\
+nasir	0.3333	n { s @`
+natal	0.2500	n @ t aU
+natal	0.2500	n @ t O l
+natal	0.2500	n @ t { l
+natal	0.2500	n eI t @ l
+natarajan	1.0000	n A t @` A dZ @ n
+nath	1.0000	n { T
+navarrete	0.3333	n @ v E r\ @ t eI
+navarrete	0.3333	n { v @` E t
+navarrete	0.3333	n { v @` @ t
+navarrette	1.0000	n { v @` E t
+navas	0.3333	n A v @
+navas	0.3333	n A v @ s
+navas	0.3333	n A v @ z
+nawaz	0.5000	n A w A z
+nawaz	0.5000	n @ w A z
+nayak	0.5000	n aI { k
+nayak	0.5000	n aI j A k
+nazareno	0.5000	n { z @ r\ i n oU
+nazareno	0.5000	n { z @` i n oU
+nazario	0.5000	n @ z A r\ i oU
+nazario	0.5000	n A s A r\ i oU
+nealy	1.0000	n i l i
+negrete	0.5000	n @ g r\ E t eI
+negrete	0.5000	n @ g r\ i t
+negron	0.5000	n E g r\ A n
+negron	0.5000	n E g r\ @ n
+neira	1.0000	n i r\ @
+nepomuceno	1.0000	n E p oU m @ s i n oU
+neri	0.5000	n i r\ i
+neri	0.5000	n E r\ i
+nesmith	0.3333	n i s m @ T
+nesmith	0.3333	n i s m I T
+nesmith	0.3333	n E s m @ T
+nevarez	0.5000	n @ v A r\ E z
+nevarez	0.5000	n @ v A r\ @ z
+newby	1.0000	n u b i
+newson	1.0000	n u s @ n
+ngai	1.0000	N aI
+ngan	1.0000	E n dZ i eI E n
+nghiem	1.0000	n i E m
+ngu	1.0000	E n dZ i j u
+nguy	1.0000	@ n g aI
+nguyenthi	1.0000	N w I n T i
+nhan	1.0000	E n eI tS eI E n
+nie	0.5000	n aI
+nie	0.5000	E n aI i
+nieto	0.5000	n i E t oU
+nieto	0.5000	n i t oU
+nieves	0.5000	n i E v @ s
+nieves	0.5000	n i E v @ z
+nijjar	1.0000	n i @`
+ninh	0.5000	n @ n
+ninh	0.5000	n I n
+ninham	1.0000	n I n h @ m
+nishida	0.5000	n i S i d @
+nishida	0.5000	n @ S i d @
+nishikawa	1.0000	n I S @ k A w @
+nishimoto	0.5000	n i S i m oU t oU
+nishimoto	0.5000	n I S @ m oU t oU
+nishimura	0.5000	n I S @ m @` @
+nishimura	0.5000	n i S i m u r\ A
+nishioka	1.0000	n @ S i oU k @
+nishiyama	1.0000	n I S i A m @
+nitta	0.5000	n i t @
+nitta	0.5000	n I t @
+niu	1.0000	E n aI j u
+noda	1.0000	n oU d @
+noguchi	0.5000	n @ g u tS i
+noguchi	0.5000	n oU g u tS i
+noguera	1.0000	n oU g w E r\ @
+noh	1.0000	n oU
+nolasco	0.5000	n oU l { s k oU
+nolasco	0.5000	n @ l { s k oU
+nomura	0.5000	n oU m O r\ @
+nomura	0.5000	n @ m @` @
+nong	0.5000	n A N
+nong	0.5000	n O N
+norfleet	1.0000	n O r\ f l i t
+nosie	1.0000	n oU z i
+notah	1.0000	n oU t @
+novoa	0.5000	n @ v oU eI
+novoa	0.5000	n oU v oU @
+noyola	0.5000	n oU j oU l @
+noyola	0.5000	n OI oU l @
+nunes	1.0000	n u n z
+nuno	0.5000	n u n j oU
+nuno	0.5000	n u n oU
+oakes	1.0000	oU k s
+obando	1.0000	@ b A n d oU
+obregon	0.5000	oU b r\ @ g A n
+obregon	0.5000	oU b r\ eI g oU n
+obrien	1.0000	oU b r\ aI @ n
+ocampo	0.5000	oU k A m p oU
+ocampo	0.5000	oU k { m p oU
+ocana	0.5000	oU k { n @
+ocana	0.5000	oU k A n j @
+ocasio	0.5000	oU k A s i oU
+ocasio	0.5000	@ k eI s i oU
+oceguera	1.0000	oU s @ g E r\ @
+ocon	0.5000	oU k A n
+ocon	0.5000	oU s i oU E n
+oconnor	1.0000	oU k A n @`
+oda	0.5000	oU d @
+oda	0.5000	oU d i eI
+oden	1.0000	oU d @ n
+ogata	1.0000	oU g A t @
+ogawa	1.0000	oU g A w @
+ogletree	0.5000	oU g @ l t r\ i
+ogletree	0.5000	A g @ l t r\ i
+ohara	1.0000	oU h E r\ @
+ohashi	1.0000	oU h A S i
+oishi	0.3333	A S i
+oishi	0.3333	oU i S i
+oishi	0.3333	OI S i
+ojeda	0.5000	oU h E d @
+ojeda	0.5000	oU h eI d @
+oka	0.5000	oU k @
+oka	0.5000	oU k eI eI
+okada	1.0000	oU k A d @
+okamoto	1.0000	oU k @ m oU t oU
+okamura	1.0000	oU k @ m u r\ @
+okazaki	1.0000	oU k @ z A k i
+oki	0.5000	oU k i
+oki	0.5000	oU k eI aI
+okimoto	1.0000	oU k i m oU t oU
+okubo	0.5000	oU k @ b u
+okubo	0.5000	oU k u b oU
+okuda	1.0000	oU k u d @
+okumura	0.5000	oU k u m @` @
+okumura	0.5000	oU k u m u r\ A
+olague	0.5000	oU l A g i
+olague	0.5000	@ l { g @
+oldman	1.0000	oU l d m @ n
+olea	0.5000	oU l eI @
+olea	0.5000	oU l i @
+olguin	0.5000	oU l g i n
+olguin	0.5000	O l g w @ n
+oliva	0.5000	oU l i v @
+oliva	0.5000	@ l i v @
+olivares	1.0000	A l @ v E r\ @ s
+olivarez	0.5000	A l @ v A r\ @ z
+olivarez	0.5000	A l @ v E r\ @ z
+olivas	0.3333	@ l i v @ s
+olivas	0.3333	oU l i v @ s
+olivas	0.3333	oU l i v A s
+olivera	1.0000	A l @ v E r\ @
+oliveras	1.0000	A l @ v E r\ @ z
+oliveros	0.5000	A l @ v E r\ oU s
+oliveros	0.5000	A l @ v E r\ oU z
+olivo	1.0000	@ l i v oU
+olmeda	1.0000	oU l m eI d @
+olmedo	0.5000	oU l m E d oU
+olmedo	0.5000	oU l m eI d oU
+olmos	0.5000	O l m oU s
+olmos	0.5000	A l m oU z
+olvera	0.5000	O l v E r\ @
+olvera	0.5000	oU l v @` @
+omori	1.0000	@ m O r\ i
+oneil	1.0000	oU n i l
+ong	0.5000	O N
+ong	0.5000	oU E n dZ i
+onishi	1.0000	oU n i S i
+onofre	0.5000	@ n oU f r\ @
+onofre	0.5000	oU n oU f r\ i
+ontiveros	0.5000	A n t i v E r\ oU z
+ontiveros	0.5000	A n t @ v E r\ oU z
+oquendo	0.5000	oU k w E n d oU
+oquendo	0.5000	oU k E n d oU
+orantes	1.0000	O r\ A n t eI z
+ordaz	0.5000	O r\ d A z
+ordaz	0.5000	O r\ d { z
+ordonez	0.5000	O r\ d oU n @ z
+ordonez	0.5000	O r\ d A n @ z
+orduna	1.0000	O r\ d u n @
+orduno	1.0000	O r\ d u n oU
+orellana	0.5000	O r\ eI j A n @
+orellana	0.5000	O r\ @ l A n @
+ornelas	0.5000	O r\ n E l @ s
+ornelas	0.5000	O r\ n E l @ z
+orona	0.5000	@ r\ oU n @
+orona	0.5000	O r\ oU n @
+oropeza	0.3333	O r\ @ p eI z @
+oropeza	0.3333	O r\ oU p eI z @
+oropeza	0.3333	O r\ @ p i z @
+orosco	0.5000	@ r\ A s k oU
+orosco	0.5000	O r\ oU s k oU
+orozco	0.5000	O r\ oU s k oU
+orozco	0.5000	oU r\ oU z k oU
+orta	0.5000	O r\ t @
+orta	0.5000	oU A r\ t i eI
+ortegon	1.0000	O r\ t E g @ n
+ortez	1.0000	O r\ t E z
+ortis	1.0000	O r\ t @ s
+oseguera	1.0000	oU s @ g w E r\ @
+oshima	1.0000	oU S i m @
+oshiro	0.5000	oU S @` oU
+oshiro	0.5000	@ S i r\ oU
+osife	1.0000	oU s aI f
+osorio	0.5000	oU s O r\ i oU
+osorio	0.5000	@ z O r\ i oU
+osornio	1.0000	@ s O r\ n i oU
+ospina	0.5000	oU s p i n @
+ospina	0.5000	A s p i n @
+otani	1.0000	oU t A n i
+otsuka	0.5000	A t s u k @
+otsuka	0.5000	oU t s u k @
+ouk	1.0000	oU k
+oum	0.5000	oU m
+oum	0.5000	oU j u E m
+ouyang	1.0000	u j { N
+ovalle	1.0000	oU v { l i
+owle	1.0000	aU l
+oxendine	0.5000	A k s @ n d aI n
+oxendine	0.5000	A k s @ n d i n
+oyama	0.5000	oU j A m @
+oyama	0.5000	OI A m @
+oyola	1.0000	OI j oU l @
+oza	0.5000	oU z @
+oza	0.5000	oU z i eI
+ozaki	1.0000	oU z A k i
+ozawa	0.5000	oU s A w @
+ozawa	0.5000	oU z A w @
+ozuna	1.0000	oU z u n @
+pabon	0.5000	p @ b oU n
+pabon	0.5000	p A b oU n
+padron	0.5000	p @ d r\ oU n
+padron	0.5000	p @ d r\ A n
+padua	0.5000	p { d w @
+padua	0.5000	p { dZ u @
+pae	1.0000	p i eI i
+paek	1.0000	p { k
+paez	0.5000	p A E z
+paez	0.5000	p A eI s
+pagaduan	1.0000	p @ g A d u @ n
+paik	0.5000	p eI k
+paik	0.5000	p aI k
+paiz	0.5000	p aI z
+paiz	0.5000	p eI z
+palacios	0.2000	p @ l A S @ s
+palacios	0.2000	p @ l { S i oU z
+palacios	0.2000	p @ l A s i oU s
+palacios	0.2000	p @ l A tS i oU z
+palacios	0.2000	p @ l eI S @ s
+palencia	1.0000	p @ l E n s i @
+palomares	0.3333	p A l oU m E r\ z
+palomares	0.3333	p { l @ m A r\ z
+palomares	0.3333	p { l oU m A r\ eI z
+palomo	1.0000	p @ l oU m oU
+panchal	0.3333	p { n tS { l
+panchal	0.3333	p A n tS @ l
+panchal	0.3333	p { n S @ l
+pandey	0.5000	p A n d eI
+pandey	0.5000	p { n d i
+pandit	0.5000	p { n d I t
+pandit	0.5000	p { n d @ t
+pando	1.0000	p { n d oU
+pandya	0.5000	p { n d i @
+pandya	0.5000	p V n d i @
+pang	0.5000	p eI N
+pang	0.5000	p { N
+pangan	1.0000	p A N g @ n
+panganiban	1.0000	p { n g { n @ b @ n
+pangelinan	1.0000	p { N @ l I n @ n
+paniagua	0.5000	p A n i A g w @
+paniagua	0.5000	p { n i A g w @
+panjwani	0.5000	p { n dZ @ w A n i
+panjwani	0.5000	p { n dZ w A n i
+pannell	0.5000	p @ n E l
+pannell	0.5000	p { n @ l
+pantaleon	0.5000	p { n t @ l i oU n
+pantaleon	0.5000	p { n t A l i @ n
+pantoja	0.5000	p { n t oU h A
+pantoja	0.5000	p { n t oU h @
+pappan	1.0000	p A p @ n
+paquin	1.0000	p { k w @ n
+parada	0.5000	p @` A d @
+parada	0.5000	p @` eI d @
+paramo	1.0000	p @ r\ A m oU
+paras	1.0000	p E r\ @ s
+pardo	1.0000	p A r\ d oU
+paredes	1.0000	p @ r\ E d @ s
+parekh	1.0000	p E r\ @ k
+parga	1.0000	p A r\ g @
+parikh	0.5000	p @` i k
+parikh	0.5000	p @ r\ i k
+parisien	0.5000	p @` i z i E n
+parisien	0.5000	p @` i z i @ n
+parmar	1.0000	p A r\ m A r\
+parra	0.5000	p A r\ @
+parra	0.5000	p E r\ @
+partida	0.5000	p A r\ t i d @
+partida	0.5000	p @` t i d @
+pascua	0.5000	p A s k w A
+pascua	0.5000	p A s k w @
+pascual	0.5000	p { s k w A l
+pascual	0.5000	p A s k w A l
+pasillas	0.5000	p @ s i @ s
+pasillas	0.5000	p @ s I l @ z
+pasion	0.5000	p { S @ n
+pasion	0.5000	p { s i @ n
+pastrana	1.0000	p @ s t r\ A n @
+pathak	1.0000	p { T @ k
+patino	1.0000	p @ t i n oU
+patlan	1.0000	p { t l @ n
+paulino	0.5000	p A l i n oU
+paulino	0.5000	p O l i n oU
+pavon	0.5000	p @ v A n
+pavon	0.5000	p { v @ n
+payan	0.5000	p aI A n
+payan	0.5000	p eI @ n
+pease	0.3333	p i i z
+pease	0.3333	p i s
+pease	0.3333	p i z
+pecina	1.0000	p @ s i n @
+pedraza	1.0000	p @ d r\ A z @
+pedroza	1.0000	p @ d r\ oU z @
+peeples	1.0000	p i p @ l z
+peguero	0.5000	p @ g E r\ oU
+peguero	0.5000	p @ g w E r\ oU
+pegues	0.5000	p E g i z
+pegues	0.5000	p E g z
+pelaez	0.5000	p @ l aI z
+pelaez	0.5000	p E l @ z
+pelayo	0.5000	p @ l aI oU
+pelayo	0.5000	p @ l eI oU
+penaloza	1.0000	p E n @ l oU z @
+penate	0.5000	p E n A t eI
+penate	0.5000	p E n eI t
+peng	0.5000	p eI N
+peng	0.5000	p E N
+pera	1.0000	p E r\ @
+perales	0.5000	p @` { l @ s
+perales	0.5000	p @` { l @ z
+peralez	1.0000	p E r\ @ l E z
+peraza	1.0000	p @` A z @
+perdomo	1.0000	p @` d oU m oU
+perea	0.5000	p @` eI @
+perea	0.5000	p E r\ i @
+pereda	0.5000	p @` eI d @
+pereda	0.5000	p @ r\ eI d @
+perera	1.0000	p @` E r\ @
+peres	0.5000	p E r\ @
+peres	0.5000	p E r\ E z
+pereyra	1.0000	p @` E r\ @
+perryman	1.0000	p E r\ i m @ n
+persaud	1.0000	p @` s A d
+peshlakai	1.0000	p E S l @ k aI
+pesina	1.0000	p @ s i n @
+pettaway	1.0000	p E t @ w eI
+pettiford	0.5000	p E t @ f O r\ d
+pettiford	0.5000	p E t i f O r\ d
+pettus	1.0000	p E t @ s
+pettway	1.0000	p E t w eI
+phang	1.0000	f { N
+phifer	1.0000	f aI f @`
+phong	1.0000	f O N
+phu	0.5000	f u
+phu	0.5000	p i eI tS j u
+phung	1.0000	f V N
+phuong	0.5000	f u A N
+phuong	0.5000	f u O N
+picazo	1.0000	p @ k A z oU
+pichardo	0.5000	p @ tS A r\ d @
+pichardo	0.5000	p @ tS A r\ d oU
+picotte	0.5000	p @ k A t
+picotte	0.5000	p I k @ t
+piedra	0.3333	p i d r\ @
+piedra	0.3333	p i eI d r\ @
+piedra	0.3333	p i E r\ d r\ @
+pierrelouis	1.0000	p i E r\ @ l u @ s
+pillai	0.5000	p @ l aI
+pillai	0.5000	p I l eI
+pimentel	0.5000	p I m @ n t E l
+pimentel	0.5000	p @ m E n t @ l
+pinales	1.0000	p I n eI l z
+pineda	1.0000	p @ n eI d @
+pinedo	0.5000	p I n eI d oU
+pinedo	0.5000	p @ n eI d oU
+pineiro	0.5000	p @ n E r\ oU
+pineiro	0.5000	p @ n i r\ oU
+pinero	0.5000	p @ n E r\ oU
+pinero	0.5000	p i n j E r\ oU
+pinkney	1.0000	p I N k n i
+pinkston	1.0000	p I N k s t @ n
+pintor	1.0000	p I n t O r\
+pinzon	0.5000	p I n z A n
+pinzon	0.5000	p I n z @ n
+pitka	1.0000	p I t k @
+pizana	1.0000	p @ z A n @
+pizano	0.5000	p @ z A n oU z
+pizano	0.5000	p @ z A n oU
+pizarro	1.0000	p @ z A r\ oU
+placencia	1.0000	p l @ s E n s i @
+plascencia	1.0000	p l @ s E n s i @
+plasencia	0.5000	p l { s E n s i @
+plasencia	0.5000	p l @ s E n s i @
+platero	1.0000	p l @ t E r\ oU
+poblete	1.0000	p @ b l eI t eI
+poitra	1.0000	p OI t r\ @
+polanco	0.5000	p oU l A N k oU
+polanco	0.5000	p @ l A N k oU
+pompa	1.0000	p A m p @
+poorbear	1.0000	p O r\ b E r\
+porras	0.5000	p O r\ @ s
+porras	0.5000	p O r\ @ z
+portillo	0.5000	p O r\ t i oU
+portillo	0.5000	p O r\ t I l oU
+posadas	0.5000	p @ s A d @ z
+posadas	0.5000	p oU s A d @ z
+postoak	1.0000	p oU s t oU k
+pourier	1.0000	p @` i @`
+powe	0.5000	p oU
+powe	0.5000	p aU
+powless	0.5000	p aU @ l @ s
+powless	0.5000	p aU l @ s
+poyer	0.5000	p OI j @`
+poyer	0.5000	p OI @`
+pozo	1.0000	p oU z oU
+prabhu	1.0000	p r\ A b u
+pradhan	0.5000	p r\ @ d A n
+pradhan	0.5000	p r\ A d @ n
+prak	1.0000	p r\ { k
+prakash	1.0000	p r\ @ k A S
+prasad	1.0000	p r\ @ s A d
+preciado	0.5000	p r\ @ s i A d oU
+preciado	0.5000	p r\ E s i A d oU
+primeaux	1.0000	p r\ i m oU
+printup	1.0000	p r\ I n t @ p
+provencio	0.5000	p r\ @ v E n s i oU
+provencio	0.5000	p r\ @ v E n s i @
+pruneda	1.0000	p r\ u n d @
+puebla	0.5000	p w E b l @
+puebla	0.5000	p w eI b l @
+puentes	0.5000	p w E n t @ s
+puentes	0.5000	p w E n t eI z
+puga	1.0000	p u g @
+puig	0.3333	p w i g
+puig	0.3333	p u i g
+puig	0.3333	p w I g
+pulido	1.0000	p @ l i d oU
+pung	1.0000	p V N
+punzalan	1.0000	p V n z @ l @ n
+puri	1.0000	p j @` i
+purohit	0.3333	p @` oU @ t
+purohit	0.3333	p @` oU h I t
+purohit	0.3333	p j @` oU h @ t
+pyon	1.0000	p aI @ n
+qazi	1.0000	k A z i
+qian	0.5000	tS { n
+qian	0.5000	k i @ n
+qin	0.5000	k w @ n
+qin	0.5000	tS I n
+qiu	0.5000	k i u
+qiu	0.5000	tS u
+qu	0.3333	k j u j u
+qu	0.3333	k u
+qu	0.3333	tS u
+quach	1.0000	k w A tS
+quadri	1.0000	k w A d r\ i
+qualls	0.5000	k w A l z
+qualls	0.5000	k w O l z
+quam	1.0000	k w A m
+quang	0.5000	k w { N
+quang	0.5000	k w A N
+quarles	0.5000	k O r\ @ l z
+quarles	0.5000	k w O r\ @ l z
+quesada	0.5000	k w @ s A d @
+quesada	0.5000	k eI s A d @
+quevedo	1.0000	k eI v eI d oU
+quezada	0.5000	k @ z A d @
+quezada	0.5000	k i z A d @
+quiambao	1.0000	k i { m b aU
+quijada	1.0000	k i h A d @
+quijano	0.5000	k i h A n oU
+quijano	0.5000	k i j A n oU
+quiles	1.0000	k i l eI s
+quinones	0.5000	k i n oU n E z
+quinones	0.5000	k i n j oU n eI z
+quinonez	0.5000	k i n j oU n eI z
+quinonez	0.5000	k i n oU n E z
+quintana	1.0000	k i n t A n @
+quintanar	1.0000	k w I n t @ n A r\
+quintanilla	0.5000	k i n t @ n i @
+quintanilla	0.5000	k w I n t @ n I l @
+quinteros	1.0000	k w I n t E r\ oU z
+quinto	1.0000	k w I n t oU
+quiroga	0.5000	k i r\ oU g @
+quiroga	0.5000	k w @` oU g @
+quiros	0.5000	k i r\ oU z
+quiros	0.5000	k w i r\ oU z
+quiroz	0.5000	k i r\ oU z
+quiroz	0.5000	k i r\ A z
+quon	1.0000	k w A n
+qureshi	0.5000	k @` E S i
+qureshi	0.5000	k @ r\ E S i
+rabago	1.0000	r\ @ b { g oU
+radhakrishnan	1.0000	r\ A d @ k r\ I S n @ n
+rael	0.5000	r\ eI l
+rael	0.5000	r\ A E l
+raghavan	1.0000	r\ A g @ v A n
+ragin	1.0000	r\ eI dZ @ n
+rajagopalan	1.0000	dZ A dZ @ g oU p A l @ n
+rajan	0.5000	r\ A dZ A n
+rajan	0.5000	r\ A dZ @ n
+ramachandran	0.5000	r\ A m @ S A n d r\ @ n
+ramachandran	0.5000	r\ A m @ tS A n d r\ @ n
+ramakrishnan	1.0000	r\ A m @ k r\ I S n @ n
+ramanathan	1.0000	r\ A m @ n A T @ n
+ramaswamy	0.5000	r\ A m @ s w A m i
+ramaswamy	0.5000	r\ { m @ s w A m i
+ramires	0.5000	r\ @ m i r\ @ s
+ramires	0.5000	r\ @ m i r\ z
+ramone	1.0000	r\ @ m oU n
+randhawa	0.3333	r\ @ n d A w @
+randhawa	0.3333	r\ { n d A w @
+randhawa	0.3333	r\ A n d h aU @
+rani	0.5000	r\ A n i
+rani	0.5000	r\ { n i
+rankins	1.0000	r\ { N k @ n z
+rascon	1.0000	r\ { s k oU n
+rashid	1.0000	r\ @ S i d
+rastogi	1.0000	r\ @ s t oU g i
+ratcliff	1.0000	r\ { t k l I f
+raval	0.5000	r\ @ v O l
+raval	0.5000	r\ { v @ l
+raya	0.3333	r\ aI @
+raya	0.3333	r\ eI @
+raya	0.3333	r\ A j @
+raygoza	1.0000	r\ eI g oU z @
+raymundo	0.5000	r\ eI m u n d oU
+raymundo	0.5000	r\ eI m V n d oU
+rayo	1.0000	r\ eI oU
+razo	0.5000	r\ A z oU
+razo	0.5000	r\ eI z oU
+reaves	1.0000	r\ i v z
+rebollar	1.0000	r\ i b A l @`
+rebolledo	1.0000	r\ i b @ l i d oU
+recinos	1.0000	r\ @ s i n oU z
+recio	1.0000	r\ E s i oU
+redbear	1.0000	r\ E d b E r\
+redcloud	1.0000	r\ E d k l aU d
+redeagle	1.0000	r\ E d i g @ l
+redelk	1.0000	r\ @ d E l k
+redfox	1.0000	r\ E d f A k s
+redhouse	1.0000	r\ E d h aU s
+regalado	1.0000	r\ E g @ l A d oU
+rehman	0.5000	r\ @ m A n
+rehman	0.5000	r\ eI m @ n
+reina	1.0000	r\ eI n @
+reinoso	1.0000	r\ eI n oU s oU
+rembert	1.0000	r\ E m b @` t
+rendon	1.0000	r\ E n d @ n
+rentas	1.0000	r\ E n t @ z
+renteria	0.5000	r\ E n t @ r\ i @
+renteria	0.5000	r\ @ n t E r\ i @
+renville	1.0000	r\ E n v @ l
+resendez	0.5000	r\ @ z E n d E z
+resendez	0.5000	r\ @ s E n d E z
+resendiz	1.0000	r\ @ z E n d @ z
+resto	1.0000	r\ E s t oU
+restrepo	0.3333	r\ E s t r\ E p oU
+restrepo	0.3333	r\ E s t r\ i p oU
+restrepo	0.3333	r\ @ s t r\ E p oU
+resurreccion	1.0000	r\ E z @` E k S @ n
+retana	1.0000	r\ @ t A n @
+reveles	0.5000	r\ @ v E l @ z
+reveles	0.5000	r\ E v E l @ z
+revels	1.0000	r\ E v @ l z
+revilla	0.5000	r\ @ v i @
+revilla	0.5000	r\ @ v I l @
+reynaga	1.0000	r\ eI n A g @
+reynosa	1.0000	r\ eI n oU s @
+reynoso	1.0000	r\ eI n oU s oU
+rhee	1.0000	r\ i
+rho	0.5000	r\ oU
+rho	0.5000	A r\ eI tS oU
+rhoades	1.0000	r\ oU d z
+rhone	1.0000	r\ oU n
+riaz	0.5000	r\ i A z
+riaz	0.5000	r\ i @ z
+ricketts	1.0000	r\ I k @ t s
+riojas	0.5000	r\ i oU h A s
+riojas	0.5000	r\ i oU h @ z
+rivero	1.0000	r\ @ v E r\ oU
+rizo	0.5000	r\ I z oU
+rizo	0.5000	r\ i z oU
+rizvi	0.5000	r\ @ z v i
+rizvi	0.5000	r\ I z v i
+roa	0.5000	r\ oU
+roa	0.5000	A r\ oU eI
+roanhorse	1.0000	r\ oU { n h O r\ s
+robledo	0.5000	r\ oU b l E d oU
+robledo	0.5000	r\ @ b l eI d oU
+rocha	0.5000	r\ oU tS @
+rocha	0.5000	r\ oU S @
+rodarte	0.3333	r\ @ d A r\ t eI
+rodarte	0.3333	r\ oU d A r\ t eI
+rodarte	0.3333	r\ oU d A r\ t
+rodas	0.5000	r\ oU d @ s
+rodas	0.5000	r\ oU d @ z
+rodela	1.0000	r\ oU d E l @
+rodriges	1.0000	r\ A d r\ i g @ z
+rodriquez	1.0000	r\ A d r\ i k @ z
+rogel	0.5000	r\ oU g E l
+rogel	0.5000	r\ oU g @ l
+roh	0.5000	A r\ oU eI tS
+roh	0.5000	r\ oU
+roldan	0.5000	r\ oU l d { n
+roldan	0.5000	r\ oU l d @ n
+rolle	1.0000	r\ oU l
+rolon	1.0000	r\ oU l @ n
+rondon	0.3333	r\ A n d A n
+rondon	0.3333	r\ A n d oU n
+rondon	0.3333	r\ A n d @ n
+rong	1.0000	r\ O N
+ronquillo	1.0000	r\ A n k i oU
+rooks	0.5000	r\ U k s
+rooks	0.5000	r\ u k s
+roque	0.5000	r\ oU k eI
+roque	0.5000	r\ A k
+rosado	0.5000	r\ oU z A d oU
+rosado	0.5000	r\ oU s A d oU
+rosales	0.5000	r\ oU z A l @ s
+rosales	0.5000	r\ oU z A l @ z
+rosalez	1.0000	r\ oU z @ l E z
+rosete	1.0000	r\ @ z E t
+rosser	1.0000	r\ A s @`
+roubideaux	1.0000	r\ u b @ d oU
+rowell	0.3333	r\ aU l
+rowell	0.3333	r\ oU E l
+rowell	0.3333	r\ aU @ l
+roxas	0.5000	r\ A k s @ s
+roxas	0.5000	r\ A k s @ z
+roybal	0.5000	r\ OI b O l
+roybal	0.5000	r\ OI b @ l
+rozier	0.3333	r\ oU z i @`
+rozier	0.3333	r\ oU z i r\
+rozier	0.3333	r\ oU z i eI
+ruan	1.0000	r\ u A n
+ruano	1.0000	r\ u A n oU
+rubalcaba	1.0000	r\ u b @ l k A b @
+rubalcava	1.0000	r\ u b @ l k A v @
+rueda	0.5000	r\ u @ d @
+rueda	0.5000	r\ u eI d @
+ruelas	0.5000	r\ u E l @ s
+ruelas	0.5000	r\ u E l @ z
+rumph	0.5000	r\ V m p
+rumph	0.5000	r\ V m f
+ruvalcaba	1.0000	r\ u v @ l k A b @
+ryu	0.2500	r\ aI j u
+ryu	0.2500	r\ i j u
+ryu	0.2500	A r\ w aI j u
+ryu	0.2500	r\ i u
+saavedra	0.5000	s @ v eI d r\ @
+saavedra	0.5000	s A v eI d r\ @
+sabado	0.5000	s A b @ d oU
+sabado	0.5000	s @ b A d oU
+sabala	1.0000	s @ b A l @
+sablan	0.5000	s @ b l A n
+sablan	0.5000	s { b l @ n
+sachdev	1.0000	s { k d E v
+sachdeva	1.0000	s { k d E v @
+saddler	1.0000	s { d l @`
+saechao	1.0000	s aI tS aU
+saeed	0.5000	s aI i d
+saeed	0.5000	s A i d
+saelee	1.0000	s eI l i
+saenz	1.0000	s eI n z
+saephan	1.0000	s @ f @ n
+saephanh	1.0000	s @ f A n
+saetern	1.0000	s eI t @` n
+saeteurn	1.0000	s eI S eI @` n
+saez	0.5000	s aI @ z
+saez	0.5000	s eI E z
+sagastume	1.0000	s { g @ s t u m
+sagun	1.0000	s eI g @ n
+saha	0.5000	s A h A
+saha	0.5000	E s eI eI tS eI
+sahagun	1.0000	s @ h eI g @ n
+sahota	1.0000	s @ h oU t @
+saiki	1.0000	s aI k i
+saini	1.0000	s eI n i
+sainz	0.5000	s eI n z
+sainz	0.5000	s aI n z
+saito	0.5000	s aI t oU
+saito	0.5000	s eI t oU
+saiz	1.0000	s aI z
+sakaguchi	1.0000	s { k @ g u tS i
+sakai	0.5000	s @ k aI
+sakai	0.5000	s A k aI
+sakamoto	0.5000	s A k @ m oU t oU
+sakamoto	0.5000	s { k @ m oU t oU
+sakata	0.3333	s @ k A t @
+sakata	0.3333	s @ k eI t @
+sakata	0.3333	s { k @ t @
+sakuma	1.0000	s @ k u m @
+sakurai	1.0000	s { k @` aI
+salcedo	0.5000	s { l s i d oU
+salcedo	0.5000	s O l s eI d oU
+salcido	1.0000	s { l s i d oU
+saldana	0.5000	s { l d A n @
+saldana	0.5000	s O l d A n @
+saldivar	1.0000	s { l d @ v A r\
+saleem	0.5000	s @ l i n
+saleem	0.5000	s @ l i m
+salgado	1.0000	s { l g A d oU
+salguero	0.5000	s { l g E r\ oU
+salguero	0.5000	s { l g w E r\ oU
+salley	1.0000	s { l i
+salmeron	1.0000	s { l m @` A n
+salomon	0.5000	s A l @ m @ n
+salomon	0.5000	s { l @ m @ n
+salonga	0.5000	s @ l A N g @
+salonga	0.5000	s @ l O N g @
+salvatierra	1.0000	s { l v @ t i E r\ @
+salway	1.0000	s { l w eI
+samaniego	0.5000	s { m @ n i eI g oU
+samaniego	0.5000	s @ m { n i eI g oU
+samano	1.0000	s @ m A n oU
+samayoa	1.0000	s @ m eI oU @
+sambrano	1.0000	s { m b r\ A n oU
+samonte	1.0000	s @ m A n t
+samora	1.0000	s @ m O r\ @
+samra	1.0000	s { m r\ @
+sanabria	0.5000	s @ n A b r\ i @
+sanabria	0.5000	s { n @ b r\ i @
+sanches	0.5000	s { n tS E s
+sanches	0.5000	s { n tS E z
+sandhu	1.0000	s { n d u
+sandifer	1.0000	s { n d @ f @`
+sangha	0.5000	s A N g @
+sangha	0.5000	s { N g @
+sangster	1.0000	s { N s t @`
+sanjose	1.0000	s { n h oU z eI
+sanjuan	1.0000	s { n dZ u @ n
+sankar	0.2500	s A N k A r\
+sankar	0.2500	s { N k A r\
+sankar	0.2500	s A n k @`
+sankar	0.2500	s { N k @`
+sanmartin	1.0000	s { n m A r\ t @ n
+sanmiguel	1.0000	s { n m @ g E l
+sannicolas	1.0000	s { n i k oU l @ z
+sanpedro	1.0000	s { n p eI d r\ oU
+santacruz	1.0000	s { n t @ k r\ V z
+santamaria	1.0000	s { n t @ m @` i @
+santibanez	1.0000	s { n t i b eI n z
+santillan	1.0000	s { n t I l @ n
+santistevan	1.0000	s { n t @ s t i v @ n
+santizo	1.0000	s { n t i z oU
+santoyo	1.0000	s { n t OI oU
+sapien	1.0000	s eI p i @ n
+sarabia	0.5000	s @ r\ A b i @
+sarabia	0.5000	s @ r\ eI b i @
+saravia	0.5000	s @ r\ A v i @
+saravia	0.5000	s A r\ A v i A
+sarkar	0.5000	s A r\ k A r\
+sarkar	0.5000	s A r\ k @`
+sarmiento	1.0000	s A r\ m i E n t oU
+sarracino	1.0000	s E r\ @ s i n oU
+sarwar	1.0000	s A r\ w @`
+sasaki	1.0000	s @ s A k i
+satterwhite	1.0000	s { t @` w aI t
+sauceda	0.5000	s O s E d @
+sauceda	0.5000	s O s i d @
+saucedo	1.0000	s O s i d oU
+savala	1.0000	s @ v A l @
+sawhney	1.0000	s O n i
+saxena	0.5000	s { k s i n @
+saxena	0.5000	s @ k s E n @
+sayavong	0.5000	s eI @ v A N
+sayavong	0.5000	s eI @ v O N
+sayers	0.5000	s E r\ z
+sayers	0.5000	s eI @` z
+sayles	1.0000	s eI l z
+scroggins	1.0000	s k r\ A g @ n z
+seaton	1.0000	s i t @ n
+seay	1.0000	s i
+secatero	1.0000	s E k @ t E r\ oU
+secody	1.0000	s @ k oU d i
+seda	0.3333	s E d @
+seda	0.3333	s eI d @
+seda	0.3333	E s i d i eI
+sedano	1.0000	s @ d A n oU
+sedillo	1.0000	s @ d i oU
+segarra	0.5000	s @ g A r\ @
+segarra	0.5000	s eI g A r\ A
+segovia	1.0000	s @ g oU v i @
+segura	0.5000	s @ g j @` @
+segura	0.5000	s @ g @` @
+sehgal	0.5000	s i g @ l
+sehgal	0.5000	s E g @ l
+sekhon	1.0000	s E k @ n
+seki	1.0000	s E k i
+sem	0.5000	s E m
+sem	0.5000	E s i E m
+seng	0.5000	s @ N
+seng	0.5000	s E N
+sengupta	0.5000	s E n g u p t @
+sengupta	0.5000	s E N g u p t @
+sepeda	1.0000	s @ p E d @
+sepulvado	1.0000	s E p @ l v A d oU
+sequeira	1.0000	s @ k w E r\ @
+serna	1.0000	s @` n @
+serrato	0.5000	s @ r\ A t oU
+serrato	0.5000	s @` { t oU
+servantes	1.0000	s @` v A n t eI z
+servin	1.0000	s @` v @ n
+sessoms	1.0000	s E s @ m z
+sethi	0.5000	s E T i
+sethi	0.5000	s E t i
+seto	0.5000	s E t oU
+seto	0.5000	s i t oU
+seymore	1.0000	s i m O r\
+shackelford	0.5000	S { k @ l f O r\ d
+shackelford	0.5000	S { k @ l f @` d
+shahid	0.5000	S A h i d
+shahid	0.5000	S @ h I d
+shaikh	0.5000	S eI k
+shaikh	0.5000	s A i k
+shang	1.0000	S { N
+shao	1.0000	S aU
+sheikh	0.5000	S eI k
+sheikh	0.5000	S i k
+shek	1.0000	S E k
+sheng	1.0000	S E N
+shenoy	1.0000	S @ n OI
+shephard	1.0000	S E p @` d
+sherrod	0.5000	S @` r\ A d
+sherrod	0.5000	S E r\ @ d
+sheth	1.0000	S E T
+shetty	1.0000	S E t i
+sheu	1.0000	S u
+shibata	1.0000	S @ b A t @
+shieh	0.5000	S eI
+shieh	0.5000	S i
+shije	1.0000	S i
+shimabukuro	1.0000	S i m @ b u k @` oU
+shimada	0.5000	S i m A d @
+shimada	0.5000	S @ m A d @
+shimizu	0.5000	S i m i z u
+shimizu	0.5000	S @ m i z u
+shinn	1.0000	S I n
+shipp	1.0000	S I p
+shiroma	1.0000	S @` oU m @
+shishido	1.0000	S I s i d oU
+shiu	1.0000	S w eI
+shon	0.5000	S O n
+shon	0.5000	S A n
+shortman	1.0000	S O r\ t m @ n
+shrestha	0.5000	S r\ E s t @
+shrestha	0.5000	S r\ E S T @
+shroff	0.5000	S @` O f
+shroff	0.5000	S r\ O f
+shu	0.5000	S u
+shu	0.5000	E s eI tS j u
+shukla	1.0000	S u k l @
+shuler	1.0000	S u l @`
+shum	0.5000	S O m
+shum	0.5000	S V m
+siddiqi	1.0000	s @ d i k i
+siddique	1.0000	s @ d i k
+sidhu	0.5000	s @ d u
+sidhu	0.5000	s I T u
+sifuentes	0.5000	s i f w E n t @ z
+sifuentes	0.5000	s I f u E n t @ z
+sigala	1.0000	s @ g A l @
+siharath	1.0000	s @ h A r\ @ T
+silvas	1.0000	s I l v @ z
+silverio	0.5000	s @ l v E r\ i oU
+silverio	0.5000	s I l v E r\ i oU
+silversmith	0.5000	s I l v @` s m i T
+silversmith	0.5000	s I l v @` s m @ T
+silvestre	0.3333	s I l v E s t @`
+silvestre	0.3333	s I l v E s t r\ eI
+silvestre	0.3333	s I l v E s t r\ @
+simental	1.0000	s @ m E n t @ l
+simpkins	1.0000	s I m p k @ n z
+singhal	0.3333	s I N g @ l
+singhal	0.3333	d I N g @ l
+singhal	0.3333	s @ N g A l
+singson	0.5000	s I N s V n
+singson	0.5000	s I N s @ n
+sinha	0.5000	s I n h A
+sinha	0.5000	s I n @
+sisneros	0.3333	s @ s n E r\ oU s
+sisneros	0.3333	s I s n E r\ oU s
+sisneros	0.3333	s I s n E r\ oU z
+sison	1.0000	s i s A n
+situ	0.3333	s aI t u
+situ	0.3333	s i t u
+situ	0.3333	E s aI t i j u
+sixkiller	1.0000	s I k s k I l @`
+skeets	1.0000	s k i t s
+skenandore	1.0000	s k E n @ n d O r\
+smallcanyon	1.0000	s m O l k { n j @ n
+soh	0.5000	s oU
+soh	0.5000	E s oU eI tS
+sohn	0.5000	s oU n
+sohn	0.5000	s V n
+sok	0.5000	s oU k
+sok	0.5000	E s oU k eI
+solanki	0.5000	s @ l { N k i
+solanki	0.5000	s @ l A N k i
+solares	1.0000	s @ l A r\ eI z
+soler	1.0000	s oU l @`
+soliz	0.5000	s oU l i s
+soliz	0.5000	s oU l @ z
+solorio	1.0000	s @ l O r\ i oU
+solorzano	0.5000	s oU l O r\ z A n oU
+solorzano	0.5000	s oU l @` z A n oU
+soltero	0.5000	s oU l t E r\ oU
+soltero	0.5000	s O l t E r\ oU
+soni	1.0000	s oU n i
+sood	1.0000	s u d
+soohoo	1.0000	s u h u
+soong	1.0000	s u n
+soria	1.0000	s O r\ i @
+soriano	1.0000	s O r\ i A n oU
+sorrell	0.5000	s @ r\ E l
+sorrell	0.5000	s O r\ @ l
+sorto	1.0000	s O r\ t oU
+sotelo	0.5000	s oU t E l oU
+sotelo	0.5000	s @ t E l oU
+sotomayor	0.3333	s oU t @ m aI O r\
+sotomayor	0.3333	s oU t @ m eI @`
+sotomayor	0.3333	s oU t oU m aI O r\
+sou	1.0000	E s oU j u
+sowell	0.5000	s oU w E l
+sowell	0.5000	s A w @ l
+soza	0.5000	s oU s @
+soza	0.5000	s oU z @
+spang	1.0000	s p { N
+spann	1.0000	s p { n
+speight	0.5000	s p eI t
+speight	0.5000	s p aI t
+spoonhunter	1.0000	s p u n h V n t @`
+spottedbear	1.0000	s p A t @ d b E r\
+spottedelk	1.0000	s p A t @ d E l k
+spriggs	1.0000	s p r\ I g z
+spruill	1.0000	s p r\ u l
+srey	1.0000	s r\ eI
+sridhar	0.5000	S r\ i d A r\
+sridhar	0.5000	S r\ i h @`
+srinivasan	1.0000	S r\ i n @ v A s @ n
+srivastava	1.0000	S r\ i v A s t @ v @
+standingbear	1.0000	s t { n d @ N b E r\
+stately	1.0000	s t eI t l i
+stclair	1.0000	s eI n t k l E r\
+stclaire	1.0000	s eI n t k l E r\
+stgermaine	1.0000	s t g @` m eI n
+stiffarm	1.0000	s t I f A r\ m
+stith	1.0000	s t I T
+stjohn	1.0000	s eI n t dZ A n
+stpierre	1.0000	E s t i p i E r\
+stroman	1.0000	s t r\ oU m @ n
+strother	0.3333	s t r\ O T @`
+strother	0.3333	s t r\ V D @`
+strother	0.3333	s t r\ V T @`
+stubblefield	1.0000	s t V b @ l f i l d
+sturdivant	1.0000	s t @` d @ v @ n t
+suazo	0.5000	s w A z oU
+suazo	0.5000	s u A z oU
+suber	1.0000	s u b @`
+subramaniam	1.0000	s E b r\ @ m eI n i @ m
+subramanian	0.5000	s u b r\ @ m eI n i @ n
+subramanian	0.5000	s V b r\ @ m V n i @ n
+suen	0.5000	s u n
+suen	0.5000	s u @ n
+sugimoto	0.5000	s @ g i m oU t oU
+sugimoto	0.5000	s u g @ m oU t oU
+sugiyama	1.0000	s u dZ i A m @
+suh	1.0000	s u
+sui	0.5000	E s j u aI
+sui	0.5000	s w i
+suk	1.0000	s V k
+sultana	0.5000	s V l t { n @
+sultana	0.5000	s @ l t A n @
+sumida	0.5000	s @ m i d @
+sumida	0.5000	s u m i d @
+sundaram	0.5000	s V n d @` @ m
+sundaram	0.5000	s V n d A r\ @ m
+sunga	1.0000	s V N g @
+suniga	1.0000	s u n i g @
+suon	1.0000	s u O n
+suri	1.0000	s @` i
+sustaita	1.0000	s @ s t eI t @
+swaminathan	1.0000	s w O m i n A T @ n
+swinton	1.0000	s w I n t @ n
+syed	0.5000	s aI E d
+syed	0.5000	s aI i d
+sze	0.5000	s i
+sze	0.5000	E s z i i
+szeto	0.5000	z i t oU
+szeto	0.5000	s i t oU
+tabaha	1.0000	t @ b A h @
+tabares	1.0000	t @ b A r\ @ z
+tabb	1.0000	t { b
+tafolla	0.5000	t @ f OI @
+tafolla	0.5000	t @ f A l @
+tafoya	0.5000	t @ f OI @
+tafoya	0.5000	t @ f OI j @
+tahir	1.0000	t @ h i r\
+taing	1.0000	t { N
+taira	1.0000	t aI r\ @
+takagi	1.0000	t @ k A g i
+takahashi	1.0000	t A k @ h A S i
+takaki	1.0000	t @ k A k i
+takata	0.5000	t @ k A t @
+takata	0.5000	t A k @ t @
+takayama	0.5000	t A k @ j A m @
+takayama	0.5000	t { k aI A m @
+takeda	0.5000	t @ k eI d @
+takeda	0.5000	t @ k i d @
+takemoto	0.5000	t A k @ m oU t oU
+takemoto	0.5000	t A k i m oU t oU
+takeshita	1.0000	t A k eI S i t @
+taketa	1.0000	t @ k i t @
+takeuchi	1.0000	t A k eI u tS i
+talamantes	1.0000	t A l @ m A n t E z
+talamantez	1.0000	t { l @ m { n t E z
+talavera	0.5000	t { l @ v E r\ @
+talavera	0.5000	t { l @ v i r\ @
+tamanaha	1.0000	t @ m A n @ h @
+tamashiro	0.5000	t A m @ S i r\ oU
+tamashiro	0.5000	t { m @ S i r\ oU
+tamayo	0.3333	t @ m aI oU
+tamayo	0.3333	t @ m eI oU
+tamayo	0.3333	t @ m aI O
+tamez	1.0000	t @ m E z
+tamura	0.5000	t @ m O r\ @
+tamura	0.5000	t @ m u r\ @
+tanabe	0.5000	t { n @ b i
+tanabe	0.5000	t @ n A b i
+tandon	1.0000	t { n d @ n
+tani	0.5000	t A n i
+tani	0.5000	t { n i
+taniguchi	1.0000	t { n @ g u tS i
+tapaha	1.0000	t A p @ h @
+tarango	0.5000	t @ r\ { N g oU
+tarango	0.5000	t @` { N g oU
+tarbell	1.0000	t A r\ b E l
+tarin	1.0000	t E r\ @ n
+tarver	1.0000	t A r\ v @`
+tavarez	0.3333	t @ v A r\ @ z
+tavarez	0.3333	t { v @` E z
+tavarez	0.3333	t { v @ r\ E z
+tavera	1.0000	t @ v E r\ @
+taveras	0.5000	t @ v E r\ @ s
+taveras	0.5000	t @ v E r\ @ z
+tayag	1.0000	t eI { g
+tecson	1.0000	t E k s @ n
+tejada	0.5000	t @ h A d @
+tejada	0.5000	t eI h A d @
+telles	0.5000	t E l @ s
+telles	0.5000	t E l z
+tellez	0.5000	t E l @ s
+tellez	0.5000	t E l @ z
+tello	1.0000	t E l oU
+tena	0.5000	t E n @
+tena	0.5000	t i n @
+teng	1.0000	t E N
+tenorio	1.0000	t @ n O r\ i oU
+teo	0.5000	t eI oU
+teo	0.5000	t i oU
+terada	1.0000	t @` A d @
+teran	0.5000	t @ r\ { n
+teran	0.5000	t @` { n
+tercero	1.0000	t @` s E r\ oU
+terrazas	0.5000	t @ r\ A z @ z
+terrazas	0.5000	t E r\ A z @ z
+terrones	1.0000	t @ r\ oU n @ z
+teruya	1.0000	t @` u j @
+tessay	1.0000	t E s eI
+thach	1.0000	T { tS
+thaker	1.0000	T eI k @`
+thakkar	1.0000	t @ k A r\
+thakur	1.0000	T { k @`
+tham	1.0000	T { m
+thammavong	1.0000	T A m @ v A N
+thammavongsa	1.0000	T A m @ v A N s @
+thao	0.5000	t aU
+thao	0.5000	t eI oU
+thibodeaux	0.5000	t I b @ d oU
+thibodeaux	0.5000	T I b @ d oU
+thigpen	1.0000	T I g p E n
+thomason	0.5000	t A m @ s @ n
+thomason	0.5000	T A m @ s @ n
+thompkins	1.0000	t A m p k @ n z
+threatt	1.0000	T r\ i t
+thunderhawk	1.0000	T V n d @` h O k
+thurmond	0.5000	T @` m @ n
+thurmond	0.5000	T @` m @ n d
+tian	0.5000	t i E n
+tian	0.5000	t j A n
+tibbs	1.0000	t I b z
+tien	1.0000	t i E n
+tieu	1.0000	t j u
+tijerina	0.5000	t i h E r\ i n @
+tijerina	0.5000	t i h @` i n @
+tinajero	1.0000	t i n @ h E r\ oU
+tineo	1.0000	t I n i oU
+tinoco	0.3333	t @ n oU k oU
+tinoco	0.3333	t i n oU k oU
+tinoco	0.3333	t I n @ k oU
+tirado	0.5000	t @ r\ A d oU
+tirado	0.5000	t @` A d oU
+tiscareno	1.0000	t I s k @` E n oU
+tiu	0.5000	t u
+tiu	0.5000	t i aI j u
+tiwari	1.0000	t @ w A r\ i
+tobar	1.0000	t oU b A r\
+tobon	0.5000	t oU b @ n
+tobon	0.5000	t A b @ n
+todacheenie	1.0000	t oU d { tS i n i
+tokunaga	1.0000	t oU k u n A g A
+tolentino	0.5000	t A l @ n t i n oU
+tolentino	0.5000	t oU l @ n t i n oU
+toliver	1.0000	t A l @ v @`
+tolliver	1.0000	t A l @ v @`
+tomita	0.5000	t u m i t @
+tomita	0.5000	t @ m i t @
+toomer	1.0000	t u m @`
+toor	1.0000	t O r\
+topete	1.0000	t u p i t
+toribio	0.5000	t @ r\ I b i oU
+toribio	0.5000	t O r\ i b i oU
+torio	1.0000	t O r\ i oU
+torivio	1.0000	t O r\ I v i oU
+torrez	1.0000	t O r\ E z
+toscano	0.5000	t V s k A n oU
+toscano	0.5000	t @ s k A n oU
+tostado	1.0000	t @ s t A d oU
+toussaint	1.0000	t u s A n t
+townes	1.0000	t aU n z
+toyama	0.5000	t OI j A m @
+toyama	0.5000	t OI A m @
+trammell	1.0000	t r\ { m @ l
+traversie	1.0000	t r\ @ v @` s i
+traylor	1.0000	t r\ eI l @`
+trejo	0.5000	t r\ eI oU
+trejo	0.5000	t r\ eI h oU
+trevizo	1.0000	t r\ @ v i z oU
+trieu	0.5000	t r\ u
+trieu	0.5000	t r\ i u
+trinh	1.0000	t r\ I n
+tripathi	1.0000	t r\ I p @ T i
+trivedi	0.5000	t r\ @ v E d i
+trivedi	0.5000	t r\ I v @ d i
+troche	0.5000	t r\ oU S eI
+troche	0.5000	t r\ oU S
+troncoso	1.0000	t r\ A N k oU s oU
+trottier	0.5000	t r\ A t i @`
+trottier	0.5000	t r\ A t i eI
+troung	1.0000	t r\ V N
+truax	1.0000	t r\ u { k s
+truong	0.5000	t r\ A N
+truong	0.5000	t r\ u A N
+tsai	0.5000	s aI
+tsai	0.5000	s eI
+tsan	1.0000	s A n
+tsang	1.0000	s { N
+tsao	1.0000	s aU
+tsay	1.0000	s i
+tse	1.0000	t i E s i
+tseng	0.5000	s { N
+tseng	0.5000	s E N
+tsethlikai	1.0000	s E T l @ k aI
+tsinnie	1.0000	s I n i
+tsinnijinnie	1.0000	s I n @ dZ I n i
+tsoi	1.0000	s oU aI
+tsosie	1.0000	s oU s i
+tsou	1.0000	s aU
+tsui	0.5000	s u i
+tsui	0.5000	s u
+tsuji	1.0000	s u dZ i
+tsukamoto	1.0000	s u k @ m oU t oU
+tuazon	1.0000	t u @ z A n
+tun	0.5000	t u n
+tun	0.5000	t V n
+tunstall	1.0000	t V n s t @ l
+turcios	1.0000	t @` s i oU z
+tutt	1.0000	t V t
+twiss	1.0000	t w I s
+twobulls	1.0000	t w A b U l z
+twocrow	1.0000	t w A k r\ oU
+tyner	1.0000	t aI n @`
+tyus	1.0000	t aI @ s
+uchida	0.5000	j u S i d @
+uchida	0.5000	j u tS i d @
+uddin	1.0000	u d @ n
+ueda	1.0000	j u i d i eI
+uehara	0.5000	j u i h A r\ @
+uehara	0.5000	j u h A r\ @
+ugalde	1.0000	u v O l d eI
+ugarte	0.5000	u g A r\ t eI
+ugarte	0.5000	j u g A r\ t eI
+ulibarri	1.0000	j u l @ b E r\ i
+ullah	0.5000	u l @
+ullah	0.5000	V l @
+ulloa	0.5000	j u oU @
+ulloa	0.5000	j u l oU @
+umali	1.0000	u m A l i
+umana	1.0000	j u m A n @
+umanzor	1.0000	j u m { n z @`
+ung	1.0000	j u E n dZ i
+upadhyay	1.0000	U p A D @ j aI j
+uppal	0.5000	j u p O l
+uppal	0.5000	V p @ l
+upshaw	1.0000	V p S O
+urbano	1.0000	@` b A n oU
+urbina	1.0000	@` b i n @
+urena	0.3333	u r\ eI n @
+urena	0.3333	j @` eI n @
+urena	0.3333	j @` i n @
+uresti	1.0000	j @` E s t i
+uriarte	1.0000	u r\ i A r\ t eI
+urias	0.5000	j @` aI @ s
+urias	0.5000	j U r\ i @ z
+uribe	0.5000	j u r\ i b eI
+uribe	0.5000	j @` i b eI
+uriostegui	1.0000	j @` i oU s t i dZ i j u aI
+urquiza	1.0000	@` k w i z @
+urrea	0.5000	j @` r\ eI @
+urrea	0.5000	u r\ eI @
+urrutia	1.0000	j @` u t i @
+urzua	1.0000	@` z u @
+uy	1.0000	j u w aI
+uyeda	1.0000	j u i d @
+uyehara	1.0000	u j @ h A r\ @
+vaca	0.5000	v { k @
+vaca	0.5000	v A k @
+vaidya	1.0000	v eI d i @
+valadez	1.0000	v { l @ d E z
+valderrama	0.3333	v A l d @` A m @
+valderrama	0.3333	v { l d @ r\ A m @
+valderrama	0.3333	v { l d @` A m @
+valdes	1.0000	v { l d E z
+valdivia	0.5000	v { l d i v i @
+valdivia	0.5000	v { l d I v i @
+valdovinos	1.0000	v { l d @ v i n oU z
+valera	0.5000	v @ l E r\ @
+valera	0.5000	v { l E r\ @
+valerio	0.5000	v @ l E r\ i oU
+valerio	0.5000	v @ l @` i oU
+valiente	0.5000	v { l i @ n t eI
+valiente	0.5000	v { l i E n t eI
+valladares	0.3333	v { l @ d E r\ i z
+valladares	0.3333	v { l @ d E r\ z
+valladares	0.3333	v { l @` d A r\ eI s
+vallejos	0.5000	v @ l eI h oU s
+vallejos	0.5000	v @ l eI h oU z
+valles	0.5000	v { l @ s
+valles	0.5000	v { l z
+vallo	1.0000	v { l oU
+valtierra	1.0000	v { l t i E r\ @
+valverde	0.5000	v { l v @` d i
+valverde	0.5000	v { l v E r\ d eI
+vandever	0.2500	v { n d @ v @`
+vandever	0.2500	v { n d @ v i @`
+vandever	0.2500	v { n d @ v i r\
+vandever	0.2500	v { n d i v @`
+vandunk	1.0000	v { n d V N k
+vanegas	1.0000	v { n @ g @ s
+vang	1.0000	v { N
+vanwinkle	1.0000	v { n w I N k @ l
+vaquera	1.0000	v @ k w E r\ @
+vara	1.0000	v A r\ @
+varela	0.5000	v @` E l @
+varela	0.5000	v A r\ i l @
+varghese	0.5000	v A r\ g i s
+varghese	0.5000	v A r\ g i z
+varma	1.0000	v A r\ m @
+varughese	1.0000	v A r\ g i z
+vasques	1.0000	v { s k E z
+vazquez	1.0000	v { s k w E z
+vea	1.0000	v i @
+velarde	0.3333	v @ l A r\ d eI
+velarde	0.3333	v @ l A r\ d i
+velarde	0.3333	v E l A r\ d i
+velasco	1.0000	v @ l { s k oU
+velazco	1.0000	v @ l { z k oU
+velez	1.0000	v @ l E z
+veliz	0.5000	v @ l i s
+veliz	0.5000	v @ l i z
+veloz	0.5000	v @ l oU s
+veloz	0.5000	v @ l oU z
+venable	1.0000	v E n @ b @ l
+vences	1.0000	v @ n s @ z
+venegas	0.2500	v @ n E g @ s
+venegas	0.2500	v @ n E g @ z
+venegas	0.2500	v @ n eI g @ s
+venegas	0.2500	v @ n eI g @ z
+venkataraman	1.0000	v E N k @ t A r\ @ m @ n
+venkatesh	0.5000	v E N k @ t E S
+venkatesh	0.5000	v E n k @ t E S
+veras	0.5000	v E r\ @ s
+veras	0.5000	v E r\ @ z
+verdin	1.0000	v @` d @ n
+verduzco	1.0000	v @` d u s k oU
+vereen	0.5000	v @` i n
+vereen	0.5000	v @ r\ i n
+verma	1.0000	v @` m @
+verret	0.3333	v @ r\ E t
+verret	0.3333	v @` E t
+verret	0.3333	v E r\ @ t
+vicenti	1.0000	v I s E n t i
+vidales	1.0000	v @ d { l z
+vidaurri	1.0000	v I d @ j @` i
+vides	1.0000	v @ d i z
+vidrio	0.5000	v i d r\ i oU
+vidrio	0.5000	v I d r\ i oU
+vien	0.5000	v i @ n
+vien	0.5000	v i E n
+viernes	0.5000	v i E r\ n @ z
+viernes	0.5000	v i @` n E s
+vieyra	1.0000	v i E r\ @
+vila	1.0000	v i l @
+villafana	1.0000	v I l @ f { n @
+villafane	1.0000	v I l @ f eI n
+villafuerte	1.0000	v I l @ f w E r\ t @
+villagomez	0.5000	v i @ g oU m E z
+villagomez	0.5000	v I l @ g oU m E z
+villagran	1.0000	v I l @ g r\ { n
+villagrana	0.5000	v i l @ g r\ A n @
+villagrana	0.5000	v I l @ g r\ { n @
+villalba	0.5000	v i A l b @
+villalba	0.5000	v I l @ l A b @
+villalobos	0.3333	v i @ l oU b oU z
+villalobos	0.3333	v i l @ l oU b oU z
+villalobos	0.3333	v I l @ l oU b oU z
+villalon	0.5000	v i @ l A n
+villalon	0.5000	v I l @ l @ n
+villalpando	0.5000	v i @ l p A n d oU
+villalpando	0.5000	v I l @ l p A n d oU
+villalta	1.0000	v @ l O l t @
+villamor	1.0000	v I l @ m O r\
+villanueva	0.5000	v I l @ n w eI v @
+villanueva	0.5000	v I l @ n @ w eI v @
+villar	0.3333	v @ l A r\
+villar	0.3333	v i A r\
+villar	0.3333	v I l A r\
+villareal	0.5000	v I l @ r\ i { l
+villareal	0.5000	v I l @ r\ i l
+villarruel	1.0000	v I l @` u @ l
+villasana	1.0000	v I l @ s A n @
+villasenor	1.0000	v i @ s @ n j O r\
+villatoro	1.0000	v I l @ t O r\ oU
+villavicencio	1.0000	v I l @ v @ s E n s i oU
+villeda	1.0000	v I l i d @
+villela	1.0000	v @ l E l @
+villicana	1.0000	v I l @ k A n @
+viloria	1.0000	v @ l O r\ i @
+vinh	1.0000	v I n
+viramontes	0.5000	v i r\ @ m A n t E z
+viramontes	0.5000	v i r\ @ m A n t s
+virani	1.0000	v @` A n i
+viray	1.0000	v @ r\ eI
+virgen	1.0000	v @` dZ @ n
+virk	1.0000	v @` k
+viswanathan	1.0000	v I s w @ n A T @ n
+vitug	1.0000	v I t @ g
+vivanco	0.5000	v i v A N k oU
+vivanco	0.5000	v @ v A N k oU
+vivar	0.5000	v i v A r\
+vivar	0.5000	v @ v A r\
+vivas	0.5000	v i v @ s
+vivas	0.5000	v i v @ z
+viveros	1.0000	v i v @` oU z
+vivier	1.0000	v I v i @`
+vizcaino	1.0000	v I z k eI n oU
+vizcarra	0.3333	v @ s k A r\ @
+vizcarra	0.3333	v I s k A r\ @
+vizcarra	0.3333	v I z k A r\ @
+vohra	1.0000	v O r\ @
+vong	0.5000	v O N
+vong	0.5000	v A N
+voong	0.5000	v u N
+voong	0.5000	v V N
+vora	1.0000	v O r\ @
+vuong	0.5000	v A N
+vuong	0.5000	v u O N
+vy	1.0000	v aI
+vyas	0.3333	v aI @ s
+vyas	0.3333	v i @ s
+vyas	0.3333	v j A s
+wada	0.5000	w O d @
+wada	0.5000	w A d @
+wai	1.0000	w aI
+walia	0.5000	w O l i @
+walia	0.5000	w A l i @
+walkingeagle	1.0000	w O k @ N i g @ l
+walkingstick	1.0000	w O k @ N s t @ k
+wassillie	1.0000	w @ s I l i
+watanabe	0.5000	w A t @ n A b i
+watanabe	0.5000	w @ t A n @ b i
+watchman	1.0000	w A tS m @ n
+wauneka	1.0000	w O n i k @
+waupoose	1.0000	w O p u s
+weathersby	0.5000	w E D @` z b i
+weathersby	0.5000	w E T @` z b i
+weatherspoon	1.0000	w E D @` s p u n
+weng	1.0000	w E N
+werito	1.0000	w @` i t oU
+whang	1.0000	w { N
+whatley	1.0000	w A t l i
+whitebear	1.0000	w aI t b E r\
+whitebird	1.0000	w aI t b @` d
+whitebull	1.0000	w aI t b @ l
+whiteeagle	1.0000	w aI t i g @ l
+whitefeather	1.0000	w aI t f E D @`
+whitehair	1.0000	w aI t h E r\
+whitehat	1.0000	w aI t h { t
+whiterock	1.0000	w aI t r\ A k
+whitford	1.0000	w I t f @` d
+whitted	1.0000	w I t @ d
+whyte	1.0000	w aI t
+widjaja	1.0000	w @ d dZ aI @
+wigfall	0.5000	w I g f O l
+wigfall	0.5000	w I g f A l
+wilber	1.0000	w I l b @`
+wilborn	1.0000	w I l b O r\ n
+wilks	1.0000	w I l k s
+wimbush	0.5000	w I m b U S
+wimbush	0.5000	w I m b @ S
+wingfield	1.0000	w I N f i l d
+wofford	0.3333	w O f @` d
+wofford	0.3333	w U f @` d
+wofford	0.3333	w A f @` d
+woolfolk	1.0000	w U l f oU k
+worrell	0.5000	w @` l
+worrell	0.5000	w @` @ l
+wortham	0.5000	w @` T @ m
+wortham	0.5000	w @` D @ m
+wyche	1.0000	w aI tS
+xia	1.0000	z i @
+xiang	1.0000	S A N
+xiong	0.5000	S O N
+xiong	0.5000	S A N
+xu	0.5000	E k s j u
+xu	0.5000	S u
+xue	1.0000	z u
+yabut	1.0000	j A b @ t
+yadao	1.0000	j @ d eI oU
+yadav	1.0000	j @ d A v
+yagi	1.0000	j A g i
+yahola	1.0000	j A h oU l @
+yamada	1.0000	j @ m A d @
+yamaguchi	1.0000	j A m @ g u tS i
+yamamoto	1.0000	j A m @ m oU t oU
+yamanaka	1.0000	j A m @ n A k @
+yamane	0.5000	j @ m A n i
+yamane	0.5000	j @ m eI n
+yamasaki	1.0000	j A m @ s A k i
+yamashiro	1.0000	j A m @ S i r\ oU
+yamashita	1.0000	j A m @ S i t @
+yamauchi	0.5000	j A m @ u tS i
+yamauchi	0.5000	j @ m O tS i
+yamazaki	0.5000	j A m @ z A k @
+yamazaki	0.5000	j A m @ z A k i
+yambao	1.0000	j { m b aU
+yancy	1.0000	j { n s i
+yanes	0.5000	j A n E z
+yanes	0.5000	j eI n z
+yanez	0.5000	j A n @ z
+yanez	0.5000	j { n E z
+yano	1.0000	j A n oU
+yarborough	1.0000	j A r\ b @` oU
+yasuda	0.5000	j A s u d @
+yasuda	0.5000	j @ s u d @
+yau	0.5000	j aU
+yau	0.5000	w aI eI j u
+yazzie	0.5000	j A z i
+yazzie	0.5000	j { z i
+ybarra	1.0000	i b A r\ @
+yeh	0.5000	j eI
+yeh	0.5000	w aI i eI tS
+yellowhair	1.0000	j E l oU h E r\
+yellowhorse	1.0000	j E l oU h O r\ s
+yellowman	1.0000	j E l oU m { n
+yeo	0.3333	j oU
+yeo	0.3333	j u
+yeo	0.3333	w aI i oU
+yepa	1.0000	j E p @
+yepez	0.3333	j E p @ s
+yepez	0.3333	j E p E z
+yepez	0.3333	j E p @ z
+yeung	1.0000	j V N
+yim	1.0000	j I m
+yip	1.0000	j I p
+yiu	1.0000	w aI aI j u
+yokota	1.0000	j @ k oU t @
+yokoyama	1.0000	j oU k oU j A m @
+yong	0.5000	j V N
+yong	0.5000	j A N
+yoo	1.0000	j u
+yoon	1.0000	j u n
+yoshida	1.0000	j oU S i d @
+yoshikawa	1.0000	j oU S i k A w @
+yoshimoto	0.5000	j oU S i m oU t oU
+yoshimoto	0.5000	j A S @ m oU t oU
+yoshimura	0.2500	j oU S @ m j @` @
+yoshimura	0.2500	j oU S i m j @` @
+yoshimura	0.2500	j oU S i m @` @
+yoshimura	0.2500	j oU S i m u r\ A
+yoshino	0.5000	j oU S i n oU
+yoshino	0.5000	j @ S i n oU
+yoshioka	1.0000	j oU S i oU k @
+youn	1.0000	j u n
+youngbear	1.0000	j V N b E r\
+youngbird	1.0000	j V N b @` d
+youngman	1.0000	j V N m @ n
+yousuf	1.0000	j u s @ f
+yuan	1.0000	j u A n
+yue	1.0000	j u
+yuen	0.5000	j V N
+yuen	0.5000	j u @ n
+yzaguirre	1.0000	@ z @ g w E r\ eI
+zabala	1.0000	z @ b A l @
+zacarias	0.5000	z A k A r\ i A s
+zacarias	0.5000	z { k @` aI @ s
+zafar	0.5000	z { f @`
+zafar	0.5000	z @ f A r\
+zaidi	1.0000	z eI d i
+zaldivar	1.0000	z { l d @ v A r\
+zaman	0.3333	z @ m A n
+zaman	0.3333	z { m A n
+zaman	0.3333	z { m @ n
+zamarripa	0.5000	z { m @` i p @
+zamarripa	0.5000	z { m @` I p @
+zamarron	1.0000	z A m A r\ oU n
+zambrana	0.5000	z { m b r\ { n @
+zambrana	0.5000	z { m b r\ A n @
+zambrano	0.5000	z A m b r\ A n oU
+zambrano	0.5000	z @ m b r\ A n oU
+zamorano	0.5000	z { m @` A n oU
+zamorano	0.5000	z @ m @` A n oU
+zamudio	1.0000	z @ m u d i oU
+zapanta	1.0000	z @ p { n t @
+zapata	1.0000	z @ p A t @
+zapien	1.0000	z { p i @ n
+zarate	0.5000	z @` A t i
+zarate	0.5000	z A r\ @ t i
+zarco	1.0000	z A r\ k oU
+zavaleta	1.0000	z { v @ l i t @
+zayas	0.3333	z eI @ s
+zayas	0.3333	z eI @ z
+zayas	0.3333	z aI @ z
+zazueta	1.0000	z { z u E t @
+zelaya	1.0000	z @ l eI @
+zeledon	1.0000	z E l @ d @ n
+zendejas	0.3333	z E n d eI h A z
+zendejas	0.3333	z E n d eI h { z
+zendejas	0.3333	z E n d eI dZ A z
+zeng	1.0000	z E N
+zepeda	0.5000	z @ p eI d @
+zepeda	0.5000	z @ p E d @
+zephier	1.0000	z E f i eI
+zermeno	1.0000	z @` m E n j @
+zertuche	1.0000	z @` t u S
+zhan	1.0000	z A n
+zhang	0.5000	z { N
+zhang	0.5000	Z A N
+zhao	0.5000	z aU
+zhao	0.5000	Z aU
+zhen	1.0000	z E n
+zheng	0.5000	z E N
+zheng	0.5000	Z E N
+zhong	0.5000	z A N
+zhong	0.5000	Z O N
+zhou	0.5000	z aU
+zhou	0.5000	z O
+zhu	0.5000	z u
+zhu	0.5000	dZ u
+zhuang	1.0000	z { N
+zorrilla	0.3333	z @ r\ I l @
+zorrilla	0.3333	z oU r\ I l @
+zorrilla	0.3333	z @` I l @
+zou	0.3333	z u
+zou	0.3333	z i oU j u
+zou	0.3333	z oU
+zubia	1.0000	z u b i @
+zuniga	1.0000	z u n i g @
+zurita	0.5000	z @ r\ i t @
+zurita	0.5000	z @` i t @
diff --git a/system/usr/srec/en-US/pumpkin.mmap b/system/usr/srec/en-US/pumpkin.mmap
new file mode 100644
index 0000000000000000000000000000000000000000..6941d3222f318b54e211bd5e6404e9e6bc2918cd
Binary files /dev/null and b/system/usr/srec/en-US/pumpkin.mmap differ
diff --git a/system/usr/srec/en-US/read_items_bias.fst b/system/usr/srec/en-US/read_items_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..245117037eea9c50028159f50c0c8f8f41964c60
Binary files /dev/null and b/system/usr/srec/en-US/read_items_bias.fst differ
diff --git a/system/usr/srec/en-US/rescoring.fst.compact b/system/usr/srec/en-US/rescoring.fst.compact
new file mode 100644
index 0000000000000000000000000000000000000000..e267e998d9d6833c19593447ff39b928d6d40c9e
Binary files /dev/null and b/system/usr/srec/en-US/rescoring.fst.compact differ
diff --git a/system/usr/srec/en-US/semantics.pumpkin b/system/usr/srec/en-US/semantics.pumpkin
new file mode 100644
index 0000000000000000000000000000000000000000..4decf035c09bad6605ea53444d4a902d4a9bed66
Binary files /dev/null and b/system/usr/srec/en-US/semantics.pumpkin differ
diff --git a/system/usr/srec/en-US/skip_items_bias.fst b/system/usr/srec/en-US/skip_items_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..996edfbd5cbc734c65a2a261e8f38bece5d2e411
Binary files /dev/null and b/system/usr/srec/en-US/skip_items_bias.fst differ
diff --git a/system/usr/srec/en-US/time_bias.fst b/system/usr/srec/en-US/time_bias.fst
new file mode 100644
index 0000000000000000000000000000000000000000..aa678d8263bf7ddcce8642c1856c98f540ec223c
Binary files /dev/null and b/system/usr/srec/en-US/time_bias.fst differ
diff --git a/system/usr/srec/en-US/transform.mfar b/system/usr/srec/en-US/transform.mfar
new file mode 100644
index 0000000000000000000000000000000000000000..27d156a15704b93d0449320b639507cb5472adbe
Binary files /dev/null and b/system/usr/srec/en-US/transform.mfar differ
diff --git a/system/usr/srec/en-US/voice_actions.config b/system/usr/srec/en-US/voice_actions.config
new file mode 100644
index 0000000000000000000000000000000000000000..8ded1d7f03216dc0edae5adf69ca54192c51fa04
Binary files /dev/null and b/system/usr/srec/en-US/voice_actions.config differ
diff --git a/system/usr/srec/en-US/voice_actions_compiler.config b/system/usr/srec/en-US/voice_actions_compiler.config
new file mode 100644
index 0000000000000000000000000000000000000000..cd20b161a9d2a36d2133c2aa455fdfe48cd7fd77
Binary files /dev/null and b/system/usr/srec/en-US/voice_actions_compiler.config differ
diff --git a/system/usr/srec/en-US/word_confidence_classifier b/system/usr/srec/en-US/word_confidence_classifier
new file mode 100644
index 0000000000000000000000000000000000000000..49c3d4e857ac443e54f08ff4eb8ccf3c63846e23
Binary files /dev/null and b/system/usr/srec/en-US/word_confidence_classifier differ
diff --git a/system/usr/srec/en-US/wordlist.syms b/system/usr/srec/en-US/wordlist.syms
new file mode 100644
index 0000000000000000000000000000000000000000..f5f1554fe14cfc7807ff16a579db22ff4a347892
--- /dev/null
+++ b/system/usr/srec/en-US/wordlist.syms
@@ -0,0 +1,64354 @@
+<epsilon>	0
+s	1
+c	2
+S	3
+p	4
+C	5
+M	6
+B	7
+b	8
+r	9
+d	10
+a	11
+t	12
+m	13
+A	14
+P	15
+f	16
+R	17
+D	18
+h	19
+T	20
+L	21
+H	22
+e	23
+G	24
+g	25
+i	26
+l	27
+w	28
+W	29
+F	30
+K	31
+E	32
+o	33
+N	34
+n	35
+J	36
+u	37
+O	38
+v	39
+I	40
+V	41
+k	42
+j	43
+1	44
+U	45
+2	46
+3	47
+Y	48
+4	49
+5	50
+y	51
+6	52
+7	53
+9	54
+q	55
+Z	56
+8	57
+Q	58
+z	59
+X	60
+x	61
+0	62
+:	63
+/	64
+.	65
+@	66
+&	67
+'	68
++	69
+!	70
+%	71
+,	72
+-	73
+?	74
+équipement	75
+st	76
+sh	77
+su	78
+sp	79
+se	80
+sa	81
+so	82
+si	83
+sy	84
+sq	85
+s.	86
+s1	87
+s2	88
+sd	89
+s3	90
+s4	91
+s5	92
+sIGNARAMA	93
+sOooo	94
+sbcglobal.net	95
+sf	96
+ss	97
+co	98
+ca	99
+ch	100
+ci	101
+c$contacts	102
+c1	103
+cc	104
+cn	105
+cz	106
+c'mon	107
+c-section	108
+c2	109
+c3	110
+c4	111
+c5	112
+c6	113
+c7	114
+cORESTAFF	115
+cVS	116
+cd	117
+cf	118
+cm	119
+cv	120
+St	121
+Sh	122
+So	123
+Si	124
+SA	125
+SP	126
+SS	127
+ST	128
+SM	129
+SE	130
+SC	131
+SI	132
+SL	133
+SO	134
+SW	135
+SR	136
+SD	137
+SU	138
+SB	139
+SH	140
+SN	141
+SF	142
+SG	143
+SK	144
+SQ	145
+Sr	146
+S's	147
+SJ	148
+SX	149
+Sbarro	150
+Sgt	151
+Szechuan	152
+pa	153
+po	154
+pi	155
+pl	156
+pp	157
+pc	158
+pk	159
+pt	160
+p90	161
+pg	162
+pj	163
+pm	164
+p1	165
+p2	166
+p3	167
+pH	168
+pS	169
+pdf	170
+pffcu	171
+px	172
+Co	173
+Cl	174
+Cu	175
+CC	176
+CP	177
+CS	178
+CA	179
+CD	180
+CM	181
+CN	182
+CR	183
+CI	184
+CL	185
+CO	186
+CB	187
+CE	188
+CF	189
+CH	190
+CT	191
+CV	192
+CW	193
+CG	194
+CU	195
+CJ	196
+CK	197
+Ct	198
+Czech	199
+C's	200
+CQ	201
+CX	202
+CY	203
+CZ	204
+Ma	205
+Mo	206
+Mi	207
+Me	208
+My	209
+MS	210
+MC	211
+MO	212
+MT	213
+MI	214
+ML	215
+MM	216
+MA	217
+MD	218
+MG	219
+MP	220
+MJ	221
+MB	222
+MH	223
+MU	224
+MV	225
+MF	226
+Mr	227
+ME	228
+MK	229
+MW	230
+M's	231
+MN	232
+MX	233
+Mb	234
+Mk	235
+Ms	236
+Mt	237
+Br	238
+Be	239
+Bo	240
+Bi	241
+By	242
+BB	243
+BC	244
+BM	245
+BO	246
+BA	247
+BF	248
+BL	249
+BS	250
+BT	251
+BI	252
+BJ	253
+BN	254
+BP	255
+BR	256
+BD	257
+BG	258
+BH	259
+BW	260
+B's	261
+BK	262
+BQ	263
+BU	264
+BV	265
+BX	266
+BZ	267
+Bhutan	268
+Bjorn	269
+ba	270
+bo	271
+bu	272
+be	273
+bi	274
+by	275
+b1	276
+bf	277
+bw3	278
+b'ville	279
+b2	280
+b4	281
+b6	282
+b96	283
+bTW	284
+bc	285
+bgmu	286
+bhai	287
+bj	288
+bmw	289
+bn	290
+bs	291
+btw	292
+re	293
+ra	294
+ro	295
+ri	296
+ru	297
+rx	298
+ry	299
+r2	300
+rs	301
+r.i.p	302
+r1	303
+r4	304
+r5	305
+r6	306
+r8	307
+rETECH	308
+rd	309
+rg3	310
+rly	311
+rm	312
+rpm	313
+de	314
+di	315
+do	316
+dr	317
+da	318
+du	319
+d1	320
+d-bag	321
+d2	322
+d3	323
+dARCARS	324
+dB	325
+dc	326
+dd	327
+dfcu	328
+dj	329
+dk	330
+dlow	331
+dmv	332
+dnt	333
+dvd	334
+an	335
+al	336
+ac	337
+ad	338
+ar	339
+as	340
+ap	341
+am	342
+au	343
+ab	344
+at	345
+ai	346
+aw	347
+av	348
+ax	349
+aa	350
+ah	351
+a.	352
+az	353
+a1	354
+ay	355
+a2	356
+a4	357
+a/c	358
+a0	359
+a3	360
+a5	361
+a6	362
+a7	363
+a8	364
+a9	365
+aAA	366
+aI	367
+aT&T	368
+aja	369
+tr	370
+te	371
+ta	372
+to	373
+th	374
+ti	375
+tu	376
+ty	377
+tt	378
+ts	379
+tv	380
+t2	381
+t3	382
+t's	383
+t.i	384
+t1	385
+t5	386
+t6	387
+t8	388
+t9	389
+tAP	390
+tC	391
+tJ	392
+tSFL	393
+tUFF	394
+tXU	395
+tbh	396
+td	397
+tmobile	398
+tn	399
+txt	400
+ma	401
+mo	402
+mi	403
+me	404
+mu	405
+my	406
+mp	407
+mr	408
+ms	409
+m.	410
+mm	411
+m1	412
+mg	413
+m2	414
+m3	415
+m4	416
+m5	417
+m6	418
+m8	419
+mObridge	420
+mPerks	421
+mfg	422
+mhm	423
+mjna	424
+ml	425
+mn	426
+mx	427
+Al	428
+An	429
+Am	430
+As	431
+Ad	432
+At	433
+Ag	434
+AC	435
+AT	436
+AM	437
+AS	438
+AB	439
+AD	440
+AP	441
+AA	442
+AF	443
+AI	444
+AR	445
+AV	446
+AE	447
+AJ	448
+AL	449
+AW	450
+AG	451
+AK	452
+AO	453
+AH	454
+A's	455
+AQ	456
+AU	457
+AXA	458
+AZ	459
+Pa	460
+Pi	461
+PS	462
+PC	463
+PD	464
+PP	465
+PA	466
+PE	467
+PO	468
+PR	469
+PT	470
+PI	471
+PM	472
+PB	473
+PN	474
+PG	475
+PF	476
+PL	477
+PJ	478
+PV	479
+PK	480
+PU	481
+P's	482
+PQ	483
+PW	484
+PX	485
+Pt	486
+PvP	487
+PwC	488
+fi	489
+fo	490
+fa	491
+fr	492
+fe	493
+fu	494
+f-ing	495
+f.y.i	496
+f1	497
+fRANK	498
+fUCK	499
+fYI	500
+fb	501
+fm	502
+fsnb	503
+ft	504
+fwy	505
+fyi	506
+Ro	507
+RS	508
+RC	509
+RE	510
+RI	511
+RO	512
+RT	513
+RA	514
+RB	515
+RM	516
+RP	517
+RD	518
+RF	519
+RG	520
+RV	521
+RJ	522
+RK	523
+RN	524
+RR	525
+RW	526
+R's	527
+RH	528
+RL	529
+RX	530
+RYA	531
+Rd	532
+Rs	533
+Rt	534
+Rx	535
+De	536
+Da	537
+Do	538
+Di	539
+Du	540
+Dr	541
+DC	542
+DS	543
+DV	544
+DO	545
+DM	546
+DH	547
+DT	548
+DD	549
+DN	550
+DA	551
+DI	552
+DP	553
+DJ	554
+DF	555
+DW	556
+DB	557
+DL	558
+DR	559
+DX	560
+DG	561
+DK	562
+DQ	563
+DZ	564
+Django	565
+Dvorak	566
+ho	567
+ha	568
+he	569
+hi	570
+hu	571
+hy	572
+hm	573
+h2	574
+hd	575
+h&L	576
+h1	577
+h3	578
+hhgregg	579
+hrs	580
+hsn.com	581
+htc	582
+hville	583
+To	584
+Ti	585
+Ty	586
+TC	587
+TR	588
+TM	589
+TS	590
+TH	591
+TI	592
+TA	593
+TB	594
+TD	595
+TP	596
+TT	597
+TV	598
+TG	599
+TK	600
+TW	601
+TJ	602
+TL	603
+TN	604
+TF	605
+TX	606
+T's	607
+TQ	608
+Tso's	609
+La	610
+Le	611
+Lo	612
+Li	613
+Lu	614
+LE	615
+LA	616
+LM	617
+LC	618
+LS	619
+LT	620
+LP	621
+LD	622
+LG	623
+LL	624
+LB	625
+LK	626
+LV	627
+LH	628
+LJ	629
+LR	630
+Lt	631
+LF	632
+LQ	633
+LW	634
+LX	635
+Lhasa	636
+Ln	637
+Ho	638
+He	639
+Hi	640
+Hy	641
+HI	642
+HO	643
+HS	644
+HT	645
+HC	646
+HD	647
+HP	648
+HH	649
+HM	650
+HR	651
+HA	652
+HG	653
+HB	654
+HL	655
+H's	656
+HF	657
+HJ	658
+HK	659
+HQ	660
+HVAC	661
+HW	662
+HX	663
+Hsu	664
+Hwy	665
+ex	666
+en	667
+el	668
+em	669
+es	670
+ed	671
+er	672
+eye	673
+et	674
+eff	675
+eg	676
+ep	677
+ee	678
+eh	679
+e2	680
+e3	681
+e40	682
+e7	683
+eHarmony	684
+eNews	685
+eSPN	686
+eTown	687
+eV	688
+ek	689
+eons	690
+eww	691
+Go	692
+Gi	693
+GT	694
+GS	695
+GM	696
+GR	697
+GE	698
+GB	699
+GC	700
+GN	701
+GP	702
+GA	703
+GF	704
+GH	705
+GO	706
+GV	707
+GD	708
+GI	709
+G's	710
+GG	711
+GJ	712
+GK	713
+GL	714
+GQ	715
+GUI	716
+GW	717
+GX	718
+GYN	719
+Gd	720
+Gmail	721
+Gnarls	722
+gr	723
+ga	724
+go	725
+ge	726
+gi	727
+g2	728
+g3	729
+g4	730
+gf	731
+gmail	732
+g'night	733
+g1	734
+g5	735
+g6	736
+g8	737
+gM	738
+gTunes	739
+gb3	740
+gchat	741
+gg	742
+gps.com	743
+gs3	744
+in	745
+im	746
+id	747
+ir	748
+it	749
+il	750
+is	751
+ic	752
+if	753
+i3	754
+ia	755
+iz	756
+i4	757
+ie	758
+i25	759
+i5	760
+i7	761
+i9	762
+iBook	763
+iDoctor	764
+iHome	765
+iOS	766
+iRise	767
+ibuprofen	768
+ih	769
+iight	770
+ik	771
+iu	772
+la	773
+li	774
+lo	775
+le	776
+ly	777
+ll	778
+lb	779
+lg	780
+lmao	781
+l1	782
+l2	783
+l3	784
+l5	785
+lEGO	786
+lOL	787
+lP&L	788
+lds.org	789
+lr44	790
+wa	791
+we	792
+wo	793
+w/	794
+w2	795
+w-9	796
+w.e	797
+w4	798
+w9	799
+wTF	800
+wcsg	801
+wd40	802
+wg&r	803
+wk	804
+wqmx	805
+ws	806
+wyndham	807
+We	808
+WS	809
+WB	810
+WI	811
+WP	812
+Wu	813
+WA	814
+WC	815
+WG	816
+WN	817
+WR	818
+WT	819
+WL	820
+WF	821
+WH	822
+WM	823
+WV	824
+WX	825
+WY	826
+W's	827
+WD	828
+WJ	829
+Fi	830
+Fe	831
+Fu	832
+FA	833
+FC	834
+FS	835
+FD	836
+FI	837
+FM	838
+FP	839
+FB	840
+FF	841
+FL	842
+FW	843
+FH	844
+F's	845
+FG	846
+FJ	847
+FK	848
+FN	849
+FX	850
+Ku	851
+Ky	852
+KC	853
+KR	854
+KS	855
+KF	856
+KT	857
+KD	858
+KJ	859
+KK	860
+KL	861
+KO	862
+KP	863
+KA	864
+KB	865
+KU	866
+K's	867
+KETV	868
+KH	869
+KMEL	870
+KQED	871
+KWWL	872
+KX	873
+KY	874
+KZ	875
+Kb	876
+Kmart	877
+El	878
+Ed	879
+Ex	880
+ES	881
+ET	882
+EC	883
+EM	884
+EP	885
+Eq	886
+ED	887
+EV	888
+EA	889
+EB	890
+EE	891
+EF	892
+EI	893
+EO	894
+EX	895
+EJ	896
+EK	897
+ENT	898
+EW	899
+E's	900
+EQ	901
+ER	902
+EU	903
+EZ	904
+Ehrlich	905
+Eola	906
+ov	907
+ou	908
+or	909
+op	910
+ob	911
+of	912
+on	913
+ol	914
+om	915
+ox	916
+ok	917
+oo	918
+ot	919
+os	920
+od	921
+oh	922
+oi	923
+og	924
+oz	925
+o$contacts	926
+o1	927
+o2	928
+o3	929
+o6	930
+o7	931
+o8	932
+o9	933
+oK	934
+oj	935
+No	936
+Ne	937
+Ni	938
+Nu	939
+NA	940
+NO	941
+NC	942
+NF	943
+NY	944
+NH	945
+NE	946
+NS	947
+NB	948
+NT	949
+ND	950
+NP	951
+NG	952
+NR	953
+NW	954
+NJ	955
+NK	956
+NL	957
+NM	958
+NN	959
+NV	960
+NXT	961
+NZ	962
+Nguyen	963
+ne	964
+no	965
+na	966
+ni	967
+nu	968
+ny	969
+nf	970
+n/a	971
+n2	972
+n64	973
+n8	974
+nAPA	975
+nTelos	976
+nWTC	977
+nc	978
+nd	979
+ng	980
+nm	981
+nt	982
+nvm	983
+Ja	984
+Jo	985
+Ju	986
+Ji	987
+JC	988
+JB	989
+JT	990
+JA	991
+JM	992
+JP	993
+JD	994
+JF	995
+JJ	996
+JL	997
+JS	998
+JV	999
+JW	1000
+Jr	1001
+J's	1002
+JEA	1003
+JG	1004
+JH	1005
+JIT	1006
+JK	1007
+JN	1008
+JOHN	1009
+JR	1010
+JUNK	1011
+JX	1012
+Jhene	1013
+un	1014
+up	1015
+ur	1016
+us	1017
+ut	1018
+um	1019
+uh	1020
+u'd	1021
+u2	1022
+uCLA	1023
+uLTA	1024
+uPS	1025
+uRS	1026
+uSC	1027
+ukulele	1028
+uuuu	1029
+uverse	1030
+On	1031
+Ok	1032
+Om	1033
+OS	1034
+Oz	1035
+OP	1036
+Ox	1037
+OT	1038
+Of	1039
+OC	1040
+OM	1041
+OB	1042
+OR	1043
+Oi	1044
+OH	1045
+Oh	1046
+OD	1047
+OE	1048
+OU	1049
+OG	1050
+OK	1051
+OL	1052
+ON	1053
+OA	1054
+OFF	1055
+OIP	1056
+OJ	1057
+OO	1058
+OWN	1059
+Oelwein	1060
+Ooltewah	1061
+Oquirrh	1062
+Oyster	1063
+ve	1064
+va	1065
+vo	1066
+vu	1067
+v-neck	1068
+v1	1069
+v6	1070
+v8	1071
+vh1	1072
+vs	1073
+In	1074
+Is	1075
+Im	1076
+Il	1077
+IC	1078
+Id	1079
+IM	1080
+It	1081
+IS	1082
+IR	1083
+ID	1084
+IH	1085
+IP	1086
+IB	1087
+IN	1088
+IE	1089
+II	1090
+Ike	1091
+IG	1092
+IU	1093
+IV	1094
+IA	1095
+IL	1096
+IO	1097
+IT	1098
+I&I	1099
+IJ	1100
+IKEA	1101
+IQ	1102
+IX	1103
+If	1104
+Ipswich	1105
+Iuka	1106
+Ixtapa	1107
+Va	1108
+Vo	1109
+VI	1110
+VC	1111
+VG	1112
+VP	1113
+VS	1114
+VT	1115
+VA	1116
+VF	1117
+VM	1118
+VR	1119
+VZ	1120
+Vlad	1121
+V's	1122
+VB	1123
+VD	1124
+VERY	1125
+VHS	1126
+VJ	1127
+VLC	1128
+VNA	1129
+VOA	1130
+VUE	1131
+VV	1132
+VW	1133
+Vs	1134
+Vybz	1135
+ki	1136
+ka	1137
+ke	1138
+ko	1139
+kr	1140
+ku	1141
+km	1142
+k1	1143
+k2	1144
+k5	1145
+k9	1146
+kV	1147
+kW	1148
+kg	1149
+kp.org	1150
+ksl.com	1151
+kt	1152
+kwal	1153
+jo	1154
+je	1155
+ji	1156
+jcp	1157
+jk	1158
+jpay	1159
+j&P	1160
+j/o	1161
+jBK	1162
+jJ	1163
+jr	1164
+jw.org	1165
+10	1166
+11	1167
+12	1168
+19	1169
+14	1170
+15	1171
+17	1172
+13	1173
+16	1174
+18	1175
+1/2	1176
+1a	1177
+1c	1178
+1d	1179
+1g	1180
+1i	1181
+1k	1182
+1o	1183
+1st	1184
+1x	1185
+US	1186
+UN	1187
+UC	1188
+UM	1189
+Up	1190
+UT	1191
+UA	1192
+Us	1193
+UF	1194
+UP	1195
+UH	1196
+UB	1197
+UV	1198
+UD	1199
+UI	1200
+UW	1201
+Uinta	1202
+UE	1203
+UJ	1204
+UK	1205
+UL	1206
+UX	1207
+Ubisoft	1208
+Uccello's	1209
+Uhaul	1210
+Uxbridge	1211
+20	1212
+24	1213
+25	1214
+21	1215
+22	1216
+27	1217
+26	1218
+28	1219
+29	1220
+23	1221
+2k	1222
+2-	1223
+2d	1224
+2o	1225
+2's	1226
+2/2	1227
+2a	1228
+2c	1229
+2g	1230
+2i	1231
+2morrow	1232
+2p	1233
+2s	1234
+2t	1235
+2x	1236
+30	1237
+33	1238
+31	1239
+34	1240
+35	1241
+37	1242
+32	1243
+39	1244
+36	1245
+38	1246
+3-	1247
+3s	1248
+3G	1249
+3d	1250
+3o	1251
+3's	1252
+3a	1253
+3c	1254
+3i	1255
+3k	1256
+3m	1257
+3p	1258
+3rd	1259
+3t	1260
+3x	1261
+Yo	1262
+Ya	1263
+Yu	1264
+Yi	1265
+YES	1266
+YM	1267
+Ypsi	1268
+YA	1269
+YOU	1270
+YRC	1271
+YS	1272
+YUM	1273
+YWCA	1274
+YZ	1275
+Ybor	1276
+Ygnacio	1277
+Ynez	1278
+Yreka	1279
+Ysidro	1280
+40	1281
+49	1282
+41	1283
+42	1284
+43	1285
+44	1286
+47	1287
+45	1288
+46	1289
+48	1290
+4-	1291
+4s	1292
+4d	1293
+4o	1294
+4's	1295
+4G	1296
+4a	1297
+4chan	1298
+4gotten	1299
+4h	1300
+4i	1301
+4k	1302
+4p	1303
+4runner	1304
+4th	1305
+4x4	1306
+50	1307
+51	1308
+55	1309
+58	1310
+52	1311
+53	1312
+54	1313
+56	1314
+57	1315
+59	1316
+5-	1317
+5's	1318
+5a	1319
+5c	1320
+5d	1321
+5g	1322
+5i	1323
+5k	1324
+5o	1325
+5p	1326
+5s	1327
+5th	1328
+5w	1329
+yo	1330
+ye	1331
+ya	1332
+yu	1333
+y'all	1334
+y100	1335
+yOU	1336
+yds	1337
+yg	1338
+yr	1339
+60	1340
+61	1341
+62	1342
+64	1343
+65	1344
+63	1345
+66	1346
+68	1347
+67	1348
+69	1349
+6i	1350
+6p	1351
+6's	1352
+6a	1353
+6o	1354
+6s	1355
+6th	1356
+70	1357
+72	1358
+71	1359
+77	1360
+73	1361
+76	1362
+74	1363
+75	1364
+78	1365
+79	1366
+7's	1367
+7a	1368
+7d	1369
+7i	1370
+7o	1371
+7p	1372
+7th	1373
+7up	1374
+92	1375
+93	1376
+97	1377
+90	1378
+94	1379
+95	1380
+99	1381
+91	1382
+98	1383
+96	1384
+9/	1385
+9&i	1386
+9's	1387
+9-10	1388
+9.5	1389
+9a	1390
+9i	1391
+9mm	1392
+9th	1393
+9w	1394
+q-tip	1395
+q1	1396
+qt	1397
+qvc.com	1398
+Zi	1399
+ZZ	1400
+Z's	1401
+ZAR	1402
+ZIP	1403
+ZS	1404
+ZTE	1405
+ZX	1406
+Zhang's	1407
+80	1408
+82	1409
+83	1410
+85	1411
+81	1412
+84	1413
+86	1414
+88	1415
+87	1416
+89	1417
+8's	1418
+8-9	1419
+8i	1420
+8o	1421
+8p	1422
+8th	1423
+8x	1424
+QP	1425
+QR	1426
+QV	1427
+Qi	1428
+Qt	1429
+Q&A	1430
+Q's	1431
+QA	1432
+QB	1433
+QC	1434
+QFC	1435
+QQ	1436
+QS	1437
+QT	1438
+Qdoba	1439
+Qwest	1440
+zo	1441
+ze	1442
+za	1443
+z-pack	1444
+z100	1445
+z28	1446
+z71	1447
+zpizza	1448
+zr1	1449
+XL	1450
+XX	1451
+XC	1452
+XD	1453
+XM	1454
+XT	1455
+XY	1456
+Xbox	1457
+X's	1458
+XA	1459
+XE	1460
+XI	1461
+XJ	1462
+XO	1463
+XP	1464
+XQ	1465
+XR	1466
+XS	1467
+Xfinity	1468
+Xmas	1469
+Xsport	1470
+xx	1471
+xvideo	1472
+xbox	1473
+xi	1474
+xnxx	1475
+xray	1476
+x1	1477
+x2	1478
+x3	1479
+x5	1480
+xB	1481
+xD	1482
+xmas	1483
+xp	1484
+xtube	1485
+xylophone	1486
+$CONTACTS	1487
+$DAY	1488
+$FULLPHONENUM	1489
+$OPERAND	1490
+$TIME	1491
+$UNKNOWN	1492
+$YEAR	1493
+00	1494
+01	1495
+02	1496
+03	1497
+04	1498
+05	1499
+06	1500
+07	1501
+08	1502
+09	1503
+0k	1504
+:-	1505
+:15	1506
+:20	1507
+:30	1508
+:45	1509
+:d	1510
+/2	1511
+/3	1512
+/4	1513
+/5	1514
+/7	1515
+/8	1516
+/a	1517
+/c	1518
+/url	1519
+.0	1520
+.22	1521
+.5	1522
+.:	1523
+.com/	1524
+@$contacts	1525
+@aol.com	1526
+@gmail.com	1527
+@work	1528
+&I	1529
+&c	1530
+'s	1531
++91	1532
+£	1533
+°c	1534
+ste	1535
+sty	1536
+st.	1537
+stcU	1538
+std	1539
+sho	1540
+sha	1541
+shi	1542
+she	1543
+shy	1544
+shh	1545
+sub	1546
+sup	1547
+sur	1548
+sun	1549
+sus	1550
+sum	1551
+sue	1552
+suture	1553
+sux	1554
+suave	1555
+suvios	1556
+suzanne	1557
+spa	1558
+spy	1559
+sea	1560
+ser	1561
+sec	1562
+see	1563
+set	1564
+sex	1565
+sed	1566
+sew	1567
+sci	1568
+sclerosis	1569
+san	1570
+sam	1571
+sat	1572
+sad	1573
+sac	1574
+sag	1575
+saw	1576
+say	1577
+sap	1578
+sax	1579
+sol	1580
+son	1581
+soo	1582
+sob	1583
+sod	1584
+soy	1585
+sovereign	1586
+soggy	1587
+soshie	1588
+sow	1589
+sin	1590
+sig	1591
+sim	1592
+sit	1593
+sick	1594
+sis	1595
+sir	1596
+sip	1597
+six	1598
+sibling	1599
+sift	1600
+sly	1601
+swung	1602
+swype	1603
+ski	1604
+sky	1605
+smh	1606
+sms	1607
+sys	1608
+sybian	1609
+sycamore	1610
+syphilis	1611
+s.h.i.t	1612
+sriracha	1613
+srt8	1614
+sry	1615
+s10	1616
+s2000	1617
+sdge	1618
+con	1619
+cor	1620
+coo	1621
+cop	1622
+cos	1623
+cod	1624
+cow	1625
+cob	1626
+cot	1627
+coke	1628
+coy	1629
+coz	1630
+co-op	1631
+co2	1632
+coqui	1633
+cox.net	1634
+car	1635
+can	1636
+cal	1637
+cat	1638
+cap	1639
+cam	1640
+cab	1641
+cake	1642
+caesar	1643
+cahoots	1644
+caitlin	1645
+cajun	1646
+cayenne	1647
+cazador	1648
+cha	1649
+che	1650
+chi	1651
+chu	1652
+cry	1653
+cut	1654
+cul	1655
+cum	1656
+cub	1657
+cup	1658
+cud	1659
+cuff	1660
+cue	1661
+cuisine	1662
+cuz	1663
+cel	1664
+cedar	1665
+cefco	1666
+cesspool	1667
+ceviche	1668
+cig	1669
+civ	1670
+cibelli's	1671
+ciconte's	1672
+cider	1673
+cierra	1674
+cimarelli	1675
+cipro	1676
+cistern	1677
+cyst	1678
+cya	1679
+cylinder	1680
+cymbal	1681
+cydia	1682
+cytoplasm	1683
+c$contactsl	1684
+c10	1685
+cb2	1686
+cbs.com	1687
+cc's	1688
+cnn.com	1689
+czar	1690
+Ste	1691
+Str	1692
+Stu	1693
+San	1694
+Sal	1695
+Sam	1696
+Sat	1697
+Sag	1698
+Sai	1699
+Sac	1700
+Saw	1701
+Say	1702
+Sao	1703
+She	1704
+Shi	1705
+Shh	1706
+Shyanne	1707
+Sea	1708
+Sen	1709
+Sec	1710
+See	1711
+Set	1712
+Sep	1713
+Sew	1714
+Sex	1715
+Seffner	1716
+Seoul	1717
+Seuss	1718
+Sun	1719
+Sur	1720
+Sub	1721
+Suz	1722
+Sue	1723
+Suwanee	1724
+Son	1725
+Sol	1726
+SoC	1727
+Soggy	1728
+Soho	1729
+Soquel	1730
+Sox	1731
+Soylent	1732
+Spa	1733
+Spur	1734
+Spy	1735
+Sin	1736
+Sis	1737
+Sig	1738
+Sir	1739
+Sit	1740
+Sid	1741
+Six	1742
+Siam	1743
+Sivan	1744
+Sci	1745
+Sky	1746
+Ski	1747
+Skull	1748
+Skrillex	1749
+Swype	1750
+Sly	1751
+Smurf	1752
+Sno	1753
+Snug	1754
+Snyder	1755
+Syd	1756
+Sykes	1757
+SyFy	1758
+Syosset	1759
+SAT	1760
+SAR	1761
+SAC	1762
+SAG	1763
+SAIC	1764
+SAMS	1765
+SAN	1766
+SAP	1767
+SAS	1768
+SAV	1769
+SPC	1770
+SPI	1771
+SPAM	1772
+SPD	1773
+SPF	1774
+SPG	1775
+SPJST	1776
+SPM	1777
+SPS	1778
+SSA	1779
+SSD	1780
+SSI	1781
+SSC	1782
+SSG	1783
+SSL	1784
+SSM	1785
+SSN	1786
+SSR	1787
+SSS	1788
+STD	1789
+STATUS	1790
+STC	1791
+STEM	1792
+STFU	1793
+STI	1794
+STL	1795
+STOP	1796
+STP	1797
+STS	1798
+STU	1799
+SME	1800
+SMU	1801
+SMART	1802
+SMB	1803
+SMC	1804
+SMG	1805
+SMH	1806
+SMO	1807
+SMS	1808
+SMX	1809
+SEAL	1810
+SEC	1811
+SELCO	1812
+SEMA	1813
+SEO	1814
+SEP	1815
+SERVPRO	1816
+SES	1817
+SEZ	1818
+S&A	1819
+S&G	1820
+S&H	1821
+S&J	1822
+S&K	1823
+S&M	1824
+S&P	1825
+S&S	1826
+S&T	1827
+S&W	1828
+SCE	1829
+SCANA	1830
+SCC	1831
+SCI	1832
+SCOOTER	1833
+SCP	1834
+SCS	1835
+SID	1836
+SIU	1837
+SIA	1838
+SIM	1839
+SIP	1840
+SIS	1841
+SLC	1842
+SLE	1843
+SLO	1844
+SLP	1845
+SLR	1846
+SLS	1847
+SLT	1848
+SLU	1849
+SOC	1850
+SOA	1851
+SOL	1852
+SOM	1853
+SOPA	1854
+SOS	1855
+SOUND	1856
+SWA	1857
+SWEPCO	1858
+SWH	1859
+SWS	1860
+SWTOR	1861
+SWV	1862
+SR's	1863
+SRC	1864
+SRP	1865
+SRS	1866
+SRT	1867
+SRX	1868
+SDS	1869
+SDA	1870
+SDC	1871
+SDG&E	1872
+SUN	1873
+SUV	1874
+SUP	1875
+SBA	1876
+SBC	1877
+SBS	1878
+SHED	1879
+SHINee	1880
+SHOP	1881
+SNAP	1882
+SNL	1883
+SNSD	1884
+SFO	1885
+SGI	1886
+SKS	1887
+SQL	1888
+SVS	1889
+SVT	1890
+Sri	1891
+pro	1892
+pre	1893
+pry	1894
+par	1895
+pat	1896
+pan	1897
+pas	1898
+pal	1899
+pay	1900
+pap	1901
+pad	1902
+pam	1903
+paw	1904
+pajama	1905
+pao	1906
+pax	1907
+pazzo	1908
+pol	1909
+por	1910
+pop	1911
+poo	1912
+pot	1913
+pow	1914
+pon	1915
+pom	1916
+pod	1917
+poach	1918
+poblano	1919
+pov	1920
+po-po	1921
+pof.com	1922
+pogo	1923
+poquito	1924
+pox	1925
+per	1926
+pen	1927
+pea	1928
+pee	1929
+pet	1930
+pep	1931
+peg	1932
+pew	1933
+pebble	1934
+pin	1935
+pic	1936
+pit	1937
+pie	1938
+pig	1939
+pip	1940
+pix	1941
+pike	1942
+pivot	1943
+piqued	1944
+ply	1945
+pls	1946
+plz	1947
+pun	1948
+pub	1949
+pus	1950
+put	1951
+pum	1952
+pup	1953
+puff	1954
+puck	1955
+pug	1956
+pueblo	1957
+pho	1958
+phrase	1959
+phucked	1960
+pseudo	1961
+ps1	1962
+ps2	1963
+ps3	1964
+ps4	1965
+psalm	1966
+psh	1967
+psi	1968
+psoriasis	1969
+psp	1970
+python	1971
+pygmy	1972
+pyzano's	1973
+p.o	1974
+p.m	1975
+p.s	1976
+p.y.t	1977
+pp&l	1978
+ppl	1979
+ppm	1980
+pch.com	1981
+pcs	1982
+pk.com	1983
+pkg	1984
+pterodactyl	1985
+pts	1986
+p90x	1987
+pg-13	1988
+pj's	1989
+pms-ing	1990
+pneumatic	1991
+pneumonia	1992
+Con	1993
+Cos	1994
+Cop	1995
+Cob	1996
+Cow	1997
+Cod	1998
+Coe	1999
+Cox	2000
+CoCo	2001
+CoServ	2002
+Coit	2003
+Car	2004
+Cal	2005
+Cam	2006
+Can	2007
+Cat	2008
+Cap	2009
+Cab	2010
+Cay	2011
+Caesar	2012
+Cake	2013
+Chi	2014
+Chu	2015
+Cho	2016
+Chloe	2017
+Chyna	2018
+Cru	2019
+Cry	2020
+Cle	2021
+CeCe	2022
+Ceasar	2023
+Cebu	2024
+Cee	2025
+Cemetery	2026
+Cetera	2027
+Cut	2028
+Cup	2029
+Cub	2030
+CuTE	2031
+Cujo	2032
+Cunningham	2033
+Cuomo	2034
+Cuyahoga	2035
+Cir	2036
+Cibo	2037
+Civ	2038
+Cisco	2039
+CiCi's	2040
+Ciara	2041
+Cider	2042
+Ciocca	2043
+Cyn	2044
+Cyber	2045
+Cydia	2046
+Cys	2047
+CCA	2048
+CCB	2049
+CCR	2050
+CCC	2051
+CCD	2052
+CCI	2053
+CCM	2054
+CCNA	2055
+CCP	2056
+CCS	2057
+CCTV	2058
+CCV	2059
+CCW	2060
+CPA	2061
+CPC	2062
+CPD	2063
+CPE	2064
+CPI	2065
+CPK	2066
+CPL	2067
+CPM	2068
+CPO	2069
+CPR	2070
+CPS	2071
+CPT	2072
+CPU	2073
+CPW	2074
+CSU	2075
+CSA	2076
+CSB	2077
+CSC	2078
+CSE	2079
+CSI	2080
+CSL	2081
+CSM	2082
+CSN	2083
+CSP	2084
+CSR	2085
+CSS	2086
+CST	2087
+CSX	2088
+CSpire	2089
+CAT	2090
+CAA	2091
+CAB	2092
+CAC	2093
+CAD	2094
+CAG	2095
+CALL	2096
+CAN	2097
+CAPITAL	2098
+CAS	2099
+CAV	2100
+CDM	2101
+CD's	2102
+CDA	2103
+CDC	2104
+CDE	2105
+CDI	2106
+CDL	2107
+CDPHP	2108
+CDR	2109
+CDS	2110
+CDW	2111
+CDs	2112
+CMA	2113
+CMH	2114
+CMC	2115
+CME	2116
+CMG	2117
+CMI	2118
+CMOS	2119
+CMP	2120
+CMS	2121
+CMT	2122
+CMU	2123
+CNA	2124
+CNBC	2125
+CNC	2126
+CNG	2127
+CNM	2128
+CNN	2129
+CNR	2130
+CNS	2131
+CNY	2132
+CRS	2133
+CRA	2134
+CRC	2135
+CRF	2136
+CRM	2137
+CRT	2138
+CRV	2139
+CRX	2140
+CIA	2141
+CIBC	2142
+CIC	2143
+CID	2144
+CIF	2145
+CIMA	2146
+CIO	2147
+CIPS	2148
+CIS	2149
+CIT	2150
+CLE	2151
+CL&P	2152
+CLA	2153
+CLC	2154
+CLM	2155
+CLP	2156
+CLR	2157
+CLS	2158
+COC	2159
+COD	2160
+CONTACT	2161
+COO	2162
+COPD	2163
+COUNTRY	2164
+CBA	2165
+CBC	2166
+CBD	2167
+CBN	2168
+CBR	2169
+CBS	2170
+CBT	2171
+CEO	2172
+CEC	2173
+CED	2174
+CEL	2175
+CEMEX	2176
+CES	2177
+CFA	2178
+CFC	2179
+CFE	2180
+CFL	2181
+CFM	2182
+CFS	2183
+CHC	2184
+CHF	2185
+CHKD	2186
+CHL	2187
+CHP	2188
+CHS	2189
+CTA	2190
+CTC	2191
+CTFxC	2192
+CTI	2193
+CTR	2194
+CTS	2195
+CVA	2196
+CVC	2197
+CVG	2198
+CVS	2199
+CVT	2200
+CVs	2201
+C&C	2202
+C&D	2203
+C&H	2204
+C&L	2205
+C&M	2206
+CWC	2207
+CWI	2208
+CWLP	2209
+CGH	2210
+CGI	2211
+CUNY	2212
+CUTE	2213
+CJ's	2214
+CKC	2215
+Cthulhu	2216
+Czechoslovakia	2217
+Mar	2218
+Man	2219
+Mat	2220
+Mac	2221
+Mas	2222
+Mad	2223
+May	2224
+Mai	2225
+Max	2226
+Mak	2227
+Map	2228
+Mae	2229
+Ma's	2230
+Mafia	2231
+Maquoketa	2232
+Mawr	2233
+Mon	2234
+Moo	2235
+Mol	2236
+Mob	2237
+Mod	2238
+Mom	2239
+Moe	2240
+Mop	2241
+Moxie	2242
+Mo's	2243
+MoMA	2244
+Mogadore	2245
+Moines	2246
+Mokena	2247
+Mowry	2248
+Min	2249
+Mic	2250
+Mid	2251
+Mis	2252
+Mir	2253
+Mia	2254
+Miz	2255
+Mifflin	2256
+MiFi	2257
+Miele	2258
+Mix	2259
+Men	2260
+Mel	2261
+Met	2262
+Med	2263
+Meg	2264
+Mex	2265
+Mei	2266
+Meyer	2267
+Mew	2268
+Me's	2269
+Mebane	2270
+Mehta	2271
+Mejia	2272
+Mekong	2273
+Meow	2274
+Mequon	2275
+Meza	2276
+McVey	2277
+McWilliams	2278
+Mud	2279
+Muck	2280
+Muir	2281
+Muppet	2282
+Muffler	2283
+Muggs	2284
+Muvico	2285
+Myer	2286
+Mya	2287
+MyAccount	2288
+MySpace	2289
+Myb	2290
+Mykonos	2291
+Mynatt	2292
+Mythbusters	2293
+MSD	2294
+MSN	2295
+MSP	2296
+MSA	2297
+MSC	2298
+MSG	2299
+MSI	2300
+MSM	2301
+MSRP	2302
+MSU	2303
+MSW	2304
+MCA	2305
+MC's	2306
+MCC	2307
+MCI	2308
+MCL	2309
+MCM	2310
+MCO	2311
+MCT	2312
+MCU	2313
+MCV	2314
+MOT	2315
+MOU	2316
+MOA	2317
+MOCA	2318
+MOG	2319
+MOLLE	2320
+MORE	2321
+MOS	2322
+MTC	2323
+MTS	2324
+MTA	2325
+MTG	2326
+MTI	2327
+MTM	2328
+MTV	2329
+MIL	2330
+MIA	2331
+MIDI	2332
+MIG	2333
+MINECRAFT	2334
+MISS	2335
+MIT	2336
+MLG	2337
+MLA	2338
+MLB	2339
+MLK	2340
+MLM	2341
+MLP	2342
+MLS	2343
+M&M	2344
+M&H	2345
+M&I	2346
+M&P	2347
+M&S	2348
+M&T	2349
+MMA	2350
+MMC	2351
+MMG	2352
+MMJ	2353
+MMK	2354
+MMO	2355
+MMS	2356
+MAC	2357
+MARTA	2358
+MAS	2359
+MATC	2360
+MAXX	2361
+MDC	2362
+MDF	2363
+MDMA	2364
+MDS	2365
+MDX	2366
+MGM	2367
+MGE	2368
+MGH	2369
+MGK	2370
+MPC	2371
+MPD	2372
+MPI	2373
+MPR	2374
+MPs	2375
+MJ's	2376
+MJG	2377
+MJM	2378
+MJR	2379
+MBA	2380
+MBNA	2381
+MBTA	2382
+MHC	2383
+MHMR	2384
+MHP	2385
+MUA	2386
+MVA	2387
+MVD	2388
+MVP	2389
+MFA	2390
+MFS	2391
+MRI	2392
+MRSA	2393
+Mraz	2394
+Mrs	2395
+MEDLINE	2396
+MKT	2397
+MWR	2398
+Bro	2399
+Bri	2400
+Bru	2401
+Bar	2402
+Ban	2403
+Bal	2404
+Bat	2405
+Bay	2406
+Bab	2407
+Bad	2408
+Bag	2409
+Bai	2410
+Bam	2411
+Baal	2412
+Baja	2413
+Bao	2414
+Baptist	2415
+Bavarian	2416
+Bazaar	2417
+Bel	2418
+Ben	2419
+Bea	2420
+Bee	2421
+Bed	2422
+Bev	2423
+Bebop	2424
+Before	2425
+Bejeweled	2426
+Bekah	2427
+Beppo	2428
+Bexley	2429
+Bon	2430
+Boo	2431
+Bow	2432
+Boy	2433
+Bob	2434
+Boi	2435
+Box	2436
+Bom	2437
+Boz	2438
+Bop	2439
+Bo's	2440
+BoDeans	2441
+Bojangles	2442
+Bok	2443
+Bus	2444
+But	2445
+Bud	2446
+Bun	2447
+Bug	2448
+Buzz	2449
+Buy	2450
+Buhl	2451
+Buju	2452
+Buuren	2453
+Buxton	2454
+Blu	2455
+Blyth	2456
+Blvd	2457
+Big	2458
+Bic	2459
+Biz	2460
+Bijou	2461
+Biv	2462
+Bixby	2463
+Bye	2464
+Byberry	2465
+Byhalia	2466
+Byzantine	2467
+B&A	2468
+B&B	2469
+B&C	2470
+B&D	2471
+B&F	2472
+B&G	2473
+B&H	2474
+B&I	2475
+B&J	2476
+B&L	2477
+B&M	2478
+B&R	2479
+B&S	2480
+B&W	2481
+BBQ	2482
+BB&T	2483
+BB's	2484
+BBB	2485
+BBC	2486
+BBS	2487
+BBT	2488
+BBVA	2489
+BBW	2490
+BBY	2491
+BC's	2492
+BCAA	2493
+BCC	2494
+BCD	2495
+BCI	2496
+BCM	2497
+BCR	2498
+BCS	2499
+BMW	2500
+BMC	2501
+BMG	2502
+BMI	2503
+BMO	2504
+BMS	2505
+BMT	2506
+BMV	2507
+BMX	2508
+BOC	2509
+BOE	2510
+BOGO	2511
+BOM	2512
+BOOM	2513
+BOS	2514
+BAC	2515
+BAE	2516
+BAM	2517
+BAP	2518
+BART	2519
+BASF	2520
+BFF	2521
+BFG	2522
+BFI	2523
+BFS	2524
+BLT	2525
+BLD	2526
+BLM	2527
+BLS	2528
+BSA	2529
+BSC	2530
+BSF	2531
+BSN	2532
+BSing	2533
+BTC	2534
+BTO	2535
+BTR	2536
+BTS	2537
+BTU	2538
+BIA	2539
+BIC	2540
+BIG	2541
+BIOS	2542
+BJ's	2543
+BJCC	2544
+BJJ	2545
+BJs	2546
+BNA	2547
+BNC	2548
+BNI	2549
+BNSF	2550
+BEC	2551
+BEST	2552
+BET	2553
+BPA	2554
+BPI	2555
+BPM	2556
+BRB	2557
+BRC	2558
+BRE	2559
+BD's	2560
+BDSM	2561
+BGC	2562
+BGE	2563
+BHA	2564
+BHS	2565
+BWI	2566
+BWW	2567
+BYOB	2568
+BYU	2569
+bar	2570
+ban	2571
+bat	2572
+bad	2573
+bag	2574
+bak	2575
+bay	2576
+bam	2577
+baffle	2578
+bawl	2579
+bah	2580
+boo	2581
+bon	2582
+bot	2583
+boa	2584
+bod	2585
+bow	2586
+bob	2587
+bog	2588
+boy	2589
+boi	2590
+box	2591
+bop	2592
+bok	2593
+bozo	2594
+bocce	2595
+bohemian	2596
+bra	2597
+bro	2598
+bryce	2599
+but	2600
+bus	2601
+bun	2602
+bum	2603
+buck	2604
+bud	2605
+bub	2606
+buff	2607
+bug	2608
+buy	2609
+buzz	2610
+buh	2611
+bux	2612
+bel	2613
+ben	2614
+bee	2615
+bet	2616
+bed	2617
+beg	2618
+bebe	2619
+bejeweled	2620
+beware	2621
+bezel	2622
+blu	2623
+ble	2624
+bio	2625
+bit	2626
+bin	2627
+big	2628
+bib	2629
+bid	2630
+biz	2631
+bimbo	2632
+biweekly	2633
+bye	2634
+byte	2635
+by:	2636
+bygones	2637
+bylaws	2638
+bynum	2639
+bystander	2640
+bball	2641
+bbm	2642
+bbw	2643
+b-day	2644
+b-lated	2645
+b.i.t.c.h	2646
+b.o.b	2647
+b12	2648
+bday	2649
+bdubs	2650
+bfs	2651
+bw3's	2652
+res	2653
+rec	2654
+rep	2655
+ref	2656
+ret	2657
+reg	2658
+rev	2659
+red	2660
+req	2661
+re-	2662
+re:	2663
+rez	2664
+ran	2665
+rat	2666
+rad	2667
+ram	2668
+rap	2669
+rag	2670
+rar	2671
+ray	2672
+raw	2673
+rah	2674
+raunchy	2675
+rob	2676
+rot	2677
+rom	2678
+rod	2679
+ron	2680
+row	2681
+royal	2682
+roe	2683
+roxy	2684
+roids	2685
+roku	2686
+rorke	2687
+rover	2688
+rid	2689
+rig	2690
+rip	2691
+rib	2692
+rim	2693
+riot	2694
+riebes	2695
+rihanna	2696
+rizzle	2697
+run	2698
+rub	2699
+rum	2700
+rug	2701
+rut	2702
+ruff	2703
+ruin	2704
+ruck	2705
+rue	2706
+rural	2707
+rhe	2708
+rhubarb	2709
+rx7	2710
+rx8	2711
+ryan	2712
+rye	2713
+r2d2	2714
+rst	2715
+des	2716
+del	2717
+def	2718
+dev	2719
+dem	2720
+den	2721
+deb	2722
+der	2723
+dee	2724
+deuce	2725
+dew	2726
+deitrick	2727
+dey	2728
+dis	2729
+dia	2730
+div	2731
+dir	2732
+dig	2733
+din	2734
+diff	2735
+die	2736
+dim	2737
+dip	2738
+did	2739
+diz	2740
+dike	2741
+don	2742
+doo	2743
+doc	2744
+dog	2745
+dor	2746
+dos	2747
+doe	2748
+dot	2749
+dove	2750
+doin	2751
+do's	2752
+doTERRA	2753
+doable	2754
+doh	2755
+dojo	2756
+doxycycline	2757
+dre	2758
+dry	2759
+dr.	2760
+dan	2761
+dar	2762
+dam	2763
+day	2764
+dat	2765
+dad	2766
+dal	2767
+das	2768
+dau	2769
+dag	2770
+dah	2771
+dab	2772
+dachshund	2773
+daffodil	2774
+dak	2775
+dapper	2776
+dum	2777
+dun	2778
+dur	2779
+dud	2780
+due	2781
+dub	2782
+dua	2783
+dug	2784
+duo	2785
+duh	2786
+duie	2787
+dukes	2788
+duvet	2789
+dye	2790
+dyke	2791
+dying	2792
+dyrdek	2793
+dwarf	2794
+dwindling	2795
+d.a	2796
+d.c	2797
+d.o.t.	2798
+d'Alene	2799
+d'oeuvres	2800
+d12	2801
+dhaba	2802
+dhcu	2803
+dpatrick	2804
+dps	2805
+ant	2806
+ann	2807
+ang	2808
+ana	2809
+any	2810
+and	2811
+ani	2812
+ano	2813
+ans	2814
+anh	2815
+ankle	2816
+anus	2817
+anvil	2818
+all	2819
+alt	2820
+ale	2821
+ala	2822
+alb	2823
+alum	2824
+alder	2825
+alka	2826
+als	2827
+alway	2828
+alvin	2829
+alyssa	2830
+acc	2831
+act	2832
+ace	2833
+acid	2834
+ac/dc	2835
+ac3	2836
+acne	2837
+add	2838
+ado	2839
+ada	2840
+ade	2841
+adult	2842
+adCare	2843
+adnoids	2844
+ads	2845
+art	2846
+arc	2847
+arm	2848
+ari	2849
+are	2850
+ara	2851
+ard	2852
+ar-15	2853
+ark	2854
+arnica	2855
+arugula	2856
+arvig	2857
+ary	2858
+ass	2859
+ast	2860
+ash	2861
+ask	2862
+asi	2863
+as:	2864
+asbestos	2865
+asdf	2866
+asleep	2867
+asurion	2868
+asylum	2869
+app	2870
+ape	2871
+apt	2872
+aphrodisiac	2873
+apiece	2874
+apk	2875
+apnea	2876
+apush	2877
+ama	2878
+amp	2879
+amo	2880
+ami	2881
+amy	2882
+auction	2883
+aunt	2884
+aur	2885
+aus	2886
+aux	2887
+auffenberg	2888
+abs	2889
+able	2890
+abc.com	2891
+abt	2892
+abyss	2893
+att	2894
+atm	2895
+at&t	2896
+ate	2897
+at:	2898
+atcha	2899
+atv	2900
+air	2901
+aid	2902
+aim	2903
+aisle	2904
+aight	2905
+aiight	2906
+aite	2907
+aft	2908
+af&t	2909
+afar	2910
+afloat	2911
+age	2912
+ago	2913
+agnostic	2914
+awe	2915
+awk	2916
+awful	2917
+awoke	2918
+aww	2919
+awhile	2920
+awry	2921
+awsome	2922
+ava	2923
+avi	2924
+avg	2925
+axe	2926
+axle	2927
+aesthetic	2928
+aqua	2929
+aqueduct	2930
+aqui	2931
+aaa	2932
+aaww	2933
+ahh	2934
+aha	2935
+ahead	2936
+ahold	2937
+a.m	2938
+a.c.t	2939
+a.k.a	2940
+a.s.a.p	2941
+ako	2942
+aka	2943
+akin	2944
+akunamatata	2945
+azalea	2946
+azithromycin	2947
+azules	2948
+azz	2949
+a10	2950
+a1a	2951
+a1c	2952
+aya	2953
+aye	2954
+ayrsley	2955
+a-hole	2956
+a-okay	2957
+a-ron	2958
+a2&a	2959
+a2z	2960
+aol.com	2961
+a4a	2962
+tra	2963
+tri	2964
+tre	2965
+try	2966
+trsvis	2967
+ter	2968
+ten	2969
+tel	2970
+tea	2971
+temp	2972
+tes	2973
+tee	2974
+tech	2975
+tequila	2976
+teh	2977
+teisha	2978
+teppanyaki	2979
+tezel	2980
+tan	2981
+tal	2982
+tar	2983
+tac	2984
+tai	2985
+tak	2986
+tam	2987
+tap	2988
+tab	2989
+tat	2990
+tax	2991
+tag	2992
+tad	2993
+taekwondo	2994
+taffy	2995
+tahini	2996
+taylor	2997
+taziki's	2998
+tor	2999
+too	3000
+ton	3001
+tow	3002
+tom	3003
+top	3004
+tot	3005
+tox	3006
+toe	3007
+toil	3008
+toke	3009
+toy	3010
+to:	3011
+the	3012
+thi	3013
+tha	3014
+tho	3015
+thy	3016
+thx	3017
+tim	3018
+tin	3019
+tic	3020
+tit	3021
+til	3022
+tip	3023
+tid	3024
+tie	3025
+tio	3026
+tis	3027
+tia	3028
+tibia	3029
+tique	3030
+tix	3031
+tizzy	3032
+tub	3033
+tum	3034
+tuck	3035
+tug	3036
+tux	3037
+tulip	3038
+tus	3039
+tuesday	3040
+tuff	3041
+tuition	3042
+tuk	3043
+two	3044
+tycoon	3045
+tying	3046
+tylenol	3047
+t-bone	3048
+t-shirt	3049
+t-day	3050
+t-pain	3051
+t-rex	3052
+ttcu	3053
+tshirt	3054
+tsunami	3055
+tv.com	3056
+tvs	3057
+t25	3058
+t3i	3059
+man	3060
+mas	3061
+mat	3062
+mag	3063
+mai	3064
+mac	3065
+mal	3066
+mad	3067
+mam	3068
+may	3069
+max	3070
+map	3071
+mah	3072
+maestro	3073
+ma'am	3074
+mabrook	3075
+mafia	3076
+mawmaw	3077
+mor	3078
+mod	3079
+mol	3080
+moo	3081
+mom	3082
+mos	3083
+mob	3084
+mop	3085
+moi	3086
+mow	3087
+moe	3088
+mofo	3089
+mohawk	3090
+moxy	3091
+mozzarella	3092
+mis	3093
+min	3094
+mil	3095
+mic	3096
+mid	3097
+mit	3098
+mix	3099
+mike	3100
+mia	3101
+mio	3102
+miyabi's	3103
+med	3104
+met	3105
+mer	3106
+men	3107
+mem	3108
+mes	3109
+mel	3110
+meg	3111
+mech	3112
+me.	3113
+meow	3114
+me:	3115
+mebbe	3116
+meh	3117
+mum	3118
+mug	3119
+muff	3120
+mud	3121
+muah	3122
+muzzle	3123
+muhahahaha	3124
+muy	3125
+myxer	3126
+myPay	3127
+myers	3128
+mylan	3129
+myyearbook	3130
+mcg	3131
+mcCormick	3132
+mcDonalds	3133
+mcFarland	3134
+mckameys	3135
+mcscrote	3136
+mp3	3137
+mp4	3138
+mp5	3139
+mpg	3140
+mph	3141
+mr.	3142
+mr2	3143
+mrs.	3144
+msn	3145
+msg	3146
+m.facebook	3147
+m.i.a	3148
+mmm	3149
+mw2	3150
+mw3	3151
+mwah	3152
+m16	3153
+mgmt	3154
+All	3155
+Ale	3156
+Ala	3157
+Ali	3158
+Alt	3159
+Alf	3160
+Aly	3161
+Alum	3162
+Al's	3163
+Alhambra	3164
+And	3165
+Ant	3166
+Ann	3167
+Ana	3168
+Ani	3169
+Any	3170
+Anberlin	3171
+Anheuser	3172
+Anjali	3173
+Anza	3174
+Arm	3175
+Arc	3176
+Ari	3177
+Art	3178
+Arg	3179
+Are	3180
+Ark	3181
+Arjun	3182
+Aryan	3183
+Ami	3184
+Amo	3185
+Ammon	3186
+Amy	3187
+Amco	3188
+Amherst	3189
+Amnicola	3190
+Amtrak	3191
+Ash	3192
+Ass	3193
+Asia	3194
+Ask	3195
+Asbury	3196
+Aslam	3197
+Asma	3198
+Asotin	3199
+Asus	3200
+Asylum	3201
+Ada	3202
+Add	3203
+Adi	3204
+AdWords	3205
+Adcock	3206
+Adhan	3207
+Adjustment	3208
+Adkins	3209
+Adler	3210
+Adult	3211
+Adwords	3212
+Aug	3213
+Aunt	3214
+Auxiliary	3215
+App	3216
+ApS	3217
+Aphrodite	3218
+Apizza	3219
+Aptos	3220
+Act	3221
+Ace	3222
+Acid	3223
+Acme	3224
+Acworth	3225
+Atkins	3226
+Atchison	3227
+Atoka	3228
+Air	3229
+Aid	3230
+Ailee	3231
+Aiea	3232
+Aimee	3233
+Aisha	3234
+Aitkin	3235
+Abe	3236
+Abaco	3237
+Abdul	3238
+Abu	3239
+Abner	3240
+About	3241
+Ave	3242
+Ava	3243
+Avon	3244
+Avril	3245
+Age	3246
+Aggie	3247
+Agway	3248
+ACL	3249
+ACA	3250
+ACC	3251
+ACM	3252
+ACU	3253
+AC's	3254
+ACDC	3255
+ACE	3256
+ACH	3257
+ACI	3258
+ACK	3259
+ACN	3260
+ACP	3261
+ACR	3262
+ACS	3263
+ACT	3264
+ATV	3265
+AT&T	3266
+ATC	3267
+ATM	3268
+ATA	3269
+ATB	3270
+ATF	3271
+ATI	3272
+ATK	3273
+ATL	3274
+ATP	3275
+ATS	3276
+ATT	3277
+ATX	3278
+AMA	3279
+AME	3280
+AMS	3281
+AMV	3282
+AMC	3283
+AMD	3284
+AMF	3285
+AMG	3286
+AMI	3287
+AMLI	3288
+AMR	3289
+Afghan	3290
+Aflac	3291
+ASC	3292
+ASA	3293
+ASP	3294
+ASI	3295
+ASL	3296
+ASM	3297
+AST	3298
+ASU	3299
+ASVAB	3300
+ABC	3301
+ABA	3302
+ABBA	3303
+ABF	3304
+ABI	3305
+ABM	3306
+ABQ	3307
+ABR	3308
+ABS	3309
+Aero	3310
+Aesop	3311
+Aetna	3312
+Aki	3313
+Akash	3314
+Akbar	3315
+Akers	3316
+Akon	3317
+Akron	3318
+Akshay	3319
+Aztec	3320
+Aziz	3321
+Azalea	3322
+Azle	3323
+ADT	3324
+ADA	3325
+ADD	3326
+ADESA	3327
+ADHD	3328
+ADM	3329
+ADP	3330
+ADVIA	3331
+APA	3332
+APC	3333
+APD	3334
+API	3335
+APL	3336
+APR	3337
+APS	3338
+APs	3339
+Aqua	3340
+A&A	3341
+A&B	3342
+A&D	3343
+A&E	3344
+A&M	3345
+A&P	3346
+A&T	3347
+A&W	3348
+AA's	3349
+AAA	3350
+AAMCO	3351
+AAU	3352
+AAdvantage	3353
+Awesome	3354
+AFA	3355
+AFB	3356
+AFC	3357
+AFF	3358
+AFI	3359
+AFL	3360
+AIDS	3361
+AIG	3362
+AII	3363
+AIM	3364
+AIS	3365
+AIT	3366
+Ayer	3367
+Ayala	3368
+Ayden	3369
+Aykroyd	3370
+Ayres	3371
+ARB	3372
+ARF	3373
+ARM	3374
+ARS	3375
+AVE	3376
+AVG	3377
+AVI	3378
+AVer's	3379
+Ahern	3380
+Ahoskie	3381
+Ahwatukee	3382
+AED	3383
+AEP	3384
+AES	3385
+AJ's	3386
+AJC	3387
+AJS	3388
+ALC	3389
+ALL	3390
+ALS	3391
+AWD	3392
+AWOLNATION	3393
+AWS	3394
+Aaron	3395
+Aaliyah	3396
+Axe	3397
+Axl	3398
+Axtell	3399
+AGGS	3400
+AGS	3401
+AKC	3402
+AKI	3403
+AND	3404
+AOK	3405
+AOL	3406
+AHA	3407
+Ajax	3408
+Ajo	3409
+Aoki	3410
+Aon	3411
+Pal	3412
+Pat	3413
+Pan	3414
+Pac	3415
+Pau	3416
+Pap	3417
+Pay	3418
+Pai	3419
+Pad	3420
+Pam	3421
+Paw	3422
+Pak	3423
+Pao	3424
+Paz	3425
+Pahrump	3426
+Paquiao	3427
+Paxton	3428
+Pen	3429
+Pet	3430
+Pea	3431
+Pep	3432
+Pee	3433
+Pekin	3434
+Pew	3435
+Pebble	3436
+Peyton	3437
+Pei	3438
+Pevely	3439
+Pez	3440
+Pow	3441
+Pot	3442
+Pop	3443
+Pok	3444
+Poe	3445
+Pogo	3446
+Poquoson	3447
+Povich	3448
+Pro	3449
+Pre	3450
+Pryor	3451
+Pin	3452
+Pit	3453
+Pie	3454
+Pig	3455
+Pia	3456
+Pio	3457
+Piqua	3458
+Pius	3459
+Plimpton	3460
+Plymouth	3461
+Pun	3462
+Pub	3463
+Pug	3464
+Puff	3465
+Pukalani	3466
+Puyallup	3467
+Phi	3468
+Pho	3469
+PhD	3470
+PSE	3471
+PSN	3472
+PSA	3473
+PST	3474
+PSC	3475
+PSD	3476
+PSI	3477
+PSL	3478
+PSO	3479
+PSP	3480
+PSR	3481
+PSS	3482
+PSU	3483
+PCA	3484
+PCB	3485
+PCC	3486
+PCH	3487
+PCI	3488
+PCL	3489
+PCM	3490
+PCOS	3491
+PCP	3492
+PCR	3493
+PCS	3494
+PCT	3495
+PCV	3496
+PCW	3497
+PCs	3498
+PDF	3499
+PDA	3500
+PDC	3501
+PDI	3502
+PDP	3503
+PDQ	3504
+PDR	3505
+PDS	3506
+PDX	3507
+PPC	3508
+PPD	3509
+PPG	3510
+PPI	3511
+PPL	3512
+PPO	3513
+PPP	3514
+PPR	3515
+PPS	3516
+PPT	3517
+PA's	3518
+PAC	3519
+PAL	3520
+PAM	3521
+PAP	3522
+PAS	3523
+PATH	3524
+PAX	3525
+PET	3526
+PEI	3527
+PEMCO	3528
+PEP	3529
+PERi	3530
+PEX	3531
+PO's	3532
+POA	3533
+POC	3534
+POF	3535
+POS	3536
+POTUS	3537
+POV	3538
+POW	3539
+PRC	3540
+PRI	3541
+PRL	3542
+PRN	3543
+PRP	3544
+PRS	3545
+PRTC	3546
+PT's	3547
+PTA	3548
+PTC	3549
+PTI	3550
+PTL	3551
+PTO	3552
+PTSD	3553
+PI's	3554
+PICC	3555
+PID	3556
+PIKE	3557
+PIN	3558
+PITA	3559
+PM's	3560
+PMC	3561
+PMI	3562
+PMP	3563
+PMS	3564
+PMT	3565
+Psych	3566
+Psalm	3567
+PB&J	3568
+PBA	3569
+PBI	3570
+PBR	3571
+PBS	3572
+PNC	3573
+PNG	3574
+PNL	3575
+PNM	3576
+PNP	3577
+Pye	3578
+Pyle	3579
+Python	3580
+Pyxis	3581
+PG&E	3582
+PGA	3583
+PGE	3584
+PGW	3585
+Pflugerville	3586
+PFC	3587
+PFG	3588
+PFI	3589
+PLC	3590
+PLEASE	3591
+PLUS	3592
+P&I	3593
+P&L	3594
+P&S	3595
+PHH	3596
+PHP	3597
+PHS	3598
+PJ's	3599
+PJs	3600
+PVC	3601
+PVR	3602
+PK's	3603
+PUD	3604
+fin	3605
+fir	3606
+fil	3607
+fig	3608
+fix	3609
+fib	3610
+fit	3611
+fic	3612
+five	3613
+fizz	3614
+fioptics	3615
+for	3616
+foo	3617
+fog	3618
+fox	3619
+fob	3620
+foe	3621
+foil	3622
+foyer	3623
+far	3624
+fat	3625
+fan	3626
+fab	3627
+fav	3628
+fam	3629
+fag	3630
+fad	3631
+fax	3632
+fajita	3633
+fap	3634
+fawn	3635
+faze	3636
+flu	3637
+fly	3638
+fro	3639
+fry	3640
+fee	3641
+fed	3642
+fever	3643
+few	3644
+feisty	3645
+feud	3646
+fun	3647
+fur	3648
+fuel	3649
+fuzz	3650
+fufu	3651
+fuk	3652
+fuq	3653
+fux	3654
+f'd	3655
+f'ing	3656
+f'n	3657
+Roc	3658
+Rob	3659
+Ron	3660
+Rod	3661
+Roo	3662
+Roy	3663
+Rox	3664
+Row	3665
+Roe	3666
+Rove	3667
+Rope	3668
+RoMac	3669
+Roku	3670
+Rory	3671
+Roz	3672
+Red	3673
+Ren	3674
+Res	3675
+Reg	3676
+Rea	3677
+Rev	3678
+Rec	3679
+Rep	3680
+Reb	3681
+Rex	3682
+Rey	3683
+Ref	3684
+Reward	3685
+ReStore	3686
+Requiem	3687
+Ram	3688
+Rai	3689
+Ray	3690
+Rap	3691
+Rav	3692
+Ras	3693
+Raz	3694
+Rat	3695
+Rab	3696
+Raw	3697
+Raj	3698
+Rae	3699
+Rao	3700
+Raquel	3701
+Raul	3702
+Ric	3703
+Riv	3704
+Rip	3705
+Rim	3706
+Rio	3707
+Riley	3708
+Rib	3709
+Rihanna	3710
+Riker	3711
+Rialto	3712
+Riyadh	3713
+Run	3714
+Rum	3715
+Rug	3716
+Rule	3717
+RuPaul	3718
+Rue	3719
+Rural	3720
+Rhapsody	3721
+Ryan	3722
+Rye	3723
+Ryback	3724
+Ryker	3725
+Ryobi	3726
+RSV	3727
+RSA	3728
+RSC	3729
+RSD	3730
+RSG	3731
+RSI	3732
+RSM	3733
+RSR	3734
+RSS	3735
+RSX	3736
+R&B	3737
+R&D	3738
+R&G	3739
+R&H	3740
+R&J	3741
+R&K	3742
+R&L	3743
+R&M	3744
+R&R	3745
+R&S	3746
+RCA	3747
+RCB	3748
+RCC	3749
+RCI	3750
+RCMP	3751
+RCN	3752
+RCP	3753
+RCS	3754
+RCU	3755
+REE	3756
+REM	3757
+REALTOR	3758
+REC	3759
+RED	3760
+REI	3761
+REO	3762
+RIM	3763
+RIA	3764
+RIGHT	3765
+RIP	3766
+RIT	3767
+ROC	3768
+ROG	3769
+ROM	3770
+ROS	3771
+ROTC	3772
+RTA	3773
+RTC	3774
+RTD	3775
+RTP	3776
+RTS	3777
+RAC	3778
+RAIL	3779
+RAM	3780
+RAZR	3781
+RBC	3782
+RBFCU	3783
+RBM	3784
+RBS	3785
+RMA	3786
+RMC	3787
+RMS	3788
+RMV	3789
+RPM	3790
+RPG	3791
+RPI	3792
+RDA	3793
+RDO	3794
+RDU	3795
+RFID	3796
+RFK	3797
+RFP	3798
+RG&E	3799
+RGA	3800
+RV's	3801
+RVs	3802
+RJ's	3803
+RKO	3804
+RNR	3805
+RRR	3806
+RWC	3807
+Del	3808
+Den	3809
+Des	3810
+Dee	3811
+Dev	3812
+Dec	3813
+Deb	3814
+Dew	3815
+Def	3816
+Dex	3817
+Dei	3818
+DeAngelo	3819
+DeJesus	3820
+DeKalb	3821
+DeNooyer	3822
+DeQueen	3823
+DeZavala	3824
+Dejan	3825
+Deo	3826
+Dequindre	3827
+Dez	3828
+Dan	3829
+Dam	3830
+Day	3831
+Dad	3832
+Daz	3833
+Dakota	3834
+Daphne	3835
+Daewoo	3836
+Dagsboro	3837
+Dax	3838
+Don	3839
+Dom	3840
+Dow	3841
+Doo	3842
+Doc	3843
+Dog	3844
+Dot	3845
+Doh	3846
+Doyle	3847
+Doe	3848
+Dos	3849
+Dove	3850
+DoD	3851
+Doppler	3852
+Din	3853
+Die	3854
+Dio	3855
+Dix	3856
+Dip	3857
+Did	3858
+DiMaggio	3859
+DiCaprio	3860
+DiFranco	3861
+DiGiorno	3862
+Dijon	3863
+Diwali	3864
+Dum	3865
+Duff	3866
+Dust	3867
+Duke	3868
+Duval	3869
+DuBois	3870
+DuQuoin	3871
+Dueling	3872
+Duquesne	3873
+Duxbury	3874
+Dre	3875
+Dru	3876
+Dro	3877
+Dry	3878
+Dr's	3879
+Dyna	3880
+Dyer	3881
+Dylan	3882
+Dyckman	3883
+Dying	3884
+DCF	3885
+DC's	3886
+DCA	3887
+DCC	3888
+DCH	3889
+DCI	3890
+DCS	3891
+DCU	3892
+DCs	3893
+DSL	3894
+DSC	3895
+DSHS	3896
+DSM	3897
+DSP	3898
+DSR	3899
+DSS	3900
+DSW	3901
+DSi	3902
+DVD	3903
+DVR	3904
+DVC	3905
+DVI	3906
+DVM	3907
+DVT	3908
+DOE	3909
+DOM	3910
+DOB	3911
+DOJ	3912
+DOL	3913
+DOS	3914
+DOT	3915
+D&B	3916
+D&C	3917
+D&D	3918
+D&I	3919
+D&J	3920
+D&L	3921
+D&R	3922
+D&S	3923
+D&W	3924
+DMACC	3925
+DMB	3926
+DMC	3927
+DMI	3928
+DMS	3929
+DMT	3930
+DMV	3931
+DMX	3932
+DHCP	3933
+DHEC	3934
+DHHR	3935
+DHL	3936
+DHR	3937
+DHS	3938
+DHT	3939
+DTA	3940
+DTC	3941
+DTE	3942
+DTF	3943
+DTLR	3944
+DTS	3945
+DTW	3946
+DD's	3947
+DDD	3948
+DDF	3949
+DDM	3950
+DDR	3951
+DDS	3952
+DNA	3953
+DNC	3954
+DND	3955
+DNL	3956
+DNR	3957
+DNS	3958
+DA's	3959
+DAC	3960
+DAG	3961
+DARS	3962
+DAV	3963
+DIA	3964
+DIN	3965
+DIRECTV	3966
+DISH	3967
+DIY	3968
+DPS	3969
+DP&L	3970
+DPMS	3971
+DPW	3972
+D's	3973
+DEA	3974
+DEF	3975
+DEP	3976
+DES	3977
+DJing	3978
+DJs	3979
+DFAS	3980
+DFS	3981
+DFW	3982
+DWI	3983
+DWP	3984
+DWS	3985
+Dhoni	3986
+Dwight	3987
+Dwayne	3988
+Dwyer	3989
+DBA	3990
+DBZ	3991
+DLC	3992
+DLP	3993
+DRI	3994
+DRO	3995
+DUI	3996
+DUP	3997
+DXL	3998
+Dmitriy	3999
+Dmitry	4000
+hom	4001
+hoo	4002
+hol	4003
+hon	4004
+hos	4005
+hot	4006
+hop	4007
+hob	4008
+how	4009
+hoc	4010
+hog	4011
+hoe	4012
+hover	4013
+hoist	4014
+hokey	4015
+hoy	4016
+hozier	4017
+han	4018
+har	4019
+hai	4020
+ham	4021
+hat	4022
+hap	4023
+hah	4024
+hav	4025
+has	4026
+haz	4027
+hay	4028
+hag	4029
+haw	4030
+had	4031
+haaa	4032
+hakama	4033
+her	4034
+hem	4035
+hee	4036
+hed	4037
+hes	4038
+hey	4039
+hen	4040
+heh	4041
+hex	4042
+he/she	4043
+heb.com	4044
+hefty	4045
+hegenberger	4046
+heterosexual	4047
+high	4048
+hit	4049
+hip	4050
+hid	4051
+his	4052
+him	4053
+hive	4054
+hiii	4055
+hiya	4056
+hum	4057
+hun	4058
+hug	4059
+hub	4060
+hut	4061
+huff	4062
+huddle	4063
+hue	4064
+huh	4065
+hybrid	4066
+hyena	4067
+hyacinth	4068
+hmm	4069
+h2o	4070
+hdmi	4071
+Tri	4072
+Tru	4073
+Tryon	4074
+Tan	4075
+Tam	4076
+Tar	4077
+Tap	4078
+Tai	4079
+Tab	4080
+Tay	4081
+Tac	4082
+Tag	4083
+Tax	4084
+Tao	4085
+Taz	4086
+Taekwondo	4087
+Taj	4088
+Tom	4089
+Top	4090
+Tot	4091
+Toy	4092
+Too	4093
+Tov	4094
+Tok	4095
+ToNight	4096
+Toxic	4097
+Tel	4098
+Ten	4099
+Tea	4100
+Tex	4101
+Tec	4102
+Ted	4103
+Tee	4104
+Tek	4105
+Tega	4106
+Tebow	4107
+Teflon	4108
+Teutonia	4109
+Tevin	4110
+Tewksbury	4111
+Tim	4112
+Tin	4113
+Til	4114
+Tic	4115
+Tia	4116
+Tik	4117
+Tire	4118
+TiVo	4119
+Tioga	4120
+The	4121
+Thu	4122
+Thy	4123
+Tub	4124
+Tue	4125
+Tut	4126
+Tudor	4127
+Tualatin	4128
+Tujunga	4129
+Tukwila	4130
+Tuxedo	4131
+Tyson	4132
+Ty's	4133
+Tybee	4134
+Tyco	4135
+Tye	4136
+Tyga	4137
+Tymers	4138
+Type	4139
+Twain	4140
+Two	4141
+TC's	4142
+TCA	4143
+TCBY	4144
+TCC	4145
+TCF	4146
+TCH	4147
+TCI	4148
+TCM	4149
+TCP	4150
+TCS	4151
+TCU	4152
+TRC	4153
+TREC	4154
+TRICARE	4155
+TRM	4156
+TRO	4157
+TRS	4158
+TRUCKING	4159
+TRX	4160
+TMA	4161
+TMC	4162
+TMI	4163
+TMJ	4164
+TMR	4165
+TMS	4166
+TMZ	4167
+TSA	4168
+TSC	4169
+TSO	4170
+TSP	4171
+TSS	4172
+TSTC	4173
+TSX	4174
+THE	4175
+THC	4176
+THD	4177
+TIA	4178
+TIFF	4179
+TIG	4180
+TILs	4181
+TIMP	4182
+TAC	4183
+TAM	4184
+TARDIS	4185
+TAS	4186
+TAV	4187
+TBA	4188
+TBD	4189
+TBN	4190
+TBS	4191
+TBT	4192
+TD's	4193
+TDCJ	4194
+TDECU	4195
+TDI	4196
+TDS	4197
+TECO	4198
+TED	4199
+TEKsystems	4200
+TENS	4201
+TEP	4202
+TExES	4203
+TPA	4204
+TPC	4205
+TPI	4206
+TPMS	4207
+TPS	4208
+TTC	4209
+TTFN	4210
+TTT	4211
+TTUHSC	4212
+TTY	4213
+TV's	4214
+TVA	4215
+TVC	4216
+TVs	4217
+TGI	4218
+TGF	4219
+TK's	4220
+TKD	4221
+TKO	4222
+TWC	4223
+TWIC	4224
+TWRA	4225
+T&R	4226
+T&T	4227
+T&W	4228
+TJ's	4229
+TJX	4230
+TLC	4231
+TLE	4232
+TNA	4233
+TNT	4234
+TODAY	4235
+TOMS	4236
+TONIGHT	4237
+TFS	4238
+TURN	4239
+TUV	4240
+TXU	4241
+Tchaikovsky	4242
+Tchoupitoulas	4243
+Lau	4244
+Lam	4245
+Lac	4246
+Law	4247
+Lab	4248
+Las	4249
+Lay	4250
+Lal	4251
+Laz	4252
+Lai	4253
+LaDonna	4254
+LaMontagne	4255
+LaQuinta	4256
+Laos	4257
+Lea	4258
+Len	4259
+Leo	4260
+Lee	4261
+Les	4262
+Let	4263
+Lew	4264
+Lex	4265
+Led	4266
+LeAnn	4267
+LeConte	4268
+LeDoux	4269
+LeSabre	4270
+Lejeune	4271
+Leland	4272
+Leppard	4273
+Leyland	4274
+Lou	4275
+Log	4276
+Low	4277
+Lot	4278
+Los	4279
+Loa	4280
+Loft	4281
+Lok	4282
+Lo's	4283
+LoDo	4284
+LoJack	4285
+LoL	4286
+Lois	4287
+Lozano	4288
+Lin	4289
+Lil	4290
+Lim	4291
+Liv	4292
+Liz	4293
+Lia	4294
+Lion	4295
+Lie	4296
+Lido	4297
+Lihue	4298
+Like	4299
+Liu	4300
+Lux	4301
+Luz	4302
+Lu's	4303
+LuAnn	4304
+Luella	4305
+Luverne	4306
+Lyn	4307
+Lydia	4308
+Lyle	4309
+Lyall	4310
+Lyell	4311
+Lyfe	4312
+LED	4313
+LEFT	4314
+LEGO	4315
+LEM	4316
+LESBIAN	4317
+LETTERS	4318
+LA's	4319
+LAKES	4320
+LAN	4321
+LAPD	4322
+LAX	4323
+LMC	4324
+LMFAO	4325
+LMK	4326
+LML	4327
+LMN	4328
+LMS	4329
+LMT	4330
+L&B	4331
+L&H	4332
+L&L	4333
+L&M	4334
+L&N	4335
+L&P	4336
+L&S	4337
+LCBO	4338
+LCC	4339
+LCD	4340
+LCEC	4341
+LCP	4342
+LCR	4343
+LIC	4344
+LIHEAP	4345
+LIRR	4346
+LITTLEST	4347
+LIVE	4348
+LOC	4349
+LOI	4350
+LOL	4351
+LORD	4352
+LOVE	4353
+LOX	4354
+LSAT	4355
+LSD	4356
+LSG	4357
+LSI	4358
+LSU	4359
+LTC	4360
+LTE	4361
+LTL	4362
+LTR	4363
+LTZ	4364
+Lloyd	4365
+Llano	4366
+Llewellyn	4367
+LPGA	4368
+LPL	4369
+LPN	4370
+LPS	4371
+LDI	4372
+LDL	4373
+LDS	4374
+LG&E	4375
+LGA	4376
+LGBT	4377
+LLBean	4378
+LLC	4379
+LLS	4380
+L'Auberge	4381
+L'Oreal	4382
+L's	4383
+LBC	4384
+LBJ	4385
+LKL	4386
+LKQ	4387
+LVAC	4388
+LVN	4389
+LHS	4390
+LJ's	4391
+LRC	4392
+Ltd	4393
+Han	4394
+Hal	4395
+Ham	4396
+Hay	4397
+Hat	4398
+Haji	4399
+How	4400
+Hop	4401
+Hog	4402
+Hot	4403
+Hoag	4404
+Ho's	4405
+Hoehn	4406
+Hoquiam	4407
+Hoveround	4408
+Hoxie	4409
+Her	4410
+Hen	4411
+Heb	4412
+Hep	4413
+Hey	4414
+He's	4415
+Hezekiah	4416
+Him	4417
+His	4418
+Hip	4419
+HiFi	4420
+Hieber	4421
+Hively	4422
+Hixson	4423
+Hun	4424
+Hub	4425
+Hut	4426
+Huck	4427
+Huff	4428
+HuHot	4429
+Huachuca	4430
+Huh	4431
+Hui	4432
+Huxley	4433
+Hylan	4434
+HyVee	4435
+Hybrid	4436
+Hynes	4437
+Hyundai	4438
+HID	4439
+HILL	4440
+HIO	4441
+HIPAA	4442
+HIV	4443
+HOA	4444
+HOD	4445
+HOLLOW	4446
+HOSA	4447
+HOT	4448
+HOV	4449
+HSA	4450
+HSBC	4451
+HSC	4452
+HSN	4453
+HSS	4454
+HST	4455
+HTC	4456
+HTG	4457
+HTML	4458
+HTTP	4459
+H&H	4460
+H&K	4461
+H&M	4462
+H&R	4463
+H&S	4464
+HCC	4465
+HCG	4466
+HCMC	4467
+HCl	4468
+HDD	4469
+HDMI	4470
+HDR	4471
+HDTV	4472
+HPI	4473
+HPM	4474
+HPRC	4475
+HPV	4476
+HEA	4477
+HEB	4478
+HELP	4479
+HEPA	4480
+HHR	4481
+HHS	4482
+HHonors	4483
+HMO	4484
+HMS	4485
+HMV	4486
+HRA	4487
+HRC	4488
+HRT	4489
+HAMP	4490
+HAP	4491
+HGH	4492
+HGTV	4493
+HBO	4494
+HLN	4495
+HUD	4496
+HUGE	4497
+exp	4498
+exc	4499
+ext	4500
+ex's	4501
+ex-wife	4502
+exquisite	4503
+ent	4504
+end	4505
+enjoy	4506
+enzyme	4507
+enigma	4508
+eli	4509
+ela	4510
+elo	4511
+else	4512
+elbow	4513
+elm	4514
+elf	4515
+elk	4516
+elusive	4517
+elves	4518
+emo	4519
+emma	4520
+eve	4521
+eva	4522
+evo	4523
+est	4524
+esp	4525
+eso	4526
+esani	4527
+ese	4528
+esklandri	4529
+esurance	4530
+ear	4531
+eat	4532
+eaves	4533
+each	4534
+eauclaire	4535
+edamame	4536
+edbassmaster	4537
+eddies	4538
+edema	4539
+eds	4540
+edward	4541
+era	4542
+err	4543
+erect	4544
+erupt	4545
+erberts	4546
+ers	4547
+eco	4548
+ecard	4549
+ect	4550
+eccentric	4551
+ecig	4552
+ecua	4553
+eczema	4554
+eyes	4555
+eyed	4556
+eyeglass	4557
+eyecare	4558
+eyeing	4559
+eyepatch	4560
+eyewear	4561
+equestrian	4562
+etc	4563
+eta	4564
+etiquette	4565
+etnies	4566
+etrade	4567
+effort	4568
+effaced	4569
+egg	4570
+ego	4571
+egress	4572
+egyption	4573
+epi	4574
+epoxy	4575
+epson	4576
+euro	4577
+eudici's	4578
+eulogy	4579
+eight	4580
+eileen	4581
+ein	4582
+eisenhower	4583
+either	4584
+e-books	4585
+e-mail	4586
+e-reader	4587
+e-town	4588
+ebay	4589
+eblens	4590
+ebuddy	4591
+eel	4592
+eeee	4593
+eek	4594
+eenie	4595
+eerie	4596
+e.g	4597
+e.t	4598
+e.b.t	4599
+eject	4600
+eBay	4601
+eBook	4602
+eharmony.com	4603
+Gas	4604
+Gay	4605
+Gavin	4606
+Gahanna	4607
+Gap	4608
+Goo	4609
+God	4610
+Got	4611
+Gopher	4612
+GoDaddy	4613
+GoPro	4614
+Goa	4615
+Goes	4616
+Gohan	4617
+Going	4618
+Goku	4619
+Gen	4620
+Geo	4621
+Get	4622
+Gem	4623
+Gel	4624
+Gehrig's	4625
+Geppetto's	4626
+Gexa	4627
+Geyer	4628
+Gil	4629
+Gin	4630
+Gio	4631
+Gia	4632
+Gig	4633
+Gimme	4634
+Giza	4635
+Gun	4636
+Gus	4637
+Guy	4638
+Guber	4639
+Gucci	4640
+Guggenheim	4641
+Guzman	4642
+Glo	4643
+Glue	4644
+Glynn	4645
+GTA	4646
+GTCC	4647
+GTE	4648
+GTG	4649
+GTI	4650
+GTL	4651
+GTM	4652
+GTO	4653
+GTR	4654
+GTS	4655
+GTX	4656
+GSA	4657
+GSI	4658
+GSM	4659
+GSN	4660
+GSP	4661
+GSR	4662
+GST	4663
+GSXR	4664
+GMA	4665
+GM's	4666
+GMC	4667
+GMI	4668
+GMT	4669
+GRA	4670
+GRCC	4671
+GRE	4672
+GRTC	4673
+GRU	4674
+Ghost	4675
+Ghirardelli	4676
+Gwen	4677
+Gwatney	4678
+Gwinnett	4679
+GED	4680
+GEICO	4681
+GEOS	4682
+GERD	4683
+Gym	4684
+G&G	4685
+G&M	4686
+G&R	4687
+G&S	4688
+GBA	4689
+GBMC	4690
+GBS	4691
+GCC	4692
+GCI	4693
+GCR	4694
+GNA	4695
+GNC	4696
+GNE	4697
+GPA	4698
+GPO	4699
+GPS	4700
+GABA	4701
+GAD	4702
+GFCI	4703
+GFS	4704
+GHC	4705
+GHS	4706
+GOP	4707
+GOT	4708
+GVEC	4709
+GVTC	4710
+GDP	4711
+GIS	4712
+grr	4713
+gar	4714
+gal	4715
+gas	4716
+gat	4717
+gag	4718
+gai	4719
+gab	4720
+gay	4721
+gap	4722
+gadget	4723
+gah	4724
+goo	4725
+gol	4726
+god	4727
+gon	4728
+got	4729
+govern	4730
+gob	4731
+gos	4732
+goin	4733
+gown	4734
+go-ahead	4735
+go.com	4736
+goes	4737
+goji	4738
+gomez	4739
+gopher	4740
+gen	4741
+geo	4742
+ger	4743
+get	4744
+gee	4745
+gear	4746
+gel	4747
+gem	4748
+gebos	4749
+geyser	4750
+gun	4751
+gum	4752
+gus	4753
+gut	4754
+guy	4755
+gucci	4756
+gud	4757
+gir	4758
+gig	4759
+gin	4760
+gif	4761
+giddy	4762
+gist	4763
+git	4764
+gym	4765
+gyro	4766
+ghetto	4767
+ghillie	4768
+gnome	4769
+gnarly	4770
+gnite	4771
+gta	4772
+gt500	4773
+g-spot	4774
+g-string	4775
+g2k	4776
+g35	4777
+g4s	4778
+gfs	4779
+gmail.com	4780
+int	4781
+ins	4782
+inc	4783
+inn	4784
+ing	4785
+ina	4786
+ink	4787
+inmate	4788
+in.com	4789
+in:	4790
+inundated	4791
+inward	4792
+imp	4793
+ima	4794
+imbalance	4795
+imodium	4796
+imy	4797
+idol	4798
+id:	4799
+idk	4800
+iron	4801
+irate	4802
+irks	4803
+irlo	4804
+irs.gov	4805
+itch	4806
+item	4807
+it.	4808
+its	4809
+it:	4810
+itinerary	4811
+itouch	4812
+itttt	4813
+itunes	4814
+ill	4815
+ila	4816
+ily	4817
+is:	4818
+ish	4819
+ism	4820
+isn't	4821
+ist	4822
+ice	4823
+icon	4824
+ick	4825
+icarly	4826
+iclicker	4827
+icy	4828
+i-4	4829
+i-35	4830
+i-5	4831
+iguana	4832
+iggys	4833
+ight	4834
+igloo	4835
+iPod	4836
+iPic	4837
+ive	4838
+ivory	4839
+ivy	4840
+i'm	4841
+i'll	4842
+i've	4843
+iffy	4844
+ifile	4845
+ifs	4846
+ifunny	4847
+iChat	4848
+iCloud	4849
+iTune	4850
+iTT	4851
+iTouch	4852
+ion	4853
+iodine	4854
+iota	4855
+iphone	4856
+ipod	4857
+i.c.e	4858
+i.e.p	4859
+i30	4860
+i35	4861
+iFix	4862
+iFly	4863
+iForce	4864
+iMac	4865
+iMessage	4866
+iMovie	4867
+iam	4868
+ian	4869
+izakaya	4870
+izzys	4871
+i10	4872
+i17	4873
+i40	4874
+iehp	4875
+lat	4876
+lay	4877
+lab	4878
+las	4879
+lam	4880
+lad	4881
+lar	4882
+law	4883
+lag	4884
+lap	4885
+lala	4886
+lax	4887
+laQuita	4888
+lafcu	4889
+lah	4890
+lit	4891
+lib	4892
+lis	4893
+lik	4894
+lip	4895
+lie	4896
+lia	4897
+lil	4898
+lion	4899
+liz	4900
+lid	4901
+loo	4902
+loc	4903
+lon	4904
+log	4905
+low	4906
+lol	4907
+lob	4908
+los	4909
+lot	4910
+lor	4911
+loft	4912
+loyal	4913
+lop	4914
+lozenge	4915
+loCash	4916
+lokos	4917
+lomein	4918
+leg	4919
+les	4920
+let	4921
+lee	4922
+left	4923
+led	4924
+leo	4925
+lei	4926
+lebauer	4927
+ler	4928
+leukemia	4929
+lewd	4930
+lez	4931
+lub	4932
+lus	4933
+lux	4934
+luk	4935
+lug	4936
+luv	4937
+luau	4938
+ludicrous	4939
+lujacks	4940
+lyric	4941
+lymph	4942
+lying	4943
+lysine	4944
+l.a	4945
+l.i.e	4946
+l.m.a.o	4947
+lMBO	4948
+lMC	4949
+lbs	4950
+lge	4951
+lmaobruh.com	4952
+wat	4953
+war	4954
+was	4955
+wan	4956
+way	4957
+wag	4958
+wad	4959
+wax	4960
+wah	4961
+waba	4962
+wambulance	4963
+waughtown	4964
+waz	4965
+win	4966
+wit	4967
+wig	4968
+wick	4969
+wimp	4970
+wizard	4971
+wii	4972
+wiki	4973
+wives	4974
+wel	4975
+wee	4976
+wes	4977
+web	4978
+wet	4979
+wen	4980
+were	4981
+weokie	4982
+woo	4983
+won	4984
+wok	4985
+woe	4986
+wow	4987
+wocka	4988
+wop	4989
+woven	4990
+who	4991
+wha	4992
+why	4993
+ww.com	4994
+wwe.com	4995
+wuz	4996
+wud	4997
+wussy	4998
+wuv	4999
+w/e	5000
+w/o	5001
+w2's	5002
+wtf	5003
+wth	5004
+Wal	5005
+War	5006
+Wat	5007
+Way	5008
+Wan	5009
+Wah	5010
+Wave	5011
+Wax	5012
+Wabash	5013
+Wawa	5014
+Waffle	5015
+Wamego	5016
+Waze	5017
+Win	5018
+Wire	5019
+Wiz	5020
+Wiki	5021
+Wix	5022
+Wi-Fi	5023
+Wife	5024
+Wii	5025
+Wives	5026
+Wes	5027
+Wei	5028
+Wee	5029
+Web	5030
+Wed	5031
+Wet	5032
+We're	5033
+Wegmans	5034
+Wehrenberg	5035
+Wekiva	5036
+Wembley	5037
+Wexford	5038
+WoW	5039
+Wok	5040
+Wow	5041
+Who	5042
+Why	5043
+Wyman	5044
+WSS	5045
+WSAZ	5046
+WSB	5047
+WSECU	5048
+WSFs	5049
+WSU	5050
+WSVN	5051
+WBAL	5052
+WBBM	5053
+WBC	5054
+WBEZ	5055
+WBLS	5056
+WBU	5057
+WBZ	5058
+WIC	5059
+WIP	5060
+WISN	5061
+WITH	5062
+WPA	5063
+WPGC	5064
+WPI	5065
+WPS	5066
+Wunderlist	5067
+WAC	5068
+WAP	5069
+WAY	5070
+WCA	5071
+WCCO	5072
+WCW	5073
+WEA	5074
+WEEI	5075
+WEN	5076
+WESTERN	5077
+WGCI	5078
+WGN	5079
+WGU	5080
+WNBA	5081
+WNC	5082
+WNIC	5083
+WRAL	5084
+WROK	5085
+WRX	5086
+WTF	5087
+WTOP	5088
+WTS	5089
+WLOX	5090
+WLW	5091
+WWE	5092
+WWF	5093
+WWL	5094
+WFAN	5095
+WHO	5096
+WMU	5097
+WORKING	5098
+WOW	5099
+WVU	5100
+WXYZ	5101
+WYD	5102
+Fri	5103
+Fruit	5104
+Fry	5105
+Far	5106
+Fan	5107
+Fat	5108
+Fay	5109
+Fahrenheit	5110
+Fajr	5111
+Fawcett	5112
+Faxon	5113
+Fin	5114
+Fil	5115
+Fit	5116
+Fig	5117
+Fix	5118
+FiOS	5119
+Fiber	5120
+Fiction	5121
+Fiji	5122
+Five	5123
+For	5124
+Foo	5125
+Fox	5126
+Fog	5127
+Fowler	5128
+Foam	5129
+Fed	5130
+Fest	5131
+Fei	5132
+Femmes	5133
+Feud	5134
+Fever	5135
+Fey	5136
+Fez	5137
+Flo	5138
+Fla	5139
+Fly	5140
+Flushing	5141
+Fun	5142
+Fur	5143
+Fuji	5144
+Fuqua	5145
+Fu's	5146
+Fuddruckers	5147
+Fugees	5148
+Fuzzy's	5149
+FAA	5150
+FAC	5151
+FAFSA	5152
+FAO	5153
+FAQ	5154
+FAT	5155
+FAU	5156
+FCA	5157
+FCB	5158
+FCC	5159
+FCI	5160
+FCS	5161
+FCU	5162
+FSC	5163
+FSA	5164
+FSM	5165
+FSSA	5166
+FSU	5167
+FDA	5168
+FDIC	5169
+FDR	5170
+FDS	5171
+FIA	5172
+FIFA	5173
+FINA	5174
+FIU	5175
+FML	5176
+FMC	5177
+FP&L	5178
+FPL	5179
+FPS	5180
+FBI	5181
+FBLA	5182
+FFA	5183
+FFL	5184
+FREE	5185
+FRG	5186
+FRS	5187
+FUCK	5188
+FUD	5189
+FWB	5190
+FWC	5191
+F&F	5192
+F&M	5193
+FEA	5194
+FEMA	5195
+FHA	5196
+FORT	5197
+FOX	5198
+FTD	5199
+FTP	5200
+FYE	5201
+FYI	5202
+Ken	5203
+Kel	5204
+Key	5205
+Kem	5206
+Kev	5207
+Kew	5208
+Keck	5209
+Kedzie	5210
+Keffer	5211
+Kepler	5212
+Keurig	5213
+Kim	5214
+Kit	5215
+Kid	5216
+Kia	5217
+Kip	5218
+Kiffin	5219
+Kihei	5220
+Kijiji	5221
+Kiowa	5222
+Kiva	5223
+Kix	5224
+Kat	5225
+Kar	5226
+Kay	5227
+Kan	5228
+Kai	5229
+Kaanapali	5230
+Kabul	5231
+Kacey	5232
+Kaepernick	5233
+Kavinsky	5234
+Koo	5235
+Kohl	5236
+Koko	5237
+Koch	5238
+Koi	5239
+Kop	5240
+Koz	5241
+Krystal	5242
+Knapp	5243
+Knutson	5244
+Kurt	5245
+Kuhn	5246
+Kuala	5247
+Kubota	5248
+Kuehl	5249
+Kuiken	5250
+Kullen	5251
+Kush	5252
+Kuwait	5253
+Klu	5254
+Kline	5255
+Kyoto	5256
+KCBS	5257
+KCC	5258
+KCI	5259
+KCK	5260
+KCMO	5261
+Khloe	5262
+K&D	5263
+K&G	5264
+K&K	5265
+K&L	5266
+K&M	5267
+K&N	5268
+K&R	5269
+K&S	5270
+K&W	5271
+Kwik	5272
+Kwon	5273
+KRC	5274
+KRIT	5275
+KROQ	5276
+KRT	5277
+KSB	5278
+KSA	5279
+KSL	5280
+KFC	5281
+KFI	5282
+KFYI	5283
+KTLA	5284
+KTM	5285
+KTVU	5286
+KDKA	5287
+KDWB	5288
+KJ's	5289
+KJLH	5290
+KK's	5291
+KKK	5292
+KLM	5293
+KLOVE	5294
+KOA	5295
+KOMO	5296
+KPLC	5297
+KPMG	5298
+KATU	5299
+KBB	5300
+KGB	5301
+KGO	5302
+KISS	5303
+KISW	5304
+KNBR	5305
+KNX	5306
+KUB	5307
+Eli	5308
+Elm	5309
+Elk	5310
+Els	5311
+Ely	5312
+Elco	5313
+Elf	5314
+Elton	5315
+Elum	5316
+End	5317
+Enzo	5318
+Enbrel	5319
+Enjoy	5320
+Enloe	5321
+Ennis	5322
+Enquirer	5323
+Enumclaw	5324
+Enya	5325
+Edd	5326
+Ed's	5327
+Edco	5328
+Edline	5329
+Edna	5330
+Edo	5331
+Eve	5332
+Eva	5333
+Evi	5334
+Evo	5335
+Ear	5336
+Eat	5337
+Eakin	5338
+Eau	5339
+Eazy	5340
+Emory	5341
+Emser	5342
+Esq	5343
+Esmeralda	5344
+Era	5345
+Erb	5346
+Erdman	5347
+Erhard	5348
+Erlanger	5349
+Ermas	5350
+Errol	5351
+Ertel	5352
+Ervin	5353
+Erwin	5354
+Erykah	5355
+Exit	5356
+Exxon	5357
+Eco	5358
+Eck	5359
+Echo	5360
+Ecuador	5361
+Eccles	5362
+Eclipse	5363
+Ector	5364
+Eubank	5365
+Eudora	5366
+Eufaula	5367
+Euless	5368
+Eunice	5369
+Eustis	5370
+Eutaw	5371
+Epcot	5372
+Eternal	5373
+Etiwanda	5374
+Etna	5375
+Etsy	5376
+ESC	5377
+ESP	5378
+ESA	5379
+ESG	5380
+ESL	5381
+ESN	5382
+ESO	5383
+ESS	5384
+EST	5385
+ESV	5386
+Egg	5387
+Egypt	5388
+Egan	5389
+Egret	5390
+Einstein	5391
+Eid	5392
+Eileen	5393
+Eiffel	5394
+ETS	5395
+ETA	5396
+ETEC	5397
+ETF	5398
+ETH	5399
+ETL	5400
+ETMC	5401
+Eye	5402
+Eyre	5403
+ECM	5404
+ECC	5405
+ECPI	5406
+ECS	5407
+ECT	5408
+ECU	5409
+EMT	5410
+EMC	5411
+EMG	5412
+EMP	5413
+EMS	5414
+EMU	5415
+EPC	5416
+EPA	5417
+EPB	5418
+EPMD	5419
+EPS	5420
+Ebbitt	5421
+EDC	5422
+EDD	5423
+EDI	5424
+EDM	5425
+EDS	5426
+EVE	5427
+EVGA	5428
+EVO	5429
+Efron	5430
+EADS	5431
+EAP	5432
+EARLY	5433
+EBC	5434
+EBS	5435
+EBT	5436
+EEOC	5437
+EEP	5438
+EFG	5439
+EFT	5440
+EIC	5441
+EIN	5442
+ELF	5443
+ELISA	5444
+ELMO	5445
+EOC	5446
+EOS	5447
+EXIT	5448
+EXO	5449
+Ezra	5450
+EJ's	5451
+EKG	5452
+ENTER	5453
+EWTN	5454
+Ewa	5455
+Ewing	5456
+ova	5457
+ovo	5458
+out	5459
+our	5460
+oun	5461
+ought	5462
+ouch	5463
+oui	5464
+ously	5465
+org	5466
+orb	5467
+ora	5468
+ore	5469
+orphan	5470
+orscheln	5471
+ork	5472
+orrow	5473
+opt	5474
+opp	5475
+ophthalmology	5476
+ops	5477
+opus	5478
+object	5479
+obv	5480
+obnoxious	5481
+oboe	5482
+off	5483
+often	5484
+of:	5485
+one	5486
+ons	5487
+onto	5488
+on's	5489
+on-call	5490
+on/off	5491
+on:	5492
+ona	5493
+onboard	5494
+ongoing	5495
+onomatopoeia	5496
+onramp	5497
+onward	5498
+onyx	5499
+ocean	5500
+ocarina	5501
+oclock	5502
+ocwen	5503
+old	5504
+ole	5505
+ollie	5506
+olums	5507
+oma	5508
+omg	5509
+ombre	5510
+oxy	5511
+oxo	5512
+oxtail	5513
+oxboro	5514
+oxen	5515
+own	5516
+owe	5517
+owl	5518
+owing	5519
+okay	5520
+okie	5521
+okkk	5522
+okok	5523
+okra	5524
+ooo	5525
+oop	5526
+oo.com.au	5527
+oodles	5528
+ooh	5529
+oovoo	5530
+other	5531
+otay	5532
+otolaryngology	5533
+oscopy	5534
+oshit	5535
+osmosis	5536
+ossip	5537
+oat	5538
+oak	5539
+oasis	5540
+odd	5541
+ode	5542
+ohm	5543
+oh-six-hundred	5544
+ohh	5545
+ohio	5546
+oil	5547
+ointment	5548
+o.o	5549
+o.r	5550
+o'clock	5551
+o'Bleness	5552
+ogle	5553
+ogre	5554
+oyster	5555
+oye	5556
+oMFG	5557
+oMG	5558
+ozone	5559
+Nor	5560
+Nov	5561
+Not	5562
+Nob	5563
+Noe	5564
+Non	5565
+Noah	5566
+Now	5567
+NoHo	5568
+NoMoreRack	5569
+Nodaway	5570
+Nogales	5571
+Nouveau	5572
+New	5573
+Net	5574
+Ned	5575
+Neff	5576
+Nekoosa	5577
+Nez	5578
+Nat	5579
+Nam	5580
+Naz	5581
+Naomi	5582
+Naamans	5583
+Najee	5584
+Naquin	5585
+Naylor	5586
+Nik	5587
+Nix	5588
+Nia	5589
+Nile	5590
+Nifong	5591
+Nivea	5592
+Niwot	5593
+Nut	5594
+Nubia	5595
+NuVision	5596
+NuWave	5597
+Nucor	5598
+Nuys	5599
+NAS	5600
+NAP	5601
+NAT	5602
+NAACP	5603
+NACA	5604
+NARS	5605
+NAU	5606
+NAWSA	5607
+NOP	5608
+NOAA	5609
+NOC	5610
+NOK	5611
+NOLA	5612
+NORAD	5613
+NOT	5614
+NOVUS	5615
+NOW	5616
+NCAA	5617
+NCC	5618
+NCG	5619
+NCO	5620
+NCR	5621
+NFC	5622
+NFL	5623
+NFM	5624
+NFR	5625
+NFS	5626
+NIC	5627
+NIDA	5628
+NIH	5629
+NIPSCO	5630
+NIS	5631
+NIT	5632
+NIV	5633
+NYS	5634
+NYC	5635
+NYE	5636
+NYLO	5637
+NYPD	5638
+NYU	5639
+NHA	5640
+NHC	5641
+NHL	5642
+NHRA	5643
+NHS	5644
+NHTI	5645
+NEA	5646
+NEC	5647
+NES	5648
+NEVER	5649
+NEX	5650
+NSA	5651
+NSF	5652
+NSTAR	5653
+NSYNC	5654
+NBA	5655
+NBC	5656
+NBT	5657
+NTB	5658
+NTTA	5659
+NTW	5660
+NDA	5661
+NDSU	5662
+NPR	5663
+NPS	5664
+Nyack	5665
+Nye	5666
+Nystrom	5667
+NGO	5668
+NRA	5669
+NWA	5670
+new	5671
+neg	5672
+net	5673
+nee	5674
+neo	5675
+nekter	5676
+nella	5677
+nemesis	5678
+nenas	5679
+neyo	5680
+not	5681
+non	5682
+nor	5683
+noo	5684
+nos	5685
+nom	5686
+now	5687
+nod	5688
+nog	5689
+noz	5690
+noe	5691
+noxious	5692
+nap	5693
+nan	5694
+nas	5695
+nai	5696
+nag	5697
+naaa	5698
+nabor	5699
+nae	5700
+nah	5701
+naomi	5702
+naw	5703
+nay	5704
+nazi	5705
+nig	5706
+nin	5707
+nit	5708
+nip	5709
+niacin	5710
+nifty	5711
+niice	5712
+nimble	5713
+nique	5714
+nis	5715
+nivia	5716
+nizzle	5717
+num	5718
+nut	5719
+nur	5720
+nun	5721
+nug	5722
+nuke	5723
+nub	5724
+nuances	5725
+nuevo	5726
+nuffin	5727
+nuh	5728
+nuisance	5729
+null	5730
+nuvaring	5731
+nympho	5732
+nya	5733
+nyomi	5734
+nyquil	5735
+nba.com	5736
+nbc.com	5737
+nfl.com	5738
+Jan	5739
+Jam	5740
+Jay	5741
+Jar	5742
+Jag	5743
+Jas	5744
+Jai	5745
+Jaz	5746
+Jap	5747
+Jah	5748
+Jaw	5749
+Jae	5750
+Jax	5751
+Jos	5752
+Jon	5753
+Joe	5754
+Joy	5755
+Job	5756
+Joc	5757
+JoJo	5758
+Joker	5759
+Jo's	5760
+Joint	5761
+Jojo	5762
+Joon	5763
+Jen	5764
+Jer	5765
+Jeff	5766
+Jean	5767
+Jet	5768
+Jew	5769
+Jem	5770
+Jed	5771
+Jehovah	5772
+Jebel	5773
+Jegs	5774
+Jekyll	5775
+Jeopardy	5776
+Jepsen	5777
+Jul	5778
+Jud	5779
+Jun	5780
+Just	5781
+Jug	5782
+Jubilee	5783
+Juke	5784
+Jupiter	5785
+Juvenile	5786
+Jim	5787
+Jill	5788
+Jin	5789
+Jia	5790
+Jif	5791
+JibJab	5792
+Jiu	5793
+J&B	5794
+J&G	5795
+J&I	5796
+J&J	5797
+J&K	5798
+J&L	5799
+J&M	5800
+J&R	5801
+J&S	5802
+J&W	5803
+JCP	5804
+JC's	5805
+JCC	5806
+JCW's	5807
+JB's	5808
+JBA	5809
+JBL	5810
+JBS	5811
+JT's	5812
+JTA	5813
+JTB	5814
+JTV	5815
+JAMES	5816
+JANAF	5817
+JATC	5818
+JMK	5819
+JMS	5820
+JMU	5821
+JP's	5822
+JPEG	5823
+JPS	5824
+JD's	5825
+JDM	5826
+JFC	5827
+JFK	5828
+JJ's	5829
+JLo	5830
+JSC	5831
+JVC	5832
+JWoww	5833
+Jr's	5834
+uni	5835
+uns	5836
+una	5837
+uno	5838
+unjust	5839
+unquote	5840
+unveiling	5841
+unzip	5842
+ups	5843
+up.	5844
+upward	5845
+up-to-date	5846
+upcoming	5847
+upfront	5848
+upkeep	5849
+upmost	5850
+upon	5851
+urn	5852
+urs	5853
+urban	5854
+use	5855
+usa	5856
+usb	5857
+usher	5858
+usual	5859
+us.com	5860
+us1	5861
+us:	5862
+using	5863
+usps.com	5864
+ute	5865
+utter	5866
+utmost	5867
+utopia	5868
+ulcer	5869
+ugg	5870
+ugh	5871
+uge	5872
+umm	5873
+umpire	5874
+ums	5875
+u-haul	5876
+u-turn	5877
+u-verse	5878
+uhh	5879
+uhm	5880
+u.p	5881
+u.s	5882
+uber	5883
+uble	5884
+Ora	5885
+Ori	5886
+Ord	5887
+Oro	5888
+Orr	5889
+Orfordville	5890
+Orkin	5891
+Orson	5892
+Oly	5893
+Ola	5894
+Old	5895
+Ole	5896
+Olga	5897
+Olmsted	5898
+Olney	5899
+Oltorf	5900
+Oso	5901
+Osgood	5902
+Oslo	5903
+Osprey	5904
+Osuna	5905
+O'Brien	5906
+O'Leary	5907
+O'Toole	5908
+O'Donnell	5909
+O'Grady's	5910
+O'Jays	5911
+O'Keefe	5912
+O's	5913
+Oct	5914
+Ocean	5915
+Ocilla	5916
+Ocwen	5917
+Opa	5918
+OpCo	5919
+Opdyke	5920
+Opie	5921
+Ops	5922
+Oak	5923
+Oahu	5924
+Oasis	5925
+One	5926
+Oni	5927
+Ono	5928
+OnPoint	5929
+OnStar	5930
+Onalaska	5931
+Onslow	5932
+Ontario	5933
+OkCupid	5934
+Oklahoma	5935
+Okmulgee	5936
+Oksana	5937
+Oktoberfest	5938
+Out	5939
+Our	5940
+Ouija	5941
+Ounces	5942
+Ovi	5943
+Oval	5944
+Oma	5945
+Omni	5946
+Ombudsman	5947
+Omid	5948
+Obama	5949
+Obi	5950
+Oblivion	5951
+Otis	5952
+Otay	5953
+Otero	5954
+Othello	5955
+Otsego	5956
+Owl	5957
+Owings	5958
+Owners	5959
+Owosso	5960
+Odd	5961
+Odana	5962
+Odin	5963
+Odom	5964
+Odyssey	5965
+Ogden	5966
+Ogallala	5967
+Ogeechee	5968
+Oggi's	5969
+Ogilvie	5970
+Ogontz	5971
+Ogunquit	5972
+OSA	5973
+OSH	5974
+OSF	5975
+OSS	5976
+OST	5977
+OSU	5978
+OPP	5979
+OP's	5980
+OPA	5981
+OPI	5982
+OPM	5983
+OPs	5984
+Oxendale	5985
+Oxford	5986
+Oxmoor	5987
+Oxnard	5988
+Oxon	5989
+OTA	5990
+OTC	5991
+OTG	5992
+OTR	5993
+OTT	5994
+OTW	5995
+Off	5996
+OCC	5997
+OCD	5998
+OCR	5999
+OCS	6000
+OCT	6001
+OMA	6002
+OMC	6003
+OMG	6004
+OMI	6005
+OMW	6006
+OBD	6007
+OBGYN	6008
+OBS	6009
+OBT	6010
+OREGON	6011
+ORF	6012
+ORNL	6013
+ORS	6014
+Oil	6015
+Oingo	6016
+OHS	6017
+OHIO	6018
+Ohio	6019
+Ohana	6020
+OD'd	6021
+ODST	6022
+OEC	6023
+OEM	6024
+OUC	6025
+OUT	6026
+OG&E	6027
+OKC	6028
+OLCC	6029
+ONeill	6030
+OVA	6031
+OVR	6032
+Ojai	6033
+Ojo	6034
+vis	6035
+vid	6036
+vil	6037
+vie	6038
+via	6039
+viper	6040
+vizio	6041
+ver	6042
+ven	6043
+vet	6044
+veg	6045
+vez	6046
+veal	6047
+vector	6048
+veer	6049
+val	6050
+vac	6051
+van	6052
+var	6053
+vas	6054
+vag	6055
+vamp	6056
+vault	6057
+vajayjay	6058
+vol	6059
+voc	6060
+vow	6061
+vomit	6062
+voy	6063
+vodka	6064
+vogue	6065
+von	6066
+vortex	6067
+vos	6068
+voxer	6069
+vyStar	6070
+vybzkartel	6071
+vyvanse	6072
+Int	6073
+Ind	6074
+Inc	6075
+Inn	6076
+Ino	6077
+InTown	6078
+Inbox	6079
+Inman	6080
+Inquisition	6081
+Inuyasha	6082
+Inwood	6083
+Ish	6084
+Isbell	6085
+Issaquah	6086
+Istanbul	6087
+Isuzu	6088
+Ira	6089
+Irv	6090
+Irwin	6091
+Irby	6092
+Irrigation	6093
+Imbruglia	6094
+Imelda	6095
+Imlay	6096
+Imogen	6097
+Imran	6098
+Ivan	6099
+Ive	6100
+Ivo	6101
+Ivy	6102
+Ivins	6103
+Ill	6104
+Ilan	6105
+Ile	6106
+Iliff	6107
+ICC	6108
+ICD	6109
+ICI	6110
+ICBC	6111
+ICM	6112
+ICP	6113
+ICS	6114
+ICU	6115
+Ice	6116
+Ichi	6117
+Icicle	6118
+Icona	6119
+Icy	6120
+Ida	6121
+Idle	6122
+Idiot	6123
+Idol	6124
+Idyllwild	6125
+IMAX	6126
+IMC	6127
+IMDB	6128
+IMEI	6129
+IMPORTANT	6130
+IMS	6131
+IMT	6132
+IMVU	6133
+It's	6134
+Ithaca	6135
+Its	6136
+ISA	6137
+ISD	6138
+ISM	6139
+ISO	6140
+ISP	6141
+ISS	6142
+ISU	6143
+Iglesia	6144
+IgA	6145
+Iggy	6146
+Igor	6147
+Iguana	6148
+I'm	6149
+I'd	6150
+I'll	6151
+I's	6152
+I've	6153
+IRA	6154
+IRB	6155
+IRC	6156
+IREA	6157
+IRS	6158
+IDE	6159
+ID's	6160
+IDoc	6161
+IDs	6162
+IHA	6163
+IHC	6164
+IHG	6165
+IHOP	6166
+IHSS	6167
+IPA	6168
+IPFW	6169
+IPL	6170
+IPO	6171
+IPS	6172
+IBC	6173
+IBEW	6174
+IBM	6175
+IBS	6176
+IND	6177
+ING	6178
+INR	6179
+INXS	6180
+Iberia	6181
+Ibrahim	6182
+Ion	6183
+Iola	6184
+Iowa	6185
+Izod	6186
+Izumi	6187
+IEEE	6188
+IELTS	6189
+IEP	6190
+III	6191
+IIT	6192
+Ike's	6193
+Ikea	6194
+Ikes	6195
+IGA	6196
+IGN	6197
+IUD	6198
+IUPUI	6199
+IVF	6200
+IVR	6201
+Ian	6202
+Iams	6203
+IAP	6204
+IFA	6205
+IFC	6206
+ILU	6207
+IOP	6208
+ITT	6209
+Vin	6210
+Vic	6211
+Via	6212
+Viper	6213
+Vijay	6214
+Violet	6215
+Vizio	6216
+Val	6217
+Van	6218
+Vail	6219
+Vagabond	6220
+Vampire	6221
+Vaquero	6222
+Vet	6223
+Vehicle	6224
+Vectren	6225
+Vee	6226
+Veolia	6227
+Veyron	6228
+Von	6229
+Vote	6230
+VoIP	6231
+Voe	6232
+Voice	6233
+Vortec	6234
+Voss	6235
+Vox	6236
+VIP	6237
+VIEW	6238
+VIN	6239
+VISTA	6240
+VCA	6241
+VCR	6242
+VCU	6243
+VG's	6244
+VGA	6245
+VGS	6246
+VPI	6247
+VPN	6248
+VPS	6249
+Vudu	6250
+Vue	6251
+Vuitton	6252
+Vulcan	6253
+VSL	6254
+VSP	6255
+VTA	6256
+VTech	6257
+VALLEY	6258
+VFW	6259
+VMware	6260
+VRBO	6261
+VZW	6262
+Vladimir	6263
+kin	6264
+kid	6265
+kick	6266
+kit	6267
+kiss	6268
+kik	6269
+kim	6270
+kiosk	6271
+kibbles	6272
+kips	6273
+kiwi	6274
+kar	6275
+kay	6276
+kal	6277
+kan	6278
+kat	6279
+kam	6280
+kai	6281
+kaala	6282
+kadens	6283
+kahneeta	6284
+kak	6285
+kaput	6286
+kasha	6287
+kava	6288
+kawaii	6289
+kazoo	6290
+key	6291
+kee	6292
+ken	6293
+keg	6294
+keV	6295
+kebab	6296
+ked	6297
+keflex	6298
+keith	6299
+keke	6300
+kept	6301
+kevin	6302
+kno	6303
+knack	6304
+koa	6305
+kohls.com	6306
+koi	6307
+kolaches	6308
+kosher	6309
+koto	6310
+kraut	6311
+kryptonite	6312
+kum	6313
+kua	6314
+kudos	6315
+kung	6316
+kurt	6317
+kush	6318
+khaki	6319
+khaled	6320
+khana	6321
+khari	6322
+klonopin	6323
+klick	6324
+klutz	6325
+klymaxx	6326
+kygo	6327
+k-8	6328
+k-i-s-s-i-n-g	6329
+k-state	6330
+kmart	6331
+k12	6332
+jam	6333
+jail	6334
+jan	6335
+jad	6336
+jar	6337
+jag	6338
+jak	6339
+jay	6340
+jab	6341
+jaw	6342
+jaan	6343
+jaelyn	6344
+jaja	6345
+japanese	6346
+jaundice	6347
+jus	6348
+jug	6349
+juke	6350
+jubitz	6351
+juut	6352
+joi	6353
+jour	6354
+jock	6355
+joe	6356
+joy	6357
+jon	6358
+job	6359
+jog	6360
+joan	6361
+jordan	6362
+jot	6363
+jen	6364
+jewel	6365
+jet	6366
+jeff	6367
+jeggings	6368
+jig	6369
+jim	6370
+jill	6371
+jizz	6372
+jibber	6373
+jiffy	6374
+jihad	6375
+jipped	6376
+jive	6377
+jcpenney	6378
+jkjk	6379
+jpay.com	6380
+100	6381
+101	6382
+102	6383
+103	6384
+105	6385
+107	6386
+104	6387
+106	6388
+108	6389
+109	6390
+10's	6391
+10.1	6392
+10/22	6393
+10k	6394
+10th	6395
+110	6396
+111	6397
+112	6398
+113	6399
+114	6400
+115	6401
+118	6402
+119	6403
+11's	6404
+11-12	6405
+116	6406
+117	6407
+11th	6408
+123	6409
+120	6410
+121	6411
+122	6412
+124	6413
+129	6414
+125	6415
+12's	6416
+126	6417
+127	6418
+128	6419
+12th	6420
+196	6421
+190	6422
+191	6423
+192	6424
+193	6425
+194	6426
+195	6427
+197	6428
+198	6429
+199	6430
+19-year-old	6431
+19th	6432
+144	6433
+149	6434
+140	6435
+143	6436
+145	6437
+148	6438
+141	6439
+142	6440
+146	6441
+147	6442
+14k	6443
+14th	6444
+150	6445
+154	6446
+155	6447
+15's	6448
+15-20	6449
+151	6450
+152	6451
+153	6452
+156	6453
+157	6454
+158	6455
+159	6456
+15th	6457
+179	6458
+170	6459
+175	6460
+177	6461
+171	6462
+172	6463
+173	6464
+174	6465
+176	6466
+178	6467
+17th	6468
+130	6469
+131	6470
+135	6471
+132	6472
+133	6473
+134	6474
+136	6475
+137	6476
+138	6477
+139	6478
+13th	6479
+160	6480
+165	6481
+169	6482
+161	6483
+162	6484
+163	6485
+164	6486
+166	6487
+167	6488
+168	6489
+16th	6490
+180	6491
+183	6492
+181	6493
+182	6494
+184	6495
+185	6496
+186	6497
+187	6498
+188	6499
+189	6500
+18th	6501
+1:30	6502
+1&2	6503
+1&3	6504
+1&4	6505
+1&a	6506
+1&i	6507
+1.0	6508
+1.4	6509
+1.5	6510
+1.6	6511
+1.8	6512
+1-10	6513
+1-800	6514
+Uno	6515
+Unger	6516
+Unknown	6517
+Unto	6518
+Unum	6519
+USA	6520
+USC	6521
+USD	6522
+USM	6523
+USP	6524
+USB	6525
+USF	6526
+USO	6527
+USS	6528
+USTA	6529
+USU	6530
+UNC	6531
+UNK	6532
+UNF	6533
+UNH	6534
+UNLV	6535
+UNM	6536
+UNR	6537
+UNT	6538
+UCD	6539
+UCF	6540
+UCI	6541
+UCLA	6542
+UCR	6543
+UConn	6544
+Ulm	6545
+Ulf	6546
+Uline	6547
+Ulster	6548
+Ulysses	6549
+UMB	6550
+UMC	6551
+UMD	6552
+UMKC	6553
+UMN	6554
+UMP	6555
+UMS	6556
+UMUC	6557
+UMass	6558
+Update	6559
+Upland	6560
+Upon	6561
+Upper	6562
+Urban	6563
+Uranus	6564
+Urgent	6565
+Uriah	6566
+Urkel	6567
+Urlacher	6568
+Ursula	6569
+Uruguay	6570
+UTA	6571
+UTC	6572
+UTEP	6573
+UTFO	6574
+UTI	6575
+UTSA	6576
+Umi	6577
+Umm	6578
+Umatilla	6579
+Umpqua	6580
+Umstead	6581
+UAB	6582
+UAE	6583
+UAH	6584
+UAL	6585
+UAMS	6586
+UAP	6587
+UAW	6588
+Use	6589
+Usher	6590
+UFC	6591
+UFO	6592
+UGA	6593
+UGG	6594
+UGI	6595
+UGK	6596
+UGS	6597
+UPC	6598
+UPG	6599
+UPMC	6600
+UPS	6601
+UHC	6602
+UHS	6603
+UHaul	6604
+Utah	6605
+UBC	6606
+UBS	6607
+URI	6608
+URL	6609
+URM	6610
+UVA	6611
+UVU	6612
+Ukiah	6613
+UDF	6614
+UIC	6615
+UWM	6616
+Uganda	6617
+Ugly	6618
+Uintah	6619
+Uvalde	6620
+Uverse	6621
+201	6622
+200	6623
+202	6624
+20's	6625
+20/20	6626
+203	6627
+204	6628
+205	6629
+206	6630
+207	6631
+208	6632
+209	6633
+20s	6634
+20th	6635
+240	6636
+242	6637
+245	6638
+246	6639
+249	6640
+24's	6641
+24/7	6642
+241	6643
+243	6644
+244	6645
+247	6646
+248	6647
+24th	6648
+250	6649
+252	6650
+255	6651
+25-30	6652
+251	6653
+253	6654
+254	6655
+256	6656
+257	6657
+258	6658
+259	6659
+25th	6660
+210	6661
+211	6662
+212	6663
+215	6664
+213	6665
+214	6666
+216	6667
+217	6668
+218	6669
+219	6670
+21st	6671
+220	6672
+222	6673
+223	6674
+22's	6675
+221	6676
+224	6677
+225	6678
+226	6679
+227	6680
+228	6681
+229	6682
+22nd	6683
+270	6684
+275	6685
+271	6686
+272	6687
+273	6688
+274	6689
+276	6690
+277	6691
+278	6692
+279	6693
+27th	6694
+260	6695
+265	6696
+261	6697
+262	6698
+263	6699
+264	6700
+266	6701
+267	6702
+268	6703
+269	6704
+26th	6705
+280	6706
+285	6707
+281	6708
+282	6709
+283	6710
+284	6711
+286	6712
+287	6713
+288	6714
+289	6715
+28th	6716
+290	6717
+292	6718
+291	6719
+293	6720
+294	6721
+295	6722
+296	6723
+297	6724
+298	6725
+299	6726
+29th	6727
+230	6728
+231	6729
+232	6730
+233	6731
+234	6732
+235	6733
+236	6734
+237	6735
+238	6736
+239	6737
+23rd	6738
+2:30	6739
+2.0	6740
+2.1	6741
+2.2	6742
+2.3	6743
+2.4	6744
+2.5	6745
+2&2	6746
+2&3	6747
+2&4	6748
+2&a	6749
+2&i	6750
+2-3	6751
+2ds	6752
+2nd	6753
+2ne1	6754
+2o2	6755
+300	6756
+30's	6757
+301	6758
+302	6759
+303	6760
+304	6761
+305	6762
+306	6763
+307	6764
+308	6765
+309	6766
+30s	6767
+30th	6768
+330	6769
+333	6770
+334	6771
+331	6772
+332	6773
+335	6774
+336	6775
+337	6776
+338	6777
+339	6778
+33rd	6779
+310	6780
+313	6781
+311	6782
+312	6783
+314	6784
+315	6785
+316	6786
+317	6787
+318	6788
+319	6789
+31st	6790
+340	6791
+341	6792
+342	6793
+343	6794
+344	6795
+345	6796
+346	6797
+347	6798
+348	6799
+349	6800
+34th	6801
+350	6802
+351	6803
+352	6804
+353	6805
+354	6806
+355	6807
+356	6808
+357	6809
+358	6810
+359	6811
+35th	6812
+35w	6813
+370	6814
+375	6815
+371	6816
+372	6817
+373	6818
+374	6819
+376	6820
+377	6821
+378	6822
+379	6823
+37th	6824
+320	6825
+321	6826
+322	6827
+323	6828
+324	6829
+325	6830
+326	6831
+327	6832
+328	6833
+329	6834
+32nd	6835
+390	6836
+391	6837
+392	6838
+393	6839
+394	6840
+395	6841
+396	6842
+397	6843
+398	6844
+399	6845
+39th	6846
+3:30	6847
+3:45	6848
+360	6849
+361	6850
+362	6851
+363	6852
+364	6853
+365	6854
+366	6855
+367	6856
+368	6857
+369	6858
+380	6859
+381	6860
+382	6861
+383	6862
+384	6863
+385	6864
+386	6865
+387	6866
+388	6867
+389	6868
+3.0	6869
+3.1	6870
+3.3	6871
+3.4	6872
+3.5	6873
+3.8	6874
+3&4	6875
+3&a	6876
+3&i	6877
+3-4	6878
+3-way	6879
+3some	6880
+3GS	6881
+3ds	6882
+3oh	6883
+You	6884
+Yoko	6885
+Yohe	6886
+Yan	6887
+Yak	6888
+Yas	6889
+Yadkin	6890
+Yaakov	6891
+Yacht	6892
+Yaghi's	6893
+Yahoo	6894
+Yale	6895
+Yao	6896
+Yap	6897
+Yates	6898
+Yavapai	6899
+Yaya	6900
+Yazoo	6901
+Yes	6902
+Yet	6903
+Yee	6904
+Yehuda	6905
+Yemen	6906
+Yen	6907
+Yeomans	6908
+Yerington	6909
+Yule	6910
+Yum	6911
+Yu's	6912
+Yuba	6913
+Yuengling	6914
+Yun	6915
+Yuval	6916
+Yin	6917
+Yvonne	6918
+Yvette	6919
+YESCO	6920
+YMCA	6921
+Ypsilanti	6922
+400	6923
+401	6924
+40's	6925
+402	6926
+403	6927
+404	6928
+405	6929
+406	6930
+407	6931
+408	6932
+409	6933
+40s	6934
+40th	6935
+490	6936
+499	6937
+491	6938
+492	6939
+494	6940
+495	6941
+496	6942
+497	6943
+498	6944
+49ers	6945
+49th	6946
+410	6947
+411	6948
+412	6949
+413	6950
+414	6951
+415	6952
+416	6953
+417	6954
+418	6955
+419	6956
+41st	6957
+420	6958
+421	6959
+422	6960
+423	6961
+424	6962
+425	6963
+426	6964
+427	6965
+428	6966
+429	6967
+42nd	6968
+430	6969
+431	6970
+432	6971
+433	6972
+434	6973
+435	6974
+436	6975
+437	6976
+438	6977
+439	6978
+43rd	6979
+440	6980
+441	6981
+442	6982
+443	6983
+444	6984
+445	6985
+446	6986
+447	6987
+448	6988
+449	6989
+44th	6990
+470	6991
+471	6992
+472	6993
+473	6994
+474	6995
+475	6996
+476	6997
+477	6998
+478	6999
+479	7000
+47th	7001
+450	7002
+451	7003
+452	7004
+454	7005
+455	7006
+456	7007
+457	7008
+458	7009
+459	7010
+45th	7011
+460	7012
+461	7013
+462	7014
+463	7015
+464	7016
+465	7017
+466	7018
+467	7019
+468	7020
+469	7021
+480	7022
+481	7023
+483	7024
+484	7025
+485	7026
+486	7027
+487	7028
+488	7029
+489	7030
+4:30	7031
+4:45	7032
+4.0	7033
+4.1	7034
+4.2	7035
+4.3	7036
+4.5	7037
+4.6	7038
+4.7	7039
+4&5	7040
+4&a	7041
+4&i	7042
+4-5	7043
+4-h	7044
+4shared	7045
+4dr	7046
+4o5	7047
+500	7048
+505	7049
+50's	7050
+50-50	7051
+50/50	7052
+501	7053
+502	7054
+503	7055
+504	7056
+506	7057
+507	7058
+508	7059
+509	7060
+50k	7061
+50s	7062
+50th	7063
+515	7064
+510	7065
+511	7066
+512	7067
+513	7068
+514	7069
+516	7070
+517	7071
+518	7072
+519	7073
+51st	7074
+550	7075
+555	7076
+551	7077
+552	7078
+553	7079
+554	7080
+556	7081
+557	7082
+558	7083
+559	7084
+55th	7085
+580	7086
+586	7087
+581	7088
+582	7089
+583	7090
+584	7091
+585	7092
+587	7093
+588	7094
+589	7095
+520	7096
+521	7097
+522	7098
+523	7099
+524	7100
+525	7101
+526	7102
+527	7103
+528	7104
+529	7105
+530	7106
+531	7107
+532	7108
+533	7109
+534	7110
+535	7111
+536	7112
+537	7113
+538	7114
+539	7115
+540	7116
+541	7117
+542	7118
+543	7119
+544	7120
+545	7121
+546	7122
+547	7123
+548	7124
+549	7125
+560	7126
+561	7127
+562	7128
+563	7129
+564	7130
+565	7131
+566	7132
+567	7133
+568	7134
+569	7135
+570	7136
+571	7137
+572	7138
+573	7139
+574	7140
+575	7141
+576	7142
+577	7143
+578	7144
+579	7145
+5:30	7146
+5:45	7147
+590	7148
+592	7149
+595	7150
+596	7151
+597	7152
+598	7153
+599	7154
+5.0	7155
+5.1	7156
+5.3	7157
+5.4	7158
+5.5	7159
+5.7	7160
+5.9	7161
+5&6	7162
+5&A	7163
+5&i	7164
+5-10	7165
+5-6	7166
+you	7167
+yoke	7168
+yon	7169
+yolk	7170
+york	7171
+yos	7172
+yoyo	7173
+yea	7174
+yes	7175
+yep	7176
+yeeha	7177
+yet	7178
+yeganeh	7179
+yen	7180
+yer	7181
+yeww	7182
+yar	7183
+yak	7184
+yah	7185
+yacht	7186
+yall	7187
+yam	7188
+yay	7189
+ya'll	7190
+yada	7191
+yapping	7192
+yatzy	7193
+yaz	7194
+yum	7195
+yup	7196
+yugioh	7197
+yuh	7198
+yung	7199
+yurt	7200
+yield	7201
+yin	7202
+yikes	7203
+yippee	7204
+600	7205
+60's	7206
+601	7207
+602	7208
+603	7209
+604	7210
+605	7211
+606	7212
+607	7213
+608	7214
+609	7215
+60s	7216
+60th	7217
+610	7218
+611	7219
+612	7220
+613	7221
+614	7222
+615	7223
+616	7224
+617	7225
+618	7226
+619	7227
+61st	7228
+620	7229
+625	7230
+621	7231
+622	7232
+623	7233
+624	7234
+626	7235
+627	7236
+628	7237
+629	7238
+640	7239
+641	7240
+642	7241
+643	7242
+644	7243
+645	7244
+646	7245
+647	7246
+648	7247
+649	7248
+650	7249
+651	7250
+652	7251
+653	7252
+654	7253
+655	7254
+656	7255
+657	7256
+659	7257
+65th	7258
+630	7259
+631	7260
+632	7261
+633	7262
+635	7263
+636	7264
+637	7265
+638	7266
+639	7267
+660	7268
+661	7269
+662	7270
+663	7271
+664	7272
+665	7273
+666	7274
+667	7275
+668	7276
+669	7277
+680	7278
+681	7279
+682	7280
+684	7281
+685	7282
+686	7283
+687	7284
+688	7285
+689	7286
+6:30	7287
+6:45	7288
+670	7289
+678	7290
+671	7291
+675	7292
+676	7293
+677	7294
+679	7295
+690	7296
+691	7297
+694	7298
+695	7299
+696	7300
+697	7301
+698	7302
+699	7303
+6-10	7304
+6-7	7305
+6-8	7306
+6-foot	7307
+6.0	7308
+6.1	7309
+6.5	7310
+6&7	7311
+6&a	7312
+6&i	7313
+6ish	7314
+6pm.com	7315
+700	7316
+70's	7317
+701	7318
+702	7319
+703	7320
+704	7321
+705	7322
+706	7323
+707	7324
+708	7325
+709	7326
+70s	7327
+70th	7328
+720	7329
+727	7330
+721	7331
+722	7332
+723	7333
+724	7334
+725	7335
+726	7336
+728	7337
+729	7338
+72nd	7339
+710	7340
+711	7341
+712	7342
+713	7343
+714	7344
+715	7345
+716	7346
+717	7347
+718	7348
+719	7349
+71st	7350
+770	7351
+777	7352
+771	7353
+772	7354
+773	7355
+774	7356
+775	7357
+776	7358
+778	7359
+779	7360
+730	7361
+731	7362
+732	7363
+733	7364
+734	7365
+735	7366
+736	7367
+737	7368
+738	7369
+739	7370
+760	7371
+761	7372
+762	7373
+763	7374
+765	7375
+766	7376
+767	7377
+768	7378
+769	7379
+76ers	7380
+740	7381
+741	7382
+742	7383
+743	7384
+744	7385
+745	7386
+746	7387
+747	7388
+748	7389
+749	7390
+750	7391
+751	7392
+753	7393
+754	7394
+755	7395
+756	7396
+757	7397
+758	7398
+75th	7399
+780	7400
+781	7401
+782	7402
+783	7403
+785	7404
+786	7405
+787	7406
+788	7407
+789	7408
+7:45	7409
+790	7410
+791	7411
+793	7412
+795	7413
+796	7414
+797	7415
+798	7416
+799	7417
+7-10	7418
+7-8	7419
+7-Eleven	7420
+7-inch	7421
+7-year-old	7422
+7&8	7423
+7&9	7424
+7&a	7425
+7&i	7426
+7.0	7427
+7.3	7428
+7.5	7429
+920	7430
+921	7431
+922	7432
+923	7433
+924	7434
+925	7435
+926	7436
+928	7437
+929	7438
+930	7439
+931	7440
+932	7441
+933	7442
+934	7443
+935	7444
+936	7445
+937	7446
+939	7447
+970	7448
+971	7449
+972	7450
+973	7451
+975	7452
+978	7453
+979	7454
+97x	7455
+900	7456
+902	7457
+90's	7458
+901	7459
+903	7460
+904	7461
+905	7462
+908	7463
+909	7464
+90s	7465
+90th	7466
+940	7467
+941	7468
+944	7469
+945	7470
+946	7471
+947	7472
+948	7473
+949	7474
+94th	7475
+950	7476
+951	7477
+952	7478
+954	7479
+955	7480
+956	7481
+95th	7482
+999	7483
+990	7484
+995	7485
+996	7486
+997	7487
+99cent	7488
+910	7489
+911	7490
+912	7491
+913	7492
+914	7493
+915	7494
+916	7495
+917	7496
+918	7497
+919	7498
+980	7499
+9843	7500
+985	7501
+989	7502
+960	7503
+966	7504
+968	7505
+969	7506
+9:30	7507
+9:45	7508
+9/11	7509
+qua	7510
+que	7511
+quo	7512
+q-tips	7513
+Zac	7514
+Zam	7515
+Zapp	7516
+Zak	7517
+Zagg	7518
+Zales	7519
+Zavala	7520
+Zaxby's	7521
+Zay	7522
+Zip	7523
+Zim	7524
+Zig	7525
+Zin	7526
+Zia	7527
+Zicam	7528
+Zee	7529
+Zen	7530
+Zeb	7531
+Zealand	7532
+Zedd	7533
+Zeigler	7534
+Zeke	7535
+Zero	7536
+Zeta	7537
+Zeus	7538
+Zevon	7539
+Zoo	7540
+Zoe	7541
+Zombie	7542
+Zodiac	7543
+Zohan	7544
+Zuckerberg	7545
+Zuni	7546
+Zupas	7547
+Zushi	7548
+ZZZ	7549
+Zynga	7550
+Zyrtec	7551
+800	7552
+80's	7553
+801	7554
+802	7555
+803	7556
+804	7557
+805	7558
+806	7559
+808	7560
+80s	7561
+80th	7562
+827	7563
+820	7564
+821	7565
+822	7566
+823	7567
+825	7568
+826	7569
+828	7570
+829	7571
+82nd	7572
+830	7573
+831	7574
+832	7575
+833	7576
+834	7577
+835	7578
+836	7579
+837	7580
+838	7581
+839	7582
+850	7583
+851	7584
+852	7585
+853	7586
+855	7587
+856	7588
+857	7589
+858	7590
+859	7591
+85th	7592
+810	7593
+811	7594
+812	7595
+813	7596
+814	7597
+815	7598
+816	7599
+817	7600
+818	7601
+819	7602
+840	7603
+841	7604
+843	7605
+844	7606
+845	7607
+846	7608
+847	7609
+848	7610
+849	7611
+860	7612
+862	7613
+863	7614
+864	7615
+865	7616
+866	7617
+8675309	7618
+868	7619
+888	7620
+88.3	7621
+880	7622
+881	7623
+883	7624
+885	7625
+886	7626
+887	7627
+870	7628
+871	7629
+872	7630
+875	7631
+876	7632
+877	7633
+879	7634
+8:30	7635
+8:45	7636
+890	7637
+895	7638
+896	7639
+898	7640
+899	7641
+8.1	7642
+8.5	7643
+8.com	7644
+8&9	7645
+8&a	7646
+Qui	7647
+Quonset	7648
+Quran	7649
+Qaeda	7650
+Qantas	7651
+Qatar	7652
+QPS	7653
+QRS	7654
+QVC	7655
+QWERTY	7656
+QWOP	7657
+Qik	7658
+Qt's	7659
+zip	7660
+zit	7661
+zig	7662
+zio	7663
+zirconia	7664
+zoo	7665
+zombie	7666
+zodiac	7667
+zoe	7668
+zofran	7669
+zoloft	7670
+zero	7671
+zest	7672
+zebra	7673
+zeal	7674
+zedge	7675
+zekos	7676
+zendaya	7677
+zap	7678
+zan	7679
+zag	7680
+zaxbys	7681
+zucchini	7682
+zukin's	7683
+zynga	7684
+zyrtec	7685
+zzzquil	7686
+zzzz	7687
+Xavier	7688
+XLR	7689
+XLT	7690
+XXL	7691
+XXX	7692
+Xerox	7693
+Xin	7694
+Xiao	7695
+Xpress	7696
+Xterra	7697
+XCX	7698
+XDM	7699
+XML	7700
+XTC	7701
+XYZ	7702
+Xboxes	7703
+Xcel	7704
+Xchange	7705
+x-ray	7706
+xxx	7707
+xxoo	7708
+xvideos	7709
+xanax	7710
+xannies	7711
+xbox.com	7712
+xie	7713
+xnxx.com	7714
+xoox	7715
+xoxo	7716
+xrays	7717
+xscape	7718
+xsport	7719
+$contacts-	7720
+$contacts.	7721
+$contactsl	7722
+$contacts/	7723
+$contacts:	7724
+$contactsall	7725
+$contactsend	7726
+$contactsssage	7727
+$contactst	7728
+$ADDRESSNUM	7729
+$APP	7730
+$MONEY	7731
+$MONTH	7732
+$PERCENT	7733
+$POSTALCODE	7734
+$SONG	7735
+$STREET	7736
+000	7737
+001	7738
+007	7739
+011	7740
+:01	7741
+:02	7742
+:03	7743
+:04	7744
+:05	7745
+:06	7746
+:07	7747
+:08	7748
+:09	7749
+star	7750
+stat	7751
+stan	7752
+stab	7753
+stag	7754
+staff	7755
+stay	7756
+stadium	7757
+step	7758
+stew	7759
+stem	7760
+stein	7761
+stefanina's	7762
+stethoscope	7763
+stock	7764
+stop	7765
+stove	7766
+stole	7767
+stogie	7768
+stoic	7769
+stout	7770
+stow	7771
+stick	7772
+stir	7773
+stiff	7774
+stitch	7775
+stigma	7776
+stud	7777
+stun	7778
+stub	7779
+stuff	7780
+stutter	7781
+styrofoam	7782
+show	7783
+shop	7784
+shoo	7785
+shoe	7786
+shock	7787
+shot	7788
+shoals	7789
+shoguns	7790
+shoneys	7791
+sham	7792
+shad	7793
+shaw	7794
+shack	7795
+shatter	7796
+shaft	7797
+shag	7798
+shaimus	7799
+shit	7800
+shin	7801
+ship	7802
+shift	7803
+shim	7804
+shield	7805
+shiver	7806
+shish	7807
+shizz	7808
+shiiiit	7809
+shea	7810
+shed	7811
+shepherd	7812
+shemale	7813
+shebang	7814
+shenanigans	7815
+shes	7816
+shut	7817
+shuck	7818
+shun	7819
+shush	7820
+shyla	7821
+shyness	7822
+shystie	7823
+subs	7824
+subject	7825
+suburb	7826
+subpoena	7827
+subfloor	7828
+super	7829
+supine	7830
+surf	7831
+sure	7832
+surcharge	7833
+surance	7834
+surdyke	7835
+surly	7836
+surname	7837
+suns	7838
+sung	7839
+sunflower	7840
+sunk	7841
+sun's	7842
+sunlight	7843
+sunny	7844
+suntan	7845
+sunup	7846
+susan	7847
+susceptible	7848
+sushi	7849
+susie	7850
+suck	7851
+such	7852
+suction	7853
+sumac	7854
+sumn	7855
+sumo	7856
+sump	7857
+sums	7858
+sumthin	7859
+suffer	7860
+suggest	7861
+sugar	7862
+suit	7863
+suing	7864
+sued	7865
+sues	7866
+suey	7867
+sudden	7868
+sudafed	7869
+suds	7870
+sulphur	7871
+sultry	7872
+sutures	7873
+suxxx	7874
+spec	7875
+spew	7876
+sped	7877
+sperm	7878
+spar	7879
+span	7880
+spas	7881
+spat	7882
+spam	7883
+spazz	7884
+spade	7885
+spaghetti	7886
+spawn	7887
+spay	7888
+spalon	7889
+spot	7890
+spoil	7891
+spoke	7892
+spose	7893
+spin	7894
+spit	7895
+spic	7896
+spiffy	7897
+spigot	7898
+spry	7899
+splurge	7900
+spur	7901
+spun	7902
+spud	7903
+sputtering	7904
+spyglass	7905
+spying	7906
+spyware	7907
+sphere	7908
+sphincter	7909
+seas	7910
+sear	7911
+seat	7912
+seal	7913
+seam	7914
+sean	7915
+seagull	7916
+seaboard	7917
+seacoast	7918
+seadoo	7919
+seahorse	7920
+seaport	7921
+serv	7922
+sergeant	7923
+sermon	7924
+serpent	7925
+sera	7926
+serum	7927
+sent	7928
+send	7929
+senator	7930
+sen$contacts	7931
+self	7932
+sell	7933
+seldom	7934
+selmons	7935
+seltzer	7936
+selves	7937
+secu	7938
+second	7939
+secant	7940
+secs	7941
+seed	7942
+seek	7943
+seem	7944
+seein	7945
+seen	7946
+seer	7947
+sees	7948
+semi	7949
+semblance	7950
+setback	7951
+setup	7952
+seth	7953
+setlist	7954
+sets	7955
+sexual	7956
+sexy	7957
+sex.com	7958
+sexless	7959
+sevananda	7960
+sevyn	7961
+sediment	7962
+sepsis	7963
+sewage	7964
+sewing	7965
+sewn	7966
+sequin	7967
+seiner	7968
+seismic	7969
+segment	7970
+session	7971
+sesame	7972
+sesloc	7973
+scar	7974
+scan	7975
+scam	7976
+scat	7977
+scab	7978
+scaffold	7979
+scape	7980
+scag	7981
+scavenger	7982
+schmuck	7983
+schram's	7984
+schwans	7985
+sculpt	7986
+scuff	7987
+scum	7988
+scuba	7989
+scuttlebutt	7990
+scissor	7991
+sciatic	7992
+sci-fi	7993
+scene	7994
+scent	7995
+scenario	7996
+scenic	7997
+salt	7998
+sale	7999
+salsa	8000
+sally	8001
+sand	8002
+sang	8003
+sana	8004
+sanbernardino	8005
+sane	8006
+sanford	8007
+sank	8008
+sans	8009
+same	8010
+sams	8011
+sama	8012
+sambuca	8013
+samurai	8014
+save	8015
+savor	8016
+savvy	8017
+satellite	8018
+satanic	8019
+satchel	8020
+satyr	8021
+sadface	8022
+sadly	8023
+sadness	8024
+sack	8025
+sachem	8026
+sacs	8027
+safe	8028
+safari	8029
+saffron	8030
+safro	8031
+sausage	8032
+saute	8033
+sauerkraut	8034
+sauna	8035
+sail	8036
+said	8037
+saint	8038
+sabe	8039
+sabatino's	8040
+sabbatical	8041
+sabi	8042
+sable	8043
+sabrina	8044
+sara	8045
+sage	8046
+saga	8047
+sash	8048
+sass	8049
+sasquatch	8050
+sawdust	8051
+sawed	8052
+sawing	8053
+sawmill	8054
+saws	8055
+sawtooth	8056
+sawzall	8057
+sayin	8058
+says	8059
+say's	8060
+saprina	8061
+sake	8062
+sakioka	8063
+saxophone	8064
+soli	8065
+sold	8066
+sole	8067
+solo	8068
+sollenbergers	8069
+solstice	8070
+south	8071
+sound	8072
+sour	8073
+soul	8074
+soup	8075
+souffle	8076
+sought	8077
+sous	8078
+some	8079
+soma	8080
+somo	8081
+sock	8082
+soca	8083
+soccer	8084
+song	8085
+sono	8086
+sony	8087
+son's	8088
+son-in-law	8089
+sonders	8090
+sonenclar	8091
+sons	8092
+soft	8093
+sofa	8094
+soffit	8095
+sort	8096
+sore	8097
+sorbet	8098
+sorcery	8099
+sorority	8100
+soon	8101
+sooo	8102
+sooper	8103
+soos	8104
+soak	8105
+soap	8106
+soar	8107
+sober	8108
+soba	8109
+sobbing	8110
+sobriety	8111
+soprano	8112
+soda	8113
+sodium	8114
+sodomy	8115
+soil	8116
+soiree	8117
+soybean	8118
+so-called	8119
+so-so	8120
+sovereignty	8121
+sing	8122
+since	8123
+sink	8124
+sinus	8125
+sinful	8126
+sinister	8127
+sino	8128
+sins	8129
+sign	8130
+sigh	8131
+sigues	8132
+simi	8133
+simmer	8134
+sims	8135
+silver	8136
+sill	8137
+silk	8138
+silhouette	8139
+silo	8140
+silt	8141
+side	8142
+siding	8143
+site	8144
+sitar	8145
+sits	8146
+sicko	8147
+sickies	8148
+sickness	8149
+sicky	8150
+sis's	8151
+siskey	8152
+size	8153
+sizable	8154
+sizing	8155
+sire	8156
+siri	8157
+sirloin	8158
+sirree	8159
+sirs	8160
+siphon	8161
+sips	8162
+six-month	8163
+sixes	8164
+siebenthaler	8165
+siege	8166
+siempre	8167
+siento	8168
+siesta	8169
+sieve	8170
+siblings	8171
+slack	8172
+slap	8173
+slam	8174
+slaughter	8175
+slash	8176
+slay	8177
+slab	8178
+slag	8179
+slain	8180
+slakey	8181
+slaw	8182
+slip	8183
+slid	8184
+slim	8185
+slight	8186
+slit	8187
+sliver	8188
+sled	8189
+sleigh	8190
+slender	8191
+slept	8192
+slew	8193
+slow	8194
+slob	8195
+slop	8196
+slot	8197
+slogan	8198
+slouch	8199
+slur	8200
+slug	8201
+slum	8202
+slush	8203
+slut	8204
+sludge	8205
+snow	8206
+snob	8207
+snot	8208
+snogging	8209
+snout	8210
+snozberries	8211
+snap	8212
+snack	8213
+snag	8214
+snake	8215
+snatch	8216
+snail	8217
+snafu	8218
+snazzy	8219
+snip	8220
+sniff	8221
+snitch	8222
+snicker	8223
+snide	8224
+snug	8225
+snuff	8226
+snub	8227
+snuck	8228
+sneak	8229
+snedaker	8230
+swell	8231
+swept	8232
+swim	8233
+switch	8234
+swirl	8235
+swift	8236
+swig	8237
+swivel	8238
+swam	8239
+swan	8240
+swallow	8241
+swap	8242
+swag	8243
+sway	8244
+swab	8245
+swatch	8246
+swaddle	8247
+swains	8248
+swastika	8249
+skin	8250
+skip	8251
+skill	8252
+skim	8253
+skit	8254
+skid	8255
+skirt	8256
+skiff	8257
+skiing	8258
+skis	8259
+sketch	8260
+skew	8261
+skeptic	8262
+skyscraper	8263
+sky's	8264
+skybox	8265
+skyrocket	8266
+skyvi	8267
+skyward	8268
+skank	8269
+skunk	8270
+skull	8271
+skool	8272
+skore	8273
+smother	8274
+smog	8275
+smock	8276
+smoldering	8277
+smart	8278
+smack	8279
+small	8280
+smash	8281
+smidge	8282
+smirk	8283
+smear	8284
+smexy	8285
+smug	8286
+smudge	8287
+smurf	8288
+smushed	8289
+smut	8290
+sync	8291
+synergy	8292
+symbol	8293
+system	8294
+sylvia	8295
+syrup	8296
+s.o.b	8297
+s.o.l	8298
+cont	8299
+cons	8300
+conf	8301
+cone	8302
+con-	8303
+conked	8304
+conrads	8305
+conundrum	8306
+comp	8307
+comm	8308
+comb	8309
+come	8310
+coma	8311
+comcast	8312
+como	8313
+com.au	8314
+comdata	8315
+comrade	8316
+colo	8317
+cold	8318
+cola	8319
+coli	8320
+cole	8321
+colt	8322
+colbys	8323
+corn	8324
+cord	8325
+corp	8326
+cork	8327
+core	8328
+cory	8329
+could	8330
+couch	8331
+coumadin	8332
+couture	8333
+cook	8334
+coop	8335
+cool	8336
+coochie	8337
+coon	8338
+coos	8339
+cock	8340
+coca	8341
+coches	8342
+cocina	8343
+copy	8344
+cope	8345
+cops	8346
+copter	8347
+cost	8348
+cosa	8349
+cosgrove	8350
+cosplay	8351
+coast	8352
+coach	8353
+coat	8354
+coal	8355
+coax	8356
+coarse	8357
+cove	8358
+code	8359
+coda	8360
+coding	8361
+codone	8362
+cody	8363
+coward	8364
+coworker	8365
+cowgirl	8366
+cowl	8367
+cows	8368
+coin	8369
+coil	8370
+cobble	8371
+cobalt	8372
+coborns	8373
+cobra	8374
+cobwebs	8375
+cotillion	8376
+coffee	8377
+coffin	8378
+cogeco	8379
+coho	8380
+coked	8381
+cokes	8382
+coyote	8383
+coed	8384
+coexist	8385
+cozy	8386
+care	8387
+card	8388
+cart	8389
+carb	8390
+carp	8391
+cara	8392
+cari	8393
+cars	8394
+car.	8395
+car's	8396
+car2go	8397
+carfax	8398
+cargo	8399
+carwash	8400
+cant	8401
+cane	8402
+canvas	8403
+canyon	8404
+can't	8405
+can.	8406
+canker	8407
+cans	8408
+call	8409
+calc	8410
+calm	8411
+calorie	8412
+calzone	8413
+cal$contacts	8414
+calbag	8415
+calf	8416
+cals	8417
+calypso	8418
+cast	8419
+cash	8420
+case	8421
+casa	8422
+cask	8423
+catch	8424
+cath	8425
+cation	8426
+cat's	8427
+catfish	8428
+catnip	8429
+cats	8430
+catwalk	8431
+cape	8432
+caps	8433
+capo	8434
+capris	8435
+camp	8436
+came	8437
+camo	8438
+cami	8439
+cams	8440
+camcorder	8441
+cammies	8442
+camron	8443
+cabin	8444
+caboose	8445
+cabs	8446
+caucus	8447
+caught	8448
+cave	8449
+cava	8450
+cada	8451
+cafe	8452
+caff	8453
+cactus	8454
+cage	8455
+cago	8456
+caked	8457
+cakes	8458
+cakewalk	8459
+char	8460
+chan	8461
+chap	8462
+chat	8463
+chai	8464
+chad	8465
+chafing	8466
+chagrin	8467
+chavoshi	8468
+check	8469
+chem	8470
+cher	8471
+chew	8472
+chef	8473
+cheddar	8474
+cheba	8475
+chex	8476
+cheyenne	8477
+chez	8478
+chic	8479
+chip	8480
+chin	8481
+chief	8482
+chit	8483
+chihuahua	8484
+chia	8485
+chibi	8486
+chiffon	8487
+chiquis	8488
+chop	8489
+choc	8490
+choo	8491
+choi	8492
+chomp	8493
+chose	8494
+chow	8495
+chode	8496
+chong	8497
+chuck	8498
+chum	8499
+chunk	8500
+chug	8501
+chulo	8502
+chris	8503
+chrysalis	8504
+chlamydia	8505
+crack	8506
+crap	8507
+craft	8508
+cram	8509
+crab	8510
+crate	8511
+cray	8512
+cradle	8513
+crepe	8514
+crevice	8515
+crew	8516
+crow	8517
+croc	8518
+crop	8519
+crook	8520
+crotch	8521
+croissant	8522
+croquet	8523
+croak	8524
+cronies	8525
+crud	8526
+cruel	8527
+crutch	8528
+crux	8529
+crib	8530
+crick	8531
+crystal	8532
+crypt	8533
+cryin	8534
+crybaby	8535
+clam	8536
+clap	8537
+clay	8538
+clan	8539
+claw	8540
+clack	8541
+clad	8542
+clavicle	8543
+clip	8544
+client	8545
+cliff	8546
+clit	8547
+clique	8548
+clot	8549
+clock	8550
+cloud	8551
+clove	8552
+clog	8553
+clown	8554
+cloak	8555
+clomid	8556
+cleco	8557
+cleft	8558
+club	8559
+clue	8560
+cluster	8561
+cluck	8562
+cluding	8563
+clunking	8564
+curl	8565
+curb	8566
+cure	8567
+curd	8568
+curtain	8569
+curable	8570
+curfew	8571
+cust	8572
+cuss	8573
+cusp	8574
+cute	8575
+cuts	8576
+cutbacks	8577
+cutrubus	8578
+cult	8579
+cul-de-sac	8580
+culinary	8581
+culvert	8582
+cumshot	8583
+cumin	8584
+cumple	8585
+cumulative	8586
+cube	8587
+cubic	8588
+cubs	8589
+cupboard	8590
+cupcake	8591
+cupid	8592
+cups	8593
+cucumber	8594
+cucas	8595
+cuckoo	8596
+cuffed	8597
+cufflinks	8598
+cuffs	8599
+cunt	8600
+cunning	8601
+cues	8602
+cell	8603
+celadon	8604
+cent	8605
+cert	8606
+ceramic	8607
+cease	8608
+ceasing	8609
+cember	8610
+ceiling	8611
+ceived	8612
+cedarwood	8613
+cetera	8614
+cetra	8615
+cirella's	8616
+cirrhosis	8617
+citi	8618
+cita	8619
+city	8620
+cite	8621
+cine	8622
+cinzetti's	8623
+cigar	8624
+cigs	8625
+cigz	8626
+cilantro	8627
+cilco	8628
+cilia	8629
+cialis	8630
+ciao	8631
+cycle	8632
+cyclone	8633
+cyborg	8634
+cystic	8635
+cysts	8636
+cyanide	8637
+cylinders	8638
+cymbalta	8639
+cynical	8640
+cynicism	8641
+cypher	8642
+cypress	8643
+c$contactsll	8644
+Star	8645
+Stan	8646
+Staff	8647
+Staple	8648
+Stag	8649
+Stay	8650
+Stabler	8651
+Stadium	8652
+Staker	8653
+Stavros	8654
+Step	8655
+Stef	8656
+Stew	8657
+Stein	8658
+Steuben	8659
+Stebbins	8660
+Stedman	8661
+Steger	8662
+Stemmons	8663
+Stenton	8664
+Stetson	8665
+Stock	8666
+Stoke	8667
+Stop	8668
+Stow	8669
+Stoddard	8670
+Stompeez	8671
+Struthers	8672
+Stud	8673
+Stuart	8674
+Stuy	8675
+Stuebner	8676
+Stuff	8677
+Stupid	8678
+Stuttgart	8679
+Stick	8680
+Stigler	8681
+Stihl	8682
+Stimpy	8683
+Stirling	8684
+Stitch	8685
+Stivers	8686
+Stix	8687
+Style	8688
+Styrofoam	8689
+Styx	8690
+Sand	8691
+Sana	8692
+Sanja	8693
+SanDisk	8694
+SanMar	8695
+Sanborn	8696
+Sanel	8697
+Sanford	8698
+Sano	8699
+Sanyo	8700
+Sala	8701
+Salt	8702
+Sale	8703
+Sal's	8704
+Sals	8705
+Saluda	8706
+Salwa	8707
+Sams	8708
+Sami	8709
+Sam's	8710
+Sameer	8711
+Sampson	8712
+Sara	8713
+Sarge	8714
+Sartell	8715
+Sarver	8716
+Saba	8717
+Sabin	8718
+Sabbath	8719
+Sabetha	8720
+Saul	8721
+Sauk	8722
+Saudi	8723
+Sauer	8724
+Saunders	8725
+Saurus	8726
+Sausalito	8727
+Sauvignon	8728
+Satan	8729
+Satellite	8730
+Sato	8731
+Satriani	8732
+Savi	8733
+Save	8734
+Saga	8735
+Sage	8736
+Sagle	8737
+Saguaro	8738
+Sain	8739
+Sail	8740
+Said	8741
+Saigon	8742
+Saito's	8743
+Saiyan	8744
+Sachs	8745
+Sackville	8746
+Saco	8747
+Sadie	8748
+Sade	8749
+Sadler	8750
+Sasha	8751
+Sasa	8752
+Sasquatch	8753
+Sawyer	8754
+Sawgrass	8755
+Sawmill	8756
+Sawnee	8757
+Sawtelle	8758
+Safe	8759
+Safari	8760
+Safford	8761
+Sayre	8762
+Saybrook	8763
+Sayer	8764
+Saylor's	8765
+Says	8766
+Sayville	8767
+Saxon	8768
+Saxbys	8769
+Saxton	8770
+Sapp	8771
+Sapulpa	8772
+Sakana	8773
+Saks	8774
+Sakura	8775
+Saab	8776
+Saad	8777
+Sahara	8778
+Sahuarita	8779
+Shar	8780
+Shan	8781
+Shaw	8782
+Shay	8783
+Shah	8784
+Shaun	8785
+Shack	8786
+Shai	8787
+Shae	8788
+Shaggy	8789
+Shaolin	8790
+Shapiro	8791
+Shaquille	8792
+Shasta	8793
+Shazam	8794
+Shea	8795
+Shen	8796
+Sheila	8797
+Shedd	8798
+Sheffield	8799
+Shekinah	8800
+Shem	8801
+Shetland	8802
+Shop	8803
+Shot	8804
+Show	8805
+Shock	8806
+Shoe	8807
+Shoal	8808
+Shogun	8809
+Shout	8810
+Shovelhead	8811
+Ship	8812
+Shin	8813
+Shiv	8814
+Shia	8815
+Shiba	8816
+Shift	8817
+Shih	8818
+Shiki	8819
+Shimano	8820
+Shrugged	8821
+Shugart	8822
+Shula's	8823
+Shurmur	8824
+Seas	8825
+Seal	8826
+Sean	8827
+Seahawk	8828
+Seattle	8829
+SeaComm	8830
+SeaTac	8831
+SeaWorld	8832
+Seacrest	8833
+Seamus	8834
+Seaport	8835
+Seaquarium	8836
+Seaway	8837
+Serra	8838
+Serbia	8839
+Serato	8840
+Serpentini	8841
+Serta	8842
+Sena	8843
+Sent	8844
+Send	8845
+Seneca	8846
+Senior	8847
+Sennheiser	8848
+Selby	8849
+Selah	8850
+Selden	8851
+Self	8852
+Selkirk	8853
+Seltzer	8854
+Seco	8855
+Secret	8856
+Secaucus	8857
+Section	8858
+Sevan	8859
+See's	8860
+Seeburg	8861
+Seeger	8862
+Seekonk	8863
+Seema	8864
+Seether	8865
+Seth	8866
+Setauket	8867
+Seterus	8868
+Seton	8869
+Setzer	8870
+Sedona	8871
+Sedro	8872
+Semco	8873
+Semmes	8874
+Semoran	8875
+Semper	8876
+Sephora	8877
+Seppi's	8878
+Sega	8879
+Seger	8880
+Segway	8881
+Sebring	8882
+Seward	8883
+Sewickley	8884
+Seibert	8885
+Seiko	8886
+Seinfeld	8887
+Sequim	8888
+Sesame	8889
+Sexton	8890
+Sexy	8891
+Seybold	8892
+Seymour	8893
+Sunny	8894
+Suns	8895
+SunPass	8896
+SunTrust	8897
+Sunapee	8898
+Sunglass	8899
+Sunkist	8900
+Sunland	8901
+Sunmart	8902
+Sunoco	8903
+Sunwest	8904
+Super	8905
+Surf	8906
+Surin	8907
+Surla	8908
+Surprise	8909
+Sumerel	8910
+Sumner	8911
+Sumpter	8912
+Sumter	8913
+Susan	8914
+Susie	8915
+Sushi	8916
+Susquehanna	8917
+Sutliff	8918
+Sutphin	8919
+Sutra	8920
+Subaru	8921
+Suburban	8922
+SubFinder	8923
+Submarine	8924
+Subs	8925
+Subway	8926
+Sultan	8927
+Sulphur	8928
+Suzi	8929
+Suzanne	8930
+Suzette	8931
+Suzuki	8932
+Suzy	8933
+Sugar	8934
+Suggs	8935
+Suit	8936
+Suicide	8937
+Suisun	8938
+Sudan	8939
+Sudbury	8940
+Suddenlink	8941
+Sudley	8942
+Sudoku	8943
+Sucker	8944
+Sue's	8945
+Suey	8946
+Suffern	8947
+Suffield	8948
+Suffolk	8949
+Suki	8950
+Sukho	8951
+Suamico	8952
+Suarez	8953
+South	8954
+Sound	8955
+Soul	8956
+Soup	8957
+Sour	8958
+Souderton	8959
+Souza	8960
+Sony	8961
+Sona	8962
+Song	8963
+Sonny	8964
+Soncy	8965
+Sondra	8966
+Sonesta	8967
+Sonja	8968
+Sons	8969
+Sonu	8970
+Sola	8971
+Solo	8972
+Sole	8973
+Sol's	8974
+Solstice	8975
+Solutions	8976
+Some	8977
+Soma	8978
+Sombrero	8979
+Sommers	8980
+Sorcerer's	8981
+Socastee	8982
+Soccer	8983
+Socrates	8984
+Sofi	8985
+Soft	8986
+Sopranos	8987
+Sobe	8988
+Sobiech	8989
+Soboba	8990
+Sobrante	8991
+Soda	8992
+Soddy	8993
+Sodexo	8994
+SoCal	8995
+SoCo	8996
+Sovereign	8997
+Soap	8998
+Soaring	8999
+Sooners	9000
+Soopers	9001
+Sosa	9002
+Sossaman	9003
+Sotheby's	9004
+Soto	9005
+Space	9006
+Spade	9007
+Spaghetti	9008
+Spalding	9009
+Spahn	9010
+Spain	9011
+Spas	9012
+Spaulding	9013
+Sperry	9014
+Spektor	9015
+Spruce	9016
+Spin	9017
+Spice	9018
+Spider	9019
+Spike	9020
+Spiller	9021
+Spivey	9022
+Sport	9023
+Spot	9024
+Sponge	9025
+Spoon	9026
+Spock	9027
+Splash	9028
+Spurgeon	9029
+Spurrier	9030
+Spurs	9031
+Spyder	9032
+Spyro	9033
+Spherion	9034
+Sphinx	9035
+Silas	9036
+Silber	9037
+Silicon	9038
+Silk	9039
+Sill	9040
+Siloam	9041
+Silpada	9042
+Silsbee	9043
+Simon	9044
+Simi	9045
+Sims	9046
+SimCity	9047
+Simba	9048
+Simcoe	9049
+Simeon	9050
+Sing	9051
+Sina	9052
+Sinbad	9053
+Sinead	9054
+Sinking	9055
+Sinnissippi	9056
+Sinton	9057
+Sisk	9058
+Sisley	9059
+Sisqo	9060
+Sign	9061
+Sigalert	9062
+Sigel	9063
+Sigler	9064
+Sigourney	9065
+Sierra	9066
+Siemens	9067
+Siesta	9068
+Siri	9069
+Sirloin	9070
+Sirus	9071
+Sita	9072
+Site	9073
+Sitka	9074
+Sitting	9075
+Sick	9076
+Side	9077
+Siddiqui	9078
+Sidney	9079
+Sikes	9080
+Sikh	9081
+Sikorsky	9082
+Sixers	9083
+Sixt	9084
+Sixx	9085
+Size	9086
+Siberia	9087
+Sibley	9088
+Sioux	9089
+Siobhan	9090
+Siamese	9091
+Schlotzsky's	9092
+Scot	9093
+Scout	9094
+Scooby	9095
+Scopus	9096
+Scoville	9097
+Scaggs	9098
+Scala	9099
+Scappoose	9100
+Scissorhands	9101
+Scituate	9102
+Scent	9103
+Scenic	9104
+Scuba	9105
+Scully	9106
+Skype	9107
+SkyDrive	9108
+SkyMiles	9109
+Skyblock	9110
+Skye	9111
+Skyfall	9112
+Skyharbor	9113
+Skytop	9114
+Skyview	9115
+Skin	9116
+Skid	9117
+Skip	9118
+Skiatook	9119
+Skibo	9120
+Skittles	9121
+Skamania	9122
+Skaneateles	9123
+Skeet	9124
+Skechers	9125
+Skemp	9126
+Skoal	9127
+Skokie	9128
+Skout	9129
+Skowhegan	9130
+Skullcandy	9131
+Swan	9132
+Swain	9133
+Swamp	9134
+Swahili	9135
+Swap	9136
+Swayze	9137
+Sweat	9138
+Swenson	9139
+Sweitzer	9140
+Swick	9141
+Swim	9142
+Swiper	9143
+Swizz	9144
+Swope	9145
+Sword	9146
+Slam	9147
+Slab	9148
+Slacker	9149
+Slade	9150
+Slanted	9151
+Slappey	9152
+Slauson	9153
+Slavic	9154
+Slayer	9155
+Sligh	9156
+Slim	9157
+Slidell	9158
+Slope	9159
+Slough	9160
+Sleep	9161
+Slender	9162
+Sledge	9163
+Slurpee	9164
+Slugger	9165
+Smart	9166
+Small	9167
+Smash	9168
+Smile	9169
+Smiddy	9170
+Smirnoff	9171
+Smoot	9172
+Smosh	9173
+Smyth	9174
+Smyrna	9175
+Smurfs	9176
+Snow	9177
+Snodgrass	9178
+Snohomish	9179
+Snopes	9180
+Snoqualmie	9181
+Snap	9182
+Snack	9183
+Snake	9184
+Snell	9185
+Snead	9186
+Sneed	9187
+Snickers	9188
+Snider	9189
+Snipes	9190
+Snyders	9191
+Sylacauga	9192
+Syleena	9193
+Sylmar	9194
+Sync	9195
+Sydney	9196
+Syria	9197
+Syracuse	9198
+System	9199
+Sysco	9200
+Sybaris	9201
+Sybil	9202
+Sycamore	9203
+Sycuan	9204
+Sykesville	9205
+Symone	9206
+Symphony	9207
+Square	9208
+Squad	9209
+Squamish	9210
+Squatch	9211
+Squaw	9212
+Squier	9213
+Squishy	9214
+SAT's	9215
+SATA	9216
+SATs	9217
+SARS	9218
+SPCA	9219
+SPECT	9220
+SPEED	9221
+SPID	9222
+SSAT	9223
+SSDI	9224
+SSID	9225
+STD's	9226
+STDs	9227
+SMECO	9228
+SMUD	9229
+SEALs	9230
+SCE&G	9231
+SIDS	9232
+SIUE	9233
+SOCOM	9234
+SWAT	9235
+SDSU	9236
+SUNY	9237
+SUV's	9238
+prop	9239
+pros	9240
+prom	9241
+prof	9242
+prob	9243
+prod	9244
+project	9245
+proof	9246
+prohibit	9247
+proud	9248
+prorate	9249
+prowl	9250
+prozac	9251
+pres	9252
+prep	9253
+preheat	9254
+prejudice	9255
+prenatal	9256
+prey	9257
+prequel	9258
+prim	9259
+prior	9260
+pride	9261
+priest	9262
+prize	9263
+prilosec	9264
+pray	9265
+pragmatic	9266
+praline	9267
+praxis	9268
+prude	9269
+prying	9270
+part	9271
+para	9272
+pare	9273
+park	9274
+pars	9275
+par-tay	9276
+pardon	9277
+parfait	9278
+parvo	9279
+path	9280
+pate	9281
+patch	9282
+patootie	9283
+pats	9284
+pant	9285
+pani	9286
+pana	9287
+pane	9288
+pans	9289
+panhandling	9290
+past	9291
+pass	9292
+pasa	9293
+pashaei	9294
+paso	9295
+pasquales	9296
+pain	9297
+pair	9298
+pail	9299
+paid	9300
+pack	9301
+pace	9302
+pacman	9303
+pact	9304
+paczki	9305
+pala	9306
+pale	9307
+palm	9308
+pals	9309
+pal.com	9310
+palisade	9311
+palominos	9312
+palpitations	9313
+paltalk	9314
+payback	9315
+paycheck	9316
+payday	9317
+payment	9318
+pays	9319
+pay-per-view	9320
+payPal	9321
+payable	9322
+paying	9323
+payless	9324
+payroll	9325
+papa	9326
+paper	9327
+papi	9328
+paprika	9329
+papyrus	9330
+page	9331
+pagan	9332
+paging	9333
+pagliai's	9334
+pagoda	9335
+padawan	9336
+padlock	9337
+padrinos	9338
+pads	9339
+pave	9340
+paul	9341
+pawn	9342
+paws	9343
+pajamas	9344
+post	9345
+poss	9346
+pose	9347
+posados	9348
+posh	9349
+posole	9350
+poly	9351
+poll	9352
+polar	9353
+pole	9354
+polk	9355
+polo	9356
+polcari's	9357
+poltergeist	9358
+port	9359
+porn	9360
+pork	9361
+pore	9362
+porfavor	9363
+porous	9364
+porque	9365
+porridge	9366
+pops	9367
+pope	9368
+pop-up	9369
+popcorn	9370
+popgo	9371
+popin	9372
+popka	9373
+poplar	9374
+popo's	9375
+poop	9376
+pool	9377
+poor	9378
+pooch	9379
+poodle	9380
+poon	9381
+poof	9382
+pooja	9383
+pooter	9384
+potbelly	9385
+potion	9386
+pots	9387
+poison	9388
+poignant	9389
+powder	9390
+pour	9391
+pout	9392
+pouch	9393
+poultry	9394
+pond	9395
+pony	9396
+poncho	9397
+pong	9398
+ponies	9399
+pons	9400
+pontoon	9401
+poke	9402
+poky	9403
+pomegranate	9404
+pomoco	9405
+poms	9406
+pock	9407
+poca	9408
+poco	9409
+pocus	9410
+podcast	9411
+pods	9412
+podunk	9413
+poet	9414
+poem	9415
+poaching	9416
+poblanos	9417
+poverty	9418
+pers	9419
+perm	9420
+perv	9421
+perk	9422
+pero	9423
+perani's	9424
+pergola	9425
+perhaps	9426
+perjury	9427
+peruse	9428
+pens	9429
+pent	9430
+penguin	9431
+penos	9432
+penyata	9433
+peak	9434
+pear	9435
+peas	9436
+peanut	9437
+peek	9438
+peel	9439
+peep	9440
+peer	9441
+peeve	9442
+peed	9443
+peeing	9444
+pees	9445
+peewee	9446
+pedi	9447
+pedal	9448
+peds	9449
+petit	9450
+petal	9451
+pete	9452
+pets	9453
+pet's	9454
+petunia	9455
+pepboys	9456
+pepcid	9457
+pepes	9458
+pepsi	9459
+pepto	9460
+pest	9461
+peso	9462
+pessimist	9463
+pesky	9464
+peck	9465
+pecan	9466
+pectin	9467
+peculiar	9468
+pegboard	9469
+pegs	9470
+pellet	9471
+pelandale	9472
+pelicans	9473
+people	9474
+peony	9475
+pews	9476
+pewter	9477
+pebbles	9478
+peyote	9479
+peyton	9480
+pinch	9481
+pine	9482
+pink	9483
+pint	9484
+ping	9485
+pins	9486
+pina	9487
+pinwheel	9488
+pinball	9489
+pinhead	9490
+pinpoint	9491
+pinyin	9492
+pick	9493
+picnic	9494
+picante	9495
+pico	9496
+pics	9497
+pill	9498
+pilgrim	9499
+pile	9500
+pilot	9501
+pilaf	9502
+piling	9503
+pitch	9504
+pitbull	9505
+pits	9506
+pita	9507
+pitiful	9508
+pituitary	9509
+pity	9510
+pier	9511
+pieology	9512
+pies	9513
+piezoni's	9514
+pigeon	9515
+pigs	9516
+pigtail	9517
+pig's	9518
+piglet	9519
+pigment	9520
+piss	9521
+pimp	9522
+pima	9523
+pimento	9524
+pipe	9525
+piping	9526
+pips	9527
+pizano's	9528
+piada	9529
+piatti's	9530
+pixel	9531
+pixie	9532
+pious	9533
+pikepass	9534
+pikes	9535
+pirate	9536
+piranha	9537
+pivotal	9538
+play	9539
+plan	9540
+plaque	9541
+plausible	9542
+plaza	9543
+plea	9544
+pled	9545
+plex	9546
+pleurisy	9547
+plum	9548
+plug	9549
+pluck	9550
+plus	9551
+plural	9552
+plow	9553
+plot	9554
+plop	9555
+plover	9556
+ploy	9557
+plight	9558
+plywood	9559
+pure	9560
+purr	9561
+purty	9562
+punish	9563
+punk	9564
+punt	9565
+punjabi	9566
+puns	9567
+puny	9568
+pubic	9569
+pubs	9570
+push	9571
+puss	9572
+pull	9573
+pulp	9574
+putt	9575
+putz	9576
+puter	9577
+puth	9578
+puts	9579
+pump	9580
+pumice	9581
+pupil	9582
+pups	9583
+puffin	9584
+puffs	9585
+puffy	9586
+puke	9587
+puking	9588
+pucker	9589
+pucks	9590
+puzzle	9591
+puzzling	9592
+pugs	9593
+photo	9594
+phobia	9595
+phys	9596
+phyls	9597
+phase	9598
+phagans	9599
+phantom	9600
+phat	9601
+phil	9602
+phineasandferb	9603
+pheasant	9604
+phew	9605
+phlegm	9606
+phrased	9607
+phrases	9608
+psych	9609
+psyllium	9610
+pseudoephedrine	9611
+pyramid	9612
+pyro	9613
+pylon	9614
+pylori	9615
+pythons	9616
+p.o.	9617
+p.m.	9618
+Conn	9619
+Cone	9620
+ConAgra	9621
+Conicelli	9622
+Conklin	9623
+Conway	9624
+Conyers	9625
+Colo	9626
+Cole	9627
+Colt	9628
+Cold	9629
+Colma	9630
+Cola	9631
+Colchester	9632
+Colfax	9633
+Colgate	9634
+Corn	9635
+Cora	9636
+Cori	9637
+Corp	9638
+Core	9639
+Cork	9640
+Cory	9641
+Corcoran	9642
+Corgi	9643
+Cormier	9644
+Corunna	9645
+Corwin	9646
+Comm	9647
+Comp	9648
+Come	9649
+Como	9650
+ComEd	9651
+Comcast	9652
+Comfort	9653
+Comstock	9654
+Comus	9655
+Coupe	9656
+Couture	9657
+Cook	9658
+Cool	9659
+Coop	9660
+Coon	9661
+Coos	9662
+Cost	9663
+Cosby	9664
+Cosgrove	9665
+Coshocton	9666
+Cosi	9667
+Coss	9668
+Cope	9669
+Copa	9670
+Copy	9671
+Copiague	9672
+Copley	9673
+Coba	9674
+Cobb	9675
+Coble	9676
+Cobo	9677
+Cobra	9678
+Coby	9679
+Coach	9680
+Coal	9681
+Coat	9682
+Coast	9683
+Coakley	9684
+Coarsegold	9685
+Cota	9686
+Cotswold	9687
+Cotuit	9688
+Coco	9689
+Coca	9690
+Cocina	9691
+Cowboy	9692
+Coweta	9693
+Cowgirls	9694
+Cowsills	9695
+Cowtown	9696
+Cove	9697
+Cody	9698
+Code	9699
+Codman	9700
+Cohasset	9701
+Cohn	9702
+Cohoes	9703
+Coffman	9704
+Coggin	9705
+Cogdill	9706
+Cogswell	9707
+Coke	9708
+Cokato	9709
+Coquille	9710
+Coquina	9711
+Coquitlam	9712
+Coyote	9713
+Coyle	9714
+Coeur	9715
+Cox's	9716
+Cozad	9717
+Cozumel	9718
+Carl	9719
+Carr	9720
+Caro	9721
+Cart	9722
+Care	9723
+Card	9724
+Cara	9725
+Cary	9726
+Carbon	9727
+Cars	9728
+CarMax	9729
+Carfax	9730
+Carhartt	9731
+Call	9732
+Cali	9733
+Cale	9734
+Cala	9735
+Calhoun	9736
+Calm	9737
+CalPERS	9738
+Calkins	9739
+Calumet	9740
+Calypso	9741
+Camp	9742
+Came	9743
+Camden	9744
+Cam's	9745
+Cana	9746
+Cano	9747
+Cane	9748
+Canyon	9749
+Canby	9750
+Canfield	9751
+Canistota	9752
+Canucks	9753
+Cass	9754
+Case	9755
+Casa	9756
+Cash	9757
+Casual	9758
+Casbah	9759
+Cason	9760
+Cate	9761
+Cato	9762
+Catch	9763
+Cats	9764
+CatOS	9765
+Catwoman	9766
+Cape	9767
+Capp	9768
+Capco	9769
+Caputo	9770
+Cabo	9771
+Cabin	9772
+Cable	9773
+Cabbage	9774
+Cade	9775
+Cadbury	9776
+Cady	9777
+Cain	9778
+Caicos	9779
+Cairo	9780
+Cave	9781
+Cavs	9782
+Cayman	9783
+Cayce	9784
+Cayenne	9785
+Caylee	9786
+Cayuga	9787
+Caffe	9788
+Cafe	9789
+Cahaba	9790
+Cahill	9791
+Cahokia	9792
+Cahuenga	9793
+Caesar's	9794
+Caesars	9795
+Cajun	9796
+Cajon	9797
+Cakery	9798
+Cakes	9799
+Cause	9800
+Caucasian	9801
+Caza	9802
+Cazenovia	9803
+Cache	9804
+Cactus	9805
+Cage	9806
+Cagle	9807
+Chan	9808
+Chad	9809
+Chas	9810
+Chat	9811
+Chau	9812
+Chao	9813
+Chaya	9814
+ChaCha	9815
+Chabot	9816
+Chacho	9817
+Chagrin	9818
+Chaka	9819
+Chaz	9820
+Chee	9821
+Cher	9822
+Chev	9823
+Chen	9824
+Chem	9825
+Chek	9826
+Chet	9827
+Cheyenne	9828
+Cheboygan	9829
+Chef	9830
+Chegg	9831
+Chewbacca	9832
+Chex	9833
+Chin	9834
+Chip	9835
+Chia	9836
+Chief	9837
+Chihuahua	9838
+Chi's	9839
+Chiquita	9840
+Chiropractic	9841
+Chiwawa	9842
+Chris	9843
+Chun	9844
+Chubb	9845
+Chuck	9846
+Chu's	9847
+Chuggington	9848
+Chula	9849
+Chute	9850
+Chuy's	9851
+Chop	9852
+Chow	9853
+Choi	9854
+Chou	9855
+Chong	9856
+Choo	9857
+Chorus	9858
+Chloe's	9859
+Crow	9860
+Croft	9861
+Croatia	9862
+Croghan	9863
+Crohn's	9864
+Croix	9865
+Cromwell	9866
+Cronin	9867
+Cropsey	9868
+Croydon	9869
+Crew	9870
+Credit	9871
+Creighton	9872
+Crenshaw	9873
+Creole	9874
+Crepevine	9875
+Crete	9876
+Craft	9877
+Crab	9878
+Cray	9879
+Cramer	9880
+Crate	9881
+Craven	9882
+Cracker	9883
+Crashers	9884
+Crazy	9885
+Cribs	9886
+Cricket	9887
+Crivitz	9888
+Cruise	9889
+Crum	9890
+Crunch	9891
+Cruz	9892
+Crue	9893
+Crutchfield	9894
+Cryer	9895
+Crypt	9896
+Clay	9897
+Clan	9898
+Clackamas	9899
+Claddagh	9900
+Claggett	9901
+Clapton	9902
+Clatsop	9903
+Clawson	9904
+Claxton	9905
+Clem	9906
+Cleo	9907
+Cleve	9908
+Cleburne	9909
+Cleghorn	9910
+Clewiston	9911
+Clif	9912
+Clio	9913
+Clive	9914
+Cloud	9915
+Clock	9916
+Cloninger	9917
+Clooney	9918
+Clopay	9919
+Cloquet	9920
+Clorox	9921
+Clown	9922
+Club	9923
+Clue	9924
+Clute	9925
+Clyde	9926
+Clybourn	9927
+Cena	9928
+Cenex	9929
+Census	9930
+Cell	9931
+Celanese	9932
+Celsius	9933
+Ceres	9934
+Cermak	9935
+Cerny	9936
+Cervantes	9937
+Cedar	9938
+Cecil	9939
+Cece	9940
+Cecconi's	9941
+Cesar	9942
+Cessna	9943
+Curt	9944
+Curb	9945
+Cure	9946
+Cult	9947
+Culver	9948
+Culbertson	9949
+Culebra	9950
+Culinary	9951
+Culkin	9952
+Culpeper	9953
+Cutco	9954
+Cuthbert	9955
+Cutie	9956
+Cuts	9957
+Cupcake	9958
+Cupid	9959
+Cupertino	9960
+Cups	9961
+Cuba	9962
+Cube	9963
+Cubs	9964
+Cucamonga	9965
+Cucina	9966
+Cuckoo's	9967
+Cucos	9968
+Cudahy	9969
+Cuddy	9970
+Cudi	9971
+Cuero	9972
+Cuervo	9973
+Cuisinart	9974
+Cuisine	9975
+Cingular	9976
+Cintas	9977
+Citi	9978
+City	9979
+Citadel	9980
+Citgo	9981
+Cirby	9982
+Cirque	9983
+Cirro	9984
+Cicero	9985
+Cici	9986
+Cielo	9987
+Cienega	9988
+Ciera	9989
+Cimarron	9990
+Cimino's	9991
+Cimorelli	9992
+Cigar	9993
+Cigna	9994
+Cisco's	9995
+Cynthia	9996
+Cyndi	9997
+Cynwyd	9998
+Cycle	9999
+Cyclops	10000
+Cypress	10001
+Cyprus	10002
+Cyrus	10003
+Cyril	10004
+Cybertron	10005
+Cymbalta	10006
+Cymphonique	10007
+CC'd	10008
+CC's	10009
+CCAC	10010
+CCBC	10011
+CCRI	10012
+CPAP	10013
+CPAs	10014
+CPCC	10015
+CSUN	10016
+CARFAX	10017
+CARQUEST	10018
+CARSTAR	10019
+CATI	10020
+CDMA	10021
+CMA's	10022
+CMHA	10023
+CNA's	10024
+CNAC	10025
+CREF	10026
+CREST	10027
+CRST	10028
+CLEAR	10029
+COBB	10030
+COBRA	10031
+CEOs	10032
+Mari	10033
+Mart	10034
+Marc	10035
+Mars	10036
+Marg	10037
+Mark	10038
+Mary	10039
+Mara	10040
+Marv	10041
+Marr	10042
+Marx	10043
+Marnie	10044
+Marple	10045
+Maru	10046
+Mann	10047
+Mans	10048
+Manya	10049
+Man's	10050
+Mane	10051
+Mankato	10052
+Manziel	10053
+Matt	10054
+Math	10055
+Mata	10056
+Matlock	10057
+Matos	10058
+Matrix	10059
+Mack	10060
+Mach	10061
+Macy	10062
+Mac's	10063
+MacArthur	10064
+MacBook	10065
+MacFarlane	10066
+MacGyver	10067
+MacNeal	10068
+Macbeth	10069
+Macclenny	10070
+Macduff	10071
+Macs	10072
+Macungie	10073
+Malo	10074
+Mali	10075
+Mall	10076
+Male	10077
+Malco	10078
+Malbis	10079
+Malkovich	10080
+Malmsteen	10081
+Malnati's	10082
+Malvern	10083
+Malwarebytes	10084
+Mass	10085
+Mast	10086
+Mason	10087
+Masco	10088
+Mash	10089
+Masi	10090
+Mask	10091
+Maspeth	10092
+Made	10093
+Madi	10094
+Madonna	10095
+Madness	10096
+Madsen	10097
+Maya	10098
+Mayo	10099
+Mays	10100
+Mayday	10101
+Mayhew	10102
+Mayport	10103
+Mayra	10104
+Maytag	10105
+Mayville	10106
+Magi	10107
+Maga	10108
+Magda	10109
+Magoo	10110
+Magpul	10111
+Magruder	10112
+Maguire	10113
+Main	10114
+Maid	10115
+Maia	10116
+Maier	10117
+Mail	10118
+Mahdi	10119
+Mahtomedi	10120
+Mahwah	10121
+Maur	10122
+Maul	10123
+Maus	10124
+Mauer	10125
+Maui	10126
+Maxwell	10127
+Max's	10128
+Maxey	10129
+Maxton	10130
+Maxx	10131
+Make	10132
+Maki	10133
+Mako	10134
+Maple	10135
+MapQuest	10136
+Mapco	10137
+Maps	10138
+Mama	10139
+Maze	10140
+Mazatlan	10141
+Mazda	10142
+Mabel	10143
+Mabank	10144
+Mableton	10145
+Mabry	10146
+Mavis	10147
+Mavs	10148
+Mae's	10149
+Maeve	10150
+Major	10151
+Maaco	10152
+Maalox	10153
+Mont	10154
+Mona	10155
+Mons	10156
+Monro	10157
+Mongo	10158
+Monmouth	10159
+Monnex	10160
+Monument	10161
+More	10162
+Mora	10163
+Morgan	10164
+Morning	10165
+Mormon	10166
+Morkie	10167
+Morse	10168
+Moor	10169
+Moon	10170
+Moos	10171
+Moto	10172
+Mother	10173
+Mott	10174
+Mota	10175
+Motel	10176
+Motion	10177
+Motley	10178
+Motrin	10179
+Mouse	10180
+Mouth	10181
+Moss	10182
+Mosby	10183
+Mosley	10184
+Most	10185
+Molalla	10186
+Molson	10187
+Mobil	10188
+Mobb	10189
+Moberly	10190
+Mobley	10191
+Moby	10192
+Mohican	10193
+Mohegan	10194
+Mohr	10195
+Mohsen	10196
+Move	10197
+Movado	10198
+Mode	10199
+Moda	10200
+Mom's	10201
+Momence	10202
+Momo	10203
+Moms	10204
+Mozza	10205
+Mocksville	10206
+Moe's	10207
+Moen	10208
+Moab	10209
+Moana	10210
+Moffett	10211
+Moffitt	10212
+Mojang	10213
+Mojave	10214
+Moxies	10215
+Moyer	10216
+Moyock	10217
+Mill	10218
+Mila	10219
+Mile	10220
+Milk	10221
+Milo	10222
+Milton	10223
+Mildred	10224
+Milford	10225
+Milgard	10226
+Milham	10227
+Milner	10228
+Milpitas	10229
+Mine	10230
+Mind	10231
+Ming	10232
+Mina	10233
+Mini	10234
+Mint	10235
+Minute	10236
+Minford	10237
+Minh	10238
+Mich	10239
+Mick	10240
+Micro	10241
+Miccosukee	10242
+Mice	10243
+Middle	10244
+MidAmerica	10245
+Midnight	10246
+MidCountry	10247
+MidFirst	10248
+MidSouth	10249
+Midas	10250
+Midkiff	10251
+Midori	10252
+Midtown	10253
+Midvale	10254
+Miss	10255
+Mist	10256
+Misha	10257
+Miserables	10258
+Misfits	10259
+Mira	10260
+Miri	10261
+Mirena	10262
+Miromar	10263
+Mirror	10264
+Mirza	10265
+Mike	10266
+Mika	10267
+Miki	10268
+Mikuni	10269
+Miko	10270
+Mitch	10271
+Mitt	10272
+Mitsubishi	10273
+Miami	10274
+Mia's	10275
+Miata	10276
+Mizu	10277
+Mizzou	10278
+Might	10279
+Miguel	10280
+Mimi	10281
+Mima	10282
+Mims	10283
+Mifflinburg	10284
+Miyabi	10285
+Miyako	10286
+Merc	10287
+Mert	10288
+Meredith	10289
+Meranda	10290
+Merkel	10291
+Mermaid	10292
+Merv	10293
+Meryl	10294
+Mena	10295
+Men's	10296
+Menendez	10297
+Menifee	10298
+Menlo	10299
+Mensa	10300
+Menu	10301
+Melo	10302
+Mela	10303
+Mel's	10304
+Melrose	10305
+Metzger	10306
+MetLife	10307
+Metcalf	10308
+Meter	10309
+Mets	10310
+Mettawa	10311
+Metuchen	10312
+Medi	10313
+MedStar	10314
+Medco	10315
+Medela	10316
+Medlock	10317
+Medspa	10318
+Medtronic	10319
+Medusa	10320
+Medved	10321
+Medway	10322
+Mead	10323
+Mean	10324
+Meal	10325
+Meat	10326
+Meacham	10327
+Mears	10328
+Mease	10329
+Mesa	10330
+Meshuggah	10331
+Mesilla	10332
+Meskwaki	10333
+Mesquite	10334
+Mega	10335
+Meghan	10336
+Mechanic	10337
+Meck	10338
+Mecca	10339
+Meek	10340
+Meet	10341
+Meech	10342
+Meier	10343
+Meister	10344
+Memo	10345
+Member	10346
+Mema	10347
+Memphis	10348
+Meyerland	10349
+Meyers	10350
+Mews	10351
+McKay	10352
+McKnight	10353
+McGavock	10354
+McGhee	10355
+McDuffie	10356
+McAfee	10357
+McAuliffe	10358
+McMenamins	10359
+McNugget	10360
+McNichols	10361
+McLoughlin	10362
+McFerrin	10363
+McFlurry	10364
+McBride	10365
+McBain	10366
+McBee	10367
+McRae	10368
+McRib	10369
+McElroy	10370
+McEntire	10371
+McEwen	10372
+McHale	10373
+McHenry	10374
+McPhillips	10375
+McIntosh	10376
+McIntyre	10377
+McQuade	10378
+McQueen	10379
+McShane	10380
+McStuffins	10381
+Muni	10382
+Munford	10383
+Munhall	10384
+Munn	10385
+Munoz	10386
+Munroe	10387
+Must	10388
+Muse	10389
+Mushroom	10390
+Muslim	10391
+Musgraves	10392
+Musselman	10393
+Murph	10394
+Murano	10395
+Murchison	10396
+Murfreesboro	10397
+Murieta	10398
+Murs	10399
+Muldoon	10400
+Mulan	10401
+Mulberry	10402
+Mule	10403
+Mulford	10404
+Mulholland	10405
+Mulvane	10406
+Mudd	10407
+Mudbugs	10408
+Mudvayne	10409
+Muckleshoot	10410
+Mueller	10411
+Muer	10412
+Muhammad	10413
+Muhlenberg	10414
+Muirfield	10415
+Mukilteo	10416
+Mukwonago	10417
+Mumbai	10418
+Mumford	10419
+Muppets	10420
+Mutant	10421
+Mutual	10422
+Myrtle	10423
+Myra	10424
+Myriam	10425
+Myrna	10426
+Myron	10427
+Myers	10428
+Myla	10429
+Myakka	10430
+MSDS	10431
+MSNBC	10432
+MSPCA	10433
+MCAS	10434
+MCAT	10435
+MOHAVE	10436
+MOHELA	10437
+MOTO	10438
+MOUNTAIN	10439
+MTCN	10440
+MTSU	10441
+MILF	10442
+MLGW	10443
+M&M's	10444
+M&Ms	10445
+MACO	10446
+MGMT	10447
+MUSC	10448
+MUST	10449
+MRI's	10450
+Bron	10451
+Broad	10452
+Brock	10453
+Brother	10454
+Broil	10455
+BroMenn	10456
+Broly	10457
+Brophy	10458
+Bros	10459
+Broyles	10460
+Bran	10461
+Brad	10462
+Bray	10463
+Bram	10464
+Brae	10465
+Brawl	10466
+Bragg	10467
+Braxton	10468
+Braley	10469
+Brit	10470
+Brie	10471
+Brix	10472
+Brio	10473
+Bri's	10474
+Bren	10475
+Brew	10476
+Brea	10477
+Bree	10478
+Bret	10479
+Breck	10480
+Bredemann	10481
+Breitling	10482
+Brevard	10483
+Bruin	10484
+Bru's	10485
+Brule	10486
+Brumos	10487
+Bryan	10488
+Bryce	10489
+Bryn	10490
+Bryson	10491
+Brylee	10492
+Bryon	10493
+Barr	10494
+Barn	10495
+Bart	10496
+Barb	10497
+Bark	10498
+Bare	10499
+Bard	10500
+Bari	10501
+Baron	10502
+Bars	10503
+Barwood	10504
+Band	10505
+Bank	10506
+Bang	10507
+Bans	10508
+Banana	10509
+Banbury	10510
+Bane	10511
+Banjos	10512
+Banos	10513
+Banyan	10514
+Banzai	10515
+Ball	10516
+Bald	10517
+Balm	10518
+Bala	10519
+Bali	10520
+Balboa	10521
+Bale	10522
+Balfour	10523
+Balkan	10524
+Balvin	10525
+Base	10526
+Bass	10527
+Bash	10528
+Basco	10529
+Basque	10530
+Batch	10531
+Bath	10532
+Batavia	10533
+Batista	10534
+Baton	10535
+Batra	10536
+Batson	10537
+Bays	10538
+Bayer	10539
+BayCare	10540
+Bayport	10541
+Bach	10542
+Back	10543
+Baca	10544
+Baci	10545
+Bacon	10546
+Babe	10547
+Baba	10548
+Babs	10549
+Baby	10550
+Babbitt	10551
+Babcock	10552
+Babu	10553
+Bake	10554
+Baking	10555
+Bakken	10556
+Badger	10557
+Badass	10558
+Badcock	10559
+Badfinger	10560
+Badin	10561
+Badlands	10562
+Badu	10563
+Bagel	10564
+Bagan	10565
+Bagby	10566
+Bagdad	10567
+Baggins	10568
+Baghdad	10569
+Bagley	10570
+Bagwell	10571
+Bail	10572
+Bain	10573
+Baird	10574
+Baisden	10575
+Bama	10576
+Bahama	10577
+Bahia	10578
+Bahrain	10579
+Bauer	10580
+Baum	10581
+Bautista	10582
+Baxter	10583
+Baxley	10584
+Baer	10585
+Baez	10586
+Bell	10587
+Belt	10588
+Bela	10589
+Belk	10590
+Belen	10591
+Belhaven	10592
+Beloit	10593
+Belpre	10594
+Belsay	10595
+Belz	10596
+Bern	10597
+Berg	10598
+Bert	10599
+Bering	10600
+Berlin	10601
+Beryl	10602
+Bens	10603
+Bent	10604
+Bend	10605
+Benz	10606
+Ben's	10607
+Benbrook	10608
+Benoit	10609
+Beat	10610
+Bear	10611
+Beau	10612
+Bean	10613
+Beal	10614
+Beam	10615
+Beagle	10616
+Beazer	10617
+Beth	10618
+Beta	10619
+Betley	10620
+Between	10621
+Beech	10622
+Been	10623
+Beer	10624
+BeeGees	10625
+Beebe	10626
+Beef	10627
+Beekman	10628
+Beemer	10629
+Bees	10630
+Beeville	10631
+Beck	10632
+Becca	10633
+Because	10634
+Best	10635
+Bess	10636
+Bedard	10637
+Bedford	10638
+Bedingfield	10639
+Bedminster	10640
+Behavior	10641
+Behr	10642
+Behind	10643
+Beiber	10644
+Beijing	10645
+Being	10646
+Beirut	10647
+Beitel	10648
+Beverly	10649
+BevMo	10650
+Beville	10651
+Beyer	10652
+Beggs	10653
+Bemidji	10654
+Bemis	10655
+Beulah	10656
+Beulaville	10657
+Bona	10658
+Bond	10659
+Bone	10660
+Bono	10661
+BonChon	10662
+Bongo	10663
+Bonham	10664
+Bonjour	10665
+Bonton	10666
+Boot	10667
+Book	10668
+Booz	10669
+Boo's	10670
+Booey	10671
+Boom	10672
+Boop	10673
+Borg	10674
+Bora	10675
+Born	10676
+Boro	10677
+Boris	10678
+Borland	10679
+Boss	10680
+Bosa	10681
+Bosnia	10682
+Bose	10683
+Bosh	10684
+Bosley	10685
+Bosque	10686
+Bowl	10687
+Bowe	10688
+Bowman	10689
+Bowflex	10690
+Bowie	10691
+Bowser	10692
+Bowtech	10693
+Bought	10694
+Bouquet	10695
+Boutique	10696
+Boyd	10697
+Boys	10698
+Boyardee	10699
+Boyce	10700
+Boykin	10701
+Boyz	10702
+Bold	10703
+Boland	10704
+Boleyn	10705
+Bolger	10706
+Bologna	10707
+Bolsa	10708
+Bothell	10709
+Botox	10710
+Botsford	10711
+Bobo	10712
+Bobcat	10713
+Bob's	10714
+Body	10715
+Bodega	10716
+Bodhi	10717
+Bodom	10718
+Bogle	10719
+Bogota	10720
+Bogus	10721
+Boat	10722
+Boaz	10723
+Bois	10724
+Boingo	10725
+Boxford	10726
+Boxing	10727
+Boxster	10728
+Boca	10729
+Bocchino	10730
+Bocelli	10731
+Boch	10732
+Bock	10733
+Bohannon	10734
+Bohn	10735
+Boehner	10736
+Boeing	10737
+Boerne	10738
+Boethiah	10739
+Bomb	10740
+Bommarito	10741
+Bozeman	10742
+BofA	10743
+Bofill	10744
+Boppy	10745
+Burn	10746
+Burg	10747
+Burr	10748
+Burt	10749
+Burch	10750
+Burwell	10751
+Buck	10752
+Buccaneer	10753
+Buca	10754
+Bucyrus	10755
+Bush	10756
+Busey	10757
+Business	10758
+Bussey	10759
+Butt	10760
+Butch	10761
+Butera	10762
+Butler	10763
+Butner	10764
+Bull	10765
+Bulgaria	10766
+Bulverde	10767
+Budd	10768
+Buda	10769
+Bud's	10770
+Budget	10771
+Budweiser	10772
+Bunn	10773
+Bungie	10774
+Bunyan	10775
+Buell	10776
+Buehler	10777
+Buford	10778
+Buble	10779
+Build	10780
+Buick	10781
+Buie	10782
+Bugs	10783
+Buzzard	10784
+Buzz's	10785
+Buzzy's	10786
+Bumpus	10787
+Bukis	10788
+Bukit	10789
+Buy's	10790
+Blake	10791
+Blade	10792
+Blas	10793
+Blalock	10794
+Blarney	10795
+Blaylock	10796
+Blow	10797
+Block	10798
+Blount	10799
+Blodgett	10800
+Blog	10801
+Bloks	10802
+Blue	10803
+Bluff	10804
+Blum	10805
+Blunt	10806
+Bless	10807
+Bledsoe	10808
+Bleu	10809
+Blevins	10810
+Blimpie	10811
+Bliss	10812
+Blick	10813
+Blige	10814
+Blitz	10815
+Blizzard	10816
+Blythe	10817
+Bill	10818
+Bilt	10819
+Bilal	10820
+Bilbo	10821
+Biloxi	10822
+Bishop	10823
+Bisbee	10824
+Biskit	10825
+Bison	10826
+Bisquick	10827
+Bistro	10828
+Bird	10829
+Birch	10830
+Birth	10831
+Birmingham	10832
+Bigelow	10833
+Bing	10834
+Binford	10835
+Binks	10836
+Binswanger	10837
+BioLife	10838
+Biofreeze	10839
+Bionic	10840
+Bioshock	10841
+Biotest	10842
+Bicentennial	10843
+Bichon	10844
+Bicycle	10845
+Biden	10846
+Bidwell	10847
+Bieber	10848
+Biel	10849
+Bienville	10850
+Biersch	10851
+BitDefender	10852
+Bites	10853
+Bitterroot	10854
+Bibb	10855
+Bible	10856
+Bike	10857
+Bikram	10858
+Bizarros	10859
+Bizkit	10860
+Bimini	10861
+Bimmer	10862
+Byron	10863
+Byram	10864
+Byrd	10865
+Byrider	10866
+Byrne	10867
+Bynes	10868
+Bynum	10869
+BBQ's	10870
+BCBG	10871
+BCBS	10872
+BMWs	10873
+BOCES	10874
+BFF's	10875
+BLT's	10876
+BECU	10877
+barb	10878
+barn	10879
+bare	10880
+bark	10881
+barcode	10882
+bard	10883
+bars	10884
+back	10885
+bacon	10886
+bacliff	10887
+band	10888
+bang	10889
+bank	10890
+banana	10891
+banjo	10892
+banquet	10893
+bans	10894
+banter	10895
+bane	10896
+banfield	10897
+banya	10898
+base	10899
+bask	10900
+bass	10901
+bash	10902
+basal	10903
+basolene	10904
+ball	10905
+bald	10906
+bale	10907
+balm	10908
+balsam	10909
+balk	10910
+baloney	10911
+bath	10912
+batch	10913
+bats	10914
+baton	10915
+baby	10916
+babe	10917
+babie	10918
+baba	10919
+baboo	10920
+bada	10921
+badcocks	10922
+baddest	10923
+badhu	10924
+badly	10925
+badminton	10926
+badness	10927
+badoo	10928
+bagel	10929
+bagpipes	10930
+bags	10931
+baguette	10932
+bake	10933
+baking	10934
+bail	10935
+bait	10936
+baycoast	10937
+bays	10938
+bammel	10939
+baptism	10940
+baffled	10941
+baffles	10942
+bawled	10943
+bawling	10944
+bahahaha	10945
+bazaar	10946
+bazooka	10947
+book	10948
+boot	10949
+boom	10950
+boos	10951
+boob	10952
+boon	10953
+booo	10954
+booed	10955
+boohoo	10956
+bool	10957
+boops	10958
+bone	10959
+bond	10960
+bong	10961
+bona	10962
+bonfire	10963
+bono	10964
+bons	10965
+bonus	10966
+bonkers	10967
+bony	10968
+bout	10969
+bouquet	10970
+bought	10971
+bouillon	10972
+bourbon	10973
+bore	10974
+borrow	10975
+border	10976
+born	10977
+borax	10978
+both	10979
+botanical	10980
+botched	10981
+boar	10982
+boat	10983
+boast	10984
+body	10985
+boda	10986
+bode	10987
+bomb	10988
+bomgaars	10989
+bowl	10990
+bowhunting	10991
+bows	10992
+bowtie	10993
+bold	10994
+bolt	10995
+boll	10996
+bologna	10997
+boba	10998
+bobcat	10999
+bobs	11000
+bobtail	11001
+bogey	11002
+bogan	11003
+bogies	11004
+bogus	11005
+boyfriend	11006
+boycott	11007
+boy's	11008
+boyish	11009
+boys	11010
+boyz	11011
+boil	11012
+boister	11013
+boss	11014
+boscos	11015
+bosom	11016
+box.com	11017
+boxcar	11018
+boxing	11019
+boxwood	11020
+bopper	11021
+bokampers	11022
+bozos	11023
+bran	11024
+brad	11025
+brag	11026
+bras	11027
+brat	11028
+brawl	11029
+brah	11030
+bramble	11031
+braums	11032
+braxton	11033
+bree	11034
+brew	11035
+bred	11036
+brett	11037
+brow	11038
+broth	11039
+broke	11040
+broil	11041
+bros	11042
+brolly	11043
+brie	11044
+brick	11045
+brim	11046
+bruh	11047
+brulee	11048
+burg	11049
+burn	11050
+burp	11051
+burr	11052
+bureau	11053
+burl	11054
+burden	11055
+bury	11056
+burbs	11057
+butt	11058
+butch	11059
+butler	11060
+butane	11061
+buts	11062
+bull	11063
+bulk	11064
+bulb	11065
+bulimia	11066
+bust	11067
+bush	11068
+buss	11069
+busy	11070
+buses	11071
+bunk	11072
+bunch	11073
+bunion	11074
+bunt	11075
+buna	11076
+buns	11077
+bump	11078
+bumble	11079
+bumfuck	11080
+bums	11081
+bucks	11082
+buckaroo	11083
+bucking	11084
+buckmans	11085
+buds	11086
+build	11087
+built	11088
+buffalo	11089
+buffing	11090
+buffy	11091
+bugle	11092
+bugs	11093
+buyer	11094
+buyback	11095
+buy.com	11096
+buying	11097
+buyout	11098
+buys	11099
+buzzin	11100
+buzzards	11101
+buzzy	11102
+buena	11103
+bueno	11104
+buona	11105
+buoy	11106
+bear	11107
+beat	11108
+beau	11109
+bean	11110
+beast	11111
+beam	11112
+bead	11113
+beagle	11114
+beak	11115
+beaver	11116
+bell	11117
+belt	11118
+belated	11119
+belching	11120
+belks	11121
+bene	11122
+bend	11123
+bench	11124
+bent	11125
+benzo	11126
+benadryl	11127
+benjamin	11128
+benny	11129
+beep	11130
+beet	11131
+beef	11132
+beech	11133
+beer	11134
+bees	11135
+beeg	11136
+beehive	11137
+beeline	11138
+been	11139
+beeotch	11140
+beez	11141
+betray	11142
+beta	11143
+betcha	11144
+beth	11145
+betos	11146
+bets	11147
+between	11148
+beds	11149
+bedbugs	11150
+bedlam	11151
+bedpost	11152
+bedtime	11153
+begin	11154
+began	11155
+begotten	11156
+begs	11157
+begun	11158
+beck	11159
+becca	11160
+bechtelsville	11161
+becuz	11162
+best	11163
+beso	11164
+behold	11165
+behind	11166
+bergners	11167
+berkots	11168
+bernie	11169
+berserk	11170
+berth	11171
+before	11172
+befriend	11173
+being	11174
+bevel	11175
+beverage	11176
+beyblade	11177
+blow	11178
+block	11179
+blond	11180
+blog	11181
+bloat	11182
+blossom	11183
+blouse	11184
+blob	11185
+bloedorn	11186
+black	11187
+blab	11188
+blatant	11189
+blah	11190
+blaring	11191
+blue	11192
+blur	11193
+blunt	11194
+bluff	11195
+blubbering	11196
+bluish	11197
+blumpkin	11198
+blend	11199
+bless	11200
+blemish	11201
+bled	11202
+bleu	11203
+blew	11204
+blizzard	11205
+blight	11206
+blimp	11207
+blip	11208
+blitz	11209
+biochemistry	11210
+biodiesel	11211
+biography	11212
+biohazard	11213
+bionic	11214
+bill	11215
+bilateral	11216
+bile	11217
+bilge	11218
+bilo	11219
+birth	11220
+bird	11221
+birch	11222
+biracial	11223
+biryani	11224
+bitch	11225
+bite	11226
+bits	11227
+biting	11228
+bind	11229
+bing	11230
+binary	11231
+binoculars	11232
+bins	11233
+bish	11234
+bisexual	11235
+bison	11236
+bisque	11237
+bistro	11238
+biga	11239
+bigot	11240
+bigs	11241
+bigwigs	11242
+bike	11243
+bicep	11244
+bicker	11245
+bibs	11246
+biding	11247
+bids	11248
+bias	11249
+bianca	11250
+biatch	11251
+bipartisan	11252
+bizarre	11253
+bizzle	11254
+bieber	11255
+bien	11256
+bifocals	11257
+bifold	11258
+bimbos	11259
+byes	11260
+byee	11261
+bypass	11262
+byproduct	11263
+bytes	11264
+rest	11265
+resale	11266
+reshoot	11267
+recc	11268
+recs	11269
+repo	11270
+rephrase	11271
+reps	11272
+real	11273
+read	11274
+rear	11275
+reap	11276
+ream	11277
+reattach	11278
+refer	11279
+ref's	11280
+rely	11281
+rello	11282
+return	11283
+rethink	11284
+retype	11285
+remnant	11286
+reggae	11287
+rego	11288
+regs	11289
+revamp	11290
+redo	11291
+redhead	11292
+reds	11293
+redtube	11294
+redfish	11295
+redline	11296
+redraw	11297
+redwood	11298
+rent	11299
+rend	11300
+renna's	11301
+reign	11302
+reissue	11303
+rebirth	11304
+reel	11305
+reen	11306
+reef	11307
+reed	11308
+reek	11309
+reevaluate	11310
+rehire	11311
+rehoming	11312
+rehydrate	11313
+reject	11314
+rejuv	11315
+reopen	11316
+reoccurring	11317
+reup	11318
+reread	11319
+rerun	11320
+rekey	11321
+rekindle	11322
+rekon	11323
+rang	11324
+rank	11325
+rant	11326
+ransom	11327
+rain	11328
+rail	11329
+raid	11330
+rairdon	11331
+rate	11332
+ratchet	11333
+ratatouille	11334
+rather	11335
+rator	11336
+rats	11337
+race	11338
+rack	11339
+raccoon	11340
+racquet	11341
+rachel	11342
+racy	11343
+radar	11344
+radco	11345
+radon	11346
+ramp	11347
+ramen	11348
+ramifications	11349
+ramrod	11350
+rams	11351
+ramunto's	11352
+rape	11353
+raps	11354
+rapture	11355
+rave	11356
+rav4	11357
+rags	11358
+ragdoll	11359
+rage	11360
+raging	11361
+ragtime	11362
+ragu	11363
+ragweed	11364
+raft	11365
+raff	11366
+rascal	11367
+rash	11368
+rare	11369
+rayed	11370
+rayfields	11371
+raylene	11372
+rayos	11373
+rays	11374
+rabbi	11375
+ralph	11376
+rake	11377
+raking	11378
+razor	11379
+razr	11380
+razzle	11381
+rawhide	11382
+round	11383
+rough	11384
+rouse	11385
+roulette	11386
+roux	11387
+road	11388
+roast	11389
+roach	11390
+roam	11391
+roar	11392
+roan	11393
+room	11394
+roof	11395
+roost	11396
+root	11397
+rook	11398
+robot	11399
+robe	11400
+robata	11401
+roblox	11402
+robs	11403
+roto	11404
+roti	11405
+rotelli's	11406
+rotmans	11407
+rots	11408
+rotunda	11409
+rock	11410
+rococo's	11411
+roll	11412
+role	11413
+rose	11414
+roster	11415
+rosy	11416
+rome	11417
+romp	11418
+rode	11419
+rodizio	11420
+rodneys	11421
+rods	11422
+ronalds	11423
+ronica	11424
+ronk	11425
+ronnie	11426
+rope	11427
+roping	11428
+rowdy	11429
+rowe	11430
+rowing	11431
+rows	11432
+roger	11433
+rogans	11434
+rogue	11435
+royally	11436
+roebucks	11437
+rohrich	11438
+rohypnol	11439
+roxys	11440
+ride	11441
+ridge	11442
+ridleys	11443
+right	11444
+rigor	11445
+rigatoni	11446
+rigid	11447
+rigs	11448
+ring	11449
+rind	11450
+rink	11451
+rich	11452
+rick	11453
+rice	11454
+rival	11455
+rise	11456
+risk	11457
+rising	11458
+risotto	11459
+risque	11460
+ripe	11461
+rips	11462
+rifle	11463
+riff	11464
+rift	11465
+rita	11466
+rite	11467
+ritual	11468
+ribeye	11469
+ribs	11470
+rims	11471
+rimtyme	11472
+rile	11473
+rillo	11474
+riots	11475
+rune	11476
+rundown	11477
+rung	11478
+runoff	11479
+runs	11480
+runt	11481
+runway	11482
+rust	11483
+rush	11484
+russ	11485
+rusans	11486
+ruse	11487
+rubies	11488
+rubric	11489
+rubs	11490
+ruby	11491
+rumor	11492
+rump	11493
+rude	11494
+rudder	11495
+rudimental	11496
+rudnicke	11497
+rudy	11498
+rule	11499
+ruling	11500
+rulli	11501
+rugby	11502
+rugged	11503
+rugrat	11504
+rugs	11505
+ruth	11506
+rutabaga	11507
+rutters	11508
+ruffle	11509
+ruined	11510
+ruining	11511
+ruins	11512
+rupture	11513
+rupees	11514
+ruckus	11515
+rhetoric	11516
+rheannon	11517
+rhythm	11518
+rhino	11519
+rhinestone	11520
+rhombus	11521
+rhondas	11522
+deco	11523
+deca	11524
+deck	11525
+desi	11526
+desk	11527
+desaraye	11528
+deshaun	11529
+desolate	11530
+deli	11531
+dela	11532
+dell	11533
+delta	11534
+delprado	11535
+delsym	11536
+delve	11537
+defy	11538
+deffenbaugh	11539
+deformed	11540
+defuse	11541
+depo	11542
+depart	11543
+depend	11544
+dept	11545
+depicted	11546
+deal	11547
+dead	11548
+dear	11549
+death	11550
+dean	11551
+deaf	11552
+deaky	11553
+develop	11554
+detriment	11555
+detwilers	11556
+demo	11557
+demand	11558
+demise	11559
+demmer	11560
+dent	11561
+deny	11562
+dengeos	11563
+dennis	11564
+debt	11565
+debe	11566
+debo	11567
+derm	11568
+derby	11569
+derogatory	11570
+derringer	11571
+deep	11572
+deed	11573
+deem	11574
+deer	11575
+deelish	11576
+deens	11577
+deets	11578
+deez	11579
+deduct	11580
+dehumidifier	11581
+deja	11582
+deodorant	11583
+deodorizer	11584
+deuces	11585
+dewaard	11586
+dexterity	11587
+dexters	11588
+disc	11589
+dist	11590
+diss	11591
+dish	11592
+disk	11593
+disdain	11594
+disjointed	11595
+disney	11596
+dial	11597
+dias	11598
+diazepam	11599
+dive	11600
+diva	11601
+divulge	11602
+dick	11603
+dice	11604
+dicarlos	11605
+dichotomy	11606
+diculous	11607
+dire	11608
+dirt	11609
+dirkos	11610
+digi	11611
+digest	11612
+digress	11613
+digs	11614
+ding	11615
+dine	11616
+dinner	11617
+dino	11618
+dinar	11619
+dining	11620
+dinky	11621
+dill	11622
+dildo	11623
+dilute	11624
+differ	11625
+difficult	11626
+diet	11627
+dies	11628
+die-hard	11629
+diecast	11630
+died	11631
+diehard	11632
+diem	11633
+dime	11634
+diminish	11635
+dimmer	11636
+dimple	11637
+dimartino's	11638
+diploma	11639
+dips	11640
+didi	11641
+didja	11642
+ditch	11643
+ditional	11644
+ditto	11645
+diocese	11646
+diode	11647
+dion	11648
+dioxide	11649
+dibs	11650
+down	11651
+dowel	11652
+done	11653
+dong	11654
+donut	11655
+don't	11656
+donkey	11657
+donor	11658
+donde	11659
+dons	11660
+dont	11661
+door	11662
+dood	11663
+doom	11664
+doofus	11665
+doop	11666
+doos	11667
+doozy	11668
+dome	11669
+domain	11670
+domo	11671
+document	11672
+dock	11673
+doco	11674
+docs	11675
+doug	11676
+douche	11677
+doula	11678
+dog's	11679
+doghouse	11680
+dogma	11681
+dogs	11682
+dogwood	11683
+doll	11684
+dolphin	11685
+dole	11686
+dolo	11687
+dorm	11688
+dork	11689
+dorothy	11690
+dort	11691
+dory	11692
+dodies	11693
+dodo	11694
+dosa	11695
+dose	11696
+dosing	11697
+dope	11698
+dopamine	11699
+doping	11700
+doppelganger	11701
+doze	11702
+dozing	11703
+does	11704
+doer	11705
+dota	11706
+dots	11707
+dotted	11708
+doves	11709
+dovetail	11710
+dovey	11711
+doing	11712
+dokey	11713
+dokie	11714
+drink	11715
+drift	11716
+drip	11717
+drill	11718
+draw	11719
+drag	11720
+drain	11721
+drama	11722
+drape	11723
+draft	11724
+drastic	11725
+drab	11726
+drakes	11727
+drank	11728
+drat	11729
+drea	11730
+dress	11731
+dredge	11732
+dreidel	11733
+dremel	11734
+drenched	11735
+drew	11736
+drop	11737
+droid	11738
+drone	11739
+drought	11740
+drove	11741
+drug	11742
+drum	11743
+drunk	11744
+druid	11745
+drywall	11746
+dryer	11747
+drying	11748
+dryness	11749
+dang	11750
+dani	11751
+dana	11752
+dank	11753
+dans	11754
+danbarry	11755
+danza	11756
+dark	11757
+dare	11758
+darn	11759
+dart	11760
+dari	11761
+darboy	11762
+darren	11763
+darude	11764
+daryl	11765
+damn	11766
+damp	11767
+dams	11768
+dames	11769
+dammit	11770
+daydream	11771
+daycare	11772
+daylight	11773
+day's	11774
+day-to-day	11775
+day.	11776
+daybreak	11777
+daymark	11778
+dayquil	11779
+days	11780
+daytime	11781
+dayum	11782
+date	11783
+data	11784
+dating	11785
+dats	11786
+dad's	11787
+dads	11788
+dainty	11789
+daiquiri	11790
+dairy	11791
+dale	11792
+dash	11793
+daughter	11794
+daunting	11795
+dawn	11796
+dawg	11797
+daze	11798
+dagger	11799
+dagwoods	11800
+dave	11801
+davanni's	11802
+david	11803
+dahling	11804
+dump	11805
+dumb	11806
+dunk	11807
+dune	11808
+dungeon	11809
+dunce	11810
+dunlawton	11811
+dunno	11812
+dunvale	11813
+dupars	11814
+dupratt	11815
+duck	11816
+duct	11817
+dust	11818
+dusk	11819
+dura	11820
+during	11821
+durrin	11822
+durty	11823
+dude	11824
+duddy	11825
+duds	11826
+duel	11827
+duet	11828
+dues	11829
+dubs	11830
+dubious	11831
+dutch	11832
+duty	11833
+duties	11834
+dutrac	11835
+dual	11836
+duggy	11837
+dugout	11838
+dull	11839
+duluthtrading.com	11840
+duly	11841
+duffel	11842
+duffle	11843
+duolingo	11844
+dyno	11845
+dysfunction	11846
+dysarts	11847
+dyson.com	11848
+dystrophy	11849
+dyed	11850
+dyes	11851
+dykes	11852
+dwell	11853
+dweeb	11854
+anti	11855
+ante	11856
+antler	11857
+ants	11858
+antonym	11859
+anna	11860
+anne	11861
+angst	11862
+anguish	11863
+anal	11864
+anabolic	11865
+anaconda	11866
+anaesthesia	11867
+anagram	11868
+anarchy	11869
+anatomy	11870
+anawalt	11871
+anyone	11872
+anybody	11873
+anyday	11874
+anymore	11875
+anyplace	11876
+and/or	11877
+andas	11878
+ander	11879
+andiamos	11880
+ands	11881
+andy	11882
+anise	11883
+anita	11884
+anixter	11885
+another	11886
+anomaly	11887
+ancient	11888
+aneurysm	11889
+answer	11890
+ansa	11891
+ansborough	11892
+anxious	11893
+anheuser-busch	11894
+anhydrous	11895
+ankles	11896
+allo	11897
+alls	11898
+all's	11899
+alla	11900
+ally	11901
+alter	11902
+alto	11903
+although	11904
+altitude	11905
+altra	11906
+altura	11907
+align	11908
+alien	11909
+alia	11910
+alibi	11911
+alike	11912
+alimony	11913
+alison	11914
+ality	11915
+alive	11916
+alert	11917
+alex	11918
+alec	11919
+alehouse	11920
+alejandro	11921
+ales	11922
+alewife	11923
+aloe	11924
+aloft	11925
+aloha	11926
+aloof	11927
+alopecia	11928
+alot	11929
+aloud	11930
+alarm	11931
+alabaster	11932
+alaikum	11933
+alan	11934
+alas	11935
+albino	11936
+alpha	11937
+alpaca	11938
+alpine	11939
+alprazolam	11940
+alma	11941
+almighty	11942
+alms	11943
+algorithm	11944
+algae	11945
+algebra	11946
+alfalfa	11947
+alfredo	11948
+alfy's	11949
+alright	11950
+already	11951
+aluminum	11952
+alumni	11953
+alderman	11954
+alkaline	11955
+also	11956
+always	11957
+accident	11958
+acct	11959
+actor	11960
+actress	11961
+acted	11962
+acts	11963
+ache	11964
+acre	11965
+acrylic	11966
+acacia	11967
+aced	11968
+aces	11969
+acknowledge	11970
+acknowledging	11971
+acoustic	11972
+acorn	11973
+acuity	11974
+acute	11975
+acidic	11976
+acids	11977
+address	11978
+addy	11979
+add-on	11980
+adds	11981
+addus	11982
+admin	11983
+admit	11984
+admission	11985
+adopt	11986
+adjective	11987
+adjacent	11988
+adapt	11989
+adam	11990
+adage	11991
+adequate	11992
+adecco	11993
+adele	11994
+adenoids	11995
+adept	11996
+adrenal	11997
+adultery	11998
+adulthood	11999
+adults	12000
+adhere	12001
+adhesive	12002
+adidas	12003
+adios	12004
+arts	12005
+artful	12006
+artwork	12007
+arch	12008
+arctic	12009
+armpit	12010
+armband	12011
+armed	12012
+armies	12013
+armrest	12014
+arms	12015
+army	12016
+aria	12017
+arigato	12018
+ariel	12019
+arithmetic	12020
+arium	12021
+argent	12022
+argon	12023
+argyle	12024
+aroma	12025
+arose	12026
+arbor	12027
+arbrook	12028
+area	12029
+arse	12030
+arson	12031
+arachnophobia	12032
+arduous	12033
+assless	12034
+asss	12035
+aster	12036
+asthma	12037
+asta	12038
+astigmatism	12039
+astute	12040
+asphalt	12041
+ashtray	12042
+ashamed	12043
+ashberry	12044
+ashes	12045
+ashy	12046
+askin	12047
+ask.com	12048
+asks	12049
+ascertain	12050
+asap	12051
+asada	12052
+asantis	12053
+asian	12054
+aside	12055
+asinine	12056
+aseptic	12057
+asexual	12058
+appoint	12059
+appt	12060
+app's	12061
+apps	12062
+apothecary	12063
+apoxie	12064
+apart	12065
+apes	12066
+aperture	12067
+apex	12068
+apricot	12069
+apron	12070
+aptitude	12071
+apts	12072
+ambassador	12073
+amber	12074
+ambrosia	12075
+amen	12076
+amelia	12077
+amethyst	12078
+amar	12079
+ampride	12080
+amps	12081
+amor	12082
+among	12083
+amount	12084
+amok	12085
+amoxicillin	12086
+amino	12087
+amuse	12088
+amusing	12089
+ammo	12090
+ammunition	12091
+amniotic	12092
+auto	12093
+autumn	12094
+audacity	12095
+audrey	12096
+auctioning	12097
+auctions	12098
+auntie	12099
+aunt's	12100
+aunts	12101
+aunty	12102
+auger	12103
+augustinos	12104
+aura	12105
+aurora	12106
+aubrey	12107
+auburn	12108
+auxiliary	12109
+abscess	12110
+absinthe	12111
+absurd	12112
+abort	12113
+abolish	12114
+aboard	12115
+abode	12116
+above	12117
+abrupt	12118
+abreast	12119
+abridged	12120
+abroad	12121
+abandon	12122
+abatement	12123
+abbey	12124
+abby	12125
+abigail	12126
+abnormal	12127
+abnb	12128
+ables	12129
+atta	12130
+attorney	12131
+atty	12132
+atheist	12133
+atom	12134
+atonement	12135
+atop	12136
+atmos	12137
+atif	12138
+ation	12139
+ativan	12140
+at&t.com	12141
+ater	12142
+atlas	12143
+atleast	12144
+airs	12145
+airhead	12146
+airing	12147
+airman	12148
+airy	12149
+aide	12150
+aids	12151
+aimed	12152
+aiming	12153
+aimlessly	12154
+aims	12155
+ailment	12156
+ails	12157
+ain't	12158
+aint	12159
+aisles	12160
+affect	12161
+afford	12162
+affair	12163
+after	12164
+afro	12165
+afraid	12166
+aged	12167
+ageless	12168
+ages	12169
+agree	12170
+again	12171
+agave	12172
+agape	12173
+agar	12174
+agate	12175
+aging	12176
+awake	12177
+await	12178
+away	12179
+awesome	12180
+awee	12181
+awkward	12182
+awning	12183
+awnry	12184
+awfully	12185
+awoken	12186
+awww	12187
+avellino's	12188
+avail	12189
+avant	12190
+avatar	12191
+avalanche	12192
+avid	12193
+avionics	12194
+avis	12195
+avoid	12196
+avocado	12197
+avon.com	12198
+axel	12199
+axed	12200
+axes	12201
+axing	12202
+axiom	12203
+axis	12204
+axles	12205
+aerial	12206
+aerator	12207
+aesthetics	12208
+aquarium	12209
+aquatic	12210
+aquamarine	12211
+aquaphor	12212
+aaaa	12213
+aaah	12214
+aardvark	12215
+aaron	12216
+ahhh	12217
+a.m.	12218
+akon	12219
+aorta	12220
+aortic	12221
+tram	12222
+trap	12223
+traffic	12224
+trauma	12225
+trash	12226
+tray	12227
+trajectory	12228
+trattoria	12229
+trip	12230
+tria	12231
+trig	12232
+trim	12233
+trib	12234
+trio	12235
+trident	12236
+trike	12237
+triumph	12238
+tren	12239
+tree	12240
+tres	12241
+trek	12242
+trellis	12243
+trevor	12244
+truth	12245
+true	12246
+trump	12247
+truffle	12248
+truancy	12249
+truity	12250
+trop	12251
+troll	12252
+troop	12253
+trot	12254
+trois	12255
+trojan	12256
+trona	12257
+trove	12258
+troy	12259
+tryin	12260
+tryout	12261
+tryna	12262
+tryst	12263
+term	12264
+tera	12265
+tere	12266
+teri	12267
+tend	12268
+tent	12269
+tens	12270
+tenor	12271
+tenfold	12272
+tengo	12273
+tenia	12274
+tennis	12275
+tele	12276
+tell	12277
+telco	12278
+telhio	12279
+telmate	12280
+teas	12281
+team	12282
+tear	12283
+teak	12284
+teabag	12285
+teal	12286
+teaona	12287
+teapot	12288
+tempt	12289
+tempo	12290
+temprees	12291
+temps	12292
+tempura	12293
+test	12294
+teen	12295
+teehee	12296
+teepee	12297
+tees	12298
+techie	12299
+techs	12300
+text	12301
+tex$contacts	12302
+texas	12303
+texin	12304
+tether	12305
+tetanus	12306
+tetra	12307
+teddy	12308
+tedious	12309
+tequilas	12310
+tang	12311
+tank	12312
+tans	12313
+tanya	12314
+talk	12315
+tale	12316
+tall	12317
+talons	12318
+tard	12319
+target	12320
+tart	12321
+tarp	12322
+tara	12323
+tarnish	12324
+tarmac	12325
+tarot	12326
+task	12327
+tassel	12328
+taser	12329
+tasha	12330
+tasia	12331
+tack	12332
+tact	12333
+taco	12334
+tachycardia	12335
+tail	12336
+take	12337
+taki	12338
+taka	12339
+tako	12340
+tame	12341
+tammy	12342
+tape	12343
+tapo	12344
+taproom	12345
+taps	12346
+table	12347
+tabatha	12348
+tabernacle	12349
+tabs	12350
+tataloo	12351
+tation	12352
+tatoes	12353
+tats	12354
+taxi	12355
+taxpayer	12356
+tags	12357
+tagline	12358
+taunt	12359
+taught	12360
+taurine	12361
+taquito	12362
+taqueria	12363
+tadpole	12364
+tavern	12365
+tavola	12366
+tort	12367
+torn	12368
+torment	12369
+torch	12370
+tori	12371
+toradol	12372
+tore	12373
+torpedo	12374
+torque	12375
+tory	12376
+tour	12377
+tough	12378
+toupee	12379
+toot	12380
+tool	12381
+toon	12382
+tooo	12383
+toodles	12384
+toojays	12385
+took	12386
+tone	12387
+tons	12388
+tonk	12389
+tonneau	12390
+tony	12391
+town	12392
+toward	12393
+towing	12394
+towpath	12395
+toma	12396
+tomb	12397
+tomorrow	12398
+tommy	12399
+toms	12400
+tops	12401
+topaz	12402
+total	12403
+tote	12404
+toting	12405
+toto	12406
+tots	12407
+totter	12408
+toll	12409
+told	12410
+toda	12411
+todd	12412
+todos	12413
+toast	12414
+toad	12415
+toarminas	12416
+together	12417
+toga	12418
+toggle	12419
+tognotti's	12420
+togos	12421
+tography	12422
+toenail	12423
+toed	12424
+toes	12425
+toilet	12426
+toss	12427
+tosh	12428
+toby	12429
+tobacco	12430
+toboggan	12431
+toca	12432
+tock	12433
+token	12434
+toying	12435
+toys	12436
+toffee	12437
+tofu	12438
+ther	12439
+them	12440
+they	12441
+their	12442
+then	12443
+the.com	12444
+thee	12445
+theft	12446
+thru	12447
+thrash	12448
+thin	12449
+thick	12450
+this	12451
+thigh	12452
+than	12453
+that	12454
+thaw	12455
+thai	12456
+thou	12457
+thong	12458
+thomas	12459
+those	12460
+thot	12461
+thug	12462
+thursday	12463
+thus	12464
+thyme	12465
+thyroid	12466
+time	12467
+timber	12468
+timmy	12469
+ting	12470
+tink	12471
+tint	12472
+tins	12473
+tina	12474
+tinder	12475
+tine	12476
+tiniest	12477
+tiny	12478
+tick	12479
+tight	12480
+tiger	12481
+title	12482
+tithing	12483
+titis	12484
+tits	12485
+tile	12486
+till	12487
+tilt	12488
+tilapia	12489
+tiling	12490
+tips	12491
+tipico	12492
+tiptoe	12493
+tire	12494
+tiring	12495
+tidbit	12496
+tide	12497
+tidy	12498
+tidal	12499
+tidings	12500
+tier	12501
+tiebreaker	12502
+tied	12503
+tiempo	12504
+tienda	12505
+ties	12506
+tiff	12507
+tiful	12508
+tios	12509
+tissue	12510
+tisha	12511
+tiana	12512
+tiara	12513
+tiki	12514
+tikka	12515
+turn	12516
+turtle	12517
+turd	12518
+turkey	12519
+turret	12520
+turf	12521
+turonis	12522
+turquoise	12523
+tune	12524
+tunnel	12525
+tuna	12526
+tundra	12527
+tungsten	12528
+tube	12529
+tuba	12530
+tubing	12531
+tubs	12532
+tubular	12533
+tumor	12534
+tummy	12535
+tutor	12536
+tutu	12537
+tuckaway	12538
+tucking	12539
+tugboat	12540
+tugging	12541
+tugs	12542
+tulips	12543
+tusk	12544
+twin	12545
+twist	12546
+twit	12547
+twig	12548
+twirl	12549
+twice	12550
+twilight	12551
+tweak	12552
+twerk	12553
+twelve	12554
+twoo	12555
+twos	12556
+twang	12557
+twat	12558
+type	12559
+typo	12560
+tyranny	12561
+tyrant	12562
+t-boned	12563
+t-minus	12564
+t-mobile	12565
+t-shirts	12566
+ttyS	12567
+ttyl	12568
+mani	12569
+mana	12570
+mang	12571
+mans	12572
+mane	12573
+mano	12574
+man's	12575
+man-made	12576
+man.	12577
+mankind	12578
+manly	12579
+manpower	12580
+manwich	12581
+many	12582
+manzanita	12583
+mari	12584
+mark	12585
+mart	12586
+mara	12587
+mare	12588
+marble	12589
+mary	12590
+mardels	12591
+marhofer	12592
+marmalade	12593
+maroon	12594
+marquee	12595
+mast	12596
+mass	12597
+mash	12598
+mask	12599
+masa	12600
+masquerade	12601
+matt	12602
+match	12603
+mate	12604
+math	12605
+matador	12606
+mats	12607
+magazine	12608
+magenta	12609
+maglebys	12610
+magma	12611
+magoos	12612
+magpie	12613
+mags	12614
+maguey	12615
+mail	12616
+main	12617
+maid	12618
+maize	12619
+macula	12620
+macbook	12621
+macchiato	12622
+mace	12623
+maciano's	12624
+macro	12625
+macys.com	12626
+mala	12627
+mall	12628
+malfunction	12629
+male	12630
+malt	12631
+malnourished	12632
+malpractice	12633
+malware	12634
+made	12635
+madison	12636
+madam	12637
+madfish	12638
+madhouse	12639
+madly	12640
+madman	12641
+madness	12642
+madre	12643
+madvapes	12644
+mama	12645
+mami	12646
+mam's	12647
+mambos	12648
+mamol	12649
+make	12650
+makin	12651
+mayo	12652
+maybe	12653
+maya	12654
+mayesville	12655
+mayhem	12656
+maxi	12657
+maxed	12658
+maxway	12659
+major	12660
+maple	12661
+mapquest.com	12662
+maps	12663
+mahal	12664
+mahi	12665
+mahjong	12666
+mahogany	12667
+maze	12668
+mazal	12669
+mazing	12670
+mazuma	12671
+mazzios	12672
+mauled	12673
+maund	12674
+maurices	12675
+maestros	12676
+maven	12677
+maverick	12678
+moto	12679
+moth	12680
+mote	12681
+motley	12682
+motrin	12683
+motto	12684
+mono	12685
+monk	12686
+monument	12687
+morn	12688
+more	12689
+moron	12690
+morbid	12691
+morph	12692
+morsel	12693
+morgue	12694
+mode	12695
+mods	12696
+mouth	12697
+mourn	12698
+moulding	12699
+mole	12700
+mold	12701
+molly	12702
+molten	12703
+moly	12704
+moon	12705
+mooch	12706
+mood	12707
+moose	12708
+moolah	12709
+moot	12710
+mooyah	12711
+mome	12712
+mom's	12713
+momos	12714
+moms	12715
+move	12716
+mock	12717
+moccasin	12718
+moco	12719
+most	12720
+moss	12721
+mosaic	12722
+mosey	12723
+moshi	12724
+mobs	12725
+mope	12726
+moping	12727
+mops	12728
+moist	12729
+moines	12730
+moan	12731
+moat	12732
+mowing	12733
+mojito	12734
+mojo	12735
+moes	12736
+mofos	12737
+miss	12738
+mist	12739
+miser	12740
+mishap	12741
+mismatch	12742
+misguided	12743
+misjudged	12744
+misko	12745
+miso	12746
+mini	12747
+mind	12748
+mine	12749
+minor	12750
+mint	12751
+mince	12752
+mins	12753
+min's	12754
+mink	12755
+minx	12756
+minyards	12757
+mill	12758
+mile	12759
+milk	12760
+mild	12761
+milf	12762
+milgen	12763
+milpas	12764
+micro	12765
+mich	12766
+mica	12767
+mice	12768
+mics	12769
+midget	12770
+midnight	12771
+midcontinent	12772
+midfield	12773
+midlife	12774
+midol	12775
+midpoint	12776
+mitt	12777
+mite	12778
+mitch	12779
+mitosis	12780
+mitral	12781
+mitzvah	12782
+might	12783
+mignon	12784
+migos	12785
+miguels	12786
+mirror	12787
+mixing	12788
+mixup	12789
+mimi	12790
+mimosa	12791
+mime	12792
+mikey	12793
+miami	12794
+medal	12795
+meddling	12796
+meds	12797
+medulla	12798
+meta	12799
+meth	12800
+metformin	12801
+meticulous	12802
+metter	12803
+mere	12804
+mermaid	12805
+merollis	12806
+mersa	12807
+ment	12808
+mend	12809
+mens	12810
+menu	12811
+men's	12812
+menholt	12813
+mean	12814
+meat	12815
+meadow	12816
+meal	12817
+memo	12818
+meme	12819
+mess	12820
+mes$contacts	12821
+mesa	12822
+meses	12823
+mesh	12824
+mesquite	12825
+melt	12826
+mellow	12827
+melee	12828
+melissa	12829
+mega	12830
+megs	12831
+meet	12832
+meee	12833
+meek	12834
+meenie	12835
+meesh	12836
+mexican	12837
+mexico	12838
+me.com	12839
+mein	12840
+meiosis	12841
+meowing	12842
+mezcal	12843
+mezzanine	12844
+must	12845
+musk	12846
+mush	12847
+muse	12848
+muss	12849
+multi	12850
+mule	12851
+mulberry	12852
+mulch	12853
+munch	12854
+murder	12855
+mural	12856
+murfins	12857
+murmur	12858
+mursa	12859
+mutt	12860
+mute	12861
+mutual	12862
+mutiny	12863
+much	12864
+mucinex	12865
+muck	12866
+mucus	12867
+mums	12868
+mugs	12869
+muffin	12870
+muffs	12871
+mudroom	12872
+mudslide	12873
+muahhh	12874
+muahz	12875
+myspace	12876
+myself	12877
+myth	12878
+mytouch	12879
+myrtle	12880
+myriad	12881
+myxer.com	12882
+mcchickens	12883
+mcclain	12884
+mccurdy	12885
+mcLaughlin	12886
+mcLeansboro	12887
+mcgalliard	12888
+mcnac	12889
+mcnaughten	12890
+mp3's	12891
+msn.com	12892
+mmmm	12893
+Alli	12894
+Ally	12895
+Allman	12896
+Alltel	12897
+Allure	12898
+Alba	12899
+Alborz	12900
+Alex	12901
+Alec	12902
+Aledo	12903
+Alegre	12904
+Alessandro	12905
+Aleve	12906
+Alan	12907
+Aladdin	12908
+Alaska	12909
+Alachua	12910
+Alafaya	12911
+Alagasco	12912
+Alaina	12913
+Aliant	12914
+Alina	12915
+Ali's	12916
+Aliquippa	12917
+Aliyah	12918
+Alta	12919
+Alto	12920
+Althea	12921
+Altima	12922
+Altman	12923
+Altru	12924
+Altus	12925
+Aldi	12926
+Aldo	12927
+Alco	12928
+Alchemist	12929
+Alfred	12930
+Alfa	12931
+Alfie	12932
+Alger	12933
+Algiers	12934
+Alma	12935
+Almeda	12936
+Almighty	12937
+Alon	12938
+Aloft	12939
+Aloha	12940
+Aloma	12941
+Alorica	12942
+Alpine	12943
+Alps	12944
+Alva	12945
+Alvernon	12946
+Alvin	12947
+Alvord	12948
+Alsco	12949
+Alstyne	12950
+Alyssa	12951
+Alycia	12952
+Alyeska	12953
+Alka	12954
+Alki	12955
+Aluma	12956
+Alumni	12957
+Alright	12958
+Alro	12959
+Alwan	12960
+Always	12961
+Alzheimer's	12962
+Alzheimers	12963
+Ando	12964
+Andi	12965
+Andy	12966
+Andhra	12967
+Anti	12968
+Antarctica	12969
+Antrim	12970
+Antvenom	12971
+Ange	12972
+Angie	12973
+Angola	12974
+Angry	12975
+Angus	12976
+Anna	12977
+Anne	12978
+Ann's	12979
+Annmarie	12980
+Annoying	12981
+Annville	12982
+Ana's	12983
+Anabelle	12984
+Anadarko	12985
+Anaheim	12986
+Anakin	12987
+Analytics	12988
+Anamosa	12989
+Anand	12990
+Anarchy	12991
+Anaya	12992
+Anita	12993
+Anchor	12994
+Ancaster	12995
+Anclote	12996
+Ancona	12997
+Ansel	12998
+Anson	12999
+Answer	13000
+Ansley	13001
+Anya	13002
+Anybody	13003
+Anytime	13004
+Anyway	13005
+Ankeny	13006
+Anoka	13007
+Anonymous	13008
+Another	13009
+Arms	13010
+Army	13011
+Arch	13012
+Arco	13013
+Arclight	13014
+Arctic	13015
+Aria	13016
+Arie	13017
+Ari's	13018
+Arius	13019
+Arab	13020
+Arapaho	13021
+Aragon	13022
+Arash	13023
+Arthur	13024
+Arturo	13025
+Art's	13026
+Artarama	13027
+Arts	13028
+Argo	13029
+Argus	13030
+Argyle	13031
+Arby	13032
+Arbella	13033
+Arbutus	13034
+Arne	13035
+Arnie	13036
+Arlington	13037
+Arlo	13038
+Arden	13039
+Ardmore	13040
+Ardsley	13041
+Arduino	13042
+Area	13043
+Arena	13044
+Aretha	13045
+Arkham	13046
+Arvada	13047
+Arvest	13048
+Arun	13049
+Aruba	13050
+Aroostook	13051
+Around	13052
+Arsenal	13053
+Arsenio	13054
+Amelia	13055
+Amen	13056
+Ames	13057
+Amedisys	13058
+Amegy	13059
+Amex	13060
+Amato	13061
+Amalfi's	13062
+Amaya	13063
+Amit	13064
+Amica	13065
+Amin	13066
+Amir	13067
+Amidon	13068
+Amie	13069
+Amish	13070
+Amber	13071
+Ambassador	13072
+Ambler	13073
+Amboy	13074
+Amoco	13075
+Amoeba	13076
+Amory	13077
+Amos	13078
+Amscot	13079
+Ammons	13080
+Amway	13081
+Amwell	13082
+Amy's	13083
+Ashe	13084
+Asha	13085
+Ash's	13086
+Ashdown	13087
+Ashford	13088
+Ashish	13089
+Ashok	13090
+Ashville	13091
+Assoc	13092
+Assassin	13093
+Astaire	13094
+Asterix	13095
+Asthma	13096
+Astley	13097
+Asian	13098
+Asia's	13099
+Asahi	13100
+Asaka	13101
+Ascension	13102
+Ascot	13103
+Ascuaga's	13104
+Adel	13105
+Aden	13106
+Adam	13107
+Adair	13108
+Adagio	13109
+Addams	13110
+Adderall	13111
+Address	13112
+Adria	13113
+Adrienne	13114
+Adopt	13115
+Adobe	13116
+Adonis	13117
+Adorama	13118
+Admiral	13119
+Admissions	13120
+Adidas	13121
+Adina	13122
+Adirondack	13123
+Auto	13124
+Autauga	13125
+Autism	13126
+Autry	13127
+Autumn	13128
+Audi	13129
+Audelia	13130
+Audubon	13131
+Aussie	13132
+August	13133
+Augie	13134
+Augsburg	13135
+Auntie	13136
+Auckland	13137
+Auction	13138
+Aulani	13139
+Aultman	13140
+Aurelio's	13141
+Aurora	13142
+Appomattox	13143
+Apps	13144
+Apollo	13145
+Apopka	13146
+Apartment	13147
+Apache	13148
+April	13149
+Apria	13150
+Apes	13151
+Apetit	13152
+Apex	13153
+Accu	13154
+Acts	13155
+Actually	13156
+Acapulco	13157
+Acker	13158
+Acre	13159
+Acer	13160
+Aces	13161
+Achilles	13162
+Acoma	13163
+Acorn	13164
+Acosta	13165
+Acura	13166
+Acushnet	13167
+Atta	13168
+Attorney	13169
+Attendance	13170
+Attleboro	13171
+Attraction	13172
+Athol	13173
+Atlee	13174
+Atari	13175
+Atria's	13176
+Atrisco	13177
+Atrium	13178
+Atrix	13179
+Atwood	13180
+Atwater	13181
+Atwells	13182
+Atkinson	13183
+Atmore	13184
+Atmos	13185
+Aire	13186
+Airline	13187
+AirTran	13188
+Aircraft	13189
+Airdrie	13190
+Airgas	13191
+Airstream	13192
+Airtec	13193
+Airy	13194
+Aida	13195
+Aiden	13196
+Aids	13197
+Aiken	13198
+Aikido	13199
+Aikman	13200
+Aiko	13201
+Aileen	13202
+Ainsley	13203
+Ainsworth	13204
+Abbot	13205
+Abby	13206
+Abba	13207
+Abbie	13208
+Abel	13209
+Abe's	13210
+Abigail	13211
+Abilene	13212
+Abita	13213
+Abra	13214
+Abreva	13215
+Abacoa	13216
+Abdullah	13217
+Absecon	13218
+Absolut	13219
+Abundant	13220
+Aveda	13221
+Avett	13222
+Avia	13223
+Avis	13224
+Aviv	13225
+Avicii	13226
+Avila	13227
+Avion	13228
+Avant	13229
+Ava's	13230
+Avast	13231
+Avatar	13232
+Avondale	13233
+Agri	13234
+Agra	13235
+Again	13236
+Agassi	13237
+Agatha	13238
+Agawam	13239
+Ages	13240
+Agua	13241
+Agustin	13242
+Aggie's	13243
+Aggieland	13244
+Aggies	13245
+Agora	13246
+Agoura	13247
+Agincourt	13248
+Aging	13249
+Agnes	13250
+Agnew	13251
+ACLU	13252
+ACLs	13253
+ACAC	13254
+ACCC	13255
+ACMC	13256
+ACU's	13257
+ATV's	13258
+ATVs	13259
+AT&T's	13260
+ATCO	13261
+ATM's	13262
+AMA's	13263
+AMEX	13264
+AMSOIL	13265
+AMVETS	13266
+Afro	13267
+Afraid	13268
+Affairs	13269
+Affleck	13270
+Affordable	13271
+Affton	13272
+Afghanistan	13273
+After	13274
+Afton	13275
+ASCAP	13276
+ASCII	13277
+ASCO	13278
+ASAP	13279
+ASPCA	13280
+ABC's	13281
+ABCD	13282
+ABCO	13283
+ABCs	13284
+Aeronautical	13285
+Aerosmith	13286
+Aerotek	13287
+Aegean	13288
+Aegis	13289
+Akins	13290
+Akira	13291
+Akita	13292
+Akasha	13293
+Azul	13294
+Azuma	13295
+Azure	13296
+Azusa	13297
+Azteca	13298
+Aziza	13299
+ADTR	13300
+APAC	13301
+Aquafina	13302
+Aquidneck	13303
+Aquinas	13304
+AARC	13305
+AARP	13306
+Awana	13307
+Awakening	13308
+Away	13309
+Ayers	13310
+Ahmad	13311
+Ahmed	13312
+Aaron's	13313
+Aarons	13314
+Axelrod	13315
+ANSI	13316
+ANSWER	13317
+Park	13318
+Part	13319
+Parr	13320
+Parent	13321
+Parc	13322
+Parham	13323
+Parvin	13324
+Palm	13325
+Pala	13326
+Palo	13327
+Pall	13328
+Palumbo	13329
+Pals	13330
+Patt	13331
+Path	13332
+Pats	13333
+Patch	13334
+Pat's	13335
+Pato	13336
+Patuxent	13337
+Panera	13338
+Panhandle	13339
+Panic	13340
+Panzer	13341
+Pack	13342
+Paco	13343
+PacSun	13344
+Pacman	13345
+Pacquiao	13346
+Pass	13347
+Pasadena	13348
+Paseo	13349
+Pasha	13350
+Paso	13351
+Paul	13352
+Papa	13353
+Pape	13354
+Payne	13355
+PayPal	13356
+Payette	13357
+Payless	13358
+Payment	13359
+Paypal	13360
+Payson	13361
+Payton	13362
+Pain	13363
+Paige	13364
+Paisley	13365
+Pail	13366
+Padre	13367
+Paddington	13368
+Paden	13369
+Padgett	13370
+Padilla	13371
+Padnos	13372
+Paducah	13373
+Pamela	13374
+Pam's	13375
+Pamlico	13376
+Pammy	13377
+Pawn	13378
+Pawcatuck	13379
+Pawhuska	13380
+Paws	13381
+Pawtucket	13382
+Page	13383
+Pagliacci	13384
+Pagosa	13385
+Pablo	13386
+Pabst	13387
+Pakistan	13388
+Pakwan	13389
+Pavarotti	13390
+Pavel	13391
+Pazzo's	13392
+Penn	13393
+Pena	13394
+Pens	13395
+Penguin	13396
+PenFed	13397
+Penca	13398
+Penfield	13399
+Penobscot	13400
+Peri	13401
+Pere	13402
+Peru	13403
+Peralta	13404
+Perham	13405
+Perot	13406
+Perpetual	13407
+Perth	13408
+Pete	13409
+Pets	13410
+PetSmart	13411
+Petaluma	13412
+Petco	13413
+Petfinder	13414
+Petite	13415
+Petland	13416
+Petoskey	13417
+Petula	13418
+Pear	13419
+Peabo	13420
+Peak	13421
+Peanut	13422
+Peapod	13423
+Peas	13424
+Peavey	13425
+Peay	13426
+Pepe	13427
+Pepsi	13428
+Pepco	13429
+Pepin	13430
+Pepto	13431
+Pell	13432
+Pelham	13433
+Pelican	13434
+Peltier	13435
+Pelzer	13436
+Pedro	13437
+Peebles	13438
+Peekskill	13439
+Peele	13440
+Peep	13441
+Pecan	13442
+Peco	13443
+Pechanga	13444
+Peck	13445
+People	13446
+Peoria	13447
+Peosta	13448
+Peotone	13449
+Peggy	13450
+Pegasus	13451
+Pegram	13452
+Peking	13453
+Pemberton	13454
+Pembina	13455
+Pembroke	13456
+Pest	13457
+PewDiePie	13458
+Pewaukee	13459
+Pebblebrook	13460
+Pequod's	13461
+Pequot	13462
+Peyton's	13463
+Port	13464
+Porky's	13465
+Porsche	13466
+Poli	13467
+Poly	13468
+Pole	13469
+Polk	13470
+Polo	13471
+Polson	13472
+Powder	13473
+Poway	13474
+Powhatan	13475
+Potsdam	13476
+Pond	13477
+Pony	13478
+Ponies	13479
+Ponzi	13480
+Post	13481
+Posner	13482
+Pope	13483
+Poplar	13484
+Pop's	13485
+Popo	13486
+Pops	13487
+Popular	13488
+Pool	13489
+Poochie	13490
+Pooh	13491
+Pooja	13492
+Poor	13493
+Poison	13494
+Pound	13495
+Poughkeepsie	13496
+Poulsbo	13497
+Pour	13498
+Pohanka	13499
+Pohl	13500
+Poydras	13501
+Poynter	13502
+Pros	13503
+Prop	13504
+Prof	13505
+ProBuild	13506
+ProCare	13507
+ProHealth	13508
+ProSource	13509
+Project	13510
+Proud	13511
+Prowler	13512
+Prozac	13513
+Prep	13514
+Predator	13515
+Preble	13516
+Preferred	13517
+Pregnancy	13518
+Prejudice	13519
+Prelude	13520
+Prior	13521
+Priya	13522
+Pride	13523
+Pripyat	13524
+Prius	13525
+Prix	13526
+Prize	13527
+Pray	13528
+Practice	13529
+Prancer	13530
+Pruitt	13531
+Prunedale	13532
+Prussia	13533
+Pine	13534
+Pink	13535
+Pino	13536
+Pina	13537
+Pinhook	13538
+Pini's	13539
+Pinnacle	13540
+Pick	13541
+Picture	13542
+Pico	13543
+Pitt	13544
+Pita	13545
+Pitbull	13546
+Pitfire	13547
+Pitkin	13548
+Pitman	13549
+Pitney	13550
+Pier	13551
+Pied	13552
+Pieces	13553
+Pietro's	13554
+Pilgrim	13555
+Pilot	13556
+Pilates	13557
+Pilchuck	13558
+Pilkington	13559
+Pisgah	13560
+Pismo	13561
+Pissin	13562
+Pike	13563
+Pikachu	13564
+Pigeon	13565
+Pimp	13566
+Pima	13567
+Pimlico	13568
+Pimsleur	13569
+Pippi	13570
+Pips	13571
+Piaf	13572
+Piatti	13573
+Piazza	13574
+Pixie	13575
+Pixar	13576
+Pixley	13577
+Pirate	13578
+Pirie	13579
+Pioneer	13580
+Pizza	13581
+Pizzeria	13582
+Plan	13583
+Play	13584
+Plaquemine	13585
+Plaxico	13586
+Plaza	13587
+Pleas	13588
+Pledge	13589
+Plex	13590
+Plum	13591
+Plus	13592
+Pluto	13593
+Pure	13594
+Purnell	13595
+Purolator	13596
+Pursuit	13597
+Purvis	13598
+Punjab	13599
+Punk	13600
+Punderson	13601
+Punisher	13602
+Punta	13603
+Punxsutawney	13604
+Pull	13605
+Pulaski	13606
+Pulitzer	13607
+Pulp	13608
+Pulse	13609
+Pump	13610
+Puma	13611
+Puck	13612
+Puccini's	13613
+Puente	13614
+Puerto	13615
+Puget	13616
+Pugh	13617
+Pugmire	13618
+Puppet	13619
+Puppies	13620
+Puppy	13621
+Puss	13622
+Puscifer	13623
+Pusha	13624
+Puddle	13625
+Pudge	13626
+Putnam	13627
+Putney	13628
+Phil	13629
+Phipps	13630
+Phish	13631
+Phiten	13632
+Photo	13633
+Phan	13634
+Pham	13635
+Pheasant	13636
+Phenix	13637
+PSE&G	13638
+PSECU	13639
+PSEG	13640
+PSNC	13641
+PSNH	13642
+PSAT	13643
+PSTA	13644
+PDF's	13645
+PETA	13646
+PETCO	13647
+Psycho	13648
+Psychiatric	13649
+Psalms	13650
+Pyramid	13651
+Pyrex	13652
+Pfeifer	13653
+Pfeiffer	13654
+Pfister	13655
+Pfizer	13656
+finger	13657
+fini	13658
+fine	13659
+find	13660
+fins	13661
+fire	13662
+firm	13663
+firs	13664
+firkin	13665
+firing	13666
+fill	13667
+file	13668
+film	13669
+filament	13670
+filbert	13671
+filo	13672
+fish	13673
+fist	13674
+fiscal	13675
+fission	13676
+fight	13677
+figaros	13678
+figment	13679
+figs	13680
+fixture	13681
+field	13682
+fiend	13683
+fiesta	13684
+fiber	13685
+fibula	13686
+fide	13687
+fidget	13688
+fiduciary	13689
+fitness	13690
+fits	13691
+ficially	13692
+fickle	13693
+fifth	13694
+fifteen	13695
+fifties	13696
+fifty	13697
+fiance	13698
+fiasco	13699
+fives	13700
+fizzle	13701
+fizzy	13702
+form	13703
+fort	13704
+fork	13705
+forward	13706
+forfeit	13707
+forum	13708
+for:	13709
+forage	13710
+ford	13711
+foot	13712
+fool	13713
+food	13714
+foosball	13715
+fold	13716
+folk	13717
+four	13718
+foul	13719
+fought	13720
+fond	13721
+font	13722
+fone	13723
+focus	13724
+focal	13725
+foster	13726
+foam	13727
+foal	13728
+foxes	13729
+foxnews.com	13730
+foxy	13731
+fobs	13732
+face	13733
+fact	13734
+facade	13735
+fair	13736
+fail	13737
+faith	13738
+faint	13739
+farm	13740
+fart	13741
+fare	13742
+faraway	13743
+farce	13744
+faring	13745
+faron	13746
+fast	13747
+fatal	13748
+fate	13749
+fatigue	13750
+fats	13751
+fatness	13752
+fatz	13753
+fanatic	13754
+fanboy	13755
+fandango.com	13756
+fangs	13757
+fanny	13758
+fans	13759
+fabric	13760
+fable	13761
+fab.com	13762
+fabco	13763
+fall	13764
+false	13765
+falcon	13766
+falter	13767
+favor	13768
+faves	13769
+fame	13770
+famous	13771
+fags	13772
+fake	13773
+fakin	13774
+fault	13775
+faucet	13776
+faux	13777
+fade	13778
+fading	13779
+fax:	13780
+faxing	13781
+fajitas	13782
+flat	13783
+flag	13784
+flap	13785
+flak	13786
+flan	13787
+flaw	13788
+flax	13789
+flaunt	13790
+flow	13791
+float	13792
+flop	13793
+flock	13794
+floss	13795
+flogging	13796
+flonase	13797
+flotation	13798
+flip	13799
+flick	13800
+flirt	13801
+flight	13802
+flimsy	13803
+flix	13804
+flue	13805
+fluff	13806
+fluid	13807
+fluke	13808
+flunk	13809
+flux	13810
+flex	13811
+flee	13812
+fled	13813
+flea	13814
+flemingsburg	13815
+flesh	13816
+flew	13817
+flyer	13818
+flyin	13819
+flyaway	13820
+flyover	13821
+flywheel	13822
+free	13823
+freak	13824
+freckle	13825
+freight	13826
+fret	13827
+frebis	13828
+fred	13829
+freon	13830
+frat	13831
+fraud	13832
+fray	13833
+frases	13834
+frazzled	13835
+friar	13836
+frijolito	13837
+frills	13838
+fringe	13839
+frivolous	13840
+frizzy	13841
+front	13842
+frost	13843
+frown	13844
+frog	13845
+frolic	13846
+froze	13847
+from	13848
+fruit	13849
+fructose	13850
+frugal	13851
+frumpy	13852
+frutti	13853
+fryer	13854
+frying	13855
+frys	13856
+feed	13857
+feel	13858
+feenin	13859
+feeble	13860
+fees	13861
+feet	13862
+feezles	13863
+fell	13864
+felon	13865
+felt	13866
+feat	13867
+fear	13868
+fern	13869
+feral	13870
+ferocious	13871
+fend	13872
+fennel	13873
+fentanyl	13874
+fenugreek	13875
+feta	13876
+fetch	13877
+fetish	13878
+fetus	13879
+fedloan	13880
+fedora	13881
+feds	13882
+fest	13883
+fess	13884
+female	13885
+femur	13886
+feverish	13887
+fevers	13888
+fecal	13889
+feces	13890
+fewer	13891
+fund	13892
+function	13893
+funeral	13894
+funk	13895
+funhouse	13896
+funs	13897
+fuck	13898
+fuccillo	13899
+fuchsia	13900
+furious	13901
+furlough	13902
+furs	13903
+fury	13904
+full	13905
+fulfill	13906
+fulin's	13907
+fuse	13908
+fuss	13909
+fumes	13910
+futbol	13911
+futile	13912
+futon	13913
+fueled	13914
+fueling	13915
+fuels	13916
+fuzzies	13917
+fuzzy	13918
+fuddy	13919
+fudge	13920
+fugitive	13921
+fugly	13922
+Rose	13923
+Rosa	13924
+Ross	13925
+Rosharon	13926
+Rosner	13927
+Rostraver	13928
+Roswell	13929
+Rock	13930
+Rocco	13931
+Roche	13932
+Roco	13933
+Roca	13934
+Rocio	13935
+Rocsi	13936
+Robb	13937
+Robo	13938
+Roby	13939
+Rob's	13940
+Roma	13941
+Rome	13942
+Romi	13943
+Romney	13944
+Romo	13945
+Romulus	13946
+Rona	13947
+Roni	13948
+Ron's	13949
+Ronettes	13950
+Ronkonkoma	13951
+Rodney	13952
+Rod's	13953
+Rodan	13954
+Rodgers	13955
+Rodi	13956
+Rodman	13957
+Rodolfo	13958
+Roll	13959
+Root	13960
+Room	13961
+Roos	13962
+Roof	13963
+Rooney	13964
+Rotel	13965
+Roth	13966
+Roto	13967
+Rotary	13968
+Roya	13969
+Roys	13970
+Royers	13971
+Roy's	13972
+Royce	13973
+Road	13974
+Roast	13975
+Roach	13976
+Roaring	13977
+Roxie	13978
+Roxy	13979
+Roxette	13980
+Rowan	13981
+Rowe	13982
+Roger	13983
+Rogue	13984
+Round	13985
+Roush	13986
+Route	13987
+Rohan	13988
+Rohit	13989
+Rohnert	13990
+Roebuck	13991
+Roeland	13992
+Roethlisberger	13993
+Roja	13994
+Rojo	13995
+Rover	13996
+Roper	13997
+Redd	13998
+Reds	13999
+Redi	14000
+Redland	14001
+Red's	14002
+RedZone	14003
+Redan	14004
+Redken	14005
+Redondo	14006
+Rena	14007
+Rent	14008
+Rene	14009
+Reno	14010
+Renzo	14011
+Renner	14012
+Renwick	14013
+Renys	14014
+Rest	14015
+ResCare	14016
+Rescue	14017
+Resnick	14018
+Response	14019
+Ressler	14020
+Resurrection	14021
+Rego	14022
+Read	14023
+Real	14024
+Reach	14025
+Reaper	14026
+Reardon	14027
+Reavis	14028
+Revo	14029
+RevZilla	14030
+Revlon	14031
+Reed	14032
+Rees	14033
+Reeve	14034
+Reebok	14035
+Reece	14036
+Reef	14037
+Reel	14038
+Reems	14039
+Remi	14040
+Remo	14041
+Remy	14042
+Remax	14043
+Rembrandt	14044
+Remke	14045
+Remsen	14046
+Remus	14047
+Recall	14048
+Rector	14049
+Recycling	14050
+Reid	14051
+Reiki	14052
+Reilly	14053
+Reimer	14054
+Reisterstown	14055
+Republic	14056
+Report	14057
+RepHresh	14058
+Repair	14059
+Repertory	14060
+Rell	14061
+Reloaded	14062
+Reba	14063
+Return	14064
+Rex's	14065
+Rexall	14066
+Rexburg	14067
+Rexel	14068
+Rexford	14069
+Reyes	14070
+Refuge	14071
+Rehab	14072
+Rehm	14073
+Rehoboth	14074
+Reuben	14075
+Reunion	14076
+Reuters	14077
+Reza	14078
+Rezound	14079
+Rezurrection	14080
+Rejada	14081
+Rejects	14082
+Rewards	14083
+Rand	14084
+Range	14085
+Rana	14086
+Rankin	14087
+Ranson	14088
+Rantoul	14089
+Rams	14090
+Rama	14091
+Rami	14092
+Ramkota	14093
+Rammstein	14094
+Rampage	14095
+Rain	14096
+Rail	14097
+Raisin	14098
+Raible	14099
+Raitt	14100
+Ray's	14101
+Rayburn	14102
+Rayco	14103
+Raye	14104
+Rayford	14105
+Rays	14106
+Rayville	14107
+Race	14108
+Rack	14109
+Raccoon	14110
+Racquet	14111
+Radcliff	14112
+Rado	14113
+Rader	14114
+Radford	14115
+Radley	14116
+Radnor	14117
+Rapid	14118
+Raphael	14119
+Rappahannock	14120
+Rapunzel	14121
+Rave	14122
+Ravi	14123
+Ravalli	14124
+Ralph	14125
+Rally	14126
+Ralston	14127
+Rascal	14128
+Rasika	14129
+Rasmussen	14130
+Rasta	14131
+Razor	14132
+Raza	14133
+Razer	14134
+Razr	14135
+Rath	14136
+Ratchet	14137
+Ratliff	14138
+Raton	14139
+Rats	14140
+Ratt	14141
+Rabbi	14142
+Raben	14143
+Rabie	14144
+Rabobank	14145
+Rafael	14146
+Rafi	14147
+Rahal	14148
+Raheem	14149
+Rahim	14150
+Rahman	14151
+Rahul	14152
+Rahway	14153
+Rawson	14154
+Rage	14155
+Raggedy	14156
+Raging	14157
+Ragland	14158
+Ragsdale	14159
+Raja	14160
+Rajesh	14161
+Raju	14162
+Raeford	14163
+Raelynn	14164
+Rakesh	14165
+Rakim	14166
+Rare	14167
+Raritan	14168
+Rich	14169
+Rick	14170
+Rica	14171
+Rice	14172
+Rico	14173
+River	14174
+Riva	14175
+Ride	14176
+Rida	14177
+Riding	14178
+Ridley	14179
+Ring	14180
+Rina	14181
+Rincon	14182
+Rindge	14183
+Rini	14184
+Rinker	14185
+Rita	14186
+Ritchie	14187
+Ritz	14188
+Rite	14189
+Ripley	14190
+Riperton	14191
+Ripken	14192
+Ripon	14193
+Riptide	14194
+Right	14195
+Rigatoni's	14196
+Rigby	14197
+Rigo	14198
+Rigsby	14199
+Rise	14200
+Risa	14201
+Rishi	14202
+Rising	14203
+Rissa	14204
+Ristorante	14205
+Rimes	14206
+Rimmel	14207
+Rimrock	14208
+Rio's	14209
+Rios	14210
+Riot	14211
+Rizzo	14212
+Rizza	14213
+Riley's	14214
+Rileys	14215
+Ribbon	14216
+Riendo	14217
+Riesling	14218
+Rifkin	14219
+Rifle	14220
+Rihanna's	14221
+Rikers	14222
+Russ	14223
+Rush	14224
+Rusk	14225
+Rusnak	14226
+Runaway	14227
+Runkles	14228
+Runway	14229
+Runyon	14230
+Runza	14231
+Ruby	14232
+Ruben	14233
+Rubbermaid	14234
+Ruth	14235
+Rutgers	14236
+Rudy	14237
+Rudd	14238
+Rudisill	14239
+Rumford	14240
+Rumson	14241
+Rugby	14242
+Ruger	14243
+Ruggles	14244
+Rugrats	14245
+Ruff	14246
+Rufe	14247
+Rufus	14248
+Rucker	14249
+Rucka	14250
+Ruidoso	14251
+Ruiz	14252
+Rules	14253
+Rupert	14254
+Rupp	14255
+Rhonda	14256
+Rhea	14257
+Rheem	14258
+Rhett	14259
+Rhiannon	14260
+Rhymes	14261
+Rhys	14262
+Rhythm	14263
+Rylan	14264
+Rylee's	14265
+Ryan's	14266
+Ryans	14267
+Ryder	14268
+Rydell	14269
+Ryerson	14270
+RSVP	14271
+REEDS	14272
+REMC	14273
+RIMCO	14274
+ROCK	14275
+RPM's	14276
+Deli	14277
+Dell	14278
+Delco	14279
+Del's	14280
+Delbert	14281
+Delete	14282
+Delgado	14283
+Delhi	14284
+Delk	14285
+Delnor	14286
+Delsea	14287
+Deluxe	14288
+Dean	14289
+Dead	14290
+Dear	14291
+Deacon	14292
+Deal	14293
+Death	14294
+Deaf	14295
+Deaver	14296
+Dena	14297
+Denham	14298
+Denon	14299
+Denzel	14300
+Desi	14301
+Desk	14302
+DesPlaines	14303
+Desloge	14304
+Desmond	14305
+Desoto	14306
+Deer	14307
+Deen	14308
+Deep	14309
+Dee's	14310
+DeeDee	14311
+Deegan	14312
+Deeks	14313
+Deez	14314
+Devo	14315
+Devan	14316
+Devlin	14317
+Demi	14318
+Demco	14319
+December	14320
+Deck	14321
+Decca	14322
+Decherd	14323
+Decorah	14324
+Derek	14325
+Derr	14326
+Derby	14327
+Derda	14328
+Derick	14329
+Dermatology	14330
+Deron	14331
+Derulo	14332
+Derwood	14333
+Deborah	14334
+Deb's	14335
+Debian	14336
+Debra	14337
+Debs	14338
+Dept	14339
+Department	14340
+Depp	14341
+Depression	14342
+Deputy	14343
+Dewey	14344
+Dewberry	14345
+Dews	14346
+DeLuca	14347
+DeLand	14348
+DeLeon	14349
+DeVaughn	14350
+DeVoe	14351
+DeVry	14352
+Detail	14353
+Dethklok	14354
+Defiance	14355
+Deftones	14356
+Dexter	14357
+Dexcom	14358
+DeBarge	14359
+DeBarr	14360
+DeBary	14361
+DeFelice	14362
+DeForest	14363
+DeFuniak	14364
+DeGaulle	14365
+DeGeneres	14366
+DeGraw	14367
+DeMayo	14368
+DePaul	14369
+DePere	14370
+DePuy	14371
+DeSantis	14372
+DeShields	14373
+DeSoto	14374
+Dede	14375
+Dedham	14376
+Degree	14377
+Degrassi	14378
+Deion	14379
+Deitrick	14380
+Deuce	14381
+DeRenne	14382
+DeRidder	14383
+DeWalt	14384
+DeWitt	14385
+Dani	14386
+Dana	14387
+Danger	14388
+Dane	14389
+Dan's	14390
+Danbury	14391
+Danforth	14392
+Danube	14393
+Danya	14394
+Danzig	14395
+Dark	14396
+Darcy	14397
+Dart	14398
+Darby	14399
+Darwin	14400
+Daryl	14401
+Dara	14402
+Dare	14403
+Darnell	14404
+Darque	14405
+Daruma	14406
+Darvin	14407
+Dale	14408
+Dali	14409
+Dalmatian	14410
+Dalai	14411
+Dalhart	14412
+Daly	14413
+Dave	14414
+Davy	14415
+Damon	14416
+Dame	14417
+Damn	14418
+Damme	14419
+Days	14420
+Dayton	14421
+Daylight	14422
+Dayville	14423
+Dade	14424
+Daddy	14425
+Dad's	14426
+Dada	14427
+Dairy	14428
+Daisy	14429
+Daigle	14430
+Daingerfield	14431
+Dawson	14432
+Dawn	14433
+Dawes	14434
+Dawg	14435
+Dawkins	14436
+Dahl	14437
+Dahmer	14438
+Date	14439
+Data	14440
+Datsun	14441
+Dash	14442
+Dasia	14443
+Dauphin	14444
+DaVinci	14445
+DaVita	14446
+Dazs	14447
+Dazz	14448
+Dacia	14449
+Dacula	14450
+Daffy	14451
+Daft	14452
+Dakotas	14453
+Daphne's	14454
+Dona	14455
+Done	14456
+Donovan	14457
+Dong	14458
+Doncaster	14459
+Donkey	14460
+Donley	14461
+Dons	14462
+Donuts	14463
+Dora	14464
+Dori	14465
+Dorn	14466
+Doreen	14467
+Dorr	14468
+Dorchester	14469
+Dorfman	14470
+Dory	14471
+Dome	14472
+Dom's	14473
+Domo	14474
+Down	14475
+Dowagiac	14476
+Dowd	14477
+Dowell	14478
+Doll	14479
+Dolph	14480
+Dolan	14481
+Dolby	14482
+Dolce	14483
+Dole	14484
+Dolores	14485
+Dolton	14486
+Door	14487
+Doom	14488
+Doon	14489
+Doobie	14490
+Doogie	14491
+Dookie	14492
+Doug	14493
+Doucette	14494
+Dock	14495
+Doctor	14496
+Doc's	14497
+Docs	14498
+Dodge	14499
+Dodd	14500
+Dodi	14501
+Dodson	14502
+Dody	14503
+Dogg	14504
+Dogfish	14505
+Dogs	14506
+DotA	14507
+Dothan	14508
+Dotson	14509
+Doty	14510
+Doberman	14511
+Dobie	14512
+Dobson	14513
+Dokes	14514
+Doki	14515
+Dokken	14516
+Doyles	14517
+Does	14518
+Doster	14519
+Dover	14520
+Dozen	14521
+Dozier	14522
+Disco	14523
+Dish	14524
+Disney	14525
+Disease	14526
+Dismantlers	14527
+Diamond	14528
+Diagnostic	14529
+Dial	14530
+Diaper	14531
+Diaz	14532
+Dina	14533
+Dino	14534
+Diner	14535
+Ding	14536
+Dinner	14537
+Dindin	14538
+Dining	14539
+Dinkytown	14540
+Dinuba	14541
+Dinwiddie	14542
+Dick	14543
+Dice	14544
+Dirk	14545
+Dirt	14546
+Dilworth	14547
+Diver	14548
+Diva	14549
+Diet	14550
+Diego	14551
+Diehl	14552
+Diesel	14553
+Dimitri	14554
+Dimond	14555
+Dimas	14556
+Dimmitt	14557
+Digg	14558
+Digest	14559
+Dion	14560
+Diocese	14561
+Dior	14562
+Dios	14563
+Dixie	14564
+Dixon	14565
+Dixwell	14566
+Diplomat	14567
+Dipper	14568
+Dipset	14569
+Ditka	14570
+Ditch	14571
+Ditmars	14572
+Diddy	14573
+Dido	14574
+DiMaggio's	14575
+Diffie	14576
+Diffley	14577
+Duncan	14578
+Dunn	14579
+Dunbar	14580
+Dunford	14581
+Dunmore	14582
+Dunstable	14583
+Dunwoody	14584
+Durfee	14585
+Durham	14586
+Durk	14587
+Duro	14588
+Durst	14589
+Dumb	14590
+Dumas	14591
+Dumfries	14592
+Dumont	14593
+Dumpty	14594
+Dutch	14595
+Duty	14596
+Dutton	14597
+Dublin	14598
+Dubai	14599
+Dube	14600
+Dubin	14601
+Dubois	14602
+Dubsdread	14603
+Dubuque	14604
+Duffy	14605
+Dufferin	14606
+Duffield	14607
+Dugan	14608
+Dupo	14609
+Dupaco	14610
+Duplin	14611
+Duck	14612
+Ducati	14613
+Duchess	14614
+Dude	14615
+Dudley	14616
+Duds	14617
+Dustin	14618
+Dusty	14619
+Dulaney	14620
+Dulce	14621
+Dulles	14622
+Duluth	14623
+Duane	14624
+Duarte	14625
+Duke's	14626
+Dukes	14627
+DuPage	14628
+DuPont	14629
+Duvall	14630
+Drag	14631
+Draft	14632
+Drake	14633
+Drama	14634
+Draeger's	14635
+Drano	14636
+Draper	14637
+Draven	14638
+Draw	14639
+Dream	14640
+Drew	14641
+Dre's	14642
+Dredd	14643
+Dremel	14644
+Drexel	14645
+Drift	14646
+Driggs	14647
+Drink	14648
+Dripping	14649
+Driscoll	14650
+Drum	14651
+Drug	14652
+Drunk	14653
+Drudge	14654
+Druid	14655
+Drury	14656
+Drop	14657
+Drogo	14658
+Droid	14659
+Dryden	14660
+Dynasty	14661
+Dylan's	14662
+Dylans	14663
+Dysart	14664
+Dyslexic	14665
+Dyson	14666
+Dyke	14667
+Dykstra	14668
+DCFS	14669
+DSLR	14670
+DVD's	14671
+DVDs	14672
+DOE's	14673
+DOMA	14674
+DPSS	14675
+D'Amico	14676
+DEA's	14677
+DJ'ing	14678
+DJ's	14679
+Dhabi	14680
+Dhaka	14681
+Dharma	14682
+Dwight's	14683
+DUI's	14684
+home	14685
+homo	14686
+homage	14687
+hombre	14688
+hors	14689
+horn	14690
+horizon	14691
+horoscope	14692
+horde	14693
+hook	14694
+hood	14695
+hoop	14696
+hoot	14697
+hooch	14698
+hoo-ray	14699
+hoof	14700
+hooligans	14701
+hooman	14702
+hooray	14703
+hooves	14704
+hold	14705
+hole	14706
+holster	14707
+hola	14708
+holt	14709
+holy	14710
+hour	14711
+hound	14712
+hone	14713
+honor	14714
+honk	14715
+honcho	14716
+host	14717
+hose	14718
+hotel	14719
+hott	14720
+hots	14721
+hotdog	14722
+hotmail	14723
+hotwire	14724
+hotcakes	14725
+hotline	14726
+hotness	14727
+hotrod	14728
+hope	14729
+hopin	14730
+hops	14731
+hop.com	14732
+hopyard	14733
+hobo	14734
+howl	14735
+howard	14736
+however	14737
+hoagie	14738
+hoax	14739
+hock	14740
+hocus	14741
+hoga	14742
+hogging	14743
+hogs	14744
+hoedown	14745
+hoes	14746
+hovercraft	14747
+hovering	14748
+hohoho	14749
+hohokus	14750
+hand	14751
+hang	14752
+hannah	14753
+hard	14754
+harm	14755
+harvest	14756
+harass	14757
+harp	14758
+harsh	14759
+hare	14760
+harness	14761
+hark	14762
+harlot	14763
+hair	14764
+hail	14765
+haiku	14766
+hall	14767
+half	14768
+halo	14769
+haley	14770
+halt	14771
+halal	14772
+halves	14773
+hams	14774
+hamlet	14775
+hamricks	14776
+hatch	14777
+hate	14778
+hatin	14779
+hath	14780
+hatred	14781
+hats	14782
+hapa	14783
+hapo	14784
+haps	14785
+haha	14786
+have	14787
+havin	14788
+havalina	14789
+havoc	14790
+hack	14791
+haces	14792
+hash	14793
+haul	14794
+haunt	14795
+haze	14796
+hazard	14797
+hazing	14798
+hazmat	14799
+hazy	14800
+habit	14801
+haba	14802
+haylor	14803
+hayride	14804
+haywire	14805
+hagale	14806
+hags	14807
+hawk	14808
+haddock	14809
+hadn't	14810
+head	14811
+hear	14812
+heal	14813
+heat	14814
+heap	14815
+here	14816
+hero	14817
+herb	14818
+herd	14819
+herm	14820
+hernia	14821
+hers	14822
+herald	14823
+heritage	14824
+herpes	14825
+help	14826
+hell	14827
+helm	14828
+held	14829
+helen	14830
+helter	14831
+hemisphere	14832
+hemroid	14833
+hemlock	14834
+hemp	14835
+height	14836
+heir	14837
+heifer	14838
+heidi	14839
+heinous	14840
+heist	14841
+heel	14842
+heehee	14843
+heebie	14844
+heed	14845
+heey	14846
+heck	14847
+hedge	14848
+hedahls	14849
+heyy	14850
+hey.	14851
+heypenny	14852
+heytell	14853
+hence	14854
+henna	14855
+hens	14856
+hentai	14857
+he'd	14858
+he'll	14859
+he's	14860
+hehe	14861
+heparin	14862
+hepatitis	14863
+hexagon	14864
+highway	14865
+highs	14866
+highness	14867
+highpoint	14868
+highrise	14869
+hind	14870
+hing	14871
+hint	14872
+hiney	14873
+hinkleville	14874
+hitch	14875
+hither	14876
+hitman	14877
+hits	14878
+hill	14879
+hilarious	14880
+hilbish	14881
+hilt	14882
+hips	14883
+hip-hop	14884
+hide	14885
+hidin	14886
+hidden	14887
+hiss	14888
+hick	14889
+hiccup	14890
+hice	14891
+hibachi	14892
+hibdons	14893
+hibiscus	14894
+hike	14895
+hiking	14896
+hire	14897
+hiring	14898
+hirshfields	14899
+hijack	14900
+hijk	14901
+hiatal	14902
+hiatus	14903
+hierarchy	14904
+hieroglyphics	14905
+himself	14906
+hives	14907
+human	14908
+hump	14909
+hunt	14910
+hung	14911
+hunk	14912
+hundred	14913
+hunch	14914
+hunny	14915
+hurt	14916
+hurdle	14917
+hurl	14918
+hust	14919
+husband	14920
+husk	14921
+hush	14922
+hussy	14923
+huge	14924
+hugs	14925
+hubcap	14926
+hubs	14927
+hub.com	14928
+hutch	14929
+hut.com	14930
+huffing	14931
+huffy	14932
+hula	14933
+hull	14934
+hulu.com	14935
+huckleberry	14936
+hucks	14937
+huddled	14938
+hypo	14939
+hype	14940
+hyphen	14941
+hydro	14942
+hysterectomy	14943
+hygenist	14944
+hymn	14945
+hymen	14946
+hybrids	14947
+hyenas	14948
+hmmm	14949
+Tran	14950
+Trac	14951
+Trap	14952
+Tramp	14953
+Trax	14954
+Trabuco	14955
+Traeger	14956
+Trautwein	14957
+Trayvon	14958
+Trip	14959
+Trim	14960
+Trio	14961
+Trix	14962
+TriMet	14963
+Trident	14964
+Trifexis	14965
+Trillium	14966
+Triumph	14967
+Truck	14968
+True	14969
+TruGreen	14970
+Truitt	14971
+Trujillo	14972
+Trunk	14973
+Truro	14974
+Truth	14975
+Tree	14976
+Tremont	14977
+Trey	14978
+Trek	14979
+Tressa	14980
+Trexlertown	14981
+Troy	14982
+Trot	14983
+Trojan	14984
+Tron	14985
+Trolley	14986
+Tang	14987
+Tana	14988
+Taney	14989
+Tank	14990
+Tanque	14991
+Tanya	14992
+Tansky	14993
+Tantrums	14994
+Tanzania	14995
+Tall	14996
+Tale	14997
+Tali	14998
+Talk	14999
+Talcott	15000
+Talon	15001
+Talquin	15002
+Tama	15003
+Tami	15004
+Tame	15005
+Tamra	15006
+Tams	15007
+Tamworth	15008
+Tara	15009
+Tart	15010
+Tarzan	15011
+Tarentum	15012
+Tarheel	15013
+Tariq	15014
+Tarleton	15015
+Tarot	15016
+Tarpon	15017
+Taryn	15018
+Tash	15019
+Task	15020
+Tasman	15021
+Taser	15022
+Tapco	15023
+Tape	15024
+Taphouse	15025
+Tapout	15026
+Tail	15027
+Taiwan	15028
+Tai's	15029
+Tainted	15030
+Taio	15031
+Taipei	15032
+Table	15033
+Tabo	15034
+Tabasco	15035
+Tabernacle	15036
+Tabitha	15037
+Tate	15038
+Tatum	15039
+Tata	15040
+Tatiana	15041
+Taylor	15042
+Taytay	15043
+Taco	15044
+Tackett	15045
+Tavares	15046
+Tavia	15047
+Tahiti	15048
+Tahlequah	15049
+Takara	15050
+Take	15051
+Taking	15052
+Takoma	15053
+Tagalog	15054
+Taggart	15055
+Taub	15056
+Taunton	15057
+Taurus	15058
+Taxation	15059
+Taxi	15060
+Tafel	15061
+Taft	15062
+Taos	15063
+Tawana	15064
+Tawas	15065
+Tazewell	15066
+Toma	15067
+Tomo	15068
+Tomb	15069
+Tomlin	15070
+Tomcat	15071
+Tommy	15072
+Tompkins	15073
+Tom's	15074
+TomTom	15075
+Tomkinson	15076
+Toms	15077
+Tori	15078
+Torch	15079
+Toro	15080
+Torah	15081
+Torx	15082
+Tory	15083
+Toni	15084
+Tony	15085
+Tong	15086
+Tonawanda	15087
+Tonopah	15088
+Tops	15089
+Topanga	15090
+Topeka	15091
+Topher	15092
+Topic	15093
+Topton	15094
+Tobi	15095
+Toby	15096
+Tobuscus	15097
+Town	15098
+Towanda	15099
+Towbin	15100
+Towson	15101
+Tour	15102
+Touch	15103
+Tough	15104
+Touhy	15105
+Tousley	15106
+Toll	15107
+Tolbert	15108
+Tolteca	15109
+Toluca	15110
+Toto	15111
+Totten	15112
+Total	15113
+Totem	15114
+Tots	15115
+Tosh	15116
+Toss	15117
+Tostitos	15118
+Toyo	15119
+Toya	15120
+Toys	15121
+Toyz	15122
+Toast	15123
+Toad	15124
+Toano	15125
+Tool	15126
+Tooele	15127
+Todd	15128
+Today	15129
+Tova	15130
+Tove	15131
+Toccoa	15132
+Toco	15133
+Together	15134
+Togo's	15135
+Tokyo	15136
+Tercel	15137
+Terps	15138
+Tervis	15139
+Tell	15140
+Telcom	15141
+Telstra	15142
+Telus	15143
+Tenn	15144
+Tender	15145
+Tenley	15146
+Tent	15147
+Tenkaichi	15148
+Team	15149
+Teague	15150
+Teaneck	15151
+Tears	15152
+Teasley	15153
+Teavana	15154
+Teays	15155
+Text	15156
+TexAgs	15157
+Texico	15158
+Texoma	15159
+Tech	15160
+Tecumseh	15161
+Tess	15162
+Test	15163
+Tesco	15164
+Tesla	15165
+Tesoro	15166
+Teddy	15167
+Ted's	15168
+Tedeschi's	15169
+Teds	15170
+Teen	15171
+Teeter	15172
+Tejeda	15173
+Tejon	15174
+Teton	15175
+Tegan	15176
+Tehachapi	15177
+Tehama	15178
+Tequesta	15179
+Tequila	15180
+Time	15181
+Tim's	15182
+Timken	15183
+Timnath	15184
+Timpanogos	15185
+Tina	15186
+Ting	15187
+Tino	15188
+Tinker	15189
+Tiny	15190
+Tindol	15191
+Tinley	15192
+Tinton	15193
+Tila	15194
+Tilden	15195
+Tile	15196
+Tilghman	15197
+Tita	15198
+Title	15199
+Tito	15200
+Titus	15201
+Tittabawassee	15202
+Tice	15203
+Tift	15204
+Tipp	15205
+Tips	15206
+Tipton	15207
+Tiana	15208
+Tia's	15209
+Tiago	15210
+Tiedeman	15211
+Tiesto	15212
+Tiger	15213
+Tigard	15214
+Tigger	15215
+Tigres	15216
+Tibet	15217
+Tibbetts	15218
+Tiburon	15219
+Tide	15220
+Tidwell	15221
+Tikes	15222
+Tiki	15223
+Tish	15224
+Tisdale	15225
+Tijera	15226
+Tijuana	15227
+Tires	15228
+Tiverton	15229
+Tivoli	15230
+Thor	15231
+Thou	15232
+Thonotosassa	15233
+Thea	15234
+Theo	15235
+Theft	15236
+Thelma	15237
+Then	15238
+They	15239
+Thunder	15240
+Thug	15241
+Thumb	15242
+Than	15243
+That	15244
+Thai	15245
+Thackerville	15246
+Thaddeus	15247
+Thames	15248
+Thayer	15249
+Thin	15250
+Thibodaux	15251
+Thicke	15252
+This	15253
+Thrasher	15254
+Thru	15255
+Three	15256
+Turk	15257
+Turf	15258
+Turtle	15259
+Turano	15260
+Turismo	15261
+Turpin	15262
+Tuck	15263
+Tucan	15264
+Tucson	15265
+Tucumcari	15266
+Tussing	15267
+Tustin	15268
+Tull	15269
+Tulsa	15270
+Tune	15271
+Tunas	15272
+Tundra	15273
+Tung	15274
+Tunkhannock	15275
+Tunnel	15276
+Tuba	15277
+Tube	15278
+Tubman	15279
+Tuesday	15280
+Tupper	15281
+Tupac	15282
+Tupelo	15283
+Tuffy	15284
+Tufts	15285
+Tumblr	15286
+Tumi	15287
+Tumwater	15288
+Tutor	15289
+Tuttle	15290
+Tudor's	15291
+Tyra	15292
+Tyrion	15293
+Tyrone	15294
+Tyrwhitt	15295
+Tyler	15296
+Tylenol	15297
+Tynan's	15298
+Tyndall	15299
+Tyngsboro	15300
+Tyson's	15301
+Tysons	15302
+Tyvek	15303
+Tyvola	15304
+Twin	15305
+Twist	15306
+Twickenham	15307
+Twix	15308
+Twizzlers	15309
+Tweaker	15310
+THANK	15311
+THAT	15312
+THERE	15313
+TIAA	15314
+TGIF	15315
+Land	15316
+Lang	15317
+Lane	15318
+Lana	15319
+Lani	15320
+Lano	15321
+Lanham	15322
+Lanza	15323
+Late	15324
+Lata	15325
+Lauder	15326
+Laugh	15327
+Lauer	15328
+Lauper	15329
+Lautner	15330
+Lamb	15331
+Lama	15332
+Lam's	15333
+Lamesa	15334
+Lamkin	15335
+Lark	15336
+Lars	15337
+Lara	15338
+Laredo	15339
+Larned	15340
+Larpenteur	15341
+Lake	15342
+Lakota	15343
+Lacey	15344
+Lacamas	15345
+Laclede	15346
+Lacs	15347
+Lawn	15348
+Lawson	15349
+Lawler	15350
+Lawton	15351
+Lawyer	15352
+Lava	15353
+LabCorp	15354
+Labadie	15355
+Labs	15356
+Ladd	15357
+Lady	15358
+Ladies	15359
+Ladson	15360
+Ladue	15361
+Laser	15362
+Lassiter	15363
+Last	15364
+Lapalco	15365
+Lapeer	15366
+Laplace	15367
+Laporte	15368
+LaRiche	15369
+LaRue	15370
+Layla	15371
+Layne	15372
+Lays	15373
+Layton	15374
+Lago	15375
+Lagrange	15376
+Laguna	15377
+Lala	15378
+Lally	15379
+Lazar	15380
+Lazer	15381
+Lazy	15382
+LaCava	15383
+LaCie	15384
+LaCosta	15385
+LaCrosse	15386
+LaGuardia	15387
+LaVale	15388
+Lafayette	15389
+Lair	15390
+Lainey	15391
+LaBelle	15392
+LaBrea	15393
+LaFollette	15394
+LaFontaine	15395
+LaPlata	15396
+LaPorte	15397
+LaSalle	15398
+LaShawn	15399
+Lahaina	15400
+Lahey	15401
+Lean	15402
+Lear	15403
+Leather	15404
+Leah	15405
+Leap	15406
+Leaf	15407
+League	15408
+Leal	15409
+Leamington	15410
+Lease	15411
+Leawood	15412
+Leno	15413
+Lena	15414
+Lent	15415
+Lenco	15416
+Lending	15417
+Lenexa	15418
+Leng	15419
+Leon	15420
+Leo's	15421
+Leola	15422
+Leominster	15423
+Levi	15424
+Level	15425
+Levy	15426
+Lev's	15427
+Lees	15428
+Leela	15429
+Lee's	15430
+LeeAnn	15431
+Leechburg	15432
+Leeds	15433
+Leetsdale	15434
+Lego	15435
+Legend	15436
+Leggett	15437
+Leghorn	15438
+Legion	15439
+Legrand	15440
+Lester	15441
+Lesbian	15442
+Lesh	15443
+Lesnar	15444
+Less	15445
+Let's	15446
+Letchworth	15447
+Letoya	15448
+Lewes	15449
+Lexi	15450
+LexA	15451
+Lexar	15452
+Lexmark	15453
+Lextran	15454
+Lexus	15455
+Lexy's	15456
+Ledge	15457
+Ledbetter	15458
+Ledford	15459
+Ledisi	15460
+Ledo	15461
+Leduc	15462
+Ledyard	15463
+Leila	15464
+Leigh	15465
+Leicester	15466
+Leif	15467
+Leisure	15468
+Leman	15469
+Lemieux	15470
+Lemmon	15471
+Left	15472
+Lefferts	15473
+Lehi	15474
+Lehman	15475
+LeMoyne	15476
+Lecanto	15477
+Leclaire	15478
+Lecrae	15479
+Lecter	15480
+Lebowski	15481
+Leroy	15482
+Lerner	15483
+LeBlanc	15484
+LeBron	15485
+Leucadia	15486
+Leupold	15487
+Long	15488
+Lone	15489
+Lona	15490
+Loncar	15491
+Lonoke	15492
+Lonsdale	15493
+Lord	15494
+Lori	15495
+Lora	15496
+Lorton	15497
+Lou's	15498
+Loucks	15499
+Louetta	15500
+Lounge	15501
+Lourdes	15502
+Lock	15503
+Loch	15504
+Loco	15505
+Loctite	15506
+Locust	15507
+Love	15508
+Lovato	15509
+Logan	15510
+Loggins	15511
+Logli	15512
+Logs	15513
+Lombard	15514
+Loma	15515
+Lomond	15516
+Lompoc	15517
+Lowe	15518
+Lowcountry	15519
+Lowndes	15520
+Lowville	15521
+Lott	15522
+Lotaburger	15523
+Lothian	15524
+Lots	15525
+Lotus	15526
+Look	15527
+Loom	15528
+Loon	15529
+Loop	15530
+Loblaw	15531
+Lobo	15532
+Lobby	15533
+Lobel	15534
+Lobster	15535
+Lola	15536
+Lolo	15537
+Lolita	15538
+Lollipop	15539
+Lost	15540
+Loan	15541
+Loathing	15542
+Loftis	15543
+Lofts	15544
+Loya	15545
+Loyd	15546
+Loyola	15547
+Lodge	15548
+Lodi	15549
+Loeb	15550
+Loews	15551
+Lohan	15552
+Lohman	15553
+Lokey	15554
+Lopes	15555
+Lopez	15556
+Loxahatchee	15557
+Loxley	15558
+Lind	15559
+Line	15560
+Link	15561
+Ling	15562
+Lino	15563
+Lin's	15564
+Lina	15565
+Linings	15566
+Linn	15567
+Linville	15568
+Linwood	15569
+Linz	15570
+Lili	15571
+Lily	15572
+Lila	15573
+Lilburn	15574
+Liles	15575
+Libya	15576
+Lite	15577
+Lita	15578
+Litchfield	15579
+Lititz	15580
+Lime	15581
+Limit	15582
+Lima	15583
+Limon	15584
+Limp	15585
+List	15586
+Lisa	15587
+Lisbon	15588
+Lisle	15589
+Lissa	15590
+Live	15591
+Livonia	15592
+Life	15593
+Liftmaster	15594
+Light	15595
+Ligonier	15596
+Liza	15597
+Liz's	15598
+Liam	15599
+Liar	15600
+Lions	15601
+Lionel	15602
+Lionheart	15603
+Lionville	15604
+Lick	15605
+Licht	15606
+Lieberman	15607
+Lies	15608
+Lieutenant	15609
+Lips	15610
+Lipa	15611
+Lipton	15612
+Liquid	15613
+Liquor	15614
+Luck	15615
+Luce	15616
+Luca	15617
+Lucy	15618
+Lumosity	15619
+Lumsden	15620
+Luna	15621
+Lunch	15622
+Lunenburg	15623
+Lunsford	15624
+Luther	15625
+Luton	15626
+Lutron	15627
+Lutz	15628
+Luda	15629
+Luddington	15630
+Ludington	15631
+Ludlow	15632
+Ludwig	15633
+Luis	15634
+Luigi	15635
+Luiz	15636
+Lupe	15637
+Lupton	15638
+Lupus	15639
+Luke	15640
+Lukas	15641
+Lulu	15642
+Lula	15643
+Luling	15644
+Lubbock	15645
+Lube	15646
+Lubrano's	15647
+Luby's	15648
+Luger	15649
+Lugoff	15650
+Lusby	15651
+Lusk	15652
+Lustine	15653
+Luxembourg	15654
+Luxor	15655
+Luzern	15656
+Lufkin	15657
+Lufthansa	15658
+Luray	15659
+Lure	15660
+Lynn	15661
+Lynch	15662
+Lynbrook	15663
+Lynette	15664
+Lynhurst	15665
+Lynwood	15666
+Lynx	15667
+Lynyrd	15668
+Lyme	15669
+Lyman	15670
+Lyon	15671
+Lyoko	15672
+Lyric	15673
+Lyra	15674
+Lycia	15675
+Lycoming	15676
+Lydia's	15677
+Lyles	15678
+Lysol	15679
+Lyssa	15680
+Lyte	15681
+Lytle	15682
+LED's	15683
+LEDs	15684
+LEED	15685
+LEEP	15686
+LASCO	15687
+LASIK	15688
+LICSW	15689
+Lloyd's	15690
+Lloydminster	15691
+Lloyds	15692
+Hart	15693
+Hard	15694
+Haro	15695
+Hara	15696
+Harford	15697
+Hari	15698
+Harshman	15699
+Hann	15700
+Hand	15701
+Hans	15702
+Hank	15703
+Hana	15704
+Han's	15705
+Hanbury	15706
+Hanford	15707
+Hanover	15708
+Hanukkah	15709
+Hall	15710
+Hale	15711
+Half	15712
+Halo	15713
+Halco	15714
+Haldeman	15715
+Halifax	15716
+Halpern	15717
+Hamm	15718
+Hama	15719
+Ham's	15720
+Hamden	15721
+Hamner	15722
+Hamot	15723
+Hamtramck	15724
+Hayden	15725
+Hayes	15726
+Hayne	15727
+Hays	15728
+Hayashi	15729
+Haygood	15730
+Haymarket	15731
+Hail	15732
+Hair	15733
+Haiti	15734
+Haines	15735
+Haight	15736
+Haik	15737
+Haim	15738
+Hate	15739
+Hatfield	15740
+Hathaway	15741
+Hatboro	15742
+Have	15743
+Havoline	15744
+Havre	15745
+Hagman	15746
+Hague	15747
+Hawk	15748
+Hawaii	15749
+Hawthorn	15750
+Hawley	15751
+Hawn	15752
+Hasbro	15753
+Hash	15754
+Hastings	15755
+Haze	15756
+Hazzard	15757
+Haul	15758
+Haus	15759
+Haubstadt	15760
+Haughton	15761
+Haunted	15762
+Hauppauge	15763
+Haute	15764
+Hades	15765
+Habana	15766
+Habra	15767
+Hacienda	15768
+Haag	15769
+Haan	15770
+Haas	15771
+Hapeville	15772
+Hahn	15773
+Haha	15774
+Haffner's	15775
+Hafner	15776
+Hakim	15777
+Hakkasan	15778
+Holm	15779
+Holt	15780
+Holy	15781
+Holcomb	15782
+Holabird	15783
+Holbrook	15784
+Hole	15785
+Holgate	15786
+Holocaust	15787
+Holzer	15788
+Horn	15789
+Horton	15790
+Horde	15791
+Horeb	15792
+Hormel	15793
+Horowitz	15794
+Home	15795
+Homa	15796
+Homo	15797
+Hough	15798
+Hound	15799
+Hour	15800
+Houdini	15801
+Houma	15802
+Houten	15803
+Hong	15804
+Hook	15805
+Hood	15806
+Hoover	15807
+Hoobastank	15808
+Howe	15809
+Howard	15810
+Howie	15811
+Howcast	15812
+Howdy	15813
+Hope	15814
+Hopatcong	15815
+Hopdoddy	15816
+Hopi	15817
+Hopsin	15818
+Host	15819
+Hoss	15820
+Hosanna	15821
+Hoselton	15822
+Hoskins	15823
+Hosmer	15824
+HobNob	15825
+Hobart	15826
+Hobe	15827
+Hoboken	15828
+Hobson	15829
+Hof's	15830
+Hofbrau	15831
+Hofstra	15832
+Hogan	15833
+Hogle	15834
+Hogs	15835
+Hogue	15836
+Hogwarts	15837
+Hotel	15838
+Hotchkiss	15839
+Hotlanta	15840
+Hotmail	15841
+Hots	15842
+Hotwire	15843
+Hocking	15844
+Hockley	15845
+Hodge	15846
+Hodgkins	15847
+Hodgson	15848
+Hoke	15849
+Hokie	15850
+Hokkaido	15851
+Hohenwald	15852
+Hohl	15853
+Hohner	15854
+Hoagland	15855
+Hoya	15856
+Hoyt	15857
+Herb	15858
+Herr	15859
+Hero	15860
+Here	15861
+Herald	15862
+Herff	15863
+Heritage	15864
+Herkimer	15865
+Herlong	15866
+Heat	15867
+Head	15868
+Heacock	15869
+Hell	15870
+Helen	15871
+Help	15872
+Helio	15873
+Helfman	15874
+Helga	15875
+Helotes	15876
+Helsing	15877
+Helzberg	15878
+Henagar	15879
+Henley	15880
+Heim	15881
+Heights	15882
+Heil	15883
+Hemingway	15884
+Hembree	15885
+Hemet	15886
+Hemsworth	15887
+Hedberg	15888
+Hedrick	15889
+Hedwig	15890
+Heber	15891
+Hesperia	15892
+Hess	15893
+Heep	15894
+Heffernan	15895
+Heflin	15896
+Hefner	15897
+Hepburn	15898
+Hephzibah	15899
+Hewett	15900
+Hewitt	15901
+Hewlett	15902
+Heyburn	15903
+Heywood	15904
+Hecht	15905
+Hector	15906
+Hill	15907
+Hilary	15908
+Hilbert	15909
+Hilfiger	15910
+Hilo	15911
+Hilson	15912
+High	15913
+Higa	15914
+Higdon	15915
+Higley	15916
+Hines	15917
+Hinckley	15918
+Hingham	15919
+Hinkle	15920
+Hinn	15921
+Hinton	15922
+Hitler	15923
+Hitachi	15924
+Hite	15925
+Hits	15926
+Himalaya	15927
+Himes	15928
+Himitsu	15929
+Himself	15930
+Hibachi	15931
+Hibdon	15932
+Hibernia	15933
+Hicks	15934
+Hickam	15935
+Hickey	15936
+Hickman	15937
+Hickory	15938
+Hiro	15939
+Hiram	15940
+Hirsch	15941
+Hispanic	15942
+Hialeah	15943
+Hiatt	15944
+Hidalgo	15945
+Hidden	15946
+Hideaway	15947
+Hidy	15948
+Hunt	15949
+Hunan	15950
+Hunchback	15951
+Hundai	15952
+Human	15953
+Hume	15954
+Humira	15955
+Humor	15956
+Hush	15957
+Husqvarna	15958
+Huber	15959
+Hubler	15960
+Hugh	15961
+Hugo	15962
+Hurst	15963
+Hurd	15964
+Huron	15965
+Hurt	15966
+Hutch	15967
+Hutto	15968
+Hutzel	15969
+Hudson	15970
+Huddleston	15971
+Hudiburg	15972
+Huey	15973
+Huebner	15974
+Hueneme	15975
+Huerta	15976
+Huckleberry	15977
+Huck's	15978
+Huckabee	15979
+Huffman	15980
+Hulbert	15981
+Hulen	15982
+Hulk	15983
+Hulu	15984
+Hyde	15985
+Hyatt	15986
+Hyannis	15987
+Hyland	15988
+Hyman	15989
+Hymn	15990
+Hyperion	15991
+Hypoluxo	15992
+Hyrule	15993
+Hyrum	15994
+HID's	15995
+HTC's	15996
+expo	15997
+express	15998
+expunge	15999
+excruciating	16000
+extacy	16001
+extortion	16002
+exec	16003
+exam	16004
+exact	16005
+exalt	16006
+exasperated	16007
+exist	16008
+exit	16009
+exile	16010
+exotic	16011
+exfinity	16012
+exfoliate	16013
+entail	16014
+entourage	16015
+endo	16016
+ending	16017
+endless	16018
+ends	16019
+endzone	16020
+encrypt	16021
+encyclopedia	16022
+engine	16023
+english	16024
+envelope	16025
+envoy	16026
+envy	16027
+enlarge	16028
+enrich	16029
+enraged	16030
+enacted	16031
+enhance	16032
+enhancing	16033
+enjoyable	16034
+enjoyed	16035
+enjoying	16036
+enjoyment	16037
+enjoys	16038
+enforce	16039
+enforcing	16040
+ensemble	16041
+ensign	16042
+enormous	16043
+enough	16044
+enquiries	16045
+enquiring	16046
+enuff	16047
+enunciate	16048
+enzymes	16049
+elec	16050
+elem	16051
+elephant	16052
+elektronik	16053
+elicit	16054
+elixir	16055
+elizabeth	16056
+ella	16057
+ello	16058
+elastic	16059
+elaborate	16060
+elaine	16061
+elder	16062
+eldest	16063
+eloquent	16064
+elope	16065
+else's	16066
+elses	16067
+elsewhere	16068
+elbowed	16069
+elbows	16070
+elmcroft	16071
+elmo	16072
+employ	16073
+empower	16074
+emperor	16075
+emblem	16076
+embolism	16077
+emerald	16078
+emeritus	16079
+emerson	16080
+emoji	16081
+email	16082
+emission	16083
+emich	16084
+emily	16085
+emulator	16086
+emulate	16087
+emulation	16088
+ever	16089
+even	16090
+evelyn	16091
+eves	16092
+eval	16093
+evan	16094
+evict	16095
+evil	16096
+evite	16097
+esta	16098
+este	16099
+esthetician	16100
+estoy	16101
+escort	16102
+escrow	16103
+escuela	16104
+essay	16105
+especial	16106
+espanol	16107
+espionage	16108
+espn.com	16109
+espresso	16110
+esophagus	16111
+earn	16112
+earth	16113
+earring	16114
+earache	16115
+earbuds	16116
+eardrum	16117
+eared	16118
+earful	16119
+ears	16120
+east	16121
+ease	16122
+easy	16123
+eatin	16124
+eats	16125
+eager	16126
+eagle	16127
+eavesdropping	16128
+edit	16129
+edible	16130
+edge	16131
+edging	16132
+edgy	16133
+edule	16134
+eras	16135
+error	16136
+eric	16137
+erin	16138
+eros	16139
+erotic	16140
+eruption	16141
+econ	16142
+ecology	16143
+ecosystem	16144
+echo	16145
+echelon	16146
+ecards	16147
+eclectic	16148
+eclipse	16149
+ecstasy	16150
+ecstatic	16151
+ectomy	16152
+eyelash	16153
+eyeless	16154
+eyeball	16155
+eyebrow	16156
+eyeshadow	16157
+eyesight	16158
+eyedrops	16159
+eyeglasses	16160
+eyemart	16161
+eyemasters	16162
+equip	16163
+equifax	16164
+equilibrium	16165
+equivalent	16166
+equal	16167
+ethic	16168
+ethan	16169
+ether	16170
+ethnic	16171
+etcetera	16172
+etching	16173
+eternal	16174
+eternity	16175
+effect	16176
+effed	16177
+effer	16178
+effin	16179
+effortless	16180
+efforts	16181
+eggs	16182
+egg's	16183
+egg.com	16184
+eggcetera	16185
+eggnog	16186
+eggplant	16187
+eggroll	16188
+egos	16189
+egotistical	16190
+epic	16191
+episode	16192
+epiphany	16193
+epitome	16194
+ephedra	16195
+ephedrine	16196
+eucalyptus	16197
+euchre	16198
+euclis	16199
+euphemism	16200
+euthanize	16201
+euthanasia	16202
+euros	16203
+eighth	16204
+eighties	16205
+eights	16206
+eighty	16207
+eileens	16208
+e-card	16209
+e-cigarette	16210
+e-commerce	16211
+ebony	16212
+ebook	16213
+ebay.com	16214
+eels	16215
+e.g.r	16216
+e.t.a	16217
+ejaculate	16218
+ejaculation	16219
+ejected	16220
+Gran	16221
+Gram	16222
+Gray	16223
+Gras	16224
+Graham	16225
+Graber	16226
+Graeter's	16227
+Graziano's	16228
+Greg	16229
+Grey	16230
+Greiner	16231
+Grenada	16232
+Gresham	16233
+Grim	16234
+Grill	16235
+Grizz	16236
+Grid	16237
+Grier	16238
+Grips	16239
+Grove	16240
+Grogan	16241
+Gronk	16242
+Grow	16243
+Groban	16244
+Grocery	16245
+Groesbeck	16246
+Grohl	16247
+Groton	16248
+Gruden	16249
+Grullense	16250
+Grundy	16251
+Garcia	16252
+Gary	16253
+Garage	16254
+Garibaldi's	16255
+Garmin	16256
+Garwood	16257
+Garza	16258
+Gala	16259
+Gale	16260
+Galbraith	16261
+Galder	16262
+Galore	16263
+Galpin	16264
+Galt	16265
+Galway	16266
+Gabriel	16267
+Gabe	16268
+Gable	16269
+Gaby	16270
+Gabi	16271
+Gabus	16272
+Game	16273
+Gaming	16274
+Gammage	16275
+Gate	16276
+Gatlin	16277
+Gathering	16278
+Gatsby	16279
+Gast	16280
+Gaspar	16281
+GasBuddy	16282
+Gaskins	16283
+Gasoline	16284
+Gail	16285
+Gaither	16286
+Gaia	16287
+Gaiden	16288
+Gang	16289
+Ganahl	16290
+Ganesh	16291
+Ganley	16292
+Gannon	16293
+Gaye	16294
+Gaynor	16295
+Gayton	16296
+Gause	16297
+Gautier	16298
+Gaffey	16299
+Gaffigan	16300
+Gaffney	16301
+Gaga	16302
+Gage	16303
+Gavin's	16304
+Gavins	16305
+Gadget	16306
+Gadsden	16307
+Gaelic	16308
+Gaetano's	16309
+Gaza	16310
+Gazette	16311
+Gold	16312
+Golf	16313
+Goleta	16314
+Golling	16315
+Golondrinas	16316
+Good	16317
+Google	16318
+Gooch	16319
+Goofy's	16320
+Goonies	16321
+Goose	16322
+Gord	16323
+Gore	16324
+Gorilla	16325
+Gorham	16326
+Gorman	16327
+Gorno	16328
+Gods	16329
+God's	16330
+Godby	16331
+Godiva	16332
+Godley	16333
+Godwin	16334
+Godzilla	16335
+Goss	16336
+Gosch	16337
+Gosdin	16338
+Gosford	16339
+Goshen	16340
+Gosling	16341
+Gospel	16342
+Gott	16343
+Gotye	16344
+Gobble	16345
+Gobi	16346
+Gone	16347
+Gouda	16348
+Gourmet	16349
+Gomma	16350
+Goff	16351
+Goforth	16352
+Governor	16353
+Government	16354
+Goggles	16355
+Gogh	16356
+Gophers	16357
+Gowanda	16358
+Gower	16359
+Gene	16360
+Geno	16361
+Genco	16362
+Genda	16363
+Genji	16364
+Gennaro's	16365
+Gensco	16366
+Geri	16367
+Gerber	16368
+Gerdau	16369
+Gere	16370
+Geronimo	16371
+Gerry	16372
+Gervais	16373
+Geoff	16374
+Geographic	16375
+Geon	16376
+Geto	16377
+Gets	16378
+Getwell	16379
+Getz	16380
+Gear	16381
+Geauga	16382
+Geico	16383
+Geiger	16384
+Gemini	16385
+Gemma	16386
+Geek	16387
+Geer	16388
+Gees	16389
+Gellar	16390
+Gelson's	16391
+Gesa	16392
+Gill	16393
+Gilbert	16394
+Gilroy	16395
+Gil's	16396
+Gila	16397
+Gilchrist	16398
+Gilda	16399
+Gilford	16400
+Gilpin	16401
+Gilson	16402
+Gino	16403
+Gina	16404
+Ginny	16405
+Ginsberg	16406
+Ginter	16407
+Ginuwine	16408
+Ginza	16409
+Gibb	16410
+Gibson	16411
+Gibraltar	16412
+Gio's	16413
+Girl	16414
+Girard	16415
+Girdwood	16416
+Girt	16417
+Gigi	16418
+Gigabyte	16419
+Giuseppe	16420
+Giddings	16421
+Gideon	16422
+Gidget	16423
+Gift	16424
+Gifford	16425
+Give	16426
+Giving	16427
+Gisele	16428
+Giselle	16429
+Gunn	16430
+Guns	16431
+Gunbarrel	16432
+Guitar	16433
+Guatemala	16434
+Guam	16435
+Guantanamo	16436
+Guapo	16437
+Gulf	16438
+Gull	16439
+Gulch	16440
+Guelph	16441
+Guetta	16442
+Gus's	16443
+Guyana	16444
+Guymon	16445
+Guys	16446
+Guyton	16447
+Gumby	16448
+Gump	16449
+Gurnee	16450
+Guru	16451
+Guthrie	16452
+Gutierrez	16453
+Guttenberg	16454
+Guppies	16455
+Gupta	16456
+Glen	16457
+Gleason	16458
+Glebe	16459
+Glee	16460
+Glad	16461
+Glamis	16462
+Glarus	16463
+Glatt	16464
+Glove	16465
+Glock	16466
+Gloor	16467
+Gloster	16468
+Gloucester	16469
+Glick	16470
+Glisan	16471
+Glitch	16472
+GMAC	16473
+GMAT	16474
+Ghostbusters	16475
+Ghostface	16476
+Ghana	16477
+Ghazi	16478
+Gwendolyn	16479
+Gwyneth	16480
+Gwynn	16481
+Gymboree	16482
+Gymnastics	16483
+Gypsy	16484
+Gyptian	16485
+gran	16486
+grad	16487
+gram	16488
+grab	16489
+gray	16490
+grain	16491
+graham	16492
+grow	16493
+gross	16494
+grocer	16495
+groan	16496
+grog	16497
+grommet	16498
+grove	16499
+grody	16500
+groin	16501
+grey	16502
+gremlin	16503
+greg	16504
+grew	16505
+grin	16506
+grill	16507
+grip	16508
+grid	16509
+grim	16510
+grit	16511
+grist	16512
+grizzly	16513
+grub	16514
+grudge	16515
+garden	16516
+garb	16517
+garage	16518
+garment	16519
+garter	16520
+gary	16521
+gall	16522
+gala	16523
+gale	16524
+galore	16525
+gals	16526
+game	16527
+gaming	16528
+gasket	16529
+gasp	16530
+gas.	16531
+gases	16532
+gash	16533
+gasoline	16534
+gate	16535
+gather	16536
+gato	16537
+gation	16538
+gattitown	16539
+gang	16540
+ganja	16541
+gage	16542
+gaga	16543
+gags	16544
+gain	16545
+gailard	16546
+gait	16547
+gabby	16548
+gable	16549
+gauntlet	16550
+gauze	16551
+gaze	16552
+gazpacho	16553
+gayness	16554
+gays	16555
+gaping	16556
+gaps	16557
+gave	16558
+gavin	16559
+gadgets	16560
+gahhh	16561
+good	16562
+goof	16563
+goose	16564
+goon	16565
+goober	16566
+gooey	16567
+goombas	16568
+goop	16569
+gold	16570
+golf	16571
+golem	16572
+gods	16573
+godchild	16574
+godmother	16575
+godparents	16576
+gone	16577
+gong	16578
+gonna	16579
+gonorrhea	16580
+gonzo	16581
+goth	16582
+gotcha	16583
+goto	16584
+gots	16585
+government	16586
+governor	16587
+governed	16588
+governing	16589
+gobs	16590
+gorilla	16591
+gore	16592
+gory	16593
+goal	16594
+goat	16595
+gouging	16596
+goulash	16597
+gout	16598
+gossip	16599
+gosh	16600
+gospel	16601
+goggles	16602
+gogo	16603
+gogurt	16604
+going	16605
+gowns	16606
+gene	16607
+gender	16608
+genre	16609
+genocide	16610
+geocache	16611
+geology	16612
+geothermal	16613
+germ	16614
+geriatric	16615
+getaway	16616
+gether	16617
+gets	16618
+geek	16619
+geez	16620
+geese	16621
+gear.com	16622
+gearbox	16623
+geared	16624
+gearheads	16625
+gearing	16626
+gears	16627
+gelding	16628
+gels	16629
+gems	16630
+gemmens	16631
+gecko	16632
+gecu	16633
+geico.com	16634
+geils	16635
+geisha	16636
+gesture	16637
+gestation	16638
+guns	16639
+gunbroker	16640
+gundies	16641
+gung	16642
+guitar	16643
+guinea	16644
+guacamole	16645
+guapos	16646
+guava	16647
+guess	16648
+guest	16649
+gumdrop	16650
+gumption	16651
+gums	16652
+gust	16653
+gushing	16654
+gussied	16655
+guru	16656
+gurgling	16657
+gurl	16658
+gurney	16659
+guts	16660
+guys	16661
+guy's	16662
+gull	16663
+gulp	16664
+guppies	16665
+guppy	16666
+guzzler	16667
+guzzling	16668
+glad	16669
+glass	16670
+glam	16671
+glaucoma	16672
+gloss	16673
+glow	16674
+gloat	16675
+gloom	16676
+glove	16677
+gliks	16678
+glistening	16679
+glizzy	16680
+glue	16681
+gluing	16682
+glee	16683
+glycol	16684
+girl	16685
+giraffe	16686
+girdle	16687
+girth	16688
+gigolo	16689
+gigs	16690
+give	16691
+givin	16692
+ginger	16693
+gina	16694
+gino's	16695
+ginseng	16696
+gift	16697
+gifs	16698
+gilbertville	16699
+gilded	16700
+gilt	16701
+giblet	16702
+gibberish	16703
+gibsonburg	16704
+gizmo	16705
+gizzard	16706
+giant	16707
+gianna	16708
+gimpy	16709
+gyms	16710
+gyno	16711
+gypsies	16712
+gypsum	16713
+gypsy	16714
+gyros	16715
+ghost	16716
+ghouls	16717
+ghettos	16718
+ghettotube.com	16719
+gnomes	16720
+gtalk	16721
+into	16722
+inscription	16723
+inch	16724
+inc.com	16725
+incycle	16726
+info	16727
+indoor	16728
+inject	16729
+inning	16730
+innuendo	16731
+innate	16732
+inner	16733
+innkeeper	16734
+inns	16735
+ingles	16736
+inhibitions	16737
+inhumane	16738
+iniquity	16739
+inappropriate	16740
+inability	16741
+inanimate	16742
+inebriated	16743
+ineligible	16744
+inept	16745
+inertia	16746
+inquisitive	16747
+inlet	16748
+inline	16749
+inbred	16750
+inkjet	16751
+inkling	16752
+inks	16753
+input	16754
+inpatient	16755
+in-depth	16756
+in-house	16757
+in-laws	16758
+inmates	16759
+inoperable	16760
+inopportune	16761
+imma	16762
+imitrex	16763
+idea	16764
+idek	16765
+ideology	16766
+idiot	16767
+idiom	16768
+idle	16769
+idling	16770
+idolize	16771
+idols	16772
+irrational	16773
+irons	16774
+ironed	16775
+ironworkers	16776
+irony	16777
+iridescent	16778
+iris	16779
+itchin	16780
+itches	16781
+itchy	16782
+itemize	16783
+items	16784
+it'd	16785
+it'll	16786
+it's	16787
+italian	16788
+itan	16789
+it.com	16790
+itself	16791
+illness	16792
+illogical	16793
+isogenics	16794
+isopropyl	16795
+isosceles	16796
+issue	16797
+issuing	16798
+isabel	16799
+isation	16800
+island	16801
+isle	16802
+ice-	16803
+ice1	16804
+ice2	16805
+icecream	16806
+iced	16807
+ices	16808
+icicle	16809
+icing	16810
+iconic	16811
+icons	16812
+icky	16813
+i-10	16814
+i-15	16815
+i-17	16816
+i-20	16817
+i-25	16818
+i-40	16819
+i-70	16820
+i-75	16821
+i-80	16822
+i-85	16823
+i-90	16824
+i-95	16825
+iguanas	16826
+iPad	16827
+iParty	16828
+iPass	16829
+iPhone	16830
+iPhoto	16831
+iPods	16832
+ivan	16833
+ivars	16834
+ivermectin	16835
+i'ma	16836
+i'mma	16837
+iCab	16838
+iCarly	16839
+iTunes	16840
+ions	16841
+ipaco	16842
+ipad	16843
+i.c.e.	16844
+land	16845
+lang	16846
+lana	16847
+lance	16848
+lane	16849
+lanyard	16850
+late	16851
+latch	16852
+lathe	16853
+latkes	16854
+laugh	16855
+layaway	16856
+layin	16857
+layman	16858
+layla	16859
+layna	16860
+lays	16861
+layup	16862
+lace	16863
+lack	16864
+lacquer	16865
+lacrosse	16866
+lacs	16867
+lacy	16868
+label	16869
+labor	16870
+labia	16871
+labs	16872
+laburnum	16873
+labyrinth	16874
+last	16875
+lash	16876
+laser	16877
+lass	16878
+lasagna	16879
+lasix	16880
+lame	16881
+lamp	16882
+lamb	16883
+lady	16884
+ladder	16885
+laden	16886
+ladle	16887
+lads	16888
+large	16889
+lard	16890
+lark	16891
+larry	16892
+laryngitis	16893
+lawn	16894
+laws	16895
+lawyer	16896
+law's	16897
+lawful	16898
+lager	16899
+lagoon	16900
+lagrangeville	16901
+lags	16902
+laps	16903
+laptop	16904
+lapel	16905
+lappy	16906
+lake	16907
+lakoy	16908
+lazer	16909
+lazy	16910
+lava	16911
+lavish	16912
+lalala	16913
+laid	16914
+lain	16915
+lair	16916
+laxative	16917
+line	16918
+ling	16919
+link	16920
+lining	16921
+lino	16922
+lint	16923
+limit	16924
+limo	16925
+limb	16926
+lime	16927
+limp	16928
+lima	16929
+life	16930
+lift	16931
+light	16932
+ligament	16933
+lite	16934
+lithium	16935
+litigation	16936
+liturgy	16937
+libations	16938
+libby	16939
+libido	16940
+lick	16941
+lice	16942
+licious	16943
+licorice	16944
+list	16945
+lisa	16946
+lish	16947
+lisinopril	16948
+live	16949
+livable	16950
+livwell	16951
+like	16952
+liking	16953
+lips	16954
+lipid	16955
+lipgloss	16956
+liposuction	16957
+liquid	16958
+liquor	16959
+liqueur	16960
+lieu	16961
+lien	16962
+lies	16963
+lied	16964
+liar	16965
+liaison	16966
+liam	16967
+lilies	16968
+lilo	16969
+lily	16970
+lion's	16971
+lioness	16972
+lions	16973
+lizard	16974
+lidocaine	16975
+lids	16976
+look	16977
+loop	16978
+loose	16979
+loom	16980
+loon	16981
+loot	16982
+loofah	16983
+loool	16984
+loca	16985
+lock	16986
+loco	16987
+locus	16988
+long	16989
+lone	16990
+londoff	16991
+logo	16992
+logan	16993
+logbook	16994
+logs	16995
+love	16996
+lovin	16997
+lovable	16998
+load	16999
+loan	17000
+loaf	17001
+loathing	17002
+loaves	17003
+lowball	17004
+lowdown	17005
+lows	17006
+loll	17007
+lolol	17008
+lolz	17009
+lolitas	17010
+lols	17011
+loud	17012
+louis	17013
+lousy	17014
+louvers	17015
+lobe	17016
+lobster	17017
+lobotomy	17018
+lose	17019
+losin	17020
+loss	17021
+lost	17022
+lotion	17023
+lots	17024
+lotus	17025
+lord	17026
+lorazepam	17027
+lore	17028
+lori	17029
+lorry	17030
+lortabs	17031
+lodge	17032
+lodging	17033
+lofts	17034
+lofty	17035
+loin	17036
+loitering	17037
+lopsided	17038
+lozenges	17039
+lead	17040
+leak	17041
+lean	17042
+leap	17043
+leaf	17044
+league	17045
+leah	17046
+leather	17047
+leach	17048
+legend	17049
+lego	17050
+legs	17051
+legwork	17052
+lend	17053
+length	17054
+lent	17055
+lens	17056
+less	17057
+lesion	17058
+leslie	17059
+lesner	17060
+lest	17061
+let's	17062
+leta	17063
+letdown	17064
+lets	17065
+levy	17066
+leech	17067
+leer	17068
+leek	17069
+lees	17070
+leet	17071
+leftover	17072
+left-hand	17073
+left.	17074
+left:	17075
+lefty	17076
+ledge	17077
+lemon	17078
+lemme	17079
+lemur	17080
+leopard	17081
+leotard	17082
+leonas	17083
+leppinks	17084
+lectric	17085
+leisure	17086
+lexapro	17087
+lunch	17088
+lung	17089
+lund	17090
+lunesta	17091
+lump	17092
+luma	17093
+luck	17094
+lucasville	17095
+lucrative	17096
+lucy	17097
+lube	17098
+lubys	17099
+lust	17100
+luscious	17101
+lush	17102
+luxe	17103
+luke	17104
+lukulos	17105
+lupa	17106
+lupus	17107
+lure	17108
+lurch	17109
+lurking	17110
+luggage	17111
+lugs	17112
+lute	17113
+lutheran	17114
+lullabies	17115
+lullaby	17116
+luvu	17117
+lyrica	17118
+lyrics	17119
+lyfe	17120
+lyft	17121
+lymphoma	17122
+lynda.com	17123
+lynn	17124
+l.a.	17125
+llama	17126
+llame	17127
+wall	17128
+walk	17129
+walgreens	17130
+walmart	17131
+walnut	17132
+wal-mart	17133
+wala	17134
+wale	17135
+walrus	17136
+walzem	17137
+water	17138
+watch	17139
+watt	17140
+wats	17141
+warm	17142
+warn	17143
+ward	17144
+ware	17145
+warp	17146
+wart	17147
+warhead	17148
+wars	17149
+wary	17150
+wash	17151
+wasabi	17152
+wasp	17153
+want	17154
+wand	17155
+wank	17156
+wanna	17157
+wait	17158
+waist	17159
+waive	17160
+ways	17161
+way.	17162
+wayback	17163
+wayd	17164
+wayne	17165
+waypoint	17166
+wayward	17167
+wage	17168
+wagon	17169
+wagging	17170
+wags	17171
+wake	17172
+waka	17173
+waking	17174
+wade	17175
+wads	17176
+waddle	17177
+wave	17178
+waving	17179
+wavy	17180
+wacko	17181
+wacky	17182
+waxing	17183
+waxy	17184
+wafer	17185
+waffle	17186
+wahoo	17187
+wind	17188
+wing	17189
+wink	17190
+wine	17191
+wins	17192
+win-win	17193
+winbush	17194
+winch	17195
+wino	17196
+with	17197
+witch	17198
+witness	17199
+wits	17200
+will	17201
+wild	17202
+wilkes-barre	17203
+wilt	17204
+wish	17205
+wise	17206
+wisdom	17207
+wisteria	17208
+wide	17209
+widow	17210
+widget	17211
+width	17212
+wigs	17213
+wigwam	17214
+wife	17215
+wiffle	17216
+wipe	17217
+wiping	17218
+wire	17219
+wiring	17220
+wicks	17221
+wield	17222
+wiener	17223
+wimpy	17224
+wimps	17225
+wizard's	17226
+wizards	17227
+weather	17228
+weak	17229
+wear	17230
+wealth	17231
+wean	17232
+weapon	17233
+weasel	17234
+well	17235
+weld	17236
+welt	17237
+welfare	17238
+welp	17239
+week	17240
+weed	17241
+weep	17242
+weevil	17243
+weeworld	17244
+weigh	17245
+west	17246
+wesBanco	17247
+wescom	17248
+wesley	17249
+wess	17250
+webs	17251
+webinar	17252
+web.com	17253
+webkinz	17254
+webpage	17255
+webx	17256
+wedding	17257
+wednesday	17258
+wedington	17259
+wedlock	17260
+wetback	17261
+wetlands	17262
+wetness	17263
+wetsuit	17264
+wendy	17265
+wench	17266
+went	17267
+we'd	17268
+we'll	17269
+we're	17270
+we've	17271
+weren't	17272
+work	17273
+word	17274
+world	17275
+worm	17276
+worth	17277
+wore	17278
+worn	17279
+wood	17280
+wool	17281
+wooo	17282
+woof	17283
+woogie	17284
+woohoo	17285
+wookie	17286
+woop	17287
+woot	17288
+woozy	17289
+wont	17290
+won't	17291
+wonky	17292
+woman	17293
+women	17294
+womb	17295
+would	17296
+wound	17297
+woke	17298
+wokcano	17299
+wobble	17300
+wobbling	17301
+wobbly	17302
+wolf	17303
+wolves	17304
+woes	17305
+wowie	17306
+whit	17307
+whip	17308
+whim	17309
+whirl	17310
+which	17311
+whiz	17312
+where	17313
+when	17314
+wheat	17315
+whelihan's	17316
+whew	17317
+whey	17318
+whoop	17319
+whore	17320
+whoever	17321
+whom	17322
+who.com	17323
+whoa	17324
+whose	17325
+what	17326
+whack	17327
+wham	17328
+whys	17329
+whyyy	17330
+wreck	17331
+wrench	17332
+wretched	17333
+writ	17334
+wrist	17335
+wrap	17336
+wracking	17337
+wrangle	17338
+wrath	17339
+wrong	17340
+wrote	17341
+wrought	17342
+www.craigslist.com	17343
+www.facebook.com	17344
+www.google.com	17345
+www.prepaid.com	17346
+www.youtube.com	17347
+wuzzy	17348
+Wall	17349
+Walt	17350
+Walk	17351
+Walgreen	17352
+Walmart	17353
+Walnut	17354
+Walbridge	17355
+Walcott	17356
+Walford	17357
+Walhalla	17358
+Walpole	17359
+Walworth	17360
+Warr	17361
+Ward	17362
+Ware	17363
+Warm	17364
+Wars	17365
+Warby	17366
+Warcraft	17367
+Warpaint	17368
+Wartburg	17369
+Warwick	17370
+Water	17371
+Watch	17372
+Watt	17373
+Watkins	17374
+Watauga	17375
+Watford	17376
+Watley	17377
+Wayne	17378
+Wayans	17379
+Waycross	17380
+Wayfair	17381
+Wayman	17382
+Waypoint	17383
+Wayside	17384
+Wayzata	17385
+Wash	17386
+Wasco	17387
+Waseca	17388
+Wasilla	17389
+Waskom	17390
+Waste	17391
+Wait	17392
+Waianae	17393
+Waimea	17394
+Wainwright	17395
+Wang	17396
+Wan's	17397
+Wanamaker	17398
+Waugh	17399
+Waunakee	17400
+Wautoma	17401
+Wauwatosa	17402
+Waco	17403
+Waccamaw	17404
+Wacker	17405
+Wade	17406
+Waddell	17407
+Wadhams	17408
+Wading	17409
+Wadley	17410
+Wadsworth	17411
+Wake	17412
+Waka	17413
+Wakulla	17414
+Wagon	17415
+Wagner	17416
+Waggin	17417
+Wahiawa	17418
+Wahlberg	17419
+Wahoos	17420
+Wahpeton	17421
+Wappingers	17422
+Waveland	17423
+Waverly	17424
+Waxahachie	17425
+Waxhaw	17426
+Wabasha	17427
+Wawanesa	17428
+Will	17429
+Wild	17430
+Wilhelm	17431
+Wind	17432
+Winn	17433
+Wing	17434
+Wine	17435
+WinCo	17436
+Winrock	17437
+Winwood	17438
+With	17439
+Witt	17440
+Witch	17441
+Witness	17442
+Wichita	17443
+Wicomico	17444
+Wish	17445
+Wise	17446
+Wissahickon	17447
+Wight	17448
+Wimpy	17449
+Wimsatt	17450
+Wiregrass	17451
+Wireless	17452
+Wizard	17453
+Wide	17454
+Widow	17455
+Wikipedia	17456
+Wixom	17457
+West	17458
+Wesco	17459
+Wes's	17460
+Well	17461
+Weld	17462
+Welk	17463
+Welfare	17464
+Welsh	17465
+Welton	17466
+Weir	17467
+Weis	17468
+Weichert	17469
+Weiland	17470
+Weimer	17471
+Week	17472
+Weed	17473
+Wee's	17474
+Weebly	17475
+Weegee	17476
+Weehawken	17477
+Weems	17478
+Weather	17479
+Wear	17480
+Weaver	17481
+Wealth	17482
+Weasley	17483
+Webb	17484
+Weber	17485
+WebEx	17486
+Webkinz	17487
+Went	17488
+Wenatchee	17489
+Wenham	17490
+Wenzel	17491
+Wednesday	17492
+Wedding	17493
+Wedgewood	17494
+Wedowee	17495
+Wethersfield	17496
+Wetmore	17497
+Wetumpka	17498
+Wetzel	17499
+Were	17500
+Werks	17501
+Werner	17502
+Wert	17503
+Weyburn	17504
+Weymouth	17505
+Wood	17506
+Woonsocket	17507
+Wooster	17508
+Wooten	17509
+Work	17510
+Word	17511
+Worth	17512
+Worcester	17513
+Wornall	17514
+Worx	17515
+Wolf	17516
+Wolcott	17517
+Woltz	17518
+Wonder	17519
+Wong	17520
+Wonka	17521
+Women	17522
+Wobble	17523
+Woburn	17524
+Would	17525
+Wounded	17526
+Whip	17527
+Whidbey	17528
+Whig	17529
+Wheat	17530
+Wheel	17531
+Where	17532
+Whelan	17533
+When	17534
+What	17535
+Wham	17536
+Whole	17537
+Who's	17538
+Whodini	17539
+Whoopi	17540
+Whopper	17541
+Whore	17542
+Wren	17543
+Wrangler	17544
+Wrap	17545
+Wrath	17546
+Wray	17547
+Wrong	17548
+Wrote	17549
+Wynn	17550
+Wyncote	17551
+Wyndham	17552
+Wynette	17553
+Wynonna	17554
+Wynton	17555
+Wyck	17556
+Wylde	17557
+Wyler	17558
+Wylie	17559
+WyoTech	17560
+Wyandotte	17561
+Wyatt	17562
+Wyte	17563
+Wytheville	17564
+WSSC	17565
+Wurstfest	17566
+Wurth	17567
+Wurzbach	17568
+Fran	17569
+Fray	17570
+Frackville	17571
+Fraggle	17572
+Frain	17573
+Fraley	17574
+Frappuccino	17575
+Fraser	17576
+Free	17577
+Fred	17578
+Freight	17579
+Freud	17580
+Frey	17581
+Freak	17582
+Fregoso	17583
+Fremont	17584
+Friar	17585
+Fringe	17586
+Frio	17587
+Front	17588
+Frog	17589
+Frost	17590
+Frodo	17591
+From	17592
+Fruita	17593
+Fruitland	17594
+Fruitport	17595
+Fruitridge	17596
+Fruity	17597
+Frye	17598
+Fry's	17599
+Frys	17600
+Farm	17601
+Farr	17602
+Fare	17603
+Fargo	17604
+Farley	17605
+Farah	17606
+Farber	17607
+Farkle	17608
+Faro	17609
+Farsi	17610
+Farve	17611
+Fair	17612
+Faith	17613
+Fall	17614
+Falco	17615
+Falk	17616
+Falbo's	17617
+Falmouth	17618
+Fanta	17619
+FanDuel	17620
+Fancy	17621
+Fandango	17622
+Faneuil	17623
+Fang	17624
+Fanshawe	17625
+Fanwood	17626
+Face	17627
+Factor	17628
+Faculty	17629
+Fate	17630
+Fatima	17631
+Fats	17632
+Fatty's	17633
+Fabric	17634
+Faber	17635
+Fabolous	17636
+Fabulous	17637
+Fame	17638
+Famous	17639
+Fast	17640
+FasTrak	17641
+Fashion	17642
+Faucet	17643
+Faust	17644
+Faye	17645
+Fagan	17646
+Fagen	17647
+Fazio's	17648
+Fazoli's	17649
+Finn	17650
+Find	17651
+Fink	17652
+Finger	17653
+Fine	17654
+Fino	17655
+Finch	17656
+Finity	17657
+Fire	17658
+First	17659
+Firm	17660
+Fircrest	17661
+Fish	17662
+Fischer	17663
+Fisk	17664
+Fist	17665
+File	17666
+Film	17667
+Fillmore	17668
+Fitz	17669
+Fitch	17670
+Fitbit	17671
+Fitness	17672
+Fitworks	17673
+Fight	17674
+Figaro	17675
+Field	17676
+Fiero	17677
+Fiesta	17678
+Fidel	17679
+Fiddlesticks	17680
+Fido	17681
+Fiamma	17682
+Fiasco	17683
+Fiat	17684
+Fife	17685
+Fiona	17686
+Fixx	17687
+Fort	17688
+Ford	17689
+Form	17690
+Fork	17691
+Force	17692
+Foristell	17693
+Forrest	17694
+Forum	17695
+Forward	17696
+Forza	17697
+Foot	17698
+Food	17699
+Fool	17700
+Foose	17701
+Foxy	17702
+Fox's	17703
+Foxboro	17704
+Foxcroft	17705
+Foxes	17706
+Foxfire	17707
+Foxon	17708
+Foxtrot	17709
+Foxx	17710
+Folds	17711
+Folgers	17712
+Folkston	17713
+Folsom	17714
+Four	17715
+Fouche	17716
+Fond	17717
+Fong	17718
+Fonk	17719
+Fogata	17720
+Foggy	17721
+Foghat	17722
+Fogo	17723
+Foss	17724
+Fosgate	17725
+Fowlers	17726
+Fowlerville	17727
+Fockers	17728
+Focus	17729
+Fern	17730
+Ferg	17731
+Ferdinand	17732
+Feria	17733
+Ferman	17734
+Felony	17735
+Felton	17736
+FedEx	17737
+Fedde	17738
+Fenn	17739
+Fence	17740
+Fenix	17741
+Fenkell	17742
+Fenton	17743
+Fear	17744
+Feast	17745
+Feat	17746
+Festa	17747
+Festus	17748
+Feel	17749
+Feed	17750
+Feet	17751
+Feinstein	17752
+Feist	17753
+Febreeze	17754
+Febreze	17755
+FetLife	17756
+Fetty	17757
+Flor	17758
+Floyd	17759
+Flour	17760
+Flo's	17761
+Flobots	17762
+Flocka	17763
+Floetry	17764
+Flogging	17765
+Flossmoor	17766
+Flat	17767
+Flag	17768
+Flash	17769
+Flair	17770
+Flavia	17771
+Flay	17772
+Fleet	17773
+Fleming	17774
+Fletch	17775
+Fleur	17776
+Flew	17777
+Flex	17778
+Flint	17779
+Flickr	17780
+Flies	17781
+Flight	17782
+Flip	17783
+Flixster	17784
+Flyer	17785
+Flynn	17786
+Flying	17787
+Flyleaf	17788
+Flyte	17789
+Funk	17790
+Fund	17791
+Funeral	17792
+Fung	17793
+Funplex	17794
+Funston	17795
+Funyuns	17796
+Fury	17797
+Furby	17798
+Furious	17799
+Furman	17800
+Furr	17801
+Furtado	17802
+Full	17803
+Fulton	17804
+Fulmer	17805
+Fuji's	17806
+Fujifilm	17807
+Fujitsu	17808
+Fujiyama	17809
+Fuente	17810
+Fuel	17811
+Fuchs	17812
+Fuck	17813
+Fuquay	17814
+Fusion	17815
+Fusz	17816
+Futurama	17817
+Future	17818
+FASFA	17819
+FASTSIGNS	17820
+FSCJ	17821
+FMLA	17822
+FLORIST	17823
+FLOWER	17824
+FUCKING	17825
+Kent	17826
+Kens	17827
+Ken's	17828
+Kenco	17829
+Kenedy	17830
+Kenilworth	17831
+Kenji	17832
+Kenly	17833
+Kenmore	17834
+Kell	17835
+Kelby	17836
+Kelowna	17837
+Kelton	17838
+Kelvin	17839
+Keen	17840
+Keep	17841
+Keef	17842
+Keebler	17843
+Keesler	17844
+Keeton	17845
+Kern	17846
+Kerr	17847
+Kerala	17848
+Kerbey	17849
+Kercheval	17850
+Keri	17851
+Keys	17852
+KeyBank	17853
+Keyboard	17854
+Keyes	17855
+Keyport	17856
+Kean	17857
+Kemp	17858
+Kemah	17859
+Kemba	17860
+Kemmerer	17861
+Kemna	17862
+Keith	17863
+Keim	17864
+Keira	17865
+Keizer	17866
+Kessler	17867
+Keselowski	17868
+Kesha	17869
+Kester	17870
+Keswick	17871
+Kevin	17872
+KevJumba	17873
+Kevlar	17874
+Keokuk	17875
+Keowee	17876
+King	17877
+Kind	17878
+Kincaid	17879
+Kinley	17880
+Kill	17881
+Kilgore	17882
+Kiley	17883
+Kilimanjaro	17884
+Kilpatrick	17885
+Kilroys	17886
+Kilt	17887
+Kim's	17888
+Kimco	17889
+Kimi	17890
+Kimpton	17891
+Kims	17892
+Kirk	17893
+Kira	17894
+Kirby	17895
+Kiro	17896
+Kirtland	17897
+Kitchen	17898
+KitKat	17899
+Kitsap	17900
+Kiss	17901
+Kish	17902
+Kisco	17903
+Kistler	17904
+Kiehl	17905
+Kiefer	17906
+Kiel	17907
+Kiest	17908
+Kietzke	17909
+Kiev	17910
+Kiewit	17911
+Kids	17912
+Kidd	17913
+Kidman	17914
+Kidney	17915
+Kidz	17916
+Kiana	17917
+Kiara	17918
+Kiawah	17919
+Kiki	17920
+Kiko	17921
+Kiku	17922
+Kicks	17923
+Kickapoo	17924
+Kipling	17925
+Kipp	17926
+Kiwi	17927
+Kiwanis	17928
+Kate	17929
+Kati	17930
+Katrina	17931
+Kats	17932
+Katz	17933
+Kat's	17934
+Katahdin	17935
+Katniss	17936
+Kato	17937
+Katt	17938
+Katy	17939
+Kara	17940
+Kari	17941
+Kart	17942
+Karl	17943
+Karcher	17944
+Karsten	17945
+Karyn	17946
+Kaye	17947
+Kays	17948
+Kay's	17949
+Kayden	17950
+Kane	17951
+Kang	17952
+Kandy	17953
+Kankakee	17954
+Kannapolis	17955
+Kano	17956
+Kansas	17957
+Kant	17958
+Kanye	17959
+Kaiser	17960
+Kaimuki	17961
+Kali	17962
+Kalkaska	17963
+Kalona	17964
+Kama	17965
+Kami	17966
+Kamco	17967
+Kamen	17968
+Kamloops	17969
+Kampai	17970
+Kash	17971
+Kasey	17972
+Kasia	17973
+Kaskade	17974
+Kaspersky	17975
+Kasson	17976
+Kastner	17977
+Kapernick	17978
+Kapiolani	17979
+Kaplan	17980
+Kappa	17981
+Kahala	17982
+Kahn	17983
+Kahoots	17984
+Kauai	17985
+Kaukauna	17986
+Kaden	17987
+Kadlec	17988
+Kawkawlin	17989
+Kaka	17990
+Kaku	17991
+Korea	17992
+Korn	17993
+Koran	17994
+Korra	17995
+Kors	17996
+Korum	17997
+Kory	17998
+Koon	17999
+Koodo	18000
+Kool	18001
+Koopman	18002
+Kootenai	18003
+Kona	18004
+Kone	18005
+Kong	18006
+Konica	18007
+Kony	18008
+Kost	18009
+Kosh	18010
+Kohl's	18011
+Kohler	18012
+Kohls	18013
+Komando	18014
+Kombat	18015
+Komen	18016
+Komodo	18017
+Kobe	18018
+Kobo	18019
+Kodak	18020
+Kodiak	18021
+Kody	18022
+Kokomo	18023
+Kokopelli	18024
+Kotex	18025
+Kotobuki	18026
+Kottonmouth	18027
+Kourtney	18028
+Kowalski	18029
+Kowloon	18030
+Koehn	18031
+Koenig	18032
+Kolar	18033
+Kolb	18034
+Kovacs	18035
+Koval	18036
+Kris	18037
+Krieger	18038
+Krikorian	18039
+Kringle	18040
+Kraft	18041
+Kragen	18042
+Kramer	18043
+Krav	18044
+Krabs	18045
+Kracker	18046
+Kraddick	18047
+Kraken	18048
+Krall	18049
+Kranks	18050
+Krayzie	18051
+Krazy	18052
+Krueger	18053
+Kruger	18054
+Krum	18055
+Krung	18056
+Krutch	18057
+Kroger	18058
+Kron	18059
+Kroc	18060
+Kroll	18061
+Kreme	18062
+Kress	18063
+Know	18064
+Knob	18065
+Knox	18066
+Knock	18067
+Knopfler	18068
+Knotts	18069
+Knight	18070
+Knievel	18071
+Knife	18072
+Knitting	18073
+Knapps	18074
+Kuni	18075
+Kuna	18076
+Kunes	18077
+Kung	18078
+Kurt's	18079
+Kurtis	18080
+Kurtz	18081
+Kumo	18082
+Kumar	18083
+Kutcher	18084
+Kutless	18085
+Kutztown	18086
+Kuhns	18087
+Kuya	18088
+Kuykendahl	18089
+Klein	18090
+Kleberg	18091
+Klement	18092
+Klaben	18093
+Klahanie	18094
+Klamath	18095
+Klan	18096
+Klaus	18097
+Klos	18098
+Klugh	18099
+Klux	18100
+Kyle	18101
+Kylie	18102
+Kyla	18103
+Kyra	18104
+Kyrene	18105
+Kyrie	18106
+Kyoto's	18107
+KCP&L	18108
+KCPL	18109
+KCRA	18110
+KCRW	18111
+Khan	18112
+Kwan	18113
+Kwame	18114
+KSBJ	18115
+Elle	18116
+Ella	18117
+Ellsworth	18118
+Ellum	18119
+Ellwood	18120
+Ellyn	18121
+Eliza	18122
+Elis	18123
+Elia	18124
+Elijah	18125
+Elio	18126
+Eli's	18127
+Elida	18128
+Elie	18129
+Eliminator	18130
+Elite	18131
+Eleanor	18132
+Elephant	18133
+Elmo	18134
+Elms	18135
+Elma	18136
+Elmbrook	18137
+Elmhurst	18138
+Elmira	18139
+Elmwood	18140
+Elkin	18141
+Elko	18142
+Elkridge	18143
+Elks	18144
+Elkton	18145
+Elkview	18146
+Elsa	18147
+Elsmere	18148
+Elson	18149
+Elston	18150
+Elan	18151
+Elam	18152
+Elara	18153
+Elbert	18154
+Elba	18155
+Elburn	18156
+Elverta	18157
+Elyria	18158
+Elga	18159
+Elgin	18160
+Eloise	18161
+Elon	18162
+Eloy	18163
+Elway	18164
+Elwood	18165
+Elrod	18166
+Elroy	18167
+Engine	18168
+Engage	18169
+Engelbert	18170
+Ender	18171
+Endicott	18172
+Endwell	18173
+Encanto	18174
+Enchanted	18175
+Enclave	18176
+Enter	18177
+Entry	18178
+Enrollment	18179
+Enemy	18180
+Enfamil	18181
+Enfield	18182
+Enforcement	18183
+Enola	18184
+Enon	18185
+Enoteca	18186
+Environmental	18187
+Envoy	18188
+Envy	18189
+Enid	18190
+Enix	18191
+Ensenada	18192
+Ensley	18193
+Enzo's	18194
+Edge	18195
+Edgar	18196
+Edit	18197
+Edible	18198
+Edie	18199
+Edmund	18200
+Edmark	18201
+Eddy	18202
+Eddie	18203
+Edward	18204
+Edwin	18205
+Eden	18206
+Edelweiss	18207
+Eduardo	18208
+Edsall	18209
+Edsel	18210
+Edson	18211
+Even	18212
+Evel	18213
+Eve's	18214
+Evette	18215
+Evan	18216
+Eva's	18217
+Evaluation	18218
+Evart	18219
+Evie	18220
+Evil	18221
+Evinrude	18222
+Evolution	18223
+Evony	18224
+East	18225
+Easley	18226
+Eason	18227
+Easy	18228
+Earl	18229
+Earth	18230
+Earhart	18231
+Earnhardt	18232
+Earring	18233
+Eaton	18234
+Eater	18235
+Eagle	18236
+Eagan	18237
+Emma	18238
+Emmet	18239
+Emmy	18240
+Emmons	18241
+Emperor	18242
+Empire	18243
+Empty	18244
+Eminem	18245
+Emirates	18246
+Emerson	18247
+Emery	18248
+Emerald	18249
+Emergency	18250
+Emagine	18251
+Email	18252
+Ember	18253
+Embry	18254
+Esther	18255
+Estill	18256
+Estonia	18257
+Escrow	18258
+Esposito	18259
+Esperanza	18260
+Espinoza	18261
+Esplanade	18262
+Essington	18263
+Eskimo	18264
+Eskenazi	18265
+Eskridge	18266
+Esquire	18267
+Eric	18268
+Erik	18269
+Erin	18270
+Erie	18271
+Eritrea	18272
+Ernest	18273
+Ernie	18274
+Ern's	18275
+Ernst	18276
+Erasers	18277
+Express	18278
+Expo	18279
+Excel	18280
+Excalibur	18281
+Exchange	18282
+Executive	18283
+Exeter	18284
+Exton	18285
+Examiner	18286
+Exavier	18287
+Exodus	18288
+Exorcist	18289
+Econo	18290
+Ecolab	18291
+Ecorse	18292
+Eckhart	18293
+Echols	18294
+Ecuadorian	18295
+Euro	18296
+Eureka	18297
+Eugene	18298
+Eugenia	18299
+Eubanks	18300
+Eucharist	18301
+Euclid	18302
+Epic	18303
+EpiPen	18304
+Epilepsy	18305
+Epping	18306
+Eppley	18307
+Epps	18308
+Epstein	18309
+Ephraim	18310
+Ephrata	18311
+Ethan	18312
+Ethiopia	18313
+Etobicoke	18314
+Eton	18315
+Etowah	18316
+Etta	18317
+Etters	18318
+Ettrick	18319
+ESCO	18320
+ESPN	18321
+Eggleston	18322
+Eggs	18323
+Eglin	18324
+Egleston	18325
+Egyptian	18326
+Eisinger	18327
+Eisley	18328
+Einstein's	18329
+Einsteins	18330
+Eide	18331
+Eileen's	18332
+ETSU	18333
+EyeMed	18334
+Eyed	18335
+Eyeland	18336
+Eyes	18337
+ECMC	18338
+EMT's	18339
+EPCO	18340
+Ebert	18341
+Ebates	18342
+Ebay	18343
+Ebola	18344
+Ebonics	18345
+Equalization	18346
+Equestrian	18347
+EVER	18348
+Effect	18349
+Ezekiel	18350
+Ezell	18351
+over	18352
+oven	18353
+ovation	18354
+oval	18355
+ovulated	18356
+outs	18357
+outage	18358
+outta	18359
+out.	18360
+outhouse	18361
+outnumbered	18362
+ours	18363
+ounce	18364
+oughta	18365
+orgies	18366
+orgy	18367
+orient	18368
+orifice	18369
+ordained	18370
+ordnance	18371
+ortho	18372
+ortley	18373
+orchestra	18374
+orchard	18375
+orchid	18376
+orbit	18377
+orbs	18378
+oral	18379
+orange	18380
+oregano	18381
+oreilly	18382
+ornery	18383
+orphanage	18384
+orphans	18385
+orschelns	18386
+opted	18387
+opera	18388
+open	18389
+oppa	18390
+opinion	18391
+opiate	18392
+opium	18393
+opal	18394
+opaque	18395
+opolis	18396
+opossum	18397
+obsidian	18398
+obsolete	18399
+oblation	18400
+oblong	18401
+obey	18402
+objects	18403
+obtain	18404
+obtuse	18405
+obama	18406
+obaugh	18407
+obits	18408
+obvious	18409
+obnoxiously	18410
+offs	18411
+off.	18412
+offhand	18413
+offroad	18414
+oftentimes	18415
+ones	18416
+one's	18417
+onset	18418
+onslaught	18419
+once	18420
+online	18421
+only	18422
+onion	18423
+onin	18424
+ontology	18425
+occasion	18426
+oceanfront	18427
+oceanic	18428
+oceans	18429
+octopus	18430
+ocular	18431
+oculus	18432
+olde	18433
+oldie	18434
+old-fashioned	18435
+olds	18436
+olio	18437
+oleander	18438
+ollies	18439
+ologist	18440
+ology	18441
+omelet	18442
+omen	18443
+omeprazole	18444
+ometer	18445
+omit	18446
+ominous	18447
+omission	18448
+omar	18449
+omgz	18450
+oxy's	18451
+oxygen	18452
+oxymoron	18453
+oxacillin	18454
+oxarc	18455
+oxidation	18456
+oxide	18457
+oxox	18458
+oxtails	18459
+owning	18460
+owns	18461
+owed	18462
+owes	18463
+owls	18464
+okay.	18465
+okayed	18466
+okays	18467
+okey	18468
+okee	18469
+oooo	18470
+oooh	18471
+oops	18472
+others	18473
+other's	18474
+otherwise	18475
+otter	18476
+ottoman	18477
+osteo	18478
+ostrich	18479
+oath	18480
+oatmeal	18481
+oats	18482
+oakley	18483
+oaks	18484
+oddly	18485
+odds	18486
+odor	18487
+odometer	18488
+ohms	18489
+oiled	18490
+oilfield	18491
+oils	18492
+oily	18493
+o.m.g	18494
+o.m.w	18495
+o'clock.	18496
+oysters	18497
+Norm	18498
+Nord	18499
+Nora	18500
+NorCal	18501
+Noriega	18502
+Norland	18503
+Norse	18504
+Nova	18505
+Novi	18506
+Novolog	18507
+Novus	18508
+Note	18509
+Notting	18510
+Notch	18511
+Nothing	18512
+Notice	18513
+Notorious	18514
+Notre	18515
+Nolan	18516
+Nolen	18517
+Noller	18518
+Nolte	18519
+Noble	18520
+Nobbies	18521
+Nobel	18522
+Nobu	18523
+Noon	18524
+Noor	18525
+Noodle	18526
+Nook	18527
+Noel	18528
+Noemi	18529
+Nonna	18530
+Nona	18531
+Nonpoint	18532
+Nosed	18533
+Noah's	18534
+Noahs	18535
+Nokesville	18536
+Nokia	18537
+Nokomis	18538
+Noma	18539
+Nome	18540
+Noir	18541
+Noise	18542
+Nopalera	18543
+Nopalito	18544
+Nowata	18545
+News	18546
+Newt	18547
+Newgate	18548
+Newington	18549
+Newkirk	18550
+Newland	18551
+Newnan	18552
+Newville	18553
+Nest	18554
+Nesbit	18555
+Ness	18556
+Neshaminy	18557
+Nespresso	18558
+Nesquik	18559
+Need	18560
+Neenah	18561
+Neeson	18562
+Nell	18563
+Nelson	18564
+Nelnet	18565
+Network	18566
+NetSpend	18567
+NetZero	18568
+Netcong	18569
+Netflix	18570
+Netgear	18571
+Netherlands	18572
+Nets	18573
+Neva	18574
+Never	18575
+Negley	18576
+Neil	18577
+Neiman	18578
+Neibauer	18579
+Neighborhood	18580
+Neuberger	18581
+Neumann	18582
+Neurological	18583
+Neuse	18584
+Next	18585
+Nexium	18586
+Nexus	18587
+Nepal	18588
+Neptune	18589
+Nephi	18590
+Nemo	18591
+Nemacolin	18592
+Nerd	18593
+Nerf	18594
+Nerium	18595
+Nero	18596
+Neal	18597
+Neapolitan	18598
+Near	18599
+Ned's	18600
+Nederland	18601
+Neon	18602
+Nebo	18603
+Nebraska	18604
+Neches	18605
+Neck	18606
+Neha	18607
+Nehemiah	18608
+Nena	18609
+Nene	18610
+Nathan	18611
+Nate	18612
+Nat's	18613
+Natomas	18614
+Natrona	18615
+Nats	18616
+Nana	18617
+Nanny	18618
+Nan's	18619
+Nanette	18620
+Nani	18621
+Nano	18622
+Nanuet	18623
+Nava	18624
+Naveen	18625
+Navy	18626
+Napa	18627
+Naperville	18628
+Napier	18629
+Napster	18630
+Nash	18631
+Nast	18632
+Nascar	18633
+Nason	18634
+Nassau	18635
+Nara	18636
+Narberth	18637
+Narnia	18638
+Naruto	18639
+Naga	18640
+Nagel	18641
+Nagle	18642
+Nagoya	18643
+Nags	18644
+Nagy	18645
+Namco	18646
+Name	18647
+Nami	18648
+Nampa	18649
+Nazi	18650
+Nail	18651
+Nair	18652
+Nabi	18653
+Nabors	18654
+Nall	18655
+Nalgene	18656
+Nacho	18657
+Nacogdoches	18658
+Nahla	18659
+Nahunta	18660
+Naked	18661
+Nakia	18662
+Naomi's	18663
+Nick	18664
+Nico	18665
+Nichol	18666
+Nice	18667
+Nicaragua	18668
+Night	18669
+Nigg	18670
+Nigro	18671
+Niguel	18672
+Niko	18673
+Nike	18674
+Niki	18675
+Nine	18676
+Nina	18677
+Ninja	18678
+Nino	18679
+Ning	18680
+Nini	18681
+Nintendo	18682
+Niskayuna	18683
+Nisqually	18684
+Nima	18685
+Nimbus	18686
+Nimitz	18687
+Nimmo	18688
+Nimrod	18689
+Nieman	18690
+Niecy	18691
+Nielsen	18692
+Nixon	18693
+Nixa	18694
+Niagara	18695
+Niantic	18696
+Nipomo	18697
+Nippon	18698
+Nipsey	18699
+Nita	18700
+Nitro	18701
+Nittany	18702
+Niles	18703
+Niro	18704
+Nirvana	18705
+Nutcracker	18706
+Nutella	18707
+Nutley	18708
+Nuts	18709
+Numa	18710
+Number	18711
+Nurse	18712
+Nursing	18713
+Nugget	18714
+Nugent	18715
+Nubian	18716
+Nueces	18717
+Nuevo	18718
+Nukem	18719
+Nuketown	18720
+Nunez	18721
+Nunn	18722
+NASA	18723
+NASCAR	18724
+NAPA	18725
+NATO	18726
+NOPA	18727
+NCIS	18728
+NCIX	18729
+NFCU	18730
+NFL's	18731
+NICU	18732
+NYSEG	18733
+news	18734
+newly	18735
+newcomer	18736
+newfound	18737
+newks	18738
+newness	18739
+newton-john	18740
+negro	18741
+network	18742
+netflix	18743
+netti	18744
+net.com	18745
+net10	18746
+neta	18747
+netbook	18748
+nether	18749
+neti	18750
+nets	18751
+need	18752
+neener	18753
+nees	18754
+neice	18755
+neil	18756
+neither	18757
+neck	18758
+nectar	18759
+nerd	18760
+nerf	18761
+neroli	18762
+near	18763
+neat	18764
+nest	18765
+nesco	18766
+ness	18767
+never	18768
+neva	18769
+neon	18770
+neoprene	18771
+neosporin	18772
+nepotism	18773
+nexium	18774
+next	18775
+nexus	18776
+nebula	18777
+nebulizer	18778
+note	18779
+nota	18780
+notch	18781
+not.com	18782
+notorious	18783
+nots	18784
+notta	18785
+notwithstanding	18786
+nonchalant	18787
+none	18788
+noni	18789
+nonverbal	18790
+north	18791
+norm	18792
+nor'easter	18793
+nora	18794
+norcos	18795
+norful	18796
+nori	18797
+noon	18798
+nook	18799
+noob	18800
+noodle	18801
+nooo	18802
+noose	18803
+nose	18804
+nosh	18805
+nosing	18806
+nosy	18807
+nova	18808
+novrozsky's	18809
+nomads	18810
+noms	18811
+now.	18812
+now's	18813
+now:	18814
+nowadays	18815
+nowhere	18816
+node	18817
+nods	18818
+nobody	18819
+noble	18820
+noun	18821
+nourish	18822
+noche	18823
+nocturnal	18824
+nogalitos	18825
+noggin	18826
+noise	18827
+noisy	18828
+nope	18829
+nopal	18830
+nozzle	18831
+noes	18832
+nate	18833
+nathan	18834
+natty	18835
+narc	18836
+nards	18837
+naruto	18838
+nary	18839
+name	18840
+nama	18841
+naming	18842
+napkin	18843
+napalm	18844
+napolis	18845
+naproxen	18846
+naps	18847
+naptime	18848
+nana	18849
+nancy	18850
+naner	18851
+nano	18852
+naval	18853
+navel	18854
+navy	18855
+nasal	18856
+nascar.com	18857
+naseebo	18858
+nautical	18859
+nail	18860
+naive	18861
+nacho	18862
+nacotish	18863
+nada	18864
+naked	18865
+nakama	18866
+niglet	18867
+nick	18868
+nice	18869
+niche	18870
+nine	18871
+ninja	18872
+ninas	18873
+nincompoop	18874
+nini	18875
+ninny	18876
+ninos	18877
+ninth	18878
+nite	18879
+nitpicking	18880
+nitty	18881
+nips	18882
+nibble	18883
+nibbling	18884
+niece	18885
+niello	18886
+nike	18887
+nirchi's	18888
+nirvana	18889
+numb	18890
+nuts	18891
+nuthouse	18892
+nutjob	18893
+nutmeg	18894
+nude	18895
+nudge	18896
+nunchuck	18897
+nuns	18898
+nunzio's	18899
+nukes	18900
+nuketown	18901
+nubian	18902
+nuclear	18903
+nucleus	18904
+nylon	18905
+nylah	18906
+nyle	18907
+nymphomaniac	18908
+Jack	18909
+Jacob	18910
+Jaci	18911
+Jacaranda	18912
+Jace	18913
+Jaclyn	18914
+Jacuzzi	18915
+Jane	18916
+Jans	18917
+January	18918
+Jan's	18919
+JanSport	18920
+Jana	18921
+Jang	18922
+Janna	18923
+Jantzen	18924
+Jamrock	18925
+Jamz	18926
+Jays	18927
+Jay's	18928
+Jaya	18929
+Jayhawk	18930
+Jayme	18931
+Jayne	18932
+Jayo	18933
+Jared	18934
+Jaron	18935
+Jarvis	18936
+Jager	18937
+Jagger	18938
+Jaguar	18939
+Jags	18940
+Jasmin	18941
+Jason	18942
+Jasper	18943
+Jail	18944
+Jaide	18945
+Jaime	18946
+Jain	18947
+Jade	18948
+Jada	18949
+Java	18950
+Jazz	18951
+Jazmine	18952
+Jake	18953
+Jakarta	18954
+Japan	18955
+Japs	18956
+Jabra	18957
+Jahan	18958
+Jaheim	18959
+Jalisco	18960
+Jalen	18961
+Jaffe	18962
+Jaffrey	18963
+Jaws	18964
+John	18965
+Johan	18966
+Jose	18967
+Josh	18968
+Jost	18969
+Joss	18970
+Josue	18971
+Jones	18972
+Jon's	18973
+Jong	18974
+Joni	18975
+Jonny	18976
+Joan	18977
+Joaquin	18978
+Jord	18979
+Jorge	18980
+Jory	18981
+Joel	18982
+Joey	18983
+Joe's	18984
+Joes	18985
+Jolie	18986
+Jolene	18987
+Joyce	18988
+Joy's	18989
+Joya	18990
+Joyner	18991
+Joyride	18992
+Jodi	18993
+Jody	18994
+Jodeci	18995
+Jobe	18996
+Jobs	18997
+Jocelyn	18998
+Jockey	18999
+Joule	19000
+Jovi	19001
+Jovan	19002
+JoJo's	19003
+Jokers	19004
+Joplin	19005
+Joppa	19006
+Jenn	19007
+Jeni	19008
+Jens	19009
+Jen's	19010
+Jena	19011
+Jenelle	19012
+Jenga	19013
+Jerome	19014
+Jerk	19015
+Jersey	19016
+Jericho	19017
+Jermaine	19018
+Jerusalem	19019
+Jervis	19020
+Jess	19021
+Jeff's	19022
+Jeffco	19023
+Jeffs	19024
+Jeffy	19025
+Jeanette	19026
+Jean's	19027
+Jeans	19028
+Jethro	19029
+Jets	19030
+Jett	19031
+JetBlue	19032
+Jeter	19033
+Jewish	19034
+Jews	19035
+Jelly	19036
+Jellico	19037
+Jello	19038
+Jeep	19039
+Jeezy	19040
+Jedi	19041
+Jehovah's	19042
+Jules	19043
+July	19044
+Judi	19045
+Judd	19046
+Jude	19047
+Judy	19048
+Judge	19049
+Judson	19050
+June	19051
+Junction	19052
+Jungle	19053
+Junktion	19054
+Juno	19055
+Junta	19056
+JustFab	19057
+Juan	19058
+Juarez	19059
+Juice	19060
+Juicy	19061
+Jump	19062
+Jumanji	19063
+Juggalo	19064
+Jurassic	19065
+Jurupa	19066
+Jima	19067
+Jimbo	19068
+Jimi	19069
+Jim's	19070
+Jimenez	19071
+Jims	19072
+Jillian	19073
+Jill's	19074
+Jills	19075
+Jing	19076
+Jita	19077
+Jitney	19078
+Jitsu	19079
+Jiffy	19080
+JCPenney	19081
+JCP&L	19082
+undo	19083
+undress	19084
+undue	19085
+undying	19086
+unit	19087
+union	19088
+unique	19089
+unibrow	19090
+unidentified	19091
+uncircumcised	19092
+uncut	19093
+unsweet	19094
+unsigned	19095
+unfucking	19096
+unlucky	19097
+unable	19098
+unarmed	19099
+unauthorized	19100
+unaware	19101
+unpunished	19102
+unblock	19103
+unbutton	19104
+unbalanced	19105
+unbiased	19106
+unruly	19107
+unto	19108
+untangle	19109
+unthinkable	19110
+unturned	19111
+uneven	19112
+uneasy	19113
+uneducated	19114
+unethical	19115
+unwanted	19116
+unwelcome	19117
+unworthy	19118
+unofficial	19119
+unopened	19120
+unos	19121
+unmotivated	19122
+unmute	19123
+unglued	19124
+ungodly	19125
+unkind	19126
+unnatural	19127
+unnoticed	19128
+unusual	19129
+unusable	19130
+unused	19131
+upset	19132
+ups.com	19133
+upscale	19134
+upside	19135
+upskirt	19136
+upswing	19137
+upload	19138
+upland	19139
+update	19140
+updating	19141
+upgrade	19142
+upgrading	19143
+uphill	19144
+uproar	19145
+uptake	19146
+uptight	19147
+uptown	19148
+up.com	19149
+upbeat	19150
+upbringing	19151
+upwards	19152
+uric	19153
+urge	19154
+urging	19155
+urology	19156
+urance	19157
+uranium	19158
+urea	19159
+urethane	19160
+urns	19161
+urself	19162
+user	19163
+used	19164
+useful	19165
+useless	19166
+uses	19167
+usa.com	19168
+usaa.com	19169
+usable	19170
+usage	19171
+usbank	19172
+ushers	19173
+usually	19174
+utiful	19175
+utensil	19176
+utterly	19177
+ultra	19178
+ulterior	19179
+ulcers	19180
+ugly	19181
+uggs	19182
+ughh	19183
+umbrella	19184
+umbilical	19185
+ummm	19186
+Orange	19187
+Orab	19188
+Oracle	19189
+Oradell	19190
+Orajel	19191
+Oral	19192
+Orient	19193
+Orillia	19194
+Orinda	19195
+Oriskany	19196
+Oreo	19197
+Oreck	19198
+Orem	19199
+Orton	19200
+Ortega	19201
+Orca	19202
+Orcutt	19203
+Ordway	19204
+Orland	19205
+Orleans	19206
+Orloff	19207
+Orofino	19208
+Orono	19209
+Oroville	19210
+Orbeez	19211
+Orrington	19212
+Orrville	19213
+Organic	19214
+Organization	19215
+Orman	19216
+Ormond	19217
+Orphan	19218
+Orpheum	19219
+Orville	19220
+Orvis	19221
+Orwell	19222
+Orwigsburg	19223
+Olin	19224
+Olyphant	19225
+Olaf	19226
+Olan	19227
+Olas	19228
+Olathe	19229
+Olay	19230
+Olde	19231
+Oldfield	19232
+Oldham	19233
+Olean	19234
+Oleg	19235
+Olentangy	19236
+Oley	19237
+Olson	19238
+Olsen	19239
+Olsteen	19240
+Olga's	19241
+Olgas	19242
+Ollie	19243
+Olly	19244
+Oscar	19245
+Osco	19246
+Osceola	19247
+Oster	19248
+Osteen	19249
+Osteopathic	19250
+Osaka	19251
+Osage	19252
+Osama	19253
+Osborn	19254
+Osbourne	19255
+Oshawa	19256
+Oshkosh	19257
+Oshtemo	19258
+Osseo	19259
+Oskaloosa	19260
+Oskar	19261
+Osment	19262
+Osmond	19263
+Osos	19264
+O'Neil	19265
+O'Neal	19266
+O'Charley's	19267
+O'Brien's	19268
+O'Briens	19269
+O'Malley	19270
+O'Meara	19271
+O'Reilly	19272
+O'Rourke	19273
+O'Shea	19274
+O'Sullivan	19275
+O'Fallon	19276
+O'Farrell	19277
+O'Hara	19278
+O'Hare	19279
+O'Leary's	19280
+O'Toole's	19281
+Oceana	19282
+Oceano	19283
+Oceanport	19284
+Oceanside	19285
+Ocoee	19286
+Ocotillo	19287
+Ocho	19288
+Ochs	19289
+Occidental	19290
+Ocala	19291
+Ocarina	19292
+Opera	19293
+Opel	19294
+Open	19295
+Opeth	19296
+Optum	19297
+Oprah	19298
+Opry	19299
+Opart	19300
+Oppenheimer	19301
+Opportunity	19302
+Oakcrest	19303
+Oakdale	19304
+Oakfield	19305
+Oakhurst	19306
+Oakmont	19307
+Oakridge	19308
+Oaks	19309
+Oakton	19310
+Oakwood	19311
+Oates	19312
+Oats	19313
+OneRepublic	19314
+Oneal	19315
+Oneida	19316
+Oneonta	19317
+Ones	19318
+Onia	19319
+Onika	19320
+Onion	19321
+Onley	19322
+Online	19323
+Only	19324
+Once	19325
+Oncor	19326
+Onondaga	19327
+Okaloosa	19328
+Okama	19329
+Okanagan	19330
+Okatie	19331
+Okay	19332
+Okemo	19333
+Okeechobee	19334
+Okoboji	19335
+Okolona	19336
+Okotoks	19337
+Okies	19338
+Okinawa	19339
+Outback	19340
+Outdoor	19341
+Outer	19342
+Outfitters	19343
+Outkast	19344
+Outreach	19345
+Outsiders	19346
+Outta	19347
+Ourisman	19348
+Over	19349
+Oven	19350
+Ovid	19351
+Oviedo	19352
+Ovaltine	19353
+Omar	19354
+Oma's	19355
+Omaha	19356
+Omak	19357
+Oman	19358
+Omega	19359
+Omer	19360
+OmniSource	19361
+Ober	19362
+Obee	19363
+Obetz	19364
+Obama's	19365
+Obamacare	19366
+Obispo	19367
+Observatory	19368
+Observer	19369
+Otter	19370
+Otto	19371
+Ottawa	19372
+Ottumwa	19373
+Otisville	19374
+Owen	19375
+Owego	19376
+Owasso	19377
+Owatonna	19378
+Owls	19379
+Odell	19380
+Odem	19381
+Odeon	19382
+Odessa	19383
+Oddie	19384
+Ogden's	19385
+Ogdensburg	19386
+Oglesby	19387
+Oglethorpe	19388
+OSAP	19389
+OSHA	19390
+Ozark	19391
+Ozaukee	19392
+Ozona	19393
+Ozone	19394
+Ozzie	19395
+Ozzy	19396
+OPPD	19397
+Oxbow	19398
+Oxbridge	19399
+Office	19400
+Offutt	19401
+Oildale	19402
+Oilers	19403
+OHSU	19404
+Ohio's	19405
+visual	19406
+visa	19407
+vista	19408
+visor	19409
+vise	19410
+vici	19411
+vice	19412
+vicodin	19413
+vicariously	19414
+viola	19415
+violin	19416
+vide	19417
+vida	19418
+vids	19419
+vibra	19420
+vibe	19421
+vine	19422
+vinaigrette	19423
+vino	19424
+vinsetta	19425
+vintage	19426
+vinyl	19427
+vinz	19428
+virus	19429
+viral	19430
+vile	19431
+view	19432
+viejas	19433
+viene	19434
+vita	19435
+vitro	19436
+vittles	19437
+vial	19438
+viable	19439
+viaduct	19440
+vigil	19441
+vigorous	19442
+viva	19443
+vivo	19444
+vixen	19445
+vixion	19446
+vers	19447
+verb	19448
+vera	19449
+vero	19450
+verge	19451
+verlo	19452
+verve	19453
+very	19454
+vent	19455
+venue	19456
+venison	19457
+venmo	19458
+veto	19459
+vet's	19460
+vets	19461
+veggie	19462
+vegan	19463
+vest	19464
+vessel	19465
+vehicle	19466
+vehicular	19467
+veil	19468
+vein	19469
+velcro	19470
+velocity	19471
+velvet	19472
+vezzo	19473
+valley	19474
+valve	19475
+valance	19476
+valcher	19477
+valor	19478
+vals	19479
+vacuum	19480
+van's	19481
+vana	19482
+vances	19483
+vanessa	19484
+vans	19485
+vantage	19486
+vary	19487
+varmint	19488
+varnish	19489
+varsity	19490
+vase	19491
+vast	19492
+vascular	19493
+vagina	19494
+vague	19495
+vagabond	19496
+vapor	19497
+vape	19498
+vaping	19499
+vampire	19500
+vamps	19501
+vailable	19502
+vain	19503
+vaulted	19504
+volt	19505
+volley	19506
+volatile	19507
+void	19508
+vocelli's	19509
+vote	19510
+vows	19511
+vouch	19512
+vous	19513
+vomited	19514
+vomiting	19515
+voodoo	19516
+voom	19517
+vooom	19518
+voyage	19519
+voyeur	19520
+vulture	19521
+vulcanizing	19522
+vulgar	19523
+vulva	19524
+Intimates	19525
+Into	19526
+Intuit	19527
+Indo	19528
+Indy	19529
+Inskip	19530
+Insurance	19531
+Ingle	19532
+Inga	19533
+Ingersoll	19534
+Ingham	19535
+Inca	19536
+Incredible	19537
+Inch	19538
+Incline	19539
+Incubus	19540
+Info	19541
+Infante	19542
+Inns	19543
+Innisbrook	19544
+InnoTab	19545
+Ines	19546
+Inez	19547
+Inka	19548
+Inkster	19549
+Inland	19550
+Inlet	19551
+Inova	19552
+Isabel	19553
+Isagenix	19554
+Isanti	19555
+Isla	19556
+Isle	19557
+Israel	19558
+Israphel	19559
+Ishmael	19560
+Ishpeming	19561
+Iselin	19562
+Isengard	19563
+Ising	19564
+Isis	19565
+Iron	19566
+Iroquois	19567
+Iran	19568
+Iraq	19569
+Iration	19570
+Irvin	19571
+Irv's	19572
+Irene	19573
+Iredell	19574
+Ireland	19575
+Iris	19576
+Irina	19577
+Irma	19578
+Irmo	19579
+Irwindale	19580
+Imperial	19581
+Imani	19582
+Immigration	19583
+Ivan's	19584
+Ivana	19585
+Ivanhoe	19586
+Ivans	19587
+Iver	19588
+Ives	19589
+Ivonne	19590
+Ivory	19591
+Ivy's	19592
+Ilana	19593
+Ileana	19594
+ICCU	19595
+ICDC	19596
+ICIC	19597
+Icehouse	19598
+Iceland	19599
+Iceman	19600
+Iceoplex	19601
+Icewear	19602
+Ichiban	19603
+Ichigo	19604
+Idabel	19605
+Idaho	19606
+Ideal	19607
+Identity	19608
+IMO's	19609
+IMOS	19610
+Itasca	19611
+Iglesias	19612
+Ignacio	19613
+Ignatius	19614
+I'ma	19615
+I'mma	19616
+IRAs	19617
+IDEs	19618
+Iberian	19619
+Ibis	19620
+Ibiza	19621
+Iona	19622
+Ionia	19623
+Izzy	19624
+Izzie	19625
+IIIi	19626
+Ian's	19627
+Vine	19628
+Vina	19629
+Vinson	19630
+Vick	19631
+Vice	19632
+Vic's	19633
+Vicodin	19634
+Vics	19635
+Vista	19636
+Visa	19637
+Vishal	19638
+Visor	19639
+Visual	19640
+Vilma	19641
+Vilonia	19642
+Virtua	19643
+Viroqua	19644
+Virus	19645
+Vita	19646
+Vito	19647
+Vitis	19648
+Viet	19649
+View	19650
+Vienna	19651
+Viera	19652
+Vivi	19653
+Viva	19654
+Vida	19655
+Video	19656
+Vidor	19657
+Viking	19658
+Vikes	19659
+Vikki	19660
+Vikram	19661
+Viaero	19662
+Viagra	19663
+Vianney	19664
+Viborg	19665
+Vibrations	19666
+Viggle	19667
+Vigo	19668
+Vipers	19669
+Vale	19670
+Valu	19671
+Val's	19672
+Valarie	19673
+Valby	19674
+Valhalla	19675
+Valium	19676
+Valmont	19677
+Valor	19678
+Valrico	19679
+Valvoline	19680
+Valwood	19681
+Vann	19682
+Vanessa	19683
+VanCleave	19684
+VanDevere	19685
+Vanguard	19686
+Vanowen	19687
+Vans	19688
+Vantage	19689
+Vanya	19690
+Vargas	19691
+Varsity	19692
+Varun	19693
+Vascular	19694
+Vaseline	19695
+Vasilios	19696
+Vasquez	19697
+Vacation	19698
+Vacaville	19699
+Vadnais	19700
+Vado	19701
+Vauxhall	19702
+Vails	19703
+VapoRub	19704
+Vapor	19705
+Vatican	19706
+Vatterott	19707
+Vern	19708
+Vero	19709
+Vera	19710
+Verte	19711
+Verve	19712
+Very	19713
+Venice	19714
+Venoy	19715
+Venus	19716
+Venza	19717
+Vela	19718
+Velo	19719
+Velcro	19720
+Velde	19721
+Velma	19722
+Vega	19723
+Veggie	19724
+Vegeta	19725
+Vedder	19726
+Vedra	19727
+Vehicles	19728
+Veil	19729
+Vein	19730
+Volt	19731
+Volbeat	19732
+Volcan	19733
+Voldemort	19734
+Volkswagen	19735
+Volleyball	19736
+Volo	19737
+Volvo	19738
+Vonage	19739
+Vonda	19740
+Vonore	19741
+Vons	19742
+Vocelli	19743
+Vodafone	19744
+Vodka	19745
+Vogel	19746
+Vogue	19747
+Voodoo	19748
+Voorhees	19749
+Voters	19750
+Voyager	19751
+Voyles	19752
+VIP's	19753
+kind	19754
+king	19755
+kink	19756
+kine	19757
+kins	19758
+kinnucans	19759
+kino	19760
+kill	19761
+kilo	19762
+kilt	19763
+kildeer	19764
+kiln	19765
+kid's	19766
+kidless	19767
+kids	19768
+kidzone	19769
+kicks	19770
+kickin	19771
+kickass	19772
+kickflip	19773
+kickoff	19774
+kitchen	19775
+kite	19776
+kita	19777
+kits	19778
+kissy	19779
+kissable	19780
+kissing	19781
+kielbasa	19782
+kike	19783
+kiki	19784
+kimchi	19785
+kimonos	19786
+kiosks	19787
+kira	19788
+kirko	19789
+kara	19790
+karma	19791
+kart	19792
+kare	19793
+karina	19794
+karu	19795
+kaya	19796
+kaycan	19797
+kayo	19798
+kaytlin	19799
+kale	19800
+kala	19801
+kalmanash	19802
+kangaroo	19803
+kandi	19804
+kanji	19805
+kanki	19806
+kanpai	19807
+kansasland	19808
+katana	19809
+kate	19810
+katie	19811
+katlyn	19812
+kabab	19813
+kabuki	19814
+kama	19815
+kami	19816
+kammy	19817
+kailyn's	19818
+keyboard	19819
+keychain	19820
+keynote	19821
+keyword	19822
+keyed	19823
+keyhole	19824
+keyless	19825
+keypad	19826
+keyring	19827
+keys	19828
+keytones	19829
+keep	19830
+keel	19831
+keen	19832
+kennel	19833
+keno	19834
+kenzies	19835
+kernel	19836
+keras	19837
+kerby's	19838
+kerosene	19839
+kettle	19840
+ketamine	19841
+ketchup	19842
+kegger	19843
+kegs	19844
+kelly	19845
+kelp	19846
+kelsey	19847
+knock	19848
+know	19849
+knot	19850
+knob	19851
+knoll	19852
+knick	19853
+knit	19854
+knight	19855
+knife	19856
+knives	19857
+knee	19858
+knew	19859
+knuckle	19860
+knudtsen	19861
+knacks	19862
+koozie	19863
+kooks	19864
+kool	19865
+koney	19866
+koala	19867
+kombucha	19868
+komma	19869
+kori	19870
+korma	19871
+krill	19872
+kroger	19873
+krokus	19874
+kuma	19875
+khakis	19876
+klonopins	19877
+kylah	19878
+kyle	19879
+kylie	19880
+kmart.com	19881
+jamb	19882
+james	19883
+jamas	19884
+jamie	19885
+jams	19886
+jack	19887
+jacquees	19888
+jailhouse	19889
+jails	19890
+janitor	19891
+janay	19892
+janky	19893
+jade	19894
+jada	19895
+jared	19896
+jargon	19897
+jarred	19898
+jars	19899
+jasmine	19900
+jason	19901
+jasko	19902
+jagwire	19903
+jake	19904
+jalapeno	19905
+jaliscos	19906
+jalopy	19907
+jay-z	19908
+jaydens	19909
+jaye	19910
+jazz	19911
+jazmine	19912
+jabber	19913
+jabs	19914
+jawbone	19915
+jaws	19916
+javelin	19917
+javi	19918
+judy	19919
+judo	19920
+jump	19921
+junk	19922
+just	19923
+jugs	19924
+jugular	19925
+juice	19926
+juicing	19927
+juicy	19928
+juanita	19929
+juanitos	19930
+jujitsu	19931
+juju	19932
+jukebox	19933
+jurisdiction	19934
+jury	19935
+juvenile	19936
+juvie	19937
+join	19938
+joist	19939
+joke	19940
+jokin	19941
+john	19942
+johann	19943
+jockey	19944
+jocks	19945
+jocko's	19946
+joey	19947
+joe's	19948
+joel	19949
+joes	19950
+josh	19951
+joscelyn	19952
+joseph	19953
+joslyn's	19954
+joys	19955
+joyful	19956
+joyous	19957
+joyride	19958
+jonesin	19959
+jobs	19960
+jobless	19961
+joanna	19962
+jolly	19963
+jolt	19964
+jerk	19965
+jeremy	19966
+jersey	19967
+jerry	19968
+jervey	19969
+jenessa	19970
+jess	19971
+jest	19972
+jesus	19973
+jeep	19974
+jeez	19975
+jeebies	19976
+jeesh	19977
+jewella	19978
+jewelry	19979
+jewels	19980
+jets	19981
+jetpack	19982
+jetty	19983
+jealous	19984
+jean	19985
+jelly	19986
+jellies	19987
+jello	19988
+jeopardy	19989
+jigs	19990
+jigaboo	19991
+jigna	19992
+jimano's	19993
+jims	19994
+jinx	19995
+jingle	19996
+jitterbug	19997
+jitters	19998
+jittery	19999
+jillian	20000
+jizzed	20001
+jcpenney.com	20002
+1000	20003
+100's	20004
+1001	20005
+1002	20006
+1003	20007
+1004	20008
+1005	20009
+1006	20010
+1007	20011
+1008	20012
+1009	20013
+100th	20014
+101.5	20015
+1010	20016
+1015	20017
+1016	20018
+1017	20019
+1020	20020
+1025	20021
+1029	20022
+103.5	20023
+1030	20024
+1031	20025
+1035	20026
+105.1	20027
+1050	20028
+1051	20029
+1055	20030
+107.	20031
+1070	20032
+1075	20033
+10:15	20034
+10:20	20035
+10:30	20036
+10:45	20037
+10-11	20038
+10-12	20039
+10-15	20040
+1040	20041
+1045	20042
+1065	20043
+1066	20044
+1080	20045
+1086	20046
+1090	20047
+1099	20048
+1100	20049
+1101	20050
+1102	20051
+1103	20052
+1105	20053
+1108	20054
+1110	20055
+1111	20056
+1115	20057
+1116	20058
+1117	20059
+1118	20060
+11:15	20061
+11:20	20062
+11:30	20063
+11:45	20064
+11:55	20065
+1120	20066
+1121	20067
+1125	20068
+1130	20069
+1131	20070
+1135	20071
+1140	20072
+1145	20073
+1150	20074
+1155	20075
+1180	20076
+1187	20077
+1199	20078
+1234	20079
+1230	20080
+1231	20081
+1235	20082
+1200	20083
+1201	20084
+1205	20085
+1210	20086
+1212	20087
+1215	20088
+1220	20089
+1222	20090
+1225	20091
+1240	20092
+1245	20093
+1290	20094
+1299	20095
+12/12/12	20096
+12/21/12	20097
+1250	20098
+12:15	20099
+12:30	20100
+1960	20101
+1900	20102
+1911	20103
+1920s	20104
+1930s	20105
+1940s	20106
+1950s	20107
+1970s	20108
+1980s	20109
+1990s	20110
+1440	20111
+1441's	20112
+1495	20113
+1499	20114
+1400	20115
+1431	20116
+1450	20117
+1488	20118
+1500	20119
+1540	20120
+1550	20121
+1792	20122
+1799	20123
+1700	20124
+1750	20125
+1776	20126
+1300	20127
+1301	20128
+1311	20129
+1350	20130
+1600	20131
+1604	20132
+1650	20133
+1699	20134
+1800	20135
+1801	20136
+1830	20137
+1:01	20138
+1:02	20139
+1:03	20140
+1:04	20141
+1:05	20142
+1:06	20143
+1:07	20144
+1:08	20145
+1:09	20146
+Unit	20147
+Union	20148
+UniFirst	20149
+Unilever	20150
+Unisource	20151
+Undisputed	20152
+Uncasville	20153
+Unchained	20154
+Uncle	20155
+Unforgiven	20156
+Unfortunately	20157
+Unleashed	20158
+Unlimited	20159
+Unoka	20160
+USAA	20161
+USCIS	20162
+USDA	20163
+USMC	20164
+USPS	20165
+UNCC	20166
+UNCG	20167
+UNCW	20168
+UNICEF	20169
+UNITED	20170
+UNKLE	20171
+UCSB	20172
+UCSD	20173
+UCSF	20174
+UCCS	20175
+UCCU	20176
+Ultra	20177
+Ultima	20178
+Ulta	20179
+Ulmerton	20180
+UMBC	20181
+Upshur	20182
+Upson	20183
+Upstate	20184
+Upton	20185
+Uptown	20186
+Urbana	20187
+Urbandale	20188
+UTMB	20189
+UTMC	20190
+Umberto's	20191
+Umbria	20192
+Umizoomi	20193
+Ummah	20194
+Used	20195
+User	20196
+Ustick	20197
+Ustream	20198
+UFCU	20199
+UFCW	20200
+UFO's	20201
+Utica	20202
+Ukraine	20203
+Ukrainian	20204
+2010	20205
+2012	20206
+2013	20207
+20-25	20208
+20-30	20209
+20-year-old	20210
+2000	20211
+2020	20212
+2025	20213
+2400	20214
+2401	20215
+24-hour	20216
+24-year-old	20217
+2424	20218
+2450	20219
+2468	20220
+2499	20221
+2500	20222
+2501	20223
+2525	20224
+2550	20225
+2100	20226
+2111	20227
+2120	20228
+2150	20229
+2200	20230
+2222	20231
+223322	20232
+2700	20233
+2701	20234
+2750	20235
+2600	20236
+2650	20237
+2800	20238
+2850	20239
+2900	20240
+2920	20241
+2300	20242
+2:01	20243
+2:02	20244
+2:03	20245
+2:04	20246
+2:05	20247
+2:06	20248
+2:07	20249
+2:08	20250
+2:09	20251
+2k12	20252
+2k13	20253
+2k14	20254
+2k15	20255
+3000	20256
+3001	20257
+3009	20258
+30-30	20259
+30-day	20260
+3300	20261
+3333	20262
+33497254	20263
+3100	20264
+3131	20265
+3400	20266
+3401	20267
+3500	20268
+3700	20269
+3750	20270
+3200	20271
+3900	20272
+3:01	20273
+3:02	20274
+3:03	20275
+3:04	20276
+3:05	20277
+3:06	20278
+3:07	20279
+3:08	20280
+3:09	20281
+3:15	20282
+3:16	20283
+3600	20284
+3800	20285
+3somes	20286
+Your	20287
+You're	20288
+YouTube	20289
+York	20290
+Yorba	20291
+Yoshi	20292
+Yosemite	20293
+Yossi	20294
+Yost	20295
+Yoga	20296
+Yogi	20297
+Yogscast	20298
+Yogurtland	20299
+Yoder	20300
+Yoda	20301
+Yolanda	20302
+Yoli	20303
+Yolo	20304
+Yoakam	20305
+Yoakum	20306
+Yokohama	20307
+Yonge	20308
+Yonkers	20309
+YopP	20310
+Yoplait	20311
+Yang	20312
+Yancey	20313
+Yard	20314
+Yarbrough	20315
+Yaris	20316
+Yark	20317
+Yarmouth	20318
+Yama	20319
+Yamhill	20320
+Yampa	20321
+Yakama	20322
+Yakima	20323
+Yadkinville	20324
+Yelawolf	20325
+Yelm	20326
+Yelp	20327
+Year	20328
+Yeager	20329
+Yeah	20330
+Yeadon	20331
+Yesenia	20332
+Yessica	20333
+Yeti	20334
+Yucaipa	20335
+Yucca	20336
+Yuki	20337
+Yukon	20338
+Yulee	20339
+Yuma	20340
+Yuri	20341
+Yurman	20342
+Ying	20343
+Yvonne's	20344
+4000	20345
+4001	20346
+401k	20347
+4900	20348
+4999	20349
+4100	20350
+4200	20351
+4300	20352
+4400	20353
+4700	20354
+4500	20355
+4600	20356
+4800	20357
+4:01	20358
+4:02	20359
+4:03	20360
+4:04	20361
+4:05	20362
+4:06	20363
+4:07	20364
+4:08	20365
+4:09	20366
+4shared.com	20367
+5000	20368
+5001	20369
+5050	20370
+5150	20371
+515151	20372
+5100	20373
+5500	20374
+5555	20375
+5800	20376
+586's	20377
+5200	20378
+5300	20379
+5400	20380
+5600	20381
+5700	20382
+5:01	20383
+5:02	20384
+5:03	20385
+5:04	20386
+5:05	20387
+5:06	20388
+5:07	20389
+5:08	20390
+5:09	20391
+5900	20392
+young	20393
+your	20394
+you.	20395
+youjizz	20396
+yous	20397
+youuu	20398
+youve	20399
+yogi	20400
+yogurt	20401
+yoga	20402
+yoked	20403
+yokes	20404
+yonder	20405
+yoni	20406
+yooo	20407
+yoohoo	20408
+yolks	20409
+year	20410
+yeah	20411
+yeaa	20412
+yeast	20413
+yell	20414
+yelp	20415
+yesterday	20416
+yepper	20417
+yeehaw	20418
+yet.	20419
+yard	20420
+yarn	20421
+yank	20422
+yang	20423
+yaki	20424
+yakety	20425
+yahoo	20426
+yawn	20427
+yawls	20428
+yaaa	20429
+yaay	20430
+yachts	20431
+yalls	20432
+yams	20433
+yayas	20434
+yumm	20435
+yums	20436
+yupp	20437
+yuck	20438
+yucca	20439
+yields	20440
+ying	20441
+6000	20442
+6001	20443
+6100	20444
+611611	20445
+6200	20446
+62549899	20447
+6400	20448
+6500	20449
+6300	20450
+6800	20451
+6:01	20452
+6:02	20453
+6:03	20454
+6:04	20455
+6:05	20456
+6:06	20457
+6:07	20458
+6:08	20459
+6:09	20460
+6700	20461
+6789	20462
+6900	20463
+6.0.1	20464
+7000	20465
+7200	20466
+727272	20467
+7100	20468
+7700	20469
+7777	20470
+7300	20471
+7600	20472
+7500	20473
+7800	20474
+7:01	20475
+7:02	20476
+7:03	20477
+7:04	20478
+7:05	20479
+7:06	20480
+7:07	20481
+7:08	20482
+7:09	20483
+92.1	20484
+92.3	20485
+92.5	20486
+92.7	20487
+92.9	20488
+93.1	20489
+93.3	20490
+93.5	20491
+93.7	20492
+93.9	20493
+97.1	20494
+97.3	20495
+97.5	20496
+97.7	20497
+97.9	20498
+9700	20499
+9000	20500
+90210	20501
+94.1	20502
+94.5	20503
+94.7	20504
+94.9	20505
+95.1	20506
+95.3	20507
+95.5	20508
+95.7	20509
+95.9	20510
+9500	20511
+99.1	20512
+99.3	20513
+99.5	20514
+99.7	20515
+99.9	20516
+9999	20517
+98.1	20518
+98.3	20519
+98.5	20520
+98.7	20521
+98.9	20522
+9800	20523
+96.1	20524
+96.3	20525
+96.5	20526
+96.9	20527
+9:01	20528
+9:04	20529
+9:05	20530
+9:06	20531
+9:07	20532
+9:08	20533
+9:09	20534
+qual	20535
+quad	20536
+quack	20537
+quaaludes	20538
+quagmire	20539
+quake	20540
+quit	20541
+quirk	20542
+quiz	20543
+quiver	20544
+quid	20545
+quip	20546
+queasy	20547
+quelle	20548
+quench	20549
+quorum	20550
+Zach	20551
+Zack	20552
+Zane	20553
+Zanies	20554
+Zankou	20555
+Zanny	20556
+Zanzibar	20557
+Zamboni	20558
+Zamora	20559
+Zamzows	20560
+Zappa	20561
+Zappos	20562
+Zara	20563
+Zaria	20564
+Zaki	20565
+Zaza	20566
+Zazzle	20567
+Zipcar	20568
+Ziploc	20569
+Zimmer	20570
+Ziglar	20571
+Zilker	20572
+Zinburger	20573
+Zinfandel	20574
+Zingerman's	20575
+Zion	20576
+Zio's	20577
+Ziebart	20578
+Ziegler	20579
+Zeller	20580
+Zelda	20581
+Zelienople	20582
+Zeeks	20583
+Zeeland	20584
+Zenith	20585
+Zeno	20586
+Zephyr	20587
+Zeppelin	20588
+Zebulon	20589
+Zoom	20590
+Zoe's	20591
+Zoey	20592
+Zombieland	20593
+Zombies	20594
+Zona	20595
+Zone	20596
+Zoning	20597
+Zola	20598
+Zoloft	20599
+Zorba's	20600
+Zorro	20601
+Zuma	20602
+Zumiez	20603
+Zulily	20604
+Zulu	20605
+Zurchers	20606
+Zurich	20607
+8000	20608
+827438	20609
+8300	20610
+8500	20611
+8600	20612
+8888	20613
+8:01	20614
+8:02	20615
+8:03	20616
+8:04	20617
+8:05	20618
+8:08	20619
+8900	20620
+Quin	20621
+Quick	20622
+Quik	20623
+Quiet	20624
+Quigley	20625
+Quimby	20626
+Quitman	20627
+Quivira	20628
+Quixote	20629
+Quan	20630
+Quaker	20631
+Quad	20632
+Quapaw	20633
+Quay	20634
+Queen	20635
+Quest	20636
+Quebec	20637
+Quelf	20638
+Quentin	20639
+zips	20640
+zilch	20641
+zing	20642
+zinc	20643
+zithromax	20644
+ziti	20645
+zigzags	20646
+zoom	20647
+zoos	20648
+zookeeper	20649
+zone	20650
+zona	20651
+zoning	20652
+zonked	20653
+zombies	20654
+zerorez	20655
+zeros	20656
+zestos	20657
+zesty	20658
+zebras	20659
+zach	20660
+zack	20661
+zantac	20662
+zarape	20663
+zarzamora	20664
+Xander	20665
+Xena	20666
+Xenia	20667
+Xing	20668
+Xperia	20669
+Xperience	20670
+Xtra	20671
+Xtreme	20672
+x-mas	20673
+x-men	20674
+x-rays	20675
+xxxx	20676
+xvideos.com	20677
+$contacts'll	20678
+$contacts'm	20679
+$contacts're	20680
+$contacts's	20681
+$contacts-cell	20682
+$contacts-sarrategui	20683
+$contacts-work	20684
+$contacts.com	20685
+$contactsll	20686
+start	20687
+starr	20688
+stars	20689
+stare	20690
+starfish	20691
+stargazer	20692
+staring	20693
+stark	20694
+state	20695
+stator	20696
+stats	20697
+stand	20698
+stank	20699
+stance	20700
+stans	20701
+stanza	20702
+stalk	20703
+stall	20704
+stale	20705
+stabs	20706
+stair	20707
+stain	20708
+stage	20709
+stagger	20710
+staging	20711
+stagnant	20712
+stack	20713
+stacey	20714
+stacy	20715
+stamp	20716
+stamina	20717
+staph	20718
+staff:	20719
+staffed	20720
+staffing	20721
+stayin	20722
+staycation	20723
+stayed	20724
+stays	20725
+stake	20726
+staking	20727
+stash	20728
+stassney	20729
+stadiums	20730
+strat	20731
+strap	20732
+straw	20733
+stray	20734
+stragglers	20735
+stress	20736
+stretch	20737
+street	20738
+strep	20739
+streusel	20740
+strip	20741
+string	20742
+stride	20743
+strife	20744
+strong	20745
+stroll	20746
+strobe	20747
+stroganoff	20748
+strudel	20749
+strut	20750
+strum	20751
+strung	20752
+steam	20753
+steal	20754
+stead	20755
+steak	20756
+steps	20757
+step-by-step	20758
+stepchild	20759
+stepfather	20760
+stereo	20761
+steri	20762
+stern	20763
+sterling	20764
+steroid	20765
+steel	20766
+steep	20767
+steer	20768
+steed	20769
+steward	20770
+stewed	20771
+stewing	20772
+stews	20773
+stent	20774
+stenosis	20775
+steve	20776
+stella	20777
+stellian	20778
+stemming	20779
+stems	20780
+steins	20781
+store	20782
+story	20783
+storm	20784
+storage	20785
+stork	20786
+storquest	20787
+stortini's	20788
+stocky	20789
+stocking	20790
+stock.com	20791
+stockade	20792
+stockholders	20793
+stockroom	20794
+stocks	20795
+stoplight	20796
+stops	20797
+stopwatch	20798
+stone	20799
+stony	20800
+stomach	20801
+stomp	20802
+stoop	20803
+stool	20804
+stood	20805
+stovers	20806
+stoves	20807
+stovetop	20808
+stoke	20809
+stokos	20810
+stoled	20811
+stolen	20812
+stogies	20813
+sting	20814
+stink	20815
+stint	20816
+sticker	20817
+stickam	20818
+sticking	20819
+stickler	20820
+stickman	20821
+sticks	20822
+sticky	20823
+stimuli	20824
+stimulus	20825
+stirs	20826
+stiffness	20827
+stiffy	20828
+stiletto	20829
+still	20830
+stilts	20831
+stitching	20832
+stipulation	20833
+stipend	20834
+stigmatism	20835
+student	20836
+study	20837
+studded	20838
+studly	20839
+studs	20840
+stunt	20841
+stung	20842
+stunk	20843
+stupid	20844
+stupendous	20845
+stupor	20846
+stubs	20847
+stuffing	20848
+stuffs	20849
+stuffy	20850
+stump	20851
+sturgeon	20852
+stuttered	20853
+stuttering	20854
+stucco	20855
+stuck	20856
+style	20857
+stylus	20858
+short	20859
+shore	20860
+shorkey	20861
+showing	20862
+show's	20863
+show.com	20864
+showboat	20865
+showcase	20866
+showdown	20867
+showgirls	20868
+showmars	20869
+shown	20870
+showplace	20871
+showroom	20872
+shows	20873
+showtimes	20874
+shophq	20875
+shopaholic	20876
+shops	20877
+should	20878
+shout	20879
+shoot	20880
+shook	20881
+shoemaker	20882
+shoes	20883
+shoebox	20884
+shocking	20885
+shockable	20886
+shocks	20887
+shockwave	20888
+shove	20889
+shoving	20890
+shotgun	20891
+shots	20892
+shotty	20893
+sharp	20894
+share	20895
+shard	20896
+shark	20897
+sharon	20898
+sharing	20899
+sharted	20900
+shampoo	20901
+shame	20902
+shamrock	20903
+shaman	20904
+shambles	20905
+shammy	20906
+shams	20907
+shadow	20908
+shade	20909
+shading	20910
+shady	20911
+shake	20912
+shakin	20913
+shaky	20914
+shave	20915
+shaving	20916
+shank	20917
+shane	20918
+shannon	20919
+shape	20920
+shaping	20921
+shawn	20922
+shawarma	20923
+shawl	20924
+shawty	20925
+shackle	20926
+shacking	20927
+shacks	20928
+shall	20929
+shale	20930
+shalt	20931
+shattered	20932
+shattering	20933
+shabby	20934
+shabu	20935
+shafted	20936
+shaggy	20937
+shaunas	20938
+shaundra	20939
+shayla's	20940
+shayna's	20941
+shitballs	20942
+shitfaced	20943
+shits	20944
+shine	20945
+shingle	20946
+shindig	20947
+shining	20948
+shins	20949
+shiny	20950
+shipment	20951
+ship's	20952
+ships	20953
+shipwreck	20954
+shipyard	20955
+shifting	20956
+shifts	20957
+shifty	20958
+shirt	20959
+shims	20960
+shielded	20961
+shields	20962
+shivering	20963
+shivers	20964
+shisha	20965
+shizzle	20966
+shell	20967
+shelf	20968
+sheet	20969
+sheep	20970
+sheesh	20971
+sheen	20972
+sheer	20973
+sheriff	20974
+sherry	20975
+sherbert	20976
+sherms	20977
+sherwin-williams	20978
+shear	20979
+sheath	20980
+shedding	20981
+sheds	20982
+shedule	20983
+shepherd's	20984
+shepherding	20985
+shepherds	20986
+she'd	20987
+she'll	20988
+she's	20989
+sheiks	20990
+sheila	20991
+shemales	20992
+shrimp	20993
+shrivel	20994
+shrug	20995
+shrub	20996
+shrunk	20997
+shred	20998
+shreya	20999
+shroom	21000
+shroud	21001
+shutdown	21002
+shuts	21003
+shuffle	21004
+shuffling	21005
+shuckers	21006
+shucks	21007
+submerged	21008
+subtract	21009
+subterranean	21010
+subtitles	21011
+subject:	21012
+subjected	21013
+subjective	21014
+subjects	21015
+subconscious	21016
+subcontractor	21017
+suburban	21018
+suburbia	21019
+suburbs	21020
+subway	21021
+subwoofer	21022
+subbed	21023
+subbing	21024
+subby's	21025
+subdivision	21026
+subdued	21027
+subpoenaed	21028
+subpoenas	21029
+subrena	21030
+subrina	21031
+superb	21032
+superpower	21033
+superficial	21034
+superglue	21035
+superwoman	21036
+suppress	21037
+supper	21038
+supra	21039
+surface	21040
+surfboard	21041
+surfer	21042
+surfin	21043
+surge	21044
+surgical	21045
+surpass	21046
+surplus	21047
+suree	21048
+surely	21049
+sures	21050
+surcharges	21051
+sundown	21052
+sundial	21053
+sunset	21054
+sunscreen	21055
+sunstate	21056
+sunbathing	21057
+sunblock	21058
+sunrise	21059
+sunray	21060
+sunglass	21061
+sunflowers	21062
+sunken	21063
+sustain	21064
+sustenance	21065
+sucka	21066
+suckin	21067
+suckle	21068
+sucks	21069
+sucky	21070
+summon	21071
+summit	21072
+suffix	21073
+suffered	21074
+suffering	21075
+suffers	21076
+suffocate	21077
+suggested	21078
+suggests	21079
+sugarcoat	21080
+sugared	21081
+sugarhouse	21082
+sugars	21083
+sugary	21084
+suite	21085
+suitcase	21086
+suitable	21087
+suitors	21088
+suits	21089
+suicide	21090
+suicidal	21091
+suede	21092
+suddenly	21093
+sulfate	21094
+sulfur	21095
+speck	21096
+spec's	21097
+specs	21098
+speed	21099
+speech	21100
+speak	21101
+spear	21102
+spell	21103
+spelt	21104
+spelunker	21105
+spend	21106
+spensive	21107
+spent	21108
+spewing	21109
+spark	21110
+spare	21111
+sparing	21112
+sparse	21113
+sparta	21114
+spank	21115
+spandex	21116
+spangles	21117
+spans	21118
+space	21119
+spasm	21120
+spastic	21121
+spatula	21122
+spatial	21123
+spatola's	21124
+spazzed	21125
+spazzing	21126
+spades	21127
+spaghettini	21128
+spawner	21129
+spayed	21130
+sport	21131
+sporadic	21132
+spore	21133
+spoon	21134
+spook	21135
+spoof	21136
+spool	21137
+spots	21138
+spoiling	21139
+spoils	21140
+spokes	21141
+spoken	21142
+spout	21143
+sposed	21144
+spine	21145
+spins	21146
+spirit	21147
+spiral	21148
+spire	21149
+spite	21150
+spittin	21151
+spital	21152
+spits	21153
+spice	21154
+spicket	21155
+spicy	21156
+spill	21157
+spilt	21158
+spider	21159
+spidey	21160
+spike	21161
+spiking	21162
+spiky	21163
+spied	21164
+spiel	21165
+spies	21166
+spray	21167
+sprain	21168
+spratts	21169
+sprawled	21170
+spread	21171
+spree	21172
+sprout	21173
+sprocket	21174
+spruce	21175
+sprung	21176
+split	21177
+splint	21178
+spliff	21179
+splish	21180
+splash	21181
+splat	21182
+spleen	21183
+splurged	21184
+spurt	21185
+spurs	21186
+spunk	21187
+spuds	21188
+season	21189
+seascape	21190
+search	21191
+sears	21192
+seared	21193
+seatbelt	21194
+seating	21195
+seats	21196
+seattle	21197
+sealant	21198
+sealing	21199
+seals	21200
+seams	21201
+seaman	21202
+seamless	21203
+seafood	21204
+seafoam	21205
+seaforts	21206
+seananners	21207
+seance	21208
+seawall	21209
+seaweed	21210
+seaworthy	21211
+seagulls	21212
+serve	21213
+servant	21214
+servo	21215
+servsafe	21216
+serena	21217
+serendipity	21218
+serene	21219
+serenity	21220
+serious	21221
+serial	21222
+series	21223
+sergeants	21224
+sermons	21225
+seroquel	21226
+serotonin	21227
+serpentine	21228
+sense	21229
+sensation	21230
+sensor	21231
+sentiment	21232
+sentry	21233
+sender	21234
+sending	21235
+sends	21236
+senior	21237
+senile	21238
+senators	21239
+senokot	21240
+senorita	21241
+self:	21242
+selfless	21243
+selfs	21244
+select	21245
+seller	21246
+sellin	21247
+sellout	21248
+sells	21249
+secular	21250
+secret	21251
+secrecy	21252
+section	21253
+sector	21254
+secondary	21255
+secondhand	21256
+secondly	21257
+seconds	21258
+secede	21259
+secession	21260
+secluded	21261
+seclusion	21262
+seeded	21263
+seeding	21264
+seedless	21265
+seeds	21266
+seeker	21267
+seeking	21268
+seeks	21269
+seeming	21270
+seemed	21271
+seems	21272
+seeing	21273
+seepage	21274
+seeping	21275
+semis	21276
+semifinals	21277
+semester	21278
+semen	21279
+semantic	21280
+semana	21281
+setter	21282
+setting	21283
+setbacks	21284
+setups	21285
+sexist	21286
+sextet	21287
+sexting	21288
+sextons	21289
+sexuality	21290
+sexually	21291
+sexed	21292
+sexes	21293
+sexys	21294
+seven	21295
+sever	21296
+seduce	21297
+seducing	21298
+sedan	21299
+separate	21300
+separator	21301
+septa	21302
+septic	21303
+septra	21304
+septum	21305
+sewer	21306
+sewed	21307
+sewells	21308
+sequel	21309
+sequins	21310
+seize	21311
+seizure	21312
+seizing	21313
+segments	21314
+segregated	21315
+segregation	21316
+sessions	21317
+scrap	21318
+scram	21319
+scratch	21320
+scrabble	21321
+scraggly	21322
+scrawny	21323
+scream	21324
+screw	21325
+scrub	21326
+scruff	21327
+scrum	21328
+scrunch	21329
+scruples	21330
+scrutiny	21331
+scrip	21332
+scroll	21333
+scrotum	21334
+scare	21335
+scarf	21336
+scarce	21337
+scarlet	21338
+scars	21339
+scarves	21340
+scary	21341
+scale	21342
+scalp	21343
+scaling	21344
+scaly	21345
+scandal	21346
+scantron	21347
+scans	21348
+scampi	21349
+scams	21350
+scatter	21351
+scabies	21352
+scabs	21353
+scaffolding	21354
+scapegoat	21355
+score	21356
+scorch	21357
+scorn	21358
+scorpion	21359
+scoring	21360
+scoot	21361
+scoop	21362
+scooby	21363
+sconce	21364
+scone	21365
+sconsin	21366
+scott	21367
+scotch	21368
+scout	21369
+scouring	21370
+scold	21371
+scoliosis	21372
+scope	21373
+scoping	21374
+sched	21375
+schizo	21376
+schillingers	21377
+schism	21378
+schnitzel	21379
+schledorn	21380
+schlong	21381
+sculpture	21382
+sculpting	21383
+scuffle	21384
+scuffs	21385
+scurvy	21386
+scumbag	21387
+science	21388
+scissoring	21389
+scissors	21390
+sciatica	21391
+scenery	21392
+scenes	21393
+scented	21394
+scents	21395
+scenarios	21396
+salad	21397
+salal	21398
+salat	21399
+salted	21400
+salts	21401
+saltwater	21402
+salty	21403
+salvo	21404
+salvia	21405
+sales	21406
+salerno's	21407
+salut	21408
+salud	21409
+saliva	21410
+salmon	21411
+salmos	21412
+salon	21413
+saloon	21414
+salsas	21415
+sandal	21416
+sands	21417
+sandwich	21418
+sandcastle	21419
+sanding	21420
+sandpaper	21421
+sandra	21422
+sandy	21423
+sanipac	21424
+sanchez	21425
+santa	21426
+santoros	21427
+sangria	21428
+sampan	21429
+same-sex	21430
+sameee	21431
+sames	21432
+sammy	21433
+samsung	21434
+samantha	21435
+saver	21436
+save:	21437
+saved	21438
+savemart	21439
+saves	21440
+savage	21441
+saving	21442
+savior	21443
+savoring	21444
+savory	21445
+satin	21446
+satire	21447
+sativa	21448
+saturday	21449
+satellites	21450
+saddle	21451
+sadist	21452
+sadie	21453
+sacrament	21454
+sacred	21455
+sacked	21456
+sacks	21457
+safes	21458
+safeguard	21459
+safekeeping	21460
+safer	21461
+sauce	21462
+saucy	21463
+sausages	21464
+sauteed	21465
+sailor	21466
+sailboat	21467
+sailed	21468
+sailfish	21469
+sailing	21470
+sails	21471
+said:	21472
+saints	21473
+sabor	21474
+saber	21475
+sarah	21476
+saran	21477
+sarcastic	21478
+sarcasm	21479
+sardine	21480
+sardella's	21481
+sagebrush	21482
+sages	21483
+saganos	21484
+sagging	21485
+saggy	21486
+sasha	21487
+sashes	21488
+sassafras	21489
+sassy	21490
+saying	21491
+says:	21492
+sapphire	21493
+sappy	21494
+sakes	21495
+solicit	21496
+solid	21497
+solder	21498
+soldier	21499
+soldans	21500
+solve	21501
+solving	21502
+solely	21503
+solemn	21504
+solenoid	21505
+soles	21506
+soluble	21507
+solar	21508
+solace	21509
+soloist	21510
+solos	21511
+southwest	21512
+southbound	21513
+southcrest	21514
+southmore	21515
+southside	21516
+soundtrack	21517
+soundcheck	21518
+sounding	21519
+soundly	21520
+sounds	21521
+sourdough	21522
+sours	21523
+soulmate	21524
+soulful	21525
+souls	21526
+souped	21527
+soups	21528
+soupy	21529
+souvenir	21530
+souvlaki	21531
+someone	21532
+someday	21533
+somehow	21534
+someplace	21535
+somersault	21536
+sombrero	21537
+somber	21538
+somas	21539
+socket	21540
+socks	21541
+songs	21542
+songbird	21543
+songpop	21544
+songwriter	21545
+sonic	21546
+sonia	21547
+sonar	21548
+sonata	21549
+sonnet	21550
+sonnys	21551
+sonogram	21552
+sonya	21553
+softball	21554
+softly	21555
+softness	21556
+software	21557
+softy	21558
+sofas	21559
+soffits	21560
+sorta	21561
+sorted	21562
+sorting	21563
+sorts	21564
+sorely	21565
+soreness	21566
+sores	21567
+sorrow	21568
+sorry	21569
+soon.	21570
+soonish	21571
+soothe	21572
+soothing	21573
+soaking	21574
+soapbox	21575
+soaps	21576
+soapy	21577
+soaring	21578
+sobered	21579
+sobering	21580
+sophomore	21581
+sodas	21582
+soiled	21583
+soils	21584
+soybeans	21585
+single	21586
+singer	21587
+singin	21588
+singh	21589
+sings	21590
+sinker	21591
+sinkhole	21592
+sinking	21593
+sinks	21594
+sinner	21595
+sinned	21596
+sinuses	21597
+sinusitis	21598
+signs	21599
+sight	21600
+sighed	21601
+sighing	21602
+sighs	21603
+simpson	21604
+simultaneous	21605
+simmering	21606
+silence	21607
+silent	21608
+silvers	21609
+silverback	21610
+silverchair	21611
+silverware	21612
+sills	21613
+silly	21614
+silicon	21615
+silica	21616
+silks	21617
+silky	21618
+silhouettes	21619
+silos	21620
+sides	21621
+sideline	21622
+sidetrack	21623
+sidecar	21624
+sided	21625
+sidekick	21626
+situps	21627
+sitter	21628
+sittin	21629
+sitch	21630
+sitcom	21631
+sites	21632
+sicker	21633
+sickest	21634
+sickle	21635
+sickly	21636
+sickos	21637
+sister	21638
+sista	21639
+sissy	21640
+sissies	21641
+size:	21642
+sized	21643
+sizes	21644
+sizzle	21645
+sizzling	21646
+siren	21647
+sippin	21648
+sippy	21649
+siphoning	21650
+sixteen	21651
+sixth	21652
+sixties	21653
+sixty	21654
+slackin	21655
+slacks	21656
+slaps	21657
+slams	21658
+slander	21659
+slant	21660
+slang	21661
+slaughtered	21662
+slaughterhouse	21663
+slaughtering	21664
+slave	21665
+slaving	21666
+slate	21667
+slats	21668
+slaya	21669
+slaying	21670
+slabs	21671
+slice	21672
+slick	21673
+slicing	21674
+slips	21675
+slide	21676
+sliding	21677
+slime	21678
+slims	21679
+slimy	21680
+sling	21681
+slinky	21682
+slightly	21683
+sleep	21684
+sleeve	21685
+sleet	21686
+sleek	21687
+sledge	21688
+sledding	21689
+sleds	21690
+sleaze	21691
+sleazy	21692
+slowdown	21693
+slowing	21694
+slowly	21695
+slowpoke	21696
+slows	21697
+slobber	21698
+slobs	21699
+slope	21700
+sloppy	21701
+sloth	21702
+slots	21703
+slotted	21704
+slogans	21705
+slurp	21706
+slurs	21707
+slugs	21708
+slumber	21709
+slump	21710
+slums	21711
+slushie	21712
+slushy	21713
+sluts	21714
+slutty	21715
+snows	21716
+snowed	21717
+snowing	21718
+snowpiercer	21719
+snowy	21720
+snook	21721
+snoop	21722
+snore	21723
+snort	21724
+snorkel	21725
+snoring	21726
+snobby	21727
+snobs	21728
+snotty	21729
+snaps	21730
+snapback	21731
+snapchat	21732
+snacking	21733
+snacks	21734
+snacky	21735
+snare	21736
+snarfs	21737
+snarky	21738
+snagged	21739
+snags	21740
+snakes	21741
+snakey	21742
+snatched	21743
+snatching	21744
+snails	21745
+snipe	21746
+sniping	21747
+snips	21748
+sniffing	21749
+snitchin	21750
+snickerdoodle	21751
+snugly	21752
+snugs	21753
+snuffaluffagus	21754
+snuffers	21755
+sneaker	21756
+sneaking	21757
+sneaks	21758
+sneaky	21759
+sneeze	21760
+sneezing	21761
+sweet	21762
+sweep	21763
+sweat	21764
+swear	21765
+swelled	21766
+swelling	21767
+swells	21768
+swerve	21769
+swerving	21770
+swims	21771
+swimwear	21772
+switching	21773
+swing	21774
+swindle	21775
+swine	21776
+swirling	21777
+swirls	21778
+swirly	21779
+swiftly	21780
+swifty	21781
+swipe	21782
+swiping	21783
+swish	21784
+swiss	21785
+swamp	21786
+swamis	21787
+swank	21788
+swanee	21789
+swans	21790
+swallowed	21791
+swallowing	21792
+swallows	21793
+swaps	21794
+swagg	21795
+swarm	21796
+sware	21797
+swayed	21798
+swaying	21799
+swabs	21800
+swatches	21801
+sword	21802
+swore	21803
+sworn	21804
+swole	21805
+swollen	21806
+swoon	21807
+swoop	21808
+skincare	21809
+skinhead	21810
+skinit.com	21811
+skinless	21812
+skins	21813
+skipolini's	21814
+skips	21815
+skills	21816
+skillz	21817
+skimpy	21818
+skits	21819
+skier	21820
+skied	21821
+skies	21822
+skidoo	21823
+skids	21824
+skirting	21825
+skirts	21826
+skivvies	21827
+skivvy	21828
+sketchbook	21829
+sketching	21830
+sketchy	21831
+skeet	21832
+skeered	21833
+skeevy	21834
+skeezy	21835
+skelter	21836
+skews	21837
+skeptical	21838
+skepticism	21839
+skyla	21840
+skype	21841
+skyping	21842
+skydive	21843
+skydiving	21844
+skyscrapers	21845
+skate	21846
+skating	21847
+skanks	21848
+skanky	21849
+skunked	21850
+skunks	21851
+skulls	21852
+smooth	21853
+smooch	21854
+smoosh	21855
+smoke	21856
+smoky	21857
+smothered	21858
+smothering	21859
+smothers	21860
+smogged	21861
+smores	21862
+smorgasbord	21863
+smartphone	21864
+smartass	21865
+smartness	21866
+smarts	21867
+smarty	21868
+smackdown	21869
+smacked	21870
+smacking	21871
+smacks	21872
+smallpox	21873
+smalls	21874
+smashin	21875
+smile	21876
+smilin	21877
+smith	21878
+smite	21879
+smitten	21880
+smidgen	21881
+smell	21882
+smelt	21883
+smeared	21884
+smears	21885
+synced	21886
+syncing	21887
+syncs	21888
+syntax	21889
+synonym	21890
+synopsis	21891
+synagogue	21892
+synapse	21893
+syndicate	21894
+syndrome	21895
+symptom	21896
+symphony	21897
+symposium	21898
+symbols	21899
+symmetrical	21900
+symmetry	21901
+systematic	21902
+system's	21903
+systemic	21904
+systems	21905
+syllable	21906
+syllabus	21907
+syringe	21908
+syringa	21909
+squish	21910
+squint	21911
+squid	21912
+squiggly	21913
+square	21914
+squat	21915
+squad	21916
+squash	21917
+squall	21918
+squander	21919
+contusion	21920
+confront	21921
+conform	21922
+conch	21923
+concrete	21924
+convo	21925
+convalescent	21926
+convulsions	21927
+condo	21928
+conga	21929
+conglomerate	21930
+conns	21931
+conjoined	21932
+conquer	21933
+conquest	21934
+conectivity	21935
+coned	21936
+cones	21937
+coney	21938
+conic	21939
+conifer	21940
+compa	21941
+comp's	21942
+comps	21943
+compy	21944
+comme	21945
+combat	21946
+combo	21947
+combust	21948
+combed	21949
+combs	21950
+comet	21951
+comeback	21952
+comer	21953
+comellas	21954
+comenity	21955
+comes	21956
+comfort	21957
+comfy	21958
+comic	21959
+comin	21960
+comida	21961
+comady	21962
+comatose	21963
+comot	21964
+colloidal	21965
+colon	21966
+color	21967
+cologne	21968
+colour	21969
+colombiana	21970
+colossal	21971
+coldness	21972
+colds	21973
+colada	21974
+colace	21975
+colander	21976
+colic	21977
+colin	21978
+colitis	21979
+column	21980
+columbia	21981
+coleslaw	21982
+colton	21983
+corral	21984
+corridor	21985
+corns	21986
+cornfield	21987
+cornmeal	21988
+cornucopia	21989
+corny	21990
+corduroy	21991
+corded	21992
+cordless	21993
+cordon	21994
+cords	21995
+corps	21996
+corpus	21997
+corks	21998
+corken	21999
+coral	22000
+coram	22001
+cores	22002
+corey	22003
+corona	22004
+coroner's	22005
+corset	22006
+corsage	22007
+cortex	22008
+cortisone	22009
+cortrust	22010
+coriander	22011
+coring	22012
+count	22013
+counsel	22014
+council	22015
+court	22016
+courage	22017
+course	22018
+courier	22019
+coupon	22020
+coupe	22021
+cough	22022
+cougar	22023
+could've	22024
+coulda	22025
+cousin	22026
+couscous	22027
+couches	22028
+cookbook	22029
+cookhouse	22030
+cookout	22031
+cooks	22032
+cooktop	22033
+cookware	22034
+coops	22035
+coolin	22036
+coolant	22037
+coolness	22038
+cools	22039
+coordinate	22040
+coordinator	22041
+cootie	22042
+cooter	22043
+cocks	22044
+cockroach	22045
+cocktail	22046
+cockles	22047
+cockpit	22048
+cocky	22049
+coconut	22050
+cocoa	22051
+cocoon	22052
+coca-cola	22053
+cocaine	22054
+copilot	22055
+coping	22056
+copious	22057
+copyright	22058
+copycat	22059
+copying	22060
+copping	22061
+copay	22062
+copacetic	22063
+costco	22064
+costume	22065
+cost-effective	22066
+costed	22067
+costing	22068
+costly	22069
+costs	22070
+cosmic	22071
+cosign	22072
+cosine	22073
+coaster	22074
+coastal	22075
+coasting	22076
+coach's	22077
+coaching	22078
+coachman	22079
+coating	22080
+coated	22081
+coats	22082
+coalition	22083
+coals	22084
+coaxial	22085
+cover	22086
+covenant	22087
+covet	22088
+covalent	22089
+covantage	22090
+code:	22091
+coded	22092
+codeine	22093
+coder	22094
+codes	22095
+codale	22096
+cowardly	22097
+cowards	22098
+cowboy	22099
+cowbell	22100
+coworker's	22101
+coworkers	22102
+cowgirls	22103
+coincide	22104
+coins	22105
+coilovers	22106
+coils	22107
+cobblestone	22108
+cobbler	22109
+cotta	22110
+cotton	22111
+coffee's	22112
+coffeehouse	22113
+coffees	22114
+coffins	22115
+cognac	22116
+coherent	22117
+cohesive	22118
+cohort	22119
+coyotes	22120
+cares	22121
+career	22122
+caretaker	22123
+care.com	22124
+cared	22125
+careless	22126
+carepoint	22127
+cards	22128
+card.com	22129
+cardboard	22130
+carded	22131
+cardholder	22132
+carro	22133
+carry	22134
+carte	22135
+cartridge	22136
+cartwheel	22137
+cartage	22138
+carts	22139
+carburetor	22140
+carbs	22141
+carpal	22142
+caramel	22143
+carat	22144
+carabiner	22145
+carafe	22146
+caravan	22147
+caraway	22148
+carne	22149
+carol	22150
+carousel	22151
+carla	22152
+carless	22153
+carlos	22154
+carls	22155
+carlucci's	22156
+carly	22157
+carve	22158
+carving	22159
+caribou	22160
+carilion	22161
+caring	22162
+carmine	22163
+cars.com	22164
+carseat	22165
+carside	22166
+carcass	22167
+carcinoma	22168
+car.com	22169
+candle	22170
+candy	22171
+candelabra	22172
+candor	22173
+canna	22174
+cannula	22175
+cancion	22176
+canoe	22177
+canola	22178
+canon	22179
+canal	22180
+canary	22181
+canteen	22182
+cantina	22183
+canine	22184
+canister	22185
+canes	22186
+canever	22187
+canvassing	22188
+canyons	22189
+call.	22190
+callus	22191
+calla	22192
+callma	22193
+calls	22194
+calcium	22195
+calcom	22196
+caliper	22197
+calico	22198
+california	22199
+calisthenics	22200
+calmate	22201
+calming	22202
+calmly	22203
+calmness	22204
+calms	22205
+calabash	22206
+caladesi	22207
+calendar	22208
+caleb	22209
+calories	22210
+calves	22211
+calvine	22212
+calzones	22213
+castaway	22214
+castle	22215
+castor	22216
+casts	22217
+cashland	22218
+cashmere	22219
+cashout	22220
+cashwell	22221
+cases	22222
+casebine	22223
+casein	22224
+caseload	22225
+caseworker	22226
+cassandra	22227
+cassie	22228
+casita	22229
+casual	22230
+casuelas	22231
+casadia	22232
+casavana	22233
+cascade	22234
+cascone's	22235
+casket	22236
+cater	22237
+catechism	22238
+cated	22239
+catetori	22240
+cataract	22241
+catamaran	22242
+catans	22243
+catapult	22244
+catchin	22245
+catcha	22246
+catchy	22247
+cathouse	22248
+cattle	22249
+catter	22250
+catty	22251
+cations	22252
+captain	22253
+capita	22254
+capicorn	22255
+capillary	22256
+cappuccino	22257
+capparelli's	22258
+capping	22259
+cappy's	22260
+caper	22261
+capes	22262
+capsule	22263
+capstone	22264
+campaign	22265
+campground	22266
+camps	22267
+campus	22268
+campbellsport	22269
+campfire	22270
+camping	22271
+campout	22272
+camel	22273
+camera	22274
+cameo	22275
+camouflage	22276
+camomile	22277
+camos	22278
+camara	22279
+camaro	22280
+camber	22281
+cambridge	22282
+camino	22283
+camshaft	22284
+cabinet	22285
+cabins	22286
+cabana	22287
+cabaret	22288
+cable	22289
+cabling	22290
+cabbage	22291
+cabbie	22292
+cause	22293
+causing	22294
+caustic	22295
+caulk	22296
+cauliflower	22297
+cautious	22298
+caution	22299
+cavern	22300
+caveat	22301
+caved	22302
+caveman	22303
+cavenders	22304
+caves	22305
+caviar	22306
+caving	22307
+cavalier	22308
+cadence	22309
+cadet	22310
+cadaver	22311
+caddies	22312
+caddy	22313
+cafes	22314
+cafeteria	22315
+cache	22316
+caching	22317
+caged	22318
+cages	22319
+chart	22320
+charm	22321
+charcoal	22322
+chard	22323
+chars	22324
+chant	22325
+channel	22326
+chance	22327
+chanel	22328
+chandelier	22329
+chans	22330
+chaplain	22331
+chaps	22332
+chapter	22333
+chaparral	22334
+chata	22335
+chateau	22336
+chatline	22337
+chatroulette	22338
+chats	22339
+chalk	22340
+chalet	22341
+chalice	22342
+chalupa	22343
+chase	22344
+chassis	22345
+chain	22346
+chair	22347
+chaise	22348
+champ	22349
+chamber	22350
+chameleon	22351
+chauffeur	22352
+chauvinist	22353
+chaar	22354
+chaat	22355
+chachi	22356
+chachos	22357
+chads	22358
+chaos	22359
+chaotic	22360
+cheer	22361
+cheek	22362
+checkin	22363
+checkbook	22364
+checkpoint	22365
+checks	22366
+checkup	22367
+checklist	22368
+checkmate	22369
+checkout	22370
+cheap	22371
+cheat	22372
+chemo	22373
+chemtrails	22374
+cherish	22375
+cherese	22376
+cherub	22377
+cheryl	22378
+chest	22379
+chess	22380
+chewable	22381
+chewed	22382
+chewing	22383
+chews	22384
+chewy	22385
+chef's	22386
+chefs	22387
+chevy	22388
+chevron	22389
+cheddars	22390
+chelos	22391
+chels	22392
+child	22393
+chill	22394
+chili	22395
+chile	22396
+chiladas	22397
+chick	22398
+chico	22399
+chica	22400
+chichi	22401
+chipmunk	22402
+chips	22403
+chipwrecked	22404
+chinchilla	22405
+china	22406
+chinden	22407
+chinese	22408
+ching	22409
+chink	22410
+chinny	22411
+chinook	22412
+chins	22413
+chiro	22414
+chirp	22415
+chime	22416
+chimney	22417
+chimpanzee	22418
+chiefs	22419
+chieftain	22420
+chisel	22421
+chisago	22422
+chitlins	22423
+chitterlings	22424
+chive	22425
+chivalry	22426
+chihuahuas	22427
+chops	22428
+chopt	22429
+chore	22430
+chord	22431
+choral	22432
+chorus	22433
+choco	22434
+chock	22435
+choke	22436
+choking	22437
+choice	22438
+choir	22439
+cholesterol	22440
+choline	22441
+cholo	22442
+chosen	22443
+chowder	22444
+church	22445
+churn	22446
+churro	22447
+chucks	22448
+chuckwagon	22449
+chump	22450
+chums	22451
+chunky	22452
+chunks	22453
+chubs	22454
+chugging	22455
+chute	22456
+chutney	22457
+christ	22458
+chrisley	22459
+crackhead	22460
+crackin	22461
+cracka	22462
+cracks	22463
+crank	22464
+crane	22465
+cranny	22466
+crapload	22467
+crapola	22468
+craps	22469
+crafts	22470
+crafting	22471
+crafty	22472
+cramp	22473
+crawl	22474
+crawfish	22475
+crash	22476
+crass	22477
+craze	22478
+crazy	22479
+crabapple	22480
+crabs	22481
+craig	22482
+craisins	22483
+crater	22484
+crates	22485
+crave	22486
+craving	22487
+crayon	22488
+cradles	22489
+cream	22490
+creas	22491
+creaking	22492
+credo	22493
+creep	22494
+creed	22495
+creek	22496
+creel	22497
+crema	22498
+creme	22499
+crest	22500
+crescent	22501
+crepes	22502
+crevices	22503
+crews	22504
+cross	22505
+crosby	22506
+crowd	22507
+crown	22508
+crowbar	22509
+crowing	22510
+crows	22511
+crochet	22512
+crock	22513
+crocodile	22514
+crocus	22515
+crops	22516
+crooked	22517
+crooks	22518
+crotchety	22519
+crotchless	22520
+crouch	22521
+croup	22522
+croutons	22523
+croissants	22524
+croquettes	22525
+crumb	22526
+crummy	22527
+crums	22528
+crush	22529
+crust	22530
+crusade	22531
+cruses	22532
+crunch	22533
+crunk	22534
+cruise	22535
+cruisin	22536
+crucial	22537
+crucible	22538
+cruddy	22539
+crude	22540
+cruelty	22541
+crutches	22542
+critter	22543
+criteria	22544
+crimp	22545
+crime	22546
+crimson	22547
+crisp	22548
+crises	22549
+crisis	22550
+criss	22551
+cristiana	22552
+cribbage	22553
+cribs	22554
+cricket	22555
+cried	22556
+crier	22557
+cries	22558
+cripple	22559
+crippling	22560
+cringe	22561
+crinkle	22562
+crystals	22563
+crying	22564
+class	22565
+clase	22566
+clash	22567
+clamp	22568
+clamation	22569
+clamidia	22570
+clammy	22571
+clams	22572
+clamydia	22573
+clarendon	22574
+claim	22575
+claire	22576
+claps	22577
+claudia	22578
+claymation	22579
+clays	22580
+clayton	22581
+clans	22582
+claws	22583
+clinic	22584
+cling	22585
+clinch	22586
+climb	22587
+clima	22588
+clime	22589
+click	22590
+cliche	22591
+clipboard	22592
+clips	22593
+client's	22594
+clientele	22595
+clients	22596
+cliffs	22597
+cliffhanger	22598
+clitoris	22599
+clits	22600
+clitt	22601
+close	22602
+closing	22603
+closure	22604
+cloth	22605
+clots	22606
+clotting	22607
+clocked	22608
+clocking	22609
+clocks	22610
+clouded	22611
+clouding	22612
+clouds	22613
+cloudy	22614
+clover	22615
+cloves	22616
+clogs	22617
+clone	22618
+cloning	22619
+clowning	22620
+clowns	22621
+clean	22622
+clear	22623
+cleat	22624
+clerk	22625
+clergy	22626
+clerical	22627
+clench	22628
+clenbuterol	22629
+clematis	22630
+clementines	22631
+cleveland	22632
+clever	22633
+clubbin	22634
+club.com	22635
+clubhouse	22636
+clubs	22637
+clued	22638
+clueless	22639
+clues	22640
+clutch	22641
+clutter	22642
+clump	22643
+clumsy	22644
+clusterfuck	22645
+clusters	22646
+curling	22647
+curls	22648
+curly	22649
+curry	22650
+curse	22651
+cursor	22652
+curve	22653
+curvature	22654
+curvy	22655
+curbs	22656
+curbing	22657
+curio	22658
+curing	22659
+cured	22660
+cures	22661
+curds	22662
+curtains	22663
+custard	22664
+cussin	22665
+cushion	22666
+cushy	22667
+cuttin	22668
+cutter	22669
+cutthroat	22670
+cuteness	22671
+cuter	22672
+cutest	22673
+cutlet	22674
+cutie	22675
+cuticle	22676
+cutout	22677
+cutoff	22678
+cutscenes	22679
+culpeppers	22680
+culprit	22681
+cummin	22682
+cumbys	22683
+cumshots	22684
+cubed	22685
+cubes	22686
+cubicle	22687
+cubbies	22688
+cubby	22689
+cupboards	22690
+cupcakes	22691
+cupids	22692
+cuppa	22693
+cupping	22694
+cuddle	22695
+cuddling	22696
+cuddly	22697
+cucumbers	22698
+cunts	22699
+celeb	22700
+celery	22701
+celestial	22702
+celexa	22703
+cellar	22704
+cello	22705
+cell's	22706
+cellphone	22707
+cells	22708
+celly	22709
+celiac	22710
+cents	22711
+censor	22712
+census	22713
+certain	22714
+certs	22715
+cereal	22716
+cerebral	22717
+ceramics	22718
+cerino's	22719
+cerise	22720
+cervical	22721
+cervix	22722
+ceased	22723
+ceasefire	22724
+ceases	22725
+cement	22726
+ceilings	22727
+circa	22728
+citizen	22729
+cities	22730
+citing	22731
+citrate	22732
+citric	22733
+citron	22734
+citrus	22735
+citation	22736
+city's	22737
+citywide	22738
+cited	22739
+cinema	22740
+cinder	22741
+cindy	22742
+cinch	22743
+cincinnati	22744
+cinnabar	22745
+cinnamon	22746
+cigarette	22747
+cigarillo	22748
+cigars	22749
+civil	22750
+civic	22751
+cilantros	22752
+cycled	22753
+cycles	22754
+cycling	22755
+cyclist	22756
+cyclones	22757
+cyber	22758
+cybelle's	22759
+Stark	22760
+Stars	22761
+Starcraft	22762
+Stardust	22763
+Stargate	22764
+Starnes	22765
+Starplex	22766
+Starr	22767
+Start	22768
+Starwood	22769
+Starz	22770
+Stand	22771
+Stan's	22772
+Stana	22773
+Stanhope	22774
+Stanislaus	22775
+Stanton	22776
+Stanwood	22777
+State	22778
+Statham	22779
+Statler	22780
+Staton	22781
+Stace	22782
+Staci	22783
+Stacy	22784
+Stackhouse	22785
+Staley	22786
+Stalin	22787
+Stamp	22788
+Stamford	22789
+Stamos	22790
+Stafford	22791
+Staffing	22792
+Staind	22793
+Staples	22794
+Stapleton	22795
+Stapley	22796
+Stage	22797
+Stagg	22798
+Staybridge	22799
+Stayton	22800
+Stash's	22801
+Stasia	22802
+Stauffers	22803
+Staunton	22804
+Steph	22805
+Steppenwolf	22806
+Steps	22807
+Steve	22808
+Stevi	22809
+Stevo	22810
+Steam	22811
+Steak	22812
+Steadman	22813
+Stearns	22814
+Steel	22815
+Steemer	22816
+Steen	22817
+Stefan	22818
+Steffy	22819
+Stefko	22820
+Stewart	22821
+Stewie	22822
+Steiner	22823
+Steinberg	22824
+Steinfeld	22825
+Steinhafels	22826
+Steinway	22827
+Sterling	22828
+Stern	22829
+Stereo	22830
+Sterrett	22831
+Stelton	22832
+Stelzer	22833
+Steubenville	22834
+Stone	22835
+Stonington	22836
+Stony	22837
+Stockman	22838
+Stockade	22839
+Stockbridge	22840
+Stockdale	22841
+Stockholm	22842
+Stockton	22843
+Stockwell	22844
+Store	22845
+Storm	22846
+Story	22847
+Storage	22848
+Storrs	22849
+Stokes	22850
+Stokely	22851
+Stoker	22852
+Stole	22853
+Stoli	22854
+Stoltz	22855
+Stooges	22856
+Stouffer's	22857
+Stoughton	22858
+Stout	22859
+Stoppers	22860
+Stovall	22861
+Stover	22862
+Stowe	22863
+Strat	22864
+Strack	22865
+Strada	22866
+Strafford	22867
+Strahan	22868
+Strasburg	22869
+Strayer	22870
+Straz	22871
+Strega	22872
+Streisand	22873
+Strength	22874
+Strong	22875
+Stroud	22876
+Strobel	22877
+Stroger	22878
+Stroh	22879
+Strokes	22880
+Stromboli	22881
+Stroop	22882
+Strickland	22883
+Stride	22884
+Strike	22885
+Strip	22886
+Stryker	22887
+Stryper	22888
+Studdard	22889
+Study	22890
+Sturbridge	22891
+Sturtevant	22892
+Stuarts	22893
+StubHub	22894
+Stubbs	22895
+Stuckey	22896
+Stucky	22897
+Stumpf	22898
+Stumpy's	22899
+Stuyvesant	22900
+Still	22901
+Stila	22902
+Stiles	22903
+Stilwell	22904
+Stine	22905
+Sting	22906
+Stinson	22907
+Stickley	22908
+Stickney	22909
+Styles	22910
+Sandi	22911
+Sandy	22912
+Sands	22913
+Sandwich	22914
+Sandman	22915
+Sandusky	22916
+Santa	22917
+Santi	22918
+Santo	22919
+Sante	22920
+Santucci's	22921
+Sancus	22922
+Sangamon	22923
+Sanger	22924
+Sango	22925
+Sanibel	22926
+Sansa	22927
+Sansing	22928
+Sansom	22929
+Sanatoga	22930
+Sanjay	22931
+Salad	22932
+Salam	22933
+Salaam	22934
+Salas	22935
+Salazar	22936
+Salto	22937
+Salty	22938
+Salter	22939
+Saltgrass	22940
+Saltillo	22941
+Saltsburg	22942
+Salina	22943
+Salim	22944
+Salvador	22945
+Salvage	22946
+Sally	22947
+Salle	22948
+Sales	22949
+Salem	22950
+Salerno	22951
+Salma	22952
+Salmon	22953
+Salon	22954
+Sammy	22955
+Sammi	22956
+Sammamish	22957
+Sammons	22958
+Samantha	22959
+Samaritan	22960
+Samson	22961
+Samsung	22962
+Samba	22963
+Samberg	22964
+Sambo	22965
+Samoa	22966
+Samoset	22967
+Samuel	22968
+Samurai	22969
+Samir	22970
+Sarah	22971
+Sara's	22972
+Saraland	22973
+Saranac	22974
+Sarasota	22975
+Saratoga	22976
+Sargeant	22977
+Sargent	22978
+Sarita	22979
+Sariah	22980
+Sardinia	22981
+Sardis	22982
+Sarnia	22983
+Sarno	22984
+Sarpino's	22985
+Sarpy	22986
+Sabai	22987
+Sabal	22988
+Saban	22989
+Sabre	22990
+Sabrina	22991
+Sabra	22992
+Sabina	22993
+Sabine	22994
+Sabino	22995
+Saugerties	22996
+Saugus	22997
+Sauls	22998
+Sault	22999
+Sauce	23000
+Saucon	23001
+Saukville	23002
+Saturday	23003
+Saturn	23004
+Saticoy	23005
+Satilla	23006
+Satish	23007
+Satan's	23008
+Satterfield	23009
+Sattler	23010
+Savin	23011
+Saviers	23012
+Savior	23013
+Savannah	23014
+Savage	23015
+Saved	23016
+Saver	23017
+Savoy	23018
+Savoie	23019
+Sagamore	23020
+Sagan	23021
+Sagar	23022
+Sager	23023
+Saginaw	23024
+Sagittarius	23025
+Saint	23026
+Sailor	23027
+Sacrament	23028
+Sacred	23029
+Sacco's	23030
+Saccos	23031
+Sachse	23032
+Saddle	23033
+Saddam	23034
+Sadies	23035
+SaskTel	23036
+Sasha's	23037
+Sasser	23038
+Sassy's	23039
+Sawadee	23040
+Sawaya	23041
+Sawyers	23042
+Safeco	23043
+Safety	23044
+Safeway	23045
+Sayreville	23046
+Saxonburg	23047
+Saxony	23048
+Sapphire	23049
+Sapporo	23050
+Sharp	23051
+Shark	23052
+Sharon	23053
+Shari	23054
+Share	23055
+Sharma	23056
+Shara	23057
+Shana	23058
+Shane	23059
+Shani	23060
+Shankar	23061
+Shake	23062
+Shaka	23063
+Shakira	23064
+Shaklee	23065
+Shakopee	23066
+Shakur	23067
+Shawn	23068
+Shaws	23069
+Shaw's	23070
+Shawano	23071
+Shalamar	23072
+Shade	23073
+Shadow	23074
+Shady	23075
+Shadle	23076
+Shama	23077
+Shamika	23078
+Shamokin	23079
+Shampoo	23080
+Shamrock	23081
+Shaye	23082
+Shayla	23083
+Shayna	23084
+Shays	23085
+Shafer	23086
+Shaffer	23087
+Shafter	23088
+Shaheen	23089
+Shahs	23090
+Shauna	23091
+Shauntay	23092
+Shabazz	23093
+Shabbat	23094
+Shackleford	23095
+Shaina	23096
+Shatner	23097
+Shattuck	23098
+Shave	23099
+Shaving	23100
+Sheri	23101
+Sherman	23102
+Sheree	23103
+Sherlock	23104
+Sheraton	23105
+Sheryl	23106
+Shell	23107
+Sheldon	23108
+Shelf	23109
+Shelia	23110
+Shelor	23111
+Sheen	23112
+Sheep	23113
+Sheeran	23114
+Sheetz	23115
+Shepherd	23116
+Shepard	23117
+Sheplers	23118
+Sheppard	23119
+Shear	23120
+Shealy	23121
+Shentel	23122
+Sheba	23123
+Sheboygan	23124
+Sheila's	23125
+Shopify	23126
+Shopko	23127
+Shops	23128
+Shore	23129
+Short	23130
+Shorr	23131
+Shotgun	23132
+Shoto	23133
+Shots	23134
+Shottenkirk	23135
+Shotwell	23136
+Shona	23137
+Shoney's	23138
+Shontelle	23139
+Showcase	23140
+Showtime	23141
+Shockley	23142
+Shoop	23143
+Shooz	23144
+ShoeDazzle	23145
+Shoes	23146
+Shoals	23147
+Shoshana	23148
+Shoshone	23149
+Shipley	23150
+Shipman	23151
+Shiprock	23152
+Shipshewana	23153
+Shipyard	23154
+Shine	23155
+Shing	23156
+Shining	23157
+Shinju	23158
+Shinnston	23159
+Shirl	23160
+Shira	23161
+Shire	23162
+Shilo	23163
+Shillington	23164
+Shield	23165
+Shiekh	23166
+Shiva	23167
+Shively	23168
+Shreve	23169
+Shrek	23170
+Shrewsbury	23171
+Shrine	23172
+Shriver	23173
+Shuman	23174
+Shumway	23175
+Shutterfly	23176
+Shuttle	23177
+Seagoville	23178
+Sease	23179
+Seaside	23180
+Seabiscuit	23181
+Seabury	23182
+Seals	23183
+Sealy	23184
+Sean's	23185
+Seans	23186
+Sears	23187
+Seafood	23188
+Seaford	23189
+Seahawks	23190
+Seattle's	23191
+Seaver	23192
+Seaview	23193
+Servall	23194
+Servco	23195
+Server	23196
+Serena	23197
+Serenity	23198
+Serengeti	23199
+Serrano	23200
+Serramonte	23201
+Serge	23202
+Sergio	23203
+Serbian	23204
+Series	23205
+Serio	23206
+Sentara	23207
+Senter	23208
+Sentinel	23209
+Sentra	23210
+Sensa	23211
+Sense	23212
+Senor	23213
+Senoia	23214
+Sendik's	23215
+Select	23216
+Sellwood	23217
+Selbyville	23218
+Selina	23219
+Selinsgrove	23220
+Selma	23221
+Selmer	23222
+Second	23223
+Secor	23224
+Secrets	23225
+Security	23226
+Securus	23227
+Seven	23228
+Severn	23229
+Sevier	23230
+Seeley	23231
+Seelye	23232
+Seth's	23233
+Settings	23234
+Settlers	23235
+Sedaka	23236
+Sedalia	23237
+Sedaris	23238
+Sedgefield	23239
+Sedgwick	23240
+Seminole	23241
+Seminary	23242
+September's	23243
+Septic	23244
+Sepultura	23245
+Sepulveda	23246
+Segal	23247
+Seguin	23248
+Segundo	23249
+Sebago	23250
+Sewell	23251
+Sewer	23252
+Sequoia	23253
+Sequoyah	23254
+Sessilee	23255
+Sessions	23256
+Sunnys	23257
+Sunny's	23258
+Sunnybrook	23259
+Sunnydale	23260
+Sunnymead	23261
+Sundberg	23262
+Sunderland	23263
+Sundrop	23264
+Sunbird	23265
+Sunbrook	23266
+Sunbury	23267
+Suncadia	23268
+Sunchase	23269
+Suncoast	23270
+Suncrest	23271
+Sunroc	23272
+Sunfire	23273
+Sunflower	23274
+Sunfresh	23275
+Sunset	23276
+Sunshine	23277
+Sunil	23278
+Sunita	23279
+Suntree	23280
+Suntrup	23281
+SuperValu	23282
+Superamerica	23283
+Superdome	23284
+Superette	23285
+Superfly	23286
+Supergirl	23287
+Superior	23288
+Supernatural	23289
+Supertramp	23290
+Supervisor	23291
+Supper	23292
+Support	23293
+Supra	23294
+Surfer	23295
+Surface	23296
+Surfside	23297
+Survey	23298
+SureWest	23299
+Suresh	23300
+Sureway	23301
+Surgery	23302
+Surgical	23303
+Surrey	23304
+Surry	23305
+Summer	23306
+Summa	23307
+Summit	23308
+Susan's	23309
+Susana	23310
+Susanna	23311
+Susans	23312
+Susanville	23313
+Susie's	23314
+Susies	23315
+Sussex	23316
+Sussman	23317
+Sutton	23318
+Sutter	23319
+Suttle	23320
+Sutherland	23321
+Sutherlin	23322
+Subarus	23323
+Suburbans	23324
+Sullivan	23325
+Sully	23326
+Sultans	23327
+Suzi's	23328
+Suzie	23329
+Suzanne's	23330
+Sugarbush	23331
+Sugarcreek	23332
+Sugarhill	23333
+Suite	23334
+Suitland	23335
+Succasunna	23336
+Success	23337
+Suki's	23338
+Southtown	23339
+Southdale	23340
+Southfield	23341
+Southridge	23342
+Southside	23343
+Southview	23344
+SoundCloud	23345
+SoundHound	23346
+Soundcloud	23347
+Sounders	23348
+Soundgarden	23349
+Sounds	23350
+Soundtrack	23351
+Soundview	23352
+Soulchild	23353
+Soulja	23354
+Souls	23355
+Souper	23356
+Souplantation	23357
+Source	23358
+Sonic	23359
+Sonia	23360
+Sonitrol	23361
+Sonora	23362
+Sonoco	23363
+Sonoma	23364
+Sonos	23365
+Sonya	23366
+Sony's	23367
+Sonata	23368
+Songz	23369
+Sonny's	23370
+Solar	23371
+Solace	23372
+Solomon	23373
+Solon	23374
+Soldier	23375
+Soldotna	23376
+Soledad	23377
+Soleil	23378
+Solid	23379
+Solis	23380
+Solvang	23381
+Solvay	23382
+Somebody	23383
+Someone	23384
+Something	23385
+Somali	23386
+Soren	23387
+Sorella	23388
+Sorrows	23389
+Sorry	23390
+Social	23391
+Society	23392
+Socomec	23393
+Socorro	23394
+Sofia	23395
+Sofitel	23396
+Softail	23397
+Software	23398
+Sophie	23399
+Sophia	23400
+Sobeys	23401
+SodaStream	23402
+Soviet	23403
+Sovine	23404
+Sparrow	23405
+Sparxxx	23406
+Spanky	23407
+Spano	23408
+Spanaway	23409
+Spandau	23410
+Spanx	23411
+Spaceballs	23412
+Spacey	23413
+Spades	23414
+SpaghettiOs	23415
+Spaldings	23416
+Speed	23417
+Speech	23418
+Speer	23419
+Special	23420
+Spence	23421
+Spenard	23422
+Spending	23423
+Speak	23424
+Spell	23425
+Spelman	23426
+Sperry's	23427
+Sperrys	23428
+Sprite	23429
+Sprague	23430
+Spray	23431
+Spradley	23432
+Sprocket	23433
+Spinal	23434
+Spindale	23435
+Spine	23436
+Spinjitzu	23437
+Spinx	23438
+Spirit	23439
+Spiro	23440
+Spire	23441
+Spicer	23442
+Spiceland	23443
+Spicewood	23444
+Spitz	23445
+Spitfire	23446
+Spiderman	23447
+Spiegel	23448
+Spielberg	23449
+Sports	23450
+Sportage	23451
+Sporting	23452
+Sporty's	23453
+Spotify	23454
+Spotted	23455
+Spokane	23456
+SpongeBob	23457
+Spongebob	23458
+Spooner	23459
+Splenda	23460
+Splendora	23461
+Splinter	23462
+Split	23463
+Spyderco	23464
+Silver	23465
+Silva	23466
+Siler	23467
+Simons	23468
+Simon's	23469
+Simona	23470
+Simone	23471
+Simoniz	23472
+Simonton	23473
+Simpson	23474
+Similac	23475
+Simmons	23476
+Simms	23477
+Simsbury	23478
+Single	23479
+Singer	23480
+Singh	23481
+Singapore	23482
+Sinai	23483
+Sinaloa	23484
+Sinatra	23485
+Sincerely	23486
+Sinclair	23487
+Sisson	23488
+Sisseton	23489
+Sissy	23490
+Sister	23491
+Sistine	23492
+Siskiyou	23493
+Sigma	23494
+Sigmund	23495
+Siegel	23496
+Siegen	23497
+Sierra's	23498
+Sierras	23499
+Siena	23500
+Sienna	23501
+Sirius	23502
+Sirena	23503
+Sirens	23504
+Sita's	23505
+Sitel	23506
+Sicilia	23507
+Sicily	23508
+Sicklerville	23509
+Sikeston	23510
+Sizemore	23511
+Sizzlers	23512
+Sizzlin	23513
+Siberian	23514
+Siouxland	23515
+School	23516
+Schoenherr	23517
+Schofield	23518
+Schomp	23519
+Schottenstein	23520
+Schubert	23521
+Schuck's	23522
+Schuster	23523
+Schutte	23524
+Schedule	23525
+Scheels	23526
+Schenectady	23527
+Schewels	23528
+Schmidt	23529
+Schmizza	23530
+Schwinn	23531
+Schaad	23532
+Schaller	23533
+Schaner	23534
+Schaumburg	23535
+Schiano's	23536
+Schiff	23537
+Schindler	23538
+Schreiber	23539
+Schnitzer	23540
+Schnucks	23541
+Scott	23542
+Scotia	23543
+Scots	23544
+Scotch	23545
+Scotland	23546
+Scorpio	23547
+ScoreSense	23548
+Scouting	23549
+Scouts	23550
+Scrabble	23551
+Scrambler	23552
+Scranton	23553
+Scrappy	23554
+Scrooge	23555
+Scrolls	23556
+Scruggs	23557
+Screen	23558
+Screw	23559
+Scarlet	23560
+Scarborough	23561
+Scarecrow	23562
+Scarface	23563
+Scarsdale	23564
+Scary	23565
+Scanlon	23566
+Science	23567
+Scion	23568
+Scioto	23569
+Scentsy	23570
+Skyler	23571
+Skywest	23572
+Skynet	23573
+Skynyrd	23574
+Skyped	23575
+Skyridge	23576
+Skyrim	23577
+Skins	23578
+Skidaway	23579
+Skidmore	23580
+Skillman	23581
+Skills	23582
+Skate	23583
+Skating	23584
+Skaggs	23585
+Skagit	23586
+Skelton	23587
+Skeeter	23588
+Swann	23589
+Swanton	23590
+Swanzey	23591
+Swarovski	23592
+Swaggart	23593
+Swagger	23594
+Swainsboro	23595
+Swampscott	23596
+Sweet	23597
+Swede	23598
+Swedish	23599
+Sweater	23600
+Sweatshirt	23601
+Swenson's	23602
+Swensons	23603
+Swift	23604
+Swiffer	23605
+Swisher	23606
+Swiss	23607
+Switzer	23608
+Switchfoot	23609
+Swindell	23610
+Swing	23611
+Slater	23612
+Slatington	23613
+Slaton	23614
+Slammers	23615
+Slipper	23616
+Slipknot	23617
+Slice	23618
+Slick	23619
+Slightly	23620
+SlimGenics	23621
+Slingbox	23622
+Slingerlands	23623
+Sloan	23624
+Sloat	23625
+Slocomb	23626
+Slocum	23627
+Slovakia	23628
+Slovenia	23629
+Sleepy	23630
+Sleeping	23631
+Sleepless	23632
+Slenderman	23633
+Slumberland	23634
+Slumdog	23635
+Slurpees	23636
+SmartGlass	23637
+SmartStyle	23638
+SmartWatch	23639
+Smarties	23640
+Smalley	23641
+Smallville	23642
+Smallwood	23643
+Smashburger	23644
+Smasher	23645
+Smashing	23646
+SmackDown	23647
+Smackdown	23648
+Smackover	23649
+Smith	23650
+Smitty	23651
+Smiley	23652
+Smiles	23653
+Smoke	23654
+Smokies	23655
+Smoky	23656
+Smoothie	23657
+Smythe	23658
+Snowden	23659
+Snowshoe	23660
+Snowville	23661
+Snowy	23662
+Snoop	23663
+Snapple	23664
+Snacks	23665
+Snelling	23666
+Snellville	23667
+Sneads	23668
+Snuggie	23669
+Snuggle	23670
+Sylva	23671
+Sylvester	23672
+Syndicate	23673
+Syndrome	23674
+Synod	23675
+Synovus	23676
+Sydney's	23677
+Syrian	23678
+Systems	23679
+SquarePants	23680
+SquareTrade	23681
+Squarepants	23682
+Squadron	23683
+Squire	23684
+Squirrel	23685
+Squidbillies	23686
+Squidward	23687
+propped	23688
+props	23689
+propulsion	23690
+propylene	23691
+prose	23692
+procure	23693
+promo	23694
+prompt	23695
+proto	23696
+protagonist	23697
+prove	23698
+profound	23699
+profanity	23700
+profs	23701
+profusely	23702
+problem	23703
+probe	23704
+probb	23705
+probs	23706
+progesterone	23707
+prognosis	23708
+pronoun	23709
+prong	23710
+pronto	23711
+prone	23712
+pronunciation	23713
+projector	23714
+projected	23715
+projects	23716
+prolapse	23717
+prolly	23718
+proofread	23719
+proofing	23720
+proofs	23721
+prohibited	23722
+prohibition	23723
+prohibits	23724
+proudly	23725
+proxy	23726
+pro-choice	23727
+pro-life	23728
+proactive	23729
+proaxis	23730
+prorated	23731
+press	23732
+presa	23733
+presbyterian	23734
+preskett	23735
+preclancia	23736
+preps	23737
+pretzel	23738
+pretrial	23739
+prevent	23740
+predator	23741
+predecessor	23742
+prednisone	23743
+predominantly	23744
+premeditated	23745
+premonition	23746
+prefer	23747
+prefix	23748
+pre-existing	23749
+pre-k	23750
+pre-nup	23751
+preach	23752
+preamble	23753
+prego	23754
+prelim	23755
+preload	23756
+prelude	23757
+preorder	23758
+preoccupied	23759
+preowned	23760
+preheated	23761
+preheating	23762
+prerequisite	23763
+prerogative	23764
+preemie	23765
+preemptive	23766
+prejudiced	23767
+prenatals	23768
+preys	23769
+prima	23770
+prime	23771
+primo	23772
+primp	23773
+print	23774
+price	23775
+prick	23776
+pricing	23777
+prison	23778
+prism	23779
+prissy	23780
+privilege	23781
+privy	23782
+prideStaff	23783
+prideful	23784
+priesthood	23785
+priests	23786
+prized	23787
+prizes	23788
+practic	23789
+practitioner	23790
+prayin	23791
+prays	23792
+prank	23793
+prancing	23794
+prairie	23795
+prune	23796
+pruning	23797
+partner	23798
+party	23799
+parte	23800
+parts	23801
+part-time	23802
+partly	23803
+partment	23804
+partridge	23805
+param	23806
+parable	23807
+paragraph	23808
+parakeet	23809
+parachute	23810
+paraffin	23811
+paratransit	23812
+parent	23813
+parka	23814
+parkcenter	23815
+parked	23816
+parking	23817
+parkland	23818
+parkour	23819
+parks	23820
+parkway	23821
+parlay	23822
+parlor	23823
+parleys	23824
+parson	23825
+parse	23826
+parsley	23827
+parmatown	23828
+parmesan	23829
+parmigiana	23830
+parms	23831
+parole	23832
+parcel	23833
+parchment	23834
+pariet	23835
+parish	23836
+parity	23837
+parrot	23838
+parry	23839
+pathetic	23840
+pathway	23841
+pathfinders	23842
+paths	23843
+patio	23844
+patina	23845
+patisserie	23846
+patent	23847
+patty	23848
+patching	23849
+patchwork	23850
+patchy	23851
+panty	23852
+pantech	23853
+panther	23854
+pants	23855
+pancake	23856
+panic	23857
+panini	23858
+panda	23859
+pandora	23860
+panaderia	23861
+panago	23862
+panel	23863
+pansies	23864
+pansy	23865
+panko	23866
+panky	23867
+panned	23868
+panning	23869
+panorama	23870
+panoramic	23871
+pasta	23872
+paste	23873
+pastor	23874
+pasture	23875
+pasty	23876
+passport	23877
+password	23878
+passcode	23879
+passkey	23880
+paint	23881
+painful	23882
+painkiller	23883
+painless	23884
+pains	23885
+pairing	23886
+paired	23887
+pairs	23888
+pails	23889
+paisanos	23890
+paisley	23891
+packin	23892
+packrat	23893
+packs	23894
+packy	23895
+paces	23896
+paced	23897
+pacemaker	23898
+pacer	23899
+pacing	23900
+palace	23901
+palapas	23902
+palate	23903
+pallet	23904
+palladium	23905
+pallbearer	23906
+palliative	23907
+pally	23908
+paleo	23909
+palette	23910
+palmetto	23911
+palms	23912
+palsy	23913
+payout	23914
+payoff	23915
+paypal	23916
+payphone	23917
+paybacks	23918
+paychecks	23919
+paydays	23920
+payee	23921
+payer	23922
+payments	23923
+paystub	23924
+papal	23925
+papa's	23926
+paparazzi	23927
+papasan	23928
+papaw	23929
+papaya	23930
+paperback	23931
+paperless	23932
+papermill	23933
+papers	23934
+paperwork	23935
+papito	23936
+pages	23937
+pageant	23938
+pager	23939
+paged	23940
+pagans	23941
+padded	23942
+padding	23943
+paddock	23944
+paddy	23945
+paver	23946
+paved	23947
+pavement	23948
+paving	23949
+pamper	23950
+pamphlet	23951
+pampas	23952
+pause	23953
+pausing	23954
+paula	23955
+paulina	23956
+pawnbrokers	23957
+pawned	23958
+pawning	23959
+pawns	23960
+posta	23961
+posts	23962
+postcard	23963
+posto	23964
+posture	23965
+posit	23966
+posies	23967
+posing	23968
+posse	23969
+possum	23970
+posed	23971
+poser	23972
+poses	23973
+polish	23974
+polio	23975
+polymer	23976
+polyp	23977
+polyester	23978
+polysporin	23979
+polyurethane	23980
+polling	23981
+pollo	23982
+polls	23983
+polenta	23984
+poles	23985
+polka	23986
+polos	23987
+porta	23988
+portfolio	23989
+ports	23990
+porthole	23991
+portofino's	23992
+porno	23993
+pornhub	23994
+pornstar	23995
+porn.com	23996
+porch	23997
+porcelain	23998
+porcupine	23999
+porker	24000
+porky	24001
+pores	24002
+popup	24003
+poppy	24004
+popsicle	24005
+popstar	24006
+popery	24007
+popes	24008
+poptarts	24009
+poptropica	24010
+poops	24011
+poopface	24012
+poopoo	24013
+poopy	24014
+pools	24015
+pooled	24016
+poorly	24017
+pooches	24018
+poodles	24019
+poontang	24020
+potty	24021
+potent	24022
+potency	24023
+pothead	24024
+pothole	24025
+potato	24026
+potassium	24027
+potbellys	24028
+potions	24029
+potlatch	24030
+potluck	24031
+potstickers	24032
+point	24033
+poinsettia	24034
+poisoned	24035
+poisoning	24036
+poisonous	24037
+poisons	24038
+power	24039
+powell	24040
+powdered	24041
+powders	24042
+powdery	24043
+pound	24044
+pounce	24045
+poured	24046
+pouring	24047
+pours	24048
+pouting	24049
+pouty	24050
+pouches	24051
+ponder	24052
+ponds	24053
+ponytail	24054
+ponchos	24055
+poked	24056
+pokemon	24057
+poker	24058
+pokes	24059
+pokey	24060
+pokies	24061
+poking	24062
+pompano	24063
+pompous	24064
+pomps	24065
+pompton	24066
+pomegranates	24067
+pocket	24068
+podium	24069
+podcasts	24070
+poetic	24071
+poetry	24072
+poets	24073
+poema	24074
+poems	24075
+poached	24076
+poacher	24077
+person	24078
+perspective	24079
+perscription	24080
+persnickety	24081
+perfume	24082
+perch	24083
+perish	24084
+peril	24085
+perimeter	24086
+perinatal	24087
+periwinkle	24088
+perma	24089
+perms	24090
+perve	24091
+pervs	24092
+pervy	24093
+perplexed	24094
+pertain	24095
+pertinent	24096
+perked	24097
+perkos	24098
+perks	24099
+perky	24100
+perro	24101
+perry	24102
+perdido	24103
+perdon	24104
+perennial	24105
+pereti	24106
+peroxide	24107
+peninsula	24108
+penis	24109
+penicillin	24110
+penile	24111
+penitentiary	24112
+penal	24113
+penance	24114
+pendant	24115
+pendejo	24116
+pending	24117
+pendulum	24118
+penetrate	24119
+pencil	24120
+pence	24121
+penthouse	24122
+penne	24123
+pennies	24124
+penny	24125
+penguins	24126
+penmac	24127
+penmanship	24128
+peace	24129
+peach	24130
+peaked	24131
+peaks	24132
+peakview	24133
+peaky	24134
+pearl	24135
+pears	24136
+peasant	24137
+peasy	24138
+peanuts	24139
+peek-a-boo	24140
+peeked	24141
+peeking	24142
+peeks	24143
+peeling	24144
+peels	24145
+peeping	24146
+peeps	24147
+peerless	24148
+peers	24149
+peeved	24150
+peeves	24151
+pedia	24152
+pedi's	24153
+pedigree	24154
+pedestal	24155
+pedestrian	24156
+peddler	24157
+peddling	24158
+pedofile	24159
+pedometer	24160
+pedophile	24161
+pedals	24162
+petite	24163
+petro	24164
+petri	24165
+petted	24166
+petting	24167
+petty	24168
+petals	24169
+peter	24170
+petsense	24171
+pepper	24172
+peppy	24173
+pepino's	24174
+pepitos	24175
+pester	24176
+pesticide	24177
+pesto	24178
+pesos	24179
+pessimistic	24180
+pecker	24181
+pecking	24182
+pecks	24183
+pecans	24184
+peggy	24185
+pegged	24186
+pellets	24187
+pelvic	24188
+pelvis	24189
+people's	24190
+people.com	24191
+peoples	24192
+pinche	24193
+pinching	24194
+pineapple	24195
+pinegar	24196
+pines	24197
+piney	24198
+pinky	24199
+pinks	24200
+pinto	24201
+pintail	24202
+pints	24203
+pinger	24204
+pings	24205
+pinion	24206
+pining	24207
+pinnacle	24208
+pinned	24209
+pinning	24210
+pinstripe	24211
+pinata	24212
+pinochle	24213
+pinon	24214
+pinwheels	24215
+pickle	24216
+pickin	24217
+pickup	24218
+pickaxe	24219
+picks	24220
+picky	24221
+pictionary	24222
+pictorial	24223
+piccolo	24224
+picnics	24225
+pillow	24226
+pills	24227
+pilgrim's	24228
+pilgrimage	24229
+pilgrims	24230
+piled	24231
+piles	24232
+pilot's	24233
+pilots	24234
+pitchfork	24235
+pitching	24236
+pittsburg	24237
+pitbulls	24238
+pitstop	24239
+pierogies	24240
+piers	24241
+piece	24242
+piecing	24243
+piggie	24244
+piggy	24245
+pigeons	24246
+pigsty	24247
+pigtails	24248
+pissin	24249
+pissy	24250
+pistachio	24251
+pimpin	24252
+pimple	24253
+pimped	24254
+pimps	24255
+piper	24256
+pipefitters	24257
+pipeline	24258
+pipes	24259
+pizza	24260
+piano	24261
+pianist	24262
+pixelated	24263
+pixels	24264
+pioneer	24265
+pionono	24266
+pirates	24267
+playa	24268
+plays	24269
+playful	24270
+playin	24271
+playlist	24272
+playoff	24273
+playStation	24274
+playn	24275
+playpen	24276
+playroom	24277
+playwright	24278
+plant	24279
+plane	24280
+plank	24281
+planing	24282
+planotones	24283
+plans	24284
+plate	24285
+platform	24286
+platter	24287
+platypus	24288
+place	24289
+placard	24290
+placing	24291
+plasma	24292
+plain	24293
+plaid	24294
+plague	24295
+plagiarism	24296
+plaques	24297
+pleas	24298
+plead	24299
+plexi	24300
+plexus	24301
+plentiful	24302
+plenty	24303
+pletely	24304
+plethora	24305
+plumb	24306
+plums	24307
+plume	24308
+plump	24309
+plugin	24310
+plugs	24311
+plucking	24312
+plus.com	24313
+pluses	24314
+plush	24315
+plunge	24316
+plunder	24317
+plowed	24318
+plowing	24319
+plows	24320
+plots	24321
+plotting	24322
+pliers	24323
+plies	24324
+purse	24325
+purpose	24326
+puree	24327
+purebred	24328
+purely	24329
+purest	24330
+purchase	24331
+purchasing	24332
+purge	24333
+purgatory	24334
+purging	24335
+purrfect	24336
+purring	24337
+purrs	24338
+punch	24339
+punishment	24340
+punishable	24341
+punishing	24342
+punked	24343
+punkin	24344
+punks	24345
+punky	24346
+public	24347
+publish	24348
+publix	24349
+puberty	24350
+pubes	24351
+pushin	24352
+pushbullet	24353
+pushover	24354
+pushups	24355
+pushy	24356
+pussy	24357
+pussay	24358
+pussies	24359
+pullin	24360
+pullover	24361
+pulls	24362
+pullups	24363
+pulsa	24364
+pulse	24365
+pulsing	24366
+pulmonary	24367
+pulpit	24368
+putter	24369
+puttin	24370
+putty	24371
+putzing	24372
+pumpin	24373
+pumpkin	24374
+pumps	24375
+puppet	24376
+puppy	24377
+puppies	24378
+pupils	24379
+puffed	24380
+puffer	24381
+puffing	24382
+puddle	24383
+pudding	24384
+pudgies	24385
+pudgy	24386
+puked	24387
+pukes	24388
+pukey	24389
+puckered	24390
+puzzled	24391
+puzzles	24392
+photos	24393
+photobucket	24394
+photon	24395
+phone	24396
+phony	24397
+phosphate	24398
+phosphorus	24399
+pharmaceutical	24400
+pharmacare	24401
+pharmacology	24402
+pharmacy	24403
+phased	24404
+phases	24405
+philanthropist	24406
+philips	24407
+phillipus	24408
+phentermine	24409
+pheasants	24410
+phlebotomist	24411
+phlebotomy	24412
+psycho	24413
+psyche	24414
+pyramids	24415
+p.o.f	24416
+p.o.s	24417
+Conn's	24418
+Const	24419
+Consol	24420
+Conshohocken	24421
+Conti	24422
+Conch	24423
+Concrete	24424
+Congaree	24425
+Congeniality	24426
+Congo	24427
+Confidential	24428
+Conflict	24429
+Confucius	24430
+Convalescent	24431
+Conan	24432
+Conair	24433
+Condell	24434
+Condit	24435
+Conejo	24436
+Conestoga	24437
+Coney	24438
+Conlin's	24439
+Conrad	24440
+Conoco	24441
+Conor	24442
+Conover	24443
+Conqueror	24444
+Conquistador	24445
+Collar	24446
+Color	24447
+Cologne	24448
+Coleman	24449
+Coles	24450
+Cole's	24451
+Colebrook	24452
+Coleen	24453
+Colefax	24454
+Colene	24455
+Colerain	24456
+Colette	24457
+Coley	24458
+Colton	24459
+Colter	24460
+Coltrane	24461
+Colts	24462
+Coldplay	24463
+Colin	24464
+Colima	24465
+Coliseum	24466
+Colusa	24467
+Colbert	24468
+Colbie	24469
+Colborne	24470
+Colburn	24471
+Colby	24472
+Colmar	24473
+Colson	24474
+Colston	24475
+Colville	24476
+Colvin	24477
+Cornhusker	24478
+Corry	24479
+Coral	24480
+Cora's	24481
+Coram's	24482
+Coraopolis	24483
+Corazon	24484
+Corte	24485
+Cortland	24486
+Corin	24487
+Corps	24488
+Corpus	24489
+Corona	24490
+Corolla	24491
+Corbin	24492
+Corbett	24493
+Corby	24494
+Corey	24495
+Corsica	24496
+Corsair	24497
+Corso	24498
+Corky	24499
+Corvette	24500
+Corvallis	24501
+Cory's	24502
+Corydon	24503
+Corley	24504
+Corliss	24505
+Compu	24506
+CompUSA	24507
+Compensation	24508
+Comporium	24509
+Comet	24510
+Comedy	24511
+Comerica	24512
+Comes	24513
+Comal	24514
+Comanche	24515
+Comay	24516
+Comba	24517
+Combee	24518
+Comic	24519
+Coming	24520
+Como's	24521
+Comox	24522
+Court	24523
+Course	24524
+Count	24525
+Counsel	24526
+Council	24527
+Could	24528
+Coulee	24529
+Cougar	24530
+Coughlin	24531
+Cousin	24532
+Coushatta	24533
+Cooke	24534
+Cook's	24535
+Cookman	24536
+Cooley	24537
+Coolatta	24538
+Coolpix	24539
+Cooper	24540
+Cooney	24541
+Coons	24542
+Coordinator	24543
+Coors	24544
+Coosa	24545
+Costa	24546
+Costco	24547
+Costello	24548
+Costner	24549
+Cosmo	24550
+Cosmic	24551
+Coppola	24552
+Copps	24553
+Copeland	24554
+Copenhagen	24555
+Copacabana	24556
+Copans	24557
+Copart	24558
+Copytalk	24559
+Cobain	24560
+Cobalt	24561
+Cobble	24562
+Cobbs	24563
+Coburn	24564
+Coburg	24565
+Cobleskill	24566
+Cobourg	24567
+Cobras	24568
+Coachworks	24569
+Coalville	24570
+Coates	24571
+Coastal	24572
+Cotto	24573
+Cottle	24574
+Cottage	24575
+Cotterman	24576
+Cottman	24577
+Cotati	24578
+Cocoa	24579
+Cocos	24580
+Cochran	24581
+Cochise	24582
+Cockrell	24583
+Cowlitz	24584
+Cowan	24585
+Cowardly	24586
+Cowboys	24587
+Cover	24588
+Covey	24589
+Covina	24590
+Covington	24591
+Cody's	24592
+Codys	24593
+Coddington	24594
+Coddingtown	24595
+Cohen	24596
+Coheed	24597
+Coffey	24598
+Coffee	24599
+Coggins	24600
+Coker	24601
+Coyotes	24602
+Carli	24603
+Carls	24604
+Carle	24605
+Carly	24606
+Carla	24607
+Carlo	24608
+Carl's	24609
+Carlton	24610
+Carluccio's	24611
+Carrboro	24612
+Carrs	24613
+Carruthers	24614
+Carol	24615
+Carondelet	24616
+Carothers	24617
+Carowinds	24618
+Carmi	24619
+Carman	24620
+Carter	24621
+Cartwright	24622
+Carta	24623
+Carthage	24624
+Cartier	24625
+Cartman	24626
+Cartoon	24627
+Career	24628
+Carey	24629
+CareFirst	24630
+CareLink	24631
+CareSource	24632
+Caremark	24633
+Carencro	24634
+Caressa	24635
+Cardenas	24636
+Cards	24637
+Cardwell	24638
+Carie	24639
+Carilion	24640
+Carissa	24641
+Caritas	24642
+Carnival	24643
+Cara's	24644
+Carabas	24645
+Caras	24646
+Caravan	24647
+Caray's	24648
+Carpinteria	24649
+Caryl	24650
+Caryn	24651
+Carytown	24652
+Caryville	24653
+Carbondale	24654
+Carbone	24655
+Carbonite	24656
+Carson	24657
+Caruso	24658
+Caruthersville	24659
+Cargill	24660
+Cargo	24661
+Carvel	24662
+Carver	24663
+Calle	24664
+Callie	24665
+Callum	24666
+Calif	24667
+Calico	24668
+Calimesa	24669
+Calistoga	24670
+Caleb	24671
+Caledonia	24672
+Calendar	24673
+Calera	24674
+Calexico	24675
+Calais	24676
+Calallen	24677
+Calandra's	24678
+Calaveras	24679
+Calvert	24680
+Calvin	24681
+Calvary	24682
+Calder	24683
+Caldwell	24684
+Calcasieu	24685
+Calcutta	24686
+Calgary	24687
+Calgon	24688
+Calhoun's	24689
+Calma	24690
+Caltrain	24691
+Caltrans	24692
+Campbell	24693
+Campo	24694
+Campana	24695
+Campground	24696
+Campland	24697
+Campton	24698
+Campus	24699
+Camel	24700
+Camacho	24701
+Camas	24702
+Cambodia	24703
+Camberley	24704
+Camby	24705
+Camden's	24706
+Camdenton	24707
+Cammie	24708
+Cammy	24709
+Camrose	24710
+Camry	24711
+Candle	24712
+Candi	24713
+Candy	24714
+Candace	24715
+Candelaria	24716
+Canaan	24717
+Canal	24718
+Canandaigua	24719
+Canary	24720
+Canasta	24721
+Canaveral	24722
+Cantina	24723
+Cantrell	24724
+Cannon	24725
+Cannibal	24726
+Canon	24727
+Canoe	24728
+Canoga	24729
+Cane's	24730
+Caney	24731
+Canyons	24732
+Canyonville	24733
+Cancer	24734
+Cancun	24735
+Cassville	24736
+Cassy	24737
+Castle	24738
+Castro	24739
+Castaic	24740
+Casey	24741
+Casella	24742
+Caseville	24743
+Casablanca	24744
+Casagrande	24745
+Casanova	24746
+Casas	24747
+Casco	24748
+Cash's	24749
+Cashin	24750
+Cashway	24751
+Casino	24752
+Casio	24753
+Casita	24754
+Casper	24755
+Caspian	24756
+Casualty	24757
+Catholic	24758
+Cathy	24759
+Cathleen	24760
+Category	24761
+Catena	24762
+Cates	24763
+Catalina	24764
+Catan	24765
+Cataracs	24766
+Catasauqua	24767
+Catawba	24768
+Caton	24769
+Catoosa	24770
+Cattle	24771
+Cattaraugus	24772
+Catching	24773
+Catlettsburg	24774
+Catlin	24775
+Catskill	24776
+Capilano	24777
+Capistrano	24778
+Capen	24779
+Capri	24780
+Caprock	24781
+Capone	24782
+Caporal	24783
+Capozzi's	24784
+Capps	24785
+Cappy	24786
+Captain	24787
+Captiva	24788
+Capcom	24789
+Caputo's	24790
+Caballero	24791
+Cabana	24792
+Cabazon	24793
+Cabrera	24794
+Cabos	24795
+Cabot	24796
+Cabinet	24797
+Cablevision	24798
+Caddy	24799
+Caddo	24800
+Caden	24801
+Cadet	24802
+Cadillac	24803
+Cadiz	24804
+Caitlin	24805
+Caitlyn	24806
+Caillat	24807
+Caillou	24808
+Caine	24809
+Cavender	24810
+Caverns	24811
+Caves	24812
+Cavalier	24813
+Cavanaugh	24814
+Caymans	24815
+Cafeteria	24816
+Cajuns	24817
+Causeway	24818
+Cazadores	24819
+Charm	24820
+Chart	24821
+Charge	24822
+Chardon	24823
+Charhouse	24824
+Charro	24825
+Chance	24826
+Chang	24827
+Chan's	24828
+Chanhassen	24829
+Chanute	24830
+Chama	24831
+Chamillionaire	24832
+Chapa	24833
+Chapel	24834
+Chaplin	24835
+Chapin	24836
+Chapman	24837
+Chapter	24838
+Chadbourn	24839
+Chadwick	24840
+Chad's	24841
+Chadds	24842
+Chadron	24843
+Chalk	24844
+Challenge	24845
+Chalet	24846
+Chalfont	24847
+Chase	24848
+Chaska	24849
+Chassity	24850
+Chastain	24851
+Chateau	24852
+Chatfield	24853
+Chatham	24854
+Chatsworth	24855
+Chain	24856
+Chair	24857
+Chauncey	24858
+Chautauqua	24859
+Chaffee	24860
+Chaffey	24861
+Chaos	24862
+Chavez	24863
+Chavis	24864
+Chayanne	24865
+Chest	24866
+Cheshire	24867
+Chesley	24868
+Cheese	24869
+Cheez	24870
+Cheeburger	24871
+Cheech	24872
+Cherry	24873
+Cheryl	24874
+Cheri	24875
+Cherokee	24876
+Cheraw	24877
+Chernobyl	24878
+Chevy	24879
+Cheviot	24880
+Chelten	24881
+Chelan	24882
+Chelle	24883
+Chelmsford	24884
+Chen's	24885
+Cheney	24886
+Cheng	24887
+Chennai	24888
+Chenoweth	24889
+Chemeketa	24890
+Chemical	24891
+Chemung	24892
+Cheaha	24893
+Cheap	24894
+Cheatham	24895
+Check	24896
+Checotah	24897
+Chehalem	24898
+Chehalis	24899
+Cheka	24900
+Chetek	24901
+Cheyennes	24902
+Child	24903
+Chill	24904
+Chile	24905
+Chili	24906
+Chilhowie	24907
+Chilson	24908
+Chilton	24909
+Chick	24910
+Chica	24911
+Chico	24912
+Chicco	24913
+Chichester	24914
+China	24915
+Chino	24916
+Chin's	24917
+Chincoteague	24918
+Chinese	24919
+Ching	24920
+Chinn's	24921
+Chinx	24922
+Chipotle	24923
+Chipettes	24924
+Chipley	24925
+Chips	24926
+Chiefland	24927
+Chiefs	24928
+Chihuahuas	24929
+Chima	24930
+Chimney	24931
+Chisago	24932
+Chisholm	24933
+Chittenango	24934
+Chitty	24935
+Chivas	24936
+Chive	24937
+Christ	24938
+Chrissy	24939
+Chris's	24940
+Chrisette	24941
+Chrisman	24942
+Chrome	24943
+Chronicle	24944
+Chrysler	24945
+Church	24946
+Churn	24947
+Chunk	24948
+Chung	24949
+Chubby	24950
+Chubbuck	24951
+Chuck's	24952
+Chuckanut	24953
+Chucky	24954
+Chopper	24955
+Chophouse	24956
+Chopin	24957
+Chopra	24958
+Chopstix	24959
+Chowan	24960
+Chowchilla	24961
+Chowder	24962
+Choctaw	24963
+Choice	24964
+Choir	24965
+Chola	24966
+Cholla	24967
+Chouteau	24968
+Cross	24969
+Crosby	24970
+Crosman	24971
+Croswell	24972
+Crown	24973
+Crowe	24974
+Crowley	24975
+Crows	24976
+Crock	24977
+Croce	24978
+Crocodile	24979
+Crocs	24980
+Crofton	24981
+Crofts	24982
+Croatian	24983
+Crooked	24984
+Crookston	24985
+Crothers	24986
+Croton	24987
+Crouch	24988
+Crouse	24989
+Crozer	24990
+Crozet	24991
+Crest	24992
+Crespo	24993
+Cresskill	24994
+Creswell	24995
+Creek	24996
+Creed	24997
+Creech	24998
+Cream	24999
+Creasy	25000
+Creve	25001
+Crevier	25002
+Crewcuts	25003
+Crane	25004
+Cranford	25005
+Cranston	25006
+Craig	25007
+Crain	25008
+Crafts	25009
+Crafton	25010
+Crawford	25011
+Crawley	25012
+Crabb	25013
+Crabtree	25014
+Craycroft	25015
+Crayola	25016
+Cramerton	25017
+Crater	25018
+Cravens	25019
+Crist	25020
+Crisp	25021
+Criss	25022
+Crisco	25023
+Crisfield	25024
+Crisis	25025
+Crismon	25026
+Criswell	25027
+Critic	25028
+Crime	25029
+Criminal	25030
+Crimson	25031
+Cripple	25032
+Crips	25033
+Crusade	25034
+Crush	25035
+Crusty's	25036
+Cruiser	25037
+Cruises	25038
+Cruces	25039
+Crucial	25040
+Crump	25041
+Crunchwrap	25042
+Cruze	25043
+Crystal	25044
+Crysis	25045
+Clark	25046
+Clare	25047
+Clara	25048
+Claro	25049
+Clarcona	25050
+Clary	25051
+Clair	25052
+Claim	25053
+Claiborne	25054
+Claus	25055
+Class	25056
+Clash	25057
+Clasico	25058
+Clayton	25059
+Claycomo	25060
+Claypool	25061
+Clancy	25062
+Clank	25063
+Clanton	25064
+Clear	25065
+Clean	25066
+Clemmons	25067
+Clemons	25068
+Clemson	25069
+Cleo's	25070
+Cleona	25071
+Cleopatra	25072
+Cleveland	25073
+Clevenger	25074
+Cleves	25075
+Clerk	25076
+Clermont	25077
+Cliff	25078
+Clift	25079
+Clint	25080
+Cline	25081
+Clipper	25082
+Clips	25083
+Cloudcroft	25084
+Clouds	25085
+Cloudy	25086
+Clover	25087
+Clovis	25088
+Close	25089
+Closter	25090
+Clockwork	25091
+Clubhouse	25092
+Clubs	25093
+Clues	25094
+Clydes	25095
+Clyde's	25096
+Cena's	25097
+Celia	25098
+Celica	25099
+Cellcom	25100
+Cellier	25101
+Cellular	25102
+Celtic	25103
+Celts	25104
+Cerro	25105
+CertainTeed	25106
+Certegy	25107
+Cedarcrest	25108
+Cedarhurst	25109
+Cedars	25110
+Cedartown	25111
+Cedarville	25112
+Cedric	25113
+Cedro	25114
+Cecilia	25115
+Cecil's	25116
+Cecile	25117
+Cecelia	25118
+Curran	25119
+Current	25120
+Curry	25121
+Curtis	25122
+Curtner	25123
+Curly's	25124
+Curig	25125
+Curious	25126
+Cullen	25127
+Culligan	25128
+Cullman	25129
+Culvers	25130
+Cutten	25131
+Cutlass	25132
+Cutler	25133
+Cupcakery	25134
+Cupcakes	25135
+Cupid's	25136
+Cuban	25137
+CubeSmart	25138
+Custom	25139
+Custer	25140
+Cushing	25141
+Cushman	25142
+Cumming	25143
+Cummins	25144
+Cumberland	25145
+Cumbre	25146
+Cinema	25147
+CineBistro	25148
+Cinebarre	25149
+Cinetopia	25150
+Cindy	25151
+Cinderella	25152
+Cincinnati	25153
+Cinco	25154
+Cincy	25155
+Cinnabon	25156
+Citizen	25157
+Citibank	25158
+Cities	25159
+Citigroup	25160
+Citra	25161
+Citrix	25162
+Citronelle	25163
+Citrus	25164
+City's	25165
+CityWalk	25166
+Cityside	25167
+Circle	25168
+Circa	25169
+Ciro's	25170
+Ciroc	25171
+Cicero's	25172
+Cici's	25173
+Cibola	25174
+Cibolo	25175
+Civic	25176
+Civil	25177
+Cynthia's	25178
+Cynthiana	25179
+Cyclery	25180
+Cycles	25181
+Cypresswood	25182
+Cyrus's	25183
+Maria	25184
+Marin	25185
+Marie	25186
+Mario	25187
+Maris	25188
+Maribel	25189
+Marigold	25190
+Marijuana	25191
+Mariposa	25192
+Maritime	25193
+Marius	25194
+Marti	25195
+Martha	25196
+Marty	25197
+Mart's	25198
+Marta	25199
+Martz	25200
+Marcel	25201
+Marco	25202
+Marci	25203
+Marcus	25204
+Marcy	25205
+Marc's	25206
+March	25207
+Marcs	25208
+Marlo	25209
+Marlboro	25210
+Marla	25211
+Marlin	25212
+Marlton	25213
+Marsh	25214
+Marsa	25215
+Marston	25216
+Marseilles	25217
+Marge	25218
+Margo	25219
+Margret	25220
+Marguerite	25221
+Market	25222
+Marks	25223
+Mark's	25224
+Markham	25225
+Markie	25226
+Markus	25227
+Marky	25228
+Maryland	25229
+Marys	25230
+Mary's	25231
+Marybeth	25232
+Marymount	25233
+Marywood	25234
+Marble	25235
+Marbach	25236
+Marada	25237
+Marais	25238
+Marathon	25239
+Marauder	25240
+Marvin	25241
+Marvel	25242
+Marv's	25243
+Marva	25244
+Marrero	25245
+Marron	25246
+Maren	25247
+Marella	25248
+Marez	25249
+Mardi	25250
+Marmora	25251
+Marjam	25252
+Marjorie	25253
+Maroney	25254
+Maroon	25255
+Marxist	25256
+Mande	25257
+Mandy	25258
+Mandi	25259
+Mandrell	25260
+Manito	25261
+Mani's	25262
+Mania	25263
+Manic	25264
+Manas	25265
+Manahawkin	25266
+Manalapan	25267
+Manatee	25268
+Manawa	25269
+Manayunk	25270
+Manny	25271
+Mann's	25272
+Mannheim	25273
+Mancini	25274
+Mancelona	25275
+Mancos	25276
+Mancuso	25277
+Manor	25278
+Manoa	25279
+Manos	25280
+Manowar	25281
+Mansi	25282
+Mansell	25283
+Mansfield	25284
+Manson	25285
+Manti	25286
+Manton	25287
+Mantua	25288
+Manuel	25289
+Manufacturing	25290
+Manulife	25291
+Mangeshkar	25292
+Mangione	25293
+Mango	25294
+Mangum	25295
+Manheim	25296
+Manley	25297
+Manlius	25298
+Manvel	25299
+Manville	25300
+Manyana	25301
+Matty	25302
+Matt's	25303
+Mattoon	25304
+Mattress	25305
+Mattson	25306
+Mathnasium	25307
+Matador	25308
+Matamoras	25309
+Matanuska	25310
+Matata	25311
+Matawan	25312
+Matia	25313
+Matic	25314
+Matilda	25315
+Matisyahu	25316
+Matix	25317
+Mateo	25318
+Matchbox	25319
+Matco	25320
+Matson	25321
+Matsu	25322
+Machado	25323
+Macau	25324
+Macatawa	25325
+Macayo's	25326
+MacDonald	25327
+MacDade	25328
+MacDill	25329
+Macedon	25330
+Macey's	25331
+Macleod	25332
+Macomb	25333
+Macon	25334
+Macoupin	25335
+Macy's	25336
+Macys	25337
+Macias	25338
+Macintosh	25339
+Malabar	25340
+Malamute	25341
+Malarkey's	25342
+Malawi's	25343
+Malone	25344
+Maloof	25345
+Malouf	25346
+Malik	25347
+Malia	25348
+Malibu	25349
+Malinda	25350
+Mallard	25351
+Mally	25352
+Maleah	25353
+Maleek	25354
+Maleficent	25355
+Malta	25356
+Maltby	25357
+Maltese	25358
+Maltsberger	25359
+Malcolm	25360
+Malcom	25361
+Malden	25362
+Maldonado	25363
+Massa	25364
+MassHealth	25365
+MassMutual	25366
+Mastodon	25367
+Mastro's	25368
+Mason's	25369
+Masonic	25370
+Masons	25371
+Mascoutah	25372
+Masekela	25373
+Maserati	25374
+Mashpee	25375
+Madea	25376
+Madeira	25377
+Mademoiselle	25378
+Madeon	25379
+Madera	25380
+Madewell	25381
+Maddie	25382
+Maddy	25383
+Madden	25384
+Madison	25385
+Madigan	25386
+Madill	25387
+Madras	25388
+Madre	25389
+Madrona	25390
+Madagascar	25391
+Madame	25392
+Madonna's	25393
+Mayan	25394
+Maya's	25395
+Mayas	25396
+Maybrook	25397
+Mayfair	25398
+Mayfield	25399
+Mayflower	25400
+Maynard	25401
+Mayne	25402
+Mayodan	25403
+Mayor	25404
+Mayse	25405
+Maysville	25406
+Mayer	25407
+Mayes	25408
+Mayweather	25409
+Maywood	25410
+Magna	25411
+Magnet	25412
+Magnificent	25413
+Magnolia	25414
+Maggie	25415
+Maggiano's	25416
+Magic	25417
+Magin	25418
+Magistrate	25419
+Magalia	25420
+Magazine	25421
+Magee	25422
+Magellan	25423
+Magen	25424
+Magoo's	25425
+Maine	25426
+Maingate	25427
+Mainstreet	25428
+Maintenance	25429
+Maiden	25430
+Maids	25431
+Maisie	25432
+Maison	25433
+Maisy	25434
+Maita	25435
+Maitland	25436
+Mahal	25437
+Mahaffey	25438
+Mahan	25439
+Mahaska	25440
+Mahomet	25441
+Mahopac	25442
+Mahendra	25443
+Maher	25444
+Maureen	25445
+Maura	25446
+Maury	25447
+Mauldin	25448
+Maumee	25449
+Maumelle	25450
+Mauston	25451
+Maxim	25452
+Maxie	25453
+Maxine	25454
+Maxis	25455
+Maxwell's	25456
+Makeover	25457
+Maker	25458
+Makes	25459
+Makaveli	25460
+Makayla	25461
+Makita	25462
+Makoto's	25463
+Maplecrest	25464
+Maplehurst	25465
+Maples	25466
+Mapleton	25467
+Mapleview	25468
+Maplewood	25469
+Mama's	25470
+Mamaroneck	25471
+Mamas	25472
+Mamaw	25473
+Mamba	25474
+Mambo	25475
+Mamma	25476
+Mammoth	25477
+Mazel	25478
+Mazen	25479
+Mazza	25480
+Mazzio's	25481
+Mabel's	25482
+Mabelvale	25483
+Maverick	25484
+Maverik	25485
+Majestic	25486
+Majesty	25487
+Monte	25488
+Monta	25489
+Montgomery	25490
+Monty	25491
+Month	25492
+Monticello	25493
+Montpelier	25494
+Montwood	25495
+Monica	25496
+Monique	25497
+Monia	25498
+Monika	25499
+Mona's	25500
+Monadnock	25501
+Monae	25502
+Monaghan	25503
+Monahans	25504
+Monarch	25505
+Monet	25506
+Money	25507
+Monee	25508
+Monessen	25509
+Monster	25510
+Monsanto	25511
+Monsey	25512
+Monsignor	25513
+Monson	25514
+Monroe	25515
+Monrovia	25516
+Monday	25517
+Mondovi	25518
+Mondrian	25519
+Mongol	25520
+Mongoose	25521
+Monon	25522
+Monocacy	25523
+Monopoly	25524
+Monkton	25525
+Moncks	25526
+Moncrief	25527
+Moncton	25528
+Morro	25529
+Morrell	25530
+Moreau	25531
+Moreno	25532
+Moretti's	25533
+Morey	25534
+Morton	25535
+Mortal	25536
+Mortgage	25537
+Mortimer	25538
+Mortuary	25539
+Morty	25540
+Moravia	25541
+Morada	25542
+Moraga	25543
+Moraine	25544
+Morales	25545
+Moran	25546
+Morgan's	25547
+Morganfield	25548
+Morgans	25549
+Morganville	25550
+Moriches	25551
+Morissette	25552
+Moron	25553
+Moross	25554
+Mordecai	25555
+Mordor	25556
+Morlan	25557
+Morley	25558
+Mormons	25559
+Moore	25560
+Moorhead	25561
+Moorpark	25562
+Moors	25563
+Moon's	25564
+Moonachie	25565
+Moondog	25566
+Mooney	25567
+Moonies	25568
+Moonville	25569
+Moose	25570
+Moosic	25571
+Moody	25572
+Moodle	25573
+Motor	25574
+Motown	25575
+Mother's	25576
+Motherhood	25577
+Mothers	25578
+Motte	25579
+Mount	25580
+Mound	25581
+Moulin	25582
+Moseley	25583
+Moser	25584
+Moses	25585
+Moshe	25586
+Moshi	25587
+Mossberg	25588
+Mosser	25589
+Moscato	25590
+Moscow	25591
+Mosier	25592
+Mosinee	25593
+Molino	25594
+Molina	25595
+Moline	25596
+Molly	25597
+Moller	25598
+Mollie	25599
+Mobile	25600
+Mohave	25601
+Mohawk	25602
+Mohicans	25603
+Movers	25604
+Movie	25605
+Moving	25606
+Model	25607
+Modest	25608
+Modern	25609
+Momma	25610
+Mommy	25611
+Mozambique	25612
+Mozart	25613
+Mozilla	25614
+Mozingo	25615
+Mockingbird	25616
+Mockingjay	25617
+Mopac	25618
+Mopar	25619
+Mille	25620
+Milli	25621
+Mills	25622
+Millard	25623
+Millhopper	25624
+Millman	25625
+Milltown	25626
+Millville	25627
+Millz	25628
+Milan	25629
+Milagro	25630
+Milaca	25631
+Milam	25632
+Miley	25633
+Mileage	25634
+Miles	25635
+Milian	25636
+Mililani	25637
+Military	25638
+Milbank	25639
+Milburn	25640
+Milky	25641
+Milos	25642
+Milsap	25643
+Milstead	25644
+Milton's	25645
+Milwaukee	25646
+Milwaukie	25647
+Mineo	25648
+Minecraft	25649
+Mines	25650
+Minette	25651
+Mindy	25652
+Minden	25653
+Mindi	25654
+Mindless	25655
+Minds	25656
+Minnie	25657
+Ming's	25658
+Minges	25659
+Mingledorff's	25660
+Mingo	25661
+Mingus	25662
+Minocqua	25663
+Minogue	25664
+Minolta	25665
+Minooka	25666
+Minor	25667
+Minot	25668
+Minaj	25669
+Minas	25670
+Minato	25671
+Mining	25672
+Minton	25673
+Mints	25674
+Minuteman	25675
+Minutes	25676
+Minsky's	25677
+Minster	25678
+Miche	25679
+Michi	25680
+Mickie	25681
+Micky	25682
+Microcenter	25683
+Microsoft	25684
+Micah	25685
+Micael	25686
+Micanopy	25687
+Middlefield	25688
+Middleport	25689
+Middleville	25690
+Midwest	25691
+Midway	25692
+Midwife	25693
+Midwood	25694
+Midland	25695
+Midler	25696
+Midlothian	25697
+MidAmerican	25698
+Midnighters	25699
+Missy	25700
+Misses	25701
+Misty	25702
+Mista	25703
+Mister	25704
+Mishawaka	25705
+Miranda	25706
+Mirabel	25707
+Miracle	25708
+Mirada	25709
+Mirage	25710
+Miriam	25711
+Mikey	25712
+Mike's	25713
+Mikes	25714
+Mikayla	25715
+Mikado	25716
+Mikimoto	25717
+Mikunis	25718
+Mitch's	25719
+Mitchum	25720
+Mittendorf	25721
+Mitzi	25722
+Mitzvah	25723
+Miami's	25724
+Miamisburg	25725
+Mizuki	25726
+Mizuno	25727
+Mighty	25728
+Miguel's	25729
+Mimi's	25730
+Mercy	25731
+Mercado	25732
+Mercury	25733
+Merrell	25734
+Merry	25735
+Merion	25736
+Merle	25737
+Merlin	25738
+Merlot	25739
+Merton	25740
+Mertz	25741
+Meredith's	25742
+Mendo	25743
+Mendham	25744
+Menard	25745
+Menace	25746
+Menands	25747
+Menasha	25748
+Menaul	25749
+Mental	25750
+Menominee	25751
+Menchie's	25752
+Mencia	25753
+Menna's	25754
+Mennonite	25755
+Melissa	25756
+Melia	25757
+Melody	25758
+Melo's	25759
+Meloche	25760
+Melon	25761
+Meloy	25762
+Mellencamp	25763
+Melly	25764
+Melanie	25765
+Melaleuca	25766
+Melvin	25767
+Melville	25768
+Melba	25769
+Melbourne	25770
+Melting	25771
+Melton	25772
+Metro	25773
+Metra	25774
+Metreon	25775
+Metal	25776
+Metairie	25777
+Method	25778
+Metheny	25779
+Methuen	25780
+Metzgers	25781
+Media	25782
+Medieval	25783
+Medifast	25784
+Medina	25785
+Medishare	25786
+Medium	25787
+Medal	25788
+Medawar	25789
+Medfield	25790
+Medford	25791
+Meade	25792
+Meadville	25793
+Meaningful	25794
+Means	25795
+Meagan	25796
+Meaghan	25797
+Meals	25798
+Meatballs	25799
+Messi	25800
+Message	25801
+Mesabi	25802
+Megan	25803
+Megabus	25804
+Megadeth	25805
+Megaforce	25806
+Megamind	25807
+Megatron	25808
+Mechanics	25809
+Mechanicville	25810
+Mecklenburg	25811
+Meconis	25812
+Mecosta	25813
+Meeka	25814
+Meeker	25815
+Meeks	25816
+MeetMe	25817
+Meeting	25818
+Meets	25819
+Mexia	25820
+Meijer	25821
+Meiji	25822
+Meinecke	25823
+Meineke	25824
+Membership	25825
+McCall	25826
+McCabe	25827
+McCain	25828
+McCauley	25829
+McCoy	25830
+McColl	25831
+McComb	25832
+McConnell	25833
+McChesney	25834
+McChicken	25835
+McChord	25836
+McCreery	25837
+McCulloch	25838
+McCullough	25839
+McKee	25840
+McKean	25841
+McKesson	25842
+McKinley	25843
+McKinsey	25844
+McKayla	25845
+McKay's	25846
+McKays	25847
+McGuckin	25848
+McGurk's	25849
+McGregor	25850
+McGee	25851
+McGehee	25852
+McGeorge	25853
+McGill	25854
+McGovern	25855
+McGowan	25856
+McDowell	25857
+McDaniel	25858
+McDade	25859
+McDavid	25860
+McDermott	25861
+McDevitt	25862
+McAlester	25863
+McAlpin	25864
+McAdams	25865
+McAdenville	25866
+McArdle	25867
+McArthur	25868
+McMuffin	25869
+McMullen	25870
+McMahon	25871
+McManus	25872
+McMaster	25873
+McMichael	25874
+McMillan	25875
+McMinnville	25876
+McNab	25877
+McNair	25878
+McNally	25879
+McNamara	25880
+McNeil	25881
+McNuggets	25882
+McLachlan	25883
+McLaughlin	25884
+McLean	25885
+McLennan	25886
+McLeod	25887
+McFadden	25888
+McFarland	25889
+McBrides	25890
+McRee	25891
+McReynolds	25892
+McHale's	25893
+McPhee	25894
+McPherson	25895
+Muncie	25896
+Muncy	25897
+Muniz	25898
+Munda	25899
+Mundelein	25900
+Mundy	25901
+Munster	25902
+Munson	25903
+Munfordville	25904
+Mungenast	25905
+Munger	25906
+Muskingum	25907
+Muskogee	25908
+Muscat	25909
+Muscle	25910
+Muscogee	25911
+Music	25912
+Musiq	25913
+Museum	25914
+Mushroomhead	25915
+Muslims	25916
+Murray	25917
+Murrieta	25918
+Murrysville	25919
+Murda	25920
+Murder	25921
+Murphy	25922
+Multi	25923
+Multnomah	25924
+Muldoon's	25925
+Mudder	25926
+Muddy	25927
+Myrtlewood	25928
+Mysterio	25929
+Mystery	25930
+Mystic	25931
+Mystikal	25932
+Myerstown	25933
+Myler	25934
+Myles	25935
+Brook	25936
+Brown	25937
+Broward	25938
+Brower	25939
+Browser	25940
+Bronco	25941
+Bronx	25942
+Brondes	25943
+Bronica	25944
+Bronner's	25945
+Bronson	25946
+Bronte	25947
+Broadcasting	25948
+Broadlands	25949
+Broadmoor	25950
+Broadstone	25951
+Broadview	25952
+Brock's	25953
+Brockett	25954
+Brockman	25955
+Brockport	25956
+Brocks	25957
+Brockton	25958
+Brockville	25959
+Brockway	25960
+Brodhead	25961
+Brodie	25962
+Brody	25963
+Broke	25964
+Brokaw	25965
+Brotherhood	25966
+Brothers	25967
+Brogan	25968
+Brogden	25969
+Broiler	25970
+Bromley	25971
+Brompton	25972
+Broughton	25973
+Broussard	25974
+Brand	25975
+Branch	25976
+Brant	25977
+Branbury	25978
+Branford	25979
+Branham	25980
+Branigan	25981
+Branson	25982
+Brady	25983
+Braden	25984
+Brad's	25985
+Bradbury	25986
+Braddock	25987
+Bradford	25988
+Bradington	25989
+Brave	25990
+Brava	25991
+Bravo	25992
+Brain	25993
+Braidwood	25994
+Braille	25995
+Brass	25996
+Brasa	25997
+Braselton	25998
+Braska	25999
+Brayden	26000
+Braylon	26001
+Brayton	26002
+Brazil	26003
+Bracebridge	26004
+Braman	26005
+Brambleton	26006
+Brampton	26007
+Bratz	26008
+Braemar	26009
+Braeswood	26010
+Braun	26011
+Brauer	26012
+Brawley	26013
+Braggs	26014
+Brahma	26015
+Brahms	26016
+Braxtons	26017
+Bridal	26018
+Bride	26019
+Bridford	26020
+Britt	26021
+Brita	26022
+Britney	26023
+Brite	26024
+British	26025
+Brits	26026
+Brian	26027
+Briar	26028
+Briggs	26029
+Brigitte	26030
+Brick	26031
+Bricco	26032
+Brice	26033
+Bring	26034
+Brinley	26035
+Brinson	26036
+Brisas	26037
+Brisbane	26038
+Briscoe	26039
+Brier	26040
+Brimfield	26041
+Brimhall	26042
+Brimley	26043
+Brixton	26044
+Brixx	26045
+Briley	26046
+Brillion	26047
+Brio's	26048
+Brent	26049
+Brenham	26050
+Brewer	26051
+Brewster	26052
+Brewbaker	26053
+Brewing	26054
+Brewton	26055
+Break	26056
+Bread	26057
+Breanna	26058
+Breast	26059
+Breathe	26060
+Breaux	26061
+Brees	26062
+Breen	26063
+Brett	26064
+Breton	26065
+Bretz	26066
+Breckenridge	26067
+Breckinridge	26068
+Brecksville	26069
+Bremer	26070
+Bremen	26071
+Breslin	26072
+Bresnan	26073
+Bressi	26074
+Bruno	26075
+Bruns	26076
+Brundage	26077
+Bruneel	26078
+Bruning	26079
+Brunner	26080
+Brunt	26081
+Bruce	26082
+Bruckner	26083
+Brush	26084
+Brusco's	26085
+Brussels	26086
+Brubaker	26087
+Brubeck	26088
+Bruegger's	26089
+Brueggers	26090
+Bruins	26091
+Bruton	26092
+Brutus	26093
+Bryant	26094
+Bryan's	26095
+Bryans	26096
+Bryce's	26097
+Bryner	26098
+Brysons	26099
+Barre	26100
+Barra	26101
+Barry	26102
+Barnum	26103
+Barnwell	26104
+Bartle	26105
+Barth	26106
+Barta	26107
+Bartram	26108
+Barts	26109
+Barber	26110
+Barb's	26111
+Barbra	26112
+Barbur	26113
+Barker	26114
+Barking	26115
+Barkley	26116
+Barksdale	26117
+Barclay	26118
+Barca	26119
+Barcelona	26120
+Bareburger	26121
+Barefoot	26122
+Bareilles	26123
+Barenaked	26124
+Baraboo	26125
+Barack	26126
+Baraga	26127
+Barataria	26128
+Barden	26129
+Bardstown	26130
+Barger	26131
+Bargain	26132
+Bariatric	26133
+Barlow	26134
+Barona	26135
+Barone	26136
+Barff	26137
+Barfield	26138
+Barstow	26139
+Bandera	26140
+Banda	26141
+Bandon	26142
+Banks	26143
+Banker	26144
+Bankhead	26145
+Banking	26146
+Banknorth	26147
+Bankruptcy	26148
+Bangalore	26149
+Bangerter	26150
+Bangkok	26151
+Bangladesh	26152
+Bangor	26153
+Bangz	26154
+Banco	26155
+BancFirst	26156
+Bancard	26157
+Bancroft	26158
+Bannock	26159
+Banner	26160
+Bannister	26161
+Banff	26162
+Banfield	26163
+Banshee	26164
+Bantam	26165
+Banton	26166
+Bally	26167
+Balls	26168
+Ballinger	26169
+Ballroom	26170
+Balltown	26171
+Baldy	26172
+Balmain	26173
+Balmoral	26174
+Balto	26175
+Balance	26176
+Balch	26177
+Balcones	26178
+Balise	26179
+Basel	26180
+Baseball	26181
+Basecamp	26182
+Basehor	26183
+Basement	26184
+Basic	26185
+Basia	26186
+Basie	26187
+Basin	26188
+Basket	26189
+Baskin	26190
+Bassett	26191
+Basshunter	26192
+Bassnectar	26193
+Basha	26194
+Bashford	26195
+Bastard	26196
+Bastille	26197
+Bastrop	26198
+Bascom	26199
+Battle	26200
+Battistelli	26201
+Bates	26202
+Bateman	26203
+Batman	26204
+Batmobile	26205
+Batchelor	26206
+Bathurst	26207
+Bayshore	26208
+Bayside	26209
+Baystate	26210
+Bayfair	26211
+Bayfield	26212
+Bayfront	26213
+Baywood	26214
+Bayboro	26215
+Baybrook	26216
+Bayers	26217
+Bayless	26218
+Baylor	26219
+Baymeadows	26220
+Baymont	26221
+Bayonne	26222
+Bayou	26223
+Baytown	26224
+Baytree	26225
+Bayview	26226
+Bayville	26227
+Bachelor	26228
+Bachman	26229
+Bacharach	26230
+Bachrodt	26231
+Backlick	26232
+Backpage	26233
+Backyardigans	26234
+Bacardi	26235
+Bacchus	26236
+Bacco	26237
+Baber	26238
+Babel	26239
+Baba's	26240
+Babas	26241
+Babies	26242
+Babin	26243
+Babson	26244
+Babylon	26245
+Baker	26246
+Baked	26247
+Bakehouse	26248
+Bakey	26249
+Baden	26250
+Bader	26251
+Badgers	26252
+Bagelry	26253
+Bagels	26254
+Bailey	26255
+Bainbridge	26256
+Bambi	26257
+Bamba	26258
+Bamberg	26259
+Bamboo	26260
+Bahamas	26261
+Baxters	26262
+Bella	26263
+Belle	26264
+Bello	26265
+Bell's	26266
+BellSouth	26267
+Bellbrook	26268
+Bellco	26269
+Bellport	26270
+Bells	26271
+Belltown	26272
+Bellville	26273
+Bellwood	26274
+Belly	26275
+Belton	26276
+Belterra	26277
+Beltline	26278
+Beltran	26279
+Beltsville	26280
+Beltway	26281
+Belfield	26282
+Belcher	26283
+Belcamp	26284
+Belcourt	26285
+Belinda	26286
+Believe	26287
+Belize	26288
+Belvedere	26289
+Belvoir	26290
+Belafonte	26291
+Belair	26292
+Belgrade	26293
+Belkin	26294
+Belknap	26295
+Belden	26296
+Belding	26297
+Belmar	26298
+Belmont	26299
+Beluga	26300
+Belushi	26301
+Berne	26302
+Bern's	26303
+Bernhardt	26304
+Bernstein	26305
+Berge	26306
+Bergan	26307
+Bergdorf	26308
+Berglund	26309
+Bergman	26310
+Bergstrom	26311
+Bert's	26312
+Berta	26313
+Bertera	26314
+Bertie	26315
+Berto	26316
+Berts	26317
+Bertucci's	26318
+Berks	26319
+Berkeley	26320
+Berkheimer	26321
+Berkley	26322
+Berkner	26323
+Berkowitz	26324
+Berry	26325
+Berea	26326
+Berenstain	26327
+Beres	26328
+Berman	26329
+Bermuda	26330
+Berwick	26331
+Berwyn	26332
+Benny	26333
+Benna	26334
+Benedict	26335
+Benelli	26336
+Benet	26337
+Beneva	26338
+Benson	26339
+Bensalem	26340
+Bensenville	26341
+Benicia	26342
+Benihana	26343
+Bentley	26344
+Benton	26345
+Benji	26346
+Benadryl	26347
+Benassi	26348
+Benatar	26349
+Bender	26350
+Bendix	26351
+Bengal	26352
+Benghazi	26353
+Benchley	26354
+Benchwarmers	26355
+Benzonia	26356
+Beatle	26357
+Beats	26358
+Beaty	26359
+Beatz	26360
+Bears	26361
+Bearno's	26362
+Beartooth	26363
+Beaufort	26364
+Beaumont	26365
+Beauregard	26366
+Beaver	26367
+Beavis	26368
+Beach	26369
+Beacon	26370
+Beans	26371
+Beanery	26372
+Beanie	26373
+Beantown	26374
+Beale	26375
+Bealls	26376
+Beals	26377
+Beaman	26378
+Beamer	26379
+Beast	26380
+Beasley	26381
+Beth's	26382
+Bethlehem	26383
+Bethpage	26384
+Beths	26385
+Bethune	26386
+Bette	26387
+Betty	26388
+Bettis	26389
+Betsy	26390
+Betsey	26391
+Beecher	26392
+Beechmont	26393
+Beechnut	26394
+Beethoven	26395
+Beetle	26396
+Beehive	26397
+Beehler	26398
+Beenie	26399
+Beerman	26400
+Becky	26401
+Beckham	26402
+Beckinsale	26403
+Beckley	26404
+Beckman	26405
+Becks	26406
+Beckwith	26407
+Becca's	26408
+Beccas	26409
+Bechtel	26410
+Bechtle	26411
+BestBuy	26412
+Besta	26413
+Bestway	26414
+Bessemer	26415
+Bessie	26416
+Behavioral	26417
+Behrman	26418
+Beverly's	26419
+Beyonce	26420
+Beyond	26421
+Beginnings	26422
+Begins	26423
+Bonne	26424
+Bonnie	26425
+Bonnyville	26426
+Bonamassa	26427
+Bonanza	26428
+Bonaparte	26429
+Bonaventure	26430
+Bondi	26431
+Bonds	26432
+Bondurant	26433
+Bonita	26434
+Bonefish	26435
+Bones	26436
+Bono's	26437
+Bonsack	26438
+Bonsall	26439
+Boone	26440
+Boondock	26441
+Boonsboro	26442
+Boonton	26443
+Boonville	26444
+Booth	26445
+Boots	26446
+Books	26447
+Booker	26448
+Bookmans	26449
+Boost	26450
+Boosie	26451
+Booga	26452
+Boogie	26453
+Boozer	26454
+Border	26455
+Borden	26456
+Bordeaux	26457
+Bordetella	26458
+Borgata	26459
+Borgman	26460
+Borgore	26461
+Borrego	26462
+Borriello	26463
+Borromeo	26464
+Borat	26465
+Borneo	26466
+Borough	26467
+Bortel	26468
+Borton	26469
+Bosco	26470
+Boscawen	26471
+Bosch	26472
+Bossa	26473
+Bosses	26474
+Bossier	26475
+Bosstones	26476
+Boston	26477
+Bostwick	26478
+Boswell	26479
+Bosworth	26480
+Bosak	26481
+Bosnian	26482
+Bowlin	26483
+Bowlarama	26484
+Bowles	26485
+Bowlmor	26486
+Bowls	26487
+Bower	26488
+Bowen	26489
+Bowes	26490
+Bowman's	26491
+Bowmanville	26492
+Bowden	26493
+Bowdoin	26494
+Bound	26495
+Bounce	26496
+Bourbon	26497
+Bourdain	26498
+Bourne	26499
+Bouchard	26500
+Boucher	26501
+Boudinot	26502
+Boudreau	26503
+Boughton	26504
+Boulder	26505
+Boulevard	26506
+Boyer	26507
+Boyette	26508
+Boyle	26509
+Boylan	26510
+Boylston	26511
+Boyd's	26512
+Boyds	26513
+Boyne	26514
+Boynton	26515
+Boyson	26516
+Bolin	26517
+Bolling	26518
+Bolles	26519
+Bollywood	26520
+Boldin	26521
+Bolton	26522
+Boltz	26523
+Bottom	26524
+Bottega	26525
+Botanic	26526
+Botany	26527
+Bobbi	26528
+Bobby	26529
+Bobo's	26530
+Bobos	26531
+Bobcats	26532
+Bodie	26533
+Bodine	26534
+Bogart	26535
+Bogalusa	26536
+Boggs	26537
+Boggy	26538
+Board	26539
+Boars	26540
+Boilermakers	26541
+Boiling	26542
+Boise	26543
+Boxee	26544
+Boxer	26545
+Bohemia	26546
+Boheme	26547
+Bombay	26548
+Bozard	26549
+Bozarth	26550
+Burns	26551
+Burnt	26552
+Burnaby	26553
+Burnham	26554
+Burgaw	26555
+Burgh	26556
+Burgundy	26557
+Burke	26558
+Burkburnett	26559
+Burks	26560
+Burroughs	26561
+Burrtec	26562
+Burton	26563
+Burt's	26564
+Burberry	26565
+Bureau	26566
+Buren	26567
+Buress	26568
+Burchfield	26569
+Burdette	26570
+Burdick	26571
+Buried	26572
+Burien	26573
+Burma	26574
+Burmese	26575
+Bursar's	26576
+Burst	26577
+Buckingham	26578
+Bucks	26579
+Bucky	26580
+Buckcherry	26581
+Buckman	26582
+Bucktown	26583
+Buchheit	26584
+Buccaneers	26585
+Bushnell	26586
+Bush's	26587
+Bushkill	26588
+Buster	26589
+Busta	26590
+Bustos	26591
+Busbee	26592
+Busboys	26593
+Busby	26594
+Busch	26595
+Buscemi's	26596
+Busken	26597
+Buskirk	26598
+Butte	26599
+Button	26600
+Butch's	26601
+Butcher	26602
+Bulldog	26603
+Bullet	26604
+Bullwinkle	26605
+Bullard	26606
+Bullhead	26607
+Bullitt	26608
+Bullock	26609
+Bulls	26610
+Bulluck	26611
+Bully	26612
+Bulgarian	26613
+Buddakan	26614
+Budden	26615
+Buddy	26616
+Budapest	26617
+Bunco	26618
+Bunch	26619
+Bunnell	26620
+Bunny	26621
+Bundle	26622
+Bundy	26623
+Bunker	26624
+Bunko	26625
+Bueller	26626
+Buellton	26627
+Bueno	26628
+Buena	26629
+Buehler's	26630
+Buffalo	26631
+Buffet	26632
+Buffington	26633
+Buffy	26634
+Bubba	26635
+Bubble	26636
+Buble's	26637
+Builder	26638
+Building	26639
+Bugaboo	26640
+Bugatti	26641
+Bugsy	26642
+Buzzards	26643
+Bumble	26644
+Bumbo	26645
+Black	26646
+Blacc	26647
+Blanc	26648
+Blank	26649
+Blanding	26650
+Blanton	26651
+Blair	26652
+Blakes	26653
+Blake's	26654
+Blakely	26655
+Blakeney	26656
+Blakey	26657
+Blaze	26658
+Blazing	26659
+Bladen	26660
+Blast	26661
+Bloom	26662
+Blood	26663
+Bloor	26664
+Blonde	26665
+Blondie	26666
+Blondo	26667
+Blowfish	26668
+Blowing	26669
+Blowout	26670
+Blockbuster	26671
+Blocker	26672
+Blossom	26673
+Blossman	26674
+Blountstown	26675
+Blountville	26676
+Bluefield	26677
+Bluemound	26678
+Bluenotes	26679
+Blues	26680
+Bluetooth	26681
+Bluffdale	26682
+Bluffs	26683
+Bluffton	26684
+Blend	26685
+Blenheim	26686
+Blessed	26687
+Bleach	26688
+Bleakley	26689
+Bleecker	26690
+Bleeding	26691
+Blind	26692
+Blink	26693
+Blinn	26694
+Blimpies	26695
+Blissfield	26696
+Blytheville	26697
+Blythewood	26698
+Billy	26699
+Bill's	26700
+Billabong	26701
+Billboard	26702
+Billerica	26703
+Bills	26704
+Biltmore	26705
+Biscuit	26706
+Biscayne	26707
+Bischoff	26708
+Biscoe	26709
+Bishop's	26710
+Bishopville	26711
+Bismarck	26712
+Bismol	26713
+Bissell	26714
+Bissonnet	26715
+Birds	26716
+Birdland	26717
+Birdman	26718
+Birdneck	26719
+Birchbox	26720
+Birchwood	26721
+Birkdale	26722
+Birkenstock	26723
+Birthday	26724
+Biggby	26725
+Biggie	26726
+Biggs	26727
+Bigfoot	26728
+Bigfork	26729
+Bigham	26730
+Bighorn	26731
+Bingham	26732
+Bingo	26733
+Binns	26734
+Binny's	26735
+Bianca	26736
+Bianchi	26737
+Bianco	26738
+Biaggi's	26739
+Biagio's	26740
+Biola	26741
+Biology	26742
+Bickford	26743
+Bicknell	26744
+Biddeford	26745
+Biddle	26746
+Biddy	26747
+Bieber's	26748
+Bitch	26749
+Bitcoin	26750
+Bibby	26751
+Bibles	26752
+Bikes	26753
+Byron's	26754
+Byerly's	26755
+Byers	26756
+barbie	26757
+barbs	26758
+barrows	26759
+bargain	26760
+barge	26761
+barnacle	26762
+barney	26763
+barns	26764
+barnyard	26765
+bartend	26766
+barter	26767
+bareback	26768
+bared	26769
+barefoot	26770
+barely	26771
+barista	26772
+bariatric	26773
+baritone	26774
+barium	26775
+barked	26776
+barking	26777
+barks	26778
+barley	26779
+barlows	26780
+baron	26781
+barfed	26782
+barfing	26783
+barfly	26784
+barcodes	26785
+bardmoor	26786
+backs	26787
+backorder	26788
+backtrack	26789
+backup	26790
+backyard	26791
+back's	26792
+back.	26793
+backache	26794
+backcountry	26795
+backhoe	26796
+backing	26797
+bachelor	26798
+bacha	26799
+bachi	26800
+bacteria	26801
+bactrim	26802
+bacons	26803
+band's	26804
+banded	26805
+bands	26806
+bandy	26807
+bangin	26808
+bangle	26809
+bangs	26810
+banker	26811
+bank's	26812
+bank.com	26813
+banking	26814
+banks	26815
+banning	26816
+banish	26817
+banister	26818
+bananas	26819
+banjos	26820
+banquets	26821
+banshee	26822
+banterra	26823
+based	26824
+baseline	26825
+bases	26826
+basic	26827
+basin	26828
+basil	26829
+basis	26830
+basket	26831
+bassoon	26832
+basswood	26833
+bashas	26834
+bashful	26835
+bashing	26836
+basta	26837
+baste	26838
+basting	26839
+basalt	26840
+balls	26841
+ball's	26842
+ballgame	26843
+ballpark	26844
+ballroom	26845
+ballz	26846
+balance	26847
+balancing	26848
+balconies	26849
+balcony	26850
+bales	26851
+balmy	26852
+balsamic	26853
+battalion	26854
+batting	26855
+batty	26856
+bathe	26857
+bathtub	26858
+bathhouse	26859
+bathing	26860
+baths	26861
+bathwater	26862
+batches	26863
+batshit	26864
+babys	26865
+baby's	26866
+baby.	26867
+babycakes	26868
+babydoll	26869
+babyface	26870
+babying	26871
+babe.	26872
+babelicious	26873
+babes	26874
+babied	26875
+babies	26876
+babadook	26877
+babble	26878
+babbling	26879
+baboon	26880
+badge	26881
+badging	26882
+badass	26883
+baggage	26884
+baggy	26885
+bagelicious	26886
+bagels	26887
+baker	26888
+bakes	26889
+baked	26890
+bailable	26891
+bailed	26892
+bailing	26893
+bailout	26894
+bails	26895
+baiting	26896
+baybay	26897
+bayberry	26898
+bayblade	26899
+bayonet	26900
+bayou	26901
+bamboo	26902
+baptismal	26903
+baptisms	26904
+baptize	26905
+baptizing	26906
+books	26907
+bookcase	26908
+booklet	26909
+bookmark	26910
+book.com	26911
+bookbag	26912
+booked	26913
+bookworm	26914
+bootleg	26915
+booth	26916
+booty	26917
+boots	26918
+boomer	26919
+boombox	26920
+booming	26921
+booms	26922
+boomtown	26923
+boost	26924
+boosie	26925
+booski	26926
+boobie	26927
+booble	26928
+booboo	26929
+boobs	26930
+booby	26931
+booger	26932
+boozin	26933
+booze	26934
+boozled	26935
+boondocks	26936
+boonies	26937
+boooo	26938
+bonehead	26939
+boner	26940
+boney	26941
+boned	26942
+bonefish	26943
+boneless	26944
+bones	26945
+bonds	26946
+bondage	26947
+bonded	26948
+bonding	26949
+bondo	26950
+bongos	26951
+bongs	26952
+bonnet	26953
+bonnie	26954
+bonny	26955
+bonanza	26956
+bonfires	26957
+boning	26958
+bonito	26959
+bonos	26960
+bonsai	26961
+bonuses	26962
+bound	26963
+boulder	26964
+boulevard	26965
+boutique	26966
+bouta	26967
+bouts	26968
+boudin	26969
+boudoir	26970
+boudro's	26971
+bouquets	26972
+boreal	26973
+bored	26974
+bores	26975
+borrowing	26976
+borrows	26977
+bordering	26978
+borderline	26979
+borders	26980
+borough	26981
+boron	26982
+borics	26983
+boring	26984
+borne	26985
+bottom	26986
+bother	26987
+botanicals	26988
+board	26989
+boars	26990
+boaters	26991
+boathouse	26992
+boating	26993
+boatload	26994
+boats	26995
+boatyard	26996
+boasting	26997
+bodyguard	26998
+body's	26999
+bodyplex	27000
+bodywork	27001
+bodily	27002
+bodacious	27003
+bodega	27004
+bombard	27005
+bombs	27006
+bomb.com	27007
+bombing	27008
+bowling	27009
+bowls	27010
+bowel	27011
+bowed	27012
+boldly	27013
+boldness	27014
+bolds	27015
+bolted	27016
+bolts	27017
+boli's	27018
+bolis	27019
+bolsa	27020
+bolster	27021
+bobbin	27022
+bobby	27023
+bobber	27024
+bobble	27025
+bogged	27026
+bogging	27027
+bogeys	27028
+boyfriend's	27029
+boyfriends	27030
+boycotting	27031
+boiling	27032
+boils	27033
+boisterous	27034
+boss's	27035
+bossa	27036
+bossing	27037
+bossy	27038
+boxer	27039
+boxed	27040
+boxes	27041
+boppers	27042
+brain	27043
+braid	27044
+braise	27045
+brand	27046
+branch	27047
+brann's	27048
+brace	27049
+bracket	27050
+brachtenbach	27051
+bracing	27052
+brave	27053
+braving	27054
+bravo	27055
+bradco	27056
+bradfordville	27057
+brads	27058
+brags	27059
+brake	27060
+braking	27061
+brash	27062
+brass	27063
+brats	27064
+bratty	27065
+bratwurst	27066
+brazen	27067
+brazilian	27068
+brawlers	27069
+brawls	27070
+braydens	27071
+braylin	27072
+break	27073
+bread	27074
+breath	27075
+breast	27076
+breach	27077
+breed	27078
+breech	27079
+brews	27080
+brewing	27081
+brewpub	27082
+brenda	27083
+brenengen	27084
+brennys	27085
+brent	27086
+breve	27087
+brevity	27088
+broad	27089
+broasted	27090
+brown	27091
+brows	27092
+brook	27093
+broom	27094
+brooch	27095
+brood	27096
+brotha	27097
+broken	27098
+broker	27099
+bronc	27100
+bronze	27101
+brochure	27102
+broccoli	27103
+brosef	27104
+broski	27105
+bromance	27106
+bromine	27107
+brought	27108
+broulims	27109
+bride	27110
+bridal	27111
+bridle	27112
+bright	27113
+brigade	27114
+bring	27115
+brine	27116
+brindle	27117
+brining	27118
+brink	27119
+brief	27120
+bribe	27121
+bribing	27122
+brickleberry	27123
+bricks	27124
+bricktops	27125
+brisk	27126
+brian	27127
+briar	27128
+brillo	27129
+britches	27130
+britney	27131
+brittle	27132
+brimstone	27133
+brush	27134
+bruschetta	27135
+brussel	27136
+bruise	27137
+bruising	27138
+brunette	27139
+brunch	27140
+brung	27141
+brunt	27142
+brutal	27143
+brute	27144
+burglar	27145
+burger	27146
+burgatory	27147
+burgundy	27148
+burnin	27149
+burnout	27150
+burns	27151
+burnt	27152
+burping	27153
+burps	27154
+burrito	27155
+burrows	27156
+burst	27157
+bursar	27158
+bursitis	27159
+bureaus	27160
+burlap	27161
+burlesque	27162
+burly	27163
+burdened	27164
+burdens	27165
+burial	27166
+burying	27167
+buttcrack	27168
+buttface	27169
+butting	27170
+buttload	27171
+butts	27172
+buttz	27173
+butcher	27174
+butlers	27175
+bulls	27176
+bullet	27177
+bullfrog	27178
+bully	27179
+bullcrap	27180
+bullhead	27181
+bullnose	27182
+bullpen	27183
+bulkhead	27184
+bulky	27185
+bulbs	27186
+bulge	27187
+bulging	27188
+bustin	27189
+bustle	27190
+busty	27191
+bushing	27192
+bushy	27193
+business	27194
+bussing	27195
+busyness	27196
+bundt	27197
+bunker	27198
+bunkhouse	27199
+bunkie	27200
+buncha	27201
+bungalow	27202
+bungee	27203
+bunghole	27204
+bunions	27205
+bunnies	27206
+bunny	27207
+bunting	27208
+bumpin	27209
+bumpkin	27210
+bumps	27211
+bumpy	27212
+bumming	27213
+bumblebee	27214
+buckle	27215
+buckling	27216
+bucket	27217
+bucked	27218
+buckshot	27219
+buckskin	27220
+buckwheat	27221
+buckwild	27222
+budge	27223
+budging	27224
+buddy	27225
+buildin	27226
+builder	27227
+builds	27228
+buildup	27229
+built-in	27230
+built:	27231
+bubba	27232
+bubby	27233
+buffer	27234
+buffet	27235
+buffed	27236
+buffalos	27237
+buggy	27238
+buyer's	27239
+buyers	27240
+buybacks	27241
+buzzed	27242
+buzzer	27243
+buzzing	27244
+buenas	27245
+buenos	27246
+beard	27247
+bearing	27248
+bear's	27249
+bearable	27250
+bearer	27251
+bears	27252
+beary	27253
+beatbox	27254
+beating	27255
+beatdown	27256
+beats	27257
+beach	27258
+beacon	27259
+beaner	27260
+beanie	27261
+beans	27262
+beastie	27263
+beastly	27264
+beasts	27265
+beamers	27266
+beaming	27267
+beams	27268
+beaded	27269
+beads	27270
+beagles	27271
+beaker	27272
+beavers	27273
+belle	27274
+bella	27275
+bells	27276
+belly	27277
+bellman	27278
+bellows	27279
+bellwether	27280
+belong	27281
+beloved	27282
+below	27283
+beltline	27284
+belts	27285
+belflex	27286
+belfountain	27287
+beneath	27288
+benedict	27289
+benevolent	27290
+bending	27291
+bends	27292
+benching	27293
+benchmark	27294
+bento	27295
+benign	27296
+benihanas	27297
+benzos	27298
+beeping	27299
+beeps	27300
+beetle	27301
+beets	27302
+beefing	27303
+beefs	27304
+beefy	27305
+beers	27306
+beeswax	27307
+better	27308
+betta	27309
+betting	27310
+betty	27311
+betrayal	27312
+betrayed	27313
+betraying	27314
+betrays	27315
+bedridden	27316
+bedside	27317
+bedspread	27318
+bedding	27319
+beddy	27320
+begins	27321
+beggin	27322
+beggars	27323
+begged	27324
+becky	27325
+becki	27326
+beckon	27327
+become	27328
+becoming	27329
+became	27330
+because	27331
+bestfriend	27332
+bestbuy.com	27333
+bestest	27334
+bestowed	27335
+beside	27336
+besitos	27337
+behalf	27338
+beholder	27339
+beret	27340
+bereavement	27341
+berries	27342
+berry	27343
+beforehand	27344
+befriended	27345
+beige	27346
+beigi	27347
+beings	27348
+beveled	27349
+beverages	27350
+beyond	27351
+beyotch	27352
+blood	27353
+bloom	27354
+bloop	27355
+bloons	27356
+blowin	27357
+blowjob	27358
+blowout	27359
+blown	27360
+blows	27361
+blockbuster	27362
+blocking	27363
+blocks	27364
+blonde	27365
+blondie	27366
+blogs	27367
+bloated	27368
+bloating	27369
+blossoming	27370
+blossoms	27371
+blotchy	27372
+blotter	27373
+blouses	27374
+blackmail	27375
+blackout	27376
+blacks	27377
+blackfriday.com	27378
+blacking	27379
+blackjack	27380
+blackness	27381
+blackwell	27382
+blank	27383
+bland	27384
+blast	27385
+blasdell	27386
+blase	27387
+blasphemy	27388
+blaze	27389
+blazin	27390
+blame	27391
+blaming	27392
+blade	27393
+bladder	27394
+blatantly	27395
+blues	27396
+blueprint	27397
+bluefin	27398
+bluetooth	27399
+blurb	27400
+blurted	27401
+blush	27402
+blustery	27403
+bluntly	27404
+blunts	27405
+bluntville	27406
+bluffing	27407
+bluffs	27408
+bleach	27409
+bleak	27410
+bleed	27411
+bleep	27412
+blending	27413
+blends	27414
+blessing	27415
+blemishes	27416
+blind	27417
+blink	27418
+bling	27419
+bliss	27420
+blizzards	27421
+biome	27422
+biology	27423
+biotech	27424
+biofire	27425
+biofuels	27426
+biopsies	27427
+biopsy	27428
+billboard	27429
+billable	27430
+billfold	27431
+bills	27432
+billy	27433
+bilaterally	27434
+bilingual	27435
+bility	27436
+births	27437
+birthing	27438
+birthmark	27439
+birthplace	27440
+birthright	27441
+birdie	27442
+bird's	27443
+birdcage	27444
+birdhouse	27445
+birds	27446
+birdy	27447
+birches	27448
+bitchin	27449
+bitchy	27450
+bitty	27451
+biter	27452
+bites	27453
+bitsy	27454
+binder	27455
+bindi	27456
+binds	27457
+bing.com	27458
+binge	27459
+bingo	27460
+binkies	27461
+binky	27462
+bishop	27463
+biscuit	27464
+biscotti	27465
+biggie	27466
+bigass	27467
+biker	27468
+biked	27469
+bikes	27470
+bikini	27471
+biking	27472
+bicycle	27473
+bicycling	27474
+biceps	27475
+bickering	27476
+bible	27477
+bidder	27478
+bidding	27479
+biased	27480
+bipod	27481
+bipolar	27482
+byesville	27483
+bypassed	27484
+bypassing	27485
+rested	27486
+restful	27487
+restless	27488
+rests	27489
+restyling	27490
+reset	27491
+resell	27492
+resection	27493
+resist	27494
+resign	27495
+resize	27496
+resin	27497
+respect	27498
+result	27499
+resubmit	27500
+resupply	27501
+resort	27502
+resource	27503
+resonate	27504
+rescind	27505
+recon	27506
+record	27507
+recommend	27508
+recover	27509
+recollect	27510
+recoil	27511
+recert	27512
+recess	27513
+recent	27514
+receding	27515
+recieve	27516
+recruit	27517
+rector	27518
+rectum	27519
+recluse	27520
+recycle	27521
+recyclable	27522
+recycling	27523
+recap	27524
+recumbent	27525
+recheck	27526
+reckon	27527
+reckless	27528
+replenish	27529
+reply	27530
+repos	27531
+repoed	27532
+repel	27533
+repent	27534
+repay	27535
+repack	27536
+republic	27537
+repurchase	27538
+reptile	27539
+reptilian	27540
+reales	27541
+really	27542
+realm	27543
+reals	27544
+realz	27545
+react	27546
+reach	27547
+reacquainted	27548
+reader	27549
+readable	27550
+readd	27551
+readjust	27552
+reads	27553
+ready	27554
+rearing	27555
+rears	27556
+rearview	27557
+reaper	27558
+reaping	27559
+reamed	27560
+reams	27561
+refund	27562
+refurb	27563
+refuge	27564
+refuel	27565
+refrain	27566
+refers	27567
+reflux	27568
+reform	27569
+refocus	27570
+relax	27571
+relay	27572
+relapse	27573
+relic	27574
+relinquish	27575
+relentless	27576
+reload	27577
+reluctant	27578
+reluctance	27579
+relying	27580
+retro	27581
+retreat	27582
+retry	27583
+retard	27584
+retina	27585
+returns	27586
+returnable	27587
+returned	27588
+returning	27589
+retest	27590
+retention	27591
+rethinking	27592
+retort	27593
+retouch	27594
+remodel	27595
+remote	27596
+remorse	27597
+remount	27598
+remain	27599
+remade	27600
+remanufactured	27601
+remastered	27602
+rematch	27603
+remiss	27604
+remix	27605
+remit	27606
+remnants	27607
+region	27608
+regime	27609
+regular	27610
+regard	27611
+regain	27612
+regal	27613
+reganis	27614
+regatta	27615
+regroup	27616
+regenerate	27617
+regeneration	27618
+reveal	27619
+revel	27620
+reveille	27621
+review	27622
+revoke	27623
+revocation	27624
+revamped	27625
+revamping	27626
+revved	27627
+revving	27628
+redeem	27629
+redemption	27630
+redesign	27631
+redeye	27632
+redirect	27633
+redial	27634
+rediculous	27635
+redid	27636
+redistribution	27637
+redneck	27638
+redners	27639
+redness	27640
+redoing	27641
+redone	27642
+redownload	27643
+redbud	27644
+redheaded	27645
+redheads	27646
+reddish	27647
+reddit	27648
+redstone	27649
+redtube.com	27650
+renew	27651
+renee	27652
+rental	27653
+rent.com	27654
+renting	27655
+rents	27656
+renown	27657
+renos	27658
+rendition	27659
+rename	27660
+renaissance	27661
+renal	27662
+reins	27663
+reindeer	27664
+reintroduce	27665
+reinvent	27666
+reimburse	27667
+reimbursing	27668
+reigning	27669
+reigns	27670
+reiterate	27671
+reiterating	27672
+reissued	27673
+rebound	27674
+reborn	27675
+rebuke	27676
+rebuttal	27677
+rebuy	27678
+rebel	27679
+rebecca	27680
+rebate	27681
+rebar	27682
+reelect	27683
+reeling	27684
+reels	27685
+reentry	27686
+reefer	27687
+reefs	27688
+reeds	27689
+reeks	27690
+reheat	27691
+rehab	27692
+rehash	27693
+rehireable	27694
+rehired	27695
+reward	27696
+rewash	27697
+rewrap	27698
+rewrote	27699
+rewind	27700
+reword	27701
+rework	27702
+rejected	27703
+rejects	27704
+rejoin	27705
+request	27706
+reorder	27707
+reopened	27708
+reopening	27709
+reopens	27710
+reunion	27711
+reuse	27712
+reusable	27713
+reroute	27714
+rerouting	27715
+rereading	27716
+reruns	27717
+rekeyed	27718
+range	27719
+ranging	27720
+ranch	27721
+rancid	27722
+random	27723
+randy	27724
+ranking	27725
+ranked	27726
+ranks	27727
+ranting	27728
+rants	27729
+ransomville	27730
+rainbow	27731
+raindrop	27732
+rainin	27733
+rains	27734
+raincoat	27735
+rained	27736
+rainwater	27737
+rainy	27738
+railing	27739
+railroad	27740
+rails	27741
+railway	27742
+raise	27743
+raisin	27744
+raided	27745
+raiding	27746
+raids	27747
+ratio	27748
+rating	27749
+ratified	27750
+ratted	27751
+rated	27752
+rateliff	27753
+rates	27754
+ratchets	27755
+racer	27756
+racecar	27757
+raced	27758
+racehorse	27759
+races	27760
+racetrack	27761
+raceway	27762
+rack.com	27763
+racking	27764
+racks	27765
+racial	27766
+racin	27767
+raccoons	27768
+racquetball	27769
+radio	27770
+radical	27771
+radish	27772
+radius	27773
+rambunctious	27774
+rampid	27775
+ramps	27776
+rammed	27777
+ramming	27778
+rapid	27779
+raping	27780
+rapist	27781
+rappin	27782
+raped	27783
+raper	27784
+rapes	27785
+ravioli	27786
+ravish	27787
+raven	27788
+raves	27789
+ravage	27790
+ravanelli's	27791
+ragged	27792
+raggard	27793
+ragging	27794
+ragstock	27795
+rafter	27796
+rafting	27797
+raffle	27798
+raspy	27799
+rascals	27800
+rashes	27801
+rarely	27802
+rarest	27803
+raring	27804
+rarity	27805
+rabbit	27806
+rabid	27807
+rabies	27808
+rally	27809
+rallies	27810
+raked	27811
+rakes	27812
+razors	27813
+roundabout	27814
+roundhouse	27815
+rounding	27816
+roundpoint	27817
+rounds	27818
+roundtable	27819
+roundup	27820
+route	27821
+roughing	27822
+roughly	27823
+roughness	27824
+rouses	27825
+roads	27826
+roadblock	27827
+roadway	27828
+roadkill	27829
+roadmap	27830
+roadrunner	27831
+roasting	27832
+roasts	27833
+roaches	27834
+roaming	27835
+roaring	27836
+roommate	27837
+rooms	27838
+roomy	27839
+roofer	27840
+rooftop	27841
+roofs	27842
+rooster	27843
+rooted	27844
+rooting	27845
+roots	27846
+rookie	27847
+robotic	27848
+robots	27849
+robert	27850
+robes	27851
+robin	27852
+robitussin	27853
+roburritos	27854
+robust	27855
+rotary	27856
+rotor	27857
+rototiller	27858
+rotini	27859
+rotisserie	27860
+rotting	27861
+rocks	27862
+rockin	27863
+rocky	27864
+rockabilly	27865
+rockfish	27866
+rockler	27867
+rockwells	27868
+rollin	27869
+rollaway	27870
+rollback	27871
+rollover	27872
+rolls	27873
+roleplay	27874
+roles	27875
+rolodex	27876
+rolos	27877
+rosebud	27878
+rosemary	27879
+roses	27880
+rosetta	27881
+rosewood	27882
+rosey	27883
+rosie	27884
+rosin	27885
+rosaries	27886
+rosary	27887
+rosters	27888
+roman	27889
+romaine	27890
+romeo	27891
+romex	27892
+rodent	27893
+rodeo	27894
+roped	27895
+ropers	27896
+ropes	27897
+rogers	27898
+royalties	27899
+royalty	27900
+ridic	27901
+ridin	27902
+riddle	27903
+riddance	27904
+ridden	27905
+rider	27906
+rideable	27907
+rides	27908
+ridges	27909
+ridgetop	27910
+righteous	27911
+rightful	27912
+right-hand	27913
+rightly	27914
+rights	27915
+righty	27916
+rigged	27917
+rigging	27918
+rigorous	27919
+ringer	27920
+rings	27921
+ringtone	27922
+ringback	27923
+ringing	27924
+ringworm	27925
+rinse	27926
+rinsing	27927
+rinds	27928
+rinks	27929
+richard	27930
+richly	27931
+ricky	27932
+ricochet	27933
+ricos	27934
+ricotta	27935
+river	27936
+rivet	27937
+rivalry	27938
+rivals	27939
+riser	27940
+risen	27941
+rises	27942
+risking	27943
+risks	27944
+risky	27945
+rippin	27946
+rifled	27947
+rifleman	27948
+rifles	27949
+riffic	27950
+riffs	27951
+ritalin	27952
+rites	27953
+rittenberg	27954
+rittiman	27955
+rituals	27956
+ribbon	27957
+ribbit	27958
+ribeyes	27959
+rimmed	27960
+rimming	27961
+riled	27962
+rillos	27963
+runnin	27964
+runny	27965
+runaround	27966
+runaway	27967
+runescape	27968
+rustle	27969
+rusty	27970
+rusted	27971
+rustic	27972
+rushin	27973
+russet	27974
+russian	27975
+rubble	27976
+rumba	27977
+rumbi	27978
+rumored	27979
+rumors	27980
+rummage	27981
+rummy	27982
+rudely	27983
+rudeness	27984
+rudest	27985
+ruler	27986
+ruled	27987
+rules	27988
+ruthless	27989
+ruffled	27990
+ruffles	27991
+ruptured	27992
+rheumatoid	27993
+rhetorical	27994
+rhyme	27995
+rhyming	27996
+rhythms	27997
+rhinoceros	27998
+rhinos	27999
+rhinestones	28000
+decor	28001
+decode	28002
+decompress	28003
+decoy	28004
+decongestant	28005
+decipher	28006
+decibel	28007
+decir	28008
+decade	28009
+decaf	28010
+decal	28011
+decanter	28012
+decapitated	28013
+decay	28014
+deceased	28015
+decking	28016
+decks	28017
+decree	28018
+decrepit	28019
+design	28020
+desist	28021
+despair	28022
+desensitized	28023
+desktop	28024
+desks	28025
+dessert	28026
+dessa	28027
+deliver	28028
+delight	28029
+deliberate	28030
+delias	28031
+delish	28032
+delity	28033
+delectable	28034
+delay	28035
+delusion	28036
+deluded	28037
+deluxe	28038
+dell.com	28039
+della	28040
+dellenbach	28041
+delta.com	28042
+defeat	28043
+defect	28044
+defer	28045
+defibrillator	28046
+defrost	28047
+defriend	28048
+default	28049
+defamation	28050
+defax	28051
+deflate	28052
+deflect	28053
+defying	28054
+deposit	28055
+deport	28056
+depot	28057
+department	28058
+departure	28059
+departed	28060
+departing	28061
+departs	28062
+dependable	28063
+depending	28064
+depends	28065
+deploy	28066
+depleted	28067
+depth	28068
+deputies	28069
+deputy	28070
+deale	28071
+dealbreaker	28072
+deals	28073
+dealt	28074
+dealy-o	28075
+deadhead	28076
+deadmau5	28077
+deacon	28078
+dearest	28079
+dearie	28080
+dearly	28081
+dears	28082
+deathbed	28083
+deathly	28084
+deathmatch	28085
+deaths	28086
+dean's	28087
+deanna	28088
+deans	28089
+deafening	28090
+devil	28091
+device	28092
+devin	28093
+devious	28094
+devise	28095
+devon	28096
+development	28097
+developing	28098
+develops	28099
+devastate	28100
+deter	28101
+detect	28102
+detention	28103
+detach	28104
+detour	28105
+detox	28106
+detrimental	28107
+demon	28108
+demographic	28109
+demos	28110
+demoted	28111
+demanded	28112
+demanding	28113
+demands	28114
+dentist	28115
+denture	28116
+dental	28117
+dented	28118
+dents	28119
+denial	28120
+denim	28121
+denise	28122
+denomination	28123
+denominator	28124
+dense	28125
+density	28126
+denying	28127
+debauchery	28128
+debit	28129
+debilitating	28130
+debrief	28131
+debris	28132
+debbie	28133
+debby	28134
+debts	28135
+debug	28136
+debut	28137
+derma	28138
+derail	28139
+deranged	28140
+deregister	28141
+derek	28142
+derivative	28143
+derived	28144
+deepthroat	28145
+deeply	28146
+deeds	28147
+deemed	28148
+deers	28149
+deducted	28150
+dedicate	28151
+degenerous	28152
+dehydrate	28153
+dehydration	28154
+dehydrator	28155
+dehumidifiers	28156
+dejected	28157
+dejeuner	28158
+disco	28159
+discus	28160
+discern	28161
+discard	28162
+discs	28163
+disturb	28164
+distemper	28165
+disagree	28166
+disadvantage	28167
+disalvo's	28168
+dispatch	28169
+disprove	28170
+disrupt	28171
+dish.com	28172
+dishing	28173
+dismiss	28174
+dismount	28175
+disown	28176
+disinfect	28177
+disease	28178
+disengage	28179
+disbelief	28180
+disbursement	28181
+disks	28182
+disqualified	28183
+disqualify	28184
+diagonal	28185
+diagram	28186
+dialog	28187
+dialing	28188
+dials	28189
+dialysis	28190
+diabolical	28191
+diamond	28192
+diameter	28193
+diaper	28194
+diaphragm	28195
+diaries	28196
+diarrhea	28197
+diary	28198
+diana	28199
+diane	28200
+diver	28201
+dives	28202
+division	28203
+diva's	28204
+divan	28205
+divas	28206
+divorce	28207
+divorcing	28208
+dickhead	28209
+dickface	28210
+dicking	28211
+dickory	28212
+dicks	28213
+diction	28214
+diced	28215
+dices	28216
+dicey	28217
+direct	28218
+dirt.com	28219
+dirtbag	28220
+dirty	28221
+digger	28222
+diggy	28223
+digit	28224
+digis	28225
+digested	28226
+dignity	28227
+dingbat	28228
+dingleberry	28229
+dingo	28230
+dings	28231
+dingus	28232
+dingy	28233
+diner	28234
+dined	28235
+dinner's	28236
+dinner.	28237
+dinners	28238
+dinos	28239
+dilaudid	28240
+dilemma	28241
+diley	28242
+diligent	28243
+diligence	28244
+dillonvale	28245
+dilly	28246
+dildos	28247
+diluted	28248
+differs	28249
+diffuse	28250
+diffusion	28251
+difficulties	28252
+difficulty	28253
+dietary	28254
+dieter	28255
+diets	28256
+diesel	28257
+dimension	28258
+dimes	28259
+dimetapp	28260
+diminished	28261
+diminishing	28262
+dimmers	28263
+dimples	28264
+diplomat	28265
+diplomacy	28266
+diplomas	28267
+dippin	28268
+dipshit	28269
+dipstick	28270
+diddy	28271
+didn't	28272
+didnt	28273
+ditching	28274
+dizziness	28275
+dizzle	28276
+dizzy	28277
+dibella's	28278
+diberville	28279
+downs	28280
+downfall	28281
+downhill	28282
+downing	28283
+downward	28284
+downy	28285
+donate	28286
+done.	28287
+doner	28288
+dones	28289
+dongle	28290
+dongs	28291
+donna	28292
+donnies	28293
+donuts	28294
+don'ts	28295
+donkeys	28296
+donors	28297
+doors	28298
+doorway	28299
+door's	28300
+doorknob	28301
+doornail	28302
+doodle	28303
+doodoo	28304
+doomed	28305
+doomsday	28306
+doobie	28307
+dooby	28308
+domicile	28309
+domes	28310
+domains	28311
+doctor	28312
+doctrine	28313
+documented	28314
+documenting	28315
+documents	28316
+docks	28317
+docking	28318
+doubt	28319
+dough	28320
+dougie	28321
+douchebag	28322
+douches	28323
+doggy	28324
+doggone	28325
+dogfight	28326
+dogfish	28327
+dolla	28328
+dolled	28329
+dollhouse	28330
+dollies	28331
+dolls	28332
+dolly	28333
+dolphins	28334
+dormant	28335
+dormer	28336
+dormitory	28337
+dorms	28338
+dorks	28339
+dorky	28340
+dodge	28341
+dodging	28342
+dosage	28343
+doses	28344
+doped	28345
+dopey	28346
+dozen	28347
+dozed	28348
+dozer	28349
+doings	28350
+drive	28351
+drivin	28352
+drivable	28353
+drinker	28354
+drinkin	28355
+drinkable	28356
+drinks	28357
+drinky	28358
+drifting	28359
+driftwood	28360
+drips	28361
+drilling	28362
+drills	28363
+drizzle	28364
+drizzling	28365
+drizzly	28366
+dried	28367
+drier	28368
+dries	28369
+dribble	28370
+dribbling	28371
+drawer	28372
+drawing	28373
+drawl	28374
+drawn	28375
+draws	28376
+dragon	28377
+drags	28378
+drainage	28379
+draining	28380
+drains	28381
+dramatic	28382
+dramas	28383
+draped	28384
+drapes	28385
+drafted	28386
+drafting	28387
+drafts	28388
+drastically	28389
+dream	28390
+dread	28391
+dreary	28392
+dressing	28393
+dressage	28394
+dressy	28395
+drop-down	28396
+dropbox	28397
+dropkick	28398
+drops	28399
+drown	28400
+drool	28401
+droopy	28402
+droids	28403
+drones	28404
+drugs	28405
+drugz	28406
+drums	28407
+drumline	28408
+drunkard	28409
+drunks	28410
+drunky	28411
+drywaller	28412
+dryers	28413
+dance	28414
+dancin	28415
+danger	28416
+dandruff	28417
+dandy	28418
+daniel	28419
+danish	28420
+danas	28421
+danke	28422
+danni	28423
+danny	28424
+danse	28425
+darks	28426
+darkness	28427
+dared	28428
+dares	28429
+darlin	28430
+darlenes	28431
+darndest	28432
+darned	28433
+dartboard	28434
+darts	28435
+daring	28436
+damned	28437
+damnation	28438
+damndest	28439
+damnit	28440
+damage	28441
+damaging	28442
+damper	28443
+damsel	28444
+damson	28445
+daydreaming	28446
+daydreams	28447
+daycares	28448
+daylights	28449
+date:	28450
+dated	28451
+datehookup	28452
+dater	28453
+dates	28454
+database	28455
+daddy	28456
+daily	28457
+dailies	28458
+daisies	28459
+daisy	28460
+dallas	28461
+dally	28462
+dales	28463
+dashboard	28464
+dashing	28465
+daughter's	28466
+daughter-in-law	28467
+daughters	28468
+dawned	28469
+dawning	28470
+dawns	28471
+dawgwww	28472
+dazzle	28473
+dazzling	28474
+dazed	28475
+daggers	28476
+davenport	28477
+dumplin	28478
+dumps	28479
+dumping	28480
+dumbass	28481
+dumbbell	28482
+dummies	28483
+dummy	28484
+dunkin	28485
+dunkelbergers	28486
+dunks	28487
+dunes	28488
+dungeons	28489
+duplex	28490
+duped	28491
+duper	28492
+ducked	28493
+duckling	28494
+ducks	28495
+ducky	28496
+ducted	28497
+ducts	28498
+ductwork	28499
+dustin	28500
+dustpan	28501
+dustrial	28502
+dusty	28503
+dusky	28504
+duration	28505
+dude's	28506
+duder	28507
+dudes	28508
+dueling	28509
+duels	28510
+duets	28511
+dubba	28512
+dubbed	28513
+dubstep	28514
+dutchmans	28515
+duty:	28516
+duality	28517
+dually	28518
+dynasty	28519
+dynomite	28520
+dysfunctional	28521
+dyslexia	28522
+dyslexic	28523
+dwelling	28524
+antifreeze	28525
+antihistamine	28526
+antiperspirant	28527
+antisocial	28528
+antivirus	28529
+antenna	28530
+antebellum	28531
+antelope	28532
+anterior	28533
+antes	28534
+anthem	28535
+antacid	28536
+antlers	28537
+antsy	28538
+annoy	28539
+annotated	28540
+annual	28541
+annulment	28542
+annum	28543
+annunciate	28544
+annie	28545
+annalisa	28546
+annas	28547
+annex	28548
+angel	28549
+anger	28550
+angle	28551
+angling	28552
+angie	28553
+angina	28554
+angry	28555
+analog	28556
+anally	28557
+anything	28558
+anytime	28559
+anyway	28560
+anywhere	28561
+anyone's	28562
+anyones	28563
+anybody's	28564
+anyhoo	28565
+anyhow	28566
+andre	28567
+andro	28568
+anime	28569
+animosity	28570
+anonymous	28571
+anonymity	28572
+anointed	28573
+anointing	28574
+anorexia	28575
+anorexic	28576
+another's	28577
+anchor	28578
+anchovies	28579
+ancestor	28580
+ancestry	28581
+anesthetic	28582
+anemia	28583
+anemic	28584
+answered	28585
+answering	28586
+answers	28587
+anxieties	28588
+anxiety	28589
+anxiously	28590
+alley	28591
+allen	28592
+alleviate	28593
+allow	28594
+alloy	28595
+allie	28596
+alliance	28597
+alligator	28598
+allison	28599
+alliteration	28600
+allusion	28601
+allure	28602
+alluvial	28603
+all-purpose	28604
+all-time	28605
+allspice	28606
+allsups	28607
+alteration	28608
+altered	28609
+altering	28610
+alters	28611
+altamesa	28612
+altar	28613
+altogether	28614
+alignment	28615
+aligned	28616
+aligning	28617
+alienate	28618
+aliens	28619
+alias	28620
+alibis	28621
+alice	28622
+alicia	28623
+alikes	28624
+alerted	28625
+alerting	28626
+alerts	28627
+alexandria	28628
+alexis	28629
+aleck	28630
+along	28631
+alone	28632
+alarm.com	28633
+alarmed	28634
+alarming	28635
+alarms	28636
+albanos	28637
+albasha	28638
+albatross	28639
+album	28640
+albuterol	28641
+albeit	28642
+albert	28643
+alcohol	28644
+alcove	28645
+alchemist	28646
+alchemy	28647
+alphabet	28648
+alpacas	28649
+almond	28650
+almost	28651
+algorithms	28652
+alrighty	28653
+account	28654
+accord	28655
+accolades	28656
+access	28657
+accept	28658
+accelera	28659
+accent	28660
+accidental	28661
+accidently	28662
+accidents	28663
+accrue	28664
+acclimate	28665
+acclaim	28666
+actin	28667
+action	28668
+actual	28669
+actors	28670
+actresses	28671
+aching	28672
+aches	28673
+achey	28674
+acronym	28675
+across	28676
+acreage	28677
+acres	28678
+acrylics	28679
+academy	28680
+acapella	28681
+acapulcos	28682
+acquisition	28683
+acquaintance	28684
+acquainted	28685
+acetaminophen	28686
+acetone	28687
+acetylene	28688
+acknowledged	28689
+acknowledgement	28690
+acknowledges	28691
+acoustical	28692
+acoustics	28693
+acorns	28694
+acupuncture	28695
+acupuncturist	28696
+advent	28697
+advil	28698
+advice	28699
+advantage	28700
+advocacy	28701
+addict	28702
+adding	28703
+added	28704
+addendum	28705
+adderall	28706
+address:	28707
+addressing	28708
+addys	28709
+admins	28710
+admire	28711
+admiring	28712
+admits	28713
+admissions	28714
+adore	28715
+adoring	28716
+adorn	28717
+adopted	28718
+adolphs	28719
+adobe	28720
+adobo	28721
+adjust	28722
+adjudication	28723
+adjunct	28724
+adjectives	28725
+adjoining	28726
+adjourned	28727
+adaptation	28728
+adamant	28729
+adam4adam	28730
+adequately	28731
+adrian	28732
+adriatico's	28733
+adrenaline	28734
+artis	28735
+artillery	28736
+artesian	28737
+arthritic	28738
+arthritis	28739
+artsy	28740
+arraignment	28741
+array	28742
+arris	28743
+arrest	28744
+arrears	28745
+arrow	28746
+archaeology	28747
+archway	28748
+arcade	28749
+arcane	28750
+armor	28751
+armoire	28752
+armour	28753
+armadillo	28754
+armament	28755
+armature	28756
+armpits	28757
+arise	28758
+arising	28759
+aristocrat	28760
+ariana	28761
+arias	28762
+arigatos	28763
+argue	28764
+argument	28765
+arguably	28766
+arguing	28767
+around	28768
+aromas	28769
+aromatherapy	28770
+arbiter	28771
+arborist	28772
+arbors	28773
+arena	28774
+aren't	28775
+arent	28776
+area:	28777
+areas	28778
+asses	28779
+assert	28780
+asset	28781
+assed	28782
+assist	28783
+assign	28784
+assassin	28785
+assault	28786
+asshole	28787
+asshat	28788
+asterisk	28789
+asteroid	28790
+astound	28791
+asthmatic	28792
+aspirin	28793
+aspire	28794
+aspect	28795
+aspen	28796
+asparagus	28797
+aspartame	28798
+ashley	28799
+ashlynn	28800
+ashtrays	28801
+asked	28802
+asker	28803
+askew	28804
+asking	28805
+ascend	28806
+ascension	28807
+ascent	28808
+asap.com	28809
+apprised	28810
+appellation	28811
+apple	28812
+apply	28813
+appointment	28814
+appointed	28815
+appts	28816
+apologetic	28817
+apology	28818
+apostle	28819
+apostolic	28820
+apostrophe	28821
+apoco	28822
+apartment	28823
+apathetic	28824
+apathy	28825
+apeshit	28826
+apricots	28827
+aprons	28828
+ambit	28829
+ambien	28830
+ambiance	28831
+ambidextrous	28832
+ambiguous	28833
+ambivalent	28834
+ambush	28835
+ambassadors	28836
+ambers	28837
+ameriforce	28838
+ameripawn	28839
+ameristaff	28840
+amend	28841
+amenable	28842
+amenities	28843
+amaze	28844
+amazing	28845
+amazon	28846
+amaretto	28847
+amarin	28848
+amaryllis	28849
+amateur	28850
+amante	28851
+amanda	28852
+ampla	28853
+ample	28854
+amputee	28855
+amped	28856
+amphetamines	28857
+amorcito	28858
+amore	28859
+amorous	28860
+amortization	28861
+amongst	28862
+amounts	28863
+amici	28864
+amicable	28865
+amigo	28866
+amiga	28867
+amusement	28868
+amused	28869
+amuses	28870
+amnesia	28871
+amnesty	28872
+autos	28873
+autograph	28874
+auto-parts	28875
+auto.com	28876
+autofit	28877
+autoimmune	28878
+autonomy	28879
+autozone	28880
+author	28881
+authentic	28882
+autumn's	28883
+autumns	28884
+autism	28885
+autistic	28886
+audit	28887
+audio	28888
+audible	28889
+audience	28890
+auctioneer	28891
+auctioned	28892
+aunties	28893
+augmentation	28894
+augmentin	28895
+aural	28896
+austerity	28897
+austin	28898
+absence	28899
+absent	28900
+abstain	28901
+abstract	28902
+abscessed	28903
+abortion	28904
+aborted	28905
+about	28906
+abound	28907
+abolished	28908
+abominable	28909
+abomination	28910
+abuse	28911
+abundant	28912
+abundance	28913
+abuela	28914
+abuelos	28915
+abracadabra	28916
+abruptly	28917
+abandoned	28918
+abandoning	28919
+abandonment	28920
+aback	28921
+abacus	28922
+abbreviate	28923
+abbreviation	28924
+abilify	28925
+abide	28926
+abiding	28927
+abdomen	28928
+abdominal	28929
+abducted	28930
+abduction	28931
+abnormalities	28932
+abnormally	28933
+attempt	28934
+attest	28935
+attain	28936
+attract	28937
+attic	28938
+attitude	28939
+attire	28940
+attorney's	28941
+attorneys	28942
+att.com	28943
+att.net	28944
+athlete	28945
+athletic	28946
+atheists	28947
+atomic	28948
+atoms	28949
+atrocious	28950
+atria	28951
+atrium	28952
+airbrush	28953
+airbag	28954
+airless	28955
+airfare	28956
+airfield	28957
+airflow	28958
+airforce	28959
+airport	28960
+airshow	28961
+airsoft	28962
+airspeed	28963
+aircard	28964
+aircon	28965
+aircraft	28966
+airtex	28967
+airway	28968
+airwaves	28969
+aireco	28970
+aired	28971
+airheads	28972
+aided	28973
+aiden	28974
+aides	28975
+ailments	28976
+affidavit	28977
+affinity	28978
+affected	28979
+affects	28980
+affordable	28981
+afforded	28982
+affording	28983
+affairs	28984
+afflicted	28985
+affliction	28986
+afters	28987
+afternoon	28988
+afterall	28989
+aftercare	28990
+afterglow	28991
+afterlife	28992
+afterparty	28993
+afterthought	28994
+afroman	28995
+aggregate	28996
+aggravate	28997
+agenda	28998
+agent	28999
+agreement	29000
+agreed	29001
+agreeing	29002
+agrees	29003
+agricultural	29004
+agriculture	29005
+against	29006
+agaves	29007
+agitate	29008
+agitation	29009
+agitator	29010
+agile	29011
+agility	29012
+agonizing	29013
+agony	29014
+award	29015
+aware	29016
+awaken	29017
+awaited	29018
+awaiting	29019
+awaits	29020
+away.	29021
+aways	29022
+awesome.	29023
+awesomely	29024
+awesomeness	29025
+awesomer	29026
+awesomest	29027
+awkwardly	29028
+awkwardness	29029
+awnings	29030
+aversion	29031
+averted	29032
+avery	29033
+avenue	29034
+avenge	29035
+avenita	29036
+avantis	29037
+avatars	29038
+aviary	29039
+avoidance	29040
+avoided	29041
+avoiding	29042
+avoids	29043
+avocados	29044
+axels	29045
+aerobic	29046
+aerials	29047
+aquariums	29048
+aquatics	29049
+ahhhh	29050
+trans	29051
+tranquil	29052
+trance	29053
+trail	29054
+train	29055
+trait	29056
+track	29057
+tract	29058
+trace	29059
+tracfone	29060
+tracing	29061
+tracy	29062
+trade	29063
+trave	29064
+travis	29065
+tramp	29066
+trama	29067
+tramway	29068
+traps	29069
+traffic's	29070
+traffic.	29071
+trafficking	29072
+traffics	29073
+tragic	29074
+trashed	29075
+trashing	29076
+trashy	29077
+trays	29078
+trick	29079
+trice	29080
+tricia	29081
+tricot	29082
+tricycle	29083
+triple	29084
+tripod	29085
+trips	29086
+trial	29087
+triad	29088
+triage	29089
+triathlon	29090
+trigger	29091
+triglycerides	29092
+trigonometry	29093
+trigreen	29094
+trigs	29095
+trimester	29096
+trims	29097
+tribe	29098
+tribal	29099
+trifecta	29100
+trish	29101
+tri-state	29102
+trill	29103
+trilogy	29104
+trinket	29105
+trina	29106
+trivia	29107
+trivago	29108
+tried	29109
+tries	29110
+trios	29111
+treat	29112
+tread	29113
+treacherous	29114
+trend	29115
+trench	29116
+trees	29117
+treetop	29118
+treehouse	29119
+treeline	29120
+trespass	29121
+trestle	29122
+tremendous	29123
+tremors	29124
+treks	29125
+trust	29126
+truss	29127
+truck	29128
+truce	29129
+truthful	29130
+truths	29131
+truecar.com	29132
+truer	29133
+truest	29134
+trumpet	29135
+trumps	29136
+trunk	29137
+trundle	29138
+truffles	29139
+truliant	29140
+truly	29141
+trouser	29142
+trough	29143
+trout	29144
+tropic	29145
+trolling	29146
+trolls	29147
+trooper	29148
+troops	29149
+trombino's	29150
+trombone	29151
+trotters	29152
+trying	29153
+tryouts	29154
+terror	29155
+terra	29156
+terry	29157
+terms	29158
+terabyte	29159
+teraz	29160
+teriyaki	29161
+tendon	29162
+tending	29163
+tends	29164
+tenth	29165
+tents	29166
+tension	29167
+tense	29168
+tenet	29169
+tener	29170
+tenors	29171
+tenure	29172
+tenuta's	29173
+telehealth	29174
+telethon	29175
+teller	29176
+tellin	29177
+tells	29178
+telly	29179
+teladoc	29180
+telahealth	29181
+telugu	29182
+telus	29183
+tease	29184
+teasin	29185
+teaspoon	29186
+teach	29187
+teacup	29188
+teammate	29189
+teams	29190
+team's	29191
+teamed	29192
+teaming	29193
+teamwork	29194
+teardrop	29195
+teared	29196
+tearing	29197
+tears	29198
+teary	29199
+teaka	29200
+teakwood	29201
+temper	29202
+tempest	29203
+temptation	29204
+tempted	29205
+tempting	29206
+temptress	29207
+template	29208
+temple	29209
+testa	29210
+testosterone	29211
+tests	29212
+testy	29213
+teenage	29214
+teenie	29215
+teens	29216
+teener	29217
+teeny	29218
+teeter	29219
+teeth	29220
+teeheehee	29221
+techno	29222
+techna	29223
+texture	29224
+textbook	29225
+textfree	29226
+textplus	29227
+texts	29228
+tethered	29229
+tethering	29230
+teddys	29231
+tangle	29232
+tango	29233
+tangible	29234
+tangy	29235
+tankless	29236
+tanks	29237
+tanning	29238
+tandoor	29239
+tandem	29240
+tandy	29241
+tantalizing	29242
+talk.com	29243
+talkative	29244
+talks	29245
+talky	29246
+talent	29247
+tales	29248
+tallies	29249
+tally	29250
+tarde	29251
+tardiness	29252
+tards	29253
+tardy	29254
+target.com	29255
+targeted	29256
+targeting	29257
+targets	29258
+tarts	29259
+tarpon	29260
+tarps	29261
+tarantula	29262
+tarnished	29263
+taste	29264
+tasty	29265
+tasker	29266
+tasking	29267
+tasks	29268
+tassels	29269
+tacked	29270
+tacks	29271
+tacky	29272
+tactful	29273
+tacos	29274
+tailor	29275
+taillight	29276
+tailbone	29277
+tailed	29278
+tailpipe	29279
+tails	29280
+taint	29281
+taina	29282
+taker	29283
+takeaway	29284
+takedown	29285
+takee	29286
+taken	29287
+takes	29288
+takin	29289
+takis	29290
+tamale	29291
+tamaflu	29292
+tamper	29293
+tampon	29294
+tamed	29295
+tamer	29296
+tambien	29297
+tambourine	29298
+taper	29299
+tapes	29300
+taped	29301
+tapeworm	29302
+tapas	29303
+tapatios	29304
+taping	29305
+tapioca	29306
+tapped	29307
+tapping	29308
+tables	29309
+tablet	29310
+tablecloth	29311
+tabbies	29312
+tabby	29313
+taboo	29314
+tabouli	29315
+tattoo	29316
+tattle	29317
+tater	29318
+tates	29319
+taxicab	29320
+taxiing	29321
+taxing	29322
+taxis	29323
+taxable	29324
+taxation	29325
+taxed	29326
+taxes	29327
+taxpayers	29328
+tagged	29329
+tagging	29330
+tags:	29331
+taunting	29332
+taquitos	29333
+torta	29334
+tortilla	29335
+tortoise	29336
+tortellini	29337
+tornado	29338
+torrent	29339
+torrid	29340
+tormented	29341
+tormenting	29342
+torches	29343
+toritos	29344
+torsion	29345
+torso	29346
+touch	29347
+toucans	29348
+tours	29349
+toughness	29350
+tooth	29351
+toots	29352
+tooling	29353
+toolkit	29354
+tools	29355
+toons	29356
+toooo	29357
+tonight	29358
+tonic	29359
+toning	29360
+tonite	29361
+toner	29362
+toned	29363
+tones	29364
+tonsil	29365
+tongue	29366
+tongs	29367
+towner	29368
+towns	29369
+town's	29370
+tower	29371
+towel	29372
+towed	29373
+towards	29374
+tomato	29375
+tomahawk	29376
+tombstone	29377
+tomboy	29378
+tomorrow's	29379
+tomorrow.	29380
+tomorrows	29381
+tommys	29382
+topping	29383
+topic	29384
+topia	29385
+topless	29386
+topline	29387
+topsoil	29388
+totaled	29389
+totaling	29390
+totals	29391
+totem	29392
+toten	29393
+totes	29394
+tolerable	29395
+toll-free	29396
+tollgate	29397
+tolls	29398
+tollway	29399
+today	29400
+toddler	29401
+toddies	29402
+toddy	29403
+toasting	29404
+toasty	29405
+toads	29406
+togetherness	29407
+togethers	29408
+toxic	29409
+toxin	29410
+toenails	29411
+toilets	29412
+tossed	29413
+tossing	29414
+tosh.o	29415
+tobyGames	29416
+tocaria	29417
+tokens	29418
+there	29419
+thers	29420
+theary	29421
+theme	29422
+theyre	29423
+thesaurus	29424
+these	29425
+thesis	29426
+theirs	29427
+thence	29428
+throw	29429
+throat	29430
+throb	29431
+through	29432
+throes	29433
+throne	29434
+throttle	29435
+three	29436
+threshold	29437
+threw	29438
+thrill	29439
+thrift	29440
+thrice	29441
+think	29442
+thing	29443
+thins	29444
+thine	29445
+third	29446
+thirst	29447
+thickness	29448
+this'll	29449
+this.com	29450
+this:	29451
+thistle	29452
+thief	29453
+thighs	29454
+thank	29455
+thang	29456
+that:	29457
+thats	29458
+thawed	29459
+thawing	29460
+though	29461
+thousand	29462
+thorn	29463
+thorough	29464
+thongs	29465
+thunder	29466
+thunk	29467
+thumb	29468
+thump	29469
+thugs	29470
+thursdays	29471
+times	29472
+timecard	29473
+timeout	29474
+timer	29475
+time's	29476
+time.com	29477
+time:	29478
+timed	29479
+timeframe	29480
+timetable	29481
+timewise	29482
+timey	29483
+timberland	29484
+timbers	29485
+timing	29486
+timid	29487
+timmys	29488
+tinker	29489
+tinkle	29490
+tinted	29491
+tinting	29492
+tinsel	29493
+ticking	29494
+ticks	29495
+tightly	29496
+tightness	29497
+tightrope	29498
+tights	29499
+tighty	29500
+tigerDirect	29501
+tigerdirect.com	29502
+tigers	29503
+title:	29504
+titlebucks	29505
+titled	29506
+titles	29507
+titted	29508
+titties	29509
+titty	29510
+titanfall	29511
+titanium	29512
+tiled	29513
+tiles	29514
+tiller	29515
+tilted	29516
+tipping	29517
+tippy	29518
+tipsy	29519
+tired	29520
+tires	29521
+tirely	29522
+tireman	29523
+tirade	29524
+tiramisu	29525
+tidbits	29526
+tides	29527
+tidying	29528
+tiered	29529
+tierra	29530
+tiffany	29531
+tiffs	29532
+tiffy	29533
+tional	29534
+tions	29535
+tissues	29536
+turnt	29537
+turnkey	29538
+turnpike	29539
+turns	29540
+turny	29541
+turbine	29542
+turbo	29543
+turban	29544
+turbulence	29545
+turtleneck	29546
+turtles	29547
+turds	29548
+turducken	29549
+turkeys	29550
+turmeric	29551
+turmoil	29552
+turrets	29553
+tuner	29554
+tunechi	29555
+tuned	29556
+tunes	29557
+tuneup	29558
+tunex	29559
+tunic	29560
+tuning	29561
+tunnels	29562
+tube.com	29563
+tube8	29564
+tuberculosis	29565
+tubes	29566
+tubal	29567
+tubbing	29568
+tubby	29569
+tumble	29570
+tumbling	29571
+tumblr	29572
+tumors	29573
+tutored	29574
+tutors	29575
+tutti	29576
+tutto	29577
+tutus	29578
+tucked	29579
+tuckered	29580
+tuxedo	29581
+tuxes	29582
+twink	29583
+twine	29584
+twins	29585
+twisting	29586
+twists	29587
+twisty	29588
+twitch	29589
+twitter	29590
+twiddle	29591
+twiddling	29592
+twigs	29593
+twirling	29594
+tweet	29595
+tween	29596
+tweed	29597
+tweezers	29598
+tweaking	29599
+tweaks	29600
+twenty	29601
+twenties	29602
+twerkin	29603
+two-day	29604
+two-point	29605
+two-story	29606
+two-thirds	29607
+two-year	29608
+type:	29609
+typed	29610
+typer	29611
+types	29612
+typewriter	29613
+typical	29614
+typing	29615
+typist	29616
+typhoid	29617
+typhoon	29618
+typos	29619
+mania	29620
+manic	29621
+manikin	29622
+manila	29623
+manatee	29624
+manana	29625
+manual	29626
+manure	29627
+manuscript	29628
+manda	29629
+mando	29630
+manderbach	29631
+mandingo	29632
+mandy	29633
+mango	29634
+mange	29635
+manga	29636
+mangia	29637
+mangled	29638
+mangrove	29639
+manna	29640
+manning	29641
+mannys	29642
+mansion	29643
+manscaping	29644
+manslaughter	29645
+maneuver	29646
+manhandled	29647
+manhunt	29648
+mantel	29649
+mantis	29650
+mantle	29651
+mantra	29652
+mancan	29653
+mancino's	29654
+manor	29655
+mario	29656
+marie	29657
+marigold	29658
+marijuana	29659
+mariscos	29660
+marking	29661
+marks	29662
+markdown	29663
+markup	29664
+marty	29665
+martha	29666
+margin	29667
+marry	29668
+marrow	29669
+marsh	29670
+marsala	29671
+marathon	29672
+maracas	29673
+maraschino	29674
+maravilla	29675
+march	29676
+marcus	29677
+mareo	29678
+mares	29679
+marvel	29680
+marvin	29681
+marbles	29682
+marlenes	29683
+marlin	29684
+marys	29685
+mastria	29686
+masse	29687
+massive	29688
+mashita	29689
+mashup	29690
+mason	29691
+masochist	29692
+mascara	29693
+mascot	29694
+masked	29695
+masking	29696
+masks	29697
+masala	29698
+matte	29699
+mattress	29700
+matthew	29701
+mattis	29702
+matts	29703
+matchup	29704
+match.com	29705
+matchbox	29706
+matching	29707
+mater	29708
+mates	29709
+mature	29710
+matick	29711
+mation	29712
+matrix	29713
+matron	29714
+magnolia	29715
+magnum	29716
+magic	29717
+magistrate	29718
+magination	29719
+maggot	29720
+maggie	29721
+magazines	29722
+mail.	29723
+mailbox	29724
+mailing	29725
+mailman	29726
+mailroom	29727
+mails	29728
+mailtime	29729
+mains	29730
+mainframe	29731
+maiden	29732
+maids	29733
+machete	29734
+macho	29735
+mackerel	29736
+macklind	29737
+macular	29738
+malachite	29739
+malignant	29740
+mallards	29741
+mallet	29742
+malls	29743
+malfunctioning	29744
+malfunctions	29745
+males	29746
+malted	29747
+maddie	29748
+madea's	29749
+madisons	29750
+mamma	29751
+mama's	29752
+mamacita	29753
+mamas	29754
+mamita	29755
+maker	29756
+makes	29757
+make-up	29758
+makeup	29759
+making	29760
+mayor	29761
+mayonnaise	29762
+maybe's	29763
+maxing	29764
+majored	29765
+majorly	29766
+majors	29767
+majestic	29768
+majesty	29769
+maples	29770
+mapped	29771
+mapping	29772
+mahalia	29773
+mazes	29774
+motor	29775
+motocross	29776
+motos	29777
+motoworld	29778
+mother	29779
+mothballs	29780
+motion	29781
+motif	29782
+motel	29783
+monologue	29784
+monocle	29785
+monorail	29786
+monoxide	29787
+money	29788
+monitor	29789
+monica	29790
+monies	29791
+monique	29792
+monsoon	29793
+month	29794
+montage	29795
+montoursville	29796
+monkey	29797
+monks	29798
+monarch	29799
+monastery	29800
+mondo	29801
+monumental	29802
+monuments	29803
+monger	29804
+mongoloid	29805
+mortgage	29806
+mortuary	29807
+moral	29808
+moraine	29809
+moratorium	29810
+mornin	29811
+morena	29812
+moreover	29813
+morongo	29814
+morons	29815
+morbidly	29816
+morphine	29817
+morries	29818
+morrow	29819
+morsels	29820
+model	29821
+modes	29822
+modem	29823
+modify	29824
+module	29825
+modded	29826
+modding	29827
+mount	29828
+mound	29829
+mouthful	29830
+mouthguard	29831
+mouthing	29832
+mouthpiece	29833
+mouths	29834
+mouthwash	29835
+mouthy	29836
+mouse	29837
+mousse	29838
+moustache	29839
+mourning	29840
+moles	29841
+molehill	29842
+molding	29843
+molded	29844
+molds	29845
+moldy	29846
+molar	29847
+molasses	29848
+mollys	29849
+moons	29850
+moonlight	29851
+moonroof	29852
+moonwalk	29853
+moocher	29854
+moodiness	29855
+moods	29856
+moody	29857
+mooring	29858
+moorland	29859
+mooses	29860
+moment	29861
+momma	29862
+mommy	29863
+mommies	29864
+movement	29865
+mover	29866
+moved	29867
+moves	29868
+movie	29869
+movin	29870
+movable	29871
+movado	29872
+mocking	29873
+mocks	29874
+mockup	29875
+moccasins	29876
+mocha	29877
+mochi	29878
+mocospace	29879
+mostly	29880
+mosquito	29881
+mosque	29882
+mossy	29883
+mobile	29884
+mobility	29885
+mobster	29886
+mobbed	29887
+mobbin	29888
+moped	29889
+mopey	29890
+mopped	29891
+mopping	29892
+moaning	29893
+moans	29894
+mower	29895
+mowed	29896
+mojitos	29897
+mojos	29898
+missus	29899
+missy	29900
+misty	29901
+mister	29902
+misting	29903
+mistletoe	29904
+mistook	29905
+miscellaneous	29906
+miscue	29907
+misinterpret	29908
+miserab	29909
+misery	29910
+misfortune	29911
+misuse	29912
+misdemeanor	29913
+mislead	29914
+misled	29915
+misplace	29916
+misprint	29917
+misbehave	29918
+misbehaving	29919
+mishaps	29920
+mismatched	29921
+misread	29922
+misrepresented	29923
+minis	29924
+miniature	29925
+minion	29926
+minivan	29927
+mining	29928
+mindful	29929
+minds	29930
+mind's	29931
+minding	29932
+mindless	29933
+mindys	29934
+miner	29935
+mines	29936
+mine's	29937
+minecraft	29938
+miney	29939
+minute	29940
+minus	29941
+minora	29942
+minors	29943
+mings	29944
+mint.com	29945
+mints	29946
+minty	29947
+minced	29948
+mincemeat	29949
+minnow	29950
+minnesotaburns	29951
+minstrel	29952
+milli	29953
+mills	29954
+miles	29955
+mileage	29956
+milena	29957
+milepost	29958
+miler	29959
+miley	29960
+milks	29961
+milking	29962
+milkman	29963
+milky	29964
+milia	29965
+milios	29966
+mildew	29967
+mildly	29968
+milds	29969
+milfs	29970
+micros	29971
+microchip	29972
+microphone	29973
+microbiology	29974
+microdermabrasion	29975
+micromanage	29976
+micron	29977
+michael	29978
+micah	29979
+mickey	29980
+micki	29981
+mid-afternoon	29982
+mid-january	29983
+mid-morning	29984
+midway	29985
+midweek	29986
+middle	29987
+midday	29988
+midst	29989
+midsection	29990
+midterm	29991
+midtown	29992
+midgets	29993
+midnights	29994
+mitten	29995
+mitthoeffer	29996
+mitts	29997
+miter	29998
+mites	29999
+mitigate	30000
+mitigation	30001
+migraine	30002
+might've	30003
+mighta	30004
+mighty	30005
+mirage	30006
+miralax	30007
+miramont	30008
+miranda	30009
+mirrored	30010
+mirrors	30011
+mixer	30012
+mixed	30013
+mixes	30014
+mixtape	30015
+mixture	30016
+mimic	30017
+mimosas	30018
+mikeys	30019
+medic	30020
+media	30021
+medium	30022
+medi-cal	30023
+medieval	30024
+medilodge	30025
+medallion	30026
+medals	30027
+medley	30028
+medlink	30029
+metal	30030
+metamorphosis	30031
+metate	30032
+methylone	30033
+metro	30034
+metric	30035
+meteor	30036
+meter	30037
+merch	30038
+mercantil	30039
+mercury	30040
+mercy	30041
+merica	30042
+meridian	30043
+merit	30044
+meringue	30045
+merge	30046
+merging	30047
+merry	30048
+merely	30049
+mermaids	30050
+mention	30051
+mentor	30052
+mental	30053
+menteur	30054
+menthol	30055
+ments	30056
+mending	30057
+mendler	30058
+menage	30059
+menstrual	30060
+menswear	30061
+menudo	30062
+menus	30063
+meningitis	30064
+meniscus	30065
+menopause	30066
+menorah	30067
+meander	30068
+meant	30069
+mean:	30070
+meanness	30071
+means	30072
+meanwhile	30073
+meatball	30074
+meathead	30075
+meatloaf	30076
+meats	30077
+meaty	30078
+meadows	30079
+meals	30080
+memoir	30081
+memos	30082
+member	30083
+membrane	30084
+memento	30085
+memes	30086
+messin	30087
+messy	30088
+mesmerize	30089
+mesmerizing	30090
+melon	30091
+meltdown	30092
+melted	30093
+melting	30094
+melts	30095
+melatonin	30096
+mellowed	30097
+megan	30098
+mechanic	30099
+mechanism	30100
+meeting	30101
+meets	30102
+mexicana	30103
+music	30104
+musinex	30105
+musta	30106
+must've	30107
+muster	30108
+mustn't	30109
+musty	30110
+musket	30111
+muskrat	30112
+musky	30113
+mushroom	30114
+mushy	30115
+muscle	30116
+muscular	30117
+museum	30118
+mussels	30119
+multi-player	30120
+multigrain	30121
+multinational	30122
+mullet	30123
+mules	30124
+muncher	30125
+munchkin	30126
+municipal	30127
+munitions	30128
+mundane	30129
+mundo	30130
+murdering	30131
+murders	30132
+murals	30133
+mutton	30134
+mutts	30135
+mutant	30136
+mutation	30137
+muted	30138
+mutually	30139
+mucho	30140
+much.	30141
+muchas	30142
+muchly	30143
+mumbo	30144
+mummies	30145
+mummy	30146
+muggin	30147
+mugged	30148
+muggy	30149
+mugshots	30150
+mugsy's	30151
+muffler	30152
+muffled	30153
+muffins	30154
+mudding	30155
+muddy	30156
+muzzleloader	30157
+muzzleloading	30158
+myspace.com	30159
+mythical	30160
+mythology	30161
+myrtles	30162
+mccon	30163
+mccools	30164
+Allen	30165
+Alley	30166
+Allis	30167
+Allie	30168
+Alligator	30169
+Allina	30170
+Allston	30171
+Allycia	30172
+Allyson	30173
+Allah	30174
+Allan	30175
+Allred	30176
+Allroad	30177
+Albee	30178
+Albemarle	30179
+Alban	30180
+Alba's	30181
+Albia	30182
+Albion	30183
+Albrecht	30184
+Albright	30185
+Album	30186
+Albuquerque	30187
+Alexa	30188
+Alexi	30189
+Alex's	30190
+Alexys	30191
+Alejandro	30192
+Alejandra	30193
+Alero	30194
+Alert	30195
+Alerus	30196
+Alena	30197
+Alene	30198
+Alamo	30199
+Alamance	30200
+Alameda	30201
+Alamitos	30202
+Alana	30203
+Alan's	30204
+Alanis	30205
+Alanna	30206
+Alano	30207
+Alans	30208
+Alabama	30209
+Alabaster	30210
+Aladdin's	30211
+Alaskan	30212
+Alisa	30213
+Aliso	30214
+Alise	30215
+Alisha	30216
+Alissa	30217
+Alistair	30218
+Alice	30219
+Alicia	30220
+Alien	30221
+Aliexpress	30222
+Aliante	30223
+Alina's	30224
+Alive	30225
+Alivia	30226
+Altadena	30227
+Altana	30228
+Altavista	30229
+Altobelli	30230
+Alton	30231
+Altoona	30232
+Altos	30233
+Alter	30234
+Altex	30235
+Alder	30236
+Aldean	30237
+Alden	30238
+Aldi's	30239
+Aldine	30240
+Aldis	30241
+Aldo's	30242
+Aldrich	30243
+Aldridge	30244
+Alcohol	30245
+Alcoa	30246
+Alcorn	30247
+Alcott	30248
+Alcovy	30249
+Alcatel	30250
+Alcatraz	30251
+Alfonso	30252
+Alford	30253
+Alfredo	30254
+Alfano's	30255
+Algoma	30256
+Algood	30257
+Algeria	30258
+Almaden	30259
+Almanac	30260
+Almost	30261
+Alondra	30262
+Alonso	30263
+Alonzo	30264
+Alpha	30265
+Alphonsus	30266
+Alpena	30267
+Alpert	30268
+Alside	30269
+Alsina	30270
+Alsip	30271
+Alyssa's	30272
+Alkaline	30273
+Andre	30274
+Andrae	30275
+Anders	30276
+Andel	30277
+Andes	30278
+Andolini's	30279
+Andorra	30280
+Andover	30281
+Andaz	30282
+Andiamo	30283
+Andina	30284
+Andy's	30285
+Andys	30286
+Antique	30287
+AntiVirus	30288
+Antietam	30289
+Antioch	30290
+Anton	30291
+Antoine	30292
+Anthony	30293
+Anthem	30294
+Anthropologie	30295
+Antebellum	30296
+Antelope	30297
+Antwerpen	30298
+Antwoord	30299
+Angel	30300
+Anger	30301
+Angie's	30302
+Angier	30303
+Angies	30304
+Angle	30305
+Anglican	30306
+Anglo	30307
+Annabel	30308
+Anna's	30309
+Annalise	30310
+Annamarie	30311
+Annandale	30312
+Annapolis	30313
+Anne's	30314
+Anneke	30315
+Annemarie	30316
+Annes	30317
+Annette	30318
+Annex	30319
+Annie	30320
+Annika	30321
+Anniston	30322
+Anniversary	30323
+Annual	30324
+Annunciation	30325
+Anacapa	30326
+Anastasia	30327
+Anasazi	30328
+Anatole	30329
+Anatomy	30330
+Animal	30331
+Animaniacs	30332
+Animas	30333
+Anish	30334
+Anissa	30335
+Aniston	30336
+Anita's	30337
+Anchorage	30338
+Ancient	30339
+Ancira	30340
+Anselmo	30341
+Ansonia	30342
+Answers	30343
+Ankama	30344
+Ankan	30345
+Arman	30346
+Armada	30347
+Armor	30348
+Armour	30349
+Armen	30350
+Armed	30351
+Armin	30352
+Armistead	30353
+Armitage	30354
+Army's	30355
+Archangel	30356
+Archer	30357
+Archstone	30358
+Archuleta	30359
+Arcanum	30360
+Arcata	30361
+Arcola	30362
+Arcos	30363
+Arian	30364
+Ariel	30365
+Aries	30366
+Arista	30367
+Arizona	30368
+Arizmendi	30369
+Arabi	30370
+Arabella	30371
+Arabs	30372
+Aranda	30373
+Aransas	30374
+Aramark	30375
+Aramingo	30376
+Arapahoe	30377
+Artemis	30378
+Arthur's	30379
+Arthurs	30380
+Articles	30381
+Artie	30382
+Artist	30383
+Arturo's	30384
+Argos	30385
+Argentina	30386
+Argentine	30387
+Argentinian	30388
+Arrow	30389
+Arroyo	30390
+Arriba	30391
+Arrigo	30392
+Arrington	30393
+Arrangements	30394
+ArrayList	30395
+Arrendale	30396
+Arrested	30397
+Arbor	30398
+Arbogast	30399
+Arbonne	30400
+Arby's	30401
+Arbys	30402
+Arnold	30403
+Arnot	30404
+Arnel	30405
+Arnett	30406
+Arnies	30407
+Arlen	30408
+Arleta	30409
+Arkadelphia	30410
+Arkansas	30411
+Arville	30412
+Arvin	30413
+Arundel	30414
+Ameren	30415
+Amery	30416
+Amelia's	30417
+Amendment	30418
+Amesbury	30419
+Amanda	30420
+Amana	30421
+Amari	30422
+Amara	30423
+Amargosa	30424
+Amazon	30425
+Amazing	30426
+Amadeus	30427
+Amador	30428
+Amato's	30429
+Amity	30430
+Amite	30431
+Amicalola	30432
+Amiga	30433
+Amigos	30434
+Amina	30435
+Amira	30436
+Amber's	30437
+Amberly	30438
+Ambridge	30439
+Ambien	30440
+Ambit	30441
+Amstar	30442
+Amsterdam	30443
+Ashlan	30444
+Ashlyn	30445
+Ashbrook	30446
+Ashby	30447
+Asheboro	30448
+Asher	30449
+Asheville	30450
+Ashton	30451
+Ashtabula	30452
+Ashwaubenon	30453
+Ashanti	30454
+Ashcraft	30455
+Ashcroft	30456
+Ashmont	30457
+Ashmore	30458
+Assessor	30459
+Asset	30460
+Assisi	30461
+Assassin's	30462
+Assassins	30463
+Assumption	30464
+Assurant	30465
+Astro	30466
+Astra	30467
+Astor	30468
+Aston	30469
+Asiana	30470
+Asians	30471
+Asante	30472
+Asanti	30473
+Aspen	30474
+Aspergers	30475
+Aspinwall	30476
+Aspirus	30477
+Askim	30478
+Asking	30479
+Advent	30480
+Advertising	30481
+Advil	30482
+Advance	30483
+AdvoCare	30484
+Adela	30485
+Adele	30486
+Adelphi	30487
+Adelyn	30488
+Adena	30489
+Adams	30490
+Adam's	30491
+Adamo	30492
+Adairsville	30493
+Addis	30494
+Addie	30495
+Addington	30496
+Adrian	30497
+Adriatic	30498
+Adolf	30499
+Adolphus	30500
+Adoption	30501
+Administrator	30502
+Admirals	30503
+Admiralty	30504
+Autosport	30505
+AutoFair	30506
+AutoNation	30507
+AutoServ	30508
+AutoWorld	30509
+AutoZone	30510
+Autodesk	30511
+Autohaus	30512
+Autoplex	30513
+Autotrader	30514
+Autozone	30515
+Authority	30516
+Authorization	30517
+Auditor	30518
+Audio	30519
+Audie	30520
+Audix	30521
+Audrey	30522
+Audra	30523
+Audrina	30524
+Austin	30525
+Augusta	30526
+Augustine	30527
+Augie's	30528
+Aubrey	30529
+Aubree's	30530
+Auburn	30531
+Aubuchon	30532
+Auntie's	30533
+Apple	30534
+Appraisal	30535
+Appeals	30536
+Appetit	30537
+Apostle	30538
+Apostol	30539
+Apocalypse	30540
+Apocalyptica	30541
+Apollo's	30542
+Apalachee	30543
+Apalachicola	30544
+Apartments	30545
+April's	30546
+Aprils	30547
+Accent	30548
+Acceptance	30549
+Access	30550
+Account	30551
+Accokeek	30552
+Accord	30553
+AccuWeather	30554
+Action	30555
+Acton	30556
+Actors	30557
+Acadia	30558
+Acklands	30559
+Ackerman	30560
+Acres	30561
+Acrobat	30562
+Acropolis	30563
+Achieva	30564
+Achievement	30565
+Attic	30566
+Attila	30567
+Attack	30568
+Attalla	30569
+Attorney's	30570
+Attorneys	30571
+Atherton	30572
+Athletic	30573
+Athleta	30574
+Atlas	30575
+Atascadero	30576
+Atwoods	30577
+Airbender	30578
+Airbnb	30579
+Airborne	30580
+Airbus	30581
+Airport	30582
+Airpark	30583
+Airplane	30584
+Airway	30585
+Airwalk	30586
+Airwaves	30587
+Aires	30588
+Airfield	30589
+Airforce	30590
+Airlines	30591
+Aidan	30592
+Aiden's	30593
+Aidens	30594
+Abbott	30595
+Abbotsford	30596
+Abby's	30597
+Abbys	30598
+Abbas	30599
+Abbeville	30600
+Abbey	30601
+Aberdeen	30602
+Abernathy	30603
+Abel's	30604
+Abels	30605
+Abigail's	30606
+Abingdon	30607
+Abington	30608
+Abraham	30609
+Abram	30610
+Avent	30611
+Avenue	30612
+Avenel	30613
+Avenida	30614
+Avera	30615
+Avery	30616
+Averitt	30617
+Avianca	30618
+Aviara	30619
+Aviation	30620
+Avista	30621
+Aviva	30622
+Avante	30623
+Avanti	30624
+Avalanche	30625
+Avalon	30626
+Agreement	30627
+Agrestic	30628
+Against	30629
+Agent	30630
+Aguilera	30631
+Aguilar	30632
+Agosta	30633
+Agostino	30634
+Africa	30635
+Afrin	30636
+Afrojack	30637
+Aeroplan	30638
+Aztecas	30639
+Aquatic	30640
+Aquatech	30641
+Aquarium	30642
+Aquarius	30643
+Award	30644
+Awareness	30645
+Awanas	30646
+Parks	30647
+Parkchester	30648
+Parkdale	30649
+Parkhill	30650
+Parkman	30651
+ParaNorman	30652
+Paraiso	30653
+Party	30654
+Partners	30655
+Parties	30656
+Parton	30657
+Partridge	30658
+Parts	30659
+Parral	30660
+Parrot	30661
+Parry	30662
+Parma	30663
+Parenthood	30664
+Parents	30665
+Paris	30666
+Parian	30667
+Parliament	30668
+Parlier	30669
+Parlin	30670
+Parcel	30671
+Pardee	30672
+Pardons	30673
+Parnassus	30674
+Parnell	30675
+Parole	30676
+Parowan	30677
+Parsippany	30678
+Parsons	30679
+Palma	30680
+Palmdale	30681
+Palmira	30682
+Palms	30683
+Palmyra	30684
+Palafox	30685
+Palais	30686
+Palazzo	30687
+Palermo	30688
+Palenque	30689
+Paleo	30690
+Paley	30691
+Palos	30692
+Palio	30693
+Palin	30694
+Palisades	30695
+Paltrow	30696
+Paltz	30697
+Palumbo's	30698
+Patti	30699
+Patty	30700
+Patton	30701
+Patagonia	30702
+Patapsco	30703
+Pataskala	30704
+Patel	30705
+Paterson	30706
+Pathfinder	30707
+Pathmark	30708
+Patsy	30709
+Patchogue	30710
+Patil	30711
+Patio	30712
+Panther	30713
+Pantops	30714
+Pantry	30715
+Pants	30716
+Panama	30717
+Pancake	30718
+Pancho	30719
+Pandora	30720
+Panda	30721
+Panera's	30722
+Paneras	30723
+Pangea	30724
+Pangilinan	30725
+Panguitch	30726
+Panola	30727
+Panorama	30728
+Pacific	30729
+Pacino	30730
+Pacha	30731
+Paco's	30732
+Pacoima	30733
+Pacers	30734
+Paces	30735
+Passion	30736
+Passover	30737
+Passport	30738
+Password	30739
+Passyunk	30740
+Pasco	30741
+Pasta	30742
+Pasteur	30743
+Pastor	30744
+Pasquale's	30745
+Pasquotank	30746
+Pauls	30747
+Paula	30748
+Paulo	30749
+Paul's	30750
+Paulding	30751
+Paulette	30752
+Pauly	30753
+Pappa	30754
+Pappy	30755
+Papa's	30756
+Papago	30757
+Papalote	30758
+Papas	30759
+Paper	30760
+Papillion	30761
+Papillon	30762
+Payne's	30763
+Paynesville	30764
+Paychex	30765
+Paycom	30766
+Paint	30767
+Paine	30768
+Paige's	30769
+Paisley's	30770
+Padres	30771
+Pampa	30772
+Pamela's	30773
+Pawleys	30774
+Pawling	30775
+Pawnee	30776
+Pageland	30777
+Pages	30778
+Pablo's	30779
+Pablos	30780
+Pakistani	30781
+Paola	30782
+Paoli	30783
+Paolo	30784
+Pavilion	30785
+Pavillion	30786
+Penny	30787
+Penns	30788
+Penney	30789
+Penn's	30790
+PennDOT	30791
+Penndel	30792
+Pennfield	30793
+Pennington	30794
+Pennock	30795
+Pennzoil	30796
+Penticton	30797
+Pentucket	30798
+Pentwater	30799
+Penacook	30800
+Penang	30801
+Penasquitos	30802
+Pender	30803
+Pendleton	30804
+Pensacola	30805
+Penske	30806
+Penelec	30807
+Penelope	30808
+Penguins	30809
+Peninsula	30810
+Penitentiary	30811
+Penrod	30812
+Penrose	30813
+Penzeys	30814
+Penzone	30815
+Perri	30816
+Perry	30817
+Person	30818
+Persia	30819
+Pershing	30820
+Perfect	30821
+Perfumania	30822
+Pericos	30823
+Perimeter	30824
+Perinton	30825
+Perkasie	30826
+Perks	30827
+Permanente	30828
+Percy	30829
+Perce	30830
+Pereira	30831
+Perez	30832
+Peruvian	30833
+Peruzzi	30834
+Perdido	30835
+Perdue	30836
+Perla	30837
+Perlman	30838
+Peter	30839
+Pete's	30840
+Petes	30841
+Petey	30842
+Petri	30843
+Petro	30844
+Petra	30845
+Petty	30846
+Petsmart	30847
+Pearl	30848
+Pearce	30849
+Pearisburg	30850
+Pearman	30851
+Peach	30852
+Peace	30853
+Peabody	30854
+Peaks	30855
+Pepper	30856
+Peppa	30857
+Peppinos	30858
+Peppo	30859
+Pepe's	30860
+Pepsi's	30861
+Pella	30862
+Pellissippi	30863
+Pelon	30864
+Pelosi	30865
+Pedic	30866
+Pedro's	30867
+Pedros	30868
+Peet's	30869
+Peets	30870
+Pecanland	30871
+Pecos	30872
+People's	30873
+Peoples	30874
+Peggy's	30875
+Pekingese	30876
+Pescador	30877
+Pesci	30878
+Porte	30879
+Porto	30880
+Portman	30881
+Portland	30882
+Portneuf	30883
+Portrait	30884
+Portsmouth	30885
+Porcelanosa	30886
+Porcupine	30887
+Polly	30888
+Pollo	30889
+Polar	30890
+Polak	30891
+Polamalu	30892
+Poland	30893
+Polina	30894
+Polish	30895
+Politics	30896
+Polycom	30897
+Polynesian	30898
+Polytechnic	30899
+Power	30900
+Powell	30901
+Powderhorn	30902
+Powderly	30903
+Powdersville	30904
+Potter	30905
+Potts	30906
+Pottawatomie	30907
+Potato	30908
+Potawatomi	30909
+Poteau	30910
+Poteet	30911
+Potomac	30912
+Potosi	30913
+Potranco	30914
+Potrero	30915
+Ponte	30916
+Pontchartrain	30917
+Pontiac	30918
+Pontotoc	30919
+Ponder	30920
+Ponca	30921
+Ponce	30922
+Ponchatoula	30923
+Ponyboy	30924
+Posse	30925
+Possible	30926
+Possum	30927
+PostNet	30928
+Postal	30929
+Poston	30930
+Poseidon	30931
+Posen	30932
+Posey	30933
+Posada	30934
+Posas	30935
+Positano	30936
+Positas	30937
+Poppy	30938
+Poppa	30939
+Poppins	30940
+Popeye	30941
+Poplarville	30942
+Pocono	30943
+Pocola	30944
+Pocomoke	30945
+Pocahontas	30946
+Pocasset	30947
+Pocatello	30948
+Pocket	30949
+Pocky	30950
+Pomeroy	30951
+Pomodoro	30952
+Pomona	30953
+Pompano	30954
+Pompeii	30955
+Pompton	30956
+Poole	30957
+Pookie	30958
+Pooky	30959
+Point	30960
+Poinciana	30961
+Poindexter	30962
+Poinsett	30963
+Pounder	30964
+Pokemon	30965
+Poker	30966
+Provo	30967
+Prospect	30968
+Prosser	30969
+Prost	30970
+Prophet	30971
+Proposition	30972
+Protect	30973
+Protege	30974
+Protein	30975
+Protestant	30976
+Profile	30977
+Promise	30978
+Processing	30979
+Progress	30980
+Program	30981
+Probst	30982
+Productions	30983
+Products	30984
+Press	30985
+Presby	30986
+Presley	30987
+Presque	30988
+Premera	30989
+Preppers	30990
+Pretender	30991
+Pretoria	30992
+Pretty	30993
+Pretzel	30994
+Precinct	30995
+Precious	30996
+Precision	30997
+Preacher	30998
+Preakness	30999
+Predators	31000
+Prentice	31001
+Prentiss	31002
+Prevea	31003
+Prevention	31004
+Prine	31005
+Pringle	31006
+Print	31007
+Prime	31008
+Primm	31009
+Primos	31010
+Primrose	31011
+Primus	31012
+Priebe	31013
+Prien	31014
+Priest	31015
+Prieto	31016
+Priscilla	31017
+Prison	31018
+Priss	31019
+Price	31020
+Prichard	31021
+Priority	31022
+Pritchard	31023
+Pritchett	31024
+Privacy	31025
+Private	31026
+Priyanka	31027
+Pratt	31028
+Prater	31029
+Prather	31030
+Prairie	31031
+Praise	31032
+Prada	31033
+Prado	31034
+Prager	31035
+Prague	31036
+Praxair	31037
+Praxis	31038
+Prayer	31039
+Prudential	31040
+Prudenville	31041
+Pruitts	31042
+Pineapple	31043
+Pinebrook	31044
+Pinecrest	31045
+Pinedale	31046
+Pinehurst	31047
+Piner	31048
+Pines	31049
+Pinetop	31050
+Pinewood	31051
+Piney	31052
+Pinkie	31053
+Pink's	31054
+Pinkberry	31055
+Pinky	31056
+Pinocchio	31057
+Pino's	31058
+Pinole	31059
+Pinos	31060
+Pinot	31061
+Pinoy	31062
+Pinal	31063
+Pinar	31064
+Pinckney	31065
+Pinconning	31066
+Pinscher	31067
+Pinson	31068
+Pinterest	31069
+Pinto	31070
+Pickup	31071
+Pickford	31072
+Pickwick	31073
+Picacho	31074
+Picard	31075
+Picayune	31076
+Pictureline	31077
+Pictures	31078
+Piccadilly	31079
+Piccolo's	31080
+Pitts	31081
+Pittman	31082
+Pierce	31083
+Pierre	31084
+Piers	31085
+Piermont	31086
+Piero's	31087
+Pierpont	31088
+Piedmont	31089
+Piedro	31090
+Pilgrim's	31091
+Pilgrims	31092
+Pillow	31093
+Pillsbury	31094
+Pilots	31095
+Pistol	31096
+Pistons	31097
+Piscataway	31098
+Pisces	31099
+Pikes	31100
+Piketon	31101
+Pikeville	31102
+Piggly	31103
+Piggott	31104
+Piggy	31105
+Pimpin	31106
+Piper	31107
+Pipestone	31108
+Pippin	31109
+Pixies	31110
+Pirates	31111
+Plant	31112
+Planet	31113
+Plank	31114
+Plano	31115
+Player	31116
+PlayBook	31117
+PlayStation	31118
+Playa	31119
+Playboy	31120
+Playhouse	31121
+Playland	31122
+Playstation	31123
+Playtex	31124
+Platt	31125
+Plate	31126
+Plato	31127
+Plata	31128
+Platinum	31129
+Plain	31130
+Plaistow	31131
+Place	31132
+Plastic	31133
+Plasma	31134
+Pleasant	31135
+Pleasure	31136
+Please	31137
+Plumas	31138
+Plumbing	31139
+Plumlee	31140
+Plummer	31141
+Plumtree	31142
+Plunge	31143
+Plunkett	31144
+Purcell	31145
+Purchase	31146
+Purdue	31147
+Purdy	31148
+Purina	31149
+Puritan	31150
+Purple	31151
+Purpose	31152
+Punch	31153
+Punctuation	31154
+Punjabi	31155
+Punky's	31156
+Pullman	31157
+Pumpkin	31158
+Pumped	31159
+Pumas	31160
+Public	31161
+Publishers	31162
+Publix	31163
+Puckett	31164
+Pueblito	31165
+Pueblo	31166
+Puppets	31167
+Pussycat	31168
+Philip	31169
+Phila	31170
+Philo	31171
+Phil's	31172
+Philharmonic	31173
+Philmont	31174
+Philpott	31175
+Phils	31176
+Philthy	31177
+Phineas	31178
+Phinney	31179
+Phoebe	31180
+Photobucket	31181
+Photography	31182
+Photon	31183
+Phone	31184
+Phonics	31185
+Pharm	31186
+Pharr	31187
+Pharaohs	31188
+Pharoah	31189
+Phyllis	31190
+Phylicia	31191
+Physical	31192
+Physicians	31193
+Phelan	31194
+Phelps	31195
+final	31196
+finagle	31197
+fingerprint	31198
+fingernail	31199
+fingertip	31200
+fingerboard	31201
+fingered	31202
+fingerhut.com	31203
+fingering	31204
+fingerless	31205
+fingers	31206
+finish	31207
+finicky	31208
+finite	31209
+fines	31210
+fined	31211
+finely	31212
+finer	31213
+finder	31214
+finding	31215
+finds	31216
+finna	31217
+firearm	31218
+firecracker	31219
+fires	31220
+fired	31221
+firehouse	31222
+firekeepers	31223
+firelake	31224
+firmer	31225
+firming	31226
+firmly	31227
+firms	31228
+firmware	31229
+first	31230
+firkins	31231
+filling	31232
+fills	31233
+filter	31234
+filth	31235
+filtration	31236
+filed	31237
+filer	31238
+files	31239
+filet	31240
+filing	31241
+filmed	31242
+filming	31243
+films	31244
+fishin	31245
+fishnet	31246
+fish.com	31247
+fishtail	31248
+fishy	31249
+fisted	31250
+fisting	31251
+fists	31252
+fiscally	31253
+figure	31254
+figurative	31255
+fighter	31256
+fightin	31257
+fights	31258
+fixin	31259
+fixie	31260
+fixable	31261
+fixed	31262
+fixer	31263
+fixes	31264
+fixtures	31265
+fields	31266
+fielder	31267
+fieldhouse	31268
+fielding	31269
+fieldwork	31270
+fierce	31271
+fiery	31272
+fiending	31273
+fibro	31274
+fibre	31275
+fiberglass	31276
+fibers	31277
+fiddle	31278
+fiddling	31279
+fidgety	31280
+fitting	31281
+fiction	31282
+fictitious	31283
+fifths	31284
+fiance's	31285
+fiancee	31286
+five-o	31287
+five-year	31288
+foreign	31289
+forewarn	31290
+forearm	31291
+forensic	31292
+foreground	31293
+forehead	31294
+foreplay	31295
+forever	31296
+formula	31297
+forms	31298
+forge	31299
+forgo	31300
+forgave	31301
+forth	31302
+forte	31303
+fortress	31304
+forts	31305
+forty	31306
+force	31307
+forklift	31308
+forks	31309
+forsake	31310
+forsee	31311
+forsure	31312
+forwarded	31313
+forwarding	31314
+forwards	31315
+forbid	31316
+forbearance	31317
+forfeited	31318
+fornicate	31319
+fornication	31320
+forums	31321
+foots	31322
+footprint	31323
+footage	31324
+foothills	31325
+footjob	31326
+fooled	31327
+fools	31328
+foodie	31329
+foods	31330
+food's	31331
+food.com	31332
+foodarama	31333
+follow	31334
+follicle	31335
+folly	31336
+foldable	31337
+folding	31338
+folds	31339
+foliage	31340
+folic	31341
+folio	31342
+folklore	31343
+folks	31344
+found	31345
+fount	31346
+fours	31347
+fouled	31348
+fouls	31349
+fondant	31350
+fonddulac	31351
+fondue	31352
+fonts	31353
+focusing	31354
+focalin	31355
+fossil	31356
+fossa	31357
+fostering	31358
+fosters	31359
+foaming	31360
+foams	31361
+foamy	31362
+fogging	31363
+foggy	31364
+facebook	31365
+facet	31366
+faced	31367
+faceplate	31368
+faces	31369
+factor	31370
+faction	31371
+facts	31372
+factual	31373
+facial	31374
+facing	31375
+faculties	31376
+faculty	31377
+faire	31378
+fairground	31379
+fairway	31380
+fairy	31381
+fairly	31382
+fairness	31383
+fairs	31384
+failure	31385
+failed	31386
+failing	31387
+fails	31388
+faithful	31389
+fainted	31390
+fainting	31391
+farmer	31392
+farms	31393
+farmhouse	31394
+farming	31395
+farmland	31396
+farmville	31397
+farted	31398
+farting	31399
+farts	31400
+fared	31401
+fares	31402
+farewell	31403
+farrelli's	31404
+farrier	31405
+fastball	31406
+fasting	31407
+fastrip	31408
+fascia	31409
+fascist	31410
+fashion	31411
+fasho	31412
+fathom	31413
+fatties	31414
+fatty	31415
+fates	31416
+fatigued	31417
+fatso	31418
+fantabulous	31419
+fantage	31420
+fanfic	31421
+fanfare	31422
+fanatics	31423
+fancier	31424
+fancy	31425
+fabrics	31426
+fabulous	31427
+fabuloso	31428
+fabletics	31429
+fallin	31430
+fallacy	31431
+fallback	31432
+fallen	31433
+fallout	31434
+falls	31435
+falafel	31436
+falalalala	31437
+falsely	31438
+favored	31439
+favors	31440
+famiglia	31441
+famine	31442
+famished	31443
+faggot	31444
+fagget	31445
+faggy	31446
+faked	31447
+faker	31448
+fakes	31449
+faking	31450
+faults	31451
+faulty	31452
+faucets	31453
+faded	31454
+fades	31455
+faxed	31456
+faxes	31457
+flathead	31458
+flatlands	31459
+flats	31460
+flatulence	31461
+flash	31462
+flask	31463
+flamin	31464
+flame	31465
+flamboyant	31466
+flags	31467
+flagpole	31468
+flapjack	31469
+flaps	31470
+flavor	31471
+flava	31472
+flave	31473
+flake	31474
+flaking	31475
+flaky	31476
+flange	31477
+flannel	31478
+flank	31479
+flawless	31480
+flawed	31481
+flaws	31482
+flare	31483
+flaring	31484
+flabbergasted	31485
+flabby	31486
+flaccid	31487
+flack	31488
+flailing	31489
+flair	31490
+flaxseed	31491
+floor	31492
+flood	31493
+floozy	31494
+flowing	31495
+flowmaster	31496
+flown	31497
+flows	31498
+flowy	31499
+floats	31500
+flops	31501
+flora	31502
+flocka	31503
+flocked	31504
+flocking	31505
+flour	31506
+flounder	31507
+flossing	31508
+flips	31509
+flicking	31510
+flicks	31511
+flirted	31512
+flirting	31513
+flirts	31514
+flirty	31515
+flighted	31516
+flightless	31517
+flights	31518
+flint	31519
+flinch	31520
+fling	31521
+fliers	31522
+flies	31523
+flush	31524
+flustered	31525
+flutter	31526
+flute	31527
+fluctuate	31528
+fluctuating	31529
+fluffer	31530
+fluffy	31531
+fluorescent	31532
+fluids	31533
+flurries	31534
+flurry	31535
+flexi	31536
+flexed	31537
+flexor	31538
+fleet	31539
+fleece	31540
+fleeing	31541
+fledge	31542
+fleas	31543
+flyers	31544
+flying	31545
+freed	31546
+frees	31547
+freebie	31548
+freeway	31549
+freecycle	31550
+freehold	31551
+freeing	31552
+freeplay	31553
+freer	31554
+fresh	31555
+freaky	31556
+freaked	31557
+freaks	31558
+frequent	31559
+french	31560
+frensley	31561
+frenzy	31562
+freckles	31563
+freighter	31564
+frets	31565
+frank	31566
+frantic	31567
+frack	31568
+frame	31569
+framing	31570
+fragment	31571
+fragrance	31572
+frattalone	31573
+fraid	31574
+frail	31575
+frappe	31576
+frappuccino	31577
+fraudulent	31578
+frayed	31579
+friend	31580
+fried	31581
+fries	31582
+fright	31583
+frigerator	31584
+friggin	31585
+frigid	31586
+frisk	31587
+frisbee	31588
+frito	31589
+fritz	31590
+fridge	31591
+friday	31592
+friction	31593
+friars	31594
+fronted	31595
+frontline	31596
+frontrunner	31597
+fronts	31598
+frosty	31599
+frostbite	31600
+frosted	31601
+frosting	31602
+frostwire	31603
+frowned	31604
+frowning	31605
+frowns	31606
+frowny	31607
+froggy	31608
+frogs	31609
+frolicking	31610
+frozen	31611
+fruitcake	31612
+fruitful	31613
+fruition	31614
+fruits	31615
+fruity	31616
+frustrate	31617
+fryers	31618
+feeder	31619
+feeding	31620
+feedback	31621
+feedlot	31622
+feeds	31623
+feelin	31624
+feeler	31625
+feels	31626
+feely	31627
+feening	31628
+fella	31629
+fellow	31630
+feller	31631
+fells	31632
+felicity	31633
+feline	31634
+felis	31635
+felix	31636
+felonies	31637
+felons	31638
+felony	31639
+feather	31640
+feared	31641
+fearful	31642
+fearing	31643
+fearless	31644
+fears	31645
+feast	31646
+fertile	31647
+ferret	31648
+ferris	31649
+ferry	31650
+fermentation	31651
+fermented	31652
+fermenting	31653
+ferns	31654
+fence	31655
+fencing	31656
+fender	31657
+fettucini	31658
+fetal	31659
+fetched	31660
+fetishes	31661
+fedex.com	31662
+fester	31663
+females	31664
+feminine	31665
+feminist	31666
+feverishly	31667
+fundamental	31668
+funding	31669
+funds	31670
+funny	31671
+functional	31672
+functioning	31673
+functions	31674
+funerals	31675
+fungal	31676
+fungus	31677
+funky	31678
+fucka	31679
+fucks	31680
+fuckface	31681
+fuckhead	31682
+fucktard	31683
+fucky	31684
+furnace	31685
+further	31686
+furthest	31687
+furiously	31688
+furries	31689
+furry	31690
+fullness	31691
+fulltime	31692
+fully	31693
+fulfilled	31694
+fulfilling	31695
+fulfillment	31696
+fused	31697
+fuser	31698
+fuses	31699
+fussed	31700
+fussing	31701
+fussy	31702
+fusion	31703
+fusing	31704
+fumble	31705
+fumbling	31706
+fumigation	31707
+fuming	31708
+future	31709
+futuristic	31710
+Rosen	31711
+Roseanne	31712
+Rose's	31713
+Rosecrans	31714
+Rosedale	31715
+Rosee	31716
+Rosehill	31717
+Roses	31718
+Rosetta	31719
+Roseville	31720
+Rosewood	31721
+Rosa's	31722
+Rosamond	31723
+Rosas	31724
+Rosati's	31725
+Rosauers	31726
+Rossi	31727
+Ross's	31728
+Rossa	31729
+Rossford	31730
+Rosslyn	31731
+Rossman	31732
+Rosso	31733
+Rossville	31734
+Roscoe	31735
+Roscommon	31736
+Rosie	31737
+Rosita	31738
+Roslindale	31739
+Roslyn	31740
+Rocka	31741
+Rocks	31742
+Rocky	31743
+Rock's	31744
+RockNES	31745
+Rockdale	31746
+Rockhurst	31747
+Rockmart	31748
+Rocko	31749
+Rockport	31750
+Rockridge	31751
+Rockton	31752
+Rockville	31753
+Rocco's	31754
+Roccos	31755
+Rochelle	31756
+Rochester	31757
+Rococo	31758
+Robeez	31759
+Robeks	31760
+Robeson	31761
+Robin	31762
+Robison	31763
+Robby	31764
+Robot	31765
+Robocop	31766
+Roble	31767
+Robloxia	31768
+Robson	31769
+Robstown	31770
+Robyn	31771
+Roman	31772
+Roma's	31773
+Romain	31774
+Romas	31775
+Romeo	31776
+Romero	31777
+Rome's	31778
+Romell	31779
+Romig	31780
+Romney's	31781
+Romos	31782
+Ronald	31783
+Ronan	31784
+Ronnie	31785
+Ronny	31786
+Ronda	31787
+Ronde	31788
+Rondo	31789
+Roni's	31790
+Ronin	31791
+Ronson	31792
+Ronstadt	31793
+Rodrigo	31794
+Rodda	31795
+Roddick	31796
+Roddy	31797
+Rodeo	31798
+Roderick	31799
+Rodeway	31800
+Rodney's	31801
+Roller	31802
+Rolla	31803
+Rollo	31804
+Rolls	31805
+Rolly	31806
+Roland	31807
+Rolaids	31808
+Rolesville	31809
+Rolex	31810
+Roots	31811
+Rooter	31812
+Roomba	31813
+Rooms	31814
+Roosevelt	31815
+Rooster	31816
+Roofing	31817
+Rookie	31818
+Rookwood	31819
+Rottweiler	31820
+Rothman	31821
+Rothschild	31822
+Rotolo	31823
+Royal	31824
+Royse	31825
+Royersford	31826
+Roadhouse	31827
+Roadmaster	31828
+Roadrunner	31829
+Roads	31830
+Roasters	31831
+Roasting	31832
+Roane	31833
+Roanoke	31834
+Roxanne	31835
+Roxana	31836
+Roxboro	31837
+Roxbury	31838
+Roxie's	31839
+Roxy's	31840
+Rowland	31841
+Rowling	31842
+Rogers	31843
+Roger's	31844
+Rogaine	31845
+Rogan	31846
+Rouge	31847
+Rough	31848
+Roundtree	31849
+Rohrerstown	31850
+Rohrman	31851
+Rojas	31852
+Rovers	31853
+Reddy	31854
+Redbank	31855
+Redbird	31856
+Redskin	31857
+Redstone	31858
+Redford	31859
+Redeemer	31860
+Redemption	31861
+Redhawk	31862
+Redhill	31863
+Redington	31864
+Redlands	31865
+Redman	31866
+Redmond	31867
+Redway	31868
+Redwood	31869
+Renae	31870
+Renaissance	31871
+Renaldo	31872
+Renasant	31873
+Renata	31874
+Renault	31875
+Rental	31876
+Renton	31877
+Rents	31878
+Renee	31879
+Renewal	31880
+Renfrew	31881
+Renfro	31882
+Reno's	31883
+Renshaw	31884
+Rensselaer	31885
+Renzo's	31886
+Research	31887
+Reseda	31888
+Restaurant	31889
+Restless	31890
+Resort	31891
+Resource	31892
+Resolution	31893
+Residence	31894
+Resident	31895
+Regis	31896
+Region	31897
+Regal	31898
+Regan	31899
+Regent	31900
+Regency	31901
+Reggie	31902
+Reggio's	31903
+Regular	31904
+Regulation	31905
+Reade	31906
+Reading	31907
+Ready	31908
+ReachOut	31909
+Reacher	31910
+Reagan	31911
+Reagor	31912
+Reapers	31913
+Revel	31914
+Review	31915
+Revis	31916
+Revival	31917
+Reed's	31918
+Reeder	31919
+Reedley	31920
+Reedman	31921
+Reedy	31922
+Reese	31923
+Reeves	31924
+Remicade	31925
+Remember	31926
+Remembrance	31927
+Remos	31928
+Remote	31929
+Remy's	31930
+Record	31931
+Recognition	31932
+Recology	31933
+Recon	31934
+Recovery	31935
+Recker	31936
+Reckless	31937
+Recreation	31938
+Recruiting	31939
+Reinbold	31940
+Reindeer	31941
+Reid's	31942
+Reidsville	31943
+Reidville	31944
+Representative	31945
+Reproductive	31946
+Republican	31947
+Reports	31948
+Reliant	31949
+Religion	31950
+Relations	31951
+Relax	31952
+Relay	31953
+Rella	31954
+Rebel	31955
+Rebekah	31956
+Retreat	31957
+Retriever	31958
+Retro	31959
+Retina	31960
+Retirement	31961
+Returns	31962
+Reyna	31963
+Reformation	31964
+Reformed	31965
+Rehabilitation	31966
+Randa	31967
+Randle	31968
+Randy	31969
+Randhurst	31970
+Randi	31971
+Randstad	31972
+Ranch	31973
+Rance	31974
+Rancier	31975
+Rangel	31976
+Ranger	31977
+Ramsay	31978
+Ramstein	31979
+Ramada	31980
+Raman	31981
+Ramapo	31982
+Ramon	31983
+Ramos	31984
+Rambo	31985
+Ramey	31986
+Ramen	31987
+Ramesh	31988
+Ramirez	31989
+Raina	31990
+Rainbow	31991
+Rainforest	31992
+Rainier	31993
+Rainmaker	31994
+Rainsville	31995
+Raintree	31996
+Rails	31997
+Railroad	31998
+Railway	31999
+Raider	32000
+Raida	32001
+Raising	32002
+Rayman	32003
+Rayna	32004
+Rayne	32005
+Raynham	32006
+Raynor	32007
+Raytheon	32008
+Raytown	32009
+Rachel	32010
+Rachael	32011
+Rachmaninoff	32012
+RaceTrac	32013
+Raceland	32014
+Racer	32015
+Raceway	32016
+Racine	32017
+Racing	32018
+Rackspace	32019
+Radio	32020
+Radian	32021
+Radisson	32022
+Radcliffe	32023
+Radon	32024
+Raptr	32025
+Rapture	32026
+Rapides	32027
+Rapids	32028
+Raphael's	32029
+Raven	32030
+Ravel	32031
+Ravinia	32032
+Ralphie	32033
+Ralph's	32034
+Ralphs	32035
+Raleigh	32036
+Rallye	32037
+Rasheed	32038
+Rascals	32039
+Raspberry	32040
+Rasputin	32041
+Razorback	32042
+Razzi	32043
+Razzles	32044
+Razzoo's	32045
+Rathdrum	32046
+Rabbit	32047
+Rafferty	32048
+Raffi	32049
+Rafael's	32050
+Rawls	32051
+Rawsonville	32052
+Richard	32053
+Richie	32054
+Richland	32055
+Rich's	32056
+Richey	32057
+Richfield	32058
+Richmond	32059
+Richwood	32060
+Ricki	32061
+Ricky	32062
+Rick's	32063
+Ricks	32064
+Rican	32065
+Ricca	32066
+Ricci	32067
+Rice's	32068
+Rico's	32069
+Rivers	32070
+Rivera	32071
+RiverPlace	32072
+Riverbend	32073
+Riverdale	32074
+Riverfront	32075
+Rivergate	32076
+Riverland	32077
+Riverview	32078
+Rivage	32079
+Rivas	32080
+Riviera	32081
+Rivington	32082
+Ridge	32083
+Ridgid	32084
+Ridglea	32085
+Ridgmar	32086
+Ridgway	32087
+Rider	32088
+RideNow	32089
+Rideau	32090
+Rideout	32091
+Riddle	32092
+Riddick	32093
+Ringo	32094
+RingCentral	32095
+Ringgold	32096
+Rings	32097
+Ringtone	32098
+Ringwood	32099
+Rinaldi	32100
+Rinehart	32101
+Riner	32102
+Rittman	32103
+Rittz	32104
+Rita's	32105
+Ritalin	32106
+Ritchies	32107
+Ritzville	32108
+Ripper	32109
+Ripple	32110
+Rippy	32111
+Ripley's	32112
+Righteous	32113
+Rights	32114
+Riggins	32115
+Riggs	32116
+Rises	32117
+Rizzo's	32118
+Rizzoli	32119
+Russe	32120
+Russia	32121
+Russo	32122
+Russ's	32123
+Rusty	32124
+Rustburg	32125
+Rushen	32126
+Rushford	32127
+Rushmore	32128
+Rushville	32129
+Ruskin	32130
+Rundberg	32131
+Runde	32132
+Rundgren	32133
+Rundle	32134
+Running	32135
+Rubio	32136
+Rubin	32137
+Rubicon	32138
+Rubik's	32139
+Ruby's	32140
+Rubys	32141
+Rubens	32142
+Rutherford	32143
+Ruthie	32144
+Ruth's	32145
+Rutland	32146
+Rutledge	32147
+Rudolph	32148
+Rudolf	32149
+Rudy's	32150
+Rudys	32151
+Rumbi's	32152
+Rumble	32153
+Rumpelstiltskin	32154
+Rumpke	32155
+Ruffin	32156
+Ruckersville	32157
+Rhode	32158
+Rhoda	32159
+Rhonda's	32160
+Rheumatologist	32161
+Rheumatology	32162
+Rhine	32163
+Rhino	32164
+Ryland	32165
+Ryders	32166
+Delia	32167
+Delila	32168
+Delight	32169
+Delite	32170
+Delivery	32171
+Delafield	32172
+Delavan	32173
+Delaware	32174
+Della	32175
+Dellen	32176
+Dells	32177
+Dellwood	32178
+Delmar	32179
+Delphi	32180
+Delphos	32181
+Delridge	32182
+Delton	32183
+Delta	32184
+Delcos	32185
+Delfina	32186
+Delfonics	32187
+Deloitte	32188
+Delores	32189
+Dean's	32190
+Deana	32191
+Deane	32192
+Deanie	32193
+Deans	32194
+Deante	32195
+DeadMau	32196
+Deadliest	32197
+Deadman	32198
+Deadpool	32199
+Deadwood	32200
+Dearborn	32201
+Dearest	32202
+Deary	32203
+Deaconess	32204
+Deacons	32205
+Dealer	32206
+Deals	32207
+Deathly	32208
+Dennis	32209
+Denny	32210
+Dennery	32211
+Denis	32212
+Deniece	32213
+Dentistry	32214
+Denton	32215
+Denali	32216
+Denard	32217
+Denver	32218
+Denville	32219
+Denbigh	32220
+Denby	32221
+Denman	32222
+Denmark	32223
+Design	32224
+Desi's	32225
+Destin	32226
+Deschutes	32227
+Description	32228
+Deseret	32229
+Desert	32230
+Deshler	32231
+Deshon	32232
+Desktop	32233
+Desperate	32234
+Despicable	32235
+Deerbrook	32236
+Deere	32237
+Deering	32238
+Deerwood	32239
+Deery	32240
+Deen's	32241
+Deena	32242
+Deedra	32243
+Deeds	32244
+Deepak	32245
+Devil	32246
+Devin	32247
+Devon	32248
+Devore	32249
+Development	32250
+Devens	32251
+Devante	32252
+Democrat	32253
+Demopolis	32254
+Demorest	32255
+Demotte	32256
+Demetria	32257
+Demetrius	32258
+Dempsey	32259
+Dempster	32260
+Deming	32261
+December's	32262
+Decemberists	32263
+Decembers	32264
+Decatur	32265
+Decay	32266
+Decker	32267
+Declan	32268
+Declaration	32269
+Derek's	32270
+Dereks	32271
+Derrick	32272
+Derry	32273
+Debbi	32274
+Debby	32275
+Deborah's	32276
+Depot	32277
+Deposit	32278
+Depeche	32279
+Depew	32280
+Deptford	32281
+Dewey's	32282
+Deweys	32283
+Dewalt	32284
+Dewayne	32285
+DeLong	32286
+DeLorean	32287
+DeLuca's	32288
+DeVito	32289
+DeVille	32290
+Detective	32291
+Detention	32292
+Detrick	32293
+Detroit	32294
+Defender	32295
+Defense	32296
+Dexter's	32297
+DeMarco	32298
+DeMarcus	32299
+Dedeaux	32300
+Degreez	32301
+Deuteronomy	32302
+Deutsch	32303
+Danie	32304
+Dania	32305
+Danica	32306
+Danika	32307
+Danish	32308
+Danita	32309
+Danny	32310
+Danno	32311
+Danna	32312
+Danner	32313
+Danni	32314
+Dana's	32315
+Danada	32316
+Danae	32317
+Dangerous	32318
+Dangerfield	32319
+Dance	32320
+Dancing	32321
+Dandy	32322
+Dandridge	32323
+Dante	32324
+Dantoni	32325
+Danes	32326
+Danka	32327
+Danko	32328
+Dansko	32329
+Dansville	32330
+Danvers	32331
+Danville	32332
+Darrin	32333
+Darrow	32334
+Darryl	32335
+Daria	32336
+Darien	32337
+Darin	32338
+Dario	32339
+Darius	32340
+Darla	32341
+Darlene	32342
+Darling	32343
+Darkest	32344
+Darkness	32345
+Darko	32346
+Darksiders	32347
+Darcy's	32348
+Darcys	32349
+Darden	32350
+Dardanelle	32351
+Darth	32352
+Dartmouth	32353
+Darby's	32354
+Darwin's	32355
+Daryl's	32356
+Dale's	32357
+Dalena	32358
+Dales	32359
+Daleville	32360
+Daley	32361
+Dallas	32362
+Dalles	32363
+Dallin	32364
+Dalton	32365
+Daltile	32366
+Daltrey	32367
+Dalia's	32368
+Dalis	32369
+Dalmatians	32370
+David	32371
+Davis	32372
+Davie	32373
+Davina	32374
+Dave's	32375
+Davenport	32376
+Daves	32377
+Davey	32378
+Damian	32379
+Damien	32380
+Damon's	32381
+Damons	32382
+Damonte	32383
+Dame's	32384
+Damen	32385
+Damariscotta	32386
+Damascus	32387
+Damned	32388
+Dayna	32389
+Dayne	32390
+Daystar	32391
+Daytona	32392
+Dadeland	32393
+Dadeville	32394
+Daddy's	32395
+Dailey	32396
+Daily	32397
+Dairyland	32398
+Daisy's	32399
+Dawson's	32400
+Dawsonville	32401
+Dawn's	32402
+Dahl's	32403
+Dahle	32404
+Dahlgren	32405
+Dahlia	32406
+Dahlonega	32407
+DateHookup	32408
+Dateline	32409
+Database	32410
+Dasha	32411
+Dasher	32412
+Daughter	32413
+Daughtry	32414
+DaVinci's	32415
+Donna	32416
+Donnie	32417
+Donny	32418
+Donegal	32419
+Donovan's	32420
+Donovans	32421
+Don's	32422
+Don't	32423
+Dongs	32424
+Dora's	32425
+Dorado	32426
+Doral	32427
+Doraville	32428
+Dorito	32429
+Dorian	32430
+Doris	32431
+Dorschel	32432
+Dorothy	32433
+Dorothea	32434
+Doreen's	32435
+Dorman	32436
+Dormont	32437
+Dorris	32438
+Domino	32439
+Dominator	32440
+Domenico's	32441
+Domestic	32442
+Downing	32443
+Download	32444
+Downman	32445
+Downpour	32446
+Downs	32447
+Dowlen	32448
+Dowling	32449
+Dollar	32450
+Dolly	32451
+Dollface	32452
+Dolls	32453
+Dolphin	32454
+Dolan's	32455
+Dooley	32456
+Doolittle	32457
+Doodle	32458
+Doody	32459
+Doorly	32460
+Doors	32461
+Doomsday	32462
+Dooney	32463
+Douglas	32464
+Dough	32465
+Doug's	32466
+Dougie	32467
+Dougs	32468
+Dougy	32469
+Double	32470
+Doubtfire	32471
+Doctors	32472
+DocuSign	32473
+Documents	32474
+Dodger	32475
+Dodgeville	32476
+Dodds	32477
+Doggett	32478
+Doggy	32479
+Dogtopia	32480
+Dogtown	32481
+Dottie	32482
+Dotty's	32483
+Dobbin	32484
+Dobbs	32485
+Doheny	32486
+Doherty	32487
+Doylestown	32488
+Discount	32489
+Discover	32490
+Dishman	32491
+Dishnet	32492
+Dishonored	32493
+Disney's	32494
+Disneyland	32495
+Disneyworld	32496
+Distortion	32497
+Disturb	32498
+Dispatch	32499
+Display	32500
+Disposal	32501
+Disability	32502
+Disabled	32503
+Diana	32504
+Diane	32505
+Dianne	32506
+Diamondback	32507
+Diamondhead	32508
+Diamonds	32509
+Diablo	32510
+Diagnostics	32511
+Diaries	32512
+Diary	32513
+Dina's	32514
+Dinah	32515
+Dino's	32516
+Dinosaur	32517
+Diners	32518
+Dingle	32519
+Dinners	32520
+Dicks	32521
+Dick's	32522
+Dickman	32523
+Dicky	32524
+Dictation	32525
+Dictionary	32526
+Direct	32527
+DirecTV	32528
+Dirks	32529
+Dirty	32530
+Dilla	32531
+Dillon	32532
+Dillingham	32533
+Dillwyn	32534
+Divide	32535
+Diversey	32536
+Dietrich	32537
+Dietz	32538
+Diego's	32539
+Dierbergs	32540
+Dierks	32541
+Dimitrios	32542
+Dimitris	32543
+Dimebag	32544
+Dimes	32545
+Dimondale	32546
+Digicel	32547
+Digimon	32548
+Digiplex	32549
+Digital	32550
+Diggity	32551
+Diggy	32552
+Dion's	32553
+Dionne	32554
+Dions	32555
+Dixies	32556
+Dixons	32557
+Ditka's	32558
+Duncan's	32559
+Duncannon	32560
+Duncansville	32561
+Duncanville	32562
+Dunedin	32563
+Dunes	32564
+Dunham	32565
+Dunhill	32566
+Dunnellon	32567
+Dunning	32568
+Dunns	32569
+Dundee	32570
+Dungeon	32571
+Dungeness	32572
+Dunkin	32573
+Dunkirk	32574
+Dunlap	32575
+Dunlop	32576
+Duran	32577
+Duracell	32578
+Duraflame	32579
+Duralast	32580
+Duramax	32581
+Durbin	32582
+Durban	32583
+Dumbarton	32584
+Dumber	32585
+Dumbo	32586
+Dutches	32587
+Dutch's	32588
+Dutchman	32589
+Dutchtown	32590
+Dutys	32591
+Dubliner	32592
+Duffy's	32593
+Duffys	32594
+Dugan's	32595
+Dugans	32596
+Duggar	32597
+Duggan	32598
+Dupont	32599
+Dupree	32600
+Dupri	32601
+Ducks	32602
+Ducky's	32603
+Dudek	32604
+Dudley's	32605
+Dustin's	32606
+Dusty's	32607
+Duane's	32608
+Drago	32609
+Dragway	32610
+Draya	32611
+Drayer	32612
+Drayton	32613
+Dracula	32614
+Dracut	32615
+Drafthouse	32616
+Drake's	32617
+Dramamine	32618
+DreamWorks	32619
+Dreamcast	32620
+Dreamgirls	32621
+Dreamhouse	32622
+Dreaming	32623
+Dreams	32624
+Dreamweaver	32625
+Dress	32626
+Drescher	32627
+Dresden	32628
+Drew's	32629
+Drews	32630
+Dreyer	32631
+Dreyfus	32632
+Drive	32633
+Driving	32634
+Drifters	32635
+Drummond	32636
+Drumright	32637
+Drugs	32638
+Drunken	32639
+Dropbox	32640
+Dropkick	32641
+Drops	32642
+Dynamics	32643
+Dynamite	32644
+Dyersburg	32645
+Dyersville	32646
+DVR'd	32647
+DVR's	32648
+D'Angelo	32649
+D'Andre	32650
+homes	32651
+homer	32652
+home.	32653
+home's	32654
+homedepot	32655
+homefront	32656
+hometown	32657
+homey	32658
+homie	32659
+homos	32660
+homophobic	32661
+horse	32662
+hornbachers	32663
+horndog	32664
+horns	32665
+horny	32666
+horror	32667
+horrendous	32668
+horizontal	32669
+horizons	32670
+hormone	32671
+hormonal	32672
+horoscopes	32673
+horticulture	32674
+horton	32675
+hookah	32676
+hookup	32677
+hooks	32678
+hooky	32679
+hoodie	32680
+hoodlum	32681
+hooded	32682
+hoodrat	32683
+hoods	32684
+hoopers	32685
+hooping	32686
+hoopla	32687
+hoops	32688
+hooter	32689
+hoots	32690
+hoochie	32691
+holler	32692
+holla	32693
+hollow	32694
+holly	32695
+hollister	32696
+holdin	32697
+holds	32698
+holdup	32699
+holiday	32700
+holic	32701
+holier	32702
+holiness	32703
+holistic	32704
+holes	32705
+hologram	32706
+holographic	32707
+holsters	32708
+house	32709
+housing	32710
+houston	32711
+hour's	32712
+hourglass	32713
+hourly	32714
+hours	32715
+hounds	32716
+hounding	32717
+honey	32718
+honest	32719
+honored	32720
+honoring	32721
+honors	32722
+honking	32723
+honky	32724
+hostage	32725
+hosts	32726
+hospice	32727
+hosed	32728
+hoser	32729
+hoses	32730
+hotels	32731
+hotel's	32732
+hotel.com	32733
+hottie	32734
+hotshot	32735
+hotspot	32736
+hotsy	32737
+hotdogs	32738
+hotmail.com	32739
+hotwire.com	32740
+hopeless	32741
+hopeful	32742
+hoped	32743
+hopes	32744
+hoppin	32745
+hopple	32746
+hoppy	32747
+hoping	32748
+hopscotch	32749
+hobby	32750
+hobos	32751
+how'd	32752
+how's	32753
+howdershell	32754
+howdy	32755
+howling	32756
+hoarse	32757
+hoagies	32758
+hockey	32759
+hocks	32760
+hands	32761
+handed	32762
+handful	32763
+handgun	32764
+handjob	32765
+handprint	32766
+handrail	32767
+handy	32768
+handheld	32769
+handkerchief	32770
+handmade	32771
+hangin	32772
+hangar	32773
+hangman	32774
+hangs	32775
+hankering	32776
+hanky	32777
+hard-on	32778
+hardass	32779
+hardly	32780
+hardness	32781
+hardon	32782
+hardrock	32783
+hardtop	32784
+hardy	32785
+harmed	32786
+harmful	32787
+harming	32788
+harmless	32789
+harms	32790
+harbor	32791
+harbour	32792
+harvesting	32793
+harassed	32794
+harassing	32795
+harassment	32796
+harping	32797
+harpoon	32798
+harps	32799
+harsher	32800
+harshly	32801
+harem	32802
+harnesses	32803
+harrah's	32804
+harry	32805
+hairs	32806
+hair's	32807
+haired	32808
+hairmasters	32809
+hairy	32810
+hailey	32811
+hailing	32812
+hallo	32813
+hallway	32814
+hallelujah	32815
+hallmark	32816
+halls	32817
+halftime	32818
+halfway	32819
+halogen	32820
+halos	32821
+haleys	32822
+halibut	32823
+halide	32824
+halter	32825
+hammer	32826
+hammock	32827
+hammy	32828
+hamburger	32829
+hambone	32830
+hambre	32831
+hamper	32832
+hampster	32833
+hatchback	32834
+hatching	32835
+hater	32836
+hated	32837
+hateful	32838
+hates	32839
+hating	32840
+happen	32841
+happy	32842
+hahaha	32843
+haven	32844
+haver	32845
+haves	32846
+having	32847
+hacks	32848
+hackberry	32849
+hacking	32850
+hackler	32851
+hacky	32852
+hashing	32853
+hashtag	32854
+hassle	32855
+hassling	32856
+hasn't	32857
+hasnt	32858
+haste	32859
+hasty	32860
+haulin	32861
+hauls	32862
+haunted	32863
+haunting	32864
+haunts	32865
+hazel	32866
+hazardous	32867
+hazards	32868
+habitat	32869
+habits	32870
+habitual	32871
+habanero	32872
+habla	32873
+hablo	32874
+haystack	32875
+haystak	32876
+haggens	32877
+haggle	32878
+hawkers	32879
+hawks	32880
+heads	32881
+headquarter	32882
+headache	32883
+headhunter	32884
+head's	32885
+headcount	32886
+headgear	32887
+headrest	32888
+heady	32889
+heart	32890
+hearin	32891
+hears	32892
+heard	32893
+health	32894
+healing	32895
+heals	32896
+heavy	32897
+heath	32898
+heating	32899
+heats	32900
+heatwave	32901
+heaping	32902
+heaps	32903
+here's	32904
+here.	32905
+here:	32906
+hereafter	32907
+hereby	32908
+hereditary	32909
+herein	32910
+heres	32911
+herobrine	32912
+heroes	32913
+heron	32914
+heros	32915
+herb's	32916
+herbal	32917
+herbivore	32918
+herbs	32919
+herder	32920
+herding	32921
+herds	32922
+hermit	32923
+hernias	32924
+herniated	32925
+herself	32926
+hersons	32927
+herring	32928
+herro	32929
+helpin	32930
+helpdesk	32931
+helpful	32932
+helps	32933
+hello	32934
+hella	32935
+hell's	32936
+hellish	32937
+hells	32938
+helluva	32939
+hellz	32940
+helicopter	32941
+helium	32942
+helix	32943
+helmet	32944
+hemoglobin	32945
+hematoma	32946
+hemispheres	32947
+hemmed	32948
+hemming	32949
+hemroids	32950
+height:	32951
+heightened	32952
+heights	32953
+heirloom	32954
+heirs	32955
+heifers	32956
+heels	32957
+heeheehee	32958
+heck's	32959
+hecka	32960
+heckle	32961
+hectic	32962
+hectors	32963
+hedgehog	32964
+hedges	32965
+hesitant	32966
+heyyy	32967
+hehehe	32968
+highlight	32969
+highlands	32970
+highly	32971
+high-level	32972
+high-profile	32973
+high-risk	32974
+high-speed	32975
+high-tech	32976
+highwayman	32977
+highways	32978
+higher	32979
+highest	32980
+highschool	32981
+hinder	32982
+hindi	32983
+hindrance	32984
+hindsight	32985
+hinge	32986
+hinted	32987
+hinting	32988
+hints	32989
+hitching	32990
+hitter	32991
+hittin	32992
+hills	32993
+hilltop	32994
+hilly	32995
+hilariously	32996
+hippo	32997
+hippy	32998
+hipster	32999
+hideaway	33000
+hider	33001
+hides	33002
+hiding	33003
+history	33004
+hissing	33005
+hissy	33006
+hickey	33007
+hickies	33008
+hickory	33009
+hiccups	33010
+hibernate	33011
+hiker	33012
+hiked	33013
+hikes	33014
+hired	33015
+hires	33016
+hijacked	33017
+humid	33018
+humane	33019
+humankind	33020
+humanly	33021
+humans	33022
+humpback	33023
+humping	33024
+humps	33025
+humbug	33026
+humming	33027
+hummus	33028
+humor	33029
+humongous	33030
+huntin	33031
+hunts	33032
+hunger	33033
+hungover	33034
+hunka	33035
+hunker	33036
+hunks	33037
+hunky	33038
+hundreds	33039
+hundredth	33040
+hunched	33041
+hurry	33042
+hurrah	33043
+hurtin	33044
+hurted	33045
+hurtful	33046
+hurts	33047
+hurdles	33048
+husband's	33049
+husband.com	33050
+husbands	33051
+husky	33052
+huggin	33053
+huggable	33054
+huggy	33055
+hugely	33056
+hugest	33057
+hubby	33058
+hubba	33059
+hubbie	33060
+hubcaps	33061
+hubster	33062
+hutches	33063
+hutchinson	33064
+hypoallergenic	33065
+hyper	33066
+hyped	33067
+hypnosis	33068
+hyphenated	33069
+hydros	33070
+hydrogen	33071
+hydromorphone	33072
+hydroxide	33073
+hydraulic	33074
+hysterical	33075
+hysteria	33076
+hygiene	33077
+hygienist	33078
+hymns	33079
+hmmmm	33080
+Trans	33081
+Trancas	33082
+Trane	33083
+Trang	33084
+Tranzit	33085
+Track	33086
+Tracy	33087
+Trace	33088
+Traci	33089
+TracFone	33090
+Tractor	33091
+Travis	33092
+Travolta	33093
+Trail	33094
+Train	33095
+Trafalga	33096
+Trapp	33097
+Trapelo	33098
+Trapt	33099
+Trade	33100
+Trading	33101
+Trash	33102
+Trask	33103
+Trampoline	33104
+Traxxas	33105
+Trish	33106
+Triscuit	33107
+Trick	33108
+Trico	33109
+Tricare	33110
+Triple	33111
+Tripoli	33112
+Tripp	33113
+TripAdvisor	33114
+Tribe	33115
+Tribal	33116
+Tribbett	33117
+Triboro	33118
+Trini	33119
+Trina	33120
+Trindle	33121
+Triad	33122
+Trimble	33123
+Trion	33124
+Triton	33125
+Tritt	33126
+Trivial	33127
+Trivium	33128
+Trixie	33129
+Trust	33130
+Trucking	33131
+Trucks	33132
+Trumbull	33133
+Trump	33134
+Trudy	33135
+Trudeau	33136
+Truesdale	33137
+Trulia	33138
+Truluck's	33139
+Truxel	33140
+Truxton	33141
+Treat	33142
+Trevin	33143
+Treva	33144
+Trend	33145
+Trent	33146
+Trenary	33147
+Trench	33148
+Trees	33149
+Tremonton	33150
+Treyarch	33151
+Trout	33152
+Trouble	33153
+Troup	33154
+Troop	33155
+Troon	33156
+Troost	33157
+Troye	33158
+Troy's	33159
+Troys	33160
+Tropic	33161
+Trophy	33162
+Trotter	33163
+Trotwood	33164
+Trojans	33165
+Tronics	33166
+Trowbridge	33167
+Trower	33168
+Tanger	33169
+Tanglewood	33170
+Tango	33171
+Tanager	33172
+Tanaka	33173
+Tanasbourne	33174
+Tanner	33175
+Tanning	33176
+Taneytown	33177
+Tanfastic	33178
+Tanforan	33179
+Tania	33180
+Tanisha	33181
+Tanks	33182
+Tanqueray	33183
+Tanya's	33184
+Tally	33185
+Talley	33186
+Tallulah	33187
+Talecris	33188
+Talent	33189
+Tales	33190
+Talbot	33191
+Talbert	33192
+Talia	33193
+Taliban	33194
+Talking	33195
+Talmadge	33196
+Talmer	33197
+Tamar	33198
+Tamaqua	33199
+Tammy	33200
+Tammi	33201
+Tammany	33202
+Tamia	33203
+Tamiflu	33204
+Tamika	33205
+Tamela	33206
+Tameron	33207
+Tampa	33208
+Tampico	33209
+Taran	33210
+Taras	33211
+Tara's	33212
+Taraval	33213
+Tarrant	33214
+Tarrus	33215
+Tarrytown	33216
+Tarboro	33217
+Tarbox	33218
+Target	33219
+Targhee	33220
+Tarts	33221
+Tarzana	33222
+Tasha	33223
+Taste	33224
+Tasty's	33225
+Tasca	33226
+Tascosa	33227
+Tasker	33228
+Tasmanian	33229
+Tapps	33230
+Tapatia	33231
+Tapatio	33232
+Tapia	33233
+Tapioca	33234
+Tails	33235
+Tailwaggers	33236
+Taiwanese	33237
+Tables	33238
+Tablet	33239
+Tabor	33240
+Tater	33241
+Tates	33242
+Tattered	33243
+Tattoo	33244
+Tatum's	33245
+Taylors	33246
+Taylor's	33247
+TaylorMade	33248
+Taylorville	33249
+Tacoma	33250
+Tavern	33251
+Tavel	33252
+Tahoe	33253
+Tahoma	33254
+Tomas	33255
+Tomato	33256
+Tomah	33257
+Tomorrow	33258
+Tomoka	33259
+Tomball	33260
+Tombstone	33261
+Tomlinson	33262
+Tomcats	33263
+Tommy's	33264
+Tompkinsville	33265
+Torino	33266
+Tori's	33267
+Toria	33268
+Tories	33269
+Torito	33270
+Torium	33271
+Torre	33272
+Torrance	33273
+Torrington	33274
+Torchwood	33275
+Torchy's	33276
+Toronto	33277
+Toros	33278
+Tortuga	33279
+Tortilla	33280
+Tonia	33281
+Tonight	33282
+Tonio	33283
+Tony's	33284
+Tonya	33285
+Tonys	33286
+Tonga	33287
+Tonetta	33288
+Toney	33289
+Tonka	33290
+Tonkin	33291
+Tontitown	33292
+Tonto	33293
+Topsy	33294
+Topsail	33295
+Topsfield	33296
+Toppenish	33297
+Topps	33298
+Tobin	33299
+Tobias	33300
+Toby's	33301
+TobyMac	33302
+Tobyhanna	33303
+Tobel	33304
+Tober	33305
+Tobey	33306
+Tobacco	33307
+Tobago	33308
+Towne	33309
+Townline	33310
+Tower	33311
+Towell	33312
+Tournament	33313
+Touro	33314
+Tours	33315
+Touche	33316
+Touchton	33317
+Tolland	33318
+Tolleson	33319
+Tollway	33320
+Toledo	33321
+Toler	33322
+Toto's	33323
+Totowa	33324
+Tottenham	33325
+Toshi	33326
+Toscana	33327
+Toscano's	33328
+Toyota	33329
+Toaster	33330
+Toastmasters	33331
+Toadies	33332
+Tools	33333
+Tooth	33334
+Tootsie	33335
+Todd's	33336
+Todds	33337
+Tovar	33338
+Terri	33339
+Terra	33340
+Terre	33341
+Terry	33342
+Terror	33343
+Terence	33344
+Terminix	33345
+TeleTech	33346
+Teleflora	33347
+Telemundo	33348
+Teletubbies	33349
+Television	33350
+Teller	33351
+Telluride	33352
+Telly's	33353
+Telfair	33354
+Telford	33355
+TennCare	33356
+Tennant	33357
+Tennova	33358
+Tennyson	33359
+Tenacious	33360
+Tenafly	33361
+Tenaya	33362
+Tendercare	33363
+Tenleytown	33364
+Tenth	33365
+Teacher	33366
+Teaching	33367
+TeamViewer	33368
+Teamsters	33369
+Texan	33370
+Texaco	33371
+Texarkana	33372
+Texas	33373
+Textron	33374
+Teche	33375
+Tempe	33376
+Temporary	33377
+Temptations	33378
+Tempurpedic	33379
+Temecula	33380
+Temescal	33381
+Tessa	33382
+Tessie	33383
+Tesson	33384
+Testament	33385
+Testing	33386
+Teddy's	33387
+Teena	33388
+Tejano	33389
+Tejas	33390
+Tekken	33391
+Tekkit	33392
+Tetrazzini	33393
+Tetris	33394
+Timber	33395
+Timbuktu	33396
+Timeflies	33397
+Times	33398
+Timex	33399
+Timmy	33400
+Timmons	33401
+Timothy	33402
+Timonium	33403
+Tina's	33404
+Tinashe	33405
+Tingley	33406
+Tings	33407
+Tino's	33408
+Tinos	33409
+Tinkerbell	33410
+Tinseltown	33411
+Tinsley	33412
+Tiny's	33413
+Tillman	33414
+Tilly	33415
+Tillamook	33416
+Tillotson	33417
+Tillsonburg	33418
+Tilted	33419
+Tilton	33420
+Titan	33421
+Titleist	33422
+Tito's	33423
+Titusville	33424
+Ticket	33425
+Tickle	33426
+Ticonderoga	33427
+Ticor	33428
+Tiffany	33429
+Tiffin	33430
+Tifton	33431
+Tippecanoe	33432
+Tippin	33433
+Tipsy's	33434
+Tiana's	33435
+Tierra	33436
+Tierney	33437
+Tigers	33438
+Tibetan	33439
+Tidewater	33440
+Tishomingo	33441
+Thorn	33442
+Thorogood	33443
+Thorpe	33444
+Thorton	33445
+Thomas	33446
+Thompson	33447
+Thomson	33448
+Thousand	33449
+There	33450
+Therapy	33451
+Theo's	33452
+Theodore	33453
+Theological	33454
+Theory	33455
+Thurs	33456
+Thurgood	33457
+Thundercats	33458
+Thundermist	33459
+Thugs	33460
+Thank	33461
+Thanh	33462
+Thani	33463
+That's	33464
+Thatcher	33465
+Thats	33466
+Thailand	33467
+Thing	33468
+Think	33469
+Thins	33470
+Thirsty	33471
+Third	33472
+Thirlby	33473
+Thief	33474
+Thieves	33475
+Thrift	33476
+Thriller	33477
+Thrivent	33478
+Throckmorton	33479
+Throgs	33480
+Thrones	33481
+Thrashers	33482
+Thruway	33483
+Turning	33484
+Turnpike	33485
+Turkey	33486
+Turkish	33487
+Turks	33488
+Turbo	33489
+Turbeville	33490
+Turfway	33491
+Turley	33492
+Turlock	33493
+Turtles	33494
+Tucker	33495
+Tucka	33496
+Tucks	33497
+Tucanos	33498
+Tuscola	33499
+Tuskawilla	33500
+Tuskegee	33501
+Tully	33502
+Tullahoma	33503
+Tulley	33504
+Tulalip	33505
+Tulane	33506
+Tunis	33507
+Tunica	33508
+Tuning	33509
+Tunes	33510
+Tubbs	33511
+Tubbys	33512
+Tuesday's	33513
+Tuesdays	33514
+Tupperware	33515
+Tuffy's	33516
+Tyree	33517
+Tyrell	33518
+Tyrese	33519
+Tyrannosaurus	33520
+Tylers	33521
+Tyler's	33522
+Twins	33523
+Twista	33524
+Twisted	33525
+Twila	33526
+Twilight	33527
+Twitter	33528
+Twitty	33529
+Tweedle	33530
+Tweety	33531
+Lando	33532
+Lands	33533
+Landau	33534
+Landfill	33535
+Landmark	33536
+Langston	33537
+Lange	33538
+Langford	33539
+Langley	33540
+Language	33541
+Lanes	33542
+Laney	33543
+Lanett	33544
+Lanez	33545
+Lance	33546
+Lancaster	33547
+Lancia	33548
+Lanka	33549
+Lankford	33550
+Lansford	33551
+Lansing	33552
+Lana's	33553
+Lanark	33554
+Lani's	33555
+Lanier	33556
+Lanta	33557
+Lantern	33558
+Lanna	33559
+Lanning	33560
+Lanoka	33561
+Latin	33562
+Latifah	33563
+Latisse	33564
+Latitude	33565
+Lately	33566
+Later	33567
+Latour	33568
+Latoya	33569
+Latta	33570
+Latter	33571
+Latham	33572
+Latasha	33573
+Latrice	33574
+Latrobe	33575
+Laura	33576
+Lauryn	33577
+Lauderdale	33578
+Lauderhill	33579
+Laughing	33580
+Laughlin	33581
+Launcher	33582
+Laundry	33583
+Lambo	33584
+Lamb's	33585
+Lambs	33586
+Lampoon	33587
+Lamplighter	33588
+Lamps	33589
+Lampton	33590
+Lamar	33591
+Lamoni	33592
+Lamont	33593
+Larkin	33594
+Larkburger	33595
+Larkspur	33596
+Larry	33597
+Larrabee	33598
+Larson	33599
+Larsen	33600
+Laramie	33601
+Larchmont	33602
+Larchwood	33603
+Laredos	33604
+Large	33605
+Largo	33606
+Larimer	33607
+Larissa	33608
+Laker	33609
+Lakes	33610
+Lakeforest	33611
+Lakehurst	33612
+Lakeport	33613
+Laketon	33614
+Lackawanna	33615
+Lackey	33616
+Lackland	33617
+Lackman	33618
+Lacey's	33619
+Laceys	33620
+Lacombe	33621
+Laconia	33622
+Lacoste	33623
+Lawrence	33624
+Lawry's	33625
+Lawndale	33626
+Lawnside	33627
+Lawsons	33628
+Lavaca	33629
+Lavanya	33630
+Laveen	33631
+Lavelle	33632
+Lavigne	33633
+Lavine	33634
+Lavoe	33635
+Lavonia	33636
+Labor	33637
+Labonte	33638
+Label	33639
+Labette	33640
+Labrador	33641
+Labrinth	33642
+Ladder	33643
+Laden	33644
+Ladera	33645
+Ladysmith	33646
+Laskey	33647
+Laskin	33648
+Lasky	33649
+Lasher	33650
+Lashley	33651
+Lapidus	33652
+Lapierre	33653
+Lapine	33654
+LaRon	33655
+Layla's	33656
+Lagoon	33657
+Lagos	33658
+Lala's	33659
+Lalaloopsy	33660
+Lazarus	33661
+LaGrossa	33662
+LaVida	33663
+LaVilla	33664
+LaVista	33665
+Lafferty	33666
+Laffin	33667
+Laffy	33668
+Laird	33669
+Learn	33670
+Learjet	33671
+Leary	33672
+Leader	33673
+Leadville	33674
+Leatherby's	33675
+Leatherman	33676
+Leatherwood	33677
+Leah's	33678
+Leahy	33679
+Leapfrog	33680
+Leapster	33681
+Leave	33682
+Leavitt	33683
+Leafs	33684
+Lenny	33685
+Lennie	33686
+Lenoir	33687
+Lenore	33688
+Lenovo	33689
+Lenox	33690
+Lena's	33691
+Lenawee	33692
+LensCrafters	33693
+Lenscrafter	33694
+Lentz	33695
+Leona	33696
+Leone	33697
+Leoni	33698
+Leon's	33699
+Leopard	33700
+Leopold	33701
+Levin	33702
+Levi's	33703
+Leviathan	33704
+Levick	33705
+Levis	33706
+Levelland	33707
+Levy's	33708
+Leesburg	33709
+Leesport	33710
+Leestown	33711
+Leesville	33712
+Leelanau	33713
+Legal	33714
+Legacy	33715
+Legoland	33716
+Legos	33717
+Legends	33718
+Leslie	33719
+Lesley	33720
+Lester's	33721
+Lesters	33722
+Letter	33723
+Letty	33724
+Lethal	33725
+Lethbridge	33726
+Leticia	33727
+Letitia	33728
+Lewis	33729
+Lewin	33730
+Lexie	33731
+Lexington	33732
+Ledger	33733
+Ledgewood	33734
+Leila's	33735
+Leilani	33736
+Leighton	33737
+Leitchfield	33738
+Leith	33739
+Lemon	33740
+Lemoore	33741
+Lemos	33742
+Lefty	33743
+Leftwich	33744
+Lehigh	33745
+Lehman's	33746
+LeMans	33747
+LeMars	33748
+LeMay	33749
+Lebanese	33750
+Lebanon	33751
+Leroy's	33752
+Longo	33753
+Longs	33754
+Long's	33755
+LongHorn	33756
+Longest	33757
+Longfellow	33758
+Longley	33759
+Longview	33760
+London	33761
+Londis	33762
+Lonely	33763
+Lonnie	33764
+Lonny	33765
+Loren	33766
+Loreal	33767
+Lorelei	33768
+Lorex	33769
+Lords	33770
+Lord's	33771
+Lordco	33772
+Lorde	33773
+Lordy	33774
+Lori's	33775
+Lorie	33776
+Loring	33777
+Loris	33778
+Lorain	33779
+Lorax	33780
+Lorraine	33781
+Lorrie	33782
+Lorna	33783
+Lorne	33784
+Louis	33785
+Louie	33786
+Loudon	33787
+Loudoun	33788
+Loughborough	33789
+Lougheed	33790
+Loughton	33791
+Locke	33792
+Locks	33793
+Locka	33794
+Locklear	33795
+Lockport	33796
+Lockwood	33797
+Local	33798
+Location	33799
+Lovett	33800
+Lovejoy	33801
+Lovers	33802
+Loves	33803
+Loving	33804
+Lovins	33805
+Logans	33806
+Logan's	33807
+Loganville	33808
+Logic	33809
+Login	33810
+Logistics	33811
+Logitech	33812
+Logix	33813
+Lombardi	33814
+Lombardo	33815
+Lombardy	33816
+Lomas	33817
+Lomax	33818
+Lomira	33819
+Lomita	33820
+Lower	33821
+Lowe's	33822
+Lowell	33823
+Lowes	33824
+Lowrie	33825
+Lowry	33826
+Lottery	33827
+Lottie	33828
+Lotto	33829
+Looking	33830
+Lookout	33831
+Loomis	33832
+Looney	33833
+Loblaws	33834
+Lobos	33835
+Lola's	33836
+Lolas	33837
+Lolo's	33838
+Losec	33839
+Losee	33840
+Loser	33841
+Loans	33842
+Linds	33843
+Linda	33844
+Lindo	33845
+Lindy	33846
+Lindbergh	33847
+Lindley	33848
+Lincoln	33849
+Lincroft	33850
+Linea	33851
+Linebaugh	33852
+Linens	33853
+Lines	33854
+Lineville	33855
+Linex	33856
+Links	33857
+Linkin	33858
+Linton	33859
+Linthicum	33860
+Linglestown	33861
+Linos	33862
+Linus	33863
+Linux	33864
+Lilly	33865
+Lillard	33866
+Lilley	33867
+Lilia	33868
+Lily's	33869
+Liberia	33870
+Libby	33871
+Libbie	33872
+Libra	33873
+Libre	33874
+Libyan	33875
+Little	33876
+Littman	33877
+Lithia	33878
+Lithonia	33879
+Lithuania	33880
+Lites	33881
+Limbaugh	33882
+Limberlost	33883
+Limburg	33884
+Limerick	33885
+Limestone	33886
+Limited	33887
+Limits	33888
+Liston	33889
+Lisa's	33890
+Living	33891
+Livia	33892
+Livie	33893
+Lives	33894
+LifeCare	33895
+LifeLock	33896
+Lifehouse	33897
+Lightfoot	33898
+Lighthouse	33899
+Lighting	33900
+Lightning	33901
+Lightroom	33902
+Lights	33903
+Lightyear	33904
+Lizzie	33905
+Lizzy	33906
+Lizabeth	33907
+Lizard	33908
+Liana	33909
+Liang's	33910
+Lianne	33911
+Liam's	33912
+Liars	33913
+Lionsgate	33914
+License	33915
+Licensing	33916
+Licking	33917
+Lipscomb	33918
+Liquidators	33919
+Lucia	33920
+Lucie	33921
+Lucifer	33922
+Lucille	33923
+Lucid	33924
+Lucinda	33925
+Lucius	33926
+Lucky	33927
+Luckett	33928
+Lucedale	33929
+Lucas	33930
+Lucca	33931
+Lucci	33932
+Lucy's	33933
+Lumbia	33934
+Lumia	33935
+Lumiere	33936
+Lumpkin	33937
+Lumpur	33938
+Lumpy's	33939
+Luna's	33940
+Lunardi's	33941
+Lunas	33942
+Lundy	33943
+Lundgren	33944
+Lunds	33945
+Lunchables	33946
+Luther's	33947
+Lutheran	33948
+Lutherville	33949
+Ludacris	33950
+Luis's	33951
+Luisa	33952
+Luigi's	33953
+Lupe's	33954
+Lupi's	33955
+Lupita	33956
+Luke's	33957
+Lukes	33958
+Lukey	33959
+Lulu's	33960
+Lululemon	33961
+Lugers	33962
+Luzerne	33963
+Lynda	33964
+Lyndon	33965
+Lynden	33966
+Lyndhurst	33967
+Lyndsey	33968
+Lynn's	33969
+Lynne	33970
+Lynnfield	33971
+Lynnhaven	33972
+Lynchburg	33973
+Lymes	33974
+Lyons	33975
+Lyrics	33976
+Harrah	33977
+Harry	33978
+Harts	33979
+Harte	33980
+Hartford	33981
+Hartig	33982
+Hartman	33983
+Hartnell	33984
+Hartville	33985
+Hartwell	33986
+Hartz	33987
+Hardy	33988
+Hardaway	33989
+Hardcastle	33990
+Harbaugh	33991
+Harbert	33992
+Harlan	33993
+Harlingen	33994
+Harlow	33995
+Harvard	33996
+Harmon	33997
+Harpo	33998
+Hargreaves	33999
+Hargrove	34000
+Harold	34001
+Harahan	34002
+Haralson	34003
+Harker	34004
+Harkins	34005
+Harkness	34006
+Harwood	34007
+Harnett	34008
+Harney	34009
+Hanna	34010
+Hannon	34011
+Hannukah	34012
+Handel	34013
+Handbook	34014
+Handcock	34015
+Hands	34016
+Hanson	34017
+Hanscom	34018
+Hank's	34019
+Hankey	34020
+Hankins	34021
+Hanks	34022
+Hanging	34023
+Haney	34024
+Hanes	34025
+Hanahan	34026
+Hanceville	34027
+Hancock	34028
+Hanlees	34029
+Hanley	34030
+Halls	34031
+Halle	34032
+Hall's	34033
+Hallandale	34034
+Haley	34035
+Hales	34036
+Haledon	34037
+Halen	34038
+Halethorpe	34039
+Halsey	34040
+Halfmoon	34041
+Halong	34042
+Haltom	34043
+Halton	34044
+Hammer	34045
+Hampton	34046
+Hampden	34047
+Hamburg	34048
+Hambelton	34049
+Hamby	34050
+Hamilton	34051
+Hamill	34052
+Hamlin	34053
+Hamlet	34054
+Hamas	34055
+Hamel	34056
+Hamer	34057
+Hayley	34058
+Haylee	34059
+Hayward	34060
+Hayden's	34061
+Hayesville	34062
+Haynes	34063
+Haysville	34064
+Hailie	34065
+Haircutters	34066
+Hairport	34067
+Hairston	34068
+Haitian	34069
+Haiti's	34070
+Hainesport	34071
+Hatter	34072
+Hattie	34073
+Hatton	34074
+Hatcher	34075
+Hatchet	34076
+Hates	34077
+Hatfields	34078
+Hathaway's	34079
+Haven	34080
+Havasu	34081
+Hager	34082
+Hagee	34083
+Hageman	34084
+Hagen	34085
+Haggard	34086
+Hagan	34087
+Hagar	34088
+Hawkeye	34089
+Hawks	34090
+Hawaiian	34091
+Hawthorne	34092
+Haskell	34093
+Haskins	34094
+Haslet	34095
+Haslam	34096
+Hasbrouck	34097
+Hassan	34098
+Hasselhoff	34099
+Hazel	34100
+Hazen	34101
+Hazlet	34102
+Hazlehurst	34103
+Haule	34104
+Hauser	34105
+Haddon	34106
+Hadley	34107
+Hadlock	34108
+Haber	34109
+Habegger	34110
+Habibi	34111
+Habitat	34112
+Hackley	34113
+Hackney	34114
+Haagen	34115
+Happy	34116
+Happiness	34117
+Hahnemann	34118
+Holly	34119
+Hollow	34120
+Hold'em	34121
+Holdrege	34122
+Holman	34123
+Holmdel	34124
+Holiness	34125
+Holistic	34126
+Holts	34127
+Holton	34128
+Holtz	34129
+Holyfield	34130
+Holyoke	34131
+Holcombe	34132
+Holstein	34133
+Holston	34134
+Horne	34135
+Hornady	34136
+Hornsby	34137
+Horse	34138
+Horsham	34139
+Horrible	34140
+Horry	34141
+Horace	34142
+Horan	34143
+Horatio	34144
+Horizon	34145
+Horicon	34146
+Hortons	34147
+Hortonville	34148
+Homes	34149
+Homer	34150
+HomePath	34151
+Homecoming	34152
+Homedale	34153
+Homemade	34154
+Hometown	34155
+Homewood	34156
+Homan	34157
+Homosassa	34158
+House	34159
+Houston	34160
+Housing	34161
+Houlton	34162
+Houghton	34163
+Hounds	34164
+Hours	34165
+Honey	34166
+Honea	34167
+Honesdale	34168
+Honda	34169
+Hondo	34170
+Hondros	34171
+Honduras	34172
+Honor	34173
+Honolulu	34174
+Hookah	34175
+Hooker	34176
+Hooksett	34177
+Hoops	34178
+Hoosier	34179
+Hoosick	34180
+Hoodie	34181
+Hooters	34182
+Hootie	34183
+Hoovers	34184
+Howell	34185
+However	34186
+Howey	34187
+Howard's	34188
+Howards	34189
+Howie's	34190
+Howies	34191
+Howland	34192
+Howlin	34193
+Hope's	34194
+Hopedale	34195
+Hopelink	34196
+Hopewell	34197
+Hopkins	34198
+Hopkinton	34199
+Hospital	34200
+Hospice	34201
+Hostess	34202
+Hostgator	34203
+Hoss's	34204
+Hobby	34205
+Hobbes	34206
+Hobble	34207
+Hobbs	34208
+Hoffman	34209
+Hoffa	34210
+Hoffbrau	34211
+Hoffer	34212
+Hoffner	34213
+Hogan's	34214
+Hogansville	34215
+Hotels	34216
+Hockey	34217
+Hockessin	34218
+Hodgenville	34219
+Hodges	34220
+Hokes	34221
+Hokies	34222
+Herman	34223
+Hermes	34224
+Herbal	34225
+Herbie	34226
+Herrera	34227
+Hertel	34228
+Hertford	34229
+Hertrich	34230
+Hertz	34231
+Herndon	34232
+Heroes	34233
+Heron	34234
+Herculaneum	34235
+Hercules	34236
+Hereford	34237
+Herzing	34238
+Herzog	34239
+Health	34240
+Heald	34241
+Healey	34242
+Healing	34243
+Healy	34244
+Heart	34245
+Hearn	34246
+Heard	34247
+Hearing	34248
+Hearst	34249
+Heath	34250
+Heating	34251
+Heaton	34252
+Headhunters	34253
+Headley	34254
+Headquarters	34255
+Heads	34256
+Heaven	34257
+Heavy	34258
+Heller	34259
+Hellman	34260
+Hells	34261
+Hell's	34262
+Hellboy	34263
+Hello	34264
+Hellraiser	34265
+Helly	34266
+Helen's	34267
+Helena	34268
+Helene	34269
+Helens	34270
+Helper	34271
+Helping	34272
+Helios	34273
+Helmer	34274
+Helms	34275
+Henry	34276
+Henri	34277
+Henderson	34278
+Henniker	34279
+Henny	34280
+Hensley	34281
+Henson	34282
+Heinz	34283
+Heidi	34284
+Heidelberg	34285
+Heiser	34286
+Heisman	34287
+Heist	34288
+Heimlich	34289
+Hempfield	34290
+Hemphill	34291
+Hempstead	34292
+Hemingway's	34293
+Hedgehog	34294
+Hedgesville	34295
+Hedley	34296
+Hedlund	34297
+Hebrew	34298
+Hebron	34299
+Hebert	34300
+Hesperian	34301
+Hesston	34302
+Hester	34303
+Heston	34304
+Heels	34305
+Heelys	34306
+Hills	34307
+Hiller	34308
+Hill's	34309
+Hillbillies	34310
+Hilldale	34311
+Hillman	34312
+Hillview	34313
+Hillwood	34314
+Hillywood	34315
+Hildebran	34316
+Hilda	34317
+Hilmar	34318
+Hilmer	34319
+Hilti	34320
+Hilton	34321
+Higher	34322
+Highfield	34323
+Highgate	34324
+Highmark	34325
+Highness	34326
+Highsmith	34327
+Highview	34328
+Higgs	34329
+Hindu	34330
+Hindi	34331
+Hinds	34332
+Hinesville	34333
+Hinsdale	34334
+Hinson	34335
+Hitchcock	34336
+Hitchens	34337
+Hitchhiker's	34338
+Hitching	34339
+Hitler's	34340
+Himalayan	34341
+Himalayas	34342
+Hibbett	34343
+Hibbing	34344
+Hicksville	34345
+Hiram's	34346
+Historic	34347
+History	34348
+Hispanics	34349
+Hiawassee	34350
+Hiawatha	34351
+Hippodrome	34352
+Hippos	34353
+Hunter	34354
+Hunting	34355
+Hunts	34356
+Hunt's	34357
+Huntley	34358
+Hunger	34359
+Hungry	34360
+Hunan's	34361
+Humana	34362
+Humane	34363
+Humperdinck	34364
+Humpty	34365
+Humber	34366
+Humble	34367
+Humboldt	34368
+Hummel	34369
+Hummer	34370
+Husker	34371
+Huskies	34372
+Husky	34373
+Hussain	34374
+Hussein	34375
+Hussle	34376
+Husson's	34377
+Hustle	34378
+Huston	34379
+Hubba	34380
+Hubbell	34381
+Hubble	34382
+Hubert	34383
+Hubers	34384
+Hughes	34385
+Hughley	34386
+Huggies	34387
+Huggins	34388
+Hugo's	34389
+Huguenot	34390
+Huguley	34391
+Hurricane	34392
+Hurry	34393
+Hurlburt	34394
+Hurley	34395
+Hurstbourne	34396
+Hutch's	34397
+Hutcherson	34398
+Hutton	34399
+Hudson's	34400
+Hudsons	34401
+Hudsonville	34402
+Hudgens	34403
+Hudgins	34404
+Huey's	34405
+Hueytown	34406
+Huckleberry's	34407
+Huffines	34408
+Huffington	34409
+Hydro	34410
+Hydra	34411
+Hyderabad	34412
+Hyattsville	34413
+expel	34414
+explicit	34415
+exponent	34416
+export	34417
+expressly	34418
+expresso	34419
+expressway	34420
+expand	34421
+expansion	34422
+expialidocious	34423
+expunged	34424
+expungement	34425
+exceed	34426
+except	34427
+excel	34428
+excess	34429
+excedrin	34430
+excetera	34431
+exclamation	34432
+excursion	34433
+exchange	34434
+exchanging	34435
+excavator	34436
+excruciatingly	34437
+extra	34438
+extrusion	34439
+extinguish	34440
+extinct	34441
+execs	34442
+exert	34443
+exempt	34444
+exempla	34445
+example	34446
+exams	34447
+exaggerate	34448
+exactly	34449
+exacto	34450
+exalted	34451
+exhibit	34452
+exhaust	34453
+exhale	34454
+existing	34455
+exists	34456
+exited	34457
+exiting	34458
+exits	34459
+exiled	34460
+exotica	34461
+exotics	34462
+exorcism	34463
+exorcist	34464
+enter	34465
+entendre	34466
+entry	34467
+entries	34468
+entrust	34469
+entire	34470
+enthused	34471
+entails	34472
+endometriosis	34473
+endoscopy	34474
+endowed	34475
+ended	34476
+ender	34477
+endure	34478
+endurance	34479
+enduring	34480
+endangered	34481
+endangerment	34482
+endings	34483
+endlessly	34484
+encompass	34485
+encore	34486
+enchilada	34487
+enclave	34488
+encryption	34489
+engineer	34490
+engines	34491
+engrossed	34492
+engage	34493
+engaging	34494
+enviro	34495
+envision	34496
+envious	34497
+envelopes	34498
+energetic	34499
+energy	34500
+enemy	34501
+enema	34502
+enemies	34503
+enlighten	34504
+enlist	34505
+enlarged	34506
+enlargement	34507
+enroll	34508
+enroute	34509
+enriched	34510
+enrichment	34511
+enable	34512
+enabling	34513
+enamel	34514
+enamored	34515
+enhancement	34516
+enhanced	34517
+enhancer	34518
+enhances	34519
+enforced	34520
+enforcement	34521
+enforcer	34522
+ensure	34523
+ensuring	34524
+elect	34525
+eleven	34526
+element	34527
+elegant	34528
+elegance	34529
+elephant's	34530
+elephants	34531
+eliminate	34532
+eligibility	34533
+eligible	34534
+elite	34535
+elitist	34536
+ellie	34537
+ellas	34538
+ellen	34539
+eller	34540
+elastics	34541
+elated	34542
+elation	34543
+elderberry	34544
+elderly	34545
+elders	34546
+eloquently	34547
+employment	34548
+employs	34549
+empanada	34550
+emphysema	34551
+empty	34552
+empowered	34553
+empowering	34554
+empowerment	34555
+empire	34556
+empirical	34557
+embalming	34558
+embankment	34559
+embassy	34560
+embroid	34561
+embryo	34562
+embed	34563
+ember	34564
+embellish	34565
+embezzlement	34566
+emblem3	34567
+emblems	34568
+emerge	34569
+emeralds	34570
+emotion	34571
+emoticon	34572
+emojis	34573
+email:	34574
+emailed	34575
+emailing	34576
+emails	34577
+emancipated	34578
+emancipation	34579
+eminence	34580
+eminent	34581
+emissions	34582
+emulators	34583
+every	34584
+evergreen	34585
+everlasting	34586
+evermore	34587
+event	34588
+evenin	34589
+evenly	34590
+evens	34591
+evals	34592
+evacuate	34593
+evaporate	34594
+evaporation	34595
+evaporator	34596
+evasion	34597
+evasive	34598
+eviction	34599
+evicted	34600
+evidence	34601
+evident	34602
+evils	34603
+evolution	34604
+establish	34605
+estate	34606
+estan	34607
+estas	34608
+estimate	34609
+estimator	34610
+ester	34611
+esteem	34612
+estranged	34613
+estrogen	34614
+escorted	34615
+escorting	34616
+escorts	34617
+essexville	34618
+essays	34619
+especially	34620
+earning	34621
+earns	34622
+earthquake	34623
+earthbound	34624
+earlene	34625
+early	34626
+earphones	34627
+earpiece	34628
+earplugs	34629
+earrings	34630
+eastbound	34631
+eastchase	34632
+eastdale	34633
+easel	34634
+eased	34635
+easement	34636
+eases	34637
+easily	34638
+easing	34639
+easygoing	34640
+eater	34641
+eaten	34642
+eating	34643
+eagerly	34644
+eagles	34645
+editor	34646
+edited	34647
+edits	34648
+edibles	34649
+edged	34650
+edgepark	34651
+edger	34652
+edges	34653
+edgewise	34654
+educate	34655
+educator	34656
+erase	34657
+erasing	34658
+errand	34659
+erratic	34660
+errors	34661
+erection	34662
+erectile	34663
+erica	34664
+erosion	34665
+erotica	34666
+econo	34667
+echocardiogram	34668
+echoes	34669
+echoing	34670
+echosmith	34671
+eyelid	34672
+eyeliner	34673
+eyelashes	34674
+eyeballing	34675
+eyeballs	34676
+eyebrows	34677
+equinox	34678
+equine	34679
+equipment	34680
+equipped	34681
+equitable	34682
+equity	34683
+equally	34684
+equals	34685
+equate	34686
+equation	34687
+equator	34688
+ethical	34689
+ethics	34690
+ethanol	34691
+ethernet	34692
+ethnicity	34693
+eternally	34694
+effective	34695
+effected	34696
+effects	34697
+efficient	34698
+efficiency	34699
+effing	34700
+effortlessly	34701
+eggshell	34702
+eggies	34703
+egging	34704
+epically	34705
+epicenter	34706
+epicurean	34707
+epidemic	34708
+epidural	34709
+epilepsy	34710
+epileptic	34711
+episodes	34712
+euphoria	34713
+euphoric	34714
+euthanized	34715
+ebonys	34716
+Grand	34717
+Grant	34718
+Grange	34719
+Granite	34720
+Granny	34721
+Granada	34722
+Granja	34723
+Granville	34724
+Grace	34725
+Graco	34726
+Gracy	34727
+Grambling	34728
+Gramercy	34729
+Grays	34730
+Gray's	34731
+Graybar	34732
+Grayton	34733
+Grave	34734
+Gravois	34735
+Grass	34736
+Grasmere	34737
+Grasonville	34738
+Grady	34739
+Grade	34740
+Graduate	34741
+Grape	34742
+Grappone	34743
+Grateful	34744
+Graton	34745
+Graff	34746
+Grafton	34747
+Graham's	34748
+Grahams	34749
+Grain	34750
+Grail	34751
+Green	34752
+Greek	34753
+Greer	34754
+Greece	34755
+Greeley	34756
+Greetings	34757
+Gregor	34758
+Greg's	34759
+Gregg	34760
+Gregs	34761
+Greys	34762
+Grey's	34763
+Greybull	34764
+Greyhound	34765
+Greylock	34766
+Greta	34767
+Gretchen	34768
+Gretel	34769
+Gretna	34770
+Gretzky	34771
+Great	34772
+Grease	34773
+Greco	34774
+Grecian	34775
+Griff	34776
+Grifols	34777
+Grimm	34778
+Grimaldi's	34779
+Grimes	34780
+Griselda	34781
+Grisham	34782
+Grismer	34783
+Grissom	34784
+GrillSmith	34785
+Grille	34786
+Grillin	34787
+Grinch	34788
+Grindr	34789
+Gringos	34790
+Grinnell	34791
+Gridley	34792
+Griggs	34793
+Grigio	34794
+Ground	34795
+Group	34796
+Grouch	34797
+Gross	34798
+Grosvenor	34799
+Grover	34800
+Groveland	34801
+Groveport	34802
+Groves	34803
+Grovetown	34804
+Groove	34805
+Groot	34806
+Grogans	34807
+Gronkowski	34808
+Grows	34809
+GrubHub	34810
+Grubbs	34811
+Gruber	34812
+Grumman	34813
+Grumpy's	34814
+Garret	34815
+Garry	34816
+Garden	34817
+Gardner	34818
+Gardiner	34819
+Garnier	34820
+Gartner	34821
+Garth	34822
+Gartrell	34823
+Garber	34824
+Garbage	34825
+Garcia's	34826
+Garcias	34827
+Garff	34828
+Garfield	34829
+Garfunkel	34830
+Garvin	34831
+Gareth	34832
+Garey	34833
+Garland	34834
+Garlick	34835
+Gary's	34836
+Gallo	34837
+Gallup	34838
+Galax	34839
+Galactica	34840
+Galant	34841
+Galapagos	34842
+Galatians	34843
+Galen	34844
+Gales	34845
+Gale's	34846
+Galeana	34847
+Galifianakis	34848
+Galion	34849
+Galva	34850
+Galvin	34851
+Gabriel's	34852
+Gabriela	34853
+Gabba	34854
+Gabby	34855
+Gabe's	34856
+Gabes	34857
+Gables	34858
+Gaby's	34859
+Games	34860
+GameCube	34861
+GameWorks	34862
+Gameboy	34863
+Gamefly	34864
+Gameloft	34865
+Gametraders	34866
+Gambino	34867
+Gamble	34868
+Gambrills	34869
+Gator	34870
+Gatos	34871
+Gates	34872
+Gatlinburg	34873
+Gatling	34874
+Gatton	34875
+Gaston	34876
+Gastroenterology	34877
+Gaslamp	34878
+Gaslight	34879
+Gasparilla	34880
+Gassaway	34881
+Gassville	34882
+Gail's	34883
+Gailey	34884
+Gails	34885
+Gaines	34886
+Gainey	34887
+Gaithers	34888
+Gandalf	34889
+Gander	34890
+Gandhi	34891
+Gandolfo's	34892
+Gandy	34893
+Ganges	34894
+Gangnam	34895
+Gangster	34896
+Gayle	34897
+Gaylord	34898
+Gaucha	34899
+Gaucho	34900
+Gaga's	34901
+Golden	34902
+Golds	34903
+Goldberg	34904
+Goldman	34905
+Gold's	34906
+GolfTEC	34907
+Golfland	34908
+Golfsmith	34909
+Golfview	34910
+Goliad	34911
+Goliath	34912
+Goodman	34913
+Goode	34914
+Goods	34915
+GoodLife	34916
+Goodall	34917
+Goodcents	34918
+Goodrich	34919
+Google's	34920
+Google+	34921
+Goochland	34922
+Gordo	34923
+Gordy	34924
+Gorda	34925
+Gordie	34926
+Gordmans	34927
+Goreville	34928
+Gorge	34929
+Gorgonio	34930
+Gorillaz	34931
+Godfather	34932
+Godfrey	34933
+Godsmack	34934
+Godspeed	34935
+Goddard	34936
+Goddess	34937
+Gossip	34938
+Gotham	34939
+Gothenburg	34940
+Gothic	34941
+Gotti	34942
+Gottlieb	34943
+Goblin	34944
+Gonzaga	34945
+Gould	34946
+Goulet	34947
+Gomez	34948
+Gomer	34949
+Goffstown	34950
+Governors	34951
+Gene's	34952
+Gentle	34953
+Gentry	34954
+Genova	34955
+Genoa	34956
+Genie	34957
+Genisys	34958
+Genius	34959
+Genghis	34960
+Gengras	34961
+Gerald	34962
+Gerard	34963
+Geraci's	34964
+German	34965
+Germain	34966
+Gering	34967
+Geritol	34968
+Gershwin	34969
+Gerson	34970
+Gerstner	34971
+Gertens	34972
+Gertrude	34973
+Geordie	34974
+Geoffrey	34975
+Geographics	34976
+Getty	34977
+Gettel	34978
+Gearhart	34979
+Gears	34980
+Geary	34981
+Geisinger	34982
+Geist	34983
+Geminids	34984
+Gessler	34985
+Gessner	34986
+Gillham	34987
+Gillman	34988
+Gilly	34989
+Gilberts	34990
+Gilbert's	34991
+Gilman	34992
+Gilmer	34993
+Gilead	34994
+Giles	34995
+Gilroy's	34996
+Ginger	34997
+Gingrich	34998
+Gino's	34999
+Ginos	35000
+Gina's	35001
+Gibbon	35002
+Gibbs	35003
+Gibsonia	35004
+Gibsons	35005
+Gibsonton	35006
+Gibsonville	35007
+Giordano	35008
+Giorgio	35009
+Giovanni	35010
+Giovanna	35011
+Girls	35012
+Girlz	35013
+Girardeau	35014
+Giant	35015
+Gigi's	35016
+Giuliana	35017
+Giuliano's	35018
+Giuseppe's	35019
+Gifts	35020
+Givens	35021
+Gunnar	35022
+Gunners	35023
+Gunnison	35024
+Gunny	35025
+Gundam	35026
+Gundy	35027
+Gunsmoke	35028
+Gunston	35029
+Gunter	35030
+Gunther	35031
+Guild	35032
+Guilbeau	35033
+Guilford	35034
+Guillermo	35035
+Guilty	35036
+Guido	35037
+Guidance	35038
+Guide	35039
+Guinea	35040
+Guinness	35041
+Guard	35042
+Guaranty	35043
+Guadalajara	35044
+Guadalupe	35045
+Guatemalan	35046
+Gulfgate	35047
+Gulfport	35048
+Gulfstream	35049
+Gulfview	35050
+Gullah	35051
+Gullivers	35052
+Gullo	35053
+Guest	35054
+Guess	35055
+Gusti	35056
+Guster	35057
+Gumby's	35058
+Gumps	35059
+Gurley	35060
+Gurls	35061
+Guthrie's	35062
+Glenn	35063
+Glens	35064
+Glen's	35065
+Glenarden	35066
+Glencoe	35067
+Glenpool	35068
+Glade	35069
+Gladiator	35070
+Gladstone	35071
+Gladwin	35072
+Gladys	35073
+Glass	35074
+Glaser	35075
+Glasgow	35076
+Glastonbury	35077
+Glaceon	35078
+Glacier	35079
+Gloria	35080
+Glory	35081
+Globe	35082
+Global	35083
+Glover	35084
+Glidden	35085
+Glide	35086
+grand	35087
+grant	35088
+granite	35089
+granola	35090
+granulated	35091
+granzin's	35092
+grade	35093
+grads	35094
+grate	35095
+grata	35096
+grats	35097
+gratzi	35098
+graph	35099
+grape	35100
+grave	35101
+gravy	35102
+grass	35103
+grasp	35104
+grace	35105
+gramma	35106
+grampa	35107
+grams	35108
+graboid	35109
+grabs	35110
+grayish	35111
+grayling	35112
+grays	35113
+graywhale	35114
+grains	35115
+grainy	35116
+graze	35117
+graffiti	35118
+graft	35119
+group	35120
+ground	35121
+grouch	35122
+grouse	35123
+grout	35124
+growl	35125
+grown	35126
+growing	35127
+grows	35128
+growth	35129
+groom	35130
+grossing	35131
+grossly	35132
+groceries	35133
+grocers	35134
+grocery	35135
+grotto	35136
+grotesque	35137
+groaning	35138
+groans	35139
+grope	35140
+groping	35141
+groggy	35142
+grommets	35143
+groves	35144
+green	35145
+greet	35146
+greed	35147
+greektown	35148
+great	35149
+grenade	35150
+grenadine	35151
+greyhound	35152
+greys	35153
+gremlins	35154
+grind	35155
+gringo	35156
+grinning	35157
+grins	35158
+grief	35159
+griegos	35160
+grille	35161
+grilling	35162
+grills	35163
+gripe	35164
+griping	35165
+grips	35166
+griddle	35167
+gridiron	35168
+gridlock	35169
+grids	35170
+grime	35171
+grimco	35172
+grimy	35173
+grits	35174
+gritty	35175
+grump	35176
+grunt	35177
+grudges	35178
+grueling	35179
+gruesome	35180
+garnish	35181
+gardener	35182
+gardens	35183
+garbled	35184
+garland	35185
+garlic	35186
+gargoyle	35187
+garrison	35188
+garrix	35189
+garages	35190
+garments	35191
+garters	35192
+gallo	35193
+galls	35194
+gallant	35195
+gallbladder	35196
+galactic	35197
+galanga	35198
+galavanting	35199
+gales	35200
+galvanized	35201
+galvanizing	35202
+games	35203
+gamer	35204
+game's	35205
+gameboy	35206
+gameday	35207
+gameplay	35208
+gametime	35209
+gamble	35210
+gambling	35211
+gamma	35212
+gammon	35213
+gastro	35214
+gassing	35215
+gassy	35216
+gaskets	35217
+gasping	35218
+gated	35219
+gatehouse	35220
+gatekeeper	35221
+gates	35222
+gateway	35223
+gathering	35224
+gathered	35225
+gathers	35226
+gator	35227
+gangs	35228
+gangbang	35229
+ganged	35230
+ganging	35231
+gangland	35232
+gander	35233
+gandrud	35234
+gagement	35235
+gages	35236
+gagged	35237
+gagging	35238
+gaggle	35239
+gainfully	35240
+gaining	35241
+gains	35242
+gabapentin	35243
+gabatoni's	35244
+gabbys	35245
+gables	35246
+gauge	35247
+gauging	35248
+gazebo	35249
+gazelle	35250
+gazillion	35251
+gazing	35252
+gayer	35253
+gayest	35254
+gavel	35255
+goodie	35256
+goods	35257
+good.	35258
+goodluck	35259
+goodmorning	35260
+goodwill	35261
+goody	35262
+goofball	35263
+goofin	35264
+goofed	35265
+goofy	35266
+google	35267
+googling	35268
+googly	35269
+gooseneck	35270
+goosey	35271
+goons	35272
+golden	35273
+goldfish	35274
+goldies	35275
+goldmine	35276
+golds	35277
+golfin	35278
+golflinks	35279
+gollihar	35280
+golly	35281
+goddess	35282
+godfather	35283
+godforsaken	35284
+godsend	35285
+godson	35286
+godliness	35287
+godly	35288
+gondola	35289
+gondolier	35290
+goner	35291
+gotta	35292
+gotti	35293
+gothic	35294
+government's	35295
+governmental	35296
+governments	35297
+governor's	35298
+governors	35299
+gobble	35300
+gobbling	35301
+goblin	35302
+goblet	35303
+gorge	35304
+gorgonzola	35305
+gordita	35306
+gorditos	35307
+gorillas	35308
+goalie	35309
+goalkeeper	35310
+goals	35311
+goatee	35312
+goats	35313
+gourd	35314
+gourmet	35315
+gossiping	35316
+goings	35317
+genealogy	35318
+genes	35319
+gente	35320
+gentry	35321
+gents	35322
+genie	35323
+genital	35324
+genius	35325
+genuine	35326
+genus	35327
+genders	35328
+genres	35329
+geographic	35330
+geography	35331
+georgia	35332
+geometric	35333
+geometry	35334
+gerbil	35335
+german	35336
+germs	35337
+gerald	35338
+geranium	35339
+geriatrics	35340
+gettin	35341
+getta	35342
+getter	35343
+getaways	35344
+geeked	35345
+geeks	35346
+geeky	35347
+geezer	35348
+gelatin	35349
+gelato	35350
+gemstone	35351
+geckos	35352
+gestures	35353
+gunshot	35354
+gunslinger	35355
+gunsmith	35356
+gunplay	35357
+gunfight	35358
+gunfire	35359
+gunman	35360
+gunmen	35361
+guide	35362
+guidance	35363
+guiding	35364
+guidos	35365
+guilt	35366
+guild	35367
+guillotine	35368
+guitarist	35369
+guitars	35370
+guard	35371
+guessin	35372
+guesstimate	35373
+guestbook	35374
+guestlist	35375
+guests	35376
+gumbo	35377
+gumball	35378
+gummies	35379
+gummy	35380
+gusta	35381
+gusto	35382
+gusts	35383
+guru.com	35384
+gurus	35385
+gutter	35386
+gutted	35387
+guys's	35388
+guyses	35389
+gullible	35390
+glades	35391
+gladly	35392
+gladness	35393
+gland	35394
+glasses	35395
+glassware	35396
+glassy	35397
+glaze	35398
+glacier	35399
+glacial	35400
+glare	35401
+glaring	35402
+glory	35403
+global	35404
+globe	35405
+glossary	35406
+glossy	35407
+glowing	35408
+glows	35409
+gloating	35410
+gloomy	35411
+gloves	35412
+glitch	35413
+glitter	35414
+glitz	35415
+glide	35416
+gliding	35417
+glimmer	35418
+glimpse	35419
+glutamine	35420
+glutton	35421
+glucosamine	35422
+glucose	35423
+glued	35424
+glenn	35425
+glens	35426
+glycemic	35427
+glycerin	35428
+girlfriend	35429
+girls	35430
+girl's	35431
+girl.com	35432
+girly	35433
+girlz	35434
+giraffes	35435
+giggity	35436
+gigabyte	35437
+gigahertz	35438
+gigantic	35439
+giveaway	35440
+given	35441
+giver	35442
+give-and-take	35443
+gives	35444
+giving	35445
+gingerbread	35446
+gingers	35447
+ginas	35448
+gifted	35449
+gifting	35450
+gifts	35451
+gillies	35452
+gills	35453
+giblets	35454
+gizmos	35455
+gizzards	35456
+giants	35457
+gimme	35458
+gimmick	35459
+gymnast	35460
+gymnasium	35461
+gynecologist	35462
+gynecology	35463
+ghostbusters	35464
+ghostrider	35465
+ghosts	35466
+inter	35467
+intel	35468
+intro	35469
+intrepid	35470
+intown	35471
+intake	35472
+intact	35473
+intubated	35474
+insta	35475
+instead	35476
+insufficient	35477
+insist	35478
+insemination	35479
+insensitive	35480
+inseparable	35481
+inset	35482
+inspect	35483
+insatiable	35484
+insomnia	35485
+insoles	35486
+inshaAllah	35487
+inshallah	35488
+incognito	35489
+incoherent	35490
+incision	35491
+incinerator	35492
+inclement	35493
+incall	35494
+incandescent	35495
+incase	35496
+inception	35497
+incur	35498
+incumbent	35499
+inching	35500
+inflict	35501
+inflection	35502
+infer	35503
+infect	35504
+inform	35505
+infomercial	35506
+infant	35507
+infallible	35508
+infidel	35509
+infield	35510
+infiltrate	35511
+infirmary	35512
+infringe	35513
+indirect	35514
+indian	35515
+indie	35516
+indeed	35517
+indefinite	35518
+indebted	35519
+indemnity	35520
+indent	35521
+index	35522
+indubitably	35523
+indoors	35524
+invest	35525
+invent	35526
+invoke	35527
+invigorating	35528
+invincible	35529
+injector	35530
+injectable	35531
+injected	35532
+injunction	35533
+injustice	35534
+innings	35535
+innuendos	35536
+ingrained	35537
+ingest	35538
+inhale	35539
+inhaling	35540
+inherit	35541
+inherent	35542
+initial	35543
+inaccurate	35544
+inactive	35545
+inadequate	35546
+inadvertently	35547
+inappropriately	35548
+inaugural	35549
+inauguration	35550
+inexcusable	35551
+ineffective	35552
+inefficient	35553
+inevitable	35554
+inevitably	35555
+inquire	35556
+inquiry	35557
+inlaw	35558
+inland	35559
+inlay	35560
+inbox	35561
+inbound	35562
+inputs	35563
+inputting	35564
+impractical	35565
+impeach	35566
+impeccable	35567
+impeller	35568
+impending	35569
+import	35570
+impound	35571
+implement	35572
+implant	35573
+imply	35574
+implode	35575
+impact	35576
+impart	35577
+impasse	35578
+impulse	35579
+impulsive	35580
+immense	35581
+immaculate	35582
+imminent	35583
+immobilizer	35584
+immune	35585
+image	35586
+imitate	35587
+identical	35588
+ideal	35589
+ideas	35590
+idiotic	35591
+idiots	35592
+idiocracy	35593
+idiocy	35594
+idler	35595
+idles	35596
+irrigation	35597
+irrelevant	35598
+irreplaceable	35599
+ironic	35600
+ironing	35601
+ironstone	35602
+itching	35603
+itemized	35604
+italianos	35605
+illegal	35606
+illegitimate	35607
+illiano's	35608
+illinois	35609
+illiterate	35610
+illnesses	35611
+isolate	35612
+issued	35613
+issues	35614
+isabella	35615
+islands	35616
+iceberg	35617
+icebox	35618
+icicles	35619
+ignore	35620
+ignoring	35621
+ignite	35622
+ignition	35623
+ignitor	35624
+iPad's	35625
+iPads	35626
+iPhones	35627
+ivanrest	35628
+lands	35629
+landing	35630
+landmark	35631
+landed	35632
+language	35633
+langs	35634
+lantern	35635
+lantus	35636
+lanai	35637
+lances	35638
+lanes	35639
+lanyards	35640
+later	35641
+lates	35642
+late.	35643
+lated	35644
+lately	35645
+latex	35646
+latin	35647
+lation	35648
+latitude	35649
+latte	35650
+lattice	35651
+lather	35652
+launch	35653
+laughable	35654
+laughed	35655
+laughing	35656
+laughs	35657
+laughter	35658
+laura	35659
+layoff	35660
+layout	35661
+layover	35662
+layer	35663
+layed	35664
+layaways	35665
+laying	35666
+layman's	35667
+lactic	35668
+lactose	35669
+laced	35670
+laceration	35671
+laces	35672
+lacey	35673
+lacked	35674
+lacking	35675
+lacks	35676
+labels	35677
+label:	35678
+labeling	35679
+labors	35680
+lasted	35681
+lasting	35682
+lastly	35683
+lasts	35684
+lashing	35685
+lasered	35686
+lasers	35687
+lassen	35688
+lasso	35689
+lames	35690
+lameee	35691
+lamer	35692
+laminate	35693
+laminating	35694
+laminator	35695
+lamperts	35696
+lamppost	35697
+lamps	35698
+lambs	35699
+lady's	35700
+ladylike	35701
+ladys	35702
+ladders	35703
+ladies	35704
+lading	35705
+larges	35706
+largely	35707
+larger	35708
+larceny	35709
+larch	35710
+lariat	35711
+larious	35712
+lawnmower	35713
+lawns	35714
+lawsuit	35715
+lawyer's	35716
+lawyers	35717
+lawless	35718
+lawls	35719
+lagging	35720
+laggy	35721
+lapse	35722
+laptops	35723
+lakes	35724
+lakefront	35725
+lakeitha	35726
+lavash	35727
+lavender	35728
+laventina's	35729
+lalalala	35730
+laxatives	35731
+linebacker	35732
+linen	35733
+liner	35734
+lineup	35735
+lined	35736
+lineman	35737
+lines	35738
+linger	35739
+lingo	35740
+linguini	35741
+link.com	35742
+linkage	35743
+linked	35744
+linking	35745
+links	35746
+linda	35747
+lindsay	35748
+lindys	35749
+lincare	35750
+lincoln	35751
+linings	35752
+linoleum	35753
+limitation	35754
+limiting	35755
+limitless	35756
+limits	35757
+limousine	35758
+limos	35759
+limber	35760
+limbo	35761
+limbs	35762
+limes	35763
+limelight	35764
+limping	35765
+lifes	35766
+lifetime	35767
+life's	35768
+life-threatening	35769
+life.com	35770
+lifeproof	35771
+liftgate	35772
+lifting	35773
+lifts	35774
+lights	35775
+lightnin	35776
+lighting	35777
+lightly	35778
+lightweight	35779
+ligaments	35780
+liter	35781
+litem	35782
+little	35783
+litter	35784
+libel	35785
+library	35786
+lickin	35787
+lickable	35788
+licks	35789
+licky	35790
+listing	35791
+lists	35792
+lisac's	35793
+liver	35794
+lives	35795
+live.com	35796
+lived	35797
+liven	35798
+livin	35799
+livid	35800
+likeable	35801
+liked	35802
+likee	35803
+likeness	35804
+likes	35805
+likewise	35806
+likey	35807
+lipstick	35808
+lipids	35809
+lipped	35810
+lippy	35811
+liquids	35812
+liquored	35813
+liquors	35814
+lieutenant	35815
+liens	35816
+liesa	35817
+liable	35818
+liars	35819
+lilac	35820
+lilas	35821
+lizard's	35822
+lizards	35823
+lookout	35824
+looks	35825
+lookup	35826
+looky	35827
+loophole	35828
+loops	35829
+looper	35830
+looping	35831
+loopy	35832
+loosen	35833
+loosely	35834
+looser	35835
+looming	35836
+looms	35837
+looney	35838
+looting	35839
+loots	35840
+local	35841
+locks	35842
+locka	35843
+lockbox	35844
+lockdown	35845
+locking	35846
+lockout	35847
+lockup	35848
+locos	35849
+locust	35850
+longs	35851
+longleaf	35852
+longtime	35853
+loner	35854
+lonesome	35855
+logic	35856
+login	35857
+logging	35858
+logo's	35859
+logon	35860
+logos	35861
+lover	35862
+love's	35863
+loveable	35864
+loved	35865
+lovee	35866
+lovemaking	35867
+lovenox	35868
+loves	35869
+lovey	35870
+loving	35871
+loading	35872
+loadout	35873
+loads	35874
+loaning	35875
+loans	35876
+loafers	35877
+lower	35878
+lowes	35879
+lowly	35880
+lollipop	35881
+lolly	35882
+lololol	35883
+lolzz	35884
+loudly	35885
+loudspeaker	35886
+lounge	35887
+lounging	35888
+louise	35889
+lobby	35890
+lobbies	35891
+lobes	35892
+lobsters	35893
+loser	35894
+loses	35895
+losing	35896
+losses	35897
+lottery	35898
+lotta	35899
+lotto	35900
+lotions	35901
+lotsa	35902
+lords	35903
+lordy	35904
+lodged	35905
+lodges	35906
+loins	35907
+loyalties	35908
+loyalty	35909
+learn	35910
+leary	35911
+leader	35912
+leading	35913
+leads	35914
+lease	35915
+leash	35916
+leasing	35917
+least	35918
+leakage	35919
+leaked	35920
+leaking	35921
+leaks	35922
+leaky	35923
+leaning	35924
+leans	35925
+leapfrog	35926
+leaping	35927
+leaps	35928
+leave	35929
+leavin	35930
+leafy	35931
+leagues	35932
+leahs	35933
+leathers	35934
+legit	35935
+legion	35936
+legible	35937
+legal	35938
+legacy	35939
+legendary	35940
+legends	35941
+legged	35942
+lego.com	35943
+lender	35944
+lending	35945
+lendmark	35946
+lengths	35947
+lengthy	35948
+lentil	35949
+leniency	35950
+lenient	35951
+lenses	35952
+lesbian	35953
+lesbo	35954
+lesions	35955
+letter	35956
+lettin	35957
+lettuce	35958
+lethal	35959
+lethargic	35960
+level	35961
+lever	35962
+levee	35963
+levitate	35964
+levity	35965
+leeches	35966
+leery	35967
+leeward	35968
+leeway	35969
+leftovers	35970
+ledger	35971
+ledges	35972
+ledo's	35973
+ledos	35974
+lemonade	35975
+lemongrass	35976
+lemons	35977
+leopards	35978
+leotards	35979
+leprechaun	35980
+leprosy	35981
+lepeep	35982
+leper	35983
+lecture	35984
+lecturing	35985
+leisurely	35986
+lexicon	35987
+lexis	35988
+lunchable	35989
+lunchbox	35990
+lunching	35991
+lunchroom	35992
+lunchtime	35993
+lunatic	35994
+lunar	35995
+lunges	35996
+lungs	35997
+lumina	35998
+lumper	35999
+lumpia	36000
+lumps	36001
+lumpy	36002
+lumber	36003
+lumbar	36004
+lucks	36005
+lucky	36006
+lucid	36007
+lucious	36008
+lubricant	36009
+lubed	36010
+luster	36011
+lusting	36012
+luxury	36013
+lukewarm	36014
+lupient	36015
+lupitas	36016
+lures	36017
+lutely	36018
+lyrical	36019
+llamas	36020
+wally	36021
+walla	36022
+wallow	36023
+wallpaper	36024
+wall-e	36025
+wallboard	36026
+wallflower	36027
+walling	36028
+walls	36029
+walk-in	36030
+walka	36031
+walkway	36032
+walkover	36033
+walks	36034
+walkthrough	36035
+walter	36036
+walton	36037
+waltz	36038
+walgreens.com	36039
+walmart.com	36040
+walnuts	36041
+waters	36042
+water's	36043
+watered	36044
+watering	36045
+waterview	36046
+watery	36047
+watchin	36048
+watch:	36049
+watcha	36050
+watchdog	36051
+watchful	36052
+watchtower	36053
+wattage	36054
+watts	36055
+warming	36056
+warmly	36057
+warms	36058
+warmth	36059
+warrant	36060
+warrior	36061
+warrens	36062
+warning	36063
+warns	36064
+warden	36065
+wardrobe	36066
+wards	36067
+warpath	36068
+warped	36069
+warfare	36070
+warframe	36071
+warlock	36072
+warlord	36073
+warts	36074
+washcloth	36075
+washin	36076
+washable	36077
+washboard	36078
+washout	36079
+washroom	36080
+washy	36081
+waste	36082
+wastin	36083
+wasn't	36084
+wasnt	36085
+wassabi	36086
+wassup	36087
+wanted	36088
+wantin	36089
+wants	36090
+wander	36091
+wandress	36092
+wanigas	36093
+waning	36094
+wanker	36095
+wannabe	36096
+waitress	36097
+waitin	36098
+waitlist	36099
+waits	36100
+waistband	36101
+waisted	36102
+waistline	36103
+waiver	36104
+waived	36105
+wayfair.com	36106
+wayfield	36107
+wayside	36108
+wager	36109
+wages	36110
+wagons	36111
+wakeboard	36112
+wakes	36113
+wakeup	36114
+wakey	36115
+waders	36116
+wades	36117
+wadsworth	36118
+waved	36119
+wavelength	36120
+waver	36121
+waves	36122
+wacker	36123
+wacked	36124
+wackos	36125
+waxed	36126
+waxes	36127
+wafers	36128
+waffles	36129
+winds	36130
+window	36131
+windmill	36132
+windbreaker	36133
+windfall	36134
+winding	36135
+windustrial	36136
+windward	36137
+windy	36138
+winter	36139
+wintzell's	36140
+winghouse	36141
+winging	36142
+wingman	36143
+wings	36144
+winked	36145
+winking	36146
+winkles	36147
+winks	36148
+winky	36149
+wined	36150
+wines	36151
+winnin	36152
+winner	36153
+winair	36154
+winan	36155
+winston-salem	36156
+wither	36157
+within	36158
+without	36159
+withstand	36160
+witch's	36161
+witchcraft	36162
+witching	36163
+witnessing	36164
+witted	36165
+wittle	36166
+witty	36167
+will.i.am	36168
+willed	36169
+willpower	36170
+wills	36171
+willy	36172
+wildberry	36173
+wilds	36174
+wishin	36175
+wish.com	36176
+wishbone	36177
+wishful	36178
+wishlist	36179
+wishy	36180
+wisely	36181
+wiser	36182
+wisest	36183
+widely	36184
+widen	36185
+wider	36186
+widowed	36187
+widows	36188
+widgets	36189
+wigging	36190
+wifey	36191
+wife's	36192
+wifely	36193
+wifes	36194
+wiper	36195
+wiped	36196
+wipeout	36197
+wipes	36198
+wireless	36199
+wired	36200
+wires	36201
+wicked	36202
+wicker	36203
+wicket	36204
+wielding	36205
+wieners	36206
+wimpys	36207
+weather's	36208
+weather.com	36209
+weathered	36210
+weatherman	36211
+weathers	36212
+weathervane	36213
+weakness	36214
+weakly	36215
+wearing	36216
+wears	36217
+weary	36218
+weave	36219
+weaving	36220
+wealthiest	36221
+wealthy	36222
+weaned	36223
+weaning	36224
+weaponry	36225
+weapons	36226
+weasels	36227
+wells	36228
+well.	36229
+wellSpan	36230
+wellington	36231
+wellness	36232
+welding	36233
+welds	36234
+welches	36235
+welts	36236
+weekend	36237
+weekday	36238
+weeknight	36239
+week's	36240
+week.	36241
+weekly	36242
+weeks	36243
+weedeater	36244
+weeding	36245
+weeds	36246
+weenie	36247
+weeny	36248
+weeping	36249
+weepy	36250
+weird	36251
+weirs	36252
+weight	36253
+weighed	36254
+weighing	36255
+weighs	36256
+weiner	36257
+weingartz	36258
+westaff	36259
+westconsin	36260
+westgate	36261
+westlakes	36262
+westside	36263
+westward	36264
+website	36265
+webcam	36266
+webcast	36267
+webinars	36268
+webmail	36269
+webmaster	36270
+wedge	36271
+wedgie	36272
+weddings	36273
+wednesdays	36274
+wetter	36275
+wetting	36276
+wendys.com	36277
+werewolf	36278
+werewolves	36279
+works	36280
+workman	36281
+workin	36282
+workout	36283
+work's	36284
+work.	36285
+workday	36286
+workhouse	36287
+workload	36288
+workplace	36289
+workroom	36290
+worky	36291
+worship	36292
+worse	36293
+worst	36294
+worry	36295
+worded	36296
+wordfeud	36297
+wording	36298
+words	36299
+wordy	36300
+worlds	36301
+world's	36302
+worldly	36303
+worldwide	36304
+wormhole	36305
+worming	36306
+worms	36307
+worthless	36308
+worthwhile	36309
+worthy	36310
+woods	36311
+woodland	36312
+woody	36313
+woodfired	36314
+woolbright	36315
+wooly	36316
+woooo	36317
+wooot	36318
+woofer	36319
+wonder	36320
+wondrous	36321
+wonton	36322
+woman's	36323
+womanhood	36324
+womanizer	36325
+womanly	36326
+womans	36327
+women's	36328
+womens	36329
+would've	36330
+woulda	36331
+wounded	36332
+wounds	36333
+woken	36334
+wolfies	36335
+white	36336
+whisk	36337
+whisper	36338
+whiplash	36339
+whips	36340
+whine	36341
+whining	36342
+whiny	36343
+whimper	36344
+whimsical	36345
+whirlpool	36346
+whirlwind	36347
+whirly	36348
+whichever	36349
+while	36350
+whilst	36351
+wheel	36352
+wherefore	36353
+wherein	36354
+wheres	36355
+wherever	36356
+whenever	36357
+when's	36358
+whens	36359
+wheatgrass	36360
+wheats	36361
+whether	36362
+whetstone	36363
+whole	36364
+wholly	36365
+whoops	36366
+who'd	36367
+who'll	36368
+who's	36369
+who've	36370
+whopper	36371
+whopping	36372
+whorehouse	36373
+whores	36374
+whoever's	36375
+whomever	36376
+whatev	36377
+whats	36378
+whatcha	36379
+whatnot	36380
+whacked	36381
+whacking	36382
+whale	36383
+whaling	36384
+whammy	36385
+wharf	36386
+wharo	36387
+why'd	36388
+why's	36389
+wreckage	36390
+wrecking	36391
+wrecks	36392
+wrestle	36393
+wrestling	36394
+wreath	36395
+wreak	36396
+wrenches	36397
+wrenching	36398
+write	36399
+writing	36400
+written	36401
+wristband	36402
+wristlet	36403
+wrists	36404
+wrinkle	36405
+wrinkly	36406
+wraps	36407
+wrongful	36408
+wrongdoing	36409
+wronged	36410
+wrongly	36411
+wrongs	36412
+Walla	36413
+Wally	36414
+Wallflower	36415
+Wallkill	36416
+Wallpaper	36417
+Walter	36418
+Walton	36419
+Walt's	36420
+Waltrip	36421
+Walts	36422
+Waltz	36423
+Waldo	36424
+Waldbaums	36425
+Walden	36426
+Waldman	36427
+Waldwick	36428
+Walking	36429
+Walkman	36430
+Walsh	36431
+Walsingham	36432
+Walerga	36433
+Wales	36434
+Walgreens	36435
+Walmarts	36436
+Walnutport	36437
+Warren	36438
+Warranty	36439
+Warroad	36440
+Ward's	36441
+Warden	36442
+Wardlow	36443
+Wards	36444
+Waretown	36445
+Warfare	36446
+Warner	36447
+Warnell	36448
+Warhammer	36449
+Warhol	36450
+Warid	36451
+Waring	36452
+Warminster	36453
+Warsaw	36454
+Waters	36455
+Waterman	36456
+Waterdown	36457
+Watergate	36458
+Waterhouse	36459
+Waterloo	36460
+Waterpik	36461
+Watertown	36462
+Watchers	36463
+Watchmen	36464
+Watchtower	36465
+Watchung	36466
+Watson	36467
+Watsky	36468
+Watters	36469
+Wattpad	36470
+Watts	36471
+Watkinsville	36472
+Waynes	36473
+Wayne's	36474
+Waynedale	36475
+Wayland	36476
+Waylon	36477
+Washington	36478
+Washburn	36479
+Washtenaw	36480
+Wasaga	36481
+Wasatch	36482
+Waikiki	36483
+Waikoloa	36484
+Waite	36485
+Waiting	36486
+Waits	36487
+Wailea	36488
+Wailuku	36489
+Waipahu	36490
+Waipio	36491
+Wanted	36492
+Wants	36493
+Wanda	36494
+Wandermere	36495
+Wang's	36496
+Wangs	36497
+Waukee	36498
+Waukegan	36499
+Waukesha	36500
+Wauchula	36501
+Wauconda	36502
+Waupaca	36503
+Waupun	36504
+Wausau	36505
+Wauseon	36506
+Wachee	36507
+Wachovia	36508
+Wachusett	36509
+Wacom	36510
+Waconia	36511
+Wadena	36512
+Wadesboro	36513
+Wakefield	36514
+Wakeman	36515
+Waker	36516
+Wakarusa	36517
+Wagoner	36518
+Wagonlit	36519
+Wagner's	36520
+Wapakoneta	36521
+Wapato	36522
+Willi	36523
+Willa	36524
+Willy	36525
+Will's	36526
+Willcox	36527
+Willmar	36528
+Wills	36529
+Wilde	36530
+Wildcat	36531
+Wildhorse	36532
+Wildlife	36533
+Wildman	36534
+Wildomar	36535
+Wildwood	36536
+Wilkos	36537
+Wilma	36538
+Wilmington	36539
+Wilbur	36540
+Wilbert	36541
+Wilbraham	36542
+Wilson	36543
+Wilshire	36544
+Wilco	36545
+Wilcrest	36546
+Wiley	36547
+Wiles	36548
+Wilford	36549
+Wilfred	36550
+Wilton	36551
+Wiltshire	36552
+Winds	36553
+Windber	36554
+Windcrest	36555
+Winding	36556
+Windjammer	36557
+Windmill	36558
+Windrose	36559
+Windy	36560
+Winnfield	36561
+Winnsboro	36562
+Winslow	36563
+Winter	36564
+Winthrop	36565
+Winton	36566
+Wings	36567
+Wingate	36568
+Wingfoot	36569
+Winghaven	36570
+Winedale	36571
+Winegars	36572
+Winehouse	36573
+Winery	36574
+Winco	36575
+Winkle	36576
+Winky	36577
+Winamac	36578
+Winans	36579
+Winfield	36580
+Winfrey	36581
+Winona	36582
+Winooski	36583
+Withers	36584
+Witham	36585
+Within	36586
+Withlacoochee	36587
+Without	36588
+Witte	36589
+Wittman	36590
+Witchduck	36591
+Witcher	36592
+Witnesses	36593
+Wick's	36594
+Wickford	36595
+Wickham	36596
+Wickliffe	36597
+Wickman	36598
+Wickstrom	36599
+Wishard	36600
+Wishing	36601
+Wiscasset	36602
+Wisconsin	36603
+Wiseman	36604
+Wiener	36605
+Wiens	36606
+Wiese	36607
+Wiesner	36608
+Wiggins	36609
+Wiggy	36610
+Wimbledon	36611
+Wizards	36612
+Wester	36613
+WestJet	36614
+Westdale	36615
+Westgate	36616
+Westnedge	36617
+Wesley	36618
+Weslaco	36619
+Wescott	36620
+Wessel	36621
+Wesson	36622
+Wells	36623
+Welling	36624
+WellCare	36625
+WellStar	36626
+Welland	36627
+Wellness	36628
+Wellwood	36629
+Welch	36630
+Welcome	36631
+Welding	36632
+Weldon	36633
+Welker	36634
+Weiner	36635
+Weird	36636
+Weirsdale	36637
+Weirton	36638
+Weiser	36639
+Weiss	36640
+Weidman	36641
+Weidner	36642
+Weigel's	36643
+Weight	36644
+Weekend	36645
+Weeki	36646
+Weekly	36647
+Weeknd	36648
+Weeden	36649
+Weedsport	36650
+Weezer	36651
+Weezy	36652
+WeatherBug	36653
+WeatherTech	36654
+Weatherby	36655
+Weatherford	36656
+Weatherly	36657
+Wearhouse	36658
+Wears	36659
+Weaverville	36660
+Webber	36661
+Webbie	36662
+Webbs	36663
+Webster	36664
+Website	36665
+Weber's	36666
+Wendy	36667
+Wendell	36668
+Wendi	36669
+Wendover	36670
+Wentworth	36671
+Wentzville	36672
+Wednesday's	36673
+Wednesdays	36674
+Weddington	36675
+Woods	36676
+Woody	36677
+Wooden	36678
+Woodinville	36679
+Woodpecker	36680
+Woolley	36681
+Woolwich	36682
+Works	36683
+WorkForce	36684
+WorkSource	36685
+Workers	36686
+Workforce	36687
+World	36688
+Worland	36689
+Worley	36690
+WordPress	36691
+Words	36692
+Worthing	36693
+Worcestershire	36694
+Worsham	36695
+Worship	36696
+Wolfe	36697
+Wolfchase	36698
+Wolfforth	36699
+Wolfgang	36700
+Wolfie	36701
+Wolfman	36702
+Wolford	36703
+Wolfpack	36704
+Wolfram	36705
+Wollensky	36706
+Wollaston	36707
+Wolverine	36708
+Wolves	36709
+WonderWorks	36710
+Wonderful	36711
+Wonderland	36712
+Wonders	36713
+Wonderwall	36714
+Wong's	36715
+Wongs	36716
+Woman	36717
+Womack	36718
+Women's	36719
+Womens	36720
+White	36721
+Whitaker	36722
+Whitby	36723
+Whitfield	36724
+Whitsett	36725
+Whitworth	36726
+Whisper	36727
+Whistle	36728
+Whiskey	36729
+Whirlpool	36730
+Whirlyball	36731
+Wheatfield	36732
+Wheaties	36733
+Wheaton	36734
+Wheeler	36735
+Wheeling	36736
+Wheelock	36737
+Wheels	36738
+Where's	36739
+Whats	36740
+What's	36741
+Whataburger	36742
+Whatcom	36743
+Whale	36744
+Whalley	36745
+Wharf	36746
+Wharton	36747
+Wholesale	36748
+Wright	36749
+Wrigley	36750
+Writers	36751
+Writing	36752
+Wrecker	36753
+Wrecking	36754
+Wrentham	36755
+WrestleMania	36756
+Wrestling	36757
+Wranglers	36758
+Wynne	36759
+Wynnsong	36760
+Wyckoff	36761
+Wyclef	36762
+Wycliffe	36763
+Wyoming	36764
+Wyomissing	36765
+Frank	36766
+Franny	36767
+Franz	36768
+Frazier	36769
+Frazho	36770
+Frame	36771
+Framing	36772
+Frampton	36773
+Fratelli	36774
+Fraternal	36775
+Frayser	36776
+Freeman	36777
+FreeMotion	36778
+FreePlay	36779
+Freehold	36780
+Freeland	36781
+Freeport	36782
+Freestyle	36783
+Freetown	36784
+Freeze	36785
+Frede	36786
+Fredo	36787
+Fred's	36788
+Freda	36789
+Freds	36790
+Fredy	36791
+French	36792
+Frenzy	36793
+Fresh	36794
+Fresno	36795
+Fresenius	36796
+Freightliner	36797
+Freudian	36798
+Freya	36799
+Friend	36800
+Fried	36801
+Fries	36802
+Frida	36803
+Fridley	36804
+Frito	36805
+Fritz	36806
+Fritts	36807
+Fricano's	36808
+Frick	36809
+Fright	36810
+Frigidaire	36811
+FrontPoint	36812
+Frontgate	36813
+Frontier	36814
+Frogs	36815
+Frostburg	36816
+Frostproof	36817
+Frosty	36818
+Fruitvale	36819
+Fruitville	36820
+Fryeburg	36821
+Farmer	36822
+FarmVille	36823
+Farms	36824
+Farmville	36825
+Farrell	36826
+Farrow	36827
+Faribault	36828
+Farina	36829
+Faris	36830
+Farnam	36831
+Farnham	36832
+Farnsworth	36833
+Fareway	36834
+Fargo's	36835
+Farley's	36836
+Farwell	36837
+Farwest	36838
+FairPoint	36839
+Fairacre	36840
+Fairchild	36841
+Fairdale	36842
+Faire	36843
+Fairgrounds	36844
+Fairview	36845
+Fairy	36846
+Falls	36847
+Fallas	36848
+Fallbrook	36849
+Fallen	36850
+Falling	36851
+Falcon	36852
+Falco's	36853
+Falkenburg	36854
+Fanny	36855
+Facebook	36856
+FaceBook	36857
+FaceTime	36858
+Facey	36859
+Facing	36860
+Factoria	36861
+Factory	36862
+Fathead	36863
+Father	36864
+Fatboy	36865
+Fatburger	36866
+Fabio	36867
+Fabian	36868
+Fabricland	36869
+Fabrics	36870
+Family	36871
+Famer	36872
+Fastenal	36873
+Fastlane	36874
+Faulkner	36875
+Fault	36876
+Fayette	36877
+Finns	36878
+Final	36879
+Finder	36880
+Finding	36881
+Findlay	36882
+Finks	36883
+Finkelstein	36884
+Finland	36885
+Finley	36886
+Fingerhut	36887
+Fingerle	36888
+Finest	36889
+Fino's	36890
+Firebird	36891
+Fires	36892
+Firearms	36893
+Fired	36894
+Firehouse	36895
+Firelands	36896
+Fireplace	36897
+Firewheel	36898
+Firment	36899
+Fisher	36900
+FishHawk	36901
+Fishburne	36902
+Fishing	36903
+Fishkill	36904
+Fishman	36905
+Fishtown	36906
+Files	36907
+Films	36908
+Fitzgerald	36909
+Fitzpatrick	36910
+Fitchburg	36911
+Fighter	36912
+Fighting	36913
+Figure	36914
+Figueroa	36915
+Figaro's	36916
+Fieldcrest	36917
+Fieldhouse	36918
+Fields	36919
+Fifth	36920
+Fifty	36921
+Fiorella's	36922
+Fiori's	36923
+Forest	36924
+Foreman	36925
+Foreign	36926
+Forever	36927
+Forex	36928
+Forte	36929
+Fortis	36930
+Fortress	36931
+Fortville	36932
+Forty	36933
+Ford's	36934
+Fordham	36935
+Fordland	36936
+Fords	36937
+Fordyce	36938
+Forman	36939
+Formica	36940
+Formosa	36941
+Formula	36942
+Forked	36943
+Forks	36944
+Fornaio	36945
+Forney	36946
+Forno	36947
+Forbes	36948
+Forbidden	36949
+Forces	36950
+Forge	36951
+Forgotten	36952
+Forster	36953
+Forsyth	36954
+Foothill	36955
+Footaction	36956
+Football	36957
+Foote	36958
+Footloose	36959
+Footwear	36960
+FoodMaxx	36961
+Foodland	36962
+Foods	36963
+Foodtown	36964
+Fools	36965
+Foxwood	36966
+Foxworth	36967
+Foxy's	36968
+Follansbee	36969
+Follies	36970
+Follow	36971
+Folly	36972
+Foles	36973
+Foley	36974
+Fountain	36975
+Found	36976
+Foursquare	36977
+Fonda	36978
+Fondren	36979
+Fondulac	36980
+Fong's	36981
+Fontaine	36982
+Fontana	36983
+Fogerty	36984
+Foster	36985
+Fostoria	36986
+Fossil	36987
+Fernbank	36988
+Ferncliff	36989
+Ferndale	36990
+Fernie	36991
+Fernley	36992
+Fernwood	36993
+Ferry	36994
+Fergus	36995
+Fergalicious	36996
+Fergie	36997
+Felipe	36998
+Felix	36999
+Felisha	37000
+Feliz	37001
+Fellows	37002
+Fellini's	37003
+Fells	37004
+Feldman	37005
+Felder	37006
+Federico	37007
+Federer	37008
+FedExed	37009
+Fedders	37010
+Fender	37011
+Fendi	37012
+Fennville	37013
+Fenway	37014
+Fenwick	37015
+Fears	37016
+Feasterville	37017
+Feather	37018
+Festival	37019
+Festivus	37020
+Feelgood	37021
+Floral	37022
+Florham	37023
+Flower	37024
+FlowRider	37025
+Flowing	37026
+Flowmaster	37027
+Flowood	37028
+Floyd's	37029
+Floydada	37030
+Floyds	37031
+Floor	37032
+Flood	37033
+Flourtown	37034
+Flatiron	37035
+Flatt	37036
+Flatbush	37037
+Flathead	37038
+Flats	37039
+Flanagan	37040
+Flanigan	37041
+Flanders	37042
+Flannery	37043
+Flags	37044
+Flagler	37045
+Flaming	37046
+Flame	37047
+Flacco	37048
+Flack	37049
+Flashdance	37050
+FleetPride	37051
+Fleetwood	37052
+Flemings	37053
+Flemington	37054
+Fletcher	37055
+Flintstone	37056
+Flintridge	37057
+Flyers	37058
+Flynn's	37059
+Funkadelic	37060
+Funkenstein	37061
+Funky	37062
+Funday	37063
+Funds	37064
+Funniest	37065
+Funny	37066
+Furnace	37067
+Furniture	37068
+Furys	37069
+Fuller	37070
+Fultondale	37071
+Fuentes	37072
+Kenny	37073
+Kenna	37074
+Kendal	37075
+Kent's	37076
+Kentlands	37077
+Kenton	37078
+Kents	37079
+Kentwood	37080
+Kenobi	37081
+Kenosha	37082
+Kenova	37083
+Kenowa	37084
+Kenzie	37085
+Kenzo	37086
+Kenai	37087
+Kenansville	37088
+Kensington	37089
+Kenwood	37090
+Kenworth	37091
+Kenya	37092
+Kenyon	37093
+Kelli	37094
+Kelly	37095
+Kellogg	37096
+Kells	37097
+Kelsey	37098
+Kelsie	37099
+Kelso	37100
+Keene	37101
+Keenan	37102
+Keegan	37103
+Keego	37104
+Keely	37105
+Keeper	37106
+Keefe	37107
+Kernan	37108
+Kernersville	37109
+Kerns	37110
+Kernville	37111
+Kerri	37112
+Kerrville	37113
+Kerry	37114
+Kerman	37115
+Kermit	37116
+Kersey	37117
+Kershaw	37118
+Keyser	37119
+Keystone	37120
+Keysville	37121
+Keane	37122
+Keansburg	37123
+Keanu	37124
+Kearsley	37125
+Keating	37126
+Keaton	37127
+Keats	37128
+Kemps	37129
+Kemper	37130
+Kempton	37131
+Keith's	37132
+Keiths	37133
+Keiser	37134
+Keisha	37135
+Kesslers	37136
+Kettle	37137
+Kettering	37138
+Kettner	37139
+Ketchikan	37140
+Ketchum	37141
+Kevin's	37142
+Kevins	37143
+Kewanee	37144
+Kewaskum	37145
+Kewaunee	37146
+Kings	37147
+King's	37148
+Kingdom	37149
+Kingfisher	37150
+Kingman	37151
+Kingwood	37152
+Kinder	37153
+Kindle	37154
+Kindred	37155
+Kinsley	37156
+Kinston	37157
+Kinect	37158
+Kinkade	37159
+Kincaid's	37160
+Kinnelon	37161
+Kinney	37162
+Kinzel	37163
+Kinzie	37164
+Killa	37165
+Kills	37166
+Killzone	37167
+Kilbourn	37168
+Kilburn	37169
+Kilby	37170
+Kildaire	37171
+Kildare	37172
+Kilgore's	37173
+Kilmarnock	37174
+Kilmer	37175
+Kimber	37176
+Kimball	37177
+Kimble	37178
+Kimbo	37179
+Kimmy	37180
+Kimmel	37181
+Kimmie	37182
+Kirkland	37183
+Kirks	37184
+Kirkman	37185
+Kirko	37186
+Kirkpatrick	37187
+Kirkwood	37188
+Kirsten	37189
+Kirsty	37190
+Kirstie	37191
+Kira's	37192
+Kiran	37193
+Kirby's	37194
+Kirbyville	37195
+Kitty	37196
+Kittanning	37197
+Kittery	37198
+Kittitas	37199
+Kittles	37200
+Kittredge	37201
+Kitts	37202
+KitchenAid	37203
+Kitchener	37204
+Kissy	37205
+Kisha	37206
+Kishore	37207
+Kishwaukee	37208
+Kiera	37209
+Kierland	37210
+Kiehl's	37211
+Kidstuff	37212
+Kiana's	37213
+Kiki's	37214
+Kickstarter	37215
+Kiwis	37216
+Kathleen	37217
+Kathy	37218
+Kathie	37219
+Kathryn	37220
+Kate's	37221
+Kates	37222
+Katie	37223
+Katia	37224
+Katrina's	37225
+Katsuya	37226
+Katz's	37227
+Karen	37228
+Karachi	37229
+Karan	37230
+Karas	37231
+Karate	37232
+Karin	37233
+Karissa	37234
+Kartchner	37235
+Kartel	37236
+Karthik	37237
+Kardashian	37238
+Kardon	37239
+Karl's	37240
+Karla	37241
+Karma	37242
+Karmin	37243
+Karnes	37244
+Karns	37245
+Kayla	37246
+Kaylyn	37247
+Kayenta	37248
+Kaysville	37249
+Kanab	37250
+Kanata	37251
+Kanawha	37252
+Kaneohe	37253
+Kanes	37254
+Kangaroo	37255
+Kailey	37256
+Kailua	37257
+Kailyn	37258
+Kaira	37259
+Kairos	37260
+Kaiser's	37261
+Kaitlin	37262
+Kaitlyn	37263
+Kalahari	37264
+Kalani	37265
+Kalin	37266
+Kalispell	37267
+Kaleb	37268
+Kaley	37269
+Kamal	37270
+Kamaria	37271
+Kaminski	37272
+Kashi	37273
+Kashmir	37274
+Kapahulu	37275
+Kapalua	37276
+Kapolei	37277
+Kapoor	37278
+Kahler	37279
+Kahlua	37280
+Kahului	37281
+Kahuna	37282
+Kaufman	37283
+Kauffman	37284
+Kaden's	37285
+Kawana	37286
+Kawasaki	37287
+Korean	37288
+Koreatown	37289
+Korner	37290
+Koons	37291
+Koontz	37292
+Kostas	37293
+Kostner	37294
+Kostoryz	37295
+Kobe's	37296
+Kouns	37297
+Kountry	37298
+Kowalski's	37299
+Kriss	37300
+Krishna	37301
+Kriegers	37302
+Krause	37303
+Krauss	37304
+Kraftwerk	37305
+Kragens	37306
+Kramers	37307
+Kravitz	37308
+Krust	37309
+Kruse	37310
+Krogers	37311
+Kronos	37312
+Kremes	37313
+Knoll	37314
+Knology	37315
+Knowles	37316
+Knows	37317
+Knobs	37318
+Knoxville	37319
+Knights	37320
+Knightdale	37321
+Knightley	37322
+Knighton	37323
+Knickerbocker	37324
+Knicks	37325
+Kunia	37326
+Kunis	37327
+Kumon	37328
+Kleenex	37329
+Kleevage	37330
+Klein's	37331
+Klondike	37332
+Klonopin	37333
+Kyle's	37334
+Kylee	37335
+Kyler	37336
+Kyles	37337
+Kylie's	37338
+Kylies	37339
+Khaled	37340
+Khama	37341
+Khammam	37342
+Khan's	37343
+Kwanza	37344
+Ellen	37345
+Ellet	37346
+Ellesmere	37347
+Elliot	37348
+Ellis	37349
+Ellicott	37350
+Ellie	37351
+Ellijay	37352
+Ellington	37353
+Ella's	37354
+Ellaville	37355
+Elizabeth	37356
+Eliza's	37357
+Elisabeth	37358
+Elise	37359
+Elisha	37360
+Elissa	37361
+Eliana	37362
+Elias	37363
+Elijah's	37364
+Eliot	37365
+Election	37366
+Electoral	37367
+Element	37368
+Elemeno	37369
+Elena	37370
+Eleni	37371
+Elevation	37372
+Eleven	37373
+Elmer	37374
+Elmendorf	37375
+Elmo's	37376
+Elmont	37377
+Elmore	37378
+Elmsford	37379
+Elmsley	37380
+Elkhart	37381
+Elkhorn	37382
+Elkins	37383
+Elder	37384
+Elden	37385
+Eldora	37386
+Eldon	37387
+Eldred	37388
+Eldridge	37389
+Elsie	37390
+Elsinore	37391
+Elsa's	37392
+Elaine	37393
+Elaina	37394
+Elantra	37395
+Elberta	37396
+Elberton	37397
+Elvia	37398
+Elvin	37399
+Elvira	37400
+Elvis	37401
+Elyse	37402
+Elysian	37403
+Elgan	37404
+Elway's	37405
+England	37406
+Engle	37407
+English	37408
+Engineer	37409
+Enderman	37410
+Enders	37411
+Endoscopy	37412
+Endowment	37413
+Encinitas	37414
+Encino	37415
+Encore	37416
+Encounters	37417
+Enterprise	37418
+Entergy	37419
+Enrique	37420
+Energy	37421
+Edgebrook	37422
+Edgefield	37423
+Edgehill	37424
+Edgerton	37425
+Edgars	37426
+Edgartown	37427
+Edina	37428
+Edinger	37429
+Edith	37430
+Edition	37431
+Edison	37432
+Edisto	37433
+Edmodo	37434
+Edmore	37435
+Edmunds	37436
+Eddy's	37437
+Eddystone	37438
+Eddyville	37439
+Eddie's	37440
+Edwards	37441
+Eden's	37442
+Edenton	37443
+Eduardo's	37444
+Education	37445
+Educators	37446
+Evers	37447
+Evert	37448
+EverBank	37449
+Everclear	37450
+Everitt	37451
+Everman	37452
+Evernote	37453
+Event	37454
+Evendale	37455
+Evening	37456
+Evelyn	37457
+Evans	37458
+Evangel	37459
+Evan's	37460
+Evanescence	37461
+Evita	37462
+Evite	37463
+Easter	37464
+Eastham	37465
+Eastchester	37466
+Eastfield	37467
+Eastgate	37468
+Eastridge	37469
+Eastside	37470
+Earl's	37471
+Earle	37472
+Earls	37473
+Early	37474
+Earth's	37475
+EarthLink	37476
+Eatonville	37477
+Eaters	37478
+Eagles	37479
+Eagleville	37480
+Eaglewood	37481
+Emma's	37482
+Emmanuel	37483
+Emmas	37484
+Emmaus	37485
+Emmetsburg	37486
+Emmett	37487
+Emmylou	37488
+Emmys	37489
+Emmitsburg	37490
+Emmitt	37491
+Emperor's	37492
+Emperors	37493
+Employee	37494
+Employment	37495
+Empires	37496
+Emporia	37497
+Emporium	37498
+Empress	37499
+Emprise	37500
+Emily	37501
+Eminem's	37502
+Emerson's	37503
+Emeryville	37504
+Emancipation	37505
+Emanuel	37506
+Embarcadero	37507
+Embassy	37508
+Esteban	37509
+Estee	37510
+Estefan	37511
+Estero	37512
+Estes	37513
+Estate	37514
+Estabrook	37515
+Estacada	37516
+Estancia	37517
+Esther's	37518
+Estherville	37519
+Estrada	37520
+Estrella	37521
+Escambia	37522
+Escanaba	37523
+Escape	37524
+Escobar	37525
+Escondido	37526
+Escort	37527
+Espana	37528
+Espanola	37529
+Esposito's	37530
+Essen	37531
+Essex	37532
+Eskimos	37533
+Erick	37534
+Erica	37535
+Erics	37536
+Eric's	37537
+Erika	37538
+Erik's	37539
+Erin's	37540
+Erins	37541
+Ernestine	37542
+Ernesto	37543
+Ernie's	37544
+Ernies	37545
+Expect	37546
+Expendables	37547
+Expressions	37548
+Expressway	37549
+Exploratorium	37550
+Explorer	37551
+Exposition	37552
+Excellence	37553
+Excelsior	37554
+Excursion	37555
+Excuse	37556
+Executives	37557
+Exede	37558
+Exedra	37559
+Extended	37560
+Extension	37561
+Extra	37562
+Extreme	37563
+Examiners	37564
+Econolodge	37565
+Eckerd	37566
+Eckert	37567
+Eugene's	37568
+Epica	37569
+Epicure	37570
+Epiphany	37571
+Epiphone	37572
+Episcopal	37573
+Episode	37574
+Epsom	37575
+Epson	37576
+Ethan's	37577
+Ethans	37578
+Ethel	37579
+Ethiopian	37580
+Eggers	37581
+Eggert	37582
+Eglinton	37583
+Egyptians	37584
+Eisenhauer	37585
+Eisenhower	37586
+Eyewear	37587
+Eyewitness	37588
+Eyeworks	37589
+EPCOR	37590
+Ebenezer	37591
+Ebensburg	37592
+Equifax	37593
+Equinox	37594
+Equipment	37595
+Equity	37596
+Effects	37597
+Effie	37598
+Effingham	37599
+overs	37600
+overt	37601
+overnight	37602
+overflow	37603
+over-the-counter	37604
+overgrown	37605
+overjoyed	37606
+overkill	37607
+overqualified	37608
+overuse	37609
+overview	37610
+overzealous	37611
+ovens	37612
+ovary	37613
+ovations	37614
+ovulating	37615
+ovulation	37616
+outlet	37617
+outlook	37618
+outside	37619
+outskirts	37620
+outsmart	37621
+outspoken	37622
+outstanding	37623
+outrage	37624
+outreach	37625
+outrun	37626
+outdo	37627
+outdated	37628
+outdid	37629
+outback	37630
+outbid	37631
+outbreak	37632
+outburst	37633
+outfit	37634
+outfield	37635
+outcome	37636
+output	37637
+outpatient	37638
+outgoing	37639
+outer	37640
+outee	37641
+outing	37642
+outie	37643
+outweigh	37644
+outward	37645
+outages	37646
+outtakes	37647
+ounces	37648
+organ	37649
+orgasm	37650
+origin	37651
+origami	37652
+oriented	37653
+order	37654
+ordeal	37655
+ordinance	37656
+ordination	37657
+orthotics	37658
+orchestrate	37659
+orchards	37660
+orchids	37661
+orbital	37662
+orbitel	37663
+orbitz.com	37664
+orally	37665
+oranges	37666
+oreganos	37667
+oreillys	37668
+ornament	37669
+ornate	37670
+optic	37671
+option	37672
+opting	37673
+optometry	37674
+opthamologist	37675
+opthamology	37676
+operable	37677
+operas	37678
+opening	37679
+openly	37680
+openness	37681
+opens	37682
+opponent	37683
+oppressed	37684
+oppression	37685
+opinionated	37686
+opinions	37687
+opiates	37688
+obsess	37689
+obstacle	37690
+obstetrics	37691
+obscure	37692
+oblique	37693
+obliterated	37694
+obeyed	37695
+obeying	37696
+obedience	37697
+obedient	37698
+obese	37699
+obesity	37700
+objective	37701
+objection	37702
+obtained	37703
+obtaining	37704
+obama's	37705
+obituaries	37706
+obituary	37707
+obviously	37708
+offer	37709
+office	37710
+offshore	37711
+offsite	37712
+offspring	37713
+offline	37714
+offload	37715
+one-day	37716
+one-horse	37717
+one-time	37718
+one-year	37719
+onesie	37720
+oneself	37721
+onside	37722
+onsite	37723
+oncoming	37724
+online.com	37725
+only:	37726
+onions	37727
+occur	37728
+occasional	37729
+occasions	37730
+octagon	37731
+octane	37732
+octapharma	37733
+olden	37734
+older	37735
+oldest	37736
+oldies	37737
+olive	37738
+olivia	37739
+omelets	37740
+omelette	37741
+omega	37742
+omegle	37743
+omitted	37744
+oxycodone	37745
+oxycontin	37746
+oxycotton	37747
+owner	37748
+owned	37749
+okeydoke	37750
+ooooh	37751
+oopsie	37752
+otherside	37753
+otterbox	37754
+otters	37755
+osteoarthritis	37756
+odors	37757
+ohmygod	37758
+ohmygosh	37759
+North	37760
+Norte	37761
+Norton	37762
+Nortrax	37763
+Norma	37764
+Norm's	37765
+Nordstrom	37766
+Nordahl	37767
+Nordhoff	37768
+Nordic	37769
+Nordy's	37770
+Norwich	37771
+Norwood	37772
+Nora's	37773
+Norah	37774
+Norandex	37775
+Norris	37776
+Norridge	37777
+Norriton	37778
+Norbert	37779
+Norbit	37780
+Norco	37781
+Norcross	37782
+Noreen	37783
+Norelco	37784
+Norfolk	37785
+Norfork	37786
+NovaCare	37787
+Novak	37788
+Novant	37789
+Novartis	37790
+Novato	37791
+November	37792
+Novell	37793
+Novick	37794
+Notepad	37795
+Notes	37796
+Nottingham	37797
+Nolan's	37798
+Nolana	37799
+Noland	37800
+Nolans	37801
+Nolanville	37802
+Nolensville	37803
+Nobles	37804
+Noonan	37805
+Nooner	37806
+Noory	37807
+Noel's	37808
+Noelle	37809
+Nonna's	37810
+Nostalgia	37811
+Noster	37812
+Nomad	37813
+Newbold	37814
+Newbridge	37815
+Newsom	37816
+Newsboys	37817
+Newsday	37818
+Newsies	37819
+Newman	37820
+Newmark	37821
+Newalta	37822
+Newark	37823
+Newaygo	37824
+Newcastle	37825
+Newfane	37826
+Newfield	37827
+Newfoundland	37828
+Newport	37829
+Newpark	37830
+Newegg	37831
+Newell	37832
+Newhall	37833
+Newhart	37834
+Nestle	37835
+Nestor	37836
+Nescafe	37837
+Nesbitt	37838
+Nessa	37839
+Needham	37840
+Needle	37841
+Needmore	37842
+Needtobreathe	37843
+Needville	37844
+Neely	37845
+Neelam	37846
+Neeley	37847
+Nelly	37848
+Nello's	37849
+Nelson's	37850
+Nelsons	37851
+Nelsonville	37852
+Nettie	37853
+Nettles	37854
+Networks	37855
+Nevin	37856
+Neville	37857
+Nevis	37858
+Neverland	37859
+Negro	37860
+Negril	37861
+Negative	37862
+Negaunee	37863
+Neil's	37864
+Neillsville	37865
+Neimans	37866
+Neutral	37867
+NextCare	37868
+Nextel	37869
+Nextgear	37870
+Nepali	37871
+Neptunes	37872
+Nemo's	37873
+Nemours	37874
+Neosho	37875
+Neosporin	37876
+Nation	37877
+Natick	37878
+Natasha	37879
+Natatorium	37880
+Nathaniel	37881
+Nathans	37882
+Nathan's	37883
+Natural	37884
+Nature	37885
+Natco	37886
+Nate's	37887
+Nancy	37888
+Nance	37889
+Nanci	37890
+Nana's	37891
+Nanaimo	37892
+Nando	37893
+Nanda	37894
+Nannys	37895
+Nanticoke	37896
+Nantucket	37897
+Navajo	37898
+Naval	37899
+Navasota	37900
+Naviance	37901
+Navidad	37902
+Navistar	37903
+Napoli	37904
+Napoleon	37905
+Nappanee	37906
+Napper	37907
+Nappy	37908
+Naples	37909
+Napleton	37910
+Nashboro	37911
+Nashoba	37912
+Nashua	37913
+Nashville	37914
+Nasty	37915
+Narcoossee	37916
+Narcotics	37917
+Narragansett	37918
+Narrows	37919
+Nadia	37920
+Nadine	37921
+Nadeem	37922
+Nader	37923
+Naugatuck	37924
+Nautica	37925
+Nautilus	37926
+Nazarene	37927
+Nazareth	37928
+Nazis	37929
+Nails	37930
+Nairobi	37931
+Nabisco	37932
+Nalley	37933
+Nicky	37934
+Nick's	37935
+Nickatina	37936
+Nicki	37937
+Nicks	37938
+Nico's	37939
+Nicor	37940
+Nicholas	37941
+Nichols	37942
+Nichole	37943
+Niceville	37944
+Nightmare	37945
+Nighthawk	37946
+Nightingale	37947
+Nights	37948
+Niger	37949
+Nigel	37950
+Niko's	37951
+Nikolai	37952
+Nikon	37953
+Nikos	37954
+Nikki	37955
+Nikko	37956
+Nikes	37957
+Niketown	37958
+Niki's	37959
+Nikita	37960
+Niner	37961
+Nina's	37962
+Ninjago	37963
+Nino's	37964
+Nisha	37965
+Nishi	37966
+Nissan	37967
+Nisswa	37968
+Niemann	37969
+Nixon's	37970
+Nutrition	37971
+Nutter	37972
+Nutty	37973
+Numark	37974
+Numbers	37975
+Nursery	37976
+Nurses	37977
+Nuggets	37978
+newsletter	37979
+newspaper	37980
+news.com	37981
+news4jax.com	37982
+newsboys	37983
+newscast	37984
+newsfeed	37985
+newsroom	37986
+newsstand	37987
+newbie	37988
+newborn	37989
+newegg	37990
+newer	37991
+newest	37992
+newlywed	37993
+newcomers	37994
+neglect	37995
+negotiable	37996
+negate	37997
+negatory	37998
+neuro	37999
+neural	38000
+neuter	38001
+network.com	38002
+networking	38003
+networks	38004
+netflix.com	38005
+netting	38006
+needle	38007
+needin	38008
+needa	38009
+needed	38010
+needs	38011
+needy	38012
+neighbor	38013
+necks	38014
+necktie	38015
+neces-	38016
+nervous	38017
+nerve	38018
+nerds	38019
+nerdy	38020
+nearby	38021
+nearest	38022
+nearing	38023
+nearly	38024
+neath	38025
+neatly	38026
+neato	38027
+nester	38028
+nesting	38029
+nestled	38030
+nests	38031
+neverShoutNever	38032
+neverending	38033
+neverland	38034
+nevermind	38035
+nevershoutnever	38036
+nevertheless	38037
+neonatal	38038
+neons	38039
+nephew	38040
+nephrology	38041
+notion	38042
+noting	38043
+notebook	38044
+note:	38045
+notecards	38046
+noted	38047
+notepad	38048
+notes	38049
+notable	38050
+notation	38051
+nothin	38052
+nother	38053
+notches	38054
+non-existent	38055
+non-profit	38056
+non-refundable	38057
+nonprofit	38058
+nonpayment	38059
+nonchalantly	38060
+nonetheless	38061
+nonfat	38062
+nonfiction	38063
+northwest	38064
+northbound	38065
+northsight	38066
+northtowne	38067
+norms	38068
+nooner	38069
+noonish	38070
+noontime	38071
+nookie	38072
+nooks	38073
+noobs	38074
+noodles	38075
+noooo	38076
+nosebleed	38077
+nosed	38078
+noser	38079
+noses	38080
+nosey	38081
+nostril	38082
+novel	38083
+novena	38084
+novae	38085
+novia	38086
+novice	38087
+nominee	38088
+now.com	38089
+nodded	38090
+nodding	38091
+nodes	38092
+nobody's	38093
+nobodys	38094
+nobles	38095
+nouns	38096
+nourishment	38097
+noches	38098
+noises	38099
+nopee	38100
+nozzles	38101
+nation	38102
+nature	38103
+natural	38104
+naturopath	38105
+naturist	38106
+natalie	38107
+natasha	38108
+nates	38109
+narrow	38110
+names	38111
+name's	38112
+name:	38113
+named	38114
+namaste	38115
+napped	38116
+napping	38117
+nappy	38118
+napkins	38119
+nanny	38120
+nanner	38121
+nannies	38122
+nanas	38123
+navient	38124
+nasty	38125
+nausea	38126
+nauseous	38127
+naughty	38128
+nailing	38129
+nails	38130
+nachos	38131
+nadia	38132
+nadie	38133
+nagger	38134
+nagging	38135
+nakedness	38136
+night	38137
+nigha	38138
+nigga	38139
+nigger	38140
+nigguh	38141
+nickname	38142
+nickel	38143
+nicki	38144
+nicks	38145
+niceee	38146
+nicely	38147
+niceness	38148
+nicer	38149
+nicest	38150
+nicey	38151
+nicotine	38152
+nines	38153
+ninjago	38154
+ninjas	38155
+nitro	38156
+nitrate	38157
+nitric	38158
+nitee	38159
+nites	38160
+nipple	38161
+nippers	38162
+nipping	38163
+nippy	38164
+nipsey	38165
+nibbled	38166
+nibbles	38167
+niece's	38168
+nieces	38169
+nike.com	38170
+nikka	38171
+nikki	38172
+numba	38173
+numbing	38174
+numeric	38175
+numero	38176
+numeral	38177
+nummies	38178
+nummy	38179
+nutrient	38180
+nutribullet	38181
+nutrigrain	38182
+nutcracker	38183
+nutcase	38184
+nutsack	38185
+nutshell	38186
+nuttin	38187
+nutty	38188
+nurse	38189
+nursing	38190
+nurture	38191
+nurturing	38192
+nudie	38193
+nudist	38194
+nudity	38195
+nudes	38196
+nunchucks	38197
+nugget	38198
+nuggs	38199
+nylons	38200
+Jacks	38201
+Jackie	38202
+Jacky	38203
+Jacket	38204
+Jack's	38205
+Jackman	38206
+Jackrabbit	38207
+Jacobs	38208
+Jacob's	38209
+Jacoby	38210
+Jacques	38211
+Jacinto	38212
+Janet	38213
+Janell	38214
+Janes	38215
+Jane's	38216
+Janeiro	38217
+Janey	38218
+Janice	38219
+Janie	38220
+Janis	38221
+Jansen	38222
+Janson	38223
+Janssen	38224
+January's	38225
+James	38226
+Jamey	38227
+Jamie	38228
+Jamil	38229
+Jamin	38230
+Jamison	38231
+Jamaica	38232
+Jamaal	38233
+Jamal	38234
+Jamar	38235
+Jamba	38236
+Jamboree	38237
+Jayda	38238
+Jayden	38239
+Jayla	38240
+Jaylin	38241
+Jayson	38242
+Jarrod	38243
+Jared's	38244
+Jagermeister	38245
+Jaggers	38246
+Jaguars	38247
+Jasmine	38248
+Jason's	38249
+Jaspers	38250
+Jailbreak	38251
+Jailhouse	38252
+Jaden	38253
+Jadakiss	38254
+Javier	38255
+Javits	38256
+JavaScript	38257
+Jazzercise	38258
+Jazzy	38259
+Jake's	38260
+Jakes	38261
+Japanese	38262
+Jabara's	38263
+Jabari	38264
+Jalisco's	38265
+Johns	38266
+John's	38267
+JohnBoy	38268
+Johnathan	38269
+Johnie	38270
+Johann	38271
+Johansson	38272
+Joseph	38273
+Jose's	38274
+Joses	38275
+Josey	38276
+Joshua	38277
+Josh's	38278
+Joshin	38279
+Joshy	38280
+Josie	38281
+Josiah	38282
+Joslin	38283
+Joslyn	38284
+Jostens	38285
+Jonesboro	38286
+Jonesy	38287
+Joneses	38288
+Jonestown	38289
+Jonesville	38290
+Jonah	38291
+Jonas	38292
+Joann	38293
+Joan's	38294
+Joanie	38295
+Jordan	38296
+Jordy	38297
+Jordin	38298
+Jorge's	38299
+Jorgensen	38300
+Joel's	38301
+Joels	38302
+Joelton	38303
+Joey's	38304
+Jolly	38305
+Jolla	38306
+Jollibee	38307
+Jolie's	38308
+Joliet	38309
+Joyce's	38310
+Joyces	38311
+Jodi's	38312
+Jodie	38313
+Jody's	38314
+Journal	38315
+Journey	38316
+Jovi's	38317
+Jenni	38318
+Jenny	38319
+Jenna	38320
+Jenner	38321
+Jenifer	38322
+Jenks	38323
+Jensen	38324
+Jeremy	38325
+Jerry	38326
+Jerrica	38327
+Jerrod	38328
+Jerome's	38329
+Jeromes	38330
+Jerky	38331
+Jerseyville	38332
+Jessi	38333
+Jessa	38334
+Jesse	38335
+Jess's	38336
+Jessup	38337
+Jesus	38338
+Jesuit	38339
+Jesup	38340
+Jeffers	38341
+Jeffery	38342
+Jeffrey	38343
+Jeffries	38344
+Jeanne	38345
+Jeannie	38346
+Jeanette's	38347
+Jeanie	38348
+Jeanine	38349
+Jethro's	38350
+Jetpack	38351
+Jetport	38352
+Jetsons	38353
+Jetta	38354
+Jewel	38355
+Jewett	38356
+Jellystone	38357
+Jeeps	38358
+Jemima	38359
+Jemison	38360
+Julia	38361
+Julie	38362
+Julio	38363
+Julington	38364
+Julius	38365
+Judah	38366
+Judas	38367
+Judicial	38368
+Judith	38369
+Judds	38370
+Judes	38371
+Judy's	38372
+June's	38373
+Juneau	38374
+Junes	38375
+Juniata	38376
+Junie	38377
+Junior	38378
+Juniper	38379
+Justin	38380
+Justice	38381
+Juan's	38382
+Juans	38383
+Juiceman	38384
+Juicery	38385
+Jumper	38386
+Jumpsuit	38387
+Jimmy	38388
+Jimmer	38389
+Jimmie	38390
+Jimador	38391
+Jimbo's	38392
+Jiminy	38393
+Jillian's	38394
+Jillians	38395
+Jingle	38396
+Jiang	38397
+Jianna	38398
+JCPenney's	38399
+JCPenneys	38400
+under	38401
+undead	38402
+undecided	38403
+undeliverable	38404
+undeniable	38405
+undies	38406
+undivided	38407
+undoing	38408
+undone	38409
+undoubtedly	38410
+undressed	38411
+undressing	38412
+uninformed	38413
+uninhibited	38414
+uninvited	38415
+univar	38416
+univita	38417
+unico	38418
+unica	38419
+unicity	38420
+unicycle	38421
+unite	38422
+unitary	38423
+units	38424
+unity	38425
+uniform	38426
+unified	38427
+union.com	38428
+unions	38429
+uniquely	38430
+uniqueness	38431
+unimaginable	38432
+unimportant	38433
+unisex	38434
+unison	38435
+uncover	38436
+uncle	38437
+unclaimed	38438
+unclog	38439
+uncalled	38440
+uncanny	38441
+uncaring	38442
+uncertain	38443
+uncensored	38444
+uncheck	38445
+unsuccessful	38446
+unsubscribe	38447
+unsure	38448
+unsuspecting	38449
+unsecured	38450
+unseen	38451
+unselfish	38452
+unser	38453
+unsafe	38454
+unsaid	38455
+unsalted	38456
+unsatisfied	38457
+unstable	38458
+unsteady	38459
+unstoppable	38460
+unstuck	38461
+unscathed	38462
+unscented	38463
+unscrew	38464
+unsolicited	38465
+unsolved	38466
+unspeakable	38467
+unspoken	38468
+unsweetened	38469
+unfounded	38470
+unfamiliar	38471
+unfathomable	38472
+unfriend	38473
+unfreeze	38474
+unfinished	38475
+unfit	38476
+unlock	38477
+unload	38478
+unloved	38479
+unlike	38480
+unlicensed	38481
+unlimited	38482
+unlisted	38483
+unless	38484
+unladen	38485
+unlawful	38486
+unacceptable	38487
+unanimous	38488
+unannounced	38489
+unanswered	38490
+unapologetic	38491
+unattainable	38492
+unattended	38493
+unattractive	38494
+unavailable	38495
+unavoidable	38496
+unpack	38497
+unpaid	38498
+unpause	38499
+unplug	38500
+unplanned	38501
+unpleasant	38502
+unbeknownst	38503
+unbreak	38504
+unbroken	38505
+unblocked	38506
+unborn	38507
+unboxing	38508
+unbuttoned	38509
+unrecognizable	38510
+unregistered	38511
+unravel	38512
+unrated	38513
+untie	38514
+until	38515
+untitled	38516
+untold	38517
+untreated	38518
+unexcused	38519
+unemployed	38520
+unemployment	38521
+uneventful	38522
+unwilling	38523
+unwind	38524
+unwrap	38525
+unwritten	38526
+unhook	38527
+unholy	38528
+unhappiness	38529
+unhappy	38530
+unhealthy	38531
+unheard	38532
+unofficially	38533
+unorganized	38534
+unorthodox	38535
+unmanageable	38536
+ungrateful	38537
+ungrounded	38538
+unknown	38539
+unknowingly	38540
+unnecessarily	38541
+unnecessary	38542
+unusually	38543
+upstream	38544
+upsets	38545
+upsetting	38546
+uploaded	38547
+uploading	38548
+uploads	38549
+uplift	38550
+upline	38551
+upper	38552
+upped	38553
+upping	38554
+uppity	38555
+updated	38556
+update:	38557
+updates	38558
+upgraded	38559
+upgrades	38560
+uphold	38561
+upright	38562
+uprising	38563
+urine	38564
+urged	38565
+urges	38566
+urological	38567
+urologist	38568
+username	38569
+user's	38570
+users	38571
+utensils	38572
+uterine	38573
+uterus	38574
+ultralight	38575
+ultraviolet	38576
+ultimate	38577
+ultimatum	38578
+ugliness	38579
+umbrellas	38580
+ummmm	38581
+Orangeburg	38582
+Orangethorpe	38583
+Orangewood	38584
+Origami	38585
+Oriental	38586
+Orioles	38587
+Orion	38588
+Oregon	38589
+Oregano's	38590
+Oreos	38591
+Orton's	38592
+Ortonville	38593
+Orthodox	38594
+Orthopedic	38595
+Orting	38596
+Ortiz	38597
+Orchard	38598
+Orchestra	38599
+Orchid	38600
+Order	38601
+Ordean	38602
+Orlando	38603
+Orbison	38604
+Orbitz	38605
+Olive	38606
+Olivia	38607
+Olivos	38608
+Olina	38609
+Olympus	38610
+Oldsmar	38611
+Oldsmobile	38612
+Olson's	38613
+Ollie's	38614
+Oscar's	38615
+Oscars	38616
+Oscoda	38617
+Osteria	38618
+Osterman	38619
+Osterville	38620
+Osaka's	38621
+Oswald	38622
+Oswalt	38623
+Oswego	38624
+Oswell	38625
+Osborne	38626
+Ossining	38627
+Ossipee	38628
+O'Neill	38629
+O'Neal's	38630
+O'Connor	38631
+O'Connell	38632
+O'Malley's	38633
+O'Reilly's	38634
+O'Shea's	38635
+Octagon	38636
+October	38637
+Octomom	38638
+Oceanaire	38639
+Oconee	38640
+Oconomowoc	38641
+Oconto	38642
+Ochoa	38643
+Ochsner	38644
+Occupational	38645
+Occupy	38646
+Opelika	38647
+Opelousas	38648
+Optical	38649
+Optique	38650
+Optoma	38651
+Optometry	38652
+Oprah's	38653
+Opryland	38654
+Oakboro	38655
+Oakbrook	38656
+Oakview	38657
+Oakville	38658
+Okemos	38659
+Outlet	38660
+Outlook	38661
+Overbrook	38662
+Overdrive	38663
+Overstreet	38664
+Omari	38665
+Omar's	38666
+Oberlin	38667
+Oberweis	38668
+OtterBox	38669
+Otterbox	38670
+Ottoman	38671
+Owens	38672
+Owenton	38673
+Odenton	38674
+Odenville	38675
+Ozarka	38676
+Ozarks	38677
+OfficeMax	38678
+Officer	38679
+Offices	38680
+visit	38681
+vision	38682
+visually	38683
+visuals	38684
+visage	38685
+visas	38686
+vistaprint.com	38687
+vistas	38688
+visors	38689
+victor	38690
+victim	38691
+vicious	38692
+vicinity	38693
+vicki	38694
+vicks	38695
+vicky	38696
+vices	38697
+vicodins	38698
+violet	38699
+violinist	38700
+violins	38701
+video	38702
+vibrant	38703
+viber	38704
+vibes	38705
+vineyard	38706
+vinegar	38707
+vines	38708
+vindicated	38709
+vindictive	38710
+virtual	38711
+virtue	38712
+virtuous	38713
+virgin	38714
+virgos	38715
+viruses	38716
+villa	38717
+ville	38718
+viewing	38719
+viewpoint	38720
+views	38721
+vital	38722
+vitamin	38723
+viagara	38724
+viagra	38725
+vials	38726
+vigilant	38727
+vigorously	38728
+vivid	38729
+vivian	38730
+vixens	38731
+versa	38732
+verse	38733
+versus	38734
+verbena	38735
+verbiage	38736
+verbs	38737
+verizon	38738
+veranda	38739
+verde	38740
+verdict	38741
+vermilion	38742
+vermouth	38743
+vernacular	38744
+vernal	38745
+veronica	38746
+venti	38747
+vented	38748
+vents	38749
+vendor	38750
+vendetta	38751
+vending	38752
+veneer	38753
+venereal	38754
+venom	38755
+venous	38756
+vengeance	38757
+vengeful	38758
+venues	38759
+veteran	38760
+vetoed	38761
+vegetable	38762
+vegetarian	38763
+vegetation	38764
+veggies	38765
+vested	38766
+vestibule	38767
+vests	38768
+vessels	38769
+vehicle's	38770
+vehicles	38771
+veils	38772
+veins	38773
+valedictorian	38774
+valet	38775
+valid	38776
+valium	38777
+valiant	38778
+value	38779
+valleys	38780
+valves	38781
+vacay	38782
+vaccine	38783
+vacuumed	38784
+vacuuming	38785
+vacuums	38786
+vanish	38787
+vanilla	38788
+vandalize	38789
+vandalism	38790
+various	38791
+varying	38792
+vasectomy	38793
+vaseline	38794
+vases	38795
+vastly	38796
+vaginal	38797
+vaginas	38798
+vaguely	38799
+vaporizer	38800
+vapors	38801
+vapes	38802
+vampires	38803
+volume	38804
+voluptuous	38805
+voltage	38806
+voltmeter	38807
+volts	38808
+volcano	38809
+volcanic	38810
+volleyball	38811
+voice	38812
+voicing	38813
+voided	38814
+vocal	38815
+vocab	38816
+vocational	38817
+voter	38818
+voted	38819
+votes	38820
+voting	38821
+votive	38822
+vowel	38823
+vowed	38824
+voucher	38825
+vulnerability	38826
+vulnerable	38827
+vultures	38828
+Intel	38829
+Intex	38830
+India	38831
+Indies	38832
+Indigo	38833
+Indio	38834
+Indira	38835
+Indonesia	38836
+Indochine	38837
+Indoor	38838
+Indus	38839
+Indulgence	38840
+Independence	38841
+Independent	38842
+Instead	38843
+Instruments	38844
+Insty	38845
+Inspiron	38846
+Insane	38847
+Insanity	38848
+Inside	38849
+Insight	38850
+Inver	38851
+Invicta	38852
+Ingles	38853
+Inglewood	38854
+Ingram	38855
+Ingrid	38856
+Ingalls	38857
+Incarnate	38858
+Income	38859
+Incorporated	38860
+Incredibles	38861
+Infirmary	38862
+Infected	38863
+Inferno	38864
+Inner	38865
+Innes	38866
+Innsbrook	38867
+Isabel's	38868
+Isaac	38869
+Isaak	38870
+Isaiah	38871
+Isaias	38872
+Island	38873
+Islam	38874
+Isles	38875
+Isleta	38876
+Isley	38877
+Islington	38878
+Islip	38879
+Israel's	38880
+Israeli	38881
+Ironbridge	38882
+Ironman	38883
+Ironton	38884
+Ironwood	38885
+Iranian	38886
+Iraqi	38887
+Irving	38888
+Irvine	38889
+Irene's	38890
+Irish	38891
+Improv	38892
+Impractical	38893
+Impreza	38894
+Impact	38895
+Impala	38896
+Imperials	38897
+Imports	38898
+Impossible	38899
+Image	38900
+Immodium	38901
+Immokalee	38902
+Immortal	38903
+Immaculate	38904
+Immanuel	38905
+Ivers	38906
+Illiana	38907
+Illuminati	38908
+Idlewild	38909
+Idlewood	38910
+Italia	38911
+Italy	38912
+Izzy's	38913
+Vince	38914
+Vinci	38915
+Vineyard	38916
+Vineland	38917
+Vineville	38918
+Vinnie	38919
+Vinny	38920
+Vino's	38921
+Vinod	38922
+Vinoy	38923
+Vinay	38924
+Vinings	38925
+Vinita	38926
+Vintage	38927
+Vinton	38928
+Vicki	38929
+Vicks	38930
+Vicky	38931
+Victor	38932
+Victims	38933
+Vicente	38934
+Viceroy	38935
+Vision	38936
+Visine	38937
+Vistana	38938
+Vistaprint	38939
+Vistar	38940
+Visalia	38941
+Villa	38942
+Ville	38943
+Virgo	38944
+Virtual	38945
+Vital	38946
+Vitacost	38947
+Vito's	38948
+Vitos	38949
+Vietnam	38950
+Vieja	38951
+Viejo	38952
+Viewmont	38953
+Vivian	38954
+Vivid	38955
+Vivint	38956
+Vivion	38957
+Vivaldi	38958
+Vidal	38959
+Vidant	38960
+Videos	38961
+Videotron	38962
+Vikings	38963
+Valle	38964
+Vallarta	38965
+Valli	38966
+Valdosta	38967
+Valpo	38968
+Value	38969
+Vandalia	38970
+Vandross	38971
+Vandy	38972
+Vance	38973
+Vancouver	38974
+Vanity	38975
+Vanna	38976
+Vannelli	38977
+Vanessa's	38978
+Varick	38979
+Variety	38980
+Varina	38981
+Varner	38982
+Varney	38983
+Vassar	38984
+Vasser	38985
+Vacationland	38986
+Vacations	38987
+Vaden	38988
+Vader	38989
+Vaughan	38990
+Vaughn	38991
+Verna	38992
+Vern's	38993
+Verne	38994
+Vernia	38995
+Veros	38996
+Verot	38997
+Versa	38998
+Version	38999
+Versona	39000
+Verde	39001
+Verdae	39002
+Verdugo	39003
+Verizon	39004
+Veridian	39005
+Verity	39006
+Vermeer	39007
+Vermont	39008
+Vergara	39009
+Vergennes	39010
+Vergina	39011
+Vera's	39012
+Verrado	39013
+Verrazano	39014
+Ventana	39015
+Ventnor	39016
+Vendetta	39017
+Vendome	39018
+Velasquez	39019
+Velazquez	39020
+Veloster	39021
+Velox	39022
+Velveeta	39023
+Velvet	39024
+Vesta	39025
+Vester	39026
+Vespa	39027
+Vesper	39028
+Vegas	39029
+Veggies	39030
+Veteran	39031
+Veterinary	39032
+Voltaire	39033
+Voltron	39034
+Volunteer	39035
+Volusia	39036
+Vocal	39037
+Vocational	39038
+kinda	39039
+kindness	39040
+kindred	39041
+kinds	39042
+kingdom	39043
+kings	39044
+king's	39045
+kingfish	39046
+kingpin	39047
+kinkiest	39048
+kinko	39049
+kinks	39050
+kinky	39051
+kinecta	39052
+kinesiology	39053
+kinetic	39054
+kinsman	39055
+killin	39056
+kills	39057
+killdeer	39058
+killjoy	39059
+kilogram	39060
+kilometer	39061
+kilobytes	39062
+kilos	39063
+kilowatt	39064
+kilter	39065
+kiddo	39066
+kidnap	39067
+kidney	39068
+kickboxing	39069
+kicker	39070
+kicked	39071
+kicking	39072
+kitten	39073
+kitties	39074
+kitty	39075
+kitchenette	39076
+kitchens	39077
+kites	39078
+kissed	39079
+kisser	39080
+kisses	39081
+kissyface	39082
+kiero	39083
+kierra	39084
+karat	39085
+karabas	39086
+karaoke	39087
+karma's	39088
+karma.com	39089
+karting	39090
+karts	39091
+karen	39092
+kayak	39093
+kayla	39094
+kaylee	39095
+kaleah	39096
+kaleidoscope	39097
+kaley	39098
+kalamari	39099
+kangaroos	39100
+kathleen	39101
+kathy	39102
+kabob	39103
+kamas	39104
+kamikaze	39105
+keyboarding	39106
+keyboards	39107
+keychains	39108
+keynotes	39109
+keywords	39110
+keeper	39111
+keepin	39112
+keeps	39113
+kendall	39114
+kendo	39115
+kennels	39116
+kernels	39117
+kettlebell	39118
+knockin	39119
+knocks	39120
+knowing	39121
+knowledge	39122
+known	39123
+knows	39124
+knots	39125
+knobs	39126
+knights	39127
+kneecap	39128
+kneel	39129
+knees	39130
+kneaders	39131
+kneads	39132
+knucklehead	39133
+knuckles	39134
+koozies	39135
+konichiwa	39136
+konikoff	39137
+krispie	39138
+krissy	39139
+jamma	39140
+jambalaya	39141
+jambs	39142
+jameson	39143
+jackhammer	39144
+jackpot	39145
+jacks	39146
+jackwagon	39147
+jaculate	39148
+jacuzzi	39149
+jailbait	39150
+jailbird	39151
+jailed	39152
+jailer	39153
+janitorial	39154
+janitors	39155
+janessa	39156
+janet	39157
+jaded	39158
+jadens	39159
+jades	39160
+jareds	39161
+jasmines	39162
+jasons	39163
+jagged	39164
+jagger	39165
+jakers	39166
+jakey	39167
+jalapenos	39168
+jazzed	39169
+jazzy	39170
+judge	39171
+judgment	39172
+judging	39173
+judicial	39174
+judiciary	39175
+judys	39176
+jumps	39177
+jumpin	39178
+jumpy	39179
+jumble	39180
+jumbo	39181
+junkie	39182
+junky	39183
+jungle	39184
+jungermann	39185
+junior	39186
+juniper	39187
+junction	39188
+juncture	39189
+justed	39190
+justly	39191
+juggalo	39192
+juggernaut	39193
+juggs	39194
+juiced	39195
+juiceland	39196
+juicer	39197
+juices	39198
+julia	39199
+julie	39200
+julissa	39201
+julep	39202
+jules	39203
+joint	39204
+joining	39205
+joins	39206
+joists	39207
+joker	39208
+jokes	39209
+joke's	39210
+joked	39211
+jokey	39212
+joking	39213
+journal	39214
+journey	39215
+johnny	39216
+johns	39217
+john-paul	39218
+johno's	39219
+jockeys	39220
+jockstrap	39221
+joeys	39222
+joshing	39223
+joshua	39224
+joystick	39225
+jonas	39226
+jonathan	39227
+jonesing	39228
+jobs.com	39229
+jogger	39230
+jogging	39231
+jerkface	39232
+jerking	39233
+jerks	39234
+jerky	39235
+jeremys	39236
+jerseys	39237
+jenna	39238
+jenni	39239
+jennette	39240
+jenny	39241
+jesse	39242
+jessica	39243
+jester	39244
+jeepers	39245
+jeeps	39246
+jeezy	39247
+jeweler	39248
+jeweled	39249
+jetski	39250
+jealousy	39251
+jeans	39252
+jellyfish	39253
+jeopardize	39254
+jeopardizing	39255
+jiggity	39256
+jiggy	39257
+jigsaw	39258
+jimbos	39259
+jimboys	39260
+jimmies	39261
+jimmy	39262
+jinxed	39263
+jinxing	39264
+jingles	39265
+1000.2	39266
+10000	39267
+100.3	39268
+100.7	39269
+102.5	39270
+102.7	39271
+107.5	39272
+12345	39273
+1960s	39274
+Univision	39275
+Unitarian	39276
+United	39277
+Unitus	39278
+Unity	39279
+Uniondale	39280
+Uniontown	39281
+Unionville	39282
+Unicoi	39283
+Unicorn	39284
+Unified	39285
+Uniform	39286
+Uniqlo	39287
+Unique	39288
+Under	39289
+Undead	39290
+Ultrabook	39291
+Ultrastar	39292
+Ultimate	39293
+Utilities	39294
+Utility	39295
+2000's	39296
+Young	39297
+Younkers	39298
+Yountville	39299
+Yours	39300
+Youree	39301
+Youth	39302
+Youtube	39303
+Yorker	39304
+York's	39305
+Yorkdale	39306
+Yorkie	39307
+Yorkshire	39308
+Yorktown	39309
+Yorkville	39310
+Yoshi's	39311
+Yoshinoya	39312
+YogaWorks	39313
+Yoder's	39314
+Yoders	39315
+Yolanda's	39316
+Yankee	39317
+Yankovic	39318
+Yanks	39319
+Yankton	39320
+Yangs	39321
+Yangtze	39322
+Yanni	39323
+Yanna	39324
+Yanceyville	39325
+Yardbirds	39326
+Yardley	39327
+Yards	39328
+Yardville	39329
+Yamato	39330
+Yamaha	39331
+Yasmeen	39332
+Yasmin	39333
+Yellow	39334
+Yeller	39335
+Yellin	39336
+Yellville	39337
+Year's	39338
+Years	39339
+Yearwood	39340
+Yeager's	39341
+Yeahs	39342
+youngin	39343
+yours	39344
+your's	39345
+youre	39346
+you'd	39347
+you'll	39348
+you're	39349
+you's	39350
+you've	39351
+youth	39352
+youtube	39353
+yogis	39354
+yogurts	39355
+yoooo	39356
+yearbook	39357
+yearn	39358
+year's	39359
+years	39360
+yeahh	39361
+yellow	39362
+yelled	39363
+yelling	39364
+yells	39365
+yesterday's	39366
+yesterdays	39367
+yessir	39368
+yessss	39369
+yeppers	39370
+yardage	39371
+yards	39372
+yarns	39373
+yanking	39374
+yakitori	39375
+yahoo.com	39376
+yawning	39377
+yummy	39378
+yuppers	39379
+yuppie	39380
+yuppy	39381
+yucky	39382
+quart	39383
+quarantine	39384
+qualms	39385
+qualstar	39386
+quads	39387
+quail	39388
+quaint	39389
+quacks	39390
+quick	39391
+quiche	39392
+quiet	39393
+quien	39394
+quiero	39395
+quilt	39396
+quill	39397
+quite	39398
+quits	39399
+quince	39400
+quinoa	39401
+quirks	39402
+quirky	39403
+quivering	39404
+quest	39405
+quesadilla	39406
+queso	39407
+queen	39408
+queer	39409
+queef	39410
+queries	39411
+query	39412
+queue	39413
+queuing	39414
+quota	39415
+quote	39416
+Zachs	39417
+Zack's	39418
+Zacks	39419
+Zander	39420
+Zandt	39421
+Zanesville	39422
+Zaragoza	39423
+Zippity	39424
+Zippo	39425
+Zipps	39426
+Zippy's	39427
+Zimmerman	39428
+Zimbabwe	39429
+Zimbrick	39430
+Ziggy	39431
+Ziggler	39432
+Zilla	39433
+Zillow	39434
+Zions	39435
+Zellers	39436
+Zephyrhills	39437
+Zooma	39438
+Zoomba	39439
+Zumba	39440
+Zumbrota	39441
+Quint	39442
+Quinn	39443
+Quinault	39444
+Quinlan	39445
+QuickBooks	39446
+Quicken	39447
+Quickie	39448
+Quicksilver	39449
+QuikTrip	39450
+Quizlet	39451
+Quiznos	39452
+Quarry	39453
+Quan's	39454
+Quanah	39455
+Quakerbridge	39456
+Quakers	39457
+Quakertown	39458
+Quadratec	39459
+Quaid	39460
+Quail	39461
+Qualcomm	39462
+Quality	39463
+Quatros	39464
+Quattro	39465
+Queens	39466
+Queen's	39467
+Queenie	39468
+Questar	39469
+zippy	39470
+ziplining	39471
+ziplock	39472
+zillion	39473
+zillow.com	39474
+zingers	39475
+zoomcare	39476
+zoomed	39477
+zoosk	39478
+zoned	39479
+zones	39480
+zapped	39481
+zapper	39482
+Xanadu	39483
+Xanax	39484
+startin	39485
+startle	39486
+starts	39487
+startup	39488
+starve	39489
+starvin	39490
+starvation	39491
+starred	39492
+starring	39493
+starry	39494
+starship	39495
+starstruck	39496
+stared	39497
+stares	39498
+starboard	39499
+starburst	39500
+starch	39501
+starcrest	39502
+starlight	39503
+starlito	39504
+station	39505
+statistic	39506
+static	39507
+stating	39508
+statement	39509
+states	39510
+state's	39511
+state-of-the-art	39512
+stated	39513
+statefarm	39514
+stater	39515
+statewide	39516
+status	39517
+statue	39518
+stature	39519
+standin	39520
+standoff	39521
+stands	39522
+standby	39523
+standpoint	39524
+standup	39525
+stanky	39526
+stalking	39527
+stalks	39528
+stalled	39529
+stalls	39530
+stalemate	39531
+stability	39532
+stable	39533
+stablished	39534
+stabbed	39535
+stabbing	39536
+staircase	39537
+stairs	39538
+stained	39539
+staining	39540
+stainless	39541
+stains	39542
+stagecoach	39543
+staged	39544
+stageline	39545
+stages	39546
+staggered	39547
+staggering	39548
+stackable	39549
+stacking	39550
+stacks	39551
+stamped	39552
+stamps	39553
+stamping	39554
+stampy	39555
+staple	39556
+stapling	39557
+staffmark	39558
+staffmasters	39559
+staying	39560
+stakes	39561
+stashed	39562
+straight	39563
+strain	39564
+straits	39565
+strand	39566
+strata	39567
+stratosphere	39568
+strap-on	39569
+strapless	39570
+straps	39571
+straws	39572
+strayed	39573
+strays	39574
+straddle	39575
+straddling	39576
+stream	39577
+streak	39578
+stressin	39579
+stressor	39580
+stressful	39581
+strength	39582
+strenuous	39583
+stretching	39584
+stretchy	39585
+streetcar	39586
+streetlight	39587
+streets	39588
+stripe	39589
+striping	39590
+strips	39591
+striptease	39592
+strict	39593
+stricken	39594
+strike	39595
+striking	39596
+stringer	39597
+stringing	39598
+strings	39599
+strides	39600
+strive	39601
+striving	39602
+stroke	39603
+strokin	39604
+stronghold	39605
+strongly	39606
+stroller	39607
+strolling	39608
+strobes	39609
+stromae	39610
+strombolis	39611
+struct	39612
+struck	39613
+struggle	39614
+struggling	39615
+strudels	39616
+struts	39617
+steamboat	39618
+steaming	39619
+steampunk	39620
+steamroller	39621
+steamy	39622
+stealer	39623
+stealing	39624
+steals	39625
+stealth	39626
+stealy	39627
+steadfast	39628
+steadily	39629
+steady	39630
+steakhouse	39631
+steaks	39632
+steppin	39633
+stepson	39634
+stephanie	39635
+stephen	39636
+stephs	39637
+stepdad	39638
+stepdaughter	39639
+stepmom	39640
+stepmother	39641
+stereos	39642
+steriod	39643
+sterno	39644
+sternum	39645
+sterlington	39646
+steroids	39647
+steely	39648
+steelhead	39649
+steeple	39650
+steeping	39651
+steered	39652
+steering	39653
+steers	39654
+stewards	39655
+stewardess	39656
+stencil	39657
+stench	39658
+stents	39659
+stevia	39660
+stevie	39661
+stevinson	39662
+steven	39663
+stellar	39664
+stellas	39665
+store.	39666
+store's	39667
+stored	39668
+storefront	39669
+storehouse	39670
+stores	39671
+storey	39672
+storyline	39673
+stormed	39674
+storming	39675
+storms	39676
+stormy	39677
+stories	39678
+storing	39679
+stocker	39680
+stocked	39681
+stockyard	39682
+stockings	39683
+stockpile	39684
+stockpiling	39685
+stoppin	39686
+stoppage	39687
+stoplights	39688
+stoner	39689
+stoned	39690
+stones	39691
+stoneware	39692
+stomach's	39693
+stomachs	39694
+stomped	39695
+stomping	39696
+stools	39697
+stoked	39698
+stinger	39699
+stingray	39700
+stinging	39701
+stings	39702
+stingy	39703
+stinker	39704
+stinkin	39705
+stinks	39706
+stinky	39707
+stickers	39708
+stimulant	39709
+stirrup	39710
+stirring	39711
+stiffed	39712
+stiffer	39713
+stilettos	39714
+stills	39715
+stitched	39716
+stitcher	39717
+stitches	39718
+stipulations	39719
+studio	39720
+student's	39721
+students	39722
+studying	39723
+stunning	39724
+stunned	39725
+stunts	39726
+stupidity	39727
+stupidly	39728
+stupidness	39729
+stubborn	39730
+stubbed	39731
+stubble	39732
+stubby	39733
+stuffer	39734
+stuffed	39735
+stumped	39736
+stumps	39737
+stumpy	39738
+stumble	39739
+stumbling	39740
+sturdevant's	39741
+sturdy	39742
+stylin	39743
+styled	39744
+styler	39745
+styles	39746
+shortage	39747
+shorts	39748
+shortbread	39749
+shorthand	39750
+shortness	39751
+shorty	39752
+shoreline	39753
+shores	39754
+shower	39755
+showed	39756
+showings	39757
+shoppin	39758
+shoplifter	39759
+shoplifting	39760
+shop.com	39761
+shop.lego.com	39762
+shophq.com	39763
+shopkick	39764
+shopkins	39765
+shoulder	39766
+should've	39767
+shoulda	39768
+shouldn't	39769
+shouted	39770
+shouting	39771
+shoutout	39772
+shouts	39773
+shootin	39774
+shooter	39775
+shootout	39776
+shoots	39777
+shoelace	39778
+shoeless	39779
+shoemakers	39780
+shoestring	39781
+shocked	39782
+shocker	39783
+shockingly	39784
+shovel	39785
+shoved	39786
+shotguns	39787
+sharpie	39788
+sharps	39789
+shareholder	39790
+shared	39791
+sharefax	39792
+shares	39793
+shards	39794
+sharks	39795
+sharonview	39796
+shampooing	39797
+shampoos	39798
+shamed	39799
+shameful	39800
+shameless	39801
+shamrocks	39802
+shadowed	39803
+shadowing	39804
+shadowood	39805
+shadows	39806
+shaded	39807
+shades	39808
+shaker	39809
+shakedown	39810
+shaken	39811
+shakes	39812
+shakey	39813
+shaking	39814
+shaver	39815
+shaved	39816
+shaven	39817
+shaves	39818
+shavings	39819
+shantel	39820
+shanty	39821
+shanks	39822
+shaper	39823
+shaped	39824
+shapes	39825
+shawnda	39826
+shackles	39827
+shitty	39828
+shithead	39829
+shithole	39830
+shitless	39831
+shitload	39832
+shiner	39833
+shined	39834
+shines	39835
+shingles	39836
+shipping	39837
+shipments	39838
+shifter	39839
+shifted	39840
+shirtless	39841
+shirts	39842
+shirley	39843
+shirls	39844
+shimmer	39845
+shimmy	39846
+shellac	39847
+shelled	39848
+shellfish	39849
+shells	39850
+shelly	39851
+shelter	39852
+sheltie	39853
+shelves	39854
+shelving	39855
+sheeting	39856
+sheetrock	39857
+sheets	39858
+sheep's	39859
+sheepskin	39860
+sheesha	39861
+sheriff's	39862
+sheriffs	39863
+sherrys	39864
+shears	39865
+shrink	39866
+shrine	39867
+shrimps	39868
+shriveled	39869
+shrugged	39870
+shrugs	39871
+shrubs	39872
+shrunken	39873
+shreds	39874
+shrooms	39875
+shutter	39876
+shuttle	39877
+shutting	39878
+shutoff	39879
+shutout	39880
+shuffleboard	39881
+shuffled	39882
+substrate	39883
+subside	39884
+subsidy	39885
+subscription	39886
+subsequent	39887
+subset	39888
+submit	39889
+submarine	39890
+submarina	39891
+subtracted	39892
+subtle	39893
+subtly	39894
+subconsciously	39895
+subcontractors	39896
+sublease	39897
+sublet	39898
+sublime	39899
+subliminal	39900
+subordinate	39901
+subordination	39902
+suboxin	39903
+suboxone	39904
+subways	39905
+subwoofers	39906
+subdivisions	39907
+supervisor	39908
+supervise	39909
+supersize	39910
+supersonic	39911
+supercalifragilistic	39912
+supercell	39913
+superhuman	39914
+superior	39915
+superintendent	39916
+supermarket	39917
+supermodel	39918
+superbowls	39919
+supernatural	39920
+supernova	39921
+superpowers	39922
+support	39923
+supple	39924
+supply	39925
+suppressant	39926
+suppressed	39927
+suppressor	39928
+suppers	39929
+suppertime	39930
+supremacist	39931
+supreme	39932
+survey	39933
+surveillance	39934
+survive	39935
+survivor	39936
+survival	39937
+surviving	39938
+surround	39939
+surrogate	39940
+surrender	39941
+surreal	39942
+surfaces	39943
+surfboards	39944
+surfers	39945
+surfing	39946
+surgeon	39947
+surges	39948
+surgically	39949
+surprise	39950
+surprising	39951
+sureee	39952
+sundae	39953
+sunday	39954
+sundowners	39955
+sunsets	39956
+sunshine	39957
+sunshiny	39958
+sunburn	39959
+sunburst	39960
+sunrises	39961
+sunroof	39962
+sunroom	39963
+sunglasses	39964
+suspect	39965
+suspicion	39966
+suspicious	39967
+sustained	39968
+sustaining	39969
+success	39970
+succeed	39971
+succubus	39972
+succulent	39973
+succumb	39974
+sucker	39975
+sucked	39976
+suckable	39977
+sucking	39978
+summer	39979
+summed	39980
+summation	39981
+summons	39982
+summitview	39983
+suffice	39984
+suffocated	39985
+suffocating	39986
+suffocation	39987
+suggestion	39988
+suggesting	39989
+suggestive	39990
+suited	39991
+suites	39992
+suitcases	39993
+suicides	39994
+special	39995
+specimen	39996
+species	39997
+speculate	39998
+speckled	39999
+speedo	40000
+speedco	40001
+speeder	40002
+speeding	40003
+speeds	40004
+speedtest.net	40005
+speedway	40006
+speedy	40007
+speeches	40008
+speechless	40009
+speakin	40010
+speaks	40011
+spearmint	40012
+spears	40013
+spelling	40014
+spellcheck	40015
+spells	40016
+spendin	40017
+spender	40018
+spends	40019
+spendy	40020
+sparked	40021
+sparking	40022
+sparknotes	40023
+sparks	40024
+spared	40025
+spares	40026
+sparrow	40027
+sparring	40028
+sparingly	40029
+spankin	40030
+spankwire	40031
+spanked	40032
+spanks	40033
+spankys	40034
+spaniel	40035
+spanish	40036
+spacer	40037
+spaces	40038
+spacebar	40039
+spacecraft	40040
+spaced	40041
+spacey	40042
+spacing	40043
+spacious	40044
+spackle	40045
+spackling	40046
+spasming	40047
+spasms	40048
+spatulas	40049
+spamming	40050
+sponsor	40051
+sponsee	40052
+sponsibility	40053
+sponge	40054
+spongy	40055
+spontaneous	40056
+spontaneity	40057
+sports	40058
+sportin	40059
+sportco	40060
+sportfishing	40061
+sporty	40062
+sporadically	40063
+spores	40064
+spoonful	40065
+spooning	40066
+spoons	40067
+spooked	40068
+spooky	40069
+spotting	40070
+spotty	40071
+spotlight	40072
+spotless	40073
+spoiler	40074
+spoiled	40075
+spokesman	40076
+spokesperson	40077
+spouse	40078
+spousal	40079
+spinner	40080
+spinnin	40081
+spinnaker	40082
+spindle	40083
+spinderella	40084
+spinach	40085
+spinal	40086
+spiritual	40087
+spirited	40088
+spirits	40089
+spiraling	40090
+spirals	40091
+spires	40092
+spiteful	40093
+spitting	40094
+spiced	40095
+spices	40096
+spilled	40097
+spilling	40098
+spills	40099
+spillway	40100
+spider-man	40101
+spiderman	40102
+spiders	40103
+spiked	40104
+spikes	40105
+spring	40106
+sprint	40107
+sprite	40108
+spritz	40109
+spraying	40110
+sprays	40111
+sprained	40112
+spreads	40113
+spreader	40114
+spreading	40115
+sprees	40116
+sprouted	40117
+sprouts	40118
+sprockets	40119
+splits	40120
+splinter	40121
+splints	40122
+splice	40123
+splicing	40124
+splashing	40125
+splatter	40126
+splendid	40127
+splendor	40128
+spurts	40129
+spunky	40130
+seasoning	40131
+season's	40132
+seasonal	40133
+seasoned	40134
+seasons	40135
+seashell	40136
+seashore	40137
+seasick	40138
+seaside	40139
+searching	40140
+sears.com	40141
+seatbelts	40142
+seated	40143
+seater	40144
+sealed	40145
+sealer	40146
+seamstress	40147
+seafoods	40148
+serving	40149
+server	40150
+served	40151
+serves	40152
+servants	40153
+seriously	40154
+seriousness	40155
+sensed	40156
+sensei	40157
+senseless	40158
+senses	40159
+sensible	40160
+sensing	40161
+sensational	40162
+sensations	40163
+sensors	40164
+sensory	40165
+sensual	40166
+sensuous	40167
+sentence	40168
+sentencing	40169
+sentimental	40170
+sentiments	40171
+seniority	40172
+seniors	40173
+selfish	40174
+selfie	40175
+selected	40176
+selector	40177
+selects	40178
+selena	40179
+selenium	40180
+seller's	40181
+sellers	40182
+selling	40183
+secure	40184
+secretive	40185
+secretly	40186
+secrets	40187
+sectional	40188
+sections	40189
+sectors	40190
+seekers	40191
+seemingly	40192
+seminar	40193
+seminal	40194
+semi-automatic	40195
+semi-colon	40196
+semicolon	40197
+semiconductor	40198
+semisweet	40199
+semester's	40200
+semesters	40201
+semantics	40202
+settle	40203
+settling	40204
+setters	40205
+settings	40206
+sexier	40207
+sexiest	40208
+sexiness	40209
+sexing	40210
+sevenfold	40211
+sevens	40212
+severe	40213
+severity	40214
+seduction	40215
+seductive	40216
+seduced	40217
+seduces	40218
+sedate	40219
+separated	40220
+separately	40221
+separates	40222
+separating	40223
+separation	40224
+sewerage	40225
+sewers	40226
+sequential	40227
+sequels	40228
+seized	40229
+seizures	40230
+scrape	40231
+scrapbook	40232
+scraping	40233
+scraps	40234
+scratching	40235
+scratchy	40236
+screen	40237
+screech	40238
+screamin	40239
+screamo	40240
+screams	40241
+screwdriver	40242
+screwed	40243
+screwing	40244
+screws	40245
+screwy	40246
+scrubs	40247
+scruffy	40248
+scrumptious	40249
+scrunched	40250
+script	40251
+scribble	40252
+scribe	40253
+scribs	40254
+scrimmage	40255
+scrimmaging	40256
+scrolled	40257
+scrolling	40258
+scrolls	40259
+scrounge	40260
+scrounging	40261
+scared	40262
+scarecrow	40263
+scares	40264
+scarff	40265
+scarfs	40266
+scaring	40267
+scarred	40268
+scarring	40269
+scallop	40270
+scallions	40271
+scallywag	40272
+scaled	40273
+scales	40274
+scalpel	40275
+scanning	40276
+scandalous	40277
+scandals	40278
+scantrons	40279
+scamming	40280
+scatterbrained	40281
+scattered	40282
+scatterfield	40283
+scattering	40284
+score:	40285
+scoreboard	40286
+scorecard	40287
+scored	40288
+scorer	40289
+scores	40290
+scorching	40291
+scorned	40292
+scorpions	40293
+scootin	40294
+scooping	40295
+scoops	40296
+sconces	40297
+scones	40298
+scotto's	40299
+scotts	40300
+scottys	40301
+scouted	40302
+scouting	40303
+scouts	40304
+scolded	40305
+scolding	40306
+scoped	40307
+scopes	40308
+school	40309
+schooner	40310
+schoops	40311
+scholar	40312
+scholastic	40313
+scheme	40314
+schemin	40315
+schematic	40316
+schnapps	40317
+schnauzer	40318
+sculptures	40319
+scurred	40320
+scurry	40321
+scientific	40322
+scientist	40323
+sciences	40324
+salary	40325
+salads	40326
+salamander	40327
+salami	40328
+saltine	40329
+salting	40330
+salvation	40331
+salvos	40332
+salutations	40333
+salute	40334
+saluting	40335
+saline	40336
+saling	40337
+salivating	40338
+salmonella	40339
+salons	40340
+sandblasting	40341
+sandbox	40342
+sandals	40343
+sandalwood	40344
+sanded	40345
+sander	40346
+sanity	40347
+sanctuary	40348
+santan	40349
+sample	40350
+sampling	40351
+sammich	40352
+sammies	40353
+samsung.com	40354
+savers	40355
+savanna	40356
+savant	40357
+savages	40358
+savings	40359
+saviors	40360
+satisfy	40361
+saturated	40362
+saturation	40363
+sadder	40364
+saddest	40365
+saddlebags	40366
+saddlery	40367
+saddles	40368
+sadistic	40369
+sacrifice	40370
+safelink	40371
+safely	40372
+safest	40373
+safeties	40374
+safety	40375
+saucer	40376
+sauced	40377
+saucepan	40378
+sauces	40379
+sailors	40380
+sabotage	40381
+sabotaging	40382
+sarcastically	40383
+sardines	40384
+sashabaw	40385
+sayings	40386
+sapphires	40387
+solicitor	40388
+solicitation	40389
+solicited	40390
+soliciting	40391
+solidarity	40392
+solids	40393
+solitude	40394
+soldered	40395
+soldering	40396
+soldiers	40397
+solver	40398
+solved	40399
+solvent	40400
+solves	40401
+solute	40402
+solution	40403
+solarity	40404
+southeast	40405
+southern	40406
+southwest.com	40407
+southwestern	40408
+soundbar	40409
+soundboard	40410
+sounded	40411
+sounder	40412
+soundtracks	40413
+source	40414
+sourcing	40415
+soulmates	40416
+souvenirs	40417
+somethin	40418
+sometime	40419
+somebody	40420
+someburros	40421
+someway	40422
+someone's	40423
+someones	40424
+somedays	40425
+sombreros	40426
+social	40427
+sociable	40428
+societies	40429
+society	40430
+sociology	40431
+sociopath	40432
+sockets	40433
+songs.pk	40434
+sonic.com	40435
+soften	40436
+softer	40437
+softest	40438
+sorrows	40439
+sorry.	40440
+sooner	40441
+soonest	40442
+soaked	40443
+soaker	40444
+sophia	40445
+sophie	40446
+sophomores	40447
+single-family	40448
+singled	40449
+singles	40450
+singleton	40451
+singers	40452
+singing	40453
+singulair	40454
+singular	40455
+sincere	40456
+sincerity	40457
+sinners	40458
+signing	40459
+signal	40460
+signature	40461
+signage	40462
+signer	40463
+signed	40464
+sighting	40465
+sights	40466
+sighted	40467
+simple	40468
+simply	40469
+simulate	40470
+simulation	40471
+simulator	40472
+simultaneously	40473
+similar	40474
+simile	40475
+silencer	40476
+silenced	40477
+silently	40478
+silverside	40479
+silliest	40480
+silliness	40481
+silicone	40482
+sideways	40483
+sidebar	40484
+sideboard	40485
+sideburns	40486
+sideshow	40487
+sideswiped	40488
+sidelines	40489
+sidetracked	40490
+situation	40491
+situate	40492
+sitters	40493
+sitting	40494
+sickening	40495
+sickens	40496
+sickles	40497
+sister's	40498
+sister-in-law	40499
+sisterhood	40500
+sisterly	40501
+sisters	40502
+sissy's	40503
+sizzler	40504
+sirens	40505
+sipping	40506
+slacker	40507
+slacked	40508
+slacking	40509
+slapping	40510
+slappy	40511
+slapshot	40512
+slammin	40513
+slandering	40514
+slanted	40515
+slavery	40516
+slaves	40517
+slashed	40518
+slasher	40519
+slated	40520
+sliced	40521
+slicer	40522
+slices	40523
+slicker	40524
+slicks	40525
+slippin	40526
+slider	40527
+slides	40528
+slimmer	40529
+slimming	40530
+slings	40531
+slinger	40532
+slinging	40533
+slighted	40534
+slightest	40535
+sleeper	40536
+sleepover	40537
+sleepy	40538
+sleepless	40539
+sleeps	40540
+sleeved	40541
+sleeveless	40542
+sleeves	40543
+sleeting	40544
+sledgehammer	40545
+slowed	40546
+slower	40547
+slowest	40548
+slobbering	40549
+slopes	40550
+slurred	40551
+slurring	40552
+slurry	40553
+slurping	40554
+sluggers	40555
+sluggish	40556
+snowboard	40557
+snowball	40558
+snowbirds	40559
+snowblower	40560
+snowshoe	40561
+snowstorm	40562
+snowsuit	40563
+snowman	40564
+snowmen	40565
+snowflake	40566
+snowfall	40567
+snoozin	40568
+snooze	40569
+snookums	40570
+snooping	40571
+snootie	40572
+snooty	40573
+snored	40574
+snores	40575
+snorted	40576
+snorting	40577
+snorkeling	40578
+snappy	40579
+snapping	40580
+snapshot	40581
+snapbacks	40582
+snares	40583
+snippy	40584
+sniper	40585
+sniffle	40586
+sniffling	40587
+sniffly	40588
+sniffed	40589
+sniffer	40590
+snitched	40591
+snitches	40592
+snitching	40593
+snickerdoodles	40594
+snuggle	40595
+snuggling	40596
+snuggly	40597
+sneakers	40598
+sneezed	40599
+sneezes	40600
+sweetheart	40601
+sweetie	40602
+sweetgrass	40603
+sweetly	40604
+sweetness	40605
+sweetpea	40606
+sweets	40607
+sweetums	40608
+sweety	40609
+sweeper	40610
+sweeps	40611
+sweeping	40612
+sweats	40613
+sweating	40614
+sweatpants	40615
+sweaty	40616
+swearing	40617
+swears	40618
+swerved	40619
+swimmin	40620
+swimmer	40621
+swimsuit	40622
+switcher	40623
+switched	40624
+switches	40625
+switchblade	40626
+switchboard	40627
+swinger	40628
+swinging	40629
+swings	40630
+swiped	40631
+swamped	40632
+swamps	40633
+swanky	40634
+swapped	40635
+swapping	40636
+swagger	40637
+swarming	40638
+swordfish	40639
+swords	40640
+skinny	40641
+skipping	40642
+skippy	40643
+skillet	40644
+skilled	40645
+skimming	40646
+skittle	40647
+skittish	40648
+skiers	40649
+sketched	40650
+sketches	40651
+skeeters	40652
+skeleton	40653
+skeletal	40654
+skewed	40655
+skewers	40656
+skylight	40657
+skyline	40658
+skype.com	40659
+skateboard	40660
+skater	40661
+skated	40662
+skatepark	40663
+skates	40664
+smoothly	40665
+smooches	40666
+smoochy	40667
+smoker	40668
+smoked	40669
+smokehouse	40670
+smokeless	40671
+smokes	40672
+smokey	40673
+smokin	40674
+smokie	40675
+smarten	40676
+smarter	40677
+smartest	40678
+smartphones	40679
+smaller	40680
+smallest	40681
+smashed	40682
+smashes	40683
+smashing	40684
+smiley	40685
+smiled	40686
+smiles	40687
+smiling	40688
+smithereens	40689
+smithing	40690
+smelled	40691
+smelling	40692
+smells	40693
+smelly	40694
+smuggle	40695
+smuggling	40696
+synchrony	40697
+synthroid	40698
+synonymous	40699
+synonyms	40700
+sympathetic	40701
+sympathy	40702
+symptomatic	40703
+symptoms	40704
+symbolize	40705
+symbolic	40706
+symbolism	40707
+systematically	40708
+syllables	40709
+syringes	40710
+squirt	40711
+squirm	40712
+squirrel	40713
+squire	40714
+squished	40715
+squishing	40716
+squishy	40717
+squinting	40718
+squinty	40719
+squeak	40720
+squeal	40721
+squeamish	40722
+squeegee	40723
+square.com	40724
+squared	40725
+squares	40726
+squats	40727
+squadron	40728
+squads	40729
+squashed	40730
+contra	40731
+contest	40732
+context	40733
+continent	40734
+contain	40735
+contact	40736
+contortionist	40737
+contour	40738
+constellation	40739
+consider	40740
+consist	40741
+consign	40742
+consul	40743
+consecutive	40744
+consonant	40745
+consortium	40746
+conscious	40747
+conspicuous	40748
+config	40749
+confirm	40750
+confiscate	40751
+confess	40752
+confer	40753
+confetti	40754
+confucius	40755
+confunkshun	40756
+confrontation	40757
+confronted	40758
+confronting	40759
+conflict	40760
+confluence	40761
+conforming	40762
+conceal	40763
+concept	40764
+concession	40765
+conclude	40766
+concur	40767
+concussion	40768
+concierge	40769
+conciliation	40770
+concise	40771
+concours	40772
+concoction	40773
+concho	40774
+convey	40775
+convection	40776
+convict	40777
+convocation	40778
+convoluted	40779
+convoy	40780
+condemn	40781
+condescending	40782
+condom	40783
+condolence	40784
+condos	40785
+condition	40786
+condiments	40787
+conduit	40788
+congruent	40789
+congenital	40790
+congers	40791
+connect	40792
+conned	40793
+connie	40794
+conniving	40795
+connoisseur	40796
+connotation	40797
+conquered	40798
+conquering	40799
+conqueror	40800
+conquers	40801
+conical	40802
+comply	40803
+compass	40804
+compact	40805
+compadre	40806
+compel	40807
+comprised	40808
+compound	40809
+component	40810
+compilation	40811
+compile	40812
+compiling	40813
+commit	40814
+command	40815
+commabutt	40816
+commas	40817
+common	40818
+commotion	40819
+combine	40820
+combination	40821
+combing	40822
+combining	40823
+combative	40824
+combos	40825
+combustion	40826
+comedy	40827
+comete	40828
+comets	40829
+comebacks	40830
+comers	40831
+comforting	40832
+comforts	40833
+comical	40834
+comics	40835
+coming	40836
+comcast.com	40837
+comcast.net	40838
+collar	40839
+collab	40840
+collage	40841
+collateral	40842
+collect	40843
+colleague	40844
+colleen	40845
+collide	40846
+collision	40847
+collie	40848
+colonel	40849
+colonnade	40850
+colonoscopy	40851
+colony	40852
+color:	40853
+coloramo	40854
+colored	40855
+colorful	40856
+coloring	40857
+colors	40858
+colortyme	40859
+colognes	40860
+colours	40861
+colder	40862
+coldest	40863
+coladas	40864
+columns	40865
+correct	40866
+correspond	40867
+corrupt	40868
+corrugated	40869
+corrode	40870
+corrosion	40871
+corner	40872
+cornea	40873
+corned	40874
+cornball	40875
+cornbread	40876
+cornhole	40877
+cornholio	40878
+cornstarch	40879
+cordial	40880
+cording	40881
+corduroys	40882
+corporal	40883
+corpse	40884
+corkscrew	40885
+corals	40886
+coronary	40887
+corsetti's	40888
+county	40889
+countdown	40890
+countless	40891
+counts	40892
+counselor	40893
+counseled	40894
+counseling	40895
+councilman	40896
+councils	40897
+courts	40898
+courtney	40899
+courtyard	40900
+courthouse	40901
+courting	40902
+courtroom	40903
+couragement	40904
+courageous	40905
+courses	40906
+coursework	40907
+couple	40908
+coupling	40909
+coupons	40910
+couponing	40911
+coughed	40912
+coughing	40913
+coughs	40914
+couldn't	40915
+couldnt	40916
+cousin's	40917
+cousins	40918
+cooker	40919
+cooked	40920
+cookie	40921
+cookin	40922
+cookbooks	40923
+cooper	40924
+cooped	40925
+cooler	40926
+cooled	40927
+coolest	40928
+cooling	40929
+coordinated	40930
+coordinates	40931
+coordinating	40932
+coordination	40933
+coordinators	40934
+cooties	40935
+cockatiel	40936
+cockatoo	40937
+cocked	40938
+cocker	40939
+cockiness	40940
+cocking	40941
+cockroaches	40942
+cocktails	40943
+coconuts	40944
+copier	40945
+copied	40946
+copies	40947
+copyrighted	40948
+copyrights	40949
+copper	40950
+copped	40951
+copayment	40952
+copays	40953
+costco.com	40954
+costumes	40955
+cosmetic	40956
+cosmopolitan	40957
+cosmos	40958
+cosigner	40959
+cosigning	40960
+coasters	40961
+coastland	40962
+coastline	40963
+coached	40964
+coaches	40965
+coatings	40966
+covering	40967
+covered	40968
+covergirl	40969
+covers	40970
+covert	40971
+covenants	40972
+coveted	40973
+codependency	40974
+codependent	40975
+cowboys	40976
+coincides	40977
+cobblestones	40978
+cottage	40979
+cottons	40980
+cottonwood	40981
+cognition	40982
+cognitive	40983
+caress	40984
+careful	40985
+carefree	40986
+caregiver	40987
+caregiving	40988
+careers	40989
+caretakers	40990
+cardio	40991
+cardigan	40992
+cardi's	40993
+cardiac	40994
+cardinal	40995
+cardstock	40996
+carrie	40997
+carriage	40998
+carrington	40999
+carrion	41000
+carrot	41001
+carros	41002
+carrying	41003
+carton	41004
+cartoon	41005
+cartel	41006
+cartilage	41007
+carting	41008
+cartridges	41009
+cartwheels	41010
+carbon	41011
+carbohydrate	41012
+carbide	41013
+carbine	41014
+carburetors	41015
+carpet	41016
+carpool	41017
+carport	41018
+caramelized	41019
+caramels	41020
+carats	41021
+carnation	41022
+carnage	41023
+carnal	41024
+carnitas	41025
+carolers	41026
+carols	41027
+carolyn	41028
+carved	41029
+carvers	41030
+carvings	41031
+carmen	41032
+carcasses	41033
+candid	41034
+candice	41035
+candles	41036
+candlelight	41037
+candys	41038
+cannon	41039
+cannoli	41040
+cannot	41041
+cannibal	41042
+canning	41043
+cannabis	41044
+canned	41045
+cannery	41046
+cancel	41047
+cancer	41048
+canoeing	41049
+canoes	41050
+canopies	41051
+canopy	41052
+canada	41053
+canadian	41054
+canals	41055
+cantaloupe	41056
+cantata	41057
+canines	41058
+canisters	41059
+caller	41060
+called	41061
+callin	41062
+calligraphy	41063
+call.com	41064
+callous	41065
+calloways	41066
+calluses	41067
+calculus	41068
+caliber	41069
+calipers	41070
+calmed	41071
+calmer	41072
+calamari	41073
+calendars	41074
+caster	41075
+casted	41076
+casting	41077
+castiglia's	41078
+castrate	41079
+castrucci	41080
+castaways	41081
+castles	41082
+cashew	41083
+cashed	41084
+cashers	41085
+cashes	41086
+cashier	41087
+cashing	41088
+cases.com	41089
+casserole	41090
+cassette	41091
+casing	41092
+casino	41093
+casually	41094
+casadias	41095
+cascades	41096
+caskets	41097
+caterpillar	41098
+catering	41099
+caters	41100
+category	41101
+catalog	41102
+catalpa	41103
+cataracts	41104
+catastrophe	41105
+catastrophic	41106
+catcher	41107
+catches	41108
+catching	41109
+catheter	41110
+cathedral	41111
+cattlemen	41112
+caption	41113
+capture	41114
+capturing	41115
+captain's	41116
+captains	41117
+capital	41118
+capped	41119
+cappella	41120
+capper	41121
+cappuccinos	41122
+capable	41123
+capacitor	41124
+capacity	41125
+capers	41126
+capsules	41127
+camper	41128
+camped	41129
+campesino	41130
+campaigning	41131
+campaigns	41132
+campgrounds	41133
+campsite	41134
+campuses	41135
+camel's	41136
+camellia	41137
+camels	41138
+cameltoe	41139
+cameraman	41140
+cameras	41141
+camouflaged	41142
+camaraderie	41143
+cabinetry	41144
+cabinets	41145
+cabanas	41146
+cables	41147
+caused	41148
+causes	41149
+causeway	41150
+caulking	41151
+cautiously	41152
+caverns	41153
+cavities	41154
+cavity	41155
+cadences	41156
+cadets	41157
+caffeinated	41158
+caffeine	41159
+caches	41160
+cachet	41161
+charting	41162
+charts	41163
+chartway	41164
+character	41165
+charade	41166
+charge	41167
+chargin	41168
+chariot	41169
+charisma	41170
+charming	41171
+charms	41172
+charles	41173
+charlie	41174
+change	41175
+changin	41176
+changas	41177
+chante	41178
+channel.com	41179
+channeling	41180
+channels	41181
+chance.	41182
+chances	41183
+chandeliers	41184
+chapel	41185
+chaplains	41186
+chapped	41187
+chappy	41188
+chapstick	41189
+chapters	41190
+chattin	41191
+chatty	41192
+challah	41193
+chalkboard	41194
+chaser	41195
+chase.com	41196
+chased	41197
+chases	41198
+chasin	41199
+chasity	41200
+chastise	41201
+chastity	41202
+chains	41203
+chained	41204
+chairman	41205
+chairs	41206
+champion	41207
+champagne	41208
+champs	41209
+chambers	41210
+chameleons	41211
+chauffeured	41212
+chauvinistic	41213
+cheese	41214
+cheesing	41215
+cheesy	41216
+cheered	41217
+cheerful	41218
+cheers	41219
+cheery	41220
+cheekbones	41221
+cheeks	41222
+cheeky	41223
+cheetah	41224
+cheeto	41225
+checker	41226
+checked	41227
+checking	41228
+checkbooks	41229
+checkpoints	41230
+checksmart	41231
+checkups	41232
+cheapskate	41233
+cheapies	41234
+cheaply	41235
+cheapo	41236
+cheaptickets.com	41237
+cheapy	41238
+cheatin	41239
+cheats	41240
+chemical	41241
+chemist	41242
+chemotherapy	41243
+cherry	41244
+cherries	41245
+cherished	41246
+chestnut	41247
+chested	41248
+chests	41249
+chesneys	41250
+chesny	41251
+chevyland	41252
+children	41253
+child's	41254
+childbirth	41255
+childcare	41256
+childhood	41257
+childish	41258
+childs	41259
+chilli	41260
+chillaxing	41261
+chills	41262
+chilly	41263
+chilies	41264
+chilis	41265
+chilitos	41266
+chiles	41267
+chicken	41268
+chicka	41269
+chick-fil-a	41270
+chickpeas	41271
+chicks	41272
+chicky	41273
+chicoche	41274
+chicory	41275
+chicos	41276
+chicago	41277
+chicas	41278
+chipping	41279
+chipmunks	41280
+chipolte	41281
+chipotle	41282
+chipset	41283
+chinchillas	41284
+chirping	41285
+chimes	41286
+chimneys	41287
+chimpanzees	41288
+chiseled	41289
+chives	41290
+choppa	41291
+chopping	41292
+choppy	41293
+chopstick	41294
+chores	41295
+chords	41296
+choked	41297
+chokehold	41298
+choker	41299
+chokes	41300
+choose	41301
+choosing	41302
+choosy	41303
+choices	41304
+choirs	41305
+chompies	41306
+chomping	41307
+church's	41308
+churches	41309
+churchmans	41310
+churning	41311
+churros	41312
+chuckle	41313
+chuckling	41314
+chumps	41315
+chunky's	41316
+chubbies	41317
+chubby	41318
+christen	41319
+christmas	41320
+christy	41321
+chroma	41322
+chrome	41323
+chromosome	41324
+chromium	41325
+chronic	41326
+chronological	41327
+chloride	41328
+chlorine	41329
+chloroform	41330
+chlorophyll	41331
+cracker	41332
+cracked	41333
+crackle	41334
+crackling	41335
+crackheads	41336
+cracking	41337
+cranks	41338
+cranked	41339
+cranking	41340
+cranky	41341
+cranberries	41342
+cranberry	41343
+cranes	41344
+cranial	41345
+cranium	41346
+crappy	41347
+crafter	41348
+crafted	41349
+craftsman	41350
+cramped	41351
+cramping	41352
+cramps	41353
+crampy	41354
+crammed	41355
+cramming	41356
+crawls	41357
+crawling	41358
+crashin	41359
+craziness	41360
+crazed	41361
+crabbing	41362
+crabby	41363
+craigslist	41364
+craters	41365
+craves	41366
+cravings	41367
+crayons	41368
+create	41369
+creator	41370
+creature	41371
+creampie	41372
+creaming	41373
+creams	41374
+creamy	41375
+crease	41376
+credit	41377
+credential	41378
+credenza	41379
+creeps	41380
+creepy	41381
+creedence	41382
+creeks	41383
+crested	41384
+crossing	41385
+crossover	41386
+crossroad	41387
+crossdresser	41388
+crosshairs	41389
+crosslands	41390
+crosspoint	41391
+crosstown	41392
+crowding	41393
+crowds	41394
+crowned	41395
+crowning	41396
+crowns	41397
+crocheted	41398
+crocheting	41399
+crockpot	41400
+crocks	41401
+crocodiles	41402
+cropped	41403
+cropping	41404
+crumbs	41405
+crumpets	41406
+crumpled	41407
+crumpy's	41408
+crushing	41409
+crusted	41410
+crusts	41411
+crusty	41412
+crunchy	41413
+cruiser	41414
+cruises	41415
+cruising	41416
+crucify	41417
+critic	41418
+critters	41419
+criminal	41420
+criminology	41421
+crimper	41422
+crimping	41423
+crimes	41424
+crisper	41425
+crisps	41426
+crispy	41427
+crickets	41428
+crippled	41429
+crystalline	41430
+crystallized	41431
+cryptic	41432
+cryptid	41433
+classmate	41434
+classroom	41435
+classes	41436
+classy	41437
+clamps	41438
+clarinet	41439
+claimant	41440
+claimed	41441
+claiming	41442
+claims	41443
+clapping	41444
+clause	41445
+claustrophobic	41446
+clinica	41447
+clinician	41448
+clinics	41449
+clinger	41450
+clinging	41451
+clings	41452
+clingy	41453
+clinched	41454
+climbing	41455
+climbs	41456
+climate	41457
+climax	41458
+clicking	41459
+clicks	41460
+cliches	41461
+clipping	41462
+cliffside	41463
+closer	41464
+closes	41465
+closet	41466
+closed	41467
+closely	41468
+closeness	41469
+closings	41470
+closures	41471
+clothing	41472
+cloths	41473
+clockwise	41474
+clockwork	41475
+cloverleaf	41476
+clovers	41477
+clogged	41478
+clogging	41479
+cloned	41480
+clones	41481
+cleans	41482
+cleanin	41483
+clean-up	41484
+cleanout	41485
+cleanup	41486
+clearance	41487
+clear-cut	41488
+clear.com	41489
+clearing	41490
+clearly	41491
+clears	41492
+cleats	41493
+cleavage	41494
+cleaver	41495
+clerk's	41496
+clerks	41497
+clenching	41498
+clubbing	41499
+clutches	41500
+cluttered	41501
+clumps	41502
+curler	41503
+curled	41504
+curlew	41505
+current	41506
+currency	41507
+curricular	41508
+curriculum	41509
+cursed	41510
+curses	41511
+cursing	41512
+cursive	41513
+curveball	41514
+curved	41515
+curves	41516
+curbside	41517
+curiosity	41518
+curious	41519
+custom	41520
+cussed	41521
+cusses	41522
+cussing	41523
+cushions	41524
+cutting	41525
+cutters	41526
+cutlerville	41527
+cutlery	41528
+cutlets	41529
+cuties	41530
+cutouts	41531
+culture	41532
+cultural	41533
+cultivate	41534
+cultivation	41535
+cummed	41536
+cummer	41537
+cumming	41538
+cumberland	41539
+cumbersome	41540
+cubicles	41541
+cuddled	41542
+cuddler	41543
+cuddles	41544
+celebs	41545
+cellular	41546
+cellulose	41547
+cellars	41548
+cellophane	41549
+celibacy	41550
+celibate	41551
+center	41552
+centennial	41553
+centra	41554
+centre	41555
+centric	41556
+centimeter	41557
+centipede	41558
+centuries	41559
+century	41560
+censors	41561
+censored	41562
+censoring	41563
+certify	41564
+certainly	41565
+certainty	41566
+ceremony	41567
+cereals	41568
+cemented	41569
+cemeteries	41570
+cemetery	41571
+circuit	41572
+circus	41573
+circle	41574
+circling	41575
+citizens	41576
+citations	41577
+cinemas	41578
+cinderella	41579
+cigarettes	41580
+cigarillos	41581
+civics	41582
+cyberspace	41583
+Starke	41584
+Starks	41585
+Starkville	41586
+Starset	41587
+Starsky	41588
+Starbuck	41589
+Starbird	41590
+Starla	41591
+Starfall	41592
+Starfire	41593
+Starved	41594
+Starving	41595
+Standard	41596
+Standley	41597
+Stanley	41598
+Stanly	41599
+Stanford	41600
+Stanfield	41601
+Stansbury	41602
+Stansfield	41603
+States	41604
+Stater	41605
+State's	41606
+Stateline	41607
+Staten	41608
+Stateville	41609
+Static	41610
+Station	41611
+Statistics	41612
+Statue	41613
+Status	41614
+Stacey	41615
+Stacia	41616
+Stacie	41617
+Stacy's	41618
+Stallings	41619
+Stallone	41620
+Stallworth	41621
+Staley's	41622
+Staffordshire	41623
+Stairmaster	41624
+Stairsteps	41625
+Stairway	41626
+Stephen	41627
+Stephan	41628
+Steph's	41629
+Stephie	41630
+Steven	41631
+Steve's	41632
+Steves	41633
+Stevie	41634
+Steamboat	41635
+Steamroller	41636
+Steamship	41637
+Steamtown	41638
+Steamworks	41639
+Steakhouse	41640
+Steakout	41641
+Steaks	41642
+Steele	41643
+Steelton	41644
+Steelville	41645
+Steely	41646
+Stefano	41647
+Stefani	41648
+Stewarts	41649
+Stewart's	41650
+Stewartville	41651
+Steiner's	41652
+Sterlings	41653
+Sternberg	41654
+Stella	41655
+Stellhorn	41656
+Stoney	41657
+Stones	41658
+Stoneridge	41659
+Stockmans	41660
+Stores	41661
+Stormont	41662
+Storybook	41663
+Stokesdale	41664
+Stoler	41665
+Stoopid	41666
+Stoops	41667
+Stratford	41668
+Stratton	41669
+Stratus	41670
+Strang	41671
+Strand	41672
+Strait	41673
+Straight	41674
+Straub	41675
+Strauss	41676
+Strawberry	41677
+Strawn	41678
+Street	41679
+Streep	41680
+Stream	41681
+Streak	41682
+Streator	41683
+Strong's	41684
+Strongsville	41685
+Strouds	41686
+Stringham	41687
+Strings	41688
+Stringtown	41689
+Strickland's	41690
+Strider	41691
+Strikes	41692
+Stripes	41693
+Studebaker	41694
+Student	41695
+Studio	41696
+Studies	41697
+Sturgeon	41698
+Stiller	41699
+Stillman	41700
+Stills	41701
+Stines	41702
+Sanders	41703
+Sandeep	41704
+Sandestin	41705
+Sandra	41706
+Sandridge	41707
+Sandhill	41708
+Sandhurst	41709
+Sandia	41710
+Sandiego	41711
+Sandler	41712
+Sandlot	41713
+Sandy's	41714
+Sandys	41715
+Sandberg	41716
+Sandburg	41717
+Sandoval	41718
+Sandown	41719
+Sandpiper	41720
+Sandpoint	41721
+Sandston	41722
+Sandwiches	41723
+Santa's	41724
+Santaquin	41725
+Santarpio's	41726
+Santas	41727
+Santikos	41728
+Santorini	41729
+Santos	41730
+Santee	41731
+Santeria	41732
+Sanchez	41733
+Sancho	41734
+Sanctuary	41735
+Sanctus	41736
+Sanitary	41737
+Sanitation	41738
+Salado	41739
+Saladworks	41740
+Salamanca	41741
+Salamone's	41742
+Salton	41743
+Salty's	41744
+Salish	41745
+Salisbury	41746
+Salida	41747
+Salido	41748
+Salinas	41749
+Salvatore	41750
+Salvation	41751
+Salvadorian	41752
+Sally's	41753
+Sallys	41754
+Sallie	41755
+Sallisaw	41756
+Salesforce	41757
+Salman	41758
+Salmonella	41759
+Salons	41760
+Saloom	41761
+Saloon	41762
+Sammy's	41763
+Sammys	41764
+Sammie	41765
+Samantha's	41766
+Samanthas	41767
+Samaritans	41768
+Samsonite	41769
+Samoan	41770
+Samuels	41771
+Sarah's	41772
+Sarahs	41773
+Saritas	41774
+Sabaton	41775
+Sabattus	41776
+Sabrena	41777
+Sabres	41778
+Sabrina's	41779
+Sauganash	41780
+Saugatuck	41781
+Saturday's	41782
+Saturdays	41783
+Saving	41784
+Savannah's	41785
+Savoy's	41786
+Sainte	41787
+Saints	41788
+Sacramento	41789
+Saddles	41790
+Saskatchewan	41791
+Saskatoon	41792
+Safelite	41793
+Safely	41794
+Sharpe	41795
+Sharpie	41796
+Sharpton	41797
+Sharkboy	41798
+Sharks	41799
+Sharky's	41800
+Sharon's	41801
+Sharona	41802
+Sharons	41803
+Sharonville	41804
+Shari's	41805
+Sharia	41806
+Sharif	41807
+SharePoint	41808
+Sharmaine	41809
+Shanda	41810
+Shandon	41811
+Shandra	41812
+Shands	41813
+Shandy	41814
+Shannon	41815
+Shanna	41816
+Shanahan	41817
+Shane's	41818
+Shanes	41819
+Shania	41820
+Shaniqua	41821
+Shante	41822
+Shanti	41823
+Shanty	41824
+Shanghai	41825
+Shangri	41826
+Shakes	41827
+Shakeology	41828
+Shaker	41829
+Shakalaka	41830
+Shawna	41831
+Shawn's	41832
+Shawnee	41833
+Shawns	41834
+Shawshank	41835
+Shalee	41836
+Shaler	41837
+Shalimar	41838
+Shalin	41839
+Shallotte	41840
+Shallowford	41841
+Shalom	41842
+Shalonda	41843
+Shadeland	41844
+Shades	41845
+Shadowbrook	41846
+Shadows	41847
+Shadyside	41848
+Sheriff	41849
+Sheridan	41850
+Sherri	41851
+Sherry	41852
+Sherman's	41853
+Shermans	41854
+Sherway	41855
+Sherwin	41856
+Sherwood	41857
+Sherbrooke	41858
+Sherburne	41859
+Shereen	41860
+Sherlocks	41861
+Shelby	41862
+Shelburne	41863
+Shelley	41864
+Shelly	41865
+Shelter	41866
+Shelton	41867
+Sheldon's	41868
+Sheena	41869
+Sheen's	41870
+Sheehan	41871
+Sheehy	41872
+Sheepshead	41873
+Shepherds	41874
+Shepherd's	41875
+Shepards	41876
+Sheard	41877
+Shenandoah	41878
+Shenango	41879
+Shoppe	41880
+Shopping	41881
+ShopRite	41882
+ShopRunner	41883
+Shoreham	41884
+Shoreline	41885
+Shores	41886
+Shoreview	41887
+Shorewood	41888
+Shorty	41889
+Shortcake	41890
+Shonda	41891
+Shondells	41892
+Showboat	41893
+Showbox	41894
+Shocker	41895
+Shockey	41896
+Shooters	41897
+Shooting	41898
+Shippensburg	41899
+Shipping	41900
+Shippuden	41901
+Shipley's	41902
+Shinedown	41903
+Shingle	41904
+Shirley	41905
+Shirlington	41906
+Shiraz	41907
+Shirelles	41908
+Shiloh	41909
+Shields	41910
+Shreveport	41911
+Shriners	41912
+Seagrove	41913
+Seagal	41914
+Seagate	41915
+Season	41916
+Seasol	41917
+Seabreeze	41918
+Seabright	41919
+Seabrook	41920
+Search	41921
+Searcy	41922
+Service	41923
+Servicing	41924
+Serena's	41925
+Serenade	41926
+Serenity's	41927
+Serrano's	41928
+Serranos	41929
+Sergeant	41930
+Sergio's	41931
+Senate	41932
+Sensation	41933
+Sensei	41934
+Senora	41935
+Selena	41936
+Selene	41937
+Selleck	41938
+Secondhand	41939
+Seconds	41940
+Secretariat	41941
+Secretary	41942
+Sevendust	41943
+Sevenfold	41944
+Seventh	41945
+Severna	41946
+Sevierville	41947
+Sevilla	41948
+Seville	41949
+Seminoles	41950
+Sebastian	41951
+Sebastopol	41952
+Sunnyside	41953
+Sunnyslope	41954
+Sunnyvale	41955
+Sunnyview	41956
+Sunday	41957
+Sundance	41958
+Sunbeam	41959
+Sunbelt	41960
+Sunridge	41961
+Sunrise	41962
+Sunriver	41963
+Superman	41964
+Supermall	41965
+Supermarket	41966
+Supercenter	41967
+Supercross	41968
+Supercuts	41969
+Superstar	41970
+Superstition	41971
+Superstore	41972
+Superbike	41973
+Superbowl	41974
+Supplies	41975
+Supply	41976
+Supreme	41977
+Supremacy	41978
+Surfers	41979
+Survival	41980
+Survive	41981
+Survivor	41982
+Summerdale	41983
+Summerfield	41984
+Summerville	41985
+Summerwood	41986
+Suttons	41987
+Sutherlands	41988
+Sullivan's	41989
+Sullivans	41990
+Sullivant	41991
+Sully's	41992
+Sugarland	41993
+Sugarloaf	41994
+Suites	41995
+Southwest	41996
+Southway	41997
+Southwyck	41998
+Southborough	41999
+Southbury	42000
+Southpark	42001
+Southeast	42002
+Southern	42003
+Southland	42004
+Southlake	42005
+Southampton	42006
+Southaven	42007
+Southcenter	42008
+Southcross	42009
+Southgate	42010
+Southglenn	42011
+Southie	42012
+Southington	42013
+Southtowne	42014
+Sonicare	42015
+Sonics	42016
+Sonia's	42017
+Sonoran	42018
+Sonya's	42019
+Solara	42020
+Solaris	42021
+Solana	42022
+Solano	42023
+Solomon's	42024
+Solomons	42025
+Soldiers	42026
+Somers	42027
+Somerdale	42028
+Somerton	42029
+Somerville	42030
+Somalia	42031
+Sorento	42032
+Sorrento	42033
+Sorrentino's	42034
+Sofia's	42035
+Sophie's	42036
+Sophies	42037
+Sophia's	42038
+Sparkle	42039
+Sparky	42040
+Sparkman	42041
+Sparks	42042
+Sparta	42043
+Sparty	42044
+Spanglish	42045
+Spaniard	42046
+Spaniel	42047
+Spanish	42048
+Spanky's	42049
+Spanos	42050
+Speedy	42051
+Speedee	42052
+Speedos	42053
+Speedpay	42054
+Spectacular	42055
+Spector	42056
+Specialist	42057
+Specialty	42058
+Spencer	42059
+Spearfish	42060
+Spears	42061
+Speaker	42062
+Spelling	42063
+Spellman	42064
+Spring	42065
+Sprint	42066
+Sprinkles	42067
+Spragues	42068
+Sprayberry	42069
+Sproul	42070
+Sprouse	42071
+Spirits	42072
+Spiritual	42073
+Spiros	42074
+Spicers	42075
+Spitzer	42076
+Sportsman	42077
+Sportsplex	42078
+Sportster	42079
+Sportswear	42080
+Spotswood	42081
+Spotsylvania	42082
+Spokeo	42083
+Spokesman	42084
+Silvers	42085
+Silverado	42086
+Silverbell	42087
+Silverdale	42088
+Silvergreens	42089
+Silverwood	42090
+Silvio	42091
+Silvia	42092
+Silvis	42093
+Silvana	42094
+Silence	42095
+Silent	42096
+Simonson	42097
+Simple	42098
+Simplot	42099
+Simply	42100
+Simpsons	42101
+Simpsonville	42102
+Singles	42103
+Singletary	42104
+Singers	42105
+Singh's	42106
+Sissonville	42107
+Sisterhood	42108
+Sisters	42109
+Sigman	42110
+Signal	42111
+Signature	42112
+Siegel's	42113
+SiriusXM	42114
+Sicilian	42115
+Sicily's	42116
+Sidewalk	42117
+Sidewinder	42118
+Scholl	42119
+Scholfield	42120
+Schoolboy	42121
+Schoolcraft	42122
+Schoolhouse	42123
+Schools	42124
+Schultz	42125
+Schulz	42126
+Schuyler	42127
+Schuylkill	42128
+Schumacher	42129
+Schumer	42130
+Scherer	42131
+Schertz	42132
+Scheib	42133
+Schein	42134
+Schmidt's	42135
+Schmidts	42136
+Schmick's	42137
+Schmicks	42138
+Schmitt	42139
+Schmitz	42140
+Schwab	42141
+Schweitzer	42142
+Schwenksville	42143
+Schaefer	42144
+Schaeffer	42145
+Schilling	42146
+Schiller	42147
+Schroeder	42148
+Schrock	42149
+Schrader	42150
+Schram	42151
+Schnecksville	42152
+Schneider	42153
+Scotts	42154
+Scotty	42155
+Scott's	42156
+Scotto	42157
+Scottrade	42158
+Scottville	42159
+Scotiabank	42160
+Scotsman	42161
+Scorpio's	42162
+Scorpion	42163
+Scripps	42164
+Scribblenauts	42165
+Scribner	42166
+Scrooged	42167
+Scrubbing	42168
+Scrubs	42169
+Scarlets	42170
+Scarlett	42171
+Scandinavia	42172
+Scandia	42173
+Sciences	42174
+Scientific	42175
+Scientology	42176
+Skyland	42177
+Skylar	42178
+Skylers	42179
+Skyline	42180
+Skylinks	42181
+Skywalker	42182
+Skyward	42183
+Skyway	42184
+Skinner	42185
+Skinny	42186
+Skippack	42187
+Skippy	42188
+Skateland	42189
+Skellington	42190
+Skelly	42191
+Swanson	42192
+Swansboro	42193
+Swansea	42194
+Swannanoa	42195
+Swarthmore	42196
+Swartz	42197
+Sweetheart	42198
+Sweetwater	42199
+Sweeney	42200
+Sweeny	42201
+Sweden	42202
+Swedesboro	42203
+Swift's	42204
+SwiftKey	42205
+Swishers	42206
+Swissvale	42207
+Switzerland	42208
+Slater's	42209
+Slippery	42210
+Sloane	42211
+Sloans	42212
+Sleepy's	42213
+SmartPak	42214
+SmartPost	42215
+Smiths	42216
+Smith's	42217
+Smithers	42218
+Smithfield	42219
+Smithland	42220
+Smithtown	42221
+Smithville	42222
+Smitty's	42223
+Smiley's	42224
+Smokey	42225
+Smoketown	42226
+Snowberry	42227
+Snowbird	42228
+Snowbowl	42229
+Snowman	42230
+Snowmass	42231
+Snoopy	42232
+Snooki	42233
+Snooks	42234
+Snapfinger	42235
+Snapfish	42236
+Snuggies	42237
+Sylvan	42238
+Sylvia	42239
+Sylvie	42240
+Sylvester's	42241
+Squires	42242
+proportion	42243
+proponent	42244
+proper	42245
+propel	42246
+propensity	42247
+prophet	42248
+prophesied	42249
+propaganda	42250
+propane	42251
+proprietary	42252
+proprietor	42253
+prospect	42254
+prosper	42255
+prostate	42256
+prostrate	42257
+proscan	42258
+prosciutto	42259
+process	42260
+proceed	42261
+procedure	42262
+procrastinate	42263
+procrastinator	42264
+proctor	42265
+proctologist	42266
+proclaim	42267
+proclamation	42268
+procurement	42269
+promontory	42270
+promos	42271
+prominent	42272
+prompted	42273
+prompting	42274
+promptly	42275
+prompts	42276
+promed	42277
+promenade	42278
+protest	42279
+protein	42280
+protege	42281
+proton	42282
+protocol	42283
+prototype	42284
+protractor	42285
+protruding	42286
+provision	42287
+proverb	42288
+proved	42289
+proven	42290
+proves	42291
+provocative	42292
+provolone	42293
+profess	42294
+profen	42295
+profit	42296
+profoundly	42297
+problema	42298
+problemo	42299
+problems	42300
+probiotic	42301
+probility	42302
+probing	42303
+probes	42304
+product	42305
+produce	42306
+producing	42307
+prodded	42308
+prodding	42309
+prodigal	42310
+prodigy	42311
+progress	42312
+program	42313
+pronouns	42314
+prongs	42315
+prontos	42316
+projection	42317
+projectile	42318
+projecting	42319
+projectors	42320
+prolong	42321
+prolific	42322
+proline	42323
+proofreading	42324
+prouder	42325
+proudest	42326
+proximity	42327
+preset	42328
+preseason	42329
+pressing	42330
+preschool	42331
+president	42332
+presidency	42333
+presume	42334
+presumably	42335
+presuming	42336
+presumptuous	42337
+presto	42338
+presale	42339
+precinct	42340
+preciate	42341
+precious	42342
+precipitation	42343
+precaution	42344
+precalc	42345
+precarious	42346
+precast	42347
+preceptor	42348
+precocious	42349
+preconceived	42350
+precum	42351
+precursor	42352
+prepay	42353
+prepaid	42354
+prepping	42355
+preppy	42356
+preposition	42357
+preposterous	42358
+preteen	42359
+preterm	42360
+pretest	42361
+pretty	42362
+pretzels	42363
+prevents	42364
+prevail	42365
+prevalent	42366
+preview	42367
+previous	42368
+predict	42369
+predators	42370
+premier	42371
+premise	42372
+premium	42373
+premature	42374
+premade	42375
+premarital	42376
+prefers	42377
+prefab	42378
+preface	42379
+pre-order	42380
+pre-op	42381
+pre-owned	42382
+pre-approval	42383
+pre-approved	42384
+pre-thanksgiving	42385
+pre-trial	42386
+preaching	42387
+preapproval	42388
+preapproved	42389
+pregnant	42390
+pregame	42391
+pregaming	42392
+preggers	42393
+preggo	42394
+preliminary	42395
+prelims	42396
+preloaded	42397
+preordered	42398
+prerequisites	42399
+primacare	42400
+primal	42401
+primavera	42402
+primer	42403
+primed	42404
+primetime	42405
+primeway	42406
+priming	42407
+primitive	42408
+prince	42409
+printout	42410
+printable	42411
+printing	42412
+prints	42413
+price:	42414
+priced	42415
+prices	42416
+pricey	42417
+prickly	42418
+pricks	42419
+prisoner	42420
+prisons	42421
+pristine	42422
+pristiq	42423
+private	42424
+privacy	42425
+privileged	42426
+privileges	42427
+priority	42428
+practice	42429
+practical	42430
+practicing	42431
+practicum	42432
+practitioners	42433
+prayer	42434
+prayed	42435
+praying	42436
+pranks	42437
+pranked	42438
+pranking	42439
+praise	42440
+praising	42441
+prudence	42442
+prudent	42443
+prunes	42444
+partial	42445
+partition	42446
+parting	42447
+partisan	42448
+partners	42449
+partner's	42450
+partnered	42451
+partnering	42452
+partyin	42453
+party's	42454
+partynextdoor	42455
+partake	42456
+partaking	42457
+parted	42458
+parts.com	42459
+parallel	42460
+paralegal	42461
+paramount	42462
+parade	42463
+paradox	42464
+paraplegic	42465
+parasite	42466
+parasailing	42467
+parasol	42468
+paranormal	42469
+parables	42470
+paragraphs	42471
+parakeets	42472
+parental	42473
+parent's	42474
+parentesi	42475
+parenting	42476
+parently	42477
+parents	42478
+parlays	42479
+parlors	42480
+parsonage	42481
+parodies	42482
+parody	42483
+parolees	42484
+parcels	42485
+parrots	42486
+patrol	42487
+patron	42488
+patriot	42489
+patriarchal	42490
+pathogens	42491
+pathetically	42492
+pathways	42493
+patient	42494
+patience	42495
+pation	42496
+patios	42497
+patented	42498
+patents	42499
+patelco	42500
+patella	42501
+paternal	42502
+paternity	42503
+patter	42504
+patted	42505
+patties	42506
+patting	42507
+patched	42508
+patches	42509
+panties	42510
+panting	42511
+pantries	42512
+pantry	42513
+pantyhose	42514
+pancreas	42515
+pancakes	42516
+pancheros	42517
+panchitos	42518
+paninis	42519
+pandas	42520
+pandemic	42521
+pandemonium	42522
+pandora.com	42523
+panacea	42524
+panache	42525
+paneling	42526
+panels	42527
+pastabilities	42528
+pastaria	42529
+pastas	42530
+pastel	42531
+pasted	42532
+pasties	42533
+pastime	42534
+pastor's	42535
+pastoral	42536
+pastors	42537
+pastrami	42538
+pastries	42539
+pastry	42540
+pastures	42541
+passion	42542
+passin	42543
+passive	42544
+passenger	42545
+passed	42546
+passer	42547
+passes	42548
+passage	42549
+passable	42550
+passports	42551
+passwords	42552
+paintin	42553
+paints	42554
+painfully	42555
+painkillers	42556
+pairings	42557
+package	42558
+packaging	42559
+packet	42560
+packed	42561
+packer	42562
+packing	42563
+pacesetter	42564
+pacify	42565
+paladar	42566
+paladin	42567
+pallets	42568
+payouts	42569
+paypal.com	42570
+papalis	42571
+paperclip	42572
+papercut	42573
+pages.com	42574
+pages:	42575
+pageants	42576
+pagers	42577
+paddle	42578
+paddling	42579
+pavers	42580
+pavilion	42581
+pavillion	42582
+pampered	42583
+pampering	42584
+pampers	42585
+pamphlets	42586
+paused	42587
+pauses	42588
+poster	42589
+posted	42590
+postpartum	42591
+postmark	42592
+postman	42593
+postmaster	42594
+postage	42595
+postal	42596
+posting	42597
+postino's	42598
+posts:	42599
+postseason	42600
+postcards	42601
+positanos	42602
+posite	42603
+posits	42604
+possess	42605
+possums	42606
+polite	42607
+police	42608
+policy	42609
+polishing	42610
+polygon	42611
+polygraph	42612
+polyclinic	42613
+polycystic	42614
+polymers	42615
+polyps	42616
+polled	42617
+pollen	42618
+polluted	42619
+pollution	42620
+polarity	42621
+polarized	42622
+portal	42623
+portage	42624
+porter	42625
+ported	42626
+portion	42627
+portico	42628
+porting	42629
+portrait	42630
+portray	42631
+portfolios	42632
+portside	42633
+pornos	42634
+pornhub.com	42635
+pornstars	42636
+porches	42637
+populous	42638
+popper	42639
+popped	42640
+poppin	42641
+poppies	42642
+popsicles	42643
+pooper	42644
+pooped	42645
+poopies	42646
+pooping	42647
+poopsie	42648
+poolside	42649
+poorer	42650
+poorest	42651
+potter	42652
+potted	42653
+potties	42654
+potting	42655
+potential	42656
+potheads	42657
+potholes	42658
+potatoes	42659
+pointe	42660
+pointment	42661
+pointing	42662
+pointless	42663
+points	42664
+pointy	42665
+poinsettias	42666
+powers	42667
+powered	42668
+powerful	42669
+powerhouse	42670
+powering	42671
+powertrain	42672
+pounding	42673
+pounds	42674
+pondered	42675
+pondering	42676
+ponders	42677
+ponytails	42678
+pocketbook	42679
+pocketful	42680
+pockets	42681
+podiatrist	42682
+podiatry	42683
+persona	42684
+person's	42685
+personification	42686
+personnel	42687
+persons	42688
+persist	42689
+persimmon	42690
+perspectives	42691
+perfect	42692
+perfer	42693
+perform	42694
+perforated	42695
+perfumes	42696
+percent	42697
+perceive	42698
+percocet	42699
+percoset	42700
+percolator	42701
+perculator	42702
+percussion	42703
+period	42704
+periot	42705
+perishable	42706
+peripheral	42707
+periphery	42708
+permit	42709
+permanent	42710
+perpendicular	42711
+pertaining	42712
+pertains	42713
+perturbed	42714
+pertussis	42715
+perros	42716
+peninsular	42717
+penises	42718
+penalize	42719
+pendants	42720
+penetration	42721
+penetrating	42722
+penetrated	42723
+penciled	42724
+pencils	42725
+pension	42726
+pensive	42727
+pentagram	42728
+pentatonix	42729
+peaceful	42730
+peacemaker	42731
+peaches	42732
+peachwood	42733
+peachy	42734
+peacock	42735
+peacoat	42736
+pearls	42737
+pearly	42738
+peasants	42739
+peeled	42740
+peeler	42741
+peepee	42742
+peepers	42743
+pediatric	42744
+pedicure	42745
+pedicab	42746
+pedestals	42747
+pedestrians	42748
+peddlers	42749
+petition	42750
+petitis	42751
+petrol	42752
+petrified	42753
+peppercorn	42754
+peppermint	42755
+pepperoni	42756
+peppered	42757
+peppers	42758
+pestering	42759
+pesticides	42760
+pestos	42761
+peckerhead	42762
+peckerwood	42763
+peggys	42764
+pincher	42765
+pinched	42766
+pinches	42767
+pineapples	42768
+pinkies	42769
+pinkish	42770
+pinky's	42771
+pintos	42772
+pinions	42773
+pinstripes	42774
+pickleball	42775
+pickled	42776
+pickleman's	42777
+pickles	42778
+picker	42779
+picked	42780
+picket	42781
+picking	42782
+pickins	42783
+pickups	42784
+picture	42785
+picturing	42786
+piccadillys	42787
+piccata	42788
+pillowcase	42789
+pillows	42790
+pillar	42791
+pillage	42792
+pillidentifier	42793
+pillion	42794
+pitcher	42795
+pitched	42796
+pitches	42797
+pitted	42798
+pitter	42799
+pittsburgh	42800
+pierce	42801
+piercing	42802
+pieces	42803
+piggies	42804
+piggyback	42805
+pissed	42806
+pisser	42807
+pisses	42808
+pissing	42809
+pistol	42810
+piston	42811
+pistachios	42812
+pimping	42813
+pimples	42814
+pipers	42815
+pizzaluce	42816
+pizzarama	42817
+pizzas	42818
+pizzaville	42819
+pizzazz	42820
+pizzeria	42821
+pizzettas	42822
+pianos	42823
+pioneers	42824
+player	42825
+played	42826
+playable	42827
+playah	42828
+playback	42829
+playdate	42830
+playdough	42831
+playground	42832
+playgroup	42833
+playmate	42834
+playmakers	42835
+playset	42836
+playstation	42837
+playfully	42838
+playing	42839
+playlists	42840
+playoffs	42841
+playthrough	42842
+playtime	42843
+planting	42844
+plants	42845
+planet	42846
+planer	42847
+planes	42848
+plannin	42849
+planking	42850
+planks	42851
+platelet	42852
+plateau	42853
+plated	42854
+plates	42855
+platonic	42856
+platoon	42857
+platos	42858
+platforms	42859
+plating	42860
+platinum	42861
+platters	42862
+placebo	42863
+placed	42864
+placenta	42865
+placer	42866
+places	42867
+placards	42868
+plaster	42869
+plasti	42870
+plastow	42871
+plainly	42872
+plains	42873
+plaintiff	42874
+plagues	42875
+pleasant	42876
+please	42877
+pleasing	42878
+pleaded	42879
+pleading	42880
+pleated	42881
+pleats	42882
+pledge	42883
+pledging	42884
+plexiglass	42885
+plumber	42886
+plumbing	42887
+plumsteadville	42888
+plugged	42889
+plugging	42890
+plugins	42891
+plucked	42892
+pluckers	42893
+plunger	42894
+pursue	42895
+pursuant	42896
+purses	42897
+purify	42898
+puritas	42899
+purity	42900
+purposefully	42901
+purposely	42902
+purposes	42903
+purple	42904
+purplish	42905
+pureed	42906
+purchased	42907
+purchaser	42908
+purchases	42909
+purged	42910
+punching	42911
+punchline	42912
+punchy	42913
+puncture	42914
+punished	42915
+punishes	42916
+punishments	42917
+punted	42918
+punter	42919
+public's	42920
+publicly	42921
+publishing	42922
+pusher	42923
+pushed	42924
+pusheen	42925
+pushes	42926
+pushing	42927
+pussy.com	42928
+pussycat	42929
+pussys	42930
+pulled	42931
+puller	42932
+pulley	42933
+pulling	42934
+pulsating	42935
+pulmonologist	42936
+pulmonology	42937
+puttering	42938
+putters	42939
+putting	42940
+pumper	42941
+pumped	42942
+pumping	42943
+pumpkins	42944
+puppeteer	42945
+puppets	42946
+puppy's	42947
+puddles	42948
+photograph	42949
+photogenic	42950
+photosynthesis	42951
+photocopies	42952
+photocopy	42953
+phone.	42954
+phones	42955
+phone's	42956
+phone:	42957
+phonebook	42958
+phoned	42959
+phonetically	42960
+phonics	42961
+phoning	42962
+physio	42963
+physique	42964
+pharmaceuticals	42965
+pharmacies	42966
+pharmacist	42967
+philosopher	42968
+philosophy	42969
+phenomena	42970
+phenomenon	42971
+psychopath	42972
+psychos	42973
+psychic	42974
+psyching	42975
+psyched	42976
+Connect	42977
+Conner	42978
+Connell	42979
+Conneaut	42980
+Connexus	42981
+Connor	42982
+Connolly	42983
+Connie	42984
+Connick	42985
+Constitution	42986
+Construction	42987
+Consumer	42988
+Consequences	42989
+Consolidated	42990
+Contra	42991
+Control	42992
+Contact	42993
+Container	42994
+Contemporary	42995
+Continent	42996
+Concord	42997
+Concourse	42998
+Concentra	42999
+Conception	43000
+Concert	43001
+Congrats	43002
+Conference	43003
+Convention	43004
+Conans	43005
+Conant	43006
+Condon	43007
+Condor	43008
+Conley	43009
+Conlee	43010
+Conrad's	43011
+Conroe	43012
+Conroy	43013
+Colleen	43014
+Colley	43015
+Collette	43016
+Collex	43017
+Collin	43018
+Collier	43019
+Colona	43020
+Colonel	43021
+Colony	43022
+Coloma	43023
+Colorado	43024
+Colors	43025
+Colossians	43026
+Colossus	43027
+Coleman's	43028
+Colesville	43029
+Colton's	43030
+Coltons	43031
+Coldspring	43032
+Coldstone	43033
+Coldwater	43034
+Coldwell	43035
+Colina	43036
+Colin's	43037
+Columbus	43038
+Corner	43039
+Cornwall	43040
+Cornwell	43041
+Cornhuskers	43042
+Corning	43043
+Cornish	43044
+Correct	43045
+Correa	43046
+Corral	43047
+Corrado's	43048
+Corrie	43049
+Corrigan	43050
+Coraline	43051
+Coralville	43052
+Cortes	43053
+Cortez	43054
+Cortana	43055
+Cortaro	43056
+Cortlandt	43057
+Cordero	43058
+Cordon	43059
+Cordova	43060
+Corinth	43061
+Corinne	43062
+Corporate	43063
+Corporation	43064
+Corpse	43065
+Coronado	43066
+Coronas	43067
+Coronation	43068
+Corbins	43069
+Corey's	43070
+Coreys	43071
+Corsicana	43072
+Corky's	43073
+Corvettes	43074
+Common	43075
+Command	43076
+Commack	43077
+Commission	43078
+Committee	43079
+Communications	43080
+Communion	43081
+Communist	43082
+Community	43083
+Commerce	43084
+Commercial	43085
+Compass	43086
+Compaq	43087
+Computer	43088
+Complete	43089
+Complex	43090
+Compton	43091
+Comptroller	43092
+Comets	43093
+Comales	43094
+Combat	43095
+Comics	43096
+Courtney	43097
+Courthouse	43098
+Courtland	43099
+Courtright	43100
+Courts	43101
+Courtyard	43102
+Coursera	43103
+Coursey	43104
+Courage	43105
+Courant	43106
+Couric	43107
+Courier	43108
+Country	43109
+County	43110
+Counting	43111
+Counseling	43112
+Coulter	43113
+Coulton	43114
+Cougars	43115
+Cousins	43116
+Cookie	43117
+Cooking	43118
+Cookeville	43119
+Coolidge	43120
+Cooling	43121
+Coolio	43122
+Cooley's	43123
+Coopers	43124
+Cooper's	43125
+Cooperative	43126
+Cooney's	43127
+Costa's	43128
+Costanza	43129
+Costas	43130
+Costco's	43131
+Costcos	43132
+Cosmo's	43133
+Cosmetics	43134
+Cosmetology	43135
+Copper	43136
+Coppell	43137
+Copeland's	43138
+Copelands	43139
+Coburns	43140
+Coachella	43141
+Coaches	43142
+Coalinga	43143
+Coalition	43144
+Coatesville	43145
+Cotton	43146
+Cottleville	43147
+Coconino	43148
+Coconut	43149
+Cochrane	43150
+Cocker	43151
+Cockeysville	43152
+Cowles	43153
+Cowley	43154
+Covered	43155
+Covert	43156
+Covenant	43157
+Coventry	43158
+Cohen's	43159
+Coffeyville	43160
+Carlin	43161
+Carlito	43162
+Carlie	43163
+Carlisle	43164
+Carlson	43165
+Carlsbad	43166
+Carlsen	43167
+Carlstadt	43168
+Carlene	43169
+Carleton	43170
+Carley	43171
+Carly's	43172
+Carlyle	43173
+Carlys	43174
+Carla's	43175
+Carland	43176
+Carlos	43177
+Carrie	43178
+Carriage	43179
+Carribean	43180
+Carrick	43181
+Carrigan	43182
+Carrillo	43183
+Carrington	43184
+Carrizo	43185
+Carroll	43186
+Carrows	43187
+Carrera	43188
+Carreta	43189
+Carrey	43190
+Carrabba's	43191
+Carrabbas	43192
+Carole	43193
+Carolyn	43194
+Carol's	43195
+Carolla	43196
+Carmel	43197
+Carmen	43198
+Carmichael	43199
+Carmike	43200
+Carters	43201
+Carter's	43202
+Carteret	43203
+Carterville	43204
+Cartridge	43205
+Cartronics	43206
+Cartwrights	43207
+CareerBuilder	43208
+CareerLink	43209
+Careless	43210
+Carell	43211
+Carey's	43212
+Cardiff	43213
+Cardiology	43214
+Caribbean	43215
+Caribe	43216
+Caribou	43217
+Carina	43218
+Carini's	43219
+Carino's	43220
+Carney	43221
+Carnegie	43222
+Carnes	43223
+Carnahan	43224
+Carnation	43225
+Carpet	43226
+Carson's	43227
+Carsons	43228
+Caruso's	43229
+Callahan	43230
+Callaghan	43231
+Callait	43232
+Callaway	43233
+Callen	43234
+Called	43235
+Callies	43236
+Calloway	43237
+Callowhill	43238
+Caliber	43239
+Calibur	43240
+Caliendo	43241
+Caliente	43242
+Caleb's	43243
+Calebs	43244
+Calabasas	43245
+Calabria	43246
+Calvert's	43247
+Calverton	43248
+Calvin's	43249
+Calderon	43250
+Campbells	43251
+Campbell's	43252
+Campbellton	43253
+Campos	43254
+Camping	43255
+Campisi's	43256
+Camelia	43257
+Camelot	43258
+Camera	43259
+Camila	43260
+Camilo	43261
+Camino	43262
+Caminito	43263
+Camaro	43264
+Camargo	43265
+Camarillo	43266
+Camanche	43267
+Camano	43268
+Cambria	43269
+Cambridge	43270
+Cambodian	43271
+Candles	43272
+Candlebox	43273
+Candler	43274
+Candlewood	43275
+Candice	43276
+Candia	43277
+Candies	43278
+Candy's	43279
+Candyland	43280
+Candyman	43281
+Canada	43282
+Canton	43283
+Cantor	43284
+Cantera	43285
+Canterbury	43286
+Cannondale	43287
+Cannonsburg	43288
+Canned	43289
+Cannes	43290
+Canonsburg	43291
+Cassady	43292
+Cassat	43293
+Cassidy	43294
+Cassie	43295
+Cassius	43296
+Casserole	43297
+Cassondra	43298
+Cassopolis	43299
+Castles	43300
+Castleton	43301
+Castlevania	43302
+Castlewood	43303
+Castrol	43304
+Castroville	43305
+Castillo	43306
+Casting	43307
+Casey's	43308
+Caseys	43309
+Caseyville	43310
+Cascade	43311
+Cascada	43312
+Cascadia	43313
+Caspers	43314
+Catherine	43315
+Cathedral	43316
+Catholicism	43317
+Catholics	43318
+Cathy's	43319
+Cathys	43320
+Catharines	43321
+Cathay	43322
+Catering	43323
+Caterpillar	43324
+Catonsville	43325
+Capitol	43326
+Capelli	43327
+Capella	43328
+Capriotti's	43329
+Capones	43330
+CaptainSparklez	43331
+Cabaret	43332
+Cabarrus	43333
+Cabell	43334
+Caberfae	43335
+Cabernet	43336
+Cabrillo	43337
+Cabrini	43338
+Cabrio	43339
+Caddyshack	43340
+Cadillacs	43341
+Caitlin's	43342
+Caitlins	43343
+Cavender's	43344
+Cavaliers	43345
+Cafferty	43346
+Caffery	43347
+Charli	43348
+Charlotte	43349
+Charla	43350
+Charlton	43351
+Charly	43352
+Charice	43353
+Charmaine	43354
+Charming	43355
+Charms	43356
+Charter	43357
+Chartwell	43358
+Charger	43359
+Chardonnay	43360
+Chandler	43361
+Chanda	43362
+Chandra	43363
+Channel	43364
+Channahon	43365
+Channing	43366
+Chancellor	43367
+Chancery	43368
+Chancey	43369
+Chang's	43370
+Change	43371
+Changs	43372
+Chantal	43373
+Chantel	43374
+Chantilly	43375
+Chanel	43376
+Chaney	43377
+Champion	43378
+Champa	43379
+Champps	43380
+Champs	43381
+Champy's	43382
+Chamber	43383
+Chamblee	43384
+Chappell	43385
+Chappaqua	43386
+Chappy's	43387
+Chapala	43388
+Chaparral	43389
+Chapelle	43390
+Chaplins	43391
+Chadbourne	43392
+Chadwicks	43393
+Chalkville	43394
+Challenger	43395
+Chalmers	43396
+Chalmette	43397
+Chase's	43398
+Chaser	43399
+Chasewood	43400
+Chattanooga	43401
+Chattahoochee	43402
+Chains	43403
+Chainz	43404
+Chairman	43405
+Chester	43406
+Chestnut	43407
+Chesnutt	43408
+Chesaning	43409
+Chesapeake	43410
+Cheswick	43411
+Cheswold	43412
+Cheese's	43413
+Cheeseburger	43414
+Cheesecake	43415
+Cheeks	43416
+Cheektowaga	43417
+Cheerios	43418
+Cheers	43419
+Cheetah	43420
+Cheetos	43421
+Cheezies	43422
+Cherrydale	43423
+Cherryland	43424
+Cheryl's	43425
+Cheryls	43426
+Cherie	43427
+Cherokees	43428
+Chevy's	43429
+Chevys	43430
+Chevelle	43431
+Cheverly	43432
+Chevrolet	43433
+Chevron	43434
+Chelsea	43435
+Chelsey	43436
+Cheltenham	43437
+Chenal	43438
+Chenango	43439
+Checker	43440
+Childers	43441
+Childhood	43442
+Childish	43443
+Childtime	43444
+Chilean	43445
+Chili's	43446
+Chicka	43447
+Chicken	43448
+Chicks	43449
+Chicago	43450
+Chicano	43451
+Chico's	43452
+Chicopee	43453
+China's	43454
+Chinatown	43455
+Chinook	43456
+Chippewa	43457
+Chipman	43458
+Chipmunks	43459
+Chipotle's	43460
+Chiang	43461
+Chianti	43462
+Christi	43463
+Christmas	43464
+Christy	43465
+Christ's	43466
+Christa	43467
+Christus	43468
+Chrissy's	43469
+Chromebook	43470
+Chronicles	43471
+Chrystal	43472
+Chrystie	43473
+Churchill	43474
+Church's	43475
+Churchland	43476
+Churchville	43477
+Chunkin	43478
+Chunky	43479
+Chubby's	43480
+Choppers	43481
+Chocolate	43482
+Chocowinity	43483
+Crosse	43484
+CrossFit	43485
+CrossTimbers	43486
+Crossgates	43487
+Crossing	43488
+Crossroads	43489
+Crossville	43490
+Crossway	43491
+Crosby's	43492
+Crowns	43493
+Crowne	43494
+Crowell	43495
+Crowes	43496
+Crowded	43497
+Crowder	43498
+Cresta	43499
+Crested	43500
+Crestline	43501
+Crestmont	43502
+Creston	43503
+Crestview	43504
+Crestwood	43505
+Crescent	43506
+Cresco	43507
+Creeks	43508
+Creekview	43509
+Creekwood	43510
+Creedence	43511
+Creedmoor	43512
+Creator	43513
+Creamery	43514
+Cranberry	43515
+Cranbrook	43516
+Cranbury	43517
+Crandall	43518
+Crandon	43519
+Craigs	43520
+Craig's	43521
+Craighead	43522
+Craigy	43523
+Craftsman	43524
+Crawfordsville	43525
+Crawfordville	43526
+Cristo	43527
+Cristy	43528
+Crispin	43529
+Crissy	43530
+Critter	43531
+Crusader	43532
+Crusades	43533
+Crystal's	43534
+Clarks	43535
+Clarke	43536
+Clark's	43537
+Clarice	43538
+Claridge	43539
+Clarinda	43540
+Clarion	43541
+Clarita	43542
+Clare's	43543
+Clara's	43544
+Claro's	43545
+Claire	43546
+Clairmont	43547
+Clairol	43548
+Clairsville	43549
+Clairton	43550
+Claims	43551
+Claude	43552
+Claus's	43553
+Clause	43554
+Classic	43555
+Classen	43556
+Claymont	43557
+Claymore	43558
+Claytons	43559
+Clancy's	43560
+ClearTalk	43561
+Clearance	43562
+Clearbrook	43563
+Clearfield	43564
+Clearing	43565
+Clearlake	43566
+Clearview	43567
+Cleary	43568
+Cleaner	43569
+Cleaning	43570
+Clement	43571
+Clemens	43572
+Clerk's	43573
+Cliffs	43574
+Cliff's	43575
+Cliffdale	43576
+Clifford	43577
+Cliffwood	43578
+Clifton	43579
+Clifty	43580
+Clinton	43581
+Clint's	43582
+Clintwood	43583
+Clinic	43584
+Clinique	43585
+Clippers	43586
+Cloverdale	43587
+Cloverfield	43588
+Closet	43589
+Clydesdale	43590
+Center	43591
+Centegra	43592
+Centennial	43593
+Centre	43594
+Central	43595
+Centris	43596
+Centro	43597
+Centrum	43598
+Century	43599
+Centurion	43600
+Centier	43601
+Centinela	43602
+Centipede	43603
+Celebrity	43604
+Celeste	43605
+Celestino's	43606
+Celia's	43607
+Celina	43608
+Celine	43609
+Celtics	43610
+Cerrito	43611
+Cerrillos	43612
+Certificate	43613
+Certified	43614
+Cedarbrook	43615
+Cedarburg	43616
+Cecilia's	43617
+Currie	43618
+Currington	43619
+Currituck	43620
+Curtis's	43621
+Curless	43622
+Curley	43623
+Cultural	43624
+Culture	43625
+Cutters	43626
+Cuttery	43627
+Cubans	43628
+Customer	43629
+Customs	43630
+Cummings	43631
+Cinemagic	43632
+Cinemark	43633
+Cinemas	43634
+Cinemax	43635
+Cineplex	43636
+Cinepolis	43637
+Cindy's	43638
+Cindys	43639
+Cinderella's	43640
+Cinnaminson	43641
+Cinnamon	43642
+Citizens	43643
+Circleville	43644
+Circuit	43645
+Circus	43646
+Marian	43647
+Mariah	43648
+Maria's	43649
+Mariachi	43650
+Mariam	43651
+Marias	43652
+Marine	43653
+Marino	43654
+Marina	43655
+Mariel	43656
+Marie's	43657
+Mariemont	43658
+Maries	43659
+Marietta	43660
+Marion	43661
+Mario's	43662
+Marios	43663
+Marisa	43664
+Marissa	43665
+Marisol	43666
+Maricamp	43667
+Maricopa	43668
+Marillac	43669
+Marilyn	43670
+Martin	43671
+Martian	43672
+Martel	43673
+Martens	43674
+Martha's	43675
+Marthas	43676
+Marty's	43677
+Marcela	43678
+Marceline	43679
+Marcelo	43680
+Marco's	43681
+Marcos	43682
+Marcia	43683
+Marcie	43684
+Marcus's	43685
+Marcy's	43686
+Marley	43687
+Marlette	43688
+Marlow	43689
+Marlon	43690
+Marlboros	43691
+Marlborough	43692
+Marla's	43693
+Marlins	43694
+Marsha	43695
+Marshfield	43696
+Marshville	43697
+Marstons	43698
+Margate	43699
+Margie	43700
+Marginal	43701
+Marge's	43702
+Margot	43703
+Marketing	43704
+Marketplace	43705
+Markle	43706
+Markland	43707
+Marksville	43708
+Maryvale	43709
+Maryam	43710
+Maryann	43711
+Maryland's	43712
+Marysville	43713
+Marblehead	43714
+Marbles	43715
+Marburg	43716
+Marbury	43717
+Marbeck	43718
+Marbella	43719
+Marana	43720
+Maranda	43721
+Marvin's	43722
+Marvins	43723
+Marvel's	43724
+Marquee	43725
+Marques	43726
+Marquette	43727
+Marquez	43728
+Marquis	43729
+Marquita	43730
+Marriage	43731
+Marriott	43732
+Marengo	43733
+Mardel	43734
+Mardens	43735
+Marmaduke	43736
+Marmalade	43737
+Mandel	43738
+Mandeville	43739
+Mandalay	43740
+Mandan	43741
+Mandarin	43742
+Mandy's	43743
+Mandys	43744
+Mandisa	43745
+Manitoba	43746
+Manitou	43747
+Manitowoc	43748
+Manila	43749
+Manilow	43750
+Manish	43751
+Manistee	43752
+Manasquan	43753
+Manassas	43754
+Management	43755
+Manager	43756
+Manning	43757
+Mannino's	43758
+Manny's	43759
+Manchaca	43760
+Manchester	43761
+Mancini's	43762
+ManorCare	43763
+Manors	43764
+Manorville	43765
+Mansion	43766
+Manteca	43767
+Manteno	43768
+Manteo	43769
+Manuel's	43770
+Manuela	43771
+Manhattan	43772
+Manhasset	43773
+Mattel	43774
+Matteo's	43775
+Matteson	43776
+Matthew	43777
+Matthias	43778
+MattyB	43779
+Mattydale	43780
+Mattys	43781
+Mattapan	43782
+Mattawan	43783
+Mattie	43784
+Mattingly	43785
+Mather	43786
+Mathew	43787
+Matheson	43788
+Mathis	43789
+Mathilda	43790
+Material	43791
+Maternity	43792
+Mackenzie	43793
+Mackey	43794
+Mackie	43795
+Macklemore	43796
+Macklin	43797
+Machine	43798
+Machias	43799
+Machens	43800
+Machesney	43801
+Macarena	43802
+Macaroni	43803
+Macaulay	43804
+MacDonalds	43805
+Macedonia	43806
+Macland	43807
+Maclaren	43808
+Malaysia	43809
+Malaya	43810
+Malacca	43811
+Malachi	43812
+Malakai	43813
+Malakoff	43814
+Maloney	43815
+Malones	43816
+Malika	43817
+Mallory	43818
+Malloy	43819
+Massage	43820
+Massanutten	43821
+Massasoit	43822
+Massey	43823
+Massena	43824
+Massie	43825
+Massillon	43826
+Massimo's	43827
+Master	43828
+Masten	43829
+Mastiff	43830
+Mastin	43831
+Madeleine	43832
+Madeline	43833
+Madelyn	43834
+Maddie's	43835
+Maddow	43836
+Maddox	43837
+Maddy's	43838
+Madison's	43839
+Madisonville	43840
+Madrid	43841
+Madrigal	43842
+Mayans	43843
+Maybach	43844
+Maybank	43845
+Maybelline	43846
+Mayberry	43847
+Mayfaire	43848
+Maynards	43849
+Maynardville	43850
+Magnus	43851
+Magnum	43852
+Magnavox	43853
+Maggie's	43854
+Maggies	43855
+Magdalena	43856
+Magdalene	43857
+Mainely	43858
+Maineville	43859
+Mahalia	43860
+Mahalo	43861
+Mahone	43862
+Mahoning	43863
+Maurice	43864
+Mauricio	43865
+Maureen's	43866
+Maxima	43867
+Maxie's	43868
+Maxine's	43869
+Mavericks	43870
+Montel	43871
+Montes	43872
+Montez	43873
+Monteagle	43874
+Montebello	43875
+Montecito	43876
+Montefiore	43877
+Montego	43878
+Monteith	43879
+Montauk	43880
+Montopolis	43881
+Montour	43882
+Montoya	43883
+Montreal	43884
+Montbello	43885
+Montbleu	43886
+Montcalm	43887
+Montclair	43888
+Montford	43889
+Montfort	43890
+Montgomeryville	43891
+Montvale	43892
+Montville	43893
+Monty's	43894
+Monica's	43895
+Monical's	43896
+Monicas	43897
+Monique's	43898
+Monitor	43899
+Monitronics	43900
+Monaca	43901
+Monaco	43902
+Moneta	43903
+Monett	43904
+MoneyGram	43905
+Moneyball	43906
+Monsters	43907
+Monroe's	43908
+Monroes	43909
+Monroeville	43910
+Monday's	43911
+Mondays	43912
+Mongolia	43913
+Monona	43914
+Monongahela	43915
+Monkey	43916
+Monkees	43917
+Morris	43918
+Morrie	43919
+Morrilton	43920
+Morrow	43921
+Morehead	43922
+Morehouse	43923
+Moreland	43924
+Morello	43925
+Mortenson	43926
+Morteza	43927
+Morton's	43928
+Moravian	43929
+Morganton	43930
+Morgantown	43931
+Moriah	43932
+Moriarty	43933
+Morita	43934
+Moritz	43935
+Moroccan	43936
+Morocco	43937
+Morongo	43938
+Morningside	43939
+Morningstar	43940
+Moores	43941
+Moore's	43942
+Moorefield	43943
+Moose's	43944
+Moody's	43945
+Motors	43946
+Motorcycle	43947
+Motorola	43948
+Mountain	43949
+Mountlake	43950
+Mountville	43951
+Mounds	43952
+Moundridge	43953
+Moulton	43954
+Moultrie	43955
+Mosheim	43956
+Molinos	43957
+Molly's	43958
+Mobile's	43959
+Mobilicity	43960
+Mobility	43961
+Mohamed	43962
+Movember	43963
+Movement	43964
+Moviefone	43965
+Movies	43966
+Modell's	43967
+Modesto	43968
+Miller	43969
+Millen	43970
+Milledge	43971
+Million	43972
+Millie	43973
+Milligan	43974
+Milliron	43975
+Millis	43976
+Millsap	43977
+Millsboro	43978
+Millcreek	43979
+Millcroft	43980
+Millwood	43981
+Millworks	43982
+Milano	43983
+Milani	43984
+Milagros	43985
+Miley's	43986
+Minerva	43987
+Mineral	43988
+Minersville	43989
+Mineo's	43990
+Mineola	43991
+Mindy's	43992
+Minneapolis	43993
+Minnehaha	43994
+Minnelli	43995
+Minneola	43996
+Minnesota	43997
+Minnetonka	43998
+Minaj's	43999
+Minister	44000
+Michel	44001
+Micheal	44002
+Michael	44003
+Michal	44004
+Michigan	44005
+Michiana	44006
+Michoacana	44007
+Michonne	44008
+Mickey	44009
+Mickelson	44010
+Microtech	44011
+Microtel	44012
+Micah's	44013
+Middlebelt	44014
+Middleboro	44015
+Middlebrook	44016
+Middlesboro	44017
+Middlesex	44018
+Middleton	44019
+Middletown	44020
+Midwestern	44021
+Midlands	44022
+Mission	44023
+Missouri	44024
+Missy's	44025
+Misty's	44026
+Mistys	44027
+Miramar	44028
+Miramonte	44029
+Miranda's	44030
+Mikey's	44031
+Mikayla's	44032
+Mitchell	44033
+Mitchem	44034
+Mercer	44035
+Merced	44036
+Merchant	44037
+Merchandise	44038
+MercyMe	44039
+Merrill	44040
+Merriam	44041
+Merrick	44042
+Merrifield	44043
+Merritt	44044
+Merida	44045
+Meriden	44046
+Meritage	44047
+Meriter	44048
+Meritrust	44049
+Meritus	44050
+Merle's	44051
+Merlins	44052
+Merlot's	44053
+Mendel	44054
+Mendenhall	44055
+Mendes	44056
+Mendez	44057
+Mendocino	44058
+Mendon	44059
+Mendota	44060
+Mendoza	44061
+Menards	44062
+Mentalist	44063
+Mentone	44064
+Mentor	44065
+Menomonee	44066
+Menomonie	44067
+Melinda	44068
+Melina	44069
+Melissa's	44070
+Melissas	44071
+Melody's	44072
+Mellon	44073
+Mellow	44074
+Melloy	44075
+Melanie's	44076
+Melvindale	44077
+Melvins	44078
+MetroCard	44079
+MetroPCS	44080
+MetroWest	44081
+Metrodome	44082
+Metroid	44083
+Metronet	44084
+Metrotown	44085
+Metallica	44086
+Metamora	44087
+Metamucil	44088
+Methodist	44089
+Medicine	44090
+Mediterra	44091
+Meditech	44092
+Mediacom	44093
+Meadow	44094
+Meador	44095
+Messiah	44096
+Messina	44097
+Messages	44098
+Messenger	44099
+Messer	44100
+Megan's	44101
+Megans	44102
+Mechanicsburg	44103
+Mechanicsville	44104
+Mexico	44105
+Meijers	44106
+Memory	44107
+McCart	44108
+McCalla	44109
+McCalls	44110
+McCallum	44111
+McCafferty	44112
+McCaffrey's	44113
+McCandless	44114
+McCann	44115
+McCormick	44116
+McCord	44117
+McCorkle	44118
+McCoy's	44119
+McCoys	44120
+McCollum	44121
+McCombs	44122
+McConnellsburg	44123
+McCook	44124
+McCool	44125
+McClellan	44126
+McClendon	44127
+McClain	44128
+McClay	44129
+McCluskey	44130
+McClintock	44131
+McClinton	44132
+McCracken	44133
+McCrary	44134
+McKenzie	44135
+McKendree	44136
+McKees	44137
+McKeel	44138
+McKell	44139
+McKelvey	44140
+McKinnon	44141
+McKinney	44142
+McKinleyville	44143
+McKayla's	44144
+McGuire	44145
+McGuinness	44146
+McGuckins	44147
+McGrady	44148
+McGrath	44149
+McGraw	44150
+McGriddle	44151
+McGriff	44152
+McGee's	44153
+McGees	44154
+McGillicuddy's	44155
+McGinley	44156
+McGinnis	44157
+McDonald	44158
+McDonnell	44159
+McDonough	44160
+McDouble	44161
+McDougal	44162
+McDaniels	44163
+McAlister's	44164
+McAlisters	44165
+McAllen	44166
+McAllister	44167
+McMuffins	44168
+McMurphy's	44169
+McMurray	44170
+McNabb	44171
+McNeely	44172
+McNeese	44173
+McLaren	44174
+McLarty	44175
+McFaddens	44176
+Munchkin	44177
+Munch's	44178
+Munchie	44179
+Munich	44180
+Municipal	44181
+Munizzi	44182
+Munday	44183
+Munsters	44184
+Muskego	44185
+Musketeers	44186
+Muscatine	44187
+Musical	44188
+Musicians	44189
+Mustang	44190
+Mustafa	44191
+Murray's	44192
+Murrays	44193
+Murrayville	44194
+Murrells	44195
+Murrey's	44196
+Murdoch	44197
+Murdock	44198
+Murphys	44199
+Murphy's	44200
+Mullin	44201
+Mullica	44202
+Mulligan	44203
+Mullis	44204
+Mullen	44205
+Muller	44206
+MultiCare	44207
+Multiple	44208
+Brooks	44209
+Brooke	44210
+Brookdale	44211
+Brookfield	44212
+Brookings	44213
+Brookneal	44214
+Brookpark	44215
+Brookville	44216
+Brookwood	44217
+Broomall	44218
+Broome	44219
+Broomfield	44220
+Browns	44221
+Browne	44222
+Brown's	44223
+Browning	44224
+Brownlee	44225
+Brownwood	44226
+Broncos	44227
+Bronxville	44228
+Broadwell	44229
+Broderick	44230
+Broders	44231
+Brodheadsville	44232
+Brodies	44233
+Brody's	44234
+Brokeback	44235
+Broken	44236
+Brokers	44237
+Brando	44238
+Brandi	44239
+Brandy	44240
+Brandt	44241
+Branchburg	44242
+Branchville	44243
+Brantford	44244
+Brantley	44245
+Brannan	44246
+Brannon	44247
+Bradley	44248
+Bradlee	44249
+Brady's	44250
+Bradys	44251
+Bradenton	44252
+Bradshaw	44253
+Bradstreet	44254
+Braveheart	44255
+Braverman	44256
+Braves	44257
+Bravada	44258
+Bravos	44259
+Brainerd	44260
+Brainiac	44261
+Braintree	44262
+Brasserie	44263
+Brassfield	44264
+Brayden's	44265
+Brazos	44266
+Brazoria	44267
+Brazilian	44268
+Bracken	44269
+Brackin	44270
+Brattle	44271
+Bratton	44272
+Braunfels	44273
+Brawley's	44274
+Bridge	44275
+Bridgman	44276
+Bridgton	44277
+Bridals	44278
+Brides	44279
+Brittney	44280
+Britton	44281
+Britain	44282
+Britannia	44283
+Britax	44284
+Britney's	44285
+Brian's	44286
+Briana	44287
+Brians	44288
+Briargate	44289
+Briarwood	44290
+Bright	44291
+Brigham	44292
+Brigade	44293
+Brigantine	44294
+Brickell	44295
+Brickhouse	44296
+Brickman	44297
+Bricktown	44298
+Brickyard	44299
+Brinker	44300
+Brinkley	44301
+Brinks	44302
+Bristow	44303
+Bristol	44304
+Briella	44305
+Brielle	44306
+Briers	44307
+Brenda	44308
+Brenden	44309
+Brendon	44310
+Brent's	44311
+Brenton	44312
+Brents	44313
+Brentwood	44314
+Brenna	44315
+Brenner	44316
+Brewer's	44317
+Brewers	44318
+Brewerton	44319
+Brewery	44320
+Brewhaus	44321
+Brewhouse	44322
+Brewsters	44323
+Breakers	44324
+Breakfast	44325
+Breaking	44326
+Breeze	44327
+Breezy	44328
+Breeden	44329
+Breeders	44330
+Breese	44331
+Brett's	44332
+Bretton	44333
+Bretts	44334
+Bremerton	44335
+Bruno's	44336
+Brunos	44337
+Brunson	44338
+Brunswick	44339
+Bruce's	44340
+Bruces	44341
+Bruceville	44342
+Brushy	44343
+Bryant's	44344
+Barret	44345
+Barrel	44346
+Barron	44347
+Barro's	44348
+Barrow	44349
+Barranca	44350
+Barry's	44351
+Barrymore	44352
+Barrie	44353
+Barrington	44354
+Barney	44355
+Barnes	44356
+Barnegat	44357
+Barnett	44358
+Barnard	44359
+Barnhart	44360
+Barnhill	44361
+Barnsley	44362
+Barnstable	44363
+Barton	44364
+Bartow	44365
+Bartlesville	44366
+Bartlett	44367
+Bartley	44368
+Bartell	44369
+Bartels	44370
+Bartholomew	44371
+Barbados	44372
+Barbera	44373
+Barberton	44374
+Barbie	44375
+Barbizon	44376
+Barboursville	44377
+Barbourville	44378
+Barkers	44379
+Barkery	44380
+Barclaycard	44381
+Barclays	44382
+Bargersville	44383
+Bariatrics	44384
+Barley's	44385
+Barleycorn	44386
+Bandido	44387
+Bandit	44388
+Bandini	44389
+Banderas	44390
+Bankston	44391
+Banksville	44392
+Bankers	44393
+Bancorp	44394
+Bannockburn	44395
+Ballas	44396
+Ballad	44397
+Ballantyne	44398
+Ballard	44399
+Ballet	44400
+Bally's	44401
+Ballys	44402
+Ballston	44403
+Ballweg	44404
+Ballwin	44405
+Baldwin	44406
+Baldwyn	44407
+Baltic	44408
+Baltimore	44409
+Baseline	44410
+Basics	44411
+Basil's	44412
+Basilica	44413
+Basketball	44414
+Baskets	44415
+Basking	44416
+Baskins	44417
+Battles	44418
+Batteries	44419
+Battery	44420
+Batesburg	44421
+Batesville	44422
+Bateman's	44423
+Batman's	44424
+Baywatch	44425
+Bayway	44426
+Bachelorette	44427
+Bachelors	44428
+Bachman's	44429
+Bachmann	44430
+Backstreet	44431
+Backstrom	44432
+Backup	44433
+Backus	44434
+Babers	44435
+Bakers	44436
+Baker's	44437
+Bakerview	44438
+Bakery	44439
+Bailey's	44440
+Baileys	44441
+Bambi's	44442
+Bambino	44443
+Bella's	44444
+Bellacino's	44445
+Bellagio	44446
+Bellaire	44447
+Bellamy	44448
+Bellarmine	44449
+Bellas	44450
+Bellator	44451
+Belleair	44452
+Belles	44453
+Bellin	44454
+Bellion	44455
+Bellis	44456
+Bellflower	44457
+Bellfort	44458
+Bellmead	44459
+Bellmore	44460
+Bellows	44461
+Beltone	44462
+Belfair	44463
+Belfast	44464
+Belford	44465
+Belfort	44466
+Belchertown	44467
+Belinda's	44468
+Belvidere	44469
+Belvieu	44470
+Belgian	44471
+Belgium	44472
+Bernard	44473
+Bernal	44474
+Bernadette	44475
+Bernie	44476
+Bernice	44477
+Bernina	44478
+Bernese	44479
+Bergen	44480
+Berger	44481
+Bergey's	44482
+Bertha	44483
+Berthoud	44484
+Bertram	44485
+Bertrand	44486
+Berkshire	44487
+Berry's	44488
+Berryessa	44489
+Berryhill	44490
+Berryville	44491
+Berrics	44492
+Berrien	44493
+Berringer	44494
+Berean	44495
+Beretania	44496
+Beretta	44497
+Bennet	44498
+Benner	44499
+Benning	44500
+Bennie	44501
+Bennigans	44502
+Bennion	44503
+Benny's	44504
+Benedictine	44505
+Benefits	44506
+Beneful	44507
+Benson's	44508
+Bensonhurst	44509
+Bensons	44510
+Benito	44511
+Benita	44512
+Benitez	44513
+Bentleys	44514
+Bentleyville	44515
+Bentonville	44516
+Benjamin	44517
+Benjarong	44518
+Bengals	44519
+Beatles	44520
+Beatrice	44521
+Beatriz	44522
+Beatties	44523
+Beatty	44524
+Bearden	44525
+Bearss	44526
+Beauty	44527
+Beautiful	44528
+Beavercreek	44529
+Beavers	44530
+Beaverton	44531
+Beachbody	44532
+Beachcomber	44533
+Beaches	44534
+Beachwood	44535
+Beanstalk	44536
+Bealeton	44537
+Beastie	44538
+Bethany	44539
+Bethalto	44540
+Bethel	44541
+Bethesda	44542
+Betten	44543
+Better	44544
+Betty's	44545
+Betsy's	44546
+Beethoven's	44547
+Beetlejuice	44548
+Becker	44549
+Beckett	44550
+Becky's	44551
+Beyonce's	44552
+Bonner	44553
+Bonnet	44554
+Bonneville	44555
+Bonney	44556
+Bonnie's	44557
+Bonnies	44558
+Bonifay	44559
+Boone's	44560
+Boones	44561
+Booneville	44562
+Boondocks	44563
+Boothbay	44564
+Boothwyn	44565
+Bootsy	44566
+Bookstore	44567
+Booster	44568
+Boogaloo	44569
+Borderlands	44570
+Borders	44571
+Bordentown	44572
+Borger	44573
+Borgess	44574
+Boscobel	44575
+Boscov's	44576
+Boston's	44577
+Bostons	44578
+Boswells	44579
+Bowling	44580
+Bowers	44581
+Bowery	44582
+Boundary	44583
+Bountiful	44584
+Bounty	44585
+Bourbonnais	44586
+Bourbons	44587
+Boyers	44588
+Boyertown	44589
+Boyles	44590
+Bolingbrook	44591
+Bolivar	44592
+Bolivia	44593
+Bollinger	44594
+Bottineau	44595
+Bottini	44596
+Bottle	44597
+Bottling	44598
+Bottoms	44599
+Botanica	44600
+Bobbie	44601
+Bobbitt	44602
+Bobby's	44603
+Bodywise	44604
+Bodyworks	44605
+Bogarts	44606
+Boardman	44607
+Boardwalk	44608
+Bohemian	44609
+Burnet	44610
+Burney	44611
+Burnside	44612
+Burnsville	44613
+Burnie	44614
+Burning	44615
+Burntwood	44616
+Burger	44617
+Burgess	44618
+Burkes	44619
+Burkett	44620
+Burkhardt	44621
+Burkhart	44622
+Burrell	44623
+Burress	44624
+Burris	44625
+Burrito	44626
+Burleigh	44627
+Burleson	44628
+Burley	44629
+Burlison	44630
+Burtons	44631
+Burton's	44632
+Burbage	44633
+Burbank	44634
+Buckethead	44635
+Buckle	44636
+Buckland	44637
+Buckhannon	44638
+Buckhead	44639
+Buckhorn	44640
+Buckinghams	44641
+Bucknell	44642
+Buckner	44643
+Bucksport	44644
+Bucky's	44645
+Buchanan	44646
+Bucharest	44647
+Bushman	44648
+Bushmaster	44649
+Bushnell's	44650
+Bushwackers	44651
+Bushwick	44652
+Buster's	44653
+Busters	44654
+Busch's	44655
+Butter	44656
+Butthead	44657
+Butthole	44658
+Bulldogs	44659
+Bulletin	44660
+Bullwinkles	44661
+Buddha	44662
+Buncombe	44663
+Bueller's	44664
+Buenos	44665
+Buffalo's	44666
+Buffett	44667
+Bubba's	44668
+Bubbles	44669
+Builders	44670
+Blackhawk	44671
+Black's	44672
+BlackBerry	44673
+BlackFinn	44674
+Blackfoot	44675
+Blackie	44676
+Blacklick	44677
+Blackrock	44678
+Blacky	44679
+Blanca	44680
+Blanco	44681
+Blankinship	44682
+Blairs	44683
+Blair's	44684
+Blaine	44685
+Blain's	44686
+Blaisdell	44687
+Blaise	44688
+Blakeslee	44689
+Blazer	44690
+Bladensburg	44691
+Bloomberg	44692
+Bloomfield	44693
+Bloods	44694
+Bloodhound	44695
+Bloody	44696
+Blondes	44697
+Blossoms	44698
+Blueberry	44699
+Bluebird	44700
+Bluebonnet	44701
+Bluegrass	44702
+Bluegreen	44703
+Bluewater	44704
+Bluewell	44705
+Blender	44706
+Blendtec	44707
+Blessid	44708
+Blessing	44709
+Bleacher	44710
+Blinds	44711
+Billings	44712
+Billie	44713
+Billy's	44714
+Billys	44715
+Biscuitville	44716
+Birdsboro	44717
+Biggers	44718
+Biggest	44719
+Binghamton	44720
+Bianca's	44721
+Bianchi's	44722
+barber	44723
+barbed	44724
+barbell	44725
+barbeque	44726
+barricade	44727
+barrier	44728
+barring	44729
+barrio	44730
+barrister	44731
+barrage	44732
+barrassing	44733
+barrel	44734
+barred	44735
+barren	44736
+bargained	44737
+bargaining	44738
+bargains	44739
+barges	44740
+barnacles	44741
+bartender	44742
+bartending	44743
+bartering	44744
+baristas	44745
+barleycorns	44746
+barleys	44747
+barometer	44748
+barometric	44749
+barons	44750
+backseat	44751
+backside	44752
+backslash	44753
+backrest	44754
+backrub	44755
+backer	44756
+backed	44757
+backend	44758
+backpack	44759
+backpage.com	44760
+backwoods	44761
+backbend	44762
+backdrop	44763
+backdoor	44764
+background	44765
+backgammon	44766
+backlash	44767
+backlight	44768
+backlog	44769
+backordered	44770
+backtracking	44771
+backups	44772
+backyards	44773
+bachelor's	44774
+bachelorette	44775
+bachelors	44776
+bacterial	44777
+bandage	44778
+bandaid	44779
+bandana	44780
+bandit	44781
+banding	44782
+bandwagon	44783
+bandwidth	44784
+banger	44785
+banged	44786
+banging	44787
+bangles	44788
+bankrupt	44789
+bankroll	44790
+bankers	44791
+banner	44792
+banned	44793
+banished	44794
+baseball	44795
+baseboard	44796
+basement	44797
+baseman	44798
+basically	44799
+basics	44800
+basing	44801
+basins	44802
+basilicos	44803
+basketball	44804
+baskets	44805
+baskin.com	44806
+basking	44807
+basses	44808
+basset	44809
+bassinet	44810
+bassist	44811
+bashed	44812
+bashes	44813
+bastard	44814
+baster	44815
+baller	44816
+balled	44817
+ballet	44818
+ballin	44819
+ballistic	44820
+balloon	44821
+ballot	44822
+ballad	44823
+ballast	44824
+ballsack	44825
+ballsy	44826
+balanced	44827
+balancer	44828
+balances	44829
+balding	44830
+baldinos	44831
+batter	44832
+batten	44833
+battle	44834
+battling	44835
+bathroom	44836
+bathrobe	44837
+bathed	44838
+bathtubs	44839
+babysit	44840
+babysat	44841
+badger	44842
+badges	44843
+baggie	44844
+bagging	44845
+bagged	44846
+bagger	44847
+bakeries	44848
+bakers	44849
+bakery	44850
+bakeshop	44851
+bambini	44852
+bambinos	44853
+bamboozled	44854
+baptized	44855
+bookstore	44856
+booksellers	44857
+booking	44858
+bookie	44859
+bookcases	44860
+bookkeeper	44861
+bookkeeping	44862
+booklets	44863
+bookmarks	44864
+bootie	44865
+booting	44866
+bootlegger	44867
+bootcamp	44868
+bootcut	44869
+booted	44870
+bootery	44871
+booths	44872
+bootylicious	44873
+boomerang	44874
+boomers	44875
+boosting	44876
+boobies	44877
+boogers	44878
+boogie	44879
+boogity	44880
+boozing	44881
+boneheads	44882
+boners	44883
+boneyard	44884
+bondsman	44885
+bounce	44886
+bouncin	44887
+bouncy	44888
+bounds	44889
+bountiful	44890
+bounty	44891
+bouldercrest	44892
+bouldering	44893
+boulders	44894
+boutiques	44895
+borealis	44896
+boredom	44897
+borrower	44898
+borrowed	44899
+boroughs	44900
+bottle	44901
+bottling	44902
+bottomed	44903
+bottoming	44904
+bottomless	44905
+bottoms	44906
+bothers	44907
+bothered	44908
+bothering	44909
+boards	44910
+boarded	44911
+boarding	44912
+boardroom	44913
+boardwalk	44914
+bodybuilder	44915
+bodybuilding	44916
+bodyguards	44917
+bodied	44918
+bodies	44919
+bomber	44920
+bombed	44921
+bombarded	44922
+bombarding	44923
+bombshell	44924
+bowler	44925
+bowled	44926
+bowels	44927
+bobbing	44928
+bobbys	44929
+boggles	44930
+boggling	44931
+boiler	44932
+boiled	44933
+bossed	44934
+bosses	44935
+boxers	44936
+brains	44937
+brainwash	44938
+brain's	44939
+brainy	44940
+braided	44941
+braiding	44942
+braids	44943
+braised	44944
+brandi	44945
+brands	44946
+brandy	44947
+brand:	44948
+branded	44949
+brandon	44950
+branches	44951
+bracelet	44952
+braces	44953
+brackets	44954
+braver	44955
+bravest	44956
+bragged	44957
+bragging	44958
+braker	44959
+brakes	44960
+brashers	44961
+brazzaz	44962
+brazzers	44963
+breakdown	44964
+breaker	44965
+breakfast	44966
+breakin	44967
+breakout	44968
+breakup	44969
+breakroom	44970
+breaks	44971
+breakthrough	44972
+breakwater	44973
+breads	44974
+breadcrumbs	44975
+breading	44976
+breadwinner	44977
+breathe	44978
+breathtaking	44979
+breathalyzer	44980
+breathing	44981
+breathless	44982
+breaths	44983
+breasted	44984
+breastmilk	44985
+breasts	44986
+breached	44987
+breeder	44988
+breeding	44989
+breeds	44990
+breeze	44991
+breezy	44992
+brewer	44993
+brewed	44994
+brewski	44995
+brendan	44996
+brendas	44997
+broadcast	44998
+broads	44999
+broadalbin	45000
+broadband	45001
+broadlawns	45002
+browns	45003
+browned	45004
+brownfield	45005
+browse	45006
+browsing	45007
+brookdale	45008
+brooke	45009
+brookie	45010
+brookview	45011
+brooms	45012
+brother	45013
+brothel	45014
+brokenhearted	45015
+brokenness	45016
+brokerage	45017
+brokers	45018
+bronzer	45019
+brochures	45020
+broiled	45021
+broiler	45022
+bridge	45023
+brides	45024
+bridezilla	45025
+brighthouse	45026
+brightly	45027
+brightness	45028
+brights	45029
+bringin	45030
+brings	45031
+brined	45032
+briefing	45033
+briefcase	45034
+briefed	45035
+briefly	45036
+briefs	45037
+bribed	45038
+bribery	45039
+brisket	45040
+bristle	45041
+bristol	45042
+brianna	45043
+brilliance	45044
+brilliant	45045
+brushing	45046
+brushless	45047
+brushy	45048
+bruised	45049
+bruiser	45050
+bruises	45051
+brunettes	45052
+brutality	45053
+brutally	45054
+burglaries	45055
+burglars	45056
+burglary	45057
+burgerfi	45058
+burgers	45059
+burner	45060
+burned	45061
+burning	45062
+burnouts	45063
+burped	45064
+burpees	45065
+burritoVille	45066
+burritos	45067
+bursting	45068
+bursts	45069
+bureaucracy	45070
+bureaucratic	45071
+buried	45072
+buries	45073
+butter	45074
+butted	45075
+buttes	45076
+button	45077
+buttocks	45078
+butthole	45079
+butthurt	45080
+butchered	45081
+butchering	45082
+butchers	45083
+butchery	45084
+bullshit	45085
+bullsboro	45086
+bullseye	45087
+bulletin	45088
+bulletproof	45089
+bullets	45090
+bulldog	45091
+bulldozer	45092
+bullion	45093
+bullfrogs	45094
+bullying	45095
+buster	45096
+busted	45097
+busting	45098
+bustleton	45099
+bushel	45100
+bushed	45101
+bushes	45102
+bushings	45103
+businesses	45104
+businessman	45105
+businesswoman	45106
+busier	45107
+busiest	45108
+bundle	45109
+bundling	45110
+bunkers	45111
+bunched	45112
+bunches	45113
+bungalows	45114
+bumper	45115
+bumped	45116
+bumping	45117
+bummed	45118
+bummer	45119
+buckled	45120
+buckles	45121
+buckets	45122
+budget	45123
+buddy's	45124
+buddys	45125
+buddies	45126
+budding	45127
+building	45128
+builders	45129
+bubble	45130
+bubbling	45131
+bubbly	45132
+bubbas	45133
+buffering	45134
+buffets	45135
+bugger	45136
+bugged	45137
+buggin	45138
+buggies	45139
+bearded	45140
+beards	45141
+bearings	45142
+beatboxer	45143
+beatboxing	45144
+beater	45145
+beaten	45146
+beatings	45147
+beauty	45148
+beachfront	45149
+beachside	45150
+beaners	45151
+beanies	45152
+beastieality	45153
+belletetes	45154
+belladonna	45155
+bellagios	45156
+bellies	45157
+belligerent	45158
+bellissimo	45159
+bellsouth.net	45160
+belly's	45161
+belief	45162
+belittle	45163
+belittling	45164
+belonging	45165
+belonged	45166
+belongs	45167
+benefit	45168
+bender	45169
+bended	45170
+benched	45171
+benches	45172
+bentonite	45173
+bentos	45174
+beeped	45175
+beeper	45176
+beetlejuice	45177
+beetles	45178
+beechwold	45179
+beechwood	45180
+bettering	45181
+betterment	45182
+betters	45183
+bedroom	45184
+bedrock	45185
+bedrosians	45186
+beginner	45187
+beginning	45188
+begging	45189
+beckys	45190
+becomes	45191
+bestie	45192
+bestiality	45193
+bestfriends	45194
+besides	45195
+behave	45196
+beretta	45197
+bloods	45198
+bloodbath	45199
+blooded	45200
+bloodhound	45201
+bloodline	45202
+bloodwork	45203
+bloody	45204
+bloomin	45205
+bloomfield	45206
+blooms	45207
+blooper	45208
+blower	45209
+blowed	45210
+blowing	45211
+blowjobs	45212
+blowouts	45213
+blockage	45214
+blockade	45215
+blocker	45216
+blocked	45217
+blockbusters	45218
+blonder	45219
+blondes	45220
+blondies	45221
+blogger	45222
+blogging	45223
+blackbird	45224
+blackboard	45225
+blacked	45226
+blackened	45227
+blacker	45228
+blacklist	45229
+blacklight	45230
+blackmailed	45231
+blackmailing	45232
+blackhawk	45233
+blackheads	45234
+blackouts	45235
+blacksmith	45236
+blackthorn	45237
+blacktop	45238
+blanks	45239
+blasting	45240
+blazed	45241
+blazer	45242
+blazing	45243
+blamed	45244
+blames	45245
+blabbermouth	45246
+blabbing	45247
+blades	45248
+blueberries	45249
+blueberry	45250
+bluegill	45251
+bluegrass	45252
+blueprints	45253
+blurred	45254
+blurry	45255
+blushing	45256
+bleaching	45257
+bleeder	45258
+bleeding	45259
+bleeds	45260
+bleeped	45261
+bleeps	45262
+blender	45263
+blended	45264
+blessed	45265
+blesses	45266
+blessings	45267
+blindfold	45268
+blinds	45269
+blinding	45270
+blindly	45271
+blindness	45272
+blinker	45273
+blinking	45274
+blinks	45275
+blinky	45276
+blister	45277
+blistex	45278
+blissful	45279
+biomed	45280
+biometric	45281
+biomass	45282
+biomat	45283
+biological	45284
+biologist	45285
+biotic	45286
+biotin	45287
+billion	45288
+billiard	45289
+billing	45290
+billed	45291
+biller	45292
+billet	45293
+billboards	45294
+birthday	45295
+birthdate	45296
+birthstone	45297
+birdies	45298
+bitchiness	45299
+bitching	45300
+bitched	45301
+bitches	45302
+bitter	45303
+bitten	45304
+biters	45305
+binders	45306
+bindery	45307
+binding	45308
+bishopric	45309
+bishops	45310
+biscuits	45311
+bigger	45312
+biggest	45313
+biggies	45314
+bikers	45315
+bikinis	45316
+bicycles	45317
+biblical	45318
+bibliography	45319
+restrain	45320
+restroom	45321
+restock	45322
+restart	45323
+restaurant	45324
+restate	45325
+resting	45326
+restitution	45327
+research	45328
+reseal	45329
+reseat	45330
+reserve	45331
+reservation	45332
+reserving	45333
+reservoir	45334
+resent	45335
+resend	45336
+resemble	45337
+resemblance	45338
+resets	45339
+resetting	45340
+reseller	45341
+reside	45342
+residing	45343
+resistor	45344
+resisted	45345
+resisting	45346
+resignation	45347
+resigned	45348
+resigning	45349
+resigns	45350
+resilience	45351
+resilient	45352
+resized	45353
+respond	45354
+respectful	45355
+respectable	45356
+respected	45357
+respects	45358
+respite	45359
+resurrect	45360
+resurgens	45361
+resulted	45362
+resulting	45363
+results	45364
+resume	45365
+resuming	45366
+resumption	45367
+resubmitted	45368
+resuscitate	45369
+resuscitation	45370
+resorted	45371
+resorting	45372
+resorts	45373
+resourceful	45374
+resources	45375
+rescue	45376
+rescuing	45377
+reschedule	45378
+rescheduling	45379
+rescinded	45380
+reconditioned	45381
+reconvene	45382
+recording	45383
+recordable	45384
+records	45385
+recognition	45386
+recommendation	45387
+recommended	45388
+recommending	45389
+recommends	45390
+recovered	45391
+recovers	45392
+recovery	45393
+recoup	45394
+recount	45395
+recourse	45396
+recollection	45397
+receipt	45398
+receita	45399
+receptacle	45400
+receptor	45401
+recessed	45402
+recession	45403
+recently	45404
+recipe	45405
+recipient	45406
+recite	45407
+reciting	45408
+recruiting	45409
+recruitment	45410
+recruits	45411
+recreate	45412
+recreation	45413
+rectal	45414
+rectify	45415
+rectory	45416
+recline	45417
+reclining	45418
+reclaim	45419
+reclamation	45420
+recycler	45421
+recycled	45422
+recycles	45423
+recyclables	45424
+recall	45425
+recalibrate	45426
+recaps	45427
+recuperate	45428
+recurring	45429
+recurve	45430
+recharge	45431
+recharging	45432
+reckoned	45433
+reckoning	45434
+recklessly	45435
+reproach	45436
+represent	45437
+repressed	45438
+reprimand	45439
+reprint	45440
+reprieve	45441
+reprise	45442
+replay	45443
+replant	45444
+replica	45445
+replenished	45446
+replenishment	45447
+replying	45448
+report	45449
+repore	45450
+repossess	45451
+repose	45452
+repost	45453
+repeat	45454
+repeal	45455
+repetition	45456
+repetitive	45457
+repellent	45458
+repentance	45459
+repercussions	45460
+repertoire	45461
+repair	45462
+repaint	45463
+repaid	45464
+repaying	45465
+repayment	45466
+republican	45467
+repulsed	45468
+repulsive	45469
+reputable	45470
+reputation	45471
+reptiles	45472
+realtor	45473
+realty	45474
+realest	45475
+reacted	45476
+reactor	45477
+reacts	45478
+reachable	45479
+reaching	45480
+reassign	45481
+reason	45482
+reasors	45483
+readily	45484
+readers	45485
+rearrange	45486
+rearranging	45487
+reappear	45488
+reapply	45489
+refine	45490
+refill	45491
+refile	45492
+refundable	45493
+refunded	45494
+refunding	45495
+refunds	45496
+refuse	45497
+refusal	45498
+refusing	45499
+refurbish	45500
+refugee	45501
+refresh	45502
+refreeze	45503
+refried	45504
+referee	45505
+referral	45506
+referred	45507
+referring	45508
+reflect	45509
+reflex	45510
+reformat	45511
+reformed	45512
+relate	45513
+relatable	45514
+relaxin	45515
+relayed	45516
+relaying	45517
+relays	45518
+relapsed	45519
+relied	45520
+relief	45521
+relies	45522
+relight	45523
+relics	45524
+relish	45525
+relisted	45526
+relive	45527
+reliving	45528
+relearn	45529
+relentlessly	45530
+relevance	45531
+relevant	45532
+relocate	45533
+reloaded	45534
+reloading	45535
+reluctantly	45536
+retrain	45537
+retribution	45538
+retroactive	45539
+retrofit	45540
+retrograde	45541
+retrospect	45542
+retain	45543
+retail	45544
+retardation	45545
+retarded	45546
+retards	45547
+retake	45548
+retaking	45549
+retaliate	45550
+retaliation	45551
+retire	45552
+retiring	45553
+retinal	45554
+returns:	45555
+retested	45556
+remove	45557
+removing	45558
+remodeling	45559
+remodels	45560
+remote's	45561
+remotely	45562
+remotes	45563
+remorseful	45564
+remark	45565
+remainder	45566
+remained	45567
+remaining	45568
+remains	45569
+remake	45570
+remaking	45571
+remind	45572
+remission	45573
+remixes	45574
+remedy	45575
+remember	45576
+remembrance	45577
+register	45578
+regional	45579
+regions	45580
+regimen	45581
+regulate	45582
+regulator	45583
+regularly	45584
+regulars	45585
+regarded	45586
+regarding	45587
+regardless	45588
+regards	45589
+regained	45590
+regalia	45591
+regret	45592
+regress	45593
+regrouping	45594
+revert	45595
+reverb	45596
+revere	45597
+revealed	45598
+revealing	45599
+reveals	45600
+revelation	45601
+revelry	45602
+revenue	45603
+revenge	45604
+revise	45605
+reviewed	45606
+reviewing	45607
+reviews	45608
+revival	45609
+revive	45610
+revolution	45611
+revolt	45612
+revoked	45613
+redeemable	45614
+redeeming	45615
+redecorate	45616
+redecorating	45617
+reduce	45618
+reduction	45619
+reducing	45620
+redundancy	45621
+redundant	45622
+redirected	45623
+redirecting	45624
+rednecks	45625
+redbone	45626
+redbox	45627
+renewed	45628
+renewing	45629
+renews	45630
+renegade	45631
+renegotiate	45632
+renter	45633
+rented	45634
+rent-a-car	45635
+rent-a-center	45636
+rentals	45637
+renovate	45638
+renowned	45639
+render	45640
+rendezvous	45641
+renamed	45642
+reinspect	45643
+reinsurance	45644
+reinforce	45645
+reinforcing	45646
+reincarnated	45647
+reincarnation	45648
+reindeers	45649
+reimbursement	45650
+reimbursed	45651
+reiterated	45652
+reboot	45653
+rebook	45654
+reboost	45655
+rebounderz	45656
+rebounding	45657
+rebounds	45658
+rebuild	45659
+rebuilt	45660
+rebels	45661
+rebates	45662
+reelected	45663
+reelection	45664
+reenact	45665
+reenable	45666
+rehearsal	45667
+rehearse	45668
+rehearsing	45669
+reheated	45670
+reheating	45671
+rehabilitation	45672
+rehabs	45673
+rehashing	45674
+rewards	45675
+rewarded	45676
+rewarding	45677
+rewrite	45678
+rewriting	45679
+rewritten	45680
+rewire	45681
+rewiring	45682
+rejection	45683
+rejecting	45684
+rejuvenate	45685
+rejoice	45686
+rejoicing	45687
+requisition	45688
+requested	45689
+requesting	45690
+requests	45691
+reorganize	45692
+reorganization	45693
+reorganizing	45694
+reordered	45695
+reunite	45696
+reuniting	45697
+reunions	45698
+reused	45699
+rerouted	45700
+ranged	45701
+rangefinder	45702
+ranger	45703
+ranges	45704
+rangoon	45705
+rangoli	45706
+ranchitos	45707
+randomly	45708
+randomness	45709
+randoms	45710
+randys	45711
+rankings	45712
+rainbows	45713
+raindrops	45714
+rainfall	45715
+rainforest	45716
+raining	45717
+rainstorm	45718
+railings	45719
+railroads	45720
+raised	45721
+raiser	45722
+raises	45723
+raising	45724
+raisins	45725
+ration	45726
+ratios	45727
+rating:	45728
+ratings	45729
+rattle	45730
+rattling	45731
+racers	45732
+racket	45733
+racked	45734
+racially	45735
+racing	45736
+racism	45737
+racist	45738
+radial	45739
+radios	45740
+radio.com	45741
+radioactive	45742
+radically	45743
+radicals	45744
+radishes	45745
+ramblin	45746
+ramble	45747
+rampage	45748
+rampant	45749
+rampart	45750
+rapidly	45751
+rapids	45752
+rapper	45753
+rapped	45754
+rapping	45755
+ravine	45756
+raving	45757
+raviolis	45758
+ravishing	45759
+ravenous	45760
+ravens	45761
+raggedy	45762
+rafters	45763
+raffles	45764
+raspberries	45765
+raspberry	45766
+rabbits	45767
+rallying	45768
+rallys	45769
+rounder	45770
+rounded	45771
+router	45772
+routed	45773
+routes	45774
+routine	45775
+routing	45776
+roughed	45777
+rougher	45778
+roughest	45779
+roads.com	45780
+roadshow	45781
+roadside	45782
+roadster	45783
+roadie	45784
+roading	45785
+roadblocks	45786
+roadways	45787
+roaster	45788
+roasted	45789
+roomie	45790
+rooming	45791
+roommate's	45792
+roommates	45793
+roofers	45794
+roofie	45795
+roofing	45796
+rooftops	45797
+roosters	45798
+roosterteeth	45799
+rookies	45800
+robber	45801
+robbed	45802
+robbie	45803
+robbing	45804
+robotics	45805
+robintino's	45806
+rotate	45807
+rotator	45808
+rotors	45809
+rotted	45810
+rotten	45811
+rocket	45812
+rocker	45813
+rocked	45814
+rockstar	45815
+rocksino	45816
+rocking	45817
+rockys	45818
+roller	45819
+rolled	45820
+rolling	45821
+rosies	45822
+romantic	45823
+romance	45824
+rodents	45825
+rodeos	45826
+riding	45827
+riddled	45828
+riddles	45829
+riders	45830
+righteousness	45831
+rightfully	45832
+ringers	45833
+ringside	45834
+ringtones	45835
+rinsed	45836
+riches	45837
+richer	45838
+rickenbaugh	45839
+rickety	45840
+rickys	45841
+rivers	45842
+river's	45843
+rivera	45844
+riverfront	45845
+riveting	45846
+rivets	45847
+risers	45848
+ripple	45849
+rippling	45850
+ripped	45851
+ripper	45852
+ripping	45853
+ribbons	45854
+runner	45855
+runneth	45856
+running	45857
+rustlers	45858
+rustys	45859
+rushed	45860
+rusher	45861
+rushes	45862
+rushing	45863
+rubber	45864
+rubbed	45865
+rubbin	45866
+rubbish	45867
+rumble	45868
+rumbling	45869
+rulers	45870
+rheumatologist	45871
+rheumatology	45872
+rhymed	45873
+rhymes	45874
+decoder	45875
+decompression	45876
+decoys	45877
+decide	45878
+deciding	45879
+decision	45880
+decisive	45881
+decimal	45882
+decimated	45883
+deciphering	45884
+decades	45885
+decaff	45886
+decals	45887
+deceit	45888
+decent	45889
+decency	45890
+deception	45891
+deceptive	45892
+declassified	45893
+declawed	45894
+decline	45895
+declining	45896
+decker	45897
+decked	45898
+decrease	45899
+decreasing	45900
+designing	45901
+designs	45902
+desire	45903
+desirable	45904
+desiring	45905
+destroy	45906
+destruct	45907
+destitute	45908
+descend	45909
+descent	45910
+desperado	45911
+despise	45912
+despicable	45913
+despite	45914
+desert	45915
+desktops	45916
+desserts	45917
+delivery	45918
+delivered	45919
+delivers	45920
+delicious	45921
+delighted	45922
+delightful	45923
+delights	45924
+deliberately	45925
+delinquency	45926
+delinquent	45927
+delirious	45928
+delirium	45929
+delegate	45930
+delete	45931
+delayed	45932
+delaying	45933
+delays	45934
+delusional	45935
+delusions	45936
+defend	45937
+defeated	45938
+defeating	45939
+defeats	45940
+defective	45941
+defects	45942
+deferment	45943
+deferred	45944
+define	45945
+deficit	45946
+defiance	45947
+defiant	45948
+defrosting	45949
+defriended	45950
+defaulted	45951
+defaults	45952
+deflated	45953
+depress	45954
+depreciation	45955
+deprive	45956
+deprivation	45957
+depriving	45958
+deposited	45959
+deposits	45960
+deported	45961
+depot.com	45962
+department's	45963
+departments	45964
+departures	45965
+depended	45966
+deployment	45967
+deployed	45968
+deploying	45969
+depths	45970
+dealer	45971
+dealing	45972
+dealio	45973
+deadly	45974
+deadbeat	45975
+deadbolt	45976
+deactivate	45977
+deactivating	45978
+deacons	45979
+devil's	45980
+deviled	45981
+devilish	45982
+deville	45983
+devils	45984
+deviant	45985
+devices	45986
+devote	45987
+devour	45988
+devout	45989
+devonshire	45990
+developmental	45991
+developments	45992
+developer	45993
+developed	45994
+devastated	45995
+devastating	45996
+devastation	45997
+detergent	45998
+deterrent	45999
+detector	46000
+detected	46001
+detail	46002
+detachable	46003
+detached	46004
+detachment	46005
+detoured	46006
+detours	46007
+detoxing	46008
+demons	46009
+demonic	46010
+demontrond	46011
+democrat	46012
+democracy	46013
+demolish	46014
+demolition	46015
+demographics	46016
+demeaning	46017
+demeanor	46018
+demented	46019
+dementia	46020
+dentist's	46021
+dentistry	46022
+dentists	46023
+dentures	46024
+denied	46025
+denies	46026
+denominational	46027
+denominations	46028
+debate	46029
+debatable	46030
+debating	46031
+debited	46032
+debits	46033
+debriefing	46034
+dermal	46035
+derailed	46036
+derailment	46037
+deeper	46038
+deepest	46039
+deepthroating	46040
+deductible	46041
+deduction	46042
+deducting	46043
+deductive	46044
+dedicated	46045
+dedicating	46046
+dedication	46047
+degrade	46048
+degrading	46049
+degree	46050
+degreaser	46051
+degenerate	46052
+dehydrated	46053
+discover	46054
+discography	46055
+discord	46056
+disciple	46057
+discuss	46058
+disclaimer	46059
+discharge	46060
+discharging	46061
+discerning	46062
+discernment	46063
+discarded	46064
+distress	46065
+distrust	46066
+distill	46067
+distal	46068
+distasteful	46069
+disturbance	46070
+disturbed	46071
+disturbing	46072
+disturbs	46073
+distorted	46074
+distortion	46075
+disappoint	46076
+disappear	46077
+disagreement	46078
+disagreed	46079
+disagreeing	46080
+disagrees	46081
+disadvantages	46082
+disarm	46083
+disarray	46084
+disperse	46085
+dispatching	46086
+dispose	46087
+disposition	46088
+dispute	46089
+disputing	46090
+dissect	46091
+dissed	46092
+disses	46093
+dissolution	46094
+dissin	46095
+dissipate	46096
+dissatisfaction	46097
+dissatisfied	46098
+disrespect	46099
+disregard	46100
+disrupted	46101
+dishonest	46102
+dishonor	46103
+dishes	46104
+dishwasher	46105
+dishwashing	46106
+dismay	46107
+dismal	46108
+dismissal	46109
+dismissed	46110
+disobey	46111
+disorder	46112
+disorganized	46113
+disoriented	46114
+disowned	46115
+disgust	46116
+disguise	46117
+disgrace	46118
+disgruntled	46119
+disinfectant	46120
+disinfected	46121
+disinfecting	46122
+disintegrate	46123
+disinterested	46124
+dislike	46125
+disliking	46126
+dislocated	46127
+disloyal	46128
+diseased	46129
+diseases	46130
+diagnose	46131
+diagnostic	46132
+diagonally	46133
+diagrams	46134
+dialect	46135
+dialed	46136
+dialer	46137
+dialogue	46138
+diabetic	46139
+diabetes	46140
+diamonds	46141
+diapers	46142
+divers	46143
+divert	46144
+divergent	46145
+divide	46146
+dividing	46147
+divine	46148
+diving	46149
+divinity	46150
+divisional	46151
+divisions	46152
+divorced	46153
+divorces	46154
+dicker	46155
+dicked	46156
+dickheads	46157
+dickwad	46158
+dickweed	46159
+dictate	46160
+dictator	46161
+dictionary	46162
+director	46163
+directv	46164
+direct.com	46165
+directed	46166
+directly	46167
+directs	46168
+dirtier	46169
+dirtiest	46170
+digger's	46171
+diggers	46172
+diggin	46173
+diggity	46174
+digital	46175
+digitizer	46176
+digits	46177
+digesting	46178
+digestion	46179
+digestive	46180
+dignified	46181
+dignify	46182
+dinero	46183
+diners	46184
+dinosaur	46185
+dilate	46186
+dilemmas	46187
+diligently	46188
+different	46189
+difference	46190
+diffuser	46191
+dieting	46192
+dietitian	46193
+diesels	46194
+dimensional	46195
+dimensions	46196
+diplomatic	46197
+dipped	46198
+dipper	46199
+dipping	46200
+dipshits	46201
+diddle	46202
+diddly	46203
+ditched	46204
+ditches	46205
+downspout	46206
+downline	46207
+downer	46208
+downed	46209
+downgrade	46210
+downgrading	46211
+downpayment	46212
+downplay	46213
+downpour	46214
+downfalls	46215
+downright	46216
+downriver	46217
+downtime	46218
+downtown	46219
+donated	46220
+donates	46221
+donation	46222
+donating	46223
+donnas	46224
+donuts.com	46225
+doorbuster	46226
+doorbell	46227
+doorman	46228
+doormat	46229
+doorstep	46230
+doorways	46231
+doodles	46232
+domino	46233
+domineering	46234
+domestic	46235
+doctor's	46236
+doctored	46237
+doctors	46238
+documentation	46239
+docked	46240
+docket	46241
+dockside	46242
+double	46243
+doubling	46244
+doubly	46245
+doubted	46246
+doubtful	46247
+doubting	46248
+doubts	46249
+doughnut	46250
+doughs	46251
+douchebags	46252
+doggie	46253
+doggin	46254
+dogged	46255
+doggers	46256
+doggystyle	46257
+dollar	46258
+dodgeball	46259
+dodged	46260
+dodges	46261
+dosages	46262
+dozens	46263
+doesn't	46264
+doesnt	46265
+driver	46266
+drives	46267
+driveway	46268
+driveable	46269
+driveline	46270
+driven	46271
+drivetrain	46272
+driving	46273
+drinkers	46274
+drinking	46275
+drifter	46276
+drifted	46277
+dripping	46278
+dripped	46279
+drippy	46280
+drilled	46281
+driller	46282
+drizzled	46283
+drawback	46284
+drawbridge	46285
+drawers	46286
+drawings	46287
+drawls	46288
+dragons	46289
+dragonvale	46290
+draggin	46291
+dragged	46292
+drained	46293
+drainer	46294
+dramatically	46295
+dramatics	46296
+draperies	46297
+drapery	46298
+dreamin	46299
+dreamcatcher	46300
+dreamland	46301
+dreams	46302
+dreamt	46303
+dreamy	46304
+dreaded	46305
+dreadful	46306
+dreading	46307
+dreadlocks	46308
+dreads	46309
+dresser	46310
+dressed	46311
+dresses	46312
+dressings	46313
+droppin	46314
+dropoff	46315
+dropout	46316
+drowned	46317
+drowning	46318
+drowsiness	46319
+drowsy	46320
+drooled	46321
+drooling	46322
+drugged	46323
+druggy	46324
+drugs.com	46325
+drugstore	46326
+drumstick	46327
+drumset	46328
+drummer	46329
+drumming	46330
+drunken	46331
+drunker	46332
+drywallers	46333
+dancer	46334
+danced	46335
+dancehall	46336
+dances	46337
+dancewear	46338
+dancing	46339
+dangerous	46340
+dangers	46341
+dangle	46342
+dangling	46343
+dangly	46344
+dandelion	46345
+dander	46346
+danielle	46347
+darken	46348
+darker	46349
+darkest	46350
+darkside	46351
+daredevil	46352
+darling	46353
+damnedest	46354
+damaged	46355
+damages	46356
+dampers	46357
+databases	46358
+daddy's	46359
+daddy.com	46360
+daddys	46361
+daddies	46362
+daddio	46363
+dailymotion	46364
+dallas/fort	46365
+dashed	46366
+dashes	46367
+dazzled	46368
+dumpling	46369
+dumplins	46370
+dumpster	46371
+dumped	46372
+dumper	46373
+dumbasses	46374
+dumbbells	46375
+dumber	46376
+dumbest	46377
+dumbfounded	46378
+dumbfuck	46379
+dunking	46380
+duplicate	46381
+duplicator	46382
+duplexes	46383
+duckies	46384
+ducking	46385
+duster	46386
+dusted	46387
+dusting	46388
+durability	46389
+durable	46390
+duration:	46391
+dynamo	46392
+antibiotic	46393
+antibacterial	46394
+antics	46395
+anti-christ	46396
+anti-depressants	46397
+anti-inflammatory	46398
+anti-virus	46399
+antidepressant	46400
+antidisestablishmentarianism	46401
+antidote	46402
+antique	46403
+antiquated	46404
+antennas	46405
+anthology	46406
+anthony	46407
+anthrax	46408
+anthropology	46409
+antacids	46410
+antagonize	46411
+antagonizing	46412
+announce	46413
+announcing	46414
+annoyance	46415
+annoyed	46416
+annoying	46417
+annoys	46418
+annually	46419
+annuities	46420
+annuity	46421
+annihilate	46422
+annihilation	46423
+anniversaries	46424
+anniversary	46425
+angela	46426
+angels	46427
+angered	46428
+angers	46429
+angler	46430
+angled	46431
+angles	46432
+angiogram	46433
+angioplasty	46434
+angrier	46435
+angrily	46436
+analogies	46437
+analogy	46438
+anything's	46439
+anything.	46440
+anythings	46441
+anytimes	46442
+anyways	46443
+anywheres	46444
+andrea	46445
+andrew	46446
+android	46447
+animal	46448
+anonymously	46449
+anchored	46450
+anchorman	46451
+anchors	46452
+ancestors	46453
+ancestry.com	46454
+anesthesia	46455
+alleged	46456
+allegiance	46457
+allegory	46458
+allegra	46459
+allergy	46460
+alleys	46461
+alleyway	46462
+alleles	46463
+allelujah	46464
+allowed	46465
+allowing	46466
+allows	46467
+allocate	46468
+allocation	46469
+allotment	46470
+allotted	46471
+alloys	46472
+allied	46473
+allies	46474
+alliances	46475
+alligators	46476
+allisonville	46477
+alluded	46478
+alluding	46479
+allusions	46480
+all-american	46481
+all-around	46482
+alternate	46483
+alternator	46484
+alterations	46485
+altercare	46486
+altercation	46487
+alignments	46488
+alienated	46489
+alongs	46490
+albums	46491
+alcohols	46492
+alphabetical	46493
+almonds	46494
+accounted	46495
+accounting	46496
+accounts	46497
+accordance	46498
+access-a-ride	46499
+accessed	46500
+accessserveces	46501
+accepted	46502
+accepting	46503
+acceptor	46504
+accepts	46505
+accents	46506
+accentuate	46507
+accuse	46508
+accustom	46509
+accusing	46510
+accumulate	46511
+accurate	46512
+accuracy	46513
+accidentally	46514
+accredo	46515
+accrued	46516
+acclimated	46517
+active	46518
+acting	46519
+actions	46520
+actuality	46521
+actually	46522
+actuator	46523
+actuation	46524
+achieve	46525
+achieving	46526
+acronyms	46527
+acrossed	46528
+academic	46529
+academies	46530
+acquire	46531
+acquiring	46532
+acquisitions	46533
+acquaintances	46534
+advert	46535
+adverb	46536
+advise	46537
+advisor	46538
+advisable	46539
+advising	46540
+advils	46541
+advance	46542
+advancing	46543
+advantageous	46544
+advantages	46545
+advocate	46546
+advocating	46547
+addicted	46548
+addicts	46549
+addition	46550
+additive	46551
+added:	46552
+addendums	46553
+adderalls	46554
+addressed	46555
+addresses	46556
+administer	46557
+admirer	46558
+admired	46559
+admirable	46560
+admiration	46561
+admitted	46562
+admitting	46563
+adoration	46564
+adored	46565
+adores	46566
+adoption	46567
+adopting	46568
+adoptive	46569
+adolescent	46570
+adolescence	46571
+adjustment	46572
+adjustable	46573
+adjusting	46574
+adapter	46575
+adapted	46576
+adapting	46577
+adaptive	46578
+adamantly	46579
+adriana	46580
+article	46581
+artist	46582
+artisan	46583
+artifact	46584
+artificial	46585
+artery	46586
+arrange	46587
+arranging	46588
+arrive	46589
+arrival	46590
+arriving	46591
+arrested	46592
+arresting	46593
+arrests	46594
+arrowhead	46595
+arrows	46596
+arrogance	46597
+arrogant	46598
+architect	46599
+archive	46600
+arching	46601
+arched	46602
+arches	46603
+arcades	46604
+armored	46605
+armory	46606
+armadillos	46607
+arises	46608
+argued	46609
+argues	46610
+argumentative	46611
+arguments	46612
+arouse	46613
+arousal	46614
+arousing	46615
+arbitrary	46616
+arenas	46617
+arsenal	46618
+arsenic	46619
+assess	46620
+assemble	46621
+assembly	46622
+assertive	46623
+assets	46624
+assisted	46625
+assists	46626
+assignment	46627
+assigned	46628
+assigning	46629
+assume	46630
+assumption	46631
+assuming	46632
+assure	46633
+assurance	46634
+assuring	46635
+assassins	46636
+assaulted	46637
+assaulting	46638
+associate	46639
+assorted	46640
+assortment	46641
+assholes	46642
+astral	46643
+astray	46644
+asterisks	46645
+asteroids	46646
+astounded	46647
+astounding	46648
+astonished	46649
+astonishing	46650
+aspiration	46651
+aspirated	46652
+aspiring	46653
+aspirins	46654
+aspects	46655
+aspens	46656
+ashleys	46657
+ascending	46658
+approach	46659
+approx	46660
+appropriate	46661
+apprentice	46662
+appraise	46663
+appraisal	46664
+appear	46665
+appeal	46666
+appease	46667
+appetite	46668
+appendectomy	46669
+appliance	46670
+applique	46671
+apples	46672
+apple.com	46673
+applaud	46674
+applause	46675
+applying	46676
+apparatus	46677
+apparition	46678
+appalled	46679
+appalling	46680
+appointments	46681
+apologies	46682
+apostles	46683
+apocalypse	46684
+apocalyptic	46685
+apartments	46686
+ambience	46687
+ambient	46688
+ambulance	46689
+ambushed	46690
+america	46691
+americu	46692
+amendment	46693
+amended	46694
+amending	46695
+amends	46696
+amazed	46697
+amazement	46698
+amazes	46699
+amazingly	46700
+amazon.com	46701
+amateurs	46702
+amatuer	46703
+amatures	46704
+amantes	46705
+amplify	46706
+amputate	46707
+amputation	46708
+amperage	46709
+ampersand	46710
+amphibious	46711
+amphitheater	46712
+amici's	46713
+amigos	46714
+amusements	46715
+ammonia	46716
+ammonium	46717
+autopay	46718
+autopilot	46719
+autopro	46720
+autopsy	46721
+autoship	46722
+autosmart	46723
+autosound	46724
+autocorrect	46725
+autoclave	46726
+autographed	46727
+autographs	46728
+autobell	46729
+autobiography	46730
+autotext	46731
+autotrader.com	46732
+authors	46733
+authenticity	46734
+auditor	46735
+audited	46736
+audits	46737
+audiobook	46738
+audios	46739
+audiotronics	46740
+audible.com	46741
+audiences	46742
+auctioneers	46743
+absorb	46744
+absorption	46745
+absolute	46746
+absolution	46747
+absences	46748
+absentee	46749
+abstinence	46750
+abstinent	46751
+abortions	46752
+abouts	46753
+abuser	46754
+abused	46755
+abuses	46756
+abusing	46757
+abusive	46758
+abundantly	46759
+abrasion	46760
+abrasive	46761
+abbreviated	46762
+abbreviations	46763
+abilities	46764
+ability	46765
+attend	46766
+attempted	46767
+attempting	46768
+attempts	46769
+attach	46770
+attack	46771
+attainable	46772
+attracted	46773
+attracts	46774
+attribute	46775
+attrition	46776
+attics	46777
+attitudes	46778
+athlete's	46779
+athletes	46780
+athletics	46781
+atrocities	46782
+atrocity	46783
+atmosphere	46784
+atmospheric	46785
+airbrushed	46786
+airbrushing	46787
+airbags	46788
+airboat	46789
+airborne	46790
+airline	46791
+airlifted	46792
+airfares	46793
+airplane	46794
+airplay	46795
+airports	46796
+airtight	46797
+airtime	46798
+airways	46799
+affiliate	46800
+affiliation	46801
+affirmation	46802
+affirmative	46803
+affidavits	46804
+affection	46805
+affecting	46806
+affective	46807
+afterschool	46808
+afternoon's	46809
+afternoons	46810
+afterward	46811
+afterwhile	46812
+aftermarket	46813
+aftermath	46814
+aggressor	46815
+aggregates	46816
+aggravated	46817
+aggravates	46818
+aggravating	46819
+aggravation	46820
+agencies	46821
+agency	46822
+agendas	46823
+agents	46824
+agreeable	46825
+agreeance	46826
+agreements	46827
+agitated	46828
+award-winning	46829
+awarded	46830
+awards	46831
+awareness	46832
+awakening	46833
+awakened	46834
+average	46835
+averaging	46836
+avenues	46837
+available	46838
+aviator	46839
+aviation	46840
+aerobics	46841
+aerosol	46842
+aerospace	46843
+transaction	46844
+transvestite	46845
+trans-siberian	46846
+transexual	46847
+transom	46848
+transsexual	46849
+transunion	46850
+trannies	46851
+tranny	46852
+trailblazer	46853
+trailer	46854
+trails	46855
+trailhead	46856
+trailing	46857
+trailwood	46858
+training	46859
+trains	46860
+trainwreck	46861
+traitor	46862
+traits	46863
+tracks	46864
+tracking	46865
+tractor	46866
+traction	46867
+traced	46868
+tracer	46869
+traces	46870
+trachea	46871
+tracheotomy	46872
+trader	46873
+trades	46874
+trade-in	46875
+traded	46876
+trademark	46877
+tradepost	46878
+tradewinds	46879
+tradition	46880
+trading	46881
+travel	46882
+travesty	46883
+trample	46884
+trampoline	46885
+tramps	46886
+tramadol	46887
+trapping	46888
+trapeze	46889
+trapezoid	46890
+traumatic	46891
+tragedies	46892
+tragedy	46893
+tragically	46894
+tricks	46895
+tricking	46896
+trickum	46897
+tricky	46898
+tricep	46899
+triplet	46900
+triple-a	46901
+tripled	46902
+triples	46903
+triplex	46904
+trippin	46905
+trippy	46906
+triangle	46907
+triangular	46908
+trials	46909
+triggered	46910
+triggering	46911
+triggers	46912
+tribulation	46913
+tribute	46914
+tribes	46915
+triflin	46916
+trifle	46917
+tristin	46918
+tri-care	46919
+tri-cities	46920
+trillions	46921
+trinkets	46922
+trivial	46923
+treatment	46924
+treatable	46925
+treats	46926
+treaty	46927
+treasure	46928
+treason	46929
+treadmill	46930
+treading	46931
+treads	46932
+trends	46933
+trending	46934
+trendy	46935
+trenching	46936
+treestand	46937
+treetops	46938
+trespassing	46939
+tremble	46940
+trembling	46941
+tremendously	46942
+trusting	46943
+trusts	46944
+trustworthy	46945
+trusty	46946
+trusses	46947
+trucker	46948
+truckin	46949
+trucks	46950
+truckload	46951
+truthfully	46952
+truthfulness	46953
+trumpets	46954
+trunks	46955
+troubadour	46956
+trousers	46957
+tropical	46958
+tropics	46959
+trophies	46960
+trophy	46961
+trolled	46962
+trolley	46963
+troopers	46964
+terrier	46965
+terrors	46966
+terrace	46967
+terrain	46968
+terrarium	46969
+terras	46970
+termite	46971
+teresa	46972
+terested	46973
+tender	46974
+tended	46975
+tendonitis	46976
+tendons	46977
+tentacle	46978
+tentative	46979
+tenths	46980
+tenant	46981
+tenancy	46982
+tenacious	46983
+tenacity	46984
+tensioner	46985
+tensions	46986
+tenets	46987
+teleport	46988
+telephone	46989
+telecare	46990
+telecheck	46991
+telescope	46992
+telesales	46993
+teleserve	46994
+telemarketer	46995
+telemarketing	46996
+television	46997
+televised	46998
+telegram	46999
+telegraph	47000
+tellers	47001
+telling	47002
+teaser	47003
+teased	47004
+teases	47005
+teasing	47006
+teaspoons	47007
+teaching	47008
+teachable	47009
+teammates	47010
+teamspeak	47011
+teardrops	47012
+tempered	47013
+tempers	47014
+temptations	47015
+temporal	47016
+templates	47017
+temples	47018
+testing	47019
+tester	47020
+tested	47021
+testes	47022
+testament	47023
+teenager	47024
+teenies	47025
+teensy	47026
+teeters	47027
+teething	47028
+technique	47029
+textile	47030
+textin	47031
+textured	47032
+textures	47033
+textbooks	47034
+texted	47035
+texter	47036
+tangled	47037
+tangles	47038
+tanglewilde	47039
+tangerine	47040
+tangent	47041
+tangos	47042
+tanker	47043
+tanked	47044
+tanner	47045
+tanned	47046
+tandoori	47047
+tantrum	47048
+tantric	47049
+talkie	47050
+talkin	47051
+talker	47052
+talked	47053
+talented	47054
+talents	47055
+taller	47056
+tallest	47057
+tartan	47058
+tartar	47059
+tasteful	47060
+taster	47061
+tasted	47062
+tasteless	47063
+tastes	47064
+tasting	47065
+tastic	47066
+tackle	47067
+tackling	47068
+tactic	47069
+tactile	47070
+tailored	47071
+tailoring	47072
+tailors	47073
+tailgate	47074
+tailgating	47075
+taillights	47076
+tainted	47077
+takeoff	47078
+takeout	47079
+takeover	47080
+takers	47081
+taking	47082
+tamari	47083
+tamaroff	47084
+tamales	47085
+tampered	47086
+tampering	47087
+tampons	47088
+tapered	47089
+tapers	47090
+tapestry	47091
+tablespoon	47092
+tabletop	47093
+tablets	47094
+tablecloths	47095
+tattooed	47096
+tattooing	47097
+tattoos	47098
+tatted	47099
+tattered	47100
+taters	47101
+taxidermist	47102
+taxidermy	47103
+torture	47104
+torturing	47105
+torturous	47106
+tortas	47107
+tortillas	47108
+tortoises	47109
+tornadoes	47110
+tornados	47111
+torrential	47112
+torrents	47113
+touchdown	47114
+touchin	47115
+touchless	47116
+touchpad	47117
+touchy	47118
+touring	47119
+tournament	47120
+tourney	47121
+toured	47122
+tourettes	47123
+toughen	47124
+tougher	47125
+toughest	47126
+toothbrush	47127
+toothache	47128
+toothless	47129
+tootsie	47130
+toolbar	47131
+toolbox	47132
+tonight's	47133
+tonight.	47134
+tonights	47135
+tonics	47136
+toners	47137
+tonsils	47138
+tongues	47139
+townhouse	47140
+townhomes	47141
+towners	47142
+township	47143
+towering	47144
+towers	47145
+towels	47146
+tomatoes	47147
+tombstones	47148
+topper	47149
+topped	47150
+toppings	47151
+topical	47152
+topics	47153
+totalled	47154
+totally	47155
+tolerate	47156
+tolerating	47157
+tolerance	47158
+tolerant	47159
+today's	47160
+today.	47161
+today:	47162
+todays	47163
+toddlers	47164
+toaster	47165
+toasted	47166
+toxicity	47167
+toxicology	47168
+toxins	47169
+toiletries	47170
+toiletry	47171
+there.	47172
+thereby	47173
+therefore	47174
+therein	47175
+thereof	47176
+theres	47177
+thermo	47178
+thermal	47179
+theraflu	47180
+theory	47181
+theological	47182
+theology	47183
+theater	47184
+themed	47185
+themes	47186
+themself	47187
+themselves	47188
+they'd	47189
+they'll	47190
+they're	47191
+they've	47192
+throwback	47193
+throwin	47194
+throwaway	47195
+thrown	47196
+throws	47197
+throating	47198
+throats	47199
+throbbing	47200
+throbs	47201
+throughout	47202
+throughs	47203
+threat	47204
+thread	47205
+threes	47206
+thrilling	47207
+thrills	47208
+thrifty	47209
+thrive	47210
+thriving	47211
+thrust	47212
+thrush	47213
+thinker	47214
+thinkin	47215
+thinks	47216
+thing's	47217
+thingies	47218
+things	47219
+thingy	47220
+thinner	47221
+thinning	47222
+thinset	47223
+third-party	47224
+thirdly	47225
+thirds	47226
+thirteen	47227
+thirties	47228
+thirty	47229
+thirsty	47230
+thicken	47231
+thicker	47232
+thicket	47233
+thieving	47234
+thankful	47235
+thanks	47236
+thanked	47237
+thanking	47238
+thangs	47239
+that'd	47240
+that'll	47241
+that's	47242
+thought	47243
+thousands	47244
+thorne	47245
+thorns	47246
+thoroughbred	47247
+thoroughly	47248
+thundercloud	47249
+thundering	47250
+thumbnail	47251
+thumbs	47252
+thumper	47253
+timestamp	47254
+timeline	47255
+timeless	47256
+timely	47257
+timecards	47258
+timeouts	47259
+timers	47260
+timberlands	47261
+timings	47262
+tingle	47263
+tingling	47264
+tingly	47265
+tinkering	47266
+ticket	47267
+ticked	47268
+ticker	47269
+tickle	47270
+tighten	47271
+tighter	47272
+tightest	47273
+tipper	47274
+tipped	47275
+tiredness	47276
+tiresome	47277
+turnover	47278
+turnoff	47279
+turnout	47280
+turner	47281
+turned	47282
+turnip	47283
+turning	47284
+turntable	47285
+turnabout	47286
+turnaround	47287
+turbines	47288
+turbos	47289
+turtlenecks	47290
+tuners	47291
+tumbler	47292
+tumbleweed	47293
+tutorial	47294
+tutoring	47295
+tuxedos	47296
+twinks	47297
+twister	47298
+twisted	47299
+twitches	47300
+twitching	47301
+twitterpated	47302
+tweeting	47303
+tweets	47304
+tweens	47305
+tweaker	47306
+tweaked	47307
+twerking	47308
+two-way	47309
+two-week	47310
+typically	47311
+manipulate	47312
+manipulator	47313
+manifest	47314
+manifold	47315
+maniac	47316
+manicure	47317
+manicotti	47318
+manage	47319
+managing	47320
+manatees	47321
+manufacture	47322
+manufacturing	47323
+manually	47324
+manuals	47325
+mandarin	47326
+mandas	47327
+mandolin	47328
+mangoes	47329
+mangos	47330
+manger	47331
+manner	47332
+mannequin	47333
+manned	47334
+mansions	47335
+maneuvering	47336
+maneuvers	47337
+manhole	47338
+manhood	47339
+marina	47340
+marine	47341
+mariachi	47342
+mariah	47343
+marital	47344
+maritime	47345
+maritza	47346
+marion	47347
+market	47348
+marker	47349
+marked	47350
+markings	47351
+marksman	47352
+martial	47353
+martyr	47354
+margaret	47355
+marginal	47356
+margins	47357
+marriage	47358
+marrying	47359
+marshal	47360
+marshmallow	47361
+marshes	47362
+marathons	47363
+marching	47364
+mareos	47365
+marvelous	47366
+master	47367
+mastectomy	47368
+masturbate	47369
+mastic	47370
+mastiff	47371
+mastitis	47372
+massacre	47373
+masses	47374
+masseuse	47375
+massively	47376
+mashed	47377
+masher	47378
+masonite	47379
+masonry	47380
+masons	47381
+masculine	47382
+masculinity	47383
+matter	47384
+matted	47385
+mattresses	47386
+matched	47387
+matches	47388
+matchmaker	47389
+matchmaking	47390
+matchups	47391
+material	47392
+matured	47393
+matures	47394
+maturing	47395
+maturity	47396
+mathematical	47397
+mathematics	47398
+matinee	47399
+mating	47400
+magnet	47401
+magnitude	47402
+magnolias	47403
+magnums	47404
+magical	47405
+magician	47406
+magicJack	47407
+magistrate's	47408
+maggots	47409
+mailer	47410
+mailed	47411
+mail.com	47412
+mailboxes	47413
+mailings	47414
+maintain	47415
+maintenance	47416
+mainsource	47417
+mainland	47418
+mainline	47419
+mainly	47420
+machine	47421
+macadam	47422
+macaroon	47423
+macaroni	47424
+malaria	47425
+malarkey	47426
+malicious	47427
+malice	47428
+maddening	47429
+madder	47430
+maddies	47431
+mammoth	47432
+mammal	47433
+makeover	47434
+makeout	47435
+makers	47436
+makeshift	47437
+makings	47438
+mayor's	47439
+mayors	47440
+maxima	47441
+maximum	47442
+majoring	47443
+majority	47444
+motorhome	47445
+motorola	47446
+motors	47447
+motoplex	47448
+motoprimo	47449
+mother-in-law	47450
+motherboard	47451
+mothers	47452
+mother's	47453
+motherhood	47454
+mothering	47455
+motive	47456
+motional	47457
+motionless	47458
+motions	47459
+motels	47460
+monogram	47461
+monoprice	47462
+monotone	47463
+monotonous	47464
+monotony	47465
+monologues	47466
+money's	47467
+money.com	47468
+moneygram	47469
+moneypak	47470
+moneys	47471
+monetarily	47472
+monetary	47473
+monitored	47474
+monitoring	47475
+monitors	47476
+monicals	47477
+monster	47478
+month's	47479
+monthly	47480
+months	47481
+monkey's	47482
+monkeys	47483
+monarchs	47484
+monarchy	47485
+monday	47486
+mondawmin	47487
+mortal	47488
+mortar	47489
+mortgages	47490
+mortician	47491
+mortified	47492
+morale	47493
+morality	47494
+morally	47495
+morals	47496
+morning	47497
+modeled	47498
+modeling	47499
+models	47500
+modern	47501
+modest	47502
+modems	47503
+modification	47504
+modifying	47505
+modular	47506
+modulator	47507
+modules	47508
+mountain	47509
+mounted	47510
+mounting	47511
+mounts	47512
+mounds	47513
+mouse.com	47514
+mousetrap	47515
+molest	47516
+molecule	47517
+molecular	47518
+moldings	47519
+molars	47520
+moonshine	47521
+moonstone	47522
+moonlighting	47523
+moochies	47524
+mooching	47525
+moment's	47526
+momento	47527
+moments	47528
+momentum	47529
+momma's	47530
+mommas	47531
+mommy's	47532
+mommys	47533
+movements	47534
+movers	47535
+movies	47536
+movie's	47537
+moving	47538
+mocked	47539
+mockery	47540
+mockingbird	47541
+mostess	47542
+mostest	47543
+mosquitoes	47544
+mobile.com	47545
+mobiles	47546
+mobsters	47547
+mopeds	47548
+moisture	47549
+moaned	47550
+moaner	47551
+mowers	47552
+mission	47553
+missile	47554
+missin	47555
+misspell	47556
+misspoke	47557
+missed	47558
+misses	47559
+mistake	47560
+mistaking	47561
+mistrust	47562
+mistype	47563
+miscounted	47564
+miscalculated	47565
+mischief	47566
+mischievous	47567
+misinterpretation	47568
+misinterpreted	47569
+misinterpreting	47570
+misinformation	47571
+misinformed	47572
+misfit	47573
+misunderstand	47574
+misunderstood	47575
+misdemeanors	47576
+misdiagnosed	47577
+misdial	47578
+misleading	47579
+misplaced	47580
+miniscule	47581
+minimal	47582
+minimum	47583
+miniatures	47584
+minions	47585
+minivans	47586
+minded	47587
+minder	47588
+mindfulness	47589
+mindset	47590
+mineral	47591
+miners	47592
+mineshaft	47593
+minestrone	47594
+minutes	47595
+minuteman	47596
+minuses	47597
+minorities	47598
+minority	47599
+mingle	47600
+mingling	47601
+minnows	47602
+million	47603
+milligram	47604
+milliliter	47605
+millimeter	47606
+milling	47607
+millisecond	47608
+miller	47609
+millet	47610
+millstone	47611
+millwork	47612
+millwright	47613
+milestone	47614
+mileage:	47615
+milkshake	47616
+militia	47617
+microsoft	47618
+microwave	47619
+microwavable	47620
+microwaving	47621
+microchipped	47622
+microfiber	47623
+microfibre	47624
+microphones	47625
+michaels.com	47626
+michelin	47627
+michelle	47628
+mid-day	47629
+mid-december	47630
+midwife	47631
+midwives	47632
+middleman	47633
+middlesex	47634
+midstate	47635
+midterms	47636
+mittens	47637
+migrate	47638
+migraines	47639
+miracle	47640
+miraculous	47641
+mixers	47642
+mixtapes	47643
+mixtures	47644
+mimicking	47645
+medica	47646
+medics	47647
+medial	47648
+median	47649
+meditate	47650
+medium-size	47651
+mediums	47652
+mediocre	47653
+mediocrity	47654
+medallions	47655
+metaphor	47656
+metaphysical	47657
+metalico	47658
+metallic	47659
+metals	47660
+metabolic	47661
+metabolism	47662
+methamphetamine	47663
+method	47664
+methotrexate	47665
+metrocast	47666
+metronome	47667
+metros	47668
+metrics	47669
+meteorite	47670
+meteorologist	47671
+meteors	47672
+meters	47673
+mercedes-benz	47674
+mercantile	47675
+mercies	47676
+merciful	47677
+merican	47678
+meridianville	47679
+merits	47680
+merged	47681
+mergency	47682
+merger	47683
+merrier	47684
+merrily	47685
+merrionette	47686
+mentioned	47687
+mentioning	47688
+mentions	47689
+mentors	47690
+mentoring	47691
+mentality	47692
+mentally	47693
+mender	47694
+mended	47695
+menace	47696
+menacing	47697
+meaning	47698
+meanie	47699
+meandering	47700
+meaner	47701
+meanest	47702
+meantime	47703
+measure	47704
+measurable	47705
+measuring	47706
+measles	47707
+measly	47708
+meatballs	47709
+memory	47710
+members	47711
+membranes	47712
+message	47713
+messaging	47714
+messenger	47715
+messed	47716
+messes	47717
+messing	47718
+mesmerized	47719
+melodrama	47720
+melodies	47721
+melody	47722
+melons	47723
+meltdowns	47724
+melancholy	47725
+melanie	47726
+melanoma	47727
+megabyte	47728
+megapixel	47729
+megaphone	47730
+megaplex	47731
+mechanical	47732
+mechanic's	47733
+mechanics	47734
+mechanisms	47735
+meetings	47736
+musica	47737
+musician	47738
+music's	47739
+music.com	47740
+musics	47741
+mustache	47742
+mustang	47743
+mustard	47744
+musketeer	47745
+mushrooms	47746
+muscles	47747
+museums	47748
+multipurpose	47749
+multitask	47750
+multitude	47751
+multivitamin	47752
+multiverse	47753
+multicolored	47754
+multicultural	47755
+multimedia	47756
+multimeter	47757
+mullets	47758
+mulligans	47759
+mulling	47760
+munchers	47761
+munchies	47762
+munching	47763
+munchkins	47764
+municipality	47765
+murderer	47766
+murdered	47767
+muchos	47768
+mumble	47769
+mumbling	47770
+muggins	47771
+mufflers	47772
+mystery	47773
+mystic	47774
+mystique	47775
+Allegan	47776
+Allegheny	47777
+Allens	47778
+Allen's	47779
+Allentown	47780
+Allergy	47781
+Alleria	47782
+Allerton	47783
+Allison	47784
+Alliston	47785
+Allie's	47786
+Allied	47787
+Allies	47788
+Alliance	47789
+Alliant	47790
+Allstars	47791
+Allstate	47792
+Albert	47793
+Alberni	47794
+Albers	47795
+Albania	47796
+Albanese	47797
+Albans	47798
+Albany	47799
+Alexia	47800
+Alexis	47801
+Alexius	47802
+Alejandro's	47803
+Alamos	47804
+Alamodome	47805
+Alamogordo	47806
+Alana's	47807
+Alabama's	47808
+Alisal	47809
+Alison	47810
+Alice's	47811
+Alicia's	47812
+Aliens	47813
+Alienware	47814
+Altamont	47815
+Altama	47816
+Alterra	47817
+Alderson	47818
+Alderwood	47819
+Alcoholics	47820
+Alfonso's	47821
+Alfredo's	47822
+Algona	47823
+Algonquin	47824
+Almond	47825
+Almont	47826
+AlphaGraphics	47827
+Alpharetta	47828
+Alvarado	47829
+Alvarez	47830
+Alvaro	47831
+Andrea	47832
+Andrew	47833
+Andres	47834
+Andre's	47835
+Andree	47836
+Andrey	47837
+Android	47838
+Andros	47839
+Andromeda	47840
+Andronico's	47841
+Anderson	47842
+Andersen	47843
+Andale	47844
+Andalusia	47845
+Antica	47846
+Antico	47847
+Antigo	47848
+Antigua	47849
+Antiques	47850
+Anton's	47851
+Antone	47852
+Antony	47853
+Antoine's	47854
+Antoinette	47855
+Anthony's	47856
+Anthonys	47857
+Angeli	47858
+Angela	47859
+Angelo	47860
+Angeles	47861
+Angell	47862
+Angels	47863
+Angleton	47864
+Annie's	47865
+Annies	47866
+Anacortes	47867
+Anacostia	47868
+Anastasia's	47869
+Animals	47870
+Animated	47871
+Animation	47872
+Anisha	47873
+Armand	47874
+Armani	47875
+Armageddon	47876
+Armagh	47877
+Armondo	47878
+Armonk	47879
+Armory	47880
+Armenia	47881
+Armstrong	47882
+Armstead	47883
+Archie	47884
+Archibald	47885
+Archbishop	47886
+Archbold	47887
+Archdale	47888
+Archdiocese	47889
+Arcadia	47890
+Arcade	47891
+Ariana	47892
+Arianna	47893
+Ariel's	47894
+Arielle	47895
+Aristocats	47896
+Aristotle	47897
+Arizona's	47898
+Arabia	47899
+Arabic	47900
+Arandas	47901
+Artesa	47902
+Artesia	47903
+Argonaut	47904
+Argonne	47905
+Argosy	47906
+Arrowhead	47907
+Arrowood	47908
+Arboretum	47909
+Arbors	47910
+Arnold's	47911
+Arnolds	47912
+Arlene	47913
+Ameris	47914
+AmeriCorps	47915
+AmeriGas	47916
+AmeriHealth	47917
+Amerie	47918
+Amerigroup	47919
+Ameriprise	47920
+Amanda's	47921
+Amandas	47922
+Amarillo	47923
+Amazon's	47924
+Amityville	47925
+Ambrose	47926
+Ambrosius	47927
+Ashley	47928
+Ashlee	47929
+Ashleigh	47930
+Ashland	47931
+Ashburn	47932
+Ashbury	47933
+Ashtons	47934
+Ashwood	47935
+Ashworth	47936
+Assemblies	47937
+Assembly	47938
+Assessors	47939
+Associate	47940
+Association	47941
+Assisted	47942
+Astrid	47943
+Astrix	47944
+Astros	47945
+Astor's	47946
+Astoria	47947
+Adventure	47948
+Adventist	47949
+Advisor	47950
+Advising	47951
+Advanced	47952
+Advantage	47953
+Advantis	47954
+Advocacy	47955
+Advocate	47956
+Adelaide	47957
+Adelanto	47958
+Adele's	47959
+Adeline	47960
+Adelitas	47961
+Adelphia	47962
+Adamson	47963
+Adamsville	47964
+Addison	47965
+Addies	47966
+Adriana	47967
+Adrian's	47968
+Adrianne	47969
+Adrians	47970
+Adolfo	47971
+Administration	47972
+Administrative	47973
+Automall	47974
+AutoCAD	47975
+AutoCorrect	47976
+Autosports	47977
+Autoway	47978
+Autoworks	47979
+Auditor's	47980
+Auditorium	47981
+Audioslave	47982
+Audrey's	47983
+Austin's	47984
+Austinburg	47985
+Austintown	47986
+Australia	47987
+Austria	47988
+Austell	47989
+Austen	47990
+Augustana	47991
+Augustine's	47992
+Aubrey's	47993
+Aubreys	47994
+Auburndale	47995
+Apple's	47996
+AppleCare	47997
+Applegate	47998
+Applejack	47999
+Appleseed	48000
+Appliance	48001
+Application	48002
+Applied	48003
+Appling	48004
+Appalachia	48005
+Appaloosa	48006
+Apparatus	48007
+Apparel	48008
+Appreciation	48009
+Apprentice	48010
+Apostles	48011
+Apostolic	48012
+Accentra	48013
+Accenture	48014
+Accounting	48015
+Accounts	48016
+Active	48017
+Actions	48018
+Acadian	48019
+Academic	48020
+Academy	48021
+Ackles	48022
+Ackley	48023
+Attica	48024
+Atticus	48025
+Attitash	48026
+Attitude	48027
+Athena	48028
+Athenian	48029
+Athens	48030
+Athletico	48031
+Athletics	48032
+Atlanta	48033
+Atascocita	48034
+Atascosa	48035
+Airporter	48036
+Airways	48037
+Aidans	48038
+Abbotts	48039
+Abercorn	48040
+Abercrombie	48041
+Abraham's	48042
+Abrams	48043
+Avenger	48044
+Avenged	48045
+Aventador	48046
+Aventura	48047
+Avenues	48048
+Average	48049
+Avery's	48050
+Agricultural	48051
+Agriculture	48052
+Agence	48053
+Agency	48054
+Aguilera's	48055
+African	48056
+Aeropostale	48057
+Aeropostle	48058
+Aquatica	48059
+Awards	48060
+Parker	48061
+Parkesburg	48062
+Parkinson	48063
+Parking	48064
+Parkside	48065
+Parksville	48066
+Parkland	48067
+Parklane	48068
+Parkridge	48069
+Parkrose	48070
+Parkview	48071
+Parkville	48072
+Parkway	48073
+Parkwood	48074
+Parade	48075
+Paramus	48076
+Paragon	48077
+Paragould	48078
+Parana	48079
+Paranormal	48080
+PartyLite	48081
+Partyland	48082
+Parthenia	48083
+Parthenon	48084
+Partnership	48085
+Parris	48086
+Parrilla	48087
+Parmele	48088
+Parmer	48089
+Parmesan	48090
+Parmalee	48091
+Parish	48092
+Palmer	48093
+Palmen	48094
+Palmetto	48095
+Palmas	48096
+Palace	48097
+Palacio	48098
+Palatine	48099
+Palatka	48100
+Palestinian	48101
+Palestine	48102
+Palermo's	48103
+Paloma	48104
+Palomino	48105
+Palio's	48106
+Palladia	48107
+Palladio	48108
+Palladium	48109
+Pattie	48110
+Patti's	48111
+Pattinson	48112
+Pattison	48113
+Patterson	48114
+Patten	48115
+Patty's	48116
+Pattys	48117
+Patriot	48118
+Patrol	48119
+Patron	48120
+Patel's	48121
+Patsy's	48122
+Pantera	48123
+Pantech	48124
+Pantego	48125
+Pantene	48126
+Pantages	48127
+Pantano	48128
+Panthers	48129
+Panamanian	48130
+Panasoffkee	48131
+Panasonic	48132
+Pancakes	48133
+Panchos	48134
+Pandora's	48135
+Packer	48136
+Packey	48137
+Packard	48138
+Pacifica	48139
+Pacifico	48140
+Pacheco	48141
+Pachelbel	48142
+Passage	48143
+Passaic	48144
+Passat	48145
+Passavant	48146
+Pascack	48147
+Pascagoula	48148
+Pascal	48149
+Paulie	48150
+Paulsboro	48151
+Paulson	48152
+Paula's	48153
+Paulos	48154
+Pappas	48155
+Pappadeaux	48156
+Pappy's	48157
+Painted	48158
+Paintsville	48159
+Painesville	48160
+Pampered	48161
+Pampers	48162
+Penny's	48163
+PennyMac	48164
+Pennyrile	48165
+Pennysaver	48166
+Pennywise	48167
+Pennsauken	48168
+Pennsburg	48169
+Pennsville	48170
+Pennsylvania	48171
+Penneys	48172
+Pentagon	48173
+Pentair	48174
+Pentatonix	48175
+Pentecostal	48176
+Pentel	48177
+Pendergrass	48178
+Perrin	48179
+Perrie	48180
+Perris	48181
+Perrys	48182
+Perry's	48183
+Perryton	48184
+Perryville	48185
+Personal	48186
+Personnel	48187
+Persian	48188
+Performance	48189
+Performing	48190
+Perkins	48191
+Perkiomen	48192
+Permit	48193
+Permian	48194
+Percy's	48195
+Peters	48196
+Peter's	48197
+Peterman	48198
+Petrino	48199
+Petrillo's	48200
+Petroleum	48201
+Petrone	48202
+Petros	48203
+Pettigrew	48204
+Pettis	48205
+Pettit	48206
+Petty's	48207
+Pearl's	48208
+Pearland	48209
+Pearle	48210
+Pearlridge	48211
+Pearson	48212
+Pearsall	48213
+Peachland	48214
+Peachtree	48215
+PeaceHealth	48216
+Peabody's	48217
+Pepperell	48218
+Pepperfire	48219
+Pepperidge	48220
+Peppers	48221
+Peppertree	48222
+Pepperwood	48223
+Pellegrino	48224
+Pelletier	48225
+Pediatric	48226
+Pedialyte	48227
+Porter	48228
+Porto's	48229
+Portobello	48230
+Portofino	48231
+Portola	48232
+Portos	48233
+Portal	48234
+Portable	48235
+Portage	48236
+Portia	48237
+Portis	48238
+Portman's	48239
+Portugal	48240
+Portuguese	48241
+Pollack	48242
+Pollak	48243
+Pollard	48244
+Polly's	48245
+Pollyanna	48246
+Pollock	48247
+Polaris	48248
+Polaroid	48249
+Police	48250
+Policy	48251
+Powers	48252
+PowerBall	48253
+PowerPoint	48254
+PowerSchool	48255
+Powerade	48256
+Powerball	48257
+Powerhouse	48258
+Powerline	48259
+Powerman	48260
+Powerpuff	48261
+Powell's	48262
+Powells	48263
+Potter's	48264
+Potters	48265
+Potterville	48266
+Pottery	48267
+Pottsboro	48268
+Pottstown	48269
+Pottsville	48270
+Pontevedra	48271
+Ponderay	48272
+Ponderosa	48273
+Posse's	48274
+Poppy's	48275
+Popeyes	48276
+Poconos	48277
+Pockets	48278
+Pomeranian	48279
+Pomerado	48280
+Pomodoros	48281
+Pooler	48282
+Poolesville	48283
+Pointe	48284
+Points	48285
+Provena	48286
+Provence	48287
+Provost	48288
+Prosecco	48289
+Properties	48290
+Property	48291
+Prophets	48292
+Professional	48293
+Professor	48294
+Promenade	48295
+Promises	48296
+Proctor	48297
+Procter	48298
+Progressive	48299
+Progresso	48300
+Probate	48301
+Probation	48302
+President	48303
+Presidio	48304
+Preston	48305
+Prestige	48306
+Prestwick	48307
+Presbyterian	48308
+Preschool	48309
+Prescott	48310
+Preservation	48311
+Preserve	48312
+Presley's	48313
+Premier	48314
+Premium	48315
+Prepaid	48316
+Preparatory	48317
+Prince	48318
+Principal	48319
+Prineville	48320
+Pringles	48321
+Primanti	48322
+Primary	48323
+Primavera	48324
+PrimeCare	48325
+Primerica	48326
+Priscilla's	48327
+Priceline	48328
+Prattville	48329
+Prairieville	48330
+Pineland	48331
+Pinellas	48332
+Pineview	48333
+Pineville	48334
+Pinkerton	48335
+Pinkett	48336
+Pinkie's	48337
+Pinocchio's	48338
+Pinckneyville	48339
+Pickens	48340
+Pickett	48341
+Pickard	48342
+Pickaway	48343
+Pickler	48344
+Pickles	48345
+Pickups	48346
+Picasso	48347
+Picasa	48348
+Pittsville	48349
+Piercey	48350
+Pierre's	48351
+Pierson	48352
+Pistols	48353
+Pikesville	48354
+Plants	48355
+Plantation	48356
+Plantersville	48357
+Plantronics	48358
+Planetshakers	48359
+Planned	48360
+Planning	48361
+Players	48362
+Playgirl	48363
+Playground	48364
+Platte	48365
+Plateau	48366
+Plato's	48367
+Plaine	48368
+Plains	48369
+Plainfield	48370
+Plainwell	48371
+Placer	48372
+Placentia	48373
+Places	48374
+Placid	48375
+Placita	48376
+Plastics	48377
+Pleasanton	48378
+Pleasants	48379
+Pleasantville	48380
+Pleasureland	48381
+Purcellville	48382
+Pulliam	48383
+Pulling	48384
+Pumpkins	48385
+Puckett's	48386
+Philips	48387
+Philly	48388
+Philadelphia	48389
+Philomath	48390
+Phoenicia	48391
+Phoenix	48392
+Phoebe's	48393
+Photoshop	48394
+Photosmart	48395
+Pharma	48396
+Pharrell	48397
+Phantogram	48398
+Phantom	48399
+Phyllis's	48400
+Psychological	48401
+Psychology	48402
+finale	48403
+finally	48404
+finals	48405
+finance	48406
+fingerprinted	48407
+fingerprinting	48408
+fingerprints	48409
+fingernails	48410
+fingertips	48411
+finishing	48412
+finesse	48413
+finest	48414
+finders	48415
+findings	48416
+finnegans	48417
+finneus	48418
+finneytown	48419
+fireplace	48420
+firepit	48421
+firepower	48422
+fireproof	48423
+fireflies	48424
+fireman	48425
+firemen	48426
+fireball	48427
+firebox	48428
+firearms	48429
+firecrackers	48430
+fireside	48431
+firetower	48432
+firetruck	48433
+firsthand	48434
+firstly	48435
+firsts	48436
+filler	48437
+fillet	48438
+filled	48439
+fillings	48440
+filtered	48441
+filtering	48442
+filters	48443
+filthy	48444
+filibertos	48445
+filibuster	48446
+filings	48447
+fished	48448
+fishes	48449
+fishbone	48450
+fishbowl	48451
+fishing	48452
+fishnets	48453
+figured	48454
+figures	48455
+figurine	48456
+figuring	48457
+figuratively	48458
+fighters	48459
+fighting	48460
+fixing	48461
+fixins	48462
+fixated	48463
+fixation	48464
+fieldstone	48465
+fiercely	48466
+fibroid	48467
+fibrosis	48468
+fiddler	48469
+fidelity	48470
+fidelis	48471
+fitter	48472
+fitted	48473
+fittest	48474
+fittings	48475
+fictional	48476
+forest	48477
+foresee	48478
+foresight	48479
+foreskin	48480
+forecast	48481
+forefathers	48482
+forefoot	48483
+forefront	48484
+foreigner	48485
+forewarned	48486
+forewarning	48487
+forearms	48488
+foreman	48489
+foremost	48490
+forensics	48491
+formal	48492
+format	48493
+formulas	48494
+former	48495
+formed	48496
+formidable	48497
+forming	48498
+forget	48499
+forged	48500
+forgery	48501
+forging	48502
+forgot	48503
+fortunate	48504
+fortune	48505
+forthcoming	48506
+forties	48507
+fortitude	48508
+forceful	48509
+forced	48510
+forces	48511
+forcibly	48512
+forcing	48513
+forklifts	48514
+forsaken	48515
+forbidden	48516
+footsies	48517
+football	48518
+footboard	48519
+footer	48520
+footed	48521
+footing	48522
+footie	48523
+footlocker	48524
+footlong	48525
+footprints	48526
+footwear	48527
+footwork	48528
+foolish	48529
+foolin	48530
+foolio	48531
+foodies	48532
+foodservice	48533
+following	48534
+follows	48535
+follow-up	48536
+follicles	48537
+folder	48538
+folded	48539
+foundation	48540
+founding	48541
+foundry	48542
+fountain	48543
+fourth	48544
+fourteen	48545
+four-wheel-drive	48546
+four-year	48547
+foursome	48548
+fondle	48549
+fondling	48550
+fondly	48551
+fonder	48552
+fondest	48553
+focused	48554
+focuses	48555
+fossils	48556
+fogged	48557
+fogger	48558
+facebook.com	48559
+facebooked	48560
+facebooking	48561
+facets	48562
+faceless	48563
+facelift	48564
+factored	48565
+factors	48566
+factory	48567
+factions	48568
+facilities	48569
+facility	48570
+facials	48571
+fairing	48572
+fairies	48573
+fairest	48574
+fairgrounds	48575
+fairways	48576
+fairytale	48577
+failures	48578
+faithfully	48579
+faithfulness	48580
+farmers	48581
+farmer's	48582
+farmstead	48583
+farther	48584
+farthest	48585
+fasten	48586
+faster	48587
+fastest	48588
+fascinate	48589
+fashioned	48590
+fashionista	48591
+fashions	48592
+father	48593
+fathead.com	48594
+fatten	48595
+fatter	48596
+fattest	48597
+fatalities	48598
+fatality	48599
+fantastic	48600
+fantasy	48601
+fanfiction	48602
+fabricate	48603
+fabricator	48604
+fabulously	48605
+falling	48606
+favoring	48607
+favorable	48608
+favorably	48609
+family	48610
+faggots	48611
+flatter	48612
+flatten	48613
+flatbed	48614
+flatbread	48615
+flatware	48616
+flatwoods	48617
+flashback	48618
+flashlight	48619
+flashcards	48620
+flashing	48621
+flashpoint	48622
+flashy	48623
+flaming	48624
+flamer	48625
+flames	48626
+flammable	48627
+flammer	48628
+flagging	48629
+flagship	48630
+flagstone	48631
+flapper	48632
+flapping	48633
+flappy	48634
+flapjacks	48635
+flavored	48636
+flavorful	48637
+flavoring	48638
+flavors	48639
+flaked	48640
+flakes	48641
+flanges	48642
+flannels	48643
+flawlessly	48644
+flared	48645
+flares	48646
+floorboard	48647
+floored	48648
+flooring	48649
+floors	48650
+flooded	48651
+floodgates	48652
+flooding	48653
+floods	48654
+flower	48655
+flowed	48656
+floater	48657
+floated	48658
+floaties	48659
+floating	48660
+flopping	48661
+floppy	48662
+florist	48663
+florida	48664
+floral	48665
+flourish	48666
+flippin	48667
+flippy	48668
+flipside	48669
+flicker	48670
+flicked	48671
+flirtation	48672
+flirtatious	48673
+flintlock	48674
+flushable	48675
+flushing	48676
+fluttering	48677
+flutters	48678
+flutes	48679
+fluent	48680
+fluency	48681
+fluctuates	48682
+fluoride	48683
+fluorine	48684
+flexin	48685
+flexion	48686
+flexiril	48687
+fleeting	48688
+fledged	48689
+freeze	48690
+freezin	48691
+freedom	48692
+freeloader	48693
+freelance	48694
+freely	48695
+freebies	48696
+freeways	48697
+freshies	48698
+freshly	48699
+freshness	48700
+freshwater	48701
+fresco	48702
+fresca	48703
+freakin	48704
+freakiest	48705
+freakishly	48706
+freakys	48707
+frequencies	48708
+frequency	48709
+frequently	48710
+frankly	48711
+franchise	48712
+francis	48713
+frantically	48714
+fraction	48715
+fracture	48716
+fracking	48717
+framer	48718
+framed	48719
+frames	48720
+framework	48721
+fragile	48722
+fragilistic	48723
+fragments	48724
+fragrances	48725
+fratelli's	48726
+friends	48727
+friend's	48728
+friended	48729
+friending	48730
+frighten	48731
+frightful	48732
+frisko	48733
+frisky	48734
+frisbees	48735
+fritter	48736
+frittata	48737
+fridgerator	48738
+fridges	48739
+frickers	48740
+frickin	48741
+frontier	48742
+fronting	48743
+frontage	48744
+frontal	48745
+frostys	48746
+frustrated	48747
+frustrates	48748
+frustration	48749
+frustrating	48750
+feeders	48751
+feedings	48752
+feeling	48753
+feelers	48754
+fellas	48755
+fellatio	48756
+fellows	48757
+fellers	48758
+feature	48759
+featuring	48760
+feathered	48761
+feathers	48762
+feasibility	48763
+feasible	48764
+feasting	48765
+fertility	48766
+ferrets	48767
+fenced	48768
+fences	48769
+fenders	48770
+fettuccine	48771
+fettuccini	48772
+federal	48773
+federated	48774
+festival	48775
+festive	48776
+festivities	48777
+fundamentally	48778
+fundamentals	48779
+fundraiser	48780
+fundraising	48781
+funded	48782
+funder	48783
+funnel	48784
+funner	48785
+funnest	48786
+funnies	48787
+funnier	48788
+functionality	48789
+fucker	48790
+fucked	48791
+fucken	48792
+fuckin	48793
+fuckim	48794
+fuckity	48795
+fuckable	48796
+fuckstick	48797
+furnish	48798
+furniture	48799
+furnaces	48800
+furthering	48801
+furthermore	48802
+full-blown	48803
+full-size	48804
+full-time	48805
+fuller	48806
+fullest	48807
+fusions	48808
+fumbled	48809
+fumbles	48810
+future's	48811
+futures	48812
+Rosenau	48813
+Rosendale	48814
+Rosenthal	48815
+Rosemary	48816
+Rosemead	48817
+Roseberry	48818
+Roseboro	48819
+Roseburg	48820
+Roseanne's	48821
+Rosalyn	48822
+Rosary	48823
+Rosanna	48824
+Rosanne	48825
+Rossi's	48826
+Roscoe's	48827
+Roscoes	48828
+Rosie's	48829
+Rockaway	48830
+Rockafellas	48831
+Rocket	48832
+Rockefeller	48833
+Rockland	48834
+Rocklin	48835
+Rockside	48836
+Rocksmith	48837
+Rockstar	48838
+Rocking	48839
+Rockies	48840
+Rockwall	48841
+Rockwell	48842
+Rockwood	48843
+Rockbridge	48844
+Rockbrook	48845
+Rockfield	48846
+Rockford	48847
+Rocky's	48848
+Robert	48849
+Roberson	48850
+Robins	48851
+Robin's	48852
+Robinhood	48853
+Robinwood	48854
+Robbie	48855
+Robbins	48856
+Roboto	48857
+Robles	48858
+Romano	48859
+Romania	48860
+Romana	48861
+Romance	48862
+Romanelli's	48863
+Romans	48864
+Romeo's	48865
+Romeos	48866
+Romeoville	48867
+Romero's	48868
+Ronaldo	48869
+Ronnie's	48870
+Ronnies	48871
+Rodrigo's	48872
+Rodrigues	48873
+Rodriguez	48874
+Rolling	48875
+Rollins	48876
+Rollers	48877
+Rolando	48878
+Rolanda	48879
+Rootstown	48880
+Rotten	48881
+Rotterdam	48882
+Rottweilers	48883
+Rotella	48884
+Rotelli	48885
+Rotolo's	48886
+Royale	48887
+Royals	48888
+Royalton	48889
+Royster	48890
+Royston	48891
+Roxanne's	48892
+Roxborough	48893
+Rowlands	48894
+Rowlett	48895
+Rowley	48896
+Rogersville	48897
+Reddick	48898
+Redding	48899
+Reddit	48900
+Reddy's	48901
+Redbook	48902
+Redbox	48903
+Redskins	48904
+Redfield	48905
+Redfin	48906
+Rentals	48907
+Renee's	48908
+Reservation	48909
+Reserve	48910
+Reservoir	48911
+Restaurants	48912
+Reston	48913
+Restoration	48914
+Resorts	48915
+Resources	48916
+Regina	48917
+Reginelli's	48918
+Regional	48919
+Regions	48920
+Regals	48921
+Regents	48922
+Reggies	48923
+Reader	48924
+Readington	48925
+Realtor	48926
+Realtree	48927
+Realty	48928
+Reagan's	48929
+Revere	48930
+ReverbNation	48931
+Reverse	48932
+Revelation	48933
+Revelstoke	48934
+Revenge	48935
+Revenue	48936
+Revolution	48937
+Revolver	48938
+Reedsburg	48939
+Reedsport	48940
+Reedsville	48941
+Reese's	48942
+Reeses	48943
+Remind	48944
+Remington	48945
+Remembered	48946
+Recorder	48947
+Records	48948
+Reineke	48949
+Reiner	48950
+Reinhardt	48951
+Reinhart	48952
+Representatives	48953
+Republicans	48954
+Relief	48955
+Relient	48956
+Rebecca	48957
+Rebeca	48958
+Rebelution	48959
+Reynolds	48960
+Reynolda	48961
+Randall	48962
+Randazzo	48963
+Randol	48964
+Random	48965
+Randleman	48966
+Randy's	48967
+Rancho	48968
+Ranchito	48969
+Rangeline	48970
+Rangers	48971
+Ramsey	48972
+Ramseur	48973
+Ramadan	48974
+Ramona	48975
+Ramones	48976
+Rambler	48977
+Ramblewood	48978
+Ramey's	48979
+Rainer	48980
+Raines	48981
+Rainey	48982
+Railside	48983
+Raiders	48984
+Raymond	48985
+Raymore	48986
+Raymour	48987
+Rachel's	48988
+Rachelle	48989
+Rachels	48990
+Racines	48991
+RadioShack	48992
+Radiohead	48993
+Raptor	48994
+Rapton	48995
+Ravens	48996
+Ravena	48997
+Ravenel	48998
+Ravenna	48999
+Ralphie's	49000
+Raley's	49001
+Raleys	49002
+Rashad	49003
+Rashard	49004
+Razorbacks	49005
+Rabbitt	49006
+Rafferty's	49007
+Rawlings	49008
+Rawlins	49009
+Richards	49010
+Richard's	49011
+Richie's	49012
+Richies	49013
+Richboro	49014
+Richburg	49015
+Richlands	49016
+Richter	49017
+Richton	49018
+Rickenbacker	49019
+Rickey	49020
+Rickie	49021
+Ricky's	49022
+Ricardo	49023
+Ricart	49024
+Ricans	49025
+Riccardi's	49026
+Riverwood	49027
+Riverwind	49028
+Rivercenter	49029
+Riverchase	49030
+Rivercrest	49031
+Riverside	49032
+Riverstone	49033
+Rivera's	49034
+Riverhead	49035
+Riverhouse	49036
+Rivermark	49037
+Rivermont	49038
+Riverpark	49039
+Riverpoint	49040
+Riverton	49041
+Rivertown	49042
+Ridgeback	49043
+Ridgecrest	49044
+Ridgedale	49045
+Ridgefield	49046
+Ridgemont	49047
+Riders	49048
+Riddle's	49049
+Riddler	49050
+Ringler	49051
+Ringling	49052
+Ringoes	49053
+Rinaldi's	49054
+Rittenhouse	49055
+Ritter	49056
+Russel	49057
+Russian	49058
+Russo's	49059
+Rustic	49060
+Rustin	49061
+Rustoleum	49062
+Ruston	49063
+Rusty's	49064
+Runner	49065
+Runnemede	49066
+Rubio's	49067
+Rubios	49068
+Rubino's	49069
+Rutherfordton	49070
+Ruthie's	49071
+Rudolph's	49072
+Rhodes	49073
+Rhinebeck	49074
+Rhinelander	49075
+Rylands	49076
+RSVP'd	49077
+RSVP's	49078
+Delicia	49079
+Delicious	49080
+Delia's	49081
+Delilah	49082
+Delaney	49083
+Delancey	49084
+Delano	49085
+Delmonico	49086
+Delmont	49087
+Delmarva	49088
+Delphia	49089
+Delran	49090
+Delray	49091
+Deltona	49092
+Deanna	49093
+Deanne	49094
+Dennis's	49095
+Dennison	49096
+Denny's	49097
+Dennys	49098
+Denise	49099
+Denison	49100
+DentaQuest	49101
+Dental	49102
+Denver's	49103
+Designs	49104
+Desirae	49105
+Desiree	49106
+Destiny	49107
+Destination	49108
+Destrehan	49109
+Destruction	49110
+Deerfield	49111
+Deerfoot	49112
+Devil's	49113
+Deville	49114
+Devils	49115
+Devine	49116
+Devins	49117
+Devons	49118
+Developmental	49119
+Democratic	49120
+Democrats	49121
+Demetrios	49122
+Demetrious	49123
+Dempsey's	49124
+Decatur's	49125
+Debbie	49126
+Depots	49127
+DeVito's	49128
+Daniel	49129
+Danny's	49130
+Dannys	49131
+Dannon	49132
+Dangerously	49133
+Dancer	49134
+Dandy's	49135
+Dante's	49136
+Darrel	49137
+Darren	49138
+Darian	49139
+Darla's	49140
+Darlene's	49141
+Darlington	49142
+Dardenne	49143
+Dallastown	49144
+Daltons	49145
+Davids	49146
+David's	49147
+Davis's	49148
+Davisburg	49149
+Davison	49150
+Davies	49151
+Damian's	49152
+Damiens	49153
+Daughters	49154
+Donald	49155
+Donalsonville	49156
+Donatos	49157
+Donahew	49158
+Donahue	49159
+Donnell	49160
+Donner	49161
+Donna's	49162
+Donnie's	49163
+Donell	49164
+Donelson	49165
+Doritos	49166
+Dorset	49167
+Dorsey	49168
+Dorner	49169
+Dorney	49170
+Dorothy's	49171
+Dominic	49172
+Dominique	49173
+Dominion	49174
+Domino's	49175
+Dominos	49176
+Domingo	49177
+Dominguez	49178
+Downer	49179
+Downeast	49180
+Downey	49181
+Downtown	49182
+Downton	49183
+Downingtown	49184
+Downloader	49185
+Dollarama	49186
+Dollarway	49187
+Dolly's	49188
+Dollywood	49189
+Dolphins	49190
+Dooleys	49191
+Doolittle's	49192
+Doodlebug	49193
+Douglass	49194
+Douglaston	49195
+Douglasville	49196
+Doughboy	49197
+Dougherty	49198
+DoubleTree	49199
+Doubletree	49200
+Dockers	49201
+Dockery	49202
+Dodgers	49203
+Dobbins	49204
+Discounters	49205
+Discovery	49206
+Distribution	49207
+District	49208
+Diana's	49209
+Dianas	49210
+Diane's	49211
+Diamondbacks	49212
+Diabetes	49213
+Diabetus	49214
+Diablos	49215
+Dickey	49216
+Dickens	49217
+Dickerson	49218
+Dickie	49219
+Dickinson	49220
+Dickson	49221
+Direction	49222
+Director	49223
+Dirksen	49224
+Dillard	49225
+Dillons	49226
+Dillsboro	49227
+Dillsburg	49228
+Divina	49229
+Divinci	49230
+Divine	49231
+Divino	49232
+Dividend	49233
+Divisadero	49234
+Division	49235
+Dixieland	49236
+Dixieline	49237
+Duneland	49238
+Dunellen	49239
+Dunham's	49240
+Dunhams	49241
+Dundalk	49242
+Dundas	49243
+Dungeons	49244
+Dunkins	49245
+Durango	49246
+Durand	49247
+Durant	49248
+Durbins	49249
+Dutchess	49250
+Duggars	49251
+Dragon	49252
+Dressler	49253
+Driver	49254
+Driven	49255
+Drivetime	49256
+D'Angelo's	49257
+homeschool	49258
+homes.com	49259
+homesick	49260
+homebrew	49261
+homegirl	49262
+homeless	49263
+homeland	49264
+homely	49265
+homeroom	49266
+homers	49267
+homerun	49268
+homework	49269
+homeward	49270
+homewrecker	49271
+homemaker	49272
+homemade	49273
+homeowner	49274
+homeopathic	49275
+home.com	49276
+homecare	49277
+homecoming	49278
+homepage	49279
+homeport	49280
+homicidal	49281
+homicide	49282
+homies	49283
+homing	49284
+hominy	49285
+homosexual	49286
+horses	49287
+horse's	49288
+horseback	49289
+horsepower	49290
+horseradish	49291
+horsey	49292
+horniness	49293
+horned	49294
+hornets	49295
+horrid	49296
+horrors	49297
+horizontally	49298
+hormones	49299
+hooker	49300
+hooked	49301
+hookahs	49302
+hookie	49303
+hooking	49304
+hookups	49305
+hoodies	49306
+hoodlums	49307
+hooters	49308
+hollered	49309
+hollering	49310
+hollers	49311
+hollaback	49312
+hollandaise	49313
+hollows	49314
+hollyhock	49315
+holder	49316
+holdem	49317
+holding	49318
+holidays	49319
+house.	49320
+household	49321
+housemate	49322
+houses	49323
+house:	49324
+housecleaning	49325
+houseful	49326
+housetop	49327
+houndstooth	49328
+honeys	49329
+honey.	49330
+honeycomb	49331
+honeydew	49332
+honeygo	49333
+honeymoon	49334
+honestly	49335
+honesty	49336
+honorable	49337
+honorary	49338
+honked	49339
+honker	49340
+hostess	49341
+hosted	49342
+hostel	49343
+hosting	49344
+hostages	49345
+hospital	49346
+hospitable	49347
+hotels.com	49348
+hotter	49349
+hottest	49350
+hotties	49351
+hopelessly	49352
+hopelessness	49353
+hopefully	49354
+hopper	49355
+hopped	49356
+hopping	49357
+hobbit	49358
+hobbies	49359
+hobble	49360
+hobbling	49361
+hoarder	49362
+hoarding	49363
+handle	49364
+handling	49365
+handset	49366
+handshake	49367
+handsome	49368
+handspring	49369
+handstand	49370
+handbook	49371
+handcuff	49372
+handcent	49373
+handicap	49374
+handing	49375
+handiwork	49376
+handout	49377
+handoff	49378
+handedly	49379
+handfuls	49380
+handguns	49381
+handjobs	49382
+handprints	49383
+handrails	49384
+handwriting	49385
+handwritten	49386
+handyman	49387
+hangout	49388
+hangover	49389
+hanger	49390
+hanged	49391
+hanging	49392
+harden	49393
+harder	49394
+hardest	49395
+hardwire	49396
+hardware	49397
+hardship	49398
+hardscrabble	49399
+hardback	49400
+hardball	49401
+hardcore	49402
+hardcover	49403
+harmony	49404
+harbors	49405
+harboring	49406
+harvester	49407
+harvested	49408
+hairdo	49409
+hairspray	49410
+haircut	49411
+haircolor	49412
+hairball	49413
+hairbrush	49414
+hairless	49415
+hairline	49416
+hallucinate	49417
+halloween	49418
+hallways	49419
+hammerhead	49420
+hammered	49421
+hammering	49422
+hammers	49423
+hammocks	49424
+hamster	49425
+hamstring	49426
+hamburgers	49427
+hampers	49428
+hatched	49429
+hatchery	49430
+hatches	49431
+hatchet	49432
+haters	49433
+happenin	49434
+happend	49435
+happened	49436
+happens	49437
+happily	49438
+happiness	49439
+happys	49440
+hahahaha	49441
+haven't	49442
+havens	49443
+havent	49444
+hacker	49445
+hacked	49446
+hacksaw	49447
+hassles	49448
+hauler	49449
+hauled	49450
+hauling	49451
+hazelnut	49452
+habaneros	49453
+haystacks	49454
+headless	49455
+headlock	49456
+headset	49457
+headshot	49458
+headband	49459
+headboard	49460
+headin	49461
+headies	49462
+header	49463
+headed	49464
+headphone	49465
+headpiece	49466
+headquartered	49467
+headquarters	49468
+headaches	49469
+headhunters	49470
+headwaters	49471
+headway	49472
+hearth	49473
+hearted	49474
+hearts	49475
+heart's	49476
+heartache	49477
+heartfelt	49478
+hearty	49479
+hearing	49480
+hearsay	49481
+hearse	49482
+healthcare	49483
+healthkeepers	49484
+healthy	49485
+healed	49486
+healer	49487
+heavily	49488
+heaven	49489
+heaves	49490
+heavy-duty	49491
+heavyweight	49492
+heater	49493
+heated	49494
+heroin	49495
+heroic	49496
+hermanos	49497
+hermaphrodite	49498
+helper	49499
+helped	49500
+helping	49501
+helpless	49502
+helpline	49503
+hello.	49504
+hellos	49505
+hellacious	49506
+helicopters	49507
+helmets	49508
+hemorrhoid	49509
+hematologist	49510
+hematology	49511
+heeled	49512
+heeler	49513
+hedgehogs	49514
+hesitate	49515
+highlighting	49516
+highlights	49517
+hindered	49518
+hindering	49519
+hinders	49520
+hinged	49521
+hinges	49522
+hitchhike	49523
+hitchhiking	49524
+hitched	49525
+hitches	49526
+hitters	49527
+hitting	49528
+hillsborough	49529
+hillside	49530
+hillbillies	49531
+hillbilly	49532
+hippie	49533
+hippity	49534
+hippopotamus	49535
+hippos	49536
+hipsters	49537
+hideous	49538
+hideout	49539
+historic	49540
+historian	49541
+hickeys	49542
+hibernating	49543
+hibernation	49544
+hikers	49545
+humidor	49546
+humility	49547
+humanitarian	49548
+humanities	49549
+humanity	49550
+humped	49551
+humperdinks	49552
+humble	49553
+humbling	49554
+humbly	49555
+hummingbird	49556
+humoring	49557
+humorous	49558
+hunter	49559
+hunted	49560
+hunting	49561
+hungrier	49562
+hungry	49563
+hurricane	49564
+hurrying	49565
+hurting	49566
+hustle	49567
+hustlin	49568
+hustla	49569
+hugger	49570
+hugged	49571
+hugging	49572
+hubby's	49573
+hypochondriac	49574
+hypothetical	49575
+hypothermia	49576
+hypothesis	49577
+hypoglycemia	49578
+hypoglycemic	49579
+hyperactive	49580
+hyperlink	49581
+hypertension	49582
+hypnotize	49583
+hypnotic	49584
+hypnotist	49585
+hydroponic	49586
+hydroplaning	49587
+hydrocodone	49588
+hydrocortisone	49589
+hydroscape	49590
+hydrate	49591
+hydrangea	49592
+hydrant	49593
+hydraulics	49594
+hysterically	49595
+Transpo	49596
+TransLink	49597
+TransUnion	49598
+Transamerica	49599
+Translate	49600
+Transmountain	49601
+Transtar	49602
+Transwest	49603
+Transylvania	49604
+Tracker	49605
+Tracks	49606
+Tracy's	49607
+Tracys	49608
+Tracey	49609
+Tracie	49610
+Travel	49611
+Travers	49612
+Travis's	49613
+Trailway	49614
+Trailblazer	49615
+Trailer	49616
+Trails	49617
+Trainco	49618
+Trainer	49619
+Training	49620
+Trainor	49621
+Traffic	49622
+Trafford	49623
+Trafalgar	49624
+Trappe	49625
+Trader	49626
+Trashmore	49627
+Trista	49628
+Tristen	49629
+Triston	49630
+Trisha	49631
+Trish's	49632
+Triscuits	49633
+Tricia	49634
+Tricity	49635
+Trickett	49636
+Tricoci	49637
+Tripler	49638
+Triplett	49639
+Tripolis	49640
+Tripps	49641
+Tribeca	49642
+Tribune	49643
+Tribute	49644
+Trinity	49645
+Trinidad	49646
+Trina's	49647
+Triadelphia	49648
+Triana	49649
+Triangle	49650
+Trustee	49651
+Trustco	49652
+Trustmark	49653
+Trussell	49654
+Trussville	49655
+Truckee	49656
+Truckers	49657
+Truman	49658
+Trumark	49659
+Trudy's	49660
+Treasure	49661
+Treasury	49662
+Treatment	49663
+Treaty	49664
+Treadway	49665
+Treadwell	49666
+Trevor	49667
+Trevose	49668
+Trevino	49669
+Trends	49670
+Trenton	49671
+Troutdale	49672
+Troutman	49673
+Troutville	49674
+Trooper	49675
+Troyer	49676
+Tangerine	49677
+Tangiers	49678
+Tangipahoa	49679
+Tannersville	49680
+Talladega	49681
+Tallahassee	49682
+Tallapoosa	49683
+Tallassee	49684
+Tallmadge	49685
+Tallman	49686
+Tally's	49687
+Talbots	49688
+Tamara	49689
+Tammy's	49690
+Tammys	49691
+Tammie	49692
+Tamiami	49693
+Tampax	49694
+Tarantino	49695
+Tarasco	49696
+Tasha's	49697
+Tastefully	49698
+Tappahannock	49699
+Tappan	49700
+Taylorsville	49701
+Taconic	49702
+Tacony	49703
+Taverna	49704
+Tavernier	49705
+Tomaso's	49706
+Tomatoes	49707
+Tomorrowland	49708
+Tomlinson's	49709
+Torinos	49710
+Torres	49711
+Torrence	49712
+Torrey	49713
+Tortugas	49714
+Tonganoxie	49715
+Topsham	49716
+Topshop	49717
+Topsy's	49718
+Tobin's	49719
+TownePlace	49720
+Townsend	49721
+Township	49722
+Towers	49723
+Towery	49724
+Toshi's	49725
+Toshiba	49726
+Toyotas	49727
+Terrie	49728
+Terrible	49729
+Terri's	49730
+Terrio	49731
+Territory	49732
+Terran	49733
+Terrace	49734
+Terrain	49735
+Terrapin	49736
+Terrel	49737
+Terrebonne	49738
+Terrence	49739
+Terry's	49740
+Terrys	49741
+Terrytown	49742
+Terryville	49743
+Teresa	49744
+Teresita	49745
+Terminal	49746
+Terminator	49747
+Telecaster	49748
+Telecom	49749
+Telegram	49750
+Telegraph	49751
+Teleperformance	49752
+Telephone	49753
+Tellico	49754
+Telling	49755
+Tenney	49756
+Tennille	49757
+Tennis	49758
+Teachers	49759
+Texans	49760
+Temple	49761
+Templar	49762
+Tempest	49763
+Teenage	49764
+Timbers	49765
+Timmy's	49766
+Timothy's	49767
+Tillery	49768
+Tilley	49769
+Tillicum	49770
+Tillis	49771
+Tillmans	49772
+Tilly's	49773
+Titanic	49774
+Titans	49775
+Ticketmaster	49776
+Tickets	49777
+Tiffany's	49778
+Tiffanys	49779
+Tierrasanta	49780
+Thornton	49781
+Thornapple	49782
+Thorne	49783
+Thornhill	49784
+Thornville	49785
+Thornwood	49786
+Thornydale	49787
+Thomas's	49788
+Thomasson	49789
+Thomaston	49790
+Thomasville	49791
+Thompson's	49792
+Thompsons	49793
+Thompsonville	49794
+There's	49795
+Thermo	49796
+Thermal	49797
+Theater	49798
+Theatre	49799
+Thursday	49800
+Thurston	49801
+Thurman	49802
+Thurmont	49803
+Thunderbird	49804
+Thanks	49805
+Things	49806
+ThinkPad	49807
+Thirsty's	49808
+Thriftway	49809
+Thrifty	49810
+Turner	49811
+Turney	49812
+Turnberry	49813
+Turnbull	49814
+Turkey's	49815
+Turkeyfoot	49816
+TurboTax	49817
+Tucker's	49818
+Tuckerman	49819
+Tuckers	49820
+Tuckerton	49821
+Tuckahoe	49822
+Tuscan	49823
+Tuscaloosa	49824
+Tusculum	49825
+Tuscumbia	49826
+Tully's	49827
+Tullytown	49828
+Tulare	49829
+Tularosa	49830
+Tunisia	49831
+Tylersville	49832
+Twinkie	49833
+Twinkle	49834
+Twinsburg	49835
+Landon	49836
+Landover	49837
+Landen	49838
+Lander	49839
+Landscaping	49840
+Landis	49841
+Landing	49842
+Landry	49843
+Landrum	49844
+Langdale	49845
+Langdon	49846
+Langham	49847
+Langhorne	49848
+Langston's	49849
+Lanesboro	49850
+Lanesville	49851
+Laneys	49852
+Lancer	49853
+Lancelot	49854
+Lankenau	49855
+Lankershim	49856
+Lansdale	49857
+Lansdowne	49858
+Lantana	49859
+Latina	49860
+Latino	49861
+Latimer	49862
+Latimore	49863
+Lateef	49864
+Lateesha	49865
+Latonia	49866
+Latonya	49867
+Lattimore	49868
+Lattisaw	49869
+Lathrop	49870
+Lathrup	49871
+Lauren	49872
+Laurel	49873
+Laura's	49874
+Lauras	49875
+Laurie	49876
+Laurinburg	49877
+Lambert	49878
+Lambeau	49879
+Lamborghini	49880
+Lampanelli	49881
+Lampasas	49882
+Lampoon's	49883
+Lamar's	49884
+Lamarque	49885
+Larkins	49886
+Larry's	49887
+Larrys	49888
+Larson's	49889
+Lakeridge	49890
+Lakers	49891
+Lakeshore	49892
+Lakeside	49893
+Lakeland	49894
+Lakeline	49895
+Lakemont	49896
+Lakemoor	49897
+Lakeview	49898
+Lakeville	49899
+Lakeway	49900
+Lakewood	49901
+Lawrence's	49902
+Lawrenceburg	49903
+Lawrenceville	49904
+Lavalette	49905
+Lavallette	49906
+Lavergne	49907
+Laverne	49908
+Ladders	49909
+LaRosa	49910
+LaRose	49911
+LaGrande	49912
+LaGrange	49913
+Leander	49914
+Leanna	49915
+Leanne	49916
+Learning	49917
+Leaders	49918
+Leavenworth	49919
+Lennon	49920
+Lennox	49921
+Lenny's	49922
+Leonard	49923
+Leone's	49924
+Leonia	49925
+Levitt	49926
+Leviticus	49927
+Levitz	49928
+Levine	49929
+Levinson	49930
+LegalZoom	49931
+Legally	49932
+Leslie's	49933
+Leslies	49934
+Letterman	49935
+Lewis's	49936
+Lewisville	49937
+Lewinsky	49938
+Lexie's	49939
+Lemonade	49940
+Lemont	49941
+Lefty's	49942
+Lehighton	49943
+Longmeadow	49944
+Longmire	49945
+Longhorn	49946
+Longhill	49947
+Longboat	49948
+Longbranch	49949
+Longoria	49950
+Longstreet	49951
+Longway	49952
+Longwood	49953
+London's	49954
+Londonderry	49955
+Lonesome	49956
+Lonestar	49957
+Lonnie's	49958
+Lorena	49959
+Lorenzo	49960
+Loretta	49961
+Loretto	49962
+Lordsburg	49963
+Lorraine's	49964
+Louise	49965
+Louisa	49966
+Louisburg	49967
+Louisiana	49968
+Louisville	49969
+Louie's	49970
+Louies	49971
+Loudonville	49972
+Lockeford	49973
+Locker	49974
+Lockbourne	49975
+Lockbox	49976
+Lockhart	49977
+Lockheed	49978
+Locksmith	49979
+Loveless	49980
+Lovell	49981
+Lovelock	49982
+Lovettsville	49983
+Lovingston	49984
+Lovington	49985
+Logansport	49986
+Lombardi's	49987
+Lombardo's	49988
+Lowery	49989
+Linden	49990
+Linder	49991
+Lindell	49992
+Lindsay	49993
+Lindsey	49994
+Lindstrom	49995
+Linda's	49996
+Lindale	49997
+Lindon	49998
+Lindora	49999
+Lindy's	50000
+Lincoln's	50001
+Lincolnshire	50002
+Lincolnton	50003
+LinkedIn	50004
+Linkedin	50005
+Linksys	50006
+Linton's	50007
+Lillian	50008
+Lillie	50009
+Lillington	50010
+Lilly's	50011
+Lilian	50012
+Liberal	50013
+Liberace	50014
+Liberty	50015
+Libertarian	50016
+Libby's	50017
+Libbys	50018
+Library	50019
+Littlefield	50020
+Littlejohn	50021
+Littlestown	50022
+Littleton	50023
+Lister	50024
+Listen	50025
+Listia	50026
+Listing	50027
+Livingston	50028
+Livia's	50029
+Livermore	50030
+Livernois	50031
+Liverpool	50032
+LifeWay	50033
+LifeWorks	50034
+Lifetime	50035
+Lifetouch	50036
+Lizzie's	50037
+Lizzy's	50038
+Lucia's	50039
+Lucien	50040
+Lucifers	50041
+Lucille's	50042
+Lucky's	50043
+Luckys	50044
+Lucerne	50045
+Lucero	50046
+Lucas's	50047
+Lumber	50048
+Lumbee	50049
+Lumina	50050
+Lundy's	50051
+Lyndale	50052
+Lyndonville	50053
+Lynnway	50054
+Lynnwood	50055
+Harris	50056
+Harring	50057
+Harriet	50058
+Harriman	50059
+Harrah's	50060
+Harrahs	50061
+Harry's	50062
+Harrys	50063
+Harrell	50064
+Harrelson	50065
+Harrodsburg	50066
+Harrogate	50067
+Hartsdale	50068
+Hartselle	50069
+Hartsfield	50070
+Hartsville	50071
+Harter	50072
+Hartland	50073
+Hartley	50074
+Harden	50075
+Hardesty	50076
+Hardin	50077
+Hardie	50078
+Hardware	50079
+Hardwick	50080
+Hardy's	50081
+Harbor	50082
+Harbour	50083
+Harbin	50084
+Harbison	50085
+Harley	50086
+Harlem	50087
+Harlequin	50088
+Harland	50089
+Harvey	50090
+Harvest	50091
+Harvick	50092
+Harvin	50093
+Harmons	50094
+Harmont	50095
+Harmony	50096
+Harman	50097
+Harmarville	50098
+Harper	50099
+Harpeth	50100
+Hargrave	50101
+Hargray	50102
+Harold's	50103
+Harolds	50104
+Harwich	50105
+Harwin	50106
+Hannah	50107
+Hannaford	50108
+Hanna's	50109
+Hannibal	50110
+Hannifin	50111
+Hannigan	50112
+Hannity	50113
+Handel's	50114
+Handler	50115
+Handley	50116
+Hansen	50117
+Hansel	50118
+Hanson's	50119
+Hansons	50120
+Hangout	50121
+Hangover	50122
+Haney's	50123
+Halloran	50124
+Hallstead	50125
+Hallsville	50126
+Hallelujah	50127
+Halliburton	50128
+Hallie	50129
+Hallman	50130
+Hallmark	50131
+Haley's	50132
+Haleyville	50133
+Halestorm	50134
+Halstead	50135
+Halsted	50136
+Hammond	50137
+Hammons	50138
+Hammonton	50139
+Hampshire	50140
+Hampstead	50141
+Hamptons	50142
+Hamburger	50143
+Hamilton's	50144
+Hamline	50145
+Hayley's	50146
+Haywood	50147
+Hayworth	50148
+Hailee	50149
+Hailey	50150
+Haitians	50151
+Hatteras	50152
+Hatters	50153
+Hatties	50154
+Haverford	50155
+Haverhill	50156
+Haverstraw	50157
+Haveli	50158
+Havelock	50159
+Havendale	50160
+Havana	50161
+Havanese	50162
+Hagerman	50163
+Hagerstown	50164
+Hagerty	50165
+Haggen	50166
+Haggerty	50167
+Hawkins	50168
+Hawking	50169
+Hawkeyes	50170
+Haskell's	50171
+Haslett	50172
+Hazel's	50173
+Hazeltine	50174
+Hazelwood	50175
+Hazleton	50176
+Haddad	50177
+Haddam	50178
+Haddaway	50179
+Haddonfield	50180
+Habersham	50181
+Hackett	50182
+Hackensack	50183
+Happy's	50184
+Hollin	50185
+Hollis	50186
+Holliday	50187
+Hollie	50188
+Holland	50189
+Holladay	50190
+Holly's	50191
+Hollys	50192
+Hollywood	50193
+Holloway	50194
+Hollowell	50195
+Hollerin	50196
+Holley	50197
+Holden	50198
+Holdem	50199
+Holder	50200
+Holmans	50201
+Holmen	50202
+Holmes	50203
+Holiday	50204
+Holidazzle	50205
+Holtsville	50206
+Hornet	50207
+Hornell	50208
+Horner	50209
+Horses	50210
+Horseheads	50211
+Horsetooth	50212
+Horror	50213
+Horrocks	50214
+Horizons	50215
+Homeslice	50216
+Homer's	50217
+Homerville	50218
+HomeSmart	50219
+HomeStore	50220
+Homeland	50221
+Homeless	50222
+Housekeeping	50223
+Houser	50224
+Houses	50225
+Housewives	50226
+Houston's	50227
+Houstonian	50228
+Houlihan's	50229
+Houlihans	50230
+HoneyBaked	50231
+Honeyman	50232
+Honeyville	50233
+Honeywell	50234
+Hondas	50235
+Honorable	50236
+Honors	50237
+Hooper	50238
+Hoopes	50239
+Hoosiers	50240
+Howells	50241
+Hopkinsville	50242
+Hospitality	50243
+Hospitals	50244
+Hobbies	50245
+Hobbit	50246
+HobbyTown	50247
+Hoffman's	50248
+Hockeytown	50249
+Herman's	50250
+Hermann	50251
+Hermans	50252
+Hermantown	50253
+Hermiston	50254
+Hermitage	50255
+Hermon	50256
+Hermosa	50257
+Herbalife	50258
+Herbergers	50259
+Herbert	50260
+Herbies	50261
+Herrin	50262
+Herrick	50263
+Herriman	50264
+Hershey	50265
+Hershberger	50266
+Herschel	50267
+Herscher	50268
+Hernandez	50269
+Hernando	50270
+HealthCare	50271
+HealthEast	50272
+HealthPoint	50273
+HealthSouth	50274
+HealthWorks	50275
+Healthcare	50276
+Healthplex	50277
+Healthy	50278
+Healdsburg	50279
+Heartbreak	50280
+Heartgard	50281
+Hearts	50282
+Hearne	50283
+Hearns	50284
+Heather	50285
+Heathman	50286
+Heathrow	50287
+Heaven's	50288
+Heavener	50289
+Heavenly	50290
+Hellertown	50291
+Hellman's	50292
+Hellsing	50293
+Henry's	50294
+Henryetta	50295
+Henrys	50296
+Henryville	50297
+Henrico	50298
+Henrietta	50299
+Henrik	50300
+Hendrick	50301
+Hendrix	50302
+Hendersons	50303
+Hendersonville	50304
+Hennepin	50305
+Heineken	50306
+Heinen's	50307
+Heidi's	50308
+Hebrews	50309
+Hillsboro	50310
+Hillsdale	50311
+Hillshire	50312
+Hillside	50313
+Hillsong	50314
+Hillstone	50315
+Hillsville	50316
+Hillary	50317
+Hillandale	50318
+Hiller's	50319
+Hillers	50320
+Hilliard	50321
+Hillis	50322
+Hillcrest	50323
+Hillcroft	50324
+Hilltop	50325
+Hilltown	50326
+Hildebrand	50327
+Highland	50328
+Highline	50329
+Highwood	50330
+Highway	50331
+Highbridge	50332
+Highbury	50333
+Hightower	50334
+Hightstown	50335
+Higgins	50336
+Higginbotham	50337
+Hinduism	50338
+Hibbetts	50339
+Hirose	50340
+Hiroshima	50341
+Historical	50342
+Hunters	50343
+Hunter's	50344
+Hunterdon	50345
+Huntingburg	50346
+Huntingdon	50347
+Huntsman	50348
+Huntsville	50349
+Hungarian	50350
+Hungary	50351
+Hungerford	50352
+Humanities	50353
+Humanity	50354
+Humphrey	50355
+Humphries	50356
+Hummelstown	50357
+Huskers	50358
+Hustler	50359
+Hubbard	50360
+Hubertus	50361
+HughesNet	50362
+Hughesville	50363
+Hurricanes	50364
+Hutchins	50365
+Hutchison	50366
+Hydro's	50367
+Hydroxycut	50368
+expert	50369
+expercom	50370
+expect	50371
+expecially	50372
+expedia.com	50373
+expelled	50374
+exploit	50375
+explain	50376
+explicitly	50377
+expose	50378
+exposure	50379
+exponential	50380
+exponents	50381
+exported	50382
+exporting	50383
+exports	50384
+expression	50385
+expressing	50386
+expressive	50387
+expressed	50388
+expresses	50389
+expandable	50390
+expanding	50391
+expands	50392
+expansions	50393
+expire	50394
+expiration	50395
+expiring	50396
+expiry	50397
+exceeding	50398
+exceeded	50399
+exceeds	50400
+exception	50401
+excessive	50402
+excite	50403
+excitable	50404
+exciting	50405
+excise	50406
+excision	50407
+exclamations	50408
+excuse	50409
+excusable	50410
+excusing	50411
+excursions	50412
+exchanged	50413
+exchanger	50414
+exchanges	50415
+excavating	50416
+excavation	50417
+excavators	50418
+extend	50419
+extent	50420
+extenuating	50421
+extenze	50422
+extern	50423
+exterior	50424
+extras	50425
+extraterrestrial	50426
+extreme	50427
+extinguisher	50428
+extinction	50429
+execute	50430
+executor	50431
+exercise	50432
+exercising	50433
+exemption	50434
+exemplary	50435
+examine	50436
+examination	50437
+examining	50438
+examples	50439
+exaggerated	50440
+exaggerating	50441
+exaggeration	50442
+exhibited	50443
+exhibits	50444
+exhilarate	50445
+exhilarating	50446
+exhausted	50447
+existed	50448
+entertain	50449
+enterprise	50450
+entered	50451
+entering	50452
+enters	50453
+entrepreneur	50454
+entree	50455
+entrance	50456
+entrapment	50457
+entryway	50458
+entities	50459
+entity	50460
+entirely	50461
+entirety	50462
+entice	50463
+enticing	50464
+enthusiast	50465
+enthusiasm	50466
+endorse	50467
+endorphins	50468
+endocrine	50469
+endodontics	50470
+endodontist	50471
+endeavor	50472
+endured	50473
+endures	50474
+encounter	50475
+enchantment	50476
+enchanted	50477
+enchanting	50478
+enchiladas	50479
+enclose	50480
+enclosure	50481
+engineer's	50482
+engineered	50483
+engineering	50484
+engineers	50485
+engrade	50486
+engagement	50487
+engaged	50488
+environment	50489
+envisioned	50490
+envisioning	50491
+energize	50492
+energies	50493
+enemy's	50494
+enlightened	50495
+enlightening	50496
+enlightenment	50497
+enlisted	50498
+enrolled	50499
+enrolling	50500
+enrollment	50501
+enabled	50502
+enabler	50503
+enables	50504
+enhancements	50505
+elected	50506
+elevate	50507
+elevator	50508
+elements	50509
+elegante	50510
+eliminated	50511
+eliminates	50512
+eliminating	50513
+elimination	50514
+elliptical	50515
+employer	50516
+employee	50517
+employed	50518
+empathetic	50519
+empathize	50520
+empathy	50521
+empanadas	50522
+emphasis	50523
+emptiness	50524
+emptying	50525
+empires	50526
+embarrass	50527
+embargo	50528
+embark	50529
+embroider	50530
+embrace	50531
+embracing	50532
+embryos	50533
+embedded	50534
+embers	50535
+emerged	50536
+emergicare	50537
+emerging	50538
+emotional	50539
+emotionless	50540
+emotions	50541
+emoticons	50542
+everybody	50543
+everyone	50544
+everyday	50545
+everynight	50546
+everywhere	50547
+evergreens	50548
+eventual	50549
+eventful	50550
+events	50551
+evening	50552
+evaluate	50553
+evaluator	50554
+evacuated	50555
+evacuating	50556
+evacuation	50557
+evangelical	50558
+evaporated	50559
+evictions	50560
+evidenced	50561
+evidently	50562
+evolutionary	50563
+evolutions	50564
+evolve	50565
+evolving	50566
+establishment	50567
+established	50568
+establishing	50569
+estates	50570
+estimated	50571
+estimates	50572
+estimating	50573
+estimation	50574
+esters	50575
+escalate	50576
+escalator	50577
+escape	50578
+escapade	50579
+escaping	50580
+escargot	50581
+escarpment	50582
+essentia	50583
+essence	50584
+earned	50585
+earnest	50586
+earnings	50587
+earthlink.net	50588
+earthly	50589
+earthquakes	50590
+earlier	50591
+earliest	50592
+easter	50593
+eastex	50594
+easels	50595
+easier	50596
+easiest	50597
+eaters	50598
+eatery	50599
+editorial	50600
+editors	50601
+editing	50602
+edition	50603
+education	50604
+educating	50605
+educated	50606
+educators	50607
+eraser	50608
+erased	50609
+erases	50610
+errands	50611
+erections	50612
+ericas	50613
+eyelids	50614
+equinoxes	50615
+equality	50616
+equalizer	50617
+equates	50618
+equations	50619
+effectively	50620
+effectiveness	50621
+efficiently	50622
+eggshells	50623
+Grandma	50624
+Grandpa	50625
+Grandy	50626
+Grandad's	50627
+Grande	50628
+Grandin	50629
+Grants	50630
+Grant's	50631
+Grantham	50632
+Grantville	50633
+Granger	50634
+Grangeville	50635
+Granbury	50636
+Granby	50637
+Graniteville	50638
+Granny's	50639
+Grace's	50640
+Graceffa	50641
+Graceland	50642
+Graceville	50643
+Gracie	50644
+Gracia	50645
+Grammy	50646
+Grammer	50647
+Grammie	50648
+Grampa	50649
+Gramps	50650
+Grampy	50651
+Grayson	50652
+Grayslake	50653
+Graystone	50654
+Gravenhurst	50655
+Graves	50656
+Gravette	50657
+Graveyard	50658
+Grasso	50659
+Grady's	50660
+Grapeland	50661
+Grapevine	50662
+Gratiot	50663
+Gratitude	50664
+Graffiti	50665
+Grainger	50666
+Greens	50667
+Greene	50668
+Green's	50669
+Greenacres	50670
+Greencastle	50671
+Greendale	50672
+Greenfield	50673
+Greenmount	50674
+Greenridge	50675
+Greenup	50676
+Greeks	50677
+Greektown	50678
+Greers	50679
+Gregory	50680
+Greyson	50681
+Greystone	50682
+Gretas	50683
+Gretchen's	50684
+Greco's	50685
+Griffey	50686
+Griffs	50687
+Grimmie	50688
+Grimsby	50689
+Grimsley	50690
+Griswold	50691
+Griswald	50692
+Grizzlies	50693
+Grizzly	50694
+Groundhog	50695
+Grounds	50696
+Groupon	50697
+Groucho's	50698
+Grosse	50699
+Grossinger	50700
+Grovers	50701
+Groome	50702
+Groomingdales	50703
+Grooveshark	50704
+Garrett	50705
+Garretson	50706
+Garris	50707
+Garrick	50708
+Garrity	50709
+Gardena	50710
+Gardendale	50711
+Gardens	50712
+Gardnerville	50713
+Garner	50714
+Garnet	50715
+Gartner's	50716
+Garberville	50717
+Garver	50718
+Garvey	50719
+Gallagher	50720
+Gallardo	50721
+Gallatin	50722
+Gallegos	50723
+Galliano	50724
+Gallie	50725
+Gallipolis	50726
+Gallivan	50727
+Gallos	50728
+Galloway	50729
+Galaxie	50730
+Galaxy	50731
+Galena	50732
+Galesburg	50733
+Galilee	50734
+Galileo	50735
+Galveston	50736
+Galvez	50737
+Gabriella	50738
+Gabrielle	50739
+Gabbana	50740
+Gabby's	50741
+Gamecock	50742
+Gamecube	50743
+GameSpot	50744
+GameStop	50745
+Gamestop	50746
+Gambino's	50747
+Gatorade	50748
+Gator's	50749
+Gatorland	50750
+Gators	50751
+Gatesville	50752
+Gateway	50753
+Gatewood	50754
+Gatti's	50755
+Gattis	50756
+Gastonia	50757
+Gainesboro	50758
+Gainesville	50759
+Gaithersburg	50760
+Goldendale	50761
+Goldeneye	50762
+Goldens	50763
+Goldenwest	50764
+Goldsboro	50765
+Goldschlager	50766
+Goldsmith	50767
+Goldstein	50768
+Goldberg's	50769
+Goldbergs	50770
+Goldfield	50771
+Goldie	50772
+Goldilocks	50773
+Golding	50774
+Goldman's	50775
+Goldwater	50776
+Goldwing	50777
+Goodman's	50778
+Goodmans	50779
+Goodwood	50780
+Goodell	50781
+Goodfellas	50782
+Goodfellow	50783
+Goodie	50784
+Gooding	50785
+Goodland	50786
+Goodlettsville	50787
+Goodson	50788
+Goody's	50789
+Goodyear	50790
+Gordon	50791
+Gordos	50792
+Gordy's	50793
+Godfather's	50794
+Gobles	50795
+Goblet	50796
+Gonzalo	50797
+Goulding	50798
+Gomez's	50799
+General	50800
+Generation	50801
+Generac	50802
+Genesis	50803
+Geneva	50804
+Genevieve	50805
+Gentiva	50806
+Gentleman	50807
+Genova's	50808
+Gerald's	50809
+Geraldine	50810
+Geraldo	50811
+Geralds	50812
+Gerard's	50813
+Gerardo	50814
+Germann	50815
+Germania	50816
+Germans	50817
+Germantown	50818
+Germany	50819
+George	50820
+Gettysburg	50821
+Gilligan	50822
+Gillis	50823
+Gillett	50824
+Gillespie	50825
+Gilley	50826
+Gilbertsville	50827
+Gilmore	50828
+Gilmour	50829
+Gingerbread	50830
+Gibbons	50831
+Gibbstown	50832
+Giordano's	50833
+Giovanni's	50834
+Gianna	50835
+Gianni's	50836
+Giants	50837
+Gundersen	50838
+Gunderson	50839
+Guntersville	50840
+Guilderland	50841
+Guido's	50842
+Guardian	50843
+Guerneville	50844
+Guernsey	50845
+Guerra	50846
+Guerrero	50847
+GuestHouse	50848
+Gustafson	50849
+Gustine	50850
+Glenn's	50851
+Glenna	50852
+Glennon	50853
+Glenns	50854
+Glennville	50855
+Glenda	50856
+Glendive	50857
+Glendora	50858
+Glenshaw	50859
+Glenside	50860
+Glenstone	50861
+Glenbard	50862
+Glenbrook	50863
+Glenburnie	50864
+Glenmont	50865
+Glenmore	50866
+Glenoaks	50867
+Glenolden	50868
+Glenridge	50869
+Glenrock	50870
+Glenview	50871
+Glenville	50872
+Glenway	50873
+Glenwood	50874
+Gladewater	50875
+Glassboro	50876
+Glassman	50877
+Glassport	50878
+Gloria's	50879
+Gloriana	50880
+Glorias	50881
+Globes	50882
+Globetrotters	50883
+Gloversville	50884
+grandpa	50885
+grandfather	50886
+grands	50887
+grandchild	50888
+grande	50889
+grandad	50890
+grandkids	50891
+granny	50892
+grannies	50893
+granted	50894
+granting	50895
+grants	50896
+gradual	50897
+grader	50898
+graded	50899
+grades	50900
+gradient	50901
+grading	50902
+grateful	50903
+grated	50904
+grater	50905
+gratin	50906
+gratitude	50907
+gratuity	50908
+gratulations	50909
+graphs	50910
+grapefruit	50911
+grapes	50912
+grapevine	50913
+grapple	50914
+grappling	50915
+gravel	50916
+graves	50917
+graveyard	50918
+gravitopia	50919
+gravity	50920
+grasshopper	50921
+grassland	50922
+grasses	50923
+grassfield	50924
+grassroots	50925
+grassy	50926
+grasping	50927
+graceful	50928
+graced	50929
+graces	50930
+gracious	50931
+gracias	50932
+gracie	50933
+gracing	50934
+grammatical	50935
+grammar	50936
+grammas	50937
+grampas	50938
+grabbin	50939
+grazie	50940
+grazing	50941
+groupon	50942
+groups	50943
+groundbreaking	50944
+grounded	50945
+groundhog	50946
+grounding	50947
+grounds	50948
+groundwork	50949
+grouchy	50950
+growling	50951
+growls	50952
+grower	50953
+growed	50954
+grownup	50955
+grooms	50956
+grooming	50957
+groove	50958
+groovy	50959
+grosses	50960
+grossed	50961
+grottoes	50962
+grottos	50963
+groped	50964
+greener	50965
+greens	50966
+green.mc	50967
+greenfield	50968
+greentop	50969
+greeting	50970
+greets	50971
+greedy	50972
+great-grandchildren	50973
+great.	50974
+greatly	50975
+greatness	50976
+greats	50977
+grease	50978
+greasing	50979
+greasy	50980
+grenades	50981
+grinds	50982
+grinding	50983
+gringos	50984
+grievance	50985
+grieve	50986
+grieving	50987
+grilled	50988
+grillers	50989
+gripper	50990
+gripping	50991
+grimey	50992
+grumpy	50993
+grumpiness	50994
+grumble	50995
+grumbling	50996
+grunting	50997
+grunts	50998
+grunge	50999
+grungy	51000
+grubbing	51001
+grubby	51002
+garnishment	51003
+garnished	51004
+garnishing	51005
+garner	51006
+garnet	51007
+gardeners	51008
+gardenia	51009
+gardening	51010
+garbage	51011
+garbanzo	51012
+garlands	51013
+garlic's	51014
+gargle	51015
+gargling	51016
+garrisonville	51017
+gallensons	51018
+galleon	51019
+galley	51020
+gallon	51021
+galloping	51022
+gallows	51023
+gallstone	51024
+galaxies	51025
+galaxy	51026
+gamestop	51027
+games.com	51028
+gamers	51029
+gamertag	51030
+gambler	51031
+gambled	51032
+gambles	51033
+gastrointestinal	51034
+gastropub	51035
+gastric	51036
+gastritis	51037
+gassed	51038
+gasser	51039
+gatherings	51040
+gatorade	51041
+gangbanged	51042
+gained	51043
+gainer	51044
+gauged	51045
+gauges	51046
+goodbye	51047
+goodburger	51048
+goodnight	51049
+goodness	51050
+goodies	51051
+goods.com	51052
+goofballs	51053
+goofing	51054
+google.com	51055
+googled	51056
+gooseberries	51057
+goosebumps	51058
+goldenrod	51059
+goldens	51060
+golfer	51061
+golfed	51062
+golfing	51063
+goddamn	51064
+goddaughter	51065
+goddesses	51066
+godfathers	51067
+gondolas	51068
+gondoliers	51069
+gottem	51070
+gotten	51071
+gobbled	51072
+gobbler	51073
+goblins	51074
+gorgeous	51075
+goalies	51076
+gourds	51077
+genera	51078
+generic	51079
+genetic	51080
+genetalia	51081
+gentle	51082
+gently	51083
+genies	51084
+genitals	51085
+geniuses	51086
+genuinely	51087
+geographical	51088
+georgesville	51089
+georgette	51090
+gerberts	51091
+gerbes	51092
+gerbils	51093
+getting	51094
+gemstones	51095
+gunshots	51096
+gunslingers	51097
+gunsmithing	51098
+gunner	51099
+gunnels	51100
+gunnies	51101
+gunning	51102
+gunpoint	51103
+gunpowder	51104
+guideline	51105
+guided	51106
+guides	51107
+guilted	51108
+guilty	51109
+guarded	51110
+guardrail	51111
+guards	51112
+guarantee	51113
+guaranty	51114
+guessed	51115
+guesser	51116
+guesses	51117
+guessing	51118
+gumbos	51119
+guttering	51120
+gutters	51121
+gladiator	51122
+gladiolus	51123
+glance	51124
+glancing	51125
+glands	51126
+glazed	51127
+glazier	51128
+glazing	51129
+glaciers	51130
+glamorous	51131
+glamour	51132
+gloria	51133
+glorious	51134
+gloryhole	51135
+global.net	51136
+globally	51137
+globes	51138
+glitching	51139
+glitchy	51140
+glitters	51141
+glittery	51142
+glider	51143
+gluten	51144
+glutes	51145
+girlfriend's	51146
+girlfriends	51147
+girlie	51148
+girlish	51149
+girls.com	51150
+giggle	51151
+giggling	51152
+giggly	51153
+gigabytes	51154
+giveaways	51155
+given:	51156
+givers	51157
+gymnastic	51158
+intern	51159
+interact	51160
+interest	51161
+interCall	51162
+interbank	51163
+interoffice	51164
+intertwined	51165
+intent	51166
+intend	51167
+integer	51168
+intestine	51169
+intestinal	51170
+introvert	51171
+intros	51172
+intricate	51173
+intrinsic	51174
+intramural	51175
+intravenous	51176
+intoxalock	51177
+intolerable	51178
+intimidate	51179
+intimate	51180
+intimacy	51181
+intakes	51182
+intuition	51183
+intuitive	51184
+instability	51185
+instacare	51186
+instagram	51187
+instinct	51188
+instill	51189
+instruct	51190
+instrument	51191
+insult	51192
+insulin	51193
+insure	51194
+insurance	51195
+insuring	51196
+insubordinate	51197
+insubordination	51198
+inside	51199
+insidious	51200
+insight	51201
+insisting	51202
+insists	51203
+insincere	51204
+insect	51205
+insert	51206
+inservice	51207
+inspector	51208
+inspected	51209
+inspiration	51210
+inspire	51211
+inspiring	51212
+insane	51213
+insanity	51214
+insomniac	51215
+income	51216
+incoming	51217
+incident	51218
+incidence	51219
+incisions	51220
+incriminate	51221
+incriminating	51222
+incline	51223
+inclination	51224
+incarnation	51225
+incalls	51226
+incapable	51227
+incapacitated	51228
+incentive	51229
+incense	51230
+incessant	51231
+incest	51232
+incubation	51233
+incubator	51234
+incurred	51235
+incher	51236
+inches	51237
+influx	51238
+inflicted	51239
+inflicting	51240
+inference	51241
+inferior	51242
+inferno	51243
+infertility	51244
+infected	51245
+infestation	51246
+infested	51247
+informed	51248
+informing	51249
+informs	51250
+infomercials	51251
+infantry	51252
+infants	51253
+infamous	51254
+infamy	51255
+infatuated	51256
+infatuation	51257
+infinite	51258
+infinity	51259
+infidelity	51260
+infuse	51261
+infusion	51262
+infuriating	51263
+infraction	51264
+infrared	51265
+infrastructure	51266
+infringement	51267
+indica	51268
+individual	51269
+indivisible	51270
+indignant	51271
+indigo	51272
+indifference	51273
+indifferent	51274
+indirectly	51275
+indiscretions	51276
+indisposed	51277
+indecent	51278
+indeed.com	51279
+indeedy	51280
+independent	51281
+independence	51282
+indefinitely	51283
+indescribable	51284
+indestructible	51285
+induce	51286
+inducing	51287
+indulge	51288
+indulging	51289
+industry	51290
+investment	51291
+investor	51292
+invested	51293
+inventor	51294
+invented	51295
+invert	51296
+involuntary	51297
+invoice	51298
+invoicing	51299
+invite	51300
+invitation	51301
+inviting	51302
+invisibility	51303
+invisible	51304
+invade	51305
+invading	51306
+invalid	51307
+invaluable	51308
+invasion	51309
+invasive	51310
+injection	51311
+injecting	51312
+injectors	51313
+injure	51314
+injury	51315
+innocent	51316
+innocence	51317
+innovation	51318
+innovative	51319
+ingredient	51320
+ingress	51321
+inground	51322
+ingrown	51323
+ingenious	51324
+ingenuity	51325
+ingested	51326
+inhaler	51327
+inhaled	51328
+inheritance	51329
+inherited	51330
+inherently	51331
+initiate	51332
+initialed	51333
+initially	51334
+initials	51335
+inexpensive	51336
+inexperienced	51337
+inquired	51338
+inquires	51339
+inquiries	51340
+inquiring	51341
+inlaws	51342
+inboxed	51343
+improv	51344
+improper	51345
+improbable	51346
+impromptu	51347
+impress	51348
+impregnate	51349
+imprint	51350
+imprisoned	51351
+imperfect	51352
+imperial	51353
+imperative	51354
+impeached	51355
+impeachment	51356
+impede	51357
+impediment	51358
+importing	51359
+imports	51360
+impose	51361
+imposter	51362
+impounded	51363
+implementation	51364
+implemented	51365
+implementing	51366
+implements	51367
+implantation	51368
+implanted	51369
+implants	51370
+implication	51371
+implying	51372
+impacted	51373
+impacting	51374
+impacts	51375
+impatient	51376
+impatience	51377
+impaired	51378
+impairment	51379
+impartial	51380
+impulses	51381
+immediate	51382
+immediadent	51383
+immerse	51384
+immersion	51385
+immensely	51386
+immature	51387
+immaturity	51388
+immigrant	51389
+immigration	51390
+immortal	51391
+immoral	51392
+immunization	51393
+immunity	51394
+imagine	51395
+imaging	51396
+imagining	51397
+imagenes	51398
+imagery	51399
+images	51400
+imitated	51401
+imitating	51402
+imitation	51403
+identify	51404
+identities	51405
+identity	51406
+ideally	51407
+ideals	51408
+irresistible	51409
+irregardless	51410
+irregular	51411
+ironically	51412
+illusion	51413
+illuminated	51414
+illegally	51415
+illegals	51416
+isolated	51417
+isolating	51418
+isolation	51419
+ignored	51420
+ignores	51421
+ignorance	51422
+ignorant	51423
+igniter	51424
+landslide	51425
+landlord	51426
+landlady	51427
+landline	51428
+landfall	51429
+landfill	51430
+landings	51431
+landmarks	51432
+landos	51433
+landowner	51434
+language:	51435
+languages	51436
+lanterns	51437
+lateral	51438
+laters	51439
+lateness	51440
+latent	51441
+latest	51442
+latina	51443
+latino	51444
+lationship	51445
+latitudes	51446
+latter	51447
+latched	51448
+latches	51449
+launder	51450
+launching	51451
+laurel	51452
+lauren	51453
+layoffs	51454
+layouts	51455
+layovers	51456
+layered	51457
+layers	51458
+lactaid	51459
+labeled	51460
+labeler	51461
+labels:	51462
+laboratories	51463
+laboratory	51464
+labored	51465
+laborers	51466
+lashed	51467
+lashes	51468
+lamest	51469
+laminated	51470
+ladybug	51471
+ladyboy	51472
+largest	51473
+lawsuits	51474
+lagged	51475
+lagger	51476
+lapsed	51477
+lakeshore	51478
+lakeside	51479
+lazier	51480
+laziest	51481
+laziness	51482
+lazing	51483
+lalalalala	51484
+lineage	51485
+lineal	51486
+linear	51487
+linebackers	51488
+linens	51489
+liners	51490
+lineups	51491
+lingers	51492
+lindas	51493
+limitations	51494
+limited	51495
+limiter	51496
+limoncello	51497
+limonite	51498
+limousines	51499
+limestone	51500
+lifesaver	51501
+lifestyle	51502
+lifeless	51503
+lifeline	51504
+lifelong	51505
+lifegroup	51506
+lifeguard	51507
+lifetimes	51508
+lifter	51509
+lifted	51510
+lighten	51511
+lighter	51512
+lighted	51513
+lightest	51514
+lightbulb	51515
+lightband	51516
+lightsaber	51517
+lightheaded	51518
+lighthouse	51519
+lightning	51520
+liters	51521
+littles	51522
+littler	51523
+littering	51524
+litters	51525
+librarian	51526
+libraries	51527
+licker	51528
+licked	51529
+lickety	51530
+licking	51531
+licence	51532
+listen	51533
+listed	51534
+listings	51535
+livers	51536
+livery	51537
+livelihood	51538
+lively	51539
+livestock	51540
+living	51541
+likelihood	51542
+likely	51543
+lipsticks	51544
+liquidate	51545
+liquidation	51546
+liquidators	51547
+lieutenants	51548
+liabilities	51549
+liability	51550
+looker	51551
+looked	51552
+lookin	51553
+lookie	51554
+loopholes	51555
+loopsy	51556
+loosened	51557
+loosening	51558
+loosens	51559
+looneys	51560
+locate	51561
+locator	51562
+locale	51563
+locally	51564
+locals	51565
+locker	51566
+locked	51567
+locket	51568
+locksmith	51569
+locomotion	51570
+locomotive	51571
+longboard	51572
+longbow	51573
+long-lasting	51574
+long-standing	51575
+long-term	51576
+longer	51577
+longest	51578
+longevity	51579
+longing	51580
+longitude	51581
+lonely	51582
+loners	51583
+logistics	51584
+logical	51585
+logins	51586
+logger	51587
+logged	51588
+loveless	51589
+lovely	51590
+loverboy	51591
+lovers	51592
+lovebirds	51593
+lovebug	51594
+lovingly	51595
+loader	51596
+loaded	51597
+loaned	51598
+loaner	51599
+lowered	51600
+lowering	51601
+lowers	51602
+lowes.com	51603
+lowest	51604
+lowlife	51605
+lowlights	51606
+lollipops	51607
+lollygagging	51608
+louder	51609
+loudest	51610
+lounges	51611
+losers	51612
+lottery.com	51613
+learning	51614
+learns	51615
+learnt	51616
+leaders	51617
+leaderboard	51618
+leased	51619
+leases	51620
+leashes	51621
+leaned	51622
+leaner	51623
+leaves	51624
+leaving	51625
+legislators	51626
+legislature	51627
+legitimate	51628
+legitly	51629
+legions	51630
+legally	51631
+leggings	51632
+leggins	51633
+lenders	51634
+lentils	51635
+lesson	51636
+lessors	51637
+lessen	51638
+lesser	51639
+lesbians	51640
+letterhead	51641
+lettering	51642
+letterman	51643
+letters	51644
+letting	51645
+leveling	51646
+levels	51647
+leverage	51648
+levers	51649
+levert	51650
+leprechauns	51651
+lectured	51652
+lectures	51653
+luncheon	51654
+lunches	51655
+lunatics	51656
+luminosity	51657
+luminous	51658
+lumberjack	51659
+lumberyard	51660
+luckily	51661
+lucked	51662
+lucker	51663
+lubricate	51664
+lubrication	51665
+lubricants	51666
+luxuries	51667
+luxurious	51668
+wallet	51669
+walled	51670
+walleye	51671
+wallyball	51672
+wallys	51673
+wallah	51674
+wallowing	51675
+wallpapers	51676
+walker	51677
+walked	51678
+walkin	51679
+walkie	51680
+walk-ins	51681
+walkabout	51682
+walkways	51683
+waterfall	51684
+waterfront	51685
+waterproof	51686
+waterpark	51687
+waterpump	51688
+watershed	51689
+waterside	51690
+watersports	51691
+waterbed	51692
+waterboy	51693
+watermelon	51694
+watermark	51695
+waterway	51696
+waterworks	51697
+watercolor	51698
+watercourse	51699
+waterlick	51700
+waterline	51701
+watcher	51702
+watched	51703
+watches	51704
+watching	51705
+warmer	51706
+warmed	51707
+warmest	51708
+warranted	51709
+warranties	51710
+warrants	51711
+warranty	51712
+warriors	51713
+warning:	51714
+warnings	51715
+warned	51716
+warner	51717
+wardens	51718
+warehouse	51719
+warehousing	51720
+washer	51721
+washed	51722
+washes	51723
+washcloths	51724
+washing	51725
+waster	51726
+wasted	51727
+wasteful	51728
+wasteland	51729
+wastes	51730
+wastewater	51731
+wasting	51732
+wanted-	51733
+wanting	51734
+wants:	51735
+wandered	51736
+wandering	51737
+wanders	51738
+waiter	51739
+waited	51740
+waitresses	51741
+waitressing	51742
+waiting	51743
+waivers	51744
+wagers	51745
+wakeboarding	51746
+wackerli	51747
+windshield	51748
+windstream	51749
+winder	51750
+winded	51751
+windows	51752
+windmills	51753
+winter's	51754
+winterberry	51755
+wintergreen	51756
+winters	51757
+winger	51758
+winged	51759
+wineries	51760
+winery	51761
+winning	51762
+winners	51763
+withdraw	51764
+withdrew	51765
+withhold	51766
+withheld	51767
+withers	51768
+witched	51769
+witches	51770
+witnessed	51771
+witnesses	51772
+willing	51773
+william	51774
+willies	51775
+willikers	51776
+willow	51777
+willoughby	51778
+wilder	51779
+wildest	51780
+wildflower	51781
+wildfire	51782
+wildlife	51783
+wildly	51784
+wished	51785
+wishes	51786
+wishing	51787
+widescreen	51788
+widespread	51789
+widest	51790
+wiggle	51791
+wiggling	51792
+wiggly	51793
+wigged	51794
+wigger	51795
+wifeys	51796
+wipers	51797
+wireless.com	51798
+wirelessly	51799
+wickedness	51800
+weathering	51801
+weatherization	51802
+weaker	51803
+weakest	51804
+weaknesses	51805
+weavers	51806
+weaves	51807
+well-being	51808
+well-known	51809
+wellbeing	51810
+wellbutrin	51811
+wellsfargo.com	51812
+welder	51813
+welded	51814
+welcome	51815
+welcoming	51816
+weekend's	51817
+weekend.	51818
+weekends	51819
+weekdays	51820
+weeknights	51821
+weenies	51822
+weirdo	51823
+weirding	51824
+weirdly	51825
+weirdness	51826
+weighted	51827
+weights	51828
+weiners	51829
+western	51830
+westerly	51831
+westborn	51832
+westbound	51833
+website's	51834
+websites	51835
+webcams	51836
+wedged	51837
+wedges	51838
+wedgies	51839
+workstation	51840
+workspace	51841
+workaholic	51842
+workable	51843
+workaround	51844
+worker	51845
+worked	51846
+workmans	51847
+workman's	51848
+working	51849
+workbench	51850
+workbook	51851
+workflow	51852
+workforce	51853
+workouts	51854
+workwear	51855
+workweek	51856
+worshiping	51857
+worships	51858
+worsen	51859
+worser	51860
+worrisome	51861
+worryin	51862
+worldstar	51863
+wormed	51864
+wormer	51865
+woodwork	51866
+woodwinds	51867
+woodpecker	51868
+woodpile	51869
+woodchuck	51870
+woodcraft	51871
+wooded	51872
+wooden	51873
+woodlands	51874
+woodys	51875
+wonderful	51876
+wonderboy	51877
+wondered	51878
+wondering	51879
+wonderland	51880
+wonders	51881
+wontons	51882
+wouldn't	51883
+wouldnt	51884
+whiten	51885
+whites	51886
+whitetail	51887
+whitey	51888
+whiteboard	51889
+whitefish	51890
+whitepages.com	51891
+whiter	51892
+whitewater	51893
+whiting	51894
+whitish	51895
+whisky	51896
+whispering	51897
+whispers	51898
+whistle	51899
+whistling	51900
+whippin	51901
+whined	51902
+whiner	51903
+whines	51904
+whiney	51905
+whimpering	51906
+wheelchair	51907
+wheelhouse	51908
+wheels	51909
+wheeze	51910
+wheezing	51911
+where'd	51912
+where's	51913
+whereabouts	51914
+whereas	51915
+whenevers	51916
+wholeheartedly	51917
+whooped	51918
+whoopee	51919
+whoopie	51920
+whooping	51921
+whoppers	51922
+whatever	51923
+whateva	51924
+whatevs	51925
+what'd	51926
+what'll	51927
+what's	51928
+whatsapp	51929
+whatsoever	51930
+whales	51931
+wrecker	51932
+wrecked	51933
+wrestler	51934
+wrestled	51935
+wrestles	51936
+wreaths	51937
+writer	51938
+write-up	51939
+writes	51940
+writings	51941
+wristbands	51942
+wrinkled	51943
+wrinkles	51944
+wrapping	51945
+wrongfully	51946
+Walled	51947
+Waller	51948
+Wallet	51949
+Wallisville	51950
+Wallace	51951
+Wally's	51952
+Walter's	51953
+Walterboro	51954
+Walters	51955
+Waltham	51956
+Walther	51957
+Waltons	51958
+Waldo's	51959
+Waldoboro	51960
+Waldorf	51961
+Waldron	51962
+Waldrop	51963
+Walker	51964
+Walken	51965
+Walsenburg	51966
+Walser	51967
+Warren's	51968
+Warrendale	51969
+Warrenton	51970
+Warrenville	51971
+Warrior	51972
+Warrick	51973
+Warrington	51974
+Wareham	51975
+Warehouse	51976
+Warfield	51977
+Warfighter	51978
+Warners	51979
+Waterfall	51980
+Waterford	51981
+Waterfront	51982
+Waterson	51983
+Waterstone	51984
+Waterboro	51985
+Waterbury	51986
+Watermans	51987
+Waterville	51988
+Watervliet	51989
+Watsons	51990
+Watsontown	51991
+Watsonville	51992
+Watterson	51993
+Waynesville	51994
+Washington's	51995
+Washingtonian	51996
+Washingtonville	51997
+Washoe	51998
+Washougal	51999
+Waikele	52000
+Waikem	52001
+Wantage	52002
+Wantagh	52003
+Wanda's	52004
+William	52005
+Willie	52006
+Willis	52007
+Willimantic	52008
+Willits	52009
+Willow	52010
+Willoughby	52011
+Willard	52012
+Willey	52013
+Willett	52014
+Willy's	52015
+Willys	52016
+Wilder	52017
+Wildcats	52018
+Wilkins	52019
+Wilkie	52020
+Wilkes	52021
+Wilkens	52022
+Wilkerson	52023
+Wilmer	52024
+Wilmes	52025
+Wilmette	52026
+Wilmont	52027
+Wilmore	52028
+Wilmot	52029
+Wilburn	52030
+Wilburton	52031
+Wilburys	52032
+Wilson's	52033
+Wilsons	52034
+Wilsonville	52035
+Wilcox	52036
+Wiley's	52037
+Winder	52038
+Windemere	52039
+Windex	52040
+Windstar	52041
+Window	52042
+Windom	52043
+Windham	52044
+Windhaven	52045
+Winnebago	52046
+Winneconne	52047
+Winnelson	52048
+Winnemucca	52049
+Winnetka	52050
+Winnie	52051
+Winnipeg	52052
+Winston	52053
+Winstar	52054
+Winterport	52055
+Winterville	52056
+Wingstop	52057
+Winchell's	52058
+Winchendon	52059
+Winchester	52060
+Winkler	52061
+Witherspoon	52062
+Witten	52063
+Wicker	52064
+Wicked	52065
+Wickenburg	52066
+Wienerschnitzel	52067
+Wiggles	52068
+Wiggly	52069
+Wimberley	52070
+Wimberly	52071
+Westmark	52072
+Westmed	52073
+Westboro	52074
+Westbrook	52075
+Westbury	52076
+Western	52077
+Westerly	52078
+Westerville	52079
+Westfield	52080
+Westford	52081
+Westway	52082
+Westwego	52083
+Westwind	52084
+Westwood	52085
+Westar	52086
+Westcott	52087
+Westin	52088
+Westie	52089
+Westlife	52090
+Westpark	52091
+Westphalia	52092
+Westport	52093
+Westhampton	52094
+Westheimer	52095
+Weston	52096
+Westover	52097
+Westridge	52098
+Westroads	52099
+Westshore	52100
+Westside	52101
+Westview	52102
+Westville	52103
+Wesley's	52104
+Wesleyan	52105
+Wellspring	52106
+Wellston	52107
+Wellsville	52108
+Weller	52109
+Wellesley	52110
+Wellington	52111
+Wellman	52112
+Wellmont	52113
+Welch's	52114
+Weinbach	52115
+Weinberg	52116
+Weinstein	52117
+Weinstock	52118
+Webberville	52119
+Webster's	52120
+Wendy's	52121
+Wendys	52122
+Woodsboro	52123
+Woodside	52124
+Woodsmith	52125
+Woodson	52126
+Woodsville	52127
+Woodmont	52128
+Woodbine	52129
+Woodcliff	52130
+Woodcock	52131
+Woodhaven	52132
+Woodhead	52133
+Woodhill	52134
+Woodley	52135
+Woodrow	52136
+Woodridge	52137
+Woodruff	52138
+Woodall	52139
+Woodard	52140
+Woodview	52141
+Woodville	52142
+Woody's	52143
+Workshop	52144
+World's	52145
+WorldMark	52146
+Worlds	52147
+Worthington	52148
+Wolfeboro	52149
+Wollensky's	52150
+Wolverines	52151
+Woman's	52152
+Whites	52153
+White's	52154
+Whitecourt	52155
+Whiteland	52156
+Whiteville	52157
+Whitewater	52158
+Whittaker	52159
+Whitten	52160
+Whittlesey	52161
+Whitts	52162
+Whittwood	52163
+Whitney	52164
+Whitnall	52165
+Whitley	52166
+Whitman	52167
+Whitmire	52168
+Whitmore	52169
+Whiting	52170
+Whitinsville	52171
+Whisperer	52172
+Whispering	52173
+Whistler	52174
+Whippany	52175
+Whipple	52176
+Wheatfields	52177
+Wheatland	52178
+Wheatley	52179
+Wheelersburg	52180
+WhatsApp	52181
+Whalen	52182
+Whaler	52183
+Whaley	52184
+Wholesalers	52185
+Wrights	52186
+Wright's	52187
+Wrightwood	52188
+Wrigley's	52189
+Wrigleyville	52190
+Wreckers	52191
+Wynnewood	52192
+Franklin	52193
+Frankie	52194
+Franks	52195
+Frank's	52196
+Franktown	52197
+Franky	52198
+France	52199
+Franco	52200
+Franchise	52201
+Frandor	52202
+Frandsen	52203
+Frazee	52204
+Frazer	52205
+Frazeysburg	52206
+Frazier's	52207
+Framed	52208
+Framingham	52209
+Fratellis	52210
+Freemans	52211
+Freeman's	52212
+Freebird	52213
+Freeburg	52214
+Freedia	52215
+Freedom	52216
+Freewater	52217
+Freeway	52218
+Freddy	52219
+Freddie	52220
+Fredonia	52221
+French's	52222
+Frenchie	52223
+Frenchman	52224
+Frenchtown	52225
+Frenchy's	52226
+Freshman	52227
+Fresnos	52228
+Friends	52229
+Friendly	52230
+Friedman	52231
+Friesen	52232
+Friday	52233
+Frida's	52234
+Frisco	52235
+Frisch's	52236
+Frisbee	52237
+Frisbie	52238
+Fritos	52239
+Fritz's	52240
+Frontenac	52241
+Frontera	52242
+Frogger	52243
+Froggy's	52244
+Farmers	52245
+Farmerville	52246
+Farmingdale	52247
+Farmington	52248
+Farmingville	52249
+Farragut	52250
+Farrah	52251
+Farrakhan	52252
+Farrell's	52253
+Farrells	52254
+Farrington	52255
+Farris	52256
+Fairless	52257
+Fairly	52258
+Fairbanks	52259
+Fairborn	52260
+Fairport	52261
+Fairway	52262
+Fairwinds	52263
+Fairwood	52264
+Fairfax	52265
+Fairfield	52266
+Fairhaven	52267
+Fairhope	52268
+Fairmont	52269
+Fairmount	52270
+Fallsburg	52271
+Fallsgrove	52272
+Fallston	52273
+Fallon	52274
+Fallout	52275
+Falcone	52276
+Falcons	52277
+Fantasy	52278
+Fantasia	52279
+Fantastic	52280
+Fannin	52281
+Fannie	52282
+Facebook's	52283
+Facilities	52284
+Facility	52285
+Fatheads	52286
+Father's	52287
+Fabio's	52288
+Fabiola	52289
+Familia	52290
+Families	52291
+Fayetteville	52292
+Finnigan	52293
+Finnin	52294
+Finnish	52295
+Finnegan	52296
+Finney	52297
+Finally	52298
+Finals	52299
+Finance	52300
+Financial	52301
+Finders	52302
+Finksburg	52303
+Finlandia	52304
+Finley's	52305
+Firefall	52306
+Firefly	52307
+Firefox	52308
+Firebirds	52309
+Firestone	52310
+FirstMark	52311
+FirstMerit	52312
+Fishers	52313
+Fisheries	52314
+Fisherman's	52315
+Fisherville	52316
+Filipino	52317
+Filipina	52318
+Filippis	52319
+Filippo's	52320
+Fitzsimmons	52321
+Fitzsimons	52322
+Fighters	52323
+Figures	52324
+Fidelis	52325
+Fidelity	52326
+Forestdale	52327
+Forester	52328
+Forestry	52329
+Forestville	52330
+Foreman's	52331
+Fortuna	52332
+Fortune	52333
+Foothills	52334
+Foxwoods	52335
+Foxworthy	52336
+Fountainhead	52337
+Fountains	52338
+Fountainview	52339
+Foundation	52340
+Founders	52341
+Fogelberg	52342
+Fogelsville	52343
+Fosters	52344
+Fernando	52345
+Fernanda	52346
+Fernandina	52347
+Ferragamo	52348
+Ferreira	52349
+Ferrell	52350
+Ferries	52351
+Ferris	52352
+Ferguson	52353
+Felice	52354
+Felipe's	52355
+Felix's	52356
+Fellowship	52357
+Feldman's	52358
+Federal	52359
+Federico's	52360
+Florian	52361
+Florin	52362
+Flores	52363
+Florez	52364
+Flowerama	52365
+Flowers	52366
+Flowertown	52367
+Flowery	52368
+Flooring	52369
+Flatirons	52370
+Flatts	52371
+Flanagan's	52372
+Flanigan's	52373
+Flamingo	52374
+Fletchers	52375
+Flintstones	52376
+Fullers	52377
+Fullerton	52378
+Kennel	52379
+Kenner	52380
+Kennewick	52381
+Kenney	52382
+Kenny's	52383
+Kennys	52384
+Kennywood	52385
+Kennard	52386
+Kendall	52387
+Kendra	52388
+Kendrick	52389
+Kentucky	52390
+Kentuckiana	52391
+Kenzie's	52392
+Keller	52393
+Kellen	52394
+Kelley	52395
+Kellie	52396
+Kellin	52397
+Kelly's	52398
+Kellys	52399
+Kellogg's	52400
+Kelsey's	52401
+Kelseys	52402
+Kelseyville	52403
+Keeneland	52404
+Keeney	52405
+Keegan's	52406
+Keegans	52407
+Keeler	52408
+Keeley	52409
+Keepers	52410
+Keysha	52411
+Keyshia	52412
+Kearney	52413
+Kearns	52414
+Kearny	52415
+Kempsville	52416
+Kettleman	52417
+Kingsdale	52418
+Kingsford	52419
+Kingsgate	52420
+Kingshighway	52421
+Kingsport	52422
+Kingsville	52423
+KinderCare	52424
+Kindergarten	52425
+Kinderhook	52426
+Kinderkamack	52427
+Kinser	52428
+Kinsey	52429
+Kinetico	52430
+Kinetix	52431
+Kinko's	52432
+Kinkos	52433
+Killian	52434
+Killer	52435
+Killeen	52436
+Killen	52437
+Killarney	52438
+Killswitch	52439
+Kimberton	52440
+Kimball's	52441
+Kimbrell's	52442
+Kimbrough	52443
+Kimmy's	52444
+Kirklands	52445
+Kirksville	52446
+Kirsten's	52447
+Kirstyn	52448
+Kitty's	52449
+Kissin	52450
+Kissimmee	52451
+Kissel	52452
+Kisses	52453
+Kieran	52454
+Katherine	52455
+Katheryn	52456
+Kathleen's	52457
+Kathleens	52458
+Kathy's	52459
+Kathys	52460
+Katharina	52461
+Katharine	52462
+Katelyn	52463
+Katelin	52464
+Katella	52465
+Katie's	52466
+Katies	52467
+Karen's	52468
+Karenina	52469
+Karens	52470
+Kareem	52471
+Kareena	52472
+Karina	52473
+Kardashians	52474
+Karman	52475
+Kaylee	52476
+Kayleigh	52477
+Kaylene	52478
+Kayla's	52479
+Kaylie	52480
+Kaylin	52481
+Kalamath	52482
+Kalamazoo	52483
+Kaufman's	52484
+Koreans	52485
+Kristi	52486
+Krista	52487
+Kristen	52488
+Kristofferson	52489
+Kristy	52490
+Krispies	52491
+Krispy	52492
+Krissy	52493
+Krause's	52494
+Krusty	52495
+Knolls	52496
+Knollwood	52497
+Knightsbridge	52498
+Knightstown	52499
+Knightsville	52500
+Kleenexes	52501
+Khalifa	52502
+Khalid	52503
+Khalil	52504
+Kwanzaa	52505
+Ellen's	52506
+Ellendale	52507
+Ellensburg	52508
+Ellenton	52509
+Ellenville	52510
+Ellenwood	52511
+Ellerbe	52512
+Ellerslie	52513
+Ellery	52514
+Ellettsville	52515
+Elliott	52516
+Elliots	52517
+Ellison	52518
+Elliston	52519
+Ellisville	52520
+Ellicottville	52521
+Ellie's	52522
+Elizabeth's	52523
+Electra	52524
+Elections	52525
+Elementary	52526
+Elements	52527
+Elena's	52528
+Elmer's	52529
+Elmers	52530
+Eldersburg	52531
+Eldorado	52532
+Eldredge	52533
+Elsie's	52534
+Elaine's	52535
+England's	52536
+Englewood	52537
+Englishtown	52538
+Engineering	52539
+Engineers	52540
+Enterprises	52541
+Entertainer	52542
+Entertainment	52543
+Enrico	52544
+Enrichment	52545
+Energies	52546
+Energizer	52547
+Edgemere	52548
+Edgewater	52549
+Edgewood	52550
+Edinburg	52551
+Edinboro	52552
+Edmond	52553
+Edmonton	52554
+Edwardsburg	52555
+Edwardsville	52556
+Everett	52557
+Everest	52558
+Everlast	52559
+Everlong	52560
+Everly	52561
+Everybody	52562
+Everyone	52563
+Everything	52564
+Everglades	52565
+Evergreen	52566
+Everhard	52567
+Everhart	52568
+Everson	52569
+Everton	52570
+Events	52571
+Evelyn's	52572
+Evansdale	52573
+Evanston	52574
+Evansville	52575
+Eastpoint	52576
+Eastport	52577
+Eastbay	52578
+Eastbrook	52579
+Eastern	52580
+Easthampton	52581
+Eastlake	52582
+Eastland	52583
+Eastman	52584
+Eastmont	52585
+Easton	52586
+Eastover	52587
+Eastvale	52588
+Eastview	52589
+Eastway	52590
+Eastwood	52591
+Eatonton	52592
+Eatontown	52593
+Employees	52594
+Emilio	52595
+Emilia	52596
+Emilie	52597
+Emily's	52598
+Estella	52599
+Estelle	52600
+Estates	52601
+Escalon	52602
+Essential	52603
+Essence	52604
+Erickson	52605
+Ericka	52606
+Erica's	52607
+Ericsson	52608
+Erika's	52609
+Eriksen	52610
+Erikson	52611
+Expecting	52612
+Expedia	52613
+Expedition	52614
+Experian	52615
+Experience	52616
+Economy	52617
+Europe	52618
+Europa	52619
+Etheridge	52620
+Ethernet	52621
+overdo	52622
+overdid	52623
+overdue	52624
+overly	52625
+overtake	52626
+overcrowded	52627
+overwhelm	52628
+overwork	52629
+overweight	52630
+overpower	52631
+overreact	52632
+override	52633
+overrated	52634
+overall	52635
+overage	52636
+overnighting	52637
+overnights	52638
+overflowed	52639
+overflowing	52640
+overflows	52641
+overbearing	52642
+overeat	52643
+overestimated	52644
+ovarian	52645
+ovaries	52646
+outlaw	52647
+outlandish	52648
+outlast	52649
+outlive	52650
+outlets	52651
+outsider	52652
+outsource	52653
+outsourcing	52654
+outrageous	52655
+outraged	52656
+outrigger	52657
+outright	52658
+outdoor	52659
+outdone	52660
+outboard	52661
+outbound	52662
+outbox	52663
+outfitter	52664
+outfits	52665
+outfielder	52666
+outcall	52667
+outcast	52668
+outcomes	52669
+outpost	52670
+outpouring	52671
+outputs	52672
+outgrow	52673
+outgrew	52674
+outerwear	52675
+outings	52676
+outweighs	52677
+ourself	52678
+ourselves	52679
+organs	52680
+orgasmic	52681
+orgasms	52682
+origins	52683
+oriental	52684
+order:	52685
+ordered	52686
+ordering	52687
+orderly	52688
+orders	52689
+orderves	52690
+ordinarily	52691
+ordinary	52692
+orthodontic	52693
+orthodontist	52694
+orthopedic	52695
+orthopedist	52696
+orchestrated	52697
+ornamental	52698
+ornaments	52699
+optimal	52700
+optimeyes	52701
+optician	52702
+optics	52703
+optional	52704
+options	52705
+optometric	52706
+optometrist	52707
+operate	52708
+operator	52709
+opener	52710
+opened	52711
+openings	52712
+oppose	52713
+opportune	52714
+opponents	52715
+observe	52716
+observing	52717
+obsessed	52718
+obstacles	52719
+obstructed	52720
+obstruction	52721
+obscene	52722
+obscenities	52723
+oblige	52724
+oblivion	52725
+oblivious	52726
+objectively	52727
+objectives	52728
+objections	52729
+offend	52730
+offence	52731
+offering	52732
+offerdahl's	52733
+offered	52734
+offers	52735
+officer	52736
+office.	52737
+offices	52738
+official	52739
+offseason	52740
+offset	52741
+one-of-a-kind	52742
+one-on-one	52743
+onesies	52744
+oncologist	52745
+oncology	52746
+occupy	52747
+occurs	52748
+occasionally	52749
+olives	52750
+olivias	52751
+owners	52752
+owner's	52753
+osteopathic	52754
+osteoporosis	52755
+NorthWestern	52756
+Northampton	52757
+Northdale	52758
+Northtown	52759
+Northumberland	52760
+Norteno	52761
+Nortel	52762
+Norterra	52763
+Norton's	52764
+Norman	52765
+Norma's	52766
+Normal	52767
+Nordstroms	52768
+Norwegian	52769
+Norwell	52770
+Norwex	52771
+Norwalk	52772
+Norway	52773
+Norristown	52774
+November's	52775
+Noblesville	52776
+Nostradamus	52777
+Nostrand	52778
+Newburg	52779
+Newbury	52780
+Newberg	52781
+Newberry	52782
+Newsome	52783
+Newton	52784
+Newtown	52785
+Newman's	52786
+Newmarket	52787
+Newcomb	52788
+Newcomerstown	52789
+Newports	52790
+Nestle's	52791
+Nesconset	52792
+Nescopeck	52793
+Neelys	52794
+Nellie	52795
+Nellis	52796
+Nelly's	52797
+Nevins	52798
+Nevada	52799
+Nevado	52800
+Negroes	52801
+Negros	52802
+Neutrogena	52803
+Neutron	52804
+National	52805
+Nations	52806
+Nationwide	52807
+Native	52808
+Natalee	52809
+Natasha's	52810
+Nathaniel's	52811
+Nathanson	52812
+Naturals	52813
+Nature's	52814
+Natchez	52815
+Natchitoches	52816
+Nancy's	52817
+Nancys	52818
+Nandos	52819
+Navarre	52820
+Navarro	52821
+Navigant	52822
+Napoli's	52823
+Nadia's	52824
+Nadine's	52825
+Naughton	52826
+Naughty	52827
+Nickel	52828
+Nickerson	52829
+Nicky's	52830
+Nicole	52831
+Nicola	52832
+Nicollet	52833
+Nicholas's	52834
+Nicholasville	52835
+Nicholson	52836
+Nightmares	52837
+Nightwing	52838
+Nightwish	52839
+Nigeria	52840
+Nigel's	52841
+Nikki's	52842
+Nikkis	52843
+Niners	52844
+Nutrishop	52845
+Nutrisystem	52846
+newsletters	52847
+newspapers	52848
+newbies	52849
+newborns	52850
+newegg.com	52851
+newlyweds	52852
+neglected	52853
+neglectful	52854
+neglecting	52855
+negligee	52856
+negotiate	52857
+negotiator	52858
+negative	52859
+negativity	52860
+neurons	52861
+neuropathy	52862
+neurotic	52863
+neutral	52864
+neutron	52865
+neutered	52866
+neutering	52867
+needles	52868
+needlepoint	52869
+needing	52870
+neighborhood	52871
+neighbor's	52872
+neighboring	52873
+neighborly	52874
+neighbors	52875
+neighbourhood	52876
+neighbours	52877
+necklace	52878
+neckline	52879
+nervously	52880
+nervousness	52881
+nerves	52882
+nesters	52883
+nephew's	52884
+nephews	52885
+notice	52886
+noticing	52887
+notify	52888
+notions	52889
+notebooks	52890
+notary	52891
+nothing	52892
+non-smoking	52893
+non-stop	52894
+nonsense	52895
+nonsensical	52896
+nonstick	52897
+nonstop	52898
+nonprofits	52899
+northeast	52900
+northern	52901
+northwestern	52902
+normal	52903
+normas	52904
+nosebleeds	52905
+nostalgia	52906
+nostalgic	52907
+nostrils	52908
+novels	52909
+novacaine	52910
+novacane	52911
+nominal	52912
+nominees	52913
+national	52914
+nation's	52915
+nations	52916
+nationwide	52917
+native	52918
+nativity	52919
+nature's	52920
+naturebox	52921
+natured	52922
+natures	52923
+naturalization	52924
+naturally	52925
+naturopathic	52926
+natalies	52927
+narcotic	52928
+narcos	52929
+narcissist	52930
+narcissism	52931
+narrowed	52932
+narrowing	52933
+narrows	52934
+narrator	52935
+nameless	52936
+namely	52937
+namesake	52938
+nanny's	52939
+navigate	52940
+navigator	52941
+nastiness	52942
+naughtiest	52943
+naughtiness	52944
+nailed	52945
+nailer	52946
+nighter	52947
+nightmare	52948
+nights	52949
+night's	52950
+night.	52951
+nightfall	52952
+nightgown	52953
+nightie	52954
+nightquil	52955
+nighttime	52956
+nighty	52957
+niggas	52958
+niggers	52959
+nicknamed	52960
+nicknames	52961
+nickels	52962
+nicole	52963
+nicolo's	52964
+nineteen	52965
+ninety	52966
+nitrous	52967
+nipples	52968
+nippley	52969
+number	52970
+numbed	52971
+numbness	52972
+numbnuts	52973
+numerica	52974
+numerology	52975
+numerous	52976
+numerals	52977
+nutrition	52978
+nutritious	52979
+nutrients	52980
+nutcrackers	52981
+nurse's	52982
+nursed	52983
+nurses	52984
+nurtured	52985
+nudies	52986
+nuggets	52987
+Jackson	52988
+Jacksboro	52989
+Jackie's	52990
+Jackies	52991
+Jacky's	52992
+Jackyl	52993
+Jackalope	52994
+Jackass	52995
+Jackets	52996
+Jacobson	52997
+Jacqueline	52998
+Jacquelyn	52999
+Janet's	53000
+Janets	53001
+Janette	53002
+Janelle	53003
+Janesville	53004
+Janine	53005
+Janina	53006
+Janice's	53007
+Jameson	53008
+James's	53009
+Jamesburg	53010
+Jamestown	53011
+Jamesville	53012
+Jamie's	53013
+Jamies	53014
+Jamila	53015
+Jamaican	53016
+Jarrett	53017
+Jarreau	53018
+Jasmine's	53019
+Jaden's	53020
+Javier's	53021
+Johnson	53022
+Johnnie	53023
+Johnny	53024
+Johannes	53025
+Johanna	53026
+Josephine	53027
+Joseph's	53028
+Josephs	53029
+Joshua's	53030
+Josie's	53031
+Jonesborough	53032
+Jonesy's	53033
+Jonathan	53034
+Jonathon	53035
+Jonah's	53036
+Joanne	53037
+Joanna	53038
+Joann's	53039
+Joanns	53040
+Jordan's	53041
+Jordans	53042
+Jordyn	53043
+Jollyville	53044
+Jennifer	53045
+Jennie	53046
+Jennings	53047
+Jenny's	53048
+Jennys	53049
+Jenna's	53050
+Jennersville	53051
+Jenise	53052
+Jenison	53053
+Jenkins	53054
+Jenkintown	53055
+Jensen's	53056
+Jeremiah	53057
+Jeremih	53058
+Jeremy's	53059
+Jerry's	53060
+Jerrys	53061
+Jessica	53062
+Jessie	53063
+Jessamine	53064
+Jesse's	53065
+Jesus's	53066
+Jefferson	53067
+Jeffrey's	53068
+Jeffreys	53069
+Jeannette	53070
+Jeannie's	53071
+Jewelers	53072
+Jewell	53073
+Jewelry	53074
+Julian	53075
+Julia's	53076
+Juliet	53077
+Julie's	53078
+Julien	53079
+Julies	53080
+Julio's	53081
+Judaica	53082
+Judaism	53083
+Justin's	53084
+Justina	53085
+Justine	53086
+Justins	53087
+Juanita	53088
+Juanito	53089
+Jimmy's	53090
+Jimmys	53091
+Jingleheimer	53092
+unders	53093
+underdog	53094
+underbelly	53095
+underhanded	53096
+underneath	53097
+underrated	53098
+undescribable	53099
+undeserving	53100
+undesirable	53101
+undefeated	53102
+undefined	53103
+undetectable	53104
+undetermined	53105
+undisclosed	53106
+undisputed	53107
+unintelligent	53108
+uninstall	53109
+uninsured	53110
+universal	53111
+universe	53112
+unicorn	53113
+united	53114
+uniforms	53115
+unconditional	53116
+unconventional	53117
+uncooked	53118
+uncooperative	53119
+uncoordinated	53120
+uncomfortable	53121
+uncommon	53122
+uncovered	53123
+uncle's	53124
+uncles	53125
+uncertainty	53126
+unchanged	53127
+uncharted	53128
+unsuccessfully	53129
+unsupervised	53130
+unsupported	53131
+unsettled	53132
+unsettling	53133
+unfold	53134
+unfollow	53135
+unfortunate	53136
+unforeseen	53137
+unfair	53138
+unfaithful	53139
+unfriended	53140
+unfriending	53141
+unfriendly	53142
+unlocked	53143
+unlocking	53144
+unlocks	53145
+unloaded	53146
+unloading	53147
+unlikely	53148
+unleash	53149
+unleaded	53150
+unaccompanied	53151
+unaccounted	53152
+unappreciated	53153
+unappreciative	53154
+unprecedented	53155
+unpredictable	53156
+unprepared	53157
+unproductive	53158
+unprofessional	53159
+unprotected	53160
+unpacked	53161
+unpacking	53162
+unbearable	53163
+unbeatable	53164
+unbelievable	53165
+unbelievably	53166
+unbreakable	53167
+unreal	53168
+unreachable	53169
+unread	53170
+unreasonable	53171
+unresolved	53172
+unresponsive	53173
+unrest	53174
+unrelated	53175
+unreliable	53176
+unraveling	53177
+untied	53178
+untill	53179
+untouchable	53180
+untouched	53181
+untrue	53182
+untrustworthy	53183
+unexpected	53184
+unwillingness	53185
+unwinding	53186
+unhooked	53187
+unmarked	53188
+unmarried	53189
+unknowns	53190
+upstairs	53191
+upstanding	53192
+upstate	53193
+uplifting	53194
+uppers	53195
+updated:	53196
+upholstered	53197
+upholstery	53198
+urinal	53199
+urinary	53200
+urgent	53201
+urgency	53202
+usernames	53203
+utilize	53204
+utilization	53205
+utilizing	53206
+utilities	53207
+utility	53208
+ultrasound	53209
+ultrasonic	53210
+ultimately	53211
+ultimatums	53212
+uglies	53213
+uglier	53214
+Orangevale	53215
+Orangeville	53216
+Original	53217
+Origins	53218
+Oregon's	53219
+Oregonian	53220
+Orders	53221
+Orlando's	53222
+Oliver	53223
+Olivet	53224
+Olivehurst	53225
+Olives	53226
+Olivia's	53227
+Olympia	53228
+Olympic	53229
+O'Neill's	53230
+O'Neills	53231
+O'Connor's	53232
+O'Connors	53233
+Octavia	53234
+Octavio	53235
+October's	53236
+Operation	53237
+Operating	53238
+Optima	53239
+Oakland	53240
+Oaklawn	53241
+Oakley	53242
+Oakleaf	53243
+Outlaw	53244
+Outlander	53245
+Outlets	53246
+Overton	53247
+Overture	53248
+Overhead	53249
+Overhill	53250
+Overlake	53251
+Overland	53252
+Omarion	53253
+Owensboro	53254
+Owensville	53255
+visitation	53256
+visitor	53257
+visited	53258
+visiting	53259
+visits	53260
+visibility	53261
+visionary	53262
+visions	53263
+visualization	53264
+visualize	53265
+visualizing	53266
+victors	53267
+victory	53268
+victimized	53269
+victims	53270
+viciously	53271
+violate	53272
+violent	53273
+violence	53274
+violets	53275
+videos	53276
+videoing	53277
+vibrate	53278
+vibrator	53279
+vineyards	53280
+virtually	53281
+virtues	53282
+virginity	53283
+virgins	53284
+village	53285
+villain	53286
+villas	53287
+viewer	53288
+viewed	53289
+vitality	53290
+vitals	53291
+vitamins	53292
+vigilante	53293
+vividly	53294
+versaci	53295
+versales	53296
+versed	53297
+verses	53298
+version	53299
+versity	53300
+verbal	53301
+verbage	53302
+verbatim	53303
+verify	53304
+vertical	53305
+vertigo	53306
+vertebrae	53307
+vertex	53308
+venting	53309
+venture	53310
+venturing	53311
+ventra	53312
+ventriloquist	53313
+vendors	53314
+veneers	53315
+venomous	53316
+veterinarian	53317
+veterinary	53318
+veterans	53319
+vegetables	53320
+vegetarians	53321
+valerie	53322
+valerian	53323
+valerio's	53324
+valentine	53325
+valence	53326
+validity	53327
+valiums	53328
+valuable	53329
+valuation	53330
+valued	53331
+values	53332
+vacation	53333
+vacate	53334
+vacant	53335
+vaccinate	53336
+vaccination	53337
+vaccines	53338
+vanished	53339
+vanishing	53340
+vanities	53341
+vanity	53342
+vandalized	53343
+variable	53344
+variation	53345
+variance	53346
+varies	53347
+vaporizers	53348
+volunteer	53349
+volumes	53350
+volcanoes	53351
+voicemail	53352
+voiced	53353
+voiceover	53354
+voices	53355
+vocalist	53356
+vocals	53357
+vocabulary	53358
+voters	53359
+vowels	53360
+vouchers	53361
+Interval	53362
+Interactive	53363
+Interbay	53364
+Interior	53365
+Interpol	53366
+Interra	53367
+Interstate	53368
+Interwest	53369
+Intel's	53370
+Intelligence	53371
+Integra	53372
+Integris	53373
+Intrepid	53374
+Intrex	53375
+Intruder	53376
+Intrust	53377
+Indian	53378
+India's	53379
+Indialantic	53380
+Indonesian	53381
+Instagram	53382
+Instant	53383
+Institute	53384
+Institution	53385
+Inspection	53386
+Inspector	53387
+Invesco	53388
+Inverness	53389
+Inverrary	53390
+Invisalign	53391
+Invisible	53392
+Invitational	53393
+Invited	53394
+Ingleside	53395
+Ingrams	53396
+Infinite	53397
+Infiniti	53398
+Infinity	53399
+Information	53400
+Informer	53401
+Isabella	53402
+Isabelle	53403
+Isaac's	53404
+Isaacs	53405
+Isaiah's	53406
+Islander	53407
+Islandia	53408
+Islands	53409
+Islamic	53410
+Irondale	53411
+Irondequoit	53412
+Irvington	53413
+Irishman	53414
+Improvement	53415
+Imagination	53416
+Imaginext	53417
+Imaging	53418
+Images	53419
+Iverson	53420
+Illinois	53421
+Illini	53422
+Illuminating	53423
+Illustrated	53424
+Illustrator	53425
+Italian	53426
+Italy's	53427
+Vince's	53428
+Vinces	53429
+Vinci's	53430
+Vineyards	53431
+Vinnie's	53432
+Vinnies	53433
+Vinny's	53434
+Vicki's	53435
+Vickie	53436
+Vickers	53437
+Vickery	53438
+Vicksburg	53439
+Vicky's	53440
+Victor's	53441
+Victorville	53442
+Victory	53443
+Visitor	53444
+Visiting	53445
+Visionworks	53446
+Villanova	53447
+Villas	53448
+Villegas	53449
+Virgin	53450
+Virgil	53451
+Vitales	53452
+Vitamin	53453
+Vitamix	53454
+Vietnamese	53455
+Vivian's	53456
+Viviana	53457
+Vidalia	53458
+Valenti	53459
+Valencia	53460
+Valens	53461
+Valenzuela	53462
+Valero	53463
+Valley	53464
+Vallejo	53465
+Valdese	53466
+Valdez	53467
+Valpak	53468
+Valparaiso	53469
+Vander	53470
+Vandenberg	53471
+Vanceboro	53472
+Vanilla	53473
+Vanilli	53474
+Vernon	53475
+Vernor	53476
+Vernal	53477
+Veronica	53478
+Verona	53479
+Versace	53480
+Versailles	53481
+Verdes	53482
+Verizon's	53483
+Vermilion	53484
+Vermillion	53485
+Venezuela	53486
+Venezia's	53487
+Veneta	53488
+Venetian	53489
+Ventura	53490
+Venture	53491
+Vestal	53492
+Vestavia	53493
+Veteran's	53494
+Veterans	53495
+Volunteers	53496
+Vocaloid	53497
+kinder	53498
+kindest	53499
+kindle	53500
+kindling	53501
+kindly	53502
+kingdoms	53503
+kingsridge	53504
+killer	53505
+killed	53506
+killing	53507
+killstreaks	53508
+killswitch	53509
+kilograms	53510
+kilometers	53511
+kiddie	53512
+kiddin	53513
+kiddos	53514
+kidneys	53515
+kickback	53516
+kickball	53517
+kickers	53518
+kickstand	53519
+kickstart	53520
+kittens	53521
+karate	53522
+kayak.com	53523
+kayaking	53524
+kayaks	53525
+kaylani	53526
+kaylas	53527
+kabobs	53528
+kaboodle	53529
+kaboom	53530
+keepers	53531
+keeping	53532
+keepsake	53533
+kettlebells	53534
+knocker	53535
+knocked	53536
+knockout	53537
+knockoff	53538
+knocking	53539
+knowingly	53540
+knowledgeable	53541
+knotted	53542
+knotty	53543
+knickerbockers	53544
+knickers	53545
+knitted	53546
+knitting	53547
+kneecaps	53548
+kneeling	53549
+knuckleheads	53550
+krista	53551
+kristen	53552
+kristy	53553
+krispies	53554
+jammie	53555
+jammin	53556
+jammer	53557
+jammed	53558
+jackass	53559
+jackal	53560
+jacket	53561
+jacked	53562
+jackie	53563
+jacking	53564
+jailbreak	53565
+jailbroken	53566
+judgement	53567
+judge's	53568
+judged	53569
+judges	53570
+judgmental	53571
+judgments	53572
+jumper	53573
+jumped	53574
+jumpstart	53575
+jumpsuit	53576
+jumping	53577
+jumbled	53578
+jumbos	53579
+junkies	53580
+junkyard	53581
+jungles	53582
+juniors	53583
+justice	53584
+justin	53585
+juggle	53586
+juggling	53587
+julian	53588
+jointed	53589
+jointly	53590
+joints	53591
+joined	53592
+joiner	53593
+jokers	53594
+jokester	53595
+jokingly	53596
+journals	53597
+journeyman	53598
+journeys	53599
+johnnys	53600
+johnson	53601
+joggers	53602
+jerked	53603
+jerker	53604
+jennas	53605
+jennifer	53606
+jesses	53607
+jesters	53608
+jewelers	53609
+jiggle	53610
+jiggling	53611
+jiggly	53612
+123456	53613
+Univest	53614
+Undercover	53615
+Underhill	53616
+Underoath	53617
+Underpants	53618
+Undertaker	53619
+Underwood	53620
+Youngs	53621
+Youngblood	53622
+Young's	53623
+Youngerman	53624
+Youngfield	53625
+Youngtown	53626
+Youngwood	53627
+Yourself	53628
+Yorkers	53629
+Yankees	53630
+Yankovich	53631
+Yanni's	53632
+Yamato's	53633
+Yellowcard	53634
+Yellowknife	53635
+Yellowstone	53636
+youngster	53637
+youngstedts	53638
+younger	53639
+youngest	53640
+youthful	53641
+youtube.com	53642
+yearbooks	53643
+yearling	53644
+yearly	53645
+yearning	53646
+yellowish	53647
+yellowpages.com	53648
+yellows	53649
+yellowtail	53650
+yanked	53651
+yankee	53652
+yummies	53653
+yumminess	53654
+quarts	53655
+quartz	53656
+quarrel	53657
+quarries	53658
+quarry	53659
+quarantined	53660
+quadriplegic	53661
+quadruple	53662
+quantum	53663
+quandary	53664
+quando	53665
+quails	53666
+quicks	53667
+quickie	53668
+quickly	53669
+quickness	53670
+quiches	53671
+quietly	53672
+quietness	53673
+quilting	53674
+quilts	53675
+quills	53676
+quitter	53677
+quittin	53678
+quintessential	53679
+quintiles	53680
+quizzes	53681
+quizzing	53682
+question	53683
+questa	53684
+questmark	53685
+quests	53686
+quesadillas	53687
+queens	53688
+queers	53689
+quotation	53690
+quotas	53691
+quoted	53692
+quotes	53693
+quotient	53694
+quoting	53695
+Zachary	53696
+Zachariah	53697
+Zanders	53698
+Zimmerman's	53699
+Ziggy's	53700
+Zillah	53701
+Zionsville	53702
+Quinta	53703
+Quintero	53704
+Quinton	53705
+Quincy	53706
+Quince	53707
+Quinn's	53708
+Quinnipiac	53709
+Quartz	53710
+Quarryville	53711
+Quantico	53712
+Quantrell	53713
+Quantum	53714
+Queensland	53715
+Queensryche	53716
+Queensway	53717
+zipper	53718
+zipped	53719
+zoomies	53720
+zooming	53721
+starter	53722
+started	53723
+startex	53724
+starting	53725
+startled	53726
+starved	53727
+starving	53728
+starships	53729
+stationary	53730
+stations	53731
+statistical	53732
+statistics	53733
+staticky	53734
+statics	53735
+statements	53736
+stateside	53737
+status:	53738
+statuses	53739
+statues	53740
+statute	53741
+statutory	53742
+standard	53743
+standale	53744
+standing	53745
+stand-alone	53746
+stand-up	53747
+standoffish	53748
+standstill	53749
+stalker	53750
+stalked	53751
+stallion	53752
+stalling	53753
+stabilize	53754
+stabilization	53755
+stabilizing	53756
+stables	53757
+stairway	53758
+stairwell	53759
+stacked	53760
+stacker	53761
+stampede	53762
+stamps.com	53763
+stapler	53764
+staples	53765
+stapled	53766
+straightforward	53767
+straightner	53768
+straining	53769
+strains	53770
+strange	53771
+stranded	53772
+strands	53773
+strategy	53774
+strapped	53775
+strapping	53776
+strawberries	53777
+strawberry	53778
+streamer	53779
+streamline	53780
+streaming	53781
+streams	53782
+streaking	53783
+streaks	53784
+stressed	53785
+stresses	53786
+stressing	53787
+stressors	53788
+strengthen	53789
+strengths	53790
+stretched	53791
+stretcher	53792
+stretches	53793
+striper	53794
+striped	53795
+stripes	53796
+stripping	53797
+strictly	53798
+striker	53799
+strikes	53800
+stringers	53801
+stroker	53802
+stroked	53803
+strokes	53804
+stroking	53805
+stronger	53806
+strongest	53807
+strollers	53808
+struction	53809
+struggled	53810
+struggles	53811
+steamer	53812
+steamed	53813
+stepper	53814
+stepped	53815
+stepping	53816
+stepside	53817
+stepsister	53818
+stereotype	53819
+sterilize	53820
+sterile	53821
+steelyard	53822
+steeplechase	53823
+stewardship	53824
+stencils	53825
+store.com	53826
+storytime	53827
+storyboard	53828
+storybook	53829
+stockers	53830
+stockyards	53831
+stopper	53832
+stopped	53833
+stopping	53834
+stoners	53835
+stoopid	53836
+stooping	53837
+stingers	53838
+stingrays	53839
+stinkers	53840
+stinking	53841
+stimulate	53842
+stimulator	53843
+stirred	53844
+stirrers	53845
+stirrups	53846
+studios	53847
+studious	53848
+studied	53849
+studies	53850
+stunningly	53851
+stupider	53852
+stupidest	53853
+stubbornness	53854
+stuffers	53855
+stumbled	53856
+stylist	53857
+stylish	53858
+styling	53859
+shorten	53860
+shorted	53861
+shorter	53862
+shortest	53863
+shortcut	53864
+shortcake	53865
+shortcomings	53866
+short-lived	53867
+short-term	53868
+shortages	53869
+shorties	53870
+shorting	53871
+shortline	53872
+shortly	53873
+shortstop	53874
+showered	53875
+showering	53876
+showers	53877
+shopper	53878
+shopped	53879
+shopping	53880
+shoplifters	53881
+shoulders	53882
+shooting	53883
+shooters	53884
+shoelaces	53885
+shoveled	53886
+shoveling	53887
+shovels	53888
+sharpen	53889
+sharper	53890
+sharpest	53891
+sharpies	53892
+sharpshooters	53893
+shareholders	53894
+shampooed	53895
+shampooer	53896
+shakers	53897
+shavers	53898
+shantelle	53899
+shapers	53900
+shallots	53901
+shallow	53902
+shittin	53903
+shitted	53904
+shitter	53905
+shiners	53906
+shipper	53907
+shipped	53908
+shifters	53909
+sheltered	53910
+shelters	53911
+shrinkage	53912
+shrinking	53913
+shrinks	53914
+shredding	53915
+shutterbug	53916
+shutters	53917
+shuttles	53918
+substation	53919
+substitute	53920
+subsidize	53921
+subsidies	53922
+subsiding	53923
+subsided	53924
+subsides	53925
+subscribe	53926
+subscribing	53927
+subscriptions	53928
+subsequently	53929
+submission	53930
+submissive	53931
+submarines	53932
+subtracting	53933
+subtraction	53934
+supervisor's	53935
+supervisors	53936
+supervisory	53937
+supervised	53938
+supervises	53939
+supervising	53940
+supervision	53941
+superstar	53942
+superstore	53943
+supercalifragilisticexpialidocious	53944
+supercharged	53945
+supercharger	53946
+superhero	53947
+superhead	53948
+superiority	53949
+superiors	53950
+supermarkets	53951
+supports	53952
+suppose	53953
+supposably	53954
+supplication	53955
+supplement	53956
+supplying	53957
+suppressing	53958
+suppression	53959
+surveyor	53960
+surveyed	53961
+surveying	53962
+surveys	53963
+survived	53964
+survives	53965
+survivors	53966
+surrounding	53967
+surrounded	53968
+surrounds	53969
+surrendered	53970
+surrendering	53971
+surgeon's	53972
+surgeons	53973
+surgeries	53974
+surgery	53975
+surprised	53976
+surprises	53977
+surprisingly	53978
+surpassed	53979
+surpasses	53980
+sundaes	53981
+sundays	53982
+sunburned	53983
+suspend	53984
+suspected	53985
+suspecting	53986
+suspects	53987
+suspicions	53988
+suspiciously	53989
+sustainability	53990
+sustainable	53991
+successful	53992
+successes	53993
+succession	53994
+successor	53995
+succeeded	53996
+succeeding	53997
+suckered	53998
+suckers	53999
+summer's	54000
+summers	54001
+summary	54002
+summoned	54003
+summoner	54004
+sufficient	54005
+sufficiency	54006
+sufficed	54007
+suggestions	54008
+specially	54009
+specials	54010
+specify	54011
+specimens	54012
+spectator	54013
+specting	54014
+spection	54015
+spectra	54016
+spectrum	54017
+speculating	54018
+speculation	54019
+speedometer	54020
+speedos	54021
+speedconnect	54022
+speeders	54023
+speaker	54024
+speakeasy	54025
+speaking	54026
+spelled	54027
+speller	54028
+spellings	54029
+spending	54030
+sparkle	54031
+sparkling	54032
+sparkly	54033
+sparrows	54034
+spanking	54035
+spankwire.com	54036
+spaniels	54037
+spacers	54038
+spaceship	54039
+spammed	54040
+spammer	54041
+sponsors	54042
+sponsored	54043
+sponsoring	54044
+sponsees	54045
+spongeBob	54046
+spongebob	54047
+sponges	54048
+spontaneously	54049
+sportsman	54050
+sports.com	54051
+sportsbook	54052
+sportswear	54053
+sporting	54054
+spotted	54055
+spotter	54056
+spotlights	54057
+spoilers	54058
+spouse's	54059
+spouses	54060
+spinners	54061
+spinning	54062
+spindles	54063
+spineless	54064
+spinellis	54065
+spirituality	54066
+spiritually	54067
+spirituals	54068
+springboard	54069
+springers	54070
+springing	54071
+springleaf	54072
+springs	54073
+springtime	54074
+sprinkle	54075
+sprinkling	54076
+sprint.com	54077
+sprinter	54078
+sprinting	54079
+sprints	54080
+sprites	54081
+sprayer	54082
+sprayed	54083
+spreadsheet	54084
+splitter	54085
+splitting	54086
+splitsville	54087
+splinters	54088
+splashed	54089
+splashes	54090
+splattered	54091
+seasonings	54092
+seashells	54093
+searched	54094
+searchers	54095
+searches	54096
+service	54097
+servicing	54098
+servings	54099
+servers	54100
+serenade	54101
+serenading	54102
+sensitive	54103
+sensitivity	54104
+sentenced	54105
+sentences	54106
+selfishly	54107
+selfishness	54108
+selfies	54109
+self-care	54110
+self-centered	54111
+self-employed	54112
+self-esteem	54113
+selection	54114
+selective	54115
+selecting	54116
+securing	54117
+secured	54118
+securely	54119
+secretary	54120
+sectionals	54121
+seminars	54122
+seminary	54123
+settlement	54124
+settled	54125
+settlers	54126
+settles	54127
+seventeen	54128
+seventh	54129
+seventies	54130
+seventy	54131
+severed	54132
+severely	54133
+several	54134
+severance	54135
+seductions	54136
+seductively	54137
+sedated	54138
+sedation	54139
+sedative	54140
+sequence	54141
+sequencing	54142
+scraper	54143
+scraped	54144
+scrapes	54145
+scrapping	54146
+scrapple	54147
+scrappy	54148
+scrapbooking	54149
+scramble	54150
+scrambling	54151
+scratcher	54152
+scratched	54153
+scratches	54154
+screens	54155
+screening	54156
+screenplay	54157
+screeching	54158
+screamed	54159
+screamer	54160
+screaming	54161
+screwdrivers	54162
+scrubbing	54163
+scrubby	54164
+scripture	54165
+scripted	54166
+scription	54167
+scripts	54168
+scribbles	54169
+scrimmages	54170
+scaredy	54171
+scarier	54172
+scariest	54173
+scalloped	54174
+scallopini	54175
+scallops	54176
+scanner	54177
+scanned	54178
+scammer	54179
+scammed	54180
+scooter	54181
+scooted	54182
+scooting	54183
+scooped	54184
+scooper	54185
+school's	54186
+school.	54187
+schoolboy	54188
+schoolgirl	54189
+schoolhouse	54190
+schooling	54191
+schools	54192
+schoolwork	54193
+schoolyard	54194
+schooners	54195
+scholars	54196
+scholarly	54197
+schedule	54198
+scheduling	54199
+schemes	54200
+scheming	54201
+schizophrenia	54202
+schizophrenic	54203
+scientifically	54204
+scientists	54205
+salaried	54206
+salaries	54207
+saltines	54208
+salvage	54209
+salvaggio's	54210
+salesman	54211
+salesmen	54212
+salespeople	54213
+salesperson	54214
+sandbags	54215
+sandbar	54216
+sandstone	54217
+sandstorm	54218
+sandwiched	54219
+sandwiches	54220
+sanitize	54221
+sanitizing	54222
+sanitation	54223
+sanction	54224
+sanctified	54225
+sanctity	54226
+sampled	54227
+sampler	54228
+samples	54229
+savannah	54230
+satisfaction	54231
+satisfactory	54232
+satisfied	54233
+satisfies	54234
+satisfying	54235
+saddened	54236
+saddens	54237
+sacrificed	54238
+sacrifices	54239
+sacrificial	54240
+sacrificing	54241
+saucers	54242
+sabotaged	54243
+solicitor's	54244
+solidified	54245
+solidify	54246
+solitaire	54247
+solitary	54248
+solvers	54249
+solutely	54250
+solutions	54251
+southeastern	54252
+southerners	54253
+source:	54254
+sources	54255
+something	54256
+sometimes	54257
+somebody's	54258
+somebodys	54259
+somewhere	54260
+somewhat	54261
+social.com	54262
+socially	54263
+socials	54264
+sociated	54265
+sociation	54266
+softening	54267
+sophisticated	54268
+sophistication	54269
+sincerely	54270
+sincerest	54271
+signify	54272
+signings	54273
+signaling	54274
+signals	54275
+signatures	54276
+signers	54277
+sightings	54278
+sightseeing	54279
+simplicity	54280
+simpler	54281
+simplest	54282
+simplex	54283
+simulated	54284
+simulations	54285
+simulators	54286
+similarly	54287
+similes	54288
+silencers	54289
+sidewalk	54290
+sidewall	54291
+situational	54292
+situations	54293
+situated	54294
+slackers	54295
+slapped	54296
+slapper	54297
+slammed	54298
+slammer	54299
+slamming	54300
+slickers	54301
+slipper	54302
+slipped	54303
+slipping	54304
+sliders	54305
+slideshow	54306
+slingshot	54307
+sleepin	54308
+sleepies	54309
+sleepers	54310
+sleepovers	54311
+sleepwalking	54312
+sleepwell	54313
+sleepyhead	54314
+snowboarder	54315
+snowboarding	54316
+snowboards	54317
+snowballs	54318
+snowshoeing	54319
+snowshoes	54320
+snowmobile	54321
+snowmobiling	54322
+snowflakes	54323
+snoozing	54324
+snapper	54325
+snapped	54326
+snappy's	54327
+snapshots	54328
+snippet	54329
+snipped	54330
+snipers	54331
+sniffles	54332
+snuggled	54333
+snuggler	54334
+snuggles	54335
+sweeten	54336
+sweeter	54337
+sweetest	54338
+sweethearts	54339
+sweeties	54340
+sweepers	54341
+sweepstakes	54342
+sweater	54343
+sweated	54344
+swimming	54345
+swimmers	54346
+swimsuits	54347
+switcheroo	54348
+swingers	54349
+skinning	54350
+skinned	54351
+skinners	54352
+skipper	54353
+skipped	54354
+skillets	54355
+skimmed	54356
+skimmer	54357
+skittles	54358
+skeletons	54359
+skylights	54360
+skateboarder	54361
+skateboarding	54362
+skateboards	54363
+skaters	54364
+smoothie	54365
+smoothing	54366
+smoothed	54367
+smoother	54368
+smoochie	54369
+smooching	54370
+smokers	54371
+smoking	54372
+smileys	54373
+smugglers	54374
+synchronicity	54375
+synthetic	54376
+sympathies	54377
+sympathize	54378
+symbolizes	54379
+squirting	54380
+squirtle	54381
+squirts	54382
+squirming	54383
+squirmy	54384
+squirrels	54385
+squirrely	54386
+squeaking	54387
+squeaks	54388
+squeaky	54389
+squealed	54390
+squealing	54391
+squeals	54392
+squeeze	54393
+squeezing	54394
+squeezy	54395
+squatters	54396
+squatting	54397
+contradict	54398
+contraband	54399
+contraption	54400
+contrary	54401
+contrast	54402
+control	54403
+contribute	54404
+contributor	54405
+content	54406
+contend	54407
+contempo	54408
+contempt	54409
+contestant	54410
+contested	54411
+contesting	54412
+contests	54413
+continue	54414
+continuous	54415
+continuum	54416
+continental	54417
+continents	54418
+contingent	54419
+containing	54420
+containment	54421
+contains	54422
+contacted	54423
+contacting	54424
+contactor	54425
+contacts	54426
+contaminate	54427
+contamination	54428
+contagion	54429
+contagious	54430
+constraint	54431
+constrictor	54432
+constant	54433
+constable	54434
+constellations	54435
+considered	54436
+considering	54437
+considers	54438
+consisting	54439
+consists	54440
+consignment	54441
+consigning	54442
+consult	54443
+consume	54444
+consuming	54445
+consummate	54446
+consumption	54447
+conserve	54448
+conserving	54449
+consent	54450
+consequence	54451
+consequently	54452
+consecutively	54453
+console	54454
+consolation	54455
+consonants	54456
+consciously	54457
+consciousness	54458
+conscience	54459
+conscientious	54460
+conspiring	54461
+confide	54462
+confidante	54463
+confiding	54464
+confirmation	54465
+confirmed	54466
+confirming	54467
+confirms	54468
+confined	54469
+confinement	54470
+confines	54471
+confiscated	54472
+confessed	54473
+confections	54474
+confuse	54475
+confrontational	54476
+confrontations	54477
+conflicted	54478
+conflicting	54479
+conflicts	54480
+concern	54481
+concert	54482
+concealing	54483
+concealment	54484
+concentrate	54485
+concentrator	54486
+conception	54487
+concepts	54488
+conceptual	54489
+conceited	54490
+concede	54491
+conceding	54492
+concessions	54493
+concluded	54494
+concludes	54495
+conclusion	54496
+conclusive	54497
+concurrent	54498
+concussions	54499
+concourse	54500
+convert	54501
+convergence	54502
+convent	54503
+conveyed	54504
+conveyor	54505
+conviction	54506
+convicted	54507
+convicts	54508
+convince	54509
+convincing	54510
+condense	54511
+condensing	54512
+condemnation	54513
+condemned	54514
+condemning	54515
+condominium	54516
+condoms	54517
+condolences	54518
+condone	54519
+condoning	54520
+conditional	54521
+conditioning	54522
+conditions	54523
+conduct	54524
+conducive	54525
+congrat	54526
+congrads	54527
+congregation	54528
+congested	54529
+connector	54530
+connected	54531
+connects	54532
+connies	54533
+conjugal	54534
+conjugate	54535
+conjunction	54536
+conjunctivitis	54537
+conjure	54538
+conjuring	54539
+complex	54540
+complement	54541
+complected	54542
+compliment	54543
+complied	54544
+complain	54545
+complying	54546
+compare	54547
+compartment	54548
+company	54549
+compassion	54550
+compactor	54551
+compadres	54552
+compatibility	54553
+compatible	54554
+compete	54555
+compensate	54556
+compensatory	54557
+compels	54558
+compress	54559
+comprende	54560
+compromise	54561
+compromising	54562
+compose	54563
+compost	54564
+composure	54565
+compounded	54566
+compounding	54567
+compounds	54568
+components	54569
+compute	54570
+computing	54571
+compulsion	54572
+compulsive	54573
+compilations	54574
+compiled	54575
+comment	54576
+commend	54577
+commence	54578
+commercial	54579
+commerce	54580
+commemorate	54581
+commemorative	54582
+communal	54583
+commune	54584
+commute	54585
+commuting	54586
+commitment	54587
+commits	54588
+commiserate	54589
+commandment	54590
+commanding	54591
+commando	54592
+commands	54593
+commode	54594
+commonly	54595
+commons	54596
+combined	54597
+combines	54598
+combinations	54599
+comedian	54600
+comedic	54601
+comedies	54602
+comforter	54603
+comforted	54604
+comfortable	54605
+comfortably	54606
+collard	54607
+collarbone	54608
+collared	54609
+collars	54610
+collapse	54611
+collagen	54612
+collages	54613
+collector	54614
+collected	54615
+collects	54616
+college	54617
+collegiate	54618
+colleagues	54619
+collided	54620
+collisions	54621
+colonial	54622
+colonics	54623
+colonies	54624
+colonists	54625
+colders	54626
+corrected	54627
+correctly	54628
+correctness	54629
+corrector	54630
+corrects	54631
+corresponding	54632
+corresponds	54633
+correlate	54634
+correlation	54635
+corrupted	54636
+corroded	54637
+corners	54638
+cornerback	54639
+cornered	54640
+cordially	54641
+corporate	54642
+corporation	54643
+corpses	54644
+counter	54645
+counted	54646
+country	54647
+countries	54648
+countin	54649
+counties	54650
+county's	54651
+counselor's	54652
+counselors	54653
+courtship	54654
+courtside	54655
+courteous	54656
+courtesy	54657
+courtneys	54658
+courtyards	54659
+coupled	54660
+coupler	54661
+couples	54662
+couplings	54663
+coupons.com	54664
+cookers	54665
+cookery	54666
+cookies	54667
+cooking	54668
+coolers	54669
+cocksucker	54670
+cocksucking	54671
+copiers	54672
+coppers	54673
+copperview	54674
+cosmetics	54675
+cosmetologist	54676
+cosmetology	54677
+coverage	54678
+coveralls	54679
+coverings	54680
+coincidence	54681
+cottages	54682
+caressing	54683
+carefully	54684
+caregivers	54685
+cardiovascular	54686
+cardigans	54687
+carrier	54688
+carried	54689
+carries	54690
+carriages	54691
+carrots	54692
+carryout	54693
+carryover	54694
+cartons	54695
+cartoons	54696
+cartels	54697
+carbohydrates	54698
+carpender	54699
+carpeted	54700
+carpeting	54701
+carpets	54702
+carpooled	54703
+carpooling	54704
+carports	54705
+carnations	54706
+carnivore	54707
+carnival	54708
+caroline	54709
+caroling	54710
+carmelitas	54711
+carmella	54712
+candied	54713
+candies	54714
+candlestick	54715
+cannonball	54716
+cannons	54717
+cannolis	54718
+cannibalism	54719
+cannibals	54720
+cancel-alarm	54721
+canceled	54722
+canceling	54723
+cancels	54724
+cancerous	54725
+cancers	54726
+callers	54727
+calling	54728
+calculate	54729
+calculator	54730
+calibrate	54731
+calibration	54732
+calibers	54733
+calamine	54734
+calamity	54735
+casters	54736
+castings	54737
+castrated	54738
+cashews	54739
+cashier's	54740
+cashiering	54741
+cashiers	54742
+casseroles	54743
+cassettes	54744
+casings	54745
+casinos	54746
+casualties	54747
+casualty	54748
+caterer	54749
+catered	54750
+caterpillars	54751
+categorize	54752
+categories	54753
+category:	54754
+catalogs	54755
+catalogue	54756
+catalyst	54757
+catalytic	54758
+catchers	54759
+catheterization	54760
+catheters	54761
+catherine	54762
+catherization	54763
+captive	54764
+captivity	54765
+captions	54766
+captured	54767
+captures	54768
+capitalone.com	54769
+capitals	54770
+capabilities	54771
+capability	54772
+capacitors	54773
+campers	54774
+charter	54775
+charted	54776
+characters	54777
+charades	54778
+charger	54779
+chargeback	54780
+charged	54781
+charges	54782
+charging	54783
+charitable	54784
+charities	54785
+charity	54786
+chariots	54787
+charismatic	54788
+charmed	54789
+charmer	54790
+changer	54791
+changeable	54792
+changed	54793
+changeover	54794
+changes	54795
+changing	54796
+chanticlear	54797
+chanting	54798
+chantix	54799
+chanted	54800
+chanello's	54801
+chanellos	54802
+chaperone	54803
+chaperoning	54804
+chapels	54805
+chatter	54806
+chatted	54807
+chatting	54808
+challenge	54809
+challenging	54810
+chasers	54811
+chasing	54812
+chainsaw	54813
+chainsmokers	54814
+champions	54815
+cheeses	54816
+cheesecake	54817
+cheesehead	54818
+cheerio	54819
+cheering	54820
+cheerleader	54821
+cheerleading	54822
+cheetahs	54823
+cheetos	54824
+checkerboard	54825
+checkered	54826
+checkers	54827
+checkings	54828
+cheaper	54829
+cheapest	54830
+cheapskates	54831
+cheater	54832
+cheated	54833
+cheating	54834
+chemically	54835
+chemicals	54836
+chemistry	54837
+cherrywood	54838
+chestnuts	54839
+children's	54840
+childrens	54841
+childless	54842
+childlike	54843
+chiller	54844
+chilled	54845
+chillen	54846
+chillin	54847
+chillies	54848
+chicken's	54849
+chickened	54850
+chickening	54851
+chickenpox	54852
+chickens	54853
+chickie	54854
+chickity	54855
+chickadee	54856
+chipper	54857
+chipped	54858
+chiropractor	54859
+chiropractic	54860
+chopper	54861
+chopped	54862
+chopsticks	54863
+choreography	54864
+chocolate	54865
+chocolatier	54866
+choosers	54867
+chooses	54868
+chuckled	54869
+chuckles	54870
+christian	54871
+christened	54872
+christening	54873
+christopher	54874
+christown	54875
+chromatic	54876
+chromecast	54877
+chromosomes	54878
+chronically	54879
+chronicles	54880
+crackers	54881
+crackles	54882
+crankshaft	54883
+crappie	54884
+crapping	54885
+crapped	54886
+crapper	54887
+crafters	54888
+craftsmanship	54889
+crawler	54890
+crawled	54891
+crawlspace	54892
+crashed	54893
+crasher	54894
+crashes	54895
+crashing	54896
+crazies	54897
+crazier	54898
+creation	54899
+created	54900
+creates	54901
+creators	54902
+creatures	54903
+creamer	54904
+creamed	54905
+creampies	54906
+creases	54907
+creditor	54908
+credited	54909
+crediting	54910
+creditkarma.com	54911
+credits	54912
+credibility	54913
+credentialing	54914
+credentials	54915
+creepin	54916
+creeper	54917
+creeped	54918
+cremate	54919
+cremation	54920
+crematory	54921
+crosswinds	54922
+crossbay	54923
+crossed	54924
+crosses	54925
+crossfade	54926
+crossfire	54927
+crossings	54928
+crossovers	54929
+crossroads	54930
+crowded	54931
+crowders	54932
+crumble	54933
+crumbling	54934
+crumbly	54935
+crushed	54936
+crusher	54937
+crushes	54938
+crunched	54939
+crunches	54940
+crunchies	54941
+crunching	54942
+crunchyroll	54943
+cruisers	54944
+crucified	54945
+crucifix	54946
+critical	54947
+critics	54948
+critique	54949
+critiquing	54950
+criminally	54951
+criminals	54952
+crimpers	54953
+crispers	54954
+classic	54955
+classier	54956
+classmates	54957
+classrooms	54958
+clarify	54959
+claritin	54960
+clarity	54961
+clapped	54962
+clapper	54963
+clauses	54964
+clinical	54965
+clinicians	54966
+climber	54967
+climbed	54968
+climates	54969
+clicker	54970
+clicked	54971
+clipper	54972
+clipped	54973
+clippings	54974
+closers	54975
+closest	54976
+closets	54977
+clothes	54978
+clothed	54979
+cleanse	54980
+cleansing	54981
+cleaner	54982
+cleaned	54983
+cleanest	54984
+cleaning	54985
+cleanliness	54986
+cleanly	54987
+clearances	54988
+cleared	54989
+clearer	54990
+curlers	54991
+currently	54992
+currents	54993
+customer	54994
+customary	54995
+customs	54996
+custody	54997
+cuttings	54998
+cultured	54999
+cultures	55000
+culturally	55001
+celebrex	55002
+cellulite	55003
+cellulitis	55004
+centerfold	55005
+centerpiece	55006
+centers	55007
+center.com	55008
+centered	55009
+centerline	55010
+centerra	55011
+central	55012
+centimeters	55013
+censorship	55014
+certifiable	55015
+certified	55016
+certifit	55017
+ceremonial	55018
+ceremonies	55019
+circumference	55020
+circumvent	55021
+circular	55022
+circuits	55023
+circled	55024
+circles	55025
+citizenship	55026
+cinematic	55027
+cinematography	55028
+civilian	55029
+Starkey	55030
+Starshine	55031
+Starship	55032
+Starbucks	55033
+Starling	55034
+Starlite	55035
+Standiford	55036
+Standing	55037
+Standish	55038
+Standards	55039
+Stanley's	55040
+Stanleys	55041
+Stanford's	55042
+Statesboro	55043
+Statesman	55044
+Statesville	55045
+Staters	55046
+Stacey's	55047
+Stampede	55048
+Stamper	55049
+Stephens	55050
+Stephen's	55051
+Stephenville	55052
+Stephanie	55053
+Stevens	55054
+Steven's	55055
+Stevie's	55056
+Stevies	55057
+Steeler	55058
+Steeles	55059
+Stefano's	55060
+Stefanos	55061
+Stefanie	55062
+Stewartstown	55063
+Stewartsville	55064
+Stella's	55065
+Stonehill	55066
+Stonehouse	55067
+Stoney's	55068
+Stoneybrook	55069
+Stoneys	55070
+Stonebrook	55071
+Stonewall	55072
+Stonecrest	55073
+Stonecroft	55074
+Stonefield	55075
+Stonefire	55076
+Stonelake	55077
+Stoneleigh	55078
+Stonestown	55079
+Stratham	55080
+Strathmore	55081
+Stratocaster	55082
+Stratosphere	55083
+Strange	55084
+Straits	55085
+Streets	55086
+Streeter	55087
+Streamlight	55088
+Streamwood	55089
+Stroudsburg	55090
+Studebakers	55091
+Students	55092
+Studios	55093
+Sturgill	55094
+Sturgis	55095
+Stillwater	55096
+Stillwell	55097
+Sanderson	55098
+Sandersville	55099
+Sandra's	55100
+Sandras	55101
+Sandhills	55102
+Sandler's	55103
+Santana	55104
+Santander	55105
+Santiago	55106
+Santiam	55107
+Santini's	55108
+Santino's	55109
+Santorini's	55110
+Salishan	55111
+Salvatore's	55112
+Salvatores	55113
+Savings	55114
+Saddleback	55115
+Saddlebrook	55116
+Sharper	55117
+Sharpsburg	55118
+Sharpstown	55119
+Sharkeez	55120
+Sharkey's	55121
+Shannon's	55122
+Shannons	55123
+Shanahan's	55124
+Shakespeare	55125
+Shakey's	55126
+Shakeys	55127
+Shawna's	55128
+Shaleen	55129
+Sheriff's	55130
+Sheriffs	55131
+Sheridan's	55132
+Sherrie	55133
+Sherry's	55134
+Shelby's	55135
+Shelbys	55136
+Shelbyville	55137
+Shelley's	55138
+Shelly's	55139
+Sheltering	55140
+Shelton's	55141
+Sheena's	55142
+Shepherdstown	55143
+Shepherdsville	55144
+Shoppers	55145
+Shoppes	55146
+Shoppette	55147
+Shoppingtown	55148
+Shorty's	55149
+Shirley's	55150
+Shiloh's	55151
+Seagram's	55152
+Seagrams	55153
+Seasons	55154
+ServiceMaster	55155
+Services	55156
+Senator	55157
+Senatobia	55158
+Selena's	55159
+Sellersburg	55160
+Sellersville	55161
+Sebastian's	55162
+Sunday's	55163
+Sundays	55164
+Superman's	55165
+Supremes	55166
+Summerhays	55167
+Summerhill	55168
+Summerland	55169
+Summerlin	55170
+Summerside	55171
+Summersville	55172
+Southwestern	55173
+Southwick	55174
+Southwind	55175
+Southwood	55176
+Southworth	55177
+Southbridge	55178
+Southbrook	55179
+Southpoint	55180
+Southport	55181
+Southeastern	55182
+Southlands	55183
+Somerset	55184
+Somersworth	55185
+Sorensen	55186
+Sorenson	55187
+Sorrento's	55188
+Sparkleberry	55189
+Sparkletts	55190
+Sparky's	55191
+Spartan	55192
+Spartacus	55193
+Spangled	55194
+Spangler	55195
+Speedwell	55196
+Speedy's	55197
+Spectra	55198
+Spectre	55199
+Spectrum	55200
+Specialists	55201
+Spencer's	55202
+Spencerport	55203
+Spencers	55204
+Spencerville	55205
+Spearman	55206
+Spearmint	55207
+Springs	55208
+SpringHill	55209
+Springdale	55210
+Springer	55211
+Springfield	55212
+Springleaf	55213
+Springmill	55214
+Springtown	55215
+Springwood	55216
+Sprinter	55217
+Sportsman's	55218
+Sportsmans	55219
+Silversun	55220
+Silverados	55221
+Silverlake	55222
+Silverleaf	55223
+Silverman	55224
+Silvermine	55225
+Silverthorne	55226
+Silverton	55227
+Silvio's	55228
+Simonson's	55229
+SimplexGrinnell	55230
+Scholars	55231
+Scholastic	55232
+Scholl's	55233
+Scholls	55234
+Schuler	55235
+Schulenburg	55236
+Schuylerville	55237
+Schererville	55238
+Schwarz	55239
+Schwartz	55240
+Schwabs	55241
+Schaefer's	55242
+Schillinger	55243
+Schroeder's	55244
+Scottsdale	55245
+Scottsville	55246
+Scottie	55247
+Scottish	55248
+Scotty's	55249
+Scripture	55250
+Scripts	55251
+Scandinavian	55252
+Skylander	55253
+Skylark	55254
+Skateway	55255
+Skateworld	55256
+Swanson's	55257
+Swansons	55258
+Sweetbay	55259
+Sweetbriar	55260
+Sweeney's	55261
+Smithsburg	55262
+Smithsonian	55263
+Smokey's	55264
+Snoopy's	55265
+Sylvania	55266
+Sylvia's	55267
+propose	55268
+proposal	55269
+proportions	55270
+properly	55271
+propeller	55272
+prophecies	55273
+prophecy	55274
+prophetic	55275
+prospector	55276
+prospects	55277
+prosper.com	55278
+prosperity	55279
+prosperous	55280
+prostitute	55281
+prosthetic	55282
+prosthesis	55283
+prosecutor	55284
+prosecute	55285
+processor	55286
+proceeding	55287
+proceeded	55288
+proceeds	55289
+procedures	55290
+procrastinated	55291
+procrastinating	55292
+procrastination	55293
+procrastinators	55294
+proctoring	55295
+proctors	55296
+proclaimed	55297
+promote	55298
+promise	55299
+promiscuous	55300
+promising	55301
+promissory	55302
+promethazine	55303
+prometheus	55304
+protect	55305
+protech	55306
+protesters	55307
+protesting	55308
+protests	55309
+proteins	55310
+protonix	55311
+protons	55312
+protocols	55313
+prototypes	55314
+provide	55315
+providing	55316
+proving	55317
+provisional	55318
+provisioning	55319
+provisions	55320
+proverbial	55321
+proverbs	55322
+provoke	55323
+provoking	55324
+profession	55325
+professor	55326
+profits	55327
+profile	55328
+profiling	55329
+proficiency	55330
+proficient	55331
+probability	55332
+probation	55333
+probate	55334
+problematic	55335
+probiotics	55336
+product:	55337
+products	55338
+producer	55339
+produced	55340
+produces	55341
+programs	55342
+pronounce	55343
+pronouncing	55344
+projections	55345
+prolonged	55346
+prolonging	55347
+prologistix	55348
+prologue	55349
+proximal	55350
+proximately	55351
+present	55352
+presence	55353
+preserve	55354
+preserving	55355
+presets	55356
+pressure	55357
+pressuring	55358
+pressed	55359
+presses	55360
+prescription	55361
+preschoolers	55362
+president's	55363
+presidential	55364
+presidents	55365
+presumed	55366
+prestige	55367
+prestigious	55368
+precise	55369
+precision	55370
+precincts	55371
+precautionary	55372
+precautions	55373
+preceding	55374
+prepare	55375
+preparing	55376
+prepayment	55377
+prepper	55378
+prepped	55379
+pretend	55380
+pretense	55381
+pretentious	55382
+preteens	55383
+pretties	55384
+prettied	55385
+prettier	55386
+preventing	55387
+prevention	55388
+preventive	55389
+preventable	55390
+preventative	55391
+prevented	55392
+preventer	55393
+prevailing	55394
+prevails	55395
+previews	55396
+previously	55397
+predictable	55398
+predicted	55399
+predictor	55400
+predicament	55401
+predicate	55402
+premiere	55403
+premises	55404
+premiums	55405
+prematurely	55406
+preference	55407
+preferential	55408
+preferable	55409
+preferably	55410
+preferrably	55411
+preferred	55412
+pre-ordered	55413
+preacher	55414
+preached	55415
+preaches	55416
+pregnancies	55417
+pregnancy	55418
+primary	55419
+primers	55420
+principal	55421
+principle	55422
+princes	55423
+printer	55424
+printed	55425
+printouts	55426
+priceless	55427
+priceline.com	55428
+prisoners	55429
+privately	55430
+privates	55431
+priorities	55432
+practiced	55433
+practices	55434
+practically	55435
+prayerful	55436
+prayers	55437
+prankster	55438
+praised	55439
+praises	55440
+particle	55441
+partially	55442
+partials	55443
+partied	55444
+partier	55445
+parties	55446
+partitions	55447
+partnership	55448
+partying	55449
+paralyze	55450
+paralysis	55451
+parallelogram	55452
+parallels	55453
+paramedic	55454
+parameter	55455
+parades	55456
+paradigm	55457
+paradise	55458
+paraphernalia	55459
+parasites	55460
+paranoia	55461
+paranoid	55462
+parenthood	55463
+parentals	55464
+patrolman	55465
+patrols	55466
+patrons	55467
+patricia	55468
+patrick	55469
+pathology	55470
+patient's	55471
+patient-reported	55472
+patiently	55473
+patients	55474
+pattern	55475
+pancreatic	55476
+pancreatitis	55477
+panicked	55478
+panicking	55479
+panicky	55480
+pastels	55481
+pasting	55482
+pastini	55483
+passionate	55484
+passions	55485
+passing	55486
+passengers	55487
+passages	55488
+paintball	55489
+paintbrush	55490
+painter	55491
+painted	55492
+painting	55493
+packaged	55494
+packages	55495
+packets	55496
+pacifier	55497
+pacifically	55498
+paddles	55499
+pavilions	55500
+posters	55501
+postpone	55502
+postponing	55503
+postmarked	55504
+postings	55505
+position	55506
+possibilities	55507
+possibility	55508
+possible	55509
+possibly	55510
+political	55511
+politician	55512
+politics	55513
+politely	55514
+policies	55515
+policing	55516
+polished	55517
+polisher	55518
+polishes	55519
+polygamist	55520
+polygamy	55521
+portabella	55522
+portable	55523
+portals	55524
+porterhouse	55525
+porters	55526
+portions	55527
+portraits	55528
+portrayed	55529
+pornographic	55530
+pornography	55531
+popular	55532
+poppers	55533
+popping	55534
+poopers	55535
+potters	55536
+pottery	55537
+potentially	55538
+potentials	55539
+pointer	55540
+pointed	55541
+pointments	55542
+powerless	55543
+powerplay	55544
+powerpoint	55545
+powerstroke	55546
+pounder	55547
+pounded	55548
+personal	55549
+personable	55550
+persists	55551
+persimmons	55552
+persecute	55553
+persecution	55554
+perseverance	55555
+persevere	55556
+persuade	55557
+persuading	55558
+persuasion	55559
+persuasive	55560
+perfected	55561
+perfectgirls.net	55562
+perfectly	55563
+perfecto	55564
+performance	55565
+performing	55566
+performs	55567
+percentage	55568
+percenter	55569
+percentile	55570
+perception	55571
+perceptive	55572
+perceived	55573
+percocets	55574
+percosets	55575
+periodo	55576
+periodic	55577
+periods	55578
+perishables	55579
+permits	55580
+permission	55581
+permissible	55582
+permanently	55583
+pervert	55584
+perverse	55585
+perpetrator	55586
+penalized	55587
+penalties	55588
+penalty	55589
+penetrations	55590
+pensions	55591
+peacefully	55592
+peacemakers	55593
+peacocks	55594
+pediatrician	55595
+pediatrics	55596
+pedicures	55597
+petitioning	55598
+petitions	55599
+petroleum	55600
+peppercorns	55601
+peppermints	55602
+pepperoni's	55603
+pinchers	55604
+pickers	55605
+pickings	55606
+pictured	55607
+pictures	55608
+pillowcases	55609
+pillars	55610
+pitchers	55611
+pierced	55612
+piercer	55613
+piercings	55614
+pistols	55615
+pistons	55616
+player's	55617
+playercard	55618
+players	55619
+playbook	55620
+playboy	55621
+playdates	55622
+playgrounds	55623
+playmates	55624
+plantation	55625
+plantains	55626
+plantar	55627
+planter	55628
+planted	55629
+planets	55630
+planner	55631
+planned	55632
+planning	55633
+platelets	55634
+placemat	55635
+placement	55636
+plastered	55637
+plastering	55638
+plastic	55639
+pleasantburg	55640
+pleasantdale	55641
+pleasantly	55642
+pleasantries	55643
+please.	55644
+pleased	55645
+pleaser	55646
+pleases	55647
+pleasure	55648
+pleasurable	55649
+pleasuring	55650
+pledges	55651
+plumber's	55652
+plumbers	55653
+pursuit	55654
+pursuing	55655
+pursued	55656
+purification	55657
+purples	55658
+punched	55659
+puncher	55660
+punches	55661
+punctual	55662
+punctured	55663
+publication	55664
+publican	55665
+publicist	55666
+publicity	55667
+publicize	55668
+publisher	55669
+published	55670
+pushers	55671
+pumpernickel	55672
+photographs	55673
+photography	55674
+photoshop	55675
+photoshoot	55676
+phone.com	55677
+phones.com	55678
+physical	55679
+physics	55680
+philosophers	55681
+philosophical	55682
+philosophies	55683
+phenomenal	55684
+psychology	55685
+psychopathic	55686
+psychopaths	55687
+psychosis	55688
+psychosocial	55689
+psychotherapy	55690
+psychotic	55691
+psychiatry	55692
+psychics	55693
+psychedelic	55694
+Conners	55695
+Connery	55696
+Connellsville	55697
+Connelly	55698
+Connor's	55699
+Connors	55700
+Connolly's	55701
+Connie's	55702
+Constant	55703
+Constance	55704
+Consulate	55705
+Consuela	55706
+Consuelo	55707
+Consumers	55708
+Conservancy	55709
+Controls	55710
+Contacts	55711
+Contessa	55712
+Contest	55713
+Continental	55714
+Concorde	55715
+Concordia	55716
+Concords	55717
+Concordville	55718
+Congress	55719
+Congregation	55720
+Confederacy	55721
+Convergys	55722
+Converse	55723
+Conley's	55724
+College	55725
+Collegiate	55726
+Collector	55727
+Colleen's	55728
+Colleens	55729
+Colleyville	55730
+Collins	55731
+Colliers	55732
+Collierville	55733
+Collision	55734
+Collison	55735
+Colonia	55736
+Colonie	55737
+Colombia	55738
+Colombo	55739
+Colorado's	55740
+Colinas	55741
+Columbia	55742
+Columbine	55743
+Corners	55744
+Cornell	55745
+Cornwallis	55746
+Correction	55747
+Corrales	55748
+Cortese	55749
+Cordele	55750
+Cordelia	55751
+Cordell	55752
+Corinthian	55753
+Commodore	55754
+Commodus	55755
+Commons	55756
+Commonwealth	55757
+Commander	55758
+Commands	55759
+Commissioner	55760
+Commission's	55761
+Companion	55762
+Company	55763
+Compassion	55764
+Computers	55765
+Courtenay	55766
+Courtesy	55767
+Courtney's	55768
+Countryside	55769
+County's	55770
+Cookies	55771
+Coopersburg	55772
+Cooperstown	55773
+Coopersville	55774
+Cosmopolitan	55775
+Cosmoprof	55776
+Copperas	55777
+Copperfield	55778
+Copperhead	55779
+Cottondale	55780
+Cottonelle	55781
+Cottontail	55782
+Cottonwood	55783
+Carlina	55784
+Carling	55785
+Carlinville	55786
+Carlitos	55787
+Carlson's	55788
+Carlos's	55789
+Carrie's	55790
+Carrier	55791
+Carroll's	55792
+Carrollton	55793
+Carrollwood	55794
+Carolina	55795
+Caroline	55796
+Carolee	55797
+Carolyn's	55798
+Carmelo	55799
+Carmelita	55800
+Carmella's	55801
+Carmen's	55802
+Carmenita	55803
+Carmens	55804
+Carmichaels	55805
+Carmine's	55806
+Carmines	55807
+Cartersville	55808
+Cardinal	55809
+Cardington	55810
+Carneys	55811
+Carpenter	55812
+Carpentaria	55813
+Callahan's	55814
+Callender	55815
+California	55816
+Californication	55817
+Campbellsville	55818
+Campostella	55819
+Camelback	55820
+Camelbak	55821
+Cameron	55822
+Cameroon	55823
+Camille	55824
+Camilla	55825
+Camillus	55826
+Caminos	55827
+Camaros	55828
+Cambrian	55829
+CambridgeSide	55830
+Candlestick	55831
+Candice's	55832
+Canadian	55833
+Canadiens	55834
+Canada's	55835
+Cantonese	55836
+Cantonment	55837
+Cassandra	55838
+Cassano's	55839
+Cassidy's	55840
+Cassie's	55841
+Casselberry	55842
+Cassell	55843
+Casselton	55844
+Cascades	55845
+Catherine's	55846
+Catherines	55847
+Cattleman's	55848
+Cattlemen's	55849
+Capital	55850
+CapitaLand	55851
+Capitan	55852
+Capitola	55853
+Capelli's	55854
+Caprice	55855
+Capricorn	55856
+Cabela's	55857
+Cabelas	55858
+Charles	55859
+Charlene	55860
+Charley	55861
+Charleroi	55862
+Charlevoix	55863
+Charlie	55864
+Charlotte's	55865
+Charlottesville	55866
+Charlottetown	55867
+Charities	55868
+Chariton	55869
+Charity	55870
+Chartered	55871
+Chargers	55872
+Chandler's	55873
+Chandlers	55874
+Channelside	55875
+Channelview	55876
+Champions	55877
+Champaign	55878
+Champlain	55879
+Champlin	55880
+Chambers	55881
+Chamberlain	55882
+Chappelle	55883
+Chattanoogan	55884
+Chainsaw	55885
+Chesterbrook	55886
+Chesterfield	55887
+Chesterland	55888
+Chesters	55889
+Chesnee	55890
+Chesney	55891
+Cherryvale	55892
+Cherryville	55893
+Chelsea's	55894
+Children	55895
+Childress	55896
+Childersburg	55897
+Chillicothe	55898
+Chilliwack	55899
+Chickamauga	55900
+Chicago's	55901
+Chicagoland	55902
+Chippendale	55903
+Chippenham	55904
+Christian	55905
+Christie	55906
+Christmases	55907
+Christmassy	55908
+Christmastime	55909
+Christmasy	55910
+Christoph	55911
+Christos	55912
+Christensen	55913
+Christel	55914
+Christy's	55915
+Churchill's	55916
+Crossley	55917
+Crossett	55918
+Crownsville	55919
+Crocker	55920
+Crockett	55921
+Crescenta	55922
+Creekside	55923
+Creekstone	55924
+Creation	55925
+Creative	55926
+Craigslist	55927
+Cristian	55928
+Cristina	55929
+Crittenden	55930
+Crittenton	55931
+Crusaders	55932
+Clarksburg	55933
+Clarksdale	55934
+Clarkson	55935
+Clarkston	55936
+Clarksville	55937
+Clarkesville	55938
+Clarisa	55939
+Clarisonic	55940
+Claremont	55941
+Claremore	55942
+Clarence	55943
+Clarendon	55944
+Claire's	55945
+Clairemont	55946
+Claudia	55947
+Claudine	55948
+Claudio	55949
+Claudius	55950
+Claudette	55951
+Classical	55952
+Classico	55953
+Clearwater	55954
+Clearwire	55955
+Cleaners	55956
+Clemente	55957
+Clementine	55958
+Clementon	55959
+Clements	55960
+Cliffside	55961
+Clinton's	55962
+Clintonville	55963
+Clinics	55964
+CenterPoint	55965
+Centerburg	55966
+Centereach	55967
+Centers	55968
+Centerton	55969
+Centerville	55970
+Centrelink	55971
+Centreville	55972
+Centralia	55973
+CenturyLink	55974
+CenturyTel	55975
+Celebrate	55976
+Celebration	55977
+Cerritos	55978
+Currier	55979
+Mariano	55980
+Mariana	55981
+Mariah's	55982
+Mariner	55983
+Marinello's	55984
+Marines	55985
+Marinette	55986
+Marinos	55987
+Mariela	55988
+Marion's	55989
+Marionville	55990
+Marisa's	55991
+Marissa's	55992
+Martins	55993
+Martini	55994
+Martine	55995
+Martino	55996
+Martin's	55997
+Martina	55998
+Martindale	55999
+Martintown	56000
+Martinville	56001
+Martians	56002
+Martell	56003
+Marcella	56004
+Marcello	56005
+Marcellus	56006
+Marconi	56007
+Marcone	56008
+Marciano	56009
+Marlene	56010
+Marlena	56011
+Marley's	56012
+Marlow's	56013
+Marshal	56014
+Marshawn	56015
+Marsala	56016
+Marsalis	56017
+Margaret	56018
+Margarita	56019
+Margie's	56020
+Markley	56021
+Maryview	56022
+Maryville	56023
+Marburger	56024
+Maranatha	56025
+Mandela	56026
+Manning's	56027
+Mannington	56028
+Manhattans	56029
+Matterhorn	56030
+Matters	56031
+Matthew's	56032
+Matthews	56033
+Mathers	56034
+Mathews	56035
+Mathison	56036
+Materials	56037
+Mackenzies	56038
+Mackinac	56039
+Mackinaw	56040
+Machines	56041
+Malaysian	56042
+Maloney's	56043
+Mallory's	56044
+Massachusetts	56045
+Massacre	56046
+Massapequa	56047
+Massaponax	56048
+Massey's	56049
+Masters	56050
+Madeleine's	56051
+Madeline's	56052
+Magnuson	56053
+Mahoney	56054
+Mauriceville	56055
+Maximum	56056
+Maximus	56057
+Monterey	56058
+Monterrey	56059
+Montero	56060
+Montell	56061
+Monteleone	56062
+Montesano	56063
+Montessori	56064
+Montezuma	56065
+Montevallo	56066
+Montevideo	56067
+Montana	56068
+Montano	56069
+Montage	56070
+Montague	56071
+Montrose	56072
+Montross	56073
+Mongolian	56074
+Monkeys	56075
+Morrison	56076
+Morrissey	56077
+Morristown	56078
+Morrisville	56079
+Morrie's	56080
+Moorestown	56081
+Mooresville	56082
+Motorwerks	56083
+Motorhead	56084
+Motorhome	56085
+Motorsports	56086
+Mountaineer	56087
+Mountains	56088
+Moundsville	56089
+Moultonborough	56090
+Mohammad	56091
+Mohammed	56092
+Millers	56093
+Miller's	56094
+Millerton	56095
+Millerville	56096
+Millennium	56097
+Milledgeville	56098
+Millionaire	56099
+Millions	56100
+Millie's	56101
+Milligans	56102
+Millikan	56103
+Milliken	56104
+Millington	56105
+Millinocket	56106
+Millbrook	56107
+Millburn	56108
+Millbury	56109
+Millstadt	56110
+Millstream	56111
+Milano's	56112
+Milanos	56113
+Minerva's	56114
+Ministries	56115
+Ministry	56116
+Michelle	56117
+Michelangelo	56118
+Michele	56119
+Michelin	56120
+Michelob	56121
+Michaela	56122
+Michaels	56123
+Michael's	56124
+Michigan's	56125
+Mickey's	56126
+Mickeys	56127
+Middleburg	56128
+Middlebury	56129
+Missionary	56130
+Mississauga	56131
+Mississippi	56132
+Missoula	56133
+Missoulian	56134
+Mitchell's	56135
+Mitchells	56136
+Mitchellville	56137
+Mercersburg	56138
+Mercerville	56139
+Mercedes	56140
+Merchants	56141
+Merrimon	56142
+Merrillville	56143
+Meridian	56144
+Meridien	56145
+Mendelson	56146
+Melinda's	56147
+Metropark	56148
+Metroplex	56149
+Metrolina	56150
+Metrolink	56151
+Medicaid	56152
+Medical	56153
+Medicap	56154
+Medicare	56155
+Mediterranean	56156
+Meadowbrook	56157
+Meadowdale	56158
+Meadowood	56159
+Meadows	56160
+Mexican	56161
+Mexicali	56162
+Mexico's	56163
+Memorial	56164
+Memories	56165
+McCarthy	56166
+McCarter	56167
+McCartney	56168
+McCarty	56169
+McCarran	56170
+McCarron	56171
+McCormick's	56172
+McCormicks	56173
+McCordsville	56174
+McClelland	56175
+McClendon's	56176
+McClain's	56177
+McClure	56178
+McClurkin	56179
+McKenna	56180
+McKenney	56181
+McKenzies	56182
+McKeesport	56183
+McKellips	56184
+McKinnon's	56185
+McGuire's	56186
+McGuires	56187
+McDonald's	56188
+McDonalds	56189
+McDoubles	56190
+Munchkins	56191
+Muskegon	56192
+Mustangs	56193
+Murdoch's	56194
+Murphysboro	56195
+Mullinax	56196
+Mullins	56197
+Brookshire	56198
+Brookston	56199
+Brookside	56200
+Brooksville	56201
+Brooklyn	56202
+Brookline	56203
+Brooke's	56204
+Brooker	56205
+Brookes	56206
+Brookhaven	56207
+Brookhollow	56208
+Brookhurst	56209
+Brownstown	56210
+Brownsville	56211
+Brownell	56212
+Broadwater	56213
+Broadway	56214
+Brandon	56215
+Branden	56216
+Brandeis	56217
+Brandi's	56218
+Brandie	56219
+Brandy's	56220
+Brandywine	56221
+Bradley's	56222
+Bradleys	56223
+Brazosport	56224
+Brackenridge	56225
+Brattleboro	56226
+Bridget	56227
+Bridges	56228
+Bridgehampton	56229
+Bridgeport	56230
+Bridger	56231
+Brittany	56232
+Brittain	56233
+Britain's	56234
+Brianna	56235
+Brianne	56236
+Briarcliff	56237
+Briarcrest	56238
+Brightman	56239
+Brighton	56240
+Brightside	56241
+Brightwood	56242
+Bristows	56243
+Brendan	56244
+Brenda's	56245
+Brennan	56246
+Breezewood	56247
+Barrett	56248
+Barrels	56249
+Barron's	56250
+Barrons	56251
+Barracks	56252
+Barracuda	56253
+Barney's	56254
+Barneys	56255
+Barnesville	56256
+Barnaby	56257
+Barnabas	56258
+Barton's	56259
+Bartonsville	56260
+Bartonville	56261
+Bartells	56262
+Barbara	56263
+Barbarian	56264
+Barbies	56265
+Bandidos	56266
+Bandito	56267
+BancorpSouth	56268
+Ballast	56269
+Ballenger	56270
+Ballentine	56271
+Baldwinsville	56272
+Battleship	56273
+Battlestar	56274
+Battlefield	56275
+Battleford	56276
+Bakersfield	56277
+Bakersville	56278
+Bellevue	56279
+Bellefontaine	56280
+Bellefonte	56281
+Bernardi	56282
+Bernards	56283
+Bernard's	56284
+Bernardo	56285
+Bernalillo	56286
+Bernie's	56287
+Bernies	56288
+Bergenfield	56289
+Bergenline	56290
+Bergeron	56291
+Berkshires	56292
+Bennett	56293
+Bennington	56294
+Benito's	56295
+Benjamin's	56296
+Benjamins	56297
+Beardsley	56298
+Beardstown	56299
+Beautyrest	56300
+Beaverdale	56301
+Beaverdam	56302
+Bethany's	56303
+Bettendorf	56304
+Beckers	56305
+Bonners	56306
+Boniface	56307
+Bonifacius	56308
+Boosters	56309
+Botanical	56310
+Burnett	56311
+Burgers	56312
+Burgerville	56313
+Burlingame	56314
+Burlington	56315
+Burtonsville	56316
+Buckeye	56317
+Buckeystown	56318
+Buckley	56319
+Butterball	56320
+Buttercup	56321
+Butterworth	56322
+Buttonwillow	56323
+Buttonwood	56324
+Buddha's	56325
+Buddhism	56326
+Buddhist	56327
+Blackbird	56328
+Blackburn	56329
+Blacksburg	56330
+Blackshear	56331
+Blackson	56332
+Blackman	56333
+Blackwater	56334
+Blackwell	56335
+Blackwood	56336
+Blackhawks	56337
+Blanche	56338
+Blanchard	56339
+Blankenbaker	56340
+Blankenship	56341
+Blairstown	56342
+Blairsville	56343
+Blaine's	56344
+Blazers	56345
+Bloomingdale	56346
+Bloomingburg	56347
+Bloomington	56348
+Bloomsburg	56349
+Bloomsbury	56350
+Bloodstones	56351
+Billingsley	56352
+barbers	56353
+barberitos	56354
+barberry	56355
+barbecue	56356
+barbecuing	56357
+barbara	56358
+barback	56359
+barbacoa	56360
+barricaded	56361
+barricades	56362
+barriers	56363
+barracks	56364
+barracos	56365
+barrels	56366
+bartenders	56367
+backspace	56368
+backsplash	56369
+backfield	56370
+backfill	56371
+backflip	56372
+backflow	56373
+backroad	56374
+backroom	56375
+backers	56376
+backpacking	56377
+backpacks	56378
+backward	56379
+backwater	56380
+backboard	56381
+backbone	56382
+backdrops	56383
+backgrounds	56384
+bandaged	56385
+bandages	56386
+bandaids	56387
+bandanas	56388
+bandits	56389
+bangerang	56390
+bangers	56391
+bankruptcy	56392
+banners	56393
+baseballs	56394
+baseboards	56395
+basements	56396
+basketballs	56397
+bastards	56398
+ballerina	56399
+ballers	56400
+balling	56401
+ballistics	56402
+balloons	56403
+ballots	56404
+ballads	56405
+battery	56406
+battered	56407
+batteries	56408
+batters	56409
+battles	56410
+battled	56411
+battlefield	56412
+battleground	56413
+bathrooms	56414
+babysits	56415
+badgering	56416
+badgers	56417
+baggies	56418
+bookshelf	56419
+bookshelves	56420
+bookstores	56421
+booking.com	56422
+bookings	56423
+bookies	56424
+booties	56425
+bootleggers	56426
+boomerangs	56427
+booster	56428
+boosted	56429
+bouncer	56430
+bounced	56431
+bounces	56432
+bouncing	56433
+boundaries	56434
+boundary	56435
+borrowers	56436
+bottled	56437
+bottleneck	56438
+bottles	56439
+bothersome	56440
+boardshop	56441
+bodybuilders	56442
+bodybuilding.com	56443
+bombergers	56444
+bombers	56445
+bombshells	56446
+bowlero	56447
+bowlers	56448
+boilers	56449
+brainstorm	56450
+brainwashed	56451
+brainwashing	56452
+brained	56453
+brainer	56454
+branding	56455
+brandsmart	56456
+brandys	56457
+branchinelli's	56458
+branching	56459
+bracelets	56460
+bravery	56461
+breakable	56462
+breakage	56463
+breakaway	56464
+breakdowns	56465
+breakers	56466
+breakfasts	56467
+breaking	56468
+breakouts	56469
+breakups	56470
+breadstick	56471
+breadsmith	56472
+breadeaux	56473
+breaded	56474
+breather	56475
+breathes	56476
+breathtakingly	56477
+breastfeed	56478
+breastfed	56479
+breeders	56480
+breezes	56481
+breezeway	56482
+breweries	56483
+brewery	56484
+brewskis	56485
+broadcasting	56486
+broadhead	56487
+broadhollow	56488
+broaden	56489
+broader	56490
+broadside	56491
+brownie	56492
+browning	56493
+brownish	56494
+brownstone	56495
+browser	56496
+broomstick	56497
+brother-in-law	56498
+brother's	56499
+brotherhood	56500
+brotherly	56501
+brothers	56502
+bronchial	56503
+bronchitis	56504
+bridgeStreet	56505
+bridges	56506
+bridget	56507
+bridgewater	56508
+bridging	56509
+bridgit	56510
+bridesmaid	56511
+brighten	56512
+brighter	56513
+brightest	56514
+bringing	56515
+briefings	56516
+brushed	56517
+brushes	56518
+burners	56519
+butters	56520
+butterball	56521
+buttered	56522
+buttering	56523
+buttermilk	56524
+butternut	56525
+buttery	56526
+buttoned	56527
+buttons	56528
+buttholes	56529
+bulletins	56530
+bulldogs	56531
+bullied	56532
+bullies	56533
+busters	56534
+bushels	56535
+bundled	56536
+bundles	56537
+bumpers	56538
+budgeted	56539
+budgeting	56540
+budgets	56541
+buildings	56542
+bubblegum	56543
+bubbler	56544
+bubbles	56545
+buggers	56546
+bugging	56547
+beaters	56548
+beautician	56549
+beauties	56550
+beached	56551
+beaches	56552
+belleria	56553
+bellerose	56554
+believe	56555
+believin	56556
+beliefs	56557
+belongings	56558
+benefited	56559
+benefiting	56560
+benefits	56561
+beneficial	56562
+benders	56563
+bedrooms	56564
+beginners	56565
+beginnings	56566
+besties	56567
+behavior	56568
+behaving	56569
+behaved	56570
+behaves	56571
+bloodshot	56572
+bloomer	56573
+bloomed	56574
+blooming	56575
+bloopers	56576
+blowers	56577
+blockages	56578
+blockers	56579
+blackberries	56580
+blackberry	56581
+blacklisted	56582
+blanket	56583
+blanked	56584
+blankie	56585
+blanking	56586
+blaster	56587
+blasted	56588
+bluestem	56589
+bluestone	56590
+blushed	56591
+blushes	56592
+bleacher	56593
+bleached	56594
+blenders	56595
+blinded	56596
+blinders	56597
+blindfolded	56598
+blindsided	56599
+blinkers	56600
+blistered	56601
+blistering	56602
+blisters	56603
+biomedical	56604
+biometrics	56605
+biologically	56606
+biologicals	56607
+biotics	56608
+billionaire	56609
+billions	56610
+billiards	56611
+billings	56612
+birthdays	56613
+birthstones	56614
+bitters	56615
+bitterness	56616
+bindings	56617
+biblically	56618
+restrict	56619
+restring	56620
+restraint	56621
+restrained	56622
+restraining	56623
+restrooms	56624
+restructure	56625
+restructuring	56626
+restore	56627
+restoring	56628
+restocked	56629
+restocking	56630
+restarted	56631
+restarting	56632
+restarts	56633
+restaurant.com	56634
+restaurants	56635
+researching	56636
+reserved	56637
+reserves	56638
+reservations	56639
+resentful	56640
+resenting	56641
+resentment	56642
+resending	56643
+resembles	56644
+resides	56645
+residual	56646
+residue	56647
+resistance	56648
+resistant	56649
+resistors	56650
+response	56651
+responding	56652
+responds	56653
+respective	56654
+respecting	56655
+respectfully	56656
+respirator	56657
+respiration	56658
+resurface	56659
+resurfacing	56660
+resurrected	56661
+resurrection	56662
+resumes	56663
+resolution	56664
+resolute	56665
+resolve	56666
+resolving	56667
+rescued	56668
+rescues	56669
+rescheduled	56670
+reconsider	56671
+reconstruct	56672
+reconnect	56673
+reconnaissance	56674
+reconcile	56675
+reconfigure	56676
+reconfirm	56677
+recorder	56678
+recorded	56679
+recordings	56680
+recognize	56681
+recognizing	56682
+recommendations	56683
+recoveries	56684
+recovering	56685
+recouping	56686
+receive	56687
+receivable	56688
+receiving	56689
+receipts	56690
+reception	56691
+receptive	56692
+receptacles	56693
+receptors	56694
+recertify	56695
+reciprocity	56696
+recipes	56697
+recipients	56698
+recital	56699
+recitation	56700
+recruiter	56701
+recruited	56702
+recreated	56703
+recreational	56704
+rectangle	56705
+rectangular	56706
+rectally	56707
+rectified	56708
+rectifier	56709
+recliner	56710
+reclaimed	56711
+recyclers	56712
+recalled	56713
+recalling	56714
+recalls	56715
+recuperated	56716
+recuperating	56717
+recuperation	56718
+rechargeable	56719
+recharged	56720
+reproduce	56721
+reproducing	56722
+reprogram	56723
+reprographics	56724
+representin	56725
+represented	56726
+represents	56727
+reprimanded	56728
+reprinted	56729
+replace	56730
+replacing	56731
+replaying	56732
+replays	56733
+replicas	56734
+replied	56735
+replies	56736
+report.com	56737
+reporting	56738
+reports	56739
+repossessed	56740
+repossession	56741
+reposed	56742
+reposition	56743
+repository	56744
+repeating	56745
+repeats	56746
+repealed	56747
+repetitions	56748
+repetitively	56749
+repair.com	56750
+repairable	56751
+repaired	56752
+repairing	56753
+repairman	56754
+repairs	56755
+repainted	56756
+repainting	56757
+realize	56758
+realization	56759
+realizing	56760
+realist	56761
+realism	56762
+realities	56763
+reality	56764
+realtor's	56765
+realtor.com	56766
+realtors	56767
+reaction	56768
+reacting	56769
+reached	56770
+reaches	56771
+reassure	56772
+reassurance	56773
+reassuring	56774
+reassess	56775
+reassemble	56776
+reassigned	56777
+reason:	56778
+reasoning	56779
+reasons	56780
+reading	56781
+readiness	56782
+rearranged	56783
+refined	56784
+refinish	56785
+refining	56786
+refinance	56787
+refinancing	56788
+refillable	56789
+refilled	56790
+refilling	56791
+refills	56792
+refused	56793
+refuses	56794
+refurbished	56795
+refreshment	56796
+refreshing	56797
+refrigerant	56798
+referendum	56799
+refereeing	56800
+referees	56801
+referrals	56802
+reflector	56803
+reflected	56804
+reflects	56805
+reflexes	56806
+reflexology	56807
+relation	56808
+relating	56809
+related	56810
+relates	56811
+relaxer	56812
+relaxed	56813
+relaxes	56814
+relaxant	56815
+relaxation	56816
+relaxing	56817
+relieve	56818
+relieving	56819
+religion	56820
+religious	56821
+reliability	56822
+reliable	56823
+reliance	56824
+reliant	56825
+release	56826
+releasing	56827
+relocated	56828
+relocating	56829
+relocation	56830
+retract	56831
+retrace	56832
+retraining	56833
+retrieve	56834
+retrieval	56835
+retrieving	56836
+retaining	56837
+retains	56838
+retailer	56839
+retails	56840
+retakes	56841
+retiree	56842
+retired	56843
+retirement	56844
+retires	56845
+removed	56846
+remover	56847
+removes	56848
+removable	56849
+removal	56850
+remodeled	56851
+remodelers	56852
+remarks	56853
+remarried	56854
+remarry	56855
+reminding	56856
+reminds	56857
+reminisce	56858
+reminiscing	56859
+remembered	56860
+remembering	56861
+remembers	56862
+registries	56863
+registry	56864
+registered	56865
+registering	56866
+registers	56867
+regionals	56868
+regiment	56869
+regulated	56870
+regulates	56871
+regulation	56872
+regulating	56873
+regulators	56874
+regulatory	56875
+regretful	56876
+regrets	56877
+regression	56878
+reverse	56879
+reversal	56880
+reverted	56881
+reverting	56882
+reverbnation.com	56883
+revelations	56884
+revenues	56885
+revisit	56886
+revision	56887
+revising	56888
+revised	56889
+revivals	56890
+revived	56891
+revolve	56892
+revolving	56893
+revolutionary	56894
+revolutions	56895
+redeemed	56896
+redeemer	56897
+reduced	56898
+reducer	56899
+reduces	56900
+reductionism	56901
+reductions	56902
+renewal	56903
+renewable	56904
+renegades	56905
+renters	56906
+renovation	56907
+renovating	56908
+renovated	56909
+rendered	56910
+rendering	56911
+renders	56912
+reinstall	56913
+reinstate	56914
+reinspection	56915
+reinforcement	56916
+reinforced	56917
+reinforces	56918
+reimbursements	56919
+rebooted	56920
+rebooting	56921
+reboots	56922
+rebuilders	56923
+rebuilding	56924
+rebelling	56925
+reenactment	56926
+rehearsals	56927
+rehearsed	56928
+rewards.com	56929
+rewired	56930
+rejections	56931
+rejuvenated	56932
+rejuvenating	56933
+rejuvenation	56934
+rejoices	56935
+require	56936
+requiring	56937
+requisitions	56938
+reorganized	56939
+reunited	56940
+rangoons	56941
+rancher	56942
+ranches	56943
+rational	56944
+rationing	56945
+rations	56946
+rattles	56947
+rattled	56948
+rackets	56949
+radiate	56950
+radiator	56951
+radiance	56952
+radiant	56953
+radiology	56954
+radioshack.com	56955
+rambling	56956
+rambled	56957
+rappers	56958
+rounders	56959
+routers	56960
+routinely	56961
+routines	56962
+roadies	56963
+roasters	56964
+roomies	56965
+robberies	56966
+robbers	56967
+robbery	56968
+rotated	56969
+rotates	56970
+rotation	56971
+rotating	56972
+rocketmail.com	56973
+rockets	56974
+rockers	56975
+rockstars	56976
+rollercoaster	56977
+rollers	56978
+romantically	56979
+romantics	56980
+ridiculous	56981
+ridicule	56982
+ridings	56983
+richest	56984
+riverside	56985
+riverstop	56986
+riverbank	56987
+riverboat	56988
+ripples	56989
+runners	56990
+runnings	56991
+rubbers	56992
+rubbing	56993
+decorate	56994
+decorator	56995
+decided	56996
+decides	56997
+decision-making	56998
+decisions	56999
+decimals	57000
+decadence	57001
+decadent	57002
+decaffeinated	57003
+deceive	57004
+deceiving	57005
+deceitful	57006
+decently	57007
+declare	57008
+declaration	57009
+declaring	57010
+declined	57011
+declines	57012
+deckers	57013
+decreased	57014
+decreases	57015
+designate	57016
+designation	57017
+designer	57018
+designed	57019
+desired	57020
+desires	57021
+destroying	57022
+destroys	57023
+destination	57024
+destiny	57025
+destined	57026
+describe	57027
+describing	57028
+description	57029
+descriptive	57030
+descendants	57031
+descended	57032
+descending	57033
+desperate	57034
+desperation	57035
+despises	57036
+deserve	57037
+deserving	57038
+deserted	57039
+deserts	57040
+deliverable	57041
+deliverance	57042
+deliveries	57043
+delivering	57044
+delivery.com	57045
+delicate	57046
+delicacy	57047
+deliciously	57048
+deliciousness	57049
+delegated	57050
+delegates	57051
+delegating	57052
+delegation	57053
+deleted	57054
+deletes	57055
+deleting	57056
+deletion	57057
+defendant	57058
+defending	57059
+defense	57060
+defensive	57061
+defining	57062
+defined	57063
+defines	57064
+deficient	57065
+deficits	57066
+defrosted	57067
+defroster	57068
+depressant	57069
+deprived	57070
+deposition	57071
+depositing	57072
+dependent	57073
+deployments	57074
+dealers	57075
+dealings	57076
+deadline	57077
+deadliest	57078
+deadlift	57079
+deactivated	57080
+deviate	57081
+deviation	57082
+devotion	57083
+devoting	57084
+devoted	57085
+devoured	57086
+developmentally	57087
+developers	57088
+determine	57089
+determination	57090
+determining	57091
+deteriorate	57092
+detergents	57093
+detective	57094
+detecting	57095
+detection	57096
+detectors	57097
+detailing	57098
+details	57099
+detained	57100
+detainer	57101
+democratic	57102
+demolished	57103
+debated	57104
+debates	57105
+dermatitis	57106
+deductibles	57107
+deductions	57108
+degraded	57109
+degrees	57110
+degeneration	57111
+degenerative	57112
+disconnect	57113
+disconcerting	57114
+discount	57115
+discover.com	57116
+discovered	57117
+discovers	57118
+discovery	57119
+discoloration	57120
+discolored	57121
+discombobulated	57122
+discomfort	57123
+discreet	57124
+discredit	57125
+discriminate	57126
+discipline	57127
+disciplinary	57128
+disciplining	57129
+disciples	57130
+disclose	57131
+disclosure	57132
+disclosing	57133
+discharged	57134
+discharges	57135
+district	57136
+distract	57137
+distraught	57138
+distressed	57139
+distressing	57140
+distinct	57141
+distinguish	57142
+distant	57143
+disturbances	57144
+disappointment	57145
+disappointed	57146
+disappointing	57147
+disappoints	57148
+disappearance	57149
+disappeared	57150
+disappearing	57151
+disappears	57152
+disapproval	57153
+disapprove	57154
+disagreements	57155
+disassemble	57156
+disassembly	57157
+disaster	57158
+disastrous	57159
+disable	57160
+disabling	57161
+disabilities	57162
+disability	57163
+dispense	57164
+dispensing	57165
+dispersed	57166
+display	57167
+displeased	57168
+displeasure	57169
+dispatcher	57170
+dispatched	57171
+dispatches	57172
+disposable	57173
+disposal	57174
+disposed	57175
+disputed	57176
+disputes	57177
+dissected	57178
+dissertation	57179
+disservice	57180
+dissolve	57181
+dissolving	57182
+dissing	57183
+disrespectful	57184
+disrespected	57185
+disrespecting	57186
+disrespects	57187
+disregarded	57188
+disregarding	57189
+disrupting	57190
+disruption	57191
+disruptive	57192
+dishonesty	57193
+dishonored	57194
+disheartened	57195
+disheartening	57196
+dishwashers	57197
+dismantle	57198
+dismantling	57199
+dismayed	57200
+dismissing	57201
+dismissive	57202
+disobeyed	57203
+disobeying	57204
+disobedience	57205
+disobedient	57206
+disorderly	57207
+disorders	57208
+disgusting	57209
+disgusted	57210
+disgusts	57211
+disguised	57212
+disguises	57213
+disgraceful	57214
+disintegrated	57215
+disliked	57216
+dislikes	57217
+diagnosed	57218
+diagnoses	57219
+diagnosing	57220
+diagnosis	57221
+diagnostics	57222
+diabetics	57223
+diverse	57224
+dividend	57225
+divider	57226
+divided	57227
+divides	57228
+dickerson	57229
+dictated	57230
+dictates	57231
+dictation	57232
+dictating	57233
+dictators	57234
+dictionary.com	57235
+direction	57236
+directing	57237
+directive	57238
+director's	57239
+directories	57240
+directors	57241
+directory	57242
+directv.com	57243
+digging	57244
+digitally	57245
+dinosaurs	57246
+dilated	57247
+dilating	57248
+dilation	57249
+differently	57250
+differences	57251
+diffusers	57252
+downside	57253
+downstream	57254
+downspouts	57255
+download	57256
+downlow	57257
+downers	57258
+downgraded	57259
+donations	57260
+doorbusters	57261
+dominic	57262
+dominion	57263
+dominique	57264
+dominoes	57265
+dominos	57266
+domesticated	57267
+domestics	57268
+doctoral	57269
+doctorate	57270
+documentaries	57271
+documentary	57272
+doubled	57273
+doubles	57274
+doughboys	57275
+doughboyz	57276
+doughnuts	57277
+doggies	57278
+dogging	57279
+dollars	57280
+driver's	57281
+drivers	57282
+drive-in	57283
+drive-thru	57284
+driveshaft	57285
+driveways	57286
+drifters	57287
+drippings	57288
+drawbacks	57289
+dragonflies	57290
+dragonfly	57291
+dragging	57292
+dreamer	57293
+dreamed	57294
+dreaming	57295
+dressers	57296
+dropping	57297
+dropped	57298
+dropper	57299
+druggie	57300
+drugging	57301
+druggist	57302
+drumsticks	57303
+drummers	57304
+drunkenness	57305
+dancers	57306
+dangerously	57307
+darlings	57308
+dumplings	57309
+dumpsters	57310
+duplicated	57311
+duplicates	57312
+duplicating	57313
+duplication	57314
+dusters	57315
+dynamic	57316
+dynamite	57317
+antibiotics	57318
+antibodies	57319
+antibody	57320
+anticipate	57321
+antidepressants	57322
+antiques	57323
+announcement	57324
+announcer	57325
+announced	57326
+announces	57327
+annihilated	57328
+angelic	57329
+angelina	57330
+anglers	57331
+analyze	57332
+analyzing	57333
+analyst	57334
+analysis	57335
+analytical	57336
+analytics	57337
+andreas	57338
+android.com	57339
+androids	57340
+animate	57341
+animation	57342
+animator	57343
+animals	57344
+anesthesiologist	57345
+anesthesiology	57346
+allegacy	57347
+allegations	57348
+allegedly	57349
+allergic	57350
+allergies	57351
+allergist	57352
+allowance	57353
+allowable	57354
+allocated	57355
+alternative	57356
+alternating	57357
+alternately	57358
+alternates	57359
+alternators	57360
+alongside	57361
+alcoholic	57362
+alcoholism	57363
+accommodate	57364
+accountant	57365
+according	57366
+accordion	57367
+accessing	57368
+accessory	57369
+acceptable	57370
+acceptance	57371
+accelerate	57372
+accelerator	57373
+accused	57374
+accuser	57375
+accuses	57376
+accusation	57377
+accusatory	57378
+accustomed	57379
+accumulated	57380
+accumulating	57381
+accumulation	57382
+accurately	57383
+accreditation	57384
+accredited	57385
+activate	57386
+activator	57387
+activist	57388
+actively	57389
+actuators	57390
+achievement	57391
+achieved	57392
+achiever	57393
+academically	57394
+academics	57395
+acquired	57396
+adverse	57397
+adversary	57398
+adversity	57399
+adventure	57400
+adventurous	57401
+advised	57402
+advisement	57403
+advises	57404
+advisors	57405
+advisory	57406
+advancement	57407
+advanced	57408
+advances	57409
+advocated	57410
+advocates	57411
+addiction	57412
+addicting	57413
+addictive	57414
+additional	57415
+additions	57416
+additives	57417
+administrator	57418
+administered	57419
+administering	57420
+admirers	57421
+admittedly	57422
+adorable	57423
+adorably	57424
+adoptions	57425
+adolescents	57426
+adjuster	57427
+adjusted	57428
+adjustments	57429
+adapters	57430
+articular	57431
+artichoke	57432
+artichokie	57433
+articles	57434
+artistic	57435
+artistry	57436
+artists	57437
+artisans	57438
+artifacts	57439
+artificially	57440
+arterial	57441
+arteries	57442
+arrangement	57443
+arranged	57444
+arrived	57445
+arrives	57446
+arrivals	57447
+architects	57448
+archived	57449
+archivers	57450
+archives	57451
+archers	57452
+archery	57453
+aroused	57454
+arbitration	57455
+arbitrator	57456
+assessor	57457
+assessment	57458
+assessed	57459
+assessing	57460
+assembled	57461
+assembler	57462
+assemblies	57463
+assembling	57464
+assistant	57465
+assistance	57466
+assisting	57467
+assistive	57468
+assignments	57469
+assumed	57470
+assumes	57471
+assumptions	57472
+assured	57473
+assures	57474
+assassinate	57475
+assassination	57476
+associated	57477
+associates	57478
+association	57479
+associating	57480
+astronaut	57481
+astrological	57482
+astrology	57483
+aspirations	57484
+approve	57485
+approval	57486
+approving	57487
+approachable	57488
+approaching	57489
+approximate	57490
+appropriately	57491
+appreciate	57492
+apprehension	57493
+apprehensive	57494
+apprenticeship	57495
+appraiser	57496
+appraised	57497
+appraisals	57498
+appearance	57499
+appeared	57500
+appearing	57501
+appears	57502
+appealed	57503
+appealing	57504
+appeals	57505
+appetizer	57506
+appetizing	57507
+appetites	57508
+appendicitis	57509
+appendix	57510
+applicant	57511
+applicable	57512
+appliances	57513
+applied	57514
+applies	57515
+applesauce	57516
+apparent	57517
+apparel	57518
+apologize	57519
+apologizing	57520
+ambition	57521
+ambitious	57522
+ambulate	57523
+ambulatory	57524
+ambulances	57525
+american	57526
+america.com	57527
+americash	57528
+amendments	57529
+amplifier	57530
+amplified	57531
+amputated	57532
+automax	57533
+automobile	57534
+automotive	57535
+autocorrected	57536
+authentication	57537
+authenticator	57538
+audition	57539
+auditing	57540
+auditorium	57541
+auditors	57542
+auditory	57543
+audiologist	57544
+audiology	57545
+absorbing	57546
+absorbs	57547
+absolutely	57548
+abusers	57549
+attending	57550
+attends	57551
+attention	57552
+attentive	57553
+attachment	57554
+attached	57555
+attaching	57556
+attacking	57557
+attacks	57558
+attraction	57559
+attractive	57560
+attracting	57561
+attributed	57562
+attributes	57563
+airlines	57564
+airliner	57565
+airplanes	57566
+affiliated	57567
+affiliates	57568
+affirmations	57569
+affectionate	57570
+affections	57571
+aftershave	57572
+aftershock	57573
+afterwards	57574
+aggressive	57575
+aggression	57576
+awakenings	57577
+averaged	57578
+averages	57579
+availabilities	57580
+availability	57581
+aviators	57582
+transform	57583
+transfer	57584
+transfusion	57585
+transpire	57586
+transplant	57587
+translucent	57588
+transit	57589
+transient	57590
+transistor	57591
+transmit	57592
+transmission	57593
+transcript	57594
+transactions	57595
+transgender	57596
+transgressions	57597
+transvestites	57598
+tranquilizer	57599
+tranquility	57600
+trailblazers	57601
+trailers	57602
+trailside	57603
+trainee	57604
+trainer	57605
+trained	57606
+trainings	57607
+tracker	57608
+tracked	57609
+trackside	57610
+tractor's	57611
+tractors	57612
+traders	57613
+tradesmen	57614
+traditional	57615
+traditions	57616
+travelin	57617
+traveland	57618
+travelling	57619
+travelocity.com	57620
+travels	57621
+traverse	57622
+travertine	57623
+trampled	57624
+trampolines	57625
+trapper	57626
+trapped	57627
+traumatize	57628
+traumatizing	57629
+tricked	57630
+trickery	57631
+trickle	57632
+trickling	57633
+trickster	57634
+triceps	57635
+triplets	57636
+tripped	57637
+tripper	57638
+tripping	57639
+triangles	57640
+trimmer	57641
+trimmed	57642
+trimming	57643
+trimmier	57644
+tribulations	57645
+trifling	57646
+tristans	57647
+tristate	57648
+treater	57649
+treated	57650
+treatin	57651
+treaties	57652
+treatments	57653
+treasurer	57654
+treasured	57655
+treasures	57656
+treadmills	57657
+trendsetters	57658
+trencher	57659
+trenches	57660
+trespassers	57661
+trespasses	57662
+trustee	57663
+trusted	57664
+truckers	57665
+trucking	57666
+truckstop	57667
+trouble	57668
+troubling	57669
+troubadours	57670
+tropicals	57671
+terrifying	57672
+territory	57673
+terrible	57674
+terribly	57675
+terraced	57676
+terraces	57677
+terminology	57678
+termites	57679
+tenderizer	57680
+tenderness	57681
+tenderoni	57682
+tenders	57683
+tendencies	57684
+tendency	57685
+tentacles	57686
+tentatively	57687
+tenants	57688
+teleportation	57689
+teleporter	57690
+teleporting	57691
+telepathic	57692
+telepathy	57693
+telephone:	57694
+telephones	57695
+telecom	57696
+telecon	57697
+telescopes	57698
+telemarketers	57699
+televisions	57700
+teasers	57701
+teacher	57702
+teaches	57703
+teachings	57704
+temperament	57705
+temperance	57706
+temporary	57707
+testimony	57708
+testicle	57709
+testicular	57710
+testify	57711
+testified	57712
+testers	57713
+teenagers	57714
+technical	57715
+technician	57716
+techniques	57717
+technology	57718
+textiles	57719
+texting	57720
+tangerines	57721
+tankers	57722
+tannerite	57723
+tanners	57724
+tannery	57725
+tantrums	57726
+talkies	57727
+talking	57728
+talkers	57729
+tastefully	57730
+tasters	57731
+tastings	57732
+tackled	57733
+tackles	57734
+tactical	57735
+tactics	57736
+tailgaters	57737
+tamarind	57738
+tablespoons	57739
+tortured	57740
+tortures	57741
+touchdowns	57742
+touched	57743
+touches	57744
+touching	57745
+touchscreen	57746
+touchstone	57747
+tourist	57748
+tourism	57749
+tournaments	57750
+toothpick	57751
+toothpaste	57752
+toothbrushes	57753
+tootsies	57754
+tonsillectomy	57755
+tonsillitis	57756
+townhouses	57757
+toppers	57758
+tolerated	57759
+tolerates	57760
+toasters	57761
+there'd	57762
+there'll	57763
+there's	57764
+thereabouts	57765
+thereafter	57766
+thermos	57767
+thermometer	57768
+thermocouple	57769
+thermals	57770
+therapeutic	57771
+therapy	57772
+theoretical	57773
+theorem	57774
+theories	57775
+theorist	57776
+theatre	57777
+theatrical	57778
+theaters	57779
+throwbacks	57780
+throwed	57781
+thrower	57782
+throwing	57783
+threaten	57784
+threats	57785
+threaded	57786
+threading	57787
+threads	57788
+three-quarter	57789
+three-year	57790
+threesome	57791
+thrilled	57792
+thriller	57793
+thrusting	57794
+thinkers	57795
+thinking	57796
+thinners	57797
+thickens	57798
+thievery	57799
+thieves	57800
+thankfully	57801
+thankfulness	57802
+thanks.	57803
+thanksgiving	57804
+thoughtful	57805
+thoughtless	57806
+thoughts	57807
+thunderstorm	57808
+thunderstruck	57809
+timesheet	57810
+timeshare	57811
+timelines	57812
+tingles	57813
+tickets	57814
+ticketed	57815
+ticketing	57816
+ticketmaster.com	57817
+tickled	57818
+tickler	57819
+tickles	57820
+tickling	57821
+ticklish	57822
+tightened	57823
+tightening	57824
+tippers	57825
+turnovers	57826
+turners	57827
+turnips	57828
+turntables	57829
+tumblers	57830
+tutorials	57831
+twinkle	57832
+twinkling	57833
+twisters	57834
+tweeter	57835
+tweeted	57836
+tweakers	57837
+twenty-second	57838
+twenty-third	57839
+manipulated	57840
+manipulates	57841
+manipulating	57842
+manipulation	57843
+manipulative	57844
+manifestation	57845
+manifested	57846
+manifesting	57847
+manifesto	57848
+maniacal	57849
+maniacs	57850
+manicures	57851
+manager	57852
+manageable	57853
+managed	57854
+management	57855
+manages	57856
+manufacturer	57857
+manufactured	57858
+manufactures	57859
+mandate	57860
+mandatory	57861
+mannered	57862
+mannerisms	57863
+manners	57864
+mannequins	57865
+marinade	57866
+marinara	57867
+marinas	57868
+marinello	57869
+mariachis	57870
+marketable	57871
+marketing	57872
+marketplace	57873
+markets	57874
+markers	57875
+martini	57876
+martingale	57877
+martyrs	57878
+margarita	57879
+margarine	57880
+marginally	57881
+marriages	57882
+married	57883
+marries	57884
+marshals	57885
+marshmallows	57886
+marched	57887
+marches	57888
+marchetti's	57889
+master's	57890
+mastered	57891
+mastering	57892
+mastermind	57893
+masterpiece	57894
+masters	57895
+mastery	57896
+masturbated	57897
+masturbates	57898
+masturbating	57899
+masturbation	57900
+massage	57901
+massaging	57902
+massacres	57903
+mattered	57904
+matters	57905
+material:	57906
+materials	57907
+maternal	57908
+maternity	57909
+mathematically	57910
+magnets	57911
+magnesia	57912
+magnesium	57913
+magnify	57914
+magically	57915
+magicians	57916
+mailers	57917
+maintained	57918
+maintaining	57919
+maintains	57920
+mainstay	57921
+mainstream	57922
+machinery	57923
+machines	57924
+machinima	57925
+machining	57926
+machinist	57927
+macadamia	57928
+macado's	57929
+macadoodles	57930
+macaroons	57931
+maliciously	57932
+mammogram	57933
+mammography	57934
+mammals	57935
+makeovers	57936
+maximize	57937
+maximizing	57938
+motorcycle	57939
+motorboat	57940
+motorbike	57941
+motoring	57942
+motorist	57943
+motorized	57944
+motorhomes	57945
+motorola.com	57946
+motorsports	57947
+motherfucker	57948
+motherfuckin	57949
+motherland	57950
+motherless	57951
+motherload	57952
+motherly	57953
+mother-in-laws	57954
+motherboards	57955
+mothership	57956
+motivate	57957
+motivator	57958
+motives	57959
+monograms	57960
+monogamous	57961
+monogamy	57962
+monopolize	57963
+monopoly	57964
+monster.com	57965
+monsters	57966
+monstrosity	57967
+monstrous	57968
+mondays	57969
+mortality	57970
+morning's	57971
+morning.	57972
+mornings	57973
+modell's	57974
+modells	57975
+moderate	57976
+moderation	57977
+moderator	57978
+modernistic	57979
+modesty	57980
+modifications	57981
+modified	57982
+modifier	57983
+mountains	57984
+mountaineering	57985
+mountaintop	57986
+molestation	57987
+molesting	57988
+molecules	57989
+moonshiners	57990
+momentarily	57991
+momentary	57992
+movies.com	57993
+moviestarplanet	57994
+moisturize	57995
+moisturizing	57996
+missions	57997
+missiles	57998
+missing	57999
+misspelling	58000
+misspelled	58001
+misspells	58002
+mistaken	58003
+mistakes	58004
+mistreat	58005
+mistress	58006
+mistyped	58007
+misconception	58008
+misconstrue	58009
+misconduct	58010
+miscommunicated	58011
+miscommunication	58012
+miscarry	58013
+miserable	58014
+miserably	58015
+misfire	58016
+misfiring	58017
+misfits	58018
+misunderstanding	58019
+minister	58020
+minimalist	58021
+minimally	58022
+minimize	58023
+minimizing	58024
+minimums	58025
+mindedness	58026
+minerals	58027
+minutes.	58028
+mingles	58029
+millionaire	58030
+millions	58031
+millionth	58032
+milligrams	58033
+milliliters	58034
+millimeters	58035
+millennium	58036
+milestones	58037
+milkshakes	58038
+militant	58039
+military	58040
+microscope	58041
+microscopic	58042
+microsoft.com	58043
+microwaved	58044
+microwaves	58045
+midwifery	58046
+migrated	58047
+migrating	58048
+migration	58049
+miracles	58050
+miraculously	58051
+medical	58052
+medicaid	58053
+medicare.gov	58054
+medicine	58055
+medicinal	58056
+mediate	58057
+mediator	58058
+mediation	58059
+meditation	58060
+meditating	58061
+meditated	58062
+metaphorical	58063
+metaphors	58064
+methadone	58065
+methadonia	58066
+methamphetamines	58067
+methane	58068
+methanol	58069
+methodist	58070
+methodology	58071
+methods	58072
+metropcs	58073
+merchant	58074
+mercenaries	58075
+mercenary	58076
+mentorship	58077
+menders	58078
+meaningful	58079
+meaningless	58080
+meanings	58081
+measurement	58082
+measured	58083
+measures	58084
+memorial	58085
+memories	58086
+memorandum	58087
+membership	58088
+message:	58089
+messaged	58090
+messager	58091
+messages	58092
+messengers	58093
+melodramatic	58094
+megabucks	58095
+megabus.com	58096
+megabytes	58097
+megapixels	58098
+mechanically	58099
+musical	58100
+musicians	58101
+mustaches	58102
+musketeers	58103
+multiple	58104
+multiply	58105
+multiplayer	58106
+multitasking	58107
+multivitamins	58108
+murderers	58109
+mumbled	58110
+mumbles	58111
+mysterious	58112
+mysteries	58113
+mystical	58114
+Allegany	58115
+Allegiance	58116
+Allegiant	58117
+Allegra	58118
+Allegro	58119
+Allendale	58120
+Allender	58121
+Allenstown	58122
+Allison's	58123
+Allisons	58124
+Alberto	58125
+Alberts	58126
+Albert's	58127
+Alberta	58128
+Albertina	58129
+Albertville	58130
+Albanian	58131
+Alexander	58132
+Alexian	58133
+Alexis's	58134
+Alamosa	58135
+Altamonte	58136
+Algonac	58137
+Andrea's	58138
+Andreas	58139
+Andrew's	58140
+Andrews	58141
+Andresen	58142
+Androids	58143
+Androscoggin	58144
+Anderson's	58145
+Andersons	58146
+Andersonville	58147
+Antonio	58148
+Antonia	58149
+Angelica	58150
+Angelia	58151
+Angelique	58152
+Angela's	58153
+Angelas	58154
+Angelo's	58155
+Angelos	58156
+Annabelle	58157
+Annabella	58158
+Armando	58159
+Armands	58160
+Armenian	58161
+Armstrong's	58162
+Archies	58163
+Arcadian	58164
+Ariana's	58165
+Arianna's	58166
+Arabian	58167
+Arlene's	58168
+America	58169
+AmericInn	58170
+Americold	58171
+Americus	58172
+Ameristar	58173
+Ameritech	58174
+Ameritrade	58175
+Ashley's	58176
+Associated	58177
+Associates	58178
+Assistance	58179
+Assistant	58180
+Adventureland	58181
+Adventures	58182
+Advisors	58183
+Advisory	58184
+Addison's	58185
+Adriana's	58186
+Autobahn	58187
+Autobarn	58188
+Autobody	58189
+Autobots	58190
+Automobile	58191
+Automotive	58192
+Australian	58193
+Austrian	58194
+Applebee's	58195
+Applebees	58196
+Appleton	58197
+Appletree	58198
+Appleway	58199
+Applewood	58200
+Appalachian	58201
+Activision	58202
+Acadiana	58203
+Athena's	58204
+Atlanta's	58205
+Atlantic	58206
+Atlantis	58207
+Avengers	58208
+Africans	58209
+Parkers	58210
+Parker's	58211
+Parkinson's	58212
+Paradise	58213
+Paradiso	58214
+Paramore	58215
+Paramount	58216
+Parrish	58217
+Palmer's	58218
+Palmers	58219
+Palmerton	58220
+Palestinians	58221
+Palomar	58222
+Patties	58223
+Patterson's	58224
+Patrick	58225
+Patricia	58226
+Patrice	58227
+Patriots	58228
+Pantera's	58229
+Packerland	58230
+Packers	58231
+Package	58232
+Packaging	58233
+Pauline	58234
+Paulina	58235
+Pappasito's	58236
+Perrine	58237
+Perring	58238
+Perrier	58239
+Perrysburg	58240
+Permits	58241
+Peterson	58242
+Petersburg	58243
+Petersen	58244
+Peterbilt	58245
+Peterborough	58246
+Petrino's	58247
+Pearson's	58248
+Pearsons	58249
+Peppermill	58250
+Peppermint	58251
+Pellegrino's	58252
+Pediatrics	58253
+Porter's	58254
+Porterdale	58255
+Porterfield	58256
+Porters	58257
+Porterville	58258
+Portales	58259
+Portillo's	58260
+Portillos	58261
+Powersports	58262
+Pomeranians	58263
+Pointer	58264
+Provincetown	58265
+Proving	58266
+Provino's	58267
+Providence	58268
+Provident	58269
+Prosecuting	58270
+Prosecutor's	58271
+Protection	58272
+Protective	58273
+Professionals	58274
+Prometheus	58275
+Prometric	58276
+Proctorville	58277
+President's	58278
+Presidente	58279
+Presidential	58280
+Presidents	58281
+Prestons	58282
+Prestonwood	58283
+Pressler	58284
+Pressley	58285
+Premiere	58286
+Princeton	58287
+Princeville	58288
+Pickering	58289
+Pickers	58290
+Picasso's	58291
+Pittsburg	58292
+Pittsboro	58293
+Pittsfield	58294
+Pittsford	58295
+Pittston	58296
+Pittstown	58297
+Plantsville	58298
+Platten	58299
+Platteville	58300
+Plattsburgh	58301
+Plattsmouth	58302
+Plaines	58303
+Plainsboro	58304
+Plainview	58305
+Plainville	58306
+Placerville	58307
+Philippi	58308
+Philippe	58309
+Philipsburg	58310
+Phillip	58311
+Phillies	58312
+Philly's	58313
+Phoenician	58314
+Phoenixville	58315
+Pharmasave	58316
+finalist	58317
+financial	58318
+financing	58319
+financed	58320
+finances	58321
+finisher	58322
+finished	58323
+finishes	58324
+fireplaces	58325
+firework	58326
+firewood	58327
+firewall	58328
+firewater	58329
+firefighter	58330
+firefighting	58331
+fireman's	58332
+firemen's	58333
+fireballs	58334
+fillers	58335
+fillets	58336
+fisheries	58337
+fishers	58338
+fishery	58339
+fishbones	58340
+figurines	58341
+fixings	58342
+fibroids	58343
+fibromialgia	58344
+fibromyalgia	58345
+fiddlers	58346
+fidelity.com	58347
+fitters	58348
+foresters	58349
+forestry	58350
+forests	58351
+foreseeable	58352
+foreclose	58353
+foreclosure	58354
+forecasted	58355
+forecasting	58356
+foreigners	58357
+formaldehyde	58358
+formally	58359
+formals	58360
+formats	58361
+formatting	58362
+formulate	58363
+formulating	58364
+formerly	58365
+forgetful	58366
+forgets	58367
+forgive	58368
+forgivable	58369
+forgiving	58370
+fortunately	58371
+fortunes	58372
+forcefully	58373
+footsteps	58374
+footstool	58375
+footballs	58376
+footers	58377
+footings	58378
+footlocker.com	58379
+foolishly	58380
+foolishness	58381
+fooling	58382
+follower	58383
+followed	58384
+following:	58385
+follows:	58386
+folders	58387
+founder	58388
+founded	58389
+foundations	58390
+fountains	58391
+fourths	58392
+fondled	58393
+facetiming	58394
+facetious	58395
+factories	58396
+factoring	58397
+factorization	58398
+facilitate	58399
+facilitating	58400
+facilitator	58401
+fairings	58402
+farmersonly.com	58403
+fastening	58404
+fascination	58405
+fascinating	58406
+fascinated	58407
+fashionable	58408
+fashionably	58409
+father's	58410
+fatherhood	58411
+fatherly	58412
+fathers	58413
+fattening	58414
+fantasies	58415
+fantastically	58416
+fabrication	58417
+fabricating	58418
+fabricated	58419
+fabricators	58420
+favorite	58421
+favoritism	58422
+favoritos	58423
+familia	58424
+families	58425
+family's	58426
+familys	58427
+flattered	58428
+flattering	58429
+flattery	58430
+flattened	58431
+flasher	58432
+flashed	58433
+flashes	58434
+flashbacks	58435
+flashlights	58436
+flamingo	58437
+flagged	58438
+flagger	58439
+flappers	58440
+floorboards	58441
+flowers	58442
+flowered	58443
+flowering	58444
+floaters	58445
+flopped	58446
+flopper	58447
+florists	58448
+flipper	58449
+flipped	58450
+flipping	58451
+flickered	58452
+flickering	58453
+flushed	58454
+flushes	58455
+fluently	58456
+flexibility	58457
+flexible	58458
+flexing	58459
+freezer	58460
+freezes	58461
+freezing	58462
+freedompop	58463
+freedoms	58464
+freeloaders	58465
+freestanding	58466
+freestone	58467
+freestyle	58468
+freshen	58469
+fresher	58470
+freshest	58471
+freshman	58472
+freshmen	58473
+frescos	58474
+freaking	58475
+frankie	58476
+frankincense	58477
+franchises	58478
+fractional	58479
+fractions	58480
+fractured	58481
+fractures	58482
+framers	58483
+fraternal	58484
+fraternity	58485
+friendly	58486
+friendship	58487
+frightened	58488
+frightening	58489
+frightens	58490
+fritters	58491
+frontier.com	58492
+frontiers	58493
+frustrations	58494
+feelings	58495
+fellowship	58496
+featured	58497
+features	58498
+fertilize	58499
+fertilization	58500
+fertilizing	58501
+federally	58502
+festivals	58503
+fundraisers	58504
+funniest	58505
+fuckers	58506
+fuckery	58507
+fucking	58508
+furnishing	58509
+furnished	58510
+furnitures	58511
+Rosenbaum	58512
+Rosenberg	58513
+Rosemary's	58514
+Rosemont	58515
+Rosemount	58516
+Roseland	58517
+Roselawn	58518
+Rosella	58519
+Roselle	58520
+Rosalia	58521
+Rosalie	58522
+Rosalind	58523
+Rosario	58524
+Rosarito	58525
+Rockaways	58526
+Rockets	58527
+Rockettes	58528
+Rockledge	58529
+Rockler	58530
+Rockingham	58531
+Roberts	58532
+Roberta	58533
+Roberto	58534
+Robert's	58535
+Robinson	58536
+Robbie's	58537
+Robbies	58538
+Robbinsdale	58539
+Robbinsville	58540
+Romano's	58541
+Romanoff	58542
+Romanos	58543
+Romanian	58544
+Rollingwood	58545
+Rolando's	58546
+Reservations	58547
+Reserves	58548
+Register	58549
+Regina's	58550
+Reginald	58551
+Realtors	58552
+Revere's	58553
+Reverend	58554
+Revelations	58555
+Revolutionary	58556
+Reminder	58557
+Remington's	58558
+Recorder's	58559
+Rebecca's	58560
+Reynoldsburg	58561
+Randalls	58562
+Randall's	58563
+Randazzo's	58564
+Randolph	58565
+Rancher	58566
+Ranches	58567
+Ranchos	58568
+Ramsey's	58569
+Ramona's	58570
+Ramblers	58571
+Raymond's	58572
+Raymonds	58573
+Raymondville	58574
+Raptors	58575
+Ravenswood	58576
+Richardson	58577
+Ricardo's	58578
+Riverwalk	58579
+Riverway	58580
+Riverwoods	58581
+Ridgeland	58582
+Ridgeline	58583
+Ridgely	58584
+Ridgeview	58585
+Ridgeville	58586
+Ridgeway	58587
+Ridgewood	58588
+Russell	58589
+Russians	58590
+Rustica	58591
+Runners	58592
+Rhodesian	58593
+Delicias	58594
+Delaney's	58595
+Delmonico's	58596
+Deanna's	58597
+Denise's	58598
+Destiny's	58599
+Devonshire	58600
+Debbie's	58601
+Debbies	58602
+Daniels	58603
+Daniel's	58604
+Daniela	58605
+Darrell	58606
+Darren's	58607
+Darrens	58608
+Davidson	58609
+Donalds	58610
+Donatello	58611
+Donatelli's	58612
+Donnelley	58613
+Donnelly	58614
+Dorsett	58615
+Dominica	58616
+Dominick	58617
+Dominic's	58618
+Dominique's	58619
+Downers	58620
+Downtowner	58621
+Douglassville	58622
+Dickeys	58623
+Dickies	58624
+Direction's	58625
+Directions	58626
+Directors	58627
+Directory	58628
+Dillard's	58629
+Dillards	58630
+Durangos	58631
+Dragon's	58632
+DragonVale	58633
+Dragonborn	58634
+Dragonforce	58635
+Dragons	58636
+Drivers	58637
+homeschooled	58638
+homeschooling	58639
+homestead	58640
+homestyle	58641
+homeboy	58642
+homebody	58643
+homeboi	58644
+homebound	58645
+homegirls	58646
+homegroup	58647
+homegrown	58648
+homelessness	58649
+homeworks	58650
+homemakers	58651
+homeowners	58652
+homosexuality	58653
+homosexuals	58654
+horseman	58655
+horsemen	58656
+hornier	58657
+horniest	58658
+horrifying	58659
+horrible	58660
+horribly	58661
+hookers	58662
+holders	58663
+holdings	58664
+housework	58665
+housekeeper	58666
+housekeeping	58667
+house.com	58668
+houseboat	58669
+housebroken	58670
+households	58671
+housemates	58672
+houses.com	58673
+honeysuckle	58674
+hostesses	58675
+hostile	58676
+hostility	58677
+hospitals	58678
+hoppers	58679
+hobbits	58680
+hoarders	58681
+handlebar	58682
+handler	58683
+handled	58684
+handles	58685
+hands-free	58686
+hands-on	58687
+handbag	58688
+handball	58689
+handbasket	58690
+handcuffed	58691
+handcuffs	58692
+handicapped	58693
+handouts	58694
+hangouts	58695
+hangovers	58696
+hangers	58697
+hardened	58698
+hardening	58699
+hardens	58700
+hardwood	58701
+hardworking	58702
+hardwired	58703
+hardships	58704
+harmonic	58705
+harmonies	58706
+harmonious	58707
+harborstone	58708
+harvesters	58709
+hairdryer	58710
+hairdos	58711
+hairstyle	58712
+haircuts	58713
+hallucinating	58714
+hallucinations	58715
+hammerheads	58716
+hamster.com	58717
+hamsters	58718
+hamstrings	58719
+happening	58720
+happier	58721
+happiest	58722
+hahahahaha	58723
+hackers	58724
+haulers	58725
+hazelnuts	58726
+headlight	58727
+headlamp	58728
+headland	58729
+headstart	58730
+headstone	58731
+headstrong	58732
+headsets	58733
+headshots	58734
+headbands	58735
+headboards	58736
+heading	58737
+headers	58738
+headphones	58739
+heartbeat	58740
+heartburn	58741
+heartwarming	58742
+hearthfire	58743
+hearthstone	58744
+heartedly	58745
+heartland	58746
+heartless	58747
+heartstrings	58748
+hearings	58749
+healthcare.gov	58750
+healthier	58751
+healthiest	58752
+heavier	58753
+heaviest	58754
+heaviness	58755
+heaving	58756
+heavenly	58757
+heavens	58758
+heather	58759
+heathens	58760
+heaters	58761
+heroine	58762
+helpers	58763
+helpings	58764
+hemorrhage	58765
+hemorrhaging	58766
+hemorrhoids	58767
+hesitated	58768
+hesitating	58769
+hesitation	58770
+highlighter	58771
+highlighted	58772
+hitchhiker	58773
+hippies	58774
+historical	58775
+humidifier	58776
+humidity	58777
+humiliate	58778
+humbled	58779
+hummingbirds	58780
+hunters	58781
+hurricanes	58782
+hurried	58783
+hurries	58784
+hustler	58785
+hustled	58786
+hustling	58787
+huggers	58788
+hypocrisy	58789
+hypothetically	58790
+hyperbaric	58791
+hyperbole	58792
+hyperventilate	58793
+hyperventilating	58794
+hypnotized	58795
+hydroponics	58796
+hydrated	58797
+hydrating	58798
+hydration	58799
+hydrangeas	58800
+Transport	58801
+Transformer	58802
+Transfer	58803
+Transit	58804
+Transilvania	58805
+Traveling	58806
+Traverse	58807
+Trailways	58808
+Trafficway	58809
+Tristan	58810
+Tristar	58811
+Trisha's	58812
+Tricia's	58813
+Tricias	58814
+Trinity's	58815
+Trustees	58816
+Trumann	58817
+Treasurer	58818
+Trevor's	58819
+Trevors	58820
+Troopers	58821
+Tropical	58822
+Tropicana	58823
+Tamarac	58824
+Torresdale	58825
+Terrier	58826
+Terribles	58827
+Terrance	58828
+Terranea	58829
+Terrell	58830
+Teresa's	58831
+Tennessee	58832
+Tennessean	58833
+Tenney's	58834
+Technique	58835
+Technologies	58836
+Technology	58837
+Templeton	58838
+Timberline	58839
+Timberview	58840
+Timberville	58841
+Timberwolves	58842
+Timberwood	58843
+Thornberry	58844
+Thornburg	58845
+Thorndale	58846
+Thorndike	58847
+Thorntons	58848
+Theresa	58849
+Therese	58850
+Thermopolis	58851
+Theaters	58852
+Theatres	58853
+Thursday's	58854
+Thursdays	58855
+Thunderbirds	58856
+Thunderbolt	58857
+Thunderbowl	58858
+Thanksgiving	58859
+Turners	58860
+Turner's	58861
+Tuscany	58862
+Tuscarawas	58863
+Tuscarora	58864
+Twinkies	58865
+Landon's	58866
+Landons	58867
+Landenberg	58868
+Landers	58869
+Landstar	58870
+Landstown	58871
+Landisville	58872
+Landry's	58873
+Lancers	58874
+Latinas	58875
+Latinos	58876
+Lauren's	58877
+Laurence	58878
+Laurens	58879
+Laurent	58880
+Laurelhurst	58881
+Laurelton	58882
+Laurelwood	58883
+Laurier	58884
+Lambert's	58885
+Lamberts	58886
+Lambertville	58887
+Laboratories	58888
+Laboratory	58889
+LaRosa's	58890
+Leandra	58891
+Leandro	58892
+Leadership	58893
+Lennon's	58894
+Leonardo	58895
+Leonard's	58896
+Leonardi's	58897
+Leonards	58898
+Leonardtown	58899
+Levittown	58900
+Letterman's	58901
+Lewisberry	58902
+Lewisburg	58903
+Lewiston	58904
+Lewistown	58905
+Longmont	58906
+Longmore	58907
+Longhorns	58908
+Lorena's	58909
+Lorenzo's	58910
+Loretta's	58911
+Louise's	58912
+Lovelace	58913
+Lovelady	58914
+Loveland	58915
+Lindenhurst	58916
+Lindero	58917
+Lindsay's	58918
+Lindsays	58919
+Lindsey's	58920
+Lincolnway	58921
+Lincolnwood	58922
+Lillian's	58923
+Liliana	58924
+Liberals	58925
+Libertyville	58926
+Listerhill	58927
+Listerine	58928
+Livingston's	58929
+Luciano	58930
+Luciana	58931
+Lumberjacks	58932
+Lumberton	58933
+Lumineers	58934
+Luminess	58935
+Harrison	58936
+Harrisburg	58937
+Harrisville	58938
+Harrington	58939
+Hardee's	58940
+Hardees	58941
+Hardeeville	58942
+Harding	58943
+Harbors	58944
+Harborcreek	58945
+Harborview	58946
+Harbinger	58947
+Harleys	58948
+Harvey's	58949
+Harveys	58950
+Harvester	58951
+Harper's	58952
+Harpers	58953
+Hannah's	58954
+Hannahs	58955
+Hannafords	58956
+Hansen's	58957
+Hangouts	58958
+Hallows	58959
+Hammonds	58960
+Hattiesburg	58961
+Havertown	58962
+Havertys	58963
+Hawkinson	58964
+Hawkinsville	58965
+Hackettstown	58966
+Hollingsworth	58967
+Hollins	58968
+Hollidaysburg	58969
+Hollies	58970
+Hollandale	58971
+Hollander	58972
+Hollands	58973
+Holden's	58974
+Holdenville	58975
+Holidays	58976
+Hornets	58977
+Horseshoe	58978
+Horrors	58979
+Homestead	58980
+Homestuck	58981
+Honeycrisp	58982
+Honeycutt	58983
+Herrington	58984
+Hershey's	58985
+Hersheys	58986
+Heartbreakers	58987
+Heartlake	58988
+Heartland	58989
+Heather's	58990
+Heatherdowns	58991
+Heatherwood	58992
+Hendricks	58993
+Hennessey	58994
+Hennessy	58995
+Heinekens	58996
+Hillsborough	58997
+Hillary's	58998
+Hillarys	58999
+Hilliards	59000
+Highlander	59001
+Highlands	59002
+Highwoods	59003
+Higginsville	59004
+Huntersville	59005
+Huntington	59006
+Huntingtown	59007
+Humphreys	59008
+Hubbards	59009
+Hutchinson	59010
+experiment	59011
+expertec	59012
+expertise	59013
+experts	59014
+expected	59015
+expecting	59016
+expectorant	59017
+expects	59018
+expedite	59019
+expenditure	59020
+expendable	59021
+expense	59022
+expensive	59023
+explore	59024
+explora	59025
+exploring	59026
+explode	59027
+exploding	59028
+explosion	59029
+explosive	59030
+exploited	59031
+explained	59032
+explaining	59033
+explains	59034
+explanation	59035
+explanatory	59036
+exposed	59037
+exposes	59038
+exposing	59039
+exposition	59040
+exponentially	59041
+expressions	59042
+expanded	59043
+expander	59044
+expired	59045
+expires	59046
+exceedingly	59047
+exceptional	59048
+exceptions	59049
+excelling	59050
+excessively	59051
+excited	59052
+excitement	59053
+exciter	59054
+excites	59055
+exclude	59056
+excluding	59057
+exclusive	59058
+exclusion	59059
+excused	59060
+excuses	59061
+extending	59062
+extends	59063
+extension	59064
+extensive	59065
+exterminator	59066
+exterminate	59067
+external	59068
+externship	59069
+exteriors	59070
+extract	59071
+extracurricular	59072
+extraordinaire	59073
+extravagant	59074
+extravaganza	59075
+extremely	59076
+extremes	59077
+extremist	59078
+extinguishers	59079
+execution	59080
+executive	59081
+executing	59082
+executed	59083
+exercised	59084
+exercises	59085
+exerting	59086
+exertion	59087
+exemptions	59088
+examiner	59089
+examined	59090
+exhibition	59091
+exhibiting	59092
+exhausting	59093
+exhaustion	59094
+existence	59095
+existent	59096
+entertaining	59097
+enterprises	59098
+entrepreneurs	59099
+entrepreneurial	59100
+entrees	59101
+entrances	59102
+entitlement	59103
+entitled	59104
+enthusiastic	59105
+endorsement	59106
+endorsed	59107
+endocrinologist	59108
+endocrinology	59109
+endearing	59110
+endearment	59111
+endeavors	59112
+encourage	59113
+encouraging	59114
+encountered	59115
+encounters	59116
+enchantments	59117
+enclosed	59118
+enclosures	59119
+engrave	59120
+engraving	59121
+engagements	59122
+environmental	59123
+environments	59124
+energized	59125
+energizer	59126
+electro	59127
+election	59128
+elective	59129
+electing	59130
+electoral	59131
+electorial	59132
+elevation	59133
+elevating	59134
+elevated	59135
+elevators	59136
+elemental	59137
+elementary	59138
+ellipse	59139
+ellipsis	59140
+employer's	59141
+employers	59142
+employees	59143
+emphasize	59144
+emphasizing	59145
+emptied	59146
+empties	59147
+embarrassing	59148
+embarrassment	59149
+embroidered	59150
+embroidery	59151
+embraced	59152
+emergent	59153
+emotionally	59154
+everything	59155
+everytime	59156
+everybody's	59157
+everybodys	59158
+everyone's	59159
+everyones	59160
+everyday's	59161
+eventually	59162
+evening's	59163
+evenings	59164
+evaluation	59165
+evaluating	59166
+evaluated	59167
+evangelism	59168
+evangelist	59169
+evolved	59170
+establishments	59171
+escalated	59172
+escalates	59173
+escalating	59174
+escalation	59175
+escalators	59176
+escaped	59177
+escapes	59178
+escapades	59179
+essential	59180
+eastern	59181
+educational	59182
+erasers	59183
+economy	59184
+Grandma's	59185
+Grandmaster	59186
+Grandpa's	59187
+Grandparents	59188
+Grandview	59189
+Grandville	59190
+Grandy's	59191
+Grantsburg	59192
+Grantsville	59193
+Grangers	59194
+Gracie's	59195
+Graciela	59196
+Gracies	59197
+Grammys	59198
+Graysons	59199
+Greenbaum	59200
+Greenbush	59201
+Greenline	59202
+Greenwell	59203
+Greenwood	59204
+Greene's	59205
+Greeneville	59206
+Greenpeace	59207
+Greenhill	59208
+Greenhurst	59209
+Greentown	59210
+Greentree	59211
+Greenview	59212
+Greenville	59213
+Gregorian	59214
+Gregorio	59215
+Gregory's	59216
+Greater	59217
+Greatest	59218
+Griffin	59219
+Griffith	59220
+Griswolds	59221
+Groupons	59222
+Grossman	59223
+Grossmont	59224
+Garretts	59225
+Garrett's	59226
+Garrison	59227
+Garnerville	59228
+Garnett	59229
+Gallagher's	59230
+Gallery	59231
+Gabriella's	59232
+Gabrielle's	59233
+Gamecocks	59234
+Gatorades	59235
+Goldfinch	59236
+Goldfinger	59237
+Goodwill	59238
+Goodwin	59239
+Gordons	59240
+Gordon's	59241
+Gonzales	59242
+Gonzalez	59243
+General's	59244
+Generals	59245
+Generations	59246
+Genesee	59247
+Geneseo	59248
+Gentile	59249
+Gentilly	59250
+Germanna	59251
+Georgia	59252
+Georgie	59253
+Georgina	59254
+George's	59255
+Georges	59256
+Georgetown	59257
+Gilliam	59258
+Gillian	59259
+Gilligan's	59260
+Gillette	59261
+Guardians	59262
+Gustav's	59263
+Gustavo	59264
+Glenda's	59265
+Glendale	59266
+grandma	59267
+grandmother	59268
+granddad	59269
+granddaughter	59270
+grandparent	59271
+grandpa's	59272
+grandpas	59273
+grandfather's	59274
+grandfathered	59275
+grandfathers	59276
+grandson	59277
+grandstand	59278
+grandbabies	59279
+grandbaby	59280
+grandchildren	59281
+grandes	59282
+granny's	59283
+grannys	59284
+graduate	59285
+gradually	59286
+graders	59287
+gratefully	59288
+gratefulness	59289
+gratification	59290
+gratifying	59291
+grating	59292
+graphic	59293
+graphing	59294
+graphite	59295
+grapefruits	59296
+gravelly	59297
+gravely	59298
+graveside	59299
+graveyards	59300
+gravitate	59301
+gravitational	59302
+grasshoppers	59303
+grasslands	59304
+gracefully	59305
+graciously	59306
+grammatically	59307
+grabbed	59308
+grabber	59309
+grabbing	59310
+groupie	59311
+grouping	59312
+grouped	59313
+grouper	59314
+groupon.com	59315
+growler	59316
+growled	59317
+growers	59318
+groomer	59319
+groomed	59320
+groomsmen	59321
+groover	59322
+grooves	59323
+grossest	59324
+greenback	59325
+greenbelt	59326
+greenbrook	59327
+greenhouse	59328
+greenhaven	59329
+greenery	59330
+greenies	59331
+greenish	59332
+greensky	59333
+greeter	59334
+greeted	59335
+greetings	59336
+greater	59337
+greatest	59338
+greased	59339
+greaser	59340
+grinder	59341
+grinded	59342
+grindstone	59343
+grievances	59344
+grumpys	59345
+garnishments	59346
+garners	59347
+galleries	59348
+gallery	59349
+gallons	59350
+gallstones	59351
+gamestop.com	59352
+gamblers	59353
+gastroenterologist	59354
+gastroenterology	59355
+gastrologist	59356
+gastrology	59357
+gangster	59358
+gangsta	59359
+goodbyes	59360
+goodnights	59361
+golfers	59362
+general	59363
+generous	59364
+generosity	59365
+genetically	59366
+genetics	59367
+gentleness	59368
+geographically	59369
+gunnery	59370
+guidelines	59371
+guardian	59372
+guarding	59373
+guaranteed	59374
+guaranteeing	59375
+guarantees	59376
+gladiators	59377
+glanced	59378
+glorified	59379
+glorify	59380
+glitched	59381
+glitches	59382
+gliders	59383
+gluten-free	59384
+girlies	59385
+giggled	59386
+giggles	59387
+gymnastics	59388
+interchange	59389
+intercity	59390
+interns	59391
+internet	59392
+interview	59393
+interval	59394
+interrupt	59395
+interracial	59396
+interpret	59397
+interpersonal	59398
+interacted	59399
+interesting	59400
+interested	59401
+interests	59402
+intermediate	59403
+intermodal	59404
+intersect	59405
+interlock	59406
+interlink	59407
+interlude	59408
+interior	59409
+interim	59410
+intergalactic	59411
+intergroup	59412
+intention	59413
+intently	59414
+intense	59415
+intended	59416
+intending	59417
+intends	59418
+integrity	59419
+intellect	59420
+intestines	59421
+introduce	59422
+introducing	59423
+introverted	59424
+intrigue	59425
+intriguing	59426
+intrude	59427
+intruding	59428
+intrusion	59429
+intrusive	59430
+intoxicated	59431
+intolerance	59432
+intolerant	59433
+intimidated	59434
+intimidating	59435
+intimidation	59436
+intimately	59437
+install	59438
+instant	59439
+instance	59440
+institution	59441
+institute	59442
+instigate	59443
+instigating	59444
+instigator	59445
+instinctively	59446
+instincts	59447
+instilled	59448
+instructor	59449
+instructed	59450
+instruments	59451
+insulate	59452
+insulator	59453
+insulted	59454
+insulting	59455
+insults	59456
+insurer	59457
+insured	59458
+insurances	59459
+insider	59460
+insides	59461
+insightful	59462
+insights	59463
+insignia	59464
+insignificant	59465
+insisted	59466
+insistent	59467
+insinuate	59468
+insinuating	59469
+insecticide	59470
+insects	59471
+insecure	59472
+inserted	59473
+inserts	59474
+inspection	59475
+inspecting	59476
+inspectors	59477
+inspirational	59478
+inspirations	59479
+inspired	59480
+inspires	59481
+insanely	59482
+inconspicuous	59483
+inconvenient	59484
+inconceivable	59485
+inconclusive	59486
+incontinence	59487
+incontinent	59488
+incompatible	59489
+incomplete	59490
+incomprehensible	59491
+incomes	59492
+incorporate	59493
+incorrect	59494
+incorrigible	59495
+incidental	59496
+incidently	59497
+incidents	59498
+incidences	59499
+increase	59500
+increasing	59501
+incredible	59502
+incredibly	59503
+incremental	59504
+increments	59505
+include	59506
+including	59507
+inclusion	59508
+inclusive	59509
+inclined	59510
+incarcerated	59511
+incarceration	59512
+incentives	59513
+incessantly	59514
+inflatable	59515
+inflate	59516
+inflation	59517
+inflamed	59518
+influential	59519
+influenza	59520
+inferred	59521
+inferring	59522
+infecting	59523
+informal	59524
+informant	59525
+infinitely	59526
+infused	59527
+infusions	59528
+infuriated	59529
+infuriates	59530
+indicted	59531
+indictment	59532
+individuality	59533
+individually	59534
+individuals	59535
+indigenous	59536
+indigestion	59537
+indecisive	59538
+indecision	59539
+independently	59540
+induced	59541
+inducer	59542
+inducted	59543
+induction	59544
+indulgence	59545
+industrial	59546
+industries	59547
+investing	59548
+investments	59549
+investors	59550
+invention	59551
+inventing	59552
+inventive	59553
+inventories	59554
+inventory	59555
+inverse	59556
+inversion	59557
+involve	59558
+involving	59559
+invoiced	59560
+invoices	59561
+invited	59562
+invites	59563
+invitations	59564
+invaded	59565
+invaders	59566
+injections	59567
+injured	59568
+injuries	59569
+injuring	59570
+innocently	59571
+innovations	59572
+ingredients	59573
+inhalers	59574
+initiative	59575
+initiating	59576
+initiation	59577
+initiated	59578
+initiates	59579
+improve	59580
+improperly	59581
+impregnated	59582
+imprinted	59583
+imprints	59584
+impersonal	59585
+imperfection	59586
+imperialism	59587
+important	59588
+importance	59589
+importer	59590
+imported	59591
+impossibility	59592
+imposed	59593
+imposing	59594
+imposition	59595
+implications	59596
+implied	59597
+implies	59598
+impatiently	59599
+immediately	59600
+immersed	59601
+immigrants	59602
+immortality	59603
+immunizations	59604
+imaginable	59605
+imaginary	59606
+imagined	59607
+imagines	59608
+identification	59609
+identifying	59610
+irritate	59611
+irritability	59612
+irritable	59613
+irresponsibility	59614
+irresponsible	59615
+illustrate	59616
+illustration	59617
+illustrator	59618
+illusions	59619
+illuminating	59620
+illumination	59621
+landscape	59622
+landscaping	59623
+landlord's	59624
+landlords	59625
+latter's	59626
+laundry	59627
+laundromat	59628
+laundered	59629
+laundering	59630
+launcher	59631
+launched	59632
+launches	59633
+laurels	59634
+lactate	59635
+ladybugs	59636
+lingerie	59637
+lingering	59638
+lifesavers	59639
+lifestyles	59640
+lifters	59641
+lightened	59642
+lightening	59643
+lightens	59644
+lighters	59645
+lightbulbs	59646
+lightsabers	59647
+literal	59648
+literacy	59649
+literary	59650
+littlest	59651
+liberal	59652
+libertarian	59653
+liberties	59654
+liberty	59655
+librarians	59656
+lickers	59657
+license	59658
+licensing	59659
+licensure	59660
+listenin	59661
+listens	59662
+liquidated	59663
+lookers	59664
+looking	59665
+location	59666
+locating	59667
+located	59668
+locates	59669
+locators	59670
+lockers	59671
+longboarding	59672
+longboards	59673
+longshoreman	59674
+longshot	59675
+loneliest	59676
+loneliness	59677
+logistical	59678
+logisticare	59679
+logically	59680
+loggerhead	59681
+loggers	59682
+lovelies	59683
+loveliness	59684
+loaders	59685
+lobbying	59686
+lobbyist	59687
+learner	59688
+learned	59689
+leadership	59690
+legislation	59691
+legislative	59692
+legitimately	59693
+lessons	59694
+leveled	59695
+leveler	59696
+luncheonette	59697
+luminaries	59698
+luminary	59699
+luckier	59700
+luckiest	59701
+lubricated	59702
+wallets	59703
+walkers	59704
+walking	59705
+waterfalls	59706
+waterford	59707
+waterfowl	59708
+waterproofing	59709
+waterbeds	59710
+watermelons	59711
+waterways	59712
+watchers	59713
+warmers	59714
+warehouses	59715
+washer/dryer	59716
+washers	59717
+wasters	59718
+waiters	59719
+windshields	59720
+winderfarms	59721
+windowsill	59722
+winterize	59723
+winterization	59724
+winterizing	59725
+wingers	59726
+winnings	59727
+withdrawal	59728
+withdrawing	59729
+withdrawn	59730
+withdraws	59731
+withholding	59732
+willingly	59733
+willingness	59734
+willows	59735
+wilderness	59736
+wildflowers	59737
+wiggled	59738
+wiggles	59739
+welders	59740
+welcomed	59741
+welcomes	59742
+weirded	59743
+weirder	59744
+weirdest	59745
+weirdos	59746
+weightless	59747
+weightlifting	59748
+westerns	59749
+worksheet	59750
+workshop	59751
+workstations	59752
+workaholics	59753
+worker's	59754
+workers	59755
+workmanship	59756
+workings	59757
+worshipped	59758
+worshipping	59759
+worried	59760
+worrier	59761
+worries	59762
+worrying	59763
+woodshed	59764
+woodshop	59765
+woodstove	59766
+woodstream	59767
+woodworkers	59768
+woodworking	59769
+woodpeckers	59770
+wonderfully	59771
+whitening	59772
+whitehall	59773
+whitehead	59774
+whitest	59775
+whitetails	59776
+whiteys	59777
+whisker	59778
+whiskey	59779
+whispered	59780
+whisperer	59781
+whistled	59782
+whistles	59783
+whippersnapper	59784
+whipped	59785
+whipping	59786
+wheeler	59787
+wheeled	59788
+wheelie	59789
+wheeling	59790
+wheelbarrow	59791
+wheelbase	59792
+wheelchairs	59793
+wholesale	59794
+wholesome	59795
+whatever's	59796
+whatevers	59797
+wreckers	59798
+wrestlers	59799
+writer's	59800
+writers	59801
+wrapper	59802
+wrapped	59803
+Wallingford	59804
+Wallington	59805
+Walker's	59806
+Walkersville	59807
+Warrensburg	59808
+Warrensville	59809
+Warriors	59810
+Waynesboro	59811
+Waynesburg	59812
+Williams	59813
+William's	59814
+Willingboro	59815
+Willingham	59816
+Willington	59817
+Willie's	59818
+Williston	59819
+Willowbrook	59820
+Willowdale	59821
+Willowick	59822
+Willows	59823
+Willamette	59824
+Willamina	59825
+Willards	59826
+Willeys	59827
+Wilderness	59828
+Wilkinson	59829
+Wilkinsburg	59830
+Wilkesboro	59831
+Windermere	59832
+Windsong	59833
+Windsor	59834
+Windows	59835
+Winston's	59836
+Winstons	59837
+Winstead	59838
+Winsted	59839
+Winterset	59840
+Wintersville	59841
+Wittenberg	59842
+Wickersham	59843
+Westmore	59844
+Westmont	59845
+Westmount	59846
+Westminister	59847
+Westminster	59848
+Westbank	59849
+Westbay	59850
+Westborough	59851
+Westerner	59852
+Westernport	59853
+Westfall	59854
+Westfarms	59855
+Westamerica	59856
+Westampton	59857
+Westchase	59858
+Westchester	59859
+Westinghouse	59860
+Westlake	59861
+Westland	59862
+Wellsboro	59863
+Wellsburg	59864
+Woodstock	59865
+Woodstone	59866
+Woodstown	59867
+Woodman	59868
+Woodmark	59869
+Woodmen	59870
+Woodmere	59871
+Woodbridge	59872
+Woodbrook	59873
+Woodburn	59874
+Woodbury	59875
+Woodcrafters	59876
+Woodhollow	59877
+Woodhouse	59878
+Woodland	59879
+Woodlake	59880
+Woodlawn	59881
+Woodworth	59882
+Woodward	59883
+Woodway	59884
+Woodfield	59885
+Woodfin	59886
+Woodford	59887
+Woodforest	59888
+Woodrow's	59889
+Whiteside	59890
+Whitesnake	59891
+Whitesville	59892
+Whitehead	59893
+Whitehurst	59894
+Whiteford	59895
+Whiteman	59896
+Whitemarsh	59897
+Whittakers	59898
+Whittier	59899
+Whittington	59900
+Whitney's	59901
+Whitneys	59902
+Whitlock	59903
+Whitlow	59904
+Wrightsboro	59905
+Wrightstown	59906
+Wrightsville	59907
+Franken	59908
+Frankel	59909
+Franklin's	59910
+Franklins	59911
+Franklinton	59912
+Franklinville	59913
+Frankfurt	59914
+Frankie's	59915
+Frankies	59916
+Frankstown	59917
+Francis	59918
+Francia	59919
+Francie	59920
+Francine	59921
+Frances	59922
+Franco's	59923
+Francois	59924
+Franconia	59925
+Francos	59926
+Freemansburg	59927
+Freebirds	59928
+Frederick	59929
+Frederica	59930
+Fredericton	59931
+Freddy's	59932
+Freddys	59933
+Freddies	59934
+Friendship	59935
+Friendsville	59936
+Friendswood	59937
+Friendly's	59938
+Friendlys	59939
+Friedman's	59940
+Friedmans	59941
+Friday's	59942
+Fridays	59943
+Frisco's	59944
+Friscos	59945
+Farmersville	59946
+Fairlawn	59947
+Fairburn	59948
+Fairbury	59949
+Fairplay	59950
+Fairplex	59951
+Falconer	59952
+Fantasyland	59953
+Fanning	59954
+Fishersville	59955
+Filipinos	59956
+Fernandes	59957
+Fernandez	59958
+Fernando's	59959
+Ferrari	59960
+Ferraro	59961
+Ferrara	59962
+Ferguson's	59963
+Felicia	59964
+Felicity	59965
+Federalist	59966
+Federalsburg	59967
+Federated	59968
+Federation	59969
+Florida	59970
+Floridian	59971
+Florissant	59972
+Florist	59973
+Florentine	59974
+Florence	59975
+Floresville	59976
+Flagstaff	59977
+Flagstar	59978
+Kennedy	59979
+Kennedale	59980
+Kennebunk	59981
+Kennebec	59982
+Kennesaw	59983
+Kennestone	59984
+Kenneth	59985
+Kennett	59986
+Kendall's	59987
+Kendalls	59988
+Kendallville	59989
+Kendra's	59990
+Kendras	59991
+Kendricks	59992
+Kentucky's	59993
+Keller's	59994
+Keyshawn	59995
+Kingsborough	59996
+Kingsbridge	59997
+Kingstree	59998
+Kingsland	59999
+Kingsley	60000
+Kingsway	60001
+Kingswood	60002
+Killingly	60003
+Killingsworth	60004
+Killington	60005
+Killingworth	60006
+Killians	60007
+Killers	60008
+Kimberly	60009
+Kimberley	60010
+Kimberling	60011
+Kissing	60012
+Katherine's	60013
+Katelyn's	60014
+Karina's	60015
+Kaylee's	60016
+Kaylees	60017
+Kristin	60018
+Kristi's	60019
+Kristian	60020
+Kristie	60021
+Kristal	60022
+Kristen's	60023
+Khalifa's	60024
+Elliott's	60025
+Elizabethton	60026
+Elizabethtown	60027
+Electric	60028
+Electrify	60029
+Electrolux	60030
+Enrico's	60031
+Edgemont	60032
+Edgemoor	60033
+Edinburgh	60034
+Edmonds	60035
+Everett's	60036
+Everetts	60037
+Evangelical	60038
+Evangeline	60039
+Eastpointe	60040
+Emilio's	60041
+Escalade	60042
+Escalante	60043
+Essentials	60044
+Erickson's	60045
+Economic	60046
+Economist	60047
+European	60048
+overstep	60049
+overstay	60050
+overstock	60051
+oversee	60052
+overseas	60053
+oversize	60054
+oversight	60055
+oversleep	60056
+overslept	60057
+overspend	60058
+overspray	60059
+overdrive	60060
+overdoing	60061
+overdone	60062
+overlook	60063
+overload	60064
+overlap	60065
+overland	60066
+overlay	60067
+overthink	60068
+overthrow	60069
+overtime	60070
+overtired	60071
+overturn	60072
+overture	60073
+overcoat	60074
+overcook	60075
+overcharge	60076
+overcharging	60077
+overcame	60078
+overcast	60079
+overwhelming	60080
+overwhelmed	60081
+overwhelms	60082
+overworked	60083
+overworking	60084
+overheat	60085
+overhead	60086
+overheard	60087
+overhang	60088
+overhaul	60089
+overpaid	60090
+overpass	60091
+overpayment	60092
+overpowered	60093
+overpowering	60094
+overpriced	60095
+overprotective	60096
+overreacted	60097
+overreacting	60098
+overrides	60099
+overrule	60100
+overrun	60101
+overachiever	60102
+overactive	60103
+overalls	60104
+overnighted	60105
+overnighter	60106
+overboard	60107
+overbooked	60108
+overeating	60109
+outlawed	60110
+outlaws	60111
+outline	60112
+outlining	60113
+outsiders	60114
+outsourced	60115
+outrageously	60116
+outriggers	60117
+outdoors	60118
+outfitters	60119
+outcalls	60120
+outgrown	60121
+organic	60122
+original	60123
+orientated	60124
+orientation	60125
+orthodontics	60126
+orthopedics	60127
+optimum	60128
+optimus	60129
+optical	60130
+opticare	60131
+opticians	60132
+operation	60133
+operating	60134
+operative	60135
+operated	60136
+operates	60137
+operators	60138
+openers	60139
+opposing	60140
+opposed	60141
+opportunist	60142
+observed	60143
+observer	60144
+obsession	60145
+obsessing	60146
+obsessive	60147
+obligation	60148
+obligated	60149
+obligatory	60150
+obliged	60151
+offending	60152
+offends	60153
+offense	60154
+offensive	60155
+offerings	60156
+officers	60157
+officially	60158
+officials	60159
+officiate	60160
+officiating	60161
+occupation	60162
+occupied	60163
+occupies	60164
+occupying	60165
+occurring	60166
+ownership	60167
+Northwest	60168
+Northwood	60169
+Northway	60170
+Northborough	60171
+Northcutt	60172
+Northeast	60173
+Northern	60174
+Northface	60175
+Northfield	60176
+Northford	60177
+Northline	60178
+Northpark	60179
+Northshore	60180
+Northside	60181
+Northstar	60182
+Northvale	60183
+Northgate	60184
+Northglenn	60185
+Northridge	60186
+Northrop	60187
+Nortenos	60188
+Norman's	60189
+Normans	60190
+Newburgh	60191
+Newburyport	60192
+Newton's	60193
+Newtons	60194
+Newtonville	60195
+Nellies	60196
+Nationals	60197
+Nationstar	60198
+Natividad	60199
+Nativity	60200
+Natalie	60201
+Natalia	60202
+Navigation	60203
+Navigator	60204
+Nickelback	60205
+Nickelodeon	60206
+Nicolet	60207
+Nicole's	60208
+Nicolas	60209
+Nigerian	60210
+negligence	60211
+negligent	60212
+negotiation	60213
+negotiating	60214
+negotiated	60215
+negatively	60216
+negatives	60217
+neurology	60218
+neuroscience	60219
+neutralize	60220
+neutrons	60221
+needless	60222
+neighborhood:	60223
+neighborhoods	60224
+necklaces	60225
+necessarily	60226
+necessary	60227
+necessities	60228
+necessity	60229
+notice:	60230
+noticed	60231
+notices	60232
+notification	60233
+notifying	60234
+notarize	60235
+notaries	60236
+nothing's	60237
+nothingness	60238
+nothings	60239
+northeastern	60240
+normalcy	60241
+normally	60242
+novelties	60243
+novelty	60244
+nominate	60245
+nationally	60246
+nationals	60247
+natives	60248
+narcolepsy	60249
+narcoleptic	60250
+narcotics	60251
+narcissistic	60252
+narration	60253
+narrative	60254
+navigation	60255
+navigating	60256
+nastier	60257
+nastiest	60258
+nauseated	60259
+nauseating	60260
+nightcap	60261
+nightclub	60262
+nightcore	60263
+nighters	60264
+nightlife	60265
+nightly	60266
+nightmares	60267
+nightstand	60268
+nitrogen	60269
+nitroglycerin	60270
+number's	60271
+number:	60272
+numbered	60273
+numbering	60274
+numbers	60275
+numerical	60276
+nutritional	60277
+nutritionist	60278
+nurseries	60279
+nursery	60280
+Jackson's	60281
+Jacksons	60282
+Jacksonville	60283
+Jacqueline's	60284
+Janelle's	60285
+Janine's	60286
+Jameson's	60287
+Jamesons	60288
+Jamaicans	60289
+Jarrettsville	60290
+Johnson's	60291
+Johnsons	60292
+Johnsonville	60293
+Johnston	60294
+Johnstown	60295
+Johnsburg	60296
+Johnsbury	60297
+Johnnie's	60298
+Johnny's	60299
+Johannesburg	60300
+Josephine's	60301
+Jonathan's	60302
+Joanne's	60303
+Joannes	60304
+Joanna's	60305
+Jennifer's	60306
+Jennifers	60307
+Jeremiah's	60308
+Jessica's	60309
+Jessicas	60310
+Jessie's	60311
+Jefferson's	60312
+Jeffersons	60313
+Jeffersontown	60314
+Jeffersonville	60315
+Juliana	60316
+Julian's	60317
+Julianne	60318
+Juliet's	60319
+Juliette	60320
+Juanita's	60321
+undershirt	60322
+underscore	60323
+underside	60324
+undercar	60325
+undercut	60326
+undergo	60327
+undergarments	60328
+underarm	60329
+underachievers	60330
+underage	60331
+underline	60332
+underlayment	60333
+underlying	60334
+underestimate	60335
+underestimating	60336
+underdogs	60337
+undermine	60338
+undermining	60339
+undertaking	60340
+undertow	60341
+unintentional	60342
+unintended	60343
+uninterested	60344
+uninterrupted	60345
+uninstalled	60346
+uninstalling	60347
+universally	60348
+universities	60349
+university	60350
+unicorns	60351
+uncontested	60352
+unconscious	60353
+unconstitutional	60354
+unconditionally	60355
+unclean	60356
+unclear	60357
+unfolded	60358
+unfolding	60359
+unfolds	60360
+unfollowed	60361
+unforgettable	60362
+unfortunately	60363
+unfairly	60364
+unleashed	60365
+unplugged	60366
+unplugging	60367
+unrealistic	60368
+unexpectedly	60369
+unexplainable	60370
+unexplained	60371
+unwrapped	60372
+unwrapping	60373
+uppercase	60374
+uppercut	60375
+urinate	60376
+urinals	60377
+urinalysis	60378
+urgently	60379
+utilized	60380
+ultrasounds	60381
+ugliest	60382
+Oliver's	60383
+Olivers	60384
+Olivette	60385
+Olympian	60386
+Olympiad	60387
+Olympics	60388
+Operations	60389
+Optimum	60390
+Optimus	60391
+Oaklandon	60392
+Oakleys	60393
+Outlawz	60394
+Overton's	60395
+visitations	60396
+visitors	60397
+visible	60398
+visibly	60399
+victoria	60400
+victories	60401
+victorious	60402
+violated	60403
+violates	60404
+violation	60405
+violating	60406
+violently	60407
+videogame	60408
+videographer	60409
+videotape	60410
+videotaping	60411
+videos.com	60412
+vibrated	60413
+vibrates	60414
+vibration	60415
+vibrating	60416
+vibrators	60417
+villager	60418
+villages	60419
+villains	60420
+viewers	60421
+versation	60422
+versions	60423
+verbalize	60424
+verbally	60425
+verification	60426
+verified	60427
+verifying	60428
+verizon.com	60429
+verizon.net	60430
+vertically	60431
+ventilation	60432
+ventilator	60433
+ventured	60434
+ventures	60435
+ventrally	60436
+veterinarians	60437
+valeries	60438
+valentines	60439
+validate	60440
+valuables	60441
+valuations	60442
+vacationing	60443
+vacations	60444
+vacated	60445
+vacancies	60446
+vacancy	60447
+vaccinated	60448
+vaccinations	60449
+variables	60450
+variations	60451
+varieties	60452
+variety	60453
+volunteered	60454
+volunteering	60455
+volunteers	60456
+voluntarily	60457
+voluntary	60458
+voicemails	60459
+Intercare	60460
+Interceramic	60461
+Intercontinental	60462
+Intermed	60463
+Intermountain	60464
+Internet	60465
+Interlake	60466
+Interlochen	60467
+Intervale	60468
+Indiana	60469
+Indianola	60470
+Indians	60471
+Indiantown	60472
+Industry	60473
+Inspections	60474
+Investigation	60475
+Investments	60476
+Isabella's	60477
+Islanders	60478
+Illinoise	60479
+Italiano	60480
+Italians	60481
+Vincent	60482
+Vincennes	60483
+Vincenzo's	60484
+Victoria	60485
+Victorious	60486
+Visitors	60487
+Village	60488
+Villagio	60489
+Villard	60490
+Villarreal	60491
+Virginia	60492
+Virgina	60493
+Virgil's	60494
+Valentin	60495
+Valerie	60496
+Valeria	60497
+Valeros	60498
+Valleydale	60499
+Valleywood	60500
+Vandercook	60501
+Vernon's	60502
+Vernonia	60503
+Vernors	60504
+Veronica's	60505
+Veronicas	60506
+Verona's	60507
+Venezuelan	60508
+Ventura's	60509
+kinders	60510
+killers	60511
+killings	60512
+kiddies	60513
+kidding	60514
+kidnapping	60515
+kickbacks	60516
+knockers	60517
+knockerz	60518
+knockouts	60519
+kristas	60520
+jammies	60521
+jamming	60522
+jammers	60523
+jackasses	60524
+jackets	60525
+jailbreaking	60526
+judgemental	60527
+judgements	60528
+jumpers	60529
+justify	60530
+justices	60531
+joined:	60532
+journaling	60533
+1234567	60534
+Universal	60535
+University	60536
+Universe	60537
+Undergraduate	60538
+Underground	60539
+Youngstown	60540
+Youngsville	60541
+Youngbloods	60542
+youngsters	60543
+yourself	60544
+yourselves	60545
+quarter	60546
+quartet	60547
+qualify	60548
+qualitative	60549
+qualities	60550
+quality	60551
+quadrant	60552
+quadratic	60553
+quantitative	60554
+quantities	60555
+quantity	60556
+quicken	60557
+quicker	60558
+quickest	60559
+quicksand	60560
+quickscoping	60561
+quickies	60562
+quieter	60563
+quietest	60564
+quilted	60565
+quilters	60566
+quitters	60567
+quitting	60568
+questionnaire	60569
+questionable	60570
+questioned	60571
+questioning	60572
+questions	60573
+quotations	60574
+Zachary's	60575
+Quintard	60576
+Quincy's	60577
+Quarter	60578
+Quartet	60579
+Quartzsite	60580
+Queensborough	60581
+Queensbury	60582
+Queenston	60583
+Queenstown	60584
+zippered	60585
+zippers	60586
+starters	60587
+stationed	60588
+stationery	60589
+statistically	60590
+standardized	60591
+standards	60592
+standings	60593
+stalkerish	60594
+stalkers	60595
+stallions	60596
+stabilized	60597
+stabilizer	60598
+stairways	60599
+stairwells	60600
+staplers	60601
+staples.com	60602
+straighten	60603
+straighter	60604
+strained	60605
+strainer	60606
+stranger	60607
+strangely	60608
+strangest	60609
+strangle	60610
+strangling	60611
+strategic	60612
+strategies	60613
+streamers	60614
+streamlined	60615
+strengthened	60616
+strengthening	60617
+strengthens	60618
+stripers	60619
+stripper	60620
+stripped	60621
+stricter	60622
+strictest	60623
+strikers	60624
+strokers	60625
+structure	60626
+structural	60627
+steamers	60628
+steppers	60629
+stereotypes	60630
+stereotypical	60631
+stereotyping	60632
+sterilizer	60633
+storyteller	60634
+storytelling	60635
+stoppers	60636
+stimulated	60637
+stimulates	60638
+stimulating	60639
+stimulation	60640
+stylistics	60641
+shortened	60642
+shortening	60643
+shortcuts	60644
+shoppers	60645
+shootings	60646
+sharpening	60647
+shittier	60648
+shittiest	60649
+shitting	60650
+shippers	60651
+shredded	60652
+shredder	60653
+substance	60654
+substantial	60655
+substituted	60656
+substitutes	60657
+substituting	60658
+substitution	60659
+subsidized	60660
+subscriber	60661
+subscribed	60662
+submittal	60663
+submitted	60664
+submitting	60665
+submissions	60666
+superstition	60667
+superstitious	60668
+superstars	60669
+superheroes	60670
+supporter	60671
+supported	60672
+supporting	60673
+supportive	60674
+supposed	60675
+supposing	60676
+supplier	60677
+supplied	60678
+supplies	60679
+supplemental	60680
+supplements	60681
+surveyors	60682
+surroundings	60683
+suspending	60684
+suspense	60685
+suspension	60686
+successfully	60687
+summertime	60688
+summertree	60689
+summaries	60690
+summarize	60691
+sufficiently	60692
+specialist	60693
+specialties	60694
+specialty	60695
+specific	60696
+specified	60697
+spectacle	60698
+spectacular	60699
+spectators	60700
+speakerphone	60701
+speakers	60702
+sparklers	60703
+sparkles	60704
+spankings	60705
+sponsorship	60706
+sportsmanship	60707
+sportings	60708
+sprinkler	60709
+sprinkled	60710
+sprinkles	60711
+sprayers	60712
+spreadsheets	60713
+splitters	60714
+service.com	60715
+serviceable	60716
+serviced	60717
+servicer	60718
+services	60719
+selections	60720
+selectively	60721
+securitas	60722
+securities	60723
+security	60724
+secretarial	60725
+secretaries	60726
+settlements	60727
+sequences	60728
+scrapers	60729
+scrapped	60730
+scrapper	60731
+scrambler	60732
+scrambled	60733
+scrambles	60734
+scratchers	60735
+screensaver	60736
+screenshot	60737
+screened	60738
+screener	60739
+screenings	60740
+scrubber	60741
+scrubbed	60742
+scriptures	60743
+scanners	60744
+scammers	60745
+scooters	60746
+schooler	60747
+schooled	60748
+scholarship	60749
+scheduled	60750
+scheduler	60751
+schedules	60752
+salvageable	60753
+salvaged	60754
+sanitized	60755
+sanitizer	60756
+sanitarium	60757
+sanitary	60758
+sanctioned	60759
+sanctions	60760
+savannahs	60761
+something's	60762
+somethings	60763
+somewheres	60764
+socialite	60765
+softener	60766
+softened	60767
+signifies	60768
+simplified	60769
+simplify	60770
+simplisafe	60771
+simplistic	60772
+similarities	60773
+similarity	60774
+sidewalks	60775
+slippers	60776
+slippery	60777
+sleepiness	60778
+sleeping	60779
+snowmobiles	60780
+snappers	60781
+snippets	60782
+sweatshirt	60783
+sweatshop	60784
+sweaters	60785
+swimmingly	60786
+skinnies	60787
+skinnier	60788
+skippers	60789
+skateboarders	60790
+smoothies	60791
+smoochies	60792
+synchronize	60793
+synchronization	60794
+synthesis	60795
+synthesizer	60796
+squirter	60797
+squirted	60798
+squeaked	60799
+squeaker	60800
+squeezed	60801
+squeezes	60802
+contract	60803
+contradicted	60804
+contradictory	60805
+contradicts	60806
+controls	60807
+controversial	60808
+controversy	60809
+contributed	60810
+contributes	60811
+contribution	60812
+contributing	60813
+contributors	60814
+contentment	60815
+contents	60816
+contender	60817
+contemplate	60818
+contemporary	60819
+contestants	60820
+continual	60821
+continuance	60822
+continuation	60823
+continued	60824
+continues	60825
+continuing	60826
+continuity	60827
+continuously	60828
+contingencies	60829
+contingency	60830
+container	60831
+contained	60832
+contaminated	60833
+construct	60834
+construed	60835
+constraints	60836
+constituents	60837
+constipated	60838
+constipation	60839
+constantly	60840
+consisted	60841
+consignments	60842
+consulted	60843
+consulting	60844
+consular	60845
+consulate	60846
+consumer	60847
+consumed	60848
+consumes	60849
+conservatory	60850
+consensual	60851
+consensus	60852
+consenting	60853
+consequences	60854
+consoling	60855
+consoles	60856
+conspiracies	60857
+conspiracy	60858
+confided	60859
+configuration	60860
+configure	60861
+configuring	60862
+confirmations	60863
+confession	60864
+confessing	60865
+conference	60866
+conferencing	60867
+confectioners	60868
+confectionery	60869
+confused	60870
+confuses	60871
+confusing	60872
+confusion	60873
+concerned	60874
+concerning	60875
+concerns	60876
+concerta	60877
+concerto	60878
+concerts	60879
+concealed	60880
+concealer	60881
+concentrated	60882
+concentrating	60883
+concentration	60884
+conceptions	60885
+conceive	60886
+conceiving	60887
+conceded	60888
+conclusions	60889
+converse	60890
+converts	60891
+convention	60892
+convenient	60893
+convenience	60894
+convictions	60895
+convinced	60896
+condensed	60897
+condenser	60898
+condensate	60899
+condensation	60900
+condominiums	60901
+conditioner	60902
+conditioned	60903
+conditionally	60904
+conductor	60905
+conducted	60906
+congrats	60907
+congratz	60908
+congressional	60909
+congressman	60910
+congresswoman	60911
+congregations	60912
+congestion	60913
+congestive	60914
+connection	60915
+connecting	60916
+connectors	60917
+complete	60918
+complexes	60919
+complementary	60920
+complemented	60921
+complicate	60922
+complimentary	60923
+complimented	60924
+complimenting	60925
+compliments	60926
+compliance	60927
+compliant	60928
+complaint	60929
+complaining	60930
+complains	60931
+complacency	60932
+complacent	60933
+comparative	60934
+comparable	60935
+compared	60936
+compares	60937
+comparison	60938
+comparing	60939
+compartments	60940
+companion	60941
+companies	60942
+company's	60943
+compassionate	60944
+competed	60945
+competes	60946
+competing	60947
+compensated	60948
+compensating	60949
+compensation	60950
+compelled	60951
+compelling	60952
+compressor	60953
+comprehend	60954
+compromised	60955
+compromises	60956
+composing	60957
+composed	60958
+composer	60959
+computer	60960
+commenting	60961
+comments	60962
+commendable	60963
+commended	60964
+commencement	60965
+commercially	60966
+commercials	60967
+communion	60968
+commuter	60969
+committal	60970
+committing	60971
+commitments	60972
+commission	60973
+commissary	60974
+commander	60975
+commanded	60976
+commandments	60977
+commodities	60978
+commodity	60979
+comedians	60980
+comforters	60981
+collards	60982
+collaborate	60983
+collapsed	60984
+collapses	60985
+collapsible	60986
+collapsing	60987
+collectible	60988
+collection	60989
+collective	60990
+collecting	60991
+collector's	60992
+collectors	60993
+colleges	60994
+correction	60995
+correcting	60996
+corrective	60997
+corresponded	60998
+correspondence	60999
+corrupting	61000
+corruption	61001
+cornerstone	61002
+corporated	61003
+corporations	61004
+countertop	61005
+counteract	61006
+countered	61007
+counterfeit	61008
+countering	61009
+counteroffer	61010
+counters	61011
+country's	61012
+countryside	61013
+counting	61014
+cooperate	61015
+cooperators	61016
+cocksuckers	61017
+coincidental	61018
+coincidently	61019
+coincidences	61020
+caressed	61021
+caresses	61022
+cardiologist	61023
+cardiology	61024
+carriers	61025
+carbonara	61026
+carbone's	61027
+carbones	61028
+carpenter	61029
+carpentry	61030
+carnivores	61031
+candidate	61032
+candidacy	61033
+candlesticks	61034
+cancellation	61035
+cancelled	61036
+cancelling	61037
+calculation	61038
+calculating	61039
+calculated	61040
+calculators	61041
+calibrated	61042
+caterers	61043
+categorized	61044
+captivate	61045
+captivating	61046
+charters	61047
+characteristic	61048
+characterize	61049
+chargers	61050
+changers	61051
+chaperones	61052
+chatterbox	61053
+chattering	61054
+chatters	61055
+challenger	61056
+challenged	61057
+challenges	61058
+chainsaws	61059
+championship	61060
+cheeseburger	61061
+cheeseball	61062
+cheesesteak	61063
+cheesecakes	61064
+cheerios	61065
+cheerleaders	61066
+cheaters	61067
+chillers	61068
+chilling	61069
+chickies	61070
+chippers	61071
+chiropractor's	61072
+chiropractors	61073
+choppers	61074
+choreographed	61075
+choreographer	61076
+chocolates	61077
+chocolatey	61078
+christina	61079
+christine	61080
+crappiest	61081
+crawlers	61082
+craziest	61083
+craigslist.com	61084
+craigslist.org	61085
+creative	61086
+creativity	61087
+creatine	61088
+creating	61089
+creations	61090
+creamers	61091
+creamery	61092
+creditors	61093
+credible	61094
+credibly	61095
+creepier	61096
+creepiest	61097
+creeping	61098
+creepers	61099
+cremated	61100
+crosswalk	61101
+crossways	61102
+crosswoods	61103
+crossword	61104
+crossbow	61105
+crossbones	61106
+crumbled	61107
+crumbles	61108
+criticism	61109
+critically	61110
+classify	61111
+classical	61112
+classics	61113
+clarification	61114
+clarified	61115
+clarifying	61116
+clinically	61117
+clinicals	61118
+climbers	61119
+clickers	61120
+clippers	61121
+clothesline	61122
+clothespins	61123
+cleansed	61124
+cleanser	61125
+cleaners	61126
+cleanings	61127
+customize	61128
+customizing	61129
+customer's	61130
+customers	61131
+custodian	61132
+custodial	61133
+celebrate	61134
+celebratory	61135
+celebrities	61136
+celebrity	61137
+centerfolds	61138
+centerpieces	61139
+centerstone	61140
+centralized	61141
+centrally	61142
+certificate	61143
+certification	61144
+circumcise	61145
+circumcision	61146
+circumstance	61147
+circumstantial	61148
+circulate	61149
+circulator	61150
+civilization	61151
+civilized	61152
+civilians	61153
+Stephenson	61154
+Stephanie's	61155
+Stephanies	61156
+Stevenson	61157
+Stevensville	61158
+Steelers	61159
+Stoneham	61160
+Stonehaven	61161
+Stonehedge	61162
+Stonehenge	61163
+Stonebriar	61164
+Stonebridge	61165
+Stonewood	61166
+Stoneworks	61167
+Stranger	61168
+Streetsboro	61169
+Streetsville	61170
+Santana's	61171
+Santiago's	61172
+Shakespeare's	61173
+Senators	61174
+Southpointe	61175
+Spartanburg	61176
+Spartans	61177
+Speedwagon	61178
+Speedway	61179
+Springside	61180
+Springsteen	61181
+Springvale	61182
+Springboro	61183
+Springbrook	61184
+Springhill	61185
+Springhurst	61186
+Silverstein	61187
+Silverstone	61188
+Scholarship	61189
+Schuler's	61190
+Schwarzenegger	61191
+Scottsbluff	61192
+Scottsboro	61193
+Scottsburg	61194
+Scriptures	61195
+Skylanders	61196
+proposed	61197
+proposes	61198
+proposition	61199
+proposing	61200
+proposals	61201
+proportional	61202
+proportionate	61203
+property	61204
+properties	61205
+propellers	61206
+prospecting	61207
+prospective	61208
+prospectors	61209
+prostitutes	61210
+prostituting	61211
+prostitution	61212
+prosthetics	61213
+prosecutor's	61214
+prosecutors	61215
+prosecuted	61216
+prosecuting	61217
+prosecution	61218
+processed	61219
+processes	61220
+processing	61221
+procession	61222
+processors	61223
+proceedings	61224
+promoter	61225
+promoted	61226
+promotes	61227
+promotion	61228
+promoting	61229
+promised	61230
+promises	61231
+protector	61232
+protected	61233
+protects	61234
+provider	61235
+provided	61236
+provides	61237
+province	61238
+provincial	61239
+provoked	61240
+professional	61241
+professions	61242
+professors	61243
+profitability	61244
+profitable	61245
+profiles	61246
+probable	61247
+probably	61248
+probationary	61249
+production	61250
+producers	61251
+progressive	61252
+progressing	61253
+progression	61254
+progressed	61255
+progresses	61256
+programmable	61257
+programming	61258
+pronounced	61259
+presenting	61260
+presently	61261
+presents	61262
+preserved	61263
+preserver	61264
+preserves	61265
+preservation	61266
+preservatives	61267
+pressured	61268
+pressures	61269
+prescribe	61270
+prescribing	61271
+prescriptions	61272
+prestiges	61273
+precisely	61274
+preceded	61275
+prepared	61276
+preparer	61277
+prepares	61278
+preparation	61279
+preparatory	61280
+preppers	61281
+pretending	61282
+pretends	61283
+pretenses	61284
+prettiest	61285
+prediction	61286
+predicting	61287
+predictive	61288
+premieres	61289
+preferences	61290
+preacher's	61291
+preachers	61292
+primaries	61293
+primarily	61294
+principal's	61295
+principals	61296
+principles	61297
+princess	61298
+printers	61299
+prioritize	61300
+prioritizing	61301
+prayerfully	61302
+participant	61303
+particular	61304
+particulate	61305
+particles	61306
+partnerships	61307
+paralyzed	61308
+paralyzer	61309
+paramedics	61310
+parameters	61311
+paraphrase	61312
+paraphrasing	61313
+parentheses	61314
+parenthesis	61315
+patrolled	61316
+patrolling	61317
+patronize	61318
+patronizing	61319
+patriotic	61320
+patriotism	61321
+pathological	61322
+pathologist	61323
+patterns	61324
+passionately	61325
+paintballing	61326
+paintballs	61327
+painter's	61328
+painters	61329
+paintings	61330
+pacifiers	61331
+posterior	61332
+posterity	61333
+postponed	61334
+postponement	61335
+positioned	61336
+positioning	61337
+positions	61338
+positive	61339
+positivity	61340
+possession	61341
+possessive	61342
+possessed	61343
+possesses	61344
+politically	61345
+politicians	61346
+policeman	61347
+policemen	61348
+portabellas	61349
+portables	61350
+populate	61351
+population	61352
+popularity	61353
+pointers	61354
+powerlifting	61355
+powerline	61356
+pounders	61357
+personally	61358
+personals	61359
+persistence	61360
+persistent	61361
+persecuted	61362
+persuaded	61363
+perfection	61364
+perfecting	61365
+performer	61366
+performed	61367
+performances	61368
+percentages	61369
+perceptions	61370
+periodically	61371
+permitted	61372
+permitting	61373
+permissions	61374
+perverted	61375
+perverts	61376
+perpetual	61377
+perpetuate	61378
+pediatrician's	61379
+pediatricians	61380
+plantations	61381
+planters	61382
+planetarium	61383
+planetary	61384
+planners	61385
+placemats	61386
+placements	61387
+plastics	61388
+pleasured	61389
+pleasures	61390
+pursuits	61391
+purifier	61392
+purified	61393
+punctuation	61394
+punctuate	61395
+punctuality	61396
+publications	61397
+publishers	61398
+photographer	61399
+photographed	61400
+photographic	61401
+photographing	61402
+photoshopped	61403
+physician	61404
+physicist	61405
+physically	61406
+physicals	61407
+physiological	61408
+physiology	61409
+physiotherapist	61410
+physiotherapy	61411
+phenomenally	61412
+psychological	61413
+psychologist	61414
+psychiatrist	61415
+psychiatric	61416
+Connection	61417
+Connecticut	61418
+Connersville	61419
+Consultant	61420
+Consulting	61421
+Conservation	61422
+Conservatory	61423
+Contracting	61424
+Contractors	61425
+Congressional	61426
+Congressman	61427
+Congregational	61428
+Confederate	61429
+Confederation	61430
+Converter	61431
+Convertible	61432
+Collegedale	61433
+Colleges	61434
+Collegeville	61435
+Collection	61436
+Collective	61437
+Collingdale	61438
+Collingswood	61439
+Collingwood	61440
+Collinsville	61441
+Collinsworth	61442
+Colonial	61443
+Colombian	61444
+Columbian	61445
+Cornersburg	61446
+Cornelia	61447
+Cornelius	61448
+Correctional	61449
+Corrections	61450
+Corinthians	61451
+Commodores	61452
+Commander's	61453
+Commissioners	61454
+Carolina's	61455
+Carolinas	61456
+Caroline's	61457
+Carolines	61458
+Carmelo's	61459
+Cardinale	61460
+Cardinals	61461
+Carpenters	61462
+Callender's	61463
+Californian	61464
+California's	61465
+Cameron's	61466
+Camerons	61467
+Camille's	61468
+Canadians	61469
+Cassandra's	61470
+Capitals	61471
+Charles's	61472
+Charlene's	61473
+Charley's	61474
+Charlie's	61475
+Charlies	61476
+Championship	61477
+Chambersburg	61478
+Chesterton	61479
+Chestertown	61480
+Children's	61481
+Childrens	61482
+Chickasaw	61483
+Chickasha	61484
+Chippendales	61485
+Christians	61486
+Christian's	61487
+Christiana	61488
+Christianity	61489
+Christianos	61490
+Christine	61491
+Christina	61492
+Christie's	61493
+Christopher	61494
+Christensen's	61495
+Crosslake	61496
+Crossland	61497
+Creations	61498
+Cristiano	61499
+Clarissa	61500
+Clarisse	61501
+Claudia's	61502
+Centerpoint	61503
+Centerport	61504
+Marianne	61505
+Marianna	61506
+Mariano's	61507
+Marianos	61508
+Marianas	61509
+Mariners	61510
+Martinsburg	61511
+Martinson	61512
+Martinsville	61513
+Martinique	61514
+Martinizing	61515
+Martinez	61516
+Martinos	61517
+Marcella's	61518
+Marcellas	61519
+Marcello's	61520
+Marconi's	61521
+Marlene's	61522
+Marshall	61523
+Marshals	61524
+Margaret's	61525
+Margarets	61526
+Margaritas	61527
+Margaritaville	61528
+Mastercard	61529
+Mastercraft	61530
+Mastercuts	61531
+MasterCard	61532
+MasterChef	61533
+Masterson	61534
+Mahoney's	61535
+Monterey's	61536
+Monterrey's	61537
+Montello	61538
+Montezuma's	61539
+Montana's	61540
+Morrisons	61541
+Motorworks	61542
+Motorworld	61543
+Mountaineers	61544
+Millersburg	61545
+Millersport	61546
+Millersville	61547
+Millenia	61548
+Millenium	61549
+Millbrae	61550
+Millbranch	61551
+Michelle's	61552
+Michelles	61553
+Michelangelo's	61554
+Michaelangelo's	61555
+Michaelson	61556
+Merrimac	61557
+Merriman	61558
+Metropolis	61559
+Metropolitan	61560
+Meadowlands	61561
+Meadowlark	61562
+Meadowvale	61563
+Meadowview	61564
+Mexicana	61565
+Mexicano	61566
+Mexicans	61567
+McCarthy's	61568
+McKenna's	61569
+McKennan	61570
+Brookshire's	61571
+Brookshires	61572
+Brookstone	61573
+Brookland	61574
+Brooklawn	61575
+Brooklyn's	61576
+Brownsboro	61577
+Brownsburg	61578
+Brownells	61579
+Brandon's	61580
+Brandons	61581
+Brandenburg	61582
+Bridget's	61583
+Bridgets	61584
+Bridgette	61585
+Bridgewood	61586
+Bridgestone	61587
+Bridgeview	61588
+Bridgeville	61589
+Brittany's	61590
+Brittanys	61591
+Brianna's	61592
+Brendan's	61593
+Brendans	61594
+Brennan's	61595
+Barrett's	61596
+Barnaby's	61597
+Barbara's	61598
+Belleview	61599
+Belleville	61600
+Bellinger	61601
+Bellingham	61602
+Bernardino	61603
+Bernardsville	61604
+Bennetts	61605
+Buckeyes	61606
+Buckley's	61607
+Butterfly	61608
+Blackbeard's	61609
+Blackberry	61610
+Blackboard	61611
+Blackbob	61612
+Blackstreet	61613
+Blackmon	61614
+Blackmore	61615
+Blanchester	61616
+Bloomingdale's	61617
+Bloomingdales	61618
+barbershop	61619
+barbecued	61620
+barbecues	61621
+barbarian	61622
+barbaric	61623
+backstab	61624
+backstage	61625
+backstrap	61626
+backstreet	61627
+backstroke	61628
+backstop	61629
+backstory	61630
+backfire	61631
+backfiring	61632
+backflips	61633
+backroads	61634
+backwards	61635
+battery's	61636
+battleship	61637
+bathrooms:	61638
+babysitter	61639
+babysitting	61640
+boosters	61641
+bouncers	61642
+brainstorming	61643
+breadsticks	61644
+breastfeeding	61645
+broadcasted	61646
+broadcaster	61647
+broadheads	61648
+brownies	61649
+browsers	61650
+brother-in-laws	61651
+bridesmaids	61652
+brightened	61653
+brightening	61654
+brightens	61655
+butterfingers	61656
+buttercream	61657
+buttercup	61658
+butterscotch	61659
+bullshittin	61660
+beautiful	61661
+beautified	61662
+beautify	61663
+believer	61664
+believed	61665
+believes	61666
+believable	61667
+believably	61668
+believing	61669
+beneficiaries	61670
+beneficiary	61671
+behavioral	61672
+behaviors	61673
+bloodstone	61674
+bloodstream	61675
+bloomers	61676
+bloomingdales	61677
+blankets	61678
+blasters	61679
+bleachers	61680
+bleachery	61681
+billionaires	61682
+bittersweet	61683
+restricted	61684
+restraints	61685
+restoration	61686
+restorative	61687
+restored	61688
+restores	61689
+researcher	61690
+researched	61691
+resident	61692
+responsive	61693
+responses	61694
+responder	61695
+responded	61696
+respectively	61697
+respiratory	61698
+resurfaced	61699
+resolutions	61700
+resolved	61701
+reconsideration	61702
+reconsidered	61703
+reconsidering	61704
+reconstructed	61705
+reconnected	61706
+reconciled	61707
+reconciliation	61708
+reconciling	61709
+recorder's	61710
+recorders	61711
+recognized	61712
+recognizer	61713
+recognizes	61714
+recognizable	61715
+recognization	61716
+receiver	61717
+received	61718
+receives	61719
+receivables	61720
+receptionist	61721
+receptions	61722
+recertification	61723
+recertified	61724
+reciprocal	61725
+recipes.com	61726
+recitals	61727
+recruiters	61728
+rectangles	61729
+recliners	61730
+reproduction	61731
+reproductive	61732
+representative	61733
+representation	61734
+representing	61735
+replacement	61736
+replaceable	61737
+replaced	61738
+replaces	61739
+replicate	61740
+replication	61741
+reported	61742
+reporter	61743
+repeated	61744
+repeater	61745
+realized	61746
+realizes	61747
+realistic	61748
+reactivate	61749
+reactive	61750
+reactions	61751
+reassured	61752
+reassessment	61753
+reasonable	61754
+reasonably	61755
+readings	61756
+refineries	61757
+refinery	61758
+refinished	61759
+refinishing	61760
+refinanced	61761
+refreshed	61762
+refresher	61763
+refreshments	61764
+refrigerate	61765
+refrigerator	61766
+refrigeration	61767
+reference	61768
+referencing	61769
+reflection	61770
+reflecting	61771
+reflective	61772
+reflectors	61773
+relations	61774
+relational	61775
+relative	61776
+relativity	61777
+relaxers	61778
+reliever	61779
+relieved	61780
+relieves	61781
+religions	61782
+religiously	61783
+released	61784
+releases	61785
+retractable	61786
+retracted	61787
+retraction	61788
+retriever	61789
+retrieved	61790
+retainer	61791
+retained	61792
+retailers	61793
+retirees	61794
+removed-	61795
+remarkable	61796
+remarkably	61797
+reminder	61798
+reminded	61799
+reminiscent	61800
+remedial	61801
+remediation	61802
+remedied	61803
+remedies	61804
+registrar	61805
+registration	61806
+regulations	61807
+regrettably	61808
+regretted	61809
+regretting	61810
+regretfully	61811
+reversed	61812
+reversible	61813
+reversing	61814
+revisited	61815
+revisiting	61816
+revisions	61817
+revolver	61818
+revolves	61819
+renewals	61820
+renovations	61821
+reinstalled	61822
+reinstalling	61823
+reinstated	61824
+reinstatement	61825
+reinforcements	61826
+rebellion	61827
+rebellious	61828
+requirement	61829
+required	61830
+requires	61831
+ranchera	61832
+rancheritos	61833
+rancheros	61834
+ranchers	61835
+rationale	61836
+rationalize	61837
+rationally	61838
+rattlesnake	61839
+radiates	61840
+radiating	61841
+radiation	61842
+radiators	61843
+radiological	61844
+radiologist	61845
+ramblings	61846
+rotations	61847
+rollerblade	61848
+rollerblading	61849
+ridiculously	61850
+ridiculousness	61851
+ridiculed	61852
+decoration	61853
+decorating	61854
+decorative	61855
+decorated	61856
+decorators	61857
+deceived	61858
+deceiver	61859
+declared	61860
+declares	61861
+designated	61862
+designers	61863
+destroyed	61864
+destroyer	61865
+destruction	61866
+destructive	61867
+destination:	61868
+destinations	61869
+destinys	61870
+described	61871
+describes	61872
+description:	61873
+descriptions	61874
+desperately	61875
+deserved	61876
+deserves	61877
+deliverables	61878
+delicately	61879
+delicatessen	61880
+defender	61881
+defended	61882
+defendants	61883
+defenseless	61884
+defenses	61885
+defensively	61886
+definite	61887
+deficiencies	61888
+deficiency	61889
+depressing	61890
+depression	61891
+depressive	61892
+depressants	61893
+depressed	61894
+depresses	61895
+depositions	61896
+dependence	61897
+dependency	61898
+dependents	61899
+dealership	61900
+deadlines	61901
+deviated	61902
+deviations	61903
+devotional	61904
+devotions	61905
+determined	61906
+determines	61907
+deteriorated	61908
+deteriorating	61909
+deterioration	61910
+detectives	61911
+detailed	61912
+detailer	61913
+demonstrate	61914
+dermatologist	61915
+dermatology	61916
+disconnected	61917
+disconnects	61918
+discontent	61919
+discounting	61920
+discounts	61921
+discourse	61922
+discoveries	61923
+discovering	61924
+discretion	61925
+discrete	61926
+discreetly	61927
+discrepancies	61928
+discrepancy	61929
+discriminated	61930
+discriminating	61931
+discrimination	61932
+disciplined	61933
+disciplines	61934
+discipleship	61935
+discussion	61936
+discussing	61937
+discussed	61938
+discusses	61939
+disclosed	61940
+disclosures	61941
+distribute	61942
+distributor	61943
+districts	61944
+distracted	61945
+distinctly	61946
+distinguished	61947
+distilled	61948
+distillery	61949
+distance	61950
+distancing	61951
+disappointments	61952
+disassembled	61953
+disasters	61954
+disabled	61955
+dispenser	61956
+dispensaries	61957
+dispensary	61958
+displayed	61959
+displaying	61960
+displays	61961
+displaced	61962
+displacement	61963
+dispatchers	61964
+dissecting	61965
+dissection	61966
+dissolved	61967
+dissolves	61968
+disrespectfully	61969
+dismantled	61970
+dismantlers	61971
+disgustingly	61972
+diversified	61973
+diversion	61974
+diversity	61975
+diverted	61976
+diverter	61977
+diverticulitis	61978
+diverting	61979
+dividends	61980
+dividers	61981
+dictations	61982
+dictatorship	61983
+directional	61984
+directions	61985
+differential	61986
+differentiate	61987
+downsides	61988
+downsize	61989
+downsizing	61990
+downstairs	61991
+downstate	61992
+downloadable	61993
+downloading	61994
+downloads	61995
+dominate	61996
+dominatrix	61997
+dominance	61998
+dominant	61999
+dominicos	62000
+dreamers	62001
+droppings	62002
+dynamics	62003
+anticipated	62004
+anticipating	62005
+anticipation	62006
+announcements	62007
+announcers	62008
+analyzed	62009
+analyzer	62010
+analysts	62011
+animated	62012
+animations	62013
+allowances	62014
+alternatively	62015
+alternatives	62016
+alcoholics	62017
+accomplish	62018
+accomplice	62019
+accompany	62020
+accommodation	62021
+accommodating	62022
+accommodated	62023
+accountability	62024
+accountable	62025
+accountants	62026
+accordingly	62027
+accessibility	62028
+accessible	62029
+accessories	62030
+accessorize	62031
+accelerated	62032
+accelerating	62033
+acceleration	62034
+accusations	62035
+activated	62036
+activates	62037
+activation	62038
+activating	62039
+activities	62040
+activity	62041
+achievements	62042
+advertise	62043
+advertising	62044
+adversely	62045
+adventures	62046
+advancements	62047
+addictions	62048
+additionally	62049
+administration	62050
+administrative	62051
+administrators	62052
+adjusters	62053
+articulate	62054
+articulation	62055
+artichokes	62056
+arrangements	62057
+architectural	62058
+architecture	62059
+assessor's	62060
+assessories	62061
+assessors	62062
+assessments	62063
+assistants	62064
+assassinated	62065
+associations	62066
+astronauts	62067
+astronomical	62068
+astronomy	62069
+approved	62070
+approves	62071
+approvals	62072
+approached	62073
+approaches	62074
+approximately	62075
+appreciated	62076
+appreciates	62077
+appreciating	62078
+appreciation	62079
+appreciative	62080
+appraiser's	62081
+appraisers	62082
+appearances	62083
+appetizers	62084
+application	62085
+applicator	62086
+applicants	62087
+apparently	62088
+apologized	62089
+apologizes	62090
+ambitions	62091
+ambulating	62092
+ambulation	62093
+americana	62094
+americano	62095
+amplifiers	62096
+automate	62097
+automobiles	62098
+authorization	62099
+authorize	62100
+authorizing	62101
+authorities	62102
+authority	62103
+auditioned	62104
+auditioning	62105
+auditions	62106
+absorbed	62107
+absorbent	62108
+absorbers	62109
+attendant	62110
+attendance	62111
+attended	62112
+attendees	62113
+attentions	62114
+attachments	62115
+attacked	62116
+attacker	62117
+attractions	62118
+attractiveness	62119
+airlines.com	62120
+affectionately	62121
+aggressively	62122
+aggressiveness	62123
+transformation	62124
+transforming	62125
+transforms	62126
+transferable	62127
+transfers	62128
+transfusions	62129
+transport	62130
+transponder	62131
+transpose	62132
+transparency	62133
+transparent	62134
+transpired	62135
+transplants	62136
+translate	62137
+translator	62138
+transition	62139
+transitowne	62140
+transmissions	62141
+transcribe	62142
+transcribing	62143
+transcription	62144
+transcripts	62145
+tranquilizers	62146
+trainees	62147
+trainers	62148
+trackers	62149
+traditionally	62150
+traveler	62151
+traveled	62152
+traveling	62153
+trapper's	62154
+trappers	62155
+traumatized	62156
+trimmers	62157
+trimmings	62158
+treaters	62159
+treating	62160
+treasurer's	62161
+trustees	62162
+troubles	62163
+troublemaker	62164
+troubled	62165
+terrific	62166
+territorial	62167
+territories	62168
+terrorist	62169
+terrorism	62170
+terrorize	62171
+terrorizing	62172
+terminal	62173
+tenderloin	62174
+tenderly	62175
+telepathically	62176
+telecommunications	62177
+teleconference	62178
+teacher's	62179
+teachers	62180
+temperature	62181
+temperate	62182
+temperamental	62183
+temporaries	62184
+temporarily	62185
+testimonial	62186
+testimonies	62187
+testicles	62188
+testifying	62189
+technically	62190
+technicians	62191
+technological	62192
+technologies	62193
+technologist	62194
+tourists	62195
+toothpicks	62196
+thermostat	62197
+thermometers	62198
+therapist	62199
+therapies	62200
+therapeutics	62201
+theoretically	62202
+theatres	62203
+threatened	62204
+threatening	62205
+threatens	62206
+three-quarters	62207
+threesomes	62208
+thoughtfulness	62209
+thunderstorms	62210
+timesheets	62211
+tickets.com	62212
+tweeters	62213
+manager's	62214
+managerial	62215
+managers	62216
+manufacturer's	62217
+manufacturers	62218
+mandated	62219
+marinate	62220
+marinating	62221
+marketed	62222
+marketer	62223
+martinis	62224
+margaritas	62225
+masterbate	62226
+masterbating	62227
+massager	62228
+massaged	62229
+massages	62230
+materialistic	62231
+materialize	62232
+magnetic	62233
+magnetism	62234
+magnificent	62235
+magnifying	62236
+mammograms	62237
+motorcade	62238
+motorcars	62239
+motorcycles	62240
+motorboatin	62241
+motherfuckers	62242
+motherfucking	62243
+motivation	62244
+motivating	62245
+motivated	62246
+motivates	62247
+motivators	62248
+monogrammed	62249
+monogramming	62250
+moderately	62251
+mountainside	62252
+molester	62253
+molested	62254
+moisturizer	62255
+missionaries	62256
+missionary	62257
+misspellings	62258
+mistakenly	62259
+mistreated	62260
+mistreating	62261
+misconceptions	62262
+misconstrued	62263
+miscarriage	62264
+miscarried	62265
+misunderstandings	62266
+ministries	62267
+ministry	62268
+ministering	62269
+ministers	62270
+millionaires	62271
+millenia	62272
+millenium	62273
+medicate	62274
+medically	62275
+medicines	62276
+mediately	62277
+mediators	62278
+meditations	62279
+metaphorically	62280
+metropolis	62281
+metropolitan	62282
+merchandise	62283
+merchandising	62284
+merchants	62285
+merchantville	62286
+measurements	62287
+memorize	62288
+memorization	62289
+memorizing	62290
+memorials	62291
+memorabilia	62292
+memorable	62293
+memberships	62294
+musically	62295
+musicals	62296
+multiples	62297
+multiplex	62298
+multiplication	62299
+multiplying	62300
+mysteriously	62301
+Alberto's	62302
+Albertos	62303
+Albertson	62304
+Alexander's	62305
+Alexanders	62306
+Alexandra	62307
+Alexandria	62308
+Antonio's	62309
+Angelina	62310
+Angeline	62311
+Angelica's	62312
+Annabelle's	62313
+Armando's	62314
+American	62315
+America's	62316
+Americare	62317
+Americas	62318
+Activities	62319
+Activity	62320
+Parkersburg	62321
+Patrick's	62322
+Patricks	62323
+Patricia's	62324
+Pauline's	62325
+Peterson's	62326
+Petersons	62327
+Prestonsburg	62328
+Princess	62329
+Princesa	62330
+Pickerington	62331
+Pittsburgh	62332
+Philippine	62333
+Philippians	62334
+Phillips	62335
+Pharmaca	62336
+Pharmacy	62337
+finalize	62338
+finalizing	62339
+finalists	62340
+financially	62341
+financials	62342
+finishers	62343
+fireworks	62344
+firefighters	62345
+fisherman	62346
+fishermen	62347
+foreclosed	62348
+foreclosures	62349
+formalities	62350
+formality	62351
+formation	62352
+formative	62353
+formulated	62354
+forgetfulness	62355
+forgettable	62356
+forgetting	62357
+forgiven	62358
+forgives	62359
+forgotten	62360
+forgotton	62361
+followers	62362
+founders	62363
+facilitated	62364
+fastener	62365
+fastened	62366
+fascinations	62367
+fantasize	62368
+fantasizing	62369
+fabrications	62370
+favorites	62371
+favorited	62372
+familiar	62373
+flashers	62374
+flamingos	62375
+flowers.com	62376
+flippers	62377
+freezers	62378
+freshening	62379
+friendlier	62380
+friendliest	62381
+friendships	62382
+fertilized	62383
+fertilizer	62384
+furnishings	62385
+Rosario's	62386
+Robertson	62387
+Robertsdale	62388
+Roberta's	62389
+Roberto's	62390
+Robinson's	62391
+Robinsons	62392
+Robinsonville	62393
+Registry	62394
+Randallstown	62395
+Rancheria	62396
+Ranchero	62397
+Ranchers	62398
+Richardson's	62399
+Russell's	62400
+Russells	62401
+Russellville	62402
+Danielle	62403
+Daniella	62404
+Danielson	62405
+Danielsville	62406
+Darrell's	62407
+Davidsons	62408
+Davidsonville	62409
+Donaldson	62410
+Donatello's	62411
+Dominican	62412
+Dominick's	62413
+Dominicks	62414
+homeboys	62415
+horseshoe	62416
+horseshit	62417
+horrific	62418
+horrified	62419
+housewares	62420
+housewarming	62421
+housewife	62422
+housewives	62423
+housekeepers	62424
+hospitalist	62425
+hospitality	62426
+handlebars	62427
+handlers	62428
+handbags	62429
+hardwoods	62430
+harmonica	62431
+hairdresser	62432
+hairdressing	62433
+hairstyles	62434
+hairstyling	62435
+hairstylist	62436
+happenings	62437
+hahahahahaha	62438
+headline	62439
+headlining	62440
+headlights	62441
+headlamps	62442
+headings	62443
+heartbreak	62444
+heartbroken	62445
+heartbeats	62446
+heartworm	62447
+heartwood	62448
+heathers	62449
+highlighters	62450
+historically	62451
+humidifiers	62452
+humiliated	62453
+humiliating	62454
+humiliation	62455
+hustlers	62456
+hypocrite	62457
+hypocritical	62458
+Transportation	62459
+Transformers	62460
+Transitional	62461
+Traveler	62462
+Travelex	62463
+Travelocity	62464
+Travelodge	62465
+Tristan's	62466
+Treasurer's	62467
+Tamarack	62468
+Terriers	62469
+Tennessee's	62470
+Technical	62471
+Technician	62472
+Technicolor	62473
+Timberlake	62474
+Thornberrys	62475
+Theresa's	62476
+Thanksgivings	62477
+Turnersville	62478
+Leonardo's	62479
+Lindenwold	62480
+Lindenwood	62481
+Luciano's	62482
+Harrison's	62483
+Harrisonburg	62484
+Harrisonville	62485
+Hardings	62486
+Harborside	62487
+Harleysville	62488
+Hallowed	62489
+Halloween	62490
+Hallowell	62491
+Hollister	62492
+Holliston	62493
+Hendrickson	62494
+Hennessey's	62495
+Highlanders	62496
+experimented	62497
+experimenting	62498
+experiments	62499
+experience	62500
+experiencing	62501
+expectation	62502
+expectancy	62503
+expedition	62504
+expediting	62505
+expedited	62506
+expenditures	62507
+expenses	62508
+explorer	62509
+explored	62510
+explores	62511
+exploded	62512
+exploder	62513
+explodes	62514
+explosions	62515
+explosives	62516
+explanations	62517
+exceptionally	62518
+excellence	62519
+excellent	62520
+excluded	62521
+exclusively	62522
+extender	62523
+extended	62524
+extensions	62525
+extensively	62526
+exterminating	62527
+extermination	62528
+exterminators	62529
+externally	62530
+extracted	62531
+extractor	62532
+extraordinarily	62533
+extraordinary	62534
+extremities	62535
+extremity	62536
+executioner	62537
+executives	62538
+examiners	62539
+exhibitionist	62540
+entertainer	62541
+entertained	62542
+entertainmart	62543
+entertainment	62544
+entrepreneurship	62545
+entitlements	62546
+endorsements	62547
+encouraged	62548
+encouragement	62549
+encourages	62550
+engraved	62551
+engraver	62552
+environmentally	62553
+electron	62554
+electrode	62555
+electrocuted	62556
+electromagnetic	62557
+electric	62558
+electrify	62559
+elections	62560
+electives	62561
+elevations	62562
+emphasized	62563
+embarrassed	62564
+embarrasses	62565
+emergence	62566
+emergencies	62567
+emergency	62568
+everything's	62569
+everythings	62570
+evaluations	62571
+essentially	62572
+essentials	62573
+economic	62574
+economist	62575
+Greenbrae	62576
+Greenbelt	62577
+Greenberg	62578
+Greenlake	62579
+Greenland	62580
+Greenlawn	62581
+Greenleaf	62582
+Greenlee	62583
+Greenspring	62584
+Greenspoint	62585
+Greensboro	62586
+Greensburg	62587
+Greenwald	62588
+Greenway	62589
+Greenwich	62590
+Greenwise	62591
+Greenpoint	62592
+Greenport	62593
+Griffin's	62594
+Griffins	62595
+Griffiths	62596
+Grossman's	62597
+Garrettsville	62598
+Galleria	62599
+Gallerie	62600
+Gordonsville	62601
+Gentiles	62602
+Georgia's	62603
+Georgian	62604
+Georgie's	62605
+Georgina's	62606
+Georgio's	62607
+Georgios	62608
+grandma's	62609
+grandmama	62610
+grandmas	62611
+grandmother's	62612
+grandmothers	62613
+granddaddy	62614
+granddaughters	62615
+grandparents	62616
+grandsons	62617
+graduated	62618
+graduates	62619
+graduation	62620
+graduating	62621
+graphics	62622
+groupies	62623
+growlers	62624
+groomers	62625
+greenhouses	62626
+greeters	62627
+grinders	62628
+gangsters	62629
+generate	62630
+generator	62631
+general's	62632
+generally	62633
+generals	62634
+generously	62635
+gentleman	62636
+gentlemen	62637
+guardians	62638
+intercept	62639
+intercede	62640
+intercoastal	62641
+intercom	62642
+intercontinental	62643
+intercooler	62644
+interchangeable	62645
+internal	62646
+international	62647
+internist	62648
+interning	62649
+internship	62650
+internets	62651
+intervention	62652
+intervene	62653
+intervening	62654
+interviewing	62655
+interviews	62656
+intervals	62657
+interrupted	62658
+interrupts	62659
+interrogate	62660
+interpretation	62661
+interpreting	62662
+interprets	62663
+interfere	62664
+interfering	62665
+interface	62666
+interfaith	62667
+interaction	62668
+interacting	62669
+interactive	62670
+interestingly	62671
+intermittent	62672
+intermission	62673
+intersection	62674
+interstate	62675
+interstellar	62676
+interlocking	62677
+interiors	62678
+intentional	62679
+intentions	62680
+intensify	62681
+intensity	62682
+intensive	62683
+intensely	62684
+integracare	62685
+integral	62686
+intellectual	62687
+intelligent	62688
+intelligence	62689
+introduced	62690
+introduces	62691
+introduction	62692
+introductory	62693
+intrigued	62694
+intrigues	62695
+intruder	62696
+intoxicating	62697
+intoxication	62698
+installation	62699
+installment	62700
+installing	62701
+installous	62702
+installs	62703
+instaloan	62704
+instalok	62705
+instantaneous	62706
+instantly	62707
+instances	62708
+institutional	62709
+institutions	62710
+instituted	62711
+instigated	62712
+instruction	62713
+instructing	62714
+instructors	62715
+instrumental	62716
+instrumentation	62717
+insulated	62718
+insulating	62719
+insulation	62720
+insulators	62721
+insurers	62722
+insiders	62723
+insinuated	62724
+insecurities	62725
+insecurity	62726
+inserting	62727
+insertion	62728
+inspections	62729
+inconsiderate	62730
+inconvenience	62731
+inconveniencing	62732
+incompetence	62733
+incompetent	62734
+incorporated	62735
+incorporating	62736
+incorporation	62737
+incorrectly	62738
+incidentally	62739
+incidentals	62740
+increased	62741
+increases	62742
+increasingly	62743
+included	62744
+includes	62745
+inflatables	62746
+inflated	62747
+inflammation	62748
+influence	62749
+influencing	62750
+infection	62751
+infectious	62752
+information	62753
+informative	62754
+indicate	62755
+indicator	62756
+indecisiveness	62757
+investigate	62758
+investigator	62759
+inventions	62760
+inverter	62761
+inverted	62762
+involved	62763
+involvement	62764
+involves	62765
+initiatives	62766
+improvement	62767
+improved	62768
+improves	62769
+improving	62770
+improvise	62771
+impression	62772
+impressing	62773
+impressive	62774
+impressed	62775
+impresses	62776
+impersonate	62777
+impersonator	62778
+imperfections	62779
+importantly	62780
+importers	62781
+impossible	62782
+impossibly	62783
+imagination	62784
+imaginative	62785
+identified	62786
+identifier	62787
+identifies	62788
+irritated	62789
+irritates	62790
+irritating	62791
+irritation	62792
+illustrated	62793
+illustrations	62794
+landscaper	62795
+landscapes	62796
+laundry's	62797
+laundrymat	62798
+laundromats	62799
+launchers	62800
+lactating	62801
+lactation	62802
+literally	62803
+literate	62804
+literature	62805
+liberate	62806
+liberatore's	62807
+liberalism	62808
+liberals	62809
+licensed	62810
+licenses	62811
+listener	62812
+listened	62813
+listening	62814
+location:	62815
+locations	62816
+logistically	62817
+learners	62818
+legalize	62819
+legalization	62820
+legalizing	62821
+legalities	62822
+legality	62823
+winterized	62824
+withdrawals	62825
+worksheets	62826
+workshops	62827
+whitened	62828
+whitener	62829
+whiskers	62830
+whiskeys	62831
+whippersnappers	62832
+wheelers	62833
+wheelies	62834
+wholesaler	62835
+wrappers	62836
+Walkerton	62837
+Walkertown	62838
+Williamson	62839
+Williamsport	62840
+Williamsville	62841
+Wilkinsons	62842
+Westmoreland	62843
+Woodstock's	62844
+Woodman's	62845
+Woodmans	62846
+Woodcreek	62847
+Woodcrest	62848
+Woodlands	62849
+Woodworking	62850
+Woodworks	62851
+Whitesboro	62852
+Whitesburg	62853
+Whitestone	62854
+Whitestown	62855
+Whitehall	62856
+Whitehaven	62857
+Whitehorse	62858
+Whitehouse	62859
+Whitefield	62860
+Whitefish	62861
+Frankenmuth	62862
+Frankenstein	62863
+Frankenweenie	62864
+Frankford	62865
+Frankfort	62866
+Fredericks	62867
+Fredericktown	62868
+Fairland	62869
+Fairlane	62870
+Ferraris	62871
+Ferraro's	62872
+Feliciano	62873
+Florida's	62874
+Florentines	62875
+Kennedy's	62876
+Kennedys	62877
+Kennebunkport	62878
+Kingsburg	62879
+Kingsbury	62880
+Kingstown	62881
+Kingston	62882
+Kimberly's	62883
+Kristin's	62884
+Kristina	62885
+Kristine	62886
+Electrical	62887
+Electrician	62888
+Electronic	62889
+Electronix	62890
+Edmondson	62891
+Europeans	62892
+overstayed	62893
+overstock.com	62894
+overseer	62895
+overseeing	62896
+oversized	62897
+oversleeping	62898
+overdraft	62899
+overdraw	62900
+overdressed	62901
+overdrew	62902
+overdose	62903
+overdosing	62904
+overlooked	62905
+overlooking	62906
+overlooks	62907
+overloaded	62908
+overloading	62909
+overlapping	62910
+overthinking	62911
+overtimes	62912
+overturned	62913
+overcome	62914
+overcoming	62915
+overcharged	62916
+overwhelmingly	62917
+overheated	62918
+overheating	62919
+overheats	62920
+outlined	62921
+outlines	62922
+outdoorsman	62923
+outdoorsy	62924
+organize	62925
+organization	62926
+organizing	62927
+organism	62928
+organist	62929
+organics	62930
+originality	62931
+originally	62932
+originals	62933
+originate	62934
+origination	62935
+optimist	62936
+optimism	62937
+optimization	62938
+optimize	62939
+operational	62940
+operations	62941
+opposite	62942
+opposition	62943
+opportunities	62944
+opportunity	62945
+observation	62946
+observatory	62947
+observance	62948
+observant	62949
+obsessions	62950
+obligations	62951
+offender	62952
+offended	62953
+offenses	62954
+offensively	62955
+occupant	62956
+occupancy	62957
+occupational	62958
+occupations	62959
+occurrence	62960
+occurred	62961
+Northwestern	62962
+Northwoods	62963
+Northbridge	62964
+Northbrook	62965
+Northcrest	62966
+Northcross	62967
+Northeastern	62968
+Northlake	62969
+Northland	62970
+Northpoint	62971
+Northport	62972
+Northview	62973
+Northville	62974
+Normandale	62975
+Normandie	62976
+Normandy	62977
+Natalie's	62978
+Nicolette	62979
+negotiations	62980
+neurological	62981
+neurologist	62982
+neurosurgeon	62983
+neurosurgery	62984
+neutralized	62985
+noticeable	62986
+noticeably	62987
+notifications	62988
+notified	62989
+notifies	62990
+notarized	62991
+nomination	62992
+nominating	62993
+nominated	62994
+nationalism	62995
+navigational	62996
+Johnstone	62997
+Juliana's	62998
+understood	62999
+undershirts	63000
+underwear	63001
+underweight	63002
+underwriter	63003
+underwriting	63004
+underwater	63005
+underway	63006
+underwood	63007
+underworld	63008
+undercoating	63009
+undercooked	63010
+undercover	63011
+undercarriage	63012
+undergrad	63013
+underground	63014
+undergoing	63015
+underpaid	63016
+underpants	63017
+underpass	63018
+underpriced	63019
+underprivileged	63020
+underarms	63021
+underlined	63022
+underestimated	63023
+unintentionally	63024
+uncontrolled	63025
+unconsciously	63026
+unforgivable	63027
+unforgiving	63028
+urinated	63029
+urinating	63030
+urination	63031
+Olympians	63032
+victorias	63033
+violations	63034
+videogames	63035
+videotaped	63036
+vibrations	63037
+villagers	63038
+versatile	63039
+versatility	63040
+verbalized	63041
+verifications	63042
+validated	63043
+validating	63044
+validation	63045
+Intermediate	63046
+Internal	63047
+International	63048
+Indiana's	63049
+Indianapolis	63050
+Industrial	63051
+Industries	63052
+Investigations	63053
+Vincent's	63054
+Vincents	63055
+Victoria's	63056
+Victorian	63057
+Victorias	63058
+Villages	63059
+Virginia's	63060
+Virginian	63061
+Valentine	63062
+Valentino	63063
+Valentina	63064
+Valerie's	63065
+Vanderbilt	63066
+Vanderburgh	63067
+Vandergriff	63068
+Vandergrift	63069
+kindergarden	63070
+kidnapped	63071
+kidnapper	63072
+justifiable	63073
+justification	63074
+justifying	63075
+journalism	63076
+journalist	63077
+12345678	63078
+Universalist	63079
+University's	63080
+yourself.com	63081
+quarterback	63082
+quarterdeck	63083
+quarterly	63084
+quartermaster	63085
+quarters	63086
+qualification	63087
+qualifying	63088
+questionnaires	63089
+Quarterfield	63090
+Quarters	63091
+straightening	63092
+straightens	63093
+strangers	63094
+strangled	63095
+stranglehold	63096
+strategically	63097
+strategize	63098
+strategizing	63099
+strippers	63100
+structured	63101
+structures	63102
+structurally	63103
+storytellers	63104
+sharpener	63105
+sharpened	63106
+substances	63107
+substantially	63108
+subscribers	63109
+submittals	63110
+superstitions	63111
+supporters	63112
+supposedly	63113
+suppositories	63114
+suppository	63115
+suppliers	63116
+suspended	63117
+suspenders	63118
+suspenseful	63119
+suspensions	63120
+specialize	63121
+specialization	63122
+specializing	63123
+specialists	63124
+specifics	63125
+spectacles	63126
+sponsorships	63127
+sprinklers	63128
+serviceman	63129
+servicemen	63130
+scramblers	63131
+screensavers	63132
+screenshots	63133
+scrubbers	63134
+schoolers	63135
+scholarships	63136
+socialize	63137
+socialization	63138
+socializing	63139
+socialism	63140
+socialist	63141
+softeners	63142
+significant	63143
+significance	63144
+sweetener	63145
+sweetened	63146
+sweatshirts	63147
+skinniest	63148
+synchronized	63149
+squirters	63150
+contractor	63151
+contracted	63152
+contracts	63153
+contractual	63154
+contraception	63155
+contraceptive	63156
+contradiction	63157
+contradicting	63158
+controllable	63159
+controlling	63160
+contributions	63161
+contention	63162
+contentious	63163
+contenders	63164
+contemplated	63165
+contemplating	63166
+contemplation	63167
+continually	63168
+containers	63169
+constructed	63170
+constructors	63171
+constitute	63172
+constitution	63173
+consideration	63174
+considerate	63175
+considerable	63176
+considerably	63177
+consistent	63178
+consistency	63179
+consultant	63180
+consultation	63181
+consumers	63182
+conservative	63183
+conservation	63184
+consolidate	63185
+confident	63186
+confidence	63187
+configurations	63188
+configured	63189
+confessions	63190
+conferences	63191
+conceived	63192
+conversate	63193
+conversion	63194
+conversing	63195
+conversely	63196
+converter	63197
+converted	63198
+convertible	63199
+converting	63200
+conventional	63201
+conventions	63202
+conveniently	63203
+conditioners	63204
+conducting	63205
+conduction	63206
+conductivity	63207
+conductors	63208
+congratulate	63209
+congratulatory	63210
+connections	63211
+connective	63212
+connectivity	63213
+completed	63214
+completely	63215
+completes	63216
+completion	63217
+completing	63218
+complexion	63219
+complexity	63220
+complicated	63221
+complicates	63222
+complication	63223
+complicating	63224
+complained	63225
+complainer	63226
+complaints	63227
+comparatively	63228
+comparisons	63229
+companions	63230
+competent	63231
+competitor	63232
+compression	63233
+compressing	63234
+compressed	63235
+compresses	63236
+compressors	63237
+comprehending	63238
+comprehension	63239
+comprehensive	63240
+composite	63241
+composition	63242
+computers	63243
+computer's	63244
+computerized	63245
+commentator	63246
+commentary	63247
+commented	63248
+commenter	63249
+communicate	63250
+communicator	63251
+communism	63252
+communist	63253
+communities	63254
+community	63255
+committee	63256
+committed	63257
+commissioning	63258
+commissions	63259
+commanders	63260
+collaborating	63261
+collaboration	63262
+collaborative	63263
+collectibles	63264
+collections	63265
+collectively	63266
+correctional	63267
+corrections	63268
+counterpart	63269
+counterproductive	63270
+countertops	63271
+cooperated	63272
+cooperates	63273
+cooperating	63274
+cooperation	63275
+cooperative	63276
+coincidentally	63277
+cardiologists	63278
+carbonate	63279
+carbonation	63280
+carpenters	63281
+candidates	63282
+cancellations	63283
+calculations	63284
+captivated	63285
+capitalize	63286
+capitalization	63287
+capitalizing	63288
+capitalism	63289
+capitalist	63290
+charter.com	63291
+charter.net	63292
+characteristics	63293
+characterized	63294
+challengers	63295
+championships	63296
+cheeseburgers	63297
+cheesesteaks	63298
+christinas	63299
+creatively	63300
+crossbows	63301
+criticize	63302
+criticizing	63303
+classified	63304
+classification	63305
+customizable	63306
+customization	63307
+customized	63308
+custodians	63309
+celebrated	63310
+celebrates	63311
+celebration	63312
+celebrating	63313
+certificates	63314
+certifications	63315
+circumcised	63316
+circumstances	63317
+circulated	63318
+circulating	63319
+circulation	63320
+circulatory	63321
+civilizations	63322
+Stevensons	63323
+Springview	63324
+Springville	63325
+propositions	63326
+property:	63327
+promoters	63328
+promotional	63329
+promotions	63330
+protecting	63331
+protection	63332
+protective	63333
+protectors	63334
+providers	63335
+provinces	63336
+professionalism	63337
+professionally	63338
+professionals	63339
+productions	63340
+productive	63341
+productivity	63342
+progressive.com	63343
+progressively	63344
+programmer	63345
+programmed	63346
+presentation	63347
+presentable	63348
+presenter	63349
+presented	63350
+prescribed	63351
+precedence	63352
+precedent	63353
+preparedness	63354
+preparations	63355
+pretended	63356
+pretenders	63357
+predictions	63358
+princesses	63359
+participate	63360
+participants	63361
+particularly	63362
+particulars	63363
+positively	63364
+positives	63365
+possessions	63366
+populated	63367
+populations	63368
+perfectionist	63369
+perfections	63370
+performers	63371
+periodontics	63372
+periodontist	63373
+perpetually	63374
+purifiers	63375
+punctuations	63376
+photographers	63377
+physician's	63378
+physicians	63379
+psychologically	63380
+psychologists	63381
+psychiatrists	63382
+Connections	63383
+Constantine	63384
+Converters	63385
+Columbiana	63386
+Cornerstar	63387
+Cornerstone	63388
+Carpentersville	63389
+Californians	63390
+Charleston	63391
+Charlestown	63392
+Championships	63393
+Christiansburg	63394
+Christiansen	63395
+Christianson	63396
+Christine's	63397
+Christines	63398
+Christina's	63399
+Christopher's	63400
+Christophers	63401
+Centerpointe	63402
+Marianne's	63403
+Marshall's	63404
+Marshalls	63405
+Marshalltown	63406
+Merrimack	63407
+Merriman's	63408
+Bridgeton	63409
+Bridgetown	63410
+Bridgewater	63411
+Bridgeway	63412
+Bennettsville	63413
+Butterfield	63414
+Butterfinger	63415
+Blackstock	63416
+Blackstone	63417
+backfired	63418
+backfires	63419
+babysitter's	63420
+babysitters	63421
+butterflies	63422
+butterfly	63423
+bullshitted	63424
+bullshitter	63425
+bullshitting	63426
+beautifully	63427
+believers	63428
+restriction	63429
+restricting	63430
+restrictive	63431
+restorations	63432
+researchers	63433
+residence	63434
+residency	63435
+residential	63436
+residents	63437
+responders	63438
+reconstruction	63439
+reconstructive	63440
+reconnecting	63441
+reconnection	63442
+receivers	63443
+reciprocate	63444
+reproductions	63445
+reprogrammed	63446
+reprogramming	63447
+representatives	63448
+replacements	63449
+reportedly	63450
+reporters	63451
+repeatedly	63452
+realistically	63453
+reactivated	63454
+refrigerated	63455
+refrigerators	63456
+referenced	63457
+references	63458
+reflections	63459
+relationship	63460
+relatively	63461
+relatives	63462
+relievers	63463
+retrievers	63464
+retainers	63465
+reminders	63466
+registrars	63467
+registrations	63468
+revolvers	63469
+requirements	63470
+rattlesnakes	63471
+rollerblades	63472
+decorations	63473
+defender's	63474
+defenders	63475
+definition	63476
+definitive	63477
+definitely	63478
+dealerships	63479
+demonstrated	63480
+demonstrates	63481
+demonstration	63482
+demonstrating	63483
+disconnecting	63484
+disconnection	63485
+discontinue	63486
+discontinuing	63487
+discounted	63488
+discounters	63489
+discourage	63490
+discouraging	63491
+discretionary	63492
+discussions	63493
+distribution	63494
+distributing	63495
+distributed	63496
+distributors	63497
+distraction	63498
+distracting	63499
+distinction	63500
+distinctive	63501
+distances	63502
+dispensers	63503
+directionally	63504
+downloader	63505
+downloaded	63506
+dominated	63507
+dominates	63508
+dominating	63509
+domination	63510
+accomplishment	63511
+accomplished	63512
+accomplishing	63513
+accompanied	63514
+accompaniment	63515
+accompanying	63516
+accommodations	63517
+activations	63518
+advertisement	63519
+advertiser	63520
+advertised	63521
+articulated	63522
+applications	63523
+applicators	63524
+automatic	63525
+automation	63526
+automated	63527
+authorizations	63528
+authorized	63529
+attendants	63530
+transformer	63531
+transformed	63532
+transformations	63533
+transferred	63534
+transferring	63535
+transportation	63536
+transporting	63537
+transports	63538
+translated	63539
+translates	63540
+translation	63541
+translating	63542
+translators	63543
+transitional	63544
+transitioning	63545
+transitions	63546
+transmittal	63547
+transmitting	63548
+transcribed	63549
+travelers	63550
+troubleshoot	63551
+troublesome	63552
+troublemakers	63553
+terrified	63554
+terrifies	63555
+terroristic	63556
+terrorists	63557
+terminate	63558
+terminator	63559
+terminally	63560
+terminals	63561
+tenderloins	63562
+temperatures	63563
+testimonials	63564
+technicalities	63565
+technicality	63566
+technologically	63567
+thermostats	63568
+therapists	63569
+marinated	63570
+massagers	63571
+magnified	63572
+magnifier	63573
+motivational	63574
+motivations	63575
+molesters	63576
+miscarriages	63577
+ministration	63578
+ministrator	63579
+medication	63580
+medicating	63581
+medicated	63582
+merchandiser	63583
+memorized	63584
+multiplied	63585
+multiplier	63586
+Albertsons	63587
+Angelina's	63588
+Americana	63589
+Americans	63590
+Princesses	63591
+Pittsburgh's	63592
+Philippines	63593
+Phillipsburg	63594
+finalized	63595
+fisherman's	63596
+fishermans	63597
+formations	63598
+forgiveness	63599
+fasteners	63600
+fantasized	63601
+favoritest	63602
+familiarize	63603
+freshener	63604
+freshened	63605
+Robertsons	63606
+Registrar	63607
+Registration	63608
+Danielle's	63609
+Donaldsonville	63610
+Dominicans	63611
+horseshoes	63612
+horrifically	63613
+hospitalize	63614
+hospitalization	63615
+hairdressers	63616
+hahahahahahaha	63617
+headliner	63618
+headlines	63619
+heartbreaker	63620
+heartbreaking	63621
+heartworms	63622
+hypocrites	63623
+Transportation's	63624
+Travelers	63625
+Timberland	63626
+Timberlane	63627
+experimental	63628
+experimentation	63629
+experienced	63630
+experiences	63631
+expectations	63632
+expeditions	63633
+explorers	63634
+exploration	63635
+exploratory	63636
+extenders	63637
+extraction	63638
+extracting	63639
+entertainers	63640
+electronic	63641
+electrons	63642
+electrolyte	63643
+electrolysis	63644
+electrodes	63645
+electrical	63646
+economical	63647
+economics	63648
+Greenbriar	63649
+Greenbrier	63650
+Greensprings	63651
+granddaddy's	63652
+graduations	63653
+generation	63654
+generating	63655
+generated	63656
+generates	63657
+generators	63658
+generalize	63659
+generalization	63660
+gentleman's	63661
+gentlemanly	63662
+gentlemen's	63663
+gentlemens	63664
+guardianship	63665
+interception	63666
+intercepted	63667
+interceptor	63668
+intercession	63669
+intercessory	63670
+intercounty	63671
+intercourse	63672
+internalize	63673
+internally	63674
+internationally	63675
+internists	63676
+internships	63677
+interventional	63678
+interventions	63679
+interviewed	63680
+interviewer	63681
+interruption	63682
+interrupting	63683
+interrogated	63684
+interrogating	63685
+interrogation	63686
+interpreter	63687
+interpreted	63688
+interpretations	63689
+interfered	63690
+interference	63691
+interferes	63692
+interactions	63693
+intermittently	63694
+intersections	63695
+intentionally	63696
+integrate	63697
+intellectually	63698
+intelligently	63699
+introductions	63700
+intruders	63701
+installer	63702
+installed	63703
+installations	63704
+installments	63705
+instantaneously	63706
+institutionalized	63707
+instructional	63708
+instructions	63709
+instrumentals	63710
+inconsistent	63711
+inconvenienced	63712
+inconveniences	63713
+inflammatories	63714
+inflammatory	63715
+influenced	63716
+influences	63717
+infections	63718
+informational	63719
+informations	63720
+indication	63721
+indicating	63722
+indicative	63723
+indicated	63724
+indicates	63725
+indicators	63726
+investigation	63727
+investigating	63728
+investigative	63729
+investigated	63730
+investigators	63731
+inverters	63732
+improvements	63733
+impressionable	63734
+impressions	63735
+impersonating	63736
+impersonation	63737
+imaginations	63738
+landscapers	63739
+liberated	63740
+liberating	63741
+liberation	63742
+listeners	63743
+legalized	63744
+wholesalers	63745
+Williamsbridge	63746
+Williamsburg	63747
+Williamston	63748
+Williamstown	63749
+Francisco	63750
+Franciscan	63751
+Francesca	63752
+Francesco	63753
+Fredericksburg	63754
+Kingstowne	63755
+Electronics	63756
+overstepped	63757
+overstepping	63758
+overseers	63759
+overdrafted	63760
+overdrawn	63761
+overdosed	63762
+organizer	63763
+organized	63764
+organizes	63765
+organizational	63766
+organizations	63767
+organisms	63768
+originated	63769
+optimistic	63770
+opposites	63771
+observations	63772
+offenders	63773
+occupants	63774
+occurrences	63775
+nominations	63776
+nationalities	63777
+nationality	63778
+understand	63779
+understaffed	63780
+understatement	63781
+underwears	63782
+underwriters	63783
+undergraduate	63784
+uncontrollable	63785
+uncontrollably	63786
+Valentine's	63787
+Valentines	63788
+Valentino's	63789
+Valentinos	63790
+kindergarten	63791
+kindergartner	63792
+justified	63793
+justifies	63794
+123456789	63795
+quarterbacks	63796
+qualified	63797
+qualifier	63798
+qualifies	63799
+qualifications	63800
+straightened	63801
+straightener	63802
+sharpeners	63803
+specialized	63804
+specializes	63805
+specializations	63806
+specification	63807
+specifically	63808
+socialized	63809
+significantly	63810
+sweeteners	63811
+contraction	63812
+contracting	63813
+contractors	63814
+contradictions	63815
+controller	63816
+controlled	63817
+construction	63818
+constructing	63819
+constructive	63820
+constitutes	63821
+constitutional	63822
+considerations	63823
+consistently	63824
+consultants	63825
+consultations	63826
+conservatively	63827
+conservatives	63828
+consolidated	63829
+consolidating	63830
+consolidation	63831
+confidential	63832
+confidently	63833
+conversation	63834
+conversating	63835
+conversions	63836
+converters	63837
+convertibles	63838
+congratulated	63839
+congratulating	63840
+congratulations	63841
+completions	63842
+complications	63843
+companionship	63844
+competence	63845
+competencies	63846
+competency	63847
+competition	63848
+competitive	63849
+competitors	63850
+compressions	63851
+composites	63852
+computershare	63853
+commentators	63854
+communication	63855
+communicating	63856
+communicative	63857
+communicated	63858
+communicates	63859
+committees	63860
+commissioner	63861
+commissioned	63862
+counterparts	63863
+carbonated	63864
+capitalized	63865
+capitalizes	63866
+criticized	63867
+classifieds	63868
+celebrations	63869
+programmers	63870
+presentations	63871
+presenters	63872
+participated	63873
+participates	63874
+participating	63875
+participation	63876
+personalize	63877
+personalization	63878
+personalities	63879
+personality	63880
+Constantinople	63881
+Constantinos	63882
+Charleston's	63883
+Butterfields	63884
+backstabber	63885
+backstabbing	63886
+restrictions	63887
+residences	63888
+responsibilities	63889
+responsibility	63890
+responsible	63891
+responsibly	63892
+reciprocated	63893
+reciprocating	63894
+reciprocation	63895
+relationships	63896
+definitions	63897
+definitively	63898
+demonstrations	63899
+discontinued	63900
+discouraged	63901
+distributions	63902
+distractions	63903
+downloaders	63904
+accomplishments	63905
+advertisements	63906
+advertisers	63907
+automatically	63908
+automatics	63909
+transformers	63910
+transported	63911
+transporter	63912
+translations	63913
+transmitter	63914
+transmitted	63915
+troubleshooting	63916
+terminated	63917
+terminating	63918
+termination	63919
+medications	63920
+merchandisers	63921
+fresheners	63922
+Registrar's	63923
+hospitalized	63924
+hahahahahahahaha	63925
+headliners	63926
+extractions	63927
+electronica	63928
+electronics	63929
+electrolytes	63930
+electrician	63931
+electricity	63932
+electrically	63933
+economically	63934
+generational	63935
+generations	63936
+generalized	63937
+interceptions	63938
+interruptions	63939
+interpreters	63940
+integrating	63941
+integration	63942
+integrative	63943
+integrated	63944
+installers	63945
+inconsistencies	63946
+inconsistency	63947
+indications	63948
+investigations	63949
+Francisco's	63950
+Francesca's	63951
+Francesco's	63952
+organizers	63953
+understanding	63954
+understands	63955
+kindergarteners	63956
+specifications	63957
+contractions	63958
+controllers	63959
+constructions	63960
+confidentiality	63961
+confidentially	63962
+conversational	63963
+conversations	63964
+competitions	63965
+competitively	63966
+communications	63967
+commissioners	63968
+personalized	63969
+backstabbers	63970
+transmitters	63971
+hahahahahahahahaha	63972
+electronically	63973
+electricians	63974
+understandable	63975
+understandably	63976
+conversationalist	63977
+hahahahahahahahahaha	63978
+hahahahahahahahahahaha	63979
+hahahahahahahahahahahahaha	63980
+</S>	63981
+<addressnum>	63982
+</addressnum>	63983
+<app>	63984
+</app>	63985
+<apt>	63986
+</apt>	63987
+<areacode>	63988
+</areacode>	63989
+<CONTACT>	63990
+</CONTACT>	63991
+<countrycode>	63992
+</countrycode>	63993
+<day>	63994
+</day>	63995
+<fulldate>	63996
+</fulldate>	63997
+<fullphonenum>	63998
+</fullphonenum>	63999
+<GRAMMARS>	64000
+</GRAMMARS>	64001
+<money>	64002
+</money>	64003
+<month>	64004
+</month>	64005
+<operand>	64006
+</operand>	64007
+<ordinal>	64008
+</ordinal>	64009
+<percent>	64010
+</percent>	64011
+<personal>	64012
+</personal>	64013
+<phonenum>	64014
+</phonenum>	64015
+<postalcode>	64016
+</postalcode>	64017
+<prefix>	64018
+</prefix>	64019
+<RECENCY>	64020
+</RECENCY>	64021
+<reject>	64022
+</reject>	64023
+<restaurant>	64024
+</restaurant>	64025
+<song>	64026
+</song>	64027
+<street>	64028
+</street>	64029
+<time>	64030
+</time>	64031
+<unknown>	64032
+</unknown>	64033
+<year>	64034
+</year>	64035
+<CONTACT:top>	64036
+</CONTACT:top>	64037
+<CONTACT:focus>	64038
+</CONTACT:focus>	64039
+</integer>	64040
+</integer_fivedigit>	64041
+</integer_fourdigit>	64042
+</integer_onedigit>	64043
+</integer_threedigit>	64044
+</integer_twodigit>	64045
+</num>	64046
+<integer>	64047
+<integer_fivedigit>	64048
+<integer_fourdigit>	64049
+<integer_onedigit>	64050
+<integer_threedigit>	64051
+<integer_twodigit>	64052
+<num>	64053
+E1	64054
+E10	64055
+E11	64056
+E12	64057
+E13	64058
+E2	64059
+E3	64060
+E4	64061
+E5	64062
+E6	64063
+E7	64064
+E8	64065
+E9	64066
+February	64067
+September	64068
+ZERO	64069
+decade_marker	64070
+eighteen	64071
+eighteenth	64072
+eighteenths	64073
+eighths	64074
+eightieth	64075
+eightieths	64076
+eleventh	64077
+elevenths	64078
+fifteenth	64079
+fifteenths	64080
+fiftieth	64081
+fiftieths	64082
+fortieth	64083
+fortieths	64084
+fourteenth	64085
+fourteenths	64086
+hundredths	64087
+millionths	64088
+nineteenth	64089
+nineteenths	64090
+ninetieth	64091
+ninetieths	64092
+ninths	64093
+seventeenth	64094
+seventeenths	64095
+sevenths	64096
+seventieth	64097
+seventieths	64098
+sixteenth	64099
+sixteenths	64100
+sixths	64101
+sixtieth	64102
+sixtieths	64103
+tens_marker	64104
+thirteenth	64105
+thirteenths	64106
+thirtieth	64107
+thirtieths	64108
+thousandth	64109
+thousandths	64110
+trillion	64111
+twelfth	64112
+twelfths	64113
+twentieth	64114
+twentieths	64115
+zeroth	64116
+zeroths	64117
+0x01	64118
+0x02	64119
+0x03	64120
+0x04	64121
+0x05	64122
+0x06	64123
+0x07	64124
+0x08	64125
+0x09	64126
+0x0a	64127
+0x0b	64128
+0x0c	64129
+0x0d	64130
+0x0e	64131
+0x0f	64132
+0x10	64133
+0x11	64134
+0x12	64135
+0x13	64136
+0x14	64137
+0x15	64138
+0x16	64139
+0x17	64140
+0x18	64141
+0x19	64142
+0x1a	64143
+0x1b	64144
+0x1c	64145
+0x1d	64146
+0x1e	64147
+0x1f	64148
+0x20	64149
+"	64150
+#	64151
+$	64152
+(	64153
+)	64154
+*	64155
+;	64156
+<	64157
+=	64158
+>	64159
+[	64160
+\	64161
+]	64162
+^	64163
+_	64164
+`	64165
+{	64166
+|	64167
+}	64168
+~	64169
+0x7f	64170
+0x80	64171
+0x81	64172
+0x82	64173
+0x83	64174
+0x84	64175
+0x85	64176
+0x86	64177
+0x87	64178
+0x88	64179
+0x89	64180
+0x8a	64181
+0x8b	64182
+0x8c	64183
+0x8d	64184
+0x8e	64185
+0x8f	64186
+0x90	64187
+0x91	64188
+0x92	64189
+0x93	64190
+0x94	64191
+0x95	64192
+0x96	64193
+0x97	64194
+0x98	64195
+0x99	64196
+0x9a	64197
+0x9b	64198
+0x9c	64199
+0x9d	64200
+0x9e	64201
+0x9f	64202
+0xa0	64203
+0xa1	64204
+0xa2	64205
+0xa3	64206
+0xa4	64207
+0xa5	64208
+0xa6	64209
+0xa7	64210
+0xa8	64211
+0xa9	64212
+0xaa	64213
+0xab	64214
+0xac	64215
+0xad	64216
+0xae	64217
+0xaf	64218
+0xb0	64219
+0xb1	64220
+0xb2	64221
+0xb3	64222
+0xb4	64223
+0xb5	64224
+0xb6	64225
+0xb7	64226
+0xb8	64227
+0xb9	64228
+0xba	64229
+0xbb	64230
+0xbc	64231
+0xbd	64232
+0xbe	64233
+0xbf	64234
+0xc0	64235
+0xc1	64236
+0xc2	64237
+0xc3	64238
+0xc4	64239
+0xc5	64240
+0xc6	64241
+0xc7	64242
+0xc8	64243
+0xc9	64244
+0xca	64245
+0xcb	64246
+0xcc	64247
+0xcd	64248
+0xce	64249
+0xcf	64250
+0xd0	64251
+0xd1	64252
+0xd2	64253
+0xd3	64254
+0xd4	64255
+0xd5	64256
+0xd6	64257
+0xd7	64258
+0xd8	64259
+0xd9	64260
+0xda	64261
+0xdb	64262
+0xdc	64263
+0xdd	64264
+0xde	64265
+0xdf	64266
+0xe0	64267
+0xe1	64268
+0xe2	64269
+0xe3	64270
+0xe4	64271
+0xe5	64272
+0xe6	64273
+0xe7	64274
+0xe8	64275
+0xe9	64276
+0xea	64277
+0xeb	64278
+0xec	64279
+0xed	64280
+0xee	64281
+0xef	64282
+0xf0	64283
+0xf1	64284
+0xf2	64285
+0xf3	64286
+0xf4	64287
+0xf5	64288
+0xf6	64289
+0xf7	64290
+0xf8	64291
+0xf9	64292
+0xfa	64293
+0xfb	64294
+0xfc	64295
+0xfd	64296
+0xfe	64297
+0xff	64298
+$APT	64299
+$AREACODE	64300
+$COUNTRYCODE	64301
+$FULLDATE	64302
+$GRAMMARS	64303
+$ORDINAL	64304
+$PERSONAL	64305
+$PHONENUM	64306
+$PREFIX	64307
+$RECENCY	64308
+$REJECT	64309
+$RESTAURANT	64310
+$ROOT	64311
+@.monophone	64312
+@`.monophone	64313
+A.monophone	64314
+D.monophone	64315
+E.monophone	64316
+I.monophone	64317
+N.monophone	64318
+O.monophone	64319
+OI.monophone	64320
+S.monophone	64321
+T.monophone	64322
+U.monophone	64323
+V.monophone	64324
+Z.monophone	64325
+aI.monophone	64326
+aU.monophone	64327
+b.monophone	64328
+d.monophone	64329
+dZ.monophone	64330
+eI.monophone	64331
+f.monophone	64332
+g.monophone	64333
+h.monophone	64334
+i.monophone	64335
+j.monophone	64336
+k.monophone	64337
+l.monophone	64338
+m.monophone	64339
+n.monophone	64340
+oU.monophone	64341
+p.monophone	64342
+r\.monophone	64343
+s.monophone	64344
+sil.monophone	64345
+t.monophone	64346
+tS.monophone	64347
+u.monophone	64348
+v.monophone	64349
+w.monophone	64350
+z.monophone	64351
+{.monophone	64352
+*.monophone	64353
diff --git a/system/vendor b/system/vendor
new file mode 120000
index 0000000000000000000000000000000000000000..49ce3c193f83295e932ffb427c3d515c19b50b18
--- /dev/null
+++ b/system/vendor
@@ -0,0 +1 @@
+/vendor
\ No newline at end of file
diff --git a/system/xbin/tcpdump b/system/xbin/tcpdump
new file mode 100755
index 0000000000000000000000000000000000000000..dfc3ddd005b25a3a76c7e636290d83378fc65f41
Binary files /dev/null and b/system/xbin/tcpdump differ