diff -r 000000000000 -r 62f9d29f7211 webservices/wsstar/wsstarpolicy/data/101f9722.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webservices/wsstar/wsstarpolicy/data/101f9722.rss Thu Jan 07 16:19:19 2010 +0200 @@ -0,0 +1,58 @@ +/* +* Copyright (c) 2006-2006 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: Resource definitions for project WSStarMessageHandlers +* +*/ + + + + + + + + +// INCLUDES +#include + +// RESOURCE DEFINITIONS +RESOURCE REGISTRY_INFO theInfo + { + // UID for the DLL + dll_uid = 0x101F9722; + // Declare array of interface info + interfaces = + { + INTERFACE_INFO + { + // UID of interface that is implemented (Message Handler Interface) + interface_uid = 0x20000394; + implementations = + { + // Enveloper handler + IMPLEMENTATION_INFO + { + implementation_uid = 0x101F9723; + version_no = 1; + display_name = "WSStar Policy"; + default_data = "urn:com.nokia.ws.wsstar.handler.policy:1.0"; + opaque_data = ""; + } + + }; + } + }; + } + +// End of File +