/* * Copyright (c) Hisilicon Technologies Co., Ltd. 2022-2022. All rights reserved. * Description: Keymaster Framework Entry Function * Author: Hisilicon * Create: 2022-07-27 */ #define LOG_TAG "android.hardware.keymaster@3.0-service" #include #include #include using android::hardware::configureRpcThreadpool; using android::hardware::joinRpcThreadpool; using android::hardware::keymaster::V3_0::IKeymasterDevice; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation(); }