1 vor 1 Jahr
Ursprung
Commit
d6d4018c73
3 geänderte Dateien mit 0 neuen und 124 gelöschten Zeilen
  1. 0 10
      vendor/BUILD.gn
  2. 0 19
      vendor/c_cpp_properties.json
  3. 0 95
      vendor/config.json

+ 0 - 10
vendor/BUILD.gn

@@ -1,10 +0,0 @@
-# Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
-
-group("CH2O_Monitoring") {
-    deps = [
-        "//device/bossay/hi3861_l0/sdk_liteos:wifiiot_sdk",
-        "../common/iot_wifi:iot_wifi",
-        # "//applications/sample/app:app",
-        "demo_CH2O_Monitoring:bossay_hi3861_l0_CH2O_Monitoring",
-    ]
-}

+ 0 - 19
vendor/c_cpp_properties.json

@@ -1,19 +0,0 @@
-{
-    "configurations": [
-        {
-            "name": "Win32",
-            "includePath": [
-                "${workspaceFolder}/**"
-            ],
-            "defines": [
-                "_DEBUG",
-                "UNICODE",
-                "_UNICODE"
-            ],
-            "cStandard": "c17",
-            "cppStandard": "c++17",
-            "intelliSenseMode": "windows-msvc-x64"
-        }
-    ],
-    "version": 4
-}

+ 0 - 95
vendor/config.json

@@ -1,95 +0,0 @@
-{
-    "product_name": "CH2O_Monitoring",
-    "ohos_version": "OpenHarmony 1.0",
-    "device_company": "bossay",
-    "board": "hi3861_l0",
-    "kernel_type": "liteos_m",
-    "kernel_version": "",
-    "subsystems": [
-      {
-        "subsystem": "applications",
-        "components": [
-          { "component": "wifi_iot_sample_app", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "iot_hardware",
-        "components": [
-          { "component": "iot_controller", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "hiviewdfx",
-        "components": [
-          { "component": "hilog_lite", "features":[] },
-          { "component": "hievent_lite", "features":[] },
-          { "component": "blackbox", "features":[] },
-          { "component": "hidumper_mini", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "distributed_schedule",
-        "components": [
-          { "component": "samgr_lite", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "security",
-        "components": [
-          { "component": "hichainsdk", "features":[] },
-          { "component": "deviceauth_lite", "features":[] },
-          { "component": "huks", "features":
-            [
-              "disable_huks_binary = false",
-              "disable_authenticate = false",
-              "huks_use_lite_storage = true",
-              "huks_use_hardware_root_key = true",
-              "huks_config_file = \"hks_config_lite.h\"",
-              "huks_mbedtls_path = \"//device/bossay/hi3861_l0/sdk_liteos/third_party/mbedtls/include/\""
-            ]
-          }
-        ]
-      },
-      {
-        "subsystem": "startup",
-        "components": [
-          { "component": "bootstrap_lite", "features":[] },
-          { "component": "syspara_lite", "features":
-            [
-              "enable_ohos_startup_syspara_lite_use_thirdparty_mbedtls = false"
-            ]
-          }
-        ]
-      },
-      {
-        "subsystem": "communication",
-        "components": [
-          { "component": "wifi_lite", "features":[] },
-          { "component": "softbus_lite", "features":[] },
-          { "component": "wifi_aware", "features":[]}
-        ]
-      },
-      {
-        "subsystem": "update",
-        "components": [
-          { "component": "ota_lite", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "iot",
-        "components": [
-          { "component": "iot_link", "features":[] }
-        ]
-      },
-      {
-        "subsystem": "utils",
-        "components": [
-          { "component": "file", "features":[] },
-          { "component": "kv_store", "features":[] },
-          { "component": "os_dump", "features":[] }
-        ]
-      }
-    ],
-    "third_party_dir": "//device/bossay/hi3861_l0/sdk_liteos/third_party",
-    "product_adapter_dir": "//vendor/bossay/hi3861_l0/hals"
-  }