os/mm/mmplugins/cameraplugins/source/mmcameraclientplugin/mmcameraclientsession/group/mmcameraclientsession.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // mmcameraclientsession.dll Reference ECam client plugin implementation
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 #include <ecamuids.hrh>
    23 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    24 #include <ecamuidsconst.hrh>
    25 #include <ecamuidsdef.hrh>
    26 #endif
    27 
    28 
    29 TARGET 				mmcameraclientsession.dll
    30 TARGETTYPE 			PLUGIN
    31 CAPABILITY			ALL -TCB
    32 
    33 // MAGIC Dll recognition UID followed by the unique UID for this dll
    34 UID 				0x10009D8D KUidMMCameraClientSessionDll
    35 VENDORID 			0x70000001
    36 
    37 SOURCEPATH			../src
    38 SOURCE				mmcameraclientsession.cpp
    39 SOURCE				mmdirectviewfinder.cpp
    40 SOURCE				mmcameraclientinterface.cpp
    41 
    42 USERINCLUDE			../src
    43 
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    45 
    46 RESOURCE			mmcameraclientsession.rss
    47 
    48 LIBRARY 			euser.lib
    49 LIBRARY				ecampluginsupport.lib
    50 LIBRARY				ecam.lib
    51 LIBRARY				ecamadvsettings.lib
    52 LIBRARY     		ws32.lib
    53 LIBRARY				efsrv.lib
    54 SMPSAFE