Symbian Element
The <symbian> element is optional and provides SDK compatibility information and information about the related C++ classes and resource structures. When this element is omitted the component will be considered incompatible with all Symbian SDKs.
This element can define the following attributes. Note that sdkName, minSDKVersion, and maxSDKVersion attributes are required and must be defined, since they are vital for ensuring a component is available for a project's build configurations. The other attributes can initially be left blank.
- sdkName — This value identifies the Symbian OS variant with which the component is compatible. Currently the only supported value is "com.nokia.series60".
- minSDKVersion — A version number indicating the lowest SDK version with which the component is compatible.
- maxSDKVersion — A version number indicating the maximum SDK version with which the component is compatible.
- classHelpTopic — A link to help information for the C++ class corresponding to the component, if any.
- className — The C++ class name corresponding to the component, if any. Not used for source code generation.
- resourceHelpTopic — A link to help information for the resource.
- resourceType — The Symbian RSS resource type for this component, if any.