aboutsummaryrefslogtreecommitdiff
path: root/src/ss7MAPer.app.src
diff options
context:
space:
mode:
authorDaniel <0xc0decafe@users.noreply.github.com>2016-10-05 12:42:59 +0200
committerDaniel <0xc0decafe@users.noreply.github.com>2016-10-05 12:42:59 +0200
commite7d5812d17e1165492ad342c016c80bad24ae9aa (patch)
tree3c67a47eb255f04f831f535848658f20d9493480 /src/ss7MAPer.app.src
parentb99ffff4982e19424fc78abadd57100a8032bdad (diff)
Structure changed in regard to erlang OTP. Added binary release.
Diffstat (limited to 'src/ss7MAPer.app.src')
-rw-r--r--src/ss7MAPer.app.src13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ss7MAPer.app.src b/src/ss7MAPer.app.src
new file mode 100644
index 0000000..82ecc5b
--- /dev/null
+++ b/src/ss7MAPer.app.src
@@ -0,0 +1,13 @@
+{application, ss7MAPer,
+ [
+ {description, "SS7 MAP (Pen-)testing toolkit"},
+ {vsn, "1"},
+ {registered, [ss7test]},
+ {applications, [
+ kernel,
+ stdlib,
+ sasl
+ ]},
+ {mod, { ss7MAPer_app, ["./config"]}},
+ {env, []}
+ ]}.