mmsharing/mmshengine/group/musengine.mmp
branchRCL_3
changeset 33 bc78a40cd63c
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 // using relative paths for sourcepath and user includes
       
    19 // exports are unfrozen
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../../../inc/musuid.hrh"
       
    24 
       
    25 // Capability assignment.
       
    26 CAPABILITY 	CAP_GENERAL_DLL
       
    27 
       
    28 // Vendor ID assignment.
       
    29 VENDORID	VID_DEFAULT
       
    30 
       
    31 
       
    32 TARGET        musengine.dll
       
    33 TARGETTYPE    dll
       
    34 UID           0x1000008d KMusEngineUid // 0x10282392
       
    35 
       
    36 //DOCUMENT	  Generic_Symbian_DLL_ReadMe.txt
       
    37 
       
    38 SOURCEPATH  	../src
       
    39 SOURCE      	musengsession.cpp
       
    40 SOURCE      	musengmcesession.cpp
       
    41 SOURCE      	musengmceoutsession.cpp
       
    42 SOURCE          musenglivesession.cpp
       
    43 SOURCE          musengreceivesession.cpp
       
    44 SOURCE      	musengtelephoneutils.cpp
       
    45 SOURCE      	musengsessiondurationtimer.cpp
       
    46 SOURCE          musengclipsession.cpp
       
    47 SOURCE          musenguriparser.cpp
       
    48 SOURCE          musengmceutils.cpp
       
    49 SOURCE			musengorientationhandler.cpp
       
    50 
       
    51 // SIP API
       
    52 SOURCE		    mussipprofilehandler.cpp
       
    53 
       
    54 
       
    55 USERINCLUDE 	../inc
       
    56 USERINCLUDE 	../../mmshshared/inc
       
    57 USERINCLUDE   ../../inc
       
    58 USERINCLUDE   ../../../inc
       
    59 
       
    60 APP_LAYER_SYSTEMINCLUDE
       
    61 
       
    62 LIBRARY     euser.lib
       
    63 LIBRARY     bafl.lib
       
    64 LIBRARY     inetprotutil.lib
       
    65 LIBRARY	    phoneclient.lib
       
    66 LIBRARY	    centralrepository.lib
       
    67 
       
    68 LIBRARY	    sipprofilecli.lib
       
    69 LIBRARY	    sipclient.lib
       
    70 LIBRARY     sipcodec.lib
       
    71 LIBRARY     mceclient.lib  
       
    72 LIBRARY     drmcommon.lib
       
    73 LIBRARY     charconv.lib
       
    74 LIBRARY     telephonyaudiorouting.lib
       
    75 LIBRARY     efsrv.lib
       
    76 LIBRARY     cenrepnotifhandler.lib	
       
    77 
       
    78 DEBUGLIBRARY		flogger.lib
       
    79 
       
    80 PAGED