summaryrefslogtreecommitdiff
path: root/deviced.pc.in
diff options
context:
space:
mode:
authorjy910.yun <jy910.yun@samsung.com>2013-03-22 17:33:55 +0900
committerjy910.yun <jy910.yun@samsung.com>2013-03-22 17:33:55 +0900
commitd2a0ae31c732a0fd885405ed304c05d8bfa45482 (patch)
tree6194e08c52ea500068c53d03ff2bd05c9d008a6a /deviced.pc.in
parentd2628b58025d593ba3aa05fb23c6b02c2239e638 (diff)
downloaddeviced-d2a0ae31c732a0fd885405ed304c05d8bfa45482.tar.gz
deviced-d2a0ae31c732a0fd885405ed304c05d8bfa45482.tar.bz2
deviced-d2a0ae31c732a0fd885405ed304c05d8bfa45482.zip
create libdeviced.so
this library is empty library, will be implement by system f/w developers.
Diffstat (limited to 'deviced.pc.in')
-rw-r--r--deviced.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/deviced.pc.in b/deviced.pc.in
new file mode 100644
index 00000000..3de6ff0f
--- /dev/null
+++ b/deviced.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=/usr/lib
+includedir=/usr/include/deviced
+
+Name: deviced library
+Description: Tizen platform device control library
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -ldeviced
+Cflags: -I${includedir}