mmsharing/livecommsui/lcui/tsrc/mustester/Stubs/mceclientstub/group/mceclient.mmp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 /*
       
     2 * Copyright (c) 2006-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:  Definition of project MceClientStub
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET              	mceclient.dll
       
    25 TARGETTYPE            dll
       
    26 UID                  	0x1000008d 0x00000111 // Experimental UID
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  mcemanager.cpp
       
    33 SOURCE                  mcesession.cpp
       
    34 SOURCE                  mceoutsession.cpp
       
    35 SOURCE                  mceinsession.cpp
       
    36 SOURCE                  mcestreambundle.cpp
       
    37 SOURCE                  mcemediastream.cpp
       
    38 SOURCE                  mcevideostream.cpp
       
    39 SOURCE                  mceaudiostream.cpp
       
    40 SOURCE                  mcemediasource.cpp
       
    41 SOURCE                  mcecamerasource.cpp
       
    42 SOURCE                  mcefilesource.cpp
       
    43 SOURCE                  mcefilesink.cpp
       
    44 SOURCE                  mcertpsource.cpp
       
    45 SOURCE                  mcemediasink.cpp
       
    46 SOURCE                  mcedisplaysink.cpp
       
    47 SOURCE                  mcertpsink.cpp
       
    48 SOURCE                  mcespeakersink.cpp
       
    49 SOURCE                  mcecodec.cpp
       
    50 SOURCE                  mceaudiocodec.cpp
       
    51 SOURCE                  mceamrcodec.cpp
       
    52 SOURCE                  mcevideocodec.cpp
       
    53 SOURCE                  mceh263codec.cpp
       
    54 SOURCE                  mceavccodec.cpp
       
    55 SOURCE                  mcetransactiondatacontainer.cpp
       
    56 SOURCE                  staticdllentry.cpp
       
    57 
       
    58 SOURCEPATH              ../../sipprofilestub/src
       
    59 SOURCE                  sipprofileregistrybasestub.cpp
       
    60 SOURCE                  sipprofileregistrystub.cpp
       
    61 SOURCE                  sipprofilestub.cpp sipmanagedprofileregistrystub.cpp sipmanagedprofilestub.cpp sipstub.cpp
       
    62 
       
    63 
       
    64 USERINCLUDE             ../inc
       
    65 USERINCLUDE		../../sipprofilestub/inc
       
    66 USERINCLUDE     ../../../../../../inc /Mush/inc
       
    67 
       
    68 
       
    69 // to replace SIP profiles with a stub
       
    70 SYSTEMINCLUDE           ../../sipprofilestub/inc
       
    71 SYSTEMINCLUDE           /epoc32/include
       
    72 
       
    73 // Default system include paths for application layer modules.
       
    74 APP_LAYER_SYSTEMINCLUDE
       
    75 
       
    76 LIBRARY                 euser.lib
       
    77 LIBRARY                 bafl.lib
       
    78 LIBRARY 				        ws32.lib
       
    79 LIBRARY 				        bitgdi.lib
       
    80 LIBRARY 				        fbscli.lib
       
    81 
       
    82 
       
    83 
       
    84 EXPORTUNFROZEN
       
    85 
       
    86 SOURCEPATH 							../src
       
    87 SOURCE 								  mussessionsimulator.cpp
       
    88 SOURCEPATH 							../../sipprofilestub/src
       
    89 SOURCE 									sipprofilealrcontroller.cpp
       
    90 SOURCEPATH 							../src
       
    91 SOURCE 									mccscreen.cpp