1 /* |
1 // |
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
2 // ============================================================================== |
3 * All rights reserved. |
3 // Name : WidgetBackupRegistryXml.cpp |
4 * This component and the accompanying materials are made available |
4 // Part of : WidgetRegistry |
5 * under the terms of the License "Eclipse Public License v1.0" |
5 // Interface : |
6 * which accompanies this distribution, and is available |
6 // Description : Processes registry persistent data in XML. |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // Version : 5.0 |
8 * |
8 // |
9 * Initial Contributors: |
9 // Copyright © 2008 Nokia Corporation. |
10 * Nokia Corporation - initial contribution. |
10 // This material, including documentation and any related |
11 * |
11 // computer programs, is protected by copyright controlled by |
12 * Contributors: |
12 // Nokia Corporation. All rights are reserved. Copying, |
13 * |
13 // including reproducing, storing, adapting or translating, any |
14 * Description: This file contains the header file of the CMidletUI class. |
14 // or all of this material requires the prior written consent of |
15 * |
15 // Nokia Corporation. This material also contains confidential |
16 * This class implements the ECom SWInstUIPluginAPI interface |
16 // information which may not be disclosed to others without the |
17 * for midlet installation. |
17 // prior written consent of Nokia Corporation. |
18 * |
18 // ============================================================================== |
19 * |
19 /// |
20 */ |
|
21 |
20 |
22 // INCLUDE FILES |
21 // INCLUDE FILES |
23 |
22 |
24 #include <e32base.h> |
23 #include <e32base.h> |
25 #include <f32file.h> |
24 #include <f32file.h> |