mirror of
https://gitee.com/openharmony/global_resource_management
synced 2024-11-23 07:59:51 +00:00
将innerkits修改为inner_api
Signed-off-by: huangjie <huangjie125@huawei.com>
This commit is contained in:
parent
5aba2b308d
commit
3ed921c45a
@ -23,7 +23,7 @@ The directory structure of the Resmgr module is as follows:
|
||||
│ │ │ ├── src # Implementation code
|
||||
│ │ │ └── test # Test code
|
||||
│ ├── interfaces # APIs
|
||||
│ │ ├── innerkits # APIs for internal subsystems
|
||||
│ │ ├── inner_api # APIs for internal subsystems
|
||||
│ │ └── js # JavaScript APIs
|
||||
```
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
│ │ │ ├── src # 资源管理实现代码
|
||||
│ │ │ └── test # 资源管理测试代码
|
||||
│ ├── interfaces # 资源管理接口
|
||||
│ │ ├── innerkits # 资源管理对子系统间接口
|
||||
│ │ ├── inner_api # 资源管理对子系统间接口
|
||||
│ │ └── js # 资源管理JavaScript接口
|
||||
```
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
"inner_kits": [
|
||||
{
|
||||
"header": {
|
||||
"header_base": "//base/global/resource_management/interfaces/innerkits/include/",
|
||||
"header_base": "//base/global/resource_management/interfaces/inner_api/include/",
|
||||
"header_files": [
|
||||
"res_common.h",
|
||||
"res_config.h",
|
||||
|
@ -18,7 +18,7 @@ config("resmgr_config") {
|
||||
include_dirs = [
|
||||
"include",
|
||||
"//third_party/zlib/contrib/minizip",
|
||||
"//base/global/resource_management/interfaces/innerkits/include",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
]
|
||||
|
||||
@ -50,7 +50,7 @@ config("resmgr_public_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
include_dirs =
|
||||
[ "//base/global/resource_management/interfaces/innerkits/include" ]
|
||||
[ "//base/global/resource_management/interfaces/inner_api/include" ]
|
||||
|
||||
if (resource_management_support_icu) {
|
||||
include_dirs += [ "//third_party/icu/icu4c/source/common" ]
|
||||
@ -169,7 +169,7 @@ ohos_shared_library("librawfile") {
|
||||
include_dirs = [
|
||||
"//base/global/resource_management/frameworks/resmgr/include",
|
||||
"//base/global/resource_management/interfaces/native/resource/include",
|
||||
"//base/global/resource_management/interfaces/innerkits/include",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
"//base/global/resource_management/interfaces/js/innerkits/core/include",
|
||||
"//third_party/node/src",
|
||||
]
|
||||
|
@ -36,7 +36,7 @@ ohos_unittest("resmgr_test") {
|
||||
include_dirs = [
|
||||
"unittest/common",
|
||||
"//base/global/resource_management/frameworks/resmgr/include",
|
||||
"//base/global/resource_management/interfaces/innerkits/include",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
]
|
||||
|
||||
if (resource_management_support_icu) {
|
||||
|
@ -15,7 +15,7 @@ import("//build/ohos.gni")
|
||||
|
||||
ohos_shared_library("resourcemanager") {
|
||||
include_dirs = [
|
||||
"//base/global/resource_management/interfaces/innerkits/include",
|
||||
"//base/global/resource_management/interfaces/inner_api/include",
|
||||
"//base/hiviewdfx/interfaces/native/innerkits/include",
|
||||
"//foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime/context",
|
||||
"//third_party/node/src",
|
||||
|
Loading…
Reference in New Issue
Block a user