From 3ad4b63a53a0f944ddb838c66334e0a249e7c89c Mon Sep 17 00:00:00 2001
From: Piotr Kosko
Date: Fri, 7 Sep 2018 12:34:13 +0200
Subject: [PATCH] [FMRadio] Adding missing dependency to
capi-media-sound-manager
[Bug] Lack of dependency causes crash in RadioManager's object constructor
[Verification] Code compiles without errors.
TCT passrate of radio module - 100%.
Change-Id: I744016e16127b34a4f93d1ab1437765db3b484e6
Signed-off-by: Piotr Kosko
---
src/radio/radio.gyp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/radio/radio.gyp b/src/radio/radio.gyp
index 79d37d59..15e1a1ee 100644
--- a/src/radio/radio.gyp
+++ b/src/radio/radio.gyp
@@ -28,6 +28,7 @@
'vconf',
'capi-media-radio',
'capi-system-runtime-info',
+ 'capi-media-sound-manager',
]
},
}],
--
2.34.1