From 597bbe459bb124e6b037db3d8eddc3d1d99c6db0 Mon Sep 17 00:00:00 2001 From: "taekgoo.kim" Date: Mon, 20 Nov 2017 15:46:05 +0900 Subject: [PATCH] Added tizen studio 2.0 codes Change-Id: Ida2d60d7565ed0d119eb42744f6bb88a9dad33e0 Signed-off-by: taekgoo.kim --- AUTHOR | 3 + package/build.linux | 46 ++++++ package/build.ubuntu-32 | 46 ++++++ package/changelog | 366 +++++++++++++++++++++++++++++++++++++++++++++++ package/pkginfo.manifest | 237 ++++++++++++++++++++++++++++++ 5 files changed, 698 insertions(+) create mode 100644 AUTHOR create mode 100644 package/build.linux create mode 100644 package/build.ubuntu-32 create mode 100644 package/changelog create mode 100644 package/pkginfo.manifest diff --git a/AUTHOR b/AUTHOR new file mode 100644 index 0000000..f9a8e55 --- /dev/null +++ b/AUTHOR @@ -0,0 +1,3 @@ +Taejun Ha +Chulwoo Shin +Yeongkyoon Lee diff --git a/package/build.linux b/package/build.linux new file mode 100644 index 0000000..40fd285 --- /dev/null +++ b/package/build.linux @@ -0,0 +1,46 @@ +#!/bin/bash + +clean() +{ + rm -rf $SRCDIR/*.zip + rm -rf $SRCDIR/*.tar.gz +} + + +build() +{ + echo "done" +} + +install() +{ + mkdir -p $SRCDIR/package/TOOLS.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/WebIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/WebCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-4.6.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-4.9.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-6.2.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/PlatformIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Emulator.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-MANDATORY.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-IDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-CLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-WEB-DA.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-NATIVE-TOOLCHAIN.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-NATIVE-DA.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Baseline-SDK.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/CSharpCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/DOTNET-CLI-EXT.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Certificate-Manager.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Device-Manager.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/RT-SDK-TOOLS.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/RT-IDE.package.${TARGET_OS}/data +} + +[ "$1" = "clean" ] && clean +[ "$1" = "build" ] && build +[ "$1" = "install" ] && install +exit 0 diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 new file mode 100644 index 0000000..40fd285 --- /dev/null +++ b/package/build.ubuntu-32 @@ -0,0 +1,46 @@ +#!/bin/bash + +clean() +{ + rm -rf $SRCDIR/*.zip + rm -rf $SRCDIR/*.tar.gz +} + + +build() +{ + echo "done" +} + +install() +{ + mkdir -p $SRCDIR/package/TOOLS.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/WebIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/WebCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-4.6.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-4.9.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/NativeToolchain-Gcc-6.2.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/PlatformIDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Emulator.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-MANDATORY.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-IDE.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-CLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-WEB-DA.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-NATIVE-TOOLCHAIN.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/COMMON-NATIVE-DA.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Baseline-SDK.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/CSharpCLI.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/DOTNET-CLI-EXT.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Certificate-Manager.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/Device-Manager.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/RT-SDK-TOOLS.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/RT-IDE.package.${TARGET_OS}/data +} + +[ "$1" = "clean" ] && clean +[ "$1" = "build" ] && build +[ "$1" = "install" ] && install +exit 0 diff --git a/package/changelog b/package/changelog new file mode 100644 index 0000000..9ea8a2f --- /dev/null +++ b/package/changelog @@ -0,0 +1,366 @@ +* 2.5.22 +- Add "C-SelectedGroup : CSharpCLI" tag from DOTNET-CLI-EXT package. +- Remove "C-SelectedGroup : DOTNET-CLI-EXT" tag from CSharpCLI package. +== Moonkyu Kang 2017-09-29 +* 2.5.21 +- Add "Attribute : root" and "C-SelectedGroup : DOTNET-CLI-EXT" tag to CSharpCLI package. +== Moonkyu Kang 2017-09-29 +* 2.5.20 +- Change Basline-SDK install-dep to add CSharpCLI +== Taekgoo Kim 2017-09-29 +* 2.5.19 +- Add post installation target for DOTNET-CLI-EXT +== Moonkyu Kang 2017-09-29 +* 2.5.18 +- Changed supported OS of RT-SDK-TOOLS and RT-IDE to support both ubuntu-32 and ubuntu-64 +== Moonkyu Kang 2017-09-28 +* 2.5.17 +- Restore "Package : CSharpCLI" and remove attribute: root +== Moonkyu Kang 2017-09-28 +* 2.5.16 +- Remove meta: CSharpCLI and add "COMMON-CLI, new-csharp-cli, 4.0-vs-tools-add-ons" packages to DOTNET-CLI-EXT +== Moonkyu Kang 2017-09-28 +* 2.5.15 +- Add C-SelectedGroup meta "Certificate-Manager, Device-Manager" to WebIDE, NativeIDE and PlatformIDE +== Moonkyu Kang 2017-09-28 +* 2.5.14 +- Add Certificate-Manager, Device-Manager to COMMON-IDE. +== Moonkyu Kang 2017-09-28 +* 2.5.13 +- Fixed typo: dotnet cli extesnion to dotnet cli extension +== Taekgoo Kim 2017-09-20 +* 2.5.12 +- Removed C-SelectedGroup at CSharpCLI +- Added C-Postinstall at Baseline-SDK +== Taekgoo Kim 2017-09-04 +* 2.5.11 +- Added DOTNET-CLI-Ext package as Baseline-SDK's install-dep +== Taekgoo Kim 2017-09-01 +* 2.5.10 +- Added DOTNET-CLI-Ext package with its depending package: dotnet-extention-cli +== Taekgoo Kim 2017-09-01 +* 2.5.09 +- Removed intelhaxm from Emulator and merge splitted Emulator metas +== Taekgoo Kim 2017-08-16 +* 2.5.08 +- Add 4.0-vs-tools-add-ons in CSharpCLI. +== Seungbum Kim 2017-08-16 +* 2.5.07 +- Added C# CLI to MacOS +- Added macos-64 to CSharp CLI package's supported OS +== Taekgoo Kim 2017-07-20 +* 2.5.06 +- Added C# CLI to Ubuntu +== Taekgoo Kim 2017-06-20 +* 2.5.05 +- Add build to macos that NativeToolchain package. +== Seungbum Kim 2017-06-02 +* 2.5.04 +- Add build to macos that NativeToolchain-Gcc-6.2 package. +== Seungbum Kim 2017-06-02 +* 2.5.03 +- Add sbi-toolchain-llvm-4.0.cpp.app in NativeToolchain-Gcc-6.2 +== Seungbum Kim 2017-06-02 +* 2.5.02 +- Remove C-Prevent-Install field in NativeIDE, NativeCLI for MBCS Test. +== Seungbum Kim 2017-05-24 +* 2.5.01 +- Add NativeToolchain-Gcc-6.2 for Windows. +== Seungbum Kim 2017-04-28 +* 2.5.00 +- Add NativeToolchain-Gcc-6.2 for Ubuntu Only +- Split NativeToolchain for supporting Gcc-6.2 for Ubuntu +== Taekgoo Kim 2017-04-14 +* 2.4.101 +- Version up for rebuild package. +== Moonkyu Kang 2017-06-20 +* 2.4.100 +- Version up for rebuild package. +== Moonkyu Kang 2017-05-11 +* 2.4.99 +- Remove RT-SDK-TOOLS, RT-IDE root attribute for Ubuntu 32.(do not show in package-manager, do not support IDE, remain only Ubuntu 64) +== Seungbum Kim 2017-04-04 +* 2.4.98 +- Remove RT-SDK-TOOLS, RT-IDE for Ubuntu 32.(do not support IDE, remain only Ubuntu 64) +== Seungbum Kim 2017-04-04 +* 2.4.97 +- Add CSharpCLI meta root attribute +== Seungbum Kim 2017-03-28 +* 2.4.96 +- Add CSharpCLI meta package for Windows 32/64 only +== Seungbum Kim 2017-03-28 +* 2.4.95 +- Remove CSharpCLI meta package.(remove code, but remain in repository list for old package.) +== Seungbum Kim 2017-03-21 +* 2.4.94 +- Remove CSharpCLI attribute for Remove CSharpCLI meta package. +== Seungbum Kim 2017-03-21 +* 2.4.93 +- Remove CSharpCLI meta package. +== Seungbum Kim 2017-03-21 +* 2.4.92 +- Add C-Prevent-Install packages(NativeCLI, NativeIDE) that do not supported MBCS path. +== Seungbum Kim 2017-03-20 +* 2.4.91 +- Add CSharpCLI meta package for Windows 32/64 only +- Add CSharpCLI to inst-dep of Baseline-SDK for Windows 32/64 Only +== Taekgoo Kim 2017-03-15 +* 2.4.90 +- Remove mingw32-msys-1.0 install dependency from COMMON-NATIVE-TOOLCHAIN. +== Seungbum Kim 2017-03-03 +* 2.4.89 +- Add certificate-generator install dependency to Certificate-Manager. +== Seungbum Kim 2017-03-03 +* 2.4.88 +- Change RT SDK for Ubuntu. +== Seungbum Kim 2017-02-22 +* 2.4.87 +- Added RT SDK and RT IDE Meta and its inst-dep to RT SDK +== Seungbum Kim 2017-02-22 +* 2.4.86 +- Added Device Manager Meta and its inst-dep to Baseline SDK +== Taekgoo Kim 2017-02-20 +* 2.4.85 +- Remove COMMON-MANDATORY from Baseline-SDK package's install-dep +== Taekgoo Kim 2017-02-15 +* 2.4.84 +- Added Certificate Manager Meta to display in the Package Manager +== Taekgoo Kim 2017-02-14 +* 2.4.83 +- Added the Baseline SDK meta +- Added Install-dep on the Baseline SDK to Tools +== Taekgoo Kim 2017-02-13 +* 2.4.82 +- upgrade llvm version to 3.7 for NativeToolchain-Gcc-4.6 and NativeToolchain-Gcc-4.9 +== Taekgoo Kim 2016-11-09 +* 2.4.81 +- remove install-dep of sdk-manager in COMMON-MANDATORY +== Taekgoo Kim 2016-10-28 +* 2.4.80 +- Include eflete to NativeIDE install dependency +== Jongwoo Choi 2016-10-05 +* 2.4.79 +- Revert llvm version +== taejun ha 2016-09-13 +* 2.4.78 +- Upgrade llvm version 3.7 to 3.8 +== taejun ha 2016-09-07 +* 2.4.77 +- Apply msys2 pkg upgrade +== taejun ha 2016-08-16 +* 2.4.76 +- Change package name : package-manager (update-manager) +== taejun ha 2016-07-26 +* 2.4.75 +- Add emulator-control-panel-common pkg dependency +== taejun ha 2016-07-25 +* 2.4.74 +- Add ComponentDesigner meta pkg +== taejun ha 2016-07-15 +* 2.4.73 +- Remove unused pkg - COMMON-PLATFORM-DA +== taejun ha 2016-06-09 +* 2.4.72 +- Remove unused pkg +== taejun ha 2016-06-09 +* 2.4.71 +- Remove MANDATORY package root attribute +== taejun ha 2015-05-26 +* 2.4.70 +- Add sdk-utils pkgs +== taejun ha 2015-05-11 +* 2.4.68 +- Add enventor tool for maOS +== taejun ha 2015-03-22 +* 2.4.67 +- Add NUIB pkg dependency for macOS +== taejun ha 2015-03-07 +* 2.4.66 +- Add efl-tools, enventor pkg dependency +== taejun ha 2015-01-22 +* 2.4.65 +- Change Platform IDE description +== taejun ha 2015-01-06 +* 2.4.64 +- Add unittest-eplugin pkg dpendency for NIDE +== taejun ha 2015-12-30 +* 2.4.63 +- Disable Platform IDE tools which windows OS +== taejun ha 2015-12-24 +* 2.4.62 +- Enable Platform IDE tools +== taejun ha 2015-12-23 +* 2.4.61 +- Add enventor-eplugin dependency +== taejun ha 2015-12-04 +* 2.4.60 +- Remove document meta pkg +== taejun ha 2015-11-09 +* 2.4.59 +- Document meta dependency change for C-SelectedGroup +== taejun ha 2015-11-09 +* 2.4.58 +- Add Document meta +== taejun ha 2015-11-06 +* 2.4.57 +- Remove Document meta and add COMMON-IDE pkg +== taejun ha 2015-11-06 +* 2.4.56 +- Modify package description for NativeIDE +== taejun ha 2015-09-24 +* 2.4.55 +- Modify package description for WebIDE, WebCLI +== Chulwoo Shin 2015-09-22 +* 2.4.54 +- Remove install-manager pkg dependency +== taejun ha 2015-09-18 +* 2.4.53 +- Add update-manager cli +== taejun ha 2015-09-17 +* 2.4.52 +- Change meta pkg description +== taejun ha 2015-09-16 +* 2.4.51 +- Add sdk-manager pkg dependency +== taejun ha 2015-09-11 +* 2.4.50 +- Add web DA module dependency +== taejun ha 2015-09-11 +* 2.4.49 +- Add ui-builder eplugin for windows +== taejun ha 2015-09-11 +* 2.4.48 +- Add old gcc name pkg for remove root attribute +== taejun ha 2015-09-09 +* 2.4.47 +- Change toolchain (gcc) package name +== taejun ha 2015-09-09 +* 2.4.46 +- Add C-Default option for install-manager +== taejun ha 2015-09-07 +* 2.4.45 +- Change toolchain dependency which llvm to gcc pkg name +== taejun ha 2015-09-07 +* 2.4.44 +- Change toolchain dependency which gcc to llvm pkg name +== taejun ha 2015-09-07 +* 2.4.43 +- Change efl-renederer to platform dependent pkgs +== taejun ha 2015-09-01 +* 2.4.42 +- Add document selected-group dependency +== taejun ha 2015-08-31 +* 2.4.41 +- Add update-manager and add document meta pkg +== taejun ha 2015-08-13 +* 2.4.39 +- Remove NUIB for windows and mac +== taejun ha 2015-07-23 +* 2.4.38 +- Modify emulator label +== taejun ha 2015-07-21 +* 2.4.37 +- Remove update-manager dependency +== taejun ha 2015-07-21 +* 2.4.36 +- Modify emulator label +== taejun ha 2015-07-20 +* 2.4.35 +- Change package description and add C-Default option. +== taejun ha 2015-07-20 +* 2.4.34 +- Change package description. +== taejun ha 2015-07-20 +* 2.4.33 +- Change package description. +== taejun ha 2015-07-18 +* 2.4.32 +- TYPO: label and description +== taejun ha 2015-07-14 +* 2.4.31 +- Remove Group package and delete unused package +== taejun ha 2015-07-10 +* 2.4.30 +- Change pkg description for TYPO. +== taejun ha 2015-07-02 +* 2.4.29 +- Remove Gcc-4.9 meta package +== taejun ha 2015-06-29 +* 2.4.28 +- Change GCC-4.8 compiler using llvm-3.6 +== taejun ha 2015-06-26 +* 2.4.27 +- Change GCC-4.9 compiler using llvm-3.6 +== taejun ha 2015-06-26 +* 2.4.26 +- Add ninja-1.5.3 dependency +== taejun ha 2015-06-25 +* 2.4.25 +- Add ttrace dependency +== taejun ha 2015-06-19 +* 2.4.24 +- Add Add tv profile ext-eplugin +== taejun ha 2015-06-19 +* 2.4.22 +- Add group package for installer +== taejun ha 2015-06-11 +* 2.4.21 +- Change gcc 4.6 toolchain label +== taejun ha 2015-06-10 +* 2.4.20 +- Add toolchain package for gcc-4.9 +== taejun ha 2015-06-10 +* 2.4.19 +- Add update-manager dependency +== taejun ha 2015-06-02 +* 2.4.18 +- Chagen TYPICAL package dependency and version up +== taejun ha 2015-06-02 +* 0.0.16 +- Add web simulator +== taejun ha 2015-05-15 +* 0.0.15 +- Add common native uib +== taejun ha 2015-05-15 +* 0.0.14 +- Change c-order value +== taejun ha 2015-05-14 +* 0.0.13 +- Add web-app-ext eplugin dependency +== taejun ha 2015-05-13 +* 0.0.12 +- Add typical type package +== taejun ha 2015-05-13 +* 0.0.11 +- Change Emulator tool package to meta package +== taejun ha 2015-05-13 +* 0.0.10 +- Add emulator tool meta package +== taejun ha 2015-05-13 +* 0.0.9 +- Remove Platform IDE dependency +== taejun ha 2015-05-13 +* 0.0.8 +- Change tool package order +== taejun ha 2015-05-12 +* 0.0.7 +- Set C-default package +== taejun ha 2015-05-11 +* 0.0.6 +- Change C-oreder +== taejun ha 2015-05-11 +* 0.0.5 +- Change TYPICAL package dependency list +== taejun ha 2015-05-11 +* 0.0.4 +- Temp package for old installer +== taejun ha 2015-05-11 +* 0.0.3 +- Change root package attribute to install +== taejun ha 2015-05-11 +* 0.0.2 +- Support old installer using attribute install +== taejun ha 2015-05-11 +* 0.0.1 +- Init sdk pkginfo +== taejun ha 2015-04-23 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest new file mode 100644 index 0000000..2cd99e9 --- /dev/null +++ b/package/pkginfo.manifest @@ -0,0 +1,237 @@ +Source : meta-sdk-components +Version : 2.5.22 +Maintainer : Taekgoo Kim , Moonkyu Kang , Seungbum Kim + +Package : TOOLS +OS : ubuntu-32, ubuntu-64 +Build-host-os : ubuntu-32 +Install-dependency : Baseline-SDK, WebIDE, WebCLI, NativeIDE, NativeCLI, NativeToolchain, PlatformIDE +Attribute : root +Label : Tizen SDK tools +C-order : 99 +C-default : Baseline-SDK, WebIDE, WebCLI, NativeIDE, NativeCLI, NativeToolchain-Gcc-4.9 +Description : + Tizen SDK tools consist of platform-independent and platform-common tools. Most of the tools are automatically installed and updated in accordance with the changes of the platform. + Only few tools are available on the purpose of experiment. Before the installation of a tool, check if you know what the tool exactly is. If you don't know it well, don't install. + +Package : TOOLS +OS : windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : Baseline-SDK, WebIDE, WebCLI, NativeIDE, NativeCLI, NativeToolchain +Attribute : root +Label : Tizen SDK tools +C-order : 99 +C-default : Baseline-SDK, WebIDE, WebCLI, NativeIDE, NativeCLI, NativeToolchain-Gcc-4.9 +Description : + Tizen SDK tools consist of platform-independent and platform-common tools. Most of the tools are automatically installed and updated in accordance with the changes of the platform. + Only few tools are available on the purpose of experiment. Before the installation of a tool, check if you know what the tool exactly is. If you don't know it well, don't install. + +Package : WebIDE +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-IDE, COMMON-WEB-DA, webapp-eplugin, js-analyzer-eplugin, mobile-webapp-ext-eplugin, wearable-webapp-ext-eplugin, tv-webapp-ext-eplugin, websimulator-eplugin, document +Attribute : root +Label : Web IDE +C-SelectedGroup : WebCLI, Certificate-Manager, Device-Manager +Description : + Web IDE, which helps you create project, write and modify code, debug and run a web application for the Tizen platforms, is a core of Tizen web app development environment. + +Package : WebCLI +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-CLI, new-web-cli +Attribute : root +Label : Web CLI +Description : + Web CLI, which helps you list, create, build, package, install/uninstall and run an application for Tizen platforms without Web IDE, is a downsized development environment which interact with you on command-line. + +Package : NativeIDE +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-IDE, COMMON-NATIVE-TOOLCHAIN, COMMON-NATIVE-DA, efl-ui-builder-eplugin, nativecore-eplugin, nativecore-ext-eplugin, unittest-eplugin, ninja-1.5.3, document, enventor-eplugin, enventor, eflete +Attribute : root +Label : Native IDE +C-SelectedGroup : NativeCLI, Certificate-Manager, Device-Manager +Description : + Native IDE offers a set of tools that helps you write and modify code, and detect and correct errors when you develop a Tizen native application. + . + The main features are: + * Essential features, such as Project Wizard, API and Privilege Checker, Code Editor, Manifest Text Editor, PO File Editor, etc. + * Project build and launch. + * UI Builder(WYSIWYG authoring tool) which provides easy way to develop a native UI application. + * Dynamic Analyzer for analyzing and debugging + +Package : NativeCLI +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-CLI, COMMON-NATIVE-TOOLCHAIN, new-native-cli +Attribute : root +Label : Native CLI +Description : + Native CLI is a downsized development environment which interact with you on command-line. It helps you list, create, build, package, install/uninstall and run application for Tizen platforms without Native IDE. + +Package : NativeToolchain +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : NativeToolchain-Gcc-4.6, NativeToolchain-Gcc-4.9, NativeToolchain-Gcc-6.2 +Attribute : root +Label : Native toolchain +Description : + Native toolchain is a set of command-line tools like compiler, linker and debugger, which are open-source based packages. + +Package : NativeToolchain-Gcc-4.6 +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-NATIVE-TOOLCHAIN, sbi-toolchain-gcc-4.6.cpp.app, sbi-toolchain-llvm-3.7.cpp.app +Attribute : root +Label : Gcc 4.6 toolchain +Description : + Native IDE requires GCC-4.6, LLVM/Clang-3.4, and other tools to support building, running and debugging a project. + +Package : NativeToolchain-Gcc-4.9 +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-NATIVE-TOOLCHAIN, sbi-toolchain-gcc-4.9.cpp.app, sbi-toolchain-llvm-3.7.cpp.app +Attribute : root +Label : Gcc 4.9 toolchain +Description : + Native IDE requires GCC-4.9, LLVM/Clang-3.6, and other tools to support building, running and debugging a project. + +Package : NativeToolchain-Gcc-6.2 +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-NATIVE-TOOLCHAIN, sbi-toolchain-gcc-6.2.cpp.app, sbi-toolchain-llvm-4.0.cpp.app +Attribute : root +Label : Gcc 6.2 toolchain +Description : + Native IDE requires GCC-6.2 and other tools to support building, running and debugging a project. + +Package : PlatformIDE +OS : ubuntu-32, ubuntu-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, COMMON-IDE, nativeplatform-eplugin, smart-build-interface, image-creator, sbi-toolchain-gcc-4.5.platform.obs, mobile-2.4-nativeplatform-sample, mobile-2.4-rs-device.platform, mobile-2.4-rs-emulator.platform +Attribute : root +Label : Platform IDE +C-SelectedGroup : Certificate-Manager, Device-Manager +Description : + Platform IDE offers a set of tools that helps you develop preloaded Tizen applications, libraries, and device drivers. + The main features are: + * You can build a platform module directly from the IDE by using appropriate architecture and rootstrap. + * The IDE updates the rootstrap automatically. + * The IDE offers you the effective building and debugging tools. So you don't need to depend on the command line or the terminal when developing a platform module. + * You can browse and clone the git repositories. + * You can perform all git-operations (add, merge, push, create branch, and so on) from the IDE. + +Package : Emulator +OS : ubuntu-32, ubuntu-64,windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, emulator-storages, emulator-manager, sdb, version-manager, emulator-control-panel-common +Attribute : root +Label : Emulator manager +Description : + By using Emulator Manager, you can create an emulator instance which is modifiable and executable. You can specify the version and profile of the instance. The followings are supported: + * Instance configuration, such as display resolution, DPI(Dots Per Inch), skin, network configuration, etc. + * Sharing a host directory in your computer with the instance. + * Using Emulator Manager on CLI. + +Package : Certificate-Manager +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, certificate-manager-product, certificate-generator +Attribute : root +Label : Certificate Manager +Description : Using the Certificate Manager, you can create, select, remove and edit the profiles that are used when you package your application. + +Package : Device-Manager +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : COMMON-MANDATORY, device-manager-product +Attribute : root +Label : Device Manager +Description : Using the Device Manager, you can connect and disconnect Tizen devices as well as monitor the devices' log. + +Package : COMMON-MANDATORY +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : sdk-info, sdb, package-manager, package-manager-cli, sdk-utils, sdk-utils-core +Description : + +Package : COMMON-IDE +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : version-manager, certificate-generator, common-eplugin, document +Description : + +Package : COMMON-CLI +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : new-common-cli +Description : + +Package : COMMON-NATIVE-TOOLCHAIN +OS : ubuntu-32, ubuntu-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : smart-build-interface +Description : + +Package : COMMON-NATIVE-TOOLCHAIN +OS : windows-32, windows-64 +Build-host-os : ubuntu-32 +Install-dependency : smart-build-interface, msys2 +Description : + +Package : COMMON-NATIVE-DA +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : dynamic-analyzer-product, dynamic-analysis-ide-native-eplugin, profiler-native-eplugin, valgrind, ttrace +Description : + +Package : COMMON-WEB-DA +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : dynamic-analyzer-product, dynamic-analysis-ide-web-eplugin +Description : + +Package : Baseline-SDK +Label : Baseline SDK +OS: windows-32, windows-64, ubuntu-32, ubuntu-64, macos-64 +Build-host-os : ubuntu-32 +Attribute : root +C-postinstall : DOTNET-CLI-EXT(all) +Install-dependency : Emulator, Certificate-Manager, Device-Manager, DOTNET-CLI-EXT, CSharpCLI +Description: The Baseline SDK is a reduced collection of SDK tools to develop Tizen applications. This SDK includes C# CLI, Certificate Manager, Emulator Manager, Device Manager(Connection Explorer and Logviewer). + +Package : RT-SDK-TOOLS +Label : RT SDK tools +OS: ubuntu-32, ubuntu-64 +Build-host-os : ubuntu-32 +Attribute : root +C-profile-type : rt +Install-dependency : RT-IDE +Description: The RT SDK is a reduced collection of SDK tools to develop Tizen applications. This SDK includes RT IDE. + +Package : RT-IDE +Label : RT IDE +OS: ubuntu-32, ubuntu-64 +Build-host-os : ubuntu-32 +Attribute : root +Install-dependency : COMMON-MANDATORY, rt-ide-product +Description: Make RT IDE. This also includes patched eclipse plugins. + +Package : DOTNET-CLI-EXT +Label : Dotnet CLI Extension +OS : windows-64, windows-32, ubuntu-32, ubuntu-64, macos-64 +Build-host-os : ubuntu-32 +Attribute : root +C-SelectedGroup : CSharpCLI +Install-dependency : COMMON-MANDATORY, COMMON-CLI, dotnet-extension-cli +Description: + The dotnet-cli-ext is a extension tool for dotnet-cli that enables you to create, build, package, install, uninstall and run a Tizen .NET application with seamless UX to dotnet-cli + +Package : CSharpCLI +Label : C# CLI +OS : windows-64, windows-32, ubuntu-32, ubuntu-64, macos-64 +Build-host-os : ubuntu-32 +Attribute : root +Install-dependency : COMMON-MANDATORY, COMMON-CLI, 4.0-vs-tools-add-ons, new-csharp-cli +Description : C# CLI is a command line tool that enables you to create, build, package, install, uninstall and run a Tizen .NET application. -- 2.7.4