aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tftp/src/tftp.app.src
blob: 9e79fe32bf290f3b75626e348bffc541fc5e0235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{application, tftp,
 [{description, "TFTP application"},
  {vsn, "%VSN%"},
  {registered, []},
  {mod, { tftp_app, []}},
  {applications,
   [kernel,
    stdlib
   ]},
  {env,[]},
  {modules, [
             tftp,
             tftp_app,
             tftp_binary,
             tftp_engine,
             tftp_file,
             tftp_lib,
             tftp_logger,
             tftp_sup
            ]},
  {runtime_dependencies, ["stdlib-3.5","kernel-6.0"]}
 ]}.