mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-19 22:14:29 -04:00
@@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//foundation/appexecfwk/standard/appexecfwk.gni")
|
||||
import("../../../appexecfwk.gni")
|
||||
|
||||
config("appexecfwk_base_sdk_config") {
|
||||
include_dirs = [
|
||||
@@ -47,7 +47,7 @@ ohos_shared_library("appexecfwk_base") {
|
||||
"src/module_info.cpp",
|
||||
"src/module_usage_record.cpp",
|
||||
"src/perf_profile.cpp",
|
||||
"src/permission_def.cpp",
|
||||
"src/permission_define.cpp",
|
||||
"src/remote_ability_info.cpp",
|
||||
"src/shortcut_info.cpp",
|
||||
]
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "permission_def.h"
|
||||
#include "permission_define.h"
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
#include "string_ex.h"
|
||||
@@ -27,11 +27,11 @@
|
||||
#include "common_event_info.h"
|
||||
#include "distributed_bundle_info.h"
|
||||
#include "form_info.h"
|
||||
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
|
||||
#include "hap_module_info.h"
|
||||
#include "module_usage_record.h"
|
||||
#include "on_permission_changed_callback_interface.h"
|
||||
#include "ohos/aafwk/content/want.h"
|
||||
#include "permission_define.h"
|
||||
#ifdef BUNDLE_FRAMEWORK_GRAPHICS
|
||||
#include "pixel_map.h"
|
||||
#endif
|
||||
|
||||
@@ -12,9 +12,8 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//foundation/appexecfwk/standard/appexecfwk.gni")
|
||||
import(
|
||||
"//foundation/appexecfwk/standard/services/bundlemgr/appexecfwk_bundlemgr.gni")
|
||||
import("../../appexecfwk.gni")
|
||||
import("appexecfwk_bundlemgr.gni")
|
||||
|
||||
config("bundlemgr_common_config") {
|
||||
include_dirs = [
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#include "accesstoken_kit.h"
|
||||
#include "bundle_constants.h"
|
||||
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
|
||||
#include "inner_bundle_info.h"
|
||||
#include "permission_define.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace AppExecFwk {
|
||||
|
||||
+1
-1
@@ -23,11 +23,11 @@
|
||||
#include "bundle_mgr_service.h"
|
||||
#include "bundle_permission_mgr.h"
|
||||
#include "bundle_verify_mgr.h"
|
||||
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
|
||||
#include "inner_bundle_info.h"
|
||||
#include "installd/installd_service.h"
|
||||
#include "installd_client.h"
|
||||
#include "mock_status_receiver.h"
|
||||
#include "permission_define.h"
|
||||
|
||||
using namespace testing::ext;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
+1
-1
@@ -23,11 +23,11 @@
|
||||
#include "bundle_mgr_service.h"
|
||||
#include "bundle_permission_mgr.h"
|
||||
#include "bundle_verify_mgr.h"
|
||||
#include "foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/permission_def.h"
|
||||
#include "inner_bundle_info.h"
|
||||
#include "installd/installd_service.h"
|
||||
#include "installd_client.h"
|
||||
#include "mock_status_receiver.h"
|
||||
#include "permission_define.h"
|
||||
|
||||
using namespace testing::ext;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "permission_def.h"
|
||||
#include "permission_define.h"
|
||||
|
||||
#include <benchmark/benchmark.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user