Searched refs:framework (Results 1 - 24 of 24) sorted by relevance

/system/extras/verity/
H A Dboot_signer8 java -Xmx512M -jar "$BOOTSIGNER_HOME"/framework/BootSignature.jar "$@
H A Dverity_signer8 java -Xmx512M -jar "$VERITYSIGNER_HOME"/framework/VeritySigner.jar "$@
/system/libvintf/
H A DRuntimeInfo.cpp113 if (kernelSepolicyVersion() < mat.framework.mSepolicy.kernelSepolicyVersion()) {
117 " but required >= " + to_string(mat.framework.mSepolicy.kernelSepolicyVersion());
127 for (const MatrixKernel& matrixKernel : mat.framework.mKernels) {
146 for (const MatrixKernel& matrixKernel : mat.framework.mKernels)
165 const Version& matAvb = mat.framework.mAvbMetaVersion;
170 ss << "AVB version " << mBootAvbVersion << " does not match framework matrix "
181 << " does not match framework matrix " << matAvb;
H A DCompatibilityMatrix.cpp37 framework.mKernels.push_back(std::move(kernel));
202 for (MatrixKernel& kernelToAdd : other->framework.mKernels) {
204 std::any_of(this->framework.mKernels.begin(), this->framework.mKernels.end(),
239 (lft.framework.mKernels == rgt.framework.mKernels &&
240 lft.framework.mSepolicy == rgt.framework.mSepolicy &&
241 lft.framework.mAvbMetaVersion == rgt.framework
[all...]
H A DHalManifest.cpp251 ". These libs are not in framework manifest:";
264 "Supported versions in framework manifest are:";
279 "compatibility matrix but not supported by the framework manifest: [" +
312 if (!checkVendorNdkCompatibility(mat.device.mVendorNdk, framework.mVendorNdks, error)) {
316 if (!checkSystemSdkCompatibility(mat.device.mSystemSdk, framework.mSystemSdk, error)) {
321 for (const auto &range : mat.framework.mSepolicy.sepolicyVersions()) {
356 matrix.framework.mSepolicy = Sepolicy(0u /* kernelSepolicyVersion */,
390 return framework.mVendorNdks;
420 lft.framework.mVndks == rgt.framework
[all...]
H A Dparse_xml.cpp867 appendChildren(root, vndkConverter, m.framework.mVndks, d);
870 appendChildren(root, vendorNdkConverter, m.framework.mVendorNdks, d);
873 if (!m.framework.mSystemSdk.empty()) {
874 appendChild(root, systemSdkConverter(m.framework.mSystemSdk, d));
911 if (!parseChildren(root, vndkConverter, &object->framework.mVndks, error)) {
914 for (const auto &vndk : object->framework.mVndks) {
923 if (!parseChildren(root, vendorNdkConverter, &object->framework.mVendorNdks, error)) {
928 for (const auto& vendorNdk : object->framework.mVendorNdks) {
936 if (!parseOptionalChild(root, systemSdkConverter, {}, &object->framework.mSystemSdk,
1019 appendChildren(root, matrixKernelConverter, m.framework
[all...]
H A DAssembleVintf.cpp276 // Check HALs in device manifest that are not in framework matrix.
281 << "not specified in framework compatibility matrix: " << std::endl
284 << "1. Check for any typos in device manifest or framework compatibility "
286 << "2. Add them to any framework compatibility matrix with FCM "
342 halManifest->framework.mVendorNdks.emplace_back(std::move(v));
346 halManifest->framework.mSystemSdk.mVersions.emplace(std::move(v));
394 matrix->framework.mKernels.push_back(std::move(kernel));
430 // For now, just leave it empty; when framework compatibility matrix is built,
525 matrix->framework.mSepolicy.mSepolicyVersionRanges.emplace_back(v.majorVer,
529 getFlagIfUnset("POLICYVERS", &matrix->framework
[all...]
/system/core/fastboot/
H A DAndroid.mk52 LOCAL_LDLIBS_darwin := -lpthread -framework CoreFoundation -framework IOKit -framework Carbon
122 LOCAL_LDLIBS_darwin := -lpthread -framework CoreFoundation -framework IOKit -framework Carbon
/system/core/adb/
H A DAndroid.mk240 LOCAL_LDLIBS_darwin := -framework CoreFoundation -framework IOKit -lobjc
254 LOCAL_LDLIBS_darwin := -lpthread -framework CoreFoundation -framework IOKit -framework Carbon -lobjc
/system/chre/platform/
H A Dplatform.mk62 SLPI_SEE_CFLAGS += -I$(SLPI_PREFIX)/ssc/framework/cm/inc
136 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc/framework/cm/pb/sns_client.pb.c
137 SLPI_SEE_QSK_SRCS += $(SLPI_PREFIX)/ssc/framework/qcm/pb/sns_client_qsocket.pb.c
138 SLPI_SEE_SRCS += $(SLPI_PREFIX)/ssc/framework/suid_sensor/pb/sns_suid.pb.c
/system/libvintf/include/vintf/
H A DCompatibilityMatrix.h42 // Compatibility matrix defines what hardware does the framework requires.
44 // Create a framework compatibility matrix.
116 // entries only for framework compatibility matrix.
121 } framework; member in struct:android::vintf::CompatibilityMatrix
H A DHalManifest.h51 // framework code. This is the API for the framework.
67 // - framework manifest vs. device compat-mat
70 // - device manifest vs. framework compat-mat
97 // framework.mVendorNdks. Assume type == framework.
98 // Abort if type != framework.
166 // entries for framework hal manifest only
175 } framework; member in struct:android::vintf::HalManifest
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DDistroVersionTest.java19 import junit.framework.TestCase;
H A DTimeZoneDistroTest.java18 import junit.framework.TestCase;
H A DFileUtilsTest.java18 import junit.framework.TestCase;
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
H A DZoneTabFileTest.java31 import static junit.framework.TestCase.assertEquals;
H A DTzLookupGeneratorTest.java41 import static junit.framework.TestCase.assertEquals;
/system/core/rootdir/
H A DAndroid.mk110 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/framework $(TARGET_ROOT_OUT)/odm/framework
/system/libvintf/test/
H A DLibVintfTest.cpp76 cm.framework.mSepolicy = sepolicy;
90 cm.framework.mAvbMetaVersion = avbVersion;
93 return cm.framework.mAvbMetaVersion;
107 std::vector<MatrixKernel>& getKernels(CompatibilityMatrix& cm) { return cm.framework.mKernels; }
168 vm.framework.mVndks = { std::move(vndk2505), std::move(vndk2513) };
297 "<manifest version=\"1.0\" type=\"framework\">\n"
592 "<compatibility-matrix version=\"1.0\" type=\"framework\">\n"
882 EXPECT_STREQ(error.c_str(), "Vbmeta version 1.0 does not match framework matrix 2.1");
900 "<compatibility-matrix version=\"1.0\" type=\"framework\">\n"
914 "<compatibility-matrix version=\"1.0\" type=\"framework\">\
[all...]
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstallerTest.java24 import junit.framework.TestCase;
/system/sepolicy/prebuilts/api/28.0/private/
H A Dfile_contexts316 /(vendor|system/vendor)/framework(/.*)? u:object_r:vendor_framework_file:s0
333 /(odm|vendor/odm)/framework(/.*)? u:object_r:vendor_framework_file:s0
/system/sepolicy/private/
H A Dfile_contexts316 /(vendor|system/vendor)/framework(/.*)? u:object_r:vendor_framework_file:s0
333 /(odm|vendor/odm)/framework(/.*)? u:object_r:vendor_framework_file:s0
/system/sepolicy/prebuilts/api/27.0/private/
H A Dfile_contexts294 /(vendor|system/vendor)/framework(/.*)? u:object_r:vendor_framework_file:s0
/system/sepolicy/prebuilts/api/26.0/private/
H A Dfile_contexts287 /(vendor|system/vendor)/framework(/.*)? u:object_r:vendor_framework_file:s0

Completed in 565 milliseconds