From 79f16cc91351951a39ad3019a7dc9e4dea532551 Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Fri, 25 Nov 2011 22:36:41 +0100 Subject: PFW: Max value on bit parameters BZ: 15708 Added Max attribute on bit parameter types. Max attribute, as the parameter itself is unsigned and can't exceed the maximum encodable value decided by the parameter's bit size. In addition, fixed a small mistake in CParameterMgr::createParameterHandle where now NULL is properly returned in case of failure instead of "false". Change-Id: Ifb0af6b4d43dc2c0ddb4e0e038b1ce226772d71f Signed-off-by: Patrick Benavoli Reviewed-on: http://android.intel.com:8080/26098 Reviewed-by: Barthes, FabienX Tested-by: Barthes, FabienX Reviewed-by: buildbot Tested-by: buildbot --- Schemas/Parameter.xsd | 1 + 1 file changed, 1 insertion(+) (limited to 'Schemas') diff --git a/Schemas/Parameter.xsd b/Schemas/Parameter.xsd index 10d506a..098ee26 100644 --- a/Schemas/Parameter.xsd +++ b/Schemas/Parameter.xsd @@ -116,6 +116,7 @@ + -- cgit v1.1