javaextensions/satsa/build/javasatsa.pro
branchRCL_3
changeset 19 04becd199f91
child 50 023eef975703
child 60 6c158198356e
child 61 bf7ee68962da
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 #
       
     2 # Copyright (c) 2009 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 #
       
    16 
       
    17 TARGET=javasatsa
       
    18 TEMPLATE=lib
       
    19 CONFIG += omj java  stl
       
    20 CONFIG -= qt
       
    21 
       
    22 symbian {
       
    23  			INCLUDEPATH +=  ../framework/inc	\
       
    24                             ../pki/inc	\
       
    25                             ../apdu/inc	\
       
    26  							../../inc	\
       
    27  							../../../inc \
       
    28                    	 
       
    29  										  			
       
    30  			SOURCES +=  ../pki/src.s60/*.cpp \
       
    31                         ../crypto/src/*.cpp \
       
    32                         ../apdu/src/*.cpp	\
       
    33                         ../apdu/src.s60/*.cpp   \
       
    34                         ../framework/src/satsajnitools.cpp \
       
    35                  							  								 
       
    36  								  			
       
    37  			LIBS +=    -ljavastorage	\
       
    38  								 -lCommonUI \
       
    39  								 -lrandom \
       
    40 								 -lx509	\
       
    41 								 -lx500	\
       
    42 								 -llibcrypto \
       
    43 								 -lasn1	\
       
    44 								 -lasnpkcs	\
       
    45 								 -lpkcs10		\
       
    46 								 -lcrypto	\
       
    47  								 -lbafl \
       
    48 								 -lcertstore \
       
    49 								 -lcharconv \
       
    50 								 -lcms \
       
    51 								 -laknnotify \
       
    52 								 -leiksrv \
       
    53 								 -lctframework \
       
    54 								 -lctsecdlgs \ 
       
    55 								 -lcustomapi \
       
    56 								 -lefsrv \
       
    57 								 -letel \
       
    58 								 -letelmm \
       
    59 								 -leuser \
       
    60 								 -lflogger \
       
    61 								 -lhash \
       
    62 								 -lWimClient	\
       
    63 								 -lestlib	\
       
    64 								 -lcryptography \		
       
    65 								   
       
    66  
       
    67  }
       
    68 
       
    69 include(../../../build/omj.pri)