blob: c3fc25c340e6ad3320db5b9f1b11aa3be61af3c3 [file] [log] [blame]
Alexey Polyudov586a32f2016-08-29 12:08:44 -07001#define LOG_TAG "android.hardware.gatekeeper@1.0-service"
2
3#include <android/hardware/gatekeeper/1.0/IGatekeeper.h>
4
5#include <hidl/LegacySupport.h>
6
7// Generated HIDL files
8using android::hardware::gatekeeper::V1_0::IGatekeeper;
9using android::hardware::defaultPassthroughServiceImplementation;
10
11int main() {
12 return defaultPassthroughServiceImplementation<IGatekeeper>("gatekeeper");
13}