searchsrv_plat/cpix_utility_api/inc/fileharvesterdefs.h
changeset 0 671dee74050a
child 1 6f2c1c46032b
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 /*
       
     2 * Copyright (c) 2010 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 "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 
       
    18 #ifndef __FILEHARVESTERDEFS_H__
       
    19 #define __FILEHARVESTERDEFS_H__
       
    20 
       
    21 
       
    22 //***** FILE *****
       
    23 
       
    24 #define FILE_QBASEAPPCLASS    "@c:root file"
       
    25 #define LFILE_QBASEAPPCLASS  L"@c:root file"
       
    26 
       
    27 #define FILEAPPCLASS         "root file"
       
    28 #define LFILEAPPCLASS       L"root file"
       
    29 #define TEXTAPPCLASS         "root file usrdoc text"
       
    30 #define LTEXTAPPCLASS       L"root file usrdoc text"
       
    31 #define PDFAPPCLASS         "root file usrdoc pdf"
       
    32 #define LPDFAPPCLASS       L"root file usrdoc pdf"
       
    33 #define JPGAPPCLASS          "root file media jpg"
       
    34 #define LJPGAPPCLASS        L"root file media jpg"
       
    35 #define MP3APPCLASS         "root file media mp3"
       
    36 #define LMP3APPCLASS       L"root file media mp3"
       
    37 
       
    38 #define UNKFILEAPPCLASS     "root file unknown"
       
    39 #define LUNKFILEAPPCLASS   L"root file unknown"
       
    40 
       
    41 #define BASENAME_FIELD      "BaseName"
       
    42 #define LBASENAME_FIELD     L"BaseName"
       
    43 #define EXTENSION_FIELD     "Extension"
       
    44 #define LEXTENSION_FIELD    L"Extension"
       
    45 #define FULLNAME_FIELD      "FullName"
       
    46 #define LFULLNAME_FIELD     L"FullName"
       
    47 
       
    48 
       
    49 #define CONTENTS_FIELD      L"Contents"
       
    50 #define QNR_FIELD           L"QNR"
       
    51 #define DATETIMEORIG_FIELD  L"DateTimeOriginal"
       
    52 #define USERCOMMENT_FIELD	L"Comment"
       
    53 #define TITLE_FIELD         "Title"
       
    54 #define LTITLE_FIELD       	L"Title"
       
    55 #define SUBTITLE_FIELD      "Subtitle"
       
    56 #define LSUBTITLE_FIELD    	L"Subtitle"
       
    57 #define TRACK_FIELD         "Track"
       
    58 #define LTRACK_FIELD       	L"Track"
       
    59 #define ALBUM_FIELD         "Album"
       
    60 #define LALBUM_FIELD       	L"Album"
       
    61 #define ARTIST_FIELD        "Artist"
       
    62 #define LARTIST_FIELD      	L"Artist"
       
    63 #define BAND_FIELD          "Band"
       
    64 #define LBAND_FIELD        	L"Band"
       
    65 #define LGENRE_FIELD        L"Genre"
       
    66 #define LATITUDE_FIELD       "Latitude"
       
    67 #define LLATITUDE_FIELD     L"Latitude"
       
    68 #define LONGITUDE_FIELD      "Longitude"
       
    69 #define LLONGITUDE_FIELD    L"Longitude"
       
    70 
       
    71 
       
    72 #endif /*__FILEHARVESTERDEFS_H__*/