summaryrefslogtreecommitdiff
path: root/lib/tftp/src/tftp.app.src
blob: 28040ca1423ad75fc1772f469d900eaa939dec7a (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-@OTP-18490@","kernel-6.0"]}
 ]}.