From 36200ff31486525d21377f376a877eea9def815b Mon Sep 17 00:00:00 2001 From: "wansu.yoo" Date: Thu, 19 May 2016 13:32:44 +0900 Subject: [PATCH 01/16] Initial update model-config for artik This is new package for artik model-config. Change-Id: I850a06406a0b3e9ae9939747eec7548fe07669ec --- LICENSE.Apache-2.0 | 202 ++++++++++++++++++++++++++++++++++++++ NOTICE.APLv2 | 3 + model-config.manifest | 5 + model-config.xml | 197 +++++++++++++++++++++++++++++++++++++ packaging/model-config-artik.spec | 28 ++++++ 5 files changed, 435 insertions(+) create mode 100755 LICENSE.Apache-2.0 create mode 100755 NOTICE.APLv2 create mode 100755 model-config.manifest create mode 100755 model-config.xml create mode 100755 packaging/model-config-artik.spec diff --git a/LICENSE.Apache-2.0 b/LICENSE.Apache-2.0 new file mode 100755 index 0000000..d645695 --- /dev/null +++ b/LICENSE.Apache-2.0 @@ -0,0 +1,202 @@ + + 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. + + Copyright [yyyy] [name of copyright owner] + + 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. diff --git a/NOTICE.APLv2 b/NOTICE.APLv2 new file mode 100755 index 0000000..1c1a4d0 --- /dev/null +++ b/NOTICE.APLv2 @@ -0,0 +1,3 @@ +Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. +Except as noted, this software is licensed under Apache License, Version 2. +Please, see the LICENSE.APLv2 file for Apache License, Version 2 terms and conditions. diff --git a/model-config.manifest b/model-config.manifest new file mode 100755 index 0000000..97e8c31 --- /dev/null +++ b/model-config.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/model-config.xml b/model-config.xml new file mode 100755 index 0000000..b6a46ab --- /dev/null +++ b/model-config.xml @@ -0,0 +1,197 @@ + + + + artik + Tizen + 3.0 + exynos + none + Tizen + false + false + false + true + false + false + true + true + false + false + false + false + false + false + false + true + false + true + false + true + false + false + none + false + true + false + false + false + false + false + false + false + false + true + true + 2 + false + true + true + true + true + true + true + true + true + true + false + false + false + false + false + false + false + false + false + false + true + true + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + true + true + false + false + true + false + false + true + false + false + false + true + true + false + true + false + false + false + false + false + true + 3.0 + false + 3.0 + common + false + 32 + true + true + 316 + 1280 + true + false + true + false + true + false + false + false + false + false + false + false + false + true + false + false + 1920 + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + false + false + true + false + false + false + false + false + true + false + false + false + false + false + false + false + false + true + 15 + 15 + 15 + 15 + + + + \ No newline at end of file diff --git a/packaging/model-config-artik.spec b/packaging/model-config-artik.spec new file mode 100755 index 0000000..5e1d726 --- /dev/null +++ b/packaging/model-config-artik.spec @@ -0,0 +1,28 @@ +%define debug_package %{nil} + +Name: model-config-artik +Summary: A Model configuration +Version: 0.0.1 +Release: 0 +Group: System/Configuration +License: Apache-2.0 +BuildArch: noarch +Source0: %{name}-%{version}.tar.gz + +%description +Model configuration data package + +%prep +%setup -q -n %{name}-%{version} + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}%{_sysconfdir}/config +cp -f model-config.xml %{buildroot}%{_sysconfdir}/config/model-config.xml + +%files +%{_sysconfdir}/config/model-config.xml +%manifest model-config.manifest +%license LICENSE.Apache-2.0 -- 2.7.4 From def3cf4b52bdfa57d8a064cfab7a4ffa03ce87b9 Mon Sep 17 00:00:00 2001 From: taesubkim Date: Tue, 24 May 2016 09:24:46 +0900 Subject: [PATCH 02/16] Add wifi.tdls feature key Change-Id: I94c198a056ddf59674a446ff07b3ad8997645f95 Signed-off-by: Taesub Kim --- model-config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model-config.xml b/model-config.xml index b6a46ab..9c97248 100755 --- a/model-config.xml +++ b/model-config.xml @@ -84,6 +84,7 @@ false false true + false true true false @@ -194,4 +195,4 @@ - \ No newline at end of file + -- 2.7.4 From fcfa73ed46572a986b194a46a97503581477ccdd Mon Sep 17 00:00:00 2001 From: "sung.goo.kim" Date: Thu, 9 Jun 2016 07:01:52 +0900 Subject: [PATCH 03/16] [ACR-635] Rename from iot.oic to iot.ocf Change-Id: I66ff34008ea8e485f2c1a0d605f6ae33796aa3f8 --- model-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-config.xml b/model-config.xml index 9c97248..e269e69 100755 --- a/model-config.xml +++ b/model-config.xml @@ -31,7 +31,7 @@ false none false - true + true false false false -- 2.7.4 From 2926ebf6d1724d8fa19657a65f32de84f1a29d1c Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Thu, 9 Jun 2016 17:21:52 +0900 Subject: [PATCH 04/16] Add consumer_ir feature Change-Id: I25267bbc0ddb32dc49bba9ef1464105005f3636e Signed-off-by: pr.jung --- model-config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/model-config.xml b/model-config.xml index e269e69..7f4ec3e 100755 --- a/model-config.xml +++ b/model-config.xml @@ -18,6 +18,7 @@ false false false + false false false false -- 2.7.4 From 680c61b5aa516a7e6a63d1122514dd65299425ed Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 6 Sep 2016 10:52:19 +0900 Subject: [PATCH 05/16] Add new bluetooth features to fix UTC fail issues Change-Id: Ic10e7d26364d89c42ff1535b20007469a33f7a2f Signed-off-by: DoHyun Pyun --- model-config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model-config.xml b/model-config.xml index 7f4ec3e..e08f7d3 100755 --- a/model-config.xml +++ b/model-config.xml @@ -50,10 +50,13 @@ true true true + false true true + false true true + false false false false -- 2.7.4 From 6778ded59c95a2c1cec61f2b211716f6095b9520 Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Wed, 12 Apr 2017 10:23:40 +0900 Subject: [PATCH 06/16] revise packaging for unified build Change-Id: I34a696c3455d9773b56d10cca30cad8d247b284c --- LICENSE.Apache-2.0 | 0 NOTICE.APLv2 | 0 model-config.manifest | 0 model-config.xml | 0 packaging/model-config-artik.spec | 10 +++++++--- 5 files changed, 7 insertions(+), 3 deletions(-) mode change 100755 => 100644 LICENSE.Apache-2.0 mode change 100755 => 100644 NOTICE.APLv2 mode change 100755 => 100644 model-config.manifest mode change 100755 => 100644 model-config.xml mode change 100755 => 100644 packaging/model-config-artik.spec diff --git a/LICENSE.Apache-2.0 b/LICENSE.Apache-2.0 old mode 100755 new mode 100644 diff --git a/NOTICE.APLv2 b/NOTICE.APLv2 old mode 100755 new mode 100644 diff --git a/model-config.manifest b/model-config.manifest old mode 100755 new mode 100644 diff --git a/model-config.xml b/model-config.xml old mode 100755 new mode 100644 diff --git a/packaging/model-config-artik.spec b/packaging/model-config-artik.spec old mode 100755 new mode 100644 index 5e1d726..892981d --- a/packaging/model-config-artik.spec +++ b/packaging/model-config-artik.spec @@ -2,12 +2,13 @@ Name: model-config-artik Summary: A Model configuration -Version: 0.0.1 +Version: 0.0.4 Release: 0 Group: System/Configuration License: Apache-2.0 BuildArch: noarch Source0: %{name}-%{version}.tar.gz +Provides: model-config %description Model configuration data package @@ -20,9 +21,12 @@ Model configuration data package %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/config -cp -f model-config.xml %{buildroot}%{_sysconfdir}/config/model-config.xml +cp -f model-config.xml %{buildroot}%{_sysconfdir}/config/%{name}.xml + +%post +ln -sf %{name}.xml %{_sysconfdir}/config/model-config.xml %files -%{_sysconfdir}/config/model-config.xml %manifest model-config.manifest +%config %{_sysconfdir}/config/%{name}.xml %license LICENSE.Apache-2.0 -- 2.7.4 From 92b319c461657b7da150da9373ac65d3f3db23b8 Mon Sep 17 00:00:00 2001 From: Hyuk Lee Date: Tue, 25 Apr 2017 09:55:19 +0900 Subject: [PATCH 07/16] Add bluetooth ipsp feature Change-Id: I0f9b11b5d9696784a0e359bbcecbf5a13d12dca5 Signed-off-by: Hyuk Lee --- model-config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/model-config.xml b/model-config.xml index e08f7d3..02b86cd 100644 --- a/model-config.xml +++ b/model-config.xml @@ -55,6 +55,7 @@ true false true + false true false false -- 2.7.4 From 1a395d4df5a3c6d3d8a5ce0b27f3d1520dd4ca3a Mon Sep 17 00:00:00 2001 From: "jino.cho" Date: Fri, 21 Jul 2017 10:06:21 +0900 Subject: [PATCH 08/16] Modify platform.version value to 4.0 Change-Id: Iddd178aef05d05de629e95601892ccbea58dd158 Signed-off-by: jino.cho --- model-config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/model-config.xml b/model-config.xml index 02b86cd..45aa6db 100644 --- a/model-config.xml +++ b/model-config.xml @@ -1,9 +1,9 @@ - + artik Tizen - 3.0 + 4.0 exynos none Tizen @@ -40,7 +40,7 @@ false false false - false + false true true 2 -- 2.7.4 From aea2066605ab822da7859a023cae7c6c06b521cf Mon Sep 17 00:00:00 2001 From: "jino.cho" Date: Fri, 21 Jul 2017 12:19:10 +0900 Subject: [PATCH 09/16] Add model_config for iot_core Change-Id: I277b9731af33a101e75e09431e093eec96710be9 Signed-off-by: jino.cho --- model-config_iot_core.xml | 203 ++++++++++++++++++++++++++++++++++++++ packaging/model-config-artik.spec | 17 +++- 2 files changed, 219 insertions(+), 1 deletion(-) create mode 100644 model-config_iot_core.xml diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml new file mode 100644 index 0000000..9aa799a --- /dev/null +++ b/model-config_iot_core.xml @@ -0,0 +1,203 @@ + + + + artik + Tizen + 4.0 + nexell + none + Tizen + false + false + false + true + false + false + true + true + false + false + false + false + false + false + false + false + true + false + true + false + true + false + false + none + false + true + false + false + false + false + false + false + false + false + true + true + 2 + false + true + true + true + true + true + false + true + true + false + true + false + true + false + false + false + false + false + false + false + false + false + false + false + true + true + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + true + true + false + false + true + false + false + true + false + false + false + true + true + false + true + false + false + false + false + false + true + 3.0 + false + 3.0 + common + false + 32 + true + true + 316 + 1280 + true + false + true + false + true + false + false + false + false + false + false + false + false + true + false + false + 1920 + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + false + false + true + false + false + false + false + false + true + false + false + false + false + false + false + false + false + true + 15 + 15 + 15 + 15 + + + + diff --git a/packaging/model-config-artik.spec b/packaging/model-config-artik.spec index 892981d..e9ac43e 100644 --- a/packaging/model-config-artik.spec +++ b/packaging/model-config-artik.spec @@ -2,7 +2,7 @@ Name: model-config-artik Summary: A Model configuration -Version: 0.0.4 +Version: 0.0.5 Release: 0 Group: System/Configuration License: Apache-2.0 @@ -13,6 +13,12 @@ Provides: model-config %description Model configuration data package +%package iot_core +Summary: Model configuration of artik for iot_core of common profile +Provides: model-config +%description iot_core +Model configuration data package main body supporting core of iot profile + %prep %setup -q -n %{name}-%{version} @@ -22,11 +28,20 @@ Model configuration data package rm -rf %{buildroot} mkdir -p %{buildroot}%{_sysconfdir}/config cp -f model-config.xml %{buildroot}%{_sysconfdir}/config/%{name}.xml +cp -f model-config_iot_core.xml %{buildroot}%{_sysconfdir}/config/%{name}_iot_core.xml %post ln -sf %{name}.xml %{_sysconfdir}/config/model-config.xml +%post iot_core +ln -sf %{name}_iot_core.xml %{_sysconfdir}/config/model-config.xml + %files %manifest model-config.manifest %config %{_sysconfdir}/config/%{name}.xml %license LICENSE.Apache-2.0 + +%files iot_core +%manifest model-config.manifest +%{_sysconfdir}/config/%{name}_iot_core.xml +%license LICENSE.Apache-2.0 -- 2.7.4 From ebdd55415f305b4b6573b5fd14f7059ce42f87ee Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Mon, 24 Jul 2017 11:27:15 +0900 Subject: [PATCH 10/16] Add vfpv4 feature Change-Id: Ibe87b82c9050ff3e871b65aad3d692e3a79da90b --- model-config.xml | 1 + model-config_iot_core.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/model-config.xml b/model-config.xml index 45aa6db..77f7c06 100644 --- a/model-config.xml +++ b/model-config.xml @@ -111,6 +111,7 @@ false false true + false 3.0 false 3.0 diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml index 9aa799a..91f98f7 100644 --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -111,6 +111,7 @@ false false true + false 3.0 false 3.0 -- 2.7.4 From c0bca7e6cf6b68c06b4f87229897a122315c2e01 Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Tue, 22 Aug 2017 10:15:21 +0900 Subject: [PATCH 11/16] Add arch value for armv7l Change-Id: Ib323248fcc80cb5f4765b87becb5216815833cf8 --- model-config.xml | 409 +++++++++++++++++++++++----------------------- model-config_iot_core.xml | 409 +++++++++++++++++++++++----------------------- 2 files changed, 410 insertions(+), 408 deletions(-) diff --git a/model-config.xml b/model-config.xml index 77f7c06..fa9ec7d 100644 --- a/model-config.xml +++ b/model-config.xml @@ -1,204 +1,205 @@ - - - - artik - Tizen - 4.0 - exynos - none - Tizen - false - false - false - true - false - false - true - true - false - false - false - false - false - false - false - false - true - false - true - false - true - false - false - none - false - true - false - false - false - false - false - false - false - false - true - true - 2 - false - true - true - true - true - true - false - true - true - false - true - false - true - false - false - false - false - false - false - false - false - false - false - false - true - true - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - true - false - true - true - false - false - true - false - false - true - false - false - false - true - true - false - true - false - false - false - false - false - true - false - 3.0 - false - 3.0 - common - false - 32 - true - true - 316 - 1280 - true - false - true - false - true - false - false - false - false - false - false - false - false - true - false - false - 1920 - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - true - false - false - false - true - false - false - false - false - false - true - false - false - false - false - false - false - false - false - true - 15 - 15 - 15 - 15 - - - - + + + + artik + Tizen + 4.0 + exynos + none + Tizen + false + false + false + true + false + false + true + true + false + false + false + false + false + false + false + false + true + false + true + false + true + false + false + none + false + true + false + false + false + false + false + false + false + false + true + true + 2 + false + true + true + true + true + true + false + true + true + false + true + false + true + false + false + false + false + false + false + false + false + false + false + false + true + true + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + true + true + false + false + true + false + false + true + false + false + false + true + true + armv7 + false + true + false + false + false + false + false + true + false + 4.0 + false + 4.0 + common + false + 32 + true + true + 316 + 1280 + true + false + true + false + true + false + false + false + false + false + false + false + false + true + false + false + 1920 + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + false + false + true + false + false + false + false + false + true + false + false + false + false + false + false + false + false + true + 15 + 15 + 15 + 15 + + + + diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml index 91f98f7..cff879e 100644 --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -1,204 +1,205 @@ - - - - artik - Tizen - 4.0 - nexell - none - Tizen - false - false - false - true - false - false - true - true - false - false - false - false - false - false - false - false - true - false - true - false - true - false - false - none - false - true - false - false - false - false - false - false - false - false - true - true - 2 - false - true - true - true - true - true - false - true - true - false - true - false - true - false - false - false - false - false - false - false - false - false - false - false - true - true - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - true - false - true - true - false - false - true - false - false - true - false - false - false - true - true - false - true - false - false - false - false - false - true - false - 3.0 - false - 3.0 - common - false - 32 - true - true - 316 - 1280 - true - false - true - false - true - false - false - false - false - false - false - false - false - true - false - false - 1920 - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - false - true - false - false - false - true - false - false - false - false - false - true - false - false - false - false - false - false - false - false - true - 15 - 15 - 15 - 15 - - - - + + + + artik + Tizen + 4.0 + nexell + none + Tizen + false + false + false + true + false + false + true + true + false + false + false + false + false + false + false + false + true + false + true + false + true + false + false + none + false + true + false + false + false + false + false + false + false + false + true + true + 2 + false + true + true + true + true + true + false + true + true + false + true + false + true + false + false + false + false + false + false + false + false + false + false + false + true + true + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + true + true + false + false + true + false + false + true + false + false + false + true + true + armv7 + false + true + false + false + false + false + false + true + false + 4.0 + false + 4.0 + common + false + 32 + true + true + 316 + 1280 + true + false + true + false + true + false + false + false + false + false + false + false + false + true + false + false + 1920 + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + false + true + false + false + false + true + false + false + false + false + false + true + false + false + false + false + false + false + false + false + true + 15 + 15 + 15 + 15 + + + + -- 2.7.4 From 4a164aad65f2f661f1105bb0d6a09531cdb76912 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Wed, 30 Aug 2017 15:34:31 +0900 Subject: [PATCH 12/16] multimedia: add custom_audio_effect, raw_video feature Change-Id: I10d180dd44212ae0e3df342dfad11c3e952df83f --- model-config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model-config.xml b/model-config.xml index fa9ec7d..e2ad383 100644 --- a/model-config.xml +++ b/model-config.xml @@ -45,6 +45,8 @@ true 2 false + true + true true true true -- 2.7.4 From a7ad6fb3a814489426fcd8c33896bee79ae62720 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 14 Sep 2017 18:57:09 +0900 Subject: [PATCH 13/16] Device: disable battery because it is not supported Change-Id: Iced534f8f63623032e5a90eb202a1683116ca559 Signed-off-by: lokilee73 --- model-config.xml | 2 +- model-config_iot_core.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 model-config.xml mode change 100644 => 100755 model-config_iot_core.xml diff --git a/model-config.xml b/model-config.xml old mode 100644 new mode 100755 index e2ad383..4b2904c --- a/model-config.xml +++ b/model-config.xml @@ -10,7 +10,7 @@ false false false - true + false false false true diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml old mode 100644 new mode 100755 index cff879e..22dcedc --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -10,7 +10,7 @@ false false false - true + false false false true -- 2.7.4 From 4ab86d6abfaea97e449df646262ed1c95d889883 Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Wed, 20 Sep 2017 18:09:23 +0900 Subject: [PATCH 14/16] Add shortcut, minicontrol feature Signed-off-by: Seungha Son Change-Id: I176cf94ad582552a99eba34034703e3ffe7614a4 --- model-config.xml | 2 ++ model-config_iot_core.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/model-config.xml b/model-config.xml index 4b2904c..fefe0d3 100755 --- a/model-config.xml +++ b/model-config.xml @@ -42,6 +42,7 @@ false false true + false true 2 false @@ -176,6 +177,7 @@ false false false + false false true false diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml index 22dcedc..864d9b6 100755 --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -42,6 +42,7 @@ false false true + false true 2 false @@ -174,6 +175,7 @@ false false false + false false true false -- 2.7.4 From 047060b42843492013575fe532ba493f4502b92a Mon Sep 17 00:00:00 2001 From: "kj7.sung" Date: Mon, 25 Sep 2017 08:10:03 +0900 Subject: [PATCH 15/16] [ACR-1070] Add fused feature Change-Id: Ieb3f0aae3e3a62789e11fcf78e29fffad1091532 Signed-off-by: kj7.sung --- model-config.xml | 1 + model-config_iot_core.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/model-config.xml b/model-config.xml index fefe0d3..b222ba7 100755 --- a/model-config.xml +++ b/model-config.xml @@ -36,6 +36,7 @@ false false false + false false false false diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml index 864d9b6..0b6644b 100755 --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -36,6 +36,7 @@ false false false + false false false false -- 2.7.4 From 4199e31fa50c92873206d588f86aa08b7da93fc6 Mon Sep 17 00:00:00 2001 From: "kibak.yoon" Date: Fri, 22 Sep 2017 19:37:16 +0900 Subject: [PATCH 16/16] peripheral-io: add peipheral io features Change-Id: I9d35dd03920a0596705f9df91d56765e6274dfca Signed-off-by: kibak.yoon --- model-config.xml | 5 +++++ model-config_iot_core.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/model-config.xml b/model-config.xml index b222ba7..25da7c5 100755 --- a/model-config.xml +++ b/model-config.xml @@ -107,6 +107,11 @@ false true true + true + true + true + true + true armv7 false true diff --git a/model-config_iot_core.xml b/model-config_iot_core.xml index 0b6644b..96557cf 100755 --- a/model-config_iot_core.xml +++ b/model-config_iot_core.xml @@ -105,6 +105,11 @@ false true true + true + true + true + true + true armv7 false true -- 2.7.4