os/persistentdata/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml
First public contribution.
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE featuredatabase SYSTEM "featuredatabase.dtd">
4 <!-- Multiple featureset is possible and one featureset generate one set of oby and header files -->
5 <featureset ibyname="feature.iby" hfilename="publicfeatureUID.h" namespace="NOemFeature">
6 <!-- Following header info goes to generated .h file -->
7 <hfileheader interfacestatus="@released" interfacevisibility="@publishedPartner">
10 // Copyright (c) Symbian Software Ltd 2007. All rights reserved.
11 //.......................................................................................
14 <feature uid="0x10279806" statusflags="0x0001" name="Fax" userdata="0x0001">
15 <hrhmacro exclude="SYMBIAN_EXCLUDE_FAX"/>
18 Feature = FAX, status = "Supported" this feature should go to SDK
22 <feature uid="0x10279808" statusflags="0x0001" name="Bluetooth" userdata="0x0001">
23 <hrhmacro include="SYMBIAN_INCLUDE_INFRARED"/>
26 Feature = FAX, status = "Supported" this feature should go to SDK
31 <!-- DSR UID ranges allocated for features that default to reporting "feature supported" -->
32 <defaultfeaturerange loweruid="0x10279806" higheruid="0x10281805">
35 The UID ranges are allocated for features that default to reporting "feature supported"
38 </defaultfeaturerange>