cbsatplugin/atmisccmdplugin/data/2002C3BA_TDSCDMA.rss
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 64 1934667b0e2b
equal deleted inserted replaced
56:9386f31cc85b 61:269724087bed
     1 // Copyright (c) 2010 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 // Initial Contributors:
       
     8 // Nokia Corporation - initial contribution.
       
     9 // Contributors:
       
    10 //
       
    11 
       
    12 #include "../inc/atmisccmdpluginuids.hrh"
       
    13 #include <ecom/registryinfo.rh>
       
    14 #include <atext_interfaceuid.h>
       
    15     
       
    16 RESOURCE REGISTRY_INFO theInfo
       
    17 	{
       
    18 	// UID for the DLL
       
    19 	dll_uid = 0x2002C3BA;//KUidATCFunEcomDll; 
       
    20 	// Declare array of interface info
       
    21 	interfaces =
       
    22 		{
       
    23 		INTERFACE_INFO
       
    24 			{
       
    25 			// UID of interface that is implemented
       
    26 			interface_uid = 0x2001CBEE; // ATEXT_INTERFACE_DUN_UID; 
       
    27 			implementations =
       
    28 				{
       
    29                 IMPLEMENTATION_INFO
       
    30 	                {
       
    31 	                implementation_uid = 0x2002DC6B;// KUidATMiscCmdEcomImpl;
       
    32 	                version_no = 1;
       
    33 	                display_name = "Miscellaneous AT commands Implementation";
       
    34 	                default_data = "MAT+CLCK|MAT+CPWD|MAT+CUSD|MAT+CPIN|MAT+CNUM|MAT+CFUN|MAT+CBC|OAT+CMEE|MAT^HVER|MAT+CGSN|MAT+CGMR|MAT+CGMI|MAT+CMGD|OAT+CMGF|MAT+GMI|MAT+GMR|MAT+GSN|MAT+CGMM|MAT+GMM|MATI|MATI0|MATI1|MATI2|MATI3|MATI4|MAT^SCPBR|MAT^SCPBW";
       
    35 	                opaque_data = "";
       
    36 	                }
       
    37 				};
       
    38 			}
       
    39 		};
       
    40 	}
       
    41 
       
    42 // End of file