contextframework/cfwplugins/ApplicationStateSourcePlugIn/group/ApplicationStateSourcePlugIn.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 ApplicationStateSourcePlugIn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/ApplicationStateSourcePluginConst.hrh"
       
    21 
       
    22 TARGET          ApplicationStateSourcePlugIn.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D KApplicationStateSourcePluginDllUid
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          Main.cpp
       
    29 SOURCE          ApplicationStateSourcePlugin.cpp
       
    30 SOURCE          cfapplicationstatesettings.cpp
       
    31 SOURCE          cfuidnamepair.cpp
       
    32 SOURCE		uidorientationpair.cpp
       
    33 
       
    34 USERINCLUDE     .
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../cfw/CenRep
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SOURCEPATH      ../data
       
    41 START RESOURCE  ApplicationStateSourcePlugIn.rss
       
    42 TARGET          ApplicationStateSourcePlugIn.rsc
       
    43 TARGETPATH      /resource/plugins
       
    44 END
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         viewcli.lib
       
    48 LIBRARY         centralrepository.lib 
       
    49 LIBRARY         cfservices.lib
       
    50 LIBRARY         cfcontextsourcemanager.lib
       
    51 LIBRARY         apgrfx.lib
       
    52 LIBRARY         ws32.lib 
       
    53 LIBRARY		cenrepnotifhandler.lib
       
    54 
       
    55 #ifdef LOGGING_MODE_FILE
       
    56 LIBRARY         flogger.lib
       
    57 #endif