From e02ca1dd5de1a218c4d3cdbae2f7bfcd8d57406b Mon Sep 17 00:00:00 2001 From: liuxinbing Date: Tue, 17 Jun 2025 23:02:20 +0800 Subject: [PATCH] location_interface Signed-off-by: liuxinbing --- location/agnss/v2_0/BUILD.gn | 2 +- location/geofence/v2_0/BUILD.gn | 2 +- location/gnss/v2_0/BUILD.gn | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/location/agnss/v2_0/BUILD.gn b/location/agnss/v2_0/BUILD.gn index 7a8f312e..5968e8a8 100644 --- a/location/agnss/v2_0/BUILD.gn +++ b/location/agnss/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("location_agnss") { module_name = "location_agnss" diff --git a/location/geofence/v2_0/BUILD.gn b/location/geofence/v2_0/BUILD.gn index 0f0996d3..fd159fee 100644 --- a/location/geofence/v2_0/BUILD.gn +++ b/location/geofence/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("location_geofence") { module_name = "location_geofence" sources = [ diff --git a/location/gnss/v2_0/BUILD.gn b/location/gnss/v2_0/BUILD.gn index 8a199c2c..1d80be50 100644 --- a/location/gnss/v2_0/BUILD.gn +++ b/location/gnss/v2_0/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//drivers/hdf_core/adapter/uhdf2/hdi.gni") +import("//build/config/components/hdi/hdi.gni") hdi("location_gnss") { module_name = "location_gnss" -- Gitee