--- a/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Thu Aug 19 11:11:18 2010 +0300
+++ b/graphicstest/uibench/src/te_graphicsperformanceSuiteServer.cpp Tue Aug 31 16:31:06 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -40,6 +40,7 @@
#include "ttranslucent.h"
#include "tspriteperf.h"
#include "textendedbitmap.h"
+#include "tfbsglyphdata.h"
/**
Same code for Secure and non-secure variants
@@ -158,5 +159,7 @@
testStep = new CTSpritePerf();
else if(aStepName == KTExtendedBitmap)
testStep = new CTExtendedBitmap();
+ else if(aStepName == KTFbsGlyphData)
+ testStep = new CTFbsGlyphData();
return testStep;
}