--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml Fri Jan 22 11:06:30 2010 +0200
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE featuredatabase SYSTEM "featuredatabase.dtd">
+<featuredatabase>
+ <!-- Multiple featureset is possible and one featureset generate one set of oby and header files -->
+ <featureset ibyname="feature.iby" hfilename="publicfeatureUID.h" namespace="NOemFeature">
+ <!-- Following header info goes to generated .h file -->
+ <hfileheader interfacestatus="@released" interfacevisibility="@publishedPartner">
+ // publicfeatureUID.h
+ //
+ // Copyright (c) Symbian Software Ltd 2007. All rights reserved.
+ //.......................................................................................
+ </hfileheader>
+ <!-- features an -->
+ <feature uid="0x10279806" statusflags="0x0001" name="Fax" userdata="0x0001">
+ <hrhmacro exclude="SYMBIAN_EXCLUDE_FAX"/>
+ <comment>
+ /**
+ Feature = FAX, status = "Supported" this feature should go to SDK
+ */
+ </comment>
+ </feature>
+ <feature uid="0x10279808" statusflags="0x0001" name="Bluetooth" userdata="0x0001">
+ <hrhmacro include="SYMBIAN_INCLUDE_INFRARED"/>
+ <comment>
+ /**
+ Feature = FAX, status = "Supported" this feature should go to SDK
+ */
+ </comment>
+ </feature>
+ </featureset>
+ <!-- DSR UID ranges allocated for features that default to reporting "feature supported" -->
+ <defaultfeaturerange loweruid="0x10279806" higheruid="0x10281805">
+ <comment>
+ /**
+ The UID ranges are allocated for features that default to reporting "feature supported"
+ */
+ </comment>
+ </defaultfeaturerange>
+
+</featuredatabase>