mirror of
https://gitee.com/openharmony/advertising_ads_framework
synced 2024-11-23 06:49:53 +00:00
9dffdb903d
Feature or Bugfix: Bugfix Binary Source:No Signed-off-by:zjl0222<zhangjianglong2@h-partners.com>
52 lines
1023 B
JSON
52 lines
1023 B
JSON
{
|
|
"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"
|
|
],
|
|
"rom":"300KB",
|
|
"ram":"1024KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"ace_engine",
|
|
"bundle_framework",
|
|
"cJSON",
|
|
"c_utils",
|
|
"config_policy",
|
|
"ipc",
|
|
"hilog",
|
|
"napi",
|
|
"safwk",
|
|
"samgr",
|
|
"libuv"
|
|
],
|
|
"third_party": [
|
|
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//domains/advertising/advertising:advertising_native_packages"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|