satengine/SatServer/inc/SATPrivateCRKeys.h
changeset 0 ff3b6d0fd310
child 18 594d59766373
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     1 /*
       
     2 * Copyright (c) 2005 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:  SATEngine Subsystem CenRep uid and keys declaration.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SATPRIVATECRKEYS_H
       
    20 #define SATPRIVATECRKEYS_H
       
    21 
       
    22 #include <SATInternalPSKeys.h>
       
    23 
       
    24 // CONSTANTS
       
    25 
       
    26 // SAT Icon Data Support API
       
    27 // Uid :
       
    28 const TUid KCRUidSatServer = { 0x102078E1 };
       
    29 
       
    30 // Defines the limit for KSatMaxIconDataSize
       
    31 // Shared Data Value was KMaxIconDataSize
       
    32 /**
       
    33 * Limit for icon size. Icon support is disabled if value is 0.
       
    34 * Possible values are 0 to 9999999999999999.
       
    35 *
       
    36 * Default value: N/A
       
    37 */
       
    38 const TUint32 KSatMaxIconDataSize( 0x00000004 );
       
    39 
       
    40 // Defines if Cover UI is supported
       
    41 /**
       
    42 *  Support is disabled if value is 0
       
    43 *
       
    44 * Default value: N/A
       
    45 */
       
    46 const TUint32 KSatSecondaryDisplaySupport( 0x00000008 );
       
    47 
       
    48 // Defines if Launch Browser GCF Support is available
       
    49 /**
       
    50 * Support is disabled if value is 0
       
    51 *
       
    52 * Default value: N/A
       
    53 */
       
    54 const TUint32 KSatLaunchBrowserGCF( 0x00000016 );
       
    55 
       
    56 // Defines whether Home Zone Icon is visible or not
       
    57 /**
       
    58 * Support is disabled if value is 0
       
    59 *
       
    60 * Default value: N/A
       
    61 */
       
    62 const TUint32 KSatHomeZoneIconVisible( 0x00000032 );
       
    63 #endif      // SATPRIVATECRKEYS_H
       
    64 
       
    65 // End of File