From d2a0ae31c732a0fd885405ed304c05d8bfa45482 Mon Sep 17 00:00:00 2001 From: "jy910.yun" Date: Fri, 22 Mar 2013 17:33:55 +0900 Subject: create libdeviced.so this library is empty library, will be implement by system f/w developers. --- deviced.pc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deviced.pc.in (limited to 'deviced.pc.in') 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} -- cgit v1.2.3