natfw/natfwconnectionmultiplexer/group/connectionmultiplexer.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:    Project definition file for project connectionmux
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  connectionmux.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008D 0x10275441
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  cncmconnectionmultiplexer.cpp
       
    31 SOURCE                  cncmportstore.cpp
       
    32 SOURCE                  cncmsession.cpp
       
    33 SOURCE                  cncmstream.cpp
       
    34 SOURCE                  cncmconnection.cpp
       
    35 SOURCE                  cncmcallbackexecuter.cpp
       
    36 SOURCE                  cncmsender.cpp
       
    37 SOURCE                  cncmudpsender.cpp
       
    38 SOURCE                  cncmtcpsender.cpp
       
    39 SOURCE                  cncmreceiver.cpp
       
    40 SOURCE                  cncmudpreceiver.cpp
       
    41 SOURCE                  cncmtcpreceiver.cpp
       
    42 SOURCE                  cncmicmpv4receiver.cpp
       
    43 SOURCE                  cncmicmpv6receiver.cpp
       
    44 SOURCE                  cncmicmpsender.cpp
       
    45 SOURCE                  cncmlocaladdressresolver.cpp
       
    46 SOURCE                  cncmmediasource.cpp
       
    47 SOURCE                  cncmsenditem.cpp
       
    48 SOURCE                  cncmconnectionobserverhandler.cpp
       
    49 
       
    50 USERINCLUDE             ../inc
       
    51 USERINCLUDE		../../../inc
       
    52 USERINCLUDE             ../../natfwsocketmediaconnwrapper/inc
       
    53 USERINCLUDE             ../../natfwclient/inc
       
    54 USERINCLUDE             ../../natfwshared/inc
       
    55 
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 LIBRARY                 euser.lib
       
    59 LIBRARY                 insock.lib
       
    60 LIBRARY                 esock.lib
       
    61 LIBRARY                 commdb.lib
       
    62 LIBRARY                 charconv.lib
       
    63 
       
    64 PAGED