I have made the following changes intended for : CE:MW:Shared / policy-settings-basic-n950
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/6012 Thank You, crevetor [This message was auto-generated] --- Request # 6012: Messages from BOSS: State: review at 2012-08-22T01:33:33 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:crevetor:branches:CE:MW:Shared / policy-settings-basic-n950 -> CE:MW:Shared / policy-settings-basic-n950 changes files: -------------- --- policy-settings-basic-n950.changes +++ policy-settings-basic-n950.changes @@ -0,0 +1,3 @@ +* Tue Aug 21 2012 Antoine Reversat <[email protected]> - 0.1.1 +- Fixes NEMO#214: Add snap_button class/resource mapping + new: ---- add-missing-snap_button-resource-class-mapping.patch spec files: ----------- --- policy-settings-basic-n950.spec +++ policy-settings-basic-n950.spec @@ -18,6 +18,7 @@ Source100: policy-settings-basic-n950.yaml Patch0: add-missing-resource_class_request-4.patch Patch1: add-missing-accessory-incompatible.patch +Patch2: add-missing-snap_button-resource-class-mapping.patch Requires: ohm Requires: ohm-plugins-misc Requires: ohm-plugin-resolver @@ -55,6 +56,8 @@ %patch0 -p1 # add-missing-accessory-incompatible.patch %patch1 -p1 +# add-missing-resource_class_request-4.patch +%patch2 -p1 # >> setup # << setup other changes: -------------- ++++++ add-missing-snap_button-resource-class-mapping.patch (new) --- add-missing-snap_button-resource-class-mapping.patch +++ add-missing-snap_button-resource-class-mapping.patch @@ -0,0 +1,32 @@ +From db27ba146e89a53818c78812a7fcc2f52e5ab5fe Mon Sep 17 00:00:00 2001 +From: Antoine Reversat <[email protected]> +Date: Tue, 21 Aug 2012 20:37:09 -0400 +Subject: [PATCH] Add missing snap_button resource/class mapping + +--- + basic/policy/resource_classes.pl | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +diff --git a/basic/policy/resource_classes.pl b/basic/policy/resource_classes.pl +index 9ec26fe..e0ed5ed 100644 +--- a/basic/policy/resource_classes.pl ++++ b/basic/policy/resource_classes.pl +@@ -235,3 +235,15 @@ valid_resource_class( headset_buttons , implicit ). + valid_resource_class( headset_buttons , event ). + valid_resource_class( headset_buttons , background ). + valid_resource_class( headset_buttons , nobody ). ++ ++valid_resource_class( snap_button , navigator ). ++valid_resource_class( snap_button , call ). ++valid_resource_class( snap_button , camera ). ++valid_resource_class( snap_button , ringtone ). ++valid_resource_class( snap_button , alarm ). ++valid_resource_class( snap_button , game ). ++valid_resource_class( snap_button , player ). ++valid_resource_class( snap_button , implicit ). ++valid_resource_class( snap_button , event ). ++valid_resource_class( snap_button , background ). ++valid_resource_class( snap_button , nobody ). +-- +1.7.9.5 + ++++++ policy-settings-basic-n950.yaml --- policy-settings-basic-n950.yaml +++ policy-settings-basic-n950.yaml @@ -11,6 +11,7 @@ Patches: - add-missing-resource_class_request-4.patch - add-missing-accessory-incompatible.patch + - add-missing-snap_button-resource-class-mapping.patch Requires: - ohm
