First public contribution.
1 // Copyright (c) 2008-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #include <ecom/implementationproxy.h>
23 #include "t_testrenderstagefactory.h"
24 #include "t_testmwsinifile.h"
25 #include "t_logfile.h"
28 LOCAL_C const TImplementationProxy KImplementationTable[] =
30 IMPLEMENTATION_PROXY_ENTRY(CTestRenderStageFactory::EImplUid,CTestRenderStageFactory::CreateL),
31 IMPLEMENTATION_PROXY_ENTRY(CTestMWsIniFile::EImplUid,CTestMWsIniFile::CreateL),
32 IMPLEMENTATION_PROXY_ENTRY(CTestServicePlugin::EImplUid,CTestServicePlugin::CreateL)
35 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
37 aTableCount = (sizeof(KImplementationTable) / sizeof(TImplementationProxy));
38 return KImplementationTable;