tsrc/musenginestub/group/musenginestub.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     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 #include <data_caging_paths.hrh>
       
    23 #include<eunitcaps.h>
       
    24 #include "../../../inc/musuid.hrh"
       
    25 
       
    26 // Capability assignment.
       
    27 CAPABILITY 	EUNIT_CAPS
       
    28 
       
    29 // Vendor ID assignment.
       
    30 VENDORID	VID_DEFAULT
       
    31 
       
    32 
       
    33 TARGET        musengine.dll
       
    34 TARGETTYPE    dll
       
    35 UID           0x1000008d KMusEngineUid // 0x10282392
       
    36 
       
    37 //DOCUMENT	  Generic_Symbian_DLL_ReadMe.txt
       
    38 
       
    39 SOURCEPATH  	../src
       
    40 SOURCE      	musengsession.cpp
       
    41 SOURCE      	musengmcesession.cpp
       
    42 SOURCE      	musengmceoutsession.cpp
       
    43 SOURCE          musenglivesession.cpp
       
    44 SOURCE			musengtwowaysession.cpp
       
    45 SOURCE			musengtwowayrecvsession.cpp
       
    46 SOURCE          musengreceivesession.cpp
       
    47 SOURCE      	musengtelephoneutils.cpp
       
    48 SOURCE      	musengsessiondurationtimer.cpp
       
    49 SOURCE			musengclipsession.cpp
       
    50 SOURCE          musenguriparser.cpp
       
    51 SOURCE          musengmceutils.cpp
       
    52 SOURCE			musengcamerahandler.cpp
       
    53 
       
    54 // SIP API
       
    55 SOURCE		    mussipprofilehandler.cpp
       
    56 
       
    57 
       
    58 USERINCLUDE 	../inc
       
    59 USERINCLUDE 	../../mmshshared/inc
       
    60 USERINCLUDE   ../../inc
       
    61 USERINCLUDE   ../../../inc
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    65 
       
    66 LIBRARY     euser.lib
       
    67 LIBRARY     bafl.lib
       
    68 LIBRARY     inetprotutil.lib
       
    69 LIBRARY		phoneclient.lib
       
    70 LIBRARY		centralrepository.lib
       
    71 
       
    72 LIBRARY		sipprofilecli.lib
       
    73 LIBRARY		sipclient.lib
       
    74 LIBRARY         sipcodec.lib
       
    75 LIBRARY 	mceclient.lib  
       
    76 LIBRARY 	drmcommon.lib
       
    77 LIBRARY		charconv.lib
       
    78 LIBRARY     telephonyaudiorouting.lib
       
    79 LIBRARY		pbkeng.lib 
       
    80 LIBRARY     cntmodel.lib
       
    81 
       
    82 DEBUGLIBRARY		flogger.lib
       
    83