1    {application, topApp,
2     [{description, "Test of start phase"},
3      {id, "CXC 138 38"},
4      {vsn, "2.0"},
5      {applications, [kernel]},
6      {modules, []},
7      {registered, []},
8      {env, [{own_env1, value1}, {own2, val2}]},
9      {included_applications, [appinc1, appinc2]},
10      {start_phases, [{init, [initArgs]}, {go, [goArgs]}]},
11      {mod, {topApp, {topApp, 4, 6}} }]}.
12