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