Lines Matching refs:applications
19 applications/sample/hello
32 …Create the **applications/sample/hello/src/helloworld.c** directory and file whose code is shown i…
50 Create the **applications/sample/hello/BUILD.gn** file. The file content is as follows:
66 …ponents/applications.json** file and add the configuration of **hello_world_app**. The following c…
70 …ed, where the component configuration file is **build/lite/components/applications.json**. In Open…
81 "applications/sample/camera/communication"
84 "//applications/sample/camera/communication:sample"
102 "applications/sample/hello"
105 "//applications/sample/hello:hello-OHOS"
123 "applications/sample/camera/launcher",
124 "applications/sample/camera/cameraApp",
125 "applications/sample/camera/setting",
126 "applications/sample/camera/gallery",
127 "applications/sample/camera/media"
133 …* component. The following code snippet is the configuration of the **applications** subsystem, wh…
138 "subsystem": "applications",