mmsharing/mmshengine/group/musengine.mmp
changeset 0 f0cf47e981f9
child 11 ff8a573c0e2e
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     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 
       
    50 // SIP API
       
    51 SOURCE		    mussipprofilehandler.cpp
       
    52 
       
    53 
       
    54 USERINCLUDE 	../inc
       
    55 USERINCLUDE 	../../mmshshared/inc
       
    56 USERINCLUDE   ../../inc
       
    57 USERINCLUDE   ../../../inc
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY     euser.lib
       
    62 LIBRARY     bafl.lib
       
    63 LIBRARY     inetprotutil.lib
       
    64 LIBRARY		phoneclient.lib
       
    65 LIBRARY		centralrepository.lib
       
    66 
       
    67 LIBRARY		sipprofilecli.lib
       
    68 LIBRARY		sipclient.lib
       
    69 LIBRARY         sipcodec.lib
       
    70 LIBRARY 	mceclient.lib  
       
    71 LIBRARY 	drmcommon.lib
       
    72 LIBRARY		charconv.lib
       
    73 LIBRARY     telephonyaudiorouting.lib
       
    74 LIBRARY     efsrv.lib
       
    75 
       
    76 DEBUGLIBRARY		flogger.lib
       
    77 
       
    78 PAGED