securitysettings/cpeapuiplugins/cpeapsimakaui/cpeapsimakaui.pro
changeset 26 9abfd4f00d37
child 34 ad1f037f1ac2
equal deleted inserted replaced
25:e03a3db4489e 26:9abfd4f00d37
       
     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 the License "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 #   Project info file for Control Panel SIM/AKA settings plugin. 
       
    16 #
       
    17 
       
    18 # %version:  9 %
       
    19 
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = cpeapsimakaui
       
    23 DEPENDPATH +=
       
    24 
       
    25 INCLUDEPATH += \
       
    26     ../../inc
       
    27 
       
    28 CONFIG += hb \
       
    29     plugin
       
    30 
       
    31 LIBS += -lcpframework \
       
    32         -leapqtconfiginterface \
       
    33         -leapqtplugininfo 
       
    34 
       
    35 MOC_DIR    = _moc
       
    36 RCC_DIR    = _rcc
       
    37 OBJECTS_DIR= _objects
       
    38 
       
    39 
       
    40 # Sources
       
    41 HEADERS +=  \
       
    42     ../inc/eapuidefs.h \
       
    43     inc/cpeapsimakaui.h \
       
    44     inc/cpeapsimakaplugin.h   
       
    45 
       
    46 SOURCES += \ 
       
    47     src/cpeapsimakaui.cpp \
       
    48     src/cpeapsimakaplugin.cpp
       
    49 
       
    50 symbian: { 
       
    51     TARGET.EPOCALLOWDLLDATA = 1
       
    52     TARGET.UID3 = 0x2002C2F9  
       
    53     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    54 
       
    55     deploy.path = C:
       
    56     qtplugins.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    57     qtplugins.sources += qmakepluginstubs/cpeapsimakaui.qtplugin
       
    58 
       
    59     for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin $$deploy.path$$qtplugins.path/$$basename(qtplugin)"
       
    60     
       
    61     BLD_INF_RULES.prj_exports += \ 
       
    62   		"rom/cpeapsimakaui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapsimakaui.iby)"
       
    63 }
       
    64 
       
    65 plugin.sources += cpeapsimakaui.dll
       
    66 plugin.path = /resource/qt/plugins/controlpanel/eapsecurity
       
    67 DEPLOYMENT += plugin