messagingappbase/smsmtm/smsgetdetdescdefault/src/10282fa6.rss
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 // Copyright (c) 2006-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Registry file for default implementation of sms Get Details/Description utility plugin.
       
    15 // Interfaces : CSmsGetDetDescDefault
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	// The DLL UID
       
    24 	dll_uid = 0x10282FA6;
       
    25 	interfaces = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			// KUidSmsGetDetDescInterface
       
    30 			interface_uid = 0x10282FA5;
       
    31 			implementations = 
       
    32 				{
       
    33 				IMPLEMENTATION_INFO
       
    34 					{
       
    35 					// Use the DLL UID.
       
    36 					implementation_uid = 0x10282FA6;
       
    37 					version_no = 1;
       
    38 					display_name = "SMS GetDetDesc Default";
       
    39 					default_data = "";
       
    40 					opaque_data = "";
       
    41 					}
       
    42 				};
       
    43 			}
       
    44 		};
       
    45 	}
       
    46