15f9996aaSopenharmony_ci# Copyright (c) 2021 Huawei Device Co., Ltd. 25f9996aaSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 35f9996aaSopenharmony_ci# you may not use this file except in compliance with the License. 45f9996aaSopenharmony_ci# You may obtain a copy of the License at 55f9996aaSopenharmony_ci# 65f9996aaSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 75f9996aaSopenharmony_ci# 85f9996aaSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 95f9996aaSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 105f9996aaSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 115f9996aaSopenharmony_ci# See the License for the specific language governing permissions and 125f9996aaSopenharmony_ci# limitations under the License. 135f9996aaSopenharmony_ci 145f9996aaSopenharmony_ci# Doxyfile 1.8.6 155f9996aaSopenharmony_ci 165f9996aaSopenharmony_ci# This file describes the settings to be used by the documentation system 175f9996aaSopenharmony_ci# doxygen for a project. 185f9996aaSopenharmony_ci# 195f9996aaSopenharmony_ci# All text after a double hash (##) is considered a comment and is placed in 205f9996aaSopenharmony_ci# front of the TAG it is preceding. 215f9996aaSopenharmony_ci# 225f9996aaSopenharmony_ci# All text after a single hash (#) is considered a comment and will be ignored. 235f9996aaSopenharmony_ci# The format is: 245f9996aaSopenharmony_ci# TAG = value [value, ...] 255f9996aaSopenharmony_ci# For lists, items can also be appended using: 265f9996aaSopenharmony_ci# TAG += value [value, ...] 275f9996aaSopenharmony_ci# Values that contain spaces should be placed between quotes (\" \"). 285f9996aaSopenharmony_ci 295f9996aaSopenharmony_ci#--------------------------------------------------------------------------- 305f9996aaSopenharmony_ci# Project related configuration options 315f9996aaSopenharmony_ci#--------------------------------------------------------------------------- 325f9996aaSopenharmony_ci 335f9996aaSopenharmony_ciDOXYFILE_ENCODING = UTF-8 345f9996aaSopenharmony_ciPROJECT_NAME = "API Reference" 355f9996aaSopenharmony_ciPROJECT_NUMBER = %VERSION% 365f9996aaSopenharmony_ciPROJECT_BRIEF = 375f9996aaSopenharmony_ciPROJECT_LOGO = 385f9996aaSopenharmony_ciOUTPUT_DIRECTORY = 395f9996aaSopenharmony_ciCREATE_SUBDIRS = NO 405f9996aaSopenharmony_ciOUTPUT_LANGUAGE = English 415f9996aaSopenharmony_ciBRIEF_MEMBER_DESC = YES 425f9996aaSopenharmony_ciREPEAT_BRIEF = YES 435f9996aaSopenharmony_ciABBREVIATE_BRIEF = 445f9996aaSopenharmony_ciALWAYS_DETAILED_SEC = NO 455f9996aaSopenharmony_ciINLINE_INHERITED_MEMB = NO 465f9996aaSopenharmony_ciFULL_PATH_NAMES = YES 475f9996aaSopenharmony_ciSTRIP_FROM_PATH = 485f9996aaSopenharmony_ciSTRIP_FROM_INC_PATH = 495f9996aaSopenharmony_ciSHORT_NAMES = NO 505f9996aaSopenharmony_ciJAVADOC_AUTOBRIEF = NO 515f9996aaSopenharmony_ciQT_AUTOBRIEF = NO 525f9996aaSopenharmony_ciMULTILINE_CPP_IS_BRIEF = NO 535f9996aaSopenharmony_ciINHERIT_DOCS = YES 545f9996aaSopenharmony_ciSEPARATE_MEMBER_PAGES = NO 555f9996aaSopenharmony_ciTAB_SIZE = 4 565f9996aaSopenharmony_ciALIASES = 575f9996aaSopenharmony_ciTCL_SUBST = 585f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_FOR_C = YES 595f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_JAVA = NO 605f9996aaSopenharmony_ciOPTIMIZE_FOR_FORTRAN = NO 615f9996aaSopenharmony_ciOPTIMIZE_OUTPUT_VHDL = NO 625f9996aaSopenharmony_ciEXTENSION_MAPPING = 635f9996aaSopenharmony_ciMARKDOWN_SUPPORT = YES 645f9996aaSopenharmony_ciAUTOLINK_SUPPORT = YES 655f9996aaSopenharmony_ciBUILTIN_STL_SUPPORT = NO 665f9996aaSopenharmony_ciCPP_CLI_SUPPORT = NO 675f9996aaSopenharmony_ciSIP_SUPPORT = NO 685f9996aaSopenharmony_ciIDL_PROPERTY_SUPPORT = YES 695f9996aaSopenharmony_ciDISTRIBUTE_GROUP_DOC = NO 705f9996aaSopenharmony_ciSUBGROUPING = YES 715f9996aaSopenharmony_ciINLINE_GROUPED_CLASSES = NO 725f9996aaSopenharmony_ciINLINE_SIMPLE_STRUCTS = NO 735f9996aaSopenharmony_ciTYPEDEF_HIDES_STRUCT = NO 745f9996aaSopenharmony_ciLOOKUP_CACHE_SIZE = 0 755f9996aaSopenharmony_ciEXTRACT_ALL = NO 765f9996aaSopenharmony_ciEXTRACT_PRIVATE = NO 775f9996aaSopenharmony_ciEXTRACT_PACKAGE = NO 785f9996aaSopenharmony_ciEXTRACT_STATIC = NO 795f9996aaSopenharmony_ciEXTRACT_LOCAL_CLASSES = NO 805f9996aaSopenharmony_ciEXTRACT_LOCAL_METHODS = NO 815f9996aaSopenharmony_ciEXTRACT_ANON_NSPACES = NO 825f9996aaSopenharmony_ciHIDE_UNDOC_MEMBERS = YES 835f9996aaSopenharmony_ciHIDE_UNDOC_CLASSES = NO 845f9996aaSopenharmony_ciHIDE_FRIEND_COMPOUNDS = NO 855f9996aaSopenharmony_ciHIDE_IN_BODY_DOCS = NO 865f9996aaSopenharmony_ciINTERNAL_DOCS = YES 875f9996aaSopenharmony_ciCASE_SENSE_NAMES = NO 885f9996aaSopenharmony_ciHIDE_SCOPE_NAMES = NO 895f9996aaSopenharmony_ciSHOW_INCLUDE_FILES = YES 905f9996aaSopenharmony_ciSHOW_GROUPED_MEMB_INC = NO 915f9996aaSopenharmony_ciFORCE_LOCAL_INCLUDES = NO 925f9996aaSopenharmony_ciINLINE_INFO = YES 935f9996aaSopenharmony_ciSORT_MEMBER_DOCS = YES 945f9996aaSopenharmony_ciSORT_BRIEF_DOCS = NO 955f9996aaSopenharmony_ciSORT_MEMBERS_CTORS_1ST = NO 965f9996aaSopenharmony_ciSORT_GROUP_NAMES = NO 975f9996aaSopenharmony_ciSORT_BY_SCOPE_NAME = NO 985f9996aaSopenharmony_ciSTRICT_PROTO_MATCHING = NO 995f9996aaSopenharmony_ciGENERATE_TODOLIST = YES 1005f9996aaSopenharmony_ciGENERATE_TESTLIST = YES 1015f9996aaSopenharmony_ciGENERATE_BUGLIST = YES 1025f9996aaSopenharmony_ciGENERATE_DEPRECATEDLIST= YES 1035f9996aaSopenharmony_ciENABLED_SECTIONS = 1045f9996aaSopenharmony_ciMAX_INITIALIZER_LINES = 30 1055f9996aaSopenharmony_ciSHOW_USED_FILES = YES 1065f9996aaSopenharmony_ciSHOW_FILES = YES 1075f9996aaSopenharmony_ciSHOW_NAMESPACES = YES 1085f9996aaSopenharmony_ciFILE_VERSION_FILTER = 1095f9996aaSopenharmony_ciLAYOUT_FILE = 1105f9996aaSopenharmony_ciCITE_BIB_FILES = 1115f9996aaSopenharmony_ciQUIET = NO 1125f9996aaSopenharmony_ciWARNINGS = YES 1135f9996aaSopenharmony_ciWARN_IF_UNDOCUMENTED = YES 1145f9996aaSopenharmony_ciWARN_IF_DOC_ERROR = YES 1155f9996aaSopenharmony_ciWARN_NO_PARAMDOC = NO 1165f9996aaSopenharmony_ciWARN_FORMAT = "$file:$line: $text" 1175f9996aaSopenharmony_ciWARN_LOGFILE = 1185f9996aaSopenharmony_ciINPUT = 1195f9996aaSopenharmony_ciINPUT_ENCODING = UTF-8 1205f9996aaSopenharmony_ciFILE_PATTERNS = *.h 1215f9996aaSopenharmony_ciRECURSIVE = YES 1225f9996aaSopenharmony_ciEXCLUDE = 1235f9996aaSopenharmony_ciEXCLUDE_SYMLINKS = NO 1245f9996aaSopenharmony_ciEXCLUDE_PATTERNS = 1255f9996aaSopenharmony_ciEXCLUDE_SYMBOLS = 1265f9996aaSopenharmony_ciEXAMPLE_PATH = 1275f9996aaSopenharmony_ciEXAMPLE_PATTERNS = 1285f9996aaSopenharmony_ciEXAMPLE_RECURSIVE = NO 1295f9996aaSopenharmony_ciIMAGE_PATH = 1305f9996aaSopenharmony_ciINPUT_FILTER = 1315f9996aaSopenharmony_ciFILTER_PATTERNS = 1325f9996aaSopenharmony_ciFILTER_SOURCE_FILES = NO 1335f9996aaSopenharmony_ciFILTER_SOURCE_PATTERNS = 1345f9996aaSopenharmony_ciUSE_MDFILE_AS_MAINPAGE = 1355f9996aaSopenharmony_ciSOURCE_BROWSER = YES 1365f9996aaSopenharmony_ciINLINE_SOURCES = NO 1375f9996aaSopenharmony_ciSTRIP_CODE_COMMENTS = YES 1385f9996aaSopenharmony_ciREFERENCED_BY_RELATION = NO 1395f9996aaSopenharmony_ciREFERENCES_RELATION = NO 1405f9996aaSopenharmony_ciREFERENCES_LINK_SOURCE = YES 1415f9996aaSopenharmony_ciSOURCE_TOOLTIPS = YES 1425f9996aaSopenharmony_ciUSE_HTAGS = NO 1435f9996aaSopenharmony_ciVERBATIM_HEADERS = YES 1445f9996aaSopenharmony_ciALPHABETICAL_INDEX = YES 1455f9996aaSopenharmony_ciCOLS_IN_ALPHA_INDEX = 5 1465f9996aaSopenharmony_ciIGNORE_PREFIX = 1475f9996aaSopenharmony_ciGENERATE_HTML = YES 1485f9996aaSopenharmony_ciHTML_OUTPUT = %OUTPUT_DIR% 1495f9996aaSopenharmony_ciHTML_FILE_EXTENSION = .html 1505f9996aaSopenharmony_ciHTML_HEADER = 1515f9996aaSopenharmony_ciHTML_FOOTER = 1525f9996aaSopenharmony_ciHTML_STYLESHEET = 1535f9996aaSopenharmony_ciHTML_EXTRA_STYLESHEET = 1545f9996aaSopenharmony_ciHTML_EXTRA_FILES = 1555f9996aaSopenharmony_ciHTML_COLORSTYLE_HUE = 220 1565f9996aaSopenharmony_ciHTML_COLORSTYLE_SAT = 100 1575f9996aaSopenharmony_ciHTML_COLORSTYLE_GAMMA = 80 1585f9996aaSopenharmony_ciHTML_TIMESTAMP = NO 1595f9996aaSopenharmony_ciHTML_DYNAMIC_SECTIONS = NO 1605f9996aaSopenharmony_ciHTML_INDEX_NUM_ENTRIES = 100 1615f9996aaSopenharmony_ciGENERATE_DOCSET = NO 1625f9996aaSopenharmony_ciDOCSET_FEEDNAME = "Doxygen generated docs" 1635f9996aaSopenharmony_ciDOCSET_BUNDLE_ID = org.doxygen.Project 1645f9996aaSopenharmony_ciDOCSET_PUBLISHER_ID = org.doxygen.Publisher 1655f9996aaSopenharmony_ciDOCSET_PUBLISHER_NAME = Publisher 1665f9996aaSopenharmony_ciGENERATE_HTMLHELP = NO 1675f9996aaSopenharmony_ciCHM_FILE = 1685f9996aaSopenharmony_ciHHC_LOCATION = 1695f9996aaSopenharmony_ciGENERATE_CHI = NO 1705f9996aaSopenharmony_ciCHM_INDEX_ENCODING = 1715f9996aaSopenharmony_ciBINARY_TOC = NO 1725f9996aaSopenharmony_ciTOC_EXPAND = NO 1735f9996aaSopenharmony_ciGENERATE_QHP = NO 1745f9996aaSopenharmony_ciQCH_FILE = 1755f9996aaSopenharmony_ciQHP_NAMESPACE = 1765f9996aaSopenharmony_ciQHP_VIRTUAL_FOLDER = doc 1775f9996aaSopenharmony_ciQHP_CUST_FILTER_NAME = 1785f9996aaSopenharmony_ciQHP_CUST_FILTER_ATTRS = 1795f9996aaSopenharmony_ciQHP_SECT_FILTER_ATTRS = 1805f9996aaSopenharmony_ciQHG_LOCATION = 1815f9996aaSopenharmony_ciGENERATE_ECLIPSEHELP = NO 1825f9996aaSopenharmony_ciECLIPSE_DOC_ID = org.doxygen.Project 1835f9996aaSopenharmony_ciDISABLE_INDEX = NO 1845f9996aaSopenharmony_ciGENERATE_TREEVIEW = YES 1855f9996aaSopenharmony_ciENUM_VALUES_PER_LINE = 4 1865f9996aaSopenharmony_ciTREEVIEW_WIDTH = 250 1875f9996aaSopenharmony_ciEXT_LINKS_IN_WINDOW = NO 1885f9996aaSopenharmony_ciFORMULA_FONTSIZE = 10 1895f9996aaSopenharmony_ciFORMULA_TRANSPARENT = YES 1905f9996aaSopenharmony_ciUSE_MATHJAX = NO 1915f9996aaSopenharmony_ciMATHJAX_FORMAT = HTML-CSS 1925f9996aaSopenharmony_ciMATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest 1935f9996aaSopenharmony_ciMATHJAX_EXTENSIONS = 1945f9996aaSopenharmony_ciMATHJAX_CODEFILE = 1955f9996aaSopenharmony_ciSEARCHENGINE = YES 1965f9996aaSopenharmony_ciSERVER_BASED_SEARCH = NO 1975f9996aaSopenharmony_ciEXTERNAL_SEARCH = NO 1985f9996aaSopenharmony_ciSEARCHENGINE_URL = 1995f9996aaSopenharmony_ciSEARCHDATA_FILE = searchdata.xml 2005f9996aaSopenharmony_ciEXTERNAL_SEARCH_ID = 2015f9996aaSopenharmony_ciEXTRA_SEARCH_MAPPINGS = 2025f9996aaSopenharmony_ciGENERATE_LATEX = NO 2035f9996aaSopenharmony_ciLATEX_OUTPUT = 2045f9996aaSopenharmony_ciLATEX_CMD_NAME = latex 2055f9996aaSopenharmony_ciMAKEINDEX_CMD_NAME = makeindex 2065f9996aaSopenharmony_ciCOMPACT_LATEX = NO 2075f9996aaSopenharmony_ciPAPER_TYPE = a4 2085f9996aaSopenharmony_ciEXTRA_PACKAGES = 2095f9996aaSopenharmony_ciLATEX_HEADER = 2105f9996aaSopenharmony_ciLATEX_FOOTER = 2115f9996aaSopenharmony_ciLATEX_EXTRA_FILES = 2125f9996aaSopenharmony_ciPDF_HYPERLINKS = YES 2135f9996aaSopenharmony_ciUSE_PDFLATEX = YES 2145f9996aaSopenharmony_ciLATEX_BATCHMODE = NO 2155f9996aaSopenharmony_ciLATEX_HIDE_INDICES = NO 2165f9996aaSopenharmony_ciLATEX_SOURCE_CODE = NO 2175f9996aaSopenharmony_ciLATEX_BIB_STYLE = plain 2185f9996aaSopenharmony_ciGENERATE_RTF = NO 2195f9996aaSopenharmony_ciRTF_OUTPUT = rtf 2205f9996aaSopenharmony_ciCOMPACT_RTF = NO 2215f9996aaSopenharmony_ciRTF_HYPERLINKS = NO 2225f9996aaSopenharmony_ciRTF_STYLESHEET_FILE = 2235f9996aaSopenharmony_ciRTF_EXTENSIONS_FILE = 2245f9996aaSopenharmony_ciGENERATE_MAN = NO 2255f9996aaSopenharmony_ciMAN_OUTPUT = man 2265f9996aaSopenharmony_ciMAN_EXTENSION = .3 2275f9996aaSopenharmony_ciMAN_LINKS = NO 2285f9996aaSopenharmony_ciGENERATE_XML = NO 2295f9996aaSopenharmony_ciXML_OUTPUT = xml 2305f9996aaSopenharmony_ciXML_SCHEMA = 2315f9996aaSopenharmony_ciXML_DTD = 2325f9996aaSopenharmony_ciXML_PROGRAMLISTING = YES 2335f9996aaSopenharmony_ciGENERATE_DOCBOOK = NO 2345f9996aaSopenharmony_ciDOCBOOK_OUTPUT = docbook 2355f9996aaSopenharmony_ciGENERATE_AUTOGEN_DEF = NO 2365f9996aaSopenharmony_ciGENERATE_PERLMOD = NO 2375f9996aaSopenharmony_ciPERLMOD_LATEX = NO 2385f9996aaSopenharmony_ciPERLMOD_PRETTY = YES 2395f9996aaSopenharmony_ciPERLMOD_MAKEVAR_PREFIX = 2405f9996aaSopenharmony_ciENABLE_PREPROCESSING = YES 2415f9996aaSopenharmony_ciMACRO_EXPANSION = NO 2425f9996aaSopenharmony_ciEXPAND_ONLY_PREDEF = NO 2435f9996aaSopenharmony_ciSEARCH_INCLUDES = YES 2445f9996aaSopenharmony_ciINCLUDE_PATH = 2455f9996aaSopenharmony_ciINCLUDE_FILE_PATTERNS = 2465f9996aaSopenharmony_ciPREDEFINED = 2475f9996aaSopenharmony_ciEXPAND_AS_DEFINED = 2485f9996aaSopenharmony_ciSKIP_FUNCTION_MACROS = YES 2495f9996aaSopenharmony_ciTAGFILES = 2505f9996aaSopenharmony_ciGENERATE_TAGFILE = 2515f9996aaSopenharmony_ciALLEXTERNALS = NO 2525f9996aaSopenharmony_ciEXTERNAL_GROUPS = YES 2535f9996aaSopenharmony_ciEXTERNAL_PAGES = YES 2545f9996aaSopenharmony_ciPERL_PATH = /usr/bin/perl 2555f9996aaSopenharmony_ciCLASS_DIAGRAMS = YES 2565f9996aaSopenharmony_ciMSCGEN_PATH = 2575f9996aaSopenharmony_ciDIA_PATH = 2585f9996aaSopenharmony_ciHIDE_UNDOC_RELATIONS = YES 2595f9996aaSopenharmony_ciHAVE_DOT = NO 2605f9996aaSopenharmony_ciDOT_NUM_THREADS = 0 2615f9996aaSopenharmony_ciDOT_FONTNAME = Helvetica 2625f9996aaSopenharmony_ciDOT_FONTSIZE = 10 2635f9996aaSopenharmony_ciDOT_FONTPATH = 2645f9996aaSopenharmony_ciCLASS_GRAPH = YES 2655f9996aaSopenharmony_ciCOLLABORATION_GRAPH = YES 2665f9996aaSopenharmony_ciGROUP_GRAPHS = YES 2675f9996aaSopenharmony_ciUML_LOOK = NO 2685f9996aaSopenharmony_ciUML_LIMIT_NUM_FIELDS = 10 2695f9996aaSopenharmony_ciTEMPLATE_RELATIONS = NO 2705f9996aaSopenharmony_ciINCLUDE_GRAPH = YES 2715f9996aaSopenharmony_ciINCLUDED_BY_GRAPH = YES 2725f9996aaSopenharmony_ciCALL_GRAPH = NO 2735f9996aaSopenharmony_ciCALLER_GRAPH = NO 2745f9996aaSopenharmony_ciGRAPHICAL_HIERARCHY = YES 2755f9996aaSopenharmony_ciDIRECTORY_GRAPH = YES 2765f9996aaSopenharmony_ciDOT_IMAGE_FORMAT = png 2775f9996aaSopenharmony_ciINTERACTIVE_SVG = NO 2785f9996aaSopenharmony_ciDOT_PATH = 2795f9996aaSopenharmony_ciDOTFILE_DIRS = 2805f9996aaSopenharmony_ciMSCFILE_DIRS = 2815f9996aaSopenharmony_ciDIAFILE_DIRS = 2825f9996aaSopenharmony_ciDOT_GRAPH_MAX_NODES = 50 2835f9996aaSopenharmony_ciMAX_DOT_GRAPH_DEPTH = 0 2845f9996aaSopenharmony_ciDOT_TRANSPARENT = NO 2855f9996aaSopenharmony_ciDOT_MULTI_TARGETS = YES 2865f9996aaSopenharmony_ciGENERATE_LEGEND = YES 2875f9996aaSopenharmony_ciDOT_CLEANUP = YES 288