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