ncdengine/engine/group/catalogsdebug.mmp
changeset 0 ba25891c3a9e
child 12 7ca52d38f8c3
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_CATALOGSDEBUGDLL
       
    20 
       
    21 #ifndef __SERIES60_30__
       
    22 #if defined( __SERIES60_31__ ) || defined( __S60_32__ )
       
    23 #include <platform_paths.hrh>
       
    24 #else
       
    25 #include <platform_paths.hrh>
       
    26 #endif
       
    27 #endif
       
    28 
       
    29 #include "../inc/build_config.mmpi"
       
    30 
       
    31 // Replaced with USE_BUILD_SCRIPT when using build script
       
    32 #define DUMMY_DEFINE
       
    33 
       
    34 // ECOM plugin ncdproxy_20019119.dll requires this lib and therefore big caps.
       
    35 #ifdef USE_BUILD_SCRIPT
       
    36     TARGET      ncddebug_APP_NAME_POSTFIX.dll
       
    37     CAPABILITY  CATALOGS_MINIMUM_CAPABILITIES
       
    38 #else
       
    39     TARGET      ncddebug_20019119.dll
       
    40     CAPABILITY  CATALOGS_DLL_CAPABILITIES
       
    41 #endif // USE_BUILD_SCRIPT
       
    42 
       
    43 TARGETTYPE    dll
       
    44 UID           0x1000008d
       
    45 
       
    46 
       
    47 USERINCLUDE   ../../inc
       
    48 USERINCLUDE   ../../engine/inc
       
    49 USERINCLUDE   ../../debuglogger/inc
       
    50 
       
    51 SOURCEPATH    ../../engine/src
       
    52 SOURCE 	      catalogsdebug.cpp
       
    53 #ifndef WINSCW
       
    54 SOURCE		  stackpointer.s
       
    55 #endif
       
    56 
       
    57 // System include paths
       
    58 #ifndef __SERIES60_30__
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 #else
       
    61 SYSTEMINCLUDE /Epoc32/include
       
    62 #endif
       
    63 
       
    64 LIBRARY euser.lib flogger.lib hal.lib
       
    65 
       
    66 EXPORTUNFROZEN
       
    67 
       
    68 SMPSAFE