Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:51:18 +0000 (01:51 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:51:18 +0000 (01:51 +0900)
commit914aa1e2236ac93b14e1f19a1c1931385a58d572
tree849d38523452703d214ad84cb97ece31d1e25866
parenta1311c9da85162a82223c73aa63e6c9b7d91c565
Tizen 2.1 base
260 files changed:
CMakeLists.txt
LICENSE.APLv2 [new file with mode: 0644]
NOTICE
build-util/generator.sh
client/CMakeLists.txt [new file with mode: 0755]
client/contacts-service2.pc.in [new file with mode: 0644]
client/ctsvc_client_activity.c [new file with mode: 0644]
client/ctsvc_client_db.c [new file with mode: 0644]
client/ctsvc_client_group.c [new file with mode: 0644]
client/ctsvc_client_ipc.c [new file with mode: 0755]
client/ctsvc_client_ipc.h [new file with mode: 0644]
client/ctsvc_client_noti.c [new file with mode: 0644]
client/ctsvc_client_person.c [new file with mode: 0644]
client/ctsvc_client_phonelog.c [new file with mode: 0644]
client/ctsvc_client_service.c [new file with mode: 0644]
client/ctsvc_client_sim.c [new file with mode: 0644]
common/ctsvc_db_notification.c [new file with mode: 0644]
common/ctsvc_filter.c [new file with mode: 0644]
common/ctsvc_filter.h [new file with mode: 0644]
common/ctsvc_inotify.c [new file with mode: 0755]
common/ctsvc_inotify.h [new file with mode: 0755]
common/ctsvc_internal.h [new file with mode: 0644]
common/ctsvc_list.c [new file with mode: 0644]
common/ctsvc_list.h [new file with mode: 0644]
common/ctsvc_localize.c [new file with mode: 0755]
common/ctsvc_localize.h [new file with mode: 0755]
common/ctsvc_localize_ch.c [new file with mode: 0755]
common/ctsvc_localize_ch.h [new file with mode: 0755]
common/ctsvc_mutex.c [new file with mode: 0755]
common/ctsvc_mutex.h [new file with mode: 0755]
common/ctsvc_normalize.c [new file with mode: 0644]
common/ctsvc_normalize.h [new file with mode: 0644]
common/ctsvc_notify.h [new file with mode: 0644]
common/ctsvc_query.c [new file with mode: 0644]
common/ctsvc_query.h [new file with mode: 0644]
common/ctsvc_record.c [new file with mode: 0644]
common/ctsvc_record.h [new file with mode: 0644]
common/ctsvc_record_addressbook.c [new file with mode: 0644]
common/ctsvc_record_contact.c [new file with mode: 0644]
common/ctsvc_record_group.c [new file with mode: 0644]
common/ctsvc_record_my_profile.c [new file with mode: 0644]
common/ctsvc_record_person.c [new file with mode: 0755]
common/ctsvc_record_phonelog.c [new file with mode: 0644]
common/ctsvc_record_result.c [new file with mode: 0644]
common/ctsvc_record_sdn.c [new file with mode: 0644]
common/ctsvc_record_speeddial.c [new file with mode: 0644]
common/ctsvc_record_updated_info.c [new file with mode: 0644]
common/ctsvc_setting.c [new file with mode: 0644]
common/ctsvc_setting.h [new file with mode: 0644]
common/ctsvc_sim.c [new file with mode: 0644]
common/ctsvc_socket.c [new file with mode: 0644]
common/ctsvc_socket.h [new file with mode: 0644]
common/ctsvc_struct.h [new file with mode: 0644]
common/ctsvc_vcard.c [new file with mode: 0644]
common/ctsvc_vcard.h [new file with mode: 0644]
common/ctsvc_view.c [new file with mode: 0644]
common/ctsvc_view.h [new file with mode: 0644]
common/ipc/ctsvc_ipc_activity.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_activity_photo.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_address.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_addressbook.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_company.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_contact.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_define.h [new file with mode: 0644]
common/ipc/ctsvc_ipc_email.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_event.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_extension.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_group.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_grouprelation.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_image.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_macros.h [new file with mode: 0644]
common/ipc/ctsvc_ipc_marshal.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_marshal.h [new file with mode: 0644]
common/ipc/ctsvc_ipc_messenger.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_my_profile.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_name.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_nickname.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_note.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_number.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_person.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_phonelog.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_profile.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_relationship.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_result.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_sdn.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_simple_contact.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_speeddial.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_updated_info.c [new file with mode: 0644]
common/ipc/ctsvc_ipc_url.c [new file with mode: 0644]
contacts-service2.manifest [new file with mode: 0644]
debian_NOT_USED/changelog [new file with mode: 0755]
debian_NOT_USED/compat [new file with mode: 0644]
debian_NOT_USED/contacts-service-bin.install.in [new file with mode: 0644]
debian_NOT_USED/contacts-service-bin.postinst.in [new file with mode: 0755]
debian_NOT_USED/control [new file with mode: 0644]
debian_NOT_USED/copyright [new file with mode: 0644]
debian_NOT_USED/dirs [new file with mode: 0644]
debian_NOT_USED/docs [new file with mode: 0644]
debian_NOT_USED/libcontacts-service-dev.install.in [new file with mode: 0644]
debian_NOT_USED/libcontacts-service.install.in [new file with mode: 0644]
debian_NOT_USED/libcontacts-service.postinst.in [new file with mode: 0755]
debian_NOT_USED/rules [new file with mode: 0755]
include/contacts.h [new file with mode: 0644]
include/contacts_activity.h [new file with mode: 0644]
include/contacts_db.h [new file with mode: 0755]
include/contacts_errors.h [new file with mode: 0755]
include/contacts_filter.h [new file with mode: 0755]
include/contacts_group.h [new file with mode: 0644]
include/contacts_list.h [new file with mode: 0644]
include/contacts_person.h [new file with mode: 0644]
include/contacts_phone_log.h [new file with mode: 0644]
include/contacts_query.h [new file with mode: 0644]
include/contacts_record.h [new file with mode: 0644]
include/contacts_service.h [new file with mode: 0755]
include/contacts_setting.h [new file with mode: 0755]
include/contacts_sim.h [new file with mode: 0644]
include/contacts_types.h [new file with mode: 0644]
include/contacts_utils.h [new file with mode: 0644]
include/contacts_vcard.h [new file with mode: 0644]
include/contacts_views.h [new file with mode: 0755]
native/CMakeLists.txt [new file with mode: 0755]
native/contacts-service3.pc.in [new file with mode: 0644]
native/ctsvc_activity.c [new file with mode: 0644]
native/ctsvc_activity.h [new file with mode: 0644]
native/ctsvc_db_init.c [new file with mode: 0644]
native/ctsvc_db_init.h [new file with mode: 0644]
native/ctsvc_db_plugin_activity.c [new file with mode: 0644]
native/ctsvc_db_plugin_address.c [new file with mode: 0644]
native/ctsvc_db_plugin_address_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_address_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_addressbook.c [new file with mode: 0644]
native/ctsvc_db_plugin_company.c [new file with mode: 0644]
native/ctsvc_db_plugin_company_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_company_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_contact.c [new file with mode: 0644]
native/ctsvc_db_plugin_contact_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_contact_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_email.c [new file with mode: 0644]
native/ctsvc_db_plugin_email_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_email_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_event.c [new file with mode: 0644]
native/ctsvc_db_plugin_event_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_event_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_extension.c [new file with mode: 0644]
native/ctsvc_db_plugin_extension_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_extension_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_group.c [new file with mode: 0644]
native/ctsvc_db_plugin_grouprelation.c [new file with mode: 0644]
native/ctsvc_db_plugin_image.c [new file with mode: 0644]
native/ctsvc_db_plugin_image_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_image_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_messenger.c [new file with mode: 0644]
native/ctsvc_db_plugin_messenger_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_messenger_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_my_profile.c [new file with mode: 0644]
native/ctsvc_db_plugin_name.c [new file with mode: 0644]
native/ctsvc_db_plugin_name_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_name_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_nickname.c [new file with mode: 0644]
native/ctsvc_db_plugin_nickname_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_nickname_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_note.c [new file with mode: 0644]
native/ctsvc_db_plugin_note_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_note_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_number.c [new file with mode: 0644]
native/ctsvc_db_plugin_number_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_number_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_person.c [new file with mode: 0644]
native/ctsvc_db_plugin_person_helper.c [new file with mode: 0755]
native/ctsvc_db_plugin_person_helper.h [new file with mode: 0755]
native/ctsvc_db_plugin_phonelog.c [new file with mode: 0644]
native/ctsvc_db_plugin_profile.c [new file with mode: 0644]
native/ctsvc_db_plugin_profile_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_profile_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_relationship.c [new file with mode: 0644]
native/ctsvc_db_plugin_relationship_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_relationship_helper.h [new file with mode: 0644]
native/ctsvc_db_plugin_sdn.c [new file with mode: 0644]
native/ctsvc_db_plugin_sdn.h [new file with mode: 0644]
native/ctsvc_db_plugin_simple_contact.c [new file with mode: 0644]
native/ctsvc_db_plugin_speeddial.c [new file with mode: 0644]
native/ctsvc_db_plugin_url.c [new file with mode: 0644]
native/ctsvc_db_plugin_url_helper.c [new file with mode: 0644]
native/ctsvc_db_plugin_url_helper.h [new file with mode: 0644]
native/ctsvc_db_query.c [new file with mode: 0755]
native/ctsvc_db_query.h [new file with mode: 0644]
native/ctsvc_group.c [new file with mode: 0644]
native/ctsvc_group.h [new file with mode: 0644]
native/ctsvc_notification.c [new file with mode: 0644]
native/ctsvc_notification.h [new file with mode: 0644]
native/ctsvc_person.c [new file with mode: 0644]
native/ctsvc_person.h [new file with mode: 0644]
native/ctsvc_phonelog.c [new file with mode: 0644]
native/ctsvc_phonelog.h [new file with mode: 0644]
native/ctsvc_restriction.c [new file with mode: 0755]
native/ctsvc_restriction.h [new file with mode: 0755]
native/ctsvc_schema.h [new file with mode: 0755]
native/ctsvc_service.c [new file with mode: 0644]
native/ctsvc_service.h [new file with mode: 0644]
native/ctsvc_sqlite.c [new file with mode: 0755]
native/ctsvc_sqlite.h [new file with mode: 0755]
native/ctsvc_utils.c [new file with mode: 0644]
native/ctsvc_utils.h [new file with mode: 0644]
packaging/contacts-service.service [new file with mode: 0644]
packaging/contacts-service.spec
res/.CONTACTS_SVC_AB_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_ACTIVITY_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_ADDRESS_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_COMPANY_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_DATA_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_DB_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_EMAIL_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_EVENT_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_FAVOR_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_GROUP_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_GROUP_RELATION_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_GROUP_REL_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_IMAGE_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_MESSENGER_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_MISSED_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_MY_PROFILE_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_NAME_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_NICKNAME_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_NOTE_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_NUMBER_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_PERSON_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_PLOG_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_PROFILE_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_RELATIONSHIP_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_RESTRICTION_CHECK [new file with mode: 0644]
res/.CONTACTS_SVC_SDN_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_SIMPLE_CONTACT_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_SPEED_CHANGED [new file with mode: 0644]
res/.CONTACTS_SVC_URL_CHANGED [new file with mode: 0644]
res/Not empty folder [new file with mode: 0644]
schema.sql
server/CMakeLists.txt [new file with mode: 0755]
server/contacts-service-ipcd.sh [new file with mode: 0755]
server/ctsvc_ipc_server.c [new file with mode: 0644]
server/ctsvc_ipc_server.h [new file with mode: 0644]
server/ctsvc_ipc_server2.c [new file with mode: 0644]
server/ctsvc_ipc_server2.h [new file with mode: 0644]
server/ctsvc_ipc_server_sim.c [new file with mode: 0644]
server/ctsvc_ipc_server_sim.h [new file with mode: 0644]
server/ctsvc_schema_recovery.c [new file with mode: 0755]
server/ctsvc_schema_recovery.h [new file with mode: 0755]
server/ctsvc_server.c [new file with mode: 0644]
server/ctsvc_server_bg.c [new file with mode: 0644]
server/ctsvc_server_bg.h [new file with mode: 0644]
server/ctsvc_server_change_subject.c [new file with mode: 0644]
server/ctsvc_server_change_subject.h [new file with mode: 0644]
server/ctsvc_server_sim.c [new file with mode: 0755]
server/ctsvc_server_sim.h [new file with mode: 0755]
server/ctsvc_server_socket.c [new file with mode: 0644]
server/ctsvc_server_socket.h [new file with mode: 0644]
server/ctsvc_server_sqlite.c [new file with mode: 0755]
server/ctsvc_server_sqlite.h [new file with mode: 0755]
server/ctsvc_server_utils.c [new file with mode: 0755]
server/ctsvc_server_utils.h [new file with mode: 0755]
server/internal.h [new file with mode: 0755]