symbian4/mw/drm/package_definition.xml
branchHighFidelityModel
changeset 150 8d58b930d36e
child 217 fcee787f22fe
equal deleted inserted replaced
149:f5ca2252f87e 150:8d58b930d36e
       
     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 name="Symbian^4" schema="2.0.1">
       
    77   <systemModel>
       
    78     <layer name="mw" long-name="Middleware" levels="generic specific">
       
    79       <block name="drm" level="generic" long-name="DRM" levels="plugin framework server generic specific">
       
    80         <collection name="drm_plat" long-name="DRM Platform Interfaces" level="specific">
       
    81           <component name="roap_api" long-name="ROAP API" filter="s60" class="api">
       
    82             <unit bldFile="/sf/mw/drm/drm_plat/roap_api/group"/>
       
    83           </component>
       
    84           <component name="drm_common_api" long-name="DRM Common API" filter="s60" class="api">
       
    85             <unit bldFile="/sf/mw/drm/drm_plat/drm_common_api/group"/>
       
    86           </component>
       
    87           <component name="drm_rights_api" long-name="DRM Rights API" filter="s60" class="api">
       
    88             <unit bldFile="/sf/mw/drm/drm_plat/drm_rights_api/group"/>
       
    89           </component>
       
    90           <component name="drm_legacy_api" long-name="DRM Legacy API" filter="s60" class="api">
       
    91             <unit bldFile="/sf/mw/drm/drm_plat/drm_legacy_api/group"/>
       
    92           </component>
       
    93           <component name="dcf_repository_api" long-name="DCF Repository API" filter="s60" class="api">
       
    94             <unit bldFile="/sf/mw/drm/drm_plat/dcf_repository_api/group"/>
       
    95           </component>
       
    96           <component name="drm_service_api" long-name="DRM Service API" filter="s60" class="api">
       
    97             <unit bldFile="/sf/mw/drm/drm_plat/drm_service_api/group"/>
       
    98           </component>
       
    99           <component name="drm_secondary_display_api" long-name="DRM Secondary Display API" filter="s60" class="api">
       
   100             <unit bldFile="/sf/mw/drm/drm_plat/drm_secondary_display_api/group"/>
       
   101           </component>
       
   102           <component name="drm_license_manager_api" long-name="DRM License Manager API" filter="s60" class="api">
       
   103             <unit bldFile="/sf/mw/drm/drm_plat/drm_license_manager_api/group"/>
       
   104           </component>
       
   105           <component name="drm_utility_api" long-name="DRM Utility API" filter="s60" class="api">
       
   106             <unit bldFile="/sf/mw/drm/drm_plat/drm_utility_api/group"/>
       
   107           </component>
       
   108           <component name="drm_agents_api" long-name="DRM Agents API" filter="s60" class="api">
       
   109             <unit bldFile="/sf/mw/drm/drm_plat/drm_agents_api/group"/>
       
   110           </component>
       
   111           <component name="wmdrm_core_api" long-name="WM DRM Core API" filter="s60" class="api">
       
   112             <unit bldFile="/sf/mw/drm/drm_plat/wmdrm_core_api/group"/>
       
   113           </component>
       
   114           <component name="wmdrm_access_api" long-name="WMDRM Access API" filter="s60" class="api">
       
   115             <unit bldFile="/sf/mw/drm/drm_plat/wmdrm_access_api/group"/>
       
   116           </component>
       
   117           <component name="camese_utility_api" long-name="Camese Utility API" filter="s60" class="api">
       
   118             <unit bldFile="/sf/mw/drm/drm_plat/camese_utility_api/group"/>
       
   119           </component>
       
   120           <component name="camese_framework_api" long-name="Camese Framework API" filter="s60" class="api">
       
   121             <unit bldFile="/sf/mw/drm/drm_plat/camese_framework_api/group"/>
       
   122           </component>
       
   123         </collection>
       
   124         <collection name="drm_pub" long-name="DRM Public Interfaces" level="specific">
       
   125           <component name="drm_helper_api" long-name="DRM Helper API" filter="s60" class="api">
       
   126             <unit bldFile="/sf/mw/drm/drm_pub/drm_helper_api/group"/>
       
   127           </component>
       
   128           <component name="oma_drm_caf_agent_api" long-name="OMA DRM CAF Agent API" filter="s60" class="api">
       
   129             <unit bldFile="/sf/mw/drm/drm_pub/oma_drm_caf_agent_api/group"/>
       
   130           </component>
       
   131           <component name="drm_license_checker_api" long-name="DRM License Checker API" filter="s60" class="api">
       
   132             <unit bldFile="/sf/mw/drm/drm_pub/drm_license_checker_api/group"/>
       
   133           </component>
       
   134         </collection>
       
   135         <collection name="commondrm" long-name="Common DRM" level="generic">
       
   136           <!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf -->
       
   137           <component name="drmencryptor" filter="s60" long-name="DRM Encryptor" class="placeholder">
       
   138             <!-- this should have its own bld.inf or be removed as a component -->
       
   139           </component>
       
   140           <component name="drmsettingsplugin" filter="s60" long-name="DRM Settings Plugin" plugin="Y" class="placeholder">
       
   141             <!-- this should have its own bld.inf or be removed as a component -->
       
   142           </component>
       
   143           <component name="drmrightsmanagerui" filter="s60" long-name="DRM Rights Manager UI">
       
   144             <unit bldFile="/sf/mw/drm/commondrm/drmrightsmanagerui/help/group"/>
       
   145           </component>
       
   146           <component name="drmutility" filter="s60" long-name="DRM Utility">
       
   147             <!-- Uncomment unit when configuration is in place. Currently #included from commondrm_build -->
       
   148             <!--<unit bldFile="commondrm/drmutility/group"/>-->
       
   149           </component>
       
   150           <component name="drmserviceapiwrapper" filter="s60" long-name="DRM Service API Wrapper">
       
   151             <unit bldFile="/sf/mw/drm/commondrm/drmserviceapiwrapper/group"/>
       
   152           </component>
       
   153           <component name="drmrightsstoringlocation" filter="s60" long-name="DRM Rights Storing Location">
       
   154             <unit bldFile="/sf/mw/drm/commondrm/drmrightsstoringlocation/group"/>
       
   155           </component>
       
   156           <component name="commondrm_build" filter="s60" long-name="Common DRM Build">
       
   157             <!-- should be split into the above files, or them collapsed into a single component -->
       
   158             <unit bldFile="/sf/mw/drm/commondrm/group"/>
       
   159           </component>
       
   160         </collection>
       
   161         <collection name="omadrm" long-name="OMA DRM" level="server">
       
   162           <!-- collection is really a component. Move down a directory -->
       
   163           <component name="omadrm_build" filter="s60" long-name="OMA DRM Build">
       
   164             <unit bldFile="/sf/mw/drm/omadrm/group"/>
       
   165           </component>
       
   166           <component name="rndcerts" filter="s60,test" long-name="R&amp;D Certificates">
       
   167             <unit bldFile="/sf/mw/drm/omadrm/rndcerts/group"/>
       
   168           </component>
       
   169           <component name="foundationcerts" filter="sf_build" long-name="Foundation Certificates">
       
   170             <unit bldFile="/sf/mw/drm/omadrm/foundationcerts/group"/>
       
   171           </component>
       
   172         </collection>
       
   173         <collection name="wmdrm" long-name="Windows Media DRM" level="framework">
       
   174           <!-- collection is really a component. Move down a directory -->
       
   175           <component name="wmdrm_build" filter="s60" long-name="WM DRM Build">
       
   176             <unit bldFile="/sf/mw/drm/wmdrm/group"/>
       
   177           </component>
       
   178         </collection>
       
   179         <collection name="drm_info" long-name="DRM Info" level="specific">
       
   180           <component name="drm_api_test" filter="s60,test,api_test" long-name="DRM Build" purpose="development">
       
   181             <unit bldFile="/sf/mw/drm/tsrc/group"/>
       
   182           </component>
       
   183         </collection>
       
   184       </block>
       
   185     </layer>
       
   186   </systemModel>
       
   187 </SystemDefinition>