natfw/natfwclient/group/natfwclient.mmp
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2006 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 ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  natconfw.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10275440
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  natfwconnectivityapi.cpp
       
    31 SOURCE                  natfwclient.cpp
       
    32 SOURCE                  natfwcandidate.cpp
       
    33 SOURCE                  natfwcandidatepair.cpp
       
    34 SOURCE                  natfwcredentials.cpp
       
    35 SOURCE                  natfwsession.cpp
       
    36 SOURCE                  natfwstream.cpp
       
    37 SOURCE                  cnatfwasynccallback.cpp
       
    38 SOURCE                  natfwcallbackinfo.cpp
       
    39 
       
    40 USERINCLUDE             ../inc
       
    41 USERINCLUDE		../../../inc
       
    42 USERINCLUDE             ../../natfwsocketmediaconnwrapper/inc
       
    43 USERINCLUDE             ../../natfwconnectionmultiplexer/inc
       
    44 USERINCLUDE             ../../natfwsettings/inc
       
    45 USERINCLUDE             ../../natfwshared/inc
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY                 ecom.lib
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY                 insock.lib
       
    52 LIBRARY                 esock.lib
       
    53 LIBRARY                 bafl.lib
       
    54 LIBRARY                 socketmediaconnwrapper.lib
       
    55 LIBRARY                 connectionmux.lib
       
    56 LIBRARY                 natfwnatsettings.lib
       
    57 LIBRARY                 charconv.lib
       
    58 
       
    59 PAGED