aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tftp/src/tftp.app.src
blob: 2a87d39ada60be579be002642590533aaab01095 (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, "1.0"},
  {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"]}
 ]}.