8 Star 3 Fork 14

OpenHarmony/advertising_oaid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
dzq 提交于 2024-08-01 16:20 . Description: oaid按需启停改造
{
"name": "@ohos/oaid",
"description": "Allowing apps to use OS OAID get/set functions",
"version": "3.2",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "domains/advertising/oaid"
},
"dirs": {},
"scripts": {},
"component": {
"name": "oaid",
"subsystem": "advertising",
"syscap": [
"SystemCapability.Advertising.OAID"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "300KB",
"ram": "1024KB",
"deps": {
"components": [
"access_token",
"bundle_framework",
"cJSON",
"c_utils",
"config_policy",
"hilog",
"kv_store",
"ipc",
"napi",
"safwk",
"samgr",
"eventhandler"
],
"third_party": [
"libuv",
"openssl"
]
},
"build": {
"sub_component": [
"//domains/advertising/oaid:oaid_native_packages"
],
"inner_api": [
{
"header": {
"header_base": "//domains/advertising/oaid/interfaces/innerkits/include/",
"header_files": [
"oaid_remote_config_observer_stub.h"
]
},
"name": "//domains/advertising/oaid/interfaces/innerkits:oaid_client"
}
],
"test": [
"//domains/advertising/oaid/test/fuzztest:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/advertising_oaid.git
git@gitee.com:openharmony/advertising_oaid.git
openharmony
advertising_oaid
advertising_oaid
master

搜索帮助