39
|
1 |
/*
|
43
|
2 |
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
39
|
3 |
* All rights reserved.
|
43
|
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".
|
39
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
43
|
14 |
* Description: Project build file for 3GPExtParser lib
|
39
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
PRJ_PLATFORMS
|
|
19 |
DEFAULT
|
|
20 |
|
|
21 |
PRJ_EXPORTS
|
|
22 |
|
|
23 |
#ifdef __3GP_EXTENTION
|
|
24 |
|
|
25 |
// Exporting 3GPExtParser Binaries
|
|
26 |
../armv5/LIB/3GPExtParser.lib /epoc32/release/armv5/LIB/3GPExtParser.lib
|
|
27 |
../armv5/LIB/3GPExtParser.dso /epoc32/release/armv5/LIB/3GPExtParser.dso
|
|
28 |
../armv5/LIB/3GPExtParser{000a0000}.lib /epoc32/release/armv5/LIB/3GPExtParser{000a0000}.lib
|
|
29 |
../armv5/LIB/3GPExtParser{000a0000}.dso /epoc32/release/armv5/LIB/3GPExtParser{000a0000}.dso
|
|
30 |
|
|
31 |
../armv5/udeb/3GPExtParser.dll /epoc32/release/armv5/udeb/3GPExtParser.dll
|
|
32 |
../armv5/urel/3GPExtParser.dll /epoc32/release/armv5/urel/3GPExtParser.dll
|
|
33 |
|
|
34 |
../winscw/udeb/3GPExtParser.lib /epoc32/release/winscw/udeb/3GPExtParser.lib
|
|
35 |
../winscw/udeb/3GPExtParser.dll /epoc32/release/winscw/udeb/3GPExtParser.dll
|
|
36 |
../winscw/urel/3GPExtParser.dll /epoc32/release/winscw/urel/3GPExtParser.dll
|
|
37 |
|
|
38 |
#endif
|
|
39 |
|
|
40 |
PRJ_MMPFILES
|
|
41 |
|
|
42 |
|
|
43 |
// End of File
|