javaextensions/satsa/build/javasatsa.pro
changeset 57 59b3b4473dc8
parent 56 abc41079b313
child 64 0ea12c182930
equal deleted inserted replaced
56:abc41079b313 57:59b3b4473dc8
     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 #
    15 #
       
    16 
       
    17 include(../../../inc/build_defines.pri)
    16 
    18 
    17 TARGET=javasatsa
    19 TARGET=javasatsa
    18 TEMPLATE=lib
    20 TEMPLATE=lib
    19 CONFIG += omj java  stl
    21 CONFIG += omj java stl
    20 CONFIG -= qt
    22 
       
    23 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_5_0) {
       
    24     CONFIG -= qt
       
    25 }
       
    26 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_9_2) {
       
    27     CONFIG -= qt
       
    28 }
       
    29 contains(PROJECT_DEFINES,RD_JAVA_S60_RELEASE_10_1_ONWARDS) {
       
    30     CONFIG += hb
       
    31 }
    21 
    32 
    22 symbian {
    33 symbian {
       
    34 
       
    35 
    23  			INCLUDEPATH +=  ../framework/inc	\
    36  			INCLUDEPATH +=  ../framework/inc	\
    24                             ../pki/inc	\
    37                             ../pki/inc	\
    25                             ../apdu/inc	\
    38                             ../apdu/inc	\
    26  							../../inc	\
    39  							../../inc	\
    27  							../../../inc \
    40  							../../../inc \
    28                    	 
    41 
    29  										  			
    42 
       
    43 
    30  			SOURCES +=  ../pki/src.s60/*.cpp \
    44  			SOURCES +=  ../pki/src.s60/*.cpp \
    31                         ../crypto/src/*.cpp \
    45                         ../crypto/src/*.cpp \
    32                         ../apdu/src/*.cpp	\
    46                         ../apdu/src/*.cpp	\
    33                         ../apdu/src.s60/*.cpp   \
    47                         ../apdu/src.s60/*.cpp   \
    34                         ../framework/src/satsajnitools.cpp \
    48                         ../framework/src/satsajnitools.cpp \
    35                  							  								 
    49 
    36  								  			
    50 
    37  			LIBS +=    -ljavastorage	\
    51  			LIBS +=    -ljavastorage	\
    38  								 -lCommonUI \
    52  								 -lCommonUI \
    39  								 -lrandom \
    53  								 -lrandom \
    40 								 -lx509	\
    54  								 -lx509	\
    41 								 -lx500	\
    55 								 -lx500	\
    42 								 -llibcrypto \
    56 								 -llibcrypto \
    43 								 -lasn1	\
    57 								 -lasn1	\
    44 								 -lasnpkcs	\
    58 								 -lasnpkcs	\
    45 								 -lpkcs10		\
    59 								 -lpkcs10		\
    49 								 -lcharconv \
    63 								 -lcharconv \
    50 								 -lcms \
    64 								 -lcms \
    51 								 -laknnotify \
    65 								 -laknnotify \
    52 								 -leiksrv \
    66 								 -leiksrv \
    53 								 -lctframework \
    67 								 -lctframework \
    54 								 -lctsecdlgs \ 
    68 								 -lctsecdlgs \
    55 								 -lcustomapi \
    69 								 -lcustomapi \
    56 								 -lefsrv \
    70 								 -lefsrv \
    57 								 -letel \
    71 								 -letel \
    58 								 -letelmm \
    72 								 -letelmm \
    59 								 -leuser \
    73 								 -leuser \
    60 								 -lflogger \
    74 								 -lflogger \
    61 								 -lhash \
    75 								 -lhash \
    62 								 -lWimClient	\
    76 								 -lWimClient	\
    63 								 -lestlib	\
    77 								 -lestlib	\
    64 								 -lcryptography \		
    78 								 -lcryptography \
    65                                  
    79 
    66 								   
    80 
    67  
       
    68  }
    81  }
    69 
    82 
    70 include(../../../build/omj.pri)
    83 include(../../../build/omj.pri)