serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactsgetidsprovidertest/inc/tcontactsgetidsprovidertest.hrh
changeset 24 f4292e0e20df
parent 22 fc9cf246af83
equal deleted inserted replaced
23:5c0037c72160 24:f4292e0e20df
    16 */
    16 */
    17 #ifndef TCONTACTSGETIDSPROVIDERTEST_HRH
    17 #ifndef TCONTACTSGETIDSPROVIDERTEST_HRH
    18 #define TCONTACTSGETIDSPROVIDERTEST_HRH
    18 #define TCONTACTSGETIDSPROVIDERTEST_HRH
    19 
    19 
    20 _LIT8(command8,"GetIds");
    20 _LIT8(command8,"GetIds");
       
    21 _LIT8(command9,"Add");
       
    22 
    21 _LIT8(KService, "Service.Contact");
    23 _LIT8(KService, "Service.Contact");
    22 _LIT8(KIDataSource,"IDataSource");
    24 _LIT8(KIDataSource,"IDataSource");
    23 
    25 
    24 _LIT(KContactType, "Contact");
    26 _LIT(KContactType, "Contact");
    25 _LIT(KGroupType, "Group");
    27 _LIT(KGroupType, "Group");
       
    28 
       
    29 _LIT8(KFieldLabel,"Label");
       
    30 _LIT8(KFieldValue,"Value");
       
    31 
       
    32 _LIT8(KData, "Data");
       
    33 _LIT8(KGroupId,"id");
       
    34 _LIT8(KGroupLabel, "GroupLabel");
    26 
    35 
    27 _LIT(KExpectedStart,"ExpectedStart");
    36 _LIT(KExpectedStart,"ExpectedStart");
    28 _LIT(KExpectedEnd,"ExpectedEnd");
    37 _LIT(KExpectedEnd,"ExpectedEnd");
    29 
    38 
    30 _LIT8(KType, "Type");
    39 _LIT8(KType, "Type");
    36 _LIT8(KSort,"Sort");
    45 _LIT8(KSort,"Sort");
    37 _LIT8(KSortOrder,"Order");
    46 _LIT8(KSortOrder,"Order");
    38 
    47 
    39 
    48 
    40 
    49 
    41 _LIT8(KDsName,"Type");// used by interface class
    50 _LIT8(KContactId,"id");
    42 _LIT8(KKey,"Key");
    51 _LIT8(KFirstName, "FirstName");
    43 _LIT8(KFileType,"FileType");
       
    44 _LIT8(KStartRange,"StartRange");
       
    45 _LIT8(KEndRange,"EndRange");
       
    46 _LIT8(KOrder,"Order");
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
    52 
    52 
    53 
    53 _LIT(KServiceOpen,"Service handle created");
    54 _LIT(KServiceOpen,"Service handle created");
    54 _LIT(KServiceClose,"Service handle deleted");
    55 _LIT(KServiceClose,"Service handle deleted");
    55  
    56  
    63 _LIT8(KErrorCode,"ErrorCode");
    64 _LIT8(KErrorCode,"ErrorCode");
    64 _LIT8(KResponse,"ReturnValue");
    65 _LIT8(KResponse,"ReturnValue");
    65 
    66 
    66 _LIT8(KTransactionID,"TransactionID");
    67 _LIT8(KTransactionID,"TransactionID");
    67 
    68 
    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 
    69 
    89 
    70 
    90 _LIT( EMgPhoneMemory,"C:" );
       
    91 _LIT( EMgMmc,"E:" );
       
    92 _LIT( KMediaType, "Media");
       
    93 
    71 
    94 
    72 #endif //end of TCONTACTSGETIDSPROVIDERTEST_HRH
    95 #endif //end of TMEDIAPROVIDERTESTING_HRH