emqx/apps/emqx_gcp_device/src/emqx_gcp_device.app.src

16 lines
321 B
Erlang

{application, emqx_gcp_device, [
{description, "Application simplifying migration from GCP IoT Core"},
{vsn, "0.1.3"},
{registered, []},
{mod, {emqx_gcp_device_app, []}},
{applications, [
kernel,
stdlib,
emqx_auth
]},
{env, []},
{modules, []},
{links, []}
]}.