mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
@@ -41,7 +41,6 @@ ohos_shared_library("napi_common") {
|
||||
"ability_runtime:abilitykit_native",
|
||||
"ability_runtime:app_manager",
|
||||
"ability_runtime:napi_base_context",
|
||||
"ability_runtime:runtime",
|
||||
"ability_runtime:wantagent_innerkits",
|
||||
"bundle_framework:appexecfwk_base",
|
||||
"bundle_framework:appexecfwk_core",
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
#include "double_wrapper.h"
|
||||
#include "float_wrapper.h"
|
||||
#include "int_wrapper.h"
|
||||
#include "js_runtime_utils.h"
|
||||
#include "long_wrapper.h"
|
||||
#include "short_wrapper.h"
|
||||
#include "string_wrapper.h"
|
||||
@@ -31,8 +30,7 @@
|
||||
#include "remote_object_wrapper.h"
|
||||
#include "want_params_wrapper.h"
|
||||
#include "napi_remote_object.h"
|
||||
#include "native_engine/native_engine.h"
|
||||
using namespace OHOS::AbilityRuntime;
|
||||
|
||||
namespace OHOS {
|
||||
namespace AppExecFwk {
|
||||
const int PROPERTIES_SIZE = 2;
|
||||
|
||||
Reference in New Issue
Block a user