utilities/mpmediacontroller/mpmediacontroller.pro
changeset 48 af3740e3753f
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb qt
       
    19 TARGET = mpmediacontroller
       
    20 symbian: { 
       
    21     TARGET.UID3 = 0x10207C97
       
    22     MMP_RULES += "DEFFILE mpmediacontroller.def"
       
    23     defFilePath = .
       
    24     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26 }
       
    27 DEFINES += BUILD_MPMEDIACONTROLLER
       
    28 
       
    29 INCLUDEPATH += . \
       
    30       inc \
       
    31       ../../inc
       
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    33      
       
    34 LIBS += -lmpengine \
       
    35         -lremconcoreapi \
       
    36         -lremconinterfacebase
       
    37 
       
    38 # Input
       
    39 HEADERS += ../../inc/mpmediacontroller.h \
       
    40            inc/mpmediakeyhandler.h \
       
    41            inc/mpmediakeyhandler_p.h \
       
    42            inc/mpmediakeyremconresponse.h \
       
    43            inc/mpvolumeslider.h
       
    44 
       
    45 SOURCES += src/mpmediacontroller.cpp \
       
    46            src/mpmediakeyhandler.cpp \
       
    47            src/mpmediakeyhandler_p.cpp \
       
    48            src/mpmediakeyremconresponse.cpp \
       
    49            src/mpvolumeslider.cpp
       
    50