crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/resources/ImageKeys.java
changeset 0 5ad7ad99af01
equal deleted inserted replaced
-1:000000000000 0:5ad7ad99af01
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18  
       
    19 package com.nokia.s60tools.crashanalyser.resources;
       
    20 
       
    21 /**
       
    22  * Image keys container 
       
    23  *
       
    24  */
       
    25 public class ImageKeys {
       
    26 	public static final String IMG_APP_ICON = "CRASH_ANALYSER_IMG_APP_ICON"; //$NON-NLS-1$
       
    27 	public static final String WIZARD_BANNER = "CRASH_ANALYSER_WIZARD_BANNER"; //$NON-NLS-1$
       
    28 	public static final String DECODE_FILES = "DECODE_SELECTED_CRASH_FILES"; //$NON-NLS-1$
       
    29 	public static final String EMULATOR_PANIC = "EMULATOR_PANIC";
       
    30 	public static final String DECODED_FILE = "DECODED_FILE";
       
    31 	public static final String CODED_FILE = "CODED_FILE";
       
    32 	public static final String PARTIALLY_DECODED_FILE = "PARTIALLY_DECODED_FILE";
       
    33 	public static final String ERROR_LIBRARY = "ERROR_LIBRARY";
       
    34 	public static final String SELECTED_SDK = "SELECTED_SDK";
       
    35 	
       
    36 }