#ifndef GOOGLE_PROTOBUF_INCLUDED_attachment_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_attachment_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/map.h>
#include <google/protobuf/map_entry_lite.h>
#include <google/protobuf/map_field_lite.h>
#include "digest.pb.h"
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_attachment_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_attachment_2eproto { … };
namespace device {
namespace enclave {
class FirmwareAttachment;
struct FirmwareAttachmentDefaultTypeInternal;
extern FirmwareAttachmentDefaultTypeInternal _FirmwareAttachment_default_instance_;
class FirmwareAttachment_ConfigsEntry_DoNotUse;
struct FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal;
extern FirmwareAttachment_ConfigsEntry_DoNotUseDefaultTypeInternal _FirmwareAttachment_ConfigsEntry_DoNotUse_default_instance_;
class KernelAttachment;
struct KernelAttachmentDefaultTypeInternal;
extern KernelAttachmentDefaultTypeInternal _KernelAttachment_default_instance_;
}
}
PROTOBUF_NAMESPACE_OPEN
template<> ::device::enclave::FirmwareAttachment* Arena::CreateMaybeMessage<::device::enclave::FirmwareAttachment>(Arena*);
template<> ::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse* Arena::CreateMaybeMessage<::device::enclave::FirmwareAttachment_ConfigsEntry_DoNotUse>(Arena*);
template<> ::device::enclave::KernelAttachment* Arena::CreateMaybeMessage<::device::enclave::KernelAttachment>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace device {
namespace enclave {
class FirmwareAttachment_ConfigsEntry_DoNotUse : public ::PROTOBUF_NAMESPACE_ID::internal::MapEntryLite<FirmwareAttachment_ConfigsEntry_DoNotUse,
int32_t, ::device::enclave::HexDigest,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_INT32,
::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> { … };
class FirmwareAttachment final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class KernelAttachment final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline int FirmwareAttachment::_internal_configs_size() const { … }
inline int FirmwareAttachment::configs_size() const { … }
inline const ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >&
FirmwareAttachment::_internal_configs() const { … }
inline const ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >&
FirmwareAttachment::configs() const { … }
inline ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >*
FirmwareAttachment::_internal_mutable_configs() { … }
inline ::PROTOBUF_NAMESPACE_ID::Map< int32_t, ::device::enclave::HexDigest >*
FirmwareAttachment::mutable_configs() { … }
inline bool KernelAttachment::_internal_has_image() const { … }
inline bool KernelAttachment::has_image() const { … }
inline const ::device::enclave::HexDigest& KernelAttachment::_internal_image() const { … }
inline const ::device::enclave::HexDigest& KernelAttachment::image() const { … }
inline void KernelAttachment::unsafe_arena_set_allocated_image(
::device::enclave::HexDigest* image) { … }
inline ::device::enclave::HexDigest* KernelAttachment::release_image() { … }
inline ::device::enclave::HexDigest* KernelAttachment::unsafe_arena_release_image() { … }
inline ::device::enclave::HexDigest* KernelAttachment::_internal_mutable_image() { … }
inline ::device::enclave::HexDigest* KernelAttachment::mutable_image() { … }
inline void KernelAttachment::set_allocated_image(::device::enclave::HexDigest* image) { … }
inline bool KernelAttachment::_internal_has_setup_data() const { … }
inline bool KernelAttachment::has_setup_data() const { … }
inline const ::device::enclave::HexDigest& KernelAttachment::_internal_setup_data() const { … }
inline const ::device::enclave::HexDigest& KernelAttachment::setup_data() const { … }
inline void KernelAttachment::unsafe_arena_set_allocated_setup_data(
::device::enclave::HexDigest* setup_data) { … }
inline ::device::enclave::HexDigest* KernelAttachment::release_setup_data() { … }
inline ::device::enclave::HexDigest* KernelAttachment::unsafe_arena_release_setup_data() { … }
inline ::device::enclave::HexDigest* KernelAttachment::_internal_mutable_setup_data() { … }
inline ::device::enclave::HexDigest* KernelAttachment::mutable_setup_data() { … }
inline void KernelAttachment::set_allocated_setup_data(::device::enclave::HexDigest* setup_data) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
}
#include <google/protobuf/port_undef.inc>
#endif