sl@0
|
1 |
; ============================================================================
|
sl@0
|
2 |
; Name : openc_all_libs.pkg
|
sl@0
|
3 |
; Part of : openc project
|
sl@0
|
4 |
; Description : package file for all openc libraries
|
sl@0
|
5 |
;
|
sl@0
|
6 |
; Version : 1.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 |
; This component and the accompanying materials are made available
|
sl@0
|
11 |
; under the terms of "Eclipse Public License v1.0"
|
sl@0
|
12 |
; which accompanies this distribution, and is available
|
sl@0
|
13 |
; at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
14 |
;
|
sl@0
|
15 |
; Initial Contributors:
|
sl@0
|
16 |
; Nokia Corporation - initial contribution.
|
sl@0
|
17 |
;
|
sl@0
|
18 |
; Contributors:
|
sl@0
|
19 |
;
|
sl@0
|
20 |
; Description: package file for all openc libraries
|
sl@0
|
21 |
;
|
sl@0
|
22 |
;
|
sl@0
|
23 |
|
sl@0
|
24 |
;Language - standard language definitions
|
sl@0
|
25 |
&EN
|
sl@0
|
26 |
|
sl@0
|
27 |
;packet-header (name, uid, major, minor, build, type)
|
sl@0
|
28 |
#{"Open C"},(0x10282DE9),1,0,0
|
sl@0
|
29 |
|
sl@0
|
30 |
;Supports S60 3.0
|
sl@0
|
31 |
[0x101F7961], 0, 0, 0, {"S60ProductID"}
|
sl@0
|
32 |
|
sl@0
|
33 |
;Localised Vendor name
|
sl@0
|
34 |
%{"Nokia"}
|
sl@0
|
35 |
|
sl@0
|
36 |
;Unique Vendor name
|
sl@0
|
37 |
:"Nokia"
|
sl@0
|
38 |
|
sl@0
|
39 |
;Supports Series 60 v 3.0
|
sl@0
|
40 |
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
|
sl@0
|
41 |
|
sl@0
|
42 |
;Files to install
|
sl@0
|
43 |
;installing base stdlibs
|
sl@0
|
44 |
@"../stdlibs/install/openc_stdlibs.sisx",(0x10207369)
|
sl@0
|
45 |
;installing glib
|
sl@0
|
46 |
@"../glib/install/openc_glib.sisx",(0x10281F2C)
|
sl@0
|
47 |
;installing ssl
|
sl@0
|
48 |
@"../ssl/install/openc_ssl.sisx",(0x10281F35)
|
sl@0
|
49 |
;installing stdc++
|
sl@0
|
50 |
@"../stdcpp/install/stdcpp.sisx",(0x10282872)
|
sl@0
|
51 |
|
sl@0
|
52 |
|
sl@0
|
53 |
|