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