stif/inc/StifPython.h
branchRCL_3
changeset 59 8ad140f3dd41
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description: This file contains the header of additional functions 
       
    15 * needed for Python support and used in PythonScripter, TestEngine 
       
    16 * and TestCombiner.
       
    17 *
       
    18 */
       
    19 
       
    20 #ifndef STIFPYTHON_H
       
    21 #define STIFPYTHON_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 // CONSTANTS
       
    27 _LIT(KPythonScripter, "pythonscripter");
       
    28 const TInt KPythonScripterLength = 14;
       
    29 
       
    30 
       
    31 // MACROS
       
    32 // None
       
    33 
       
    34 // DATA TYPES
       
    35 // None
       
    36 
       
    37 // FUNCTION PROTOTYPES
       
    38 // None
       
    39 
       
    40 // FORWARD DECLARATIONS
       
    41 // None
       
    42 
       
    43 // CLASS DECLARATION
       
    44 // None
       
    45 
       
    46 #endif        // STIFPYTHON_H
       
    47 
       
    48 // End of File