【master】流水线校验规则适配修改

Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
gengzhengxing 2023-07-25 10:53:02 +08:00
parent 20d361b381
commit 3801e937a2
6 changed files with 9 additions and 9 deletions

View File

@ -116,7 +116,7 @@ OpenHarmony.p12和OpenHarmonyApplication.cer文件可在[签名工具仓](https:
"runtimeOS": "OpenHarmony"
}
],
"entryModules": ["pad-launcher","phone-launcher"]
"entryModules": ["pad_launcher", "phone_launcher"]
}
```
@ -147,8 +147,8 @@ OpenHarmony.p12和OpenHarmonyApplication.cer文件可在[签名工具仓](https:
**使用以下命令来更新编译出来的Launcher部件hap包**
```
ren phone-launcher-default-signed.hap Launcher.hap
ren launcher_settings-phone-launcher-default-signed.hap Launcher_Settings.hap
ren phone_launcher-default-signed.hap Launcher.hap
ren launcher_settings-phone_launcher-default-signed.hap Launcher_Settings.hap
hdc target mount
hdc shell rm -rf /data/misc_de/0/mdds/0/default/bundle_manager_service

View File

@ -133,7 +133,7 @@
],
},
{
"name": "phone-launcher",
"name": "phone_launcher",
"srcPath": "./product/phone",
"targets": [
{
@ -145,7 +145,7 @@
],
},
{
"name": "pad-launcher",
"name": "pad_launcher",
"srcPath": "./product/pad",
"targets": [
{

View File

@ -31,7 +31,7 @@ export class CommonConstants {
/**
* Module name of AppCenter.
*/
static MODULE_NAME = 'pad-launcher';
static MODULE_NAME = 'pad_launcher';
/**
* Ability name of AppCenter.

View File

@ -7,5 +7,5 @@
"name": "default",
}
],
"entryModules": ["pad-launcher","phone-launcher"]
"entryModules": ["pad_launcher", "phone_launcher"]
}

View File

@ -1,6 +1,6 @@
{
"module": {
"name": "pad-launcher",
"name": "pad_launcher",
"type": "entry",
"srcEntry": "./ets/Application/AbilityStage.ts",
"description": "$string:mainability_description",

View File

@ -1,6 +1,6 @@
{
"module": {
"name": "phone-launcher",
"name": "phone_launcher",
"type": "entry",
"srcEntry": "./ets/Application/AbilityStage.ts",
"description": "$string:mainability_description",