contextframework/cfw/group/basicoperationsplugin.mmp
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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 CFActivatorEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "../inc/basicoperationsplugin/basicoperationspluginconst.hrh"
       
    22 #include "../inc/common/cftraceconfiguration.hrh"
       
    23 
       
    24 TARGET          basicoperationsplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D KBasicOperationsPluginDllUid
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src/basicoperationsplugin
       
    30 SOURCE          main.cpp
       
    31 SOURCE          basicoperationsplugin.cpp
       
    32 
       
    33 SOURCE          cfbasicscriptroot.cpp
       
    34 SOURCE          cfclausenode.cpp
       
    35 SOURCE          cfifclause.cpp
       
    36 SOURCE          cfelseifclause.cpp
       
    37 SOURCE          cfelseclause.cpp
       
    38 SOURCE          cfdelay.cpp
       
    39 
       
    40 SOURCE          cfscriptaction.cpp
       
    41 SOURCE          cfnotifyaction.cpp
       
    42 SOURCE          cfpublishcontextaction.cpp
       
    43 SOURCE          cfsourcecommandaction.cpp
       
    44 
       
    45 SOURCE          cfandoperation.cpp
       
    46 SOURCE          cfnotoperation.cpp
       
    47 SOURCE          cforoperation.cpp
       
    48 
       
    49 SOURCE          cfcontextoperation.cpp
       
    50 SOURCE          cfcontextoperationutils.cpp
       
    51 SOURCE          cfequal.cpp
       
    52 SOURCE          cfnotequal.cpp
       
    53 SOURCE          cfless.cpp
       
    54 SOURCE          cflessorequal.cpp
       
    55 SOURCE          cfgreater.cpp
       
    56 SOURCE          cfgreaterorequal.cpp
       
    57 SOURCE          cfcontains.cpp
       
    58 SOURCE          cfinrange.cpp
       
    59 SOURCE          cfcontextchanged.cpp
       
    60 SOURCE          cfcontextupdated.cpp
       
    61 SOURCE          cfcount.cpp
       
    62 SOURCE          cfcountoneshot.cpp
       
    63 SOURCE          cfcountrepeating.cpp
       
    64 
       
    65 USERINCLUDE     .
       
    66 USERINCLUDE     ../inc/basicoperationsplugin
       
    67 USERINCLUDE     ../inc/common
       
    68 USERINCLUDE     ../inc/cfserver		// for MCFExtendedContextInterface
       
    69 
       
    70 APP_LAYER_SYSTEMINCLUDE
       
    71 
       
    72 SOURCEPATH      ../data
       
    73 START RESOURCE  basicoperationsplugin.rss
       
    74 TARGET          basicoperationsplugin.rsc
       
    75 TARGETPATH      /resource/plugins
       
    76 END
       
    77 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         cfoperationpluginservices.lib
       
    80 LIBRARY         cfservices.lib
       
    81 LIBRARY         xmldom.lib
       
    82 LIBRARY         estor.lib
       
    83 
       
    84 #ifdef TRACE_INTO_FILE
       
    85 LIBRARY         flogger.lib
       
    86 #endif