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