bug235.pkgdef.xml
changeset 0 91fe342bd9c4
equal deleted inserted replaced
-1:000000000000 0:91fe342bd9c4
       
     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 schema="2.0.1" name="Nokia Graphics Adaptation">
       
    77 <systemModel>
       
    78 <layer name="anonymous">
       
    79 <block name="graphics.nokia" long-name="Nokia Graphics Adaptation" levels="rendering composition">
       
    80 <collection name="graphicscompositionref" long-name="Graphics Composition Reference" level="composition">
       
    81 <component name="openwfcompositionengine" long-name="OpenWF-C Reference" introduced="^3" purpose="development">
       
    82 <unit bldFile="graphics.nokia/graphicscompositionref/openwfcompositionengine/group"/>
       
    83 </component>
       
    84 <component name="openwfc_ri_displaychannel" long-name="OpenWF-C RI Display Channel Adapter" introduced="^4" purpose="development">
       
    85 <unit bldFile="graphics.nokia/graphicscompositionref/openwfc_ri_displaychannel/group"/>
       
    86 </component>
       
    87 <component name="openwfc_ri_displayupdater" long-name="OpenWF-C RI Display Updater Adapter" introduced="^4" purpose="development">
       
    88 <unit bldFile="graphics.nokia/graphicscompositionref/openwfc_ri_displayupdater/group"/>
       
    89 </component>
       
    90 <component name="symbianstreamref" long-name="Symbian Stream Reference" introduced="^4">
       
    91 <unit bldFile="graphics.nokia/graphicscompositionref/symbianstreamref/group"/>
       
    92 </component>
       
    93 <component name="surfacemgrplatsim" long-name="PlatSim Surface Manager" introduced="^4">
       
    94 <unit bldFile="graphics.nokia/graphicscompositionref/surfacemgrplatsim/group"/>
       
    95 </component>
       
    96 <component name="surfacemgrsyborg" long-name="Syborg Surface Manager" introduced="^4">
       
    97 <unit bldFile="graphics.nokia/graphicscompositionref/surfacemgrsyborg/group"/>
       
    98 </component>
       
    99 <component name="surfacemgrcommon" long-name="Surface Manager Common" introduced="^4"/>
       
   100 <component name="surfacemgrref" long-name="Surface Manager Reference" introduced="^4">
       
   101 <unit bldFile="graphics.nokia/graphicscompositionref/surfacemgrref/group"/>
       
   102 </component>
       
   103 <component name="surfaceupdateref" long-name="Surface Update Server Reference" introduced="^4">
       
   104 <unit bldFile="graphics.nokia/graphicscompositionref/surfaceupdateref/group"/>
       
   105 </component>
       
   106 </collection>
       
   107 <collection name="graphicsrenderingref" long-name="Graphics Rendering Reference" level="rendering">
       
   108 <component name="eglrefimpl" long-name="EGL Reference" purpose="development">
       
   109 <unit bldFile="graphics.nokia/graphicsrenderingref/eglrefimpl/group"/>
       
   110 </component>
       
   111 <component name="opengles_stub" long-name="OpenGL ES Stub Implementation" purpose="development" filter="sf_build">
       
   112 <unit bldFile="graphics.nokia/graphicsrenderingref/opengles_stub/group"/>
       
   113 </component>
       
   114 <component name="sfopenvg" long-name="SF OpenVG Reference Implementation" purpose="development" filter="sf_build">
       
   115 <unit bldFile="graphics.nokia/graphicsrenderingref/sfopenvg/group"/>
       
   116 </component>
       
   117 <component name="graphicsresourceimplementation" long-name="Graphics Resource Reference">
       
   118 <unit bldFile="graphics.nokia/graphicsrenderingref/graphicsresourceimplementation/group"/>
       
   119 </component>
       
   120 </collection>
       
   121 </block>
       
   122 </layer>
       
   123 </systemModel>
       
   124 </SystemDefinition>