symbian3/app/printing/package_definition.xml
branchHighFidelityModel
changeset 245 30e67220bf86
parent 184 be1d7c5f7674
child 482 06ec1c53d010
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="printing" name="Printing" levels="app">
     4 <!ATTLIST SystemDefinition
     4     <collection id="DirectPrint" name="DirectPrint" level="app">
     5   name CDATA #REQUIRED
     5       <component id="DirectPrintApp" filter="sf_build" name="DirectPrint App" introduced="^3">
     6   schema CDATA #REQUIRED
     6         <unit bldFile="DirectPrint/DirectPrintApp/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="DirectPrintServer" filter="sf_build" name="DirectPrint Server" introduced="^3">
     9 
     9         <unit bldFile="DirectPrint/DirectPrintServer/group"/>
    10 <!-- System Model Section of DTD -->
    10       </component>
    11 <!ELEMENT systemModel (layer+)>
    11       <component id="DirectPrintClient" filter="sf_build" name="DirectPrint Client" introduced="^3">
    12 
    12         <unit bldFile="DirectPrint/DirectPrintClient/group"/>
    13 <!ELEMENT layer (block* | collection*)*>
    13       </component>
    14 <!-- Kernel Services, Base Services, OS Services, Etc -->
    14     </collection>
    15 <!ATTLIST layer
    15     <collection id="imageprint" name="ImagePrint" level="app">
    16   name CDATA #REQUIRED
    16       <component id="clog" filter="s60" name="ImagePrint Logging" introduced="^2">
    17   long-name CDATA #IMPLIED
    17         <unit bldFile="imageprint/clog/group"/>
    18   levels NMTOKENS #IMPLIED
    18       </component>
    19   span CDATA #IMPLIED
    19       <component id="imageprintengine" filter="s60" name="ImagePrint Engine" introduced="^2">
    20 >
    20         <unit bldFile="imageprint/imageprintengine/group"/>
    21 
    21       </component>
    22 <!ELEMENT block (subblock* | collection*)*>
    22       <component id="imageprintui" filter="s60" name="ImagePrint UI" introduced="^2">
    23  <!-- Generic OS services, Comms Services, etc -->
    23         <unit bldFile="imageprint/imageprintui/group"/>
    24 <!ATTLIST block
    24       </component>
    25   levels NMTOKENS #IMPLIED
    25       <component id="imageprint_build" filter="s60" name="ImagePrint Build" introduced="^2">	
    26   span CDATA #IMPLIED
    26       	<!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
    27   level NMTOKEN #IMPLIED
    27         <unit bldFile="imageprint/group"/>
    28   name CDATA #REQUIRED
    28       </component>
    29   long-name CDATA #IMPLIED
    29     </collection>
    30 >
    30   </package>
    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^3" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="app" long-name="Applications" levels="services apps">
       
    79       <block name="printing" level="services" long-name="Printing" levels="app">
       
    80         <collection name="DirectPrint" long-name="DirectPrint" level="app">
       
    81           <component name="DirectPrintApp" filter="sf_build" long-name="DirectPrint App" introduced="^3">
       
    82             <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintApp/group"/>
       
    83           </component>
       
    84           <component name="DirectPrintServer" filter="sf_build" long-name="DirectPrint Server" introduced="^3">
       
    85             <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintServer/group"/>
       
    86           </component>
       
    87           <component name="DirectPrintClient" filter="sf_build" long-name="DirectPrint Client" introduced="^3">
       
    88             <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintClient/group"/>
       
    89           </component>
       
    90         </collection>
       
    91         <collection name="imageprint" long-name="ImagePrint" level="app">
       
    92           <component name="clog" filter="s60" long-name="ImagePrint Logging" introduced="^2">
       
    93             <unit bldFile="/sf/app/printing/imageprint/clog/group"/>
       
    94           </component>
       
    95           <component name="imageprintengine" filter="s60" long-name="ImagePrint Engine" introduced="^2">
       
    96             <unit bldFile="/sf/app/printing/imageprint/imageprintengine/group"/>
       
    97           </component>
       
    98           <component name="imageprintui" filter="s60" long-name="ImagePrint UI" introduced="^2">
       
    99             <unit bldFile="/sf/app/printing/imageprint/imageprintui/group"/>
       
   100           </component>
       
   101           <component name="imageprint_build" filter="s60" long-name="ImagePrint Build" introduced="^2">
       
   102             <!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
       
   103             <unit bldFile="/sf/app/printing/imageprint/group"/>
       
   104           </component>
       
   105         </collection>
       
   106       </block>
       
   107     </layer>
       
   108   </systemModel>
       
   109 </SystemDefinition>
    31 </SystemDefinition>