@ -16,8 +16,8 @@ It has these top-level messages:
GetReleaseStatusResponse
GetReleaseStatusResponse
GetReleaseContentRequest
GetReleaseContentRequest
GetReleaseContentResponse
GetReleaseContentResponse
Up dat eReleaseRequest
Up gra deReleaseRequest
Up dat eReleaseResponse
Up gra deReleaseResponse
RollbackReleaseRequest
RollbackReleaseRequest
RollbackReleaseResponse
RollbackReleaseResponse
InstallReleaseRequest
InstallReleaseRequest
@ -238,8 +238,8 @@ func (m *GetReleaseContentResponse) GetRelease() *hapi_release5.Release {
return nil
return nil
}
}
// Up dat eReleaseRequest updat es a release.
// Up gra deReleaseRequest upgra des a release.
type Up dat eReleaseRequest struct {
type Up gra deReleaseRequest struct {
// The name of the release
// The name of the release
Name string ` protobuf:"bytes,1,opt,name=name" json:"name,omitempty" `
Name string ` protobuf:"bytes,1,opt,name=name" json:"name,omitempty" `
// Chart is the protobuf representation of a chart.
// Chart is the protobuf representation of a chart.
@ -261,36 +261,36 @@ type UpdateReleaseRequest struct {
Wait bool ` protobuf:"varint,9,opt,name=wait" json:"wait,omitempty" `
Wait bool ` protobuf:"varint,9,opt,name=wait" json:"wait,omitempty" `
}
}
func ( m * Up dat eReleaseRequest) Reset ( ) { * m = Up dat eReleaseRequest{ } }
func ( m * Up gra deReleaseRequest) Reset ( ) { * m = Up gra deReleaseRequest{ } }
func ( m * Up dat eReleaseRequest) String ( ) string { return proto . CompactTextString ( m ) }
func ( m * Up gra deReleaseRequest) String ( ) string { return proto . CompactTextString ( m ) }
func ( * Up dat eReleaseRequest) ProtoMessage ( ) { }
func ( * Up gra deReleaseRequest) ProtoMessage ( ) { }
func ( * Up dat eReleaseRequest) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 7 } }
func ( * Up gra deReleaseRequest) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 7 } }
func ( m * Up dat eReleaseRequest) GetChart ( ) * hapi_chart3 . Chart {
func ( m * Up gra deReleaseRequest) GetChart ( ) * hapi_chart3 . Chart {
if m != nil {
if m != nil {
return m . Chart
return m . Chart
}
}
return nil
return nil
}
}
func ( m * Up dat eReleaseRequest) GetValues ( ) * hapi_chart . Config {
func ( m * Up gra deReleaseRequest) GetValues ( ) * hapi_chart . Config {
if m != nil {
if m != nil {
return m . Values
return m . Values
}
}
return nil
return nil
}
}
// Up dat eReleaseResponse is the response to an updat e request.
// Up gra deReleaseResponse is the response to an upgra de request.
type Up dat eReleaseResponse struct {
type Up gra deReleaseResponse struct {
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
}
}
func ( m * Up dat eReleaseResponse) Reset ( ) { * m = Up dat eReleaseResponse{ } }
func ( m * Up gra deReleaseResponse) Reset ( ) { * m = Up gra deReleaseResponse{ } }
func ( m * Up dat eReleaseResponse) String ( ) string { return proto . CompactTextString ( m ) }
func ( m * Up gra deReleaseResponse) String ( ) string { return proto . CompactTextString ( m ) }
func ( * Up dat eReleaseResponse) ProtoMessage ( ) { }
func ( * Up gra deReleaseResponse) ProtoMessage ( ) { }
func ( * Up dat eReleaseResponse) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 8 } }
func ( * Up gra deReleaseResponse) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 8 } }
func ( m * Up dat eReleaseResponse) GetRelease ( ) * hapi_release5 . Release {
func ( m * Up gra deReleaseResponse) GetRelease ( ) * hapi_release5 . Release {
if m != nil {
if m != nil {
return m . Release
return m . Release
}
}
@ -320,7 +320,7 @@ func (m *RollbackReleaseRequest) String() string { return proto.Compa
func ( * RollbackReleaseRequest ) ProtoMessage ( ) { }
func ( * RollbackReleaseRequest ) ProtoMessage ( ) { }
func ( * RollbackReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 9 } }
func ( * RollbackReleaseRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) { return fileDescriptor0 , [ ] int { 9 } }
// RollbackReleaseResponse is the response to an up dat e request.
// RollbackReleaseResponse is the response to an up gra de request.
type RollbackReleaseResponse struct {
type RollbackReleaseResponse struct {
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
Release * hapi_release5 . Release ` protobuf:"bytes,1,opt,name=release" json:"release,omitempty" `
}
}
@ -525,8 +525,8 @@ func init() {
proto . RegisterType ( ( * GetReleaseStatusResponse ) ( nil ) , "hapi.services.tiller.GetReleaseStatusResponse" )
proto . RegisterType ( ( * GetReleaseStatusResponse ) ( nil ) , "hapi.services.tiller.GetReleaseStatusResponse" )
proto . RegisterType ( ( * GetReleaseContentRequest ) ( nil ) , "hapi.services.tiller.GetReleaseContentRequest" )
proto . RegisterType ( ( * GetReleaseContentRequest ) ( nil ) , "hapi.services.tiller.GetReleaseContentRequest" )
proto . RegisterType ( ( * GetReleaseContentResponse ) ( nil ) , "hapi.services.tiller.GetReleaseContentResponse" )
proto . RegisterType ( ( * GetReleaseContentResponse ) ( nil ) , "hapi.services.tiller.GetReleaseContentResponse" )
proto . RegisterType ( ( * Up dat eReleaseRequest) ( nil ) , "hapi.services.tiller.Up dat eReleaseRequest")
proto . RegisterType ( ( * Up gra deReleaseRequest) ( nil ) , "hapi.services.tiller.Up gra deReleaseRequest")
proto . RegisterType ( ( * Up dat eReleaseResponse) ( nil ) , "hapi.services.tiller.Up dat eReleaseResponse")
proto . RegisterType ( ( * Up gra deReleaseResponse) ( nil ) , "hapi.services.tiller.Up gra deReleaseResponse")
proto . RegisterType ( ( * RollbackReleaseRequest ) ( nil ) , "hapi.services.tiller.RollbackReleaseRequest" )
proto . RegisterType ( ( * RollbackReleaseRequest ) ( nil ) , "hapi.services.tiller.RollbackReleaseRequest" )
proto . RegisterType ( ( * RollbackReleaseResponse ) ( nil ) , "hapi.services.tiller.RollbackReleaseResponse" )
proto . RegisterType ( ( * RollbackReleaseResponse ) ( nil ) , "hapi.services.tiller.RollbackReleaseResponse" )
proto . RegisterType ( ( * InstallReleaseRequest ) ( nil ) , "hapi.services.tiller.InstallReleaseRequest" )
proto . RegisterType ( ( * InstallReleaseRequest ) ( nil ) , "hapi.services.tiller.InstallReleaseRequest" )
@ -563,8 +563,8 @@ type ReleaseServiceClient interface {
GetReleaseStatus ( ctx context . Context , in * GetReleaseStatusRequest , opts ... grpc . CallOption ) ( * GetReleaseStatusResponse , error )
GetReleaseStatus ( ctx context . Context , in * GetReleaseStatusRequest , opts ... grpc . CallOption ) ( * GetReleaseStatusResponse , error )
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
GetReleaseContent ( ctx context . Context , in * GetReleaseContentRequest , opts ... grpc . CallOption ) ( * GetReleaseContentResponse , error )
GetReleaseContent ( ctx context . Context , in * GetReleaseContentRequest , opts ... grpc . CallOption ) ( * GetReleaseContentResponse , error )
// Up dat eRelease updat es release content.
// Up gra deRelease upgra des release content.
Up dat eRelease( ctx context . Context , in * Up dat eReleaseRequest, opts ... grpc . CallOption ) ( * Up dat eReleaseResponse, error )
Up gra deRelease( ctx context . Context , in * Up gra deReleaseRequest, opts ... grpc . CallOption ) ( * Up gra deReleaseResponse, error )
// InstallRelease requests installation of a chart as a new release.
// InstallRelease requests installation of a chart as a new release.
InstallRelease ( ctx context . Context , in * InstallReleaseRequest , opts ... grpc . CallOption ) ( * InstallReleaseResponse , error )
InstallRelease ( ctx context . Context , in * InstallReleaseRequest , opts ... grpc . CallOption ) ( * InstallReleaseResponse , error )
// UninstallRelease requests deletion of a named release.
// UninstallRelease requests deletion of a named release.
@ -637,9 +637,9 @@ func (c *releaseServiceClient) GetReleaseContent(ctx context.Context, in *GetRel
return out , nil
return out , nil
}
}
func ( c * releaseServiceClient ) Up dat eRelease( ctx context . Context , in * Up dat eReleaseRequest, opts ... grpc . CallOption ) ( * Up dat eReleaseResponse, error ) {
func ( c * releaseServiceClient ) Up gra deRelease( ctx context . Context , in * Up gra deReleaseRequest, opts ... grpc . CallOption ) ( * Up gra deReleaseResponse, error ) {
out := new ( Up dat eReleaseResponse)
out := new ( Up gra deReleaseResponse)
err := grpc . Invoke ( ctx , "/hapi.services.tiller.ReleaseService/Up dat eRelease", in , out , c . cc , opts ... )
err := grpc . Invoke ( ctx , "/hapi.services.tiller.ReleaseService/Up gra deRelease", in , out , c . cc , opts ... )
if err != nil {
if err != nil {
return nil , err
return nil , err
}
}
@ -735,8 +735,8 @@ type ReleaseServiceServer interface {
GetReleaseStatus ( context . Context , * GetReleaseStatusRequest ) ( * GetReleaseStatusResponse , error )
GetReleaseStatus ( context . Context , * GetReleaseStatusRequest ) ( * GetReleaseStatusResponse , error )
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
// GetReleaseContent retrieves the release content (chart + value) for the specified release.
GetReleaseContent ( context . Context , * GetReleaseContentRequest ) ( * GetReleaseContentResponse , error )
GetReleaseContent ( context . Context , * GetReleaseContentRequest ) ( * GetReleaseContentResponse , error )
// Up dat eRelease updat es release content.
// Up gra deRelease upgra des release content.
Up dat eRelease( context . Context , * Up dat eReleaseRequest) ( * Up dat eReleaseResponse, error )
Up gra deRelease( context . Context , * Up gra deReleaseRequest) ( * Up gra deReleaseResponse, error )
// InstallRelease requests installation of a chart as a new release.
// InstallRelease requests installation of a chart as a new release.
InstallRelease ( context . Context , * InstallReleaseRequest ) ( * InstallReleaseResponse , error )
InstallRelease ( context . Context , * InstallReleaseRequest ) ( * InstallReleaseResponse , error )
// UninstallRelease requests deletion of a named release.
// UninstallRelease requests deletion of a named release.
@ -812,20 +812,20 @@ func _ReleaseService_GetReleaseContent_Handler(srv interface{}, ctx context.Cont
return interceptor ( ctx , in , info , handler )
return interceptor ( ctx , in , info , handler )
}
}
func _ReleaseService_Up dat eRelease_Handler( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
func _ReleaseService_Up gra deRelease_Handler( srv interface { } , ctx context . Context , dec func ( interface { } ) error , interceptor grpc . UnaryServerInterceptor ) ( interface { } , error ) {
in := new ( Up dat eReleaseRequest)
in := new ( Up gra deReleaseRequest)
if err := dec ( in ) ; err != nil {
if err := dec ( in ) ; err != nil {
return nil , err
return nil , err
}
}
if interceptor == nil {
if interceptor == nil {
return srv . ( ReleaseServiceServer ) . Up dat eRelease( ctx , in )
return srv . ( ReleaseServiceServer ) . Up gra deRelease( ctx , in )
}
}
info := & grpc . UnaryServerInfo {
info := & grpc . UnaryServerInfo {
Server : srv ,
Server : srv ,
FullMethod : "/hapi.services.tiller.ReleaseService/Up dat eRelease",
FullMethod : "/hapi.services.tiller.ReleaseService/Up gra deRelease",
}
}
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
handler := func ( ctx context . Context , req interface { } ) ( interface { } , error ) {
return srv . ( ReleaseServiceServer ) . Up dat eRelease( ctx , req . ( * Up dat eReleaseRequest) )
return srv . ( ReleaseServiceServer ) . Up gra deRelease( ctx , req . ( * Up gra deReleaseRequest) )
}
}
return interceptor ( ctx , in , info , handler )
return interceptor ( ctx , in , info , handler )
}
}
@ -954,8 +954,8 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
Handler : _ReleaseService_GetReleaseContent_Handler ,
Handler : _ReleaseService_GetReleaseContent_Handler ,
} ,
} ,
{
{
MethodName : "Up dat eRelease",
MethodName : "Up gra deRelease",
Handler : _ReleaseService_Up dat eRelease_Handler,
Handler : _ReleaseService_Up gra deRelease_Handler,
} ,
} ,
{
{
MethodName : "InstallRelease" ,
MethodName : "InstallRelease" ,
@ -996,78 +996,78 @@ var _ReleaseService_serviceDesc = grpc.ServiceDesc{
func init ( ) { proto . RegisterFile ( "hapi/services/tiller.proto" , fileDescriptor0 ) }
func init ( ) { proto . RegisterFile ( "hapi/services/tiller.proto" , fileDescriptor0 ) }
var fileDescriptor0 = [ ] byte {
var fileDescriptor0 = [ ] byte {
// 11 62 bytes of a gzipped FileDescriptorProto
// 11 57 bytes of a gzipped FileDescriptorProto
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x0 9, 0x6e , 0x88 , 0x02 , 0xff , 0x9c , 0x57 , 0xdd , 0x6e , 0xe3 , 0x c 4,
0x1f , 0x8b , 0x08 , 0x00 , 0x00 , 0x0 0, 0x00 , 0x00 , 0x02 , 0xff , 0x9c , 0x57 , 0xdd , 0x6e , 0xe3 , 0x 4 4,
0x1 7, 0xaf , 0xe3 , 0x7c , 0x9e , 0x76 , 0xfb , 0x4f , 0xa7 , 0x5f , 0xae , 0xf5 , 0x07 , 0x15 , 0x23 , 0x68 ,
0x1 4, 0xae , 0xe3 , 0xfc , 0x9e , 0x76 , 0x4b , 0x3a , 0xfd , 0x73 , 0x2d , 0x40 , 0xc5 , 0x08 , 0x9a , 0x5d ,
0x 76, 0x61 , 0x53 , 0x08 , 0x57 , 0x48 , 0x08 , 0xa9 , 0xdb , 0x8d , 0xda , 0x42 , 0xe9 , 0x4a , 0xce , 0x76 ,
0x d8, 0x14 , 0xc2 , 0x15 , 0x12 , 0x42 , 0xea , 0x76 , 0xa3 , 0xb6 , 0x50 , 0xba , 0x92 , 0xb3 , 0x5d , 0x24 ,
0x 91, 0x10 , 0x22 , 0x72 , 0x93 , 0x49 , 0x6b , 0xd6 , 0xf1 , 0x04 , 0xcf , 0xb8 , 0x6c , 0x6f , 0xb9 , 0xe3 ,
0x 84, 0x88 , 0xdc , 0x64 , 0xd2 , 0x5a , 0xeb , 0xd8 , 0xc1 , 0x33 , 0x2e , 0xdb , 0x5b , 0xee , 0x78 , 0x14 ,
0x 51, 0xe0 , 0x29 , 0x78 , 0x02 , 0x5e , 0x80 , 0x97 , 0x41 , 0x9e , 0x0f , 0xd7 , 0xe3 , 0xda , 0xad , 0xe9 ,
0x c4, 0x4b , 0xf0 , 0x04 , 0x3c , 0x02 , 0xcf , 0x82 , 0xe6 , 0xcf , 0xf5 , 0xb8 , 0x76 , 0x6b , 0x7a , 0x13 ,
0x 4d, 0x3c , 0x33 , 0xe7 , 0xcc , 0xf9 , 0xf8 , 0x9d , 0x33 , 0xbf , 0x99 , 0x80 , 0x7d , 0xe5 , 0x2d , 0xfc ,
0x cf, 0xcc , 0x39 , 0x73 , 0x7e , 0xbe , 0x73 , 0xe6 , 0x9b , 0x09 , 0xd8 , 0x57 , 0xde , 0xc2 , 0xdf , 0x27 ,
0x 7d, 0x8a , 0xa3 , 0x6b , 0x7f , 0x82 , 0xe9 , 0x3e , 0xf3 , 0x83 , 0x00 , 0x47 , 0xfd , 0x45 , 0x44 , 0x18 ,
0x 38, 0xbe , 0xf6 , 0x27 , 0x98 , 0xec , 0x53 , 0x3f , 0x08 , 0x70 , 0xdc , 0x5f , 0xc4 , 0x11 , 0x8d , 0xd0 ,
0x 41, 0x1b , 0x89 , 0xac , 0xaf , 0x64 , 0x7d , 0x21 , 0xb3 , 0xb7 , 0xf8 , 0x8e , 0xc9 , 0x95 , 0x17 , 0x31 ,
0x 06, 0x93 , 0xf5 , 0x95 , 0xac , 0x2f , 0x64 , 0xf6 , 0x16 , 0xdf , 0x31 , 0xb9 , 0xf2 , 0x62 , 0x2a , 0x7e ,
0x f1, 0x2b , 0xb4 , 0xed , 0xed , 0xec , 0x3a , 0x09 , 0x67 , 0xfe , 0xa5 , 0x14 , 0x08 , 0x17 , 0x11 , 0x0e ,
0x 85, 0xb6 , 0xbd , 0x9d , 0x5d , 0x8f , 0xc2 , 0x99 , 0x7f , 0x29 , 0x05 , 0xc2 , 0x45 , 0x8c , 0x03 , 0xec ,
0x b0, 0x47 , 0xb1 , 0xfa , 0x6a , 0x9b , 0x94 , 0xcc , 0x0f , 0x67 , 0x44 , 0x0a , 0x76 , 0x34 , 0x01 , 0x65 ,
0x 11, 0xac , 0xbe , 0xda , 0x26 , 0x25 , 0xf3 , 0xc3 , 0x59 , 0x24 , 0x05 , 0x3b , 0x9a , 0x80 , 0x50 , 0x8f ,
0x 1e, 0x8b , 0xa9 , 0x66 , 0xef , 0x1a , 0x47 , 0xd4 , 0x2 7, 0xa1 , 0xfa , 0x0a , 0x99 , 0xf3 , 0x 57, 0x0d ,
0x 26, 0x44 , 0xb3 , 0x77 , 0x8d , 0x63 , 0xe2 , 0x4 7, 0xa1 , 0xfa , 0x0a , 0x99 , 0xf3 , 0x 77, 0x0d , 0xd6 ,
0x d6, 0x4f , 0x7d , 0xca , 0x5c , 0xb1 , 0x91 , 0xba , 0xf8 , 0x97 , 0x18 , 0x53 , 0x86 , 0x36 , 0xa0 , 0x11 ,
0x 4f, 0x7d , 0x42 , 0x5d , 0xb1 , 0x91 , 0xb8 , 0xf8 , 0xd7 , 0x04 , 0x13 , 0x8a , 0x36 , 0xa0 , 0x11 , 0xf8 ,
0x f8, 0x73 , 0x9f , 0x59 , 0xc6 , 0xae , 0xd1 , 0x33 , 0x5d , 0x31 , 0x41 , 0x5b , 0xd0 , 0x 24, 0xb3 , 0x19 ,
0x 73, 0x9f , 0x5a , 0xc6 , 0xae , 0xd1 , 0x33 , 0x5d , 0x31 , 0x41 , 0x5b , 0xd0 , 0x 8c, 0x66 , 0x33 , 0x82 ,
0x c5, 0xcc , 0xaa , 0xed , 0x1a , 0xbd , 0x8e , 0x2b , 0x67 , 0xe8 , 0x6b , 0x68 , 0x51 , 0x12 , 0xb1 , 0xf1 ,
0x a9, 0x55 , 0xdb , 0x35 , 0x7a , 0x1d , 0x57 , 0xce , 0xd0 , 0xb7 , 0xd0 , 0x22 , 0x51 , 0x4c , 0xc7 , 0x17 ,
0x c5, 0x8d , 0x65 , 0xee , 0x1a , 0xbd , 0xd5 , 0xc1 , 0x47 , 0xfd , 0x22 , 0x28 , 0xfa , 0x89 , 0xa7 , 0x11 ,
0x 37, 0x96 , 0xb9 , 0x6b , 0xf4 , 0x56 , 0x07 , 0x9f , 0xf4 , 0x8b , 0xa0 , 0xe8 , 0x33 , 0x4f , 0xa3 , 0x28 ,
0x 89, 0x58 , 0x3f , 0xf9 , 0x79 , 0x71 , 0xe3 , 0x36 , 0x29 , 0xff , 0x26 , 0x76 , 0x67 , 0x7e , 0xc0 , 0x70 ,
0x a6, 0x7d , 0xf6 , 0xf3 , 0xe2 , 0xc6 , 0x6d , 0x12 , 0xfe , 0x65 , 0x76 , 0x67 , 0x7e , 0x40 , 0x71 , 0x6c ,
0x 64, 0x d5, 0x85 , 0x5d , 0x31 , 0x43 , 0x47 , 0x00 , 0xdc , 0x 2e, 0x89 , 0xa6 , 0x38 , 0xb2 , 0x1a , 0xdc ,
0x d5, 0x85 , 0x5d , 0x31 , 0x43 , 0x47 , 0x00 , 0xdc , 0x 6e, 0x14 , 0x4f , 0x71 , 0x6c , 0x35 , 0xb8 , 0xe9 ,
0x 74, 0xaf , 0x82 , 0xe9 , 0x57 , 0x89 , 0xbe , 0xdb , 0xa1 , 0x6a , 0x88 , 0xbe , 0x82 , 0x15 , 0x01 , 0xc9 ,
0x 5e, 0x05 , 0xd3 , 0xaf , 0x98 , 0xbe , 0xdb , 0x21 , 0x6a , 0x88 , 0xbe , 0x81 , 0x15 , 0x01 , 0xc9 , 0x78 ,
0x 78, 0x42 , 0xa6 , 0x98 , 0x5a , 0xcd , 0x5d , 0xb3 , 0xb7 , 0x3a , 0xd8 , 0x11 , 0xa6 , 0x14 , 0xc2 , 0x23 ,
0x 12, 0x4d , 0x31 , 0xb1 , 0x9a , 0xbb , 0x66 , 0x6f , 0x75 , 0xb0 , 0x23 , 0x4c , 0x29 , 0x84 , 0x47 , 0x02 ,
0x 01, 0xda , 0x21 , 0x99 , 0x62 , 0x77 , 0x59 , 0xa8 , 0x27 , 0x63 , 0x8a , 0xfe , 0x0f , 0x9d , 0xd0 , 0x9b ,
0x b4, 0xc3 , 0x68 , 0x8a , 0xdd , 0x65 , 0xa1 , 0xce , 0xc6 , 0x04 , 0xbd , 0x0f , 0x9d , 0xd0 , 0x9b , 0x63 ,
0x 63, 0xba , 0xf0 , 0x26 , 0xd8 , 0x6a , 0xf1 , 0x08 , 0x6f , 0x17 , 0x9c , 0x 9 f, 0xa0 , 0xad , 0x9c , 0x3b ,
0x b2 , 0xf0 , 0x26 , 0xd8 , 0x6a , 0xf1 , 0x08 , 0x6f , 0x17 , 0x9c , 0x 5 f, 0xa0 , 0xad , 0x9c , 0x3b , 0x03 ,
0x 03, 0x 68, 0x8a , 0xd4 , 0xd0 , 0x32 , 0xb4 , 0xce , 0xcf , 0xbe , 0x3 d, 0x7b , 0xf5 , 0xfd , 0x59 , 0x77 ,
0x 68, 0x8a , 0xd4 , 0xd0 , 0x32 , 0xb4 , 0xce , 0xcf , 0xbe , 0x3 f, 0x7b , 0xf5 , 0xe3 , 0x59 , 0x77 , 0x09 ,
0x 09, 0x b5, 0xa1 , 0x7e , 0x76 , 0xf0 , 0x dd , 0xb0 , 0x6b , 0xa0 , 0x35 , 0x78 , 0x72 , 0x7a , 0x30 , 0x7a ,
0x b5, 0xa1 , 0x7e , 0x76 , 0xf0 , 0x c3 , 0xb0 , 0x6b , 0xa0 , 0x35 , 0x78 , 0x72 , 0x7a , 0x30 , 0x7a , 0x3d ,
0x 3d, 0x 76, 0x87 , 0xa7 , 0xc3 , 0x83 , 0xd1 , 0xf0 , 0x65 , 0xb7 , 0xe6 , 0x bc, 0x0f , 0x9d , 0x34 , 0x66 ,
0x 76, 0x87 , 0xa7 , 0xc3 , 0x83 , 0xd1 , 0xf0 , 0x65 , 0xb7 , 0xe6 , 0x 7c, 0x08 , 0x9d , 0x34 , 0x66 , 0xd4 ,
0x d4, 0x 02, 0xf3 , 0x60 , 0x74 , 0x28 , 0xb6 , 0xbc , 0x1c , 0x8e , 0x0e , 0xbb , 0x86 , 0xf3 , 0x bb, 0x01 ,
0x 02, 0xf3 , 0x60 , 0x74 , 0x28 , 0xb6 , 0xbc , 0x1c , 0x8e , 0x0e , 0xbb , 0x86 , 0xf3 , 0x 87, 0x01 , 0x1b ,
0x 1b, 0x7a , 0x89 , 0xe8 , 0x82 , 0x84 , 0x14 , 0x27 , 0x35 , 0x9a , 0x90 , 0x38 , 0x4c , 0x6b , 0xc4 , 0x27 ,
0x 7a, 0x89 , 0xc8 , 0x22 , 0x0a , 0x09 , 0x66 , 0x35 , 0x9a , 0x44 , 0x49 , 0x98 , 0xd6 , 0x88 , 0x4f , 0x10 ,
0x 08, 0x41 , 0x3d , 0xc4 , 0xef , 0x54 , 0x85 , 0xf8 , 0x38 , 0xd1 , 0x64 , 0x84 , 0x79 , 0x01 , 0xaf , 0x8e ,
0x 82, 0x7a , 0x88 , 0xdf , 0xa9 , 0x0a , 0xf1 , 0x31 , 0xd3 , 0xa4 , 0x11 , 0xf5 , 0x02 , 0x5e , 0x1d , 0xd3 ,
0x e9, 0x8a , 0x09 , 0xfa , 0x1c , 0xda , 0x32 , 0x75 , 0x6a , 0xd5 , 0x77 , 0xcd , 0xde , 0xf2 , 0x60 , 0x53 ,
0x 15, 0x13 , 0xf4 , 0x25 , 0xb4 , 0x65 , 0xea , 0xc4 , 0xaa , 0xef , 0x9a , 0xbd , 0xe5 , 0xc1 , 0xa6 , 0x0e ,
0x 07, 0x44 , 0x7a , 0x74 , 0x53 , 0x35 , 0xe7 , 0x08 , 0xb6 , 0x8f , 0xb0 , 0x8a , 0x44 , 0xe0 , 0xa5 , 0x3a ,
0x 88, 0xf4 , 0xe8 , 0xa6 , 0x6a , 0xce , 0x11 , 0x6c , 0x1f , 0x61 , 0x15 , 0x89 , 0xc0 , 0x4b , 0x75 , 0x0c ,
0x 26, 0xf1 , 0xeb , 0xcd , 0x31 , 0x0f , 0x 26, 0xf1 , 0xeb , 0xcd , 0x31 , 0xb2 , 0xa0 , 0x25 , 0xdb , 0x8d ,
0x f3 , 0xeb , 0xcd , 0x31 , 0x0f , 0x 86, 0xf9 , 0xf5 , 0xe6 , 0x18 , 0x59 , 0xd0 , 0x92 , 0xed , 0xc6 , 0xc3 ,
0x 87, 0xd3 , 0x70 , 0xd5 , 0xd4 , 0x61 , 0x60 , 0xdd , 0x35 , 0x24 , 0xf3 , 0x2a , 0xb2 , 0xf4 , 0x31 , 0xd4 ,
0x 69, 0xb8 , 0x6a , 0xea , 0x50 , 0xb0 , 0xee , 0x1a , 0x92 , 0x79 , 0x15 , 0x59 , 0xfa , 0x14 , 0xea , 0xac ,
0x 93, 0x66 , 0xe7 , 0x66 , 0x96 , 0x07 , 0x48 , 0x8f , 0xf3 , 0x24 , 0x9c , 0x11 , 0x97 , 0xcb , 0xf5 , 0x52 ,
0x d9, 0xb9 , 0x99 , 0xe5 , 0x01 , 0xd2 , 0xe3 , 0x3c , 0x09 , 0x67 , 0x91 , 0xcb , 0xe5 , 0x7a , 0xa9 , 0xcc ,
0x 99, 0xf9 , 0x52 , 0x1d , 0x67 , 0xbd , 0x1e , 0x92 , 0x90 , 0xe1 , 0x90 , 0x3d , 0x2e , 0xfe , 0x53 , 0xd8 ,
0x 7c, 0xa9 , 0x8e , 0xb3 , 0x5e , 0x0f , 0xa3 , 0x90 , 0xe2 , 0x90 , 0x3e , 0x2e , 0xfe , 0x53 , 0xd8 , 0x29 ,
0x 29, 0x b0, 0x24 , 0x13 , 0xd8 , 0x87 , 0x96 , 0x0c , 0x8d , 0x5b , 0x2b , 0xc5 , 0x55 , 0x69 , 0x39 , 0x7f ,
0x b0, 0x24 , 0x13 , 0xd8 , 0x87 , 0x96 , 0x0c , 0x8d , 0x5b , 0x2b , 0xc5 , 0x55 , 0x69 , 0x39 , 0x7f , 0xd5 ,
0x d6, 0x60 , 0xe3 , 0x7c , 0x31 , 0xf5 , 0x18 , 0x56 , 0xa2 , 0x7b , 0x82 , 0xda , 0x83 , 0x06 , 0x27 , 0x0d ,
0x 60, 0xf3 , 0x7c , 0x71 , 0x19 , 0x7b , 0x53 , 0xac , 0x64 , 0xf7 , 0x44 , 0xb5 , 0x07 , 0x0d , 0xce , 0x1a ,
0x 89, 0xc5 , 0x9a , 0xb0 , 0x2d , 0x98 , 0xe5 , 0x30 , 0xf9 , 0x75 , 0x85 , 0x1c , 0x3d , 0x83 , 0xe6 , 0xb5 ,
0x 12, 0x8c , 0x35 , 0x61 , 0x5c , 0x50 , 0xcb , 0x21 , 0xfb , 0x75 , 0x85 , 0x1c , 0x3d , 0x83 , 0xe6 , 0xb5 ,
0x17 , 0x c4, 0x98 , 0x72 , 0x20 , 0x52 , 0xd4 , 0xa4 , 0x26 , 0x6 7, 0x1c , 0x57 , 0x6a , 0xa0 , 0x6d , 0x68 ,
0x17 , 0x 24, 0x98 , 0x70 , 0x24 , 0x52 , 0xd8 , 0xa4 , 0x26 , 0xa 7, 0x1c , 0x57 , 0x6a , 0xa0 , 0x6d , 0x68 ,
0x4d , 0x a3, 0x9b , 0x71 , 0x14 , 0x87 , 0xfc , 0x08 , 0xb6 , 0xdd , 0xe6 , 0x34 , 0xb a, 0x71 , 0xe 3, 0x10 ,
0x4d , 0x e3, 0x9b , 0x71 , 0x9c , 0x84 , 0xfc , 0x0c , 0xb6 , 0xdd , 0xe6 , 0x34 , 0xb e, 0x71 , 0x9 3, 0x10 ,
0x7d , 0x0 8, 0x4f , 0xa6 , 0x3e , 0xf5 , 0x2e , 0x02 , 0x3c , 0xbe , 0x 22, 0xe4 , 0x2d , 0xe5 , 0xa7 , 0xb0 ,
0x7d , 0x0 c, 0x4f , 0xa6 , 0x3e , 0xf1 , 0x2e , 0x02 , 0x3c , 0xbe , 0x 8a, 0xa2 , 0xb7 , 0x84 , 0x1f , 0xc3 ,
0x ed, 0xae , 0xc8 , 0xc5 , 0xe3 , 0x64 , 0x0d , 0xd9 , 0x49 , 0x27 , 0x4d , 0x22 , 0xec , 0x3 1, 0x6c , 0x35 ,
0x b6, 0xbb , 0x22 , 0x17 , 0x8f , 0xd9 , 0x1a , 0xb2 , 0x59 , 0x2b , 0x4d , 0x62 , 0xec , 0x5 1, 0x6c , 0x35 ,
0xb9 , 0x3c , 0x9d , 0x 27, 0x18 , 0x32 , 0x7f , 0x8e , 0x49 , 0xcc , 0xf8 , 0xd1 , 0x31 , 0x5d , 0x35 , 0x45 ,
0xb9 , 0x3c , 0x9d , 0x 33, 0x10 , 0xa9 , 0x3f , 0xc7 , 0x51 , 0x42 , 0xf9 , 0xd9 , 0x31 , 0x5d , 0x35 , 0x45 ,
0x1f , 0xc 0, 0x4a , 0x84 , 0x29 , 0x6 6, 0x63 , 0x19 , 0x65 , 0x9b , 0xef , 0x5c , 0xe6 , 0x6b , 0x6f , 0x44 ,
0x1f , 0xc 1, 0x4a , 0x8c , 0x09 , 0xa 6, 0x63 , 0x19 , 0x65 , 0x9b , 0xef , 0x5c , 0xe6 , 0x6b , 0x6f , 0x44 ,
0x58 , 0x08 , 0xea , 0xbf , 0x7 a, 0x3e , 0xb3 , 0x3a , 0x5c , 0xc4 , 0xc7 , 0xce , 0x 31, 0x6c , 0xe6 , 0xb0 ,
0x58 , 0x08 , 0xea , 0xbf , 0x7 9, 0x3e , 0xb5 , 0x3a , 0x5c , 0xc4 , 0xc7 , 0xce , 0x 09, 0x6c , 0xe5 , 0xc1 ,
0x7a , 0x2c , 0x ec, 0x7f , 0x1b , 0xb0 , 0xe5 , 0x92 , 0x20 , 0xb8 , 0xf0 , 0x26 , 0x6f , 0x2b , 0x00 , 0x9f ,
0x7a , 0x2c , 0x f0, 0xff , 0x18 , 0xb0 , 0xe5 , 0x46 , 0x41 , 0x70 , 0xe1 , 0x4d , 0xde , 0x56 , 0x40 , 0x3e ,
0x c1, 0xa8 , 0x76 , 0x3f , 0x46 , 0x66 , 0x01 , 0x46 , 0x99 , 0x5e , 0xaa , 0x6b , 0xbd , 0xa4 , 0xa1 , 0xd7 ,
0x 03, 0x52 , 0xed , 0x7e , 0x90 , 0xcc , 0x02 , 0x90 , 0x32 , 0xdd , 0x54 , 0xd7 , 0xba , 0x49 , 0x83 , 0xaf ,
0x 28, 0x47 , 0xaf , 0xa9 , 0xa3 , 0xa7 , 0xa0 , 0x69 , 0x65 , 0xa0 , 0xf9 , 0x06 , 0xb6 , 0xef , 0xe4 , 0xf3 ,
0x 51, 0x0e , 0x5f , 0x53 , 0x87 , 0x4f , 0x61 , 0xd3 , 0xca , 0x60 , 0xf3 , 0x1d , 0x6c , 0xdf , 0xc9 , 0xe7 ,
0x 58, 0x70 , 0xfe , 0xa8 , 0xc1 , 0xe6 , 0x49 , 0x48 , 0x99 , 0x17 , 0x04 , 0x39 , 0x6c , 0xd2 , 0x06 , 0x34 ,
0x b1, 0xe0 , 0xfc , 0x59 , 0x83 , 0xcd , 0x93 , 0x90 , 0x50 , 0x2f , 0x08 , 0x72 , 0xd8 , 0xa4 , 0x1d , 0x68 ,
0x 2a, 0x37 , 0x60 , 0xed , 0xbf , 0x34 , 0xa0 , 0xa9 , 0x81 , 0xab , 0x2a , 0x51 , 0xcf , 0x54 , 0xa2 , 0x52 ,
0x 54, 0xee , 0xc0 , 0xda , 0xff , 0xe9 , 0x40 , 0x53 , 0x03 , 0x57 , 0x55 , 0xa2 , 0x9e , 0xa9 , 0x44 , 0xa5 ,
0x 53, 0x6a , 0x54 , 0xd0 , 0xcc , 0x51 , 0x01 , 0x7a , 0x0f , 0x20 , 0xc2 , 0x31 , 0xc5 , 0x63 , 0x6e , 0x5c ,
0x ae, 0xd4 , 0xc8 , 0xa0 , 0x99 , 0x23 , 0x03 , 0xf4 , 0x01 , 0x40 , 0x8c , 0x13 , 0x82 , 0xc7 , 0xdc , 0xb8 ,
0x 80, 0xd8 , 0xe1 , 0x2b , 0x67 , 0xf2 , 0xe4 , 0x2b , 0xdc , 0xdb , 0xc5 , 0xb8 , 0x67 , 0x5b , 0xf2 , 0x04 ,
0x 00, 0xb1 , 0xc3 , 0x57 , 0xce , 0xe4 , 0xd9 , 0x57 , 0xb8 , 0xb7 , 0x8b , 0x71 , 0xcf , 0xf5 , 0x64 , 0x1e ,
0x b6, 0xf2 , 0x50 , 0x3d , 0x16 , 0xf6 , 0xdf , 0x0c , 0xd8 , 0x3e , 0x0f , 0xfd , 0x42 , 0xe0 , 0x8b , 0x9a ,
0x aa, 0xc7 , 0xc2 , 0xfe , 0xbb , 0x01 , 0xdb , 0xe7 , 0xa1 , 0x5f , 0x08 , 0x7c , 0x51 , 0x53 , 0xde , 0x81 ,
0x f2, 0x0e , 0x14 , 0xb5 , 0x02 , 0x28 , 0x36 , 0xa0 , 0xb1 , 0x88 , 0xa3 , 0x4b , 0x2c , 0xa1 , 0x15 , 0x93 ,
0x a2, 0x56 , 0x00 , 0xc5 , 0x06 , 0x34 , 0x16 , 0x49 , 0x7c , 0x89 , 0x25 , 0xb4 , 0x62 , 0x92 , 0xcd , 0xb1 ,
0x 6c, 0x8e , 0x75 , 0x2d , 0x47 , 0x67 , 0x0c , 0xd6 , 0xdd , 0x18 , 0x1e , 0x99 , 0x51 , 0x12 , 0x75 , 0x4a ,
0x ae, 0xe5 , 0xe8 , 0x8c , 0xc1 , 0xba , 0x1b , 0xc3 , 0x23 , 0x33 , 0x62 , 0x51 , 0xa7 , 0xe4 , 0xdd , 0x11 ,
0x dd, 0x1d , 0x41 , 0xd3 , 0xce , 0x3a , 0xac , 0x1d , 0x61 , 0xf6 , 0x46 , 0x1c , 0x00 , 0x99 , 0x9e , 0x33 ,
0x 44, 0xed , 0xac , 0xc3 , 0xda , 0x11 , 0xa6 , 0x6f , 0xc4 , 0x01 , 0x90 , 0xe9 , 0x39 , 0x43 , 0x40 , 0xd9 ,
0x 04, 0x94 , 0x5d , 0xbc , 0xf5 , 0x27 , 0x97 , 0x74 , 0x7f , 0xea , 0x1d , 0xa3 , 0xf4 , 0x95 , 0x96 , 0xf3 ,
0x c5, 0x5b , 0x7f , 0x72 , 0x49 , 0xf7 , 0xa7 , 0x5e , 0x32 , 0x4a , 0x5f , 0x69 , 0x39 , 0x5f , 0x73 , 0xdb ,
0x 25, 0xb7 , 0x7d , 0xec , 0x53 , 0x46 , 0xa2 , 0x9b , 0xfb , 0xa0 , 0xeb , 0x82 , 0x39 , 0xf7 , 0xde , 0x49 ,
0x c7, 0x3e , 0xa1 , 0x51 , 0x7c , 0x73 , 0x1f , 0x74 , 0x5d , 0x30 , 0xe7 , 0xde , 0x3b , 0xc9 , 0xed , 0x6c ,
0x 66, 0x4f , 0x86 , 0xce , 0x11 , 0x8f , 0x20 , 0xdd , 0x2a , 0x23 , 0xc8 , 0xde , 0x93 , 0x46 , 0xb5 , 0x7b ,
0x e8, 0x1c , 0xf1 , 0x08 , 0xd2 , 0xad , 0x32 , 0x82 , 0xec , 0x4d , 0x69 , 0x54 , 0xbb , 0x29 , 0x7f , 0x06 ,
0xf 2, 0x47 , 0x40 , 0xaf , 0x71 , 0x7a , 0x65 , 0x3f , 0x70 , 0xc5 , 0xa8 , 0x22 , 0xd4 , 0xf4 , 0x46 , 0xb 3,
0xf 4, 0x1a , 0xa7 , 0x97 , 0xf6 , 0x03 , 0x97 , 0x8c , 0x2a , 0x42 , 0x4d , 0x6f , 0x34 , 0x0b , 0x5a , 0x9 3,
0x a0, 0x35 , 0x09 , 0xb0 , 0x17 , 0xc6 , 0x0b , 0x59 , 0x36 , 0x35 , 0x75 , 0xf6 , 0x60 , 0x5d , 0xb3 , 0x2e ,
0x 00, 0x7b , 0x61 , 0xb2 , 0x90 , 0x65 , 0x53 , 0x53 , 0x67 , 0x0f , 0xd6 , 0x35 , 0xeb , 0x32 , 0x4e , 0x96 ,
0x e3, 0x4c , 0xf2 , 0xa1 , 0x97 , 0xd2 , 0x7a , 0x32 , 0x1c , 0xfc , 0xd3 , 0x86 , 0x55 , 0x75 , 0xc7 , 0x8a ,
0x 0f, 0xb9 , 0x94 , 0xd6 , 0xd9 , 0x70 , 0xf0 , 0x6f , 0x1b , 0x56 , 0xd5 , 0x2d , 0x2b , 0x5e , 0x4c , 0xc8 ,
0x f7, 0x12 , 0xf2 , 0x61 , 0x25 , 0xfb , 0x98 , 0x40 , 0x4f , 0xcb , 0x9f , 0x53 , 0xb9 , 0x37 , 0xa1 , 0xfd ,
0x 87, 0x95 , 0xec , 0x73 , 0x02 , 0x3d , 0x2d , 0x7f , 0x50 , 0xe5 , 0x5e , 0x85 , 0xf6 , 0xb3 , 0x2a , 0xaa ,
0x ac, 0x8a , 0xaa , 0x88 , 0xc5 , 0x59 , 0xfa , 0xcc , 0x40 , 0x14 , 0xba , 0xf9 , 0x3b , 0x1e , 0x3d , 0x2f ,
0x 22, 0x16 , 0x67 , 0xe9 , 0x0b , 0x03 , 0x11 , 0xe8 , 0xe6 , 0x6f , 0x79 , 0xf4 , 0xbc , 0xd8 , 0x46 , 0xc9 ,
0xb 6, 0x51 , 0xf2 , 0xa8 , 0xb0 , 0xfb , 0x55 , 0xd5 , 0x95 , 0x5b , 0x74 , 0xcd , 0xab , 0xaf , 0x5f , 0xcc ,
0xb 3, 0xc2 , 0xee , 0x57 , 0x55 , 0x57 , 0x6e , 0xd1 , 0x35 , 0xaf , 0xbe , 0x7e , 0x35 , 0xa3 , 0x07 , 0xcd ,
0xe8 , 0x 41, 0x33 , 0xfa , 0x5b , 0xc0 , 0xde , 0xaf , 0xac , 0x9f , 0xfa , 0xfd , 0x19 , 0x9e , 0x68 , 0xb7 ,
0xe8 , 0x af, 0x01 , 0x7b , 0xbf , 0xb2 , 0x7e , 0xea , 0x77 , 0x0e , 0xab , 0xfa , 0xb5 , 0x84 , 0x3e , 0x2b ,
0x 12, 0x2a , 0x41 , 0xab , 0xe8 , 0x9a , 0xb7 , 0x3f , 0xa9 , 0xa4 , 0x9b , 0xfa , 0x9a , 0xc3 , 0xaa , 0x4e ,
0x 36, 0x52 , 0x78 , 0xd3 , 0xdb , 0x9f , 0x57 , 0x53 , 0xce , 0xba , 0xd3 , 0x19 , 0xa7 , 0xcc , 0x5d , 0x21 ,
0x 37, 0xa8 , 0xc4 , 0x40 , 0x21 , 0x7f , 0xdb , 0x9f , 0x56 , 0x53 , 0x4e , 0xdd , 0x51 , 0xe8 , 0xe6 , 0xd9 ,
0x 85, 0x97 , 0xb9 , 0x2b , 0x26 , 0x31 , 0x67 , 0x89 , 0x95 , 0x32 , 0x4f , 0x08 , 0x65 , 0xa5 , 0x2c , 0x21 ,
0xa 0, 0xac , 0x8e , 0x25 , 0xcc , 0x55 , 0x56 , 0xc7 , 0x32 , 0x92 , 0x71 , 0x96 , 0x90 , 0x07 , 0x70 , 0x4b ,
0xa f, 0xb2 , 0x52 , 0x96 , 0xf1 , 0x8c , 0xb3 , 0x84 , 0x3c , 0x80 , 0x5b , 0x3e , 0x40 , 0x7b , 0xa5 , 0x35 ,
0x 06, 0x68 , 0xaf , 0xb4 , 0x20 , 0x3a , 0x87 , 0xd8 , 0xbd , 0x87 , 0x15 , 0x53 , 0x17 , 0x0b , 0xf8 , 0x5f ,
0x d1, 0x69 , 0xc4 , 0xee , 0x3d , 0xac , 0x98 , 0xba , 0x58 , 0xc0 , 0x7b , 0xb9 , 0x0b , 0x13 , 0x95 , 0x40 ,
0x ee, 0xb6 , 0x44 , 0x25 , 0xd0 , 0x14 , 0x3f , 0x12 , 0xec , 0xe7 , 0x15 , 0xb5 , 0x73 , 0x49 , 0x49 , 0x7 e,
0x 53, 0xfc , 0x4e , 0xb0 , 0x9f , 0x57 , 0xd4 , 0xce , 0x25 , 0x25 , 0x29 , 0xe6 , 0x9e , 0xa4 , 0x74 , 0xf e,
0xb 9, 0x27 , 0x29 , 0x9d , 0xbc , 0xee , 0x49 , 0x2a , 0x47 , 0x55 , 0xce , 0x12 , 0xf2 , 0x61 , 0xd5 , 0x8d ,
0xb a, 0x27 , 0xa9 , 0x1c , 0x5b , 0x39 , 0x4b , 0xc8 , 0x87 , 0x55 , 0x37 , 0x09 , 0xa5 , 0x6b , 0x46 , 0x14 ,
0x 43, 0xe9 , 0x3a , 0x61 , 0x09 , 0x54 , 0xb2 , 0xfb , 0x2e , 0x3f , 0xd9 , 0x4f , 0x2b , 0x68 , 0xde , 0x9e ,
0x a8, 0x64 , 0xf7 , 0x5d , 0x8a , 0xb2 , 0x9f , 0x56 , 0xd0 , 0xbc , 0x3d , 0xe2 , 0x2f , 0xe0 , 0xa7 , 0xb6 ,
0x ef, 0x17 , 0xf0 , 0x43 , 0x5b , 0xa9 , 0x5e , 0x34 , 0xf9 , 0xdf , 0xc9 , 0x2f , 0xfe , 0x0d , 0x00 , 0x00 ,
0x 52, 0xbd , 0x68 , 0xf2 , 0xff , 0x94 , 0x5f , 0xfd , 0x17 , 0x00 , 0x00 , 0xff , 0xff , 0x94 , 0x53 , 0x5a ,
0x ff, 0xff , 0xf9 , 0x32 , 0x44 , 0xf7 , 0x1f , 0x0f , 0x00 , 0x00 ,
0x 6a, 0x24 , 0x0f , 0x00 , 0x00 ,
}
}