equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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: This file provides the information required for building the |
|
15 * whole of a ussd. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 // Help exports |
|
25 #include "../help/group/bld.inf" |
|
26 |
|
27 PRJ_EXPORTS |
|
28 |
|
29 ../data/ussd_stub.SIS /epoc32/data/z/system/install/Ussd_stub.sis |
|
30 ../rom/Ussd.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Ussd.iby) |
|
31 ../rom/UssdResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(UssdResources.iby) |
|
32 ../loc/ussd.loc APP_LAYER_LOC_EXPORT_PATH(ussd.loc) |
|
33 |
|
34 PRJ_EXTENSIONS |
|
35 START EXTENSION s60/mifconv |
|
36 Option TARGETFILE ussd_aif.mif |
|
37 OPTION SOURCES -c8,8 qgn_menu_ussd |
|
38 END |
|
39 |
|
40 PRJ_MMPFILES |
|
41 //gnumakefile ussd_icons_aif_scalable_dc.mk |
|
42 ../group/ussd.mmp |
|
43 |
|
44 // End of File |