radioapp/radioenginewrapper/tsrc/t_radioenginewrapper.pro
branchRCL_3
changeset 19 cce62ebc198e
equal deleted inserted replaced
18:1a6714c53019 19:cce62ebc198e
       
     1 #
       
     2 # Copyright (c) 2010 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: project file for radioenginewrapper's unit tests
       
    15 #
       
    16 TEMPLATE = app
       
    17 TARGET = t_radioenginewrapper
       
    18 symbian: { 
       
    19     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    20     TARGET.SID = 0x2002EAD8  # Tried  0x101FF976 but failed
       
    21     MMP_RULES += SMPSAFE    
       
    22 }
       
    23 DEPENDPATH += . \
       
    24     inc \
       
    25     src
       
    26 INCLUDEPATH += . \
       
    27     ../../../inc \
       
    28     ../../../common \
       
    29     ../inc \
       
    30     ../commoninc \
       
    31     ../../../../inc \
       
    32     /sf/app/radio/radioengine/utils/Stub/inc \
       
    33     /sf/app/radio/radioengine/utils/api \
       
    34     /sf/app/radio/radioengine/utils/inc \
       
    35     /sf/app/radio/radioengine/settings/api \
       
    36     /sf/mw/mmmw/inc \
       
    37     /sf/mw/mmmw/mmserv/inc \
       
    38     /sf/mw/mmmw/mmserv/radioutility/inc \
       
    39     /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \
       
    40     /sf/mw/mmmw/mmserv/radioutility/radioserver/inc
       
    41 CONFIG += qtestlib
       
    42 symbian:LIBS += -lfmradioenginewrapper_stub
       
    43 symbian:LIBS += -lfmradioengineutils_stub
       
    44 symbian:LIBS += -lRadioSession_Stub
       
    45 symbian:LIBS += -leuser
       
    46 symbian:LIBS += -lcentralrepository
       
    47 symbian:LIBS += -lflogger
       
    48 HEADERS += inc/t_radioenginewrapper.h
       
    49 HEADERS += inc/t_schedulerstartandstoptimer.h
       
    50 SOURCES += src/t_radioenginewrapper.cpp
       
    51 SOURCES += src/t_schedulerstartandstoptimer.cpp