wvuing/Inc/IMInternalPSKeys.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2009 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: IM internal PS keys
       
    15 *
       
    16 */
       
    17 #ifndef IMINTERNALPSKEYS_H
       
    18 #define IMINTERNALPSKEYS_H
       
    19 
       
    20 #include <e32property.h>
       
    21 #include "ChatNGCommonUIDs.h"
       
    22 // IM Internal SP API
       
    23 
       
    24 /// PS UId for IM
       
    25 const TUid KPSUidIMEngine = {0x101F8865};
       
    26 
       
    27 /// Service address. String
       
    28 const TUint32 KIMServiceAddress  = 0x00000001;
       
    29 
       
    30 /// PS UID for IM application
       
    31 const TUid KPSUidIMUI = { KWVUIAVEEXEUIDS2 };
       
    32 
       
    33 /// Unread messages. Integer
       
    34 const TUint32 KIMUnreadMsgKey    = 0x00000001;
       
    35 _LIT_SECURITY_POLICY_PASS( KIMUnreadMsgReadPolicy );
       
    36 _LIT_SECURITY_POLICY_PASS( KIMUnreadMsgWritePolicy );
       
    37 
       
    38 #endif      // IMINTERNALPSKEYS_H