Hi Saurabh, > For murphy, in mobile devices, is it possible to remove dependencies > on audio session manager(ASM).
Sure. Just say "./configure --disable-resource-asm" when you are compiling Murphy. You can also remove ASM plugin from Murphy configuration file -- try grepping for "resource-asm". > Can you please explain how ASM is helping in the functionality of > murphy. Both Murphy and Tizen sound-server are resource managers. The "mm" family of libraries (libmm-player and similar) use ASM library for communicating with the resource manager, by default Tizen sound-server. Murphy has ASM support so that it can be configured to be the resource manager also for software that uses "mm" libraries. However, the two resource managers cannot be used at the same time for managing the same resources with ASM. If you use Murphy with ASM plugin and remove Tizen sound-server (or modify it so that the resource managing part is disabled), Murphy will take care of assigning resources to applications that are using "mm" libraries. However, if you want to use Tizen sound-server, just disable Murphy ASM resource plugin, and the resources will work the normal way. Murphy ASM support has not been tested in Mobile for some time now, so it is possible that the ASM protocol has been changed. In this case, using Murphy with ASM plugin might not be very useful. Ismo _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
