From 4911659a6b3c7ec052950fd17c4df07df610a2fc Mon Sep 17 00:00:00 2001 From: Janos kovacs Date: Thu, 26 Sep 2013 00:55:57 -0700 Subject: [PATCH] config: add support appid property in resource sets Change-Id: I2405b30e2d82c7e35c0c6739276763020fa6dcd2 --- 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 c22923c..ac5a6e0 100644 --- a/murphy/murphy-ivi.lua +++ b/murphy/murphy-ivi.lua @@ -130,7 +130,8 @@ audio_resource { name = { recording = "audio_recording", playback = "audio_playback" }, attributes = { role = {"media.role", mdb.string, "music"}, - pid = {"application.process.id", mdb.string, ""} + pid = {"application.process.id", mdb.string, ""}, + appid = {"application.process.binary", mdb.string, ""} } } -- 2.7.4