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
16a299bc30Sopenharmony_ci#include "ohos_init.h"
17a299bc30Sopenharmony_ci#include "demosdk.h"
18a299bc30Sopenharmony_ci
19a299bc30Sopenharmony_cistatic void DemoSdkMain(void)
20a299bc30Sopenharmony_ci{
21a299bc30Sopenharmony_ci    DemoSdkEntry();
22a299bc30Sopenharmony_ci}
23a299bc30Sopenharmony_ci
24a299bc30Sopenharmony_ciSYS_RUN(DemoSdkMain);
25