29
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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: Build information file for IMUIServiceTab
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
PRJ_PLATFORMS
|
|
22 |
DEFAULT
|
|
23 |
|
|
24 |
PRJ_EXPORTS
|
|
25 |
// component has to export its .iby files
|
|
26 |
// exporting the imvuiservice tab's iby files
|
|
27 |
../rom/imuiservicetab.iby CORE_APP_LAYER_IBY_EXPORT_PATH(imuiservicetab.iby)
|
|
28 |
../rom/imuiservicetabresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(imuiservicetabresources.iby)
|
|
29 |
|
|
30 |
../inc/mimpstuiaiwitemcontrol.h APP_LAYER_PLATFORM_EXPORT_PATH( mimpstuiaiwitemcontrol.h )
|
|
31 |
../inc/mcommandmapper.h APP_LAYER_PLATFORM_EXPORT_PATH( mcommandmapper.h )
|
|
32 |
../inc/cmenuextension.h APP_LAYER_PLATFORM_EXPORT_PATH( cmenuextension.h )
|
|
33 |
../inc/servicetabmenuextensioncommand.rh APP_LAYER_PLATFORM_EXPORT_PATH( servicetabmenuextensioncommand.rh)
|
|
34 |
../inc/servicetabmenucommandinfo.hrh APP_LAYER_PLATFORM_EXPORT_PATH( servicetabmenucommandinfo.hrh)
|
|
35 |
// ROM SIS stubs
|
|
36 |
../sis/uiservicetabstub.sis /epoc32/data/Z/System/Install/uiservicetabstub.sis
|
|
37 |
// Backup registration files
|
|
38 |
backup_registration.xml /epoc32/data/z/private/20012423/backup_registration.xml
|
|
39 |
backup_registration.xml /epoc32/release/winscw/udeb/z/private/20012423/backup_registration.xml
|
|
40 |
backup_registration.xml /epoc32/release/winscw/urel/z/private/20012423/backup_registration.xml
|
|
41 |
// MMP files for project components
|
|
42 |
PRJ_MMPFILES
|
|
43 |
|
|
44 |
|
|
45 |
#include "../vimpstutils/group/bld.inf"
|
|
46 |
#include "../vimpststorage/group/bld.inf"
|
|
47 |
#include "../vimpstengine/group/bld.inf"
|
|
48 |
#include "../vimpstcmdprocess/group/bld.inf"
|
|
49 |
#include "../vimpstui/group/bld.inf"
|
|
50 |
#include "../vimpstdetailsviewplugin/group/bld.inf"
|
|
51 |
|
|
52 |
// End of File
|