未验证 提交 a8d53c0a 编写于 作者: O openharmony_ci 提交者: Gitee

!8833 翻译完成 8455:代码缩进修改

Merge pull request !8833 from ester.zhou/TR-8455
...@@ -32,8 +32,8 @@ Create a file named **config.json** in the **//vendor/MyProductVendor/*{product_ ...@@ -32,8 +32,8 @@ Create a file named **config.json** in the **//vendor/MyProductVendor/*{product_
"components": [ "components": [
{ "component": "ace_engine_lite", "features":[""] } { "component": "ace_engine_lite", "features":[""] }
] ]
}, }
...
] ]
} }
...@@ -201,17 +201,18 @@ HDF_INIT(g_xxxxDevEntry); ...@@ -201,17 +201,18 @@ HDF_INIT(g_xxxxDevEntry);
- Configure and load the panel driver. All device information about the product is defined in the **//vendor/MyProductVendor/MyProduct/config/device_info/device_info.hcs** file. Modify the file by adding configurations for the device named **device_lcd** to the host named **display**. Note: The value of **moduleName** must be the same as that in the panel driver. - Configure and load the panel driver. All device information about the product is defined in the **//vendor/MyProductVendor/MyProduct/config/device_info/device_info.hcs** file. Modify the file by adding configurations for the device named **device_lcd** to the host named **display**. Note: The value of **moduleName** must be the same as that in the panel driver.
``` ```
root { root {
... ...
display :: host { display :: host {
device_lcd :: device { device_lcd :: device {
deviceN :: deviceNode { deviceN :: deviceNode {
policy = 0; policy = 0;
priority = 100; priority = 100;
preload = 2; preload = 2;
moduleName = "LCD_XXXX"; moduleName = "LCD_XXXX";
} }
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册