Update contrib.
1 // Copyright (c) 1997-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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // This code contains the UID code definitions
24 #ifndef __ECOMUIDCODES_H__
25 #define __ECOMUIDCODES_H__
30 The UID identifiying an ECom plug-in resource file as having version 2 format
33 const TUid KUidEComResourceFormatV2 = {0x101FB0B9};
36 The UID identifiying an ECom plug-in resource file as having version 3 format
39 const TUid KUidEComResourceFormatV3 = {0x10009E47};
42 The UID identifiying Interface Implementation Collections.
45 const TUid KUidInterfaceImplementationCollection = {0x10009D8D};
47 The UID identifiying Interface Implementation Collections v3.
50 const TUid KUidInterfaceImplementationCollection3 = {0x10009D93};
52 /** The UID identifiying Interface Implementation Resource Files.
55 const TUid KUidInterfaceImplementationCollectionInfo = {0x101F747D};
58 The UID identifiying client provided CResolver Interface Implementations.
61 const TUid KEComResolverInterfaceUid = {0x10009D90};
64 The UID identifiying the default CResolver Interface Implementation.
67 const TUid KDefaultResolverUid = {0x10009D91};
70 The UID identifiying the Ecom type for an SPI file.
73 const TUid KEcomSpiFileTypeUid = {0x10205C2C};
78 const TInt KFileTypeUidIndex = 0;
79 const TInt KAltFileTypeUidIndex = 1;
80 const TInt KFileUniqueUidIndex = 2;
82 #endif // __ECOMUIDCODES_H__