sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
|
sl@0
|
18 |
|
sl@0
|
19 |
#include "../ossrv_pub/group/bld.inf"
|
sl@0
|
20 |
#include "../ossrv_plat/libutils/group/bld.inf"
|
sl@0
|
21 |
|
sl@0
|
22 |
#include "../stdlibs/group/bld.inf"
|
sl@0
|
23 |
#include "../ssl/group/bld.inf"
|
sl@0
|
24 |
#include "../glib/group/bld.inf"
|
sl@0
|
25 |
#include "../stdcpp/group/bld.inf"
|
sl@0
|
26 |
|
sl@0
|
27 |
#include "../ofdbus/group/bld.inf"
|
sl@0
|
28 |
#include "../utilitylibraries/libutils/group/bld.inf"
|
sl@0
|
29 |
|
sl@0
|
30 |
|
sl@0
|
31 |
|
sl@0
|
32 |
PRJ_EXPORTS
|
sl@0
|
33 |
//Exporting glib iby file
|
sl@0
|
34 |
../rom/glib.iby CORE_OS_LAYER_IBY_EXPORT_PATH(glib.iby)
|
sl@0
|
35 |
|
sl@0
|
36 |
//Exporting ssl iby file
|
sl@0
|
37 |
../rom/ssl.iby CORE_OS_LAYER_IBY_EXPORT_PATH(ssl.iby)
|
sl@0
|
38 |
|
sl@0
|
39 |
//Exporting stdcpp iby file
|
sl@0
|
40 |
../rom/stdcpp4.iby CORE_OS_LAYER_IBY_EXPORT_PATH(stdcpp4.iby)
|
sl@0
|
41 |
|
sl@0
|
42 |
//Exporting stdlibs iby file
|
sl@0
|
43 |
../rom/stdlibs.iby CORE_OS_LAYER_IBY_EXPORT_PATH(stdlibs.iby)
|
sl@0
|
44 |
|
sl@0
|
45 |
|
sl@0
|
46 |
|
sl@0
|
47 |
|
sl@0
|
48 |
|
sl@0
|
49 |
//exporting openc_stdlibs stub sis
|
sl@0
|
50 |
../stdlibs/install/openc_stdlibs_stub.sis /epoc32/data/z/system/install/openc_stdlibs_stub.sis
|
sl@0
|
51 |
//exporting openc_ssl stub sis
|
sl@0
|
52 |
../ssl/install/openc_ssl_stub.sis /epoc32/data/z/system/install/openc_ssl_stub.sis
|
sl@0
|
53 |
//exporting openc_libzcore_stub.sis
|
sl@0
|
54 |
../ssl/install/openc_libzcore_stub.sis /epoc32/data/z/system/install/openc_libzcore_stub.sis
|
sl@0
|
55 |
//exporting openc_glib stub sis
|
sl@0
|
56 |
../glib/install/openc_glib_stub.sis /epoc32/data/z/system/install/openc_glib_stub.sis
|
sl@0
|
57 |
//exporting stdcpp stub sis
|
sl@0
|
58 |
../stdcpp/install/stdcpp_stub.SIS /epoc32/data/z/system/install/stdcpp_stub.sis
|
sl@0
|
59 |
|
sl@0
|
60 |
//exporting rpipe stub sis
|
sl@0
|
61 |
../stdlibs/install/rpipe_stub.SIS /epoc32/data/z/system/install/rpipe_stub.sis
|
sl@0
|
62 |
|
sl@0
|
63 |
// exporting openc_liblogger stub sis
|
sl@0
|
64 |
../stdlibs/install/openc_liblogger_stub.sis /epoc32/data/z/system/install/openc_liblogger_stub.sis
|
sl@0
|
65 |
|
sl@0
|
66 |
// exporting openc_signalserver_stub sis
|
sl@0
|
67 |
../stdlibs/install/openc_signalserver_stub.sis /epoc32/data/z/system/install/openc_signalserver_stub.sis
|
sl@0
|
68 |
|
sl@0
|
69 |
|
sl@0
|
70 |
// End of File
|
sl@0
|
71 |
|