diff options
author | Semun Lee <semun.lee@samsung.com> | 2017-11-15 19:20:50 +0900 |
---|---|---|
committer | Semun Lee <semun.lee@samsung.com> | 2017-11-15 19:37:14 +0900 |
commit | 652d67ffacdeed728e4fea3361c2f223a10fc70b (patch) | |
tree | 5fd4b14475c108fe9781ee2937e3e49bc8a09b24 | |
parent | 273ee7541028a31b1c27f92a9f3aa7a5f0a44f6e (diff) | |
download | building-blocks-652d67ffacdeed728e4fea3361c2f223a10fc70b.tar.gz building-blocks-652d67ffacdeed728e4fea3361c2f223a10fc70b.tar.bz2 building-blocks-652d67ffacdeed728e4fea3361c2f223a10fc70b.zip |
Add building-blocks for package management
- Add wgt-backend block
- Add external storage management block
Change-Id: Ib693b08390d953ce71b1056ce3a7358e21b759ad
Signed-off-by: Semun Lee <semun.lee@samsung.com>
-rw-r--r-- | packaging/domain-apis-appfw.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index cdee643..33605fa 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -7,6 +7,7 @@ %package sub1-domain_API-AppFramework Summary: Application Framework Native API Group Suggests: %{name}-sub2-domain_API-AppFramework-TPK_Installation +Suggests: %{name}-sub2-domain_API-AppFramework-External_Storage_Installation Suggests: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model Suggests: %{name}-sub2-domain_API-AppFramework-Alarm_API Suggests: %{name}-sub2-domain_API-AppFramework-Message_Port_API @@ -30,6 +31,14 @@ Requires: pkgmgr-tool This block supports tpk package management (install/uninstall) %files sub2-domain_API-AppFramework-TPK_Installation +%package sub2-domain_API-AppFramework-External_Storage_Installation +Summary: Package management in external storage (SD card) +Requires: app2sd +Requires: app2sd-plugin +%description sub2-domain_API-AppFramework-External_Storage_Installation +This block supports package management in external storage (SD card) +%files sub2-domain_API-AppFramework-External_Storage_Installation + %package sub2-domain_API-AppFramework-Native_EFL_UI_app_model Summary: Native EFL UI app model Requires: capi-appfw-application |