Symbian3/SDK/Source/GUID-2E986A81-F094-4F1D-9ECB-6A325CFA5BB4.dita
changeset 7 51a74ef9ed63
child 8 ae94777fff8f
equal deleted inserted replaced
6:43e37759235e 7:51a74ef9ed63
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <concept id="GUID-2E986A81-F094-4F1D-9ECB-6A325CFA5BB4" xml:lang="en"><title>Plug-ins</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p>Plug-ins connect to the system using the EPOC Component Object Model
       
    14 (ECom). ECom is based on client/server architecture and provides services
       
    15 to instantiate, resolve, and destroy instances of plug-ins at run time. For
       
    16 more information, see the <xref href="GUID-30201A05-C6CE-5D34-9BDF-CDA4EE44878D.dita">ECom
       
    17 Architecture</xref>.</p>
       
    18 <fig id="GUID-C5D783F2-8388-4097-8276-BAC6D5B17C2C"><title>ECom framework</title><image href="GUID-231E58F2-7935-462A-B048-51729D8245D4_d0e11032_href.png"/></fig>
       
    19 <p>A hostile or malfunctioning plug-in may cause crashes or security leaks,
       
    20 even on otherwise well-tested applications. The <xref href="GUID-4BFEDD79-9502-526A-BA7B-97550A6F0601.dita">platform
       
    21 security</xref> architecture protects the processes by verifying that the
       
    22 plug-in has equal or greater set of capabilities than the process in which
       
    23 it is loaded. For more information, see the <xref href="GUID-9E4D75C0-D797-5541-8E52-3C6D154CC74A.dita">ECom
       
    24 and the Platform Security Architecture</xref>. </p>
       
    25 <p>For examples, see <xref href="GUID-E59A469E-A2B5-5DF0-BA7E-C50D4A38CCAA.dita">Plug-in
       
    26 Framework (ECom) Examples</xref>.</p>
       
    27 <section id="GUID-2268BF28-467F-409F-B68C-5D361E8C5FF0"><title>Communication
       
    28 plug-ins</title>
       
    29 <p>It is possible to use plug-ins to implement additional functionality
       
    30 to serial, socket, and messaging frameworks. These plug-ins are especially
       
    31 important for security because they deal with communication.</p>
       
    32 <ul>
       
    33 <li><p>For serial communication there are serial protocol modules
       
    34 (CSY modules ), which are loaded by the Serial Comms Server. For more information
       
    35 on serial communication, see <xref href="GUID-9B83CDD4-FC94-51A0-AC67-CD04BCAFEF08.dita">Serial
       
    36 Communications Server</xref>.</p></li>
       
    37 <li><p>For socket-based communication there are protocol modules
       
    38 (PRT), which are loaded by the Socket Server. For more information on socket-based
       
    39 communication, see <xref href="GUID-61E0CD76-A2E3-5066-84A8-146EECA8ADCD.dita">Socket
       
    40 Server</xref>.</p></li>
       
    41 <li><p>For messaging there are Message Type Modules (MTM), which
       
    42 include both client and server components. MTMs are a set of <codeph>dll</codeph>s
       
    43 rather than a single <codeph>dll</codeph>. For more information, see <xref href="GUID-8B843382-D27A-5E36-8F60-304903F3AA41.dita">Message Type Module</xref>.</p>
       
    44 </li>
       
    45 </ul>
       
    46 </section>
       
    47 </conbody></concept>