summaryrefslogtreecommitdiff
path: root/components/dlink_sms/src/dlink_sms.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'components/dlink_sms/src/dlink_sms.app.src')
-rw-r--r--components/dlink_sms/src/dlink_sms.app.src23
1 files changed, 23 insertions, 0 deletions
diff --git a/components/dlink_sms/src/dlink_sms.app.src b/components/dlink_sms/src/dlink_sms.app.src
new file mode 100644
index 0000000..2d1d8ec
--- /dev/null
+++ b/components/dlink_sms/src/dlink_sms.app.src
@@ -0,0 +1,23 @@
+%%
+%% Copyright (C) 2014, Jaguar Land Rover
+%%
+%% This program is licensed under the terms and conditions of the
+%% Mozilla Public License, version 2.0. The full text of the
+%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
+%%
+
+
+%% -*- erlang -*-
+{application, dlink_sms,
+ [
+ {description, ""},
+ {vsn, "0.1"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib,
+ rvi_common
+ ]},
+ {mod, { dlink_sms_app, []}},
+ {start_phases, [{json_rpc, []}, {connection_manager, []}]}
+ ]}.