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 vm. |
|
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 // sis export |
|
30 vm_stub.SIS /epoc32/data/z/system/install/vm_stub.sis |
|
31 |
|
32 // iby export |
|
33 ../rom/Vmbx.iby CORE_APP_LAYER_IBY_EXPORT_PATH(vmbx.iby) |
|
34 ../rom/VmbxResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(vmbxresources.iby) |
|
35 |
|
36 // loc export |
|
37 ../loc/vm.loc APP_LAYER_LOC_EXPORT_PATH(vm.loc) |
|
38 |
|
39 PRJ_EXTENSIONS |
|
40 |
|
41 START EXTENSION s60/mifconv |
|
42 OPTION TARGETFILE vm_aif.mif |
|
43 OPTION SOURCES -c8,8 qgn_menu_smsvo |
|
44 END |
|
45 |
|
46 PRJ_MMPFILES |
|
47 //gnumakefile icons_dc.mk |
|
48 //gnumakefile icons_aif_scalable_dc.mk |
|
49 |
|
50 vm.mmp |
|
51 #include "../gsvmbxplugin/group/bld.inf" |
|
52 |
|
53 |
|
54 // End of File |