1 #ifndef COM_ANDROID_SERVER_POLICY_DEVICESTATE_CONFIG_ENUMS_H
2 #define COM_ANDROID_SERVER_POLICY_DEVICESTATE_CONFIG_ENUMS_H
3 
4 #include <array>
5 #include <string>
6 
7 namespace com {
8     namespace android {
9         namespace server {
10             namespace policy {
11                 namespace devicestate {
12                     namespace config {
13                     } // config
14                 } // devicestate
15             } // policy
16         } // server
17     } // android
18 } // com
19 #endif // COM_ANDROID_SERVER_POLICY_DEVICESTATE_CONFIG_ENUMS_H
20