mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-27 08:30:34 +00:00
!166 【OpenHarmony开源贡献者计划2022】轻量的应用示例部件的标准化
Merge pull request !166 from peitaiyi/master
This commit is contained in:
commit
c14b777f82
34
bundle.json
Executable file
34
bundle.json
Executable file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@ohos/settings_standard",
|
||||
"description": "Settings app for standard system.",
|
||||
"version": "3.1",
|
||||
"license": "Apache License 2.0",
|
||||
"publishAs": "code-segment",
|
||||
"segment": {
|
||||
"destPath": "applications/standard/settings"
|
||||
},
|
||||
"dirs": {},
|
||||
"scripts": {},
|
||||
"component": {
|
||||
"name": "settings_standard",
|
||||
"subsystem": "applications",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//applications/standard/settings/napi/settings:settings"
|
||||
],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
12
ohos.build
12
ohos.build
@ -1,12 +0,0 @@
|
||||
{
|
||||
"parts": {
|
||||
"settings_standard": {
|
||||
"module_list": [
|
||||
"//applications/standard/settings/napi/settings:settings"
|
||||
],
|
||||
"inner_kits": [],
|
||||
"test_list": []
|
||||
}
|
||||
},
|
||||
"subsystem": "settingsnapi"
|
||||
}
|
Loading…
Reference in New Issue
Block a user