core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuilderID.java
author stechong
Mon, 07 Jun 2010 20:50:55 -0500
branchC3_BUILDER_WORK
changeset 1434 79471fd1fd69
child 1716 4abaef518a1f
permissions -rw-r--r--
First pass refactoring ISymbianSDK.

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
*/

package com.nokia.carbide.cpp.sdk.core;

/**
 * A collection of Symbian builder IDs.
 *
 */
public interface ISymbianBuilderID {

	public static final String SBSV1_BUILDER = "SBSv1Builder";
	public static final String SBSV2_BUILDER = "SBSv2Builder";

}