29
|
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 |
*
|
|
15 |
* Description:
|
|
16 |
* Export help related files.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
#ifndef __IMUISERVICETAB_IBY__
|
|
22 |
#define __IMUISERVICETAB_IBY__
|
|
23 |
|
|
24 |
//im ui service tab
|
|
25 |
|
|
26 |
file=ABI_DIR/BUILD_DIR/vimpstutils.dll SHARED_LIB_DIR/vimpstutils.dll
|
|
27 |
file=ABI_DIR/BUILD_DIR/vimpststorage.dll SHARED_LIB_DIR/vimpststorage.dll
|
|
28 |
file=ABI_DIR/BUILD_DIR/vimpstengine.dll SHARED_LIB_DIR/vimpstengine.dll
|
|
29 |
file=ABI_DIR/BUILD_DIR/vimpstcmdprocess.dll SHARED_LIB_DIR/vimpstcmdprocess.dll
|
|
30 |
|
|
31 |
// ECom plug-ins
|
|
32 |
ECOM_PLUGIN(vimpstui.dll,vimpstui.rsc)
|
|
33 |
// cca details view related
|
|
34 |
ECOM_PLUGIN(vimpstdetailsviewplugin.dll,vimpstdetailsviewplugin.rsc)
|
|
35 |
|
|
36 |
// stub SIS, provides support for SIS upgrading
|
|
37 |
data=DATAZ_/system/install/uiservicetabstub.sis system/install/uiservicetabstub.sis
|
|
38 |
|
|
39 |
data=DATAZ_\private\20012423\backup_registration.xml private\20012423\backup_registration.xml
|
|
40 |
|
|
41 |
#endif //__IMUISERVICETAB_IBY__
|
|
42 |
|
|
43 |
|