taskswitcher/testapplications/parentembedded/embedded/embedded.pro
changeset 117 c63ee96dbe5f
equal deleted inserted replaced
115:3ab5c078b490 117:c63ee96dbe5f
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = app
       
    13 TARGET = embededservices
       
    14 load(hb.prf)
       
    15 CONFIG -= symbian_i18n 
       
    16 CONFIG += service
       
    17 
       
    18               
       
    19 
       
    20 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    21 
       
    22 MOC_DIR = moc
       
    23 
       
    24 # Input
       
    25 HEADERS += testservicemainwindow.h \
       
    26            testservicehandler.h 
       
    27 
       
    28 
       
    29 SOURCES += main.cpp \
       
    30            testservicemainwindow.cpp \
       
    31            testservicehandler.cpp 
       
    32 
       
    33 
       
    34 # capability
       
    35 TARGET.CAPABILITY = CAP_APPLICATION
       
    36 
       
    37 
       
    38 
       
    39 TARGET.UID3 = 0xE9f8e3f9
       
    40 
       
    41 LIBS += -lxqservice \
       
    42         -lxqserviceutil \
       
    43         -lhbcore 
       
    44 
       
    45 SERVICE.FILE = service_conf.xml
       
    46 SERVICE.OPTIONS = embeddable
       
    47 #SERVICE.OPTIONS += hidden