README: add a readme for src
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 15 Mar 2016 09:00:55 +0000 (10:00 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Tue, 15 Mar 2016 09:00:55 +0000 (10:00 +0100)
Change-Id: I6ef64aafd66dac865fb1c497331c8f4c4fea9b5f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/README.md [new file with mode: 0644]

diff --git a/src/README.md b/src/README.md
new file mode 100644 (file)
index 0000000..a715a9f
--- /dev/null
@@ -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. 
+
+
+