1// Copyright 2024 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14 15phony { 16 name: "hyph-data", 17 required: [ 18 "hyph-af", 19 "hyph-as", 20 "hyph-be", 21 "hyph-bg", 22 "hyph-bn", 23 "hyph-cs", 24 "hyph-cu", 25 "hyph-cy", 26 "hyph-da", 27 "hyph-de-1901", 28 "hyph-de-1996", 29 "hyph-de-ch-1901", 30 "hyph-el", 31 "hyph-en-gb", 32 "hyph-en-us", 33 "hyph-es", 34 "hyph-et", 35 "hyph-eu", 36 "hyph-fr", 37 "hyph-ga", 38 "hyph-gl", 39 "hyph-gu", 40 "hyph-hi", 41 "hyph-hr", 42 "hyph-hu", 43 "hyph-hy", 44 "hyph-it", 45 "hyph-ka", 46 "hyph-kn", 47 "hyph-la", 48 "hyph-lt", 49 "hyph-lv", 50 "hyph-ml", 51 "hyph-mn-cyrl", 52 "hyph-mr", 53 "hyph-mul-ethi", 54 "hyph-nb", 55 "hyph-nl", 56 "hyph-nn", 57 "hyph-or", 58 "hyph-pa", 59 "hyph-pl", 60 "hyph-pt", 61 "hyph-ru", 62 "hyph-sk", 63 "hyph-sl", 64 "hyph-sq", 65 "hyph-sv", 66 "hyph-ta", 67 "hyph-te", 68 "hyph-tk", 69 "hyph-uk", 70 "hyph-und-ethi", 71 ], 72} 73