natplugins/natpnatfwsdpprovider/group/natfwsdpprovider.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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 MACRO                   NSP_PRINT_INPUT //ifdef input objs printed via RDebug
       
    22 MACRO                   NSP_PRINT_OUTPUT //ifdef output objs printed via RDebug
       
    23 
       
    24 TARGET                  natfwsdpprovider.dll
       
    25 
       
    26 CAPABILITY              CAP_ECOM_PLUGIN
       
    27 VENDORID                VID_DEFAULT
       
    28 TARGETTYPE              PLUGIN
       
    29 
       
    30 UID                     0x10009D8D 0x1028311A
       
    31 
       
    32 SOURCEPATH              ../data
       
    33 START RESOURCE          1028311A.rss
       
    34 TARGET                  natfwsdpprovider.rsc
       
    35 END
       
    36 
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  nspinterface.cpp
       
    39 SOURCE                  nspcontroller.cpp
       
    40 SOURCE                  nspcontentparser.cpp
       
    41 SOURCE                  nspsession.cpp
       
    42 SOURCE                  nspsessiondata.cpp
       
    43 SOURCE                  nspmediastreamcontainer.cpp
       
    44 SOURCE                  nspmediastream.cpp
       
    45 SOURCE                  nspmediastreamcomponent.cpp
       
    46 SOURCE                  nspnatfwasyncstate.cpp
       
    47 SOURCE                  nspstatebase.cpp
       
    48 SOURCE                  nspstatemachine.cpp
       
    49 SOURCE                  nspactionset.cpp
       
    50 SOURCE                  nspstateinitializing.cpp
       
    51 SOURCE                  nspstateidle.cpp
       
    52 SOURCE                  nspstatelocalcand.cpp
       
    53 SOURCE                  nspstatenegotiating.cpp
       
    54 SOURCE                  nspstateresolving.cpp
       
    55 SOURCE                  nspstateactivating.cpp
       
    56 SOURCE                  nspstateconnected.cpp
       
    57 SOURCE                  nspstatedeactivating.cpp
       
    58 SOURCE                  nsputil.cpp
       
    59 SOURCE                  nspimplementationproxy.cpp
       
    60 SOURCE                  nspactive.cpp
       
    61 
       
    62 USERINCLUDE             ../inc
       
    63 USERINCLUDE             ../../../inc
       
    64 //USERINCLUDE             ../../../natfw/natfwclient/inc
       
    65 //USERINCLUDE             ../../../natfw/socketmediaconnwrapper/inc
       
    66 
       
    67 MW_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 LIBRARY                 ecom.lib
       
    70 LIBRARY                 euser.lib
       
    71 LIBRARY                 estor.lib
       
    72 LIBRARY                 insock.lib
       
    73 LIBRARY                 esock.lib
       
    74 LIBRARY                 bafl.lib
       
    75 LIBRARY                 random.lib
       
    76 LIBRARY                 centralrepository.lib
       
    77 LIBRARY                 sdpcodec.lib
       
    78 LIBRARY                 natconfw.lib
       
    79 
       
    80 PAGED