contentstorage/casrv/carunningappmonitor/group/carunningappmonitor.mmp
changeset 116 305818acdca4
parent 112 dbfb5e38438b
child 119 50e220be30d1
equal deleted inserted replaced
112:dbfb5e38438b 116:305818acdca4
     1 /*
       
     2 * Copyright (c) 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: carunningappmonitor.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the system includes definitions
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET carunningappmonitor.dll
       
    22 TARGETTYPE PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID 0x10009D8D 0x200267B5
       
    26 SECUREID 0x200267B5
       
    27 CAPABILITY CAP_ECOM_PLUGIN
       
    28 
       
    29 DEFFILE         carunningappmonitor.def
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          castoragetask.cpp
       
    34 SOURCE          carunningapphandler.cpp
       
    35 SOURCE          carunningappmonitor.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../casrvmgr/inc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../../srvinc
       
    41 USERINCLUDE     ../../../cautils/inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../data
       
    46 START RESOURCE  carunningappmonitor.rss
       
    47     LANG    sc
       
    48     TARGET  carunningappmonitor.rsc
       
    49 END
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         ecom.lib
       
    53 LIBRARY         ws32.lib
       
    54 LIBRARY         apgrfx.lib
       
    55 LIBRARY         cautils.lib
       
    56 LIBRARY         camenu.lib
       
    57