From: José Bollo Date: Tue, 15 Mar 2016 09:00:55 +0000 (+0100) Subject: README: add a readme for src X-Git-Tag: 2.0.2~45 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=6ed448e9374ae0b3e2cb78eda2a892151b6ddcfa README: add a readme for src Change-Id: I6ef64aafd66dac865fb1c497331c8f4c4fea9b5f Signed-off-by: José Bollo --- diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..a715a9f --- /dev/null +++ b/src/README.md @@ -0,0 +1,51 @@ + +Summary of source files +======================= + +afm-db.[ch] +----------- + +Handles a set of directories as a set of applications. +Builds in memory the list of the applications. + + +afm-launch.[ch] +--------------- + +Launches applications. +Uses the descriptions in /etc/afm to know how to launch +applications based on their types. + + +afm-launch-mode.[ch] +-------------------- + +Simple file for managing the known launch modes. + +afm-run.[ch] +------------ + +Manages the live of running applications: starts it, stop it, +continue it, terminates it. Manages the list of running +applications. + +Applications are handled as process groups. It allows to use +applications that fork or the binder/client division. + +afm-system-daemon.[ch] +---------------------- + +afm-user-daemon.[ch] +-------------------- + +User daemon serving on the D-Bus of the session. + +wgt.[ch] +-------- + +Access to files of a widget. + +Implements the mechanism for seeking for files using the locale settings. + + +