mirror of
https://github.com/openharmony/advertising_ads_framework.git
synced 2026-07-01 20:14:09 -04:00
fd1c55ad77
Signed-off-by: zj94 <zhoujing106@huawei.com> Change-Id: Ic64da8b2ae12af37665ea276819c40d1215e9f4f
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
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"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//domains/advertising/advertising/frameworks/cj/ffi/ads:cj_advertising_ffi",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base":"//domains/advertising/advertising/frameworks/cj/ffi/ads/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|