metadataengine/common/group/mdccommon.mmp
changeset 0 c53acadfccc6
child 32 bf039b7fe409
child 54 a3cc46f37772
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 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 VERSION         10.0
       
    22 TARGET          mdccommon.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH 	    SHARED_LIB_DIR
       
    25 UID             0x1000008d 0x200009F2
       
    26 
       
    27 CAPABILITY	    CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 #if defined(WINSCW)
       
    31     deffile ../bwincw/mdccommonu.def
       
    32 #elif defined(ARMCC)
       
    33     deffile ../eabi/mdccommonu.def
       
    34 #endif
       
    35 nostrictdef
       
    36 
       
    37 USERINCLUDE     ../../../inc
       
    38 
       
    39 SOURCEPATH  	../src
       
    40 SOURCE      	mdccommon.cpp
       
    41 SOURCE		mdcserializationbuffer.cpp
       
    42 SOURCE		mdcitem.cpp
       
    43 SOURCE		mdcdef.cpp
       
    44 SOURCE		mdcquery.cpp
       
    45 SOURCE		mdcresult.cpp
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         	euser.lib
       
    50 
       
    51 PAGED
       
    52 BYTEPAIRCOMPRESSTARGET
       
    53 OPTION ARMCC -O3 -OTime
       
    54