chore: 重构目录,明确产品含义

Signed-off-by: zhushengle <zhushengle@huawei.com>
This commit is contained in:
zhushengle 2021-07-17 14:46:59 +08:00
parent 11f3a8fbe5
commit a4837043e4
14 changed files with 12 additions and 14 deletions

View File

@ -1,11 +1,11 @@
# Copyright (c) 2020 Huawei Device Co., Ltd. All rights reserved.
executable("cortex_m4_qemu_liteos_m") {
executable("qemu_mini_system_demo") {
output_name = "OHOS_Image"
ldflags = [
"-specs=nano.specs",
"-nostartfiles",
"-Wl,-T"+rebase_path("//device/qemu/cortex_m4_an386/Liteos.ld"),
"-Wl,-T"+rebase_path("//device/qemu/arm_mps2_an386/Liteos.ld"),
"-Wl,--gc-section"
]
@ -17,6 +17,6 @@ executable("cortex_m4_qemu_liteos_m") {
deps = [
"//build/lite:ohos",
"//device/qemu/cortex_m4_an386:board"
"//device/qemu/arm_mps2_an386:board"
]
}

View File

@ -1,8 +1,8 @@
{
"product_name": "cortex_m4_qemu",
"product_name": "qemu_mini_system_demo",
"ohos_version": "OpenHarmony 1.0",
"device_company": "qemu",
"board": "cortex_m4_an386",
"board": "arm_mps2_an386",
"kernel_type": "liteos_m",
"kernel_version": "3.0.0",
"subsystems": [
@ -45,9 +45,9 @@
]
}
],
"vendor_adapter_dir": "//vendor/ohos/cortex_m4_qemu_liteos_m",
"vendor_adapter_dir": "//vendor/ohos/qemu_mini_system_demo",
"third_party_dir": "",
"product_adapter_dir": "//vendor/ohos/cortex_m4_qemu_liteos_m/hals",
"product_adapter_dir": "//vendor/ohos/qemu_mini_system_demo/hals",
"ohos_product_type": "",
"ohos_manufacture":"",
"ohos_brand":"",

View File

@ -1,6 +1,6 @@
# Copyright (c) 2020 Huawei Device Co., Ltd. All rights reserved.
executable("riscv_qemu_liteos_m") {
executable("qemu_riscv32_mini_system_demo") {
output_name = "OHOS_Image"
ldflags = [
"-Wl,-mcmodel=medany",

View File

@ -1,5 +1,5 @@
{
"product_name": "riscv_qemu_liteos_m",
"product_name": "qemu_riscv_mini_system_demo",
"ohos_version": "OpenHarmony 1.0",
"device_company": "qemu",
"board": "riscv32_virt",
@ -9,16 +9,14 @@
{
"subsystem": "kernel",
"components": [
{ "component": "liteos_m", "features":[ "enable_ohos_kernel_liteos_m_test = true",
"enable_ohos_kernel_liteos_m_fs = false"
]
{ "component": "liteos_m", "features":[ "enable_ohos_kernel_liteos_m_test = true" ]
}
]
}
],
"vendor_adapter_dir": "//vendor/ohos/riscv_qemu_liteos_m",
"vendor_adapter_dir": "//vendor/ohos/qemu_riscv32_mini_system_demo",
"third_party_dir": "",
"product_adapter_dir": "//vendor/ohos/riscv_qemu_liteos_m/hals",
"product_adapter_dir": "//vendor/ohos/qemu_riscv32_mini_system_demo/hals",
"ohos_product_type": "",
"ohos_manufacture":"",
"ohos_brand":"",