telutils/xqtelephonyservice/xqtelephonyservice.pro
changeset 12 ae8abd0db65c
child 13 e32024264ebb
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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 += -lxqservice \
       
    40             -lxqserviceutil \
       
    41             -ltelephonyservice
       
    42             
       
    43     BLD_INF_RULES.prj_exports +=  \
       
    44      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    45      "./rom/xqtelephonyservice.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(xqtelephonyservice.iby)"
       
    46 }
       
    47 
       
    48 # Input
       
    49 include(xqtelephonyservice.pri)