1package: "android.net.platform.flags"
2container: "system"
3
4# This file contains aconfig flags used from platform code
5# Flags used for module APIs must be in aconfig files under each modules
6
7flag {
8  name: "ipsec_transform_state"
9  namespace: "core_networking_ipsec"
10  description: "The flag controls the access for getIpSecTransformState and IpSecTransformState"
11  bug: "308011229"
12}
13
14flag {
15    name: "powered_off_finding_platform"
16    namespace: "nearby"
17    description: "Controls whether the Powered Off Finding feature is enabled"
18    bug: "307898240"
19}
20
21flag {
22  name: "register_nsd_offload_engine"
23  is_exported: true
24  namespace: "android_core_networking"
25  description: "Flag for registerOffloadEngine API in NsdManager"
26  bug: "294777050"
27}
28