memana/analyzetoolclient/group/bld.inf
changeset 2 6a82cd05fb1e
parent 1 3ff3fecb12fe
equal deleted inserted replaced
1:3ff3fecb12fe 2:6a82cd05fb1e
     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 #include "../staticlib/group/bld.inf"
       
    19 #include "../storageserver/group/bld.inf"
       
    20 #include "../kerneleventhandler/group/bld.inf"
       
    21 #include "../dynamicmemoryhook/group/bld.inf"
       
    22 #ifdef __S60_
       
    23 	#include "../configurationappgui/group/bld.inf"
       
    24 #endif
       
    25 #include "../consoleui/group/bld.inf"
       
    26 
       
    27 PRJ_MMPFILES
       
    28 #if !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
       
    29 	PRJ_EXTENSIONS
       
    30 	#ifdef MARM
       
    31 		START EXTENSION app-services/buildstubsis
       
    32 		OPTION SRCDIR ../sis
       
    33 		OPTION SISNAME analyzeTool_stub
       
    34 		END
       
    35 	#endif
       
    36 #else
       
    37 	#ifdef MARM
       
    38 		gnumakefile atool_stub_sis.mk
       
    39 	#endif
       
    40 #endif
       
    41 
       
    42 PRJ_EXPORTS
       
    43 #if !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
       
    44 	#if defined CORE_IBY_EXPORT_PATH
       
    45 		../rom/analyzetool.iby CORE_IBY_EXPORT_PATH(tools,analyzetool.iby)
       
    46 		../rom/analyzetool_rom.iby CORE_IBY_EXPORT_PATH(tools/rom,analyzetool_rom.iby)
       
    47 	#endif
       
    48 #endif