06e6d68aee
NMEA generation logic needs to be reused across the interface boundaries. Moved this logic inside utils. Change-Id: Icb5c6fbc38b178c5edea468d26286e21749bfbfb CRs-Fixed: 1098734
10 lines
220 B
PkgConfig
10 lines
220 B
PkgConfig
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
|