telutils/xqtelephonyservice/tsrc/unit/ut_xqcallinfo/ut_xqcallinfo.pro
branchRCL_3
changeset 19 7d48bed6ce0c
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
       
     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 = app
       
    19 TARGET = 
       
    20 TARGET.UID3 = 0xE31F4ECE
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb
       
    24 CONFIG += qtestlib
       
    25 
       
    26 symbian {
       
    27 
       
    28     INCLUDEPATH += \epoc32\include\platform \
       
    29                    \epoc32\include\platform\mw \
       
    30                    \epoc32\include\mw \
       
    31                    ../../../../../inc
       
    32 
       
    33     LIBS += -lxqservice \
       
    34             -lxqserviceutil \
       
    35             -lxqtelephonyservice
       
    36 
       
    37     TARGET.CAPABILITY = ALL -TCB
       
    38     DEFINES += BUILD_XQCALLINFO
       
    39 }
       
    40 
       
    41 # Input
       
    42 HEADERS += ../../../../../phonesrv_plat/call_information_api/inc/xqcallinfo.h \
       
    43            ../../../inc/xqcallinfoimpl.h \
       
    44            stubs/ccallinformation.h \
       
    45            stubs/ccallinformationimpl.h 
       
    46 SOURCES += unit_tests.cpp
       
    47 SOURCES += ../../../src/xqcallinfo.cpp \
       
    48            ../../../src/xqcallinfoimpl.cpp\
       
    49            stubs/ccallinformation.cpp \
       
    50            stubs/ccallinformationimpl.cpp \
       
    51            ../../../..\telephonyservice\src\ccallinfoiter.cpp