!9310 整改input模块绝对路径

Merge pull request !9310 from jiangzhijun8/remove
This commit is contained in:
openharmony_ci
2024-07-12 09:11:50 +00:00
committed by Gitee
9 changed files with 4 additions and 10 deletions
@@ -64,6 +64,7 @@ ohos_shared_library("napi_common") {
public_external_deps = [
"ability_base:configuration",
"bundle_framework:appexecfwk_core",
"input:libmmi-client",
]
if (ability_runtime_graphics) {
@@ -264,7 +264,6 @@ ohos_shared_library("abilitykit_native") {
"hilog:libhilog",
"hisysevent:libhisysevent",
"hitrace:hitrace_meter",
"image_framework:image",
"init:libbegetutil",
"ipc:ipc_core",
"ipc:ipc_napi",
@@ -35,7 +35,6 @@
#include "free_install_observer_interface.h"
#include "iability_callback.h"
#include "want_agent.h"
#include "appexecfwk_errors.h"
#include "iremote_object.h"
#include "pac_map.h"
@@ -47,8 +46,8 @@
#include "form_constants.h"
#include "form_provider_info.h"
#include "form_state_info.h"
#include "foundation/multimodalinput/input/interfaces/native/innerkits/event/include/key_event.h"
#include "foundation/multimodalinput/input/interfaces/native/innerkits/event/include/pointer_event.h"
#include "key_event.h"
#include "pointer_event.h"
#include "session_info.h"
#include "window_option.h"
#include "window_scene.h"
@@ -25,7 +25,7 @@
#include "ability_manager_client.h"
#include "ability_manager_interface.h"
#ifdef SUPPORT_GRAPHICS
#include "foundation/multimodalinput/input/interfaces/native/innerkits/event/include/i_input_event_consumer.h"
#include "i_input_event_consumer.h"
#endif
namespace OHOS {
namespace AppExecFwk {
@@ -24,7 +24,6 @@
#include "ability_context.h"
#include "js_free_install_observer.h"
#include "js_runtime.h"
#include "event_handler.h"
class NativeReference;
@@ -28,7 +28,6 @@
#include "fa_ability_context.h"
#include "iability_callback.h"
#include "resource_config_helper.h"
#include "want.h"
#ifdef SUPPORT_SCREEN
@@ -29,7 +29,6 @@
#include "iremote_object.h"
#include "iremote_stub.h"
#include "values_bucket.h"
#include "want.h"
#define OPENFILENUM (1246)
@@ -35,7 +35,6 @@
#include "test_observer_stub.h"
#include "test_observer.h"
#include "test_runner.h"
#include "want.h"
using namespace testing::ext;
@@ -39,7 +39,6 @@
#include "test_observer_stub.h"
#include "test_observer.h"
#include "test_runner.h"
#include "want.h"
using namespace testing;