coreapplicationuis/ATCmdPlugin/rom/atcmdplugin.iby
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 :Contains information about binary files and binary file locations
       
    14  *
       
    15  */
       
    16 
       
    17 #ifndef __ATCMDPLUGIN_IBY
       
    18 #define __ATCMDPLUGIN_IBY
       
    19 
       
    20 //#ifdef FF_ATNT_AT_COMMANDS
       
    21 
       
    22 // The above line ifdef is commented,Because FF_ATNT_AT_COMMANDSis going to be replaced with new macro.
       
    23 ECOM_PLUGIN(atcmdplugin.dll, atcmdplugin.rsc)
       
    24 S60_APP_RESOURCE(atcmdpluginresource)
       
    25 
       
    26 //#endif
       
    27 
       
    28 #endif // __ATCMDPLUGIN_IBY
       
    29 
       
    30 // End of File