searchsrv_plat/cpix_utility_api/inc/fileharvesterdefs.h
author hgs
Tue, 05 Oct 2010 13:15:12 +0530
changeset 23 d4d56f5e7c55
parent 1 6f2c1c46032b
permissions -rw-r--r--
201039

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "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 __FILEHARVESTERDEFS_H__
#define __FILEHARVESTERDEFS_H__

/**
 * @file
 * @ingroup Common
 * @brief File harvester definitions
 */

//***** FILE *****

#define FILE_QBASEAPPCLASS    "@c:root file"
#define LFILE_QBASEAPPCLASS  L"@c:root file"

#define FILEAPPCLASS         "root file"
#define LFILEAPPCLASS       L"root file"
#define CONTENTAPPCLASS     "root file content"
#define LCONTENTAPPCLASS    L"root file content"
#define TEXTAPPCLASS         "root file usrdoc text"
#define LTEXTAPPCLASS       L"root file usrdoc text"
#define PDFAPPCLASS         "root file usrdoc pdf"
#define LPDFAPPCLASS       L"root file usrdoc pdf"
#define JPGAPPCLASS          "root file media jpg"
#define LJPGAPPCLASS        L"root file media jpg"
#define MP3APPCLASS         "root file media mp3"
#define LMP3APPCLASS       L"root file media mp3"

#define UNKFILEAPPCLASS     "root file unknown"
#define LUNKFILEAPPCLASS   L"root file unknown"

#define BASENAME_FIELD      "BaseName"
#define LBASENAME_FIELD     L"BaseName"
#define EXTENSION_FIELD     "Extension"
#define LEXTENSION_FIELD    L"Extension"
#define FULLNAME_FIELD      "Name"
#define LFULLNAME_FIELD     L"Name"


#define CONTENTS_FIELD      L"Contents"
#define QNR_FIELD           L"QNR"
#define DATETIMEORIG_FIELD  L"DateTimeOriginal"
#define USERCOMMENT_FIELD	L"Comment"
#define TITLE_FIELD         "Title"
#define LTITLE_FIELD       	L"Title"
#define SUBTITLE_FIELD      "Subtitle"
#define LSUBTITLE_FIELD    	L"Subtitle"
#define TRACK_FIELD         "Track"
#define LTRACK_FIELD       	L"Track"
#define ALBUM_FIELD         "Album"
#define LALBUM_FIELD       	L"Album"
#define ARTIST_FIELD        "Artist"
#define LARTIST_FIELD      	L"Artist"
#define BAND_FIELD          "Band"
#define LBAND_FIELD        	L"Band"
#define LGENRE_FIELD        L"Genre"
#define LATITUDE_FIELD       "Latitude"
#define LLATITUDE_FIELD     L"Latitude"
#define LONGITUDE_FIELD      "Longitude"
#define LLONGITUDE_FIELD    L"Longitude"


#endif /*__FILEHARVESTERDEFS_H__*/