2019-06-28 23:55:14 -04:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Autogenerated file! Do not manually edit this file.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
namespace HALUsageReporting {
|
|
|
|
|
typedef enum {
|
|
|
|
|
${usage_reporting_types_cpp}
|
|
|
|
|
} tResourceType;
|
|
|
|
|
typedef enum {
|
|
|
|
|
${usage_reporting_instances_cpp}
|
|
|
|
|
} tInstances;
|
|
|
|
|
}
|