1# Copyright (c) 2021 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 14build_version = 3.1 15 16# whether ohos is enabled. 17hw_sc.build.os.enable=true 18 19# ohos API version number. 20hw_sc.build.os.apiversion=8 21 22# ohos system version. 23hw_sc.build.os.version=3.1.0 24 25# ohos device type please use hw_sc.build.os.devicetype 26 27# ohos release type 28hw_sc.build.os.releasetype=Release 29 30const.actionable_compatible_property.enabled=false 31const.postinstall.fstab.prefix=/system 32const.secure=1 33security.perf_harden=1 34const.allow.mock.location=0 35const.debuggable=1 36const.build.characteristics=default 37const.product.model=ohos 38const.product.name="OpenHarmony 3.1 Release" 39persist.sys.usb.config=hdc 40const.sandbox=enable 41# const.build.characteristics=default 42const.product.devicetype=default 43# OHOS_SOFTWARE_MODEL[] = {"default"} 44const.software.model=default 45# OHOS_MANUFACTURE[] = {"default"} 46const.product.manufacturer=default 47# OHOS_BRAND[] = {"default"} 48const.product.brand=default 49# OHOS_PRODUCT_SERIES[] = {"default"} 50const.build.product=default 51# OHOS_HARDWARE_MODEL[] = {"default"} 52const.product.hardwareversion=default 53# OHOS_BOOTLOADER_VERSION[] = {"bootloader"} 54const.product.bootloader.version=bootloader 55# OHOS_ABI_LIST[] = {"default"} 56const.product.cpu.abilist=default 57# OHOS_SECURITY_PATCH_TAG[] = { "2023/03/01" } 58const.ohos.version.security_patch=2023/03/01 59# OHOS_DISPLAY_VERSION[] = {"OpenHarmony 3.1 Release"} 60const.product.software.version=OpenHarmony 3.1 Release 61# OHOS_INCREMENTAL_VERSION[] = {"default"} 62const.product.incremental.version=default 63# OHOS_FIRST_API_LEVEL = 1 64const.product.firstapiversion=1 65# OHOS_BUILD_TYPE[] = {"default"} 66const.product.build.type=default 67# OHOS_BUILD_USER[] = {"default"} 68const.product.build.user=default 69# OHOS_BUILD_HOST[] = {"default"} 70const.product.build.host=default 71# OHOS_BUILD_TIME[] = {"default"} 72const.product.build.date=default 73# OHOS_HARDWARE_PROFILE[] = {"default"} 74const.product.hardwareprofile=default 75# OHOS_RELEASE_TYPE[] = { "Release" } 76const.ohos.releasetype=Release 77# OHOS_SDK_API_LEVEL = 8; 78const.ohos.apiversion=8 79# OHOS_BUILD_ROOT_HASH[] = { "default" } 80const.ohos.buildroothash=default 81# OHOS_SDK_API_LEVEL = 8 82const.ohos.sdkapilevel=8 83# OHOS_OS_NAME[] = { "OpenHarmony" } 84const.ohos.name=OpenHarmony 85