equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 - 2008 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 * Build file |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // Note: Undefine this flag if generated *.mbm and *.h files need to be |
|
23 // regenerated (e.g. in case of configuration change). |
|
24 #define AKN_PICTOGRAPH_USE_PREGENERATED |
|
25 |
|
26 PRJ_EXPORTS |
|
27 |
|
28 #ifdef AKN_PICTOGRAPH_USE_PREGENERATED |
|
29 #include "../pregenerated/bld.inf" |
|
30 #endif // AKN_PICTOGRAPH_USE_PREGENERATED |
|
31 |
|
32 // IBY-files |
|
33 ../rom/AknPictograph.iby CORE_MW_LAYER_IBY_EXPORT_PATH(aknpictograph.iby) |
|
34 ../rom/AknPictograph_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(aknpictograph_variant.iby) |
|
35 |
|
36 |
|
37 PRJ_MMPFILES |
|
38 |
|
39 #ifndef TOOLS |
|
40 |
|
41 #ifndef AKN_PICTOGRAPH_USE_PREGENERATED |
|
42 gnumakefile AknPictographConfig.mk |
|
43 gnumakefile AknPictographBitmaps.mk |
|
44 #endif // AKN_PICTOGRAPH_USE_PREGENERATED |
|
45 |
|
46 |
|
47 AknPictograph.mmp |
|
48 |
|
49 |
|
50 AknPictographImpl.mmp |
|
51 |
|
52 |
|
53 #endif // TOOLS |
|
54 |
|
55 PRJ_TESTMMPFILES |
|
56 CVT_AknPictograph.mmp |
|
57 |