securitysettings/cpeapuiplugins/cpeapciphersuiteui/cpeapciphersuiteui.pro
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #	Control Panel QT UI for TLS ciphersuite configuration in EAP methods
    15 #	Control Panel QT UI for TLS ciphersuite configuration in EAP methods
    16 #
    16 #
    17 
    17 
    18 # %version: 9 %
    18 # %version: 10 %
    19 
    19 
    20 
    20 
    21 TEMPLATE = lib
    21 TEMPLATE = lib
    22 TARGET = cpeapciphersuiteui
    22 TARGET = cpeapciphersuiteui
    23 
    23 
    37 	inc/cpeapciphersuiteui_p.h
    37 	inc/cpeapciphersuiteui_p.h
    38              
    38              
    39 SOURCES += \
    39 SOURCES += \
    40 	src/cpeapciphersuiteui.cpp \
    40 	src/cpeapciphersuiteui.cpp \
    41 	src/cpeapciphersuiteui_p.cpp
    41 	src/cpeapciphersuiteui_p.cpp
    42     
    42 
       
    43 mmpRuleDeffile = \
       
    44     "$${LITERAL_HASH}ifdef WINSCW" \
       
    45     "DEFFILE ./bwins/cpeapciphersuiteui.def" \
       
    46     "$${LITERAL_HASH}else" \
       
    47     "DEFFILE ./eabi/cpeapciphersuiteui.def" \
       
    48     "$${LITERAL_HASH}endif"
       
    49 
    43 symbian: {
    50 symbian: {
    44 	TARGET.UID3 = 0x2002C2F8
    51 	TARGET.UID3 = 0x2002C2F8
    45 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    52 	TARGET.CAPABILITY = CAP_GENERAL_DLL
    46 	TARGET.EPOCALLOWDLLDATA = 1
    53 	TARGET.EPOCALLOWDLLDATA = 1
    47 
    54 
    48 	defFilePath = .
    55     MMP_RULES += mmpRuleDeffile
    49   	
    56 
    50   	BLD_INF_RULES.prj_exports += \ 
    57   	BLD_INF_RULES.prj_exports += \ 
    51   		"rom/cpeapciphersuiteui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapciphersuiteui.iby)" \
    58   		"rom/cpeapciphersuiteui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cpeapciphersuiteui.iby)" \
    52   		"inc/cpeapciphersuiteui.h    |../inc/cpeapciphersuiteui.h"
    59   		"inc/cpeapciphersuiteui.h    |../inc/cpeapciphersuiteui.h"
    53   	
    60   	
    54 }
    61 }