mmsharing/livecommsui/lcuiengine/tsrc/ut_lcuieng/lcstub/group/lcenginepluginstub.mmp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
child 35 6c57ef9392d2
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
     1 /*
       
     2 * Copyright (c) 2009 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         lcenginepluginstub.dll
       
    23 TARGETTYPE     PLUGIN
       
    24 UID         0x10009d8d 0x10203399
       
    25 VENDORID       VID_DEFAULT
       
    26 CAPABILITY     CAP_ECOM_PLUGIN
       
    27 
       
    28 
       
    29 SOURCEPATH     ../data
       
    30 START RESOURCE 10203399.rss
       
    31 TARGET         lcenginepluginstub.rsc
       
    32 END
       
    33   
       
    34 SOURCEPATH	../src
       
    35 SOURCE		dllentry.cpp
       
    36 SOURCE 		lcvideoplayerstub.cpp
       
    37 SOURCE		lcenginestub.cpp 
       
    38 SOURCE		lcsessionstub.cpp
       
    39 
       
    40 USERINCLUDE 	../inc
       
    41 USERINCLUDE     ../../../../../../mmsharing/inc
       
    42 USERINCLUDE     ../../../../../../inc
       
    43 
       
    44 
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    48 
       
    49 LIBRARY		euser.lib
       
    50 LIBRARY		ecom.lib
       
    51 LIBRARY		insock.lib
       
    52 
       
    53 
       
    54 
       
    55