messagingapp/msgsettings/settingsserviceapp/settingsserviceapp.pro
changeset 52 12db4185673b
child 67 fc91263aee62
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = app
       
    13 TARGET = settingsserviceapp
       
    14 
       
    15 CONFIG += hb service
       
    16 
       
    17 DEPENDPATH += . inc src
       
    18 SERVICE.FILE = service_conf.xml
       
    19 SERVICE.OPTIONS = embeddable
       
    20 SERVICE.OPTIONS += hidden
       
    21 
       
    22 INCLUDEPATH += inc
       
    23 INCLUDEPATH += ../../../inc
       
    24 INCLUDEPATH += ../../msgui/inc
       
    25 INCLUDEPATH += ../settingsview/inc
       
    26 
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 # Input
       
    30 HEADERS += inc/settingsserviceinterface.h 
       
    31 			
       
    32 SOURCES += src/main.cpp \
       
    33            src/settingsserviceinterface.cpp 
       
    34 			
       
    35 # Capability
       
    36 TARGET.CAPABILITY = ALL -TCB
       
    37 TARGET.UID3 = 0x2001FE6A 
       
    38 
       
    39 RESOURCES += settingsserviceapp.qrc
       
    40 
       
    41 TRANSLATIONS = messaging.ts
       
    42 
       
    43 
       
    44 LIBS += -lxqservice \
       
    45         -lxqserviceutil \
       
    46         -lsettingsview
       
    47 	
       
    48 
       
    49 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    50                              ".\rom\settingsserviceapp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(settingsserviceapp.iby)"