os/persistentdata/featuremgmt/featuremgr/engineering/File Specification/FeatDB_example.xml
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<?xml version="1.0" encoding="UTF-8"?>
sl@0
     2
<!DOCTYPE featuredatabase SYSTEM "featuredatabase.dtd">
sl@0
     3
<featuredatabase>
sl@0
     4
	<!-- Multiple featureset is possible and one featureset generate one set of oby and header files  -->
sl@0
     5
	<featureset ibyname="feature.iby" hfilename="publicfeatureUID.h" namespace="NOemFeature">
sl@0
     6
		<!-- Following header info goes to generated .h file  -->
sl@0
     7
		<hfileheader interfacestatus="@released" interfacevisibility="@publishedPartner">
sl@0
     8
				// publicfeatureUID.h
sl@0
     9
				//
sl@0
    10
				// Copyright (c) Symbian Software Ltd 2007.  All rights reserved.
sl@0
    11
				//.......................................................................................
sl@0
    12
		</hfileheader>
sl@0
    13
		<!-- features an  -->
sl@0
    14
		<feature uid="0x10279806" statusflags="0x0001" name="Fax" userdata="0x0001">
sl@0
    15
			<hrhmacro exclude="SYMBIAN_EXCLUDE_FAX"/>
sl@0
    16
			<comment>
sl@0
    17
					/**
sl@0
    18
					Feature = FAX,  status = "Supported" this feature should go to SDK
sl@0
    19
					*/
sl@0
    20
				</comment>
sl@0
    21
		</feature>
sl@0
    22
		<feature uid="0x10279808" statusflags="0x0001" name="Bluetooth" userdata="0x0001">
sl@0
    23
			<hrhmacro include="SYMBIAN_INCLUDE_INFRARED"/>
sl@0
    24
			<comment>
sl@0
    25
				/**
sl@0
    26
					Feature = FAX,  status = "Supported" this feature should go to SDK
sl@0
    27
					*/
sl@0
    28
				</comment>
sl@0
    29
		</feature>
sl@0
    30
	</featureset>
sl@0
    31
	<!-- DSR UID ranges allocated for features  that default to reporting "feature supported"  -->
sl@0
    32
	<defaultfeaturerange loweruid="0x10279806" higheruid="0x10281805">
sl@0
    33
		<comment>
sl@0
    34
		/**
sl@0
    35
			The UID ranges are allocated for features that default to reporting "feature supported"
sl@0
    36
			*/
sl@0
    37
		</comment>
sl@0
    38
	</defaultfeaturerange>
sl@0
    39
	
sl@0
    40
</featuredatabase>