Update contrib.
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Filename: 101F72B2.RSS - Must match dll_uid.
15 // MMF Test Data Sink Resource files
19 #include <ecom/registryinfo.rh>
20 #include <mmf/plugin/mmfplugininterfaceuids.hrh>
22 RESOURCE REGISTRY_INFO theInfo //Any name can be used for the resource.
24 dll_uid = 0x101F7792; //The DLL's 3rd UID.
29 interface_uid = KMmfUidPluginInterfaceDataSink; //ECOM UID for a Transport Adapter plug-in
32 // This DLL contains only a single adapter implementation.
35 implementation_uid = 0x101F88E1; //UID for this Adapter
36 // Same value as in implementation table.
38 display_name = "MMFTestDataSink"; //Human readable string for UI purposes.
39 default_data = ""; //Ignored.
40 opaque_data = ""; //Ignored.