-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric X
committed
Aug 7, 2022
1 parent
4eb05b9
commit 8f670cd
Showing
2 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<!-- ## Driver framework --> | ||
## 驱动框架 | ||
## Driver framework | ||
|
||
<!-- Similar to session, the Fuchsia Driver Framework enables developers to | ||
Similar to session, the Fuchsia Driver Framework enables developers to | ||
implement product-specific device drivers as components. Some driver components | ||
represent hardware interface controllers, such as PCI or USB, while others | ||
interact with end devices, such as an ethernet controller or keyboard. --> | ||
与会话类似,Fuchsia 驱动框架使开发人员能够将产品特定的设备驱动程序实现为组件。一些驱动程序组件代表硬件接口控制器,例如 PCI 或 USB,而其他驱动程序组件则与终端设备交互,例如以太网控制器或键盘。 | ||
interact with end devices, such as an ethernet controller or keyboard. | ||
|
||
<!-- As devices are discovered or attached to the system, the `driver_manager` | ||
As devices are discovered or attached to the system, the `driver_manager` | ||
platform component starts the necessary driver components, binds them to the | ||
hardware interfaces, and manages their lifecycle. --> | ||
当设备被发现或连接到系统时,`driver_manager` 平台组件启动必要的驱动程序组件,将它们绑定到硬件接口,并管理它们的生命周期。 | ||
hardware interfaces, and manages their lifecycle. | ||
|
||
<!-- Note: For more details on the driver framework, see | ||
[Fuchsia Driver Framework](/development/drivers/concepts/fdf.md). --> | ||
注:要获取关于驱动框架的更多细节,请参阅[Fuchsia 驱动框架](/development/drivers/concepts/fdf.md). | ||
Note: For more details on the driver framework, see | ||
[Fuchsia Driver Framework](/development/drivers/concepts/fdf.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
Components form the basis for the software that runs in Fuchsia user space. The | ||
<!-- Components form the basis for the software that runs in Fuchsia user space. The | ||
components you've explored so far are part of the core platform that is | ||
generally common to all products running Fuchsia. Fuchsia products are composed | ||
of platform components and product-specific elements to serve the unique needs | ||
of the device hardware and user experience. In this section, you'll explore how | ||
Fuchsia builds on components to enable product-level customization. | ||
Fuchsia builds on components to enable product-level customization. --> | ||
组件构成了在 Fuchsia 用户空间中运行的软件的基础。 到目前为止,您所探索的组件是运行 Fuchsia 的所有产品通用的核心平台的一部分。Fuchsia 产品由平台组件和特定产品元素组成,以满足设备硬件和用户体验的独特需求。 在本节中,您将探索 Fuchsia 如何构建组件以实现产品级定制。 | ||
|
||
![Data table showing how Fuchsia enables product customization on top of the | ||
<!-- ![Data table showing how Fuchsia enables product customization on top of the | ||
core platform through the Session Framework and Driver Framework.] | ||
(/get-started/images/components/product.png){: width="582"} --> | ||
![数据表展现了 Fuchsia 通过会话框架和驱动框架使产品在核心平台上的定制成为可能。] | ||
(/get-started/images/components/product.png){: width="582"} |