1{ 2 "components": [ 3 { 4 "component": "camera_sample_communication", 5 "description": "Communication related samples.", 6 "optional": "true", 7 "dirs": [ 8 "applications/sample/camera/communication" 9 ], 10 "targets": [ 11 "//applications/sample/camera/communication:sample" 12 ], 13 "rom": "", 14 "ram": "", 15 "output": [], 16 "adapted_kernel": [ "liteos_a" ], 17 "features": [], 18 "deps": { 19 "components": [], 20 "third_party": [ ] 21 } 22 }, 23 { 24 "component": "camera_sample_app", 25 "description": "Camera related samples.", 26 "optional": "true", 27 "dirs": [ 28 "applications/sample/camera/launcher", 29 "applications/sample/camera/cameraApp", 30 "applications/sample/camera/setting", 31 "applications/sample/camera/gallery", 32 "applications/sample/camera/media" 33 ], 34 "targets": [ 35 "//applications/sample/camera/launcher:launcher_hap", 36 "//applications/sample/camera/cameraApp:cameraApp_hap", 37 "//applications/sample/camera/setting:setting_hap", 38 "//applications/sample/camera/gallery:gallery_hap", 39 "//applications/sample/camera/media:media_sample" 40 ], 41 "rom": "", 42 "ram": "", 43 "output": [ 44 "cameraApp.so", 45 "launcher.so", 46 "setting.so", 47 "gallery.so", 48 "camera_sample", 49 "player_sample" 50 ], 51 "adapted_kernel": [ "liteos_a","linux" ], 52 "features": [], 53 "deps": { 54 "third_party": [ 55 "bounds_checking_function", 56 "wpa_supplicant" 57 ], 58 "kernel_special": {}, 59 "board_special": {}, 60 "components": [ 61 "aafwk_lite", 62 "appexecfwk_lite", 63 "surface", 64 "ui", 65 "graphic_utils", 66 "kv_store", 67 "syspara_lite", 68 "camera_lite", 69 "media_lite", 70 "permission", 71 "ipc_lite", 72 "samgr_lite", 73 "utils_base" 74 ] 75 } 76 }, 77 { 78 "component": "camera_screensaver_app", 79 "description": "Camera related samples.", 80 "optional": "true", 81 "dirs": [ 82 "applications/sample/camera/screensaver" 83 ], 84 "targets": [ 85 "//applications/sample/camera/screensaver:screensaver_hap" 86 ], 87 "rom": "", 88 "ram": "", 89 "output": [ 90 "screensaver.so" 91 ], 92 "adapted_kernel": [ "liteos_a","linux" ], 93 "features": [], 94 "deps": { 95 "third_party": [ 96 "libjpeg", 97 "libpng", 98 "bounds_checking_function", 99 "cjson", 100 "giflib" 101 ], 102 "kernel_special": {}, 103 "board_special": {}, 104 "components": [ 105 "aafwk_lite", 106 "appexecfwk_lite", 107 "surface", 108 "ui", 109 "graphic_utils", 110 "kv_store", 111 "syspara_lite", 112 "ipc_lite", 113 "samgr_lite", 114 "utils_base" 115 ] 116 } 117 }, 118 { 119 "component": "camera_sample_ai", 120 "description": "Sample applications for AI-Engine in hispark_taurus.", 121 "optional": "true", 122 "dirs": [ 123 "applications/sample/camera/ai" 124 ], 125 "targets": [ 126 "//applications/sample/camera/ai:ai" 127 ], 128 "rom": "", 129 "ram": "", 130 "output": [], 131 "adapted_kernel": [ "liteos_a" ], 132 "features": [], 133 "deps": {} 134 }, 135 { 136 "component": "wifi_iot_sample_app", 137 "description": "Wifi iot samples.", 138 "optional": "true", 139 "dirs": [ 140 "applications/sample/wifi-iot/app" 141 ], 142 "targets": [ 143 "//applications/sample/wifi-iot/app" 144 ], 145 "rom": "", 146 "ram": "", 147 "output": [], 148 "adapted_board": [ "hi3861v100" ], 149 "adapted_kernel": [ "liteos_m" ], 150 "features": [], 151 "deps": { 152 "components": [ 153 "utils_base" 154 ] 155 } 156 }, 157 { 158 "component": "kit_framework", 159 "description": "", 160 "optional": "true", 161 "dirs": [ 162 "applications/kit_framework" 163 ], 164 "targets": [ 165 "//applications/kit_framework:kit_framework" 166 ], 167 "rom": "", 168 "ram": "", 169 "output": [], 170 "adapted_kernel": [ 171 "liteos_m", 172 "liteos_a", 173 "linux" 174 ], 175 "features": [], 176 "deps": { 177 "components": [ 178 "hilog", 179 "huks", 180 "syspara_lite", 181 "ipc_lite", 182 "aafwk_lite", 183 "appexecfwk_lite", 184 "kv_store" 185 ], 186 "third_party": [ 187 "cjson", 188 "mbedtls", 189 "bounds_checking_function" 190 ] 191 } 192 } 193 ] 194} 195