sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.wizards/src/com/nokia/carbide/cpp/internal/pi/wizards/ui/util/CarbidePiWizardHelpIds.java
changeset 2 b9ab3b238396
equal deleted inserted replaced
1:1050670c6980 2:b9ab3b238396
       
     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 the License "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 package com.nokia.carbide.cpp.internal.pi.wizards.ui.util;
       
    19 
       
    20 public class CarbidePiWizardHelpIds {
       
    21 	private static final String PI_PLUGIN_ID = "com.nokia.carbide.cpp.pi.wizards"; //$NON-NLS-1$
       
    22 	
       
    23 	// see com.nokia.carbide.cpp.pi.help/html/context_help/org_eclipse_ui.xml
       
    24 	public static final String PI_IMPORT_WIZARD_PAGE = PI_PLUGIN_ID + "." + "import_wizard_selection_wizard_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    25 	public static final String PI_IMPORT_WIZARD_CONFIG_SELECTOR = PI_PLUGIN_ID + "." + "import_wizard_config_selector_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    26 	public static final String PI_IMPORT_WIZARD_INPUT = PI_PLUGIN_ID + "." + "import_wizard_input_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    27 	public static final String PI_IMPORT_WIZARD_OUTPUT = PI_PLUGIN_ID + "." + "import_wizard_output_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    28 	public static final String PI_IMPORT_WIZARD_PKG_LIST = PI_PLUGIN_ID + "." + "import_wizard_pkg_list_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    29 	public static final String PI_IMPORT_WIZARD_ROM_SDK = PI_PLUGIN_ID + "." + "import_wizard_rom_sdk_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    30 	public static final String PI_IMPORT_WIZARD_ROM = PI_PLUGIN_ID + "." + "import_wizard_rom_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    31 	public static final String PI_IMPORT_WIZARD_BUP_MAP = PI_PLUGIN_ID + "." + "import_wizard_bup_map_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    32 	public static final String PI_IMPORT_WIZARD_CUSTOM = PI_PLUGIN_ID + "." + "import_wizard_custom_page_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    33 	public static final String PI_KEY_MAP_IMPORT_WIZARD_XML = PI_PLUGIN_ID + "." + "import_key_map_wizard_xml_context"; //$NON-NLS-1$ //$NON-NLS-2$
       
    34 }