symbian3/app/webuis/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 46 c94b55c3fb61
child 503 369bf028144a
equal deleted inserted replaced
239:e9ebcfcb4702 245:30e67220bf86
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE SystemDefinition [
     2 <SystemDefinition schema="3.0.0">
     3 <!ELEMENT SystemDefinition ( systemModel )>
     3   <package id="webuis" name="Web UIs" levels="plugin app">
     4 <!ATTLIST SystemDefinition
     4     <collection id="browserui" name="Browser UI" level="app">
     5   name CDATA #REQUIRED
     5       <component id="browser" filter="s60" name="Browser">
     6   schema CDATA #REQUIRED
     6         <unit bldFile="browserui/browser/group"/>
     7 >
     7       </component>
     8 <!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
     8       <component id="operatormenu" filter="s60" name="Browser Operator Menu">
     9 
     9         <unit bldFile="browserui/operatormenu/group"/>
    10 <!-- System Model Section of DTD -->
    10       </component>
    11 <!ELEMENT systemModel (layer+)>
    11       <component id="videoservices" filter="s60" name="Browser Video Services">
    12 
    12         <unit bldFile="browserui/videoservices/group"/>
    13 <!ELEMENT layer (block* | collection*)*>
    13       </component>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14     </collection>
    15 <!ATTLIST layer
    15     <collection id="browserplugins" name="Browser Plugins" level="plugin">
    16   name CDATA #REQUIRED
    16       <component id="browsersysteminfoplugin" filter="s60" name="Browser System Info Plugin" class="plugin">
    17   long-name CDATA #IMPLIED
    17       	<meta rel="config">
    18   levels NMTOKENS #IMPLIED
    18       		<defined condition="__WEB_WIDGETS"/>
    19   span CDATA #IMPLIED
    19       	</meta>
    20 >
    20       	<!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
    21 
    21         <!-- <unit bldFile="browserplugins/browsersysteminfoplugin/group"/>-->
    22 <!ELEMENT block (subblock* | collection*)*>
    22       </component>
    23  <!-- Generic OS services, Comms Services, etc -->
    23       <component id="browsergpsplugin" filter="s60" name="Browser GPS Plugin" class="plugin">
    24 <!ATTLIST block
    24       	<meta rel="config">
    25   levels NMTOKENS #IMPLIED
    25       		<defined condition="__WEB_WIDGETS"/>
    26   span CDATA #IMPLIED
    26       	</meta>
    27   level NMTOKEN #IMPLIED
    27       	<!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
    28   name CDATA #REQUIRED
    28         <!-- <unit bldFile="browserplugins/browsergpsplugin/group"/>-->
    29   long-name CDATA #IMPLIED
    29       </component>
    30 >
    30       <component id="browseraudiovideoplugin" filter="s60" name="Browser Audio Video Plugin" class="plugin">
    31 
    31         <unit bldFile="browserplugins/browseraudiovideoplugin/group"/>
    32 <!ELEMENT subblock (collection)*>
    32       </component>
    33 <!-- Cellular Baseband Services, Networking Services, etc -->
    33       <component id="browserplugins_build" filter="s60" name="Browser Plugins Build">
    34 <!ATTLIST subblock
    34 		<!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
    35   name CDATA #REQUIRED
    35         <unit bldFile="browserplugins/group"/>
    36   long-name CDATA #IMPLIED
    36       </component>
    37 >
    37     </collection>
    38 
    38     <collection id="pushmtm" name="Push MTM" level="plugin">
    39 <!ELEMENT collection (component)*>
    39       <component id="pushmtm_help" filter="s60" name="Push MTM Help">
    40 <!-- Screen Driver, Content Handling, etc -->
    40         <unit bldFile="pushmtm/help/group"/>
    41 <!ATTLIST collection
    41       </component>
    42   name CDATA #REQUIRED
    42       <component id="plugins" filter="s60" name="Push MTM Plugins" class="plugin">
    43   long-name CDATA #IMPLIED
    43         <unit bldFile="pushmtm/plugins/group"/>
    44   level NMTOKEN #IMPLIED
    44       </component>
    45 >
    45       <component id="pushmtm_build" filter="s60" name="Push MTM Build">
    46 
    46 		<!-- Some content is at collection level and some is at comopnent level. Either make this a single
    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^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="webuis" level="services" long-name="Web UIs" levels="plugin app">
       
    80         <collection name="browserui" long-name="Browser UI" level="app">
       
    81           <component name="browser" filter="s60" long-name="Browser">
       
    82             <unit bldFile="/sf/app/webuis/browserui/browser/group"/>
       
    83           </component>
       
    84           <component name="operatormenu" filter="s60" long-name="Browser Operator Menu">
       
    85             <unit bldFile="/sf/app/webuis/browserui/operatormenu/group"/>
       
    86           </component>
       
    87           <component name="videoservices" filter="s60" long-name="Browser Video Services">
       
    88             <unit bldFile="/sf/app/webuis/browserui/videoservices/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="browserplugins" long-name="Browser Plugins" level="plugin">
       
    92           <component name="browsersysteminfoplugin" filter="s60" long-name="Browser System Info Plugin" plugin="Y">
       
    93             <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
       
    94             <!-- <unit bldFile="browserplugins/browsersysteminfoplugin/group"/>-->
       
    95           </component>
       
    96           <component name="browsergpsplugin" filter="s60" long-name="Browser GPS Plugin" plugin="Y">
       
    97             <!-- uncomment the unit when configuration is in place, it's currently #included from browserplugins_build -->
       
    98             <!-- <unit bldFile="browserplugins/browsergpsplugin/group"/>-->
       
    99           </component>
       
   100           <component name="browseraudiovideoplugin" filter="s60" long-name="Browser Audio Video Plugin" plugin="Y">
       
   101             <unit bldFile="/sf/app/webuis/browserplugins/browseraudiovideoplugin/group"/>
       
   102           </component>
       
   103           <component name="browserplugins_build" filter="s60" long-name="Browser Plugins Build">
       
   104             <!-- when configuration is in place, the #ifdef is no longer needed and this component can be removed -->
       
   105             <unit bldFile="/sf/app/webuis/browserplugins/group"/>
       
   106           </component>
       
   107         </collection>
       
   108         <collection name="pushmtm" long-name="Push MTM" level="plugin">
       
   109           <component name="pushmtm_help" filter="s60" long-name="Push MTM Help">
       
   110             <unit bldFile="/sf/app/webuis/pushmtm/help/group"/>
       
   111           </component>
       
   112           <component name="plugins" filter="s60" long-name="Push MTM Plugins" plugin="Y">
       
   113             <unit bldFile="/sf/app/webuis/pushmtm/plugins/group"/>
       
   114           </component>
       
   115           <component name="pushmtm_build" filter="s60" long-name="Push MTM Build">
       
   116             <!-- Some content is at collection level and some is at comopnent level. Either make this a single
       
   117 			component and move it down a diretcory, or make separate independent components in this collection -->
    47 			component and move it down a diretcory, or make separate independent components in this collection -->
   118             <unit bldFile="/sf/app/webuis/pushmtm/group"/>
    48         <unit bldFile="pushmtm/group"/>
   119           </component>
    49       </component>
   120         </collection>
    50     </collection>
   121       </block>
    51   </package>
   122     </layer>
       
   123   </systemModel>
       
   124 </SystemDefinition>
    52 </SystemDefinition>