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 "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: Processes registry persistent data in XML. |
14 // or all of this material requires the prior written consent of |
15 * |
15 // Nokia Corporation. This material also contains confidential |
16 */ |
16 // information which may not be disclosed to others without the |
17 |
17 // prior written consent of Nokia Corporation. |
|
18 // ============================================================================== |
|
19 /// |
|
20 |
|
21 // INCLUDE FILES |
18 |
22 |
19 #include <e32base.h> |
23 #include <e32base.h> |
20 #include <f32file.h> |
24 #include <f32file.h> |
21 #include <libxml2_globals.h> |
25 #include <libxml2_globals.h> |
22 #include <libxml2_parser.h> |
26 #include <libxml2_parser.h> |