1094332d3Sopenharmony_ci/* 2094332d3Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd. 3094332d3Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4094332d3Sopenharmony_ci * you may not use this file except in compliance with the License. 5094332d3Sopenharmony_ci * You may obtain a copy of the License at 6094332d3Sopenharmony_ci * 7094332d3Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8094332d3Sopenharmony_ci * 9094332d3Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10094332d3Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11094332d3Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12094332d3Sopenharmony_ci * See the License for the specific language governing permissions and 13094332d3Sopenharmony_ci * limitations under the License. 14094332d3Sopenharmony_ci */ 15094332d3Sopenharmony_ci 16094332d3Sopenharmony_ci#ifndef FACE_AUTH_HDI 17094332d3Sopenharmony_ci#define FACE_AUTH_HDI 18094332d3Sopenharmony_ci 19094332d3Sopenharmony_ci#include "v2_0/all_in_one_executor_stub.h" 20094332d3Sopenharmony_ci#include "v2_0/face_auth_interface_stub.h" 21094332d3Sopenharmony_ci#include "v2_0/face_auth_types.h" 22094332d3Sopenharmony_ci#include "v2_0/iall_in_one_executor.h" 23094332d3Sopenharmony_ci#include "v2_0/iexecutor_callback.h" 24094332d3Sopenharmony_ci#include "v2_0/iface_auth_interface.h" 25094332d3Sopenharmony_ci#include "v2_0/isa_command_callback.h" 26094332d3Sopenharmony_ci 27094332d3Sopenharmony_cinamespace OHOS { 28094332d3Sopenharmony_cinamespace HDI { 29094332d3Sopenharmony_cinamespace FaceAuth { 30094332d3Sopenharmony_ciusing IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; 31094332d3Sopenharmony_ciusing FaceAuthInterfaceStub = OHOS::HDI::FaceAuth::V2_0::FaceAuthInterfaceStub; 32094332d3Sopenharmony_ciusing AllInOneExecutorStub = OHOS::HDI::FaceAuth::V2_0::AllInOneExecutorStub; 33094332d3Sopenharmony_ci 34094332d3Sopenharmony_ciusing IExecutorCallback = OHOS::HDI::FaceAuth::V2_0::IExecutorCallback; 35094332d3Sopenharmony_ci 36094332d3Sopenharmony_ciusing IAllInOneExecutor = OHOS::HDI::FaceAuth::V2_0::IAllInOneExecutor; 37094332d3Sopenharmony_ci 38094332d3Sopenharmony_ciusing AuthType = OHOS::HDI::FaceAuth::V2_0::AuthType; 39094332d3Sopenharmony_ciusing ExecutorRole = OHOS::HDI::FaceAuth::V2_0::ExecutorRole; 40094332d3Sopenharmony_ciusing ExecutorSecureLevel = OHOS::HDI::FaceAuth::V2_0::ExecutorSecureLevel; 41094332d3Sopenharmony_ciusing DriverCommandId = OHOS::HDI::FaceAuth::V2_0::DriverCommandId; 42094332d3Sopenharmony_ciusing FaceTipsCode = OHOS::HDI::FaceAuth::V2_0::FaceTipsCode; 43094332d3Sopenharmony_ciusing ExecutorInfo = OHOS::HDI::FaceAuth::V2_0::ExecutorInfo; 44094332d3Sopenharmony_ci 45094332d3Sopenharmony_ciusing GetPropertyType = OHOS::HDI::FaceAuth::V2_0::GetPropertyType; 46094332d3Sopenharmony_ciusing Property = OHOS::HDI::FaceAuth::V2_0::Property; 47094332d3Sopenharmony_ciusing SaCommandId = OHOS::HDI::FaceAuth::V2_0::SaCommandId; 48094332d3Sopenharmony_ciusing SaCommandParamNone = OHOS::HDI::FaceAuth::V2_0::SaCommandParamNone; 49094332d3Sopenharmony_ciusing SaCommandParam = OHOS::HDI::FaceAuth::V2_0::SaCommandParam; 50094332d3Sopenharmony_ciusing SaCommand = OHOS::HDI::FaceAuth::V2_0::SaCommand; 51094332d3Sopenharmony_ci 52094332d3Sopenharmony_ciusing ISaCommandCallback = OHOS::HDI::FaceAuth::V2_0::ISaCommandCallback; 53094332d3Sopenharmony_ci 54094332d3Sopenharmony_ciusing BufferProducerSequenceable = OHOS::HDI::Camera::V1_0::BufferProducerSequenceable; 55094332d3Sopenharmony_ci} // namespace FaceAuth 56094332d3Sopenharmony_ci} // namespace HDI 57094332d3Sopenharmony_ci} // namespace OHOS 58094332d3Sopenharmony_ci 59094332d3Sopenharmony_ci#endif // FACE_AUTH_HDI