os/mm/mmlibs/mmfw/tsrc/mmvalidationsuite/mmvalidationsuiteapp/inc/MVSConstants.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2005-2009 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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Part of the MVS Application for TechView
    15 //
    16 
    17 const TInt KControllerNotSelected = -2;
    18 const TInt KBeforeSelectingController = -1;
    19 
    20 _LIT(KDefault, "c:\\");
    21 _LIT(KTitle, "Title");
    22 _LIT(KAuthor, "Author");
    23 _LIT(KCopyrt, "Copyright");
    24 _LIT(KRevision, "Revision");
    25 _LIT(KCategory, "Category");                   
    26 _LIT(KComments, "Comments");  
    27 _LIT(Ka, "<none>");
    28 _LIT(KLogsPath,"\\logs\\LogMVSappUi\\"); 
    29 _LIT(KNotsupported,"Not Supported");    
    30 _LIT(KLogsDir,"LogMVSappUi");
    31 _LIT(KLogsFile,"LogFile.txt");
    32 _LIT(KNotSupported, "Not Supported");
    33 _LIT(KNull,"");
    34 _LIT(KVideoError,"No Support for Video Record");
    35 _LIT(KDisplayErr,"Display Had some errors");
    36 _LIT(KMono, "Mono");
    37 _LIT(KStereo, "Stereo");
    38 _LIT(KVideoOpened, "Video Opened For Play");
    39 _LIT(KVideoOpenedForRecord, "Video Opened for Record");
    40 _LIT(KAudioOpened, "Audio Opened For Play");
    41 _LIT(KVideoPlaying, "Video Playing");
    42 _LIT(KAudioPlaying, "Audio Playing");
    43 _LIT(KAudioRecording, "Audio Recording");
    44 _LIT(KVideoRecording, "Video Recording");
    45 _LIT(KDuration, "Clip Length :");
    46 _LIT(KMs,"ms");
    47 _LIT(KBitRate,"BitRate:");
    48 _LIT(KCorruptFile,"Corrupted File");
    49 _LIT(KPaused,"Paused");
    50 _LIT(KStopped,"Stopped");
    51 _LIT(KGain,"Gain:");
    52 _LIT(KNotFound,"Not Found");
    53 _LIT(KNoMemory,"No Memory");
    54 _LIT(KOverflow,"OverFlow");
    55 _LIT(KUnderflow,"UnderFlow");
    56 _LIT(KNotReady,"Not Ready");
    57 _LIT(KAlreadyExists,"File already exists");
    58 _LIT(KInUse,"In use");
    59 _LIT(KErrorGeneral,"Encounterd a general error");
    60 _LIT(KAccessDenied,"Access Denied");
    61 _LIT(KFrameRate, "Frame Rate:");
    62 _LIT(KFrameSize, "Frame Size:");
    63 _LIT(KComma,",");
    64 _LIT(KWrongArgument,"Bad Argument");
    65 _LIT(KMultiScreenNotsupported,"Specified screen Not Supported");
    66 _LIT(KRegisterSuccess,"Registeration for notification successful");
    67 _LIT(KRegisterFailure,"Registeration failed");
    68 _LIT(KRegisterCancelation,"Cancelled Notification Request");
    69 _LIT(KCancelationFailure,"Cancelation request failed");
    70 _LIT(KSettingsError, "Error occured in retrieving stored settings ");
    71