perfsrv/analyzetool/group/bld.inf
changeset 51 98307c651589
equal deleted inserted replaced
42:0ff24a8f6ca2 51:98307c651589
       
     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 <platform_paths.hrh>
       
    19 
       
    20 #include "../analyzetool_plat/group/bld.inf"
       
    21 #include "../commandlineengine/group/bld.inf"
       
    22 #include "../staticlib/group/bld.inf"
       
    23 #include "../kerneleventhandler/group/bld.inf"
       
    24 #include "../analyzetoolcleaner/group/bld.inf"
       
    25 #include "../dynamicmemoryhook/group/bld.inf"
       
    26 
       
    27 PRJ_EXPORTS
       
    28 //../rom/analyzetool.iby                          CORE_IBY_EXPORT_PATH(tools,analyzetool.iby)
       
    29 ../rom/analyzetool_rom.iby                      CORE_IBY_EXPORT_PATH(tools/rom,analyzetool_rom.iby)
       
    30 
       
    31 /*
       
    32 PRJ_MMPFILES
       
    33 #ifndef SBSV2
       
    34   #ifdef MARM
       
    35     gnumakefile atool_stub_sis.mk
       
    36   #endif
       
    37 #endif
       
    38 
       
    39 PRJ_EXTENSIONS
       
    40 #ifdef SBSV2
       
    41   #ifdef MARM
       
    42      START EXTENSION app-services/buildstubsis
       
    43      OPTION SRCDIR ../sis
       
    44      OPTION SISNAME analyzeTool_stub
       
    45      END
       
    46   #endif
       
    47 #endif
       
    48 */