1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Framework/frame/EComUidCodes.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,82 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// This code contains the UID code definitions
1.18 +// for ECom plug-ins
1.19 +//
1.20 +//
1.21 +
1.22 +/**
1.23 + @internalComponent
1.24 + @file
1.25 +*/
1.26 +
1.27 +#ifndef __ECOMUIDCODES_H__
1.28 +#define __ECOMUIDCODES_H__
1.29 +
1.30 +#include <e32def.h>
1.31 +
1.32 +/**
1.33 +The UID identifiying an ECom plug-in resource file as having version 2 format
1.34 +@internalComponent
1.35 +*/
1.36 +const TUid KUidEComResourceFormatV2 = {0x101FB0B9};
1.37 +
1.38 +/**
1.39 +The UID identifiying an ECom plug-in resource file as having version 3 format
1.40 +@internalComponent
1.41 +*/
1.42 +const TUid KUidEComResourceFormatV3 = {0x10009E47};
1.43 +
1.44 +/**
1.45 +The UID identifiying Interface Implementation Collections.
1.46 +@internalComponent
1.47 +*/
1.48 +const TUid KUidInterfaceImplementationCollection = {0x10009D8D};
1.49 +/**
1.50 +The UID identifiying Interface Implementation Collections v3.
1.51 +@internalComponent
1.52 +*/
1.53 +const TUid KUidInterfaceImplementationCollection3 = {0x10009D93};
1.54 +
1.55 +/** The UID identifiying Interface Implementation Resource Files.
1.56 +@internalComponent
1.57 +*/
1.58 +const TUid KUidInterfaceImplementationCollectionInfo = {0x101F747D};
1.59 +
1.60 +/**
1.61 +The UID identifiying client provided CResolver Interface Implementations.
1.62 +@internalComponent
1.63 +*/
1.64 +const TUid KEComResolverInterfaceUid = {0x10009D90};
1.65 +
1.66 +/**
1.67 +The UID identifiying the default CResolver Interface Implementation.
1.68 +@internalComponent
1.69 +*/
1.70 +const TUid KDefaultResolverUid = {0x10009D91};
1.71 +
1.72 +/**
1.73 +The UID identifiying the Ecom type for an SPI file.
1.74 +@internalComponent
1.75 +*/
1.76 +const TUid KEcomSpiFileTypeUid = {0x10205C2C};
1.77 +
1.78 +/**
1.79 +@internalComponent
1.80 +*/
1.81 +const TInt KFileTypeUidIndex = 0;
1.82 +const TInt KAltFileTypeUidIndex = 1;
1.83 +const TInt KFileUniqueUidIndex = 2;
1.84 +
1.85 +#endif // __ECOMUIDCODES_H__