First public contribution.
1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __TSECUREFBS_H__
17 #define __TSECUREFBS_H__
20 #include "test/TGraphicsHarness.h"
22 class CTFbsSecure : public CTGraphicsBase
25 CTFbsSecure(CTestStep* aStep);
28 virtual void RunTestCaseL(TInt aCurTestCase);
30 TInt FileSizeL(const TDesC& aFileName);
34 void TestSecureBitmapL();
38 class CTFbsSecureStep : public CTGraphicsStep
44 virtual CTGraphicsBase* CreateTestL();
45 virtual void TestSetupL();
46 virtual void TestClose();
48 //This function is here to delete the bitmaps in C after finished with it
49 void DeleteDataFile(const TDesC& aFullName);
52 _LIT(KTFbsSecureStep,"TFbsSecure");