Initial commit with upstream sources. 80/131480/1
authorr.tyminski <r.tyminski@partner.samsung.com>
Mon, 29 May 2017 10:13:04 +0000 (12:13 +0200)
committerr.tyminski <r.tyminski@partner.samsung.com>
Mon, 29 May 2017 10:13:04 +0000 (12:13 +0200)
commit520d2c0ac67ccf9fdc73a1d1cc56876bf0e580b7
treeadf5422aaf3551852d162a519473973dcd929c0b
parentfe1d9cd06a536f7a66414fe26b37661a7b6162fc
Initial commit with upstream sources.

Change-Id: I6af3c03fe09e536b81df3d9f7725f5cf618e3a27
56 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
Android.mk [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Notice.md [new file with mode: 0644]
README.md [new file with mode: 0644]
android_flags.mk [new file with mode: 0644]
config.mk [new file with mode: 0644]
flags.mk [new file with mode: 0644]
libsqlfs/COPYING [new file with mode: 0644]
libsqlfs/Makefile [new file with mode: 0644]
libsqlfs/include/sqlfs.h [new file with mode: 0644]
libsqlfs/include/sqlfs_internal.h [new file with mode: 0644]
libsqlfs/src/sqlfs.c [new file with mode: 0644]
libsqlite3/COPYING [new file with mode: 0644]
libsqlite3/Makefile [new file with mode: 0644]
libsqlite3/include/sqlite3.h [new file with mode: 0644]
libsqlite3/include/sqlite3ext.h [new file with mode: 0644]
libsqlite3/src/sqlite3.c [new file with mode: 0644]
libteec/Makefile [new file with mode: 0644]
libteec/include/linux/tee.h [new file with mode: 0644]
libteec/src/tee_client_api.c [new file with mode: 0644]
libteec/src/teec_trace.c [new file with mode: 0644]
public/tee_client_api.h [new file with mode: 0644]
public/tee_client_api_extensions.h [new file with mode: 0644]
public/teec_trace.h [new file with mode: 0644]
tee-supplicant/Makefile [new file with mode: 0644]
tee-supplicant/src/__tee_ipsocket.h [new file with mode: 0644]
tee-supplicant/src/__tee_isocket_defines.h [new file with mode: 0644]
tee-supplicant/src/__tee_tcpsocket_defines.h [new file with mode: 0644]
tee-supplicant/src/__tee_tcpsocket_defines_extensions.h [new file with mode: 0644]
tee-supplicant/src/__tee_udpsocket_defines.h [new file with mode: 0644]
tee-supplicant/src/gprof.c [new file with mode: 0644]
tee-supplicant/src/gprof.h [new file with mode: 0644]
tee-supplicant/src/handle.c [new file with mode: 0644]
tee-supplicant/src/handle.h [new file with mode: 0644]
tee-supplicant/src/hmac_sha2.c [new file with mode: 0644]
tee-supplicant/src/hmac_sha2.h [new file with mode: 0644]
tee-supplicant/src/optee_msg_supplicant.h [new file with mode: 0644]
tee-supplicant/src/rpmb.c [new file with mode: 0644]
tee-supplicant/src/rpmb.h [new file with mode: 0644]
tee-supplicant/src/sha2.c [new file with mode: 0644]
tee-supplicant/src/sha2.h [new file with mode: 0644]
tee-supplicant/src/sql_fs.c [new file with mode: 0644]
tee-supplicant/src/sql_fs.h [new file with mode: 0644]
tee-supplicant/src/tee_fs.h [new file with mode: 0644]
tee-supplicant/src/tee_socket.c [new file with mode: 0644]
tee-supplicant/src/tee_socket.h [new file with mode: 0644]
tee-supplicant/src/tee_supp_fs.c [new file with mode: 0644]
tee-supplicant/src/tee_supp_fs.h [new file with mode: 0644]
tee-supplicant/src/tee_supplicant.c [new file with mode: 0644]
tee-supplicant/src/tee_supplicant.h [new file with mode: 0644]
tee-supplicant/src/teec_ta_load.c [new file with mode: 0644]
tee-supplicant/src/teec_ta_load.h [new file with mode: 0644]
tee-supplicant/tee_supplicant_android.mk [new file with mode: 0644]