• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Huawei Device Co., Ltd.
2#
3# HDF is dual licensed: you can use it either under the terms of
4# the GPL, or the BSD license, at your option.
5# See the LICENSE file in the root of this repository for complete details.
6
7import("//build/lite/config/component/lite_component.gni")
8
9lite_component("hello_uart_sample") {
10  features = [
11    "dev:hello_uart",
12    "dispatch:hello_uart_dispatch",
13  ]
14}
15