natplugins/natptraversalcontroller/group/nattraversalcontroller.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 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          nattraversalcontroller.dll
       
    21 TARGETTYPE      PLUGIN
       
    22 UID             0x10009d8d 0x102747d1
       
    23 
       
    24 SOURCEPATH      ../src
       
    25 SOURCE          dllentry.cpp
       
    26 SOURCE          cnattraversalcontroller.cpp
       
    27 SOURCE          cnattraversalconfig.cpp
       
    28 SOURCE          tnattraversalpendingrequest.cpp
       
    29 SOURCE          cnattraversalsession.cpp
       
    30 SOURCE          cnatbinding.cpp
       
    31 SOURCE          cnatbindingrefresher.cpp
       
    32 SOURCE          cnatbindingcrlfrefresher.cpp
       
    33 SOURCE          ccrlfsender.cpp
       
    34 SOURCE          cudpcrlfsender.cpp
       
    35 SOURCE          ctcpcrlfsender.cpp
       
    36 SOURCE          ctlscrlfsender.cpp
       
    37 SOURCE          cnatbindingstunrefresher.cpp
       
    38 SOURCE          cnatbindingstunandcrlfrefresher.cpp
       
    39 
       
    40 SOURCEPATH      ../data
       
    41 START RESOURCE 102747D1.rss
       
    42 TARGET nattraversalcontroller.rsc
       
    43 END
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE	../../../inc
       
    49 
       
    50 LIBRARY       euser.lib
       
    51 LIBRARY       ecom.lib
       
    52 LIBRARY       esock.lib
       
    53 LIBRARY       insock.lib
       
    54 LIBRARY       securesocket.lib
       
    55 LIBRARY       inetprotutil.lib
       
    56 LIBRARY       centralrepository.lib
       
    57 LIBRARY       natfwstunclient.lib
       
    58 DEBUGLIBRARY  charconv.lib
       
    59 
       
    60 VENDORID VID_DEFAULT
       
    61 
       
    62 CAPABILITY ProtServ NetworkControl NetworkServices Location \
       
    63 ReadDeviceData WriteDeviceData ReadUserData
       
    64 
       
    65 PAGED