symbian3/app/screensaver/package_definition.xml
changeset 225 ca0986c8ace9
child 269 96bc1f23ffac
equal deleted inserted replaced
224:535757f33d07 225:ca0986c8ace9
       
     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^3" schema="2.0.1">
       
    54 <systemModel>
       
    55 <layer name="app" long-name="Applications" levels="services apps">
       
    56 <block name="screensaver" level="apps" long-name="Screen Saver Apps" levels="plugin ui">
       
    57 <!-- is this a user-facing application or a daemon? -->
       
    58 <!-- units need to be commented out until configuration is in place. They are currently #included from screensaver_build-->
       
    59 <collection name="scrsaver" long-name="Screen Saver" level="plugin">
       
    60 <component name="scrsaverplugins" filter="s60" long-name="Screen Saver Plugins" plugin="Y">
       
    61 <!-- must have only one component. #include from a common bld.inf, or move up a directory and make scrsaverplugins a collection -->
       
    62 <!--<unit bldFile="scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/"/>
       
    63         <unit bldFile="scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/group/"/>-->
       
    64 </component>
       
    65 <component name="scrsaver_slideshowplugin" filter="s60" long-name="Screen Saver Slideshow Plugin" plugin="Y">
       
    66 <!--<unit bldFile="scrsaver/scrsaverplugins/SlideshowPlugin/group"/>       -->
       
    67 </component>
       
    68 <component name="screensaveraiwplugin" filter="s60" long-name="Screen Saver AIW Plugin" plugin="Y">
       
    69 <!-- <unit bldFile="scrsaver/screensaveraiwplugin/group"/>-->
       
    70 </component>
       
    71 </collection>
       
    72 <collection name="screensaver_info" long-name="Screen Saver Apps Info" level="ui">
       
    73 <component name="screensaver_build" filter="s60" long-name="Screen Saver Application">
       
    74 <!--the app should be a separate component -->
       
    75 <unit bldFile="/sf/app/screensaver/group"/>
       
    76 </component>
       
    77 </collection>
       
    78 </block>
       
    79 </layer>
       
    80 </systemModel>
       
    81 </SystemDefinition>