66
|
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 |
|
|
20 |
PRJ_EXPORTS
|
|
21 |
//Exporting glib iby file
|
|
22 |
glib.iby CORE_OS_LAYER_IBY_EXPORT_PATH(glib.iby)
|
|
23 |
|
|
24 |
//Exporting ssl iby file
|
|
25 |
ssl.iby CORE_OS_LAYER_IBY_EXPORT_PATH(ssl.iby)
|
|
26 |
|
|
27 |
//Exporting stdcpp iby file
|
|
28 |
stdcpp4.iby CORE_OS_LAYER_IBY_EXPORT_PATH(stdcpp4.iby)
|
|
29 |
|
|
30 |
//Exporting stdlibs iby file
|
|
31 |
stdlibs.iby CORE_OS_LAYER_IBY_EXPORT_PATH(stdlibs.iby)
|
|
32 |
|
|
33 |
|
|
34 |
|
|
35 |
|
|
36 |
|
|
37 |
//exporting openc_stdlibs stub sis
|
|
38 |
../stdlibs/install/openc_stdlibs_stub.sis /epoc32/data/z/system/install/openc_stdlibs_stub.sis
|
|
39 |
//exporting openc_ssl stub sis
|
|
40 |
../ssl/install/openc_ssl_stub.sis /epoc32/data/z/system/install/openc_ssl_stub.sis
|
|
41 |
//exporting openc_libzcore_stub.sis
|
|
42 |
../ssl/install/openc_libzcore_stub.sis /epoc32/data/z/system/install/openc_libzcore_stub.sis
|
|
43 |
//exporting openc_glib stub sis
|
|
44 |
../glib/install/openc_glib_stub.sis /epoc32/data/z/system/install/openc_glib_stub.sis
|
|
45 |
//exporting stdcpp stub sis
|
|
46 |
../stdcpp/install/stdcpp_stub.SIS /epoc32/data/z/system/install/stdcpp_stub.sis
|
|
47 |
|
|
48 |
//exporting rpipe stub sis
|
|
49 |
../stdlibs/install/rpipe_stub.SIS /epoc32/data/z/system/install/rpipe_stub.sis
|
|
50 |
|
|
51 |
// exporting openc_liblogger stub sis
|
|
52 |
../stdlibs/install/openc_liblogger_stub.sis /epoc32/data/z/system/install/openc_liblogger_stub.sis
|
|
53 |
|
|
54 |
// exporting openc_signalserver_stub sis
|
|
55 |
../stdlibs/install/openc_signalserver_stub.sis /epoc32/data/z/system/install/openc_signalserver_stub.sis
|
|
56 |
|
|
57 |
|
|
58 |
// End of File
|
|
59 |
|