logsui/logsservices/logsservices.pro
changeset 0 4a5361db8937
child 18 acd4e87b24b4
equal deleted inserted replaced
-1:000000000000 0:4a5361db8937
       
     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 
       
    20 TARGET = logsservices
       
    21 CONFIG += dll
       
    22 
       
    23 INCLUDEPATH += ./
       
    24 INCLUDEPATH += ../inc
       
    25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 # Input
       
    28 
       
    29 SOURCES += src/logsservices.cpp
       
    30 
       
    31 DEFINES += LOGSSERVICES_LIB
       
    32 
       
    33 libFiles.sources = logsservices.dll
       
    34 libFiles.path = "!:/sys/bin"
       
    35 DEPLOYMENT += libFiles
       
    36 
       
    37 symbian: {
       
    38     TARGET.UID2 = 0x1000008d
       
    39     TARGET.UID3 = 0x10282EBB
       
    40 
       
    41     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    42     TARGET.EPOCALLOWDLLDATA = 1
       
    43     LIBS += -lxqservice  -lxqserviceutil
       
    44 
       
    45     defFiles = "$${LITERAL_HASH}ifdef WINS" \
       
    46         "DEFFILE bwins/logsservices.def" \
       
    47         "$${LITERAL_HASH}else" \
       
    48         "DEFFILE eabi/logsservices.def" \
       
    49         "$${LITERAL_HASH}endif"
       
    50     MMP_RULES += defFiles
       
    51 }