group/bld.inf
changeset 0 0e761a78d257
equal deleted inserted replaced
-1:000000000000 0:0e761a78d257
       
     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:  This is a top level bld file to generate all libraries.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_MMPFILES
       
    25 #ifdef FF_GSTREAMER
       
    26 #include "../gstreamer_core/group/bld.inf"
       
    27 #include "../gst_plugins_base/group/bld.inf"
       
    28 #include "../gst_plugins_good/group/bld.inf"
       
    29 #include "../gst_plugins_symbian/group/bld.inf"
       
    30 #include "../gstregistrygenerator/group/bld.inf"
       
    31 #endif
       
    32 
       
    33 PRJ_EXPORTS
       
    34 #ifdef FF_GSTREAMER
       
    35 ../data/gst_dll_2001F41F.txt /epoc32/winscw/c/gstreamer/plugins_list/gst_dll_2001F41F.txt
       
    36 ../data/gstreamer_stub.sis /epoc32/data/z/system/install/gstreamer_stub.sis
       
    37 ../rom/gstreamer.iby       CORE_MW_LAYER_IBY_EXPORT_PATH(gstreamer.iby)
       
    38 #endif
       
    39