142365ec6Sopenharmony_ci/* 242365ec6Sopenharmony_ci * Copyright (c) 2024 Huawei Device Co., Ltd. 342365ec6Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 442365ec6Sopenharmony_ci * you may not use this file except in compliance with the License. 542365ec6Sopenharmony_ci * You may obtain a copy of the License at 642365ec6Sopenharmony_ci * 742365ec6Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 842365ec6Sopenharmony_ci * 942365ec6Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 1042365ec6Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 1142365ec6Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1242365ec6Sopenharmony_ci * See the License for the specific language governing permissions and 1342365ec6Sopenharmony_ci * limitations under the License. 1442365ec6Sopenharmony_ci */ 1542365ec6Sopenharmony_ci 1642365ec6Sopenharmony_ciexport class ComponentIdKeys { 1742365ec6Sopenharmony_ci static readonly SHUTTER_VIDEO_1 = 'COMPONENT_ID_SHUTTER_VIDEO_1'; 1842365ec6Sopenharmony_ci static readonly SHUTTER_PHOTO_1 = 'COMPONENT_ID_SHUTTER_PHOTO_1'; 1942365ec6Sopenharmony_ci static readonly SHUTTER_VIDEO_END_1 = 'COMPONENT_ID_SHUTTER_VIDEO_END_1'; 2042365ec6Sopenharmony_ci static readonly THIRDPARTYCALL_REMAKE_1 = 'COMPONENT_ID_THIRDPARTYCALL_REMAKE_1'; 2142365ec6Sopenharmony_ci static readonly THIRDPARTYCALL_CONFIRM_1 = 'COMPONENT_ID_THIRDPARTYCALL_CONFIRM_1'; 2242365ec6Sopenharmony_ci}