mmshplugins/mmshaoplugin/group/musaoplugin.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005-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 specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  musaoplugin.dll
       
    22 TARGETTYPE              PLUGIN
       
    23 UID                     0x10009d8d 0x1028238B
       
    24 VENDORID                VID_DEFAULT
       
    25 CAPABILITY              CAP_ECOM_PLUGIN
       
    26 LANG                    SC
       
    27 
       
    28 START RESOURCE          ../data/musaoplugin.rss
       
    29 TARGET                  musaoplugin.rsc
       
    30 END
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  musaopluginmain.cpp
       
    34 SOURCE                  musaoplugin.cpp
       
    35 // Enable the below line if Kodiak Ptt has to be monitered
       
    36 // SOURCE                  muspttcallmonitor.cpp
       
    37 SOURCE                  muspropertymonitor.cpp
       
    38 SOURCE                  mustsypropertymonitor.cpp
       
    39 SOURCE                  muscallmonitor.cpp
       
    40 SOURCE                  muscallmonitorbase.cpp
       
    41 SOURCE                  muscalleventmonitor.cpp
       
    42 SOURCE                  muscallstatusmonitor.cpp
       
    43 SOURCE                  muscallconferencemonitor.cpp
       
    44 SOURCE                  muscallconferenceeventmonitor.cpp
       
    45 SOURCE					musvoipcallmonitor.cpp
       
    46 
       
    47 
       
    48 USERINCLUDE             ../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 // Symbian OS / S60 libraries:
       
    54 LIBRARY                 euser.lib
       
    55 LIBRARY                 ecom.lib
       
    56 LIBRARY                 etel.lib
       
    57 LIBRARY                 etelmm.lib
       
    58 LIBRARY                 centralrepository.lib
       
    59 LIBRARY                 telephonyservice.lib
       
    60 LIBRARY                 serviceprovidersettings.lib
       
    61 // MultimediaSharing libraries:
       
    62 LIBRARY                 musmanagerclient.lib
       
    63 LIBRARY                 featmgr.lib
       
    64 
       
    65 DEBUGLIBRARY            flogger.lib
       
    66 
       
    67 PAGED