{
    "name": "@ohos/drivers_peripheral_location_agnss",
    "description": "location agnss hdf",
    "version": "2.0",
    "license": "Apache License 2.0",
    "publishAs": "code-segment",
    "segment": {
      "destPath": "drivers/peripheral/location/agnss"
    },
    "dirs": {},
    "scripts": {},
    "component": {
      "name": "drivers_peripheral_location_agnss",
      "subsystem": "hdf",
      "adapted_system_type": [
        "standard"
      ],
      "rom": "1000KB",
      "ram": "1000KB",
      "deps": {
        "components": [
          "c_utils",
          "drivers_interface_location_agnss",
          "drivers_peripheral_location_gnss",
          "ipc",
          "hdf_core",
          "hilog",
          "samgr"
        ],
        "third_party": []
      },
      "build": {
        "sub_component": [
          "//drivers/peripheral/location/agnss:location_agnss_entry"
        ],
        "test": [
          "//drivers/peripheral/location/agnss/test:hdf_test_agnss"
        ]
      }
    }
  }