localisation/apparchitecture/tef/T_EnvSlots/T_EnvSlots.H
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    13 // Description:
    13 // Description:
    14 // Header File for the test application for environment slots verification
    14 // Header File for the test application for environment slots verification
    15 // Declares literals and macros used in T_EnvSlots.CPP .\n
    15 // Declares literals and macros used in T_EnvSlots.CPP .\n
    16 // 
    16 // 
    17 //
    17 //
    18 
       
    19 
       
    20 
    18 
    21 /**
    19 /**
    22  @file
    20  @file
    23  @internalComponent - Internal Symbian test code 
    21  @internalComponent - Internal Symbian test code 
    24 */
    22 */
    32 #include <e32cmn.h>
    30 #include <e32cmn.h>
    33 #include <f32file.h>
    31 #include <f32file.h>
    34 #include <e32test.h>
    32 #include <e32test.h>
    35 #include <apacmdln.h>
    33 #include <apacmdln.h>
    36 #include <apgcli.h>
    34 #include <apgcli.h>
    37 #include "ApparcTestServer.h"
    35 #include "apparctestserver.h"
    38 #include "appfwk_test_AppUi.h"
    36 #include "appfwk_test_appui.h"
    39 
    37 
    40 
    38 
    41 //!  A Environment slots reader test class. 
    39 //!  A Environment slots reader test class. 
    42 
    40 
    43 /**
    41 /**
    64 	testResult = FAIL;\
    62 	testResult = FAIL;\
    65 }\
    63 }\
    66 
    64 
    67 const TInt KMaxFilePath=50;
    65 const TInt KMaxFilePath=50;
    68 #endif //__T_ENVSLOTS_H__
    66 #endif //__T_ENVSLOTS_H__
       
    67