messagingapp/msgsettings/msginit/msginit.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:
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = msginit
       
    19 
       
    20 
       
    21 DEFINES += MSGINIT_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 = 0x2002E679
       
    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/msginit.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(msginit.iby)" 
       
    48 
       
    49 }
       
    50 
       
    51 HEADERS += inc/startupmonitor.h \
       
    52 					 inc/simscnumberdetector.h \
       
    53 					 inc/msgsimnumberdetector.h
       
    54 					
       
    55 SOURCES += src/startupmonitor.cpp \
       
    56 					 src/simscnumberdetector.cpp \
       
    57 					 src/msgsimnumberdetector.cpp
       
    58 
       
    59 LIBS += -lsmcm \
       
    60 		    -lmsgs \	
       
    61         -lcentralrepository \
       
    62         -lcenrepnotifhandler \
       
    63         -letelmm