searchsrv_plat/cpix_utility_api/inc/fileharvesterdefs.h
changeset 0 671dee74050a
child 1 6f2c1c46032b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/searchsrv_plat/cpix_utility_api/inc/fileharvesterdefs.h	Mon Apr 19 14:40:16 2010 +0300
@@ -0,0 +1,72 @@
+/*
+* 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 *****
+
+#define FILE_QBASEAPPCLASS    "@c:root file"
+#define LFILE_QBASEAPPCLASS  L"@c:root file"
+
+#define FILEAPPCLASS         "root file"
+#define LFILEAPPCLASS       L"root file"
+#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      "FullName"
+#define LFULLNAME_FIELD     L"FullName"
+
+
+#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__*/