diff --git a/frameworks/native/sensor/BUILD.gn b/frameworks/native/sensor/BUILD.gn index 4c584798f0bd0128ba11455e2ba62357f9290461..9374dd92f1b05984d8f34cc13d55bd7500d80e7a 100644 --- a/frameworks/native/sensor/BUILD.gn +++ b/frameworks/native/sensor/BUILD.gn @@ -12,9 +12,6 @@ # limitations under the License. import("//build/ohos.gni") -import("//foundation/appexecfwk/standard/appexecfwk.gni") -import( - "//foundation/appexecfwk/standard/libs/libeventhandler/lib_event_handler_sources.gni") SUBSYSTEM_DIR = "//base/sensors" @@ -36,8 +33,6 @@ ohos_shared_library("libsensor_native") { "$SUBSYSTEM_DIR/sensor/utils/include", "$SUBSYSTEM_DIR/sensor/services/sensor/include", "$SUBSYSTEM_DIR/sensor/interfaces/native/include", - "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include", - "//foundation/appexecfwk/standard/libs/test/moduletest/common/event_handler", ] deps = [ "$SUBSYSTEM_DIR/sensor/services/sensor:libsensor_service", diff --git a/interfaces/native/BUILD.gn b/interfaces/native/BUILD.gn index 78b528ecd53571b212f265578ec718b3e7c7a4f7..6fc5e5a4db98a50df49f14d7cc50227c10dd25b2 100644 --- a/interfaces/native/BUILD.gn +++ b/interfaces/native/BUILD.gn @@ -38,7 +38,6 @@ ohos_shared_library("sensor_interface_native") { "$SUBSYSTEM_DIR/utils/include", "$SUBSYSTEM_DIR/interfaces/native/include", "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include", - "//foundation/appexecfwk/standard/interfaces/innerkits/libeventhandler/include", ] deps = [ "$SUBSYSTEM_DIR/frameworks/native/sensor:libsensor_native",