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