Remove calling API not supported. 77/92577/2
authorKyuho Jo <kyuho.jo@samsung.com>
Mon, 17 Oct 2016 11:42:48 +0000 (20:42 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Mon, 17 Oct 2016 11:46:34 +0000 (20:46 +0900)
Change-Id: Id9f97e26583fd3c7c90f508013f482e318cba17f
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
40 files changed:
CMakeLists.txt
clock-viewer/CMakeLists.txt
clock-viewer/LICENSE
clock-viewer/include/clock-viewer-debug.h
clock-viewer/include/clock-viewer-default-clock-fallback.h
clock-viewer/include/clock-viewer-default-clock.h
clock-viewer/include/clock-viewer-display.h
clock-viewer/include/clock-viewer-feature.h
clock-viewer/include/clock-viewer-minicontrol.h
clock-viewer/include/clock-viewer-plugin.h
clock-viewer/include/clock-viewer-util-alarm.h
clock-viewer/include/clock-viewer-util-pkginfo.h
clock-viewer/include/clock-viewer-util-status.h
clock-viewer/include/clock-viewer-util-winset.h
clock-viewer/include/clock-viewer-widget.h
clock-viewer/include/clock-viewer-window.h
clock-viewer/include/clock-viewer.h
clock-viewer/org.tizen.w-clock-viewer.manifest
clock-viewer/org.tizen.w-clock-viewer.rule [deleted file]
clock-viewer/src/clock-viewer-default-clock-fallback.c
clock-viewer/src/clock-viewer-default-clock.c
clock-viewer/src/clock-viewer-display.c
clock-viewer/src/clock-viewer-main.c
clock-viewer/src/clock-viewer-minicontrol.c
clock-viewer/src/clock-viewer-plugin.c
clock-viewer/src/clock-viewer-util-alarm.c
clock-viewer/src/clock-viewer-util-dbus-emul.c
clock-viewer/src/clock-viewer-util-dbus.c
clock-viewer/src/clock-viewer-util-pkginfo.c
clock-viewer/src/clock-viewer-util-status.c
clock-viewer/src/clock-viewer-util-winset.c
clock-viewer/src/clock-viewer-widget.c
clock-viewer/src/clock-viewer-window.c
clock-viewer/src/clock-viewer.c
default-clock/CMakeLists.txt
default-clock/include/alpm.h
default-clock/include/clock-viewer-plugin.h
default-clock/src/analog.c
default-clock/src/digital.c
packaging/org.tizen.w-clock-viewer.spec

index 13626f940cdca8c834aecdb055ec93e77a2af056..fd298263cb7f8d3a3982901f1228f0a4b17b9871 100644 (file)
@@ -1,4 +1,4 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
 ADD_SUBDIRECTORY(clock-viewer)
-ADD_SUBDIRECTORY(default-clock)
+#ADD_SUBDIRECTORY(default-clock)
index b474ee3c5be07f5dabf738029af383f5470bd5c7..58e7be71a8daa1a062cdd98f8d815e5a859082e5 100644 (file)
@@ -13,16 +13,15 @@ INCLUDE(FindPkgConfig)
 pkg_check_modules(PKGS REQUIRED
        capi-appfw-application
        capi-system-device
+       capi-base-utils-i18n
        elementary
-       minicontrol-viewer
-       minicontrol-monitor
-       minicontrol-handler
        widget_viewer_evas
        widget_service
        alarm-service
        pkgmgr-info
        vconf
        dlog
+       edbus
 )
 
 SET(PACKAGE_NAME "org.tizen.${PROJECT_NAME}")
@@ -75,7 +74,6 @@ ADD_EXECUTABLE(${PROJECT_NAME}
        src/clock-viewer-util-alarm.c
        src/clock-viewer-display.c
        src/clock-viewer-window.c
-       src/clock-viewer-minicontrol.c
        src/clock-viewer-widget.c
        src/clock-viewer-default-clock.c
        src/clock-viewer-default-clock-fallback.c
@@ -93,7 +91,6 @@ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license
 
 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${PACKAGE_NAME}.xml.in ${CMAKE_BINARY_DIR}/${PACKAGE_NAME}.xml)
 INSTALL(FILES ${CMAKE_BINARY_DIR}/${PACKAGE_NAME}.xml DESTINATION /usr/share/packages)
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${PACKAGE_NAME}.rule DESTINATION /etc/smack/accesses.d)
 
 # data
 ADD_SUBDIRECTORY(data)
index d645695673349e3947e8e5ae42332d0ac3164cd7..571fe7991f5777337d80bf49508e8d7e2f4d136b 100644 (file)
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
+Flora License
+
+Version 1.1, April, 2013
+
+http://floralicense.org/license/
+
+TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+1. Definitions.
+
+"License" shall mean the terms and conditions for use, reproduction,
+and distribution as defined by Sections 1 through 9 of this document.
+
+"Licensor" shall mean the copyright owner or entity authorized by
+the copyright owner that is granting the License.
+
+"Legal Entity" shall mean the union of the acting entity and
+all other entities that control, are controlled by, or are
+under common control with that entity. For the purposes of
+this definition, "control" means (i) the power, direct or indirect,
+to cause the direction or management of such entity,
+whether by contract or otherwise, or (ii) ownership of fifty percent (50%)
+or more of the outstanding shares, or (iii) beneficial ownership of
+such entity.
+
+"You" (or "Your") shall mean an individual or Legal Entity
+exercising permissions granted by this License.
+
+"Source" form shall mean the preferred form for making modifications,
+including but not limited to software source code, documentation source,
+and configuration files.
+
+"Object" form shall mean any form resulting from mechanical
+transformation or translation of a Source form, including but
+not limited to compiled object code, generated documentation,
+and conversions to other media types.
+
+"Work" shall mean the work of authorship, whether in Source or Object form,
+made available under the License, as indicated by a copyright notice
+that is included in or attached to the work (an example is provided
+in the Appendix below).
+
+"Derivative Works" shall mean any work, whether in Source or Object form,
+that is based on (or derived from) the Work and for which the editorial
+revisions, annotations, elaborations, or other modifications represent,
+as a whole, an original work of authorship. For the purposes of this License,
+Derivative Works shall not include works that remain separable from,
+or merely link (or bind by name) to the interfaces of, the Work and
+Derivative Works thereof.
+
+"Contribution" shall mean any work of authorship, including the original
+version of the Work and any modifications or additions to that Work or
+Derivative Works thereof, that is intentionally submitted to Licensor
+for inclusion in the Work by the copyright owner or by an individual or
+Legal Entity authorized to submit on behalf of the copyright owner.
+For the purposes of this definition, "submitted" means any form of
+electronic, verbal, or written communication sent to the Licensor or
+its representatives, including but not limited to communication on
+electronic mailing lists, source code control systems, and issue
+tracking systems that are managed by, or on behalf of, the Licensor
+for the purpose of discussing and improving the Work, but excluding
+communication that is conspicuously marked or otherwise designated
+in writing by the copyright owner as "Not a Contribution."
+
+"Contributor" shall mean Licensor and any individual or Legal Entity
+on behalf of whom a Contribution has been received by Licensor and
+subsequently incorporated within the Work.
+
+"Tizen Certified Platform" shall mean a software platform that complies
+with the standards set forth in the Tizen Compliance Specification
+and passes the Tizen Compliance Tests as defined from time to time
+by the Tizen Technical Steering Group and certified by the Tizen
+Association or its designated agent.
+
+2. Grant of Copyright License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+copyright license to reproduce, prepare Derivative Works of,
+publicly display, publicly perform, sublicense, and distribute the
+Work and such Derivative Works in Source or Object form.
+
+3. Grant of Patent License.  Subject to the terms and conditions of
+this License, each Contributor hereby grants to You a perpetual,
+worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+(except as stated in this section) patent license to make, have made,
+use, offer to sell, sell, import, and otherwise transfer the Work
+solely as incorporated into a Tizen Certified Platform, where such
+license applies only to those patent claims licensable by such
+Contributor that are necessarily infringed by their Contribution(s)
+alone or by combination of their Contribution(s) with the Work solely
+as incorporated into a Tizen Certified Platform to which such
+Contribution(s) was submitted. If You institute patent litigation
+against any entity (including a cross-claim or counterclaim
+in a lawsuit) alleging that the Work or a Contribution incorporated
+within the Work constitutes direct or contributory patent infringement,
+then any patent licenses granted to You under this License for that
+Work shall terminate as of the date such litigation is filed.
+
+4. Redistribution.  You may reproduce and distribute copies of the
+Work or Derivative Works thereof pursuant to the copyright license
+above, in any medium, with or without modifications, and in Source or
+Object form, provided that You meet the following conditions:
+
+  1. You must give any other recipients of the Work or Derivative Works
+     a copy of this License; and
+  2. You must cause any modified files to carry prominent notices stating
+     that You changed the files; and
+  3. You must retain, in the Source form of any Derivative Works that
+     You distribute, all copyright, patent, trademark, and attribution
+     notices from the Source form of the Work, excluding those notices
+     that do not pertain to any part of the Derivative Works; and
+  4. If the Work includes a "NOTICE" text file as part of its distribution,
+     then any Derivative Works that You distribute must include a readable
+     copy of the attribution notices contained within such NOTICE file,
+     excluding those notices that do not pertain to any part of
+     the Derivative Works, in at least one of the following places:
+     within a NOTICE text file distributed as part of the Derivative Works;
+     within the Source form or documentation, if provided along with the
+     Derivative Works; or, within a display generated by the Derivative Works,
+     if and wherever such third-party notices normally appear.
+     The contents of the NOTICE file are for informational purposes only
+     and do not modify the License. You may add Your own attribution notices 
+     within Derivative Works that You distribute, alongside or as an addendum 
+     to the NOTICE text from the Work, provided that such additional attribution 
+     notices cannot be construed as modifying the License. You may add Your own
+     copyright statement to Your modifications and may provide additional or
+     different license terms and conditions for use, reproduction, or
+     distribution of Your modifications, or for any such Derivative Works
+     as a whole, provided Your use, reproduction, and distribution of
+     the Work otherwise complies with the conditions stated in this License
+     and your own copyright statement or terms and conditions do not conflict
+     the conditions stated in the License including section 3.
+
+5. Submission of Contributions. Unless You explicitly state otherwise,
+any Contribution intentionally submitted for inclusion in the Work
+by You to the Licensor shall be under the terms and conditions of
+this License, without any additional terms or conditions.
+Notwithstanding the above, nothing herein shall supersede or modify
+the terms of any separate license agreement you may have executed
+with Licensor regarding such Contributions.
+
+6. Trademarks.  This License does not grant permission to use the trade
+names, trademarks, service marks, or product names of the Licensor,
+except as required for reasonable and customary use in describing the
+origin of the Work and reproducing the content of the NOTICE file.
+
+7. Disclaimer of Warranty. Unless required by applicable law or
+agreed to in writing, Licensor provides the Work (and each
+Contributor provides its Contributions) on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+implied, including, without limitation, any warranties or conditions
+of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+PARTICULAR PURPOSE. You are solely responsible for determining the
+appropriateness of using or redistributing the Work and assume any
+risks associated with Your exercise of permissions under this License.
+
+8. Limitation of Liability. In no event and under no legal theory,
+whether in tort (including negligence), contract, or otherwise,
+unless required by applicable law (such as deliberate and grossly
+negligent acts) or agreed to in writing, shall any Contributor be
+liable to You for damages, including any direct, indirect, special,
+incidental, or consequential damages of any character arising as a
+result of this License or out of the use or inability to use the
+Work (including but not limited to damages for loss of goodwill,
+work stoppage, computer failure or malfunction, or any and all
+other commercial damages or losses), even if such Contributor
+has been advised of the possibility of such damages.
+
+9. Accepting Warranty or Additional Liability. While redistributing
+the Work or Derivative Works thereof, You may choose to offer,
+and charge a fee for, acceptance of support, warranty, indemnity,
+or other liability obligations and/or rights consistent with this
+License. However, in accepting such obligations, You may act only
+on Your own behalf and on Your sole responsibility, not on behalf
+of any other Contributor, and only if You agree to indemnify,
+defend, and hold each Contributor harmless for any liability
+incurred by, or claims asserted against, such Contributor by reason
+of your accepting any such warranty or additional liability.
+
+END OF TERMS AND CONDITIONS
+
+APPENDIX: How to apply the Flora License to your work
+
+To apply the Flora License to your work, attach the following
+boilerplate notice, with the fields enclosed by brackets "[]"
+replaced with your own identifying information. (Don't include
+the brackets!) The text should be enclosed in the appropriate
+comment syntax for the file format. We also recommend that a
+file or class name and description of purpose be included on the
+same "printed page" as the copyright notice for easier
+identification within third-party archives.
 
    Copyright [yyyy] [name of copyright owner]
 
-   Licensed under the Apache License, Version 2.0 (the "License");
+   Licensed under the Flora License, Version 1.1 (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
+       http://floralicense.org/license/
 
    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.
+
index 335e01c31e8943cac144b9e70c4db56c3a964676..b2f445f8b35a9e19f5fcf4b1ba6bc6e09056c03d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index e3df50ee21046b2f86e9197d8053196941dd6195..b31f4e5715476a514d12e61f8cd9793abf29dd99 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 785af86c3599b4b5e1dea2da5efca8a5929252fd..64180350623fba013c86f6a1fd32836958baa9d7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 2d90538377da50a5929fc38ac7a1422461e803de..f63e81262343e91fe5d6a1d91a408a6946f19202 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 5489d1eb65c0c51c3caca124b3e0ff647cd32e04..b3a0cff5446f4fda009caf238f3e388dc81fdb7c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 500035abfeefc5367a91b68d068bfa1559b56179..3a1958986e08f7c906425e40f697b132ec675eba 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 23b43196aacdb00d21927dd5bbfead61f355532c..bba6b84735442af2b6a6da5f403e745d2ecb2fee 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index af8a899412c8d332c76e70d9655f1ba7ee9875ae..38931d9af86de073fcfa01d8e28f1e8311fea3a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 31bfc3c8013e69bdc0e51d959e57cec91be341d1..550792cd58a3618b96dd6fc1ca32e4fd52611d93 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 9f76d20a5f98e7bb627bf04b311a2be3ab902057..c1ad354b563694e528152407c8e09500c009fe2c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index a7737758c11e4b5a5a58ebdcad06684d9375d67b..5cedb01676c4ade81249020c181fe8666132733b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 6c230536b629cecf2358bd69e35d0e916d7d88ef..867f41a117ee0e6b9bb8971d4b4a4ae73bf6df7e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index c09ba2a869de720859588d7eba26182b3e53948d..eb1e58aee8d0f98da75f05170818ba629c362df5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index dee879def6b46cc089ae3e42c21e7f9f97a357d1..e87d9777ad5fd6f167bec6778cc36c47f582d9da 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 98a54ac6df9f50ff931fe2f98e95c4301642d87c..75b0fa5e340c47c7c1bf0b35b42e2a57c0a5228d 100644 (file)
@@ -1,8 +1,5 @@
 <manifest>
-    <define>
-        <domain name="org.tizen.w-clock-viewer"/>
-    </define>
     <request>
-        <domain name="org.tizen.w-clock-viewer"/>
+        <domain name="_"/>
     </request>
 </manifest>
diff --git a/clock-viewer/org.tizen.w-clock-viewer.rule b/clock-viewer/org.tizen.w-clock-viewer.rule
deleted file mode 100644 (file)
index 178521a..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-org.tizen.w-clock-viewer system::use_internet r----- ------
-org.tizen.w-clock-viewer net-config r----- ------
-org.tizen.w-clock-viewer xorg rw---- ------
-org.tizen.w-clock-viewer isf rwx--- ------
-org.tizen.w-clock-viewer sound_server rw---- ------
-org.tizen.w-clock-viewer syspopup::db rw---- ------
-org.tizen.w-clock-viewer dbus rwx--- ------
-org.tizen.w-clock-viewer pulseaudio rwxat- ------
-org.tizen.w-clock-viewer ail::db rw---- ------
-org.tizen.w-clock-viewer connman r----- ------
-org.tizen.w-clock-viewer system rwx--- ------
-org.tizen.w-clock-viewer immvibed rw---- ------
-org.tizen.w-clock-viewer svi-data r-x--- ------
-org.tizen.w-clock-viewer e17 r-x--- ------
-org.tizen.w-clock-viewer deviced rwx--- ------
-org.tizen.w-clock-viewer deviced::display rw---- ------
-org.tizen.w-clock-viewer deviced::haptic rw---- ------
-org.tizen.w-clock-viewer data-provider-master::data --x--- ------
-org.tizen.w-clock-viewer data-provider-master::db rw---- ------
-org.tizen.w-clock-viewer data-provider-master::share rwxat- ------
-org.tizen.w-clock-viewer data-provider-master::client rw---- ------
-org.tizen.w-clock-viewer data-provider-master rw---- ------
-org.tizen.w-clock-viewer app-svc::db rw---- ------
-org.tizen.w-clock-viewer org.tizen.alarm rwx--- ------
-org.tizen.w-clock-viewer org.tizen.setting::system rwx--- ------
-org.tizen.w-clock-viewer org.tizen.wfmd rwx--- ------
-org.tizen.w-clock-viewer pkgmgr::db rwx--- ------
-org.tizen.w-clock-viewer pkgmgr-client r-x--- ------
-org.tizen.w-clock-viewer pkgmgr::svc r-x--- ------
-org.tizen.w-clock-viewer pkgmgr::info r----- ------
-org.tizen.w-clock-viewer efreet rwx--- ------
-org.tizen.w-clock-viewer org.tizen.clocksetting rwx--- ------
-org.tizen.w-clock-viewer org.tizen.clocksetting::default-resources r-x--- ------
-org.tizen.w-clock-viewer org.tizen.w-idle-clock-weather2 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-pedometer rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-dual rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-digital rwx--- ------
-org.tizen.w-clock-viewer org.tizen.w-idle-clock-shortcut2 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style01 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style02 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style03 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style04 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style05 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style06 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style07 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style08 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style09 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.idle-clock-style10 rwx--- ------
-org.tizen.w-clock-viewer org.tizen.alpm-clock-manager rwx--- ------
-org.tizen.w-clock-viewer tizen::vconf::setting::admin rw---- ------
-org.tizen.w-clock-viewer data-provider-master::badge rw---- ------
-org.tizen.w-clock-viewer data-provider-master::badge.client -w---- ------
-org.tizen.w-clock-viewer samsung::vconf::widget rw---- ------
-org.tizen.w-clock-viewer aul::launch --x--- ------
-org.tizen.w-clock-viewer aul::terminate --x--- ------
-org.tizen.w-clock-viewer alarm-server::alarm rw---l ------
-org.tizen.w-clock-viewer alarm-manager::alarm rw---l ------
-aul org.tizen.w-clock-viewer r-x--- ------
-dbus org.tizen.w-clock-viewer rwx--- ------
index b5186b69caa6e8352feae5bede5e0048fabcf35a..172865b3ecdd29935d7a2a073fb3eb5f8566a35e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 8966e386fff07c3ac6d1f5a158c7d15979a6e3b3..6441213fdb076b52c7801807e060bcaafd840a74 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index fd04e4ff047bbeb4155f09991b16d9564a430ee3..a9d2b108cb5859c1308592658c6bae065d09569f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 5dc31a8dac22ae1ad8558c94c43db7367d48b827..7a6b6869d6b447cb2353491a28ea1a6a1510c826 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
@@ -18,9 +18,7 @@
  */
 
 #include <stdio.h>
-
 #include <app.h>
-
 #include "clock-viewer.h"
 
 static bool _app_create(void *data)
@@ -81,18 +79,13 @@ int main(int argc, char *argv[])
                _ERR("Failed to create app data");
        }
 
-       app_event_callback_s event_callback;
+       ui_app_lifecycle_callback_s event_callback;
 
        event_callback.create = _app_create;
        event_callback.terminate = _app_terminate;
        event_callback.pause = _app_pause;
        event_callback.resume = _app_resume;
        event_callback.app_control = _app_control;
-       event_callback.language_changed = NULL;
-       event_callback.low_memory = NULL;
-       event_callback.low_battery = NULL;
-       event_callback.device_orientation = NULL;
-       event_callback.region_format_changed = NULL;
 
-       return app_efl_main(&argc, &argv, &event_callback, clock_viewer);
+       return ui_app_main(argc, argv, &event_callback, clock_viewer);
 }
index 8008a536d6857f06caa559723d0bde6549d033ff..510e913e796d4539eedcd217251fa7502864ec90 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index d0d7cc8b7002a8115e9b84caa5783990ae1a9e23..d9d4e8938cb40ad019182425630e80e828296d81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index e15afb44d06b4273081b3f62805d5d5317176088..48bfaa0c97ca03ad8d6af68a605893446f8edfd6 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 849d339adb828faf3673df0cea537fb7c30397b1..ea160ceaba753f75037a792b042f953ac3a57a73 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index b64cbff9de3b5cb15d1db0279a9e7ee18fc1dfa4..c82a2fc2957b7eb1968fe4ef1cdc5a4885623d5b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 542e4e090f2d4a9654d82fd610d0826d6a9f602f..b77ad045d4b6b291886bd4bf1323db61d9d79a34 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
@@ -99,7 +99,9 @@ HAPI clock_viewer_ambient_type clock_viewer_util_pkginfo_get_ambient_type(char *
                return CLOCK_VIEWER_AMBIENT_TYPE_ANALOG;
        }
 
+       /* TODO : request below API or alternative on tizen 3.0
        ret = pkgmgrinfo_appinfo_get_ambient_support(handle, &ambient_mode);
+       */
        pkgmgrinfo_appinfo_destroy_appinfo(handle);
        if (ret != PMINFO_R_OK) {
                return CLOCK_VIEWER_AMBIENT_TYPE_ANALOG;
@@ -118,7 +120,9 @@ HAPI int clock_viewer_util_pkginfo_is_widget(char *appid)
        widget_id = widget_service_get_widget_id(appid);
        if (widget_id != NULL) {
                char *category = NULL;
+               /* TODO : Replace below line with watch core API
                category = widget_service_get_category(widget_id);
+               */
 
                if (category != NULL) {
                        if (!strcmp(category, CLOCK_VIEWER_TIZEN_CLOCK_CATEGORY)) {
index bb3f8697318af024e65432236efa67d27a699c64..34ff418afda20ed3bafcbe4d73f00f898d228d1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 87b7e40b5d4985c9a953b303fff1a8f811251646..9b7ac965a347813bfe98fb24e90efce21af310cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index fc7cb048962c735e1bb3a3297076dca3821327fd..ebf729b850d3222e2c476ffea243084d11f4c50f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
@@ -19,9 +19,7 @@
 
 #include <Elementary.h>
 #include <widget_service.h>
-#include <widget_service_internal.h>
 #include <widget_viewer_evas.h>
-#include <widget_viewer_evas_internal.h>
 
 #include "clock-viewer-widget.h"
 #include "clock-viewer-util-winset.h"
@@ -56,6 +54,7 @@ static struct _widget_info
        .view_pos_timestamp = 0,
 };
 
+/*
 static void __clock_viewer_widget_raw_event_cb(struct widget_evas_raw_event_info *info, void *data)
 {
        Evas_Object *widget = NULL;
@@ -96,6 +95,7 @@ static void __clock_viewer_widget_raw_event_cb(struct widget_evas_raw_event_info
                }
        }
 }
+*/
 
 HAPI void clock_viewer_widget_init(void *data, Evas_Object *parent, char *pkgname)
 {
@@ -128,6 +128,7 @@ HAPI void clock_viewer_widget_init(void *data, Evas_Object *parent, char *pkgnam
 
        widget_viewer_evas_set_option(WIDGET_VIEWER_EVAS_MANUAL_PAUSE_RESUME, 1);
 
+       /* TODO : replace below lines with API set of watch core
        ret = widget_viewer_evas_set_raw_event_callback(WIDGET_VIEWER_EVAS_RAW_CREATE, __clock_viewer_widget_raw_event_cb, data);
        if (ret != 0) {
                _ERR("Failed to set widget create callback[%d]", ret);
@@ -142,6 +143,7 @@ HAPI void clock_viewer_widget_init(void *data, Evas_Object *parent, char *pkgnam
        if (ret != 0) {
                _ERR("Failed to subscribe category[%d]", ret);
        }
+       */
 
        if (pkgname) {
                s_widget_info.pkgname = strdup(pkgname);
@@ -152,9 +154,9 @@ HAPI void clock_viewer_widget_init(void *data, Evas_Object *parent, char *pkgnam
 
 HAPI void clock_viewer_widget_fini(void *data)
 {
-       int ret = 0;
-
        if (s_widget_info.is_widget_init) {
+               /* TODO : replace below lines with API set of watch core
+               int ret = 0;
                ret = widget_viewer_evas_unset_raw_event_callback(WIDGET_VIEWER_EVAS_RAW_CREATE, __clock_viewer_widget_raw_event_cb, data);
                if (ret != 0) {
                        _ERR("Failed to unset widget create callback[%d]", ret);
@@ -169,6 +171,7 @@ HAPI void clock_viewer_widget_fini(void *data)
                if (ret != 0) {
                        _ERR("Failed to subscribe category[%d]", ret);
                }
+               */
 
                widget_viewer_evas_fini();
                s_widget_info.is_widget_init = 0;
index 9d7b8bc12e29d51f429479b6e6c8844fccc9edcd..2c1a9b32ca0a7bf1f2d6fa29b3b7ab73d1040d0f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
@@ -17,8 +17,6 @@
  *
  */
 
-#include <Ecore_X.h>
-
 #include "clock-viewer-window.h"
 
 static Evas_Object *_clock_viewer_window_create_window()
index 42e427c4735f3446faee80493be81c2d89c393c2..02a18f3e42cfe17f9827da0d4896bc97b283e939 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
@@ -371,7 +371,7 @@ static void _clock_viewer_set_current_clock(clock_viewer_s *clock_viewer)
 
        // unload clock
        clock_viewer_default_clock_fini(clock_viewer);
-       clock_viewer_minicontrol_fini(clock_viewer);
+       // clock_viewer_minicontrol_fini(clock_viewer);
        clock_viewer_widget_fini(clock_viewer);
 
        // load clock
@@ -380,7 +380,7 @@ static void _clock_viewer_set_current_clock(clock_viewer_s *clock_viewer)
                        clock_viewer_widget_init(clock_viewer, clock_viewer->window, pkgname);
                        clock_viewer->current_type = CLOCK_VIEWER_TYPE_WIDGET;
                } else {
-                       clock_viewer_minicontrol_init(clock_viewer, clock_viewer->window);
+                       // clock_viewer_minicontrol_init(clock_viewer, clock_viewer->window);
                        clock_viewer->current_type = CLOCK_VIEWER_TYPE_MINICTRL;
                }
        } else {
index 124ce5b236801cea3cf094b53f045f550fabb10a..582c9b34d3531a0c4bbd3091ceed2a2410c1817f 100644 (file)
@@ -15,7 +15,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include)
 INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED
        elementary
-       ecore-x
        evas
        dlog
        vconf
index af67a5d219d8b8d25b52b82e61bad8e2b52ea226..180e2f6e04686fa82a009625e0dfd1135f9187a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 2ed4698a35df464bef05df65c2497faac58d0f10..9ea6612755fe8230c2d73ce1c13bb64ed6374b4d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index ecd76d730e0dc41b95c6742b8363a9ac0d752010..07d7d91ac8794b539039d6b815f6e94c302607e8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index 032f54323526592e84e5cb4caf5254d0c50abc70..92ed834e2a149276bb02f890a2bb4fc5d7a25a1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  W Clock Viewer
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2015 - 2016 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.
index d20bb7d8aefad427ba2298d71548bbfc86b7a81d..69dae48ef2f2d52fe0b8c78c25e123afff1edea7 100644 (file)
@@ -1,23 +1,22 @@
 Name:  org.tizen.w-clock-viewer
 Summary:       Clock viewer for the wearable devices
-Version:       0.0.1
+Version:       0.1.1
 Release:       1
 Group: Applications/System
-License:       Apache-2.0
+License:       Flora-1.1
 Source0:       %{name}-%{version}.tar.gz
 
 BuildRequires: pkgconfig(capi-appfw-application)
 BuildRequires: pkgconfig(capi-system-device)
+BuildRequires: pkgconfig(capi-base-utils-i18n)
 BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(minicontrol-monitor)
-BuildRequires: pkgconfig(minicontrol-viewer)
-BuildRequires: pkgconfig(minicontrol-handler)
 BuildRequires: pkgconfig(widget_viewer_evas)
 BuildRequires: pkgconfig(widget_service)
 BuildRequires: pkgconfig(alarm-service)
 BuildRequires: pkgconfig(pkgmgr-info)
 BuildRequires: pkgconfig(vconf)
 BuildRequires: pkgconfig(dlog)
+BuildRequires: pkgconfig(edbus)
 BuildRequires: edje-bin
 
 BuildRequires: cmake
@@ -78,8 +77,7 @@ vconftool set -t int "memory/clock_viewer/clockdraw" 0 -i -g $INHOUSE_ID -f -s $
 %defattr(-,root,root,-)
 /usr/share/license/%{name}
 /usr/share/packages/%{name}.xml
-/etc/smack/accesses.d/%{name}.rule
 %{PREFIX}/*.xml
 %{PREFIX}/bin/*
 %{PREFIX}/res/*
-%{PREFIX}/shared/*
+#%{PREFIX}/shared/*