os/ossrv/lowlevellibsandfws/pluginfw/Framework/frame/EComUidCodes.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // This code contains the UID code definitions
    15 // for ECom plug-ins
    16 // 
    17 //
    18 
    19 /**
    20  @internalComponent
    21  @file
    22 */
    23 
    24 #ifndef __ECOMUIDCODES_H__
    25 #define __ECOMUIDCODES_H__
    26 
    27 #include <e32def.h>
    28 
    29 /** 
    30 The UID identifiying an ECom plug-in resource file as having version 2 format 
    31 @internalComponent
    32 */
    33 const TUid KUidEComResourceFormatV2 = {0x101FB0B9};
    34 
    35 /** 
    36 The UID identifiying an ECom plug-in resource file as having version 3 format 
    37 @internalComponent
    38 */
    39 const TUid KUidEComResourceFormatV3 = {0x10009E47};
    40 
    41 /** 
    42 The UID identifiying Interface Implementation Collections. 
    43 @internalComponent
    44 */
    45 const TUid KUidInterfaceImplementationCollection = {0x10009D8D};
    46 /** 
    47 The UID identifiying Interface Implementation Collections v3. 
    48 @internalComponent
    49 */
    50 const TUid KUidInterfaceImplementationCollection3 = {0x10009D93};
    51 
    52 /** The UID identifiying Interface Implementation Resource Files. 
    53 @internalComponent
    54 */
    55 const TUid KUidInterfaceImplementationCollectionInfo = {0x101F747D};
    56 
    57 /** 
    58 The UID identifiying client provided CResolver Interface Implementations. 
    59 @internalComponent
    60 */
    61 const TUid KEComResolverInterfaceUid = {0x10009D90};
    62 
    63 /** 
    64 The UID identifiying the default CResolver Interface Implementation. 
    65 @internalComponent
    66 */
    67 const TUid KDefaultResolverUid = {0x10009D91};
    68 
    69 /** 
    70 The UID identifiying the Ecom type for an SPI file. 
    71 @internalComponent
    72 */
    73 const TUid KEcomSpiFileTypeUid = {0x10205C2C};
    74 
    75 /**
    76 @internalComponent
    77 */
    78 const TInt KFileTypeUidIndex	= 0;
    79 const TInt KAltFileTypeUidIndex	= 1;
    80 const TInt KFileUniqueUidIndex	= 2;
    81 
    82 #endif // __ECOMUIDCODES_H__