Signed-off-by: Simon Busch <[email protected]> --- recipes/shr/libphone-ui/palmpre/libphoneui.conf | 28 +++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 recipes/shr/libphone-ui/palmpre/libphoneui.conf
diff --git a/recipes/shr/libphone-ui/palmpre/libphoneui.conf b/recipes/shr/libphone-ui/palmpre/libphoneui.conf new file mode 100644 index 0000000..14db6bf --- /dev/null +++ b/recipes/shr/libphone-ui/palmpre/libphoneui.conf @@ -0,0 +1,28 @@ +# The following sections are "view" specific settings +# every view must have a "module" field that specifies the name of the +# module that should be used for that view, and additional view specific +# settings if supported by that view. +[dialer] +module = shr + +[messages] +module = shr +request_message_receipt = 0 + +[contacts] +module = shr + +[calls] +module = shr + +[phonelog] +module = shr + +[notification] +module = shr + +[idle_screen] +module = shr + +[settings] +module = shr -- 1.7.1 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
