memspyui/group/bld.inf
branchRCL_3
changeset 21 b3cee849fa46
parent 0 d6fe6244b863
child 22 fad26422216a
equal deleted inserted replaced
20:48060abbbeaf 21:b3cee849fa46
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 #include <platform_paths.hrh>
    18 
    19 
    19 #include <platform_paths.hrh>
    20 prj_platforms
    20 #include "../memspywindowserverhelper/group/bld.inf"
       
    21 
    21 
    22 PRJ_EXPORTS
    22 WINSCW GCCE ARMV5 ARMV6
    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 
    23 
       
    24 #include "bld_generic.inf"
    28 
    25 
    29 PRJ_MMPFILES
    26 #include "../ui/avkon/group/bld.inf"
    30 memspyui.mmp
       
    31 
    27 
    32 #ifndef SBSV2
    28 prj_mmpfiles
    33   gnumakefile memspyui_icons_aif.mk
       
    34 
    29 
    35   #ifdef MARM
    30 prj_extensions
    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