group/bld.inf
changeset 2 5505e8908944
child 8 4a7fac7dd34a
child 29 567bb019e3e3
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : bld.inf
       
     4 *  Part of     :
       
     5 *  Description : This is a top level bld file to generate all libraries.
       
     6 *
       
     7 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     8 *
       
     9 * This library is free software; you can redistribute it and/or
       
    10 * modify it under the terms of the GNU Lesser General Public
       
    11 * License as published by the Free Software Foundation; either
       
    12 * version 2 of the License, or (at your option) any later version.
       
    13 *
       
    14 * This library is distributed in the hope that it will be useful,
       
    15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    17 * Lesser General Public License for more details.
       
    18 *
       
    19 * You should have received a copy of the GNU Lesser General Public
       
    20 * License along with this library; if not, write to the
       
    21 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    22 * Boston, MA 02111-1307, USA.
       
    23 *
       
    24 * Description:
       
    25 *
       
    26 */
       
    27 
       
    28 #include <platform_paths.hrh>
       
    29 
       
    30 PRJ_PLATFORMS
       
    31 DEFAULT
       
    32 
       
    33 PRJ_MMPFILES
       
    34 #ifdef FF_GSTREAMER
       
    35 #include "../gstreamer_core/group/bld.inf"
       
    36 #include "../gst_plugins_base/group/bld.inf"
       
    37 #include "../gst_plugins_good/group/bld.inf"
       
    38 #include "../gst_plugins_symbian/group/bld.inf"
       
    39 #include "../gstregistrygenerator/group/bld.inf"
       
    40 #endif
       
    41 
       
    42 PRJ_EXPORTS
       
    43 #ifdef FF_GSTREAMER
       
    44 ../data/gst_dll_2001F41F.txt /epoc32/winscw/c/gstreamer/plugins_list/gst_dll_2001F41F.txt
       
    45 ../data/gstreamer_stub.sis /epoc32/data/z/system/install/gstreamer_stub.sis
       
    46 ../rom/gstreamer.iby       CORE_MW_LAYER_IBY_EXPORT_PATH(gstreamer.iby)
       
    47 #endif
       
    48