From f51311debb19a63d8e03c06c16955a190092edd3 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sat, 26 Feb 2011 18:32:16 +0100 Subject: [PATCH] libphone-ui: add config file for palmpre machine Signed-off-by: Simon Busch Acked-by: Klaus Kurzmann --- .../shr/libphone-ui/palmpre/libphoneui.conf | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) 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 0000000000..14db6bf521 --- /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 -- 2.39.5