homescreenapp/hswidgetuninstaller/hswidgetuninstaller.pro
changeset 46 23b5d6a29cce
child 60 30f14686fb04
child 62 341166945d65
equal deleted inserted replaced
39:4e8ebe173323 46:23b5d6a29cce
       
     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 symbian: {
       
    19     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    20     
       
    21     TEMPLATE = app
       
    22     
       
    23     include(../common.pri)
       
    24     
       
    25     DEPENDPATH += . 
       
    26     
       
    27     INCLUDEPATH += ./inc ../hsdomainmodel/inc
       
    28     
       
    29     HEADERS +=  ./inc/*.h
       
    30                 
       
    31     SOURCES +=  ./src/*.cpp 
       
    32     
       
    33     ### this exe is not visible for the user so get rid of localization warnings
       
    34     CONFIG -= hb
       
    35     load(hb.prf)
       
    36     CONFIG -= symbian_i18n
       
    37     ###
       
    38     
       
    39     TARGET.UID3 = 0x20022F40
       
    40     TARGET.CAPABILITY = CAP_APPLICATION AllFiles TrustedUI
       
    41     
       
    42     hidden = "hidden = KAppIsHidden;"
       
    43     launch = "launch = KAppLaunchInForeground;"
       
    44     datatypelist = "datatype_list = { DATATYPE { priority=EDataTypePriorityHigh; type=\"application/hs-widget-uninstall+xml\"; } };"
       
    45     RSS_RULES += hidden launch datatypelist 
       
    46     LIBS += -lxqservice
       
    47     LIBS += -lxqserviceutil
       
    48 }