diff -r 000000000000 -r 40261b775718 imagingandcamerafws/cameraunittest/src/ECamUnitTestPlugin/102070CF.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/imagingandcamerafws/cameraunittest/src/ECamUnitTestPlugin/102070CF.rss Tue Feb 02 01:56:55 2010 +0200 @@ -0,0 +1,72 @@ +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#include "ecom/registryinfo.rh" +#include "ecamuids.hrh" +#include "ECamUnitTestPluginUids.hrh" + +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = KUidCameraUnitTestDll; + interfaces = + { + INTERFACE_INFO + { + interface_uid = KUidOnboardCameraPlugin; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidCameraUnitTestPlugin; + version_no = 2; + display_name = "UnitTest ECam Plugin"; + opaque_data = "0;"; + default_data="*"; + } + }; + }, + INTERFACE_INFO + { + interface_uid = KUidOnboardCameraInfoPlugin; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidCameraUnitTestInfo; + version_no = 2; + display_name = "UnitTest ECam InfoPlugin"; + opaque_data = "0;"; + default_data="*"; + } + }; + }, + INTERFACE_INFO + { + interface_uid = KUidOnboardCameraSecureIdPlugin; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = KUidCameraUnitTestSecureId; + version_no = 2; + display_name = "UnitTest ECam SecureIdPlugin"; + opaque_data = "0;"; + default_data="*"; + } + }; + } + }; + } +