serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 Aug 2009 07:43:07 +0300
changeset 22 fc9cf246af83
parent 19 989d2f495d90
permissions -rw-r--r--
Revision: 200931 Kit: 200935

/*
* 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");
_LIT8(KXPixels, "XPixels");
_LIT8(KYPixels, "YPixels");

//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