common/tools/ats/smoketest/lbs/internal/lbstestserver/inc/lbstestserverdata.h
changeset 748 e13acd883fbe
child 872 17498133d9ad
equal deleted inserted replaced
747:76f9aaeefbab 748:e13acd883fbe
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // data which identifies the server used to communicate with the LBS
       
    15 // Network Request Handler
       
    16 // 
       
    17 //
       
    18 
       
    19 #ifndef LBSTESTSERVERDATA_H__
       
    20 #define LBSTESTSERVERDATA_H__
       
    21 
       
    22 // Define the file and process of the Lbs test server
       
    23 _LIT(KTestServerFileName, "\\sys\\bin\\lbstestserver.exe");
       
    24 _LIT(KTestServerName, "lbstestserver.exe");
       
    25 
       
    26 // Current version number of the Lbs test server.
       
    27 const TInt8 KTestServerMajorVersionNumber	= 1;
       
    28 const TInt8 KTestServerMinorVersionNumber	= 0;
       
    29 const TInt16 KTestServerBuildVersionNumber	= 0;
       
    30 
       
    31 // Uid3 of the Lbs test server
       
    32 const TUint KLbsTestServerUidValue			= 0x10282281;
       
    33 const TUid  KLbsTestServerUid				= {KLbsTestServerUidValue};
       
    34 
       
    35 
       
    36 #endif // LBSTESTSERVERDATA_H__