rom/bld.inf
branchRCL_3
changeset 4 0f8d2eb4627b
child 16 541f844fab81
equal deleted inserted replaced
3:18f64da82512 4:0f8d2eb4627b
       
     1 /*
       
     2 * Copyright (c) 2010 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 PRJ_EXPORTS
       
    20 //Exporting glib iby file 
       
    21 ../rom/glib.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(glib.iby)
       
    22 
       
    23 //Exporting ssl iby file
       
    24 ../rom/ssl.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(ssl.iby)
       
    25 
       
    26 //Exporting stdcpp iby file
       
    27 ../rom/stdcpp4.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(stdcpp4.iby)
       
    28 
       
    29 //Exporting stdlibs iby file
       
    30 ../rom/stdlibs.iby  CORE_OS_LAYER_IBY_EXPORT_PATH(stdlibs.iby)
       
    31 
       
    32 
       
    33 
       
    34 
       
    35 
       
    36 //exporting openc_stdlibs stub sis
       
    37 ../stdlibs/install/openc_stdlibs_stub.sis	/epoc32/data/z/system/install/openc_stdlibs_stub.sis
       
    38 //exporting openc_ssl stub sis
       
    39 ../ssl/install/openc_ssl_stub.sis					/epoc32/data/z/system/install/openc_ssl_stub.sis
       
    40 //exporting openc_libzcore_stub.sis
       
    41 ../ssl/install/openc_libzcore_stub.sis		/epoc32/data/z/system/install/openc_libzcore_stub.sis
       
    42 //exporting openc_glib stub sis 
       
    43 ../glib/install/openc_glib_stub.sis				/epoc32/data/z/system/install/openc_glib_stub.sis
       
    44 //exporting stdcpp stub sis 
       
    45 ../stdcpp/install/stdcpp_stub.SIS				/epoc32/data/z/system/install/stdcpp_stub.sis
       
    46 
       
    47 //exporting rpipe stub sis 
       
    48 ../stdlibs/install/rpipe_stub.SIS	/epoc32/data/z/system/install/rpipe_stub.sis
       
    49 
       
    50 // exporting openc_liblogger stub sis
       
    51 ../stdlibs/install/openc_liblogger_stub.sis	/epoc32/data/z/system/install/openc_liblogger_stub.sis
       
    52 
       
    53 //  End of File
       
    54