diff -r 000000000000 -r 14df0fbfcc4e sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.hrh Mon Mar 30 12:51:10 2009 +0300 @@ -0,0 +1,84 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* +*/ +#ifndef TMEDIAPROVIDERTESTING_HRH +#define TMEDIAPROVIDERTESTING_HRH + +_LIT8(KDsName,"Type");// used by interface class +_LIT8(KKey,"Key"); +_LIT8(KFileType,"FileType"); +_LIT8(KStartRange,"StartRange"); +_LIT8(KEndRange,"EndRange"); +_LIT8(KOrder,"Order"); + +_LIT(KExpectedStart,"ExpectedStart"); +_LIT(KExpectedEnd,"ExpectedEnd"); + +_LIT(KNullValue, "NULLVALUE"); + +_LIT(KMapStart,"StartMap"); +_LIT(KMapEnd,"EndMap"); + +_LIT8(KType, "Type"); +_LIT(KFileTypeImage, "Image"); +_LIT(KFileTypeMusic, "Music"); +_LIT(KFileTypeStreamingURL, "StreamingUrl"); + +_LIT(KServiceOpen,"Service handle created"); +_LIT(KServiceClose,"Service handle deleted"); + + // Filter Map +_LIT8(KFilter,"Filter"); + +// Sorting Map +_LIT8(KSort,"Sort"); + +//Output Keys/arguments +_LIT8(KErrorCode,"ErrorCode"); +_LIT8(KResponse,"ReturnValue"); + +_LIT8(KService, "Service.MediaManagement"); +_LIT8(KIDataSource,"IDataSource"); +_LIT8(KTransactionID,"TransactionID"); + +//Keys for all the result maps. +_LIT8( KMgFileName, "FileName" ); +_LIT8( KMgFileExtension, "FileExtension" ); +_LIT8( KMgDrive, "Drive" ); +_LIT8( KMgFileSize, "FileSize" ); +_LIT8( KMgFileDate, "FileDate" ); +_LIT8( KMgMediaType, "MediaType" ); +_LIT8( KMgMimeType, "MimeType" ); +_LIT8( KMgFileNameAndPath, "FileNameAndPath"); + +//additional keys for music map. +_LIT8( KMgSongName, "SongName" ); +_LIT8( KMgArtist, "Artist" ); +_LIT8( KMgAlbum, "Album" ); +_LIT8( KMgTrackNumber, "TrackNumber" ); +_LIT8( KMgGenre, "Genre" ); +_LIT8( KMgComposer, "Composer" ); + +//additional keys for streamingURL map. +_LIT8( KMgLinkFirstURL, "LinkFirstURL" ); + + +_LIT( EMgPhoneMemory,"C:" ); +_LIT( EMgMmc,"E:" ); +_LIT( KMediaType, "Media"); +_LIT8(command8,"GetList"); + +#endif //end of TMEDIAPROVIDERTESTING_HRH \ No newline at end of file