--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/IMPSengine/impswatcher/Src/101F4695.rss Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,61 @@
+/*
+* Copyright (c) 4695 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 file needed by ECOM framework
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+NAME IMPS
+
+// INCLUDES
+#include <ecom/RegistryInfo.rh>
+
+// RESOURCE DEFINITIONS
+// -----------------------------------------------------------------------------
+//
+// ImpsPushHandlerInformation
+// This data structure specifies mappings and information needed by
+// the ECOM framework.
+// The Application id used in Wireless Village CIR is 0x0a. See default_data keyword
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE REGISTRY_INFO ImpsPushHandlerInformation
+ {
+ // impspushhandler.dll's uid3)
+ dll_uid = 0x101F4695;
+ interfaces =
+ {
+ INTERFACE_INFO
+ {
+ // KUidPushHandlerBase - CPushHandlerBase UID
+ interface_uid = 0x101F3E5A;
+ implementations =
+ {
+ IMPLEMENTATION_INFO
+ {
+ // CImpsPushHandler's implementationUID
+ implementation_uid = 0x101F4696;
+ version_no = 1;
+ display_name = "CIMPSPushHandler||Implements a WAP Push IMPS Application Handler Plug-in||Copyright © 2003 Nokia Ltd. All rights reserved.";
+ default_data = "x-wap-application:wv.ua||0x0000000a";
+ opaque_data = "";
+ }
+ };
+ }
+ };
+ }
+
+// End of File