[TBT][tbtcoreapp][Non-ACR][DPTTIZEN-2947,Removed d2d-con-manager tc] 39/157739/2
authornibha2 <nibha.sharma@samsung.com>
Thu, 26 Oct 2017 05:02:27 +0000 (10:32 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Thu, 26 Oct 2017 05:22:01 +0000 (05:22 +0000)
Change-Id: Ibf1315c762e9e80101de8e49e957ddc4bcd28728
Signed-off-by: nibha2 <nibha.sharma@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk [changed mode: 0755->0644]
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk [changed mode: 0755->0644]
tbtcoreapp/inc/model/tbt-info.h
tbtcoreapp/inc/utils/app_module_config.h
tbtcoreapp/res/edje/2.3.1/wearable_360_360/d2d_viewer.edc [deleted file]
tbtcoreapp/src/model/tbt-list.c
tbtcoreapp/src/view/tbt-genlist-view.c
tbtcoreapp/tizen-manifest.xml

old mode 100755 (executable)
new mode 100644 (file)
index 5422932..f68c802
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
old mode 100755 (executable)
new mode 100644 (file)
index 4539877..c72f671
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 1d1ad3c11059c23001e8a28e3640566c6538681f..4d4c35a3548356f411c51bfbfcf28f5f09b6999b 100644 (file)
@@ -243,8 +243,6 @@ typedef enum {
        TBT_APP_SYSTEM_SETTINGS_FILGHTMODE,
        TBT_APP_SYSTEM_SETTINGS_LOCKSTATE,
     TBT_APP_CONTACTS,
-    //TBT_APP_D2D_CLIENT,
-    //TBT_APP_D2D_SERVER,
     TBT_APP_TTS,
        TBT_APP_STT,
        TBT_APP_STT_ERROR,
@@ -348,7 +346,6 @@ typedef enum
        FEATURE_CAMERA_FRONT_FLASH,
        FEATURE_CONSUMER_IR,
        FEATURE_CONTACT,
-       //FEATURE_CONVERGENCE_D2D,
        FEATURE_DATABASE_ENCRYPTION,
        FEATURE_DATACONTROL,
        FEATURE_DATASYNC,
@@ -559,7 +556,6 @@ static char* feature_list[1024]=
        [FEATURE_CAMERA_FRONT_FLASH] = "tizen.org/feature/camera.front.flash",
        [FEATURE_CONSUMER_IR] = "tizen.org/feature/consumer_ir",
        [FEATURE_CONTACT] = "tizen.org/feature/contact",
-       //[FEATURE_CONVERGENCE_D2D] = "tizen.org/feature/convergence.d2d",
        [FEATURE_DATABASE_ENCRYPTION] = "tizen.org/feature/database.encryption",
        [FEATURE_DATACONTROL] = "tizen.org/feature/datacontrol",
        [FEATURE_DATASYNC] = "tizen.org/feature/datasync",
index 45598ccdd77c6a17a41971b8b43ae77c215d17ad..e62aac2136528ab9741e22c32eff8994403197ad 100644 (file)
 #define TBT_MODULE_CONTACTS
 #define TBT_MODULE_APP_CONTACTS
 
-//#define TBT_MODULE_D2D
-//#define TBT_MODULE_APP_D2D_CLIENT
-//#define TBT_MODULE_APP_D2D_SERVER
-
 #define TBT_MODULE_TTS
 #define TBT_MODULE_APP_TTS
 #define TBT_MODULE_STT
diff --git a/tbtcoreapp/res/edje/2.3.1/wearable_360_360/d2d_viewer.edc b/tbtcoreapp/res/edje/2.3.1/wearable_360_360/d2d_viewer.edc
deleted file mode 100644 (file)
index 4afeab6..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-/*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#define TEXT_HEIGHT 0.08
-
-collections
-{
-    base_scale: 1.8;
-    group
-    {
-        name: "d2d_viewer";
-        parts{
-               part{
-                name: "base";
-                type: RECT;
-                description{
-                    state: "default" 0.0;
-                    visible: 1;
-                    color: 0 0 0 255;
-                }
-            }
-            part{
-                name: "list_container";
-                type: SWALLOW;
-                description{
-                    state: "default" 0.0;
-                    align: 0.0 0.0;
-                    visible: 1;
-                    rel1 {relative: 0.0 0.0; }
-                    rel2 {relative: 1.0 0.6; }
-                    fixed: 1 1;
-                }
-            }
-            
-            part{
-                name: "others";
-                type: SWALLOW;
-                description{
-                    state: "default" 0.0;
-                    align: 0.0 0.0;
-                    visible: 1;
-                    rel1 {relative: 0.0 0.6; }
-                    rel2 {relative: 1.0 0.8; }
-                    fixed: 1 1;
-                }
-            }
-            
-           part { name: "wearable_toolbar";
-                               type: SWALLOW;
-                               description {
-                                       state: "default" 0.0;
-                                       rel1 {
-                                               relative: 0.0 1.0;
-                                       }
-                                       rel2 {
-                                               relative: 1.0 1.0;
-                                       }
-                                       visible: 1;
-                    fixed: 1 1;
-                               }
-                       }
-        }
-    }
-}
index 54438c131ae9d7ee7b16e83e55c201f2018897b3..de840a72d3822138736a87d025874ee71c17ebee 100644 (file)
@@ -2358,41 +2358,6 @@ static tbt_info tbtapps[] =
        #endif
 #endif
 
-/*#ifdef TBT_MODULE_D2D
-       #ifdef TBT_MODULE_APP_D2D_CLIENT
-
-               //NSD DNSSD
-               {
-                       .name = "D2D Client",
-                       .parent = "D2D Convergence",
-                       .apptype = TBT_APP_D2D_CLIENT,
-                       .icon_name = "dummy",
-                       .info = "1.     Connect <b>D2D Server to Same WiFi Network.<br/>"
-                                       "2.     Run <b>D2D server</b> module of TBT.<br/>"
-                                       "3.     A list of two elements <b>http://192.168.43.54:8001/api/v2/</b> and <b>/tizen/remote-app-control</b> will be shown<br/>"
-                                       "4.     Select <b>/tizen/remote-app-control</b> first. Then <b>cortbt_uiapp</b> will be launch in <b>D2D Server</b>.<br/>"
-                                       "5.     Select<b> http://192.168.43.54:8001/api/v2/</b> then <b>Connect</b> will be shown in <b>D2D Server</b> and <b>Publish</b> will be shown in <b>D2D Client</b>.<br/>"
-                                       "6.     Select <b>Publish</b> on <b>Client</b> side and <b>GoodNews Received</b> will be shown in <b>D2D Server</b>.",
-                       .result = 0,
-                       .required_features_count = 1,
-                       .features_required = { FEATURE_NETWORK_WIFI }
-               },
-       #endif
-       #ifdef TBT_MODULE_APP_D2D_SERVER
-               {
-                       .name = "D2D Server",
-                       .parent = "D2D Convergence",
-                       .apptype = TBT_APP_D2D_SERVER,
-                       .icon_name = "dummy",
-                       .info = "1.     Connect D2D Client to Same WiFi Network.<br/>"
-                                       "2.     Run D2D Server Module from TBT again.<br/>"
-                                       "3.     Server Ready Message will be shown",
-                       .result = 0,
-                       .required_features_count = 1,
-                       .features_required = { FEATURE_NETWORK_WIFI }
-               },
-       #endif
-#endif*/
 #ifdef TBT_MODULE_TTS
        #ifdef TBT_MODULE_APP_TTS
                {
index 35c86e135a4638acfc047f3ffc103c91a104348f..f1c23d4439cea8ed1712feaea7cb374d2fa0eebe 100644 (file)
@@ -93,7 +93,6 @@
 #include "view/tbt-connection-view.h"
 #include "view/tbt-systemsettings-view.h"
 #include "view/tbt-contacts-view.h"
-//#include "view/tbt-d2d-view.h"
 #include "view/tbt-nfc-hce-preferred-view.h"
 #include "view/tbt-nfc-ese-view.h"
 #include "view/tbt-tts-view.h"
@@ -1227,14 +1226,6 @@ static void _gl_item_selected_cb(void *data, Evas_Object *obj EINA_UNUSED, void
                                contacts_view_add(view->navi, info, it);
                                break;
                #endif
-               /*#ifdef TBT_MODULE_D2D
-                       case TBT_APP_D2D_CLIENT:
-                               d2d_view_add(view->navi, info, it);
-                               break;
-                       case TBT_APP_D2D_SERVER:
-                               d2d_view_add(view->navi, info, it);
-                               break;
-               #endif*/
 
                #ifdef TBT_MODULE_TTS
                        case TBT_APP_TTS:
index 3ce2cf72fa058aaf068af762029cfe14c1ea1125..05720ed429b9ca7aa27128125f8bdace6382ab1d 100644 (file)
@@ -18,7 +18,6 @@
         <privilege>http://tizen.org/privilege/mediastorage</privilege>
         <privilege>http://tizen.org/privilege/callhistory.write</privilege>
         <privilege>http://tizen.org/privilege/network.get</privilege>
-        <privilege>http://tizen.org/privilege/d2d.datasharing</privilege>
         <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
         <privilege>http://tizen.org/privilege/contact.write</privilege>
         <privilege>http://tizen.org/privilege/push</privilege>