telutils/xqtelephonyservice/xqtelephonyservice.pro
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     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 = xqtelephonyservice
       
    20 
       
    21 symbian {
       
    22     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    23     TARGET.EPOCALLOWDLLDATA = 1
       
    24     TARGET.UID3 = 0x20029F04
       
    25     DEFINES += BUILD_XQCALLINFO
       
    26     
       
    27     INCLUDEPATH += ../../inc
       
    28     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    29     
       
    30     defFiles = \
       
    31     "$${LITERAL_HASH}ifdef WINSCW" \
       
    32     "DEFFILE bwins/xqtelephonyservice.def" \
       
    33     "$${LITERAL_HASH}else" \
       
    34     "DEFFILE eabi/xqtelephonyservice.def" \
       
    35     "$${LITERAL_HASH}endif"
       
    36 
       
    37     MMP_RULES += defFiles
       
    38     
       
    39     LIBS += -ltelephonyservice
       
    40             
       
    41     BLD_INF_RULES.prj_exports +=  \
       
    42      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    43      "./rom/xqtelephonyservice.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(xqtelephonyservice.iby)"
       
    44      
       
    45     # tracing macros
       
    46     headers.sources = inc/qtphonesrvlog.h
       
    47     headers.path = |../../inc
       
    48     for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)"       
       
    49 }
       
    50 
       
    51 # Input
       
    52 include(xqtelephonyservice.pri)