%% -*- erlang -*- %% %% Top level app that controls other apps. %% {erl_opts, [debug_info]}. {lib_dirs, ["deps"]}. {sub_dirs, ["rel"]}. {deps, [ %% {setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}}, {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "v0.2"}}, {data_link_bert_rpc, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_bert_rpc", "v0.2"}}, {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "v0.2"}}, {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "v0.2"}}, {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "v0.2"}}, {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "v0.2"}} ]}.