{
    "name": "@ohos/object_editor",
    "description": "The service for editing objects in the application files",
    "version": "1.0",
    "license": "Apache License 2.0",
    "publishAs": "code-segment",
    "segment": {
      "destPath": "foundation/officeservice/object_editor"
    },
    "component": {
        "name": "object_editor",
        "subsystem": "officeservice",
        "syscap": [
            "SystemCapability.ContentEmbed.ObjectEditor"
        ],
        "features": [],
        "adapted_system_type": [ "standard" ],
        "rom": "",
        "ram": "",
        "deps": {
            "components": [
                "hilog",
                "c_utils",
                "samgr",
                "image_framework",
                "ipc",
                "safwk",
                "ability_base",
                "ability_runtime",
                "access_token",
                "eventhandler",
                "napi",
                "relational_store",
                "resource_management",
                "dlp_permission_service",
                "os_account",
                "bundle_framework",
                "cJSON",
                "udmf",
                "app_file_service",
                "common_event_service",
                "icu",
                "hisysevent",
                "hitrace",
                "init",
                "window_manager"
            ],
            "third_party": []
        },
        "build": {
            "group_type": {
                "fwk_group": [
                    "//foundation/officeservice/object_editor/frameworks/ndk:content_embed_ndk"
                ],
                "service_group": [
                    "//foundation/officeservice/object_editor/sa_profile:object_editor_service_sa_profile",
                    "//foundation/officeservice/object_editor/etc:object_editor_service_etc",
                    "//foundation/officeservice/object_editor/etc:object_editor_service_diversion",
                    "//foundation/officeservice/object_editor/utils:content_embed_utils",
                    "//foundation/officeservice/object_editor/system_ability:content_embed_service",
                    "//foundation/officeservice/object_editor/frameworks/kits/extension:content_embed_extension",
                    "//foundation/officeservice/object_editor/frameworks/kits/extension:content_embed_extension_module",
                    "//foundation/officeservice/object_editor/client:content_embed_client"
                ]
            },
            "inner_kits": [],
            "test": [
                "//foundation/officeservice/object_editor/test:test_target"
            ]
        }
    }
}