diff -r 000000000000 -r bde4ae8d615e os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/TSU_DummyTestController/10273816.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/mmlibs/mmfw/tsrc/mmfunittest/ctlfrm/TSU_DummyTestController/10273816.rss Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,50 @@ +// Copyright (c) 2006-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: +// Filename: 10273816.RSS - Must match dll_uid. +// The Http spi magic resource file +// +// + +#include +#include +#include +#include +#include "CmmfDummyTestControllerUIDs.hrh" + + + +RESOURCE REGISTRY_INFO theinfo //Any name can be used for the resource. + { + dll_uid = KMmfDummyTestControllerDllUid; //The DLL's 3rd UID. + interfaces = + { + INTERFACE_INFO + { + interface_uid = KMmfUidPluginInterfaceController; //ECOM UID for a Transport Adapter plug-in + implementations = + { + // This DLL contains only a single adapter implementation. + IMPLEMENTATION_INFO + { + implementation_uid = KMmfDummyTestControllerUid; //UID for this Adapter + // Same value as in implementation table. + version_no = 1; + display_name = "CMMFDummyTestController"; //Human readable string for UI purposes. + default_data = "?"; + opaque_data = "TSUwyxzrtspxxxx0x10273825"; //0x101F7D8D

0x101F7D8E5000000"; + } + }; + } + }; + }