blob: a509b382cf0d7c871737fa08a4156e3a92b86652 [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:
4# <filename> <dependent-file> ...
5#
Lev Walkin5e975652004-08-19 13:27:57 +00006
Lev Walkin3de5a3a2004-09-04 04:43:41 +00007ANY.h ANY.c
Lev Walkin9a6f65b2004-10-23 11:20:06 +00008BMPString.h BMPString.c UTF8String.h
Lev Walkin5e975652004-08-19 13:27:57 +00009BOOLEAN.h BOOLEAN.c
Lev Walkin59b176e2005-11-26 11:25:14 +000010ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
Lev Walkin5e975652004-08-19 13:27:57 +000011GeneralString.h GeneralString.c
12GeneralizedTime.h GeneralizedTime.c
13GraphicString.h GraphicString.c
14IA5String.h IA5String.c
15INTEGER.h INTEGER.c
16ISO646String.h ISO646String.c
17NULL.h NULL.c BOOLEAN.h
18NativeEnumerated.h NativeEnumerated.c NativeInteger.h
Lev Walkina4f3d462017-08-05 22:40:14 -070019NativeInteger.h NativeInteger.c INTEGER.h
Lev Walkin41ba1f22004-09-14 12:46:35 +000020NativeReal.h NativeReal.c REAL.h
Lev Walkin5e975652004-08-19 13:27:57 +000021NumericString.h NumericString.c
22OBJECT_IDENTIFIER.h OBJECT_IDENTIFIER.c INTEGER.h
23ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
24PrintableString.h PrintableString.c
Lev Walkin41ba1f22004-09-14 12:46:35 +000025REAL.h REAL.c INTEGER.h
Lev Walkined90e9e2004-09-15 11:44:21 +000026RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h
Lev Walkin5e975652004-08-19 13:27:57 +000027T61String.h T61String.c
Lev Walkina737f3b2004-09-02 12:11:47 +000028TeletexString.h TeletexString.c
Lev Walkin5e975652004-08-19 13:27:57 +000029UTCTime.h UTCTime.c GeneralizedTime.h
30UTF8String.h UTF8String.c
Lev Walkin9a6f65b2004-10-23 11:20:06 +000031UniversalString.h UniversalString.c UTF8String.h
Lev Walkin5e975652004-08-19 13:27:57 +000032VideotexString.h VideotexString.c
33VisibleString.h VisibleString.c
34asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
35asn_SET_OF.h asn_SET_OF.c
36constr_CHOICE.h constr_CHOICE.c
37constr_SEQUENCE.h constr_SEQUENCE.c
Lev Walkin602aacb2017-07-24 01:46:41 +040038constr_SEQUENCE_OF.h constr_SEQUENCE_OF.c asn_SEQUENCE_OF.h constr_SET_OF.h
Lev Walkin5e975652004-08-19 13:27:57 +000039constr_SET.h constr_SET.c
40constr_SET_OF.h constr_SET_OF.c asn_SET_OF.h
41
Lev Walkin22b54552004-10-28 13:22:54 +000042COMMON-FILES: # THIS IS A SPECIAL SECTION
43asn_application.h # Applications should include this file
Lev Walkindc06f6b2004-10-20 15:50:55 +000044asn_system.h # Platform-dependent types
Lev Walkin22b54552004-10-28 13:22:54 +000045asn_codecs.h # Return types of encoders and decoders
46asn_internal.h # Internal stuff
Lev Walkin5e975652004-08-19 13:27:57 +000047OCTET_STRING.h OCTET_STRING.c # This one is used too widely
Lev Walkinbbd93252004-10-12 05:57:23 +000048BIT_STRING.h BIT_STRING.c # This one is necessary for the above one
Lev Walkinf3999542004-10-21 11:21:43 +000049asn_codecs_prim.c asn_codecs_prim.h # enc/decoders for primitive types
50ber_tlv_length.h ber_tlv_length.c # BER TLV L (length)
51ber_tlv_tag.h ber_tlv_tag.c # BER TLV T (tag)
52ber_decoder.h ber_decoder.c # BER decoder support code
53der_encoder.h der_encoder.c # DER encoder support code
54constr_TYPE.h constr_TYPE.c # Description of a type
55constraints.h constraints.c # Subtype constraints support
56xer_support.h xer_support.c # XML parsing
57xer_decoder.h xer_decoder.c # XER decoding support
58xer_encoder.h xer_encoder.c # XER encoding support
Lev Walkinf573ebb2017-07-24 00:25:51 +040059oer_decoder.h oer_decoder.c # OER decoding support
60oer_encoder.h oer_encoder.c # OER encoding support
61oer_support.h oer_support.c # OER support
Lev Walkin8394b052005-11-26 11:26:22 +000062per_support.h per_support.c # PER parsing
63per_decoder.h per_decoder.c # PER decoding support
Lev Walkin523de9e2006-08-18 01:34:18 +000064per_encoder.h per_encoder.c # PER encoding support
Lev Walkin9218bc12007-06-27 04:09:37 +000065per_opentype.h per_opentype.c # PER "open type" handling
Lev Walkinf218e782006-09-12 06:21:18 +000066
67CONVERTER: # THIS IS A SPECIAL SECTION
68converter-sample.c # A default name for sample transcoder
Lev Walkin59b176e2005-11-26 11:25:14 +000069
Lev Walkinf573ebb2017-07-24 00:25:51 +040070CODEC-OER: # THIS IS A SPECIAL SECTION
Lev Walkin602aacb2017-07-24 01:46:41 +040071INTEGER_oer.c
Lev Walkin1d76f3c2017-07-25 07:58:05 -070072OCTET_STRING_oer.c
Lev Walkin602aacb2017-07-24 01:46:41 +040073NativeInteger_oer.c
74constr_SEQUENCE_oer.c
Lev Walkinf573ebb2017-07-24 00:25:51 +040075
Lev Walkin59b176e2005-11-26 11:25:14 +000076CODEC-PER: # THIS IS A SPECIAL SECTION