1 <?xml version="1.0" encoding="UTF-8"?> 2 <ConfigurableDomains xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/home/lab/ICS/hardware/intel/PRIVATE/parameter-framework/test/configuration/Schemas/ConfigurableDomains.xsd" SystemClassName="Test"> 3 4 <ConfigurableDomain Name="Domain_0_1"> 5 <Configurations> 6 <Configuration Name="Conf_0_0"/> 7 </Configurations> 8 <ConfigurableElements> 9 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0" /> 10 </ConfigurableElements> 11 <Settings> 12 <Configuration Name="Conf_0_0"> 13 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0"> 14 <Component Name="TEST_DOMAIN_0"> 15 <IntegerParameter Name="Param_00">0</IntegerParameter> 16 <IntegerParameter Name="Param_01">0</IntegerParameter> 17 <IntegerParameter Name="Param_02">0</IntegerParameter> 18 </Component> 19 </ConfigurableElement> 20 </Configuration> 21 </Settings> 22 </ConfigurableDomain> 23 <ConfigurableDomain Name="Domain_1_2"> 24 <Configurations> 25 <Configuration Name="Conf_1_0"> 26 <CompoundRule Type="All"> 27 <SelectionCriterionRule SelectionCriterion="Crit_0" MatchesWhen="Includes" Value="State_0x1"/> 28 <SelectionCriterionRule SelectionCriterion="Crit_1" MatchesWhen="Is" Value="State_1"/> 29 </CompoundRule> 30 </Configuration> 31 <Configuration Name="Conf_1_1"> 32 <CompoundRule Type="Any"> 33 <SelectionCriterionRule SelectionCriterion="Crit_0" MatchesWhen="Includes" Value="State_0x2"/> 34 <SelectionCriterionRule SelectionCriterion="Crit_1" MatchesWhen="IsNot" Value="State_1"/> 35 </CompoundRule> 36 </Configuration> 37 </Configurations> 38 <ConfigurableElements> 39 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1" /> 40 </ConfigurableElements> 41 <Settings> 42 <Configuration Name="Conf_1_1"> 43 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1"> 44 <Component Name="TEST_DOMAIN_1"> 45 <IntegerParameter Name="Param_10">4</IntegerParameter> 46 <IntegerParameter Name="Param_11">4</IntegerParameter> 47 <IntegerParameter Name="Param_12">4</IntegerParameter> 48 </Component> 49 </ConfigurableElement> 50 </Configuration> 51 <Configuration Name="Conf_1_0"> 52 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1"> 53 <Component Name="TEST_DOMAIN_1"> 54 <IntegerParameter Name="Param_10">5</IntegerParameter> 55 <IntegerParameter Name="Param_11">5</IntegerParameter> 56 <IntegerParameter Name="Param_12">5</IntegerParameter> 57 </Component> 58 </ConfigurableElement> 59 </Configuration> 60 </Settings> 61 </ConfigurableDomain> 62 </ConfigurableDomains> 63