common/tools/ats/smoketest/lbs/common/inc/LbsLoggerDefs.h
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 /**
       
     2 * Copyright (c) 2006-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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24  @publishedPartner
       
    25  @released
       
    26 */
       
    27 
       
    28 #ifndef LBS_LOGGER_DEFS_H
       
    29 #define LBS_LOGGER_DEFS_H
       
    30 
       
    31 _LIT(KLbsLoggerPanic, "LBS Logger:");
       
    32 _LIT(KLbsLogSelfLocateDes, "Location Requested from On Board Application");
       
    33 _LIT(KLbsLogExternalLocateDes, "Location Requested by Remote Party");
       
    34 _LIT(KLbsLogX3PLocateDes, "Location Sent to Remote Party");
       
    35 _LIT(KLbsLogNetworkLocateDes, "Location Determined by Network");
       
    36 _LIT(KLbsLogAssistanceDataDes, "Location Data Obtained from Network");
       
    37 _LIT(KLbsLogMOLR, "R_LOG_DIR_OUT_MOLR");
       
    38 _LIT(KLbsLogMTLR, "R_LOG_DIR_IN_MTLR");
       
    39 
       
    40 #endif // LBS_LOGGER_DEFS_H