memspyui/group/bld.inf
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
     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 
    18 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
       
    20 #include "../memspywindowserverhelper/group/bld.inf"
    19 
    21 
    20 prj_platforms
    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)
    21 
    27 
    22 WINSCW GCCE ARMV5 ARMV6
       
    23 
    28 
    24 #include "bld_generic.inf"
    29 PRJ_MMPFILES
       
    30 memspyui.mmp
    25 
    31 
    26 #include "../ui/avkon/group/bld.inf"
    32 #ifndef SBSV2
       
    33   gnumakefile memspyui_icons_aif.mk
    27 
    34 
    28 prj_mmpfiles
    35   #ifdef MARM
       
    36   gnumakefile memspyui_stub_sis.mk
       
    37   #endif
       
    38 #endif
    29 
    39 
    30 prj_extensions
    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