diff options
author | hk57.kim <hk57.kim@samsung.com> | 2017-05-31 10:19:04 +0900 |
---|---|---|
committer | hk57.kim <hk57.kim@samsung.com> | 2017-05-31 10:23:23 +0900 |
commit | f5c2dc5773cf825a3491dab6f743e47c630e9f52 (patch) | |
tree | 70af445d932d4db844ec96a9cf6da1c8e195fef6 | |
parent | f2398c10d6fd941655ea3e1e1f4ba59710a8c116 (diff) | |
download | building-blocks-f5c2dc5773cf825a3491dab6f743e47c630e9f52.tar.gz building-blocks-f5c2dc5773cf825a3491dab6f743e47c630e9f52.tar.bz2 building-blocks-f5c2dc5773cf825a3491dab6f743e47c630e9f52.zip |
Domain-API: add WatchApplication api block
Change-Id: I373cbdc67149206a2bf8a0d0ff238da03967f8e1
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
-rw-r--r-- | packaging/domain-apis.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index f7d2d35..831b712 100644 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -87,6 +87,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Notification Suggests: %{name}-sub2-domain_API-AppFramework-PackageManager Suggests: %{name}-sub2-domain_API-AppFramework-ServiceApplication Suggests: %{name}-sub2-domain_API-AppFramework-Shortcut +Suggests: %{name}-sub2-domain_API-AppFramework-WatchApplication Suggests: %{name}-sub2-domain_API-AppFramework-Widget %description sub1-domain_API-AppFramework Tizen block (set of packages) for API sets of domain API-AppFramework @@ -174,6 +175,13 @@ Requires: libshortcut Tizen block (set of packages) for API sets of domain API-AppFramework-Shortcut %files sub2-domain_API-AppFramework-Shortcut +%package sub2-domain_API-AppFramework-WatchApplication +Summary: WatchApplication +Requires: appcore-watch +%description sub2-domain_API-AppFramework-WatchApplication +Tizen block (set of packages) for wearable watch API sets of domain API-AppFramework-WatchApplication +%files sub2-domain_API-AppFramework-WatchApplication + %package sub2-domain_API-AppFramework-Widget Summary: Widget Requires: appcore-widget |