summaryrefslogtreecommitdiff
path: root/src/rvi_core.app.src
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-06-25 14:49:56 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-06-25 14:49:56 -0700
commit93683b690cab115084a3eea17ecf10a486854c9e (patch)
tree054756eee9353469549f0960fcbbcc51b818c8f7 /src/rvi_core.app.src
parentb116a72d2bdb88247907e415b3fcdcf83308e255 (diff)
downloadrvi_core-93683b690cab115084a3eea17ecf10a486854c9e.tar.gz
rvi renamed rvi_core. MErged with release-next
Diffstat (limited to 'src/rvi_core.app.src')
-rw-r--r--src/rvi_core.app.src32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/rvi_core.app.src b/src/rvi_core.app.src
new file mode 100644
index 0000000..ee85629
--- /dev/null
+++ b/src/rvi_core.app.src
@@ -0,0 +1,32 @@
+%%
+%% 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, rvi_core,
+ [
+ {description, ""},
+ {vsn, "0.4.0"},
+ {registered, []},
+ {applications, [
+ kernel,
+ stdlib,
+ rvi_common,
+ service_discovery,
+ schedule,
+ lager,
+ service_edge,
+ authorize,
+ dlink_tcp,
+ bt,
+ dlink_bt,
+ proto_json,
+ proto_bert
+ ]},
+ {mod, { rvi_app, []}}
+ ]}.