aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/src/public_key.app.src
blob: 88ef07c5a611347410a9027efccac74902701cf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{application, public_key,
  [{description, "Public key infrastructure"},
   {vsn, "%VSN%"},
   {modules, [	  public_key,
		  pubkey_pem,
		  pubkey_pbe,	
		  pubkey_ssh,
		  pubkey_cert,
		  pubkey_cert_records,
		  pubkey_crl,
		  'OTP-PUB-KEY',
		  'PKCS-FRAME'
            ]},
   {applications, [asn1, crypto, kernel, stdlib]},
   {registered, []},
   {env, []},
   {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0","crypto-3.3",
			   "asn1-3.0"]}
   ]
}.