emailservices/emailstore/message_store/PointSecMonitor/PointSecMonitor.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 = ImsPointSecMonitor
       
    20 DEPENDPATH += . Inc Src
       
    21 INCLUDEPATH += . \
       
    22 				../../inc \
       
    23 				../../../inc \
       
    24 				../../../../inc
       
    25 
       
    26 
       
    27 HEADERS += Inc/ImsPointsecMonitor.h \
       
    28 		Inc/ImsPointsecObserver.h
       
    29 		
       
    30 SOURCES += Src/ImsPointsecMonitor.cpp
       
    31 
       
    32 LIBS += -leuser \
       
    33 		-lDebugLog
       
    34 		
       
    35 symbian*: { 
       
    36     
       
    37     TARGET.EPOCALLOWDLLDATA = 1
       
    38     TARGET.CAPABILITY = ALL -TCB
       
    39     TARGET.UID2 = 0x1000008d
       
    40     TARGET.UID3 = 0x2001FDA5
       
    41     
       
    42 	defBlock = \      
       
    43 	  "$${LITERAL_HASH}if defined(MARM)" \
       
    44 	  "DEFFILE  eabi/imspointsecmonitor.def" \
       
    45       "$${LITERAL_HASH}else" \
       
    46       "DEFFILE  bwins/imspointsecmonitor.def" \
       
    47       "$${LITERAL_HASH}endif"
       
    48 	
       
    49     MMP_RULES += defBlock
       
    50 }	
       
    51 
       
    52 win32 {
       
    53 	DESTDIR = ../../../../bin
       
    54 }		
       
    55