1 #ifndef COM_ANDROID_XML_PERMISSION_CONFIGFILE_ENUMS_H
2 #define COM_ANDROID_XML_PERMISSION_CONFIGFILE_ENUMS_H
3 
4 #include <array>
5 #include <string>
6 
7 namespace com {
8     namespace android {
9         namespace xml {
10             namespace permission {
11                 namespace configfile {
12                 } // configfile
13             } // permission
14         } // xml
15     } // android
16 } // com
17 #endif // COM_ANDROID_XML_PERMISSION_CONFIGFILE_ENUMS_H
18