global.json 1.7 KB
Newer Older
M
mamingshuai 已提交
1 2 3
{
  "components": [
    {
Y
yangming_ha 已提交
4
      "component": "resmgr_lite",
M
mamingshuai 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
      "description": "resource scheduler.",
      "optional": "true",
      "dirs": [
        "base/global/resmgr_lite"
      ],
      "targets": [
        "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr"
      ],
      "rom": "21KB",
      "ram": "~48KB",
      "output": [ "global_resmgr.so" ],
      "adapted_kernel": [ "liteos_a" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "utils_base"
        ]
      }
    },
    {
Y
yangming_ha 已提交
28
      "component": "i18n_lite",
M
mamingshuai 已提交
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
      "description": "i18n interfaces",
      "optional": "true",
      "dirs": [
        "base/global/i18n_lite"
      ],
      "targets": [
        "//base/global/i18n_lite/frameworks/i18n:global_i18n"
      ],
      "rom": "2.5MB",
      "ram": "~112KB",
      "output": [ "global_i18n.so" ],
      "adapted_kernel": [ "liteos_a" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "utils_base"
        ]
      }
    },
    {
      "component": "global_cust",
      "description": "",
      "optional": "true",
      "dirs": [
        "base/global/cust_lite"
      ],
      "targets": [
        "//base/global/cust_lite/frameworks/cust_lite:cust"
      ],
      "rom": "9KB",
      "ram": "~40KB",
      "output": [ "cust.so" ],
      "adapted_kernel": [ "linux" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
Y
yutao999@huawei.com 已提交
69 70
        ],
        "components": [
M
mamingshuai 已提交
71 72 73 74 75
        ]
      }
    }
  ]
}