11cb0ef41Sopenharmony_ci// © 2016 and later: Unicode, Inc. and others.
21cb0ef41Sopenharmony_ci// License & terms of use: http://www.unicode.org/copyright.html
31cb0ef41Sopenharmony_ci/******************************************************************************
41cb0ef41Sopenharmony_ci *   Copyright (C) 2008, International Business Machines
51cb0ef41Sopenharmony_ci *   Corporation and others.  All Rights Reserved.
61cb0ef41Sopenharmony_ci *******************************************************************************
71cb0ef41Sopenharmony_ci */
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ci#ifndef __PKG_GENCMN_H__
101cb0ef41Sopenharmony_ci#define __PKG_GENCMN_H__
111cb0ef41Sopenharmony_ci
121cb0ef41Sopenharmony_ci#include "unicode/utypes.h"
131cb0ef41Sopenharmony_ci
141cb0ef41Sopenharmony_ciU_CAPI void U_EXPORT2
151cb0ef41Sopenharmony_cicreateCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char *type, const char *source, const char *copyRight,
161cb0ef41Sopenharmony_ci                     const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName);
171cb0ef41Sopenharmony_ci
181cb0ef41Sopenharmony_ci#endif
19