serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.hrh
changeset 22 fc9cf246af83
child 24 f4292e0e20df
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.hrh	Thu Aug 27 07:43:07 2009 +0300
@@ -0,0 +1,95 @@
+/*
+* 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 TCONTACTSGETIDSPROVIDERTEST_HRH
+#define TCONTACTSGETIDSPROVIDERTEST_HRH
+
+_LIT8(command8,"GetIds");
+_LIT8(KService, "Service.Contact");
+_LIT8(KIDataSource,"IDataSource");
+
+_LIT(KContactType, "Contact");
+_LIT(KGroupType, "Group");
+
+_LIT(KExpectedStart,"ExpectedStart");
+_LIT(KExpectedEnd,"ExpectedEnd");
+
+_LIT8(KType, "Type");
+_LIT(KNullValue, "NULLVALUE");
+
+_LIT8(KDBUri, "DBUri");
+_LIT8(KCntOrGrpId, "id");
+_LIT8(KSearchVal, "SearchVal");
+_LIT8(KSort,"Sort");
+_LIT8(KSortOrder,"Order");
+
+
+
+_LIT8(KDsName,"Type");// used by interface class
+_LIT8(KKey,"Key");
+_LIT8(KFileType,"FileType");
+_LIT8(KStartRange,"StartRange");
+_LIT8(KEndRange,"EndRange");
+_LIT8(KOrder,"Order");
+
+
+
+
+
+
+_LIT(KServiceOpen,"Service handle created");
+_LIT(KServiceClose,"Service handle deleted");
+ 
+ // Filter Map
+_LIT8(KFilter,"Filter");
+
+// Sorting Map
+
+
+//Output Keys/arguments
+_LIT8(KErrorCode,"ErrorCode");
+_LIT8(KResponse,"ReturnValue");
+
+_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");
+
+
+#endif //end of TMEDIAPROVIDERTESTING_HRH