Integration ckm-logic with database module.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 9 Jun 2014 14:24:48 +0000 (16:24 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 Sep 2014 12:57:34 +0000 (14:57 +0200)
commit98a56d4732b4a7fd56911b73ae97ee56b1a9fb79
treeb66bd36e30f24d2be8d2a357b08a5aa90aeab38c
parent5c4351c88103e5ea80ccf86fdfe3dee9fdf83d6d
Integration ckm-logic with database module.

* move db-module from common lib to service executeble.
* add function removeUserData.
* add function getKeyAliases.
* move DBRow struct to new file.

Change-Id: I70bbcd4672014c341f8a0bb476b5bde5f8a56ba5
16 files changed:
src/CMakeLists.txt
src/manager/CMakeLists.txt
src/manager/client/client-error.cpp
src/manager/client/client-manager-impl.cpp
src/manager/common/key-impl.cpp
src/manager/common/protocols.cpp
src/manager/common/protocols.h
src/manager/dpl/db/src/sql_connection.cpp
src/manager/service/ckm-logic.cpp
src/manager/service/ckm-logic.h
src/manager/service/db-crypto.cpp [moved from src/manager/common/db-crypto.cpp with 80% similarity]
src/manager/service/db-crypto.h [moved from src/manager/common/db-crypto.h with 78% similarity]
src/manager/service/db-row.h [new file with mode: 0644]
src/manager/service/file-system.cpp
src/manager/service/file-system.h
src/manager/service/key-provider.h