/* * Copyright (C) 2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export const NUM_1 = 1; export const NUM_2 = 2; export const NUM_3 = 3; export const NUM_4 = 4; export const NUM_5 = 5; export const NUM_7 = 7; export const NUM_16 = 16; export const NUM_30 = 30; export const NUM_40 = 40; export const NUM_60 = 60; export const NUM_100 = 100; export const NUM_64 = 64; export const NUM_200 = 200; export const NUM_300 = 300; export const NUM_450 = 450; export const NUM_600 = 600; export const NUM_1800 = 1800; export const NUM_3600 = 3600; export const NUM_16384 = 16384; export const NUM_MILLON = 1000_000;