efl/emotion: refactor init/shutdown, load modules from eina_prefix.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 10 Jan 2013 05:48:55 +0000 (05:48 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 10 Jan 2013 05:48:55 +0000 (05:48 +0000)
commit517471190f87e473e3bc38584c23ae28fb772c7c
treeb00627547166839e7adf73abf8dbd8e26cc52a1a
parentd6298cd7900bba2ee1dd09aba59366172d157402
efl/emotion: refactor init/shutdown, load modules from eina_prefix.

 * emotion_init() and emotion_shutdown() now exist, let's do our
   initialization from there.

 * smart_add/smart_free will call init/shutdown for legacy apps.

 * use eina_prefix to determine runtime location.

 * use eina_module_arch_list_get()

SVN revision: 82509
src/lib/emotion/emotion_main.c
src/lib/emotion/emotion_private.h
src/lib/emotion/emotion_smart.c