os/persistentdata/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,40 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<!DOCTYPE featuredatabase SYSTEM "featuredatabase.dtd">
1.6 +<featuredatabase>
1.7 + <!-- Multiple featureset is possible and one featureset generate one set of oby and header files -->
1.8 + <featureset ibyname="feature.iby" hfilename="publicfeatureUID.h" namespace="NOemFeature">
1.9 + <!-- Following header info goes to generated .h file -->
1.10 + <hfileheader interfacestatus="@released" interfacevisibility="@publishedPartner">
1.11 + // publicfeatureUID.h
1.12 + //
1.13 + // Copyright (c) Symbian Software Ltd 2007. All rights reserved.
1.14 + //.......................................................................................
1.15 + </hfileheader>
1.16 + <!-- features an -->
1.17 + <feature uid="0x10279806" statusflags="0x0001" name="Fax" userdata="0x0001">
1.18 + <hrhmacro exclude="SYMBIAN_EXCLUDE_FAX"/>
1.19 + <comment>
1.20 + /**
1.21 + Feature = FAX, status = "Supported" this feature should go to SDK
1.22 + */
1.23 + </comment>
1.24 + </feature>
1.25 + <feature uid="0x10279808" statusflags="0x0001" name="Bluetooth" userdata="0x0001">
1.26 + <hrhmacro include="SYMBIAN_INCLUDE_INFRARED"/>
1.27 + <comment>
1.28 + /**
1.29 + Feature = FAX, status = "Supported" this feature should go to SDK
1.30 + */
1.31 + </comment>
1.32 + </feature>
1.33 + </featureset>
1.34 + <!-- DSR UID ranges allocated for features that default to reporting "feature supported" -->
1.35 + <defaultfeaturerange loweruid="0x10279806" higheruid="0x10281805">
1.36 + <comment>
1.37 + /**
1.38 + The UID ranges are allocated for features that default to reporting "feature supported"
1.39 + */
1.40 + </comment>
1.41 + </defaultfeaturerange>
1.42 +
1.43 +</featuredatabase>