diff options
author | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-09-23 16:28:50 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-09-23 16:28:50 +0900 |
commit | 33d118c50c6c67ac55271a0f1c0bfdf82ece5c75 (patch) | |
tree | 5d7daab26640d29d0730bbad3b9ae8ddda85847c /README | |
parent | 18bd43272c0eb03ddf403d14cdb15f37695d5374 (diff) |
Remove efl dependencies of tizen application manager
Removed efl dependencies of tizen application manager.
Application could register own event callback function to efl,
but AGL has to collaborate with other runtime engine cores.
So temporarily disconnected efl event delivery.
However, the efl dependencies of amhelloworld(sample applicaiton) is not removed.
So, if the error about efl dependencies at scratch build, please let me know.
Change-Id: I76b1b3a3575db56b651eabbfd0e0da0b42b708f4
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ ToDo * Documentation * Dynamicaly enable to install applications * Support multiple runtime engine - - remove efl dependencies - make event distributions selectable in accordance with runtime engines Layer Dependencies |