symbian3/app/files/package_definition.xml
changeset 304 34513d6de7cd
child 354 8a720eca298e
equal deleted inserted replaced
300:1ab807b37521 304:34513d6de7cd
       
     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 schema="2.0.1" name="Symbian^3">
       
    54  <systemModel>
       
    55   <layer name="app" long-name="Applications" levels="services apps">
       
    56    <block name="files" level="apps" long-name="File Manager Apps" levels="support apps">
       
    57 <collection name="files_plat" long-name="File Manager Apps Platform Interfaces" level="apps">
       
    58 <component name="memory_scan_popup_ui_api" long-name="Memory Scan Popup UI API" filter="s60" class="api">
       
    59 <unit bldFile="/sf/app/files/files_plat/memory_scan_popup_ui_api/group"/>
       
    60 </component>
       
    61 </collection>
       
    62 <collection name="deviceencryption" long-name="Device Encryption" level="support">
       
    63 <!-- this is either needs to be broken up into idependent bld.infs, or it's really a component and should move down a directory -->
       
    64 <component name="devencnotifplugin" filter="s60" long-name="Device Encryption Notifier Plugin" introduced="^3" plugin="Y">
       
    65 <unit bldFile="/sf/app/files/deviceencryption/devencnotifplugin/group"/>
       
    66 </component>
       
    67 <component name="devencui" filter="s60" long-name="Device Encryption UI" introduced="^3">
       
    68 <unit bldFile="/sf/app/files/deviceencryption/devencui/group"/>
       
    69 </component>
       
    70 <component name="devencdmadapter" filter="s60" long-name="Device Encryption DM Adapter" introduced="^3" plugin="Y">
       
    71 <unit bldFile="/sf/app/files/deviceencryption/devencdmadapter/group"/>
       
    72 </component>
       
    73 <component name="devencgsplugin" filter="s60" long-name="Device Encryption GS Plugin" introduced="^3" plugin="Y">
       
    74 <unit bldFile="/sf/app/files/deviceencryption/devencgsplugin/group"/>
       
    75 </component>
       
    76 <component name="deviceencryption_help" filter="s60" long-name="Device Encryption Help" introduced="^3">
       
    77 <unit bldFile="/sf/app/files/deviceencryption/help/group"/>
       
    78 </component>
       
    79 <component name="deviceencryption_build" filter="s60" long-name="Device Encryption Build" introduced="^3">
       
    80 <unit bldFile="/sf/app/files/deviceencryption/group"/>
       
    81 </component>
       
    82 </collection>
       
    83 <collection name="filemanager" long-name="File Manager" level="apps">
       
    84 <!-- this is really a component, should move down a directory -->
       
    85 <component name="filemanager_build" filter="s60" long-name="File Manager Build">
       
    86 <unit bldFile="/sf/app/files/filemanager/group"/>
       
    87 </component>
       
    88 </collection>
       
    89 <collection name="filesystemuis" long-name="File System UIs" level="support">
       
    90 <component name="memscaneng" filter="s60" long-name="Memory Scan Server">
       
    91 <unit bldFile="/sf/app/files/filesystemuis/memscaneng/group"/>
       
    92 </component>
       
    93 <component name="memstatepopup" filter="s60" long-name="Memory State Popup">
       
    94 <unit bldFile="/sf/app/files/filesystemuis/memstatepopup/group"/>
       
    95 </component>
       
    96 </collection>
       
    97 </block>
       
    98   </layer>
       
    99  </systemModel>
       
   100 </SystemDefinition>