diff options
author | allu.k <allu.k@samsung.com> | 2020-01-23 15:14:35 +0530 |
---|---|---|
committer | allu.k <allu.k@samsung.com> | 2020-01-23 16:57:25 +0530 |
commit | 6c1e519ae4eb4b196254cefebdd9f81eadbc3359 (patch) | |
tree | 0269889565d4eea08ce0dc4ca24ead0d2552a862 /packaging/domain-apis-appfw.inc | |
parent | 354d29fd109e37613e60362a200008955c5ef1ba (diff) | |
download | building-blocks-6c1e519ae4eb4b196254cefebdd9f81eadbc3359.tar.gz building-blocks-6c1e519ae4eb4b196254cefebdd9f81eadbc3359.tar.bz2 building-blocks-6c1e519ae4eb4b196254cefebdd9f81eadbc3359.zip |
Adding attach panel to IOT Profile
Change-Id: I0339e1803e8e38215c78e406cca93247c737a7b6
Diffstat (limited to 'packaging/domain-apis-appfw.inc')
-rw-r--r-- | packaging/domain-apis-appfw.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 7cb9cf8..c441e78 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -18,6 +18,7 @@ Suggests: %{name}-sub2-domain_API-AppFramework-Notification_API Suggests: %{name}-sub2-domain_API-AppFramework-Shortcut_API Suggests: %{name}-sub2-domain_API-AppFramework-Badge_API Suggests: %{name}-sub2-domain_API-AppFramework-Media_Key_API +Suggests: %{name}-sub2-domain_API-AppFramework-Attach_Panel Suggests: %{name}-sub2-domain_API-AppFramework-RPC_Port_API Suggests: %{name}-sub2-domain_API-AppFramework-Job_Scheduler_API Suggests: %{name}-sub2-domain_API-AppFramework-Capability_Manager_API @@ -146,6 +147,32 @@ Requires: %{name}-sub2-domain_API-UI-Display_Server This block supports media key API %files sub2-domain_API-AppFramework-Media_Key_API +%package sub2-domain_API-AppFramework-Attach_Panel +Summary: Attach-Panel + +# packakge list +Requires: attach-panel +Requires: attach-panel-gallery +Requires: attach-panel-camera +Requires: attach-panel-document +Requires: attach-panel-voicerecorder + +Requires: %{name}-sub2-domain_API-Multimedia-Camera +Requires: %{name}-sub2-domain_API-System-Device +Requires: %{name}-sub2-domain_API-Multimedia-Recorder +Requires: %{name}-sub2-domain_API-AppFramework-Native_EFL_UI_app_model +Requires: %{name}-sub2-domain_API-System-Storage + +Suggests: org.tizen.app-selector-profile_mobile + +%description sub2-domain_API-AppFramework-Attach_Panel +Attach panel provides functions to attach images, voices, contacts, events and files. User can attach images, take pictures, record voice and select files to attach into the caller app. +Currently, only mobile is supported, and if there is a profile you want, you can select the app-selector package corresponding to profile. + +%files sub2-domain_API-AppFramework-Attach_Panel +%posttrans sub2-domain_API-AppFramework-Attach_Panel +%tizen_feature tizen.org/feature/attach_panel true + %package sub2-domain_API-AppFramework-RPC_Port_API Summary: RPC Port API Requires: rpc-port |