phoneengine/phonecntfinder2/phonecntfinder2.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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 
       
    18 TEMPLATE = lib
       
    19 TARGET = phonecntfinder
       
    20 CONFIG += qtgui
       
    21 CONFIG += qtcore
       
    22 
       
    23 TARGET.EPOCALLOWDLLDATA =1
       
    24 TARGET.CAPABILITY = ALL -TCB
       
    25 TARGET.UID3 = 0x10005998
       
    26 TARGET.VID = VID_DEFAULT
       
    27 
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    29 INCLUDEPATH += ../../inc 
       
    30                    
       
    31 defFiles = \
       
    32     "$${LITERAL_HASH}ifdef WINSCW" \
       
    33      "DEFFILE bwins/phonecntfinder.def" \
       
    34      "$${LITERAL_HASH}else" \
       
    35      "DEFFILE eabi/phonecntfinder.def" \
       
    36      "$${LITERAL_HASH}endif"
       
    37 
       
    38 MMP_RULES += defFiles
       
    39 
       
    40 LIBS += -leuser \
       
    41             -lrfs \
       
    42             -fbscli.lib \
       
    43             -lprofileeng \
       
    44             -lcenrepnotifhandler \
       
    45             -lcentralrepository \
       
    46             -lecom \
       
    47             -lbafl \
       
    48             -lfeatmgr \
       
    49             -lcharconv \
       
    50             -lqtcontacts
       
    51 
       
    52 
       
    53 HEADERS += ./inc/cphcntfactoryimpl2.h
       
    54 HEADERS += ./inc/phcntpanic.h
       
    55 HEADERS += ./inc/cphcntmatch2.h
       
    56 HEADERS    += ./inc/cphcntcontactidimpl2.h            
       
    57 HEADERS += ./inc/cphcntmatcherimpl2.h
       
    58 
       
    59 
       
    60 SOURCES += ./src/cphcntfactoryimpl2.cpp
       
    61 SOURCES  += ./src/phcntpanic.cpp
       
    62 SOURCES  += ./src/cphcntmatch2.cpp
       
    63 SOURCES    += ./src/cphcntcontactidimpl2.cpp
       
    64 SOURCES  += ./src/cphcntmatcherimpl2.cpp
       
    65 
       
    66 include(api_headers.pri)
       
    67 
       
    68 headers.sources = $$CNTFINDER2_API_HEADERS
       
    69 headers.path = |../../inc
       
    70 # This is for new exporting system coming in garden
       
    71 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)"       
       
    72 
       
    73 BLD_INF_RULES.prj_exports += \
       
    74  "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    75  "./rom/phonecntfinder.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(phonecntfinder.iby)"
       
    76  
       
    77 BLD_INF_RULES.prj_exports += \
       
    78  "./data/phonecntfinder_stub.sis   \epoc32\data\z\system\install\phonecntfinder_stub.sis"
       
    79 
       
    80 
       
    81 
       
    82     
       
    83 
       
    84