tsrc/musenginestub/group/musenginestub.mmp
branchRCL_3
changeset 23 bc78a40cd63c
parent 22 73a1feb507fb
equal deleted inserted replaced
22:73a1feb507fb 23:bc78a40cd63c
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * 
    13 *
    14 * Description:
    14 * Description:  Definition of project MceClientStub
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // using relative paths for sourcepath and user includes
       
    19 // exports are unfrozen
       
    20 
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
    21 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    22 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    23 #include<eunitcaps.h>
    22 #include<eunitcaps.h>
    24 #include "../../../inc/musuid.hrh"
       
    25 
    23 
    26 // Capability assignment.
    24 TARGET              	musenginestub.dll
    27 CAPABILITY 	EUNIT_CAPS
    25 TARGETTYPE            	dll
       
    26 UID                  	0x1000008d 0x00000112 // Experimental UID
    28 
    27 
    29 // Vendor ID assignment.
    28 CAPABILITY      EUNIT_CAPS
    30 VENDORID	VID_DEFAULT
    29 VENDORID                VID_DEFAULT
    31 
    30 
    32 
    31 SOURCEPATH              ../src
    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
    32 SOURCE      	musengsession.cpp
    41 SOURCE      	musengmcesession.cpp
    33 SOURCE      	musengmcesession.cpp
    42 SOURCE      	musengmceoutsession.cpp
    34 SOURCE      	musengmceoutsession.cpp
    43 SOURCE          musenglivesession.cpp
    35 SOURCE          musenglivesession.cpp
    44 SOURCE			musengtwowaysession.cpp
       
    45 SOURCE			musengtwowayrecvsession.cpp
       
    46 SOURCE          musengreceivesession.cpp
    36 SOURCE          musengreceivesession.cpp
    47 SOURCE      	musengtelephoneutils.cpp
       
    48 SOURCE      	musengsessiondurationtimer.cpp
    37 SOURCE      	musengsessiondurationtimer.cpp
    49 SOURCE			musengclipsession.cpp
    38 SOURCE		musengclipsession.cpp
    50 SOURCE          musenguriparser.cpp
       
    51 SOURCE          musengmceutils.cpp
       
    52 SOURCE			musengcamerahandler.cpp
       
    53 
       
    54 // SIP API
       
    55 SOURCE		    mussipprofilehandler.cpp
       
    56 
    39 
    57 
    40 
    58 USERINCLUDE 	../inc
    41 USERINCLUDE             ../inc
    59 USERINCLUDE 	../../mmshshared/inc
       
    60 USERINCLUDE   ../../inc
       
    61 USERINCLUDE   ../../../inc
       
    62 
    42 
    63 APP_LAYER_SYSTEMINCLUDE
    43 APP_LAYER_SYSTEMINCLUDE
    64 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    65 
    44 
    66 LIBRARY     euser.lib
    45 LIBRARY                 euser.lib
    67 LIBRARY     bafl.lib
       
    68 LIBRARY     inetprotutil.lib
       
    69 LIBRARY		phoneclient.lib
       
    70 LIBRARY		centralrepository.lib
       
    71 
    46 
    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 
    47 
    82 DEBUGLIBRARY		flogger.lib
    48 EXPORTUNFROZEN
    83