blob: 7cc70cf5546fcecc4ef976f54d866a3b71f07d6b [file] [log] [blame]
/*
*
* Copyright (c) 2014-2017 Nest Labs, Inc.
* All rights reserved.
*
* 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.
*/
/**
* @file
* This file defines tags used in the Locale Profile.
*
*/
#ifndef WEAVE_PROFILES_LOCALE_TAGS_HPP
#define WEAVE_PROFILES_LOCALE_TAGS_HPP
namespace nl {
namespace Weave {
namespace Profiles {
namespace Locale {
// Locale Tags
//
// Tag Tag Element
// Number Category Type Constraints Disposition Readability Writability
// -----------------------------------------------------------------------------------------------
enum {
kTag_ActiveLocale = 0x0001, // Profile-specific UTF-8 String IETF BCP 47- Required Any Any
// Formatted
kTag_AvailableLocales = 0x0002, // Profile-specific Array of UTF- IETF BCP 47- Required Any -
// 8 Strings Formatted
};
}; // namespace Locale
}; // namespace Profiles
}; // namespace Weave
}; // namespace nl
#endif // WEAVE_PROFILES_LOCALE_TAGS_HPP