startup.json 4.1 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
{
  "components": [
    {
      "component": "syspara",
      "discription": "",
      "optional": "true",
      "dirs": [
        "base/startup/syspara_lite"
      ],
      "targets": [
        "//base/startup/syspara_lite/frameworks/parameter",
        "//base/startup/syspara_lite/frameworks/token"
      ],
      "rom": "23KB",
      "ram": "",
      "output": [
        "libhal_sysparam.so",
        "libsysparam.so",
        "libtoken.a",
        "libtoken.so"
      ],
      "adapted_kernel": [
        "liteos_a",
        "liteos_m",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {
          "liteos_a": [
J
jady3356 已提交
34
            "hilog"
M
mamingshuai 已提交
35 36 37 38
          ],
          "liteos_m": [
            "hilog_lite",
            "liteos_m",
J
jady3356 已提交
39
            "hi3861_sdk"
M
mamingshuai 已提交
40 41 42 43
          ]
        },
        "board_special": {
          "hi3516dv300": [
J
jady3356 已提交
44
            "hilog"
M
mamingshuai 已提交
45 46
          ],
          "hi3518ev300": [
J
jady3356 已提交
47
            "hilog"
M
mamingshuai 已提交
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
          ],
          "hi3861v100": [
            "hilog_lite",
            "liteos_m",
            "hi3861_sdk",
            "oem_iotlink"
          ]
        },
        "components": [
          "utils_base",
          "hilog_a"
        ]
      }
    },
    {
      "component": "bootstrap",
      "discription": "",
      "optional": "true",
      "dirs": [
        "base/startup/bootstrap_lite"
      ],
      "targets": [
        "//base/startup/bootstrap_lite/services/source:bootstrap"
      ],
      "rom": "14KB",
      "ram": "~128KB",
      "output": [
        "libbootstrap.a"
      ],
      "adapted_kernel": [
        "liteos_a",
        "liteos_m",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {
          "liteos_a": [
            "liteos_a"
          ],
          "liteos_m": [
            "liteos_m",
            "hi3861_sdk"
          ]
        },
        "board_special": {
          "hi3516dv300": [
            "liteos_a"
          ],
          "hi3518ev300": [
            "liteos_a"
          ],
          "hi3861v100": [
            "liteos_m",
            "hi3861_sdk"
          ]
        },
        "components": [
          "utils_base",
J
jady3356 已提交
110
          "system_ability_manager"
M
mamingshuai 已提交
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 163 164 165 166 167 168 169 170 171 172 173 174 175
        ]
      }
    },
    {
      "component": "init",
      "discription": "",
      "optional": "false",
      "dirs": [
        "base/startup/init_lite"
      ],
      "targets": [
        "//base/startup/init_lite/services:init_lite"
      ],
      "output": [
        "init"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "components": [
          "syspara"
        ],
        "third_party": [
          "bounds_checking_function",
          "cjson"
        ]
      }
    },
    {
        "component": "appspawn",
        "discription": "",
        "optional": "true",
        "dirs": [
          "base/startup/appspawn_lite"
        ],
        "targets": [
          "//base/startup/appspawn_lite/services:appspawn_lite"
        ],
        "rom": "26KB",
        "ram": "~1.8M",
        "output": [ "appspawn" ],
        "adapted_kernel": [
          "liteos_a",
          "linux"
        ],
        "features": [],
        "deps": {
          "third_party": [
            "bounds_checking_function",
            "cjson"
          ],
          "kernel_special": {},
          "board_special": {
            "hi3516dv300": [
              "hdf_hi3516dv300_liteos_a"
            ],
            "hi3518ev300": [
              "hdf_hi3518ev300_liteos_a"
            ]
          },
          "components": [
            "hilog_lite",
J
jady3356 已提交
176 177
            "system_ability_manager",
            "ipc",
M
mamingshuai 已提交
178
            "kv_store",
J
jady3356 已提交
179
            "ability",
M
mamingshuai 已提交
180 181 182 183 184 185 186 187
            "ace_engine_lite",
            "surface",
            "ui"
          ]
        }
      }
  ]
}