core/com.nokia.carbide.cpp.featureTracker/src/com/nokia/carbide/cpp/internal/featureTracker/FeatureUseTrackerConsts.java
branchC3_BUILDER_WORK
changeset 1954 fc333b249602
parent 1881 fccb2e8f8b9b
parent 1953 5363a66d25da
child 1955 d88e9de3a3db
equal deleted inserted replaced
1881:fccb2e8f8b9b 1954:fc333b249602
     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 */
       
    13 
       
    14 package com.nokia.carbide.cpp.internal.featureTracker;
       
    15 
       
    16 public class FeatureUseTrackerConsts {
       
    17 
       
    18 	public static final String CARBIDE_APP_TRK = "Carbide_App_TRK";
       
    19 	public static final String CARBIDE_UI_DESIGNER = "Carbide_UI_Designer";
       
    20 	public static final String CARBIDE_SYS_TRK = "Carbide_Sys_TRK";
       
    21 	public static final String CARBIDE_PROFILER = "Carbide_Profiler";
       
    22 	public static final String CARBIDE_CODESCANNER = "Carbide_CodeScanner";
       
    23 	public static final String CARBIDE_OST_TRACE = "Carbide_OST_Trace";
       
    24 	public static final String CARBIDE_IDE = "Carbide_IDE"; // did user launch IDE
       
    25 	public static final String CARBIDE_INTERNALONLY = "Carbide_InternalOnly"; // many carbide extensions
       
    26 
       
    27 }