sl@0
|
1 |
; ============================================================================
|
sl@0
|
2 |
; Name : openc_ssl.pkg
|
sl@0
|
3 |
; Part of : openc project
|
sl@0
|
4 |
; Description : package file for ssl libraries
|
sl@0
|
5 |
;
|
sl@0
|
6 |
; Version : 1.7.0
|
sl@0
|
7 |
;
|
sl@0
|
8 |
; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
9 |
; All rights reserved.
|
sl@0
|
10 |
;
|
sl@0
|
11 |
; Redistribution and use in source and binary forms, with or without
|
sl@0
|
12 |
; modification, are permitted provided that the following conditions are met:
|
sl@0
|
13 |
; * Redistributions of source code must retain the above copyright notice, this
|
sl@0
|
14 |
; list of conditions and the following disclaimer.
|
sl@0
|
15 |
; * Redistributions in binary form must reproduce the above copyright notice,
|
sl@0
|
16 |
; this list of conditions and the following disclaimer in the documentation
|
sl@0
|
17 |
; and/or other materials provided with the distribution.
|
sl@0
|
18 |
; * Neither the name of the <ORGANIZATION> nor the names of its contributors
|
sl@0
|
19 |
; may be used to endorse or promote products derived from this software
|
sl@0
|
20 |
; without specific prior written permission.
|
sl@0
|
21 |
;
|
sl@0
|
22 |
; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
sl@0
|
23 |
; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
sl@0
|
24 |
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
sl@0
|
25 |
; DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
sl@0
|
26 |
; FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
sl@0
|
27 |
; DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
sl@0
|
28 |
; SERVICES, LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
sl@0
|
29 |
; CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
sl@0
|
30 |
; OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
sl@0
|
31 |
; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
sl@0
|
32 |
; ============================================================================
|
sl@0
|
33 |
;Languages
|
sl@0
|
34 |
&EN
|
sl@0
|
35 |
|
sl@0
|
36 |
;Header
|
sl@0
|
37 |
#{"Open C LIBSSL"},(0x10281F34),1,7,0, TYPE=SA
|
sl@0
|
38 |
|
sl@0
|
39 |
;Localised Vendor name
|
sl@0
|
40 |
%{"Nokia"}
|
sl@0
|
41 |
|
sl@0
|
42 |
;Unique Vendor name
|
sl@0
|
43 |
:"Nokia"
|
sl@0
|
44 |
|
sl@0
|
45 |
;Files to install
|
sl@0
|
46 |
;libcrypto_dll
|
sl@0
|
47 |
""-"z:\sys\bin\libcrypto.dll"
|
sl@0
|
48 |
;libssl_dll
|
sl@0
|
49 |
""-"z:\sys\bin\libssl.dll"
|
sl@0
|
50 |
;libz_dll
|
sl@0
|
51 |
""-"z:\sys\bin\libz.dll"
|
sl@0
|
52 |
;libcrypt_dll
|
sl@0
|
53 |
""-"z:\sys\bin\libcrypt.dll" |