PECengine/AttributeLibrary2/Inc/PresenceAttributeDefValueCRKeys.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Presence Attribute Default Value API specific CenRep keys.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __PRESENCEATTRIBUTEDEFVALUECRKEYS_H
       
    19 #define __PRESENCEATTRIBUTEDEFVALUECRKEYS_H
       
    20 
       
    21 // Presence Attribute Default Value API
       
    22 // Presence Engine Presence Attribute's default value keys.
       
    23 const TUid KCRUIDPresenceAttributeDefValue = {0x101F879E};
       
    24 
       
    25 
       
    26 
       
    27 // Value to be used for user own Wireless Village ClientInfo presence attribute.
       
    28 // Name of the device manufacture. Free text, e.g "MyCompanyX".
       
    29 const TUint32 KPAWVClientInfoDevManufacturer = 0x00000001;
       
    30 
       
    31 
       
    32 // Value to be used for user own Wireless Village ClientInfo presence attribute.
       
    33 // Model of the client device. Free text, e.g. "1.2.3.x"
       
    34 const TUint32 KPAWVClientInfoModel = 0x00000002;
       
    35 
       
    36 
       
    37 // Value to be used for user own Wireless Village ClientInfo presence attribute.
       
    38 // Name of client application producer. Free text, e.g "MyCompanyY"
       
    39 const TUint32 KPAWVClientInfoClientProducer = 0x00000003;
       
    40 
       
    41 
       
    42 // Value to be used for user own Wireless Village ClientInfo presence attribute.
       
    43 // Version of the client application. Free text, e.g. "1.2.3.y"
       
    44 const TUint32 KPAWVClientInfoClientVersion = 0x00000004;
       
    45 
       
    46 
       
    47 // Value to be used for user own Wireless Village ClientInfo presence attribute.
       
    48 // Language setting of the client device.
       
    49 // Enumerated String: ISO 639-2/T (three letter language code) or empty value.
       
    50 const TUint32 KPAWVClientInfoLanguage = 0x00000005;
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 #endif      // __PRESENCEATTRIBUTEDEFVALUECRKEYS_H
       
    56 
       
    57 
       
    58 //  End of File
       
    59 
       
    60