1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out/android/hardware/display/IDeviceProductInfoConstants.cpp.d --ninja -t --min_sdk_version=platform_apis -Iframeworks/native/aidl/ frameworks/native/aidl/android/hardware/display/IDeviceProductInfoConstants.aidl out/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out out/soong/.temp/sbox/f4bf6179a9b5decdf9f47cccbfc531e1560723e4/out/android/hardware/display/IDeviceProductInfoConstants.cpp
4  *
5  * DO NOT CHECK THIS FILE INTO A CODE TREE (e.g. git, etc..).
6  * ALWAYS GENERATE THIS FILE FROM UPDATED AIDL COMPILER
7  * AS A BUILD INTERMEDIATE ONLY. THIS IS NOT SOURCE CODE.
8  */
9 #pragma once
10 
11 #include <binder/IBinder.h>
12 #include <binder/IInterface.h>
13 #include <utils/Errors.h>
14 #include <android/hardware/display/IDeviceProductInfoConstants.h>
15 
16 namespace android {
17 namespace hardware {
18 namespace display {
19 class LIBBINDER_EXPORTED BpDeviceProductInfoConstants : public ::android::BpInterface<IDeviceProductInfoConstants> {
20 public:
21   explicit BpDeviceProductInfoConstants(const ::android::sp<::android::IBinder>& _aidl_impl);
22   virtual ~BpDeviceProductInfoConstants() = default;
23 };  // class BpDeviceProductInfoConstants
24 }  // namespace display
25 }  // namespace hardware
26 }  // namespace android
27