featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 22 Jan 2010 11:06:30 +0200
changeset 0 08ec8eefde2f
permissions -rw-r--r--
Revision: 201003 Kit: 201003

<?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>