aboutsummaryrefslogblamecommitdiffstats
path: root/lib/ssh/src/ssh.app.src
blob: 4a223223334c435c59277ccdd4b26fefde02894b (plain) (tree)
1
2
3
4
5
6
7
8
9




                                        
                 


                              
                         
                      
                         

                      
                                

                             

                                    
                                
                                
                     


                       

                      
                      
                       
                                



                                



                               

                        
                                                       
            
                       
                          
                                       

                                       
                                             
                                      
                              
 
%%% This is an -*- erlang -*- file.

{application, ssh,
 [{description, "SSH-2 for Erlang/OTP"},
  {vsn, "%VSN%"},
  {modules, [ssh,
	     ssh_app,
	     ssh_acceptor,
	     ssh_acceptor_sup,
             ssh_options,
	     ssh_auth,
	     ssh_message,
	     ssh_bits,
	     ssh_cli,
             ssh_client_key_api,
	     ssh_channel,
	     ssh_channel_sup,
	     ssh_connection,
	     ssh_connection_handler,
	     ssh_connection_sup,
	     ssh_daemon_channel,
	     ssh_dbg,
	     ssh_shell,
	     sshc_sup,
	     sshd_sup,
	     ssh_file,
	     ssh_io,
	     ssh_info,
	     ssh_no_io,
             ssh_server_key_api,
	     ssh_sftp,
	     ssh_sftpd,
	     ssh_sftpd_file,
	     ssh_sftpd_file_api,
	     ssh_subsystem_sup,
	     ssh_sup,
	     ssh_system_sup,
	     ssh_transport,
	     ssh_xfer]},
  {registered, []},
  {applications, [kernel, stdlib, crypto, public_key]},
  {env, []},
  {mod, {ssh_app, []}},
  {runtime_dependencies, [
			  "crypto-4.2",
			  "erts-6.0",
			  "kernel-3.0",
			  "public_key-1.5.2",
			  "stdlib-3.3"
			 ]}]}.