Lines Matching refs:hello
14 …the source code root directory, add the **sample/hello** directory, and then create therein the **…
19 sample/hello
40 …Create the **sample/hello/src/helloworld.c** file, with the sample code as follows. In this exampl…
61 Add the header file **sample/hello/include/helloworld.h**. The sample code is as follows:
85 …Create the **sample/hello/BUILD.gn** file. For details, see [Module](../subsystems/subsys-build-mo…
104 part_name = "hello" # Component name. This parameter is mandatory.
111 …Create the **sample/hello/bundle.json** file and add the **sample** component description therein.…
117 "name": "@ohos/hello",
123 "destPath": "sample/hello"
128 "name": "hello",
141 "//sample/hello:helloworld"
173 …In the **productdefine/common/products/rk3568.json** file, add the **hello** part after the existi…
178 "sample:hello":{},
184 … In the **vendor/hihope/rk3568/config.json** file, add the **hello** part after the existing part.
191 "component": "hello",