securitysettings/cpwlansecurityuiplugins/cpwpacmnui/cpwpacmnui.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 #   Common UI implementation for WPA/WPA2, 802.1x and 
       
    16 #   WPA2 WLAN security modes
       
    17 
       
    18 # %version: tr1cfwln#17 %
       
    19 
       
    20 TEMPLATE = lib
       
    21 TARGET = cpwpacmnui
       
    22 
       
    23 DEFINES += WPAUI_LIBRARY
       
    24 DEPENDPATH += 
       
    25 
       
    26 INCLUDEPATH += \
       
    27     ../inc
       
    28     
       
    29 CONFIG += hb
       
    30 
       
    31 LIBS += \
       
    32     -lcpframework \
       
    33     -leapqtplugininfo \
       
    34     -leapqtconfiginterface \
       
    35     -lconnection_settings_shim
       
    36     
       
    37 MOC_DIR     = _build
       
    38 RCC_DIR     = _build
       
    39 OBJECTS_DIR = _build
       
    40 
       
    41 # Input
       
    42 HEADERS += \
       
    43     traces/OstTraceDefinitions.h \
       
    44     inc/cpwpacmnui_p.h \
       
    45     inc/wpakeyvalidator.h \
       
    46     inc/cpwpacmneapui.h \
       
    47     ../inc/cpwpacmnui_global.h \
       
    48     ../inc/cpwpacmnui.h
       
    49   
       
    50 SOURCES += \ 
       
    51     src/cpwpacmnui.cpp \
       
    52     src/cpwpacmnui_p.cpp \
       
    53     src/wpakeyvalidator.cpp \
       
    54     src/cpwpacmneapui.cpp
       
    55 
       
    56 defFilePath = ..
       
    57 
       
    58 symbian:
       
    59 { 
       
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    61     TARGET.EPOCALLOWDLLDATA = 1
       
    62     TARGET.UID3 = 0x2002DC74
       
    63     
       
    64     BLD_INF_RULES.prj_exports += \ 
       
    65       "./rom/cpwpacmnui.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpacmnui.iby)"
       
    66 }
       
    67 
       
    68 symbian:
       
    69 {
       
    70     MMP_RULES += "USERINCLUDE traces"
       
    71 }