diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2021-01-13 16:01:40 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2021-02-08 14:50:15 +0900 |
commit | f6ac343927ac5437ae67393573ef1e96b849f26b (patch) | |
tree | 5dc7193173add1b5ac6a057796f073665469cdf2 /hal-api-nfc.pc | |
parent | 44ce5f2fe60b3e9f48017e2742992283c3ae6d47 (diff) | |
download | nfc-f6ac343927ac5437ae67393573ef1e96b849f26b.tar.gz nfc-f6ac343927ac5437ae67393573ef1e96b849f26b.tar.bz2 nfc-f6ac343927ac5437ae67393573ef1e96b849f26b.zip |
NFC hal : Implementation of HAL interfacesubmit/tizen/20210209.075006submit/tizen/20210208.055328
Change-Id: I7e19c95f8de214f8beeda7101e1a2e31bcc6518d
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Diffstat (limited to 'hal-api-nfc.pc')
-rw-r--r-- | hal-api-nfc.pc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/hal-api-nfc.pc b/hal-api-nfc.pc new file mode 100644 index 0000000..8a95f21 --- /dev/null +++ b/hal-api-nfc.pc @@ -0,0 +1,16 @@ +# Package Information for pkg-config + +package_name=hal-api-nfc +prefix=@PREFIX@ +exec_prefix=@EXEC_PREFIX@/hal +libdir=@LIBDIR@/hal +includedir=@INCLUDEDIR@/hal + +Name: ${package_name} +Description: ${package_name} interface +Version: @VERSION@ + +Requires: +Libs: -L${libdir} -l${package_name} +Cflags: -I${includedir} +CXXflags: -I${includedir} |