phoneengine/networkhandlingstarter/networkhandlingstarter.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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 CONFIG += hb mobility
       
    19 MOBILITY += systeminfo
       
    20 TEMPLATE = app
       
    21 TARGET = networkhandlingstarter
       
    22 
       
    23 INCLUDEPATH += ./inc/
       
    24 DEFINES += BUILD_NETWORKHANDLINGSTARTER
       
    25 MOC_DIR = moc
       
    26 
       
    27 symbian: {
       
    28     TARGET.CAPABILITY = CAP_APPLICATION
       
    29     TARGET.EPOCALLOWDLLDATA = 1
       
    30     TARGET.UID3 = 0x2002E67A
       
    31     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    32     LIBS += -lnetworkhandling
       
    33     LIBS += -lxqservice
       
    34     LIBS += -lxqserviceutil
       
    35     LIBS += -lcpframework
       
    36     LIBS += -lphonesettings
       
    37     LIBS += -ltstaskmonitorclient
       
    38 
       
    39     BLD_INF_RULES.prj_exports +=  \
       
    40      "./rom/networkhandlingstarter.iby    CORE_APP_LAYER_IBY_EXPORT_PATH(networkhandlingstarter.iby)"
       
    41      
       
    42     RSS_RULES += "hidden = KAppIsHidden;"
       
    43 }
       
    44 
       
    45 HEADERS += ./inc/networkhandlingstarter.h
       
    46 HEADERS += ./inc/networkhandlingstarter_p.h
       
    47 HEADERS += ./inc/cnetworklistener.h
       
    48 
       
    49 SOURCES += ./src/main.cpp
       
    50 SOURCES += ./src/networkhandlingstarter.cpp
       
    51 SOURCES += ./src/networkhandlingstarter_p.cpp
       
    52 SOURCES += ./src/cnetworklistener.cpp
       
    53 
       
    54 CONFIG += service
       
    55 SERVICE.FILE = service_conf.xml
       
    56 SERVICE.OPTIONS = embeddable