equal
deleted
inserted
replaced
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: This file provides the information required for building |
|
15 * GSDisplayPlugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 ../rom/GSDisplayPlugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( gsdisplayplugin.iby ) |
|
27 ../rom/GSDisplayPluginResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( gsdisplaypluginresources.iby ) |
|
28 loc/GsDisplPlugin.loc MW_LAYER_LOC_EXPORT_PATH( gsdisplplugin.loc ) |
|
29 |
|
30 #ifdef FF_POWER_SAVE |
|
31 // PSM Config files for emulator use |
|
32 Data/2000B591.xml /epoc32/release/winscw/urel/z/private/2000b187/2000b591.xml |
|
33 Data/2000B591.xml /epoc32/release/winscw/udeb/z/private/2000b187/2000b591.xml |
|
34 |
|
35 // PSM Config files for HW use |
|
36 Data/2000B591.xml /epoc32/data/z/private/2000b187/2000b591.xml |
|
37 #endif // FF_POWER_SAVE |
|
38 |
|
39 PRJ_EXTENSIONS |
|
40 START EXTENSION s60/mifconv |
|
41 OPTION TARGETFILE gsdisplayplugin.mif |
|
42 OPTION HEADERFILE gsdisplayplugin.mbg |
|
43 OPTION SOURCES -c8,8 qgn_prop_cp_dev_disp |
|
44 END |
|
45 |
|
46 |
|
47 |
|
48 |
|
49 PRJ_MMPFILES |
|
50 GSDisplayPlugin.mmp |
|
51 |
|
52 PRJ_TESTMMPFILES |
|
53 |
|
54 // End of File |
|