aboutsummaryrefslogtreecommitdiff
path: root/src/ss7MAPer.app.src
blob: 82ecc5ba44bd5b75da881ff45908f17d78a54df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{application, ss7MAPer,
 [
  {description, "SS7 MAP (Pen-)testing toolkit"},
  {vsn, "1"},
  {registered, [ss7test]},
  {applications, [
                  kernel,
                  stdlib,
                  sasl
                 ]},
  {mod, { ss7MAPer_app, ["./config"]}},
  {env, []}
 ]}.