serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.hrh
changeset 22 fc9cf246af83
child 24 f4292e0e20df
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 #ifndef TCONTACTSGETIDSPROVIDERTEST_HRH
       
    18 #define TCONTACTSGETIDSPROVIDERTEST_HRH
       
    19 
       
    20 _LIT8(command8,"GetIds");
       
    21 _LIT8(KService, "Service.Contact");
       
    22 _LIT8(KIDataSource,"IDataSource");
       
    23 
       
    24 _LIT(KContactType, "Contact");
       
    25 _LIT(KGroupType, "Group");
       
    26 
       
    27 _LIT(KExpectedStart,"ExpectedStart");
       
    28 _LIT(KExpectedEnd,"ExpectedEnd");
       
    29 
       
    30 _LIT8(KType, "Type");
       
    31 _LIT(KNullValue, "NULLVALUE");
       
    32 
       
    33 _LIT8(KDBUri, "DBUri");
       
    34 _LIT8(KCntOrGrpId, "id");
       
    35 _LIT8(KSearchVal, "SearchVal");
       
    36 _LIT8(KSort,"Sort");
       
    37 _LIT8(KSortOrder,"Order");
       
    38 
       
    39 
       
    40 
       
    41 _LIT8(KDsName,"Type");// used by interface class
       
    42 _LIT8(KKey,"Key");
       
    43 _LIT8(KFileType,"FileType");
       
    44 _LIT8(KStartRange,"StartRange");
       
    45 _LIT8(KEndRange,"EndRange");
       
    46 _LIT8(KOrder,"Order");
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 _LIT(KServiceOpen,"Service handle created");
       
    54 _LIT(KServiceClose,"Service handle deleted");
       
    55  
       
    56  // Filter Map
       
    57 _LIT8(KFilter,"Filter");
       
    58 
       
    59 // Sorting Map
       
    60 
       
    61 
       
    62 //Output Keys/arguments
       
    63 _LIT8(KErrorCode,"ErrorCode");
       
    64 _LIT8(KResponse,"ReturnValue");
       
    65 
       
    66 _LIT8(KTransactionID,"TransactionID");
       
    67 
       
    68 //Keys for all the result maps.
       
    69 _LIT8( KMgFileName, "FileName" );
       
    70 _LIT8( KMgFileExtension, "FileExtension" );
       
    71 _LIT8( KMgDrive, "Drive" );
       
    72 _LIT8( KMgFileSize, "FileSize" );
       
    73 _LIT8( KMgFileDate, "FileDate" );
       
    74 _LIT8( KMgMediaType, "MediaType" );
       
    75 _LIT8( KMgMimeType, "MimeType" ); 
       
    76 _LIT8( KMgFileNameAndPath, "FileNameAndPath");
       
    77 
       
    78 //additional keys for music map.
       
    79 _LIT8( KMgSongName, "SongName" );
       
    80 _LIT8( KMgArtist, "Artist" );
       
    81 _LIT8( KMgAlbum, "Album" );
       
    82 _LIT8( KMgTrackNumber, "TrackNumber" );
       
    83 _LIT8( KMgGenre, "Genre" );
       
    84 _LIT8( KMgComposer, "Composer" );
       
    85 
       
    86 //additional keys for streamingURL map.
       
    87 _LIT8( KMgLinkFirstURL, "LinkFirstURL" );
       
    88 
       
    89 
       
    90 _LIT( EMgPhoneMemory,"C:" );
       
    91 _LIT( EMgMmc,"E:" );
       
    92 _LIT( KMediaType, "Media");
       
    93 
       
    94 
       
    95 #endif //end of TMEDIAPROVIDERTESTING_HRH