memspy/CommandLine/Include/MemSpyCommands.h
changeset 0 a03f92240627
child 20 ca8a1b6995f6
equal deleted inserted replaced
-1:000000000000 0:a03f92240627
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MEMSPYCOMMANDS_H
       
    19 #define MEMSPYCOMMANDS_H
       
    20 
       
    21 
       
    22 // Literal constants
       
    23 _LIT( KMemSpyCmdHeapDump, "CmdHeap_Dump" );
       
    24 _LIT( KMemSpyCmdHeapDumpKernel, "CmdHeap_Dump_Kernel" );
       
    25 _LIT( KMemSpyCmdHeapCompact, "CmdHeap_Compact" );
       
    26 _LIT( KMemSpyCmdSWMTForceUpdate, "CmdSWMT_ForceUpdate" );
       
    27 _LIT( KMemSpyCmdSWMTReset, "CmdSWMT_Reset" );
       
    28 _LIT( KMemSpyCmdOpenFile, "CmdOpenFile" );
       
    29 _LIT( KMemSpyCmdContainer, "CmdContainer" );
       
    30 _LIT( KMemSpyCmdBitmapsSave, "CmdBitmaps_Save" );
       
    31 _LIT( KMemSpyCmdRamDisableAknIconCache, "CmdRAM_DisableAknIconCache" );
       
    32 _LIT( KMemSpyCmdOutputToFile, "CmdOutput_ToFile" );
       
    33 _LIT( KMemSpyCmdOutputToTrace, "CmdOutput_ToTrace" );
       
    34 
       
    35 
       
    36 _LIT( KMemSpyCmdUiSendToBackground, "CmdUI_Background" );
       
    37 _LIT( KMemSpyCmdUiBringToForeground, "CmdUI_Foreground" );
       
    38 
       
    39 _LIT( KMemSpyCmdUiExit, "CmdUI_Exit" );
       
    40 
       
    41 _LIT( KMemSpyCmdSWMTTypeHeap,                    "HEAP" );
       
    42 _LIT( KMemSpyCmdSWMTTypeChunk,                   "CHNK" );
       
    43 _LIT( KMemSpyCmdSWMTTypeCode,                    "CODE" );
       
    44 _LIT( KMemSpyCmdSWMTTypeStack,                   "STAK" );
       
    45 _LIT( KMemSpyCmdSWMTTypeGlobalData,              "GLOD" );
       
    46 _LIT( KMemSpyCmdSWMTTypeRamDrive,                "RAMD" );
       
    47 _LIT( KMemSpyCmdSWMTTypeOpenFile,                "FILE" );
       
    48 _LIT( KMemSpyCmdSWMTTypeDiskSpace,               "DISK" );
       
    49 _LIT( KMemSpyCmdSWMTTypeHandleGeneric,           "HGEN" );
       
    50 _LIT( KMemSpyCmdSWMTTypeFbserv,                  "FABS" );
       
    51 _LIT( KMemSpyCmdSWMTTypeFileServerCache,         "F32C" );
       
    52 _LIT( KMemSpyCmdSWMTTypeSystemMemory,            "SYSM" );
       
    53 _LIT( KMemSpyCmdSWMTTypeWindowGroup,             "WNDG" );
       
    54 _LIT( KMemSpyCmdSWMTTypeHeapFilter,              "HEAPFilter:" );
       
    55 
       
    56 #endif