Lines Matching refs:hello
10 …the source code root directory, add the **sample/hello** directory, and then create therein the **…
15 sample/hello
36 …Create the **sample/hello/src/helloworld.c** file, with the sample code as follows. In this exampl…
57 Add the header file **sample/hello/include/helloworld.h**. The sample code is as follows:
81 …Create the **sample/hello/BUILD.gn** file. For details, see [Module](../subsystems/subsys-build-mo…
100 part_name = "hello" # Component name. This parameter is mandatory.
107 …Create the **sample/hello/bundle.json** file and add the **sample** component description therein.…
113 "name": "@ohos/hello",
119 "destPath": "sample/hello"
124 "name": "hello",
137 "//sample/hello:helloworld"
169 …In the **productdefine/common/products/rk3568.json** file, add the **hello** part after the existi…
174 "sample:hello":{},
181 … In the **vendor/hihope/rk3568/config.json** file, add the **hello** part after the existing part.
188 "component": "hello",