Commit d3fd7a4b authored by Lev Walkin's avatar Lev Walkin

update dependencies

parent e7bd48aa
# This file contains dependency information for the asn1c compiler's skeletons. # This file contains dependency information for the asn1c compiler's skeletons.
# Feel free to edit this file. # Feel free to edit this file.
# The format is like this: # The format is like this:
# <filename> <dependent-file> ... # <filename> # Include this file unconditionally
# <filename> <dependent-file> ... # Include dependencies of <filename>.
# #
ANY.h ANY.c ANY.h ANY.c OCTET_STRING.h
OPEN_TYPE.h OPEN_TYPE.c constr_CHOICE.h OPEN_TYPE.h OPEN_TYPE.c constr_CHOICE.h
BMPString.h BMPString.c UTF8String.h BMPString.h BMPString.c UTF8String.h OCTET_STRING.h
BOOLEAN.h BOOLEAN.c BOOLEAN.h BOOLEAN.c
ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
GeneralString.h GeneralString.c GeneralString.h GeneralString.c OCTET_STRING.h
GeneralizedTime.h GeneralizedTime.c GeneralizedTime.h GeneralizedTime.c OCTET_STRING.h
GraphicString.h GraphicString.c GraphicString.h GraphicString.c OCTET_STRING.h
IA5String.h IA5String.c IA5String.h IA5String.c OCTET_STRING.h
INTEGER.h INTEGER.c INTEGER.h INTEGER.c
ISO646String.h ISO646String.c ISO646String.h ISO646String.c OCTET_STRING.h
NULL.h NULL.c BOOLEAN.h NULL.h NULL.c BOOLEAN.h
NativeEnumerated.h NativeEnumerated.c NativeInteger.h NativeEnumerated.h NativeEnumerated.c NativeInteger.h
NativeInteger.h NativeInteger.c INTEGER.h NativeInteger.h NativeInteger.c INTEGER.h
NativeReal.h NativeReal.c REAL.h NativeReal.h NativeReal.c REAL.h
NumericString.h NumericString.c NumericString.h NumericString.c OCTET_STRING.h
OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h
ObjectDescriptor.h ObjectDescriptor.c GraphicString.h ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
PrintableString.h PrintableString.c PrintableString.h PrintableString.c OCTET_STRING.h
REAL.h REAL.c INTEGER.h REAL.h REAL.c INTEGER.h OCTET_STRING.h
RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h OCTET_STRING.h
T61String.h T61String.c T61String.h T61String.c OCTET_STRING.h
TeletexString.h TeletexString.c TeletexString.h TeletexString.c OCTET_STRING.h
UTCTime.h UTCTime.c GeneralizedTime.h UTCTime.h UTCTime.c GeneralizedTime.h OCTET_STRING.h
UTF8String.h UTF8String.c UTF8String.h UTF8String.c OCTET_STRING.h
UniversalString.h UniversalString.c UTF8String.h UniversalString.h UniversalString.c UTF8String.h OCTET_STRING.h
VideotexString.h VideotexString.c VideotexString.h VideotexString.c OCTET_STRING.h
VisibleString.h VisibleString.c VisibleString.h VisibleString.c OCTET_STRING.h
asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
asn_SET_OF.h asn_SET_OF.c asn_SET_OF.h asn_SET_OF.c
constr_CHOICE.h constr_CHOICE.c constr_CHOICE.h constr_CHOICE.c
...@@ -48,8 +49,8 @@ asn_codecs.h # Return types of encoders and decoders ...@@ -48,8 +49,8 @@ asn_codecs.h # Return types of encoders and decoders
asn_internal.h asn_internal.c # Internal stuff asn_internal.h asn_internal.c # Internal stuff
asn_random_fill.h asn_random_fill.c # Initialize with a random value asn_random_fill.h asn_random_fill.c # Initialize with a random value
asn_bit_data.h asn_bit_data.c # Bit streaming support asn_bit_data.h asn_bit_data.c # Bit streaming support
OCTET_STRING.h OCTET_STRING.c # This one is used too widely OCTET_STRING.h OCTET_STRING.c
BIT_STRING.h BIT_STRING.c # This one is necessary for the above one BIT_STRING.h BIT_STRING.c OCTET_STRING.h
asn_codecs_prim.c asn_codecs_prim.h # enc/decoders for primitive types asn_codecs_prim.c asn_codecs_prim.h # enc/decoders for primitive types
ber_tlv_length.h ber_tlv_length.c # BER TLV L (length) ber_tlv_length.h ber_tlv_length.c # BER TLV L (length)
ber_tlv_tag.h ber_tlv_tag.c # BER TLV T (tag) ber_tlv_tag.h ber_tlv_tag.c # BER TLV T (tag)
...@@ -77,7 +78,8 @@ oer_encoder.h oer_encoder.c ...@@ -77,7 +78,8 @@ oer_encoder.h oer_encoder.c
oer_support.h oer_support.c oer_support.h oer_support.c
OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h
INTEGER.h INTEGER_oer.c INTEGER.h INTEGER_oer.c
BIT_STRING.h BIT_STRING_oer.c OCTET_STRING_oer.c BIT_STRING.h BIT_STRING_oer.c
OCTET_STRING.h OCTET_STRING_oer.c
NativeInteger.h NativeInteger_oer.c NativeInteger.h NativeInteger_oer.c
NativeEnumerated.h NativeEnumerated_oer.c NativeEnumerated.h NativeEnumerated_oer.c
constr_CHOICE.h constr_CHOICE_oer.c constr_CHOICE.h constr_CHOICE_oer.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment