summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-31 01:17:15 +0000
committerKarl Berry <karl@freefriends.org>2022-05-31 01:17:15 +0000
commit4066e47693c667d91051785d7bbe909d30a8b09c (patch)
treebe535ccab8551ddc1ab65d86e7007bc404573687 /Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel
parent76b41dbf2d1a8bf3f9563393f8c7570b105405f9 (diff)
icu 71.1
git-svn-id: svn://tug.org/texlive/trunk@63452 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel')
-rw-r--r--Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel13
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel b/Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel
new file mode 100644
index 00000000000..049e19bd41a
--- /dev/null
+++ b/Build/source/libs/icu/icu-src/source/data/unidata/norm2/BUILD.bazel
@@ -0,0 +1,13 @@
+# © 2021 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+
+# This Bazel build file is needed to declare targets for the files used as
+# inputs to binary executables that are a part of other Bazel genrule targets.
+
+package(
+ default_visibility = ["//visibility:public"],
+)
+
+exports_files([
+ "nfc.txt", "nfkc.txt", "nfkc_cf.txt", "uts46.txt",
+])