mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 20:49:55 -04:00
21192b9302
Signed-off-by: yanghaizhou <yanghaizhou1@huawei.com>
15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
#
|
|
# HDF is dual licensed: you can use it either under the terms of
|
|
# the GPL, or the BSD license, at your option.
|
|
# See the LICENSE file in the root of this repository for complete details.
|
|
|
|
import("//build/lite/config/component/lite_component.gni")
|
|
|
|
lite_component("hello_uart_sample") {
|
|
features = [
|
|
"dev:hello_uart",
|
|
"dispatch:hello_uart_dispatch",
|
|
]
|
|
}
|