symbian4/mw/wirelessacc/package_definition.xml
changeset 221 8a4e19e9409a
child 285 8c5a34c3565d
equal deleted inserted replaced
220:8e654e2b9afc 221:8a4e19e9409a
       
     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 name="Symbian^4" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="mw" long-name="Middleware" levels="generic specific">
       
    56 <block name="wirelessacc" level="specific" long-name="Wireless Access" levels="framework generic ui">
       
    57 <collection name="hsfw_plat" long-name="HotSpot Framework Platform Interfaces" level="ui">
       
    58 <component name="hotspot_framework_client_api" long-name="HotSpot Framework Client API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/mw/wirelessacc/hsfw_plat/hotspot_framework_client_api/group"/>
       
    60 </component>
       
    61 <component name="internet_connectivity_test_service_api" long-name="Internet Connectivity Test Service API" filter="s60" class="api">
       
    62 <unit bldFile="/sf/mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_api/group"/>
       
    63 </component>
       
    64 <component name="internet_connectivity_test_service_settings_api" long-name="Internet Connectivity Test Service Settings API" filter="s60" class="api">
       
    65 <unit bldFile="/sf/mw/wirelessacc/hsfw_plat/internet_connectivity_test_service_settings_api/group"/>
       
    66 </component>
       
    67 <component name="hotspot_framework_client_plugin_api" long-name="HotSpot Framework Client Plugin API" filter="s60" class="api">
       
    68 <unit bldFile="/sf/mw/wirelessacc/hsfw_plat/hotspot_framework_client_plugin_api/group"/>
       
    69 </component>
       
    70 </collection>
       
    71 <collection name="hotspotfw" long-name="HotSpot Framework" level="framework">
       
    72 <component name="hsserver" filter="s60" long-name="HotSpot Server" class="placeholder">
       
    73 <!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
       
    74 </component>
       
    75 <component name="hsclient" filter="s60" long-name="HotSpot Client" class="placeholder">
       
    76 <!-- needs bld.inf extracted from the hotspotfw/group one, or this component should be removed-->
       
    77 </component>
       
    78 <component name="internetconnectivitytestservice" filter="s60" long-name="Internet Connectivity Test Service" class="placeholder">
       
    79 <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
       
    80 <!-- <unit bldFile="hotspotfw/internetconnectivitytestservice/group"/> -->
       
    81 </component>
       
    82 <component name="ictsdialogs" filter="s60" long-name="Internet Connectivity Test Service Dialogs" deprecated="^3" class="placeholder">
       
    83 <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
       
    84 <!-- <unit bldFile="hotspotfw/ictsdialogs/group"/> -->
       
    85 </component>
       
    86 <component name="hspluginforagent" filter="s60" long-name="HotSpot Plugin for Agent" plugin="Y" class="placeholder">
       
    87 <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
       
    88 <!-- <unit bldFile="hotspotfw/hspluginforagent/group"/> -->
       
    89 </component>
       
    90 <component name="hsbrowser" filter="s60" long-name="HotSpot Browser" class="placeholder">
       
    91 <!-- needs bld.inf un-#included from hotspotfw/group/bld.inf, or this component should be removed-->
       
    92 <!-- <unit bldFile="hotspotfw/hsbrowser/group"/> -->
       
    93 </component>
       
    94 <component name="hotspotfw_build" filter="s60" long-name="Hotspot Framework Build">
       
    95 <!--  should break up this bld.inf into the above components, or collapse them all into a single component -->
       
    96 <unit bldFile="/sf/mw/wirelessacc/hotspotfw/group"/>
       
    97 </component>
       
    98 </collection>
       
    99 <collection name="wlanutilities" long-name="WLAN Utilities" level="generic">
       
   100 <component name="wlanutilities_build" long-name="WLAN Utilities Qt" introduced="^4" filter="s60">
       
   101 <!-- is this uinit needed, or is it sufficient to uncomment the units in the below components? -->
       
   102 <unit bldFile="/sf/mw/wirelessacc/wlanutilities" proFile="wlanutilities.pro" qmakeArgs="-r"/>
       
   103 </component>
       
   104 <component name="wlanqtutilities" filter="s60" long-name="WLAN Qt Utilities" introduced="^4" class="placeholder">
       
   105 <!--<unit bldFile="wlanutilities/wlanplugin/group" qt:proFile="wlanqtutilities.pro"/>-->
       
   106 </component>
       
   107 <component name="wlansniffer" filter="s60" long-name="WLAN Sniffer" class="placeholder">
       
   108 <!--<unit bldFile="wlanutilities/wlansettingsui/group" qt:proFile="wlansniffer.pro"/>-->
       
   109 </component>
       
   110 <component name="wlanentryplugin" filter="s60" long-name="WLAN Entry Plugin" plugin="Y" class="placeholder">
       
   111 <!--<unit bldFile="wlanutilities/wlansniffer/group" qt:proFile="wlanentryplugin.pro"/>-->
       
   112 </component>
       
   113 <component name="wlanindicatorplugin" filter="s60" long-name="WLAN Indicator Plugin" plugin="Y" class="placeholder">
       
   114 <!--<unit bldFile="wlanutilities/wlanindicatorplugin/group" qt:proFile="wlanindicatorplugin.pro"/>-->
       
   115 </component>
       
   116 <component name="cpwlansettingsplugin" filter="s60" long-name="WLAN Settings Control Panel Plugin" introduced="^4" plugin="Y" class="placeholder">
       
   117 <!--<unit bldFile="wlanutilities/cpwlansettingsplugin/group" qt:proFile="cpwlansettingsplugin.pro"/>-->
       
   118 </component>
       
   119 </collection>
       
   120 </block>
       
   121 </layer>
       
   122 </systemModel>
       
   123 </SystemDefinition>