core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java
branchC3_BUILDER_WORK
changeset 1736 ba74c19c6de3
parent 1710 94cdcd7c5550
child 1799 ee7381872847
child 1801 1d73a4591cf8
equal deleted inserted replaced
1733:13355a75b65c 1736:ba74c19c6de3
    86 	 *
    86 	 *
    87 	 * @return a list of macros which may be empty.
    87 	 * @return a list of macros which may be empty.
    88 	 */
    88 	 */
    89 	List<String> getBuiltinMacros(ISymbianBuildContext context);
    89 	List<String> getBuiltinMacros(ISymbianBuildContext context);
    90 
    90 
       
    91 	/**
       
    92 	 * Get a list of supported targettypes listed by this SDK. This routine parses the 
       
    93 	 * \epoc32\tools\trgttype.pm file to build it's list.
       
    94 	 * @return A list of targettype names that can be used in an MMP file
       
    95 	 */
       
    96 	List<String> getSupportedTargetTypes();
       
    97 
       
    98 	
       
    99 	/**
       
   100 	 * Returns a list of the macros defined in the variant.cfg file. This is NOT the macros
       
   101 	 * in the HRH file, but the actual maros written to the variant.cfg file.
       
   102 	 * @return A String list of macros found as is, or an empty list if none.
       
   103 	 */
       
   104 	List<String> getVariantCFGMacros();
       
   105 	
    91 }
   106 }