messagingapp/smartmessaging/ringbc/ringbc.pro
changeset 23 238255e8b033
child 37 518b245aa84c
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
       
     1 #
       
     2 # Copyright (c) 2010 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: RingBc dll pro file.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = ringbc
       
    19 
       
    20 
       
    21 DEFINES += RINGBC_DLL
       
    22 
       
    23 DEPENDPATH += . \
       
    24     inc \
       
    25     src
       
    26     
       
    27 INCLUDEPATH += .
       
    28 INCLUDEPATH += ../../../inc
       
    29 INCLUDEPATH += ../../msgutils/s60qconversions/inc
       
    30 
       
    31 symbian:
       
    32 {
       
    33 TARGET.CAPABILITY = ALL -TCB
       
    34 TARGET.UID3 = 0x2002E698
       
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    37 TARGET.EPOCALLOWDLLDATA = 1
       
    38 }
       
    39 
       
    40 
       
    41 CONFIG += hb
       
    42 
       
    43 symbian {
       
    44 
       
    45 BLD_INF_RULES.prj_exports += \
       
    46      "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    47      "rom/ringbc.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(ringbc.iby)" 
       
    48 
       
    49 }
       
    50 
       
    51 HEADERS += inc/ringbc.h \
       
    52 		    inc/ringbc_p.h \
       
    53 		   inc/ringbctoneconverter.h 
       
    54 					
       
    55 SOURCES += src/ringbc.cpp \
       
    56 		   src/ringbc_p.cpp \
       
    57 		   src/ringbctoneconverter.cpp 
       
    58 
       
    59 LIBS += -ls60qconversions \
       
    60 		-lplatformenv
       
    61