diff -r f1112f777ce9 -r 96906a986c3b testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.mmp.in.one.path/SysLibs/ECom/InterfaceDefinition/E8000078.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.mmp.in.one.path/SysLibs/ECom/InterfaceDefinition/E8000078.rss Tue Mar 30 14:39:29 2010 +0800 @@ -0,0 +1,32 @@ +// E8000078.RSS +// +// Copyright (c) 1997-2001 Symbian Ltd. All rights reserved. +// + +#include "RegistryInfo.rh" + +// Declares the interface implementation provided: a custom resolver +RESOURCE REGISTRY_INFO theInfo + { + dll_uid = 0xE8000078; + interfaces = + { + INTERFACE_INFO + { + // Interface UID of resolvers + interface_uid = 0x10009D90; + implementations = + { + IMPLEMENTATION_INFO + { + implementation_uid = 0x10009DD0; + version_no = 1; + display_name = ""; + default_data = ""; + opaque_data = ""; + } + }; + } + }; + } +