Implement certificate confirm popup
authorleerang song <leerang.song@samsung.com>
Tue, 26 Feb 2013 11:56:52 +0000 (20:56 +0900)
committerleerang song <leerang.song@samsung.com>
Fri, 8 Mar 2013 06:55:20 +0000 (15:55 +0900)
commit0a1841f4c40413a00fd3e6baa2c0ccc12696a661
tree5edf0d1912160065b323c55341119e4dd9f153d9
parent1ed4d742847fa973d40ed681deb67aa9f5374f19
Implement certificate confirm popup

[Issue#] N/A
[Problem] Can't storage certificate info
[Cause] Not exist certificate db
[Solution] Add certificate db
[SCMRequest] N/A

Change-Id: I698485f3945deeade8de82d21b88061767275c67
17 files changed:
.gitignore
CMakeLists.txt
build/CMakeLists.txt
build/certificate_dao/CMakeLists.txt [new file with mode: 0755]
build/certificate_dao/wrt-commons-certificate-dao.pc.in [new file with mode: 0644]
modules/CMakeLists.txt
modules/certificate_dao/CMakeLists.txt [new file with mode: 0755]
modules/certificate_dao/dao/certificate_dao.cpp [new file with mode: 0755]
modules/certificate_dao/dao/certificate_dao_types.cpp [new file with mode: 0755]
modules/certificate_dao/dao/certificate_database.cpp [new file with mode: 0755]
modules/certificate_dao/include/wrt-commons/certificate-dao/certificate_dao.h [new file with mode: 0755]
modules/certificate_dao/include/wrt-commons/certificate-dao/certificate_dao_types.h [new file with mode: 0755]
modules/certificate_dao/include/wrt-commons/certificate-dao/certificate_database.h [new file with mode: 0755]
modules/certificate_dao/orm/certificate_db [new file with mode: 0755]
modules/certificate_dao/orm/certificate_db_definitions [new file with mode: 0644]
modules/certificate_dao/orm/certificate_db_sql_generator.h [new file with mode: 0755]
modules/certificate_dao/orm/orm_generator_certificate.h [new file with mode: 0755]