CustomHandlers DAO libraries stubs added
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 30 Nov 2012 13:34:17 +0000 (14:34 +0100)
committerGerrit Code Review <gerrit2@kim11>
Thu, 6 Dec 2012 11:28:47 +0000 (20:28 +0900)
commite408b634d9de057c6e46bf66b2c8a3e682a9a87d
tree025d7ff958bfd1b3957d556cf31e1e94b0bde11b
parente24b4cdb06a549815f8c75049dec417d5a57be33
CustomHandlers DAO libraries stubs added

[Issue#] N/A
[Feature] Custom handlers implementation
[Problem] N/A
[Cause] Custom handlers information has to be stored in the database
[Solution] Stub for custom handlers DAO added

[Verification]
1.Succesfull compilation of wrt-commons and wrt-extra.
2.Run wrt-tests-dao --output=text --regexp=custom_handler_dao_basic. It should
pass.

Change-Id: Iaf87fda801d60221d573f747a506664b987589bb
25 files changed:
.gitignore
CMakeLists.txt
build/CMakeLists.txt
build/custom_handler_dao/CMakeLists.txt [new file with mode: 0644]
build/custom_handler_dao/wrt-commons-custom-handler-dao-ro.pc.in [new file with mode: 0644]
build/custom_handler_dao/wrt-commons-custom-handler-dao-rw.pc.in [new file with mode: 0644]
debian/wrt-commons.postinst
etc/wrt_commons_create_clean_db.sh
modules/CMakeLists.txt
modules/custom_handler_dao/CMakeLists.txt [new file with mode: 0644]
modules/custom_handler_dao/dao/CustomHandlerDatabase.cpp [new file with mode: 0644]
modules/custom_handler_dao/dao/custom_handler_dao.cpp [new file with mode: 0644]
modules/custom_handler_dao/dao/custom_handler_dao_read_only.cpp [new file with mode: 0644]
modules/custom_handler_dao/include/wrt-commons/custom-handler-dao-ro/CustomHandlerDatabase.h [new file with mode: 0644]
modules/custom_handler_dao/include/wrt-commons/custom-handler-dao-ro/common_dao_types.h [new file with mode: 0644]
modules/custom_handler_dao/include/wrt-commons/custom-handler-dao-ro/custom_handler_dao_read_only.h [new file with mode: 0644]
modules/custom_handler_dao/include/wrt-commons/custom-handler-dao-rw/custom_handler_dao.h [new file with mode: 0644]
modules/custom_handler_dao/orm/custom_handler_db [new file with mode: 0644]
modules/custom_handler_dao/orm/custom_handler_db_definitions [new file with mode: 0644]
modules/custom_handler_dao/orm/custom_handler_db_sql_generator.h [new file with mode: 0644]
modules/custom_handler_dao/orm/gen_db_md5.sh [new file with mode: 0755]
modules/custom_handler_dao/orm/orm_generator_custom_handler.h [new file with mode: 0644]
modules/custom_handler_dao/orm/version_db [new file with mode: 0644]
packaging/wrt-commons.spec
wrt-commons.manifest