sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
|
sl@0
|
3 |
|
sl@0
|
4 |
* Redistribution and use in source and binary forms, with or without
|
sl@0
|
5 |
* modification, are permitted provided that the following conditions are met:
|
sl@0
|
6 |
|
sl@0
|
7 |
* Redistributions of source code must retain the above copyright notice, this
|
sl@0
|
8 |
* list of conditions and the following disclaimer.
|
sl@0
|
9 |
* Redistributions in binary form must reproduce the above copyright notice,
|
sl@0
|
10 |
* this list of conditions and the following disclaimer in the documentation
|
sl@0
|
11 |
* and/or other materials provided with the distribution.
|
sl@0
|
12 |
* Neither the name of Nokia Corporation nor the names of its contributors
|
sl@0
|
13 |
* may be used to endorse or promote products derived from this software
|
sl@0
|
14 |
* without specific prior written permission.
|
sl@0
|
15 |
|
sl@0
|
16 |
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
sl@0
|
17 |
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
sl@0
|
18 |
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
sl@0
|
19 |
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
sl@0
|
20 |
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
sl@0
|
21 |
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
sl@0
|
22 |
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
sl@0
|
23 |
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
sl@0
|
24 |
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
sl@0
|
25 |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
sl@0
|
26 |
*
|
sl@0
|
27 |
* Description:
|
sl@0
|
28 |
*
|
sl@0
|
29 |
*/
|
sl@0
|
30 |
|
sl@0
|
31 |
|
sl@0
|
32 |
#include <platform_paths.hrh>
|
sl@0
|
33 |
|
sl@0
|
34 |
|
sl@0
|
35 |
TARGET openssl.exe
|
sl@0
|
36 |
TARGETTYPE exe
|
sl@0
|
37 |
UID 0x1000008D 0xE10FF012
|
sl@0
|
38 |
|
sl@0
|
39 |
#if defined(EKA2)
|
sl@0
|
40 |
CAPABILITY ALL -TCB
|
sl@0
|
41 |
/* Remove comments and replace 0x00000000 with correct vendor id */
|
sl@0
|
42 |
VENDORID 0x101FB657
|
sl@0
|
43 |
/* Remove comments and replace 0x00000000 with correct secure id */
|
sl@0
|
44 |
// SECUREID 0x00000000
|
sl@0
|
45 |
#endif
|
sl@0
|
46 |
|
sl@0
|
47 |
EPOCHEAPSIZE 0x1000 0x150000
|
sl@0
|
48 |
|
sl@0
|
49 |
//TARGETPATH ?target_path
|
sl@0
|
50 |
|
sl@0
|
51 |
MACRO SYMBIAN
|
sl@0
|
52 |
MACRO OPENSSL_NO_SPEED
|
sl@0
|
53 |
MACRO MONOLITH
|
sl@0
|
54 |
|
sl@0
|
55 |
USERINCLUDE ../inc
|
sl@0
|
56 |
USERINCLUDE ../../../include
|
sl@0
|
57 |
|
sl@0
|
58 |
OS_LAYER_SYSTEMINCLUDE
|
sl@0
|
59 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
sl@0
|
60 |
OS_LAYER_SSL_SYSTEMINCLUDE
|
sl@0
|
61 |
|
sl@0
|
62 |
SOURCEPATH ..
|
sl@0
|
63 |
SOURCE src/openssl.c
|
sl@0
|
64 |
SOURCE src/verify.c
|
sl@0
|
65 |
SOURCE src/asn1pars.c
|
sl@0
|
66 |
SOURCE src/req.c
|
sl@0
|
67 |
SOURCE src/dgst.c
|
sl@0
|
68 |
SOURCE src/dh.c
|
sl@0
|
69 |
SOURCE src/dhparam.c
|
sl@0
|
70 |
SOURCE src/enc.c
|
sl@0
|
71 |
SOURCE src/passwd.c
|
sl@0
|
72 |
SOURCE src/gendh.c
|
sl@0
|
73 |
SOURCE src/errstr.c
|
sl@0
|
74 |
SOURCE src/ca.c
|
sl@0
|
75 |
SOURCE src/pkcs7.c
|
sl@0
|
76 |
SOURCE src/crl2p7.c
|
sl@0
|
77 |
SOURCE src/crl.c
|
sl@0
|
78 |
SOURCE src/rsa.c
|
sl@0
|
79 |
SOURCE src/rsautl.c
|
sl@0
|
80 |
SOURCE src/dsa.c
|
sl@0
|
81 |
SOURCE src/dsaparam.c
|
sl@0
|
82 |
SOURCE src/x509.c
|
sl@0
|
83 |
SOURCE src/genrsa.c
|
sl@0
|
84 |
SOURCE src/gendsa.c
|
sl@0
|
85 |
SOURCE src/s_server.c
|
sl@0
|
86 |
SOURCE src/s_client.c
|
sl@0
|
87 |
SOURCE src/s_time.c
|
sl@0
|
88 |
SOURCE src/apps.c
|
sl@0
|
89 |
SOURCE src/s_cb.c
|
sl@0
|
90 |
SOURCE src/s_socket.c
|
sl@0
|
91 |
SOURCE src/app_rand.c
|
sl@0
|
92 |
SOURCE src/version.c
|
sl@0
|
93 |
SOURCE src/sess_id.c
|
sl@0
|
94 |
SOURCE src/ciphers.c
|
sl@0
|
95 |
SOURCE src/nseq.c
|
sl@0
|
96 |
SOURCE src/pkcs12.c
|
sl@0
|
97 |
SOURCE src/pkcs8.c
|
sl@0
|
98 |
SOURCE src/spkac.c
|
sl@0
|
99 |
SOURCE src/smime.c
|
sl@0
|
100 |
SOURCE src/rand.c
|
sl@0
|
101 |
SOURCE src/engine.c
|
sl@0
|
102 |
SOURCE src/ocsp.c
|
sl@0
|
103 |
SOURCE src/prime.c
|
sl@0
|
104 |
|
sl@0
|
105 |
|
sl@0
|
106 |
LIBRARY libcrypto.lib
|
sl@0
|
107 |
LIBRARY libssl.lib
|
sl@0
|
108 |
LIBRARY libc.lib
|
sl@0
|
109 |
LIBRARY euser.lib
|
sl@0
|
110 |
STATICLIBRARY libcrt0.lib
|
sl@0
|
111 |
LANG SC
|
sl@0
|
112 |
EPOCSTACKSIZE 0x5000
|
sl@0
|
113 |
/*
|
sl@0
|
114 |
START WINS
|
sl@0
|
115 |
?wins_specific_information
|
sl@0
|
116 |
END
|
sl@0
|
117 |
|
sl@0
|
118 |
START MARM
|
sl@0
|
119 |
?marm_specific_information
|
sl@0
|
120 |
END
|
sl@0
|
121 |
*/
|
sl@0
|
122 |
// Other possible keywords:
|
sl@0
|
123 |
|
sl@0
|
124 |
// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
|
sl@0
|
125 |
/*
|
sl@0
|
126 |
START BITMAP ?target
|
sl@0
|
127 |
TARGETPATH ?emulated_path_on_target_machine
|
sl@0
|
128 |
HEADER
|
sl@0
|
129 |
SOURCE ?color_depth ?source_bitmap
|
sl@0
|
130 |
END
|
sl@0
|
131 |
*/
|
sl@0
|
132 |
// DEFFILE ?filename
|
sl@0
|
133 |
// AIF ?filename
|
sl@0
|
134 |
|
sl@0
|
135 |
// End of File
|
sl@0
|
136 |
|
sl@0
|
137 |
SMPSAFE
|