1/*
2 * Copyright 2013, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5
6
7// This file is included in StringConstants.h and StringConstants.cpp with the
8// macros DEFINE_STRING[_ARRAY]_CONSTANT() defined to generate the member
9// variable declarations respectively the initializations.
10
11
12DEFINE_STRING_CONSTANT(kPackageLinksDirectoryName, "package-links")
13DEFINE_STRING_CONSTANT(kSelfLinkName, ".self")
14DEFINE_STRING_CONSTANT(kSettingsLinkName, ".settings")
15
16DEFINE_STRING_ARRAY_CONSTANT(kAutoPackageAttributeNames,
17	AUTO_PACKAGE_ATTRIBUTE_ENUM_COUNT,
18	"SYS:PACKAGE", "SYS:PACKAGE_FILE")
19