106694b06Sopenharmony_ci/*
206694b06Sopenharmony_ci * Copyright (c) 2023 Huawei Device Co., Ltd.
306694b06Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
406694b06Sopenharmony_ci * you may not use this file except in compliance with the License.
506694b06Sopenharmony_ci * You may obtain a copy of the License at
606694b06Sopenharmony_ci *
706694b06Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
806694b06Sopenharmony_ci *
906694b06Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
1006694b06Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
1106694b06Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1206694b06Sopenharmony_ci * See the License for the specific language governing permissions and
1306694b06Sopenharmony_ci * limitations under the License.
1406694b06Sopenharmony_ci */
1506694b06Sopenharmony_ci#ifndef RELATIONAL_ASSET_IMPL_H
1606694b06Sopenharmony_ci#define RELATIONAL_ASSET_IMPL_H
1706694b06Sopenharmony_ci
1806694b06Sopenharmony_ci#include "asset_value.h"
1906694b06Sopenharmony_ci#include "data_asset.h"
2006694b06Sopenharmony_ciusing AssetValue = OHOS::NativeRdb::AssetValue;
2106694b06Sopenharmony_ciconstexpr int32_t DATA_ASSET_V0 = 10002451;
2206694b06Sopenharmony_cistruct Data_Asset {
2306694b06Sopenharmony_ci    int32_t cid = DATA_ASSET_V0;
2406694b06Sopenharmony_ci    AssetValue asset_;
2506694b06Sopenharmony_ci};
2606694b06Sopenharmony_ci
2706694b06Sopenharmony_ci#endif // RELATIONAL_ASSET_IMPL_H
28