|
{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, []}
|
|
]}.
|