coreapplicationuis/ATCmdPlugin/data/2001A273.rss
changeset 21 c4cbaa4fb734
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
       
     1 
       
     2 
       
     3  // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  // All rights reserved.
       
     5  // This component and the accompanying materials are made available
       
     6  // under the terms of "Eclipse Public License v1.0"
       
     7  // which accompanies this distribution, and is available
       
     8  // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  // Initial Contributors:
       
    10  // Nokia Corporation - initial contribution.
       
    11  // Contributors:
       
    12  // Description:
       
    13  // ECOM DLL UID:        0x2001A273
       
    14  // Interface UID :      0x2001CBEE
       
    15  // Implementation UID : 0x2001A274
       
    16 
       
    17 
       
    18 #include "../inc/atcmdpluginuids.hrh"
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	// UID for the DLL
       
    25 	dll_uid = KUidATCmdEcomDll;
       
    26 	// Declare array of interface info
       
    27 	interfaces =
       
    28 		{
       
    29 		INTERFACE_INFO
       
    30 			{
       
    31 			// UID of interface that is implemented
       
    32 			interface_uid = 0x2001CBEE; //ATEXT_INTERFACE_DUN_UID
       
    33 			implementations =
       
    34 				{
       
    35 				IMPLEMENTATION_INFO
       
    36 					{
       
    37 					implementation_uid = KUidATCmdEcomImpl1;
       
    38 					version_no = 1;
       
    39 					display_name = " CKPD command Imp";
       
    40 					default_data = "PAT+CKPD|PAT+CTSA|PAT+CBKLT";
       
    41 					opaque_data = "";
       
    42 					}
       
    43 				};
       
    44 			}
       
    45 		};
       
    46 	}
       
    47 
       
    48 // End of file