mmplugins/cameraplugins/mmpfiles/ECamStubPlugin.mmp
branchRCL_3
changeset 64 92a82bc706f7
parent 0 40261b775718
equal deleted inserted replaced
9:9ae0fe04e757 64:92a82bc706f7
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of the License "Symbian Foundation License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    13 // Description:
    13 // Description:
    14 // ECamStubPlugin.dll Camera stub plugin implementation
    14 // ECamStubPlugin.dll Camera stub plugin implementation
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
       
    18 
       
    19 
    18 /**
    20 /**
    19  @file
    21  @file
    20 */
    22 */
    21 
       
    22 
       
    23 
    23 
    24 #include "../../../imagingandcamerafws/camerafw/Include/ECamUids.hrh"
    24 #include "../../../imagingandcamerafws/camerafw/Include/ECamUids.hrh"
    25 
    25 
    26 TARGET 		ecamstubplugin.dll
    26 TARGET 		ecamstubplugin.dll
    27 TARGETTYPE 	PLUGIN
    27 TARGETTYPE 	PLUGIN
    33 
    33 
    34 SOURCEPATH	../source/stub
    34 SOURCEPATH	../source/stub
    35 SOURCE		ECamStubPlugin.cpp 
    35 SOURCE		ECamStubPlugin.cpp 
    36 
    36 
    37 USERINCLUDE	../source/stub
    37 USERINCLUDE	../source/stub
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 SYSTEMINCLUDE 	/epoc32/include
    39 
    39 
    40 START RESOURCE 	10207081.rss
    40 START RESOURCE 	10207081.rss
    41 TARGET ecamstubplugin.rsc
    41 TARGET ecamstubplugin.rsc
    42 END
    42 END
    43 
    43 
    44 LIBRARY 	euser.lib
    44 LIBRARY 	euser.lib
    45 LIBRARY		ecampluginsupport.lib
    45 LIBRARY		ecampluginsupport.lib
    46 
       
    47 SMPSAFE