messagingapp/msgui/msgaudiofetcher/msgaudiofetcher.pro
changeset 37 518b245aa84c
child 56 f42d9a78f435
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
       
     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 TARGET = msgaudiofetcher
       
    19 DEFINES += BUILD_MSGAUDIOFETCHER_DLL
       
    20 
       
    21 DEPENDPATH += . \
       
    22     inc \
       
    23     src
       
    24 
       
    25 INCLUDEPATH += ../inc
       
    26 INCLUDEPATH += ../../../inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    28 
       
    29 CONFIG += hb
       
    30 
       
    31 TARGET.UID3 = 0x2001FE67
       
    32 TARGET.CAPABILITY = All -TCB
       
    33 TARGET.EPOCALLOWDLLDATA = 1
       
    34 
       
    35 # Platforms
       
    36 SYMBIAN_PLATFORMS = WINSCW \
       
    37     ARMV5
       
    38 
       
    39 # Build.inf rules
       
    40 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    41     "rom/msgaudiofetcher.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgaudiofetcher.iby)"
       
    42 
       
    43 # Input
       
    44 HEADERS += msgaudioselectionengine.h \
       
    45            msgaudiofetchermodel.h \
       
    46            msgaudiofetcherwidget.h \
       
    47            msgaudiofetcherview.h \
       
    48            msgaudiopreview.h \
       
    49            ../inc/msgbaseview.h
       
    50            
       
    51 SOURCES += msgaudioselectionengine.cpp \
       
    52            msgaudiofetchermodel.cpp \
       
    53            msgaudiofetcherwidget.cpp \
       
    54            msgaudiofetcherview.cpp \
       
    55            msgaudiopreview.cpp
       
    56 
       
    57 defBlock = \      
       
    58 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    59 	  "DEFFILE  ../eabi/msgaudiofetcher.def" \
       
    60              "$${LITERAL_HASH}else" \
       
    61              "DEFFILE  ../bwins/msgaudiofetcher.def" \
       
    62              "$${LITERAL_HASH}endif"
       
    63 	
       
    64 MMP_RULES += defBlock
       
    65 
       
    66 # Libs
       
    67 LIBS += -lconvergedmessageutils \
       
    68         -lxqutils \
       
    69         -lmdeclient \
       
    70         -lcentralrepository \
       
    71         -lProfileEng \
       
    72         -lmediaclientaudio \
       
    73         -lDrmAudioPlayUtility \
       
    74         -lDRMCommon \
       
    75         -lDrmRights \
       
    76         -lDrmHelper \
       
    77         -ldrmutility \
       
    78         -lapmime \
       
    79         -lecom \
       
    80         -lxqservice \
       
    81         -lapgrfx