mirror of
https://gitee.com/openharmony/advertising_oaid
synced 2024-11-26 17:40:50 +00:00
050e7db147
Feature or Bugfix: Feature Binary Source:No Signed-off-by:zjl0222<zhangjianglong2@h-partners.com>
66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
|
"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",
|
|
"libuv",
|
|
"openssl",
|
|
"node"
|
|
],
|
|
"third_party": [
|
|
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |