blob: 59e2ce68ff38592aa3ce3569bbf2d9b3dd0db53e [file] [log] [blame]
Lev Walkin5e975652004-08-19 13:27:57 +00001# This file contains dependency information for the asn1c compiler's skeletons.
2# Feel free to edit this file.
3# The format is like this:
Lev Walkind3fd7a42017-11-13 23:13:11 -08004# <filename> # Include this file unconditionally
5# <filename> <dependent-file> ... # Include dependencies of <filename>.
Lev Walkin5e975652004-08-19 13:27:57 +00006#
Lev Walkin5e975652004-08-19 13:27:57 +00007
Lev Walkind3fd7a42017-11-13 23:13:11 -08008ANY.h ANY.c OCTET_STRING.h
Lev Walkinf6853ce2017-08-11 00:50:27 -07009OPEN_TYPE.h OPEN_TYPE.c constr_CHOICE.h
Lev Walkind3fd7a42017-11-13 23:13:11 -080010BMPString.h BMPString.c UTF8String.h OCTET_STRING.h
Lev Walkin5e975652004-08-19 13:27:57 +000011BOOLEAN.h BOOLEAN.c
Lev Walkin59b176e2005-11-26 11:25:14 +000012ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
Lev Walkind3fd7a42017-11-13 23:13:11 -080013GeneralString.h GeneralString.c OCTET_STRING.h
14GeneralizedTime.h GeneralizedTime.c OCTET_STRING.h
15GraphicString.h GraphicString.c OCTET_STRING.h
16IA5String.h IA5String.c OCTET_STRING.h
Lev Walkin5e975652004-08-19 13:27:57 +000017INTEGER.h INTEGER.c
Lev Walkind3fd7a42017-11-13 23:13:11 -080018ISO646String.h ISO646String.c OCTET_STRING.h
Lev Walkin5e975652004-08-19 13:27:57 +000019NULL.h NULL.c BOOLEAN.h
20NativeEnumerated.h NativeEnumerated.c NativeInteger.h
Lev Walkina4f3d462017-08-05 22:40:14 -070021NativeInteger.h NativeInteger.c INTEGER.h
Lev Walkin41ba1f22004-09-14 12:46:35 +000022NativeReal.h NativeReal.c REAL.h
Lev Walkind3fd7a42017-11-13 23:13:11 -080023NumericString.h NumericString.c OCTET_STRING.h
Lev Walkinf9a94df2017-11-13 23:23:19 -080024OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h OCTET_STRING.h
Lev Walkin5e975652004-08-19 13:27:57 +000025ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
Lev Walkind3fd7a42017-11-13 23:13:11 -080026PrintableString.h PrintableString.c OCTET_STRING.h
27REAL.h REAL.c INTEGER.h OCTET_STRING.h
28RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h OCTET_STRING.h
29T61String.h T61String.c OCTET_STRING.h
30TeletexString.h TeletexString.c OCTET_STRING.h
31UTCTime.h UTCTime.c GeneralizedTime.h OCTET_STRING.h
32UTF8String.h UTF8String.c OCTET_STRING.h
33UniversalString.h UniversalString.c UTF8String.h OCTET_STRING.h
34VideotexString.h VideotexString.c OCTET_STRING.h
35VisibleString.h VisibleString.c OCTET_STRING.h
Lev Walkin5e975652004-08-19 13:27:57 +000036asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
37asn_SET_OF.h asn_SET_OF.c
38constr_CHOICE.h constr_CHOICE.c
Lev Walkinf6853ce2017-08-11 00:50:27 -070039constr_SEQUENCE.h constr_SEQUENCE.c OPEN_TYPE.h
Lev Walkin602aacb2017-07-24 01:46:41 +040040constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c asn_SEQUENCE_OF.h constr_SET_OF.h
Lev Walkin5e975652004-08-19 13:27:57 +000041constr_SET.h constr_SET.c
42constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
43
Lev Walkin22b54552004-10-28 13:22:54 +000044COMMON-FILES: # THIS IS A SPECIAL SECTION
Lev Walkin6d46bc32017-09-12 21:34:00 -070045asn_application.h asn_application.c # Applications should include this file
Lev Walkin7c876302017-08-10 06:11:24 -070046asn_ioc.h # Information Object Classes, runtime support
Lev Walkindc06f6b2004-10-20 15:50:55 +000047asn_system.h # Platform-dependent types
Lev Walkin22b54552004-10-28 13:22:54 +000048asn_codecs.h # Return types of encoders and decoders
Lev Walkine2bbbf82017-10-08 18:52:37 -070049asn_internal.h asn_internal.c # Internal stuff
Lev Walkina5972be2017-09-29 23:15:58 -070050asn_random_fill.h asn_random_fill.c # Initialize with a random value
Lev Walkin6cd0d562017-08-25 11:57:01 -070051asn_bit_data.h asn_bit_data.c # Bit streaming support
Lev Walkind3fd7a42017-11-13 23:13:11 -080052OCTET_STRING.h OCTET_STRING.c
53BIT_STRING.h BIT_STRING.c OCTET_STRING.h
Lev Walkinf3999542004-10-21 11:21:43 +000054asn_codecs_prim.c asn_codecs_prim.h # enc/decoders for primitive types
55ber_tlv_length.h ber_tlv_length.c # BER TLV L (length)
56ber_tlv_tag.h ber_tlv_tag.c # BER TLV T (tag)
57ber_decoder.h ber_decoder.c # BER decoder support code
58der_encoder.h der_encoder.c # DER encoder support code
59constr_TYPE.h constr_TYPE.c # Description of a type
60constraints.h constraints.c # Subtype constraints support
61xer_support.h xer_support.c # XML parsing
62xer_decoder.h xer_decoder.c # XER decoding support
63xer_encoder.h xer_encoder.c # XER encoding support
Lev Walkin8394b052005-11-26 11:26:22 +000064per_support.h per_support.c # PER parsing
65per_decoder.h per_decoder.c # PER decoding support
Lev Walkin523de9e2006-08-18 01:34:18 +000066per_encoder.h per_encoder.c # PER encoding support
Lev Walkin9218bc12007-06-27 04:09:37 +000067per_opentype.h per_opentype.c # PER "open type" handling
Lev Walkinf218e782006-09-12 06:21:18 +000068
69CONVERTER: # THIS IS A SPECIAL SECTION
Lev Walkin478819d2017-09-26 22:48:30 -070070converter-example.c # A default name for the example transcoder
Lev Walkin59b176e2005-11-26 11:25:14 +000071
Lev Walkinf573ebb2017-07-24 00:25:51 +040072CODEC-OER: # THIS IS A SPECIAL SECTION
Lev Walkin7d5d9302017-11-13 22:17:20 -080073oer_decoder.h
74oer_encoder.h
75oer_support.h
76oer_decoder.h oer_decoder.c OPEN_TYPE.h
77oer_encoder.h oer_encoder.c
78oer_support.h oer_support.c
Lev Walkind7a740c2017-09-30 19:32:51 -070079OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h
Lev Walkin7d5d9302017-11-13 22:17:20 -080080INTEGER.h INTEGER_oer.c
Lev Walkinf09cf482017-11-13 23:16:06 -080081BIT_STRING.h BIT_STRING_oer.c OCTET_STRING.h
Lev Walkind3fd7a42017-11-13 23:13:11 -080082OCTET_STRING.h OCTET_STRING_oer.c
Lev Walkin7d5d9302017-11-13 22:17:20 -080083NativeInteger.h NativeInteger_oer.c
84NativeEnumerated.h NativeEnumerated_oer.c
85constr_CHOICE.h constr_CHOICE_oer.c
86constr_SEQUENCE.h constr_SEQUENCE_oer.c
87constr_SET_OF.h constr_SET_OF_oer.c
Lev Walkinf573ebb2017-07-24 00:25:51 +040088
Lev Walkin59b176e2005-11-26 11:25:14 +000089CODEC-PER: # THIS IS A SPECIAL SECTION