securitydialogs/lockclient/group/lockclient.pro
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
child 23 94da73d93b58
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     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 
       
    18 TEMPLATE = lib
       
    19 TARGET = lockclient 	
       
    20 
       
    21 TARGET.UID3 = 0x2000B124
       
    22 
       
    23 TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24 
       
    25 
       
    26 DEPENDPATH += .
       
    27 DEPENDPATH += ../src
       
    28 DEPENDPATH += ../inc
       
    29 
       
    30 INCLUDEPATH += .
       
    31 
       
    32 CONFIG += hb
       
    33 
       
    34 # Input
       
    35 SOURCES += devicelockaccessapi.cpp \
       
    36            keyguardaccessapi.cpp \
       
    37            lockaccessextension.cpp
       
    38 
       
    39 HEADERS = lockaccessextension.h
       
    40 
       
    41 LIBS += -lxqservice
       
    42 LIBS += -lxqserviceutil
       
    43 LIBS += -lapparc
       
    44 LIBS += -lapgrfx
       
    45 
       
    46 symbian*: { 
       
    47 	TARGET.EPOCALLOWDLLDATA = 1
       
    48 	MMP_RULES -= "OPTION_REPLACE ARMCC --export_all_vtbl -D__QT_NOEFFECTMACRO_DONOTUSE"
       
    49 	}
       
    50 
       
    51 BLD_INF_RULES.prj_exports += "../rom/lockclient.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(lockclient.iby)"