mpengine/tsrc/unittest_mpmediakeyhandler/unittest_mpmediakeyhandler.pro
changeset 47 4cc1412daed0
parent 45 612c4815aebe
child 51 560ce2306a17
equal deleted inserted replaced
45:612c4815aebe 47:4cc1412daed0
     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: mpmediakeyhandler unit test project file.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 CONFIG += qtestlib hb symbian_test
       
    19 TARGET = unittest_mpmediakeyhandler
       
    20 TARGET.CAPABILITY = CAP_APPLICATION
       
    21 
       
    22 symbian: { 
       
    23     MMP_RULES += SMPSAFE
       
    24 }
       
    25 
       
    26 DEPENDPATH += .
       
    27 INCLUDEPATH += . \
       
    28                stub/inc \
       
    29                ../../../inc \
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    31 
       
    32 LIBS += -lestor.dll \
       
    33         -lfbscli.dll \
       
    34         -lmpxcommon.dll \
       
    35         -lremconcoreapi.dll
       
    36 
       
    37 HEADERS += inc/unittest_mpmediakeyhandler.h \
       
    38            ../../inc/mpmediakeyhandler.h \
       
    39            ../../inc/mpmediakeyhandler_p.h \
       
    40            ../../inc/mpmediakeyremconresponse.h \
       
    41            stub/inc/mpxplaybackutility.h \
       
    42            stub/inc/remconcoreapitarget.h \
       
    43            stub/inc/remconinterfaceselector.h
       
    44                
       
    45 SOURCES += src/unittest_mpmediakeyhandler.cpp \
       
    46            ../../src/mpmediakeyhandler.cpp \
       
    47            ../../src/mpmediakeyhandler_p.cpp \
       
    48            ../../src/mpmediakeyremconresponse.cpp \
       
    49            stub/src/mpxplaybackutility.cpp \
       
    50            stub/src/remconcoreapitarget.cpp \
       
    51            stub/src/remconinterfaceselector.cpp
       
    52