uiacceltk/hitchcock/goommonitor/inc/goomconstants.hrh
changeset 0 15bf7259bb7c
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2008 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:  Graphics Out of Memory Monitor Constants
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef GOOMCONSTANTS_HRH_
       
    20 #define GOOMCONSTANTS_HRH_
       
    21 
       
    22 const TInt KAppNotInWindowGroupList = -1;
       
    23 
       
    24 const TInt KGOomDefaultAppId = 0;
       
    25 const TInt KGOomDefaultPluginId = 0;
       
    26 const TInt KGOomThresholdUnset = 0;
       
    27 
       
    28 const TInt KGOomBusyAppId = 0x10286A84;
       
    29 const TInt KGOomHighPriorityAppId = 0x10286A85;
       
    30 
       
    31 const TInt KGOomPriorityInfinate = 1024;
       
    32 
       
    33 // same as Akncapserver since fast swap is contained in it
       
    34 const TUid  KUidFastSwap = { 0x10207218 };
       
    35 const TUid  KUidPenInputServer = { 0x10281855 };
       
    36 
       
    37 
       
    38 #endif /*GOOMCONSTANTS_HRH_*/