summaryrefslogtreecommitdiff
path: root/hwcommon.pc.in
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2015-01-16 18:59:38 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2015-01-28 19:21:45 +0900
commit49382d9cf904c83fd14d423f5b440c366bd2daa4 (patch)
tree02863a2932b91e8e96f2b306141a044fc5ca0eaa /hwcommon.pc.in
parent04fd20f5a06355fc0afe110337ccb9dc7445ad1d (diff)
downloadlibdevice-node-49382d9cf904c83fd14d423f5b440c366bd2daa4.tar.gz
libdevice-node-49382d9cf904c83fd14d423f5b440c366bd2daa4.tar.bz2
libdevice-node-49382d9cf904c83fd14d423f5b440c366bd2daa4.zip
device-node: Add HAL common and backlight structures
Each device shuld be contained struct hw_info_t module as a first variable. It is a common interface among multiple device HAL structures. Backlight HAL structure is for controlling the brightness of backlight. You can set the birhgntess value using it and it also support to sensor mode. It makes backlight display to be changed by light sensor value. Developers can make their own HAL structure. The HAL library should be located in $LIB_INSTALL_DIR/hw/. There is an detail information in Tizen Wiki: https://wiki.tizen.org/wiki/HAL_upgrade_for_Tizen_3.0#Device Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Change-Id: Id73f5517e659a652a634cfa86c3137f5aca859c7
Diffstat (limited to 'hwcommon.pc.in')
-rw-r--r--hwcommon.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/hwcommon.pc.in b/hwcommon.pc.in
new file mode 100644
index 0000000..b2c8512
--- /dev/null
+++ b/hwcommon.pc.in
@@ -0,0 +1,11 @@
+# Package Information for pkg-config
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=/usr/include
+
+Name: Tizen HAL Interface library
+Description: Tizen HAL Interface library
+Version: @VERSION@
+Libs: -L${libdir} -lhwcommon
+Cflags: -I${includedir}