diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2017-08-21 03:02:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2017-08-21 03:02:01 +0000 |
commit | e88ebd4019a6e7e5d148103b289d1d29218a6af1 (patch) | |
tree | beabae2cbe1218c3184ceb1dfad512c8466d73fd /packaging | |
parent | 00c5dab0b2b6f72b2922379e0941bca533b15211 (diff) | |
parent | fd7272a248e46d96b7c731929c6643442866ae6d (diff) | |
download | building-blocks-e88ebd4019a6e7e5d148103b289d1d29218a6af1.tar.gz building-blocks-e88ebd4019a6e7e5d148103b289d1d29218a6af1.tar.bz2 building-blocks-e88ebd4019a6e7e5d148103b289d1d29218a6af1.zip |
Merge "Added Multimedia-Radio, Multimedia-Video_Util Model-config" into tizen
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/domain-apis.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index e35c817..bb853d5 100755 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -878,6 +878,8 @@ You should choose packages depends on target and hardware.<br> TM1: bluez, rfkill, bluetoothe-firmware-sprd-TM1 <br> %files sub2-domain_API-Multimedia-Radio +%posttrans sub2-domain_API-Multimedia-Radio +sed -i 's#\(\"tizen.org/feature/fmradio\".\+>\).\+\(</key>\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Multimedia-Recorder Summary: Recorder @@ -999,6 +1001,8 @@ Enabling Video Util and it is possible to use Video Util API <br> Video Util API provides fuctions that transcode a media file <br> %files sub2-domain_API-Multimedia-Video_Util +%posttrans sub2-domain_API-Multimedia-Video_Util +sed -i 's#\(\"tizen.org/feature/multimedia.transcoder\".\+>\).\+\(</key>\)#\1true\2#' %{_sysconfdir}/config/model-config.xml %package sub2-domain_API-Multimedia-WAV_Player Summary: WAV_Player |