1# Copyright (c) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14declare_args() { 15 system_resources_support_ext = false 16} 17 18certificate_profile_path = 19 "//vendor/tools/hap_sign_conf/global/system_resources/SystemResources.p7b" 20 21systemres_ext_path = "//vendor/${product_company}/base/global/system_resources" 22 23sys_fonts_list = [ 24 { 25 font_name = "HarmonyOS_Sans" 26 font_path = "fonts/HarmonyOS_Sans.ttf" 27 }, 28 { 29 font_name = "HarmonyOS_Sans_Italic" 30 font_path = "fonts/HarmonyOS_Sans_Italic.ttf" 31 }, 32 { 33 font_name = "HarmonyOS_Sans_Condensed" 34 font_path = "fonts/HarmonyOS_Sans_Condensed.ttf" 35 }, 36 { 37 font_name = "HarmonyOS_Sans_Condensed_Italic" 38 font_path = "fonts/HarmonyOS_Sans_Condensed_Italic.ttf" 39 }, 40 { 41 font_name = "HarmonyOS_Sans_Naskh_Arabic" 42 font_path = "fonts/HarmonyOS_Sans_Naskh_Arabic.ttf" 43 }, 44 { 45 font_name = "HarmonyOS_Sans_Naskh_Arabic_UI" 46 font_path = "fonts/HarmonyOS_Sans_Naskh_Arabic_UI.ttf" 47 }, 48 { 49 font_name = "HarmonyOS_Sans_SC" 50 font_path = "fonts/HarmonyOS_Sans_SC.ttf" 51 }, 52 { 53 font_name = "HarmonyOS_Sans_TC" 54 font_path = "fonts/HarmonyOS_Sans_TC.ttf" 55 }, 56 { 57 font_name = "HarmonyOS_Sans_Digit" 58 font_path = "fonts/HarmonyOS_Sans_Digit.ttf" 59 }, 60 { 61 font_name = "HarmonyOS_Sans_Digit_Medium" 62 font_path = "fonts/HarmonyOS_Sans_Digit_Medium.ttf" 63 }, 64 { 65 font_name = "HMOSColorEmojiCompat" 66 font_path = "fonts/HMOSColorEmojiCompat.ttf" 67 }, 68 { 69 font_name = "HMOSColorEmojiFlags" 70 font_path = "fonts/HMOSColorEmojiFlags.ttf" 71 }, 72 { 73 font_name = "HMSymbolVF" 74 font_path = "fonts/HMSymbolVF.ttf" 75 }, 76 { 77 font_name = "hm_symbol_config" 78 font_path = "fonts/hm_symbol_config.json" 79 }, 80 { 81 font_name = "hm_symbol_config_next" 82 font_path = "fonts/hm_symbol_config_next.json" 83 }, 84] 85