-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAndroid.bp
More file actions
147 lines (143 loc) · 4.94 KB
/
Android.bp
File metadata and controls
147 lines (143 loc) · 4.94 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
//
// (c) 2020 KAI OS TECHNOLOGIES (HONG KONG) LIMITED All rights reserved. This
// file or any portion thereof may not be reproduced or used in any manner
// whatsoever without the express written permission of KAI OS TECHNOLOGIES
// (HONG KONG) LIMITED. KaiOS is the trademark of KAI OS TECHNOLOGIES (HONG KONG)
// LIMITED or its affiliate company and may be registered in some jurisdictions.
// All other trademarks are the property of their respective owners.
//
aidl_interface {
name: "binder_b2g_connectivity_interface",
local_include_dir: "binder",
srcs: [
"binder/b2g/connectivity/CaptivePortalLandingParcel.aidl",
"binder/b2g/connectivity/NetworkInfoParcel.aidl",
"binder/b2g/connectivity/ICaptivePortalLandingListener.aidl",
"binder/b2g/connectivity/IConnectivityEventListener.aidl",
"binder/b2g/connectivity/IConnectivity.aidl",
"binder/b2g/connectivity/ITetheringStatusListener.aidl",
"binder/b2g/connectivity/IWifi.aidl",
"binder/b2g/connectivity/IWifiStateListener.aidl",
"binder/b2g/connectivity/TetheringStatusParcel.aidl",
],
api_dir: "aidl/b2g-connectivity",
backend: {
cpp: {
enabled: true,
},
java: {
enabled: false,
},
ndk: {
enabled: false,
},
},
versions: [
"1",
],
}
aidl_interface {
name: "binder_b2g_system_interface",
local_include_dir: "binder",
srcs: [
"binder/b2g/system/ISystem.aidl",
"binder/b2g/system/ISystemEventListener.aidl",
],
api_dir: "aidl/b2g-system",
backend: {
cpp: {
enabled: true,
},
java: {
enabled: false,
},
ndk: {
enabled: false,
},
},
versions: [
"1",
],
}
aidl_interface {
name: "binder_b2g_telephony_interface",
local_include_dir: "binder",
srcs: [
"binder/b2g/telephony/IDeathNotifier.aidl",
"binder/b2g/telephony/ITelephony.aidl",
"binder/b2g/telephony/ITelephonyEventListener.aidl",
"binder/b2g/telephony/data/IDataCall.aidl",
"binder/b2g/telephony/data/IDataCallEventListener.aidl",
"binder/b2g/telephony/ims/CapabilityChangeRequestParcelable.aidl",
"binder/b2g/telephony/ims/CapabilityPairParcelable.aidl",
"binder/b2g/telephony/ims/IImsCallProfile.aidl",
"binder/b2g/telephony/ims/IImsCallSession.aidl",
"binder/b2g/telephony/ims/IImsCallSessionListener.aidl",
"binder/b2g/telephony/ims/IImsCapabilityCallback.aidl",
"binder/b2g/telephony/ims/IImsCapabilityListener.aidl",
"binder/b2g/telephony/ims/IImsConfig.aidl",
"binder/b2g/telephony/ims/IImsConfigCallback.aidl",
"binder/b2g/telephony/ims/IImsConferenceParticipant.aidl",
"binder/b2g/telephony/ims/IImsDtmfCallback.aidl",
"binder/b2g/telephony/ims/IImsEcbm.aidl",
"binder/b2g/telephony/ims/IImsEcbmListener.aidl",
"binder/b2g/telephony/ims/IImsFeatureStatusListener.aidl",
"binder/b2g/telephony/ims/IImsMMTelFeature.aidl",
"binder/b2g/telephony/ims/IImsMMTelListener.aidl",
"binder/b2g/telephony/ims/IImsReasonInfo.aidl",
"binder/b2g/telephony/ims/IImsRegistration.aidl",
"binder/b2g/telephony/ims/IImsRegistrationListener.aidl",
"binder/b2g/telephony/ims/IImsServiceManager.aidl",
"binder/b2g/telephony/ims/IImsSmsListener.aidl",
"binder/b2g/telephony/ims/IImsStreamMediaProfile.aidl",
"binder/b2g/telephony/ims/ImsReasonInfoParcelable.aidl",
"binder/b2g/telephony/ims/IImsUt.aidl",
"binder/b2g/telephony/ims/IImsUtCallback.aidl",
"binder/b2g/telephony/ims/IImsTtyCallback.aidl",
"binder/b2g/telephony/ims/ImsCallForwardInfoParcelable.aidl",
"binder/b2g/telephony/ims/ImsCallProfileParcelable.aidl",
"binder/b2g/telephony/ims/ImsConferenceParticipantParcelable.aidl",
"binder/b2g/telephony/ims/ImsClirResponseParcelable.aidl",
"binder/b2g/telephony/ims/ImsSsInfoParcelable.aidl",
"binder/b2g/telephony/ims/ImsStreamMediaProfileParcelable.aidl",
"binder/b2g/telephony/ims/ImsSuppServiceNotificationParcelable.aidl",
],
api_dir: "aidl/b2g-telephony",
backend: {
cpp: {
enabled: true,
},
java: {
enabled: false,
},
ndk: {
enabled: false,
},
},
versions: [
"1",
],
}
aidl_interface {
name: "binder_b2g_remotesimunlock_interface",
local_include_dir: "binder",
srcs: [
"binder/b2g/remotesimunlock/IRSURequestListener.aidl",
"binder/b2g/remotesimunlock/IRSUService.aidl",
],
api_dir: "aidl/b2g-remotesimunlock",
backend: {
cpp: {
enabled: true,
},
java: {
enabled: false,
},
ndk: {
enabled: false,
},
},
versions: [
"1",
],
}