emailservices/emailstore/message_store/MsgStoreRfsPlugin/MsgStoreRfsPlugin.pro
changeset 18 578830873419
child 68 83cc6bae1de8
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
       
     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 
       
    18 TEMPLATE = lib
       
    19 TARGET = RfsMsgStorePlugin
       
    20 DEPENDPATH += . inc src
       
    21 INCLUDEPATH += . \
       
    22 				../../../../inc
       
    23 
       
    24 
       
    25 HEADERS += inc/RfsMsgStorePlugin.h
       
    26 
       
    27 SOURCES += src/RfsMsgStorePlugin.cpp \
       
    28 		src/RfsMsgStoreProxy.cpp
       
    29 
       
    30 #RESOURCES += RfsMsgStorePlugin.qrc
       
    31 
       
    32 LIBS += -leuser \
       
    33 	-lecom \
       
    34 	-lefsrv \
       
    35 	-lplatformenv \
       
    36 	-lbafl \
       
    37 	-lestor
       
    38 
       
    39 symbian*: {
       
    40 
       
    41     TARGET.EPOCALLOWDLLDATA = 1
       
    42     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
       
    43     TARGET.UID2 = 0x10009D8D
       
    44     TARGET.UID3 = 0x2000C8D3
       
    45 
       
    46 	defBlock = \
       
    47 	  "$${LITERAL_HASH}if defined(MARM)" \
       
    48 	  "DEFFILE  eabi/rfsmsgstoreplugin.def" \
       
    49       "$${LITERAL_HASH}else" \
       
    50       "DEFFILE  bwins/rfsmsgstoreplugin.def" \
       
    51       "$${LITERAL_HASH}endif"
       
    52 
       
    53     MMP_RULES += defBlock
       
    54 
       
    55     MMP_RULES += "SYSTEMINCLUDE /epoc32/include/ecom"
       
    56 }
       
    57 
       
    58 win32 {
       
    59 	DESTDIR = ../../../../bin
       
    60 }