1 /*
2  * This file is auto-generated.  DO NOT MODIFY.
3  * Using: out/host/linux-x86/bin/aidl-cpp -dout/soong/.temp/sbox/10ece8c3f2676d939c6532d9928a7335ddf2c032/out/android/security/identity/ICredentialStoreFactory.cpp.d --ninja -Isystem/security/identity/binder -t --min_sdk_version=platform_apis -Isystem/security/identity/binder/ system/security/identity/binder/android/security/identity/ICredentialStoreFactory.aidl out/soong/.temp/sbox/10ece8c3f2676d939c6532d9928a7335ddf2c032/out out/soong/.temp/sbox/10ece8c3f2676d939c6532d9928a7335ddf2c032/out/android/security/identity/ICredentialStoreFactory.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/security/identity/ICredentialStoreFactory.h>
15 
16 namespace android {
17 namespace security {
18 namespace identity {
19 class LIBBINDER_EXPORTED BpCredentialStoreFactory : public ::android::BpInterface<ICredentialStoreFactory> {
20 public:
21   explicit BpCredentialStoreFactory(const ::android::sp<::android::IBinder>& _aidl_impl);
22   virtual ~BpCredentialStoreFactory() = default;
23   ::android::binder::Status getCredentialStore(int32_t credentialStoreType, ::android::sp<::android::security::identity::ICredentialStore>* _aidl_return) override;
24 };  // class BpCredentialStoreFactory
25 }  // namespace identity
26 }  // namespace security
27 }  // namespace android
28