mmplugins/cameraplugins/mmpfiles/ecamwebcameraplugin.mmp
branchRCL_3
changeset 9 9ae0fe04e757
child 64 92a82bc706f7
equal deleted inserted replaced
8:bc06d8566074 9:9ae0fe04e757
       
     1 /*
       
     2 * Copyright (c) 2010 ISB.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * ISB - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #include "../source/webcamera/ecamwebcamerapluginuids.hrh"
       
    25 
       
    26 TARGET 		ecamwebcameraplugin.dll
       
    27 TARGETTYPE 	PLUGIN
       
    28 CAPABILITY	ALL -TCB
       
    29 
       
    30 // MAGIC Dll recognition UID followed by the unique UID for this dll
       
    31 UID 		0x10009D8D KUidOnboardWebCameraDll
       
    32 VENDORID	0x70000001
       
    33 
       
    34 SOURCEPATH	../source/webcamera
       
    35 SOURCE		ecamwebcameraplugin.cpp 
       
    36 SOURCE		ecamwebcameraadvset.cpp
       
    37 SOURCE		ecamwebcameraactive.cpp
       
    38 SOURCE		ecamwebcameravfactive.cpp
       
    39 SOURCE		ecamwebcamerabuffer.cpp
       
    40 
       
    41 USERINCLUDE		../source/webcamera
       
    42 SYSTEMINCLUDE 	/epoc32/include
       
    43 SYSTEMINCLUDE 	/epoc32/include/platform
       
    44 SYSTEMINCLUDE 	/epoc32/include/syborg
       
    45 
       
    46 START RESOURCE 	01000001.rss
       
    47 TARGET	ecamwebcameraplugin.rsc
       
    48 END
       
    49 
       
    50 LIBRARY		euser.lib
       
    51 LIBRARY		ecampluginsupport.lib
       
    52 LIBRARY		ecam.lib
       
    53 LIBRARY		fbscli.lib
       
    54 LIBRARY		efsrv.lib 
       
    55 LIBRARY		ws32.lib
       
    56 LIBRARY		bitgdi.lib