imgtools_os/romkiteka2/tools/featureuids.dtd
author Fionntina Carville <fionntinac@symbian.org>
Tue, 26 Oct 2010 16:13:43 +0100
branchRCL_3
changeset 76 2b4ec55c802e
parent 0 83f4b4db085c
permissions -rw-r--r--
Added constants required to fix the build of networkingsrv and netprotocols

<!ELEMENT featureuids   (features,default)>
<!ELEMENT features      (feature+)>
<!ELEMENT feature       EMPTY>

<!ATTLIST feature
        name            CDATA #REQUIRED
        uid             CDATA #REQUIRED
        installable     (true|false) #IMPLIED>

<!ELEMENT default       (range+)>
<!ELEMENT range         EMPTY>
<!ATTLIST range
        min             CDATA #REQUIRED
        max             CDATA #REQUIRED
        support         (include|exclude) #REQUIRED>