napi_generator/examples/napitutorials/build-profile.json5
wangshi 00aaf7a6c1 add ets
Signed-off-by: wangshi <wangshi@kaihong.com>
2024-04-10 14:19:27 +08:00

55 lines
1.8 KiB
Plaintext

/*
* Copyright (c) 2023 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"app": {
"signingConfigs": [
{
"name": "default",
"material": {
"certpath": "C:\\Users\\Administrator\\.ohos\\config\\openharmony\\auto_ohos_default_napitutorials_com.example.napitutorials.cer",
"storePassword": "00000019113BEA8A162B3F7F49C6FDC76B00433657510CE951F938C2C93DF162B26EDF103D500F7EA0",
"keyAlias": "debugKey",
"keyPassword": "00000019151AB41B42D74D7267DD11E8CAE3CCE64E310A92160984B23C669ED50912DFFD6F9E6B4EA4",
"profile": "C:\\Users\\Administrator\\.ohos\\config\\openharmony\\auto_ohos_default_napitutorials_com.example.napitutorials.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\Administrator\\.ohos\\config\\openharmony\\auto_ohos_default_napitutorials_com.example.napitutorials.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compileSdkVersion": 10,
"compatibleSdkVersion": 10
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}