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