multimediacommscontroller/mmccfilesourcesink/group/filesourcesink.mmp
changeset 0 1bce908db942
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:    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mmccfilesourcesink.dll
       
    23 
       
    24 CAPABILITY 		CAP_ECOM_PLUGIN
       
    25 VENDORID		VID_DEFAULT
       
    26 TARGETTYPE		PLUGIN
       
    27 
       
    28 UID             0x10009D8D 0x102747CB
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          mcceoftimer.cpp
       
    32 SOURCE          mccfilesource.cpp
       
    33 SOURCE          mccfilesourceimpl.cpp
       
    34 SOURCE          mccfilesink.cpp
       
    35 SOURCE			mccfilesourcesinkfactory.cpp
       
    36 SOURCE          mccfilesourcetypebase.cpp
       
    37 SOURCE          mccfilevideo.cpp
       
    38 SOURCE          mccfileaudio.cpp
       
    39 SOURCE          mccperiodicrunner.cpp
       
    40 
       
    41 SOURCEPATH      ../data
       
    42 START RESOURCE	102747CB.rss 
       
    43 TARGET      	mmccfilesourcesink.rsc
       
    44 END
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../../mmccinterface/inc
       
    48 USERINCLUDE     ../../mmccshared/inc
       
    49 USERINCLUDE     ../../mmcccontroller/inc
       
    50 USERINCLUDE     ../../mmccsubcontroller/inc
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 LIBRARY         3gpmp4lib.lib
       
    55 LIBRARY         camc3gpsink.lib
       
    56 LIBRARY         euser.lib 
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         ecom.lib
       
    59 LIBRARY         esock.lib
       
    60 LIBRARY         ws32.lib
       
    61 LIBRARY         mmfcontrollerframework.lib
       
    62 LIBRARY         mmfserverbaseclasses.lib
       
    63 LIBRARY         mmccinterface.lib
       
    64 LIBRARY         imut.lib
       
    65 LIBRARY         charconv.lib
       
    66 LIBRARY		inetprotutil.lib
       
    67 
       
    68 PAGED