mirror of
https://gitee.com/openharmony/advertising_ads_framework
synced 2024-11-27 00:50:27 +00:00
Description: update compile file and readme
Feature or Bugfix: feature Binary Source: NO Signed-off-by: xiangjiang <xiangjiang@huawei.com>
This commit is contained in:
parent
d42347a01f
commit
cdfbb54db9
@ -7,13 +7,11 @@ The advertising service enables you to implement ad access without SDK integrati
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
/domain/cloud/advertising # Service code of the advertising service component
|
||||
/domain/advertising/advertising # Service code of the advertising service component
|
||||
├── common # Public References code
|
||||
├── frameworks # Framework code
|
||||
│ └── js # External JS API implementation
|
||||
│ └── napi # External native API implementation
|
||||
├── sa_profile # Service configuration profile
|
||||
├── services # Service code
|
||||
├── test # Test code
|
||||
├── LICENSE # License file
|
||||
├── BUILD.gn # Build entry
|
||||
└── bundle.json # Component description file
|
||||
|
@ -7,13 +7,11 @@
|
||||
## 目录
|
||||
|
||||
```
|
||||
/domain/cloud/advertising # 广告服务部件业务代码
|
||||
/domain/advertising/advertising # 广告服务部件业务代码
|
||||
├── common # 公共引用
|
||||
├── frameworks # 框架代码
|
||||
│ └── js # 外部接口实现
|
||||
│ └── napi # napi 外部接口实现
|
||||
├── sa_profile # 服务配置文件
|
||||
├── services # 服务代码
|
||||
├── test # 测试代码
|
||||
├── LICENSE # 证书文件
|
||||
├── BUILD.gn # 编译入口
|
||||
└── bundle.json # 部件描述文件
|
||||
|
@ -25,5 +25,4 @@ ability_base_path = "//foundation/ability/ability_base"
|
||||
|
||||
ability_base_kits_path = "${ability_base_path}/interfaces/kits/native"
|
||||
|
||||
|
||||
|
||||
ability_runtime_path = "//foundation/ability/ability_runtime"
|
||||
|
Loading…
Reference in New Issue
Block a user