taskpool分支修改配置字段srcEntrance替换为srcEntry
Signed-off-by: xiagengwen <xiagengwen1@h-partners.com>
This commit is contained in:
parent
815c2273a7
commit
bd1d14ab3d
|
@ -22,7 +22,7 @@
|
||||||
"abilities": [
|
"abilities": [
|
||||||
{
|
{
|
||||||
"name": "MainAbility",
|
"name": "MainAbility",
|
||||||
"srcEntrance": "./ets/entryability/EntryAbility.ets",
|
"srcEntry": "./ets/entryability/EntryAbility.ets",
|
||||||
"description": "$string:MainAbility_desc",
|
"description": "$string:MainAbility_desc",
|
||||||
"icon": "$media:icon",
|
"icon": "$media:icon",
|
||||||
"label": "$string:MainAbility_label",
|
"label": "$string:MainAbility_label",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"module": {
|
"module": {
|
||||||
"name": "entry_test",
|
"name": "entry_test",
|
||||||
"type": "feature",
|
"type": "feature",
|
||||||
"srcEntrance": "./ets/testability/TestAbility.ets",
|
"srcEntry": "./ets/testability/TestAbility.ets",
|
||||||
"description": "$string:module_test_desc",
|
"description": "$string:module_test_desc",
|
||||||
"mainElement": "TestAbility",
|
"mainElement": "TestAbility",
|
||||||
"deviceTypes": ["default"],
|
"deviceTypes": ["default"],
|
||||||
|
|
Loading…
Reference in New Issue