mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteapp/inc/MVSConstants.h
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:40:21 +0100
branchCompilerCompatibility
changeset 10 faf4b9dea6fa
parent 0 40261b775718
permissions -rw-r--r--
Fixed "extra qualification" syntax errors.

// Copyright (c) 2005-2009 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"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Part of the MVS Application for TechView
//

const TInt KControllerNotSelected = -2;
const TInt KBeforeSelectingController = -1;

_LIT(KDefault, "c:\\");
_LIT(KTitle, "Title");
_LIT(KAuthor, "Author");
_LIT(KCopyrt, "Copyright");
_LIT(KRevision, "Revision");
_LIT(KCategory, "Category");                   
_LIT(KComments, "Comments");  
_LIT(Ka, "<none>");
_LIT(KLogsPath,"\\logs\\LogMVSappUi\\"); 
_LIT(KNotsupported,"Not Supported");    
_LIT(KLogsDir,"LogMVSappUi");
_LIT(KLogsFile,"LogFile.txt");
_LIT(KNotSupported, "Not Supported");
_LIT(KNull,"");
_LIT(KVideoError,"No Support for Video Record");
_LIT(KDisplayErr,"Display Had some errors");
_LIT(KMono, "Mono");
_LIT(KStereo, "Stereo");
_LIT(KVideoOpened, "Video Opened For Play");
_LIT(KVideoOpenedForRecord, "Video Opened for Record");
_LIT(KAudioOpened, "Audio Opened For Play");
_LIT(KVideoPlaying, "Video Playing");
_LIT(KAudioPlaying, "Audio Playing");
_LIT(KAudioRecording, "Audio Recording");
_LIT(KVideoRecording, "Video Recording");
_LIT(KDuration, "Clip Length :");
_LIT(KMs,"ms");
_LIT(KBitRate,"BitRate:");
_LIT(KCorruptFile,"Corrupted File");
_LIT(KPaused,"Paused");
_LIT(KStopped,"Stopped");
_LIT(KGain,"Gain:");
_LIT(KNotFound,"Not Found");
_LIT(KNoMemory,"No Memory");
_LIT(KOverflow,"OverFlow");
_LIT(KUnderflow,"UnderFlow");
_LIT(KNotReady,"Not Ready");
_LIT(KAlreadyExists,"File already exists");
_LIT(KInUse,"In use");
_LIT(KErrorGeneral,"Encounterd a general error");
_LIT(KAccessDenied,"Access Denied");
_LIT(KFrameRate, "Frame Rate:");
_LIT(KFrameSize, "Frame Size:");
_LIT(KComma,",");
_LIT(KWrongArgument,"Bad Argument");
_LIT(KMultiScreenNotsupported,"Specified screen Not Supported");
_LIT(KRegisterSuccess,"Registeration for notification successful");
_LIT(KRegisterFailure,"Registeration failed");
_LIT(KRegisterCancelation,"Cancelled Notification Request");
_LIT(KCancelationFailure,"Cancelation request failed");
_LIT(KSettingsError, "Error occured in retrieving stored settings ");