os/ossrv/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,71 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +#include "../ossrv_pub/group/bld.inf"
    1.23 +#include "../ossrv_plat/libutils/group/bld.inf"
    1.24 +
    1.25 +#include "../stdlibs/group/bld.inf"
    1.26 +#include "../ssl/group/bld.inf"
    1.27 +#include "../glib/group/bld.inf"
    1.28 +#include "../stdcpp/group/bld.inf"
    1.29 +
    1.30 +#include "../ofdbus/group/bld.inf"
    1.31 +#include "../utilitylibraries/libutils/group/bld.inf"
    1.32 +
    1.33 +
    1.34 +
    1.35 +PRJ_EXPORTS
    1.36 +//Exporting glib iby file 
    1.37 +../rom/glib.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(glib.iby)
    1.38 +
    1.39 +//Exporting ssl iby file
    1.40 +../rom/ssl.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(ssl.iby)
    1.41 +
    1.42 +//Exporting stdcpp iby file
    1.43 +../rom/stdcpp4.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(stdcpp4.iby)
    1.44 +
    1.45 +//Exporting stdlibs iby file
    1.46 +../rom/stdlibs.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(stdlibs.iby)
    1.47 +
    1.48 +
    1.49 +
    1.50 +
    1.51 +
    1.52 +//exporting openc_stdlibs stub sis
    1.53 +../stdlibs/install/openc_stdlibs_stub.sis	/epoc32/data/z/system/install/openc_stdlibs_stub.sis
    1.54 +//exporting openc_ssl stub sis
    1.55 +../ssl/install/openc_ssl_stub.sis					/epoc32/data/z/system/install/openc_ssl_stub.sis
    1.56 +//exporting openc_libzcore_stub.sis
    1.57 +../ssl/install/openc_libzcore_stub.sis		/epoc32/data/z/system/install/openc_libzcore_stub.sis
    1.58 +//exporting openc_glib stub sis 
    1.59 +../glib/install/openc_glib_stub.sis				/epoc32/data/z/system/install/openc_glib_stub.sis
    1.60 +//exporting stdcpp stub sis 
    1.61 +../stdcpp/install/stdcpp_stub.SIS				/epoc32/data/z/system/install/stdcpp_stub.sis
    1.62 +
    1.63 +//exporting rpipe stub sis 
    1.64 +../stdlibs/install/rpipe_stub.SIS	/epoc32/data/z/system/install/rpipe_stub.sis
    1.65 +
    1.66 +// exporting openc_liblogger stub sis
    1.67 +../stdlibs/install/openc_liblogger_stub.sis	/epoc32/data/z/system/install/openc_liblogger_stub.sis
    1.68 +
    1.69 +// exporting openc_signalserver_stub sis
    1.70 +../stdlibs/install/openc_signalserver_stub.sis	/epoc32/data/z/system/install/openc_signalserver_stub.sis
    1.71 +
    1.72 +
    1.73 +//  End of File
    1.74 +