summaryrefslogtreecommitdiff
path: root/lib/tftp/src/tftp.app.src
blob: 2f6b4793a278296404fad9268e438d77778f611e (plain)
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, ["erts-6.0","stdlib-5.0","kernel-6.0"]}
 ]}.