Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
d3fd7a4b
Commit
d3fd7a4b
authored
Nov 13, 2017
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dependencies
parent
e7bd48aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
22 deletions
+24
-22
skeletons/file-dependencies
skeletons/file-dependencies
+24
-22
No files found.
skeletons/file-dependencies
View file @
d3fd7a4b
# This file contains dependency information for the asn1c compiler's skeletons.
# Feel free to edit this file.
# 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
BMPString.h BMPString.c UTF8String.h
BMPString.h BMPString.c UTF8String.h
OCTET_STRING.h
BOOLEAN.h BOOLEAN.c
ENUMERATED.h ENUMERATED.c INTEGER.h NativeEnumerated.h
GeneralString.h GeneralString.c
GeneralizedTime.h GeneralizedTime.c
GraphicString.h GraphicString.c
IA5String.h IA5String.c
GeneralString.h GeneralString.c
OCTET_STRING.h
GeneralizedTime.h GeneralizedTime.c
OCTET_STRING.h
GraphicString.h GraphicString.c
OCTET_STRING.h
IA5String.h IA5String.c
OCTET_STRING.h
INTEGER.h INTEGER.c
ISO646String.h ISO646String.c
ISO646String.h ISO646String.c
OCTET_STRING.h
NULL.h NULL.c BOOLEAN.h
NativeEnumerated.h NativeEnumerated.c NativeInteger.h
NativeInteger.h NativeInteger.c INTEGER.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
ObjectDescriptor.h ObjectDescriptor.c GraphicString.h
PrintableString.h PrintableString.c
REAL.h REAL.c INTEGER.h
RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h
T61String.h T61String.c
TeletexString.h TeletexString.c
UTCTime.h UTCTime.c GeneralizedTime.h
UTF8String.h UTF8String.c
UniversalString.h UniversalString.c UTF8String.h
VideotexString.h VideotexString.c
VisibleString.h VisibleString.c
PrintableString.h PrintableString.c
OCTET_STRING.h
REAL.h REAL.c INTEGER.h
OCTET_STRING.h
RELATIVE-OID.h RELATIVE-OID.c OBJECT_IDENTIFIER.h
OCTET_STRING.h
T61String.h T61String.c
OCTET_STRING.h
TeletexString.h TeletexString.c
OCTET_STRING.h
UTCTime.h UTCTime.c GeneralizedTime.h
OCTET_STRING.h
UTF8String.h UTF8String.c
OCTET_STRING.h
UniversalString.h UniversalString.c UTF8String.h
OCTET_STRING.h
VideotexString.h VideotexString.c
OCTET_STRING.h
VisibleString.h VisibleString.c
OCTET_STRING.h
asn_SEQUENCE_OF.h asn_SEQUENCE_OF.c asn_SET_OF.h
asn_SET_OF.h asn_SET_OF.c
constr_CHOICE.h constr_CHOICE.c
...
...
@@ -48,8 +49,8 @@ asn_codecs.h # Return types of encoders and decoders
asn_internal.h asn_internal.c # Internal stuff
asn_random_fill.h asn_random_fill.c # Initialize with a random value
asn_bit_data.h asn_bit_data.c # Bit streaming support
OCTET_STRING.h OCTET_STRING.c
# This one is used too widely
BIT_STRING.h BIT_STRING.c
# This one is necessary for the above one
OCTET_STRING.h OCTET_STRING.c
BIT_STRING.h BIT_STRING.c
OCTET_STRING.h
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_tag.h ber_tlv_tag.c # BER TLV T (tag)
...
...
@@ -77,7 +78,8 @@ oer_encoder.h oer_encoder.c
oer_support.h oer_support.c
OPEN_TYPE.h OPEN_TYPE_oer.c constr_CHOICE.h
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
NativeEnumerated.h NativeEnumerated_oer.c
constr_CHOICE.h constr_CHOICE_oer.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment