sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // This code contains the UID code definitions sl@0: // for ECom plug-ins sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @internalComponent sl@0: @file sl@0: */ sl@0: sl@0: #ifndef __ECOMUIDCODES_H__ sl@0: #define __ECOMUIDCODES_H__ sl@0: sl@0: #include sl@0: sl@0: /** sl@0: The UID identifiying an ECom plug-in resource file as having version 2 format sl@0: @internalComponent sl@0: */ sl@0: const TUid KUidEComResourceFormatV2 = {0x101FB0B9}; sl@0: sl@0: /** sl@0: The UID identifiying an ECom plug-in resource file as having version 3 format sl@0: @internalComponent sl@0: */ sl@0: const TUid KUidEComResourceFormatV3 = {0x10009E47}; sl@0: sl@0: /** sl@0: The UID identifiying Interface Implementation Collections. sl@0: @internalComponent sl@0: */ sl@0: const TUid KUidInterfaceImplementationCollection = {0x10009D8D}; sl@0: /** sl@0: The UID identifiying Interface Implementation Collections v3. sl@0: @internalComponent sl@0: */ sl@0: const TUid KUidInterfaceImplementationCollection3 = {0x10009D93}; sl@0: sl@0: /** The UID identifiying Interface Implementation Resource Files. sl@0: @internalComponent sl@0: */ sl@0: const TUid KUidInterfaceImplementationCollectionInfo = {0x101F747D}; sl@0: sl@0: /** sl@0: The UID identifiying client provided CResolver Interface Implementations. sl@0: @internalComponent sl@0: */ sl@0: const TUid KEComResolverInterfaceUid = {0x10009D90}; sl@0: sl@0: /** sl@0: The UID identifiying the default CResolver Interface Implementation. sl@0: @internalComponent sl@0: */ sl@0: const TUid KDefaultResolverUid = {0x10009D91}; sl@0: sl@0: /** sl@0: The UID identifiying the Ecom type for an SPI file. sl@0: @internalComponent sl@0: */ sl@0: const TUid KEcomSpiFileTypeUid = {0x10205C2C}; sl@0: sl@0: /** sl@0: @internalComponent sl@0: */ sl@0: const TInt KFileTypeUidIndex = 0; sl@0: const TInt KAltFileTypeUidIndex = 1; sl@0: const TInt KFileUniqueUidIndex = 2; sl@0: sl@0: #endif // __ECOMUIDCODES_H__