Symbian3/SDK/Source/GUID-E9B97347-D703-4758-A5CE-423A6CB4E474.dita
changeset 2 ebc84c812384
parent 0 89d6a7a84779
equal deleted inserted replaced
1:25a17d01db0c 2:ebc84c812384
    13 camera applications</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 camera applications</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    14 <p>In your applications, you can embed other applications that provide services,
    14 <p>In your applications, you can embed other applications that provide services,
    15 such as image capture and voice recording. For example, a multimedia messaging
    15 such as image capture and voice recording. For example, a multimedia messaging
    16 service (MMS) editor could embed the camera application to capture images
    16 service (MMS) editor could embed the camera application to capture images
    17 and insert them in multimedia messages.</p>
    17 and insert them in multimedia messages.</p>
    18 <p>Use the New File Service Client API to create a service client. You can
    18 <p>Use the New File Service Client API to create a service client.</p>
    19 download the API from the <xref href="http://wiki.forum.nokia.com/index.php/SDK_API_Plug-in" scope="external">SDK API plug-in page</xref> on Forum Nokia.</p>
       
    20 <note><p>The binary compatibility of the API plug-ins is not guaranteed either
    19 <note><p>The binary compatibility of the API plug-ins is not guaranteed either
    21 between platform versions or within a platform version. Test your application
    20 between platform versions or within a platform version. Test your application
    22 on each device model that the application can be installed on to ensure the
    21 on each device model that the application can be installed on to ensure the
    23 best possible user experience. To prevent application installation on other
    22 best possible user experience. To prevent application installation on other
    24 than tested devices, define the product IDs (also called manufacturer IDs)
    23 than tested devices, define the product IDs (also called manufacturer IDs)
    25 in the <xref href="GUID-7F1B2577-2FEF-45F9-B32F-745DFE0F0D95.dita">package file</xref>.
    24 in the <xref href="GUID-7F1B2577-2FEF-45F9-B32F-745DFE0F0D95.dita">package file</xref>.
    26 For more information, see <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/ToolsAndUtilities94/Installing-ref/PKG_format/PKG_dependency.html" format="application/java-archive">Hardware/UI platform dependency</xref>.</p></note>
    25 For more information, see <xref href="jar:GUID-35228542-8C95-4849-A73F-2B4F082F0C44.jar!/sdk/doc_source/ToolsAndUtilities94/Installing-ref/PKG_format/PKG_dependency.html" format="application/java-archive">Hardware/UI platform dependency</xref>.</p></note>
    27 <section id="GUID-A7CFB0D3-0F64-4BCA-93F1-28D7F2F892A0"><title>To embed camera applications</title><ol>
    26 <section id="GUID-A7CFB0D3-0F64-4BCA-93F1-28D7F2F892A0"><title>To embed camera
       
    27 applications</title><ol>
    28 <li id="GUID-B945513D-1DBA-46A5-BE66-20F36EF8E4B4"><p>Use the <codeph>CNewFileServiceClient</codeph> method
    28 <li id="GUID-B945513D-1DBA-46A5-BE66-20F36EF8E4B4"><p>Use the <codeph>CNewFileServiceClient</codeph> method
    29 to create a new file service client. </p><codeblock xml:space="preserve">CNewFileServiceClient* fileClient = NewFileServiceFactory::NewClientL();
    29 to create a new file service client. </p><codeblock xml:space="preserve">CNewFileServiceClient* fileClient = NewFileServiceFactory::NewClientL();
    30 CleanupStack::PushL( fileClient );
    30 CleanupStack::PushL( fileClient );
    31 </codeblock></li>
    31 </codeblock></li>
    32 <li id="GUID-3CADBF28-0A9F-44C4-B7AF-AF9628E8F659"><p>Create an array to hold
    32 <li id="GUID-3CADBF28-0A9F-44C4-B7AF-AF9628E8F659"><p>Create an array to hold