Categorize player role as player - for xwalk 49/31949/3
authorJaska Uimonen <jaska.uimonen@helsinki.fi>
Fri, 12 Dec 2014 07:06:42 +0000 (09:06 +0200)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Mon, 15 Dec 2014 10:56:16 +0000 (12:56 +0200)
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

index 95988a0..2b08b59 100644 (file)
@@ -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" }
 }