!57 轻量图形部件化修改仓名

Merge pull request !57 from changeRepoPath
This commit is contained in:
openharmony_ci
2023-05-10 11:51:51 +00:00
committed by Gitee
5 changed files with 36 additions and 36 deletions
+4 -4
View File
@@ -30,8 +30,8 @@ commonDeps = [
"//foundation/systemabilitymgr/samgr_lite/samgr:samgr",
"//foundation/systemabilitymgr/samgr_lite/communication/broadcast:broadcast",
"//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single",
"//foundation/graphic/surface:surface",
"//foundation/graphic/utils:graphic_utils_lite",
"//foundation/graphic/surface_lite:surface",
"//foundation/graphic/graphic_utils_lite:utils_lite",
"//third_party/bounds_checking_function:libsec_shared",
]
@@ -47,7 +47,7 @@ shared_library("wms_client") {
"frameworks/wms/lite_wms_client.cpp",
]
deps = commonDeps
public_deps = [ "//foundation/graphic/surface:surface_lite" ]
public_deps = [ "//foundation/graphic/surface_lite:surface_lite" ]
public_configs = [ ":wms_public_config" ]
ldflags = [ "-lstdc++" ]
cflags = [ "-Wall" ]
@@ -96,7 +96,7 @@ executable("wms_server") {
deps = [
"//base/security/permission_lite/services/pms_client:pms_client",
"//drivers/peripheral/input/hal:hdi_input",
"//foundation/graphic/utils:lite_graphic_hals",
"//foundation/graphic/graphic_utils_lite:lite_graphic_hals",
]
deps += commonDeps
cflags = [ "-Wall" ]
+5 -5
View File
@@ -23,7 +23,7 @@ The graphics service uses the client/server \(C/S\) architecture and is divided
## Directory Structure<a name="section161941989596"></a>
```
/foundation/graphic/wms
/foundation/window/window_manager_lite
├── frameworks # Client
│ ├── ims # Input event management service client
│ └── wms # Window management service client
@@ -53,10 +53,10 @@ hb build window_manager_lite
[Graphic subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/graphics.md)
**graphic_wms**
**window_manager_lite**
[graphic_surface](https://gitee.com/openharmony/graphic_surface/blob/master/README.md)
[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md)
[graphic_ui](https://gitee.com/openharmony/graphic_ui/blob/master/README.md)
[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md)
[graphic_utils](https://gitee.com/openharmony/graphic_utils/blob/master/README.md)
[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md)
+5 -5
View File
@@ -23,7 +23,7 @@
## 目录<a name="section161941989596"></a>
```
/foundation/graphic/wms
/foundation/window/window_manager_lite
├── frameworks # 客户端
│ ├── ims # 输入管理客户端
│ └── wms # 窗口管理服务客户端
@@ -53,10 +53,10 @@ hb build window_manager_lite
[图形子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%9B%BE%E5%BD%A2%E5%AD%90%E7%B3%BB%E7%BB%9F.md)
**graphic_wms**
**window_manager_lite**
[graphic_surface](https://gitee.com/openharmony/graphic_surface/blob/master/README_zh.md)
[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md)
[graphic_ui](https://gitee.com/openharmony/graphic_ui/blob/master/README_zh.md)
[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md)
[graphic_utils](https://gitee.com/openharmony/graphic_utils/blob/master/README_zh.md)
[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md)
+7 -7
View File
@@ -5,14 +5,14 @@
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "foundation/graphic/wms"
"destPath": "foundation/window/window_manager_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "wms",
"subsystem": "graphic",
"syscap": [ "SystemCapability.Graphic.Wms" ],
"name": "window_manager_lite",
"subsystem": "window",
"syscap": [ "SystemCapability.Window.WindowManagerLite" ],
"feature": [],
"adapted_system_type": [ "small" ],
"rom": "110KB",
@@ -24,15 +24,15 @@
"components": [
"hilog_lite",
"samgr_lite",
"surface",
"surface_lite",
"peripheral_display",
"peripheral_input"
]
},
"build": {
"sub_component": [
"//foundation/graphic/wms:window_manager_lite",
"//foundation/graphic/wms/test:window_manager_lite_test"
"//foundation/window/window_manager_lite:window_manager_lite",
"//foundation/window/window_manager_lite/test:window_manager_lite_test"
],
"inner_kits": [],
"test": []
+15 -15
View File
@@ -26,8 +26,8 @@ if (ohos_build_type == "debug") {
executable("sample_ui") {
sources = [ "sample_ui.cpp" ]
include_dirs = [
"//foundation/graphic/ui/frameworks",
"//foundation/graphic/ui/test/framework",
"//foundation/arkui/ui_lite/frameworks",
"//foundation/arkui/ui_lite/test/framework",
"//third_party/freetype/include",
]
ldflags = [
@@ -37,9 +37,9 @@ if (ohos_build_type == "debug") {
]
deps = [
"//foundation/graphic/ui/test/framework:lite_graphic_test_framework",
"//foundation/graphic/utils:lite_graphic_hals",
"//foundation/graphic/wms:wms_client",
"//foundation/arkui/ui_lite/test/framework:lite_graphic_test_framework",
"//foundation/graphic/graphic_utils_lite:lite_graphic_hals",
"//foundation/window/window_manager_lite:wms_client",
]
output_dir = "$root_out_dir/dev_tools"
}
@@ -47,8 +47,8 @@ if (ohos_build_type == "debug") {
executable("sample_auto_ui") {
sources = [ "sample_ui.cpp" ]
include_dirs = [
"//foundation/graphic/ui/frameworks",
"//foundation/graphic/ui/test/framework",
"//foundation/arkui/ui_lite/frameworks",
"//foundation/arkui/ui_lite/test/framework",
"//third_party/freetype/include",
]
ldflags = [
@@ -57,9 +57,9 @@ if (ohos_build_type == "debug") {
"-Wl,-rpath-link=$ohos_root_path/$root_out_dir",
]
deps = [
"//foundation/graphic/ui/test/framework:auto_framework",
"//foundation/graphic/utils:lite_graphic_hals",
"//foundation/graphic/wms:wms_client",
"//foundation/arkui/ui_lite/test/framework:auto_framework",
"//foundation/graphic/graphic_utils_lite:lite_graphic_hals",
"//foundation/window/window_manager_lite:wms_client",
]
output_dir = "$root_out_dir/dev_tools"
@@ -67,13 +67,13 @@ if (ohos_build_type == "debug") {
executable("sample_window") {
sources = [
"//foundation/graphic/ui/test/framework/common/ui_text_language.cpp",
"//foundation/arkui/ui_lite/test/framework/common/ui_text_language.cpp",
"sample_window.cpp",
]
include_dirs = [
"//foundation/graphic/ui/frameworks",
"//foundation/graphic/ui/test/framework",
"//foundation/graphic/surface/interfaces/kits",
"//foundation/arkui/ui_lite/frameworks",
"//foundation/arkui/ui_lite/test/framework",
"//foundation/graphic/surface_lite/interfaces/kits",
"//third_party/freetype/include",
]
ldflags = [
@@ -82,7 +82,7 @@ if (ohos_build_type == "debug") {
"-Wl,-rpath-link=$ohos_root_path/$root_out_dir",
]
deps = [ "//foundation/graphic/ui:ui_lite" ]
deps = [ "//foundation/arkui/ui_lite:ui_lite" ]
output_dir = "$root_out_dir/dev_tools"
}
}