sysresmonitoring/oommonitor/inc/oomconstants.hrh
branchRCL_3
changeset 1 0fdb7f6b0309
child 19 924385140d98
equal deleted inserted replaced
0:2e3d3ce01487 1:0fdb7f6b0309
       
     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:  Out of Memory Monitor Constants.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef OOMCONSTANTS_HRH_
       
    20 #define OOMCONSTANTS_HRH_
       
    21 
       
    22 const TInt KAppNotInWindowGroupList = -1;
       
    23 
       
    24 const TInt KOomDefaultAppId = 0;
       
    25 const TInt KOomDefaultPluginId = 0;
       
    26 const TInt KOomThresholdUnset = 0;
       
    27 
       
    28 const TInt KOomBusyAppId = 0x10286A84;
       
    29 const TInt KOomHighPriorityAppId = 0x10286A85;
       
    30 
       
    31 const TInt KOomPriorityInfinate = 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 const TInt KMicrosecondsInMillisecond = 1000;
       
    38 
       
    39 #endif /*OOMCONSTANTS_HRH_*/