From d5e76c0b3630289ac10320c501896fb58db65841 Mon Sep 17 00:00:00 2001 From: Jaska Uimonen Date: Fri, 12 Dec 2014 09:06:42 +0200 Subject: [PATCH] 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 --- murphy/murphy-ivi.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } } -- 2.7.4