equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2007 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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_MMPFILES |
|
25 |
|
26 #ifndef TOOLS |
|
27 |
|
28 CommonDialogs.mmp |
|
29 |
|
30 PRJ_EXTENSIONS |
|
31 START EXTENSION s60/mifconv |
|
32 OPTION TARGETFILE commondialogs.mif |
|
33 OPTION HEADERFILE commondialogs.mbg |
|
34 OPTION SOURCEFILE iconlist.txt |
|
35 END |
|
36 |
|
37 #endif |
|
38 |
|
39 // CommonDialogs exports |
|
40 PRJ_EXPORTS |
|
41 |
|
42 // IBY-files |
|
43 ../rom/CommonDialogs.iby CORE_MW_LAYER_IBY_EXPORT_PATH(CommonDialogs.iby) |
|
44 ../rom/CommonDialogsResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(CommonDialogsResources.iby) |
|
45 |
|
46 |
|
47 // export localised loc file |
|
48 ../loc/commondialogs.loc MW_LAYER_LOC_EXPORT_PATH(commondialogs.loc) |
|
49 |
|
50 PRJ_TESTMMPFILES |
|
51 //../tsrc/CommonDialogsValidation.mmp // Validation tests for Common File Dialogs |
|
52 |
|
53 // End of File |