emailservices/emailstore/message_store/debuglog/debuglog.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 = debuglog
       
    20 DEPENDPATH += . inc src
       
    21 INCLUDEPATH += .
       
    22 
       
    23 HEADERS += inc/DebugLog.h \
       
    24            inc/DebugLogConst.h \
       
    25            inc/DebugLogMacros.h \
       
    26            inc/GlobalDebugLoggingOptions.h
       
    27 SOURCES += src/DebugLog.cpp
       
    28 
       
    29 LIBS += -leuser \
       
    30 		-lefsrv \
       
    31 		-lsysutil
       
    32 		
       
    33 symbian*: { 
       
    34     
       
    35     TARGET.EPOCALLOWDLLDATA = 1
       
    36     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    37     TARGET.UID2 = 0x1000008d
       
    38     TARGET.UID3 = 0x2001FDA1
       
    39 	
       
    40 	defBlock = \      
       
    41 	  "$${LITERAL_HASH}if defined(MARM)" \
       
    42 	  "DEFFILE  eabi/debuglog.def" \
       
    43       "$${LITERAL_HASH}else" \
       
    44       "DEFFILE  bwins/debuglog.def" \
       
    45       "$${LITERAL_HASH}endif"
       
    46 	
       
    47     MMP_RULES += defBlock
       
    48 }	
       
    49 
       
    50 win32 {
       
    51 	DESTDIR = ../../../.../bin
       
    52 }