ncdengine/engine/group/catalogsengine.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #define CATALOGS_COMPONENT_CATALOGSENGINEDLL
       
    20 #ifndef __SERIES60_30__
       
    21 #if defined( __SERIES60_31__ ) || defined( __S60_32__ )
       
    22 #include <platform_paths.hrh>
       
    23 #else
       
    24 #include <platform_paths.hrh>
       
    25 #endif
       
    26 #endif
       
    27 #include "../inc/build_config.mmpi"
       
    28 
       
    29 // Replaced with USE_BUILD_SCRIPT when using build script
       
    30 #define DUMMY_DEFINE
       
    31 
       
    32 #ifdef USE_BUILD_SCRIPT
       
    33     TARGET        ncdengine_APP_NAME_POSTFIX.dll
       
    34     CAPABILITY    CATALOGS_MINIMUM_CAPABILITIES
       
    35 #else
       
    36     TARGET        ncdengine_20019119.dll
       
    37     CAPABILITY    CATALOGS_DLL_CAPABILITIES
       
    38 #endif // USE_BUILD_SCRIPT
       
    39 
       
    40 TARGETTYPE    dll
       
    41 UID           0x1000008d
       
    42 
       
    43 
       
    44 SOURCEPATH    ../../engine/src
       
    45 SOURCE	      catalogsengine.cpp
       
    46 
       
    47 USERINCLUDE   ../../inc
       
    48 USERINCLUDE   ../../engine/inc
       
    49 
       
    50 // System include paths
       
    51 #ifndef __SERIES60_30__
       
    52 APP_LAYER_SYSTEMINCLUDE
       
    53 #else
       
    54 SYSTEMINCLUDE /Epoc32/include
       
    55 #endif
       
    56 
       
    57 
       
    58 LIBRARY euser.lib flogger.lib ecom.lib estor.lib
       
    59 
       
    60 #ifdef CATALOGS_DEBUG_ENABLED
       
    61     #ifdef USE_BUILD_SCRIPT
       
    62     LIBRARY ncddebug_APP_NAME_POSTFIX.lib
       
    63     #else
       
    64     LIBRARY ncddebug_20019119.lib
       
    65     #endif // USE_BUILD_SCRIPT
       
    66 #endif
       
    67 
       
    68 #ifdef USE_BUILD_SCRIPT
       
    69 EXPORTUNFROZEN
       
    70 #endif
       
    71 
       
    72 SMPSAFE