@@ -1,3 +1,4 @@
+%% -*- mode: erlang -*-
{erl_opts, [debug_info]}.
{deps, [
{emqx, {path, "../emqx"}},
{application, emqx_gateway_coap, [
{description, "CoAP Gateway"},
{vsn, "0.1.4"},
{application, emqx_gateway_exproto, [
{description, "ExProto Gateway"},
@@ -1,6 +1,7 @@
- {emqx, {path, "../../apps/emqx"}},
- {emqx_utils, {path, "../emqx_utils"}},
- {emqx_gateway, {path, "../../apps/emqx_gateway"}}
+ {emqx, {path, "../../apps/emqx"}},
+ {emqx_utils, {path, "../emqx_utils"}},
+ {emqx_gateway, {path, "../../apps/emqx_gateway"}}
]}.
{application, emqx_gateway_gbt32960, [
{description, "GBT32960 Gateway"},
{vsn, "0.1.0"},
{deps, [ {emqx, {path, "../../apps/emqx"}},
{emqx_gateway, {path, "../../apps/emqx_gateway"}}
{application, emqx_gateway_lwm2m, [
{description, "LwM2M Gateway"},
{vsn, "0.1.3"},
{application, emqx_gateway_mqttsn, [
{description, "MQTT-SN Gateway"},
{vsn, "0.1.5"},
{emqx, {path, "../../apps/emqx"}},
{application, emqx_gateway_stomp, [
{description, "Stomp Gateway"},