From: Ernest Borowski Date: Fri, 23 Sep 2022 10:09:29 +0000 (+0200) Subject: Add setting project template. X-Git-Tag: accepted/tizen/unified/20220927.132300^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2d9b9e29077697a11531b2d74c18ebbcb635f6a;p=profile%2Fiot%2Fapps%2Fdotnet%2Fsetting-certificates.git Add setting project template. Change-Id: I9b5fd6cd72fafdff2e84f2ee6cd494be22f58c36 Signed-off-by: Ernest Borowski --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfcfd56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,350 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2a23d75 --- /dev/null +++ b/LICENSE @@ -0,0 +1,203 @@ +Copyright (c) 2022 Samsung Electronics Co., Ltd. All rights reserved. + + 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/SettingCertificates/SettingCertificates/ItemLayout/ILCheckLabel.cs b/SettingCertificates/SettingCertificates/ItemLayout/ILCheckLabel.cs new file mode 100644 index 0000000..2527f63 --- /dev/null +++ b/SettingCertificates/SettingCertificates/ItemLayout/ILCheckLabel.cs @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2017 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. + */ + +using Tizen.NUI; +using Tizen.NUI.BaseComponents; + +/* + * The Item Layout has two modes depending on the number of text labels inserted into it. + * Structure is depicted below. + * + * +------------------------------------------------------------------------+ ------ + * | | -> Item Margin + * | +------+ +--------------------------------------------------------+ | ------ + * | | | | | | + * | |CHECK | | TITLE | | + * | | | | | | + * | +------+ +--------------------------------------------------------+ | + * +------------------------------------------------------------------------+ + * | | + * | | + * | | + * Text Left Margin + * | | + * Text Right Margin + * + * +------------------------------------------------------------------------------+------- + * | +-------------------------------------------------------------+ | + * | +-------+ | TITLE | | Description Top Margin + * | | | | | | + * | |CHECK | +-------------------------------------------------------------+ | + * | | | +-------------------------------------------------------------+ |------- + * | +-------+ | DESCRIPTION | | + * | | | | + * | +-------------------------------------------------------------+ | + * +------------------------------------------------------------------------------+ +*/ + +namespace SettingMain +{ + internal class ILCheckLabel : ItemLayout + { + } +} diff --git a/SettingCertificates/SettingCertificates/ItemLayout/ILIconLabel.cs b/SettingCertificates/SettingCertificates/ItemLayout/ILIconLabel.cs new file mode 100644 index 0000000..09dc080 --- /dev/null +++ b/SettingCertificates/SettingCertificates/ItemLayout/ILIconLabel.cs @@ -0,0 +1,62 @@ +/* + * Copyright (c) 2017 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. + */ + +using Tizen.NUI; +using Tizen.NUI.BaseComponents; + +/* + * The Item Layout has two modes depending on the number of text labels inserted into it. + * Structure is depicted below. + * + * +------------------------------------------------------------------------+ ------ + * | | -> Item Margin + * | +------+ +--------------------------------------------------------+ | ------ + * | | | | | | + * | | ICON | | TITLE | | + * | | | | | | + * | +------+ +--------------------------------------------------------+ | + * +------------------------------------------------------------------------+ + * | | + * | | + * | | + * Text Left Margin + * | | + * Text Right Margin + * + * +------------------------------------------------------------------------------+------- + * | +-------------------------------------------------------------+ | + * | +-------+ | TITLE | | Description Top Margin + * | | | | | | + * | | ICON | +-------------------------------------------------------------+ | + * | | | +-------------------------------------------------------------+ |------- + * | +-------+ | DESCRIPTION | | + * | | | | + * | +-------------------------------------------------------------+ | + * +------------------------------------------------------------------------------+ +*/ + +namespace SettingMain +{ + /// + /// The custom layout sample implementation. This class creates layout for Item Object as it is depicted above. + /// The custom layout must be derived from LayoutGroup and override the two methods, OnMeasure and OnLayout. + /// OnMeasure and OnLayout methods must be extended and called during the measuring and layout phases respectively. + /// + internal class ILIconLabel : ItemLayout + { + } + +} diff --git a/SettingCertificates/SettingCertificates/ItemLayout/ILLabelSlider.cs b/SettingCertificates/SettingCertificates/ItemLayout/ILLabelSlider.cs new file mode 100644 index 0000000..c99d523 --- /dev/null +++ b/SettingCertificates/SettingCertificates/ItemLayout/ILLabelSlider.cs @@ -0,0 +1,56 @@ +/* + * Copyright (c) 2017 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. + */ + +using Tizen.NUI; +using Tizen.NUI.BaseComponents; + +/* + * The Item Layout has two modes depending on the number of text labels inserted into it. + * Structure is depicted below. + * + * +------------------------------------------------------------------------+ ------ + * | | -> Item Margin + * | +------+ +--------------------------------------------------------+ | ------ + * | | | | | | + * | | | | TITLE | | + * | | | | | | + * | +------+ +--------------------------------------------------------+ | + * +------------------------------------------------------------------------+ + * | | + * | | + * | | + * Text Left Margin + * | | + * Text Right Margin + * + * +------------------------------------------------------------------------------+------- + * | +-------------------------------------------------------------+ | + * | +-------+ | TITLE | | Description Top Margin + * | | | | | | + * | | | +-------------------------------------------------------------+ | + * | | | +-------------------------------------------------------------+ |------- + * | +-------+ | SLIDER | | + * | | | | + * | +-------------------------------------------------------------+ | + * +------------------------------------------------------------------------------+ +*/ + +namespace SettingMain +{ + internal class ILLabelSlider : ItemLayout + { + } +} diff --git a/SettingCertificates/SettingCertificates/ItemLayout/ItemLayout.cs b/SettingCertificates/SettingCertificates/ItemLayout/ItemLayout.cs new file mode 100644 index 0000000..07281ef --- /dev/null +++ b/SettingCertificates/SettingCertificates/ItemLayout/ItemLayout.cs @@ -0,0 +1,198 @@ +/* + * Copyright (c) 2017 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. + */ + +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; + +/* + * The Item Layout has two modes depending on the number of text labels inserted into it. + * Structure is depicted below. + * + * +------------------------------------------------------------------------+ ------ + * | | -> Item Margin + * | +------+ +--------------------------------------------------------+ | ------ + * | | | | | | + * | | ICON | | TITLE | | + * | | | | | | + * | +------+ +--------------------------------------------------------+ | + * +------------------------------------------------------------------------+ + * | | + * | | + * | | + * Text Left Margin + * | | + * Text Right Margin + * + * +------------------------------------------------------------------------------+------- + * | +-------------------------------------------------------------+ | + * | +-------+ | TITLE | | Description Top Margin + * | | | | | | + * | | ICON | +-------------------------------------------------------------+ | + * | | | +-------------------------------------------------------------+ |------- + * | +-------+ | DESCRIPTION | | + * | | | | + * | +-------------------------------------------------------------+ | + * +------------------------------------------------------------------------------+ +*/ + +namespace SettingMain +{ + /// + /// The custom layout sample implementation. This class creates layout for Item Object as it is depicted above. + /// The custom layout must be derived from LayoutGroup and override the two methods, OnMeasure and OnLayout. + /// OnMeasure and OnLayout methods must be extended and called during the measuring and layout phases respectively. + /// + internal class ItemLayout : LayoutGroup + { + /// + /// Top margin of item contents. + /// + private const int ItemMargin = 5; + + /// + /// Point where Description and Title begins. + /// + private const int TextLeftMargin = 120; + + /// + /// Point where Description and Title ends. + /// + private const int TextRightMargin = 710; + + /// + /// Vertical Description margin. + /// + private const int DescriptionTopMargin = 70; + + /// + /// Height of a text object. + /// + private const int TextHeight = 50; + + /// + /// Function calculates the layout size requirements using parent width and height measure specifications. + /// + /// Parent width measure specification + /// Parent height measure specification + protected override void OnMeasure(MeasureSpecification widthMeasureSpec, MeasureSpecification heightMeasureSpec) + { + var itemWidth = new LayoutLength(0); + var itemHeight = new LayoutLength(0); + var iconHeight = new LayoutLength(0); + + float labelMaxWidth = 0; + + //All layout items have to be measured to calculate Item width and height + foreach (LayoutItem childLayout in LayoutChildren) + { + if (childLayout != null) + { + //Set widthMEasureSpecification and HeightMeasureSpecification for children + MeasureChild(childLayout, widthMeasureSpec, heightMeasureSpec); + + //Item size depends of the content. If item contains descrpitoin height of the item is different. + if (childLayout.Owner is TextLabel) + { + itemHeight += childLayout.MeasuredHeight.Size; + + if (childLayout.MeasuredWidth.Size.AsRoundedValue() > labelMaxWidth) + { + labelMaxWidth = childLayout.MeasuredWidth.Size.AsRoundedValue(); + } + } + else if (childLayout.Owner is CheckBox) + { + itemHeight += childLayout.MeasuredHeight.Size; + + if (childLayout.MeasuredWidth.Size.AsRoundedValue() > labelMaxWidth) + { + labelMaxWidth = childLayout.MeasuredWidth.Size.AsRoundedValue(); + } + } + else if (childLayout.Owner is Slider) + { + itemHeight += childLayout.MeasuredHeight.Size * 2; + + if (childLayout.MeasuredWidth.Size.AsRoundedValue() > labelMaxWidth) + { + labelMaxWidth = childLayout.MeasuredWidth.Size.AsRoundedValue(); + } + } + else + { + itemWidth += childLayout.MeasuredWidth.Size; + iconHeight = childLayout.MeasuredHeight.Size; + } + + //update item width by maximum label widht + itemWidth += new LayoutLength(labelMaxWidth); + } + } + + if (iconHeight.AsRoundedValue() > itemHeight.AsRoundedValue()) + { + itemHeight = iconHeight; + } + + // Finally, call this method to set the dimensions we would like + SetMeasuredDimensions(new MeasuredSize(itemWidth, MeasuredSize.StateType.MeasuredSizeOK), + new MeasuredSize(itemHeight, MeasuredSize.StateType.MeasuredSizeOK)); + } + + /// + /// Laying out and positioning the children within View itself using their measured sizes. + /// + /// This is a new size or position for this layout. + /// Left position, relative to parent. + /// Top position, relative to parent. + /// Right position, relative to parent. + /// Bottom position, relative to parent. + protected override void OnLayout(bool changed, LayoutLength left, LayoutLength top, LayoutLength right, LayoutLength bottom) + { + //Size have to be calculated for all childrens. + foreach (LayoutItem childLayout in LayoutChildren) + { + //Layout owner name is used to set valid size values + if (childLayout.Owner.Name == Program.ItemContentNameIcon) + { + LayoutLength width = childLayout.MeasuredWidth.Size; + LayoutLength height = childLayout.MeasuredHeight.Size; + + childLayout.Layout(new LayoutLength(ItemMargin), + new LayoutLength(ItemMargin), + width + ItemMargin, + height + ItemMargin); + } + else if (childLayout.Owner.Name == Program.ItemContentNameTitle) + { + childLayout.Layout(new LayoutLength(TextLeftMargin), + new LayoutLength(ItemMargin), + new LayoutLength(TextRightMargin), + new LayoutLength(TextHeight + ItemMargin)); + } + else if (childLayout.Owner.Name == Program.ItemContentNameDescription) + { + childLayout.Layout(new LayoutLength(TextLeftMargin), + new LayoutLength(DescriptionTopMargin), + new LayoutLength(TextRightMargin), + new LayoutLength(DescriptionTopMargin + TextHeight + 3 * ItemMargin)); + } + } + } + + } +} diff --git a/SettingCertificates/SettingCertificates/ListItem.cs b/SettingCertificates/SettingCertificates/ListItem.cs new file mode 100644 index 0000000..1beb759 --- /dev/null +++ b/SettingCertificates/SettingCertificates/ListItem.cs @@ -0,0 +1,44 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SettingMain +{ + public class ListItem + { + private readonly int ItemType = 0; + private readonly string Path = null; + private readonly string Label = null; + private readonly string Description = null; + + public ListItem(int type, string path, string label, string description = "") + { + ItemType = type; + Path = path; + Label = label; + Description = description; + } + + + public int GetItemType() + { + return ItemType; + } + public string GetPath() + { + return Path; + } + + public string GetLabel() + { + return Label; + } + + public string GetDescription() + { + return Description; + } + }; +} diff --git a/SettingCertificates/SettingCertificates/SettingCertificates.cs b/SettingCertificates/SettingCertificates/SettingCertificates.cs new file mode 100644 index 0000000..0bcea6c --- /dev/null +++ b/SettingCertificates/SettingCertificates/SettingCertificates.cs @@ -0,0 +1,46 @@ +using System; +using System.ComponentModel; +using System.Diagnostics; +using System.Collections.Generic; // for Dictionary +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; +using Tizen.Applications; + +namespace SettingMain +{ + public class Program : NUIWidgetApplication + { + + public static readonly string ItemContentNameIcon = "ItemIcon"; + public static readonly string ItemContentNameTitle = "ItemTitle"; + public static readonly string ItemContentNameDescription = "ItemDescription"; + + public Program(Dictionary widgetSet) : base(widgetSet) + { + + } + + protected override void OnCreate() + { + base.OnCreate(); + } + + public void OnKeyEvent(object sender, Window.KeyEventArgs e) + { + if (e.Key.State == Key.StateType.Down && (e.Key.KeyPressedName == "XF86Back" || e.Key.KeyPressedName == "Escape")) + { + Exit(); + } + } + + static void Main(string[] args) + { + Dictionary widgetSet = new Dictionary(); + widgetSet.Add(typeof(SettingWidget_MainMenu), "main@org.tizen.SettingMain"); + //widgetSet.Add(typeof(SettingWidget_AboutDevice), "aboutdevice@org.tizen.SettingMain"); + var app = new Program(widgetSet); + app.Run(args); + } + } +} diff --git a/SettingCertificates/SettingCertificates/SettingCertificates.csproj b/SettingCertificates/SettingCertificates/SettingCertificates.csproj new file mode 100644 index 0000000..d37fb42 --- /dev/null +++ b/SettingCertificates/SettingCertificates/SettingCertificates.csproj @@ -0,0 +1,30 @@ + + + + Exe + tizen10.0 + SettingCertificates + True + + + + portable + + + None + + + + + + + + + + + + + + + + diff --git a/SettingCertificates/SettingCertificates/SettingWidget_AboutDevice.cs b/SettingCertificates/SettingCertificates/SettingWidget_AboutDevice.cs new file mode 100644 index 0000000..3dbacf4 --- /dev/null +++ b/SettingCertificates/SettingCertificates/SettingWidget_AboutDevice.cs @@ -0,0 +1,34 @@ +using System; +using System.ComponentModel; +using System.Diagnostics; +using System.Collections.Generic; // for Dictionary +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; +using Tizen.Applications; + +namespace SettingMain +{ + class SettingWidget_AboutDevice : SettingWidget_Base + { + private static readonly ListItem[] listItems = + { + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"sett_manage_cert_active_Default.png", "Manage certificate", ""), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"sett_legal_infot_active_Default.png", "Legal infomation", ""), + new ListItem(1, "", "Device Info", ""), + new ListItem(1, "", "Name", "Tizen"), + new ListItem(1, "", "Model number", "rpi3"), + new ListItem(1, "", "Tizen version", "TIZEN 6.5"), + new ListItem(1, "", "CPU", "BCM2837"), + new ListItem(1, "", "RAM", "4.0GB"), + new ListItem(1, "", "Resolution", "1280 x 720"), + new ListItem(1, "", "Status", "show network status and other infomation."), + }; + + public SettingWidget_AboutDevice() + : base(listItems) + { + Tizen.Log.Error("SettingWidget", "AboutDevice \n"); + } + } +} diff --git a/SettingCertificates/SettingCertificates/SettingWidget_Base.cs b/SettingCertificates/SettingCertificates/SettingWidget_Base.cs new file mode 100644 index 0000000..7b28886 --- /dev/null +++ b/SettingCertificates/SettingCertificates/SettingWidget_Base.cs @@ -0,0 +1,182 @@ +using System; +using System.ComponentModel; +using System.Diagnostics; +using System.Collections.Generic; +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; +using Tizen.Applications; + +namespace SettingMain +{ + class SettingWidget_Base : Widget + { + private static readonly string resPath = Tizen.Applications.Application.Current.DirectoryInfo.Resource; + protected const string SETTING_LIST_ICON_PATH_CFG = "/list_icon/"; + protected ListItem[] mListItems; + + public SettingWidget_Base(ListItem[] listItems) + : base() + { + Tizen.Log.Error("SettingWidget", "SettingWidget_Base \n"); + mListItems = listItems; + } + protected override void OnCreate(string contentInfo, Window window) + { + Bundle bundle = Bundle.Decode(contentInfo); + + mRootView = new View(); + mRootView.BackgroundColor = Color.White; + mRootView.Size2D = window.Size; + mRootView.PivotPoint = PivotPoint.Center; + window.GetDefaultLayer().Add(mRootView); + + CreateVerticalScrollableBase(window); + + } + private void CreateVerticalScrollableBase(Window window) + { + verticalScrollableBase = new ScrollableBase() + { + ScrollingDirection = ScrollableBase.Direction.Vertical, + WidthSpecification = LayoutParamPolicies.MatchParent, + HeightSpecification = LayoutParamPolicies.MatchParent, + HideScrollbar = false, + }; + verticalScrollableBase.ScrollOutOfBound += OnVerticalScrollOutOfBound; + + ListItem[] items = mListItems; + verticalItems = new Button[items.Length]; + for (int i = 0; i < items.Length; i++) + { + verticalItems[i] = new Button + { + BackgroundColor = new Color(1.0f, 1.0f, 1.0f, 1.0f), + Position = new Position(0, i * 80), + Size = new Size(mRootView.Size2D.Width, 80), + PointSize = 12.0f, + TextColor = Color.Black, + Layout = new LinearLayout() + { + LinearOrientation = LinearLayout.Orientation.Horizontal, + VerticalAlignment = VerticalAlignment.Center, + HorizontalAlignment = HorizontalAlignment.Begin, + CellPadding = new Size2D(20, 20), + }, + + }; + + string iconpath = items[i].GetPath(); + if (iconpath.Length > 0) + { + var margin1 = new View + { + Size2D = new Size2D(10, 32), + HeightResizePolicy = ResizePolicyType.FillToParent + }; + verticalItems[i].Add(margin1); + + ImageView icon = new ImageView(resPath + items[i].GetPath()) + { + Size2D = new Size2D(32, 32), + Name = Program.ItemContentNameIcon, + }; + verticalItems[i].Add(icon); + } + + var margin = new View + { + Size2D = new Size2D(10, 32), + HeightResizePolicy = ResizePolicyType.FillToParent + }; + verticalItems[i].Add(margin); + + PropertyMap titleStyle = new PropertyMap(); + titleStyle.Add("weight", new PropertyValue(600)); + TextLabel title = new TextLabel(items[i].GetLabel()) + { + FontStyle = titleStyle, + Name = Program.ItemContentNameTitle, + Padding = new Extents(8, 8, 8, 8), + }; + verticalItems[i].Add(title); + + + if (i % 2 == 0) + { + verticalItems[i].BackgroundColor = Color.White; + } + else + { + verticalItems[i].BackgroundColor = Color.Cyan; + } +#if false + var okButton = new Button() + { + Text = "OK", + }; + okButton.Clicked += (object sender1, ClickedEventArgs e) => { window.GetDefaultNavigator().Pop(); }; + + verticalItems[i].Clicked += (object sender, ClickedEventArgs e) => + { + DialogPage.ShowAlertDialog("Clicked", verticalItems[i].Name, okButton); + }; +#endif + + verticalScrollableBase.Add(verticalItems[i]); + } + mRootView.Add(verticalScrollableBase); + } + + private void OnVerticalScrollOutOfBound(object sender, ScrollOutOfBoundEventArgs e) + { +#if false + if (e.Displacement > 80) + { + if (e.PanDirection == ScrollOutOfBoundEventArgs.Direction.Down) + { + verticalItems[0].Text = $"Reached at the top, panned displacement is {e.Displacement}."; + } + } + else if (0 - e.Displacement > 80) + { + if (e.PanDirection == ScrollOutOfBoundEventArgs.Direction.Up) + { + verticalItems[mListItems.Length - 1].Text = $"Reached at the bottom, panned displacement is {e.Displacement}."; + } + } +#endif + } + + protected override void OnPause() + { + base.OnPause(); + } + + protected override void OnResume() + { + Tizen.Log.Error("widget", "OnResume \n"); + base.OnResume(); + } + + protected override void OnResize(Window window) + { + base.OnResize(window); + } + + protected override void OnTerminate(string contentInfo, TerminationType type) + { + base.OnTerminate(contentInfo, type); + } + + protected override void OnUpdate(string contentInfo, int force) + { + base.OnUpdate(contentInfo, force); + } + + protected View mRootView; + protected ScrollableBase verticalScrollableBase = null; + protected Button[] verticalItems; + } +} + diff --git a/SettingCertificates/SettingCertificates/SettingWidget_MainMenu.cs b/SettingCertificates/SettingCertificates/SettingWidget_MainMenu.cs new file mode 100644 index 0000000..be37c13 --- /dev/null +++ b/SettingCertificates/SettingCertificates/SettingWidget_MainMenu.cs @@ -0,0 +1,56 @@ +using System; +using System.ComponentModel; +using System.Diagnostics; +using System.Collections.Generic; +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; +using Tizen.Applications; + +namespace SettingMain +{ + class SettingWidget_MainMenu : SettingWidget_Base + { + private static readonly ListItem[] mItems = { + // Connections + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_wifi.png", "Wifi","Wifi"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_bluetooth.png", "Bluetooth","Bluetooth"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_wifi.png", "Wired Network","Wired Network"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_wifi.png", "Tethering","Tethering"), + + // Sound + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_sound_and_notifications.png", "Sound","Sound"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_notifications.png", "Notifications","Notifications"), + + // Display + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_display.png", "Display","Display"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_wallpapers.png", "Wallpaper","Wallpaper"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_softkey.png", "Tray","Tray"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_softkey.png", "Screen Mirroring","Screen Mirroring"), + + // Personal + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_account.png", "Accounts","Accounts"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_privacy_and_safety.png", "Privacy","Privacy"), + + // Memory + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_applications.png", "Apps","Applications"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_storage.png", "Storage","Storage"), + + // System + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_language_and_input.png", "Language and input","Language and input"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_date_and_time.png", "Date and time","Date and time"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_reset.png", "Reset","Reset"), + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_accessibility.png", "Accessibility","Accessibility"), + + // Device + new ListItem(1, SETTING_LIST_ICON_PATH_CFG+"settings_about_device.png", "About device","About device"), + }; + + public SettingWidget_MainMenu() + :base(mItems) + { + Tizen.Log.Error("SettingWidget", "Main menu \n"); + } + } + +} diff --git a/SettingCertificates/SettingCertificates/res/list_icon/sett_legal_infot_active_Default.png b/SettingCertificates/SettingCertificates/res/list_icon/sett_legal_infot_active_Default.png new file mode 100644 index 0000000..488ac98 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/sett_legal_infot_active_Default.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/sett_manage_cert_active_Default.png b/SettingCertificates/SettingCertificates/res/list_icon/sett_manage_cert_active_Default.png new file mode 100644 index 0000000..50c2522 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/sett_manage_cert_active_Default.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_about_device.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_about_device.png new file mode 100644 index 0000000..2594471 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_about_device.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_accessibility.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_accessibility.png new file mode 100644 index 0000000..3277486 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_accessibility.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_account.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_account.png new file mode 100644 index 0000000..eb89d74 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_account.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_applications.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_applications.png new file mode 100644 index 0000000..0e1ed64 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_applications.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_backup_and_reset.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_backup_and_reset.png new file mode 100644 index 0000000..6b1787d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_backup_and_reset.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_battery.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_battery.png new file mode 100644 index 0000000..d06f9e3 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_battery.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_bluetooth.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_bluetooth.png new file mode 100644 index 0000000..f622066 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_bluetooth.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_call_setting.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_call_setting.png new file mode 100644 index 0000000..a20725a Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_call_setting.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_convergence.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_convergence.png new file mode 100644 index 0000000..041fdad Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_convergence.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_data_usage.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_data_usage.png new file mode 100644 index 0000000..ec48f3d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_data_usage.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_date_and_time.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_date_and_time.png new file mode 100644 index 0000000..7d4a009 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_date_and_time.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_decoration.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_decoration.png new file mode 100644 index 0000000..d47f6e6 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_decoration.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_developer.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_developer.png new file mode 100644 index 0000000..53cc3d0 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_developer.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_display.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_display.png new file mode 100644 index 0000000..91689fe Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_display.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_flight.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_flight.png new file mode 100644 index 0000000..fbabae7 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_flight.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_delete.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_delete.png new file mode 100644 index 0000000..2473e1d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_delete.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_location.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_location.png new file mode 100644 index 0000000..3decb98 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_ic_location.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_language_and_input.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_language_and_input.png new file mode 100644 index 0000000..5422108 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_language_and_input.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_list_developer.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_list_developer.png new file mode 100644 index 0000000..9844e79 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_list_developer.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_lock_screen_and_security.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_lock_screen_and_security.png new file mode 100644 index 0000000..45b8949 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_lock_screen_and_security.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_lockscreen.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_lockscreen.png new file mode 100644 index 0000000..ad5e44b Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_lockscreen.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_mobile_networks.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_mobile_networks.png new file mode 100644 index 0000000..460697d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_mobile_networks.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_more_connections.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_more_connections.png new file mode 100644 index 0000000..65d2261 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_more_connections.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_nfc_and_payment.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_nfc_and_payment.png new file mode 100644 index 0000000..47e1433 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_nfc_and_payment.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_notifications.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_notifications.png new file mode 100644 index 0000000..3d36e4d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_notifications.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_privacy_and_safety.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_privacy_and_safety.png new file mode 100644 index 0000000..bb7b5cd Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_privacy_and_safety.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_reset.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_reset.png new file mode 100644 index 0000000..24af16d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_reset.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_security.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_security.png new file mode 100644 index 0000000..6ab8084 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_security.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_sim_card_magager.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_sim_card_magager.png new file mode 100644 index 0000000..17d9ad8 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_sim_card_magager.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_softkey.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_softkey.png new file mode 100644 index 0000000..e94eeb0 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_softkey.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_sound_and_notifications.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_sound_and_notifications.png new file mode 100644 index 0000000..b13edf8 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_sound_and_notifications.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_special_days.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_special_days.png new file mode 100644 index 0000000..b3eef31 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_special_days.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_storage.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_storage.png new file mode 100644 index 0000000..d857429 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_storage.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_tethering.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_tethering.png new file mode 100644 index 0000000..d51feb7 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_tethering.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_ultra_data_saving_mode.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_ultra_data_saving_mode.png new file mode 100644 index 0000000..b09ba6d Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_ultra_data_saving_mode.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_wallpapers.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_wallpapers.png new file mode 100644 index 0000000..fd7fec9 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_wallpapers.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi.png new file mode 100644 index 0000000..72b63f0 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi.png differ diff --git a/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi_direct.png b/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi_direct.png new file mode 100644 index 0000000..307c049 Binary files /dev/null and b/SettingCertificates/SettingCertificates/res/list_icon/settings_wifi_direct.png differ diff --git a/SettingCertificates/SettingCertificates/shared/res/SettingCertificates.png b/SettingCertificates/SettingCertificates/shared/res/SettingCertificates.png new file mode 100644 index 0000000..9f3cb98 Binary files /dev/null and b/SettingCertificates/SettingCertificates/shared/res/SettingCertificates.png differ diff --git a/SettingCertificates/SettingCertificates/tizen-manifest.xml b/SettingCertificates/SettingCertificates/tizen-manifest.xml new file mode 100644 index 0000000..dfc3033 --- /dev/null +++ b/SettingCertificates/SettingCertificates/tizen-manifest.xml @@ -0,0 +1,23 @@ + + + + + + SettingCertificates.png + + + + + + + http://tizen.org/privilege/systemsettings.admin + + + diff --git a/SettingCertificates/SettingView/SettingView.cs b/SettingCertificates/SettingView/SettingView.cs new file mode 100644 index 0000000..486cbd8 --- /dev/null +++ b/SettingCertificates/SettingView/SettingView.cs @@ -0,0 +1,51 @@ +using System; +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.Applications; + +namespace SettingView +{ + public class Program : NUIApplication + { + public Program(string styleSheet, Size2D windowSize, Position2D windowPosition, IBorderInterface borderInterface) + : base(styleSheet, windowSize, windowPosition, borderInterface) + { + + } + protected override void OnCreate() + { + base.OnCreate(); + Window window = Window.Instance; + window.BackgroundColor = Color.Blue; + window.KeyEvent += OnKeyEvent; + + Bundle bundle = new Bundle(); + bundle.AddItem("COUNT", "1"); + String encodedBundle = bundle.Encode(); + + Tizen.Log.Error("SettingWidget", "REQUEST \n"); + + mWidgetView = WidgetViewManager.Instance.AddWidget("certificates@org.tizen.setting-certificates", encodedBundle, window.Size.Width, window.Size.Height, 0.0f); + mWidgetView.Position = new Position(0, 0); + window.GetDefaultLayer().Add(mWidgetView); + } + + public void OnKeyEvent(object sender, Window.KeyEventArgs e) + { + if (e.Key.State == Key.StateType.Down && (e.Key.KeyPressedName == "XF86Back" || e.Key.KeyPressedName == "Escape")) + { + Exit(); + } + } + + static void Main(string[] args) + { + var appCustomBorder = new SettingViewBorder(); + var app = new Program("", new Size2D(800, 400), new Position2D(300, 100), appCustomBorder); + + app.Run(args); + } + + WidgetView mWidgetView; + } +} diff --git a/SettingCertificates/SettingView/SettingView.csproj b/SettingCertificates/SettingView/SettingView.csproj new file mode 100644 index 0000000..7f660d6 --- /dev/null +++ b/SettingCertificates/SettingView/SettingView.csproj @@ -0,0 +1,29 @@ + + + + Exe + tizen10.0 + SettingView + True + + + + portable + + + None + + + + + + + + + + + + True + + + diff --git a/SettingCertificates/SettingView/SettingViewBorder.cs b/SettingCertificates/SettingView/SettingViewBorder.cs new file mode 100644 index 0000000..6b801c1 --- /dev/null +++ b/SettingCertificates/SettingView/SettingViewBorder.cs @@ -0,0 +1,278 @@ +using System; + +using Tizen.NUI; +using Tizen.NUI.BaseComponents; +using Tizen.NUI.Components; + +using System.Collections.Generic; +using System.Text; + +namespace SettingView +{ + class SettingViewBorder : Tizen.NUI.DefaultBorder + { + private static readonly string ResourcePath = Tizen.Applications.Application.Current.DirectoryInfo.Resource; + + private static readonly string MinimalizeIcon = ResourcePath + "/images/minimalize.png"; + private static readonly string MaximalizeIcon = ResourcePath + "/images/maximalize.png"; + private static readonly string RestoreIcon = ResourcePath + "/images/smallwindow.png"; + private static readonly string CloseIcon = ResourcePath + "/images/close.png"; + private static readonly string LeftCornerIcon = ResourcePath + "/images/leftCorner.png"; + private static readonly string RightCornerIcon = ResourcePath + "/images/rightCorner.png"; + + private int width = 500; + private bool hide = false; + private View borderView; + private TextLabel title; + + private ImageView minimalizeIcon; + private ImageView maximalizeIcon; + private ImageView closeIcon; + private ImageView leftCornerIcon; + private ImageView rightCornerIcon; + + private Rectangle preWinPositonSize; + + public SettingViewBorder() : base() + { + //BorderHeight = 50; + BorderLineThickness = 0; + //ResizePolicy = Window.BorderResizePolicyType.Fixed; + } + + + + public override bool CreateTopBorderView(View topView) + { + if (topView == null) + { + return false; + } + topView.Layout = new LinearLayout() + { + LinearOrientation = LinearLayout.Orientation.Horizontal, + VerticalAlignment = VerticalAlignment.Center, + CellPadding = new Size2D(20, 20), + }; + + + + var margin = new View + { + Size2D = new Size2D(10, 32), + HeightResizePolicy = ResizePolicyType.FillToParent + }; + topView.Add(margin); + + PropertyMap titleStyle = new PropertyMap(); + titleStyle.Add("weight", new PropertyValue(600)); + + + title = new TextLabel() + { + Text = "Setting", + FontStyle = titleStyle, + }; + + topView.Add(title); + + return true; + } + + public override bool CreateBottomBorderView(View bottomView) + { + if (bottomView == null) + { + return false; + } + bottomView.Layout = new RelativeLayout(); + + minimalizeIcon = new ImageView() + { + ResourceUrl = MinimalizeIcon, + AccessibilityHighlightable = true, + }; + + maximalizeIcon = new ImageView() + { + ResourceUrl = MaximalizeIcon, + AccessibilityHighlightable = true, + }; + + closeIcon = new ImageView() + { + ResourceUrl = CloseIcon, + AccessibilityHighlightable = true, + }; + + leftCornerIcon = new ImageView() + { + ResourceUrl = LeftCornerIcon, + AccessibilityHighlightable = true, + }; + + rightCornerIcon = new ImageView() + { + ResourceUrl = RightCornerIcon, + AccessibilityHighlightable = true, + }; + + RelativeLayout.SetRightTarget(minimalizeIcon, maximalizeIcon); + RelativeLayout.SetRightRelativeOffset(minimalizeIcon, 0.0f); + RelativeLayout.SetHorizontalAlignment(minimalizeIcon, RelativeLayout.Alignment.End); + RelativeLayout.SetRightTarget(maximalizeIcon, closeIcon); + RelativeLayout.SetRightRelativeOffset(maximalizeIcon, 0.0f); + RelativeLayout.SetHorizontalAlignment(maximalizeIcon, RelativeLayout.Alignment.End); + RelativeLayout.SetRightTarget(closeIcon, rightCornerIcon); + RelativeLayout.SetRightRelativeOffset(closeIcon, 0.0f); + RelativeLayout.SetHorizontalAlignment(closeIcon, RelativeLayout.Alignment.End); + RelativeLayout.SetRightRelativeOffset(rightCornerIcon, 1.0f); + RelativeLayout.SetHorizontalAlignment(rightCornerIcon, RelativeLayout.Alignment.End); + bottomView.Add(leftCornerIcon); + bottomView.Add(minimalizeIcon); + bottomView.Add(maximalizeIcon); + bottomView.Add(closeIcon); + bottomView.Add(rightCornerIcon); + + + minimalizeIcon.TouchEvent += OnMinimizeIconTouched; + maximalizeIcon.TouchEvent += OnMaximizeIconTouched; + closeIcon.TouchEvent += OnCloseIconTouched; + leftCornerIcon.TouchEvent += OnLeftBottomCornerIconTouched; + rightCornerIcon.TouchEvent += OnRightBottomCornerIconTouched; + + minimalizeIcon.AccessibilityActivated += (s, e) => + { + MinimizeBorderWindow(); + }; + maximalizeIcon.AccessibilityActivated += (s, e) => + { + MaximizeBorderWindow(); + }; + closeIcon.AccessibilityActivated += (s, e) => + { + CloseBorderWindow(); + }; + + minimalizeIcon.AccessibilityNameRequested += (s, e) => + { + e.Name = "Minimize"; + }; + maximalizeIcon.AccessibilityNameRequested += (s, e) => + { + e.Name = "Maximize"; + }; + closeIcon.AccessibilityNameRequested += (s, e) => + { + e.Name = "Close"; + }; + leftCornerIcon.AccessibilityNameRequested += (s, e) => + { + e.Name = "Resize"; + }; + rightCornerIcon.AccessibilityNameRequested += (s, e) => + { + e.Name = "Resize"; + }; + + minimalizeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name); + maximalizeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name); + closeIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name); + leftCornerIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name); + rightCornerIcon.SetAccessibilityReadingInfoTypes(Tizen.NUI.BaseComponents.AccessibilityReadingInfoTypes.Name); + + return true; + } + + public override void CreateBorderView(View borderView) + { + this.borderView = borderView; + borderView.CornerRadius = new Vector4(0.03f, 0.03f, 0.03f, 0.03f); + borderView.CornerRadiusPolicy = VisualTransformPolicyType.Relative; + borderView.BackgroundColor = new Color(1, 1, 1, 0.3f); + } + + public override void OnCreated(View borderView) + { + base.OnCreated(borderView); + UpdateIcons(); + } + + public override bool OnCloseIconTouched(object sender, View.TouchEventArgs e) + { + + Tizen.Log.Debug("CustomBorder", $"Item Name : {ResourcePath}"); + + base.OnCloseIconTouched(sender, e); + + + Tizen.Applications.Application.Current.Exit(); + return true; + } + + + + public override bool OnMinimizeIconTouched(object sender, View.TouchEventArgs e) + { + if (e.Touch.GetState(0) == PointStateType.Up) + { + if (BorderWindow.IsMaximized() == true) + { + BorderWindow.Maximize(false); + } + preWinPositonSize = BorderWindow.WindowPositionSize; + BorderWindow.WindowPositionSize = new Rectangle(preWinPositonSize.X, preWinPositonSize.Y, 500, 0); + } + return true; + } + + public override void OnRequestResize() + { + if (borderView != null) + { + borderView.BackgroundColor = new Color(0, 1, 0, 0.3f); // 보더의 배경을 변경할 수 있습니다. + } + } + + public override void OnResized(int width, int height) + { + if (borderView != null) + { + if (this.width > width && hide == false) + { + title.Hide(); + hide = true; + } + else if (this.width < width && hide == true) + { + title.Show(); + hide = false; + } + borderView.BackgroundColor = new Color(1, 1, 1, 0.3f); // 리사이즈가 끝나면 보더의 색깔은 원래대로 돌려놓습니다. + base.OnResized(width, height); + UpdateIcons(); + } + } + + private void UpdateIcons() + { + if (BorderWindow != null && borderView != null) + { + if (BorderWindow.IsMaximized() == true) + { + if (maximalizeIcon != null) + { + maximalizeIcon.ResourceUrl = RestoreIcon; + } + } + else + { + if (maximalizeIcon != null) + { + maximalizeIcon.ResourceUrl = MaximalizeIcon; + } + } + } + } + } +} diff --git a/SettingCertificates/SettingView/res/images/close.png b/SettingCertificates/SettingView/res/images/close.png new file mode 100644 index 0000000..c49e480 Binary files /dev/null and b/SettingCertificates/SettingView/res/images/close.png differ diff --git a/SettingCertificates/SettingView/res/images/leftCorner.png b/SettingCertificates/SettingView/res/images/leftCorner.png new file mode 100644 index 0000000..6f82440 Binary files /dev/null and b/SettingCertificates/SettingView/res/images/leftCorner.png differ diff --git a/SettingCertificates/SettingView/res/images/maximalize.png b/SettingCertificates/SettingView/res/images/maximalize.png new file mode 100644 index 0000000..c5cbbaf Binary files /dev/null and b/SettingCertificates/SettingView/res/images/maximalize.png differ diff --git a/SettingCertificates/SettingView/res/images/minimalize.png b/SettingCertificates/SettingView/res/images/minimalize.png new file mode 100644 index 0000000..6b116b2 Binary files /dev/null and b/SettingCertificates/SettingView/res/images/minimalize.png differ diff --git a/SettingCertificates/SettingView/res/images/rightCorner.png b/SettingCertificates/SettingView/res/images/rightCorner.png new file mode 100644 index 0000000..68d837f Binary files /dev/null and b/SettingCertificates/SettingView/res/images/rightCorner.png differ diff --git a/SettingCertificates/SettingView/res/images/smallwindow.png b/SettingCertificates/SettingView/res/images/smallwindow.png new file mode 100644 index 0000000..8f4263b Binary files /dev/null and b/SettingCertificates/SettingView/res/images/smallwindow.png differ diff --git a/SettingCertificates/SettingView/shared/res/SettingView.png b/SettingCertificates/SettingView/shared/res/SettingView.png new file mode 100644 index 0000000..9f3cb98 Binary files /dev/null and b/SettingCertificates/SettingView/shared/res/SettingView.png differ diff --git a/SettingCertificates/SettingView/tizen-manifest.xml b/SettingCertificates/SettingView/tizen-manifest.xml new file mode 100644 index 0000000..0f90291 --- /dev/null +++ b/SettingCertificates/SettingView/tizen-manifest.xml @@ -0,0 +1,18 @@ + + + + + + SettingView.png + + + + + + http://tizen.org/privilege/appmanager.launch + http://tizen.org/privilege/datasharing + http://tizen.org/privilege/widget.viewer + + + + diff --git a/SettingCertificates/Settings.sln b/SettingCertificates/Settings.sln new file mode 100644 index 0000000..cbf1b91 --- /dev/null +++ b/SettingCertificates/Settings.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32126.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingView", "SettingView\SettingView.csproj", "{922DF2C4-A0C0-4FFB-B8A5-82FE8253E0F1}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SettingCertificates", "SettingCertificates\SettingCertificates.csproj", "{EB8E2EC7-BA37-4C85-A2C9-61F3B3865128}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {922DF2C4-A0C0-4FFB-B8A5-82FE8253E0F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {922DF2C4-A0C0-4FFB-B8A5-82FE8253E0F1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {922DF2C4-A0C0-4FFB-B8A5-82FE8253E0F1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {922DF2C4-A0C0-4FFB-B8A5-82FE8253E0F1}.Release|Any CPU.Build.0 = Release|Any CPU + {EB8E2EC7-BA37-4C85-A2C9-61F3B3865128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB8E2EC7-BA37-4C85-A2C9-61F3B3865128}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB8E2EC7-BA37-4C85-A2C9-61F3B3865128}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB8E2EC7-BA37-4C85-A2C9-61F3B3865128}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {37EBC574-94A0-400A-9D93-AD516F8FDE27} + EndGlobalSection +EndGlobal diff --git a/packaging/org.tizen.setting-certificates-1.0.0.tpk b/packaging/org.tizen.setting-certificates-1.0.0.tpk new file mode 100644 index 0000000..fde5de7 Binary files /dev/null and b/packaging/org.tizen.setting-certificates-1.0.0.tpk differ diff --git a/packaging/org.tizen.setting-certificates.spec b/packaging/org.tizen.setting-certificates.spec new file mode 100644 index 0000000..393faeb --- /dev/null +++ b/packaging/org.tizen.setting-certificates.spec @@ -0,0 +1,41 @@ +Name: org.tizen.setting-certificates +summary: NUI Certificates setting application +Version: 1.0.0 +Release: 1 +Provides: org.tizen.setting-certificates = %{version}-%{release} +Group: Applications/Security +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +Requires(post): /usr/bin/pkgcmd +Requires(post): /usr/sbin/cyad + +%description +NUI application for displaying certificates installed on device. + +%define tpk_pkgid org.tizen.setting-certificates +%define preload_tpk_path /usr/apps/.preload-tpk + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{preload_tpk_path} +install packaging/%{tpk_pkgid}-%{version}.tpk %{buildroot}/%{preload_tpk_path}/ + +%post +# Uncomment following lines to test tpk installation +#pkgcmd -it tpk -p %{preload_tpk_path}/%{tpk_pkgid}-%{version}.tpk + +cyad -s -k MANIFESTS_GLOBAL -c User::Pkg::%{tpk_pkgid} -u 5001 -p http://tizen.org/privilege/notexist -t ALLOW + +# Uncomment following lines to test preload tpk installation on image creation +#pkg_initdb --ro +#install_preload_pkg + +%files +%defattr(-,root,root,-) +%{preload_tpk_path}/*