[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/build/utils/bmp_to_565 b/build/utils/bmp_to_565
new file mode 100755
index 0000000..b93d99d
--- /dev/null
+++ b/build/utils/bmp_to_565
Binary files differ
diff --git a/build/utils/flex b/build/utils/flex
new file mode 100755
index 0000000..537a1eb
--- /dev/null
+++ b/build/utils/flex
Binary files differ
diff --git a/build/utils/flex++ b/build/utils/flex++
new file mode 120000
index 0000000..3110bed
--- /dev/null
+++ b/build/utils/flex++
@@ -0,0 +1 @@
+flex
\ No newline at end of file
diff --git a/build/utils/ko_strip b/build/utils/ko_strip
new file mode 100755
index 0000000..c2fbd7d
--- /dev/null
+++ b/build/utils/ko_strip
Binary files differ
diff --git a/build/utils/lex b/build/utils/lex
new file mode 120000
index 0000000..3110bed
--- /dev/null
+++ b/build/utils/lex
@@ -0,0 +1 @@
+flex
\ No newline at end of file
diff --git a/build/utils/make b/build/utils/make
new file mode 100755
index 0000000..491bb5f
--- /dev/null
+++ b/build/utils/make
Binary files differ
diff --git a/build/utils/minigzip b/build/utils/minigzip
new file mode 100755
index 0000000..cc7927f
--- /dev/null
+++ b/build/utils/minigzip
Binary files differ
diff --git a/build/utils/minilzma b/build/utils/minilzma
new file mode 100755
index 0000000..918c8b1
--- /dev/null
+++ b/build/utils/minilzma
Binary files differ
diff --git a/build/utils/miniunlzma b/build/utils/miniunlzma
new file mode 100755
index 0000000..edcb0c9
--- /dev/null
+++ b/build/utils/miniunlzma
Binary files differ
diff --git a/build/utils/mkfs.jffs2 b/build/utils/mkfs.jffs2
new file mode 100755
index 0000000..9832e45
--- /dev/null
+++ b/build/utils/mkfs.jffs2
Binary files differ
diff --git a/build/utils/mkfs.jffs2_lzma b/build/utils/mkfs.jffs2_lzma
new file mode 100755
index 0000000..915cbac
--- /dev/null
+++ b/build/utils/mkfs.jffs2_lzma
Binary files differ
diff --git a/build/utils/mkfs.ubifs b/build/utils/mkfs.ubifs
new file mode 100755
index 0000000..a30c839
--- /dev/null
+++ b/build/utils/mkfs.ubifs
Binary files differ
diff --git a/build/utils/mkimage b/build/utils/mkimage
new file mode 100755
index 0000000..add7a3c
--- /dev/null
+++ b/build/utils/mkimage
Binary files differ
diff --git a/build/utils/mkubifs.sh b/build/utils/mkubifs.sh
new file mode 100755
index 0000000..a135fc4
--- /dev/null
+++ b/build/utils/mkubifs.sh
@@ -0,0 +1,26 @@
+#!/bin/bash
+if [ $1 = ] ;then
+echo "Please entry inpath outpath and size(MB)"
+exit 0
+fi
+
+if [ $2 = ] ;then
+echo "Please entry inpath outpath and size(MB)"
+exit 0
+fi
+
+if [ $3 = ] ;then
+echo "Please entry inpath outpath and size(MB)"
+exit 0
+fi
+
+CUSTOM_IN_DIR=$1
+CUSTOM_OUT_DIRR=$2
+CUSTOM_FS_SIZE=$3
+
+CUSTOM_FS_PEB=$[$CUSTOM_FS_SIZE* 8 - 1]
+
+mkfs.ubifs -r ${CUSTOM_IN_DIR} -m 2048 -e 129024 -c ${CUSTOM_FS_PEB} -x zlib -o custom.img; \
+bash ubifs.sh customfs.cfg custom.img customfs ${CUSTOM_FS_SIZE}; \
+ubinize -o ${CUSTOM_OUT_DIRR} -m 2048 -p 128KiB -s 512 customfs.cfg; \
+rm custom.img customfs.cfg;\
\ No newline at end of file
diff --git a/build/utils/ubifs.sh b/build/utils/ubifs.sh
new file mode 100755
index 0000000..7d6b4a9
--- /dev/null
+++ b/build/utils/ubifs.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+cfg_file_name=$1
+img_file_name=$2
+vol_name=$3
+file_size=$4
+
+vol_size=$[$file_size*942-512]
+
+
+echo "[ubifs]" > $cfg_file_name
+echo "mode=ubi" >> $cfg_file_name
+echo "image=${img_file_name}" >> $cfg_file_name
+echo "vol_id=0" >> $cfg_file_name
+echo "vol_size=${vol_size}KiB" >> $cfg_file_name
+echo "vol_type=dynamic" >> $cfg_file_name
+echo "vol_name=${vol_name}" >> $cfg_file_name
+echo "vol_flags=autoresize" >> $cfg_file_name
\ No newline at end of file
diff --git a/build/utils/ubinize b/build/utils/ubinize
new file mode 100755
index 0000000..a43cd9d
--- /dev/null
+++ b/build/utils/ubinize
Binary files differ
diff --git a/build/utils/yacc b/build/utils/yacc
new file mode 100755
index 0000000..2df8b37
--- /dev/null
+++ b/build/utils/yacc
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec '/usr/local/bin/bison' -y "$@"
diff --git a/build/utils/yuicompressor-2.4.8.jar b/build/utils/yuicompressor-2.4.8.jar
new file mode 100755
index 0000000..a1cf0a0
--- /dev/null
+++ b/build/utils/yuicompressor-2.4.8.jar
Binary files differ