diff options
author | wchang kim <wchang.kim@samsung.com> | 2020-07-01 18:35:28 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2020-07-01 18:35:28 +0900 |
commit | b4e02be5026c8f97dfd00056bc6c45e3a6c05b42 (patch) | |
tree | f031aa1707d14fa736a44808e0e65d6ea6dedb16 | |
parent | 8b453ce48156b74a3c21377ddd2cb575cfa9130e (diff) | |
download | building-blocks-b4e02be5026c8f97dfd00056bc6c45e3a6c05b42.tar.gz building-blocks-b4e02be5026c8f97dfd00056bc6c45e3a6c05b42.tar.bz2 building-blocks-b4e02be5026c8f97dfd00056bc6c45e3a6c05b42.zip |
Adding apps for aarch64submit/tizen/20200701.212444accepted/tizen/unified/20200701.215720
Change-Id: I33dba204dd31bb52dd3d3bcc1b5d40b4b49ebefd
-rwxr-xr-x | packaging/domain-features-starter.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/domain-features-starter.inc b/packaging/domain-features-starter.inc index 53ab589..8b88fc8 100755 --- a/packaging/domain-features-starter.inc +++ b/packaging/domain-features-starter.inc @@ -19,21 +19,21 @@ Requires: my-account-profile_mobile Requires: cert-svc-ui Requires: org.tizen.voice-setting Requires: org.tizen.voice-control-panel -%ifarch armv7l Requires: org.tizen.homescreen-efl_common -Requires: org.tizen.setting-homescreen -Requires: org.tizen.wallpaper-ui-service Requires: org.tizen.task-mgr_common Requires: org.tizen.music-player_common Requires: org.tizen.gallery_common -Requires: org.tizen.ug-gallery-efl Requires: org.tizen.videos_common Requires: org.tizen.image-viewer_common Requires: org.tizen.setting-notification_common Requires: org.tizen.quickpanel_common Requires: org.tizen.softkey-container -Requires: org.tizen.oobe Requires: org.tizen.font-viewer +%ifarch armv7l +Requires: org.tizen.setting-homescreen +Requires: org.tizen.wallpaper-ui-service +Requires: org.tizen.ug-gallery-efl +Requires: org.tizen.oobe %endif %description sub1-domain_Feature-Starter Tizen block (set of packages) for supporting to display menu screen. |