core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv2BuildContext.java
branchC3_BUILDER_WORK
changeset 1764 df8e072f8f71
parent 1740 ca1f574a1ecc
equal deleted inserted replaced
1761:bd89f0317b13 1764:df8e072f8f71
    22 	public static final String TOOLCHAIN_UNKNOWN = "UNKNOWN";
    22 	public static final String TOOLCHAIN_UNKNOWN = "UNKNOWN";
    23 	
    23 	
    24 	public static final String MACRO_ARM = "__ARMCC__";
    24 	public static final String MACRO_ARM = "__ARMCC__";
    25 	public static final String MACRO_GCCE = "__GCCE__";
    25 	public static final String MACRO_GCCE = "__GCCE__";
    26 	public static final String MACRO_WINSCW = "__WINSCW__";
    26 	public static final String MACRO_WINSCW = "__WINSCW__";
       
    27 	
       
    28 	// SBSv2 only config settings 
       
    29 	public final static String SBSV2_DATA_ID = "SBSV2_DATA_ID"; //$NON-NLS-1$ 
    27 	
    30 	
    28 	/**
    31 	/**
    29 	 * Retrieve the build-able configuration; a valid command that cab be passed with Raptor's -c parameter.
    32 	 * Retrieve the build-able configuration; a valid command that cab be passed with Raptor's -c parameter.
    30 	 * This should not be used and should return null for abld-configurations.
    33 	 * This should not be used and should return null for abld-configurations.
    31 	 * @return the configuration name, or null if none.
    34 	 * @return the configuration name, or null if none.