equal
deleted
inserted
replaced
|
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 * Description: Implementation of DM UI component |
|
15 * This is part of omadmappui. |
|
16 * |
|
17 */ |
|
18 REM OMA Device Management Application UI |
|
19 |
|
20 #include <bldvariant.hrh> |
|
21 |
|
22 #ifndef __OMADMAPPUI_IBY__ |
|
23 #define __OMADMAPPUI_IBY__ |
|
24 |
|
25 #ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected |
|
26 |
|
27 S60_APP_EXE(NSmlDMSync) |
|
28 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,NSmlDMSync) |
|
29 S60_APP_AIF_ICONS(NSmlDMSync) |
|
30 S60_APP_AIF_RSC(NSmlDMSync) |
|
31 |
|
32 #ifdef __SYNCML_DM_FOTA |
|
33 data=DATAZ_\private\101F6DE5\backup_registration.xml private\101F6DE5\backup_registration.xml |
|
34 #endif // __SYNCML_DM_FOTA |
|
35 |
|
36 ECOM_PLUGIN(OmaDmCPPlugin.dll,OmaDmCPPlugin.rsc) |
|
37 |
|
38 #endif // __SYNCML_DM |
|
39 |
|
40 #endif //__OMADMAPPUI_IBY__ |