# HG changeset patch
# User timkelly
# Date 1281038547 18000
# Node ID 05c2648e3e25398480d3f219b3c976f47598b20e
# Parent ad19bba5eef814ab883fc718eb4cada29bd27b8b
updated notes after refactoring ICarbideBuildCOnfiguration and ISDKManager.
diff -r ad19bba5eef8 -r 05c2648e3e25 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/api_Change_Notes.htm
--- a/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/api_Change_Notes.htm Thu Aug 05 14:33:29 2010 -0500
+++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/api_Change_Notes.htm Thu Aug 05 15:02:27 2010 -0500
@@ -132,12 +132,6 @@
added getSDK() - A convenience wrapper for ISymbiabBuildContext
added getPlatformString() - A convenience wrapper for ISymbiabBuildContext
added getTargetString() - A convenience wrapper for ISymbiabBuildContext
- added getCompilerPrefixFile() - A convenience wrapper for ISymbiabBuildContext
- added getCompilerMacros() - A convenience wrapper for ISymbiabBuildContext
- added getVariantHRHDefines() - A convenience wrapper for ISymbiabBuildContext
- added getPrefixFileIncludes() - A convenience wrapper for ISymbiabBuildContext
- added getBuildVariationName() - A convenience wrapper for ISymbiabBuildContext
- added getConfigurationID()
added hasSTDCPPSupport()
@@ -244,7 +238,22 @@
getSDKVersion() has been removed. Users should not use SDK and OS version any longer but use ISymbianSDK#getSupportedFeatures() instead.
- ICarbideBuildConfiguration no longer implements ISymbianBuildContext. You will need to use the ISymbianBuildContext wrapper methods to access that interface now.
+ ICarbideBuildConfiguration no longer implements ISymbianBuildContext. You will need to use the ICarbideBuildConfiguration#getBuildContext() to access most build context specific data.
+
+ com.nokia.carbide.cpp.sdk.core#ISDKManager removed several methods.
+
+
+ - getSymbianMacroStore() has been removed.
+ - getBSFScannerEnabled() has been removed.
+ - enableBSFScanner(boolean enabled) has been removed.
+ - setPlatformList(List platList) has been removed.
+ - getPlatformList() has been removed.
+ - getCSLArmToolchainInstallPathAndCheckReqTools() has been removed.
+ - checkDevicesXMLSynchronized() has been removed.
+ - getSBSv2Version(boolean forceScan) has been removed.
+ - getMinimumSupportedSBSv2Version() has been removed.
+
+