equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 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 |
|
15 * GSPowerSavingQueryPlugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 ../rom/GSPowerSavingQueryPlugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH( gspowersavingqueryplugin.iby ) |
|
27 ../rom/GSPowerSavingQueryPluginResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH( gspowersavingquerypluginresources.iby ) |
|
28 loc/GSPowerSavingQueryPlugin.loc MW_LAYER_LOC_EXPORT_PATH( gspowersavingqueryplugin.loc ) |
|
29 |
|
30 PRJ_EXTENSIONS |
|
31 START EXTENSION s60/mifconv |
|
32 OPTION TARGETFILE GSPowerSavingQueryPlugin.mif |
|
33 OPTION HEADERFILE GSPowerSavingQueryPlugin.mbg |
|
34 OPTION SOURCES -c8,8 qgn_prop_cp_dev_ps_activate |
|
35 END |
|
36 |
|
37 PRJ_MMPFILES |
|
38 GSPowerSavingQueryPlugin.mmp |
|
39 |
|
40 |
|
41 PRJ_TESTMMPFILES |
|
42 |
|
43 // End of File |
|