natfw/natfwstunturnclient/group/natfwstunclient.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2006-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          natfwstunclient.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008d 0x10275432
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_GENERAL_DLL //All -Tcb
       
    27 
       
    28 // ----- STUN Client -----
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        cstunclient.cpp
       
    31 SOURCE        cstunclientimplementation.cpp
       
    32 SOURCE        cstunclientstate.cpp
       
    33 SOURCE        cstunclientresolvingtcp.cpp
       
    34 SOURCE        cstunclientresolvingtls.cpp
       
    35 SOURCE        cstunclientresolvingudp.cpp
       
    36 SOURCE        cstunclientgetsharedsecret.cpp
       
    37 SOURCE        cstunclientready.cpp
       
    38 SOURCE        cstunclientrenewsharedsecret.cpp
       
    39 SOURCE        cstunsharedsecret.cpp
       
    40 SOURCE        cstunsharedsecretstate.cpp
       
    41 SOURCE        cstunsharedsecretconnecting.cpp
       
    42 SOURCE        cstunsharedsecretwaitresponse.cpp
       
    43 SOURCE        cstunsharedsecretwaittoretry.cpp
       
    44 SOURCE        natfwbindingimplementationbase.cpp
       
    45 SOURCE        natfwstunbinding.cpp
       
    46 SOURCE        natfwstunrelaybinding.cpp
       
    47 SOURCE        cstunbindingimplementation.cpp
       
    48 SOURCE        cstunrelaybindingimplementation.cpp
       
    49 SOURCE        cstunbindingstate.cpp
       
    50 SOURCE        cstunbindinginit.cpp
       
    51 SOURCE        cstunbindinggetsharedsecret.cpp
       
    52 SOURCE        cstunbindinggetaddress.cpp
       
    53 SOURCE        cstunbindingwaittoretry.cpp
       
    54 SOURCE        cstunbindingactive.cpp
       
    55 SOURCE        cstuntransaction.cpp
       
    56 SOURCE        ttransactioncleanup.cpp
       
    57 SOURCE        ctransactionidgenerator.cpp
       
    58 SOURCE        stunutils.cpp
       
    59 SOURCE        tstuncallbackinfo.cpp
       
    60 SOURCE        casynccallback.cpp
       
    61 SOURCE        cstuntimeruser.cpp
       
    62 SOURCE        cstuncredentials.cpp
       
    63 SOURCE        cstunindicationtransmitter.cpp
       
    64 
       
    65 
       
    66 USERINCLUDE   ../inc
       
    67 USERINCLUDE   ../../inc
       
    68 USERINCLUDE   ../../../inc
       
    69 USERINCLUDE   ../../natfwshared/inc
       
    70 USERINCLUDE   ../../natfwunsaf_protocols/natfwunsafshared/inc
       
    71 USERINCLUDE   ../../natfwunsaf_protocols/unsaf_codec/inc
       
    72 USERINCLUDE   ../../natfwunsaf_protocols/unsaf_transport/inc
       
    73 USERINCLUDE   ../../natfwconnectionmultiplexer/inc
       
    74 
       
    75 MW_LAYER_SYSTEMINCLUDE
       
    76 
       
    77 
       
    78 
       
    79 LIBRARY       euser.lib
       
    80 LIBRARY       insock.lib
       
    81 LIBRARY       esock.lib
       
    82 LIBRARY       natfwunsafprotocols.lib
       
    83 LIBRARY       hash.lib
       
    84 LIBRARY       charconv.lib
       
    85 
       
    86 PAGED