memspyui/group/bld_generic.inf
changeset 51 b048e15729d6
parent 44 5db69f4c3d06
child 52 36d60d12b4af
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
     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 #include <platform_paths.hrh>
       
    20 #include "../memspywindowserverhelper/group/bld.inf"
       
    21 
       
    22 PRJ_EXPORTS
       
    23 ../data/MemSpyEComInterfaceIds.xml                      z:/private/2002129F/memspyecominterfaceids.xml
       
    24 ../data/MemSpyProcessMemoryTrackingAutoStartConfig.xml	z:/private/2002129F/memspyprocessmemorytrackingautostartconfig.xml
       
    25 ../data/backup_registration.xml							z:/private/2002129F/backup_registration.xml
       
    26 ../rom/memspyui.iby                                     CORE_IBY_EXPORT_PATH(tools,memspyui.iby)
       
    27 
       
    28 #ifndef SBSV2
       
    29   gnumakefile memspyui_icons_aif.mk
       
    30 
       
    31   #ifdef MARM
       
    32   gnumakefile memspyui_stub_sis.mk
       
    33   #endif
       
    34 #endif
       
    35 
       
    36 #ifdef SBSV2
       
    37   PRJ_EXTENSIONS
       
    38   START EXTENSION s60/mifconv
       
    39   OPTION TARGETFILE memspyui_aif.mif
       
    40   OPTION SOURCEDIR ../icons
       
    41   OPTION SOURCES -c8,8 qgn_menu_memspyui
       
    42   END
       
    43 
       
    44   #ifdef MARM
       
    45   START EXTENSION app-services/buildstubsis
       
    46   OPTION SRCDIR ../sis
       
    47   OPTION SISNAME MemSpy_stub
       
    48   END
       
    49   #endif 
       
    50 #endif