equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2007-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: Build information file for project menusuites |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../foldersuite/group/bld.inf" |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 PRJ_EXPORTS |
|
27 ../rom/menusuites.iby CORE_APP_LAYER_IBY_EXPORT_PATH(menusuites.iby) |
|
28 ../rom/menusuites_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(menusuites_resources.iby) |
|
29 |
|
30 ../data/mmenuschema.xsd z:/private/101F4CD2/import/suites/mmenuschema.xsd |
|
31 |
|
32 PRJ_MMPFILES |
|
33 #ifndef SBSV2 |
|
34 #ifdef WINSCW |
|
35 gnumakefile validateNewMenuFw.mk |
|
36 #endif |
|
37 #endif |
|
38 |
|
39 #ifdef _MATRIX_MENU_INCLUDE_TEST_CONTENT |
|
40 #include "../internal/test/group/bld.inf" |
|
41 #endif |
|