author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 21:20:12 +0300 | |
branch | RCL_3 |
changeset 21 | f8280f3bfeb7 |
parent 20 | fad26422216a |
permissions | -rw-r--r-- |
20 | 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: |
|
15 |
* |
|
16 |
*/ |
|
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
|
20 | 18 |
|
19 |
#include <platform_paths.hrh> |
|
20 |
||
21 |
PRJ_EXPORTS |
|
22 |
../group/backup_registration.xml Z:/private/20011384/backup_registration.xml |
|
23 |
../rom/loadgen.iby CORE_IBY_EXPORT_PATH(tools,loadgen.iby) |
|
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
24 |
|
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
|
20 | 26 |
PRJ_MMPFILES |
27 |
#if defined(__SERIES60_30__) || defined(__SERIES60_31__) || defined(__S60_32__) |
|
28 |
gnumakefile loadgen_icons_aif.mk |
|
29 |
gnumakefile loadgen_extraicons.mk |
|
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
|
20 | 31 |
#ifdef MARM |
32 |
gnumakefile loadgen_stub_sis.mk |
|
33 |
#endif |
|
34 |
#endif |
|
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
|
20 | 36 |
loadgen.mmp |
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
|
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
|
20 | 39 |
#if(!defined __SERIES60_30__ && !defined __SERIES60_31__ && !defined __S60_32__) |
40 |
PRJ_EXTENSIONS |
|
41 |
START EXTENSION s60/mifconv |
|
42 |
OPTION TARGETFILE loadgen_aif.mif |
|
43 |
OPTION SOURCEDIR ../icons |
|
44 |
OPTION SOURCES -c8,8 qgn_menu_loadgen |
|
45 |
END |
|
19
b3cee849fa46
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
46 |
|
20 | 47 |
START EXTENSION s60/mifconv |
48 |
OPTION TARGETFILE loadgen_extraicons.mif |
|
49 |
OPTION HEADERFILE loadgen_extraicons.mbg |
|
50 |
OPTION SOURCEDIR ../icons |
|
51 |
OPTION SOURCES -c8,8 qgn_prob_status_red -c8,8 qgn_prob_status_green |
|
52 |
END |
|
0
d6fe6244b863
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
53 |
|
20 | 54 |
#ifdef MARM |
55 |
START EXTENSION app-services/buildstubsis |
|
56 |
OPTION SRCDIR ../sis |
|
57 |
OPTION SISNAME LoadGen_stub |
|
58 |
END |
|
59 |
#endif |
|
19
b3cee849fa46
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
60 |
#endif |