coreapplicationuis/ATCmdPlugin/inc/atcmdplugin.rh
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  *
       
    12  * Contributors:
       
    13  * Description :Resource structure definitions for ATCmdplugin
       
    14  *
       
    15  */
       
    16 
       
    17 #ifndef __AVKON_HRH__
       
    18 #include <avkon.hrh>
       
    19 #endif
       
    20 
       
    21 #if !defined(__BADEF_RH__)
       
    22 #include <BADEF.RH>
       
    23 #endif
       
    24 
       
    25 #if !defined(__UIKON_HRH__)
       
    26 #include <uikon.hrh>
       
    27 #endif
       
    28 
       
    29 
       
    30 STRUCT ATCMDPLUGIN_TRANSLATION
       
    31 	{
       
    32     LONG code = 0;
       
    33 	LTEXT8 text;
       
    34 	}
       
    35 
       
    36 // End Of File