mmappcomponents/harvester/utility/group/mpxharvesterutility.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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 for Harvester Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  mpxharvesterutility.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     0x1000006C 0x101FFCD3
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 VERSION                 11.0
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  mpxharvesterutility.cpp
       
    33 SOURCE                  mpxharvesterutilityimp.cpp
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY                 euser.lib
       
    40 LIBRARY                 estor.lib 
       
    41 LIBRARY                 efsrv.lib
       
    42 LIBRARY                 mpxcommon.lib
       
    43 
       
    44 #if defined(ARMCC)
       
    45 deffile ../eabi/ 
       
    46 #elif defined(WINSCW)
       
    47 deffile ../bwinscw/ 
       
    48 #endif