From: nazib.ullah Date: Mon, 10 Oct 2016 02:52:09 +0000 (+0600) Subject: [TBT][tizen_3.0_wearable][tbt-list.c updated] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84f7edabdb2c6d4de78eb26bb5c96aff3b8d992f;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][tizen_3.0_wearable][tbt-list.c updated] Change-Id: I01df75eb61a50cf236c73e4d92f93b50a55e9209 --- diff --git a/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk index a6657d4..21287fe 100644 Binary files a/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-arm/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk index 0fd5514..a6bd9d5 100644 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-i386.tpk differ diff --git a/tbtcoreapp/src/model/tbt-list.c b/tbtcoreapp/src/model/tbt-list.c index e4876f7..d7a1e7d 100644 --- a/tbtcoreapp/src/model/tbt-list.c +++ b/tbtcoreapp/src/model/tbt-list.c @@ -503,6 +503,21 @@ static tbt_info tbtapps[] = .features_required = {16, 85} }, #endif + #ifdef TBT_MODULE_APP_BT_PBAP_ALL_VCARDS + + // PBAP All Vcards + { + .name = "PBAP All Vcards", + .parent = "Bluetooth", + .apptype = TBT_APP_BT_PBAP_ALL_VCARDS, + .icon_name = "dummy", + .info = "Get All Phonebook vcards from PBAP Server", + .result = 0, + .required_features_count = 2, + .features_required = {16, 67} + + }, + #endif #endif @@ -761,6 +776,32 @@ static tbt_info tbtapps[] = .features_required = {17,81} }, #endif + #ifdef TBT_MODULE_APP_NFC_ESE + // NFC ESE Test + { + .name = "NFC ESE", + .parent = "NFC", + .apptype = TBT_APP_NFC_ESE, + .icon_name = "dummy", + .info = "Test NFC HCE ESE card emulation", + .result = 0, + .required_features_count = 2, + .features_required = {17,81} + }, + #endif +#endif + +#ifdef TBT_MODULE_SMARTCARD + #ifdef TBT_MODULE_APP_SMARTCARD + { + .name = "Smartcard", + .parent = "Smartcard", + .apptype = TBT_APP_SMARTCARD, + .icon_name = "dummy", + .info = "Smartcard signed
unsigned app check", + .result = 0 + }, + #endif #endif #ifdef TBT_MODULE_DISPLAY @@ -1184,7 +1225,7 @@ static tbt_info tbtapps[] = "5. Place device on top edge, Y axis value will be ~-9.8 other axis value will be ~0.
" "6. Place device on bottom edge, Y axis value will be ~9.8 other axis value will be ~0.
" "7. with the rotation of device Cube will rotate in same orientation.
" - "7. Min-Max Value range will be shown in top of axis info", + "8. Min-Max Value range will be shown in top of axis info", .result = 0, .sensortype = SENSOR_ACCELEROMETER, .units = SENSOR_UNIT_METRE_PER_SECOND_SQUARED, @@ -1706,13 +1747,13 @@ static tbt_info tbtapps[] = #endif #ifdef TBT_MODULE_RUNTIME - #ifdef TBT_MODULE_APP_RUNTIME_INFO + #ifdef TBT_MODULE_APP_AUDIO_JACK //Runtime Info { - .name = "Runtime Info", + .name = "Audio Jack Status", .parent = "Runtime Info", - .apptype = TBT_APP_RUNTIME_INFO, + .apptype = TBT_APP_AUDIO_JACK, .icon_name = "dummy", .info = "1. Initially Audio Jack Not Connected message will be shown.
" "2. Insert an only audio out headphone in audio jack.
" @@ -1723,6 +1764,112 @@ static tbt_info tbtapps[] = .result = 0 }, #endif + #ifdef TBT_MODULE_APP_KEY_VIBRATION + + //Runtime Info + { + .name = "Key Vibration Status", + .parent = "Runtime Info", + .apptype = TBT_APP_KEY_VIBRATION, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_BATTERY + + //Runtime Info + { + .name = "Battery Status", + .parent = "Runtime Info", + .apptype = TBT_APP_BATTERY, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_GPS_STATUS + + //Runtime Info + { + .name = "Gps Status", + .parent = "Runtime Info", + .apptype = TBT_APP_GPS_STATUS, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0, + .required_features_count = 1, + .features_required = {11} + }, + #endif + #ifdef TBT_MODULE_APP_USB_CONNECTED + + //Runtime Info + { + .name = "USB Status", + .parent = "Runtime Info", + .apptype = TBT_APP_USB_CONNECTED, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_BLUETOOTH_ENABLED + + //Runtime Info + { + .name = "Bluetooth Status", + .parent = "Runtime Info", + .apptype = TBT_APP_BLUETOOTH_ENABLED, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0, + .required_features_count = 1, + .features_required = {16} + }, + #endif + #ifdef TBT_MODULE_APP_AUTO_ROTATION_ENABLED + + //Runtime Info + { + .name = "Auto Rotate Status", + .parent = "Runtime Info", + .apptype = TBT_APP_AUTO_ROTATION_ENABLED, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0, + .required_features_count = 1, + .features_required = {41} + }, + #endif + #ifdef TBT_MODULE_APP_LOCATION_SERVICE_ENABLED + + //Runtime Info + { + .name = "Location Status", + .parent = "Runtime Info", + .apptype = TBT_APP_LOCATION_SERVICE_ENABLED, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0, + .required_features_count = 1, + .features_required = {10} + }, + #endif + #ifdef TBT_MODULE_APP_WIFI_HOTSPOT_ENABLED + + //Runtime Info + { + .name = "Wifi HotSpot Status", + .parent = "Runtime Info", + .apptype = TBT_APP_WIFI_HOTSPOT_ENABLED, + .icon_name = "dummy", + .info = "View Audio Jack
Insert Info", + .result = 0, + .required_features_count = 1, + .features_required = {24} + }, + #endif #endif #ifdef TBT_MODULE_SCREEN_MIRROR @@ -2021,21 +2168,129 @@ static tbt_info tbtapps[] = #endif #endif #ifdef TBT_MODULE_SYSTEMSETTINGS - #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_FONT //System Settings { - .name = "System Settings", + .name = "System Settings Font", .parent = "System Settings", - .apptype = TBT_APP_SYSTEM_SETTINGS, + .apptype = TBT_APP_SYSTEM_SETTINGS_FONT, .icon_name = "dummy", - .info = "
1.Manually change settings for each item through device Settings.
" - "2. Verify all the items' values.", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_TIMEFORMAT + + //System Settings + { + .name = "System Settings Time Format", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_TIMEFORMAT, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_TIMECHANGE + + //System Settings + { + .name = "System Settings Time Change", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_TIMECHANGE, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_LOCKSOUND + + //System Settings + { + .name = "System Settings Lock Sound", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_LOCKSOUND, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_SILENT + + //System Settings + { + .name = "System Settings Silent Mode", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_SILENT, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_TOUCHSOUND + + //System Settings + { + .name = "System Settings Touch Sound", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_TOUCHSOUND, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_SCREENROTATION + + //System Settings + { + .name = "System Settings Screen Rotation", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_SCREENROTATION, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_MOTION + + //System Settings + { + .name = "System Settings Motion", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_MOTION, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_FILGHTMODE + + //System Settings + { + .name = "System Settings Flight Mode", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_FILGHTMODE, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", + .result = 0 + }, + #endif + #ifdef TBT_MODULE_APP_SYSTEM_SETTINGS_LOCKSTATE + + //System Settings + { + .name = "System Settings Lock State", + .parent = "System Settings", + .apptype = TBT_APP_SYSTEM_SETTINGS_LOCKSTATE, + .icon_name = "dummy", + .info = "
1.Manually change settings for each item through device Settings.
2. Verify all the items' values.", .result = 0 }, #endif #endif + #ifdef TBT_MODULE_CONTACTS #ifdef TBT_MODULE_APP_CONTACTS