tip_pbc/mw/accesssec/package_definition.xml
changeset 355 0357197762a6
child 361 e1a3c78941f2
equal deleted inserted replaced
354:8a720eca298e 355:0357197762a6
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!DOCTYPE SystemDefinition [
       
     3  <!ELEMENT SystemDefinition (systemModel)>
       
     4  <!ATTLIST SystemDefinition
       
     5   name CDATA #REQUIRED
       
     6   schema CDATA #REQUIRED>
       
     7  <!ELEMENT systemModel (layer+)>
       
     8  <!ELEMENT layer (block*|collection*)*>
       
     9  <!ATTLIST layer
       
    10   name CDATA #REQUIRED
       
    11   long-name CDATA #IMPLIED
       
    12   levels NMTOKENS #IMPLIED
       
    13   span CDATA #IMPLIED>
       
    14  <!ELEMENT block (subblock*|collection*)*>
       
    15  <!ATTLIST block
       
    16   levels NMTOKENS #IMPLIED
       
    17   span CDATA #IMPLIED
       
    18   level NMTOKEN #IMPLIED
       
    19   name CDATA #REQUIRED
       
    20   long-name CDATA #IMPLIED>
       
    21  <!ELEMENT subblock (collection)*>
       
    22  <!ATTLIST subblock
       
    23   name CDATA #REQUIRED
       
    24   long-name CDATA #IMPLIED>
       
    25  <!ELEMENT collection (component)*>
       
    26  <!ATTLIST collection
       
    27   name CDATA #REQUIRED
       
    28   long-name CDATA #IMPLIED
       
    29   level NMTOKEN #IMPLIED>
       
    30  <!ELEMENT component (unit)*>
       
    31  <!ATTLIST component
       
    32   name CDATA #REQUIRED
       
    33   long-name CDATA #IMPLIED
       
    34   deprecated CDATA #IMPLIED
       
    35   introduced CDATA #IMPLIED
       
    36   contract CDATA #IMPLIED
       
    37   plugin (Y|N) 'N'
       
    38   filter CDATA #IMPLIED
       
    39   class NMTOKENS #IMPLIED
       
    40   supports CDATA #IMPLIED
       
    41   purpose (optional|mandatory|development) 'optional'>
       
    42  <!ELEMENT unit EMPTY>
       
    43  <!ATTLIST unit
       
    44   mrp CDATA #IMPLIED
       
    45   filter CDATA #IMPLIED
       
    46   bldFile CDATA #IMPLIED
       
    47   root CDATA #IMPLIED
       
    48   version NMTOKEN #IMPLIED
       
    49   prebuilt NMTOKEN #IMPLIED
       
    50   late (Y|N) #IMPLIED
       
    51   priority CDATA #IMPLIED>
       
    52 ]>
       
    53 <SystemDefinition schema="2.0.1" name="Symbian^4">
       
    54  <systemModel>
       
    55   <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56    <block name="accesssec" level="generic" levels="plugin framework server generic specific" long-name="Access Security">
       
    57 <collection name="accesssec_plat" long-name="Access Security Platform Interfaces" level="specific">
       
    58 <component name="eap_vpn_api" long-name="EAP VPN API" filter="s60" purpose="optional" class="api">
       
    59 <unit bldFile="/sf/mw/accesssec/accesssec_plat/eap_vpn_api/group"/>
       
    60 </component>
       
    61 <component name="eap_type_api" long-name="EAP Type API" filter="s60" purpose="optional" class="api">
       
    62 <unit bldFile="/sf/mw/accesssec/accesssec_plat/eap_type_api/group"/>
       
    63 </component>
       
    64 <component name="eap_qt_configuration_api" long-name="EAP Qt Configuration API" introduced="^4" filter="s60" purpose="optional" class="api">
       
    65 <unit bldFile="/sf/mw/accesssec/accesssec_plat" proFile="accesssec_plat.pro" qmakeArgs="-r"/>
       
    66 </component>
       
    67 </collection>
       
    68 <collection name="securitysettings" long-name="WLAN Security Settings" level="specific">
       
    69 <component name="accesssec_qtconfigutils" long-name="Access Security Config Utils" introduced="^4" filter="s60" purpose="optional">
       
    70 <unit bldFile="/sf/mw/accesssec/securitysettings/qtconfigutils" proFile="qtconfigutils.pro" qmakeArgs="-r"/>
       
    71 </component>
       
    72 <component name="cpwlansecurityuiplugins" long-name="Control Panel WLAN Security UI Plugins" introduced="^4" filter="s60" purpose="optional" plugin="Y">
       
    73 <unit bldFile="/sf/mw/accesssec/securitysettings/cpwlansecurityuiplugins" proFile="cpwlansecurityuiplugins.pro" qmakeArgs="-r"/>
       
    74 </component>
       
    75 <component name="cpeapuiplugins" long-name="Control Panel EAP UI Pugins" introduced="^4" filter="s60" purpose="optional" plugin="Y">
       
    76 <unit bldFile="/sf/mw/accesssec/securitysettings/cpeapuiplugins" proFile="cpeapuiplugins.pro" qmakeArgs="-r"/>
       
    77 </component>
       
    78 <component name="eapqtdialogs" long-name="EAP Qt Dialogs" introduced="^4" filter="s60" purpose="optional">
       
    79 <unit bldFile="/sf/mw/accesssec/securitysettings/eapqtdialogs" proFile="eapqtdialogs.pro" qmakeArgs="-r"/>
       
    80 </component>
       
    81 </collection>
       
    82 <collection name="eapol" long-name="EAPOL" level="framework">
       
    83 <component name="eapol_framework" long-name="EAPOL Framework" introduced="9.2" filter="s60" purpose="optional">
       
    84 <unit bldFile="/sf/mw/accesssec/eapol/group"/>
       
    85 </component>
       
    86 </collection>
       
    87 </block>
       
    88   </layer>
       
    89  </systemModel>
       
    90 </SystemDefinition>