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