• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Copyright (C) 2022 Huawei Technologies Co., Ltd.
2; Licensed under the Mulan PSL v2.
3; You can use this software according to the terms and conditions of the Mulan
4; PSL v2.
5; You may obtain a copy of Mulan PSL v2 at:
6;     http://license.coscl.org.cn/MulanPSL2
7; THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
8; KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
9; NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
10; See the Mulan PSL v2 for more details.
11
12[signConfigPrivateCfg]
13;;;
14;0 config certificate
15configVersion = 0
16
17;;;
18;0 is openharmony
19;1 is not openharmony
20configPolicy = 0
21
22;;;
23;RSA_PSS alg
24;ECDSA alg
25configSignAlg = RSA_PSS
26
27;;;
28;1 means signed by local private
29configSignType = 1
30
31;;;
32;private key for signing config
33configSignKey = ../TA_demo/ta_config_priv_key.pem
34
35