Add sample application[phone] eel 4.99.1 4.99.2 4.99.3 4.99.4 4.99.5 5.0.0 5.0.1 5.0.2 5.0.3 5.1.0 5.99.1 5.99.2 5.99.3 5.99.4 5.99.5 5.99.6 eel/4.99.1 eel/4.99.2 eel/4.99.3 eel/4.99.4 eel/4.99.5 eel/5.0.0 eel/5.0.1 eel/5.0.2 eel/5.0.3 eel/5.1.0 eel_4.99.1 eel_4.99.2 eel_4.99.3 eel_4.99.4 eel_4.99.5 eel_5.0.0 eel_5.0.1 eel_5.0.2 eel_5.0.3 eel_5.1.0 flounder/5.99.1 flounder/5.99.2 flounder/5.99.3 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.1 flounder_5.99.2 flounder_5.99.3 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Tue, 5 Sep 2017 03:45:03 +0000 (12:45 +0900)
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Tue, 5 Sep 2017 03:45:03 +0000 (12:45 +0900)
commitfde77416ce98487a0bb50f5e049e7cb640ffa079
treeb5775acf8f8a77df2a8489ed5c3ab8635ba54c1c
parent2e602801b372b0b68111316b89f567213e3ea378
Add sample application[phone]

The sample application that achieves the interrupt policy management
But an applications on background sometimes can't get events.
I guess this is caused by WorkerThread on Qt(QML)
So, the sequence sometimes stops

Change-Id: I8008872ccb4c3c8d3f838095ded118fb5fdf6a6f
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
79 files changed:
sample/phone/LICENSE [new file with mode: 0644]
sample/phone/app/ContactsView.qml [new file with mode: 0644]
sample/phone/app/Dialer.qml [new file with mode: 0644]
sample/phone/app/Phone.qml [new file with mode: 0644]
sample/phone/app/Phone.wav [new file with mode: 0644]
sample/phone/app/api/BindingSoundManager.qml [new file with mode: 0644]
sample/phone/app/api/Telephony.qml [new file with mode: 0644]
sample/phone/app/app.pri [new file with mode: 0644]
sample/phone/app/app.pro [new file with mode: 0644]
sample/phone/app/audio.qrc [new file with mode: 0644]
sample/phone/app/config.tests/libhomescreen/libhomescreen.cpp [new file with mode: 0644]
sample/phone/app/config.tests/libhomescreen/libhomescreen.pro [new file with mode: 0644]
sample/phone/app/images/HMI_ContactScreen_ImageHolder-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_ContactScreen_SearchIcon-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_ContactScreen_X-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Back_Icon.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_0_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_0_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_1_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_1_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_2_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_2_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_3_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_3_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_4_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_4_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_5_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_5_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_6_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_6_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_7_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_7_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_8_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_8_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_9_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_9_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_Blank_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_Blank_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_NumberSign_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_NumberSign_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_asterisk_Active-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Button_asterisk_Inactive-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Call.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Contact_BlankPhoto.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Contact_DividingLine.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Contacts-01.svg [new file with mode: 0644]
sample/phone/app/images/HMI_Phone_Hangup.svg [new file with mode: 0644]
sample/phone/app/images/images.qrc [new file with mode: 0644]
sample/phone/app/libsmwrapper.cpp [new file with mode: 0644]
sample/phone/app/libsmwrapper.h [new file with mode: 0644]
sample/phone/app/main.cpp [new file with mode: 0644]
sample/phone/app/models/CallHistoryModel.qml [new file with mode: 0644]
sample/phone/app/models/ContactsModel.qml [new file with mode: 0755]
sample/phone/app/models/qmldir [new file with mode: 0644]
sample/phone/app/phone.qrc [new file with mode: 0644]
sample/phone/package/config.xml [new file with mode: 0644]
sample/phone/package/icon.svg [new file with mode: 0644]
sample/phone/package/package.pro [new file with mode: 0644]
sample/phone/phone.pro [new file with mode: 0644]
sample/phone/telephony-binding/export.map [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/api/ofono_manager.xml [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/api/ofono_voice_call.xml [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/api/ofono_voicecallmanager.xml [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/generate_interfaces.sh [new file with mode: 0755]
sample/phone/telephony-binding/gdbus/ofono_manager.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_manager.h [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_manager_interface.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_manager_interface.h [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecall.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecall.h [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecall_interface.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecall_interface.h [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecallmanager.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecallmanager.h [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecallmanager_interface.c [new file with mode: 0644]
sample/phone/telephony-binding/gdbus/ofono_voicecallmanager_interface.h [new file with mode: 0644]
sample/phone/telephony-binding/telephony-binding.c [new file with mode: 0644]
sample/phone/telephony-binding/telephony-binding.pri [new file with mode: 0644]
sample/phone/telephony-binding/telephony-binding.pro [new file with mode: 0644]