Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __XMLFRAMEWORKCONSTANTS_H__
17 #define __XMLFRAMEWORKCONSTANTS_H__
24 Indicates the String Dictionary interface uid that ECom uses to locate the appropriate plugin.
28 const TUid KStringDictionaryInterfaceUid = {0x101FA94F};
31 Indicates the Parser interface uid that ECom uses to locate the appropriate plugin.
36 const TUid KParserInterfaceUid = {0x101FAA0B};
39 Indicates the Generator interface uid that ECom uses to locate the appropriate plugin.
44 const TUid KGeneratorInterfaceUid = {0x101FD284};
48 #endif //__XMLFRAMEWORKCONSTANTS_H__