From: Jaska Uimonen Date: Fri, 12 Dec 2014 07:06:42 +0000 (+0200) Subject: Categorize player role as player - for xwalk X-Git-Tag: accepted/tizen/ivi/20141216.021000~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F31949%2F3;p=profile%2Fivi%2Fpulseaudio-module-murphy-ivi.git Categorize player role as player - for xwalk This is needed because xwalk sends us the resource app class as media.role and the mapping is not 1to1. Player role is now also categorized as player node (as music role). Change-Id: I6721b27b4652eec15310e0cbbf4740c1804717c2 --- diff --git a/murphy/murphy-ivi.lua b/murphy/murphy-ivi.lua index 95988a0..2b08b59 100644 --- a/murphy/murphy-ivi.lua +++ b/murphy/murphy-ivi.lua @@ -111,7 +111,8 @@ application_class { roles = { music = {0, "mandatory", "exclusive"}, video = {0, "mandatory", "exclusive"}, test = {0, "mandatory", "exclusive"}, - bt_music = no_resource + bt_music = no_resource, + player = no_resource }, binaries = { ['t8j6HTRpuz.MediaPlayer'] = "music" } }