diff --git a/en/device-dev/Readme-EN.md b/en/device-dev/Readme-EN.md index 50dbd7a63939393527fee95e2de409737d8421da..34f88884dbf49b2738e335a250b9c5bc4cc0ed92 100644 --- a/en/device-dev/Readme-EN.md +++ b/en/device-dev/Readme-EN.md @@ -63,5 +63,6 @@ - [Codelabs](https://gitee.com/openharmony/codelabs/blob/master/README.md) - References - [FAQs](faqs/Readme-EN.md) +- [Disclaimer Notice](disclaimer.md) - Contribution - [How to Contribute](../contribute/documentation-contribution.md) \ No newline at end of file diff --git a/en/device-dev/disclaimer.md b/en/device-dev/disclaimer.md new file mode 100644 index 0000000000000000000000000000000000000000..c43b75b432f4495278531b05305c435ce4818052 --- /dev/null +++ b/en/device-dev/disclaimer.md @@ -0,0 +1,7 @@ +# Disclaimer Notice + +Disclaimer Notice: Use of Third-Party Software or Websites + +We may recommend use of software, information, products, or web sites that are owned or operated by other entities. We offer or facilitate this recommendation by hyperlinks or other methods to aid your access to the third-party resource. While we endeavor to direct you to helpful, trustworthy resources, we cannot endorse, approve, or guarantee software, information, products, or services provided by or at a third-party resource or track changes in the resource. Thus, we are not responsible for the content or accuracy of any third-party resource or for any loss or damage of any sort resulting from the use of, or for any failure of, products or services provided at or from a third party resource. + +We recommend these resources on an “as is” basis. When you use a third party resource, you will be subject to its terms and licenses and no longer be protected by our privacy policy or security practices, which may differ from the third policy or practices or other terms. You should familiarize yourself with any license or use terms of, and the privacy policy and security practices of, the third party resource, which will govern your use of that resource. diff --git a/en/device-dev/website.md b/en/device-dev/website.md index 5cebc561328f432802f2b0ae5a8d6f11f23483d4..d70fab97f2ccfbd1916ded04dcd533a1d8f8b2d1 100644 --- a/en/device-dev/website.md +++ b/en/device-dev/website.md @@ -533,5 +533,6 @@ - [Porting](faqs/faqs-porting.md) - [Startup](faqs/faqs-startup.md) - [System Applications](faqs/faqs-system-applications.md) +- [Disclaimer Notice](disclaimer.md) diff --git a/zh-cn/device-dev/Readme-CN.md b/zh-cn/device-dev/Readme-CN.md index 0ee0a90d465c6b126a4baeca742ce2cec4cd1882..9cd7a0d6931579052033cd16a5a438281822120a 100644 --- a/zh-cn/device-dev/Readme-CN.md +++ b/zh-cn/device-dev/Readme-CN.md @@ -64,5 +64,6 @@ - [常见问题-设备开发](faqs/Readme-CN.md) - [HDI接口参考](reference/hdi-apis/Readme-CN.md) - [CMSIS API参考](reference/kernel/cmsis/Readme-CN.md) +- [免责声明](disclaimer.md) - 贡献 - [参与贡献](../contribute/贡献文档.md) \ No newline at end of file diff --git a/zh-cn/device-dev/disclaimer.md b/zh-cn/device-dev/disclaimer.md new file mode 100644 index 0000000000000000000000000000000000000000..25128772506742960da15a4c8bdd97bdd33d6653 --- /dev/null +++ b/zh-cn/device-dev/disclaimer.md @@ -0,0 +1,9 @@ +# 免责声明 + +免责声明:使用第三方软件或网站 + +我们可能会推荐使用其他实体拥有或运营的软件、信息、产品或网站。我们通过超链接或其他方法作此推荐,以帮助您访问第三方资源。 + +虽然我们努力将您引导至有用的、值得信赖的资源,但我们无法保证由第三方资源提供或在第三方资源处提供的软件、信息、产品或服务,也无法跟踪这些资源的变化。因此,我们不对任何第三方资源的内容或结果的合规性、准确性、完整性负责,也不对因使用第三方资源提供的产品或服务或由第三方资源提供的产品或服务的使用或故障而导致的任何损失或损害负责。 + +我们按“原样”推荐这些资源。当您使用第三方资源时,您将受其条款和许可的约束,不再受我们的隐私政策或安全惯例的保护,不同资源的政策、惯例或其他条款可能不同。在使用前,您应该了解第三方资源的许可或使用条款、以及安全实践,这些将帮助您管理对该资源的使用。 diff --git a/zh-cn/device-dev/website.md b/zh-cn/device-dev/website.md index bb7d1eb6b98370d9d684968cb8ccf81f1fc919ae..5b7c3554ee4351f78c857c4c638c178b63955917 100644 --- a/zh-cn/device-dev/website.md +++ b/zh-cn/device-dev/website.md @@ -836,9 +836,7 @@ - [VGUSurface](reference/hdi-apis/_v_g_u_surface.md) - [VideoPortCap](reference/hdi-apis/_video_port_cap.md) - [WifiStationInfo](reference/hdi-apis/_wifi_station_info.md) - - [WRGBColor](reference/hdi-apis/_w_r_g_b_color.md) - - + - [WRGBColor](reference/hdi-apis/_w_r_g_b_color.md) - CMSIS API参考 - [CMSIS](reference/kernel/cmsis/_c_m_s_i_s-_r_t_o_s.md) - 结构体 @@ -850,3 +848,4 @@ - [osThreadAttr_t](reference/kernel/cmsis/os_thread_attr__t.md) - [osTimerAttr_t](reference/kernel/cmsis/os_timer_attr__t.md) - [osVersion_t](reference/kernel/cmsis/os_version__t.md) +- [免责声明](disclaimer.md)