diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-13 10:12:35 +0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-13 00:03:17 +0000 |
commit | 6a15b2379f90ba4f9222fea0a5f8c12e8cecbae5 (patch) | |
tree | 6b1789235069c986567127aa57a51bbe4122e5ee /gps/utils/gps-utils.pc.in | |
parent | 71ad0c9e5399aba0ac3cd20f1df41c9757cd6ca5 (diff) |
wayne: Import GPS
* QC Tag: LA.UM.6.2.r1-06100-sdm660.0
Change-Id: I26da3b90caa473ed5f88408627463ec7f7655f23
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'gps/utils/gps-utils.pc.in')
-rw-r--r-- | gps/utils/gps-utils.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gps/utils/gps-utils.pc.in b/gps/utils/gps-utils.pc.in new file mode 100644 index 0000000..3ed3d90 --- /dev/null +++ b/gps/utils/gps-utils.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: gps-utils +Description: QTI GPS Location utils +Version: @VERSION +Libs: -L${libdir} -lgps_utils_so +Cflags: -I${includedir}/gps-utils |