cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.h
changeset 102 deec7e509f66
parent 15 da2ae96f639b
equal deleted inserted replaced
94:0e6c5a9328b5 102:deec7e509f66
     1 /*
     1 /*
     2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 #ifndef __T_SCRIPTSETUP_H__
    19 #ifndef __T_SCRIPTSETUP_H__
    20 #define __T_SCRIPTSETUP_H__
    20 #define __T_SCRIPTSETUP_H__
    21 
    21 
    22 #include "t_testsetup.h"
    22 #include "t_testsetup.h"
    23 #include "tscripttests.h"
    23 #include "tScriptTests.h"
    24 
    24 
    25 //test setup base classes
    25 //test setup base classes
    26 _LIT8(KActionStart, "<action>");
    26 _LIT8(KActionStart, "<action>");
    27 _LIT8(KActionEnd, "</action>");
    27 _LIT8(KActionEnd, "</action>");
    28 _LIT8(KActionNameStart, "<actionname>");
    28 _LIT8(KActionNameStart, "<actionname>");