securitysettings/cpwlansecurityuiplugins/cpwpacmnui/cpwpacmnui.pro
changeset 34 ad1f037f1ac2
parent 26 9abfd4f00d37
equal deleted inserted replaced
31:372d2d6c5cf9 34:ad1f037f1ac2
     1 # 
     1 #
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # 
     8 #
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # 	Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 # 
    13 #
    14 # Description:
    14 # Description:
    15 # 	Common UI implementation for WPA/WPA2 ,802.1x and WPA2 only security modes
    15 #   Common UI implementation for WPA/WPA2, 802.1x and 
    16 #
    16 #   WPA2 WLAN security modes
    17 # %version: tr1cfwln#15 %
       
    18 #
       
    19 
    17 
       
    18 # %version: tr1cfwln#17 %
    20 
    19 
    21 TEMPLATE = lib
    20 TEMPLATE = lib
    22 TARGET = cpwpacmnui
    21 TARGET = cpwpacmnui
    23 
    22 
    24 DEFINES += WPAUI_LIBRARY
    23 DEFINES += WPAUI_LIBRARY
    25 DEPENDPATH += 
    24 DEPENDPATH += 
    26 
    25 
    27 INCLUDEPATH += \
    26 INCLUDEPATH += \
    28 	$$MW_LAYER_SYSTEMINCLUDE \
       
    29     $$OS_LAYER_SYSTEMINCLUDE \
       
    30     ../inc
    27     ../inc
    31     
    28     
    32 CONFIG += hb
    29 CONFIG += hb
    33 
    30 
    34 LIBS += \
    31 LIBS += \
    35 	-lcpframework \
    32     -lcpframework \
    36     -leapqtplugininfo \
    33     -leapqtplugininfo \
    37     -leapqtconfiginterface \
    34     -leapqtconfiginterface \
    38     -lconnection_settings_shim
    35     -lconnection_settings_shim
    39     
    36     
    40 MOC_DIR = _moc
    37 MOC_DIR     = _build
    41 RCC_DIR = _rcc
    38 RCC_DIR     = _build
    42 OBJECTS_DIR = _obj
    39 OBJECTS_DIR = _build
    43 
    40 
    44 # Input
    41 # Input
    45 HEADERS += \
    42 HEADERS += \
    46 	traces/OstTraceDefinitions.h \
    43     traces/OstTraceDefinitions.h \
    47 	inc/cpwpacmnui_p.h \
    44     inc/cpwpacmnui_p.h \
    48 	inc/wpakeyvalidator.h \
    45     inc/wpakeyvalidator.h \
    49 	inc/cpwpacmneapui.h \
    46     inc/cpwpacmneapui.h \
    50     ../inc/cpwpacmnui_global.h \
    47     ../inc/cpwpacmnui_global.h \
    51     ../inc/cpwpacmnui.h
    48     ../inc/cpwpacmnui.h
    52 	
    49   
    53 SOURCES += \ 
    50 SOURCES += \ 
    54 	src/cpwpacmnui.cpp \
    51     src/cpwpacmnui.cpp \
    55 	src/cpwpacmnui_p.cpp \
    52     src/cpwpacmnui_p.cpp \
    56 	src/wpakeyvalidator.cpp \
    53     src/wpakeyvalidator.cpp \
    57 	src/cpwpacmneapui.cpp
    54     src/cpwpacmneapui.cpp
    58 
    55 
    59 defFilePath = ..
    56 defFilePath = ..
    60 
    57 
    61 symbian:
    58 symbian:
    62 { 
    59 { 
    63 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL
    64     TARGET.EPOCALLOWDLLDATA = 1
    61     TARGET.EPOCALLOWDLLDATA = 1
    65     TARGET.UID3 = 0x2002DC74
    62     TARGET.UID3 = 0x2002DC74
    66     
    63     
    67     BLD_INF_RULES.prj_exports += \ 
    64     BLD_INF_RULES.prj_exports += \ 
    68     	"./rom/cpwpacmnui.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpacmnui.iby)"
    65       "./rom/cpwpacmnui.iby $$CORE_MW_LAYER_IBY_EXPORT_PATH(cpwpacmnui.iby)"
    69 }
    66 }
    70 
    67 
    71 symbian:
    68 symbian:
    72 {
    69 {
    73     MMP_RULES += "USERINCLUDE traces"
    70     MMP_RULES += "USERINCLUDE traces"