locationmanager/inc/locplatsupport.mmh
branchRCL_3
changeset 19 b73252188534
child 20 f23c07ec56e2
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
       
     1 /*
       
     2 * Copyright (c) 2009-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:  Definition file for Location Manager.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __LOCPLATSUPPORT_MMH__
       
    19 #define __LOCPLATSUPPORT_MMH__
       
    20 
       
    21 /*
       
    22 * Define this flag when platform supports cellid based location.
       
    23 */
       
    24 
       
    25 #define _LOC_GEOTAGGING_CELLID
       
    26 
       
    27 /*
       
    28 * Define this flag when platform supports reverse geotagging.
       
    29 */
       
    30 #define _LOC_REVERSEGEOCODE
       
    31 
       
    32 
       
    33 #endif // __LOCPLATSUPPORT_MMH__
       
    34 
       
    35 // End of file.
       
    36