carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/CustomComponents/cc_symbian.htm
author fturovic <frank.turovich@nokia.com>
Tue, 27 Jul 2010 15:28:19 -0500
changeset 1704 24ac5a5cf80c
parent 0 fb279309251b
permissions -rw-r--r--
updated copyright dates and fixed some css issues

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Symbian Element</title>
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
<style type="text/css">
<!--
.style1 {font-size: 12px}
-->
</style>
</head>
<body bgcolor="#FFFFFF">
<h2>Symbian Element</h2>
<p>The &lt;symbian&gt; 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.</p>
<p>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.</p>
<ul><li>sdkName &mdash; This value identifies the Symbian OS variant with which the component is compatible. Currently the only supported value is &quot;com.nokia.series60&quot;.</li>
  <li>minSDKVersion &mdash; A version number indicating the lowest SDK version with which the component is compatible.</li>
  <li>maxSDKVersion &mdash; A version number indicating the maximum SDK version with which the component is compatible.</li>
  <li>classHelpTopic &mdash; A link to help information for the C++ class corresponding to the component, if any.</li>
  <li>className &mdash; The C++ class name corresponding to the component, if any. Not used for source code generation.</li>
  <li>resourceHelpTopic &mdash; A link to help information for the resource.</li>
  <li>resourceType &mdash; The Symbian RSS resource type for this component, if any.</li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>