1a299bc30Sopenharmony_ci/* 2a299bc30Sopenharmony_ci * Copyright (c) 2020-2022 Huawei Device Co., Ltd. 3a299bc30Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4a299bc30Sopenharmony_ci * you may not use this file except in compliance with the License. 5a299bc30Sopenharmony_ci * You may obtain a copy of the License at 6a299bc30Sopenharmony_ci * 7a299bc30Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8a299bc30Sopenharmony_ci * 9a299bc30Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10a299bc30Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11a299bc30Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12a299bc30Sopenharmony_ci * See the License for the specific language governing permissions and 13a299bc30Sopenharmony_ci * limitations under the License. 14a299bc30Sopenharmony_ci */ 15a299bc30Sopenharmony_ci#ifndef LITE_EXAMPLE_H 16a299bc30Sopenharmony_ci#define LITE_EXAMPLE_H 17a299bc30Sopenharmony_ci 18a299bc30Sopenharmony_ci#define EXAMPLE_SERVICE "example" 19a299bc30Sopenharmony_ci#define EXAMPLE_FEATURE "example" 20a299bc30Sopenharmony_ci 21a299bc30Sopenharmony_ci#define BOOT_SYS_SERVICE1 "sys_s1" 22a299bc30Sopenharmony_ci#define BOOT_SYS_SERVICE2 "sys_s2" 23a299bc30Sopenharmony_ci#define BOOT_SYS_FEATURE1 "sys_f1" 24a299bc30Sopenharmony_ci#define BOOT_SYS_FEATURE2 "sys_f2" 25a299bc30Sopenharmony_ci 26a299bc30Sopenharmony_ci#define BOOT_SYSEX_SERVICE1 "sysex_s1" 27a299bc30Sopenharmony_ci#define BOOT_SYSEX_SERVICE2 "sysex_s2" 28a299bc30Sopenharmony_ci#define BOOT_SYSEX_FEATURE1 "sysex_f1" 29a299bc30Sopenharmony_ci#define BOOT_SYSEX_FEATURE2 "sysex_f2" 30a299bc30Sopenharmony_ci 31a299bc30Sopenharmony_ci#define TASK_SERVICE1 "task_s1" 32a299bc30Sopenharmony_ci#define TASK_SERVICE2 "task_s2" 33a299bc30Sopenharmony_ci#define TASK_SERVICE3 "task_s3" 34a299bc30Sopenharmony_ci#define TASK_SERVICE4 "task_s4" 35a299bc30Sopenharmony_ci 36a299bc30Sopenharmony_ci#endif // LITE_EXAMPLE_H 37