voipplugins/sipmxresolver/group/sipmxresolver.mmp
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
equal deleted inserted replaced
20:65a3ef1d5bd0 21:f742655b05bf
     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:  mmp file for sipmxresolver
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "sipmxresolveruids.h"
       
    21 
       
    22 TARGET          sipmxresolver.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 UID             0x10009D8D KSIPMXRESOLVERIMPLUID
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          sipmxresolver.cpp
       
    33 SOURCE          sipmxresolverimplementationproxy.cpp
       
    34 
       
    35 LANG            SC
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../../inc
       
    39 USERINCLUDE     .
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   /epoc32/include/ecom
       
    43 
       
    44 START RESOURCE  ../data/10283140.rss
       
    45 TARGET          sipmxresolver.rsc
       
    46 END
       
    47 
       
    48 LIBRARY     euser.lib 
       
    49 LIBRARY     ecom.lib
       
    50 LIBRARY     flogger.lib
       
    51 LIBRARY		bafl.lib
       
    52 LIBRARY     sipclient.lib         // sip message decoding
       
    53 LIBRARY     sipcodec.lib          //
       
    54 LIBRARY		sdpcodec.lib          //
       
    55 LIBRARY     ipapputils.lib        // UID resolving
       
    56 LIBRARY     inetprotutil.lib      // URI parsing
       
    57 LIBRARY		centralrepository.lib // for dynamic voip check
       
    58 LIBRARY     featmgr.lib           // feature availability checks
       
    59 LIBRARY     musmanagerclient.lib  // multimedia sharing client
       
    60 // End of File