2023-09-08 08:47:01 +00:00
|
|
|
{
|
2024-11-20 10:27:37 +00:00
|
|
|
"name": "@ohos/advertising",
|
|
|
|
"description": "Allowing apps to use OS AD request and show ads",
|
|
|
|
"version": "3.2",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"segment": {
|
|
|
|
"destPath": "domains/advertising/advertising"
|
|
|
|
},
|
|
|
|
"dirs": {},
|
|
|
|
"scripts": {},
|
|
|
|
"component": {
|
|
|
|
"name": "advertising",
|
|
|
|
"subsystem": "advertising",
|
|
|
|
"syscap": [
|
|
|
|
"SystemCapability.Advertising.Ads"
|
|
|
|
],
|
|
|
|
"features": [
|
|
|
|
],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
2024-11-21 11:29:14 +00:00
|
|
|
"rom":"300KB",
|
|
|
|
"ram":"1024KB",
|
2024-11-20 10:27:37 +00:00
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"ability_base",
|
|
|
|
"ability_runtime",
|
|
|
|
"ace_engine",
|
|
|
|
"bundle_framework",
|
|
|
|
"cJSON",
|
|
|
|
"c_utils",
|
|
|
|
"config_policy",
|
|
|
|
"ipc",
|
|
|
|
"hilog",
|
|
|
|
"napi",
|
|
|
|
"safwk",
|
|
|
|
"samgr",
|
|
|
|
"libuv"
|
2023-09-08 08:47:01 +00:00
|
|
|
],
|
2024-11-20 10:27:37 +00:00
|
|
|
"third_party": [
|
2024-11-21 11:29:14 +00:00
|
|
|
|
2024-11-20 10:27:37 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"sub_component": [
|
2024-11-21 11:29:14 +00:00
|
|
|
"//domains/advertising/advertising:advertising_native_packages"
|
2024-11-20 10:27:37 +00:00
|
|
|
]
|
2023-09-08 08:47:01 +00:00
|
|
|
}
|
|
|
|
}
|
2024-11-20 10:27:37 +00:00
|
|
|
}
|
2023-09-08 08:47:01 +00:00
|
|
|
|