memspyui/group/bld.inf
changeset 0 d6fe6244b863
child 17 4f2773374eff
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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 
       
    29 PRJ_MMPFILES
       
    30 memspyui.mmp
       
    31 
       
    32 #ifndef SBSV2
       
    33   gnumakefile memspyui_icons_aif.mk
       
    34 
       
    35   #ifdef MARM
       
    36   gnumakefile memspyui_stub_sis.mk
       
    37   #endif
       
    38 #endif
       
    39 
       
    40 #ifdef SBSV2
       
    41   PRJ_EXTENSIONS
       
    42   START EXTENSION s60/mifconv
       
    43   OPTION TARGETFILE memspyui_aif.mif
       
    44   OPTION SOURCEDIR ../icons
       
    45   OPTION SOURCES -c8,8 qgn_menu_memspyui
       
    46   END
       
    47 
       
    48   #ifdef MARM
       
    49   START EXTENSION app-services/buildstubsis
       
    50   OPTION SRCDIR ../sis
       
    51   OPTION SISNAME MemSpy_stub
       
    52   END
       
    53   #endif 
       
    54 #endif