messagingapp/smartmessaging/ringbc/ringbc.pro
branchRCL_3
changeset 57 ebe688cedc25
equal deleted inserted replaced
54:fa1df4b99609 57:ebe688cedc25
       
     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 
       
    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 defBlock = \      
       
    52 	  "$${LITERAL_HASH}if defined(EABI)" \
       
    53 	  "DEFFILE  ../eabi/ringbc.def" \
       
    54              "$${LITERAL_HASH}else" \
       
    55              "DEFFILE  ../bwins/ringbc.def" \
       
    56              "$${LITERAL_HASH}endif"
       
    57 	
       
    58 MMP_RULES += defBlock
       
    59 
       
    60 HEADERS += inc/ringbc.h \
       
    61 		    inc/ringbc_p.h \
       
    62 		   inc/ringbctoneconverter.h 
       
    63 					
       
    64 SOURCES += src/ringbc.cpp \
       
    65 		   src/ringbc_p.cpp \
       
    66 		   src/ringbctoneconverter.cpp 
       
    67 
       
    68 LIBS += -lplatformenv \
       
    69         -lxqutils \
       
    70         -lefsrv
       
    71