28
|
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) 2010 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 : This is a top level bld file to export the data and ROM files
|
|
25 |
*
|
|
26 |
*/
|
|
27 |
|
|
28 |
|
|
29 |
#include <platform_paths.hrh>
|
|
30 |
|
|
31 |
PRJ_PLATFORMS
|
|
32 |
DEFAULT
|
|
33 |
|
|
34 |
PRJ_EXPORTS
|
|
35 |
#ifdef FF_GSTREAMER
|
|
36 |
../data/gst_dll_2001F41F.txt /epoc32/winscw/c/gstreamer/plugins_list/gst_dll_2001F41F.txt
|
|
37 |
../data/gstreamer_stub.sis /epoc32/data/z/system/install/gstreamer_stub.sis
|
|
38 |
gstreamer.iby CORE_MW_LAYER_IBY_EXPORT_PATH(gstreamer.iby)
|
|
39 |
#endif
|
|
40 |
|