locationsystemui/locationsysui/privacyverifiernotifierui/locnotificationengine/locnotificationengine.pro
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     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: LocNotificationEngine pro file
       
    11 TEMPLATE = lib
       
    12 TARGET = locnotificationengine
       
    13 DEPENDPATH += .
       
    14 INCLUDEPATH += ../inc
       
    15 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    16 CONFIG += hb
       
    17 CONFIG += mobility
       
    18 MOBILITY = contacts
       
    19 
       
    20 # Uncomment following line to disable logging
       
    21 # DEFINES += QT_NO_DEBUG_OUTPUT
       
    22 MOC_DIR = moc
       
    23 OBJECTS_DIR = obj
       
    24 
       
    25 # Platforms
       
    26 SYMBIAN_PLATFORMS = WINSCW \
       
    27     ARMV5
       
    28 LIBS += -leposprvtyp
       
    29 
       
    30 # Input
       
    31 SOURCES += src/locrequestorutilsresolver.cpp \
       
    32     src/qlocnotificationengine.cpp \
       
    33     src/apilogger.cpp
       
    34 HEADERS += inc/locrequestorutilsresolver.h \
       
    35     inc/qlocnotificationengine.h \
       
    36     inc/apilogger.h
       
    37 symbian: { 
       
    38     TARGET.EPOCALLOWDLLDATA = 1
       
    39     DEFINES += BUILD_POSSETTINGS
       
    40     DEFINES += PLUGINUID3=0x2002E705
       
    41     TARGET.UID3 = 0x2002E705
       
    42 }
       
    43 
       
    44 TARGET.CAPABILITY = All \
       
    45     -TCB