imgtools/buildrom/tools/cdf.dtd
changeset 0 044383f39525
equal deleted inserted replaced
-1:000000000000 0:044383f39525
       
     1 <!--
       
     2 Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).    
       
     3 All rights reserved.                                                      
       
     4 This component and the accompanying materials are made available          
       
     5 under the terms of "Eclipse Public License v1.0"                          
       
     6 which accompanies this distribution, and is available                     
       
     7 at the URL "http://www.eclipse.org/legal/epl-v10.html".                   
       
     8                                                                           
       
     9 Initial Contributors:                                                     
       
    10 Nokia Corporation - initial contribution.                                 
       
    11                                                                           
       
    12 Contributors:                                                             
       
    13                                                                           
       
    14 Description:                                                              
       
    15 
       
    16 -->
       
    17 <!ELEMENT component     (localisation?,file+)>
       
    18 <!ATTLIST component id  CDATA #REQUIRED >
       
    19 
       
    20 <!ELEMENT file          (source,        destination,
       
    21                          localisation?, options? ,
       
    22                          features?,     dynamicDependencies?)>
       
    23 <!ATTLIST file
       
    24         id              CDATA #REQUIRED
       
    25         customisable    (true|false) #IMPLIED
       
    26         addressable     (xip|nonxip|dontcare) #IMPLIED
       
    27         compress        (unchanged|compress|uncompress) #IMPLIED
       
    28         type            (normal|bitmap|compressedbitmap|autobitmap|aif|plugin) #IMPLIED
       
    29 	plugin_name	CDATA #IMPLIED>
       
    30 
       
    31 <!ELEMENT source        (#PCDATA)>
       
    32 <!ELEMENT destination   (#PCDATA)>
       
    33 <!ELEMENT features      (supports?,prevents?)>
       
    34 <!ELEMENT supports      (feature+)>
       
    35 <!ELEMENT prevents      (feature+)>
       
    36 
       
    37 <!ELEMENT feature       EMPTY>
       
    38 <!ATTLIST feature uid   CDATA #IMPLIED
       
    39                   name  CDATA #IMPLIED>
       
    40 
       
    41 <!ELEMENT dynamicDependencies (depend+)>
       
    42 <!ELEMENT depend        (#PCDATA)>
       
    43 <!ELEMENT localisation  (default, language*)>
       
    44 <!ELEMENT default       (#PCDATA)>
       
    45 <!ELEMENT language      (#PCDATA)>
       
    46 <!ELEMENT options       ((multilinguify | stack         | heapmin  |
       
    47                           heapmax       | fixed         | priority |
       
    48                           uid1          | uid2          | uid3     | 
       
    49                           dll           | dlldatatop )+)>
       
    50 
       
    51 <!ELEMENT multilinguify (#PCDATA)>
       
    52 
       
    53 <!ELEMENT stack         (#PCDATA)>
       
    54 <!ELEMENT heapmin       (#PCDATA)>
       
    55 <!ELEMENT heapmax       (#PCDATA)>
       
    56 <!ELEMENT fixed         (#PCDATA)>
       
    57 <!ELEMENT priority      (#PCDATA)>
       
    58 <!ELEMENT uid1          (#PCDATA)>
       
    59 <!ELEMENT uid2          (#PCDATA)>
       
    60 <!ELEMENT uid3          (#PCDATA)>
       
    61 <!ELEMENT dll           (#PCDATA)>
       
    62 <!ELEMENT dlldatatop    (#PCDATA)>