powermgr.json 1.6 KB
Newer Older
M
mamingshuai 已提交
1 2 3
{
  "components": [
    {
Y
yangming_ha 已提交
4
      "component": "powermgr_lite",
M
mamingshuai 已提交
5 6
      "optional": "true",
      "dirs": [
J
jady3356 已提交
7
        "base/powermgr/powermgr_lite"
M
mamingshuai 已提交
8 9
      ],
      "targets": [
Z
zili 已提交
10
        "//base/powermgr/powermgr_lite:powermgr_lite"
M
mamingshuai 已提交
11 12 13
      ],
      "rom": "22KB",
      "ram": "~10KB",
Z
zhaoruiyuan 已提交
14
      "output": [
Z
zhaoruiyuan 已提交
15 16
        "libpowermgr.so",
        "libpowermgrservice.so"
Z
zhaoruiyuan 已提交
17
      ],
M
mamingshuai 已提交
18 19
      "adapted_kernel": [
        "liteos_a",
Z
zili 已提交
20
        "liteos_m",
M
mamingshuai 已提交
21 22
        "linux"
      ],
Z
zili 已提交
23
      "features": [],
M
mamingshuai 已提交
24 25
      "deps": {
        "components": [
Y
yangming_ha 已提交
26 27 28 29 30 31 32 33 34
          "utils_base",
          "samgr_lite",
          "peripheral_input",
          "ui",
          "ipc_lite",
          "aafwk_lite",
          "appexecfwk_lite",
          "hilog",
          "wms"
M
mamingshuai 已提交
35 36
        ],
        "third_party": [
J
jady3356 已提交
37
          "bounds_checking_function"
M
mamingshuai 已提交
38 39
        ]
      }
T
toutes 已提交
40 41 42 43 44 45 46 47 48 49 50 51
    },
    {
      "component": "battery_lite",
      "optional": "true",
      "dirs": [
        "base/powermgr/battery_lite"
      ],
      "targets": [
        "//base/powermgr/battery_lite:batterymgr_lite"
      ],
      "rom": "22KB",
      "ram": "~10KB",
Z
zhaoruiyuan 已提交
52
      "output": [
Z
zhaoruiyuan 已提交
53 54
        "libbatterymgr.so",
        "libbatteryservice.so"
Z
zhaoruiyuan 已提交
55
      ],
T
toutes 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
      "adapted_kernel": [
        "liteos_a",
        "liteos_m",
        "linux"
      ],
      "features": [],
      "deps": {
        "components": [
          "utils_base",
          "samgr_lite",
          "peripheral_input",
          "ui",
          "ipc_lite",
          "aafwk_lite",
          "appexecfwk_lite",
          "hilog",
          "wms"
        ],
        "third_party": [
          "bounds_checking_function"
        ]
      }
M
mamingshuai 已提交
78 79 80
    }
  ]
}