epoc32/include/lbsipc.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 2003-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 "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 // The file must not be modified.
    19 
    20 
    21 
    22 
    23 #ifndef __LBSIPC_H__
    24 #define __LBSIPC_H__
    25 
    26 #include <lbs/lbsipc.hrh>
    27 
    28 /**
    29 Major version number
    30 
    31 @publishedAll
    32 @released
    33  */
    34 const TInt8 KPosMajorVersionNumber = 1;
    35 
    36 /**
    37 Minor version number
    38 
    39 @publishedAll
    40 @released
    41  */
    42 const TInt8 KPosMinorVersionNumber = 0;
    43 
    44 /**
    45 Build number
    46 
    47 @publishedAll
    48 @released
    49  */
    50 const TInt16 KPosBuildVersionNumber = 0;
    51 
    52 /**
    53 Default message slots
    54 
    55 @publishedAll
    56 @released
    57  */
    58 const TInt KLbsDefaultMessageSlots = 16;
    59 
    60 /**
    61 @publishedAll
    62 @released
    63 The name of the server held in the kernel
    64  */
    65 _LIT(KPositionServerName, "!PosServer"); // the server name must start with a "!" because the server now has "ProtServ" capability
    66 
    67 /**
    68 @publishedAll
    69 @released
    70 The name of the server held in the kernel
    71  */
    72 _LIT(KPositionServerImg, "EPosServer");
    73 
    74 #endif // __LBSIPC_H__