1# Copyright (c) 2022 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 14pinauth_root_path = "//base/user_iam/pin_auth" 15 16useriam_sa_path = "${pinauth_root_path}/sa_profile" 17 18pinauth_services_path = "${pinauth_root_path}/services" 19 20pinauth_frameworks_path = "${pinauth_root_path}/frameworks" 21 22pinauth_interfaces_path = "${pinauth_root_path}/interfaces" 23 24pinauth_kits_path = "${pinauth_interfaces_path}/kits" 25 26pinauth_innerkits_path = "${pinauth_interfaces_path}/innerkits" 27 28aafwk_path = "//foundation/aafwk/standard" 29 30appexecfwk_path = "//foundation/appexecfwk/standard" 31