contentstorage/casrv/carunningappmonitor/group/carunningappmonitor.mmp
changeset 85 7feec50967db
child 66 32469d7d46ff
equal deleted inserted replaced
4:1a2a00e78665 85:7feec50967db
       
     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 USERINCLUDE     ../../../domain/menu_content_service_api/inc
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../data
       
    47 START RESOURCE  carunningappmonitor.rss
       
    48     LANG    sc
       
    49     TARGET  carunningappmonitor.rsc
       
    50 END
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         ws32.lib
       
    55 LIBRARY         apgrfx.lib
       
    56 LIBRARY         cautils.lib
       
    57 LIBRARY         camenu.lib
       
    58