memspyui/ui/hb/hb.pro
changeset 17 4f2773374eff
child 19 4b22a598b890
equal deleted inserted replaced
15:e11368ed4880 17:4f2773374eff
       
     1 #
       
     2 # Copyright (c) 2010 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 TEMPLATE = app
       
    19 TARGET = MemSpyUI
       
    20 DEPENDPATH += . 
       
    21 INCLUDEPATH += /epoc32/include/platform/memspy/api
       
    22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    23 
       
    24 load(hb.prf)
       
    25 symbian:CONFIG -= symbian_i18n
       
    26 
       
    27 HEADERS += inc/enginewrapper.h \
       
    28 	inc/viewmanager.h \
       
    29 	inc/memspyview.h \
       
    30 	inc/memspymainview.h \
       
    31 	inc/memspyprocessview.h \
       
    32 	inc/memspythreadview.h \
       
    33 	inc/memspythreaddetailview.h \
       
    34 	inc/memspykernelobjecttypeview.h \
       
    35 	inc/memspykernelobjectview.h \
       
    36 	inc/memspykernelobjectdetailview.h  
       
    37 
       
    38 SOURCES += src/main.cpp \
       
    39 	src/enginewrapper.cpp \
       
    40 	src/viewmanager.cpp \
       
    41 	src/memspyview.cpp \
       
    42 	src/memspymainview.cpp \
       
    43 	src/memspyprocessview.cpp \
       
    44 	src/memspythreadview.cpp \
       
    45 	src/memspythreaddetailview.cpp \
       
    46 	src/memspykernelobjecttypeview.cpp \
       
    47 	src/memspykernelobjectview.cpp \
       
    48 	src/memspykernelobjectdetailview.cpp 
       
    49 
       
    50 RESOURCES +=
       
    51 
       
    52 symbian: {
       
    53     LIBS += -lestor \
       
    54         -lbafl \
       
    55         -lMemSpyClient
       
    56 
       
    57     TARGET.CAPABILITY = ReadUserData WriteUserData ReadDeviceData WriteDeviceData SwEvent PowerMgmt
       
    58 
       
    59     TARGET.UID2 = 0x100039CE
       
    60     TARGET.UID3 = 0x2002129F
       
    61     TARGET.SID = 0x2002129F
       
    62     TARGET.VID = 0x101FB657 // Nokia
       
    63 
       
    64     TARGET.EPOCHEAPSIZE = 0x10000 0x2000000  // Min 64Kb, Max 32Mb
       
    65 
       
    66     ICON = ../../icons/qgn_menu_memspyui.svg
       
    67 
       
    68     RSS_RULES += "group_name = \"RnD Tools\"";
       
    69 } else {
       
    70     error("Only Symbian supported")
       
    71 }