sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. sl@0: sl@0: * Redistribution and use in source and binary forms, with or without sl@0: * modification, are permitted provided that the following conditions are met: sl@0: sl@0: * Redistributions of source code must retain the above copyright notice, this sl@0: * list of conditions and the following disclaimer. sl@0: * Redistributions in binary form must reproduce the above copyright notice, sl@0: * this list of conditions and the following disclaimer in the documentation sl@0: * and/or other materials provided with the distribution. sl@0: * Neither the name of Nokia Corporation nor the names of its contributors sl@0: * may be used to endorse or promote products derived from this software sl@0: * without specific prior written permission. sl@0: sl@0: * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" sl@0: * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE sl@0: * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE sl@0: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL sl@0: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR sl@0: * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER sl@0: * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, sl@0: * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE sl@0: * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: TARGET openssl.exe sl@0: TARGETTYPE exe sl@0: UID 0x1000008D 0xE10FF012 sl@0: sl@0: #if defined(EKA2) sl@0: CAPABILITY ALL -TCB sl@0: /* Remove comments and replace 0x00000000 with correct vendor id */ sl@0: // VENDORID 0x00000000 sl@0: /* Remove comments and replace 0x00000000 with correct secure id */ sl@0: // SECUREID 0x00000000 sl@0: #endif sl@0: sl@0: EPOCHEAPSIZE 0x1000 0x150000 sl@0: sl@0: //TARGETPATH ?target_path sl@0: sl@0: MACRO SYMBIAN sl@0: MACRO OPENSSL_NO_SPEED sl@0: MACRO MONOLITH sl@0: sl@0: USERINCLUDE ../inc sl@0: USERINCLUDE ../../../include sl@0: sl@0: SYSTEMINCLUDE /epoc32/include sl@0: SYSTEMINCLUDE /epoc32/include/internal sl@0: //SYSTEMINCLUDE /epoc32/include/osextensions/stdapis sl@0: //SYSTEMINCLUDE /epoc32/include/osextensions/stdapis/sys sl@0: sl@0: SYSTEMINCLUDE /epoc32/include/stdapis sl@0: SYSTEMINCLUDE /epoc32/include/stdapis/openssl sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: SOURCEPATH .. sl@0: sl@0: sl@0: SOURCE src/openssl.c sl@0: SOURCE src/verify.c sl@0: SOURCE src/asn1pars.c sl@0: SOURCE src/req.c sl@0: SOURCE src/dgst.c sl@0: SOURCE src/dh.c sl@0: SOURCE src/dhparam.c sl@0: SOURCE src/enc.c sl@0: SOURCE src/passwd.c sl@0: SOURCE src/gendh.c sl@0: SOURCE src/errstr.c sl@0: SOURCE src/ca.c sl@0: SOURCE src/pkcs7.c sl@0: SOURCE src/crl2p7.c sl@0: SOURCE src/crl.c sl@0: SOURCE src/rsa.c sl@0: SOURCE src/rsautl.c sl@0: SOURCE src/dsa.c sl@0: SOURCE src/dsaparam.c sl@0: SOURCE src/x509.c sl@0: SOURCE src/genrsa.c sl@0: SOURCE src/gendsa.c sl@0: SOURCE src/s_server.c sl@0: SOURCE src/s_client.c sl@0: SOURCE src/s_time.c sl@0: SOURCE src/apps.c sl@0: SOURCE src/s_cb.c sl@0: SOURCE src/s_socket.c sl@0: SOURCE src/app_rand.c sl@0: SOURCE src/version.c sl@0: SOURCE src/sess_id.c sl@0: SOURCE src/ciphers.c sl@0: SOURCE src/nseq.c sl@0: SOURCE src/pkcs12.c sl@0: SOURCE src/pkcs8.c sl@0: SOURCE src/spkac.c sl@0: SOURCE src/smime.c sl@0: SOURCE src/rand.c sl@0: SOURCE src/engine.c sl@0: SOURCE src/ocsp.c sl@0: SOURCE src/prime.c sl@0: sl@0: sl@0: sl@0: //RESOURCE resource_file sl@0: //RESOURCE resource_file2 sl@0: sl@0: sl@0: LIBRARY libcrypto.lib sl@0: LIBRARY libssl.lib sl@0: LIBRARY libc.lib sl@0: LIBRARY euser.lib sl@0: STATICLIBRARY libcrt0.lib sl@0: LANG SC sl@0: EPOCSTACKSIZE 0x5000 sl@0: /* sl@0: START WINS sl@0: ?wins_specific_information sl@0: END sl@0: sl@0: START MARM sl@0: ?marm_specific_information sl@0: END sl@0: */ sl@0: // Other possible keywords: sl@0: sl@0: // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) sl@0: /* sl@0: START BITMAP ?target sl@0: TARGETPATH ?emulated_path_on_target_machine sl@0: HEADER sl@0: SOURCE ?color_depth ?source_bitmap sl@0: END sl@0: */ sl@0: // DEFFILE ?filename sl@0: // AIF ?filename sl@0: sl@0: // End of File sl@0: sl@0: SMPSAFE