From: Janos kovacs Date: Thu, 26 Sep 2013 07:55:57 +0000 (-0700) Subject: config: add support appid property in resource sets X-Git-Tag: submit/tizen/20131002.214110~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4911659a6b3c7ec052950fd17c4df07df610a2fc;p=profile%2Fivi%2Fpulseaudio-module-murphy-ivi.git config: add support appid property in resource sets Change-Id: I2405b30e2d82c7e35c0c6739276763020fa6dcd2 --- 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, ""} } }