Le 31/10/2014 09:04, 김승구 a écrit : > > • *Bluetooth CAPI (bluetooth.c) is a library to be called by > applications. To the best of my knowledge, a shared library cannot > share the data section between different processes. In my opinion, > current implementation has not considered this.* > Seungku
sharing data between process will not be allowed anyhow by the security model (exception for Apps shipped within the same package). In particular, sharing config data (such as BT on/off) shall not be done by common access to a shared memory. We have a configuration manager for that usage (vconf in transfer to Buxton). So using shared lib is not an issue in that case. Regards -- Dominig ar Foll Senior Software Architect Intel Open Source Technology Centre _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
