contextframework/cfwplugins/orientationactionplugin/group/orientationactionplugin.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:  Project definition file for project OrientationSwitchActionPlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/traceconfiguration.hrh"
       
    21 #include "../inc/orientationactionpluginconst.hrh"
       
    22 
       
    23 TARGET          OrientationActionPlugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KOrientationActionPlugInDllUid
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          main.cpp
       
    30 SOURCE          orientationactionplugin.cpp
       
    31 SOURCE          orientationaction.cpp
       
    32 
       
    33 USERINCLUDE     .
       
    34 USERINCLUDE     ../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH      ../data
       
    39 START RESOURCE  orientationactionplugin.rss
       
    40 TARGET          orientationactionplugin.rsc
       
    41 TARGETPATH      /resource/plugins
       
    42 END
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         bafl.lib
       
    46 LIBRARY         ws32.lib
       
    47 LIBRARY         eikcore.lib
       
    48 LIBRARY         apparc.lib
       
    49 LIBRARY         akncapserverclient.lib
       
    50 LIBRARY         cfactivatorengine.lib
       
    51 LIBRARY         cfservices.lib
       
    52 LIBRARY         centralrepository.lib
       
    53 LIBRARY         Avkon.lib
       
    54 LIBRARY         apgrfx.lib
       
    55 #ifdef TRACE_INTO_FILE
       
    56 LIBRARY         flogger.lib
       
    57 #endif