multimedia.json 4.0 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 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
{
  "components": [
    {
      "component": "media_service",
      "description": "Media service.",
      "optional": "true",
      "dirs": [
        "foundation/multimedia/media_lite",
        "foundation/multimedia/utils/lite"
      ],
      "targets": [
        "//foundation/multimedia/media_lite/services:media_server"
      ],
      "rom": "622KB",
      "ram": "",
      "output": [
        "media_server"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function",
          "iniparser"
        ],
        "kernel_special": {},
        "board_special": {
          "hi3516dv300": [
            "hi3516dv300_adapter"
          ],
          "hi3518ev300": [
            "hi3518ev300_adapter"
          ]
        },
        "components": [
          "hilog_lite",
          "audio_lite",
          "camera_lite",
          "permission",
          "ipc_lite",
          "ui"
        ]
      }
    },
    {
      "component": "camera_lite",
      "description": "Camera service.",
      "optional": "true",
      "dirs": [
        "foundation/multimedia/camera_lite",
        "foundation/multimedia/utils/lite/hals"
      ],
      "targets": [
        "//foundation/multimedia/camera_lite/frameworks:camera_lite"
      ],
      "rom": "131KB",
      "ram": "",
      "output": [ "camera_lite.so" ],
      "adapted_kernel": [ "liteos_a" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {},
        "board_special": {
          "hi3516dv300": [
            "hi3516dv300_adapter",
            "hdf_hi3516dv300_liteos_a"
          ],
          "hi3518ev300": [
            "hi3518ev300_adapter",
            "hdf_hi3518ev300_liteos_a"
          ]
        },
        "components": [
          "hilog_lite",
          "permission",
          "surface"
        ]
      }
    },
    {
      "component": "media_lite",
      "description": "recoder service and player service.",
      "optional": "true",
      "dirs": [
        "foundation/multimedia/media_lite"
      ],
      "targets": [
        "//foundation/multimedia/media_lite/frameworks/recorder_lite:recorder_lite",
        "//foundation/multimedia/media_lite/frameworks/player_lite:player_lite"
      ],
      "rom": "622KB",
      "ram": "",
      "output": [ "recorder_lite.so", "player_lite.so" ],
      "adapted_kernel": [ "liteos_a" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function",
          "iniparser"
        ],
        "kernel_special": {},
        "board_special": {
          "hi3516dv300": [
            "hi3516dv300_adapter",
            "hdf_hi3516dv300_liteos_a"
          ],
          "hi3518ev300": [
            "hi3518ev300_adapter",
            "hdf_hi3518ev300_liteos_a"
          ]
        },
        "components": [
          "hilog_lite",
          "audio_lite",
          "camera_lite",
          "permission",
          "ipc_lite",
          "ui"
        ]
      }
    },
    {
      "component": "audio_manager_lite",
      "description": "Audio encoder and decoder.",
      "optional": "true",
      "dirs": [
        "foundation/multimedia/audio_lite"
      ],
      "targets": [
        "//foundation/multimedia/audio_lite/frameworks:audio_capturer_lite"
      ],
      "rom": "59KB",
      "ram": "",
      "output": [ "audio_capturer_lite.so" ],
      "adapted_kernel": [ "liteos_a" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {},
        "board_special": {
          "hi3516dv300": [
            "hdf_hi3516dv300_liteos_a"
          ],
          "hi3518ev300": [
            "hdf_hi3518ev300_liteos_a"
          ]
        },
        "components": [
          "surface"
        ]
      }
    }
  ]
}