mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-26 16:41:58 +00:00
【master】流水线校验规则适配修改
Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
parent
20d361b381
commit
3801e937a2
@ -116,7 +116,7 @@ OpenHarmony.p12和OpenHarmonyApplication.cer文件可在[签名工具仓](https:
|
|||||||
"runtimeOS": "OpenHarmony"
|
"runtimeOS": "OpenHarmony"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"entryModules": ["pad-launcher","phone-launcher"]
|
"entryModules": ["pad_launcher", "phone_launcher"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -147,8 +147,8 @@ OpenHarmony.p12和OpenHarmonyApplication.cer文件可在[签名工具仓](https:
|
|||||||
**使用以下命令来更新编译出来的Launcher部件hap包**
|
**使用以下命令来更新编译出来的Launcher部件hap包**
|
||||||
|
|
||||||
```
|
```
|
||||||
ren phone-launcher-default-signed.hap Launcher.hap
|
ren phone_launcher-default-signed.hap Launcher.hap
|
||||||
ren launcher_settings-phone-launcher-default-signed.hap Launcher_Settings.hap
|
ren launcher_settings-phone_launcher-default-signed.hap Launcher_Settings.hap
|
||||||
|
|
||||||
hdc target mount
|
hdc target mount
|
||||||
hdc shell rm -rf /data/misc_de/0/mdds/0/default/bundle_manager_service
|
hdc shell rm -rf /data/misc_de/0/mdds/0/default/bundle_manager_service
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phone-launcher",
|
"name": "phone_launcher",
|
||||||
"srcPath": "./product/phone",
|
"srcPath": "./product/phone",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
@ -145,7 +145,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pad-launcher",
|
"name": "pad_launcher",
|
||||||
"srcPath": "./product/pad",
|
"srcPath": "./product/pad",
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@ export class CommonConstants {
|
|||||||
/**
|
/**
|
||||||
* Module name of AppCenter.
|
* Module name of AppCenter.
|
||||||
*/
|
*/
|
||||||
static MODULE_NAME = 'pad-launcher';
|
static MODULE_NAME = 'pad_launcher';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ability name of AppCenter.
|
* Ability name of AppCenter.
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"name": "default",
|
"name": "default",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"entryModules": ["pad-launcher","phone-launcher"]
|
"entryModules": ["pad_launcher", "phone_launcher"]
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"module": {
|
"module": {
|
||||||
"name": "pad-launcher",
|
"name": "pad_launcher",
|
||||||
"type": "entry",
|
"type": "entry",
|
||||||
"srcEntry": "./ets/Application/AbilityStage.ts",
|
"srcEntry": "./ets/Application/AbilityStage.ts",
|
||||||
"description": "$string:mainability_description",
|
"description": "$string:mainability_description",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"module": {
|
"module": {
|
||||||
"name": "phone-launcher",
|
"name": "phone_launcher",
|
||||||
"type": "entry",
|
"type": "entry",
|
||||||
"srcEntry": "./ets/Application/AbilityStage.ts",
|
"srcEntry": "./ets/Application/AbilityStage.ts",
|
||||||
"description": "$string:mainability_description",
|
"description": "$string:mainability_description",
|
||||||
|
Loading…
Reference in New Issue
Block a user