symbian4/mw/accesssec/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 >
       
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
       
     9 
       
    10 <!-- System Model Section of DTD -->
       
    11 <!ELEMENT systemModel (layer+)>
       
    12 
       
    13 <!ELEMENT layer (block* | collection*)*>
       
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
       
    15 <!ATTLIST layer
       
    16   name CDATA #REQUIRED
       
    17   long-name CDATA #IMPLIED
       
    18   levels NMTOKENS #IMPLIED
       
    19   span CDATA #IMPLIED
       
    20 >
       
    21 
       
    22 <!ELEMENT block (subblock* | collection*)*>
       
    23  <!-- Generic OS services, Comms Services, etc -->
       
    24 <!ATTLIST block
       
    25   levels NMTOKENS #IMPLIED
       
    26   span CDATA #IMPLIED
       
    27   level NMTOKEN #IMPLIED
       
    28   name CDATA #REQUIRED
       
    29   long-name CDATA #IMPLIED
       
    30 >
       
    31 
       
    32 <!ELEMENT subblock (collection)*>
       
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
       
    34 <!ATTLIST subblock
       
    35   name CDATA #REQUIRED
       
    36   long-name CDATA #IMPLIED
       
    37 >
       
    38 
       
    39 <!ELEMENT collection (component)*>
       
    40 <!-- Screen Driver, Content Handling, etc -->
       
    41 <!ATTLIST collection
       
    42   name CDATA #REQUIRED
       
    43   long-name CDATA #IMPLIED
       
    44   level NMTOKEN #IMPLIED
       
    45 >
       
    46 
       
    47 <!ELEMENT component (unit)*>
       
    48 <!-- contains units or is a  package or prebuilt -->
       
    49 <!ATTLIST component
       
    50   name CDATA #REQUIRED
       
    51   long-name CDATA #IMPLIED
       
    52   deprecated CDATA #IMPLIED
       
    53   introduced CDATA #IMPLIED
       
    54   contract CDATA #IMPLIED
       
    55   plugin (Y|N) "N"
       
    56   filter CDATA #IMPLIED
       
    57   class NMTOKENS #IMPLIED
       
    58   supports CDATA #IMPLIED
       
    59   purpose ( optional | mandatory | development ) "optional"
       
    60 >
       
    61 
       
    62 <!ELEMENT unit EMPTY >
       
    63 <!-- must be buildable (bld.inf) -->
       
    64 <!-- bldFile  may someday be removed in favour of mrp -->
       
    65 <!ATTLIST unit
       
    66   mrp CDATA #IMPLIED
       
    67   filter CDATA #IMPLIED
       
    68   bldFile CDATA #IMPLIED
       
    69   root CDATA #IMPLIED
       
    70   version NMTOKEN #IMPLIED
       
    71   prebuilt NMTOKEN #IMPLIED
       
    72   late (Y|N) #IMPLIED
       
    73   priority CDATA #IMPLIED
       
    74 >
       
    75 ]>
       
    76 <SystemDefinition name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="accesssec" level="generic" long-name="Access Security" levels="plugin framework server generic specific">
       
    80         <collection name="accesssec_plat" long-name="Access Security Platform Interfaces" level="specific">
       
    81           <component name="wapi_security_settings_ui_api" long-name="WAPI Security Settings UI API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wapi_security_settings_ui_api/group"/>
       
    83           </component>
       
    84           <component name="wep_security_settings_ui_api" long-name="WEP Security Settings UI API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wep_security_settings_ui_api/group"/>
       
    86           </component>
       
    87           <component name="wi-fi_protected_setup_ui_api" long-name="Wi-Fi Protected Setup UI API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wi-fi_protected_setup_ui_api/group"/>
       
    89           </component>
       
    90           <component name="wlan_eap_settings_ui_api" long-name="WLAN EAP Settings UI API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wlan_eap_settings_ui_api/group"/>
       
    92           </component>
       
    93           <component name="wpa_security_settings_ui_api" long-name="WPA Security Settings UI API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wpa_security_settings_ui_api/group"/>
       
    95           </component>
       
    96           <component name="eap_vpn_api" long-name="EAP VPN API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eap_vpn_api/group"/>
       
    98           </component>
       
    99           <component name="eapsim_db_api" long-name="EAP-SIM DB API" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eapsim_db_api/group"/>
       
   101           </component>
       
   102           <component name="eap_type_api" long-name="EAP Type API" filter="s60" class="api">
       
   103             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eap_type_api/group"/>
       
   104           </component>
       
   105           <component name="eaptlspeap_db_api" long-name="EAP-TLS-PEAP DB API" filter="s60" class="api">
       
   106             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eaptlspeap_db_api/group"/>
       
   107           </component>
       
   108           <component name="eapleap_db_api" long-name="LEAP DB API" filter="s60" class="api">
       
   109             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eapleap_db_api/group"/>
       
   110           </component>
       
   111           <component name="eapgtc_db_api" long-name="EAP-GTC DB API" filter="s60" class="api">
       
   112             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eapgtc_db_api/group"/>
       
   113           </component>
       
   114           <component name="eapmschapv2_db_api" long-name="EAP-MSCHAPV2 DB API" filter="s60" class="api">
       
   115             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eapmschapv2_db_api/group"/>
       
   116           </component>
       
   117           <component name="eapaka_db_api" long-name="EAP-AKA DB API" filter="s60" class="api">
       
   118             <unit bldFile="/sf/mw/accesssec/accesssec_plat/eapaka_db_api/group"/>
       
   119           </component>
       
   120           <component name="wapi_db_api" long-name="WAPI DB API" filter="s60" class="api">
       
   121             <unit bldFile="/sf/mw/accesssec/accesssec_plat/wapi_db_api/group"/>
       
   122           </component>
       
   123         </collection>
       
   124         <collection name="wlansecuritysettings" long-name="WLAN Security Settings" level="specific">
       
   125           <component name="wapisecuritysettingsui" filter="s60" long-name="WAPI Security Settings UI" introduced="9.1">
       
   126             <!-- the directory for this needs to be moved up to the right level -->
       
   127             <unit bldFile="/sf/mw/accesssec/wlansecuritysettings/wapisecuritysettingsui/stub/group"/>
       
   128           </component>
       
   129           <component name="wepsecuritysettingsui" filter="s60" long-name="WEP Security Settings UI" introduced="9.1">
       
   130             <unit bldFile="/sf/mw/accesssec/wlansecuritysettings/wepsecuritysettingsui/group"/>
       
   131           </component>
       
   132           <component name="wifiprotectedsetup" filter="s60" long-name="WIFI Protected Setup" introduced="^1">
       
   133             <unit bldFile="/sf/mw/accesssec/wlansecuritysettings/wifiprotectedsetup/group"/>
       
   134           </component>
       
   135           <component name="wlaneapsettingsui" filter="s60" long-name="WLAN EAP Settings UI" introduced="9.3">
       
   136             <unit bldFile="/sf/mw/accesssec/wlansecuritysettings/wlaneapsettingsui/group"/>
       
   137           </component>
       
   138           <component name="wpasecuritysettingsui" filter="s60" long-name="WPA Security Settings UI" introduced="9.1">
       
   139             <unit bldFile="/sf/mw/accesssec/wlansecuritysettings/wpasecuritysettingsui/group"/>
       
   140           </component>
       
   141         </collection>
       
   142         <collection name="eapol" long-name="EAPOL" level="framework">
       
   143           <component name="eapol_framework" filter="s60" long-name="EAPOL Framework" introduced="9.2">
       
   144             <unit bldFile="/sf/mw/accesssec/eapol/eapol_framework/eapol_symbian/group"/>
       
   145           </component>
       
   146         </collection>
       
   147       </block>
       
   148     </layer>
       
   149   </systemModel>
       
   150 </SystemDefinition>