calendarui/calenviewerservice/calenviewerservice.pro
changeset 45 b6db4fd4947b
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
       
     1 #
       
     2 #  Copyright (c) 2008 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: This is the project specification file for the calenviewerservice exe.
       
    15 #  
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = calenviewerservice
       
    19 
       
    20 DEPENDPATH += 	. \
       
    21 				./inc \
       
    22 				./src \
       
    23 				../inc
       
    24 
       
    25 INCLUDEPATH += 	. \
       
    26 				./inc \
       
    27 				../inc \
       
    28 				./traces
       
    29 
       
    30 CONFIG += hb
       
    31 
       
    32 symbian: { 
       
    33 	LIBS += -lagendaeventviewer \
       
    34 			-lxqservice \ 
       
    35 			-lxqserviceutil \
       
    36 			-lagendainterface \
       
    37 			-lagendaeventviewer
       
    38     
       
    39   TARGET.CAPABILITY = All -TCB
       
    40 	TARGET.UID3 = 0x20031594
       
    41   INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    42 }
       
    43 
       
    44 # Input
       
    45 HEADERS += 	calenviewerservice.h
       
    46 
       
    47 SOURCES += 	calenviewerservice.cpp \
       
    48 			main.cpp
       
    49 
       
    50 CONFIG += service
       
    51 SERVICE.FILE = data/calenviewerservice_conf.xml
       
    52 SERVICE.OPTIONS += embeddable
       
    53 SERVICE.OPTIONS += hidden
       
    54 
       
    55 RSS_RULES += \
       
    56 	"datatype_list = " \
       
    57 	"      {" \
       
    58 	"      DATATYPE" \
       
    59 	"          {" \
       
    60 	"          priority = EDataTypePriorityHigh;" \
       
    61 	"          type = \"text/x-vCalendar\";" \  
       
    62 	"          }," \
       
    63 	"      DATATYPE" \
       
    64 	"          {" \
       
    65 	"          priority = EDataTypePriorityHigh;" \
       
    66 	"          type = \"text/calendar\";" \  
       
    67 	"          }" \
       
    68 	"      };" \