# Copyright (c) 2021 Huawei Device 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. build_version = 2.0 # whether ohos is enabled. hw_sc.build.os.enable=true # ohos API version number. hw_sc.build.os.apiversion=9 # ohos system version. hw_sc.build.os.version=2.2.0 # ohos device type please use hw_sc.build.os.devicetype # ohos release type hw_sc.build.os.releasetype=Canary1 const.actionable_compatible_property.enabled=false const.postinstall.fstab.prefix=/system const.secure=1 security.perf_harden=1 const.allow.mock.location=0 const.debuggable=1 const.build.characteristics=default const.product.model=ohos const.product.name="OpenHarmony 2.0 Canary" persist.sys.usb.config=hdc const.sandbox=enable # const.build.characteristics=default const.product.devicetype=default # OHOS_SOFTWARE_MODEL[] = {"default"} const.software.model=default # OHOS_MANUFACTURE[] = {"default"} const.product.manufacturer=default # OHOS_BRAND[] = {"default"} const.product.brand=default # OHOS_PRODUCT_SERIES[] = {"default"} const.build.product=default # OHOS_HARDWARE_MODEL[] = {"default"} const.product.hardwareversion=default # OHOS_BOOTLOADER_VERSION[] = {"bootloader"} const.product.bootloader.version=bootloader # OHOS_ABI_LIST[] = {"default"} const.product.cpu.abilist=default # OHOS_SECURITY_PATCH_TAG[] = { "2020-09-01" } const.ohos.version.security_patch=2020-09-01 # OHOS_DISPLAY_VERSION[] = {"OpenHarmony 3.1 release"} const.product.software.version=OpenHarmony 3.1 release # OHOS_INCREMENTAL_VERSION[] = {"default"} const.product.incremental.version=default # OHOS_FIRST_API_LEVEL = 1 const.product.firstapiversion=1 # OHOS_BUILD_TYPE[] = {"default"} const.product.build.type=default # OHOS_BUILD_USER[] = {"default"} const.product.build.user=default # OHOS_BUILD_HOST[] = {"default"} const.product.build.host=default # OHOS_BUILD_TIME[] = {"default"} const.product.build.date=default # OHOS_HARDWARE_PROFILE[] = {"default"} const.product.hardwareprofile=default # OHOS_RELEASE_TYPE[] = { "Canary1" } const.ohos.releasetype=Canary1 # OHOS_SDK_API_LEVEL = 8; const.ohos.apiversion=8 # OHOS_BUILD_ROOT_HASH[] = { "default" } const.ohos.buildroothash=default # OHOS_SDK_API_LEVEL = 8 const.ohos.sdkapilevel=8 # OHOS_OS_NAME[] = { "OpenHarmony" } const.ohos.name=OpenHarmony