os/mm/imagingandcamerafws/cameraunittest/group/ECamUnitTestPlugin.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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 // ECamUnitTestPlugin.dll Unit test plugin implementation
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 #include "../src/ECamUnitTestPlugin/ECamUnitTestPluginUids.hrh"
    24 
    25 TARGET 		ecamunittestplugin.dll
    26 TARGETTYPE 	PLUGIN
    27 CAPABILITY	ALL -TCB
    28 
    29 // MAGIC Dll recognition UID followed by the unique UID for this dll
    30 UID 		0x10009D8D KUidCameraUnitTestDll
    31 VENDORID 	0x70000001
    32 
    33 SOURCEPATH	../src/ECamUnitTestPlugin
    34 SOURCE		ECamUnitTestPlugin.cpp 
    35 SOURCE		AdvancedSettings.cpp 
    36 
    37 SOURCE		EnhanceFunctionality.cpp 
    38 
    39 SOURCE		directviewfinder.cpp
    40 
    41 SOURCE      extended_functionality.cpp
    42 	
    43 USERINCLUDE	../src/ECamUnitTestPlugin
    44 USERINCLUDE	../../camerafw/Include
    45 
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    47 
    48 START RESOURCE 	102070CF.rss
    49 TARGET ecamunittestplugin.rsc
    50 END
    51 
    52 LIBRARY 	euser.lib
    53 LIBRARY		ecampluginsupport.lib
    54 LIBRARY		ecam.lib
    55 LIBRARY     ecamadvsettings.lib
    56 LIBRARY     efsrv.lib 
    57 LIBRARY     ecamhistogram.lib
    58 LIBRARY     ecamoverlay.lib
    59 LIBRARY     ecamsnapshot.lib
    60 LIBRARY		ecamdirectviewfinder.lib
    61 LIBRARY     fbscli.lib
    62 
    63 SMPSAFE