global.json 1.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
{
  "components": [
    {
      "component": "global_resource_manager",
      "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"
        ]
      }
    },
    {
      "component": "global_i18n_kits",
      "description": "i18n interfaces",
      "optional": "true",
      "dirs": [
        "base/global/i18n_lite"
      ],
      "targets": [
35 36
        "//base/global/i18n_lite/frameworks/i18n:global_i18n",
        "//base/global/i18n_lite/frameworks/i18n/test:I18nTest"
M
mamingshuai 已提交
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
      ],
      "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"
        ]
      }
    }
  ]
}