multimediacommsengine/mmcecli/group/mceclient.mmp
changeset 0 1bce908db942
child 49 64c62431ac08
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     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:    This is project specification file for the MCE Client.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY 	CAP_GENERAL_DLL
       
    23 
       
    24 VENDORID	VID_DEFAULT
       
    25 
       
    26 TARGET          mceclient.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x1000008D 0x1020286C
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          mceevent.cpp
       
    32 SOURCE          mceinevent.cpp
       
    33 SOURCE          mceoutevent.cpp
       
    34 SOURCE          mcerefer.cpp
       
    35 SOURCE          mceinrefer.cpp
       
    36 SOURCE          mceoutrefer.cpp
       
    37 SOURCE          mcefactory.cpp
       
    38 SOURCE          mceitcsender.cpp
       
    39 SOURCE          mceitcreceiverbase.cpp
       
    40 SOURCE          mceeventmanagerreceiver.cpp
       
    41 SOURCE          mceeventreceiver.cpp
       
    42 SOURCE          mcereferreceiver.cpp
       
    43 SOURCE          mceaudiostream.cpp
       
    44 SOURCE          mceinsession.cpp
       
    45 SOURCE          mcemanager.cpp
       
    46 SOURCE          mcemediasink.cpp
       
    47 SOURCE          mcemediasource.cpp
       
    48 SOURCE          mcemediastream.cpp
       
    49 SOURCE          mcemicsource.cpp
       
    50 SOURCE          mceoutsession.cpp
       
    51 SOURCE          mcertpsink.cpp
       
    52 SOURCE          mcertpsource.cpp
       
    53 SOURCE          mcesession.cpp
       
    54 SOURCE          mcestreambundle.cpp
       
    55 SOURCE          mcespeakersink.cpp
       
    56 SOURCE          mcecodec.cpp
       
    57 SOURCE          mceaudiocodec.cpp
       
    58 SOURCE          mceamrcodec.cpp
       
    59 SOURCE          mceamrwbcodec.cpp
       
    60 SOURCE          mceg711codec.cpp 
       
    61 SOURCE          mceg729codec.cpp  
       
    62 SOURCE          mceilbccodec.cpp  
       
    63 SOURCE          mcedtmfcodec.cpp
       
    64 SOURCE          mcecncodec.cpp
       
    65 SOURCE          mceredcodec.cpp
       
    66 SOURCE          mcevideostream.cpp
       
    67 SOURCE          mcevideocodec.cpp
       
    68 SOURCE          mcecamerasource.cpp
       
    69 SOURCE          mcedisplaysink.cpp
       
    70 SOURCE          mcefilesource.cpp
       
    71 SOURCE          mcefilesink.cpp
       
    72 SOURCE          mceavsink.cpp
       
    73 SOURCE          mceh263codec.cpp
       
    74 SOURCE          mceavccodec.cpp
       
    75 SOURCE          mcefcmsgexchange.cpp
       
    76 SOURCE          mcemanagerreceiver.cpp
       
    77 SOURCE          mcesessionreceiver.cpp
       
    78 SOURCE          mce.cpp
       
    79 SOURCE          mceserverstarter.cpp
       
    80 SOURCE          mcetransactiondatacontainer.cpp
       
    81 SOURCE          mcesecureinsession.cpp
       
    82 SOURCE          mcesecureoutsession.cpp
       
    83 SOURCE          staticdllentry.cpp
       
    84 
       
    85 SOURCEPATH      ../../mmceshared/src
       
    86 SOURCE          mcecomsession.cpp
       
    87 SOURCE          mcecomstreambundle.cpp
       
    88 SOURCE          mcecommediastream.cpp
       
    89 SOURCE          mcecomaudiostream.cpp
       
    90 SOURCE          mcecomendpoint.cpp
       
    91 SOURCE          mcecomvideostream.cpp
       
    92 SOURCE          mcecommediasink.cpp
       
    93 SOURCE          mcecomrtpsink.cpp
       
    94 SOURCE          mcecomspeakersink.cpp
       
    95 SOURCE          mcecomdisplaysink.cpp
       
    96 SOURCE          mcecommediasource.cpp
       
    97 SOURCE          mcecommicsource.cpp
       
    98 SOURCE          mcecomrtpsource.cpp
       
    99 SOURCE          mcecomcamerasource.cpp
       
   100 SOURCE          mcecomfilesource.cpp
       
   101 SOURCE          mcecomfilesink.cpp
       
   102 SOURCE          mcecomavsink.cpp
       
   103 SOURCE          mcecomcodec.cpp
       
   104 SOURCE          mcecomaudiocodec.cpp
       
   105 SOURCE          mcecomvideocodec.cpp
       
   106 SOURCE          mcecomamrcodec.cpp
       
   107 SOURCE 			mcecomamrwbcodec.cpp
       
   108 SOURCE          mcecomg711codec.cpp  
       
   109 SOURCE          mcecomg729codec.cpp  
       
   110 SOURCE          mcecomilbccodec.cpp  
       
   111 SOURCE          mcecomdtmfcodec.cpp
       
   112 SOURCE          mcecomcncodec.cpp
       
   113 SOURCE          mcecomredcodec.cpp
       
   114 SOURCE          mcecomh263codec.cpp
       
   115 SOURCE          mcecomavccodec.cpp
       
   116 SOURCE          mcecomfactory.cpp
       
   117 SOURCE          mceserial.cpp
       
   118 SOURCE          mceevents.cpp
       
   119 SOURCE          mcecomserializationcontext.cpp
       
   120 
       
   121 
       
   122 
       
   123 USERINCLUDE     ../inc
       
   124 USERINCLUDE     ../../mmceshared/inc
       
   125  
       
   126 MW_LAYER_SYSTEMINCLUDE
       
   127 
       
   128 
       
   129 
       
   130 LIBRARY         euser.lib
       
   131 LIBRARY         estor.lib 
       
   132 LIBRARY         bafl.lib 
       
   133 LIBRARY         apparc.lib
       
   134 LIBRARY         apgrfx.lib
       
   135 LIBRARY         sipprofilecli.lib
       
   136 LIBRARY         insock.lib
       
   137 LIBRARY         charconv.lib
       
   138 LIBRARY         flogger.lib
       
   139 LIBRARY         efsrv.lib
       
   140 
       
   141 PAGED