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.
sl@0
     1
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// This code contains the UID code definitions
sl@0
    15
// for ECom plug-ins
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
/**
sl@0
    20
 @internalComponent
sl@0
    21
 @file
sl@0
    22
*/
sl@0
    23
sl@0
    24
#ifndef __ECOMUIDCODES_H__
sl@0
    25
#define __ECOMUIDCODES_H__
sl@0
    26
sl@0
    27
#include <e32def.h>
sl@0
    28
sl@0
    29
/** 
sl@0
    30
The UID identifiying an ECom plug-in resource file as having version 2 format 
sl@0
    31
@internalComponent
sl@0
    32
*/
sl@0
    33
const TUid KUidEComResourceFormatV2 = {0x101FB0B9};
sl@0
    34
sl@0
    35
/** 
sl@0
    36
The UID identifiying an ECom plug-in resource file as having version 3 format 
sl@0
    37
@internalComponent
sl@0
    38
*/
sl@0
    39
const TUid KUidEComResourceFormatV3 = {0x10009E47};
sl@0
    40
sl@0
    41
/** 
sl@0
    42
The UID identifiying Interface Implementation Collections. 
sl@0
    43
@internalComponent
sl@0
    44
*/
sl@0
    45
const TUid KUidInterfaceImplementationCollection = {0x10009D8D};
sl@0
    46
/** 
sl@0
    47
The UID identifiying Interface Implementation Collections v3. 
sl@0
    48
@internalComponent
sl@0
    49
*/
sl@0
    50
const TUid KUidInterfaceImplementationCollection3 = {0x10009D93};
sl@0
    51
sl@0
    52
/** The UID identifiying Interface Implementation Resource Files. 
sl@0
    53
@internalComponent
sl@0
    54
*/
sl@0
    55
const TUid KUidInterfaceImplementationCollectionInfo = {0x101F747D};
sl@0
    56
sl@0
    57
/** 
sl@0
    58
The UID identifiying client provided CResolver Interface Implementations. 
sl@0
    59
@internalComponent
sl@0
    60
*/
sl@0
    61
const TUid KEComResolverInterfaceUid = {0x10009D90};
sl@0
    62
sl@0
    63
/** 
sl@0
    64
The UID identifiying the default CResolver Interface Implementation. 
sl@0
    65
@internalComponent
sl@0
    66
*/
sl@0
    67
const TUid KDefaultResolverUid = {0x10009D91};
sl@0
    68
sl@0
    69
/** 
sl@0
    70
The UID identifiying the Ecom type for an SPI file. 
sl@0
    71
@internalComponent
sl@0
    72
*/
sl@0
    73
const TUid KEcomSpiFileTypeUid = {0x10205C2C};
sl@0
    74
sl@0
    75
/**
sl@0
    76
@internalComponent
sl@0
    77
*/
sl@0
    78
const TInt KFileTypeUidIndex	= 0;
sl@0
    79
const TInt KAltFileTypeUidIndex	= 1;
sl@0
    80
const TInt KFileUniqueUidIndex	= 2;
sl@0
    81
sl@0
    82
#endif // __ECOMUIDCODES_H__