|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 PRJ_PLATFORMS |
|
20 DEFAULT |
|
21 |
|
22 |
|
23 PRJ_EXPORTS |
|
24 |
|
25 ../inc/featmgr.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featmgr.h) |
|
26 ../inc/featurecontrol.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurecontrol.h) |
|
27 ../inc/featurenotifier.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurenotifier.h) |
|
28 ../inc/featurecmn.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featurecmn.h) |
|
29 ../inc/featdiscovery.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(featdiscovery.h) |
|
30 ../inc/featureinfoplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featureinfoplugin.h) |
|
31 ../inc/featureinfoplugin.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(featmgr/featureinfoplugin.inl) |
|
32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
33 ../inc/featurepanics.h /epoc32/include/featmgr/featurepanics.h |
|
34 #endif |
|
35 ./featmgr.iby /epoc32/rom/include/featmgr.iby |
|
36 |
|
37 /* export the backup and restore registration file |
|
38 * to Z drive both for emulator and target device |
|
39 */ |
|
40 backup_registration.xml z:/private/10205054/backup_registration.xml |
|
41 |
|
42 |
|
43 PRJ_MMPFILES |
|
44 |
|
45 ./featmgr.mmp |
|
46 ./featdiscovery.mmp |
|
47 ./featmgrserver.mmp |
|
48 |
|
49 |
|
50 PRJ_EXTENSIONS |
|
51 |
|
52 // Extension makefile to install the emulator default features.dat data |
|
53 // file into the release/winscw/[urel|udeb]/z/private/10205054 folder for use |
|
54 // in the emulator platform. features.dat file generated by the features tool |
|
55 // in the TOOLS[2] builds by the cedar/tools/romkit component. FeatMgr has |
|
56 // the responsibility of installing it for Symbian OS emulator platforms for |
|
57 // Core OS (textshell) and TechView (GUI or textshell) product builds. |
|
58 START EXTENSION syslibs/fm_copyfile_to_winscw_zdrive |
|
59 option FILE_TO_COPY features.dat |
|
60 option SRC_PATH $(EPOCROOT)epoc32/data/config |
|
61 option DEST_PATH z/private/10205054 |
|
62 END |
|
63 |
|
64 |
|
65 PRJ_TESTMMPFILES |
|
66 |
|
67 #include "../tools/group/bld.inf" |
|
68 #include "../test/group/bld.inf" |
|
69 |
|
70 |
|
71 // End of File |