--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/systemswstubs/asyreference/data/101F5500.rss Thu Jan 14 07:14:53 2010 +0200
@@ -0,0 +1,75 @@
+/*
+* Copyright (c) 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: Used as an reference implementation
+* Declaration of ASYReferencePlugin ECom resource
+*
+*/
+
+
+// RESOURCE IDENTIFIER
+
+// INCLUDES
+#include "ecom/registryinfov2.rh"
+#include "AsyServiceUids.h"
+
+// CONSTANTS
+
+// MACROS
+
+// RESOURCE DEFINITIONS
+// -----------------------------------------------------------------------------
+//
+// 101F5500.rss
+// Declares info for ASYReference implementations
+//
+// -----------------------------------------------------------------------------
+//
+
+RESOURCE REGISTRY_INFO ASYReferencePlugin
+ {
+ // UID for the DLL. See ASYReferencePlugin.mmp
+ resource_format_version = RESOURCE_FORMAT_VERSION_2;
+ dll_uid = 0x101F5500;
+ interfaces =
+ {
+ INTERFACE_INFO
+ {
+ // UID of interface that is implemented
+ interface_uid = KACCESSORYPLUGINAPIUID;
+ implementations =
+ {
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = 0x1000B000;
+ version_no = 1;
+ display_name = "0x101F5500";
+ default_data = KACCESSORYPLUGINAPIMAINSERVICE;
+ opaque_data = "Heap=0x2BCD|Stack=0x1F00";
+ rom_only = 1;
+ },
+ IMPLEMENTATION_INFO
+ {
+ implementation_uid = 0x1000B001;
+ version_no = 1;
+ display_name = "0x101F5500";
+ default_data = KACCESSORYPLUGINAPIHANDLER;
+ opaque_data = "";
+ rom_only = 1;
+ }
+ };
+ }
+ };
+ }
+
+// End of File