|
1 /* |
|
2 * Copyright (c) 2005 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 * BLD.INF file for all the modules in postcard directory. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 // Help exports |
|
27 #include "../help/group/bld.inf" |
|
28 |
|
29 PRJ_EXPORTS |
|
30 |
|
31 // export iby files |
|
32 ../rom/Postcard_variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(Postcard_variant.iby) |
|
33 ../rom/PostcardResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(PostcardResources.iby) |
|
34 |
|
35 // Export localised loc files |
|
36 ../loc/Postcard.loc APP_LAYER_LOC_EXPORT_PATH(Postcard.loc) |
|
37 ../loc/Postcard_branded.loc APP_LAYER_LOC_EXPORT_PATH(Postcard_branded.loc) |
|
38 |
|
39 // Export confml and crml files |
|
40 ../Conf/postcard.confml APP_LAYER_CONFML(postcard.confml) |
|
41 ../Conf/postcard_102824AB.crml APP_LAYER_CRML(postcard_102824ab.crml) |
|
42 |
|
43 //Stub sis |
|
44 ../stub_sis/stubpostcard.sis /epoc32/data/z/system/install/stubpostcard.sis |
|
45 |
|
46 PRJ_EXTENSIONS |
|
47 |
|
48 START EXTENSION s60/mifconv |
|
49 OPTION TARGETFILE postcard.mif |
|
50 OPTION HEADERFILE postcard.mbg |
|
51 OPTION SOURCES -c8,8 qgn_graf_mms_postcard_back -c8,8 qgn_graf_mms_postcard_front -c8,8 qgn_graf_mms_postcard_insert_image_bg -c8,8 qgn_indi_mms_postcard_down -c8,8 qgn_indi_mms_postcard_image -c8,8 qgn_indi_mms_postcard_stamp -c8,8 qgn_indi_mms_postcard_text -c8,8 qgn_indi_mms_postcard_up -c8,8 qgn_prop_mce_postcard -c8,8 qgn_prop_mce_postcard_title -c8,8 qgn_prop_mms_postcard_address_active -c8,8 qgn_prop_mms_postcard_address_inactive -c8,8 qgn_prop_mms_postcard_greeting_active -c8,8 qgn_prop_mms_postcard_greeting_inactive -c8,8 qgn_graf_mms_insert_image |
|
52 END |
|
53 |
|
54 START EXTENSION s60/mifconv |
|
55 OPTION TARGETFILE postcard_aif.mif |
|
56 OPTION SOURCES -c8,8 qgn_menu_mce_postcard |
|
57 END |
|
58 |
|
59 PRJ_MMPFILES |
|
60 |
|
61 ../postcardui/PostcardUi.mmp |
|
62 ../postcard/Postcard.mmp |
|
63 |
|
64 /* End of File */ |
|
65 |