mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/unittest_mpmpxcollectionframeworkwrapper.pro
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
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: Unit test for mpmpxframeworkwrapper
    14 # Description: mpmpxcollectionframeworkwrapper unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib
    18 CONFIG += qtestlib hb symbian_test
    19 CONFIG += symbian_test
       
    20 TARGET = unittest_mpmpxcollectionframeworkwrapper
    19 TARGET = unittest_mpmpxcollectionframeworkwrapper
    21 TARGET.CAPABILITY = All -TCB
    20 TARGET.CAPABILITY = All -TCB
    22 
    21 
       
    22 symbian: { 
       
    23     MMP_RULES += SMPSAFE
       
    24 }
       
    25 
    23 DEPENDPATH += .
    26 DEPENDPATH += .
    24 INCLUDEPATH += . \
    27 INCLUDEPATH += . \
    25     ../../inc \
    28                ../../inc \
    26     ../../../inc
    29                ../../../inc
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    28 
    31 
    29 LIBS += -lestor.dll \
    32 LIBS += -lestor.dll \
    30     -lfbscli.dll \
    33         -lfbscli.dll \
    31     -lmpxcommon.dll \
    34         -lmpxcommon.dll \
    32     -lmpxcollectionutility.dll
    35         -lmpxcollectionutility.dll
    33 
    36 
    34 HEADERS += inc/unittest_mpmpxcollectionframeworkwrapper.h \
    37 HEADERS += inc/unittest_mpmpxcollectionframeworkwrapper.h \
    35     ../../inc/mpmpxcollectionframeworkwrapper.h \
    38           ../../inc/mpmpxcollectionframeworkwrapper.h \
    36     ../../inc/mpmpxcollectionframeworkwrapper_p.h \
    39           ../../inc/mpmpxcollectionframeworkwrapper_p.h \
    37     stub/inc/mpmpxcollectiondata.h \
    40           stub/inc/mpmpxcollectiondata.h \
    38     stub/inc/mpxcollectionopenutility.h \
    41           stub/inc/mpxcollectionopenutility.h \
    39     stub/inc/mpxcollectionuihelper.h \
    42           stub/inc/mpxcollectionuihelper.h \
    40     stub/inc/mpxcollectionutility.h \
    43           stub/inc/mpxcollectionutility.h \
    41     stub/inc/mpxcollectionhelperfactory.h \
    44           stub/inc/mpxcollectionhelperfactory.h \
    42     stub/inc/mpxplaybackutility.h \
    45           stub/inc/mpxplaybackutility.h \
    43     stub/inc/mpmpxisolatedcollectionhelper.h \
    46           stub/inc/mpmpxisolatedcollectionhelper.h \
    44     stub/inc/mpsettingsmanager.h
    47           stub/inc/mpsettingsmanager.h \
       
    48           stub/inc/mpsongdata.h
    45 
    49 
    46 SOURCES += src/unittest_mpmpxcollectionframeworkwrapper.cpp \
    50 SOURCES += src/unittest_mpmpxcollectionframeworkwrapper.cpp \
    47     ../../src/mpmpxcollectionframeworkwrapper.cpp \
    51           ../../src/mpmpxcollectionframeworkwrapper.cpp \
    48     stub/src/mpmpxcollectiondata.cpp \
    52           stub/src/mpmpxcollectiondata.cpp \
    49     stub/src/mpxcollectionopenutility.cpp \
    53           stub/src/mpxcollectionopenutility.cpp \
    50     stub/src/mpxcollectionuihelper.cpp \
    54           stub/src/mpxcollectionuihelper.cpp \
    51     stub/src/mpxcollectionutility.cpp \
    55           stub/src/mpxcollectionutility.cpp \
    52     stub/src/mpxcollectionhelperfactory.cpp \
    56           stub/src/mpxcollectionhelperfactory.cpp \
    53     stub/src/mpxplaybackutility.cpp \
    57           stub/src/mpxplaybackutility.cpp \
    54     stub/src/mpmpxisolatedcollectionhelper.cpp \
    58           stub/src/mpmpxisolatedcollectionhelper.cpp \
    55     stub/src/mpsettingsmanager.cpp
    59           stub/src/mpsettingsmanager.cpp \
       
    60           stub/src/mpsongdata.cpp
    56 
    61