radioapp/radioenginewrapper/tsrc/t_radioenginewrapper.pro
changeset 44 0a3ad94fc71c
parent 34 bc10a61bd7d3
child 51 bbebb0235466
equal deleted inserted replaced
39:ac7857bd5fdb 44:0a3ad94fc71c
       
     1 #
     1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     3 # All rights reserved.
     3 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     4 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
     7 # Initial Contributors:
     9 # Initial Contributors:
     8 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
       
    11 #
     9 # Contributors:
    12 # Contributors:
    10 # Description: project file for radiouiengine's unit tests
    13 #
    11 # Description:
    14 # Description: project file for radioenginewrapper's unit tests
       
    15 #
    12 TEMPLATE = app
    16 TEMPLATE = app
    13 TARGET = t_radioenginewrapper
    17 TARGET = t_radioenginewrapper
    14 symbian: { 
    18 symbian: { 
    15     TARGET.CAPABILITY = CAP_GENERAL_DLL
    19     TARGET.CAPABILITY = CAP_GENERAL_DLL
    16     TARGET.SID = 0x101FF976  # Tried testUids(0x01000111 and 0x01001005) but failed
    20     TARGET.SID = 0x2002EAD8  # Tried  0x101FF976 but failed
    17     MMP_RULES += SMPSAFE    
    21     MMP_RULES += SMPSAFE    
    18 }
    22 }
    19 DEPENDPATH += . \
    23 DEPENDPATH += . \
    20     inc \
    24     inc \
    21     src
    25     src
    22 INCLUDEPATH += . \
    26 INCLUDEPATH += . \
    23     ../../../inc \
    27     ../../../inc \
       
    28     ../../../common \
    24     ../inc \
    29     ../inc \
    25     ../commoninc \
    30     ../commoninc \
    26     ../../../../inc \
    31     ../../../../inc \
    27     /sf/app/radio/radioengine/utils/Stub/inc \
    32     /sf/app/radio/radioengine/utils/Stub/inc \
    28     /sf/app/radio/radioengine/utils/api \
    33     /sf/app/radio/radioengine/utils/api \
    29     /sf/app/radio/radioengine/utils/inc \
    34     /sf/app/radio/radioengine/utils/inc \
    30     /sf/app/radio/radioengine/settings/api \
    35     /sf/app/radio/radioengine/settings/api \
    31     /epoc32/include/internal \
    36     /sf/mw/mmmw/inc \
       
    37     /sf/mw/mmmw/mmserv/inc \
       
    38     /sf/mw/mmmw/mmserv/radioutility/inc \
    32     /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \
    39     /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \
    33     /sf/mw/mmmw/mmserv/radioutility/inc \
       
    34     /sf/mw/mmmw/mmserv/inc \
       
    35     /sf/mw/mmmw/inc \
       
    36     /sf/mw/mmmw/mmserv/radioutility/radioserver/inc
    40     /sf/mw/mmmw/mmserv/radioutility/radioserver/inc
    37 CONFIG += qtestlib
    41 CONFIG += qtestlib
    38 symbian:LIBS += -lradioenginewrapper_stub
    42 symbian:LIBS += -lfmradioenginewrapper_stub
       
    43 symbian:LIBS += -lfmradioengineutils_stub
    39 symbian:LIBS += -lRadioSession_Stub
    44 symbian:LIBS += -lRadioSession_Stub
    40 symbian:LIBS += -leuser
    45 symbian:LIBS += -leuser
    41 symbian:LIBS += -lcentralrepository
    46 symbian:LIBS += -lcentralrepository
    42 symbian:LIBS += -lflogger
    47 symbian:LIBS += -lflogger
    43 HEADERS += inc/t_radioenginewrapper.h
    48 HEADERS += inc/t_radioenginewrapper.h
    44 HEADERS += inc\t_schedulerstartandstoptimer.h
    49 HEADERS += inc/t_schedulerstartandstoptimer.h
    45 SOURCES += src/t_radioenginewrapper.cpp
    50 SOURCES += src/t_radioenginewrapper.cpp
    46 SOURCES += src/t_schedulerstartandstoptimer.cpp
    51 SOURCES += src/t_schedulerstartandstoptimer.cpp