diff options
author | Louis Popi <theh2o64@gmail.com> | 2016-05-07 22:11:41 +0200 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:24:26 +0100 |
commit | 57cf0acfc34b8791694f12a991e0cfd6d7caec77 (patch) | |
tree | 91b2937d3256f244bbe39b277ca84d81c7b67b5d /gps/loc-api.pc.in | |
parent | 98c2019290f3a3179adfe8bf016002af045c2c30 (diff) |
z2_plus: Import GPS HAL from CAF
* Tag LA.HB.1.1.1-03340-8x96.0
Change-Id: I65d0bb0343a007dc99a18a3639056bef582c0d05
Diffstat (limited to 'gps/loc-api.pc.in')
-rw-r--r-- | gps/loc-api.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gps/loc-api.pc.in b/gps/loc-api.pc.in new file mode 100644 index 0000000..3b4f81b --- /dev/null +++ b/gps/loc-api.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: loc-api +Description: Qualcomm GPS Location API +Version: @VERSION@ +Libs: -L${libdir} -lgps_utils_so -lloc_adapter_so -lloc_eng_so -lgps_default_so -lloc_api +Cflags: -I${includedir}/loc-api/libloc_api_50001 -I${includedir}/loc-api/utils -I${includedir}/ -I${includedir}/loc-api |