core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java
branchC3_BUILDER_WORK
changeset 1803 9482220f0b7b
parent 1802 7e50573a0115
child 1811 b1772bf1197b
equal deleted inserted replaced
1802:7e50573a0115 1803:9482220f0b7b
   111 	 * @return A list of targettype names that can be used in an MMP file
   111 	 * @return A list of targettype names that can be used in an MMP file
   112 	 * @deprecated
   112 	 * @deprecated
   113 	 */
   113 	 */
   114 	List<String> getSupportedTargetTypes();
   114 	List<String> getSupportedTargetTypes();
   115 	
   115 	
   116 	 * @deprecated
       
   117 }
   116 }