/* * Copyright (c) Hisilicon Technologies Co., Ltd.. 2020-2022. All rights reserved. * Description: Support private hwdisplay hidl interface * Author: Hisilicon * Created: 2022-11-21 */ #define LOG_TAG "vendor.huanglong.hardware.hwdisplay@2.0-service" #include #include #include using vendor::huanglong::hardware::hwdisplay::V2_0::IHwdisplay; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation(); }