mpengine/tsrc/unittest_mpmpxplaybackframeworkwrapper/unittest_mpmpxplaybackframeworkwrapper.pro
branchRCL_3
changeset 52 14979e23cb5e
equal deleted inserted replaced
50:26a1709b9fec 52:14979e23cb5e
       
     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: mpmpxplaybackframeworkwrapper unit test project file.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib hb symbian_test
       
    19 TARGET = unittest_mpmpxplaybackframeworkwrapper
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
       
    21 
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += . \
       
    24                ../../inc \
       
    25                ../../../inc
       
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 symbian:
       
    29 {
       
    30     TARGET.EPOCALLOWDLLDATA = 1
       
    31     BLD_INF_RULES.prj_exports += \
       
    32         "resources/nullsound.mp3 z:/system/data/nullsound.mp3"
       
    33     MMP_RULES += SMPSAFE
       
    34 }
       
    35 
       
    36 LIBS += -lestor.dll \
       
    37         -lfbscli.dll \
       
    38         -lefsrv.dll \
       
    39         -lmpxcommon.dll \
       
    40         -lmpxcollectionutility.dll \
       
    41         -lxqserviceutil.dll
       
    42 
       
    43 HEADERS += inc/unittest_mpmpxplaybackframeworkwrapper.h \
       
    44           ../../inc/mpmpxplaybackframeworkwrapper.h \
       
    45           ../../inc/mpmpxplaybackframeworkwrapper_p.h \
       
    46           stub/inc/mpplaybackdata.h \
       
    47           stub/inc/mpxplaybackutility.h \
       
    48           stub/inc/hbglobal.h \
       
    49           stub/inc/mpsongdata.h \
       
    50           ../../../mpserviceplugins/inc/mpxaudioeffectengine.h
       
    51 
       
    52 SOURCES += src/unittest_mpmpxplaybackframeworkwrapper.cpp \
       
    53           ../../src/mpmpxplaybackframeworkwrapper.cpp \
       
    54           stub/src/mpplaybackdata.cpp \
       
    55           stub/src/mpxplaybackutility.cpp \
       
    56           stub/src/mpsongdata.cpp
       
    57