1 // Copyright 2016 PDFium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 6 7 #ifndef XFA_FXFA_PARSER_XFA_BASIC_DATA_H_ 8 #define XFA_FXFA_PARSER_XFA_BASIC_DATA_H_ 9 10 #include <map> 11 12 #include "xfa/fxfa/fxfa_basic.h" 13 14 extern const XFA_AttributeEnumInfo g_XFAEnumData[]; 15 extern const int32_t g_iXFAEnumCount; 16 17 extern const XFA_SCRIPTHIERARCHY g_XFAScriptIndex[]; 18 extern const int32_t g_iScriptIndexCount; 19 20 extern const XFA_SCRIPTATTRIBUTEINFO g_SomAttributeData[]; 21 extern const int32_t g_iSomAttributeCount; 22 23 #endif // XFA_FXFA_PARSER_XFA_BASIC_DATA_H_ 24