javaruntimes/midp/runtimestarter/inc/midpruntimearguments.h
branchRCL_3
changeset 14 04becd199f91
equal deleted inserted replaced
13:f5050f1da672 14:04becd199f91
       
     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:  This class provides container for message.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MIDPRUNTIMEARGUMENTS_H
       
    20 #define MIDPRUNTIMEARGUMENTS_H
       
    21 
       
    22 #include <string>
       
    23 
       
    24 namespace java // codescanner::namespace
       
    25 {
       
    26 namespace runtime // codescanner::namespace
       
    27 {
       
    28 
       
    29 const char* const APP_UID_ARGUMENT          = "-appid";
       
    30 const char* const PUSH_ARGUMENT             = "-push";
       
    31 const char* const PREWARM_ARGUMENT          = "-prewarm";
       
    32 const char* const AUTO_INVOCATION_ARGUMENT  = "-autoinvocation";
       
    33 const char* const DEBUG_ARGUMENT            = "-debug";
       
    34 const char* const EXTRA_ARGUMENTS           = "-extra_args";
       
    35 const char* const BG_START_ARGUMENT         = "-background";
       
    36 
       
    37 } // namespace runtime
       
    38 } //end namespace java
       
    39 
       
    40 #endif // MIDPRUNTIMEARGUMENTS_H