equal
deleted
inserted
replaced
|
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 "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: contentinfodb defintions and macros. |
|
15 * |
|
16 */ |
|
17 /** |
|
18 * @file |
|
19 * @ingroup contentinfodb read api's |
|
20 * @brief Contains constants used in ContentInfoDbRead functions |
|
21 */ |
|
22 |
|
23 #define INDEXINGSTATUS "ins" // indexing status |
|
24 |
|
25 #define BLACKLISTSTATUS "bls" //blacklisted status |
|
26 |
|
27 #define ACTIONURI "actionuri" //action uri's |
|
28 |
|
29 #define DISPLAYICON "licon" // icon representing category |
|
30 |
|
31 #define DISPLAYNAME "lname" // localised string representing category |
|
32 |
|
33 #define EXPECTIONID "expectionstring" // expection string to be filled if first row of search result item is empty |
|
34 |
|
35 #define DISPLAYORDER "displayorder" // to set the display order in delimeter screen on search application |
|
36 |
|
37 #define TRANSLATION "tsfile" // translation file for particular category |
|
38 |
|
39 #define BASEAPP "baseapp" // value used to open the search handler |
|
40 |
|
41 #define INDEXCONTENTSIZE "indexcontentsize" // indexing size |