forked from protocolbuffers/protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
internal_generated_files.bzl
98 lines (96 loc) · 4.96 KB
/
internal_generated_files.bzl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
"""This file lists the generated PHP files used for WKT and boostrapping."""
WKT_GENERATED_FILES = [
"src/Google/Protobuf/Any.php",
"src/Google/Protobuf/Api.php",
"src/Google/Protobuf/BoolValue.php",
"src/Google/Protobuf/BytesValue.php",
"src/Google/Protobuf/DoubleValue.php",
"src/Google/Protobuf/Duration.php",
"src/Google/Protobuf/Enum.php",
"src/Google/Protobuf/EnumValue.php",
"src/Google/Protobuf/Field.php",
"src/Google/Protobuf/Field/Cardinality.php",
"src/Google/Protobuf/Field/Kind.php",
"src/Google/Protobuf/FieldMask.php",
"src/Google/Protobuf/FloatValue.php",
"src/Google/Protobuf/GPBEmpty.php",
"src/Google/Protobuf/Int32Value.php",
"src/Google/Protobuf/Int64Value.php",
"src/Google/Protobuf/ListValue.php",
"src/Google/Protobuf/Method.php",
"src/Google/Protobuf/Mixin.php",
"src/Google/Protobuf/NullValue.php",
"src/Google/Protobuf/Option.php",
"src/Google/Protobuf/SourceContext.php",
"src/Google/Protobuf/StringValue.php",
"src/Google/Protobuf/Struct.php",
"src/Google/Protobuf/Syntax.php",
"src/Google/Protobuf/Timestamp.php",
"src/Google/Protobuf/Type.php",
"src/Google/Protobuf/UInt32Value.php",
"src/Google/Protobuf/UInt64Value.php",
"src/Google/Protobuf/Value.php",
"src/GPBMetadata/Google/Protobuf/Any.php",
"src/GPBMetadata/Google/Protobuf/Api.php",
"src/GPBMetadata/Google/Protobuf/Duration.php",
"src/GPBMetadata/Google/Protobuf/FieldMask.php",
"src/GPBMetadata/Google/Protobuf/GPBEmpty.php",
"src/GPBMetadata/Google/Protobuf/SourceContext.php",
"src/GPBMetadata/Google/Protobuf/Struct.php",
"src/GPBMetadata/Google/Protobuf/Timestamp.php",
"src/GPBMetadata/Google/Protobuf/Type.php",
"src/GPBMetadata/Google/Protobuf/Wrappers.php",
]
DESCRIPTOR_GENERATED_FILES = [
"src/Google/Protobuf/Internal/DescriptorProto.php",
"src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php",
"src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php",
"src/Google/Protobuf/Internal/Edition.php",
"src/Google/Protobuf/Internal/EnumDescriptorProto.php",
"src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php",
"src/Google/Protobuf/Internal/EnumOptions.php",
"src/Google/Protobuf/Internal/EnumValueDescriptorProto.php",
"src/Google/Protobuf/Internal/EnumValueOptions.php",
"src/Google/Protobuf/Internal/ExtensionRangeOptions.php",
"src/Google/Protobuf/Internal/ExtensionRangeOptions/Declaration.php",
"src/Google/Protobuf/Internal/ExtensionRangeOptions/VerificationState.php",
"src/Google/Protobuf/Internal/FeatureSet.php",
"src/Google/Protobuf/Internal/FeatureSet/EnumType.php",
"src/Google/Protobuf/Internal/FeatureSet/FieldPresence.php",
"src/Google/Protobuf/Internal/FeatureSet/JsonFormat.php",
"src/Google/Protobuf/Internal/FeatureSet/MessageEncoding.php",
"src/Google/Protobuf/Internal/FeatureSet/RepeatedFieldEncoding.php",
"src/Google/Protobuf/Internal/FeatureSet/Utf8Validation.php",
"src/Google/Protobuf/Internal/FeatureSetDefaults.php",
"src/Google/Protobuf/Internal/FeatureSetDefaults/FeatureSetEditionDefault.php",
"src/Google/Protobuf/Internal/FieldDescriptorProto.php",
"src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php",
"src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php",
"src/Google/Protobuf/Internal/FieldOptions.php",
"src/Google/Protobuf/Internal/FieldOptions/CType.php",
"src/Google/Protobuf/Internal/FieldOptions/EditionDefault.php",
"src/Google/Protobuf/Internal/FieldOptions/FeatureSupport.php",
"src/Google/Protobuf/Internal/FieldOptions/JSType.php",
"src/Google/Protobuf/Internal/FieldOptions/OptionRetention.php",
"src/Google/Protobuf/Internal/FieldOptions/OptionTargetType.php",
"src/Google/Protobuf/Internal/FileDescriptorProto.php",
"src/Google/Protobuf/Internal/FileDescriptorSet.php",
"src/Google/Protobuf/Internal/FileOptions.php",
"src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php",
"src/Google/Protobuf/Internal/GeneratedCodeInfo.php",
"src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php",
"src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation/Semantic.php",
"src/Google/Protobuf/Internal/MessageOptions.php",
"src/Google/Protobuf/Internal/MethodDescriptorProto.php",
"src/Google/Protobuf/Internal/MethodOptions.php",
"src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php",
"src/Google/Protobuf/Internal/OneofDescriptorProto.php",
"src/Google/Protobuf/Internal/OneofOptions.php",
"src/Google/Protobuf/Internal/ServiceDescriptorProto.php",
"src/Google/Protobuf/Internal/ServiceOptions.php",
"src/Google/Protobuf/Internal/SourceCodeInfo.php",
"src/Google/Protobuf/Internal/SourceCodeInfo/Location.php",
"src/Google/Protobuf/Internal/UninterpretedOption.php",
"src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php",
"src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php",
]