Lines Matching refs:applications
16 …e code, you must create a directory (or a directory structure) in **./applications/sample/wifi-iot…
23 └── applications
34 …Create the **hello_world.c** file in **./applications/sample/wifi-iot/app/my_first_app**. Then, cr…
50 …Create the **BUILD.gn** file in **./applications/sample/wifi-iot/app/my_first_app** and configure …
72 …ponents/applications.json** file and add the configuration of **hello_world_app**. The following c…
76 …ed, where the component configuration file is **build/lite/components/applications.json**. In Open…
87 "applications/sample/camera/communication"
90 "//applications/sample/camera/communication:sample"
108 "applications/sample/wifi-iot/app/my_first_app"
111 "//applications/sample/wifi-iot/app/my_first_app:myapp"
129 "applications/sample/camera/launcher",
130 "applications/sample/camera/cameraApp",
131 "applications/sample/camera/setting",
132 "applications/sample/camera/gallery",
133 "applications/sample/camera/media"
139 …* component. The following code snippet is the configuration of the **applications** subsystem, wh…
144 "subsystem": "applications",