messagingapp/msgnotifications/msgerrornotifier/msgerrornotifier.pro
changeset 25 84d9eb65b26f
child 34 84197e66a4bd
child 37 518b245aa84c
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     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: Message Error Notifier Exe Pro File
       
    11 
       
    12 TEMPLATE = app
       
    13 TARGET = msgerrornotifier
       
    14 CONFIG += hb service
       
    15 
       
    16 INCLUDEPATH += . inc ../inc
       
    17 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    18 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    19 
       
    20 HEADERS += inc/msgerrornotifier.h \
       
    21 		   inc/msgerrornotifiersvc.h
       
    22 		   
       
    23 SOURCES += src/main.cpp \
       
    24     	   src/msgerrornotifier.cpp \
       
    25            src/msgerrornotifiersvc.cpp
       
    26            
       
    27 LIBS += -lxqservice \
       
    28 	    -lxqserviceutil
       
    29 
       
    30 SERVICE.FILE = service_conf.xml
       
    31 SERVICE.OPTIONS = embeddable
       
    32 SERVICE.OPTIONS += hidden
       
    33 
       
    34 symbian:TARGET.UID3 = 0x2001FE74
       
    35 
       
    36 
       
    37 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    38                              ".\rom\msgerrornotifier.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgerrornotifier.iby)"
       
    39