natfw/natfwstunserver/group/natfwstunserver.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  stunserver.dll
       
    23 TARGETTYPE              DLL
       
    24 UID                     0x1000008d 0x10275443
       
    25 VENDORID                VID_DEFAULT
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  natfwstunsrvclientsession.cpp
       
    30 SOURCE                  natfwstunsrvimpl.cpp
       
    31 
       
    32 USERINCLUDE             ../inc
       
    33 USERINCLUDE		../../../inc
       
    34 USERINCLUDE             ../../natfwshared/inc
       
    35 USERINCLUDE             ../../natfwconnectionmultiplexer/inc
       
    36 USERINCLUDE             ../../natfwunsaf_protocols/unsaf_codec/inc
       
    37 USERINCLUDE             ../../natfwclient/inc
       
    38 
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 
       
    42 
       
    43 LIBRARY                 euser.lib
       
    44 LIBRARY                 insock.lib
       
    45 LIBRARY                 natconfw.lib
       
    46 LIBRARY                 natfwunsafprotocols.lib
       
    47 LIBRARY                 connectionmux.lib
       
    48 LIBRARY                 esock.lib
       
    49 LIBRARY                 charconv.lib
       
    50 
       
    51 PAGED