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