openenvutils/telnetserver/group/telnetd.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name        : telnetd.mmp
       
    15 // Part of     : oetools
       
    16 // Project mmp file for telnetd
       
    17 // Redistribution and use in source and binary forms, with or without 
       
    18 // modification, are permitted provided that the following conditions are met:
       
    19 // Redistributions of source code must retain the above copyright notice, this 
       
    20 // list of conditions and the following disclaimer. 
       
    21 // Redistributions in binary form must reproduce the above copyright notice, 
       
    22 // this list of conditions and the following disclaimer in the documentation 
       
    23 // and/or other materials provided with the distribution. 
       
    24 // Neither the name of the <ORGANIZATION> nor the names of its contributors 
       
    25 // may be used to endorse or promote products derived from this software 
       
    26 // without specific prior written permission. 
       
    27 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       
    28 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
    29 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
       
    30 // DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
       
    31 // FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
    32 // DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
    33 // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
       
    34 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
       
    35 // OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
       
    36 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
       
    37 // 
       
    38 //
       
    39 
       
    40 TARGET   telnetd.exe
       
    41 //Add your platform security capabilities 
       
    42 
       
    43 
       
    44 TARGETTYPE   exe 
       
    45 UID          0x20004c45 0x2000CD0E
       
    46 
       
    47 CAPABILITY 	 NetworkServices
       
    48 
       
    49 SOURCEPATH		../src
       
    50 SOURCE	        authenc.c 
       
    51 SOURCE		global.c
       
    52 SOURCE		slc.c
       
    53 SOURCE		state.c
       
    54 SOURCE		sys_term.c
       
    55 SOURCE		telnetd.c
       
    56 SOURCE		termstat.c
       
    57 SOURCE		utility.c
       
    58 SOURCE		mini_inetd.c
       
    59 SOURCE		dummy.c
       
    60 SOURCE		connect.cpp
       
    61 
       
    62 USERINCLUDE		../inc
       
    63 
       
    64 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    65 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    66 
       
    67 LIBRARY       libc.lib euser.lib  esock.lib efsrv.lib estor.lib insock.lib 
       
    68 
       
    69 STATICLIBRARY libcrt0.lib
       
    70 
       
    71 
       
    72 
       
    73 
       
    74 
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 SMPSAFE