calendarui/customisationmanager/customisationmanager.pro
branchRCL_3
changeset 29 12af337248b1
equal deleted inserted replaced
28:96907930389d 29:12af337248b1
       
     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 customisationmanager module.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = calencustomisationmanager
       
    20 DEPENDPATH += ../inc ../src 
       
    21 CONFIG += hb
       
    22 
       
    23 DEFINES += CALENCUSTOMISATIONMANAGER_DLL
       
    24 
       
    25 INCLUDEPATH += ./inc ../inc \
       
    26 			   ./traces
       
    27 
       
    28 					   
       
    29 # Platforms
       
    30 SYMBIAN_PLATFORMS = WINSCW ARMV5  
       
    31 
       
    32 symbian : {
       
    33 	BLD_INF_RULES.prj_exports += \
       
    34 		"./inc/calencustomisationmanager.h  |../inc/calencustomisationmanager.h"
       
    35 	
       
    36 	TARGET.UID3 = 0x10282f28
       
    37 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38 	TARGET.EPOCALLOWDLLDATA = 1
       
    39 	
       
    40 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    41 	
       
    42 	#Libs
       
    43 	LIBS += -lecom \
       
    44 					-lcalenglobaldata 
       
    45 }
       
    46     	
       
    47 # Input
       
    48 HEADERS += ./inc/calencustomisationmanager.h 
       
    49 
       
    50 SOURCES += ./src/calencustomisationmanager.cpp 
       
    51 
       
    52 # End of file	--Don't remove this.