[oe-commits] Simon Busch : libphone-ui: add config file for palmpre machine

git version control git at git.openembedded.org
Sun Feb 27 13:12:41 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f51311debb19a63d8e03c06c16955a190092edd3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f51311debb19a63d8e03c06c16955a190092edd3

Author: Simon Busch <morphis at gravedo.de>
Date:   Sat Feb 26 18:32:16 2011 +0100

libphone-ui: add config file for palmpre machine

Signed-off-by: Simon Busch <morphis at gravedo.de>
Acked-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/libphone-ui/palmpre/libphoneui.conf |   28 +++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list