Add sqlcipher and SqlConnection
authorZofia Abramowska <z.abramowska@samsung.com>
Tue, 27 May 2014 14:45:11 +0000 (16:45 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 Sep 2014 12:57:08 +0000 (14:57 +0200)
commitd04f705ad7cc4c8956f3c7e7213dcecc064245a1
tree4353aeb2088750b20476ab1881f149998eba9fc0
parenta947ab4840c508d73a887d493e5c451eca303e07
Add sqlcipher and SqlConnection

Change-Id: I546d89fb361dea033198cddc0a26fa1c847fb25c
18 files changed:
CMakeLists.txt
packaging/key-manager.spec
src/manager/CMakeLists.txt
src/manager/dpl/core/include/dpl/assert.h
src/manager/dpl/core/include/dpl/availability.h [new file with mode: 0644]
src/manager/dpl/core/include/dpl/char_traits.h [new file with mode: 0644]
src/manager/dpl/core/include/dpl/errno_string.h [new file with mode: 0644]
src/manager/dpl/core/include/dpl/scoped_ptr.h [new file with mode: 0644]
src/manager/dpl/core/include/dpl/string.h [new file with mode: 0644]
src/manager/dpl/core/src/errno_string.cpp [new file with mode: 0644]
src/manager/dpl/core/src/string.cpp [new file with mode: 0644]
src/manager/dpl/db/include/dpl/db/naive_synchronization_object.h [new file with mode: 0644]
src/manager/dpl/db/include/dpl/db/sql_connection.h [new file with mode: 0644]
src/manager/dpl/db/src/naive_synchronization_object.cpp [new file with mode: 0644]
src/manager/dpl/db/src/sql_connection.cpp [new file with mode: 0644]
src/manager/sqlcipher/config.h [new file with mode: 0644]
src/manager/sqlcipher/sqlcipher.c [new file with mode: 0644]
src/manager/sqlcipher/sqlcipher.h [new file with mode: 0644]