securitysettings/qtconfigutils/eapqtplugininfo/eapqtplugininfo.pro
changeset 52 c23bdf5a328a
parent 39 fe6b6762fccd
equal deleted inserted replaced
51:e863583e6720 52:c23bdf5a328a
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #   QT EAP plugin information handling component
    15 #   QT EAP plugin information handling component
    16 #
    16 #
    17 
    17 
    18 # %version: 14 %
    18 # %version: 15 %
    19 
    19 
    20 
    20 
    21 TEMPLATE            = lib
    21 TEMPLATE            = lib
    22 TARGET              = eapqtplugininfo
    22 TARGET              = eapqtplugininfo
    23 
    23 
    43     src/eapqtexpandedeaptype.cpp \
    43     src/eapqtexpandedeaptype.cpp \
    44     src/eapqtexpandedeaptype_p.cpp \
    44     src/eapqtexpandedeaptype_p.cpp \
    45     src/eapqtpluginhandle.cpp \
    45     src/eapqtpluginhandle.cpp \
    46     src/eapqtpluginhandle_p.cpp
    46     src/eapqtpluginhandle_p.cpp
    47 
    47 
       
    48 mmpRuleDeffile = \
       
    49     "$${LITERAL_HASH}ifdef WINSCW" \
       
    50     "DEFFILE ./bwins/eapqtplugininfo.def" \
       
    51     "$${LITERAL_HASH}else" \
       
    52     "DEFFILE ./eabi/eapqtplugininfo.def" \
       
    53     "$${LITERAL_HASH}endif"
       
    54     
    48 symbian { 
    55 symbian { 
    49     # path to def files
       
    50     defFilePath = .
       
    51     
       
    52     # symbian libs
    56     # symbian libs
    53     LIBS += \
    57     LIBS += \
    54         -leapsymbiantools \
    58         -leapsymbiantools \
    55         -leaptools
    59         -leaptools
    56     
    60     
    57     TARGET.UID3 = 0x2002C2FD
    61     TARGET.UID3 = 0x2002C2FD
    58     TARGET.EPOCALLOWDLLDATA = 1
    62     TARGET.EPOCALLOWDLLDATA = 1
    59     
    63     MMP_RULES += mmpRuleDeffile
    60     TARGET.CAPABILITY = CAP_GENERAL_DLL
    64     TARGET.CAPABILITY = CAP_GENERAL_DLL
    61             
    65             
    62     BLD_INF_RULES.prj_exports += \ 
    66     BLD_INF_RULES.prj_exports += \ 
    63   		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"        
    67   		"rom/eapqtplugininfo.iby CORE_MW_LAYER_IBY_EXPORT_PATH(eapqtplugininfo.iby)"        
    64 }
    68 }