mirror of
https://gitee.com/openharmony/vendor_ohos
synced 2025-02-18 19:10:15 +00:00
chore: 重构目录,明确产品含义
Signed-off-by: zhushengle <zhushengle@huawei.com>
This commit is contained in:
parent
11f3a8fbe5
commit
a4837043e4
@ -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"
|
||||
]
|
||||
}
|
@ -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":"",
|
@ -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",
|
@ -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":"",
|
Loading…
x
Reference in New Issue
Block a user