cpsecplugins/devicelockplugin/devicelockplugin.pro
changeset 19 098e361762d2
child 22 6b63ca65093a
equal deleted inserted replaced
17:8957df7b0072 19:098e361762d2
       
     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 +=  -lseccodeui \
       
    23 		 -lsecuinotificationdialogplugin \
       
    24 		 -lsecui \
       
    25 		 -letelmm \
       
    26 		 -letel \
       
    27 		 -lcustomapi \
       
    28 		 -lrlocksettings \
       
    29 		 -lcentralrepository \
       
    30 		 -lRLockSettings \
       
    31 		 -lflogger
       
    32 // TRANSLATIONS += devicelocking.ts
       
    33 include ( ../cpplugincommon.pri )
       
    34 include ( devicelockplugin.pri )
       
    35 include ( rom/devicelockplugin_rom.pri )
       
    36 
       
    37 symbian { 
       
    38     TARGET.UID3 = 0X2002E68
       
    39 }