summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2017-10-25 15:12:37 +0900
committerwchang kim <wchang.kim@samsung.com>2017-10-25 15:12:37 +0900
commitdd3f37883f0e45948491cc2d18b049dc75db92bf (patch)
treeab69141e4d18eace0a2d1602cb052a5fe7fc85ce /packaging
parentb6625f5c517a84ebfa1dd9b2adb8a30cfa007941 (diff)
downloadbuilding-blocks-dd3f37883f0e45948491cc2d18b049dc75db92bf.tar.gz
building-blocks-dd3f37883f0e45948491cc2d18b049dc75db92bf.tar.bz2
building-blocks-dd3f37883f0e45948491cc2d18b049dc75db92bf.zip
[Update] Adding blocks of Feature and Application.submit/tizen_4.0/20171025.083530
Change-Id: I0f15b7023557a2f5b4d1a09d1532ea67b674922d
Diffstat (limited to 'packaging')
-rw-r--r--packaging/building-blocks.spec24
-rw-r--r--packaging/domain-features-bootanimation.inc13
-rw-r--r--packaging/domain-features-dotnet.inc19
-rw-r--r--packaging/domain-features-softap.inc15
-rw-r--r--packaging/domain-features-starter.inc14
-rw-r--r--packaging/domain-features-tool_and_locale.inc18
-rw-r--r--packaging/domain-features-upgrade.inc12
-rw-r--r--packaging/domain-features-webapi.inc16
-rw-r--r--packaging/domain-features.inc17
-rw-r--r--packaging/epicfeature-application.inc26
-rw-r--r--packaging/epicfeature-platform.inc346
11 files changed, 170 insertions, 350 deletions
diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec
index 487e067..b8219bc 100644
--- a/packaging/building-blocks.spec
+++ b/packaging/building-blocks.spec
@@ -32,8 +32,17 @@ Source1215: domain-apis-ui.inc
Source1216: domain-apis-uix.inc
Source1217: domain-apis-web.inc
+Source1300: domain-features.inc
+Source1301: domain-features-dotnet.inc
+Source1302: domain-features-webapi.inc
+Source1303: domain-features-softap.inc
+Source1304: domain-features-bootanimation.inc
+Source1305: domain-features-starter.inc
+Source1306: domain-features-upgrade.inc
+Source1307: domain-features-tool_and_locale.inc
+
Source2010: epicfeature-development.inc
-Source2020: epicfeature-platform.inc
+Source2020: epicfeature-application.inc
Source3500: platform-preset-iot.inc
Source3501: platform-preset-iot-craftroom.inc
@@ -73,6 +82,7 @@ In Tizen building blocks,
%package category-domains
Summary: Tizen Techinical Domains
Suggests: %{name}-root-domain_API
+Suggests: %{name}-root-domain_Feature
#Suggests: %{name}-root-domain_CSAPI
#Suggests: %{name}-root-domain_WebAPI
%description category-domains
@@ -85,7 +95,6 @@ technical domains.
%package category-epicfeatures
Summary: Tizen Major Features
Suggests: %{name}-root-feature_Development
-Suggests: %{name}-root-feature_Platform
Suggests: %{name}-root-feature_App
%description category-epicfeatures
This meta package lists all Tizen blocks (meta packages) designating
@@ -298,8 +307,15 @@ python ./rule_checker.py
%{include_if_mainbuild %{SOURCE1215}}
%{include_if_mainbuild %{SOURCE1216}}
%{include_if_mainbuild %{SOURCE1217}}
-#%{include_if_mainbuild %{SOURCE1210}}
-#%{include_if_mainbuild %{SOURCE1220}}
+
+%{include_if_mainbuild %{SOURCE1300}}
+%{include_if_mainbuild %{SOURCE1301}}
+%{include_if_mainbuild %{SOURCE1302}}
+%{include_if_mainbuild %{SOURCE1303}}
+%{include_if_mainbuild %{SOURCE1304}}
+%{include_if_mainbuild %{SOURCE1305}}
+%{include_if_mainbuild %{SOURCE1306}}
+%{include_if_mainbuild %{SOURCE1307}}
############## EPIC FEATURES ######################
diff --git a/packaging/domain-features-bootanimation.inc b/packaging/domain-features-bootanimation.inc
new file mode 100644
index 0000000..393572c
--- /dev/null
+++ b/packaging/domain-features-bootanimation.inc
@@ -0,0 +1,13 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+####################
+## Boot Animation ##
+####################
+%package sub1-domain_Feature-BootAni
+Summary: Boot Animation packages
+Requires: boot-animation
+Requires: boot-animation-sound-file-profile_common
+%description sub1-domain_Feature-BootAni
+Tizen block (set of packages) for Boot Animation of Tizen
+%files sub1-domain_Feature-BootAni
diff --git a/packaging/domain-features-dotnet.inc b/packaging/domain-features-dotnet.inc
new file mode 100644
index 0000000..695b0fb
--- /dev/null
+++ b/packaging/domain-features-dotnet.inc
@@ -0,0 +1,19 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+##########
+## .NET ##
+##########
+%package sub1-domain_Feature-DotNET
+Summary: DotNET feature packages
+Requires: coreclr
+Requires: coreclr-extra
+Requires: corefx-managed
+Requires: corefx-native
+Requires: dotnet-launcher
+Requires: mscorlib
+Requires: keyutils
+Requires: csapi-tizenfx-common
+%description sub1-domain_Feature-DotNET
+Tizen block (set of packages) for supporting .NET of Tizen
+%files sub1-domain_Feature-DotNET
diff --git a/packaging/domain-features-softap.inc b/packaging/domain-features-softap.inc
new file mode 100644
index 0000000..f074433
--- /dev/null
+++ b/packaging/domain-features-softap.inc
@@ -0,0 +1,15 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+############
+## SoftAP ##
+############
+%package sub1-domain_Feature-SoftAP
+Summary: SoftAP feature packages
+Requires: capi-network-softap
+Requires: dnsmasq
+Requires: iproute2
+Requires: mobileap-agent
+%description sub1-domain_Feature-SoftAP
+Tizen block (set of packages) for supporting .NET of Tizen
+%files sub1-domain_Feature-SoftAP
diff --git a/packaging/domain-features-starter.inc b/packaging/domain-features-starter.inc
new file mode 100644
index 0000000..315978c
--- /dev/null
+++ b/packaging/domain-features-starter.inc
@@ -0,0 +1,14 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+###########################
+## Starter & Menu screen ##
+###########################
+%package sub1-domain_Feature-Starter
+Summary: Stareter daemon and Menu screen App
+Requires: starter
+Requires: starter-profile_common
+Requires: org.tizen.menu-screen
+%description sub1-domain_Feature-Starter
+Tizen block (set of packages) for supporting to display menu screen.
+%files sub1-domain_Feature-Starter
diff --git a/packaging/domain-features-tool_and_locale.inc b/packaging/domain-features-tool_and_locale.inc
new file mode 100644
index 0000000..3d626c8
--- /dev/null
+++ b/packaging/domain-features-tool_and_locale.inc
@@ -0,0 +1,18 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+############################
+## Tizen Debug and Locale ##
+############################
+%package sub1-domain_Feature-Tool_And_Locale
+Summary: Tizen Debug tools and Locale
+Suggests: crash-worker
+Suggests: tizen-debug
+Suggests: tizen-locale
+Suggests: glibc-locale
+Suggests: pam-locale
+Suggests: memps
+Suggests: psmisc
+%description sub1-domain_Feature-Tool_And_Locale
+Tizen block (set of packages) for supporting debug tools and locale for Tizen.
+%files sub1-domain_Feature-Tool_And_Locale
diff --git a/packaging/domain-features-upgrade.inc b/packaging/domain-features-upgrade.inc
new file mode 100644
index 0000000..17e34d5
--- /dev/null
+++ b/packaging/domain-features-upgrade.inc
@@ -0,0 +1,12 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+###################
+## Tizen Upgrade ##
+###################
+%package sub1-domain_Feature-Upgrade
+Summary: Tizen Upgrade Feature
+Requires: system-rw-update
+%description sub1-domain_Feature-Upgrade
+Tizen block (set of packages) for supporting to upgrade new tizen image.
+%files sub1-domain_Feature-Upgrade
diff --git a/packaging/domain-features-webapi.inc b/packaging/domain-features-webapi.inc
new file mode 100644
index 0000000..41a90e0
--- /dev/null
+++ b/packaging/domain-features-webapi.inc
@@ -0,0 +1,16 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+############
+## WebAPI ##
+############
+%package sub1-domain_Feature-WebAPI
+Summary: Web API feature packages
+Requires: crosswalk-tizen
+Requires: cordova-api
+Requires: webapi-plugins
+Requires: webapi-plugins-profile_common
+Requires: wgt-backend
+%description sub1-domain_Feature-WebAPI
+Tizen block (set of packages) for supporting WebAPI of Tizen
+%files sub1-domain_Feature-WebAPI
diff --git a/packaging/domain-features.inc b/packaging/domain-features.inc
new file mode 100644
index 0000000..d8f67e0
--- /dev/null
+++ b/packaging/domain-features.inc
@@ -0,0 +1,17 @@
+# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+%package root-domain_Feature
+Summary: Tizen Platform Internal Feature Sets
+Suggests: %{name}-sub1-domain_Feature-SoftAP
+Suggests: %{name}-sub1-domain_Feature-DotNET
+Suggests: %{name}-sub1-domain_Feature-WebAPI
+Suggests: %{name}-sub1-domain_Feature-BootAni
+Suggests: %{name}-sub1-domain_Feature-Starter
+Suggests: %{name}-sub1-domain_Feature-Upgrade
+Suggests: %{name}-sub1-domain_Feature-Tool_And_Locale
+%description root-domain_Feature
+__EXPAND__: domains
+Tizen Platform Internal Feature Sets
+%files root-domain_Feature
+
diff --git a/packaging/epicfeature-application.inc b/packaging/epicfeature-application.inc
new file mode 100644
index 0000000..d0c4ab3
--- /dev/null
+++ b/packaging/epicfeature-application.inc
@@ -0,0 +1,26 @@
+# Maintainer: TBD (PM)
+# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
+
+%package root-feature_App
+Summary: Tizen IoT Applications
+Suggests: %{name}-sub1-feature_App-IoT_Headed_Ref
+Suggests: %{name}-sub1-feature_App-IoT_Headless_Ref
+%description root-feature_App
+Tizen applications built at build.tizen.org and released via download.tizen.org
+%files root-feature_App
+
+
+%package sub1-feature_App-IoT_Headed_Ref
+Summary: IoT Headed Reference Apps
+Suggests: org.tizen.setting-profile_common
+Suggests: ug-bluetooth-efl
+Suggests: wifi-efl-ug
+%description sub1-feature_App-IoT_Headed_Ref
+Tizen Applications for IoT Headed
+%files sub1-feature_App-IoT_Headed_Ref
+
+%package sub1-feature_App-IoT_Headless_Ref
+Summary: IoT Headless Reference Apps
+%description sub1-feature_App-IoT_Headless_Ref
+Tizen Applications for IoT Headless
+%files sub1-feature_App-IoT_Headless_Ref
diff --git a/packaging/epicfeature-platform.inc b/packaging/epicfeature-platform.inc
deleted file mode 100644
index 42a67e7..0000000
--- a/packaging/epicfeature-platform.inc
+++ /dev/null
@@ -1,346 +0,0 @@
-# Maintainer: TBD (PM)
-# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
-
-%package root-feature_Platform
-Summary: Tizen Platform-Wide Features
-Suggests: %{name}-sub1-feature_Platform-KDBUS
-Suggests: %{name}-sub1-feature_Platform-Headless
-Suggests: %{name}-sub1-feature_Platform-Headed
-%description root-feature_Platform
-Platform-wide applied that affect target devices.
-%files root-feature_Platform
-
-%package sub1-feature_Platform-KDBUS
-Summary: KDBUS
-Suggests: libgio-extension-kdbus
-Requires: dbus-libs-extension-kdbus
-Requires: systemd-extension-kdbus
-%description sub1-feature_Platform-KDBUS
-Enable KDBUS feature.
-- You MUST install KDBUS-enabled kernel.
-- You MUST enable libgio-extension-kdbus if you have libgio.
-%files sub1-feature_Platform-KDBUS
-
-%package sub1-feature_Platform-Headless
-Summary: Enable Tizen Headless Device
-Conflicts: efl
-Conflicts: libwayland-server
-Conflicts: %{name}-sub1-feature_Platform-Headed
-# You need to list "Important (commonly-required)" headed-only packages/blocks with Conflicts.
-Suggests: %{name}-sub2-feature_Platform-Headless-Minimal
-Suggests: %{name}-sub2-feature_Platform-Headless-Network
-%description sub1-feature_Platform-Headless
-Enabling this means that you are going to create Tizen headless device.
-This disables all display depending packages.
-%files sub1-feature_Platform-Headless
-
-%package sub2-feature_Platform-Headless-Minimal
-Summary: Minimal Tizen Image Configuration for Headless
-Requires: %{name}-sub1-feature_Platform-Headless
-Requires: bash
-Requires: systemd
-%description sub2-feature_Platform-Headless-Minimal
-Include minimal set of packages for headless.
-%files sub2-feature_Platform-Headless-Minimal
-
-%package sub2-feature_Platform-Headless-Network
-Summary: Headless Network Packages
-Requires: %{name}-sub1-feature_Platform-Headless
-Requires: %{name}-sub2-feature_Platform-Headless-Minimal
-Requires: %{name}-sub1-domain_API-Network-IoTCon
-Requires: %{name}-sub1-domain_API-Network-WiFi
-Requires: %{name}-sub1-domain_API-Network-Bluetooth_BREDR
-%description sub2-feature_Platform-Headless-Network
-Include network packages for headless.
-%files sub2-feature_Platform-Headless-Network
-
-%package sub1-feature_Platform-Headed
-Summary: Enable Tizen Headed Device (disable headless)
-Conflicts: %{name}-sub1-feature_Platform-Headless
-Conflicts: %{name}-sub2-feature_Platform-Headless-Minimal
-Conflicts: %{name}-sub2-feature_Platform-Headless-Network
-# You may list ALL headless-ONLY packages/blocks with Conflicts.
-Requires: bash
-Requires: systemd
-
-#Uncomment after UI domain is created
-#Requires: sub1-UI
-%description sub1-feature_Platform-Headed
-Enables to create Tizen headed device platform image.
-This is a suggested starting point for such platform images.
-This disabled headless feature.
-%files sub1-feature_Platform-Headed
-
-
-
-
-
-### ADDED FOR TDC DEMO ###
-%package root-feature_App
-Summary: Applications
-Suggests: %{name}-sub1-feature_App-aIVI
-Suggests: %{name}-sub1-feature_App-aMobile
-Suggests: %{name}-sub1-feature_App-aTV
-Suggests: %{name}-sub1-feature_App-aWearable
-Suggests: %{name}-sub1-feature_App-b__UI__QT
-Suggests: %{name}-sub1-feature_App-gAppFW_Core
-Suggests: %{name}-sub1-feature_App-hAppFW
-Suggests: %{name}-sub1-feature_App-i__UI__QT
-Suggests: %{name}-sub1-feature_App-mAccessibility
-Suggests: %{name}-sub1-feature_App-mAttachPanels
-Suggests: %{name}-sub1-feature_App-mBrowser
-Suggests: %{name}-sub1-feature_App-mBluetooth
-Suggests: %{name}-sub1-feature_App-mConvergence
-Suggests: %{name}-sub1-feature_App-mDemonstration
-Suggests: %{name}-sub1-feature_App-mLocation
-Suggests: %{name}-sub1-feature_App-mSecurity
-Suggests: %{name}-sub1-feature_App-mSetting_SystemPopup
-Suggests: %{name}-sub1-feature_App-mSystem
-Suggests: %{name}-sub1-feature_App-mUtility
-Suggests: %{name}-sub1-feature_App-mVoice
-%description root-feature_App
-Tizen applications built at build.tizen.org and released via download.tizen.org
-%files root-feature_App
-
-
-%package sub1-feature_App-b__UI__QT
-Summary: UI QT
-%description sub1-feature_App-b__UI__QT
-%files sub1-feature_App-b__UI__QT
-
-%package sub1-feature_App-i__UI__QT
-Summary: UI QT
-%description sub1-feature_App-i__UI__QT
-%files sub1-feature_App-i__UI__QT
-
-
-
-%package sub1-feature_App-aIVI
-Summary: IVI
-Suggests: org.tizen.bootsplash
-Suggests: org.tizen.homescreen
-Suggests: smartdevicelink
-%description sub1-feature_App-aIVI
-Tizen Applications for IVI
-%files sub1-feature_App-aIVI
-
-%package sub1-feature_App-aMobile
-Summary: Mobile
-Suggests: org.tizen.callmgr-popup
-Suggests: org.tizen.homescreen-efl
-Suggests: org.tizen.indicator
-Suggests: org.tizen.sys-lock
-Suggests: org.tizen.system-signal-sender
-Suggests: org.tizen.volume
-%description sub1-feature_App-aMobile
-Tizen Applications for Mobile
-%files sub1-feature_App-aMobile
-
-%package sub1-feature_App-aTV
-Summary: TV
-Suggests: org.tizen.apps
-Suggests: org.tizen.favorite
-Suggests: org.tizen.home
-Suggests: org.tizen.infosquare
-Suggests: org.tizen.live-tv
-Suggests: org.tizen.mediahub
-Suggests: org.tizen.tv-volume
-%description sub1-feature_App-aTV
-Tizen Applications for TV
-%files sub1-feature_App-aTV
-
-%package sub1-feature_App-aWearable
-Summary: Wearable
-Suggests: org.tizen.classic-watch
-Suggests: org.tizen.inputdelegator
-Suggests: org.tizen.idle-clock-digital
-Suggests: org.tizen.stopwatch
-Suggests: org.tizen.timer
-Suggests: org.tizen.w-clock-viewer
-Suggests: org.tizen.w-home
-Suggests: org.tizen.w-wifi
-Suggests: org.tizen.watch-setting
-Suggests: org.tizen.windicator
-%description sub1-feature_App-aWearable
-Tizen Applications for Wearable (Watch)
-%files sub1-feature_App-aWearable
-
-%package sub1-feature_App-gAppFW_Core
-Summary: AppFW_Core
-Suggests: app-installers
-Suggests: tpk-backend
-Suggests: wgt-backend
-Suggests: %{name}-sub2-feature_App-gAppFW_Core-starter
-%description sub1-feature_App-gAppFW_Core
-Tizen Application-Framework core applications that provide essential services
-for other Tizen applications.
-%files sub1-feature_App-gAppFW_Core
-
-%package sub2-feature_App-gAppFW_Core-starter
-Summary: starter (choose profile)
-Requires: starter
-Suggests: starter-profile_common
-Suggests: starter-profile_mobile
-Suggests: starter-profile_wearable
-%description sub2-feature_App-gAppFW_Core-starter
-Tizen App Starter. There are three flavors to choose (common/mobile/wearable)
-%files sub2-feature_App-gAppFW_Core-starter
-
-%package sub1-feature_App-hAppFW
-Summary: AppFW
-Suggests: app-utils
-Suggests: capi-appfw-app-manager
-Suggests: data-provider-master
-Suggests: libpush
-Suggests: libwidget_service
-Suggests: libwidget_viewer
-Suggests: libwidget_viewer_evas
-Suggests: org.tizen.app-selector-profile_mobile
-Suggests: org.tizen.app-selector-profile_wearable
-Suggests: org.tizen.widget_viewer_sdk
-Suggests: push-bin
-%description sub1-feature_App-hAppFW
-Tizen Applications of App Framework.
-They usually provide services for other Tizen applications.
-%files sub1-feature_App-hAppFW
-
-%package sub1-feature_App-mAccessibility
-Summary: Accessibility
-Suggests: org.tizen.screen-reader
-%description sub1-feature_App-mAccessibility
-Tizen Accessibiltiy Applications
-%files sub1-feature_App-mAccessibility
-
-%package sub1-feature_App-mAttachPanels
-Summary: AttachPanels
-Suggests: attach-panel
-Suggests: attach-panel-camera
-Suggests: attach-panel-document
-Suggests: attach-panel-gallery
-Suggests: attach-panel-voicerecorder
-%description sub1-feature_App-mAttachPanels
-Attach Panel
-%files sub1-feature_App-mAttachPanels
-
-%package sub1-feature_App-mBrowser
-Summary: Browser
-Suggests: org.tizen.browser-profile_common
-Suggests: org.tizen.browser-profile_mobile
-%description sub1-feature_App-mBrowser
-Web Browsers
-%files sub1-feature_App-mBrowser
-
-%package sub1-feature_App-mBluetooth
-Summary: Bluetooth
-Suggests: org.tizen.bluetooth
-Suggests: org.tizen.bluetooth-share-ui
-Suggests: org.tizen.bt-syspopup
-%description sub1-feature_App-mBluetooth
-%files sub1-feature_App-mBluetooth
-
-%package sub1-feature_App-mConvergence
-Summary: Convergence
-Suggests: org.tizen.d2d-conv-setting-profile_mobile
-Suggests: org.tizen.d2d-conv-setting-profile_wearable
-Suggests: %{name}-sub2-feature_App-mConvergence-d2dconvsyspopup
-%description sub1-feature_App-mConvergence
-%files sub1-feature_App-mConvergence
-
-%package sub2-feature_App-mConvergence-d2dconvsyspopup
-Summary: org.tizen.d2d-conv-setting (Choose profile)
-Requires: org.tizen.d2d-conv-syspopup
-Suggests: org.tizen.d2d-conv-syspopup-binary-profile_mobile
-Suggests: org.tizen.d2d-conv-syspopup-binary-profile_wearable
-%description sub2-feature_App-mConvergence-d2dconvsyspopup
-Mobile is for common, ivi, mobile, TV.
-Wearable if for wearable only.
-%files sub2-feature_App-mConvergence-d2dconvsyspopup
-
-
-%package sub1-feature_App-mDemonstration
-Summary: Demonstration
-Suggests: org.tizen.elm-demo-tizen-common
-Suggests: org.tizen.elm-demo-tizen-mobile
-Suggests: org.tizen.elm-demo-tizen-tv
-Suggests: org.tizen.elm-demo-tizen-wearable
-%description sub1-feature_App-mDemonstration
-%files sub1-feature_App-mDemonstration
-
-%package sub1-feature_App-mLocation
-Summary: Location
-Suggests: org.tizen.gps-syspopup
-Suggests: org.tizen.heremaps-uc
-Suggests: org.tizen.myplace
-Suggests: org.tizen.screen-reader
-%description sub1-feature_App-mLocation
-%files sub1-feature_App-mLocation
-
-%package sub1-feature_App-mSecurity
-Summary: Security
-Suggests: ca-certificates
-Suggests: org.tizen.dpm-syspopup
-Suggests: org.tizen.dpm-toolkit
-Suggests: org.tizen.kaskit
-Suggests: org.tizen.keyguard
-Suggests: org.tizen.krate-setup-wizard
-%description sub1-feature_App-mSecurity
-%files sub1-feature_App-mSecurity
-
-%package sub1-feature_App-mSetting_SystemPopup
-Summary: Setting_SystemPopup
-Suggests: my-account-profile_mobile
-Suggests: my-account-profile_wearable
-Suggests: net.netpopup
-Suggests: org.tizen.crash-syspopup
-Suggests: %{name}-sub2-feature_App-mSetting_SystemPopup-inputmethodsetting
-Suggests: org.tizen.overheat-syspopup
-Suggests: org.tizen.powerkey-syspopup.mobile
-Suggests: org.tizen.powerkey-syspopup.wearable
-Suggests: org.tizen.privacy-setting-profile_mobile
-Suggests: org.tizen.privacy-setting-profile_wearable
-Suggests: org.tizen.setting
-Suggests: org.tizen.setting-location
-Suggests: org.tizen.setting-profile_common
-Suggests: org.tizen.settings-adid
-Suggests: org.tizen.system-syspopup.mobile
-Suggests: org.tizen.system-syspopup.wearable
-%description sub1-feature_App-mSetting_SystemPopup
-%files sub1-feature_App-mSetting_SystemPopup
-
-
-%package sub2-feature_App-mSetting_SystemPopup-inputmethodsetting
-Summary: org.tizen.inputmethod-setting (Choose profile)
-Requires: org.tizen.inputmethod-setting
-Suggests: org.tizen.inputmethod-setting-profile_common
-Suggests: org.tizen.inputmethod-setting-profile_mobile
-Suggests: org.tizen.inputmethod-setting-profile_wearable
-%description sub2-feature_App-mSetting_SystemPopup-inputmethodsetting
-%files sub2-feature_App-mSetting_SystemPopup-inputmethodsetting
-
-
-%package sub1-feature_App-mSystem
-Summary: System
-Suggests: boot-animation
-%description sub1-feature_App-mSystem
-%files sub1-feature_App-mSystem
-
-%package sub1-feature_App-mUtility
-Summary: Utility
-Suggests: org.tizen.clock
-Suggests: org.tizen.download-manager
-Suggests: org.tizen.menu-screen
-%description sub1-feature_App-mUtility
-%files sub1-feature_App-mUtility
-
-%package sub1-feature_App-mVoice
-Summary: Voice
-Suggests: org.tizen.stt-engine-default
-Suggests: org.tizen.tts-engine-default
-Suggests: org.tizen.voice-control-panel
-Suggests: org.tizen.voice-setting
-%description sub1-feature_App-mVoice
-%files sub1-feature_App-mVoice
-
-
-
-#END