mpengine/mpengine.pro
changeset 20 82baf59ce8dd
child 22 ecf06a08d4d9
equal deleted inserted replaced
19:4e84c994a771 20:82baf59ce8dd
       
     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: Project file for Music Player Engine.
       
    15 #
       
    16 
       
    17 symbian:TARGET.UID3 = 0x10207C93
       
    18 
       
    19 TEMPLATE = lib
       
    20 CONFIG += hb
       
    21 TARGET = mpengine
       
    22 
       
    23 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24 
       
    25 INCLUDEPATH += . \
       
    26     	inc \
       
    27     	../inc
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    29 
       
    30 LIBS += -lxqservice \
       
    31     -lmpxplaybackutility.dll \
       
    32     -lmpxcollectionutility.dll \
       
    33     -lmpxharvesterutility.dll \
       
    34     -lmpxcommon.dll \
       
    35     -lremconcoreapi.dll \
       
    36     -lremconinterfacebase.dll
       
    37     
       
    38 symbian:TARGET.EPOCALLOWDLLDATA	= 1
       
    39 
       
    40 HEADERS += ../inc/mpengine.h \
       
    41            inc/mpmpxframeworkwrapper.h \
       
    42            inc/mpmpxframeworkwrapper_p.h \
       
    43            inc/mpsongscanner.h \
       
    44            inc/mpmediakeyhandler.h \
       
    45            inc/mpmediakeyhandler_p.h\
       
    46            inc/mpmediakeyremconresponse.h
       
    47 
       
    48 SOURCES += src/mpengine.cpp \
       
    49            src/mpmpxframeworkwrapper.cpp \
       
    50            src/mpmpxframeworkwrapper_p.cpp \
       
    51            src/mpsongscanner.cpp \
       
    52            src/mpmediakeyhandler.cpp \
       
    53            src/mpmediakeyhandler_p.cpp \
       
    54            src/mpmediakeyremconresponse.cpp
       
    55 
       
    56 DEFINES += BUILD_MPENGINE_LIB
       
    57 
       
    58 myDefInclude = "NOSTRICTDEF" \
       
    59 "$${LITERAL_HASH}if defined(WINS)"\
       
    60 "DEFFILE  bwins/mpengineu.def "\
       
    61 "$${LITERAL_HASH}else "\
       
    62 "DEFFILE  eabi/mpengineu.def "\
       
    63 "$${LITERAL_HASH}endif"
       
    64 MMP_RULES += myDefInclude