Browse Source

上传文件至 'vendor'

bosai 1 year ago
parent
commit
4cdfbe2e3b
3 changed files with 124 additions and 0 deletions
  1. 10 0
      vendor/BUILD.gn
  2. 19 0
      vendor/c_cpp_properties.json
  3. 95 0
      vendor/config.json

+ 10 - 0
vendor/BUILD.gn

@@ -0,0 +1,10 @@
+# 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",
+    ]
+}

+ 19 - 0
vendor/c_cpp_properties.json

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

+ 95 - 0
vendor/config.json

@@ -0,0 +1,95 @@
+{
+    "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"
+  }