project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/model/mmp/IMMPViewConfiguration.java
branchC3_BUILDER_WORK
changeset 1471 62024a5fa81d
parent 0 fb279309251b
equal deleted inserted replaced
1469:5844e41d8bc7 1471:62024a5fa81d
    29 	 */
    29 	 */
    30 	boolean isStatementSupported(EMMPStatement statement);
    30 	boolean isStatementSupported(EMMPStatement statement);
    31 	
    31 	
    32 	/**
    32 	/**
    33 	 * Get the default directory used for .def file exports.
    33 	 * Get the default directory used for .def file exports.
    34 	 * @param isASSP true if this is an ASSP build
       
    35 	 * @return 	the name of the directory used for platform-specific defs
    34 	 * @return 	the name of the directory used for platform-specific defs
    36 	 * (e.g. "BWINS", "EABI", ...).  This directory, if present, is removed from 
    35 	 * (e.g. "BWINS", "EABI", ...).  This directory, if present, is removed from 
    37 	 * the path before setting DEFFILE.  May be null if unknown.
    36 	 * the path before setting DEFFILE.  May be null if unknown.
    38 	 */
    37 	 */
    39 	String getDefaultDefFileBase(boolean isASSP);
    38 	String getDefaultDefFileBase();
    40 	
    39 	
    41 	/**
    40 	/**
    42 	 * Tell if this is an emulator build.  Used for .def filepath calculation.
    41 	 * Tell if this is an emulator build.  Used for .def filepath calculation.
    43 	 */
    42 	 */
    44 	boolean isEmulatorBuild();
    43 	boolean isEmulatorBuild();