core/com.nokia.carbide.cpp.sdk.ui/src/com/nokia/carbide/cpp/internal/sdk/ui/SDKUIPreferenceConstants.java
changeset 0 fb279309251b
child 1362 a5748c5d7b31
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     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 package com.nokia.carbide.cpp.internal.sdk.ui;
       
    18 
       
    19 public class SDKUIPreferenceConstants {
       
    20 	
       
    21 	public final static String ENABLE_BSF_SCANNER = "enbaleBSFScanner"; //$NON-NLS-1$
       
    22 	
       
    23 	public final static String PLAT_EKA2_WINSCW = "platEKA2_WINSCW"; //$NON-NLS-1$
       
    24 	public final static String PLAT_EKA2_GCCE = "platEKA2_GCCE"; //$NON-NLS-1$
       
    25 	public final static String PLAT_EKA2_ARMV5 = "platEKA2_ARMV5"; //$NON-NLS-1$
       
    26 	public final static String PLAT_EKA2_ARMV5_ABIV2 = "platEKA2_ARMV5_ABIV2"; //$NON-NLS-1$
       
    27 	public final static String PLAT_EKA2_ARMV5_ABIV1 = "platEKA2_ARMV5_ABIV1"; //$NON-NLS-1$
       
    28 	
       
    29 	public final static String PLAT_EKA1_WINSCW = "platEKA1_WINSCW"; //$NON-NLS-1$
       
    30 	public final static String PLAT_EKA1_ARMI = "platEKA1_ARMI"; //$NON-NLS-1$
       
    31 	public final static String PLAT_EKA1_ARM4 = "platEKA1_ARM4"; //$NON-NLS-1$
       
    32 	public final static String PLAT_EKA1_THUMB = "platEKA1_THUMB"; //$NON-NLS-1$
       
    33 	
       
    34 	public final static String LISTEN_FOR_DEVICES_XML_CHANGE = "listenForDevicesXMLChange"; //$NON-NLS-1$	
       
    35 }