提交 806df1cf 编写于 作者: E ester.zhou

update standard-system-porting-guide.md (8455)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 3cc90951
...@@ -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.
先完成此消息的编辑!
想要评论请 注册