From: Sangchul Lee Date: Thu, 13 Apr 2017 01:49:12 +0000 (+0900) Subject: [tm1][resource] add radio resource X-Git-Tag: accepted/tizen/unified/20170420.155153^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=742939e46ad2d03a98ac811eed91bd7bcb4e9b19;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git [tm1][resource] add radio resource [Version] 0.2.99 [Profile] Common [Issue Type] add Change-Id: I05299fb6d191bb3be41c773a39cb3a0ccb41547e Signed-off-by: Sangchul Lee --- diff --git a/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua b/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua index 221ec6e..da860ec 100644 --- a/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua +++ b/mmfw-sysconf-target-tm1/etc/murphy/murphy.lua @@ -91,3 +91,9 @@ resource.class { shareable = false, sync_release = true } + +resource.class { + name = "radio", + shareable = false, + sync_release = true +} diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 92e0409..5cbb355 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -1,6 +1,6 @@ Name: mmfw-sysconf Summary: Multimedia Framework system configuration package -Version: 0.2.98 +Version: 0.2.99 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0