securitysettings/cpeapuiplugins/cpeapciphersuiteui/cpeapciphersuiteui.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 QT UI for TLS ciphersuite configuration in EAP methods
       
    16 #
       
    17 
       
    18 # %version: 9 %
       
    19 
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = cpeapciphersuiteui
       
    23 
       
    24 DEFINES += BUILD_CP_EAP_CIPHERSUITE_UI_DLL
       
    25 
       
    26 CONFIG += hb
       
    27 
       
    28 LIBS += -lcpframework
       
    29 
       
    30 MOC_DIR    = _build
       
    31 RCC_DIR    = _build
       
    32 OBJECTS_DIR= _build
       
    33 
       
    34 HEADERS += \
       
    35     ../inc/eapuidefs.h \
       
    36 	inc/cpeapciphersuiteui.h \
       
    37 	inc/cpeapciphersuiteui_p.h
       
    38              
       
    39 SOURCES += \
       
    40 	src/cpeapciphersuiteui.cpp \
       
    41 	src/cpeapciphersuiteui_p.cpp
       
    42     
       
    43 symbian: {
       
    44 	TARGET.UID3 = 0x2002C2F8
       
    45 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    46 	TARGET.EPOCALLOWDLLDATA = 1
       
    47 
       
    48 	defFilePath = .
       
    49   	
       
    50   	BLD_INF_RULES.prj_exports += \ 
       
    51   		"rom/cpeapciphersuiteui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapciphersuiteui.iby)" \
       
    52   		"inc/cpeapciphersuiteui.h    |../inc/cpeapciphersuiteui.h"
       
    53   	
       
    54 }