mmshplugins/mmshsipcrplugin/group/mussipcrplugin.mmp
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 2005-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:  Subsystem's project specification.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  mussipcrplugin.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009d8D 0x1028238A
       
    24 VENDORID                VID_DEFAULT
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 LANG                    SC
       
    27 
       
    28 SOURCEPATH              ../data
       
    29 RESOURCE                mussipcrplugin.rss
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  mussipcrplugin.cpp
       
    33 SOURCE                  mussipcrpluginmain.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../../../inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // MultimediaSharing libraries
       
    41 LIBRARY                 musmanagerclient.lib
       
    42 
       
    43 // SymbianOS/Series60 libraries
       
    44 LIBRARY                 euser.lib
       
    45 LIBRARY                 apgrfx.lib         // Application Architecture
       
    46 LIBRARY                 apparc.lib
       
    47 LIBRARY                 bafl.lib           // Basic Application Framework Library
       
    48 LIBRARY                 cone.lib
       
    49 LIBRARY                 ecom.lib
       
    50 LIBRARY                 efsrv.lib
       
    51 LIBRARY                 sipclient.lib      // SIP Client API
       
    52 LIBRARY                 sipprofilecli.lib  // SIP Profile Agent Client API
       
    53 LIBRARY                 sipcodec.lib       // SIP Codec
       
    54 LIBRARY                 featmgr.lib
       
    55 DEBUGLIBRARY            flogger.lib        // file logger
       
    56 
       
    57 PAGED
       
    58