1%%
2%% %CopyrightBegin%
3%%
4%% Copyright Ericsson AB 2002-2018. All Rights Reserved.
5%%
6%% Licensed under the Apache License, Version 2.0 (the "License");
7%% you may not use this file except in compliance with the License.
8%% You may obtain a copy of the License at
9%%
10%%     http://www.apache.org/licenses/LICENSE-2.0
11%%
12%% Unless required by applicable law or agreed to in writing, software
13%% distributed under the License is distributed on an "AS IS" BASIS,
14%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15%% See the License for the specific language governing permissions and
16%% limitations under the License.
17%%
18%% %CopyrightEnd%
19%%
20{application, observer,
21   [{description, "OBSERVER version 1"},
22    {vsn, "%VSN%"},
23    {modules, [crashdump_viewer,
24	       cdv_atom_cb,
25	       cdv_bin_cb,
26	       cdv_detail_wx,
27	       cdv_dist_cb,
28	       cdv_ets_cb,
29	       cdv_fun_cb,
30	       cdv_gen_cb,
31	       cdv_html_wx,
32	       cdv_info_wx,
33	       cdv_int_tab_cb,
34	       cdv_mem_cb,
35	       cdv_mod_cb,
36	       cdv_multi_wx,
37               cdv_persistent_cb,
38	       cdv_port_cb,
39	       cdv_proc_cb,
40	       cdv_table_wx,
41	       cdv_term_cb,
42	       cdv_sched_cb,
43	       cdv_timer_cb,
44	       cdv_virtual_list_wx,
45	       cdv_wx,
46	       etop,
47	       etop_tr,
48	       etop_txt,
49	       observer,
50	       observer_alloc_wx,
51	       observer_app_wx,
52	       observer_html_lib,
53	       observer_lib,
54	       observer_perf_wx,
55	       observer_port_wx,
56	       observer_pro_wx,
57	       observer_procinfo,
58	       observer_sys_wx,
59	       observer_trace_wx,
60	       observer_traceoptions_wx,
61	       observer_tv_table,
62	       observer_tv_wx,
63	       observer_wx,
64	       ttb,
65	       ttb_et]},
66    {registered, []},
67    {applications, [kernel, stdlib]},
68    {env, []},
69    {runtime_dependencies, ["wx-1.2","stdlib-3.5","runtime_tools-1.8.14",
70			    "kernel-3.0","et-1.5","erts-7.0"]}]}.
71
72
73