group/bld.inf
branchRCL_3
changeset 4 0f8d2eb4627b
parent 0 e4d67989cc36
child 16 541f844fab81
equal deleted inserted replaced
3:18f64da82512 4:0f8d2eb4627b
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
       
    19 #include "../rom/bld.inf"
       
    20 
    19 #include "../ossrv_pub/group/bld.inf"
    21 #include "../ossrv_pub/group/bld.inf"
    20 #include "../ossrv_plat/libutils/group/bld.inf"
    22 #include "../ossrv_plat/libutils/group/bld.inf"
    21 
    23 
    22 #include "../stdlibs/group/bld.inf"
    24 #include "../stdlibs/group/bld.inf"
    23 #include "../ssl/group/bld.inf"
    25 #include "../ssl/group/bld.inf"
    26 
    28 
    27 #include "../ofdbus/group/bld.inf"
    29 #include "../ofdbus/group/bld.inf"
    28 #include "../utilitylibraries/libutils/group/bld.inf"
    30 #include "../utilitylibraries/libutils/group/bld.inf"
    29 
    31 
    30 
    32 
    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 //  End of File
    33 //  End of File
    67 
    34