Used by the class system when dynamic loading is enabled in the class system. Basically, this suggests that these are the components that will be used in your application.
It also means that the SDK Tools can determine which classes were used in your application and use them only when compiling and shortening your application into 1 file - since in most cases you will not use every part of the framework.
Further information on the class system can be found here and information on SDK tools and building.
source share