calendarui/globaldata/globaldata.pro
changeset 18 c198609911f9
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     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: Project file for globaldata module.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = calenglobaldata
       
    20 DEPENDPATH += ./inc ./src
       
    21 INCLUDEPATH += ./inc \
       
    22 			   ../inc 
       
    23 			   
       
    24 CONFIG += hb
       
    25 
       
    26 DEFINES += CALENGLOBALDATA_DLL
       
    27 
       
    28 symbian : {
       
    29 	BLD_INF_RULES.prj_exports += \
       
    30 		"./inc/calencontext.h  |../inc/calencontext.h" \
       
    31 		"./inc/calencontextchangeobserver.h  |../inc/calencontextchangeobserver.h" \
       
    32 		"./inc/caleninstanceid.h |../inc/caleninstanceid.h"  \
       
    33 		"./inc/CalenInstanceId.inl |../inc/CalenInstanceId.inl" 			
       
    34 	LIBS += -lcalinterimapi \
       
    35 					-lcalencommonutils
       
    36 	
       
    37 	TARGET.UID3 = 0x1020E866												  
       
    38 	TARGET.CAPABILITY = CAP_GENERAL_DLL 
       
    39 	TARGET.EPOCALLOWDLLDATA=1
       
    40 	
       
    41 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    42 	}
       
    43 	
       
    44 # Input
       
    45 HEADERS += ./inc/calencontext.h \
       
    46            ./inc/calencontextchangeobserver.h \
       
    47            ./inc/calencontextimpl.h \
       
    48            ./inc/caleninstanceid.h \
       
    49            ./inc/CalenInstanceId.inl
       
    50 SOURCES += ./src/calencontextimpl.cpp 
       
    51 
       
    52 # End of file	--Don't remove this.