cpsecplugins/cpadvancedsecplugin/group/advancedsecplugin.pro
changeset 63 989397f9511c
parent 62 3255e7d5bd67
child 66 67b3e3c1fc87
equal deleted inserted replaced
62:3255e7d5bd67 63:989397f9511c
     1 
       
     2 #
       
     3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 # All rights reserved.
       
     5 # This component and the accompanying materials are made available
       
     6 # under the terms of "Eclipse Public License v1.0"
       
     7 # which accompanies this distribution, and is available
       
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 #
       
    10 # Initial Contributors:
       
    11 # Nokia Corporation - initial contribution.
       
    12 #
       
    13 # Contributors:
       
    14 #
       
    15 # Description: 
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = cpadvancedsecplugin
       
    20 
       
    21 CONFIG += hb plugin
       
    22 
       
    23 LIBS += -lcpframework
       
    24 
       
    25 include ( advancedsecplugin.pri )
       
    26 include ( ../rom/cpsecplugins_rom.pri )
       
    27 
       
    28 symbian: { 
       
    29 	TARGET.CAPABILITY = CAP_ECOM_PLUGIN
       
    30 	TARGET.UID3 = 0X2002E684
       
    31 	INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    32 	INCLUDEPATH += ../inc
       
    33 	TARGET.EPOCALLOWDLLDATA = 1
       
    34 	LIBS += -lcertstore
       
    35 	LIBS += -lCTFramework
       
    36 	LIBS += -lX509
       
    37 	LIBS += -lpkixcert
       
    38 	LIBS += -lx509certnameparser
       
    39 	LIBS += -lhash
       
    40 	LIBS += -lcryptography
       
    41 	LIBS += -lDevTokenClient
       
    42 	LIBS += -lcrypto
       
    43 	LIBS += -lefsrv
       
    44 
       
    45 	PLUGIN_STUB_PATH = /resource/qt/plugins/controlpanel
       
    46 		
       
    47 	deploy.path = C:
       
    48 	pluginstub.sources = $${TARGET}.dll
       
    49 	pluginstub.path = $$PLUGIN_STUB_PATH
       
    50 	DEPLOYMENT += pluginstub
       
    51 
       
    52     qtplugins.path = $$PLUGIN_STUB_PATH
       
    53     qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    54      
       
    55     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  $$deploy.path$$qtplugins.path/$$basename(qtplugin)" 
       
    56 	}
       
    57 
       
    58 TRANSLATIONS= certificate_manager.ts