mpengine/tsrc/unittest_mpmediakeyhandler/unittest_mpmediakeyhandler.pro
changeset 43 0f32e550d9d8
parent 20 82baf59ce8dd
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: mpmediakeyhandler unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib hb
    18 CONFIG += qtestlib hb symbian_test
    19 TARGET = 
    19 TARGET = unittest_mpmediakeyhandler
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
    20 
    21 
    21 DEPENDPATH += . \
    22 symbian: { 
    22     inc \
    23     MMP_RULES += SMPSAFE
    23     src
    24 }
    24 
    25 
       
    26 DEPENDPATH += .
    25 INCLUDEPATH += . \
    27 INCLUDEPATH += . \
    26     stub/inc \
    28                stub/inc \
    27     ../../../inc \
    29                ../../../inc \
    28     
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    29 symbian:
       
    30 {
       
    31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32 }
       
    33 
    31 
    34 LIBS += -lestor.dll \
    32 LIBS += -lestor.dll \
    35         -lfbscli.dll \
    33         -lfbscli.dll \
    36         -lmpxcommon.dll \
    34         -lmpxcommon.dll \
    37         -lremconcoreapi.dll \
    35         -lremconcoreapi.dll
    38 
    36 
    39 # Input
       
    40 HEADERS += inc/unittest_mpmediakeyhandler.h \
    37 HEADERS += inc/unittest_mpmediakeyhandler.h \
    41            ../../inc/mpmediakeyhandler.h \
    38            ../../inc/mpmediakeyhandler.h \
    42            ../../inc/mpmediakeyhandler_p.h \
    39            ../../inc/mpmediakeyhandler_p.h \
    43            ../../inc/mpmediakeyremconresponse.h \
    40            ../../inc/mpmediakeyremconresponse.h \
    44            stub/inc/mpxplaybackutility.h \
    41            stub/inc/mpxplaybackutility.h \
    45            stub/inc/remconcoreapitarget.h \
    42            stub/inc/remconcoreapitarget.h \
    46            stub/inc/remconinterfaceselector.h \
    43            stub/inc/remconinterfaceselector.h
    47                
    44                
    48 SOURCES += src/unittest_mpmediakeyhandler.cpp \
    45 SOURCES += src/unittest_mpmediakeyhandler.cpp \
    49            ../../src/mpmediakeyhandler.cpp \
    46            ../../src/mpmediakeyhandler.cpp \
    50            ../../src/mpmediakeyhandler_p.cpp \
    47            ../../src/mpmediakeyhandler_p.cpp \
    51            ../../src/mpmediakeyremconresponse.cpp \
    48            ../../src/mpmediakeyremconresponse.cpp \
    52            stub/src/mpxplaybackutility.cpp \
    49            stub/src/mpxplaybackutility.cpp \
    53            stub/src/remconcoreapitarget.cpp \
    50            stub/src/remconcoreapitarget.cpp \
    54            stub/src/remconinterfaceselector.cpp \
    51            stub/src/remconinterfaceselector.cpp
       
    52