serviceproviders/sapi_sysinfo/inc/sysinfoaiwparams.hrh
changeset 5 989d2f495d90
child 10 fc9cf246af83
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 "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:  Constants used in interface class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __SYSINFO_AIWPARAMS_HRH_
       
    20 #define __SYSINFO_AIWPARAMS_HRH_
       
    21 
       
    22 namespace sysinfoaiwparams
       
    23 {
       
    24 //
       
    25 //Service Name.
       
    26 //
       
    27 _LIT8(KService,"Service.SysInfo");
       
    28 
       
    29 //
       
    30 //Interface identifier.
       
    31 //
       
    32 _LIT8(KIDataSource,"ISysInfo");
       
    33 
       
    34 //
       
    35 //Sysinfo commands.
       
    36 //
       
    37 _LIT8(KGetInfo,"GetInfo");
       
    38 _LIT8(KSetInfo,"SetInfo");
       
    39 _LIT8(KGetNotification,"GetNotification");
       
    40 _LIT8(KCancel,"Cancel");
       
    41 
       
    42 //
       
    43 //Content identifier.
       
    44 //
       
    45 _LIT8(KEntity,"Entity");
       
    46 _LIT8(KKey,"Key");
       
    47 _LIT8(KSysData,"SystemData");
       
    48 _LIT8(KReturnValue,"ReturnValue");
       
    49 _LIT8(KTransactionId,"TransactionID");
       
    50 _LIT8(KErrorCode,"ErrorCode");
       
    51 
       
    52 
       
    53 //
       
    54 //Driveinfo content identifiers
       
    55 //
       
    56 _LIT8(KDriveNo,"Drive");
       
    57 _LIT8(KCriticalSpace,"CriticalSpace");
       
    58 _LIT8(KMediaType,"MediaType");
       
    59 _LIT8(KTotalSpace,"TotalSpace");
       
    60 _LIT8(KFreeSpace,"FreeSpace");
       
    61 _LIT8(KDriveName,"DriveName");
       
    62 _LIT8(KBatteryState,"BatteryState");
       
    63 
       
    64 
       
    65 //
       
    66 //Driveinfo  identifier
       
    67 //
       
    68 _LIT8(KDriveinfo,"Driveinfo");
       
    69 
       
    70 
       
    71 //
       
    72 //Status content identifiers
       
    73 //
       
    74 _LIT8(KStatus,"Status");
       
    75 
       
    76 //
       
    77 // Version identifiers
       
    78 //
       
    79 _LIT8(KMajorVersion,"MajorVersion");
       
    80 _LIT8(KMinorVersion,"MinorVersion");
       
    81 
       
    82 //
       
    83 // NetworkInfo identifiers
       
    84 //
       
    85 _LIT8(KNetworkName,"NetworkName");
       
    86 _LIT8(KNetworkStatus,"NetworkStatus");
       
    87 _LIT8(KNetworkMode,"NetworkMode");
       
    88 _LIT8(KCountryCode,"CountryCode");
       
    89 _LIT8(KNetworkCode,"NetworkCode");
       
    90 _LIT8(KLocationStatus,"LocationStatus");
       
    91 _LIT8(KAreaCode,"AreaCode");
       
    92 _LIT8(KCellId,"CellId");
       
    93 
       
    94 //
       
    95 // ConnectionInfo identifiers
       
    96 //
       
    97 _LIT8(KIAPID,"IAPID");
       
    98 _LIT8(KIAPName,"IAPName");
       
    99 _LIT8(KIAPConnectionName,"IAPConnectionName");
       
   100 _LIT8(KConnectionType,"ConnectionType");
       
   101 _LIT8(KConnectionStatus,"ConnectionStatus");
       
   102 
       
   103 //
       
   104 // Connection identifiers
       
   105 //
       
   106 _LIT8(KConnectionList,"ConnectionList");
       
   107 
       
   108 //
       
   109 // Accessory identifiers
       
   110 //
       
   111 _LIT8(KAccessoryType,"AccessoryType");
       
   112 _LIT8(KAccessoryState,"AccessoryState");
       
   113 
       
   114 //
       
   115 // Accessory identifiers
       
   116 //
       
   117 _LIT8(KAccessoryList,"AccessoryList");
       
   118 
       
   119 
       
   120 //
       
   121 // Display Resolution identifiers
       
   122 //
       
   123 _LIT8(KXPixels,"XPixels");
       
   124 _LIT8(KYPixels,"YPixels");
       
   125 
       
   126 //
       
   127 // StringData identifier
       
   128 //
       
   129 _LIT8(KStringData,"StringData");
       
   130 
       
   131 //
       
   132 // StringList identifier
       
   133 //
       
   134 _LIT8(KStringList,"StringList");
       
   135 
       
   136 //
       
   137 // StringData identifier
       
   138 //
       
   139 _LIT8(KLanguageList,"LanguageList");
       
   140 
       
   141 //
       
   142 // DriveList identifier
       
   143 //
       
   144 _LIT8(KDriveList,"DriveList");
       
   145 }
       
   146 
       
   147 #endif //__SYSINFO_AIWPARAMS_HRH_