natplugins/natpcliprovisioningnatfwadapter/group/wpnatfwtraversaladapter.mmp
changeset 0 1bce908db942
child 11 2a28ef775f15
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2005 - 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:  Client Provisioning NAT/FW Traversal adapter
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          wpnatfwtraversaladapter.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009D8D 0x10275407
       
    24 VENDORID        VID_DEFAULT
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          wpnatfwitem.cpp
       
    29 SOURCE          natfwtraversaladapter.cpp
       
    30 SOURCE          natfwdomainspecificitem.cpp
       
    31 SOURCE          natfwiapspecificitem.cpp
       
    32 SOURCE	        wpnatfwtraversaladaptergroupproxy.cpp
       
    33 SOURCE          stunserveritem.cpp
       
    34 SOURCE          turnserveritem.cpp
       
    35 
       
    36 SOURCEPATH      ../data
       
    37 
       
    38 START RESOURCE 10275407.rss
       
    39 TARGET wpnatfwtraversaladapter.rsc
       
    40 END
       
    41 
       
    42 START RESOURCE wpnatfwtraversaladapter.rss
       
    43 HEADER
       
    44 TARGET wpnatfwtraversaladapter.rsc
       
    45 TARGETPATH RESOURCE_FILES_DIR
       
    46 LANGUAGE_IDS
       
    47 END
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 
       
    52 
       
    53 USERINCLUDE     .
       
    54 USERINCLUDE     ../inc
       
    55 USERINCLUDE     ../loc
       
    56 
       
    57 LIBRARY        	euser.lib 
       
    58 LIBRARY	        ProvisioningEngine.lib
       
    59 LIBRARY         centralrepository.lib
       
    60 LIBRARY         charconv.lib
       
    61 LIBRARY         apengine.lib 
       
    62 LIBRARY         commdb.lib
       
    63 LIBRARY         cmmanager.lib
       
    64 
       
    65 PAGED