featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml
branchRCL_3
changeset 23 26645d81f48d
parent 21 28839de615b4
child 24 cc28652e0254
--- a/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml	Thu Aug 19 11:36:21 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-<?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>