ncdengine/provider/protocol/inc/ncdinternalconfigurationkeys.h
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 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 "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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef NCD_INTERNAL_CONFIGURATION_KEYS_H
       
    20 #define NCD_INTERNAL_CONFIGURATION_KEYS_H
       
    21 
       
    22 // Include also normal configuration keys here because they
       
    23 // may be used also internally.
       
    24 #include "ncdconfigurationkeys.h"
       
    25 
       
    26 /**
       
    27  * Internal configurations that provide additional keys
       
    28  * for NcdConfigurationKeys. These keys are provided only
       
    29  * for internal use and are not to be used through the API.
       
    30  *
       
    31  * Keys mentioned here are mostly used for filling specific
       
    32  * elements/attributes in configuration requests.
       
    33  *
       
    34  * Keys that are not listed here, are always added 
       
    35  * to software details in configuration requests.
       
    36  *
       
    37  * @internal
       
    38  */
       
    39 namespace NcdInternalConfigurationKeys
       
    40     {
       
    41     /**
       
    42      * @note Free disk space is automatically sent by the engine. The drive with the largest amount
       
    43      * of free disk space is chosen. This is sent in client's client-element as a hardware detail.
       
    44      */
       
    45     _LIT( KFreeStorage, "freeStorage" );
       
    46 
       
    47     /**
       
    48      * @note UID and version number of the installed Flash player is sent automatically by the engine
       
    49      * in the client's client-element as a hardware detail
       
    50      */
       
    51     _LIT( KFlashPlayer, "flash-player" );
       
    52     
       
    53     /**
       
    54      * @note The IMEI code of the device is sent in client's client-element as a hardware detail.
       
    55      */
       
    56     _LIT( KImei, "imei" );
       
    57     }
       
    58 
       
    59 #endif // NCD_INTERNAL_CONFIGURATION_KEYS_H