harvester/monitorplugins/mdsfileserverplugin/group/mdsfileserverplugin.mmp
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION       10.0
       
    23 TARGET        mdsfileserverplugin.pxt
       
    24 TARGETTYPE    fsy
       
    25 UID           0x100039DF 0x200071CD
       
    26 
       
    27 CAPABILITY 	  TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 USERINCLUDE   ../inc
       
    31 USERINCLUDE   ../../inc
       
    32 USERINCLUDE   ../../../../inc
       
    33 
       
    34 SOURCEPATH    ../src
       
    35 SOURCE        mdsfileserverplugin.cpp
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY       euser.lib
       
    40 LIBRARY       efile.lib
       
    41 LIBRARY       efsrv.lib
       
    42 
       
    43 OPTION ARMCC -O3 -OTime
       
    44