/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2019-2020. All rights reserved. * Description: main function of libteec@3.0 service * Author: NameMagic * Create: 2019-12-6 */ #define LOG_TAG "vendor.huanglong.hardware.libteec@3.0-service" #include #include using vendor::huanglong::hardware::libteec::V3_0::ILibteecGlobal; using android::hardware::defaultPassthroughServiceImplementation; int main() { const int THREAD_NUM = 8; return defaultPassthroughServiceImplementation(THREAD_NUM); }