Symbian3/SDK/Source/GUID-B5F98445-3CFF-5067-B89A-AC80F56C40C3.dita
changeset 2 ebc84c812384
parent 0 89d6a7a84779
equal deleted inserted replaced
1:25a17d01db0c 2:ebc84c812384
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept id="GUID-B5F98445-3CFF-5067-B89A-AC80F56C40C3" xml:lang="en"><title>Porting
    12 <concept id="GUID-B5F98445-3CFF-5067-B89A-AC80F56C40C3" xml:lang="en"><title>Porting
    13 Data Recognizers to Secure Platform</title><shortdesc>This page describes how to migrate data recognizers to the secure
    13 Data Recognizers to Secure Platform</title><shortdesc>This page describes how to migrate data recognizers to the secure
    14 version of Symbian platform. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
    14 version of the Symbian platform. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
    15 <section><title>Procedure</title> <p id="GUID-37D4A6C5-1A14-5CE3-A852-1AAD412C57DA"><b>Converting
    15 <section id="GUID-322F3E8C-2835-4B73-88AD-C537A20E0329"><title>Procedure</title> <p id="GUID-37D4A6C5-1A14-5CE3-A852-1AAD412C57DA"><b>Converting
    16 data recognizers into ECOM plugins</b> </p> <ol id="GUID-56EF676C-103E-5B68-85A1-D6A66B9EC046">
    16 data recognizers into ECOM plugins</b> </p> <ol id="GUID-56EF676C-103E-5B68-85A1-D6A66B9EC046">
    17 <li id="GUID-18ED65F4-B508-5DC7-8869-A5035C7922B3"><b>Changing the project
    17 <li id="GUID-18ED65F4-B508-5DC7-8869-A5035C7922B3"><b>Changing the project
    18 specification (.mmp) file</b> - Change the project specification (<filepath>.mmp</filepath>)
    18 specification (.mmp) file</b> - Change the project specification (<filepath>.mmp</filepath>)
    19 file to specify an ECOM plug-in. For example: <p><codeblock id="GUID-8AD243FE-63AE-5971-98BA-D105E2756FCA" xml:space="preserve">target            EXAMPLEREC.DLL 
    19 file to specify an ECOM plug-in. For example: <p><codeblock id="GUID-8AD243FE-63AE-5971-98BA-D105E2756FCA" xml:space="preserve">target            EXAMPLEREC.DLL 
    20 targettype        PLUGIN 
    20 targettype        PLUGIN 
   109     CExampleDataRecognizer * thing=NULL; 
   109     CExampleDataRecognizer * thing=NULL; 
   110     thing = new CExampleDataRecognizer(); 
   110     thing = new CExampleDataRecognizer(); 
   111     return thing; // null if new failed 
   111     return thing; // null if new failed 
   112     }</codeblock></li>
   112     }</codeblock></li>
   113 </ol> </section>
   113 </ol> </section>
   114 <section><title>See also</title> <p><xref href="GUID-1AAA88BB-19AD-5B8E-993C-11F4B7CD90EB.dita">Writing
   114 <section id="GUID-C7BCBCEB-5135-4F9D-BC22-69922CE4F776"><title>See also</title> <p><xref href="GUID-1AAA88BB-19AD-5B8E-993C-11F4B7CD90EB.dita">Writing
   115 a MIME Recognizer</xref>. </p> </section>
   115 a MIME Recognizer</xref>. </p> </section>
   116 </conbody></concept>
   116 </conbody></concept>