summaryrefslogtreecommitdiff
path: root/priv/config
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-10-06 12:56:11 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:43:07 -0800
commit34aa86b5a2e97650fe6299ccf794d5eb5d052d91 (patch)
treeedfb4bb844c3b90565e7a0bb00f678703d084188 /priv/config
parente6299ff287e767dae71fb47009f9bf4620cc3d78 (diff)
downloadrvi_core-34aa86b5a2e97650fe6299ccf794d5eb5d052d91.tar.gz
w.i.p. transition to jsx json codec
Diffstat (limited to 'priv/config')
-rw-r--r--priv/config/rvi_common.config10
1 files changed, 6 insertions, 4 deletions
diff --git a/priv/config/rvi_common.config b/priv/config/rvi_common.config
index 3656543..b9d9558 100644
--- a/priv/config/rvi_common.config
+++ b/priv/config/rvi_common.config
@@ -3,11 +3,11 @@
%% 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, version 2.0. The full text of the
%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/
%%
%% Configuration include file for rvi config files
-%%
+%%
Out = filename:absname(proplists:get_value(outdir, OPTIONS)).
[
%% All erlang apps needed to fire up a node. Do not touch.
@@ -23,6 +23,7 @@ Out = filename:absname(proplists:get_value(outdir, OPTIONS)).
gproc,
base64url,
uart,
+ jsx,
exo,
gsms,
compiler,
@@ -33,20 +34,21 @@ Out = filename:absname(proplists:get_value(outdir, OPTIONS)).
%% Do not touch unless you are replacing apps with your own
%% version. If you are replacing an app with a non-Erlang version,
%% it still has to be loaded in order to resolve.
- %% If, for example, you want to deploy your own scheduler
+ %% If, for example, you want to deploy your own scheduler
%% outside Erlang, replace
%%
%% schedule,
%% with
%% { schedule, load },
%%
- rvi_core,
+ rvi_core,
rvi_common,
service_discovery,
service_edge,
authorize,
schedule,
bt,
+ dlink,
dlink_tcp,
dlink_bt,
dlink_sms,