1{application, appinc,
2     [{description, "Test of new app file, including appnew"},
3      {id, "CXC 138 ai"},
4      {vsn, "2.0"},
5      {applications, [kernel]},
6      {modules, []},
7      {registered, []},
8      {included_applications, [appinc1, appinc2]},
9      {start_phases, [{init, [kalle]}, {takeover, []}, {go, [sune]}]},
10      {mod, {application_starter, [ch_sup, {appinc, 41, 43}] }}]}.
11