mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-20 21:59:19 -04:00
!301 feat: add bundle.json
Merge pull request !301 from yorere/OpenHarmony-3.0-LTS
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"name": "@ohos/adapter_liteos_khdf",
|
||||
"version": "",
|
||||
"description": "liteos-a的内核态hdf驱动平台",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "BSD 3-Clause",
|
||||
"repository": "https://gitee.com/openharmony/drivers_adapter/tree/master/khdf/liteos",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [
|
||||
"drivers"
|
||||
],
|
||||
"keywords": [
|
||||
"drivers",
|
||||
"liteos"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "drivers/adapter/khdf/liteos"
|
||||
},
|
||||
"component": {
|
||||
"name": "adapter_liteos_khdf",
|
||||
"subsystem": "hdf",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"small"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@ohos/adapter_liteos_m_khdf",
|
||||
"version": "",
|
||||
"description": "liteos-n的内核态hdf驱动平台",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "BSD 3-Clause",
|
||||
"repository": "https://gitee.com/openharmony/drivers_adapter/tree/master/khdf/liteos_m",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [ "drivers" ],
|
||||
"keywords": [
|
||||
"adapter",
|
||||
"khdf",
|
||||
"liteos_m"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "drivers/adapter/khdf/liteos_m"
|
||||
},
|
||||
"component": {
|
||||
"name": "adapter_liteos_m_khdf",
|
||||
"subsystem": "hdf",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"mini"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "@ohos/adapter_uhdf",
|
||||
"version": "",
|
||||
"description": "用户态驱动框架",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "",
|
||||
"repository": "",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [],
|
||||
"keywords": [],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {},
|
||||
"component": {
|
||||
"name": "adapter_uhdf",
|
||||
"subsystem": "hdf",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adated_system_type": [
|
||||
"min",
|
||||
"small",
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user