multimediacommscontroller/mmccMsrppayloadformat/group/msrppayloadformat.mmp
branchrcs
changeset 49 64c62431ac08
child 50 1d8943dd8be6
equal deleted inserted replaced
44:fb024d5e35fa 49:64c62431ac08
       
     1 /*
       
     2 * Copyright (c) 2004-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 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET         	mmccmsrpplformat.dll		
       
    23 
       
    24 CAPABILITY 		CAP_ECOM_PLUGIN
       
    25 VENDORID		VID_DEFAULT
       
    26 TARGETTYPE		PLUGIN
       
    27 
       
    28 UID             0x10009D8D 0x10299988                      
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          msrppayloadformatread.cpp
       
    32 SOURCE          msrppayloadformatwrite.cpp
       
    33 SOURCE          msrppayloadformatimplementationproxy.cpp
       
    34 SOURCE          sendstatemachine.cpp
       
    35 SOURCE 		BufferTimer.cpp
       
    36 
       
    37 SOURCEPATH      ../../mmccshared/src
       
    38 SOURCE          formatstatemachine.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../mmccshared/inc
       
    42 USERINCLUDE     ../../mmccrtpsourcesink/inc
       
    43 USERINCLUDE     ../../mmccmsrpsourcesink/inc
       
    44 USERINCLUDE     ../../mmcccontroller/inc
       
    45 USERINCLUDE     ../../mmccinterface/inc
       
    46 USERINCLUDE     ../../mmccsubcontroller/inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    50 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 
       
    53 #ifdef FTD_ENABLED
       
    54 USERINCLUDE     ../../internal/FTD
       
    55 #endif
       
    56 
       
    57 SOURCEPATH      ../data
       
    58 
       
    59 START RESOURCE	10299988.rss
       
    60 TARGET			mmccmsrpplformat.rsc
       
    61 END
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         mmfserverbaseclasses.lib
       
    65 LIBRARY         ecom.lib
       
    66 LIBRARY         mmfcontrollerframework.lib
       
    67 LIBRARY		charconv.lib
       
    68 
       
    69 PAGED