natfw/natfwclient/tsrc/ut_natfwclient/group/natfwtestplugin.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2007 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 NAT FW STUN Plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET              natfwtestplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10275400
       
    26 
       
    27 CAPABILITY          CAP_ECOM_PLUGIN
       
    28 VENDORID            VID_DEFAULT
       
    29 
       
    30 SOURCEPATH          ../stubs
       
    31 SOURCE              natfwtestplugin.cpp
       
    32 SOURCE              natfwpluginimplementationproxy.cpp
       
    33 SOURCE              natfwconnectionhandler.cpp
       
    34 
       
    35 SOURCEPATH          ../data
       
    36 START RESOURCE      10275400.rss
       
    37 TARGET              natfwtestplugin.rsc
       
    38 END
       
    39 
       
    40 USERINCLUDE         ../inc
       
    41 USERINCLUDE	    ../../../../../inc
       
    42 USERINCLUDE         ../../../../natfwshared/inc
       
    43 USERINCLUDE         ../../../../natfwclient/inc
       
    44 USERINCLUDE         ../../../../natfwsettings/inc
       
    45 USERINCLUDE         ../../../../natfwconnectionmultiplexer/inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 
       
    50 LIBRARY             euser.lib
       
    51 LIBRARY             ecom.lib
       
    52 LIBRARY             esock.lib
       
    53 LIBRARY             insock.lib
       
    54 LIBRARY             natfwnatsettings.lib
       
    55 
       
    56 
       
    57 LIBRARY             natconfw.lib
       
    58