cpsecplugins/devicelockplugin/devicelockplugin.pro
branchRCL_3
changeset 22 03674e5abf46
parent 21 09b1ac925e3f
child 23 94da73d93b58
equal deleted inserted replaced
21:09b1ac925e3f 22:03674e5abf46
     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 TEMPLATE = lib
       
    18 TARGET = devicelockplugin
       
    19 
       
    20 CONFIG += hb plugin		  
       
    21 
       
    22 LIBS +=  -lsecuinotificationdialogplugin \
       
    23 		 -llockclient \
       
    24 		 -lautolockuseractivityservice \
       
    25 		 -lIndicatorAutolockPlugin \
       
    26 		 -lsecui \
       
    27 		 -letelmm \
       
    28 		 -letel \
       
    29 		 -lcustomapi \
       
    30 		 -lrlocksettings \
       
    31 		 -lcentralrepository \
       
    32 		 -lRLockSettings \
       
    33 		 -lflogger
       
    34 TRANSLATIONS += devicelocking.ts
       
    35 include ( ../cpplugincommon.pri )
       
    36 include ( devicelockplugin.pri )
       
    37 include ( rom/devicelockplugin_rom.pri )
       
    38 
       
    39 symbian { 
       
    40     TARGET.UID3 = 0X2002E683
       
    41     
       
    42     INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    43     
       
    44 }