natfw/natfwicecandidatehandler/group/icecandidatehandler.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 ICE protocol ECom plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  icecandidatehandler.dll
       
    23 TARGETTYPE              PLUGIN
       
    24 UID                     0x10009D8D 0x10275445
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  icepluginimplementationproxy.cpp
       
    31 SOURCE                  ciceplugin.cpp
       
    32 SOURCE                  cicesessiondata.cpp
       
    33 SOURCE                  ciceconnectionhandler.cpp
       
    34 SOURCE                  cicelocalcandidatefinder.cpp
       
    35 SOURCE                  cicestreamcollection.cpp
       
    36 SOURCE                  cicecheckhandler.cpp
       
    37 SOURCE                  cicechecklist.cpp
       
    38 SOURCE                  cicevalidlist.cpp
       
    39 SOURCE                  ciceconnectivitycheck.cpp
       
    40 SOURCE                  cicecheckprioritizer.cpp
       
    41 SOURCE                  cicecandidateprioritizer.cpp
       
    42 SOURCE                  cicecallbackexecuter.cpp
       
    43 SOURCE                  cicehostresolver.cpp
       
    44 SOURCE                  cicenatplugincontainer.cpp
       
    45 SOURCE                  ciceconnection.cpp
       
    46 
       
    47 USERINCLUDE             ../inc
       
    48 USERINCLUDE		../../../inc
       
    49 USERINCLUDE             ../../natfwshared/inc
       
    50 USERINCLUDE             ../../natfwconnectionmultiplexer/inc
       
    51 USERINCLUDE             ../../natfwsettings/inc
       
    52 USERINCLUDE             ../../inc
       
    53 USERINCLUDE             ../../natfwstunturnclient/inc
       
    54 USERINCLUDE             ../../natfwstunserver/inc
       
    55 USERINCLUDE             ../../natfwclient/inc
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 
       
    59 
       
    60 
       
    61 LIBRARY                 euser.lib 
       
    62 LIBRARY                 ecom.lib 
       
    63 LIBRARY                 natconfw.lib 
       
    64 LIBRARY                 connectionmux.lib
       
    65 LIBRARY                 insock.lib
       
    66 LIBRARY                 esock.lib
       
    67 LIBRARY                 natfwnatsettings.lib
       
    68 LIBRARY                 natfwstunclient.lib
       
    69 LIBRARY                 stunserver.lib
       
    70 LIBRARY                 bafl.lib
       
    71 DEBUGLIBRARY            charconv.lib
       
    72 
       
    73 START RESOURCE          ../data/10275445.rss
       
    74 TARGET                  icecandidatehandler.rsc
       
    75 END
       
    76 
       
    77 PAGED