location_plat/location_data_harvester_api/inc/locationservicedefines.h
changeset 20 cd10d5b85554
child 26 f3533f6eae3f
equal deleted inserted replaced
17:0f22fb80ebba 20:cd10d5b85554
       
     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: defines constants and types.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef LOCATIONSERVICEDEFINES_H
       
    20 #define LOCATIONSERVICEDEFINES_H
       
    21 
       
    22 /** Defines uid source type
       
    23  */
       
    24 enum TUidSourceType
       
    25 {
       
    26     /** Uid Source type calendar */
       
    27     ESourceCalendar,
       
    28     /** Uid Source type landmarks */
       
    29     ESourceLandmarks,
       
    30     /** Uid Source type maps history */
       
    31     ESourceMapsHistory,
       
    32     /** Uid Source type contacts default/prefered address */
       
    33     ESourceContactsPref,
       
    34     /** Uid Source type contacts work address */
       
    35     ESourceContactsWork,
       
    36     /** Uid Source type contacts home address */
       
    37     ESourceContactsHome,
       
    38     /** Uid Source type landmarks category */
       
    39     ESourceLandmarksCategory,
       
    40     /** Uid Source type landmarks user created category */
       
    41     ESourceLandmarksUserCat,
       
    42     /** Uid Source type landmarks 'contacts' category */
       
    43     ESourceLandmarksContactsCat,
       
    44     /** Uid Source type landmarks 'calendar' category */
       
    45     ESourceLandmarksCalendarCat,
       
    46     /** Uid Source type maps history' category */
       
    47     ESourceLandmarksHistoryCat,
       
    48     /** Source type invalid */
       
    49     ESourceInvalid
       
    50 };
       
    51 
       
    52 #endif // QLOCATIONPICKERITEM_H