equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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 the |
|
15 * Profile Engine |
|
16 * |
|
17 */ |
|
18 |
|
19 // To get the APP_LAYER_LOC_EXPORT_PATH-definition |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 PRJ_PLATFORMS |
|
23 DEFAULT |
|
24 |
|
25 PRJ_EXPORTS |
|
26 |
|
27 //Configuration tool migration |
|
28 ../conf/profilesengine.confml MW_LAYER_CONFML(profilesengine.confml) |
|
29 ../conf/profilesengine_101F8798.crml MW_LAYER_CRML(profilesengine_101F8798.crml) |
|
30 ../conf/profilesengine_101F8799.crml MW_LAYER_CRML(profilesengine_101F8799.crml) |
|
31 |
|
32 #include "ProfilesEngineExports.Inc" |
|
33 |
|
34 ../rom/Profileengine.iby CORE_MW_LAYER_IBY_EXPORT_PATH(Profileengine.iby) |
|
35 ../rom/ProfileEngineResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(ProfileEngineResources.iby) |
|
36 |
|
37 |
|
38 PRJ_MMPFILES |
|
39 ProfileEng.mmp |
|
40 ProfileEngine.mmp |
|
41 ProfileScheduleEvent.mmp |
|
42 |
|
43 // End of File |