messagingapp/msgutils/convergedmessageutils/convergedmessageutils.pro
changeset 23 238255e8b033
child 37 518b245aa84c
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = convergedmessageutils
       
    19 
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += ../../../inc
       
    22 INCLUDEPATH += ../../inc
       
    23 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    24 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    25 
       
    26 HEADERS += \
       
    27         inc/convergedmessageimpl.h \
       
    28         inc/convergedmessageaddressimpl.h \
       
    29         ../../../inc/convergedmessage.h \
       
    30         ../../../inc/convergedmessageaddress.h \
       
    31         ../../../inc/convergedmessageid.h \        
       
    32         ../../../inc/convergedmessageattachment.h 				
       
    33 	
       
    34 
       
    35 SOURCES += \
       
    36 		src/convergedmessage.cpp \
       
    37         src/convergedmessageimpl.cpp \
       
    38         src/convergedmessageaddress.cpp \
       
    39         src/convergedmessageaddressimpl.cpp \
       
    40         src/convergedmessageid.cpp \
       
    41         src/convergedmessageattachment.cpp 
       
    42         
       
    43 DEFINES += BUILD_MSG_UTILS_DLL
       
    44 
       
    45 # Build.inf rules
       
    46 BLD_INF_RULES.prj_exports += \
       
    47      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    48      "rom/convergedmessageutils.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(convergedmessageutils.iby)"
       
    49 
       
    50 symbian {
       
    51 	TARGET.UID3 =  0x20024319
       
    52 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    53 	TARGET.EPOCSTACKSIZE = 0x8000
       
    54 	TARGET.EPOCHEAPSIZE = 0x1000 0x1F00000
       
    55 	TARGET.EPOCALLOWDLLDATA = 1
       
    56 }
       
    57