williamr@4: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). williamr@4: // All rights reserved. williamr@4: // This component and the accompanying materials are made available williamr@4: // under the terms of "Eclipse Public License v1.0" williamr@4: // which accompanies this distribution, and is available williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html". williamr@4: // williamr@4: // Initial Contributors: williamr@4: // Nokia Corporation - initial contribution. williamr@4: // williamr@4: // Contributors: williamr@4: // williamr@4: // Description: williamr@4: // williamr@4: williamr@4: /** williamr@4: @file williamr@4: @publishedPartner williamr@4: @released williamr@4: */ williamr@4: williamr@4: #ifndef OMXILCOMPONENTIF_HRH williamr@4: #define OMXILCOMPONENTIF_HRH williamr@4: williamr@4: /** williamr@4: Defines the numerical value for the Interface UID of an OpenMax IL Symbian Component. williamr@4: All components to be loaded by the Symbian Component Loader should be ECOM plugins and must use williamr@4: this interface UID in the REGISTRY_INFO of their resource files. williamr@4: */ williamr@4: #define KUidOmxILSymbianComponentIf 0x10283497 williamr@4: williamr@4: #endif // OMXILCOMPONENTIF_HRH