multimediacommscontroller/mmccanysourcesink/group/anysourcesink.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:    
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mmccanysourcesink.dll
       
    23 
       
    24 CAPABILITY 		CAP_ECOM_PLUGIN
       
    25 VENDORID		VID_DEFAULT
       
    26 TARGETTYPE		PLUGIN
       
    27 
       
    28 UID             0x10009D8D 0x10283393
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          mccanysource.cpp
       
    32 SOURCE          mccanysink.cpp
       
    33 SOURCE			    mccanysourcesinkfactory.cpp
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE	10283393.rss 
       
    37 TARGET      	mmccanysourcesink.rsc
       
    38 END
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../mmccinterface/inc
       
    42 USERINCLUDE     ../../mmccshared/inc
       
    43 USERINCLUDE     ../../mmcccontroller/inc
       
    44 USERINCLUDE     ../../mmccsubcontroller/inc
       
    45 
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 
       
    49 
       
    50 LIBRARY         euser.lib 
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         mmfcontrollerframework.lib
       
    53 LIBRARY         mmfserverbaseclasses.lib
       
    54 
       
    55 PAGED