tsrc/musenginestub/group/musenginestub.mmp
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
     1 /*
     1 /*
     2 * Copyright (c) 2006-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 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:  Definition of project MceClientStub
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 // using relative paths for sourcepath and user includes
       
    19 // exports are unfrozen
    18 
    20 
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    21 #include <data_caging_paths.hrh>
    22 #include <data_caging_paths.hrh>
    22 #include<eunitcaps.h>
    23 #include<eunitcaps.h>
       
    24 #include "../../../inc/musuid.hrh"
    23 
    25 
    24 TARGET              	musenginestub.dll
    26 // Capability assignment.
    25 TARGETTYPE            	dll
    27 CAPABILITY 	EUNIT_CAPS
    26 UID                  	0x1000008d 0x00000112 // Experimental UID
       
    27 
    28 
    28 CAPABILITY      EUNIT_CAPS
    29 // Vendor ID assignment.
    29 VENDORID                VID_DEFAULT
    30 VENDORID	VID_DEFAULT
    30 
    31 
    31 SOURCEPATH              ../src
    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
    32 SOURCE      	musengsession.cpp
    40 SOURCE      	musengsession.cpp
    33 SOURCE      	musengmcesession.cpp
    41 SOURCE      	musengmcesession.cpp
    34 SOURCE      	musengmceoutsession.cpp
    42 SOURCE      	musengmceoutsession.cpp
    35 SOURCE          musenglivesession.cpp
    43 SOURCE          musenglivesession.cpp
       
    44 SOURCE			musengtwowaysession.cpp
       
    45 SOURCE			musengtwowayrecvsession.cpp
    36 SOURCE          musengreceivesession.cpp
    46 SOURCE          musengreceivesession.cpp
       
    47 SOURCE      	musengtelephoneutils.cpp
    37 SOURCE      	musengsessiondurationtimer.cpp
    48 SOURCE      	musengsessiondurationtimer.cpp
    38 SOURCE		musengclipsession.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
    39 
    56 
    40 
    57 
    41 USERINCLUDE             ../inc
    58 USERINCLUDE 	../inc
       
    59 USERINCLUDE 	../../mmshshared/inc
       
    60 USERINCLUDE   ../../inc
       
    61 USERINCLUDE   ../../../inc
    42 
    62 
    43 APP_LAYER_SYSTEMINCLUDE
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 SYSTEMINCLUDE 	/epoc32/include/ecom
    44 
    65 
    45 LIBRARY                 euser.lib
    66 LIBRARY     euser.lib
       
    67 LIBRARY     bafl.lib
       
    68 LIBRARY     inetprotutil.lib
       
    69 LIBRARY		phoneclient.lib
       
    70 LIBRARY		centralrepository.lib
    46 
    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
    47 
    81 
    48 EXPORTUNFROZEN
    82 DEBUGLIBRARY		flogger.lib
       
    83