securitysettings/cpwlansecurityuiplugins/cpwepui/cpwepui.pro
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
child 55 9c2aa05919d9
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
     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 #   Control Panel plugin for WEP WLAN security mode
       
    16 
       
    17 # %version: tr1cfwln#16 %
       
    18 
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = cpwepui
       
    22 
       
    23 DEPENDPATH +=
       
    24     
       
    25 INCLUDEPATH +=
       
    26     
       
    27 CONFIG += \
       
    28     hb \
       
    29     plugin
       
    30     
       
    31 LIBS += \ 
       
    32     -lcpframework \
       
    33     -lconnection_settings_shim
       
    34     
       
    35 MOC_DIR     = _build
       
    36 RCC_DIR     = _build
       
    37 OBJECTS_DIR = _build
       
    38 
       
    39 # Input
       
    40 HEADERS += \
       
    41     traces/OstTraceDefinitions.h \
       
    42     inc/wepkeyvalidator.h \
       
    43     inc/cpwepui.h
       
    44     
       
    45 SOURCES += \
       
    46     src/wepkeyvalidator.cpp \
       
    47     src/cpwepui.cpp
       
    48     
       
    49 symbian: 
       
    50 { 
       
    51     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    52     TARGET.EPOCALLOWDLLDATA = 1
       
    53     TARGET.UID3 = 0x2002C2FF
       
    54 
       
    55     deploy.path = C:
       
    56     qtplugins.path = /resource/qt/plugins/controlpanel/wlansecurity
       
    57     qtplugins.sources += qmakepluginstubs/cpwepui.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/cpwepui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpwepui.iby)"
       
    63 }
       
    64 
       
    65 symbian:
       
    66 {
       
    67     MMP_RULES += "USERINCLUDE traces"
       
    68 }
       
    69 
       
    70 # common translation file for all plugins
       
    71 TRANSLATIONS = cpwlansecsettingsplugin.ts
       
    72 
       
    73 plugin.sources += cpwepui.dll
       
    74 plugin.path = /resource/qt/plugins/controlpanel
       
    75 DEPLOYMENT += plugin
       
    76