blob: 14e94bb17e59bce7f30fc1fbccb8b9d376f2f7c1 [file] [log] [blame]
Harald Welte78474ae2011-02-07 20:48:41 +01001{sys, [
2 {lib_dirs, ["../../"]},
3 {rel, "osmo", "1",
4 [
5 kernel,
6 stdlib,
7 sasl
8 ]},
9 {rel, "start_clean", "",
10 [
11 kernel,
12 stdlib
13 ]},
14 {boot_rel, "osmo"},
15 {profile, embedded},
16 {excl_sys_filters, ["^bin/.*",
17 "^erts.*/bin/(dialyzer|typer)"]},
18 {app, sasl, [{incl_cond, include}]},
19 {app, osmo_ss7, [{incl_cond, include}]}
20 ]}.
21
22{target_dir, "osmo"}.
23
24{overlay, [
25 {mkdir, "log/sasl"},
26 {copy, "files/erl", "{{erts_vsn}}/bin/erl"},
27 {copy, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
28 {copy, "files/osmo", "bin/osmo"},
29 {copy, "files/app.config", "etc/app.config"},
30 {copy, "files/vm.args", "etc/vm.args"}
31 ]}.