1 /* 2 * Copyright (c) 2023-2024 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #ifndef PIN_AUTH_HDI 17 #define PIN_AUTH_HDI 18 19 #include "v2_1/pin_auth_types.h" 20 #include "v2_1/iexecutor_callback.h" 21 #include "v2_1/pin_auth_types.h" 22 #include "v2_1/iall_in_one_executor.h" 23 #include "v2_1/icollector.h" 24 #include "v2_1/iexecutor_callback.h" 25 #include "v2_1/ipin_auth_interface.h" 26 #include "v2_1/iverifier.h" 27 #include "v2_1/pin_auth_interface_service.h" 28 29 namespace OHOS { 30 namespace UserIam { 31 namespace PinAuth { 32 using IPinAuthInterface = OHOS::HDI::PinAuth::V2_1::IPinAuthInterface; 33 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_1::PinAuthInterfaceService; 34 35 using IAllInOneExecutor = OHOS::HDI::PinAuth::V2_1::IAllInOneExecutor; 36 using ICollector = OHOS::HDI::PinAuth::V2_1::ICollector; 37 using IVerifier = OHOS::HDI::PinAuth::V2_1::IVerifier; 38 39 using IExecutorCallback = OHOS::HDI::PinAuth::V2_1::IExecutorCallback; 40 41 using AuthType = OHOS::HDI::PinAuth::V2_1::AuthType; 42 using ExecutorRole = OHOS::HDI::PinAuth::V2_1::ExecutorRole; 43 using ExecutorSecureLevel = OHOS::HDI::PinAuth::V2_1::ExecutorSecureLevel; 44 using ExecutorInfo = OHOS::HDI::PinAuth::V2_1::ExecutorInfo; 45 46 using GetPropertyType = OHOS::HDI::PinAuth::V2_1::GetPropertyType; 47 using Property = OHOS::HDI::PinAuth::V2_1::Property; 48 } // namespace PinAuth 49 } // namespace UserIam 50 } // namespace OHOS 51 52 #endif // PIN_AUTH_HDI