{
    "name": "@ohos/common_event_service",
    "version": "",
    "description": "为应用程序提供订阅、发布、退订公共事件的能力",
    "homePage": "https://gitee.com/openharmony",
    "license": "Apache License 2.0",
    "repository": "https://gitee.com/openharmony/notification_ces_standard",
    "domain": "os",
    "language": "",
    "publishAs": "code-segment",
    "private": false,
    "scripts": {},
    "tags": [
        "base"
    ],
    "keywords": [
        "notification",
        "ces"
    ],
    "envs": [],
    "dirs": [],
    "author": {
        "name": "",
        "email": "",
        "url": ""
    },
    "contributors": [
        {
            "name": "",
            "email": "",
            "url": ""
        }
    ],
    "segment": {
        "destPath": "base/notification/common_event_service"
    },
    "component": {
        "name": "common_event_service",
        "subsystem": "notification",
        "syscap": [
            "SystemCapability.Notification.CommonEvent"
        ],
        "features": [
            "common_event_service_with_graphics",
            "common_event_service_tool_cem_enable",
            "common_event_service_limit_screen_event",
            "common_event_service_boot_complete_delay"
        ],
        "hisysevent_config": [
            "//base/notification/common_event_service/hisysevent.yaml"
        ],
        "adapted_system_type": [
            "standard"
        ],
        "rom": "2000KB",
        "ram": "3000KB",
        "deps": {
            "components": [
                "bundle_framework",
                "hicollie",
                "hisysevent",
                "hitrace",
                "init",
                "ipc",
                "access_token",
                "safwk",
                "ability_base",
                "ability_runtime",
                "eventhandler",
                "hilog",
                "napi",
                "samgr",
                "os_account",
                "c_utils",
                "ffrt",
                "kv_store",
                "config_policy",
                "libuv",
                "ace_engine",
                "node",
                "cJSON",
                "selinux_adapter",
                "runtime_core",
                "json",
                "ets_frontend",
                "api_metrics"
            ],
            "third_party": []
        },
        "build": {
            "group_type": {
                "base_group": [

                ],
                "fwk_group": [
                    "//base/notification/common_event_service/frameworks/core:cesfwk_core",
                    "//base/notification/common_event_service/frameworks/native:cesfwk_innerkits",
                    "//base/notification/common_event_service/frameworks/extension:cesfwk_extension",
                    "//base/notification/common_event_service/interfaces/kits/napi:napi_packages",
                    "//base/notification/common_event_service/interfaces/kits/ani:ani_common_event_packages",
                    "//base/notification/common_event_service/interfaces/kits/cj:cj_common_event_manager_ffi",
                    "//base/notification/common_event_service/interfaces/kits/ndk:ohcommonevent"
                ],
                "service_group": [
                    "//base/notification/common_event_service/sa_profile:event_sa_profile",
                    "//base/notification/common_event_service/services:cesfwk_services",
                    "//base/notification/common_event_service/tools:tools_target"
                ]
            },
            "inner_kits": [
            {
                "header": {
                    "header_base" : "//base/notification/common_event_service/frameworks/core/include",
                    "header_files": [
                      "common_event_constant.h",
                      "common_event_death_recipient.h",
                      "common_event_listener.h",
                      "common_event.h"
                    ]
                  },
                  "name":"//base/notification/common_event_service/frameworks/core:cesfwk_core"
                },
                {
                  "header": {
                    "header_base" : "//base/notification/common_event_service/interfaces/inner_api",
                    "header_files": [
                      "async_common_event_result.h",
                      "common_event_data.h",
                      "common_event_manager.h",
                      "common_event_publish_info.h",
                      "common_event_subscribe_info.h",
                      "common_event_subscriber.h",
                      "common_event_support.h",
                      "matching_skills.h"
                    ]
                  },
                  "name":"//base/notification/common_event_service/frameworks/native:cesfwk_innerkits"
                },
                {
                    "header": {
                      "header_base" : "//base/notification/common_event_service/interfaces/kits/cj/src",
                      "header_files": []
                    },
                    "name":"//base/notification/common_event_service/interfaces/kits/cj:cj_common_event_manager_ffi"
                }
            ],
            "test": [
                "//base/notification/common_event_service/frameworks/core/test/unittest:unittest",
                "//base/notification/common_event_service/frameworks/extension/test:unittest",
                "//base/notification/common_event_service/frameworks/native/test/unittest:unittest",
                "//base/notification/common_event_service/services/test/moduletest:moduletest",
                "//base/notification/common_event_service/services/test/unittest:unittest",
                "//base/notification/common_event_service/test/fuzztest:fuzztest",
                "//base/notification/common_event_service/test/systemtest:systemtest",
                "//base/notification/common_event_service/tools:moduletest",
                "//base/notification/common_event_service/tools:systemtest",
                "//base/notification/common_event_service/tools:unittest",
                "//base/notification/common_event_service/test/benchmarktest:benchmarktest"
            ]
        }
    }
}